@commercetools-uikit/select-utils 20.3.1 → 20.4.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.
|
@@ -713,7 +713,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
713
713
|
};
|
|
714
714
|
|
|
715
715
|
// NOTE: This string will be replaced on build time with the package version.
|
|
716
|
-
var version = "20.
|
|
716
|
+
var version = "20.4.0";
|
|
717
717
|
|
|
718
718
|
exports.ClearIndicator = ClearIndicator$1;
|
|
719
719
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -710,7 +710,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
710
710
|
};
|
|
711
711
|
|
|
712
712
|
// NOTE: This string will be replaced on build time with the package version.
|
|
713
|
-
var version = "20.
|
|
713
|
+
var version = "20.4.0";
|
|
714
714
|
|
|
715
715
|
exports.ClearIndicator = ClearIndicator$1;
|
|
716
716
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -692,6 +692,6 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
692
692
|
};
|
|
693
693
|
|
|
694
694
|
// NOTE: This string will be replaced on build time with the package version.
|
|
695
|
-
var version = "20.
|
|
695
|
+
var version = "20.4.0";
|
|
696
696
|
|
|
697
697
|
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": "20.
|
|
4
|
+
"version": "20.4.0",
|
|
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": "20.
|
|
25
|
-
"@commercetools-uikit/checkbox-input": "20.
|
|
26
|
-
"@commercetools-uikit/design-system": "20.
|
|
27
|
-
"@commercetools-uikit/icons": "20.
|
|
28
|
-
"@commercetools-uikit/spacings": "20.
|
|
29
|
-
"@commercetools-uikit/text": "20.
|
|
30
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.4.0",
|
|
25
|
+
"@commercetools-uikit/checkbox-input": "20.4.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
27
|
+
"@commercetools-uikit/icons": "20.4.0",
|
|
28
|
+
"@commercetools-uikit/spacings": "20.4.0",
|
|
29
|
+
"@commercetools-uikit/text": "20.4.0",
|
|
30
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"lodash": "4.17.23",
|