@commercetools-uikit/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.
|
@@ -417,7 +417,7 @@ utils.addStaticFields(CreatableSelectInput, _objectSpread(_objectSpread(_objectS
|
|
|
417
417
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
418
418
|
|
|
419
419
|
// NOTE: This string will be replaced on build time with the package version.
|
|
420
|
-
var version = "12.2.
|
|
420
|
+
var version = "12.2.7";
|
|
421
421
|
|
|
422
422
|
exports["default"] = CreatableSelectInput$1;
|
|
423
423
|
exports.version = version;
|
|
@@ -182,7 +182,7 @@ utils.addStaticFields(CreatableSelectInput, _objectSpread(_objectSpread(_objectS
|
|
|
182
182
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
183
183
|
|
|
184
184
|
// NOTE: This string will be replaced on build time with the package version.
|
|
185
|
-
var version = "12.2.
|
|
185
|
+
var version = "12.2.7";
|
|
186
186
|
|
|
187
187
|
exports["default"] = CreatableSelectInput$1;
|
|
188
188
|
exports.version = version;
|
|
@@ -398,6 +398,6 @@ addStaticFields(CreatableSelectInput, _objectSpread(_objectSpread(_objectSpread(
|
|
|
398
398
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
399
399
|
|
|
400
400
|
// NOTE: This string will be replaced on build time with the package version.
|
|
401
|
-
var version = "12.2.
|
|
401
|
+
var version = "12.2.7";
|
|
402
402
|
|
|
403
403
|
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": "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,8 +23,8 @@
|
|
|
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.
|
|
27
|
-
"@commercetools-uikit/select-utils": "12.2.
|
|
26
|
+
"@commercetools-uikit/icons": "12.2.7",
|
|
27
|
+
"@commercetools-uikit/select-utils": "12.2.7",
|
|
28
28
|
"@commercetools-uikit/spacings": "12.2.5",
|
|
29
29
|
"@commercetools-uikit/text": "12.2.5",
|
|
30
30
|
"@commercetools-uikit/utils": "12.2.5",
|