demio-ui 2.2.4 → 2.2.5

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.
@@ -14,6 +14,7 @@ type SelectProps = {
14
14
  placeholder?: string;
15
15
  maxDropdownHeight?: string;
16
16
  portalContainer?: HTMLElement;
17
+ contentClassName?: string;
17
18
  };
18
19
  export declare const Select: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLButtonElement>>;
19
20
  type SelectItemProps = {
package/dist/types.d.ts CHANGED
@@ -357,6 +357,7 @@ type SelectProps = {
357
357
  placeholder?: string;
358
358
  maxDropdownHeight?: string;
359
359
  portalContainer?: HTMLElement;
360
+ contentClassName?: string;
360
361
  };
361
362
  declare const Select: React__default.ForwardRefExoticComponent<SelectProps & React__default.RefAttributes<HTMLButtonElement>>;
362
363
  type SelectItemProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",