@kwantis-id3/frontend-library 0.17.1 → 0.17.2

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.
@@ -18,6 +18,7 @@ export interface MultiSelectProps<Option = {
18
18
  containerId?: string;
19
19
  htmlId?: string;
20
20
  className?: string;
21
+ menuPosition?: "fixed" | "absolute";
21
22
  required?: boolean;
22
23
  }
23
24
  export declare const MultiSelect: <Option>(props: MultiSelectProps<Option>) => JSX.Element;
@@ -18,6 +18,7 @@ export interface SingleSelectProps<Option = {
18
18
  containerId?: string;
19
19
  htmlId?: string;
20
20
  className?: string;
21
+ menuPosition?: "fixed" | "absolute";
21
22
  required?: boolean;
22
23
  }
23
24
  export declare const SingleSelect: <Option>(props: SingleSelectProps<Option>) => JSX.Element;
package/dist/index.d.ts CHANGED
@@ -108,6 +108,7 @@ interface SingleSelectProps<Option = {
108
108
  containerId?: string;
109
109
  htmlId?: string;
110
110
  className?: string;
111
+ menuPosition?: "fixed" | "absolute";
111
112
  required?: boolean;
112
113
  }
113
114
  declare const SingleSelect: <Option>(props: SingleSelectProps<Option>) => JSX.Element;
@@ -130,6 +131,7 @@ interface MultiSelectProps<Option = {
130
131
  containerId?: string;
131
132
  htmlId?: string;
132
133
  className?: string;
134
+ menuPosition?: "fixed" | "absolute";
133
135
  required?: boolean;
134
136
  }
135
137
  declare const MultiSelect: <Option>(props: MultiSelectProps<Option>) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwantis-id3/frontend-library",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
4
4
  "description": "Kwantis frontend components collection",
5
5
  "author": {
6
6
  "name": "kwantis"