@7shifts/sous-chef 3.79.0 → 3.79.2

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.
@@ -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$2Z = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
232
+ const _excluded$2_ = ["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$2Z);
246
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2_);
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$2Y = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
282
+ const _excluded$2Z = ["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$2Y);
301
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2Z);
302
302
  const {
303
303
  positionProps,
304
304
  otherProps
@@ -339,7 +339,7 @@ const Flex = _ref => {
339
339
  }, child)));
340
340
  };
341
341
 
342
- const _excluded$2X = ["alignItems"];
342
+ const _excluded$2Y = ["alignItems"];
343
343
  /**
344
344
  * Layout component to easily stack elements up in a column.
345
345
  */
@@ -347,7 +347,7 @@ const Stack = _ref => {
347
347
  let {
348
348
  alignItems = 'stretch'
349
349
  } = _ref,
350
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
350
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2Y);
351
351
  return React.createElement(Flex, _extends({}, props, {
352
352
  alignItems: alignItems,
353
353
  direction: "column"
@@ -356,7 +356,7 @@ const Stack = _ref => {
356
356
 
357
357
  var styles$1m = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
358
358
 
359
- const _excluded$2W = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
359
+ const _excluded$2X = ["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,7 +372,7 @@ const Toggle = _ref => {
372
372
  id,
373
373
  testId
374
374
  } = _ref,
375
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
375
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
376
376
  const {
377
377
  dataProps
378
378
  } = getDataProps(otherProps);
@@ -896,7 +896,7 @@ const COMPONENT_NAMES = {
896
896
  BUTTON: 'BUTTON'
897
897
  };
898
898
 
899
- const _excluded$2V = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
899
+ const _excluded$2W = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
900
900
  _excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
901
901
  const ButtonComponent = (_ref, ref) => {
902
902
  let {
@@ -918,7 +918,7 @@ const ButtonComponent = (_ref, ref) => {
918
918
  testId,
919
919
  size
920
920
  } = _ref,
921
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
921
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
922
922
  const {
923
923
  positionProps,
924
924
  otherProps
@@ -1061,7 +1061,7 @@ const useIsInsideComponent = parentComponentName => {
1061
1061
  return componentName === parentComponentName;
1062
1062
  };
1063
1063
 
1064
- const _excluded$2U = ["testId", "size", "color", "style"];
1064
+ const _excluded$2V = ["testId", "size", "color", "style"];
1065
1065
  const IconInfoCircle = forwardRef((_ref, ref) => {
1066
1066
  let {
1067
1067
  testId = 'icon-info-circle',
@@ -1069,7 +1069,7 @@ const IconInfoCircle = forwardRef((_ref, ref) => {
1069
1069
  color,
1070
1070
  style
1071
1071
  } = _ref,
1072
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
1072
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
1073
1073
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1074
1074
  const styleProps = {
1075
1075
  size: !size && isInsideButton ? 'medium' : size,
@@ -1092,7 +1092,7 @@ const IconInfoCircle = forwardRef((_ref, ref) => {
1092
1092
  });
1093
1093
  IconInfoCircle.displayName = 'IconInfoCircle';
1094
1094
 
1095
- const _excluded$2T = ["testId", "size", "color", "style"];
1095
+ const _excluded$2U = ["testId", "size", "color", "style"];
1096
1096
  const IconAnalytics = forwardRef((_ref, ref) => {
1097
1097
  let {
1098
1098
  testId = 'icon-analytics',
@@ -1100,7 +1100,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
1100
1100
  color,
1101
1101
  style
1102
1102
  } = _ref,
1103
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
1103
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
1104
1104
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1105
1105
  const styleProps = {
1106
1106
  size: !size && isInsideButton ? 'medium' : size,
@@ -1123,7 +1123,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
1123
1123
  });
1124
1124
  IconAnalytics.displayName = 'IconAnalytics';
1125
1125
 
1126
- const _excluded$2S = ["testId", "size", "color", "style"];
1126
+ const _excluded$2T = ["testId", "size", "color", "style"];
1127
1127
  const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1128
1128
  let {
1129
1129
  testId = 'icon-arrow-down-wide-short',
@@ -1131,7 +1131,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1131
1131
  color,
1132
1132
  style
1133
1133
  } = _ref,
1134
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
1134
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
1135
1135
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1136
1136
  const styleProps = {
1137
1137
  size: !size && isInsideButton ? 'medium' : size,
@@ -1152,7 +1152,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1152
1152
  });
1153
1153
  IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
1154
1154
 
1155
- const _excluded$2R = ["testId", "size", "color", "style"];
1155
+ const _excluded$2S = ["testId", "size", "color", "style"];
1156
1156
  const IconArrowDown = forwardRef((_ref, ref) => {
1157
1157
  let {
1158
1158
  testId = 'icon-arrow-down',
@@ -1160,7 +1160,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1160
1160
  color,
1161
1161
  style
1162
1162
  } = _ref,
1163
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1163
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
1164
1164
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1165
1165
  const styleProps = {
1166
1166
  size: !size && isInsideButton ? 'medium' : size,
@@ -1183,7 +1183,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1183
1183
  });
1184
1184
  IconArrowDown.displayName = 'IconArrowDown';
1185
1185
 
1186
- const _excluded$2Q = ["testId", "size", "color", "style"];
1186
+ const _excluded$2R = ["testId", "size", "color", "style"];
1187
1187
  const IconArrowLeft = forwardRef((_ref, ref) => {
1188
1188
  let {
1189
1189
  testId = 'icon-arrow-left',
@@ -1191,7 +1191,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1191
1191
  color,
1192
1192
  style
1193
1193
  } = _ref,
1194
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1194
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1195
1195
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1196
1196
  const styleProps = {
1197
1197
  size: !size && isInsideButton ? 'medium' : size,
@@ -1214,7 +1214,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1214
1214
  });
1215
1215
  IconArrowLeft.displayName = 'IconArrowLeft';
1216
1216
 
1217
- const _excluded$2P = ["testId", "size", "color", "style"];
1217
+ const _excluded$2Q = ["testId", "size", "color", "style"];
1218
1218
  const IconArrowRight = forwardRef((_ref, ref) => {
1219
1219
  let {
1220
1220
  testId = 'icon-arrow-right',
@@ -1222,7 +1222,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1222
1222
  color,
1223
1223
  style
1224
1224
  } = _ref,
1225
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1225
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1226
1226
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1227
1227
  const styleProps = {
1228
1228
  size: !size && isInsideButton ? 'medium' : size,
@@ -1245,7 +1245,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1245
1245
  });
1246
1246
  IconArrowRight.displayName = 'IconArrowRight';
1247
1247
 
1248
- const _excluded$2O = ["testId", "size", "color", "style"];
1248
+ const _excluded$2P = ["testId", "size", "color", "style"];
1249
1249
  const IconArrowToTop = forwardRef((_ref, ref) => {
1250
1250
  let {
1251
1251
  testId = 'icon-arrow-to-top',
@@ -1253,7 +1253,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1253
1253
  color,
1254
1254
  style
1255
1255
  } = _ref,
1256
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1256
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1257
1257
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1258
1258
  const styleProps = {
1259
1259
  size: !size && isInsideButton ? 'medium' : size,
@@ -1274,7 +1274,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1274
1274
  });
1275
1275
  IconArrowToTop.displayName = 'IconArrowToTop';
1276
1276
 
1277
- const _excluded$2N = ["testId", "size", "color", "style"];
1277
+ const _excluded$2O = ["testId", "size", "color", "style"];
1278
1278
  const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1279
1279
  let {
1280
1280
  testId = 'icon-arrow-turn-down-right',
@@ -1282,7 +1282,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1282
1282
  color,
1283
1283
  style
1284
1284
  } = _ref,
1285
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1285
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1286
1286
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1287
1287
  const styleProps = {
1288
1288
  size: !size && isInsideButton ? 'medium' : size,
@@ -1311,7 +1311,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1311
1311
  });
1312
1312
  IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
1313
1313
 
1314
- const _excluded$2M = ["testId", "size", "color", "style"];
1314
+ const _excluded$2N = ["testId", "size", "color", "style"];
1315
1315
  const IconArrowUp = forwardRef((_ref, ref) => {
1316
1316
  let {
1317
1317
  testId = 'icon-arrow-up',
@@ -1319,7 +1319,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1319
1319
  color,
1320
1320
  style
1321
1321
  } = _ref,
1322
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1322
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1323
1323
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1324
1324
  const styleProps = {
1325
1325
  size: !size && isInsideButton ? 'medium' : size,
@@ -1342,7 +1342,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1342
1342
  });
1343
1343
  IconArrowUp.displayName = 'IconArrowUp';
1344
1344
 
1345
- const _excluded$2L = ["testId", "size", "color", "style"];
1345
+ const _excluded$2M = ["testId", "size", "color", "style"];
1346
1346
  const IconAward = forwardRef((_ref, ref) => {
1347
1347
  let {
1348
1348
  testId = 'icon-award',
@@ -1350,7 +1350,7 @@ const IconAward = forwardRef((_ref, ref) => {
1350
1350
  color,
1351
1351
  style
1352
1352
  } = _ref,
1353
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1353
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1354
1354
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1355
1355
  const styleProps = {
1356
1356
  size: !size && isInsideButton ? 'medium' : size,
@@ -1373,7 +1373,7 @@ const IconAward = forwardRef((_ref, ref) => {
1373
1373
  });
1374
1374
  IconAward.displayName = 'IconAward';
1375
1375
 
1376
- const _excluded$2K = ["testId", "size", "color", "style"];
1376
+ const _excluded$2L = ["testId", "size", "color", "style"];
1377
1377
  const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1378
1378
  let {
1379
1379
  testId = 'icon-awful-monochromatic',
@@ -1381,7 +1381,7 @@ const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1381
1381
  color,
1382
1382
  style
1383
1383
  } = _ref,
1384
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1384
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1385
1385
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1386
1386
  const styleProps = {
1387
1387
  size: !size && isInsideButton ? 'medium' : size,
@@ -1434,7 +1434,7 @@ const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1434
1434
  });
1435
1435
  IconAwfulMonochromatic.displayName = 'IconAwfulMonochromatic';
1436
1436
 
1437
- const _excluded$2J = ["testId", "size", "color", "style"];
1437
+ const _excluded$2K = ["testId", "size", "color", "style"];
1438
1438
  const IconAwful = forwardRef((_ref, ref) => {
1439
1439
  let {
1440
1440
  testId = 'icon-awful',
@@ -1442,7 +1442,7 @@ const IconAwful = forwardRef((_ref, ref) => {
1442
1442
  color,
1443
1443
  style
1444
1444
  } = _ref,
1445
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1445
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1446
1446
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1447
1447
  const styleProps = {
1448
1448
  size: !size && isInsideButton ? 'medium' : size,
@@ -1483,7 +1483,7 @@ const IconAwful = forwardRef((_ref, ref) => {
1483
1483
  });
1484
1484
  IconAwful.displayName = 'IconAwful';
1485
1485
 
1486
- const _excluded$2I = ["testId", "size", "color", "style"];
1486
+ const _excluded$2J = ["testId", "size", "color", "style"];
1487
1487
  const IconBadMonochromatic = forwardRef((_ref, ref) => {
1488
1488
  let {
1489
1489
  testId = 'icon-bad-monochromatic',
@@ -1491,7 +1491,7 @@ const IconBadMonochromatic = forwardRef((_ref, ref) => {
1491
1491
  color,
1492
1492
  style
1493
1493
  } = _ref,
1494
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1494
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1495
1495
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1496
1496
  const styleProps = {
1497
1497
  size: !size && isInsideButton ? 'medium' : size,
@@ -1530,7 +1530,7 @@ const IconBadMonochromatic = forwardRef((_ref, ref) => {
1530
1530
  });
1531
1531
  IconBadMonochromatic.displayName = 'IconBadMonochromatic';
1532
1532
 
1533
- const _excluded$2H = ["testId", "size", "color", "style"];
1533
+ const _excluded$2I = ["testId", "size", "color", "style"];
1534
1534
  const IconBad = forwardRef((_ref, ref) => {
1535
1535
  let {
1536
1536
  testId = 'icon-bad',
@@ -1538,7 +1538,7 @@ const IconBad = forwardRef((_ref, ref) => {
1538
1538
  color,
1539
1539
  style
1540
1540
  } = _ref,
1541
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1541
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1542
1542
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1543
1543
  const styleProps = {
1544
1544
  size: !size && isInsideButton ? 'medium' : size,
@@ -1565,7 +1565,7 @@ const IconBad = forwardRef((_ref, ref) => {
1565
1565
  });
1566
1566
  IconBad.displayName = 'IconBad';
1567
1567
 
1568
- const _excluded$2G = ["testId", "size", "color", "style"];
1568
+ const _excluded$2H = ["testId", "size", "color", "style"];
1569
1569
  const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1570
1570
  let {
1571
1571
  testId = 'icon-balance-scale-left',
@@ -1573,7 +1573,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1573
1573
  color,
1574
1574
  style
1575
1575
  } = _ref,
1576
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1576
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1577
1577
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1578
1578
  const styleProps = {
1579
1579
  size: !size && isInsideButton ? 'medium' : size,
@@ -1601,7 +1601,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1601
1601
  });
1602
1602
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
1603
1603
 
1604
- const _excluded$2F = ["testId", "size", "color", "style"];
1604
+ const _excluded$2G = ["testId", "size", "color", "style"];
1605
1605
  const IconBalanceScale = forwardRef((_ref, ref) => {
1606
1606
  let {
1607
1607
  testId = 'icon-balance-scale',
@@ -1609,7 +1609,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
1609
1609
  color,
1610
1610
  style
1611
1611
  } = _ref,
1612
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1612
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1613
1613
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1614
1614
  const styleProps = {
1615
1615
  size: !size && isInsideButton ? 'medium' : size,
@@ -1637,7 +1637,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
1637
1637
  });
1638
1638
  IconBalanceScale.displayName = 'IconBalanceScale';
1639
1639
 
1640
- const _excluded$2E = ["testId", "size", "color", "style"];
1640
+ const _excluded$2F = ["testId", "size", "color", "style"];
1641
1641
  const IconBan = forwardRef((_ref, ref) => {
1642
1642
  let {
1643
1643
  testId = 'icon-ban',
@@ -1645,7 +1645,7 @@ const IconBan = forwardRef((_ref, ref) => {
1645
1645
  color,
1646
1646
  style
1647
1647
  } = _ref,
1648
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1648
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1649
1649
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1650
1650
  const styleProps = {
1651
1651
  size: !size && isInsideButton ? 'medium' : size,
@@ -1666,7 +1666,7 @@ const IconBan = forwardRef((_ref, ref) => {
1666
1666
  });
1667
1667
  IconBan.displayName = 'IconBan';
1668
1668
 
1669
- const _excluded$2D = ["testId", "size", "color", "style"];
1669
+ const _excluded$2E = ["testId", "size", "color", "style"];
1670
1670
  const IconBarsH = forwardRef((_ref, ref) => {
1671
1671
  let {
1672
1672
  testId = 'icon-bars-h',
@@ -1674,7 +1674,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
1674
1674
  color,
1675
1675
  style
1676
1676
  } = _ref,
1677
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1677
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1678
1678
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1679
1679
  const styleProps = {
1680
1680
  size: !size && isInsideButton ? 'medium' : size,
@@ -1697,7 +1697,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
1697
1697
  });
1698
1698
  IconBarsH.displayName = 'IconBarsH';
1699
1699
 
1700
- const _excluded$2C = ["testId", "size", "color", "style"];
1700
+ const _excluded$2D = ["testId", "size", "color", "style"];
1701
1701
  const IconBarsV = forwardRef((_ref, ref) => {
1702
1702
  let {
1703
1703
  testId = 'icon-bars-v',
@@ -1705,7 +1705,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
1705
1705
  color,
1706
1706
  style
1707
1707
  } = _ref,
1708
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1708
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1709
1709
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1710
1710
  const styleProps = {
1711
1711
  size: !size && isInsideButton ? 'medium' : size,
@@ -1726,7 +1726,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
1726
1726
  });
1727
1727
  IconBarsV.displayName = 'IconBarsV';
1728
1728
 
1729
- const _excluded$2B = ["testId", "size", "color", "style"];
1729
+ const _excluded$2C = ["testId", "size", "color", "style"];
1730
1730
  const IconBell = forwardRef((_ref, ref) => {
1731
1731
  let {
1732
1732
  testId = 'icon-bell',
@@ -1734,7 +1734,7 @@ const IconBell = forwardRef((_ref, ref) => {
1734
1734
  color,
1735
1735
  style
1736
1736
  } = _ref,
1737
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1737
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1738
1738
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1739
1739
  const styleProps = {
1740
1740
  size: !size && isInsideButton ? 'medium' : size,
@@ -1757,7 +1757,7 @@ const IconBell = forwardRef((_ref, ref) => {
1757
1757
  });
1758
1758
  IconBell.displayName = 'IconBell';
1759
1759
 
1760
- const _excluded$2A = ["testId", "size", "color", "style"];
1760
+ const _excluded$2B = ["testId", "size", "color", "style"];
1761
1761
  const IconBirthdayCake = forwardRef((_ref, ref) => {
1762
1762
  let {
1763
1763
  testId = 'icon-birthday-cake',
@@ -1765,7 +1765,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
1765
1765
  color,
1766
1766
  style
1767
1767
  } = _ref,
1768
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1768
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1769
1769
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1770
1770
  const styleProps = {
1771
1771
  size: !size && isInsideButton ? 'medium' : size,
@@ -1786,7 +1786,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
1786
1786
  });
1787
1787
  IconBirthdayCake.displayName = 'IconBirthdayCake';
1788
1788
 
1789
- const _excluded$2z = ["testId", "size", "color", "style"];
1789
+ const _excluded$2A = ["testId", "size", "color", "style"];
1790
1790
  const IconBold = forwardRef((_ref, ref) => {
1791
1791
  let {
1792
1792
  testId = 'icon-bold',
@@ -1794,7 +1794,7 @@ const IconBold = forwardRef((_ref, ref) => {
1794
1794
  color,
1795
1795
  style
1796
1796
  } = _ref,
1797
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1797
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1798
1798
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1799
1799
  const styleProps = {
1800
1800
  size: !size && isInsideButton ? 'medium' : size,
@@ -1815,7 +1815,7 @@ const IconBold = forwardRef((_ref, ref) => {
1815
1815
  });
1816
1816
  IconBold.displayName = 'IconBold';
1817
1817
 
1818
- const _excluded$2y = ["testId", "size", "color", "style"];
1818
+ const _excluded$2z = ["testId", "size", "color", "style"];
1819
1819
  const IconBolt = forwardRef((_ref, ref) => {
1820
1820
  let {
1821
1821
  testId = 'icon-bolt',
@@ -1823,7 +1823,7 @@ const IconBolt = forwardRef((_ref, ref) => {
1823
1823
  color,
1824
1824
  style
1825
1825
  } = _ref,
1826
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1826
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1827
1827
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1828
1828
  const styleProps = {
1829
1829
  size: !size && isInsideButton ? 'medium' : size,
@@ -1851,7 +1851,7 @@ const IconBolt = forwardRef((_ref, ref) => {
1851
1851
  });
1852
1852
  IconBolt.displayName = 'IconBolt';
1853
1853
 
1854
- const _excluded$2x = ["testId", "size", "color", "style"];
1854
+ const _excluded$2y = ["testId", "size", "color", "style"];
1855
1855
  const IconBook = forwardRef((_ref, ref) => {
1856
1856
  let {
1857
1857
  testId = 'icon-book',
@@ -1859,7 +1859,7 @@ const IconBook = forwardRef((_ref, ref) => {
1859
1859
  color,
1860
1860
  style
1861
1861
  } = _ref,
1862
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1862
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1863
1863
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1864
1864
  const styleProps = {
1865
1865
  size: !size && isInsideButton ? 'medium' : size,
@@ -1882,7 +1882,7 @@ const IconBook = forwardRef((_ref, ref) => {
1882
1882
  });
1883
1883
  IconBook.displayName = 'IconBook';
1884
1884
 
1885
- const _excluded$2w = ["testId", "size", "color", "style"];
1885
+ const _excluded$2x = ["testId", "size", "color", "style"];
1886
1886
  const IconBriefcase = forwardRef((_ref, ref) => {
1887
1887
  let {
1888
1888
  testId = 'icon-briefcase',
@@ -1890,7 +1890,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
1890
1890
  color,
1891
1891
  style
1892
1892
  } = _ref,
1893
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1893
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1894
1894
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1895
1895
  const styleProps = {
1896
1896
  size: !size && isInsideButton ? 'medium' : size,
@@ -1911,7 +1911,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
1911
1911
  });
1912
1912
  IconBriefcase.displayName = 'IconBriefcase';
1913
1913
 
1914
- const _excluded$2v = ["testId", "size", "color", "style"];
1914
+ const _excluded$2w = ["testId", "size", "color", "style"];
1915
1915
  const IconBullseyeArrow = forwardRef((_ref, ref) => {
1916
1916
  let {
1917
1917
  testId = 'icon-bullseye-arrow',
@@ -1919,7 +1919,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
1919
1919
  color,
1920
1920
  style
1921
1921
  } = _ref,
1922
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
1922
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1923
1923
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1924
1924
  const styleProps = {
1925
1925
  size: !size && isInsideButton ? 'medium' : size,
@@ -1942,7 +1942,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
1942
1942
  });
1943
1943
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
1944
1944
 
1945
- const _excluded$2u = ["testId", "size", "color", "style"];
1945
+ const _excluded$2v = ["testId", "size", "color", "style"];
1946
1946
  const IconCalculator = forwardRef((_ref, ref) => {
1947
1947
  let {
1948
1948
  testId = 'icon-calculator',
@@ -1950,7 +1950,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
1950
1950
  color,
1951
1951
  style
1952
1952
  } = _ref,
1953
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
1953
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
1954
1954
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1955
1955
  const styleProps = {
1956
1956
  size: !size && isInsideButton ? 'medium' : size,
@@ -1973,7 +1973,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
1973
1973
  });
1974
1974
  IconCalculator.displayName = 'IconCalculator';
1975
1975
 
1976
- const _excluded$2t = ["testId", "size", "color", "style"];
1976
+ const _excluded$2u = ["testId", "size", "color", "style"];
1977
1977
  const IconCalendarAlt = forwardRef((_ref, ref) => {
1978
1978
  let {
1979
1979
  testId = 'icon-calendar-alt',
@@ -1981,7 +1981,7 @@ const IconCalendarAlt = forwardRef((_ref, ref) => {
1981
1981
  color,
1982
1982
  style
1983
1983
  } = _ref,
1984
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
1984
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
1985
1985
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1986
1986
  const styleProps = {
1987
1987
  size: !size && isInsideButton ? 'medium' : size,
@@ -2004,7 +2004,7 @@ const IconCalendarAlt = forwardRef((_ref, ref) => {
2004
2004
  });
2005
2005
  IconCalendarAlt.displayName = 'IconCalendarAlt';
2006
2006
 
2007
- const _excluded$2s = ["testId", "size", "color", "style"];
2007
+ const _excluded$2t = ["testId", "size", "color", "style"];
2008
2008
  const IconCalendarCheck = forwardRef((_ref, ref) => {
2009
2009
  let {
2010
2010
  testId = 'icon-calendar-check',
@@ -2012,7 +2012,7 @@ const IconCalendarCheck = forwardRef((_ref, ref) => {
2012
2012
  color,
2013
2013
  style
2014
2014
  } = _ref,
2015
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
2015
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
2016
2016
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2017
2017
  const styleProps = {
2018
2018
  size: !size && isInsideButton ? 'medium' : size,
@@ -2035,7 +2035,7 @@ const IconCalendarCheck = forwardRef((_ref, ref) => {
2035
2035
  });
2036
2036
  IconCalendarCheck.displayName = 'IconCalendarCheck';
2037
2037
 
2038
- const _excluded$2r = ["testId", "size", "color", "style"];
2038
+ const _excluded$2s = ["testId", "size", "color", "style"];
2039
2039
  const IconCalendarDay = forwardRef((_ref, ref) => {
2040
2040
  let {
2041
2041
  testId = 'icon-calendar-day',
@@ -2043,7 +2043,7 @@ const IconCalendarDay = forwardRef((_ref, ref) => {
2043
2043
  color,
2044
2044
  style
2045
2045
  } = _ref,
2046
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
2046
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
2047
2047
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2048
2048
  const styleProps = {
2049
2049
  size: !size && isInsideButton ? 'medium' : size,
@@ -2071,7 +2071,7 @@ const IconCalendarDay = forwardRef((_ref, ref) => {
2071
2071
  });
2072
2072
  IconCalendarDay.displayName = 'IconCalendarDay';
2073
2073
 
2074
- const _excluded$2q = ["testId", "size", "color", "style"];
2074
+ const _excluded$2r = ["testId", "size", "color", "style"];
2075
2075
  const IconCalendarExclamation = forwardRef((_ref, ref) => {
2076
2076
  let {
2077
2077
  testId = 'icon-calendar-exclamation',
@@ -2079,7 +2079,7 @@ const IconCalendarExclamation = forwardRef((_ref, ref) => {
2079
2079
  color,
2080
2080
  style
2081
2081
  } = _ref,
2082
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
2082
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
2083
2083
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2084
2084
  const styleProps = {
2085
2085
  size: !size && isInsideButton ? 'medium' : size,
@@ -2100,7 +2100,7 @@ const IconCalendarExclamation = forwardRef((_ref, ref) => {
2100
2100
  });
2101
2101
  IconCalendarExclamation.displayName = 'IconCalendarExclamation';
2102
2102
 
2103
- const _excluded$2p = ["testId", "size", "color", "style"];
2103
+ const _excluded$2q = ["testId", "size", "color", "style"];
2104
2104
  const IconCalendarStar = forwardRef((_ref, ref) => {
2105
2105
  let {
2106
2106
  testId = 'icon-calendar-star',
@@ -2108,7 +2108,7 @@ const IconCalendarStar = forwardRef((_ref, ref) => {
2108
2108
  color,
2109
2109
  style
2110
2110
  } = _ref,
2111
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
2111
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
2112
2112
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2113
2113
  const styleProps = {
2114
2114
  size: !size && isInsideButton ? 'medium' : size,
@@ -2129,7 +2129,7 @@ const IconCalendarStar = forwardRef((_ref, ref) => {
2129
2129
  });
2130
2130
  IconCalendarStar.displayName = 'IconCalendarStar';
2131
2131
 
2132
- const _excluded$2o = ["testId", "size", "color", "style"];
2132
+ const _excluded$2p = ["testId", "size", "color", "style"];
2133
2133
  const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2134
2134
  let {
2135
2135
  testId = 'icon-calendar-tomorrow',
@@ -2137,7 +2137,7 @@ const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2137
2137
  color,
2138
2138
  style
2139
2139
  } = _ref,
2140
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
2140
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
2141
2141
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2142
2142
  const styleProps = {
2143
2143
  size: !size && isInsideButton ? 'medium' : size,
@@ -2167,7 +2167,7 @@ const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2167
2167
  });
2168
2168
  IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
2169
2169
 
2170
- const _excluded$2n = ["testId", "size", "color", "style"];
2170
+ const _excluded$2o = ["testId", "size", "color", "style"];
2171
2171
  const IconCalendar = forwardRef((_ref, ref) => {
2172
2172
  let {
2173
2173
  testId = 'icon-calendar',
@@ -2175,7 +2175,7 @@ const IconCalendar = forwardRef((_ref, ref) => {
2175
2175
  color,
2176
2176
  style
2177
2177
  } = _ref,
2178
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
2178
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
2179
2179
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2180
2180
  const styleProps = {
2181
2181
  size: !size && isInsideButton ? 'medium' : size,
@@ -2198,7 +2198,7 @@ const IconCalendar = forwardRef((_ref, ref) => {
2198
2198
  });
2199
2199
  IconCalendar.displayName = 'IconCalendar';
2200
2200
 
2201
- const _excluded$2m = ["testId", "size", "color", "style"];
2201
+ const _excluded$2n = ["testId", "size", "color", "style"];
2202
2202
  const IconCameraSlash = forwardRef((_ref, ref) => {
2203
2203
  let {
2204
2204
  testId = 'icon-camera-slash',
@@ -2206,7 +2206,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
2206
2206
  color,
2207
2207
  style
2208
2208
  } = _ref,
2209
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2209
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
2210
2210
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2211
2211
  const styleProps = {
2212
2212
  size: !size && isInsideButton ? 'medium' : size,
@@ -2230,7 +2230,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
2230
2230
  });
2231
2231
  IconCameraSlash.displayName = 'IconCameraSlash';
2232
2232
 
2233
- const _excluded$2l = ["testId", "size", "color", "style"];
2233
+ const _excluded$2m = ["testId", "size", "color", "style"];
2234
2234
  const IconCamera = forwardRef((_ref, ref) => {
2235
2235
  let {
2236
2236
  testId = 'icon-camera',
@@ -2238,7 +2238,7 @@ const IconCamera = forwardRef((_ref, ref) => {
2238
2238
  color,
2239
2239
  style
2240
2240
  } = _ref,
2241
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2241
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2242
2242
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2243
2243
  const styleProps = {
2244
2244
  size: !size && isInsideButton ? 'medium' : size,
@@ -2259,7 +2259,7 @@ const IconCamera = forwardRef((_ref, ref) => {
2259
2259
  });
2260
2260
  IconCamera.displayName = 'IconCamera';
2261
2261
 
2262
- const _excluded$2k = ["testId", "size", "color", "style"];
2262
+ const _excluded$2l = ["testId", "size", "color", "style"];
2263
2263
  const IconCashRegister = forwardRef((_ref, ref) => {
2264
2264
  let {
2265
2265
  testId = 'icon-cash-register',
@@ -2267,7 +2267,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2267
2267
  color,
2268
2268
  style
2269
2269
  } = _ref,
2270
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2270
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2271
2271
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2272
2272
  const styleProps = {
2273
2273
  size: !size && isInsideButton ? 'medium' : size,
@@ -2288,7 +2288,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2288
2288
  });
2289
2289
  IconCashRegister.displayName = 'IconCashRegister';
2290
2290
 
2291
- const _excluded$2j = ["testId", "size", "color", "style"];
2291
+ const _excluded$2k = ["testId", "size", "color", "style"];
2292
2292
  const IconChartBar = forwardRef((_ref, ref) => {
2293
2293
  let {
2294
2294
  testId = 'icon-chart-bar',
@@ -2296,7 +2296,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2296
2296
  color,
2297
2297
  style
2298
2298
  } = _ref,
2299
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2299
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2300
2300
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2301
2301
  const styleProps = {
2302
2302
  size: !size && isInsideButton ? 'medium' : size,
@@ -2319,7 +2319,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2319
2319
  });
2320
2320
  IconChartBar.displayName = 'IconChartBar';
2321
2321
 
2322
- const _excluded$2i = ["testId", "size", "color", "style"];
2322
+ const _excluded$2j = ["testId", "size", "color", "style"];
2323
2323
  const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2324
2324
  let {
2325
2325
  testId = 'icon-check-circle-incomplete',
@@ -2327,7 +2327,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2327
2327
  color,
2328
2328
  style
2329
2329
  } = _ref,
2330
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2330
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2331
2331
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2332
2332
  const styleProps = {
2333
2333
  size: !size && isInsideButton ? 'medium' : size,
@@ -2348,7 +2348,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2348
2348
  });
2349
2349
  IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
2350
2350
 
2351
- const _excluded$2h = ["testId", "size", "color", "style"];
2351
+ const _excluded$2i = ["testId", "size", "color", "style"];
2352
2352
  const IconCheck = forwardRef((_ref, ref) => {
2353
2353
  let {
2354
2354
  testId = 'icon-check',
@@ -2356,7 +2356,7 @@ const IconCheck = forwardRef((_ref, ref) => {
2356
2356
  color,
2357
2357
  style
2358
2358
  } = _ref,
2359
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2359
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2360
2360
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2361
2361
  const styleProps = {
2362
2362
  size: !size && isInsideButton ? 'medium' : size,
@@ -2379,7 +2379,7 @@ const IconCheck = forwardRef((_ref, ref) => {
2379
2379
  });
2380
2380
  IconCheck.displayName = 'IconCheck';
2381
2381
 
2382
- const _excluded$2g = ["testId", "size", "color", "style"];
2382
+ const _excluded$2h = ["testId", "size", "color", "style"];
2383
2383
  const IconChevronDown = forwardRef((_ref, ref) => {
2384
2384
  let {
2385
2385
  testId = 'icon-chevron-down',
@@ -2387,7 +2387,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
2387
2387
  color,
2388
2388
  style
2389
2389
  } = _ref,
2390
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2390
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2391
2391
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2392
2392
  const styleProps = {
2393
2393
  size: !size && isInsideButton ? 'medium' : size,
@@ -2410,7 +2410,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
2410
2410
  });
2411
2411
  IconChevronDown.displayName = 'IconChevronDown';
2412
2412
 
2413
- const _excluded$2f = ["testId", "size", "color", "style"];
2413
+ const _excluded$2g = ["testId", "size", "color", "style"];
2414
2414
  const IconChevronLeft = forwardRef((_ref, ref) => {
2415
2415
  let {
2416
2416
  testId = 'icon-chevron-left',
@@ -2418,7 +2418,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
2418
2418
  color,
2419
2419
  style
2420
2420
  } = _ref,
2421
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2421
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2422
2422
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2423
2423
  const styleProps = {
2424
2424
  size: !size && isInsideButton ? 'medium' : size,
@@ -2441,7 +2441,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
2441
2441
  });
2442
2442
  IconChevronLeft.displayName = 'IconChevronLeft';
2443
2443
 
2444
- const _excluded$2e = ["testId", "size", "color", "style"];
2444
+ const _excluded$2f = ["testId", "size", "color", "style"];
2445
2445
  const IconChevronRight = forwardRef((_ref, ref) => {
2446
2446
  let {
2447
2447
  testId = 'icon-chevron-right',
@@ -2449,7 +2449,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
2449
2449
  color,
2450
2450
  style
2451
2451
  } = _ref,
2452
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2452
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2453
2453
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2454
2454
  const styleProps = {
2455
2455
  size: !size && isInsideButton ? 'medium' : size,
@@ -2472,7 +2472,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
2472
2472
  });
2473
2473
  IconChevronRight.displayName = 'IconChevronRight';
2474
2474
 
2475
- const _excluded$2d = ["testId", "size", "color", "style"];
2475
+ const _excluded$2e = ["testId", "size", "color", "style"];
2476
2476
  const IconChevronUp = forwardRef((_ref, ref) => {
2477
2477
  let {
2478
2478
  testId = 'icon-chevron-up',
@@ -2480,7 +2480,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
2480
2480
  color,
2481
2481
  style
2482
2482
  } = _ref,
2483
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2483
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2484
2484
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2485
2485
  const styleProps = {
2486
2486
  size: !size && isInsideButton ? 'medium' : size,
@@ -2503,7 +2503,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
2503
2503
  });
2504
2504
  IconChevronUp.displayName = 'IconChevronUp';
2505
2505
 
2506
- const _excluded$2c = ["testId", "size", "color", "style"];
2506
+ const _excluded$2d = ["testId", "size", "color", "style"];
2507
2507
  const IconClipboardList = forwardRef((_ref, ref) => {
2508
2508
  let {
2509
2509
  testId = 'icon-clipboard-list',
@@ -2511,7 +2511,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
2511
2511
  color,
2512
2512
  style
2513
2513
  } = _ref,
2514
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2514
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2515
2515
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2516
2516
  const styleProps = {
2517
2517
  size: !size && isInsideButton ? 'medium' : size,
@@ -2534,7 +2534,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
2534
2534
  });
2535
2535
  IconClipboardList.displayName = 'IconClipboardList';
2536
2536
 
2537
- const _excluded$2b = ["testId", "size", "color", "style"];
2537
+ const _excluded$2c = ["testId", "size", "color", "style"];
2538
2538
  const IconClockExclamation = forwardRef((_ref, ref) => {
2539
2539
  let {
2540
2540
  testId = 'icon-clock-exclamation',
@@ -2542,7 +2542,7 @@ const IconClockExclamation = forwardRef((_ref, ref) => {
2542
2542
  color,
2543
2543
  style
2544
2544
  } = _ref,
2545
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2545
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2546
2546
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2547
2547
  const styleProps = {
2548
2548
  size: !size && isInsideButton ? 'medium' : size,
@@ -2570,7 +2570,7 @@ const IconClockExclamation = forwardRef((_ref, ref) => {
2570
2570
  });
2571
2571
  IconClockExclamation.displayName = 'IconClockExclamation';
2572
2572
 
2573
- const _excluded$2a = ["testId", "size", "color", "style"];
2573
+ const _excluded$2b = ["testId", "size", "color", "style"];
2574
2574
  const IconClockRewind = forwardRef((_ref, ref) => {
2575
2575
  let {
2576
2576
  testId = 'icon-clock-rewind',
@@ -2578,7 +2578,7 @@ const IconClockRewind = forwardRef((_ref, ref) => {
2578
2578
  color,
2579
2579
  style
2580
2580
  } = _ref,
2581
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2581
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2582
2582
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2583
2583
  const styleProps = {
2584
2584
  size: !size && isInsideButton ? 'medium' : size,
@@ -2606,7 +2606,7 @@ const IconClockRewind = forwardRef((_ref, ref) => {
2606
2606
  });
2607
2607
  IconClockRewind.displayName = 'IconClockRewind';
2608
2608
 
2609
- const _excluded$29 = ["testId", "size", "color", "style"];
2609
+ const _excluded$2a = ["testId", "size", "color", "style"];
2610
2610
  const IconClock = forwardRef((_ref, ref) => {
2611
2611
  let {
2612
2612
  testId = 'icon-clock',
@@ -2614,7 +2614,7 @@ const IconClock = forwardRef((_ref, ref) => {
2614
2614
  color,
2615
2615
  style
2616
2616
  } = _ref,
2617
- props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2617
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2618
2618
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2619
2619
  const styleProps = {
2620
2620
  size: !size && isInsideButton ? 'medium' : size,
@@ -2635,7 +2635,7 @@ const IconClock = forwardRef((_ref, ref) => {
2635
2635
  });
2636
2636
  IconClock.displayName = 'IconClock';
2637
2637
 
2638
- const _excluded$28 = ["testId", "size", "color", "style"];
2638
+ const _excluded$29 = ["testId", "size", "color", "style"];
2639
2639
  const IconCog = forwardRef((_ref, ref) => {
2640
2640
  let {
2641
2641
  testId = 'icon-cog',
@@ -2643,7 +2643,7 @@ const IconCog = forwardRef((_ref, ref) => {
2643
2643
  color,
2644
2644
  style
2645
2645
  } = _ref,
2646
- props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2646
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2647
2647
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2648
2648
  const styleProps = {
2649
2649
  size: !size && isInsideButton ? 'medium' : size,
@@ -2664,7 +2664,7 @@ const IconCog = forwardRef((_ref, ref) => {
2664
2664
  });
2665
2665
  IconCog.displayName = 'IconCog';
2666
2666
 
2667
- const _excluded$27 = ["testId", "size", "color", "style"];
2667
+ const _excluded$28 = ["testId", "size", "color", "style"];
2668
2668
  const IconCommentLines = forwardRef((_ref, ref) => {
2669
2669
  let {
2670
2670
  testId = 'icon-comment-lines',
@@ -2672,7 +2672,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
2672
2672
  color,
2673
2673
  style
2674
2674
  } = _ref,
2675
- props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2675
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2676
2676
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2677
2677
  const styleProps = {
2678
2678
  size: !size && isInsideButton ? 'medium' : size,
@@ -2698,7 +2698,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
2698
2698
  });
2699
2699
  IconCommentLines.displayName = 'IconCommentLines';
2700
2700
 
2701
- const _excluded$26 = ["testId", "size", "color", "style"];
2701
+ const _excluded$27 = ["testId", "size", "color", "style"];
2702
2702
  const IconComment = forwardRef((_ref, ref) => {
2703
2703
  let {
2704
2704
  testId = 'icon-comment',
@@ -2706,7 +2706,7 @@ const IconComment = forwardRef((_ref, ref) => {
2706
2706
  color,
2707
2707
  style
2708
2708
  } = _ref,
2709
- props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2709
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2710
2710
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2711
2711
  const styleProps = {
2712
2712
  size: !size && isInsideButton ? 'medium' : size,
@@ -2729,7 +2729,7 @@ const IconComment = forwardRef((_ref, ref) => {
2729
2729
  });
2730
2730
  IconComment.displayName = 'IconComment';
2731
2731
 
2732
- const _excluded$25 = ["testId", "size", "color", "style"];
2732
+ const _excluded$26 = ["testId", "size", "color", "style"];
2733
2733
  const IconCopy = forwardRef((_ref, ref) => {
2734
2734
  let {
2735
2735
  testId = 'icon-copy',
@@ -2737,7 +2737,7 @@ const IconCopy = forwardRef((_ref, ref) => {
2737
2737
  color,
2738
2738
  style
2739
2739
  } = _ref,
2740
- props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2740
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2741
2741
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2742
2742
  const styleProps = {
2743
2743
  size: !size && isInsideButton ? 'medium' : size,
@@ -2765,7 +2765,7 @@ const IconCopy = forwardRef((_ref, ref) => {
2765
2765
  });
2766
2766
  IconCopy.displayName = 'IconCopy';
2767
2767
 
2768
- const _excluded$24 = ["testId", "size", "color", "style"];
2768
+ const _excluded$25 = ["testId", "size", "color", "style"];
2769
2769
  const IconCreditCardPlus = forwardRef((_ref, ref) => {
2770
2770
  let {
2771
2771
  testId = 'icon-credit-card-plus',
@@ -2773,7 +2773,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2773
2773
  color,
2774
2774
  style
2775
2775
  } = _ref,
2776
- props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2776
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2777
2777
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2778
2778
  const styleProps = {
2779
2779
  size: !size && isInsideButton ? 'medium' : size,
@@ -2803,7 +2803,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2803
2803
  });
2804
2804
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2805
2805
 
2806
- const _excluded$23 = ["testId", "size", "color", "style"];
2806
+ const _excluded$24 = ["testId", "size", "color", "style"];
2807
2807
  const IconCreditCard = forwardRef((_ref, ref) => {
2808
2808
  let {
2809
2809
  testId = 'icon-credit-card',
@@ -2811,7 +2811,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2811
2811
  color,
2812
2812
  style
2813
2813
  } = _ref,
2814
- props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2814
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2815
2815
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2816
2816
  const styleProps = {
2817
2817
  size: !size && isInsideButton ? 'medium' : size,
@@ -2839,7 +2839,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2839
2839
  });
2840
2840
  IconCreditCard.displayName = 'IconCreditCard';
2841
2841
 
2842
- const _excluded$22 = ["testId", "size", "color", "style"];
2842
+ const _excluded$23 = ["testId", "size", "color", "style"];
2843
2843
  const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2844
2844
  let {
2845
2845
  testId = 'icon-decent-monochromatic',
@@ -2847,7 +2847,7 @@ const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2847
2847
  color,
2848
2848
  style
2849
2849
  } = _ref,
2850
- props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2850
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2851
2851
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2852
2852
  const styleProps = {
2853
2853
  size: !size && isInsideButton ? 'medium' : size,
@@ -2890,7 +2890,7 @@ const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2890
2890
  });
2891
2891
  IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
2892
2892
 
2893
- const _excluded$21 = ["testId", "size", "color", "style"];
2893
+ const _excluded$22 = ["testId", "size", "color", "style"];
2894
2894
  const IconDecent = forwardRef((_ref, ref) => {
2895
2895
  let {
2896
2896
  testId = 'icon-decent',
@@ -2898,7 +2898,7 @@ const IconDecent = forwardRef((_ref, ref) => {
2898
2898
  color,
2899
2899
  style
2900
2900
  } = _ref,
2901
- props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
2901
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2902
2902
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2903
2903
  const styleProps = {
2904
2904
  size: !size && isInsideButton ? 'medium' : size,
@@ -2929,7 +2929,7 @@ const IconDecent = forwardRef((_ref, ref) => {
2929
2929
  });
2930
2930
  IconDecent.displayName = 'IconDecent';
2931
2931
 
2932
- const _excluded$20 = ["testId", "size", "color", "style"];
2932
+ const _excluded$21 = ["testId", "size", "color", "style"];
2933
2933
  const IconDollarSign = forwardRef((_ref, ref) => {
2934
2934
  let {
2935
2935
  testId = 'icon-dollar-sign',
@@ -2937,7 +2937,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
2937
2937
  color,
2938
2938
  style
2939
2939
  } = _ref,
2940
- props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
2940
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
2941
2941
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2942
2942
  const styleProps = {
2943
2943
  size: !size && isInsideButton ? 'medium' : size,
@@ -2958,7 +2958,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
2958
2958
  });
2959
2959
  IconDollarSign.displayName = 'IconDollarSign';
2960
2960
 
2961
- const _excluded$1$ = ["testId", "size", "color", "style"];
2961
+ const _excluded$20 = ["testId", "size", "color", "style"];
2962
2962
  const IconDownload = forwardRef((_ref, ref) => {
2963
2963
  let {
2964
2964
  testId = 'icon-download',
@@ -2966,7 +2966,7 @@ const IconDownload = forwardRef((_ref, ref) => {
2966
2966
  color,
2967
2967
  style
2968
2968
  } = _ref,
2969
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
2969
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
2970
2970
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2971
2971
  const styleProps = {
2972
2972
  size: !size && isInsideButton ? 'medium' : size,
@@ -2989,7 +2989,7 @@ const IconDownload = forwardRef((_ref, ref) => {
2989
2989
  });
2990
2990
  IconDownload.displayName = 'IconDownload';
2991
2991
 
2992
- const _excluded$1_ = ["testId", "size", "color", "style"];
2992
+ const _excluded$1$ = ["testId", "size", "color", "style"];
2993
2993
  const IconEdit = forwardRef((_ref, ref) => {
2994
2994
  let {
2995
2995
  testId = 'icon-edit',
@@ -2997,7 +2997,7 @@ const IconEdit = forwardRef((_ref, ref) => {
2997
2997
  color,
2998
2998
  style
2999
2999
  } = _ref,
3000
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3000
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3001
3001
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3002
3002
  const styleProps = {
3003
3003
  size: !size && isInsideButton ? 'medium' : size,
@@ -3018,7 +3018,7 @@ const IconEdit = forwardRef((_ref, ref) => {
3018
3018
  });
3019
3019
  IconEdit.displayName = 'IconEdit';
3020
3020
 
3021
- const _excluded$1Z = ["testId", "size", "color", "style"];
3021
+ const _excluded$1_ = ["testId", "size", "color", "style"];
3022
3022
  const IconEllipsisV = forwardRef((_ref, ref) => {
3023
3023
  let {
3024
3024
  testId = 'icon-ellipsis-v',
@@ -3026,7 +3026,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
3026
3026
  color,
3027
3027
  style
3028
3028
  } = _ref,
3029
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3029
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3030
3030
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3031
3031
  const styleProps = {
3032
3032
  size: !size && isInsideButton ? 'medium' : size,
@@ -3049,7 +3049,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
3049
3049
  });
3050
3050
  IconEllipsisV.displayName = 'IconEllipsisV';
3051
3051
 
3052
- const _excluded$1Y = ["testId", "size", "color", "style"];
3052
+ const _excluded$1Z = ["testId", "size", "color", "style"];
3053
3053
  const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
3054
3054
  let {
3055
3055
  testId = 'icon-envelope-open-dollar',
@@ -3057,7 +3057,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
3057
3057
  color,
3058
3058
  style
3059
3059
  } = _ref,
3060
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3060
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3061
3061
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3062
3062
  const styleProps = {
3063
3063
  size: !size && isInsideButton ? 'medium' : size,
@@ -3085,7 +3085,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
3085
3085
  });
3086
3086
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
3087
3087
 
3088
- const _excluded$1X = ["testId", "size", "color", "style"];
3088
+ const _excluded$1Y = ["testId", "size", "color", "style"];
3089
3089
  const IconEnvelope = forwardRef((_ref, ref) => {
3090
3090
  let {
3091
3091
  testId = 'icon-envelope',
@@ -3093,7 +3093,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
3093
3093
  color,
3094
3094
  style
3095
3095
  } = _ref,
3096
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3096
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3097
3097
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3098
3098
  const styleProps = {
3099
3099
  size: !size && isInsideButton ? 'medium' : size,
@@ -3114,7 +3114,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
3114
3114
  });
3115
3115
  IconEnvelope.displayName = 'IconEnvelope';
3116
3116
 
3117
- const _excluded$1W = ["testId", "size", "color", "style"];
3117
+ const _excluded$1X = ["testId", "size", "color", "style"];
3118
3118
  const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3119
3119
  let {
3120
3120
  testId = 'icon-exclaimation-triangle',
@@ -3122,7 +3122,7 @@ const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3122
3122
  color,
3123
3123
  style
3124
3124
  } = _ref,
3125
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3125
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3126
3126
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3127
3127
  const styleProps = {
3128
3128
  size: !size && isInsideButton ? 'medium' : size,
@@ -3145,7 +3145,7 @@ const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3145
3145
  });
3146
3146
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
3147
3147
 
3148
- const _excluded$1V = ["testId", "size", "color", "style"];
3148
+ const _excluded$1W = ["testId", "size", "color", "style"];
3149
3149
  const IconExclaimation = forwardRef((_ref, ref) => {
3150
3150
  let {
3151
3151
  testId = 'icon-exclaimation',
@@ -3153,7 +3153,7 @@ const IconExclaimation = forwardRef((_ref, ref) => {
3153
3153
  color,
3154
3154
  style
3155
3155
  } = _ref,
3156
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3156
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3157
3157
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3158
3158
  const styleProps = {
3159
3159
  size: !size && isInsideButton ? 'medium' : size,
@@ -3174,7 +3174,7 @@ const IconExclaimation = forwardRef((_ref, ref) => {
3174
3174
  });
3175
3175
  IconExclaimation.displayName = 'IconExclaimation';
3176
3176
 
3177
- const _excluded$1U = ["testId", "size", "color", "style"];
3177
+ const _excluded$1V = ["testId", "size", "color", "style"];
3178
3178
  const IconExpand = forwardRef((_ref, ref) => {
3179
3179
  let {
3180
3180
  testId = 'icon-expand',
@@ -3182,7 +3182,7 @@ const IconExpand = forwardRef((_ref, ref) => {
3182
3182
  color,
3183
3183
  style
3184
3184
  } = _ref,
3185
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3185
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3186
3186
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3187
3187
  const styleProps = {
3188
3188
  size: !size && isInsideButton ? 'medium' : size,
@@ -3203,7 +3203,7 @@ const IconExpand = forwardRef((_ref, ref) => {
3203
3203
  });
3204
3204
  IconExpand.displayName = 'IconExpand';
3205
3205
 
3206
- const _excluded$1T = ["testId", "size", "color", "style"];
3206
+ const _excluded$1U = ["testId", "size", "color", "style"];
3207
3207
  const IconExternalLink = forwardRef((_ref, ref) => {
3208
3208
  let {
3209
3209
  testId = 'icon-external-link',
@@ -3211,7 +3211,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
3211
3211
  color,
3212
3212
  style
3213
3213
  } = _ref,
3214
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3214
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3215
3215
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3216
3216
  const styleProps = {
3217
3217
  size: !size && isInsideButton ? 'medium' : size,
@@ -3234,7 +3234,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
3234
3234
  });
3235
3235
  IconExternalLink.displayName = 'IconExternalLink';
3236
3236
 
3237
- const _excluded$1S = ["testId", "size", "color", "style"];
3237
+ const _excluded$1T = ["testId", "size", "color", "style"];
3238
3238
  const IconEyeSlash = forwardRef((_ref, ref) => {
3239
3239
  let {
3240
3240
  testId = 'icon-eye-slash',
@@ -3242,7 +3242,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
3242
3242
  color,
3243
3243
  style
3244
3244
  } = _ref,
3245
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3245
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3246
3246
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3247
3247
  const styleProps = {
3248
3248
  size: !size && isInsideButton ? 'medium' : size,
@@ -3277,7 +3277,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
3277
3277
  });
3278
3278
  IconEyeSlash.displayName = 'IconEyeSlash';
3279
3279
 
3280
- const _excluded$1R = ["testId", "size", "color", "style"];
3280
+ const _excluded$1S = ["testId", "size", "color", "style"];
3281
3281
  const IconEye = forwardRef((_ref, ref) => {
3282
3282
  let {
3283
3283
  testId = 'icon-eye',
@@ -3285,7 +3285,7 @@ const IconEye = forwardRef((_ref, ref) => {
3285
3285
  color,
3286
3286
  style
3287
3287
  } = _ref,
3288
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3288
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3289
3289
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3290
3290
  const styleProps = {
3291
3291
  size: !size && isInsideButton ? 'medium' : size,
@@ -3313,7 +3313,7 @@ const IconEye = forwardRef((_ref, ref) => {
3313
3313
  });
3314
3314
  IconEye.displayName = 'IconEye';
3315
3315
 
3316
- const _excluded$1Q = ["testId", "size", "color", "style"];
3316
+ const _excluded$1R = ["testId", "size", "color", "style"];
3317
3317
  const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
3318
3318
  let {
3319
3319
  testId = 'icon-face-smile-relaxed',
@@ -3321,7 +3321,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
3321
3321
  color,
3322
3322
  style
3323
3323
  } = _ref,
3324
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3324
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3325
3325
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3326
3326
  const styleProps = {
3327
3327
  size: !size && isInsideButton ? 'medium' : size,
@@ -3349,7 +3349,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
3349
3349
  });
3350
3350
  IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
3351
3351
 
3352
- const _excluded$1P = ["testId", "size", "color", "style"];
3352
+ const _excluded$1Q = ["testId", "size", "color", "style"];
3353
3353
  const IconFilePdf = forwardRef((_ref, ref) => {
3354
3354
  let {
3355
3355
  testId = 'icon-file-pdf',
@@ -3357,7 +3357,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
3357
3357
  color,
3358
3358
  style
3359
3359
  } = _ref,
3360
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3360
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3361
3361
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3362
3362
  const styleProps = {
3363
3363
  size: !size && isInsideButton ? 'medium' : size,
@@ -3385,7 +3385,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
3385
3385
  });
3386
3386
  IconFilePdf.displayName = 'IconFilePdf';
3387
3387
 
3388
- const _excluded$1O = ["testId", "size", "color", "style"];
3388
+ const _excluded$1P = ["testId", "size", "color", "style"];
3389
3389
  const IconFile = forwardRef((_ref, ref) => {
3390
3390
  let {
3391
3391
  testId = 'icon-file',
@@ -3393,7 +3393,7 @@ const IconFile = forwardRef((_ref, ref) => {
3393
3393
  color,
3394
3394
  style
3395
3395
  } = _ref,
3396
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3396
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3397
3397
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3398
3398
  const styleProps = {
3399
3399
  size: !size && isInsideButton ? 'medium' : size,
@@ -3421,7 +3421,7 @@ const IconFile = forwardRef((_ref, ref) => {
3421
3421
  });
3422
3422
  IconFile.displayName = 'IconFile';
3423
3423
 
3424
- const _excluded$1N = ["testId", "size", "color", "style"];
3424
+ const _excluded$1O = ["testId", "size", "color", "style"];
3425
3425
  const IconFlag = forwardRef((_ref, ref) => {
3426
3426
  let {
3427
3427
  testId = 'icon-flag',
@@ -3429,7 +3429,7 @@ const IconFlag = forwardRef((_ref, ref) => {
3429
3429
  color,
3430
3430
  style
3431
3431
  } = _ref,
3432
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3432
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3433
3433
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3434
3434
  const styleProps = {
3435
3435
  size: !size && isInsideButton ? 'medium' : size,
@@ -3457,7 +3457,7 @@ const IconFlag = forwardRef((_ref, ref) => {
3457
3457
  });
3458
3458
  IconFlag.displayName = 'IconFlag';
3459
3459
 
3460
- const _excluded$1M = ["testId", "size", "color", "style"];
3460
+ const _excluded$1N = ["testId", "size", "color", "style"];
3461
3461
  const IconFourDotsCircle = forwardRef((_ref, ref) => {
3462
3462
  let {
3463
3463
  testId = 'icon-four-dots-circle',
@@ -3465,7 +3465,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
3465
3465
  color,
3466
3466
  style
3467
3467
  } = _ref,
3468
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3468
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3469
3469
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3470
3470
  const styleProps = {
3471
3471
  size: !size && isInsideButton ? 'medium' : size,
@@ -3488,7 +3488,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
3488
3488
  });
3489
3489
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
3490
3490
 
3491
- const _excluded$1L = ["testId", "size", "color", "style"];
3491
+ const _excluded$1M = ["testId", "size", "color", "style"];
3492
3492
  const IconFourSquares = forwardRef((_ref, ref) => {
3493
3493
  let {
3494
3494
  testId = 'icon-four-squares',
@@ -3496,7 +3496,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
3496
3496
  color,
3497
3497
  style
3498
3498
  } = _ref,
3499
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3499
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3500
3500
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3501
3501
  const styleProps = {
3502
3502
  size: !size && isInsideButton ? 'medium' : size,
@@ -3542,7 +3542,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
3542
3542
  });
3543
3543
  IconFourSquares.displayName = 'IconFourSquares';
3544
3544
 
3545
- const _excluded$1K = ["testId", "size", "color", "style"];
3545
+ const _excluded$1L = ["testId", "size", "color", "style"];
3546
3546
  const IconGavel = forwardRef((_ref, ref) => {
3547
3547
  let {
3548
3548
  testId = 'icon-gavel',
@@ -3550,7 +3550,7 @@ const IconGavel = forwardRef((_ref, ref) => {
3550
3550
  color,
3551
3551
  style
3552
3552
  } = _ref,
3553
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3553
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3554
3554
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3555
3555
  const styleProps = {
3556
3556
  size: !size && isInsideButton ? 'medium' : size,
@@ -3571,7 +3571,7 @@ const IconGavel = forwardRef((_ref, ref) => {
3571
3571
  });
3572
3572
  IconGavel.displayName = 'IconGavel';
3573
3573
 
3574
- const _excluded$1J = ["testId", "size", "color", "style"];
3574
+ const _excluded$1K = ["testId", "size", "color", "style"];
3575
3575
  const IconGif = forwardRef((_ref, ref) => {
3576
3576
  let {
3577
3577
  testId = 'icon-gif',
@@ -3579,7 +3579,7 @@ const IconGif = forwardRef((_ref, ref) => {
3579
3579
  color,
3580
3580
  style
3581
3581
  } = _ref,
3582
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3582
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3583
3583
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3584
3584
  const styleProps = {
3585
3585
  size: !size && isInsideButton ? 'medium' : size,
@@ -3604,7 +3604,7 @@ const IconGif = forwardRef((_ref, ref) => {
3604
3604
  });
3605
3605
  IconGif.displayName = 'IconGif';
3606
3606
 
3607
- const _excluded$1I = ["testId", "size", "color", "style"];
3607
+ const _excluded$1J = ["testId", "size", "color", "style"];
3608
3608
  const IconGift = forwardRef((_ref, ref) => {
3609
3609
  let {
3610
3610
  testId = 'icon-gift',
@@ -3612,7 +3612,7 @@ const IconGift = forwardRef((_ref, ref) => {
3612
3612
  color,
3613
3613
  style
3614
3614
  } = _ref,
3615
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3615
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3616
3616
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3617
3617
  const styleProps = {
3618
3618
  size: !size && isInsideButton ? 'medium' : size,
@@ -3633,7 +3633,7 @@ const IconGift = forwardRef((_ref, ref) => {
3633
3633
  });
3634
3634
  IconGift.displayName = 'IconGift';
3635
3635
 
3636
- const _excluded$1H = ["testId", "size", "color", "style"];
3636
+ const _excluded$1I = ["testId", "size", "color", "style"];
3637
3637
  const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3638
3638
  let {
3639
3639
  testId = 'icon-good-monochromatic',
@@ -3641,7 +3641,7 @@ const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3641
3641
  color,
3642
3642
  style
3643
3643
  } = _ref,
3644
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3644
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3645
3645
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3646
3646
  const styleProps = {
3647
3647
  size: !size && isInsideButton ? 'medium' : size,
@@ -3680,7 +3680,7 @@ const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3680
3680
  });
3681
3681
  IconGoodMonochromatic.displayName = 'IconGoodMonochromatic';
3682
3682
 
3683
- const _excluded$1G = ["testId", "size", "color", "style"];
3683
+ const _excluded$1H = ["testId", "size", "color", "style"];
3684
3684
  const IconGood = forwardRef((_ref, ref) => {
3685
3685
  let {
3686
3686
  testId = 'icon-good',
@@ -3688,7 +3688,7 @@ const IconGood = forwardRef((_ref, ref) => {
3688
3688
  color,
3689
3689
  style
3690
3690
  } = _ref,
3691
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3691
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3692
3692
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3693
3693
  const styleProps = {
3694
3694
  size: !size && isInsideButton ? 'medium' : size,
@@ -3715,7 +3715,7 @@ const IconGood = forwardRef((_ref, ref) => {
3715
3715
  });
3716
3716
  IconGood.displayName = 'IconGood';
3717
3717
 
3718
- const _excluded$1F = ["testId", "size", "color", "style"];
3718
+ const _excluded$1G = ["testId", "size", "color", "style"];
3719
3719
  const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3720
3720
  let {
3721
3721
  testId = 'icon-great-monochromatic',
@@ -3723,7 +3723,7 @@ const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3723
3723
  color,
3724
3724
  style
3725
3725
  } = _ref,
3726
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3726
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3727
3727
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3728
3728
  const styleProps = {
3729
3729
  size: !size && isInsideButton ? 'medium' : size,
@@ -3764,7 +3764,7 @@ const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3764
3764
  });
3765
3765
  IconGreatMonochromatic.displayName = 'IconGreatMonochromatic';
3766
3766
 
3767
- const _excluded$1E = ["testId", "size", "color", "style"];
3767
+ const _excluded$1F = ["testId", "size", "color", "style"];
3768
3768
  const IconGreat = forwardRef((_ref, ref) => {
3769
3769
  let {
3770
3770
  testId = 'icon-great',
@@ -3772,7 +3772,7 @@ const IconGreat = forwardRef((_ref, ref) => {
3772
3772
  color,
3773
3773
  style
3774
3774
  } = _ref,
3775
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3775
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3776
3776
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3777
3777
  const styleProps = {
3778
3778
  size: !size && isInsideButton ? 'medium' : size,
@@ -3801,7 +3801,7 @@ const IconGreat = forwardRef((_ref, ref) => {
3801
3801
  });
3802
3802
  IconGreat.displayName = 'IconGreat';
3803
3803
 
3804
- const _excluded$1D = ["testId", "size", "color", "style"];
3804
+ const _excluded$1E = ["testId", "size", "color", "style"];
3805
3805
  const IconGrinBeam = forwardRef((_ref, ref) => {
3806
3806
  let {
3807
3807
  testId = 'icon-grin-beam',
@@ -3809,7 +3809,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
3809
3809
  color,
3810
3810
  style
3811
3811
  } = _ref,
3812
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3812
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3813
3813
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3814
3814
  const styleProps = {
3815
3815
  size: !size && isInsideButton ? 'medium' : size,
@@ -3830,7 +3830,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
3830
3830
  });
3831
3831
  IconGrinBeam.displayName = 'IconGrinBeam';
3832
3832
 
3833
- const _excluded$1C = ["testId", "size", "color", "style"];
3833
+ const _excluded$1D = ["testId", "size", "color", "style"];
3834
3834
  const IconGripVertical = forwardRef((_ref, ref) => {
3835
3835
  let {
3836
3836
  testId = 'icon-grip-vertical',
@@ -3838,7 +3838,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
3838
3838
  color,
3839
3839
  style
3840
3840
  } = _ref,
3841
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3841
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3842
3842
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3843
3843
  const styleProps = {
3844
3844
  size: !size && isInsideButton ? 'medium' : size,
@@ -3886,7 +3886,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
3886
3886
  });
3887
3887
  IconGripVertical.displayName = 'IconGripVertical';
3888
3888
 
3889
- const _excluded$1B = ["testId", "size", "color", "style"];
3889
+ const _excluded$1C = ["testId", "size", "color", "style"];
3890
3890
  const IconHandHoldingDollar = forwardRef((_ref, ref) => {
3891
3891
  let {
3892
3892
  testId = 'icon-hand-holding-dollar',
@@ -3894,7 +3894,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
3894
3894
  color,
3895
3895
  style
3896
3896
  } = _ref,
3897
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3897
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3898
3898
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3899
3899
  const styleProps = {
3900
3900
  size: !size && isInsideButton ? 'medium' : size,
@@ -3922,7 +3922,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
3922
3922
  });
3923
3923
  IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
3924
3924
 
3925
- const _excluded$1A = ["testId", "size", "color", "style"];
3925
+ const _excluded$1B = ["testId", "size", "color", "style"];
3926
3926
  const IconHandPointRight = forwardRef((_ref, ref) => {
3927
3927
  let {
3928
3928
  testId = 'icon-hand-point-right',
@@ -3930,7 +3930,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
3930
3930
  color,
3931
3931
  style
3932
3932
  } = _ref,
3933
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3933
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3934
3934
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3935
3935
  const styleProps = {
3936
3936
  size: !size && isInsideButton ? 'medium' : size,
@@ -3951,7 +3951,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
3951
3951
  });
3952
3952
  IconHandPointRight.displayName = 'IconHandPointRight';
3953
3953
 
3954
- const _excluded$1z = ["testId", "size", "color", "style"];
3954
+ const _excluded$1A = ["testId", "size", "color", "style"];
3955
3955
  const IconHandshake = forwardRef((_ref, ref) => {
3956
3956
  let {
3957
3957
  testId = 'icon-handshake',
@@ -3959,7 +3959,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
3959
3959
  color,
3960
3960
  style
3961
3961
  } = _ref,
3962
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3962
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3963
3963
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3964
3964
  const styleProps = {
3965
3965
  size: !size && isInsideButton ? 'medium' : size,
@@ -3987,7 +3987,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
3987
3987
  });
3988
3988
  IconHandshake.displayName = 'IconHandshake';
3989
3989
 
3990
- const _excluded$1y = ["testId", "size", "color", "style"];
3990
+ const _excluded$1z = ["testId", "size", "color", "style"];
3991
3991
  const IconHatChef = forwardRef((_ref, ref) => {
3992
3992
  let {
3993
3993
  testId = 'icon-hat-chef',
@@ -3995,7 +3995,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
3995
3995
  color,
3996
3996
  style
3997
3997
  } = _ref,
3998
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3998
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3999
3999
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4000
4000
  const styleProps = {
4001
4001
  size: !size && isInsideButton ? 'medium' : size,
@@ -4016,7 +4016,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
4016
4016
  });
4017
4017
  IconHatChef.displayName = 'IconHatChef';
4018
4018
 
4019
- const _excluded$1x = ["testId", "size", "color", "style"];
4019
+ const _excluded$1y = ["testId", "size", "color", "style"];
4020
4020
  const IconImage = forwardRef((_ref, ref) => {
4021
4021
  let {
4022
4022
  testId = 'icon-image',
@@ -4024,7 +4024,7 @@ const IconImage = forwardRef((_ref, ref) => {
4024
4024
  color,
4025
4025
  style
4026
4026
  } = _ref,
4027
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
4027
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
4028
4028
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4029
4029
  const styleProps = {
4030
4030
  size: !size && isInsideButton ? 'medium' : size,
@@ -4052,7 +4052,7 @@ const IconImage = forwardRef((_ref, ref) => {
4052
4052
  });
4053
4053
  IconImage.displayName = 'IconImage';
4054
4054
 
4055
- const _excluded$1w = ["testId", "size", "color", "style"];
4055
+ const _excluded$1x = ["testId", "size", "color", "style"];
4056
4056
  const IconIslandTropical = forwardRef((_ref, ref) => {
4057
4057
  let {
4058
4058
  testId = 'icon-island-tropical',
@@ -4060,7 +4060,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
4060
4060
  color,
4061
4061
  style
4062
4062
  } = _ref,
4063
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
4063
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
4064
4064
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4065
4065
  const styleProps = {
4066
4066
  size: !size && isInsideButton ? 'medium' : size,
@@ -4083,7 +4083,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
4083
4083
  });
4084
4084
  IconIslandTropical.displayName = 'IconIslandTropical';
4085
4085
 
4086
- const _excluded$1v = ["testId", "size", "color", "style"];
4086
+ const _excluded$1w = ["testId", "size", "color", "style"];
4087
4087
  const IconItalic = forwardRef((_ref, ref) => {
4088
4088
  let {
4089
4089
  testId = 'icon-italic',
@@ -4091,7 +4091,7 @@ const IconItalic = forwardRef((_ref, ref) => {
4091
4091
  color,
4092
4092
  style
4093
4093
  } = _ref,
4094
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
4094
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
4095
4095
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4096
4096
  const styleProps = {
4097
4097
  size: !size && isInsideButton ? 'medium' : size,
@@ -4112,7 +4112,7 @@ const IconItalic = forwardRef((_ref, ref) => {
4112
4112
  });
4113
4113
  IconItalic.displayName = 'IconItalic';
4114
4114
 
4115
- const _excluded$1u = ["testId", "size", "color", "style"];
4115
+ const _excluded$1v = ["testId", "size", "color", "style"];
4116
4116
  const IconLaptopSearch = forwardRef((_ref, ref) => {
4117
4117
  let {
4118
4118
  testId = 'icon-laptop-search',
@@ -4120,7 +4120,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
4120
4120
  color,
4121
4121
  style
4122
4122
  } = _ref,
4123
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
4123
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
4124
4124
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4125
4125
  const styleProps = {
4126
4126
  size: !size && isInsideButton ? 'medium' : size,
@@ -4150,7 +4150,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
4150
4150
  });
4151
4151
  IconLaptopSearch.displayName = 'IconLaptopSearch';
4152
4152
 
4153
- const _excluded$1t = ["testId", "size", "color", "style"];
4153
+ const _excluded$1u = ["testId", "size", "color", "style"];
4154
4154
  const IconLink = forwardRef((_ref, ref) => {
4155
4155
  let {
4156
4156
  testId = 'icon-link',
@@ -4158,7 +4158,7 @@ const IconLink = forwardRef((_ref, ref) => {
4158
4158
  color,
4159
4159
  style
4160
4160
  } = _ref,
4161
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
4161
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
4162
4162
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4163
4163
  const styleProps = {
4164
4164
  size: !size && isInsideButton ? 'medium' : size,
@@ -4186,7 +4186,7 @@ const IconLink = forwardRef((_ref, ref) => {
4186
4186
  });
4187
4187
  IconLink.displayName = 'IconLink';
4188
4188
 
4189
- const _excluded$1s = ["testId", "size", "color", "style"];
4189
+ const _excluded$1t = ["testId", "size", "color", "style"];
4190
4190
  const IconListOI = forwardRef((_ref, ref) => {
4191
4191
  let {
4192
4192
  testId = 'icon-list-o-i',
@@ -4194,7 +4194,7 @@ const IconListOI = forwardRef((_ref, ref) => {
4194
4194
  color,
4195
4195
  style
4196
4196
  } = _ref,
4197
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
4197
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
4198
4198
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4199
4199
  const styleProps = {
4200
4200
  size: !size && isInsideButton ? 'medium' : size,
@@ -4222,7 +4222,7 @@ const IconListOI = forwardRef((_ref, ref) => {
4222
4222
  });
4223
4223
  IconListOI.displayName = 'IconListOI';
4224
4224
 
4225
- const _excluded$1r = ["testId", "size", "color", "style"];
4225
+ const _excluded$1s = ["testId", "size", "color", "style"];
4226
4226
  const IconList = forwardRef((_ref, ref) => {
4227
4227
  let {
4228
4228
  testId = 'icon-list',
@@ -4230,7 +4230,7 @@ const IconList = forwardRef((_ref, ref) => {
4230
4230
  color,
4231
4231
  style
4232
4232
  } = _ref,
4233
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
4233
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
4234
4234
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4235
4235
  const styleProps = {
4236
4236
  size: !size && isInsideButton ? 'medium' : size,
@@ -4251,7 +4251,7 @@ const IconList = forwardRef((_ref, ref) => {
4251
4251
  });
4252
4252
  IconList.displayName = 'IconList';
4253
4253
 
4254
- const _excluded$1q = ["testId", "size", "color", "style"];
4254
+ const _excluded$1r = ["testId", "size", "color", "style"];
4255
4255
  const IconLock = forwardRef((_ref, ref) => {
4256
4256
  let {
4257
4257
  testId = 'icon-lock',
@@ -4259,7 +4259,7 @@ const IconLock = forwardRef((_ref, ref) => {
4259
4259
  color,
4260
4260
  style
4261
4261
  } = _ref,
4262
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4262
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
4263
4263
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4264
4264
  const styleProps = {
4265
4265
  size: !size && isInsideButton ? 'medium' : size,
@@ -4280,7 +4280,7 @@ const IconLock = forwardRef((_ref, ref) => {
4280
4280
  });
4281
4281
  IconLock.displayName = 'IconLock';
4282
4282
 
4283
- const _excluded$1p = ["testId", "size", "color", "style"];
4283
+ const _excluded$1q = ["testId", "size", "color", "style"];
4284
4284
  const IconMagicSolid = forwardRef((_ref, ref) => {
4285
4285
  let {
4286
4286
  testId = 'icon-magic-solid',
@@ -4288,7 +4288,7 @@ const IconMagicSolid = forwardRef((_ref, ref) => {
4288
4288
  color,
4289
4289
  style
4290
4290
  } = _ref,
4291
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4291
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4292
4292
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4293
4293
  const styleProps = {
4294
4294
  size: !size && isInsideButton ? 'medium' : size,
@@ -4311,7 +4311,7 @@ const IconMagicSolid = forwardRef((_ref, ref) => {
4311
4311
  });
4312
4312
  IconMagicSolid.displayName = 'IconMagicSolid';
4313
4313
 
4314
- const _excluded$1o = ["testId", "size", "color", "style"];
4314
+ const _excluded$1p = ["testId", "size", "color", "style"];
4315
4315
  const IconMapMarker = forwardRef((_ref, ref) => {
4316
4316
  let {
4317
4317
  testId = 'icon-map-marker',
@@ -4319,7 +4319,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
4319
4319
  color,
4320
4320
  style
4321
4321
  } = _ref,
4322
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4322
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4323
4323
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4324
4324
  const styleProps = {
4325
4325
  size: !size && isInsideButton ? 'medium' : size,
@@ -4342,7 +4342,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
4342
4342
  });
4343
4343
  IconMapMarker.displayName = 'IconMapMarker';
4344
4344
 
4345
- const _excluded$1n = ["testId", "size", "color", "style"];
4345
+ const _excluded$1o = ["testId", "size", "color", "style"];
4346
4346
  const IconMedal = forwardRef((_ref, ref) => {
4347
4347
  let {
4348
4348
  testId = 'icon-medal',
@@ -4350,7 +4350,7 @@ const IconMedal = forwardRef((_ref, ref) => {
4350
4350
  color,
4351
4351
  style
4352
4352
  } = _ref,
4353
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4353
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4354
4354
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4355
4355
  const styleProps = {
4356
4356
  size: !size && isInsideButton ? 'medium' : size,
@@ -4378,7 +4378,7 @@ const IconMedal = forwardRef((_ref, ref) => {
4378
4378
  });
4379
4379
  IconMedal.displayName = 'IconMedal';
4380
4380
 
4381
- const _excluded$1m = ["testId", "size", "color", "style"];
4381
+ const _excluded$1n = ["testId", "size", "color", "style"];
4382
4382
  const IconMegaphone = forwardRef((_ref, ref) => {
4383
4383
  let {
4384
4384
  testId = 'icon-megaphone',
@@ -4386,7 +4386,7 @@ const IconMegaphone = forwardRef((_ref, ref) => {
4386
4386
  color,
4387
4387
  style
4388
4388
  } = _ref,
4389
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4389
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4390
4390
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4391
4391
  const styleProps = {
4392
4392
  size: !size && isInsideButton ? 'medium' : size,
@@ -4409,7 +4409,7 @@ const IconMegaphone = forwardRef((_ref, ref) => {
4409
4409
  });
4410
4410
  IconMegaphone.displayName = 'IconMegaphone';
4411
4411
 
4412
- const _excluded$1l = ["testId", "size", "color", "style"];
4412
+ const _excluded$1m = ["testId", "size", "color", "style"];
4413
4413
  const IconMessages = forwardRef((_ref, ref) => {
4414
4414
  let {
4415
4415
  testId = 'icon-messages',
@@ -4417,7 +4417,7 @@ const IconMessages = forwardRef((_ref, ref) => {
4417
4417
  color,
4418
4418
  style
4419
4419
  } = _ref,
4420
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4420
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4421
4421
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4422
4422
  const styleProps = {
4423
4423
  size: !size && isInsideButton ? 'medium' : size,
@@ -4438,7 +4438,7 @@ const IconMessages = forwardRef((_ref, ref) => {
4438
4438
  });
4439
4439
  IconMessages.displayName = 'IconMessages';
4440
4440
 
4441
- const _excluded$1k = ["testId", "size", "color", "style"];
4441
+ const _excluded$1l = ["testId", "size", "color", "style"];
4442
4442
  const IconMinusCircle = forwardRef((_ref, ref) => {
4443
4443
  let {
4444
4444
  testId = 'icon-minus-circle',
@@ -4446,7 +4446,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4446
4446
  color,
4447
4447
  style
4448
4448
  } = _ref,
4449
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4449
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4450
4450
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4451
4451
  const styleProps = {
4452
4452
  size: !size && isInsideButton ? 'medium' : size,
@@ -4467,7 +4467,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4467
4467
  });
4468
4468
  IconMinusCircle.displayName = 'IconMinusCircle';
4469
4469
 
4470
- const _excluded$1j = ["testId", "size", "color", "style"];
4470
+ const _excluded$1k = ["testId", "size", "color", "style"];
4471
4471
  const IconMinus = forwardRef((_ref, ref) => {
4472
4472
  let {
4473
4473
  testId = 'icon-minus',
@@ -4475,7 +4475,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4475
4475
  color,
4476
4476
  style
4477
4477
  } = _ref,
4478
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4478
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4479
4479
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4480
4480
  const styleProps = {
4481
4481
  size: !size && isInsideButton ? 'medium' : size,
@@ -4496,7 +4496,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4496
4496
  });
4497
4497
  IconMinus.displayName = 'IconMinus';
4498
4498
 
4499
- const _excluded$1i = ["testId", "size", "color", "style"];
4499
+ const _excluded$1j = ["testId", "size", "color", "style"];
4500
4500
  const IconMoneyBill = forwardRef((_ref, ref) => {
4501
4501
  let {
4502
4502
  testId = 'icon-money-bill',
@@ -4504,7 +4504,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
4504
4504
  color,
4505
4505
  style
4506
4506
  } = _ref,
4507
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4507
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4508
4508
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4509
4509
  const styleProps = {
4510
4510
  size: !size && isInsideButton ? 'medium' : size,
@@ -4525,7 +4525,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
4525
4525
  });
4526
4526
  IconMoneyBill.displayName = 'IconMoneyBill';
4527
4527
 
4528
- const _excluded$1h = ["testId", "size", "color", "style"];
4528
+ const _excluded$1i = ["testId", "size", "color", "style"];
4529
4529
  const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4530
4530
  let {
4531
4531
  testId = 'icon-mug-saucer-solid',
@@ -4533,7 +4533,7 @@ const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4533
4533
  color,
4534
4534
  style
4535
4535
  } = _ref,
4536
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4536
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4537
4537
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4538
4538
  const styleProps = {
4539
4539
  size: !size && isInsideButton ? 'medium' : size,
@@ -4554,7 +4554,7 @@ const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4554
4554
  });
4555
4555
  IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
4556
4556
 
4557
- const _excluded$1g = ["testId", "size", "color", "style"];
4557
+ const _excluded$1h = ["testId", "size", "color", "style"];
4558
4558
  const IconNotesMedical = forwardRef((_ref, ref) => {
4559
4559
  let {
4560
4560
  testId = 'icon-notes-medical',
@@ -4562,7 +4562,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
4562
4562
  color,
4563
4563
  style
4564
4564
  } = _ref,
4565
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4565
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4566
4566
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4567
4567
  const styleProps = {
4568
4568
  size: !size && isInsideButton ? 'medium' : size,
@@ -4583,7 +4583,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
4583
4583
  });
4584
4584
  IconNotesMedical.displayName = 'IconNotesMedical';
4585
4585
 
4586
- const _excluded$1f = ["testId", "size", "color", "style"];
4586
+ const _excluded$1g = ["testId", "size", "color", "style"];
4587
4587
  const IconOvertime = forwardRef((_ref, ref) => {
4588
4588
  let {
4589
4589
  testId = 'icon-overtime',
@@ -4591,7 +4591,7 @@ const IconOvertime = forwardRef((_ref, ref) => {
4591
4591
  color,
4592
4592
  style
4593
4593
  } = _ref,
4594
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4594
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4595
4595
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4596
4596
  const styleProps = {
4597
4597
  size: !size && isInsideButton ? 'medium' : size,
@@ -4619,7 +4619,7 @@ const IconOvertime = forwardRef((_ref, ref) => {
4619
4619
  });
4620
4620
  IconOvertime.displayName = 'IconOvertime';
4621
4621
 
4622
- const _excluded$1e = ["testId", "size", "color", "style"];
4622
+ const _excluded$1f = ["testId", "size", "color", "style"];
4623
4623
  const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4624
4624
  let {
4625
4625
  testId = 'icon-paper-plane-clock',
@@ -4627,7 +4627,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4627
4627
  color,
4628
4628
  style
4629
4629
  } = _ref,
4630
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4630
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4631
4631
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4632
4632
  const styleProps = {
4633
4633
  size: !size && isInsideButton ? 'medium' : size,
@@ -4659,7 +4659,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4659
4659
  });
4660
4660
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
4661
4661
 
4662
- const _excluded$1d = ["testId", "size", "color", "style"];
4662
+ const _excluded$1e = ["testId", "size", "color", "style"];
4663
4663
  const IconPaperPlane = forwardRef((_ref, ref) => {
4664
4664
  let {
4665
4665
  testId = 'icon-paper-plane',
@@ -4667,7 +4667,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4667
4667
  color,
4668
4668
  style
4669
4669
  } = _ref,
4670
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4670
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4671
4671
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4672
4672
  const styleProps = {
4673
4673
  size: !size && isInsideButton ? 'medium' : size,
@@ -4690,7 +4690,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4690
4690
  });
4691
4691
  IconPaperPlane.displayName = 'IconPaperPlane';
4692
4692
 
4693
- const _excluded$1c = ["testId", "size", "color", "style"];
4693
+ const _excluded$1d = ["testId", "size", "color", "style"];
4694
4694
  const IconPaperclip = forwardRef((_ref, ref) => {
4695
4695
  let {
4696
4696
  testId = 'icon-paperclip',
@@ -4698,7 +4698,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
4698
4698
  color,
4699
4699
  style
4700
4700
  } = _ref,
4701
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4701
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4702
4702
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4703
4703
  const styleProps = {
4704
4704
  size: !size && isInsideButton ? 'medium' : size,
@@ -4726,7 +4726,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
4726
4726
  });
4727
4727
  IconPaperclip.displayName = 'IconPaperclip';
4728
4728
 
4729
- const _excluded$1b = ["testId", "size", "color", "style"];
4729
+ const _excluded$1c = ["testId", "size", "color", "style"];
4730
4730
  const IconPencil = forwardRef((_ref, ref) => {
4731
4731
  let {
4732
4732
  testId = 'icon-pencil',
@@ -4734,7 +4734,7 @@ const IconPencil = forwardRef((_ref, ref) => {
4734
4734
  color,
4735
4735
  style
4736
4736
  } = _ref,
4737
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4737
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4738
4738
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4739
4739
  const styleProps = {
4740
4740
  size: !size && isInsideButton ? 'medium' : size,
@@ -4757,7 +4757,7 @@ const IconPencil = forwardRef((_ref, ref) => {
4757
4757
  });
4758
4758
  IconPencil.displayName = 'IconPencil';
4759
4759
 
4760
- const _excluded$1a = ["testId", "size", "color", "style"];
4760
+ const _excluded$1b = ["testId", "size", "color", "style"];
4761
4761
  const IconPercentage = forwardRef((_ref, ref) => {
4762
4762
  let {
4763
4763
  testId = 'icon-percentage',
@@ -4765,7 +4765,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
4765
4765
  color,
4766
4766
  style
4767
4767
  } = _ref,
4768
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4768
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4769
4769
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4770
4770
  const styleProps = {
4771
4771
  size: !size && isInsideButton ? 'medium' : size,
@@ -4786,7 +4786,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
4786
4786
  });
4787
4787
  IconPercentage.displayName = 'IconPercentage';
4788
4788
 
4789
- const _excluded$19 = ["testId", "size", "color", "style"];
4789
+ const _excluded$1a = ["testId", "size", "color", "style"];
4790
4790
  const IconPhone = forwardRef((_ref, ref) => {
4791
4791
  let {
4792
4792
  testId = 'icon-phone',
@@ -4794,7 +4794,7 @@ const IconPhone = forwardRef((_ref, ref) => {
4794
4794
  color,
4795
4795
  style
4796
4796
  } = _ref,
4797
- props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4797
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4798
4798
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4799
4799
  const styleProps = {
4800
4800
  size: !size && isInsideButton ? 'medium' : size,
@@ -4815,7 +4815,7 @@ const IconPhone = forwardRef((_ref, ref) => {
4815
4815
  });
4816
4816
  IconPhone.displayName = 'IconPhone';
4817
4817
 
4818
- const _excluded$18 = ["testId", "size", "color", "style"];
4818
+ const _excluded$19 = ["testId", "size", "color", "style"];
4819
4819
  const IconPlateUtensils = forwardRef((_ref, ref) => {
4820
4820
  let {
4821
4821
  testId = 'icon-plate-utensils',
@@ -4823,7 +4823,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
4823
4823
  color,
4824
4824
  style
4825
4825
  } = _ref,
4826
- props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4826
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4827
4827
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4828
4828
  const styleProps = {
4829
4829
  size: !size && isInsideButton ? 'medium' : size,
@@ -4844,7 +4844,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
4844
4844
  });
4845
4845
  IconPlateUtensils.displayName = 'IconPlateUtensils';
4846
4846
 
4847
- const _excluded$17 = ["testId", "size", "color", "style"];
4847
+ const _excluded$18 = ["testId", "size", "color", "style"];
4848
4848
  const IconPlug = forwardRef((_ref, ref) => {
4849
4849
  let {
4850
4850
  testId = 'icon-plug',
@@ -4852,7 +4852,7 @@ const IconPlug = forwardRef((_ref, ref) => {
4852
4852
  color,
4853
4853
  style
4854
4854
  } = _ref,
4855
- props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4855
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4856
4856
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4857
4857
  const styleProps = {
4858
4858
  size: !size && isInsideButton ? 'medium' : size,
@@ -4875,7 +4875,7 @@ const IconPlug = forwardRef((_ref, ref) => {
4875
4875
  });
4876
4876
  IconPlug.displayName = 'IconPlug';
4877
4877
 
4878
- const _excluded$16 = ["testId", "size", "color", "style"];
4878
+ const _excluded$17 = ["testId", "size", "color", "style"];
4879
4879
  const IconPlus = forwardRef((_ref, ref) => {
4880
4880
  let {
4881
4881
  testId = 'icon-plus',
@@ -4883,7 +4883,7 @@ const IconPlus = forwardRef((_ref, ref) => {
4883
4883
  color,
4884
4884
  style
4885
4885
  } = _ref,
4886
- props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4886
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4887
4887
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4888
4888
  const styleProps = {
4889
4889
  size: !size && isInsideButton ? 'medium' : size,
@@ -4906,7 +4906,7 @@ const IconPlus = forwardRef((_ref, ref) => {
4906
4906
  });
4907
4907
  IconPlus.displayName = 'IconPlus';
4908
4908
 
4909
- const _excluded$15 = ["testId", "size", "color", "style"];
4909
+ const _excluded$16 = ["testId", "size", "color", "style"];
4910
4910
  const IconPrint = forwardRef((_ref, ref) => {
4911
4911
  let {
4912
4912
  testId = 'icon-print',
@@ -4914,7 +4914,7 @@ const IconPrint = forwardRef((_ref, ref) => {
4914
4914
  color,
4915
4915
  style
4916
4916
  } = _ref,
4917
- props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
4917
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4918
4918
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4919
4919
  const styleProps = {
4920
4920
  size: !size && isInsideButton ? 'medium' : size,
@@ -4937,7 +4937,7 @@ const IconPrint = forwardRef((_ref, ref) => {
4937
4937
  });
4938
4938
  IconPrint.displayName = 'IconPrint';
4939
4939
 
4940
- const _excluded$14 = ["testId", "size", "color", "style"];
4940
+ const _excluded$15 = ["testId", "size", "color", "style"];
4941
4941
  const IconQuestionCircle = forwardRef((_ref, ref) => {
4942
4942
  let {
4943
4943
  testId = 'icon-question-circle',
@@ -4945,7 +4945,7 @@ const IconQuestionCircle = forwardRef((_ref, ref) => {
4945
4945
  color,
4946
4946
  style
4947
4947
  } = _ref,
4948
- props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
4948
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
4949
4949
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4950
4950
  const styleProps = {
4951
4951
  size: !size && isInsideButton ? 'medium' : size,
@@ -4966,7 +4966,7 @@ const IconQuestionCircle = forwardRef((_ref, ref) => {
4966
4966
  });
4967
4967
  IconQuestionCircle.displayName = 'IconQuestionCircle';
4968
4968
 
4969
- const _excluded$13 = ["testId", "size", "color", "style"];
4969
+ const _excluded$14 = ["testId", "size", "color", "style"];
4970
4970
  const IconRepeat = forwardRef((_ref, ref) => {
4971
4971
  let {
4972
4972
  testId = 'icon-repeat',
@@ -4974,7 +4974,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
4974
4974
  color,
4975
4975
  style
4976
4976
  } = _ref,
4977
- props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
4977
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
4978
4978
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4979
4979
  const styleProps = {
4980
4980
  size: !size && isInsideButton ? 'medium' : size,
@@ -4995,7 +4995,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
4995
4995
  });
4996
4996
  IconRepeat.displayName = 'IconRepeat';
4997
4997
 
4998
- const _excluded$12 = ["testId", "size", "color", "style"];
4998
+ const _excluded$13 = ["testId", "size", "color", "style"];
4999
4999
  const IconReply = forwardRef((_ref, ref) => {
5000
5000
  let {
5001
5001
  testId = 'icon-reply',
@@ -5003,7 +5003,7 @@ const IconReply = forwardRef((_ref, ref) => {
5003
5003
  color,
5004
5004
  style
5005
5005
  } = _ref,
5006
- props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
5006
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
5007
5007
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5008
5008
  const styleProps = {
5009
5009
  size: !size && isInsideButton ? 'medium' : size,
@@ -5024,7 +5024,7 @@ const IconReply = forwardRef((_ref, ref) => {
5024
5024
  });
5025
5025
  IconReply.displayName = 'IconReply';
5026
5026
 
5027
- const _excluded$11 = ["testId", "size", "color", "style"];
5027
+ const _excluded$12 = ["testId", "size", "color", "style"];
5028
5028
  const IconRocket = forwardRef((_ref, ref) => {
5029
5029
  let {
5030
5030
  testId = 'icon-rocket',
@@ -5032,7 +5032,7 @@ const IconRocket = forwardRef((_ref, ref) => {
5032
5032
  color,
5033
5033
  style
5034
5034
  } = _ref,
5035
- props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
5035
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
5036
5036
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5037
5037
  const styleProps = {
5038
5038
  size: !size && isInsideButton ? 'medium' : size,
@@ -5053,7 +5053,7 @@ const IconRocket = forwardRef((_ref, ref) => {
5053
5053
  });
5054
5054
  IconRocket.displayName = 'IconRocket';
5055
5055
 
5056
- const _excluded$10 = ["testId", "size", "color", "style"];
5056
+ const _excluded$11 = ["testId", "size", "color", "style"];
5057
5057
  const IconSearch = forwardRef((_ref, ref) => {
5058
5058
  let {
5059
5059
  testId = 'icon-search',
@@ -5061,7 +5061,7 @@ const IconSearch = forwardRef((_ref, ref) => {
5061
5061
  color,
5062
5062
  style
5063
5063
  } = _ref,
5064
- props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
5064
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
5065
5065
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5066
5066
  const styleProps = {
5067
5067
  size: !size && isInsideButton ? 'medium' : size,
@@ -5084,7 +5084,7 @@ const IconSearch = forwardRef((_ref, ref) => {
5084
5084
  });
5085
5085
  IconSearch.displayName = 'IconSearch';
5086
5086
 
5087
- const _excluded$$ = ["testId", "size", "color", "style"];
5087
+ const _excluded$10 = ["testId", "size", "color", "style"];
5088
5088
  const IconSignOut = forwardRef((_ref, ref) => {
5089
5089
  let {
5090
5090
  testId = 'icon-sign-out',
@@ -5092,7 +5092,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
5092
5092
  color,
5093
5093
  style
5094
5094
  } = _ref,
5095
- props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
5095
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
5096
5096
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5097
5097
  const styleProps = {
5098
5098
  size: !size && isInsideButton ? 'medium' : size,
@@ -5113,7 +5113,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
5113
5113
  });
5114
5114
  IconSignOut.displayName = 'IconSignOut';
5115
5115
 
5116
- const _excluded$_ = ["testId", "size", "color", "style"];
5116
+ const _excluded$$ = ["testId", "size", "color", "style"];
5117
5117
  const IconSitemap = forwardRef((_ref, ref) => {
5118
5118
  let {
5119
5119
  testId = 'icon-sitemap',
@@ -5121,7 +5121,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
5121
5121
  color,
5122
5122
  style
5123
5123
  } = _ref,
5124
- props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
5124
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
5125
5125
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5126
5126
  const styleProps = {
5127
5127
  size: !size && isInsideButton ? 'medium' : size,
@@ -5144,7 +5144,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
5144
5144
  });
5145
5145
  IconSitemap.displayName = 'IconSitemap';
5146
5146
 
5147
- const _excluded$Z = ["testId", "size", "color", "style"];
5147
+ const _excluded$_ = ["testId", "size", "color", "style"];
5148
5148
  const IconSlidersH = forwardRef((_ref, ref) => {
5149
5149
  let {
5150
5150
  testId = 'icon-sliders-h',
@@ -5152,7 +5152,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
5152
5152
  color,
5153
5153
  style
5154
5154
  } = _ref,
5155
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
5155
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
5156
5156
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5157
5157
  const styleProps = {
5158
5158
  size: !size && isInsideButton ? 'medium' : size,
@@ -5180,7 +5180,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
5180
5180
  });
5181
5181
  IconSlidersH.displayName = 'IconSlidersH';
5182
5182
 
5183
- const _excluded$Y = ["testId", "size", "color", "style"];
5183
+ const _excluded$Z = ["testId", "size", "color", "style"];
5184
5184
  const IconSort = forwardRef((_ref, ref) => {
5185
5185
  let {
5186
5186
  testId = 'icon-sort',
@@ -5188,7 +5188,7 @@ const IconSort = forwardRef((_ref, ref) => {
5188
5188
  color,
5189
5189
  style
5190
5190
  } = _ref,
5191
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
5191
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
5192
5192
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5193
5193
  const styleProps = {
5194
5194
  size: !size && isInsideButton ? 'medium' : size,
@@ -5209,6 +5209,35 @@ const IconSort = forwardRef((_ref, ref) => {
5209
5209
  });
5210
5210
  IconSort.displayName = 'IconSort';
5211
5211
 
5212
+ const _excluded$Y = ["testId", "size", "color", "style"];
5213
+ const IconSparkle = forwardRef((_ref, ref) => {
5214
+ let {
5215
+ testId = 'icon-sparkle',
5216
+ size,
5217
+ color,
5218
+ style
5219
+ } = _ref,
5220
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
5221
+ const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5222
+ const styleProps = {
5223
+ size: !size && isInsideButton ? 'medium' : size,
5224
+ color,
5225
+ style
5226
+ };
5227
+ return React__default.createElement("svg", _extends({
5228
+ xmlns: "http://www.w3.org/2000/svg",
5229
+ fill: "none",
5230
+ viewBox: "0 0 20 20",
5231
+ style: getIconStyles(styleProps),
5232
+ "data-testid": testId,
5233
+ ref: ref
5234
+ }, props), React__default.createElement("path", {
5235
+ fill: "currentColor",
5236
+ d: "M16.875 1c.344 0 .625.29.625.643V3.57h1.875c.344 0 .625.29.625.643a.636.636 0 0 1-.625.643H17.5v1.929a.636.636 0 0 1-.625.643.636.636 0 0 1-.625-.643V4.857h-1.875a.636.636 0 0 1-.625-.643c0-.353.281-.643.625-.643h1.875V1.643c0-.354.281-.643.625-.643Zm0 11.571c.344 0 .625.29.625.643v1.929h1.875c.344 0 .625.29.625.643a.636.636 0 0 1-.625.643H17.5v1.928a.636.636 0 0 1-.625.643.636.636 0 0 1-.625-.643V16.43h-1.875a.636.636 0 0 1-.625-.643c0-.354.281-.643.625-.643h1.875v-1.929c0-.353.281-.643.625-.643ZM5.344 8.41 2.117 9.944l3.227 1.53c.27.13.484.35.61.627l1.487 3.32L8.93 12.1c.125-.277.34-.498.61-.626l3.226-1.531-3.227-1.531a1.268 1.268 0 0 1-.61-.627L7.442 4.467l-1.488 3.32c-.125.276-.34.497-.61.626v-.004Zm-.524 4.235L.363 10.526A.641.641 0 0 1 0 9.944c0-.25.14-.478.363-.583L4.82 7.244l2.055-4.585a.622.622 0 0 1 .566-.373c.243 0 .465.144.567.373l2.058 4.585 4.457 2.113a.642.642 0 0 1 .364.583c0 .249-.14.478-.364.582l-4.453 2.122-2.058 4.58a.622.622 0 0 1-.567.374.622.622 0 0 1-.566-.374l-2.059-4.58Z"
5237
+ }));
5238
+ });
5239
+ IconSparkle.displayName = 'IconSparkle';
5240
+
5212
5241
  const _excluded$X = ["testId", "size", "color", "style"];
5213
5242
  const IconStarSolid = forwardRef((_ref, ref) => {
5214
5243
  let {
@@ -9129,11 +9158,12 @@ const InlineBannerIcon = ({
9129
9158
  }
9130
9159
  };
9131
9160
 
9132
- const _excluded$g = ["children", "theme", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
9161
+ const _excluded$g = ["children", "theme", "icon", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
9133
9162
  const InlineBanner = _ref => {
9134
9163
  let {
9135
9164
  children,
9136
9165
  theme = BANNER_THEME.INFO,
9166
+ icon,
9137
9167
  title,
9138
9168
  onClose,
9139
9169
  caption,
@@ -9164,7 +9194,7 @@ const InlineBanner = _ref => {
9164
9194
  className: classnames(styles$M['banner__icon'], {
9165
9195
  [styles$M['banner__icon--multiline']]: multiLine
9166
9196
  })
9167
- }, React__default.createElement(InlineBannerIcon, {
9197
+ }, icon != null ? icon : React__default.createElement(InlineBannerIcon, {
9168
9198
  theme: theme
9169
9199
  })), React__default.createElement(Layout, {
9170
9200
  justifyContent: multiLine ? undefined : 'space-between',
@@ -13077,7 +13107,7 @@ const TimeRangeField = ({
13077
13107
  })));
13078
13108
  };
13079
13109
 
13080
- var styles$9 = {"currency-field__mask-display":"_ddacu"};
13110
+ var styles$9 = {"currency-field__mask-display":"_ddacu","currency-field__mask-display--disabled":"_o1-zA"};
13081
13111
 
13082
13112
  const CURRENCY_DISPLAY_DEFAULT_MARGIN = 8;
13083
13113
  const CURRENCY_DISPLAY_MARGIN_BUFFER = 1;
@@ -13144,7 +13174,9 @@ const CurrencyFieldElement = (_ref, forwardedRef) => {
13144
13174
  inputProps.onFocus(e);
13145
13175
  }
13146
13176
  }))), showMask && !!inputProps.value && React__default.createElement("div", {
13147
- className: styles$9['currency-field__mask-display'],
13177
+ className: classnames(styles$9['currency-field__mask-display'], {
13178
+ [styles$9['currency-field__mask-display--disabled']]: inputProps.disabled
13179
+ }),
13148
13180
  style: {
13149
13181
  marginLeft: displayPadding
13150
13182
  }
@@ -14555,7 +14587,7 @@ const updateIconSize = child => {
14555
14587
  }));
14556
14588
  };
14557
14589
 
14558
- var styles$3 = {"pill":"_vOTWZ","pill--default":"_j2h8A","pill--success":"_lFih-","pill--danger":"_sLhtK","pill--warning":"_DKrCl","pill--info":"_8TTGV","pill--upsell":"_0-TG8"};
14590
+ var styles$3 = {"pill":"_vOTWZ","pill--default":"_j2h8A","pill--success":"_lFih-","pill--danger":"_sLhtK","pill--warning":"_DKrCl","pill--info":"_8TTGV","pill--upsell":"_0-TG8","pill--alphabetical":"_4M-yZ"};
14559
14591
 
14560
14592
  const PILL_THEME = {
14561
14593
  INFO: 'info',
@@ -14574,6 +14606,7 @@ const PillElement = (_ref, forwardedRef) => {
14574
14606
  testId
14575
14607
  } = _ref,
14576
14608
  rest = _objectWithoutPropertiesLoose(_ref, _excluded);
14609
+ const isAlphabetical = typeof children === 'object' || typeof children === 'string' && isNaN(Number(children));
14577
14610
  return React__default.createElement("div", _extends({
14578
14611
  "data-testid": testId,
14579
14612
  ref: forwardedRef,
@@ -14583,7 +14616,8 @@ const PillElement = (_ref, forwardedRef) => {
14583
14616
  [styles$3['pill--success']]: theme === PILL_THEME.SUCCESS,
14584
14617
  [styles$3['pill--danger']]: theme === PILL_THEME.DANGER,
14585
14618
  [styles$3['pill--info']]: theme === PILL_THEME.INFO,
14586
- [styles$3['pill--upsell']]: theme === PILL_THEME.UPSELL
14619
+ [styles$3['pill--upsell']]: theme === PILL_THEME.UPSELL,
14620
+ [styles$3['pill--alphabetical']]: isAlphabetical
14587
14621
  })
14588
14622
  }, rest), children);
14589
14623
  };
@@ -14792,5 +14826,5 @@ const EmptyState = props => {
14792
14826
  return emptyStateContainer;
14793
14827
  };
14794
14828
 
14795
- 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, 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 };
14829
+ 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 };
14796
14830
  //# sourceMappingURL=index.modern.mjs.map