@commercetools-uikit/select-utils 18.4.0 → 19.0.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.
|
@@ -431,7 +431,7 @@ const optionStyles = () => (base, state) => {
|
|
|
431
431
|
})(),
|
|
432
432
|
backgroundColor: (() => {
|
|
433
433
|
if (state.isSelected) return designSystem.designTokens.backgroundColorForInputWhenSelected;
|
|
434
|
-
if (state.isFocused) return designSystem.designTokens.
|
|
434
|
+
if (state.isFocused) return designSystem.designTokens.backgroundColorForInputWhenHovered;
|
|
435
435
|
return base.backgroundColor;
|
|
436
436
|
})(),
|
|
437
437
|
'&:active': {
|
|
@@ -613,7 +613,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
613
613
|
};
|
|
614
614
|
|
|
615
615
|
// NOTE: This string will be replaced on build time with the package version.
|
|
616
|
-
var version = "
|
|
616
|
+
var version = "19.0.0";
|
|
617
617
|
|
|
618
618
|
exports.ClearIndicator = ClearIndicator$1;
|
|
619
619
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -431,7 +431,7 @@ const optionStyles = () => (base, state) => {
|
|
|
431
431
|
})(),
|
|
432
432
|
backgroundColor: (() => {
|
|
433
433
|
if (state.isSelected) return designSystem.designTokens.backgroundColorForInputWhenSelected;
|
|
434
|
-
if (state.isFocused) return designSystem.designTokens.
|
|
434
|
+
if (state.isFocused) return designSystem.designTokens.backgroundColorForInputWhenHovered;
|
|
435
435
|
return base.backgroundColor;
|
|
436
436
|
})(),
|
|
437
437
|
'&:active': {
|
|
@@ -610,7 +610,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
610
610
|
};
|
|
611
611
|
|
|
612
612
|
// NOTE: This string will be replaced on build time with the package version.
|
|
613
|
-
var version = "
|
|
613
|
+
var version = "19.0.0";
|
|
614
614
|
|
|
615
615
|
exports.ClearIndicator = ClearIndicator$1;
|
|
616
616
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -411,7 +411,7 @@ const optionStyles = () => (base, state) => {
|
|
|
411
411
|
})(),
|
|
412
412
|
backgroundColor: (() => {
|
|
413
413
|
if (state.isSelected) return designTokens.backgroundColorForInputWhenSelected;
|
|
414
|
-
if (state.isFocused) return designTokens.
|
|
414
|
+
if (state.isFocused) return designTokens.backgroundColorForInputWhenHovered;
|
|
415
415
|
return base.backgroundColor;
|
|
416
416
|
})(),
|
|
417
417
|
'&:active': {
|
|
@@ -593,6 +593,6 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
593
593
|
};
|
|
594
594
|
|
|
595
595
|
// NOTE: This string will be replaced on build time with the package version.
|
|
596
|
-
var version = "
|
|
596
|
+
var version = "19.0.0";
|
|
597
597
|
|
|
598
598
|
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": "
|
|
4
|
+
"version": "19.0.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": "
|
|
25
|
-
"@commercetools-uikit/design-system": "
|
|
26
|
-
"@commercetools-uikit/icons": "
|
|
27
|
-
"@commercetools-uikit/spacings": "
|
|
28
|
-
"@commercetools-uikit/text": "
|
|
29
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.0.0",
|
|
26
|
+
"@commercetools-uikit/icons": "19.0.0",
|
|
27
|
+
"@commercetools-uikit/spacings": "19.0.0",
|
|
28
|
+
"@commercetools-uikit/text": "19.0.0",
|
|
29
|
+
"@commercetools-uikit/utils": "19.0.0",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|
|
32
32
|
"lodash": "4.17.21",
|