@7shifts/sous-chef 3.91.1 → 3.92.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ import dateFnsParse from 'date-fns/parse';
13
13
  import startOfDay from 'date-fns/startOfDay';
14
14
  import originalStylers from 'react-day-picker/dist/style.module.css';
15
15
  import 'react-toastify/dist/ReactToastify.css';
16
- import { isSupportedCountry, parsePhoneNumber, AsYouType, getCountryCallingCode } from 'libphonenumber-js';
16
+ import { isSupportedCountry, parsePhoneNumber, AsYouType, getCountryCallingCode, isValidPhoneNumber as isValidPhoneNumber$1 } from 'libphonenumber-js';
17
17
  import Select, { components } from 'react-select';
18
18
  import AsyncSelect from 'react-select/async';
19
19
  import { startOfDay as startOfDay$1, isDate } from 'date-fns';
@@ -282,7 +282,7 @@ const capitalizeFirstLetter = text => {
282
282
  };
283
283
  const kebabize = str => str.replace(/[A-Z]+(?![a-z])|[A-Z]/g, ($, ofs) => (ofs ? '-' : '') + $.toLowerCase());
284
284
 
285
- const _excluded$33 = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
285
+ const _excluded$34 = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
286
286
  const getPositionProps = _ref => {
287
287
  let {
288
288
  m,
@@ -296,7 +296,7 @@ const getPositionProps = _ref => {
296
296
  ml,
297
297
  marginLeft
298
298
  } = _ref,
299
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$33);
299
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$34);
300
300
  return {
301
301
  positionProps: {
302
302
  m,
@@ -332,7 +332,7 @@ const getDataProps = (props, config) => {
332
332
  });
333
333
  };
334
334
 
335
- const _excluded$32 = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
335
+ const _excluded$33 = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
336
336
  /**
337
337
  * Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
338
338
  */
@@ -351,7 +351,7 @@ const Flex = _ref => {
351
351
  testId,
352
352
  extraClass
353
353
  } = _ref,
354
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$32);
354
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$33);
355
355
  const {
356
356
  positionProps,
357
357
  otherProps
@@ -392,7 +392,7 @@ const Flex = _ref => {
392
392
  }, child)));
393
393
  };
394
394
 
395
- const _excluded$31 = ["alignItems"];
395
+ const _excluded$32 = ["alignItems"];
396
396
  /**
397
397
  * Layout component to easily stack elements up in a column.
398
398
  */
@@ -400,7 +400,7 @@ const Stack = _ref => {
400
400
  let {
401
401
  alignItems = 'stretch'
402
402
  } = _ref,
403
- props = _objectWithoutPropertiesLoose(_ref, _excluded$31);
403
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$32);
404
404
  return React.createElement(Flex, _extends({}, props, {
405
405
  alignItems: alignItems,
406
406
  direction: "column"
@@ -409,7 +409,7 @@ const Stack = _ref => {
409
409
 
410
410
  var styles$1s = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
411
411
 
412
- const _excluded$30 = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
412
+ const _excluded$31 = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
413
413
  /**
414
414
  * Used when you want to allow the user to turn some information ON and OFF.
415
415
  *
@@ -425,7 +425,7 @@ const Toggle = _ref => {
425
425
  id,
426
426
  testId
427
427
  } = _ref,
428
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$30);
428
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$31);
429
429
  const {
430
430
  dataProps
431
431
  } = getDataProps(otherProps);
@@ -950,7 +950,7 @@ const COMPONENT_NAMES = {
950
950
  BUTTON: 'BUTTON'
951
951
  };
952
952
 
953
- const _excluded$2$ = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
953
+ const _excluded$30 = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
954
954
  _excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
955
955
  const ButtonComponent = (_ref, ref) => {
956
956
  let {
@@ -972,7 +972,7 @@ const ButtonComponent = (_ref, ref) => {
972
972
  testId,
973
973
  size
974
974
  } = _ref,
975
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2$);
975
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$30);
976
976
  const {
977
977
  positionProps,
978
978
  otherProps
@@ -1115,7 +1115,7 @@ const useIsInsideComponent = parentComponentName => {
1115
1115
  return componentName === parentComponentName;
1116
1116
  };
1117
1117
 
1118
- const _excluded$2_ = ["testId", "size", "color", "style"];
1118
+ const _excluded$2$ = ["testId", "size", "color", "style"];
1119
1119
  const IconInfoCircle = forwardRef((_ref, ref) => {
1120
1120
  let {
1121
1121
  testId = 'icon-info-circle',
@@ -1123,7 +1123,7 @@ const IconInfoCircle = forwardRef((_ref, ref) => {
1123
1123
  color,
1124
1124
  style
1125
1125
  } = _ref,
1126
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2_);
1126
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2$);
1127
1127
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1128
1128
  const styleProps = {
1129
1129
  size: !size && isInsideButton ? 'medium' : size,
@@ -1146,7 +1146,7 @@ const IconInfoCircle = forwardRef((_ref, ref) => {
1146
1146
  });
1147
1147
  IconInfoCircle.displayName = 'IconInfoCircle';
1148
1148
 
1149
- const _excluded$2Z = ["testId", "size", "color", "style"];
1149
+ const _excluded$2_ = ["testId", "size", "color", "style"];
1150
1150
  const IconAnalytics = forwardRef((_ref, ref) => {
1151
1151
  let {
1152
1152
  testId = 'icon-analytics',
@@ -1154,7 +1154,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
1154
1154
  color,
1155
1155
  style
1156
1156
  } = _ref,
1157
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2Z);
1157
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2_);
1158
1158
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1159
1159
  const styleProps = {
1160
1160
  size: !size && isInsideButton ? 'medium' : size,
@@ -1177,7 +1177,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
1177
1177
  });
1178
1178
  IconAnalytics.displayName = 'IconAnalytics';
1179
1179
 
1180
- const _excluded$2Y = ["testId", "size", "color", "style"];
1180
+ const _excluded$2Z = ["testId", "size", "color", "style"];
1181
1181
  const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1182
1182
  let {
1183
1183
  testId = 'icon-arrow-down-wide-short',
@@ -1185,7 +1185,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1185
1185
  color,
1186
1186
  style
1187
1187
  } = _ref,
1188
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2Y);
1188
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2Z);
1189
1189
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1190
1190
  const styleProps = {
1191
1191
  size: !size && isInsideButton ? 'medium' : size,
@@ -1206,7 +1206,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1206
1206
  });
1207
1207
  IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
1208
1208
 
1209
- const _excluded$2X = ["testId", "size", "color", "style"];
1209
+ const _excluded$2Y = ["testId", "size", "color", "style"];
1210
1210
  const IconArrowDown = forwardRef((_ref, ref) => {
1211
1211
  let {
1212
1212
  testId = 'icon-arrow-down',
@@ -1214,7 +1214,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1214
1214
  color,
1215
1215
  style
1216
1216
  } = _ref,
1217
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
1217
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2Y);
1218
1218
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1219
1219
  const styleProps = {
1220
1220
  size: !size && isInsideButton ? 'medium' : size,
@@ -1237,7 +1237,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1237
1237
  });
1238
1238
  IconArrowDown.displayName = 'IconArrowDown';
1239
1239
 
1240
- const _excluded$2W = ["testId", "size", "color", "style"];
1240
+ const _excluded$2X = ["testId", "size", "color", "style"];
1241
1241
  const IconArrowLeft = forwardRef((_ref, ref) => {
1242
1242
  let {
1243
1243
  testId = 'icon-arrow-left',
@@ -1245,7 +1245,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1245
1245
  color,
1246
1246
  style
1247
1247
  } = _ref,
1248
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
1248
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
1249
1249
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1250
1250
  const styleProps = {
1251
1251
  size: !size && isInsideButton ? 'medium' : size,
@@ -1268,7 +1268,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1268
1268
  });
1269
1269
  IconArrowLeft.displayName = 'IconArrowLeft';
1270
1270
 
1271
- const _excluded$2V = ["testId", "size", "color", "style"];
1271
+ const _excluded$2W = ["testId", "size", "color", "style"];
1272
1272
  const IconArrowRight = forwardRef((_ref, ref) => {
1273
1273
  let {
1274
1274
  testId = 'icon-arrow-right',
@@ -1276,7 +1276,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1276
1276
  color,
1277
1277
  style
1278
1278
  } = _ref,
1279
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
1279
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
1280
1280
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1281
1281
  const styleProps = {
1282
1282
  size: !size && isInsideButton ? 'medium' : size,
@@ -1299,7 +1299,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1299
1299
  });
1300
1300
  IconArrowRight.displayName = 'IconArrowRight';
1301
1301
 
1302
- const _excluded$2U = ["testId", "size", "color", "style"];
1302
+ const _excluded$2V = ["testId", "size", "color", "style"];
1303
1303
  const IconArrowToTop = forwardRef((_ref, ref) => {
1304
1304
  let {
1305
1305
  testId = 'icon-arrow-to-top',
@@ -1307,7 +1307,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1307
1307
  color,
1308
1308
  style
1309
1309
  } = _ref,
1310
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
1310
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
1311
1311
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1312
1312
  const styleProps = {
1313
1313
  size: !size && isInsideButton ? 'medium' : size,
@@ -1328,7 +1328,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1328
1328
  });
1329
1329
  IconArrowToTop.displayName = 'IconArrowToTop';
1330
1330
 
1331
- const _excluded$2T = ["testId", "size", "color", "style"];
1331
+ const _excluded$2U = ["testId", "size", "color", "style"];
1332
1332
  const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1333
1333
  let {
1334
1334
  testId = 'icon-arrow-turn-down-right',
@@ -1336,7 +1336,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1336
1336
  color,
1337
1337
  style
1338
1338
  } = _ref,
1339
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
1339
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
1340
1340
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1341
1341
  const styleProps = {
1342
1342
  size: !size && isInsideButton ? 'medium' : size,
@@ -1365,7 +1365,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1365
1365
  });
1366
1366
  IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
1367
1367
 
1368
- const _excluded$2S = ["testId", "size", "color", "style"];
1368
+ const _excluded$2T = ["testId", "size", "color", "style"];
1369
1369
  const IconArrowUp = forwardRef((_ref, ref) => {
1370
1370
  let {
1371
1371
  testId = 'icon-arrow-up',
@@ -1373,7 +1373,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1373
1373
  color,
1374
1374
  style
1375
1375
  } = _ref,
1376
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
1376
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
1377
1377
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1378
1378
  const styleProps = {
1379
1379
  size: !size && isInsideButton ? 'medium' : size,
@@ -1396,7 +1396,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1396
1396
  });
1397
1397
  IconArrowUp.displayName = 'IconArrowUp';
1398
1398
 
1399
- const _excluded$2R = ["testId", "size", "color", "style"];
1399
+ const _excluded$2S = ["testId", "size", "color", "style"];
1400
1400
  const IconAward = forwardRef((_ref, ref) => {
1401
1401
  let {
1402
1402
  testId = 'icon-award',
@@ -1404,7 +1404,7 @@ const IconAward = forwardRef((_ref, ref) => {
1404
1404
  color,
1405
1405
  style
1406
1406
  } = _ref,
1407
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1407
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
1408
1408
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1409
1409
  const styleProps = {
1410
1410
  size: !size && isInsideButton ? 'medium' : size,
@@ -1427,7 +1427,7 @@ const IconAward = forwardRef((_ref, ref) => {
1427
1427
  });
1428
1428
  IconAward.displayName = 'IconAward';
1429
1429
 
1430
- const _excluded$2Q = ["testId", "size", "color", "style"];
1430
+ const _excluded$2R = ["testId", "size", "color", "style"];
1431
1431
  const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1432
1432
  let {
1433
1433
  testId = 'icon-awful-monochromatic',
@@ -1435,7 +1435,7 @@ const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1435
1435
  color,
1436
1436
  style
1437
1437
  } = _ref,
1438
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1438
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1439
1439
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1440
1440
  const styleProps = {
1441
1441
  size: !size && isInsideButton ? 'medium' : size,
@@ -1488,7 +1488,7 @@ const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1488
1488
  });
1489
1489
  IconAwfulMonochromatic.displayName = 'IconAwfulMonochromatic';
1490
1490
 
1491
- const _excluded$2P = ["testId", "size", "color", "style"];
1491
+ const _excluded$2Q = ["testId", "size", "color", "style"];
1492
1492
  const IconAwful = forwardRef((_ref, ref) => {
1493
1493
  let {
1494
1494
  testId = 'icon-awful',
@@ -1496,7 +1496,7 @@ const IconAwful = forwardRef((_ref, ref) => {
1496
1496
  color,
1497
1497
  style
1498
1498
  } = _ref,
1499
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1499
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1500
1500
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1501
1501
  const styleProps = {
1502
1502
  size: !size && isInsideButton ? 'medium' : size,
@@ -1537,7 +1537,7 @@ const IconAwful = forwardRef((_ref, ref) => {
1537
1537
  });
1538
1538
  IconAwful.displayName = 'IconAwful';
1539
1539
 
1540
- const _excluded$2O = ["testId", "size", "color", "style"];
1540
+ const _excluded$2P = ["testId", "size", "color", "style"];
1541
1541
  const IconBadMonochromatic = forwardRef((_ref, ref) => {
1542
1542
  let {
1543
1543
  testId = 'icon-bad-monochromatic',
@@ -1545,7 +1545,7 @@ const IconBadMonochromatic = forwardRef((_ref, ref) => {
1545
1545
  color,
1546
1546
  style
1547
1547
  } = _ref,
1548
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1548
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1549
1549
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1550
1550
  const styleProps = {
1551
1551
  size: !size && isInsideButton ? 'medium' : size,
@@ -1584,7 +1584,7 @@ const IconBadMonochromatic = forwardRef((_ref, ref) => {
1584
1584
  });
1585
1585
  IconBadMonochromatic.displayName = 'IconBadMonochromatic';
1586
1586
 
1587
- const _excluded$2N = ["testId", "size", "color", "style"];
1587
+ const _excluded$2O = ["testId", "size", "color", "style"];
1588
1588
  const IconBad = forwardRef((_ref, ref) => {
1589
1589
  let {
1590
1590
  testId = 'icon-bad',
@@ -1592,7 +1592,7 @@ const IconBad = forwardRef((_ref, ref) => {
1592
1592
  color,
1593
1593
  style
1594
1594
  } = _ref,
1595
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1595
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1596
1596
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1597
1597
  const styleProps = {
1598
1598
  size: !size && isInsideButton ? 'medium' : size,
@@ -1619,7 +1619,7 @@ const IconBad = forwardRef((_ref, ref) => {
1619
1619
  });
1620
1620
  IconBad.displayName = 'IconBad';
1621
1621
 
1622
- const _excluded$2M = ["testId", "size", "color", "style"];
1622
+ const _excluded$2N = ["testId", "size", "color", "style"];
1623
1623
  const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1624
1624
  let {
1625
1625
  testId = 'icon-balance-scale-left',
@@ -1627,7 +1627,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1627
1627
  color,
1628
1628
  style
1629
1629
  } = _ref,
1630
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1630
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1631
1631
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1632
1632
  const styleProps = {
1633
1633
  size: !size && isInsideButton ? 'medium' : size,
@@ -1655,7 +1655,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1655
1655
  });
1656
1656
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
1657
1657
 
1658
- const _excluded$2L = ["testId", "size", "color", "style"];
1658
+ const _excluded$2M = ["testId", "size", "color", "style"];
1659
1659
  const IconBalanceScale = forwardRef((_ref, ref) => {
1660
1660
  let {
1661
1661
  testId = 'icon-balance-scale',
@@ -1663,7 +1663,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
1663
1663
  color,
1664
1664
  style
1665
1665
  } = _ref,
1666
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1666
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1667
1667
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1668
1668
  const styleProps = {
1669
1669
  size: !size && isInsideButton ? 'medium' : size,
@@ -1691,7 +1691,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
1691
1691
  });
1692
1692
  IconBalanceScale.displayName = 'IconBalanceScale';
1693
1693
 
1694
- const _excluded$2K = ["testId", "size", "color", "style"];
1694
+ const _excluded$2L = ["testId", "size", "color", "style"];
1695
1695
  const IconBan = forwardRef((_ref, ref) => {
1696
1696
  let {
1697
1697
  testId = 'icon-ban',
@@ -1699,7 +1699,7 @@ const IconBan = forwardRef((_ref, ref) => {
1699
1699
  color,
1700
1700
  style
1701
1701
  } = _ref,
1702
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1702
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1703
1703
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1704
1704
  const styleProps = {
1705
1705
  size: !size && isInsideButton ? 'medium' : size,
@@ -1720,7 +1720,7 @@ const IconBan = forwardRef((_ref, ref) => {
1720
1720
  });
1721
1721
  IconBan.displayName = 'IconBan';
1722
1722
 
1723
- const _excluded$2J = ["testId", "size", "color", "style"];
1723
+ const _excluded$2K = ["testId", "size", "color", "style"];
1724
1724
  const IconBarsH = forwardRef((_ref, ref) => {
1725
1725
  let {
1726
1726
  testId = 'icon-bars-h',
@@ -1728,7 +1728,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
1728
1728
  color,
1729
1729
  style
1730
1730
  } = _ref,
1731
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1731
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1732
1732
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1733
1733
  const styleProps = {
1734
1734
  size: !size && isInsideButton ? 'medium' : size,
@@ -1751,7 +1751,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
1751
1751
  });
1752
1752
  IconBarsH.displayName = 'IconBarsH';
1753
1753
 
1754
- const _excluded$2I = ["testId", "size", "color", "style"];
1754
+ const _excluded$2J = ["testId", "size", "color", "style"];
1755
1755
  const IconBarsV = forwardRef((_ref, ref) => {
1756
1756
  let {
1757
1757
  testId = 'icon-bars-v',
@@ -1759,7 +1759,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
1759
1759
  color,
1760
1760
  style
1761
1761
  } = _ref,
1762
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1762
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1763
1763
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1764
1764
  const styleProps = {
1765
1765
  size: !size && isInsideButton ? 'medium' : size,
@@ -1780,7 +1780,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
1780
1780
  });
1781
1781
  IconBarsV.displayName = 'IconBarsV';
1782
1782
 
1783
- const _excluded$2H = ["testId", "size", "color", "style"];
1783
+ const _excluded$2I = ["testId", "size", "color", "style"];
1784
1784
  const IconBell = forwardRef((_ref, ref) => {
1785
1785
  let {
1786
1786
  testId = 'icon-bell',
@@ -1788,7 +1788,7 @@ const IconBell = forwardRef((_ref, ref) => {
1788
1788
  color,
1789
1789
  style
1790
1790
  } = _ref,
1791
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1791
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1792
1792
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1793
1793
  const styleProps = {
1794
1794
  size: !size && isInsideButton ? 'medium' : size,
@@ -1811,7 +1811,7 @@ const IconBell = forwardRef((_ref, ref) => {
1811
1811
  });
1812
1812
  IconBell.displayName = 'IconBell';
1813
1813
 
1814
- const _excluded$2G = ["testId", "size", "color", "style"];
1814
+ const _excluded$2H = ["testId", "size", "color", "style"];
1815
1815
  const IconBirthdayCake = forwardRef((_ref, ref) => {
1816
1816
  let {
1817
1817
  testId = 'icon-birthday-cake',
@@ -1819,7 +1819,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
1819
1819
  color,
1820
1820
  style
1821
1821
  } = _ref,
1822
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1822
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1823
1823
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1824
1824
  const styleProps = {
1825
1825
  size: !size && isInsideButton ? 'medium' : size,
@@ -1840,7 +1840,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
1840
1840
  });
1841
1841
  IconBirthdayCake.displayName = 'IconBirthdayCake';
1842
1842
 
1843
- const _excluded$2F = ["testId", "size", "color", "style"];
1843
+ const _excluded$2G = ["testId", "size", "color", "style"];
1844
1844
  const IconBold = forwardRef((_ref, ref) => {
1845
1845
  let {
1846
1846
  testId = 'icon-bold',
@@ -1848,7 +1848,7 @@ const IconBold = forwardRef((_ref, ref) => {
1848
1848
  color,
1849
1849
  style
1850
1850
  } = _ref,
1851
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1851
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1852
1852
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1853
1853
  const styleProps = {
1854
1854
  size: !size && isInsideButton ? 'medium' : size,
@@ -1869,7 +1869,7 @@ const IconBold = forwardRef((_ref, ref) => {
1869
1869
  });
1870
1870
  IconBold.displayName = 'IconBold';
1871
1871
 
1872
- const _excluded$2E = ["testId", "size", "color", "style"];
1872
+ const _excluded$2F = ["testId", "size", "color", "style"];
1873
1873
  const IconBolt = forwardRef((_ref, ref) => {
1874
1874
  let {
1875
1875
  testId = 'icon-bolt',
@@ -1877,7 +1877,7 @@ const IconBolt = forwardRef((_ref, ref) => {
1877
1877
  color,
1878
1878
  style
1879
1879
  } = _ref,
1880
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1880
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1881
1881
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1882
1882
  const styleProps = {
1883
1883
  size: !size && isInsideButton ? 'medium' : size,
@@ -1905,7 +1905,7 @@ const IconBolt = forwardRef((_ref, ref) => {
1905
1905
  });
1906
1906
  IconBolt.displayName = 'IconBolt';
1907
1907
 
1908
- const _excluded$2D = ["testId", "size", "color", "style"];
1908
+ const _excluded$2E = ["testId", "size", "color", "style"];
1909
1909
  const IconBook = forwardRef((_ref, ref) => {
1910
1910
  let {
1911
1911
  testId = 'icon-book',
@@ -1913,7 +1913,7 @@ const IconBook = forwardRef((_ref, ref) => {
1913
1913
  color,
1914
1914
  style
1915
1915
  } = _ref,
1916
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1916
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1917
1917
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1918
1918
  const styleProps = {
1919
1919
  size: !size && isInsideButton ? 'medium' : size,
@@ -1936,7 +1936,7 @@ const IconBook = forwardRef((_ref, ref) => {
1936
1936
  });
1937
1937
  IconBook.displayName = 'IconBook';
1938
1938
 
1939
- const _excluded$2C = ["testId", "size", "color", "style"];
1939
+ const _excluded$2D = ["testId", "size", "color", "style"];
1940
1940
  const IconBriefcase = forwardRef((_ref, ref) => {
1941
1941
  let {
1942
1942
  testId = 'icon-briefcase',
@@ -1944,7 +1944,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
1944
1944
  color,
1945
1945
  style
1946
1946
  } = _ref,
1947
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1947
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1948
1948
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1949
1949
  const styleProps = {
1950
1950
  size: !size && isInsideButton ? 'medium' : size,
@@ -1965,7 +1965,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
1965
1965
  });
1966
1966
  IconBriefcase.displayName = 'IconBriefcase';
1967
1967
 
1968
- const _excluded$2B = ["testId", "size", "color", "style"];
1968
+ const _excluded$2C = ["testId", "size", "color", "style"];
1969
1969
  const IconBullseyeArrow = forwardRef((_ref, ref) => {
1970
1970
  let {
1971
1971
  testId = 'icon-bullseye-arrow',
@@ -1973,7 +1973,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
1973
1973
  color,
1974
1974
  style
1975
1975
  } = _ref,
1976
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1976
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1977
1977
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1978
1978
  const styleProps = {
1979
1979
  size: !size && isInsideButton ? 'medium' : size,
@@ -1996,7 +1996,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
1996
1996
  });
1997
1997
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
1998
1998
 
1999
- const _excluded$2A = ["testId", "size", "color", "style"];
1999
+ const _excluded$2B = ["testId", "size", "color", "style"];
2000
2000
  const IconCalculator = forwardRef((_ref, ref) => {
2001
2001
  let {
2002
2002
  testId = 'icon-calculator',
@@ -2004,7 +2004,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
2004
2004
  color,
2005
2005
  style
2006
2006
  } = _ref,
2007
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
2007
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
2008
2008
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2009
2009
  const styleProps = {
2010
2010
  size: !size && isInsideButton ? 'medium' : size,
@@ -2027,7 +2027,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
2027
2027
  });
2028
2028
  IconCalculator.displayName = 'IconCalculator';
2029
2029
 
2030
- const _excluded$2z = ["testId", "size", "color", "style"];
2030
+ const _excluded$2A = ["testId", "size", "color", "style"];
2031
2031
  const IconCalendarAlt = forwardRef((_ref, ref) => {
2032
2032
  let {
2033
2033
  testId = 'icon-calendar-alt',
@@ -2035,7 +2035,7 @@ const IconCalendarAlt = forwardRef((_ref, ref) => {
2035
2035
  color,
2036
2036
  style
2037
2037
  } = _ref,
2038
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
2038
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
2039
2039
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2040
2040
  const styleProps = {
2041
2041
  size: !size && isInsideButton ? 'medium' : size,
@@ -2058,7 +2058,7 @@ const IconCalendarAlt = forwardRef((_ref, ref) => {
2058
2058
  });
2059
2059
  IconCalendarAlt.displayName = 'IconCalendarAlt';
2060
2060
 
2061
- const _excluded$2y = ["testId", "size", "color", "style"];
2061
+ const _excluded$2z = ["testId", "size", "color", "style"];
2062
2062
  const IconCalendarCheck = forwardRef((_ref, ref) => {
2063
2063
  let {
2064
2064
  testId = 'icon-calendar-check',
@@ -2066,7 +2066,7 @@ const IconCalendarCheck = forwardRef((_ref, ref) => {
2066
2066
  color,
2067
2067
  style
2068
2068
  } = _ref,
2069
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
2069
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
2070
2070
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2071
2071
  const styleProps = {
2072
2072
  size: !size && isInsideButton ? 'medium' : size,
@@ -2089,7 +2089,7 @@ const IconCalendarCheck = forwardRef((_ref, ref) => {
2089
2089
  });
2090
2090
  IconCalendarCheck.displayName = 'IconCalendarCheck';
2091
2091
 
2092
- const _excluded$2x = ["testId", "size", "color", "style"];
2092
+ const _excluded$2y = ["testId", "size", "color", "style"];
2093
2093
  const IconCalendarDay = forwardRef((_ref, ref) => {
2094
2094
  let {
2095
2095
  testId = 'icon-calendar-day',
@@ -2097,7 +2097,7 @@ const IconCalendarDay = forwardRef((_ref, ref) => {
2097
2097
  color,
2098
2098
  style
2099
2099
  } = _ref,
2100
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
2100
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
2101
2101
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2102
2102
  const styleProps = {
2103
2103
  size: !size && isInsideButton ? 'medium' : size,
@@ -2125,7 +2125,7 @@ const IconCalendarDay = forwardRef((_ref, ref) => {
2125
2125
  });
2126
2126
  IconCalendarDay.displayName = 'IconCalendarDay';
2127
2127
 
2128
- const _excluded$2w = ["testId", "size", "color", "style"];
2128
+ const _excluded$2x = ["testId", "size", "color", "style"];
2129
2129
  const IconCalendarExclamation = forwardRef((_ref, ref) => {
2130
2130
  let {
2131
2131
  testId = 'icon-calendar-exclamation',
@@ -2133,7 +2133,7 @@ const IconCalendarExclamation = forwardRef((_ref, ref) => {
2133
2133
  color,
2134
2134
  style
2135
2135
  } = _ref,
2136
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
2136
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
2137
2137
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2138
2138
  const styleProps = {
2139
2139
  size: !size && isInsideButton ? 'medium' : size,
@@ -2154,7 +2154,7 @@ const IconCalendarExclamation = forwardRef((_ref, ref) => {
2154
2154
  });
2155
2155
  IconCalendarExclamation.displayName = 'IconCalendarExclamation';
2156
2156
 
2157
- const _excluded$2v = ["testId", "size", "color", "style"];
2157
+ const _excluded$2w = ["testId", "size", "color", "style"];
2158
2158
  const IconCalendarStar = forwardRef((_ref, ref) => {
2159
2159
  let {
2160
2160
  testId = 'icon-calendar-star',
@@ -2162,7 +2162,7 @@ const IconCalendarStar = forwardRef((_ref, ref) => {
2162
2162
  color,
2163
2163
  style
2164
2164
  } = _ref,
2165
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
2165
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
2166
2166
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2167
2167
  const styleProps = {
2168
2168
  size: !size && isInsideButton ? 'medium' : size,
@@ -2183,7 +2183,7 @@ const IconCalendarStar = forwardRef((_ref, ref) => {
2183
2183
  });
2184
2184
  IconCalendarStar.displayName = 'IconCalendarStar';
2185
2185
 
2186
- const _excluded$2u = ["testId", "size", "color", "style"];
2186
+ const _excluded$2v = ["testId", "size", "color", "style"];
2187
2187
  const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2188
2188
  let {
2189
2189
  testId = 'icon-calendar-tomorrow',
@@ -2191,7 +2191,7 @@ const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2191
2191
  color,
2192
2192
  style
2193
2193
  } = _ref,
2194
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
2194
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
2195
2195
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2196
2196
  const styleProps = {
2197
2197
  size: !size && isInsideButton ? 'medium' : size,
@@ -2221,7 +2221,7 @@ const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2221
2221
  });
2222
2222
  IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
2223
2223
 
2224
- const _excluded$2t = ["testId", "size", "color", "style"];
2224
+ const _excluded$2u = ["testId", "size", "color", "style"];
2225
2225
  const IconCalendar = forwardRef((_ref, ref) => {
2226
2226
  let {
2227
2227
  testId = 'icon-calendar',
@@ -2229,7 +2229,7 @@ const IconCalendar = forwardRef((_ref, ref) => {
2229
2229
  color,
2230
2230
  style
2231
2231
  } = _ref,
2232
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
2232
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
2233
2233
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2234
2234
  const styleProps = {
2235
2235
  size: !size && isInsideButton ? 'medium' : size,
@@ -2252,7 +2252,7 @@ const IconCalendar = forwardRef((_ref, ref) => {
2252
2252
  });
2253
2253
  IconCalendar.displayName = 'IconCalendar';
2254
2254
 
2255
- const _excluded$2s = ["testId", "size", "color", "style"];
2255
+ const _excluded$2t = ["testId", "size", "color", "style"];
2256
2256
  const IconCameraSlash = forwardRef((_ref, ref) => {
2257
2257
  let {
2258
2258
  testId = 'icon-camera-slash',
@@ -2260,7 +2260,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
2260
2260
  color,
2261
2261
  style
2262
2262
  } = _ref,
2263
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
2263
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
2264
2264
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2265
2265
  const styleProps = {
2266
2266
  size: !size && isInsideButton ? 'medium' : size,
@@ -2284,7 +2284,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
2284
2284
  });
2285
2285
  IconCameraSlash.displayName = 'IconCameraSlash';
2286
2286
 
2287
- const _excluded$2r = ["testId", "size", "color", "style"];
2287
+ const _excluded$2s = ["testId", "size", "color", "style"];
2288
2288
  const IconCamera = forwardRef((_ref, ref) => {
2289
2289
  let {
2290
2290
  testId = 'icon-camera',
@@ -2292,7 +2292,7 @@ const IconCamera = forwardRef((_ref, ref) => {
2292
2292
  color,
2293
2293
  style
2294
2294
  } = _ref,
2295
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
2295
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
2296
2296
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2297
2297
  const styleProps = {
2298
2298
  size: !size && isInsideButton ? 'medium' : size,
@@ -2313,7 +2313,7 @@ const IconCamera = forwardRef((_ref, ref) => {
2313
2313
  });
2314
2314
  IconCamera.displayName = 'IconCamera';
2315
2315
 
2316
- const _excluded$2q = ["testId", "size", "color", "style"];
2316
+ const _excluded$2r = ["testId", "size", "color", "style"];
2317
2317
  const IconCashRegister = forwardRef((_ref, ref) => {
2318
2318
  let {
2319
2319
  testId = 'icon-cash-register',
@@ -2321,7 +2321,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2321
2321
  color,
2322
2322
  style
2323
2323
  } = _ref,
2324
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
2324
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
2325
2325
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2326
2326
  const styleProps = {
2327
2327
  size: !size && isInsideButton ? 'medium' : size,
@@ -2342,7 +2342,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2342
2342
  });
2343
2343
  IconCashRegister.displayName = 'IconCashRegister';
2344
2344
 
2345
- const _excluded$2p = ["testId", "size", "color", "style"];
2345
+ const _excluded$2q = ["testId", "size", "color", "style"];
2346
2346
  const IconChartBar = forwardRef((_ref, ref) => {
2347
2347
  let {
2348
2348
  testId = 'icon-chart-bar',
@@ -2350,7 +2350,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2350
2350
  color,
2351
2351
  style
2352
2352
  } = _ref,
2353
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
2353
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
2354
2354
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2355
2355
  const styleProps = {
2356
2356
  size: !size && isInsideButton ? 'medium' : size,
@@ -2373,7 +2373,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2373
2373
  });
2374
2374
  IconChartBar.displayName = 'IconChartBar';
2375
2375
 
2376
- const _excluded$2o = ["testId", "size", "color", "style"];
2376
+ const _excluded$2p = ["testId", "size", "color", "style"];
2377
2377
  const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2378
2378
  let {
2379
2379
  testId = 'icon-check-circle-incomplete',
@@ -2381,7 +2381,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2381
2381
  color,
2382
2382
  style
2383
2383
  } = _ref,
2384
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
2384
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
2385
2385
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2386
2386
  const styleProps = {
2387
2387
  size: !size && isInsideButton ? 'medium' : size,
@@ -2402,7 +2402,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2402
2402
  });
2403
2403
  IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
2404
2404
 
2405
- const _excluded$2n = ["testId", "size", "color", "style"];
2405
+ const _excluded$2o = ["testId", "size", "color", "style"];
2406
2406
  const IconCheckCircle = forwardRef((_ref, ref) => {
2407
2407
  let {
2408
2408
  testId = 'icon-check-circle',
@@ -2410,7 +2410,7 @@ const IconCheckCircle = forwardRef((_ref, ref) => {
2410
2410
  color,
2411
2411
  style
2412
2412
  } = _ref,
2413
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
2413
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
2414
2414
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2415
2415
  const styleProps = {
2416
2416
  size: !size && isInsideButton ? 'medium' : size,
@@ -2431,7 +2431,7 @@ const IconCheckCircle = forwardRef((_ref, ref) => {
2431
2431
  });
2432
2432
  IconCheckCircle.displayName = 'IconCheckCircle';
2433
2433
 
2434
- const _excluded$2m = ["testId", "size", "color", "style"];
2434
+ const _excluded$2n = ["testId", "size", "color", "style"];
2435
2435
  const IconCheck = forwardRef((_ref, ref) => {
2436
2436
  let {
2437
2437
  testId = 'icon-check',
@@ -2439,7 +2439,7 @@ const IconCheck = forwardRef((_ref, ref) => {
2439
2439
  color,
2440
2440
  style
2441
2441
  } = _ref,
2442
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2442
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
2443
2443
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2444
2444
  const styleProps = {
2445
2445
  size: !size && isInsideButton ? 'medium' : size,
@@ -2462,7 +2462,7 @@ const IconCheck = forwardRef((_ref, ref) => {
2462
2462
  });
2463
2463
  IconCheck.displayName = 'IconCheck';
2464
2464
 
2465
- const _excluded$2l = ["testId", "size", "color", "style"];
2465
+ const _excluded$2m = ["testId", "size", "color", "style"];
2466
2466
  const IconChevronDown = forwardRef((_ref, ref) => {
2467
2467
  let {
2468
2468
  testId = 'icon-chevron-down',
@@ -2470,7 +2470,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
2470
2470
  color,
2471
2471
  style
2472
2472
  } = _ref,
2473
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2473
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2474
2474
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2475
2475
  const styleProps = {
2476
2476
  size: !size && isInsideButton ? 'medium' : size,
@@ -2493,7 +2493,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
2493
2493
  });
2494
2494
  IconChevronDown.displayName = 'IconChevronDown';
2495
2495
 
2496
- const _excluded$2k = ["testId", "size", "color", "style"];
2496
+ const _excluded$2l = ["testId", "size", "color", "style"];
2497
2497
  const IconChevronLeft = forwardRef((_ref, ref) => {
2498
2498
  let {
2499
2499
  testId = 'icon-chevron-left',
@@ -2501,7 +2501,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
2501
2501
  color,
2502
2502
  style
2503
2503
  } = _ref,
2504
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2504
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2505
2505
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2506
2506
  const styleProps = {
2507
2507
  size: !size && isInsideButton ? 'medium' : size,
@@ -2524,7 +2524,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
2524
2524
  });
2525
2525
  IconChevronLeft.displayName = 'IconChevronLeft';
2526
2526
 
2527
- const _excluded$2j = ["testId", "size", "color", "style"];
2527
+ const _excluded$2k = ["testId", "size", "color", "style"];
2528
2528
  const IconChevronRight = forwardRef((_ref, ref) => {
2529
2529
  let {
2530
2530
  testId = 'icon-chevron-right',
@@ -2532,7 +2532,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
2532
2532
  color,
2533
2533
  style
2534
2534
  } = _ref,
2535
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2535
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2536
2536
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2537
2537
  const styleProps = {
2538
2538
  size: !size && isInsideButton ? 'medium' : size,
@@ -2555,7 +2555,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
2555
2555
  });
2556
2556
  IconChevronRight.displayName = 'IconChevronRight';
2557
2557
 
2558
- const _excluded$2i = ["testId", "size", "color", "style"];
2558
+ const _excluded$2j = ["testId", "size", "color", "style"];
2559
2559
  const IconChevronUp = forwardRef((_ref, ref) => {
2560
2560
  let {
2561
2561
  testId = 'icon-chevron-up',
@@ -2563,7 +2563,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
2563
2563
  color,
2564
2564
  style
2565
2565
  } = _ref,
2566
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2566
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2567
2567
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2568
2568
  const styleProps = {
2569
2569
  size: !size && isInsideButton ? 'medium' : size,
@@ -2586,7 +2586,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
2586
2586
  });
2587
2587
  IconChevronUp.displayName = 'IconChevronUp';
2588
2588
 
2589
- const _excluded$2h = ["testId", "size", "color", "style"];
2589
+ const _excluded$2i = ["testId", "size", "color", "style"];
2590
2590
  const IconCircleHalfStroke = forwardRef((_ref, ref) => {
2591
2591
  let {
2592
2592
  testId = 'icon-circle-half-stroke',
@@ -2594,7 +2594,7 @@ const IconCircleHalfStroke = forwardRef((_ref, ref) => {
2594
2594
  color,
2595
2595
  style
2596
2596
  } = _ref,
2597
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2597
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2598
2598
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2599
2599
  const styleProps = {
2600
2600
  size: !size && isInsideButton ? 'medium' : size,
@@ -2615,7 +2615,7 @@ const IconCircleHalfStroke = forwardRef((_ref, ref) => {
2615
2615
  });
2616
2616
  IconCircleHalfStroke.displayName = 'IconCircleHalfStroke';
2617
2617
 
2618
- const _excluded$2g = ["testId", "size", "color", "style"];
2618
+ const _excluded$2h = ["testId", "size", "color", "style"];
2619
2619
  const IconClipboardList = forwardRef((_ref, ref) => {
2620
2620
  let {
2621
2621
  testId = 'icon-clipboard-list',
@@ -2623,7 +2623,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
2623
2623
  color,
2624
2624
  style
2625
2625
  } = _ref,
2626
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2626
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2627
2627
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2628
2628
  const styleProps = {
2629
2629
  size: !size && isInsideButton ? 'medium' : size,
@@ -2646,7 +2646,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
2646
2646
  });
2647
2647
  IconClipboardList.displayName = 'IconClipboardList';
2648
2648
 
2649
- const _excluded$2f = ["testId", "size", "color", "style"];
2649
+ const _excluded$2g = ["testId", "size", "color", "style"];
2650
2650
  const IconClockExclamation = forwardRef((_ref, ref) => {
2651
2651
  let {
2652
2652
  testId = 'icon-clock-exclamation',
@@ -2654,7 +2654,7 @@ const IconClockExclamation = forwardRef((_ref, ref) => {
2654
2654
  color,
2655
2655
  style
2656
2656
  } = _ref,
2657
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2657
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2658
2658
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2659
2659
  const styleProps = {
2660
2660
  size: !size && isInsideButton ? 'medium' : size,
@@ -2682,7 +2682,7 @@ const IconClockExclamation = forwardRef((_ref, ref) => {
2682
2682
  });
2683
2683
  IconClockExclamation.displayName = 'IconClockExclamation';
2684
2684
 
2685
- const _excluded$2e = ["testId", "size", "color", "style"];
2685
+ const _excluded$2f = ["testId", "size", "color", "style"];
2686
2686
  const IconClockRewind = forwardRef((_ref, ref) => {
2687
2687
  let {
2688
2688
  testId = 'icon-clock-rewind',
@@ -2690,7 +2690,7 @@ const IconClockRewind = forwardRef((_ref, ref) => {
2690
2690
  color,
2691
2691
  style
2692
2692
  } = _ref,
2693
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2693
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2694
2694
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2695
2695
  const styleProps = {
2696
2696
  size: !size && isInsideButton ? 'medium' : size,
@@ -2718,7 +2718,7 @@ const IconClockRewind = forwardRef((_ref, ref) => {
2718
2718
  });
2719
2719
  IconClockRewind.displayName = 'IconClockRewind';
2720
2720
 
2721
- const _excluded$2d = ["testId", "size", "color", "style"];
2721
+ const _excluded$2e = ["testId", "size", "color", "style"];
2722
2722
  const IconClock = forwardRef((_ref, ref) => {
2723
2723
  let {
2724
2724
  testId = 'icon-clock',
@@ -2726,7 +2726,7 @@ const IconClock = forwardRef((_ref, ref) => {
2726
2726
  color,
2727
2727
  style
2728
2728
  } = _ref,
2729
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2729
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2730
2730
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2731
2731
  const styleProps = {
2732
2732
  size: !size && isInsideButton ? 'medium' : size,
@@ -2747,7 +2747,7 @@ const IconClock = forwardRef((_ref, ref) => {
2747
2747
  });
2748
2748
  IconClock.displayName = 'IconClock';
2749
2749
 
2750
- const _excluded$2c = ["testId", "size", "color", "style"];
2750
+ const _excluded$2d = ["testId", "size", "color", "style"];
2751
2751
  const IconCog = forwardRef((_ref, ref) => {
2752
2752
  let {
2753
2753
  testId = 'icon-cog',
@@ -2755,7 +2755,7 @@ const IconCog = forwardRef((_ref, ref) => {
2755
2755
  color,
2756
2756
  style
2757
2757
  } = _ref,
2758
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2758
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2759
2759
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2760
2760
  const styleProps = {
2761
2761
  size: !size && isInsideButton ? 'medium' : size,
@@ -2776,7 +2776,7 @@ const IconCog = forwardRef((_ref, ref) => {
2776
2776
  });
2777
2777
  IconCog.displayName = 'IconCog';
2778
2778
 
2779
- const _excluded$2b = ["testId", "size", "color", "style"];
2779
+ const _excluded$2c = ["testId", "size", "color", "style"];
2780
2780
  const IconCommentLines = forwardRef((_ref, ref) => {
2781
2781
  let {
2782
2782
  testId = 'icon-comment-lines',
@@ -2784,7 +2784,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
2784
2784
  color,
2785
2785
  style
2786
2786
  } = _ref,
2787
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2787
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2788
2788
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2789
2789
  const styleProps = {
2790
2790
  size: !size && isInsideButton ? 'medium' : size,
@@ -2810,7 +2810,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
2810
2810
  });
2811
2811
  IconCommentLines.displayName = 'IconCommentLines';
2812
2812
 
2813
- const _excluded$2a = ["testId", "size", "color", "style"];
2813
+ const _excluded$2b = ["testId", "size", "color", "style"];
2814
2814
  const IconComment = forwardRef((_ref, ref) => {
2815
2815
  let {
2816
2816
  testId = 'icon-comment',
@@ -2818,7 +2818,7 @@ const IconComment = forwardRef((_ref, ref) => {
2818
2818
  color,
2819
2819
  style
2820
2820
  } = _ref,
2821
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2821
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2822
2822
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2823
2823
  const styleProps = {
2824
2824
  size: !size && isInsideButton ? 'medium' : size,
@@ -2841,7 +2841,7 @@ const IconComment = forwardRef((_ref, ref) => {
2841
2841
  });
2842
2842
  IconComment.displayName = 'IconComment';
2843
2843
 
2844
- const _excluded$29 = ["testId", "size", "color", "style"];
2844
+ const _excluded$2a = ["testId", "size", "color", "style"];
2845
2845
  const IconCopy = forwardRef((_ref, ref) => {
2846
2846
  let {
2847
2847
  testId = 'icon-copy',
@@ -2849,7 +2849,7 @@ const IconCopy = forwardRef((_ref, ref) => {
2849
2849
  color,
2850
2850
  style
2851
2851
  } = _ref,
2852
- props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2852
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2853
2853
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2854
2854
  const styleProps = {
2855
2855
  size: !size && isInsideButton ? 'medium' : size,
@@ -2877,7 +2877,7 @@ const IconCopy = forwardRef((_ref, ref) => {
2877
2877
  });
2878
2878
  IconCopy.displayName = 'IconCopy';
2879
2879
 
2880
- const _excluded$28 = ["testId", "size", "color", "style"];
2880
+ const _excluded$29 = ["testId", "size", "color", "style"];
2881
2881
  const IconCreditCardPlus = forwardRef((_ref, ref) => {
2882
2882
  let {
2883
2883
  testId = 'icon-credit-card-plus',
@@ -2885,7 +2885,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2885
2885
  color,
2886
2886
  style
2887
2887
  } = _ref,
2888
- props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2888
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2889
2889
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2890
2890
  const styleProps = {
2891
2891
  size: !size && isInsideButton ? 'medium' : size,
@@ -2915,7 +2915,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2915
2915
  });
2916
2916
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2917
2917
 
2918
- const _excluded$27 = ["testId", "size", "color", "style"];
2918
+ const _excluded$28 = ["testId", "size", "color", "style"];
2919
2919
  const IconCreditCard = forwardRef((_ref, ref) => {
2920
2920
  let {
2921
2921
  testId = 'icon-credit-card',
@@ -2923,7 +2923,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2923
2923
  color,
2924
2924
  style
2925
2925
  } = _ref,
2926
- props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2926
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2927
2927
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2928
2928
  const styleProps = {
2929
2929
  size: !size && isInsideButton ? 'medium' : size,
@@ -2951,7 +2951,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2951
2951
  });
2952
2952
  IconCreditCard.displayName = 'IconCreditCard';
2953
2953
 
2954
- const _excluded$26 = ["testId", "size", "color", "style"];
2954
+ const _excluded$27 = ["testId", "size", "color", "style"];
2955
2955
  const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2956
2956
  let {
2957
2957
  testId = 'icon-decent-monochromatic',
@@ -2959,7 +2959,7 @@ const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2959
2959
  color,
2960
2960
  style
2961
2961
  } = _ref,
2962
- props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2962
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2963
2963
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2964
2964
  const styleProps = {
2965
2965
  size: !size && isInsideButton ? 'medium' : size,
@@ -3002,7 +3002,7 @@ const IconDecentMonochromatic = forwardRef((_ref, ref) => {
3002
3002
  });
3003
3003
  IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
3004
3004
 
3005
- const _excluded$25 = ["testId", "size", "color", "style"];
3005
+ const _excluded$26 = ["testId", "size", "color", "style"];
3006
3006
  const IconDecent = forwardRef((_ref, ref) => {
3007
3007
  let {
3008
3008
  testId = 'icon-decent',
@@ -3010,7 +3010,7 @@ const IconDecent = forwardRef((_ref, ref) => {
3010
3010
  color,
3011
3011
  style
3012
3012
  } = _ref,
3013
- props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
3013
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
3014
3014
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3015
3015
  const styleProps = {
3016
3016
  size: !size && isInsideButton ? 'medium' : size,
@@ -3041,7 +3041,7 @@ const IconDecent = forwardRef((_ref, ref) => {
3041
3041
  });
3042
3042
  IconDecent.displayName = 'IconDecent';
3043
3043
 
3044
- const _excluded$24 = ["testId", "size", "color", "style"];
3044
+ const _excluded$25 = ["testId", "size", "color", "style"];
3045
3045
  const IconDollarSign = forwardRef((_ref, ref) => {
3046
3046
  let {
3047
3047
  testId = 'icon-dollar-sign',
@@ -3049,7 +3049,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
3049
3049
  color,
3050
3050
  style
3051
3051
  } = _ref,
3052
- props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
3052
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
3053
3053
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3054
3054
  const styleProps = {
3055
3055
  size: !size && isInsideButton ? 'medium' : size,
@@ -3070,7 +3070,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
3070
3070
  });
3071
3071
  IconDollarSign.displayName = 'IconDollarSign';
3072
3072
 
3073
- const _excluded$23 = ["testId", "size", "color", "style"];
3073
+ const _excluded$24 = ["testId", "size", "color", "style"];
3074
3074
  const IconDownload = forwardRef((_ref, ref) => {
3075
3075
  let {
3076
3076
  testId = 'icon-download',
@@ -3078,7 +3078,7 @@ const IconDownload = forwardRef((_ref, ref) => {
3078
3078
  color,
3079
3079
  style
3080
3080
  } = _ref,
3081
- props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
3081
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
3082
3082
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3083
3083
  const styleProps = {
3084
3084
  size: !size && isInsideButton ? 'medium' : size,
@@ -3101,7 +3101,7 @@ const IconDownload = forwardRef((_ref, ref) => {
3101
3101
  });
3102
3102
  IconDownload.displayName = 'IconDownload';
3103
3103
 
3104
- const _excluded$22 = ["testId", "size", "color", "style"];
3104
+ const _excluded$23 = ["testId", "size", "color", "style"];
3105
3105
  const IconEdit = forwardRef((_ref, ref) => {
3106
3106
  let {
3107
3107
  testId = 'icon-edit',
@@ -3109,7 +3109,7 @@ const IconEdit = forwardRef((_ref, ref) => {
3109
3109
  color,
3110
3110
  style
3111
3111
  } = _ref,
3112
- props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
3112
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
3113
3113
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3114
3114
  const styleProps = {
3115
3115
  size: !size && isInsideButton ? 'medium' : size,
@@ -3130,7 +3130,7 @@ const IconEdit = forwardRef((_ref, ref) => {
3130
3130
  });
3131
3131
  IconEdit.displayName = 'IconEdit';
3132
3132
 
3133
- const _excluded$21 = ["testId", "size", "color", "style"];
3133
+ const _excluded$22 = ["testId", "size", "color", "style"];
3134
3134
  const IconEllipsisV = forwardRef((_ref, ref) => {
3135
3135
  let {
3136
3136
  testId = 'icon-ellipsis-v',
@@ -3138,7 +3138,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
3138
3138
  color,
3139
3139
  style
3140
3140
  } = _ref,
3141
- props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
3141
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
3142
3142
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3143
3143
  const styleProps = {
3144
3144
  size: !size && isInsideButton ? 'medium' : size,
@@ -3161,7 +3161,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
3161
3161
  });
3162
3162
  IconEllipsisV.displayName = 'IconEllipsisV';
3163
3163
 
3164
- const _excluded$20 = ["testId", "size", "color", "style"];
3164
+ const _excluded$21 = ["testId", "size", "color", "style"];
3165
3165
  const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
3166
3166
  let {
3167
3167
  testId = 'icon-envelope-open-dollar',
@@ -3169,7 +3169,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
3169
3169
  color,
3170
3170
  style
3171
3171
  } = _ref,
3172
- props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
3172
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
3173
3173
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3174
3174
  const styleProps = {
3175
3175
  size: !size && isInsideButton ? 'medium' : size,
@@ -3197,7 +3197,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
3197
3197
  });
3198
3198
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
3199
3199
 
3200
- const _excluded$1$ = ["testId", "size", "color", "style"];
3200
+ const _excluded$20 = ["testId", "size", "color", "style"];
3201
3201
  const IconEnvelope = forwardRef((_ref, ref) => {
3202
3202
  let {
3203
3203
  testId = 'icon-envelope',
@@ -3205,7 +3205,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
3205
3205
  color,
3206
3206
  style
3207
3207
  } = _ref,
3208
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3208
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
3209
3209
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3210
3210
  const styleProps = {
3211
3211
  size: !size && isInsideButton ? 'medium' : size,
@@ -3226,7 +3226,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
3226
3226
  });
3227
3227
  IconEnvelope.displayName = 'IconEnvelope';
3228
3228
 
3229
- const _excluded$1_ = ["testId", "size", "color", "style"];
3229
+ const _excluded$1$ = ["testId", "size", "color", "style"];
3230
3230
  const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3231
3231
  let {
3232
3232
  testId = 'icon-exclaimation-triangle',
@@ -3234,7 +3234,7 @@ const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3234
3234
  color,
3235
3235
  style
3236
3236
  } = _ref,
3237
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3237
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3238
3238
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3239
3239
  const styleProps = {
3240
3240
  size: !size && isInsideButton ? 'medium' : size,
@@ -3257,7 +3257,7 @@ const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3257
3257
  });
3258
3258
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
3259
3259
 
3260
- const _excluded$1Z = ["testId", "size", "color", "style"];
3260
+ const _excluded$1_ = ["testId", "size", "color", "style"];
3261
3261
  const IconExclaimation = forwardRef((_ref, ref) => {
3262
3262
  let {
3263
3263
  testId = 'icon-exclaimation',
@@ -3265,7 +3265,7 @@ const IconExclaimation = forwardRef((_ref, ref) => {
3265
3265
  color,
3266
3266
  style
3267
3267
  } = _ref,
3268
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3268
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3269
3269
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3270
3270
  const styleProps = {
3271
3271
  size: !size && isInsideButton ? 'medium' : size,
@@ -3286,7 +3286,7 @@ const IconExclaimation = forwardRef((_ref, ref) => {
3286
3286
  });
3287
3287
  IconExclaimation.displayName = 'IconExclaimation';
3288
3288
 
3289
- const _excluded$1Y = ["testId", "size", "color", "style"];
3289
+ const _excluded$1Z = ["testId", "size", "color", "style"];
3290
3290
  const IconExpand = forwardRef((_ref, ref) => {
3291
3291
  let {
3292
3292
  testId = 'icon-expand',
@@ -3294,7 +3294,7 @@ const IconExpand = forwardRef((_ref, ref) => {
3294
3294
  color,
3295
3295
  style
3296
3296
  } = _ref,
3297
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3297
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3298
3298
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3299
3299
  const styleProps = {
3300
3300
  size: !size && isInsideButton ? 'medium' : size,
@@ -3315,7 +3315,7 @@ const IconExpand = forwardRef((_ref, ref) => {
3315
3315
  });
3316
3316
  IconExpand.displayName = 'IconExpand';
3317
3317
 
3318
- const _excluded$1X = ["testId", "size", "color", "style"];
3318
+ const _excluded$1Y = ["testId", "size", "color", "style"];
3319
3319
  const IconExternalLink = forwardRef((_ref, ref) => {
3320
3320
  let {
3321
3321
  testId = 'icon-external-link',
@@ -3323,7 +3323,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
3323
3323
  color,
3324
3324
  style
3325
3325
  } = _ref,
3326
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3326
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3327
3327
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3328
3328
  const styleProps = {
3329
3329
  size: !size && isInsideButton ? 'medium' : size,
@@ -3346,7 +3346,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
3346
3346
  });
3347
3347
  IconExternalLink.displayName = 'IconExternalLink';
3348
3348
 
3349
- const _excluded$1W = ["testId", "size", "color", "style"];
3349
+ const _excluded$1X = ["testId", "size", "color", "style"];
3350
3350
  const IconEyeSlash = forwardRef((_ref, ref) => {
3351
3351
  let {
3352
3352
  testId = 'icon-eye-slash',
@@ -3354,7 +3354,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
3354
3354
  color,
3355
3355
  style
3356
3356
  } = _ref,
3357
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3357
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3358
3358
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3359
3359
  const styleProps = {
3360
3360
  size: !size && isInsideButton ? 'medium' : size,
@@ -3389,7 +3389,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
3389
3389
  });
3390
3390
  IconEyeSlash.displayName = 'IconEyeSlash';
3391
3391
 
3392
- const _excluded$1V = ["testId", "size", "color", "style"];
3392
+ const _excluded$1W = ["testId", "size", "color", "style"];
3393
3393
  const IconEye = forwardRef((_ref, ref) => {
3394
3394
  let {
3395
3395
  testId = 'icon-eye',
@@ -3397,7 +3397,7 @@ const IconEye = forwardRef((_ref, ref) => {
3397
3397
  color,
3398
3398
  style
3399
3399
  } = _ref,
3400
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3400
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3401
3401
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3402
3402
  const styleProps = {
3403
3403
  size: !size && isInsideButton ? 'medium' : size,
@@ -3425,7 +3425,7 @@ const IconEye = forwardRef((_ref, ref) => {
3425
3425
  });
3426
3426
  IconEye.displayName = 'IconEye';
3427
3427
 
3428
- const _excluded$1U = ["testId", "size", "color", "style"];
3428
+ const _excluded$1V = ["testId", "size", "color", "style"];
3429
3429
  const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
3430
3430
  let {
3431
3431
  testId = 'icon-face-smile-relaxed',
@@ -3433,7 +3433,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
3433
3433
  color,
3434
3434
  style
3435
3435
  } = _ref,
3436
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3436
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3437
3437
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3438
3438
  const styleProps = {
3439
3439
  size: !size && isInsideButton ? 'medium' : size,
@@ -3461,7 +3461,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
3461
3461
  });
3462
3462
  IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
3463
3463
 
3464
- const _excluded$1T = ["testId", "size", "color", "style"];
3464
+ const _excluded$1U = ["testId", "size", "color", "style"];
3465
3465
  const IconFilePdf = forwardRef((_ref, ref) => {
3466
3466
  let {
3467
3467
  testId = 'icon-file-pdf',
@@ -3469,7 +3469,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
3469
3469
  color,
3470
3470
  style
3471
3471
  } = _ref,
3472
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3472
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3473
3473
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3474
3474
  const styleProps = {
3475
3475
  size: !size && isInsideButton ? 'medium' : size,
@@ -3497,7 +3497,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
3497
3497
  });
3498
3498
  IconFilePdf.displayName = 'IconFilePdf';
3499
3499
 
3500
- const _excluded$1S = ["testId", "size", "color", "style"];
3500
+ const _excluded$1T = ["testId", "size", "color", "style"];
3501
3501
  const IconFile = forwardRef((_ref, ref) => {
3502
3502
  let {
3503
3503
  testId = 'icon-file',
@@ -3505,7 +3505,7 @@ const IconFile = forwardRef((_ref, ref) => {
3505
3505
  color,
3506
3506
  style
3507
3507
  } = _ref,
3508
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3508
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3509
3509
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3510
3510
  const styleProps = {
3511
3511
  size: !size && isInsideButton ? 'medium' : size,
@@ -3533,7 +3533,7 @@ const IconFile = forwardRef((_ref, ref) => {
3533
3533
  });
3534
3534
  IconFile.displayName = 'IconFile';
3535
3535
 
3536
- const _excluded$1R = ["testId", "size", "color", "style"];
3536
+ const _excluded$1S = ["testId", "size", "color", "style"];
3537
3537
  const IconFlag = forwardRef((_ref, ref) => {
3538
3538
  let {
3539
3539
  testId = 'icon-flag',
@@ -3541,7 +3541,7 @@ const IconFlag = forwardRef((_ref, ref) => {
3541
3541
  color,
3542
3542
  style
3543
3543
  } = _ref,
3544
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3544
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3545
3545
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3546
3546
  const styleProps = {
3547
3547
  size: !size && isInsideButton ? 'medium' : size,
@@ -3569,7 +3569,7 @@ const IconFlag = forwardRef((_ref, ref) => {
3569
3569
  });
3570
3570
  IconFlag.displayName = 'IconFlag';
3571
3571
 
3572
- const _excluded$1Q = ["testId", "size", "color", "style"];
3572
+ const _excluded$1R = ["testId", "size", "color", "style"];
3573
3573
  const IconFourDotsCircle = forwardRef((_ref, ref) => {
3574
3574
  let {
3575
3575
  testId = 'icon-four-dots-circle',
@@ -3577,7 +3577,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
3577
3577
  color,
3578
3578
  style
3579
3579
  } = _ref,
3580
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3580
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3581
3581
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3582
3582
  const styleProps = {
3583
3583
  size: !size && isInsideButton ? 'medium' : size,
@@ -3600,7 +3600,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
3600
3600
  });
3601
3601
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
3602
3602
 
3603
- const _excluded$1P = ["testId", "size", "color", "style"];
3603
+ const _excluded$1Q = ["testId", "size", "color", "style"];
3604
3604
  const IconFourSquares = forwardRef((_ref, ref) => {
3605
3605
  let {
3606
3606
  testId = 'icon-four-squares',
@@ -3608,7 +3608,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
3608
3608
  color,
3609
3609
  style
3610
3610
  } = _ref,
3611
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3611
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3612
3612
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3613
3613
  const styleProps = {
3614
3614
  size: !size && isInsideButton ? 'medium' : size,
@@ -3654,7 +3654,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
3654
3654
  });
3655
3655
  IconFourSquares.displayName = 'IconFourSquares';
3656
3656
 
3657
- const _excluded$1O = ["testId", "size", "color", "style"];
3657
+ const _excluded$1P = ["testId", "size", "color", "style"];
3658
3658
  const IconGavel = forwardRef((_ref, ref) => {
3659
3659
  let {
3660
3660
  testId = 'icon-gavel',
@@ -3662,7 +3662,7 @@ const IconGavel = forwardRef((_ref, ref) => {
3662
3662
  color,
3663
3663
  style
3664
3664
  } = _ref,
3665
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3665
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3666
3666
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3667
3667
  const styleProps = {
3668
3668
  size: !size && isInsideButton ? 'medium' : size,
@@ -3683,7 +3683,7 @@ const IconGavel = forwardRef((_ref, ref) => {
3683
3683
  });
3684
3684
  IconGavel.displayName = 'IconGavel';
3685
3685
 
3686
- const _excluded$1N = ["testId", "size", "color", "style"];
3686
+ const _excluded$1O = ["testId", "size", "color", "style"];
3687
3687
  const IconGif = forwardRef((_ref, ref) => {
3688
3688
  let {
3689
3689
  testId = 'icon-gif',
@@ -3691,7 +3691,7 @@ const IconGif = forwardRef((_ref, ref) => {
3691
3691
  color,
3692
3692
  style
3693
3693
  } = _ref,
3694
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3694
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3695
3695
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3696
3696
  const styleProps = {
3697
3697
  size: !size && isInsideButton ? 'medium' : size,
@@ -3716,7 +3716,7 @@ const IconGif = forwardRef((_ref, ref) => {
3716
3716
  });
3717
3717
  IconGif.displayName = 'IconGif';
3718
3718
 
3719
- const _excluded$1M = ["testId", "size", "color", "style"];
3719
+ const _excluded$1N = ["testId", "size", "color", "style"];
3720
3720
  const IconGift = forwardRef((_ref, ref) => {
3721
3721
  let {
3722
3722
  testId = 'icon-gift',
@@ -3724,7 +3724,7 @@ const IconGift = forwardRef((_ref, ref) => {
3724
3724
  color,
3725
3725
  style
3726
3726
  } = _ref,
3727
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3727
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3728
3728
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3729
3729
  const styleProps = {
3730
3730
  size: !size && isInsideButton ? 'medium' : size,
@@ -3745,7 +3745,7 @@ const IconGift = forwardRef((_ref, ref) => {
3745
3745
  });
3746
3746
  IconGift.displayName = 'IconGift';
3747
3747
 
3748
- const _excluded$1L = ["testId", "size", "color", "style"];
3748
+ const _excluded$1M = ["testId", "size", "color", "style"];
3749
3749
  const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3750
3750
  let {
3751
3751
  testId = 'icon-good-monochromatic',
@@ -3753,7 +3753,7 @@ const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3753
3753
  color,
3754
3754
  style
3755
3755
  } = _ref,
3756
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3756
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3757
3757
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3758
3758
  const styleProps = {
3759
3759
  size: !size && isInsideButton ? 'medium' : size,
@@ -3792,7 +3792,7 @@ const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3792
3792
  });
3793
3793
  IconGoodMonochromatic.displayName = 'IconGoodMonochromatic';
3794
3794
 
3795
- const _excluded$1K = ["testId", "size", "color", "style"];
3795
+ const _excluded$1L = ["testId", "size", "color", "style"];
3796
3796
  const IconGood = forwardRef((_ref, ref) => {
3797
3797
  let {
3798
3798
  testId = 'icon-good',
@@ -3800,7 +3800,7 @@ const IconGood = forwardRef((_ref, ref) => {
3800
3800
  color,
3801
3801
  style
3802
3802
  } = _ref,
3803
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3803
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3804
3804
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3805
3805
  const styleProps = {
3806
3806
  size: !size && isInsideButton ? 'medium' : size,
@@ -3827,7 +3827,7 @@ const IconGood = forwardRef((_ref, ref) => {
3827
3827
  });
3828
3828
  IconGood.displayName = 'IconGood';
3829
3829
 
3830
- const _excluded$1J = ["testId", "size", "color", "style"];
3830
+ const _excluded$1K = ["testId", "size", "color", "style"];
3831
3831
  const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3832
3832
  let {
3833
3833
  testId = 'icon-great-monochromatic',
@@ -3835,7 +3835,7 @@ const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3835
3835
  color,
3836
3836
  style
3837
3837
  } = _ref,
3838
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3838
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3839
3839
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3840
3840
  const styleProps = {
3841
3841
  size: !size && isInsideButton ? 'medium' : size,
@@ -3876,7 +3876,7 @@ const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3876
3876
  });
3877
3877
  IconGreatMonochromatic.displayName = 'IconGreatMonochromatic';
3878
3878
 
3879
- const _excluded$1I = ["testId", "size", "color", "style"];
3879
+ const _excluded$1J = ["testId", "size", "color", "style"];
3880
3880
  const IconGreat = forwardRef((_ref, ref) => {
3881
3881
  let {
3882
3882
  testId = 'icon-great',
@@ -3884,7 +3884,7 @@ const IconGreat = forwardRef((_ref, ref) => {
3884
3884
  color,
3885
3885
  style
3886
3886
  } = _ref,
3887
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3887
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3888
3888
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3889
3889
  const styleProps = {
3890
3890
  size: !size && isInsideButton ? 'medium' : size,
@@ -3913,7 +3913,7 @@ const IconGreat = forwardRef((_ref, ref) => {
3913
3913
  });
3914
3914
  IconGreat.displayName = 'IconGreat';
3915
3915
 
3916
- const _excluded$1H = ["testId", "size", "color", "style"];
3916
+ const _excluded$1I = ["testId", "size", "color", "style"];
3917
3917
  const IconGrinBeam = forwardRef((_ref, ref) => {
3918
3918
  let {
3919
3919
  testId = 'icon-grin-beam',
@@ -3921,7 +3921,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
3921
3921
  color,
3922
3922
  style
3923
3923
  } = _ref,
3924
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3924
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3925
3925
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3926
3926
  const styleProps = {
3927
3927
  size: !size && isInsideButton ? 'medium' : size,
@@ -3942,7 +3942,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
3942
3942
  });
3943
3943
  IconGrinBeam.displayName = 'IconGrinBeam';
3944
3944
 
3945
- const _excluded$1G = ["testId", "size", "color", "style"];
3945
+ const _excluded$1H = ["testId", "size", "color", "style"];
3946
3946
  const IconGripVertical = forwardRef((_ref, ref) => {
3947
3947
  let {
3948
3948
  testId = 'icon-grip-vertical',
@@ -3950,7 +3950,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
3950
3950
  color,
3951
3951
  style
3952
3952
  } = _ref,
3953
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3953
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3954
3954
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3955
3955
  const styleProps = {
3956
3956
  size: !size && isInsideButton ? 'medium' : size,
@@ -3998,7 +3998,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
3998
3998
  });
3999
3999
  IconGripVertical.displayName = 'IconGripVertical';
4000
4000
 
4001
- const _excluded$1F = ["testId", "size", "color", "style"];
4001
+ const _excluded$1G = ["testId", "size", "color", "style"];
4002
4002
  const IconHandHoldingDollar = forwardRef((_ref, ref) => {
4003
4003
  let {
4004
4004
  testId = 'icon-hand-holding-dollar',
@@ -4006,7 +4006,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
4006
4006
  color,
4007
4007
  style
4008
4008
  } = _ref,
4009
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
4009
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
4010
4010
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4011
4011
  const styleProps = {
4012
4012
  size: !size && isInsideButton ? 'medium' : size,
@@ -4034,7 +4034,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
4034
4034
  });
4035
4035
  IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
4036
4036
 
4037
- const _excluded$1E = ["testId", "size", "color", "style"];
4037
+ const _excluded$1F = ["testId", "size", "color", "style"];
4038
4038
  const IconHandPointRight = forwardRef((_ref, ref) => {
4039
4039
  let {
4040
4040
  testId = 'icon-hand-point-right',
@@ -4042,7 +4042,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
4042
4042
  color,
4043
4043
  style
4044
4044
  } = _ref,
4045
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
4045
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
4046
4046
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4047
4047
  const styleProps = {
4048
4048
  size: !size && isInsideButton ? 'medium' : size,
@@ -4063,7 +4063,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
4063
4063
  });
4064
4064
  IconHandPointRight.displayName = 'IconHandPointRight';
4065
4065
 
4066
- const _excluded$1D = ["testId", "size", "color", "style"];
4066
+ const _excluded$1E = ["testId", "size", "color", "style"];
4067
4067
  const IconHandshake = forwardRef((_ref, ref) => {
4068
4068
  let {
4069
4069
  testId = 'icon-handshake',
@@ -4071,7 +4071,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
4071
4071
  color,
4072
4072
  style
4073
4073
  } = _ref,
4074
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
4074
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
4075
4075
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4076
4076
  const styleProps = {
4077
4077
  size: !size && isInsideButton ? 'medium' : size,
@@ -4099,7 +4099,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
4099
4099
  });
4100
4100
  IconHandshake.displayName = 'IconHandshake';
4101
4101
 
4102
- const _excluded$1C = ["testId", "size", "color", "style"];
4102
+ const _excluded$1D = ["testId", "size", "color", "style"];
4103
4103
  const IconHatChef = forwardRef((_ref, ref) => {
4104
4104
  let {
4105
4105
  testId = 'icon-hat-chef',
@@ -4107,7 +4107,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
4107
4107
  color,
4108
4108
  style
4109
4109
  } = _ref,
4110
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
4110
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
4111
4111
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4112
4112
  const styleProps = {
4113
4113
  size: !size && isInsideButton ? 'medium' : size,
@@ -4128,7 +4128,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
4128
4128
  });
4129
4129
  IconHatChef.displayName = 'IconHatChef';
4130
4130
 
4131
- const _excluded$1B = ["testId", "size", "color", "style"];
4131
+ const _excluded$1C = ["testId", "size", "color", "style"];
4132
4132
  const IconImage = forwardRef((_ref, ref) => {
4133
4133
  let {
4134
4134
  testId = 'icon-image',
@@ -4136,7 +4136,7 @@ const IconImage = forwardRef((_ref, ref) => {
4136
4136
  color,
4137
4137
  style
4138
4138
  } = _ref,
4139
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
4139
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
4140
4140
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4141
4141
  const styleProps = {
4142
4142
  size: !size && isInsideButton ? 'medium' : size,
@@ -4164,7 +4164,7 @@ const IconImage = forwardRef((_ref, ref) => {
4164
4164
  });
4165
4165
  IconImage.displayName = 'IconImage';
4166
4166
 
4167
- const _excluded$1A = ["testId", "size", "color", "style"];
4167
+ const _excluded$1B = ["testId", "size", "color", "style"];
4168
4168
  const IconIslandTropical = forwardRef((_ref, ref) => {
4169
4169
  let {
4170
4170
  testId = 'icon-island-tropical',
@@ -4172,7 +4172,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
4172
4172
  color,
4173
4173
  style
4174
4174
  } = _ref,
4175
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
4175
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
4176
4176
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4177
4177
  const styleProps = {
4178
4178
  size: !size && isInsideButton ? 'medium' : size,
@@ -4195,7 +4195,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
4195
4195
  });
4196
4196
  IconIslandTropical.displayName = 'IconIslandTropical';
4197
4197
 
4198
- const _excluded$1z = ["testId", "size", "color", "style"];
4198
+ const _excluded$1A = ["testId", "size", "color", "style"];
4199
4199
  const IconItalic = forwardRef((_ref, ref) => {
4200
4200
  let {
4201
4201
  testId = 'icon-italic',
@@ -4203,7 +4203,7 @@ const IconItalic = forwardRef((_ref, ref) => {
4203
4203
  color,
4204
4204
  style
4205
4205
  } = _ref,
4206
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
4206
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
4207
4207
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4208
4208
  const styleProps = {
4209
4209
  size: !size && isInsideButton ? 'medium' : size,
@@ -4224,7 +4224,7 @@ const IconItalic = forwardRef((_ref, ref) => {
4224
4224
  });
4225
4225
  IconItalic.displayName = 'IconItalic';
4226
4226
 
4227
- const _excluded$1y = ["testId", "size", "color", "style"];
4227
+ const _excluded$1z = ["testId", "size", "color", "style"];
4228
4228
  const IconLaptopSearch = forwardRef((_ref, ref) => {
4229
4229
  let {
4230
4230
  testId = 'icon-laptop-search',
@@ -4232,7 +4232,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
4232
4232
  color,
4233
4233
  style
4234
4234
  } = _ref,
4235
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
4235
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
4236
4236
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4237
4237
  const styleProps = {
4238
4238
  size: !size && isInsideButton ? 'medium' : size,
@@ -4262,7 +4262,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
4262
4262
  });
4263
4263
  IconLaptopSearch.displayName = 'IconLaptopSearch';
4264
4264
 
4265
- const _excluded$1x = ["testId", "size", "color", "style"];
4265
+ const _excluded$1y = ["testId", "size", "color", "style"];
4266
4266
  const IconLink = forwardRef((_ref, ref) => {
4267
4267
  let {
4268
4268
  testId = 'icon-link',
@@ -4270,7 +4270,7 @@ const IconLink = forwardRef((_ref, ref) => {
4270
4270
  color,
4271
4271
  style
4272
4272
  } = _ref,
4273
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
4273
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
4274
4274
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4275
4275
  const styleProps = {
4276
4276
  size: !size && isInsideButton ? 'medium' : size,
@@ -4298,7 +4298,7 @@ const IconLink = forwardRef((_ref, ref) => {
4298
4298
  });
4299
4299
  IconLink.displayName = 'IconLink';
4300
4300
 
4301
- const _excluded$1w = ["testId", "size", "color", "style"];
4301
+ const _excluded$1x = ["testId", "size", "color", "style"];
4302
4302
  const IconListOI = forwardRef((_ref, ref) => {
4303
4303
  let {
4304
4304
  testId = 'icon-list-o-i',
@@ -4306,7 +4306,7 @@ const IconListOI = forwardRef((_ref, ref) => {
4306
4306
  color,
4307
4307
  style
4308
4308
  } = _ref,
4309
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
4309
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
4310
4310
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4311
4311
  const styleProps = {
4312
4312
  size: !size && isInsideButton ? 'medium' : size,
@@ -4334,7 +4334,7 @@ const IconListOI = forwardRef((_ref, ref) => {
4334
4334
  });
4335
4335
  IconListOI.displayName = 'IconListOI';
4336
4336
 
4337
- const _excluded$1v = ["testId", "size", "color", "style"];
4337
+ const _excluded$1w = ["testId", "size", "color", "style"];
4338
4338
  const IconList = forwardRef((_ref, ref) => {
4339
4339
  let {
4340
4340
  testId = 'icon-list',
@@ -4342,7 +4342,7 @@ const IconList = forwardRef((_ref, ref) => {
4342
4342
  color,
4343
4343
  style
4344
4344
  } = _ref,
4345
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
4345
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
4346
4346
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4347
4347
  const styleProps = {
4348
4348
  size: !size && isInsideButton ? 'medium' : size,
@@ -4363,7 +4363,7 @@ const IconList = forwardRef((_ref, ref) => {
4363
4363
  });
4364
4364
  IconList.displayName = 'IconList';
4365
4365
 
4366
- const _excluded$1u = ["testId", "size", "color", "style"];
4366
+ const _excluded$1v = ["testId", "size", "color", "style"];
4367
4367
  const IconLock = forwardRef((_ref, ref) => {
4368
4368
  let {
4369
4369
  testId = 'icon-lock',
@@ -4371,7 +4371,7 @@ const IconLock = forwardRef((_ref, ref) => {
4371
4371
  color,
4372
4372
  style
4373
4373
  } = _ref,
4374
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
4374
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
4375
4375
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4376
4376
  const styleProps = {
4377
4377
  size: !size && isInsideButton ? 'medium' : size,
@@ -4392,7 +4392,7 @@ const IconLock = forwardRef((_ref, ref) => {
4392
4392
  });
4393
4393
  IconLock.displayName = 'IconLock';
4394
4394
 
4395
- const _excluded$1t = ["testId", "size", "color", "style"];
4395
+ const _excluded$1u = ["testId", "size", "color", "style"];
4396
4396
  const IconMagicSolid = forwardRef((_ref, ref) => {
4397
4397
  let {
4398
4398
  testId = 'icon-magic-solid',
@@ -4400,7 +4400,7 @@ const IconMagicSolid = forwardRef((_ref, ref) => {
4400
4400
  color,
4401
4401
  style
4402
4402
  } = _ref,
4403
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
4403
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
4404
4404
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4405
4405
  const styleProps = {
4406
4406
  size: !size && isInsideButton ? 'medium' : size,
@@ -4423,7 +4423,7 @@ const IconMagicSolid = forwardRef((_ref, ref) => {
4423
4423
  });
4424
4424
  IconMagicSolid.displayName = 'IconMagicSolid';
4425
4425
 
4426
- const _excluded$1s = ["testId", "size", "color", "style"];
4426
+ const _excluded$1t = ["testId", "size", "color", "style"];
4427
4427
  const IconMapMarker = forwardRef((_ref, ref) => {
4428
4428
  let {
4429
4429
  testId = 'icon-map-marker',
@@ -4431,7 +4431,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
4431
4431
  color,
4432
4432
  style
4433
4433
  } = _ref,
4434
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
4434
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
4435
4435
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4436
4436
  const styleProps = {
4437
4437
  size: !size && isInsideButton ? 'medium' : size,
@@ -4454,7 +4454,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
4454
4454
  });
4455
4455
  IconMapMarker.displayName = 'IconMapMarker';
4456
4456
 
4457
- const _excluded$1r = ["testId", "size", "color", "style"];
4457
+ const _excluded$1s = ["testId", "size", "color", "style"];
4458
4458
  const IconMedal = forwardRef((_ref, ref) => {
4459
4459
  let {
4460
4460
  testId = 'icon-medal',
@@ -4462,7 +4462,7 @@ const IconMedal = forwardRef((_ref, ref) => {
4462
4462
  color,
4463
4463
  style
4464
4464
  } = _ref,
4465
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
4465
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
4466
4466
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4467
4467
  const styleProps = {
4468
4468
  size: !size && isInsideButton ? 'medium' : size,
@@ -4490,7 +4490,7 @@ const IconMedal = forwardRef((_ref, ref) => {
4490
4490
  });
4491
4491
  IconMedal.displayName = 'IconMedal';
4492
4492
 
4493
- const _excluded$1q = ["testId", "size", "color", "style"];
4493
+ const _excluded$1r = ["testId", "size", "color", "style"];
4494
4494
  const IconMegaphone = forwardRef((_ref, ref) => {
4495
4495
  let {
4496
4496
  testId = 'icon-megaphone',
@@ -4498,7 +4498,7 @@ const IconMegaphone = forwardRef((_ref, ref) => {
4498
4498
  color,
4499
4499
  style
4500
4500
  } = _ref,
4501
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4501
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
4502
4502
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4503
4503
  const styleProps = {
4504
4504
  size: !size && isInsideButton ? 'medium' : size,
@@ -4521,7 +4521,7 @@ const IconMegaphone = forwardRef((_ref, ref) => {
4521
4521
  });
4522
4522
  IconMegaphone.displayName = 'IconMegaphone';
4523
4523
 
4524
- const _excluded$1p = ["testId", "size", "color", "style"];
4524
+ const _excluded$1q = ["testId", "size", "color", "style"];
4525
4525
  const IconMessages = forwardRef((_ref, ref) => {
4526
4526
  let {
4527
4527
  testId = 'icon-messages',
@@ -4529,7 +4529,7 @@ const IconMessages = forwardRef((_ref, ref) => {
4529
4529
  color,
4530
4530
  style
4531
4531
  } = _ref,
4532
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4532
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4533
4533
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4534
4534
  const styleProps = {
4535
4535
  size: !size && isInsideButton ? 'medium' : size,
@@ -4550,7 +4550,7 @@ const IconMessages = forwardRef((_ref, ref) => {
4550
4550
  });
4551
4551
  IconMessages.displayName = 'IconMessages';
4552
4552
 
4553
- const _excluded$1o = ["testId", "size", "color", "style"];
4553
+ const _excluded$1p = ["testId", "size", "color", "style"];
4554
4554
  const IconMinusCircle = forwardRef((_ref, ref) => {
4555
4555
  let {
4556
4556
  testId = 'icon-minus-circle',
@@ -4558,7 +4558,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4558
4558
  color,
4559
4559
  style
4560
4560
  } = _ref,
4561
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4561
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4562
4562
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4563
4563
  const styleProps = {
4564
4564
  size: !size && isInsideButton ? 'medium' : size,
@@ -4579,7 +4579,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4579
4579
  });
4580
4580
  IconMinusCircle.displayName = 'IconMinusCircle';
4581
4581
 
4582
- const _excluded$1n = ["testId", "size", "color", "style"];
4582
+ const _excluded$1o = ["testId", "size", "color", "style"];
4583
4583
  const IconMinus = forwardRef((_ref, ref) => {
4584
4584
  let {
4585
4585
  testId = 'icon-minus',
@@ -4587,7 +4587,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4587
4587
  color,
4588
4588
  style
4589
4589
  } = _ref,
4590
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4590
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4591
4591
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4592
4592
  const styleProps = {
4593
4593
  size: !size && isInsideButton ? 'medium' : size,
@@ -4608,7 +4608,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4608
4608
  });
4609
4609
  IconMinus.displayName = 'IconMinus';
4610
4610
 
4611
- const _excluded$1m = ["testId", "size", "color", "style"];
4611
+ const _excluded$1n = ["testId", "size", "color", "style"];
4612
4612
  const IconMoneyBill = forwardRef((_ref, ref) => {
4613
4613
  let {
4614
4614
  testId = 'icon-money-bill',
@@ -4616,7 +4616,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
4616
4616
  color,
4617
4617
  style
4618
4618
  } = _ref,
4619
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4619
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4620
4620
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4621
4621
  const styleProps = {
4622
4622
  size: !size && isInsideButton ? 'medium' : size,
@@ -4637,7 +4637,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
4637
4637
  });
4638
4638
  IconMoneyBill.displayName = 'IconMoneyBill';
4639
4639
 
4640
- const _excluded$1l = ["testId", "size", "color", "style"];
4640
+ const _excluded$1m = ["testId", "size", "color", "style"];
4641
4641
  const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4642
4642
  let {
4643
4643
  testId = 'icon-mug-saucer-solid',
@@ -4645,7 +4645,7 @@ const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4645
4645
  color,
4646
4646
  style
4647
4647
  } = _ref,
4648
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4648
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4649
4649
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4650
4650
  const styleProps = {
4651
4651
  size: !size && isInsideButton ? 'medium' : size,
@@ -4666,7 +4666,7 @@ const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4666
4666
  });
4667
4667
  IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
4668
4668
 
4669
- const _excluded$1k = ["testId", "size", "color", "style"];
4669
+ const _excluded$1l = ["testId", "size", "color", "style"];
4670
4670
  const IconNotesMedical = forwardRef((_ref, ref) => {
4671
4671
  let {
4672
4672
  testId = 'icon-notes-medical',
@@ -4674,7 +4674,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
4674
4674
  color,
4675
4675
  style
4676
4676
  } = _ref,
4677
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4677
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4678
4678
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4679
4679
  const styleProps = {
4680
4680
  size: !size && isInsideButton ? 'medium' : size,
@@ -4695,7 +4695,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
4695
4695
  });
4696
4696
  IconNotesMedical.displayName = 'IconNotesMedical';
4697
4697
 
4698
- const _excluded$1j = ["testId", "size", "color", "style"];
4698
+ const _excluded$1k = ["testId", "size", "color", "style"];
4699
4699
  const IconOvertime = forwardRef((_ref, ref) => {
4700
4700
  let {
4701
4701
  testId = 'icon-overtime',
@@ -4703,7 +4703,7 @@ const IconOvertime = forwardRef((_ref, ref) => {
4703
4703
  color,
4704
4704
  style
4705
4705
  } = _ref,
4706
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4706
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4707
4707
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4708
4708
  const styleProps = {
4709
4709
  size: !size && isInsideButton ? 'medium' : size,
@@ -4731,7 +4731,7 @@ const IconOvertime = forwardRef((_ref, ref) => {
4731
4731
  });
4732
4732
  IconOvertime.displayName = 'IconOvertime';
4733
4733
 
4734
- const _excluded$1i = ["testId", "size", "color", "style"];
4734
+ const _excluded$1j = ["testId", "size", "color", "style"];
4735
4735
  const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4736
4736
  let {
4737
4737
  testId = 'icon-paper-plane-clock',
@@ -4739,7 +4739,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4739
4739
  color,
4740
4740
  style
4741
4741
  } = _ref,
4742
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4742
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4743
4743
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4744
4744
  const styleProps = {
4745
4745
  size: !size && isInsideButton ? 'medium' : size,
@@ -4771,7 +4771,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4771
4771
  });
4772
4772
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
4773
4773
 
4774
- const _excluded$1h = ["testId", "size", "color", "style"];
4774
+ const _excluded$1i = ["testId", "size", "color", "style"];
4775
4775
  const IconPaperPlane = forwardRef((_ref, ref) => {
4776
4776
  let {
4777
4777
  testId = 'icon-paper-plane',
@@ -4779,7 +4779,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4779
4779
  color,
4780
4780
  style
4781
4781
  } = _ref,
4782
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4782
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4783
4783
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4784
4784
  const styleProps = {
4785
4785
  size: !size && isInsideButton ? 'medium' : size,
@@ -4802,7 +4802,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4802
4802
  });
4803
4803
  IconPaperPlane.displayName = 'IconPaperPlane';
4804
4804
 
4805
- const _excluded$1g = ["testId", "size", "color", "style"];
4805
+ const _excluded$1h = ["testId", "size", "color", "style"];
4806
4806
  const IconPaperclip = forwardRef((_ref, ref) => {
4807
4807
  let {
4808
4808
  testId = 'icon-paperclip',
@@ -4810,7 +4810,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
4810
4810
  color,
4811
4811
  style
4812
4812
  } = _ref,
4813
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4813
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4814
4814
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4815
4815
  const styleProps = {
4816
4816
  size: !size && isInsideButton ? 'medium' : size,
@@ -4838,7 +4838,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
4838
4838
  });
4839
4839
  IconPaperclip.displayName = 'IconPaperclip';
4840
4840
 
4841
- const _excluded$1f = ["testId", "size", "color", "style"];
4841
+ const _excluded$1g = ["testId", "size", "color", "style"];
4842
4842
  const IconPencil = forwardRef((_ref, ref) => {
4843
4843
  let {
4844
4844
  testId = 'icon-pencil',
@@ -4846,7 +4846,7 @@ const IconPencil = forwardRef((_ref, ref) => {
4846
4846
  color,
4847
4847
  style
4848
4848
  } = _ref,
4849
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4849
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4850
4850
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4851
4851
  const styleProps = {
4852
4852
  size: !size && isInsideButton ? 'medium' : size,
@@ -4869,7 +4869,7 @@ const IconPencil = forwardRef((_ref, ref) => {
4869
4869
  });
4870
4870
  IconPencil.displayName = 'IconPencil';
4871
4871
 
4872
- const _excluded$1e = ["testId", "size", "color", "style"];
4872
+ const _excluded$1f = ["testId", "size", "color", "style"];
4873
4873
  const IconPercentage = forwardRef((_ref, ref) => {
4874
4874
  let {
4875
4875
  testId = 'icon-percentage',
@@ -4877,7 +4877,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
4877
4877
  color,
4878
4878
  style
4879
4879
  } = _ref,
4880
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4880
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4881
4881
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4882
4882
  const styleProps = {
4883
4883
  size: !size && isInsideButton ? 'medium' : size,
@@ -4898,7 +4898,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
4898
4898
  });
4899
4899
  IconPercentage.displayName = 'IconPercentage';
4900
4900
 
4901
- const _excluded$1d = ["testId", "size", "color", "style"];
4901
+ const _excluded$1e = ["testId", "size", "color", "style"];
4902
4902
  const IconPhone = forwardRef((_ref, ref) => {
4903
4903
  let {
4904
4904
  testId = 'icon-phone',
@@ -4906,7 +4906,7 @@ const IconPhone = forwardRef((_ref, ref) => {
4906
4906
  color,
4907
4907
  style
4908
4908
  } = _ref,
4909
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4909
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4910
4910
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4911
4911
  const styleProps = {
4912
4912
  size: !size && isInsideButton ? 'medium' : size,
@@ -4927,7 +4927,7 @@ const IconPhone = forwardRef((_ref, ref) => {
4927
4927
  });
4928
4928
  IconPhone.displayName = 'IconPhone';
4929
4929
 
4930
- const _excluded$1c = ["testId", "size", "color", "style"];
4930
+ const _excluded$1d = ["testId", "size", "color", "style"];
4931
4931
  const IconPlateUtensils = forwardRef((_ref, ref) => {
4932
4932
  let {
4933
4933
  testId = 'icon-plate-utensils',
@@ -4935,7 +4935,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
4935
4935
  color,
4936
4936
  style
4937
4937
  } = _ref,
4938
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4938
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4939
4939
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4940
4940
  const styleProps = {
4941
4941
  size: !size && isInsideButton ? 'medium' : size,
@@ -4956,7 +4956,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
4956
4956
  });
4957
4957
  IconPlateUtensils.displayName = 'IconPlateUtensils';
4958
4958
 
4959
- const _excluded$1b = ["testId", "size", "color", "style"];
4959
+ const _excluded$1c = ["testId", "size", "color", "style"];
4960
4960
  const IconPlug = forwardRef((_ref, ref) => {
4961
4961
  let {
4962
4962
  testId = 'icon-plug',
@@ -4964,7 +4964,7 @@ const IconPlug = forwardRef((_ref, ref) => {
4964
4964
  color,
4965
4965
  style
4966
4966
  } = _ref,
4967
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4967
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4968
4968
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4969
4969
  const styleProps = {
4970
4970
  size: !size && isInsideButton ? 'medium' : size,
@@ -4987,7 +4987,7 @@ const IconPlug = forwardRef((_ref, ref) => {
4987
4987
  });
4988
4988
  IconPlug.displayName = 'IconPlug';
4989
4989
 
4990
- const _excluded$1a = ["testId", "size", "color", "style"];
4990
+ const _excluded$1b = ["testId", "size", "color", "style"];
4991
4991
  const IconPlus = forwardRef((_ref, ref) => {
4992
4992
  let {
4993
4993
  testId = 'icon-plus',
@@ -4995,7 +4995,7 @@ const IconPlus = forwardRef((_ref, ref) => {
4995
4995
  color,
4996
4996
  style
4997
4997
  } = _ref,
4998
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4998
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4999
4999
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5000
5000
  const styleProps = {
5001
5001
  size: !size && isInsideButton ? 'medium' : size,
@@ -5018,7 +5018,7 @@ const IconPlus = forwardRef((_ref, ref) => {
5018
5018
  });
5019
5019
  IconPlus.displayName = 'IconPlus';
5020
5020
 
5021
- const _excluded$19 = ["testId", "size", "color", "style"];
5021
+ const _excluded$1a = ["testId", "size", "color", "style"];
5022
5022
  const IconPrint = forwardRef((_ref, ref) => {
5023
5023
  let {
5024
5024
  testId = 'icon-print',
@@ -5026,7 +5026,7 @@ const IconPrint = forwardRef((_ref, ref) => {
5026
5026
  color,
5027
5027
  style
5028
5028
  } = _ref,
5029
- props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
5029
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
5030
5030
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5031
5031
  const styleProps = {
5032
5032
  size: !size && isInsideButton ? 'medium' : size,
@@ -5049,7 +5049,7 @@ const IconPrint = forwardRef((_ref, ref) => {
5049
5049
  });
5050
5050
  IconPrint.displayName = 'IconPrint';
5051
5051
 
5052
- const _excluded$18 = ["testId", "size", "color", "style"];
5052
+ const _excluded$19 = ["testId", "size", "color", "style"];
5053
5053
  const IconQuestionCircle = forwardRef((_ref, ref) => {
5054
5054
  let {
5055
5055
  testId = 'icon-question-circle',
@@ -5057,7 +5057,7 @@ const IconQuestionCircle = forwardRef((_ref, ref) => {
5057
5057
  color,
5058
5058
  style
5059
5059
  } = _ref,
5060
- props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
5060
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
5061
5061
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5062
5062
  const styleProps = {
5063
5063
  size: !size && isInsideButton ? 'medium' : size,
@@ -5078,7 +5078,7 @@ const IconQuestionCircle = forwardRef((_ref, ref) => {
5078
5078
  });
5079
5079
  IconQuestionCircle.displayName = 'IconQuestionCircle';
5080
5080
 
5081
- const _excluded$17 = ["testId", "size", "color", "style"];
5081
+ const _excluded$18 = ["testId", "size", "color", "style"];
5082
5082
  const IconRepeat = forwardRef((_ref, ref) => {
5083
5083
  let {
5084
5084
  testId = 'icon-repeat',
@@ -5086,7 +5086,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
5086
5086
  color,
5087
5087
  style
5088
5088
  } = _ref,
5089
- props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
5089
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
5090
5090
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5091
5091
  const styleProps = {
5092
5092
  size: !size && isInsideButton ? 'medium' : size,
@@ -5107,7 +5107,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
5107
5107
  });
5108
5108
  IconRepeat.displayName = 'IconRepeat';
5109
5109
 
5110
- const _excluded$16 = ["testId", "size", "color", "style"];
5110
+ const _excluded$17 = ["testId", "size", "color", "style"];
5111
5111
  const IconReply = forwardRef((_ref, ref) => {
5112
5112
  let {
5113
5113
  testId = 'icon-reply',
@@ -5115,7 +5115,7 @@ const IconReply = forwardRef((_ref, ref) => {
5115
5115
  color,
5116
5116
  style
5117
5117
  } = _ref,
5118
- props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
5118
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
5119
5119
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5120
5120
  const styleProps = {
5121
5121
  size: !size && isInsideButton ? 'medium' : size,
@@ -5136,7 +5136,7 @@ const IconReply = forwardRef((_ref, ref) => {
5136
5136
  });
5137
5137
  IconReply.displayName = 'IconReply';
5138
5138
 
5139
- const _excluded$15 = ["testId", "size", "color", "style"];
5139
+ const _excluded$16 = ["testId", "size", "color", "style"];
5140
5140
  const IconRocket = forwardRef((_ref, ref) => {
5141
5141
  let {
5142
5142
  testId = 'icon-rocket',
@@ -5144,7 +5144,7 @@ const IconRocket = forwardRef((_ref, ref) => {
5144
5144
  color,
5145
5145
  style
5146
5146
  } = _ref,
5147
- props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
5147
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
5148
5148
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5149
5149
  const styleProps = {
5150
5150
  size: !size && isInsideButton ? 'medium' : size,
@@ -5165,7 +5165,7 @@ const IconRocket = forwardRef((_ref, ref) => {
5165
5165
  });
5166
5166
  IconRocket.displayName = 'IconRocket';
5167
5167
 
5168
- const _excluded$14 = ["testId", "size", "color", "style"];
5168
+ const _excluded$15 = ["testId", "size", "color", "style"];
5169
5169
  const IconSearch = forwardRef((_ref, ref) => {
5170
5170
  let {
5171
5171
  testId = 'icon-search',
@@ -5173,7 +5173,7 @@ const IconSearch = forwardRef((_ref, ref) => {
5173
5173
  color,
5174
5174
  style
5175
5175
  } = _ref,
5176
- props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
5176
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
5177
5177
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5178
5178
  const styleProps = {
5179
5179
  size: !size && isInsideButton ? 'medium' : size,
@@ -5196,7 +5196,7 @@ const IconSearch = forwardRef((_ref, ref) => {
5196
5196
  });
5197
5197
  IconSearch.displayName = 'IconSearch';
5198
5198
 
5199
- const _excluded$13 = ["testId", "size", "color", "style"];
5199
+ const _excluded$14 = ["testId", "size", "color", "style"];
5200
5200
  const IconSignOut = forwardRef((_ref, ref) => {
5201
5201
  let {
5202
5202
  testId = 'icon-sign-out',
@@ -5204,7 +5204,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
5204
5204
  color,
5205
5205
  style
5206
5206
  } = _ref,
5207
- props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
5207
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
5208
5208
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5209
5209
  const styleProps = {
5210
5210
  size: !size && isInsideButton ? 'medium' : size,
@@ -5225,7 +5225,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
5225
5225
  });
5226
5226
  IconSignOut.displayName = 'IconSignOut';
5227
5227
 
5228
- const _excluded$12 = ["testId", "size", "color", "style"];
5228
+ const _excluded$13 = ["testId", "size", "color", "style"];
5229
5229
  const IconSitemap = forwardRef((_ref, ref) => {
5230
5230
  let {
5231
5231
  testId = 'icon-sitemap',
@@ -5233,7 +5233,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
5233
5233
  color,
5234
5234
  style
5235
5235
  } = _ref,
5236
- props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
5236
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
5237
5237
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5238
5238
  const styleProps = {
5239
5239
  size: !size && isInsideButton ? 'medium' : size,
@@ -5256,7 +5256,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
5256
5256
  });
5257
5257
  IconSitemap.displayName = 'IconSitemap';
5258
5258
 
5259
- const _excluded$11 = ["testId", "size", "color", "style"];
5259
+ const _excluded$12 = ["testId", "size", "color", "style"];
5260
5260
  const IconSlidersH = forwardRef((_ref, ref) => {
5261
5261
  let {
5262
5262
  testId = 'icon-sliders-h',
@@ -5264,7 +5264,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
5264
5264
  color,
5265
5265
  style
5266
5266
  } = _ref,
5267
- props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
5267
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
5268
5268
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5269
5269
  const styleProps = {
5270
5270
  size: !size && isInsideButton ? 'medium' : size,
@@ -5292,7 +5292,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
5292
5292
  });
5293
5293
  IconSlidersH.displayName = 'IconSlidersH';
5294
5294
 
5295
- const _excluded$10 = ["testId", "size", "color", "style"];
5295
+ const _excluded$11 = ["testId", "size", "color", "style"];
5296
5296
  const IconSort = forwardRef((_ref, ref) => {
5297
5297
  let {
5298
5298
  testId = 'icon-sort',
@@ -5300,7 +5300,7 @@ const IconSort = forwardRef((_ref, ref) => {
5300
5300
  color,
5301
5301
  style
5302
5302
  } = _ref,
5303
- props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
5303
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
5304
5304
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5305
5305
  const styleProps = {
5306
5306
  size: !size && isInsideButton ? 'medium' : size,
@@ -5321,6 +5321,35 @@ const IconSort = forwardRef((_ref, ref) => {
5321
5321
  });
5322
5322
  IconSort.displayName = 'IconSort';
5323
5323
 
5324
+ const _excluded$10 = ["testId", "size", "color", "style"];
5325
+ const IconSparkleSolid = forwardRef((_ref, ref) => {
5326
+ let {
5327
+ testId = 'icon-sparkle-solid',
5328
+ size,
5329
+ color,
5330
+ style
5331
+ } = _ref,
5332
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
5333
+ const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5334
+ const styleProps = {
5335
+ size: !size && isInsideButton ? 'medium' : size,
5336
+ color,
5337
+ style
5338
+ };
5339
+ return React__default.createElement("svg", _extends({
5340
+ xmlns: "http://www.w3.org/2000/svg",
5341
+ fill: "none",
5342
+ viewBox: "0 0 20 20",
5343
+ style: getIconStyles(styleProps),
5344
+ "data-testid": testId,
5345
+ ref: ref
5346
+ }, props), React__default.createElement("path", {
5347
+ fill: "currentColor",
5348
+ d: "M12.793 5.017a.455.455 0 0 0 0 .849L15 6.699l.828 2.222a.452.452 0 0 0 .422.295.452.452 0 0 0 .422-.295l.828-2.222 2.207-.833a.455.455 0 0 0 0-.85L17.5 4.184l-.828-2.221a.452.452 0 0 0-.422-.295.452.452 0 0 0-.422.295L15 4.183l-2.207.834Zm-4.781-.468a.622.622 0 0 0-1.133 0L4.816 9.03.363 11.103a.628.628 0 0 0-.363.574c0 .248.14.468.363.57l4.457 2.072 2.055 4.482a.622.622 0 0 0 1.133 0l2.058-4.486 4.457-2.072a.627.627 0 0 0 0-1.14L10.07 9.035 8.012 4.549Z"
5349
+ }));
5350
+ });
5351
+ IconSparkleSolid.displayName = 'IconSparkleSolid';
5352
+
5324
5353
  const _excluded$$ = ["testId", "size", "color", "style"];
5325
5354
  const IconSparkle = forwardRef((_ref, ref) => {
5326
5355
  let {
@@ -15335,6 +15364,8 @@ const ColorFieldElement = (props, ref) => {
15335
15364
  };
15336
15365
  const ColorField = forwardRef(ColorFieldElement);
15337
15366
 
15367
+ const isValidPhoneNumber = value => !value || isValidPhoneNumber$1(value);
15368
+
15338
15369
  var styles$6 = {"avatar":"_V1U8v","avatar__container":"_peAaI","avatar--small":"_9g-tn","avatar__badge":"_uViot","avatar--medium":"_vNXJW","avatar--large":"_9ZKAB","avatar--extra-large":"_uv14Y"};
15339
15370
 
15340
15371
  var styles$5 = {"avatar-image":"_iDN1j"};
@@ -15809,5 +15840,5 @@ const EmptyState = props => {
15809
15840
  return emptyStateContainer;
15810
15841
  };
15811
15842
 
15812
- export { Accordion, ActionList, ActionListItem, AsyncSelectField, Avatar, Badge, Bold, BreadcrumbItem, Breadcrumbs, Button, COLORS, Calendar, CalloutCard, Card, CheckboxField, Chip, CircularProgress, ColorField, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, DropdownListItemSelectable, 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, IconCheckCircle, IconCheckCircleIncomplete, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircleHalfStroke, IconClipboardList, IconClock, IconClockExclamation, IconClockRewind, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDollarSign, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFaceSmileRelaxed, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandHoldingDollar, IconHandPointRight, IconHandshake, IconHatChef, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMedal, IconMegaphone, IconMessages, IconMinus, IconMinusCircle, IconMoneyBill, IconMugSaucerSolid, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlateUtensils, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconSparkle, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTable, IconTachometer, IconThumbsDown, IconThumbsUp, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSearch, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, MicroBanner, Modal, ModalBody, ModalFooter, MultiSelectField, NumberField, Page, PageLayout, PaginationControls, PasswordField, Paywall, PercentageField, PersistentBanner, PhoneField, Pill, PillSelectField, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, Skeleton, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, TimeRangeField, Toggle, ToolbarSelect, Tooltip, Underline, WeekField, ZINDEX, toast, useDataTableContext };
15843
+ export { Accordion, ActionList, ActionListItem, AsyncSelectField, Avatar, Badge, Bold, BreadcrumbItem, Breadcrumbs, Button, COLORS, Calendar, CalloutCard, Card, CheckboxField, Chip, CircularProgress, ColorField, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, DropdownListItemSelectable, 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, IconCheckCircle, IconCheckCircleIncomplete, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircleHalfStroke, 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, IconSparkleSolid, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTable, IconTachometer, IconThumbsDown, IconThumbsUp, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSearch, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, MicroBanner, Modal, ModalBody, ModalFooter, MultiSelectField, NumberField, Page, PageLayout, PaginationControls, PasswordField, Paywall, PercentageField, PersistentBanner, PhoneField, Pill, PillSelectField, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, Skeleton, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, TimeRangeField, Toggle, ToolbarSelect, Tooltip, Underline, WeekField, ZINDEX, isValidPhoneNumber, toast, useDataTableContext };
15813
15844
  //# sourceMappingURL=index.modern.mjs.map