@activecollab/components 1.0.350 → 1.0.351

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.
Files changed (49) hide show
  1. package/dist/cjs/components/Accordion/Styles.js +4 -4
  2. package/dist/cjs/components/Bubble/Styles.js +8 -7
  3. package/dist/cjs/components/Bubble/Styles.js.map +1 -1
  4. package/dist/cjs/components/ButtonGroup/Styles.js +2 -2
  5. package/dist/cjs/components/Choose/Styles.js +9 -9
  6. package/dist/cjs/components/CompleteCheckbox/Styles.js +8 -8
  7. package/dist/cjs/components/DatePicker/Styles.js +2 -2
  8. package/dist/cjs/components/EditableContent/Styles.js +12 -15
  9. package/dist/cjs/components/EditableContent/Styles.js.map +1 -1
  10. package/dist/cjs/components/Expanders/Styles.js +2 -2
  11. package/dist/cjs/components/Links/Styles.js +19 -19
  12. package/dist/cjs/components/Menu/Styles.js +3 -3
  13. package/dist/cjs/components/MenuSelector/Styles.js +7 -7
  14. package/dist/cjs/components/Nav/Styles.js +8 -8
  15. package/dist/cjs/components/Pickers/Styles.js +6 -6
  16. package/dist/cjs/components/ScrollShadow/Styles.js +4 -4
  17. package/dist/cjs/components/SelectDate/Styles.js +2 -2
  18. package/dist/cjs/components/Sheet/Styles.js +2 -2
  19. package/dist/cjs/components/Signifier/Styles.js +2 -2
  20. package/dist/cjs/components/Steppers/DateStepper/Styles.js +26 -26
  21. package/dist/cjs/components/Tables/Styles.js +20 -19
  22. package/dist/cjs/components/Tables/Styles.js.map +1 -1
  23. package/dist/esm/components/Accordion/Styles.js +4 -4
  24. package/dist/esm/components/Bubble/Styles.js +8 -7
  25. package/dist/esm/components/Bubble/Styles.js.map +1 -1
  26. package/dist/esm/components/ButtonGroup/Styles.js +2 -2
  27. package/dist/esm/components/Choose/Styles.js +9 -9
  28. package/dist/esm/components/CompleteCheckbox/Styles.js +8 -8
  29. package/dist/esm/components/DatePicker/Styles.js +2 -2
  30. package/dist/esm/components/EditableContent/Styles.js +12 -15
  31. package/dist/esm/components/EditableContent/Styles.js.map +1 -1
  32. package/dist/esm/components/Expanders/Styles.js +2 -2
  33. package/dist/esm/components/Links/Styles.js +19 -19
  34. package/dist/esm/components/Menu/Styles.js +3 -3
  35. package/dist/esm/components/MenuSelector/Styles.js +7 -7
  36. package/dist/esm/components/Nav/Styles.js +8 -8
  37. package/dist/esm/components/Pickers/Styles.js +6 -6
  38. package/dist/esm/components/ScrollShadow/Styles.js +4 -4
  39. package/dist/esm/components/SelectDate/Styles.js +2 -2
  40. package/dist/esm/components/Sheet/Styles.js +2 -2
  41. package/dist/esm/components/Signifier/Styles.js +2 -2
  42. package/dist/esm/components/Steppers/DateStepper/Styles.js +26 -26
  43. package/dist/esm/components/Tables/Styles.js +20 -19
  44. package/dist/esm/components/Tables/Styles.js.map +1 -1
  45. package/dist/index.js +146 -147
  46. package/dist/index.js.map +1 -1
  47. package/dist/index.min.js +1 -1
  48. package/dist/index.min.js.map +1 -1
  49. package/package.json +2 -2
@@ -12,12 +12,12 @@ var StyledAccordion = _styledComponents.default.div.withConfig({
12
12
  displayName: "Styles__StyledAccordion",
13
13
  componentId: "sc-h8w6zs-0"
14
14
  })(["", " ", " ", ""], {
15
- "borderRadius": "0.5rem",
16
15
  "overflow": "hidden",
17
- "borderStyle": "solid",
16
+ "borderRadius": "0.5rem",
18
17
  "borderWidth": "1px",
19
- "borderColor": "var(--border-primary)",
20
- "borderBottomWidth": "0px"
18
+ "borderBottomWidth": "0px",
19
+ "borderStyle": "solid",
20
+ "borderColor": "var(--border-primary)"
21
21
  }, _FontStyle.FontStyle, _BoxSizingStyle.BoxSizingStyle);
22
22
  exports.StyledAccordion = StyledAccordion;
23
23
  StyledAccordion.displayName = "StyledAccordion";
@@ -12,18 +12,19 @@ var StyledBubble = _styledComponents.default.div.withConfig({
12
12
  displayName: "Styles__StyledBubble",
13
13
  componentId: "sc-tloccl-0"
14
14
  })(["", " transition:opacity 0.2s,visibility 0.2s;", " ", " background-color:var(--page-paper-main);"], {
15
- "--tw-bg-opacity": "1",
16
- "backgroundColor": "rgba(255, 255, 255, var(--tw-bg-opacity))",
17
- "--tw-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
18
- "boxShadow": "var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)",
19
- "borderColor": "var(--color-theme-200)",
15
+ "visibility": "visible",
16
+ "display": "block",
20
17
  "borderRadius": "0.5rem",
21
18
  "borderWidth": "1px",
22
19
  "borderStyle": "solid",
20
+ "borderColor": "var(--color-theme-200)",
21
+ "--tw-bg-opacity": "1",
22
+ "backgroundColor": "rgb(255 255 255 / var(--tw-bg-opacity))",
23
23
  "color": "var(--color-theme-800)",
24
24
  "opacity": "1",
25
- "display": "block",
26
- "visibility": "visible"
25
+ "--tw-shadow": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
26
+ "--tw-shadow-colored": "0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)",
27
+ "boxShadow": "var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)"
27
28
  }, _FontStyle.FontStyle, _BoxSizingStyle.BoxSizingStyle);
28
29
  exports.StyledBubble = StyledBubble;
29
30
  StyledBubble.displayName = "StyledBubble";
@@ -1 +1 @@
1
- {"version":3,"file":"Styles.js","names":["StyledBubble","styled","div","FontStyle","BoxSizingStyle","displayName"],"sources":["../../../../src/components/Bubble/Styles.ts"],"sourcesContent":["import styled from \"styled-components\";\nimport tw from \"twin.macro\";\nimport { BoxSizingStyle } from \"../BoxSizingStyle\";\nimport { FontStyle } from \"../FontStyle\";\n\nexport const StyledBubble = styled.div`\n ${tw`tw-bg-white tw-shadow-md tw-border-theme-200 tw-rounded-lg tw-border tw-border-solid tw-text-theme-800 tw-opacity-100 tw-block tw-visible`}\n transition: opacity 0.2s, visibility 0.2s;\n ${FontStyle}\n ${BoxSizingStyle}\n background-color: var(--page-paper-main);\n`;\n\nStyledBubble.displayName = \"StyledBubble\";\n"],"mappings":";;;;;;AAAA;AAEA;AACA;AAAyC;AAElC,IAAMA,YAAY,GAAGC,yBAAM,CAACC,GAAG;EAAA;EAAA;AAAA,wGAChC;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;AAA0I,CAAC,EAE7IC,oBAAS,EACTC,8BAAc,CAEjB;AAAC;AAEFJ,YAAY,CAACK,WAAW,GAAG,cAAc"}
1
+ {"version":3,"file":"Styles.js","names":["StyledBubble","styled","div","FontStyle","BoxSizingStyle","displayName"],"sources":["../../../../src/components/Bubble/Styles.ts"],"sourcesContent":["import styled from \"styled-components\";\nimport tw from \"twin.macro\";\nimport { BoxSizingStyle } from \"../BoxSizingStyle\";\nimport { FontStyle } from \"../FontStyle\";\n\nexport const StyledBubble = styled.div`\n ${tw`tw-bg-white tw-shadow-md tw-border-theme-200 tw-rounded-lg tw-border tw-border-solid tw-text-theme-800 tw-opacity-100 tw-block tw-visible`}\n transition: opacity 0.2s, visibility 0.2s;\n ${FontStyle}\n ${BoxSizingStyle}\n background-color: var(--page-paper-main);\n`;\n\nStyledBubble.displayName = \"StyledBubble\";\n"],"mappings":";;;;;;AAAA;AAEA;AACA;AAAyC;AAElC,IAAMA,YAAY,GAAGC,yBAAM,CAACC,GAAG;EAAA;EAAA;AAAA,wGAChC;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;AAA0I,CAAC,EAE7IC,oBAAS,EACTC,8BAAc,CAEjB;AAAC;AAEFJ,YAAY,CAACK,WAAW,GAAG,cAAc"}
@@ -25,8 +25,8 @@ var StyledButtonGroup = _styledComponents.default.div.withConfig({
25
25
  "marginRight": "-1px",
26
26
  "borderRadius": "0px"
27
27
  }, {
28
- "color": "var(--color-theme-900)",
29
- "fill": "currentColor"
28
+ "fill": "currentColor",
29
+ "color": "var(--color-theme-900)"
30
30
  });
31
31
  exports.StyledButtonGroup = StyledButtonGroup;
32
32
  StyledButtonGroup.displayName = "StyledButtonGroup";
@@ -14,26 +14,26 @@ var StyledChoose = _styledComponents.default.button.withConfig({
14
14
  displayName: "Styles__StyledChoose",
15
15
  componentId: "sc-1j2qv02-0"
16
16
  })(["", " ", " ", " ", " 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);}", ""], {
17
- "WebkitFontSmoothing": "antialiased",
18
- "MozOsxFontSmoothing": "grayscale",
17
+ "margin": "0px",
18
+ "display": "inline-block",
19
19
  "verticalAlign": "middle",
20
20
  "fontWeight": "500",
21
- "display": "inline-block",
22
21
  "lineHeight": "1",
23
- "margin": "0px",
24
- "textDecoration": "none"
22
+ "textDecorationLine": "none",
23
+ "WebkitFontSmoothing": "antialiased",
24
+ "MozOsxFontSmoothing": "grayscale"
25
25
  }, {
26
- "userSelect": "none",
27
26
  "cursor": "pointer",
28
- "textAlign": "center",
27
+ "userSelect": "none",
29
28
  "borderRadius": "0.5rem",
29
+ "textAlign": "center",
30
30
  "color": "var(--color-theme-700)"
31
31
  }, _FontStyle.FontStyle, _BoxSizingStyle.BoxSizingStyle, {
32
32
  "borderColor": "var(--color-primary)"
33
33
  }, function (props) {
34
34
  return props.active && (0, _styledComponents.css)(["", " background-color:var(--color-primary-300);"], {
35
- "borderColor": "var(--color-primary)",
36
- "zIndex": "0"
35
+ "zIndex": "0",
36
+ "borderColor": "var(--color-primary)"
37
37
  });
38
38
  });
39
39
  exports.StyledChoose = StyledChoose;
@@ -14,16 +14,16 @@ var StyledCompleteCheckbox = _styledComponents.default.button.withConfig({
14
14
  displayName: "Styles__StyledCompleteCheckbox",
15
15
  componentId: "sc-1801dzg-0"
16
16
  })(["", " 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;", "}", " ", " ", " ", " ", ""], {
17
- "width": "1.5rem",
17
+ "position": "relative",
18
18
  "height": "1.5rem",
19
+ "width": "1.5rem",
20
+ "cursor": "pointer",
19
21
  "borderRadius": "9999px",
20
22
  "borderWidth": "1px",
21
- "borderStyle": "solid",
22
- "position": "relative",
23
- "cursor": "pointer"
23
+ "borderStyle": "solid"
24
24
  }, {
25
- "position": "absolute",
26
- "pointerEvents": "none"
25
+ "pointerEvents": "none",
26
+ "position": "absolute"
27
27
  }, function (props) {
28
28
  return props.$primary && (0, _styledComponents.css)(["svg path{stroke:var(--color-primary);}"]);
29
29
  }, function (props) {
@@ -43,8 +43,8 @@ var StyledCompleteCheckbox = _styledComponents.default.button.withConfig({
43
43
  });
44
44
  }, function (props) {
45
45
  return !props.$checkMarkClassName && (0, _styledComponents.css)(["svg{", "}"], {
46
- "width": "3rem",
47
- "height": "3rem"
46
+ "height": "3rem",
47
+ "width": "3rem"
48
48
  });
49
49
  });
50
50
  exports.StyledCompleteCheckbox = StyledCompleteCheckbox;
@@ -34,8 +34,8 @@ var StyledDayPicker = (0, _styledComponents.default)(_reactDayPicker.default).wi
34
34
  }, {
35
35
  "color": "var(--color-theme-600)"
36
36
  }, {
37
- "color": "var(--color-theme-900)",
38
- "fontWeight": "700"
37
+ "fontWeight": "700",
38
+ "color": "var(--color-theme-900)"
39
39
  });
40
40
  exports.StyledDayPicker = StyledDayPicker;
41
41
  var StyledDatePickerCSSTransition = (0, _styledComponents.default)(_reactTransitionGroup.CSSTransition).withConfig({
@@ -34,25 +34,22 @@ var StyledInput = (0, _styledComponents.default)(_Typography.Typography).withCon
34
34
  componentId: "sc-1wapx2a-2"
35
35
  })(["", " 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;}"], {
36
36
  "position": "absolute",
37
- "top": "0px",
38
- "right": "0px",
39
- "bottom": "0px",
40
- "left": "0px",
37
+ "inset": "0px",
38
+ "boxSizing": "border-box",
39
+ "width": "100%",
40
+ "overflow": "hidden",
41
+ "whiteSpace": "nowrap",
42
+ "borderRadius": "0.375rem",
41
43
  "borderWidth": "1px",
42
- "borderColor": "rgba(0, 0, 0, 0)",
43
44
  "borderStyle": "solid",
44
- ":hover": {
45
- "borderColor": "var(--color-theme-700)"
46
- },
45
+ "borderColor": "transparent",
47
46
  ":focus-within": {
48
- "borderColor": "var(--color-theme-700)",
49
- "overflow": "scroll"
47
+ "overflow": "scroll",
48
+ "borderColor": "var(--color-theme-700)"
50
49
  },
51
- "borderRadius": "0.375rem",
52
- "boxSizing": "border-box",
53
- "overflow": "hidden",
54
- "whiteSpace": "nowrap",
55
- "width": "100%"
50
+ ":hover": {
51
+ "borderColor": "var(--color-theme-700)"
52
+ }
56
53
  });
57
54
  exports.StyledInput = StyledInput;
58
55
  StyledInput.displayName = "StyledInput";
@@ -1 +1 @@
1
- {"version":3,"file":"Styles.js","names":["StyledDiv","styled","div","FontStyle","BoxSizingStyle","StyledSpan","Typography","$disabled","css","displayName","StyledInput"],"sources":["../../../../src/components/EditableContent/Styles.ts"],"sourcesContent":["import styled, { css } from \"styled-components\";\nimport tw from \"twin.macro\";\nimport { BoxSizingStyle } from \"../BoxSizingStyle\";\nimport { FontStyle } from \"../FontStyle\";\nimport { Typography } from \"../Typography/Typography\";\n\nexport const StyledDiv = styled.div`\n ${FontStyle}\n ${BoxSizingStyle}\n\n ${tw`tw-relative tw-inline-block tw-max-w-full`}\n`;\n\nexport const StyledSpan = styled(Typography)<{ $disabled?: boolean }>`\n visibility: hidden;\n display: block;\n padding-left: 4px;\n padding-right: 4px;\n padding-top: 1px;\n padding-bottom: 1px;\n position: relative;\n border: 1px solid transparent;\n border-radius: 6px;\n max-width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: pre;\n\n ${({ $disabled }) =>\n $disabled &&\n css`\n visibility: visible;\n `}\n\n &:empty:before {\n content: \"i\";\n }\n`;\n\nStyledSpan.displayName = \"StyledSpan\";\n\nexport const StyledInput = styled(Typography)`\n ${tw`\n tw-absolute\n tw-inset-0\n tw-border\n tw-border-transparent\n tw-border-solid\n hover:tw-border-theme-700\n focus-within:tw-border-theme-700\n tw-rounded-md\n tw-box-border\n tw-overflow-hidden\n tw-whitespace-nowrap\n focus-within:tw-overflow-scroll\n tw-w-full`}\n\n background-color: inherit;\n padding-left: 4px;\n padding-right: 4px;\n padding-top: 1px;\n padding-bottom: 1px;\n text-overflow: ellipsis;\n &:focus-whitin {\n text-overflow: clip;\n }\n outline-width: 0px;\n outline: none;\n &:disabled {\n display: none;\n }\n`;\n\nStyledInput.displayName = \"StyledInput\";\n"],"mappings":";;;;;;;AAAA;AAEA;AACA;AACA;AAAsD;AAAA;AAE/C,IAAMA,SAAS,GAAGC,yBAAM,CAACC,GAAG;EAAA;EAAA;AAAA,uBAC/BC,oBAAS,EACTC,8BAAc,EAEZ;EAAA;EAAA;EAAA;AAA0C,CAAC,CAChD;AAAC;AAEK,IAAMC,UAAU,GAAG,IAAAJ,yBAAM,EAACK,sBAAU,CAAC;EAAA;EAAA;AAAA,yRAexC;EAAA,IAAGC,SAAS,QAATA,SAAS;EAAA,OACZA,SAAS,QACTC,qBAAG,0BAEF;AAAA,EAKJ;AAAC;AAEFH,UAAU,CAACI,WAAW,GAAG,YAAY;AAE9B,IAAMC,WAAW,GAAG,IAAAT,yBAAM,EAACK,sBAAU,CAAC;EAAA;EAAA;AAAA,+NACvC;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;IAAA;EAAA;EAAA;IAAA;IAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;AAaO,CAAC,CAgBb;AAAC;AAEFI,WAAW,CAACD,WAAW,GAAG,aAAa"}
1
+ {"version":3,"file":"Styles.js","names":["StyledDiv","styled","div","FontStyle","BoxSizingStyle","StyledSpan","Typography","$disabled","css","displayName","StyledInput"],"sources":["../../../../src/components/EditableContent/Styles.ts"],"sourcesContent":["import styled, { css } from \"styled-components\";\nimport tw from \"twin.macro\";\nimport { BoxSizingStyle } from \"../BoxSizingStyle\";\nimport { FontStyle } from \"../FontStyle\";\nimport { Typography } from \"../Typography/Typography\";\n\nexport const StyledDiv = styled.div`\n ${FontStyle}\n ${BoxSizingStyle}\n\n ${tw`tw-relative tw-inline-block tw-max-w-full`}\n`;\n\nexport const StyledSpan = styled(Typography)<{ $disabled?: boolean }>`\n visibility: hidden;\n display: block;\n padding-left: 4px;\n padding-right: 4px;\n padding-top: 1px;\n padding-bottom: 1px;\n position: relative;\n border: 1px solid transparent;\n border-radius: 6px;\n max-width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: pre;\n\n ${({ $disabled }) =>\n $disabled &&\n css`\n visibility: visible;\n `}\n\n &:empty:before {\n content: \"i\";\n }\n`;\n\nStyledSpan.displayName = \"StyledSpan\";\n\nexport const StyledInput = styled(Typography)`\n ${tw`\n tw-absolute\n tw-inset-0\n tw-border\n tw-border-transparent\n tw-border-solid\n hover:tw-border-theme-700\n focus-within:tw-border-theme-700\n tw-rounded-md\n tw-box-border\n tw-overflow-hidden\n tw-whitespace-nowrap\n focus-within:tw-overflow-scroll\n tw-w-full`}\n\n background-color: inherit;\n padding-left: 4px;\n padding-right: 4px;\n padding-top: 1px;\n padding-bottom: 1px;\n text-overflow: ellipsis;\n &:focus-whitin {\n text-overflow: clip;\n }\n outline-width: 0px;\n outline: none;\n &:disabled {\n display: none;\n }\n`;\n\nStyledInput.displayName = \"StyledInput\";\n"],"mappings":";;;;;;;AAAA;AAEA;AACA;AACA;AAAsD;AAAA;AAE/C,IAAMA,SAAS,GAAGC,yBAAM,CAACC,GAAG;EAAA;EAAA;AAAA,uBAC/BC,oBAAS,EACTC,8BAAc,EAEZ;EAAA;EAAA;EAAA;AAA0C,CAAC,CAChD;AAAC;AAEK,IAAMC,UAAU,GAAG,IAAAJ,yBAAM,EAACK,sBAAU,CAAC;EAAA;EAAA;AAAA,yRAexC;EAAA,IAAGC,SAAS,QAATA,SAAS;EAAA,OACZA,SAAS,QACTC,qBAAG,0BAEF;AAAA,EAKJ;AAAC;AAEFH,UAAU,CAACI,WAAW,GAAG,YAAY;AAE9B,IAAMC,WAAW,GAAG,IAAAT,yBAAM,EAACK,sBAAU,CAAC;EAAA;EAAA;AAAA,+NACvC;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;EAAA;EAAA;IAAA;EAAA;AAaO,CAAC,CAgBb;AAAC;AAEFI,WAAW,CAACD,WAAW,GAAG,aAAa"}
@@ -12,9 +12,9 @@ var StyledExpand = _styledComponents.default.svg.withConfig({
12
12
  displayName: "Styles__StyledExpand",
13
13
  componentId: "sc-zjpl2-0"
14
14
  })(["", ""], {
15
- "fill": "currentColor",
15
+ "height": "1.5rem",
16
16
  "width": "1.5rem",
17
- "height": "1.5rem"
17
+ "fill": "currentColor"
18
18
  });
19
19
  exports.StyledExpand = StyledExpand;
20
20
  StyledExpand.displayName = "StyledExpand";
@@ -19,18 +19,18 @@ var StyledLink = _styledComponents.default.a.withConfig({
19
19
  displayName: "Styles__StyledLink",
20
20
  componentId: "sc-1c1jdox-1"
21
21
  })(["", " ", " ", " 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.FontStyle, _BoxSizingStyle.BoxSizingStyle, {
22
- "WebkitFontSmoothing": "antialiased",
23
- "MozOsxFontSmoothing": "grayscale",
24
- "fontWeight": "500",
25
- "lineHeight": "1.25rem",
26
22
  "margin": "0px",
27
- "textDecoration": "none",
28
- "fontSize": "0.875rem",
29
- "userSelect": "none",
30
- "cursor": "pointer",
31
23
  "display": "inline-flex",
24
+ "cursor": "pointer",
25
+ "userSelect": "none",
32
26
  "alignItems": "center",
33
- "justifyContent": "center"
27
+ "justifyContent": "center",
28
+ "fontSize": "0.875rem",
29
+ "lineHeight": "1",
30
+ "fontWeight": "500",
31
+ "textDecorationLine": "none",
32
+ "WebkitFontSmoothing": "antialiased",
33
+ "MozOsxFontSmoothing": "grayscale"
34
34
  }, function (props) {
35
35
  return props.disabled && (0, _styledComponents.css)(["cursor:default;opacity:50%;pointer-events:none;"]);
36
36
  }, function (props) {
@@ -70,22 +70,22 @@ var StyledBackLink = _styledComponents.default.a.withConfig({
70
70
  displayName: "Styles__StyledBackLink",
71
71
  componentId: "sc-1c1jdox-3"
72
72
  })(["", " ", " ", " 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.FontStyle, _BoxSizingStyle.BoxSizingStyle, {
73
+ "display": "inline-flex",
74
+ "cursor": "pointer",
73
75
  "paddingLeft": "2rem",
76
+ "paddingRight": "1rem",
77
+ "verticalAlign": "middle",
74
78
  "fontSize": "0.6875rem",
75
79
  "textTransform": "uppercase",
76
- "display": "inline-flex",
77
- "verticalAlign": "middle",
78
- "paddingRight": "1rem",
79
- "color": "var(--color-theme-600)",
80
- "cursor": "pointer"
80
+ "color": "var(--color-theme-600)"
81
81
  }, {
82
- "borderStyle": "solid",
83
- "color": "var(--color-theme-700)",
84
82
  "display": "inline-block",
85
- "padding": "0px",
86
- "width": "0.5rem",
87
83
  "height": "0.5rem",
88
- "backgroundRepeat": "no-repeat"
84
+ "width": "0.5rem",
85
+ "borderStyle": "solid",
86
+ "backgroundRepeat": "no-repeat",
87
+ "padding": "0px",
88
+ "color": "var(--color-theme-700)"
89
89
  }, {
90
90
  "opacity": "1"
91
91
  }, {
@@ -15,11 +15,11 @@ var StyledMenu = (0, _styledComponents.default)(_Bubble.Bubble).withConfig({
15
15
  displayName: "Styles__StyledMenu",
16
16
  componentId: "sc-8fhkp-0"
17
17
  })(["", " ", " ", " width:", ";color:var(--color-theme-700);a:focus,a:active{outline:none;}", " ", " ", ""], {
18
- "backgroundColor": "var(--page-paper-main)",
19
- "borderColor": "var(--border-primary)",
20
18
  "marginTop": "0.25rem",
21
19
  "marginBottom": "0.25rem",
22
- "overflow": "auto"
20
+ "overflow": "auto",
21
+ "borderColor": "var(--border-primary)",
22
+ "backgroundColor": "var(--page-paper-main)"
23
23
  }, _FontStyle.FontStyle, _BoxSizingStyle.BoxSizingStyle, function (props) {
24
24
  return props.$mode;
25
25
  }, function (props) {
@@ -14,9 +14,9 @@ var StyledMenuSelectorDots = (0, _styledComponents.default)(_TreeDots.default).w
14
14
  displayName: "Styles__StyledMenuSelectorDots",
15
15
  componentId: "sc-1x7qbnu-0"
16
16
  })(["", ""], {
17
- "cursor": "pointer",
17
+ "marginLeft": "0.5rem",
18
18
  "flexShrink": "0",
19
- "marginLeft": "0.5rem"
19
+ "cursor": "pointer"
20
20
  });
21
21
  exports.StyledMenuSelectorDots = StyledMenuSelectorDots;
22
22
  StyledMenuSelectorDots.displayName = "StyledMenuSelectorDots";
@@ -24,10 +24,10 @@ var StyledMenuSelectorBack = (0, _styledComponents.default)(_ArrowLeft.default).
24
24
  displayName: "Styles__StyledMenuSelectorBack",
25
25
  componentId: "sc-1x7qbnu-1"
26
26
  })(["", ""], {
27
- "cursor": "pointer",
28
- "stroke": "currentColor",
27
+ "marginRight": "0.5rem",
29
28
  "flexShrink": "0",
30
- "marginRight": "0.5rem"
29
+ "cursor": "pointer",
30
+ "stroke": "currentColor"
31
31
  });
32
32
  exports.StyledMenuSelectorBack = StyledMenuSelectorBack;
33
33
  StyledMenuSelectorBack.displayName = "StyledMenuSelectorBack";
@@ -41,9 +41,9 @@ var StyledMenuSelectorInner = _styledComponents.default.div.withConfig({
41
41
  displayName: "Styles__StyledMenuSelectorInner",
42
42
  componentId: "sc-1x7qbnu-3"
43
43
  })(["", ""], {
44
+ "margin": "1rem",
44
45
  "display": "flex",
45
- "alignItems": "center",
46
- "margin": "1rem"
46
+ "alignItems": "center"
47
47
  });
48
48
  exports.StyledMenuSelectorInner = StyledMenuSelectorInner;
49
49
  StyledMenuSelectorInner.displayName = "StyledMenuSelectorInner";
@@ -34,9 +34,9 @@ var StyledNavList = _styledComponents.default.ul.withConfig({
34
34
  displayName: "Styles__StyledNavList",
35
35
  componentId: "sc-1khiypw-1"
36
36
  })(["", " overflow:clip visible;"], {
37
+ "margin": "0px",
37
38
  "display": "flex",
38
39
  "listStyleType": "none",
39
- "margin": "0px",
40
40
  "padding": "0px"
41
41
  });
42
42
  exports.StyledNavList = StyledNavList;
@@ -45,11 +45,11 @@ var StyledNavListItem = _styledComponents.default.li.withConfig({
45
45
  displayName: "Styles__StyledNavListItem",
46
46
  componentId: "sc-1khiypw-2"
47
47
  })(["", " 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;}", " ", " ", " ", ""], {
48
- "fontSize": "0.875rem",
49
- "lineHeight": "1.25rem",
50
- "cursor": "default",
51
48
  "position": "relative",
52
- "userSelect": "none"
49
+ "cursor": "default",
50
+ "userSelect": "none",
51
+ "fontSize": "0.875rem",
52
+ "lineHeight": "1.25rem"
53
53
  }, function (props) {
54
54
  return !props.$disabled && (0, _styledComponents.css)(["", ""], {
55
55
  "color": "var(--color-primary)"
@@ -60,10 +60,10 @@ var StyledNavListItem = _styledComponents.default.li.withConfig({
60
60
  });
61
61
  }, {
62
62
  "position": "absolute",
63
- "display": "block",
64
63
  "margin": "auto",
64
+ "display": "block",
65
65
  "width": "0px",
66
- "backgroundColor": "rgba(0, 0, 0, 0)"
66
+ "backgroundColor": "transparent"
67
67
  }, function (props) {
68
68
  return props.$active && (0, _styledComponents.css)(["", " &::after{", "}"], {
69
69
  "pointerEvents": "none"
@@ -73,8 +73,8 @@ var StyledNavListItem = _styledComponents.default.li.withConfig({
73
73
  });
74
74
  }, function (props) {
75
75
  return props.$disabled && (0, _styledComponents.css)(["", ""], {
76
- "userSelect": "none",
77
76
  "cursor": "not-allowed",
77
+ "userSelect": "none",
78
78
  "opacity": "0.5"
79
79
  });
80
80
  }, function (props) {
@@ -24,11 +24,11 @@ var StyledMonths = _styledComponents.default.div.withConfig({
24
24
  })(["top:30px;height:230px;", ""], {
25
25
  "position": "absolute",
26
26
  "left": "0px",
27
- "padding": "1.25rem",
27
+ "zIndex": "10",
28
28
  "display": "flex",
29
29
  "flexWrap": "wrap",
30
30
  "backgroundColor": "var(--page-paper-main)",
31
- "zIndex": "10"
31
+ "padding": "1.25rem"
32
32
  });
33
33
  exports.StyledMonths = StyledMonths;
34
34
  var StyledMonth = _styledComponents.default.div.withConfig({
@@ -38,9 +38,9 @@ var StyledMonth = _styledComponents.default.div.withConfig({
38
38
  "margin": "auto",
39
39
  "cursor": "pointer",
40
40
  "borderRadius": "1rem",
41
- "fontWeight": "700",
42
41
  "fontSize": "0.875rem",
43
- "lineHeight": "1.25rem"
42
+ "lineHeight": "1.25rem",
43
+ "fontWeight": "700"
44
44
  }, function (props) {
45
45
  return !props.$isSelected ? (0, _styledComponents.css)(["&:hover{background-color:var(--color-primary-300);}"]) : (0, _styledComponents.css)(["", " background-color:var(--color-primary);"], {
46
46
  "color": "var(--color-theme-100)"
@@ -72,9 +72,9 @@ var StyledYearMonthPickerNavBarItem = _styledComponents.default.span.withConfig(
72
72
  displayName: "Styles__StyledYearMonthPickerNavBarItem",
73
73
  componentId: "sc-1owijsg-5"
74
74
  })(["", " transition-duration:0.3s;display:inline-block;&:hover{background-color:var(--color-primary-300);border-radius:15px;}"], {
75
+ "cursor": "pointer",
75
76
  "paddingLeft": "1rem",
76
- "paddingRight": "1rem",
77
- "cursor": "pointer"
77
+ "paddingRight": "1rem"
78
78
  });
79
79
  exports.StyledYearMonthPickerNavBarItem = StyledYearMonthPickerNavBarItem;
80
80
  StyledNavBarButton.displayName = "StyledNavBarButton";
@@ -18,9 +18,9 @@ var StyledScrollShadowTop = _styledComponents.default.div.withConfig({
18
18
  componentId: "sc-17pcaqo-1"
19
19
  })(["", " background-image:linear-gradient( to top,", ",", " );"], {
20
20
  "position": "absolute",
21
- "top": "0px",
22
21
  "left": "0px",
23
22
  "right": "0px",
23
+ "top": "0px",
24
24
  "height": "0.5rem"
25
25
  }, function (props) {
26
26
  return props.$innerColor ? props.$innerColor : "var(--page-paper-main-shadow)";
@@ -33,9 +33,9 @@ var StyledScrollShadowBottom = _styledComponents.default.div.withConfig({
33
33
  componentId: "sc-17pcaqo-2"
34
34
  })(["", " background-image:linear-gradient( to top,", ",", " );"], {
35
35
  "position": "absolute",
36
- "bottom": "0px",
37
36
  "left": "0px",
38
37
  "right": "0px",
38
+ "bottom": "0px",
39
39
  "height": "0.5rem"
40
40
  }, function (props) {
41
41
  return props.$outerColor ? props.$outerColor : "var(--page-paper-main)";
@@ -48,9 +48,9 @@ var StyledScrollShadowLeft = _styledComponents.default.div.withConfig({
48
48
  componentId: "sc-17pcaqo-3"
49
49
  })(["", " background-image:linear-gradient( to left,", ",", " );"], {
50
50
  "position": "absolute",
51
- "left": "0px",
52
51
  "top": "0px",
53
52
  "bottom": "0px",
53
+ "left": "0px",
54
54
  "width": "0.5rem"
55
55
  }, function (props) {
56
56
  return props.$innerColor ? props.$innerColor : "var(--page-paper-main-shadow)";
@@ -63,9 +63,9 @@ var StyledScrollShadowRight = _styledComponents.default.div.withConfig({
63
63
  componentId: "sc-17pcaqo-4"
64
64
  })(["", " background-image:linear-gradient( to right,", ",", " );"], {
65
65
  "position": "absolute",
66
- "right": "0px",
67
66
  "top": "0px",
68
67
  "bottom": "0px",
68
+ "right": "0px",
69
69
  "width": "0.5rem"
70
70
  }, function (props) {
71
71
  return props.$innerColor ? props.$innerColor : "var(--page-paper-main-shadow)";
@@ -34,8 +34,8 @@ var StyledSelectDateDatePicker = _styledComponents.default.div.withConfig({
34
34
  displayName: "Styles__StyledSelectDateDatePicker",
35
35
  componentId: "sc-1jkx994-3"
36
36
  })(["", " color:red;"], {
37
- "paddingTop": "1rem",
38
- "paddingBottom": "0.5rem"
37
+ "paddingBottom": "0.5rem",
38
+ "paddingTop": "1rem"
39
39
  });
40
40
  exports.StyledSelectDateDatePicker = StyledSelectDateDatePicker;
41
41
  StyledSelectDateDatePicker.displayName = "StyledSelectDateDatePicker";
@@ -34,8 +34,8 @@ var StyledSheetWrapper = _styledComponents.default.div.withConfig({
34
34
  });
35
35
  }, function (props) {
36
36
  return props.$position === "right" && (0, _styledComponents.css)(["", ""], {
37
- "marginRight": "0.5rem",
38
- "marginLeft": "auto"
37
+ "marginLeft": "auto",
38
+ "marginRight": "0.5rem"
39
39
  });
40
40
  }, function (props) {
41
41
  return props.$mode === "stretch" && props.$position !== "left" && (0, _styledComponents.css)(["", "{span{right:48px;}}"], StyledSheetIcons);
@@ -35,9 +35,9 @@ var StyledIcon = _styledComponents.default.svg.withConfig({
35
35
  displayName: "Styles__StyledIcon",
36
36
  componentId: "sc-1idn4je-2"
37
37
  })(["", ""], {
38
+ "marginRight": "0.25rem",
38
39
  "fontSize": "0.75rem",
39
- "lineHeight": "1rem",
40
- "marginRight": "0.25rem"
40
+ "lineHeight": "1rem"
41
41
  });
42
42
  exports.StyledIcon = StyledIcon;
43
43
  StyledIcon.displayName = "StyledIcon";
@@ -19,30 +19,30 @@ var StyledButton = _styledComponents.default.button.withConfig({
19
19
  componentId: "sc-1v8h7mt-0"
20
20
  })(["", " ", " ", " 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.FontStyle, _BoxSizingStyle.BoxSizingStyle, {
21
21
  "position": "relative",
22
- "WebkitFontSmoothing": "antialiased",
23
- "MozOsxFontSmoothing": "grayscale",
24
- "verticalAlign": "middle",
25
- "fontWeight": "500",
26
- "display": "inline-block",
27
- "lineHeight": "1.25rem",
28
22
  "margin": "0px",
29
- "textDecoration": "none",
30
- "fontSize": "0.875rem",
31
- "userSelect": "none",
23
+ "display": "inline-block",
32
24
  "cursor": "pointer",
33
- "textAlign": "center"
25
+ "userSelect": "none",
26
+ "textAlign": "center",
27
+ "verticalAlign": "middle",
28
+ "fontSize": "0.875rem",
29
+ "lineHeight": "1",
30
+ "fontWeight": "500",
31
+ "textDecorationLine": "none",
32
+ "WebkitFontSmoothing": "antialiased",
33
+ "MozOsxFontSmoothing": "grayscale"
34
34
  });
35
35
  exports.StyledButton = StyledButton;
36
36
  var StyledMenu = (0, _styledComponents.default)(_Menu.Menu).withConfig({
37
37
  displayName: "Styles__StyledMenu",
38
38
  componentId: "sc-1v8h7mt-1"
39
39
  })(["", ""], {
40
- "width": "auto",
41
40
  "height": "auto",
42
- "paddingTop": "1rem",
43
- "paddingBottom": "1rem",
41
+ "width": "auto",
44
42
  "paddingLeft": "0.5rem",
45
- "paddingRight": "0.5rem"
43
+ "paddingRight": "0.5rem",
44
+ "paddingTop": "1rem",
45
+ "paddingBottom": "1rem"
46
46
  });
47
47
  exports.StyledMenu = StyledMenu;
48
48
  var StyledButtonGroup = (0, _styledComponents.default)(_ButtonGroup.ButtonGroup).withConfig({
@@ -66,21 +66,21 @@ var StyledDiv = _styledComponents.default.div.withConfig({
66
66
  return props.$isRounded && (0, _styledComponents.css)(["border-radius:var(--ac-br-rounded);"]);
67
67
  }, {
68
68
  "position": "relative",
69
- "textAlign": "center",
70
- "padding": "0px",
71
- "WebkitFontSmoothing": "antialiased",
72
- "MozOsxFontSmoothing": "grayscale",
73
- "verticalAlign": "middle",
74
- "fontWeight": "500",
75
- "display": "inline-block",
76
- "lineHeight": "1.25rem",
77
69
  "margin": "0px",
78
- "textDecoration": "none",
79
- "fontSize": "0.875rem",
80
- "userSelect": "none",
70
+ "display": "inline-block",
81
71
  "cursor": "pointer",
72
+ "userSelect": "none",
82
73
  "borderWidth": "1px",
83
- "borderStyle": "solid"
74
+ "borderStyle": "solid",
75
+ "padding": "0px",
76
+ "textAlign": "center",
77
+ "verticalAlign": "middle",
78
+ "fontSize": "0.875rem",
79
+ "lineHeight": "1",
80
+ "fontWeight": "500",
81
+ "textDecorationLine": "none",
82
+ "WebkitFontSmoothing": "antialiased",
83
+ "MozOsxFontSmoothing": "grayscale"
84
84
  }, _BreakPoints.screen.md);
85
85
  exports.StyledDiv = StyledDiv;
86
86
  var StyledControl = (0, _styledComponents.default)(_IconButton.IconButton).withConfig({