@commercetools-uikit/async-creatable-select-input 12.2.6 → 12.2.7
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.
|
@@ -432,7 +432,7 @@ utils.addStaticFields(AsyncCreatableSelectInput, _objectSpread(_objectSpread(_ob
|
|
|
432
432
|
var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
|
|
433
433
|
|
|
434
434
|
// NOTE: This string will be replaced on build time with the package version.
|
|
435
|
-
var version = "12.2.
|
|
435
|
+
var version = "12.2.7";
|
|
436
436
|
|
|
437
437
|
exports["default"] = AsyncCreatableSelectInput$1;
|
|
438
438
|
exports.version = version;
|
|
@@ -192,7 +192,7 @@ utils.addStaticFields(AsyncCreatableSelectInput, _objectSpread(_objectSpread(_ob
|
|
|
192
192
|
var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
|
|
193
193
|
|
|
194
194
|
// NOTE: This string will be replaced on build time with the package version.
|
|
195
|
-
var version = "12.2.
|
|
195
|
+
var version = "12.2.7";
|
|
196
196
|
|
|
197
197
|
exports["default"] = AsyncCreatableSelectInput$1;
|
|
198
198
|
exports.version = version;
|
|
@@ -412,6 +412,6 @@ addStaticFields(AsyncCreatableSelectInput, _objectSpread(_objectSpread(_objectSp
|
|
|
412
412
|
var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
|
|
413
413
|
|
|
414
414
|
// NOTE: This string will be replaced on build time with the package version.
|
|
415
|
-
var version = "12.2.
|
|
415
|
+
var version = "12.2.7";
|
|
416
416
|
|
|
417
417
|
export { AsyncCreatableSelectInput$1 as default, version };
|
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": "12.2.
|
|
4
|
+
"version": "12.2.7",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"@babel/runtime-corejs3": "7.16.3",
|
|
24
24
|
"@commercetools-uikit/constraints": "12.2.5",
|
|
25
25
|
"@commercetools-uikit/design-system": "12.2.5",
|
|
26
|
-
"@commercetools-uikit/icons": "12.2.
|
|
26
|
+
"@commercetools-uikit/icons": "12.2.7",
|
|
27
27
|
"@commercetools-uikit/loading-spinner": "12.2.5",
|
|
28
|
-
"@commercetools-uikit/select-utils": "12.2.
|
|
28
|
+
"@commercetools-uikit/select-utils": "12.2.7",
|
|
29
29
|
"@commercetools-uikit/spacings": "12.2.5",
|
|
30
30
|
"@commercetools-uikit/text": "12.2.5",
|
|
31
31
|
"@commercetools-uikit/utils": "12.2.5",
|