@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,37 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+
6
+ $calcite-container-size-width-xl-min: 1441px; // Projectors and televisions
7
+ $calcite-container-size-width-lg-min: 1153px; // Large laptops and desktop computers
8
+
9
+ $calcite-container-size-width-lg-max: 1440px; // Large laptops and desktop computers
10
+ $calcite-container-size-width-md-min: 769px; // Small laptops
11
+
12
+ $calcite-container-size-width-md-max: 1152px; // Small laptops
13
+ $calcite-container-size-width-sm-min: 477px; // Small tablets
14
+
15
+ $calcite-container-size-width-sm-max: 768px; // Small tablets
16
+ $calcite-container-size-width-xs-min: 321px; // Handheld devices
17
+
18
+ $calcite-container-size-width-xs-max: 476px; // Handheld devices
19
+ $calcite-container-size-width-xxs-min: 0; // Small handheld devices and mini-windows
20
+
21
+ $calcite-container-size-width-xxs-max: 320px; // Small handheld devices and mini-windows
22
+ $calcite-container-size-height-xl-min: 855px; // Projectors and televisions
23
+ $calcite-container-size-height-lg-min: 679px; // Large laptops and desktop computers
24
+
25
+ $calcite-container-size-height-lg-max: 854px; // Large laptops and desktop computers
26
+ $calcite-container-size-height-md-min: 505px; // Small laptops
27
+
28
+ $calcite-container-size-height-md-max: 678px; // Small laptops
29
+ $calcite-container-size-height-sm-min: 329px; // Small tablets
30
+
31
+ $calcite-container-size-height-sm-max: 504px; // Small tablets
32
+ $calcite-container-size-height-xs-min: 155px; // Handheld devices
33
+
34
+ $calcite-container-size-height-xs-max: 328px; // Handheld devices
35
+ $calcite-container-size-height-xxs-min: 0; // Small handheld devices and mini-windows
36
+
37
+ $calcite-container-size-height-xxs-max: 154px; // Small handheld devices and mini-windows
@@ -0,0 +1,309 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:26 GMT
4
+ */
5
+
6
+ $calcite-z-index-9: 900;
7
+ $calcite-z-index-8: 800;
8
+ $calcite-z-index-7: 700;
9
+ $calcite-z-index-6: 600;
10
+ $calcite-z-index-5: 500;
11
+ $calcite-z-index-4: 400;
12
+ $calcite-z-index-3: 300;
13
+ $calcite-z-index-1: 1;
14
+ $calcite-z-index-0: -999999;
15
+ $calcite-size-relative-auto: auto;
16
+ $calcite-size-relative-200: 200%;
17
+ $calcite-size-relative-162: 162.5%;
18
+ $calcite-size-relative-150: 150%;
19
+ $calcite-size-relative-137: 137.5%;
20
+ $calcite-size-relative-125: 125%;
21
+ $calcite-size-relative-100: 100%;
22
+ $calcite-size-relative-50: 50%;
23
+ $calcite-size-none: 0;
24
+ $calcite-size-288: 288px;
25
+ $calcite-size-256: 256px;
26
+ $calcite-size-224: 224px;
27
+ $calcite-size-192: 192px;
28
+ $calcite-size-160: 160px;
29
+ $calcite-size-144: 144px;
30
+ $calcite-size-128: 128px;
31
+ $calcite-size-112: 112px;
32
+ $calcite-size-96: 96px;
33
+ $calcite-size-80: 80px;
34
+ $calcite-size-72: 72px;
35
+ $calcite-size-64: 64px;
36
+ $calcite-size-56: 56px;
37
+ $calcite-size-48: 48px;
38
+ $calcite-size-44: 44px;
39
+ $calcite-size-40: 40px;
40
+ $calcite-size-36: 36px;
41
+ $calcite-size-32: 32px;
42
+ $calcite-size-28: 28px;
43
+ $calcite-size-24: 24px;
44
+ $calcite-size-20: 20px;
45
+ $calcite-size-16: 16px;
46
+ $calcite-size-14: 14px;
47
+ $calcite-size-12: 12px;
48
+ $calcite-size-10: 10px;
49
+ $calcite-size-8: 8px;
50
+ $calcite-size-6: 6px;
51
+ $calcite-size-4: 4px;
52
+ $calcite-size-2: 2px;
53
+ $calcite-size-1: 1px;
54
+ $calcite-opacity-100: 1;
55
+ $calcite-opacity-96: 0.96;
56
+ $calcite-opacity-92: 0.92;
57
+ $calcite-opacity-90: 0.9;
58
+ $calcite-opacity-85: 0.85;
59
+ $calcite-opacity-80: 0.8;
60
+ $calcite-opacity-70: 0.7;
61
+ $calcite-opacity-60: 0.6;
62
+ $calcite-opacity-50: 0.5;
63
+ $calcite-opacity-40: 0.4;
64
+ $calcite-opacity-30: 0.3;
65
+ $calcite-opacity-20: 0.2;
66
+ $calcite-opacity-10: 0.1;
67
+ $calcite-opacity-8: 0.08;
68
+ $calcite-opacity-4: 0.04;
69
+ $calcite-opacity-0: 0;
70
+ $calcite-font-text-case-capitalize: capitalize;
71
+ $calcite-font-text-case-lowercase: lowercase;
72
+ $calcite-font-text-case-uppercase: uppercase;
73
+ $calcite-font-text-case-none: none;
74
+ $calcite-font-text-decoration-underline: underline;
75
+ $calcite-font-text-decoration-none: none;
76
+ $calcite-font-weight-heavy: 900;
77
+ $calcite-font-weight-black: 900; // only for Avenir Next World (secondary font family)
78
+ $calcite-font-weight-extrabold: 800; // only for Avenir Next World (secondary font family)
79
+ $calcite-font-weight-bold: 700;
80
+ $calcite-font-weight-demi: 600;
81
+ $calcite-font-weight-medium-italic: "Medium Italic";
82
+ $calcite-font-weight-medium: 500;
83
+ $calcite-font-weight-regular: 400;
84
+ $calcite-font-weight-light: 300; // only for Avenir Next World (secondary font family)
85
+ $calcite-font-weight-thin: 100;
86
+ $calcite-font-weight-ultralight: 200; // only for Avenir Next World (secondary font family)
87
+ $calcite-font-style-italic: italic; // used in ratings
88
+ $calcite-font-family-monaco: Monaco;
89
+ $calcite-font-family-avenir-next-world: "Avenir Next World";
90
+ $calcite-font-family-avenir-next-pro: "Avenir Next LT Pro";
91
+ $calcite-container-size-1440: 1440px;
92
+ $calcite-container-size-1152: 1152px;
93
+ $calcite-container-size-854: 854px;
94
+ $calcite-container-size-768: 768px;
95
+ $calcite-container-size-678: 678px;
96
+ $calcite-container-size-504: 504px;
97
+ $calcite-container-size-476: 476px;
98
+ $calcite-container-size-328: 328px;
99
+ $calcite-container-size-320: 320px;
100
+ $calcite-container-size-154: 154px;
101
+ $calcite-container-size-0: 0;
102
+ $calcite-color-dark-blue-d-bb-430: #0087D7;
103
+ $calcite-color-dark-blue-d-bb-420: #00A0FF;
104
+ $calcite-color-dark-blue-d-bb-410: #47BBFF;
105
+ $calcite-color-dark-red-d-rr-430: #F3381B;
106
+ $calcite-color-dark-red-d-rr-420: #FE583E;
107
+ $calcite-color-dark-red-d-rr-410: #FF7465;
108
+ $calcite-color-dark-yellow-d-yy-430: #F4B000;
109
+ $calcite-color-dark-yellow-d-yy-420: #FFC900;
110
+ $calcite-color-dark-yellow-d-yy-410: #FFE24D;
111
+ $calcite-color-dark-green-d-gg-430: #36DA43;
112
+ $calcite-color-dark-green-d-gg-420: #36DA43;
113
+ $calcite-color-dark-green-d-gg-410: #44ED51;
114
+ $calcite-color-vibrant-violet-v-vv-180: #6a0be6;
115
+ $calcite-color-vibrant-violet-v-vv-160: #8129ff;
116
+ $calcite-color-vibrant-violet-v-vv-140: #974dff;
117
+ $calcite-color-vibrant-violet-v-vv-120: #b580ff;
118
+ $calcite-color-vibrant-violet-red-v-vr-180: #83009e;
119
+ $calcite-color-vibrant-violet-red-v-vr-160: #ac08cc;
120
+ $calcite-color-vibrant-violet-red-v-vr-140: #dd33ff;
121
+ $calcite-color-vibrant-violet-red-v-vr-120: #ea80ff;
122
+ $calcite-color-vibrant-pink-v-pk-180: #c00073;
123
+ $calcite-color-vibrant-pink-v-pk-160: #d11486;
124
+ $calcite-color-vibrant-pink-v-pk-140: #ff19a4;
125
+ $calcite-color-vibrant-pink-v-pk-120: #ff66c2;
126
+ $calcite-color-vibrant-red-v-rr-180: #b3000f;
127
+ $calcite-color-vibrant-red-v-rr-160: #d90012;
128
+ $calcite-color-vibrant-red-v-rr-140: #ff0015;
129
+ $calcite-color-vibrant-red-v-rr-120: #ff624d;
130
+ $calcite-color-vibrant-red-orange-v-ro-180: #c93b00;
131
+ $calcite-color-vibrant-red-orange-v-ro-160: #de4300;
132
+ $calcite-color-vibrant-red-orange-v-ro-140: #ff4d00;
133
+ $calcite-color-vibrant-red-orange-v-ro-120: #ff824d;
134
+ $calcite-color-vibrant-orange-yellow-v-oy-180: #d17300;
135
+ $calcite-color-vibrant-orange-yellow-v-oy-160: #e68600;
136
+ $calcite-color-vibrant-orange-yellow-v-oy-140: #ff9500;
137
+ $calcite-color-vibrant-orange-yellow-v-oy-120: #ffb54d;
138
+ $calcite-color-vibrant-yellow-v-yy-180: #ebba17;
139
+ $calcite-color-vibrant-yellow-v-yy-160: #f5d000;
140
+ $calcite-color-vibrant-yellow-v-yy-140: #ffee33;
141
+ $calcite-color-vibrant-yellow-v-yy-120: #fff766;
142
+ $calcite-color-vibrant-yellow-green-v-yg-180: #7fab00;
143
+ $calcite-color-vibrant-yellow-green-v-yg-160: #96cc00;
144
+ $calcite-color-vibrant-yellow-green-v-yg-140: #bbed3b;
145
+ $calcite-color-vibrant-yellow-green-v-yg-120: #d7ff73;
146
+ $calcite-color-vibrant-green-v-gg-180: #00a118;
147
+ $calcite-color-vibrant-green-v-gg-160: #00b81b;
148
+ $calcite-color-vibrant-green-v-gg-140: #3bed52;
149
+ $calcite-color-vibrant-green-v-gg-120: #73ff84;
150
+ $calcite-color-vibrant-green-blue-v-gb-180: #00cfca;
151
+ $calcite-color-vibrant-green-blue-v-gb-160: #00e6e2;
152
+ $calcite-color-vibrant-green-blue-v-gb-140: #00f7f3;
153
+ $calcite-color-vibrant-green-blue-v-gb-120: #59fffc;
154
+ $calcite-color-vibrant-blue-v-bb-180: #009af2;
155
+ $calcite-color-vibrant-blue-v-bb-160: #009af2;
156
+ $calcite-color-vibrant-blue-v-bb-140: #3db8ff;
157
+ $calcite-color-vibrant-blue-v-bb-120: #59d6ff;
158
+ $calcite-color-high-saturation-violet-h-vv-100: #100026;
159
+ $calcite-color-high-saturation-violet-h-vv-090: #250f43;
160
+ $calcite-color-high-saturation-violet-h-vv-080: #3a1e61;
161
+ $calcite-color-high-saturation-violet-h-vv-070: #4e2c7e;
162
+ $calcite-color-high-saturation-violet-h-vv-060: #633b9b;
163
+ $calcite-color-high-saturation-violet-h-vv-050: #7e5baf;
164
+ $calcite-color-high-saturation-violet-h-vv-040: #987ac3;
165
+ $calcite-color-high-saturation-violet-h-vv-030: #b39ad7;
166
+ $calcite-color-high-saturation-violet-h-vv-020: #cdb9eb;
167
+ $calcite-color-high-saturation-violet-h-vv-010: #e8d9ff;
168
+ $calcite-color-high-saturation-violet-red-h-vr-100: #200026;
169
+ $calcite-color-high-saturation-violet-red-h-vr-090: #3c1243;
170
+ $calcite-color-high-saturation-violet-red-h-vr-080: #572561;
171
+ $calcite-color-high-saturation-violet-red-h-vr-070: #73377e;
172
+ $calcite-color-high-saturation-violet-red-h-vr-060: #8e499b;
173
+ $calcite-color-high-saturation-violet-red-h-vr-050: #a466af;
174
+ $calcite-color-high-saturation-violet-red-h-vr-040: #b983c3;
175
+ $calcite-color-high-saturation-violet-red-h-vr-030: #cfa1d7;
176
+ $calcite-color-high-saturation-violet-red-h-vr-020: #e4beeb;
177
+ $calcite-color-high-saturation-violet-red-h-vr-010: #fadbff;
178
+ $calcite-color-high-saturation-pink-h-pk-100: #260404;
179
+ $calcite-color-high-saturation-pink-h-pk-090: #590b32;
180
+ $calcite-color-high-saturation-pink-h-pk-080: #851b52;
181
+ $calcite-color-high-saturation-pink-h-pk-070: #ba2f7e;
182
+ $calcite-color-high-saturation-pink-h-pk-060: #e04ea6;
183
+ $calcite-color-high-saturation-pink-h-pk-050: #e673bb;
184
+ $calcite-color-high-saturation-pink-h-pk-040: #eb8dc9;
185
+ $calcite-color-high-saturation-pink-h-pk-030: #f2a5d6;
186
+ $calcite-color-high-saturation-pink-h-pk-020: #fabee4;
187
+ $calcite-color-high-saturation-pink-h-pk-010: #ffd1ef;
188
+ $calcite-color-high-saturation-red-h-rr-100: #210300;
189
+ $calcite-color-high-saturation-red-h-rr-090: #4f0e08;
190
+ $calcite-color-high-saturation-red-h-rr-080: #7c1d13;
191
+ $calcite-color-high-saturation-red-h-rr-070: #a82b1e;
192
+ $calcite-color-high-saturation-red-h-rr-060: #d83020;
193
+ $calcite-color-high-saturation-red-h-rr-050: #e65240;
194
+ $calcite-color-high-saturation-red-h-rr-040: #f07062;
195
+ $calcite-color-high-saturation-red-h-rr-030: #f2877b;
196
+ $calcite-color-high-saturation-red-h-rr-020: #ffaaa1;
197
+ $calcite-color-high-saturation-red-h-rr-010: #ffc6bf;
198
+ $calcite-color-high-saturation-red-orange-h-ro-100: #260a00;
199
+ $calcite-color-high-saturation-red-orange-h-ro-090: #531b07;
200
+ $calcite-color-high-saturation-red-orange-h-ro-080: #802c0f;
201
+ $calcite-color-high-saturation-red-orange-h-ro-070: #ad3c16;
202
+ $calcite-color-high-saturation-red-orange-h-ro-060: #da4d1e;
203
+ $calcite-color-high-saturation-red-orange-h-ro-050: #e1653c;
204
+ $calcite-color-high-saturation-red-orange-h-ro-040: #e97e5a;
205
+ $calcite-color-high-saturation-red-orange-h-ro-030: #f09677;
206
+ $calcite-color-high-saturation-red-orange-h-ro-020: #f8af95;
207
+ $calcite-color-high-saturation-red-orange-h-ro-010: #ffc7b3;
208
+ $calcite-color-high-saturation-orange-h-oo-100: #401900;
209
+ $calcite-color-high-saturation-orange-h-oo-090: #6d2f08;
210
+ $calcite-color-high-saturation-orange-h-oo-080: #9a4410;
211
+ $calcite-color-high-saturation-orange-h-oo-070: #c65a18;
212
+ $calcite-color-high-saturation-orange-h-oo-060: #f36f20;
213
+ $calcite-color-high-saturation-orange-h-oo-050: #f58440;
214
+ $calcite-color-high-saturation-orange-h-oo-040: #f89960;
215
+ $calcite-color-high-saturation-orange-h-oo-030: #faae7f;
216
+ $calcite-color-high-saturation-orange-h-oo-020: #fdc39f;
217
+ $calcite-color-high-saturation-orange-h-oo-010: #ffd8bf;
218
+ $calcite-color-high-saturation-orange-yellow-h-oy-100: #402300;
219
+ $calcite-color-high-saturation-orange-yellow-h-oy-090: #6d3f08;
220
+ $calcite-color-high-saturation-orange-yellow-h-oy-080: #9a5b10;
221
+ $calcite-color-high-saturation-orange-yellow-h-oy-070: #c67718;
222
+ $calcite-color-high-saturation-orange-yellow-h-oy-060: #f89927;
223
+ $calcite-color-high-saturation-orange-yellow-h-oy-050: #f9a845;
224
+ $calcite-color-high-saturation-orange-yellow-h-oy-040: #fbb664;
225
+ $calcite-color-high-saturation-orange-yellow-h-oy-030: #fcc582;
226
+ $calcite-color-high-saturation-orange-yellow-h-oy-020: #fed3a1;
227
+ $calcite-color-high-saturation-orange-yellow-h-oy-010: #ffe2bf;
228
+ $calcite-color-high-saturation-yellow-h-yy-100: #5c4e00;
229
+ $calcite-color-high-saturation-yellow-h-yy-090: #8c7500;
230
+ $calcite-color-high-saturation-yellow-h-yy-080: #bfa200;
231
+ $calcite-color-high-saturation-yellow-h-yy-070: #d9bc00;
232
+ $calcite-color-high-saturation-yellow-h-yy-060: #edd317;
233
+ $calcite-color-high-saturation-yellow-h-yy-050: #f9e54e;
234
+ $calcite-color-high-saturation-yellow-h-yy-040: #fbea6e;
235
+ $calcite-color-high-saturation-yellow-h-yy-030: #fcee8d;
236
+ $calcite-color-high-saturation-yellow-h-yy-020: #fef3ad;
237
+ $calcite-color-high-saturation-yellow-h-yy-010: #fff7cc;
238
+ $calcite-color-high-saturation-yellow-green-h-yg-100: #121a00;
239
+ $calcite-color-high-saturation-yellow-green-h-yg-090: #384813;
240
+ $calcite-color-high-saturation-yellow-green-h-yg-080: #5e7526;
241
+ $calcite-color-high-saturation-yellow-green-h-yg-070: #84a338;
242
+ $calcite-color-high-saturation-yellow-green-h-yg-060: #aad04b;
243
+ $calcite-color-high-saturation-yellow-green-h-yg-050: #b6d860;
244
+ $calcite-color-high-saturation-yellow-green-h-yg-040: #c2e075;
245
+ $calcite-color-high-saturation-yellow-green-h-yg-030: #cde78a;
246
+ $calcite-color-high-saturation-yellow-green-h-yg-020: #d9ef9f;
247
+ $calcite-color-high-saturation-yellow-green-h-yg-010: #e5f7b4;
248
+ $calcite-color-high-saturation-green-h-gg-100: #001a03;
249
+ $calcite-color-high-saturation-green-h-gg-090: #0d3f14;
250
+ $calcite-color-high-saturation-green-h-gg-080: #1a6324;
251
+ $calcite-color-high-saturation-green-h-gg-070: #288835;
252
+ $calcite-color-high-saturation-green-h-gg-060: #35ac46;
253
+ $calcite-color-high-saturation-green-h-gg-050: #50ba5f;
254
+ $calcite-color-high-saturation-green-h-gg-040: #6bc878;
255
+ $calcite-color-high-saturation-green-h-gg-030: #87d692;
256
+ $calcite-color-high-saturation-green-h-gg-020: #a2e4ab;
257
+ $calcite-color-high-saturation-green-h-gg-010: #bdf2c4;
258
+ $calcite-color-high-saturation-green-blue-h-gb-100: #002625;
259
+ $calcite-color-high-saturation-green-blue-h-gb-090: #004d4c;
260
+ $calcite-color-high-saturation-green-blue-h-gb-080: #007472;
261
+ $calcite-color-high-saturation-green-blue-h-gb-070: #009b98;
262
+ $calcite-color-high-saturation-green-blue-h-gb-060: #00bab5;
263
+ $calcite-color-high-saturation-green-blue-h-gb-050: #28cecb;
264
+ $calcite-color-high-saturation-green-blue-h-gb-040: #5ae0de;
265
+ $calcite-color-high-saturation-green-blue-h-gb-030: #8fe6e5;
266
+ $calcite-color-high-saturation-green-blue-h-gb-020: #afedec;
267
+ $calcite-color-high-saturation-green-blue-h-gb-010: #cef5f4;
268
+ $calcite-color-high-saturation-blue-h-bb-100: #001726;
269
+ $calcite-color-high-saturation-blue-h-bb-090: #00304d;
270
+ $calcite-color-high-saturation-blue-h-bb-080: #004874;
271
+ $calcite-color-high-saturation-blue-h-bb-070: #00619b;
272
+ $calcite-color-high-saturation-blue-h-bb-060: #007ac2;
273
+ $calcite-color-high-saturation-blue-h-bb-050: #2890ce;
274
+ $calcite-color-high-saturation-blue-h-bb-040: #50a7da;
275
+ $calcite-color-high-saturation-blue-h-bb-030: #77bde7;
276
+ $calcite-color-high-saturation-blue-h-bb-020: #9fd4f3;
277
+ $calcite-color-high-saturation-blue-h-bb-010: #c7eaff;
278
+ $calcite-color-neutral-blk-240: #000000;
279
+ $calcite-color-neutral-blk-235: #060606;
280
+ $calcite-color-neutral-blk-230: #0b0b0b;
281
+ $calcite-color-neutral-blk-220: #151515;
282
+ $calcite-color-neutral-blk-210: #202020;
283
+ $calcite-color-neutral-blk-200: #2b2b2b;
284
+ $calcite-color-neutral-blk-190: #353535;
285
+ $calcite-color-neutral-blk-180: #404040;
286
+ $calcite-color-neutral-blk-170: #4a4a4a;
287
+ $calcite-color-neutral-blk-160: #555555;
288
+ $calcite-color-neutral-blk-150: #606060;
289
+ $calcite-color-neutral-blk-140: #6a6a6a;
290
+ $calcite-color-neutral-blk-130: #757575;
291
+ $calcite-color-neutral-blk-120: #808080;
292
+ $calcite-color-neutral-blk-110: #8a8a8a;
293
+ $calcite-color-neutral-blk-100: #949494;
294
+ $calcite-color-neutral-blk-090: #9f9f9f;
295
+ $calcite-color-neutral-blk-080: #aaaaaa;
296
+ $calcite-color-neutral-blk-070: #b5b5b5;
297
+ $calcite-color-neutral-blk-060: #bfbfbf;
298
+ $calcite-color-neutral-blk-050: #cacaca;
299
+ $calcite-color-neutral-blk-040: #d4d4d4;
300
+ $calcite-color-neutral-blk-030: #dfdfdf;
301
+ $calcite-color-neutral-blk-020: #eaeaea;
302
+ $calcite-color-neutral-blk-010: #f3f3f3;
303
+ $calcite-color-neutral-blk-005: #f8f8f8;
304
+ $calcite-color-neutral-blk-000: #ffffff;
305
+ $calcite-shadow-4: 0 12px 32px -2px rgba(var(--calcite-color-neutral-blk-240), 0.1);
306
+ $calcite-shadow-3: 0 4px 20px 0 rgba(var(--calcite-color-neutral-blk-240), 0.08);
307
+ $calcite-shadow-2: 0 4px 16px 0 rgba(var(--calcite-color-neutral-blk-240), 0.08);
308
+ $calcite-shadow-1: 0 2px 8px 0 rgba(var(--calcite-color-neutral-blk-240), 0.04);
309
+ $calcite-shadow-0: 0 0 0 0 rgba(var(--calcite-color-neutral-blk-240), 0);
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+
6
+ $calcite-color-border-white: #f8f8f8;
7
+ $calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
8
+ $calcite-color-border-input: #757575;
9
+ $calcite-color-border-3: #404040;
10
+ $calcite-color-border-2: #4a4a4a;
11
+ $calcite-color-border-1: #555555;
12
+ $calcite-color-text-link: #00A0FF;
13
+ $calcite-color-text-inverse: #151515;
14
+ $calcite-color-text-3: #9f9f9f;
15
+ $calcite-color-text-2: #bfbfbf;
16
+ $calcite-color-text-1: #ffffff;
17
+ $calcite-color-inverse-press: #f3f3f3;
18
+ $calcite-color-inverse-hover: #ffffff;
19
+ $calcite-color-inverse: #f8f8f8;
20
+ $calcite-color-status-danger-press: #d90012;
21
+ $calcite-color-status-danger-hover: #ff0015;
22
+ $calcite-color-status-danger: #FE583E;
23
+ $calcite-color-status-warning-press: #f5d000;
24
+ $calcite-color-status-warning-hover: #ffee33;
25
+ $calcite-color-status-warning: #FFC900;
26
+ $calcite-color-status-success-press: #00b81b;
27
+ $calcite-color-status-success-hover: #3bed52;
28
+ $calcite-color-status-success: #36DA43;
29
+ $calcite-color-status-info-press: #009af2;
30
+ $calcite-color-status-info-hover: #3db8ff;
31
+ $calcite-color-status-info: #00A0FF;
32
+ $calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
33
+ $calcite-color-brand-press: #00619b;
34
+ $calcite-color-brand-hover: #007ac2;
35
+ $calcite-color-brand: #009af2;
36
+ $calcite-color-transparent-tint: rgba(43, 43, 43, 0.8);
37
+ $calcite-color-transparent-scrim: rgba(0, 0, 0, 0.85);
38
+ $calcite-color-transparent-press: rgba(255, 255, 255, 0.08);
39
+ $calcite-color-transparent-hover: rgba(255, 255, 255, 0.04);
40
+ $calcite-color-transparent: rgba(255, 255, 255, 0);
41
+ $calcite-color-foreground-current: #214155;
42
+ $calcite-color-foreground-3: #151515;
43
+ $calcite-color-foreground-2: #202020;
44
+ $calcite-color-foreground-1: #2b2b2b;
45
+ $calcite-color-background: #353535;
@@ -0,0 +1,94 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+
6
+ $calcite-z-index-tooltip: 901;
7
+ $calcite-z-index-popup: 900;
8
+ $calcite-z-index-modal: 800;
9
+ $calcite-z-index-overlay: 700;
10
+ $calcite-z-index-dropdown: 600;
11
+ $calcite-z-index-toast: 500;
12
+ $calcite-z-index-header: 400;
13
+ $calcite-z-index-sticky: 300;
14
+ $calcite-z-index: 1;
15
+ $calcite-z-index-deep: -999999;
16
+ $calcite-spacing-xxxl: 32px;
17
+ $calcite-spacing-xxl: 20px;
18
+ $calcite-spacing-xl: 16px;
19
+ $calcite-spacing-lg: 14px;
20
+ $calcite-spacing-md: 12px;
21
+ $calcite-spacing-sm: 8px;
22
+ $calcite-spacing-xs: 6px;
23
+ $calcite-spacing-xxs: 4px;
24
+ $calcite-spacing-base: 2px;
25
+ $calcite-spacing-px: 1px;
26
+ $calcite-size-xxxl: 32px;
27
+ $calcite-size-xxl: 24px;
28
+ $calcite-size-xl: 20px;
29
+ $calcite-size-lg: 16px;
30
+ $calcite-size-md-plus: 14px;
31
+ $calcite-size-md: 12px;
32
+ $calcite-size-sm-plus: 10px;
33
+ $calcite-size-sm: 8px;
34
+ $calcite-size-xs: 6px;
35
+ $calcite-size-xxs: 4px;
36
+ $calcite-size-xxxs: 2px;
37
+ $calcite-size-px: 1px;
38
+ $calcite-opacity-disabled: 0.5;
39
+ $calcite-opacity-full: 1;
40
+ $calcite-opacity-dark: 0.85;
41
+ $calcite-opacity-half: 0.5;
42
+ $calcite-opacity-light: 0.4;
43
+ $calcite-font-text-case-capitalize: capitalize;
44
+ $calcite-font-text-case-lowercase: lowercase;
45
+ $calcite-font-text-case-uppercase: uppercase;
46
+ $calcite-font-text-case-none: none;
47
+ $calcite-font-text-decoration-underline: underline;
48
+ $calcite-font-text-decoration-none: none;
49
+ $calcite-font-paragraph-spacing-normal: 4px;
50
+ $calcite-font-letter-spacing-wide: 0.4;
51
+ $calcite-font-letter-spacing-normal: 0;
52
+ $calcite-font-letter-spacing-tight: -0.4;
53
+ $calcite-font-line-height-relative-loose: 2; // 2
54
+ $calcite-font-line-height-relative-relaxed: 1.625; // 1.625
55
+ $calcite-font-line-height-relative-normal: 1.5; // 1.5
56
+ $calcite-font-line-height-relative-snug: 1.375; // 1.375
57
+ $calcite-font-line-height-relative-tight: 1.25; // 1.25
58
+ $calcite-font-line-height-relative: auto; // 1
59
+ $calcite-font-line-height-fixed-xl: 24px;
60
+ $calcite-font-line-height-fixed-lg: 20px;
61
+ $calcite-font-line-height-fixed-base: 16px;
62
+ $calcite-font-line-height-fixed-sm: 12px;
63
+ $calcite-font-style-emphasis: italic; // used in ratings
64
+ $calcite-font-size-xxl: 24px;
65
+ $calcite-font-size-xl: 20px;
66
+ $calcite-font-size-lg: 18px;
67
+ $calcite-font-size-md: 16px;
68
+ $calcite-font-size: 14px;
69
+ $calcite-font-size-sm: 12px;
70
+ $calcite-font-size-xs: 10px;
71
+ $calcite-font-weight-bold: 700;
72
+ $calcite-font-weight-semibold: 600;
73
+ $calcite-font-weight-medium: 500;
74
+ $calcite-font-weight-regular: 400;
75
+ $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"
76
+ $calcite-font-weight-light: 300; // For Avenir Next World (secondary font family)
77
+ $calcite-font-family-code: Monaco;
78
+ $calcite-font-family: "Avenir Next LT Pro";
79
+ $calcite-container-size-content-fixed: 1440px; // only for lg breakpoint fixed grid width
80
+ $calcite-container-size-content-fluid: 100%; // for fluid grid widths
81
+ $calcite-container-size-gutter: 16px;
82
+ $calcite-container-size-margin: 24px;
83
+ $calcite-color-background-none: rgba(#ffffff, 0);
84
+ $calcite-corner-radius-pill: 100%;
85
+ $calcite-corner-radius-round: 4px;
86
+ $calcite-corner-radius-sharp: 0;
87
+ $calcite-border-width-lg: 4px;
88
+ $calcite-border-width-md: 2px;
89
+ $calcite-border-width-sm: 1px;
90
+ $calcite-border-width-none: 0;
91
+ $calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.1);
92
+ $calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
93
+ $calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
94
+ $calcite-corner-radius: var(--calcite-corner-radius-sharp);
@@ -0,0 +1,96 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+
6
+ @import "./global.scss";
7
+
8
+ @import "./breakpoints.scss";
9
+
10
+ @import "./mixins.scss";
11
+
12
+ @mixin calcite-mode-light {
13
+ --calcite-color-border-white: #ffffff;
14
+ --calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
15
+ --calcite-color-border-input: #949494;
16
+ --calcite-color-border-3: #dfdfdf;
17
+ --calcite-color-border-2: #d4d4d4;
18
+ --calcite-color-border-1: #cacaca;
19
+ --calcite-color-text-link: #00619b;
20
+ --calcite-color-text-inverse: #ffffff;
21
+ --calcite-color-text-3: #6a6a6a;
22
+ --calcite-color-text-2: #4a4a4a;
23
+ --calcite-color-text-1: #151515;
24
+ --calcite-color-inverse-press: #202020;
25
+ --calcite-color-inverse-hover: #2b2b2b;
26
+ --calcite-color-inverse: #353535;
27
+ --calcite-color-status-danger-press: #7c1d13;
28
+ --calcite-color-status-danger-hover: #a82b1e;
29
+ --calcite-color-status-danger: #d83020;
30
+ --calcite-color-status-warning-press: #bfa200;
31
+ --calcite-color-status-warning-hover: #d9bc00;
32
+ --calcite-color-status-warning: #edd317;
33
+ --calcite-color-status-success-press: #1a6324;
34
+ --calcite-color-status-success-hover: #288835;
35
+ --calcite-color-status-success: #35ac46;
36
+ --calcite-color-status-info-press: #00304d;
37
+ --calcite-color-status-info-hover: #004874;
38
+ --calcite-color-status-info: #00619b;
39
+ --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
40
+ --calcite-color-brand-press: #004874;
41
+ --calcite-color-brand-hover: #00619b;
42
+ --calcite-color-brand: #007ac2;
43
+ --calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
44
+ --calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
45
+ --calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
46
+ --calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
47
+ --calcite-color-transparent: rgba(0, 0, 0, 0);
48
+ --calcite-color-foreground-current: #c7eaff;
49
+ --calcite-color-foreground-3: #eaeaea;
50
+ --calcite-color-foreground-2: #f3f3f3;
51
+ --calcite-color-foreground-1: #ffffff;
52
+ --calcite-color-background: #f8f8f8;
53
+ }
54
+
55
+ @mixin calcite-mode-dark {
56
+ --calcite-color-border-white: #f8f8f8;
57
+ --calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
58
+ --calcite-color-border-input: #757575;
59
+ --calcite-color-border-3: #404040;
60
+ --calcite-color-border-2: #4a4a4a;
61
+ --calcite-color-border-1: #555555;
62
+ --calcite-color-text-link: #00A0FF;
63
+ --calcite-color-text-inverse: #151515;
64
+ --calcite-color-text-3: #9f9f9f;
65
+ --calcite-color-text-2: #bfbfbf;
66
+ --calcite-color-text-1: #ffffff;
67
+ --calcite-color-inverse-press: #f3f3f3;
68
+ --calcite-color-inverse-hover: #ffffff;
69
+ --calcite-color-inverse: #f8f8f8;
70
+ --calcite-color-status-danger-press: #d90012;
71
+ --calcite-color-status-danger-hover: #ff0015;
72
+ --calcite-color-status-danger: #FE583E;
73
+ --calcite-color-status-warning-press: #f5d000;
74
+ --calcite-color-status-warning-hover: #ffee33;
75
+ --calcite-color-status-warning: #FFC900;
76
+ --calcite-color-status-success-press: #00b81b;
77
+ --calcite-color-status-success-hover: #3bed52;
78
+ --calcite-color-status-success: #36DA43;
79
+ --calcite-color-status-info-press: #009af2;
80
+ --calcite-color-status-info-hover: #3db8ff;
81
+ --calcite-color-status-info: #00A0FF;
82
+ --calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
83
+ --calcite-color-brand-press: #00619b;
84
+ --calcite-color-brand-hover: #007ac2;
85
+ --calcite-color-brand: #009af2;
86
+ --calcite-color-transparent-tint: rgba(43, 43, 43, 0.8);
87
+ --calcite-color-transparent-scrim: rgba(0, 0, 0, 0.85);
88
+ --calcite-color-transparent-press: rgba(255, 255, 255, 0.08);
89
+ --calcite-color-transparent-hover: rgba(255, 255, 255, 0.04);
90
+ --calcite-color-transparent: rgba(255, 255, 255, 0);
91
+ --calcite-color-foreground-current: #214155;
92
+ --calcite-color-foreground-3: #151515;
93
+ --calcite-color-foreground-2: #202020;
94
+ --calcite-color-foreground-1: #2b2b2b;
95
+ --calcite-color-background: #353535;
96
+ }
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+
6
+ $calcite-color-border-white: #ffffff;
7
+ $calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
8
+ $calcite-color-border-input: #949494;
9
+ $calcite-color-border-3: #dfdfdf;
10
+ $calcite-color-border-2: #d4d4d4;
11
+ $calcite-color-border-1: #cacaca;
12
+ $calcite-color-text-link: #00619b;
13
+ $calcite-color-text-inverse: #ffffff;
14
+ $calcite-color-text-3: #6a6a6a;
15
+ $calcite-color-text-2: #4a4a4a;
16
+ $calcite-color-text-1: #151515;
17
+ $calcite-color-inverse-press: #202020;
18
+ $calcite-color-inverse-hover: #2b2b2b;
19
+ $calcite-color-inverse: #353535;
20
+ $calcite-color-status-danger-press: #7c1d13;
21
+ $calcite-color-status-danger-hover: #a82b1e;
22
+ $calcite-color-status-danger: #d83020;
23
+ $calcite-color-status-warning-press: #bfa200;
24
+ $calcite-color-status-warning-hover: #d9bc00;
25
+ $calcite-color-status-warning: #edd317;
26
+ $calcite-color-status-success-press: #1a6324;
27
+ $calcite-color-status-success-hover: #288835;
28
+ $calcite-color-status-success: #35ac46;
29
+ $calcite-color-status-info-press: #00304d;
30
+ $calcite-color-status-info-hover: #004874;
31
+ $calcite-color-status-info: #00619b;
32
+ $calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
33
+ $calcite-color-brand-press: #004874;
34
+ $calcite-color-brand-hover: #00619b;
35
+ $calcite-color-brand: #007ac2;
36
+ $calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
37
+ $calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
38
+ $calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
39
+ $calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
40
+ $calcite-color-transparent: rgba(0, 0, 0, 0);
41
+ $calcite-color-foreground-current: #c7eaff;
42
+ $calcite-color-foreground-3: #eaeaea;
43
+ $calcite-color-foreground-2: #f3f3f3;
44
+ $calcite-color-foreground-1: #ffffff;
45
+ $calcite-color-background: #f8f8f8;