@commercetools-uikit/creatable-select-input 16.1.1 → 16.2.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.
|
@@ -240,7 +240,7 @@ CreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer;
|
|
|
240
240
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
241
241
|
|
|
242
242
|
// NOTE: This string will be replaced on build time with the package version.
|
|
243
|
-
var version = "16.
|
|
243
|
+
var version = "16.2.0";
|
|
244
244
|
|
|
245
245
|
exports["default"] = CreatableSelectInput$1;
|
|
246
246
|
exports.version = version;
|
|
@@ -217,7 +217,7 @@ CreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer;
|
|
|
217
217
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
218
218
|
|
|
219
219
|
// NOTE: This string will be replaced on build time with the package version.
|
|
220
|
-
var version = "16.
|
|
220
|
+
var version = "16.2.0";
|
|
221
221
|
|
|
222
222
|
exports["default"] = CreatableSelectInput$1;
|
|
223
223
|
exports.version = version;
|
|
@@ -221,6 +221,6 @@ CreatableSelectInput.ValueContainer = components.ValueContainer;
|
|
|
221
221
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
222
222
|
|
|
223
223
|
// NOTE: This string will be replaced on build time with the package version.
|
|
224
|
-
var version = "16.
|
|
224
|
+
var version = "16.2.0";
|
|
225
225
|
|
|
226
226
|
export { CreatableSelectInput$1 as default, version };
|
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.2.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,13 +21,13 @@
|
|
|
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.2.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.2.0",
|
|
26
|
+
"@commercetools-uikit/icons": "16.2.0",
|
|
27
|
+
"@commercetools-uikit/select-utils": "16.2.0",
|
|
28
|
+
"@commercetools-uikit/spacings": "16.2.0",
|
|
29
|
+
"@commercetools-uikit/text": "16.2.0",
|
|
30
|
+
"@commercetools-uikit/utils": "16.2.0",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"lodash": "4.17.21",
|