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