@7shifts/sous-chef 4.4.1 → 4.5.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/forms/ColorField/ColorOverlay/ColorOverlay.d.ts +1 -1
- package/dist/forms/ColorField/ColorOverlay/domain.d.ts +27 -0
- package/dist/foundation/tokens/color/color-constants.d.ts +23 -0
- package/dist/foundation/tokens/color/color-types.d.ts +1 -1
- package/dist/icons/components/image/IconSchool.d.ts +10 -0
- package/dist/icons/components/image/index.d.ts +1 -0
- package/dist/index.css +69 -139
- package/dist/index.css.map +1 -1
- package/dist/index.js +542 -362
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +534 -363
- package/dist/index.modern.js.map +1 -1
- package/dist/overlay/DropdownListItem/DropdownListItem.d.ts +3 -1
- package/dist/overlay/hooks/useSubmenu.d.ts +1 -0
- package/llms-instructions/guidelines/Accordion.guidelines.md +36 -0
- package/llms-instructions/guidelines/ActionList.guidelines.md +59 -0
- package/llms-instructions/guidelines/Avatar.guidelines.md +51 -0
- package/llms-instructions/guidelines/Badge.guidelines.md +40 -0
- package/llms-instructions/guidelines/Breadcrumbs.guidelines.md +41 -0
- package/llms-instructions/guidelines/Button.guidelines.md +41 -0
- package/llms-instructions/guidelines/Calendar.guidelines.md +40 -0
- package/llms-instructions/guidelines/Card.guidelines.md +58 -0
- package/llms-instructions/guidelines/Chip.guidelines.md +64 -0
- package/llms-instructions/guidelines/CircularProgress.guidelines.md +28 -0
- package/llms-instructions/guidelines/DataTable.guidelines.md +88 -0
- package/llms-instructions/guidelines/DateFilter.guidelines.md +32 -0
- package/llms-instructions/guidelines/Dropdown.guidelines.md +54 -0
- package/llms-instructions/guidelines/EmptyState.guidelines.md +58 -0
- package/llms-instructions/guidelines/Forms.guidelines.md +99 -0
- package/llms-instructions/guidelines/HintModal.guidelines.md +47 -0
- package/llms-instructions/guidelines/Icons.guidelines.md +59 -0
- package/llms-instructions/guidelines/InkIllustrations.guidelines.md +38 -0
- package/llms-instructions/guidelines/InlineBanner.guidelines.md +52 -0
- package/llms-instructions/guidelines/Link.guidelines.md +26 -0
- package/llms-instructions/guidelines/MicroBanner.guidelines.md +21 -0
- package/llms-instructions/guidelines/Modal.guidelines.md +52 -0
- package/llms-instructions/guidelines/PaginationControls.guidelines.md +21 -0
- package/llms-instructions/guidelines/Paywall.guidelines.md +57 -0
- package/llms-instructions/guidelines/PersistentBanner.guidelines.md +33 -0
- package/llms-instructions/guidelines/Pill.guidelines.md +55 -0
- package/llms-instructions/guidelines/Popover.guidelines.md +42 -0
- package/llms-instructions/guidelines/ProgressBar.guidelines.md +35 -0
- package/llms-instructions/guidelines/SegmentedControl.guidelines.md +21 -0
- package/llms-instructions/guidelines/Skeleton.guidelines.md +30 -0
- package/llms-instructions/guidelines/Spinner.guidelines.md +32 -0
- package/llms-instructions/guidelines/Toast.guidelines.md +34 -0
- package/llms-instructions/guidelines/Toggle.guidelines.md +19 -0
- package/llms-instructions/guidelines/ToolbarSelect.guidelines.md +22 -0
- package/llms-instructions/guidelines/Tooltip.guidelines.md +45 -0
- package/llms-instructions/llms-components.md +61 -261
- package/llms-instructions/llms-icons-and-illustrations.md +2 -0
- package/llms-instructions/llms-tokens.md +97 -16
- package/package.json +6 -1
package/dist/index.js
CHANGED
|
@@ -240,7 +240,30 @@ var COLORS = {
|
|
|
240
240
|
'hover-lighten': 'var(--color-hover-lighten)',
|
|
241
241
|
'hover-darken': 'var(--color-hover-darken)',
|
|
242
242
|
'brand-neutrals-caviar-dynamic': 'var(--color-brand-neutrals-caviar-dynamic)',
|
|
243
|
+
'brand-neutrals-caviar-hue': 'var(--color-brand-neutrals-caviar-hue)',
|
|
243
244
|
'brand-neutrals-chefscoat-dynamic': 'var(--color-brand-neutrals-chefscoat-dynamic)',
|
|
245
|
+
'brand-neutrals-chefscoat-hue': 'var(--color-brand-neutrals-chefscoat-hue)',
|
|
246
|
+
'brand-neutrals-marshmallow-hue': 'var(--color-brand-neutrals-marshmallow-hue)',
|
|
247
|
+
'brand-neutrals-oat-hue': 'var(--color-brand-neutrals-oat-hue)',
|
|
248
|
+
'brand-neutrals-earl-hue': 'var(--color-brand-neutrals-earl-hue)',
|
|
249
|
+
'brand-primary-spritz-hue': 'var(--color-brand-primary-spritz-hue)',
|
|
250
|
+
'brand-primary-spritz-tint': 'var(--color-brand-primary-spritz-tint)',
|
|
251
|
+
'brand-primary-spritz-shade': 'var(--color-brand-primary-spritz-shade)',
|
|
252
|
+
'brand-primary-curacao-hue': 'var(--color-brand-primary-curacao-hue)',
|
|
253
|
+
'brand-primary-curacao-tint': 'var(--color-brand-primary-curacao-tint)',
|
|
254
|
+
'brand-primary-curacao-shade': 'var(--color-brand-primary-curacao-shade)',
|
|
255
|
+
'brand-primary-mojito-hue': 'var(--color-brand-primary-mojito-hue)',
|
|
256
|
+
'brand-primary-mojito-tint': 'var(--color-brand-primary-mojito-tint)',
|
|
257
|
+
'brand-primary-mojito-shade': 'var(--color-brand-primary-mojito-shade)',
|
|
258
|
+
'brand-primary-empress-hue': 'var(--color-brand-primary-empress-hue)',
|
|
259
|
+
'brand-primary-empress-tint': 'var(--color-brand-primary-empress-tint)',
|
|
260
|
+
'brand-primary-empress-shade': 'var(--color-brand-primary-empress-shade)',
|
|
261
|
+
'brand-secondary-ice-hue': 'var(--color-brand-secondary-ice-hue)',
|
|
262
|
+
'brand-secondary-zest-hue': 'var(--color-brand-secondary-zest-hue)',
|
|
263
|
+
'brand-secondary-lavender-hue': 'var(--color-brand-secondary-lavender-hue)',
|
|
264
|
+
'brand-secondary-ranch-hue': 'var(--color-brand-secondary-ranch-hue)',
|
|
265
|
+
'brand-secondary-pesto-hue': 'var(--color-brand-secondary-pesto-hue)',
|
|
266
|
+
'brand-secondary-babaganoush-hue': 'var(--color-brand-secondary-babaganoush-hue)',
|
|
244
267
|
'on-graphic-black': 'var(--color-on-graphic-black)',
|
|
245
268
|
'on-graphic-white': 'var(--color-on-graphic-white)',
|
|
246
269
|
'canvas-background-color': 'var(--color-canvas-background-color)'
|
|
@@ -318,7 +341,7 @@ var kebabize = function kebabize(str) {
|
|
|
318
341
|
});
|
|
319
342
|
};
|
|
320
343
|
|
|
321
|
-
var _excluded$
|
|
344
|
+
var _excluded$en = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
|
|
322
345
|
var getPositionProps = function getPositionProps(_ref) {
|
|
323
346
|
var m = _ref.m,
|
|
324
347
|
margin = _ref.margin,
|
|
@@ -330,7 +353,7 @@ var getPositionProps = function getPositionProps(_ref) {
|
|
|
330
353
|
marginBottom = _ref.marginBottom,
|
|
331
354
|
ml = _ref.ml,
|
|
332
355
|
marginLeft = _ref.marginLeft,
|
|
333
|
-
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
356
|
+
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$en);
|
|
334
357
|
return {
|
|
335
358
|
positionProps: {
|
|
336
359
|
m: m,
|
|
@@ -364,7 +387,7 @@ var getDataProps = function getDataProps(props, config) {
|
|
|
364
387
|
});
|
|
365
388
|
};
|
|
366
389
|
|
|
367
|
-
var _excluded$
|
|
390
|
+
var _excluded$em = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
|
|
368
391
|
/**
|
|
369
392
|
* Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
|
|
370
393
|
*/
|
|
@@ -389,7 +412,7 @@ var Flex = function Flex(_ref) {
|
|
|
389
412
|
flexGrow = _ref.flexGrow,
|
|
390
413
|
testId = _ref.testId,
|
|
391
414
|
extraClass = _ref.extraClass,
|
|
392
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
415
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$em);
|
|
393
416
|
var _getPositionProps = getPositionProps(rest),
|
|
394
417
|
positionProps = _getPositionProps.positionProps,
|
|
395
418
|
otherProps = _getPositionProps.otherProps;
|
|
@@ -420,14 +443,14 @@ var Flex = function Flex(_ref) {
|
|
|
420
443
|
}));
|
|
421
444
|
};
|
|
422
445
|
|
|
423
|
-
var _excluded$
|
|
446
|
+
var _excluded$el = ["alignItems"];
|
|
424
447
|
/**
|
|
425
448
|
* Layout component to easily stack elements up in a column.
|
|
426
449
|
*/
|
|
427
450
|
var Stack = function Stack(_ref) {
|
|
428
451
|
var _ref$alignItems = _ref.alignItems,
|
|
429
452
|
alignItems = _ref$alignItems === void 0 ? 'stretch' : _ref$alignItems,
|
|
430
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
453
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$el);
|
|
431
454
|
return React__namespace.createElement(Flex, _extends({}, props, {
|
|
432
455
|
alignItems: alignItems,
|
|
433
456
|
direction: "column"
|
|
@@ -436,7 +459,7 @@ var Stack = function Stack(_ref) {
|
|
|
436
459
|
|
|
437
460
|
var styles$1z = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
|
|
438
461
|
|
|
439
|
-
var _excluded$
|
|
462
|
+
var _excluded$ek = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
|
|
440
463
|
/**
|
|
441
464
|
* Used when you want to allow the user to turn some information ON and OFF.
|
|
442
465
|
*
|
|
@@ -451,7 +474,7 @@ var Toggle = function Toggle(_ref) {
|
|
|
451
474
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
452
475
|
id = _ref.id,
|
|
453
476
|
testId = _ref.testId,
|
|
454
|
-
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
477
|
+
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$ek);
|
|
455
478
|
var _getDataProps = getDataProps(otherProps),
|
|
456
479
|
dataProps = _getDataProps.dataProps;
|
|
457
480
|
return React__default["default"].createElement(Stack, {
|
|
@@ -622,7 +645,7 @@ var calculatePosition = function calculatePosition(placement, anchorPosition, to
|
|
|
622
645
|
};
|
|
623
646
|
}
|
|
624
647
|
var actualPlacement = getActualPlacement(placement, anchorPosition, tooltipRectPosition.height);
|
|
625
|
-
var overlayPosition = calculateOverlayPosition$
|
|
648
|
+
var overlayPosition = calculateOverlayPosition$2(actualPlacement, anchorPosition, tooltipRectPosition.width);
|
|
626
649
|
var arrowPosition = overlayPosition && calculateArrowPosition(actualPlacement.placement, overlayPosition, anchorPosition, tooltipRectPosition);
|
|
627
650
|
return {
|
|
628
651
|
overlay: updateMisalignedOverlay(overlayPosition, arrowPosition, tooltipRectPosition),
|
|
@@ -644,7 +667,7 @@ var updateMisalignedOverlay = function updateMisalignedOverlay(overlayPosition,
|
|
|
644
667
|
left: left
|
|
645
668
|
});
|
|
646
669
|
};
|
|
647
|
-
var calculateOverlayPosition$
|
|
670
|
+
var calculateOverlayPosition$2 = function calculateOverlayPosition(actualPlacement, anchorPosition, tooltipWidth) {
|
|
648
671
|
if (tooltipWidth === void 0) {
|
|
649
672
|
tooltipWidth = 156;
|
|
650
673
|
}
|
|
@@ -980,7 +1003,7 @@ var COMPONENT_NAMES = {
|
|
|
980
1003
|
BUTTON: 'BUTTON'
|
|
981
1004
|
};
|
|
982
1005
|
|
|
983
|
-
var _excluded$
|
|
1006
|
+
var _excluded$ej = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
|
|
984
1007
|
_excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
|
|
985
1008
|
var ButtonComponent = function ButtonComponent(_ref, ref) {
|
|
986
1009
|
var _classnames;
|
|
@@ -1005,7 +1028,7 @@ var ButtonComponent = function ButtonComponent(_ref, ref) {
|
|
|
1005
1028
|
target = _ref$target === void 0 ? BUTTON_TARGETS.SELF : _ref$target,
|
|
1006
1029
|
testId = _ref.testId,
|
|
1007
1030
|
size = _ref.size,
|
|
1008
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1031
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$ej);
|
|
1009
1032
|
var _getPositionProps = getPositionProps(rest),
|
|
1010
1033
|
positionProps = _getPositionProps.positionProps,
|
|
1011
1034
|
otherProps = _getPositionProps.otherProps;
|
|
@@ -1129,7 +1152,7 @@ var useIsInsideComponent = function useIsInsideComponent(parentComponentName) {
|
|
|
1129
1152
|
return componentName === parentComponentName;
|
|
1130
1153
|
};
|
|
1131
1154
|
|
|
1132
|
-
var _excluded$
|
|
1155
|
+
var _excluded$ei = ["testId", "size", "color", "style", "variant"];
|
|
1133
1156
|
var IconArrowDown = React.forwardRef(function (_ref, ref) {
|
|
1134
1157
|
var _ref$testId = _ref.testId,
|
|
1135
1158
|
testId = _ref$testId === void 0 ? 'icon-arrow-down' : _ref$testId,
|
|
@@ -1138,7 +1161,7 @@ var IconArrowDown = React.forwardRef(function (_ref, ref) {
|
|
|
1138
1161
|
style = _ref.style,
|
|
1139
1162
|
_ref$variant = _ref.variant,
|
|
1140
1163
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1141
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1164
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ei);
|
|
1142
1165
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1143
1166
|
var styleProps = {
|
|
1144
1167
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1176,7 +1199,7 @@ var IconArrowDown = React.forwardRef(function (_ref, ref) {
|
|
|
1176
1199
|
});
|
|
1177
1200
|
IconArrowDown.displayName = 'IconArrowDown';
|
|
1178
1201
|
|
|
1179
|
-
var _excluded$
|
|
1202
|
+
var _excluded$eh = ["testId", "size", "color", "style", "variant"];
|
|
1180
1203
|
var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
|
|
1181
1204
|
var _ref$testId = _ref.testId,
|
|
1182
1205
|
testId = _ref$testId === void 0 ? 'icon-arrow-down-wide-short' : _ref$testId,
|
|
@@ -1185,7 +1208,7 @@ var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
|
|
|
1185
1208
|
style = _ref.style,
|
|
1186
1209
|
_ref$variant = _ref.variant,
|
|
1187
1210
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1188
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1211
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$eh);
|
|
1189
1212
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1190
1213
|
var styleProps = {
|
|
1191
1214
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1221,7 +1244,7 @@ var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
|
|
|
1221
1244
|
});
|
|
1222
1245
|
IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
|
|
1223
1246
|
|
|
1224
|
-
var _excluded$
|
|
1247
|
+
var _excluded$eg = ["testId", "size", "color", "style", "variant"];
|
|
1225
1248
|
var IconArrowLeft = React.forwardRef(function (_ref, ref) {
|
|
1226
1249
|
var _ref$testId = _ref.testId,
|
|
1227
1250
|
testId = _ref$testId === void 0 ? 'icon-arrow-left' : _ref$testId,
|
|
@@ -1230,7 +1253,7 @@ var IconArrowLeft = React.forwardRef(function (_ref, ref) {
|
|
|
1230
1253
|
style = _ref.style,
|
|
1231
1254
|
_ref$variant = _ref.variant,
|
|
1232
1255
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1233
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1256
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$eg);
|
|
1234
1257
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1235
1258
|
var styleProps = {
|
|
1236
1259
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1268,7 +1291,7 @@ var IconArrowLeft = React.forwardRef(function (_ref, ref) {
|
|
|
1268
1291
|
});
|
|
1269
1292
|
IconArrowLeft.displayName = 'IconArrowLeft';
|
|
1270
1293
|
|
|
1271
|
-
var _excluded$
|
|
1294
|
+
var _excluded$ef = ["testId", "size", "color", "style", "variant"];
|
|
1272
1295
|
var IconArrowRight = React.forwardRef(function (_ref, ref) {
|
|
1273
1296
|
var _ref$testId = _ref.testId,
|
|
1274
1297
|
testId = _ref$testId === void 0 ? 'icon-arrow-right' : _ref$testId,
|
|
@@ -1277,7 +1300,7 @@ var IconArrowRight = React.forwardRef(function (_ref, ref) {
|
|
|
1277
1300
|
style = _ref.style,
|
|
1278
1301
|
_ref$variant = _ref.variant,
|
|
1279
1302
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1280
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1303
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ef);
|
|
1281
1304
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1282
1305
|
var styleProps = {
|
|
1283
1306
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1315,7 +1338,7 @@ var IconArrowRight = React.forwardRef(function (_ref, ref) {
|
|
|
1315
1338
|
});
|
|
1316
1339
|
IconArrowRight.displayName = 'IconArrowRight';
|
|
1317
1340
|
|
|
1318
|
-
var _excluded$
|
|
1341
|
+
var _excluded$ee = ["testId", "size", "color", "style", "variant"];
|
|
1319
1342
|
var IconArrowToTop = React.forwardRef(function (_ref, ref) {
|
|
1320
1343
|
var _ref$testId = _ref.testId,
|
|
1321
1344
|
testId = _ref$testId === void 0 ? 'icon-arrow-to-top' : _ref$testId,
|
|
@@ -1324,7 +1347,7 @@ var IconArrowToTop = React.forwardRef(function (_ref, ref) {
|
|
|
1324
1347
|
style = _ref.style,
|
|
1325
1348
|
_ref$variant = _ref.variant,
|
|
1326
1349
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1327
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1350
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ee);
|
|
1328
1351
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1329
1352
|
var styleProps = {
|
|
1330
1353
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1360,7 +1383,7 @@ var IconArrowToTop = React.forwardRef(function (_ref, ref) {
|
|
|
1360
1383
|
});
|
|
1361
1384
|
IconArrowToTop.displayName = 'IconArrowToTop';
|
|
1362
1385
|
|
|
1363
|
-
var _excluded$
|
|
1386
|
+
var _excluded$ed = ["testId", "size", "color", "style", "variant"];
|
|
1364
1387
|
var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
|
|
1365
1388
|
var _ref$testId = _ref.testId,
|
|
1366
1389
|
testId = _ref$testId === void 0 ? 'icon-arrow-turn-down-right' : _ref$testId,
|
|
@@ -1369,7 +1392,7 @@ var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
|
|
|
1369
1392
|
style = _ref.style,
|
|
1370
1393
|
_ref$variant = _ref.variant,
|
|
1371
1394
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1372
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1395
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ed);
|
|
1373
1396
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1374
1397
|
var styleProps = {
|
|
1375
1398
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1420,7 +1443,7 @@ var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
|
|
|
1420
1443
|
});
|
|
1421
1444
|
IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
|
|
1422
1445
|
|
|
1423
|
-
var _excluded$
|
|
1446
|
+
var _excluded$ec = ["testId", "size", "color", "style", "variant"];
|
|
1424
1447
|
var IconArrowUp = React.forwardRef(function (_ref, ref) {
|
|
1425
1448
|
var _ref$testId = _ref.testId,
|
|
1426
1449
|
testId = _ref$testId === void 0 ? 'icon-arrow-up' : _ref$testId,
|
|
@@ -1429,7 +1452,7 @@ var IconArrowUp = React.forwardRef(function (_ref, ref) {
|
|
|
1429
1452
|
style = _ref.style,
|
|
1430
1453
|
_ref$variant = _ref.variant,
|
|
1431
1454
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1432
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1455
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ec);
|
|
1433
1456
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1434
1457
|
var styleProps = {
|
|
1435
1458
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1467,7 +1490,7 @@ var IconArrowUp = React.forwardRef(function (_ref, ref) {
|
|
|
1467
1490
|
});
|
|
1468
1491
|
IconArrowUp.displayName = 'IconArrowUp';
|
|
1469
1492
|
|
|
1470
|
-
var _excluded$
|
|
1493
|
+
var _excluded$eb = ["testId", "size", "color", "style", "variant"];
|
|
1471
1494
|
var IconChevronDown = React.forwardRef(function (_ref, ref) {
|
|
1472
1495
|
var _ref$testId = _ref.testId,
|
|
1473
1496
|
testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
|
|
@@ -1476,7 +1499,7 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
|
|
|
1476
1499
|
style = _ref.style,
|
|
1477
1500
|
_ref$variant = _ref.variant,
|
|
1478
1501
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1479
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1502
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$eb);
|
|
1480
1503
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1481
1504
|
var styleProps = {
|
|
1482
1505
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1514,7 +1537,7 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
|
|
|
1514
1537
|
});
|
|
1515
1538
|
IconChevronDown.displayName = 'IconChevronDown';
|
|
1516
1539
|
|
|
1517
|
-
var _excluded$
|
|
1540
|
+
var _excluded$ea = ["testId", "size", "color", "style", "variant"];
|
|
1518
1541
|
var IconChevronLeft = React.forwardRef(function (_ref, ref) {
|
|
1519
1542
|
var _ref$testId = _ref.testId,
|
|
1520
1543
|
testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
|
|
@@ -1523,7 +1546,7 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
|
|
|
1523
1546
|
style = _ref.style,
|
|
1524
1547
|
_ref$variant = _ref.variant,
|
|
1525
1548
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1526
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1549
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ea);
|
|
1527
1550
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1528
1551
|
var styleProps = {
|
|
1529
1552
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1561,7 +1584,7 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
|
|
|
1561
1584
|
});
|
|
1562
1585
|
IconChevronLeft.displayName = 'IconChevronLeft';
|
|
1563
1586
|
|
|
1564
|
-
var _excluded$
|
|
1587
|
+
var _excluded$e9 = ["testId", "size", "color", "style", "variant"];
|
|
1565
1588
|
var IconChevronRight = React.forwardRef(function (_ref, ref) {
|
|
1566
1589
|
var _ref$testId = _ref.testId,
|
|
1567
1590
|
testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
|
|
@@ -1570,7 +1593,7 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
|
|
|
1570
1593
|
style = _ref.style,
|
|
1571
1594
|
_ref$variant = _ref.variant,
|
|
1572
1595
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1573
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1596
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e9);
|
|
1574
1597
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1575
1598
|
var styleProps = {
|
|
1576
1599
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1608,7 +1631,7 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
|
|
|
1608
1631
|
});
|
|
1609
1632
|
IconChevronRight.displayName = 'IconChevronRight';
|
|
1610
1633
|
|
|
1611
|
-
var _excluded$
|
|
1634
|
+
var _excluded$e8 = ["testId", "size", "color", "style", "variant"];
|
|
1612
1635
|
var IconChevronUp = React.forwardRef(function (_ref, ref) {
|
|
1613
1636
|
var _ref$testId = _ref.testId,
|
|
1614
1637
|
testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
|
|
@@ -1617,7 +1640,7 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
|
|
|
1617
1640
|
style = _ref.style,
|
|
1618
1641
|
_ref$variant = _ref.variant,
|
|
1619
1642
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1620
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1643
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e8);
|
|
1621
1644
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1622
1645
|
var styleProps = {
|
|
1623
1646
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1655,7 +1678,7 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
|
|
|
1655
1678
|
});
|
|
1656
1679
|
IconChevronUp.displayName = 'IconChevronUp';
|
|
1657
1680
|
|
|
1658
|
-
var _excluded$
|
|
1681
|
+
var _excluded$e7 = ["testId", "size", "color", "style", "variant"];
|
|
1659
1682
|
var IconExpand = React.forwardRef(function (_ref, ref) {
|
|
1660
1683
|
var _ref$testId = _ref.testId,
|
|
1661
1684
|
testId = _ref$testId === void 0 ? 'icon-expand' : _ref$testId,
|
|
@@ -1664,7 +1687,7 @@ var IconExpand = React.forwardRef(function (_ref, ref) {
|
|
|
1664
1687
|
style = _ref.style,
|
|
1665
1688
|
_ref$variant = _ref.variant,
|
|
1666
1689
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1667
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1690
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e7);
|
|
1668
1691
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1669
1692
|
var styleProps = {
|
|
1670
1693
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1700,7 +1723,7 @@ var IconExpand = React.forwardRef(function (_ref, ref) {
|
|
|
1700
1723
|
});
|
|
1701
1724
|
IconExpand.displayName = 'IconExpand';
|
|
1702
1725
|
|
|
1703
|
-
var _excluded$
|
|
1726
|
+
var _excluded$e6 = ["testId", "size", "color", "style", "variant"];
|
|
1704
1727
|
var IconRepeat = React.forwardRef(function (_ref, ref) {
|
|
1705
1728
|
var _ref$testId = _ref.testId,
|
|
1706
1729
|
testId = _ref$testId === void 0 ? 'icon-repeat' : _ref$testId,
|
|
@@ -1709,7 +1732,7 @@ var IconRepeat = React.forwardRef(function (_ref, ref) {
|
|
|
1709
1732
|
style = _ref.style,
|
|
1710
1733
|
_ref$variant = _ref.variant,
|
|
1711
1734
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1712
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1735
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e6);
|
|
1713
1736
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1714
1737
|
var styleProps = {
|
|
1715
1738
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1745,7 +1768,7 @@ var IconRepeat = React.forwardRef(function (_ref, ref) {
|
|
|
1745
1768
|
});
|
|
1746
1769
|
IconRepeat.displayName = 'IconRepeat';
|
|
1747
1770
|
|
|
1748
|
-
var _excluded$
|
|
1771
|
+
var _excluded$e5 = ["testId", "size", "color", "style", "variant"];
|
|
1749
1772
|
var IconReply = React.forwardRef(function (_ref, ref) {
|
|
1750
1773
|
var _ref$testId = _ref.testId,
|
|
1751
1774
|
testId = _ref$testId === void 0 ? 'icon-reply' : _ref$testId,
|
|
@@ -1754,7 +1777,7 @@ var IconReply = React.forwardRef(function (_ref, ref) {
|
|
|
1754
1777
|
style = _ref.style,
|
|
1755
1778
|
_ref$variant = _ref.variant,
|
|
1756
1779
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1757
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1780
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e5);
|
|
1758
1781
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1759
1782
|
var styleProps = {
|
|
1760
1783
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1797,7 +1820,7 @@ var IconReply = React.forwardRef(function (_ref, ref) {
|
|
|
1797
1820
|
});
|
|
1798
1821
|
IconReply.displayName = 'IconReply';
|
|
1799
1822
|
|
|
1800
|
-
var _excluded$
|
|
1823
|
+
var _excluded$e4 = ["testId", "size", "color", "style", "variant"];
|
|
1801
1824
|
var IconSort = React.forwardRef(function (_ref, ref) {
|
|
1802
1825
|
var _ref$testId = _ref.testId,
|
|
1803
1826
|
testId = _ref$testId === void 0 ? 'icon-sort' : _ref$testId,
|
|
@@ -1806,7 +1829,7 @@ var IconSort = React.forwardRef(function (_ref, ref) {
|
|
|
1806
1829
|
style = _ref.style,
|
|
1807
1830
|
_ref$variant = _ref.variant,
|
|
1808
1831
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1809
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1832
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e4);
|
|
1810
1833
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1811
1834
|
var styleProps = {
|
|
1812
1835
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1842,7 +1865,7 @@ var IconSort = React.forwardRef(function (_ref, ref) {
|
|
|
1842
1865
|
});
|
|
1843
1866
|
IconSort.displayName = 'IconSort';
|
|
1844
1867
|
|
|
1845
|
-
var _excluded$
|
|
1868
|
+
var _excluded$e3 = ["testId", "size", "color", "style", "variant"];
|
|
1846
1869
|
var IconSync = React.forwardRef(function (_ref, ref) {
|
|
1847
1870
|
var _ref$testId = _ref.testId,
|
|
1848
1871
|
testId = _ref$testId === void 0 ? 'icon-sync' : _ref$testId,
|
|
@@ -1851,7 +1874,7 @@ var IconSync = React.forwardRef(function (_ref, ref) {
|
|
|
1851
1874
|
style = _ref.style,
|
|
1852
1875
|
_ref$variant = _ref.variant,
|
|
1853
1876
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1854
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1877
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e3);
|
|
1855
1878
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1856
1879
|
var styleProps = {
|
|
1857
1880
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1901,7 +1924,7 @@ var IconSync = React.forwardRef(function (_ref, ref) {
|
|
|
1901
1924
|
});
|
|
1902
1925
|
IconSync.displayName = 'IconSync';
|
|
1903
1926
|
|
|
1904
|
-
var _excluded$
|
|
1927
|
+
var _excluded$e2 = ["testId", "size", "color", "style", "variant"];
|
|
1905
1928
|
var IconSyncExclamation = React.forwardRef(function (_ref, ref) {
|
|
1906
1929
|
var _ref$testId = _ref.testId,
|
|
1907
1930
|
testId = _ref$testId === void 0 ? 'icon-sync-exclamation' : _ref$testId,
|
|
@@ -1910,7 +1933,7 @@ var IconSyncExclamation = React.forwardRef(function (_ref, ref) {
|
|
|
1910
1933
|
style = _ref.style,
|
|
1911
1934
|
_ref$variant = _ref.variant,
|
|
1912
1935
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1913
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1936
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e2);
|
|
1914
1937
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1915
1938
|
var styleProps = {
|
|
1916
1939
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1962,7 +1985,7 @@ var IconSyncExclamation = React.forwardRef(function (_ref, ref) {
|
|
|
1962
1985
|
});
|
|
1963
1986
|
IconSyncExclamation.displayName = 'IconSyncExclamation';
|
|
1964
1987
|
|
|
1965
|
-
var _excluded$
|
|
1988
|
+
var _excluded$e1 = ["testId", "size", "color", "style", "variant"];
|
|
1966
1989
|
var IconUndo = React.forwardRef(function (_ref, ref) {
|
|
1967
1990
|
var _ref$testId = _ref.testId,
|
|
1968
1991
|
testId = _ref$testId === void 0 ? 'icon-undo' : _ref$testId,
|
|
@@ -1971,7 +1994,7 @@ var IconUndo = React.forwardRef(function (_ref, ref) {
|
|
|
1971
1994
|
style = _ref.style,
|
|
1972
1995
|
_ref$variant = _ref.variant,
|
|
1973
1996
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
1974
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1997
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e1);
|
|
1975
1998
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1976
1999
|
var styleProps = {
|
|
1977
2000
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2021,7 +2044,7 @@ var IconUndo = React.forwardRef(function (_ref, ref) {
|
|
|
2021
2044
|
});
|
|
2022
2045
|
IconUndo.displayName = 'IconUndo';
|
|
2023
2046
|
|
|
2024
|
-
var _excluded$
|
|
2047
|
+
var _excluded$e0 = ["testId", "size", "color", "style", "variant"];
|
|
2025
2048
|
var IconAnalytics = React.forwardRef(function (_ref, ref) {
|
|
2026
2049
|
var _ref$testId = _ref.testId,
|
|
2027
2050
|
testId = _ref$testId === void 0 ? 'icon-analytics' : _ref$testId,
|
|
@@ -2030,7 +2053,7 @@ var IconAnalytics = React.forwardRef(function (_ref, ref) {
|
|
|
2030
2053
|
style = _ref.style,
|
|
2031
2054
|
_ref$variant = _ref.variant,
|
|
2032
2055
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2033
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2056
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e0);
|
|
2034
2057
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2035
2058
|
var styleProps = {
|
|
2036
2059
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2068,7 +2091,7 @@ var IconAnalytics = React.forwardRef(function (_ref, ref) {
|
|
|
2068
2091
|
});
|
|
2069
2092
|
IconAnalytics.displayName = 'IconAnalytics';
|
|
2070
2093
|
|
|
2071
|
-
var _excluded$
|
|
2094
|
+
var _excluded$d$ = ["testId", "size", "color", "style", "variant"];
|
|
2072
2095
|
var IconBalanceScale = React.forwardRef(function (_ref, ref) {
|
|
2073
2096
|
var _ref$testId = _ref.testId,
|
|
2074
2097
|
testId = _ref$testId === void 0 ? 'icon-balance-scale' : _ref$testId,
|
|
@@ -2077,7 +2100,7 @@ var IconBalanceScale = React.forwardRef(function (_ref, ref) {
|
|
|
2077
2100
|
style = _ref.style,
|
|
2078
2101
|
_ref$variant = _ref.variant,
|
|
2079
2102
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2080
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2103
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d$);
|
|
2081
2104
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2082
2105
|
var styleProps = {
|
|
2083
2106
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2120,7 +2143,7 @@ var IconBalanceScale = React.forwardRef(function (_ref, ref) {
|
|
|
2120
2143
|
});
|
|
2121
2144
|
IconBalanceScale.displayName = 'IconBalanceScale';
|
|
2122
2145
|
|
|
2123
|
-
var _excluded$
|
|
2146
|
+
var _excluded$d_ = ["testId", "size", "color", "style", "variant"];
|
|
2124
2147
|
var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
|
|
2125
2148
|
var _ref$testId = _ref.testId,
|
|
2126
2149
|
testId = _ref$testId === void 0 ? 'icon-balance-scale-left' : _ref$testId,
|
|
@@ -2129,7 +2152,7 @@ var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
|
|
|
2129
2152
|
style = _ref.style,
|
|
2130
2153
|
_ref$variant = _ref.variant,
|
|
2131
2154
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2132
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2155
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d_);
|
|
2133
2156
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2134
2157
|
var styleProps = {
|
|
2135
2158
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2172,7 +2195,7 @@ var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
|
|
|
2172
2195
|
});
|
|
2173
2196
|
IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
|
|
2174
2197
|
|
|
2175
|
-
var _excluded$
|
|
2198
|
+
var _excluded$dZ = ["testId", "size", "color", "style", "variant"];
|
|
2176
2199
|
var IconBarsV = React.forwardRef(function (_ref, ref) {
|
|
2177
2200
|
var _ref$testId = _ref.testId,
|
|
2178
2201
|
testId = _ref$testId === void 0 ? 'icon-bars-v' : _ref$testId,
|
|
@@ -2181,7 +2204,7 @@ var IconBarsV = React.forwardRef(function (_ref, ref) {
|
|
|
2181
2204
|
style = _ref.style,
|
|
2182
2205
|
_ref$variant = _ref.variant,
|
|
2183
2206
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2184
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2207
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dZ);
|
|
2185
2208
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2186
2209
|
var styleProps = {
|
|
2187
2210
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2217,7 +2240,7 @@ var IconBarsV = React.forwardRef(function (_ref, ref) {
|
|
|
2217
2240
|
});
|
|
2218
2241
|
IconBarsV.displayName = 'IconBarsV';
|
|
2219
2242
|
|
|
2220
|
-
var _excluded$
|
|
2243
|
+
var _excluded$dY = ["testId", "size", "color", "style", "variant"];
|
|
2221
2244
|
var IconBook = React.forwardRef(function (_ref, ref) {
|
|
2222
2245
|
var _ref$testId = _ref.testId,
|
|
2223
2246
|
testId = _ref$testId === void 0 ? 'icon-book' : _ref$testId,
|
|
@@ -2226,7 +2249,7 @@ var IconBook = React.forwardRef(function (_ref, ref) {
|
|
|
2226
2249
|
style = _ref.style,
|
|
2227
2250
|
_ref$variant = _ref.variant,
|
|
2228
2251
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2229
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2252
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dY);
|
|
2230
2253
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2231
2254
|
var styleProps = {
|
|
2232
2255
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2262,7 +2285,7 @@ var IconBook = React.forwardRef(function (_ref, ref) {
|
|
|
2262
2285
|
});
|
|
2263
2286
|
IconBook.displayName = 'IconBook';
|
|
2264
2287
|
|
|
2265
|
-
var _excluded$
|
|
2288
|
+
var _excluded$dX = ["testId", "size", "color", "style", "variant"];
|
|
2266
2289
|
var IconCalculator = React.forwardRef(function (_ref, ref) {
|
|
2267
2290
|
var _ref$testId = _ref.testId,
|
|
2268
2291
|
testId = _ref$testId === void 0 ? 'icon-calculator' : _ref$testId,
|
|
@@ -2271,7 +2294,7 @@ var IconCalculator = React.forwardRef(function (_ref, ref) {
|
|
|
2271
2294
|
style = _ref.style,
|
|
2272
2295
|
_ref$variant = _ref.variant,
|
|
2273
2296
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2274
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2297
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dX);
|
|
2275
2298
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2276
2299
|
var styleProps = {
|
|
2277
2300
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2309,7 +2332,7 @@ var IconCalculator = React.forwardRef(function (_ref, ref) {
|
|
|
2309
2332
|
});
|
|
2310
2333
|
IconCalculator.displayName = 'IconCalculator';
|
|
2311
2334
|
|
|
2312
|
-
var _excluded$
|
|
2335
|
+
var _excluded$dW = ["testId", "size", "color", "style", "variant"];
|
|
2313
2336
|
var IconCashRegister = React.forwardRef(function (_ref, ref) {
|
|
2314
2337
|
var _ref$testId = _ref.testId,
|
|
2315
2338
|
testId = _ref$testId === void 0 ? 'icon-cash-register' : _ref$testId,
|
|
@@ -2318,7 +2341,7 @@ var IconCashRegister = React.forwardRef(function (_ref, ref) {
|
|
|
2318
2341
|
style = _ref.style,
|
|
2319
2342
|
_ref$variant = _ref.variant,
|
|
2320
2343
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2321
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2344
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dW);
|
|
2322
2345
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2323
2346
|
var styleProps = {
|
|
2324
2347
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2368,7 +2391,7 @@ var IconCashRegister = React.forwardRef(function (_ref, ref) {
|
|
|
2368
2391
|
});
|
|
2369
2392
|
IconCashRegister.displayName = 'IconCashRegister';
|
|
2370
2393
|
|
|
2371
|
-
var _excluded$
|
|
2394
|
+
var _excluded$dV = ["testId", "size", "color", "style", "variant"];
|
|
2372
2395
|
var IconChartBar = React.forwardRef(function (_ref, ref) {
|
|
2373
2396
|
var _ref$testId = _ref.testId,
|
|
2374
2397
|
testId = _ref$testId === void 0 ? 'icon-chart-bar' : _ref$testId,
|
|
@@ -2377,7 +2400,7 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
|
|
|
2377
2400
|
style = _ref.style,
|
|
2378
2401
|
_ref$variant = _ref.variant,
|
|
2379
2402
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2380
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2403
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dV);
|
|
2381
2404
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2382
2405
|
var styleProps = {
|
|
2383
2406
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2415,7 +2438,7 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
|
|
|
2415
2438
|
});
|
|
2416
2439
|
IconChartBar.displayName = 'IconChartBar';
|
|
2417
2440
|
|
|
2418
|
-
var _excluded$
|
|
2441
|
+
var _excluded$dU = ["testId", "size", "color", "style", "variant"];
|
|
2419
2442
|
var IconCreditCard = React.forwardRef(function (_ref, ref) {
|
|
2420
2443
|
var _ref$testId = _ref.testId,
|
|
2421
2444
|
testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
|
|
@@ -2424,7 +2447,7 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
|
|
|
2424
2447
|
style = _ref.style,
|
|
2425
2448
|
_ref$variant = _ref.variant,
|
|
2426
2449
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2427
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2450
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dU);
|
|
2428
2451
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2429
2452
|
var styleProps = {
|
|
2430
2453
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2460,7 +2483,7 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
|
|
|
2460
2483
|
});
|
|
2461
2484
|
IconCreditCard.displayName = 'IconCreditCard';
|
|
2462
2485
|
|
|
2463
|
-
var _excluded$
|
|
2486
|
+
var _excluded$dT = ["testId", "size", "color", "style", "variant"];
|
|
2464
2487
|
var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
|
|
2465
2488
|
var _ref$testId = _ref.testId,
|
|
2466
2489
|
testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
|
|
@@ -2469,7 +2492,7 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
|
|
|
2469
2492
|
style = _ref.style,
|
|
2470
2493
|
_ref$variant = _ref.variant,
|
|
2471
2494
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2472
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2495
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dT);
|
|
2473
2496
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2474
2497
|
var styleProps = {
|
|
2475
2498
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2525,7 +2548,7 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
|
|
|
2525
2548
|
});
|
|
2526
2549
|
IconCreditCardPlus.displayName = 'IconCreditCardPlus';
|
|
2527
2550
|
|
|
2528
|
-
var _excluded$
|
|
2551
|
+
var _excluded$dS = ["testId", "size", "color", "style", "variant"];
|
|
2529
2552
|
var IconDollarSign = React.forwardRef(function (_ref, ref) {
|
|
2530
2553
|
var _ref$testId = _ref.testId,
|
|
2531
2554
|
testId = _ref$testId === void 0 ? 'icon-dollar-sign' : _ref$testId,
|
|
@@ -2534,7 +2557,7 @@ var IconDollarSign = React.forwardRef(function (_ref, ref) {
|
|
|
2534
2557
|
style = _ref.style,
|
|
2535
2558
|
_ref$variant = _ref.variant,
|
|
2536
2559
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2537
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2560
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dS);
|
|
2538
2561
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2539
2562
|
var styleProps = {
|
|
2540
2563
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2570,7 +2593,7 @@ var IconDollarSign = React.forwardRef(function (_ref, ref) {
|
|
|
2570
2593
|
});
|
|
2571
2594
|
IconDollarSign.displayName = 'IconDollarSign';
|
|
2572
2595
|
|
|
2573
|
-
var _excluded$
|
|
2596
|
+
var _excluded$dR = ["testId", "size", "color", "style", "variant"];
|
|
2574
2597
|
var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
|
|
2575
2598
|
var _ref$testId = _ref.testId,
|
|
2576
2599
|
testId = _ref$testId === void 0 ? 'icon-envelope-open-dollar' : _ref$testId,
|
|
@@ -2579,7 +2602,7 @@ var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
|
|
|
2579
2602
|
style = _ref.style,
|
|
2580
2603
|
_ref$variant = _ref.variant,
|
|
2581
2604
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2582
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2605
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dR);
|
|
2583
2606
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2584
2607
|
var styleProps = {
|
|
2585
2608
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2629,7 +2652,7 @@ var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
|
|
|
2629
2652
|
});
|
|
2630
2653
|
IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
|
|
2631
2654
|
|
|
2632
|
-
var _excluded$
|
|
2655
|
+
var _excluded$dQ = ["testId", "size", "color", "style", "variant"];
|
|
2633
2656
|
var IconGanttChart = React.forwardRef(function (_ref, ref) {
|
|
2634
2657
|
var _ref$testId = _ref.testId,
|
|
2635
2658
|
testId = _ref$testId === void 0 ? 'icon-gantt-chart' : _ref$testId,
|
|
@@ -2638,7 +2661,7 @@ var IconGanttChart = React.forwardRef(function (_ref, ref) {
|
|
|
2638
2661
|
style = _ref.style,
|
|
2639
2662
|
_ref$variant = _ref.variant,
|
|
2640
2663
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2641
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2664
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dQ);
|
|
2642
2665
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2643
2666
|
var styleProps = {
|
|
2644
2667
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2674,7 +2697,7 @@ var IconGanttChart = React.forwardRef(function (_ref, ref) {
|
|
|
2674
2697
|
});
|
|
2675
2698
|
IconGanttChart.displayName = 'IconGanttChart';
|
|
2676
2699
|
|
|
2677
|
-
var _excluded$
|
|
2700
|
+
var _excluded$dP = ["testId", "size", "color", "style", "variant"];
|
|
2678
2701
|
var IconHandHoldingCoin = React.forwardRef(function (_ref, ref) {
|
|
2679
2702
|
var _ref$testId = _ref.testId,
|
|
2680
2703
|
testId = _ref$testId === void 0 ? 'icon-hand-holding-coin' : _ref$testId,
|
|
@@ -2683,7 +2706,7 @@ var IconHandHoldingCoin = React.forwardRef(function (_ref, ref) {
|
|
|
2683
2706
|
style = _ref.style,
|
|
2684
2707
|
_ref$variant = _ref.variant,
|
|
2685
2708
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2686
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2709
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dP);
|
|
2687
2710
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2688
2711
|
var styleProps = {
|
|
2689
2712
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2733,7 +2756,7 @@ var IconHandHoldingCoin = React.forwardRef(function (_ref, ref) {
|
|
|
2733
2756
|
});
|
|
2734
2757
|
IconHandHoldingCoin.displayName = 'IconHandHoldingCoin';
|
|
2735
2758
|
|
|
2736
|
-
var _excluded$
|
|
2759
|
+
var _excluded$dO = ["testId", "size", "color", "style", "variant"];
|
|
2737
2760
|
var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
|
|
2738
2761
|
var _ref$testId = _ref.testId,
|
|
2739
2762
|
testId = _ref$testId === void 0 ? 'icon-hand-holding-dollar' : _ref$testId,
|
|
@@ -2742,7 +2765,7 @@ var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
|
|
|
2742
2765
|
style = _ref.style,
|
|
2743
2766
|
_ref$variant = _ref.variant,
|
|
2744
2767
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2745
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2768
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dO);
|
|
2746
2769
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2747
2770
|
var styleProps = {
|
|
2748
2771
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2792,7 +2815,7 @@ var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
|
|
|
2792
2815
|
});
|
|
2793
2816
|
IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
|
|
2794
2817
|
|
|
2795
|
-
var _excluded$
|
|
2818
|
+
var _excluded$dN = ["testId", "size", "color", "style", "variant"];
|
|
2796
2819
|
var IconMoneyBill = React.forwardRef(function (_ref, ref) {
|
|
2797
2820
|
var _ref$testId = _ref.testId,
|
|
2798
2821
|
testId = _ref$testId === void 0 ? 'icon-money-bill' : _ref$testId,
|
|
@@ -2801,7 +2824,7 @@ var IconMoneyBill = React.forwardRef(function (_ref, ref) {
|
|
|
2801
2824
|
style = _ref.style,
|
|
2802
2825
|
_ref$variant = _ref.variant,
|
|
2803
2826
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2804
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2827
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dN);
|
|
2805
2828
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2806
2829
|
var styleProps = {
|
|
2807
2830
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2837,7 +2860,7 @@ var IconMoneyBill = React.forwardRef(function (_ref, ref) {
|
|
|
2837
2860
|
});
|
|
2838
2861
|
IconMoneyBill.displayName = 'IconMoneyBill';
|
|
2839
2862
|
|
|
2840
|
-
var _excluded$
|
|
2863
|
+
var _excluded$dM = ["testId", "size", "color", "style", "variant"];
|
|
2841
2864
|
var IconPercentage = React.forwardRef(function (_ref, ref) {
|
|
2842
2865
|
var _ref$testId = _ref.testId,
|
|
2843
2866
|
testId = _ref$testId === void 0 ? 'icon-percentage' : _ref$testId,
|
|
@@ -2846,7 +2869,7 @@ var IconPercentage = React.forwardRef(function (_ref, ref) {
|
|
|
2846
2869
|
style = _ref.style,
|
|
2847
2870
|
_ref$variant = _ref.variant,
|
|
2848
2871
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2849
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2872
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dM);
|
|
2850
2873
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2851
2874
|
var styleProps = {
|
|
2852
2875
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2882,7 +2905,7 @@ var IconPercentage = React.forwardRef(function (_ref, ref) {
|
|
|
2882
2905
|
});
|
|
2883
2906
|
IconPercentage.displayName = 'IconPercentage';
|
|
2884
2907
|
|
|
2885
|
-
var _excluded$
|
|
2908
|
+
var _excluded$dL = ["testId", "size", "color", "style", "variant"];
|
|
2886
2909
|
var IconSitemap = React.forwardRef(function (_ref, ref) {
|
|
2887
2910
|
var _ref$testId = _ref.testId,
|
|
2888
2911
|
testId = _ref$testId === void 0 ? 'icon-sitemap' : _ref$testId,
|
|
@@ -2891,7 +2914,7 @@ var IconSitemap = React.forwardRef(function (_ref, ref) {
|
|
|
2891
2914
|
style = _ref.style,
|
|
2892
2915
|
_ref$variant = _ref.variant,
|
|
2893
2916
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2894
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2917
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dL);
|
|
2895
2918
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2896
2919
|
var styleProps = {
|
|
2897
2920
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2927,7 +2950,7 @@ var IconSitemap = React.forwardRef(function (_ref, ref) {
|
|
|
2927
2950
|
});
|
|
2928
2951
|
IconSitemap.displayName = 'IconSitemap';
|
|
2929
2952
|
|
|
2930
|
-
var _excluded$
|
|
2953
|
+
var _excluded$dK = ["testId", "size", "color", "style", "variant"];
|
|
2931
2954
|
var IconTable = React.forwardRef(function (_ref, ref) {
|
|
2932
2955
|
var _ref$testId = _ref.testId,
|
|
2933
2956
|
testId = _ref$testId === void 0 ? 'icon-table' : _ref$testId,
|
|
@@ -2936,7 +2959,7 @@ var IconTable = React.forwardRef(function (_ref, ref) {
|
|
|
2936
2959
|
style = _ref.style,
|
|
2937
2960
|
_ref$variant = _ref.variant,
|
|
2938
2961
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2939
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2962
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dK);
|
|
2940
2963
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2941
2964
|
var styleProps = {
|
|
2942
2965
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2972,7 +2995,7 @@ var IconTable = React.forwardRef(function (_ref, ref) {
|
|
|
2972
2995
|
});
|
|
2973
2996
|
IconTable.displayName = 'IconTable';
|
|
2974
2997
|
|
|
2975
|
-
var _excluded$
|
|
2998
|
+
var _excluded$dJ = ["testId", "size", "color", "style", "variant"];
|
|
2976
2999
|
var IconBell = React.forwardRef(function (_ref, ref) {
|
|
2977
3000
|
var _ref$testId = _ref.testId,
|
|
2978
3001
|
testId = _ref$testId === void 0 ? 'icon-bell' : _ref$testId,
|
|
@@ -2981,7 +3004,7 @@ var IconBell = React.forwardRef(function (_ref, ref) {
|
|
|
2981
3004
|
style = _ref.style,
|
|
2982
3005
|
_ref$variant = _ref.variant,
|
|
2983
3006
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
2984
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3007
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dJ);
|
|
2985
3008
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2986
3009
|
var styleProps = {
|
|
2987
3010
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3017,7 +3040,7 @@ var IconBell = React.forwardRef(function (_ref, ref) {
|
|
|
3017
3040
|
});
|
|
3018
3041
|
IconBell.displayName = 'IconBell';
|
|
3019
3042
|
|
|
3020
|
-
var _excluded$
|
|
3043
|
+
var _excluded$dI = ["testId", "size", "color", "style", "variant"];
|
|
3021
3044
|
var IconBullhorn = React.forwardRef(function (_ref, ref) {
|
|
3022
3045
|
var _ref$testId = _ref.testId,
|
|
3023
3046
|
testId = _ref$testId === void 0 ? 'icon-bullhorn' : _ref$testId,
|
|
@@ -3026,7 +3049,7 @@ var IconBullhorn = React.forwardRef(function (_ref, ref) {
|
|
|
3026
3049
|
style = _ref.style,
|
|
3027
3050
|
_ref$variant = _ref.variant,
|
|
3028
3051
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3029
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3052
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dI);
|
|
3030
3053
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3031
3054
|
var styleProps = {
|
|
3032
3055
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3062,7 +3085,7 @@ var IconBullhorn = React.forwardRef(function (_ref, ref) {
|
|
|
3062
3085
|
});
|
|
3063
3086
|
IconBullhorn.displayName = 'IconBullhorn';
|
|
3064
3087
|
|
|
3065
|
-
var _excluded$
|
|
3088
|
+
var _excluded$dH = ["testId", "size", "color", "style", "variant"];
|
|
3066
3089
|
var IconCamera = React.forwardRef(function (_ref, ref) {
|
|
3067
3090
|
var _ref$testId = _ref.testId,
|
|
3068
3091
|
testId = _ref$testId === void 0 ? 'icon-camera' : _ref$testId,
|
|
@@ -3071,7 +3094,7 @@ var IconCamera = React.forwardRef(function (_ref, ref) {
|
|
|
3071
3094
|
style = _ref.style,
|
|
3072
3095
|
_ref$variant = _ref.variant,
|
|
3073
3096
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3074
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3097
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dH);
|
|
3075
3098
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3076
3099
|
var styleProps = {
|
|
3077
3100
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3107,7 +3130,7 @@ var IconCamera = React.forwardRef(function (_ref, ref) {
|
|
|
3107
3130
|
});
|
|
3108
3131
|
IconCamera.displayName = 'IconCamera';
|
|
3109
3132
|
|
|
3110
|
-
var _excluded$
|
|
3133
|
+
var _excluded$dG = ["testId", "size", "color", "style", "variant"];
|
|
3111
3134
|
var IconCameraSlash = React.forwardRef(function (_ref, ref) {
|
|
3112
3135
|
var _ref$testId = _ref.testId,
|
|
3113
3136
|
testId = _ref$testId === void 0 ? 'icon-camera-slash' : _ref$testId,
|
|
@@ -3116,7 +3139,7 @@ var IconCameraSlash = React.forwardRef(function (_ref, ref) {
|
|
|
3116
3139
|
style = _ref.style,
|
|
3117
3140
|
_ref$variant = _ref.variant,
|
|
3118
3141
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3119
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3142
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dG);
|
|
3120
3143
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3121
3144
|
var styleProps = {
|
|
3122
3145
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3152,7 +3175,7 @@ var IconCameraSlash = React.forwardRef(function (_ref, ref) {
|
|
|
3152
3175
|
});
|
|
3153
3176
|
IconCameraSlash.displayName = 'IconCameraSlash';
|
|
3154
3177
|
|
|
3155
|
-
var _excluded$
|
|
3178
|
+
var _excluded$dF = ["testId", "size", "color", "style", "variant"];
|
|
3156
3179
|
var IconComment = React.forwardRef(function (_ref, ref) {
|
|
3157
3180
|
var _ref$testId = _ref.testId,
|
|
3158
3181
|
testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
|
|
@@ -3161,7 +3184,7 @@ var IconComment = React.forwardRef(function (_ref, ref) {
|
|
|
3161
3184
|
style = _ref.style,
|
|
3162
3185
|
_ref$variant = _ref.variant,
|
|
3163
3186
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3164
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3187
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dF);
|
|
3165
3188
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3166
3189
|
var styleProps = {
|
|
3167
3190
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3197,7 +3220,7 @@ var IconComment = React.forwardRef(function (_ref, ref) {
|
|
|
3197
3220
|
});
|
|
3198
3221
|
IconComment.displayName = 'IconComment';
|
|
3199
3222
|
|
|
3200
|
-
var _excluded$
|
|
3223
|
+
var _excluded$dE = ["testId", "size", "color", "style", "variant"];
|
|
3201
3224
|
var IconCommentLines = React.forwardRef(function (_ref, ref) {
|
|
3202
3225
|
var _ref$testId = _ref.testId,
|
|
3203
3226
|
testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
|
|
@@ -3206,7 +3229,7 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
|
|
|
3206
3229
|
style = _ref.style,
|
|
3207
3230
|
_ref$variant = _ref.variant,
|
|
3208
3231
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3209
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3232
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dE);
|
|
3210
3233
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3211
3234
|
var styleProps = {
|
|
3212
3235
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3242,7 +3265,7 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
|
|
|
3242
3265
|
});
|
|
3243
3266
|
IconCommentLines.displayName = 'IconCommentLines';
|
|
3244
3267
|
|
|
3245
|
-
var _excluded$
|
|
3268
|
+
var _excluded$dD = ["testId", "size", "color", "style", "variant"];
|
|
3246
3269
|
var IconEnvelope = React.forwardRef(function (_ref, ref) {
|
|
3247
3270
|
var _ref$testId = _ref.testId,
|
|
3248
3271
|
testId = _ref$testId === void 0 ? 'icon-envelope' : _ref$testId,
|
|
@@ -3251,7 +3274,7 @@ var IconEnvelope = React.forwardRef(function (_ref, ref) {
|
|
|
3251
3274
|
style = _ref.style,
|
|
3252
3275
|
_ref$variant = _ref.variant,
|
|
3253
3276
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3254
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3277
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dD);
|
|
3255
3278
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3256
3279
|
var styleProps = {
|
|
3257
3280
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3287,7 +3310,7 @@ var IconEnvelope = React.forwardRef(function (_ref, ref) {
|
|
|
3287
3310
|
});
|
|
3288
3311
|
IconEnvelope.displayName = 'IconEnvelope';
|
|
3289
3312
|
|
|
3290
|
-
var _excluded$
|
|
3313
|
+
var _excluded$dC = ["testId", "size", "color", "style", "variant"];
|
|
3291
3314
|
var IconMessages = React.forwardRef(function (_ref, ref) {
|
|
3292
3315
|
var _ref$testId = _ref.testId,
|
|
3293
3316
|
testId = _ref$testId === void 0 ? 'icon-messages' : _ref$testId,
|
|
@@ -3296,7 +3319,7 @@ var IconMessages = React.forwardRef(function (_ref, ref) {
|
|
|
3296
3319
|
style = _ref.style,
|
|
3297
3320
|
_ref$variant = _ref.variant,
|
|
3298
3321
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3299
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3322
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dC);
|
|
3300
3323
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3301
3324
|
var styleProps = {
|
|
3302
3325
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3332,7 +3355,7 @@ var IconMessages = React.forwardRef(function (_ref, ref) {
|
|
|
3332
3355
|
});
|
|
3333
3356
|
IconMessages.displayName = 'IconMessages';
|
|
3334
3357
|
|
|
3335
|
-
var _excluded$
|
|
3358
|
+
var _excluded$dB = ["testId", "size", "color", "style", "variant"];
|
|
3336
3359
|
var IconMicrophone = React.forwardRef(function (_ref, ref) {
|
|
3337
3360
|
var _ref$testId = _ref.testId,
|
|
3338
3361
|
testId = _ref$testId === void 0 ? 'icon-microphone' : _ref$testId,
|
|
@@ -3341,7 +3364,7 @@ var IconMicrophone = React.forwardRef(function (_ref, ref) {
|
|
|
3341
3364
|
style = _ref.style,
|
|
3342
3365
|
_ref$variant = _ref.variant,
|
|
3343
3366
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3344
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3367
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dB);
|
|
3345
3368
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3346
3369
|
var styleProps = {
|
|
3347
3370
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3391,7 +3414,7 @@ var IconMicrophone = React.forwardRef(function (_ref, ref) {
|
|
|
3391
3414
|
});
|
|
3392
3415
|
IconMicrophone.displayName = 'IconMicrophone';
|
|
3393
3416
|
|
|
3394
|
-
var _excluded$
|
|
3417
|
+
var _excluded$dA = ["testId", "size", "color", "style", "variant"];
|
|
3395
3418
|
var IconMobile = React.forwardRef(function (_ref, ref) {
|
|
3396
3419
|
var _ref$testId = _ref.testId,
|
|
3397
3420
|
testId = _ref$testId === void 0 ? 'icon-mobile' : _ref$testId,
|
|
@@ -3400,7 +3423,7 @@ var IconMobile = React.forwardRef(function (_ref, ref) {
|
|
|
3400
3423
|
style = _ref.style,
|
|
3401
3424
|
_ref$variant = _ref.variant,
|
|
3402
3425
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3403
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3426
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dA);
|
|
3404
3427
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3405
3428
|
var styleProps = {
|
|
3406
3429
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3436,7 +3459,7 @@ var IconMobile = React.forwardRef(function (_ref, ref) {
|
|
|
3436
3459
|
});
|
|
3437
3460
|
IconMobile.displayName = 'IconMobile';
|
|
3438
3461
|
|
|
3439
|
-
var _excluded$
|
|
3462
|
+
var _excluded$dz = ["testId", "size", "color", "style", "variant"];
|
|
3440
3463
|
var IconPhone = React.forwardRef(function (_ref, ref) {
|
|
3441
3464
|
var _ref$testId = _ref.testId,
|
|
3442
3465
|
testId = _ref$testId === void 0 ? 'icon-phone' : _ref$testId,
|
|
@@ -3445,7 +3468,7 @@ var IconPhone = React.forwardRef(function (_ref, ref) {
|
|
|
3445
3468
|
style = _ref.style,
|
|
3446
3469
|
_ref$variant = _ref.variant,
|
|
3447
3470
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3448
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3471
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dz);
|
|
3449
3472
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3450
3473
|
var styleProps = {
|
|
3451
3474
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3481,7 +3504,7 @@ var IconPhone = React.forwardRef(function (_ref, ref) {
|
|
|
3481
3504
|
});
|
|
3482
3505
|
IconPhone.displayName = 'IconPhone';
|
|
3483
3506
|
|
|
3484
|
-
var _excluded$
|
|
3507
|
+
var _excluded$dy = ["testId", "size", "color", "style", "variant"];
|
|
3485
3508
|
var IconVideo = React.forwardRef(function (_ref, ref) {
|
|
3486
3509
|
var _ref$testId = _ref.testId,
|
|
3487
3510
|
testId = _ref$testId === void 0 ? 'icon-video' : _ref$testId,
|
|
@@ -3490,7 +3513,7 @@ var IconVideo = React.forwardRef(function (_ref, ref) {
|
|
|
3490
3513
|
style = _ref.style,
|
|
3491
3514
|
_ref$variant = _ref.variant,
|
|
3492
3515
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3493
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3516
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dy);
|
|
3494
3517
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3495
3518
|
var styleProps = {
|
|
3496
3519
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3533,7 +3556,7 @@ var IconVideo = React.forwardRef(function (_ref, ref) {
|
|
|
3533
3556
|
});
|
|
3534
3557
|
IconVideo.displayName = 'IconVideo';
|
|
3535
3558
|
|
|
3536
|
-
var _excluded$
|
|
3559
|
+
var _excluded$dx = ["testId", "size", "color", "style", "variant"];
|
|
3537
3560
|
var IconWifi = React.forwardRef(function (_ref, ref) {
|
|
3538
3561
|
var _ref$testId = _ref.testId,
|
|
3539
3562
|
testId = _ref$testId === void 0 ? 'icon-wifi' : _ref$testId,
|
|
@@ -3542,7 +3565,7 @@ var IconWifi = React.forwardRef(function (_ref, ref) {
|
|
|
3542
3565
|
style = _ref.style,
|
|
3543
3566
|
_ref$variant = _ref.variant,
|
|
3544
3567
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3545
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3568
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dx);
|
|
3546
3569
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3547
3570
|
var styleProps = {
|
|
3548
3571
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3578,7 +3601,7 @@ var IconWifi = React.forwardRef(function (_ref, ref) {
|
|
|
3578
3601
|
});
|
|
3579
3602
|
IconWifi.displayName = 'IconWifi';
|
|
3580
3603
|
|
|
3581
|
-
var _excluded$
|
|
3604
|
+
var _excluded$dw = ["testId", "size", "color", "style", "variant"];
|
|
3582
3605
|
var IconWifiSlash = React.forwardRef(function (_ref, ref) {
|
|
3583
3606
|
var _ref$testId = _ref.testId,
|
|
3584
3607
|
testId = _ref$testId === void 0 ? 'icon-wifi-slash' : _ref$testId,
|
|
@@ -3587,7 +3610,7 @@ var IconWifiSlash = React.forwardRef(function (_ref, ref) {
|
|
|
3587
3610
|
style = _ref.style,
|
|
3588
3611
|
_ref$variant = _ref.variant,
|
|
3589
3612
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3590
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3613
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dw);
|
|
3591
3614
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3592
3615
|
var styleProps = {
|
|
3593
3616
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3623,7 +3646,7 @@ var IconWifiSlash = React.forwardRef(function (_ref, ref) {
|
|
|
3623
3646
|
});
|
|
3624
3647
|
IconWifiSlash.displayName = 'IconWifiSlash';
|
|
3625
3648
|
|
|
3626
|
-
var _excluded$
|
|
3649
|
+
var _excluded$dv = ["testId", "size", "color", "style", "variant"];
|
|
3627
3650
|
var IconBarsH = React.forwardRef(function (_ref, ref) {
|
|
3628
3651
|
var _ref$testId = _ref.testId,
|
|
3629
3652
|
testId = _ref$testId === void 0 ? 'icon-bars-h' : _ref$testId,
|
|
@@ -3632,7 +3655,7 @@ var IconBarsH = React.forwardRef(function (_ref, ref) {
|
|
|
3632
3655
|
style = _ref.style,
|
|
3633
3656
|
_ref$variant = _ref.variant,
|
|
3634
3657
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3635
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3658
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dv);
|
|
3636
3659
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3637
3660
|
var styleProps = {
|
|
3638
3661
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3670,7 +3693,7 @@ var IconBarsH = React.forwardRef(function (_ref, ref) {
|
|
|
3670
3693
|
});
|
|
3671
3694
|
IconBarsH.displayName = 'IconBarsH';
|
|
3672
3695
|
|
|
3673
|
-
var _excluded$
|
|
3696
|
+
var _excluded$du = ["testId", "size", "color", "style", "variant"];
|
|
3674
3697
|
var IconBold = React.forwardRef(function (_ref, ref) {
|
|
3675
3698
|
var _ref$testId = _ref.testId,
|
|
3676
3699
|
testId = _ref$testId === void 0 ? 'icon-bold' : _ref$testId,
|
|
@@ -3679,7 +3702,7 @@ var IconBold = React.forwardRef(function (_ref, ref) {
|
|
|
3679
3702
|
style = _ref.style,
|
|
3680
3703
|
_ref$variant = _ref.variant,
|
|
3681
3704
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3682
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3705
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$du);
|
|
3683
3706
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3684
3707
|
var styleProps = {
|
|
3685
3708
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3715,7 +3738,7 @@ var IconBold = React.forwardRef(function (_ref, ref) {
|
|
|
3715
3738
|
});
|
|
3716
3739
|
IconBold.displayName = 'IconBold';
|
|
3717
3740
|
|
|
3718
|
-
var _excluded$
|
|
3741
|
+
var _excluded$dt = ["testId", "size", "color", "style", "variant"];
|
|
3719
3742
|
var IconCheckCircle = React.forwardRef(function (_ref, ref) {
|
|
3720
3743
|
var _ref$testId = _ref.testId,
|
|
3721
3744
|
testId = _ref$testId === void 0 ? 'icon-check-circle' : _ref$testId,
|
|
@@ -3724,6 +3747,51 @@ var IconCheckCircle = React.forwardRef(function (_ref, ref) {
|
|
|
3724
3747
|
style = _ref.style,
|
|
3725
3748
|
_ref$variant = _ref.variant,
|
|
3726
3749
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3750
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dt);
|
|
3751
|
+
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3752
|
+
var styleProps = {
|
|
3753
|
+
size: !size && isInsideButton ? 'medium' : size,
|
|
3754
|
+
color: color,
|
|
3755
|
+
style: style
|
|
3756
|
+
};
|
|
3757
|
+
if (variant === 'solid') {
|
|
3758
|
+
return React__default["default"].createElement("svg", _extends({
|
|
3759
|
+
style: getIconStyles(styleProps),
|
|
3760
|
+
"data-testid": testId,
|
|
3761
|
+
ref: ref
|
|
3762
|
+
}, props, {
|
|
3763
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3764
|
+
fill: "none",
|
|
3765
|
+
viewBox: "0 0 24 25"
|
|
3766
|
+
}), React__default["default"].createElement("path", {
|
|
3767
|
+
fill: "currentColor",
|
|
3768
|
+
d: "M12 24C5.372 24 0 18.628 0 12S5.372 0 12 0s12 5.372 12 12-5.372 12-12 12Zm5.531-17.17a1.124 1.124 0 0 0-1.57.248l-5.597 7.697-2.442-2.442a1.125 1.125 0 0 0-1.59 1.59l3.376 3.374c.234.234.553.351.881.328.328-.023.628-.192.82-.46L17.78 8.4a1.124 1.124 0 0 0-.248-1.57Z"
|
|
3769
|
+
}));
|
|
3770
|
+
}
|
|
3771
|
+
return React__default["default"].createElement("svg", _extends({
|
|
3772
|
+
style: getIconStyles(styleProps),
|
|
3773
|
+
"data-testid": testId,
|
|
3774
|
+
ref: ref
|
|
3775
|
+
}, props, {
|
|
3776
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3777
|
+
fill: "none",
|
|
3778
|
+
viewBox: "0 0 24 25"
|
|
3779
|
+
}), React__default["default"].createElement("path", {
|
|
3780
|
+
fill: "currentColor",
|
|
3781
|
+
d: "M12 24C5.372 24 0 18.628 0 12S5.372 0 12 0s12 5.372 12 12-5.372 12-12 12Zm0-22.5C6.202 1.5 1.5 6.202 1.5 12S6.202 22.5 12 22.5 22.5 17.798 22.5 12 17.798 1.5 12 1.5Zm3.895 6.31a.75.75 0 0 1 1.21.88l-6 8.25a.738.738 0 0 1-.549.305.762.762 0 0 1-.59-.215l-3-3a.753.753 0 0 1 0-1.06.753.753 0 0 1 1.059 0l2.377 2.377 5.484-7.538h.01Z"
|
|
3782
|
+
}));
|
|
3783
|
+
});
|
|
3784
|
+
IconCheckCircle.displayName = 'IconCheckCircle';
|
|
3785
|
+
|
|
3786
|
+
var _excluded$ds = ["testId", "size", "color", "style", "variant"];
|
|
3787
|
+
var IconCog = React.forwardRef(function (_ref, ref) {
|
|
3788
|
+
var _ref$testId = _ref.testId,
|
|
3789
|
+
testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
|
|
3790
|
+
size = _ref.size,
|
|
3791
|
+
color = _ref.color,
|
|
3792
|
+
style = _ref.style,
|
|
3793
|
+
_ref$variant = _ref.variant,
|
|
3794
|
+
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3727
3795
|
props = _objectWithoutPropertiesLoose(_ref, _excluded$ds);
|
|
3728
3796
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3729
3797
|
var styleProps = {
|
|
@@ -3731,51 +3799,6 @@ var IconCheckCircle = React.forwardRef(function (_ref, ref) {
|
|
|
3731
3799
|
color: color,
|
|
3732
3800
|
style: style
|
|
3733
3801
|
};
|
|
3734
|
-
if (variant === 'solid') {
|
|
3735
|
-
return React__default["default"].createElement("svg", _extends({
|
|
3736
|
-
style: getIconStyles(styleProps),
|
|
3737
|
-
"data-testid": testId,
|
|
3738
|
-
ref: ref
|
|
3739
|
-
}, props, {
|
|
3740
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3741
|
-
fill: "none",
|
|
3742
|
-
viewBox: "0 0 24 25"
|
|
3743
|
-
}), React__default["default"].createElement("path", {
|
|
3744
|
-
fill: "currentColor",
|
|
3745
|
-
d: "M12 24C5.372 24 0 18.628 0 12S5.372 0 12 0s12 5.372 12 12-5.372 12-12 12Zm5.531-17.17a1.124 1.124 0 0 0-1.57.248l-5.597 7.697-2.442-2.442a1.125 1.125 0 0 0-1.59 1.59l3.376 3.374c.234.234.553.351.881.328.328-.023.628-.192.82-.46L17.78 8.4a1.124 1.124 0 0 0-.248-1.57Z"
|
|
3746
|
-
}));
|
|
3747
|
-
}
|
|
3748
|
-
return React__default["default"].createElement("svg", _extends({
|
|
3749
|
-
style: getIconStyles(styleProps),
|
|
3750
|
-
"data-testid": testId,
|
|
3751
|
-
ref: ref
|
|
3752
|
-
}, props, {
|
|
3753
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3754
|
-
fill: "none",
|
|
3755
|
-
viewBox: "0 0 24 25"
|
|
3756
|
-
}), React__default["default"].createElement("path", {
|
|
3757
|
-
fill: "currentColor",
|
|
3758
|
-
d: "M12 24C5.372 24 0 18.628 0 12S5.372 0 12 0s12 5.372 12 12-5.372 12-12 12Zm0-22.5C6.202 1.5 1.5 6.202 1.5 12S6.202 22.5 12 22.5 22.5 17.798 22.5 12 17.798 1.5 12 1.5Zm3.895 6.31a.75.75 0 0 1 1.21.88l-6 8.25a.738.738 0 0 1-.549.305.762.762 0 0 1-.59-.215l-3-3a.753.753 0 0 1 0-1.06.753.753 0 0 1 1.059 0l2.377 2.377 5.484-7.538h.01Z"
|
|
3759
|
-
}));
|
|
3760
|
-
});
|
|
3761
|
-
IconCheckCircle.displayName = 'IconCheckCircle';
|
|
3762
|
-
|
|
3763
|
-
var _excluded$dr = ["testId", "size", "color", "style", "variant"];
|
|
3764
|
-
var IconCog = React.forwardRef(function (_ref, ref) {
|
|
3765
|
-
var _ref$testId = _ref.testId,
|
|
3766
|
-
testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
|
|
3767
|
-
size = _ref.size,
|
|
3768
|
-
color = _ref.color,
|
|
3769
|
-
style = _ref.style,
|
|
3770
|
-
_ref$variant = _ref.variant,
|
|
3771
|
-
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3772
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$dr);
|
|
3773
|
-
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3774
|
-
var styleProps = {
|
|
3775
|
-
size: !size && isInsideButton ? 'medium' : size,
|
|
3776
|
-
color: color,
|
|
3777
|
-
style: style
|
|
3778
|
-
};
|
|
3779
3802
|
if (variant === 'solid') {
|
|
3780
3803
|
return React__default["default"].createElement("svg", _extends({
|
|
3781
3804
|
style: getIconStyles(styleProps),
|
|
@@ -3819,7 +3842,7 @@ var IconCog = React.forwardRef(function (_ref, ref) {
|
|
|
3819
3842
|
});
|
|
3820
3843
|
IconCog.displayName = 'IconCog';
|
|
3821
3844
|
|
|
3822
|
-
var _excluded$
|
|
3845
|
+
var _excluded$dr = ["testId", "size", "color", "style", "variant"];
|
|
3823
3846
|
var IconCopy = React.forwardRef(function (_ref, ref) {
|
|
3824
3847
|
var _ref$testId = _ref.testId,
|
|
3825
3848
|
testId = _ref$testId === void 0 ? 'icon-copy' : _ref$testId,
|
|
@@ -3828,7 +3851,7 @@ var IconCopy = React.forwardRef(function (_ref, ref) {
|
|
|
3828
3851
|
style = _ref.style,
|
|
3829
3852
|
_ref$variant = _ref.variant,
|
|
3830
3853
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3831
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3854
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dr);
|
|
3832
3855
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3833
3856
|
var styleProps = {
|
|
3834
3857
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3878,7 +3901,7 @@ var IconCopy = React.forwardRef(function (_ref, ref) {
|
|
|
3878
3901
|
});
|
|
3879
3902
|
IconCopy.displayName = 'IconCopy';
|
|
3880
3903
|
|
|
3881
|
-
var _excluded$
|
|
3904
|
+
var _excluded$dq = ["testId", "size", "color", "style", "variant"];
|
|
3882
3905
|
var IconEdit = React.forwardRef(function (_ref, ref) {
|
|
3883
3906
|
var _ref$testId = _ref.testId,
|
|
3884
3907
|
testId = _ref$testId === void 0 ? 'icon-edit' : _ref$testId,
|
|
@@ -3887,7 +3910,7 @@ var IconEdit = React.forwardRef(function (_ref, ref) {
|
|
|
3887
3910
|
style = _ref.style,
|
|
3888
3911
|
_ref$variant = _ref.variant,
|
|
3889
3912
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3890
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3913
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dq);
|
|
3891
3914
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3892
3915
|
var styleProps = {
|
|
3893
3916
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3923,7 +3946,7 @@ var IconEdit = React.forwardRef(function (_ref, ref) {
|
|
|
3923
3946
|
});
|
|
3924
3947
|
IconEdit.displayName = 'IconEdit';
|
|
3925
3948
|
|
|
3926
|
-
var _excluded$
|
|
3949
|
+
var _excluded$dp = ["testId", "size", "color", "style", "variant"];
|
|
3927
3950
|
var IconEllipsis = React.forwardRef(function (_ref, ref) {
|
|
3928
3951
|
var _ref$testId = _ref.testId,
|
|
3929
3952
|
testId = _ref$testId === void 0 ? 'icon-ellipsis' : _ref$testId,
|
|
@@ -3932,7 +3955,7 @@ var IconEllipsis = React.forwardRef(function (_ref, ref) {
|
|
|
3932
3955
|
style = _ref.style,
|
|
3933
3956
|
_ref$variant = _ref.variant,
|
|
3934
3957
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3935
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3958
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dp);
|
|
3936
3959
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3937
3960
|
var styleProps = {
|
|
3938
3961
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3970,7 +3993,7 @@ var IconEllipsis = React.forwardRef(function (_ref, ref) {
|
|
|
3970
3993
|
});
|
|
3971
3994
|
IconEllipsis.displayName = 'IconEllipsis';
|
|
3972
3995
|
|
|
3973
|
-
var _excluded$
|
|
3996
|
+
var _excluded$do = ["testId", "size", "color", "style", "variant"];
|
|
3974
3997
|
var IconEllipsisV = React.forwardRef(function (_ref, ref) {
|
|
3975
3998
|
var _ref$testId = _ref.testId,
|
|
3976
3999
|
testId = _ref$testId === void 0 ? 'icon-ellipsis-v' : _ref$testId,
|
|
@@ -3979,7 +4002,7 @@ var IconEllipsisV = React.forwardRef(function (_ref, ref) {
|
|
|
3979
4002
|
style = _ref.style,
|
|
3980
4003
|
_ref$variant = _ref.variant,
|
|
3981
4004
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
3982
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4005
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$do);
|
|
3983
4006
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3984
4007
|
var styleProps = {
|
|
3985
4008
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4017,7 +4040,7 @@ var IconEllipsisV = React.forwardRef(function (_ref, ref) {
|
|
|
4017
4040
|
});
|
|
4018
4041
|
IconEllipsisV.displayName = 'IconEllipsisV';
|
|
4019
4042
|
|
|
4020
|
-
var _excluded$
|
|
4043
|
+
var _excluded$dn = ["testId", "size", "color", "style", "variant"];
|
|
4021
4044
|
var IconExternalLink = React.forwardRef(function (_ref, ref) {
|
|
4022
4045
|
var _ref$testId = _ref.testId,
|
|
4023
4046
|
testId = _ref$testId === void 0 ? 'icon-external-link' : _ref$testId,
|
|
@@ -4026,7 +4049,7 @@ var IconExternalLink = React.forwardRef(function (_ref, ref) {
|
|
|
4026
4049
|
style = _ref.style,
|
|
4027
4050
|
_ref$variant = _ref.variant,
|
|
4028
4051
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4029
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4052
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dn);
|
|
4030
4053
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4031
4054
|
var styleProps = {
|
|
4032
4055
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4064,7 +4087,7 @@ var IconExternalLink = React.forwardRef(function (_ref, ref) {
|
|
|
4064
4087
|
});
|
|
4065
4088
|
IconExternalLink.displayName = 'IconExternalLink';
|
|
4066
4089
|
|
|
4067
|
-
var _excluded$
|
|
4090
|
+
var _excluded$dm = ["testId", "size", "color", "style", "variant"];
|
|
4068
4091
|
var IconEye = React.forwardRef(function (_ref, ref) {
|
|
4069
4092
|
var _ref$testId = _ref.testId,
|
|
4070
4093
|
testId = _ref$testId === void 0 ? 'icon-eye' : _ref$testId,
|
|
@@ -4073,7 +4096,7 @@ var IconEye = React.forwardRef(function (_ref, ref) {
|
|
|
4073
4096
|
style = _ref.style,
|
|
4074
4097
|
_ref$variant = _ref.variant,
|
|
4075
4098
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4076
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4099
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dm);
|
|
4077
4100
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4078
4101
|
var styleProps = {
|
|
4079
4102
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4109,7 +4132,7 @@ var IconEye = React.forwardRef(function (_ref, ref) {
|
|
|
4109
4132
|
});
|
|
4110
4133
|
IconEye.displayName = 'IconEye';
|
|
4111
4134
|
|
|
4112
|
-
var _excluded$
|
|
4135
|
+
var _excluded$dl = ["testId", "size", "color", "style", "variant"];
|
|
4113
4136
|
var IconEyeSlash = React.forwardRef(function (_ref, ref) {
|
|
4114
4137
|
var _ref$testId = _ref.testId,
|
|
4115
4138
|
testId = _ref$testId === void 0 ? 'icon-eye-slash' : _ref$testId,
|
|
@@ -4118,7 +4141,7 @@ var IconEyeSlash = React.forwardRef(function (_ref, ref) {
|
|
|
4118
4141
|
style = _ref.style,
|
|
4119
4142
|
_ref$variant = _ref.variant,
|
|
4120
4143
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4121
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4144
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dl);
|
|
4122
4145
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4123
4146
|
var styleProps = {
|
|
4124
4147
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4168,7 +4191,7 @@ var IconEyeSlash = React.forwardRef(function (_ref, ref) {
|
|
|
4168
4191
|
});
|
|
4169
4192
|
IconEyeSlash.displayName = 'IconEyeSlash';
|
|
4170
4193
|
|
|
4171
|
-
var _excluded$
|
|
4194
|
+
var _excluded$dk = ["testId", "size", "color", "style", "variant"];
|
|
4172
4195
|
var IconFile = React.forwardRef(function (_ref, ref) {
|
|
4173
4196
|
var _ref$testId = _ref.testId,
|
|
4174
4197
|
testId = _ref$testId === void 0 ? 'icon-file' : _ref$testId,
|
|
@@ -4177,7 +4200,7 @@ var IconFile = React.forwardRef(function (_ref, ref) {
|
|
|
4177
4200
|
style = _ref.style,
|
|
4178
4201
|
_ref$variant = _ref.variant,
|
|
4179
4202
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4180
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4203
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dk);
|
|
4181
4204
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4182
4205
|
var styleProps = {
|
|
4183
4206
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4227,7 +4250,7 @@ var IconFile = React.forwardRef(function (_ref, ref) {
|
|
|
4227
4250
|
});
|
|
4228
4251
|
IconFile.displayName = 'IconFile';
|
|
4229
4252
|
|
|
4230
|
-
var _excluded$
|
|
4253
|
+
var _excluded$dj = ["testId", "size", "color", "style", "variant"];
|
|
4231
4254
|
var IconGripVertical = React.forwardRef(function (_ref, ref) {
|
|
4232
4255
|
var _ref$testId = _ref.testId,
|
|
4233
4256
|
testId = _ref$testId === void 0 ? 'icon-grip-vertical' : _ref$testId,
|
|
@@ -4236,7 +4259,7 @@ var IconGripVertical = React.forwardRef(function (_ref, ref) {
|
|
|
4236
4259
|
style = _ref.style,
|
|
4237
4260
|
_ref$variant = _ref.variant,
|
|
4238
4261
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4239
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4262
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dj);
|
|
4240
4263
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4241
4264
|
var styleProps = {
|
|
4242
4265
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4272,7 +4295,7 @@ var IconGripVertical = React.forwardRef(function (_ref, ref) {
|
|
|
4272
4295
|
});
|
|
4273
4296
|
IconGripVertical.displayName = 'IconGripVertical';
|
|
4274
4297
|
|
|
4275
|
-
var _excluded$
|
|
4298
|
+
var _excluded$di = ["testId", "size", "color", "style", "variant"];
|
|
4276
4299
|
var IconHouse = React.forwardRef(function (_ref, ref) {
|
|
4277
4300
|
var _ref$testId = _ref.testId,
|
|
4278
4301
|
testId = _ref$testId === void 0 ? 'icon-house' : _ref$testId,
|
|
@@ -4281,7 +4304,7 @@ var IconHouse = React.forwardRef(function (_ref, ref) {
|
|
|
4281
4304
|
style = _ref.style,
|
|
4282
4305
|
_ref$variant = _ref.variant,
|
|
4283
4306
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4284
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4307
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$di);
|
|
4285
4308
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4286
4309
|
var styleProps = {
|
|
4287
4310
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4317,7 +4340,7 @@ var IconHouse = React.forwardRef(function (_ref, ref) {
|
|
|
4317
4340
|
});
|
|
4318
4341
|
IconHouse.displayName = 'IconHouse';
|
|
4319
4342
|
|
|
4320
|
-
var _excluded$
|
|
4343
|
+
var _excluded$dh = ["testId", "size", "color", "style", "variant"];
|
|
4321
4344
|
var IconImage = React.forwardRef(function (_ref, ref) {
|
|
4322
4345
|
var _ref$testId = _ref.testId,
|
|
4323
4346
|
testId = _ref$testId === void 0 ? 'icon-image' : _ref$testId,
|
|
@@ -4326,7 +4349,7 @@ var IconImage = React.forwardRef(function (_ref, ref) {
|
|
|
4326
4349
|
style = _ref.style,
|
|
4327
4350
|
_ref$variant = _ref.variant,
|
|
4328
4351
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4329
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4352
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dh);
|
|
4330
4353
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4331
4354
|
var styleProps = {
|
|
4332
4355
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4362,7 +4385,7 @@ var IconImage = React.forwardRef(function (_ref, ref) {
|
|
|
4362
4385
|
});
|
|
4363
4386
|
IconImage.displayName = 'IconImage';
|
|
4364
4387
|
|
|
4365
|
-
var _excluded$
|
|
4388
|
+
var _excluded$dg = ["testId", "size", "color", "style", "variant"];
|
|
4366
4389
|
var IconItalic = React.forwardRef(function (_ref, ref) {
|
|
4367
4390
|
var _ref$testId = _ref.testId,
|
|
4368
4391
|
testId = _ref$testId === void 0 ? 'icon-italic' : _ref$testId,
|
|
@@ -4371,7 +4394,7 @@ var IconItalic = React.forwardRef(function (_ref, ref) {
|
|
|
4371
4394
|
style = _ref.style,
|
|
4372
4395
|
_ref$variant = _ref.variant,
|
|
4373
4396
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4374
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4397
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dg);
|
|
4375
4398
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4376
4399
|
var styleProps = {
|
|
4377
4400
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4407,7 +4430,7 @@ var IconItalic = React.forwardRef(function (_ref, ref) {
|
|
|
4407
4430
|
});
|
|
4408
4431
|
IconItalic.displayName = 'IconItalic';
|
|
4409
4432
|
|
|
4410
|
-
var _excluded$
|
|
4433
|
+
var _excluded$df = ["testId", "size", "color", "style", "variant"];
|
|
4411
4434
|
var IconLink = React.forwardRef(function (_ref, ref) {
|
|
4412
4435
|
var _ref$testId = _ref.testId,
|
|
4413
4436
|
testId = _ref$testId === void 0 ? 'icon-link' : _ref$testId,
|
|
@@ -4416,7 +4439,7 @@ var IconLink = React.forwardRef(function (_ref, ref) {
|
|
|
4416
4439
|
style = _ref.style,
|
|
4417
4440
|
_ref$variant = _ref.variant,
|
|
4418
4441
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4419
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4442
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$df);
|
|
4420
4443
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4421
4444
|
var styleProps = {
|
|
4422
4445
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4452,7 +4475,7 @@ var IconLink = React.forwardRef(function (_ref, ref) {
|
|
|
4452
4475
|
});
|
|
4453
4476
|
IconLink.displayName = 'IconLink';
|
|
4454
4477
|
|
|
4455
|
-
var _excluded$
|
|
4478
|
+
var _excluded$de = ["testId", "size", "color", "style", "variant"];
|
|
4456
4479
|
var IconList = React.forwardRef(function (_ref, ref) {
|
|
4457
4480
|
var _ref$testId = _ref.testId,
|
|
4458
4481
|
testId = _ref$testId === void 0 ? 'icon-list' : _ref$testId,
|
|
@@ -4461,7 +4484,7 @@ var IconList = React.forwardRef(function (_ref, ref) {
|
|
|
4461
4484
|
style = _ref.style,
|
|
4462
4485
|
_ref$variant = _ref.variant,
|
|
4463
4486
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4464
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4487
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$de);
|
|
4465
4488
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4466
4489
|
var styleProps = {
|
|
4467
4490
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4504,7 +4527,7 @@ var IconList = React.forwardRef(function (_ref, ref) {
|
|
|
4504
4527
|
});
|
|
4505
4528
|
IconList.displayName = 'IconList';
|
|
4506
4529
|
|
|
4507
|
-
var _excluded$
|
|
4530
|
+
var _excluded$dd = ["testId", "size", "color", "style", "variant"];
|
|
4508
4531
|
var IconListOl = React.forwardRef(function (_ref, ref) {
|
|
4509
4532
|
var _ref$testId = _ref.testId,
|
|
4510
4533
|
testId = _ref$testId === void 0 ? 'icon-list-ol' : _ref$testId,
|
|
@@ -4513,7 +4536,7 @@ var IconListOl = React.forwardRef(function (_ref, ref) {
|
|
|
4513
4536
|
style = _ref.style,
|
|
4514
4537
|
_ref$variant = _ref.variant,
|
|
4515
4538
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4516
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4539
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dd);
|
|
4517
4540
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4518
4541
|
var styleProps = {
|
|
4519
4542
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4549,7 +4572,7 @@ var IconListOl = React.forwardRef(function (_ref, ref) {
|
|
|
4549
4572
|
});
|
|
4550
4573
|
IconListOl.displayName = 'IconListOl';
|
|
4551
4574
|
|
|
4552
|
-
var _excluded$
|
|
4575
|
+
var _excluded$dc = ["testId", "size", "color", "style", "variant"];
|
|
4553
4576
|
var IconLock = React.forwardRef(function (_ref, ref) {
|
|
4554
4577
|
var _ref$testId = _ref.testId,
|
|
4555
4578
|
testId = _ref$testId === void 0 ? 'icon-lock' : _ref$testId,
|
|
@@ -4558,7 +4581,7 @@ var IconLock = React.forwardRef(function (_ref, ref) {
|
|
|
4558
4581
|
style = _ref.style,
|
|
4559
4582
|
_ref$variant = _ref.variant,
|
|
4560
4583
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4561
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4584
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$dc);
|
|
4562
4585
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4563
4586
|
var styleProps = {
|
|
4564
4587
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4594,7 +4617,7 @@ var IconLock = React.forwardRef(function (_ref, ref) {
|
|
|
4594
4617
|
});
|
|
4595
4618
|
IconLock.displayName = 'IconLock';
|
|
4596
4619
|
|
|
4597
|
-
var _excluded$
|
|
4620
|
+
var _excluded$db = ["testId", "size", "color", "style", "variant"];
|
|
4598
4621
|
var IconMemoMagnifyingGlass = React.forwardRef(function (_ref, ref) {
|
|
4599
4622
|
var _ref$testId = _ref.testId,
|
|
4600
4623
|
testId = _ref$testId === void 0 ? 'icon-memo-magnifying-glass' : _ref$testId,
|
|
@@ -4603,7 +4626,7 @@ var IconMemoMagnifyingGlass = React.forwardRef(function (_ref, ref) {
|
|
|
4603
4626
|
style = _ref.style,
|
|
4604
4627
|
_ref$variant = _ref.variant,
|
|
4605
4628
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4606
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4629
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$db);
|
|
4607
4630
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4608
4631
|
var styleProps = {
|
|
4609
4632
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4646,7 +4669,7 @@ var IconMemoMagnifyingGlass = React.forwardRef(function (_ref, ref) {
|
|
|
4646
4669
|
});
|
|
4647
4670
|
IconMemoMagnifyingGlass.displayName = 'IconMemoMagnifyingGlass';
|
|
4648
4671
|
|
|
4649
|
-
var _excluded$
|
|
4672
|
+
var _excluded$da = ["testId", "size", "color", "style", "variant"];
|
|
4650
4673
|
var IconMinus = React.forwardRef(function (_ref, ref) {
|
|
4651
4674
|
var _ref$testId = _ref.testId,
|
|
4652
4675
|
testId = _ref$testId === void 0 ? 'icon-minus' : _ref$testId,
|
|
@@ -4655,7 +4678,7 @@ var IconMinus = React.forwardRef(function (_ref, ref) {
|
|
|
4655
4678
|
style = _ref.style,
|
|
4656
4679
|
_ref$variant = _ref.variant,
|
|
4657
4680
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4658
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4681
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$da);
|
|
4659
4682
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4660
4683
|
var styleProps = {
|
|
4661
4684
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4691,7 +4714,7 @@ var IconMinus = React.forwardRef(function (_ref, ref) {
|
|
|
4691
4714
|
});
|
|
4692
4715
|
IconMinus.displayName = 'IconMinus';
|
|
4693
4716
|
|
|
4694
|
-
var _excluded$
|
|
4717
|
+
var _excluded$d9 = ["testId", "size", "color", "style", "variant"];
|
|
4695
4718
|
var IconMinusCircle = React.forwardRef(function (_ref, ref) {
|
|
4696
4719
|
var _ref$testId = _ref.testId,
|
|
4697
4720
|
testId = _ref$testId === void 0 ? 'icon-minus-circle' : _ref$testId,
|
|
@@ -4700,7 +4723,7 @@ var IconMinusCircle = React.forwardRef(function (_ref, ref) {
|
|
|
4700
4723
|
style = _ref.style,
|
|
4701
4724
|
_ref$variant = _ref.variant,
|
|
4702
4725
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4703
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4726
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d9);
|
|
4704
4727
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4705
4728
|
var styleProps = {
|
|
4706
4729
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4750,7 +4773,7 @@ var IconMinusCircle = React.forwardRef(function (_ref, ref) {
|
|
|
4750
4773
|
});
|
|
4751
4774
|
IconMinusCircle.displayName = 'IconMinusCircle';
|
|
4752
4775
|
|
|
4753
|
-
var _excluded$
|
|
4776
|
+
var _excluded$d8 = ["testId", "size", "color", "style", "variant"];
|
|
4754
4777
|
var IconPaperPlane = React.forwardRef(function (_ref, ref) {
|
|
4755
4778
|
var _ref$testId = _ref.testId,
|
|
4756
4779
|
testId = _ref$testId === void 0 ? 'icon-paper-plane' : _ref$testId,
|
|
@@ -4759,7 +4782,7 @@ var IconPaperPlane = React.forwardRef(function (_ref, ref) {
|
|
|
4759
4782
|
style = _ref.style,
|
|
4760
4783
|
_ref$variant = _ref.variant,
|
|
4761
4784
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4762
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4785
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d8);
|
|
4763
4786
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4764
4787
|
var styleProps = {
|
|
4765
4788
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4797,7 +4820,7 @@ var IconPaperPlane = React.forwardRef(function (_ref, ref) {
|
|
|
4797
4820
|
});
|
|
4798
4821
|
IconPaperPlane.displayName = 'IconPaperPlane';
|
|
4799
4822
|
|
|
4800
|
-
var _excluded$
|
|
4823
|
+
var _excluded$d7 = ["testId", "size", "color", "style", "variant"];
|
|
4801
4824
|
var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
|
|
4802
4825
|
var _ref$testId = _ref.testId,
|
|
4803
4826
|
testId = _ref$testId === void 0 ? 'icon-paper-plane-clock' : _ref$testId,
|
|
@@ -4806,7 +4829,7 @@ var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
|
|
|
4806
4829
|
style = _ref.style,
|
|
4807
4830
|
_ref$variant = _ref.variant,
|
|
4808
4831
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4809
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4832
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d7);
|
|
4810
4833
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4811
4834
|
var styleProps = {
|
|
4812
4835
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4853,7 +4876,7 @@ var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
|
|
|
4853
4876
|
});
|
|
4854
4877
|
IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
|
|
4855
4878
|
|
|
4856
|
-
var _excluded$
|
|
4879
|
+
var _excluded$d6 = ["testId", "size", "color", "style", "variant"];
|
|
4857
4880
|
var IconPaperclip = React.forwardRef(function (_ref, ref) {
|
|
4858
4881
|
var _ref$testId = _ref.testId,
|
|
4859
4882
|
testId = _ref$testId === void 0 ? 'icon-paperclip' : _ref$testId,
|
|
@@ -4862,7 +4885,7 @@ var IconPaperclip = React.forwardRef(function (_ref, ref) {
|
|
|
4862
4885
|
style = _ref.style,
|
|
4863
4886
|
_ref$variant = _ref.variant,
|
|
4864
4887
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4865
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4888
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d6);
|
|
4866
4889
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4867
4890
|
var styleProps = {
|
|
4868
4891
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4905,7 +4928,7 @@ var IconPaperclip = React.forwardRef(function (_ref, ref) {
|
|
|
4905
4928
|
});
|
|
4906
4929
|
IconPaperclip.displayName = 'IconPaperclip';
|
|
4907
4930
|
|
|
4908
|
-
var _excluded$
|
|
4931
|
+
var _excluded$d5 = ["testId", "size", "color", "style", "variant"];
|
|
4909
4932
|
var IconPencil = React.forwardRef(function (_ref, ref) {
|
|
4910
4933
|
var _ref$testId = _ref.testId,
|
|
4911
4934
|
testId = _ref$testId === void 0 ? 'icon-pencil' : _ref$testId,
|
|
@@ -4914,7 +4937,7 @@ var IconPencil = React.forwardRef(function (_ref, ref) {
|
|
|
4914
4937
|
style = _ref.style,
|
|
4915
4938
|
_ref$variant = _ref.variant,
|
|
4916
4939
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4917
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4940
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d5);
|
|
4918
4941
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4919
4942
|
var styleProps = {
|
|
4920
4943
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4952,7 +4975,7 @@ var IconPencil = React.forwardRef(function (_ref, ref) {
|
|
|
4952
4975
|
});
|
|
4953
4976
|
IconPencil.displayName = 'IconPencil';
|
|
4954
4977
|
|
|
4955
|
-
var _excluded$
|
|
4978
|
+
var _excluded$d4 = ["testId", "size", "color", "style", "variant"];
|
|
4956
4979
|
var IconPlus = React.forwardRef(function (_ref, ref) {
|
|
4957
4980
|
var _ref$testId = _ref.testId,
|
|
4958
4981
|
testId = _ref$testId === void 0 ? 'icon-plus' : _ref$testId,
|
|
@@ -4961,7 +4984,7 @@ var IconPlus = React.forwardRef(function (_ref, ref) {
|
|
|
4961
4984
|
style = _ref.style,
|
|
4962
4985
|
_ref$variant = _ref.variant,
|
|
4963
4986
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
4964
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4987
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d4);
|
|
4965
4988
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4966
4989
|
var styleProps = {
|
|
4967
4990
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4997,7 +5020,7 @@ var IconPlus = React.forwardRef(function (_ref, ref) {
|
|
|
4997
5020
|
});
|
|
4998
5021
|
IconPlus.displayName = 'IconPlus';
|
|
4999
5022
|
|
|
5000
|
-
var _excluded$
|
|
5023
|
+
var _excluded$d3 = ["testId", "size", "color", "style", "variant"];
|
|
5001
5024
|
var IconPrint = React.forwardRef(function (_ref, ref) {
|
|
5002
5025
|
var _ref$testId = _ref.testId,
|
|
5003
5026
|
testId = _ref$testId === void 0 ? 'icon-print' : _ref$testId,
|
|
@@ -5006,7 +5029,7 @@ var IconPrint = React.forwardRef(function (_ref, ref) {
|
|
|
5006
5029
|
style = _ref.style,
|
|
5007
5030
|
_ref$variant = _ref.variant,
|
|
5008
5031
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5009
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5032
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d3);
|
|
5010
5033
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5011
5034
|
var styleProps = {
|
|
5012
5035
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5044,7 +5067,7 @@ var IconPrint = React.forwardRef(function (_ref, ref) {
|
|
|
5044
5067
|
});
|
|
5045
5068
|
IconPrint.displayName = 'IconPrint';
|
|
5046
5069
|
|
|
5047
|
-
var _excluded$
|
|
5070
|
+
var _excluded$d2 = ["testId", "size", "color", "style", "variant"];
|
|
5048
5071
|
var IconSearch = React.forwardRef(function (_ref, ref) {
|
|
5049
5072
|
var _ref$testId = _ref.testId,
|
|
5050
5073
|
testId = _ref$testId === void 0 ? 'icon-search' : _ref$testId,
|
|
@@ -5053,7 +5076,7 @@ var IconSearch = React.forwardRef(function (_ref, ref) {
|
|
|
5053
5076
|
style = _ref.style,
|
|
5054
5077
|
_ref$variant = _ref.variant,
|
|
5055
5078
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5056
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5079
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d2);
|
|
5057
5080
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5058
5081
|
var styleProps = {
|
|
5059
5082
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5089,7 +5112,7 @@ var IconSearch = React.forwardRef(function (_ref, ref) {
|
|
|
5089
5112
|
});
|
|
5090
5113
|
IconSearch.displayName = 'IconSearch';
|
|
5091
5114
|
|
|
5092
|
-
var _excluded$
|
|
5115
|
+
var _excluded$d1 = ["testId", "size", "color", "style", "variant"];
|
|
5093
5116
|
var IconSignIn = React.forwardRef(function (_ref, ref) {
|
|
5094
5117
|
var _ref$testId = _ref.testId,
|
|
5095
5118
|
testId = _ref$testId === void 0 ? 'icon-sign-in' : _ref$testId,
|
|
@@ -5098,7 +5121,7 @@ var IconSignIn = React.forwardRef(function (_ref, ref) {
|
|
|
5098
5121
|
style = _ref.style,
|
|
5099
5122
|
_ref$variant = _ref.variant,
|
|
5100
5123
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5101
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5124
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d1);
|
|
5102
5125
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5103
5126
|
var styleProps = {
|
|
5104
5127
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5134,7 +5157,7 @@ var IconSignIn = React.forwardRef(function (_ref, ref) {
|
|
|
5134
5157
|
});
|
|
5135
5158
|
IconSignIn.displayName = 'IconSignIn';
|
|
5136
5159
|
|
|
5137
|
-
var _excluded$
|
|
5160
|
+
var _excluded$d0 = ["testId", "size", "color", "style", "variant"];
|
|
5138
5161
|
var IconSignOut = React.forwardRef(function (_ref, ref) {
|
|
5139
5162
|
var _ref$testId = _ref.testId,
|
|
5140
5163
|
testId = _ref$testId === void 0 ? 'icon-sign-out' : _ref$testId,
|
|
@@ -5143,7 +5166,7 @@ var IconSignOut = React.forwardRef(function (_ref, ref) {
|
|
|
5143
5166
|
style = _ref.style,
|
|
5144
5167
|
_ref$variant = _ref.variant,
|
|
5145
5168
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5146
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5169
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d0);
|
|
5147
5170
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5148
5171
|
var styleProps = {
|
|
5149
5172
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5179,7 +5202,7 @@ var IconSignOut = React.forwardRef(function (_ref, ref) {
|
|
|
5179
5202
|
});
|
|
5180
5203
|
IconSignOut.displayName = 'IconSignOut';
|
|
5181
5204
|
|
|
5182
|
-
var _excluded$
|
|
5205
|
+
var _excluded$c$ = ["testId", "size", "color", "style", "variant"];
|
|
5183
5206
|
var IconSlidersH = React.forwardRef(function (_ref, ref) {
|
|
5184
5207
|
var _ref$testId = _ref.testId,
|
|
5185
5208
|
testId = _ref$testId === void 0 ? 'icon-sliders-h' : _ref$testId,
|
|
@@ -5188,7 +5211,7 @@ var IconSlidersH = React.forwardRef(function (_ref, ref) {
|
|
|
5188
5211
|
style = _ref.style,
|
|
5189
5212
|
_ref$variant = _ref.variant,
|
|
5190
5213
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5191
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5214
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$c$);
|
|
5192
5215
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5193
5216
|
var styleProps = {
|
|
5194
5217
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5224,7 +5247,7 @@ var IconSlidersH = React.forwardRef(function (_ref, ref) {
|
|
|
5224
5247
|
});
|
|
5225
5248
|
IconSlidersH.displayName = 'IconSlidersH';
|
|
5226
5249
|
|
|
5227
|
-
var _excluded$
|
|
5250
|
+
var _excluded$c_ = ["testId", "size", "color", "style", "variant"];
|
|
5228
5251
|
var IconSortChevron = React.forwardRef(function (_ref, ref) {
|
|
5229
5252
|
var _ref$testId = _ref.testId,
|
|
5230
5253
|
testId = _ref$testId === void 0 ? 'icon-sort-chevron' : _ref$testId,
|
|
@@ -5233,7 +5256,7 @@ var IconSortChevron = React.forwardRef(function (_ref, ref) {
|
|
|
5233
5256
|
style = _ref.style,
|
|
5234
5257
|
_ref$variant = _ref.variant,
|
|
5235
5258
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5236
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5259
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$c_);
|
|
5237
5260
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5238
5261
|
var styleProps = {
|
|
5239
5262
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5269,7 +5292,7 @@ var IconSortChevron = React.forwardRef(function (_ref, ref) {
|
|
|
5269
5292
|
});
|
|
5270
5293
|
IconSortChevron.displayName = 'IconSortChevron';
|
|
5271
5294
|
|
|
5272
|
-
var _excluded$
|
|
5295
|
+
var _excluded$cZ = ["testId", "size", "color", "style", "variant"];
|
|
5273
5296
|
var IconSortChevronDown = React.forwardRef(function (_ref, ref) {
|
|
5274
5297
|
var _ref$testId = _ref.testId,
|
|
5275
5298
|
testId = _ref$testId === void 0 ? 'icon-sort-chevron-down' : _ref$testId,
|
|
@@ -5278,7 +5301,7 @@ var IconSortChevronDown = React.forwardRef(function (_ref, ref) {
|
|
|
5278
5301
|
style = _ref.style,
|
|
5279
5302
|
_ref$variant = _ref.variant,
|
|
5280
5303
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5281
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5304
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cZ);
|
|
5282
5305
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5283
5306
|
var styleProps = {
|
|
5284
5307
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5314,7 +5337,7 @@ var IconSortChevronDown = React.forwardRef(function (_ref, ref) {
|
|
|
5314
5337
|
});
|
|
5315
5338
|
IconSortChevronDown.displayName = 'IconSortChevronDown';
|
|
5316
5339
|
|
|
5317
|
-
var _excluded$
|
|
5340
|
+
var _excluded$cY = ["testId", "size", "color", "style", "variant"];
|
|
5318
5341
|
var IconSortChevronUp = React.forwardRef(function (_ref, ref) {
|
|
5319
5342
|
var _ref$testId = _ref.testId,
|
|
5320
5343
|
testId = _ref$testId === void 0 ? 'icon-sort-chevron-up' : _ref$testId,
|
|
@@ -5323,7 +5346,7 @@ var IconSortChevronUp = React.forwardRef(function (_ref, ref) {
|
|
|
5323
5346
|
style = _ref.style,
|
|
5324
5347
|
_ref$variant = _ref.variant,
|
|
5325
5348
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5326
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5349
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cY);
|
|
5327
5350
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5328
5351
|
var styleProps = {
|
|
5329
5352
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5359,7 +5382,7 @@ var IconSortChevronUp = React.forwardRef(function (_ref, ref) {
|
|
|
5359
5382
|
});
|
|
5360
5383
|
IconSortChevronUp.displayName = 'IconSortChevronUp';
|
|
5361
5384
|
|
|
5362
|
-
var _excluded$
|
|
5385
|
+
var _excluded$cX = ["testId", "size", "color", "style", "variant"];
|
|
5363
5386
|
var IconStrikethrough = React.forwardRef(function (_ref, ref) {
|
|
5364
5387
|
var _ref$testId = _ref.testId,
|
|
5365
5388
|
testId = _ref$testId === void 0 ? 'icon-strikethrough' : _ref$testId,
|
|
@@ -5368,7 +5391,7 @@ var IconStrikethrough = React.forwardRef(function (_ref, ref) {
|
|
|
5368
5391
|
style = _ref.style,
|
|
5369
5392
|
_ref$variant = _ref.variant,
|
|
5370
5393
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5371
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5394
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cX);
|
|
5372
5395
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5373
5396
|
var styleProps = {
|
|
5374
5397
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5404,7 +5427,7 @@ var IconStrikethrough = React.forwardRef(function (_ref, ref) {
|
|
|
5404
5427
|
});
|
|
5405
5428
|
IconStrikethrough.displayName = 'IconStrikethrough';
|
|
5406
5429
|
|
|
5407
|
-
var _excluded$
|
|
5430
|
+
var _excluded$cW = ["testId", "size", "color", "style", "variant"];
|
|
5408
5431
|
var IconTimes = React.forwardRef(function (_ref, ref) {
|
|
5409
5432
|
var _ref$testId = _ref.testId,
|
|
5410
5433
|
testId = _ref$testId === void 0 ? 'icon-times' : _ref$testId,
|
|
@@ -5413,7 +5436,7 @@ var IconTimes = React.forwardRef(function (_ref, ref) {
|
|
|
5413
5436
|
style = _ref.style,
|
|
5414
5437
|
_ref$variant = _ref.variant,
|
|
5415
5438
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5416
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5439
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cW);
|
|
5417
5440
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5418
5441
|
var styleProps = {
|
|
5419
5442
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5449,7 +5472,7 @@ var IconTimes = React.forwardRef(function (_ref, ref) {
|
|
|
5449
5472
|
});
|
|
5450
5473
|
IconTimes.displayName = 'IconTimes';
|
|
5451
5474
|
|
|
5452
|
-
var _excluded$
|
|
5475
|
+
var _excluded$cV = ["testId", "size", "color", "style", "variant"];
|
|
5453
5476
|
var IconTrash = React.forwardRef(function (_ref, ref) {
|
|
5454
5477
|
var _ref$testId = _ref.testId,
|
|
5455
5478
|
testId = _ref$testId === void 0 ? 'icon-trash' : _ref$testId,
|
|
@@ -5458,7 +5481,7 @@ var IconTrash = React.forwardRef(function (_ref, ref) {
|
|
|
5458
5481
|
style = _ref.style,
|
|
5459
5482
|
_ref$variant = _ref.variant,
|
|
5460
5483
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5461
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5484
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cV);
|
|
5462
5485
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5463
5486
|
var styleProps = {
|
|
5464
5487
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5496,7 +5519,7 @@ var IconTrash = React.forwardRef(function (_ref, ref) {
|
|
|
5496
5519
|
});
|
|
5497
5520
|
IconTrash.displayName = 'IconTrash';
|
|
5498
5521
|
|
|
5499
|
-
var _excluded$
|
|
5522
|
+
var _excluded$cU = ["testId", "size", "color", "style", "variant"];
|
|
5500
5523
|
var IconUnderline = React.forwardRef(function (_ref, ref) {
|
|
5501
5524
|
var _ref$testId = _ref.testId,
|
|
5502
5525
|
testId = _ref$testId === void 0 ? 'icon-underline' : _ref$testId,
|
|
@@ -5505,7 +5528,7 @@ var IconUnderline = React.forwardRef(function (_ref, ref) {
|
|
|
5505
5528
|
style = _ref.style,
|
|
5506
5529
|
_ref$variant = _ref.variant,
|
|
5507
5530
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5508
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5531
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cU);
|
|
5509
5532
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5510
5533
|
var styleProps = {
|
|
5511
5534
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5548,7 +5571,7 @@ var IconUnderline = React.forwardRef(function (_ref, ref) {
|
|
|
5548
5571
|
});
|
|
5549
5572
|
IconUnderline.displayName = 'IconUnderline';
|
|
5550
5573
|
|
|
5551
|
-
var _excluded$
|
|
5574
|
+
var _excluded$cT = ["testId", "size", "color", "style", "variant"];
|
|
5552
5575
|
var IconUnlock = React.forwardRef(function (_ref, ref) {
|
|
5553
5576
|
var _ref$testId = _ref.testId,
|
|
5554
5577
|
testId = _ref$testId === void 0 ? 'icon-unlock' : _ref$testId,
|
|
@@ -5557,7 +5580,7 @@ var IconUnlock = React.forwardRef(function (_ref, ref) {
|
|
|
5557
5580
|
style = _ref.style,
|
|
5558
5581
|
_ref$variant = _ref.variant,
|
|
5559
5582
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5560
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5583
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cT);
|
|
5561
5584
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5562
5585
|
var styleProps = {
|
|
5563
5586
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5607,7 +5630,7 @@ var IconUnlock = React.forwardRef(function (_ref, ref) {
|
|
|
5607
5630
|
});
|
|
5608
5631
|
IconUnlock.displayName = 'IconUnlock';
|
|
5609
5632
|
|
|
5610
|
-
var _excluded$
|
|
5633
|
+
var _excluded$cS = ["testId", "size", "color", "style", "variant"];
|
|
5611
5634
|
var IconVolume = React.forwardRef(function (_ref, ref) {
|
|
5612
5635
|
var _ref$testId = _ref.testId,
|
|
5613
5636
|
testId = _ref$testId === void 0 ? 'icon-volume' : _ref$testId,
|
|
@@ -5616,7 +5639,7 @@ var IconVolume = React.forwardRef(function (_ref, ref) {
|
|
|
5616
5639
|
style = _ref.style,
|
|
5617
5640
|
_ref$variant = _ref.variant,
|
|
5618
5641
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5619
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5642
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cS);
|
|
5620
5643
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5621
5644
|
var styleProps = {
|
|
5622
5645
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5652,7 +5675,7 @@ var IconVolume = React.forwardRef(function (_ref, ref) {
|
|
|
5652
5675
|
});
|
|
5653
5676
|
IconVolume.displayName = 'IconVolume';
|
|
5654
5677
|
|
|
5655
|
-
var _excluded$
|
|
5678
|
+
var _excluded$cR = ["testId", "size", "color", "style", "variant"];
|
|
5656
5679
|
var IconVolumeMute = React.forwardRef(function (_ref, ref) {
|
|
5657
5680
|
var _ref$testId = _ref.testId,
|
|
5658
5681
|
testId = _ref$testId === void 0 ? 'icon-volume-mute' : _ref$testId,
|
|
@@ -5661,7 +5684,7 @@ var IconVolumeMute = React.forwardRef(function (_ref, ref) {
|
|
|
5661
5684
|
style = _ref.style,
|
|
5662
5685
|
_ref$variant = _ref.variant,
|
|
5663
5686
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5664
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5687
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cR);
|
|
5665
5688
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5666
5689
|
var styleProps = {
|
|
5667
5690
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5704,7 +5727,7 @@ var IconVolumeMute = React.forwardRef(function (_ref, ref) {
|
|
|
5704
5727
|
});
|
|
5705
5728
|
IconVolumeMute.displayName = 'IconVolumeMute';
|
|
5706
5729
|
|
|
5707
|
-
var _excluded$
|
|
5730
|
+
var _excluded$cQ = ["testId", "size", "color", "style", "variant"];
|
|
5708
5731
|
var IconWrench = React.forwardRef(function (_ref, ref) {
|
|
5709
5732
|
var _ref$testId = _ref.testId,
|
|
5710
5733
|
testId = _ref$testId === void 0 ? 'icon-wrench' : _ref$testId,
|
|
@@ -5713,7 +5736,7 @@ var IconWrench = React.forwardRef(function (_ref, ref) {
|
|
|
5713
5736
|
style = _ref.style,
|
|
5714
5737
|
_ref$variant = _ref.variant,
|
|
5715
5738
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5716
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5739
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cQ);
|
|
5717
5740
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5718
5741
|
var styleProps = {
|
|
5719
5742
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5749,7 +5772,7 @@ var IconWrench = React.forwardRef(function (_ref, ref) {
|
|
|
5749
5772
|
});
|
|
5750
5773
|
IconWrench.displayName = 'IconWrench';
|
|
5751
5774
|
|
|
5752
|
-
var _excluded$
|
|
5775
|
+
var _excluded$cP = ["testId", "size", "color", "style", "variant"];
|
|
5753
5776
|
var IconAddressBook = React.forwardRef(function (_ref, ref) {
|
|
5754
5777
|
var _ref$testId = _ref.testId,
|
|
5755
5778
|
testId = _ref$testId === void 0 ? 'icon-address-book' : _ref$testId,
|
|
@@ -5758,7 +5781,7 @@ var IconAddressBook = React.forwardRef(function (_ref, ref) {
|
|
|
5758
5781
|
style = _ref.style,
|
|
5759
5782
|
_ref$variant = _ref.variant,
|
|
5760
5783
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5761
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5784
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cP);
|
|
5762
5785
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5763
5786
|
var styleProps = {
|
|
5764
5787
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5801,7 +5824,7 @@ var IconAddressBook = React.forwardRef(function (_ref, ref) {
|
|
|
5801
5824
|
});
|
|
5802
5825
|
IconAddressBook.displayName = 'IconAddressBook';
|
|
5803
5826
|
|
|
5804
|
-
var _excluded$
|
|
5827
|
+
var _excluded$cO = ["testId", "size", "color", "style", "variant"];
|
|
5805
5828
|
var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
|
|
5806
5829
|
var _ref$testId = _ref.testId,
|
|
5807
5830
|
testId = _ref$testId === void 0 ? 'icon-face-smile-relaxed' : _ref$testId,
|
|
@@ -5810,7 +5833,7 @@ var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
|
|
|
5810
5833
|
style = _ref.style,
|
|
5811
5834
|
_ref$variant = _ref.variant,
|
|
5812
5835
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5813
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5836
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cO);
|
|
5814
5837
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5815
5838
|
var styleProps = {
|
|
5816
5839
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5860,7 +5883,7 @@ var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
|
|
|
5860
5883
|
});
|
|
5861
5884
|
IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
|
|
5862
5885
|
|
|
5863
|
-
var _excluded$
|
|
5886
|
+
var _excluded$cN = ["testId", "size", "color", "style", "variant"];
|
|
5864
5887
|
var IconFileUser = React.forwardRef(function (_ref, ref) {
|
|
5865
5888
|
var _ref$testId = _ref.testId,
|
|
5866
5889
|
testId = _ref$testId === void 0 ? 'icon-file-user' : _ref$testId,
|
|
@@ -5869,7 +5892,7 @@ var IconFileUser = React.forwardRef(function (_ref, ref) {
|
|
|
5869
5892
|
style = _ref.style,
|
|
5870
5893
|
_ref$variant = _ref.variant,
|
|
5871
5894
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5872
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5895
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cN);
|
|
5873
5896
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5874
5897
|
var styleProps = {
|
|
5875
5898
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5905,7 +5928,7 @@ var IconFileUser = React.forwardRef(function (_ref, ref) {
|
|
|
5905
5928
|
});
|
|
5906
5929
|
IconFileUser.displayName = 'IconFileUser';
|
|
5907
5930
|
|
|
5908
|
-
var _excluded$
|
|
5931
|
+
var _excluded$cM = ["testId", "size", "color", "style", "variant"];
|
|
5909
5932
|
var IconGrinBeam = React.forwardRef(function (_ref, ref) {
|
|
5910
5933
|
var _ref$testId = _ref.testId,
|
|
5911
5934
|
testId = _ref$testId === void 0 ? 'icon-grin-beam' : _ref$testId,
|
|
@@ -5914,7 +5937,7 @@ var IconGrinBeam = React.forwardRef(function (_ref, ref) {
|
|
|
5914
5937
|
style = _ref.style,
|
|
5915
5938
|
_ref$variant = _ref.variant,
|
|
5916
5939
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5917
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5940
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cM);
|
|
5918
5941
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5919
5942
|
var styleProps = {
|
|
5920
5943
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5964,7 +5987,7 @@ var IconGrinBeam = React.forwardRef(function (_ref, ref) {
|
|
|
5964
5987
|
});
|
|
5965
5988
|
IconGrinBeam.displayName = 'IconGrinBeam';
|
|
5966
5989
|
|
|
5967
|
-
var _excluded$
|
|
5990
|
+
var _excluded$cL = ["testId", "size", "color", "style", "variant"];
|
|
5968
5991
|
var IconHand = React.forwardRef(function (_ref, ref) {
|
|
5969
5992
|
var _ref$testId = _ref.testId,
|
|
5970
5993
|
testId = _ref$testId === void 0 ? 'icon-hand' : _ref$testId,
|
|
@@ -5973,7 +5996,7 @@ var IconHand = React.forwardRef(function (_ref, ref) {
|
|
|
5973
5996
|
style = _ref.style,
|
|
5974
5997
|
_ref$variant = _ref.variant,
|
|
5975
5998
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
5976
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5999
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cL);
|
|
5977
6000
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5978
6001
|
var styleProps = {
|
|
5979
6002
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6009,7 +6032,7 @@ var IconHand = React.forwardRef(function (_ref, ref) {
|
|
|
6009
6032
|
});
|
|
6010
6033
|
IconHand.displayName = 'IconHand';
|
|
6011
6034
|
|
|
6012
|
-
var _excluded$
|
|
6035
|
+
var _excluded$cK = ["testId", "size", "color", "style", "variant"];
|
|
6013
6036
|
var IconHandPointRight = React.forwardRef(function (_ref, ref) {
|
|
6014
6037
|
var _ref$testId = _ref.testId,
|
|
6015
6038
|
testId = _ref$testId === void 0 ? 'icon-hand-point-right' : _ref$testId,
|
|
@@ -6018,7 +6041,7 @@ var IconHandPointRight = React.forwardRef(function (_ref, ref) {
|
|
|
6018
6041
|
style = _ref.style,
|
|
6019
6042
|
_ref$variant = _ref.variant,
|
|
6020
6043
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6021
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6044
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cK);
|
|
6022
6045
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6023
6046
|
var styleProps = {
|
|
6024
6047
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6054,7 +6077,7 @@ var IconHandPointRight = React.forwardRef(function (_ref, ref) {
|
|
|
6054
6077
|
});
|
|
6055
6078
|
IconHandPointRight.displayName = 'IconHandPointRight';
|
|
6056
6079
|
|
|
6057
|
-
var _excluded$
|
|
6080
|
+
var _excluded$cJ = ["testId", "size", "color", "style", "variant"];
|
|
6058
6081
|
var IconHandshake = React.forwardRef(function (_ref, ref) {
|
|
6059
6082
|
var _ref$testId = _ref.testId,
|
|
6060
6083
|
testId = _ref$testId === void 0 ? 'icon-handshake' : _ref$testId,
|
|
@@ -6063,7 +6086,7 @@ var IconHandshake = React.forwardRef(function (_ref, ref) {
|
|
|
6063
6086
|
style = _ref.style,
|
|
6064
6087
|
_ref$variant = _ref.variant,
|
|
6065
6088
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6066
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6089
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cJ);
|
|
6067
6090
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6068
6091
|
var styleProps = {
|
|
6069
6092
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6113,7 +6136,7 @@ var IconHandshake = React.forwardRef(function (_ref, ref) {
|
|
|
6113
6136
|
});
|
|
6114
6137
|
IconHandshake.displayName = 'IconHandshake';
|
|
6115
6138
|
|
|
6116
|
-
var _excluded$
|
|
6139
|
+
var _excluded$cI = ["testId", "size", "color", "style", "variant"];
|
|
6117
6140
|
var IconStar = React.forwardRef(function (_ref, ref) {
|
|
6118
6141
|
var _ref$testId = _ref.testId,
|
|
6119
6142
|
testId = _ref$testId === void 0 ? 'icon-star' : _ref$testId,
|
|
@@ -6122,7 +6145,7 @@ var IconStar = React.forwardRef(function (_ref, ref) {
|
|
|
6122
6145
|
style = _ref.style,
|
|
6123
6146
|
_ref$variant = _ref.variant,
|
|
6124
6147
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6125
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6148
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cI);
|
|
6126
6149
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6127
6150
|
var styleProps = {
|
|
6128
6151
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6172,7 +6195,7 @@ var IconStar = React.forwardRef(function (_ref, ref) {
|
|
|
6172
6195
|
});
|
|
6173
6196
|
IconStar.displayName = 'IconStar';
|
|
6174
6197
|
|
|
6175
|
-
var _excluded$
|
|
6198
|
+
var _excluded$cH = ["testId", "size", "color", "style", "variant"];
|
|
6176
6199
|
var IconThumbsDown = React.forwardRef(function (_ref, ref) {
|
|
6177
6200
|
var _ref$testId = _ref.testId,
|
|
6178
6201
|
testId = _ref$testId === void 0 ? 'icon-thumbs-down' : _ref$testId,
|
|
@@ -6181,7 +6204,7 @@ var IconThumbsDown = React.forwardRef(function (_ref, ref) {
|
|
|
6181
6204
|
style = _ref.style,
|
|
6182
6205
|
_ref$variant = _ref.variant,
|
|
6183
6206
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6184
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6207
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cH);
|
|
6185
6208
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6186
6209
|
var styleProps = {
|
|
6187
6210
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6231,7 +6254,7 @@ var IconThumbsDown = React.forwardRef(function (_ref, ref) {
|
|
|
6231
6254
|
});
|
|
6232
6255
|
IconThumbsDown.displayName = 'IconThumbsDown';
|
|
6233
6256
|
|
|
6234
|
-
var _excluded$
|
|
6257
|
+
var _excluded$cG = ["testId", "size", "color", "style", "variant"];
|
|
6235
6258
|
var IconThumbsUp = React.forwardRef(function (_ref, ref) {
|
|
6236
6259
|
var _ref$testId = _ref.testId,
|
|
6237
6260
|
testId = _ref$testId === void 0 ? 'icon-thumbs-up' : _ref$testId,
|
|
@@ -6240,7 +6263,7 @@ var IconThumbsUp = React.forwardRef(function (_ref, ref) {
|
|
|
6240
6263
|
style = _ref.style,
|
|
6241
6264
|
_ref$variant = _ref.variant,
|
|
6242
6265
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6243
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6266
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cG);
|
|
6244
6267
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6245
6268
|
var styleProps = {
|
|
6246
6269
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6290,7 +6313,7 @@ var IconThumbsUp = React.forwardRef(function (_ref, ref) {
|
|
|
6290
6313
|
});
|
|
6291
6314
|
IconThumbsUp.displayName = 'IconThumbsUp';
|
|
6292
6315
|
|
|
6293
|
-
var _excluded$
|
|
6316
|
+
var _excluded$cF = ["testId", "size", "color", "style", "variant"];
|
|
6294
6317
|
var IconUser = React.forwardRef(function (_ref, ref) {
|
|
6295
6318
|
var _ref$testId = _ref.testId,
|
|
6296
6319
|
testId = _ref$testId === void 0 ? 'icon-user' : _ref$testId,
|
|
@@ -6299,7 +6322,7 @@ var IconUser = React.forwardRef(function (_ref, ref) {
|
|
|
6299
6322
|
style = _ref.style,
|
|
6300
6323
|
_ref$variant = _ref.variant,
|
|
6301
6324
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6302
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6325
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cF);
|
|
6303
6326
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6304
6327
|
var styleProps = {
|
|
6305
6328
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6335,7 +6358,7 @@ var IconUser = React.forwardRef(function (_ref, ref) {
|
|
|
6335
6358
|
});
|
|
6336
6359
|
IconUser.displayName = 'IconUser';
|
|
6337
6360
|
|
|
6338
|
-
var _excluded$
|
|
6361
|
+
var _excluded$cE = ["testId", "size", "color", "style", "variant"];
|
|
6339
6362
|
var IconUserComputer = React.forwardRef(function (_ref, ref) {
|
|
6340
6363
|
var _ref$testId = _ref.testId,
|
|
6341
6364
|
testId = _ref$testId === void 0 ? 'icon-user-computer' : _ref$testId,
|
|
@@ -6344,7 +6367,7 @@ var IconUserComputer = React.forwardRef(function (_ref, ref) {
|
|
|
6344
6367
|
style = _ref.style,
|
|
6345
6368
|
_ref$variant = _ref.variant,
|
|
6346
6369
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6347
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6370
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cE);
|
|
6348
6371
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6349
6372
|
var styleProps = {
|
|
6350
6373
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6392,7 +6415,7 @@ var IconUserComputer = React.forwardRef(function (_ref, ref) {
|
|
|
6392
6415
|
});
|
|
6393
6416
|
IconUserComputer.displayName = 'IconUserComputer';
|
|
6394
6417
|
|
|
6395
|
-
var _excluded$
|
|
6418
|
+
var _excluded$cD = ["testId", "size", "color", "style", "variant"];
|
|
6396
6419
|
var IconUserFriends = React.forwardRef(function (_ref, ref) {
|
|
6397
6420
|
var _ref$testId = _ref.testId,
|
|
6398
6421
|
testId = _ref$testId === void 0 ? 'icon-user-friends' : _ref$testId,
|
|
@@ -6401,7 +6424,7 @@ var IconUserFriends = React.forwardRef(function (_ref, ref) {
|
|
|
6401
6424
|
style = _ref.style,
|
|
6402
6425
|
_ref$variant = _ref.variant,
|
|
6403
6426
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6404
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6427
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cD);
|
|
6405
6428
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6406
6429
|
var styleProps = {
|
|
6407
6430
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6437,7 +6460,7 @@ var IconUserFriends = React.forwardRef(function (_ref, ref) {
|
|
|
6437
6460
|
});
|
|
6438
6461
|
IconUserFriends.displayName = 'IconUserFriends';
|
|
6439
6462
|
|
|
6440
|
-
var _excluded$
|
|
6463
|
+
var _excluded$cC = ["testId", "size", "color", "style", "variant"];
|
|
6441
6464
|
var IconUserPlus = React.forwardRef(function (_ref, ref) {
|
|
6442
6465
|
var _ref$testId = _ref.testId,
|
|
6443
6466
|
testId = _ref$testId === void 0 ? 'icon-user-plus' : _ref$testId,
|
|
@@ -6446,7 +6469,7 @@ var IconUserPlus = React.forwardRef(function (_ref, ref) {
|
|
|
6446
6469
|
style = _ref.style,
|
|
6447
6470
|
_ref$variant = _ref.variant,
|
|
6448
6471
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6449
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6472
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cC);
|
|
6450
6473
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6451
6474
|
var styleProps = {
|
|
6452
6475
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6482,7 +6505,7 @@ var IconUserPlus = React.forwardRef(function (_ref, ref) {
|
|
|
6482
6505
|
});
|
|
6483
6506
|
IconUserPlus.displayName = 'IconUserPlus';
|
|
6484
6507
|
|
|
6485
|
-
var _excluded$
|
|
6508
|
+
var _excluded$cB = ["testId", "size", "color", "style", "variant"];
|
|
6486
6509
|
var IconUserSearch = React.forwardRef(function (_ref, ref) {
|
|
6487
6510
|
var _ref$testId = _ref.testId,
|
|
6488
6511
|
testId = _ref$testId === void 0 ? 'icon-user-search' : _ref$testId,
|
|
@@ -6491,7 +6514,7 @@ var IconUserSearch = React.forwardRef(function (_ref, ref) {
|
|
|
6491
6514
|
style = _ref.style,
|
|
6492
6515
|
_ref$variant = _ref.variant,
|
|
6493
6516
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6494
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6517
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cB);
|
|
6495
6518
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6496
6519
|
var styleProps = {
|
|
6497
6520
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6536,7 +6559,7 @@ var IconUserSearch = React.forwardRef(function (_ref, ref) {
|
|
|
6536
6559
|
});
|
|
6537
6560
|
IconUserSearch.displayName = 'IconUserSearch';
|
|
6538
6561
|
|
|
6539
|
-
var _excluded$
|
|
6562
|
+
var _excluded$cA = ["testId", "size", "color", "style", "variant"];
|
|
6540
6563
|
var IconUserSlash = React.forwardRef(function (_ref, ref) {
|
|
6541
6564
|
var _ref$testId = _ref.testId,
|
|
6542
6565
|
testId = _ref$testId === void 0 ? 'icon-user-slash' : _ref$testId,
|
|
@@ -6545,7 +6568,7 @@ var IconUserSlash = React.forwardRef(function (_ref, ref) {
|
|
|
6545
6568
|
style = _ref.style,
|
|
6546
6569
|
_ref$variant = _ref.variant,
|
|
6547
6570
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6548
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6571
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cA);
|
|
6549
6572
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6550
6573
|
var styleProps = {
|
|
6551
6574
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6588,7 +6611,7 @@ var IconUserSlash = React.forwardRef(function (_ref, ref) {
|
|
|
6588
6611
|
});
|
|
6589
6612
|
IconUserSlash.displayName = 'IconUserSlash';
|
|
6590
6613
|
|
|
6591
|
-
var _excluded$
|
|
6614
|
+
var _excluded$cz = ["testId", "size", "color", "style", "variant"];
|
|
6592
6615
|
var IconUserTag = React.forwardRef(function (_ref, ref) {
|
|
6593
6616
|
var _ref$testId = _ref.testId,
|
|
6594
6617
|
testId = _ref$testId === void 0 ? 'icon-user-tag' : _ref$testId,
|
|
@@ -6597,7 +6620,7 @@ var IconUserTag = React.forwardRef(function (_ref, ref) {
|
|
|
6597
6620
|
style = _ref.style,
|
|
6598
6621
|
_ref$variant = _ref.variant,
|
|
6599
6622
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6600
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6623
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cz);
|
|
6601
6624
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6602
6625
|
var styleProps = {
|
|
6603
6626
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6646,7 +6669,7 @@ var IconUserTag = React.forwardRef(function (_ref, ref) {
|
|
|
6646
6669
|
});
|
|
6647
6670
|
IconUserTag.displayName = 'IconUserTag';
|
|
6648
6671
|
|
|
6649
|
-
var _excluded$
|
|
6672
|
+
var _excluded$cy = ["testId", "size", "color", "style", "variant"];
|
|
6650
6673
|
var IconUserTie = React.forwardRef(function (_ref, ref) {
|
|
6651
6674
|
var _ref$testId = _ref.testId,
|
|
6652
6675
|
testId = _ref$testId === void 0 ? 'icon-user-tie' : _ref$testId,
|
|
@@ -6655,7 +6678,7 @@ var IconUserTie = React.forwardRef(function (_ref, ref) {
|
|
|
6655
6678
|
style = _ref.style,
|
|
6656
6679
|
_ref$variant = _ref.variant,
|
|
6657
6680
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6658
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6681
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cy);
|
|
6659
6682
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6660
6683
|
var styleProps = {
|
|
6661
6684
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6691,7 +6714,7 @@ var IconUserTie = React.forwardRef(function (_ref, ref) {
|
|
|
6691
6714
|
});
|
|
6692
6715
|
IconUserTie.displayName = 'IconUserTie';
|
|
6693
6716
|
|
|
6694
|
-
var _excluded$
|
|
6717
|
+
var _excluded$cx = ["testId", "size", "color", "style", "variant"];
|
|
6695
6718
|
var IconUsers = React.forwardRef(function (_ref, ref) {
|
|
6696
6719
|
var _ref$testId = _ref.testId,
|
|
6697
6720
|
testId = _ref$testId === void 0 ? 'icon-users' : _ref$testId,
|
|
@@ -6700,7 +6723,7 @@ var IconUsers = React.forwardRef(function (_ref, ref) {
|
|
|
6700
6723
|
style = _ref.style,
|
|
6701
6724
|
_ref$variant = _ref.variant,
|
|
6702
6725
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6703
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6726
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cx);
|
|
6704
6727
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6705
6728
|
var styleProps = {
|
|
6706
6729
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6736,7 +6759,7 @@ var IconUsers = React.forwardRef(function (_ref, ref) {
|
|
|
6736
6759
|
});
|
|
6737
6760
|
IconUsers.displayName = 'IconUsers';
|
|
6738
6761
|
|
|
6739
|
-
var _excluded$
|
|
6762
|
+
var _excluded$cw = ["testId", "size", "color", "style", "variant"];
|
|
6740
6763
|
var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
|
|
6741
6764
|
var _ref$testId = _ref.testId,
|
|
6742
6765
|
testId = _ref$testId === void 0 ? 'icon-birthday-cake' : _ref$testId,
|
|
@@ -6745,7 +6768,7 @@ var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
|
|
|
6745
6768
|
style = _ref.style,
|
|
6746
6769
|
_ref$variant = _ref.variant,
|
|
6747
6770
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6748
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6771
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cw);
|
|
6749
6772
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6750
6773
|
var styleProps = {
|
|
6751
6774
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6781,7 +6804,7 @@ var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
|
|
|
6781
6804
|
});
|
|
6782
6805
|
IconBirthdayCake.displayName = 'IconBirthdayCake';
|
|
6783
6806
|
|
|
6784
|
-
var _excluded$
|
|
6807
|
+
var _excluded$cv = ["testId", "size", "color", "style", "variant"];
|
|
6785
6808
|
var IconBolt = React.forwardRef(function (_ref, ref) {
|
|
6786
6809
|
var _ref$testId = _ref.testId,
|
|
6787
6810
|
testId = _ref$testId === void 0 ? 'icon-bolt' : _ref$testId,
|
|
@@ -6790,7 +6813,7 @@ var IconBolt = React.forwardRef(function (_ref, ref) {
|
|
|
6790
6813
|
style = _ref.style,
|
|
6791
6814
|
_ref$variant = _ref.variant,
|
|
6792
6815
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6793
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6816
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cv);
|
|
6794
6817
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6795
6818
|
var styleProps = {
|
|
6796
6819
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6826,7 +6849,7 @@ var IconBolt = React.forwardRef(function (_ref, ref) {
|
|
|
6826
6849
|
});
|
|
6827
6850
|
IconBolt.displayName = 'IconBolt';
|
|
6828
6851
|
|
|
6829
|
-
var _excluded$
|
|
6852
|
+
var _excluded$cu = ["testId", "size", "color", "style", "variant"];
|
|
6830
6853
|
var IconBriefcase = React.forwardRef(function (_ref, ref) {
|
|
6831
6854
|
var _ref$testId = _ref.testId,
|
|
6832
6855
|
testId = _ref$testId === void 0 ? 'icon-briefcase' : _ref$testId,
|
|
@@ -6835,7 +6858,7 @@ var IconBriefcase = React.forwardRef(function (_ref, ref) {
|
|
|
6835
6858
|
style = _ref.style,
|
|
6836
6859
|
_ref$variant = _ref.variant,
|
|
6837
6860
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6838
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6861
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cu);
|
|
6839
6862
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6840
6863
|
var styleProps = {
|
|
6841
6864
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6871,7 +6894,7 @@ var IconBriefcase = React.forwardRef(function (_ref, ref) {
|
|
|
6871
6894
|
});
|
|
6872
6895
|
IconBriefcase.displayName = 'IconBriefcase';
|
|
6873
6896
|
|
|
6874
|
-
var _excluded$
|
|
6897
|
+
var _excluded$ct = ["testId", "size", "color", "style", "variant"];
|
|
6875
6898
|
var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
|
|
6876
6899
|
var _ref$testId = _ref.testId,
|
|
6877
6900
|
testId = _ref$testId === void 0 ? 'icon-bullseye-arrow' : _ref$testId,
|
|
@@ -6880,7 +6903,7 @@ var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
|
|
|
6880
6903
|
style = _ref.style,
|
|
6881
6904
|
_ref$variant = _ref.variant,
|
|
6882
6905
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6883
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6906
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ct);
|
|
6884
6907
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6885
6908
|
var styleProps = {
|
|
6886
6909
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6918,7 +6941,7 @@ var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
|
|
|
6918
6941
|
});
|
|
6919
6942
|
IconBullseyeArrow.displayName = 'IconBullseyeArrow';
|
|
6920
6943
|
|
|
6921
|
-
var _excluded$
|
|
6944
|
+
var _excluded$cs = ["testId", "size", "color", "style", "variant"];
|
|
6922
6945
|
var IconClipboardList = React.forwardRef(function (_ref, ref) {
|
|
6923
6946
|
var _ref$testId = _ref.testId,
|
|
6924
6947
|
testId = _ref$testId === void 0 ? 'icon-clipboard-list' : _ref$testId,
|
|
@@ -6927,7 +6950,7 @@ var IconClipboardList = React.forwardRef(function (_ref, ref) {
|
|
|
6927
6950
|
style = _ref.style,
|
|
6928
6951
|
_ref$variant = _ref.variant,
|
|
6929
6952
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6930
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6953
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cs);
|
|
6931
6954
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6932
6955
|
var styleProps = {
|
|
6933
6956
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -6965,7 +6988,7 @@ var IconClipboardList = React.forwardRef(function (_ref, ref) {
|
|
|
6965
6988
|
});
|
|
6966
6989
|
IconClipboardList.displayName = 'IconClipboardList';
|
|
6967
6990
|
|
|
6968
|
-
var _excluded$
|
|
6991
|
+
var _excluded$cr = ["testId", "size", "color", "style", "variant"];
|
|
6969
6992
|
var IconDownload = React.forwardRef(function (_ref, ref) {
|
|
6970
6993
|
var _ref$testId = _ref.testId,
|
|
6971
6994
|
testId = _ref$testId === void 0 ? 'icon-download' : _ref$testId,
|
|
@@ -6974,7 +6997,7 @@ var IconDownload = React.forwardRef(function (_ref, ref) {
|
|
|
6974
6997
|
style = _ref.style,
|
|
6975
6998
|
_ref$variant = _ref.variant,
|
|
6976
6999
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
6977
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7000
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cr);
|
|
6978
7001
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
6979
7002
|
var styleProps = {
|
|
6980
7003
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7012,7 +7035,7 @@ var IconDownload = React.forwardRef(function (_ref, ref) {
|
|
|
7012
7035
|
});
|
|
7013
7036
|
IconDownload.displayName = 'IconDownload';
|
|
7014
7037
|
|
|
7015
|
-
var _excluded$
|
|
7038
|
+
var _excluded$cq = ["testId", "size", "color", "style", "variant"];
|
|
7016
7039
|
var IconFilePdf = React.forwardRef(function (_ref, ref) {
|
|
7017
7040
|
var _ref$testId = _ref.testId,
|
|
7018
7041
|
testId = _ref$testId === void 0 ? 'icon-file-pdf' : _ref$testId,
|
|
@@ -7021,7 +7044,7 @@ var IconFilePdf = React.forwardRef(function (_ref, ref) {
|
|
|
7021
7044
|
style = _ref.style,
|
|
7022
7045
|
_ref$variant = _ref.variant,
|
|
7023
7046
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7024
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7047
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cq);
|
|
7025
7048
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7026
7049
|
var styleProps = {
|
|
7027
7050
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7071,7 +7094,7 @@ var IconFilePdf = React.forwardRef(function (_ref, ref) {
|
|
|
7071
7094
|
});
|
|
7072
7095
|
IconFilePdf.displayName = 'IconFilePdf';
|
|
7073
7096
|
|
|
7074
|
-
var _excluded$
|
|
7097
|
+
var _excluded$cp = ["testId", "size", "color", "style", "variant"];
|
|
7075
7098
|
var IconFlag = React.forwardRef(function (_ref, ref) {
|
|
7076
7099
|
var _ref$testId = _ref.testId,
|
|
7077
7100
|
testId = _ref$testId === void 0 ? 'icon-flag' : _ref$testId,
|
|
@@ -7080,7 +7103,7 @@ var IconFlag = React.forwardRef(function (_ref, ref) {
|
|
|
7080
7103
|
style = _ref.style,
|
|
7081
7104
|
_ref$variant = _ref.variant,
|
|
7082
7105
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7083
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7106
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cp);
|
|
7084
7107
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7085
7108
|
var styleProps = {
|
|
7086
7109
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7130,7 +7153,7 @@ var IconFlag = React.forwardRef(function (_ref, ref) {
|
|
|
7130
7153
|
});
|
|
7131
7154
|
IconFlag.displayName = 'IconFlag';
|
|
7132
7155
|
|
|
7133
|
-
var _excluded$
|
|
7156
|
+
var _excluded$co = ["testId", "size", "color", "style", "variant"];
|
|
7134
7157
|
var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
|
|
7135
7158
|
var _ref$testId = _ref.testId,
|
|
7136
7159
|
testId = _ref$testId === void 0 ? 'icon-four-dots-circle' : _ref$testId,
|
|
@@ -7139,7 +7162,7 @@ var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
|
|
|
7139
7162
|
style = _ref.style,
|
|
7140
7163
|
_ref$variant = _ref.variant,
|
|
7141
7164
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7142
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7165
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$co);
|
|
7143
7166
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7144
7167
|
var styleProps = {
|
|
7145
7168
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7180,7 +7203,7 @@ var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
|
|
|
7180
7203
|
});
|
|
7181
7204
|
IconFourDotsCircle.displayName = 'IconFourDotsCircle';
|
|
7182
7205
|
|
|
7183
|
-
var _excluded$
|
|
7206
|
+
var _excluded$cn = ["testId", "size", "color", "style", "variant"];
|
|
7184
7207
|
var IconFourSquares = React.forwardRef(function (_ref, ref) {
|
|
7185
7208
|
var _ref$testId = _ref.testId,
|
|
7186
7209
|
testId = _ref$testId === void 0 ? 'icon-four-squares' : _ref$testId,
|
|
@@ -7189,7 +7212,7 @@ var IconFourSquares = React.forwardRef(function (_ref, ref) {
|
|
|
7189
7212
|
style = _ref.style,
|
|
7190
7213
|
_ref$variant = _ref.variant,
|
|
7191
7214
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7192
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7215
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cn);
|
|
7193
7216
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7194
7217
|
var styleProps = {
|
|
7195
7218
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7227,7 +7250,7 @@ var IconFourSquares = React.forwardRef(function (_ref, ref) {
|
|
|
7227
7250
|
});
|
|
7228
7251
|
IconFourSquares.displayName = 'IconFourSquares';
|
|
7229
7252
|
|
|
7230
|
-
var _excluded$
|
|
7253
|
+
var _excluded$cm = ["testId", "size", "color", "style", "variant"];
|
|
7231
7254
|
var IconGavel = React.forwardRef(function (_ref, ref) {
|
|
7232
7255
|
var _ref$testId = _ref.testId,
|
|
7233
7256
|
testId = _ref$testId === void 0 ? 'icon-gavel' : _ref$testId,
|
|
@@ -7236,7 +7259,7 @@ var IconGavel = React.forwardRef(function (_ref, ref) {
|
|
|
7236
7259
|
style = _ref.style,
|
|
7237
7260
|
_ref$variant = _ref.variant,
|
|
7238
7261
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7239
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7262
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cm);
|
|
7240
7263
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7241
7264
|
var styleProps = {
|
|
7242
7265
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7286,7 +7309,7 @@ var IconGavel = React.forwardRef(function (_ref, ref) {
|
|
|
7286
7309
|
});
|
|
7287
7310
|
IconGavel.displayName = 'IconGavel';
|
|
7288
7311
|
|
|
7289
|
-
var _excluded$
|
|
7312
|
+
var _excluded$cl = ["testId", "size", "color", "style", "variant"];
|
|
7290
7313
|
var IconGif = React.forwardRef(function (_ref, ref) {
|
|
7291
7314
|
var _ref$testId = _ref.testId,
|
|
7292
7315
|
testId = _ref$testId === void 0 ? 'icon-gif' : _ref$testId,
|
|
@@ -7295,7 +7318,7 @@ var IconGif = React.forwardRef(function (_ref, ref) {
|
|
|
7295
7318
|
style = _ref.style,
|
|
7296
7319
|
_ref$variant = _ref.variant,
|
|
7297
7320
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7298
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7321
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cl);
|
|
7299
7322
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7300
7323
|
var styleProps = {
|
|
7301
7324
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7331,7 +7354,7 @@ var IconGif = React.forwardRef(function (_ref, ref) {
|
|
|
7331
7354
|
});
|
|
7332
7355
|
IconGif.displayName = 'IconGif';
|
|
7333
7356
|
|
|
7334
|
-
var _excluded$
|
|
7357
|
+
var _excluded$ck = ["testId", "size", "color", "style", "variant"];
|
|
7335
7358
|
var IconGift = React.forwardRef(function (_ref, ref) {
|
|
7336
7359
|
var _ref$testId = _ref.testId,
|
|
7337
7360
|
testId = _ref$testId === void 0 ? 'icon-gift' : _ref$testId,
|
|
@@ -7340,7 +7363,7 @@ var IconGift = React.forwardRef(function (_ref, ref) {
|
|
|
7340
7363
|
style = _ref.style,
|
|
7341
7364
|
_ref$variant = _ref.variant,
|
|
7342
7365
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7343
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7366
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ck);
|
|
7344
7367
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7345
7368
|
var styleProps = {
|
|
7346
7369
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7376,7 +7399,7 @@ var IconGift = React.forwardRef(function (_ref, ref) {
|
|
|
7376
7399
|
});
|
|
7377
7400
|
IconGift.displayName = 'IconGift';
|
|
7378
7401
|
|
|
7379
|
-
var _excluded$
|
|
7402
|
+
var _excluded$cj = ["testId", "size", "color", "style", "variant"];
|
|
7380
7403
|
var IconGlobe = React.forwardRef(function (_ref, ref) {
|
|
7381
7404
|
var _ref$testId = _ref.testId,
|
|
7382
7405
|
testId = _ref$testId === void 0 ? 'icon-globe' : _ref$testId,
|
|
@@ -7385,7 +7408,7 @@ var IconGlobe = React.forwardRef(function (_ref, ref) {
|
|
|
7385
7408
|
style = _ref.style,
|
|
7386
7409
|
_ref$variant = _ref.variant,
|
|
7387
7410
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7388
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7411
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cj);
|
|
7389
7412
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7390
7413
|
var styleProps = {
|
|
7391
7414
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7421,7 +7444,7 @@ var IconGlobe = React.forwardRef(function (_ref, ref) {
|
|
|
7421
7444
|
});
|
|
7422
7445
|
IconGlobe.displayName = 'IconGlobe';
|
|
7423
7446
|
|
|
7424
|
-
var _excluded$
|
|
7447
|
+
var _excluded$ci = ["testId", "size", "color", "style", "variant"];
|
|
7425
7448
|
var IconHatChef = React.forwardRef(function (_ref, ref) {
|
|
7426
7449
|
var _ref$testId = _ref.testId,
|
|
7427
7450
|
testId = _ref$testId === void 0 ? 'icon-hat-chef' : _ref$testId,
|
|
@@ -7430,7 +7453,7 @@ var IconHatChef = React.forwardRef(function (_ref, ref) {
|
|
|
7430
7453
|
style = _ref.style,
|
|
7431
7454
|
_ref$variant = _ref.variant,
|
|
7432
7455
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7433
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7456
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ci);
|
|
7434
7457
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7435
7458
|
var styleProps = {
|
|
7436
7459
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7480,7 +7503,7 @@ var IconHatChef = React.forwardRef(function (_ref, ref) {
|
|
|
7480
7503
|
});
|
|
7481
7504
|
IconHatChef.displayName = 'IconHatChef';
|
|
7482
7505
|
|
|
7483
|
-
var _excluded$
|
|
7506
|
+
var _excluded$ch = ["testId", "size", "color", "style", "variant"];
|
|
7484
7507
|
var IconIslandTropical = React.forwardRef(function (_ref, ref) {
|
|
7485
7508
|
var _ref$testId = _ref.testId,
|
|
7486
7509
|
testId = _ref$testId === void 0 ? 'icon-island-tropical' : _ref$testId,
|
|
@@ -7489,7 +7512,7 @@ var IconIslandTropical = React.forwardRef(function (_ref, ref) {
|
|
|
7489
7512
|
style = _ref.style,
|
|
7490
7513
|
_ref$variant = _ref.variant,
|
|
7491
7514
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7492
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7515
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ch);
|
|
7493
7516
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7494
7517
|
var styleProps = {
|
|
7495
7518
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7527,7 +7550,7 @@ var IconIslandTropical = React.forwardRef(function (_ref, ref) {
|
|
|
7527
7550
|
});
|
|
7528
7551
|
IconIslandTropical.displayName = 'IconIslandTropical';
|
|
7529
7552
|
|
|
7530
|
-
var _excluded$
|
|
7553
|
+
var _excluded$cg = ["testId", "size", "color", "style", "variant"];
|
|
7531
7554
|
var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
|
|
7532
7555
|
var _ref$testId = _ref.testId,
|
|
7533
7556
|
testId = _ref$testId === void 0 ? 'icon-laptop-search' : _ref$testId,
|
|
@@ -7536,7 +7559,7 @@ var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
|
|
|
7536
7559
|
style = _ref.style,
|
|
7537
7560
|
_ref$variant = _ref.variant,
|
|
7538
7561
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7539
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7562
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cg);
|
|
7540
7563
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7541
7564
|
var styleProps = {
|
|
7542
7565
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7598,7 +7621,7 @@ var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
|
|
|
7598
7621
|
});
|
|
7599
7622
|
IconLaptopSearch.displayName = 'IconLaptopSearch';
|
|
7600
7623
|
|
|
7601
|
-
var _excluded$
|
|
7624
|
+
var _excluded$cf = ["testId", "size", "color", "style", "variant"];
|
|
7602
7625
|
var IconMagic = React.forwardRef(function (_ref, ref) {
|
|
7603
7626
|
var _ref$testId = _ref.testId,
|
|
7604
7627
|
testId = _ref$testId === void 0 ? 'icon-magic' : _ref$testId,
|
|
@@ -7607,7 +7630,7 @@ var IconMagic = React.forwardRef(function (_ref, ref) {
|
|
|
7607
7630
|
style = _ref.style,
|
|
7608
7631
|
_ref$variant = _ref.variant,
|
|
7609
7632
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7610
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7633
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cf);
|
|
7611
7634
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7612
7635
|
var styleProps = {
|
|
7613
7636
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7645,7 +7668,7 @@ var IconMagic = React.forwardRef(function (_ref, ref) {
|
|
|
7645
7668
|
});
|
|
7646
7669
|
IconMagic.displayName = 'IconMagic';
|
|
7647
7670
|
|
|
7648
|
-
var _excluded$
|
|
7671
|
+
var _excluded$ce = ["testId", "size", "color", "style", "variant"];
|
|
7649
7672
|
var IconMapMarker = React.forwardRef(function (_ref, ref) {
|
|
7650
7673
|
var _ref$testId = _ref.testId,
|
|
7651
7674
|
testId = _ref$testId === void 0 ? 'icon-map-marker' : _ref$testId,
|
|
@@ -7654,7 +7677,7 @@ var IconMapMarker = React.forwardRef(function (_ref, ref) {
|
|
|
7654
7677
|
style = _ref.style,
|
|
7655
7678
|
_ref$variant = _ref.variant,
|
|
7656
7679
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7657
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7680
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ce);
|
|
7658
7681
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7659
7682
|
var styleProps = {
|
|
7660
7683
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7692,7 +7715,7 @@ var IconMapMarker = React.forwardRef(function (_ref, ref) {
|
|
|
7692
7715
|
});
|
|
7693
7716
|
IconMapMarker.displayName = 'IconMapMarker';
|
|
7694
7717
|
|
|
7695
|
-
var _excluded$
|
|
7718
|
+
var _excluded$cd = ["testId", "size", "color", "style", "variant"];
|
|
7696
7719
|
var IconMedal = React.forwardRef(function (_ref, ref) {
|
|
7697
7720
|
var _ref$testId = _ref.testId,
|
|
7698
7721
|
testId = _ref$testId === void 0 ? 'icon-medal' : _ref$testId,
|
|
@@ -7701,7 +7724,7 @@ var IconMedal = React.forwardRef(function (_ref, ref) {
|
|
|
7701
7724
|
style = _ref.style,
|
|
7702
7725
|
_ref$variant = _ref.variant,
|
|
7703
7726
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7704
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7727
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cd);
|
|
7705
7728
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7706
7729
|
var styleProps = {
|
|
7707
7730
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7751,7 +7774,7 @@ var IconMedal = React.forwardRef(function (_ref, ref) {
|
|
|
7751
7774
|
});
|
|
7752
7775
|
IconMedal.displayName = 'IconMedal';
|
|
7753
7776
|
|
|
7754
|
-
var _excluded$
|
|
7777
|
+
var _excluded$cc = ["testId", "size", "color", "style", "variant"];
|
|
7755
7778
|
var IconMugSaucer = React.forwardRef(function (_ref, ref) {
|
|
7756
7779
|
var _ref$testId = _ref.testId,
|
|
7757
7780
|
testId = _ref$testId === void 0 ? 'icon-mug-saucer' : _ref$testId,
|
|
@@ -7760,7 +7783,7 @@ var IconMugSaucer = React.forwardRef(function (_ref, ref) {
|
|
|
7760
7783
|
style = _ref.style,
|
|
7761
7784
|
_ref$variant = _ref.variant,
|
|
7762
7785
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7763
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7786
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cc);
|
|
7764
7787
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7765
7788
|
var styleProps = {
|
|
7766
7789
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7796,7 +7819,7 @@ var IconMugSaucer = React.forwardRef(function (_ref, ref) {
|
|
|
7796
7819
|
});
|
|
7797
7820
|
IconMugSaucer.displayName = 'IconMugSaucer';
|
|
7798
7821
|
|
|
7799
|
-
var _excluded$
|
|
7822
|
+
var _excluded$cb = ["testId", "size", "color", "style", "variant"];
|
|
7800
7823
|
var IconNotesMedical = React.forwardRef(function (_ref, ref) {
|
|
7801
7824
|
var _ref$testId = _ref.testId,
|
|
7802
7825
|
testId = _ref$testId === void 0 ? 'icon-notes-medical' : _ref$testId,
|
|
@@ -7805,7 +7828,7 @@ var IconNotesMedical = React.forwardRef(function (_ref, ref) {
|
|
|
7805
7828
|
style = _ref.style,
|
|
7806
7829
|
_ref$variant = _ref.variant,
|
|
7807
7830
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7808
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7831
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$cb);
|
|
7809
7832
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7810
7833
|
var styleProps = {
|
|
7811
7834
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7841,7 +7864,7 @@ var IconNotesMedical = React.forwardRef(function (_ref, ref) {
|
|
|
7841
7864
|
});
|
|
7842
7865
|
IconNotesMedical.displayName = 'IconNotesMedical';
|
|
7843
7866
|
|
|
7844
|
-
var _excluded$
|
|
7867
|
+
var _excluded$ca = ["testId", "size", "color", "style", "variant"];
|
|
7845
7868
|
var IconPlateUtensils = React.forwardRef(function (_ref, ref) {
|
|
7846
7869
|
var _ref$testId = _ref.testId,
|
|
7847
7870
|
testId = _ref$testId === void 0 ? 'icon-plate-utensils' : _ref$testId,
|
|
@@ -7850,7 +7873,7 @@ var IconPlateUtensils = React.forwardRef(function (_ref, ref) {
|
|
|
7850
7873
|
style = _ref.style,
|
|
7851
7874
|
_ref$variant = _ref.variant,
|
|
7852
7875
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7853
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7876
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$ca);
|
|
7854
7877
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7855
7878
|
var styleProps = {
|
|
7856
7879
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7893,7 +7916,7 @@ var IconPlateUtensils = React.forwardRef(function (_ref, ref) {
|
|
|
7893
7916
|
});
|
|
7894
7917
|
IconPlateUtensils.displayName = 'IconPlateUtensils';
|
|
7895
7918
|
|
|
7896
|
-
var _excluded$
|
|
7919
|
+
var _excluded$c9 = ["testId", "size", "color", "style", "variant"];
|
|
7897
7920
|
var IconPlug = React.forwardRef(function (_ref, ref) {
|
|
7898
7921
|
var _ref$testId = _ref.testId,
|
|
7899
7922
|
testId = _ref$testId === void 0 ? 'icon-plug' : _ref$testId,
|
|
@@ -7902,7 +7925,7 @@ var IconPlug = React.forwardRef(function (_ref, ref) {
|
|
|
7902
7925
|
style = _ref.style,
|
|
7903
7926
|
_ref$variant = _ref.variant,
|
|
7904
7927
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7905
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7928
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$c9);
|
|
7906
7929
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7907
7930
|
var styleProps = {
|
|
7908
7931
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7938,7 +7961,7 @@ var IconPlug = React.forwardRef(function (_ref, ref) {
|
|
|
7938
7961
|
});
|
|
7939
7962
|
IconPlug.displayName = 'IconPlug';
|
|
7940
7963
|
|
|
7941
|
-
var _excluded$
|
|
7964
|
+
var _excluded$c8 = ["testId", "size", "color", "style", "variant"];
|
|
7942
7965
|
var IconRocket = React.forwardRef(function (_ref, ref) {
|
|
7943
7966
|
var _ref$testId = _ref.testId,
|
|
7944
7967
|
testId = _ref$testId === void 0 ? 'icon-rocket' : _ref$testId,
|
|
@@ -7947,7 +7970,7 @@ var IconRocket = React.forwardRef(function (_ref, ref) {
|
|
|
7947
7970
|
style = _ref.style,
|
|
7948
7971
|
_ref$variant = _ref.variant,
|
|
7949
7972
|
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
7950
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7973
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$c8);
|
|
7951
7974
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
7952
7975
|
var styleProps = {
|
|
7953
7976
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -7983,6 +8006,51 @@ var IconRocket = React.forwardRef(function (_ref, ref) {
|
|
|
7983
8006
|
});
|
|
7984
8007
|
IconRocket.displayName = 'IconRocket';
|
|
7985
8008
|
|
|
8009
|
+
var _excluded$c7 = ["testId", "size", "color", "style", "variant"];
|
|
8010
|
+
var IconSchool = React.forwardRef(function (_ref, ref) {
|
|
8011
|
+
var _ref$testId = _ref.testId,
|
|
8012
|
+
testId = _ref$testId === void 0 ? 'icon-school' : _ref$testId,
|
|
8013
|
+
size = _ref.size,
|
|
8014
|
+
color = _ref.color,
|
|
8015
|
+
style = _ref.style,
|
|
8016
|
+
_ref$variant = _ref.variant,
|
|
8017
|
+
variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
|
|
8018
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$c7);
|
|
8019
|
+
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
8020
|
+
var styleProps = {
|
|
8021
|
+
size: !size && isInsideButton ? 'medium' : size,
|
|
8022
|
+
color: color,
|
|
8023
|
+
style: style
|
|
8024
|
+
};
|
|
8025
|
+
if (variant === 'solid') {
|
|
8026
|
+
return React__default["default"].createElement("svg", _extends({
|
|
8027
|
+
style: getIconStyles(styleProps),
|
|
8028
|
+
"data-testid": testId,
|
|
8029
|
+
ref: ref
|
|
8030
|
+
}, props, {
|
|
8031
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8032
|
+
fill: "none",
|
|
8033
|
+
viewBox: "0 0 24 24"
|
|
8034
|
+
}), React__default["default"].createElement("path", {
|
|
8035
|
+
fill: "currentColor",
|
|
8036
|
+
d: "M10.667 1.792c0-.555.446-1 1-1h4.666c.555 0 1 .445 1 1v2c0 .554-.445 1-1 1h-3v.8l5.334 3.2h2.666A2.67 2.67 0 0 1 24 11.458v9.333a2.67 2.67 0 0 1-2.667 2.667H2.667A2.67 2.67 0 0 1 0 20.792v-9.334a2.67 2.67 0 0 1 2.667-2.667h2.666l5.334-3.2v-3.8ZM10 18.124v3.333h4v-3.333a2 2 0 0 0-4 0Zm-5.333 1.333c.366 0 .666-.3.666-.666v-1.334c0-.366-.3-.666-.666-.666H3.333c-.366 0-.666.3-.666.666v1.334c0 .366.3.666.666.666h1.334Zm.666-6v-1.333c0-.367-.3-.667-.666-.667H3.333c-.366 0-.666.3-.666.667v1.333c0 .367.3.667.666.667h1.334c.366 0 .666-.3.666-.667Zm15.334 6c.366 0 .666-.3.666-.666v-1.334c0-.366-.3-.666-.666-.666h-1.334c-.366 0-.666.3-.666.666v1.334c0 .366.3.666.666.666h1.334Zm.666-6v-1.333c0-.367-.3-.667-.666-.667h-1.334c-.366 0-.666.3-.666.667v1.333c0 .367.3.667.666.667h1.334c.366 0 .666-.3.666-.667Zm-9.333 0a2 2 0 1 0-.001-4 2 2 0 0 0 .001 4Z"
|
|
8037
|
+
}));
|
|
8038
|
+
}
|
|
8039
|
+
return React__default["default"].createElement("svg", _extends({
|
|
8040
|
+
style: getIconStyles(styleProps),
|
|
8041
|
+
"data-testid": testId,
|
|
8042
|
+
ref: ref
|
|
8043
|
+
}, props, {
|
|
8044
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8045
|
+
fill: "none",
|
|
8046
|
+
viewBox: "0 0 24 24"
|
|
8047
|
+
}), React__default["default"].createElement("path", {
|
|
8048
|
+
fill: "currentColor",
|
|
8049
|
+
d: "M12.667 2.125v1.333H16V2.125h-3.333ZM11.333 5.1V1.792c0-.554.446-1 1-1h4c.555 0 1 .446 1 1v2c0 .554-.445 1-1 1h-3.666V5.1L18.2 8.792h3.133A2.67 2.67 0 0 1 24 11.458v9.334a2.67 2.67 0 0 1-2.667 2.666H2.667A2.67 2.67 0 0 1 0 20.792v-9.334a2.67 2.67 0 0 1 2.667-2.666H5.8L11.333 5.1Zm-4.962 4.913a.648.648 0 0 1-.371.112H2.667c-.738 0-1.334.596-1.334 1.333v9.334c0 .737.596 1.333 1.334 1.333h6.666v-3.333A2.67 2.67 0 0 1 12 16.125a2.67 2.67 0 0 1 2.667 2.667v3.333h6.666c.738 0 1.334-.596 1.334-1.333v-9.334c0-.737-.596-1.333-1.334-1.333H18a.658.658 0 0 1-.37-.112L12 6.258l-5.63 3.755ZM6 19.458H4v-2h2v2Zm-2-4.666v-2h2v2H4Zm16 4.666h-2v-2h2v2Zm-2-4.666v-2h2v2h-2Zm-6-2c.738 0 1.333-.596 1.333-1.334 0-.737-.595-1.333-1.333-1.333s-1.333.596-1.333 1.333c0 .738.595 1.334 1.333 1.334Zm0-4a2.67 2.67 0 0 1 2.667 2.666A2.67 2.67 0 0 1 12 14.125a2.67 2.67 0 0 1-2.667-2.667A2.67 2.67 0 0 1 12 8.792Zm1.333 10c0-.738-.595-1.334-1.333-1.334s-1.333.596-1.333 1.334v3.333h2.666v-3.333Z"
|
|
8050
|
+
}));
|
|
8051
|
+
});
|
|
8052
|
+
IconSchool.displayName = 'IconSchool';
|
|
8053
|
+
|
|
7986
8054
|
var _excluded$c6 = ["testId", "size", "color", "style", "variant"];
|
|
7987
8055
|
var IconSparkle = React.forwardRef(function (_ref, ref) {
|
|
7988
8056
|
var _ref$testId = _ref.testId,
|
|
@@ -10348,7 +10416,7 @@ var useDropdownContext = function useDropdownContext() {
|
|
|
10348
10416
|
var styles$1r = {"dropdown-pane":"_sp-pT"};
|
|
10349
10417
|
|
|
10350
10418
|
var DROPDOWN_PANE_PADDING = 14;
|
|
10351
|
-
var calculateOverlayPosition = function calculateOverlayPosition(triggerPosition, triggerOffsetHeight, panePosition, alignment) {
|
|
10419
|
+
var calculateOverlayPosition$1 = function calculateOverlayPosition(triggerPosition, triggerOffsetHeight, panePosition, alignment) {
|
|
10352
10420
|
var calculateLeftPosition = alignment === 'right' ? getRightAlignmentPosition : getLeftAlignmentPosition;
|
|
10353
10421
|
return {
|
|
10354
10422
|
top: getTopPosition(triggerPosition, triggerOffsetHeight, panePosition.height || 160),
|
|
@@ -10477,13 +10545,13 @@ var PaneOverlay = function PaneOverlay(_ref) {
|
|
|
10477
10545
|
}
|
|
10478
10546
|
var triggerPosition = triggerRef.current.getBoundingClientRect();
|
|
10479
10547
|
var panePosition = paneRef.current.getBoundingClientRect();
|
|
10480
|
-
var pos = calculateOverlayPosition(triggerPosition, triggerRef.current.offsetHeight, panePosition, alignment);
|
|
10548
|
+
var pos = calculateOverlayPosition$1(triggerPosition, triggerRef.current.offsetHeight, panePosition, alignment);
|
|
10481
10549
|
setPosition(pos);
|
|
10482
10550
|
}, [triggerRef, alignment, paneRef]);
|
|
10483
10551
|
useKeyPress(['Escape'], onToggleDropdown);
|
|
10484
10552
|
var overflow = maxHeight ? 'auto' : undefined;
|
|
10485
10553
|
return React__default["default"].createElement("div", {
|
|
10486
|
-
className: classnames__default["default"](styles$1r['dropdown-pane'], (_classNames = {}, _classNames[styles$1r['dropdown-pane--with-padding']] = true, _classNames)),
|
|
10554
|
+
className: classnames__default["default"](styles$1r['dropdown-pane'], (_classNames = {}, _classNames[styles$1r['dropdown-pane--with-padding']] = true, _classNames['dropdown-pane--custom-width'] = width !== undefined, _classNames)),
|
|
10487
10555
|
style: _extends({}, position, {
|
|
10488
10556
|
width: width,
|
|
10489
10557
|
maxHeight: maxHeight,
|
|
@@ -10498,11 +10566,11 @@ var PaneOverlay = function PaneOverlay(_ref) {
|
|
|
10498
10566
|
}, children);
|
|
10499
10567
|
};
|
|
10500
10568
|
|
|
10501
|
-
var GAP = 15;
|
|
10569
|
+
var GAP$1 = 15;
|
|
10502
10570
|
var isGoingTowardsPane = function isGoingTowardsPane(panePosition, mouseYAxisPosition) {
|
|
10503
|
-
var isGoingTowardsPane = mouseYAxisPosition + GAP > panePosition.top;
|
|
10571
|
+
var isGoingTowardsPane = mouseYAxisPosition + GAP$1 > panePosition.top;
|
|
10504
10572
|
if (mouseYAxisPosition > panePosition.top) {
|
|
10505
|
-
return mouseYAxisPosition - GAP < panePosition.bottom;
|
|
10573
|
+
return mouseYAxisPosition - GAP$1 < panePosition.bottom;
|
|
10506
10574
|
}
|
|
10507
10575
|
return isGoingTowardsPane;
|
|
10508
10576
|
};
|
|
@@ -11349,7 +11417,7 @@ var DropdownListDivider = function DropdownListDivider(_ref) {
|
|
|
11349
11417
|
});
|
|
11350
11418
|
};
|
|
11351
11419
|
|
|
11352
|
-
var styles$1h = {"dropdown-list-item":"_W12mF","dropdown-list-item--selected":"_Zu9cD","dropdown-list-item__content":"_xS6fS","dropdown-list-item__caption":"_7EI7m","dropdown-list-item--disabled":"_0OB5b","dropdown-list-item__prefix":"_dpo67","dropdown-list-item__suffix":"_ObP6B","dropdown-list-item__container":"_IBrNj","dropdown-list-item__link":"_vC0uY","dropdown-list-item__suffix-spot":"_UA23u"};
|
|
11420
|
+
var styles$1h = {"dropdown-list-item":"_W12mF","dropdown-list-item--selected":"_Zu9cD","dropdown-list-item__content":"_xS6fS","dropdown-list-item__caption":"_7EI7m","dropdown-list-item--disabled":"_0OB5b","dropdown-list-item__prefix":"_dpo67","dropdown-list-item__suffix":"_ObP6B","dropdown-list-item__container":"_IBrNj","dropdown-list-item__link":"_vC0uY","dropdown-list-item__suffix-spot":"_UA23u","dropdown-list-item__suffix-button":"_rvaeI"};
|
|
11353
11421
|
|
|
11354
11422
|
var styles$1g = {"dropdown-submenu":"_X4fIx"};
|
|
11355
11423
|
|
|
@@ -11472,6 +11540,7 @@ var useSubmenu = function useSubmenu(_ref) {
|
|
|
11472
11540
|
submenuDirection: submenuDirection,
|
|
11473
11541
|
closeSubmenu: scheduleCloseSubmenu,
|
|
11474
11542
|
openSubmenu: setSubmenuOpen,
|
|
11543
|
+
closePreviouslyOpenSubmenus: closePreviouslyOpenSubmenus,
|
|
11475
11544
|
itemRef: itemRef,
|
|
11476
11545
|
submenuRef: submenuRef,
|
|
11477
11546
|
isOpen: isSubmenuOpen
|
|
@@ -11496,7 +11565,9 @@ var DropdownListItem = function DropdownListItem(_ref) {
|
|
|
11496
11565
|
submenu = _ref.submenu,
|
|
11497
11566
|
onSubmenuOpenCallback = _ref.onSubmenuOpen,
|
|
11498
11567
|
_ref$isSelectable = _ref.isSelectable,
|
|
11499
|
-
isSelectable = _ref$isSelectable === void 0 ? false : _ref$isSelectable
|
|
11568
|
+
isSelectable = _ref$isSelectable === void 0 ? false : _ref$isSelectable,
|
|
11569
|
+
_ref$openSubmenuOnSuf = _ref.openSubmenuOnSuffixClick,
|
|
11570
|
+
openSubmenuOnSuffixClick = _ref$openSubmenuOnSuf === void 0 ? false : _ref$openSubmenuOnSuf;
|
|
11500
11571
|
var _useDropdownContext = useDropdownContext(),
|
|
11501
11572
|
onToggleDropdown = _useDropdownContext.onToggleDropdown;
|
|
11502
11573
|
var _useSubmenu = useSubmenu({
|
|
@@ -11509,7 +11580,8 @@ var DropdownListItem = function DropdownListItem(_ref) {
|
|
|
11509
11580
|
submenuDirection = _useSubmenu.submenuDirection,
|
|
11510
11581
|
itemRef = _useSubmenu.itemRef,
|
|
11511
11582
|
submenuRef = _useSubmenu.submenuRef,
|
|
11512
|
-
isOpen = _useSubmenu.isOpen
|
|
11583
|
+
isOpen = _useSubmenu.isOpen,
|
|
11584
|
+
closePreviouslyOpenSubmenus = _useSubmenu.closePreviouslyOpenSubmenus;
|
|
11513
11585
|
React.useEffect(function () {
|
|
11514
11586
|
var itemElement = itemRef.current;
|
|
11515
11587
|
if (!itemElement) {
|
|
@@ -11534,10 +11606,15 @@ var DropdownListItem = function DropdownListItem(_ref) {
|
|
|
11534
11606
|
return;
|
|
11535
11607
|
}
|
|
11536
11608
|
if (!!submenu) {
|
|
11537
|
-
|
|
11538
|
-
|
|
11539
|
-
|
|
11540
|
-
|
|
11609
|
+
if (!openSubmenuOnSuffixClick) {
|
|
11610
|
+
notifySubmenuOpened();
|
|
11611
|
+
_openSubmenu();
|
|
11612
|
+
onClick && onClick(e);
|
|
11613
|
+
return;
|
|
11614
|
+
} else {
|
|
11615
|
+
notifySubmenuOpened();
|
|
11616
|
+
return;
|
|
11617
|
+
}
|
|
11541
11618
|
}
|
|
11542
11619
|
if (!isSelectable) {
|
|
11543
11620
|
onToggleDropdown();
|
|
@@ -11557,9 +11634,20 @@ var DropdownListItem = function DropdownListItem(_ref) {
|
|
|
11557
11634
|
className: styles$1h['dropdown-list-item__caption']
|
|
11558
11635
|
}, caption))), (suffix || submenu) && React__default["default"].createElement("div", {
|
|
11559
11636
|
className: styles$1h['dropdown-list-item__suffix']
|
|
11560
|
-
}, suffix
|
|
11637
|
+
}, suffix && openSubmenuOnSuffixClick && submenu ? React__default["default"].createElement("button", {
|
|
11638
|
+
className: styles$1h['dropdown-list-item__suffix-button'],
|
|
11639
|
+
onClick: function onClick(e) {
|
|
11640
|
+
e.preventDefault();
|
|
11641
|
+
e.stopPropagation();
|
|
11642
|
+
notifySubmenuOpened();
|
|
11643
|
+
_openSubmenu();
|
|
11644
|
+
},
|
|
11645
|
+
type: "button",
|
|
11646
|
+
"aria-label": "Open submenu",
|
|
11647
|
+
disabled: disabled
|
|
11648
|
+
}, suffix) : suffix, submenu && !suffix && React__default["default"].createElement("div", {
|
|
11561
11649
|
className: styles$1h['dropdown-list-item__suffix-spot']
|
|
11562
|
-
}), submenu && React__default["default"].createElement(IconChevronRight, {
|
|
11650
|
+
}), submenu && !openSubmenuOnSuffixClick && React__default["default"].createElement(IconChevronRight, {
|
|
11563
11651
|
size: "small"
|
|
11564
11652
|
})));
|
|
11565
11653
|
var linkItem = href && (reloadDocument ? React__default["default"].createElement("a", {
|
|
@@ -11585,8 +11673,12 @@ var DropdownListItem = function DropdownListItem(_ref) {
|
|
|
11585
11673
|
onClick: handleClick,
|
|
11586
11674
|
onKeyPress: handleClick,
|
|
11587
11675
|
onMouseEnter: function onMouseEnter() {
|
|
11588
|
-
|
|
11589
|
-
|
|
11676
|
+
if (!openSubmenuOnSuffixClick) {
|
|
11677
|
+
_openSubmenu();
|
|
11678
|
+
notifySubmenuOpened();
|
|
11679
|
+
} else {
|
|
11680
|
+
closePreviouslyOpenSubmenus();
|
|
11681
|
+
}
|
|
11590
11682
|
},
|
|
11591
11683
|
"data-testid": testId,
|
|
11592
11684
|
ref: itemRef,
|
|
@@ -12182,9 +12274,9 @@ var FooterContainer = function FooterContainer(_ref2) {
|
|
|
12182
12274
|
}, children));
|
|
12183
12275
|
};
|
|
12184
12276
|
|
|
12185
|
-
var dayOverridesStyles = {"root":"_et9Fs","table":"_l7Mis","caption":"_XGu8K","head_cell":"_e0MoB","day_today":"_X7MoW","day_outside":"_AeJUw","nav_button":"_2-bPm","
|
|
12277
|
+
var dayOverridesStyles = {"root":"_et9Fs","table":"_l7Mis","caption":"_XGu8K","head_cell":"_e0MoB","day_today":"_X7MoW","day_outside":"_AeJUw","nav_button":"_2-bPm","day_selected":"_eK8pw"};
|
|
12186
12278
|
|
|
12187
|
-
var weekOverridesStyles = {"root":"_QLSA6","table":"_96jgF","caption":"_4ySMr","head_cell":"_2AoB4","day_today":"_Snv-V","day_outside":"_Zf-6C","nav_button":"_iOY4h","
|
|
12279
|
+
var weekOverridesStyles = {"root":"_QLSA6","table":"_96jgF","caption":"_4ySMr","head_cell":"_2AoB4","day_today":"_Snv-V","day_outside":"_Zf-6C","nav_button":"_iOY4h","day_range_middle":"_e0lOH","day_range_start":"_4N7l-","day_range_end":"_fMjHG","row":"_GqE-5"};
|
|
12188
12280
|
|
|
12189
12281
|
var styles$13 = {"calendar":"_YPyZ6","calendar__overlay":"_-cw0A"};
|
|
12190
12282
|
|
|
@@ -16961,7 +17053,7 @@ var getFormikError = function getFormikError(error) {
|
|
|
16961
17053
|
|
|
16962
17054
|
var styles$k = {"text-field":"_6cH4X","date-range-field":"_DMb6M","text-field--invalid":"_eXIiZ","text-field--prefixed":"_Lc6QO","text-field--suffixed":"_VWrJD","date-range-field--invalid":"_ZJ2A5","date-range-field--disabled":"_WkaJQ"};
|
|
16963
17055
|
|
|
16964
|
-
var calendarStyles = {"root":"_SsQ7L","table":"_Ar-fF","caption":"_Tp79k","head_cell":"_Ya6Zr","day_today":"_lFzs7","day_outside":"_TjttB","nav_button":"_cwiRM","
|
|
17056
|
+
var calendarStyles = {"root":"_SsQ7L","table":"_Ar-fF","caption":"_Tp79k","head_cell":"_Ya6Zr","day_today":"_lFzs7","day_outside":"_TjttB","nav_button":"_cwiRM","day_range_middle":"_rJolM","day_range_start":"_nVIPx","day_range_end":"_Y50yT"};
|
|
16965
17057
|
|
|
16966
17058
|
/**Calendar overlay component*/
|
|
16967
17059
|
var DateRangeCalendar = function DateRangeCalendar(_ref) {
|
|
@@ -19046,20 +19138,107 @@ var useColorKeyboardNavigation = function useColorKeyboardNavigation(selectedCol
|
|
|
19046
19138
|
};
|
|
19047
19139
|
};
|
|
19048
19140
|
|
|
19049
|
-
var
|
|
19050
|
-
|
|
19141
|
+
var GAP = 8; // Gap between the trigger and the overlay
|
|
19142
|
+
/**
|
|
19143
|
+
* Calculates where the color overlay should be positioned relative to its
|
|
19144
|
+
* trigger so it stays within the viewport. Placements are tried in this order
|
|
19145
|
+
* and the first one that fits is used:
|
|
19146
|
+
* 1. Bottom, aligned to the left edge of the trigger
|
|
19147
|
+
* 2. Bottom, aligned to the right edge of the trigger
|
|
19148
|
+
* 3. Top, aligned to the left edge of the trigger
|
|
19149
|
+
* 4. Top, aligned to the right edge of the trigger (fallback)
|
|
19150
|
+
*
|
|
19151
|
+
* Fit is evaluated in viewport coordinates; the returned position is in
|
|
19152
|
+
* document coordinates (scroll offsets applied) for an absolutely positioned
|
|
19153
|
+
* overlay.
|
|
19154
|
+
*/
|
|
19155
|
+
var calculateOverlayPosition = function calculateOverlayPosition(triggerRect, overlaySize, viewport, scroll, gap) {
|
|
19156
|
+
if (gap === void 0) {
|
|
19157
|
+
gap = GAP;
|
|
19158
|
+
}
|
|
19159
|
+
var fitsBottom = triggerRect.bottom + gap + overlaySize.height <= viewport.height;
|
|
19160
|
+
var fitsTop = triggerRect.top - gap - overlaySize.height >= 0;
|
|
19161
|
+
// Each alignment must keep both horizontal edges within the viewport. A
|
|
19162
|
+
// left-aligned overlay spans [trigger.left, trigger.left + width] and a
|
|
19163
|
+
// right-aligned overlay spans [trigger.right - width, trigger.right], so we
|
|
19164
|
+
// can't assume the trigger's anchor edge is itself on-screen.
|
|
19165
|
+
var fitsLeftAligned = triggerRect.left >= 0 && triggerRect.left + overlaySize.width <= viewport.width;
|
|
19166
|
+
var fitsRightAligned = triggerRect.right <= viewport.width && triggerRect.right - overlaySize.width >= 0;
|
|
19167
|
+
var bottomTop = triggerRect.bottom + scroll.y + gap;
|
|
19168
|
+
var topTop = triggerRect.top + scroll.y - gap - overlaySize.height;
|
|
19169
|
+
var leftAligned = triggerRect.left + scroll.x;
|
|
19170
|
+
var rightAligned = triggerRect.right + scroll.x - overlaySize.width;
|
|
19171
|
+
// 1. Bottom, from the bottom-left side of the trigger
|
|
19172
|
+
if (fitsBottom && fitsLeftAligned) {
|
|
19173
|
+
return {
|
|
19174
|
+
top: bottomTop,
|
|
19175
|
+
left: leftAligned
|
|
19176
|
+
};
|
|
19177
|
+
}
|
|
19178
|
+
// 2. Bottom, from the bottom-right side of the trigger
|
|
19179
|
+
if (fitsBottom && fitsRightAligned) {
|
|
19180
|
+
return {
|
|
19181
|
+
top: bottomTop,
|
|
19182
|
+
left: rightAligned
|
|
19183
|
+
};
|
|
19184
|
+
}
|
|
19185
|
+
// 3. Top, from the top-left side of the trigger
|
|
19186
|
+
if (fitsTop && fitsLeftAligned) {
|
|
19187
|
+
return {
|
|
19188
|
+
top: topTop,
|
|
19189
|
+
left: leftAligned
|
|
19190
|
+
};
|
|
19191
|
+
}
|
|
19192
|
+
// 4. Top, from the top-right side of the trigger (fallback)
|
|
19193
|
+
return {
|
|
19194
|
+
top: topTop,
|
|
19195
|
+
left: rightAligned
|
|
19196
|
+
};
|
|
19197
|
+
};
|
|
19198
|
+
|
|
19199
|
+
var ColorsOverlay = function ColorsOverlay(props) {
|
|
19200
|
+
return (
|
|
19201
|
+
// The overlay is measured and positioned once it is mounted inside the
|
|
19202
|
+
// Portal, so the content lives in a child component that only renders after
|
|
19203
|
+
// the Portal container exists.
|
|
19204
|
+
React__default["default"].createElement(Portal, null, React__default["default"].createElement(OverlayContent, _extends({}, props)))
|
|
19205
|
+
);
|
|
19206
|
+
};
|
|
19207
|
+
var OverlayContent = function OverlayContent(_ref) {
|
|
19051
19208
|
var onClose = _ref.onClose,
|
|
19052
19209
|
triggerRef = _ref.triggerRef,
|
|
19053
19210
|
selectedColor = _ref.selectedColor,
|
|
19054
19211
|
onSelect = _ref.onSelect;
|
|
19055
19212
|
var overlayRef = React.useRef(null);
|
|
19056
|
-
var
|
|
19057
|
-
|
|
19058
|
-
|
|
19059
|
-
|
|
19060
|
-
|
|
19213
|
+
var _useState = React.useState(null),
|
|
19214
|
+
position = _useState[0],
|
|
19215
|
+
setPosition = _useState[1];
|
|
19216
|
+
// Measure the overlay once it has rendered and position it within the
|
|
19217
|
+
// viewport, falling back through bottom/top and left/right placements.
|
|
19218
|
+
React.useLayoutEffect(function () {
|
|
19219
|
+
if (!triggerRef.current || !overlayRef.current) {
|
|
19220
|
+
return;
|
|
19221
|
+
}
|
|
19222
|
+
var triggerRect = triggerRef.current.getBoundingClientRect();
|
|
19223
|
+
var overlayRect = overlayRef.current.getBoundingClientRect();
|
|
19224
|
+
setPosition(calculateOverlayPosition(triggerRect, {
|
|
19225
|
+
width: overlayRect.width,
|
|
19226
|
+
height: overlayRect.height
|
|
19227
|
+
}, {
|
|
19228
|
+
width: window.innerWidth,
|
|
19229
|
+
height: window.innerHeight
|
|
19230
|
+
}, {
|
|
19231
|
+
x: window.scrollX,
|
|
19232
|
+
y: window.scrollY
|
|
19233
|
+
}));
|
|
19234
|
+
}, [triggerRef]);
|
|
19235
|
+
// Keep the overlay hidden until it has been measured to avoid a flash at
|
|
19236
|
+
// the unpositioned (top-left) corner.
|
|
19237
|
+
var overlayStyle = position ? {
|
|
19238
|
+
top: position.top,
|
|
19239
|
+
left: position.left
|
|
19061
19240
|
} : {
|
|
19062
|
-
|
|
19241
|
+
visibility: 'hidden'
|
|
19063
19242
|
};
|
|
19064
19243
|
var _useColorKeyboardNavi = useColorKeyboardNavigation(selectedColor || ''),
|
|
19065
19244
|
selectedColorIndex = _useColorKeyboardNavi.selectedColorIndex,
|
|
@@ -19073,7 +19252,7 @@ var ColorsOverlay = function ColorsOverlay(_ref) {
|
|
|
19073
19252
|
}, [selectedColorByIndex, onSelect]);
|
|
19074
19253
|
useKeyPress(['Escape'], onClose);
|
|
19075
19254
|
useKeyPress(['Enter'], handleEnterPress);
|
|
19076
|
-
return React__default["default"].createElement(
|
|
19255
|
+
return React__default["default"].createElement("div", {
|
|
19077
19256
|
style: overlayStyle,
|
|
19078
19257
|
ref: overlayRef,
|
|
19079
19258
|
className: styles$f['color-overlay'],
|
|
@@ -19091,7 +19270,7 @@ var ColorsOverlay = function ColorsOverlay(_ref) {
|
|
|
19091
19270
|
return setSelectedColorIndex(null);
|
|
19092
19271
|
}
|
|
19093
19272
|
});
|
|
19094
|
-
}))
|
|
19273
|
+
}));
|
|
19095
19274
|
};
|
|
19096
19275
|
var ColorDisplay = function ColorDisplay(_ref2) {
|
|
19097
19276
|
var _classNames;
|
|
@@ -63237,6 +63416,7 @@ exports.IconQuestionCircle = IconQuestionCircle;
|
|
|
63237
63416
|
exports.IconRepeat = IconRepeat;
|
|
63238
63417
|
exports.IconReply = IconReply;
|
|
63239
63418
|
exports.IconRocket = IconRocket;
|
|
63419
|
+
exports.IconSchool = IconSchool;
|
|
63240
63420
|
exports.IconSearch = IconSearch;
|
|
63241
63421
|
exports.IconSignIn = IconSignIn;
|
|
63242
63422
|
exports.IconSignOut = IconSignOut;
|