@commercetools-uikit/creatable-select-input 16.11.0 → 16.12.0
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.
- package/dist/commercetools-uikit-creatable-select-input.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-creatable-select-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-creatable-select-input.esm.js +1 -1
- package/dist/declarations/src/creatable-select-input.d.ts +3 -18
- package/dist/declarations/src/export-types.d.ts +1 -1
- package/dist/declarations/src/index.d.ts +3 -3
- package/package.json +9 -9
|
@@ -241,7 +241,7 @@ CreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer;
|
|
|
241
241
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
242
242
|
|
|
243
243
|
// NOTE: This string will be replaced on build time with the package version.
|
|
244
|
-
var version = "16.
|
|
244
|
+
var version = "16.12.0";
|
|
245
245
|
|
|
246
246
|
exports["default"] = CreatableSelectInput$1;
|
|
247
247
|
exports.version = version;
|
|
@@ -218,7 +218,7 @@ CreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer;
|
|
|
218
218
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
219
219
|
|
|
220
220
|
// NOTE: This string will be replaced on build time with the package version.
|
|
221
|
-
var version = "16.
|
|
221
|
+
var version = "16.12.0";
|
|
222
222
|
|
|
223
223
|
exports["default"] = CreatableSelectInput$1;
|
|
224
224
|
exports.version = version;
|
|
@@ -222,6 +222,6 @@ CreatableSelectInput.ValueContainer = components.ValueContainer;
|
|
|
222
222
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
223
223
|
|
|
224
224
|
// NOTE: This string will be replaced on build time with the package version.
|
|
225
|
-
var version = "16.
|
|
225
|
+
var version = "16.12.0";
|
|
226
226
|
|
|
227
227
|
export { CreatableSelectInput$1 as default, version };
|
|
@@ -84,18 +84,8 @@ declare const CreatableSelectInput: {
|
|
|
84
84
|
IndicatorSeparator: <Option_6, IsMulti_6 extends boolean, Group_6 extends GroupBase<Option_6>>(props: import("react-select").IndicatorSeparatorProps<Option_6, IsMulti_6, Group_6>) => import("@emotion/react").jsx.JSX.Element;
|
|
85
85
|
IndicatorsContainer: <Option_5, IsMulti_5 extends boolean, Group_5 extends GroupBase<Option_5>>(props: import("react-select").IndicatorsContainerProps<Option_5, IsMulti_5, Group_5>) => import("@emotion/react").jsx.JSX.Element;
|
|
86
86
|
Input: <Option_7, IsMulti_7 extends boolean, Group_7 extends GroupBase<Option_7>>(props: import("react-select").InputProps<Option_7, IsMulti_7, Group_7>) => import("@emotion/react").jsx.JSX.Element;
|
|
87
|
-
LoadingIndicator: {
|
|
88
|
-
|
|
89
|
-
defaultProps: {
|
|
90
|
-
size: number;
|
|
91
|
-
};
|
|
92
|
-
};
|
|
93
|
-
LoadingMessage: {
|
|
94
|
-
<Option_12, IsMulti_12 extends boolean, Group_12 extends GroupBase<Option_12>>(props: import("react-select").NoticeProps<Option_12, IsMulti_12, Group_12>): import("@emotion/react").jsx.JSX.Element;
|
|
95
|
-
defaultProps: {
|
|
96
|
-
children: string;
|
|
97
|
-
};
|
|
98
|
-
};
|
|
87
|
+
LoadingIndicator: <Option_8, IsMulti_8 extends boolean, Group_8 extends GroupBase<Option_8>>({ innerProps, isRtl, size, ...restProps }: import("react-select").LoadingIndicatorProps<Option_8, IsMulti_8, Group_8>) => import("@emotion/react").jsx.JSX.Element;
|
|
88
|
+
LoadingMessage: <Option_12, IsMulti_12 extends boolean, Group_12 extends GroupBase<Option_12>>({ children, innerProps, ...restProps }: import("react-select").NoticeProps<Option_12, IsMulti_12, Group_12>) => import("@emotion/react").jsx.JSX.Element;
|
|
99
89
|
Menu: <Option_9, IsMulti_9 extends boolean, Group_9 extends GroupBase<Option_9>>(props: import("react-select").MenuProps<Option_9, IsMulti_9, Group_9>) => import("@emotion/react").jsx.JSX.Element;
|
|
100
90
|
MenuList: <Option_10, IsMulti_10 extends boolean, Group_10 extends GroupBase<Option_10>>(props: import("react-select").MenuListProps<Option_10, IsMulti_10, Group_10>) => import("@emotion/react").jsx.JSX.Element;
|
|
101
91
|
MenuPortal: <Option_11, IsMulti_11 extends boolean, Group_11 extends GroupBase<Option_11>>(props: import("react-select/dist/declarations/src/components/Menu").MenuPortalProps<Option_11, IsMulti_11, Group_11>) => import("@emotion/react").jsx.JSX.Element | null;
|
|
@@ -106,12 +96,7 @@ declare const CreatableSelectInput: {
|
|
|
106
96
|
(props: import("@commercetools-uikit/select-utils").TTagRemoveProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
107
97
|
displayName: string;
|
|
108
98
|
};
|
|
109
|
-
NoOptionsMessage: {
|
|
110
|
-
<Option_13, IsMulti_13 extends boolean, Group_13 extends GroupBase<Option_13>>(props: import("react-select").NoticeProps<Option_13, IsMulti_13, Group_13>): import("@emotion/react").jsx.JSX.Element;
|
|
111
|
-
defaultProps: {
|
|
112
|
-
children: string;
|
|
113
|
-
};
|
|
114
|
-
};
|
|
99
|
+
NoOptionsMessage: <Option_13, IsMulti_13 extends boolean, Group_13 extends GroupBase<Option_13>>({ children, innerProps, ...restProps }: import("react-select").NoticeProps<Option_13, IsMulti_13, Group_13>) => import("@emotion/react").jsx.JSX.Element;
|
|
115
100
|
Option: <Option_16, IsMulti_16 extends boolean, Group_16 extends GroupBase<Option_16>>(props: import("react-select").OptionProps<Option_16, IsMulti_16, Group_16>) => import("@emotion/react").jsx.JSX.Element;
|
|
116
101
|
Placeholder: <Option_17, IsMulti_17 extends boolean, Group_17 extends GroupBase<Option_17>>(props: import("react-select").PlaceholderProps<Option_17, IsMulti_17, Group_17>) => import("@emotion/react").jsx.JSX.Element;
|
|
117
102
|
SelectContainer: <Option_18, IsMulti_18 extends boolean, Group_18 extends GroupBase<Option_18>>(props: import("react-select").ContainerProps<Option_18, IsMulti_18, Group_18>) => import("@emotion/react").jsx.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { TCreatableSelectInputProps } from
|
|
1
|
+
export type { TCreatableSelectInputProps } from "./creatable-select-input.js";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export { default as version } from
|
|
3
|
-
export * from
|
|
1
|
+
export { default } from "./creatable-select-input.js";
|
|
2
|
+
export { default as version } from "./version.js";
|
|
3
|
+
export * from "./export-types.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/creatable-select-input",
|
|
3
3
|
"description": "An input component getting a selection from the user, and where options can also be created by the user.",
|
|
4
|
-
"version": "16.
|
|
4
|
+
"version": "16.12.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "16.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.
|
|
26
|
-
"@commercetools-uikit/icons": "16.
|
|
27
|
-
"@commercetools-uikit/select-utils": "16.
|
|
28
|
-
"@commercetools-uikit/spacings": "16.
|
|
29
|
-
"@commercetools-uikit/text": "16.
|
|
30
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/constraints": "16.12.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.12.0",
|
|
26
|
+
"@commercetools-uikit/icons": "16.12.0",
|
|
27
|
+
"@commercetools-uikit/select-utils": "16.12.0",
|
|
28
|
+
"@commercetools-uikit/spacings": "16.12.0",
|
|
29
|
+
"@commercetools-uikit/text": "16.12.0",
|
|
30
|
+
"@commercetools-uikit/utils": "16.12.0",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"lodash": "4.17.21",
|
|
34
34
|
"prop-types": "15.8.1",
|
|
35
|
-
"react-select": "5.
|
|
35
|
+
"react-select": "5.8.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"react": "17.0.2",
|