@commercetools-uikit/select-utils 16.9.0 → 16.10.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.
@@ -566,7 +566,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
566
566
  };
567
567
 
568
568
  // NOTE: This string will be replaced on build time with the package version.
569
- var version = "16.9.0";
569
+ var version = "16.10.0";
570
570
 
571
571
  exports.ClearIndicator = ClearIndicator$1;
572
572
  exports.CustomSelectInputOption = CustomSelectInputOption;
@@ -563,7 +563,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
563
563
  };
564
564
 
565
565
  // NOTE: This string will be replaced on build time with the package version.
566
- var version = "16.9.0";
566
+ var version = "16.10.0";
567
567
 
568
568
  exports.ClearIndicator = ClearIndicator$1;
569
569
  exports.CustomSelectInputOption = CustomSelectInputOption;
@@ -546,6 +546,6 @@ const warnIfMenuPortalPropsAreMissing = props => {
546
546
  };
547
547
 
548
548
  // NOTE: This string will be replaced on build time with the package version.
549
- var version = "16.9.0";
549
+ var version = "16.10.0";
550
550
 
551
551
  export { ClearIndicator$1 as ClearIndicator, CustomSelectInputOption, DoublePropertySelectInputOption, DropdownIndicator$1 as DropdownIndicator, MultiplePropertiesSelectInputOption, SELECT_DROPDOWN_OPTION_TYPES, SearchIconDropdownIndicator$1 as SearchIconDropdownIndicator, TagRemove$1 as TagRemove, WrapperWithIcon$1 as ValueWrapperWithIcon, createSelectStyles, customComponents as customComponentsWithIcons, messages, version, warnIfMenuPortalPropsAreMissing };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/select-utils",
3
3
  "description": "Utilities for working with select components.",
4
- "version": "16.9.0",
4
+ "version": "16.10.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,12 +21,12 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "16.9.0",
25
- "@commercetools-uikit/design-system": "16.9.0",
26
- "@commercetools-uikit/icons": "16.9.0",
27
- "@commercetools-uikit/spacings": "16.9.0",
28
- "@commercetools-uikit/text": "16.9.0",
29
- "@commercetools-uikit/utils": "16.9.0",
24
+ "@commercetools-uikit/accessible-button": "16.10.0",
25
+ "@commercetools-uikit/design-system": "16.10.0",
26
+ "@commercetools-uikit/icons": "16.10.0",
27
+ "@commercetools-uikit/spacings": "16.10.0",
28
+ "@commercetools-uikit/text": "16.10.0",
29
+ "@commercetools-uikit/utils": "16.10.0",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "lodash": "4.17.21",