@commercetools-uikit/select-utils 18.0.0 → 18.2.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.
|
@@ -612,7 +612,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
612
612
|
};
|
|
613
613
|
|
|
614
614
|
// NOTE: This string will be replaced on build time with the package version.
|
|
615
|
-
var version = "18.
|
|
615
|
+
var version = "18.2.0";
|
|
616
616
|
|
|
617
617
|
exports.ClearIndicator = ClearIndicator$1;
|
|
618
618
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -609,7 +609,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
609
609
|
};
|
|
610
610
|
|
|
611
611
|
// NOTE: This string will be replaced on build time with the package version.
|
|
612
|
-
var version = "18.
|
|
612
|
+
var version = "18.2.0";
|
|
613
613
|
|
|
614
614
|
exports.ClearIndicator = ClearIndicator$1;
|
|
615
615
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -592,6 +592,6 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
592
592
|
};
|
|
593
593
|
|
|
594
594
|
// NOTE: This string will be replaced on build time with the package version.
|
|
595
|
-
var version = "18.
|
|
595
|
+
var version = "18.2.0";
|
|
596
596
|
|
|
597
597
|
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": "18.
|
|
4
|
+
"version": "18.2.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": "18.
|
|
25
|
-
"@commercetools-uikit/design-system": "18.
|
|
26
|
-
"@commercetools-uikit/icons": "18.
|
|
27
|
-
"@commercetools-uikit/spacings": "18.
|
|
28
|
-
"@commercetools-uikit/text": "18.
|
|
29
|
-
"@commercetools-uikit/utils": "18.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "18.2.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "18.2.0",
|
|
26
|
+
"@commercetools-uikit/icons": "18.2.0",
|
|
27
|
+
"@commercetools-uikit/spacings": "18.2.0",
|
|
28
|
+
"@commercetools-uikit/text": "18.2.0",
|
|
29
|
+
"@commercetools-uikit/utils": "18.2.0",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|
|
32
32
|
"lodash": "4.17.21",
|