carbon-react 144.22.1 → 146.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.
Files changed (103) hide show
  1. package/esm/__internal__/input/input-presentation.style.js +2 -6
  2. package/esm/__internal__/input-icon-toggle/input-icon-toggle.style.js +2 -9
  3. package/esm/__internal__/validations/validation-icon.style.js +1 -6
  4. package/esm/components/accordion/accordion.style.js +1 -5
  5. package/esm/components/action-popover/action-popover.style.js +4 -13
  6. package/esm/components/advanced-color-picker/advanced-color-picker-cell.style.js +1 -8
  7. package/esm/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.js +1 -6
  8. package/esm/components/batch-selection/batch-selection.style.js +2 -9
  9. package/esm/components/box/box.style.js +3 -4
  10. package/esm/components/button/button.style.js +2 -4
  11. package/esm/components/button-toggle/button-toggle.style.js +1 -6
  12. package/esm/components/carbon-provider/__internal__/new-validation.context.d.ts +0 -8
  13. package/esm/components/carbon-provider/carbon-provider.component.d.ts +1 -1
  14. package/esm/components/carbon-provider/carbon-provider.component.js +8 -34
  15. package/esm/components/card/card.style.js +5 -8
  16. package/esm/components/checkbox/checkbox.style.js +2 -9
  17. package/esm/components/date/__internal__/date-picker/day-picker.style.js +4 -15
  18. package/esm/components/date/__internal__/navbar/button.style.js +3 -10
  19. package/esm/components/dismissible-box/dismissible-box.component.d.ts +1 -1
  20. package/esm/components/drawer/drawer.style.js +3 -10
  21. package/esm/components/flat-table/flat-table-row/flat-table-row.style.js +9 -46
  22. package/esm/components/flat-table/flat-table.style.js +2 -12
  23. package/esm/components/flat-table/sort/sort.style.js +1 -6
  24. package/esm/components/heading/heading.style.js +1 -4
  25. package/esm/components/help/help.style.js +1 -6
  26. package/esm/components/icon/icon.style.js +1 -2
  27. package/esm/components/icon-button/icon-button.style.js +1 -8
  28. package/esm/components/link/link.style.js +1 -1
  29. package/esm/components/link-preview/link-preview.style.js +1 -7
  30. package/esm/components/loader/loader-square.style.js +3 -4
  31. package/esm/components/menu/menu-full-screen/menu-full-screen.style.js +2 -7
  32. package/esm/components/menu/menu-item/menu-item.style.js +1 -7
  33. package/esm/components/multi-action-button/multi-action-button.style.js +1 -10
  34. package/esm/components/pill/pill.style.js +4 -49
  35. package/esm/components/portrait/portrait.component.js +4 -9
  36. package/esm/components/progress-tracker/progress-tracker.style.js +4 -6
  37. package/esm/components/simple-color-picker/simple-color/simple-color.style.js +1 -20
  38. package/esm/components/split-button/split-button-toggle.style.js +1 -10
  39. package/esm/components/split-button/split-button.style.js +3 -16
  40. package/esm/components/switch/__internal__/switch-slider.style.d.ts +1 -3
  41. package/esm/components/switch/__internal__/switch-slider.style.js +1 -10
  42. package/esm/components/switch/switch.style.js +2 -6
  43. package/esm/components/tabs/__internal__/tab-title/tab-title.style.js +5 -9
  44. package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.js +2 -12
  45. package/esm/components/text-editor/text-editor.style.js +2 -6
  46. package/esm/components/tile-select/tile-select.style.js +2 -6
  47. package/esm/components/vertical-menu/vertical-menu.style.js +1 -7
  48. package/esm/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.d.ts +1 -2
  49. package/esm/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.js +2 -1
  50. package/esm/style/design-tokens/generate-css-variables.util.d.ts +1 -1
  51. package/esm/style/design-tokens/generate-css-variables.util.js +1 -6
  52. package/lib/__internal__/input/input-presentation.style.js +2 -6
  53. package/lib/__internal__/input-icon-toggle/input-icon-toggle.style.js +2 -9
  54. package/lib/__internal__/validations/validation-icon.style.js +1 -6
  55. package/lib/components/accordion/accordion.style.js +1 -5
  56. package/lib/components/action-popover/action-popover.style.js +4 -13
  57. package/lib/components/advanced-color-picker/advanced-color-picker-cell.style.js +1 -8
  58. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.js +1 -6
  59. package/lib/components/batch-selection/batch-selection.style.js +2 -9
  60. package/lib/components/box/box.style.js +3 -4
  61. package/lib/components/button/button.style.js +2 -4
  62. package/lib/components/button-toggle/button-toggle.style.js +1 -6
  63. package/lib/components/carbon-provider/__internal__/new-validation.context.d.ts +0 -8
  64. package/lib/components/carbon-provider/carbon-provider.component.d.ts +1 -1
  65. package/lib/components/carbon-provider/carbon-provider.component.js +8 -36
  66. package/lib/components/card/card.style.js +5 -8
  67. package/lib/components/checkbox/checkbox.style.js +2 -9
  68. package/lib/components/date/__internal__/date-picker/day-picker.style.js +4 -15
  69. package/lib/components/date/__internal__/navbar/button.style.js +3 -10
  70. package/lib/components/dismissible-box/dismissible-box.component.d.ts +1 -1
  71. package/lib/components/drawer/drawer.style.js +3 -10
  72. package/lib/components/flat-table/flat-table-row/flat-table-row.style.js +9 -46
  73. package/lib/components/flat-table/flat-table.style.js +2 -12
  74. package/lib/components/flat-table/sort/sort.style.js +1 -6
  75. package/lib/components/heading/heading.style.js +1 -4
  76. package/lib/components/help/help.style.js +1 -6
  77. package/lib/components/icon/icon.style.js +1 -2
  78. package/lib/components/icon-button/icon-button.style.js +1 -8
  79. package/lib/components/link/link.style.js +1 -1
  80. package/lib/components/link-preview/link-preview.style.js +1 -7
  81. package/lib/components/loader/loader-square.style.js +3 -4
  82. package/lib/components/menu/menu-full-screen/menu-full-screen.style.js +2 -7
  83. package/lib/components/menu/menu-item/menu-item.style.js +1 -7
  84. package/lib/components/multi-action-button/multi-action-button.style.js +1 -10
  85. package/lib/components/pill/pill.style.js +4 -49
  86. package/lib/components/portrait/portrait.component.js +3 -8
  87. package/lib/components/progress-tracker/progress-tracker.style.js +4 -6
  88. package/lib/components/simple-color-picker/simple-color/simple-color.style.js +1 -20
  89. package/lib/components/split-button/split-button-toggle.style.js +1 -10
  90. package/lib/components/split-button/split-button.style.js +3 -18
  91. package/lib/components/switch/__internal__/switch-slider.style.d.ts +1 -3
  92. package/lib/components/switch/__internal__/switch-slider.style.js +1 -10
  93. package/lib/components/switch/switch.style.js +2 -6
  94. package/lib/components/tabs/__internal__/tab-title/tab-title.style.js +5 -9
  95. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.js +2 -12
  96. package/lib/components/text-editor/text-editor.style.js +2 -6
  97. package/lib/components/tile-select/tile-select.style.js +2 -6
  98. package/lib/components/vertical-menu/vertical-menu.style.js +1 -7
  99. package/lib/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.d.ts +1 -2
  100. package/lib/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.js +1 -1
  101. package/lib/style/design-tokens/generate-css-variables.util.d.ts +1 -1
  102. package/lib/style/design-tokens/generate-css-variables.util.js +1 -6
  103. package/package.json +1 -1
@@ -21,8 +21,7 @@ const StyledSplitButtonToggle = (0, _styledComponents.default)(_button.default)`
21
21
  buttonType,
22
22
  disabled,
23
23
  displayed,
24
- size,
25
- theme
24
+ size
26
25
  }) => (0, _styledComponents.css)`
27
26
  border-top-left-radius: var(--borderRadius000);
28
27
  border-bottom-left-radius: var(--borderRadius000);
@@ -58,14 +57,6 @@ const StyledSplitButtonToggle = (0, _styledComponents.default)(_button.default)`
58
57
 
59
58
  ${_button.default} + & {
60
59
  margin-left: 0;
61
-
62
- ${buttonType === "secondary" && /* istanbul ignore next */
63
- theme.focusRedesignOptOut && /* istanbul ignore next */
64
- (0, _styledComponents.css)`
65
- &:focus {
66
- margin-left: -3px;
67
- }
68
- `}
69
60
  }
70
61
 
71
62
  ${_button.default} + & ${_icon.default} {
@@ -4,13 +4,11 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _styledComponents = _interopRequireWildcard(require("styled-components"));
7
+ var _styledComponents = _interopRequireDefault(require("styled-components"));
8
8
  var _styledSystem = require("styled-system");
9
9
  var _button = _interopRequireDefault(require("../button/button.style"));
10
10
  var _base = _interopRequireDefault(require("../../style/themes/base"));
11
11
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
13
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
14
12
  const StyledSplitButton = _styledComponents.default.div`
15
13
  ${_styledSystem.margin}
16
14
  display: inline-block;
@@ -24,21 +22,8 @@ const StyledSplitButton = _styledComponents.default.div`
24
22
  & > ${_button.default} {
25
23
  margin: 0;
26
24
  &:focus {
27
- ${({
28
- theme
29
- }) => (0, _styledComponents.css)`
30
- ${theme.focusRedesignOptOut && /* istanbul ignore next */
31
- `
32
- border: 3px solid var(--colorsSemanticFocus500);
33
- margin: -1px;
34
- outline: none;
35
- `}
36
-
37
- ${!theme.focusRedesignOptOut && `
38
- position: relative;
39
- z-index: 1;
40
- `}
41
- `}
25
+ position: relative;
26
+ z-index: 1;
42
27
  }
43
28
  }
44
29
  `;
@@ -1,11 +1,9 @@
1
- import { ThemeObject } from "../../../style/themes/base";
2
1
  import { SwitchSliderProps } from "./switch-slider.component";
3
2
  interface StyledSwitchSliderProps extends Pick<SwitchSliderProps, "checked" | "disabled" | "size" | "error" | "warning"> {
4
3
  isLoading?: boolean;
5
- theme?: Partial<ThemeObject>;
6
4
  isDarkBackground?: boolean;
7
5
  }
8
- declare const StyledSwitchSlider: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ declare const StyledSwitchSlider: import("styled-components").StyledComponent<"div", any, StyledSwitchSliderProps, never>;
9
7
  declare const HiddenContent: import("styled-components").StyledComponent<"div", any, Pick<StyledSwitchSliderProps, "size">, never>;
10
8
  export { StyledSwitchSlider, HiddenContent };
11
9
  export default StyledSwitchSlider;
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = exports.StyledSwitchSlider = exports.HiddenContent = void 0;
7
7
  var _styledComponents = _interopRequireWildcard(require("styled-components"));
8
8
  var _validationIcon = _interopRequireDefault(require("../../../__internal__/validations/validation-icon.style"));
9
- var _base = _interopRequireDefault(require("../../../style/themes/base"));
10
9
  var _switchSliderPanel = _interopRequireDefault(require("./switch-slider-panel.style"));
11
10
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
11
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
@@ -19,7 +18,6 @@ const StyledSwitchSlider = exports.StyledSwitchSlider = _styledComponents.defaul
19
18
  size,
20
19
  error,
21
20
  warning,
22
- theme,
23
21
  isDarkBackground
24
22
  }) => (0, _styledComponents.css)`
25
23
  display: flex;
@@ -33,7 +31,7 @@ const StyledSwitchSlider = exports.StyledSwitchSlider = _styledComponents.defaul
33
31
  top: 0;
34
32
  width: 100%
35
33
  z-index: 2;
36
- border-radius: ${theme?.roundedCornersOptOut ? "90px" : "var(--borderRadius400)"};
34
+ border-radius: var(--borderRadius400);
37
35
  border-style: solid;
38
36
  border-color: ${isDarkBackground ? "var(--colorsUtilityYang100)" : "var(--colorsActionMinor400)"};
39
37
  border-width: var(--borderWidth200);
@@ -92,10 +90,6 @@ const StyledSwitchSlider = exports.StyledSwitchSlider = _styledComponents.defaul
92
90
  `}
93
91
  `}
94
92
 
95
- ${size === "large" && (0, _styledComponents.css)`
96
- ${theme?.roundedCornersOptOut ? "border-radius: 30px;" : ""}
97
- `}
98
-
99
93
  ${isLoading && (0, _styledComponents.css)`
100
94
  &::before {
101
95
  display: none;
@@ -126,7 +120,4 @@ const HiddenContent = exports.HiddenContent = _styledComponents.default.div`
126
120
  padding-left: ${size === "large" ? "var(--spacing700)" : "var(--spacing500)"};
127
121
  `}
128
122
  `;
129
- StyledSwitchSlider.defaultProps = {
130
- theme: _base.default
131
- };
132
123
  var _default = exports.default = StyledSwitchSlider;
@@ -18,9 +18,6 @@ var _switchSlider = _interopRequireDefault(require("./__internal__/switch-slider
18
18
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
19
19
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
20
20
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
21
- const oldFocusStyling = `
22
- outline: solid 3px var(--colorsSemanticFocus500);
23
- `;
24
21
  const ErrorBorder = exports.ErrorBorder = _styledComponents.default.span`
25
22
  ${({
26
23
  reverse,
@@ -56,8 +53,7 @@ const StyledSwitch = _styledComponents.default.div`
56
53
  fieldHelpInline,
57
54
  labelInline,
58
55
  reverse,
59
- size,
60
- theme
56
+ size
61
57
  }) => (0, _styledComponents.css)`
62
58
  ${_styledSystem.margin}
63
59
  ${_formField.FieldLineStyle} {
@@ -91,7 +87,7 @@ const StyledSwitch = _styledComponents.default.div`
91
87
 
92
88
  ${_hiddenCheckableInput.default}:not([disabled]) {
93
89
  &:focus ~ ${_switchSlider.default} {
94
- ${!theme.focusRedesignOptOut ? (0, _addFocusStyling.default)() : /* istanbul ignore next */oldFocusStyling}
90
+ ${(0, _addFocusStyling.default)()}
95
91
  }
96
92
  }
97
93
 
@@ -335,12 +335,8 @@ const tabTitleStyles = (0, _styledComponents.css)`
335
335
  cursor: default;
336
336
  }
337
337
  `}
338
-
339
- ${({
340
- theme
341
- }) => `
342
338
  &:focus {
343
- outline: 4px solid ${!theme.focusRedesignOptOut ? "black" : /* istanbul ignore next */"var(--colorsSemanticFocus500)"};
339
+ outline: 4px solid black;
344
340
  top: -2px;
345
341
  z-index: 6;
346
342
 
@@ -356,7 +352,7 @@ const tabTitleStyles = (0, _styledComponents.css)`
356
352
  border-bottom-left-radius: var(--borderRadius100);
357
353
  `}
358
354
 
359
- ${!theme.focusRedesignOptOut ? `::before {
355
+ ::before {
360
356
  content: "";
361
357
  position: absolute;
362
358
  top: 0;
@@ -385,10 +381,10 @@ const tabTitleStyles = (0, _styledComponents.css)`
385
381
  bottom: 2px;
386
382
  right: 1px;
387
383
  `}
388
- }` : /* istanbul ignore next */""}
384
+ }
385
+ }
389
386
  }
390
- `}
391
-
387
+
392
388
  ${position === "left" && (0, _styledComponents.css)`
393
389
  background-color: transparent;
394
390
  border-bottom: 0px;
@@ -23,23 +23,13 @@ const StyledToolbarButton = _styledComponents.default.button.attrs({
23
23
  cursor: pointer;
24
24
 
25
25
  ${({
26
- isActive,
27
- theme
26
+ isActive
28
27
  }) => (0, _styledComponents.css)`
29
28
  :focus,
30
29
  :active {
31
30
  z-index: 1;
32
31
  position: relative;
33
-
34
- ${theme.focusRedesignOptOut && /* istanbul ignore next */
35
- (0, _styledComponents.css)`
36
- outline: 2px solid var(--colorsSemanticFocus500);
37
- outline-offset: -2px;
38
- `}
39
-
40
- ${!theme.focusRedesignOptOut && (0, _styledComponents.css)`
41
- ${(0, _addFocusStyling.default)()}
42
- `}
32
+ ${(0, _addFocusStyling.default)()}
43
33
  }
44
34
 
45
35
  :hover {
@@ -66,17 +66,13 @@ const StyledEditorContainer = exports.StyledEditorContainer = _styledComponents.
66
66
  const StyledEditorOutline = exports.StyledEditorOutline = _styledComponents.default.div`
67
67
  ${({
68
68
  isFocused,
69
- hasError,
70
- theme
69
+ hasError
71
70
  }) => (0, _styledComponents.css)`
72
71
  border-radius: var(--borderRadius050);
73
72
  outline: none;
74
73
 
75
74
  ${isFocused && (0, _styledComponents.css)`
76
- ${!theme.focusRedesignOptOut ? (0, _addFocusStyling.default)() : `
77
- outline: 3px solid var(--colorsSemanticFocus500);
78
- outline-offset: ${hasError ? "2px" : "1px"};
79
- `}
75
+ ${(0, _addFocusStyling.default)()}
80
76
  `}
81
77
  `}
82
78
  `;
@@ -64,14 +64,10 @@ const StyledTileSelect = exports.StyledTileSelect = _styledComponents.default.di
64
64
  }
65
65
  `}
66
66
  `;
67
- const oldFocusStyling = `
68
- outline: solid 3px var(--colorsSemanticFocus500);
69
- `;
70
67
  const StyledFocusWrapper = exports.StyledFocusWrapper = _styledComponents.default.div`
71
68
  ${({
72
69
  checked,
73
- hasFocus,
74
- theme
70
+ hasFocus
75
71
  }) => (0, _styledComponents.css)`
76
72
  position: relative;
77
73
  border: 1px solid var(--colorsActionMinor250);
@@ -84,7 +80,7 @@ const StyledFocusWrapper = exports.StyledFocusWrapper = _styledComponents.defaul
84
80
  `}
85
81
 
86
82
  ${hasFocus && (0, _styledComponents.css)`
87
- ${!theme.focusRedesignOptOut ? (0, _addFocusStyling.default)() : /* istanbul ignore next */oldFocusStyling}
83
+ ${(0, _addFocusStyling.default)()}
88
84
  z-index: 15;
89
85
  `}
90
86
  `}
@@ -19,10 +19,6 @@ const StyledList = exports.StyledList = _styledComponents.default.ul`
19
19
  margin: 0;
20
20
  padding: 0;
21
21
  `;
22
- const oldFocusStyling = `
23
- outline: 3px solid var(--colorsSemanticFocus500);
24
- outline-offset: -3px;
25
- `;
26
22
  const StyledVerticalMenuItem = exports.StyledVerticalMenuItem = _styledComponents.default.div`
27
23
  min-height: ${({
28
24
  height
@@ -47,9 +43,7 @@ const StyledVerticalMenuItem = exports.StyledVerticalMenuItem = _styledComponent
47
43
  }
48
44
 
49
45
  &:focus {
50
- ${({
51
- theme
52
- }) => !theme.focusRedesignOptOut ? (0, _addFocusStyling.default)(true) : /* istanbul ignore next */oldFocusStyling}
46
+ ${(0, _addFocusStyling.default)(true)}
53
47
  }
54
48
 
55
49
  ${({
@@ -1,10 +1,9 @@
1
1
  import { ThemeObject } from "../../themes/base";
2
- import { CarbonProviderProps } from "../../../components/carbon-provider";
3
2
  /**
4
3
  *
5
4
  * Converts theme properties to css variables form and set them locally for
6
5
  * given scope
7
6
  *
8
7
  */
9
- declare const CarbonScopedTokensProvider: import("styled-components").StyledComponent<"div", any, ThemeObject & Pick<CarbonProviderProps, "roundedCornersOptOut">, never>;
8
+ declare const CarbonScopedTokensProvider: import("styled-components").StyledComponent<"div", any, ThemeObject, never>;
10
9
  export default CarbonScopedTokensProvider;
@@ -23,7 +23,7 @@ const CarbonScopedTokensProvider = _styledComponents.default.div`
23
23
 
24
24
  ${({
25
25
  theme
26
- }) => (0, _generateCssVariables.default)(theme.compatibility, theme.roundedCornersOptOut)}
26
+ }) => (0, _generateCssVariables.default)(theme.compatibility)}
27
27
  `;
28
28
  CarbonScopedTokensProvider.defaultProps = {
29
29
  theme: _themes.baseTheme
@@ -7,5 +7,5 @@ import { ThemeObject } from "../themes/base";
7
7
  * form of CSS variables along with styled-components ThemeProvider.
8
8
  *
9
9
  */
10
- declare const _default: (theme: ThemeObject | Record<string, string>, roundedCornersOptOut?: boolean) => string;
10
+ declare const _default: (theme: ThemeObject | Record<string, string>) => string;
11
11
  export default _default;
@@ -12,10 +12,5 @@ exports.default = void 0;
12
12
  * form of CSS variables along with styled-components ThemeProvider.
13
13
  *
14
14
  */
15
- var _default = (theme, roundedCornersOptOut) => Object.entries(theme).map(([key, value]) => {
16
- if (roundedCornersOptOut && key.startsWith("borderRadius") && key !== "borderRadiusCircle") {
17
- return `--${key}: 0px;`;
18
- }
19
- return `--${key}: ${value};`;
20
- }).join("\r\n");
15
+ var _default = theme => Object.entries(theme).map(([key, value]) => `--${key}: ${value};`).join("\r\n");
21
16
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "144.22.1",
3
+ "version": "146.0.0",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",