@kwantis-id3/frontend-library 0.16.1 → 0.16.3

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 @@ export interface MultiSelectProps<Option = {
14
14
  isOptionDisabled?: (option: Option) => boolean;
15
15
  isLoading?: boolean;
16
16
  color?: ThemeColorsExtended;
17
+ containerId?: string;
17
18
  htmlId?: string;
18
19
  className?: string;
19
20
  }
@@ -14,6 +14,7 @@ export interface SingleSelectProps<Option = {
14
14
  isOptionDisabled?: (option: Option) => boolean;
15
15
  isLoading?: boolean;
16
16
  color?: ThemeColorsExtended;
17
+ containerId?: string;
17
18
  htmlId?: string;
18
19
  className?: string;
19
20
  }
package/dist/index.d.ts CHANGED
@@ -96,6 +96,7 @@ interface SingleSelectProps<Option = {
96
96
  isOptionDisabled?: (option: Option) => boolean;
97
97
  isLoading?: boolean;
98
98
  color?: ThemeColorsExtended;
99
+ containerId?: string;
99
100
  htmlId?: string;
100
101
  className?: string;
101
102
  }
@@ -115,6 +116,7 @@ interface MultiSelectProps<Option = {
115
116
  isOptionDisabled?: (option: Option) => boolean;
116
117
  isLoading?: boolean;
117
118
  color?: ThemeColorsExtended;
119
+ containerId?: string;
118
120
  htmlId?: string;
119
121
  className?: string;
120
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwantis-id3/frontend-library",
3
- "version": "0.16.1",
3
+ "version": "0.16.3",
4
4
  "description": "Kwantis frontend components collection",
5
5
  "author": {
6
6
  "name": "kwantis"