@activecollab/components 1.0.160 → 1.0.163
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/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/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 +164 -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),
|
|
@@ -3617,7 +3617,7 @@
|
|
|
3617
3617
|
});
|
|
3618
3618
|
StyledBreadcrumbListItem.displayName = "StyledBreadcrumbListItem";
|
|
3619
3619
|
|
|
3620
|
-
var _excluded$
|
|
3620
|
+
var _excluded$X = ["children", "className", "separator"];
|
|
3621
3621
|
var Breadcrumbs = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3622
3622
|
var _dimensions$width, _childDimensions$widt;
|
|
3623
3623
|
|
|
@@ -3625,7 +3625,7 @@
|
|
|
3625
3625
|
className = _ref.className,
|
|
3626
3626
|
_ref$separator = _ref.separator,
|
|
3627
3627
|
separator = _ref$separator === void 0 ? "/" : _ref$separator,
|
|
3628
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
3628
|
+
rest = _objectWithoutProperties(_ref, _excluded$X);
|
|
3629
3629
|
|
|
3630
3630
|
var internalRef = React.useRef(null);
|
|
3631
3631
|
var listWrapperRef = React.useRef(null);
|
|
@@ -3812,11 +3812,11 @@
|
|
|
3812
3812
|
return props.$isLight && styled.css(["background-color:var(--page-paper-main);box-shadow:var(--shadow-secondary);color:var(--color-theme-700);"]);
|
|
3813
3813
|
});
|
|
3814
3814
|
|
|
3815
|
-
var _excluded$
|
|
3815
|
+
var _excluded$W = ["children"];
|
|
3816
3816
|
|
|
3817
3817
|
var TooltipAnimation = function TooltipAnimation(_ref) {
|
|
3818
3818
|
var children = _ref.children,
|
|
3819
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3819
|
+
props = _objectWithoutProperties(_ref, _excluded$W);
|
|
3820
3820
|
|
|
3821
3821
|
return /*#__PURE__*/React__default["default"].createElement(FromElement, _extends({
|
|
3822
3822
|
timeout: 0
|
|
@@ -3903,12 +3903,12 @@
|
|
|
3903
3903
|
});
|
|
3904
3904
|
Tooltip.displayName = "Tooltip";
|
|
3905
3905
|
|
|
3906
|
-
var _excluded$
|
|
3906
|
+
var _excluded$V = ["weight", "children"];
|
|
3907
3907
|
var Body2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3908
3908
|
var _ref$weight = _ref.weight,
|
|
3909
3909
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
3910
3910
|
children = _ref.children,
|
|
3911
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3911
|
+
props = _objectWithoutProperties(_ref, _excluded$V);
|
|
3912
3912
|
|
|
3913
3913
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
3914
3914
|
variant: "Body 2",
|
|
@@ -3956,7 +3956,7 @@
|
|
|
3956
3956
|
});
|
|
3957
3957
|
StyledCounterButtonLabel.displayName = "StyledCounterButtonLabel";
|
|
3958
3958
|
|
|
3959
|
-
var _excluded$
|
|
3959
|
+
var _excluded$U = ["label", "icon", "active", "counter", "tooltipText", "onClearAll", "className"];
|
|
3960
3960
|
var CounterButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3961
3961
|
var label = _ref.label,
|
|
3962
3962
|
icon = _ref.icon,
|
|
@@ -3966,7 +3966,7 @@
|
|
|
3966
3966
|
tooltipText = _ref.tooltipText,
|
|
3967
3967
|
onClearAll = _ref.onClearAll,
|
|
3968
3968
|
className = _ref.className,
|
|
3969
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
3969
|
+
args = _objectWithoutProperties(_ref, _excluded$U);
|
|
3970
3970
|
|
|
3971
3971
|
return /*#__PURE__*/React__default["default"].createElement(StyledCounterButtonWrapper, {
|
|
3972
3972
|
ref: ref,
|
|
@@ -4281,7 +4281,7 @@
|
|
|
4281
4281
|
StyledDatePicker.displayName = "StyledDatePicker";
|
|
4282
4282
|
StyledDayPicker.displayName = "StyledDayPicker";
|
|
4283
4283
|
|
|
4284
|
-
var _excluded$
|
|
4284
|
+
var _excluded$T = ["className", "onChange", "onDayClick", "selectedDays", "disabledDays", "selectionMode", "month", "onMonthChange", "dateRequired", "firstDayOfWeek", "fixedWeeks", "modifiers"];
|
|
4285
4285
|
var DatePicker = function DatePicker(_ref) {
|
|
4286
4286
|
var className = _ref.className,
|
|
4287
4287
|
onChange = _ref.onChange,
|
|
@@ -4303,7 +4303,7 @@
|
|
|
4303
4303
|
_ref$fixedWeeks = _ref.fixedWeeks,
|
|
4304
4304
|
fixedWeeks = _ref$fixedWeeks === void 0 ? true : _ref$fixedWeeks,
|
|
4305
4305
|
defaultModifiers = _ref.modifiers,
|
|
4306
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
4306
|
+
rest = _objectWithoutProperties(_ref, _excluded$T);
|
|
4307
4307
|
|
|
4308
4308
|
var _useState = React.useState(),
|
|
4309
4309
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -5228,7 +5228,7 @@
|
|
|
5228
5228
|
};
|
|
5229
5229
|
Tbody.displayName = "Tbody";
|
|
5230
5230
|
|
|
5231
|
-
var _excluded$
|
|
5231
|
+
var _excluded$S = ["header", "rows", "className", "sortBy", "sortDirection", "onSortCallback", "theadClass", "noResultsCallback", "groupBy", "groupHead", "isCollapsible", "emptyValue"];
|
|
5232
5232
|
exports.SortDirection = void 0;
|
|
5233
5233
|
|
|
5234
5234
|
(function (SortDirection) {
|
|
@@ -5278,7 +5278,7 @@
|
|
|
5278
5278
|
} : _ref$groupHead,
|
|
5279
5279
|
isCollapsible = _ref.isCollapsible,
|
|
5280
5280
|
emptyValue = _ref.emptyValue,
|
|
5281
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
5281
|
+
args = _objectWithoutProperties(_ref, _excluded$S);
|
|
5282
5282
|
|
|
5283
5283
|
var _useState = React.useState(sortDirection),
|
|
5284
5284
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -5699,7 +5699,7 @@
|
|
|
5699
5699
|
});
|
|
5700
5700
|
StyledPaper.displayName = "StyledPaper";
|
|
5701
5701
|
|
|
5702
|
-
var _excluded$
|
|
5702
|
+
var _excluded$R = ["children", "className", "type", "hover", "useOptimizedShadow"];
|
|
5703
5703
|
|
|
5704
5704
|
/**
|
|
5705
5705
|
* This is a component description and should sit directly above your component
|
|
@@ -5713,7 +5713,7 @@
|
|
|
5713
5713
|
hover = _ref$hover === void 0 ? false : _ref$hover,
|
|
5714
5714
|
_ref$useOptimizedShad = _ref.useOptimizedShadow,
|
|
5715
5715
|
useOptimizedShadow = _ref$useOptimizedShad === void 0 ? false : _ref$useOptimizedShad,
|
|
5716
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
5716
|
+
rest = _objectWithoutProperties(_ref, _excluded$R);
|
|
5717
5717
|
|
|
5718
5718
|
return /*#__PURE__*/React__default["default"].createElement(StyledPaper, _extends({
|
|
5719
5719
|
className: classnames__default["default"](className, {
|
|
@@ -5767,7 +5767,7 @@
|
|
|
5767
5767
|
});
|
|
5768
5768
|
StyledCard.displayName = "StyledCard";
|
|
5769
5769
|
|
|
5770
|
-
var _excluded$
|
|
5770
|
+
var _excluded$Q = ["children", "className", "hoverable", "paperType"];
|
|
5771
5771
|
var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5772
5772
|
var children = _ref.children,
|
|
5773
5773
|
className = _ref.className,
|
|
@@ -5775,7 +5775,7 @@
|
|
|
5775
5775
|
hoverable = _ref$hoverable === void 0 ? false : _ref$hoverable,
|
|
5776
5776
|
_ref$paperType = _ref.paperType,
|
|
5777
5777
|
paperType = _ref$paperType === void 0 ? "paper-2" : _ref$paperType,
|
|
5778
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
5778
|
+
rest = _objectWithoutProperties(_ref, _excluded$Q);
|
|
5779
5779
|
|
|
5780
5780
|
return /*#__PURE__*/React__default["default"].createElement(StyledCard, _extends({}, rest, {
|
|
5781
5781
|
type: paperType,
|
|
@@ -5857,12 +5857,12 @@
|
|
|
5857
5857
|
});
|
|
5858
5858
|
EntityCard$1.displayName = "EntityCard";
|
|
5859
5859
|
|
|
5860
|
-
var _excluded$
|
|
5860
|
+
var _excluded$P = ["weight", "children"];
|
|
5861
5861
|
var Title1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5862
5862
|
var _ref$weight = _ref.weight,
|
|
5863
5863
|
weight = _ref$weight === void 0 ? "light" : _ref$weight,
|
|
5864
5864
|
children = _ref.children,
|
|
5865
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5865
|
+
props = _objectWithoutProperties(_ref, _excluded$P);
|
|
5866
5866
|
|
|
5867
5867
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5868
5868
|
weight: weight,
|
|
@@ -5872,12 +5872,12 @@
|
|
|
5872
5872
|
});
|
|
5873
5873
|
Title1.displayName = "Title1";
|
|
5874
5874
|
|
|
5875
|
-
var _excluded$
|
|
5875
|
+
var _excluded$O = ["weight", "children"];
|
|
5876
5876
|
var Title2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5877
5877
|
var _ref$weight = _ref.weight,
|
|
5878
5878
|
weight = _ref$weight === void 0 ? "light" : _ref$weight,
|
|
5879
5879
|
children = _ref.children,
|
|
5880
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5880
|
+
props = _objectWithoutProperties(_ref, _excluded$O);
|
|
5881
5881
|
|
|
5882
5882
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5883
5883
|
weight: weight,
|
|
@@ -5887,10 +5887,10 @@
|
|
|
5887
5887
|
});
|
|
5888
5888
|
Title2.displayName = "Title2";
|
|
5889
5889
|
|
|
5890
|
-
var _excluded$
|
|
5890
|
+
var _excluded$N = ["children"];
|
|
5891
5891
|
var Header2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5892
5892
|
var children = _ref.children,
|
|
5893
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5893
|
+
props = _objectWithoutProperties(_ref, _excluded$N);
|
|
5894
5894
|
|
|
5895
5895
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5896
5896
|
weight: "bold",
|
|
@@ -5900,10 +5900,10 @@
|
|
|
5900
5900
|
});
|
|
5901
5901
|
Header2.displayName = "Header2";
|
|
5902
5902
|
|
|
5903
|
-
var _excluded$
|
|
5903
|
+
var _excluded$M = ["children"];
|
|
5904
5904
|
var Header3 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5905
5905
|
var children = _ref.children,
|
|
5906
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5906
|
+
props = _objectWithoutProperties(_ref, _excluded$M);
|
|
5907
5907
|
|
|
5908
5908
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5909
5909
|
weight: "bold",
|
|
@@ -5913,12 +5913,12 @@
|
|
|
5913
5913
|
});
|
|
5914
5914
|
Header3.displayName = "Header3";
|
|
5915
5915
|
|
|
5916
|
-
var _excluded$
|
|
5916
|
+
var _excluded$L = ["weight", "children"];
|
|
5917
5917
|
var Body1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5918
5918
|
var _ref$weight = _ref.weight,
|
|
5919
5919
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
5920
5920
|
children = _ref.children,
|
|
5921
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5921
|
+
props = _objectWithoutProperties(_ref, _excluded$L);
|
|
5922
5922
|
|
|
5923
5923
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5924
5924
|
variant: "Body 1",
|
|
@@ -5928,12 +5928,12 @@
|
|
|
5928
5928
|
});
|
|
5929
5929
|
Body1.displayName = "Body1";
|
|
5930
5930
|
|
|
5931
|
-
var _excluded$
|
|
5931
|
+
var _excluded$K = ["weight", "children"];
|
|
5932
5932
|
var Caption1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5933
5933
|
var _ref$weight = _ref.weight,
|
|
5934
5934
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
5935
5935
|
children = _ref.children,
|
|
5936
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5936
|
+
props = _objectWithoutProperties(_ref, _excluded$K);
|
|
5937
5937
|
|
|
5938
5938
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5939
5939
|
variant: "Caption 1",
|
|
@@ -5943,12 +5943,12 @@
|
|
|
5943
5943
|
});
|
|
5944
5944
|
Caption1.displayName = "Caption1";
|
|
5945
5945
|
|
|
5946
|
-
var _excluded$
|
|
5946
|
+
var _excluded$J = ["weight", "children"];
|
|
5947
5947
|
var Caption2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5948
5948
|
var _ref$weight = _ref.weight,
|
|
5949
5949
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
5950
5950
|
children = _ref.children,
|
|
5951
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5951
|
+
props = _objectWithoutProperties(_ref, _excluded$J);
|
|
5952
5952
|
|
|
5953
5953
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
5954
5954
|
variant: "Caption 2",
|
|
@@ -6067,7 +6067,7 @@
|
|
|
6067
6067
|
"borderRadius": "9999px"
|
|
6068
6068
|
});
|
|
6069
6069
|
|
|
6070
|
-
var _excluded$
|
|
6070
|
+
var _excluded$I = ["url", "alt", "size", "className"];
|
|
6071
6071
|
var Avatar = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6072
6072
|
var url = _ref.url,
|
|
6073
6073
|
_ref$alt = _ref.alt,
|
|
@@ -6075,7 +6075,7 @@
|
|
|
6075
6075
|
_ref$size = _ref.size,
|
|
6076
6076
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6077
6077
|
className = _ref.className,
|
|
6078
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6078
|
+
rest = _objectWithoutProperties(_ref, _excluded$I);
|
|
6079
6079
|
|
|
6080
6080
|
return /*#__PURE__*/React__default["default"].createElement(StyledAvatar, _extends({}, rest, {
|
|
6081
6081
|
ref: ref,
|
|
@@ -6097,13 +6097,13 @@
|
|
|
6097
6097
|
return props.$color && styled.css(["background-color:", ";"], props.$color);
|
|
6098
6098
|
});
|
|
6099
6099
|
|
|
6100
|
-
var _excluded$
|
|
6100
|
+
var _excluded$H = ["color", "size", "className"];
|
|
6101
6101
|
var Dot = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6102
6102
|
var color = _ref.color,
|
|
6103
6103
|
_ref$size = _ref.size,
|
|
6104
6104
|
size = _ref$size === void 0 ? 8 : _ref$size,
|
|
6105
6105
|
className = _ref.className,
|
|
6106
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6106
|
+
rest = _objectWithoutProperties(_ref, _excluded$H);
|
|
6107
6107
|
|
|
6108
6108
|
return /*#__PURE__*/React__default["default"].createElement(StyledDot, _extends({
|
|
6109
6109
|
className: classnames__default["default"]("c-dot", className),
|
|
@@ -6141,7 +6141,7 @@
|
|
|
6141
6141
|
});
|
|
6142
6142
|
StyledTagText.displayName = "StyledTagText";
|
|
6143
6143
|
|
|
6144
|
-
var _excluded$
|
|
6144
|
+
var _excluded$G = ["name", "color", "showText", "showDot", "className"];
|
|
6145
6145
|
var Tag = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6146
6146
|
var name = _ref.name,
|
|
6147
6147
|
color = _ref.color,
|
|
@@ -6150,7 +6150,7 @@
|
|
|
6150
6150
|
_ref$showDot = _ref.showDot,
|
|
6151
6151
|
showDot = _ref$showDot === void 0 ? true : _ref$showDot,
|
|
6152
6152
|
className = _ref.className,
|
|
6153
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6153
|
+
rest = _objectWithoutProperties(_ref, _excluded$G);
|
|
6154
6154
|
|
|
6155
6155
|
return /*#__PURE__*/React__default["default"].createElement(StyledTag, _extends({
|
|
6156
6156
|
className: classnames__default["default"]("c-tag", className),
|
|
@@ -6170,10 +6170,10 @@
|
|
|
6170
6170
|
componentId: "sc-x4ge7a-0"
|
|
6171
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);
|
|
6172
6172
|
|
|
6173
|
-
var _excluded$
|
|
6173
|
+
var _excluded$F = ["className"];
|
|
6174
6174
|
var LinearLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6175
6175
|
var className = _ref.className,
|
|
6176
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6176
|
+
rest = _objectWithoutProperties(_ref, _excluded$F);
|
|
6177
6177
|
|
|
6178
6178
|
return /*#__PURE__*/React__default["default"].createElement(StyledLinearLoader, _extends({
|
|
6179
6179
|
ref: ref,
|
|
@@ -6188,10 +6188,10 @@
|
|
|
6188
6188
|
componentId: "sc-1f35d5h-0"
|
|
6189
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);
|
|
6190
6190
|
|
|
6191
|
-
var _excluded$
|
|
6191
|
+
var _excluded$E = ["className"];
|
|
6192
6192
|
var DotsLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6193
6193
|
var className = _ref.className,
|
|
6194
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6194
|
+
rest = _objectWithoutProperties(_ref, _excluded$E);
|
|
6195
6195
|
|
|
6196
6196
|
return /*#__PURE__*/React__default["default"].createElement(StyledDotsLoader, _extends({
|
|
6197
6197
|
ref: ref,
|
|
@@ -6214,7 +6214,7 @@
|
|
|
6214
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);
|
|
6215
6215
|
});
|
|
6216
6216
|
|
|
6217
|
-
var _excluded$
|
|
6217
|
+
var _excluded$D = ["radius", "stroke", "activeStrokeColor", "inactiveStrokeColor", "activeColorPercentage", "rotateDurationInSeconds", "className"];
|
|
6218
6218
|
var SpinnerLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6219
6219
|
var _ref$radius = _ref.radius,
|
|
6220
6220
|
radius = _ref$radius === void 0 ? 10 : _ref$radius,
|
|
@@ -6229,7 +6229,7 @@
|
|
|
6229
6229
|
_ref$rotateDurationIn = _ref.rotateDurationInSeconds,
|
|
6230
6230
|
rotateDurationInSeconds = _ref$rotateDurationIn === void 0 ? 0.75 : _ref$rotateDurationIn,
|
|
6231
6231
|
className = _ref.className,
|
|
6232
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6232
|
+
rest = _objectWithoutProperties(_ref, _excluded$D);
|
|
6233
6233
|
|
|
6234
6234
|
return /*#__PURE__*/React__default["default"].createElement(StyledSpinnerLoader, _extends({
|
|
6235
6235
|
ref: ref,
|
|
@@ -6359,7 +6359,7 @@
|
|
|
6359
6359
|
}, StyledInput$1, StyledLabel);
|
|
6360
6360
|
StyledCheckbox$1.displayName = "StyledCheckbox";
|
|
6361
6361
|
|
|
6362
|
-
var _excluded$
|
|
6362
|
+
var _excluded$C = ["className", "hover", "id"];
|
|
6363
6363
|
|
|
6364
6364
|
/**
|
|
6365
6365
|
* Checkbox component
|
|
@@ -6369,7 +6369,7 @@
|
|
|
6369
6369
|
hover = _ref.hover,
|
|
6370
6370
|
_ref$id = _ref.id,
|
|
6371
6371
|
id = _ref$id === void 0 ? "checkbox" : _ref$id,
|
|
6372
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6372
|
+
rest = _objectWithoutProperties(_ref, _excluded$C);
|
|
6373
6373
|
|
|
6374
6374
|
return /*#__PURE__*/React__default["default"].createElement(StyledCheckbox$1, {
|
|
6375
6375
|
className: classnames__default["default"]("c-checkbox", {
|
|
@@ -6559,7 +6559,7 @@
|
|
|
6559
6559
|
StyledScrollShadowLeft.displayName = "StyledScrollShadowLeft";
|
|
6560
6560
|
StyledScrollShadowRight.displayName = "StyledScrollShadowRight";
|
|
6561
6561
|
|
|
6562
|
-
var _excluded$
|
|
6562
|
+
var _excluded$B = ["children", "className", "disableVertical", "disableHorizontal", "invertHorizontal", "invertVertical", "innerColor", "outerColor"];
|
|
6563
6563
|
var ScrollShadow = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6564
6564
|
var children = _ref.children,
|
|
6565
6565
|
className = _ref.className,
|
|
@@ -6573,7 +6573,7 @@
|
|
|
6573
6573
|
invertVertical = _ref$invertVertical === void 0 ? false : _ref$invertVertical,
|
|
6574
6574
|
innerColor = _ref.innerColor,
|
|
6575
6575
|
outerColor = _ref.outerColor,
|
|
6576
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6576
|
+
rest = _objectWithoutProperties(_ref, _excluded$B);
|
|
6577
6577
|
|
|
6578
6578
|
var _useState = React.useState({
|
|
6579
6579
|
top: 0,
|
|
@@ -6703,7 +6703,7 @@
|
|
|
6703
6703
|
return height;
|
|
6704
6704
|
};
|
|
6705
6705
|
|
|
6706
|
-
var _excluded$
|
|
6706
|
+
var _excluded$A = ["as", "className", "invert", "style"];
|
|
6707
6707
|
var ScrollElement = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
6708
6708
|
var _ref$as = _ref.as,
|
|
6709
6709
|
as = _ref$as === void 0 ? "div" : _ref$as,
|
|
@@ -6711,7 +6711,7 @@
|
|
|
6711
6711
|
_ref$invert = _ref.invert,
|
|
6712
6712
|
invert = _ref$invert === void 0 ? false : _ref$invert,
|
|
6713
6713
|
style = _ref.style,
|
|
6714
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
6714
|
+
rest = _objectWithoutProperties(_ref, _excluded$A);
|
|
6715
6715
|
|
|
6716
6716
|
var internalRef = useInitScrollRef(null, invert);
|
|
6717
6717
|
var handleRef = useForkRef(internalRef, ref);
|
|
@@ -7218,7 +7218,7 @@
|
|
|
7218
7218
|
});
|
|
7219
7219
|
StyledInput.displayName = "StyledInput";
|
|
7220
7220
|
|
|
7221
|
-
var _excluded$
|
|
7221
|
+
var _excluded$z = ["className", "style", "type", "disabled", "size", "invalid", "startAdornment", "endAdornment", "wrapRef"];
|
|
7222
7222
|
var Input = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7223
7223
|
var _ref$className = _ref.className,
|
|
7224
7224
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
@@ -7234,7 +7234,7 @@
|
|
|
7234
7234
|
startAdornment = _ref.startAdornment,
|
|
7235
7235
|
endAdornment = _ref.endAdornment,
|
|
7236
7236
|
wrapRef = _ref.wrapRef,
|
|
7237
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
7237
|
+
rest = _objectWithoutProperties(_ref, _excluded$z);
|
|
7238
7238
|
|
|
7239
7239
|
var intInputRef = React.useRef(null);
|
|
7240
7240
|
var handleRef = useForkRef(ref, intInputRef);
|
|
@@ -7287,14 +7287,14 @@
|
|
|
7287
7287
|
}, StyledRadioLabel);
|
|
7288
7288
|
StyledRadioButton$1.displayName = "StyledRadioButton";
|
|
7289
7289
|
|
|
7290
|
-
var _excluded$
|
|
7290
|
+
var _excluded$y = ["className", "id", "hover"];
|
|
7291
7291
|
var RadioButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
7292
7292
|
var _ref$className = _ref.className,
|
|
7293
7293
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
7294
7294
|
_ref$id = _ref.id,
|
|
7295
7295
|
id = _ref$id === void 0 ? "radio" : _ref$id,
|
|
7296
7296
|
hover = _ref.hover,
|
|
7297
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7297
|
+
props = _objectWithoutProperties(_ref, _excluded$y);
|
|
7298
7298
|
|
|
7299
7299
|
return /*#__PURE__*/React__default["default"].createElement(StyledRadioButton$1, {
|
|
7300
7300
|
className: classnames__default["default"]("c-radio-btn", {
|
|
@@ -7387,7 +7387,7 @@
|
|
|
7387
7387
|
};
|
|
7388
7388
|
OptionContent.displayName = "OptionContent";
|
|
7389
7389
|
|
|
7390
|
-
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"];
|
|
7391
7391
|
var Select = function Select(_ref) {
|
|
7392
7392
|
var _ref$type = _ref.type,
|
|
7393
7393
|
type = _ref$type === void 0 ? "single" : _ref$type,
|
|
@@ -7421,7 +7421,7 @@
|
|
|
7421
7421
|
handleDefaultOptionChange = _ref.handleDefaultOptionChange,
|
|
7422
7422
|
_ref$preselectDefault = _ref.preselectDefaultValue,
|
|
7423
7423
|
preselectDefaultValue = _ref$preselectDefault === void 0 ? type === "single" : _ref$preselectDefault,
|
|
7424
|
-
prop = _objectWithoutProperties(_ref, _excluded$
|
|
7424
|
+
prop = _objectWithoutProperties(_ref, _excluded$x);
|
|
7425
7425
|
|
|
7426
7426
|
var _useState = React.useState(),
|
|
7427
7427
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -7680,7 +7680,7 @@
|
|
|
7680
7680
|
});
|
|
7681
7681
|
StyledNavAsMoreTarget.displayName = "StyledNavAsMoreTarget";
|
|
7682
7682
|
|
|
7683
|
-
var _excluded$
|
|
7683
|
+
var _excluded$w = ["children", "active", "disabled", "className", "role"];
|
|
7684
7684
|
var Item = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7685
7685
|
var children = _ref.children,
|
|
7686
7686
|
_ref$active = _ref.active,
|
|
@@ -7689,7 +7689,7 @@
|
|
|
7689
7689
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
7690
7690
|
className = _ref.className,
|
|
7691
7691
|
role = _ref.role,
|
|
7692
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
7692
|
+
rest = _objectWithoutProperties(_ref, _excluded$w);
|
|
7693
7693
|
|
|
7694
7694
|
return /*#__PURE__*/React__default["default"].createElement(StyledNavListItem, _extends({
|
|
7695
7695
|
className: classnames__default["default"]("c-nav__item", {
|
|
@@ -7731,11 +7731,11 @@
|
|
|
7731
7731
|
});
|
|
7732
7732
|
StyledExpandSingle.displayName = "StyledExpandSingle";
|
|
7733
7733
|
|
|
7734
|
-
var _excluded$
|
|
7734
|
+
var _excluded$v = ["expanded"];
|
|
7735
7735
|
var ExpandSingle = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
7736
7736
|
var _ref$expanded = _ref.expanded,
|
|
7737
7737
|
expanded = _ref$expanded === void 0 ? false : _ref$expanded,
|
|
7738
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
7738
|
+
rest = _objectWithoutProperties(_ref, _excluded$v);
|
|
7739
7739
|
|
|
7740
7740
|
return /*#__PURE__*/React__default["default"].createElement(StyledExpandSingle, _extends({
|
|
7741
7741
|
ref: ref,
|
|
@@ -8048,7 +8048,7 @@
|
|
|
8048
8048
|
};
|
|
8049
8049
|
Nav.displayName = "Nav";
|
|
8050
8050
|
|
|
8051
|
-
var _excluded$
|
|
8051
|
+
var _excluded$u = ["children", "as", "disablePointerEvents"];
|
|
8052
8052
|
var InputAdornmentBase = styled__default["default"].div.withConfig({
|
|
8053
8053
|
displayName: "InputAdornment__InputAdornmentBase",
|
|
8054
8054
|
componentId: "sc-1xfjx1z-0"
|
|
@@ -8065,7 +8065,7 @@
|
|
|
8065
8065
|
var children = _ref.children,
|
|
8066
8066
|
as = _ref.as,
|
|
8067
8067
|
disablePointerEvents = _ref.disablePointerEvents,
|
|
8068
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8068
|
+
rest = _objectWithoutProperties(_ref, _excluded$u);
|
|
8069
8069
|
|
|
8070
8070
|
var Component = as || "div";
|
|
8071
8071
|
return /*#__PURE__*/React__default["default"].createElement(InputAdornmentBase, _extends({}, rest, {
|
|
@@ -8076,11 +8076,11 @@
|
|
|
8076
8076
|
});
|
|
8077
8077
|
InputAdornment.displayName = "InputAdornment";
|
|
8078
8078
|
|
|
8079
|
-
var _excluded$
|
|
8079
|
+
var _excluded$t = ["expanded"];
|
|
8080
8080
|
var ExpandAll = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
8081
8081
|
var _ref$expanded = _ref.expanded,
|
|
8082
8082
|
expanded = _ref$expanded === void 0 ? false : _ref$expanded,
|
|
8083
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8083
|
+
rest = _objectWithoutProperties(_ref, _excluded$t);
|
|
8084
8084
|
|
|
8085
8085
|
return /*#__PURE__*/React__default["default"].createElement(StyledExpand, _extends({
|
|
8086
8086
|
ref: ref,
|
|
@@ -8287,14 +8287,14 @@
|
|
|
8287
8287
|
});
|
|
8288
8288
|
StyledTextarea.displayName = "StyledTextarea";
|
|
8289
8289
|
|
|
8290
|
-
var _excluded$
|
|
8290
|
+
var _excluded$s = ["className", "disabled", "invalid"];
|
|
8291
8291
|
var Textarea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
8292
8292
|
var className = _ref.className,
|
|
8293
8293
|
_ref$disabled = _ref.disabled,
|
|
8294
8294
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
8295
8295
|
_ref$invalid = _ref.invalid,
|
|
8296
8296
|
invalid = _ref$invalid === void 0 ? false : _ref$invalid,
|
|
8297
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8297
|
+
rest = _objectWithoutProperties(_ref, _excluded$s);
|
|
8298
8298
|
|
|
8299
8299
|
return /*#__PURE__*/React__default["default"].createElement(StyledTextarea, _extends({}, rest, {
|
|
8300
8300
|
$invalid: invalid,
|
|
@@ -8329,7 +8329,7 @@
|
|
|
8329
8329
|
function () {});
|
|
8330
8330
|
}
|
|
8331
8331
|
|
|
8332
|
-
var _excluded$
|
|
8332
|
+
var _excluded$r = ["children", "disableFocusLock", "disableScrollLock", "disableBackgroundClick", "disableBackgroundColor", "preventClickEventBubbling", "open", "onClose"];
|
|
8333
8333
|
|
|
8334
8334
|
var getHasTransition = function getHasTransition(children) {
|
|
8335
8335
|
return children.props ? Object.prototype.hasOwnProperty.call(children.props, "in") : false;
|
|
@@ -8350,7 +8350,7 @@
|
|
|
8350
8350
|
_ref$open = _ref.open,
|
|
8351
8351
|
defaultOpen = _ref$open === void 0 ? false : _ref$open,
|
|
8352
8352
|
onClose = _ref.onClose,
|
|
8353
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8353
|
+
rest = _objectWithoutProperties(_ref, _excluded$r);
|
|
8354
8354
|
|
|
8355
8355
|
var _useState = React.useState(defaultOpen),
|
|
8356
8356
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -8490,7 +8490,7 @@
|
|
|
8490
8490
|
});
|
|
8491
8491
|
StyledCssTransition.displayName = "StyledCssTransition";
|
|
8492
8492
|
|
|
8493
|
-
var _excluded$
|
|
8493
|
+
var _excluded$q = ["children", "onClose", "controls", "open", "animation", "position", "mode", "disableFocusLock", "disableScrollLock", "disableBackgroundColor", "bodyStyle", "bodyClassName", "disableBackgroundClick", "preventClickEventBubbling"];
|
|
8494
8494
|
var Sheet = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
8495
8495
|
var children = _ref.children,
|
|
8496
8496
|
onClose = _ref.onClose,
|
|
@@ -8516,7 +8516,7 @@
|
|
|
8516
8516
|
disableBackgroundClick = _ref$disableBackgroun2 === void 0 ? false : _ref$disableBackgroun2,
|
|
8517
8517
|
_ref$preventClickEven = _ref.preventClickEventBubbling,
|
|
8518
8518
|
preventClickEventBubbling = _ref$preventClickEven === void 0 ? false : _ref$preventClickEven,
|
|
8519
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8519
|
+
rest = _objectWithoutProperties(_ref, _excluded$q);
|
|
8520
8520
|
|
|
8521
8521
|
var _useState = React.useState(defaultOpen),
|
|
8522
8522
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -8615,13 +8615,13 @@
|
|
|
8615
8615
|
});
|
|
8616
8616
|
StyledHeader.displayName = "StyledHeader";
|
|
8617
8617
|
|
|
8618
|
-
var _excluded$
|
|
8618
|
+
var _excluded$p = ["className", "size", "children"];
|
|
8619
8619
|
var Header = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
8620
8620
|
var className = _ref.className,
|
|
8621
8621
|
_ref$size = _ref.size,
|
|
8622
8622
|
size = _ref$size === void 0 ? "small" : _ref$size,
|
|
8623
8623
|
children = _ref.children,
|
|
8624
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8624
|
+
rest = _objectWithoutProperties(_ref, _excluded$p);
|
|
8625
8625
|
|
|
8626
8626
|
return /*#__PURE__*/React__default["default"].createElement(StyledHeader, _extends({
|
|
8627
8627
|
type: "paper-2",
|
|
@@ -8638,7 +8638,7 @@
|
|
|
8638
8638
|
})(["white-space:pre-wrap;overflow-wrap:break-word;resize:none;"]);
|
|
8639
8639
|
StyledAutoResizeTextarea.displayName = "StyledAutoResizeTextarea";
|
|
8640
8640
|
|
|
8641
|
-
var _excluded$
|
|
8641
|
+
var _excluded$o = ["minRows", "maxRows", "lineHeight", "onChange", "className", "preventNewRowOnEnter", "cursorAtTextEnd", "onKeyDown", "value"];
|
|
8642
8642
|
var AutoResizeTextarea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
8643
8643
|
var _ref$minRows = _ref.minRows,
|
|
8644
8644
|
minRows = _ref$minRows === void 0 ? 1 : _ref$minRows,
|
|
@@ -8654,7 +8654,7 @@
|
|
|
8654
8654
|
cursorAtTextEnd = _ref$cursorAtTextEnd === void 0 ? false : _ref$cursorAtTextEnd,
|
|
8655
8655
|
onKeyDown = _ref.onKeyDown,
|
|
8656
8656
|
value = _ref.value,
|
|
8657
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8657
|
+
rest = _objectWithoutProperties(_ref, _excluded$o);
|
|
8658
8658
|
|
|
8659
8659
|
var innerRef = React.useRef(null);
|
|
8660
8660
|
|
|
@@ -8945,7 +8945,7 @@
|
|
|
8945
8945
|
});
|
|
8946
8946
|
StyledChoose.displayName = "StyledChoose";
|
|
8947
8947
|
|
|
8948
|
-
var _excluded$
|
|
8948
|
+
var _excluded$n = ["children", "disabled", "active", "className"];
|
|
8949
8949
|
|
|
8950
8950
|
/**
|
|
8951
8951
|
* Choose component
|
|
@@ -8957,7 +8957,7 @@
|
|
|
8957
8957
|
_ref$active = _ref.active,
|
|
8958
8958
|
active = _ref$active === void 0 ? false : _ref$active,
|
|
8959
8959
|
className = _ref.className,
|
|
8960
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
8960
|
+
args = _objectWithoutProperties(_ref, _excluded$n);
|
|
8961
8961
|
|
|
8962
8962
|
return /*#__PURE__*/React__default["default"].createElement(StyledChoose, _extends({
|
|
8963
8963
|
disabled: disabled,
|
|
@@ -9050,7 +9050,7 @@
|
|
|
9050
9050
|
StyledLinkElements.displayName = "StyledLinkElements";
|
|
9051
9051
|
StyledLink.displayName = "StyledLink";
|
|
9052
9052
|
|
|
9053
|
-
var _excluded$
|
|
9053
|
+
var _excluded$m = ["children", "className"];
|
|
9054
9054
|
|
|
9055
9055
|
/**
|
|
9056
9056
|
* Back link component
|
|
@@ -9058,7 +9058,7 @@
|
|
|
9058
9058
|
var BackLink = function BackLink(_ref) {
|
|
9059
9059
|
var children = _ref.children,
|
|
9060
9060
|
className = _ref.className,
|
|
9061
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
9061
|
+
args = _objectWithoutProperties(_ref, _excluded$m);
|
|
9062
9062
|
|
|
9063
9063
|
return /*#__PURE__*/React__default["default"].createElement(StyledBackLink, _extends({
|
|
9064
9064
|
className: classnames__default["default"]("c-back-link", className)
|
|
@@ -9066,7 +9066,7 @@
|
|
|
9066
9066
|
};
|
|
9067
9067
|
BackLink.displayName = "BackLink";
|
|
9068
9068
|
|
|
9069
|
-
var _excluded$
|
|
9069
|
+
var _excluded$l = ["children", "variant", "size", "disabled", "className"];
|
|
9070
9070
|
|
|
9071
9071
|
/**
|
|
9072
9072
|
* Link component
|
|
@@ -9079,7 +9079,7 @@
|
|
|
9079
9079
|
_ref$disabled = _ref.disabled,
|
|
9080
9080
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
9081
9081
|
className = _ref.className,
|
|
9082
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
9082
|
+
args = _objectWithoutProperties(_ref, _excluded$l);
|
|
9083
9083
|
|
|
9084
9084
|
return /*#__PURE__*/React__default["default"].createElement(StyledLink, _extends({
|
|
9085
9085
|
disabled: disabled,
|
|
@@ -9224,11 +9224,11 @@
|
|
|
9224
9224
|
});
|
|
9225
9225
|
Dialog.displayName = "Dialog";
|
|
9226
9226
|
|
|
9227
|
-
var _excluded$
|
|
9227
|
+
var _excluded$k = ["className", "children"];
|
|
9228
9228
|
var DialogContent = function DialogContent(_ref) {
|
|
9229
9229
|
var className = _ref.className,
|
|
9230
9230
|
children = _ref.children,
|
|
9231
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
9231
|
+
rest = _objectWithoutProperties(_ref, _excluded$k);
|
|
9232
9232
|
|
|
9233
9233
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogContent, _extends({
|
|
9234
9234
|
className: classnames__default["default"]("c-dialog-content", className)
|
|
@@ -9244,13 +9244,13 @@
|
|
|
9244
9244
|
};
|
|
9245
9245
|
DialogContentDivider.displayName = "DialogContentDivider";
|
|
9246
9246
|
|
|
9247
|
-
var _excluded$
|
|
9247
|
+
var _excluded$j = ["children", "className", "disableDefaultHeading"];
|
|
9248
9248
|
var DialogTitle = function DialogTitle(_ref) {
|
|
9249
9249
|
var children = _ref.children,
|
|
9250
9250
|
className = _ref.className,
|
|
9251
9251
|
_ref$disableDefaultHe = _ref.disableDefaultHeading,
|
|
9252
9252
|
disableDefaultHeading = _ref$disableDefaultHe === void 0 ? false : _ref$disableDefaultHe,
|
|
9253
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
9253
|
+
rest = _objectWithoutProperties(_ref, _excluded$j);
|
|
9254
9254
|
|
|
9255
9255
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogTitle, _extends({
|
|
9256
9256
|
className: classnames__default["default"]("c-dialog-title-wrapper", className)
|
|
@@ -9258,11 +9258,11 @@
|
|
|
9258
9258
|
};
|
|
9259
9259
|
DialogTitle.displayName = "DialogTitle";
|
|
9260
9260
|
|
|
9261
|
-
var _excluded$
|
|
9261
|
+
var _excluded$i = ["className", "children"];
|
|
9262
9262
|
var DialogActions = function DialogActions(_ref) {
|
|
9263
9263
|
var className = _ref.className,
|
|
9264
9264
|
children = _ref.children,
|
|
9265
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
9265
|
+
rest = _objectWithoutProperties(_ref, _excluded$i);
|
|
9266
9266
|
|
|
9267
9267
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogActions, _extends({
|
|
9268
9268
|
className: classnames__default["default"]("c-dialog-actions", className)
|
|
@@ -9472,7 +9472,7 @@
|
|
|
9472
9472
|
});
|
|
9473
9473
|
StyledPressed.displayName = "StyledPressed";
|
|
9474
9474
|
|
|
9475
|
-
var _excluded$
|
|
9475
|
+
var _excluded$h = ["children", "active", "className"];
|
|
9476
9476
|
|
|
9477
9477
|
/**
|
|
9478
9478
|
* Pressed wrapper for button component
|
|
@@ -9482,7 +9482,7 @@
|
|
|
9482
9482
|
_ref$active = _ref.active,
|
|
9483
9483
|
active = _ref$active === void 0 ? false : _ref$active,
|
|
9484
9484
|
className = _ref.className,
|
|
9485
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
9485
|
+
args = _objectWithoutProperties(_ref, _excluded$h);
|
|
9486
9486
|
|
|
9487
9487
|
return /*#__PURE__*/React__default["default"].createElement(StyledPressed, _extends({
|
|
9488
9488
|
active: active,
|
|
@@ -9968,7 +9968,7 @@
|
|
|
9968
9968
|
StyledToastMessage.displayName = "StyledToastMessage";
|
|
9969
9969
|
StyledCloseSmallIcon.displayName = "StyledCloseSmallIcon";
|
|
9970
9970
|
|
|
9971
|
-
var _excluded$
|
|
9971
|
+
var _excluded$g = ["text", "type", "onClose", "dismissible", "dropShadow", "timeout"];
|
|
9972
9972
|
var ToastMessage = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
9973
9973
|
var text = _ref.text,
|
|
9974
9974
|
type = _ref.type,
|
|
@@ -9979,7 +9979,7 @@
|
|
|
9979
9979
|
dropShadow = _ref$dropShadow === void 0 ? false : _ref$dropShadow,
|
|
9980
9980
|
_ref$timeout = _ref.timeout,
|
|
9981
9981
|
timeout = _ref$timeout === void 0 ? 0 : _ref$timeout,
|
|
9982
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
9982
|
+
rest = _objectWithoutProperties(_ref, _excluded$g);
|
|
9983
9983
|
|
|
9984
9984
|
var handleOnClose = React.useCallback(function () {
|
|
9985
9985
|
if (typeof onClose === "function") {
|
|
@@ -10004,7 +10004,7 @@
|
|
|
10004
10004
|
});
|
|
10005
10005
|
ToastMessage.displayName = "ToastMessage";
|
|
10006
10006
|
|
|
10007
|
-
var _excluded$
|
|
10007
|
+
var _excluded$f = ["in", "children", "style", "timeout"];
|
|
10008
10008
|
|
|
10009
10009
|
var defaultStyle$1 = function defaultStyle(duration) {
|
|
10010
10010
|
return {
|
|
@@ -10034,7 +10034,7 @@
|
|
|
10034
10034
|
style = _ref.style,
|
|
10035
10035
|
_ref$timeout = _ref.timeout,
|
|
10036
10036
|
timeout = _ref$timeout === void 0 ? 500 : _ref$timeout,
|
|
10037
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10037
|
+
rest = _objectWithoutProperties(_ref, _excluded$f);
|
|
10038
10038
|
|
|
10039
10039
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.Transition, _extends({
|
|
10040
10040
|
appear: true,
|
|
@@ -10050,7 +10050,7 @@
|
|
|
10050
10050
|
};
|
|
10051
10051
|
Fade.displayName = "Fade";
|
|
10052
10052
|
|
|
10053
|
-
var _excluded$
|
|
10053
|
+
var _excluded$e = ["in", "children", "style", "timeout", "initialDirection"];
|
|
10054
10054
|
var Slide = function Slide(_ref) {
|
|
10055
10055
|
var _ref$in = _ref.in,
|
|
10056
10056
|
inProp = _ref$in === void 0 ? false : _ref$in,
|
|
@@ -10060,7 +10060,7 @@
|
|
|
10060
10060
|
timeout = _ref$timeout === void 0 ? 300 : _ref$timeout,
|
|
10061
10061
|
_ref$initialDirection = _ref.initialDirection,
|
|
10062
10062
|
initialDirection = _ref$initialDirection === void 0 ? "left" : _ref$initialDirection,
|
|
10063
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10063
|
+
rest = _objectWithoutProperties(_ref, _excluded$e);
|
|
10064
10064
|
|
|
10065
10065
|
var directionSign;
|
|
10066
10066
|
|
|
@@ -10120,12 +10120,12 @@
|
|
|
10120
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;}"]);
|
|
10121
10121
|
});
|
|
10122
10122
|
|
|
10123
|
-
var _excluded$
|
|
10123
|
+
var _excluded$d = ["children", "direction"];
|
|
10124
10124
|
var SlideLeftRightTransition = function SlideLeftRightTransition(_ref) {
|
|
10125
10125
|
var children = _ref.children,
|
|
10126
10126
|
_ref$direction = _ref.direction,
|
|
10127
10127
|
direction = _ref$direction === void 0 ? "left" : _ref$direction,
|
|
10128
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10128
|
+
props = _objectWithoutProperties(_ref, _excluded$d);
|
|
10129
10129
|
|
|
10130
10130
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.CSSTransition, _extends({
|
|
10131
10131
|
timeout: 200,
|
|
@@ -10169,7 +10169,7 @@
|
|
|
10169
10169
|
};
|
|
10170
10170
|
ResizeTransition.displayName = "ResizeTransition";
|
|
10171
10171
|
|
|
10172
|
-
var _excluded$
|
|
10172
|
+
var _excluded$c = ["in", "children", "style", "timeout"];
|
|
10173
10173
|
|
|
10174
10174
|
var defaultStyle = function defaultStyle(duration) {
|
|
10175
10175
|
return {
|
|
@@ -10205,7 +10205,7 @@
|
|
|
10205
10205
|
style = _ref.style,
|
|
10206
10206
|
_ref$timeout = _ref.timeout,
|
|
10207
10207
|
timeout = _ref$timeout === void 0 ? 200 : _ref$timeout,
|
|
10208
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10208
|
+
rest = _objectWithoutProperties(_ref, _excluded$c);
|
|
10209
10209
|
|
|
10210
10210
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.Transition, _extends({
|
|
10211
10211
|
appear: true,
|
|
@@ -10280,7 +10280,7 @@
|
|
|
10280
10280
|
});
|
|
10281
10281
|
StyledValueButton.displayName = "StyledValueButton";
|
|
10282
10282
|
|
|
10283
|
-
var _excluded$
|
|
10283
|
+
var _excluded$b = ["active", "alwaysShowIcon", "icon", "label", "value"];
|
|
10284
10284
|
var ValueButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10285
10285
|
var _ref$active = _ref.active,
|
|
10286
10286
|
active = _ref$active === void 0 ? false : _ref$active,
|
|
@@ -10289,7 +10289,7 @@
|
|
|
10289
10289
|
icon = _ref.icon,
|
|
10290
10290
|
label = _ref.label,
|
|
10291
10291
|
value = _ref.value,
|
|
10292
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
10292
|
+
args = _objectWithoutProperties(_ref, _excluded$b);
|
|
10293
10293
|
|
|
10294
10294
|
return /*#__PURE__*/React__default["default"].createElement(StyledValueButton, _extends({
|
|
10295
10295
|
className: "c-value-button"
|
|
@@ -10319,12 +10319,12 @@
|
|
|
10319
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;}"]);
|
|
10320
10320
|
StyledButton.displayName = "StyledButton";
|
|
10321
10321
|
|
|
10322
|
-
var _excluded$
|
|
10322
|
+
var _excluded$a = ["children", "type"];
|
|
10323
10323
|
var Trigger = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10324
10324
|
var children = _ref.children,
|
|
10325
10325
|
_ref$type = _ref.type,
|
|
10326
10326
|
type = _ref$type === void 0 ? "button" : _ref$type,
|
|
10327
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10327
|
+
rest = _objectWithoutProperties(_ref, _excluded$a);
|
|
10328
10328
|
|
|
10329
10329
|
return /*#__PURE__*/React__default["default"].createElement(StyledButton, _extends({
|
|
10330
10330
|
ref: ref,
|
|
@@ -10368,7 +10368,7 @@
|
|
|
10368
10368
|
})(["transform:rotate(180deg);margin-left:8px;flex-shrink:0;"]);
|
|
10369
10369
|
StyledCaretIcon.displayName = "StyledCaretIcon";
|
|
10370
10370
|
|
|
10371
|
-
var _excluded$
|
|
10371
|
+
var _excluded$9 = ["children", "type", "size", "invalid", "endAdornment"];
|
|
10372
10372
|
var SelectTrigger = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10373
10373
|
var children = _ref.children,
|
|
10374
10374
|
_ref$type = _ref.type,
|
|
@@ -10378,7 +10378,7 @@
|
|
|
10378
10378
|
_ref$invalid = _ref.invalid,
|
|
10379
10379
|
invalid = _ref$invalid === void 0 ? false : _ref$invalid,
|
|
10380
10380
|
endAdornment = _ref.endAdornment,
|
|
10381
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10381
|
+
rest = _objectWithoutProperties(_ref, _excluded$9);
|
|
10382
10382
|
|
|
10383
10383
|
return /*#__PURE__*/React__default["default"].createElement(StyledSelectTrigger, _extends({
|
|
10384
10384
|
ref: ref,
|
|
@@ -10424,11 +10424,11 @@
|
|
|
10424
10424
|
});
|
|
10425
10425
|
StyledToggle.displayName = "StyledToggle";
|
|
10426
10426
|
|
|
10427
|
-
var _excluded$
|
|
10427
|
+
var _excluded$8 = ["hovered", "className"];
|
|
10428
10428
|
var Toggle = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10429
10429
|
var hovered = _ref.hovered,
|
|
10430
10430
|
className = _ref.className,
|
|
10431
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
10431
|
+
args = _objectWithoutProperties(_ref, _excluded$8);
|
|
10432
10432
|
|
|
10433
10433
|
return /*#__PURE__*/React__default["default"].createElement(StyledToggle, {
|
|
10434
10434
|
className: classnames__default["default"]("c-toggle", className),
|
|
@@ -10568,14 +10568,14 @@
|
|
|
10568
10568
|
});
|
|
10569
10569
|
ChipCloseIcon.displayName = "ChipCloseIcon";
|
|
10570
10570
|
|
|
10571
|
-
var _excluded$
|
|
10571
|
+
var _excluded$7 = ["leftAdornment", "label", "onClose", "size"];
|
|
10572
10572
|
var Chip = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10573
10573
|
var leftAdornment = _ref.leftAdornment,
|
|
10574
10574
|
label = _ref.label,
|
|
10575
10575
|
onClose = _ref.onClose,
|
|
10576
10576
|
_ref$size = _ref.size,
|
|
10577
10577
|
size = _ref$size === void 0 ? "regular" : _ref$size,
|
|
10578
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
10578
|
+
rest = _objectWithoutProperties(_ref, _excluded$7);
|
|
10579
10579
|
|
|
10580
10580
|
var showClose = typeof onClose === "function";
|
|
10581
10581
|
var variant = React.useMemo(function () {
|
|
@@ -10633,7 +10633,7 @@
|
|
|
10633
10633
|
[ref, handler]);
|
|
10634
10634
|
}
|
|
10635
10635
|
|
|
10636
|
-
var _excluded$
|
|
10636
|
+
var _excluded$6 = ["options", "selected", "loading", "loadingText", "onChange", "placeholder", "handleEmptyAction", "disabled", "size", "invalid", "type", "renderChip", "forceCloseMenu", "renderOption", "limitChips", "hiddenNumberText"];
|
|
10637
10637
|
var ComboBox = function ComboBox(_ref) {
|
|
10638
10638
|
var _comboBoxRef$current;
|
|
10639
10639
|
|
|
@@ -10661,7 +10661,7 @@
|
|
|
10661
10661
|
_ref$limitChips = _ref.limitChips,
|
|
10662
10662
|
limitChips = _ref$limitChips === void 0 ? 2 : _ref$limitChips,
|
|
10663
10663
|
hiddenNumberText = _ref.hiddenNumberText,
|
|
10664
|
-
prop = _objectWithoutProperties(_ref, _excluded$
|
|
10664
|
+
prop = _objectWithoutProperties(_ref, _excluded$6);
|
|
10665
10665
|
|
|
10666
10666
|
var selectedName = React.useMemo(function () {
|
|
10667
10667
|
var value = "";
|
|
@@ -11001,6 +11001,37 @@
|
|
|
11001
11001
|
componentId: "sc-uvsz9l-3"
|
|
11002
11002
|
})(["display:flex;justify-content:center;"]);
|
|
11003
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;box-sizing:content-box;"]);
|
|
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
|
+
|
|
11004
11035
|
var StyledProgressBar = styled__default["default"].div.withConfig({
|
|
11005
11036
|
displayName: "Styles__StyledProgressBar",
|
|
11006
11037
|
componentId: "sc-k5nm08-0"
|
|
@@ -12106,6 +12137,7 @@
|
|
|
12106
12137
|
exports.ActivityIcon = ActivityIcon$1;
|
|
12107
12138
|
exports.AddCrossIcon = AddCrossIcon$1;
|
|
12108
12139
|
exports.AddCrossTinyIcon = AddCrossTinyIcon$1;
|
|
12140
|
+
exports.AddToListButton = AddToListButton;
|
|
12109
12141
|
exports.ApplauseIcon = ApplauseIcon$1;
|
|
12110
12142
|
exports.ArrowCollapseMultipleIcon = ArrowCollapseMultipleIcon$1;
|
|
12111
12143
|
exports.ArrowDownLongIcon = ArrowDownLongIcon$1;
|