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