@commercetools-uikit/select-utils 19.12.0 → 19.13.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.
|
@@ -617,7 +617,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
617
617
|
};
|
|
618
618
|
|
|
619
619
|
// NOTE: This string will be replaced on build time with the package version.
|
|
620
|
-
var version = "19.
|
|
620
|
+
var version = "19.13.0";
|
|
621
621
|
|
|
622
622
|
exports.ClearIndicator = ClearIndicator$1;
|
|
623
623
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -614,7 +614,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
614
614
|
};
|
|
615
615
|
|
|
616
616
|
// NOTE: This string will be replaced on build time with the package version.
|
|
617
|
-
var version = "19.
|
|
617
|
+
var version = "19.13.0";
|
|
618
618
|
|
|
619
619
|
exports.ClearIndicator = ClearIndicator$1;
|
|
620
620
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -598,6 +598,6 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
598
598
|
};
|
|
599
599
|
|
|
600
600
|
// NOTE: This string will be replaced on build time with the package version.
|
|
601
|
-
var version = "19.
|
|
601
|
+
var version = "19.13.0";
|
|
602
602
|
|
|
603
603
|
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": "19.
|
|
4
|
+
"version": "19.13.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "19.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.
|
|
26
|
-
"@commercetools-uikit/icons": "19.
|
|
27
|
-
"@commercetools-uikit/spacings": "19.
|
|
28
|
-
"@commercetools-uikit/text": "19.
|
|
29
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.13.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.13.0",
|
|
26
|
+
"@commercetools-uikit/icons": "19.13.0",
|
|
27
|
+
"@commercetools-uikit/spacings": "19.13.0",
|
|
28
|
+
"@commercetools-uikit/text": "19.13.0",
|
|
29
|
+
"@commercetools-uikit/utils": "19.13.0",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|
|
32
32
|
"lodash": "4.17.21",
|
|
33
33
|
"prop-types": "15.8.1",
|
|
34
|
-
"react-select": "5.8.
|
|
34
|
+
"react-select": "5.8.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"react": "17.0.2",
|