@activecollab/components 1.0.350 → 1.0.352
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/Accordion/Styles.js +4 -4
- package/dist/cjs/components/Bubble/Styles.js +8 -7
- package/dist/cjs/components/Bubble/Styles.js.map +1 -1
- package/dist/cjs/components/ButtonGroup/Styles.js +2 -2
- package/dist/cjs/components/Choose/Styles.js +9 -9
- package/dist/cjs/components/CompleteCheckbox/Styles.js +8 -8
- package/dist/cjs/components/DatePicker/Styles.js +2 -2
- package/dist/cjs/components/EditableContent/Styles.js +12 -15
- package/dist/cjs/components/EditableContent/Styles.js.map +1 -1
- package/dist/cjs/components/Expanders/Styles.js +2 -2
- package/dist/cjs/components/Icons/collection/RecurringSmall.js +48 -0
- package/dist/cjs/components/Icons/collection/RecurringSmall.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +7 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/cjs/components/Links/Styles.js +19 -19
- package/dist/cjs/components/Menu/Styles.js +3 -3
- package/dist/cjs/components/MenuSelector/Styles.js +7 -7
- package/dist/cjs/components/Nav/Styles.js +8 -8
- package/dist/cjs/components/Pickers/Styles.js +6 -6
- package/dist/cjs/components/ScrollShadow/Styles.js +4 -4
- package/dist/cjs/components/SelectDate/Styles.js +2 -2
- package/dist/cjs/components/Sheet/Styles.js +2 -2
- package/dist/cjs/components/Signifier/Styles.js +2 -2
- package/dist/cjs/components/Steppers/DateStepper/Styles.js +26 -26
- package/dist/cjs/components/Tables/Styles.js +20 -19
- package/dist/cjs/components/Tables/Styles.js.map +1 -1
- package/dist/esm/components/Accordion/Styles.js +4 -4
- package/dist/esm/components/Bubble/Styles.js +8 -7
- package/dist/esm/components/Bubble/Styles.js.map +1 -1
- package/dist/esm/components/ButtonGroup/Styles.js +2 -2
- package/dist/esm/components/Choose/Styles.js +9 -9
- package/dist/esm/components/CompleteCheckbox/Styles.js +8 -8
- package/dist/esm/components/DatePicker/Styles.js +2 -2
- package/dist/esm/components/EditableContent/Styles.js +12 -15
- package/dist/esm/components/EditableContent/Styles.js.map +1 -1
- package/dist/esm/components/Expanders/Styles.js +2 -2
- package/dist/esm/components/Icons/collection/RecurringSmall.d.ts +23 -0
- package/dist/esm/components/Icons/collection/RecurringSmall.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/RecurringSmall.js +41 -0
- package/dist/esm/components/Icons/collection/RecurringSmall.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +1 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/components/Links/Styles.js +19 -19
- package/dist/esm/components/Menu/Styles.js +3 -3
- package/dist/esm/components/MenuSelector/Styles.js +7 -7
- package/dist/esm/components/Nav/Styles.js +8 -8
- package/dist/esm/components/Pickers/Styles.js +6 -6
- package/dist/esm/components/ScrollShadow/Styles.js +4 -4
- package/dist/esm/components/SelectDate/Styles.js +2 -2
- package/dist/esm/components/Sheet/Styles.js +2 -2
- package/dist/esm/components/Signifier/Styles.js +2 -2
- package/dist/esm/components/Steppers/DateStepper/Styles.js +26 -26
- package/dist/esm/components/Tables/Styles.js +20 -19
- package/dist/esm/components/Tables/Styles.js.map +1 -1
- package/dist/index.js +185 -147
- 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 +2 -2
package/dist/index.js
CHANGED
|
@@ -405,8 +405,8 @@
|
|
|
405
405
|
"marginRight": "-1px",
|
|
406
406
|
"borderRadius": "0px"
|
|
407
407
|
}, {
|
|
408
|
-
"
|
|
409
|
-
"
|
|
408
|
+
"fill": "currentColor",
|
|
409
|
+
"color": "var(--color-theme-900)"
|
|
410
410
|
});
|
|
411
411
|
StyledButtonGroup$1.displayName = "StyledButtonGroup";
|
|
412
412
|
|
|
@@ -694,18 +694,19 @@
|
|
|
694
694
|
displayName: "Styles__StyledBubble",
|
|
695
695
|
componentId: "sc-tloccl-0"
|
|
696
696
|
})(["", " transition:opacity 0.2s,visibility 0.2s;", " ", " background-color:var(--page-paper-main);"], {
|
|
697
|
-
"
|
|
698
|
-
"
|
|
699
|
-
"--tw-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
700
|
-
"boxShadow": "var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)",
|
|
701
|
-
"borderColor": "var(--color-theme-200)",
|
|
697
|
+
"visibility": "visible",
|
|
698
|
+
"display": "block",
|
|
702
699
|
"borderRadius": "0.5rem",
|
|
703
700
|
"borderWidth": "1px",
|
|
704
701
|
"borderStyle": "solid",
|
|
702
|
+
"borderColor": "var(--color-theme-200)",
|
|
703
|
+
"--tw-bg-opacity": "1",
|
|
704
|
+
"backgroundColor": "rgb(255 255 255 / var(--tw-bg-opacity))",
|
|
705
705
|
"color": "var(--color-theme-800)",
|
|
706
706
|
"opacity": "1",
|
|
707
|
-
"
|
|
708
|
-
"
|
|
707
|
+
"--tw-shadow": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
708
|
+
"--tw-shadow-colored": "0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)",
|
|
709
|
+
"boxShadow": "var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)"
|
|
709
710
|
}, FontStyle, BoxSizingStyle);
|
|
710
711
|
StyledBubble.displayName = "StyledBubble";
|
|
711
712
|
|
|
@@ -730,11 +731,11 @@
|
|
|
730
731
|
displayName: "Styles__StyledMenu",
|
|
731
732
|
componentId: "sc-8fhkp-0"
|
|
732
733
|
})(["", " ", " ", " width:", ";color:var(--color-theme-700);a:focus,a:active{outline:none;}", " ", " ", ""], {
|
|
733
|
-
"backgroundColor": "var(--page-paper-main)",
|
|
734
|
-
"borderColor": "var(--border-primary)",
|
|
735
734
|
"marginTop": "0.25rem",
|
|
736
735
|
"marginBottom": "0.25rem",
|
|
737
|
-
"overflow": "auto"
|
|
736
|
+
"overflow": "auto",
|
|
737
|
+
"borderColor": "var(--border-primary)",
|
|
738
|
+
"backgroundColor": "var(--page-paper-main)"
|
|
738
739
|
}, FontStyle, BoxSizingStyle, function (props) {
|
|
739
740
|
return props.$mode;
|
|
740
741
|
}, function (props) {
|
|
@@ -6386,6 +6387,44 @@
|
|
|
6386
6387
|
RecurringCheckmarkIcon.displayName = "RecurringCheckmarkIcon";
|
|
6387
6388
|
var RecurringCheckmarkIcon$1 = RecurringCheckmarkIcon;
|
|
6388
6389
|
|
|
6390
|
+
/**
|
|
6391
|
+
* @component RecurringSmallIcon
|
|
6392
|
+
* @description
|
|
6393
|
+
*
|
|
6394
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
6395
|
+
* The Icon component is
|
|
6396
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
6397
|
+
*
|
|
6398
|
+
*
|
|
6399
|
+
* @example
|
|
6400
|
+
* return (
|
|
6401
|
+
* <RecurringSmallIcon className="mr-2" />
|
|
6402
|
+
* )
|
|
6403
|
+
*
|
|
6404
|
+
* @see
|
|
6405
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
6406
|
+
* @see
|
|
6407
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
6408
|
+
*/
|
|
6409
|
+
var RecurringSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
|
|
6410
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6411
|
+
width: 12,
|
|
6412
|
+
height: 12,
|
|
6413
|
+
viewBox: "0 0 12 12",
|
|
6414
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6415
|
+
"data-testid": "RecurringSmallIcon",
|
|
6416
|
+
fill: "var(--color-theme-600)",
|
|
6417
|
+
focusable: false,
|
|
6418
|
+
ref: svgRef
|
|
6419
|
+
}, props), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6420
|
+
fillRule: "evenodd",
|
|
6421
|
+
clipRule: "evenodd",
|
|
6422
|
+
d: "M9.182 2.818l.113.117.107.119a4.43 4.43 0 011.02 2.107l.021.125c.036.22.054.444.057.666h-.004l.001.048H9.493a3.475 3.475 0 00-.715-2.13l-.047-.06a3.5 3.5 0 00-5.119-.369l-.087.084.707.707-2.436.315.315-2.436.707.707A4.488 4.488 0 016.18 1.504c1.05.041 2.088.449 2.907 1.222l.095.092zM2.818 9.182a4.446 4.446 0 01-1.249-2.394 4.508 4.508 0 01-.069-.783h.003V6h1.004a3.472 3.472 0 00.913 2.365l.105.11a3.5 3.5 0 004.863.084l.087-.084-.707-.707 2.436-.315-.315 2.436-.707-.707a4.5 4.5 0 01-6.364 0z"
|
|
6423
|
+
}));
|
|
6424
|
+
});
|
|
6425
|
+
RecurringSmallIcon.displayName = "RecurringSmallIcon";
|
|
6426
|
+
var RecurringSmallIcon$1 = RecurringSmallIcon;
|
|
6427
|
+
|
|
6389
6428
|
/**
|
|
6390
6429
|
* @component ReportTimeIcon
|
|
6391
6430
|
* @description
|
|
@@ -7919,11 +7958,11 @@
|
|
|
7919
7958
|
})(["top:30px;height:230px;", ""], {
|
|
7920
7959
|
"position": "absolute",
|
|
7921
7960
|
"left": "0px",
|
|
7922
|
-
"
|
|
7961
|
+
"zIndex": "10",
|
|
7923
7962
|
"display": "flex",
|
|
7924
7963
|
"flexWrap": "wrap",
|
|
7925
7964
|
"backgroundColor": "var(--page-paper-main)",
|
|
7926
|
-
"
|
|
7965
|
+
"padding": "1.25rem"
|
|
7927
7966
|
});
|
|
7928
7967
|
var StyledMonth = styled__default["default"].div.withConfig({
|
|
7929
7968
|
displayName: "Styles__StyledMonth",
|
|
@@ -7932,9 +7971,9 @@
|
|
|
7932
7971
|
"margin": "auto",
|
|
7933
7972
|
"cursor": "pointer",
|
|
7934
7973
|
"borderRadius": "1rem",
|
|
7935
|
-
"fontWeight": "700",
|
|
7936
7974
|
"fontSize": "0.875rem",
|
|
7937
|
-
"lineHeight": "1.25rem"
|
|
7975
|
+
"lineHeight": "1.25rem",
|
|
7976
|
+
"fontWeight": "700"
|
|
7938
7977
|
}, function (props) {
|
|
7939
7978
|
return !props.$isSelected ? styled.css(["&:hover{background-color:var(--color-primary-300);}"]) : styled.css(["", " background-color:var(--color-primary);"], {
|
|
7940
7979
|
"color": "var(--color-theme-100)"
|
|
@@ -7963,9 +8002,9 @@
|
|
|
7963
8002
|
displayName: "Styles__StyledYearMonthPickerNavBarItem",
|
|
7964
8003
|
componentId: "sc-1owijsg-5"
|
|
7965
8004
|
})(["", " transition-duration:0.3s;display:inline-block;&:hover{background-color:var(--color-primary-300);border-radius:15px;}"], {
|
|
8005
|
+
"cursor": "pointer",
|
|
7966
8006
|
"paddingLeft": "1rem",
|
|
7967
|
-
"paddingRight": "1rem"
|
|
7968
|
-
"cursor": "pointer"
|
|
8007
|
+
"paddingRight": "1rem"
|
|
7969
8008
|
});
|
|
7970
8009
|
StyledNavBarButton.displayName = "StyledNavBarButton";
|
|
7971
8010
|
StyledMonths.displayName = "StyledMonths";
|
|
@@ -8138,8 +8177,8 @@
|
|
|
8138
8177
|
}, {
|
|
8139
8178
|
"color": "var(--color-theme-600)"
|
|
8140
8179
|
}, {
|
|
8141
|
-
"
|
|
8142
|
-
"
|
|
8180
|
+
"fontWeight": "700",
|
|
8181
|
+
"color": "var(--color-theme-900)"
|
|
8143
8182
|
});
|
|
8144
8183
|
var StyledDatePickerCSSTransition = styled__default["default"](reactTransitionGroup.CSSTransition).withConfig({
|
|
8145
8184
|
displayName: "Styles__StyledDatePickerCSSTransition",
|
|
@@ -8484,29 +8523,29 @@
|
|
|
8484
8523
|
componentId: "sc-1v8h7mt-0"
|
|
8485
8524
|
})(["", " ", " ", " color:var(--color-theme-700);margin:0;padding:0;background:none;width:100%;height:auto;border:none;height:30px;line-height:1;transition:all 0.3s ease;svg{fill:currentColor;}&::-moz-focus-inner{border:0;}&:focus{outline:none;}&:hover{text-decoration:none;}&:disabled{cursor:default;opacity:50%;pointer-events:none;}"], FontStyle, BoxSizingStyle, {
|
|
8486
8525
|
"position": "relative",
|
|
8487
|
-
"WebkitFontSmoothing": "antialiased",
|
|
8488
|
-
"MozOsxFontSmoothing": "grayscale",
|
|
8489
|
-
"verticalAlign": "middle",
|
|
8490
|
-
"fontWeight": "500",
|
|
8491
|
-
"display": "inline-block",
|
|
8492
|
-
"lineHeight": "1.25rem",
|
|
8493
8526
|
"margin": "0px",
|
|
8494
|
-
"
|
|
8495
|
-
"fontSize": "0.875rem",
|
|
8496
|
-
"userSelect": "none",
|
|
8527
|
+
"display": "inline-block",
|
|
8497
8528
|
"cursor": "pointer",
|
|
8498
|
-
"
|
|
8529
|
+
"userSelect": "none",
|
|
8530
|
+
"textAlign": "center",
|
|
8531
|
+
"verticalAlign": "middle",
|
|
8532
|
+
"fontSize": "0.875rem",
|
|
8533
|
+
"lineHeight": "1",
|
|
8534
|
+
"fontWeight": "500",
|
|
8535
|
+
"textDecorationLine": "none",
|
|
8536
|
+
"WebkitFontSmoothing": "antialiased",
|
|
8537
|
+
"MozOsxFontSmoothing": "grayscale"
|
|
8499
8538
|
});
|
|
8500
8539
|
var StyledMenu$1 = styled__default["default"](Menu).withConfig({
|
|
8501
8540
|
displayName: "Styles__StyledMenu",
|
|
8502
8541
|
componentId: "sc-1v8h7mt-1"
|
|
8503
8542
|
})(["", ""], {
|
|
8504
|
-
"width": "auto",
|
|
8505
8543
|
"height": "auto",
|
|
8506
|
-
"
|
|
8507
|
-
"paddingBottom": "1rem",
|
|
8544
|
+
"width": "auto",
|
|
8508
8545
|
"paddingLeft": "0.5rem",
|
|
8509
|
-
"paddingRight": "0.5rem"
|
|
8546
|
+
"paddingRight": "0.5rem",
|
|
8547
|
+
"paddingTop": "1rem",
|
|
8548
|
+
"paddingBottom": "1rem"
|
|
8510
8549
|
});
|
|
8511
8550
|
var StyledButtonGroup = styled__default["default"](ButtonGroup).withConfig({
|
|
8512
8551
|
displayName: "Styles__StyledButtonGroup",
|
|
@@ -8527,21 +8566,21 @@
|
|
|
8527
8566
|
return props.$isRounded && styled.css(["border-radius:var(--ac-br-rounded);"]);
|
|
8528
8567
|
}, {
|
|
8529
8568
|
"position": "relative",
|
|
8530
|
-
"textAlign": "center",
|
|
8531
|
-
"padding": "0px",
|
|
8532
|
-
"WebkitFontSmoothing": "antialiased",
|
|
8533
|
-
"MozOsxFontSmoothing": "grayscale",
|
|
8534
|
-
"verticalAlign": "middle",
|
|
8535
|
-
"fontWeight": "500",
|
|
8536
|
-
"display": "inline-block",
|
|
8537
|
-
"lineHeight": "1.25rem",
|
|
8538
8569
|
"margin": "0px",
|
|
8539
|
-
"
|
|
8540
|
-
"fontSize": "0.875rem",
|
|
8541
|
-
"userSelect": "none",
|
|
8570
|
+
"display": "inline-block",
|
|
8542
8571
|
"cursor": "pointer",
|
|
8572
|
+
"userSelect": "none",
|
|
8543
8573
|
"borderWidth": "1px",
|
|
8544
|
-
"borderStyle": "solid"
|
|
8574
|
+
"borderStyle": "solid",
|
|
8575
|
+
"padding": "0px",
|
|
8576
|
+
"textAlign": "center",
|
|
8577
|
+
"verticalAlign": "middle",
|
|
8578
|
+
"fontSize": "0.875rem",
|
|
8579
|
+
"lineHeight": "1",
|
|
8580
|
+
"fontWeight": "500",
|
|
8581
|
+
"textDecorationLine": "none",
|
|
8582
|
+
"WebkitFontSmoothing": "antialiased",
|
|
8583
|
+
"MozOsxFontSmoothing": "grayscale"
|
|
8545
8584
|
}, screen.md);
|
|
8546
8585
|
var StyledControl = styled__default["default"](IconButton).withConfig({
|
|
8547
8586
|
displayName: "Styles__StyledControl",
|
|
@@ -8868,15 +8907,15 @@
|
|
|
8868
8907
|
"textAlign": "left",
|
|
8869
8908
|
"textTransform": "uppercase"
|
|
8870
8909
|
}, {
|
|
8871
|
-
"
|
|
8910
|
+
"fontSize": "0.6875rem",
|
|
8872
8911
|
"fontWeight": "600",
|
|
8873
|
-
"
|
|
8912
|
+
"color": "var(--color-theme-700)"
|
|
8874
8913
|
}, function (props) {
|
|
8875
8914
|
return props.$headerVariant && props.$headerVariant === "primary" && styled.css(["th{", "}tr{td:first-child,th:first-child{", "}}"], {
|
|
8876
8915
|
"whiteSpace": "nowrap",
|
|
8916
|
+
"paddingBottom": "2rem",
|
|
8877
8917
|
"paddingLeft": "1rem",
|
|
8878
8918
|
"paddingRight": "1rem",
|
|
8879
|
-
"paddingBottom": "2rem",
|
|
8880
8919
|
"paddingTop": "0.5rem"
|
|
8881
8920
|
}, {
|
|
8882
8921
|
"paddingLeft": "1.5rem"
|
|
@@ -8901,29 +8940,30 @@
|
|
|
8901
8940
|
}, {
|
|
8902
8941
|
"color": "var(--color-theme-700)"
|
|
8903
8942
|
}, {
|
|
8904
|
-
"
|
|
8905
|
-
"
|
|
8943
|
+
"color": "var(--color-primary)",
|
|
8944
|
+
"textDecorationLine": "none"
|
|
8906
8945
|
}, {
|
|
8907
|
-
"
|
|
8946
|
+
"textDecorationLine": "underline"
|
|
8908
8947
|
});
|
|
8909
8948
|
StyledTableBody.displayName = "StyledTableBody";
|
|
8910
8949
|
var StyledTableWrapper = styled__default["default"].div.withConfig({
|
|
8911
8950
|
displayName: "Styles__StyledTableWrapper",
|
|
8912
8951
|
componentId: "sc-e16t6w-2"
|
|
8913
8952
|
})(["", " ", " ", " &:before{", " content:\"\";top:39px;z-index:-1;}"], FontStyle, BoxSizingStyle, {
|
|
8914
|
-
"marginTop": "2rem",
|
|
8915
8953
|
"marginLeft": "1rem",
|
|
8916
8954
|
"marginRight": "1rem",
|
|
8955
|
+
"marginTop": "2rem",
|
|
8917
8956
|
"overflowX": "auto",
|
|
8918
8957
|
"overflowY": "hidden"
|
|
8919
8958
|
}, {
|
|
8920
8959
|
"position": "absolute",
|
|
8960
|
+
"bottom": "0px",
|
|
8921
8961
|
"left": "0px",
|
|
8922
8962
|
"right": "0px",
|
|
8923
|
-
"bottom": "0px",
|
|
8924
|
-
"backgroundColor": "var(--page-paper-main)",
|
|
8925
8963
|
"borderRadius": "0.5rem",
|
|
8926
|
-
"
|
|
8964
|
+
"backgroundColor": "var(--page-paper-main)",
|
|
8965
|
+
"--tw-shadow": "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",
|
|
8966
|
+
"--tw-shadow-colored": "0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)",
|
|
8927
8967
|
"boxShadow": "var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)"
|
|
8928
8968
|
});
|
|
8929
8969
|
StyledTableWrapper.displayName = "StyledTableWrapper";
|
|
@@ -8933,16 +8973,16 @@
|
|
|
8933
8973
|
})(["", " border-spacing:0;", " tr th,", " tr td{&:last-child{", "}}td{", "}", ""], {
|
|
8934
8974
|
"width": "100%",
|
|
8935
8975
|
"padding": "0px",
|
|
8976
|
+
"paddingBottom": "1rem",
|
|
8936
8977
|
"fontSize": "0.75rem",
|
|
8937
|
-
"lineHeight": "1rem"
|
|
8938
|
-
"paddingBottom": "1rem"
|
|
8978
|
+
"lineHeight": "1rem"
|
|
8939
8979
|
}, StyledTableHead, StyledTableBody, {
|
|
8940
8980
|
"textAlign": "right"
|
|
8941
8981
|
}, {
|
|
8942
|
-
"paddingTop": "0.75rem",
|
|
8943
|
-
"paddingBottom": "0.75rem",
|
|
8944
8982
|
"paddingLeft": "1rem",
|
|
8945
|
-
"paddingRight": "1rem"
|
|
8983
|
+
"paddingRight": "1rem",
|
|
8984
|
+
"paddingTop": "0.75rem",
|
|
8985
|
+
"paddingBottom": "0.75rem"
|
|
8946
8986
|
}, function (props) {
|
|
8947
8987
|
return props.$striped && styled.css(["", ":not(.c-table__grouped__head){tr:nth-child(odd){", "}}"], StyledTableBody, {
|
|
8948
8988
|
"backgroundColor": "var(--color-theme-200)"
|
|
@@ -8963,17 +9003,17 @@
|
|
|
8963
9003
|
}, {
|
|
8964
9004
|
"opacity": "0.5"
|
|
8965
9005
|
}, {
|
|
9006
|
+
"pointerEvents": "none",
|
|
8966
9007
|
"position": "absolute",
|
|
8967
|
-
"width": "100%",
|
|
8968
9008
|
"left": "0px",
|
|
8969
|
-
"
|
|
9009
|
+
"width": "100%"
|
|
8970
9010
|
}, {
|
|
8971
9011
|
"display": "inline-block",
|
|
8972
9012
|
"userSelect": "none"
|
|
8973
9013
|
}, {
|
|
8974
9014
|
"borderWidth": "0px",
|
|
8975
|
-
"
|
|
8976
|
-
"
|
|
9015
|
+
"borderStyle": "solid",
|
|
9016
|
+
"borderColor": "transparent"
|
|
8977
9017
|
}, {
|
|
8978
9018
|
"marginLeft": "0.25rem"
|
|
8979
9019
|
}, {
|
|
@@ -9509,16 +9549,16 @@
|
|
|
9509
9549
|
displayName: "Styles__StyledCompleteCheckbox",
|
|
9510
9550
|
componentId: "sc-1801dzg-0"
|
|
9511
9551
|
})(["", " border-color:var(--color-theme-600);transition:ease 0.3s all;background-color:transparent;padding:0;svg{", " top:50%;left:50%;transform:translate(-50%,-50%);}svg path{fill:none;stroke:#32b370;stroke-width:3;transform:scale(0);}", " svg polyline{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:0.3s;stroke-dasharray:13;stroke-dashoffset:13;stroke:#d2d2d2;", "}", " ", " ", " ", " ", ""], {
|
|
9512
|
-
"
|
|
9552
|
+
"position": "relative",
|
|
9513
9553
|
"height": "1.5rem",
|
|
9554
|
+
"width": "1.5rem",
|
|
9555
|
+
"cursor": "pointer",
|
|
9514
9556
|
"borderRadius": "9999px",
|
|
9515
9557
|
"borderWidth": "1px",
|
|
9516
|
-
"borderStyle": "solid"
|
|
9517
|
-
"position": "relative",
|
|
9518
|
-
"cursor": "pointer"
|
|
9558
|
+
"borderStyle": "solid"
|
|
9519
9559
|
}, {
|
|
9520
|
-
"
|
|
9521
|
-
"
|
|
9560
|
+
"pointerEvents": "none",
|
|
9561
|
+
"position": "absolute"
|
|
9522
9562
|
}, function (props) {
|
|
9523
9563
|
return props.$primary && styled.css(["svg path{stroke:var(--color-primary);}"]);
|
|
9524
9564
|
}, function (props) {
|
|
@@ -9538,8 +9578,8 @@
|
|
|
9538
9578
|
});
|
|
9539
9579
|
}, function (props) {
|
|
9540
9580
|
return !props.$checkMarkClassName && styled.css(["svg{", "}"], {
|
|
9541
|
-
"
|
|
9542
|
-
"
|
|
9581
|
+
"height": "3rem",
|
|
9582
|
+
"width": "3rem"
|
|
9543
9583
|
});
|
|
9544
9584
|
});
|
|
9545
9585
|
StyledCompleteCheckbox.displayName = "StyledCompleteCheckbox";
|
|
@@ -9857,9 +9897,9 @@
|
|
|
9857
9897
|
displayName: "Styles__StyledIcon",
|
|
9858
9898
|
componentId: "sc-1idn4je-2"
|
|
9859
9899
|
})(["", ""], {
|
|
9900
|
+
"marginRight": "0.25rem",
|
|
9860
9901
|
"fontSize": "0.75rem",
|
|
9861
|
-
"lineHeight": "1rem"
|
|
9862
|
-
"marginRight": "0.25rem"
|
|
9902
|
+
"lineHeight": "1rem"
|
|
9863
9903
|
});
|
|
9864
9904
|
StyledIcon$1.displayName = "StyledIcon";
|
|
9865
9905
|
|
|
@@ -10447,9 +10487,9 @@
|
|
|
10447
10487
|
componentId: "sc-17pcaqo-1"
|
|
10448
10488
|
})(["", " background-image:linear-gradient( to top,", ",", " );"], {
|
|
10449
10489
|
"position": "absolute",
|
|
10450
|
-
"top": "0px",
|
|
10451
10490
|
"left": "0px",
|
|
10452
10491
|
"right": "0px",
|
|
10492
|
+
"top": "0px",
|
|
10453
10493
|
"height": "0.5rem"
|
|
10454
10494
|
}, function (props) {
|
|
10455
10495
|
return props.$innerColor ? props.$innerColor : "var(--page-paper-main-shadow)";
|
|
@@ -10461,9 +10501,9 @@
|
|
|
10461
10501
|
componentId: "sc-17pcaqo-2"
|
|
10462
10502
|
})(["", " background-image:linear-gradient( to top,", ",", " );"], {
|
|
10463
10503
|
"position": "absolute",
|
|
10464
|
-
"bottom": "0px",
|
|
10465
10504
|
"left": "0px",
|
|
10466
10505
|
"right": "0px",
|
|
10506
|
+
"bottom": "0px",
|
|
10467
10507
|
"height": "0.5rem"
|
|
10468
10508
|
}, function (props) {
|
|
10469
10509
|
return props.$outerColor ? props.$outerColor : "var(--page-paper-main)";
|
|
@@ -10475,9 +10515,9 @@
|
|
|
10475
10515
|
componentId: "sc-17pcaqo-3"
|
|
10476
10516
|
})(["", " background-image:linear-gradient( to left,", ",", " );"], {
|
|
10477
10517
|
"position": "absolute",
|
|
10478
|
-
"left": "0px",
|
|
10479
10518
|
"top": "0px",
|
|
10480
10519
|
"bottom": "0px",
|
|
10520
|
+
"left": "0px",
|
|
10481
10521
|
"width": "0.5rem"
|
|
10482
10522
|
}, function (props) {
|
|
10483
10523
|
return props.$innerColor ? props.$innerColor : "var(--page-paper-main-shadow)";
|
|
@@ -10489,9 +10529,9 @@
|
|
|
10489
10529
|
componentId: "sc-17pcaqo-4"
|
|
10490
10530
|
})(["", " background-image:linear-gradient( to right,", ",", " );"], {
|
|
10491
10531
|
"position": "absolute",
|
|
10492
|
-
"right": "0px",
|
|
10493
10532
|
"top": "0px",
|
|
10494
10533
|
"bottom": "0px",
|
|
10534
|
+
"right": "0px",
|
|
10495
10535
|
"width": "0.5rem"
|
|
10496
10536
|
}, function (props) {
|
|
10497
10537
|
return props.$innerColor ? props.$innerColor : "var(--page-paper-main-shadow)";
|
|
@@ -11635,9 +11675,9 @@
|
|
|
11635
11675
|
displayName: "Styles__StyledNavList",
|
|
11636
11676
|
componentId: "sc-1khiypw-1"
|
|
11637
11677
|
})(["", " overflow:clip visible;"], {
|
|
11678
|
+
"margin": "0px",
|
|
11638
11679
|
"display": "flex",
|
|
11639
11680
|
"listStyleType": "none",
|
|
11640
|
-
"margin": "0px",
|
|
11641
11681
|
"padding": "0px"
|
|
11642
11682
|
});
|
|
11643
11683
|
StyledNavList.displayName = "StyledNavList";
|
|
@@ -11645,11 +11685,11 @@
|
|
|
11645
11685
|
displayName: "Styles__StyledNavListItem",
|
|
11646
11686
|
componentId: "sc-1khiypw-2"
|
|
11647
11687
|
})(["", " color:var(--color-theme-700);font-size:15px;display:flex;align-items:center;font-weight:500;padding:0 10px;flex-shrink:0;&:hover,&:hover *{", "}", " &::after{content:\"\";", " bottom:0;left:50%;transform:translateX(-50%);height:3px;transition:width 0.3s ease,background-color 0.3s ease;}", " ", " ", " ", ""], {
|
|
11648
|
-
"fontSize": "0.875rem",
|
|
11649
|
-
"lineHeight": "1.25rem",
|
|
11650
|
-
"cursor": "default",
|
|
11651
11688
|
"position": "relative",
|
|
11652
|
-
"
|
|
11689
|
+
"cursor": "default",
|
|
11690
|
+
"userSelect": "none",
|
|
11691
|
+
"fontSize": "0.875rem",
|
|
11692
|
+
"lineHeight": "1.25rem"
|
|
11653
11693
|
}, function (props) {
|
|
11654
11694
|
return !props.$disabled && styled.css(["", ""], {
|
|
11655
11695
|
"color": "var(--color-primary)"
|
|
@@ -11660,10 +11700,10 @@
|
|
|
11660
11700
|
});
|
|
11661
11701
|
}, {
|
|
11662
11702
|
"position": "absolute",
|
|
11663
|
-
"display": "block",
|
|
11664
11703
|
"margin": "auto",
|
|
11704
|
+
"display": "block",
|
|
11665
11705
|
"width": "0px",
|
|
11666
|
-
"backgroundColor": "
|
|
11706
|
+
"backgroundColor": "transparent"
|
|
11667
11707
|
}, function (props) {
|
|
11668
11708
|
return props.$active && styled.css(["", " &::after{", "}"], {
|
|
11669
11709
|
"pointerEvents": "none"
|
|
@@ -11673,8 +11713,8 @@
|
|
|
11673
11713
|
});
|
|
11674
11714
|
}, function (props) {
|
|
11675
11715
|
return props.$disabled && styled.css(["", ""], {
|
|
11676
|
-
"userSelect": "none",
|
|
11677
11716
|
"cursor": "not-allowed",
|
|
11717
|
+
"userSelect": "none",
|
|
11678
11718
|
"opacity": "0.5"
|
|
11679
11719
|
});
|
|
11680
11720
|
}, function (props) {
|
|
@@ -11740,9 +11780,9 @@
|
|
|
11740
11780
|
displayName: "Styles__StyledExpand",
|
|
11741
11781
|
componentId: "sc-zjpl2-0"
|
|
11742
11782
|
})(["", ""], {
|
|
11743
|
-
"
|
|
11783
|
+
"height": "1.5rem",
|
|
11744
11784
|
"width": "1.5rem",
|
|
11745
|
-
"
|
|
11785
|
+
"fill": "currentColor"
|
|
11746
11786
|
});
|
|
11747
11787
|
StyledExpand.displayName = "StyledExpand";
|
|
11748
11788
|
var StyledExpandSingle = styled__default["default"](StyledExpand).withConfig({
|
|
@@ -12094,19 +12134,19 @@
|
|
|
12094
12134
|
displayName: "Styles__StyledMenuSelectorDots",
|
|
12095
12135
|
componentId: "sc-1x7qbnu-0"
|
|
12096
12136
|
})(["", ""], {
|
|
12097
|
-
"
|
|
12137
|
+
"marginLeft": "0.5rem",
|
|
12098
12138
|
"flexShrink": "0",
|
|
12099
|
-
"
|
|
12139
|
+
"cursor": "pointer"
|
|
12100
12140
|
});
|
|
12101
12141
|
StyledMenuSelectorDots.displayName = "StyledMenuSelectorDots";
|
|
12102
12142
|
var StyledMenuSelectorBack = styled__default["default"](ArrowLeftIcon$1).withConfig({
|
|
12103
12143
|
displayName: "Styles__StyledMenuSelectorBack",
|
|
12104
12144
|
componentId: "sc-1x7qbnu-1"
|
|
12105
12145
|
})(["", ""], {
|
|
12106
|
-
"
|
|
12107
|
-
"stroke": "currentColor",
|
|
12146
|
+
"marginRight": "0.5rem",
|
|
12108
12147
|
"flexShrink": "0",
|
|
12109
|
-
"
|
|
12148
|
+
"cursor": "pointer",
|
|
12149
|
+
"stroke": "currentColor"
|
|
12110
12150
|
});
|
|
12111
12151
|
StyledMenuSelectorBack.displayName = "StyledMenuSelectorBack";
|
|
12112
12152
|
var StyledMenuSelector = styled__default["default"].div.withConfig({
|
|
@@ -12118,9 +12158,9 @@
|
|
|
12118
12158
|
displayName: "Styles__StyledMenuSelectorInner",
|
|
12119
12159
|
componentId: "sc-1x7qbnu-3"
|
|
12120
12160
|
})(["", ""], {
|
|
12161
|
+
"margin": "1rem",
|
|
12121
12162
|
"display": "flex",
|
|
12122
|
-
"alignItems": "center"
|
|
12123
|
-
"margin": "1rem"
|
|
12163
|
+
"alignItems": "center"
|
|
12124
12164
|
});
|
|
12125
12165
|
StyledMenuSelectorInner.displayName = "StyledMenuSelectorInner";
|
|
12126
12166
|
|
|
@@ -12345,8 +12385,8 @@
|
|
|
12345
12385
|
});
|
|
12346
12386
|
}, function (props) {
|
|
12347
12387
|
return props.$position === "right" && styled.css(["", ""], {
|
|
12348
|
-
"
|
|
12349
|
-
"
|
|
12388
|
+
"marginLeft": "auto",
|
|
12389
|
+
"marginRight": "0.5rem"
|
|
12350
12390
|
});
|
|
12351
12391
|
}, function (props) {
|
|
12352
12392
|
return props.$mode === "stretch" && props.$position !== "left" && styled.css(["", "{span{right:48px;}}"], StyledSheetIcons);
|
|
@@ -12611,12 +12651,12 @@
|
|
|
12611
12651
|
displayName: "Styles__StyledAccordion",
|
|
12612
12652
|
componentId: "sc-h8w6zs-0"
|
|
12613
12653
|
})(["", " ", " ", ""], {
|
|
12614
|
-
"borderRadius": "0.5rem",
|
|
12615
12654
|
"overflow": "hidden",
|
|
12616
|
-
"
|
|
12655
|
+
"borderRadius": "0.5rem",
|
|
12617
12656
|
"borderWidth": "1px",
|
|
12618
|
-
"
|
|
12619
|
-
"
|
|
12657
|
+
"borderBottomWidth": "0px",
|
|
12658
|
+
"borderStyle": "solid",
|
|
12659
|
+
"borderColor": "var(--border-primary)"
|
|
12620
12660
|
}, FontStyle, BoxSizingStyle);
|
|
12621
12661
|
StyledAccordion.displayName = "StyledAccordion";
|
|
12622
12662
|
var StyledAccordionItem = styled__default["default"].div.withConfig({
|
|
@@ -12803,26 +12843,26 @@
|
|
|
12803
12843
|
displayName: "Styles__StyledChoose",
|
|
12804
12844
|
componentId: "sc-1j2qv02-0"
|
|
12805
12845
|
})(["", " ", " ", " ", " height:32px;padding:0 16px;transition:all 0.3s ease;border:1px solid var(--border-primary);font-size:13px;transition-duration:0.3s;&:hover{", " box-shadow:inset 0 0 5px 3px var(--color-primary-300);}", ""], {
|
|
12806
|
-
"
|
|
12807
|
-
"
|
|
12846
|
+
"margin": "0px",
|
|
12847
|
+
"display": "inline-block",
|
|
12808
12848
|
"verticalAlign": "middle",
|
|
12809
12849
|
"fontWeight": "500",
|
|
12810
|
-
"display": "inline-block",
|
|
12811
12850
|
"lineHeight": "1",
|
|
12812
|
-
"
|
|
12813
|
-
"
|
|
12851
|
+
"textDecorationLine": "none",
|
|
12852
|
+
"WebkitFontSmoothing": "antialiased",
|
|
12853
|
+
"MozOsxFontSmoothing": "grayscale"
|
|
12814
12854
|
}, {
|
|
12815
|
-
"userSelect": "none",
|
|
12816
12855
|
"cursor": "pointer",
|
|
12817
|
-
"
|
|
12856
|
+
"userSelect": "none",
|
|
12818
12857
|
"borderRadius": "0.5rem",
|
|
12858
|
+
"textAlign": "center",
|
|
12819
12859
|
"color": "var(--color-theme-700)"
|
|
12820
12860
|
}, FontStyle, BoxSizingStyle, {
|
|
12821
12861
|
"borderColor": "var(--color-primary)"
|
|
12822
12862
|
}, function (props) {
|
|
12823
12863
|
return props.active && styled.css(["", " background-color:var(--color-primary-300);"], {
|
|
12824
|
-
"
|
|
12825
|
-
"
|
|
12864
|
+
"zIndex": "0",
|
|
12865
|
+
"borderColor": "var(--color-primary)"
|
|
12826
12866
|
});
|
|
12827
12867
|
});
|
|
12828
12868
|
StyledChoose.displayName = "StyledChoose";
|
|
@@ -12855,18 +12895,18 @@
|
|
|
12855
12895
|
displayName: "Styles__StyledLink",
|
|
12856
12896
|
componentId: "sc-1c1jdox-1"
|
|
12857
12897
|
})(["", " ", " ", " border:none;height:32px;transition:background-color 0.3s ease,box-shadow 0.3s ease,color 0.3s ease,border-color 0.3s ease;svg{fill:currentColor;}&::-moz-focus-inner{border:0;}&:focus{outline:none;}&:hover{text-decoration:none;}", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", ""], FontStyle, BoxSizingStyle, {
|
|
12858
|
-
"WebkitFontSmoothing": "antialiased",
|
|
12859
|
-
"MozOsxFontSmoothing": "grayscale",
|
|
12860
|
-
"fontWeight": "500",
|
|
12861
|
-
"lineHeight": "1.25rem",
|
|
12862
12898
|
"margin": "0px",
|
|
12863
|
-
"textDecoration": "none",
|
|
12864
|
-
"fontSize": "0.875rem",
|
|
12865
|
-
"userSelect": "none",
|
|
12866
|
-
"cursor": "pointer",
|
|
12867
12899
|
"display": "inline-flex",
|
|
12900
|
+
"cursor": "pointer",
|
|
12901
|
+
"userSelect": "none",
|
|
12868
12902
|
"alignItems": "center",
|
|
12869
|
-
"justifyContent": "center"
|
|
12903
|
+
"justifyContent": "center",
|
|
12904
|
+
"fontSize": "0.875rem",
|
|
12905
|
+
"lineHeight": "1",
|
|
12906
|
+
"fontWeight": "500",
|
|
12907
|
+
"textDecorationLine": "none",
|
|
12908
|
+
"WebkitFontSmoothing": "antialiased",
|
|
12909
|
+
"MozOsxFontSmoothing": "grayscale"
|
|
12870
12910
|
}, function (props) {
|
|
12871
12911
|
return props.disabled && styled.css(["cursor:default;opacity:50%;pointer-events:none;"]);
|
|
12872
12912
|
}, function (props) {
|
|
@@ -12904,22 +12944,22 @@
|
|
|
12904
12944
|
displayName: "Styles__StyledBackLink",
|
|
12905
12945
|
componentId: "sc-1c1jdox-3"
|
|
12906
12946
|
})(["", " ", " ", " text-decoration:none;border:transparent 1px solid;border-radius:20px;height:32px;font-size:10px;font-weight:500;display:table-cell;vertical-align:middle;&:before,&:after{content:\"\";", " border-width:0 1px 1px 0;position:absolute;left:0;transition:all ease 0.3s;}&:before{", " transform:translateX(1rem) translateY(0.1rem) rotate(135deg);}&:after{", " transform:translateX(2rem) translateY(0.1rem) rotate(135deg);}&:hover{text-decoration:none;border-color:var(--border-primary);&:before{", " transform:translateX(0rem) translateY(0.1rem) rotate(135deg);}&:after{", " transform:translateX(1rem) translateY(0.1rem) rotate(135deg);}}"], FontStyle, BoxSizingStyle, {
|
|
12947
|
+
"display": "inline-flex",
|
|
12948
|
+
"cursor": "pointer",
|
|
12907
12949
|
"paddingLeft": "2rem",
|
|
12950
|
+
"paddingRight": "1rem",
|
|
12951
|
+
"verticalAlign": "middle",
|
|
12908
12952
|
"fontSize": "0.6875rem",
|
|
12909
12953
|
"textTransform": "uppercase",
|
|
12910
|
-
"
|
|
12911
|
-
"verticalAlign": "middle",
|
|
12912
|
-
"paddingRight": "1rem",
|
|
12913
|
-
"color": "var(--color-theme-600)",
|
|
12914
|
-
"cursor": "pointer"
|
|
12954
|
+
"color": "var(--color-theme-600)"
|
|
12915
12955
|
}, {
|
|
12916
|
-
"borderStyle": "solid",
|
|
12917
|
-
"color": "var(--color-theme-700)",
|
|
12918
12956
|
"display": "inline-block",
|
|
12919
|
-
"padding": "0px",
|
|
12920
|
-
"width": "0.5rem",
|
|
12921
12957
|
"height": "0.5rem",
|
|
12922
|
-
"
|
|
12958
|
+
"width": "0.5rem",
|
|
12959
|
+
"borderStyle": "solid",
|
|
12960
|
+
"backgroundRepeat": "no-repeat",
|
|
12961
|
+
"padding": "0px",
|
|
12962
|
+
"color": "var(--color-theme-700)"
|
|
12923
12963
|
}, {
|
|
12924
12964
|
"opacity": "1"
|
|
12925
12965
|
}, {
|
|
@@ -13489,8 +13529,8 @@
|
|
|
13489
13529
|
displayName: "Styles__StyledSelectDateDatePicker",
|
|
13490
13530
|
componentId: "sc-1jkx994-3"
|
|
13491
13531
|
})(["", " color:red;"], {
|
|
13492
|
-
"
|
|
13493
|
-
"
|
|
13532
|
+
"paddingBottom": "0.5rem",
|
|
13533
|
+
"paddingTop": "1rem"
|
|
13494
13534
|
});
|
|
13495
13535
|
StyledSelectDateDatePicker.displayName = "StyledSelectDateDatePicker";
|
|
13496
13536
|
var StyledSelectDateFooter = styled__default["default"].div.withConfig({
|
|
@@ -15595,25 +15635,22 @@
|
|
|
15595
15635
|
componentId: "sc-1wapx2a-2"
|
|
15596
15636
|
})(["", " background-color:inherit;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;text-overflow:ellipsis;&:focus-whitin{text-overflow:clip;}outline-width:0px;outline:none;&:disabled{display:none;}"], {
|
|
15597
15637
|
"position": "absolute",
|
|
15598
|
-
"
|
|
15599
|
-
"
|
|
15600
|
-
"
|
|
15601
|
-
"
|
|
15638
|
+
"inset": "0px",
|
|
15639
|
+
"boxSizing": "border-box",
|
|
15640
|
+
"width": "100%",
|
|
15641
|
+
"overflow": "hidden",
|
|
15642
|
+
"whiteSpace": "nowrap",
|
|
15643
|
+
"borderRadius": "0.375rem",
|
|
15602
15644
|
"borderWidth": "1px",
|
|
15603
|
-
"borderColor": "rgba(0, 0, 0, 0)",
|
|
15604
15645
|
"borderStyle": "solid",
|
|
15605
|
-
"
|
|
15606
|
-
"borderColor": "var(--color-theme-700)"
|
|
15607
|
-
},
|
|
15646
|
+
"borderColor": "transparent",
|
|
15608
15647
|
":focus-within": {
|
|
15609
|
-
"
|
|
15610
|
-
"
|
|
15648
|
+
"overflow": "scroll",
|
|
15649
|
+
"borderColor": "var(--color-theme-700)"
|
|
15611
15650
|
},
|
|
15612
|
-
"
|
|
15613
|
-
|
|
15614
|
-
|
|
15615
|
-
"whiteSpace": "nowrap",
|
|
15616
|
-
"width": "100%"
|
|
15651
|
+
":hover": {
|
|
15652
|
+
"borderColor": "var(--color-theme-700)"
|
|
15653
|
+
}
|
|
15617
15654
|
});
|
|
15618
15655
|
StyledInput$1.displayName = "StyledInput";
|
|
15619
15656
|
|
|
@@ -17415,6 +17452,7 @@
|
|
|
17415
17452
|
exports.RearrangeSmallIcon = RearrangeSmallIcon$1;
|
|
17416
17453
|
exports.RecurringCheckmarkIcon = RecurringCheckmarkIcon$1;
|
|
17417
17454
|
exports.RecurringCheckmarkSmallIcon = RecurringCheckmarkSmallIcon$1;
|
|
17455
|
+
exports.RecurringSmallIcon = RecurringSmallIcon$1;
|
|
17418
17456
|
exports.ReportTimeIcon = ReportTimeIcon$1;
|
|
17419
17457
|
exports.ReportsIcon = ReportsIcon$1;
|
|
17420
17458
|
exports.ResizeTransition = ResizeTransition;
|