@commercetools-uikit/select-utils 19.3.1 → 19.4.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.
|
@@ -474,6 +474,7 @@ const placeholderStyles = props => base => {
|
|
|
474
474
|
const valueContainerStyles = props => base => {
|
|
475
475
|
var _props$controlShouldR;
|
|
476
476
|
return _objectSpread(_objectSpread({}, base), {}, {
|
|
477
|
+
flexWrap: 'nowrap',
|
|
477
478
|
padding: '0',
|
|
478
479
|
backgroundColor: 'none',
|
|
479
480
|
overflow: 'hidden',
|
|
@@ -624,7 +625,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
624
625
|
};
|
|
625
626
|
|
|
626
627
|
// NOTE: This string will be replaced on build time with the package version.
|
|
627
|
-
var version = "19.
|
|
628
|
+
var version = "19.4.0";
|
|
628
629
|
|
|
629
630
|
exports.ClearIndicator = ClearIndicator$1;
|
|
630
631
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -474,6 +474,7 @@ const placeholderStyles = props => base => {
|
|
|
474
474
|
const valueContainerStyles = props => base => {
|
|
475
475
|
var _props$controlShouldR;
|
|
476
476
|
return _objectSpread(_objectSpread({}, base), {}, {
|
|
477
|
+
flexWrap: 'nowrap',
|
|
477
478
|
padding: '0',
|
|
478
479
|
backgroundColor: 'none',
|
|
479
480
|
overflow: 'hidden',
|
|
@@ -621,7 +622,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
621
622
|
};
|
|
622
623
|
|
|
623
624
|
// NOTE: This string will be replaced on build time with the package version.
|
|
624
|
-
var version = "19.
|
|
625
|
+
var version = "19.4.0";
|
|
625
626
|
|
|
626
627
|
exports.ClearIndicator = ClearIndicator$1;
|
|
627
628
|
exports.CustomSelectInputOption = CustomSelectInputOption;
|
|
@@ -454,6 +454,7 @@ const placeholderStyles = props => base => {
|
|
|
454
454
|
const valueContainerStyles = props => base => {
|
|
455
455
|
var _props$controlShouldR;
|
|
456
456
|
return _objectSpread(_objectSpread({}, base), {}, {
|
|
457
|
+
flexWrap: 'nowrap',
|
|
457
458
|
padding: '0',
|
|
458
459
|
backgroundColor: 'none',
|
|
459
460
|
overflow: 'hidden',
|
|
@@ -604,6 +605,6 @@ const warnIfMenuPortalPropsAreMissing = props => {
|
|
|
604
605
|
};
|
|
605
606
|
|
|
606
607
|
// NOTE: This string will be replaced on build time with the package version.
|
|
607
|
-
var version = "19.
|
|
608
|
+
var version = "19.4.0";
|
|
608
609
|
|
|
609
610
|
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.4.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": "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.4.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.4.0",
|
|
26
|
+
"@commercetools-uikit/icons": "19.4.0",
|
|
27
|
+
"@commercetools-uikit/spacings": "19.4.0",
|
|
28
|
+
"@commercetools-uikit/text": "19.4.0",
|
|
29
|
+
"@commercetools-uikit/utils": "19.4.0",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|
|
32
32
|
"lodash": "4.17.21",
|