@commercetools-uikit/select-utils 16.12.0 → 16.12.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.
@@ -325,7 +325,7 @@ const controlStyles = props => (base, state) => {
325
325
  if (props.isReadOnly) return 'default';
326
326
  return 'pointer';
327
327
  })(),
328
- padding: "0 ".concat(designSystem.designTokens.paddingForInput),
328
+ padding: props.appearance === 'quiet' ? "0 ".concat(designSystem.designTokens.paddingForInputAsQuiet) : "0 ".concat(designSystem.designTokens.paddingForInput),
329
329
  transition: _concatInstanceProperty__default["default"](_context = "border-color ".concat(designSystem.designTokens.transitionStandard, ",\n box-shadow ")).call(_context, designSystem.designTokens.transitionStandard),
330
330
  outline: 0,
331
331
  boxShadow: 'none'
@@ -604,7 +604,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
604
604
  };
605
605
 
606
606
  // NOTE: This string will be replaced on build time with the package version.
607
- var version = "16.12.0";
607
+ var version = "16.12.1";
608
608
 
609
609
  exports.ClearIndicator = ClearIndicator$1;
610
610
  exports.CustomSelectInputOption = CustomSelectInputOption;
@@ -325,7 +325,7 @@ const controlStyles = props => (base, state) => {
325
325
  if (props.isReadOnly) return 'default';
326
326
  return 'pointer';
327
327
  })(),
328
- padding: "0 ".concat(designSystem.designTokens.paddingForInput),
328
+ padding: props.appearance === 'quiet' ? "0 ".concat(designSystem.designTokens.paddingForInputAsQuiet) : "0 ".concat(designSystem.designTokens.paddingForInput),
329
329
  transition: _concatInstanceProperty__default["default"](_context = "border-color ".concat(designSystem.designTokens.transitionStandard, ",\n box-shadow ")).call(_context, designSystem.designTokens.transitionStandard),
330
330
  outline: 0,
331
331
  boxShadow: 'none'
@@ -601,7 +601,7 @@ const warnIfMenuPortalPropsAreMissing = props => {
601
601
  };
602
602
 
603
603
  // NOTE: This string will be replaced on build time with the package version.
604
- var version = "16.12.0";
604
+ var version = "16.12.1";
605
605
 
606
606
  exports.ClearIndicator = ClearIndicator$1;
607
607
  exports.CustomSelectInputOption = CustomSelectInputOption;
@@ -305,7 +305,7 @@ const controlStyles = props => (base, state) => {
305
305
  if (props.isReadOnly) return 'default';
306
306
  return 'pointer';
307
307
  })(),
308
- padding: "0 ".concat(designTokens.paddingForInput),
308
+ padding: props.appearance === 'quiet' ? "0 ".concat(designTokens.paddingForInputAsQuiet) : "0 ".concat(designTokens.paddingForInput),
309
309
  transition: _concatInstanceProperty(_context = "border-color ".concat(designTokens.transitionStandard, ",\n box-shadow ")).call(_context, designTokens.transitionStandard),
310
310
  outline: 0,
311
311
  boxShadow: 'none'
@@ -584,6 +584,6 @@ const warnIfMenuPortalPropsAreMissing = props => {
584
584
  };
585
585
 
586
586
  // NOTE: This string will be replaced on build time with the package version.
587
- var version = "16.12.0";
587
+ var version = "16.12.1";
588
588
 
589
589
  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": "16.12.0",
4
+ "version": "16.12.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": "16.12.0",
25
- "@commercetools-uikit/design-system": "16.12.0",
26
- "@commercetools-uikit/icons": "16.12.0",
27
- "@commercetools-uikit/spacings": "16.12.0",
28
- "@commercetools-uikit/text": "16.12.0",
29
- "@commercetools-uikit/utils": "16.12.0",
24
+ "@commercetools-uikit/accessible-button": "16.12.1",
25
+ "@commercetools-uikit/design-system": "16.12.1",
26
+ "@commercetools-uikit/icons": "16.12.1",
27
+ "@commercetools-uikit/spacings": "16.12.1",
28
+ "@commercetools-uikit/text": "16.12.1",
29
+ "@commercetools-uikit/utils": "16.12.1",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "lodash": "4.17.21",