demio-ui 1.0.75 → 1.0.77

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.
@@ -11,6 +11,8 @@ type SelectProps = {
11
11
  icon?: React.ReactNode | string;
12
12
  placeholder?: string;
13
13
  className?: string;
14
+ maxDropdownHeight?: string;
15
+ portalContainer?: HTMLElement;
14
16
  };
15
17
  export declare const Select: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLButtonElement>>;
16
18
  type SelectItemProps = {
package/dist/types.d.ts CHANGED
@@ -219,6 +219,8 @@ type SelectProps = {
219
219
  icon?: React__default.ReactNode | string;
220
220
  placeholder?: string;
221
221
  className?: string;
222
+ maxDropdownHeight?: string;
223
+ portalContainer?: HTMLElement;
222
224
  };
223
225
  declare const Select: React__default.ForwardRefExoticComponent<SelectProps & React__default.RefAttributes<HTMLButtonElement>>;
224
226
  type SelectItemProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "1.0.75",
3
+ "version": "1.0.77",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",