@esri/calcite-design-tokens 1.1.1-next.2 → 2.0.0

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 (153) hide show
  1. package/README.md +7 -9
  2. package/dist/css/breakpoint.css +29 -0
  3. package/dist/css/classes.css +327 -0
  4. package/dist/css/core.css +311 -0
  5. package/dist/css/dark.css +47 -0
  6. package/dist/css/global.css +96 -0
  7. package/dist/css/index.css +184 -0
  8. package/dist/css/light.css +47 -0
  9. package/dist/docs/core.json +8134 -0
  10. package/dist/docs/global.json +6617 -0
  11. package/dist/es6/core.d.ts +309 -0
  12. package/dist/es6/core.js +309 -0
  13. package/dist/es6/global.d.ts +202 -0
  14. package/dist/es6/global.js +202 -0
  15. package/dist/js/core.d.ts +421 -0
  16. package/dist/js/core.js +8208 -0
  17. package/dist/js/global.d.ts +330 -0
  18. package/dist/js/global.js +6689 -0
  19. package/dist/scss/breakpoints.scss +37 -0
  20. package/dist/scss/core.scss +309 -0
  21. package/dist/scss/dark.scss +45 -0
  22. package/dist/scss/global.scss +94 -0
  23. package/dist/scss/index.scss +96 -0
  24. package/dist/scss/light.scss +45 -0
  25. package/dist/scss/mixins.scss +342 -0
  26. package/package.json +7 -21
  27. package/.eslintrc.cjs +0 -85
  28. package/.turbo/turbo-build.log +0 -7034
  29. package/.turbo/turbo-test.log +0 -15
  30. package/CHANGELOG.md +0 -33
  31. package/CONTRIBUTING.md +0 -41
  32. package/dist/css/brand-light.css +0 -9
  33. package/dist/css/calcite-dark.css +0 -504
  34. package/dist/css/calcite-headless.css +0 -2615
  35. package/dist/css/calcite-light.css +0 -507
  36. package/dist/es6/brand-light.d.ts +0 -7
  37. package/dist/es6/brand-light.js +0 -7
  38. package/dist/es6/calcite-dark.d.ts +0 -502
  39. package/dist/es6/calcite-dark.js +0 -502
  40. package/dist/es6/calcite-headless.d.ts +0 -2613
  41. package/dist/es6/calcite-headless.js +0 -2613
  42. package/dist/es6/calcite-light.d.ts +0 -505
  43. package/dist/es6/calcite-light.js +0 -505
  44. package/dist/js/brand-light.d.ts +0 -72
  45. package/dist/js/brand-light.js +0 -95
  46. package/dist/js/calcite-dark.d.ts +0 -563
  47. package/dist/js/calcite-dark.js +0 -10024
  48. package/dist/js/calcite-headless.d.ts +0 -1730
  49. package/dist/js/calcite-headless.js +0 -50082
  50. package/dist/js/calcite-light.d.ts +0 -544
  51. package/dist/js/calcite-light.js +0 -10090
  52. package/dist/scss/calcite-dark.scss +0 -535
  53. package/dist/scss/calcite-headless.scss +0 -3012
  54. package/dist/scss/calcite-light.scss +0 -538
  55. package/jest.config.json +0 -16
  56. package/src/$metadata.json +0 -76
  57. package/src/$themes.json +0 -2363
  58. package/src/brand/dark.json +0 -1
  59. package/src/brand/global.json +0 -1
  60. package/src/brand/light.json +0 -20
  61. package/src/calcite/dark.json +0 -2488
  62. package/src/calcite/light.json +0 -2508
  63. package/src/component/accordion-item.json +0 -172
  64. package/src/component/accordion.json +0 -192
  65. package/src/component/action-bar-grid.json +0 -66
  66. package/src/component/action-bar.json +0 -66
  67. package/src/component/action-pad-grid.json +0 -80
  68. package/src/component/action-pad.json +0 -80
  69. package/src/component/action.json +0 -156
  70. package/src/component/alert.json +0 -258
  71. package/src/component/avatar.json +0 -140
  72. package/src/component/block-section.json +0 -124
  73. package/src/component/block.json +0 -198
  74. package/src/component/button.json +0 -650
  75. package/src/component/card.json +0 -116
  76. package/src/component/checkbox.json +0 -110
  77. package/src/component/chip.json +0 -382
  78. package/src/component/color-picker.json +0 -148
  79. package/src/component/combobox.json +0 -152
  80. package/src/component/date-picker.json +0 -354
  81. package/src/component/dropdown-item.json +0 -384
  82. package/src/component/dropdown.json +0 -58
  83. package/src/component/fab.json +0 -490
  84. package/src/component/filter.json +0 -174
  85. package/src/component/icon.json +0 -18
  86. package/src/component/input-date-picker.json +0 -224
  87. package/src/component/input-datetime-local.json +0 -230
  88. package/src/component/input-email.json +0 -244
  89. package/src/component/input-file.json +0 -244
  90. package/src/component/input-message.json +0 -72
  91. package/src/component/input-month.json +0 -244
  92. package/src/component/input-number.json +0 -244
  93. package/src/component/input-password.json +0 -244
  94. package/src/component/input-search.json +0 -244
  95. package/src/component/input-telephone.json +0 -244
  96. package/src/component/input-text.json +0 -244
  97. package/src/component/input-time.json +0 -1
  98. package/src/component/input-week.json +0 -244
  99. package/src/component/label.json +0 -26
  100. package/src/component/link.json +0 -44
  101. package/src/component/loader.json +0 -130
  102. package/src/component/modal.json +0 -278
  103. package/src/component/notice.json +0 -280
  104. package/src/component/pagination.json +0 -152
  105. package/src/component/panel-header.json +0 -88
  106. package/src/component/popover.json +0 -170
  107. package/src/component/radio.json +0 -124
  108. package/src/component/rating.json +0 -243
  109. package/src/component/scrim.json +0 -18
  110. package/src/component/segmented-control.json +0 -154
  111. package/src/component/slider-histogram-range.json +0 -284
  112. package/src/component/slider-histogram.json +0 -280
  113. package/src/component/slider-range.json +0 -226
  114. package/src/component/slider.json +0 -226
  115. package/src/component/split-button.json +0 -830
  116. package/src/component/stepper-item.json +0 -372
  117. package/src/component/stepper.json +0 -152
  118. package/src/component/switch.json +0 -178
  119. package/src/component/tab-title.json +0 -228
  120. package/src/component/tabs.json +0 -242
  121. package/src/component/textarea.json +0 -200
  122. package/src/component/time-picker.json +0 -138
  123. package/src/component/tip-manager.json +0 -118
  124. package/src/component/tip.json +0 -114
  125. package/src/component/tooltip.json +0 -66
  126. package/src/component/tree-item.json +0 -176
  127. package/src/core.json +0 -1833
  128. package/src/semantic.json +0 -1709
  129. package/support/run.ts +0 -16
  130. package/support/tests/__snapshots__/index.spec.ts.snap +0 -88066
  131. package/support/tests/index.spec.ts +0 -102
  132. package/support/token-transformer/format/javascript.ts +0 -22
  133. package/support/token-transformer/format/scss.ts +0 -81
  134. package/support/token-transformer/getThemes.ts +0 -41
  135. package/support/token-transformer/parse/expandComposites.test.ts +0 -144
  136. package/support/token-transformer/parse/expandComposites.ts +0 -72
  137. package/support/token-transformer/sd-run.ts +0 -191
  138. package/support/token-transformer/transform/nameCamelCase.test.ts +0 -36
  139. package/support/token-transformer/transform/nameCamelCase.ts +0 -15
  140. package/support/token-transformer/transform/nameKebabCase.test.ts +0 -36
  141. package/support/token-transformer/transform/nameKebabCase.ts +0 -26
  142. package/support/token-transformer/utils/compositeTokens.test.ts +0 -133
  143. package/support/token-transformer/utils/compositeTokens.ts +0 -103
  144. package/support/token-transformer/utils/convertTokenToStyleDictionaryFormat.ts +0 -20
  145. package/support/token-transformer/utils/matchList.ts +0 -11
  146. package/support/token-transformer/utils/parseName.ts +0 -18
  147. package/support/token-transformer/utils/parseTokenPath.ts +0 -19
  148. package/support/token-transformer/utils/regex.ts +0 -9
  149. package/support/token-transformer/utils/sortAllTokens.ts +0 -12
  150. package/support/token-transformer/utils/transformOptions.ts +0 -31
  151. package/tsconfig-base.json +0 -17
  152. package/tsconfig-eslint.json +0 -4
  153. package/tsconfig.json +0 -4
@@ -0,0 +1,47 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+
6
+ :root{
7
+ --calcite-color-border-white: #f8f8f8;
8
+ --calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
9
+ --calcite-color-border-input: #757575;
10
+ --calcite-color-border-3: #404040;
11
+ --calcite-color-border-2: #4a4a4a;
12
+ --calcite-color-border-1: #555555;
13
+ --calcite-color-text-link: #00A0FF;
14
+ --calcite-color-text-inverse: #151515;
15
+ --calcite-color-text-3: #9f9f9f;
16
+ --calcite-color-text-2: #bfbfbf;
17
+ --calcite-color-text-1: #ffffff;
18
+ --calcite-color-inverse-press: #f3f3f3;
19
+ --calcite-color-inverse-hover: #ffffff;
20
+ --calcite-color-inverse: #f8f8f8;
21
+ --calcite-color-status-danger-press: #d90012;
22
+ --calcite-color-status-danger-hover: #ff0015;
23
+ --calcite-color-status-danger: #FE583E;
24
+ --calcite-color-status-warning-press: #f5d000;
25
+ --calcite-color-status-warning-hover: #ffee33;
26
+ --calcite-color-status-warning: #FFC900;
27
+ --calcite-color-status-success-press: #00b81b;
28
+ --calcite-color-status-success-hover: #3bed52;
29
+ --calcite-color-status-success: #36DA43;
30
+ --calcite-color-status-info-press: #009af2;
31
+ --calcite-color-status-info-hover: #3db8ff;
32
+ --calcite-color-status-info: #00A0FF;
33
+ --calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
34
+ --calcite-color-brand-press: #00619b;
35
+ --calcite-color-brand-hover: #007ac2;
36
+ --calcite-color-brand: #009af2;
37
+ --calcite-color-transparent-tint: rgba(43, 43, 43, 0.8);
38
+ --calcite-color-transparent-scrim: rgba(0, 0, 0, 0.85);
39
+ --calcite-color-transparent-press: rgba(255, 255, 255, 0.08);
40
+ --calcite-color-transparent-hover: rgba(255, 255, 255, 0.04);
41
+ --calcite-color-transparent: rgba(255, 255, 255, 0);
42
+ --calcite-color-foreground-current: #214155;
43
+ --calcite-color-foreground-3: #151515;
44
+ --calcite-color-foreground-2: #202020;
45
+ --calcite-color-foreground-1: #2b2b2b;
46
+ --calcite-color-background: #353535;
47
+ }
@@ -0,0 +1,96 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+
6
+ :root {
7
+ --calcite-z-index-tooltip: 901;
8
+ --calcite-z-index-popup: 900;
9
+ --calcite-z-index-modal: 800;
10
+ --calcite-z-index-overlay: 700;
11
+ --calcite-z-index-dropdown: 600;
12
+ --calcite-z-index-toast: 500;
13
+ --calcite-z-index-header: 400;
14
+ --calcite-z-index-sticky: 300;
15
+ --calcite-z-index: 1;
16
+ --calcite-z-index-deep: -999999;
17
+ --calcite-spacing-xxxl: 32px;
18
+ --calcite-spacing-xxl: 20px;
19
+ --calcite-spacing-xl: 16px;
20
+ --calcite-spacing-lg: 14px;
21
+ --calcite-spacing-md: 12px;
22
+ --calcite-spacing-sm: 8px;
23
+ --calcite-spacing-xs: 6px;
24
+ --calcite-spacing-xxs: 4px;
25
+ --calcite-spacing-base: 2px;
26
+ --calcite-spacing-px: 1px;
27
+ --calcite-size-xxxl: 32px;
28
+ --calcite-size-xxl: 24px;
29
+ --calcite-size-xl: 20px;
30
+ --calcite-size-lg: 16px;
31
+ --calcite-size-md-plus: 14px;
32
+ --calcite-size-md: 12px;
33
+ --calcite-size-sm-plus: 10px;
34
+ --calcite-size-sm: 8px;
35
+ --calcite-size-xs: 6px;
36
+ --calcite-size-xxs: 4px;
37
+ --calcite-size-xxxs: 2px;
38
+ --calcite-size-px: 1px;
39
+ --calcite-opacity-disabled: 0.5;
40
+ --calcite-opacity-full: 1;
41
+ --calcite-opacity-dark: 0.85;
42
+ --calcite-opacity-half: 0.5;
43
+ --calcite-opacity-light: 0.4;
44
+ --calcite-font-text-case-capitalize: capitalize;
45
+ --calcite-font-text-case-lowercase: lowercase;
46
+ --calcite-font-text-case-uppercase: uppercase;
47
+ --calcite-font-text-case-none: none;
48
+ --calcite-font-text-decoration-underline: underline;
49
+ --calcite-font-text-decoration-none: none;
50
+ --calcite-font-paragraph-spacing-normal: 4px;
51
+ --calcite-font-letter-spacing-wide: 0.4;
52
+ --calcite-font-letter-spacing-normal: 0;
53
+ --calcite-font-letter-spacing-tight: -0.4;
54
+ --calcite-font-line-height-relative-loose: 2; /* 2 */
55
+ --calcite-font-line-height-relative-relaxed: 1.625; /* 1.625 */
56
+ --calcite-font-line-height-relative-normal: 1.5; /* 1.5 */
57
+ --calcite-font-line-height-relative-snug: 1.375; /* 1.375 */
58
+ --calcite-font-line-height-relative-tight: 1.25; /* 1.25 */
59
+ --calcite-font-line-height-relative: auto; /* 1 */
60
+ --calcite-font-line-height-fixed-xl: 24px;
61
+ --calcite-font-line-height-fixed-lg: 20px;
62
+ --calcite-font-line-height-fixed-base: 16px;
63
+ --calcite-font-line-height-fixed-sm: 12px;
64
+ --calcite-font-style-emphasis: italic; /* used in ratings */
65
+ --calcite-font-size-xxl: 24px;
66
+ --calcite-font-size-xl: 20px;
67
+ --calcite-font-size-lg: 18px;
68
+ --calcite-font-size-md: 16px;
69
+ --calcite-font-size: 14px;
70
+ --calcite-font-size-sm: 12px;
71
+ --calcite-font-size-xs: 10px;
72
+ --calcite-font-weight-bold: 700;
73
+ --calcite-font-weight-semibold: 600;
74
+ --calcite-font-weight-medium: 500;
75
+ --calcite-font-weight-regular: 400;
76
+ --calcite-font-weight-normal: 400; /* For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular" */
77
+ --calcite-font-weight-light: 300; /* For Avenir Next World (secondary font family) */
78
+ --calcite-font-family-code: Monaco;
79
+ --calcite-font-family: "Avenir Next LT Pro";
80
+ --calcite-container-size-content-fixed: 1440px; /* only for lg breakpoint fixed grid width */
81
+ --calcite-container-size-content-fluid: 100%; /* for fluid grid widths */
82
+ --calcite-container-size-gutter: 16px;
83
+ --calcite-container-size-margin: 24px;
84
+ --calcite-color-background-none: rgba(#ffffff, 0);
85
+ --calcite-corner-radius-pill: 100%;
86
+ --calcite-corner-radius-round: 4px;
87
+ --calcite-corner-radius-sharp: 0;
88
+ --calcite-border-width-lg: 4px;
89
+ --calcite-border-width-md: 2px;
90
+ --calcite-border-width-sm: 1px;
91
+ --calcite-border-width-none: 0;
92
+ --calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.1);
93
+ --calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
94
+ --calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
95
+ --calcite-corner-radius: var(--calcite-corner-radius-sharp);
96
+ }
@@ -0,0 +1,184 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+
6
+ @import url("./global.css");
7
+
8
+ @import url("./classes.css");
9
+
10
+ @media (prefers-color-scheme: light) {
11
+ :root {
12
+ --calcite-color-border-white: #ffffff;
13
+ --calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
14
+ --calcite-color-border-input: #949494;
15
+ --calcite-color-border-3: #dfdfdf;
16
+ --calcite-color-border-2: #d4d4d4;
17
+ --calcite-color-border-1: #cacaca;
18
+ --calcite-color-text-link: #00619b;
19
+ --calcite-color-text-inverse: #ffffff;
20
+ --calcite-color-text-3: #6a6a6a;
21
+ --calcite-color-text-2: #4a4a4a;
22
+ --calcite-color-text-1: #151515;
23
+ --calcite-color-inverse-press: #202020;
24
+ --calcite-color-inverse-hover: #2b2b2b;
25
+ --calcite-color-inverse: #353535;
26
+ --calcite-color-status-danger-press: #7c1d13;
27
+ --calcite-color-status-danger-hover: #a82b1e;
28
+ --calcite-color-status-danger: #d83020;
29
+ --calcite-color-status-warning-press: #bfa200;
30
+ --calcite-color-status-warning-hover: #d9bc00;
31
+ --calcite-color-status-warning: #edd317;
32
+ --calcite-color-status-success-press: #1a6324;
33
+ --calcite-color-status-success-hover: #288835;
34
+ --calcite-color-status-success: #35ac46;
35
+ --calcite-color-status-info-press: #00304d;
36
+ --calcite-color-status-info-hover: #004874;
37
+ --calcite-color-status-info: #00619b;
38
+ --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
39
+ --calcite-color-brand-press: #004874;
40
+ --calcite-color-brand-hover: #00619b;
41
+ --calcite-color-brand: #007ac2;
42
+ --calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
43
+ --calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
44
+ --calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
45
+ --calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
46
+ --calcite-color-transparent: rgba(0, 0, 0, 0);
47
+ --calcite-color-foreground-current: #c7eaff;
48
+ --calcite-color-foreground-3: #eaeaea;
49
+ --calcite-color-foreground-2: #f3f3f3;
50
+ --calcite-color-foreground-1: #ffffff;
51
+ --calcite-color-background: #f8f8f8;
52
+ }
53
+ }
54
+
55
+ @media (prefers-color-scheme: dark) {
56
+ :root {
57
+ --calcite-color-border-white: #f8f8f8;
58
+ --calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
59
+ --calcite-color-border-input: #757575;
60
+ --calcite-color-border-3: #404040;
61
+ --calcite-color-border-2: #4a4a4a;
62
+ --calcite-color-border-1: #555555;
63
+ --calcite-color-text-link: #00A0FF;
64
+ --calcite-color-text-inverse: #151515;
65
+ --calcite-color-text-3: #9f9f9f;
66
+ --calcite-color-text-2: #bfbfbf;
67
+ --calcite-color-text-1: #ffffff;
68
+ --calcite-color-inverse-press: #f3f3f3;
69
+ --calcite-color-inverse-hover: #ffffff;
70
+ --calcite-color-inverse: #f8f8f8;
71
+ --calcite-color-status-danger-press: #d90012;
72
+ --calcite-color-status-danger-hover: #ff0015;
73
+ --calcite-color-status-danger: #FE583E;
74
+ --calcite-color-status-warning-press: #f5d000;
75
+ --calcite-color-status-warning-hover: #ffee33;
76
+ --calcite-color-status-warning: #FFC900;
77
+ --calcite-color-status-success-press: #00b81b;
78
+ --calcite-color-status-success-hover: #3bed52;
79
+ --calcite-color-status-success: #36DA43;
80
+ --calcite-color-status-info-press: #009af2;
81
+ --calcite-color-status-info-hover: #3db8ff;
82
+ --calcite-color-status-info: #00A0FF;
83
+ --calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
84
+ --calcite-color-brand-press: #00619b;
85
+ --calcite-color-brand-hover: #007ac2;
86
+ --calcite-color-brand: #009af2;
87
+ --calcite-color-transparent-tint: rgba(43, 43, 43, 0.8);
88
+ --calcite-color-transparent-scrim: rgba(0, 0, 0, 0.85);
89
+ --calcite-color-transparent-press: rgba(255, 255, 255, 0.08);
90
+ --calcite-color-transparent-hover: rgba(255, 255, 255, 0.04);
91
+ --calcite-color-transparent: rgba(255, 255, 255, 0);
92
+ --calcite-color-foreground-current: #214155;
93
+ --calcite-color-foreground-3: #151515;
94
+ --calcite-color-foreground-2: #202020;
95
+ --calcite-color-foreground-1: #2b2b2b;
96
+ --calcite-color-background: #353535;
97
+ }
98
+ }
99
+
100
+ .calcite-mode-light {
101
+ --calcite-color-border-white: #ffffff;
102
+ --calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
103
+ --calcite-color-border-input: #949494;
104
+ --calcite-color-border-3: #dfdfdf;
105
+ --calcite-color-border-2: #d4d4d4;
106
+ --calcite-color-border-1: #cacaca;
107
+ --calcite-color-text-link: #00619b;
108
+ --calcite-color-text-inverse: #ffffff;
109
+ --calcite-color-text-3: #6a6a6a;
110
+ --calcite-color-text-2: #4a4a4a;
111
+ --calcite-color-text-1: #151515;
112
+ --calcite-color-inverse-press: #202020;
113
+ --calcite-color-inverse-hover: #2b2b2b;
114
+ --calcite-color-inverse: #353535;
115
+ --calcite-color-status-danger-press: #7c1d13;
116
+ --calcite-color-status-danger-hover: #a82b1e;
117
+ --calcite-color-status-danger: #d83020;
118
+ --calcite-color-status-warning-press: #bfa200;
119
+ --calcite-color-status-warning-hover: #d9bc00;
120
+ --calcite-color-status-warning: #edd317;
121
+ --calcite-color-status-success-press: #1a6324;
122
+ --calcite-color-status-success-hover: #288835;
123
+ --calcite-color-status-success: #35ac46;
124
+ --calcite-color-status-info-press: #00304d;
125
+ --calcite-color-status-info-hover: #004874;
126
+ --calcite-color-status-info: #00619b;
127
+ --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
128
+ --calcite-color-brand-press: #004874;
129
+ --calcite-color-brand-hover: #00619b;
130
+ --calcite-color-brand: #007ac2;
131
+ --calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
132
+ --calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
133
+ --calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
134
+ --calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
135
+ --calcite-color-transparent: rgba(0, 0, 0, 0);
136
+ --calcite-color-foreground-current: #c7eaff;
137
+ --calcite-color-foreground-3: #eaeaea;
138
+ --calcite-color-foreground-2: #f3f3f3;
139
+ --calcite-color-foreground-1: #ffffff;
140
+ --calcite-color-background: #f8f8f8;
141
+ }
142
+
143
+ .calcite-mode-dark {
144
+ --calcite-color-border-white: #f8f8f8;
145
+ --calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
146
+ --calcite-color-border-input: #757575;
147
+ --calcite-color-border-3: #404040;
148
+ --calcite-color-border-2: #4a4a4a;
149
+ --calcite-color-border-1: #555555;
150
+ --calcite-color-text-link: #00A0FF;
151
+ --calcite-color-text-inverse: #151515;
152
+ --calcite-color-text-3: #9f9f9f;
153
+ --calcite-color-text-2: #bfbfbf;
154
+ --calcite-color-text-1: #ffffff;
155
+ --calcite-color-inverse-press: #f3f3f3;
156
+ --calcite-color-inverse-hover: #ffffff;
157
+ --calcite-color-inverse: #f8f8f8;
158
+ --calcite-color-status-danger-press: #d90012;
159
+ --calcite-color-status-danger-hover: #ff0015;
160
+ --calcite-color-status-danger: #FE583E;
161
+ --calcite-color-status-warning-press: #f5d000;
162
+ --calcite-color-status-warning-hover: #ffee33;
163
+ --calcite-color-status-warning: #FFC900;
164
+ --calcite-color-status-success-press: #00b81b;
165
+ --calcite-color-status-success-hover: #3bed52;
166
+ --calcite-color-status-success: #36DA43;
167
+ --calcite-color-status-info-press: #009af2;
168
+ --calcite-color-status-info-hover: #3db8ff;
169
+ --calcite-color-status-info: #00A0FF;
170
+ --calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
171
+ --calcite-color-brand-press: #00619b;
172
+ --calcite-color-brand-hover: #007ac2;
173
+ --calcite-color-brand: #009af2;
174
+ --calcite-color-transparent-tint: rgba(43, 43, 43, 0.8);
175
+ --calcite-color-transparent-scrim: rgba(0, 0, 0, 0.85);
176
+ --calcite-color-transparent-press: rgba(255, 255, 255, 0.08);
177
+ --calcite-color-transparent-hover: rgba(255, 255, 255, 0.04);
178
+ --calcite-color-transparent: rgba(255, 255, 255, 0);
179
+ --calcite-color-foreground-current: #214155;
180
+ --calcite-color-foreground-3: #151515;
181
+ --calcite-color-foreground-2: #202020;
182
+ --calcite-color-foreground-1: #2b2b2b;
183
+ --calcite-color-background: #353535;
184
+ }
@@ -0,0 +1,47 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+
6
+ :root{
7
+ --calcite-color-border-white: #ffffff;
8
+ --calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
9
+ --calcite-color-border-input: #949494;
10
+ --calcite-color-border-3: #dfdfdf;
11
+ --calcite-color-border-2: #d4d4d4;
12
+ --calcite-color-border-1: #cacaca;
13
+ --calcite-color-text-link: #00619b;
14
+ --calcite-color-text-inverse: #ffffff;
15
+ --calcite-color-text-3: #6a6a6a;
16
+ --calcite-color-text-2: #4a4a4a;
17
+ --calcite-color-text-1: #151515;
18
+ --calcite-color-inverse-press: #202020;
19
+ --calcite-color-inverse-hover: #2b2b2b;
20
+ --calcite-color-inverse: #353535;
21
+ --calcite-color-status-danger-press: #7c1d13;
22
+ --calcite-color-status-danger-hover: #a82b1e;
23
+ --calcite-color-status-danger: #d83020;
24
+ --calcite-color-status-warning-press: #bfa200;
25
+ --calcite-color-status-warning-hover: #d9bc00;
26
+ --calcite-color-status-warning: #edd317;
27
+ --calcite-color-status-success-press: #1a6324;
28
+ --calcite-color-status-success-hover: #288835;
29
+ --calcite-color-status-success: #35ac46;
30
+ --calcite-color-status-info-press: #00304d;
31
+ --calcite-color-status-info-hover: #004874;
32
+ --calcite-color-status-info: #00619b;
33
+ --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
34
+ --calcite-color-brand-press: #004874;
35
+ --calcite-color-brand-hover: #00619b;
36
+ --calcite-color-brand: #007ac2;
37
+ --calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
38
+ --calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
39
+ --calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
40
+ --calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
41
+ --calcite-color-transparent: rgba(0, 0, 0, 0);
42
+ --calcite-color-foreground-current: #c7eaff;
43
+ --calcite-color-foreground-3: #eaeaea;
44
+ --calcite-color-foreground-2: #f3f3f3;
45
+ --calcite-color-foreground-1: #ffffff;
46
+ --calcite-color-background: #f8f8f8;
47
+ }