@commercetools-uikit/select-utils 19.22.4 → 19.22.6
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.
|
@@ -686,7 +686,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
686
686
|
};
|
|
687
687
|
|
|
688
688
|
// NOTE: This string will be replaced on build time with the package version.
|
|
689
|
-
var version = "19.22.
|
|
689
|
+
var version = "19.22.6";
|
|
690
690
|
|
|
691
691
|
exports.ClearIndicator = ClearIndicator$1;
|
|
692
692
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -683,7 +683,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
683
683
|
};
|
|
684
684
|
|
|
685
685
|
// NOTE: This string will be replaced on build time with the package version.
|
|
686
|
-
var version = "19.22.
|
|
686
|
+
var version = "19.22.6";
|
|
687
687
|
|
|
688
688
|
exports.ClearIndicator = ClearIndicator$1;
|
|
689
689
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -666,6 +666,6 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
666
666
|
};
|
|
667
667
|
|
|
668
668
|
// NOTE: This string will be replaced on build time with the package version.
|
|
669
|
-
var version = "19.22.
|
|
669
|
+
var version = "19.22.6";
|
|
670
670
|
|
|
671
671
|
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, optionStyleCheckboxComponents, optionsStyleCheckboxSelectProps, 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": "19.22.
|
|
4
|
+
"version": "19.22.6",
|
|
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/accessible-button": "19.22.
|
|
25
|
-
"@commercetools-uikit/checkbox-input": "19.22.
|
|
26
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
27
|
-
"@commercetools-uikit/icons": "19.22.
|
|
28
|
-
"@commercetools-uikit/spacings": "19.22.
|
|
29
|
-
"@commercetools-uikit/text": "19.22.
|
|
30
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.22.6",
|
|
25
|
+
"@commercetools-uikit/checkbox-input": "19.22.6",
|
|
26
|
+
"@commercetools-uikit/design-system": "19.22.6",
|
|
27
|
+
"@commercetools-uikit/icons": "19.22.6",
|
|
28
|
+
"@commercetools-uikit/spacings": "19.22.6",
|
|
29
|
+
"@commercetools-uikit/text": "19.22.6",
|
|
30
|
+
"@commercetools-uikit/utils": "19.22.6",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"lodash": "4.17.21",
|