Skip to content

Commit ebba44e

Browse files
authored
Merge branch 'main' into select-scrollview
2 parents 9c51d0d + 542e48d commit ebba44e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/@react-spectrum/color/src/ColorSlider.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ export const ColorSlider = React.forwardRef(function ColorSlider(props: Spectrum
9292
{
9393
'spectrum-ColorSlider-container--horizontal': !vertical,
9494
'spectrum-ColorSlider-container--vertical': vertical
95-
}
95+
},
96+
styleProps.className
9697
)}>
9798
{label &&
9899
<div className={classNames(styles, 'spectrum-ColorSlider-labelContainer')}>

packages/dev/optimize-locales-plugin/LocalesPlugin.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ type Options = {
44
locales: readonly string[]
55
};
66

7-
declare const plugin: UnpluginInstance<Options, boolean>;
7+
declare const plugin: UnpluginInstance<Options, false>;
88
export = plugin;

0 commit comments

Comments
 (0)