@activecollab/components 1.0.159 → 1.0.162
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/cjs/components/Button/AddToListButton/AddToListButton.js +44 -0
- package/dist/cjs/components/Button/AddToListButton/AddToListButton.js.map +1 -0
- package/dist/cjs/components/Button/AddToListButton/Styles.js +32 -0
- package/dist/cjs/components/Button/AddToListButton/Styles.js.map +1 -0
- package/dist/cjs/components/Button/AddToListButton/index.js +19 -0
- package/dist/cjs/components/Button/AddToListButton/index.js.map +1 -0
- package/dist/cjs/components/Icons/collection/ArrowUpLong.js +31 -0
- package/dist/cjs/components/Icons/collection/ArrowUpLong.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +8 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/cjs/components/index.js +13 -0
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/esm/components/Button/AddToListButton/AddToListButton.d.ts +7 -0
- package/dist/esm/components/Button/AddToListButton/AddToListButton.d.ts.map +1 -0
- package/dist/esm/components/Button/AddToListButton/AddToListButton.js +20 -0
- package/dist/esm/components/Button/AddToListButton/AddToListButton.js.map +1 -0
- package/dist/esm/components/Button/AddToListButton/Styles.d.ts +5 -0
- package/dist/esm/components/Button/AddToListButton/Styles.d.ts.map +1 -0
- package/dist/esm/components/Button/AddToListButton/Styles.js +18 -0
- package/dist/esm/components/Button/AddToListButton/Styles.js.map +1 -0
- package/dist/esm/components/Button/AddToListButton/index.d.ts +2 -0
- package/dist/esm/components/Button/AddToListButton/index.d.ts.map +1 -0
- package/dist/esm/components/Button/AddToListButton/index.js +2 -0
- package/dist/esm/components/Button/AddToListButton/index.js.map +1 -0
- package/dist/esm/components/Icons/collection/ArrowUpLong.d.ts +4 -0
- package/dist/esm/components/Icons/collection/ArrowUpLong.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/ArrowUpLong.js +18 -0
- package/dist/esm/components/Icons/collection/ArrowUpLong.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +1 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/components/index.d.ts +1 -0
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/index.js +1 -0
- package/dist/esm/components/index.js.map +1 -1
- package/dist/index.js +181 -132
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
})(["display:inline-flex;svg{margin:0 4px;}"]);
|
|
315
315
|
StyledButtonElement.displayName = "StyledButtonElement";
|
|
316
316
|
|
|
317
|
-
var _excluded$
|
|
317
|
+
var _excluded$17 = ["children", "variant", "size", "disabled", "className"];
|
|
318
318
|
|
|
319
319
|
/**
|
|
320
320
|
* Button component
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
_ref$disabled = _ref.disabled,
|
|
329
329
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
330
330
|
className = _ref.className,
|
|
331
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
331
|
+
args = _objectWithoutProperties(_ref, _excluded$17);
|
|
332
332
|
|
|
333
333
|
return /*#__PURE__*/React__default["default"].createElement(StyledButton$2, _extends({
|
|
334
334
|
disabled: disabled,
|
|
@@ -381,12 +381,12 @@
|
|
|
381
381
|
})(["svg{fill:var(--color-theme-100);}&:hover svg{transform:rotate(90deg);transition:ease 0.3s;}"]);
|
|
382
382
|
StyledGlobalAddButton.displayName = "StyledGlobalAddButton";
|
|
383
383
|
|
|
384
|
-
var _excluded$
|
|
384
|
+
var _excluded$16 = ["className", "disabled"];
|
|
385
385
|
var GlobalAddButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
386
386
|
var className = _ref.className,
|
|
387
387
|
_ref$disabled = _ref.disabled,
|
|
388
388
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
389
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
389
|
+
rest = _objectWithoutProperties(_ref, _excluded$16);
|
|
390
390
|
|
|
391
391
|
return /*#__PURE__*/React__default["default"].createElement(StyledGlobalAddButton, _extends({
|
|
392
392
|
ref: ref,
|
|
@@ -419,11 +419,11 @@
|
|
|
419
419
|
});
|
|
420
420
|
StyledButtonGroup$1.displayName = "StyledButtonGroup";
|
|
421
421
|
|
|
422
|
-
var _excluded$
|
|
422
|
+
var _excluded$15 = ["children", "className"];
|
|
423
423
|
var ButtonGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
424
424
|
var children = _ref.children,
|
|
425
425
|
className = _ref.className,
|
|
426
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
426
|
+
rest = _objectWithoutProperties(_ref, _excluded$15);
|
|
427
427
|
|
|
428
428
|
return /*#__PURE__*/React__default["default"].createElement(StyledButtonGroup$1, _extends({
|
|
429
429
|
ref: ref,
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
return React.useContext(MenuContext);
|
|
487
487
|
};
|
|
488
488
|
|
|
489
|
-
var _excluded$
|
|
489
|
+
var _excluded$14 = ["children", "anchorEl", "open", "style", "transition", "placement", "strategy"];
|
|
490
490
|
var Popper = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
491
491
|
var children = _ref.children,
|
|
492
492
|
anchorEl = _ref.anchorEl,
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
initialPlacement = _ref$placement === void 0 ? "bottom" : _ref$placement,
|
|
500
500
|
_ref$strategy = _ref.strategy,
|
|
501
501
|
strategy = _ref$strategy === void 0 ? "absolute" : _ref$strategy,
|
|
502
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
502
|
+
rest = _objectWithoutProperties(_ref, _excluded$14);
|
|
503
503
|
|
|
504
504
|
var _useState = React.useState(true),
|
|
505
505
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -605,12 +605,12 @@
|
|
|
605
605
|
});
|
|
606
606
|
StyledOverlay.displayName = "StyledOverlay";
|
|
607
607
|
|
|
608
|
-
var _excluded$
|
|
608
|
+
var _excluded$13 = ["className", "disableBackgroundColor"];
|
|
609
609
|
var Overlay = function Overlay(_ref) {
|
|
610
610
|
var className = _ref.className,
|
|
611
611
|
_ref$disableBackgroun = _ref.disableBackgroundColor,
|
|
612
612
|
disableBackgroundColor = _ref$disableBackgroun === void 0 ? false : _ref$disableBackgroun,
|
|
613
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
613
|
+
rest = _objectWithoutProperties(_ref, _excluded$13);
|
|
614
614
|
|
|
615
615
|
return /*#__PURE__*/React__default["default"].createElement(StyledOverlay, _extends({
|
|
616
616
|
className: classnames__default["default"]("c-overlay", className),
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
})(["", " ", " position:fixed;top:0;right:0;bottom:0;left:0;"], FontStyle, BoxSizingStyle);
|
|
655
655
|
StyledWindow.displayName = "StyledWindow";
|
|
656
656
|
|
|
657
|
-
var _excluded$
|
|
657
|
+
var _excluded$12 = ["children", "onClose", "className", "style", "onKeyDown", "disableFocusLock", "disableScrollLock", "preventClickEventBubbling", "onClick"];
|
|
658
658
|
var returnFocus = {
|
|
659
659
|
preventScroll: true
|
|
660
660
|
};
|
|
@@ -671,7 +671,7 @@
|
|
|
671
671
|
_ref$preventClickEven = _ref.preventClickEventBubbling,
|
|
672
672
|
preventClickEventBubbling = _ref$preventClickEven === void 0 ? false : _ref$preventClickEven,
|
|
673
673
|
onClick = _ref.onClick,
|
|
674
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
674
|
+
rest = _objectWithoutProperties(_ref, _excluded$12);
|
|
675
675
|
|
|
676
676
|
var innerRef = React.useRef(null);
|
|
677
677
|
var handleRef = useForkRef(innerRef, ref);
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
}, FontStyle, BoxSizingStyle);
|
|
746
746
|
StyledBubble.displayName = "StyledBubble";
|
|
747
747
|
|
|
748
|
-
var _excluded$
|
|
748
|
+
var _excluded$11 = ["children", "className", "innerRef", "style"];
|
|
749
749
|
var Bubble = function Bubble(_ref) {
|
|
750
750
|
var children = _ref.children,
|
|
751
751
|
className = _ref.className,
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
innerRef = _ref$innerRef === void 0 ? null : _ref$innerRef,
|
|
754
754
|
_ref$style = _ref.style,
|
|
755
755
|
style = _ref$style === void 0 ? {} : _ref$style,
|
|
756
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
756
|
+
rest = _objectWithoutProperties(_ref, _excluded$11);
|
|
757
757
|
|
|
758
758
|
return /*#__PURE__*/React__default["default"].createElement(StyledBubble, _extends({}, rest, {
|
|
759
759
|
ref: innerRef,
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
});
|
|
1073
1073
|
StyledTypography.displayName = "StyledTypography";
|
|
1074
1074
|
|
|
1075
|
-
var _excluded
|
|
1075
|
+
var _excluded$10 = ["variant", "as", "color", "italic", "tabularNums", "letterSpacing", "lineHeight", "align", "decoration", "transform", "overflow", "whitespace", "wordBreak", "weight", "className", "children"];
|
|
1076
1076
|
var Typography = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1077
1077
|
var _ref$variant = _ref.variant,
|
|
1078
1078
|
variant = _ref$variant === void 0 ? "Title 1" : _ref$variant,
|
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
1104
1104
|
className = _ref.className,
|
|
1105
1105
|
children = _ref.children,
|
|
1106
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
1106
|
+
props = _objectWithoutProperties(_ref, _excluded$10);
|
|
1107
1107
|
|
|
1108
1108
|
var Component = as || "div";
|
|
1109
1109
|
return /*#__PURE__*/React__default["default"].createElement(StyledTypography, _extends({
|
|
@@ -1127,13 +1127,13 @@
|
|
|
1127
1127
|
});
|
|
1128
1128
|
Typography.displayName = "Typography";
|
|
1129
1129
|
|
|
1130
|
-
var _excluded
|
|
1130
|
+
var _excluded$$ = ["title", "className", "leftElement", "rightElement"];
|
|
1131
1131
|
var MenuHeader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1132
1132
|
var title = _ref.title,
|
|
1133
1133
|
className = _ref.className,
|
|
1134
1134
|
leftElement = _ref.leftElement,
|
|
1135
1135
|
rightElement = _ref.rightElement,
|
|
1136
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
1136
|
+
props = _objectWithoutProperties(_ref, _excluded$$);
|
|
1137
1137
|
|
|
1138
1138
|
return /*#__PURE__*/React__default["default"].createElement(StyledMenuHeader, _extends({}, props, {
|
|
1139
1139
|
className: classnames__default["default"]("c-menu-header", className),
|
|
@@ -1159,11 +1159,11 @@
|
|
|
1159
1159
|
});
|
|
1160
1160
|
MenuHeader.displayName = "MenuHeader";
|
|
1161
1161
|
|
|
1162
|
-
var _excluded$
|
|
1162
|
+
var _excluded$_ = ["children", "className"];
|
|
1163
1163
|
var MenuFooter = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1164
1164
|
var children = _ref.children,
|
|
1165
1165
|
className = _ref.className,
|
|
1166
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1166
|
+
props = _objectWithoutProperties(_ref, _excluded$_);
|
|
1167
1167
|
|
|
1168
1168
|
return /*#__PURE__*/React__default["default"].createElement(StyledMenuFooter$1, _extends({}, props, {
|
|
1169
1169
|
className: classnames__default["default"]("c-menu-footer", className),
|
|
@@ -1204,11 +1204,11 @@
|
|
|
1204
1204
|
})(["border-top:1px solid var(--border-primary);margin:12px 16px;height:1px;"]);
|
|
1205
1205
|
StyledListSeparator.displayName = "StyledListSeparator";
|
|
1206
1206
|
|
|
1207
|
-
var _excluded$
|
|
1207
|
+
var _excluded$Z = ["children", "className"];
|
|
1208
1208
|
var List = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1209
1209
|
var children = _ref.children,
|
|
1210
1210
|
className = _ref.className,
|
|
1211
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1211
|
+
props = _objectWithoutProperties(_ref, _excluded$Z);
|
|
1212
1212
|
|
|
1213
1213
|
return /*#__PURE__*/React__default["default"].createElement(StyledList, _extends({}, props, {
|
|
1214
1214
|
className: className,
|
|
@@ -1217,11 +1217,11 @@
|
|
|
1217
1217
|
});
|
|
1218
1218
|
List.displayName = "List";
|
|
1219
1219
|
|
|
1220
|
-
var _excluded$
|
|
1220
|
+
var _excluded$Y = ["children", "className"];
|
|
1221
1221
|
var ListItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1222
1222
|
var children = _ref.children,
|
|
1223
1223
|
className = _ref.className,
|
|
1224
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1224
|
+
props = _objectWithoutProperties(_ref, _excluded$Y);
|
|
1225
1225
|
|
|
1226
1226
|
return /*#__PURE__*/React__default["default"].createElement(StyledListItem, _extends({}, props, {
|
|
1227
1227
|
className: classnames__default["default"]("c-list-item", className),
|
|
@@ -1322,6 +1322,22 @@
|
|
|
1322
1322
|
ArrowExpandeMultipleIcon.displayName = "ArrowExpandeMultipleIcon";
|
|
1323
1323
|
var ArrowExpandeMultipleIcon$1 = ArrowExpandeMultipleIcon;
|
|
1324
1324
|
|
|
1325
|
+
var ArrowUpLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
|
|
1326
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1327
|
+
width: 24,
|
|
1328
|
+
height: 24,
|
|
1329
|
+
viewBox: "0 0 24 24",
|
|
1330
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1331
|
+
fill: "var(--color-theme-600)",
|
|
1332
|
+
ref: svgRef
|
|
1333
|
+
}, props), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
1334
|
+
d: "M13 19v-9h4l-5-5-5 5h4v9z",
|
|
1335
|
+
fillRule: "evenodd"
|
|
1336
|
+
}));
|
|
1337
|
+
});
|
|
1338
|
+
ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
|
|
1339
|
+
var ArrowUpLongIcon$1 = ArrowUpLongIcon;
|
|
1340
|
+
|
|
1325
1341
|
var ArrowLeftBoxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
|
|
1326
1342
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1327
1343
|
width: 24,
|
|
@@ -3601,7 +3617,7 @@
|
|
|
3601
3617
|
});
|
|
3602
3618
|
StyledBreadcrumbListItem.displayName = "StyledBreadcrumbListItem";
|
|
3603
3619
|
|
|
3604
|
-
var _excluded$
|
|
3620
|
+
var _excluded$X = ["children", "className", "separator"];
|
|
3605
3621
|
var Breadcrumbs = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3606
3622
|
var _dimensions$width, _childDimensions$widt;
|
|
3607
3623
|
|
|
@@ -3609,7 +3625,7 @@
|
|
|
3609
3625
|
className = _ref.className,
|
|
3610
3626
|
_ref$separator = _ref.separator,
|
|
3611
3627
|
separator = _ref$separator === void 0 ? "/" : _ref$separator,
|
|
3612
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
3628
|
+
rest = _objectWithoutProperties(_ref, _excluded$X);
|
|
3613
3629
|
|
|
3614
3630
|
var internalRef = React.useRef(null);
|
|
3615
3631
|
var listWrapperRef = React.useRef(null);
|
|
@@ -3796,11 +3812,11 @@
|
|
|
3796
3812
|
return props.$isLight && styled.css(["background-color:var(--page-paper-main);box-shadow:var(--shadow-secondary);color:var(--color-theme-700);"]);
|
|
3797
3813
|
});
|
|
3798
3814
|
|
|
3799
|
-
var _excluded$
|
|
3815
|
+
var _excluded$W = ["children"];
|
|
3800
3816
|
|
|
3801
3817
|
var TooltipAnimation = function TooltipAnimation(_ref) {
|
|
3802
3818
|
var children = _ref.children,
|
|
3803
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3819
|
+
props = _objectWithoutProperties(_ref, _excluded$W);
|
|
3804
3820
|
|
|
3805
3821
|
return /*#__PURE__*/React__default["default"].createElement(FromElement, _extends({
|
|
3806
3822
|
timeout: 0
|
|
@@ -3887,12 +3903,12 @@
|
|
|
3887
3903
|
});
|
|
3888
3904
|
Tooltip.displayName = "Tooltip";
|
|
3889
3905
|
|
|
3890
|
-
var _excluded$
|
|
3906
|
+
var _excluded$V = ["weight", "children"];
|
|
3891
3907
|
var Body2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3892
3908
|
var _ref$weight = _ref.weight,
|
|
3893
3909
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
3894
3910
|
children = _ref.children,
|
|
3895
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3911
|
+
props = _objectWithoutProperties(_ref, _excluded$V);
|
|
3896
3912
|
|
|
3897
3913
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
3898
3914
|
variant: "Body 2",
|
|
@@ -3940,7 +3956,7 @@
|
|
|
3940
3956
|
});
|
|
3941
3957
|
StyledCounterButtonLabel.displayName = "StyledCounterButtonLabel";
|
|
3942
3958
|
|
|
3943
|
-
var _excluded$
|
|
3959
|
+
var _excluded$U = ["label", "icon", "active", "counter", "tooltipText", "onClearAll", "className"];
|
|
3944
3960
|
var CounterButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3945
3961
|
var label = _ref.label,
|
|
3946
3962
|
icon = _ref.icon,
|
|
@@ -3950,7 +3966,7 @@
|
|
|
3950
3966
|
tooltipText = _ref.tooltipText,
|
|
3951
3967
|
onClearAll = _ref.onClearAll,
|
|
3952
3968
|
className = _ref.className,
|
|
3953
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
3969
|
+
args = _objectWithoutProperties(_ref, _excluded$U);
|
|
3954
3970
|
|
|
3955
3971
|
return /*#__PURE__*/React__default["default"].createElement(StyledCounterButtonWrapper, {
|
|
3956
3972
|
ref: ref,
|
|
@@ -4265,7 +4281,7 @@
|
|
|
4265
4281
|
StyledDatePicker.displayName = "StyledDatePicker";
|
|
4266
4282
|
StyledDayPicker.displayName = "StyledDayPicker";
|
|
4267
4283
|
|
|
4268
|
-
var _excluded$
|
|
4284
|
+
var _excluded$T = ["className", "onChange", "onDayClick", "selectedDays", "disabledDays", "selectionMode", "month", "onMonthChange", "dateRequired", "firstDayOfWeek", "fixedWeeks", "modifiers"];
|
|
4269
4285
|
var DatePicker = function DatePicker(_ref) {
|
|
4270
4286
|
var className = _ref.className,
|
|
4271
4287
|
onChange = _ref.onChange,
|
|
@@ -4287,7 +4303,7 @@
|
|
|
4287
4303
|
_ref$fixedWeeks = _ref.fixedWeeks,
|
|
4288
4304
|
fixedWeeks = _ref$fixedWeeks === void 0 ? true : _ref$fixedWeeks,
|
|
4289
4305
|
defaultModifiers = _ref.modifiers,
|
|
4290
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
4306
|
+
rest = _objectWithoutProperties(_ref, _excluded$T);
|
|
4291
4307
|
|
|
4292
4308
|
var _useState = React.useState(),
|
|
4293
4309
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -5212,7 +5228,7 @@
|
|
|
5212
5228
|
};
|
|
5213
5229
|
Tbody.displayName = "Tbody";
|
|
5214
5230
|
|
|
5215
|
-
var _excluded$
|
|
5231
|
+
var _excluded$S = ["header", "rows", "className", "sortBy", "sortDirection", "onSortCallback", "theadClass", "noResultsCallback", "groupBy", "groupHead", "isCollapsible", "emptyValue"];
|
|
5216
5232
|
exports.SortDirection = void 0;
|
|
5217
5233
|
|
|
5218
5234
|
(function (SortDirection) {
|
|
@@ -5262,7 +5278,7 @@
|
|
|
5262
5278
|
} : _ref$groupHead,
|
|
5263
5279
|
isCollapsible = _ref.isCollapsible,
|
|
5264
5280
|
emptyValue = _ref.emptyValue,
|
|
5265
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
5281
|
+
args = _objectWithoutProperties(_ref, _excluded$S);
|
|
5266
5282
|
|
|
5267
5283
|
var _useState = React.useState(sortDirection),
|
|
5268
5284
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -5683,7 +5699,7 @@
|
|
|
5683
5699
|
});
|
|
5684
5700
|
StyledPaper.displayName = "StyledPaper";
|
|
5685
5701
|
|
|
5686
|
-
var _excluded$
|
|
5702
|
+
var _excluded$R = ["children", "className", "type", "hover", "useOptimizedShadow"];
|
|
5687
5703
|
|
|
5688
5704
|
/**
|
|
5689
5705
|
* This is a component description and should sit directly above your component
|
|
@@ -5697,7 +5713,7 @@
|
|
|
5697
5713
|
hover = _ref$hover === void 0 ? false : _ref$hover,
|
|
5698
5714
|
_ref$useOptimizedShad = _ref.useOptimizedShadow,
|
|
5699
5715
|
useOptimizedShadow = _ref$useOptimizedShad === void 0 ? false : _ref$useOptimizedShad,
|
|
5700
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
5716
|
+
rest = _objectWithoutProperties(_ref, _excluded$R);
|
|
5701
5717
|
|
|
5702
5718
|
return /*#__PURE__*/React__default["default"].createElement(StyledPaper, _extends({
|
|
5703
5719
|
className: classnames__default["default"](className, {
|
|
@@ -5751,7 +5767,7 @@
|
|
|
5751
5767
|
});
|
|
5752
5768
|
StyledCard.displayName = "StyledCard";
|
|
5753
5769
|
|
|
5754
|
-
var _excluded$
|
|
5770
|
+
var _excluded$Q = ["children", "className", "hoverable", "paperType"];
|
|
5755
5771
|
var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5756
5772
|
var children = _ref.children,
|
|
5757
5773
|
className = _ref.className,
|
|
@@ -5759,7 +5775,7 @@
|
|
|
5759
5775
|
hoverable = _ref$hoverable === void 0 ? false : _ref$hoverable,
|
|
5760
5776
|
_ref$paperType = _ref.paperType,
|
|
5761
5777
|
paperType = _ref$paperType === void 0 ? "paper-2" : _ref$paperType,
|
|
5762
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
5778
|
+
rest = _objectWithoutProperties(_ref, _excluded$Q);
|
|
5763
5779
|
|
|
5764
5780
|
return /*#__PURE__*/React__default["default"].createElement(StyledCard, _extends({}, rest, {
|
|
5765
5781
|
type: paperType,
|
|
@@ -5841,12 +5857,12 @@
|
|
|
5841
5857
|
});
|
|
5842
5858
|
EntityCard$1.displayName = "EntityCard";
|
|
5843
5859
|
|
|
5844
|
-
var _excluded$
|
|
5860
|
+
var _excluded$P = ["weight", "children"];
|
|
5845
5861
|
var Title1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5846
5862
|
var _ref$weight = _ref.weight,
|
|
5847
5863
|
weight = _ref$weight === void 0 ? "light" : _ref$weight,
|
|
5848
5864
|
children = _ref.children,
|
|
5849
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5865
|
+
props = _objectWithoutProperties(_ref, _excluded$P);
|
|
5850
5866
|
|
|
5851
5867
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5852
5868
|
weight: weight,
|
|
@@ -5856,12 +5872,12 @@
|
|
|
5856
5872
|
});
|
|
5857
5873
|
Title1.displayName = "Title1";
|
|
5858
5874
|
|
|
5859
|
-
var _excluded$
|
|
5875
|
+
var _excluded$O = ["weight", "children"];
|
|
5860
5876
|
var Title2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5861
5877
|
var _ref$weight = _ref.weight,
|
|
5862
5878
|
weight = _ref$weight === void 0 ? "light" : _ref$weight,
|
|
5863
5879
|
children = _ref.children,
|
|
5864
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5880
|
+
props = _objectWithoutProperties(_ref, _excluded$O);
|
|
5865
5881
|
|
|
5866
5882
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5867
5883
|
weight: weight,
|
|
@@ -5871,10 +5887,10 @@
|
|
|
5871
5887
|
});
|
|
5872
5888
|
Title2.displayName = "Title2";
|
|
5873
5889
|
|
|
5874
|
-
var _excluded$
|
|
5890
|
+
var _excluded$N = ["children"];
|
|
5875
5891
|
var Header2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5876
5892
|
var children = _ref.children,
|
|
5877
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5893
|
+
props = _objectWithoutProperties(_ref, _excluded$N);
|
|
5878
5894
|
|
|
5879
5895
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5880
5896
|
weight: "bold",
|
|
@@ -5884,10 +5900,10 @@
|
|
|
5884
5900
|
});
|
|
5885
5901
|
Header2.displayName = "Header2";
|
|
5886
5902
|
|
|
5887
|
-
var _excluded$
|
|
5903
|
+
var _excluded$M = ["children"];
|
|
5888
5904
|
var Header3 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5889
5905
|
var children = _ref.children,
|
|
5890
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5906
|
+
props = _objectWithoutProperties(_ref, _excluded$M);
|
|
5891
5907
|
|
|
5892
5908
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5893
5909
|
weight: "bold",
|
|
@@ -5897,12 +5913,12 @@
|
|
|
5897
5913
|
});
|
|
5898
5914
|
Header3.displayName = "Header3";
|
|
5899
5915
|
|
|
5900
|
-
var _excluded$
|
|
5916
|
+
var _excluded$L = ["weight", "children"];
|
|
5901
5917
|
var Body1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5902
5918
|
var _ref$weight = _ref.weight,
|
|
5903
5919
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
5904
5920
|
children = _ref.children,
|
|
5905
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5921
|
+
props = _objectWithoutProperties(_ref, _excluded$L);
|
|
5906
5922
|
|
|
5907
5923
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5908
5924
|
variant: "Body 1",
|
|
@@ -5912,12 +5928,12 @@
|
|
|
5912
5928
|
});
|
|
5913
5929
|
Body1.displayName = "Body1";
|
|
5914
5930
|
|
|
5915
|
-
var _excluded$
|
|
5931
|
+
var _excluded$K = ["weight", "children"];
|
|
5916
5932
|
var Caption1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5917
5933
|
var _ref$weight = _ref.weight,
|
|
5918
5934
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
5919
5935
|
children = _ref.children,
|
|
5920
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5936
|
+
props = _objectWithoutProperties(_ref, _excluded$K);
|
|
5921
5937
|
|
|
5922
5938
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5923
5939
|
variant: "Caption 1",
|
|
@@ -5927,12 +5943,12 @@
|
|
|
5927
5943
|
});
|
|
5928
5944
|
Caption1.displayName = "Caption1";
|
|
5929
5945
|
|
|
5930
|
-
var _excluded$
|
|
5946
|
+
var _excluded$J = ["weight", "children"];
|
|
5931
5947
|
var Caption2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5932
5948
|
var _ref$weight = _ref.weight,
|
|
5933
5949
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
5934
5950
|
children = _ref.children,
|
|
5935
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5951
|
+
props = _objectWithoutProperties(_ref, _excluded$J);
|
|
5936
5952
|
|
|
5937
5953
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5938
5954
|
variant: "Caption 2",
|
|
@@ -6051,7 +6067,7 @@
|
|
|
6051
6067
|
"borderRadius": "9999px"
|
|
6052
6068
|
});
|
|
6053
6069
|
|
|
6054
|
-
var _excluded$
|
|
6070
|
+
var _excluded$I = ["url", "alt", "size", "className"];
|
|
6055
6071
|
var Avatar = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6056
6072
|
var url = _ref.url,
|
|
6057
6073
|
_ref$alt = _ref.alt,
|
|
@@ -6059,7 +6075,7 @@
|
|
|
6059
6075
|
_ref$size = _ref.size,
|
|
6060
6076
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6061
6077
|
className = _ref.className,
|
|
6062
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6078
|
+
rest = _objectWithoutProperties(_ref, _excluded$I);
|
|
6063
6079
|
|
|
6064
6080
|
return /*#__PURE__*/React__default["default"].createElement(StyledAvatar, _extends({}, rest, {
|
|
6065
6081
|
ref: ref,
|
|
@@ -6081,13 +6097,13 @@
|
|
|
6081
6097
|
return props.$color && styled.css(["background-color:", ";"], props.$color);
|
|
6082
6098
|
});
|
|
6083
6099
|
|
|
6084
|
-
var _excluded$
|
|
6100
|
+
var _excluded$H = ["color", "size", "className"];
|
|
6085
6101
|
var Dot = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6086
6102
|
var color = _ref.color,
|
|
6087
6103
|
_ref$size = _ref.size,
|
|
6088
6104
|
size = _ref$size === void 0 ? 8 : _ref$size,
|
|
6089
6105
|
className = _ref.className,
|
|
6090
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6106
|
+
rest = _objectWithoutProperties(_ref, _excluded$H);
|
|
6091
6107
|
|
|
6092
6108
|
return /*#__PURE__*/React__default["default"].createElement(StyledDot, _extends({
|
|
6093
6109
|
className: classnames__default["default"]("c-dot", className),
|
|
@@ -6125,7 +6141,7 @@
|
|
|
6125
6141
|
});
|
|
6126
6142
|
StyledTagText.displayName = "StyledTagText";
|
|
6127
6143
|
|
|
6128
|
-
var _excluded$
|
|
6144
|
+
var _excluded$G = ["name", "color", "showText", "showDot", "className"];
|
|
6129
6145
|
var Tag = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6130
6146
|
var name = _ref.name,
|
|
6131
6147
|
color = _ref.color,
|
|
@@ -6134,7 +6150,7 @@
|
|
|
6134
6150
|
_ref$showDot = _ref.showDot,
|
|
6135
6151
|
showDot = _ref$showDot === void 0 ? true : _ref$showDot,
|
|
6136
6152
|
className = _ref.className,
|
|
6137
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6153
|
+
rest = _objectWithoutProperties(_ref, _excluded$G);
|
|
6138
6154
|
|
|
6139
6155
|
return /*#__PURE__*/React__default["default"].createElement(StyledTag, _extends({
|
|
6140
6156
|
className: classnames__default["default"]("c-tag", className),
|
|
@@ -6154,10 +6170,10 @@
|
|
|
6154
6170
|
componentId: "sc-x4ge7a-0"
|
|
6155
6171
|
})(["width:70%;background:linear-gradient( 90deg,rgba(255,255,255,0) 20%,rgba(0,0,0,0.05) 50%,rgba(255,255,255,0) 60% );background-size:400%;height:16px;border-radius:8px;.neon &{background:linear-gradient( 90deg,rgba(255,255,255,0) 20%,rgba(0,0,0,0.2) 50%,rgba(255,255,255,0) 60% );background-size:500%;}animation-duration:1s;animation-iteration-count:infinite;animation-name:", ";animation-timing-function:linear;animation-direction:reverse;"], linearAnimation);
|
|
6156
6172
|
|
|
6157
|
-
var _excluded$
|
|
6173
|
+
var _excluded$F = ["className"];
|
|
6158
6174
|
var LinearLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6159
6175
|
var className = _ref.className,
|
|
6160
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6176
|
+
rest = _objectWithoutProperties(_ref, _excluded$F);
|
|
6161
6177
|
|
|
6162
6178
|
return /*#__PURE__*/React__default["default"].createElement(StyledLinearLoader, _extends({
|
|
6163
6179
|
ref: ref,
|
|
@@ -6172,10 +6188,10 @@
|
|
|
6172
6188
|
componentId: "sc-1f35d5h-0"
|
|
6173
6189
|
})(["display:inline-block;text-align:center;& > span{display:inline-block;width:18px;height:18px;background-color:#777;border-radius:100%;animation:", " 1.4s infinite ease-in-out both;}span:nth-child(1){animation-delay:-0.32s;}span:nth-child(2){animation-delay:-0.16s;}"], dotAnimation);
|
|
6174
6190
|
|
|
6175
|
-
var _excluded$
|
|
6191
|
+
var _excluded$E = ["className"];
|
|
6176
6192
|
var DotsLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6177
6193
|
var className = _ref.className,
|
|
6178
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6194
|
+
rest = _objectWithoutProperties(_ref, _excluded$E);
|
|
6179
6195
|
|
|
6180
6196
|
return /*#__PURE__*/React__default["default"].createElement(StyledDotsLoader, _extends({
|
|
6181
6197
|
ref: ref,
|
|
@@ -6198,7 +6214,7 @@
|
|
|
6198
6214
|
return props.$activeColorPercentage === "75%" && styled.css(["border-right:", "px solid ", ";border-bottom:", "px solid ", ";border-left:", "px solid ", ";border-top:", "px solid ", ";"], props.$stroke, props.$activeStrokeColor, props.$stroke, props.$activeStrokeColor, props.$stroke, props.$inactiveStrokeColor, props.$stroke, props.$activeStrokeColor);
|
|
6199
6215
|
});
|
|
6200
6216
|
|
|
6201
|
-
var _excluded$
|
|
6217
|
+
var _excluded$D = ["radius", "stroke", "activeStrokeColor", "inactiveStrokeColor", "activeColorPercentage", "rotateDurationInSeconds", "className"];
|
|
6202
6218
|
var SpinnerLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6203
6219
|
var _ref$radius = _ref.radius,
|
|
6204
6220
|
radius = _ref$radius === void 0 ? 10 : _ref$radius,
|
|
@@ -6213,7 +6229,7 @@
|
|
|
6213
6229
|
_ref$rotateDurationIn = _ref.rotateDurationInSeconds,
|
|
6214
6230
|
rotateDurationInSeconds = _ref$rotateDurationIn === void 0 ? 0.75 : _ref$rotateDurationIn,
|
|
6215
6231
|
className = _ref.className,
|
|
6216
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6232
|
+
rest = _objectWithoutProperties(_ref, _excluded$D);
|
|
6217
6233
|
|
|
6218
6234
|
return /*#__PURE__*/React__default["default"].createElement(StyledSpinnerLoader, _extends({
|
|
6219
6235
|
ref: ref,
|
|
@@ -6343,7 +6359,7 @@
|
|
|
6343
6359
|
}, StyledInput$1, StyledLabel);
|
|
6344
6360
|
StyledCheckbox$1.displayName = "StyledCheckbox";
|
|
6345
6361
|
|
|
6346
|
-
var _excluded$
|
|
6362
|
+
var _excluded$C = ["className", "hover", "id"];
|
|
6347
6363
|
|
|
6348
6364
|
/**
|
|
6349
6365
|
* Checkbox component
|
|
@@ -6353,7 +6369,7 @@
|
|
|
6353
6369
|
hover = _ref.hover,
|
|
6354
6370
|
_ref$id = _ref.id,
|
|
6355
6371
|
id = _ref$id === void 0 ? "checkbox" : _ref$id,
|
|
6356
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6372
|
+
rest = _objectWithoutProperties(_ref, _excluded$C);
|
|
6357
6373
|
|
|
6358
6374
|
return /*#__PURE__*/React__default["default"].createElement(StyledCheckbox$1, {
|
|
6359
6375
|
className: classnames__default["default"]("c-checkbox", {
|
|
@@ -6543,7 +6559,7 @@
|
|
|
6543
6559
|
StyledScrollShadowLeft.displayName = "StyledScrollShadowLeft";
|
|
6544
6560
|
StyledScrollShadowRight.displayName = "StyledScrollShadowRight";
|
|
6545
6561
|
|
|
6546
|
-
var _excluded$
|
|
6562
|
+
var _excluded$B = ["children", "className", "disableVertical", "disableHorizontal", "invertHorizontal", "invertVertical", "innerColor", "outerColor"];
|
|
6547
6563
|
var ScrollShadow = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6548
6564
|
var children = _ref.children,
|
|
6549
6565
|
className = _ref.className,
|
|
@@ -6557,7 +6573,7 @@
|
|
|
6557
6573
|
invertVertical = _ref$invertVertical === void 0 ? false : _ref$invertVertical,
|
|
6558
6574
|
innerColor = _ref.innerColor,
|
|
6559
6575
|
outerColor = _ref.outerColor,
|
|
6560
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6576
|
+
rest = _objectWithoutProperties(_ref, _excluded$B);
|
|
6561
6577
|
|
|
6562
6578
|
var _useState = React.useState({
|
|
6563
6579
|
top: 0,
|
|
@@ -6687,7 +6703,7 @@
|
|
|
6687
6703
|
return height;
|
|
6688
6704
|
};
|
|
6689
6705
|
|
|
6690
|
-
var _excluded$
|
|
6706
|
+
var _excluded$A = ["as", "className", "invert", "style"];
|
|
6691
6707
|
var ScrollElement = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6692
6708
|
var _ref$as = _ref.as,
|
|
6693
6709
|
as = _ref$as === void 0 ? "div" : _ref$as,
|
|
@@ -6695,7 +6711,7 @@
|
|
|
6695
6711
|
_ref$invert = _ref.invert,
|
|
6696
6712
|
invert = _ref$invert === void 0 ? false : _ref$invert,
|
|
6697
6713
|
style = _ref.style,
|
|
6698
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6714
|
+
rest = _objectWithoutProperties(_ref, _excluded$A);
|
|
6699
6715
|
|
|
6700
6716
|
var internalRef = useInitScrollRef(null, invert);
|
|
6701
6717
|
var handleRef = useForkRef(internalRef, ref);
|
|
@@ -7202,7 +7218,7 @@
|
|
|
7202
7218
|
});
|
|
7203
7219
|
StyledInput.displayName = "StyledInput";
|
|
7204
7220
|
|
|
7205
|
-
var _excluded$
|
|
7221
|
+
var _excluded$z = ["className", "style", "type", "disabled", "size", "invalid", "startAdornment", "endAdornment", "wrapRef"];
|
|
7206
7222
|
var Input = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7207
7223
|
var _ref$className = _ref.className,
|
|
7208
7224
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
@@ -7218,7 +7234,7 @@
|
|
|
7218
7234
|
startAdornment = _ref.startAdornment,
|
|
7219
7235
|
endAdornment = _ref.endAdornment,
|
|
7220
7236
|
wrapRef = _ref.wrapRef,
|
|
7221
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
7237
|
+
rest = _objectWithoutProperties(_ref, _excluded$z);
|
|
7222
7238
|
|
|
7223
7239
|
var intInputRef = React.useRef(null);
|
|
7224
7240
|
var handleRef = useForkRef(ref, intInputRef);
|
|
@@ -7271,14 +7287,14 @@
|
|
|
7271
7287
|
}, StyledRadioLabel);
|
|
7272
7288
|
StyledRadioButton$1.displayName = "StyledRadioButton";
|
|
7273
7289
|
|
|
7274
|
-
var _excluded$
|
|
7290
|
+
var _excluded$y = ["className", "id", "hover"];
|
|
7275
7291
|
var RadioButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
7276
7292
|
var _ref$className = _ref.className,
|
|
7277
7293
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
7278
7294
|
_ref$id = _ref.id,
|
|
7279
7295
|
id = _ref$id === void 0 ? "radio" : _ref$id,
|
|
7280
7296
|
hover = _ref.hover,
|
|
7281
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7297
|
+
props = _objectWithoutProperties(_ref, _excluded$y);
|
|
7282
7298
|
|
|
7283
7299
|
return /*#__PURE__*/React__default["default"].createElement(StyledRadioButton$1, {
|
|
7284
7300
|
className: classnames__default["default"]("c-radio-btn", {
|
|
@@ -7371,7 +7387,7 @@
|
|
|
7371
7387
|
};
|
|
7372
7388
|
OptionContent.displayName = "OptionContent";
|
|
7373
7389
|
|
|
7374
|
-
var _excluded$
|
|
7390
|
+
var _excluded$x = ["type", "mode", "target", "options", "selected", "position", "onChange", "actionIcon", "actionLabel", "placeholder", "emptyAction", "disableSearch", "forceCloseMenu", "selectClassName", "keepSameOptionsOrder", "onSelectOpen", "onSelectClose", "renderOption", "handleDefaultOptionChange", "preselectDefaultValue"];
|
|
7375
7391
|
var Select = function Select(_ref) {
|
|
7376
7392
|
var _ref$type = _ref.type,
|
|
7377
7393
|
type = _ref$type === void 0 ? "single" : _ref$type,
|
|
@@ -7405,7 +7421,7 @@
|
|
|
7405
7421
|
handleDefaultOptionChange = _ref.handleDefaultOptionChange,
|
|
7406
7422
|
_ref$preselectDefault = _ref.preselectDefaultValue,
|
|
7407
7423
|
preselectDefaultValue = _ref$preselectDefault === void 0 ? type === "single" : _ref$preselectDefault,
|
|
7408
|
-
prop = _objectWithoutProperties(_ref, _excluded$
|
|
7424
|
+
prop = _objectWithoutProperties(_ref, _excluded$x);
|
|
7409
7425
|
|
|
7410
7426
|
var _useState = React.useState(),
|
|
7411
7427
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -7664,7 +7680,7 @@
|
|
|
7664
7680
|
});
|
|
7665
7681
|
StyledNavAsMoreTarget.displayName = "StyledNavAsMoreTarget";
|
|
7666
7682
|
|
|
7667
|
-
var _excluded$
|
|
7683
|
+
var _excluded$w = ["children", "active", "disabled", "className", "role"];
|
|
7668
7684
|
var Item = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7669
7685
|
var children = _ref.children,
|
|
7670
7686
|
_ref$active = _ref.active,
|
|
@@ -7673,7 +7689,7 @@
|
|
|
7673
7689
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
7674
7690
|
className = _ref.className,
|
|
7675
7691
|
role = _ref.role,
|
|
7676
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
7692
|
+
rest = _objectWithoutProperties(_ref, _excluded$w);
|
|
7677
7693
|
|
|
7678
7694
|
return /*#__PURE__*/React__default["default"].createElement(StyledNavListItem, _extends({
|
|
7679
7695
|
className: classnames__default["default"]("c-nav__item", {
|
|
@@ -7715,11 +7731,11 @@
|
|
|
7715
7731
|
});
|
|
7716
7732
|
StyledExpandSingle.displayName = "StyledExpandSingle";
|
|
7717
7733
|
|
|
7718
|
-
var _excluded$
|
|
7734
|
+
var _excluded$v = ["expanded"];
|
|
7719
7735
|
var ExpandSingle = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
7720
7736
|
var _ref$expanded = _ref.expanded,
|
|
7721
7737
|
expanded = _ref$expanded === void 0 ? false : _ref$expanded,
|
|
7722
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
7738
|
+
rest = _objectWithoutProperties(_ref, _excluded$v);
|
|
7723
7739
|
|
|
7724
7740
|
return /*#__PURE__*/React__default["default"].createElement(StyledExpandSingle, _extends({
|
|
7725
7741
|
ref: ref,
|
|
@@ -8032,7 +8048,7 @@
|
|
|
8032
8048
|
};
|
|
8033
8049
|
Nav.displayName = "Nav";
|
|
8034
8050
|
|
|
8035
|
-
var _excluded$
|
|
8051
|
+
var _excluded$u = ["children", "as", "disablePointerEvents"];
|
|
8036
8052
|
var InputAdornmentBase = styled__default["default"].div.withConfig({
|
|
8037
8053
|
displayName: "InputAdornment__InputAdornmentBase",
|
|
8038
8054
|
componentId: "sc-1xfjx1z-0"
|
|
@@ -8049,7 +8065,7 @@
|
|
|
8049
8065
|
var children = _ref.children,
|
|
8050
8066
|
as = _ref.as,
|
|
8051
8067
|
disablePointerEvents = _ref.disablePointerEvents,
|
|
8052
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8068
|
+
rest = _objectWithoutProperties(_ref, _excluded$u);
|
|
8053
8069
|
|
|
8054
8070
|
var Component = as || "div";
|
|
8055
8071
|
return /*#__PURE__*/React__default["default"].createElement(InputAdornmentBase, _extends({}, rest, {
|
|
@@ -8060,11 +8076,11 @@
|
|
|
8060
8076
|
});
|
|
8061
8077
|
InputAdornment.displayName = "InputAdornment";
|
|
8062
8078
|
|
|
8063
|
-
var _excluded$
|
|
8079
|
+
var _excluded$t = ["expanded"];
|
|
8064
8080
|
var ExpandAll = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
8065
8081
|
var _ref$expanded = _ref.expanded,
|
|
8066
8082
|
expanded = _ref$expanded === void 0 ? false : _ref$expanded,
|
|
8067
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8083
|
+
rest = _objectWithoutProperties(_ref, _excluded$t);
|
|
8068
8084
|
|
|
8069
8085
|
return /*#__PURE__*/React__default["default"].createElement(StyledExpand, _extends({
|
|
8070
8086
|
ref: ref,
|
|
@@ -8271,14 +8287,14 @@
|
|
|
8271
8287
|
});
|
|
8272
8288
|
StyledTextarea.displayName = "StyledTextarea";
|
|
8273
8289
|
|
|
8274
|
-
var _excluded$
|
|
8290
|
+
var _excluded$s = ["className", "disabled", "invalid"];
|
|
8275
8291
|
var Textarea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
8276
8292
|
var className = _ref.className,
|
|
8277
8293
|
_ref$disabled = _ref.disabled,
|
|
8278
8294
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
8279
8295
|
_ref$invalid = _ref.invalid,
|
|
8280
8296
|
invalid = _ref$invalid === void 0 ? false : _ref$invalid,
|
|
8281
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8297
|
+
rest = _objectWithoutProperties(_ref, _excluded$s);
|
|
8282
8298
|
|
|
8283
8299
|
return /*#__PURE__*/React__default["default"].createElement(StyledTextarea, _extends({}, rest, {
|
|
8284
8300
|
$invalid: invalid,
|
|
@@ -8313,7 +8329,7 @@
|
|
|
8313
8329
|
function () {});
|
|
8314
8330
|
}
|
|
8315
8331
|
|
|
8316
|
-
var _excluded$
|
|
8332
|
+
var _excluded$r = ["children", "disableFocusLock", "disableScrollLock", "disableBackgroundClick", "disableBackgroundColor", "preventClickEventBubbling", "open", "onClose"];
|
|
8317
8333
|
|
|
8318
8334
|
var getHasTransition = function getHasTransition(children) {
|
|
8319
8335
|
return children.props ? Object.prototype.hasOwnProperty.call(children.props, "in") : false;
|
|
@@ -8334,7 +8350,7 @@
|
|
|
8334
8350
|
_ref$open = _ref.open,
|
|
8335
8351
|
defaultOpen = _ref$open === void 0 ? false : _ref$open,
|
|
8336
8352
|
onClose = _ref.onClose,
|
|
8337
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8353
|
+
rest = _objectWithoutProperties(_ref, _excluded$r);
|
|
8338
8354
|
|
|
8339
8355
|
var _useState = React.useState(defaultOpen),
|
|
8340
8356
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -8474,7 +8490,7 @@
|
|
|
8474
8490
|
});
|
|
8475
8491
|
StyledCssTransition.displayName = "StyledCssTransition";
|
|
8476
8492
|
|
|
8477
|
-
var _excluded$
|
|
8493
|
+
var _excluded$q = ["children", "onClose", "controls", "open", "animation", "position", "mode", "disableFocusLock", "disableScrollLock", "disableBackgroundColor", "bodyStyle", "bodyClassName", "disableBackgroundClick", "preventClickEventBubbling"];
|
|
8478
8494
|
var Sheet = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
8479
8495
|
var children = _ref.children,
|
|
8480
8496
|
onClose = _ref.onClose,
|
|
@@ -8500,7 +8516,7 @@
|
|
|
8500
8516
|
disableBackgroundClick = _ref$disableBackgroun2 === void 0 ? false : _ref$disableBackgroun2,
|
|
8501
8517
|
_ref$preventClickEven = _ref.preventClickEventBubbling,
|
|
8502
8518
|
preventClickEventBubbling = _ref$preventClickEven === void 0 ? false : _ref$preventClickEven,
|
|
8503
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8519
|
+
rest = _objectWithoutProperties(_ref, _excluded$q);
|
|
8504
8520
|
|
|
8505
8521
|
var _useState = React.useState(defaultOpen),
|
|
8506
8522
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -8599,13 +8615,13 @@
|
|
|
8599
8615
|
});
|
|
8600
8616
|
StyledHeader.displayName = "StyledHeader";
|
|
8601
8617
|
|
|
8602
|
-
var _excluded$
|
|
8618
|
+
var _excluded$p = ["className", "size", "children"];
|
|
8603
8619
|
var Header = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
8604
8620
|
var className = _ref.className,
|
|
8605
8621
|
_ref$size = _ref.size,
|
|
8606
8622
|
size = _ref$size === void 0 ? "small" : _ref$size,
|
|
8607
8623
|
children = _ref.children,
|
|
8608
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8624
|
+
rest = _objectWithoutProperties(_ref, _excluded$p);
|
|
8609
8625
|
|
|
8610
8626
|
return /*#__PURE__*/React__default["default"].createElement(StyledHeader, _extends({
|
|
8611
8627
|
type: "paper-2",
|
|
@@ -8622,7 +8638,7 @@
|
|
|
8622
8638
|
})(["white-space:pre-wrap;overflow-wrap:break-word;resize:none;"]);
|
|
8623
8639
|
StyledAutoResizeTextarea.displayName = "StyledAutoResizeTextarea";
|
|
8624
8640
|
|
|
8625
|
-
var _excluded$
|
|
8641
|
+
var _excluded$o = ["minRows", "maxRows", "lineHeight", "onChange", "className", "preventNewRowOnEnter", "cursorAtTextEnd", "onKeyDown", "value"];
|
|
8626
8642
|
var AutoResizeTextarea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
8627
8643
|
var _ref$minRows = _ref.minRows,
|
|
8628
8644
|
minRows = _ref$minRows === void 0 ? 1 : _ref$minRows,
|
|
@@ -8638,7 +8654,7 @@
|
|
|
8638
8654
|
cursorAtTextEnd = _ref$cursorAtTextEnd === void 0 ? false : _ref$cursorAtTextEnd,
|
|
8639
8655
|
onKeyDown = _ref.onKeyDown,
|
|
8640
8656
|
value = _ref.value,
|
|
8641
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8657
|
+
rest = _objectWithoutProperties(_ref, _excluded$o);
|
|
8642
8658
|
|
|
8643
8659
|
var innerRef = React.useRef(null);
|
|
8644
8660
|
|
|
@@ -8929,7 +8945,7 @@
|
|
|
8929
8945
|
});
|
|
8930
8946
|
StyledChoose.displayName = "StyledChoose";
|
|
8931
8947
|
|
|
8932
|
-
var _excluded$
|
|
8948
|
+
var _excluded$n = ["children", "disabled", "active", "className"];
|
|
8933
8949
|
|
|
8934
8950
|
/**
|
|
8935
8951
|
* Choose component
|
|
@@ -8941,7 +8957,7 @@
|
|
|
8941
8957
|
_ref$active = _ref.active,
|
|
8942
8958
|
active = _ref$active === void 0 ? false : _ref$active,
|
|
8943
8959
|
className = _ref.className,
|
|
8944
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
8960
|
+
args = _objectWithoutProperties(_ref, _excluded$n);
|
|
8945
8961
|
|
|
8946
8962
|
return /*#__PURE__*/React__default["default"].createElement(StyledChoose, _extends({
|
|
8947
8963
|
disabled: disabled,
|
|
@@ -9034,7 +9050,7 @@
|
|
|
9034
9050
|
StyledLinkElements.displayName = "StyledLinkElements";
|
|
9035
9051
|
StyledLink.displayName = "StyledLink";
|
|
9036
9052
|
|
|
9037
|
-
var _excluded$
|
|
9053
|
+
var _excluded$m = ["children", "className"];
|
|
9038
9054
|
|
|
9039
9055
|
/**
|
|
9040
9056
|
* Back link component
|
|
@@ -9042,7 +9058,7 @@
|
|
|
9042
9058
|
var BackLink = function BackLink(_ref) {
|
|
9043
9059
|
var children = _ref.children,
|
|
9044
9060
|
className = _ref.className,
|
|
9045
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
9061
|
+
args = _objectWithoutProperties(_ref, _excluded$m);
|
|
9046
9062
|
|
|
9047
9063
|
return /*#__PURE__*/React__default["default"].createElement(StyledBackLink, _extends({
|
|
9048
9064
|
className: classnames__default["default"]("c-back-link", className)
|
|
@@ -9050,7 +9066,7 @@
|
|
|
9050
9066
|
};
|
|
9051
9067
|
BackLink.displayName = "BackLink";
|
|
9052
9068
|
|
|
9053
|
-
var _excluded$
|
|
9069
|
+
var _excluded$l = ["children", "variant", "size", "disabled", "className"];
|
|
9054
9070
|
|
|
9055
9071
|
/**
|
|
9056
9072
|
* Link component
|
|
@@ -9063,7 +9079,7 @@
|
|
|
9063
9079
|
_ref$disabled = _ref.disabled,
|
|
9064
9080
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
9065
9081
|
className = _ref.className,
|
|
9066
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
9082
|
+
args = _objectWithoutProperties(_ref, _excluded$l);
|
|
9067
9083
|
|
|
9068
9084
|
return /*#__PURE__*/React__default["default"].createElement(StyledLink, _extends({
|
|
9069
9085
|
disabled: disabled,
|
|
@@ -9208,11 +9224,11 @@
|
|
|
9208
9224
|
});
|
|
9209
9225
|
Dialog.displayName = "Dialog";
|
|
9210
9226
|
|
|
9211
|
-
var _excluded$
|
|
9227
|
+
var _excluded$k = ["className", "children"];
|
|
9212
9228
|
var DialogContent = function DialogContent(_ref) {
|
|
9213
9229
|
var className = _ref.className,
|
|
9214
9230
|
children = _ref.children,
|
|
9215
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
9231
|
+
rest = _objectWithoutProperties(_ref, _excluded$k);
|
|
9216
9232
|
|
|
9217
9233
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogContent, _extends({
|
|
9218
9234
|
className: classnames__default["default"]("c-dialog-content", className)
|
|
@@ -9228,13 +9244,13 @@
|
|
|
9228
9244
|
};
|
|
9229
9245
|
DialogContentDivider.displayName = "DialogContentDivider";
|
|
9230
9246
|
|
|
9231
|
-
var _excluded$
|
|
9247
|
+
var _excluded$j = ["children", "className", "disableDefaultHeading"];
|
|
9232
9248
|
var DialogTitle = function DialogTitle(_ref) {
|
|
9233
9249
|
var children = _ref.children,
|
|
9234
9250
|
className = _ref.className,
|
|
9235
9251
|
_ref$disableDefaultHe = _ref.disableDefaultHeading,
|
|
9236
9252
|
disableDefaultHeading = _ref$disableDefaultHe === void 0 ? false : _ref$disableDefaultHe,
|
|
9237
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
9253
|
+
rest = _objectWithoutProperties(_ref, _excluded$j);
|
|
9238
9254
|
|
|
9239
9255
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogTitle, _extends({
|
|
9240
9256
|
className: classnames__default["default"]("c-dialog-title-wrapper", className)
|
|
@@ -9242,11 +9258,11 @@
|
|
|
9242
9258
|
};
|
|
9243
9259
|
DialogTitle.displayName = "DialogTitle";
|
|
9244
9260
|
|
|
9245
|
-
var _excluded$
|
|
9261
|
+
var _excluded$i = ["className", "children"];
|
|
9246
9262
|
var DialogActions = function DialogActions(_ref) {
|
|
9247
9263
|
var className = _ref.className,
|
|
9248
9264
|
children = _ref.children,
|
|
9249
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
9265
|
+
rest = _objectWithoutProperties(_ref, _excluded$i);
|
|
9250
9266
|
|
|
9251
9267
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogActions, _extends({
|
|
9252
9268
|
className: classnames__default["default"]("c-dialog-actions", className)
|
|
@@ -9456,7 +9472,7 @@
|
|
|
9456
9472
|
});
|
|
9457
9473
|
StyledPressed.displayName = "StyledPressed";
|
|
9458
9474
|
|
|
9459
|
-
var _excluded$
|
|
9475
|
+
var _excluded$h = ["children", "active", "className"];
|
|
9460
9476
|
|
|
9461
9477
|
/**
|
|
9462
9478
|
* Pressed wrapper for button component
|
|
@@ -9466,7 +9482,7 @@
|
|
|
9466
9482
|
_ref$active = _ref.active,
|
|
9467
9483
|
active = _ref$active === void 0 ? false : _ref$active,
|
|
9468
9484
|
className = _ref.className,
|
|
9469
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
9485
|
+
args = _objectWithoutProperties(_ref, _excluded$h);
|
|
9470
9486
|
|
|
9471
9487
|
return /*#__PURE__*/React__default["default"].createElement(StyledPressed, _extends({
|
|
9472
9488
|
active: active,
|
|
@@ -9952,7 +9968,7 @@
|
|
|
9952
9968
|
StyledToastMessage.displayName = "StyledToastMessage";
|
|
9953
9969
|
StyledCloseSmallIcon.displayName = "StyledCloseSmallIcon";
|
|
9954
9970
|
|
|
9955
|
-
var _excluded$
|
|
9971
|
+
var _excluded$g = ["text", "type", "onClose", "dismissible", "dropShadow", "timeout"];
|
|
9956
9972
|
var ToastMessage = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
9957
9973
|
var text = _ref.text,
|
|
9958
9974
|
type = _ref.type,
|
|
@@ -9963,7 +9979,7 @@
|
|
|
9963
9979
|
dropShadow = _ref$dropShadow === void 0 ? false : _ref$dropShadow,
|
|
9964
9980
|
_ref$timeout = _ref.timeout,
|
|
9965
9981
|
timeout = _ref$timeout === void 0 ? 0 : _ref$timeout,
|
|
9966
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
9982
|
+
rest = _objectWithoutProperties(_ref, _excluded$g);
|
|
9967
9983
|
|
|
9968
9984
|
var handleOnClose = React.useCallback(function () {
|
|
9969
9985
|
if (typeof onClose === "function") {
|
|
@@ -9988,7 +10004,7 @@
|
|
|
9988
10004
|
});
|
|
9989
10005
|
ToastMessage.displayName = "ToastMessage";
|
|
9990
10006
|
|
|
9991
|
-
var _excluded$
|
|
10007
|
+
var _excluded$f = ["in", "children", "style", "timeout"];
|
|
9992
10008
|
|
|
9993
10009
|
var defaultStyle$1 = function defaultStyle(duration) {
|
|
9994
10010
|
return {
|
|
@@ -10018,7 +10034,7 @@
|
|
|
10018
10034
|
style = _ref.style,
|
|
10019
10035
|
_ref$timeout = _ref.timeout,
|
|
10020
10036
|
timeout = _ref$timeout === void 0 ? 500 : _ref$timeout,
|
|
10021
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10037
|
+
rest = _objectWithoutProperties(_ref, _excluded$f);
|
|
10022
10038
|
|
|
10023
10039
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.Transition, _extends({
|
|
10024
10040
|
appear: true,
|
|
@@ -10034,7 +10050,7 @@
|
|
|
10034
10050
|
};
|
|
10035
10051
|
Fade.displayName = "Fade";
|
|
10036
10052
|
|
|
10037
|
-
var _excluded$
|
|
10053
|
+
var _excluded$e = ["in", "children", "style", "timeout", "initialDirection"];
|
|
10038
10054
|
var Slide = function Slide(_ref) {
|
|
10039
10055
|
var _ref$in = _ref.in,
|
|
10040
10056
|
inProp = _ref$in === void 0 ? false : _ref$in,
|
|
@@ -10044,7 +10060,7 @@
|
|
|
10044
10060
|
timeout = _ref$timeout === void 0 ? 300 : _ref$timeout,
|
|
10045
10061
|
_ref$initialDirection = _ref.initialDirection,
|
|
10046
10062
|
initialDirection = _ref$initialDirection === void 0 ? "left" : _ref$initialDirection,
|
|
10047
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10063
|
+
rest = _objectWithoutProperties(_ref, _excluded$e);
|
|
10048
10064
|
|
|
10049
10065
|
var directionSign;
|
|
10050
10066
|
|
|
@@ -10104,12 +10120,12 @@
|
|
|
10104
10120
|
return props.$direction === "right" && styled.css(["&.c-slide-enter{position:absolute;transform:translateX(-100%);}&.c-slide-enter-active{transform:translateX(0%);transition:all 200ms ease;}&.c-slide-exit{position:absolute;}&.c-slide-exit-active{transform:translateX(100%);transition:all 200ms ease;}"]);
|
|
10105
10121
|
});
|
|
10106
10122
|
|
|
10107
|
-
var _excluded$
|
|
10123
|
+
var _excluded$d = ["children", "direction"];
|
|
10108
10124
|
var SlideLeftRightTransition = function SlideLeftRightTransition(_ref) {
|
|
10109
10125
|
var children = _ref.children,
|
|
10110
10126
|
_ref$direction = _ref.direction,
|
|
10111
10127
|
direction = _ref$direction === void 0 ? "left" : _ref$direction,
|
|
10112
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10128
|
+
props = _objectWithoutProperties(_ref, _excluded$d);
|
|
10113
10129
|
|
|
10114
10130
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.CSSTransition, _extends({
|
|
10115
10131
|
timeout: 200,
|
|
@@ -10153,7 +10169,7 @@
|
|
|
10153
10169
|
};
|
|
10154
10170
|
ResizeTransition.displayName = "ResizeTransition";
|
|
10155
10171
|
|
|
10156
|
-
var _excluded$
|
|
10172
|
+
var _excluded$c = ["in", "children", "style", "timeout"];
|
|
10157
10173
|
|
|
10158
10174
|
var defaultStyle = function defaultStyle(duration) {
|
|
10159
10175
|
return {
|
|
@@ -10189,7 +10205,7 @@
|
|
|
10189
10205
|
style = _ref.style,
|
|
10190
10206
|
_ref$timeout = _ref.timeout,
|
|
10191
10207
|
timeout = _ref$timeout === void 0 ? 200 : _ref$timeout,
|
|
10192
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10208
|
+
rest = _objectWithoutProperties(_ref, _excluded$c);
|
|
10193
10209
|
|
|
10194
10210
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.Transition, _extends({
|
|
10195
10211
|
appear: true,
|
|
@@ -10264,7 +10280,7 @@
|
|
|
10264
10280
|
});
|
|
10265
10281
|
StyledValueButton.displayName = "StyledValueButton";
|
|
10266
10282
|
|
|
10267
|
-
var _excluded$
|
|
10283
|
+
var _excluded$b = ["active", "alwaysShowIcon", "icon", "label", "value"];
|
|
10268
10284
|
var ValueButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10269
10285
|
var _ref$active = _ref.active,
|
|
10270
10286
|
active = _ref$active === void 0 ? false : _ref$active,
|
|
@@ -10273,7 +10289,7 @@
|
|
|
10273
10289
|
icon = _ref.icon,
|
|
10274
10290
|
label = _ref.label,
|
|
10275
10291
|
value = _ref.value,
|
|
10276
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
10292
|
+
args = _objectWithoutProperties(_ref, _excluded$b);
|
|
10277
10293
|
|
|
10278
10294
|
return /*#__PURE__*/React__default["default"].createElement(StyledValueButton, _extends({
|
|
10279
10295
|
className: "c-value-button"
|
|
@@ -10303,12 +10319,12 @@
|
|
|
10303
10319
|
})(["border:none;margin:0;padding:0;width:auto;overflow:visible;cursor:pointer;background:transparent;outline:none;color:inherit;font:inherit;line-height:inherit;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;&::-moz-focus-inner{border:0;padding:0;}"]);
|
|
10304
10320
|
StyledButton.displayName = "StyledButton";
|
|
10305
10321
|
|
|
10306
|
-
var _excluded$
|
|
10322
|
+
var _excluded$a = ["children", "type"];
|
|
10307
10323
|
var Trigger = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10308
10324
|
var children = _ref.children,
|
|
10309
10325
|
_ref$type = _ref.type,
|
|
10310
10326
|
type = _ref$type === void 0 ? "button" : _ref$type,
|
|
10311
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10327
|
+
rest = _objectWithoutProperties(_ref, _excluded$a);
|
|
10312
10328
|
|
|
10313
10329
|
return /*#__PURE__*/React__default["default"].createElement(StyledButton, _extends({
|
|
10314
10330
|
ref: ref,
|
|
@@ -10352,7 +10368,7 @@
|
|
|
10352
10368
|
})(["transform:rotate(180deg);margin-left:8px;flex-shrink:0;"]);
|
|
10353
10369
|
StyledCaretIcon.displayName = "StyledCaretIcon";
|
|
10354
10370
|
|
|
10355
|
-
var _excluded$
|
|
10371
|
+
var _excluded$9 = ["children", "type", "size", "invalid", "endAdornment"];
|
|
10356
10372
|
var SelectTrigger = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10357
10373
|
var children = _ref.children,
|
|
10358
10374
|
_ref$type = _ref.type,
|
|
@@ -10362,7 +10378,7 @@
|
|
|
10362
10378
|
_ref$invalid = _ref.invalid,
|
|
10363
10379
|
invalid = _ref$invalid === void 0 ? false : _ref$invalid,
|
|
10364
10380
|
endAdornment = _ref.endAdornment,
|
|
10365
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10381
|
+
rest = _objectWithoutProperties(_ref, _excluded$9);
|
|
10366
10382
|
|
|
10367
10383
|
return /*#__PURE__*/React__default["default"].createElement(StyledSelectTrigger, _extends({
|
|
10368
10384
|
ref: ref,
|
|
@@ -10408,11 +10424,11 @@
|
|
|
10408
10424
|
});
|
|
10409
10425
|
StyledToggle.displayName = "StyledToggle";
|
|
10410
10426
|
|
|
10411
|
-
var _excluded$
|
|
10427
|
+
var _excluded$8 = ["hovered", "className"];
|
|
10412
10428
|
var Toggle = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10413
10429
|
var hovered = _ref.hovered,
|
|
10414
10430
|
className = _ref.className,
|
|
10415
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
10431
|
+
args = _objectWithoutProperties(_ref, _excluded$8);
|
|
10416
10432
|
|
|
10417
10433
|
return /*#__PURE__*/React__default["default"].createElement(StyledToggle, {
|
|
10418
10434
|
className: classnames__default["default"]("c-toggle", className),
|
|
@@ -10552,14 +10568,14 @@
|
|
|
10552
10568
|
});
|
|
10553
10569
|
ChipCloseIcon.displayName = "ChipCloseIcon";
|
|
10554
10570
|
|
|
10555
|
-
var _excluded$
|
|
10571
|
+
var _excluded$7 = ["leftAdornment", "label", "onClose", "size"];
|
|
10556
10572
|
var Chip = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10557
10573
|
var leftAdornment = _ref.leftAdornment,
|
|
10558
10574
|
label = _ref.label,
|
|
10559
10575
|
onClose = _ref.onClose,
|
|
10560
10576
|
_ref$size = _ref.size,
|
|
10561
10577
|
size = _ref$size === void 0 ? "regular" : _ref$size,
|
|
10562
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10578
|
+
rest = _objectWithoutProperties(_ref, _excluded$7);
|
|
10563
10579
|
|
|
10564
10580
|
var showClose = typeof onClose === "function";
|
|
10565
10581
|
var variant = React.useMemo(function () {
|
|
@@ -10617,7 +10633,7 @@
|
|
|
10617
10633
|
[ref, handler]);
|
|
10618
10634
|
}
|
|
10619
10635
|
|
|
10620
|
-
var _excluded$
|
|
10636
|
+
var _excluded$6 = ["options", "selected", "loading", "loadingText", "onChange", "placeholder", "handleEmptyAction", "disabled", "size", "invalid", "type", "renderChip", "forceCloseMenu", "renderOption", "limitChips", "hiddenNumberText"];
|
|
10621
10637
|
var ComboBox = function ComboBox(_ref) {
|
|
10622
10638
|
var _comboBoxRef$current;
|
|
10623
10639
|
|
|
@@ -10645,7 +10661,7 @@
|
|
|
10645
10661
|
_ref$limitChips = _ref.limitChips,
|
|
10646
10662
|
limitChips = _ref$limitChips === void 0 ? 2 : _ref$limitChips,
|
|
10647
10663
|
hiddenNumberText = _ref.hiddenNumberText,
|
|
10648
|
-
prop = _objectWithoutProperties(_ref, _excluded$
|
|
10664
|
+
prop = _objectWithoutProperties(_ref, _excluded$6);
|
|
10649
10665
|
|
|
10650
10666
|
var selectedName = React.useMemo(function () {
|
|
10651
10667
|
var value = "";
|
|
@@ -10985,6 +11001,37 @@
|
|
|
10985
11001
|
componentId: "sc-uvsz9l-3"
|
|
10986
11002
|
})(["display:flex;justify-content:center;"]);
|
|
10987
11003
|
|
|
11004
|
+
var StyledText = styled__default["default"](Body2).withConfig({
|
|
11005
|
+
displayName: "Styles__StyledText",
|
|
11006
|
+
componentId: "sc-1fx7urq-0"
|
|
11007
|
+
})(["transition:ease 0.3s all;line-height:24px;color:var(--color-primary);position:relative;"]);
|
|
11008
|
+
StyledText.displayName = "StyledText";
|
|
11009
|
+
var StyledAddCrossIcon = styled__default["default"](AddCrossIcon$1).withConfig({
|
|
11010
|
+
displayName: "Styles__StyledAddCrossIcon",
|
|
11011
|
+
componentId: "sc-1fx7urq-1"
|
|
11012
|
+
})(["fill:var(--page-paper-main);background:var(--color-primary);border-radius:30px;padding:6px;"]);
|
|
11013
|
+
StyledAddCrossIcon.displayName = "StyledAddCrossIcon";
|
|
11014
|
+
var StyledAddToListButton = styled__default["default"]("button").withConfig({
|
|
11015
|
+
displayName: "Styles__StyledAddToListButton",
|
|
11016
|
+
componentId: "sc-1fx7urq-2"
|
|
11017
|
+
})(["display:flex;justify-content:center;gap:12px;align-items:center;transition:ease 0.3s all;border-radius:30px;height:32px;padding:4px 16px 4px 4px;position:relative;background:none;border:none;cursor:pointer;&:before{content:\"\";display:block;height:2px;width:0%;position:absolute;left:16px;top:50%;transform:translate(0,-50%);background:var(--color-primary);transition:ease 0.3s all;border-radius:30px;opacity:0;}&:hover{", "{color:var(--page-paper-main);}&:before{height:32px;width:100%;left:0;opacity:1;}", "{fill:var(--page-paper-main);transform:rotate(90deg);transition:ease 0.3s;}}"], StyledText, StyledAddCrossIcon);
|
|
11018
|
+
StyledAddToListButton.displayName = "StyledAddToListButton";
|
|
11019
|
+
|
|
11020
|
+
var _excluded$5 = ["text", "className"];
|
|
11021
|
+
var AddToListButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
11022
|
+
var text = _ref.text,
|
|
11023
|
+
className = _ref.className,
|
|
11024
|
+
rest = _objectWithoutProperties(_ref, _excluded$5);
|
|
11025
|
+
|
|
11026
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledAddToListButton, _extends({
|
|
11027
|
+
ref: ref,
|
|
11028
|
+
className: classnames__default["default"]("c--add-to-list-btn", className)
|
|
11029
|
+
}, rest), /*#__PURE__*/React__default["default"].createElement(StyledAddCrossIcon, null), /*#__PURE__*/React__default["default"].createElement(StyledText, {
|
|
11030
|
+
weight: "medium"
|
|
11031
|
+
}, text));
|
|
11032
|
+
});
|
|
11033
|
+
AddToListButton.displayName = "AddToListButton";
|
|
11034
|
+
|
|
10988
11035
|
var StyledProgressBar = styled__default["default"].div.withConfig({
|
|
10989
11036
|
displayName: "Styles__StyledProgressBar",
|
|
10990
11037
|
componentId: "sc-k5nm08-0"
|
|
@@ -12090,6 +12137,7 @@
|
|
|
12090
12137
|
exports.ActivityIcon = ActivityIcon$1;
|
|
12091
12138
|
exports.AddCrossIcon = AddCrossIcon$1;
|
|
12092
12139
|
exports.AddCrossTinyIcon = AddCrossTinyIcon$1;
|
|
12140
|
+
exports.AddToListButton = AddToListButton;
|
|
12093
12141
|
exports.ApplauseIcon = ApplauseIcon$1;
|
|
12094
12142
|
exports.ArrowCollapseMultipleIcon = ArrowCollapseMultipleIcon$1;
|
|
12095
12143
|
exports.ArrowDownLongIcon = ArrowDownLongIcon$1;
|
|
@@ -12098,6 +12146,7 @@
|
|
|
12098
12146
|
exports.ArrowLeftIcon = ArrowLeftIcon$1;
|
|
12099
12147
|
exports.ArrowRefreshIcon = ArrowRefreshIcon$1;
|
|
12100
12148
|
exports.ArrowRightIcon = ArrowRightIcon$1;
|
|
12149
|
+
exports.ArrowUpLongIcon = ArrowUpLongIcon$1;
|
|
12101
12150
|
exports.AssignIcon = AssignIcon$1;
|
|
12102
12151
|
exports.AttachmentIcon = AttachmentIcon$1;
|
|
12103
12152
|
exports.AutoResizeTextarea = AutoResizeTextarea;
|