@commercetools-uikit/select-utils 15.13.0 → 15.13.1
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.
|
@@ -640,7 +640,7 @@ function createSelectStyles(props) {
|
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
// NOTE: This string will be replaced on build time with the package version.
|
|
643
|
-
var version = "15.13.
|
|
643
|
+
var version = "15.13.1";
|
|
644
644
|
|
|
645
645
|
exports.ClearIndicator = ClearIndicator$1;
|
|
646
646
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -640,7 +640,7 @@ function createSelectStyles(props) {
|
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
// NOTE: This string will be replaced on build time with the package version.
|
|
643
|
-
var version = "15.13.
|
|
643
|
+
var version = "15.13.1";
|
|
644
644
|
|
|
645
645
|
exports.ClearIndicator = ClearIndicator$1;
|
|
646
646
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -620,6 +620,6 @@ function createSelectStyles(props) {
|
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
// NOTE: This string will be replaced on build time with the package version.
|
|
623
|
-
var version = "15.13.
|
|
623
|
+
var version = "15.13.1";
|
|
624
624
|
|
|
625
625
|
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": "15.13.
|
|
4
|
+
"version": "15.13.1",
|
|
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": "15.13.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.13.
|
|
26
|
-
"@commercetools-uikit/icons": "15.13.
|
|
27
|
-
"@commercetools-uikit/spacings": "15.13.
|
|
28
|
-
"@commercetools-uikit/text": "15.13.
|
|
29
|
-
"@commercetools-uikit/utils": "15.13.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.13.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.13.1",
|
|
26
|
+
"@commercetools-uikit/icons": "15.13.1",
|
|
27
|
+
"@commercetools-uikit/spacings": "15.13.1",
|
|
28
|
+
"@commercetools-uikit/text": "15.13.1",
|
|
29
|
+
"@commercetools-uikit/utils": "15.13.1",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|
|
32
32
|
"lodash": "4.17.21",
|