@commercetools-uikit/async-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-async-creatable-select-input.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-async-creatable-select-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-async-creatable-select-input.esm.js +1 -1
- package/dist/declarations/src/async-creatable-select-input.d.ts +2 -12
- package/dist/declarations/src/export-types.d.ts +1 -1
- package/dist/declarations/src/index.d.ts +3 -3
- package/package.json +10 -10
|
@@ -249,7 +249,7 @@ AsyncCreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer
|
|
|
249
249
|
var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
|
|
250
250
|
|
|
251
251
|
// NOTE: This string will be replaced on build time with the package version.
|
|
252
|
-
var version = "16.
|
|
252
|
+
var version = "16.12.0";
|
|
253
253
|
|
|
254
254
|
exports["default"] = AsyncCreatableSelectInput$1;
|
|
255
255
|
exports.version = version;
|
|
@@ -232,7 +232,7 @@ AsyncCreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer
|
|
|
232
232
|
var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
|
|
233
233
|
|
|
234
234
|
// NOTE: This string will be replaced on build time with the package version.
|
|
235
|
-
var version = "16.
|
|
235
|
+
var version = "16.12.0";
|
|
236
236
|
|
|
237
237
|
exports["default"] = AsyncCreatableSelectInput$1;
|
|
238
238
|
exports.version = version;
|
|
@@ -228,6 +228,6 @@ AsyncCreatableSelectInput.ValueContainer = components.ValueContainer;
|
|
|
228
228
|
var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
|
|
229
229
|
|
|
230
230
|
// NOTE: This string will be replaced on build time with the package version.
|
|
231
|
-
var version = "16.
|
|
231
|
+
var version = "16.12.0";
|
|
232
232
|
|
|
233
233
|
export { AsyncCreatableSelectInput$1 as default, version };
|
|
@@ -83,12 +83,7 @@ declare const AsyncCreatableSelectInput: {
|
|
|
83
83
|
(): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
84
84
|
displayName: string;
|
|
85
85
|
};
|
|
86
|
-
LoadingMessage: {
|
|
87
|
-
<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;
|
|
88
|
-
defaultProps: {
|
|
89
|
-
children: string;
|
|
90
|
-
};
|
|
91
|
-
};
|
|
86
|
+
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;
|
|
92
87
|
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;
|
|
93
88
|
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;
|
|
94
89
|
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;
|
|
@@ -99,12 +94,7 @@ declare const AsyncCreatableSelectInput: {
|
|
|
99
94
|
(props: import("@commercetools-uikit/select-utils").TTagRemoveProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
100
95
|
displayName: string;
|
|
101
96
|
};
|
|
102
|
-
NoOptionsMessage: {
|
|
103
|
-
<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;
|
|
104
|
-
defaultProps: {
|
|
105
|
-
children: string;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
97
|
+
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;
|
|
108
98
|
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;
|
|
109
99
|
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;
|
|
110
100
|
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 { TAsyncCreatableSelectInputProps } from
|
|
1
|
+
export type { TAsyncCreatableSelectInputProps } from "./async-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 "./async-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/async-creatable-select-input",
|
|
3
3
|
"description": "An input component getting a selection from an asynchronously loaded list from the user, and where options can 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,20 +21,20 @@
|
|
|
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/loading-spinner": "16.
|
|
28
|
-
"@commercetools-uikit/select-utils": "16.
|
|
29
|
-
"@commercetools-uikit/spacings": "16.
|
|
30
|
-
"@commercetools-uikit/text": "16.
|
|
31
|
-
"@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/loading-spinner": "16.12.0",
|
|
28
|
+
"@commercetools-uikit/select-utils": "16.12.0",
|
|
29
|
+
"@commercetools-uikit/spacings": "16.12.0",
|
|
30
|
+
"@commercetools-uikit/text": "16.12.0",
|
|
31
|
+
"@commercetools-uikit/utils": "16.12.0",
|
|
32
32
|
"@emotion/is-prop-valid": "1.2.1",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"lodash": "4.17.21",
|
|
36
36
|
"prop-types": "15.8.1",
|
|
37
|
-
"react-select": "5.
|
|
37
|
+
"react-select": "5.8.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"react": "17.0.2",
|