@7shifts/sous-chef 3.65.2 → 3.67.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/i18n/locales/en.json +1 -1
- package/dist/icons/components/IconDollarSign.d.ts +9 -0
- package/dist/icons/components/index.d.ts +1 -0
- package/dist/index.js +170 -129
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +171 -130
- package/dist/index.modern.js.map +1 -1
- package/dist/overlay/HintModal/HintModal.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -189,7 +189,7 @@ var kebabize = function kebabize(str) {
|
|
|
189
189
|
});
|
|
190
190
|
};
|
|
191
191
|
|
|
192
|
-
var _excluded$
|
|
192
|
+
var _excluded$2X = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
|
|
193
193
|
var getPositionProps = function getPositionProps(_ref) {
|
|
194
194
|
var m = _ref.m,
|
|
195
195
|
margin = _ref.margin,
|
|
@@ -201,7 +201,7 @@ var getPositionProps = function getPositionProps(_ref) {
|
|
|
201
201
|
marginBottom = _ref.marginBottom,
|
|
202
202
|
ml = _ref.ml,
|
|
203
203
|
marginLeft = _ref.marginLeft,
|
|
204
|
-
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
204
|
+
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
|
|
205
205
|
return {
|
|
206
206
|
positionProps: {
|
|
207
207
|
m: m,
|
|
@@ -235,7 +235,7 @@ var getDataProps = function getDataProps(props, config) {
|
|
|
235
235
|
});
|
|
236
236
|
};
|
|
237
237
|
|
|
238
|
-
var _excluded$
|
|
238
|
+
var _excluded$2W = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
|
|
239
239
|
/**
|
|
240
240
|
* Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
|
|
241
241
|
*/
|
|
@@ -260,7 +260,7 @@ var Flex = function Flex(_ref) {
|
|
|
260
260
|
flexGrow = _ref.flexGrow,
|
|
261
261
|
testId = _ref.testId,
|
|
262
262
|
extraClass = _ref.extraClass,
|
|
263
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
263
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
|
|
264
264
|
var _getPositionProps = getPositionProps(rest),
|
|
265
265
|
positionProps = _getPositionProps.positionProps,
|
|
266
266
|
otherProps = _getPositionProps.otherProps;
|
|
@@ -291,14 +291,14 @@ var Flex = function Flex(_ref) {
|
|
|
291
291
|
}));
|
|
292
292
|
};
|
|
293
293
|
|
|
294
|
-
var _excluded$
|
|
294
|
+
var _excluded$2V = ["alignItems"];
|
|
295
295
|
/**
|
|
296
296
|
* Layout component to easily stack elements up in a column.
|
|
297
297
|
*/
|
|
298
298
|
var Stack = function Stack(_ref) {
|
|
299
299
|
var _ref$alignItems = _ref.alignItems,
|
|
300
300
|
alignItems = _ref$alignItems === void 0 ? 'stretch' : _ref$alignItems,
|
|
301
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
301
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
|
|
302
302
|
return React__namespace.createElement(Flex, _extends({}, props, {
|
|
303
303
|
alignItems: alignItems,
|
|
304
304
|
direction: "column"
|
|
@@ -307,7 +307,7 @@ var Stack = function Stack(_ref) {
|
|
|
307
307
|
|
|
308
308
|
var styles$1k = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
|
|
309
309
|
|
|
310
|
-
var _excluded$
|
|
310
|
+
var _excluded$2U = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
|
|
311
311
|
/**
|
|
312
312
|
* Used when you want to allow the user to turn some information ON and OFF.
|
|
313
313
|
*
|
|
@@ -322,7 +322,7 @@ var Toggle = function Toggle(_ref) {
|
|
|
322
322
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
323
323
|
id = _ref.id,
|
|
324
324
|
testId = _ref.testId,
|
|
325
|
-
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
325
|
+
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
|
|
326
326
|
var _getDataProps = getDataProps(otherProps),
|
|
327
327
|
dataProps = _getDataProps.dataProps;
|
|
328
328
|
return React__default["default"].createElement(Stack, {
|
|
@@ -849,7 +849,7 @@ var COMPONENT_NAMES = {
|
|
|
849
849
|
BUTTON: 'BUTTON'
|
|
850
850
|
};
|
|
851
851
|
|
|
852
|
-
var _excluded$
|
|
852
|
+
var _excluded$2T = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
|
|
853
853
|
_excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
|
|
854
854
|
var ButtonComponent = function ButtonComponent(_ref, ref) {
|
|
855
855
|
var _classnames;
|
|
@@ -874,7 +874,7 @@ var ButtonComponent = function ButtonComponent(_ref, ref) {
|
|
|
874
874
|
target = _ref$target === void 0 ? BUTTON_TARGETS.SELF : _ref$target,
|
|
875
875
|
testId = _ref.testId,
|
|
876
876
|
size = _ref.size,
|
|
877
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
877
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
|
|
878
878
|
var _getPositionProps = getPositionProps(rest),
|
|
879
879
|
positionProps = _getPositionProps.positionProps,
|
|
880
880
|
otherProps = _getPositionProps.otherProps;
|
|
@@ -995,14 +995,14 @@ var useIsInsideComponent = function useIsInsideComponent(parentComponentName) {
|
|
|
995
995
|
return componentName === parentComponentName;
|
|
996
996
|
};
|
|
997
997
|
|
|
998
|
-
var _excluded$
|
|
998
|
+
var _excluded$2S = ["testId", "size", "color", "style"];
|
|
999
999
|
var IconInfoCircle = React.forwardRef(function (_ref, ref) {
|
|
1000
1000
|
var _ref$testId = _ref.testId,
|
|
1001
1001
|
testId = _ref$testId === void 0 ? 'icon-info-circle' : _ref$testId,
|
|
1002
1002
|
size = _ref.size,
|
|
1003
1003
|
color = _ref.color,
|
|
1004
1004
|
style = _ref.style,
|
|
1005
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1005
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
|
|
1006
1006
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1007
1007
|
var styleProps = {
|
|
1008
1008
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1025,14 +1025,14 @@ var IconInfoCircle = React.forwardRef(function (_ref, ref) {
|
|
|
1025
1025
|
});
|
|
1026
1026
|
IconInfoCircle.displayName = 'IconInfoCircle';
|
|
1027
1027
|
|
|
1028
|
-
var _excluded$
|
|
1028
|
+
var _excluded$2R = ["testId", "size", "color", "style"];
|
|
1029
1029
|
var IconAnalytics = React.forwardRef(function (_ref, ref) {
|
|
1030
1030
|
var _ref$testId = _ref.testId,
|
|
1031
1031
|
testId = _ref$testId === void 0 ? 'icon-analytics' : _ref$testId,
|
|
1032
1032
|
size = _ref.size,
|
|
1033
1033
|
color = _ref.color,
|
|
1034
1034
|
style = _ref.style,
|
|
1035
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1035
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
|
|
1036
1036
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1037
1037
|
var styleProps = {
|
|
1038
1038
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1055,14 +1055,14 @@ var IconAnalytics = React.forwardRef(function (_ref, ref) {
|
|
|
1055
1055
|
});
|
|
1056
1056
|
IconAnalytics.displayName = 'IconAnalytics';
|
|
1057
1057
|
|
|
1058
|
-
var _excluded$
|
|
1058
|
+
var _excluded$2Q = ["testId", "size", "color", "style"];
|
|
1059
1059
|
var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
|
|
1060
1060
|
var _ref$testId = _ref.testId,
|
|
1061
1061
|
testId = _ref$testId === void 0 ? 'icon-arrow-down-wide-short' : _ref$testId,
|
|
1062
1062
|
size = _ref.size,
|
|
1063
1063
|
color = _ref.color,
|
|
1064
1064
|
style = _ref.style,
|
|
1065
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1065
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
|
|
1066
1066
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1067
1067
|
var styleProps = {
|
|
1068
1068
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1083,14 +1083,14 @@ var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
|
|
|
1083
1083
|
});
|
|
1084
1084
|
IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
|
|
1085
1085
|
|
|
1086
|
-
var _excluded$
|
|
1086
|
+
var _excluded$2P = ["testId", "size", "color", "style"];
|
|
1087
1087
|
var IconArrowDown = React.forwardRef(function (_ref, ref) {
|
|
1088
1088
|
var _ref$testId = _ref.testId,
|
|
1089
1089
|
testId = _ref$testId === void 0 ? 'icon-arrow-down' : _ref$testId,
|
|
1090
1090
|
size = _ref.size,
|
|
1091
1091
|
color = _ref.color,
|
|
1092
1092
|
style = _ref.style,
|
|
1093
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1093
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
|
|
1094
1094
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1095
1095
|
var styleProps = {
|
|
1096
1096
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1113,14 +1113,14 @@ var IconArrowDown = React.forwardRef(function (_ref, ref) {
|
|
|
1113
1113
|
});
|
|
1114
1114
|
IconArrowDown.displayName = 'IconArrowDown';
|
|
1115
1115
|
|
|
1116
|
-
var _excluded$
|
|
1116
|
+
var _excluded$2O = ["testId", "size", "color", "style"];
|
|
1117
1117
|
var IconArrowLeft = React.forwardRef(function (_ref, ref) {
|
|
1118
1118
|
var _ref$testId = _ref.testId,
|
|
1119
1119
|
testId = _ref$testId === void 0 ? 'icon-arrow-left' : _ref$testId,
|
|
1120
1120
|
size = _ref.size,
|
|
1121
1121
|
color = _ref.color,
|
|
1122
1122
|
style = _ref.style,
|
|
1123
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1123
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
|
|
1124
1124
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1125
1125
|
var styleProps = {
|
|
1126
1126
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1143,14 +1143,14 @@ var IconArrowLeft = React.forwardRef(function (_ref, ref) {
|
|
|
1143
1143
|
});
|
|
1144
1144
|
IconArrowLeft.displayName = 'IconArrowLeft';
|
|
1145
1145
|
|
|
1146
|
-
var _excluded$
|
|
1146
|
+
var _excluded$2N = ["testId", "size", "color", "style"];
|
|
1147
1147
|
var IconArrowRight = React.forwardRef(function (_ref, ref) {
|
|
1148
1148
|
var _ref$testId = _ref.testId,
|
|
1149
1149
|
testId = _ref$testId === void 0 ? 'icon-arrow-right' : _ref$testId,
|
|
1150
1150
|
size = _ref.size,
|
|
1151
1151
|
color = _ref.color,
|
|
1152
1152
|
style = _ref.style,
|
|
1153
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1153
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
|
|
1154
1154
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1155
1155
|
var styleProps = {
|
|
1156
1156
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1173,14 +1173,14 @@ var IconArrowRight = React.forwardRef(function (_ref, ref) {
|
|
|
1173
1173
|
});
|
|
1174
1174
|
IconArrowRight.displayName = 'IconArrowRight';
|
|
1175
1175
|
|
|
1176
|
-
var _excluded$
|
|
1176
|
+
var _excluded$2M = ["testId", "size", "color", "style"];
|
|
1177
1177
|
var IconArrowToTop = React.forwardRef(function (_ref, ref) {
|
|
1178
1178
|
var _ref$testId = _ref.testId,
|
|
1179
1179
|
testId = _ref$testId === void 0 ? 'icon-arrow-to-top' : _ref$testId,
|
|
1180
1180
|
size = _ref.size,
|
|
1181
1181
|
color = _ref.color,
|
|
1182
1182
|
style = _ref.style,
|
|
1183
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1183
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
|
|
1184
1184
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1185
1185
|
var styleProps = {
|
|
1186
1186
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1201,14 +1201,14 @@ var IconArrowToTop = React.forwardRef(function (_ref, ref) {
|
|
|
1201
1201
|
});
|
|
1202
1202
|
IconArrowToTop.displayName = 'IconArrowToTop';
|
|
1203
1203
|
|
|
1204
|
-
var _excluded$
|
|
1204
|
+
var _excluded$2L = ["testId", "size", "color", "style"];
|
|
1205
1205
|
var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
|
|
1206
1206
|
var _ref$testId = _ref.testId,
|
|
1207
1207
|
testId = _ref$testId === void 0 ? 'icon-arrow-turn-down-right' : _ref$testId,
|
|
1208
1208
|
size = _ref.size,
|
|
1209
1209
|
color = _ref.color,
|
|
1210
1210
|
style = _ref.style,
|
|
1211
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1211
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
|
|
1212
1212
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1213
1213
|
var styleProps = {
|
|
1214
1214
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1237,14 +1237,14 @@ var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
|
|
|
1237
1237
|
});
|
|
1238
1238
|
IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
|
|
1239
1239
|
|
|
1240
|
-
var _excluded$
|
|
1240
|
+
var _excluded$2K = ["testId", "size", "color", "style"];
|
|
1241
1241
|
var IconArrowUp = React.forwardRef(function (_ref, ref) {
|
|
1242
1242
|
var _ref$testId = _ref.testId,
|
|
1243
1243
|
testId = _ref$testId === void 0 ? 'icon-arrow-up' : _ref$testId,
|
|
1244
1244
|
size = _ref.size,
|
|
1245
1245
|
color = _ref.color,
|
|
1246
1246
|
style = _ref.style,
|
|
1247
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1247
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
|
|
1248
1248
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1249
1249
|
var styleProps = {
|
|
1250
1250
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1267,14 +1267,14 @@ var IconArrowUp = React.forwardRef(function (_ref, ref) {
|
|
|
1267
1267
|
});
|
|
1268
1268
|
IconArrowUp.displayName = 'IconArrowUp';
|
|
1269
1269
|
|
|
1270
|
-
var _excluded$
|
|
1270
|
+
var _excluded$2J = ["testId", "size", "color", "style"];
|
|
1271
1271
|
var IconAward = React.forwardRef(function (_ref, ref) {
|
|
1272
1272
|
var _ref$testId = _ref.testId,
|
|
1273
1273
|
testId = _ref$testId === void 0 ? 'icon-award' : _ref$testId,
|
|
1274
1274
|
size = _ref.size,
|
|
1275
1275
|
color = _ref.color,
|
|
1276
1276
|
style = _ref.style,
|
|
1277
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1277
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
|
|
1278
1278
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1279
1279
|
var styleProps = {
|
|
1280
1280
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1297,14 +1297,14 @@ var IconAward = React.forwardRef(function (_ref, ref) {
|
|
|
1297
1297
|
});
|
|
1298
1298
|
IconAward.displayName = 'IconAward';
|
|
1299
1299
|
|
|
1300
|
-
var _excluded$
|
|
1300
|
+
var _excluded$2I = ["testId", "size", "color", "style"];
|
|
1301
1301
|
var IconAwfulMonochromatic = React.forwardRef(function (_ref, ref) {
|
|
1302
1302
|
var _ref$testId = _ref.testId,
|
|
1303
1303
|
testId = _ref$testId === void 0 ? 'icon-awful-monochromatic' : _ref$testId,
|
|
1304
1304
|
size = _ref.size,
|
|
1305
1305
|
color = _ref.color,
|
|
1306
1306
|
style = _ref.style,
|
|
1307
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1307
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
|
|
1308
1308
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1309
1309
|
var styleProps = {
|
|
1310
1310
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1357,14 +1357,14 @@ var IconAwfulMonochromatic = React.forwardRef(function (_ref, ref) {
|
|
|
1357
1357
|
});
|
|
1358
1358
|
IconAwfulMonochromatic.displayName = 'IconAwfulMonochromatic';
|
|
1359
1359
|
|
|
1360
|
-
var _excluded$
|
|
1360
|
+
var _excluded$2H = ["testId", "size", "color", "style"];
|
|
1361
1361
|
var IconAwful = React.forwardRef(function (_ref, ref) {
|
|
1362
1362
|
var _ref$testId = _ref.testId,
|
|
1363
1363
|
testId = _ref$testId === void 0 ? 'icon-awful' : _ref$testId,
|
|
1364
1364
|
size = _ref.size,
|
|
1365
1365
|
color = _ref.color,
|
|
1366
1366
|
style = _ref.style,
|
|
1367
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1367
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
|
|
1368
1368
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1369
1369
|
var styleProps = {
|
|
1370
1370
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1405,14 +1405,14 @@ var IconAwful = React.forwardRef(function (_ref, ref) {
|
|
|
1405
1405
|
});
|
|
1406
1406
|
IconAwful.displayName = 'IconAwful';
|
|
1407
1407
|
|
|
1408
|
-
var _excluded$
|
|
1408
|
+
var _excluded$2G = ["testId", "size", "color", "style"];
|
|
1409
1409
|
var IconBadMonochromatic = React.forwardRef(function (_ref, ref) {
|
|
1410
1410
|
var _ref$testId = _ref.testId,
|
|
1411
1411
|
testId = _ref$testId === void 0 ? 'icon-bad-monochromatic' : _ref$testId,
|
|
1412
1412
|
size = _ref.size,
|
|
1413
1413
|
color = _ref.color,
|
|
1414
1414
|
style = _ref.style,
|
|
1415
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1415
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
|
|
1416
1416
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1417
1417
|
var styleProps = {
|
|
1418
1418
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1451,14 +1451,14 @@ var IconBadMonochromatic = React.forwardRef(function (_ref, ref) {
|
|
|
1451
1451
|
});
|
|
1452
1452
|
IconBadMonochromatic.displayName = 'IconBadMonochromatic';
|
|
1453
1453
|
|
|
1454
|
-
var _excluded$
|
|
1454
|
+
var _excluded$2F = ["testId", "size", "color", "style"];
|
|
1455
1455
|
var IconBad = React.forwardRef(function (_ref, ref) {
|
|
1456
1456
|
var _ref$testId = _ref.testId,
|
|
1457
1457
|
testId = _ref$testId === void 0 ? 'icon-bad' : _ref$testId,
|
|
1458
1458
|
size = _ref.size,
|
|
1459
1459
|
color = _ref.color,
|
|
1460
1460
|
style = _ref.style,
|
|
1461
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1461
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
|
|
1462
1462
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1463
1463
|
var styleProps = {
|
|
1464
1464
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1485,14 +1485,14 @@ var IconBad = React.forwardRef(function (_ref, ref) {
|
|
|
1485
1485
|
});
|
|
1486
1486
|
IconBad.displayName = 'IconBad';
|
|
1487
1487
|
|
|
1488
|
-
var _excluded$
|
|
1488
|
+
var _excluded$2E = ["testId", "size", "color", "style"];
|
|
1489
1489
|
var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
|
|
1490
1490
|
var _ref$testId = _ref.testId,
|
|
1491
1491
|
testId = _ref$testId === void 0 ? 'icon-balance-scale-left' : _ref$testId,
|
|
1492
1492
|
size = _ref.size,
|
|
1493
1493
|
color = _ref.color,
|
|
1494
1494
|
style = _ref.style,
|
|
1495
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1495
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
|
|
1496
1496
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1497
1497
|
var styleProps = {
|
|
1498
1498
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1520,14 +1520,14 @@ var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
|
|
|
1520
1520
|
});
|
|
1521
1521
|
IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
|
|
1522
1522
|
|
|
1523
|
-
var _excluded$
|
|
1523
|
+
var _excluded$2D = ["testId", "size", "color", "style"];
|
|
1524
1524
|
var IconBalanceScale = React.forwardRef(function (_ref, ref) {
|
|
1525
1525
|
var _ref$testId = _ref.testId,
|
|
1526
1526
|
testId = _ref$testId === void 0 ? 'icon-balance-scale' : _ref$testId,
|
|
1527
1527
|
size = _ref.size,
|
|
1528
1528
|
color = _ref.color,
|
|
1529
1529
|
style = _ref.style,
|
|
1530
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1530
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
|
|
1531
1531
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1532
1532
|
var styleProps = {
|
|
1533
1533
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1555,14 +1555,14 @@ var IconBalanceScale = React.forwardRef(function (_ref, ref) {
|
|
|
1555
1555
|
});
|
|
1556
1556
|
IconBalanceScale.displayName = 'IconBalanceScale';
|
|
1557
1557
|
|
|
1558
|
-
var _excluded$
|
|
1558
|
+
var _excluded$2C = ["testId", "size", "color", "style"];
|
|
1559
1559
|
var IconBan = React.forwardRef(function (_ref, ref) {
|
|
1560
1560
|
var _ref$testId = _ref.testId,
|
|
1561
1561
|
testId = _ref$testId === void 0 ? 'icon-ban' : _ref$testId,
|
|
1562
1562
|
size = _ref.size,
|
|
1563
1563
|
color = _ref.color,
|
|
1564
1564
|
style = _ref.style,
|
|
1565
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1565
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
|
|
1566
1566
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1567
1567
|
var styleProps = {
|
|
1568
1568
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1583,14 +1583,14 @@ var IconBan = React.forwardRef(function (_ref, ref) {
|
|
|
1583
1583
|
});
|
|
1584
1584
|
IconBan.displayName = 'IconBan';
|
|
1585
1585
|
|
|
1586
|
-
var _excluded$
|
|
1586
|
+
var _excluded$2B = ["testId", "size", "color", "style"];
|
|
1587
1587
|
var IconBarsH = React.forwardRef(function (_ref, ref) {
|
|
1588
1588
|
var _ref$testId = _ref.testId,
|
|
1589
1589
|
testId = _ref$testId === void 0 ? 'icon-bars-h' : _ref$testId,
|
|
1590
1590
|
size = _ref.size,
|
|
1591
1591
|
color = _ref.color,
|
|
1592
1592
|
style = _ref.style,
|
|
1593
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1593
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
|
|
1594
1594
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1595
1595
|
var styleProps = {
|
|
1596
1596
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1613,14 +1613,14 @@ var IconBarsH = React.forwardRef(function (_ref, ref) {
|
|
|
1613
1613
|
});
|
|
1614
1614
|
IconBarsH.displayName = 'IconBarsH';
|
|
1615
1615
|
|
|
1616
|
-
var _excluded$
|
|
1616
|
+
var _excluded$2A = ["testId", "size", "color", "style"];
|
|
1617
1617
|
var IconBarsV = React.forwardRef(function (_ref, ref) {
|
|
1618
1618
|
var _ref$testId = _ref.testId,
|
|
1619
1619
|
testId = _ref$testId === void 0 ? 'icon-bars-v' : _ref$testId,
|
|
1620
1620
|
size = _ref.size,
|
|
1621
1621
|
color = _ref.color,
|
|
1622
1622
|
style = _ref.style,
|
|
1623
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1623
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
|
|
1624
1624
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1625
1625
|
var styleProps = {
|
|
1626
1626
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1641,14 +1641,14 @@ var IconBarsV = React.forwardRef(function (_ref, ref) {
|
|
|
1641
1641
|
});
|
|
1642
1642
|
IconBarsV.displayName = 'IconBarsV';
|
|
1643
1643
|
|
|
1644
|
-
var _excluded$
|
|
1644
|
+
var _excluded$2z = ["testId", "size", "color", "style"];
|
|
1645
1645
|
var IconBell = React.forwardRef(function (_ref, ref) {
|
|
1646
1646
|
var _ref$testId = _ref.testId,
|
|
1647
1647
|
testId = _ref$testId === void 0 ? 'icon-bell' : _ref$testId,
|
|
1648
1648
|
size = _ref.size,
|
|
1649
1649
|
color = _ref.color,
|
|
1650
1650
|
style = _ref.style,
|
|
1651
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1651
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
|
|
1652
1652
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1653
1653
|
var styleProps = {
|
|
1654
1654
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1671,14 +1671,14 @@ var IconBell = React.forwardRef(function (_ref, ref) {
|
|
|
1671
1671
|
});
|
|
1672
1672
|
IconBell.displayName = 'IconBell';
|
|
1673
1673
|
|
|
1674
|
-
var _excluded$
|
|
1674
|
+
var _excluded$2y = ["testId", "size", "color", "style"];
|
|
1675
1675
|
var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
|
|
1676
1676
|
var _ref$testId = _ref.testId,
|
|
1677
1677
|
testId = _ref$testId === void 0 ? 'icon-birthday-cake' : _ref$testId,
|
|
1678
1678
|
size = _ref.size,
|
|
1679
1679
|
color = _ref.color,
|
|
1680
1680
|
style = _ref.style,
|
|
1681
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1681
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
|
|
1682
1682
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1683
1683
|
var styleProps = {
|
|
1684
1684
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1699,14 +1699,14 @@ var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
|
|
|
1699
1699
|
});
|
|
1700
1700
|
IconBirthdayCake.displayName = 'IconBirthdayCake';
|
|
1701
1701
|
|
|
1702
|
-
var _excluded$
|
|
1702
|
+
var _excluded$2x = ["testId", "size", "color", "style"];
|
|
1703
1703
|
var IconBold = React.forwardRef(function (_ref, ref) {
|
|
1704
1704
|
var _ref$testId = _ref.testId,
|
|
1705
1705
|
testId = _ref$testId === void 0 ? 'icon-bold' : _ref$testId,
|
|
1706
1706
|
size = _ref.size,
|
|
1707
1707
|
color = _ref.color,
|
|
1708
1708
|
style = _ref.style,
|
|
1709
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1709
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
|
|
1710
1710
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1711
1711
|
var styleProps = {
|
|
1712
1712
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1727,14 +1727,14 @@ var IconBold = React.forwardRef(function (_ref, ref) {
|
|
|
1727
1727
|
});
|
|
1728
1728
|
IconBold.displayName = 'IconBold';
|
|
1729
1729
|
|
|
1730
|
-
var _excluded$
|
|
1730
|
+
var _excluded$2w = ["testId", "size", "color", "style"];
|
|
1731
1731
|
var IconBolt = React.forwardRef(function (_ref, ref) {
|
|
1732
1732
|
var _ref$testId = _ref.testId,
|
|
1733
1733
|
testId = _ref$testId === void 0 ? 'icon-bolt' : _ref$testId,
|
|
1734
1734
|
size = _ref.size,
|
|
1735
1735
|
color = _ref.color,
|
|
1736
1736
|
style = _ref.style,
|
|
1737
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1737
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
|
|
1738
1738
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1739
1739
|
var styleProps = {
|
|
1740
1740
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1762,14 +1762,14 @@ var IconBolt = React.forwardRef(function (_ref, ref) {
|
|
|
1762
1762
|
});
|
|
1763
1763
|
IconBolt.displayName = 'IconBolt';
|
|
1764
1764
|
|
|
1765
|
-
var _excluded$
|
|
1765
|
+
var _excluded$2v = ["testId", "size", "color", "style"];
|
|
1766
1766
|
var IconBook = React.forwardRef(function (_ref, ref) {
|
|
1767
1767
|
var _ref$testId = _ref.testId,
|
|
1768
1768
|
testId = _ref$testId === void 0 ? 'icon-book' : _ref$testId,
|
|
1769
1769
|
size = _ref.size,
|
|
1770
1770
|
color = _ref.color,
|
|
1771
1771
|
style = _ref.style,
|
|
1772
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1772
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
|
|
1773
1773
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1774
1774
|
var styleProps = {
|
|
1775
1775
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1792,14 +1792,14 @@ var IconBook = React.forwardRef(function (_ref, ref) {
|
|
|
1792
1792
|
});
|
|
1793
1793
|
IconBook.displayName = 'IconBook';
|
|
1794
1794
|
|
|
1795
|
-
var _excluded$
|
|
1795
|
+
var _excluded$2u = ["testId", "size", "color", "style"];
|
|
1796
1796
|
var IconBriefcase = React.forwardRef(function (_ref, ref) {
|
|
1797
1797
|
var _ref$testId = _ref.testId,
|
|
1798
1798
|
testId = _ref$testId === void 0 ? 'icon-briefcase' : _ref$testId,
|
|
1799
1799
|
size = _ref.size,
|
|
1800
1800
|
color = _ref.color,
|
|
1801
1801
|
style = _ref.style,
|
|
1802
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1802
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
|
|
1803
1803
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1804
1804
|
var styleProps = {
|
|
1805
1805
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1820,14 +1820,14 @@ var IconBriefcase = React.forwardRef(function (_ref, ref) {
|
|
|
1820
1820
|
});
|
|
1821
1821
|
IconBriefcase.displayName = 'IconBriefcase';
|
|
1822
1822
|
|
|
1823
|
-
var _excluded$
|
|
1823
|
+
var _excluded$2t = ["testId", "size", "color", "style"];
|
|
1824
1824
|
var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
|
|
1825
1825
|
var _ref$testId = _ref.testId,
|
|
1826
1826
|
testId = _ref$testId === void 0 ? 'icon-bullseye-arrow' : _ref$testId,
|
|
1827
1827
|
size = _ref.size,
|
|
1828
1828
|
color = _ref.color,
|
|
1829
1829
|
style = _ref.style,
|
|
1830
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1830
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
|
|
1831
1831
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1832
1832
|
var styleProps = {
|
|
1833
1833
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1850,14 +1850,14 @@ var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
|
|
|
1850
1850
|
});
|
|
1851
1851
|
IconBullseyeArrow.displayName = 'IconBullseyeArrow';
|
|
1852
1852
|
|
|
1853
|
-
var _excluded$
|
|
1853
|
+
var _excluded$2s = ["testId", "size", "color", "style"];
|
|
1854
1854
|
var IconCalculator = React.forwardRef(function (_ref, ref) {
|
|
1855
1855
|
var _ref$testId = _ref.testId,
|
|
1856
1856
|
testId = _ref$testId === void 0 ? 'icon-calculator' : _ref$testId,
|
|
1857
1857
|
size = _ref.size,
|
|
1858
1858
|
color = _ref.color,
|
|
1859
1859
|
style = _ref.style,
|
|
1860
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1860
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
|
|
1861
1861
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1862
1862
|
var styleProps = {
|
|
1863
1863
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1880,14 +1880,14 @@ var IconCalculator = React.forwardRef(function (_ref, ref) {
|
|
|
1880
1880
|
});
|
|
1881
1881
|
IconCalculator.displayName = 'IconCalculator';
|
|
1882
1882
|
|
|
1883
|
-
var _excluded$
|
|
1883
|
+
var _excluded$2r = ["testId", "size", "color", "style"];
|
|
1884
1884
|
var IconCalendarAlt = React.forwardRef(function (_ref, ref) {
|
|
1885
1885
|
var _ref$testId = _ref.testId,
|
|
1886
1886
|
testId = _ref$testId === void 0 ? 'icon-calendar-alt' : _ref$testId,
|
|
1887
1887
|
size = _ref.size,
|
|
1888
1888
|
color = _ref.color,
|
|
1889
1889
|
style = _ref.style,
|
|
1890
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1890
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
|
|
1891
1891
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1892
1892
|
var styleProps = {
|
|
1893
1893
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1910,14 +1910,14 @@ var IconCalendarAlt = React.forwardRef(function (_ref, ref) {
|
|
|
1910
1910
|
});
|
|
1911
1911
|
IconCalendarAlt.displayName = 'IconCalendarAlt';
|
|
1912
1912
|
|
|
1913
|
-
var _excluded$
|
|
1913
|
+
var _excluded$2q = ["testId", "size", "color", "style"];
|
|
1914
1914
|
var IconCalendarCheck = React.forwardRef(function (_ref, ref) {
|
|
1915
1915
|
var _ref$testId = _ref.testId,
|
|
1916
1916
|
testId = _ref$testId === void 0 ? 'icon-calendar-check' : _ref$testId,
|
|
1917
1917
|
size = _ref.size,
|
|
1918
1918
|
color = _ref.color,
|
|
1919
1919
|
style = _ref.style,
|
|
1920
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1920
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
|
|
1921
1921
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1922
1922
|
var styleProps = {
|
|
1923
1923
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1940,14 +1940,14 @@ var IconCalendarCheck = React.forwardRef(function (_ref, ref) {
|
|
|
1940
1940
|
});
|
|
1941
1941
|
IconCalendarCheck.displayName = 'IconCalendarCheck';
|
|
1942
1942
|
|
|
1943
|
-
var _excluded$
|
|
1943
|
+
var _excluded$2p = ["testId", "size", "color", "style"];
|
|
1944
1944
|
var IconCalendarDay = React.forwardRef(function (_ref, ref) {
|
|
1945
1945
|
var _ref$testId = _ref.testId,
|
|
1946
1946
|
testId = _ref$testId === void 0 ? 'icon-calendar-day' : _ref$testId,
|
|
1947
1947
|
size = _ref.size,
|
|
1948
1948
|
color = _ref.color,
|
|
1949
1949
|
style = _ref.style,
|
|
1950
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1950
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
|
|
1951
1951
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1952
1952
|
var styleProps = {
|
|
1953
1953
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1975,14 +1975,14 @@ var IconCalendarDay = React.forwardRef(function (_ref, ref) {
|
|
|
1975
1975
|
});
|
|
1976
1976
|
IconCalendarDay.displayName = 'IconCalendarDay';
|
|
1977
1977
|
|
|
1978
|
-
var _excluded$
|
|
1978
|
+
var _excluded$2o = ["testId", "size", "color", "style"];
|
|
1979
1979
|
var IconCalendarExclamation = React.forwardRef(function (_ref, ref) {
|
|
1980
1980
|
var _ref$testId = _ref.testId,
|
|
1981
1981
|
testId = _ref$testId === void 0 ? 'icon-calendar-exclamation' : _ref$testId,
|
|
1982
1982
|
size = _ref.size,
|
|
1983
1983
|
color = _ref.color,
|
|
1984
1984
|
style = _ref.style,
|
|
1985
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1985
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
|
|
1986
1986
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1987
1987
|
var styleProps = {
|
|
1988
1988
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2003,14 +2003,14 @@ var IconCalendarExclamation = React.forwardRef(function (_ref, ref) {
|
|
|
2003
2003
|
});
|
|
2004
2004
|
IconCalendarExclamation.displayName = 'IconCalendarExclamation';
|
|
2005
2005
|
|
|
2006
|
-
var _excluded$
|
|
2006
|
+
var _excluded$2n = ["testId", "size", "color", "style"];
|
|
2007
2007
|
var IconCalendarStar = React.forwardRef(function (_ref, ref) {
|
|
2008
2008
|
var _ref$testId = _ref.testId,
|
|
2009
2009
|
testId = _ref$testId === void 0 ? 'icon-calendar-star' : _ref$testId,
|
|
2010
2010
|
size = _ref.size,
|
|
2011
2011
|
color = _ref.color,
|
|
2012
2012
|
style = _ref.style,
|
|
2013
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2013
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
|
|
2014
2014
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2015
2015
|
var styleProps = {
|
|
2016
2016
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2031,14 +2031,14 @@ var IconCalendarStar = React.forwardRef(function (_ref, ref) {
|
|
|
2031
2031
|
});
|
|
2032
2032
|
IconCalendarStar.displayName = 'IconCalendarStar';
|
|
2033
2033
|
|
|
2034
|
-
var _excluded$
|
|
2034
|
+
var _excluded$2m = ["testId", "size", "color", "style"];
|
|
2035
2035
|
var IconCalendarTomorrow = React.forwardRef(function (_ref, ref) {
|
|
2036
2036
|
var _ref$testId = _ref.testId,
|
|
2037
2037
|
testId = _ref$testId === void 0 ? 'icon-calendar-tomorrow' : _ref$testId,
|
|
2038
2038
|
size = _ref.size,
|
|
2039
2039
|
color = _ref.color,
|
|
2040
2040
|
style = _ref.style,
|
|
2041
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2041
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
|
|
2042
2042
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2043
2043
|
var styleProps = {
|
|
2044
2044
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2068,14 +2068,14 @@ var IconCalendarTomorrow = React.forwardRef(function (_ref, ref) {
|
|
|
2068
2068
|
});
|
|
2069
2069
|
IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
|
|
2070
2070
|
|
|
2071
|
-
var _excluded$
|
|
2071
|
+
var _excluded$2l = ["testId", "size", "color", "style"];
|
|
2072
2072
|
var IconCalendar = React.forwardRef(function (_ref, ref) {
|
|
2073
2073
|
var _ref$testId = _ref.testId,
|
|
2074
2074
|
testId = _ref$testId === void 0 ? 'icon-calendar' : _ref$testId,
|
|
2075
2075
|
size = _ref.size,
|
|
2076
2076
|
color = _ref.color,
|
|
2077
2077
|
style = _ref.style,
|
|
2078
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2078
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
|
|
2079
2079
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2080
2080
|
var styleProps = {
|
|
2081
2081
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2098,14 +2098,14 @@ var IconCalendar = React.forwardRef(function (_ref, ref) {
|
|
|
2098
2098
|
});
|
|
2099
2099
|
IconCalendar.displayName = 'IconCalendar';
|
|
2100
2100
|
|
|
2101
|
-
var _excluded$
|
|
2101
|
+
var _excluded$2k = ["testId", "size", "color", "style"];
|
|
2102
2102
|
var IconCameraSlash = React.forwardRef(function (_ref, ref) {
|
|
2103
2103
|
var _ref$testId = _ref.testId,
|
|
2104
2104
|
testId = _ref$testId === void 0 ? 'icon-camera-slash' : _ref$testId,
|
|
2105
2105
|
size = _ref.size,
|
|
2106
2106
|
color = _ref.color,
|
|
2107
2107
|
style = _ref.style,
|
|
2108
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2108
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
|
|
2109
2109
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2110
2110
|
var styleProps = {
|
|
2111
2111
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2129,14 +2129,14 @@ var IconCameraSlash = React.forwardRef(function (_ref, ref) {
|
|
|
2129
2129
|
});
|
|
2130
2130
|
IconCameraSlash.displayName = 'IconCameraSlash';
|
|
2131
2131
|
|
|
2132
|
-
var _excluded$
|
|
2132
|
+
var _excluded$2j = ["testId", "size", "color", "style"];
|
|
2133
2133
|
var IconCamera = React.forwardRef(function (_ref, ref) {
|
|
2134
2134
|
var _ref$testId = _ref.testId,
|
|
2135
2135
|
testId = _ref$testId === void 0 ? 'icon-camera' : _ref$testId,
|
|
2136
2136
|
size = _ref.size,
|
|
2137
2137
|
color = _ref.color,
|
|
2138
2138
|
style = _ref.style,
|
|
2139
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2139
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
|
|
2140
2140
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2141
2141
|
var styleProps = {
|
|
2142
2142
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2157,14 +2157,14 @@ var IconCamera = React.forwardRef(function (_ref, ref) {
|
|
|
2157
2157
|
});
|
|
2158
2158
|
IconCamera.displayName = 'IconCamera';
|
|
2159
2159
|
|
|
2160
|
-
var _excluded$
|
|
2160
|
+
var _excluded$2i = ["testId", "size", "color", "style"];
|
|
2161
2161
|
var IconCashRegister = React.forwardRef(function (_ref, ref) {
|
|
2162
2162
|
var _ref$testId = _ref.testId,
|
|
2163
2163
|
testId = _ref$testId === void 0 ? 'icon-cash-register' : _ref$testId,
|
|
2164
2164
|
size = _ref.size,
|
|
2165
2165
|
color = _ref.color,
|
|
2166
2166
|
style = _ref.style,
|
|
2167
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2167
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
|
|
2168
2168
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2169
2169
|
var styleProps = {
|
|
2170
2170
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2185,14 +2185,14 @@ var IconCashRegister = React.forwardRef(function (_ref, ref) {
|
|
|
2185
2185
|
});
|
|
2186
2186
|
IconCashRegister.displayName = 'IconCashRegister';
|
|
2187
2187
|
|
|
2188
|
-
var _excluded$
|
|
2188
|
+
var _excluded$2h = ["testId", "size", "color", "style"];
|
|
2189
2189
|
var IconChartBar = React.forwardRef(function (_ref, ref) {
|
|
2190
2190
|
var _ref$testId = _ref.testId,
|
|
2191
2191
|
testId = _ref$testId === void 0 ? 'icon-chart-bar' : _ref$testId,
|
|
2192
2192
|
size = _ref.size,
|
|
2193
2193
|
color = _ref.color,
|
|
2194
2194
|
style = _ref.style,
|
|
2195
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2195
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
|
|
2196
2196
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2197
2197
|
var styleProps = {
|
|
2198
2198
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2215,14 +2215,14 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
|
|
|
2215
2215
|
});
|
|
2216
2216
|
IconChartBar.displayName = 'IconChartBar';
|
|
2217
2217
|
|
|
2218
|
-
var _excluded$
|
|
2218
|
+
var _excluded$2g = ["testId", "size", "color", "style"];
|
|
2219
2219
|
var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
|
|
2220
2220
|
var _ref$testId = _ref.testId,
|
|
2221
2221
|
testId = _ref$testId === void 0 ? 'icon-check-circle-incomplete' : _ref$testId,
|
|
2222
2222
|
size = _ref.size,
|
|
2223
2223
|
color = _ref.color,
|
|
2224
2224
|
style = _ref.style,
|
|
2225
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2225
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
|
|
2226
2226
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2227
2227
|
var styleProps = {
|
|
2228
2228
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2243,14 +2243,14 @@ var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
|
|
|
2243
2243
|
});
|
|
2244
2244
|
IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
|
|
2245
2245
|
|
|
2246
|
-
var _excluded$
|
|
2246
|
+
var _excluded$2f = ["testId", "size", "color", "style"];
|
|
2247
2247
|
var IconCheck = React.forwardRef(function (_ref, ref) {
|
|
2248
2248
|
var _ref$testId = _ref.testId,
|
|
2249
2249
|
testId = _ref$testId === void 0 ? 'icon-check' : _ref$testId,
|
|
2250
2250
|
size = _ref.size,
|
|
2251
2251
|
color = _ref.color,
|
|
2252
2252
|
style = _ref.style,
|
|
2253
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2253
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
|
|
2254
2254
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2255
2255
|
var styleProps = {
|
|
2256
2256
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2273,14 +2273,14 @@ var IconCheck = React.forwardRef(function (_ref, ref) {
|
|
|
2273
2273
|
});
|
|
2274
2274
|
IconCheck.displayName = 'IconCheck';
|
|
2275
2275
|
|
|
2276
|
-
var _excluded$
|
|
2276
|
+
var _excluded$2e = ["testId", "size", "color", "style"];
|
|
2277
2277
|
var IconChevronDown = React.forwardRef(function (_ref, ref) {
|
|
2278
2278
|
var _ref$testId = _ref.testId,
|
|
2279
2279
|
testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
|
|
2280
2280
|
size = _ref.size,
|
|
2281
2281
|
color = _ref.color,
|
|
2282
2282
|
style = _ref.style,
|
|
2283
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2283
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
|
|
2284
2284
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2285
2285
|
var styleProps = {
|
|
2286
2286
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2303,14 +2303,14 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
|
|
|
2303
2303
|
});
|
|
2304
2304
|
IconChevronDown.displayName = 'IconChevronDown';
|
|
2305
2305
|
|
|
2306
|
-
var _excluded$
|
|
2306
|
+
var _excluded$2d = ["testId", "size", "color", "style"];
|
|
2307
2307
|
var IconChevronLeft = React.forwardRef(function (_ref, ref) {
|
|
2308
2308
|
var _ref$testId = _ref.testId,
|
|
2309
2309
|
testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
|
|
2310
2310
|
size = _ref.size,
|
|
2311
2311
|
color = _ref.color,
|
|
2312
2312
|
style = _ref.style,
|
|
2313
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2313
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
|
|
2314
2314
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2315
2315
|
var styleProps = {
|
|
2316
2316
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2333,14 +2333,14 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
|
|
|
2333
2333
|
});
|
|
2334
2334
|
IconChevronLeft.displayName = 'IconChevronLeft';
|
|
2335
2335
|
|
|
2336
|
-
var _excluded$
|
|
2336
|
+
var _excluded$2c = ["testId", "size", "color", "style"];
|
|
2337
2337
|
var IconChevronRight = React.forwardRef(function (_ref, ref) {
|
|
2338
2338
|
var _ref$testId = _ref.testId,
|
|
2339
2339
|
testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
|
|
2340
2340
|
size = _ref.size,
|
|
2341
2341
|
color = _ref.color,
|
|
2342
2342
|
style = _ref.style,
|
|
2343
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2343
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
|
|
2344
2344
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2345
2345
|
var styleProps = {
|
|
2346
2346
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2363,14 +2363,14 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
|
|
|
2363
2363
|
});
|
|
2364
2364
|
IconChevronRight.displayName = 'IconChevronRight';
|
|
2365
2365
|
|
|
2366
|
-
var _excluded$
|
|
2366
|
+
var _excluded$2b = ["testId", "size", "color", "style"];
|
|
2367
2367
|
var IconChevronUp = React.forwardRef(function (_ref, ref) {
|
|
2368
2368
|
var _ref$testId = _ref.testId,
|
|
2369
2369
|
testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
|
|
2370
2370
|
size = _ref.size,
|
|
2371
2371
|
color = _ref.color,
|
|
2372
2372
|
style = _ref.style,
|
|
2373
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2373
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
|
|
2374
2374
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2375
2375
|
var styleProps = {
|
|
2376
2376
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2393,14 +2393,14 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
|
|
|
2393
2393
|
});
|
|
2394
2394
|
IconChevronUp.displayName = 'IconChevronUp';
|
|
2395
2395
|
|
|
2396
|
-
var _excluded$
|
|
2396
|
+
var _excluded$2a = ["testId", "size", "color", "style"];
|
|
2397
2397
|
var IconClipboardList = React.forwardRef(function (_ref, ref) {
|
|
2398
2398
|
var _ref$testId = _ref.testId,
|
|
2399
2399
|
testId = _ref$testId === void 0 ? 'icon-clipboard-list' : _ref$testId,
|
|
2400
2400
|
size = _ref.size,
|
|
2401
2401
|
color = _ref.color,
|
|
2402
2402
|
style = _ref.style,
|
|
2403
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2403
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
|
|
2404
2404
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2405
2405
|
var styleProps = {
|
|
2406
2406
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2423,14 +2423,14 @@ var IconClipboardList = React.forwardRef(function (_ref, ref) {
|
|
|
2423
2423
|
});
|
|
2424
2424
|
IconClipboardList.displayName = 'IconClipboardList';
|
|
2425
2425
|
|
|
2426
|
-
var _excluded$
|
|
2426
|
+
var _excluded$29 = ["testId", "size", "color", "style"];
|
|
2427
2427
|
var IconClockExclamation = React.forwardRef(function (_ref, ref) {
|
|
2428
2428
|
var _ref$testId = _ref.testId,
|
|
2429
2429
|
testId = _ref$testId === void 0 ? 'icon-clock-exclamation' : _ref$testId,
|
|
2430
2430
|
size = _ref.size,
|
|
2431
2431
|
color = _ref.color,
|
|
2432
2432
|
style = _ref.style,
|
|
2433
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2433
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
|
|
2434
2434
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2435
2435
|
var styleProps = {
|
|
2436
2436
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2458,14 +2458,14 @@ var IconClockExclamation = React.forwardRef(function (_ref, ref) {
|
|
|
2458
2458
|
});
|
|
2459
2459
|
IconClockExclamation.displayName = 'IconClockExclamation';
|
|
2460
2460
|
|
|
2461
|
-
var _excluded$
|
|
2461
|
+
var _excluded$28 = ["testId", "size", "color", "style"];
|
|
2462
2462
|
var IconClockRewind = React.forwardRef(function (_ref, ref) {
|
|
2463
2463
|
var _ref$testId = _ref.testId,
|
|
2464
2464
|
testId = _ref$testId === void 0 ? 'icon-clock-rewind' : _ref$testId,
|
|
2465
2465
|
size = _ref.size,
|
|
2466
2466
|
color = _ref.color,
|
|
2467
2467
|
style = _ref.style,
|
|
2468
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2468
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
|
|
2469
2469
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2470
2470
|
var styleProps = {
|
|
2471
2471
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2493,14 +2493,14 @@ var IconClockRewind = React.forwardRef(function (_ref, ref) {
|
|
|
2493
2493
|
});
|
|
2494
2494
|
IconClockRewind.displayName = 'IconClockRewind';
|
|
2495
2495
|
|
|
2496
|
-
var _excluded$
|
|
2496
|
+
var _excluded$27 = ["testId", "size", "color", "style"];
|
|
2497
2497
|
var IconClock = React.forwardRef(function (_ref, ref) {
|
|
2498
2498
|
var _ref$testId = _ref.testId,
|
|
2499
2499
|
testId = _ref$testId === void 0 ? 'icon-clock' : _ref$testId,
|
|
2500
2500
|
size = _ref.size,
|
|
2501
2501
|
color = _ref.color,
|
|
2502
2502
|
style = _ref.style,
|
|
2503
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2503
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
|
|
2504
2504
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2505
2505
|
var styleProps = {
|
|
2506
2506
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2521,14 +2521,14 @@ var IconClock = React.forwardRef(function (_ref, ref) {
|
|
|
2521
2521
|
});
|
|
2522
2522
|
IconClock.displayName = 'IconClock';
|
|
2523
2523
|
|
|
2524
|
-
var _excluded$
|
|
2524
|
+
var _excluded$26 = ["testId", "size", "color", "style"];
|
|
2525
2525
|
var IconCog = React.forwardRef(function (_ref, ref) {
|
|
2526
2526
|
var _ref$testId = _ref.testId,
|
|
2527
2527
|
testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
|
|
2528
2528
|
size = _ref.size,
|
|
2529
2529
|
color = _ref.color,
|
|
2530
2530
|
style = _ref.style,
|
|
2531
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2531
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
|
|
2532
2532
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2533
2533
|
var styleProps = {
|
|
2534
2534
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2549,14 +2549,14 @@ var IconCog = React.forwardRef(function (_ref, ref) {
|
|
|
2549
2549
|
});
|
|
2550
2550
|
IconCog.displayName = 'IconCog';
|
|
2551
2551
|
|
|
2552
|
-
var _excluded$
|
|
2552
|
+
var _excluded$25 = ["testId", "size", "color", "style"];
|
|
2553
2553
|
var IconCommentLines = React.forwardRef(function (_ref, ref) {
|
|
2554
2554
|
var _ref$testId = _ref.testId,
|
|
2555
2555
|
testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
|
|
2556
2556
|
size = _ref.size,
|
|
2557
2557
|
color = _ref.color,
|
|
2558
2558
|
style = _ref.style,
|
|
2559
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2559
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
|
|
2560
2560
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2561
2561
|
var styleProps = {
|
|
2562
2562
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2582,14 +2582,14 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
|
|
|
2582
2582
|
});
|
|
2583
2583
|
IconCommentLines.displayName = 'IconCommentLines';
|
|
2584
2584
|
|
|
2585
|
-
var _excluded$
|
|
2585
|
+
var _excluded$24 = ["testId", "size", "color", "style"];
|
|
2586
2586
|
var IconComment = React.forwardRef(function (_ref, ref) {
|
|
2587
2587
|
var _ref$testId = _ref.testId,
|
|
2588
2588
|
testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
|
|
2589
2589
|
size = _ref.size,
|
|
2590
2590
|
color = _ref.color,
|
|
2591
2591
|
style = _ref.style,
|
|
2592
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2592
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
|
|
2593
2593
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2594
2594
|
var styleProps = {
|
|
2595
2595
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2612,14 +2612,14 @@ var IconComment = React.forwardRef(function (_ref, ref) {
|
|
|
2612
2612
|
});
|
|
2613
2613
|
IconComment.displayName = 'IconComment';
|
|
2614
2614
|
|
|
2615
|
-
var _excluded$
|
|
2615
|
+
var _excluded$23 = ["testId", "size", "color", "style"];
|
|
2616
2616
|
var IconCopy = React.forwardRef(function (_ref, ref) {
|
|
2617
2617
|
var _ref$testId = _ref.testId,
|
|
2618
2618
|
testId = _ref$testId === void 0 ? 'icon-copy' : _ref$testId,
|
|
2619
2619
|
size = _ref.size,
|
|
2620
2620
|
color = _ref.color,
|
|
2621
2621
|
style = _ref.style,
|
|
2622
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2622
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
|
|
2623
2623
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2624
2624
|
var styleProps = {
|
|
2625
2625
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2647,14 +2647,14 @@ var IconCopy = React.forwardRef(function (_ref, ref) {
|
|
|
2647
2647
|
});
|
|
2648
2648
|
IconCopy.displayName = 'IconCopy';
|
|
2649
2649
|
|
|
2650
|
-
var _excluded$
|
|
2650
|
+
var _excluded$22 = ["testId", "size", "color", "style"];
|
|
2651
2651
|
var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
|
|
2652
2652
|
var _ref$testId = _ref.testId,
|
|
2653
2653
|
testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
|
|
2654
2654
|
size = _ref.size,
|
|
2655
2655
|
color = _ref.color,
|
|
2656
2656
|
style = _ref.style,
|
|
2657
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2657
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
|
|
2658
2658
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2659
2659
|
var styleProps = {
|
|
2660
2660
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2684,14 +2684,14 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
|
|
|
2684
2684
|
});
|
|
2685
2685
|
IconCreditCardPlus.displayName = 'IconCreditCardPlus';
|
|
2686
2686
|
|
|
2687
|
-
var _excluded$
|
|
2687
|
+
var _excluded$21 = ["testId", "size", "color", "style"];
|
|
2688
2688
|
var IconCreditCard = React.forwardRef(function (_ref, ref) {
|
|
2689
2689
|
var _ref$testId = _ref.testId,
|
|
2690
2690
|
testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
|
|
2691
2691
|
size = _ref.size,
|
|
2692
2692
|
color = _ref.color,
|
|
2693
2693
|
style = _ref.style,
|
|
2694
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2694
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
|
|
2695
2695
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2696
2696
|
var styleProps = {
|
|
2697
2697
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2719,14 +2719,14 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
|
|
|
2719
2719
|
});
|
|
2720
2720
|
IconCreditCard.displayName = 'IconCreditCard';
|
|
2721
2721
|
|
|
2722
|
-
var _excluded$
|
|
2722
|
+
var _excluded$20 = ["testId", "size", "color", "style"];
|
|
2723
2723
|
var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
|
|
2724
2724
|
var _ref$testId = _ref.testId,
|
|
2725
2725
|
testId = _ref$testId === void 0 ? 'icon-decent-monochromatic' : _ref$testId,
|
|
2726
2726
|
size = _ref.size,
|
|
2727
2727
|
color = _ref.color,
|
|
2728
2728
|
style = _ref.style,
|
|
2729
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2729
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
|
|
2730
2730
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2731
2731
|
var styleProps = {
|
|
2732
2732
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2769,14 +2769,14 @@ var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
|
|
|
2769
2769
|
});
|
|
2770
2770
|
IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
|
|
2771
2771
|
|
|
2772
|
-
var _excluded$
|
|
2772
|
+
var _excluded$1$ = ["testId", "size", "color", "style"];
|
|
2773
2773
|
var IconDecent = React.forwardRef(function (_ref, ref) {
|
|
2774
2774
|
var _ref$testId = _ref.testId,
|
|
2775
2775
|
testId = _ref$testId === void 0 ? 'icon-decent' : _ref$testId,
|
|
2776
2776
|
size = _ref.size,
|
|
2777
2777
|
color = _ref.color,
|
|
2778
2778
|
style = _ref.style,
|
|
2779
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2779
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
|
|
2780
2780
|
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2781
2781
|
var styleProps = {
|
|
2782
2782
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2807,6 +2807,34 @@ var IconDecent = React.forwardRef(function (_ref, ref) {
|
|
|
2807
2807
|
});
|
|
2808
2808
|
IconDecent.displayName = 'IconDecent';
|
|
2809
2809
|
|
|
2810
|
+
var _excluded$1_ = ["testId", "size", "color", "style"];
|
|
2811
|
+
var IconDollarSign = React.forwardRef(function (_ref, ref) {
|
|
2812
|
+
var _ref$testId = _ref.testId,
|
|
2813
|
+
testId = _ref$testId === void 0 ? 'icon-dollar-sign' : _ref$testId,
|
|
2814
|
+
size = _ref.size,
|
|
2815
|
+
color = _ref.color,
|
|
2816
|
+
style = _ref.style,
|
|
2817
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
|
|
2818
|
+
var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2819
|
+
var styleProps = {
|
|
2820
|
+
size: !size && isInsideButton ? 'medium' : size,
|
|
2821
|
+
color: color,
|
|
2822
|
+
style: style
|
|
2823
|
+
};
|
|
2824
|
+
return React__default["default"].createElement("svg", _extends({
|
|
2825
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2826
|
+
fill: "none",
|
|
2827
|
+
viewBox: "0 0 20 20",
|
|
2828
|
+
style: getIconStyles(styleProps),
|
|
2829
|
+
"data-testid": testId,
|
|
2830
|
+
ref: ref
|
|
2831
|
+
}, props), React__default["default"].createElement("path", {
|
|
2832
|
+
fill: "currentColor",
|
|
2833
|
+
d: "M10.252.625A.627.627 0 0 0 9.627 0a.627.627 0 0 0-.625.625v1.856a9.155 9.155 0 0 0-.735.036c-.938.078-1.872.304-2.634.805-.785.512-1.352 1.29-1.559 2.383-.148.794-.074 1.493.223 2.099.29.598.762 1.047 1.31 1.395 1.042.664 2.484 1.043 3.797 1.387l.067.016c1.395.367 2.65.7 3.51 1.246.413.266.695.555.855.883.156.325.226.743.117 1.321-.152.81-.719 1.423-1.676 1.798-.973.383-2.31.492-3.83.274-.953-.141-2.384-.473-3.568-.985a.622.622 0 0 0-.82.328.62.62 0 0 0 .328.82c1.313.567 2.856.919 3.88 1.071h.004c.25.035.496.063.739.082v1.935c0 .344.281.625.625.625a.627.627 0 0 0 .625-.625v-1.9c.907-.027 1.75-.183 2.478-.464 1.25-.489 2.196-1.395 2.45-2.732.148-.793.074-1.493-.223-2.098-.289-.598-.766-1.048-1.309-1.392-1.043-.664-2.485-1.043-3.798-1.387l-.067-.016c-1.395-.367-2.65-.699-3.509-1.246-.414-.266-.695-.555-.856-.883-.156-.325-.226-.743-.117-1.321.14-.754.512-1.243 1.016-1.571.524-.344 1.231-.535 2.056-.606 1.653-.136 3.567.235 4.857.547a.624.624 0 1 0 .293-1.215c-.856-.207-2.036-.457-3.275-.563L10.252.625Z"
|
|
2834
|
+
}));
|
|
2835
|
+
});
|
|
2836
|
+
IconDollarSign.displayName = 'IconDollarSign';
|
|
2837
|
+
|
|
2810
2838
|
var _excluded$1Z = ["testId", "size", "color", "style"];
|
|
2811
2839
|
var IconDownload = React.forwardRef(function (_ref, ref) {
|
|
2812
2840
|
var _ref$testId = _ref.testId,
|
|
@@ -5960,7 +5988,7 @@ var SelectField$1 = {
|
|
|
5960
5988
|
createButton: "Create"
|
|
5961
5989
|
};
|
|
5962
5990
|
var HintModal$1 = {
|
|
5963
|
-
dontShowAgainLabel: "Don
|
|
5991
|
+
dontShowAgainLabel: "Don't remind me again"
|
|
5964
5992
|
};
|
|
5965
5993
|
var Calendar$1 = {
|
|
5966
5994
|
sunday: "Sunday",
|
|
@@ -8755,7 +8783,7 @@ var useLocalStorage = function useLocalStorage(key, initialValue) {
|
|
|
8755
8783
|
|
|
8756
8784
|
var styles$F = {"hint-modal":"_NwD6V","hint-modal--after-open":"_4ofZb","hint-modal--before-close":"_hGoMD","hint-modal__overlay":"_iK5zl","hint-modal__image":"_V9hLa","hint-modal__body":"_oOqUg","hint-modal__close-button":"_5zcBK"};
|
|
8757
8785
|
|
|
8758
|
-
var _excluded$g = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "testId"];
|
|
8786
|
+
var _excluded$g = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "secondaryButton", "testId"];
|
|
8759
8787
|
var HintModal = function HintModal(_ref) {
|
|
8760
8788
|
var header = _ref.header,
|
|
8761
8789
|
children = _ref.children,
|
|
@@ -8763,6 +8791,7 @@ var HintModal = function HintModal(_ref) {
|
|
|
8763
8791
|
onClose = _ref.onClose,
|
|
8764
8792
|
modalId = _ref.modalId,
|
|
8765
8793
|
primaryButton = _ref.primaryButton,
|
|
8794
|
+
secondaryButton = _ref.secondaryButton,
|
|
8766
8795
|
testId = _ref.testId,
|
|
8767
8796
|
positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$g);
|
|
8768
8797
|
var __ = useTranslation('HintModal');
|
|
@@ -8772,7 +8801,7 @@ var HintModal = function HintModal(_ref) {
|
|
|
8772
8801
|
var _useLocalStorage = useLocalStorage(modalId, false),
|
|
8773
8802
|
persistedDoNotShow = _useLocalStorage[0],
|
|
8774
8803
|
setPersistedDoNotShow = _useLocalStorage[1];
|
|
8775
|
-
var
|
|
8804
|
+
var primaryButtonUpdated = updateButtonProps$1(primaryButton, {
|
|
8776
8805
|
theme: primaryButton.props.theme || 'primary',
|
|
8777
8806
|
size: BUTTON_SIZES.MIN_WIDTH_100,
|
|
8778
8807
|
onClick: function onClick() {
|
|
@@ -8780,6 +8809,14 @@ var HintModal = function HintModal(_ref) {
|
|
|
8780
8809
|
primaryButton.props.onClick();
|
|
8781
8810
|
}
|
|
8782
8811
|
});
|
|
8812
|
+
var secondaryButtonUpdated = secondaryButton ? updateButtonProps$1(secondaryButton, {
|
|
8813
|
+
theme: secondaryButton.props.theme || 'default',
|
|
8814
|
+
size: BUTTON_SIZES.MIN_WIDTH_100,
|
|
8815
|
+
onClick: function onClick() {
|
|
8816
|
+
setPersistedDoNotShow(doNotShowAgain);
|
|
8817
|
+
secondaryButton.props.onClick();
|
|
8818
|
+
}
|
|
8819
|
+
}) : undefined;
|
|
8783
8820
|
var positionStyles = usePositionStyles(positionProps);
|
|
8784
8821
|
var style = {
|
|
8785
8822
|
overlay: _extends({}, positionStyles, {
|
|
@@ -8824,9 +8861,8 @@ var HintModal = function HintModal(_ref) {
|
|
|
8824
8861
|
space: 8
|
|
8825
8862
|
}, React__default["default"].createElement(Text, {
|
|
8826
8863
|
as: "h3"
|
|
8827
|
-
}, header), React__default["default"].createElement(Text, null, children)), React__default["default"].createElement(
|
|
8828
|
-
|
|
8829
|
-
justifyContent: "space-between"
|
|
8864
|
+
}, header), React__default["default"].createElement(Text, null, children)), React__default["default"].createElement(Stack, {
|
|
8865
|
+
space: 32
|
|
8830
8866
|
}, React__default["default"].createElement(CheckboxField, {
|
|
8831
8867
|
name: "hint-modal-do-not-show-checkbox",
|
|
8832
8868
|
checked: doNotShowAgain,
|
|
@@ -8834,7 +8870,11 @@ var HintModal = function HintModal(_ref) {
|
|
|
8834
8870
|
onChange: function onChange() {
|
|
8835
8871
|
return setDoNotShowAgain(!doNotShowAgain);
|
|
8836
8872
|
}
|
|
8837
|
-
}),
|
|
8873
|
+
}), React__default["default"].createElement(Inline, {
|
|
8874
|
+
alignItems: "center",
|
|
8875
|
+
justifyContent: "end",
|
|
8876
|
+
space: 8
|
|
8877
|
+
}, secondaryButtonUpdated, primaryButtonUpdated)))));
|
|
8838
8878
|
};
|
|
8839
8879
|
|
|
8840
8880
|
var DataTableCellElement = function DataTableCellElement(_ref, ref) {
|
|
@@ -14218,6 +14258,7 @@ exports.IconCreditCard = IconCreditCard;
|
|
|
14218
14258
|
exports.IconCreditCardPlus = IconCreditCardPlus;
|
|
14219
14259
|
exports.IconDecent = IconDecent;
|
|
14220
14260
|
exports.IconDecentMonochromatic = IconDecentMonochromatic;
|
|
14261
|
+
exports.IconDollarSign = IconDollarSign;
|
|
14221
14262
|
exports.IconDownload = IconDownload;
|
|
14222
14263
|
exports.IconEdit = IconEdit;
|
|
14223
14264
|
exports.IconEllipsisV = IconEllipsisV;
|