@7shifts/sous-chef 3.56.2-beta3 → 3.57.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,8 +5,8 @@ import { toast as toast$1, ToastContainer as ToastContainer$1, Slide } from 'rea
5
5
  import ReactDOM from 'react-dom';
6
6
  import 'react-toastify/dist/ReactToastify.css';
7
7
  import { debounce } from 'lodash-es';
8
- import { Link as Link$1 } from 'react-router-dom';
9
8
  import parseTime from 'time-autocomplete/src/core/AMPMParser';
9
+ import { Link as Link$1 } from 'react-router-dom';
10
10
  import ReactModal from 'react-modal';
11
11
  import { DayPicker } from 'react-day-picker';
12
12
  import dateFnsFormat from 'date-fns/format';
@@ -154,7 +154,7 @@ const capitalizeFirstLetter = text => {
154
154
  };
155
155
  const kebabize = str => str.replace(/[A-Z]+(?![a-z])|[A-Z]/g, ($, ofs) => (ofs ? '-' : '') + $.toLowerCase());
156
156
 
157
- const _excluded$2P = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
157
+ const _excluded$2Q = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
158
158
  const getPositionProps = _ref => {
159
159
  let {
160
160
  m,
@@ -168,7 +168,7 @@ const getPositionProps = _ref => {
168
168
  ml,
169
169
  marginLeft
170
170
  } = _ref,
171
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
171
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
172
172
  return {
173
173
  positionProps: {
174
174
  m,
@@ -204,7 +204,7 @@ const getDataProps = (props, config) => {
204
204
  });
205
205
  };
206
206
 
207
- const _excluded$2O = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
207
+ const _excluded$2P = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
208
208
  /**
209
209
  * Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
210
210
  */
@@ -223,7 +223,7 @@ const Flex = _ref => {
223
223
  testId,
224
224
  extraClass
225
225
  } = _ref,
226
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
226
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
227
227
  const {
228
228
  positionProps,
229
229
  otherProps
@@ -264,7 +264,7 @@ const Flex = _ref => {
264
264
  }, child)));
265
265
  };
266
266
 
267
- const _excluded$2N = ["alignItems"];
267
+ const _excluded$2O = ["alignItems"];
268
268
  /**
269
269
  * Layout component to easily stack elements up in a column.
270
270
  */
@@ -272,7 +272,7 @@ const Stack = _ref => {
272
272
  let {
273
273
  alignItems = 'stretch'
274
274
  } = _ref,
275
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
275
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
276
276
  return React.createElement(Flex, _extends({}, props, {
277
277
  alignItems: alignItems,
278
278
  direction: "column"
@@ -281,7 +281,7 @@ const Stack = _ref => {
281
281
 
282
282
  var styles$1k = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
283
283
 
284
- const _excluded$2M = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
284
+ const _excluded$2N = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
285
285
  /**
286
286
  * Used when you want to allow the user to turn some information ON and OFF.
287
287
  *
@@ -297,7 +297,7 @@ const Toggle = _ref => {
297
297
  id,
298
298
  testId
299
299
  } = _ref,
300
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
300
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
301
301
  const {
302
302
  dataProps
303
303
  } = getDataProps(otherProps);
@@ -820,7 +820,7 @@ const COMPONENT_NAMES = {
820
820
  BUTTON: 'BUTTON'
821
821
  };
822
822
 
823
- const _excluded$2L = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
823
+ const _excluded$2M = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
824
824
  _excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
825
825
  const ButtonComponent = (_ref, ref) => {
826
826
  let {
@@ -842,7 +842,7 @@ const ButtonComponent = (_ref, ref) => {
842
842
  testId,
843
843
  size
844
844
  } = _ref,
845
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
845
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
846
846
  const {
847
847
  positionProps,
848
848
  otherProps
@@ -981,7 +981,7 @@ const useIsInsideComponent = parentComponentName => {
981
981
  return componentName === parentComponentName;
982
982
  };
983
983
 
984
- const _excluded$2K = ["testId", "size", "color", "style"];
984
+ const _excluded$2L = ["testId", "size", "color", "style"];
985
985
  const IconInfoCircle = forwardRef((_ref, ref) => {
986
986
  let {
987
987
  testId = 'icon-info-circle',
@@ -989,7 +989,7 @@ const IconInfoCircle = forwardRef((_ref, ref) => {
989
989
  color,
990
990
  style
991
991
  } = _ref,
992
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
992
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
993
993
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
994
994
  const styleProps = {
995
995
  size: !size && isInsideButton ? 'medium' : size,
@@ -1012,7 +1012,7 @@ const IconInfoCircle = forwardRef((_ref, ref) => {
1012
1012
  });
1013
1013
  IconInfoCircle.displayName = 'IconInfoCircle';
1014
1014
 
1015
- const _excluded$2J = ["testId", "size", "color", "style"];
1015
+ const _excluded$2K = ["testId", "size", "color", "style"];
1016
1016
  const IconAnalytics = forwardRef((_ref, ref) => {
1017
1017
  let {
1018
1018
  testId = 'icon-analytics',
@@ -1020,7 +1020,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
1020
1020
  color,
1021
1021
  style
1022
1022
  } = _ref,
1023
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1023
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1024
1024
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1025
1025
  const styleProps = {
1026
1026
  size: !size && isInsideButton ? 'medium' : size,
@@ -1043,7 +1043,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
1043
1043
  });
1044
1044
  IconAnalytics.displayName = 'IconAnalytics';
1045
1045
 
1046
- const _excluded$2I = ["testId", "size", "color", "style"];
1046
+ const _excluded$2J = ["testId", "size", "color", "style"];
1047
1047
  const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1048
1048
  let {
1049
1049
  testId = 'icon-arrow-down-wide-short',
@@ -1051,7 +1051,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1051
1051
  color,
1052
1052
  style
1053
1053
  } = _ref,
1054
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1054
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1055
1055
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1056
1056
  const styleProps = {
1057
1057
  size: !size && isInsideButton ? 'medium' : size,
@@ -1072,7 +1072,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1072
1072
  });
1073
1073
  IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
1074
1074
 
1075
- const _excluded$2H = ["testId", "size", "color", "style"];
1075
+ const _excluded$2I = ["testId", "size", "color", "style"];
1076
1076
  const IconArrowDown = forwardRef((_ref, ref) => {
1077
1077
  let {
1078
1078
  testId = 'icon-arrow-down',
@@ -1080,7 +1080,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1080
1080
  color,
1081
1081
  style
1082
1082
  } = _ref,
1083
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1083
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1084
1084
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1085
1085
  const styleProps = {
1086
1086
  size: !size && isInsideButton ? 'medium' : size,
@@ -1103,7 +1103,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1103
1103
  });
1104
1104
  IconArrowDown.displayName = 'IconArrowDown';
1105
1105
 
1106
- const _excluded$2G = ["testId", "size", "color", "style"];
1106
+ const _excluded$2H = ["testId", "size", "color", "style"];
1107
1107
  const IconArrowLeft = forwardRef((_ref, ref) => {
1108
1108
  let {
1109
1109
  testId = 'icon-arrow-left',
@@ -1111,7 +1111,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1111
1111
  color,
1112
1112
  style
1113
1113
  } = _ref,
1114
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1114
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1115
1115
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1116
1116
  const styleProps = {
1117
1117
  size: !size && isInsideButton ? 'medium' : size,
@@ -1134,7 +1134,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1134
1134
  });
1135
1135
  IconArrowLeft.displayName = 'IconArrowLeft';
1136
1136
 
1137
- const _excluded$2F = ["testId", "size", "color", "style"];
1137
+ const _excluded$2G = ["testId", "size", "color", "style"];
1138
1138
  const IconArrowRight = forwardRef((_ref, ref) => {
1139
1139
  let {
1140
1140
  testId = 'icon-arrow-right',
@@ -1142,7 +1142,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1142
1142
  color,
1143
1143
  style
1144
1144
  } = _ref,
1145
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1145
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1146
1146
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1147
1147
  const styleProps = {
1148
1148
  size: !size && isInsideButton ? 'medium' : size,
@@ -1165,7 +1165,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1165
1165
  });
1166
1166
  IconArrowRight.displayName = 'IconArrowRight';
1167
1167
 
1168
- const _excluded$2E = ["testId", "size", "color", "style"];
1168
+ const _excluded$2F = ["testId", "size", "color", "style"];
1169
1169
  const IconArrowToTop = forwardRef((_ref, ref) => {
1170
1170
  let {
1171
1171
  testId = 'icon-arrow-to-top',
@@ -1173,7 +1173,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1173
1173
  color,
1174
1174
  style
1175
1175
  } = _ref,
1176
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1176
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1177
1177
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1178
1178
  const styleProps = {
1179
1179
  size: !size && isInsideButton ? 'medium' : size,
@@ -1194,7 +1194,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1194
1194
  });
1195
1195
  IconArrowToTop.displayName = 'IconArrowToTop';
1196
1196
 
1197
- const _excluded$2D = ["testId", "size", "color", "style"];
1197
+ const _excluded$2E = ["testId", "size", "color", "style"];
1198
1198
  const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1199
1199
  let {
1200
1200
  testId = 'icon-arrow-turn-down-right',
@@ -1202,7 +1202,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1202
1202
  color,
1203
1203
  style
1204
1204
  } = _ref,
1205
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1205
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1206
1206
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1207
1207
  const styleProps = {
1208
1208
  size: !size && isInsideButton ? 'medium' : size,
@@ -1231,7 +1231,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1231
1231
  });
1232
1232
  IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
1233
1233
 
1234
- const _excluded$2C = ["testId", "size", "color", "style"];
1234
+ const _excluded$2D = ["testId", "size", "color", "style"];
1235
1235
  const IconArrowUp = forwardRef((_ref, ref) => {
1236
1236
  let {
1237
1237
  testId = 'icon-arrow-up',
@@ -1239,7 +1239,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1239
1239
  color,
1240
1240
  style
1241
1241
  } = _ref,
1242
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1242
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1243
1243
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1244
1244
  const styleProps = {
1245
1245
  size: !size && isInsideButton ? 'medium' : size,
@@ -1262,7 +1262,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1262
1262
  });
1263
1263
  IconArrowUp.displayName = 'IconArrowUp';
1264
1264
 
1265
- const _excluded$2B = ["testId", "size", "color", "style"];
1265
+ const _excluded$2C = ["testId", "size", "color", "style"];
1266
1266
  const IconAward = forwardRef((_ref, ref) => {
1267
1267
  let {
1268
1268
  testId = 'icon-award',
@@ -1270,7 +1270,7 @@ const IconAward = forwardRef((_ref, ref) => {
1270
1270
  color,
1271
1271
  style
1272
1272
  } = _ref,
1273
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1273
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1274
1274
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1275
1275
  const styleProps = {
1276
1276
  size: !size && isInsideButton ? 'medium' : size,
@@ -1293,7 +1293,7 @@ const IconAward = forwardRef((_ref, ref) => {
1293
1293
  });
1294
1294
  IconAward.displayName = 'IconAward';
1295
1295
 
1296
- const _excluded$2A = ["testId", "size", "color", "style"];
1296
+ const _excluded$2B = ["testId", "size", "color", "style"];
1297
1297
  const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1298
1298
  let {
1299
1299
  testId = 'icon-awful-monochromatic',
@@ -1301,7 +1301,7 @@ const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1301
1301
  color,
1302
1302
  style
1303
1303
  } = _ref,
1304
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1304
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1305
1305
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1306
1306
  const styleProps = {
1307
1307
  size: !size && isInsideButton ? 'medium' : size,
@@ -1354,7 +1354,7 @@ const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1354
1354
  });
1355
1355
  IconAwfulMonochromatic.displayName = 'IconAwfulMonochromatic';
1356
1356
 
1357
- const _excluded$2z = ["testId", "size", "color", "style"];
1357
+ const _excluded$2A = ["testId", "size", "color", "style"];
1358
1358
  const IconAwful = forwardRef((_ref, ref) => {
1359
1359
  let {
1360
1360
  testId = 'icon-awful',
@@ -1362,7 +1362,7 @@ const IconAwful = forwardRef((_ref, ref) => {
1362
1362
  color,
1363
1363
  style
1364
1364
  } = _ref,
1365
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1365
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1366
1366
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1367
1367
  const styleProps = {
1368
1368
  size: !size && isInsideButton ? 'medium' : size,
@@ -1403,7 +1403,7 @@ const IconAwful = forwardRef((_ref, ref) => {
1403
1403
  });
1404
1404
  IconAwful.displayName = 'IconAwful';
1405
1405
 
1406
- const _excluded$2y = ["testId", "size", "color", "style"];
1406
+ const _excluded$2z = ["testId", "size", "color", "style"];
1407
1407
  const IconBadMonochromatic = forwardRef((_ref, ref) => {
1408
1408
  let {
1409
1409
  testId = 'icon-bad-monochromatic',
@@ -1411,7 +1411,7 @@ const IconBadMonochromatic = forwardRef((_ref, ref) => {
1411
1411
  color,
1412
1412
  style
1413
1413
  } = _ref,
1414
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1414
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1415
1415
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1416
1416
  const styleProps = {
1417
1417
  size: !size && isInsideButton ? 'medium' : size,
@@ -1450,7 +1450,7 @@ const IconBadMonochromatic = forwardRef((_ref, ref) => {
1450
1450
  });
1451
1451
  IconBadMonochromatic.displayName = 'IconBadMonochromatic';
1452
1452
 
1453
- const _excluded$2x = ["testId", "size", "color", "style"];
1453
+ const _excluded$2y = ["testId", "size", "color", "style"];
1454
1454
  const IconBad = forwardRef((_ref, ref) => {
1455
1455
  let {
1456
1456
  testId = 'icon-bad',
@@ -1458,7 +1458,7 @@ const IconBad = forwardRef((_ref, ref) => {
1458
1458
  color,
1459
1459
  style
1460
1460
  } = _ref,
1461
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1461
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1462
1462
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1463
1463
  const styleProps = {
1464
1464
  size: !size && isInsideButton ? 'medium' : size,
@@ -1485,7 +1485,7 @@ const IconBad = forwardRef((_ref, ref) => {
1485
1485
  });
1486
1486
  IconBad.displayName = 'IconBad';
1487
1487
 
1488
- const _excluded$2w = ["testId", "size", "color", "style"];
1488
+ const _excluded$2x = ["testId", "size", "color", "style"];
1489
1489
  const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1490
1490
  let {
1491
1491
  testId = 'icon-balance-scale-left',
@@ -1493,7 +1493,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1493
1493
  color,
1494
1494
  style
1495
1495
  } = _ref,
1496
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1496
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1497
1497
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1498
1498
  const styleProps = {
1499
1499
  size: !size && isInsideButton ? 'medium' : size,
@@ -1521,7 +1521,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1521
1521
  });
1522
1522
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
1523
1523
 
1524
- const _excluded$2v = ["testId", "size", "color", "style"];
1524
+ const _excluded$2w = ["testId", "size", "color", "style"];
1525
1525
  const IconBalanceScale = forwardRef((_ref, ref) => {
1526
1526
  let {
1527
1527
  testId = 'icon-balance-scale',
@@ -1529,7 +1529,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
1529
1529
  color,
1530
1530
  style
1531
1531
  } = _ref,
1532
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
1532
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1533
1533
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1534
1534
  const styleProps = {
1535
1535
  size: !size && isInsideButton ? 'medium' : size,
@@ -1557,7 +1557,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
1557
1557
  });
1558
1558
  IconBalanceScale.displayName = 'IconBalanceScale';
1559
1559
 
1560
- const _excluded$2u = ["testId", "size", "color", "style"];
1560
+ const _excluded$2v = ["testId", "size", "color", "style"];
1561
1561
  const IconBan = forwardRef((_ref, ref) => {
1562
1562
  let {
1563
1563
  testId = 'icon-ban',
@@ -1565,7 +1565,7 @@ const IconBan = forwardRef((_ref, ref) => {
1565
1565
  color,
1566
1566
  style
1567
1567
  } = _ref,
1568
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
1568
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
1569
1569
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1570
1570
  const styleProps = {
1571
1571
  size: !size && isInsideButton ? 'medium' : size,
@@ -1586,7 +1586,7 @@ const IconBan = forwardRef((_ref, ref) => {
1586
1586
  });
1587
1587
  IconBan.displayName = 'IconBan';
1588
1588
 
1589
- const _excluded$2t = ["testId", "size", "color", "style"];
1589
+ const _excluded$2u = ["testId", "size", "color", "style"];
1590
1590
  const IconBarsH = forwardRef((_ref, ref) => {
1591
1591
  let {
1592
1592
  testId = 'icon-bars-h',
@@ -1594,7 +1594,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
1594
1594
  color,
1595
1595
  style
1596
1596
  } = _ref,
1597
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
1597
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
1598
1598
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1599
1599
  const styleProps = {
1600
1600
  size: !size && isInsideButton ? 'medium' : size,
@@ -1617,7 +1617,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
1617
1617
  });
1618
1618
  IconBarsH.displayName = 'IconBarsH';
1619
1619
 
1620
- const _excluded$2s = ["testId", "size", "color", "style"];
1620
+ const _excluded$2t = ["testId", "size", "color", "style"];
1621
1621
  const IconBarsV = forwardRef((_ref, ref) => {
1622
1622
  let {
1623
1623
  testId = 'icon-bars-v',
@@ -1625,7 +1625,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
1625
1625
  color,
1626
1626
  style
1627
1627
  } = _ref,
1628
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
1628
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
1629
1629
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1630
1630
  const styleProps = {
1631
1631
  size: !size && isInsideButton ? 'medium' : size,
@@ -1646,7 +1646,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
1646
1646
  });
1647
1647
  IconBarsV.displayName = 'IconBarsV';
1648
1648
 
1649
- const _excluded$2r = ["testId", "size", "color", "style"];
1649
+ const _excluded$2s = ["testId", "size", "color", "style"];
1650
1650
  const IconBell = forwardRef((_ref, ref) => {
1651
1651
  let {
1652
1652
  testId = 'icon-bell',
@@ -1654,7 +1654,7 @@ const IconBell = forwardRef((_ref, ref) => {
1654
1654
  color,
1655
1655
  style
1656
1656
  } = _ref,
1657
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
1657
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
1658
1658
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1659
1659
  const styleProps = {
1660
1660
  size: !size && isInsideButton ? 'medium' : size,
@@ -1677,7 +1677,7 @@ const IconBell = forwardRef((_ref, ref) => {
1677
1677
  });
1678
1678
  IconBell.displayName = 'IconBell';
1679
1679
 
1680
- const _excluded$2q = ["testId", "size", "color", "style"];
1680
+ const _excluded$2r = ["testId", "size", "color", "style"];
1681
1681
  const IconBirthdayCake = forwardRef((_ref, ref) => {
1682
1682
  let {
1683
1683
  testId = 'icon-birthday-cake',
@@ -1685,7 +1685,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
1685
1685
  color,
1686
1686
  style
1687
1687
  } = _ref,
1688
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
1688
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
1689
1689
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1690
1690
  const styleProps = {
1691
1691
  size: !size && isInsideButton ? 'medium' : size,
@@ -1706,7 +1706,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
1706
1706
  });
1707
1707
  IconBirthdayCake.displayName = 'IconBirthdayCake';
1708
1708
 
1709
- const _excluded$2p = ["testId", "size", "color", "style"];
1709
+ const _excluded$2q = ["testId", "size", "color", "style"];
1710
1710
  const IconBold = forwardRef((_ref, ref) => {
1711
1711
  let {
1712
1712
  testId = 'icon-bold',
@@ -1714,7 +1714,7 @@ const IconBold = forwardRef((_ref, ref) => {
1714
1714
  color,
1715
1715
  style
1716
1716
  } = _ref,
1717
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
1717
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
1718
1718
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1719
1719
  const styleProps = {
1720
1720
  size: !size && isInsideButton ? 'medium' : size,
@@ -1735,7 +1735,7 @@ const IconBold = forwardRef((_ref, ref) => {
1735
1735
  });
1736
1736
  IconBold.displayName = 'IconBold';
1737
1737
 
1738
- const _excluded$2o = ["testId", "size", "color", "style"];
1738
+ const _excluded$2p = ["testId", "size", "color", "style"];
1739
1739
  const IconBolt = forwardRef((_ref, ref) => {
1740
1740
  let {
1741
1741
  testId = 'icon-bolt',
@@ -1743,7 +1743,7 @@ const IconBolt = forwardRef((_ref, ref) => {
1743
1743
  color,
1744
1744
  style
1745
1745
  } = _ref,
1746
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
1746
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
1747
1747
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1748
1748
  const styleProps = {
1749
1749
  size: !size && isInsideButton ? 'medium' : size,
@@ -1771,7 +1771,7 @@ const IconBolt = forwardRef((_ref, ref) => {
1771
1771
  });
1772
1772
  IconBolt.displayName = 'IconBolt';
1773
1773
 
1774
- const _excluded$2n = ["testId", "size", "color", "style"];
1774
+ const _excluded$2o = ["testId", "size", "color", "style"];
1775
1775
  const IconBook = forwardRef((_ref, ref) => {
1776
1776
  let {
1777
1777
  testId = 'icon-book',
@@ -1779,7 +1779,7 @@ const IconBook = forwardRef((_ref, ref) => {
1779
1779
  color,
1780
1780
  style
1781
1781
  } = _ref,
1782
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
1782
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
1783
1783
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1784
1784
  const styleProps = {
1785
1785
  size: !size && isInsideButton ? 'medium' : size,
@@ -1802,7 +1802,7 @@ const IconBook = forwardRef((_ref, ref) => {
1802
1802
  });
1803
1803
  IconBook.displayName = 'IconBook';
1804
1804
 
1805
- const _excluded$2m = ["testId", "size", "color", "style"];
1805
+ const _excluded$2n = ["testId", "size", "color", "style"];
1806
1806
  const IconBriefcase = forwardRef((_ref, ref) => {
1807
1807
  let {
1808
1808
  testId = 'icon-briefcase',
@@ -1810,7 +1810,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
1810
1810
  color,
1811
1811
  style
1812
1812
  } = _ref,
1813
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
1813
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
1814
1814
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1815
1815
  const styleProps = {
1816
1816
  size: !size && isInsideButton ? 'medium' : size,
@@ -1831,7 +1831,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
1831
1831
  });
1832
1832
  IconBriefcase.displayName = 'IconBriefcase';
1833
1833
 
1834
- const _excluded$2l = ["testId", "size", "color", "style"];
1834
+ const _excluded$2m = ["testId", "size", "color", "style"];
1835
1835
  const IconBullseyeArrow = forwardRef((_ref, ref) => {
1836
1836
  let {
1837
1837
  testId = 'icon-bullseye-arrow',
@@ -1839,7 +1839,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
1839
1839
  color,
1840
1840
  style
1841
1841
  } = _ref,
1842
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
1842
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
1843
1843
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1844
1844
  const styleProps = {
1845
1845
  size: !size && isInsideButton ? 'medium' : size,
@@ -1862,7 +1862,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
1862
1862
  });
1863
1863
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
1864
1864
 
1865
- const _excluded$2k = ["testId", "size", "color", "style"];
1865
+ const _excluded$2l = ["testId", "size", "color", "style"];
1866
1866
  const IconCalculator = forwardRef((_ref, ref) => {
1867
1867
  let {
1868
1868
  testId = 'icon-calculator',
@@ -1870,7 +1870,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
1870
1870
  color,
1871
1871
  style
1872
1872
  } = _ref,
1873
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
1873
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
1874
1874
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1875
1875
  const styleProps = {
1876
1876
  size: !size && isInsideButton ? 'medium' : size,
@@ -1893,7 +1893,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
1893
1893
  });
1894
1894
  IconCalculator.displayName = 'IconCalculator';
1895
1895
 
1896
- const _excluded$2j = ["testId", "size", "color", "style"];
1896
+ const _excluded$2k = ["testId", "size", "color", "style"];
1897
1897
  const IconCalendarAlt = forwardRef((_ref, ref) => {
1898
1898
  let {
1899
1899
  testId = 'icon-calendar-alt',
@@ -1901,7 +1901,7 @@ const IconCalendarAlt = forwardRef((_ref, ref) => {
1901
1901
  color,
1902
1902
  style
1903
1903
  } = _ref,
1904
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
1904
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
1905
1905
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1906
1906
  const styleProps = {
1907
1907
  size: !size && isInsideButton ? 'medium' : size,
@@ -1924,7 +1924,7 @@ const IconCalendarAlt = forwardRef((_ref, ref) => {
1924
1924
  });
1925
1925
  IconCalendarAlt.displayName = 'IconCalendarAlt';
1926
1926
 
1927
- const _excluded$2i = ["testId", "size", "color", "style"];
1927
+ const _excluded$2j = ["testId", "size", "color", "style"];
1928
1928
  const IconCalendarCheck = forwardRef((_ref, ref) => {
1929
1929
  let {
1930
1930
  testId = 'icon-calendar-check',
@@ -1932,7 +1932,7 @@ const IconCalendarCheck = forwardRef((_ref, ref) => {
1932
1932
  color,
1933
1933
  style
1934
1934
  } = _ref,
1935
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
1935
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
1936
1936
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1937
1937
  const styleProps = {
1938
1938
  size: !size && isInsideButton ? 'medium' : size,
@@ -1955,7 +1955,7 @@ const IconCalendarCheck = forwardRef((_ref, ref) => {
1955
1955
  });
1956
1956
  IconCalendarCheck.displayName = 'IconCalendarCheck';
1957
1957
 
1958
- const _excluded$2h = ["testId", "size", "color", "style"];
1958
+ const _excluded$2i = ["testId", "size", "color", "style"];
1959
1959
  const IconCalendarDay = forwardRef((_ref, ref) => {
1960
1960
  let {
1961
1961
  testId = 'icon-calendar-day',
@@ -1963,7 +1963,7 @@ const IconCalendarDay = forwardRef((_ref, ref) => {
1963
1963
  color,
1964
1964
  style
1965
1965
  } = _ref,
1966
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
1966
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
1967
1967
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1968
1968
  const styleProps = {
1969
1969
  size: !size && isInsideButton ? 'medium' : size,
@@ -1991,7 +1991,7 @@ const IconCalendarDay = forwardRef((_ref, ref) => {
1991
1991
  });
1992
1992
  IconCalendarDay.displayName = 'IconCalendarDay';
1993
1993
 
1994
- const _excluded$2g = ["testId", "size", "color", "style"];
1994
+ const _excluded$2h = ["testId", "size", "color", "style"];
1995
1995
  const IconCalendarExclamation = forwardRef((_ref, ref) => {
1996
1996
  let {
1997
1997
  testId = 'icon-calendar-exclamation',
@@ -1999,7 +1999,7 @@ const IconCalendarExclamation = forwardRef((_ref, ref) => {
1999
1999
  color,
2000
2000
  style
2001
2001
  } = _ref,
2002
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2002
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2003
2003
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2004
2004
  const styleProps = {
2005
2005
  size: !size && isInsideButton ? 'medium' : size,
@@ -2020,7 +2020,7 @@ const IconCalendarExclamation = forwardRef((_ref, ref) => {
2020
2020
  });
2021
2021
  IconCalendarExclamation.displayName = 'IconCalendarExclamation';
2022
2022
 
2023
- const _excluded$2f = ["testId", "size", "color", "style"];
2023
+ const _excluded$2g = ["testId", "size", "color", "style"];
2024
2024
  const IconCalendarStar = forwardRef((_ref, ref) => {
2025
2025
  let {
2026
2026
  testId = 'icon-calendar-star',
@@ -2028,7 +2028,7 @@ const IconCalendarStar = forwardRef((_ref, ref) => {
2028
2028
  color,
2029
2029
  style
2030
2030
  } = _ref,
2031
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2031
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2032
2032
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2033
2033
  const styleProps = {
2034
2034
  size: !size && isInsideButton ? 'medium' : size,
@@ -2049,7 +2049,7 @@ const IconCalendarStar = forwardRef((_ref, ref) => {
2049
2049
  });
2050
2050
  IconCalendarStar.displayName = 'IconCalendarStar';
2051
2051
 
2052
- const _excluded$2e = ["testId", "size", "color", "style"];
2052
+ const _excluded$2f = ["testId", "size", "color", "style"];
2053
2053
  const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2054
2054
  let {
2055
2055
  testId = 'icon-calendar-tomorrow',
@@ -2057,7 +2057,7 @@ const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2057
2057
  color,
2058
2058
  style
2059
2059
  } = _ref,
2060
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2060
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2061
2061
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2062
2062
  const styleProps = {
2063
2063
  size: !size && isInsideButton ? 'medium' : size,
@@ -2087,7 +2087,7 @@ const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2087
2087
  });
2088
2088
  IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
2089
2089
 
2090
- const _excluded$2d = ["testId", "size", "color", "style"];
2090
+ const _excluded$2e = ["testId", "size", "color", "style"];
2091
2091
  const IconCalendar = forwardRef((_ref, ref) => {
2092
2092
  let {
2093
2093
  testId = 'icon-calendar',
@@ -2095,7 +2095,7 @@ const IconCalendar = forwardRef((_ref, ref) => {
2095
2095
  color,
2096
2096
  style
2097
2097
  } = _ref,
2098
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2098
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2099
2099
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2100
2100
  const styleProps = {
2101
2101
  size: !size && isInsideButton ? 'medium' : size,
@@ -2118,7 +2118,7 @@ const IconCalendar = forwardRef((_ref, ref) => {
2118
2118
  });
2119
2119
  IconCalendar.displayName = 'IconCalendar';
2120
2120
 
2121
- const _excluded$2c = ["testId", "size", "color", "style"];
2121
+ const _excluded$2d = ["testId", "size", "color", "style"];
2122
2122
  const IconCameraSlash = forwardRef((_ref, ref) => {
2123
2123
  let {
2124
2124
  testId = 'icon-camera-slash',
@@ -2126,7 +2126,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
2126
2126
  color,
2127
2127
  style
2128
2128
  } = _ref,
2129
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2129
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2130
2130
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2131
2131
  const styleProps = {
2132
2132
  size: !size && isInsideButton ? 'medium' : size,
@@ -2150,7 +2150,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
2150
2150
  });
2151
2151
  IconCameraSlash.displayName = 'IconCameraSlash';
2152
2152
 
2153
- const _excluded$2b = ["testId", "size", "color", "style"];
2153
+ const _excluded$2c = ["testId", "size", "color", "style"];
2154
2154
  const IconCamera = forwardRef((_ref, ref) => {
2155
2155
  let {
2156
2156
  testId = 'icon-camera',
@@ -2158,7 +2158,7 @@ const IconCamera = forwardRef((_ref, ref) => {
2158
2158
  color,
2159
2159
  style
2160
2160
  } = _ref,
2161
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2161
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2162
2162
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2163
2163
  const styleProps = {
2164
2164
  size: !size && isInsideButton ? 'medium' : size,
@@ -2179,7 +2179,7 @@ const IconCamera = forwardRef((_ref, ref) => {
2179
2179
  });
2180
2180
  IconCamera.displayName = 'IconCamera';
2181
2181
 
2182
- const _excluded$2a = ["testId", "size", "color", "style"];
2182
+ const _excluded$2b = ["testId", "size", "color", "style"];
2183
2183
  const IconCashRegister = forwardRef((_ref, ref) => {
2184
2184
  let {
2185
2185
  testId = 'icon-cash-register',
@@ -2187,7 +2187,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2187
2187
  color,
2188
2188
  style
2189
2189
  } = _ref,
2190
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2190
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2191
2191
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2192
2192
  const styleProps = {
2193
2193
  size: !size && isInsideButton ? 'medium' : size,
@@ -2208,7 +2208,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2208
2208
  });
2209
2209
  IconCashRegister.displayName = 'IconCashRegister';
2210
2210
 
2211
- const _excluded$29 = ["testId", "size", "color", "style"];
2211
+ const _excluded$2a = ["testId", "size", "color", "style"];
2212
2212
  const IconChartBar = forwardRef((_ref, ref) => {
2213
2213
  let {
2214
2214
  testId = 'icon-chart-bar',
@@ -2216,7 +2216,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2216
2216
  color,
2217
2217
  style
2218
2218
  } = _ref,
2219
- props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2219
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2220
2220
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2221
2221
  const styleProps = {
2222
2222
  size: !size && isInsideButton ? 'medium' : size,
@@ -2239,7 +2239,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2239
2239
  });
2240
2240
  IconChartBar.displayName = 'IconChartBar';
2241
2241
 
2242
- const _excluded$28 = ["testId", "size", "color", "style"];
2242
+ const _excluded$29 = ["testId", "size", "color", "style"];
2243
2243
  const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2244
2244
  let {
2245
2245
  testId = 'icon-check-circle-incomplete',
@@ -2247,7 +2247,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2247
2247
  color,
2248
2248
  style
2249
2249
  } = _ref,
2250
- props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2250
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2251
2251
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2252
2252
  const styleProps = {
2253
2253
  size: !size && isInsideButton ? 'medium' : size,
@@ -2268,7 +2268,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2268
2268
  });
2269
2269
  IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
2270
2270
 
2271
- const _excluded$27 = ["testId", "size", "color", "style"];
2271
+ const _excluded$28 = ["testId", "size", "color", "style"];
2272
2272
  const IconCheck = forwardRef((_ref, ref) => {
2273
2273
  let {
2274
2274
  testId = 'icon-check',
@@ -2276,7 +2276,7 @@ const IconCheck = forwardRef((_ref, ref) => {
2276
2276
  color,
2277
2277
  style
2278
2278
  } = _ref,
2279
- props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2279
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2280
2280
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2281
2281
  const styleProps = {
2282
2282
  size: !size && isInsideButton ? 'medium' : size,
@@ -2299,7 +2299,7 @@ const IconCheck = forwardRef((_ref, ref) => {
2299
2299
  });
2300
2300
  IconCheck.displayName = 'IconCheck';
2301
2301
 
2302
- const _excluded$26 = ["testId", "size", "color", "style"];
2302
+ const _excluded$27 = ["testId", "size", "color", "style"];
2303
2303
  const IconChevronDown = forwardRef((_ref, ref) => {
2304
2304
  let {
2305
2305
  testId = 'icon-chevron-down',
@@ -2307,7 +2307,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
2307
2307
  color,
2308
2308
  style
2309
2309
  } = _ref,
2310
- props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2310
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2311
2311
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2312
2312
  const styleProps = {
2313
2313
  size: !size && isInsideButton ? 'medium' : size,
@@ -2330,7 +2330,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
2330
2330
  });
2331
2331
  IconChevronDown.displayName = 'IconChevronDown';
2332
2332
 
2333
- const _excluded$25 = ["testId", "size", "color", "style"];
2333
+ const _excluded$26 = ["testId", "size", "color", "style"];
2334
2334
  const IconChevronLeft = forwardRef((_ref, ref) => {
2335
2335
  let {
2336
2336
  testId = 'icon-chevron-left',
@@ -2338,7 +2338,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
2338
2338
  color,
2339
2339
  style
2340
2340
  } = _ref,
2341
- props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2341
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2342
2342
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2343
2343
  const styleProps = {
2344
2344
  size: !size && isInsideButton ? 'medium' : size,
@@ -2361,7 +2361,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
2361
2361
  });
2362
2362
  IconChevronLeft.displayName = 'IconChevronLeft';
2363
2363
 
2364
- const _excluded$24 = ["testId", "size", "color", "style"];
2364
+ const _excluded$25 = ["testId", "size", "color", "style"];
2365
2365
  const IconChevronRight = forwardRef((_ref, ref) => {
2366
2366
  let {
2367
2367
  testId = 'icon-chevron-right',
@@ -2369,7 +2369,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
2369
2369
  color,
2370
2370
  style
2371
2371
  } = _ref,
2372
- props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2372
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2373
2373
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2374
2374
  const styleProps = {
2375
2375
  size: !size && isInsideButton ? 'medium' : size,
@@ -2392,7 +2392,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
2392
2392
  });
2393
2393
  IconChevronRight.displayName = 'IconChevronRight';
2394
2394
 
2395
- const _excluded$23 = ["testId", "size", "color", "style"];
2395
+ const _excluded$24 = ["testId", "size", "color", "style"];
2396
2396
  const IconChevronUp = forwardRef((_ref, ref) => {
2397
2397
  let {
2398
2398
  testId = 'icon-chevron-up',
@@ -2400,7 +2400,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
2400
2400
  color,
2401
2401
  style
2402
2402
  } = _ref,
2403
- props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2403
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2404
2404
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2405
2405
  const styleProps = {
2406
2406
  size: !size && isInsideButton ? 'medium' : size,
@@ -2423,7 +2423,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
2423
2423
  });
2424
2424
  IconChevronUp.displayName = 'IconChevronUp';
2425
2425
 
2426
- const _excluded$22 = ["testId", "size", "color", "style"];
2426
+ const _excluded$23 = ["testId", "size", "color", "style"];
2427
2427
  const IconClipboardList = forwardRef((_ref, ref) => {
2428
2428
  let {
2429
2429
  testId = 'icon-clipboard-list',
@@ -2431,7 +2431,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
2431
2431
  color,
2432
2432
  style
2433
2433
  } = _ref,
2434
- props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2434
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2435
2435
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2436
2436
  const styleProps = {
2437
2437
  size: !size && isInsideButton ? 'medium' : size,
@@ -2454,7 +2454,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
2454
2454
  });
2455
2455
  IconClipboardList.displayName = 'IconClipboardList';
2456
2456
 
2457
- const _excluded$21 = ["testId", "size", "color", "style"];
2457
+ const _excluded$22 = ["testId", "size", "color", "style"];
2458
2458
  const IconClockRewind = forwardRef((_ref, ref) => {
2459
2459
  let {
2460
2460
  testId = 'icon-clock-rewind',
@@ -2462,7 +2462,7 @@ const IconClockRewind = forwardRef((_ref, ref) => {
2462
2462
  color,
2463
2463
  style
2464
2464
  } = _ref,
2465
- props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
2465
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2466
2466
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2467
2467
  const styleProps = {
2468
2468
  size: !size && isInsideButton ? 'medium' : size,
@@ -2490,7 +2490,7 @@ const IconClockRewind = forwardRef((_ref, ref) => {
2490
2490
  });
2491
2491
  IconClockRewind.displayName = 'IconClockRewind';
2492
2492
 
2493
- const _excluded$20 = ["testId", "size", "color", "style"];
2493
+ const _excluded$21 = ["testId", "size", "color", "style"];
2494
2494
  const IconClock = forwardRef((_ref, ref) => {
2495
2495
  let {
2496
2496
  testId = 'icon-clock',
@@ -2498,7 +2498,7 @@ const IconClock = forwardRef((_ref, ref) => {
2498
2498
  color,
2499
2499
  style
2500
2500
  } = _ref,
2501
- props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
2501
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
2502
2502
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2503
2503
  const styleProps = {
2504
2504
  size: !size && isInsideButton ? 'medium' : size,
@@ -2519,7 +2519,7 @@ const IconClock = forwardRef((_ref, ref) => {
2519
2519
  });
2520
2520
  IconClock.displayName = 'IconClock';
2521
2521
 
2522
- const _excluded$1$ = ["testId", "size", "color", "style"];
2522
+ const _excluded$20 = ["testId", "size", "color", "style"];
2523
2523
  const IconCog = forwardRef((_ref, ref) => {
2524
2524
  let {
2525
2525
  testId = 'icon-cog',
@@ -2527,7 +2527,7 @@ const IconCog = forwardRef((_ref, ref) => {
2527
2527
  color,
2528
2528
  style
2529
2529
  } = _ref,
2530
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
2530
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
2531
2531
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2532
2532
  const styleProps = {
2533
2533
  size: !size && isInsideButton ? 'medium' : size,
@@ -2548,7 +2548,7 @@ const IconCog = forwardRef((_ref, ref) => {
2548
2548
  });
2549
2549
  IconCog.displayName = 'IconCog';
2550
2550
 
2551
- const _excluded$1_ = ["testId", "size", "color", "style"];
2551
+ const _excluded$1$ = ["testId", "size", "color", "style"];
2552
2552
  const IconCommentLines = forwardRef((_ref, ref) => {
2553
2553
  let {
2554
2554
  testId = 'icon-comment-lines',
@@ -2556,7 +2556,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
2556
2556
  color,
2557
2557
  style
2558
2558
  } = _ref,
2559
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
2559
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
2560
2560
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2561
2561
  const styleProps = {
2562
2562
  size: !size && isInsideButton ? 'medium' : size,
@@ -2582,7 +2582,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
2582
2582
  });
2583
2583
  IconCommentLines.displayName = 'IconCommentLines';
2584
2584
 
2585
- const _excluded$1Z = ["testId", "size", "color", "style"];
2585
+ const _excluded$1_ = ["testId", "size", "color", "style"];
2586
2586
  const IconComment = forwardRef((_ref, ref) => {
2587
2587
  let {
2588
2588
  testId = 'icon-comment',
@@ -2590,7 +2590,7 @@ const IconComment = forwardRef((_ref, ref) => {
2590
2590
  color,
2591
2591
  style
2592
2592
  } = _ref,
2593
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
2593
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
2594
2594
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2595
2595
  const styleProps = {
2596
2596
  size: !size && isInsideButton ? 'medium' : size,
@@ -2613,7 +2613,7 @@ const IconComment = forwardRef((_ref, ref) => {
2613
2613
  });
2614
2614
  IconComment.displayName = 'IconComment';
2615
2615
 
2616
- const _excluded$1Y = ["testId", "size", "color", "style"];
2616
+ const _excluded$1Z = ["testId", "size", "color", "style"];
2617
2617
  const IconCopy = forwardRef((_ref, ref) => {
2618
2618
  let {
2619
2619
  testId = 'icon-copy',
@@ -2621,7 +2621,7 @@ const IconCopy = forwardRef((_ref, ref) => {
2621
2621
  color,
2622
2622
  style
2623
2623
  } = _ref,
2624
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
2624
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
2625
2625
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2626
2626
  const styleProps = {
2627
2627
  size: !size && isInsideButton ? 'medium' : size,
@@ -2649,7 +2649,7 @@ const IconCopy = forwardRef((_ref, ref) => {
2649
2649
  });
2650
2650
  IconCopy.displayName = 'IconCopy';
2651
2651
 
2652
- const _excluded$1X = ["testId", "size", "color", "style"];
2652
+ const _excluded$1Y = ["testId", "size", "color", "style"];
2653
2653
  const IconCreditCardPlus = forwardRef((_ref, ref) => {
2654
2654
  let {
2655
2655
  testId = 'icon-credit-card-plus',
@@ -2657,7 +2657,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2657
2657
  color,
2658
2658
  style
2659
2659
  } = _ref,
2660
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
2660
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
2661
2661
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2662
2662
  const styleProps = {
2663
2663
  size: !size && isInsideButton ? 'medium' : size,
@@ -2687,7 +2687,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2687
2687
  });
2688
2688
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2689
2689
 
2690
- const _excluded$1W = ["testId", "size", "color", "style"];
2690
+ const _excluded$1X = ["testId", "size", "color", "style"];
2691
2691
  const IconCreditCard = forwardRef((_ref, ref) => {
2692
2692
  let {
2693
2693
  testId = 'icon-credit-card',
@@ -2695,7 +2695,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2695
2695
  color,
2696
2696
  style
2697
2697
  } = _ref,
2698
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
2698
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
2699
2699
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2700
2700
  const styleProps = {
2701
2701
  size: !size && isInsideButton ? 'medium' : size,
@@ -2723,7 +2723,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2723
2723
  });
2724
2724
  IconCreditCard.displayName = 'IconCreditCard';
2725
2725
 
2726
- const _excluded$1V = ["testId", "size", "color", "style"];
2726
+ const _excluded$1W = ["testId", "size", "color", "style"];
2727
2727
  const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2728
2728
  let {
2729
2729
  testId = 'icon-decent-monochromatic',
@@ -2731,7 +2731,7 @@ const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2731
2731
  color,
2732
2732
  style
2733
2733
  } = _ref,
2734
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
2734
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
2735
2735
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2736
2736
  const styleProps = {
2737
2737
  size: !size && isInsideButton ? 'medium' : size,
@@ -2774,7 +2774,7 @@ const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2774
2774
  });
2775
2775
  IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
2776
2776
 
2777
- const _excluded$1U = ["testId", "size", "color", "style"];
2777
+ const _excluded$1V = ["testId", "size", "color", "style"];
2778
2778
  const IconDecent = forwardRef((_ref, ref) => {
2779
2779
  let {
2780
2780
  testId = 'icon-decent',
@@ -2782,7 +2782,7 @@ const IconDecent = forwardRef((_ref, ref) => {
2782
2782
  color,
2783
2783
  style
2784
2784
  } = _ref,
2785
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
2785
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
2786
2786
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2787
2787
  const styleProps = {
2788
2788
  size: !size && isInsideButton ? 'medium' : size,
@@ -2813,7 +2813,7 @@ const IconDecent = forwardRef((_ref, ref) => {
2813
2813
  });
2814
2814
  IconDecent.displayName = 'IconDecent';
2815
2815
 
2816
- const _excluded$1T = ["testId", "size", "color", "style"];
2816
+ const _excluded$1U = ["testId", "size", "color", "style"];
2817
2817
  const IconDownload = forwardRef((_ref, ref) => {
2818
2818
  let {
2819
2819
  testId = 'icon-download',
@@ -2821,7 +2821,7 @@ const IconDownload = forwardRef((_ref, ref) => {
2821
2821
  color,
2822
2822
  style
2823
2823
  } = _ref,
2824
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
2824
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
2825
2825
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2826
2826
  const styleProps = {
2827
2827
  size: !size && isInsideButton ? 'medium' : size,
@@ -2844,7 +2844,7 @@ const IconDownload = forwardRef((_ref, ref) => {
2844
2844
  });
2845
2845
  IconDownload.displayName = 'IconDownload';
2846
2846
 
2847
- const _excluded$1S = ["testId", "size", "color", "style"];
2847
+ const _excluded$1T = ["testId", "size", "color", "style"];
2848
2848
  const IconEdit = forwardRef((_ref, ref) => {
2849
2849
  let {
2850
2850
  testId = 'icon-edit',
@@ -2852,7 +2852,7 @@ const IconEdit = forwardRef((_ref, ref) => {
2852
2852
  color,
2853
2853
  style
2854
2854
  } = _ref,
2855
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
2855
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
2856
2856
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2857
2857
  const styleProps = {
2858
2858
  size: !size && isInsideButton ? 'medium' : size,
@@ -2873,7 +2873,7 @@ const IconEdit = forwardRef((_ref, ref) => {
2873
2873
  });
2874
2874
  IconEdit.displayName = 'IconEdit';
2875
2875
 
2876
- const _excluded$1R = ["testId", "size", "color", "style"];
2876
+ const _excluded$1S = ["testId", "size", "color", "style"];
2877
2877
  const IconEllipsisV = forwardRef((_ref, ref) => {
2878
2878
  let {
2879
2879
  testId = 'icon-ellipsis-v',
@@ -2881,7 +2881,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
2881
2881
  color,
2882
2882
  style
2883
2883
  } = _ref,
2884
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
2884
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
2885
2885
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2886
2886
  const styleProps = {
2887
2887
  size: !size && isInsideButton ? 'medium' : size,
@@ -2904,7 +2904,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
2904
2904
  });
2905
2905
  IconEllipsisV.displayName = 'IconEllipsisV';
2906
2906
 
2907
- const _excluded$1Q = ["testId", "size", "color", "style"];
2907
+ const _excluded$1R = ["testId", "size", "color", "style"];
2908
2908
  const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
2909
2909
  let {
2910
2910
  testId = 'icon-envelope-open-dollar',
@@ -2912,7 +2912,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
2912
2912
  color,
2913
2913
  style
2914
2914
  } = _ref,
2915
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
2915
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
2916
2916
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2917
2917
  const styleProps = {
2918
2918
  size: !size && isInsideButton ? 'medium' : size,
@@ -2940,7 +2940,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
2940
2940
  });
2941
2941
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
2942
2942
 
2943
- const _excluded$1P = ["testId", "size", "color", "style"];
2943
+ const _excluded$1Q = ["testId", "size", "color", "style"];
2944
2944
  const IconEnvelope = forwardRef((_ref, ref) => {
2945
2945
  let {
2946
2946
  testId = 'icon-envelope',
@@ -2948,7 +2948,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
2948
2948
  color,
2949
2949
  style
2950
2950
  } = _ref,
2951
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
2951
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
2952
2952
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2953
2953
  const styleProps = {
2954
2954
  size: !size && isInsideButton ? 'medium' : size,
@@ -2969,7 +2969,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
2969
2969
  });
2970
2970
  IconEnvelope.displayName = 'IconEnvelope';
2971
2971
 
2972
- const _excluded$1O = ["testId", "size", "color", "style"];
2972
+ const _excluded$1P = ["testId", "size", "color", "style"];
2973
2973
  const IconExclaimationTriangle = forwardRef((_ref, ref) => {
2974
2974
  let {
2975
2975
  testId = 'icon-exclaimation-triangle',
@@ -2977,7 +2977,7 @@ const IconExclaimationTriangle = forwardRef((_ref, ref) => {
2977
2977
  color,
2978
2978
  style
2979
2979
  } = _ref,
2980
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
2980
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
2981
2981
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2982
2982
  const styleProps = {
2983
2983
  size: !size && isInsideButton ? 'medium' : size,
@@ -3000,7 +3000,7 @@ const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3000
3000
  });
3001
3001
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
3002
3002
 
3003
- const _excluded$1N = ["testId", "size", "color", "style"];
3003
+ const _excluded$1O = ["testId", "size", "color", "style"];
3004
3004
  const IconExclaimation = forwardRef((_ref, ref) => {
3005
3005
  let {
3006
3006
  testId = 'icon-exclaimation',
@@ -3008,7 +3008,7 @@ const IconExclaimation = forwardRef((_ref, ref) => {
3008
3008
  color,
3009
3009
  style
3010
3010
  } = _ref,
3011
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3011
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3012
3012
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3013
3013
  const styleProps = {
3014
3014
  size: !size && isInsideButton ? 'medium' : size,
@@ -3029,7 +3029,7 @@ const IconExclaimation = forwardRef((_ref, ref) => {
3029
3029
  });
3030
3030
  IconExclaimation.displayName = 'IconExclaimation';
3031
3031
 
3032
- const _excluded$1M = ["testId", "size", "color", "style"];
3032
+ const _excluded$1N = ["testId", "size", "color", "style"];
3033
3033
  const IconExpand = forwardRef((_ref, ref) => {
3034
3034
  let {
3035
3035
  testId = 'icon-expand',
@@ -3037,7 +3037,7 @@ const IconExpand = forwardRef((_ref, ref) => {
3037
3037
  color,
3038
3038
  style
3039
3039
  } = _ref,
3040
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3040
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3041
3041
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3042
3042
  const styleProps = {
3043
3043
  size: !size && isInsideButton ? 'medium' : size,
@@ -3058,7 +3058,7 @@ const IconExpand = forwardRef((_ref, ref) => {
3058
3058
  });
3059
3059
  IconExpand.displayName = 'IconExpand';
3060
3060
 
3061
- const _excluded$1L = ["testId", "size", "color", "style"];
3061
+ const _excluded$1M = ["testId", "size", "color", "style"];
3062
3062
  const IconExternalLink = forwardRef((_ref, ref) => {
3063
3063
  let {
3064
3064
  testId = 'icon-external-link',
@@ -3066,7 +3066,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
3066
3066
  color,
3067
3067
  style
3068
3068
  } = _ref,
3069
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3069
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3070
3070
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3071
3071
  const styleProps = {
3072
3072
  size: !size && isInsideButton ? 'medium' : size,
@@ -3089,7 +3089,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
3089
3089
  });
3090
3090
  IconExternalLink.displayName = 'IconExternalLink';
3091
3091
 
3092
- const _excluded$1K = ["testId", "size", "color", "style"];
3092
+ const _excluded$1L = ["testId", "size", "color", "style"];
3093
3093
  const IconEyeSlash = forwardRef((_ref, ref) => {
3094
3094
  let {
3095
3095
  testId = 'icon-eye-slash',
@@ -3097,7 +3097,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
3097
3097
  color,
3098
3098
  style
3099
3099
  } = _ref,
3100
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3100
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3101
3101
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3102
3102
  const styleProps = {
3103
3103
  size: !size && isInsideButton ? 'medium' : size,
@@ -3132,7 +3132,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
3132
3132
  });
3133
3133
  IconEyeSlash.displayName = 'IconEyeSlash';
3134
3134
 
3135
- const _excluded$1J = ["testId", "size", "color", "style"];
3135
+ const _excluded$1K = ["testId", "size", "color", "style"];
3136
3136
  const IconEye = forwardRef((_ref, ref) => {
3137
3137
  let {
3138
3138
  testId = 'icon-eye',
@@ -3140,7 +3140,7 @@ const IconEye = forwardRef((_ref, ref) => {
3140
3140
  color,
3141
3141
  style
3142
3142
  } = _ref,
3143
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3143
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3144
3144
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3145
3145
  const styleProps = {
3146
3146
  size: !size && isInsideButton ? 'medium' : size,
@@ -3168,7 +3168,7 @@ const IconEye = forwardRef((_ref, ref) => {
3168
3168
  });
3169
3169
  IconEye.displayName = 'IconEye';
3170
3170
 
3171
- const _excluded$1I = ["testId", "size", "color", "style"];
3171
+ const _excluded$1J = ["testId", "size", "color", "style"];
3172
3172
  const IconFilePdf = forwardRef((_ref, ref) => {
3173
3173
  let {
3174
3174
  testId = 'icon-file-pdf',
@@ -3176,7 +3176,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
3176
3176
  color,
3177
3177
  style
3178
3178
  } = _ref,
3179
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3179
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3180
3180
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3181
3181
  const styleProps = {
3182
3182
  size: !size && isInsideButton ? 'medium' : size,
@@ -3204,7 +3204,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
3204
3204
  });
3205
3205
  IconFilePdf.displayName = 'IconFilePdf';
3206
3206
 
3207
- const _excluded$1H = ["testId", "size", "color", "style"];
3207
+ const _excluded$1I = ["testId", "size", "color", "style"];
3208
3208
  const IconFile = forwardRef((_ref, ref) => {
3209
3209
  let {
3210
3210
  testId = 'icon-file',
@@ -3212,7 +3212,7 @@ const IconFile = forwardRef((_ref, ref) => {
3212
3212
  color,
3213
3213
  style
3214
3214
  } = _ref,
3215
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3215
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3216
3216
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3217
3217
  const styleProps = {
3218
3218
  size: !size && isInsideButton ? 'medium' : size,
@@ -3240,7 +3240,7 @@ const IconFile = forwardRef((_ref, ref) => {
3240
3240
  });
3241
3241
  IconFile.displayName = 'IconFile';
3242
3242
 
3243
- const _excluded$1G = ["testId", "size", "color", "style"];
3243
+ const _excluded$1H = ["testId", "size", "color", "style"];
3244
3244
  const IconFlag = forwardRef((_ref, ref) => {
3245
3245
  let {
3246
3246
  testId = 'icon-flag',
@@ -3248,7 +3248,7 @@ const IconFlag = forwardRef((_ref, ref) => {
3248
3248
  color,
3249
3249
  style
3250
3250
  } = _ref,
3251
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3251
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3252
3252
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3253
3253
  const styleProps = {
3254
3254
  size: !size && isInsideButton ? 'medium' : size,
@@ -3276,7 +3276,7 @@ const IconFlag = forwardRef((_ref, ref) => {
3276
3276
  });
3277
3277
  IconFlag.displayName = 'IconFlag';
3278
3278
 
3279
- const _excluded$1F = ["testId", "size", "color", "style"];
3279
+ const _excluded$1G = ["testId", "size", "color", "style"];
3280
3280
  const IconFourDotsCircle = forwardRef((_ref, ref) => {
3281
3281
  let {
3282
3282
  testId = 'icon-four-dots-circle',
@@ -3284,7 +3284,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
3284
3284
  color,
3285
3285
  style
3286
3286
  } = _ref,
3287
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3287
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3288
3288
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3289
3289
  const styleProps = {
3290
3290
  size: !size && isInsideButton ? 'medium' : size,
@@ -3307,7 +3307,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
3307
3307
  });
3308
3308
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
3309
3309
 
3310
- const _excluded$1E = ["testId", "size", "color", "style"];
3310
+ const _excluded$1F = ["testId", "size", "color", "style"];
3311
3311
  const IconFourSquares = forwardRef((_ref, ref) => {
3312
3312
  let {
3313
3313
  testId = 'icon-four-squares',
@@ -3315,7 +3315,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
3315
3315
  color,
3316
3316
  style
3317
3317
  } = _ref,
3318
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3318
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3319
3319
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3320
3320
  const styleProps = {
3321
3321
  size: !size && isInsideButton ? 'medium' : size,
@@ -3361,7 +3361,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
3361
3361
  });
3362
3362
  IconFourSquares.displayName = 'IconFourSquares';
3363
3363
 
3364
- const _excluded$1D = ["testId", "size", "color", "style"];
3364
+ const _excluded$1E = ["testId", "size", "color", "style"];
3365
3365
  const IconGavel = forwardRef((_ref, ref) => {
3366
3366
  let {
3367
3367
  testId = 'icon-gavel',
@@ -3369,7 +3369,7 @@ const IconGavel = forwardRef((_ref, ref) => {
3369
3369
  color,
3370
3370
  style
3371
3371
  } = _ref,
3372
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3372
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3373
3373
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3374
3374
  const styleProps = {
3375
3375
  size: !size && isInsideButton ? 'medium' : size,
@@ -3390,7 +3390,7 @@ const IconGavel = forwardRef((_ref, ref) => {
3390
3390
  });
3391
3391
  IconGavel.displayName = 'IconGavel';
3392
3392
 
3393
- const _excluded$1C = ["testId", "size", "color", "style"];
3393
+ const _excluded$1D = ["testId", "size", "color", "style"];
3394
3394
  const IconGif = forwardRef((_ref, ref) => {
3395
3395
  let {
3396
3396
  testId = 'icon-gif',
@@ -3398,7 +3398,7 @@ const IconGif = forwardRef((_ref, ref) => {
3398
3398
  color,
3399
3399
  style
3400
3400
  } = _ref,
3401
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3401
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3402
3402
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3403
3403
  const styleProps = {
3404
3404
  size: !size && isInsideButton ? 'medium' : size,
@@ -3423,7 +3423,7 @@ const IconGif = forwardRef((_ref, ref) => {
3423
3423
  });
3424
3424
  IconGif.displayName = 'IconGif';
3425
3425
 
3426
- const _excluded$1B = ["testId", "size", "color", "style"];
3426
+ const _excluded$1C = ["testId", "size", "color", "style"];
3427
3427
  const IconGift = forwardRef((_ref, ref) => {
3428
3428
  let {
3429
3429
  testId = 'icon-gift',
@@ -3431,7 +3431,7 @@ const IconGift = forwardRef((_ref, ref) => {
3431
3431
  color,
3432
3432
  style
3433
3433
  } = _ref,
3434
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3434
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3435
3435
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3436
3436
  const styleProps = {
3437
3437
  size: !size && isInsideButton ? 'medium' : size,
@@ -3452,7 +3452,7 @@ const IconGift = forwardRef((_ref, ref) => {
3452
3452
  });
3453
3453
  IconGift.displayName = 'IconGift';
3454
3454
 
3455
- const _excluded$1A = ["testId", "size", "color", "style"];
3455
+ const _excluded$1B = ["testId", "size", "color", "style"];
3456
3456
  const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3457
3457
  let {
3458
3458
  testId = 'icon-good-monochromatic',
@@ -3460,7 +3460,7 @@ const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3460
3460
  color,
3461
3461
  style
3462
3462
  } = _ref,
3463
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3463
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3464
3464
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3465
3465
  const styleProps = {
3466
3466
  size: !size && isInsideButton ? 'medium' : size,
@@ -3499,7 +3499,7 @@ const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3499
3499
  });
3500
3500
  IconGoodMonochromatic.displayName = 'IconGoodMonochromatic';
3501
3501
 
3502
- const _excluded$1z = ["testId", "size", "color", "style"];
3502
+ const _excluded$1A = ["testId", "size", "color", "style"];
3503
3503
  const IconGood = forwardRef((_ref, ref) => {
3504
3504
  let {
3505
3505
  testId = 'icon-good',
@@ -3507,7 +3507,7 @@ const IconGood = forwardRef((_ref, ref) => {
3507
3507
  color,
3508
3508
  style
3509
3509
  } = _ref,
3510
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3510
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3511
3511
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3512
3512
  const styleProps = {
3513
3513
  size: !size && isInsideButton ? 'medium' : size,
@@ -3534,7 +3534,7 @@ const IconGood = forwardRef((_ref, ref) => {
3534
3534
  });
3535
3535
  IconGood.displayName = 'IconGood';
3536
3536
 
3537
- const _excluded$1y = ["testId", "size", "color", "style"];
3537
+ const _excluded$1z = ["testId", "size", "color", "style"];
3538
3538
  const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3539
3539
  let {
3540
3540
  testId = 'icon-great-monochromatic',
@@ -3542,7 +3542,7 @@ const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3542
3542
  color,
3543
3543
  style
3544
3544
  } = _ref,
3545
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3545
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3546
3546
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3547
3547
  const styleProps = {
3548
3548
  size: !size && isInsideButton ? 'medium' : size,
@@ -3583,7 +3583,7 @@ const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3583
3583
  });
3584
3584
  IconGreatMonochromatic.displayName = 'IconGreatMonochromatic';
3585
3585
 
3586
- const _excluded$1x = ["testId", "size", "color", "style"];
3586
+ const _excluded$1y = ["testId", "size", "color", "style"];
3587
3587
  const IconGreat = forwardRef((_ref, ref) => {
3588
3588
  let {
3589
3589
  testId = 'icon-great',
@@ -3591,7 +3591,7 @@ const IconGreat = forwardRef((_ref, ref) => {
3591
3591
  color,
3592
3592
  style
3593
3593
  } = _ref,
3594
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3594
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3595
3595
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3596
3596
  const styleProps = {
3597
3597
  size: !size && isInsideButton ? 'medium' : size,
@@ -3620,7 +3620,7 @@ const IconGreat = forwardRef((_ref, ref) => {
3620
3620
  });
3621
3621
  IconGreat.displayName = 'IconGreat';
3622
3622
 
3623
- const _excluded$1w = ["testId", "size", "color", "style"];
3623
+ const _excluded$1x = ["testId", "size", "color", "style"];
3624
3624
  const IconGrinBeam = forwardRef((_ref, ref) => {
3625
3625
  let {
3626
3626
  testId = 'icon-grin-beam',
@@ -3628,7 +3628,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
3628
3628
  color,
3629
3629
  style
3630
3630
  } = _ref,
3631
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3631
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3632
3632
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3633
3633
  const styleProps = {
3634
3634
  size: !size && isInsideButton ? 'medium' : size,
@@ -3649,7 +3649,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
3649
3649
  });
3650
3650
  IconGrinBeam.displayName = 'IconGrinBeam';
3651
3651
 
3652
- const _excluded$1v = ["testId", "size", "color", "style"];
3652
+ const _excluded$1w = ["testId", "size", "color", "style"];
3653
3653
  const IconGripVertical = forwardRef((_ref, ref) => {
3654
3654
  let {
3655
3655
  testId = 'icon-grip-vertical',
@@ -3657,7 +3657,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
3657
3657
  color,
3658
3658
  style
3659
3659
  } = _ref,
3660
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3660
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3661
3661
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3662
3662
  const styleProps = {
3663
3663
  size: !size && isInsideButton ? 'medium' : size,
@@ -3705,7 +3705,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
3705
3705
  });
3706
3706
  IconGripVertical.displayName = 'IconGripVertical';
3707
3707
 
3708
- const _excluded$1u = ["testId", "size", "color", "style"];
3708
+ const _excluded$1v = ["testId", "size", "color", "style"];
3709
3709
  const IconHandshake = forwardRef((_ref, ref) => {
3710
3710
  let {
3711
3711
  testId = 'icon-handshake',
@@ -3713,7 +3713,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
3713
3713
  color,
3714
3714
  style
3715
3715
  } = _ref,
3716
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
3716
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3717
3717
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3718
3718
  const styleProps = {
3719
3719
  size: !size && isInsideButton ? 'medium' : size,
@@ -3741,7 +3741,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
3741
3741
  });
3742
3742
  IconHandshake.displayName = 'IconHandshake';
3743
3743
 
3744
- const _excluded$1t = ["testId", "size", "color", "style"];
3744
+ const _excluded$1u = ["testId", "size", "color", "style"];
3745
3745
  const IconHatChef = forwardRef((_ref, ref) => {
3746
3746
  let {
3747
3747
  testId = 'icon-hat-chef',
@@ -3749,7 +3749,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
3749
3749
  color,
3750
3750
  style
3751
3751
  } = _ref,
3752
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
3752
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
3753
3753
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3754
3754
  const styleProps = {
3755
3755
  size: !size && isInsideButton ? 'medium' : size,
@@ -3770,7 +3770,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
3770
3770
  });
3771
3771
  IconHatChef.displayName = 'IconHatChef';
3772
3772
 
3773
- const _excluded$1s = ["testId", "size", "color", "style"];
3773
+ const _excluded$1t = ["testId", "size", "color", "style"];
3774
3774
  const IconImage = forwardRef((_ref, ref) => {
3775
3775
  let {
3776
3776
  testId = 'icon-image',
@@ -3778,7 +3778,7 @@ const IconImage = forwardRef((_ref, ref) => {
3778
3778
  color,
3779
3779
  style
3780
3780
  } = _ref,
3781
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
3781
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
3782
3782
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3783
3783
  const styleProps = {
3784
3784
  size: !size && isInsideButton ? 'medium' : size,
@@ -3806,7 +3806,7 @@ const IconImage = forwardRef((_ref, ref) => {
3806
3806
  });
3807
3807
  IconImage.displayName = 'IconImage';
3808
3808
 
3809
- const _excluded$1r = ["testId", "size", "color", "style"];
3809
+ const _excluded$1s = ["testId", "size", "color", "style"];
3810
3810
  const IconIslandTropical = forwardRef((_ref, ref) => {
3811
3811
  let {
3812
3812
  testId = 'icon-island-tropical',
@@ -3814,7 +3814,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
3814
3814
  color,
3815
3815
  style
3816
3816
  } = _ref,
3817
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
3817
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
3818
3818
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3819
3819
  const styleProps = {
3820
3820
  size: !size && isInsideButton ? 'medium' : size,
@@ -3837,7 +3837,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
3837
3837
  });
3838
3838
  IconIslandTropical.displayName = 'IconIslandTropical';
3839
3839
 
3840
- const _excluded$1q = ["testId", "size", "color", "style"];
3840
+ const _excluded$1r = ["testId", "size", "color", "style"];
3841
3841
  const IconItalic = forwardRef((_ref, ref) => {
3842
3842
  let {
3843
3843
  testId = 'icon-italic',
@@ -3845,7 +3845,7 @@ const IconItalic = forwardRef((_ref, ref) => {
3845
3845
  color,
3846
3846
  style
3847
3847
  } = _ref,
3848
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
3848
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
3849
3849
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3850
3850
  const styleProps = {
3851
3851
  size: !size && isInsideButton ? 'medium' : size,
@@ -3866,7 +3866,7 @@ const IconItalic = forwardRef((_ref, ref) => {
3866
3866
  });
3867
3867
  IconItalic.displayName = 'IconItalic';
3868
3868
 
3869
- const _excluded$1p = ["testId", "size", "color", "style"];
3869
+ const _excluded$1q = ["testId", "size", "color", "style"];
3870
3870
  const IconLaptopSearch = forwardRef((_ref, ref) => {
3871
3871
  let {
3872
3872
  testId = 'icon-laptop-search',
@@ -3874,7 +3874,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
3874
3874
  color,
3875
3875
  style
3876
3876
  } = _ref,
3877
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
3877
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
3878
3878
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3879
3879
  const styleProps = {
3880
3880
  size: !size && isInsideButton ? 'medium' : size,
@@ -3904,7 +3904,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
3904
3904
  });
3905
3905
  IconLaptopSearch.displayName = 'IconLaptopSearch';
3906
3906
 
3907
- const _excluded$1o = ["testId", "size", "color", "style"];
3907
+ const _excluded$1p = ["testId", "size", "color", "style"];
3908
3908
  const IconLink = forwardRef((_ref, ref) => {
3909
3909
  let {
3910
3910
  testId = 'icon-link',
@@ -3912,7 +3912,7 @@ const IconLink = forwardRef((_ref, ref) => {
3912
3912
  color,
3913
3913
  style
3914
3914
  } = _ref,
3915
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
3915
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
3916
3916
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3917
3917
  const styleProps = {
3918
3918
  size: !size && isInsideButton ? 'medium' : size,
@@ -3940,7 +3940,7 @@ const IconLink = forwardRef((_ref, ref) => {
3940
3940
  });
3941
3941
  IconLink.displayName = 'IconLink';
3942
3942
 
3943
- const _excluded$1n = ["testId", "size", "color", "style"];
3943
+ const _excluded$1o = ["testId", "size", "color", "style"];
3944
3944
  const IconListOI = forwardRef((_ref, ref) => {
3945
3945
  let {
3946
3946
  testId = 'icon-list-o-i',
@@ -3948,7 +3948,7 @@ const IconListOI = forwardRef((_ref, ref) => {
3948
3948
  color,
3949
3949
  style
3950
3950
  } = _ref,
3951
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
3951
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
3952
3952
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3953
3953
  const styleProps = {
3954
3954
  size: !size && isInsideButton ? 'medium' : size,
@@ -3976,7 +3976,7 @@ const IconListOI = forwardRef((_ref, ref) => {
3976
3976
  });
3977
3977
  IconListOI.displayName = 'IconListOI';
3978
3978
 
3979
- const _excluded$1m = ["testId", "size", "color", "style"];
3979
+ const _excluded$1n = ["testId", "size", "color", "style"];
3980
3980
  const IconList = forwardRef((_ref, ref) => {
3981
3981
  let {
3982
3982
  testId = 'icon-list',
@@ -3984,7 +3984,7 @@ const IconList = forwardRef((_ref, ref) => {
3984
3984
  color,
3985
3985
  style
3986
3986
  } = _ref,
3987
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
3987
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
3988
3988
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3989
3989
  const styleProps = {
3990
3990
  size: !size && isInsideButton ? 'medium' : size,
@@ -4005,7 +4005,7 @@ const IconList = forwardRef((_ref, ref) => {
4005
4005
  });
4006
4006
  IconList.displayName = 'IconList';
4007
4007
 
4008
- const _excluded$1l = ["testId", "size", "color", "style"];
4008
+ const _excluded$1m = ["testId", "size", "color", "style"];
4009
4009
  const IconLock = forwardRef((_ref, ref) => {
4010
4010
  let {
4011
4011
  testId = 'icon-lock',
@@ -4013,7 +4013,7 @@ const IconLock = forwardRef((_ref, ref) => {
4013
4013
  color,
4014
4014
  style
4015
4015
  } = _ref,
4016
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4016
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4017
4017
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4018
4018
  const styleProps = {
4019
4019
  size: !size && isInsideButton ? 'medium' : size,
@@ -4034,7 +4034,7 @@ const IconLock = forwardRef((_ref, ref) => {
4034
4034
  });
4035
4035
  IconLock.displayName = 'IconLock';
4036
4036
 
4037
- const _excluded$1k = ["testId", "size", "color", "style"];
4037
+ const _excluded$1l = ["testId", "size", "color", "style"];
4038
4038
  const IconMagicSolid = forwardRef((_ref, ref) => {
4039
4039
  let {
4040
4040
  testId = 'icon-magic-solid',
@@ -4042,7 +4042,7 @@ const IconMagicSolid = forwardRef((_ref, ref) => {
4042
4042
  color,
4043
4043
  style
4044
4044
  } = _ref,
4045
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4045
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4046
4046
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4047
4047
  const styleProps = {
4048
4048
  size: !size && isInsideButton ? 'medium' : size,
@@ -4065,7 +4065,7 @@ const IconMagicSolid = forwardRef((_ref, ref) => {
4065
4065
  });
4066
4066
  IconMagicSolid.displayName = 'IconMagicSolid';
4067
4067
 
4068
- const _excluded$1j = ["testId", "size", "color", "style"];
4068
+ const _excluded$1k = ["testId", "size", "color", "style"];
4069
4069
  const IconMapMarker = forwardRef((_ref, ref) => {
4070
4070
  let {
4071
4071
  testId = 'icon-map-marker',
@@ -4073,7 +4073,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
4073
4073
  color,
4074
4074
  style
4075
4075
  } = _ref,
4076
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4076
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4077
4077
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4078
4078
  const styleProps = {
4079
4079
  size: !size && isInsideButton ? 'medium' : size,
@@ -4096,7 +4096,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
4096
4096
  });
4097
4097
  IconMapMarker.displayName = 'IconMapMarker';
4098
4098
 
4099
- const _excluded$1i = ["testId", "size", "color", "style"];
4099
+ const _excluded$1j = ["testId", "size", "color", "style"];
4100
4100
  const IconMegaphone = forwardRef((_ref, ref) => {
4101
4101
  let {
4102
4102
  testId = 'icon-megaphone',
@@ -4104,7 +4104,7 @@ const IconMegaphone = forwardRef((_ref, ref) => {
4104
4104
  color,
4105
4105
  style
4106
4106
  } = _ref,
4107
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4107
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4108
4108
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4109
4109
  const styleProps = {
4110
4110
  size: !size && isInsideButton ? 'medium' : size,
@@ -4127,7 +4127,7 @@ const IconMegaphone = forwardRef((_ref, ref) => {
4127
4127
  });
4128
4128
  IconMegaphone.displayName = 'IconMegaphone';
4129
4129
 
4130
- const _excluded$1h = ["testId", "size", "color", "style"];
4130
+ const _excluded$1i = ["testId", "size", "color", "style"];
4131
4131
  const IconMessages = forwardRef((_ref, ref) => {
4132
4132
  let {
4133
4133
  testId = 'icon-messages',
@@ -4135,7 +4135,7 @@ const IconMessages = forwardRef((_ref, ref) => {
4135
4135
  color,
4136
4136
  style
4137
4137
  } = _ref,
4138
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4138
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4139
4139
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4140
4140
  const styleProps = {
4141
4141
  size: !size && isInsideButton ? 'medium' : size,
@@ -4156,7 +4156,7 @@ const IconMessages = forwardRef((_ref, ref) => {
4156
4156
  });
4157
4157
  IconMessages.displayName = 'IconMessages';
4158
4158
 
4159
- const _excluded$1g = ["testId", "size", "color", "style"];
4159
+ const _excluded$1h = ["testId", "size", "color", "style"];
4160
4160
  const IconMinusCircle = forwardRef((_ref, ref) => {
4161
4161
  let {
4162
4162
  testId = 'icon-minus-circle',
@@ -4164,7 +4164,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4164
4164
  color,
4165
4165
  style
4166
4166
  } = _ref,
4167
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4167
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4168
4168
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4169
4169
  const styleProps = {
4170
4170
  size: !size && isInsideButton ? 'medium' : size,
@@ -4185,7 +4185,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4185
4185
  });
4186
4186
  IconMinusCircle.displayName = 'IconMinusCircle';
4187
4187
 
4188
- const _excluded$1f = ["testId", "size", "color", "style"];
4188
+ const _excluded$1g = ["testId", "size", "color", "style"];
4189
4189
  const IconMinus = forwardRef((_ref, ref) => {
4190
4190
  let {
4191
4191
  testId = 'icon-minus',
@@ -4193,7 +4193,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4193
4193
  color,
4194
4194
  style
4195
4195
  } = _ref,
4196
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4196
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4197
4197
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4198
4198
  const styleProps = {
4199
4199
  size: !size && isInsideButton ? 'medium' : size,
@@ -4214,7 +4214,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4214
4214
  });
4215
4215
  IconMinus.displayName = 'IconMinus';
4216
4216
 
4217
- const _excluded$1e = ["testId", "size", "color", "style"];
4217
+ const _excluded$1f = ["testId", "size", "color", "style"];
4218
4218
  const IconMoneyBill = forwardRef((_ref, ref) => {
4219
4219
  let {
4220
4220
  testId = 'icon-money-bill',
@@ -4222,7 +4222,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
4222
4222
  color,
4223
4223
  style
4224
4224
  } = _ref,
4225
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4225
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4226
4226
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4227
4227
  const styleProps = {
4228
4228
  size: !size && isInsideButton ? 'medium' : size,
@@ -4243,7 +4243,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
4243
4243
  });
4244
4244
  IconMoneyBill.displayName = 'IconMoneyBill';
4245
4245
 
4246
- const _excluded$1d = ["testId", "size", "color", "style"];
4246
+ const _excluded$1e = ["testId", "size", "color", "style"];
4247
4247
  const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4248
4248
  let {
4249
4249
  testId = 'icon-mug-saucer-solid',
@@ -4251,7 +4251,7 @@ const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4251
4251
  color,
4252
4252
  style
4253
4253
  } = _ref,
4254
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4254
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4255
4255
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4256
4256
  const styleProps = {
4257
4257
  size: !size && isInsideButton ? 'medium' : size,
@@ -4272,7 +4272,7 @@ const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4272
4272
  });
4273
4273
  IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
4274
4274
 
4275
- const _excluded$1c = ["testId", "size", "color", "style"];
4275
+ const _excluded$1d = ["testId", "size", "color", "style"];
4276
4276
  const IconNotesMedical = forwardRef((_ref, ref) => {
4277
4277
  let {
4278
4278
  testId = 'icon-notes-medical',
@@ -4280,7 +4280,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
4280
4280
  color,
4281
4281
  style
4282
4282
  } = _ref,
4283
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4283
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4284
4284
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4285
4285
  const styleProps = {
4286
4286
  size: !size && isInsideButton ? 'medium' : size,
@@ -4301,7 +4301,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
4301
4301
  });
4302
4302
  IconNotesMedical.displayName = 'IconNotesMedical';
4303
4303
 
4304
- const _excluded$1b = ["testId", "size", "color", "style"];
4304
+ const _excluded$1c = ["testId", "size", "color", "style"];
4305
4305
  const IconOvertime = forwardRef((_ref, ref) => {
4306
4306
  let {
4307
4307
  testId = 'icon-overtime',
@@ -4309,7 +4309,7 @@ const IconOvertime = forwardRef((_ref, ref) => {
4309
4309
  color,
4310
4310
  style
4311
4311
  } = _ref,
4312
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4312
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4313
4313
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4314
4314
  const styleProps = {
4315
4315
  size: !size && isInsideButton ? 'medium' : size,
@@ -4337,7 +4337,7 @@ const IconOvertime = forwardRef((_ref, ref) => {
4337
4337
  });
4338
4338
  IconOvertime.displayName = 'IconOvertime';
4339
4339
 
4340
- const _excluded$1a = ["testId", "size", "color", "style"];
4340
+ const _excluded$1b = ["testId", "size", "color", "style"];
4341
4341
  const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4342
4342
  let {
4343
4343
  testId = 'icon-paper-plane-clock',
@@ -4345,7 +4345,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4345
4345
  color,
4346
4346
  style
4347
4347
  } = _ref,
4348
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4348
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4349
4349
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4350
4350
  const styleProps = {
4351
4351
  size: !size && isInsideButton ? 'medium' : size,
@@ -4377,7 +4377,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4377
4377
  });
4378
4378
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
4379
4379
 
4380
- const _excluded$19 = ["testId", "size", "color", "style"];
4380
+ const _excluded$1a = ["testId", "size", "color", "style"];
4381
4381
  const IconPaperPlane = forwardRef((_ref, ref) => {
4382
4382
  let {
4383
4383
  testId = 'icon-paper-plane',
@@ -4385,7 +4385,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4385
4385
  color,
4386
4386
  style
4387
4387
  } = _ref,
4388
- props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4388
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4389
4389
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4390
4390
  const styleProps = {
4391
4391
  size: !size && isInsideButton ? 'medium' : size,
@@ -4408,7 +4408,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4408
4408
  });
4409
4409
  IconPaperPlane.displayName = 'IconPaperPlane';
4410
4410
 
4411
- const _excluded$18 = ["testId", "size", "color", "style"];
4411
+ const _excluded$19 = ["testId", "size", "color", "style"];
4412
4412
  const IconPaperclip = forwardRef((_ref, ref) => {
4413
4413
  let {
4414
4414
  testId = 'icon-paperclip',
@@ -4416,7 +4416,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
4416
4416
  color,
4417
4417
  style
4418
4418
  } = _ref,
4419
- props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4419
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4420
4420
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4421
4421
  const styleProps = {
4422
4422
  size: !size && isInsideButton ? 'medium' : size,
@@ -4444,7 +4444,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
4444
4444
  });
4445
4445
  IconPaperclip.displayName = 'IconPaperclip';
4446
4446
 
4447
- const _excluded$17 = ["testId", "size", "color", "style"];
4447
+ const _excluded$18 = ["testId", "size", "color", "style"];
4448
4448
  const IconPencil = forwardRef((_ref, ref) => {
4449
4449
  let {
4450
4450
  testId = 'icon-pencil',
@@ -4452,7 +4452,7 @@ const IconPencil = forwardRef((_ref, ref) => {
4452
4452
  color,
4453
4453
  style
4454
4454
  } = _ref,
4455
- props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4455
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4456
4456
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4457
4457
  const styleProps = {
4458
4458
  size: !size && isInsideButton ? 'medium' : size,
@@ -4475,7 +4475,7 @@ const IconPencil = forwardRef((_ref, ref) => {
4475
4475
  });
4476
4476
  IconPencil.displayName = 'IconPencil';
4477
4477
 
4478
- const _excluded$16 = ["testId", "size", "color", "style"];
4478
+ const _excluded$17 = ["testId", "size", "color", "style"];
4479
4479
  const IconPercentage = forwardRef((_ref, ref) => {
4480
4480
  let {
4481
4481
  testId = 'icon-percentage',
@@ -4483,7 +4483,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
4483
4483
  color,
4484
4484
  style
4485
4485
  } = _ref,
4486
- props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4486
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4487
4487
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4488
4488
  const styleProps = {
4489
4489
  size: !size && isInsideButton ? 'medium' : size,
@@ -4504,7 +4504,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
4504
4504
  });
4505
4505
  IconPercentage.displayName = 'IconPercentage';
4506
4506
 
4507
- const _excluded$15 = ["testId", "size", "color", "style"];
4507
+ const _excluded$16 = ["testId", "size", "color", "style"];
4508
4508
  const IconPhone = forwardRef((_ref, ref) => {
4509
4509
  let {
4510
4510
  testId = 'icon-phone',
@@ -4512,7 +4512,7 @@ const IconPhone = forwardRef((_ref, ref) => {
4512
4512
  color,
4513
4513
  style
4514
4514
  } = _ref,
4515
- props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
4515
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4516
4516
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4517
4517
  const styleProps = {
4518
4518
  size: !size && isInsideButton ? 'medium' : size,
@@ -4533,7 +4533,7 @@ const IconPhone = forwardRef((_ref, ref) => {
4533
4533
  });
4534
4534
  IconPhone.displayName = 'IconPhone';
4535
4535
 
4536
- const _excluded$14 = ["testId", "size", "color", "style"];
4536
+ const _excluded$15 = ["testId", "size", "color", "style"];
4537
4537
  const IconPlateUtensils = forwardRef((_ref, ref) => {
4538
4538
  let {
4539
4539
  testId = 'icon-plate-utensils',
@@ -4541,7 +4541,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
4541
4541
  color,
4542
4542
  style
4543
4543
  } = _ref,
4544
- props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
4544
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
4545
4545
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4546
4546
  const styleProps = {
4547
4547
  size: !size && isInsideButton ? 'medium' : size,
@@ -4562,7 +4562,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
4562
4562
  });
4563
4563
  IconPlateUtensils.displayName = 'IconPlateUtensils';
4564
4564
 
4565
- const _excluded$13 = ["testId", "size", "color", "style"];
4565
+ const _excluded$14 = ["testId", "size", "color", "style"];
4566
4566
  const IconPlug = forwardRef((_ref, ref) => {
4567
4567
  let {
4568
4568
  testId = 'icon-plug',
@@ -4570,7 +4570,7 @@ const IconPlug = forwardRef((_ref, ref) => {
4570
4570
  color,
4571
4571
  style
4572
4572
  } = _ref,
4573
- props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
4573
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
4574
4574
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4575
4575
  const styleProps = {
4576
4576
  size: !size && isInsideButton ? 'medium' : size,
@@ -4593,7 +4593,7 @@ const IconPlug = forwardRef((_ref, ref) => {
4593
4593
  });
4594
4594
  IconPlug.displayName = 'IconPlug';
4595
4595
 
4596
- const _excluded$12 = ["testId", "size", "color", "style"];
4596
+ const _excluded$13 = ["testId", "size", "color", "style"];
4597
4597
  const IconPlus = forwardRef((_ref, ref) => {
4598
4598
  let {
4599
4599
  testId = 'icon-plus',
@@ -4601,7 +4601,7 @@ const IconPlus = forwardRef((_ref, ref) => {
4601
4601
  color,
4602
4602
  style
4603
4603
  } = _ref,
4604
- props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
4604
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
4605
4605
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4606
4606
  const styleProps = {
4607
4607
  size: !size && isInsideButton ? 'medium' : size,
@@ -4624,7 +4624,7 @@ const IconPlus = forwardRef((_ref, ref) => {
4624
4624
  });
4625
4625
  IconPlus.displayName = 'IconPlus';
4626
4626
 
4627
- const _excluded$11 = ["testId", "size", "color", "style"];
4627
+ const _excluded$12 = ["testId", "size", "color", "style"];
4628
4628
  const IconPrint = forwardRef((_ref, ref) => {
4629
4629
  let {
4630
4630
  testId = 'icon-print',
@@ -4632,7 +4632,7 @@ const IconPrint = forwardRef((_ref, ref) => {
4632
4632
  color,
4633
4633
  style
4634
4634
  } = _ref,
4635
- props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
4635
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
4636
4636
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4637
4637
  const styleProps = {
4638
4638
  size: !size && isInsideButton ? 'medium' : size,
@@ -4655,7 +4655,7 @@ const IconPrint = forwardRef((_ref, ref) => {
4655
4655
  });
4656
4656
  IconPrint.displayName = 'IconPrint';
4657
4657
 
4658
- const _excluded$10 = ["testId", "size", "color", "style"];
4658
+ const _excluded$11 = ["testId", "size", "color", "style"];
4659
4659
  const IconQuestionCircle = forwardRef((_ref, ref) => {
4660
4660
  let {
4661
4661
  testId = 'icon-question-circle',
@@ -4663,7 +4663,7 @@ const IconQuestionCircle = forwardRef((_ref, ref) => {
4663
4663
  color,
4664
4664
  style
4665
4665
  } = _ref,
4666
- props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
4666
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
4667
4667
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4668
4668
  const styleProps = {
4669
4669
  size: !size && isInsideButton ? 'medium' : size,
@@ -4684,7 +4684,7 @@ const IconQuestionCircle = forwardRef((_ref, ref) => {
4684
4684
  });
4685
4685
  IconQuestionCircle.displayName = 'IconQuestionCircle';
4686
4686
 
4687
- const _excluded$$ = ["testId", "size", "color", "style"];
4687
+ const _excluded$10 = ["testId", "size", "color", "style"];
4688
4688
  const IconRepeat = forwardRef((_ref, ref) => {
4689
4689
  let {
4690
4690
  testId = 'icon-repeat',
@@ -4692,7 +4692,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
4692
4692
  color,
4693
4693
  style
4694
4694
  } = _ref,
4695
- props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
4695
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
4696
4696
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4697
4697
  const styleProps = {
4698
4698
  size: !size && isInsideButton ? 'medium' : size,
@@ -4713,7 +4713,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
4713
4713
  });
4714
4714
  IconRepeat.displayName = 'IconRepeat';
4715
4715
 
4716
- const _excluded$_ = ["testId", "size", "color", "style"];
4716
+ const _excluded$$ = ["testId", "size", "color", "style"];
4717
4717
  const IconReply = forwardRef((_ref, ref) => {
4718
4718
  let {
4719
4719
  testId = 'icon-reply',
@@ -4721,7 +4721,7 @@ const IconReply = forwardRef((_ref, ref) => {
4721
4721
  color,
4722
4722
  style
4723
4723
  } = _ref,
4724
- props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
4724
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
4725
4725
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4726
4726
  const styleProps = {
4727
4727
  size: !size && isInsideButton ? 'medium' : size,
@@ -4742,7 +4742,7 @@ const IconReply = forwardRef((_ref, ref) => {
4742
4742
  });
4743
4743
  IconReply.displayName = 'IconReply';
4744
4744
 
4745
- const _excluded$Z = ["testId", "size", "color", "style"];
4745
+ const _excluded$_ = ["testId", "size", "color", "style"];
4746
4746
  const IconRocket = forwardRef((_ref, ref) => {
4747
4747
  let {
4748
4748
  testId = 'icon-rocket',
@@ -4750,7 +4750,7 @@ const IconRocket = forwardRef((_ref, ref) => {
4750
4750
  color,
4751
4751
  style
4752
4752
  } = _ref,
4753
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
4753
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
4754
4754
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4755
4755
  const styleProps = {
4756
4756
  size: !size && isInsideButton ? 'medium' : size,
@@ -4771,7 +4771,7 @@ const IconRocket = forwardRef((_ref, ref) => {
4771
4771
  });
4772
4772
  IconRocket.displayName = 'IconRocket';
4773
4773
 
4774
- const _excluded$Y = ["testId", "size", "color", "style"];
4774
+ const _excluded$Z = ["testId", "size", "color", "style"];
4775
4775
  const IconSearch = forwardRef((_ref, ref) => {
4776
4776
  let {
4777
4777
  testId = 'icon-search',
@@ -4779,7 +4779,7 @@ const IconSearch = forwardRef((_ref, ref) => {
4779
4779
  color,
4780
4780
  style
4781
4781
  } = _ref,
4782
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
4782
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
4783
4783
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4784
4784
  const styleProps = {
4785
4785
  size: !size && isInsideButton ? 'medium' : size,
@@ -4802,7 +4802,7 @@ const IconSearch = forwardRef((_ref, ref) => {
4802
4802
  });
4803
4803
  IconSearch.displayName = 'IconSearch';
4804
4804
 
4805
- const _excluded$X = ["testId", "size", "color", "style"];
4805
+ const _excluded$Y = ["testId", "size", "color", "style"];
4806
4806
  const IconSignOut = forwardRef((_ref, ref) => {
4807
4807
  let {
4808
4808
  testId = 'icon-sign-out',
@@ -4810,7 +4810,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
4810
4810
  color,
4811
4811
  style
4812
4812
  } = _ref,
4813
- props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
4813
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
4814
4814
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4815
4815
  const styleProps = {
4816
4816
  size: !size && isInsideButton ? 'medium' : size,
@@ -4831,7 +4831,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
4831
4831
  });
4832
4832
  IconSignOut.displayName = 'IconSignOut';
4833
4833
 
4834
- const _excluded$W = ["testId", "size", "color", "style"];
4834
+ const _excluded$X = ["testId", "size", "color", "style"];
4835
4835
  const IconSitemap = forwardRef((_ref, ref) => {
4836
4836
  let {
4837
4837
  testId = 'icon-sitemap',
@@ -4839,7 +4839,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
4839
4839
  color,
4840
4840
  style
4841
4841
  } = _ref,
4842
- props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
4842
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
4843
4843
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4844
4844
  const styleProps = {
4845
4845
  size: !size && isInsideButton ? 'medium' : size,
@@ -4862,7 +4862,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
4862
4862
  });
4863
4863
  IconSitemap.displayName = 'IconSitemap';
4864
4864
 
4865
- const _excluded$V = ["testId", "size", "color", "style"];
4865
+ const _excluded$W = ["testId", "size", "color", "style"];
4866
4866
  const IconSlidersH = forwardRef((_ref, ref) => {
4867
4867
  let {
4868
4868
  testId = 'icon-sliders-h',
@@ -4870,7 +4870,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
4870
4870
  color,
4871
4871
  style
4872
4872
  } = _ref,
4873
- props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
4873
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
4874
4874
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4875
4875
  const styleProps = {
4876
4876
  size: !size && isInsideButton ? 'medium' : size,
@@ -4898,7 +4898,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
4898
4898
  });
4899
4899
  IconSlidersH.displayName = 'IconSlidersH';
4900
4900
 
4901
- const _excluded$U = ["testId", "size", "color", "style"];
4901
+ const _excluded$V = ["testId", "size", "color", "style"];
4902
4902
  const IconSort = forwardRef((_ref, ref) => {
4903
4903
  let {
4904
4904
  testId = 'icon-sort',
@@ -4906,7 +4906,7 @@ const IconSort = forwardRef((_ref, ref) => {
4906
4906
  color,
4907
4907
  style
4908
4908
  } = _ref,
4909
- props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
4909
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
4910
4910
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4911
4911
  const styleProps = {
4912
4912
  size: !size && isInsideButton ? 'medium' : size,
@@ -4927,7 +4927,7 @@ const IconSort = forwardRef((_ref, ref) => {
4927
4927
  });
4928
4928
  IconSort.displayName = 'IconSort';
4929
4929
 
4930
- const _excluded$T = ["testId", "size", "color", "style"];
4930
+ const _excluded$U = ["testId", "size", "color", "style"];
4931
4931
  const IconStarSolid = forwardRef((_ref, ref) => {
4932
4932
  let {
4933
4933
  testId = 'icon-star-solid',
@@ -4935,7 +4935,7 @@ const IconStarSolid = forwardRef((_ref, ref) => {
4935
4935
  color,
4936
4936
  style
4937
4937
  } = _ref,
4938
- props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
4938
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
4939
4939
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4940
4940
  const styleProps = {
4941
4941
  size: !size && isInsideButton ? 'medium' : size,
@@ -4956,7 +4956,7 @@ const IconStarSolid = forwardRef((_ref, ref) => {
4956
4956
  });
4957
4957
  IconStarSolid.displayName = 'IconStarSolid';
4958
4958
 
4959
- const _excluded$S = ["testId", "size", "color", "style"];
4959
+ const _excluded$T = ["testId", "size", "color", "style"];
4960
4960
  const IconStar = forwardRef((_ref, ref) => {
4961
4961
  let {
4962
4962
  testId = 'icon-star',
@@ -4964,7 +4964,7 @@ const IconStar = forwardRef((_ref, ref) => {
4964
4964
  color,
4965
4965
  style
4966
4966
  } = _ref,
4967
- props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
4967
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
4968
4968
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4969
4969
  const styleProps = {
4970
4970
  size: !size && isInsideButton ? 'medium' : size,
@@ -4985,7 +4985,7 @@ const IconStar = forwardRef((_ref, ref) => {
4985
4985
  });
4986
4986
  IconStar.displayName = 'IconStar';
4987
4987
 
4988
- const _excluded$R = ["testId", "size", "color", "style"];
4988
+ const _excluded$S = ["testId", "size", "color", "style"];
4989
4989
  const IconStickyNoteLines = forwardRef((_ref, ref) => {
4990
4990
  let {
4991
4991
  testId = 'icon-sticky-note-lines',
@@ -4993,7 +4993,7 @@ const IconStickyNoteLines = forwardRef((_ref, ref) => {
4993
4993
  color,
4994
4994
  style
4995
4995
  } = _ref,
4996
- props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
4996
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
4997
4997
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4998
4998
  const styleProps = {
4999
4999
  size: !size && isInsideButton ? 'medium' : size,
@@ -5017,7 +5017,7 @@ const IconStickyNoteLines = forwardRef((_ref, ref) => {
5017
5017
  });
5018
5018
  IconStickyNoteLines.displayName = 'IconStickyNoteLines';
5019
5019
 
5020
- const _excluded$Q = ["testId", "size", "color", "style"];
5020
+ const _excluded$R = ["testId", "size", "color", "style"];
5021
5021
  const IconStopwatch = forwardRef((_ref, ref) => {
5022
5022
  let {
5023
5023
  testId = 'icon-stopwatch',
@@ -5025,7 +5025,7 @@ const IconStopwatch = forwardRef((_ref, ref) => {
5025
5025
  color,
5026
5026
  style
5027
5027
  } = _ref,
5028
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
5028
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
5029
5029
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5030
5030
  const styleProps = {
5031
5031
  size: !size && isInsideButton ? 'medium' : size,
@@ -5048,7 +5048,7 @@ const IconStopwatch = forwardRef((_ref, ref) => {
5048
5048
  });
5049
5049
  IconStopwatch.displayName = 'IconStopwatch';
5050
5050
 
5051
- const _excluded$P = ["testId", "size", "color", "style"];
5051
+ const _excluded$Q = ["testId", "size", "color", "style"];
5052
5052
  const IconStrikethrough = forwardRef((_ref, ref) => {
5053
5053
  let {
5054
5054
  testId = 'icon-strikethrough',
@@ -5056,7 +5056,7 @@ const IconStrikethrough = forwardRef((_ref, ref) => {
5056
5056
  color,
5057
5057
  style
5058
5058
  } = _ref,
5059
- props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
5059
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
5060
5060
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5061
5061
  const styleProps = {
5062
5062
  size: !size && isInsideButton ? 'medium' : size,
@@ -5084,7 +5084,7 @@ const IconStrikethrough = forwardRef((_ref, ref) => {
5084
5084
  });
5085
5085
  IconStrikethrough.displayName = 'IconStrikethrough';
5086
5086
 
5087
- const _excluded$O = ["testId", "size", "color", "style"];
5087
+ const _excluded$P = ["testId", "size", "color", "style"];
5088
5088
  const IconSyncExclaimation = forwardRef((_ref, ref) => {
5089
5089
  let {
5090
5090
  testId = 'icon-sync-exclaimation',
@@ -5092,7 +5092,7 @@ const IconSyncExclaimation = forwardRef((_ref, ref) => {
5092
5092
  color,
5093
5093
  style
5094
5094
  } = _ref,
5095
- props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
5095
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
5096
5096
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5097
5097
  const styleProps = {
5098
5098
  size: !size && isInsideButton ? 'medium' : size,
@@ -5113,7 +5113,7 @@ const IconSyncExclaimation = forwardRef((_ref, ref) => {
5113
5113
  });
5114
5114
  IconSyncExclaimation.displayName = 'IconSyncExclaimation';
5115
5115
 
5116
- const _excluded$N = ["testId", "size", "color", "style"];
5116
+ const _excluded$O = ["testId", "size", "color", "style"];
5117
5117
  const IconSync = forwardRef((_ref, ref) => {
5118
5118
  let {
5119
5119
  testId = 'icon-sync',
@@ -5121,7 +5121,7 @@ const IconSync = forwardRef((_ref, ref) => {
5121
5121
  color,
5122
5122
  style
5123
5123
  } = _ref,
5124
- props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
5124
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
5125
5125
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5126
5126
  const styleProps = {
5127
5127
  size: !size && isInsideButton ? 'medium' : size,
@@ -5142,7 +5142,7 @@ const IconSync = forwardRef((_ref, ref) => {
5142
5142
  });
5143
5143
  IconSync.displayName = 'IconSync';
5144
5144
 
5145
- const _excluded$M = ["testId", "size", "color", "style"];
5145
+ const _excluded$N = ["testId", "size", "color", "style"];
5146
5146
  const IconTable = forwardRef((_ref, ref) => {
5147
5147
  let {
5148
5148
  testId = 'icon-table',
@@ -5150,7 +5150,7 @@ const IconTable = forwardRef((_ref, ref) => {
5150
5150
  color,
5151
5151
  style
5152
5152
  } = _ref,
5153
- props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
5153
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
5154
5154
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5155
5155
  const styleProps = {
5156
5156
  size: !size && isInsideButton ? 'medium' : size,
@@ -5178,7 +5178,7 @@ const IconTable = forwardRef((_ref, ref) => {
5178
5178
  });
5179
5179
  IconTable.displayName = 'IconTable';
5180
5180
 
5181
- const _excluded$L = ["testId", "size", "color", "style"];
5181
+ const _excluded$M = ["testId", "size", "color", "style"];
5182
5182
  const IconTachometer = forwardRef((_ref, ref) => {
5183
5183
  let {
5184
5184
  testId = 'icon-tachometer',
@@ -5186,7 +5186,7 @@ const IconTachometer = forwardRef((_ref, ref) => {
5186
5186
  color,
5187
5187
  style
5188
5188
  } = _ref,
5189
- props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
5189
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
5190
5190
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5191
5191
  const styleProps = {
5192
5192
  size: !size && isInsideButton ? 'medium' : size,
@@ -5206,7 +5206,7 @@ const IconTachometer = forwardRef((_ref, ref) => {
5206
5206
  });
5207
5207
  IconTachometer.displayName = 'IconTachometer';
5208
5208
 
5209
- const _excluded$K = ["testId", "size", "color", "style"];
5209
+ const _excluded$L = ["testId", "size", "color", "style"];
5210
5210
  const IconTimesOctagon = forwardRef((_ref, ref) => {
5211
5211
  let {
5212
5212
  testId = 'icon-times-octagon',
@@ -5214,7 +5214,7 @@ const IconTimesOctagon = forwardRef((_ref, ref) => {
5214
5214
  color,
5215
5215
  style
5216
5216
  } = _ref,
5217
- props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
5217
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
5218
5218
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5219
5219
  const styleProps = {
5220
5220
  size: !size && isInsideButton ? 'medium' : size,
@@ -5237,7 +5237,7 @@ const IconTimesOctagon = forwardRef((_ref, ref) => {
5237
5237
  });
5238
5238
  IconTimesOctagon.displayName = 'IconTimesOctagon';
5239
5239
 
5240
- const _excluded$J = ["testId", "size", "color", "style"];
5240
+ const _excluded$K = ["testId", "size", "color", "style"];
5241
5241
  const IconTimes = forwardRef((_ref, ref) => {
5242
5242
  let {
5243
5243
  testId = 'icon-times',
@@ -5245,7 +5245,7 @@ const IconTimes = forwardRef((_ref, ref) => {
5245
5245
  color,
5246
5246
  style
5247
5247
  } = _ref,
5248
- props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
5248
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
5249
5249
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5250
5250
  const styleProps = {
5251
5251
  size: !size && isInsideButton ? 'medium' : size,
@@ -5268,7 +5268,7 @@ const IconTimes = forwardRef((_ref, ref) => {
5268
5268
  });
5269
5269
  IconTimes.displayName = 'IconTimes';
5270
5270
 
5271
- const _excluded$I = ["testId", "size", "color", "style"];
5271
+ const _excluded$J = ["testId", "size", "color", "style"];
5272
5272
  const IconTrash = forwardRef((_ref, ref) => {
5273
5273
  let {
5274
5274
  testId = 'icon-trash',
@@ -5276,7 +5276,7 @@ const IconTrash = forwardRef((_ref, ref) => {
5276
5276
  color,
5277
5277
  style
5278
5278
  } = _ref,
5279
- props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
5279
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
5280
5280
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5281
5281
  const styleProps = {
5282
5282
  size: !size && isInsideButton ? 'medium' : size,
@@ -5299,7 +5299,7 @@ const IconTrash = forwardRef((_ref, ref) => {
5299
5299
  });
5300
5300
  IconTrash.displayName = 'IconTrash';
5301
5301
 
5302
- const _excluded$H = ["testId", "size", "color", "style"];
5302
+ const _excluded$I = ["testId", "size", "color", "style"];
5303
5303
  const IconUnderline = forwardRef((_ref, ref) => {
5304
5304
  let {
5305
5305
  testId = 'icon-underline',
@@ -5307,7 +5307,7 @@ const IconUnderline = forwardRef((_ref, ref) => {
5307
5307
  color,
5308
5308
  style
5309
5309
  } = _ref,
5310
- props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
5310
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
5311
5311
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5312
5312
  const styleProps = {
5313
5313
  size: !size && isInsideButton ? 'medium' : size,
@@ -5328,7 +5328,7 @@ const IconUnderline = forwardRef((_ref, ref) => {
5328
5328
  });
5329
5329
  IconUnderline.displayName = 'IconUnderline';
5330
5330
 
5331
- const _excluded$G = ["testId", "size", "color", "style"];
5331
+ const _excluded$H = ["testId", "size", "color", "style"];
5332
5332
  const IconUndo = forwardRef((_ref, ref) => {
5333
5333
  let {
5334
5334
  testId = 'icon-undo',
@@ -5336,7 +5336,7 @@ const IconUndo = forwardRef((_ref, ref) => {
5336
5336
  color,
5337
5337
  style
5338
5338
  } = _ref,
5339
- props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
5339
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
5340
5340
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5341
5341
  const styleProps = {
5342
5342
  size: !size && isInsideButton ? 'medium' : size,
@@ -5357,7 +5357,7 @@ const IconUndo = forwardRef((_ref, ref) => {
5357
5357
  });
5358
5358
  IconUndo.displayName = 'IconUndo';
5359
5359
 
5360
- const _excluded$F = ["testId", "size", "color", "style"];
5360
+ const _excluded$G = ["testId", "size", "color", "style"];
5361
5361
  const IconUniversity = forwardRef((_ref, ref) => {
5362
5362
  let {
5363
5363
  testId = 'icon-university',
@@ -5365,7 +5365,7 @@ const IconUniversity = forwardRef((_ref, ref) => {
5365
5365
  color,
5366
5366
  style
5367
5367
  } = _ref,
5368
- props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
5368
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
5369
5369
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5370
5370
  const styleProps = {
5371
5371
  size: !size && isInsideButton ? 'medium' : size,
@@ -5393,7 +5393,7 @@ const IconUniversity = forwardRef((_ref, ref) => {
5393
5393
  });
5394
5394
  IconUniversity.displayName = 'IconUniversity';
5395
5395
 
5396
- const _excluded$E = ["testId", "size", "color", "style"];
5396
+ const _excluded$F = ["testId", "size", "color", "style"];
5397
5397
  const IconUnlock = forwardRef((_ref, ref) => {
5398
5398
  let {
5399
5399
  testId = 'icon-unlock',
@@ -5401,7 +5401,7 @@ const IconUnlock = forwardRef((_ref, ref) => {
5401
5401
  color,
5402
5402
  style
5403
5403
  } = _ref,
5404
- props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
5404
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
5405
5405
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5406
5406
  const styleProps = {
5407
5407
  size: !size && isInsideButton ? 'medium' : size,
@@ -5429,7 +5429,7 @@ const IconUnlock = forwardRef((_ref, ref) => {
5429
5429
  });
5430
5430
  IconUnlock.displayName = 'IconUnlock';
5431
5431
 
5432
- const _excluded$D = ["testId", "size", "color", "style"];
5432
+ const _excluded$E = ["testId", "size", "color", "style"];
5433
5433
  const IconUserComputer = forwardRef((_ref, ref) => {
5434
5434
  let {
5435
5435
  testId = 'icon-user-computer',
@@ -5437,7 +5437,7 @@ const IconUserComputer = forwardRef((_ref, ref) => {
5437
5437
  color,
5438
5438
  style
5439
5439
  } = _ref,
5440
- props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
5440
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
5441
5441
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5442
5442
  const styleProps = {
5443
5443
  size: !size && isInsideButton ? 'medium' : size,
@@ -5469,7 +5469,7 @@ const IconUserComputer = forwardRef((_ref, ref) => {
5469
5469
  });
5470
5470
  IconUserComputer.displayName = 'IconUserComputer';
5471
5471
 
5472
- const _excluded$C = ["testId", "size", "color", "style"];
5472
+ const _excluded$D = ["testId", "size", "color", "style"];
5473
5473
  const IconUserFriends = forwardRef((_ref, ref) => {
5474
5474
  let {
5475
5475
  testId = 'icon-user-friends',
@@ -5477,7 +5477,7 @@ const IconUserFriends = forwardRef((_ref, ref) => {
5477
5477
  color,
5478
5478
  style
5479
5479
  } = _ref,
5480
- props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
5480
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
5481
5481
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5482
5482
  const styleProps = {
5483
5483
  size: !size && isInsideButton ? 'medium' : size,
@@ -5498,7 +5498,7 @@ const IconUserFriends = forwardRef((_ref, ref) => {
5498
5498
  });
5499
5499
  IconUserFriends.displayName = 'IconUserFriends';
5500
5500
 
5501
- const _excluded$B = ["testId", "size", "color", "style"];
5501
+ const _excluded$C = ["testId", "size", "color", "style"];
5502
5502
  const IconUserLight = forwardRef((_ref, ref) => {
5503
5503
  let {
5504
5504
  testId = 'icon-user-light',
@@ -5506,7 +5506,7 @@ const IconUserLight = forwardRef((_ref, ref) => {
5506
5506
  color,
5507
5507
  style
5508
5508
  } = _ref,
5509
- props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
5509
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
5510
5510
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5511
5511
  const styleProps = {
5512
5512
  size: !size && isInsideButton ? 'medium' : size,
@@ -5529,7 +5529,7 @@ const IconUserLight = forwardRef((_ref, ref) => {
5529
5529
  });
5530
5530
  IconUserLight.displayName = 'IconUserLight';
5531
5531
 
5532
- const _excluded$A = ["testId", "size", "color", "style"];
5532
+ const _excluded$B = ["testId", "size", "color", "style"];
5533
5533
  const IconUserPlus = forwardRef((_ref, ref) => {
5534
5534
  let {
5535
5535
  testId = 'icon-user-plus',
@@ -5537,7 +5537,7 @@ const IconUserPlus = forwardRef((_ref, ref) => {
5537
5537
  color,
5538
5538
  style
5539
5539
  } = _ref,
5540
- props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
5540
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
5541
5541
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5542
5542
  const styleProps = {
5543
5543
  size: !size && isInsideButton ? 'medium' : size,
@@ -5558,7 +5558,7 @@ const IconUserPlus = forwardRef((_ref, ref) => {
5558
5558
  });
5559
5559
  IconUserPlus.displayName = 'IconUserPlus';
5560
5560
 
5561
- const _excluded$z = ["testId", "size", "color", "style"];
5561
+ const _excluded$A = ["testId", "size", "color", "style"];
5562
5562
  const IconUserSearch = forwardRef((_ref, ref) => {
5563
5563
  let {
5564
5564
  testId = 'icon-user-search',
@@ -5566,7 +5566,7 @@ const IconUserSearch = forwardRef((_ref, ref) => {
5566
5566
  color,
5567
5567
  style
5568
5568
  } = _ref,
5569
- props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
5569
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
5570
5570
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5571
5571
  const styleProps = {
5572
5572
  size: !size && isInsideButton ? 'medium' : size,
@@ -5596,7 +5596,7 @@ const IconUserSearch = forwardRef((_ref, ref) => {
5596
5596
  });
5597
5597
  IconUserSearch.displayName = 'IconUserSearch';
5598
5598
 
5599
- const _excluded$y = ["testId", "size", "color", "style"];
5599
+ const _excluded$z = ["testId", "size", "color", "style"];
5600
5600
  const IconUserSlash = forwardRef((_ref, ref) => {
5601
5601
  let {
5602
5602
  testId = 'icon-user-slash',
@@ -5604,7 +5604,7 @@ const IconUserSlash = forwardRef((_ref, ref) => {
5604
5604
  color,
5605
5605
  style
5606
5606
  } = _ref,
5607
- props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
5607
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
5608
5608
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5609
5609
  const styleProps = {
5610
5610
  size: !size && isInsideButton ? 'medium' : size,
@@ -5632,7 +5632,7 @@ const IconUserSlash = forwardRef((_ref, ref) => {
5632
5632
  });
5633
5633
  IconUserSlash.displayName = 'IconUserSlash';
5634
5634
 
5635
- const _excluded$x = ["testId", "size", "color", "style"];
5635
+ const _excluded$y = ["testId", "size", "color", "style"];
5636
5636
  const IconUserSolid = forwardRef((_ref, ref) => {
5637
5637
  let {
5638
5638
  testId = 'icon-user-solid',
@@ -5640,7 +5640,7 @@ const IconUserSolid = forwardRef((_ref, ref) => {
5640
5640
  color,
5641
5641
  style
5642
5642
  } = _ref,
5643
- props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
5643
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
5644
5644
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5645
5645
  const styleProps = {
5646
5646
  size: !size && isInsideButton ? 'medium' : size,
@@ -5661,7 +5661,7 @@ const IconUserSolid = forwardRef((_ref, ref) => {
5661
5661
  });
5662
5662
  IconUserSolid.displayName = 'IconUserSolid';
5663
5663
 
5664
- const _excluded$w = ["testId", "size", "color", "style"];
5664
+ const _excluded$x = ["testId", "size", "color", "style"];
5665
5665
  const IconUserTag = forwardRef((_ref, ref) => {
5666
5666
  let {
5667
5667
  testId = 'icon-user-tag',
@@ -5669,7 +5669,7 @@ const IconUserTag = forwardRef((_ref, ref) => {
5669
5669
  color,
5670
5670
  style
5671
5671
  } = _ref,
5672
- props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
5672
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
5673
5673
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5674
5674
  const styleProps = {
5675
5675
  size: !size && isInsideButton ? 'medium' : size,
@@ -5692,7 +5692,7 @@ const IconUserTag = forwardRef((_ref, ref) => {
5692
5692
  });
5693
5693
  IconUserTag.displayName = 'IconUserTag';
5694
5694
 
5695
- const _excluded$v = ["testId", "size", "color", "style"];
5695
+ const _excluded$w = ["testId", "size", "color", "style"];
5696
5696
  const IconUserTie = forwardRef((_ref, ref) => {
5697
5697
  let {
5698
5698
  testId = 'icon-user-tie',
@@ -5700,7 +5700,7 @@ const IconUserTie = forwardRef((_ref, ref) => {
5700
5700
  color,
5701
5701
  style
5702
5702
  } = _ref,
5703
- props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
5703
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
5704
5704
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5705
5705
  const styleProps = {
5706
5706
  size: !size && isInsideButton ? 'medium' : size,
@@ -5721,7 +5721,7 @@ const IconUserTie = forwardRef((_ref, ref) => {
5721
5721
  });
5722
5722
  IconUserTie.displayName = 'IconUserTie';
5723
5723
 
5724
- const _excluded$u = ["testId", "size", "color", "style"];
5724
+ const _excluded$v = ["testId", "size", "color", "style"];
5725
5725
  const IconUsers = forwardRef((_ref, ref) => {
5726
5726
  let {
5727
5727
  testId = 'icon-users',
@@ -5729,7 +5729,7 @@ const IconUsers = forwardRef((_ref, ref) => {
5729
5729
  color,
5730
5730
  style
5731
5731
  } = _ref,
5732
- props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
5732
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
5733
5733
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5734
5734
  const styleProps = {
5735
5735
  size: !size && isInsideButton ? 'medium' : size,
@@ -5750,7 +5750,7 @@ const IconUsers = forwardRef((_ref, ref) => {
5750
5750
  });
5751
5751
  IconUsers.displayName = 'IconUsers';
5752
5752
 
5753
- const _excluded$t = ["testId", "size", "color", "style"];
5753
+ const _excluded$u = ["testId", "size", "color", "style"];
5754
5754
  const IconVideo = forwardRef((_ref, ref) => {
5755
5755
  let {
5756
5756
  testId = 'icon-video',
@@ -5758,7 +5758,7 @@ const IconVideo = forwardRef((_ref, ref) => {
5758
5758
  color,
5759
5759
  style
5760
5760
  } = _ref,
5761
- props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
5761
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
5762
5762
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5763
5763
  const styleProps = {
5764
5764
  size: !size && isInsideButton ? 'medium' : size,
@@ -5779,7 +5779,7 @@ const IconVideo = forwardRef((_ref, ref) => {
5779
5779
  });
5780
5780
  IconVideo.displayName = 'IconVideo';
5781
5781
 
5782
- const _excluded$s = ["testId", "size", "color", "style"];
5782
+ const _excluded$t = ["testId", "size", "color", "style"];
5783
5783
  const IconVolumeMute = forwardRef((_ref, ref) => {
5784
5784
  let {
5785
5785
  testId = 'icon-volume-mute',
@@ -5787,7 +5787,7 @@ const IconVolumeMute = forwardRef((_ref, ref) => {
5787
5787
  color,
5788
5788
  style
5789
5789
  } = _ref,
5790
- props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
5790
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
5791
5791
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5792
5792
  const styleProps = {
5793
5793
  size: !size && isInsideButton ? 'medium' : size,
@@ -5808,7 +5808,7 @@ const IconVolumeMute = forwardRef((_ref, ref) => {
5808
5808
  });
5809
5809
  IconVolumeMute.displayName = 'IconVolumeMute';
5810
5810
 
5811
- const _excluded$r = ["testId", "size", "color", "style"];
5811
+ const _excluded$s = ["testId", "size", "color", "style"];
5812
5812
  const IconVolume = forwardRef((_ref, ref) => {
5813
5813
  let {
5814
5814
  testId = 'icon-volume',
@@ -5816,7 +5816,7 @@ const IconVolume = forwardRef((_ref, ref) => {
5816
5816
  color,
5817
5817
  style
5818
5818
  } = _ref,
5819
- props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
5819
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
5820
5820
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5821
5821
  const styleProps = {
5822
5822
  size: !size && isInsideButton ? 'medium' : size,
@@ -5837,7 +5837,7 @@ const IconVolume = forwardRef((_ref, ref) => {
5837
5837
  });
5838
5838
  IconVolume.displayName = 'IconVolume';
5839
5839
 
5840
- const _excluded$q = ["testId", "size", "color", "style"];
5840
+ const _excluded$r = ["testId", "size", "color", "style"];
5841
5841
  const IconWrench = forwardRef((_ref, ref) => {
5842
5842
  let {
5843
5843
  testId = 'icon-wrench',
@@ -5845,7 +5845,7 @@ const IconWrench = forwardRef((_ref, ref) => {
5845
5845
  color,
5846
5846
  style
5847
5847
  } = _ref,
5848
- props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
5848
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
5849
5849
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5850
5850
  const styleProps = {
5851
5851
  size: !size && isInsideButton ? 'medium' : size,
@@ -5997,7 +5997,7 @@ const useTranslation = context => {
5997
5997
  return translate;
5998
5998
  };
5999
5999
 
6000
- const _excluded$p = ["hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "testId", "scrollTarget"];
6000
+ const _excluded$q = ["hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "testId", "scrollTarget"];
6001
6001
  /**
6002
6002
  * `PaginationControls` are two buttons side by side.
6003
6003
  */
@@ -6010,7 +6010,7 @@ const PaginationControls = _ref => {
6010
6010
  testId,
6011
6011
  scrollTarget
6012
6012
  } = _ref,
6013
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$p);
6013
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$q);
6014
6014
  const __ = useTranslation('PaginationControls');
6015
6015
  const {
6016
6016
  dataProps
@@ -6079,7 +6079,7 @@ const LINK_TARGET = {
6079
6079
 
6080
6080
  var styles$1d = {"link":"_EiQ4c"};
6081
6081
 
6082
- const _excluded$o = ["href", "target", "theme", "onClick", "children"];
6082
+ const _excluded$p = ["href", "target", "theme", "onClick", "children"];
6083
6083
  const Link = _ref => {
6084
6084
  let {
6085
6085
  href,
@@ -6088,7 +6088,7 @@ const Link = _ref => {
6088
6088
  onClick,
6089
6089
  children
6090
6090
  } = _ref,
6091
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$o);
6091
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$p);
6092
6092
  const {
6093
6093
  dataProps
6094
6094
  } = getDataProps(otherProps);
@@ -6401,11 +6401,16 @@ var styles$19 = {"data-table-scroll-fake-border":"_wZ8Xg","data-table-scroll-fak
6401
6401
  const DataTableScrollFakeBorder = ({
6402
6402
  placement
6403
6403
  }) => {
6404
+ const backgroundColor = useBackgroundColor();
6404
6405
  return React__default.createElement("div", {
6405
6406
  className: classnames(styles$19['data-table-scroll-fake-border'], {
6406
6407
  [styles$19['data-table-scroll-fake-border--top']]: placement === 'top',
6407
6408
  [styles$19['data-table-scroll-fake-border--bottom']]: placement === 'bottom'
6408
- })
6409
+ }),
6410
+ // @ts-expect-error This difines a custom CSS variable
6411
+ style: {
6412
+ '--corner-background-color': backgroundColor
6413
+ }
6409
6414
  }, React__default.createElement("div", {
6410
6415
  className: classnames(styles$19['data-table-scroll-fake-border__left'], {
6411
6416
  [styles$19['data-table-scroll-fake-border__left--top']]: placement === 'top',
@@ -6415,7 +6420,8 @@ const DataTableScrollFakeBorder = ({
6415
6420
  className: classnames(styles$19['data-table-scroll-fake-border__right'], {
6416
6421
  [styles$19['data-table-scroll-fake-border__right--top']]: placement === 'top',
6417
6422
  [styles$19['data-table-scroll-fake-border__right--bottom']]: placement === 'bottom'
6418
- })
6423
+ }),
6424
+ "data-background-color": "red"
6419
6425
  }));
6420
6426
  };
6421
6427
 
@@ -6505,7 +6511,7 @@ const InlineBannerIcon = ({
6505
6511
  }
6506
6512
  };
6507
6513
 
6508
- const _excluded$n = ["children", "theme", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
6514
+ const _excluded$o = ["children", "theme", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
6509
6515
  const InlineBanner = _ref => {
6510
6516
  let {
6511
6517
  children,
@@ -6517,7 +6523,7 @@ const InlineBanner = _ref => {
6517
6523
  secondaryButton,
6518
6524
  testId
6519
6525
  } = _ref,
6520
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$n);
6526
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$o);
6521
6527
  const positionStyles = usePositionStyles(positionProps);
6522
6528
  const multiLine = !!title;
6523
6529
  const dismissable = !!onClose;
@@ -6877,7 +6883,7 @@ const ALIGNMENTS = {
6877
6883
 
6878
6884
  var styles$11 = {"text":"_6SgoN","text__body":"_SF95f","text__caption":"_HHohB","text__insight":"_xdhK0","text--bold":"_i2LHD","text--italic":"_NgSTT","text--underline":"_ouqVK","text--monospace":"_Vi-V1","text--align-left":"_tfSIf","text--align-right":"_AK1Nr","text--align-center":"_N-tR4","text--align-justify":"_LkMr0"};
6879
6885
 
6880
- const _excluded$m = ["children", "as", "emphasis", "alignment", "color", "testId", "textWrap"];
6886
+ const _excluded$n = ["children", "as", "emphasis", "alignment", "color", "testId", "textWrap"];
6881
6887
  const TextComponent = (_ref, ref) => {
6882
6888
  let {
6883
6889
  children,
@@ -6888,7 +6894,7 @@ const TextComponent = (_ref, ref) => {
6888
6894
  testId,
6889
6895
  textWrap
6890
6896
  } = _ref,
6891
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$m);
6897
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$n);
6892
6898
  const {
6893
6899
  positionProps,
6894
6900
  otherProps
@@ -6950,7 +6956,7 @@ const Italic = ({
6950
6956
  }, children);
6951
6957
  };
6952
6958
 
6953
- const _excluded$l = ["id", "label", "caption", "characterCount", "error", "children"];
6959
+ const _excluded$m = ["id", "label", "caption", "characterCount", "error", "children"];
6954
6960
  const Field = _ref => {
6955
6961
  let {
6956
6962
  id,
@@ -6960,7 +6966,7 @@ const Field = _ref => {
6960
6966
  error,
6961
6967
  children
6962
6968
  } = _ref,
6963
- dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$l);
6969
+ dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$m);
6964
6970
  const shouldRenderLabel = label || typeof label === 'string';
6965
6971
  const CharacterConter = () => React__default.createElement(Inline, {
6966
6972
  justifyContent: "space-between",
@@ -7085,7 +7091,7 @@ const useFieldControllers = ({
7085
7091
 
7086
7092
  var styles$10 = {"text-field":"_G6LsE","text-field--invalid":"_2ZYtt","text-field--prefixed":"_rWp7H","text-field--suffixed":"_Xq8xX"};
7087
7093
 
7088
- const _excluded$k = ["autoComplete", "autoFocus", "defaultValue", "disabled", "error", "id", "maxLength", "name", "caption", "label", "onBlur", "onChange", "onFocus", "onKeyDown", "placeholder", "value", "ref", "testId"];
7094
+ const _excluded$l = ["autoComplete", "autoFocus", "defaultValue", "disabled", "error", "id", "maxLength", "name", "caption", "label", "onBlur", "onChange", "onFocus", "onKeyDown", "placeholder", "value", "ref", "testId"];
7089
7095
  const useTextField = _ref => {
7090
7096
  let {
7091
7097
  autoComplete,
@@ -7107,7 +7113,7 @@ const useTextField = _ref => {
7107
7113
  ref,
7108
7114
  testId
7109
7115
  } = _ref,
7110
- dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$k);
7116
+ dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$l);
7111
7117
  const controllers = useFieldControllers({
7112
7118
  error,
7113
7119
  id,
@@ -7244,7 +7250,7 @@ const TimeFieldInput = ({
7244
7250
  })));
7245
7251
  };
7246
7252
 
7247
- const _excluded$j = ["placeholder", "autoComplete", "selectedTimeOption", "prefix", "startTime", "duration"];
7253
+ const _excluded$k = ["placeholder", "autoComplete", "selectedTimeOption", "prefix", "startTime", "duration"];
7248
7254
  const TimeFieldDropdownElement = (_ref, ref) => {
7249
7255
  let {
7250
7256
  placeholder = '9:00 AM',
@@ -7253,7 +7259,7 @@ const TimeFieldDropdownElement = (_ref, ref) => {
7253
7259
  prefix,
7254
7260
  duration
7255
7261
  } = _ref,
7256
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$j);
7262
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$k);
7257
7263
  const {
7258
7264
  inputProps,
7259
7265
  fieldProps
@@ -7705,7 +7711,7 @@ const KebabMenu = ({
7705
7711
 
7706
7712
  var styles$X = {"card":"_TXXpM","card__body":"_C3waP","card__body--interactive":"_uc-GV","card--focus":"_ft0I1","card__body--focus":"_wx2MU","card__body--disabled":"_TQDZH","card__body--with-kebab":"_kkYit","card__kebab":"_xrEdS","card__kebab--disabled":"_0WiOn","card__close":"_yODES","card__close--disabled":"_Vqf6o"};
7707
7713
 
7708
- const _excluded$i = ["children", "onClick", "onClose", "isSelected", "disabled", "actions", "testId"];
7714
+ const _excluded$j = ["children", "onClick", "onClose", "isSelected", "disabled", "actions", "testId"];
7709
7715
  const Card = _ref => {
7710
7716
  let {
7711
7717
  children,
@@ -7716,7 +7722,7 @@ const Card = _ref => {
7716
7722
  actions,
7717
7723
  testId
7718
7724
  } = _ref,
7719
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$i);
7725
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$j);
7720
7726
  const translate = useTranslation('Card');
7721
7727
  const {
7722
7728
  positionProps,
@@ -8093,7 +8099,7 @@ const SKELETON_COMPONENT = {
8093
8099
  PILL: 'pill'
8094
8100
  };
8095
8101
 
8096
- const _excluded$h = ["as", "testId", "width", "height"];
8102
+ const _excluded$i = ["as", "testId", "width", "height"];
8097
8103
  const Skeleton = _ref => {
8098
8104
  let {
8099
8105
  as,
@@ -8101,7 +8107,7 @@ const Skeleton = _ref => {
8101
8107
  width,
8102
8108
  height
8103
8109
  } = _ref,
8104
- positionStyles = _objectWithoutPropertiesLoose(_ref, _excluded$h);
8110
+ positionStyles = _objectWithoutPropertiesLoose(_ref, _excluded$i);
8105
8111
  const positioning = usePositionStyles(positionStyles);
8106
8112
  return React__default.createElement("div", {
8107
8113
  "data-testid": testId,
@@ -8121,7 +8127,7 @@ const Skeleton = _ref => {
8121
8127
  });
8122
8128
  };
8123
8129
 
8124
- var styles$O = {"item":"_nG--Q","clickable":"_II3M2","selected":"_ho205"};
8130
+ var styles$O = {"data-table-row":"_hhDnr","data-table-row--clickable":"_ej5Ke","data-table-row--selected":"_qDTAh"};
8125
8131
 
8126
8132
  var styles$N = {"actions":"_ffXgN"};
8127
8133
 
@@ -8165,7 +8171,7 @@ const ModalHeader = ({
8165
8171
  }, subHeader));
8166
8172
  };
8167
8173
 
8168
- const _excluded$g = ["children", "header", "subHeader", "onClose", "loading", "zIndex", "rootElementId", "width", "height", "maxWidth", "shouldReturnFocusAfterClose", "testId"];
8174
+ const _excluded$h = ["children", "header", "subHeader", "onClose", "loading", "zIndex", "rootElementId", "width", "height", "maxWidth", "shouldReturnFocusAfterClose", "testId"];
8169
8175
  const Modal = _ref => {
8170
8176
  let {
8171
8177
  children,
@@ -8182,7 +8188,7 @@ const Modal = _ref => {
8182
8188
  shouldReturnFocusAfterClose = true,
8183
8189
  testId
8184
8190
  } = _ref,
8185
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$g);
8191
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$h);
8186
8192
  const style = {
8187
8193
  content: {
8188
8194
  width,
@@ -8646,7 +8652,7 @@ const useCheckBoxFieldControllers = ({
8646
8652
 
8647
8653
  var styles$G = {"check-box-field":"_Id4qm","check-box-field__caption":"_s9d-m","check-box-field__custom-input":"_kmvBP"};
8648
8654
 
8649
- const _excluded$f = ["name", "id", "checked", "onChange", "onBlur", "label", "caption", "error", "disabled", "testId"];
8655
+ const _excluded$g = ["name", "id", "checked", "onChange", "onBlur", "label", "caption", "error", "disabled", "testId"];
8650
8656
  /** CheckboxField form element. */
8651
8657
  const CheckboxField = _ref => {
8652
8658
  let {
@@ -8661,7 +8667,7 @@ const CheckboxField = _ref => {
8661
8667
  disabled,
8662
8668
  testId
8663
8669
  } = _ref,
8664
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$f);
8670
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$g);
8665
8671
  const controllers = useCheckBoxFieldControllers({
8666
8672
  name,
8667
8673
  id: inputId,
@@ -8737,7 +8743,7 @@ const useLocalStorage = (key, initialValue) => {
8737
8743
 
8738
8744
  var styles$F = {"hint-modal":"_NwD6V","hint-modal--after-open":"_4ofZb","hint-modal--before-close":"_hGoMD","hint-modal__overlay":"_iK5zl","hint-modal__image":"_V9hLa","hint-modal__body":"_oOqUg","hint-modal__close-button":"_5zcBK"};
8739
8745
 
8740
- const _excluded$e = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "testId"];
8746
+ const _excluded$f = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "testId"];
8741
8747
  const HintModal = _ref => {
8742
8748
  let {
8743
8749
  header,
@@ -8748,7 +8754,7 @@ const HintModal = _ref => {
8748
8754
  primaryButton,
8749
8755
  testId
8750
8756
  } = _ref,
8751
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$e);
8757
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$f);
8752
8758
  const __ = useTranslation('HintModal');
8753
8759
  const [doNotShowAgain, setDoNotShowAgain] = useState(false);
8754
8760
  const [persistedDoNotShow, setPersistedDoNotShow] = useLocalStorage(modalId, false);
@@ -8984,7 +8990,7 @@ const DataTableEditableCellElement = ({
8984
8990
  };
8985
8991
  const DataTableEditableCell = forwardRef(DataTableEditableCellElement);
8986
8992
 
8987
- const _excluded$d = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "hasDefaultCell", "testId"];
8993
+ const _excluded$e = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "hasDefaultCell", "testId"];
8988
8994
  const DataTableRowComponent = (_ref, ref) => {
8989
8995
  let {
8990
8996
  children,
@@ -8995,13 +9001,13 @@ const DataTableRowComponent = (_ref, ref) => {
8995
9001
  hasDefaultCell = true,
8996
9002
  testId
8997
9003
  } = _ref,
8998
- nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$d);
9004
+ nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$e);
8999
9005
  const {
9000
9006
  showActionMenu
9001
9007
  } = useDataTableContext();
9002
- const styleNames = classnames(styles$O['item'], {
9003
- [styles$O['clickable']]: onClick,
9004
- [styles$O['selected']]: isSelected
9008
+ const styleNames = classnames(styles$O['data-table-row'], {
9009
+ [styles$O['data-table-row--clickable']]: onClick,
9010
+ [styles$O['data-table-row--selected']]: isSelected
9005
9011
  });
9006
9012
  const renderColumn = (columnElement, index) => {
9007
9013
  const isUsingDataTableCell = columnElement && typeof columnElement === 'object' && 'type' in columnElement && (columnElement == null ? void 0 : columnElement.type) === DataTableCell;
@@ -9391,7 +9397,7 @@ const DataTableEmptyState = ({
9391
9397
  }, customEmptyState ? customEmptyState.caption : translate('emptyStateCaption')))));
9392
9398
  };
9393
9399
 
9394
- const _excluded$c = ["items", "columns", "itemComponent", "maxHeight", "hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "onSort", "isLoading", "showActionMenu", "footerComponent", "hasVerticalBorders", "testId", "skeletonRowLayout", "stickyColumns", "emptyState"];
9400
+ const _excluded$d = ["items", "columns", "itemComponent", "maxHeight", "hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "onSort", "isLoading", "showActionMenu", "footerComponent", "hasVerticalBorders", "testId", "skeletonRowLayout", "stickyColumns", "emptyState"];
9395
9401
  const DataTable = _ref => {
9396
9402
  let {
9397
9403
  items,
@@ -9412,7 +9418,7 @@ const DataTable = _ref => {
9412
9418
  stickyColumns,
9413
9419
  emptyState
9414
9420
  } = _ref,
9415
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$c);
9421
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$d);
9416
9422
  const {
9417
9423
  dataProps
9418
9424
  } = getDataProps(otherProps);
@@ -9806,13 +9812,13 @@ const isReactSelectElement = element => {
9806
9812
 
9807
9813
  var styles$v = {"custom-control":"_pXQqq"};
9808
9814
 
9809
- const _excluded$b = ["children"];
9815
+ const _excluded$c = ["children"];
9810
9816
  function CustomControl(_ref) {
9811
9817
  var _props$getValue;
9812
9818
  let {
9813
9819
  children
9814
9820
  } = _ref,
9815
- props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
9821
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
9816
9822
  const {
9817
9823
  SelectedOptionPrefix
9818
9824
  } = props.selectProps.componentsProps;
@@ -9831,12 +9837,12 @@ function CustomControl(_ref) {
9831
9837
  }, props)), children)) : children);
9832
9838
  }
9833
9839
 
9834
- const _excluded$a = ["children"];
9840
+ const _excluded$b = ["children"];
9835
9841
  function CustomOption(_ref) {
9836
9842
  let {
9837
9843
  children
9838
9844
  } = _ref,
9839
- props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
9845
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
9840
9846
  const {
9841
9847
  UserCustomOption
9842
9848
  } = props.selectProps.componentsProps;
@@ -9979,12 +9985,12 @@ const CustomContainer = props => {
9979
9985
 
9980
9986
  var styles$u = {"custom-menu-text-field":"_AAUjm","custom-menu-hr":"_mFLK9","custom-menu-div":"_1XpI4"};
9981
9987
 
9982
- const _excluded$9 = ["children"];
9988
+ const _excluded$a = ["children"];
9983
9989
  function CustomMenu(_ref) {
9984
9990
  let {
9985
9991
  children
9986
9992
  } = _ref,
9987
- props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
9993
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
9988
9994
  const {
9989
9995
  creatableButton,
9990
9996
  onMenuInputFocus,
@@ -10145,7 +10151,7 @@ const useSelectField = ({
10145
10151
  inputId: controllers.id,
10146
10152
  isClearable: _isClearable,
10147
10153
  isDisabled: disabled,
10148
- menuPortalTarget: document.getElementById('portal_overlay') || document.body,
10154
+ menuPortalTarget: document.body,
10149
10155
  menuPlacement: _menuShouldScrollIntoView ? 'bottom' : 'auto',
10150
10156
  menuPosition: _menuShouldScrollIntoView ? 'absolute' : 'fixed',
10151
10157
  noOptionsMessage: typeof noOptionsMessage === 'function' ? noOptionsMessage : defaultNoOptionsMessage,
@@ -10693,13 +10699,13 @@ const TextAreaField = ({
10693
10699
  }, toolbar)));
10694
10700
  };
10695
10701
 
10696
- const _excluded$8 = ["prefix", "suffix"];
10702
+ const _excluded$9 = ["prefix", "suffix"];
10697
10703
  const TextFieldElement = (_ref, ref) => {
10698
10704
  let {
10699
10705
  prefix,
10700
10706
  suffix
10701
10707
  } = _ref,
10702
- props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
10708
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
10703
10709
  const {
10704
10710
  inputProps,
10705
10711
  fieldProps
@@ -11290,14 +11296,14 @@ const MultiSelectField = ({
11290
11296
 
11291
11297
  var styles$d = {"custom-list":"_cSkvD"};
11292
11298
 
11293
- const _excluded$7 = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
11299
+ const _excluded$8 = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
11294
11300
  const CustomList = _ref => {
11295
11301
  let {
11296
11302
  children,
11297
11303
  hasMoreOptions,
11298
11304
  hasMoreOptionsFirstLoad
11299
11305
  } = _ref,
11300
- props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
11306
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
11301
11307
  const __ = useTranslation('AsyncSelectField');
11302
11308
  let showFooter = hasMoreOptions;
11303
11309
  if (props.selectProps.inputValue === '' && typeof hasMoreOptionsFirstLoad === 'boolean') {
@@ -11310,7 +11316,7 @@ const CustomList = _ref => {
11310
11316
  }, __('moreOptionsPlaceholder')))));
11311
11317
  };
11312
11318
 
11313
- const _excluded$6 = ["loadOptions"];
11319
+ const _excluded$7 = ["loadOptions"];
11314
11320
  /**
11315
11321
  * Component to make possible choose from async options. It looks exactly as the [SelectField](./?path=/docs/forms-selectfield--default) but, this one handles asynchronous options.
11316
11322
  * Instead of passing a `options` props, this component requires a `loadOptions` prop.
@@ -11319,7 +11325,7 @@ const AsyncSelectField = _ref => {
11319
11325
  let {
11320
11326
  loadOptions
11321
11327
  } = _ref,
11322
- props = _objectWithoutPropertiesLoose(_ref, _excluded$6);
11328
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
11323
11329
  const [hasMoreOptions, setHasMoreOptions] = useState(false);
11324
11330
  const [hasMoreOptionsFirstLoad, setHasMoreOptionsFirstLoad] = useState();
11325
11331
  const [hasFirstLoadPerformed, setHasFirstLoadPerformed] = useState(false);
@@ -12096,7 +12102,7 @@ const TimeFieldDropdown = ({
12096
12102
  })));
12097
12103
  };
12098
12104
 
12099
- const _excluded$5 = ["interval", "startTime", "prefix", "endField", "duration", "subtractDuration", "calculateDuration"];
12105
+ const _excluded$6 = ["interval", "startTime", "prefix", "endField", "duration", "subtractDuration", "calculateDuration"];
12100
12106
  const TimeFieldElement = (_ref, forwardedRef) => {
12101
12107
  let {
12102
12108
  interval = 15,
@@ -12107,7 +12113,7 @@ const TimeFieldElement = (_ref, forwardedRef) => {
12107
12113
  subtractDuration,
12108
12114
  calculateDuration
12109
12115
  } = _ref,
12110
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$5);
12116
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$6);
12111
12117
  const internalRef = useRef(null);
12112
12118
  const ref = forwardedRef || internalRef;
12113
12119
  const [selectedDropdownValue, setSelectedDropdownValue] = useState(allOtherProps.value || allOtherProps.defaultValue);
@@ -12301,13 +12307,13 @@ var styles$a = {"currency-field__mask-display":"_ddacu"};
12301
12307
  const CURRENCY_DISPLAY_DEFAULT_MARGIN = 8;
12302
12308
  const CURRENCY_DISPLAY_MARGIN_BUFFER = 1;
12303
12309
 
12304
- const _excluded$4 = ["currencySymbol", "step"];
12310
+ const _excluded$5 = ["currencySymbol", "step"];
12305
12311
  const CurrencyFieldElement = (_ref, forwardedRef) => {
12306
12312
  let {
12307
12313
  currencySymbol = '$',
12308
12314
  step = 0.01
12309
12315
  } = _ref,
12310
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$4);
12316
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$5);
12311
12317
  const [displayPadding, setDisplayPadding] = useState(CURRENCY_DISPLAY_DEFAULT_MARGIN);
12312
12318
  const internalRef = useRef(null);
12313
12319
  const ref = forwardedRef || internalRef;
@@ -12374,16 +12380,17 @@ const CurrencyFieldElement = (_ref, forwardedRef) => {
12374
12380
  */
12375
12381
  const CurrencyField = forwardRef(CurrencyFieldElement);
12376
12382
 
12377
- const _excluded$3 = ["max", "min", "precision", "stepSize", "prefix"];
12378
- const PercentageElement = (_ref, ref) => {
12383
+ const _excluded$4 = ["max", "min", "precision", "stepSize", "prefix", "suffix"];
12384
+ const NumberFieldElement = (_ref, ref) => {
12379
12385
  let {
12380
- max = 100,
12386
+ max,
12381
12387
  min = 0,
12382
12388
  precision = 0,
12383
12389
  stepSize = 1,
12384
- prefix
12390
+ prefix,
12391
+ suffix
12385
12392
  } = _ref,
12386
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$3);
12393
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$4);
12387
12394
  const {
12388
12395
  inputProps,
12389
12396
  fieldProps
@@ -12414,13 +12421,13 @@ const PercentageElement = (_ref, ref) => {
12414
12421
  return false;
12415
12422
  }
12416
12423
  // Check for edge cases where the user should not be able to type in any more decimal points.
12417
- if (keyPress == '.' && (precision == 0 || Number(value) == max)) {
12424
+ if (keyPress == '.' && (precision == 0 || max !== undefined && Number(value) == max)) {
12418
12425
  return false;
12419
12426
  }
12420
12427
  return true;
12421
12428
  };
12422
12429
  return React__default.createElement(Field, _extends({}, fieldProps), React__default.createElement(AffixContainer, {
12423
- suffix: "%",
12430
+ suffix: suffix,
12424
12431
  prefix: prefix
12425
12432
  }, React__default.createElement("input", _extends({}, inputProps, {
12426
12433
  type: "number",
@@ -12438,7 +12445,7 @@ const PercentageElement = (_ref, ref) => {
12438
12445
  },
12439
12446
  onChange: e => {
12440
12447
  const number = Number(e.target.value);
12441
- if (number > max) {
12448
+ if (max !== undefined && number > max) {
12442
12449
  e.target.value = String(max);
12443
12450
  }
12444
12451
  if (number < min) {
@@ -12452,6 +12459,24 @@ const PercentageElement = (_ref, ref) => {
12452
12459
  }
12453
12460
  }))));
12454
12461
  };
12462
+ /**
12463
+ * `NumberField` is an extended `TextField` input with validation and formatting in place to properly display number values.
12464
+ * In its default state it only allows whole numbers, but it can be configured to allow decimals and negative values.
12465
+ */
12466
+ const NumberField = forwardRef(NumberFieldElement);
12467
+
12468
+ const _excluded$3 = ["max"];
12469
+ const PercentageElement = (_ref, ref) => {
12470
+ let {
12471
+ max = 100
12472
+ } = _ref,
12473
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$3);
12474
+ return React__default.createElement(NumberField, _extends({}, allOtherProps, {
12475
+ suffix: "%",
12476
+ ref: ref,
12477
+ max: max
12478
+ }));
12479
+ };
12455
12480
  /**
12456
12481
  * `PercentageField` is an extended `TextField` input with validation and formatting in place to properly display percentage values.
12457
12482
  * In its default state it only allows integers between 0 and 100, but it can be configured to allow decimals and negative values.
@@ -13877,5 +13902,5 @@ const EmptyState = props => {
13877
13902
  return emptyStateContainer;
13878
13903
  };
13879
13904
 
13880
- export { Accordion, ActionList, ActionListItem, AsyncSelectField, Avatar, Badge, Bold, BreadcrumbItem, Breadcrumbs, Button, COLORS, Calendar, CalloutCard, Card, CheckboxField, Chip, CircularProgress, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, EmptyState, Form, FormFeedback, FormFooter, FormRow, FormSection, HintModal, IconAnalytics, IconArrowDown, IconArrowDownWideShort, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconCheckCircleIncomplete, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconClockRewind, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandshake, IconHatChef, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMegaphone, IconMessages, IconMinus, IconMinusCircle, IconMoneyBill, IconMugSaucerSolid, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlateUtensils, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTable, IconTachometer, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSearch, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, Modal, ModalBody, ModalFooter, MultiSelectField, Page, 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 };
13905
+ export { Accordion, ActionList, ActionListItem, AsyncSelectField, Avatar, Badge, Bold, BreadcrumbItem, Breadcrumbs, Button, COLORS, Calendar, CalloutCard, Card, CheckboxField, Chip, CircularProgress, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, EmptyState, Form, FormFeedback, FormFooter, FormRow, FormSection, HintModal, IconAnalytics, IconArrowDown, IconArrowDownWideShort, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconCheckCircleIncomplete, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconClockRewind, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandshake, IconHatChef, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMegaphone, IconMessages, IconMinus, IconMinusCircle, IconMoneyBill, IconMugSaucerSolid, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlateUtensils, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTable, IconTachometer, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSearch, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, Modal, ModalBody, ModalFooter, MultiSelectField, NumberField, Page, 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 };
13881
13906
  //# sourceMappingURL=index.modern.mjs.map