demio-ui 2.1.5 → 2.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,9 +10,9 @@ type SelectProps = {
|
|
|
10
10
|
id: string;
|
|
11
11
|
icon?: React.ReactNode | string;
|
|
12
12
|
placeholder?: string;
|
|
13
|
-
className?: string;
|
|
14
13
|
maxDropdownHeight?: string;
|
|
15
14
|
portalContainer?: HTMLElement;
|
|
15
|
+
selectClassName?: string;
|
|
16
16
|
};
|
|
17
17
|
export declare const Select: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLButtonElement>>;
|
|
18
18
|
type SelectItemProps = {
|
package/dist/types.d.ts
CHANGED
|
@@ -186,9 +186,9 @@ type SelectProps = {
|
|
|
186
186
|
id: string;
|
|
187
187
|
icon?: React__default.ReactNode | string;
|
|
188
188
|
placeholder?: string;
|
|
189
|
-
className?: string;
|
|
190
189
|
maxDropdownHeight?: string;
|
|
191
190
|
portalContainer?: HTMLElement;
|
|
191
|
+
selectClassName?: string;
|
|
192
192
|
};
|
|
193
193
|
declare const Select: React__default.ForwardRefExoticComponent<SelectProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
194
194
|
type SelectItemProps = {
|