@7shifts/sous-chef 3.95.0 → 3.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/components/IconFlagSolid.d.ts +9 -0
- package/dist/icons/components/index.d.ts +1 -0
- package/dist/index.css +3 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +217 -166
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +215 -167
- package/dist/index.modern.js.map +1 -1
- package/dist/media/Chip/constants.d.ts +1 -0
- package/dist/media/Chip/types.d.ts +1 -1
- package/dist/overlay/Dropdown/Dropdown.d.ts +1 -1
- package/dist/overlay/Popover/Popover.d.ts +18 -0
- package/dist/overlay/Popover/index.d.ts +1 -0
- package/dist/overlay/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -317,7 +317,7 @@ var kebabize = function kebabize(str) {
|
|
|
317
317
|
});
|
|
318
318
|
};
|
|
319
319
|
|
|
320
|
-
var _excluded$
|
|
320
|
+
var _excluded$e4 = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
|
|
321
321
|
var getPositionProps = function getPositionProps(_ref) {
|
|
322
322
|
var m = _ref.m,
|
|
323
323
|
margin = _ref.margin,
|
|
@@ -329,7 +329,7 @@ var getPositionProps = function getPositionProps(_ref) {
|
|
|
329
329
|
marginBottom = _ref.marginBottom,
|
|
330
330
|
ml = _ref.ml,
|
|
331
331
|
marginLeft = _ref.marginLeft,
|
|
332
|
-
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
332
|
+
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$e4);
|
|
333
333
|
return {
|
|
334
334
|
positionProps: {
|
|
335
335
|
m: m,
|
|
@@ -363,7 +363,7 @@ var getDataProps = function getDataProps(props, config) {
|
|
|
363
363
|
});
|
|
364
364
|
};
|
|
365
365
|
|
|
366
|
-
var _excluded$
|
|
366
|
+
var _excluded$e3 = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
|
|
367
367
|
/**
|
|
368
368
|
* Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
|
|
369
369
|
*/
|
|
@@ -388,7 +388,7 @@ var Flex = function Flex(_ref) {
|
|
|
388
388
|
flexGrow = _ref.flexGrow,
|
|
389
389
|
testId = _ref.testId,
|
|
390
390
|
extraClass = _ref.extraClass,
|
|
391
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
391
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$e3);
|
|
392
392
|
var _getPositionProps = getPositionProps(rest),
|
|
393
393
|
positionProps = _getPositionProps.positionProps,
|
|
394
394
|
otherProps = _getPositionProps.otherProps;
|
|
@@ -419,14 +419,14 @@ var Flex = function Flex(_ref) {
|
|
|
419
419
|
}));
|
|
420
420
|
};
|
|
421
421
|
|
|
422
|
-
var _excluded$
|
|
422
|
+
var _excluded$e2 = ["alignItems"];
|
|
423
423
|
/**
|
|
424
424
|
* Layout component to easily stack elements up in a column.
|
|
425
425
|
*/
|
|
426
426
|
var Stack = function Stack(_ref) {
|
|
427
427
|
var _ref$alignItems = _ref.alignItems,
|
|
428
428
|
alignItems = _ref$alignItems === void 0 ? 'stretch' : _ref$alignItems,
|
|
429
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
429
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e2);
|
|
430
430
|
return React__namespace.createElement(Flex, _extends({}, props, {
|
|
431
431
|
alignItems: alignItems,
|
|
432
432
|
direction: "column"
|
|
@@ -435,7 +435,7 @@ var Stack = function Stack(_ref) {
|
|
|
435
435
|
|
|
436
436
|
var styles$1s = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
|
|
437
437
|
|
|
438
|
-
var _excluded$
|
|
438
|
+
var _excluded$e1 = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
|
|
439
439
|
/**
|
|
440
440
|
* Used when you want to allow the user to turn some information ON and OFF.
|
|
441
441
|
*
|
|
@@ -450,7 +450,7 @@ var Toggle = function Toggle(_ref) {
|
|
|
450
450
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
451
451
|
id = _ref.id,
|
|
452
452
|
testId = _ref.testId,
|
|
453
|
-
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
453
|
+
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$e1);
|
|
454
454
|
var _getDataProps = getDataProps(otherProps),
|
|
455
455
|
dataProps = _getDataProps.dataProps;
|
|
456
456
|
return React__default["default"].createElement(Stack, {
|
|
@@ -979,7 +979,7 @@ var COMPONENT_NAMES = {
|
|
|
979
979
|
BUTTON: 'BUTTON'
|
|
980
980
|
};
|
|
981
981
|
|
|
982
|
-
var _excluded$
|
|
982
|
+
var _excluded$e0 = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
|
|
983
983
|
_excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
|
|
984
984
|
var ButtonComponent = function ButtonComponent(_ref, ref) {
|
|
985
985
|
var _classnames;
|
|
@@ -1004,7 +1004,7 @@ var ButtonComponent = function ButtonComponent(_ref, ref) {
|
|
|
1004
1004
|
target = _ref$target === void 0 ? BUTTON_TARGETS.SELF : _ref$target,
|
|
1005
1005
|
testId = _ref.testId,
|
|
1006
1006
|
size = _ref.size,
|
|
1007
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1007
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$e0);
|
|
1008
1008
|
var _getPositionProps = getPositionProps(rest),
|
|
1009
1009
|
positionProps = _getPositionProps.positionProps,
|
|
1010
1010
|
otherProps = _getPositionProps.otherProps;
|
|
@@ -1128,14 +1128,14 @@ var useIsInsideComponent = function useIsInsideComponent(parentComponentName) {
|
|
|
1128
1128
|
return componentName === parentComponentName;
|
|
1129
1129
|
};
|
|
1130
1130
|
|
|
1131
|
-
var _excluded$
|
|
1131
|
+
var _excluded$d$ = ["testId", "size", "color", "style"];
|
|
1132
1132
|
var IconAwardSolid = React.forwardRef(function (_ref, ref) {
|
|
1133
1133
|
var _ref$testId = _ref.testId,
|
|
1134
1134
|
testId = _ref$testId === void 0 ? 'icon-award-solid' : _ref$testId,
|
|
1135
1135
|
size = _ref.size,
|
|
1136
1136
|
color = _ref.color,
|
|
1137
1137
|
style = _ref.style,
|
|
1138
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1138
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d$);
|
|
1139
1139
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1140
1140
|
var styleProps = {
|
|
1141
1141
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1156,14 +1156,14 @@ var IconAwardSolid = React.forwardRef(function (_ref, ref) {
|
|
|
1156
1156
|
});
|
|
1157
1157
|
IconAwardSolid.displayName = 'IconAwardSolid';
|
|
1158
1158
|
|
|
1159
|
-
var _excluded$
|
|
1159
|
+
var _excluded$d_ = ["testId", "size", "color", "style"];
|
|
1160
1160
|
var IconExclaimTriangleSolid = React.forwardRef(function (_ref, ref) {
|
|
1161
1161
|
var _ref$testId = _ref.testId,
|
|
1162
1162
|
testId = _ref$testId === void 0 ? 'icon-exclaim-triangle-solid' : _ref$testId,
|
|
1163
1163
|
size = _ref.size,
|
|
1164
1164
|
color = _ref.color,
|
|
1165
1165
|
style = _ref.style,
|
|
1166
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1166
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d_);
|
|
1167
1167
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1168
1168
|
var styleProps = {
|
|
1169
1169
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1184,14 +1184,14 @@ var IconExclaimTriangleSolid = React.forwardRef(function (_ref, ref) {
|
|
|
1184
1184
|
});
|
|
1185
1185
|
IconExclaimTriangleSolid.displayName = 'IconExclaimTriangleSolid';
|
|
1186
1186
|
|
|
1187
|
-
var _excluded$
|
|
1187
|
+
var _excluded$dZ = ["testId", "size", "color", "style"];
|
|
1188
1188
|
var IconInfoCircleSolid = React.forwardRef(function (_ref, ref) {
|
|
1189
1189
|
var _ref$testId = _ref.testId,
|
|
1190
1190
|
testId = _ref$testId === void 0 ? 'icon-info-circle-solid' : _ref$testId,
|
|
1191
1191
|
size = _ref.size,
|
|
1192
1192
|
color = _ref.color,
|
|
1193
1193
|
style = _ref.style,
|
|
1194
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1194
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dZ);
|
|
1195
1195
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1196
1196
|
var styleProps = {
|
|
1197
1197
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1212,14 +1212,14 @@ var IconInfoCircleSolid = React.forwardRef(function (_ref, ref) {
|
|
|
1212
1212
|
});
|
|
1213
1213
|
IconInfoCircleSolid.displayName = 'IconInfoCircleSolid';
|
|
1214
1214
|
|
|
1215
|
-
var _excluded$
|
|
1215
|
+
var _excluded$dY = ["testId", "size", "color", "style"];
|
|
1216
1216
|
var IconTimesOctagonSolid = React.forwardRef(function (_ref, ref) {
|
|
1217
1217
|
var _ref$testId = _ref.testId,
|
|
1218
1218
|
testId = _ref$testId === void 0 ? 'icon-times-octagon-solid' : _ref$testId,
|
|
1219
1219
|
size = _ref.size,
|
|
1220
1220
|
color = _ref.color,
|
|
1221
1221
|
style = _ref.style,
|
|
1222
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1222
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dY);
|
|
1223
1223
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1224
1224
|
var styleProps = {
|
|
1225
1225
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1240,14 +1240,14 @@ var IconTimesOctagonSolid = React.forwardRef(function (_ref, ref) {
|
|
|
1240
1240
|
});
|
|
1241
1241
|
IconTimesOctagonSolid.displayName = 'IconTimesOctagonSolid';
|
|
1242
1242
|
|
|
1243
|
-
var _excluded$
|
|
1243
|
+
var _excluded$dX = ["testId", "size", "color", "style"];
|
|
1244
1244
|
var IconInfoCircle = React.forwardRef(function (_ref, ref) {
|
|
1245
1245
|
var _ref$testId = _ref.testId,
|
|
1246
1246
|
testId = _ref$testId === void 0 ? 'icon-info-circle' : _ref$testId,
|
|
1247
1247
|
size = _ref.size,
|
|
1248
1248
|
color = _ref.color,
|
|
1249
1249
|
style = _ref.style,
|
|
1250
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1250
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dX);
|
|
1251
1251
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1252
1252
|
var styleProps = {
|
|
1253
1253
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1270,14 +1270,14 @@ var IconInfoCircle = React.forwardRef(function (_ref, ref) {
|
|
|
1270
1270
|
});
|
|
1271
1271
|
IconInfoCircle.displayName = 'IconInfoCircle';
|
|
1272
1272
|
|
|
1273
|
-
var _excluded$
|
|
1273
|
+
var _excluded$dW = ["testId", "size", "color", "style"];
|
|
1274
1274
|
var IconAnalytics = React.forwardRef(function (_ref, ref) {
|
|
1275
1275
|
var _ref$testId = _ref.testId,
|
|
1276
1276
|
testId = _ref$testId === void 0 ? 'icon-analytics' : _ref$testId,
|
|
1277
1277
|
size = _ref.size,
|
|
1278
1278
|
color = _ref.color,
|
|
1279
1279
|
style = _ref.style,
|
|
1280
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1280
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dW);
|
|
1281
1281
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1282
1282
|
var styleProps = {
|
|
1283
1283
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1300,14 +1300,14 @@ var IconAnalytics = React.forwardRef(function (_ref, ref) {
|
|
|
1300
1300
|
});
|
|
1301
1301
|
IconAnalytics.displayName = 'IconAnalytics';
|
|
1302
1302
|
|
|
1303
|
-
var _excluded$
|
|
1303
|
+
var _excluded$dV = ["testId", "size", "color", "style"];
|
|
1304
1304
|
var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
|
|
1305
1305
|
var _ref$testId = _ref.testId,
|
|
1306
1306
|
testId = _ref$testId === void 0 ? 'icon-arrow-down-wide-short' : _ref$testId,
|
|
1307
1307
|
size = _ref.size,
|
|
1308
1308
|
color = _ref.color,
|
|
1309
1309
|
style = _ref.style,
|
|
1310
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1310
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dV);
|
|
1311
1311
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1312
1312
|
var styleProps = {
|
|
1313
1313
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1328,14 +1328,14 @@ var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
|
|
|
1328
1328
|
});
|
|
1329
1329
|
IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
|
|
1330
1330
|
|
|
1331
|
-
var _excluded$
|
|
1331
|
+
var _excluded$dU = ["testId", "size", "color", "style"];
|
|
1332
1332
|
var IconArrowDown = React.forwardRef(function (_ref, ref) {
|
|
1333
1333
|
var _ref$testId = _ref.testId,
|
|
1334
1334
|
testId = _ref$testId === void 0 ? 'icon-arrow-down' : _ref$testId,
|
|
1335
1335
|
size = _ref.size,
|
|
1336
1336
|
color = _ref.color,
|
|
1337
1337
|
style = _ref.style,
|
|
1338
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1338
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dU);
|
|
1339
1339
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1340
1340
|
var styleProps = {
|
|
1341
1341
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1358,14 +1358,14 @@ var IconArrowDown = React.forwardRef(function (_ref, ref) {
|
|
|
1358
1358
|
});
|
|
1359
1359
|
IconArrowDown.displayName = 'IconArrowDown';
|
|
1360
1360
|
|
|
1361
|
-
var _excluded$
|
|
1361
|
+
var _excluded$dT = ["testId", "size", "color", "style"];
|
|
1362
1362
|
var IconArrowLeft = React.forwardRef(function (_ref, ref) {
|
|
1363
1363
|
var _ref$testId = _ref.testId,
|
|
1364
1364
|
testId = _ref$testId === void 0 ? 'icon-arrow-left' : _ref$testId,
|
|
1365
1365
|
size = _ref.size,
|
|
1366
1366
|
color = _ref.color,
|
|
1367
1367
|
style = _ref.style,
|
|
1368
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1368
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dT);
|
|
1369
1369
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1370
1370
|
var styleProps = {
|
|
1371
1371
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1388,14 +1388,14 @@ var IconArrowLeft = React.forwardRef(function (_ref, ref) {
|
|
|
1388
1388
|
});
|
|
1389
1389
|
IconArrowLeft.displayName = 'IconArrowLeft';
|
|
1390
1390
|
|
|
1391
|
-
var _excluded$
|
|
1391
|
+
var _excluded$dS = ["testId", "size", "color", "style"];
|
|
1392
1392
|
var IconArrowRight = React.forwardRef(function (_ref, ref) {
|
|
1393
1393
|
var _ref$testId = _ref.testId,
|
|
1394
1394
|
testId = _ref$testId === void 0 ? 'icon-arrow-right' : _ref$testId,
|
|
1395
1395
|
size = _ref.size,
|
|
1396
1396
|
color = _ref.color,
|
|
1397
1397
|
style = _ref.style,
|
|
1398
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1398
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dS);
|
|
1399
1399
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1400
1400
|
var styleProps = {
|
|
1401
1401
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1418,14 +1418,14 @@ var IconArrowRight = React.forwardRef(function (_ref, ref) {
|
|
|
1418
1418
|
});
|
|
1419
1419
|
IconArrowRight.displayName = 'IconArrowRight';
|
|
1420
1420
|
|
|
1421
|
-
var _excluded$
|
|
1421
|
+
var _excluded$dR = ["testId", "size", "color", "style"];
|
|
1422
1422
|
var IconArrowToTop = React.forwardRef(function (_ref, ref) {
|
|
1423
1423
|
var _ref$testId = _ref.testId,
|
|
1424
1424
|
testId = _ref$testId === void 0 ? 'icon-arrow-to-top' : _ref$testId,
|
|
1425
1425
|
size = _ref.size,
|
|
1426
1426
|
color = _ref.color,
|
|
1427
1427
|
style = _ref.style,
|
|
1428
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1428
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dR);
|
|
1429
1429
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1430
1430
|
var styleProps = {
|
|
1431
1431
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1446,14 +1446,14 @@ var IconArrowToTop = React.forwardRef(function (_ref, ref) {
|
|
|
1446
1446
|
});
|
|
1447
1447
|
IconArrowToTop.displayName = 'IconArrowToTop';
|
|
1448
1448
|
|
|
1449
|
-
var _excluded$
|
|
1449
|
+
var _excluded$dQ = ["testId", "size", "color", "style"];
|
|
1450
1450
|
var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
|
|
1451
1451
|
var _ref$testId = _ref.testId,
|
|
1452
1452
|
testId = _ref$testId === void 0 ? 'icon-arrow-turn-down-right' : _ref$testId,
|
|
1453
1453
|
size = _ref.size,
|
|
1454
1454
|
color = _ref.color,
|
|
1455
1455
|
style = _ref.style,
|
|
1456
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1456
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dQ);
|
|
1457
1457
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1458
1458
|
var styleProps = {
|
|
1459
1459
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1482,14 +1482,14 @@ var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
|
|
|
1482
1482
|
});
|
|
1483
1483
|
IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
|
|
1484
1484
|
|
|
1485
|
-
var _excluded$
|
|
1485
|
+
var _excluded$dP = ["testId", "size", "color", "style"];
|
|
1486
1486
|
var IconArrowUp = React.forwardRef(function (_ref, ref) {
|
|
1487
1487
|
var _ref$testId = _ref.testId,
|
|
1488
1488
|
testId = _ref$testId === void 0 ? 'icon-arrow-up' : _ref$testId,
|
|
1489
1489
|
size = _ref.size,
|
|
1490
1490
|
color = _ref.color,
|
|
1491
1491
|
style = _ref.style,
|
|
1492
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1492
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dP);
|
|
1493
1493
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1494
1494
|
var styleProps = {
|
|
1495
1495
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1512,14 +1512,14 @@ var IconArrowUp = React.forwardRef(function (_ref, ref) {
|
|
|
1512
1512
|
});
|
|
1513
1513
|
IconArrowUp.displayName = 'IconArrowUp';
|
|
1514
1514
|
|
|
1515
|
-
var _excluded$
|
|
1515
|
+
var _excluded$dO = ["testId", "size", "color", "style"];
|
|
1516
1516
|
var IconAward = React.forwardRef(function (_ref, ref) {
|
|
1517
1517
|
var _ref$testId = _ref.testId,
|
|
1518
1518
|
testId = _ref$testId === void 0 ? 'icon-award' : _ref$testId,
|
|
1519
1519
|
size = _ref.size,
|
|
1520
1520
|
color = _ref.color,
|
|
1521
1521
|
style = _ref.style,
|
|
1522
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1522
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dO);
|
|
1523
1523
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1524
1524
|
var styleProps = {
|
|
1525
1525
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1542,14 +1542,14 @@ var IconAward = React.forwardRef(function (_ref, ref) {
|
|
|
1542
1542
|
});
|
|
1543
1543
|
IconAward.displayName = 'IconAward';
|
|
1544
1544
|
|
|
1545
|
-
var _excluded$
|
|
1545
|
+
var _excluded$dN = ["testId", "size", "color", "style"];
|
|
1546
1546
|
var IconAwfulMonochromatic = React.forwardRef(function (_ref, ref) {
|
|
1547
1547
|
var _ref$testId = _ref.testId,
|
|
1548
1548
|
testId = _ref$testId === void 0 ? 'icon-awful-monochromatic' : _ref$testId,
|
|
1549
1549
|
size = _ref.size,
|
|
1550
1550
|
color = _ref.color,
|
|
1551
1551
|
style = _ref.style,
|
|
1552
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1552
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dN);
|
|
1553
1553
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1554
1554
|
var styleProps = {
|
|
1555
1555
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1602,14 +1602,14 @@ var IconAwfulMonochromatic = React.forwardRef(function (_ref, ref) {
|
|
|
1602
1602
|
});
|
|
1603
1603
|
IconAwfulMonochromatic.displayName = 'IconAwfulMonochromatic';
|
|
1604
1604
|
|
|
1605
|
-
var _excluded$
|
|
1605
|
+
var _excluded$dM = ["testId", "size", "color", "style"];
|
|
1606
1606
|
var IconAwful = React.forwardRef(function (_ref, ref) {
|
|
1607
1607
|
var _ref$testId = _ref.testId,
|
|
1608
1608
|
testId = _ref$testId === void 0 ? 'icon-awful' : _ref$testId,
|
|
1609
1609
|
size = _ref.size,
|
|
1610
1610
|
color = _ref.color,
|
|
1611
1611
|
style = _ref.style,
|
|
1612
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1612
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dM);
|
|
1613
1613
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1614
1614
|
var styleProps = {
|
|
1615
1615
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1650,14 +1650,14 @@ var IconAwful = React.forwardRef(function (_ref, ref) {
|
|
|
1650
1650
|
});
|
|
1651
1651
|
IconAwful.displayName = 'IconAwful';
|
|
1652
1652
|
|
|
1653
|
-
var _excluded$
|
|
1653
|
+
var _excluded$dL = ["testId", "size", "color", "style"];
|
|
1654
1654
|
var IconBadMonochromatic = React.forwardRef(function (_ref, ref) {
|
|
1655
1655
|
var _ref$testId = _ref.testId,
|
|
1656
1656
|
testId = _ref$testId === void 0 ? 'icon-bad-monochromatic' : _ref$testId,
|
|
1657
1657
|
size = _ref.size,
|
|
1658
1658
|
color = _ref.color,
|
|
1659
1659
|
style = _ref.style,
|
|
1660
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1660
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dL);
|
|
1661
1661
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1662
1662
|
var styleProps = {
|
|
1663
1663
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1696,14 +1696,14 @@ var IconBadMonochromatic = React.forwardRef(function (_ref, ref) {
|
|
|
1696
1696
|
});
|
|
1697
1697
|
IconBadMonochromatic.displayName = 'IconBadMonochromatic';
|
|
1698
1698
|
|
|
1699
|
-
var _excluded$
|
|
1699
|
+
var _excluded$dK = ["testId", "size", "color", "style"];
|
|
1700
1700
|
var IconBad = React.forwardRef(function (_ref, ref) {
|
|
1701
1701
|
var _ref$testId = _ref.testId,
|
|
1702
1702
|
testId = _ref$testId === void 0 ? 'icon-bad' : _ref$testId,
|
|
1703
1703
|
size = _ref.size,
|
|
1704
1704
|
color = _ref.color,
|
|
1705
1705
|
style = _ref.style,
|
|
1706
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1706
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dK);
|
|
1707
1707
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1708
1708
|
var styleProps = {
|
|
1709
1709
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1730,14 +1730,14 @@ var IconBad = React.forwardRef(function (_ref, ref) {
|
|
|
1730
1730
|
});
|
|
1731
1731
|
IconBad.displayName = 'IconBad';
|
|
1732
1732
|
|
|
1733
|
-
var _excluded$
|
|
1733
|
+
var _excluded$dJ = ["testId", "size", "color", "style"];
|
|
1734
1734
|
var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
|
|
1735
1735
|
var _ref$testId = _ref.testId,
|
|
1736
1736
|
testId = _ref$testId === void 0 ? 'icon-balance-scale-left' : _ref$testId,
|
|
1737
1737
|
size = _ref.size,
|
|
1738
1738
|
color = _ref.color,
|
|
1739
1739
|
style = _ref.style,
|
|
1740
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1740
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dJ);
|
|
1741
1741
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1742
1742
|
var styleProps = {
|
|
1743
1743
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1765,14 +1765,14 @@ var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
|
|
|
1765
1765
|
});
|
|
1766
1766
|
IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
|
|
1767
1767
|
|
|
1768
|
-
var _excluded$
|
|
1768
|
+
var _excluded$dI = ["testId", "size", "color", "style"];
|
|
1769
1769
|
var IconBalanceScale = React.forwardRef(function (_ref, ref) {
|
|
1770
1770
|
var _ref$testId = _ref.testId,
|
|
1771
1771
|
testId = _ref$testId === void 0 ? 'icon-balance-scale' : _ref$testId,
|
|
1772
1772
|
size = _ref.size,
|
|
1773
1773
|
color = _ref.color,
|
|
1774
1774
|
style = _ref.style,
|
|
1775
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1775
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dI);
|
|
1776
1776
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1777
1777
|
var styleProps = {
|
|
1778
1778
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1800,14 +1800,14 @@ var IconBalanceScale = React.forwardRef(function (_ref, ref) {
|
|
|
1800
1800
|
});
|
|
1801
1801
|
IconBalanceScale.displayName = 'IconBalanceScale';
|
|
1802
1802
|
|
|
1803
|
-
var _excluded$
|
|
1803
|
+
var _excluded$dH = ["testId", "size", "color", "style"];
|
|
1804
1804
|
var IconBan = React.forwardRef(function (_ref, ref) {
|
|
1805
1805
|
var _ref$testId = _ref.testId,
|
|
1806
1806
|
testId = _ref$testId === void 0 ? 'icon-ban' : _ref$testId,
|
|
1807
1807
|
size = _ref.size,
|
|
1808
1808
|
color = _ref.color,
|
|
1809
1809
|
style = _ref.style,
|
|
1810
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1810
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dH);
|
|
1811
1811
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1812
1812
|
var styleProps = {
|
|
1813
1813
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1828,14 +1828,14 @@ var IconBan = React.forwardRef(function (_ref, ref) {
|
|
|
1828
1828
|
});
|
|
1829
1829
|
IconBan.displayName = 'IconBan';
|
|
1830
1830
|
|
|
1831
|
-
var _excluded$
|
|
1831
|
+
var _excluded$dG = ["testId", "size", "color", "style"];
|
|
1832
1832
|
var IconBarsH = React.forwardRef(function (_ref, ref) {
|
|
1833
1833
|
var _ref$testId = _ref.testId,
|
|
1834
1834
|
testId = _ref$testId === void 0 ? 'icon-bars-h' : _ref$testId,
|
|
1835
1835
|
size = _ref.size,
|
|
1836
1836
|
color = _ref.color,
|
|
1837
1837
|
style = _ref.style,
|
|
1838
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1838
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dG);
|
|
1839
1839
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1840
1840
|
var styleProps = {
|
|
1841
1841
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1858,14 +1858,14 @@ var IconBarsH = React.forwardRef(function (_ref, ref) {
|
|
|
1858
1858
|
});
|
|
1859
1859
|
IconBarsH.displayName = 'IconBarsH';
|
|
1860
1860
|
|
|
1861
|
-
var _excluded$
|
|
1861
|
+
var _excluded$dF = ["testId", "size", "color", "style"];
|
|
1862
1862
|
var IconBarsV = React.forwardRef(function (_ref, ref) {
|
|
1863
1863
|
var _ref$testId = _ref.testId,
|
|
1864
1864
|
testId = _ref$testId === void 0 ? 'icon-bars-v' : _ref$testId,
|
|
1865
1865
|
size = _ref.size,
|
|
1866
1866
|
color = _ref.color,
|
|
1867
1867
|
style = _ref.style,
|
|
1868
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1868
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dF);
|
|
1869
1869
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1870
1870
|
var styleProps = {
|
|
1871
1871
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1886,14 +1886,14 @@ var IconBarsV = React.forwardRef(function (_ref, ref) {
|
|
|
1886
1886
|
});
|
|
1887
1887
|
IconBarsV.displayName = 'IconBarsV';
|
|
1888
1888
|
|
|
1889
|
-
var _excluded$
|
|
1889
|
+
var _excluded$dE = ["testId", "size", "color", "style"];
|
|
1890
1890
|
var IconBell = React.forwardRef(function (_ref, ref) {
|
|
1891
1891
|
var _ref$testId = _ref.testId,
|
|
1892
1892
|
testId = _ref$testId === void 0 ? 'icon-bell' : _ref$testId,
|
|
1893
1893
|
size = _ref.size,
|
|
1894
1894
|
color = _ref.color,
|
|
1895
1895
|
style = _ref.style,
|
|
1896
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1896
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dE);
|
|
1897
1897
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1898
1898
|
var styleProps = {
|
|
1899
1899
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1916,14 +1916,14 @@ var IconBell = React.forwardRef(function (_ref, ref) {
|
|
|
1916
1916
|
});
|
|
1917
1917
|
IconBell.displayName = 'IconBell';
|
|
1918
1918
|
|
|
1919
|
-
var _excluded$
|
|
1919
|
+
var _excluded$dD = ["testId", "size", "color", "style"];
|
|
1920
1920
|
var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
|
|
1921
1921
|
var _ref$testId = _ref.testId,
|
|
1922
1922
|
testId = _ref$testId === void 0 ? 'icon-birthday-cake' : _ref$testId,
|
|
1923
1923
|
size = _ref.size,
|
|
1924
1924
|
color = _ref.color,
|
|
1925
1925
|
style = _ref.style,
|
|
1926
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1926
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dD);
|
|
1927
1927
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1928
1928
|
var styleProps = {
|
|
1929
1929
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1944,14 +1944,14 @@ var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
|
|
|
1944
1944
|
});
|
|
1945
1945
|
IconBirthdayCake.displayName = 'IconBirthdayCake';
|
|
1946
1946
|
|
|
1947
|
-
var _excluded$
|
|
1947
|
+
var _excluded$dC = ["testId", "size", "color", "style"];
|
|
1948
1948
|
var IconBold = React.forwardRef(function (_ref, ref) {
|
|
1949
1949
|
var _ref$testId = _ref.testId,
|
|
1950
1950
|
testId = _ref$testId === void 0 ? 'icon-bold' : _ref$testId,
|
|
1951
1951
|
size = _ref.size,
|
|
1952
1952
|
color = _ref.color,
|
|
1953
1953
|
style = _ref.style,
|
|
1954
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1954
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dC);
|
|
1955
1955
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1956
1956
|
var styleProps = {
|
|
1957
1957
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1972,14 +1972,14 @@ var IconBold = React.forwardRef(function (_ref, ref) {
|
|
|
1972
1972
|
});
|
|
1973
1973
|
IconBold.displayName = 'IconBold';
|
|
1974
1974
|
|
|
1975
|
-
var _excluded$
|
|
1975
|
+
var _excluded$dB = ["testId", "size", "color", "style"];
|
|
1976
1976
|
var IconBolt = React.forwardRef(function (_ref, ref) {
|
|
1977
1977
|
var _ref$testId = _ref.testId,
|
|
1978
1978
|
testId = _ref$testId === void 0 ? 'icon-bolt' : _ref$testId,
|
|
1979
1979
|
size = _ref.size,
|
|
1980
1980
|
color = _ref.color,
|
|
1981
1981
|
style = _ref.style,
|
|
1982
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1982
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dB);
|
|
1983
1983
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1984
1984
|
var styleProps = {
|
|
1985
1985
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2007,14 +2007,14 @@ var IconBolt = React.forwardRef(function (_ref, ref) {
|
|
|
2007
2007
|
});
|
|
2008
2008
|
IconBolt.displayName = 'IconBolt';
|
|
2009
2009
|
|
|
2010
|
-
var _excluded$
|
|
2010
|
+
var _excluded$dA = ["testId", "size", "color", "style"];
|
|
2011
2011
|
var IconBook = React.forwardRef(function (_ref, ref) {
|
|
2012
2012
|
var _ref$testId = _ref.testId,
|
|
2013
2013
|
testId = _ref$testId === void 0 ? 'icon-book' : _ref$testId,
|
|
2014
2014
|
size = _ref.size,
|
|
2015
2015
|
color = _ref.color,
|
|
2016
2016
|
style = _ref.style,
|
|
2017
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2017
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dA);
|
|
2018
2018
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2019
2019
|
var styleProps = {
|
|
2020
2020
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2037,14 +2037,14 @@ var IconBook = React.forwardRef(function (_ref, ref) {
|
|
|
2037
2037
|
});
|
|
2038
2038
|
IconBook.displayName = 'IconBook';
|
|
2039
2039
|
|
|
2040
|
-
var _excluded$
|
|
2040
|
+
var _excluded$dz = ["testId", "size", "color", "style"];
|
|
2041
2041
|
var IconBriefcase = React.forwardRef(function (_ref, ref) {
|
|
2042
2042
|
var _ref$testId = _ref.testId,
|
|
2043
2043
|
testId = _ref$testId === void 0 ? 'icon-briefcase' : _ref$testId,
|
|
2044
2044
|
size = _ref.size,
|
|
2045
2045
|
color = _ref.color,
|
|
2046
2046
|
style = _ref.style,
|
|
2047
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2047
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dz);
|
|
2048
2048
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2049
2049
|
var styleProps = {
|
|
2050
2050
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2065,14 +2065,14 @@ var IconBriefcase = React.forwardRef(function (_ref, ref) {
|
|
|
2065
2065
|
});
|
|
2066
2066
|
IconBriefcase.displayName = 'IconBriefcase';
|
|
2067
2067
|
|
|
2068
|
-
var _excluded$
|
|
2068
|
+
var _excluded$dy = ["testId", "size", "color", "style"];
|
|
2069
2069
|
var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
|
|
2070
2070
|
var _ref$testId = _ref.testId,
|
|
2071
2071
|
testId = _ref$testId === void 0 ? 'icon-bullseye-arrow' : _ref$testId,
|
|
2072
2072
|
size = _ref.size,
|
|
2073
2073
|
color = _ref.color,
|
|
2074
2074
|
style = _ref.style,
|
|
2075
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2075
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dy);
|
|
2076
2076
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2077
2077
|
var styleProps = {
|
|
2078
2078
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2095,14 +2095,14 @@ var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
|
|
|
2095
2095
|
});
|
|
2096
2096
|
IconBullseyeArrow.displayName = 'IconBullseyeArrow';
|
|
2097
2097
|
|
|
2098
|
-
var _excluded$
|
|
2098
|
+
var _excluded$dx = ["testId", "size", "color", "style"];
|
|
2099
2099
|
var IconCalculator = React.forwardRef(function (_ref, ref) {
|
|
2100
2100
|
var _ref$testId = _ref.testId,
|
|
2101
2101
|
testId = _ref$testId === void 0 ? 'icon-calculator' : _ref$testId,
|
|
2102
2102
|
size = _ref.size,
|
|
2103
2103
|
color = _ref.color,
|
|
2104
2104
|
style = _ref.style,
|
|
2105
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2105
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dx);
|
|
2106
2106
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2107
2107
|
var styleProps = {
|
|
2108
2108
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2125,14 +2125,14 @@ var IconCalculator = React.forwardRef(function (_ref, ref) {
|
|
|
2125
2125
|
});
|
|
2126
2126
|
IconCalculator.displayName = 'IconCalculator';
|
|
2127
2127
|
|
|
2128
|
-
var _excluded$
|
|
2128
|
+
var _excluded$dw = ["testId", "size", "color", "style"];
|
|
2129
2129
|
var IconCalendarAlt = React.forwardRef(function (_ref, ref) {
|
|
2130
2130
|
var _ref$testId = _ref.testId,
|
|
2131
2131
|
testId = _ref$testId === void 0 ? 'icon-calendar-alt' : _ref$testId,
|
|
2132
2132
|
size = _ref.size,
|
|
2133
2133
|
color = _ref.color,
|
|
2134
2134
|
style = _ref.style,
|
|
2135
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2135
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dw);
|
|
2136
2136
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2137
2137
|
var styleProps = {
|
|
2138
2138
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2155,14 +2155,14 @@ var IconCalendarAlt = React.forwardRef(function (_ref, ref) {
|
|
|
2155
2155
|
});
|
|
2156
2156
|
IconCalendarAlt.displayName = 'IconCalendarAlt';
|
|
2157
2157
|
|
|
2158
|
-
var _excluded$
|
|
2158
|
+
var _excluded$dv = ["testId", "size", "color", "style"];
|
|
2159
2159
|
var IconCalendarCheck = React.forwardRef(function (_ref, ref) {
|
|
2160
2160
|
var _ref$testId = _ref.testId,
|
|
2161
2161
|
testId = _ref$testId === void 0 ? 'icon-calendar-check' : _ref$testId,
|
|
2162
2162
|
size = _ref.size,
|
|
2163
2163
|
color = _ref.color,
|
|
2164
2164
|
style = _ref.style,
|
|
2165
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2165
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dv);
|
|
2166
2166
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2167
2167
|
var styleProps = {
|
|
2168
2168
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2185,14 +2185,14 @@ var IconCalendarCheck = React.forwardRef(function (_ref, ref) {
|
|
|
2185
2185
|
});
|
|
2186
2186
|
IconCalendarCheck.displayName = 'IconCalendarCheck';
|
|
2187
2187
|
|
|
2188
|
-
var _excluded$
|
|
2188
|
+
var _excluded$du = ["testId", "size", "color", "style"];
|
|
2189
2189
|
var IconCalendarDay = React.forwardRef(function (_ref, ref) {
|
|
2190
2190
|
var _ref$testId = _ref.testId,
|
|
2191
2191
|
testId = _ref$testId === void 0 ? 'icon-calendar-day' : _ref$testId,
|
|
2192
2192
|
size = _ref.size,
|
|
2193
2193
|
color = _ref.color,
|
|
2194
2194
|
style = _ref.style,
|
|
2195
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2195
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$du);
|
|
2196
2196
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2197
2197
|
var styleProps = {
|
|
2198
2198
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2220,14 +2220,14 @@ var IconCalendarDay = React.forwardRef(function (_ref, ref) {
|
|
|
2220
2220
|
});
|
|
2221
2221
|
IconCalendarDay.displayName = 'IconCalendarDay';
|
|
2222
2222
|
|
|
2223
|
-
var _excluded$
|
|
2223
|
+
var _excluded$dt = ["testId", "size", "color", "style"];
|
|
2224
2224
|
var IconCalendarExclamation = React.forwardRef(function (_ref, ref) {
|
|
2225
2225
|
var _ref$testId = _ref.testId,
|
|
2226
2226
|
testId = _ref$testId === void 0 ? 'icon-calendar-exclamation' : _ref$testId,
|
|
2227
2227
|
size = _ref.size,
|
|
2228
2228
|
color = _ref.color,
|
|
2229
2229
|
style = _ref.style,
|
|
2230
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2230
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dt);
|
|
2231
2231
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2232
2232
|
var styleProps = {
|
|
2233
2233
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2248,14 +2248,14 @@ var IconCalendarExclamation = React.forwardRef(function (_ref, ref) {
|
|
|
2248
2248
|
});
|
|
2249
2249
|
IconCalendarExclamation.displayName = 'IconCalendarExclamation';
|
|
2250
2250
|
|
|
2251
|
-
var _excluded$
|
|
2251
|
+
var _excluded$ds = ["testId", "size", "color", "style"];
|
|
2252
2252
|
var IconCalendarStar = React.forwardRef(function (_ref, ref) {
|
|
2253
2253
|
var _ref$testId = _ref.testId,
|
|
2254
2254
|
testId = _ref$testId === void 0 ? 'icon-calendar-star' : _ref$testId,
|
|
2255
2255
|
size = _ref.size,
|
|
2256
2256
|
color = _ref.color,
|
|
2257
2257
|
style = _ref.style,
|
|
2258
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2258
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ds);
|
|
2259
2259
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2260
2260
|
var styleProps = {
|
|
2261
2261
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2276,14 +2276,14 @@ var IconCalendarStar = React.forwardRef(function (_ref, ref) {
|
|
|
2276
2276
|
});
|
|
2277
2277
|
IconCalendarStar.displayName = 'IconCalendarStar';
|
|
2278
2278
|
|
|
2279
|
-
var _excluded$
|
|
2279
|
+
var _excluded$dr = ["testId", "size", "color", "style"];
|
|
2280
2280
|
var IconCalendarTomorrow = React.forwardRef(function (_ref, ref) {
|
|
2281
2281
|
var _ref$testId = _ref.testId,
|
|
2282
2282
|
testId = _ref$testId === void 0 ? 'icon-calendar-tomorrow' : _ref$testId,
|
|
2283
2283
|
size = _ref.size,
|
|
2284
2284
|
color = _ref.color,
|
|
2285
2285
|
style = _ref.style,
|
|
2286
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2286
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dr);
|
|
2287
2287
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2288
2288
|
var styleProps = {
|
|
2289
2289
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2313,14 +2313,14 @@ var IconCalendarTomorrow = React.forwardRef(function (_ref, ref) {
|
|
|
2313
2313
|
});
|
|
2314
2314
|
IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
|
|
2315
2315
|
|
|
2316
|
-
var _excluded$
|
|
2316
|
+
var _excluded$dq = ["testId", "size", "color", "style"];
|
|
2317
2317
|
var IconCalendar = React.forwardRef(function (_ref, ref) {
|
|
2318
2318
|
var _ref$testId = _ref.testId,
|
|
2319
2319
|
testId = _ref$testId === void 0 ? 'icon-calendar' : _ref$testId,
|
|
2320
2320
|
size = _ref.size,
|
|
2321
2321
|
color = _ref.color,
|
|
2322
2322
|
style = _ref.style,
|
|
2323
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2323
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dq);
|
|
2324
2324
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2325
2325
|
var styleProps = {
|
|
2326
2326
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2343,14 +2343,14 @@ var IconCalendar = React.forwardRef(function (_ref, ref) {
|
|
|
2343
2343
|
});
|
|
2344
2344
|
IconCalendar.displayName = 'IconCalendar';
|
|
2345
2345
|
|
|
2346
|
-
var _excluded$
|
|
2346
|
+
var _excluded$dp = ["testId", "size", "color", "style"];
|
|
2347
2347
|
var IconCameraSlash = React.forwardRef(function (_ref, ref) {
|
|
2348
2348
|
var _ref$testId = _ref.testId,
|
|
2349
2349
|
testId = _ref$testId === void 0 ? 'icon-camera-slash' : _ref$testId,
|
|
2350
2350
|
size = _ref.size,
|
|
2351
2351
|
color = _ref.color,
|
|
2352
2352
|
style = _ref.style,
|
|
2353
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2353
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dp);
|
|
2354
2354
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2355
2355
|
var styleProps = {
|
|
2356
2356
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2374,14 +2374,14 @@ var IconCameraSlash = React.forwardRef(function (_ref, ref) {
|
|
|
2374
2374
|
});
|
|
2375
2375
|
IconCameraSlash.displayName = 'IconCameraSlash';
|
|
2376
2376
|
|
|
2377
|
-
var _excluded$
|
|
2377
|
+
var _excluded$do = ["testId", "size", "color", "style"];
|
|
2378
2378
|
var IconCamera = React.forwardRef(function (_ref, ref) {
|
|
2379
2379
|
var _ref$testId = _ref.testId,
|
|
2380
2380
|
testId = _ref$testId === void 0 ? 'icon-camera' : _ref$testId,
|
|
2381
2381
|
size = _ref.size,
|
|
2382
2382
|
color = _ref.color,
|
|
2383
2383
|
style = _ref.style,
|
|
2384
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2384
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$do);
|
|
2385
2385
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2386
2386
|
var styleProps = {
|
|
2387
2387
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2402,14 +2402,14 @@ var IconCamera = React.forwardRef(function (_ref, ref) {
|
|
|
2402
2402
|
});
|
|
2403
2403
|
IconCamera.displayName = 'IconCamera';
|
|
2404
2404
|
|
|
2405
|
-
var _excluded$
|
|
2405
|
+
var _excluded$dn = ["testId", "size", "color", "style"];
|
|
2406
2406
|
var IconCashRegister = React.forwardRef(function (_ref, ref) {
|
|
2407
2407
|
var _ref$testId = _ref.testId,
|
|
2408
2408
|
testId = _ref$testId === void 0 ? 'icon-cash-register' : _ref$testId,
|
|
2409
2409
|
size = _ref.size,
|
|
2410
2410
|
color = _ref.color,
|
|
2411
2411
|
style = _ref.style,
|
|
2412
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2412
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dn);
|
|
2413
2413
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2414
2414
|
var styleProps = {
|
|
2415
2415
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2430,14 +2430,14 @@ var IconCashRegister = React.forwardRef(function (_ref, ref) {
|
|
|
2430
2430
|
});
|
|
2431
2431
|
IconCashRegister.displayName = 'IconCashRegister';
|
|
2432
2432
|
|
|
2433
|
-
var _excluded$
|
|
2433
|
+
var _excluded$dm = ["testId", "size", "color", "style"];
|
|
2434
2434
|
var IconChartBar = React.forwardRef(function (_ref, ref) {
|
|
2435
2435
|
var _ref$testId = _ref.testId,
|
|
2436
2436
|
testId = _ref$testId === void 0 ? 'icon-chart-bar' : _ref$testId,
|
|
2437
2437
|
size = _ref.size,
|
|
2438
2438
|
color = _ref.color,
|
|
2439
2439
|
style = _ref.style,
|
|
2440
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2440
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dm);
|
|
2441
2441
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2442
2442
|
var styleProps = {
|
|
2443
2443
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2460,14 +2460,14 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
|
|
|
2460
2460
|
});
|
|
2461
2461
|
IconChartBar.displayName = 'IconChartBar';
|
|
2462
2462
|
|
|
2463
|
-
var _excluded$
|
|
2463
|
+
var _excluded$dl = ["testId", "size", "color", "style"];
|
|
2464
2464
|
var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
|
|
2465
2465
|
var _ref$testId = _ref.testId,
|
|
2466
2466
|
testId = _ref$testId === void 0 ? 'icon-check-circle-incomplete' : _ref$testId,
|
|
2467
2467
|
size = _ref.size,
|
|
2468
2468
|
color = _ref.color,
|
|
2469
2469
|
style = _ref.style,
|
|
2470
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2470
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dl);
|
|
2471
2471
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2472
2472
|
var styleProps = {
|
|
2473
2473
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2488,14 +2488,14 @@ var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
|
|
|
2488
2488
|
});
|
|
2489
2489
|
IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
|
|
2490
2490
|
|
|
2491
|
-
var _excluded$
|
|
2491
|
+
var _excluded$dk = ["testId", "size", "color", "style"];
|
|
2492
2492
|
var IconCheckCircle = React.forwardRef(function (_ref, ref) {
|
|
2493
2493
|
var _ref$testId = _ref.testId,
|
|
2494
2494
|
testId = _ref$testId === void 0 ? 'icon-check-circle' : _ref$testId,
|
|
2495
2495
|
size = _ref.size,
|
|
2496
2496
|
color = _ref.color,
|
|
2497
2497
|
style = _ref.style,
|
|
2498
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2498
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dk);
|
|
2499
2499
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2500
2500
|
var styleProps = {
|
|
2501
2501
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2516,14 +2516,14 @@ var IconCheckCircle = React.forwardRef(function (_ref, ref) {
|
|
|
2516
2516
|
});
|
|
2517
2517
|
IconCheckCircle.displayName = 'IconCheckCircle';
|
|
2518
2518
|
|
|
2519
|
-
var _excluded$
|
|
2519
|
+
var _excluded$dj = ["testId", "size", "color", "style"];
|
|
2520
2520
|
var IconCheck = React.forwardRef(function (_ref, ref) {
|
|
2521
2521
|
var _ref$testId = _ref.testId,
|
|
2522
2522
|
testId = _ref$testId === void 0 ? 'icon-check' : _ref$testId,
|
|
2523
2523
|
size = _ref.size,
|
|
2524
2524
|
color = _ref.color,
|
|
2525
2525
|
style = _ref.style,
|
|
2526
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2526
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dj);
|
|
2527
2527
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2528
2528
|
var styleProps = {
|
|
2529
2529
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2546,14 +2546,14 @@ var IconCheck = React.forwardRef(function (_ref, ref) {
|
|
|
2546
2546
|
});
|
|
2547
2547
|
IconCheck.displayName = 'IconCheck';
|
|
2548
2548
|
|
|
2549
|
-
var _excluded$
|
|
2549
|
+
var _excluded$di = ["testId", "size", "color", "style"];
|
|
2550
2550
|
var IconChevronDown = React.forwardRef(function (_ref, ref) {
|
|
2551
2551
|
var _ref$testId = _ref.testId,
|
|
2552
2552
|
testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
|
|
2553
2553
|
size = _ref.size,
|
|
2554
2554
|
color = _ref.color,
|
|
2555
2555
|
style = _ref.style,
|
|
2556
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2556
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$di);
|
|
2557
2557
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2558
2558
|
var styleProps = {
|
|
2559
2559
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2576,14 +2576,14 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
|
|
|
2576
2576
|
});
|
|
2577
2577
|
IconChevronDown.displayName = 'IconChevronDown';
|
|
2578
2578
|
|
|
2579
|
-
var _excluded$
|
|
2579
|
+
var _excluded$dh = ["testId", "size", "color", "style"];
|
|
2580
2580
|
var IconChevronLeft = React.forwardRef(function (_ref, ref) {
|
|
2581
2581
|
var _ref$testId = _ref.testId,
|
|
2582
2582
|
testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
|
|
2583
2583
|
size = _ref.size,
|
|
2584
2584
|
color = _ref.color,
|
|
2585
2585
|
style = _ref.style,
|
|
2586
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2586
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dh);
|
|
2587
2587
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2588
2588
|
var styleProps = {
|
|
2589
2589
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2606,14 +2606,14 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
|
|
|
2606
2606
|
});
|
|
2607
2607
|
IconChevronLeft.displayName = 'IconChevronLeft';
|
|
2608
2608
|
|
|
2609
|
-
var _excluded$
|
|
2609
|
+
var _excluded$dg = ["testId", "size", "color", "style"];
|
|
2610
2610
|
var IconChevronRight = React.forwardRef(function (_ref, ref) {
|
|
2611
2611
|
var _ref$testId = _ref.testId,
|
|
2612
2612
|
testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
|
|
2613
2613
|
size = _ref.size,
|
|
2614
2614
|
color = _ref.color,
|
|
2615
2615
|
style = _ref.style,
|
|
2616
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2616
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dg);
|
|
2617
2617
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2618
2618
|
var styleProps = {
|
|
2619
2619
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2636,14 +2636,14 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
|
|
|
2636
2636
|
});
|
|
2637
2637
|
IconChevronRight.displayName = 'IconChevronRight';
|
|
2638
2638
|
|
|
2639
|
-
var _excluded$
|
|
2639
|
+
var _excluded$df = ["testId", "size", "color", "style"];
|
|
2640
2640
|
var IconChevronUp = React.forwardRef(function (_ref, ref) {
|
|
2641
2641
|
var _ref$testId = _ref.testId,
|
|
2642
2642
|
testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
|
|
2643
2643
|
size = _ref.size,
|
|
2644
2644
|
color = _ref.color,
|
|
2645
2645
|
style = _ref.style,
|
|
2646
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2646
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$df);
|
|
2647
2647
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2648
2648
|
var styleProps = {
|
|
2649
2649
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2666,14 +2666,14 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
|
|
|
2666
2666
|
});
|
|
2667
2667
|
IconChevronUp.displayName = 'IconChevronUp';
|
|
2668
2668
|
|
|
2669
|
-
var _excluded$
|
|
2669
|
+
var _excluded$de = ["testId", "size", "color", "style"];
|
|
2670
2670
|
var IconCircleHalfStroke = React.forwardRef(function (_ref, ref) {
|
|
2671
2671
|
var _ref$testId = _ref.testId,
|
|
2672
2672
|
testId = _ref$testId === void 0 ? 'icon-circle-half-stroke' : _ref$testId,
|
|
2673
2673
|
size = _ref.size,
|
|
2674
2674
|
color = _ref.color,
|
|
2675
2675
|
style = _ref.style,
|
|
2676
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2676
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$de);
|
|
2677
2677
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2678
2678
|
var styleProps = {
|
|
2679
2679
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2694,14 +2694,14 @@ var IconCircleHalfStroke = React.forwardRef(function (_ref, ref) {
|
|
|
2694
2694
|
});
|
|
2695
2695
|
IconCircleHalfStroke.displayName = 'IconCircleHalfStroke';
|
|
2696
2696
|
|
|
2697
|
-
var _excluded$
|
|
2697
|
+
var _excluded$dd = ["testId", "size", "color", "style"];
|
|
2698
2698
|
var IconClipboardList = React.forwardRef(function (_ref, ref) {
|
|
2699
2699
|
var _ref$testId = _ref.testId,
|
|
2700
2700
|
testId = _ref$testId === void 0 ? 'icon-clipboard-list' : _ref$testId,
|
|
2701
2701
|
size = _ref.size,
|
|
2702
2702
|
color = _ref.color,
|
|
2703
2703
|
style = _ref.style,
|
|
2704
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2704
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dd);
|
|
2705
2705
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2706
2706
|
var styleProps = {
|
|
2707
2707
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2724,14 +2724,14 @@ var IconClipboardList = React.forwardRef(function (_ref, ref) {
|
|
|
2724
2724
|
});
|
|
2725
2725
|
IconClipboardList.displayName = 'IconClipboardList';
|
|
2726
2726
|
|
|
2727
|
-
var _excluded$
|
|
2727
|
+
var _excluded$dc = ["testId", "size", "color", "style"];
|
|
2728
2728
|
var IconClockExclamation = React.forwardRef(function (_ref, ref) {
|
|
2729
2729
|
var _ref$testId = _ref.testId,
|
|
2730
2730
|
testId = _ref$testId === void 0 ? 'icon-clock-exclamation' : _ref$testId,
|
|
2731
2731
|
size = _ref.size,
|
|
2732
2732
|
color = _ref.color,
|
|
2733
2733
|
style = _ref.style,
|
|
2734
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2734
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dc);
|
|
2735
2735
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2736
2736
|
var styleProps = {
|
|
2737
2737
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2759,14 +2759,14 @@ var IconClockExclamation = React.forwardRef(function (_ref, ref) {
|
|
|
2759
2759
|
});
|
|
2760
2760
|
IconClockExclamation.displayName = 'IconClockExclamation';
|
|
2761
2761
|
|
|
2762
|
-
var _excluded$
|
|
2762
|
+
var _excluded$db = ["testId", "size", "color", "style"];
|
|
2763
2763
|
var IconClockRewind = React.forwardRef(function (_ref, ref) {
|
|
2764
2764
|
var _ref$testId = _ref.testId,
|
|
2765
2765
|
testId = _ref$testId === void 0 ? 'icon-clock-rewind' : _ref$testId,
|
|
2766
2766
|
size = _ref.size,
|
|
2767
2767
|
color = _ref.color,
|
|
2768
2768
|
style = _ref.style,
|
|
2769
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2769
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$db);
|
|
2770
2770
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2771
2771
|
var styleProps = {
|
|
2772
2772
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2794,14 +2794,14 @@ var IconClockRewind = React.forwardRef(function (_ref, ref) {
|
|
|
2794
2794
|
});
|
|
2795
2795
|
IconClockRewind.displayName = 'IconClockRewind';
|
|
2796
2796
|
|
|
2797
|
-
var _excluded$
|
|
2797
|
+
var _excluded$da = ["testId", "size", "color", "style"];
|
|
2798
2798
|
var IconClock = React.forwardRef(function (_ref, ref) {
|
|
2799
2799
|
var _ref$testId = _ref.testId,
|
|
2800
2800
|
testId = _ref$testId === void 0 ? 'icon-clock' : _ref$testId,
|
|
2801
2801
|
size = _ref.size,
|
|
2802
2802
|
color = _ref.color,
|
|
2803
2803
|
style = _ref.style,
|
|
2804
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2804
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$da);
|
|
2805
2805
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2806
2806
|
var styleProps = {
|
|
2807
2807
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2822,14 +2822,14 @@ var IconClock = React.forwardRef(function (_ref, ref) {
|
|
|
2822
2822
|
});
|
|
2823
2823
|
IconClock.displayName = 'IconClock';
|
|
2824
2824
|
|
|
2825
|
-
var _excluded$
|
|
2825
|
+
var _excluded$d9 = ["testId", "size", "color", "style"];
|
|
2826
2826
|
var IconCog = React.forwardRef(function (_ref, ref) {
|
|
2827
2827
|
var _ref$testId = _ref.testId,
|
|
2828
2828
|
testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
|
|
2829
2829
|
size = _ref.size,
|
|
2830
2830
|
color = _ref.color,
|
|
2831
2831
|
style = _ref.style,
|
|
2832
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2832
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d9);
|
|
2833
2833
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2834
2834
|
var styleProps = {
|
|
2835
2835
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2850,14 +2850,14 @@ var IconCog = React.forwardRef(function (_ref, ref) {
|
|
|
2850
2850
|
});
|
|
2851
2851
|
IconCog.displayName = 'IconCog';
|
|
2852
2852
|
|
|
2853
|
-
var _excluded$
|
|
2853
|
+
var _excluded$d8 = ["testId", "size", "color", "style"];
|
|
2854
2854
|
var IconCommentLines = React.forwardRef(function (_ref, ref) {
|
|
2855
2855
|
var _ref$testId = _ref.testId,
|
|
2856
2856
|
testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
|
|
2857
2857
|
size = _ref.size,
|
|
2858
2858
|
color = _ref.color,
|
|
2859
2859
|
style = _ref.style,
|
|
2860
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2860
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d8);
|
|
2861
2861
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2862
2862
|
var styleProps = {
|
|
2863
2863
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2883,14 +2883,14 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
|
|
|
2883
2883
|
});
|
|
2884
2884
|
IconCommentLines.displayName = 'IconCommentLines';
|
|
2885
2885
|
|
|
2886
|
-
var _excluded$
|
|
2886
|
+
var _excluded$d7 = ["testId", "size", "color", "style"];
|
|
2887
2887
|
var IconComment = React.forwardRef(function (_ref, ref) {
|
|
2888
2888
|
var _ref$testId = _ref.testId,
|
|
2889
2889
|
testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
|
|
2890
2890
|
size = _ref.size,
|
|
2891
2891
|
color = _ref.color,
|
|
2892
2892
|
style = _ref.style,
|
|
2893
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2893
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d7);
|
|
2894
2894
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2895
2895
|
var styleProps = {
|
|
2896
2896
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2913,14 +2913,14 @@ var IconComment = React.forwardRef(function (_ref, ref) {
|
|
|
2913
2913
|
});
|
|
2914
2914
|
IconComment.displayName = 'IconComment';
|
|
2915
2915
|
|
|
2916
|
-
var _excluded$
|
|
2916
|
+
var _excluded$d6 = ["testId", "size", "color", "style"];
|
|
2917
2917
|
var IconCopy = React.forwardRef(function (_ref, ref) {
|
|
2918
2918
|
var _ref$testId = _ref.testId,
|
|
2919
2919
|
testId = _ref$testId === void 0 ? 'icon-copy' : _ref$testId,
|
|
2920
2920
|
size = _ref.size,
|
|
2921
2921
|
color = _ref.color,
|
|
2922
2922
|
style = _ref.style,
|
|
2923
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2923
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d6);
|
|
2924
2924
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2925
2925
|
var styleProps = {
|
|
2926
2926
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2948,14 +2948,14 @@ var IconCopy = React.forwardRef(function (_ref, ref) {
|
|
|
2948
2948
|
});
|
|
2949
2949
|
IconCopy.displayName = 'IconCopy';
|
|
2950
2950
|
|
|
2951
|
-
var _excluded$
|
|
2951
|
+
var _excluded$d5 = ["testId", "size", "color", "style"];
|
|
2952
2952
|
var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
|
|
2953
2953
|
var _ref$testId = _ref.testId,
|
|
2954
2954
|
testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
|
|
2955
2955
|
size = _ref.size,
|
|
2956
2956
|
color = _ref.color,
|
|
2957
2957
|
style = _ref.style,
|
|
2958
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2958
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d5);
|
|
2959
2959
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2960
2960
|
var styleProps = {
|
|
2961
2961
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2985,14 +2985,14 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
|
|
|
2985
2985
|
});
|
|
2986
2986
|
IconCreditCardPlus.displayName = 'IconCreditCardPlus';
|
|
2987
2987
|
|
|
2988
|
-
var _excluded$
|
|
2988
|
+
var _excluded$d4 = ["testId", "size", "color", "style"];
|
|
2989
2989
|
var IconCreditCard = React.forwardRef(function (_ref, ref) {
|
|
2990
2990
|
var _ref$testId = _ref.testId,
|
|
2991
2991
|
testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
|
|
2992
2992
|
size = _ref.size,
|
|
2993
2993
|
color = _ref.color,
|
|
2994
2994
|
style = _ref.style,
|
|
2995
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2995
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d4);
|
|
2996
2996
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2997
2997
|
var styleProps = {
|
|
2998
2998
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3020,14 +3020,14 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
|
|
|
3020
3020
|
});
|
|
3021
3021
|
IconCreditCard.displayName = 'IconCreditCard';
|
|
3022
3022
|
|
|
3023
|
-
var _excluded$
|
|
3023
|
+
var _excluded$d3 = ["testId", "size", "color", "style"];
|
|
3024
3024
|
var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
|
|
3025
3025
|
var _ref$testId = _ref.testId,
|
|
3026
3026
|
testId = _ref$testId === void 0 ? 'icon-decent-monochromatic' : _ref$testId,
|
|
3027
3027
|
size = _ref.size,
|
|
3028
3028
|
color = _ref.color,
|
|
3029
3029
|
style = _ref.style,
|
|
3030
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3030
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d3);
|
|
3031
3031
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3032
3032
|
var styleProps = {
|
|
3033
3033
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3070,14 +3070,14 @@ var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
|
|
|
3070
3070
|
});
|
|
3071
3071
|
IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
|
|
3072
3072
|
|
|
3073
|
-
var _excluded$
|
|
3073
|
+
var _excluded$d2 = ["testId", "size", "color", "style"];
|
|
3074
3074
|
var IconDecent = React.forwardRef(function (_ref, ref) {
|
|
3075
3075
|
var _ref$testId = _ref.testId,
|
|
3076
3076
|
testId = _ref$testId === void 0 ? 'icon-decent' : _ref$testId,
|
|
3077
3077
|
size = _ref.size,
|
|
3078
3078
|
color = _ref.color,
|
|
3079
3079
|
style = _ref.style,
|
|
3080
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3080
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d2);
|
|
3081
3081
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3082
3082
|
var styleProps = {
|
|
3083
3083
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3108,14 +3108,14 @@ var IconDecent = React.forwardRef(function (_ref, ref) {
|
|
|
3108
3108
|
});
|
|
3109
3109
|
IconDecent.displayName = 'IconDecent';
|
|
3110
3110
|
|
|
3111
|
-
var _excluded$
|
|
3111
|
+
var _excluded$d1 = ["testId", "size", "color", "style"];
|
|
3112
3112
|
var IconDollarSign = React.forwardRef(function (_ref, ref) {
|
|
3113
3113
|
var _ref$testId = _ref.testId,
|
|
3114
3114
|
testId = _ref$testId === void 0 ? 'icon-dollar-sign' : _ref$testId,
|
|
3115
3115
|
size = _ref.size,
|
|
3116
3116
|
color = _ref.color,
|
|
3117
3117
|
style = _ref.style,
|
|
3118
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3118
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d1);
|
|
3119
3119
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3120
3120
|
var styleProps = {
|
|
3121
3121
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3136,14 +3136,14 @@ var IconDollarSign = React.forwardRef(function (_ref, ref) {
|
|
|
3136
3136
|
});
|
|
3137
3137
|
IconDollarSign.displayName = 'IconDollarSign';
|
|
3138
3138
|
|
|
3139
|
-
var _excluded$
|
|
3139
|
+
var _excluded$d0 = ["testId", "size", "color", "style"];
|
|
3140
3140
|
var IconDownload = React.forwardRef(function (_ref, ref) {
|
|
3141
3141
|
var _ref$testId = _ref.testId,
|
|
3142
3142
|
testId = _ref$testId === void 0 ? 'icon-download' : _ref$testId,
|
|
3143
3143
|
size = _ref.size,
|
|
3144
3144
|
color = _ref.color,
|
|
3145
3145
|
style = _ref.style,
|
|
3146
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3146
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d0);
|
|
3147
3147
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3148
3148
|
var styleProps = {
|
|
3149
3149
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3166,14 +3166,14 @@ var IconDownload = React.forwardRef(function (_ref, ref) {
|
|
|
3166
3166
|
});
|
|
3167
3167
|
IconDownload.displayName = 'IconDownload';
|
|
3168
3168
|
|
|
3169
|
-
var _excluded$
|
|
3169
|
+
var _excluded$c$ = ["testId", "size", "color", "style"];
|
|
3170
3170
|
var IconEdit = React.forwardRef(function (_ref, ref) {
|
|
3171
3171
|
var _ref$testId = _ref.testId,
|
|
3172
3172
|
testId = _ref$testId === void 0 ? 'icon-edit' : _ref$testId,
|
|
3173
3173
|
size = _ref.size,
|
|
3174
3174
|
color = _ref.color,
|
|
3175
3175
|
style = _ref.style,
|
|
3176
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3176
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$c$);
|
|
3177
3177
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3178
3178
|
var styleProps = {
|
|
3179
3179
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3194,14 +3194,14 @@ var IconEdit = React.forwardRef(function (_ref, ref) {
|
|
|
3194
3194
|
});
|
|
3195
3195
|
IconEdit.displayName = 'IconEdit';
|
|
3196
3196
|
|
|
3197
|
-
var _excluded$
|
|
3197
|
+
var _excluded$c_ = ["testId", "size", "color", "style"];
|
|
3198
3198
|
var IconEllipsisV = React.forwardRef(function (_ref, ref) {
|
|
3199
3199
|
var _ref$testId = _ref.testId,
|
|
3200
3200
|
testId = _ref$testId === void 0 ? 'icon-ellipsis-v' : _ref$testId,
|
|
3201
3201
|
size = _ref.size,
|
|
3202
3202
|
color = _ref.color,
|
|
3203
3203
|
style = _ref.style,
|
|
3204
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3204
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$c_);
|
|
3205
3205
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3206
3206
|
var styleProps = {
|
|
3207
3207
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3224,14 +3224,14 @@ var IconEllipsisV = React.forwardRef(function (_ref, ref) {
|
|
|
3224
3224
|
});
|
|
3225
3225
|
IconEllipsisV.displayName = 'IconEllipsisV';
|
|
3226
3226
|
|
|
3227
|
-
var _excluded$
|
|
3227
|
+
var _excluded$cZ = ["testId", "size", "color", "style"];
|
|
3228
3228
|
var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
|
|
3229
3229
|
var _ref$testId = _ref.testId,
|
|
3230
3230
|
testId = _ref$testId === void 0 ? 'icon-envelope-open-dollar' : _ref$testId,
|
|
3231
3231
|
size = _ref.size,
|
|
3232
3232
|
color = _ref.color,
|
|
3233
3233
|
style = _ref.style,
|
|
3234
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3234
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cZ);
|
|
3235
3235
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3236
3236
|
var styleProps = {
|
|
3237
3237
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3259,14 +3259,14 @@ var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
|
|
|
3259
3259
|
});
|
|
3260
3260
|
IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
|
|
3261
3261
|
|
|
3262
|
-
var _excluded$
|
|
3262
|
+
var _excluded$cY = ["testId", "size", "color", "style"];
|
|
3263
3263
|
var IconEnvelope = React.forwardRef(function (_ref, ref) {
|
|
3264
3264
|
var _ref$testId = _ref.testId,
|
|
3265
3265
|
testId = _ref$testId === void 0 ? 'icon-envelope' : _ref$testId,
|
|
3266
3266
|
size = _ref.size,
|
|
3267
3267
|
color = _ref.color,
|
|
3268
3268
|
style = _ref.style,
|
|
3269
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3269
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cY);
|
|
3270
3270
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3271
3271
|
var styleProps = {
|
|
3272
3272
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3287,14 +3287,14 @@ var IconEnvelope = React.forwardRef(function (_ref, ref) {
|
|
|
3287
3287
|
});
|
|
3288
3288
|
IconEnvelope.displayName = 'IconEnvelope';
|
|
3289
3289
|
|
|
3290
|
-
var _excluded$
|
|
3290
|
+
var _excluded$cX = ["testId", "size", "color", "style"];
|
|
3291
3291
|
var IconExclaimationTriangle = React.forwardRef(function (_ref, ref) {
|
|
3292
3292
|
var _ref$testId = _ref.testId,
|
|
3293
3293
|
testId = _ref$testId === void 0 ? 'icon-exclaimation-triangle' : _ref$testId,
|
|
3294
3294
|
size = _ref.size,
|
|
3295
3295
|
color = _ref.color,
|
|
3296
3296
|
style = _ref.style,
|
|
3297
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3297
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cX);
|
|
3298
3298
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3299
3299
|
var styleProps = {
|
|
3300
3300
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3317,14 +3317,14 @@ var IconExclaimationTriangle = React.forwardRef(function (_ref, ref) {
|
|
|
3317
3317
|
});
|
|
3318
3318
|
IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
|
|
3319
3319
|
|
|
3320
|
-
var _excluded$
|
|
3320
|
+
var _excluded$cW = ["testId", "size", "color", "style"];
|
|
3321
3321
|
var IconExclaimation = React.forwardRef(function (_ref, ref) {
|
|
3322
3322
|
var _ref$testId = _ref.testId,
|
|
3323
3323
|
testId = _ref$testId === void 0 ? 'icon-exclaimation' : _ref$testId,
|
|
3324
3324
|
size = _ref.size,
|
|
3325
3325
|
color = _ref.color,
|
|
3326
3326
|
style = _ref.style,
|
|
3327
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3327
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cW);
|
|
3328
3328
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3329
3329
|
var styleProps = {
|
|
3330
3330
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3345,14 +3345,14 @@ var IconExclaimation = React.forwardRef(function (_ref, ref) {
|
|
|
3345
3345
|
});
|
|
3346
3346
|
IconExclaimation.displayName = 'IconExclaimation';
|
|
3347
3347
|
|
|
3348
|
-
var _excluded$
|
|
3348
|
+
var _excluded$cV = ["testId", "size", "color", "style"];
|
|
3349
3349
|
var IconExpand = React.forwardRef(function (_ref, ref) {
|
|
3350
3350
|
var _ref$testId = _ref.testId,
|
|
3351
3351
|
testId = _ref$testId === void 0 ? 'icon-expand' : _ref$testId,
|
|
3352
3352
|
size = _ref.size,
|
|
3353
3353
|
color = _ref.color,
|
|
3354
3354
|
style = _ref.style,
|
|
3355
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3355
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cV);
|
|
3356
3356
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3357
3357
|
var styleProps = {
|
|
3358
3358
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3373,14 +3373,14 @@ var IconExpand = React.forwardRef(function (_ref, ref) {
|
|
|
3373
3373
|
});
|
|
3374
3374
|
IconExpand.displayName = 'IconExpand';
|
|
3375
3375
|
|
|
3376
|
-
var _excluded$
|
|
3376
|
+
var _excluded$cU = ["testId", "size", "color", "style"];
|
|
3377
3377
|
var IconExternalLink = React.forwardRef(function (_ref, ref) {
|
|
3378
3378
|
var _ref$testId = _ref.testId,
|
|
3379
3379
|
testId = _ref$testId === void 0 ? 'icon-external-link' : _ref$testId,
|
|
3380
3380
|
size = _ref.size,
|
|
3381
3381
|
color = _ref.color,
|
|
3382
3382
|
style = _ref.style,
|
|
3383
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3383
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cU);
|
|
3384
3384
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3385
3385
|
var styleProps = {
|
|
3386
3386
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3403,14 +3403,14 @@ var IconExternalLink = React.forwardRef(function (_ref, ref) {
|
|
|
3403
3403
|
});
|
|
3404
3404
|
IconExternalLink.displayName = 'IconExternalLink';
|
|
3405
3405
|
|
|
3406
|
-
var _excluded$
|
|
3406
|
+
var _excluded$cT = ["testId", "size", "color", "style"];
|
|
3407
3407
|
var IconEyeSlash = React.forwardRef(function (_ref, ref) {
|
|
3408
3408
|
var _ref$testId = _ref.testId,
|
|
3409
3409
|
testId = _ref$testId === void 0 ? 'icon-eye-slash' : _ref$testId,
|
|
3410
3410
|
size = _ref.size,
|
|
3411
3411
|
color = _ref.color,
|
|
3412
3412
|
style = _ref.style,
|
|
3413
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3413
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cT);
|
|
3414
3414
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3415
3415
|
var styleProps = {
|
|
3416
3416
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3445,14 +3445,14 @@ var IconEyeSlash = React.forwardRef(function (_ref, ref) {
|
|
|
3445
3445
|
});
|
|
3446
3446
|
IconEyeSlash.displayName = 'IconEyeSlash';
|
|
3447
3447
|
|
|
3448
|
-
var _excluded$
|
|
3448
|
+
var _excluded$cS = ["testId", "size", "color", "style"];
|
|
3449
3449
|
var IconEye = React.forwardRef(function (_ref, ref) {
|
|
3450
3450
|
var _ref$testId = _ref.testId,
|
|
3451
3451
|
testId = _ref$testId === void 0 ? 'icon-eye' : _ref$testId,
|
|
3452
3452
|
size = _ref.size,
|
|
3453
3453
|
color = _ref.color,
|
|
3454
3454
|
style = _ref.style,
|
|
3455
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3455
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cS);
|
|
3456
3456
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3457
3457
|
var styleProps = {
|
|
3458
3458
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3480,14 +3480,14 @@ var IconEye = React.forwardRef(function (_ref, ref) {
|
|
|
3480
3480
|
});
|
|
3481
3481
|
IconEye.displayName = 'IconEye';
|
|
3482
3482
|
|
|
3483
|
-
var _excluded$
|
|
3483
|
+
var _excluded$cR = ["testId", "size", "color", "style"];
|
|
3484
3484
|
var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
|
|
3485
3485
|
var _ref$testId = _ref.testId,
|
|
3486
3486
|
testId = _ref$testId === void 0 ? 'icon-face-smile-relaxed' : _ref$testId,
|
|
3487
3487
|
size = _ref.size,
|
|
3488
3488
|
color = _ref.color,
|
|
3489
3489
|
style = _ref.style,
|
|
3490
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3490
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cR);
|
|
3491
3491
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3492
3492
|
var styleProps = {
|
|
3493
3493
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3515,14 +3515,14 @@ var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
|
|
|
3515
3515
|
});
|
|
3516
3516
|
IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
|
|
3517
3517
|
|
|
3518
|
-
var _excluded$
|
|
3518
|
+
var _excluded$cQ = ["testId", "size", "color", "style"];
|
|
3519
3519
|
var IconFilePdf = React.forwardRef(function (_ref, ref) {
|
|
3520
3520
|
var _ref$testId = _ref.testId,
|
|
3521
3521
|
testId = _ref$testId === void 0 ? 'icon-file-pdf' : _ref$testId,
|
|
3522
3522
|
size = _ref.size,
|
|
3523
3523
|
color = _ref.color,
|
|
3524
3524
|
style = _ref.style,
|
|
3525
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3525
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cQ);
|
|
3526
3526
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3527
3527
|
var styleProps = {
|
|
3528
3528
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3550,14 +3550,14 @@ var IconFilePdf = React.forwardRef(function (_ref, ref) {
|
|
|
3550
3550
|
});
|
|
3551
3551
|
IconFilePdf.displayName = 'IconFilePdf';
|
|
3552
3552
|
|
|
3553
|
-
var _excluded$
|
|
3553
|
+
var _excluded$cP = ["testId", "size", "color", "style"];
|
|
3554
3554
|
var IconFile = React.forwardRef(function (_ref, ref) {
|
|
3555
3555
|
var _ref$testId = _ref.testId,
|
|
3556
3556
|
testId = _ref$testId === void 0 ? 'icon-file' : _ref$testId,
|
|
3557
3557
|
size = _ref.size,
|
|
3558
3558
|
color = _ref.color,
|
|
3559
3559
|
style = _ref.style,
|
|
3560
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3560
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cP);
|
|
3561
3561
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3562
3562
|
var styleProps = {
|
|
3563
3563
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3585,14 +3585,14 @@ var IconFile = React.forwardRef(function (_ref, ref) {
|
|
|
3585
3585
|
});
|
|
3586
3586
|
IconFile.displayName = 'IconFile';
|
|
3587
3587
|
|
|
3588
|
-
var _excluded$
|
|
3588
|
+
var _excluded$cO = ["testId", "size", "color", "style"];
|
|
3589
3589
|
var IconFlag = React.forwardRef(function (_ref, ref) {
|
|
3590
3590
|
var _ref$testId = _ref.testId,
|
|
3591
3591
|
testId = _ref$testId === void 0 ? 'icon-flag' : _ref$testId,
|
|
3592
3592
|
size = _ref.size,
|
|
3593
3593
|
color = _ref.color,
|
|
3594
3594
|
style = _ref.style,
|
|
3595
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3595
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cO);
|
|
3596
3596
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3597
3597
|
var styleProps = {
|
|
3598
3598
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3620,6 +3620,41 @@ var IconFlag = React.forwardRef(function (_ref, ref) {
|
|
|
3620
3620
|
});
|
|
3621
3621
|
IconFlag.displayName = 'IconFlag';
|
|
3622
3622
|
|
|
3623
|
+
var _excluded$cN = ["testId", "size", "color", "style"];
|
|
3624
|
+
var IconFlagSolid = React.forwardRef(function (_ref, ref) {
|
|
3625
|
+
var _ref$testId = _ref.testId,
|
|
3626
|
+
testId = _ref$testId === void 0 ? 'icon-flag-solid' : _ref$testId,
|
|
3627
|
+
size = _ref.size,
|
|
3628
|
+
color = _ref.color,
|
|
3629
|
+
style = _ref.style,
|
|
3630
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cN);
|
|
3631
|
+
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3632
|
+
var styleProps = {
|
|
3633
|
+
size: !size && isInsideButton ? 'medium' : size,
|
|
3634
|
+
color: color,
|
|
3635
|
+
style: style
|
|
3636
|
+
};
|
|
3637
|
+
return React__default["default"].createElement("svg", _extends({
|
|
3638
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3639
|
+
fill: "none",
|
|
3640
|
+
viewBox: "0 0 20 20",
|
|
3641
|
+
style: getIconStyles(styleProps),
|
|
3642
|
+
"data-testid": testId,
|
|
3643
|
+
ref: ref
|
|
3644
|
+
}, props), React__default["default"].createElement("g", {
|
|
3645
|
+
clipPath: "url(#icon-flag-solid_svg__a)"
|
|
3646
|
+
}, React__default["default"].createElement("path", {
|
|
3647
|
+
fill: "currentColor",
|
|
3648
|
+
d: "M1.252 0.001C0.561 0.001 0.002 0.559 0.002 1.251V19.376C0.002 19.719 0.284 20.001 0.627 20.001H1.877C2.221 20.001 2.502 19.719 2.502 19.376V1.251C2.502 0.559 1.944 0.001 1.252 0.001ZM18.073 0.165C11.381 3.575 11.932 -2.429 3.752 1.266V15.001C11.006 11.399 12.413 17.083 19.28 14.098C19.725 13.903 20.003 13.454 20.003 12.973V1.204C20.003 0.223 18.956 -0.285 18.073 0.165Z"
|
|
3649
|
+
})), React__default["default"].createElement("defs", null, React__default["default"].createElement("clipPath", {
|
|
3650
|
+
id: "icon-flag-solid_svg__a"
|
|
3651
|
+
}, React__default["default"].createElement("path", {
|
|
3652
|
+
fill: "#fff",
|
|
3653
|
+
d: "M0 0h20v20H0z"
|
|
3654
|
+
}))));
|
|
3655
|
+
});
|
|
3656
|
+
IconFlagSolid.displayName = 'IconFlagSolid';
|
|
3657
|
+
|
|
3623
3658
|
var _excluded$cM = ["testId", "size", "color", "style"];
|
|
3624
3659
|
var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
|
|
3625
3660
|
var _ref$testId = _ref.testId,
|
|
@@ -7659,6 +7694,11 @@ var DropdownSubmenu = React.forwardRef(function (_ref, ref) {
|
|
|
7659
7694
|
style: position || DEFAULT_POSITION,
|
|
7660
7695
|
onMouseEnter: openSubmenu,
|
|
7661
7696
|
onFocus: openSubmenu,
|
|
7697
|
+
onMouseDown: function onMouseDown(e) {
|
|
7698
|
+
return e.stopPropagation();
|
|
7699
|
+
},
|
|
7700
|
+
role: "menu",
|
|
7701
|
+
tabIndex: -1,
|
|
7662
7702
|
ref: ref
|
|
7663
7703
|
}, children);
|
|
7664
7704
|
});
|
|
@@ -8968,6 +9008,14 @@ var HintModal = function HintModal(_ref) {
|
|
|
8968
9008
|
}, secondaryButtonUpdated, primaryButtonUpdated)))));
|
|
8969
9009
|
};
|
|
8970
9010
|
|
|
9011
|
+
var Popover = function Popover(props) {
|
|
9012
|
+
/**
|
|
9013
|
+
* We are using the Dropdown component to implement the Popover component because they share a lot of the same functionality and structure.
|
|
9014
|
+
* The main difference is that the Popover component is meant to be used as an empty canvas, while the Dropdown component is meant to be used for a list of items.
|
|
9015
|
+
*/
|
|
9016
|
+
return React__default["default"].createElement(Dropdown, _extends({}, props));
|
|
9017
|
+
};
|
|
9018
|
+
|
|
8971
9019
|
var _excluded$bf = ["children", "theme", "title", "testId"];
|
|
8972
9020
|
var BadgeElement = function BadgeElement(_ref, forwardedRef) {
|
|
8973
9021
|
var _classnames;
|
|
@@ -15615,6 +15663,7 @@ var Avatar = function Avatar(_ref) {
|
|
|
15615
15663
|
};
|
|
15616
15664
|
|
|
15617
15665
|
var CHIP_THEME = {
|
|
15666
|
+
DEFAULT: 'default',
|
|
15618
15667
|
MARKETING: 'marketing',
|
|
15619
15668
|
SUCCESS: 'success',
|
|
15620
15669
|
UPSELL: 'upsell',
|
|
@@ -58956,6 +59005,7 @@ exports.IconFaceSmileRelaxed = IconFaceSmileRelaxed;
|
|
|
58956
59005
|
exports.IconFile = IconFile;
|
|
58957
59006
|
exports.IconFilePdf = IconFilePdf;
|
|
58958
59007
|
exports.IconFlag = IconFlag;
|
|
59008
|
+
exports.IconFlagSolid = IconFlagSolid;
|
|
58959
59009
|
exports.IconFourDotsCircle = IconFourDotsCircle;
|
|
58960
59010
|
exports.IconFourSquares = IconFourSquares;
|
|
58961
59011
|
exports.IconGavel = IconGavel;
|
|
@@ -59765,6 +59815,7 @@ exports.PersistentBanner = PersistentBanner;
|
|
|
59765
59815
|
exports.PhoneField = PhoneField;
|
|
59766
59816
|
exports.Pill = Pill;
|
|
59767
59817
|
exports.PillSelectField = PillSelectField;
|
|
59818
|
+
exports.Popover = Popover;
|
|
59768
59819
|
exports.ProgressBar = ProgressBar;
|
|
59769
59820
|
exports.RadioGroupBoxOption = RadioGroupBoxOption;
|
|
59770
59821
|
exports.RadioGroupField = RadioGroupField;
|