@esri/calcite-design-tokens 1.1.1-next.0 → 2.0.0-rc.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 (148) 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 +344 -0
  5. package/dist/css/dark.css +45 -0
  6. package/dist/css/global.css +103 -0
  7. package/dist/css/index.css +176 -0
  8. package/dist/css/light.css +45 -0
  9. package/dist/es6/core.d.ts +342 -0
  10. package/dist/es6/core.js +342 -0
  11. package/dist/es6/global.d.ts +207 -0
  12. package/dist/es6/global.js +207 -0
  13. package/dist/js/core.d.ts +466 -0
  14. package/dist/js/core.js +8795 -0
  15. package/dist/js/global.d.ts +331 -0
  16. package/dist/js/global.js +6597 -0
  17. package/dist/scss/breakpoints.scss +37 -0
  18. package/dist/scss/core.scss +342 -0
  19. package/dist/scss/dark.scss +43 -0
  20. package/dist/scss/index.scss +92 -0
  21. package/dist/scss/light.scss +43 -0
  22. package/dist/scss/mixins.scss +342 -0
  23. package/package.json +28 -21
  24. package/.eslintrc.cjs +0 -85
  25. package/.turbo/turbo-build.log +0 -7036
  26. package/.turbo/turbo-test.log +0 -14
  27. package/CHANGELOG.md +0 -25
  28. package/CONTRIBUTING.md +0 -41
  29. package/dist/css/brand-light.css +0 -9
  30. package/dist/css/calcite-dark.css +0 -504
  31. package/dist/css/calcite-headless.css +0 -2615
  32. package/dist/css/calcite-light.css +0 -507
  33. package/dist/es6/brand-light.d.ts +0 -7
  34. package/dist/es6/brand-light.js +0 -7
  35. package/dist/es6/calcite-dark.d.ts +0 -502
  36. package/dist/es6/calcite-dark.js +0 -502
  37. package/dist/es6/calcite-headless.d.ts +0 -2613
  38. package/dist/es6/calcite-headless.js +0 -2613
  39. package/dist/es6/calcite-light.d.ts +0 -505
  40. package/dist/es6/calcite-light.js +0 -505
  41. package/dist/js/brand-light.d.ts +0 -72
  42. package/dist/js/brand-light.js +0 -95
  43. package/dist/js/calcite-dark.d.ts +0 -563
  44. package/dist/js/calcite-dark.js +0 -10024
  45. package/dist/js/calcite-headless.d.ts +0 -1730
  46. package/dist/js/calcite-headless.js +0 -50082
  47. package/dist/js/calcite-light.d.ts +0 -544
  48. package/dist/js/calcite-light.js +0 -10090
  49. package/dist/scss/calcite-dark.scss +0 -535
  50. package/dist/scss/calcite-headless.scss +0 -3012
  51. package/dist/scss/calcite-light.scss +0 -538
  52. package/jest.config.json +0 -16
  53. package/src/$metadata.json +0 -76
  54. package/src/$themes.json +0 -2363
  55. package/src/brand/dark.json +0 -1
  56. package/src/brand/global.json +0 -1
  57. package/src/brand/light.json +0 -20
  58. package/src/calcite/dark.json +0 -2488
  59. package/src/calcite/light.json +0 -2508
  60. package/src/component/accordion-item.json +0 -172
  61. package/src/component/accordion.json +0 -192
  62. package/src/component/action-bar-grid.json +0 -66
  63. package/src/component/action-bar.json +0 -66
  64. package/src/component/action-pad-grid.json +0 -80
  65. package/src/component/action-pad.json +0 -80
  66. package/src/component/action.json +0 -156
  67. package/src/component/alert.json +0 -258
  68. package/src/component/avatar.json +0 -140
  69. package/src/component/block-section.json +0 -124
  70. package/src/component/block.json +0 -198
  71. package/src/component/button.json +0 -650
  72. package/src/component/card.json +0 -116
  73. package/src/component/checkbox.json +0 -110
  74. package/src/component/chip.json +0 -382
  75. package/src/component/color-picker.json +0 -148
  76. package/src/component/combobox.json +0 -152
  77. package/src/component/date-picker.json +0 -354
  78. package/src/component/dropdown-item.json +0 -384
  79. package/src/component/dropdown.json +0 -58
  80. package/src/component/fab.json +0 -490
  81. package/src/component/filter.json +0 -174
  82. package/src/component/icon.json +0 -18
  83. package/src/component/input-date-picker.json +0 -224
  84. package/src/component/input-datetime-local.json +0 -230
  85. package/src/component/input-email.json +0 -244
  86. package/src/component/input-file.json +0 -244
  87. package/src/component/input-message.json +0 -72
  88. package/src/component/input-month.json +0 -244
  89. package/src/component/input-number.json +0 -244
  90. package/src/component/input-password.json +0 -244
  91. package/src/component/input-search.json +0 -244
  92. package/src/component/input-telephone.json +0 -244
  93. package/src/component/input-text.json +0 -244
  94. package/src/component/input-time.json +0 -1
  95. package/src/component/input-week.json +0 -244
  96. package/src/component/label.json +0 -26
  97. package/src/component/link.json +0 -44
  98. package/src/component/loader.json +0 -130
  99. package/src/component/modal.json +0 -278
  100. package/src/component/notice.json +0 -280
  101. package/src/component/pagination.json +0 -152
  102. package/src/component/panel-header.json +0 -88
  103. package/src/component/popover.json +0 -170
  104. package/src/component/radio.json +0 -124
  105. package/src/component/rating.json +0 -243
  106. package/src/component/scrim.json +0 -18
  107. package/src/component/segmented-control.json +0 -154
  108. package/src/component/slider-histogram-range.json +0 -284
  109. package/src/component/slider-histogram.json +0 -280
  110. package/src/component/slider-range.json +0 -226
  111. package/src/component/slider.json +0 -226
  112. package/src/component/split-button.json +0 -830
  113. package/src/component/stepper-item.json +0 -372
  114. package/src/component/stepper.json +0 -152
  115. package/src/component/switch.json +0 -178
  116. package/src/component/tab-title.json +0 -228
  117. package/src/component/tabs.json +0 -242
  118. package/src/component/textarea.json +0 -200
  119. package/src/component/time-picker.json +0 -138
  120. package/src/component/tip-manager.json +0 -118
  121. package/src/component/tip.json +0 -114
  122. package/src/component/tooltip.json +0 -66
  123. package/src/component/tree-item.json +0 -176
  124. package/src/core.json +0 -1833
  125. package/src/semantic.json +0 -1709
  126. package/support/run.ts +0 -16
  127. package/support/token-transformer/format/javascript.ts +0 -22
  128. package/support/token-transformer/format/scss.ts +0 -81
  129. package/support/token-transformer/getThemes.ts +0 -41
  130. package/support/token-transformer/parse/expandComposites.test.ts +0 -144
  131. package/support/token-transformer/parse/expandComposites.ts +0 -72
  132. package/support/token-transformer/sd-run.ts +0 -191
  133. package/support/token-transformer/transform/nameCamelCase.test.ts +0 -36
  134. package/support/token-transformer/transform/nameCamelCase.ts +0 -15
  135. package/support/token-transformer/transform/nameKebabCase.test.ts +0 -36
  136. package/support/token-transformer/transform/nameKebabCase.ts +0 -26
  137. package/support/token-transformer/utils/compositeTokens.test.ts +0 -133
  138. package/support/token-transformer/utils/compositeTokens.ts +0 -103
  139. package/support/token-transformer/utils/convertTokenToStyleDictionaryFormat.ts +0 -20
  140. package/support/token-transformer/utils/matchList.ts +0 -11
  141. package/support/token-transformer/utils/parseName.ts +0 -18
  142. package/support/token-transformer/utils/parseTokenPath.ts +0 -19
  143. package/support/token-transformer/utils/regex.ts +0 -9
  144. package/support/token-transformer/utils/sortAllTokens.ts +0 -12
  145. package/support/token-transformer/utils/transformOptions.ts +0 -31
  146. package/tsconfig-base.json +0 -17
  147. package/tsconfig-eslint.json +0 -4
  148. package/tsconfig.json +0 -4
@@ -0,0 +1,344 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sun, 26 Nov 2023 08:48:21 GMT
4
+ */
5
+
6
+ :root {
7
+ --calcite-z-index-9: 900;
8
+ --calcite-z-index-8: 800;
9
+ --calcite-z-index-7: 700;
10
+ --calcite-z-index-6: 600;
11
+ --calcite-z-index-5: 500;
12
+ --calcite-z-index-4: 400;
13
+ --calcite-z-index-3: 300;
14
+ --calcite-z-index-1: 1;
15
+ --calcite-z-index-0: -999999;
16
+ --calcite-container-size-1440: 1440px;
17
+ --calcite-container-size-1152: 1152px;
18
+ --calcite-container-size-854: 854px;
19
+ --calcite-container-size-768: 768px;
20
+ --calcite-container-size-678: 678px;
21
+ --calcite-container-size-504: 504px;
22
+ --calcite-container-size-476: 476px;
23
+ --calcite-container-size-328: 328px;
24
+ --calcite-container-size-320: 320px;
25
+ --calcite-container-size-154: 154px;
26
+ --calcite-container-size-0: 0;
27
+ --calcite-size-relative-full: 100%;
28
+ --calcite-size-relative-half: 50%;
29
+ --calcite-size-none: 0px;
30
+ --calcite-size-28: 288px;
31
+ --calcite-size-27: 256px;
32
+ --calcite-size-26: 224px;
33
+ --calcite-size-25: 192px;
34
+ --calcite-size-24: 160px;
35
+ --calcite-size-23: 144px;
36
+ --calcite-size-22: 128px;
37
+ --calcite-size-21: 112px;
38
+ --calcite-size-20: 96px;
39
+ --calcite-size-19: 80px;
40
+ --calcite-size-18: 72px;
41
+ --calcite-size-17: 64px;
42
+ --calcite-size-16: 56px;
43
+ --calcite-size-15: 48px;
44
+ --calcite-size-14: 44px;
45
+ --calcite-size-13: 40px;
46
+ --calcite-size-12: 36px;
47
+ --calcite-size-11: 32px;
48
+ --calcite-size-10: 28px;
49
+ --calcite-size-9: 24px;
50
+ --calcite-size-8: 20px;
51
+ --calcite-size-7: 16px;
52
+ --calcite-size-6: 14px;
53
+ --calcite-size-5: 12px;
54
+ --calcite-size-4: 10px;
55
+ --calcite-size-3: 8px;
56
+ --calcite-size-2: 6px;
57
+ --calcite-size-1: 4px;
58
+ --calcite-size-0: 2px;
59
+ --calcite-color-dark-blue-d-bb-430: #0087D7;
60
+ --calcite-color-dark-blue-d-bb-420: #00A0FF;
61
+ --calcite-color-dark-blue-d-bb-410: #47BBFF;
62
+ --calcite-color-dark-red-d-rr-430: #F3381B;
63
+ --calcite-color-dark-red-d-rr-420: #FE583E;
64
+ --calcite-color-dark-red-d-rr-410: #FF7465;
65
+ --calcite-color-dark-yellow-d-yy-430: #F4B000;
66
+ --calcite-color-dark-yellow-d-yy-420: #FFC900;
67
+ --calcite-color-dark-yellow-d-yy-410: #FFE24D;
68
+ --calcite-color-dark-green-d-gg-430: #36DA43;
69
+ --calcite-color-dark-green-d-gg-420: #36DA43;
70
+ --calcite-color-dark-green-d-gg-410: #44ED51;
71
+ --calcite-color-vibrant-violet-v-vv-180: #6a0be6;
72
+ --calcite-color-vibrant-violet-v-vv-160: #8129ff;
73
+ --calcite-color-vibrant-violet-v-vv-140: #974dff;
74
+ --calcite-color-vibrant-violet-v-vv-120: #b580ff;
75
+ --calcite-color-vibrant-violet-red-v-vr-180: #83009e;
76
+ --calcite-color-vibrant-violet-red-v-vr-160: #ac08cc;
77
+ --calcite-color-vibrant-violet-red-v-vr-140: #dd33ff;
78
+ --calcite-color-vibrant-violet-red-v-vr-120: #ea80ff;
79
+ --calcite-color-vibrant-pink-v-pk-180: #c00073;
80
+ --calcite-color-vibrant-pink-v-pk-160: #d11486;
81
+ --calcite-color-vibrant-pink-v-pk-140: #ff19a4;
82
+ --calcite-color-vibrant-pink-v-pk-120: #ff66c2;
83
+ --calcite-color-vibrant-red-v-rr-180: #b3000f;
84
+ --calcite-color-vibrant-red-v-rr-160: #d90012;
85
+ --calcite-color-vibrant-red-v-rr-140: #ff0015;
86
+ --calcite-color-vibrant-red-v-rr-120: #ff624d;
87
+ --calcite-color-vibrant-red-orange-v-ro-180: #c93b00;
88
+ --calcite-color-vibrant-red-orange-v-ro-160: #de4300;
89
+ --calcite-color-vibrant-red-orange-v-ro-140: #ff4d00;
90
+ --calcite-color-vibrant-red-orange-v-ro-120: #ff824d;
91
+ --calcite-color-vibrant-orange-yellow-v-oy-180: #d17300;
92
+ --calcite-color-vibrant-orange-yellow-v-oy-160: #e68600;
93
+ --calcite-color-vibrant-orange-yellow-v-oy-140: #ff9500;
94
+ --calcite-color-vibrant-orange-yellow-v-oy-120: #ffb54d;
95
+ --calcite-color-vibrant-yellow-v-yy-180: #ebba17;
96
+ --calcite-color-vibrant-yellow-v-yy-160: #f5d000;
97
+ --calcite-color-vibrant-yellow-v-yy-140: #ffee33;
98
+ --calcite-color-vibrant-yellow-v-yy-120: #fff766;
99
+ --calcite-color-vibrant-yellow-green-v-yg-180: #7fab00;
100
+ --calcite-color-vibrant-yellow-green-v-yg-160: #96cc00;
101
+ --calcite-color-vibrant-yellow-green-v-yg-140: #bbed3b;
102
+ --calcite-color-vibrant-yellow-green-v-yg-120: #d7ff73;
103
+ --calcite-color-vibrant-green-v-gg-180: #00a118;
104
+ --calcite-color-vibrant-green-v-gg-160: #00b81b;
105
+ --calcite-color-vibrant-green-v-gg-140: #3bed52;
106
+ --calcite-color-vibrant-green-v-gg-120: #73ff84;
107
+ --calcite-color-vibrant-green-blue-v-gb-180: #00cfca;
108
+ --calcite-color-vibrant-green-blue-v-gb-160: #00e6e2;
109
+ --calcite-color-vibrant-green-blue-v-gb-140: #00f7f3;
110
+ --calcite-color-vibrant-green-blue-v-gb-120: #59fffc;
111
+ --calcite-color-vibrant-blue-v-bb-180: #009af2;
112
+ --calcite-color-vibrant-blue-v-bb-160: #009af2;
113
+ --calcite-color-vibrant-blue-v-bb-140: #3db8ff;
114
+ --calcite-color-vibrant-blue-v-bb-120: #59d6ff;
115
+ --calcite-color-high-saturation-violet-h-vv-100: #100026;
116
+ --calcite-color-high-saturation-violet-h-vv-090: #250f43;
117
+ --calcite-color-high-saturation-violet-h-vv-080: #3a1e61;
118
+ --calcite-color-high-saturation-violet-h-vv-070: #4e2c7e;
119
+ --calcite-color-high-saturation-violet-h-vv-060: #633b9b;
120
+ --calcite-color-high-saturation-violet-h-vv-050: #7e5baf;
121
+ --calcite-color-high-saturation-violet-h-vv-040: #987ac3;
122
+ --calcite-color-high-saturation-violet-h-vv-030: #b39ad7;
123
+ --calcite-color-high-saturation-violet-h-vv-020: #cdb9eb;
124
+ --calcite-color-high-saturation-violet-h-vv-010: #e8d9ff;
125
+ --calcite-color-high-saturation-violet-red-h-vr-100: #200026;
126
+ --calcite-color-high-saturation-violet-red-h-vr-090: #3c1243;
127
+ --calcite-color-high-saturation-violet-red-h-vr-080: #572561;
128
+ --calcite-color-high-saturation-violet-red-h-vr-070: #73377e;
129
+ --calcite-color-high-saturation-violet-red-h-vr-060: #8e499b;
130
+ --calcite-color-high-saturation-violet-red-h-vr-050: #a466af;
131
+ --calcite-color-high-saturation-violet-red-h-vr-040: #b983c3;
132
+ --calcite-color-high-saturation-violet-red-h-vr-030: #cfa1d7;
133
+ --calcite-color-high-saturation-violet-red-h-vr-020: #e4beeb;
134
+ --calcite-color-high-saturation-violet-red-h-vr-010: #fadbff;
135
+ --calcite-color-high-saturation-pink-h-pk-100: #260404;
136
+ --calcite-color-high-saturation-pink-h-pk-090: #590b32;
137
+ --calcite-color-high-saturation-pink-h-pk-080: #851b52;
138
+ --calcite-color-high-saturation-pink-h-pk-070: #ba2f7e;
139
+ --calcite-color-high-saturation-pink-h-pk-060: #e04ea6;
140
+ --calcite-color-high-saturation-pink-h-pk-050: #e673bb;
141
+ --calcite-color-high-saturation-pink-h-pk-040: #eb8dc9;
142
+ --calcite-color-high-saturation-pink-h-pk-030: #f2a5d6;
143
+ --calcite-color-high-saturation-pink-h-pk-020: #fabee4;
144
+ --calcite-color-high-saturation-pink-h-pk-010: #ffd1ef;
145
+ --calcite-color-high-saturation-red-h-rr-100: #210300;
146
+ --calcite-color-high-saturation-red-h-rr-090: #4f0e08;
147
+ --calcite-color-high-saturation-red-h-rr-080: #7c1d13;
148
+ --calcite-color-high-saturation-red-h-rr-070: #a82b1e;
149
+ --calcite-color-high-saturation-red-h-rr-060: #d83020;
150
+ --calcite-color-high-saturation-red-h-rr-050: #e65240;
151
+ --calcite-color-high-saturation-red-h-rr-040: #f07062;
152
+ --calcite-color-high-saturation-red-h-rr-030: #f2877b;
153
+ --calcite-color-high-saturation-red-h-rr-020: #ffaaa1;
154
+ --calcite-color-high-saturation-red-h-rr-010: #ffc6bf;
155
+ --calcite-color-high-saturation-red-orange-h-ro-100: #260a00;
156
+ --calcite-color-high-saturation-red-orange-h-ro-090: #531b07;
157
+ --calcite-color-high-saturation-red-orange-h-ro-080: #802c0f;
158
+ --calcite-color-high-saturation-red-orange-h-ro-070: #ad3c16;
159
+ --calcite-color-high-saturation-red-orange-h-ro-060: #da4d1e;
160
+ --calcite-color-high-saturation-red-orange-h-ro-050: #e1653c;
161
+ --calcite-color-high-saturation-red-orange-h-ro-040: #e97e5a;
162
+ --calcite-color-high-saturation-red-orange-h-ro-030: #f09677;
163
+ --calcite-color-high-saturation-red-orange-h-ro-020: #f8af95;
164
+ --calcite-color-high-saturation-red-orange-h-ro-010: #ffc7b3;
165
+ --calcite-color-high-saturation-orange-h-oo-100: #401900;
166
+ --calcite-color-high-saturation-orange-h-oo-090: #6d2f08;
167
+ --calcite-color-high-saturation-orange-h-oo-080: #9a4410;
168
+ --calcite-color-high-saturation-orange-h-oo-070: #c65a18;
169
+ --calcite-color-high-saturation-orange-h-oo-060: #f36f20;
170
+ --calcite-color-high-saturation-orange-h-oo-050: #f58440;
171
+ --calcite-color-high-saturation-orange-h-oo-040: #f89960;
172
+ --calcite-color-high-saturation-orange-h-oo-030: #faae7f;
173
+ --calcite-color-high-saturation-orange-h-oo-020: #fdc39f;
174
+ --calcite-color-high-saturation-orange-h-oo-010: #ffd8bf;
175
+ --calcite-color-high-saturation-orange-yellow-h-oy-100: #402300;
176
+ --calcite-color-high-saturation-orange-yellow-h-oy-090: #6d3f08;
177
+ --calcite-color-high-saturation-orange-yellow-h-oy-080: #9a5b10;
178
+ --calcite-color-high-saturation-orange-yellow-h-oy-070: #c67718;
179
+ --calcite-color-high-saturation-orange-yellow-h-oy-060: #f89927;
180
+ --calcite-color-high-saturation-orange-yellow-h-oy-050: #f9a845;
181
+ --calcite-color-high-saturation-orange-yellow-h-oy-040: #fbb664;
182
+ --calcite-color-high-saturation-orange-yellow-h-oy-030: #fcc582;
183
+ --calcite-color-high-saturation-orange-yellow-h-oy-020: #fed3a1;
184
+ --calcite-color-high-saturation-orange-yellow-h-oy-010: #ffe2bf;
185
+ --calcite-color-high-saturation-yellow-h-yy-100: #5c4e00;
186
+ --calcite-color-high-saturation-yellow-h-yy-090: #8c7500;
187
+ --calcite-color-high-saturation-yellow-h-yy-080: #bfa200;
188
+ --calcite-color-high-saturation-yellow-h-yy-070: #d9bc00;
189
+ --calcite-color-high-saturation-yellow-h-yy-060: #edd317;
190
+ --calcite-color-high-saturation-yellow-h-yy-050: #f9e54e;
191
+ --calcite-color-high-saturation-yellow-h-yy-040: #fbea6e;
192
+ --calcite-color-high-saturation-yellow-h-yy-030: #fcee8d;
193
+ --calcite-color-high-saturation-yellow-h-yy-020: #fef3ad;
194
+ --calcite-color-high-saturation-yellow-h-yy-010: #fff7cc;
195
+ --calcite-color-high-saturation-yellow-green-h-yg-100: #121a00;
196
+ --calcite-color-high-saturation-yellow-green-h-yg-090: #384813;
197
+ --calcite-color-high-saturation-yellow-green-h-yg-080: #5e7526;
198
+ --calcite-color-high-saturation-yellow-green-h-yg-070: #84a338;
199
+ --calcite-color-high-saturation-yellow-green-h-yg-060: #aad04b;
200
+ --calcite-color-high-saturation-yellow-green-h-yg-050: #b6d860;
201
+ --calcite-color-high-saturation-yellow-green-h-yg-040: #c2e075;
202
+ --calcite-color-high-saturation-yellow-green-h-yg-030: #cde78a;
203
+ --calcite-color-high-saturation-yellow-green-h-yg-020: #d9ef9f;
204
+ --calcite-color-high-saturation-yellow-green-h-yg-010: #e5f7b4;
205
+ --calcite-color-high-saturation-green-h-gg-100: #001a03;
206
+ --calcite-color-high-saturation-green-h-gg-090: #0d3f14;
207
+ --calcite-color-high-saturation-green-h-gg-080: #1a6324;
208
+ --calcite-color-high-saturation-green-h-gg-070: #288835;
209
+ --calcite-color-high-saturation-green-h-gg-060: #35ac46;
210
+ --calcite-color-high-saturation-green-h-gg-050: #50ba5f;
211
+ --calcite-color-high-saturation-green-h-gg-040: #6bc878;
212
+ --calcite-color-high-saturation-green-h-gg-030: #87d692;
213
+ --calcite-color-high-saturation-green-h-gg-020: #a2e4ab;
214
+ --calcite-color-high-saturation-green-h-gg-010: #bdf2c4;
215
+ --calcite-color-high-saturation-green-blue-h-gb-100: #002625;
216
+ --calcite-color-high-saturation-green-blue-h-gb-090: #004d4c;
217
+ --calcite-color-high-saturation-green-blue-h-gb-080: #007472;
218
+ --calcite-color-high-saturation-green-blue-h-gb-070: #009b98;
219
+ --calcite-color-high-saturation-green-blue-h-gb-060: #00bab5;
220
+ --calcite-color-high-saturation-green-blue-h-gb-050: #28cecb;
221
+ --calcite-color-high-saturation-green-blue-h-gb-040: #5ae0de;
222
+ --calcite-color-high-saturation-green-blue-h-gb-030: #8fe6e5;
223
+ --calcite-color-high-saturation-green-blue-h-gb-020: #afedec;
224
+ --calcite-color-high-saturation-green-blue-h-gb-010: #cef5f4;
225
+ --calcite-color-high-saturation-blue-h-bb-100: #001726;
226
+ --calcite-color-high-saturation-blue-h-bb-090: #00304d;
227
+ --calcite-color-high-saturation-blue-h-bb-080: #004874;
228
+ --calcite-color-high-saturation-blue-h-bb-070: #00619b;
229
+ --calcite-color-high-saturation-blue-h-bb-060: #007ac2;
230
+ --calcite-color-high-saturation-blue-h-bb-050: #2890ce;
231
+ --calcite-color-high-saturation-blue-h-bb-040: #50a7da;
232
+ --calcite-color-high-saturation-blue-h-bb-030: #77bde7;
233
+ --calcite-color-high-saturation-blue-h-bb-020: #9fd4f3;
234
+ --calcite-color-high-saturation-blue-h-bb-010: #c7eaff;
235
+ --calcite-color-neutral-blk-240: #000000;
236
+ --calcite-color-neutral-blk-235: #060606;
237
+ --calcite-color-neutral-blk-230: #0b0b0b;
238
+ --calcite-color-neutral-blk-220: #151515;
239
+ --calcite-color-neutral-blk-210: #202020;
240
+ --calcite-color-neutral-blk-200: #2b2b2b;
241
+ --calcite-color-neutral-blk-190: #353535;
242
+ --calcite-color-neutral-blk-180: #404040;
243
+ --calcite-color-neutral-blk-170: #4a4a4a;
244
+ --calcite-color-neutral-blk-160: #555555;
245
+ --calcite-color-neutral-blk-150: #606060;
246
+ --calcite-color-neutral-blk-140: #6a6a6a;
247
+ --calcite-color-neutral-blk-130: #757575;
248
+ --calcite-color-neutral-blk-120: #808080;
249
+ --calcite-color-neutral-blk-110: #8a8a8a;
250
+ --calcite-color-neutral-blk-100: #949494;
251
+ --calcite-color-neutral-blk-090: #9f9f9f;
252
+ --calcite-color-neutral-blk-080: #aaaaaa;
253
+ --calcite-color-neutral-blk-070: #b5b5b5;
254
+ --calcite-color-neutral-blk-060: #bfbfbf;
255
+ --calcite-color-neutral-blk-050: #cacaca;
256
+ --calcite-color-neutral-blk-040: #d4d4d4;
257
+ --calcite-color-neutral-blk-030: #dfdfdf;
258
+ --calcite-color-neutral-blk-020: #eaeaea;
259
+ --calcite-color-neutral-blk-010: #f3f3f3;
260
+ --calcite-color-neutral-blk-005: #f8f8f8;
261
+ --calcite-color-neutral-blk-000: #ffffff;
262
+ --calcite-opacity-100: 1;
263
+ --calcite-opacity-96: 0.96;
264
+ --calcite-opacity-92: 0.92;
265
+ --calcite-opacity-90: 0.9;
266
+ --calcite-opacity-85: 0.85;
267
+ --calcite-opacity-80: 0.8;
268
+ --calcite-opacity-70: 0.7;
269
+ --calcite-opacity-60: 0.6;
270
+ --calcite-opacity-50: 0.5;
271
+ --calcite-opacity-40: 0.4;
272
+ --calcite-opacity-30: 0.3;
273
+ --calcite-opacity-20: 0.2;
274
+ --calcite-opacity-10: 0.1;
275
+ --calcite-opacity-8: 0.08;
276
+ --calcite-opacity-4: 0.04;
277
+ --calcite-opacity-0: 0;
278
+ --calcite-font-text-case-capitalize: capitalize;
279
+ --calcite-font-text-case-lowercase: lowercase;
280
+ --calcite-font-text-case-uppercase: uppercase;
281
+ --calcite-font-text-case-none: none;
282
+ --calcite-font-text-decoration-underline: underline;
283
+ --calcite-font-text-decoration-none: none;
284
+ --calcite-font-paragraph-spacing-normal: 10px;
285
+ --calcite-font-letter-spacing-wide: 0.4px;
286
+ --calcite-font-letter-spacing-normal: 0px;
287
+ --calcite-font-letter-spacing-tight: -0.4px;
288
+ --calcite-font-size-15: 120px;
289
+ --calcite-font-size-14: 96px;
290
+ --calcite-font-size-13: 80px;
291
+ --calcite-font-size-12: 72px;
292
+ --calcite-font-size-11: 64px;
293
+ --calcite-font-size-10: 56px;
294
+ --calcite-font-size-9: 48px;
295
+ --calcite-font-size-8: 40px;
296
+ --calcite-font-size-7: 32px;
297
+ --calcite-font-size-6: 24px;
298
+ --calcite-font-size-5: 20px;
299
+ --calcite-font-size-4: 18px;
300
+ --calcite-font-size-3: 16px;
301
+ --calcite-font-size-2: 14px;
302
+ --calcite-font-size-1: 12px;
303
+ --calcite-font-size-0: 10px;
304
+ --calcite-font-line-height-relative-loose: 2; /* 2 */
305
+ --calcite-font-line-height-relative-relaxed: 1.625; /* 1.625 */
306
+ --calcite-font-line-height-relative-normal: 1.5; /* 1.5 */
307
+ --calcite-font-line-height-relative-snug: 1.375; /* 1.375 */
308
+ --calcite-font-line-height-relative-tight: 1.25; /* 1.25 */
309
+ --calcite-font-line-height-relative: auto; /* 1 */
310
+ --calcite-font-line-height-fixed-12: 80px;
311
+ --calcite-font-line-height-fixed-11: 72px;
312
+ --calcite-font-line-height-fixed-10: 64px;
313
+ --calcite-font-line-height-fixed-9: 56px;
314
+ --calcite-font-line-height-fixed-8: 48px;
315
+ --calcite-font-line-height-fixed-7: 40px;
316
+ --calcite-font-line-height-fixed-6: 36px;
317
+ --calcite-font-line-height-fixed-5: 32px;
318
+ --calcite-font-line-height-fixed-4: 28px;
319
+ --calcite-font-line-height-fixed-3: 24px;
320
+ --calcite-font-line-height-fixed-2: 20px;
321
+ --calcite-font-line-height-fixed-1: 16px;
322
+ --calcite-font-line-height-fixed-0: 12px;
323
+ --calcite-font-weight-heavy: 900;
324
+ --calcite-font-weight-black: 900; /* only for Avenir Next World (secondary font family) */
325
+ --calcite-font-weight-extrabold: 800; /* only for Avenir Next World (secondary font family) */
326
+ --calcite-font-weight-bold: 700;
327
+ --calcite-font-weight-demi: 600;
328
+ --calcite-font-weight-medium-italic: "Medium Italic";
329
+ --calcite-font-weight-medium: 500;
330
+ --calcite-font-weight-regular: 400;
331
+ --calcite-font-weight-light: 300; /* only for Avenir Next World (secondary font family) */
332
+ --calcite-font-weight-thin: 100;
333
+ --calcite-font-weight-ultralight: 200; /* only for Avenir Next World (secondary font family) */
334
+ --calcite-font-style-italic: italic; /* used in ratings */
335
+ --calcite-font-family-code: Monaco;
336
+ --calcite-font-family-secondary: "Avenir Next World";
337
+ --calcite-font-family-primary: "Avenir Next LT Pro";
338
+ --calcite-box-shadow-none: 0 0 0 0 rgba(var(--calcite-color-neutral-blk-240), 0);
339
+ --calcite-box-shadow-4: 0 12px 32px -2px rgba(var(--calcite-color-neutral-blk-240), 0.1);
340
+ --calcite-box-shadow-3: 0 4px 20px 0 rgba(var(--calcite-color-neutral-blk-240), 0.08);
341
+ --calcite-box-shadow-2: 0 4px 16px 0 rgba(var(--calcite-color-neutral-blk-240), 0.08);
342
+ --calcite-box-shadow-1: 0 2px 8px 0 rgba(var(--calcite-color-neutral-blk-240), 0.04);
343
+ --calcite-box-shadow-0: 0 0 0 0 rgba(var(--calcite-color-neutral-blk-240), 0);
344
+ }
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sun, 26 Nov 2023 08:48:21 GMT
4
+ */
5
+
6
+ :root{
7
+ --calcite-color-inverse-press: #f3f3f3;
8
+ --calcite-color-inverse-hover: #ffffff;
9
+ --calcite-color-inverse: #f8f8f8;
10
+ --calcite-color-danger-press: #d90012;
11
+ --calcite-color-danger-hover: #ff0015;
12
+ --calcite-color-danger: #FE583E;
13
+ --calcite-color-warning-press: #f5d000;
14
+ --calcite-color-warning-hover: #ffee33;
15
+ --calcite-color-warning: #FFC900;
16
+ --calcite-color-success-press: #00b81b;
17
+ --calcite-color-success-hover: #3bed52;
18
+ --calcite-color-success: #36DA43;
19
+ --calcite-color-info-press: #009af2;
20
+ --calcite-color-info-hover: #3db8ff;
21
+ --calcite-color-info: #00A0FF;
22
+ --calcite-color-border-input: #757575;
23
+ --calcite-color-border-3: #404040;
24
+ --calcite-color-border-2: #4a4a4a;
25
+ --calcite-color-border-1: #555555;
26
+ --calcite-color-text-link: #00A0FF;
27
+ --calcite-color-text-inverse: #151515;
28
+ --calcite-color-text-3: #9f9f9f;
29
+ --calcite-color-text-2: #bfbfbf;
30
+ --calcite-color-text-1: #ffffff;
31
+ --calcite-color-foreground-current: #214155;
32
+ --calcite-color-foreground-3: #151515;
33
+ --calcite-color-foreground-2: #202020;
34
+ --calcite-color-foreground-1: #2b2b2b;
35
+ --calcite-color-background-transparent-dismiss: rgba(43, 43, 43, 0.8);
36
+ --calcite-color-background-transparent-scrim: rgba(0, 0, 0, 0.85);
37
+ --calcite-color-background-transparent-press: rgba(255, 255, 255, 0.08);
38
+ --calcite-color-background-transparent-hover: rgba(255, 255, 255, 0.04);
39
+ --calcite-color-background-transparent: rgba(0, 0, 0, 0);
40
+ --calcite-color-background: #353535;
41
+ --calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
42
+ --calcite-color-brand-press: #00619b;
43
+ --calcite-color-brand-hover: #007ac2;
44
+ --calcite-color-brand: #009af2;
45
+ }
@@ -0,0 +1,103 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sun, 26 Nov 2023 08:48:21 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-xl: 20px;
18
+ --calcite-spacing-lg: 16px;
19
+ --calcite-spacing-md: 12px;
20
+ --calcite-spacing-sm: 8px;
21
+ --calcite-spacing-xs: 4px;
22
+ --calcite-spacing-double: 20px;
23
+ --calcite-spacing-half: 6px;
24
+ --calcite-spacing-base: 2px;
25
+ --calcite-spacing-none: 0px;
26
+ --calcite-size-xxxl: 96px;
27
+ --calcite-size-xxl: 64px;
28
+ --calcite-size-xl: 48px;
29
+ --calcite-size-xl-lg: 44px;
30
+ --calcite-size-lg-xl: 32px;
31
+ --calcite-size-lg: 24px;
32
+ --calcite-size-lg-md: 20px;
33
+ --calcite-size-md-lg: 16px;
34
+ --calcite-size-md: 14px;
35
+ --calcite-size-md-sm: 12px;
36
+ --calcite-size-sm-md: 10px;
37
+ --calcite-size-sm: 8px;
38
+ --calcite-size-xs: 6px;
39
+ --calcite-size-xxs: 4px;
40
+ --calcite-size-xxxs: 2px;
41
+ --calcite-opacity-disabled: 0.5;
42
+ --calcite-opacity-full: 1;
43
+ --calcite-opacity-dark: 0.85;
44
+ --calcite-opacity-half: 0.5;
45
+ --calcite-opacity-light: 0.4;
46
+ --calcite-font-text-case-capitalize: capitalize;
47
+ --calcite-font-text-case-lowercase: lowercase;
48
+ --calcite-font-text-case-uppercase: uppercase;
49
+ --calcite-font-text-case-none: none;
50
+ --calcite-font-text-decoration-underline: underline;
51
+ --calcite-font-text-decoration-none: none;
52
+ --calcite-font-paragraph-spacing-normal: 10px;
53
+ --calcite-font-letter-spacing-wide: 0.4px;
54
+ --calcite-font-letter-spacing-normal: 0px;
55
+ --calcite-font-letter-spacing-tight: -0.4px;
56
+ --calcite-font-line-height-relative-loose: 2; /* 2 */
57
+ --calcite-font-line-height-relative-relaxed: 1.625; /* 1.625 */
58
+ --calcite-font-line-height-relative-normal: 1.5; /* 1.5 */
59
+ --calcite-font-line-height-relative-snug: 1.375; /* 1.375 */
60
+ --calcite-font-line-height-relative-tight: 1.25; /* 1.25 */
61
+ --calcite-font-line-height-relative: auto; /* 1 */
62
+ --calcite-font-line-height-fixed-xl: 24px;
63
+ --calcite-font-line-height-fixed-lg: 20px;
64
+ --calcite-font-line-height-fixed-base: 16px;
65
+ --calcite-font-line-height-fixed-sm: 12px;
66
+ --calcite-font-style-emphasis: italic; /* used in ratings */
67
+ --calcite-font-size-xxl: 24px;
68
+ --calcite-font-size-xl: 20px;
69
+ --calcite-font-size-lg: 18px;
70
+ --calcite-font-size-md: 16px;
71
+ --calcite-font-size: 14px;
72
+ --calcite-font-size-sm: 12px;
73
+ --calcite-font-size-xs: 10px;
74
+ --calcite-font-weight-bold: 700;
75
+ --calcite-font-weight-semibold: 600;
76
+ --calcite-font-weight-medium: 500;
77
+ --calcite-font-weight-regular: 400;
78
+ --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" */
79
+ --calcite-font-weight-light: 300; /* For Avenir Next World (secondary font family) */
80
+ --calcite-font-family: "Avenir Next LT Pro";
81
+ --calcite-container-size-content-fixed: 1440px; /* only for lg breakpoint fixed grid width */
82
+ --calcite-container-size-content-fluid: 100%; /* for fluid grid widths */
83
+ --calcite-container-size-gutter: 16px;
84
+ --calcite-container-size-margin: 24px;
85
+ --calcite-color-background-none: rgba(#ffffff, 0);
86
+ --calcite-border-width-lg: 4px;
87
+ --calcite-border-width-md: 2px;
88
+ --calcite-border-width-sm: 1px;
89
+ --calcite-border-width-none: 0px;
90
+ --calcite-border-radius-xl: 24px;
91
+ --calcite-border-radius-lg: 16px;
92
+ --calcite-border-radius-md: 12px;
93
+ --calcite-border-radius-sm: 4px;
94
+ --calcite-border-radius-pill: 100%;
95
+ --calcite-border-radius-circular: 50%;
96
+ --calcite-border-radius-round: 4px;
97
+ --calcite-border-radius-sharp: 0px;
98
+ --calcite-border-radius-none: 0px;
99
+ --calcite-border-radius: 0px;
100
+ --calcite-box-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.1);
101
+ --calcite-box-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
102
+ --calcite-box-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
103
+ }
@@ -0,0 +1,176 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sun, 26 Nov 2023 08:48:21 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-inverse-press: #202020;
13
+ --calcite-color-inverse-hover: #2b2b2b;
14
+ --calcite-color-inverse: #353535;
15
+ --calcite-color-danger-press: #7c1d13;
16
+ --calcite-color-danger-hover: #a82b1e;
17
+ --calcite-color-danger: #d83020;
18
+ --calcite-color-warning-press: #bfa200;
19
+ --calcite-color-warning-hover: #d9bc00;
20
+ --calcite-color-warning: #edd317;
21
+ --calcite-color-success-press: #1a6324;
22
+ --calcite-color-success-hover: #288835;
23
+ --calcite-color-success: #35ac46;
24
+ --calcite-color-info-press: #00304d;
25
+ --calcite-color-info-hover: #004874;
26
+ --calcite-color-info: #00619b;
27
+ --calcite-color-border-input: #949494;
28
+ --calcite-color-border-3: #dfdfdf;
29
+ --calcite-color-border-2: #d4d4d4;
30
+ --calcite-color-border-1: #cacaca;
31
+ --calcite-color-text-link: #00619b;
32
+ --calcite-color-text-inverse: #ffffff;
33
+ --calcite-color-text-3: #6a6a6a;
34
+ --calcite-color-text-2: #4a4a4a;
35
+ --calcite-color-text-1: #151515;
36
+ --calcite-color-foreground-current: #c7eaff;
37
+ --calcite-color-foreground-3: #eaeaea;
38
+ --calcite-color-foreground-2: #f3f3f3;
39
+ --calcite-color-foreground-1: #ffffff;
40
+ --calcite-color-background-transparent-dismiss: rgba(255, 255, 255, 0.8);
41
+ --calcite-color-background-transparent-scrim: rgba(255, 255, 255, 0.85);
42
+ --calcite-color-background-transparent-press: rgba(0, 0, 0, 0.08);
43
+ --calcite-color-background-transparent-hover: rgba(0, 0, 0, 0.04);
44
+ --calcite-color-background-transparent: rgba(255, 255, 255, 0);
45
+ --calcite-color-background: #f8f8f8;
46
+ --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
47
+ --calcite-color-brand-press: #004874;
48
+ --calcite-color-brand-hover: #00619b;
49
+ --calcite-color-brand: #007ac2;
50
+ }
51
+ }
52
+
53
+ @media (prefers-color-scheme: dark) {
54
+ :root {
55
+ --calcite-color-inverse-press: #f3f3f3;
56
+ --calcite-color-inverse-hover: #ffffff;
57
+ --calcite-color-inverse: #f8f8f8;
58
+ --calcite-color-danger-press: #d90012;
59
+ --calcite-color-danger-hover: #ff0015;
60
+ --calcite-color-danger: #FE583E;
61
+ --calcite-color-warning-press: #f5d000;
62
+ --calcite-color-warning-hover: #ffee33;
63
+ --calcite-color-warning: #FFC900;
64
+ --calcite-color-success-press: #00b81b;
65
+ --calcite-color-success-hover: #3bed52;
66
+ --calcite-color-success: #36DA43;
67
+ --calcite-color-info-press: #009af2;
68
+ --calcite-color-info-hover: #3db8ff;
69
+ --calcite-color-info: #00A0FF;
70
+ --calcite-color-border-input: #757575;
71
+ --calcite-color-border-3: #404040;
72
+ --calcite-color-border-2: #4a4a4a;
73
+ --calcite-color-border-1: #555555;
74
+ --calcite-color-text-link: #00A0FF;
75
+ --calcite-color-text-inverse: #151515;
76
+ --calcite-color-text-3: #9f9f9f;
77
+ --calcite-color-text-2: #bfbfbf;
78
+ --calcite-color-text-1: #ffffff;
79
+ --calcite-color-foreground-current: #214155;
80
+ --calcite-color-foreground-3: #151515;
81
+ --calcite-color-foreground-2: #202020;
82
+ --calcite-color-foreground-1: #2b2b2b;
83
+ --calcite-color-background-transparent-dismiss: rgba(43, 43, 43, 0.8);
84
+ --calcite-color-background-transparent-scrim: rgba(0, 0, 0, 0.85);
85
+ --calcite-color-background-transparent-press: rgba(255, 255, 255, 0.08);
86
+ --calcite-color-background-transparent-hover: rgba(255, 255, 255, 0.04);
87
+ --calcite-color-background-transparent: rgba(0, 0, 0, 0);
88
+ --calcite-color-background: #353535;
89
+ --calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
90
+ --calcite-color-brand-press: #00619b;
91
+ --calcite-color-brand-hover: #007ac2;
92
+ --calcite-color-brand: #009af2;
93
+ }
94
+ }
95
+
96
+ .calcite-mode-light {
97
+ --calcite-color-inverse-press: #202020;
98
+ --calcite-color-inverse-hover: #2b2b2b;
99
+ --calcite-color-inverse: #353535;
100
+ --calcite-color-danger-press: #7c1d13;
101
+ --calcite-color-danger-hover: #a82b1e;
102
+ --calcite-color-danger: #d83020;
103
+ --calcite-color-warning-press: #bfa200;
104
+ --calcite-color-warning-hover: #d9bc00;
105
+ --calcite-color-warning: #edd317;
106
+ --calcite-color-success-press: #1a6324;
107
+ --calcite-color-success-hover: #288835;
108
+ --calcite-color-success: #35ac46;
109
+ --calcite-color-info-press: #00304d;
110
+ --calcite-color-info-hover: #004874;
111
+ --calcite-color-info: #00619b;
112
+ --calcite-color-border-input: #949494;
113
+ --calcite-color-border-3: #dfdfdf;
114
+ --calcite-color-border-2: #d4d4d4;
115
+ --calcite-color-border-1: #cacaca;
116
+ --calcite-color-text-link: #00619b;
117
+ --calcite-color-text-inverse: #ffffff;
118
+ --calcite-color-text-3: #6a6a6a;
119
+ --calcite-color-text-2: #4a4a4a;
120
+ --calcite-color-text-1: #151515;
121
+ --calcite-color-foreground-current: #c7eaff;
122
+ --calcite-color-foreground-3: #eaeaea;
123
+ --calcite-color-foreground-2: #f3f3f3;
124
+ --calcite-color-foreground-1: #ffffff;
125
+ --calcite-color-background-transparent-dismiss: rgba(255, 255, 255, 0.8);
126
+ --calcite-color-background-transparent-scrim: rgba(255, 255, 255, 0.85);
127
+ --calcite-color-background-transparent-press: rgba(0, 0, 0, 0.08);
128
+ --calcite-color-background-transparent-hover: rgba(0, 0, 0, 0.04);
129
+ --calcite-color-background-transparent: rgba(255, 255, 255, 0);
130
+ --calcite-color-background: #f8f8f8;
131
+ --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
132
+ --calcite-color-brand-press: #004874;
133
+ --calcite-color-brand-hover: #00619b;
134
+ --calcite-color-brand: #007ac2;
135
+ }
136
+
137
+ .calcite-mode-dark {
138
+ --calcite-color-inverse-press: #f3f3f3;
139
+ --calcite-color-inverse-hover: #ffffff;
140
+ --calcite-color-inverse: #f8f8f8;
141
+ --calcite-color-danger-press: #d90012;
142
+ --calcite-color-danger-hover: #ff0015;
143
+ --calcite-color-danger: #FE583E;
144
+ --calcite-color-warning-press: #f5d000;
145
+ --calcite-color-warning-hover: #ffee33;
146
+ --calcite-color-warning: #FFC900;
147
+ --calcite-color-success-press: #00b81b;
148
+ --calcite-color-success-hover: #3bed52;
149
+ --calcite-color-success: #36DA43;
150
+ --calcite-color-info-press: #009af2;
151
+ --calcite-color-info-hover: #3db8ff;
152
+ --calcite-color-info: #00A0FF;
153
+ --calcite-color-border-input: #757575;
154
+ --calcite-color-border-3: #404040;
155
+ --calcite-color-border-2: #4a4a4a;
156
+ --calcite-color-border-1: #555555;
157
+ --calcite-color-text-link: #00A0FF;
158
+ --calcite-color-text-inverse: #151515;
159
+ --calcite-color-text-3: #9f9f9f;
160
+ --calcite-color-text-2: #bfbfbf;
161
+ --calcite-color-text-1: #ffffff;
162
+ --calcite-color-foreground-current: #214155;
163
+ --calcite-color-foreground-3: #151515;
164
+ --calcite-color-foreground-2: #202020;
165
+ --calcite-color-foreground-1: #2b2b2b;
166
+ --calcite-color-background-transparent-dismiss: rgba(43, 43, 43, 0.8);
167
+ --calcite-color-background-transparent-scrim: rgba(0, 0, 0, 0.85);
168
+ --calcite-color-background-transparent-press: rgba(255, 255, 255, 0.08);
169
+ --calcite-color-background-transparent-hover: rgba(255, 255, 255, 0.04);
170
+ --calcite-color-background-transparent: rgba(0, 0, 0, 0);
171
+ --calcite-color-background: #353535;
172
+ --calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
173
+ --calcite-color-brand-press: #00619b;
174
+ --calcite-color-brand-hover: #007ac2;
175
+ --calcite-color-brand: #009af2;
176
+ }