@commercetools-uikit/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.
@@ -441,7 +441,7 @@ utils.addStaticFields(SelectInput, _objectSpread(_objectSpread(_objectSpread({},
441
441
  var SelectInput$1 = SelectInput;
442
442
 
443
443
  // NOTE: This string will be replaced on build time with the package version.
444
- var version = "12.2.6";
444
+ var version = "12.2.7";
445
445
 
446
446
  exports["default"] = SelectInput$1;
447
447
  exports.version = version;
@@ -200,7 +200,7 @@ utils.addStaticFields(SelectInput, _objectSpread(_objectSpread(_objectSpread({},
200
200
  var SelectInput$1 = SelectInput;
201
201
 
202
202
  // NOTE: This string will be replaced on build time with the package version.
203
- var version = "12.2.6";
203
+ var version = "12.2.7";
204
204
 
205
205
  exports["default"] = SelectInput$1;
206
206
  exports.version = version;
@@ -418,6 +418,6 @@ addStaticFields(SelectInput, _objectSpread(_objectSpread(_objectSpread({}, compo
418
418
  var SelectInput$1 = SelectInput;
419
419
 
420
420
  // NOTE: This string will be replaced on build time with the package version.
421
- var version = "12.2.6";
421
+ var version = "12.2.7";
422
422
 
423
423
  export { SelectInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/select-input",
3
3
  "description": "An input component getting a selection from the user.",
4
- "version": "12.2.6",
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.6",
27
- "@commercetools-uikit/select-utils": "12.2.6",
26
+ "@commercetools-uikit/icons": "12.2.7",
27
+ "@commercetools-uikit/select-utils": "12.2.7",
28
28
  "@commercetools-uikit/utils": "12.2.5",
29
29
  "@emotion/is-prop-valid": "1.1.1",
30
30
  "@emotion/react": "^11.4.0",