@7shifts/sous-chef 3.83.3 → 3.85.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.
@@ -191,7 +191,7 @@ function _objectWithoutPropertiesLoose(r, e) {
191
191
  return t;
192
192
  }
193
193
 
194
- var styles$1n = {"flex":"_GFHBy","flex__item":"_TOxU5","flex__item--flexible":"_oppLW","align-center":"_bC2qU","align-end":"_9qCMz","align-start":"_06gN4","justify-center":"_9gxO4","justify-end":"_33FAJ","justify-space-between":"_lg-h2","justify-start":"_xjZcn","inline-flex":"_3yyLA"};
194
+ var styles$1o = {"flex":"_GFHBy","flex__item":"_TOxU5","flex__item--flexible":"_oppLW","align-center":"_bC2qU","align-end":"_9qCMz","align-start":"_06gN4","justify-center":"_9gxO4","justify-end":"_33FAJ","justify-space-between":"_lg-h2","justify-start":"_xjZcn","inline-flex":"_3yyLA"};
195
195
 
196
196
  const usePositionStyles = ({
197
197
  m,
@@ -229,7 +229,7 @@ const capitalizeFirstLetter = text => {
229
229
  };
230
230
  const kebabize = str => str.replace(/[A-Z]+(?![a-z])|[A-Z]/g, ($, ofs) => (ofs ? '-' : '') + $.toLowerCase());
231
231
 
232
- const _excluded$30 = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
232
+ const _excluded$31 = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
233
233
  const getPositionProps = _ref => {
234
234
  let {
235
235
  m,
@@ -243,7 +243,7 @@ const getPositionProps = _ref => {
243
243
  ml,
244
244
  marginLeft
245
245
  } = _ref,
246
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$30);
246
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$31);
247
247
  return {
248
248
  positionProps: {
249
249
  m,
@@ -279,7 +279,7 @@ const getDataProps = (props, config) => {
279
279
  });
280
280
  };
281
281
 
282
- const _excluded$2$ = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
282
+ const _excluded$30 = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
283
283
  /**
284
284
  * Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
285
285
  */
@@ -298,7 +298,7 @@ const Flex = _ref => {
298
298
  testId,
299
299
  extraClass
300
300
  } = _ref,
301
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2$);
301
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$30);
302
302
  const {
303
303
  positionProps,
304
304
  otherProps
@@ -307,15 +307,15 @@ const Flex = _ref => {
307
307
  dataProps
308
308
  } = getDataProps(otherProps);
309
309
  const positionStyles = usePositionStyles(positionProps);
310
- const className = classnames(styles$1n['flex'], extraClass, {
311
- [styles$1n['align-start']]: alignItems === 'flex-start',
312
- [styles$1n['align-end']]: alignItems === 'flex-end',
313
- [styles$1n['align-center']]: alignItems === 'center',
314
- [styles$1n['justify-start']]: justifyContent === 'start',
315
- [styles$1n['justify-end']]: justifyContent === 'end',
316
- [styles$1n['justify-center']]: justifyContent === 'center',
317
- [styles$1n['justify-space-between']]: justifyContent === 'space-between',
318
- [styles$1n['inline-flex']]: inlineFlex
310
+ const className = classnames(styles$1o['flex'], extraClass, {
311
+ [styles$1o['align-start']]: alignItems === 'flex-start',
312
+ [styles$1o['align-end']]: alignItems === 'flex-end',
313
+ [styles$1o['align-center']]: alignItems === 'center',
314
+ [styles$1o['justify-start']]: justifyContent === 'start',
315
+ [styles$1o['justify-end']]: justifyContent === 'end',
316
+ [styles$1o['justify-center']]: justifyContent === 'center',
317
+ [styles$1o['justify-space-between']]: justifyContent === 'space-between',
318
+ [styles$1o['inline-flex']]: inlineFlex
319
319
  });
320
320
  const items = React__default.Children.toArray(children).filter(Boolean);
321
321
  const gap = typeof space === 'object' ? `${space.row}px ${space.column}px` : space;
@@ -330,8 +330,8 @@ const Flex = _ref => {
330
330
  "data-testid": testId
331
331
  }, dataProps), items.map((child, i) => React__default.createElement("div", {
332
332
  key: i,
333
- className: classnames(styles$1n['flex__item'], {
334
- [styles$1n['flex__item--flexible']]: flexItems
333
+ className: classnames(styles$1o['flex__item'], {
334
+ [styles$1o['flex__item--flexible']]: flexItems
335
335
  }),
336
336
  style: {
337
337
  flex: flex ? flex[i] || '0 1 auto' : '0 1 auto'
@@ -339,7 +339,7 @@ const Flex = _ref => {
339
339
  }, child)));
340
340
  };
341
341
 
342
- const _excluded$2_ = ["alignItems"];
342
+ const _excluded$2$ = ["alignItems"];
343
343
  /**
344
344
  * Layout component to easily stack elements up in a column.
345
345
  */
@@ -347,16 +347,16 @@ const Stack = _ref => {
347
347
  let {
348
348
  alignItems = 'stretch'
349
349
  } = _ref,
350
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2_);
350
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2$);
351
351
  return React.createElement(Flex, _extends({}, props, {
352
352
  alignItems: alignItems,
353
353
  direction: "column"
354
354
  }));
355
355
  };
356
356
 
357
- var styles$1m = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
357
+ var styles$1n = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
358
358
 
359
- const _excluded$2Z = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
359
+ const _excluded$2_ = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
360
360
  /**
361
361
  * Used when you want to allow the user to turn some information ON and OFF.
362
362
  *
@@ -372,14 +372,14 @@ const Toggle = _ref => {
372
372
  id,
373
373
  testId
374
374
  } = _ref,
375
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2Z);
375
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2_);
376
376
  const {
377
377
  dataProps
378
378
  } = getDataProps(otherProps);
379
379
  return React__default.createElement(Stack, {
380
380
  space: 8
381
381
  }, React__default.createElement("label", _extends({}, dataProps, {
382
- className: styles$1m['toggle']
382
+ className: styles$1n['toggle']
383
383
  }), React__default.createElement("input", {
384
384
  type: "checkbox",
385
385
  checked: checked,
@@ -388,11 +388,11 @@ const Toggle = _ref => {
388
388
  id: id,
389
389
  "data-testid": testId
390
390
  }), React__default.createElement("span", {
391
- className: styles$1m['toggle__switch']
391
+ className: styles$1n['toggle__switch']
392
392
  }), label && React__default.createElement("span", {
393
- className: styles$1m['toggle__label']
393
+ className: styles$1n['toggle__label']
394
394
  }, label)), caption && React__default.createElement("span", {
395
- className: styles$1m['toggle__caption']
395
+ className: styles$1n['toggle__caption']
396
396
  }, caption));
397
397
  };
398
398
 
@@ -410,7 +410,7 @@ const SPINNER_THEMES = {
410
410
  PRIDE: 'pride'
411
411
  };
412
412
 
413
- var styles$1l = {"spinner":"_memxT","rotator":"_QieGp","spinner--block":"_VoFzz","path":"_KSRP9","dash":"_RyBY2","path--mint":"_-sIZJ","path--disabled":"_3fox0","path--contrast":"_VteKz","path--pride":"_7rzsv"};
413
+ var styles$1m = {"spinner":"_memxT","rotator":"_QieGp","spinner--block":"_VoFzz","path":"_KSRP9","dash":"_RyBY2","path--mint":"_-sIZJ","path--disabled":"_3fox0","path--contrast":"_VteKz","path--pride":"_7rzsv"};
414
414
 
415
415
  const Spinner = ({
416
416
  size: _size = 28,
@@ -420,10 +420,10 @@ const Spinner = ({
420
420
  }) => {
421
421
  return React__default.createElement("div", {
422
422
  className: classnames({
423
- [styles$1l['spinner--block']]: _block
423
+ [styles$1m['spinner--block']]: _block
424
424
  })
425
425
  }, React__default.createElement("svg", {
426
- className: styles$1l['spinner'],
426
+ className: styles$1m['spinner'],
427
427
  xmlns: "http://www.w3.org/2000/svg",
428
428
  width: _size,
429
429
  height: _size,
@@ -498,7 +498,7 @@ const Spinner = ({
498
498
  offset: "1",
499
499
  stopColor: "#760088"
500
500
  }))), React__default.createElement("circle", {
501
- className: classnames(styles$1l['path'], styles$1l[`path--${_theme}`]),
501
+ className: classnames(styles$1m['path'], styles$1m[`path--${_theme}`]),
502
502
  fill: "none",
503
503
  strokeWidth: "6",
504
504
  strokeLinecap: "round",
@@ -508,9 +508,9 @@ const Spinner = ({
508
508
  })));
509
509
  };
510
510
 
511
- var styles$1k = {"tooltip":"_Ydu2O"};
511
+ var styles$1l = {"tooltip":"_Ydu2O"};
512
512
 
513
- var styles$1j = {"tooltip-overlay":"_7fQon","tooltip-overlay--visible":"_a-BND","tooltip-overlay--black-theme":"_UUdng","tooltip-overlay--white-theme":"_brSNX","tooltip-overlay__header":"_uP8x7","tooltip-overlay-arrow":"_MjV6R","tooltip-overlay-arrow--top":"_TQqwB","tooltip-overlay-arrow--bottom":"_pgdKl","tooltip-overlay-arrow--visible":"_Zob-W","tooltip-overlay-arrow--black-theme":"_FXaBf","tooltip-overlay-arrow--white-theme":"_FyPu8"};
513
+ var styles$1k = {"tooltip-overlay":"_7fQon","tooltip-overlay--visible":"_a-BND","tooltip-overlay--black-theme":"_UUdng","tooltip-overlay--white-theme":"_brSNX","tooltip-overlay__header":"_uP8x7","tooltip-overlay-arrow":"_MjV6R","tooltip-overlay-arrow--top":"_TQqwB","tooltip-overlay-arrow--bottom":"_pgdKl","tooltip-overlay-arrow--visible":"_Zob-W","tooltip-overlay-arrow--black-theme":"_FXaBf","tooltip-overlay-arrow--white-theme":"_FyPu8"};
514
514
 
515
515
  const TOOLTIP_THEME = {
516
516
  BLACK: 'black',
@@ -704,24 +704,24 @@ const TooltipOverlay = ({
704
704
  maxHeight,
705
705
  zIndex: getZIndex('tooltip')
706
706
  }),
707
- className: classnames(styles$1j['tooltip-overlay'], extraClass, {
708
- [styles$1j['tooltip-overlay--visible']]: isVisible,
709
- [styles$1j['tooltip-overlay--black-theme']]: theme === TOOLTIP_THEME.BLACK,
710
- [styles$1j['tooltip-overlay--white-theme']]: theme === TOOLTIP_THEME.WHITE
707
+ className: classnames(styles$1k['tooltip-overlay'], extraClass, {
708
+ [styles$1k['tooltip-overlay--visible']]: isVisible,
709
+ [styles$1k['tooltip-overlay--black-theme']]: theme === TOOLTIP_THEME.BLACK,
710
+ [styles$1k['tooltip-overlay--white-theme']]: theme === TOOLTIP_THEME.WHITE
711
711
  }),
712
712
  onMouseEnter: onFocusIn,
713
713
  onMouseLeave: onFocusOut
714
714
  }, React__default.createElement(Stack, {
715
715
  space: 8
716
716
  }, header && React__default.createElement("div", {
717
- className: styles$1j['tooltip-overlay__header']
717
+ className: styles$1k['tooltip-overlay__header']
718
718
  }, header), children)), React__default.createElement("div", {
719
- className: classnames(styles$1j['tooltip-overlay-arrow'], extraClass, {
720
- [styles$1j['tooltip-overlay-arrow--visible']]: isVisible,
721
- [styles$1j['tooltip-overlay-arrow--top']]: position.actualPlacement.placement === TOOLTIP_PLACEMENT.TOP,
722
- [styles$1j['tooltip-overlay-arrow--bottom']]: position.actualPlacement.placement === TOOLTIP_PLACEMENT.BOTTOM,
723
- [styles$1j['tooltip-overlay-arrow--black-theme']]: theme === TOOLTIP_THEME.BLACK,
724
- [styles$1j['tooltip-overlay-arrow--white-theme']]: theme === TOOLTIP_THEME.WHITE
719
+ className: classnames(styles$1k['tooltip-overlay-arrow'], extraClass, {
720
+ [styles$1k['tooltip-overlay-arrow--visible']]: isVisible,
721
+ [styles$1k['tooltip-overlay-arrow--top']]: position.actualPlacement.placement === TOOLTIP_PLACEMENT.TOP,
722
+ [styles$1k['tooltip-overlay-arrow--bottom']]: position.actualPlacement.placement === TOOLTIP_PLACEMENT.BOTTOM,
723
+ [styles$1k['tooltip-overlay-arrow--black-theme']]: theme === TOOLTIP_THEME.BLACK,
724
+ [styles$1k['tooltip-overlay-arrow--white-theme']]: theme === TOOLTIP_THEME.WHITE
725
725
  }),
726
726
  style: _extends({}, position.arrow, {
727
727
  zIndex: getZIndex('tooltip')
@@ -833,7 +833,7 @@ const TooltipElement = ({
833
833
  }), overlayElement);
834
834
  }
835
835
  return React__default.createElement("div", _extends({
836
- className: classnames(styles$1k['tooltip'])
836
+ className: classnames(styles$1l['tooltip'])
837
837
  }, commonProps, {
838
838
  ref: containerRef
839
839
  }), children, overlayElement);
@@ -843,7 +843,7 @@ const isTooltipCompatible = element => {
843
843
  return React__default.isValidElement(element) && typeof element.type === 'string';
844
844
  };
845
845
 
846
- var styles$1i = {"button":"_pgOR3","button--loading":"_2yB9-","button__spinner":"_ppC-S","button--size-min-width-100":"_GtXOQ","button--size-full-width":"_Y-OxO","button--icon-only":"_3EfuT","button--default":"_ICNz7","button--primary":"_XwJWT","button--danger":"_gr3Dh","button--upsell":"_ME8te","button--marketing":"_mI-Dx","button--hollow":"_orywo","button--hollow-contrast":"_obtsl","button--link-contrast":"_00jK4","button--link-primary":"_JPwJ7","button--link-danger":"_9TprN","button--link-upsell":"_tktX-","button--link-toolbar":"_r3SQl","button--link-icon":"_oFBLN","disabled-button-wrapper":"_yTBTz"};
846
+ var styles$1j = {"button":"_pgOR3","button--loading":"_2yB9-","button__spinner":"_ppC-S","button--size-min-width-100":"_GtXOQ","button--size-full-width":"_Y-OxO","button--icon-only":"_3EfuT","button--default":"_ICNz7","button--primary":"_XwJWT","button--danger":"_gr3Dh","button--upsell":"_ME8te","button--marketing":"_mI-Dx","button--hollow":"_orywo","button--hollow-contrast":"_obtsl","button--link-contrast":"_00jK4","button--link-primary":"_JPwJ7","button--link-danger":"_9TprN","button--link-upsell":"_tktX-","button--link-toolbar":"_r3SQl","button--link-icon":"_oFBLN","disabled-button-wrapper":"_yTBTz"};
847
847
 
848
848
  const BUTTON_SIZES = {
849
849
  FULL_WIDTH: 'full-width',
@@ -897,7 +897,7 @@ const COMPONENT_NAMES = {
897
897
  BUTTON: 'BUTTON'
898
898
  };
899
899
 
900
- const _excluded$2Y = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
900
+ const _excluded$2Z = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
901
901
  _excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
902
902
  const ButtonComponent = (_ref, ref) => {
903
903
  let {
@@ -919,7 +919,7 @@ const ButtonComponent = (_ref, ref) => {
919
919
  testId,
920
920
  size
921
921
  } = _ref,
922
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2Y);
922
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2Z);
923
923
  const {
924
924
  positionProps,
925
925
  otherProps
@@ -938,24 +938,24 @@ const ButtonComponent = (_ref, ref) => {
938
938
  onBlur: onBlur,
939
939
  onFocus: onFocus,
940
940
  onKeyDown: onKeyDown,
941
- className: classnames(styles$1i['button'], {
942
- [styles$1i['button--default']]: theme === BUTTON_THEMES.DEFAULT,
943
- [styles$1i['button--primary']]: theme === BUTTON_THEMES.PRIMARY,
944
- [styles$1i['button--danger']]: theme === BUTTON_THEMES.DANGER,
945
- [styles$1i['button--upsell']]: theme === BUTTON_THEMES.UPSELL,
946
- [styles$1i['button--marketing']]: theme === BUTTON_THEMES.MARKETING,
947
- [styles$1i['button--hollow']]: theme === BUTTON_THEMES.HOLLOW,
948
- [styles$1i['button--hollow-contrast']]: theme === BUTTON_THEMES.HOLLOW_CONTRAST,
949
- [styles$1i['button--link-primary']]: theme === BUTTON_THEMES.LINK_PRIMARY,
950
- [styles$1i['button--link-danger']]: theme === BUTTON_THEMES.LINK_DANGER,
951
- [styles$1i['button--link-upsell']]: theme === BUTTON_THEMES.LINK_UPSELL,
952
- [styles$1i['button--link-toolbar']]: theme === BUTTON_THEMES.LINK_TOOLBAR,
953
- [styles$1i['button--link-contrast']]: theme === BUTTON_THEMES.LINK_CONTRAST,
954
- [styles$1i['button--link-icon']]: theme === BUTTON_THEMES.LINK_ICON,
955
- [styles$1i['button--loading']]: loading,
956
- [styles$1i['button--icon-only']]: isIconOnly,
957
- [styles$1i['button--size-min-width-100']]: size === BUTTON_SIZES.MIN_WIDTH_100,
958
- [styles$1i['button--size-full-width']]: size === BUTTON_SIZES.FULL_WIDTH
941
+ className: classnames(styles$1j['button'], {
942
+ [styles$1j['button--default']]: theme === BUTTON_THEMES.DEFAULT,
943
+ [styles$1j['button--primary']]: theme === BUTTON_THEMES.PRIMARY,
944
+ [styles$1j['button--danger']]: theme === BUTTON_THEMES.DANGER,
945
+ [styles$1j['button--upsell']]: theme === BUTTON_THEMES.UPSELL,
946
+ [styles$1j['button--marketing']]: theme === BUTTON_THEMES.MARKETING,
947
+ [styles$1j['button--hollow']]: theme === BUTTON_THEMES.HOLLOW,
948
+ [styles$1j['button--hollow-contrast']]: theme === BUTTON_THEMES.HOLLOW_CONTRAST,
949
+ [styles$1j['button--link-primary']]: theme === BUTTON_THEMES.LINK_PRIMARY,
950
+ [styles$1j['button--link-danger']]: theme === BUTTON_THEMES.LINK_DANGER,
951
+ [styles$1j['button--link-upsell']]: theme === BUTTON_THEMES.LINK_UPSELL,
952
+ [styles$1j['button--link-toolbar']]: theme === BUTTON_THEMES.LINK_TOOLBAR,
953
+ [styles$1j['button--link-contrast']]: theme === BUTTON_THEMES.LINK_CONTRAST,
954
+ [styles$1j['button--link-icon']]: theme === BUTTON_THEMES.LINK_ICON,
955
+ [styles$1j['button--loading']]: loading,
956
+ [styles$1j['button--icon-only']]: isIconOnly,
957
+ [styles$1j['button--size-min-width-100']]: size === BUTTON_SIZES.MIN_WIDTH_100,
958
+ [styles$1j['button--size-full-width']]: size === BUTTON_SIZES.FULL_WIDTH
959
959
  }),
960
960
  type: type,
961
961
  disabled: disabled || loading,
@@ -969,7 +969,7 @@ const ButtonComponent = (_ref, ref) => {
969
969
  space: 8,
970
970
  alignItems: "center"
971
971
  }, children), loading && React__default.createElement("div", {
972
- className: styles$1i['button__spinner']
972
+ className: styles$1j['button__spinner']
973
973
  }, React__default.createElement(Spinner, {
974
974
  theme: contrastSpinner.includes(theme) ? SPINNER_THEMES.CONTRAST : SPINNER_THEMES.DISABLED
975
975
  })));
@@ -979,7 +979,7 @@ const ButtonComponent = (_ref, ref) => {
979
979
  overlay: title,
980
980
  ref: ref
981
981
  }, title && disabled ? React__default.createElement("div", {
982
- className: styles$1i['disabled-button-wrapper']
982
+ className: styles$1j['disabled-button-wrapper']
983
983
  }, ButtonElementResult) : ButtonElementResult)
984
984
  );
985
985
  };
@@ -1062,7 +1062,7 @@ const useIsInsideComponent = parentComponentName => {
1062
1062
  return componentName === parentComponentName;
1063
1063
  };
1064
1064
 
1065
- const _excluded$2X = ["testId", "size", "color", "style"];
1065
+ const _excluded$2Y = ["testId", "size", "color", "style"];
1066
1066
  const IconInfoCircle = forwardRef((_ref, ref) => {
1067
1067
  let {
1068
1068
  testId = 'icon-info-circle',
@@ -1070,7 +1070,7 @@ const IconInfoCircle = forwardRef((_ref, ref) => {
1070
1070
  color,
1071
1071
  style
1072
1072
  } = _ref,
1073
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
1073
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2Y);
1074
1074
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1075
1075
  const styleProps = {
1076
1076
  size: !size && isInsideButton ? 'medium' : size,
@@ -1093,7 +1093,7 @@ const IconInfoCircle = forwardRef((_ref, ref) => {
1093
1093
  });
1094
1094
  IconInfoCircle.displayName = 'IconInfoCircle';
1095
1095
 
1096
- const _excluded$2W = ["testId", "size", "color", "style"];
1096
+ const _excluded$2X = ["testId", "size", "color", "style"];
1097
1097
  const IconAnalytics = forwardRef((_ref, ref) => {
1098
1098
  let {
1099
1099
  testId = 'icon-analytics',
@@ -1101,7 +1101,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
1101
1101
  color,
1102
1102
  style
1103
1103
  } = _ref,
1104
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
1104
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
1105
1105
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1106
1106
  const styleProps = {
1107
1107
  size: !size && isInsideButton ? 'medium' : size,
@@ -1124,7 +1124,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
1124
1124
  });
1125
1125
  IconAnalytics.displayName = 'IconAnalytics';
1126
1126
 
1127
- const _excluded$2V = ["testId", "size", "color", "style"];
1127
+ const _excluded$2W = ["testId", "size", "color", "style"];
1128
1128
  const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1129
1129
  let {
1130
1130
  testId = 'icon-arrow-down-wide-short',
@@ -1132,7 +1132,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1132
1132
  color,
1133
1133
  style
1134
1134
  } = _ref,
1135
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
1135
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
1136
1136
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1137
1137
  const styleProps = {
1138
1138
  size: !size && isInsideButton ? 'medium' : size,
@@ -1153,7 +1153,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1153
1153
  });
1154
1154
  IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
1155
1155
 
1156
- const _excluded$2U = ["testId", "size", "color", "style"];
1156
+ const _excluded$2V = ["testId", "size", "color", "style"];
1157
1157
  const IconArrowDown = forwardRef((_ref, ref) => {
1158
1158
  let {
1159
1159
  testId = 'icon-arrow-down',
@@ -1161,7 +1161,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1161
1161
  color,
1162
1162
  style
1163
1163
  } = _ref,
1164
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
1164
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
1165
1165
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1166
1166
  const styleProps = {
1167
1167
  size: !size && isInsideButton ? 'medium' : size,
@@ -1184,7 +1184,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1184
1184
  });
1185
1185
  IconArrowDown.displayName = 'IconArrowDown';
1186
1186
 
1187
- const _excluded$2T = ["testId", "size", "color", "style"];
1187
+ const _excluded$2U = ["testId", "size", "color", "style"];
1188
1188
  const IconArrowLeft = forwardRef((_ref, ref) => {
1189
1189
  let {
1190
1190
  testId = 'icon-arrow-left',
@@ -1192,7 +1192,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1192
1192
  color,
1193
1193
  style
1194
1194
  } = _ref,
1195
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
1195
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
1196
1196
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1197
1197
  const styleProps = {
1198
1198
  size: !size && isInsideButton ? 'medium' : size,
@@ -1215,7 +1215,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1215
1215
  });
1216
1216
  IconArrowLeft.displayName = 'IconArrowLeft';
1217
1217
 
1218
- const _excluded$2S = ["testId", "size", "color", "style"];
1218
+ const _excluded$2T = ["testId", "size", "color", "style"];
1219
1219
  const IconArrowRight = forwardRef((_ref, ref) => {
1220
1220
  let {
1221
1221
  testId = 'icon-arrow-right',
@@ -1223,7 +1223,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1223
1223
  color,
1224
1224
  style
1225
1225
  } = _ref,
1226
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
1226
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
1227
1227
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1228
1228
  const styleProps = {
1229
1229
  size: !size && isInsideButton ? 'medium' : size,
@@ -1246,7 +1246,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1246
1246
  });
1247
1247
  IconArrowRight.displayName = 'IconArrowRight';
1248
1248
 
1249
- const _excluded$2R = ["testId", "size", "color", "style"];
1249
+ const _excluded$2S = ["testId", "size", "color", "style"];
1250
1250
  const IconArrowToTop = forwardRef((_ref, ref) => {
1251
1251
  let {
1252
1252
  testId = 'icon-arrow-to-top',
@@ -1254,7 +1254,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1254
1254
  color,
1255
1255
  style
1256
1256
  } = _ref,
1257
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1257
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
1258
1258
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1259
1259
  const styleProps = {
1260
1260
  size: !size && isInsideButton ? 'medium' : size,
@@ -1275,7 +1275,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1275
1275
  });
1276
1276
  IconArrowToTop.displayName = 'IconArrowToTop';
1277
1277
 
1278
- const _excluded$2Q = ["testId", "size", "color", "style"];
1278
+ const _excluded$2R = ["testId", "size", "color", "style"];
1279
1279
  const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1280
1280
  let {
1281
1281
  testId = 'icon-arrow-turn-down-right',
@@ -1283,7 +1283,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1283
1283
  color,
1284
1284
  style
1285
1285
  } = _ref,
1286
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1286
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1287
1287
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1288
1288
  const styleProps = {
1289
1289
  size: !size && isInsideButton ? 'medium' : size,
@@ -1312,7 +1312,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1312
1312
  });
1313
1313
  IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
1314
1314
 
1315
- const _excluded$2P = ["testId", "size", "color", "style"];
1315
+ const _excluded$2Q = ["testId", "size", "color", "style"];
1316
1316
  const IconArrowUp = forwardRef((_ref, ref) => {
1317
1317
  let {
1318
1318
  testId = 'icon-arrow-up',
@@ -1320,7 +1320,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1320
1320
  color,
1321
1321
  style
1322
1322
  } = _ref,
1323
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1323
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1324
1324
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1325
1325
  const styleProps = {
1326
1326
  size: !size && isInsideButton ? 'medium' : size,
@@ -1343,7 +1343,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1343
1343
  });
1344
1344
  IconArrowUp.displayName = 'IconArrowUp';
1345
1345
 
1346
- const _excluded$2O = ["testId", "size", "color", "style"];
1346
+ const _excluded$2P = ["testId", "size", "color", "style"];
1347
1347
  const IconAward = forwardRef((_ref, ref) => {
1348
1348
  let {
1349
1349
  testId = 'icon-award',
@@ -1351,7 +1351,7 @@ const IconAward = forwardRef((_ref, ref) => {
1351
1351
  color,
1352
1352
  style
1353
1353
  } = _ref,
1354
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1354
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1355
1355
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1356
1356
  const styleProps = {
1357
1357
  size: !size && isInsideButton ? 'medium' : size,
@@ -1374,7 +1374,7 @@ const IconAward = forwardRef((_ref, ref) => {
1374
1374
  });
1375
1375
  IconAward.displayName = 'IconAward';
1376
1376
 
1377
- const _excluded$2N = ["testId", "size", "color", "style"];
1377
+ const _excluded$2O = ["testId", "size", "color", "style"];
1378
1378
  const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1379
1379
  let {
1380
1380
  testId = 'icon-awful-monochromatic',
@@ -1382,7 +1382,7 @@ const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1382
1382
  color,
1383
1383
  style
1384
1384
  } = _ref,
1385
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1385
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1386
1386
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1387
1387
  const styleProps = {
1388
1388
  size: !size && isInsideButton ? 'medium' : size,
@@ -1435,7 +1435,7 @@ const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1435
1435
  });
1436
1436
  IconAwfulMonochromatic.displayName = 'IconAwfulMonochromatic';
1437
1437
 
1438
- const _excluded$2M = ["testId", "size", "color", "style"];
1438
+ const _excluded$2N = ["testId", "size", "color", "style"];
1439
1439
  const IconAwful = forwardRef((_ref, ref) => {
1440
1440
  let {
1441
1441
  testId = 'icon-awful',
@@ -1443,7 +1443,7 @@ const IconAwful = forwardRef((_ref, ref) => {
1443
1443
  color,
1444
1444
  style
1445
1445
  } = _ref,
1446
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1446
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1447
1447
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1448
1448
  const styleProps = {
1449
1449
  size: !size && isInsideButton ? 'medium' : size,
@@ -1484,7 +1484,7 @@ const IconAwful = forwardRef((_ref, ref) => {
1484
1484
  });
1485
1485
  IconAwful.displayName = 'IconAwful';
1486
1486
 
1487
- const _excluded$2L = ["testId", "size", "color", "style"];
1487
+ const _excluded$2M = ["testId", "size", "color", "style"];
1488
1488
  const IconBadMonochromatic = forwardRef((_ref, ref) => {
1489
1489
  let {
1490
1490
  testId = 'icon-bad-monochromatic',
@@ -1492,7 +1492,7 @@ const IconBadMonochromatic = forwardRef((_ref, ref) => {
1492
1492
  color,
1493
1493
  style
1494
1494
  } = _ref,
1495
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1495
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1496
1496
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1497
1497
  const styleProps = {
1498
1498
  size: !size && isInsideButton ? 'medium' : size,
@@ -1531,7 +1531,7 @@ const IconBadMonochromatic = forwardRef((_ref, ref) => {
1531
1531
  });
1532
1532
  IconBadMonochromatic.displayName = 'IconBadMonochromatic';
1533
1533
 
1534
- const _excluded$2K = ["testId", "size", "color", "style"];
1534
+ const _excluded$2L = ["testId", "size", "color", "style"];
1535
1535
  const IconBad = forwardRef((_ref, ref) => {
1536
1536
  let {
1537
1537
  testId = 'icon-bad',
@@ -1539,7 +1539,7 @@ const IconBad = forwardRef((_ref, ref) => {
1539
1539
  color,
1540
1540
  style
1541
1541
  } = _ref,
1542
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1542
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1543
1543
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1544
1544
  const styleProps = {
1545
1545
  size: !size && isInsideButton ? 'medium' : size,
@@ -1566,7 +1566,7 @@ const IconBad = forwardRef((_ref, ref) => {
1566
1566
  });
1567
1567
  IconBad.displayName = 'IconBad';
1568
1568
 
1569
- const _excluded$2J = ["testId", "size", "color", "style"];
1569
+ const _excluded$2K = ["testId", "size", "color", "style"];
1570
1570
  const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1571
1571
  let {
1572
1572
  testId = 'icon-balance-scale-left',
@@ -1574,7 +1574,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1574
1574
  color,
1575
1575
  style
1576
1576
  } = _ref,
1577
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1577
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1578
1578
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1579
1579
  const styleProps = {
1580
1580
  size: !size && isInsideButton ? 'medium' : size,
@@ -1602,7 +1602,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1602
1602
  });
1603
1603
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
1604
1604
 
1605
- const _excluded$2I = ["testId", "size", "color", "style"];
1605
+ const _excluded$2J = ["testId", "size", "color", "style"];
1606
1606
  const IconBalanceScale = forwardRef((_ref, ref) => {
1607
1607
  let {
1608
1608
  testId = 'icon-balance-scale',
@@ -1610,7 +1610,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
1610
1610
  color,
1611
1611
  style
1612
1612
  } = _ref,
1613
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1613
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1614
1614
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1615
1615
  const styleProps = {
1616
1616
  size: !size && isInsideButton ? 'medium' : size,
@@ -1638,7 +1638,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
1638
1638
  });
1639
1639
  IconBalanceScale.displayName = 'IconBalanceScale';
1640
1640
 
1641
- const _excluded$2H = ["testId", "size", "color", "style"];
1641
+ const _excluded$2I = ["testId", "size", "color", "style"];
1642
1642
  const IconBan = forwardRef((_ref, ref) => {
1643
1643
  let {
1644
1644
  testId = 'icon-ban',
@@ -1646,7 +1646,7 @@ const IconBan = forwardRef((_ref, ref) => {
1646
1646
  color,
1647
1647
  style
1648
1648
  } = _ref,
1649
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1649
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1650
1650
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1651
1651
  const styleProps = {
1652
1652
  size: !size && isInsideButton ? 'medium' : size,
@@ -1667,7 +1667,7 @@ const IconBan = forwardRef((_ref, ref) => {
1667
1667
  });
1668
1668
  IconBan.displayName = 'IconBan';
1669
1669
 
1670
- const _excluded$2G = ["testId", "size", "color", "style"];
1670
+ const _excluded$2H = ["testId", "size", "color", "style"];
1671
1671
  const IconBarsH = forwardRef((_ref, ref) => {
1672
1672
  let {
1673
1673
  testId = 'icon-bars-h',
@@ -1675,7 +1675,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
1675
1675
  color,
1676
1676
  style
1677
1677
  } = _ref,
1678
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1678
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1679
1679
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1680
1680
  const styleProps = {
1681
1681
  size: !size && isInsideButton ? 'medium' : size,
@@ -1698,7 +1698,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
1698
1698
  });
1699
1699
  IconBarsH.displayName = 'IconBarsH';
1700
1700
 
1701
- const _excluded$2F = ["testId", "size", "color", "style"];
1701
+ const _excluded$2G = ["testId", "size", "color", "style"];
1702
1702
  const IconBarsV = forwardRef((_ref, ref) => {
1703
1703
  let {
1704
1704
  testId = 'icon-bars-v',
@@ -1706,7 +1706,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
1706
1706
  color,
1707
1707
  style
1708
1708
  } = _ref,
1709
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1709
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1710
1710
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1711
1711
  const styleProps = {
1712
1712
  size: !size && isInsideButton ? 'medium' : size,
@@ -1727,7 +1727,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
1727
1727
  });
1728
1728
  IconBarsV.displayName = 'IconBarsV';
1729
1729
 
1730
- const _excluded$2E = ["testId", "size", "color", "style"];
1730
+ const _excluded$2F = ["testId", "size", "color", "style"];
1731
1731
  const IconBell = forwardRef((_ref, ref) => {
1732
1732
  let {
1733
1733
  testId = 'icon-bell',
@@ -1735,7 +1735,7 @@ const IconBell = forwardRef((_ref, ref) => {
1735
1735
  color,
1736
1736
  style
1737
1737
  } = _ref,
1738
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1738
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1739
1739
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1740
1740
  const styleProps = {
1741
1741
  size: !size && isInsideButton ? 'medium' : size,
@@ -1758,7 +1758,7 @@ const IconBell = forwardRef((_ref, ref) => {
1758
1758
  });
1759
1759
  IconBell.displayName = 'IconBell';
1760
1760
 
1761
- const _excluded$2D = ["testId", "size", "color", "style"];
1761
+ const _excluded$2E = ["testId", "size", "color", "style"];
1762
1762
  const IconBirthdayCake = forwardRef((_ref, ref) => {
1763
1763
  let {
1764
1764
  testId = 'icon-birthday-cake',
@@ -1766,7 +1766,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
1766
1766
  color,
1767
1767
  style
1768
1768
  } = _ref,
1769
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1769
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1770
1770
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1771
1771
  const styleProps = {
1772
1772
  size: !size && isInsideButton ? 'medium' : size,
@@ -1787,7 +1787,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
1787
1787
  });
1788
1788
  IconBirthdayCake.displayName = 'IconBirthdayCake';
1789
1789
 
1790
- const _excluded$2C = ["testId", "size", "color", "style"];
1790
+ const _excluded$2D = ["testId", "size", "color", "style"];
1791
1791
  const IconBold = forwardRef((_ref, ref) => {
1792
1792
  let {
1793
1793
  testId = 'icon-bold',
@@ -1795,7 +1795,7 @@ const IconBold = forwardRef((_ref, ref) => {
1795
1795
  color,
1796
1796
  style
1797
1797
  } = _ref,
1798
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1798
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1799
1799
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1800
1800
  const styleProps = {
1801
1801
  size: !size && isInsideButton ? 'medium' : size,
@@ -1816,7 +1816,7 @@ const IconBold = forwardRef((_ref, ref) => {
1816
1816
  });
1817
1817
  IconBold.displayName = 'IconBold';
1818
1818
 
1819
- const _excluded$2B = ["testId", "size", "color", "style"];
1819
+ const _excluded$2C = ["testId", "size", "color", "style"];
1820
1820
  const IconBolt = forwardRef((_ref, ref) => {
1821
1821
  let {
1822
1822
  testId = 'icon-bolt',
@@ -1824,7 +1824,7 @@ const IconBolt = forwardRef((_ref, ref) => {
1824
1824
  color,
1825
1825
  style
1826
1826
  } = _ref,
1827
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1827
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1828
1828
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1829
1829
  const styleProps = {
1830
1830
  size: !size && isInsideButton ? 'medium' : size,
@@ -1852,7 +1852,7 @@ const IconBolt = forwardRef((_ref, ref) => {
1852
1852
  });
1853
1853
  IconBolt.displayName = 'IconBolt';
1854
1854
 
1855
- const _excluded$2A = ["testId", "size", "color", "style"];
1855
+ const _excluded$2B = ["testId", "size", "color", "style"];
1856
1856
  const IconBook = forwardRef((_ref, ref) => {
1857
1857
  let {
1858
1858
  testId = 'icon-book',
@@ -1860,7 +1860,7 @@ const IconBook = forwardRef((_ref, ref) => {
1860
1860
  color,
1861
1861
  style
1862
1862
  } = _ref,
1863
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1863
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1864
1864
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1865
1865
  const styleProps = {
1866
1866
  size: !size && isInsideButton ? 'medium' : size,
@@ -1883,7 +1883,7 @@ const IconBook = forwardRef((_ref, ref) => {
1883
1883
  });
1884
1884
  IconBook.displayName = 'IconBook';
1885
1885
 
1886
- const _excluded$2z = ["testId", "size", "color", "style"];
1886
+ const _excluded$2A = ["testId", "size", "color", "style"];
1887
1887
  const IconBriefcase = forwardRef((_ref, ref) => {
1888
1888
  let {
1889
1889
  testId = 'icon-briefcase',
@@ -1891,7 +1891,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
1891
1891
  color,
1892
1892
  style
1893
1893
  } = _ref,
1894
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1894
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1895
1895
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1896
1896
  const styleProps = {
1897
1897
  size: !size && isInsideButton ? 'medium' : size,
@@ -1912,7 +1912,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
1912
1912
  });
1913
1913
  IconBriefcase.displayName = 'IconBriefcase';
1914
1914
 
1915
- const _excluded$2y = ["testId", "size", "color", "style"];
1915
+ const _excluded$2z = ["testId", "size", "color", "style"];
1916
1916
  const IconBullseyeArrow = forwardRef((_ref, ref) => {
1917
1917
  let {
1918
1918
  testId = 'icon-bullseye-arrow',
@@ -1920,7 +1920,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
1920
1920
  color,
1921
1921
  style
1922
1922
  } = _ref,
1923
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1923
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1924
1924
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1925
1925
  const styleProps = {
1926
1926
  size: !size && isInsideButton ? 'medium' : size,
@@ -1943,7 +1943,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
1943
1943
  });
1944
1944
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
1945
1945
 
1946
- const _excluded$2x = ["testId", "size", "color", "style"];
1946
+ const _excluded$2y = ["testId", "size", "color", "style"];
1947
1947
  const IconCalculator = forwardRef((_ref, ref) => {
1948
1948
  let {
1949
1949
  testId = 'icon-calculator',
@@ -1951,7 +1951,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
1951
1951
  color,
1952
1952
  style
1953
1953
  } = _ref,
1954
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1954
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1955
1955
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1956
1956
  const styleProps = {
1957
1957
  size: !size && isInsideButton ? 'medium' : size,
@@ -1974,7 +1974,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
1974
1974
  });
1975
1975
  IconCalculator.displayName = 'IconCalculator';
1976
1976
 
1977
- const _excluded$2w = ["testId", "size", "color", "style"];
1977
+ const _excluded$2x = ["testId", "size", "color", "style"];
1978
1978
  const IconCalendarAlt = forwardRef((_ref, ref) => {
1979
1979
  let {
1980
1980
  testId = 'icon-calendar-alt',
@@ -1982,7 +1982,7 @@ const IconCalendarAlt = forwardRef((_ref, ref) => {
1982
1982
  color,
1983
1983
  style
1984
1984
  } = _ref,
1985
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1985
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1986
1986
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1987
1987
  const styleProps = {
1988
1988
  size: !size && isInsideButton ? 'medium' : size,
@@ -2005,7 +2005,7 @@ const IconCalendarAlt = forwardRef((_ref, ref) => {
2005
2005
  });
2006
2006
  IconCalendarAlt.displayName = 'IconCalendarAlt';
2007
2007
 
2008
- const _excluded$2v = ["testId", "size", "color", "style"];
2008
+ const _excluded$2w = ["testId", "size", "color", "style"];
2009
2009
  const IconCalendarCheck = forwardRef((_ref, ref) => {
2010
2010
  let {
2011
2011
  testId = 'icon-calendar-check',
@@ -2013,7 +2013,7 @@ const IconCalendarCheck = forwardRef((_ref, ref) => {
2013
2013
  color,
2014
2014
  style
2015
2015
  } = _ref,
2016
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
2016
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
2017
2017
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2018
2018
  const styleProps = {
2019
2019
  size: !size && isInsideButton ? 'medium' : size,
@@ -2036,7 +2036,7 @@ const IconCalendarCheck = forwardRef((_ref, ref) => {
2036
2036
  });
2037
2037
  IconCalendarCheck.displayName = 'IconCalendarCheck';
2038
2038
 
2039
- const _excluded$2u = ["testId", "size", "color", "style"];
2039
+ const _excluded$2v = ["testId", "size", "color", "style"];
2040
2040
  const IconCalendarDay = forwardRef((_ref, ref) => {
2041
2041
  let {
2042
2042
  testId = 'icon-calendar-day',
@@ -2044,7 +2044,7 @@ const IconCalendarDay = forwardRef((_ref, ref) => {
2044
2044
  color,
2045
2045
  style
2046
2046
  } = _ref,
2047
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
2047
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
2048
2048
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2049
2049
  const styleProps = {
2050
2050
  size: !size && isInsideButton ? 'medium' : size,
@@ -2072,7 +2072,7 @@ const IconCalendarDay = forwardRef((_ref, ref) => {
2072
2072
  });
2073
2073
  IconCalendarDay.displayName = 'IconCalendarDay';
2074
2074
 
2075
- const _excluded$2t = ["testId", "size", "color", "style"];
2075
+ const _excluded$2u = ["testId", "size", "color", "style"];
2076
2076
  const IconCalendarExclamation = forwardRef((_ref, ref) => {
2077
2077
  let {
2078
2078
  testId = 'icon-calendar-exclamation',
@@ -2080,7 +2080,7 @@ const IconCalendarExclamation = forwardRef((_ref, ref) => {
2080
2080
  color,
2081
2081
  style
2082
2082
  } = _ref,
2083
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
2083
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
2084
2084
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2085
2085
  const styleProps = {
2086
2086
  size: !size && isInsideButton ? 'medium' : size,
@@ -2101,7 +2101,7 @@ const IconCalendarExclamation = forwardRef((_ref, ref) => {
2101
2101
  });
2102
2102
  IconCalendarExclamation.displayName = 'IconCalendarExclamation';
2103
2103
 
2104
- const _excluded$2s = ["testId", "size", "color", "style"];
2104
+ const _excluded$2t = ["testId", "size", "color", "style"];
2105
2105
  const IconCalendarStar = forwardRef((_ref, ref) => {
2106
2106
  let {
2107
2107
  testId = 'icon-calendar-star',
@@ -2109,7 +2109,7 @@ const IconCalendarStar = forwardRef((_ref, ref) => {
2109
2109
  color,
2110
2110
  style
2111
2111
  } = _ref,
2112
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
2112
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
2113
2113
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2114
2114
  const styleProps = {
2115
2115
  size: !size && isInsideButton ? 'medium' : size,
@@ -2130,7 +2130,7 @@ const IconCalendarStar = forwardRef((_ref, ref) => {
2130
2130
  });
2131
2131
  IconCalendarStar.displayName = 'IconCalendarStar';
2132
2132
 
2133
- const _excluded$2r = ["testId", "size", "color", "style"];
2133
+ const _excluded$2s = ["testId", "size", "color", "style"];
2134
2134
  const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2135
2135
  let {
2136
2136
  testId = 'icon-calendar-tomorrow',
@@ -2138,7 +2138,7 @@ const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2138
2138
  color,
2139
2139
  style
2140
2140
  } = _ref,
2141
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
2141
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
2142
2142
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2143
2143
  const styleProps = {
2144
2144
  size: !size && isInsideButton ? 'medium' : size,
@@ -2168,7 +2168,7 @@ const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2168
2168
  });
2169
2169
  IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
2170
2170
 
2171
- const _excluded$2q = ["testId", "size", "color", "style"];
2171
+ const _excluded$2r = ["testId", "size", "color", "style"];
2172
2172
  const IconCalendar = forwardRef((_ref, ref) => {
2173
2173
  let {
2174
2174
  testId = 'icon-calendar',
@@ -2176,7 +2176,7 @@ const IconCalendar = forwardRef((_ref, ref) => {
2176
2176
  color,
2177
2177
  style
2178
2178
  } = _ref,
2179
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
2179
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
2180
2180
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2181
2181
  const styleProps = {
2182
2182
  size: !size && isInsideButton ? 'medium' : size,
@@ -2199,7 +2199,7 @@ const IconCalendar = forwardRef((_ref, ref) => {
2199
2199
  });
2200
2200
  IconCalendar.displayName = 'IconCalendar';
2201
2201
 
2202
- const _excluded$2p = ["testId", "size", "color", "style"];
2202
+ const _excluded$2q = ["testId", "size", "color", "style"];
2203
2203
  const IconCameraSlash = forwardRef((_ref, ref) => {
2204
2204
  let {
2205
2205
  testId = 'icon-camera-slash',
@@ -2207,7 +2207,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
2207
2207
  color,
2208
2208
  style
2209
2209
  } = _ref,
2210
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
2210
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
2211
2211
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2212
2212
  const styleProps = {
2213
2213
  size: !size && isInsideButton ? 'medium' : size,
@@ -2231,7 +2231,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
2231
2231
  });
2232
2232
  IconCameraSlash.displayName = 'IconCameraSlash';
2233
2233
 
2234
- const _excluded$2o = ["testId", "size", "color", "style"];
2234
+ const _excluded$2p = ["testId", "size", "color", "style"];
2235
2235
  const IconCamera = forwardRef((_ref, ref) => {
2236
2236
  let {
2237
2237
  testId = 'icon-camera',
@@ -2239,7 +2239,7 @@ const IconCamera = forwardRef((_ref, ref) => {
2239
2239
  color,
2240
2240
  style
2241
2241
  } = _ref,
2242
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
2242
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
2243
2243
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2244
2244
  const styleProps = {
2245
2245
  size: !size && isInsideButton ? 'medium' : size,
@@ -2260,7 +2260,7 @@ const IconCamera = forwardRef((_ref, ref) => {
2260
2260
  });
2261
2261
  IconCamera.displayName = 'IconCamera';
2262
2262
 
2263
- const _excluded$2n = ["testId", "size", "color", "style"];
2263
+ const _excluded$2o = ["testId", "size", "color", "style"];
2264
2264
  const IconCashRegister = forwardRef((_ref, ref) => {
2265
2265
  let {
2266
2266
  testId = 'icon-cash-register',
@@ -2268,7 +2268,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2268
2268
  color,
2269
2269
  style
2270
2270
  } = _ref,
2271
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
2271
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
2272
2272
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2273
2273
  const styleProps = {
2274
2274
  size: !size && isInsideButton ? 'medium' : size,
@@ -2289,7 +2289,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2289
2289
  });
2290
2290
  IconCashRegister.displayName = 'IconCashRegister';
2291
2291
 
2292
- const _excluded$2m = ["testId", "size", "color", "style"];
2292
+ const _excluded$2n = ["testId", "size", "color", "style"];
2293
2293
  const IconChartBar = forwardRef((_ref, ref) => {
2294
2294
  let {
2295
2295
  testId = 'icon-chart-bar',
@@ -2297,7 +2297,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2297
2297
  color,
2298
2298
  style
2299
2299
  } = _ref,
2300
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2300
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
2301
2301
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2302
2302
  const styleProps = {
2303
2303
  size: !size && isInsideButton ? 'medium' : size,
@@ -2320,7 +2320,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2320
2320
  });
2321
2321
  IconChartBar.displayName = 'IconChartBar';
2322
2322
 
2323
- const _excluded$2l = ["testId", "size", "color", "style"];
2323
+ const _excluded$2m = ["testId", "size", "color", "style"];
2324
2324
  const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2325
2325
  let {
2326
2326
  testId = 'icon-check-circle-incomplete',
@@ -2328,7 +2328,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2328
2328
  color,
2329
2329
  style
2330
2330
  } = _ref,
2331
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2331
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2332
2332
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2333
2333
  const styleProps = {
2334
2334
  size: !size && isInsideButton ? 'medium' : size,
@@ -2349,7 +2349,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2349
2349
  });
2350
2350
  IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
2351
2351
 
2352
- const _excluded$2k = ["testId", "size", "color", "style"];
2352
+ const _excluded$2l = ["testId", "size", "color", "style"];
2353
2353
  const IconCheck = forwardRef((_ref, ref) => {
2354
2354
  let {
2355
2355
  testId = 'icon-check',
@@ -2357,7 +2357,7 @@ const IconCheck = forwardRef((_ref, ref) => {
2357
2357
  color,
2358
2358
  style
2359
2359
  } = _ref,
2360
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2360
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2361
2361
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2362
2362
  const styleProps = {
2363
2363
  size: !size && isInsideButton ? 'medium' : size,
@@ -2380,7 +2380,7 @@ const IconCheck = forwardRef((_ref, ref) => {
2380
2380
  });
2381
2381
  IconCheck.displayName = 'IconCheck';
2382
2382
 
2383
- const _excluded$2j = ["testId", "size", "color", "style"];
2383
+ const _excluded$2k = ["testId", "size", "color", "style"];
2384
2384
  const IconChevronDown = forwardRef((_ref, ref) => {
2385
2385
  let {
2386
2386
  testId = 'icon-chevron-down',
@@ -2388,7 +2388,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
2388
2388
  color,
2389
2389
  style
2390
2390
  } = _ref,
2391
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2391
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2392
2392
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2393
2393
  const styleProps = {
2394
2394
  size: !size && isInsideButton ? 'medium' : size,
@@ -2411,7 +2411,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
2411
2411
  });
2412
2412
  IconChevronDown.displayName = 'IconChevronDown';
2413
2413
 
2414
- const _excluded$2i = ["testId", "size", "color", "style"];
2414
+ const _excluded$2j = ["testId", "size", "color", "style"];
2415
2415
  const IconChevronLeft = forwardRef((_ref, ref) => {
2416
2416
  let {
2417
2417
  testId = 'icon-chevron-left',
@@ -2419,7 +2419,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
2419
2419
  color,
2420
2420
  style
2421
2421
  } = _ref,
2422
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2422
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2423
2423
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2424
2424
  const styleProps = {
2425
2425
  size: !size && isInsideButton ? 'medium' : size,
@@ -2442,7 +2442,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
2442
2442
  });
2443
2443
  IconChevronLeft.displayName = 'IconChevronLeft';
2444
2444
 
2445
- const _excluded$2h = ["testId", "size", "color", "style"];
2445
+ const _excluded$2i = ["testId", "size", "color", "style"];
2446
2446
  const IconChevronRight = forwardRef((_ref, ref) => {
2447
2447
  let {
2448
2448
  testId = 'icon-chevron-right',
@@ -2450,7 +2450,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
2450
2450
  color,
2451
2451
  style
2452
2452
  } = _ref,
2453
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2453
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2454
2454
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2455
2455
  const styleProps = {
2456
2456
  size: !size && isInsideButton ? 'medium' : size,
@@ -2473,7 +2473,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
2473
2473
  });
2474
2474
  IconChevronRight.displayName = 'IconChevronRight';
2475
2475
 
2476
- const _excluded$2g = ["testId", "size", "color", "style"];
2476
+ const _excluded$2h = ["testId", "size", "color", "style"];
2477
2477
  const IconChevronUp = forwardRef((_ref, ref) => {
2478
2478
  let {
2479
2479
  testId = 'icon-chevron-up',
@@ -2481,7 +2481,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
2481
2481
  color,
2482
2482
  style
2483
2483
  } = _ref,
2484
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2484
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2485
2485
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2486
2486
  const styleProps = {
2487
2487
  size: !size && isInsideButton ? 'medium' : size,
@@ -2504,7 +2504,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
2504
2504
  });
2505
2505
  IconChevronUp.displayName = 'IconChevronUp';
2506
2506
 
2507
- const _excluded$2f = ["testId", "size", "color", "style"];
2507
+ const _excluded$2g = ["testId", "size", "color", "style"];
2508
2508
  const IconClipboardList = forwardRef((_ref, ref) => {
2509
2509
  let {
2510
2510
  testId = 'icon-clipboard-list',
@@ -2512,7 +2512,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
2512
2512
  color,
2513
2513
  style
2514
2514
  } = _ref,
2515
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2515
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2516
2516
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2517
2517
  const styleProps = {
2518
2518
  size: !size && isInsideButton ? 'medium' : size,
@@ -2535,7 +2535,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
2535
2535
  });
2536
2536
  IconClipboardList.displayName = 'IconClipboardList';
2537
2537
 
2538
- const _excluded$2e = ["testId", "size", "color", "style"];
2538
+ const _excluded$2f = ["testId", "size", "color", "style"];
2539
2539
  const IconClockExclamation = forwardRef((_ref, ref) => {
2540
2540
  let {
2541
2541
  testId = 'icon-clock-exclamation',
@@ -2543,7 +2543,7 @@ const IconClockExclamation = forwardRef((_ref, ref) => {
2543
2543
  color,
2544
2544
  style
2545
2545
  } = _ref,
2546
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2546
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2547
2547
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2548
2548
  const styleProps = {
2549
2549
  size: !size && isInsideButton ? 'medium' : size,
@@ -2571,7 +2571,7 @@ const IconClockExclamation = forwardRef((_ref, ref) => {
2571
2571
  });
2572
2572
  IconClockExclamation.displayName = 'IconClockExclamation';
2573
2573
 
2574
- const _excluded$2d = ["testId", "size", "color", "style"];
2574
+ const _excluded$2e = ["testId", "size", "color", "style"];
2575
2575
  const IconClockRewind = forwardRef((_ref, ref) => {
2576
2576
  let {
2577
2577
  testId = 'icon-clock-rewind',
@@ -2579,7 +2579,7 @@ const IconClockRewind = forwardRef((_ref, ref) => {
2579
2579
  color,
2580
2580
  style
2581
2581
  } = _ref,
2582
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2582
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2583
2583
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2584
2584
  const styleProps = {
2585
2585
  size: !size && isInsideButton ? 'medium' : size,
@@ -2607,7 +2607,7 @@ const IconClockRewind = forwardRef((_ref, ref) => {
2607
2607
  });
2608
2608
  IconClockRewind.displayName = 'IconClockRewind';
2609
2609
 
2610
- const _excluded$2c = ["testId", "size", "color", "style"];
2610
+ const _excluded$2d = ["testId", "size", "color", "style"];
2611
2611
  const IconClock = forwardRef((_ref, ref) => {
2612
2612
  let {
2613
2613
  testId = 'icon-clock',
@@ -2615,7 +2615,7 @@ const IconClock = forwardRef((_ref, ref) => {
2615
2615
  color,
2616
2616
  style
2617
2617
  } = _ref,
2618
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2618
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2619
2619
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2620
2620
  const styleProps = {
2621
2621
  size: !size && isInsideButton ? 'medium' : size,
@@ -2636,7 +2636,7 @@ const IconClock = forwardRef((_ref, ref) => {
2636
2636
  });
2637
2637
  IconClock.displayName = 'IconClock';
2638
2638
 
2639
- const _excluded$2b = ["testId", "size", "color", "style"];
2639
+ const _excluded$2c = ["testId", "size", "color", "style"];
2640
2640
  const IconCog = forwardRef((_ref, ref) => {
2641
2641
  let {
2642
2642
  testId = 'icon-cog',
@@ -2644,7 +2644,7 @@ const IconCog = forwardRef((_ref, ref) => {
2644
2644
  color,
2645
2645
  style
2646
2646
  } = _ref,
2647
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2647
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2648
2648
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2649
2649
  const styleProps = {
2650
2650
  size: !size && isInsideButton ? 'medium' : size,
@@ -2665,7 +2665,7 @@ const IconCog = forwardRef((_ref, ref) => {
2665
2665
  });
2666
2666
  IconCog.displayName = 'IconCog';
2667
2667
 
2668
- const _excluded$2a = ["testId", "size", "color", "style"];
2668
+ const _excluded$2b = ["testId", "size", "color", "style"];
2669
2669
  const IconCommentLines = forwardRef((_ref, ref) => {
2670
2670
  let {
2671
2671
  testId = 'icon-comment-lines',
@@ -2673,7 +2673,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
2673
2673
  color,
2674
2674
  style
2675
2675
  } = _ref,
2676
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2676
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2677
2677
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2678
2678
  const styleProps = {
2679
2679
  size: !size && isInsideButton ? 'medium' : size,
@@ -2699,7 +2699,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
2699
2699
  });
2700
2700
  IconCommentLines.displayName = 'IconCommentLines';
2701
2701
 
2702
- const _excluded$29 = ["testId", "size", "color", "style"];
2702
+ const _excluded$2a = ["testId", "size", "color", "style"];
2703
2703
  const IconComment = forwardRef((_ref, ref) => {
2704
2704
  let {
2705
2705
  testId = 'icon-comment',
@@ -2707,7 +2707,7 @@ const IconComment = forwardRef((_ref, ref) => {
2707
2707
  color,
2708
2708
  style
2709
2709
  } = _ref,
2710
- props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2710
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2711
2711
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2712
2712
  const styleProps = {
2713
2713
  size: !size && isInsideButton ? 'medium' : size,
@@ -2730,7 +2730,7 @@ const IconComment = forwardRef((_ref, ref) => {
2730
2730
  });
2731
2731
  IconComment.displayName = 'IconComment';
2732
2732
 
2733
- const _excluded$28 = ["testId", "size", "color", "style"];
2733
+ const _excluded$29 = ["testId", "size", "color", "style"];
2734
2734
  const IconCopy = forwardRef((_ref, ref) => {
2735
2735
  let {
2736
2736
  testId = 'icon-copy',
@@ -2738,7 +2738,7 @@ const IconCopy = forwardRef((_ref, ref) => {
2738
2738
  color,
2739
2739
  style
2740
2740
  } = _ref,
2741
- props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2741
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2742
2742
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2743
2743
  const styleProps = {
2744
2744
  size: !size && isInsideButton ? 'medium' : size,
@@ -2766,7 +2766,7 @@ const IconCopy = forwardRef((_ref, ref) => {
2766
2766
  });
2767
2767
  IconCopy.displayName = 'IconCopy';
2768
2768
 
2769
- const _excluded$27 = ["testId", "size", "color", "style"];
2769
+ const _excluded$28 = ["testId", "size", "color", "style"];
2770
2770
  const IconCreditCardPlus = forwardRef((_ref, ref) => {
2771
2771
  let {
2772
2772
  testId = 'icon-credit-card-plus',
@@ -2774,7 +2774,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2774
2774
  color,
2775
2775
  style
2776
2776
  } = _ref,
2777
- props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2777
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2778
2778
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2779
2779
  const styleProps = {
2780
2780
  size: !size && isInsideButton ? 'medium' : size,
@@ -2804,7 +2804,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2804
2804
  });
2805
2805
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2806
2806
 
2807
- const _excluded$26 = ["testId", "size", "color", "style"];
2807
+ const _excluded$27 = ["testId", "size", "color", "style"];
2808
2808
  const IconCreditCard = forwardRef((_ref, ref) => {
2809
2809
  let {
2810
2810
  testId = 'icon-credit-card',
@@ -2812,7 +2812,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2812
2812
  color,
2813
2813
  style
2814
2814
  } = _ref,
2815
- props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2815
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2816
2816
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2817
2817
  const styleProps = {
2818
2818
  size: !size && isInsideButton ? 'medium' : size,
@@ -2840,7 +2840,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2840
2840
  });
2841
2841
  IconCreditCard.displayName = 'IconCreditCard';
2842
2842
 
2843
- const _excluded$25 = ["testId", "size", "color", "style"];
2843
+ const _excluded$26 = ["testId", "size", "color", "style"];
2844
2844
  const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2845
2845
  let {
2846
2846
  testId = 'icon-decent-monochromatic',
@@ -2848,7 +2848,7 @@ const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2848
2848
  color,
2849
2849
  style
2850
2850
  } = _ref,
2851
- props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2851
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2852
2852
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2853
2853
  const styleProps = {
2854
2854
  size: !size && isInsideButton ? 'medium' : size,
@@ -2891,7 +2891,7 @@ const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2891
2891
  });
2892
2892
  IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
2893
2893
 
2894
- const _excluded$24 = ["testId", "size", "color", "style"];
2894
+ const _excluded$25 = ["testId", "size", "color", "style"];
2895
2895
  const IconDecent = forwardRef((_ref, ref) => {
2896
2896
  let {
2897
2897
  testId = 'icon-decent',
@@ -2899,7 +2899,7 @@ const IconDecent = forwardRef((_ref, ref) => {
2899
2899
  color,
2900
2900
  style
2901
2901
  } = _ref,
2902
- props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2902
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2903
2903
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2904
2904
  const styleProps = {
2905
2905
  size: !size && isInsideButton ? 'medium' : size,
@@ -2930,7 +2930,7 @@ const IconDecent = forwardRef((_ref, ref) => {
2930
2930
  });
2931
2931
  IconDecent.displayName = 'IconDecent';
2932
2932
 
2933
- const _excluded$23 = ["testId", "size", "color", "style"];
2933
+ const _excluded$24 = ["testId", "size", "color", "style"];
2934
2934
  const IconDollarSign = forwardRef((_ref, ref) => {
2935
2935
  let {
2936
2936
  testId = 'icon-dollar-sign',
@@ -2938,7 +2938,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
2938
2938
  color,
2939
2939
  style
2940
2940
  } = _ref,
2941
- props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2941
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2942
2942
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2943
2943
  const styleProps = {
2944
2944
  size: !size && isInsideButton ? 'medium' : size,
@@ -2959,7 +2959,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
2959
2959
  });
2960
2960
  IconDollarSign.displayName = 'IconDollarSign';
2961
2961
 
2962
- const _excluded$22 = ["testId", "size", "color", "style"];
2962
+ const _excluded$23 = ["testId", "size", "color", "style"];
2963
2963
  const IconDownload = forwardRef((_ref, ref) => {
2964
2964
  let {
2965
2965
  testId = 'icon-download',
@@ -2967,7 +2967,7 @@ const IconDownload = forwardRef((_ref, ref) => {
2967
2967
  color,
2968
2968
  style
2969
2969
  } = _ref,
2970
- props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2970
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2971
2971
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2972
2972
  const styleProps = {
2973
2973
  size: !size && isInsideButton ? 'medium' : size,
@@ -2990,7 +2990,7 @@ const IconDownload = forwardRef((_ref, ref) => {
2990
2990
  });
2991
2991
  IconDownload.displayName = 'IconDownload';
2992
2992
 
2993
- const _excluded$21 = ["testId", "size", "color", "style"];
2993
+ const _excluded$22 = ["testId", "size", "color", "style"];
2994
2994
  const IconEdit = forwardRef((_ref, ref) => {
2995
2995
  let {
2996
2996
  testId = 'icon-edit',
@@ -2998,7 +2998,7 @@ const IconEdit = forwardRef((_ref, ref) => {
2998
2998
  color,
2999
2999
  style
3000
3000
  } = _ref,
3001
- props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
3001
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
3002
3002
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3003
3003
  const styleProps = {
3004
3004
  size: !size && isInsideButton ? 'medium' : size,
@@ -3019,7 +3019,7 @@ const IconEdit = forwardRef((_ref, ref) => {
3019
3019
  });
3020
3020
  IconEdit.displayName = 'IconEdit';
3021
3021
 
3022
- const _excluded$20 = ["testId", "size", "color", "style"];
3022
+ const _excluded$21 = ["testId", "size", "color", "style"];
3023
3023
  const IconEllipsisV = forwardRef((_ref, ref) => {
3024
3024
  let {
3025
3025
  testId = 'icon-ellipsis-v',
@@ -3027,7 +3027,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
3027
3027
  color,
3028
3028
  style
3029
3029
  } = _ref,
3030
- props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
3030
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
3031
3031
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3032
3032
  const styleProps = {
3033
3033
  size: !size && isInsideButton ? 'medium' : size,
@@ -3050,7 +3050,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
3050
3050
  });
3051
3051
  IconEllipsisV.displayName = 'IconEllipsisV';
3052
3052
 
3053
- const _excluded$1$ = ["testId", "size", "color", "style"];
3053
+ const _excluded$20 = ["testId", "size", "color", "style"];
3054
3054
  const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
3055
3055
  let {
3056
3056
  testId = 'icon-envelope-open-dollar',
@@ -3058,7 +3058,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
3058
3058
  color,
3059
3059
  style
3060
3060
  } = _ref,
3061
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3061
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
3062
3062
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3063
3063
  const styleProps = {
3064
3064
  size: !size && isInsideButton ? 'medium' : size,
@@ -3086,7 +3086,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
3086
3086
  });
3087
3087
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
3088
3088
 
3089
- const _excluded$1_ = ["testId", "size", "color", "style"];
3089
+ const _excluded$1$ = ["testId", "size", "color", "style"];
3090
3090
  const IconEnvelope = forwardRef((_ref, ref) => {
3091
3091
  let {
3092
3092
  testId = 'icon-envelope',
@@ -3094,7 +3094,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
3094
3094
  color,
3095
3095
  style
3096
3096
  } = _ref,
3097
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3097
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3098
3098
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3099
3099
  const styleProps = {
3100
3100
  size: !size && isInsideButton ? 'medium' : size,
@@ -3115,7 +3115,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
3115
3115
  });
3116
3116
  IconEnvelope.displayName = 'IconEnvelope';
3117
3117
 
3118
- const _excluded$1Z = ["testId", "size", "color", "style"];
3118
+ const _excluded$1_ = ["testId", "size", "color", "style"];
3119
3119
  const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3120
3120
  let {
3121
3121
  testId = 'icon-exclaimation-triangle',
@@ -3123,7 +3123,7 @@ const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3123
3123
  color,
3124
3124
  style
3125
3125
  } = _ref,
3126
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3126
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3127
3127
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3128
3128
  const styleProps = {
3129
3129
  size: !size && isInsideButton ? 'medium' : size,
@@ -3146,7 +3146,7 @@ const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3146
3146
  });
3147
3147
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
3148
3148
 
3149
- const _excluded$1Y = ["testId", "size", "color", "style"];
3149
+ const _excluded$1Z = ["testId", "size", "color", "style"];
3150
3150
  const IconExclaimation = forwardRef((_ref, ref) => {
3151
3151
  let {
3152
3152
  testId = 'icon-exclaimation',
@@ -3154,7 +3154,7 @@ const IconExclaimation = forwardRef((_ref, ref) => {
3154
3154
  color,
3155
3155
  style
3156
3156
  } = _ref,
3157
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3157
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3158
3158
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3159
3159
  const styleProps = {
3160
3160
  size: !size && isInsideButton ? 'medium' : size,
@@ -3175,7 +3175,7 @@ const IconExclaimation = forwardRef((_ref, ref) => {
3175
3175
  });
3176
3176
  IconExclaimation.displayName = 'IconExclaimation';
3177
3177
 
3178
- const _excluded$1X = ["testId", "size", "color", "style"];
3178
+ const _excluded$1Y = ["testId", "size", "color", "style"];
3179
3179
  const IconExpand = forwardRef((_ref, ref) => {
3180
3180
  let {
3181
3181
  testId = 'icon-expand',
@@ -3183,7 +3183,7 @@ const IconExpand = forwardRef((_ref, ref) => {
3183
3183
  color,
3184
3184
  style
3185
3185
  } = _ref,
3186
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3186
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3187
3187
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3188
3188
  const styleProps = {
3189
3189
  size: !size && isInsideButton ? 'medium' : size,
@@ -3204,7 +3204,7 @@ const IconExpand = forwardRef((_ref, ref) => {
3204
3204
  });
3205
3205
  IconExpand.displayName = 'IconExpand';
3206
3206
 
3207
- const _excluded$1W = ["testId", "size", "color", "style"];
3207
+ const _excluded$1X = ["testId", "size", "color", "style"];
3208
3208
  const IconExternalLink = forwardRef((_ref, ref) => {
3209
3209
  let {
3210
3210
  testId = 'icon-external-link',
@@ -3212,7 +3212,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
3212
3212
  color,
3213
3213
  style
3214
3214
  } = _ref,
3215
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3215
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3216
3216
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3217
3217
  const styleProps = {
3218
3218
  size: !size && isInsideButton ? 'medium' : size,
@@ -3235,7 +3235,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
3235
3235
  });
3236
3236
  IconExternalLink.displayName = 'IconExternalLink';
3237
3237
 
3238
- const _excluded$1V = ["testId", "size", "color", "style"];
3238
+ const _excluded$1W = ["testId", "size", "color", "style"];
3239
3239
  const IconEyeSlash = forwardRef((_ref, ref) => {
3240
3240
  let {
3241
3241
  testId = 'icon-eye-slash',
@@ -3243,7 +3243,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
3243
3243
  color,
3244
3244
  style
3245
3245
  } = _ref,
3246
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3246
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3247
3247
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3248
3248
  const styleProps = {
3249
3249
  size: !size && isInsideButton ? 'medium' : size,
@@ -3278,7 +3278,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
3278
3278
  });
3279
3279
  IconEyeSlash.displayName = 'IconEyeSlash';
3280
3280
 
3281
- const _excluded$1U = ["testId", "size", "color", "style"];
3281
+ const _excluded$1V = ["testId", "size", "color", "style"];
3282
3282
  const IconEye = forwardRef((_ref, ref) => {
3283
3283
  let {
3284
3284
  testId = 'icon-eye',
@@ -3286,7 +3286,7 @@ const IconEye = forwardRef((_ref, ref) => {
3286
3286
  color,
3287
3287
  style
3288
3288
  } = _ref,
3289
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3289
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3290
3290
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3291
3291
  const styleProps = {
3292
3292
  size: !size && isInsideButton ? 'medium' : size,
@@ -3314,7 +3314,7 @@ const IconEye = forwardRef((_ref, ref) => {
3314
3314
  });
3315
3315
  IconEye.displayName = 'IconEye';
3316
3316
 
3317
- const _excluded$1T = ["testId", "size", "color", "style"];
3317
+ const _excluded$1U = ["testId", "size", "color", "style"];
3318
3318
  const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
3319
3319
  let {
3320
3320
  testId = 'icon-face-smile-relaxed',
@@ -3322,7 +3322,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
3322
3322
  color,
3323
3323
  style
3324
3324
  } = _ref,
3325
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3325
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3326
3326
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3327
3327
  const styleProps = {
3328
3328
  size: !size && isInsideButton ? 'medium' : size,
@@ -3350,7 +3350,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
3350
3350
  });
3351
3351
  IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
3352
3352
 
3353
- const _excluded$1S = ["testId", "size", "color", "style"];
3353
+ const _excluded$1T = ["testId", "size", "color", "style"];
3354
3354
  const IconFilePdf = forwardRef((_ref, ref) => {
3355
3355
  let {
3356
3356
  testId = 'icon-file-pdf',
@@ -3358,7 +3358,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
3358
3358
  color,
3359
3359
  style
3360
3360
  } = _ref,
3361
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3361
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3362
3362
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3363
3363
  const styleProps = {
3364
3364
  size: !size && isInsideButton ? 'medium' : size,
@@ -3386,7 +3386,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
3386
3386
  });
3387
3387
  IconFilePdf.displayName = 'IconFilePdf';
3388
3388
 
3389
- const _excluded$1R = ["testId", "size", "color", "style"];
3389
+ const _excluded$1S = ["testId", "size", "color", "style"];
3390
3390
  const IconFile = forwardRef((_ref, ref) => {
3391
3391
  let {
3392
3392
  testId = 'icon-file',
@@ -3394,7 +3394,7 @@ const IconFile = forwardRef((_ref, ref) => {
3394
3394
  color,
3395
3395
  style
3396
3396
  } = _ref,
3397
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3397
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3398
3398
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3399
3399
  const styleProps = {
3400
3400
  size: !size && isInsideButton ? 'medium' : size,
@@ -3422,7 +3422,7 @@ const IconFile = forwardRef((_ref, ref) => {
3422
3422
  });
3423
3423
  IconFile.displayName = 'IconFile';
3424
3424
 
3425
- const _excluded$1Q = ["testId", "size", "color", "style"];
3425
+ const _excluded$1R = ["testId", "size", "color", "style"];
3426
3426
  const IconFlag = forwardRef((_ref, ref) => {
3427
3427
  let {
3428
3428
  testId = 'icon-flag',
@@ -3430,7 +3430,7 @@ const IconFlag = forwardRef((_ref, ref) => {
3430
3430
  color,
3431
3431
  style
3432
3432
  } = _ref,
3433
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3433
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3434
3434
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3435
3435
  const styleProps = {
3436
3436
  size: !size && isInsideButton ? 'medium' : size,
@@ -3458,7 +3458,7 @@ const IconFlag = forwardRef((_ref, ref) => {
3458
3458
  });
3459
3459
  IconFlag.displayName = 'IconFlag';
3460
3460
 
3461
- const _excluded$1P = ["testId", "size", "color", "style"];
3461
+ const _excluded$1Q = ["testId", "size", "color", "style"];
3462
3462
  const IconFourDotsCircle = forwardRef((_ref, ref) => {
3463
3463
  let {
3464
3464
  testId = 'icon-four-dots-circle',
@@ -3466,7 +3466,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
3466
3466
  color,
3467
3467
  style
3468
3468
  } = _ref,
3469
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3469
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3470
3470
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3471
3471
  const styleProps = {
3472
3472
  size: !size && isInsideButton ? 'medium' : size,
@@ -3489,7 +3489,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
3489
3489
  });
3490
3490
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
3491
3491
 
3492
- const _excluded$1O = ["testId", "size", "color", "style"];
3492
+ const _excluded$1P = ["testId", "size", "color", "style"];
3493
3493
  const IconFourSquares = forwardRef((_ref, ref) => {
3494
3494
  let {
3495
3495
  testId = 'icon-four-squares',
@@ -3497,7 +3497,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
3497
3497
  color,
3498
3498
  style
3499
3499
  } = _ref,
3500
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3500
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3501
3501
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3502
3502
  const styleProps = {
3503
3503
  size: !size && isInsideButton ? 'medium' : size,
@@ -3543,7 +3543,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
3543
3543
  });
3544
3544
  IconFourSquares.displayName = 'IconFourSquares';
3545
3545
 
3546
- const _excluded$1N = ["testId", "size", "color", "style"];
3546
+ const _excluded$1O = ["testId", "size", "color", "style"];
3547
3547
  const IconGavel = forwardRef((_ref, ref) => {
3548
3548
  let {
3549
3549
  testId = 'icon-gavel',
@@ -3551,7 +3551,7 @@ const IconGavel = forwardRef((_ref, ref) => {
3551
3551
  color,
3552
3552
  style
3553
3553
  } = _ref,
3554
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3554
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3555
3555
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3556
3556
  const styleProps = {
3557
3557
  size: !size && isInsideButton ? 'medium' : size,
@@ -3572,7 +3572,7 @@ const IconGavel = forwardRef((_ref, ref) => {
3572
3572
  });
3573
3573
  IconGavel.displayName = 'IconGavel';
3574
3574
 
3575
- const _excluded$1M = ["testId", "size", "color", "style"];
3575
+ const _excluded$1N = ["testId", "size", "color", "style"];
3576
3576
  const IconGif = forwardRef((_ref, ref) => {
3577
3577
  let {
3578
3578
  testId = 'icon-gif',
@@ -3580,7 +3580,7 @@ const IconGif = forwardRef((_ref, ref) => {
3580
3580
  color,
3581
3581
  style
3582
3582
  } = _ref,
3583
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3583
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3584
3584
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3585
3585
  const styleProps = {
3586
3586
  size: !size && isInsideButton ? 'medium' : size,
@@ -3605,7 +3605,7 @@ const IconGif = forwardRef((_ref, ref) => {
3605
3605
  });
3606
3606
  IconGif.displayName = 'IconGif';
3607
3607
 
3608
- const _excluded$1L = ["testId", "size", "color", "style"];
3608
+ const _excluded$1M = ["testId", "size", "color", "style"];
3609
3609
  const IconGift = forwardRef((_ref, ref) => {
3610
3610
  let {
3611
3611
  testId = 'icon-gift',
@@ -3613,7 +3613,7 @@ const IconGift = forwardRef((_ref, ref) => {
3613
3613
  color,
3614
3614
  style
3615
3615
  } = _ref,
3616
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3616
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3617
3617
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3618
3618
  const styleProps = {
3619
3619
  size: !size && isInsideButton ? 'medium' : size,
@@ -3634,7 +3634,7 @@ const IconGift = forwardRef((_ref, ref) => {
3634
3634
  });
3635
3635
  IconGift.displayName = 'IconGift';
3636
3636
 
3637
- const _excluded$1K = ["testId", "size", "color", "style"];
3637
+ const _excluded$1L = ["testId", "size", "color", "style"];
3638
3638
  const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3639
3639
  let {
3640
3640
  testId = 'icon-good-monochromatic',
@@ -3642,7 +3642,7 @@ const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3642
3642
  color,
3643
3643
  style
3644
3644
  } = _ref,
3645
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3645
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3646
3646
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3647
3647
  const styleProps = {
3648
3648
  size: !size && isInsideButton ? 'medium' : size,
@@ -3681,7 +3681,7 @@ const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3681
3681
  });
3682
3682
  IconGoodMonochromatic.displayName = 'IconGoodMonochromatic';
3683
3683
 
3684
- const _excluded$1J = ["testId", "size", "color", "style"];
3684
+ const _excluded$1K = ["testId", "size", "color", "style"];
3685
3685
  const IconGood = forwardRef((_ref, ref) => {
3686
3686
  let {
3687
3687
  testId = 'icon-good',
@@ -3689,7 +3689,7 @@ const IconGood = forwardRef((_ref, ref) => {
3689
3689
  color,
3690
3690
  style
3691
3691
  } = _ref,
3692
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3692
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3693
3693
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3694
3694
  const styleProps = {
3695
3695
  size: !size && isInsideButton ? 'medium' : size,
@@ -3716,7 +3716,7 @@ const IconGood = forwardRef((_ref, ref) => {
3716
3716
  });
3717
3717
  IconGood.displayName = 'IconGood';
3718
3718
 
3719
- const _excluded$1I = ["testId", "size", "color", "style"];
3719
+ const _excluded$1J = ["testId", "size", "color", "style"];
3720
3720
  const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3721
3721
  let {
3722
3722
  testId = 'icon-great-monochromatic',
@@ -3724,7 +3724,7 @@ const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3724
3724
  color,
3725
3725
  style
3726
3726
  } = _ref,
3727
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3727
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3728
3728
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3729
3729
  const styleProps = {
3730
3730
  size: !size && isInsideButton ? 'medium' : size,
@@ -3765,7 +3765,7 @@ const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3765
3765
  });
3766
3766
  IconGreatMonochromatic.displayName = 'IconGreatMonochromatic';
3767
3767
 
3768
- const _excluded$1H = ["testId", "size", "color", "style"];
3768
+ const _excluded$1I = ["testId", "size", "color", "style"];
3769
3769
  const IconGreat = forwardRef((_ref, ref) => {
3770
3770
  let {
3771
3771
  testId = 'icon-great',
@@ -3773,7 +3773,7 @@ const IconGreat = forwardRef((_ref, ref) => {
3773
3773
  color,
3774
3774
  style
3775
3775
  } = _ref,
3776
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3776
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3777
3777
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3778
3778
  const styleProps = {
3779
3779
  size: !size && isInsideButton ? 'medium' : size,
@@ -3802,7 +3802,7 @@ const IconGreat = forwardRef((_ref, ref) => {
3802
3802
  });
3803
3803
  IconGreat.displayName = 'IconGreat';
3804
3804
 
3805
- const _excluded$1G = ["testId", "size", "color", "style"];
3805
+ const _excluded$1H = ["testId", "size", "color", "style"];
3806
3806
  const IconGrinBeam = forwardRef((_ref, ref) => {
3807
3807
  let {
3808
3808
  testId = 'icon-grin-beam',
@@ -3810,7 +3810,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
3810
3810
  color,
3811
3811
  style
3812
3812
  } = _ref,
3813
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3813
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3814
3814
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3815
3815
  const styleProps = {
3816
3816
  size: !size && isInsideButton ? 'medium' : size,
@@ -3831,7 +3831,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
3831
3831
  });
3832
3832
  IconGrinBeam.displayName = 'IconGrinBeam';
3833
3833
 
3834
- const _excluded$1F = ["testId", "size", "color", "style"];
3834
+ const _excluded$1G = ["testId", "size", "color", "style"];
3835
3835
  const IconGripVertical = forwardRef((_ref, ref) => {
3836
3836
  let {
3837
3837
  testId = 'icon-grip-vertical',
@@ -3839,7 +3839,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
3839
3839
  color,
3840
3840
  style
3841
3841
  } = _ref,
3842
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3842
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3843
3843
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3844
3844
  const styleProps = {
3845
3845
  size: !size && isInsideButton ? 'medium' : size,
@@ -3887,7 +3887,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
3887
3887
  });
3888
3888
  IconGripVertical.displayName = 'IconGripVertical';
3889
3889
 
3890
- const _excluded$1E = ["testId", "size", "color", "style"];
3890
+ const _excluded$1F = ["testId", "size", "color", "style"];
3891
3891
  const IconHandHoldingDollar = forwardRef((_ref, ref) => {
3892
3892
  let {
3893
3893
  testId = 'icon-hand-holding-dollar',
@@ -3895,7 +3895,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
3895
3895
  color,
3896
3896
  style
3897
3897
  } = _ref,
3898
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3898
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3899
3899
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3900
3900
  const styleProps = {
3901
3901
  size: !size && isInsideButton ? 'medium' : size,
@@ -3923,7 +3923,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
3923
3923
  });
3924
3924
  IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
3925
3925
 
3926
- const _excluded$1D = ["testId", "size", "color", "style"];
3926
+ const _excluded$1E = ["testId", "size", "color", "style"];
3927
3927
  const IconHandPointRight = forwardRef((_ref, ref) => {
3928
3928
  let {
3929
3929
  testId = 'icon-hand-point-right',
@@ -3931,7 +3931,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
3931
3931
  color,
3932
3932
  style
3933
3933
  } = _ref,
3934
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3934
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3935
3935
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3936
3936
  const styleProps = {
3937
3937
  size: !size && isInsideButton ? 'medium' : size,
@@ -3952,7 +3952,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
3952
3952
  });
3953
3953
  IconHandPointRight.displayName = 'IconHandPointRight';
3954
3954
 
3955
- const _excluded$1C = ["testId", "size", "color", "style"];
3955
+ const _excluded$1D = ["testId", "size", "color", "style"];
3956
3956
  const IconHandshake = forwardRef((_ref, ref) => {
3957
3957
  let {
3958
3958
  testId = 'icon-handshake',
@@ -3960,7 +3960,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
3960
3960
  color,
3961
3961
  style
3962
3962
  } = _ref,
3963
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3963
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3964
3964
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3965
3965
  const styleProps = {
3966
3966
  size: !size && isInsideButton ? 'medium' : size,
@@ -3988,7 +3988,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
3988
3988
  });
3989
3989
  IconHandshake.displayName = 'IconHandshake';
3990
3990
 
3991
- const _excluded$1B = ["testId", "size", "color", "style"];
3991
+ const _excluded$1C = ["testId", "size", "color", "style"];
3992
3992
  const IconHatChef = forwardRef((_ref, ref) => {
3993
3993
  let {
3994
3994
  testId = 'icon-hat-chef',
@@ -3996,7 +3996,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
3996
3996
  color,
3997
3997
  style
3998
3998
  } = _ref,
3999
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3999
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
4000
4000
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4001
4001
  const styleProps = {
4002
4002
  size: !size && isInsideButton ? 'medium' : size,
@@ -4017,7 +4017,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
4017
4017
  });
4018
4018
  IconHatChef.displayName = 'IconHatChef';
4019
4019
 
4020
- const _excluded$1A = ["testId", "size", "color", "style"];
4020
+ const _excluded$1B = ["testId", "size", "color", "style"];
4021
4021
  const IconImage = forwardRef((_ref, ref) => {
4022
4022
  let {
4023
4023
  testId = 'icon-image',
@@ -4025,7 +4025,7 @@ const IconImage = forwardRef((_ref, ref) => {
4025
4025
  color,
4026
4026
  style
4027
4027
  } = _ref,
4028
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
4028
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
4029
4029
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4030
4030
  const styleProps = {
4031
4031
  size: !size && isInsideButton ? 'medium' : size,
@@ -4053,7 +4053,7 @@ const IconImage = forwardRef((_ref, ref) => {
4053
4053
  });
4054
4054
  IconImage.displayName = 'IconImage';
4055
4055
 
4056
- const _excluded$1z = ["testId", "size", "color", "style"];
4056
+ const _excluded$1A = ["testId", "size", "color", "style"];
4057
4057
  const IconIslandTropical = forwardRef((_ref, ref) => {
4058
4058
  let {
4059
4059
  testId = 'icon-island-tropical',
@@ -4061,7 +4061,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
4061
4061
  color,
4062
4062
  style
4063
4063
  } = _ref,
4064
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
4064
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
4065
4065
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4066
4066
  const styleProps = {
4067
4067
  size: !size && isInsideButton ? 'medium' : size,
@@ -4084,7 +4084,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
4084
4084
  });
4085
4085
  IconIslandTropical.displayName = 'IconIslandTropical';
4086
4086
 
4087
- const _excluded$1y = ["testId", "size", "color", "style"];
4087
+ const _excluded$1z = ["testId", "size", "color", "style"];
4088
4088
  const IconItalic = forwardRef((_ref, ref) => {
4089
4089
  let {
4090
4090
  testId = 'icon-italic',
@@ -4092,7 +4092,7 @@ const IconItalic = forwardRef((_ref, ref) => {
4092
4092
  color,
4093
4093
  style
4094
4094
  } = _ref,
4095
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
4095
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
4096
4096
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4097
4097
  const styleProps = {
4098
4098
  size: !size && isInsideButton ? 'medium' : size,
@@ -4113,7 +4113,7 @@ const IconItalic = forwardRef((_ref, ref) => {
4113
4113
  });
4114
4114
  IconItalic.displayName = 'IconItalic';
4115
4115
 
4116
- const _excluded$1x = ["testId", "size", "color", "style"];
4116
+ const _excluded$1y = ["testId", "size", "color", "style"];
4117
4117
  const IconLaptopSearch = forwardRef((_ref, ref) => {
4118
4118
  let {
4119
4119
  testId = 'icon-laptop-search',
@@ -4121,7 +4121,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
4121
4121
  color,
4122
4122
  style
4123
4123
  } = _ref,
4124
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
4124
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
4125
4125
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4126
4126
  const styleProps = {
4127
4127
  size: !size && isInsideButton ? 'medium' : size,
@@ -4151,7 +4151,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
4151
4151
  });
4152
4152
  IconLaptopSearch.displayName = 'IconLaptopSearch';
4153
4153
 
4154
- const _excluded$1w = ["testId", "size", "color", "style"];
4154
+ const _excluded$1x = ["testId", "size", "color", "style"];
4155
4155
  const IconLink = forwardRef((_ref, ref) => {
4156
4156
  let {
4157
4157
  testId = 'icon-link',
@@ -4159,7 +4159,7 @@ const IconLink = forwardRef((_ref, ref) => {
4159
4159
  color,
4160
4160
  style
4161
4161
  } = _ref,
4162
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
4162
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
4163
4163
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4164
4164
  const styleProps = {
4165
4165
  size: !size && isInsideButton ? 'medium' : size,
@@ -4187,7 +4187,7 @@ const IconLink = forwardRef((_ref, ref) => {
4187
4187
  });
4188
4188
  IconLink.displayName = 'IconLink';
4189
4189
 
4190
- const _excluded$1v = ["testId", "size", "color", "style"];
4190
+ const _excluded$1w = ["testId", "size", "color", "style"];
4191
4191
  const IconListOI = forwardRef((_ref, ref) => {
4192
4192
  let {
4193
4193
  testId = 'icon-list-o-i',
@@ -4195,7 +4195,7 @@ const IconListOI = forwardRef((_ref, ref) => {
4195
4195
  color,
4196
4196
  style
4197
4197
  } = _ref,
4198
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
4198
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
4199
4199
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4200
4200
  const styleProps = {
4201
4201
  size: !size && isInsideButton ? 'medium' : size,
@@ -4223,7 +4223,7 @@ const IconListOI = forwardRef((_ref, ref) => {
4223
4223
  });
4224
4224
  IconListOI.displayName = 'IconListOI';
4225
4225
 
4226
- const _excluded$1u = ["testId", "size", "color", "style"];
4226
+ const _excluded$1v = ["testId", "size", "color", "style"];
4227
4227
  const IconList = forwardRef((_ref, ref) => {
4228
4228
  let {
4229
4229
  testId = 'icon-list',
@@ -4231,7 +4231,7 @@ const IconList = forwardRef((_ref, ref) => {
4231
4231
  color,
4232
4232
  style
4233
4233
  } = _ref,
4234
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
4234
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
4235
4235
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4236
4236
  const styleProps = {
4237
4237
  size: !size && isInsideButton ? 'medium' : size,
@@ -4252,7 +4252,7 @@ const IconList = forwardRef((_ref, ref) => {
4252
4252
  });
4253
4253
  IconList.displayName = 'IconList';
4254
4254
 
4255
- const _excluded$1t = ["testId", "size", "color", "style"];
4255
+ const _excluded$1u = ["testId", "size", "color", "style"];
4256
4256
  const IconLock = forwardRef((_ref, ref) => {
4257
4257
  let {
4258
4258
  testId = 'icon-lock',
@@ -4260,7 +4260,7 @@ const IconLock = forwardRef((_ref, ref) => {
4260
4260
  color,
4261
4261
  style
4262
4262
  } = _ref,
4263
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
4263
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
4264
4264
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4265
4265
  const styleProps = {
4266
4266
  size: !size && isInsideButton ? 'medium' : size,
@@ -4281,7 +4281,7 @@ const IconLock = forwardRef((_ref, ref) => {
4281
4281
  });
4282
4282
  IconLock.displayName = 'IconLock';
4283
4283
 
4284
- const _excluded$1s = ["testId", "size", "color", "style"];
4284
+ const _excluded$1t = ["testId", "size", "color", "style"];
4285
4285
  const IconMagicSolid = forwardRef((_ref, ref) => {
4286
4286
  let {
4287
4287
  testId = 'icon-magic-solid',
@@ -4289,7 +4289,7 @@ const IconMagicSolid = forwardRef((_ref, ref) => {
4289
4289
  color,
4290
4290
  style
4291
4291
  } = _ref,
4292
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
4292
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
4293
4293
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4294
4294
  const styleProps = {
4295
4295
  size: !size && isInsideButton ? 'medium' : size,
@@ -4312,7 +4312,7 @@ const IconMagicSolid = forwardRef((_ref, ref) => {
4312
4312
  });
4313
4313
  IconMagicSolid.displayName = 'IconMagicSolid';
4314
4314
 
4315
- const _excluded$1r = ["testId", "size", "color", "style"];
4315
+ const _excluded$1s = ["testId", "size", "color", "style"];
4316
4316
  const IconMapMarker = forwardRef((_ref, ref) => {
4317
4317
  let {
4318
4318
  testId = 'icon-map-marker',
@@ -4320,7 +4320,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
4320
4320
  color,
4321
4321
  style
4322
4322
  } = _ref,
4323
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
4323
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
4324
4324
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4325
4325
  const styleProps = {
4326
4326
  size: !size && isInsideButton ? 'medium' : size,
@@ -4343,7 +4343,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
4343
4343
  });
4344
4344
  IconMapMarker.displayName = 'IconMapMarker';
4345
4345
 
4346
- const _excluded$1q = ["testId", "size", "color", "style"];
4346
+ const _excluded$1r = ["testId", "size", "color", "style"];
4347
4347
  const IconMedal = forwardRef((_ref, ref) => {
4348
4348
  let {
4349
4349
  testId = 'icon-medal',
@@ -4351,7 +4351,7 @@ const IconMedal = forwardRef((_ref, ref) => {
4351
4351
  color,
4352
4352
  style
4353
4353
  } = _ref,
4354
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4354
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
4355
4355
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4356
4356
  const styleProps = {
4357
4357
  size: !size && isInsideButton ? 'medium' : size,
@@ -4379,7 +4379,7 @@ const IconMedal = forwardRef((_ref, ref) => {
4379
4379
  });
4380
4380
  IconMedal.displayName = 'IconMedal';
4381
4381
 
4382
- const _excluded$1p = ["testId", "size", "color", "style"];
4382
+ const _excluded$1q = ["testId", "size", "color", "style"];
4383
4383
  const IconMegaphone = forwardRef((_ref, ref) => {
4384
4384
  let {
4385
4385
  testId = 'icon-megaphone',
@@ -4387,7 +4387,7 @@ const IconMegaphone = forwardRef((_ref, ref) => {
4387
4387
  color,
4388
4388
  style
4389
4389
  } = _ref,
4390
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4390
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4391
4391
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4392
4392
  const styleProps = {
4393
4393
  size: !size && isInsideButton ? 'medium' : size,
@@ -4410,7 +4410,7 @@ const IconMegaphone = forwardRef((_ref, ref) => {
4410
4410
  });
4411
4411
  IconMegaphone.displayName = 'IconMegaphone';
4412
4412
 
4413
- const _excluded$1o = ["testId", "size", "color", "style"];
4413
+ const _excluded$1p = ["testId", "size", "color", "style"];
4414
4414
  const IconMessages = forwardRef((_ref, ref) => {
4415
4415
  let {
4416
4416
  testId = 'icon-messages',
@@ -4418,7 +4418,7 @@ const IconMessages = forwardRef((_ref, ref) => {
4418
4418
  color,
4419
4419
  style
4420
4420
  } = _ref,
4421
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4421
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4422
4422
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4423
4423
  const styleProps = {
4424
4424
  size: !size && isInsideButton ? 'medium' : size,
@@ -4439,7 +4439,7 @@ const IconMessages = forwardRef((_ref, ref) => {
4439
4439
  });
4440
4440
  IconMessages.displayName = 'IconMessages';
4441
4441
 
4442
- const _excluded$1n = ["testId", "size", "color", "style"];
4442
+ const _excluded$1o = ["testId", "size", "color", "style"];
4443
4443
  const IconMinusCircle = forwardRef((_ref, ref) => {
4444
4444
  let {
4445
4445
  testId = 'icon-minus-circle',
@@ -4447,7 +4447,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4447
4447
  color,
4448
4448
  style
4449
4449
  } = _ref,
4450
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4450
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4451
4451
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4452
4452
  const styleProps = {
4453
4453
  size: !size && isInsideButton ? 'medium' : size,
@@ -4468,7 +4468,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4468
4468
  });
4469
4469
  IconMinusCircle.displayName = 'IconMinusCircle';
4470
4470
 
4471
- const _excluded$1m = ["testId", "size", "color", "style"];
4471
+ const _excluded$1n = ["testId", "size", "color", "style"];
4472
4472
  const IconMinus = forwardRef((_ref, ref) => {
4473
4473
  let {
4474
4474
  testId = 'icon-minus',
@@ -4476,7 +4476,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4476
4476
  color,
4477
4477
  style
4478
4478
  } = _ref,
4479
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4479
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4480
4480
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4481
4481
  const styleProps = {
4482
4482
  size: !size && isInsideButton ? 'medium' : size,
@@ -4497,7 +4497,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4497
4497
  });
4498
4498
  IconMinus.displayName = 'IconMinus';
4499
4499
 
4500
- const _excluded$1l = ["testId", "size", "color", "style"];
4500
+ const _excluded$1m = ["testId", "size", "color", "style"];
4501
4501
  const IconMoneyBill = forwardRef((_ref, ref) => {
4502
4502
  let {
4503
4503
  testId = 'icon-money-bill',
@@ -4505,7 +4505,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
4505
4505
  color,
4506
4506
  style
4507
4507
  } = _ref,
4508
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4508
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4509
4509
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4510
4510
  const styleProps = {
4511
4511
  size: !size && isInsideButton ? 'medium' : size,
@@ -4526,7 +4526,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
4526
4526
  });
4527
4527
  IconMoneyBill.displayName = 'IconMoneyBill';
4528
4528
 
4529
- const _excluded$1k = ["testId", "size", "color", "style"];
4529
+ const _excluded$1l = ["testId", "size", "color", "style"];
4530
4530
  const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4531
4531
  let {
4532
4532
  testId = 'icon-mug-saucer-solid',
@@ -4534,7 +4534,7 @@ const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4534
4534
  color,
4535
4535
  style
4536
4536
  } = _ref,
4537
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4537
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4538
4538
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4539
4539
  const styleProps = {
4540
4540
  size: !size && isInsideButton ? 'medium' : size,
@@ -4555,7 +4555,7 @@ const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4555
4555
  });
4556
4556
  IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
4557
4557
 
4558
- const _excluded$1j = ["testId", "size", "color", "style"];
4558
+ const _excluded$1k = ["testId", "size", "color", "style"];
4559
4559
  const IconNotesMedical = forwardRef((_ref, ref) => {
4560
4560
  let {
4561
4561
  testId = 'icon-notes-medical',
@@ -4563,7 +4563,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
4563
4563
  color,
4564
4564
  style
4565
4565
  } = _ref,
4566
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4566
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4567
4567
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4568
4568
  const styleProps = {
4569
4569
  size: !size && isInsideButton ? 'medium' : size,
@@ -4584,7 +4584,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
4584
4584
  });
4585
4585
  IconNotesMedical.displayName = 'IconNotesMedical';
4586
4586
 
4587
- const _excluded$1i = ["testId", "size", "color", "style"];
4587
+ const _excluded$1j = ["testId", "size", "color", "style"];
4588
4588
  const IconOvertime = forwardRef((_ref, ref) => {
4589
4589
  let {
4590
4590
  testId = 'icon-overtime',
@@ -4592,7 +4592,7 @@ const IconOvertime = forwardRef((_ref, ref) => {
4592
4592
  color,
4593
4593
  style
4594
4594
  } = _ref,
4595
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4595
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4596
4596
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4597
4597
  const styleProps = {
4598
4598
  size: !size && isInsideButton ? 'medium' : size,
@@ -4620,7 +4620,7 @@ const IconOvertime = forwardRef((_ref, ref) => {
4620
4620
  });
4621
4621
  IconOvertime.displayName = 'IconOvertime';
4622
4622
 
4623
- const _excluded$1h = ["testId", "size", "color", "style"];
4623
+ const _excluded$1i = ["testId", "size", "color", "style"];
4624
4624
  const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4625
4625
  let {
4626
4626
  testId = 'icon-paper-plane-clock',
@@ -4628,7 +4628,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4628
4628
  color,
4629
4629
  style
4630
4630
  } = _ref,
4631
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4631
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4632
4632
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4633
4633
  const styleProps = {
4634
4634
  size: !size && isInsideButton ? 'medium' : size,
@@ -4660,7 +4660,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4660
4660
  });
4661
4661
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
4662
4662
 
4663
- const _excluded$1g = ["testId", "size", "color", "style"];
4663
+ const _excluded$1h = ["testId", "size", "color", "style"];
4664
4664
  const IconPaperPlane = forwardRef((_ref, ref) => {
4665
4665
  let {
4666
4666
  testId = 'icon-paper-plane',
@@ -4668,7 +4668,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4668
4668
  color,
4669
4669
  style
4670
4670
  } = _ref,
4671
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4671
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4672
4672
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4673
4673
  const styleProps = {
4674
4674
  size: !size && isInsideButton ? 'medium' : size,
@@ -4691,7 +4691,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4691
4691
  });
4692
4692
  IconPaperPlane.displayName = 'IconPaperPlane';
4693
4693
 
4694
- const _excluded$1f = ["testId", "size", "color", "style"];
4694
+ const _excluded$1g = ["testId", "size", "color", "style"];
4695
4695
  const IconPaperclip = forwardRef((_ref, ref) => {
4696
4696
  let {
4697
4697
  testId = 'icon-paperclip',
@@ -4699,7 +4699,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
4699
4699
  color,
4700
4700
  style
4701
4701
  } = _ref,
4702
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4702
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4703
4703
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4704
4704
  const styleProps = {
4705
4705
  size: !size && isInsideButton ? 'medium' : size,
@@ -4727,7 +4727,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
4727
4727
  });
4728
4728
  IconPaperclip.displayName = 'IconPaperclip';
4729
4729
 
4730
- const _excluded$1e = ["testId", "size", "color", "style"];
4730
+ const _excluded$1f = ["testId", "size", "color", "style"];
4731
4731
  const IconPencil = forwardRef((_ref, ref) => {
4732
4732
  let {
4733
4733
  testId = 'icon-pencil',
@@ -4735,7 +4735,7 @@ const IconPencil = forwardRef((_ref, ref) => {
4735
4735
  color,
4736
4736
  style
4737
4737
  } = _ref,
4738
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4738
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4739
4739
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4740
4740
  const styleProps = {
4741
4741
  size: !size && isInsideButton ? 'medium' : size,
@@ -4758,7 +4758,7 @@ const IconPencil = forwardRef((_ref, ref) => {
4758
4758
  });
4759
4759
  IconPencil.displayName = 'IconPencil';
4760
4760
 
4761
- const _excluded$1d = ["testId", "size", "color", "style"];
4761
+ const _excluded$1e = ["testId", "size", "color", "style"];
4762
4762
  const IconPercentage = forwardRef((_ref, ref) => {
4763
4763
  let {
4764
4764
  testId = 'icon-percentage',
@@ -4766,7 +4766,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
4766
4766
  color,
4767
4767
  style
4768
4768
  } = _ref,
4769
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4769
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4770
4770
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4771
4771
  const styleProps = {
4772
4772
  size: !size && isInsideButton ? 'medium' : size,
@@ -4787,7 +4787,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
4787
4787
  });
4788
4788
  IconPercentage.displayName = 'IconPercentage';
4789
4789
 
4790
- const _excluded$1c = ["testId", "size", "color", "style"];
4790
+ const _excluded$1d = ["testId", "size", "color", "style"];
4791
4791
  const IconPhone = forwardRef((_ref, ref) => {
4792
4792
  let {
4793
4793
  testId = 'icon-phone',
@@ -4795,7 +4795,7 @@ const IconPhone = forwardRef((_ref, ref) => {
4795
4795
  color,
4796
4796
  style
4797
4797
  } = _ref,
4798
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4798
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4799
4799
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4800
4800
  const styleProps = {
4801
4801
  size: !size && isInsideButton ? 'medium' : size,
@@ -4816,7 +4816,7 @@ const IconPhone = forwardRef((_ref, ref) => {
4816
4816
  });
4817
4817
  IconPhone.displayName = 'IconPhone';
4818
4818
 
4819
- const _excluded$1b = ["testId", "size", "color", "style"];
4819
+ const _excluded$1c = ["testId", "size", "color", "style"];
4820
4820
  const IconPlateUtensils = forwardRef((_ref, ref) => {
4821
4821
  let {
4822
4822
  testId = 'icon-plate-utensils',
@@ -4824,7 +4824,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
4824
4824
  color,
4825
4825
  style
4826
4826
  } = _ref,
4827
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4827
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4828
4828
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4829
4829
  const styleProps = {
4830
4830
  size: !size && isInsideButton ? 'medium' : size,
@@ -4845,7 +4845,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
4845
4845
  });
4846
4846
  IconPlateUtensils.displayName = 'IconPlateUtensils';
4847
4847
 
4848
- const _excluded$1a = ["testId", "size", "color", "style"];
4848
+ const _excluded$1b = ["testId", "size", "color", "style"];
4849
4849
  const IconPlug = forwardRef((_ref, ref) => {
4850
4850
  let {
4851
4851
  testId = 'icon-plug',
@@ -4853,7 +4853,7 @@ const IconPlug = forwardRef((_ref, ref) => {
4853
4853
  color,
4854
4854
  style
4855
4855
  } = _ref,
4856
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4856
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4857
4857
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4858
4858
  const styleProps = {
4859
4859
  size: !size && isInsideButton ? 'medium' : size,
@@ -4876,7 +4876,7 @@ const IconPlug = forwardRef((_ref, ref) => {
4876
4876
  });
4877
4877
  IconPlug.displayName = 'IconPlug';
4878
4878
 
4879
- const _excluded$19 = ["testId", "size", "color", "style"];
4879
+ const _excluded$1a = ["testId", "size", "color", "style"];
4880
4880
  const IconPlus = forwardRef((_ref, ref) => {
4881
4881
  let {
4882
4882
  testId = 'icon-plus',
@@ -4884,7 +4884,7 @@ const IconPlus = forwardRef((_ref, ref) => {
4884
4884
  color,
4885
4885
  style
4886
4886
  } = _ref,
4887
- props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4887
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4888
4888
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4889
4889
  const styleProps = {
4890
4890
  size: !size && isInsideButton ? 'medium' : size,
@@ -4907,7 +4907,7 @@ const IconPlus = forwardRef((_ref, ref) => {
4907
4907
  });
4908
4908
  IconPlus.displayName = 'IconPlus';
4909
4909
 
4910
- const _excluded$18 = ["testId", "size", "color", "style"];
4910
+ const _excluded$19 = ["testId", "size", "color", "style"];
4911
4911
  const IconPrint = forwardRef((_ref, ref) => {
4912
4912
  let {
4913
4913
  testId = 'icon-print',
@@ -4915,7 +4915,7 @@ const IconPrint = forwardRef((_ref, ref) => {
4915
4915
  color,
4916
4916
  style
4917
4917
  } = _ref,
4918
- props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4918
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4919
4919
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4920
4920
  const styleProps = {
4921
4921
  size: !size && isInsideButton ? 'medium' : size,
@@ -4938,7 +4938,7 @@ const IconPrint = forwardRef((_ref, ref) => {
4938
4938
  });
4939
4939
  IconPrint.displayName = 'IconPrint';
4940
4940
 
4941
- const _excluded$17 = ["testId", "size", "color", "style"];
4941
+ const _excluded$18 = ["testId", "size", "color", "style"];
4942
4942
  const IconQuestionCircle = forwardRef((_ref, ref) => {
4943
4943
  let {
4944
4944
  testId = 'icon-question-circle',
@@ -4946,7 +4946,7 @@ const IconQuestionCircle = forwardRef((_ref, ref) => {
4946
4946
  color,
4947
4947
  style
4948
4948
  } = _ref,
4949
- props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4949
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4950
4950
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4951
4951
  const styleProps = {
4952
4952
  size: !size && isInsideButton ? 'medium' : size,
@@ -4967,7 +4967,7 @@ const IconQuestionCircle = forwardRef((_ref, ref) => {
4967
4967
  });
4968
4968
  IconQuestionCircle.displayName = 'IconQuestionCircle';
4969
4969
 
4970
- const _excluded$16 = ["testId", "size", "color", "style"];
4970
+ const _excluded$17 = ["testId", "size", "color", "style"];
4971
4971
  const IconRepeat = forwardRef((_ref, ref) => {
4972
4972
  let {
4973
4973
  testId = 'icon-repeat',
@@ -4975,7 +4975,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
4975
4975
  color,
4976
4976
  style
4977
4977
  } = _ref,
4978
- props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4978
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4979
4979
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4980
4980
  const styleProps = {
4981
4981
  size: !size && isInsideButton ? 'medium' : size,
@@ -4996,7 +4996,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
4996
4996
  });
4997
4997
  IconRepeat.displayName = 'IconRepeat';
4998
4998
 
4999
- const _excluded$15 = ["testId", "size", "color", "style"];
4999
+ const _excluded$16 = ["testId", "size", "color", "style"];
5000
5000
  const IconReply = forwardRef((_ref, ref) => {
5001
5001
  let {
5002
5002
  testId = 'icon-reply',
@@ -5004,7 +5004,7 @@ const IconReply = forwardRef((_ref, ref) => {
5004
5004
  color,
5005
5005
  style
5006
5006
  } = _ref,
5007
- props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
5007
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
5008
5008
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5009
5009
  const styleProps = {
5010
5010
  size: !size && isInsideButton ? 'medium' : size,
@@ -5025,7 +5025,7 @@ const IconReply = forwardRef((_ref, ref) => {
5025
5025
  });
5026
5026
  IconReply.displayName = 'IconReply';
5027
5027
 
5028
- const _excluded$14 = ["testId", "size", "color", "style"];
5028
+ const _excluded$15 = ["testId", "size", "color", "style"];
5029
5029
  const IconRocket = forwardRef((_ref, ref) => {
5030
5030
  let {
5031
5031
  testId = 'icon-rocket',
@@ -5033,7 +5033,7 @@ const IconRocket = forwardRef((_ref, ref) => {
5033
5033
  color,
5034
5034
  style
5035
5035
  } = _ref,
5036
- props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
5036
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
5037
5037
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5038
5038
  const styleProps = {
5039
5039
  size: !size && isInsideButton ? 'medium' : size,
@@ -5054,7 +5054,7 @@ const IconRocket = forwardRef((_ref, ref) => {
5054
5054
  });
5055
5055
  IconRocket.displayName = 'IconRocket';
5056
5056
 
5057
- const _excluded$13 = ["testId", "size", "color", "style"];
5057
+ const _excluded$14 = ["testId", "size", "color", "style"];
5058
5058
  const IconSearch = forwardRef((_ref, ref) => {
5059
5059
  let {
5060
5060
  testId = 'icon-search',
@@ -5062,7 +5062,7 @@ const IconSearch = forwardRef((_ref, ref) => {
5062
5062
  color,
5063
5063
  style
5064
5064
  } = _ref,
5065
- props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
5065
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
5066
5066
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5067
5067
  const styleProps = {
5068
5068
  size: !size && isInsideButton ? 'medium' : size,
@@ -5085,7 +5085,7 @@ const IconSearch = forwardRef((_ref, ref) => {
5085
5085
  });
5086
5086
  IconSearch.displayName = 'IconSearch';
5087
5087
 
5088
- const _excluded$12 = ["testId", "size", "color", "style"];
5088
+ const _excluded$13 = ["testId", "size", "color", "style"];
5089
5089
  const IconSignOut = forwardRef((_ref, ref) => {
5090
5090
  let {
5091
5091
  testId = 'icon-sign-out',
@@ -5093,7 +5093,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
5093
5093
  color,
5094
5094
  style
5095
5095
  } = _ref,
5096
- props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
5096
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
5097
5097
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5098
5098
  const styleProps = {
5099
5099
  size: !size && isInsideButton ? 'medium' : size,
@@ -5114,7 +5114,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
5114
5114
  });
5115
5115
  IconSignOut.displayName = 'IconSignOut';
5116
5116
 
5117
- const _excluded$11 = ["testId", "size", "color", "style"];
5117
+ const _excluded$12 = ["testId", "size", "color", "style"];
5118
5118
  const IconSitemap = forwardRef((_ref, ref) => {
5119
5119
  let {
5120
5120
  testId = 'icon-sitemap',
@@ -5122,7 +5122,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
5122
5122
  color,
5123
5123
  style
5124
5124
  } = _ref,
5125
- props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
5125
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
5126
5126
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5127
5127
  const styleProps = {
5128
5128
  size: !size && isInsideButton ? 'medium' : size,
@@ -5145,7 +5145,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
5145
5145
  });
5146
5146
  IconSitemap.displayName = 'IconSitemap';
5147
5147
 
5148
- const _excluded$10 = ["testId", "size", "color", "style"];
5148
+ const _excluded$11 = ["testId", "size", "color", "style"];
5149
5149
  const IconSlidersH = forwardRef((_ref, ref) => {
5150
5150
  let {
5151
5151
  testId = 'icon-sliders-h',
@@ -5153,7 +5153,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
5153
5153
  color,
5154
5154
  style
5155
5155
  } = _ref,
5156
- props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
5156
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
5157
5157
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5158
5158
  const styleProps = {
5159
5159
  size: !size && isInsideButton ? 'medium' : size,
@@ -5181,7 +5181,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
5181
5181
  });
5182
5182
  IconSlidersH.displayName = 'IconSlidersH';
5183
5183
 
5184
- const _excluded$$ = ["testId", "size", "color", "style"];
5184
+ const _excluded$10 = ["testId", "size", "color", "style"];
5185
5185
  const IconSort = forwardRef((_ref, ref) => {
5186
5186
  let {
5187
5187
  testId = 'icon-sort',
@@ -5189,7 +5189,7 @@ const IconSort = forwardRef((_ref, ref) => {
5189
5189
  color,
5190
5190
  style
5191
5191
  } = _ref,
5192
- props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
5192
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
5193
5193
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5194
5194
  const styleProps = {
5195
5195
  size: !size && isInsideButton ? 'medium' : size,
@@ -5210,7 +5210,7 @@ const IconSort = forwardRef((_ref, ref) => {
5210
5210
  });
5211
5211
  IconSort.displayName = 'IconSort';
5212
5212
 
5213
- const _excluded$_ = ["testId", "size", "color", "style"];
5213
+ const _excluded$$ = ["testId", "size", "color", "style"];
5214
5214
  const IconSparkle = forwardRef((_ref, ref) => {
5215
5215
  let {
5216
5216
  testId = 'icon-sparkle',
@@ -5218,7 +5218,7 @@ const IconSparkle = forwardRef((_ref, ref) => {
5218
5218
  color,
5219
5219
  style
5220
5220
  } = _ref,
5221
- props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
5221
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
5222
5222
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5223
5223
  const styleProps = {
5224
5224
  size: !size && isInsideButton ? 'medium' : size,
@@ -5239,7 +5239,7 @@ const IconSparkle = forwardRef((_ref, ref) => {
5239
5239
  });
5240
5240
  IconSparkle.displayName = 'IconSparkle';
5241
5241
 
5242
- const _excluded$Z = ["testId", "size", "color", "style"];
5242
+ const _excluded$_ = ["testId", "size", "color", "style"];
5243
5243
  const IconStarSolid = forwardRef((_ref, ref) => {
5244
5244
  let {
5245
5245
  testId = 'icon-star-solid',
@@ -5247,7 +5247,7 @@ const IconStarSolid = forwardRef((_ref, ref) => {
5247
5247
  color,
5248
5248
  style
5249
5249
  } = _ref,
5250
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
5250
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
5251
5251
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5252
5252
  const styleProps = {
5253
5253
  size: !size && isInsideButton ? 'medium' : size,
@@ -5268,7 +5268,7 @@ const IconStarSolid = forwardRef((_ref, ref) => {
5268
5268
  });
5269
5269
  IconStarSolid.displayName = 'IconStarSolid';
5270
5270
 
5271
- const _excluded$Y = ["testId", "size", "color", "style"];
5271
+ const _excluded$Z = ["testId", "size", "color", "style"];
5272
5272
  const IconStar = forwardRef((_ref, ref) => {
5273
5273
  let {
5274
5274
  testId = 'icon-star',
@@ -5276,7 +5276,7 @@ const IconStar = forwardRef((_ref, ref) => {
5276
5276
  color,
5277
5277
  style
5278
5278
  } = _ref,
5279
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
5279
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
5280
5280
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5281
5281
  const styleProps = {
5282
5282
  size: !size && isInsideButton ? 'medium' : size,
@@ -5297,7 +5297,7 @@ const IconStar = forwardRef((_ref, ref) => {
5297
5297
  });
5298
5298
  IconStar.displayName = 'IconStar';
5299
5299
 
5300
- const _excluded$X = ["testId", "size", "color", "style"];
5300
+ const _excluded$Y = ["testId", "size", "color", "style"];
5301
5301
  const IconStickyNoteLines = forwardRef((_ref, ref) => {
5302
5302
  let {
5303
5303
  testId = 'icon-sticky-note-lines',
@@ -5305,7 +5305,7 @@ const IconStickyNoteLines = forwardRef((_ref, ref) => {
5305
5305
  color,
5306
5306
  style
5307
5307
  } = _ref,
5308
- props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
5308
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
5309
5309
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5310
5310
  const styleProps = {
5311
5311
  size: !size && isInsideButton ? 'medium' : size,
@@ -5329,7 +5329,7 @@ const IconStickyNoteLines = forwardRef((_ref, ref) => {
5329
5329
  });
5330
5330
  IconStickyNoteLines.displayName = 'IconStickyNoteLines';
5331
5331
 
5332
- const _excluded$W = ["testId", "size", "color", "style"];
5332
+ const _excluded$X = ["testId", "size", "color", "style"];
5333
5333
  const IconStopwatch = forwardRef((_ref, ref) => {
5334
5334
  let {
5335
5335
  testId = 'icon-stopwatch',
@@ -5337,7 +5337,7 @@ const IconStopwatch = forwardRef((_ref, ref) => {
5337
5337
  color,
5338
5338
  style
5339
5339
  } = _ref,
5340
- props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
5340
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
5341
5341
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5342
5342
  const styleProps = {
5343
5343
  size: !size && isInsideButton ? 'medium' : size,
@@ -5360,7 +5360,7 @@ const IconStopwatch = forwardRef((_ref, ref) => {
5360
5360
  });
5361
5361
  IconStopwatch.displayName = 'IconStopwatch';
5362
5362
 
5363
- const _excluded$V = ["testId", "size", "color", "style"];
5363
+ const _excluded$W = ["testId", "size", "color", "style"];
5364
5364
  const IconStrikethrough = forwardRef((_ref, ref) => {
5365
5365
  let {
5366
5366
  testId = 'icon-strikethrough',
@@ -5368,7 +5368,7 @@ const IconStrikethrough = forwardRef((_ref, ref) => {
5368
5368
  color,
5369
5369
  style
5370
5370
  } = _ref,
5371
- props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
5371
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
5372
5372
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5373
5373
  const styleProps = {
5374
5374
  size: !size && isInsideButton ? 'medium' : size,
@@ -5396,7 +5396,7 @@ const IconStrikethrough = forwardRef((_ref, ref) => {
5396
5396
  });
5397
5397
  IconStrikethrough.displayName = 'IconStrikethrough';
5398
5398
 
5399
- const _excluded$U = ["testId", "size", "color", "style"];
5399
+ const _excluded$V = ["testId", "size", "color", "style"];
5400
5400
  const IconSyncExclaimation = forwardRef((_ref, ref) => {
5401
5401
  let {
5402
5402
  testId = 'icon-sync-exclaimation',
@@ -5404,7 +5404,7 @@ const IconSyncExclaimation = forwardRef((_ref, ref) => {
5404
5404
  color,
5405
5405
  style
5406
5406
  } = _ref,
5407
- props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
5407
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
5408
5408
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5409
5409
  const styleProps = {
5410
5410
  size: !size && isInsideButton ? 'medium' : size,
@@ -5425,7 +5425,7 @@ const IconSyncExclaimation = forwardRef((_ref, ref) => {
5425
5425
  });
5426
5426
  IconSyncExclaimation.displayName = 'IconSyncExclaimation';
5427
5427
 
5428
- const _excluded$T = ["testId", "size", "color", "style"];
5428
+ const _excluded$U = ["testId", "size", "color", "style"];
5429
5429
  const IconSync = forwardRef((_ref, ref) => {
5430
5430
  let {
5431
5431
  testId = 'icon-sync',
@@ -5433,7 +5433,7 @@ const IconSync = forwardRef((_ref, ref) => {
5433
5433
  color,
5434
5434
  style
5435
5435
  } = _ref,
5436
- props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
5436
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
5437
5437
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5438
5438
  const styleProps = {
5439
5439
  size: !size && isInsideButton ? 'medium' : size,
@@ -5454,7 +5454,7 @@ const IconSync = forwardRef((_ref, ref) => {
5454
5454
  });
5455
5455
  IconSync.displayName = 'IconSync';
5456
5456
 
5457
- const _excluded$S = ["testId", "size", "color", "style"];
5457
+ const _excluded$T = ["testId", "size", "color", "style"];
5458
5458
  const IconTable = forwardRef((_ref, ref) => {
5459
5459
  let {
5460
5460
  testId = 'icon-table',
@@ -5462,7 +5462,7 @@ const IconTable = forwardRef((_ref, ref) => {
5462
5462
  color,
5463
5463
  style
5464
5464
  } = _ref,
5465
- props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
5465
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
5466
5466
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5467
5467
  const styleProps = {
5468
5468
  size: !size && isInsideButton ? 'medium' : size,
@@ -5490,7 +5490,7 @@ const IconTable = forwardRef((_ref, ref) => {
5490
5490
  });
5491
5491
  IconTable.displayName = 'IconTable';
5492
5492
 
5493
- const _excluded$R = ["testId", "size", "color", "style"];
5493
+ const _excluded$S = ["testId", "size", "color", "style"];
5494
5494
  const IconTachometer = forwardRef((_ref, ref) => {
5495
5495
  let {
5496
5496
  testId = 'icon-tachometer',
@@ -5498,7 +5498,7 @@ const IconTachometer = forwardRef((_ref, ref) => {
5498
5498
  color,
5499
5499
  style
5500
5500
  } = _ref,
5501
- props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
5501
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
5502
5502
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5503
5503
  const styleProps = {
5504
5504
  size: !size && isInsideButton ? 'medium' : size,
@@ -5518,7 +5518,7 @@ const IconTachometer = forwardRef((_ref, ref) => {
5518
5518
  });
5519
5519
  IconTachometer.displayName = 'IconTachometer';
5520
5520
 
5521
- const _excluded$Q = ["testId", "size", "color", "style"];
5521
+ const _excluded$R = ["testId", "size", "color", "style"];
5522
5522
  const IconThumbsDown = forwardRef((_ref, ref) => {
5523
5523
  let {
5524
5524
  testId = 'icon-thumbs-down',
@@ -5526,7 +5526,7 @@ const IconThumbsDown = forwardRef((_ref, ref) => {
5526
5526
  color,
5527
5527
  style
5528
5528
  } = _ref,
5529
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
5529
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
5530
5530
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5531
5531
  const styleProps = {
5532
5532
  size: !size && isInsideButton ? 'medium' : size,
@@ -5554,7 +5554,7 @@ const IconThumbsDown = forwardRef((_ref, ref) => {
5554
5554
  });
5555
5555
  IconThumbsDown.displayName = 'IconThumbsDown';
5556
5556
 
5557
- const _excluded$P = ["testId", "size", "color", "style"];
5557
+ const _excluded$Q = ["testId", "size", "color", "style"];
5558
5558
  const IconThumbsUp = forwardRef((_ref, ref) => {
5559
5559
  let {
5560
5560
  testId = 'icon-thumbs-up',
@@ -5562,7 +5562,7 @@ const IconThumbsUp = forwardRef((_ref, ref) => {
5562
5562
  color,
5563
5563
  style
5564
5564
  } = _ref,
5565
- props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
5565
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
5566
5566
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5567
5567
  const styleProps = {
5568
5568
  size: !size && isInsideButton ? 'medium' : size,
@@ -5583,7 +5583,7 @@ const IconThumbsUp = forwardRef((_ref, ref) => {
5583
5583
  });
5584
5584
  IconThumbsUp.displayName = 'IconThumbsUp';
5585
5585
 
5586
- const _excluded$O = ["testId", "size", "color", "style"];
5586
+ const _excluded$P = ["testId", "size", "color", "style"];
5587
5587
  const IconTimesOctagon = forwardRef((_ref, ref) => {
5588
5588
  let {
5589
5589
  testId = 'icon-times-octagon',
@@ -5591,7 +5591,7 @@ const IconTimesOctagon = forwardRef((_ref, ref) => {
5591
5591
  color,
5592
5592
  style
5593
5593
  } = _ref,
5594
- props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
5594
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
5595
5595
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5596
5596
  const styleProps = {
5597
5597
  size: !size && isInsideButton ? 'medium' : size,
@@ -5614,7 +5614,7 @@ const IconTimesOctagon = forwardRef((_ref, ref) => {
5614
5614
  });
5615
5615
  IconTimesOctagon.displayName = 'IconTimesOctagon';
5616
5616
 
5617
- const _excluded$N = ["testId", "size", "color", "style"];
5617
+ const _excluded$O = ["testId", "size", "color", "style"];
5618
5618
  const IconTimes = forwardRef((_ref, ref) => {
5619
5619
  let {
5620
5620
  testId = 'icon-times',
@@ -5622,7 +5622,7 @@ const IconTimes = forwardRef((_ref, ref) => {
5622
5622
  color,
5623
5623
  style
5624
5624
  } = _ref,
5625
- props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
5625
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
5626
5626
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5627
5627
  const styleProps = {
5628
5628
  size: !size && isInsideButton ? 'medium' : size,
@@ -5645,7 +5645,7 @@ const IconTimes = forwardRef((_ref, ref) => {
5645
5645
  });
5646
5646
  IconTimes.displayName = 'IconTimes';
5647
5647
 
5648
- const _excluded$M = ["testId", "size", "color", "style"];
5648
+ const _excluded$N = ["testId", "size", "color", "style"];
5649
5649
  const IconTrash = forwardRef((_ref, ref) => {
5650
5650
  let {
5651
5651
  testId = 'icon-trash',
@@ -5653,7 +5653,7 @@ const IconTrash = forwardRef((_ref, ref) => {
5653
5653
  color,
5654
5654
  style
5655
5655
  } = _ref,
5656
- props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
5656
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
5657
5657
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5658
5658
  const styleProps = {
5659
5659
  size: !size && isInsideButton ? 'medium' : size,
@@ -5676,7 +5676,7 @@ const IconTrash = forwardRef((_ref, ref) => {
5676
5676
  });
5677
5677
  IconTrash.displayName = 'IconTrash';
5678
5678
 
5679
- const _excluded$L = ["testId", "size", "color", "style"];
5679
+ const _excluded$M = ["testId", "size", "color", "style"];
5680
5680
  const IconUnderline = forwardRef((_ref, ref) => {
5681
5681
  let {
5682
5682
  testId = 'icon-underline',
@@ -5684,7 +5684,7 @@ const IconUnderline = forwardRef((_ref, ref) => {
5684
5684
  color,
5685
5685
  style
5686
5686
  } = _ref,
5687
- props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
5687
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
5688
5688
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5689
5689
  const styleProps = {
5690
5690
  size: !size && isInsideButton ? 'medium' : size,
@@ -5705,7 +5705,7 @@ const IconUnderline = forwardRef((_ref, ref) => {
5705
5705
  });
5706
5706
  IconUnderline.displayName = 'IconUnderline';
5707
5707
 
5708
- const _excluded$K = ["testId", "size", "color", "style"];
5708
+ const _excluded$L = ["testId", "size", "color", "style"];
5709
5709
  const IconUndo = forwardRef((_ref, ref) => {
5710
5710
  let {
5711
5711
  testId = 'icon-undo',
@@ -5713,7 +5713,7 @@ const IconUndo = forwardRef((_ref, ref) => {
5713
5713
  color,
5714
5714
  style
5715
5715
  } = _ref,
5716
- props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
5716
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
5717
5717
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5718
5718
  const styleProps = {
5719
5719
  size: !size && isInsideButton ? 'medium' : size,
@@ -5734,7 +5734,7 @@ const IconUndo = forwardRef((_ref, ref) => {
5734
5734
  });
5735
5735
  IconUndo.displayName = 'IconUndo';
5736
5736
 
5737
- const _excluded$J = ["testId", "size", "color", "style"];
5737
+ const _excluded$K = ["testId", "size", "color", "style"];
5738
5738
  const IconUniversity = forwardRef((_ref, ref) => {
5739
5739
  let {
5740
5740
  testId = 'icon-university',
@@ -5742,7 +5742,7 @@ const IconUniversity = forwardRef((_ref, ref) => {
5742
5742
  color,
5743
5743
  style
5744
5744
  } = _ref,
5745
- props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
5745
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
5746
5746
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5747
5747
  const styleProps = {
5748
5748
  size: !size && isInsideButton ? 'medium' : size,
@@ -5770,7 +5770,7 @@ const IconUniversity = forwardRef((_ref, ref) => {
5770
5770
  });
5771
5771
  IconUniversity.displayName = 'IconUniversity';
5772
5772
 
5773
- const _excluded$I = ["testId", "size", "color", "style"];
5773
+ const _excluded$J = ["testId", "size", "color", "style"];
5774
5774
  const IconUnlock = forwardRef((_ref, ref) => {
5775
5775
  let {
5776
5776
  testId = 'icon-unlock',
@@ -5778,7 +5778,7 @@ const IconUnlock = forwardRef((_ref, ref) => {
5778
5778
  color,
5779
5779
  style
5780
5780
  } = _ref,
5781
- props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
5781
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
5782
5782
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5783
5783
  const styleProps = {
5784
5784
  size: !size && isInsideButton ? 'medium' : size,
@@ -5806,7 +5806,7 @@ const IconUnlock = forwardRef((_ref, ref) => {
5806
5806
  });
5807
5807
  IconUnlock.displayName = 'IconUnlock';
5808
5808
 
5809
- const _excluded$H = ["testId", "size", "color", "style"];
5809
+ const _excluded$I = ["testId", "size", "color", "style"];
5810
5810
  const IconUserComputer = forwardRef((_ref, ref) => {
5811
5811
  let {
5812
5812
  testId = 'icon-user-computer',
@@ -5814,7 +5814,7 @@ const IconUserComputer = forwardRef((_ref, ref) => {
5814
5814
  color,
5815
5815
  style
5816
5816
  } = _ref,
5817
- props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
5817
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
5818
5818
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5819
5819
  const styleProps = {
5820
5820
  size: !size && isInsideButton ? 'medium' : size,
@@ -5846,7 +5846,7 @@ const IconUserComputer = forwardRef((_ref, ref) => {
5846
5846
  });
5847
5847
  IconUserComputer.displayName = 'IconUserComputer';
5848
5848
 
5849
- const _excluded$G = ["testId", "size", "color", "style"];
5849
+ const _excluded$H = ["testId", "size", "color", "style"];
5850
5850
  const IconUserFriends = forwardRef((_ref, ref) => {
5851
5851
  let {
5852
5852
  testId = 'icon-user-friends',
@@ -5854,7 +5854,7 @@ const IconUserFriends = forwardRef((_ref, ref) => {
5854
5854
  color,
5855
5855
  style
5856
5856
  } = _ref,
5857
- props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
5857
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
5858
5858
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5859
5859
  const styleProps = {
5860
5860
  size: !size && isInsideButton ? 'medium' : size,
@@ -5875,7 +5875,7 @@ const IconUserFriends = forwardRef((_ref, ref) => {
5875
5875
  });
5876
5876
  IconUserFriends.displayName = 'IconUserFriends';
5877
5877
 
5878
- const _excluded$F = ["testId", "size", "color", "style"];
5878
+ const _excluded$G = ["testId", "size", "color", "style"];
5879
5879
  const IconUserLight = forwardRef((_ref, ref) => {
5880
5880
  let {
5881
5881
  testId = 'icon-user-light',
@@ -5883,7 +5883,7 @@ const IconUserLight = forwardRef((_ref, ref) => {
5883
5883
  color,
5884
5884
  style
5885
5885
  } = _ref,
5886
- props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
5886
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
5887
5887
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5888
5888
  const styleProps = {
5889
5889
  size: !size && isInsideButton ? 'medium' : size,
@@ -5906,7 +5906,7 @@ const IconUserLight = forwardRef((_ref, ref) => {
5906
5906
  });
5907
5907
  IconUserLight.displayName = 'IconUserLight';
5908
5908
 
5909
- const _excluded$E = ["testId", "size", "color", "style"];
5909
+ const _excluded$F = ["testId", "size", "color", "style"];
5910
5910
  const IconUserPlus = forwardRef((_ref, ref) => {
5911
5911
  let {
5912
5912
  testId = 'icon-user-plus',
@@ -5914,7 +5914,7 @@ const IconUserPlus = forwardRef((_ref, ref) => {
5914
5914
  color,
5915
5915
  style
5916
5916
  } = _ref,
5917
- props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
5917
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
5918
5918
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5919
5919
  const styleProps = {
5920
5920
  size: !size && isInsideButton ? 'medium' : size,
@@ -5935,7 +5935,7 @@ const IconUserPlus = forwardRef((_ref, ref) => {
5935
5935
  });
5936
5936
  IconUserPlus.displayName = 'IconUserPlus';
5937
5937
 
5938
- const _excluded$D = ["testId", "size", "color", "style"];
5938
+ const _excluded$E = ["testId", "size", "color", "style"];
5939
5939
  const IconUserSearch = forwardRef((_ref, ref) => {
5940
5940
  let {
5941
5941
  testId = 'icon-user-search',
@@ -5943,7 +5943,7 @@ const IconUserSearch = forwardRef((_ref, ref) => {
5943
5943
  color,
5944
5944
  style
5945
5945
  } = _ref,
5946
- props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
5946
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
5947
5947
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5948
5948
  const styleProps = {
5949
5949
  size: !size && isInsideButton ? 'medium' : size,
@@ -5973,7 +5973,7 @@ const IconUserSearch = forwardRef((_ref, ref) => {
5973
5973
  });
5974
5974
  IconUserSearch.displayName = 'IconUserSearch';
5975
5975
 
5976
- const _excluded$C = ["testId", "size", "color", "style"];
5976
+ const _excluded$D = ["testId", "size", "color", "style"];
5977
5977
  const IconUserSlash = forwardRef((_ref, ref) => {
5978
5978
  let {
5979
5979
  testId = 'icon-user-slash',
@@ -5981,7 +5981,7 @@ const IconUserSlash = forwardRef((_ref, ref) => {
5981
5981
  color,
5982
5982
  style
5983
5983
  } = _ref,
5984
- props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
5984
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
5985
5985
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5986
5986
  const styleProps = {
5987
5987
  size: !size && isInsideButton ? 'medium' : size,
@@ -6009,7 +6009,7 @@ const IconUserSlash = forwardRef((_ref, ref) => {
6009
6009
  });
6010
6010
  IconUserSlash.displayName = 'IconUserSlash';
6011
6011
 
6012
- const _excluded$B = ["testId", "size", "color", "style"];
6012
+ const _excluded$C = ["testId", "size", "color", "style"];
6013
6013
  const IconUserSolid = forwardRef((_ref, ref) => {
6014
6014
  let {
6015
6015
  testId = 'icon-user-solid',
@@ -6017,7 +6017,7 @@ const IconUserSolid = forwardRef((_ref, ref) => {
6017
6017
  color,
6018
6018
  style
6019
6019
  } = _ref,
6020
- props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
6020
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
6021
6021
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6022
6022
  const styleProps = {
6023
6023
  size: !size && isInsideButton ? 'medium' : size,
@@ -6038,7 +6038,7 @@ const IconUserSolid = forwardRef((_ref, ref) => {
6038
6038
  });
6039
6039
  IconUserSolid.displayName = 'IconUserSolid';
6040
6040
 
6041
- const _excluded$A = ["testId", "size", "color", "style"];
6041
+ const _excluded$B = ["testId", "size", "color", "style"];
6042
6042
  const IconUserTag = forwardRef((_ref, ref) => {
6043
6043
  let {
6044
6044
  testId = 'icon-user-tag',
@@ -6046,7 +6046,7 @@ const IconUserTag = forwardRef((_ref, ref) => {
6046
6046
  color,
6047
6047
  style
6048
6048
  } = _ref,
6049
- props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
6049
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
6050
6050
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6051
6051
  const styleProps = {
6052
6052
  size: !size && isInsideButton ? 'medium' : size,
@@ -6069,7 +6069,7 @@ const IconUserTag = forwardRef((_ref, ref) => {
6069
6069
  });
6070
6070
  IconUserTag.displayName = 'IconUserTag';
6071
6071
 
6072
- const _excluded$z = ["testId", "size", "color", "style"];
6072
+ const _excluded$A = ["testId", "size", "color", "style"];
6073
6073
  const IconUserTie = forwardRef((_ref, ref) => {
6074
6074
  let {
6075
6075
  testId = 'icon-user-tie',
@@ -6077,7 +6077,7 @@ const IconUserTie = forwardRef((_ref, ref) => {
6077
6077
  color,
6078
6078
  style
6079
6079
  } = _ref,
6080
- props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
6080
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
6081
6081
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6082
6082
  const styleProps = {
6083
6083
  size: !size && isInsideButton ? 'medium' : size,
@@ -6098,7 +6098,7 @@ const IconUserTie = forwardRef((_ref, ref) => {
6098
6098
  });
6099
6099
  IconUserTie.displayName = 'IconUserTie';
6100
6100
 
6101
- const _excluded$y = ["testId", "size", "color", "style"];
6101
+ const _excluded$z = ["testId", "size", "color", "style"];
6102
6102
  const IconUsers = forwardRef((_ref, ref) => {
6103
6103
  let {
6104
6104
  testId = 'icon-users',
@@ -6106,7 +6106,7 @@ const IconUsers = forwardRef((_ref, ref) => {
6106
6106
  color,
6107
6107
  style
6108
6108
  } = _ref,
6109
- props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
6109
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
6110
6110
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6111
6111
  const styleProps = {
6112
6112
  size: !size && isInsideButton ? 'medium' : size,
@@ -6127,7 +6127,7 @@ const IconUsers = forwardRef((_ref, ref) => {
6127
6127
  });
6128
6128
  IconUsers.displayName = 'IconUsers';
6129
6129
 
6130
- const _excluded$x = ["testId", "size", "color", "style"];
6130
+ const _excluded$y = ["testId", "size", "color", "style"];
6131
6131
  const IconVideo = forwardRef((_ref, ref) => {
6132
6132
  let {
6133
6133
  testId = 'icon-video',
@@ -6135,7 +6135,7 @@ const IconVideo = forwardRef((_ref, ref) => {
6135
6135
  color,
6136
6136
  style
6137
6137
  } = _ref,
6138
- props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
6138
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
6139
6139
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6140
6140
  const styleProps = {
6141
6141
  size: !size && isInsideButton ? 'medium' : size,
@@ -6156,7 +6156,7 @@ const IconVideo = forwardRef((_ref, ref) => {
6156
6156
  });
6157
6157
  IconVideo.displayName = 'IconVideo';
6158
6158
 
6159
- const _excluded$w = ["testId", "size", "color", "style"];
6159
+ const _excluded$x = ["testId", "size", "color", "style"];
6160
6160
  const IconVolumeMute = forwardRef((_ref, ref) => {
6161
6161
  let {
6162
6162
  testId = 'icon-volume-mute',
@@ -6164,7 +6164,7 @@ const IconVolumeMute = forwardRef((_ref, ref) => {
6164
6164
  color,
6165
6165
  style
6166
6166
  } = _ref,
6167
- props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
6167
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
6168
6168
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6169
6169
  const styleProps = {
6170
6170
  size: !size && isInsideButton ? 'medium' : size,
@@ -6185,7 +6185,7 @@ const IconVolumeMute = forwardRef((_ref, ref) => {
6185
6185
  });
6186
6186
  IconVolumeMute.displayName = 'IconVolumeMute';
6187
6187
 
6188
- const _excluded$v = ["testId", "size", "color", "style"];
6188
+ const _excluded$w = ["testId", "size", "color", "style"];
6189
6189
  const IconVolume = forwardRef((_ref, ref) => {
6190
6190
  let {
6191
6191
  testId = 'icon-volume',
@@ -6193,7 +6193,7 @@ const IconVolume = forwardRef((_ref, ref) => {
6193
6193
  color,
6194
6194
  style
6195
6195
  } = _ref,
6196
- props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
6196
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
6197
6197
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6198
6198
  const styleProps = {
6199
6199
  size: !size && isInsideButton ? 'medium' : size,
@@ -6214,7 +6214,7 @@ const IconVolume = forwardRef((_ref, ref) => {
6214
6214
  });
6215
6215
  IconVolume.displayName = 'IconVolume';
6216
6216
 
6217
- const _excluded$u = ["testId", "size", "color", "style"];
6217
+ const _excluded$v = ["testId", "size", "color", "style"];
6218
6218
  const IconWrench = forwardRef((_ref, ref) => {
6219
6219
  let {
6220
6220
  testId = 'icon-wrench',
@@ -6222,7 +6222,7 @@ const IconWrench = forwardRef((_ref, ref) => {
6222
6222
  color,
6223
6223
  style
6224
6224
  } = _ref,
6225
- props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
6225
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
6226
6226
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6227
6227
  const styleProps = {
6228
6228
  size: !size && isInsideButton ? 'medium' : size,
@@ -6243,20 +6243,20 @@ const IconWrench = forwardRef((_ref, ref) => {
6243
6243
  });
6244
6244
  IconWrench.displayName = 'IconWrench';
6245
6245
 
6246
- var styles$1h = {"pagination-controls":"_S1co-"};
6246
+ var styles$1i = {"pagination-controls":"_S1co-"};
6247
6247
 
6248
- var styles$1g = {"keyboard-key":"_sgd9a","keyboard-key--light":"_8zg4j","keyboard-key__character":"_GAIig"};
6248
+ var styles$1h = {"keyboard-key":"_sgd9a","keyboard-key--light":"_8zg4j","keyboard-key__character":"_GAIig"};
6249
6249
 
6250
6250
  const KeyboardKey = ({
6251
6251
  children,
6252
6252
  theme: _theme = 'dark'
6253
6253
  }) => {
6254
6254
  return React__default.createElement("span", {
6255
- className: classnames(styles$1g['keyboard-key'], {
6256
- [styles$1g['keyboard-key--light']]: _theme === 'light'
6255
+ className: classnames(styles$1h['keyboard-key'], {
6256
+ [styles$1h['keyboard-key--light']]: _theme === 'light'
6257
6257
  })
6258
6258
  }, React__default.createElement("span", {
6259
- className: styles$1g['keyboard-key__character']
6259
+ className: styles$1h['keyboard-key__character']
6260
6260
  }, children));
6261
6261
  };
6262
6262
 
@@ -6361,7 +6361,7 @@ var ActionList$1 = {
6361
6361
  emptyStateTitle: "No action items"
6362
6362
  };
6363
6363
  var PhoneField$1 = {
6364
- malformedPhoneNumber: "Malformed phone number. Please enter a valid phone number."
6364
+ malformedPhoneNumber: "Please enter a valid phone number."
6365
6365
  };
6366
6366
  var en = {
6367
6367
  PaginationControls: PaginationControls$1,
@@ -6401,7 +6401,7 @@ const useTranslation = context => {
6401
6401
  return translate;
6402
6402
  };
6403
6403
 
6404
- const _excluded$t = ["hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "testId", "scrollTarget"];
6404
+ const _excluded$u = ["hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "testId", "scrollTarget"];
6405
6405
  /**
6406
6406
  * `PaginationControls` are two buttons side by side.
6407
6407
  */
@@ -6414,7 +6414,7 @@ const PaginationControls = _ref => {
6414
6414
  testId,
6415
6415
  scrollTarget
6416
6416
  } = _ref,
6417
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$t);
6417
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$u);
6418
6418
  const __ = useTranslation('PaginationControls');
6419
6419
  const {
6420
6420
  dataProps
@@ -6451,7 +6451,7 @@ const PaginationControls = _ref => {
6451
6451
  }
6452
6452
  });
6453
6453
  return React__default.createElement("div", _extends({}, dataProps, {
6454
- className: styles$1h['pagination-controls'],
6454
+ className: styles$1i['pagination-controls'],
6455
6455
  "data-testid": testId
6456
6456
  }), React__default.createElement(Button, {
6457
6457
  disabled: !hasPrevious,
@@ -6481,9 +6481,9 @@ const LINK_TARGET = {
6481
6481
  BLANK: '_blank'
6482
6482
  };
6483
6483
 
6484
- var styles$1f = {"link":"_EiQ4c"};
6484
+ var styles$1g = {"link":"_EiQ4c"};
6485
6485
 
6486
- const _excluded$s = ["href", "target", "theme", "onClick", "children"];
6486
+ const _excluded$t = ["href", "target", "theme", "onClick", "children"];
6487
6487
  const Link = _ref => {
6488
6488
  let {
6489
6489
  href,
@@ -6492,14 +6492,14 @@ const Link = _ref => {
6492
6492
  onClick,
6493
6493
  children
6494
6494
  } = _ref,
6495
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$s);
6495
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$t);
6496
6496
  const {
6497
6497
  dataProps
6498
6498
  } = getDataProps(otherProps);
6499
6499
  return React__default.createElement("a", _extends({}, dataProps, {
6500
- className: classnames(styles$1f['link'], {
6501
- [styles$1f['link--primary']]: theme === LINK_THEME.PRIMARY,
6502
- [styles$1f['link--contrast']]: theme === LINK_THEME.CONTRAST
6500
+ className: classnames(styles$1g['link'], {
6501
+ [styles$1g['link--primary']]: theme === LINK_THEME.PRIMARY,
6502
+ [styles$1g['link--contrast']]: theme === LINK_THEME.CONTRAST
6503
6503
  }),
6504
6504
  href: href,
6505
6505
  target: target,
@@ -6520,7 +6520,7 @@ const DropdownContext = React__default.createContext({
6520
6520
  });
6521
6521
  const useDropdownContext = () => React__default.useContext(DropdownContext);
6522
6522
 
6523
- var styles$1e = {"dropdown-pane":"_sp-pT"};
6523
+ var styles$1f = {"dropdown-pane":"_sp-pT"};
6524
6524
 
6525
6525
  const DROPDOWN_PANE_PADDING = 14;
6526
6526
  const calculateOverlayPosition = (triggerPosition, triggerOffsetHeight, panePosition, alignment) => {
@@ -6656,8 +6656,8 @@ const PaneOverlay = ({
6656
6656
  useKeyPress(['Escape'], onToggleDropdown);
6657
6657
  const overflow = maxHeight ? 'auto' : undefined;
6658
6658
  return React__default.createElement("div", {
6659
- className: classnames(styles$1e['dropdown-pane'], {
6660
- [styles$1e['dropdown-pane--with-padding']]: true
6659
+ className: classnames(styles$1f['dropdown-pane'], {
6660
+ [styles$1f['dropdown-pane--with-padding']]: true
6661
6661
  }),
6662
6662
  style: _extends({}, position, {
6663
6663
  width,
@@ -6687,7 +6687,7 @@ const getKeyboardFocusableElements = element => {
6687
6687
  });
6688
6688
  };
6689
6689
 
6690
- var styles$1d = {"dropdown__trigger":"_AktVc"};
6690
+ var styles$1e = {"dropdown__trigger":"_AktVc"};
6691
6691
 
6692
6692
  const DROPDOWN_ALIGNEMNT = {
6693
6693
  LEFT: 'left',
@@ -6698,7 +6698,7 @@ const DROPDOWN_TRIGGER = {
6698
6698
  CLICK: 'click'
6699
6699
  };
6700
6700
 
6701
- var styles$1c = {"label":"_zv4ua","label--truncate":"_FPyID"};
6701
+ var styles$1d = {"label":"_zv4ua","label--truncate":"_FPyID"};
6702
6702
 
6703
6703
  const isEllipsisActive = e => {
6704
6704
  return e.offsetWidth < e.scrollWidth;
@@ -6747,8 +6747,8 @@ const Label = ({
6747
6747
  const LabelElement = React__default.createElement("label", {
6748
6748
  htmlFor: htmlFor,
6749
6749
  id: labelId,
6750
- className: classnames(styles$1c['label'], {
6751
- [styles$1c['label--truncate']]: shouldTruncate
6750
+ className: classnames(styles$1d['label'], {
6751
+ [styles$1d['label--truncate']]: shouldTruncate
6752
6752
  })
6753
6753
  }, children);
6754
6754
  if (showTooltip) {
@@ -6760,7 +6760,7 @@ const Label = ({
6760
6760
  return LabelElement;
6761
6761
  };
6762
6762
 
6763
- var styles$1b = {"caption":"_Qrxg5"};
6763
+ var styles$1c = {"caption":"_Qrxg5"};
6764
6764
 
6765
6765
  const Caption = ({
6766
6766
  fieldId,
@@ -6768,11 +6768,11 @@ const Caption = ({
6768
6768
  }) => {
6769
6769
  return React__default.createElement("div", {
6770
6770
  id: fieldId && `${fieldId}-describer`,
6771
- className: styles$1b['caption']
6771
+ className: styles$1c['caption']
6772
6772
  }, children);
6773
6773
  };
6774
6774
 
6775
- var styles$1a = {"error-message":"_eS4YO"};
6775
+ var styles$1b = {"error-message":"_eS4YO"};
6776
6776
 
6777
6777
  const ErrorMessage = ({
6778
6778
  fieldId,
@@ -6781,7 +6781,7 @@ const ErrorMessage = ({
6781
6781
  }) => {
6782
6782
  return React__default.createElement("div", {
6783
6783
  id: fieldId && `${fieldId}-error-message`,
6784
- className: styles$1a['error-message'],
6784
+ className: styles$1b['error-message'],
6785
6785
  "data-testid": testId
6786
6786
  }, React__default.createElement(Inline, {
6787
6787
  space: 8,
@@ -6818,9 +6818,9 @@ const ALIGNMENTS = {
6818
6818
  JUSTIFY: 'justify'
6819
6819
  };
6820
6820
 
6821
- var styles$19 = {"text":"_6SgoN","text__body":"_SF95f","text__caption":"_HHohB","text__insight":"_xdhK0","text__span":"_yZbuO","text--bold":"_i2LHD","text--italic":"_NgSTT","text--underline":"_ouqVK","text--dotted-underline":"_zZ55-","text--monospace":"_Vi-V1","text--line-through":"_psV6T","text--align-left":"_tfSIf","text--align-right":"_AK1Nr","text--align-center":"_N-tR4","text--align-justify":"_LkMr0"};
6821
+ var styles$1a = {"text":"_6SgoN","text__body":"_SF95f","text__caption":"_HHohB","text__insight":"_xdhK0","text__span":"_yZbuO","text--bold":"_i2LHD","text--italic":"_NgSTT","text--underline":"_ouqVK","text--dotted-underline":"_zZ55-","text--monospace":"_Vi-V1","text--line-through":"_psV6T","text--align-left":"_tfSIf","text--align-right":"_AK1Nr","text--align-center":"_N-tR4","text--align-justify":"_LkMr0"};
6822
6822
 
6823
- const _excluded$r = ["children", "as", "emphasis", "alignment", "color", "testId", "textWrap"];
6823
+ const _excluded$s = ["children", "as", "emphasis", "alignment", "color", "testId", "textWrap"];
6824
6824
  const TextComponent = (_ref, ref) => {
6825
6825
  let {
6826
6826
  children,
@@ -6831,7 +6831,7 @@ const TextComponent = (_ref, ref) => {
6831
6831
  testId,
6832
6832
  textWrap
6833
6833
  } = _ref,
6834
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$r);
6834
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$s);
6835
6835
  const {
6836
6836
  positionProps,
6837
6837
  otherProps
@@ -6846,21 +6846,21 @@ const TextComponent = (_ref, ref) => {
6846
6846
  color: getColor(color),
6847
6847
  textWrap
6848
6848
  }, positionStyles),
6849
- className: classnames(styles$19['text'], {
6850
- [styles$19['text--bold']]: emphasis == null ? void 0 : emphasis.includes(FONT_EMPHASIS.BOLD),
6851
- [styles$19['text--italic']]: emphasis == null ? void 0 : emphasis.includes(FONT_EMPHASIS.ITALIC),
6852
- [styles$19['text--underline']]: emphasis == null ? void 0 : emphasis.includes(FONT_EMPHASIS.UNDERLINE),
6853
- [styles$19['text--dotted-underline']]: emphasis == null ? void 0 : emphasis.includes(FONT_EMPHASIS.DOTTED_UNDERLINE),
6854
- [styles$19['text--monospace']]: emphasis == null ? void 0 : emphasis.includes(FONT_EMPHASIS.MONOSPACE),
6855
- [styles$19['text--line-through']]: emphasis == null ? void 0 : emphasis.includes(FONT_EMPHASIS.STRIKETHROUGH),
6856
- [styles$19['text--align-left']]: alignment === ALIGNMENTS.LEFT,
6857
- [styles$19['text--align-right']]: alignment === ALIGNMENTS.RIGHT,
6858
- [styles$19['text--align-center']]: alignment === ALIGNMENTS.CENTER,
6859
- [styles$19['text--align-justify']]: alignment === ALIGNMENTS.JUSTIFY,
6860
- [styles$19['text__body']]: as === TEXT_TYPES.BODY,
6861
- [styles$19['text__insight']]: as === TEXT_TYPES.INSIGHT,
6862
- [styles$19['text__caption']]: as === TEXT_TYPES.CAPTION,
6863
- [styles$19['text__span']]: as === TEXT_TYPES.SPAN
6849
+ className: classnames(styles$1a['text'], {
6850
+ [styles$1a['text--bold']]: emphasis == null ? void 0 : emphasis.includes(FONT_EMPHASIS.BOLD),
6851
+ [styles$1a['text--italic']]: emphasis == null ? void 0 : emphasis.includes(FONT_EMPHASIS.ITALIC),
6852
+ [styles$1a['text--underline']]: emphasis == null ? void 0 : emphasis.includes(FONT_EMPHASIS.UNDERLINE),
6853
+ [styles$1a['text--dotted-underline']]: emphasis == null ? void 0 : emphasis.includes(FONT_EMPHASIS.DOTTED_UNDERLINE),
6854
+ [styles$1a['text--monospace']]: emphasis == null ? void 0 : emphasis.includes(FONT_EMPHASIS.MONOSPACE),
6855
+ [styles$1a['text--line-through']]: emphasis == null ? void 0 : emphasis.includes(FONT_EMPHASIS.STRIKETHROUGH),
6856
+ [styles$1a['text--align-left']]: alignment === ALIGNMENTS.LEFT,
6857
+ [styles$1a['text--align-right']]: alignment === ALIGNMENTS.RIGHT,
6858
+ [styles$1a['text--align-center']]: alignment === ALIGNMENTS.CENTER,
6859
+ [styles$1a['text--align-justify']]: alignment === ALIGNMENTS.JUSTIFY,
6860
+ [styles$1a['text__body']]: as === TEXT_TYPES.BODY,
6861
+ [styles$1a['text__insight']]: as === TEXT_TYPES.INSIGHT,
6862
+ [styles$1a['text__caption']]: as === TEXT_TYPES.CAPTION,
6863
+ [styles$1a['text__span']]: as === TEXT_TYPES.SPAN
6864
6864
  }),
6865
6865
  'data-testid': testId
6866
6866
  }, dataProps, other, {
@@ -6877,7 +6877,7 @@ const Bold = ({
6877
6877
  children
6878
6878
  }) => {
6879
6879
  return React__default.createElement("span", {
6880
- className: classnames(styles$19['text--bold'], styles$19['text'])
6880
+ className: classnames(styles$1a['text--bold'], styles$1a['text'])
6881
6881
  }, children);
6882
6882
  };
6883
6883
 
@@ -6885,7 +6885,7 @@ const Underline = ({
6885
6885
  children
6886
6886
  }) => {
6887
6887
  return React__default.createElement("span", {
6888
- className: classnames(styles$19['text--underline'], styles$19['text'])
6888
+ className: classnames(styles$1a['text--underline'], styles$1a['text'])
6889
6889
  }, children);
6890
6890
  };
6891
6891
 
@@ -6893,11 +6893,11 @@ const Italic = ({
6893
6893
  children
6894
6894
  }) => {
6895
6895
  return React__default.createElement("span", {
6896
- className: classnames(styles$19['text--italic'], styles$19['text'])
6896
+ className: classnames(styles$1a['text--italic'], styles$1a['text'])
6897
6897
  }, children);
6898
6898
  };
6899
6899
 
6900
- const _excluded$q = ["id", "label", "caption", "characterCount", "error", "children"];
6900
+ const _excluded$r = ["id", "label", "caption", "characterCount", "error", "children"];
6901
6901
  const Field = _ref => {
6902
6902
  let {
6903
6903
  id,
@@ -6907,7 +6907,7 @@ const Field = _ref => {
6907
6907
  error,
6908
6908
  children
6909
6909
  } = _ref,
6910
- dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$q);
6910
+ dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$r);
6911
6911
  const shouldRenderLabel = label || typeof label === 'string';
6912
6912
  const CharacterConter = () => React__default.createElement(Inline, {
6913
6913
  justifyContent: "space-between",
@@ -7030,9 +7030,9 @@ const useFieldControllers = ({
7030
7030
  return controllers;
7031
7031
  };
7032
7032
 
7033
- var styles$18 = {"text-field":"_G6LsE","text-field--invalid":"_2ZYtt","text-field--prefixed":"_rWp7H","text-field--suffixed":"_Xq8xX"};
7033
+ var styles$19 = {"text-field":"_G6LsE","text-field--invalid":"_2ZYtt","text-field--prefixed":"_rWp7H","text-field--suffixed":"_Xq8xX"};
7034
7034
 
7035
- const _excluded$p = ["autoComplete", "autoFocus", "defaultValue", "disabled", "error", "id", "maxLength", "name", "caption", "label", "onBlur", "onChange", "onFocus", "onKeyDown", "placeholder", "value", "ref", "testId"];
7035
+ const _excluded$q = ["autoComplete", "autoFocus", "defaultValue", "disabled", "error", "id", "maxLength", "name", "caption", "label", "onBlur", "onChange", "onFocus", "onKeyDown", "placeholder", "value", "ref", "testId"];
7036
7036
  const useTextField = _ref => {
7037
7037
  let {
7038
7038
  autoComplete,
@@ -7054,7 +7054,7 @@ const useTextField = _ref => {
7054
7054
  ref,
7055
7055
  testId
7056
7056
  } = _ref,
7057
- dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$p);
7057
+ dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$q);
7058
7058
  const controllers = useFieldControllers({
7059
7059
  error,
7060
7060
  id,
@@ -7071,8 +7071,8 @@ const useTextField = _ref => {
7071
7071
  'aria-invalid': hasError,
7072
7072
  autoComplete,
7073
7073
  autoFocus,
7074
- className: classnames(styles$18['text-field'], {
7075
- [styles$18['text-field--invalid']]: hasError
7074
+ className: classnames(styles$19['text-field'], {
7075
+ [styles$19['text-field--invalid']]: hasError
7076
7076
  }),
7077
7077
  'data-testid': testId,
7078
7078
  disabled,
@@ -7103,7 +7103,7 @@ const useTextField = _ref => {
7103
7103
  };
7104
7104
  };
7105
7105
 
7106
- var styles$17 = {"affix-container":"_F8QOB","affix-container--prefixed":"_vU4SU","affix-container--suffixed":"_4rDXi","prefix":"_yPPIy","suffix":"_Y3yFd"};
7106
+ var styles$18 = {"affix-container":"_F8QOB","affix-container--prefixed":"_vU4SU","affix-container--suffixed":"_4rDXi","prefix":"_yPPIy","suffix":"_Y3yFd"};
7107
7107
 
7108
7108
  const AffixContainer = ({
7109
7109
  prefix,
@@ -7138,19 +7138,19 @@ const AffixContainer = ({
7138
7138
  if (!hasPrefix && !hasSuffix) {
7139
7139
  return children;
7140
7140
  }
7141
- const classes = classnames(styles$17['affix-container'], {
7142
- [styles$17['affix-container--prefixed']]: hasPrefix,
7143
- [styles$17['affix-container--suffixed']]: hasSuffix
7141
+ const classes = classnames(styles$18['affix-container'], {
7142
+ [styles$18['affix-container--prefixed']]: hasPrefix,
7143
+ [styles$18['affix-container--suffixed']]: hasSuffix
7144
7144
  });
7145
7145
  return React__default.createElement("div", {
7146
7146
  className: classes,
7147
7147
  ref: container,
7148
7148
  "data-testid": testId
7149
7149
  }, hasPrefix && React__default.createElement("div", {
7150
- className: styles$17['prefix'],
7150
+ className: styles$18['prefix'],
7151
7151
  ref: prefixElement
7152
7152
  }, prefix), children, hasSuffix && React__default.createElement("div", {
7153
- className: styles$17['suffix'],
7153
+ className: styles$18['suffix'],
7154
7154
  ref: suffixElement
7155
7155
  }, suffix));
7156
7156
  };
@@ -7198,7 +7198,7 @@ const TimeFieldInput = ({
7198
7198
  })));
7199
7199
  };
7200
7200
 
7201
- const _excluded$o = ["placeholder", "autoComplete", "selectedTimeOption", "prefix", "startTime", "duration", "timeFormat"];
7201
+ const _excluded$p = ["placeholder", "autoComplete", "selectedTimeOption", "prefix", "startTime", "duration", "timeFormat"];
7202
7202
  const TimeFieldDropdownElement = (_ref, ref) => {
7203
7203
  let {
7204
7204
  placeholder,
@@ -7208,7 +7208,7 @@ const TimeFieldDropdownElement = (_ref, ref) => {
7208
7208
  duration,
7209
7209
  timeFormat
7210
7210
  } = _ref,
7211
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$o);
7211
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$p);
7212
7212
  const defaultPlaceholder = timeFormat === TIME_FORMAT.FORMAT_AMPM ? '9:00 AM' : '09:00';
7213
7213
  const {
7214
7214
  inputProps,
@@ -7357,7 +7357,7 @@ const Dropdown = ({
7357
7357
  paneRef
7358
7358
  }
7359
7359
  }, triggerIsKnownButton ? React__default.cloneElement(trigger, _extends({}, trigger.props, triggerProps)) : React__default.createElement("button", _extends({}, triggerProps, {
7360
- className: styles$1d['dropdown__trigger'],
7360
+ className: styles$1e['dropdown__trigger'],
7361
7361
  ref: updatedRef,
7362
7362
  onFocus: handleFocus
7363
7363
  }), trigger), React__default.createElement(DropdownPane, {
@@ -7371,7 +7371,7 @@ const Dropdown = ({
7371
7371
  }, children));
7372
7372
  };
7373
7373
 
7374
- var styles$16 = {"dropdown-list":"_91hvH","dropdown-list__item--hover":"_aMs9c"};
7374
+ var styles$17 = {"dropdown-list":"_91hvH","dropdown-list__item--hover":"_aMs9c"};
7375
7375
 
7376
7376
  const findNextActiveIndex = (items, startAt) => {
7377
7377
  let startIndex = 0;
@@ -7471,18 +7471,18 @@ const checkIsComponent = (element, config) => {
7471
7471
  return isComponent;
7472
7472
  };
7473
7473
 
7474
- var styles$15 = {"dropdown-list-divider":"_ISJ4M"};
7474
+ var styles$16 = {"dropdown-list-divider":"_ISJ4M"};
7475
7475
 
7476
7476
  const DropdownListDivider = ({
7477
7477
  testId
7478
7478
  }) => {
7479
7479
  return React__default.createElement("div", {
7480
- className: styles$15['dropdown-list-divider'],
7480
+ className: styles$16['dropdown-list-divider'],
7481
7481
  "data-testid": testId
7482
7482
  });
7483
7483
  };
7484
7484
 
7485
- var styles$14 = {"dropdown-list-item":"_W12mF","dropdown-list-item--selected":"_Zu9cD","dropdown-list-item__content":"_xS6fS","dropdown-list-item__caption":"_7EI7m","dropdown-list-item--disabled":"_0OB5b","dropdown-list-item__prefix":"_dpo67","dropdown-list-item__suffix":"_ObP6B","dropdown-list-item__container":"_IBrNj","dropdown-list-item__link":"_vC0uY"};
7485
+ var styles$15 = {"dropdown-list-item":"_W12mF","dropdown-list-item--selected":"_Zu9cD","dropdown-list-item__content":"_xS6fS","dropdown-list-item__caption":"_7EI7m","dropdown-list-item--disabled":"_0OB5b","dropdown-list-item__prefix":"_dpo67","dropdown-list-item__suffix":"_ObP6B","dropdown-list-item__container":"_IBrNj","dropdown-list-item__link":"_vC0uY"};
7486
7486
 
7487
7487
  const DropdownListItem = ({
7488
7488
  onClick,
@@ -7509,28 +7509,28 @@ const DropdownListItem = ({
7509
7509
  onClick && onClick(e);
7510
7510
  };
7511
7511
  const childrenContainer = React__default.createElement("div", {
7512
- className: styles$14['dropdown-list-item__container']
7512
+ className: styles$15['dropdown-list-item__container']
7513
7513
  }, prefix && React__default.createElement("div", {
7514
- className: styles$14['dropdown-list-item__prefix']
7514
+ className: styles$15['dropdown-list-item__prefix']
7515
7515
  }, prefix), React__default.createElement("div", {
7516
- className: styles$14['dropdown-list-item__content']
7516
+ className: styles$15['dropdown-list-item__content']
7517
7517
  }, React__default.createElement(Stack, {
7518
7518
  space: 4,
7519
7519
  flex: [1]
7520
7520
  }, children, caption && React__default.createElement("div", {
7521
- className: styles$14['dropdown-list-item__caption']
7521
+ className: styles$15['dropdown-list-item__caption']
7522
7522
  }, caption))), suffix && React__default.createElement("div", {
7523
- className: styles$14['dropdown-list-item__suffix']
7523
+ className: styles$15['dropdown-list-item__suffix']
7524
7524
  }, suffix));
7525
7525
  const linkItem = href && (_reloadDocument ? React__default.createElement("a", {
7526
7526
  href: href,
7527
- className: styles$14['dropdown-list-item__link'],
7527
+ className: styles$15['dropdown-list-item__link'],
7528
7528
  target: _target,
7529
7529
  tabIndex: -1
7530
7530
  }, childrenContainer) : React__default.createElement(Link$1, {
7531
7531
  to: href,
7532
7532
  target: _target,
7533
- className: styles$14['dropdown-list-item__link'],
7533
+ className: styles$15['dropdown-list-item__link'],
7534
7534
  reloadDocument: false,
7535
7535
  tabIndex: -1,
7536
7536
  "data-testid": testId
@@ -7538,9 +7538,9 @@ const DropdownListItem = ({
7538
7538
  return (
7539
7539
  // eslint-disable-next-line jsx-a11y/no-static-element-interactions
7540
7540
  React__default.createElement("div", {
7541
- className: classnames(styles$14['dropdown-list-item'], {
7542
- [styles$14['dropdown-list-item--selected']]: selected,
7543
- [styles$14['dropdown-list-item--disabled']]: disabled
7541
+ className: classnames(styles$15['dropdown-list-item'], {
7542
+ [styles$15['dropdown-list-item--selected']]: selected,
7543
+ [styles$15['dropdown-list-item--disabled']]: disabled
7544
7544
  }),
7545
7545
  onMouseDown: e => e.preventDefault(),
7546
7546
  onClick: handleClick,
@@ -7618,14 +7618,14 @@ const DropdownList = ({
7618
7618
  }
7619
7619
  }, [highlightItemIndex]);
7620
7620
  return React__default.createElement("ul", {
7621
- className: styles$16['dropdown-list'],
7621
+ className: styles$17['dropdown-list'],
7622
7622
  "data-testid": testId,
7623
7623
  ref: listRef
7624
7624
  }, React__default.Children.toArray(children).filter(Boolean).map((child, index) => {
7625
7625
  return React__default.createElement("li", {
7626
7626
  key: index,
7627
- className: classnames(styles$16['dropdown-list__item'], {
7628
- [styles$16['dropdown-list__item--hover']]: focusedItem === index
7627
+ className: classnames(styles$17['dropdown-list__item'], {
7628
+ [styles$17['dropdown-list__item--hover']]: focusedItem === index
7629
7629
  }),
7630
7630
  onMouseEnter: () => setFocusOnItem(index),
7631
7631
  role: "menuitem"
@@ -7649,7 +7649,7 @@ const KebabMenu = ({
7649
7649
  }, action.label))));
7650
7650
  };
7651
7651
 
7652
- var styles$13 = {"card":"_TXXpM","card__body":"_C3waP","card__body--interactive":"_uc-GV","card--focus":"_ft0I1","card__body--focus":"_wx2MU","card__body--disabled":"_TQDZH","card__body--with-kebab":"_kkYit","card__kebab":"_xrEdS","card__kebab--disabled":"_0WiOn","card__close":"_yODES","card__close--disabled":"_Vqf6o"};
7652
+ var styles$14 = {"card":"_TXXpM","card__body":"_C3waP","card__body--interactive":"_uc-GV","card--focus":"_ft0I1","card__body--focus":"_wx2MU","card__body--disabled":"_TQDZH","card__body--with-kebab":"_kkYit","card__kebab":"_xrEdS","card__kebab--disabled":"_0WiOn","card__close":"_yODES","card__close--disabled":"_Vqf6o"};
7653
7653
 
7654
7654
  const CardContext = createContext({
7655
7655
  isCardMounted: false
@@ -7659,7 +7659,7 @@ const useCardContext = () => {
7659
7659
  return context || {};
7660
7660
  };
7661
7661
 
7662
- const _excluded$n = ["children", "onClick", "onClose", "isSelected", "disabled", "actions", "testId"];
7662
+ const _excluded$o = ["children", "onClick", "onClose", "isSelected", "disabled", "actions", "testId"];
7663
7663
  const Card = _ref => {
7664
7664
  let {
7665
7665
  children,
@@ -7670,7 +7670,7 @@ const Card = _ref => {
7670
7670
  actions,
7671
7671
  testId
7672
7672
  } = _ref,
7673
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$n);
7673
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$o);
7674
7674
  const translate = useTranslation('Card');
7675
7675
  const {
7676
7676
  positionProps,
@@ -7685,28 +7685,28 @@ const Card = _ref => {
7685
7685
  isCardMounted: true
7686
7686
  }
7687
7687
  }, React__default.createElement("div", _extends({
7688
- className: classnames(styles$13['card']),
7688
+ className: classnames(styles$14['card']),
7689
7689
  style: positionStyles
7690
7690
  }, dataProps), onClick ? React__default.createElement("button", {
7691
- className: classnames(styles$13['card__body'], styles$13['card__body--interactive'], {
7692
- [styles$13['card__body--disabled']]: disabled,
7693
- [styles$13['card__body--focus']]: isSelected,
7694
- [styles$13['card__body--with-kebab']]: actions
7691
+ className: classnames(styles$14['card__body'], styles$14['card__body--interactive'], {
7692
+ [styles$14['card__body--disabled']]: disabled,
7693
+ [styles$14['card__body--focus']]: isSelected,
7694
+ [styles$14['card__body--with-kebab']]: actions
7695
7695
  }),
7696
7696
  "data-testid": testId,
7697
7697
  tabIndex: 0,
7698
7698
  onClick: onClick,
7699
7699
  disabled: disabled
7700
7700
  }, children) : React__default.createElement("div", {
7701
- className: classnames(styles$13['card__body'], {
7702
- [styles$13['card__body--disabled']]: disabled,
7703
- [styles$13['card__body--focus']]: isSelected,
7704
- [styles$13['card__body--with-kebab']]: actions
7701
+ className: classnames(styles$14['card__body'], {
7702
+ [styles$14['card__body--disabled']]: disabled,
7703
+ [styles$14['card__body--focus']]: isSelected,
7704
+ [styles$14['card__body--with-kebab']]: actions
7705
7705
  }),
7706
7706
  "data-testid": testId
7707
7707
  }, children), actions && React__default.createElement("div", {
7708
- className: classnames(styles$13['card__kebab'], {
7709
- [styles$13['card__kebab--disabled']]: disabled
7708
+ className: classnames(styles$14['card__kebab'], {
7709
+ [styles$14['card__kebab--disabled']]: disabled
7710
7710
  })
7711
7711
  }, React__default.createElement(KebabMenu, {
7712
7712
  actions: onClose ? actions.concat({
@@ -7715,8 +7715,8 @@ const Card = _ref => {
7715
7715
  onAction: onClose
7716
7716
  }) : actions
7717
7717
  })), !actions && onClose && React__default.createElement("div", {
7718
- className: classnames(styles$13['card__close'], {
7719
- [styles$13['card__close--disabled']]: disabled
7718
+ className: classnames(styles$14['card__close'], {
7719
+ [styles$14['card__close--disabled']]: disabled
7720
7720
  })
7721
7721
  }, React__default.createElement(Button, {
7722
7722
  theme: "link-icon",
@@ -7724,7 +7724,7 @@ const Card = _ref => {
7724
7724
  }, React__default.createElement(IconTimes, null)))));
7725
7725
  };
7726
7726
 
7727
- var styles$12 = {"callout-card__close":"_VxmQm","callout-card__header":"_3RrQI"};
7727
+ var styles$13 = {"callout-card__close":"_VxmQm","callout-card__header":"_3RrQI"};
7728
7728
 
7729
7729
  /**
7730
7730
  * @deprecated Use `<EmptyState as='card' />` instead
@@ -7745,7 +7745,7 @@ const CalloutCard = ({
7745
7745
  }, React__default.createElement(Stack, {
7746
7746
  space: 12
7747
7747
  }, React__default.createElement("div", {
7748
- className: styles$12['callout-card__header']
7748
+ className: styles$13['callout-card__header']
7749
7749
  }, React__default.createElement(Text, {
7750
7750
  as: "body",
7751
7751
  color: "primary-color"
@@ -7760,7 +7760,7 @@ const CalloutCard = ({
7760
7760
  alt: String(title) + String(header),
7761
7761
  width: "354px"
7762
7762
  })), onClose && React__default.createElement("div", {
7763
- className: styles$12['callout-card__close']
7763
+ className: styles$13['callout-card__close']
7764
7764
  }, React__default.createElement(Button, {
7765
7765
  theme: "link-icon",
7766
7766
  onClick: onClose
@@ -7776,7 +7776,7 @@ const Breadcrumbs = ({
7776
7776
  }, children);
7777
7777
  };
7778
7778
 
7779
- var styles$11 = {"breadcrumb-item":"_fo7-A"};
7779
+ var styles$12 = {"breadcrumb-item":"_fo7-A"};
7780
7780
 
7781
7781
  const BreadcrumbItem = ({
7782
7782
  href,
@@ -7790,25 +7790,25 @@ const BreadcrumbItem = ({
7790
7790
  // This is neessary to support older versions of react-router-dom
7791
7791
  return _reloadDocument ? React__default.createElement("a", {
7792
7792
  href: href,
7793
- className: styles$11['breadcrumb-item'],
7793
+ className: styles$12['breadcrumb-item'],
7794
7794
  "data-testid": testId
7795
7795
  }, content) : React__default.createElement(Link$1, {
7796
7796
  to: href,
7797
- className: styles$11['breadcrumb-item'],
7797
+ className: styles$12['breadcrumb-item'],
7798
7798
  relative: "path",
7799
7799
  reloadDocument: _reloadDocument,
7800
7800
  "data-testid": testId
7801
7801
  }, content);
7802
7802
  };
7803
7803
 
7804
- var styles$10 = {"page-breadcrumbs":"_QjIgc"};
7804
+ var styles$11 = {"page-breadcrumbs":"_QjIgc"};
7805
7805
 
7806
7806
  const PageBreadcrumbs = ({
7807
7807
  breadcrumbs
7808
7808
  }) => {
7809
7809
  const items = getBreadbrumbItems(breadcrumbs);
7810
7810
  return React__default.createElement("div", {
7811
- className: styles$10['page-breadcrumbs']
7811
+ className: styles$11['page-breadcrumbs']
7812
7812
  }, React__default.createElement(Breadcrumbs, null, items));
7813
7813
  };
7814
7814
  const getBreadbrumbItems = breadcrumbs => {
@@ -7828,7 +7828,7 @@ const getBreadbrumbItems = breadcrumbs => {
7828
7828
  }, breadcrumbs.label);
7829
7829
  };
7830
7830
 
7831
- var styles$$ = {"page":"_QB6yF","page--fullwidth":"_g7MTf","page--restricted":"_LRq4j"};
7831
+ var styles$10 = {"page":"_QB6yF","page--fullwidth":"_g7MTf","page--restricted":"_LRq4j"};
7832
7832
 
7833
7833
  const PAGE_SIZES = {
7834
7834
  FULL_WIDTH: 'fullwidth',
@@ -7849,9 +7849,9 @@ const Page = ({
7849
7849
  const hasHeader = title || actions;
7850
7850
  const hasPageBlocks = hasHeader || banner || filterBar;
7851
7851
  return React__default.createElement("div", {
7852
- className: classnames(styles$$['page'], {
7853
- [styles$$['page--restricted']]: _size === PAGE_SIZES.RESTRICTED,
7854
- [styles$$['page--fullwidth']]: _size === PAGE_SIZES.FULL_WIDTH
7852
+ className: classnames(styles$10['page'], {
7853
+ [styles$10['page--restricted']]: _size === PAGE_SIZES.RESTRICTED,
7854
+ [styles$10['page--fullwidth']]: _size === PAGE_SIZES.FULL_WIDTH
7855
7855
  }),
7856
7856
  "data-testid": testId
7857
7857
  }, React__default.createElement(Stack, {
@@ -7872,15 +7872,15 @@ const Page = ({
7872
7872
  }, title), actions), subtitle && React__default.createElement(Text, null, subtitle)), banner, filterBar)), children));
7873
7873
  };
7874
7874
 
7875
- var styles$_ = {"page-layout":"_Scw7-","page-layout__nav-container":"_v--DF","page-layout__nav-list":"_dJeZe","page-layout__content":"_hHi70","page-layout__side-nav-content":"_vTMjp"};
7875
+ var styles$$ = {"page-layout":"_Scw7-","page-layout__nav-container":"_v--DF","page-layout__nav-list":"_dJeZe","page-layout__content":"_hHi70","page-layout__side-nav-content":"_vTMjp"};
7876
7876
 
7877
- var styles$Z = {"menu-item":"_SebbU","menu-item--active":"_CDEVl","menu-item--with-badge":"_VudDE","menu-item__badge":"_vErBS"};
7877
+ var styles$_ = {"menu-item":"_SebbU","menu-item--active":"_CDEVl","menu-item--with-badge":"_VudDE","menu-item__badge":"_vErBS"};
7878
7878
 
7879
- var styles$Y = {"badge":"_RXV4h","badge--warning":"_2An1I","badge--danger":"_-Bw8L","badge--success":"_RxlMz","badge--info":"_dzCH-","badge--numeric":"_Ix9tP"};
7879
+ var styles$Z = {"badge":"_RXV4h","badge--warning":"_2An1I","badge--danger":"_-Bw8L","badge--success":"_RxlMz","badge--info":"_dzCH-","badge--numeric":"_Ix9tP"};
7880
7880
 
7881
- var styles$X = {"overlay":"_0yTe8","overlay--after-open":"_yJBtA","overlay--before-close":"_iWogn","content":"_ntozd","content--after-open":"_EQjDq","content--before-close":"_ZTY3B"};
7881
+ var styles$Y = {"overlay":"_0yTe8","overlay--after-open":"_yJBtA","overlay--before-close":"_iWogn","content":"_ntozd","content--after-open":"_EQjDq","content--before-close":"_ZTY3B"};
7882
7882
 
7883
- var styles$W = {"header":"_tgpG9","header__close-button":"_b1dgU","sub-header":"_c2nm4"};
7883
+ var styles$X = {"header":"_tgpG9","header__close-button":"_b1dgU","sub-header":"_c2nm4"};
7884
7884
 
7885
7885
  const ModalHeader = ({
7886
7886
  header,
@@ -7890,7 +7890,7 @@ const ModalHeader = ({
7890
7890
  }) => {
7891
7891
  if (!header && !subHeader) {
7892
7892
  return onClose ? React__default.createElement("div", {
7893
- className: styles$W['header__close-button']
7893
+ className: styles$X['header__close-button']
7894
7894
  }, React__default.createElement(Button, {
7895
7895
  theme: "link-icon",
7896
7896
  onClick: onClose,
@@ -7906,13 +7906,13 @@ const ModalHeader = ({
7906
7906
  flex: [1],
7907
7907
  alignItems: "center"
7908
7908
  }, React__default.createElement("span", {
7909
- className: styles$W['header']
7909
+ className: styles$X['header']
7910
7910
  }, header), onClose && React__default.createElement(Button, {
7911
7911
  theme: "link-icon",
7912
7912
  onClick: onClose,
7913
7913
  disabled: loading
7914
7914
  }, React__default.createElement(IconTimes, null))), subHeader && React__default.createElement("div", {
7915
- className: styles$W['sub-header']
7915
+ className: styles$X['sub-header']
7916
7916
  }, subHeader));
7917
7917
  };
7918
7918
 
@@ -7924,7 +7924,7 @@ const useModalContext = () => {
7924
7924
  return context || {};
7925
7925
  };
7926
7926
 
7927
- const _excluded$m = ["children", "header", "subHeader", "onClose", "loading", "zIndex", "rootElementId", "width", "height", "maxWidth", "shouldReturnFocusAfterClose", "testId"];
7927
+ const _excluded$n = ["children", "header", "subHeader", "onClose", "loading", "zIndex", "rootElementId", "width", "height", "maxWidth", "shouldReturnFocusAfterClose", "testId"];
7928
7928
  const Modal = _ref => {
7929
7929
  let {
7930
7930
  children,
@@ -7941,7 +7941,7 @@ const Modal = _ref => {
7941
7941
  shouldReturnFocusAfterClose = true,
7942
7942
  testId
7943
7943
  } = _ref,
7944
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$m);
7944
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$n);
7945
7945
  const style = {
7946
7946
  content: {
7947
7947
  width,
@@ -7970,14 +7970,14 @@ const Modal = _ref => {
7970
7970
  contentLabel: "Modal",
7971
7971
  appElement: rootElementId && document.getElementById(rootElementId) || undefined,
7972
7972
  overlayClassName: {
7973
- base: styles$X['overlay'],
7974
- afterOpen: styles$X['overlay--after-open'],
7975
- beforeClose: styles$X['overlay--before-close']
7973
+ base: styles$Y['overlay'],
7974
+ afterOpen: styles$Y['overlay--after-open'],
7975
+ beforeClose: styles$Y['overlay--before-close']
7976
7976
  },
7977
7977
  className: {
7978
- base: styles$X['content'],
7979
- afterOpen: styles$X['content--after-open'],
7980
- beforeClose: styles$X['content--before-close']
7978
+ base: styles$Y['content'],
7979
+ afterOpen: styles$Y['content--after-open'],
7980
+ beforeClose: styles$Y['content--before-close']
7981
7981
  },
7982
7982
  data: dataProps
7983
7983
  }, React__default.createElement(ModalHeader, {
@@ -8019,7 +8019,7 @@ const useScrollShadow = () => {
8019
8019
  };
8020
8020
  };
8021
8021
 
8022
- var styles$V = {"modal-body":"_4YK4k","modal-body--with-scroll-shadow":"_wo1vv","modal-body__inner-div":"_9u6xC"};
8022
+ var styles$W = {"modal-body":"_4YK4k","modal-body--with-scroll-shadow":"_wo1vv","modal-body__inner-div":"_9u6xC"};
8023
8023
 
8024
8024
  const ModalBody = ({
8025
8025
  children,
@@ -8030,17 +8030,17 @@ const ModalBody = ({
8030
8030
  showScrollShadow
8031
8031
  } = useScrollShadow();
8032
8032
  return React__default.createElement("div", {
8033
- className: classnames(styles$V['modal-body'], {
8034
- [styles$V['modal-body--with-scroll-shadow']]: showScrollShadow
8033
+ className: classnames(styles$W['modal-body'], {
8034
+ [styles$W['modal-body--with-scroll-shadow']]: showScrollShadow
8035
8035
  }),
8036
8036
  ref: ref,
8037
8037
  "data-testid": testId
8038
8038
  }, React__default.createElement("div", {
8039
- className: styles$V['modal-body__inner-div']
8039
+ className: styles$W['modal-body__inner-div']
8040
8040
  }, children));
8041
8041
  };
8042
8042
 
8043
- var styles$U = {"modal-footer":"_bezlP","tertiary-container":"_EdqHx"};
8043
+ var styles$V = {"modal-footer":"_bezlP","tertiary-container":"_EdqHx"};
8044
8044
 
8045
8045
  const updateButtonProps$1 = (button, newProps) => {
8046
8046
  if (!button) {
@@ -8077,7 +8077,7 @@ const ModalFooter = ({
8077
8077
  justifyContent: "space-between"
8078
8078
  }, React__default.createElement("div", {
8079
8079
  className: classnames({
8080
- [styles$U['tertiary-container']]: tertiaryButton && tertiaryButton.props.theme.startsWith('link')
8080
+ [styles$V['tertiary-container']]: tertiaryButton && tertiaryButton.props.theme.startsWith('link')
8081
8081
  })
8082
8082
  }, tertiaryButton || React__default.createElement("div", null)), React__default.createElement(Inline, {
8083
8083
  space: 12
@@ -8095,7 +8095,7 @@ const FooterContainer = ({
8095
8095
  displayName: 'Inline'
8096
8096
  });
8097
8097
  return React__default.createElement("div", {
8098
- className: styles$U['modal-footer'],
8098
+ className: styles$V['modal-footer'],
8099
8099
  "data-testid": testId
8100
8100
  }, React__default.createElement(Inline, {
8101
8101
  justifyContent: "end",
@@ -8108,7 +8108,7 @@ var dayOverridesStyles = {"root":"_et9Fs","table":"_l7Mis","caption":"_XGu8K","h
8108
8108
 
8109
8109
  var weekOverridesStyles = {"root":"_QLSA6","table":"_96jgF","caption":"_4ySMr","head_cell":"_2AoB4","day_today":"_Snv-V","day_outside":"_Zf-6C","nav_button":"_iOY4h","day_range_middle":"_e0lOH","day_range_start":"_4N7l-","day_range_end":"_fMjHG","row":"_GqE-5"};
8110
8110
 
8111
- var styles$T = {"calendar":"_YPyZ6","calendar__overlay":"_-cw0A"};
8111
+ var styles$U = {"calendar":"_YPyZ6","calendar__overlay":"_-cw0A"};
8112
8112
 
8113
8113
  function parseDate(str, format, locale) {
8114
8114
  const parsed = dateFnsParse(str, format, new Date(), {
@@ -8343,9 +8343,9 @@ const Calendar = ({
8343
8343
  }
8344
8344
  };
8345
8345
  return React__default.createElement(Portal, null, React__default.createElement("div", {
8346
- className: styles$T['calendar']
8346
+ className: styles$U['calendar']
8347
8347
  }, React__default.createElement("div", {
8348
- className: styles$T['calendar__overlay'],
8348
+ className: styles$U['calendar__overlay'],
8349
8349
  ref: ref => setCalendarRef(ref),
8350
8350
  style: _extends({}, calendarPosition, {
8351
8351
  zIndex: isInsideDropdown ? getZIndex('dropdown-level-2') : getZIndex('dropdown')
@@ -8403,9 +8403,9 @@ const useCheckBoxFieldControllers = ({
8403
8403
  return controllers;
8404
8404
  };
8405
8405
 
8406
- var styles$S = {"check-box-field":"_Id4qm","check-box-field__caption":"_s9d-m","check-box-field__custom-input":"_kmvBP"};
8406
+ var styles$T = {"check-box-field":"_Id4qm","check-box-field__caption":"_s9d-m","check-box-field__custom-input":"_kmvBP"};
8407
8407
 
8408
- const _excluded$l = ["name", "id", "checked", "onChange", "onBlur", "label", "caption", "error", "disabled", "testId"];
8408
+ const _excluded$m = ["name", "id", "checked", "onChange", "onBlur", "label", "caption", "error", "disabled", "testId"];
8409
8409
  /** CheckboxField form element. */
8410
8410
  const CheckboxField = _ref => {
8411
8411
  let {
@@ -8420,7 +8420,7 @@ const CheckboxField = _ref => {
8420
8420
  disabled,
8421
8421
  testId
8422
8422
  } = _ref,
8423
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$l);
8423
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$m);
8424
8424
  const controllers = useCheckBoxFieldControllers({
8425
8425
  name,
8426
8426
  id: inputId,
@@ -8438,7 +8438,7 @@ const CheckboxField = _ref => {
8438
8438
  flexItems: true,
8439
8439
  flex: ['0 0 auto']
8440
8440
  }, otherProps), React__default.createElement("div", {
8441
- className: styles$S['check-box-field']
8441
+ className: styles$T['check-box-field']
8442
8442
  }, React__default.createElement("input", {
8443
8443
  name: name,
8444
8444
  id: controllers.id,
@@ -8451,12 +8451,12 @@ const CheckboxField = _ref => {
8451
8451
  onChange: controllers.onChange,
8452
8452
  onBlur: controllers.onBlur
8453
8453
  }), React__default.createElement("span", {
8454
- className: styles$S['check-box-field__custom-input']
8454
+ className: styles$T['check-box-field__custom-input']
8455
8455
  })), label && React__default.createElement(Label, {
8456
8456
  htmlFor: controllers.id,
8457
8457
  truncate: false
8458
8458
  }, label)), caption && React__default.createElement("div", {
8459
- className: styles$S['check-box-field__caption']
8459
+ className: styles$T['check-box-field__caption']
8460
8460
  }, React__default.createElement(Caption, {
8461
8461
  fieldId: controllers.id
8462
8462
  }, caption)), controllers.error && React__default.createElement(ErrorMessage, {
@@ -8494,9 +8494,9 @@ const useLocalStorage = (key, initialValue) => {
8494
8494
  return [storedValue, setValue];
8495
8495
  };
8496
8496
 
8497
- var styles$R = {"hint-modal":"_NwD6V","hint-modal--after-open":"_4ofZb","hint-modal--before-close":"_hGoMD","hint-modal__overlay":"_iK5zl","hint-modal__image":"_V9hLa","hint-modal__body":"_oOqUg","hint-modal__close-button":"_5zcBK"};
8497
+ var styles$S = {"hint-modal":"_NwD6V","hint-modal--after-open":"_4ofZb","hint-modal--before-close":"_hGoMD","hint-modal__overlay":"_iK5zl","hint-modal__image":"_V9hLa","hint-modal__body":"_oOqUg","hint-modal__close-button":"_5zcBK"};
8498
8498
 
8499
- const _excluded$k = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "secondaryButton", "testId", "onSetDoNotShowAgainStatus"];
8499
+ const _excluded$l = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "secondaryButton", "testId", "onSetDoNotShowAgainStatus"];
8500
8500
  const HintModal = _ref => {
8501
8501
  let {
8502
8502
  header,
@@ -8509,7 +8509,7 @@ const HintModal = _ref => {
8509
8509
  testId,
8510
8510
  onSetDoNotShowAgainStatus
8511
8511
  } = _ref,
8512
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$k);
8512
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$l);
8513
8513
  const __ = useTranslation('HintModal');
8514
8514
  const [doNotShowAgain, setDoNotShowAgain] = useState(false);
8515
8515
  const [persistedDoNotShow, setPersistedDoNotShow] = useLocalStorage(modalId, false);
@@ -8557,22 +8557,22 @@ const HintModal = _ref => {
8557
8557
  closeTimeoutMS: 200,
8558
8558
  contentLabel: "Modal",
8559
8559
  className: {
8560
- base: styles$R['hint-modal'],
8561
- afterOpen: styles$R['hint-modal--after-open'],
8562
- beforeClose: styles$R['hint-modal--before-close']
8560
+ base: styles$S['hint-modal'],
8561
+ afterOpen: styles$S['hint-modal--after-open'],
8562
+ beforeClose: styles$S['hint-modal--before-close']
8563
8563
  },
8564
- overlayClassName: styles$R['hint-modal__overlay']
8564
+ overlayClassName: styles$S['hint-modal__overlay']
8565
8565
  }, React__default.createElement("div", {
8566
- className: styles$R['hint-modal__close-button']
8566
+ className: styles$S['hint-modal__close-button']
8567
8567
  }, React__default.createElement(Button, {
8568
8568
  theme: "link-icon",
8569
8569
  onClick: handleOnClose
8570
8570
  }, React__default.createElement(IconTimes, null))), mediaUrl && React__default.createElement("img", {
8571
- className: styles$R['hint-modal__image'],
8571
+ className: styles$S['hint-modal__image'],
8572
8572
  src: mediaUrl,
8573
8573
  alt: String(header)
8574
8574
  }), React__default.createElement("div", {
8575
- className: styles$R['hint-modal__body']
8575
+ className: styles$S['hint-modal__body']
8576
8576
  }, React__default.createElement(Stack, {
8577
8577
  justifyContent: "space-between"
8578
8578
  }, React__default.createElement(Stack, {
@@ -8593,7 +8593,7 @@ const HintModal = _ref => {
8593
8593
  }, secondaryButtonUpdated, primaryButtonUpdated)))));
8594
8594
  };
8595
8595
 
8596
- const _excluded$j = ["children", "theme", "title", "testId"];
8596
+ const _excluded$k = ["children", "theme", "title", "testId"];
8597
8597
  const BadgeElement = (_ref, forwardedRef) => {
8598
8598
  let {
8599
8599
  children,
@@ -8601,7 +8601,7 @@ const BadgeElement = (_ref, forwardedRef) => {
8601
8601
  title,
8602
8602
  testId
8603
8603
  } = _ref,
8604
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$j);
8604
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$k);
8605
8605
  const internalRef = useRef(null);
8606
8606
  const ref = forwardedRef || internalRef;
8607
8607
  useLayoutEffect(() => {
@@ -8613,12 +8613,12 @@ const BadgeElement = (_ref, forwardedRef) => {
8613
8613
  overlay: title,
8614
8614
  ref: ref
8615
8615
  }, React__default.createElement("div", _extends({
8616
- className: classnames(styles$Y['badge'], {
8617
- [styles$Y['badge--success']]: theme === 'success',
8618
- [styles$Y['badge--danger']]: theme === 'danger',
8619
- [styles$Y['badge--info']]: theme === 'info',
8620
- [styles$Y['badge--warning']]: theme === 'warning',
8621
- [styles$Y['badge--numeric']]: Number.isFinite(children)
8616
+ className: classnames(styles$Z['badge'], {
8617
+ [styles$Z['badge--success']]: theme === 'success',
8618
+ [styles$Z['badge--danger']]: theme === 'danger',
8619
+ [styles$Z['badge--info']]: theme === 'info',
8620
+ [styles$Z['badge--warning']]: theme === 'warning',
8621
+ [styles$Z['badge--numeric']]: Number.isFinite(children)
8622
8622
  }),
8623
8623
  ref: ref,
8624
8624
  "data-testid": testId
@@ -8630,28 +8630,28 @@ const MenuItem = ({
8630
8630
  menu
8631
8631
  }) => {
8632
8632
  return React__default.createElement("li", {
8633
- className: classnames(styles$Z['menu-item'], {
8634
- [styles$Z['menu-item--with-badge']]: !!menu.suffix
8633
+ className: classnames(styles$_['menu-item'], {
8634
+ [styles$_['menu-item--with-badge']]: !!menu.suffix
8635
8635
  })
8636
8636
  }, menu.reloadDocument ? React__default.createElement("a", {
8637
8637
  href: menu.to,
8638
8638
  className: classnames({
8639
- [styles$Z['menu-item--active']]: menu.isActive
8639
+ [styles$_['menu-item--active']]: menu.isActive
8640
8640
  })
8641
8641
  }, menu.label, !!menu.suffix && React__default.createElement("div", {
8642
- className: styles$Z['menu-item__badge']
8642
+ className: styles$_['menu-item__badge']
8643
8643
  }, React__default.createElement(Badge, null, menu.suffix))) : React__default.createElement(NavLink, {
8644
8644
  to: menu.to,
8645
8645
  // @ts-expect-error This is only available on v5
8646
- activeClassName: styles$Z['menu-item--active'],
8646
+ activeClassName: styles$_['menu-item--active'],
8647
8647
  className: ({
8648
8648
  isActive
8649
8649
  }) => {
8650
- return isActive ? styles$Z['menu-item--active'] : '';
8650
+ return isActive ? styles$_['menu-item--active'] : '';
8651
8651
  },
8652
8652
  exact: true
8653
8653
  }, menu.label, !!menu.suffix && React__default.createElement("div", {
8654
- className: styles$Z['menu-item__badge']
8654
+ className: styles$_['menu-item__badge']
8655
8655
  }, React__default.createElement(Badge, null, menu.suffix))));
8656
8656
  };
8657
8657
 
@@ -8662,9 +8662,9 @@ const PageLayout = ({
8662
8662
  sideNavContent
8663
8663
  }) => {
8664
8664
  return React__default.createElement("div", {
8665
- className: styles$_['page-layout']
8665
+ className: styles$$['page-layout']
8666
8666
  }, React__default.createElement("div", {
8667
- className: styles$_['page-layout__nav-container']
8667
+ className: styles$$['page-layout__nav-container']
8668
8668
  }, React__default.createElement(Stack, {
8669
8669
  space: 12
8670
8670
  }, React__default.createElement(Text, {
@@ -8673,14 +8673,14 @@ const PageLayout = ({
8673
8673
  ml: 20,
8674
8674
  mr: 35
8675
8675
  }, title), React__default.createElement("ul", {
8676
- className: styles$_['page-layout__nav-list']
8676
+ className: styles$$['page-layout__nav-list']
8677
8677
  }, menu.filter(menu => !('isVisible' in menu) || (menu == null ? void 0 : menu.isVisible) === true).map((menuItem, index) => React__default.createElement(MenuItem, {
8678
8678
  key: menuItem.name || index,
8679
8679
  menu: menuItem
8680
8680
  }))), sideNavContent && React__default.createElement("div", {
8681
- className: styles$_['page-layout__side-nav-content']
8681
+ className: styles$$['page-layout__side-nav-content']
8682
8682
  }, sideNavContent))), React__default.createElement("div", {
8683
- className: styles$_['page-layout__content']
8683
+ className: styles$$['page-layout__content']
8684
8684
  }, children));
8685
8685
  };
8686
8686
 
@@ -8690,7 +8690,7 @@ const TOAST_THEME = {
8690
8690
  };
8691
8691
  const TOAST_CONTAINER_ID = 'sous-chef-toast';
8692
8692
 
8693
- var styles$Q = {"toast":"_iSC5P","toast--danger":"_OWpOG","toast__text":"_4JJwF"};
8693
+ var styles$R = {"toast":"_iSC5P","toast--danger":"_OWpOG","toast__text":"_4JJwF"};
8694
8694
 
8695
8695
  const toast = (text, theme = TOAST_THEME.DEFAULT, options = {}) => {
8696
8696
  if (typeof text !== 'string') {
@@ -8707,8 +8707,8 @@ const toast = (text, theme = TOAST_THEME.DEFAULT, options = {}) => {
8707
8707
  onActionClick: onActionClick
8708
8708
  }) : text;
8709
8709
  toast$1(content, _extends({
8710
- className: classnames(styles$Q['toast'], {
8711
- [styles$Q['toast--danger']]: theme === TOAST_THEME.DANGER
8710
+ className: classnames(styles$R['toast'], {
8711
+ [styles$R['toast--danger']]: theme === TOAST_THEME.DANGER
8712
8712
  }),
8713
8713
  containerId: TOAST_CONTAINER_ID
8714
8714
  }, options));
@@ -8734,7 +8734,7 @@ const ToastBodyWithAction = ({
8734
8734
  const ToastContainer = ({
8735
8735
  containerId: _containerId = TOAST_CONTAINER_ID
8736
8736
  }) => React__default.createElement(ToastContainer$1, {
8737
- bodyClassName: styles$Q['toast__text'],
8737
+ bodyClassName: styles$R['toast__text'],
8738
8738
  hideProgressBar: true,
8739
8739
  draggable: false,
8740
8740
  transition: Slide,
@@ -8777,7 +8777,7 @@ const SousChefProvider = ({
8777
8777
  }, React__default.createElement(ToastContainer, null), children));
8778
8778
  };
8779
8779
 
8780
- var styles$P = {"data-table-header":"_F4U3o","data-table-header__item":"_KKljd","data-table-header__item--sortable":"_oKH7a","data-table-header__itemfocus":"_xrDya","data-table-header__item--action":"_RLGaD","data-table-header__item-content":"_3p3fm","data-table-header__item-content--right-align":"_rXid3","data-table-header__item-content--has-description":"_vgjHE","data-table-header__sort-icon":"_-xiIl"};
8780
+ var styles$Q = {"data-table-header":"_F4U3o","data-table-header__item":"_KKljd","data-table-header__item--sortable":"_oKH7a","data-table-header__itemfocus":"_xrDya","data-table-header__item--action":"_RLGaD","data-table-header__item-content":"_3p3fm","data-table-header__item-content--right-align":"_rXid3","data-table-header__item-content--has-description":"_vgjHE","data-table-header__sort-icon":"_-xiIl"};
8781
8781
 
8782
8782
  const SORT_ORDER = {
8783
8783
  ASC: 'asc',
@@ -8950,7 +8950,7 @@ const DataTableHeader = ({
8950
8950
  },
8951
8951
  id: `${tableId}-header`
8952
8952
  }, React__default.createElement("tr", {
8953
- className: styles$P['data-table-header']
8953
+ className: styles$Q['data-table-header']
8954
8954
  }, columns.filter(column => !column.hidden).map(column => {
8955
8955
  const isSortable = column.isSortable;
8956
8956
  const sortDir = column.currentSort;
@@ -8958,8 +8958,8 @@ const DataTableHeader = ({
8958
8958
  const hasDescription = !!column.description;
8959
8959
  return React__default.createElement("th", {
8960
8960
  className: classnames({
8961
- [styles$P['data-table-header__item']]: true,
8962
- [styles$P['data-table-header__item--sortable']]: isSortable
8961
+ [styles$Q['data-table-header__item']]: true,
8962
+ [styles$Q['data-table-header__item--sortable']]: isSortable
8963
8963
  }),
8964
8964
  style: {
8965
8965
  flex: column.size || 1,
@@ -8971,18 +8971,18 @@ const DataTableHeader = ({
8971
8971
  role: "columnheader",
8972
8972
  tabIndex: 0
8973
8973
  }, React__default.createElement("div", {
8974
- className: classnames(styles$P['data-table-header__item-content'], {
8975
- [styles$P['data-table-header__item-content--right-align']]: isRightAligned
8974
+ className: classnames(styles$Q['data-table-header__item-content'], {
8975
+ [styles$Q['data-table-header__item-content--right-align']]: isRightAligned
8976
8976
  }, {
8977
- [styles$P['data-table-header__item-content--has-description']]: hasDescription
8977
+ [styles$Q['data-table-header__item-content--has-description']]: hasDescription
8978
8978
  })
8979
8979
  }, wrapWithTooltip(column), isSortable && React__default.createElement("span", {
8980
- className: styles$P['data-table-header__sort-icon']
8980
+ className: styles$Q['data-table-header__sort-icon']
8981
8981
  }, React__default.createElement(HeaderSortIcon, {
8982
8982
  sortDirection: sortDir
8983
8983
  }))));
8984
8984
  }), showActionMenu && React__default.createElement("th", {
8985
- className: classnames(styles$P['data-table-header__item'], styles$P['data-table-header__item--action'])
8985
+ className: classnames(styles$Q['data-table-header__item'], styles$Q['data-table-header__item--action'])
8986
8986
  }))));
8987
8987
  };
8988
8988
  const wrapWithTooltip = column => {
@@ -8996,9 +8996,9 @@ const wrapWithTooltip = column => {
8996
8996
  return column.label;
8997
8997
  };
8998
8998
 
8999
- var styles$O = {"data-table":"_zEfoA","data-table__content":"_v-WNu","data-table__content--with-scroll":"_xI2-r","data-table__background-loading":"_ED7Nm","data-table__table":"_fnq34","data-table__table--no-columns":"_qSrJq","data-table__body":"_1SNLz","data-table__body--no-bottom-radius":"_zCIMD","data-table__footer":"_mp1Ok","data-table__pagination-controls":"_vdEZz"};
8999
+ var styles$P = {"data-table":"_zEfoA","data-table__content":"_v-WNu","data-table__content--with-scroll":"_xI2-r","data-table__background-loading":"_ED7Nm","data-table__table":"_fnq34","data-table__table--no-columns":"_qSrJq","data-table__body":"_1SNLz","data-table__body--no-bottom-radius":"_zCIMD","data-table__footer":"_mp1Ok","data-table__pagination-controls":"_vdEZz"};
9000
9000
 
9001
- var styles$N = {"data-table-scroll-fake-border":"_wZ8Xg","data-table-scroll-fake-border--fixed-scroll":"_C5CU0","data-table-scroll-fake-border--top":"_L5fRB","data-table-scroll-fake-border--bottom":"_omhE4","data-table-scroll-fake-border__left":"_mpDFy","data-table-scroll-fake-border__left--top":"_G3b-p","data-table-scroll-fake-border__left--bottom":"_YUMxZ","data-table-scroll-fake-border__right":"_xUVcY","data-table-scroll-fake-border__right--top":"_BE0hn","data-table-scroll-fake-border__right--bottom":"_UtFdB"};
9001
+ var styles$O = {"data-table-scroll-fake-border":"_wZ8Xg","data-table-scroll-fake-border--fixed-scroll":"_C5CU0","data-table-scroll-fake-border--top":"_L5fRB","data-table-scroll-fake-border--bottom":"_omhE4","data-table-scroll-fake-border__left":"_mpDFy","data-table-scroll-fake-border__left--top":"_G3b-p","data-table-scroll-fake-border__left--bottom":"_YUMxZ","data-table-scroll-fake-border__right":"_xUVcY","data-table-scroll-fake-border__right--top":"_BE0hn","data-table-scroll-fake-border__right--bottom":"_UtFdB"};
9002
9002
 
9003
9003
  const useTableHeaderHeight = isShowingColumns => {
9004
9004
  const {
@@ -9050,10 +9050,10 @@ const DataTableScrollFakeBorder = ({
9050
9050
  const hasFixedScroll = useDetectFixedScroll();
9051
9051
  const backgroundColor = useBackgroundColor();
9052
9052
  return React__default.createElement("div", {
9053
- className: classnames(styles$N['data-table-scroll-fake-border'], {
9054
- [styles$N['data-table-scroll-fake-border--top']]: placement === 'top',
9055
- [styles$N['data-table-scroll-fake-border--bottom']]: placement === 'bottom',
9056
- [styles$N['data-table-scroll-fake-border--fixed-scroll']]: hasFixedScroll
9053
+ className: classnames(styles$O['data-table-scroll-fake-border'], {
9054
+ [styles$O['data-table-scroll-fake-border--top']]: placement === 'top',
9055
+ [styles$O['data-table-scroll-fake-border--bottom']]: placement === 'bottom',
9056
+ [styles$O['data-table-scroll-fake-border--fixed-scroll']]: hasFixedScroll
9057
9057
  }),
9058
9058
  style: {
9059
9059
  // @ts-expect-error This difines a custom CSS variable
@@ -9061,14 +9061,14 @@ const DataTableScrollFakeBorder = ({
9061
9061
  top: placement === 'top' ? headerHeight : undefined
9062
9062
  }
9063
9063
  }, React__default.createElement("div", {
9064
- className: classnames(styles$N['data-table-scroll-fake-border__left'], {
9065
- [styles$N['data-table-scroll-fake-border__left--top']]: placement === 'top',
9066
- [styles$N['data-table-scroll-fake-border__left--bottom']]: placement === 'bottom'
9064
+ className: classnames(styles$O['data-table-scroll-fake-border__left'], {
9065
+ [styles$O['data-table-scroll-fake-border__left--top']]: placement === 'top',
9066
+ [styles$O['data-table-scroll-fake-border__left--bottom']]: placement === 'bottom'
9067
9067
  })
9068
9068
  }), React__default.createElement("div", {
9069
- className: classnames(styles$N['data-table-scroll-fake-border__right'], {
9070
- [styles$N['data-table-scroll-fake-border__right--top']]: placement === 'top',
9071
- [styles$N['data-table-scroll-fake-border__right--bottom']]: placement === 'bottom'
9069
+ className: classnames(styles$O['data-table-scroll-fake-border__right'], {
9070
+ [styles$O['data-table-scroll-fake-border__right--top']]: placement === 'top',
9071
+ [styles$O['data-table-scroll-fake-border__right--bottom']]: placement === 'bottom'
9072
9072
  }),
9073
9073
  "data-background-color": "red"
9074
9074
  }));
@@ -9086,10 +9086,10 @@ const BUTTON_THEME = {
9086
9086
  UPSELL: 'upsell'
9087
9087
  };
9088
9088
 
9089
- var styles$M = {"banner":"_omAUf","banner__title":"_8xIYW","banner__body":"_oA2J6","banner__body--multilineCTA":"_PLG8Z","banner--info":"_CRmFE","banner__icon":"_T80if","banner__icon--multiline":"_uJl2Y","banner--success":"_PgpTw","banner--danger":"_O-lNW","banner--warning":"_fICdJ","banner--upsell":"_kUB2k","banner__close":"_P6nbA","banner--single-line":"_w-zAz"};
9089
+ var styles$N = {"banner":"_omAUf","banner__title":"_8xIYW","banner__body":"_oA2J6","banner__body--multilineCTA":"_PLG8Z","banner--info":"_CRmFE","banner__icon":"_T80if","banner__icon--multiline":"_uJl2Y","banner--success":"_PgpTw","banner--danger":"_O-lNW","banner--warning":"_fICdJ","banner--upsell":"_kUB2k","banner__close":"_P6nbA","banner--single-line":"_w-zAz"};
9090
9090
 
9091
9091
  /** Infers theme prop for Sous Chef Button CTAs if not explicitly passed, default is hollow, primaryCTA is Upsell if banner theme is Upsell*/
9092
- const ButtonCTA = ({
9092
+ const ButtonCTA$1 = ({
9093
9093
  button,
9094
9094
  bannerTheme,
9095
9095
  primaryCTA: _primaryCTA = false
@@ -9107,7 +9107,7 @@ const ButtonCTA = ({
9107
9107
  }, button.props));
9108
9108
  };
9109
9109
 
9110
- var styles$L = {"banner__caption":"_S--Ce"};
9110
+ var styles$M = {"banner__caption":"_S--Ce"};
9111
9111
 
9112
9112
  const InlineBannerCTA = ({
9113
9113
  primaryButton,
@@ -9121,25 +9121,25 @@ const InlineBannerCTA = ({
9121
9121
  }, multiLine ? React__default.createElement(Inline, {
9122
9122
  flexWrap: "wrap",
9123
9123
  space: 12
9124
- }, React__default.createElement(ButtonCTA, {
9124
+ }, React__default.createElement(ButtonCTA$1, {
9125
9125
  button: primaryButton,
9126
9126
  bannerTheme: bannerTheme,
9127
9127
  primaryCTA: true
9128
- }), secondaryButton && React__default.createElement(ButtonCTA, {
9128
+ }), secondaryButton && React__default.createElement(ButtonCTA$1, {
9129
9129
  button: secondaryButton,
9130
9130
  bannerTheme: bannerTheme
9131
9131
  })) : React__default.createElement(Inline, {
9132
9132
  flexWrap: "wrap",
9133
9133
  space: 12
9134
- }, secondaryButton && React__default.createElement(ButtonCTA, {
9134
+ }, secondaryButton && React__default.createElement(ButtonCTA$1, {
9135
9135
  button: secondaryButton,
9136
9136
  bannerTheme: bannerTheme
9137
- }), React__default.createElement(ButtonCTA, {
9137
+ }), React__default.createElement(ButtonCTA$1, {
9138
9138
  button: primaryButton,
9139
9139
  bannerTheme: bannerTheme,
9140
9140
  primaryCTA: true
9141
9141
  })), caption && multiLine && React__default.createElement("div", {
9142
- className: styles$L['banner__caption']
9142
+ className: styles$M['banner__caption']
9143
9143
  }, caption));
9144
9144
  };
9145
9145
 
@@ -9160,7 +9160,7 @@ const InlineBannerIcon = ({
9160
9160
  }
9161
9161
  };
9162
9162
 
9163
- const _excluded$i = ["children", "theme", "icon", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
9163
+ const _excluded$j = ["children", "theme", "icon", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
9164
9164
  const InlineBanner = _ref => {
9165
9165
  let {
9166
9166
  children,
@@ -9173,28 +9173,28 @@ const InlineBanner = _ref => {
9173
9173
  secondaryButton,
9174
9174
  testId
9175
9175
  } = _ref,
9176
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$i);
9176
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$j);
9177
9177
  const positionStyles = usePositionStyles(positionProps);
9178
9178
  const multiLine = !!title;
9179
9179
  const dismissable = !!onClose;
9180
9180
  const Layout = multiLine ? Stack : Inline;
9181
9181
  return React__default.createElement("div", {
9182
9182
  "data-testid": testId,
9183
- className: classnames(styles$M['banner'], {
9184
- [styles$M['banner--info']]: theme === BANNER_THEME.INFO,
9185
- [styles$M['banner--warning']]: theme === BANNER_THEME.WARNING,
9186
- [styles$M['banner--success']]: theme === BANNER_THEME.SUCCESS,
9187
- [styles$M['banner--danger']]: theme === BANNER_THEME.DANGER,
9188
- [styles$M['banner--upsell']]: theme === BANNER_THEME.UPSELL,
9189
- [styles$M['banner--single-line']]: !multiLine
9183
+ className: classnames(styles$N['banner'], {
9184
+ [styles$N['banner--info']]: theme === BANNER_THEME.INFO,
9185
+ [styles$N['banner--warning']]: theme === BANNER_THEME.WARNING,
9186
+ [styles$N['banner--success']]: theme === BANNER_THEME.SUCCESS,
9187
+ [styles$N['banner--danger']]: theme === BANNER_THEME.DANGER,
9188
+ [styles$N['banner--upsell']]: theme === BANNER_THEME.UPSELL,
9189
+ [styles$N['banner--single-line']]: !multiLine
9190
9190
  }),
9191
9191
  style: positionStyles
9192
9192
  }, React__default.createElement(Inline, {
9193
9193
  flex: ['0 1 auto', 1],
9194
9194
  space: 12
9195
9195
  }, React__default.createElement("div", {
9196
- className: classnames(styles$M['banner__icon'], {
9197
- [styles$M['banner__icon--multiline']]: multiLine
9196
+ className: classnames(styles$N['banner__icon'], {
9197
+ [styles$N['banner__icon--multiline']]: multiLine
9198
9198
  })
9199
9199
  }, icon != null ? icon : React__default.createElement(InlineBannerIcon, {
9200
9200
  theme: theme
@@ -9205,10 +9205,10 @@ const InlineBanner = _ref => {
9205
9205
  flex: ['min-content'],
9206
9206
  flexWrap: multiLine ? undefined : 'wrap'
9207
9207
  }, title && React__default.createElement("div", {
9208
- className: styles$M['banner__title']
9208
+ className: styles$N['banner__title']
9209
9209
  }, title), React__default.createElement("div", {
9210
- className: classnames(styles$M['banner__body'], {
9211
- [styles$M['banner__body--multilineCTA']]: primaryButton && multiLine
9210
+ className: classnames(styles$N['banner__body'], {
9211
+ [styles$N['banner__body--multilineCTA']]: primaryButton && multiLine
9212
9212
  })
9213
9213
  }, children), primaryButton && React__default.createElement(InlineBannerCTA, {
9214
9214
  primaryButton: primaryButton,
@@ -9217,7 +9217,7 @@ const InlineBanner = _ref => {
9217
9217
  multiLine: multiLine,
9218
9218
  bannerTheme: theme
9219
9219
  })), dismissable && React__default.createElement("div", {
9220
- className: styles$M['banner__close']
9220
+ className: styles$N['banner__close']
9221
9221
  }, React__default.createElement(Button, {
9222
9222
  theme: "link-icon",
9223
9223
  type: "button",
@@ -9225,6 +9225,89 @@ const InlineBanner = _ref => {
9225
9225
  }, React__default.createElement(IconTimes, null)))));
9226
9226
  };
9227
9227
 
9228
+ const MICRO_BANNER_THEME = {
9229
+ INFO: 'info',
9230
+ WARNING: 'warning',
9231
+ SUCCESS: 'success',
9232
+ DANGER: 'danger',
9233
+ UPSELL: 'upsell'
9234
+ };
9235
+
9236
+ var styles$L = {"micro-banner":"_fRjhT","micro-banner__icon":"_UZMd0","micro-banner__content":"_mJAeX","micro-banner__content--no-icon":"_ZFsBE","micro-banner__content--no-button":"_UN43A","micro-banner__button":"_bTamw","micro-banner--info":"_ULD-f","micro-banner--success":"_5MitA","micro-banner--danger":"_8wmuB","micro-banner--warning":"_515OI","micro-banner--upsell":"_EfwcL"};
9237
+
9238
+ const MicroBannerIcon = ({
9239
+ theme
9240
+ }) => {
9241
+ switch (theme) {
9242
+ case MICRO_BANNER_THEME.INFO:
9243
+ return React__default.createElement(IconInfoCircle, null);
9244
+ case MICRO_BANNER_THEME.WARNING:
9245
+ return React__default.createElement(IconExclaimationTriangle, null);
9246
+ case MICRO_BANNER_THEME.SUCCESS:
9247
+ return React__default.createElement(IconCheck, null);
9248
+ case MICRO_BANNER_THEME.DANGER:
9249
+ return React__default.createElement(IconTimesOctagon, null);
9250
+ case MICRO_BANNER_THEME.UPSELL:
9251
+ return React__default.createElement(IconAward, null);
9252
+ }
9253
+ };
9254
+
9255
+ /** Infers theme prop for Sous Chef Button CTAs if not passed, primaryCTA is Upsell if banner theme is Upsell, default otherwise**/
9256
+ const ButtonCTA = ({
9257
+ button,
9258
+ bannerTheme
9259
+ }) => {
9260
+ if (button.type !== Button || button.props.theme) {
9261
+ return button;
9262
+ }
9263
+ if (bannerTheme === MICRO_BANNER_THEME.UPSELL) {
9264
+ return React__default.cloneElement(button, _extends({
9265
+ theme: BUTTON_THEMES.UPSELL
9266
+ }, button.props));
9267
+ }
9268
+ return React__default.cloneElement(button, _extends({
9269
+ theme: BUTTON_THEMES.DEFAULT
9270
+ }, button.props));
9271
+ };
9272
+
9273
+ const _excluded$i = ["children", "theme", "icon", "hideIcon", "title", "primaryButton", "testId"];
9274
+ const MicroBanner = _ref => {
9275
+ let {
9276
+ children,
9277
+ theme = MICRO_BANNER_THEME.INFO,
9278
+ icon,
9279
+ hideIcon,
9280
+ title,
9281
+ primaryButton,
9282
+ testId
9283
+ } = _ref,
9284
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$i);
9285
+ const positionStyles = usePositionStyles(positionProps);
9286
+ const themeClass = styles$L[`micro-banner--${theme}`];
9287
+ const contentClass = classnames(styles$L['micro-banner__content'], hideIcon && styles$L['micro-banner__content--no-icon'], !primaryButton && styles$L['micro-banner__content--no-button']);
9288
+ return React__default.createElement("div", {
9289
+ "data-testid": testId,
9290
+ className: classnames(styles$L['micro-banner'], themeClass),
9291
+ style: positionStyles
9292
+ }, !hideIcon && React__default.createElement("div", {
9293
+ className: styles$L['micro-banner__icon'],
9294
+ "data-testid": `${testId || 'micro-banner'}-icon`
9295
+ }, icon != null ? icon : React__default.createElement(MicroBannerIcon, {
9296
+ theme: theme
9297
+ })), React__default.createElement("div", {
9298
+ className: contentClass
9299
+ }, title && React__default.createElement(Text, {
9300
+ emphasis: 'bold'
9301
+ }, title), React__default.createElement(Text, {
9302
+ as: 'caption'
9303
+ }, children)), primaryButton && React__default.createElement("div", {
9304
+ className: styles$L['micro-banner__button']
9305
+ }, React__default.createElement(ButtonCTA, {
9306
+ button: primaryButton,
9307
+ bannerTheme: theme
9308
+ })));
9309
+ };
9310
+
9228
9311
  const PERSISTENT_BANNER_THEME = {
9229
9312
  UPSELL: 'upsell',
9230
9313
  INFO: 'info',
@@ -10114,7 +10197,7 @@ const DataTable = _ref => {
10114
10197
  return null;
10115
10198
  }
10116
10199
  return React__default.createElement("div", {
10117
- className: styles$O['data-table__pagination-controls'],
10200
+ className: styles$P['data-table__pagination-controls'],
10118
10201
  "data-testid": testId && `${testId}-pagination-controls`
10119
10202
  }, React__default.createElement(PaginationControls, {
10120
10203
  hasPrevious: isLoading ? false : hasPrevious,
@@ -10137,7 +10220,7 @@ const DataTable = _ref => {
10137
10220
  tableId
10138
10221
  }
10139
10222
  }, React__default.createElement("div", {
10140
- className: classnames(styles$O['data-table']),
10223
+ className: classnames(styles$P['data-table']),
10141
10224
  ref: tableRef,
10142
10225
  style: positionStyles
10143
10226
  }, React__default.createElement(DataTableStickyColumnsContainer, {
@@ -10148,24 +10231,24 @@ const DataTable = _ref => {
10148
10231
  placement: "top",
10149
10232
  isShowingColumns: !!isShowingColumns
10150
10233
  }), React__default.createElement("div", {
10151
- className: classnames(styles$O['data-table__content'], {
10152
- [styles$O['data-table__content--with-scroll']]: isScrollableTable
10234
+ className: classnames(styles$P['data-table__content'], {
10235
+ [styles$P['data-table__content--with-scroll']]: isScrollableTable
10153
10236
  }),
10154
10237
  style: conditionalStyles,
10155
10238
  id: `${tableId}-content`
10156
10239
  }, state === DATA_TABLE_STATES.BACKGROUND_LOADING && React__default.createElement("div", {
10157
- className: styles$O['data-table__background-loading']
10240
+ className: styles$P['data-table__background-loading']
10158
10241
  }, React__default.createElement(Spinner, null)), React__default.createElement("table", _extends({
10159
- className: classnames(styles$O['data-table__table'], {
10160
- [styles$O['data-table__table--no-columns']]: !isShowingColumns
10242
+ className: classnames(styles$P['data-table__table'], {
10243
+ [styles$P['data-table__table--no-columns']]: !isShowingColumns
10161
10244
  })
10162
10245
  }, dataProps), columns && isShowingColumns && React__default.createElement(DataTableHeader, {
10163
10246
  columns: columns,
10164
10247
  onSort: onSort,
10165
10248
  showActionMenu: isShowingContent && showActionMenu
10166
10249
  }), React__default.createElement("tbody", {
10167
- className: classnames(styles$O['data-table__body'], {
10168
- [styles$O['data-table__body--no-bottom-radius']]: isShowingFooter && isShowingContent
10250
+ className: classnames(styles$P['data-table__body'], {
10251
+ [styles$P['data-table__body--no-bottom-radius']]: isShowingFooter && isShowingContent
10169
10252
  }),
10170
10253
  "data-testid": testId
10171
10254
  }, isShowingContent && content.map((item, index) => {
@@ -10184,7 +10267,7 @@ const DataTable = _ref => {
10184
10267
  }), state === DATA_TABLE_STATES.SKELETON_LOADING && React__default.createElement(React__default.Fragment, null, skeletonRows.map((_, index) => React__default.createElement(SkeletonRow, {
10185
10268
  key: index
10186
10269
  })))), isShowingFooter && isShowingContent && React__default.createElement("tfoot", {
10187
- className: styles$O['data-table__footer'],
10270
+ className: styles$P['data-table__footer'],
10188
10271
  "data-testid": testId && `${testId}-footer`
10189
10272
  }, footerComponent)))), !isShowingFooter && isScrollableTable && React__default.createElement(DataTableScrollFakeBorder, {
10190
10273
  placement: "bottom",
@@ -10743,7 +10826,7 @@ function CustomMenu(_ref) {
10743
10826
  flex: [1],
10744
10827
  flexItems: true
10745
10828
  }, React__default.createElement("input", {
10746
- className: classnames(styles$18['text-field'], styles$t['custom-menu-text-field']),
10829
+ className: classnames(styles$19['text-field'], styles$t['custom-menu-text-field']),
10747
10830
  autoCorrect: "off",
10748
10831
  autoComplete: "off",
10749
10832
  spellCheck: "false",
@@ -12470,9 +12553,9 @@ const DateRangeCalendar = ({
12470
12553
  const DAYS = getDays(translate);
12471
12554
  const MONTH_NAMES = getMonths(translate);
12472
12555
  return React__default.createElement(Portal, null, React__default.createElement("div", {
12473
- className: styles$T['calendar']
12556
+ className: styles$U['calendar']
12474
12557
  }, React__default.createElement("div", {
12475
- className: styles$T['calendar__overlay'],
12558
+ className: styles$U['calendar__overlay'],
12476
12559
  ref: ref => setCalendarRef(ref),
12477
12560
  style: _extends({}, calendarPosition, {
12478
12561
  zIndex: getZIndex('dropdown')
@@ -13477,8 +13560,8 @@ const usePhoneField = ({
13477
13560
  'aria-describedby': hasError ? `${controllers.id}-error-message` : `${controllers.id}-describer`,
13478
13561
  'aria-invalid': hasError,
13479
13562
  autoFocus,
13480
- className: classnames(styles$18['text-field'], {
13481
- [styles$18['text-field--invalid']]: hasError
13563
+ className: classnames(styles$19['text-field'], {
13564
+ [styles$19['text-field--invalid']]: hasError
13482
13565
  }),
13483
13566
  'data-testid': testId,
13484
13567
  disabled,
@@ -14857,5 +14940,5 @@ const EmptyState = props => {
14857
14940
  return emptyStateContainer;
14858
14941
  };
14859
14942
 
14860
- export { Accordion, ActionList, ActionListItem, AsyncSelectField, Avatar, Badge, Bold, BreadcrumbItem, Breadcrumbs, Button, COLORS, Calendar, CalloutCard, Card, CheckboxField, Chip, CircularProgress, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, EmptyState, Form, FormFeedback, FormFooter, FormRow, FormSection, HintModal, IconAnalytics, IconArrowDown, IconArrowDownWideShort, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconCheckCircleIncomplete, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconClockExclamation, IconClockRewind, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDollarSign, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFaceSmileRelaxed, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandHoldingDollar, IconHandPointRight, IconHandshake, IconHatChef, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMedal, IconMegaphone, IconMessages, IconMinus, IconMinusCircle, IconMoneyBill, IconMugSaucerSolid, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlateUtensils, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconSparkle, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTable, IconTachometer, IconThumbsDown, IconThumbsUp, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSearch, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, Modal, ModalBody, ModalFooter, MultiSelectField, NumberField, Page, PageLayout, PaginationControls, PasswordField, Paywall, PercentageField, PersistentBanner, PhoneField, Pill, PillSelectField, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, Skeleton, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, TimeRangeField, Toggle, ToolbarSelect, Tooltip, Underline, WeekField, ZINDEX, toast, useDataTableContext };
14943
+ export { Accordion, ActionList, ActionListItem, AsyncSelectField, Avatar, Badge, Bold, BreadcrumbItem, Breadcrumbs, Button, COLORS, Calendar, CalloutCard, Card, CheckboxField, Chip, CircularProgress, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, EmptyState, Form, FormFeedback, FormFooter, FormRow, FormSection, HintModal, IconAnalytics, IconArrowDown, IconArrowDownWideShort, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconCheckCircleIncomplete, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconClockExclamation, IconClockRewind, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDollarSign, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFaceSmileRelaxed, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandHoldingDollar, IconHandPointRight, IconHandshake, IconHatChef, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMedal, IconMegaphone, IconMessages, IconMinus, IconMinusCircle, IconMoneyBill, IconMugSaucerSolid, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlateUtensils, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconSparkle, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTable, IconTachometer, IconThumbsDown, IconThumbsUp, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSearch, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, MicroBanner, Modal, ModalBody, ModalFooter, MultiSelectField, NumberField, Page, PageLayout, PaginationControls, PasswordField, Paywall, PercentageField, PersistentBanner, PhoneField, Pill, PillSelectField, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, Skeleton, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, TimeRangeField, Toggle, ToolbarSelect, Tooltip, Underline, WeekField, ZINDEX, toast, useDataTableContext };
14861
14944
  //# sourceMappingURL=index.modern.mjs.map