@activecollab/components 1.0.27 → 1.0.31
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/GlobalStyle.js +1 -1
- package/dist/cjs/components/GlobalStyle.js.map +1 -1
- package/dist/cjs/components/Icons/collection/CollapsIcon.js +31 -0
- package/dist/cjs/components/Icons/collection/CollapsIcon.js.map +1 -0
- package/dist/cjs/components/Icons/collection/ReportTime.js +31 -0
- package/dist/cjs/components/Icons/collection/ReportTime.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +16 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/cjs/components/Paper/Paper.js +2 -2
- package/dist/cjs/components/Paper/Paper.js.map +1 -1
- package/dist/cjs/components/Transitions/Fade/Fade.js +14 -8
- package/dist/cjs/components/Transitions/Fade/Fade.js.map +1 -1
- package/dist/cjs/components/Transitions/Reveal/Reveal.js +14 -8
- package/dist/cjs/components/Transitions/Reveal/Reveal.js.map +1 -1
- package/dist/esm/components/GlobalStyle.js +1 -1
- package/dist/esm/components/GlobalStyle.js.map +1 -1
- package/dist/esm/components/Icons/collection/CollapsIcon.d.ts +4 -0
- package/dist/esm/components/Icons/collection/CollapsIcon.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/CollapsIcon.js +18 -0
- package/dist/esm/components/Icons/collection/CollapsIcon.js.map +1 -0
- package/dist/esm/components/Icons/collection/ReportTime.d.ts +4 -0
- package/dist/esm/components/Icons/collection/ReportTime.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/ReportTime.js +18 -0
- package/dist/esm/components/Icons/collection/ReportTime.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +2 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +2 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/components/Paper/Paper.js +2 -2
- package/dist/esm/components/Paper/Paper.js.map +1 -1
- package/dist/esm/components/Transitions/Fade/Fade.d.ts.map +1 -1
- package/dist/esm/components/Transitions/Fade/Fade.js +8 -8
- package/dist/esm/components/Transitions/Fade/Fade.js.map +1 -1
- package/dist/esm/components/Transitions/Reveal/Reveal.d.ts.map +1 -1
- package/dist/esm/components/Transitions/Reveal/Reveal.js +8 -8
- package/dist/esm/components/Transitions/Reveal/Reveal.js.map +1 -1
- package/dist/index.js +159 -125
- 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$V = ["children", "variant", "size", "disabled", "className"];
|
|
318
318
|
|
|
319
319
|
/**
|
|
320
320
|
* Button component
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
_ref$disabled = _ref.disabled,
|
|
328
328
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
329
329
|
className = _ref.className,
|
|
330
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
330
|
+
args = _objectWithoutProperties(_ref, _excluded$V);
|
|
331
331
|
|
|
332
332
|
return /*#__PURE__*/React__default["default"].createElement(StyledButton$1, _extends({
|
|
333
333
|
disabled: disabled,
|
|
@@ -380,12 +380,12 @@
|
|
|
380
380
|
})(["svg{fill:var(--color-theme-100);}&:hover svg{transform:rotate(90deg);transition:ease 0.3s;}"]);
|
|
381
381
|
StyledGlobalAddButton.displayName = "StyledGlobalAddButton";
|
|
382
382
|
|
|
383
|
-
var _excluded$
|
|
383
|
+
var _excluded$U = ["className", "disabled"];
|
|
384
384
|
var GlobalAddButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
385
385
|
var className = _ref.className,
|
|
386
386
|
_ref$disabled = _ref.disabled,
|
|
387
387
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
388
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
388
|
+
rest = _objectWithoutProperties(_ref, _excluded$U);
|
|
389
389
|
|
|
390
390
|
return /*#__PURE__*/React__default["default"].createElement(StyledGlobalAddButton, _extends({
|
|
391
391
|
ref: ref,
|
|
@@ -418,11 +418,11 @@
|
|
|
418
418
|
});
|
|
419
419
|
StyledButtonGroup$1.displayName = "StyledButtonGroup";
|
|
420
420
|
|
|
421
|
-
var _excluded$
|
|
421
|
+
var _excluded$T = ["children", "className"];
|
|
422
422
|
var ButtonGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
423
423
|
var children = _ref.children,
|
|
424
424
|
className = _ref.className,
|
|
425
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
425
|
+
rest = _objectWithoutProperties(_ref, _excluded$T);
|
|
426
426
|
|
|
427
427
|
return /*#__PURE__*/React__default["default"].createElement(StyledButtonGroup$1, _extends({
|
|
428
428
|
ref: ref,
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
}, [refA, refB]);
|
|
449
449
|
}
|
|
450
450
|
|
|
451
|
-
var _excluded$
|
|
451
|
+
var _excluded$S = ["children", "anchorEl", "open", "style", "transition", "placement"];
|
|
452
452
|
var Popper = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
453
453
|
var children = _ref.children,
|
|
454
454
|
anchorEl = _ref.anchorEl,
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
transition = _ref$transition === void 0 ? false : _ref$transition,
|
|
460
460
|
_ref$placement = _ref.placement,
|
|
461
461
|
initialPlacement = _ref$placement === void 0 ? "bottom" : _ref$placement,
|
|
462
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
462
|
+
rest = _objectWithoutProperties(_ref, _excluded$S);
|
|
463
463
|
|
|
464
464
|
var _useState = React.useState(true),
|
|
465
465
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -631,11 +631,11 @@
|
|
|
631
631
|
return props.$isLight && styled.css(["background-color:var(--page-paper-main);box-shadow:var(--shadow-secondary);color:var(--color-theme-700);"]);
|
|
632
632
|
});
|
|
633
633
|
|
|
634
|
-
var _excluded$
|
|
634
|
+
var _excluded$R = ["children"];
|
|
635
635
|
|
|
636
636
|
var TooltipAnimation = function TooltipAnimation(_ref) {
|
|
637
637
|
var children = _ref.children,
|
|
638
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
638
|
+
props = _objectWithoutProperties(_ref, _excluded$R);
|
|
639
639
|
|
|
640
640
|
return /*#__PURE__*/React__default["default"].createElement(FromElement, _extends({
|
|
641
641
|
timeout: 0
|
|
@@ -855,7 +855,7 @@
|
|
|
855
855
|
});
|
|
856
856
|
StyledTypography.displayName = "StyledTypography";
|
|
857
857
|
|
|
858
|
-
var _excluded$
|
|
858
|
+
var _excluded$Q = ["variant", "Tag", "color", "italic", "tabularNums", "letterSpacing", "lineHeight", "align", "decoration", "transform", "overflow", "whitespace", "wordBreak", "weight", "className", "children"];
|
|
859
859
|
var Typography = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
860
860
|
var _ref$variant = _ref.variant,
|
|
861
861
|
variant = _ref$variant === void 0 ? "Title 1" : _ref$variant,
|
|
@@ -887,7 +887,7 @@
|
|
|
887
887
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
888
888
|
className = _ref.className,
|
|
889
889
|
children = _ref.children,
|
|
890
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
890
|
+
props = _objectWithoutProperties(_ref, _excluded$Q);
|
|
891
891
|
|
|
892
892
|
var innerRef = React.useRef(null);
|
|
893
893
|
var handleRef = useForkRef(ref, innerRef);
|
|
@@ -912,12 +912,12 @@
|
|
|
912
912
|
});
|
|
913
913
|
Typography.displayName = "Typography";
|
|
914
914
|
|
|
915
|
-
var _excluded$
|
|
915
|
+
var _excluded$P = ["weight", "children"];
|
|
916
916
|
var Body2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
917
917
|
var _ref$weight = _ref.weight,
|
|
918
918
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
919
919
|
children = _ref.children,
|
|
920
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
920
|
+
props = _objectWithoutProperties(_ref, _excluded$P);
|
|
921
921
|
|
|
922
922
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
923
923
|
variant: "Body 2",
|
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
});
|
|
959
959
|
StyledCounterButtonLabel.displayName = "StyledCounterButtonLabel";
|
|
960
960
|
|
|
961
|
-
var _excluded$
|
|
961
|
+
var _excluded$O = ["label", "icon", "active", "counter", "tooltipText", "onClearAll", "className"];
|
|
962
962
|
var CounterButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
963
963
|
var label = _ref.label,
|
|
964
964
|
icon = _ref.icon,
|
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
tooltipText = _ref.tooltipText,
|
|
969
969
|
onClearAll = _ref.onClearAll,
|
|
970
970
|
className = _ref.className,
|
|
971
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
971
|
+
args = _objectWithoutProperties(_ref, _excluded$O);
|
|
972
972
|
|
|
973
973
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
974
974
|
className: classnames__default["default"]("tw-flex ac-font box-sizing", className)
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
StyledDatePicker.displayName = "StyledDatePicker";
|
|
1339
1339
|
StyledDayPicker.displayName = "StyledDayPicker";
|
|
1340
1340
|
|
|
1341
|
-
var _excluded$
|
|
1341
|
+
var _excluded$N = ["className", "onChange", "onDayClick", "selectedDays", "disabledDays", "selectionMode", "month", "onMonthChange", "dateRequired", "firstDayOfWeek", "fixedWeeks", "modifiers"];
|
|
1342
1342
|
var DatePicker = function DatePicker(_ref) {
|
|
1343
1343
|
var className = _ref.className,
|
|
1344
1344
|
onChange = _ref.onChange,
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
_ref$fixedWeeks = _ref.fixedWeeks,
|
|
1361
1361
|
fixedWeeks = _ref$fixedWeeks === void 0 ? true : _ref$fixedWeeks,
|
|
1362
1362
|
defaultModifiers = _ref.modifiers,
|
|
1363
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
1363
|
+
rest = _objectWithoutProperties(_ref, _excluded$N);
|
|
1364
1364
|
|
|
1365
1365
|
var _useState = React.useState(),
|
|
1366
1366
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -1703,10 +1703,10 @@
|
|
|
1703
1703
|
})(["position:fixed;top:0;right:0;bottom:0;left:0;"]);
|
|
1704
1704
|
StyledOverlay.displayName = "StyledOverlay";
|
|
1705
1705
|
|
|
1706
|
-
var _excluded$
|
|
1706
|
+
var _excluded$M = ["className"];
|
|
1707
1707
|
var Overlay = function Overlay(_ref) {
|
|
1708
1708
|
var className = _ref.className,
|
|
1709
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
1709
|
+
rest = _objectWithoutProperties(_ref, _excluded$M);
|
|
1710
1710
|
|
|
1711
1711
|
return /*#__PURE__*/React__default["default"].createElement(StyledOverlay, _extends({
|
|
1712
1712
|
className: classnames__default["default"]("c-overlay", className)
|
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
})(["", " ", " position:fixed;top:0;right:0;bottom:0;left:0;"], FontStyle, BoxSizingStyle);
|
|
1721
1721
|
StyledWindow.displayName = "StyledWindow";
|
|
1722
1722
|
|
|
1723
|
-
var _excluded$
|
|
1723
|
+
var _excluded$L = ["children", "onClose", "className", "style", "onKeyDown", "disableFocusLock", "disableScrollLock"];
|
|
1724
1724
|
var returnFocus = {
|
|
1725
1725
|
preventScroll: true
|
|
1726
1726
|
};
|
|
@@ -1734,7 +1734,7 @@
|
|
|
1734
1734
|
disableFocusLock = _ref$disableFocusLock === void 0 ? false : _ref$disableFocusLock,
|
|
1735
1735
|
_ref$disableScrollLoc = _ref.disableScrollLock,
|
|
1736
1736
|
disableScrollLock = _ref$disableScrollLoc === void 0 ? false : _ref$disableScrollLoc,
|
|
1737
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
1737
|
+
rest = _objectWithoutProperties(_ref, _excluded$L);
|
|
1738
1738
|
|
|
1739
1739
|
var innerRef = React.useRef(null);
|
|
1740
1740
|
var handleRef = useForkRef(innerRef, ref);
|
|
@@ -1800,7 +1800,7 @@
|
|
|
1800
1800
|
}, FontStyle, BoxSizingStyle);
|
|
1801
1801
|
StyledBubble.displayName = "StyledBubble";
|
|
1802
1802
|
|
|
1803
|
-
var _excluded$
|
|
1803
|
+
var _excluded$K = ["children", "className", "innerRef", "style"];
|
|
1804
1804
|
var Bubble = function Bubble(_ref) {
|
|
1805
1805
|
var children = _ref.children,
|
|
1806
1806
|
className = _ref.className,
|
|
@@ -1808,7 +1808,7 @@
|
|
|
1808
1808
|
innerRef = _ref$innerRef === void 0 ? null : _ref$innerRef,
|
|
1809
1809
|
_ref$style = _ref.style,
|
|
1810
1810
|
style = _ref$style === void 0 ? {} : _ref$style,
|
|
1811
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
1811
|
+
rest = _objectWithoutProperties(_ref, _excluded$K);
|
|
1812
1812
|
|
|
1813
1813
|
return /*#__PURE__*/React__default["default"].createElement(StyledBubble, _extends({}, rest, {
|
|
1814
1814
|
ref: innerRef,
|
|
@@ -1951,13 +1951,13 @@
|
|
|
1951
1951
|
};
|
|
1952
1952
|
Menu.displayName = "Menu";
|
|
1953
1953
|
|
|
1954
|
-
var _excluded$
|
|
1954
|
+
var _excluded$J = ["title", "className", "leftElement", "rightElement"];
|
|
1955
1955
|
var MenuHeader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1956
1956
|
var title = _ref.title,
|
|
1957
1957
|
className = _ref.className,
|
|
1958
1958
|
leftElement = _ref.leftElement,
|
|
1959
1959
|
rightElement = _ref.rightElement,
|
|
1960
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1960
|
+
props = _objectWithoutProperties(_ref, _excluded$J);
|
|
1961
1961
|
|
|
1962
1962
|
return /*#__PURE__*/React__default["default"].createElement(StyledMenuHeader, _extends({}, props, {
|
|
1963
1963
|
className: classnames__default["default"]("c-menu-header", className),
|
|
@@ -1980,11 +1980,11 @@
|
|
|
1980
1980
|
});
|
|
1981
1981
|
MenuHeader.displayName = "MenuHeader";
|
|
1982
1982
|
|
|
1983
|
-
var _excluded$
|
|
1983
|
+
var _excluded$I = ["children", "className"];
|
|
1984
1984
|
var MenuFooter = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1985
1985
|
var children = _ref.children,
|
|
1986
1986
|
className = _ref.className,
|
|
1987
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1987
|
+
props = _objectWithoutProperties(_ref, _excluded$I);
|
|
1988
1988
|
|
|
1989
1989
|
return /*#__PURE__*/React__default["default"].createElement(StyledMenuFooter, _extends({}, props, {
|
|
1990
1990
|
className: classnames__default["default"]("c-menu-footer", className),
|
|
@@ -2652,7 +2652,7 @@
|
|
|
2652
2652
|
SortIcon.displayName = "SortIcon";
|
|
2653
2653
|
var SortIcon$1 = SortIcon;
|
|
2654
2654
|
|
|
2655
|
-
var _excluded$
|
|
2655
|
+
var _excluded$H = ["header", "rows", "className", "sortBy", "sortDirection", "onSortCallback", "theadClass", "noResultsCallback", "groupBy", "groupHead", "isCollapsible", "emptyValue"];
|
|
2656
2656
|
exports.SortDirection = void 0;
|
|
2657
2657
|
|
|
2658
2658
|
(function (SortDirection) {
|
|
@@ -2702,7 +2702,7 @@
|
|
|
2702
2702
|
} : _ref$groupHead,
|
|
2703
2703
|
isCollapsible = _ref.isCollapsible,
|
|
2704
2704
|
emptyValue = _ref.emptyValue,
|
|
2705
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
2705
|
+
args = _objectWithoutProperties(_ref, _excluded$H);
|
|
2706
2706
|
|
|
2707
2707
|
var _useState = React.useState(sortDirection),
|
|
2708
2708
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -3116,7 +3116,7 @@
|
|
|
3116
3116
|
});
|
|
3117
3117
|
StyledPaper.displayName = "StyledPaper";
|
|
3118
3118
|
|
|
3119
|
-
var _excluded$
|
|
3119
|
+
var _excluded$G = ["children", "className", "type", "hover", "useOptimizedShadow"];
|
|
3120
3120
|
|
|
3121
3121
|
/**
|
|
3122
3122
|
* This is a component description and should sit directly above your component
|
|
@@ -3130,14 +3130,14 @@
|
|
|
3130
3130
|
hover = _ref$hover === void 0 ? false : _ref$hover,
|
|
3131
3131
|
_ref$useOptimizedShad = _ref.useOptimizedShadow,
|
|
3132
3132
|
useOptimizedShadow = _ref$useOptimizedShad === void 0 ? false : _ref$useOptimizedShad,
|
|
3133
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
3133
|
+
rest = _objectWithoutProperties(_ref, _excluded$G);
|
|
3134
3134
|
|
|
3135
3135
|
return /*#__PURE__*/React__default["default"].createElement(StyledPaper, _extends({
|
|
3136
3136
|
className: classnames__default["default"](className, {
|
|
3137
|
-
"ac-shadow--
|
|
3137
|
+
"ac-shadow--raised--lg": !useOptimizedShadow && hover && type === "paper-1",
|
|
3138
3138
|
"ac-shadow-optimized--lg": useOptimizedShadow && hover && type === "paper-1",
|
|
3139
3139
|
"ac-shadow--lg": !hover && type === "paper-1",
|
|
3140
|
-
"ac-shadow--
|
|
3140
|
+
"ac-shadow--raised--sm": !useOptimizedShadow && hover && type === "paper-2" || !useOptimizedShadow && hover && type === "paper-3",
|
|
3141
3141
|
"ac-shadow-optimized--sm": useOptimizedShadow && hover && type === "paper-2" || useOptimizedShadow && hover && type === "paper-3",
|
|
3142
3142
|
"ac-shadow--sm": !hover && type === "paper-2" || !hover && type === "paper-3"
|
|
3143
3143
|
}),
|
|
@@ -3184,7 +3184,7 @@
|
|
|
3184
3184
|
});
|
|
3185
3185
|
StyledCard.displayName = "StyledCard";
|
|
3186
3186
|
|
|
3187
|
-
var _excluded$
|
|
3187
|
+
var _excluded$F = ["children", "className", "hoverable", "paperType"];
|
|
3188
3188
|
var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3189
3189
|
var children = _ref.children,
|
|
3190
3190
|
className = _ref.className,
|
|
@@ -3192,7 +3192,7 @@
|
|
|
3192
3192
|
hoverable = _ref$hoverable === void 0 ? false : _ref$hoverable,
|
|
3193
3193
|
_ref$paperType = _ref.paperType,
|
|
3194
3194
|
paperType = _ref$paperType === void 0 ? "paper-2" : _ref$paperType,
|
|
3195
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
3195
|
+
rest = _objectWithoutProperties(_ref, _excluded$F);
|
|
3196
3196
|
|
|
3197
3197
|
return /*#__PURE__*/React__default["default"].createElement(StyledCard, _extends({}, rest, {
|
|
3198
3198
|
type: paperType,
|
|
@@ -3285,12 +3285,12 @@
|
|
|
3285
3285
|
});
|
|
3286
3286
|
EntityCard.displayName = "EntityCard";
|
|
3287
3287
|
|
|
3288
|
-
var _excluded$
|
|
3288
|
+
var _excluded$E = ["weight", "children"];
|
|
3289
3289
|
var Title1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3290
3290
|
var _ref$weight = _ref.weight,
|
|
3291
3291
|
weight = _ref$weight === void 0 ? "light" : _ref$weight,
|
|
3292
3292
|
children = _ref.children,
|
|
3293
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3293
|
+
props = _objectWithoutProperties(_ref, _excluded$E);
|
|
3294
3294
|
|
|
3295
3295
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
3296
3296
|
weight: weight,
|
|
@@ -3300,10 +3300,10 @@
|
|
|
3300
3300
|
});
|
|
3301
3301
|
Title1.displayName = "Title1";
|
|
3302
3302
|
|
|
3303
|
-
var _excluded$
|
|
3303
|
+
var _excluded$D = ["children"];
|
|
3304
3304
|
var Header2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3305
3305
|
var children = _ref.children,
|
|
3306
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3306
|
+
props = _objectWithoutProperties(_ref, _excluded$D);
|
|
3307
3307
|
|
|
3308
3308
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
3309
3309
|
weight: "bold",
|
|
@@ -3313,10 +3313,10 @@
|
|
|
3313
3313
|
});
|
|
3314
3314
|
Header2.displayName = "Header2";
|
|
3315
3315
|
|
|
3316
|
-
var _excluded$
|
|
3316
|
+
var _excluded$C = ["children"];
|
|
3317
3317
|
var Header3 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3318
3318
|
var children = _ref.children,
|
|
3319
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3319
|
+
props = _objectWithoutProperties(_ref, _excluded$C);
|
|
3320
3320
|
|
|
3321
3321
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
3322
3322
|
weight: "bold",
|
|
@@ -3326,12 +3326,12 @@
|
|
|
3326
3326
|
});
|
|
3327
3327
|
Header3.displayName = "Header3";
|
|
3328
3328
|
|
|
3329
|
-
var _excluded$
|
|
3329
|
+
var _excluded$B = ["weight", "children"];
|
|
3330
3330
|
var Body1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3331
3331
|
var _ref$weight = _ref.weight,
|
|
3332
3332
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
3333
3333
|
children = _ref.children,
|
|
3334
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3334
|
+
props = _objectWithoutProperties(_ref, _excluded$B);
|
|
3335
3335
|
|
|
3336
3336
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
3337
3337
|
variant: "Body 1",
|
|
@@ -3341,12 +3341,12 @@
|
|
|
3341
3341
|
});
|
|
3342
3342
|
Body1.displayName = "Body1";
|
|
3343
3343
|
|
|
3344
|
-
var _excluded$
|
|
3344
|
+
var _excluded$A = ["weight", "children"];
|
|
3345
3345
|
var Caption1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3346
3346
|
var _ref$weight = _ref.weight,
|
|
3347
3347
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
3348
3348
|
children = _ref.children,
|
|
3349
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3349
|
+
props = _objectWithoutProperties(_ref, _excluded$A);
|
|
3350
3350
|
|
|
3351
3351
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
3352
3352
|
variant: "Caption 1",
|
|
@@ -3356,12 +3356,12 @@
|
|
|
3356
3356
|
});
|
|
3357
3357
|
Caption1.displayName = "Caption1";
|
|
3358
3358
|
|
|
3359
|
-
var _excluded$
|
|
3359
|
+
var _excluded$z = ["weight", "children"];
|
|
3360
3360
|
var Caption2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3361
3361
|
var _ref$weight = _ref.weight,
|
|
3362
3362
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
3363
3363
|
children = _ref.children,
|
|
3364
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3364
|
+
props = _objectWithoutProperties(_ref, _excluded$z);
|
|
3365
3365
|
|
|
3366
3366
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
3367
3367
|
variant: "Caption 2",
|
|
@@ -3480,7 +3480,7 @@
|
|
|
3480
3480
|
"borderRadius": "9999px"
|
|
3481
3481
|
});
|
|
3482
3482
|
|
|
3483
|
-
var _excluded$
|
|
3483
|
+
var _excluded$y = ["url", "alt", "size", "className"];
|
|
3484
3484
|
var Avatar = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3485
3485
|
var url = _ref.url,
|
|
3486
3486
|
_ref$alt = _ref.alt,
|
|
@@ -3488,7 +3488,7 @@
|
|
|
3488
3488
|
_ref$size = _ref.size,
|
|
3489
3489
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3490
3490
|
className = _ref.className,
|
|
3491
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
3491
|
+
rest = _objectWithoutProperties(_ref, _excluded$y);
|
|
3492
3492
|
|
|
3493
3493
|
return /*#__PURE__*/React__default["default"].createElement(StyledAvatar, _extends({}, rest, {
|
|
3494
3494
|
ref: ref,
|
|
@@ -3535,7 +3535,7 @@
|
|
|
3535
3535
|
});
|
|
3536
3536
|
StyledLabelText.displayName = "StyledLabelText";
|
|
3537
3537
|
|
|
3538
|
-
var _excluded$
|
|
3538
|
+
var _excluded$x = ["name", "color", "showText", "showDot", "className"];
|
|
3539
3539
|
var Label = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3540
3540
|
var name = _ref.name,
|
|
3541
3541
|
color = _ref.color,
|
|
@@ -3544,7 +3544,7 @@
|
|
|
3544
3544
|
_ref$showDot = _ref.showDot,
|
|
3545
3545
|
showDot = _ref$showDot === void 0 ? true : _ref$showDot,
|
|
3546
3546
|
className = _ref.className,
|
|
3547
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
3547
|
+
rest = _objectWithoutProperties(_ref, _excluded$x);
|
|
3548
3548
|
|
|
3549
3549
|
return /*#__PURE__*/React__default["default"].createElement(StyledLabel$1, _extends({
|
|
3550
3550
|
className: classnames__default["default"]("c-label", className),
|
|
@@ -3564,10 +3564,10 @@
|
|
|
3564
3564
|
componentId: "sc-x4ge7a-0"
|
|
3565
3565
|
})(["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);
|
|
3566
3566
|
|
|
3567
|
-
var _excluded$
|
|
3567
|
+
var _excluded$w = ["className"];
|
|
3568
3568
|
var LinearLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3569
3569
|
var className = _ref.className,
|
|
3570
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
3570
|
+
rest = _objectWithoutProperties(_ref, _excluded$w);
|
|
3571
3571
|
|
|
3572
3572
|
return /*#__PURE__*/React__default["default"].createElement(StyledLinearLoader, _extends({
|
|
3573
3573
|
ref: ref,
|
|
@@ -3582,10 +3582,10 @@
|
|
|
3582
3582
|
componentId: "sc-1f35d5h-0"
|
|
3583
3583
|
})(["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);
|
|
3584
3584
|
|
|
3585
|
-
var _excluded$
|
|
3585
|
+
var _excluded$v = ["className"];
|
|
3586
3586
|
var DotsLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3587
3587
|
var className = _ref.className,
|
|
3588
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
3588
|
+
rest = _objectWithoutProperties(_ref, _excluded$v);
|
|
3589
3589
|
|
|
3590
3590
|
return /*#__PURE__*/React__default["default"].createElement(StyledDotsLoader, _extends({
|
|
3591
3591
|
ref: ref,
|
|
@@ -3601,10 +3601,10 @@
|
|
|
3601
3601
|
componentId: "sc-1ht53g9-0"
|
|
3602
3602
|
})(["position:relative;width:20px;&:before{content:\"\";display:block;padding-top:100%;}svg{animation:", " 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;circle{stroke-dasharray:1,200;stroke-dashoffset:0;stroke:var(--color-theme-600);animation:", " 1.5s ease-in-out infinite;stroke-linecap:round;}}"], rotateAnimation, dashAnimation);
|
|
3603
3603
|
|
|
3604
|
-
var _excluded$
|
|
3604
|
+
var _excluded$u = ["className"];
|
|
3605
3605
|
var SpinnerLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3606
3606
|
var className = _ref.className,
|
|
3607
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
3607
|
+
rest = _objectWithoutProperties(_ref, _excluded$u);
|
|
3608
3608
|
|
|
3609
3609
|
return /*#__PURE__*/React__default["default"].createElement(StyledSpinnerLoader, _extends({
|
|
3610
3610
|
ref: ref,
|
|
@@ -3666,7 +3666,7 @@
|
|
|
3666
3666
|
}, StyledInput$1, StyledLabel);
|
|
3667
3667
|
StyledCheckbox.displayName = "StyledCheckbox";
|
|
3668
3668
|
|
|
3669
|
-
var _excluded$
|
|
3669
|
+
var _excluded$t = ["className", "hover", "id"];
|
|
3670
3670
|
|
|
3671
3671
|
/**
|
|
3672
3672
|
* Checkbox component
|
|
@@ -3676,7 +3676,7 @@
|
|
|
3676
3676
|
hover = _ref.hover,
|
|
3677
3677
|
_ref$id = _ref.id,
|
|
3678
3678
|
id = _ref$id === void 0 ? "checkbox" : _ref$id,
|
|
3679
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
3679
|
+
rest = _objectWithoutProperties(_ref, _excluded$t);
|
|
3680
3680
|
|
|
3681
3681
|
return /*#__PURE__*/React__default["default"].createElement(StyledCheckbox, {
|
|
3682
3682
|
className: classnames__default["default"]("c-checkbox", {
|
|
@@ -3749,14 +3749,14 @@
|
|
|
3749
3749
|
}, StyledRadioLabel);
|
|
3750
3750
|
StyledRadioButton.displayName = "StyledRadioButton";
|
|
3751
3751
|
|
|
3752
|
-
var _excluded$
|
|
3752
|
+
var _excluded$s = ["className", "id", "hover"];
|
|
3753
3753
|
var RadioButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3754
3754
|
var _ref$className = _ref.className,
|
|
3755
3755
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
3756
3756
|
_ref$id = _ref.id,
|
|
3757
3757
|
id = _ref$id === void 0 ? "radio" : _ref$id,
|
|
3758
3758
|
hover = _ref.hover,
|
|
3759
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3759
|
+
props = _objectWithoutProperties(_ref, _excluded$s);
|
|
3760
3760
|
|
|
3761
3761
|
return /*#__PURE__*/React__default["default"].createElement(StyledRadioButton, {
|
|
3762
3762
|
className: classnames__default["default"]("c-radio-btn", {
|
|
@@ -4008,7 +4008,7 @@
|
|
|
4008
4008
|
StyledScrollShadowLeft.displayName = "StyledScrollShadowLeft";
|
|
4009
4009
|
StyledScrollShadowRight.displayName = "StyledScrollShadowRight";
|
|
4010
4010
|
|
|
4011
|
-
var _excluded$
|
|
4011
|
+
var _excluded$r = ["children", "className", "disableVertical", "disableHorizontal", "invertHorizontal", "invertVertical"];
|
|
4012
4012
|
var ScrollShadow = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
4013
4013
|
var children = _ref.children,
|
|
4014
4014
|
className = _ref.className,
|
|
@@ -4020,7 +4020,7 @@
|
|
|
4020
4020
|
invertHorizontal = _ref$invertHorizontal === void 0 ? false : _ref$invertHorizontal,
|
|
4021
4021
|
_ref$invertVertical = _ref.invertVertical,
|
|
4022
4022
|
invertVertical = _ref$invertVertical === void 0 ? false : _ref$invertVertical,
|
|
4023
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
4023
|
+
rest = _objectWithoutProperties(_ref, _excluded$r);
|
|
4024
4024
|
|
|
4025
4025
|
var _useState = React.useState({
|
|
4026
4026
|
top: 0,
|
|
@@ -4120,14 +4120,14 @@
|
|
|
4120
4120
|
return ref;
|
|
4121
4121
|
};
|
|
4122
4122
|
|
|
4123
|
-
var _excluded$
|
|
4123
|
+
var _excluded$q = ["as", "className", "invert"];
|
|
4124
4124
|
var ScrollElement = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
4125
4125
|
var _ref$as = _ref.as,
|
|
4126
4126
|
as = _ref$as === void 0 ? "div" : _ref$as,
|
|
4127
4127
|
className = _ref.className,
|
|
4128
4128
|
_ref$invert = _ref.invert,
|
|
4129
4129
|
invert = _ref$invert === void 0 ? false : _ref$invert,
|
|
4130
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
4130
|
+
rest = _objectWithoutProperties(_ref, _excluded$q);
|
|
4131
4131
|
|
|
4132
4132
|
var internalRef = useInitScrollRef(null, invert);
|
|
4133
4133
|
var handleRef = useForkRef(internalRef, ref);
|
|
@@ -4561,7 +4561,7 @@
|
|
|
4561
4561
|
});
|
|
4562
4562
|
StyledInput.displayName = "StyledInput";
|
|
4563
4563
|
|
|
4564
|
-
var _excluded$
|
|
4564
|
+
var _excluded$p = ["className", "type", "disabled"];
|
|
4565
4565
|
var Input = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
4566
4566
|
var _ref$className = _ref.className,
|
|
4567
4567
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
@@ -4569,7 +4569,7 @@
|
|
|
4569
4569
|
type = _ref$type === void 0 ? "text" : _ref$type,
|
|
4570
4570
|
_ref$disabled = _ref.disabled,
|
|
4571
4571
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
4572
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
4572
|
+
rest = _objectWithoutProperties(_ref, _excluded$p);
|
|
4573
4573
|
|
|
4574
4574
|
return /*#__PURE__*/React__default["default"].createElement(StyledInput, _extends({
|
|
4575
4575
|
ref: ref,
|
|
@@ -4628,7 +4628,7 @@
|
|
|
4628
4628
|
};
|
|
4629
4629
|
OptionContent.displayName = "OptionContent";
|
|
4630
4630
|
|
|
4631
|
-
var _excluded$
|
|
4631
|
+
var _excluded$o = ["type", "mode", "target", "options", "selected", "position", "onChange", "actionIcon", "actionLabel", "placeholder", "emptyAction", "disableSearch", "forceCloseMenu", "selectClassName", "keepSameOptionsOrder", "onSelectOpen", "onSelectClose"];
|
|
4632
4632
|
var Select = function Select(_ref) {
|
|
4633
4633
|
var _ref$type = _ref.type,
|
|
4634
4634
|
type = _ref$type === void 0 ? "single" : _ref$type,
|
|
@@ -4658,7 +4658,7 @@
|
|
|
4658
4658
|
keepSameOptionsOrder = _ref$keepSameOptionsO === void 0 ? false : _ref$keepSameOptionsO,
|
|
4659
4659
|
onSelectOpen = _ref.onSelectOpen,
|
|
4660
4660
|
onSelectClose = _ref.onSelectClose,
|
|
4661
|
-
prop = _objectWithoutProperties(_ref, _excluded$
|
|
4661
|
+
prop = _objectWithoutProperties(_ref, _excluded$o);
|
|
4662
4662
|
|
|
4663
4663
|
var _useState = React.useState(),
|
|
4664
4664
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -4933,7 +4933,7 @@
|
|
|
4933
4933
|
});
|
|
4934
4934
|
StyledNavAsMoreTarget.displayName = "StyledNavAsMoreTarget";
|
|
4935
4935
|
|
|
4936
|
-
var _excluded$
|
|
4936
|
+
var _excluded$n = ["children", "active", "disabled", "className", "role"];
|
|
4937
4937
|
var Item = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4938
4938
|
var children = _ref.children,
|
|
4939
4939
|
_ref$active = _ref.active,
|
|
@@ -4942,7 +4942,7 @@
|
|
|
4942
4942
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
4943
4943
|
className = _ref.className,
|
|
4944
4944
|
role = _ref.role,
|
|
4945
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
4945
|
+
rest = _objectWithoutProperties(_ref, _excluded$n);
|
|
4946
4946
|
|
|
4947
4947
|
return /*#__PURE__*/React__default["default"].createElement(StyledNavListItem, _extends({
|
|
4948
4948
|
className: classnames__default["default"]("c-nav__item", {
|
|
@@ -4984,11 +4984,11 @@
|
|
|
4984
4984
|
});
|
|
4985
4985
|
StyledExpandSingle.displayName = "StyledExpandSingle";
|
|
4986
4986
|
|
|
4987
|
-
var _excluded$
|
|
4987
|
+
var _excluded$m = ["expanded"];
|
|
4988
4988
|
var ExpandSingle = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
4989
4989
|
var _ref$expanded = _ref.expanded,
|
|
4990
4990
|
expanded = _ref$expanded === void 0 ? false : _ref$expanded,
|
|
4991
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
4991
|
+
rest = _objectWithoutProperties(_ref, _excluded$m);
|
|
4992
4992
|
|
|
4993
4993
|
return /*#__PURE__*/React__default["default"].createElement(StyledExpandSingle, _extends({
|
|
4994
4994
|
ref: ref,
|
|
@@ -5301,11 +5301,11 @@
|
|
|
5301
5301
|
};
|
|
5302
5302
|
Nav.displayName = "Nav";
|
|
5303
5303
|
|
|
5304
|
-
var _excluded$
|
|
5304
|
+
var _excluded$l = ["expanded"];
|
|
5305
5305
|
var ExpandAll = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5306
5306
|
var _ref$expanded = _ref.expanded,
|
|
5307
5307
|
expanded = _ref$expanded === void 0 ? false : _ref$expanded,
|
|
5308
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
5308
|
+
rest = _objectWithoutProperties(_ref, _excluded$l);
|
|
5309
5309
|
|
|
5310
5310
|
return /*#__PURE__*/React__default["default"].createElement(StyledExpand, _extends({
|
|
5311
5311
|
ref: ref,
|
|
@@ -5350,11 +5350,11 @@
|
|
|
5350
5350
|
})(["border-top:1px solid var(--border-primary);margin:12px 16px;height:1px;"]);
|
|
5351
5351
|
StyledListSeparator.displayName = "StyledListSeparator";
|
|
5352
5352
|
|
|
5353
|
-
var _excluded$
|
|
5353
|
+
var _excluded$k = ["children", "className"];
|
|
5354
5354
|
var List = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5355
5355
|
var children = _ref.children,
|
|
5356
5356
|
className = _ref.className,
|
|
5357
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5357
|
+
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
5358
5358
|
|
|
5359
5359
|
return /*#__PURE__*/React__default["default"].createElement(StyledList, _extends({}, props, {
|
|
5360
5360
|
className: className,
|
|
@@ -5363,11 +5363,11 @@
|
|
|
5363
5363
|
});
|
|
5364
5364
|
List.displayName = "List";
|
|
5365
5365
|
|
|
5366
|
-
var _excluded$
|
|
5366
|
+
var _excluded$j = ["children", "className"];
|
|
5367
5367
|
var ListItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
5368
5368
|
var children = _ref.children,
|
|
5369
5369
|
className = _ref.className,
|
|
5370
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5370
|
+
props = _objectWithoutProperties(_ref, _excluded$j);
|
|
5371
5371
|
|
|
5372
5372
|
return /*#__PURE__*/React__default["default"].createElement(StyledListItem, _extends({}, props, {
|
|
5373
5373
|
className: classnames__default["default"]("c-list-item", className),
|
|
@@ -6027,6 +6027,22 @@
|
|
|
6027
6027
|
ClockIcon.displayName = "ClockIcon";
|
|
6028
6028
|
var ClockIcon$1 = ClockIcon;
|
|
6029
6029
|
|
|
6030
|
+
var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
|
|
6031
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6032
|
+
width: 6,
|
|
6033
|
+
height: 9,
|
|
6034
|
+
viewBox: "0 0 6 9",
|
|
6035
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6036
|
+
fill: "var(--color-theme-600)",
|
|
6037
|
+
ref: svgRef
|
|
6038
|
+
}, props), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6039
|
+
d: "M4.243.22L0 4.462l4.243 4.243a.75.75 0 101.06-1.06l-3.18-3.183 3.18-3.182A.75.75 0 004.243.22z",
|
|
6040
|
+
fillRule: "evenodd"
|
|
6041
|
+
}));
|
|
6042
|
+
});
|
|
6043
|
+
CollapsIcon.displayName = "CollapsIcon";
|
|
6044
|
+
var CollapsIcon$1 = CollapsIcon;
|
|
6045
|
+
|
|
6030
6046
|
var CommentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
|
|
6031
6047
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6032
6048
|
width: 12,
|
|
@@ -7070,6 +7086,22 @@
|
|
|
7070
7086
|
RecurringCheckmarkIcon.displayName = "RecurringCheckmarkIcon";
|
|
7071
7087
|
var RecurringCheckmarkIcon$1 = RecurringCheckmarkIcon;
|
|
7072
7088
|
|
|
7089
|
+
var ReportTimeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
|
|
7090
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7091
|
+
width: 24,
|
|
7092
|
+
height: 24,
|
|
7093
|
+
viewBox: "0 0 24 24",
|
|
7094
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7095
|
+
fill: "var(--color-theme-600)",
|
|
7096
|
+
ref: svgRef
|
|
7097
|
+
}, props), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
7098
|
+
d: "M15 9a7 7 0 110 14 7 7 0 010-14zm-3-9c1.235 0 2.29.758 2.752 1.828L14.82 2H19c1.05 0 1.918.82 1.994 1.851L21 4v5.292a9.017 9.017 0 00-1.999-1.356L19 4h-2v3H7V4H5v16l1.936.001c.362.728.82 1.4 1.356 2L5 22c-1.05 0-1.918-.82-1.994-1.851L3 20V4c0-1.05.82-1.918 1.851-1.994L5 2h4.18C9.6.84 10.7 0 12 0zm3 11a5 5 0 100 10 5 5 0 000-10zm1 2v1.999L19 15v2h-5v-4h2zM12 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z",
|
|
7099
|
+
fillRule: "evenodd"
|
|
7100
|
+
}));
|
|
7101
|
+
});
|
|
7102
|
+
ReportTimeIcon.displayName = "ReportTimeIcon";
|
|
7103
|
+
var ReportTimeIcon$1 = ReportTimeIcon;
|
|
7104
|
+
|
|
7073
7105
|
var ReportsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
|
|
7074
7106
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7075
7107
|
width: 24,
|
|
@@ -7385,12 +7417,12 @@
|
|
|
7385
7417
|
});
|
|
7386
7418
|
StyledTextarea.displayName = "StyledTextarea";
|
|
7387
7419
|
|
|
7388
|
-
var _excluded$
|
|
7420
|
+
var _excluded$i = ["className", "disabled"];
|
|
7389
7421
|
var Textarea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
7390
7422
|
var className = _ref.className,
|
|
7391
7423
|
_ref$disabled = _ref.disabled,
|
|
7392
7424
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
7393
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
7425
|
+
rest = _objectWithoutProperties(_ref, _excluded$i);
|
|
7394
7426
|
|
|
7395
7427
|
return /*#__PURE__*/React__default["default"].createElement(StyledTextarea, _extends({}, rest, {
|
|
7396
7428
|
ref: ref,
|
|
@@ -7436,7 +7468,7 @@
|
|
|
7436
7468
|
});
|
|
7437
7469
|
StyledModalOverlay.displayName = "StyledModalOverlay";
|
|
7438
7470
|
|
|
7439
|
-
var _excluded$
|
|
7471
|
+
var _excluded$h = ["children", "disableFocusLock", "disableScrollLock", "disableBackgroundClick", "disableBackgroundColor", "open", "onClose"];
|
|
7440
7472
|
|
|
7441
7473
|
var getHasTransition = function getHasTransition(children) {
|
|
7442
7474
|
return children.props ? Object.prototype.hasOwnProperty.call(children.props, "in") : false;
|
|
@@ -7455,7 +7487,7 @@
|
|
|
7455
7487
|
_ref$open = _ref.open,
|
|
7456
7488
|
defaultOpen = _ref$open === void 0 ? false : _ref$open,
|
|
7457
7489
|
onClose = _ref.onClose,
|
|
7458
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
7490
|
+
rest = _objectWithoutProperties(_ref, _excluded$h);
|
|
7459
7491
|
|
|
7460
7492
|
var _useState = React.useState(defaultOpen),
|
|
7461
7493
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -7602,7 +7634,7 @@
|
|
|
7602
7634
|
});
|
|
7603
7635
|
StyledCssTransition.displayName = "StyledCssTransition";
|
|
7604
7636
|
|
|
7605
|
-
var _excluded$
|
|
7637
|
+
var _excluded$g = ["children", "onClose", "controls", "open", "animation", "position", "mode", "disableFocusLock", "disableScrollLock", "disableBackgroundColor", "bodyStyle", "bodyClassName", "disableBackgroundClick"];
|
|
7606
7638
|
var Sheet = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
7607
7639
|
var children = _ref.children,
|
|
7608
7640
|
onClose = _ref.onClose,
|
|
@@ -7626,7 +7658,7 @@
|
|
|
7626
7658
|
bodyClassName = _ref.bodyClassName,
|
|
7627
7659
|
_ref$disableBackgroun2 = _ref.disableBackgroundClick,
|
|
7628
7660
|
disableBackgroundClick = _ref$disableBackgroun2 === void 0 ? false : _ref$disableBackgroun2,
|
|
7629
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
7661
|
+
rest = _objectWithoutProperties(_ref, _excluded$g);
|
|
7630
7662
|
|
|
7631
7663
|
var _useState = React.useState(defaultOpen),
|
|
7632
7664
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -7720,11 +7752,11 @@
|
|
|
7720
7752
|
})(["height:4rem;padding:0 1rem;display:flex;overflow:hidden;min-width:350px;@media screen and (max-width:350px){overflow:auto;}"]);
|
|
7721
7753
|
StyledHeader.displayName = "StyledHeader";
|
|
7722
7754
|
|
|
7723
|
-
var _excluded$
|
|
7755
|
+
var _excluded$f = ["className", "children"];
|
|
7724
7756
|
var Header = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
7725
7757
|
var className = _ref.className,
|
|
7726
7758
|
children = _ref.children,
|
|
7727
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
7759
|
+
rest = _objectWithoutProperties(_ref, _excluded$f);
|
|
7728
7760
|
|
|
7729
7761
|
return /*#__PURE__*/React__default["default"].createElement(StyledHeader, _extends({
|
|
7730
7762
|
type: "paper-2",
|
|
@@ -7740,7 +7772,7 @@
|
|
|
7740
7772
|
})(["white-space:pre-wrap;overflow-wrap:break-word;resize:none;"]);
|
|
7741
7773
|
StyledAutoResizeTextarea.displayName = "StyledAutoResizeTextarea";
|
|
7742
7774
|
|
|
7743
|
-
var _excluded$
|
|
7775
|
+
var _excluded$e = ["minRows", "maxRows", "lineHeight", "onChange", "className", "preventNewRowOnEnter", "cursorAtTextEnd", "onKeyDown", "value"];
|
|
7744
7776
|
var AutoResizeTextarea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
7745
7777
|
var _ref$minRows = _ref.minRows,
|
|
7746
7778
|
minRows = _ref$minRows === void 0 ? 1 : _ref$minRows,
|
|
@@ -7756,7 +7788,7 @@
|
|
|
7756
7788
|
cursorAtTextEnd = _ref$cursorAtTextEnd === void 0 ? false : _ref$cursorAtTextEnd,
|
|
7757
7789
|
onKeyDown = _ref.onKeyDown,
|
|
7758
7790
|
value = _ref.value,
|
|
7759
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
7791
|
+
rest = _objectWithoutProperties(_ref, _excluded$e);
|
|
7760
7792
|
|
|
7761
7793
|
var innerRef = React.useRef(null);
|
|
7762
7794
|
|
|
@@ -8071,7 +8103,7 @@
|
|
|
8071
8103
|
});
|
|
8072
8104
|
StyledChoose.displayName = "StyledChoose";
|
|
8073
8105
|
|
|
8074
|
-
var _excluded$
|
|
8106
|
+
var _excluded$d = ["children", "disabled", "active", "className"];
|
|
8075
8107
|
|
|
8076
8108
|
/**
|
|
8077
8109
|
* Choose component
|
|
@@ -8083,7 +8115,7 @@
|
|
|
8083
8115
|
_ref$active = _ref.active,
|
|
8084
8116
|
active = _ref$active === void 0 ? false : _ref$active,
|
|
8085
8117
|
className = _ref.className,
|
|
8086
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
8118
|
+
args = _objectWithoutProperties(_ref, _excluded$d);
|
|
8087
8119
|
|
|
8088
8120
|
return /*#__PURE__*/React__default["default"].createElement(StyledChoose, _extends({
|
|
8089
8121
|
disabled: disabled,
|
|
@@ -8176,7 +8208,7 @@
|
|
|
8176
8208
|
StyledLinkElements.displayName = "StyledLinkElements";
|
|
8177
8209
|
StyledLink.displayName = "StyledLink";
|
|
8178
8210
|
|
|
8179
|
-
var _excluded$
|
|
8211
|
+
var _excluded$c = ["children", "className"];
|
|
8180
8212
|
|
|
8181
8213
|
/**
|
|
8182
8214
|
* Back link component
|
|
@@ -8184,7 +8216,7 @@
|
|
|
8184
8216
|
var BackLink = function BackLink(_ref) {
|
|
8185
8217
|
var children = _ref.children,
|
|
8186
8218
|
className = _ref.className,
|
|
8187
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
8219
|
+
args = _objectWithoutProperties(_ref, _excluded$c);
|
|
8188
8220
|
|
|
8189
8221
|
return /*#__PURE__*/React__default["default"].createElement(StyledBackLink, _extends({
|
|
8190
8222
|
className: classnames__default["default"]("c-back-link", className)
|
|
@@ -8192,7 +8224,7 @@
|
|
|
8192
8224
|
};
|
|
8193
8225
|
BackLink.displayName = "BackLink";
|
|
8194
8226
|
|
|
8195
|
-
var _excluded$
|
|
8227
|
+
var _excluded$b = ["children", "variant", "size", "disabled", "className"];
|
|
8196
8228
|
|
|
8197
8229
|
/**
|
|
8198
8230
|
* Link component
|
|
@@ -8205,7 +8237,7 @@
|
|
|
8205
8237
|
_ref$disabled = _ref.disabled,
|
|
8206
8238
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
8207
8239
|
className = _ref.className,
|
|
8208
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
8240
|
+
args = _objectWithoutProperties(_ref, _excluded$b);
|
|
8209
8241
|
|
|
8210
8242
|
return /*#__PURE__*/React__default["default"].createElement(StyledLink, _extends({
|
|
8211
8243
|
disabled: disabled,
|
|
@@ -8335,11 +8367,11 @@
|
|
|
8335
8367
|
});
|
|
8336
8368
|
Dialog.displayName = "Dialog";
|
|
8337
8369
|
|
|
8338
|
-
var _excluded$
|
|
8370
|
+
var _excluded$a = ["className", "children"];
|
|
8339
8371
|
var DialogContent = function DialogContent(_ref) {
|
|
8340
8372
|
var className = _ref.className,
|
|
8341
8373
|
children = _ref.children,
|
|
8342
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8374
|
+
rest = _objectWithoutProperties(_ref, _excluded$a);
|
|
8343
8375
|
|
|
8344
8376
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogContent, _extends({
|
|
8345
8377
|
className: classnames__default["default"]("c-dialog-content", className)
|
|
@@ -8355,13 +8387,13 @@
|
|
|
8355
8387
|
};
|
|
8356
8388
|
DialogContentDivider.displayName = "DialogContentDivider";
|
|
8357
8389
|
|
|
8358
|
-
var _excluded$
|
|
8390
|
+
var _excluded$9 = ["children", "className", "disableDefaultHeading"];
|
|
8359
8391
|
var DialogTitle = function DialogTitle(_ref) {
|
|
8360
8392
|
var children = _ref.children,
|
|
8361
8393
|
className = _ref.className,
|
|
8362
8394
|
_ref$disableDefaultHe = _ref.disableDefaultHeading,
|
|
8363
8395
|
disableDefaultHeading = _ref$disableDefaultHe === void 0 ? false : _ref$disableDefaultHe,
|
|
8364
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8396
|
+
rest = _objectWithoutProperties(_ref, _excluded$9);
|
|
8365
8397
|
|
|
8366
8398
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogTitle, _extends({
|
|
8367
8399
|
className: classnames__default["default"]("c-dialog-title-wrapper", className)
|
|
@@ -8369,11 +8401,11 @@
|
|
|
8369
8401
|
};
|
|
8370
8402
|
DialogTitle.displayName = "DialogTitle";
|
|
8371
8403
|
|
|
8372
|
-
var _excluded$
|
|
8404
|
+
var _excluded$8 = ["className", "children"];
|
|
8373
8405
|
var DialogActions = function DialogActions(_ref) {
|
|
8374
8406
|
var className = _ref.className,
|
|
8375
8407
|
children = _ref.children,
|
|
8376
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
8408
|
+
rest = _objectWithoutProperties(_ref, _excluded$8);
|
|
8377
8409
|
|
|
8378
8410
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogActions, _extends({
|
|
8379
8411
|
className: classnames__default["default"]("c-dialog-actions", className)
|
|
@@ -8582,7 +8614,7 @@
|
|
|
8582
8614
|
});
|
|
8583
8615
|
StyledPressed.displayName = "StyledPressed";
|
|
8584
8616
|
|
|
8585
|
-
var _excluded$
|
|
8617
|
+
var _excluded$7 = ["children", "active", "className"];
|
|
8586
8618
|
|
|
8587
8619
|
/**
|
|
8588
8620
|
* Pressed wrapper for button component
|
|
@@ -8592,7 +8624,7 @@
|
|
|
8592
8624
|
_ref$active = _ref.active,
|
|
8593
8625
|
active = _ref$active === void 0 ? false : _ref$active,
|
|
8594
8626
|
className = _ref.className,
|
|
8595
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
8627
|
+
args = _objectWithoutProperties(_ref, _excluded$7);
|
|
8596
8628
|
|
|
8597
8629
|
return /*#__PURE__*/React__default["default"].createElement(StyledPressed, _extends({
|
|
8598
8630
|
active: active,
|
|
@@ -9034,6 +9066,8 @@
|
|
|
9034
9066
|
};
|
|
9035
9067
|
SelectDate.displayName = "SelectDate";
|
|
9036
9068
|
|
|
9069
|
+
var _excluded$6 = ["in", "children", "style", "timeout"];
|
|
9070
|
+
|
|
9037
9071
|
var defaultStyle$1 = function defaultStyle(duration) {
|
|
9038
9072
|
return {
|
|
9039
9073
|
transition: "all ".concat(duration, "ms ease-in-out"),
|
|
@@ -9058,19 +9092,17 @@
|
|
|
9058
9092
|
var Fade = function Fade(_ref) {
|
|
9059
9093
|
var _ref$in = _ref.in,
|
|
9060
9094
|
inProp = _ref$in === void 0 ? false : _ref$in,
|
|
9061
|
-
onEnter = _ref.onEnter,
|
|
9062
|
-
onExited = _ref.onExited,
|
|
9063
9095
|
children = _ref.children,
|
|
9064
9096
|
style = _ref.style,
|
|
9065
9097
|
_ref$timeout = _ref.timeout,
|
|
9066
|
-
timeout = _ref$timeout === void 0 ? 500 : _ref$timeout
|
|
9067
|
-
|
|
9098
|
+
timeout = _ref$timeout === void 0 ? 500 : _ref$timeout,
|
|
9099
|
+
rest = _objectWithoutProperties(_ref, _excluded$6);
|
|
9100
|
+
|
|
9101
|
+
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.Transition, _extends({
|
|
9068
9102
|
appear: true,
|
|
9069
9103
|
in: inProp,
|
|
9070
|
-
timeout: timeout
|
|
9071
|
-
|
|
9072
|
-
onExited: onExited
|
|
9073
|
-
}, function (state) {
|
|
9104
|
+
timeout: timeout
|
|
9105
|
+
}, rest), function (state) {
|
|
9074
9106
|
return /*#__PURE__*/React.cloneElement(children, {
|
|
9075
9107
|
style: _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({
|
|
9076
9108
|
visibility: state === "exited" && !inProp ? "hidden" : undefined
|
|
@@ -9080,7 +9112,7 @@
|
|
|
9080
9112
|
};
|
|
9081
9113
|
Fade.displayName = "Fade";
|
|
9082
9114
|
|
|
9083
|
-
var _excluded$
|
|
9115
|
+
var _excluded$5 = ["in", "children", "style", "timeout", "initialDirection"];
|
|
9084
9116
|
var Slide = function Slide(_ref) {
|
|
9085
9117
|
var _ref$in = _ref.in,
|
|
9086
9118
|
inProp = _ref$in === void 0 ? false : _ref$in,
|
|
@@ -9090,7 +9122,7 @@
|
|
|
9090
9122
|
timeout = _ref$timeout === void 0 ? 300 : _ref$timeout,
|
|
9091
9123
|
_ref$initialDirection = _ref.initialDirection,
|
|
9092
9124
|
initialDirection = _ref$initialDirection === void 0 ? "left" : _ref$initialDirection,
|
|
9093
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
9125
|
+
rest = _objectWithoutProperties(_ref, _excluded$5);
|
|
9094
9126
|
|
|
9095
9127
|
var directionSign;
|
|
9096
9128
|
|
|
@@ -9150,12 +9182,12 @@
|
|
|
9150
9182
|
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;}"]);
|
|
9151
9183
|
});
|
|
9152
9184
|
|
|
9153
|
-
var _excluded$
|
|
9185
|
+
var _excluded$4 = ["children", "direction"];
|
|
9154
9186
|
var SlideLeftRightTransition = function SlideLeftRightTransition(_ref) {
|
|
9155
9187
|
var children = _ref.children,
|
|
9156
9188
|
_ref$direction = _ref.direction,
|
|
9157
9189
|
direction = _ref$direction === void 0 ? "left" : _ref$direction,
|
|
9158
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9190
|
+
props = _objectWithoutProperties(_ref, _excluded$4);
|
|
9159
9191
|
|
|
9160
9192
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.CSSTransition, _extends({
|
|
9161
9193
|
timeout: 200,
|
|
@@ -9199,6 +9231,8 @@
|
|
|
9199
9231
|
};
|
|
9200
9232
|
ResizeTransition.displayName = "ResizeTransition";
|
|
9201
9233
|
|
|
9234
|
+
var _excluded$3 = ["in", "children", "style", "timeout"];
|
|
9235
|
+
|
|
9202
9236
|
var defaultStyle = function defaultStyle(duration) {
|
|
9203
9237
|
return {
|
|
9204
9238
|
transition: "all ".concat(duration, "ms ease-in"),
|
|
@@ -9229,19 +9263,17 @@
|
|
|
9229
9263
|
var Reveal = function Reveal(_ref) {
|
|
9230
9264
|
var _ref$in = _ref.in,
|
|
9231
9265
|
inProp = _ref$in === void 0 ? false : _ref$in,
|
|
9232
|
-
onEnter = _ref.onEnter,
|
|
9233
|
-
onExited = _ref.onExited,
|
|
9234
9266
|
children = _ref.children,
|
|
9235
9267
|
style = _ref.style,
|
|
9236
9268
|
_ref$timeout = _ref.timeout,
|
|
9237
|
-
timeout = _ref$timeout === void 0 ? 200 : _ref$timeout
|
|
9238
|
-
|
|
9269
|
+
timeout = _ref$timeout === void 0 ? 200 : _ref$timeout,
|
|
9270
|
+
rest = _objectWithoutProperties(_ref, _excluded$3);
|
|
9271
|
+
|
|
9272
|
+
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.Transition, _extends({
|
|
9239
9273
|
appear: true,
|
|
9240
9274
|
in: inProp,
|
|
9241
|
-
timeout: timeout
|
|
9242
|
-
|
|
9243
|
-
onExited: onExited
|
|
9244
|
-
}, function (state) {
|
|
9275
|
+
timeout: timeout
|
|
9276
|
+
}, rest), function (state) {
|
|
9245
9277
|
return /*#__PURE__*/React.cloneElement(children, {
|
|
9246
9278
|
style: _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, defaultStyle(inProp ? timeout : 0)), transitionStyles$1[state]), style), children.props.style)
|
|
9247
9279
|
});
|
|
@@ -9954,7 +9986,7 @@
|
|
|
9954
9986
|
ThumbsDownIcon.displayName = "ThumbsDownIcon";
|
|
9955
9987
|
var ThumbsDownIcon$1 = ThumbsDownIcon;
|
|
9956
9988
|
|
|
9957
|
-
var GlobalStyle = styled.createGlobalStyle([":root{--color-primary:#5d2bff;--color-secondary:#5d2bff;--color-theme-100:#ffffff;--color-theme-200:#f6f6f9;--color-theme-300:#ebebee;--color-theme-400:#d7d7da;--color-theme-500:#b9b9bd;--color-theme-600:#89898e;--color-theme-700:#6d6d73;--color-theme-800:#5b5b61;--color-theme-900:#303037;--color-primary-200:rgba(93,43,255,0.05);--color-primary-300:rgba(93,43,255,0.1);--color-primary-400:rgba(93,43,255,0.25);--color-primary-500:rgba(93,43,255,0.5);--color-primary-600:rgba(93,43,255,0.75);--color-primary-700:#5d2bff;--color-primary-800:#4a21cd;--color-primary-900:#32178b;--color-secondary-200:rgba(93,43,255,0.05);--color-secondary-300:rgba(93,43,255,0.1);--color-secondary-400:rgba(93,43,255,0.25);--color-secondary-500:rgba(93,43,255,0.5);--color-secondary-600:rgba(93,43,255,0.75);--color-secondary-700:#5d2bff;--color-secondary-800:#4a21cd;--color-secondary-900:#32178b;--color-primary-opaque-300:#efeaff;--color-primary-opaque-400:#d6caff;--color-secondary-opaque-300:#efeaff;--color-secondary-opaque-400:#d6caff;--color-sucess-green:#64cd93;--body-bg-main:#f4f5f7;--page-paper-main:#ffffff;--border-primary:#d7d7da;--note-bg:#fff9f1;--shadow-primary-hover:0 64px 64px 0 rgba(0,0,0,0.1),0 32px 32px 0 rgba(0,0,0,0.06),0 16px 16px 0 rgba(0,0,0,0.04),0 4px 4px 0 rgba(0,0,0,0.04),0 2px 2px 0 rgba(0,0,0,0.04);--shadow-primary:0 64px 64px 0 rgba(0,0,0,0.06),0 32px 32px 0 rgba(0,0,0,0.03),0 16px 16px 0 rgba(0,0,0,0.02),0 4px 4px 0 rgba(0,0,0,0.02),0 2px 2px 0 rgba(0,0,0,0.02);--shadow-secondary:0 4px 14px 0 rgba(0,0,0,0.17);--shadow-tertiary:0 4px 6px -2px rgba(0,0,0,0.05),0 10px 15px -3px rgba(0,0,0,0.1);--shadow-tertiary-hover:0 4px 10px -2px rgba(0,0,0,0.1),0 12px 20px -3px rgba(0,0,0,0.2);--page-paper-main-shadow:rgba( 255,255,255,0 );--modal-background:rgba(244,245,247,0.6);--highlight-dark:rgba(0,0,0,0.03);--input-background-color:#ffffff;--red-alert:rgb(237,97,97);--only-white:#ffffff;--only-black:#000000;--ac-br-4:4px;--ac-br-6:6px;--ac-br-8:8px;--ac-br-rounded:999px;}.cupcake{--color-primary:#29bcdd;--color-secondary:#fe6fa7;--color-primary-200:rgba(41,188,221,0.07);--color-primary-300:rgba(41,188,221,0.12);--color-primary-400:rgba(41,188,221,0.26);--color-primary-500:rgba(41,188,221,0.52);--color-primary-600:rgba(41,188,221,0.75);--color-primary-700:#29bcdd;--color-primary-800:#219fbb;--color-primary-900:#1a768b;--color-secondary-200:rgba(254,111,167,0.07);--color-secondary-300:rgba(254,111,167,0.13);--color-secondary-400:rgba(254,111,167,0.27);--color-secondary-500:rgba(254,111,167,0.52);--color-secondary-600:rgba(254,111,167,0.75);--color-secondary-700:#fe6fa7;--color-secondary-800:#dd6091;--color-secondary-900:#ab496f;--color-primary-opaque-300:#e5f7fb;--color-primary-opaque-400:#c8eef6;--color-secondary-opaque-300:#ffecf4;--color-secondary-opaque-400:#ffd8e7;}.classic{--color-primary:#4182f2;--color-secondary:#4182f2;--color-primary-200:rgba(65,130,242,0.07);--color-primary-300:rgba(65,130,242,0.13);--color-primary-400:rgba(65,130,242,0.26);--color-primary-500:rgba(65,130,242,0.52);--color-primary-600:rgba(65,130,242,0.75);--color-primary-700:#4182f2;--color-primary-800:#356bc8;--color-primary-900:#244a8a;--color-secondary-200:rgba(65,130,242,0.07);--color-secondary-300:rgba(65,130,242,0.13);--color-secondary-400:rgba(65,130,242,0.26);--color-secondary-500:rgba(65,130,242,0.52);--color-secondary-600:rgba(65,130,242,0.75);--color-secondary-700:#4182f2;--color-secondary-800:#356bc8;--color-secondary-900:#244a8a;--color-primary-opaque-300:#e6effd;--color-primary-opaque-400:#cedffc;--color-secondary-opaque-300:#e6effd;--color-secondary-opaque-400:#cedffc;}.neon{--color-primary:#67ffc8;--color-secondary:#67ffc8;--color-theme-100:#000000;--color-theme-200:#31333e;--color-theme-300:#2b2d37;--color-theme-400:#1f2024;--color-theme-500:#99999e;--color-theme-600:#89898e;--color-theme-700:#b0b0b5;--color-theme-800:#dfdfe5;--color-theme-900:#ffffff;--color-primary-200:rgba(103,255,200,0.05);--color-primary-300:rgba(103,255,200,0.1);--color-primary-400:rgba(103,255,200,0.25);--color-primary-500:rgba(103,255,200,0.5);--color-primary-600:rgba(103,255,200,0.75);--color-primary-700:#67ffc8;--color-primary-800:#a5ffdf;--color-primary-900:#d0fdec;--color-secondary-200:rgba(103,255,200,0.05);--color-secondary-300:rgba(103,255,200,0.1);--color-secondary-400:rgba(103,255,200,0.25);--color-secondary-500:rgba(103,255,200,0.5);--color-secondary-600:rgba(103,255,200,0.75);--color-secondary-700:#67ffc8;--color-secondary-800:#a5ffdf;--color-secondary-900:#d0fdec;--color-primary-opaque-300:#3b4e51;--color-primary-opaque-400:#436b64;--color-secondary-opaque-300:#3b4e51;--color-secondary-opaque-400:#436b64;--body-bg-main:#2c2e38;--page-paper-main:#373a44;--border-primary:#1f2024;--note-bg:#464545;--shadow-primary-hover:0 64px 64px 0 rgba(0,0,0,0.2),0 32px 32px 0 rgba(0,0,0,0.2),0 16px 16px 0 rgba(0,0,0,0.2),0 4px 4px 0 rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.2);--shadow-primary:0 64px 64px 0 rgba(0,0,0,0.1),0 32px 32px 0 rgba(0,0,0,0.1),0 16px 16px 0 rgba(0,0,0,0.1),0 4px 4px 0 rgba(0,0,0,0.1),0 2px 2px 0 rgba(0,0,0,0.1);--shadow-secondary:0 4px 14px 0 rgba(0,0,0,0.3);--shadow-tertiary:0 4px 6px -2px rgba(0,0,0,0.1),0 10px 15px -3px rgba(0,0,0,0.15);--shadow-tertiary-hover:0 4px 12px -2px rgba(0,0,0,0.4),0 10px 30px -3px rgba(0,0,0,0.5);--page-paper-main-shadow:rgba( 55,58,68,0 );--modal-background:rgba(44,46,56,0.7);--highlight-dark:rgba(0,0,0,0.06);--input-background-color:#2c2e38;--only-white:#ffffff;--only-black:#000000;}.ac-shadow,.ac-shadow--
|
|
9989
|
+
var GlobalStyle = styled.createGlobalStyle([":root{--color-primary:#5d2bff;--color-secondary:#5d2bff;--color-theme-100:#ffffff;--color-theme-200:#f6f6f9;--color-theme-300:#ebebee;--color-theme-400:#d7d7da;--color-theme-500:#b9b9bd;--color-theme-600:#89898e;--color-theme-700:#6d6d73;--color-theme-800:#5b5b61;--color-theme-900:#303037;--color-primary-200:rgba(93,43,255,0.05);--color-primary-300:rgba(93,43,255,0.1);--color-primary-400:rgba(93,43,255,0.25);--color-primary-500:rgba(93,43,255,0.5);--color-primary-600:rgba(93,43,255,0.75);--color-primary-700:#5d2bff;--color-primary-800:#4a21cd;--color-primary-900:#32178b;--color-secondary-200:rgba(93,43,255,0.05);--color-secondary-300:rgba(93,43,255,0.1);--color-secondary-400:rgba(93,43,255,0.25);--color-secondary-500:rgba(93,43,255,0.5);--color-secondary-600:rgba(93,43,255,0.75);--color-secondary-700:#5d2bff;--color-secondary-800:#4a21cd;--color-secondary-900:#32178b;--color-primary-opaque-300:#efeaff;--color-primary-opaque-400:#d6caff;--color-secondary-opaque-300:#efeaff;--color-secondary-opaque-400:#d6caff;--color-sucess-green:#64cd93;--body-bg-main:#f4f5f7;--page-paper-main:#ffffff;--border-primary:#d7d7da;--note-bg:#fff9f1;--shadow-primary-hover:0 64px 64px 0 rgba(0,0,0,0.1),0 32px 32px 0 rgba(0,0,0,0.06),0 16px 16px 0 rgba(0,0,0,0.04),0 4px 4px 0 rgba(0,0,0,0.04),0 2px 2px 0 rgba(0,0,0,0.04);--shadow-primary:0 64px 64px 0 rgba(0,0,0,0.06),0 32px 32px 0 rgba(0,0,0,0.03),0 16px 16px 0 rgba(0,0,0,0.02),0 4px 4px 0 rgba(0,0,0,0.02),0 2px 2px 0 rgba(0,0,0,0.02);--shadow-secondary:0 4px 14px 0 rgba(0,0,0,0.17);--shadow-tertiary:0 4px 6px -2px rgba(0,0,0,0.05),0 10px 15px -3px rgba(0,0,0,0.1);--shadow-tertiary-hover:0 4px 10px -2px rgba(0,0,0,0.1),0 12px 20px -3px rgba(0,0,0,0.2);--page-paper-main-shadow:rgba( 255,255,255,0 );--modal-background:rgba(244,245,247,0.6);--highlight-dark:rgba(0,0,0,0.03);--input-background-color:#ffffff;--red-alert:rgb(237,97,97);--only-white:#ffffff;--only-black:#000000;--ac-br-4:4px;--ac-br-6:6px;--ac-br-8:8px;--ac-br-rounded:999px;}.cupcake{--color-primary:#29bcdd;--color-secondary:#fe6fa7;--color-primary-200:rgba(41,188,221,0.07);--color-primary-300:rgba(41,188,221,0.12);--color-primary-400:rgba(41,188,221,0.26);--color-primary-500:rgba(41,188,221,0.52);--color-primary-600:rgba(41,188,221,0.75);--color-primary-700:#29bcdd;--color-primary-800:#219fbb;--color-primary-900:#1a768b;--color-secondary-200:rgba(254,111,167,0.07);--color-secondary-300:rgba(254,111,167,0.13);--color-secondary-400:rgba(254,111,167,0.27);--color-secondary-500:rgba(254,111,167,0.52);--color-secondary-600:rgba(254,111,167,0.75);--color-secondary-700:#fe6fa7;--color-secondary-800:#dd6091;--color-secondary-900:#ab496f;--color-primary-opaque-300:#e5f7fb;--color-primary-opaque-400:#c8eef6;--color-secondary-opaque-300:#ffecf4;--color-secondary-opaque-400:#ffd8e7;}.classic{--color-primary:#4182f2;--color-secondary:#4182f2;--color-primary-200:rgba(65,130,242,0.07);--color-primary-300:rgba(65,130,242,0.13);--color-primary-400:rgba(65,130,242,0.26);--color-primary-500:rgba(65,130,242,0.52);--color-primary-600:rgba(65,130,242,0.75);--color-primary-700:#4182f2;--color-primary-800:#356bc8;--color-primary-900:#244a8a;--color-secondary-200:rgba(65,130,242,0.07);--color-secondary-300:rgba(65,130,242,0.13);--color-secondary-400:rgba(65,130,242,0.26);--color-secondary-500:rgba(65,130,242,0.52);--color-secondary-600:rgba(65,130,242,0.75);--color-secondary-700:#4182f2;--color-secondary-800:#356bc8;--color-secondary-900:#244a8a;--color-primary-opaque-300:#e6effd;--color-primary-opaque-400:#cedffc;--color-secondary-opaque-300:#e6effd;--color-secondary-opaque-400:#cedffc;}.neon{--color-primary:#67ffc8;--color-secondary:#67ffc8;--color-theme-100:#000000;--color-theme-200:#31333e;--color-theme-300:#2b2d37;--color-theme-400:#1f2024;--color-theme-500:#99999e;--color-theme-600:#89898e;--color-theme-700:#b0b0b5;--color-theme-800:#dfdfe5;--color-theme-900:#ffffff;--color-primary-200:rgba(103,255,200,0.05);--color-primary-300:rgba(103,255,200,0.1);--color-primary-400:rgba(103,255,200,0.25);--color-primary-500:rgba(103,255,200,0.5);--color-primary-600:rgba(103,255,200,0.75);--color-primary-700:#67ffc8;--color-primary-800:#a5ffdf;--color-primary-900:#d0fdec;--color-secondary-200:rgba(103,255,200,0.05);--color-secondary-300:rgba(103,255,200,0.1);--color-secondary-400:rgba(103,255,200,0.25);--color-secondary-500:rgba(103,255,200,0.5);--color-secondary-600:rgba(103,255,200,0.75);--color-secondary-700:#67ffc8;--color-secondary-800:#a5ffdf;--color-secondary-900:#d0fdec;--color-primary-opaque-300:#3b4e51;--color-primary-opaque-400:#436b64;--color-secondary-opaque-300:#3b4e51;--color-secondary-opaque-400:#436b64;--body-bg-main:#2c2e38;--page-paper-main:#373a44;--border-primary:#1f2024;--note-bg:#464545;--shadow-primary-hover:0 64px 64px 0 rgba(0,0,0,0.2),0 32px 32px 0 rgba(0,0,0,0.2),0 16px 16px 0 rgba(0,0,0,0.2),0 4px 4px 0 rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.2);--shadow-primary:0 64px 64px 0 rgba(0,0,0,0.1),0 32px 32px 0 rgba(0,0,0,0.1),0 16px 16px 0 rgba(0,0,0,0.1),0 4px 4px 0 rgba(0,0,0,0.1),0 2px 2px 0 rgba(0,0,0,0.1);--shadow-secondary:0 4px 14px 0 rgba(0,0,0,0.3);--shadow-tertiary:0 4px 6px -2px rgba(0,0,0,0.1),0 10px 15px -3px rgba(0,0,0,0.15);--shadow-tertiary-hover:0 4px 12px -2px rgba(0,0,0,0.4),0 10px 30px -3px rgba(0,0,0,0.5);--page-paper-main-shadow:rgba( 55,58,68,0 );--modal-background:rgba(44,46,56,0.7);--highlight-dark:rgba(0,0,0,0.06);--input-background-color:#2c2e38;--only-white:#ffffff;--only-black:#000000;}.ac-shadow,.ac-shadow--raised{&--lg{box-shadow:var(--shadow-primary);}&--sm{box-shadow:var(--shadow-tertiary);}}.ac-shadow--raised{&--lg{transition:box-shadow 0.3s;&:hover{box-shadow:var(--shadow-primary-hover);}}&--sm{transition:box-shadow 0.3s;&:hover{box-shadow:var(--shadow-tertiary-hover);}}}.ac-shadow-optimized--sm{position:relative;box-shadow:var(--shadow-tertiary);&::before{position:absolute;top:0;left:0;width:100%;height:100%;content:\"\";box-shadow:var(--shadow-tertiary);opacity:0;border-radius:var(--ac-br-6);transition:opacity 0.3s ease;z-index:-1;}@media (hover:hover){&:hover::before{opacity:1;}}}.ac-shadow-optimized--lg{position:relative;box-shadow:var(--shadow-primary);&::before{position:absolute;top:0;left:0;width:100%;height:100%;content:\"\";box-shadow:var(--shadow-primary);opacity:0;border-radius:var(--ac-br-8);transition:opacity 0.3s ease;z-index:-1;}@media (hover:hover){&:hover::before{opacity:1;}}}.ac-border-radius{&-4{border-radius:var(--ac-br-4);}&-6{border-radius:var(--ac-br-6);}&-8{border-radius:var(--ac-br-8);}&-rounded{border-radius:var(--ac-br-rounded);}}"]);
|
|
9958
9990
|
|
|
9959
9991
|
exports.Accordion = Accordion;
|
|
9960
9992
|
exports.AccordionContext = AccordionContext;
|
|
@@ -10010,6 +10042,7 @@
|
|
|
10010
10042
|
exports.ClockStopwatchIcon = ClockStopwatchIcon$1;
|
|
10011
10043
|
exports.ClockStopwatchSmallIcon = ClockStopwatchSmallIcon$1;
|
|
10012
10044
|
exports.CloseSmallIcon = CloseSmallIcon$1;
|
|
10045
|
+
exports.CollapsIcon = CollapsIcon$1;
|
|
10013
10046
|
exports.CollapseAllIcon = CollapseAllIcon$1;
|
|
10014
10047
|
exports.CollapseExpandSingleIcon = CollapseExpandSingleIcon$1;
|
|
10015
10048
|
exports.ComboBox = ComboBox;
|
|
@@ -10133,6 +10166,7 @@
|
|
|
10133
10166
|
exports.RearrangeSmallIcon = RearrangeSmallIcon$1;
|
|
10134
10167
|
exports.RecurringCheckmarkIcon = RecurringCheckmarkIcon$1;
|
|
10135
10168
|
exports.RecurringCheckmarkSmallIcon = RecurringCheckmarkSmallIcon$1;
|
|
10169
|
+
exports.ReportTimeIcon = ReportTimeIcon$1;
|
|
10136
10170
|
exports.ReportsIcon = ReportsIcon$1;
|
|
10137
10171
|
exports.ResizeTransition = ResizeTransition;
|
|
10138
10172
|
exports.Reveal = Reveal;
|