@commercetools-uikit/select-utils 13.0.2 → 13.0.4
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.
|
@@ -645,7 +645,7 @@ function createSelectStyles(props, theme) {
|
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
// NOTE: This string will be replaced on build time with the package version.
|
|
648
|
-
var version = "13.0.
|
|
648
|
+
var version = "13.0.4";
|
|
649
649
|
|
|
650
650
|
exports.ClearIndicator = ClearIndicator$1;
|
|
651
651
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -639,7 +639,7 @@ function createSelectStyles(props, theme) {
|
|
|
639
639
|
}
|
|
640
640
|
|
|
641
641
|
// NOTE: This string will be replaced on build time with the package version.
|
|
642
|
-
var version = "13.0.
|
|
642
|
+
var version = "13.0.4";
|
|
643
643
|
|
|
644
644
|
exports.ClearIndicator = ClearIndicator$1;
|
|
645
645
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -624,6 +624,6 @@ function createSelectStyles(props, theme) {
|
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
// NOTE: This string will be replaced on build time with the package version.
|
|
627
|
-
var version = "13.0.
|
|
627
|
+
var version = "13.0.4";
|
|
628
628
|
|
|
629
629
|
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 };
|
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": "13.0.
|
|
4
|
+
"version": "13.0.4",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "13.0.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "13.0.4",
|
|
25
25
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
26
26
|
"@commercetools-uikit/icons": "13.0.2",
|
|
27
27
|
"@commercetools-uikit/spacings": "13.0.2",
|
|
28
|
-
"@commercetools-uikit/text": "13.0.
|
|
28
|
+
"@commercetools-uikit/text": "13.0.4",
|
|
29
29
|
"@commercetools-uikit/utils": "13.0.2",
|
|
30
30
|
"@emotion/react": "^11.4.0",
|
|
31
31
|
"@emotion/styled": "^11.3.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"react": "17.0.2",
|
|
38
|
-
"react-intl": "5.24.6"
|
|
38
|
+
"react-intl": "^5.24.6"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "17.x",
|