@esri/calcite-design-tokens 2.0.1-next.0 → 2.0.1-next.2

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.
@@ -1,226 +1,221 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Dec 2023 19:17:49 GMT
3
+ * Generated on Sat, 09 Dec 2023 01:00:44 GMT
4
4
  */
5
5
 
6
6
  @import url("./global.css");
7
-
8
7
  @import url("./classes.css");
9
-
10
8
  :root {
11
- --calcite-color-border-white: #ffffff;
12
- --calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
13
- --calcite-color-border-input: #949494;
14
- --calcite-color-border-3: #dfdfdf;
15
- --calcite-color-border-2: #d4d4d4;
16
- --calcite-color-border-1: #cacaca;
17
- --calcite-color-text-link: #00619b;
18
- --calcite-color-text-inverse: #ffffff;
19
- --calcite-color-text-3: #6a6a6a;
20
- --calcite-color-text-2: #4a4a4a;
21
- --calcite-color-text-1: #151515;
22
- --calcite-color-inverse-press: #202020;
23
- --calcite-color-inverse-hover: #2b2b2b;
24
- --calcite-color-inverse: #353535;
25
- --calcite-color-status-danger-press: #7c1d13;
26
- --calcite-color-status-danger-hover: #a82b1e;
27
- --calcite-color-status-danger: #d83020;
28
- --calcite-color-status-warning-press: #bfa200;
29
- --calcite-color-status-warning-hover: #d9bc00;
30
- --calcite-color-status-warning: #edd317;
31
- --calcite-color-status-success-press: #1a6324;
32
- --calcite-color-status-success-hover: #288835;
33
- --calcite-color-status-success: #35ac46;
34
- --calcite-color-status-info-press: #00304d;
35
- --calcite-color-status-info-hover: #004874;
36
- --calcite-color-status-info: #00619b;
37
- --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
38
- --calcite-color-brand-press: #004874;
39
- --calcite-color-brand-hover: #00619b;
40
- --calcite-color-brand: #007ac2;
41
- --calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
42
- --calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
43
- --calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
44
- --calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
45
- --calcite-color-transparent: rgba(0, 0, 0, 0);
46
- --calcite-color-foreground-current: #c7eaff;
47
- --calcite-color-foreground-3: #eaeaea;
48
- --calcite-color-foreground-2: #f3f3f3;
49
- --calcite-color-foreground-1: #ffffff;
50
- --calcite-color-background: #f8f8f8;
9
+ --calcite-color-border-white: #ffffff;
10
+ --calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
11
+ --calcite-color-border-input: #949494;
12
+ --calcite-color-border-3: #dfdfdf;
13
+ --calcite-color-border-2: #d4d4d4;
14
+ --calcite-color-border-1: #cacaca;
15
+ --calcite-color-text-link: #00619b;
16
+ --calcite-color-text-inverse: #ffffff;
17
+ --calcite-color-text-3: #6a6a6a;
18
+ --calcite-color-text-2: #4a4a4a;
19
+ --calcite-color-text-1: #151515;
20
+ --calcite-color-inverse-press: #202020;
21
+ --calcite-color-inverse-hover: #2b2b2b;
22
+ --calcite-color-inverse: #353535;
23
+ --calcite-color-status-danger-press: #7c1d13;
24
+ --calcite-color-status-danger-hover: #a82b1e;
25
+ --calcite-color-status-danger: #d83020;
26
+ --calcite-color-status-warning-press: #bfa200;
27
+ --calcite-color-status-warning-hover: #d9bc00;
28
+ --calcite-color-status-warning: #edd317;
29
+ --calcite-color-status-success-press: #1a6324;
30
+ --calcite-color-status-success-hover: #288835;
31
+ --calcite-color-status-success: #35ac46;
32
+ --calcite-color-status-info-press: #00304d;
33
+ --calcite-color-status-info-hover: #004874;
34
+ --calcite-color-status-info: #00619b;
35
+ --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
36
+ --calcite-color-brand-press: #004874;
37
+ --calcite-color-brand-hover: #00619b;
38
+ --calcite-color-brand: #007ac2;
39
+ --calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
40
+ --calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
41
+ --calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
42
+ --calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
43
+ --calcite-color-transparent: rgba(0, 0, 0, 0);
44
+ --calcite-color-foreground-current: #c7eaff;
45
+ --calcite-color-foreground-3: #eaeaea;
46
+ --calcite-color-foreground-2: #f3f3f3;
47
+ --calcite-color-foreground-1: #ffffff;
48
+ --calcite-color-background: #f8f8f8;
51
49
  }
52
50
  @media (prefers-color-scheme: light) {
53
- .calcite-mode-auto {
54
- --calcite-color-border-white: #ffffff;
55
- --calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
56
- --calcite-color-border-input: #949494;
57
- --calcite-color-border-3: #dfdfdf;
58
- --calcite-color-border-2: #d4d4d4;
59
- --calcite-color-border-1: #cacaca;
60
- --calcite-color-text-link: #00619b;
61
- --calcite-color-text-inverse: #ffffff;
62
- --calcite-color-text-3: #6a6a6a;
63
- --calcite-color-text-2: #4a4a4a;
64
- --calcite-color-text-1: #151515;
65
- --calcite-color-inverse-press: #202020;
66
- --calcite-color-inverse-hover: #2b2b2b;
67
- --calcite-color-inverse: #353535;
68
- --calcite-color-status-danger-press: #7c1d13;
69
- --calcite-color-status-danger-hover: #a82b1e;
70
- --calcite-color-status-danger: #d83020;
71
- --calcite-color-status-warning-press: #bfa200;
72
- --calcite-color-status-warning-hover: #d9bc00;
73
- --calcite-color-status-warning: #edd317;
74
- --calcite-color-status-success-press: #1a6324;
75
- --calcite-color-status-success-hover: #288835;
76
- --calcite-color-status-success: #35ac46;
77
- --calcite-color-status-info-press: #00304d;
78
- --calcite-color-status-info-hover: #004874;
79
- --calcite-color-status-info: #00619b;
80
- --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
81
- --calcite-color-brand-press: #004874;
82
- --calcite-color-brand-hover: #00619b;
83
- --calcite-color-brand: #007ac2;
84
- --calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
85
- --calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
86
- --calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
87
- --calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
88
- --calcite-color-transparent: rgba(0, 0, 0, 0);
89
- --calcite-color-foreground-current: #c7eaff;
90
- --calcite-color-foreground-3: #eaeaea;
91
- --calcite-color-foreground-2: #f3f3f3;
92
- --calcite-color-foreground-1: #ffffff;
93
- --calcite-color-background: #f8f8f8;
94
- }
51
+ .calcite-mode-auto {
52
+ --calcite-color-border-white: #ffffff;
53
+ --calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
54
+ --calcite-color-border-input: #949494;
55
+ --calcite-color-border-3: #dfdfdf;
56
+ --calcite-color-border-2: #d4d4d4;
57
+ --calcite-color-border-1: #cacaca;
58
+ --calcite-color-text-link: #00619b;
59
+ --calcite-color-text-inverse: #ffffff;
60
+ --calcite-color-text-3: #6a6a6a;
61
+ --calcite-color-text-2: #4a4a4a;
62
+ --calcite-color-text-1: #151515;
63
+ --calcite-color-inverse-press: #202020;
64
+ --calcite-color-inverse-hover: #2b2b2b;
65
+ --calcite-color-inverse: #353535;
66
+ --calcite-color-status-danger-press: #7c1d13;
67
+ --calcite-color-status-danger-hover: #a82b1e;
68
+ --calcite-color-status-danger: #d83020;
69
+ --calcite-color-status-warning-press: #bfa200;
70
+ --calcite-color-status-warning-hover: #d9bc00;
71
+ --calcite-color-status-warning: #edd317;
72
+ --calcite-color-status-success-press: #1a6324;
73
+ --calcite-color-status-success-hover: #288835;
74
+ --calcite-color-status-success: #35ac46;
75
+ --calcite-color-status-info-press: #00304d;
76
+ --calcite-color-status-info-hover: #004874;
77
+ --calcite-color-status-info: #00619b;
78
+ --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
79
+ --calcite-color-brand-press: #004874;
80
+ --calcite-color-brand-hover: #00619b;
81
+ --calcite-color-brand: #007ac2;
82
+ --calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
83
+ --calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
84
+ --calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
85
+ --calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
86
+ --calcite-color-transparent: rgba(0, 0, 0, 0);
87
+ --calcite-color-foreground-current: #c7eaff;
88
+ --calcite-color-foreground-3: #eaeaea;
89
+ --calcite-color-foreground-2: #f3f3f3;
90
+ --calcite-color-foreground-1: #ffffff;
91
+ --calcite-color-background: #f8f8f8;
92
+ }
95
93
  }
96
-
97
94
  @media (prefers-color-scheme: dark) {
98
- .calcite-mode-auto {
99
- --calcite-color-border-white: #f8f8f8;
100
- --calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
101
- --calcite-color-border-input: #757575;
102
- --calcite-color-border-3: #404040;
103
- --calcite-color-border-2: #4a4a4a;
104
- --calcite-color-border-1: #555555;
105
- --calcite-color-text-link: #00A0FF;
106
- --calcite-color-text-inverse: #151515;
107
- --calcite-color-text-3: #9f9f9f;
108
- --calcite-color-text-2: #bfbfbf;
109
- --calcite-color-text-1: #ffffff;
110
- --calcite-color-inverse-press: #f3f3f3;
111
- --calcite-color-inverse-hover: #ffffff;
112
- --calcite-color-inverse: #f8f8f8;
113
- --calcite-color-status-danger-press: #d90012;
114
- --calcite-color-status-danger-hover: #ff0015;
115
- --calcite-color-status-danger: #FE583E;
116
- --calcite-color-status-warning-press: #f5d000;
117
- --calcite-color-status-warning-hover: #ffee33;
118
- --calcite-color-status-warning: #FFC900;
119
- --calcite-color-status-success-press: #00b81b;
120
- --calcite-color-status-success-hover: #3bed52;
121
- --calcite-color-status-success: #36DA43;
122
- --calcite-color-status-info-press: #009af2;
123
- --calcite-color-status-info-hover: #3db8ff;
124
- --calcite-color-status-info: #00A0FF;
125
- --calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
126
- --calcite-color-brand-press: #00619b;
127
- --calcite-color-brand-hover: #007ac2;
128
- --calcite-color-brand: #009af2;
129
- --calcite-color-transparent-tint: rgba(43, 43, 43, 0.8);
130
- --calcite-color-transparent-scrim: rgba(0, 0, 0, 0.85);
131
- --calcite-color-transparent-press: rgba(255, 255, 255, 0.08);
132
- --calcite-color-transparent-hover: rgba(255, 255, 255, 0.04);
133
- --calcite-color-transparent: rgba(255, 255, 255, 0);
134
- --calcite-color-foreground-current: #214155;
135
- --calcite-color-foreground-3: #151515;
136
- --calcite-color-foreground-2: #202020;
137
- --calcite-color-foreground-1: #2b2b2b;
138
- --calcite-color-background: #353535;
139
- }
95
+ .calcite-mode-auto {
96
+ --calcite-color-border-white: #f8f8f8;
97
+ --calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
98
+ --calcite-color-border-input: #757575;
99
+ --calcite-color-border-3: #404040;
100
+ --calcite-color-border-2: #4a4a4a;
101
+ --calcite-color-border-1: #555555;
102
+ --calcite-color-text-link: #00a0ff;
103
+ --calcite-color-text-inverse: #151515;
104
+ --calcite-color-text-3: #9f9f9f;
105
+ --calcite-color-text-2: #bfbfbf;
106
+ --calcite-color-text-1: #ffffff;
107
+ --calcite-color-inverse-press: #f3f3f3;
108
+ --calcite-color-inverse-hover: #ffffff;
109
+ --calcite-color-inverse: #f8f8f8;
110
+ --calcite-color-status-danger-press: #d90012;
111
+ --calcite-color-status-danger-hover: #ff0015;
112
+ --calcite-color-status-danger: #fe583e;
113
+ --calcite-color-status-warning-press: #f5d000;
114
+ --calcite-color-status-warning-hover: #ffee33;
115
+ --calcite-color-status-warning: #ffc900;
116
+ --calcite-color-status-success-press: #00b81b;
117
+ --calcite-color-status-success-hover: #3bed52;
118
+ --calcite-color-status-success: #36da43;
119
+ --calcite-color-status-info-press: #009af2;
120
+ --calcite-color-status-info-hover: #3db8ff;
121
+ --calcite-color-status-info: #00a0ff;
122
+ --calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
123
+ --calcite-color-brand-press: #00619b;
124
+ --calcite-color-brand-hover: #007ac2;
125
+ --calcite-color-brand: #009af2;
126
+ --calcite-color-transparent-tint: rgba(43, 43, 43, 0.8);
127
+ --calcite-color-transparent-scrim: rgba(0, 0, 0, 0.85);
128
+ --calcite-color-transparent-press: rgba(255, 255, 255, 0.08);
129
+ --calcite-color-transparent-hover: rgba(255, 255, 255, 0.04);
130
+ --calcite-color-transparent: rgba(255, 255, 255, 0);
131
+ --calcite-color-foreground-current: #214155;
132
+ --calcite-color-foreground-3: #151515;
133
+ --calcite-color-foreground-2: #202020;
134
+ --calcite-color-foreground-1: #2b2b2b;
135
+ --calcite-color-background: #353535;
136
+ }
140
137
  }
141
-
142
138
  .calcite-mode-light {
143
- --calcite-color-border-white: #ffffff;
144
- --calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
145
- --calcite-color-border-input: #949494;
146
- --calcite-color-border-3: #dfdfdf;
147
- --calcite-color-border-2: #d4d4d4;
148
- --calcite-color-border-1: #cacaca;
149
- --calcite-color-text-link: #00619b;
150
- --calcite-color-text-inverse: #ffffff;
151
- --calcite-color-text-3: #6a6a6a;
152
- --calcite-color-text-2: #4a4a4a;
153
- --calcite-color-text-1: #151515;
154
- --calcite-color-inverse-press: #202020;
155
- --calcite-color-inverse-hover: #2b2b2b;
156
- --calcite-color-inverse: #353535;
157
- --calcite-color-status-danger-press: #7c1d13;
158
- --calcite-color-status-danger-hover: #a82b1e;
159
- --calcite-color-status-danger: #d83020;
160
- --calcite-color-status-warning-press: #bfa200;
161
- --calcite-color-status-warning-hover: #d9bc00;
162
- --calcite-color-status-warning: #edd317;
163
- --calcite-color-status-success-press: #1a6324;
164
- --calcite-color-status-success-hover: #288835;
165
- --calcite-color-status-success: #35ac46;
166
- --calcite-color-status-info-press: #00304d;
167
- --calcite-color-status-info-hover: #004874;
168
- --calcite-color-status-info: #00619b;
169
- --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
170
- --calcite-color-brand-press: #004874;
171
- --calcite-color-brand-hover: #00619b;
172
- --calcite-color-brand: #007ac2;
173
- --calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
174
- --calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
175
- --calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
176
- --calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
177
- --calcite-color-transparent: rgba(0, 0, 0, 0);
178
- --calcite-color-foreground-current: #c7eaff;
179
- --calcite-color-foreground-3: #eaeaea;
180
- --calcite-color-foreground-2: #f3f3f3;
181
- --calcite-color-foreground-1: #ffffff;
182
- --calcite-color-background: #f8f8f8;
139
+ --calcite-color-border-white: #ffffff;
140
+ --calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
141
+ --calcite-color-border-input: #949494;
142
+ --calcite-color-border-3: #dfdfdf;
143
+ --calcite-color-border-2: #d4d4d4;
144
+ --calcite-color-border-1: #cacaca;
145
+ --calcite-color-text-link: #00619b;
146
+ --calcite-color-text-inverse: #ffffff;
147
+ --calcite-color-text-3: #6a6a6a;
148
+ --calcite-color-text-2: #4a4a4a;
149
+ --calcite-color-text-1: #151515;
150
+ --calcite-color-inverse-press: #202020;
151
+ --calcite-color-inverse-hover: #2b2b2b;
152
+ --calcite-color-inverse: #353535;
153
+ --calcite-color-status-danger-press: #7c1d13;
154
+ --calcite-color-status-danger-hover: #a82b1e;
155
+ --calcite-color-status-danger: #d83020;
156
+ --calcite-color-status-warning-press: #bfa200;
157
+ --calcite-color-status-warning-hover: #d9bc00;
158
+ --calcite-color-status-warning: #edd317;
159
+ --calcite-color-status-success-press: #1a6324;
160
+ --calcite-color-status-success-hover: #288835;
161
+ --calcite-color-status-success: #35ac46;
162
+ --calcite-color-status-info-press: #00304d;
163
+ --calcite-color-status-info-hover: #004874;
164
+ --calcite-color-status-info: #00619b;
165
+ --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
166
+ --calcite-color-brand-press: #004874;
167
+ --calcite-color-brand-hover: #00619b;
168
+ --calcite-color-brand: #007ac2;
169
+ --calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
170
+ --calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
171
+ --calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
172
+ --calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
173
+ --calcite-color-transparent: rgba(0, 0, 0, 0);
174
+ --calcite-color-foreground-current: #c7eaff;
175
+ --calcite-color-foreground-3: #eaeaea;
176
+ --calcite-color-foreground-2: #f3f3f3;
177
+ --calcite-color-foreground-1: #ffffff;
178
+ --calcite-color-background: #f8f8f8;
183
179
  }
184
-
185
180
  .calcite-mode-dark {
186
- --calcite-color-border-white: #f8f8f8;
187
- --calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
188
- --calcite-color-border-input: #757575;
189
- --calcite-color-border-3: #404040;
190
- --calcite-color-border-2: #4a4a4a;
191
- --calcite-color-border-1: #555555;
192
- --calcite-color-text-link: #00A0FF;
193
- --calcite-color-text-inverse: #151515;
194
- --calcite-color-text-3: #9f9f9f;
195
- --calcite-color-text-2: #bfbfbf;
196
- --calcite-color-text-1: #ffffff;
197
- --calcite-color-inverse-press: #f3f3f3;
198
- --calcite-color-inverse-hover: #ffffff;
199
- --calcite-color-inverse: #f8f8f8;
200
- --calcite-color-status-danger-press: #d90012;
201
- --calcite-color-status-danger-hover: #ff0015;
202
- --calcite-color-status-danger: #FE583E;
203
- --calcite-color-status-warning-press: #f5d000;
204
- --calcite-color-status-warning-hover: #ffee33;
205
- --calcite-color-status-warning: #FFC900;
206
- --calcite-color-status-success-press: #00b81b;
207
- --calcite-color-status-success-hover: #3bed52;
208
- --calcite-color-status-success: #36DA43;
209
- --calcite-color-status-info-press: #009af2;
210
- --calcite-color-status-info-hover: #3db8ff;
211
- --calcite-color-status-info: #00A0FF;
212
- --calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
213
- --calcite-color-brand-press: #00619b;
214
- --calcite-color-brand-hover: #007ac2;
215
- --calcite-color-brand: #009af2;
216
- --calcite-color-transparent-tint: rgba(43, 43, 43, 0.8);
217
- --calcite-color-transparent-scrim: rgba(0, 0, 0, 0.85);
218
- --calcite-color-transparent-press: rgba(255, 255, 255, 0.08);
219
- --calcite-color-transparent-hover: rgba(255, 255, 255, 0.04);
220
- --calcite-color-transparent: rgba(255, 255, 255, 0);
221
- --calcite-color-foreground-current: #214155;
222
- --calcite-color-foreground-3: #151515;
223
- --calcite-color-foreground-2: #202020;
224
- --calcite-color-foreground-1: #2b2b2b;
225
- --calcite-color-background: #353535;
181
+ --calcite-color-border-white: #f8f8f8;
182
+ --calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
183
+ --calcite-color-border-input: #757575;
184
+ --calcite-color-border-3: #404040;
185
+ --calcite-color-border-2: #4a4a4a;
186
+ --calcite-color-border-1: #555555;
187
+ --calcite-color-text-link: #00a0ff;
188
+ --calcite-color-text-inverse: #151515;
189
+ --calcite-color-text-3: #9f9f9f;
190
+ --calcite-color-text-2: #bfbfbf;
191
+ --calcite-color-text-1: #ffffff;
192
+ --calcite-color-inverse-press: #f3f3f3;
193
+ --calcite-color-inverse-hover: #ffffff;
194
+ --calcite-color-inverse: #f8f8f8;
195
+ --calcite-color-status-danger-press: #d90012;
196
+ --calcite-color-status-danger-hover: #ff0015;
197
+ --calcite-color-status-danger: #fe583e;
198
+ --calcite-color-status-warning-press: #f5d000;
199
+ --calcite-color-status-warning-hover: #ffee33;
200
+ --calcite-color-status-warning: #ffc900;
201
+ --calcite-color-status-success-press: #00b81b;
202
+ --calcite-color-status-success-hover: #3bed52;
203
+ --calcite-color-status-success: #36da43;
204
+ --calcite-color-status-info-press: #009af2;
205
+ --calcite-color-status-info-hover: #3db8ff;
206
+ --calcite-color-status-info: #00a0ff;
207
+ --calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
208
+ --calcite-color-brand-press: #00619b;
209
+ --calcite-color-brand-hover: #007ac2;
210
+ --calcite-color-brand: #009af2;
211
+ --calcite-color-transparent-tint: rgba(43, 43, 43, 0.8);
212
+ --calcite-color-transparent-scrim: rgba(0, 0, 0, 0.85);
213
+ --calcite-color-transparent-press: rgba(255, 255, 255, 0.08);
214
+ --calcite-color-transparent-hover: rgba(255, 255, 255, 0.04);
215
+ --calcite-color-transparent: rgba(255, 255, 255, 0);
216
+ --calcite-color-foreground-current: #214155;
217
+ --calcite-color-foreground-3: #151515;
218
+ --calcite-color-foreground-2: #202020;
219
+ --calcite-color-foreground-1: #2b2b2b;
220
+ --calcite-color-background: #353535;
226
221
  }
@@ -1,47 +1,47 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Dec 2023 19:17:49 GMT
3
+ * Generated on Sat, 09 Dec 2023 01:00:44 GMT
4
4
  */
5
5
 
6
- :root{
7
- --calcite-color-border-white: #ffffff;
8
- --calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
9
- --calcite-color-border-input: #949494;
10
- --calcite-color-border-3: #dfdfdf;
11
- --calcite-color-border-2: #d4d4d4;
12
- --calcite-color-border-1: #cacaca;
13
- --calcite-color-text-link: #00619b;
14
- --calcite-color-text-inverse: #ffffff;
15
- --calcite-color-text-3: #6a6a6a;
16
- --calcite-color-text-2: #4a4a4a;
17
- --calcite-color-text-1: #151515;
18
- --calcite-color-inverse-press: #202020;
19
- --calcite-color-inverse-hover: #2b2b2b;
20
- --calcite-color-inverse: #353535;
21
- --calcite-color-status-danger-press: #7c1d13;
22
- --calcite-color-status-danger-hover: #a82b1e;
23
- --calcite-color-status-danger: #d83020;
24
- --calcite-color-status-warning-press: #bfa200;
25
- --calcite-color-status-warning-hover: #d9bc00;
26
- --calcite-color-status-warning: #edd317;
27
- --calcite-color-status-success-press: #1a6324;
28
- --calcite-color-status-success-hover: #288835;
29
- --calcite-color-status-success: #35ac46;
30
- --calcite-color-status-info-press: #00304d;
31
- --calcite-color-status-info-hover: #004874;
32
- --calcite-color-status-info: #00619b;
33
- --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
34
- --calcite-color-brand-press: #004874;
35
- --calcite-color-brand-hover: #00619b;
36
- --calcite-color-brand: #007ac2;
37
- --calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
38
- --calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
39
- --calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
40
- --calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
41
- --calcite-color-transparent: rgba(0, 0, 0, 0);
42
- --calcite-color-foreground-current: #c7eaff;
43
- --calcite-color-foreground-3: #eaeaea;
44
- --calcite-color-foreground-2: #f3f3f3;
45
- --calcite-color-foreground-1: #ffffff;
46
- --calcite-color-background: #f8f8f8;
6
+ :root {
7
+ --calcite-color-border-white: #ffffff;
8
+ --calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
9
+ --calcite-color-border-input: #949494;
10
+ --calcite-color-border-3: #dfdfdf;
11
+ --calcite-color-border-2: #d4d4d4;
12
+ --calcite-color-border-1: #cacaca;
13
+ --calcite-color-text-link: #00619b;
14
+ --calcite-color-text-inverse: #ffffff;
15
+ --calcite-color-text-3: #6a6a6a;
16
+ --calcite-color-text-2: #4a4a4a;
17
+ --calcite-color-text-1: #151515;
18
+ --calcite-color-inverse-press: #202020;
19
+ --calcite-color-inverse-hover: #2b2b2b;
20
+ --calcite-color-inverse: #353535;
21
+ --calcite-color-status-danger-press: #7c1d13;
22
+ --calcite-color-status-danger-hover: #a82b1e;
23
+ --calcite-color-status-danger: #d83020;
24
+ --calcite-color-status-warning-press: #bfa200;
25
+ --calcite-color-status-warning-hover: #d9bc00;
26
+ --calcite-color-status-warning: #edd317;
27
+ --calcite-color-status-success-press: #1a6324;
28
+ --calcite-color-status-success-hover: #288835;
29
+ --calcite-color-status-success: #35ac46;
30
+ --calcite-color-status-info-press: #00304d;
31
+ --calcite-color-status-info-hover: #004874;
32
+ --calcite-color-status-info: #00619b;
33
+ --calcite-color-brand-underline: rgba(0, 97, 155, 0.4);
34
+ --calcite-color-brand-press: #004874;
35
+ --calcite-color-brand-hover: #00619b;
36
+ --calcite-color-brand: #007ac2;
37
+ --calcite-color-transparent-tint: rgba(255, 255, 255, 0.8);
38
+ --calcite-color-transparent-scrim: rgba(255, 255, 255, 0.85);
39
+ --calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
40
+ --calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
41
+ --calcite-color-transparent: rgba(0, 0, 0, 0);
42
+ --calcite-color-foreground-current: #c7eaff;
43
+ --calcite-color-foreground-3: #eaeaea;
44
+ --calcite-color-foreground-2: #f3f3f3;
45
+ --calcite-color-foreground-1: #ffffff;
46
+ --calcite-color-background: #f8f8f8;
47
47
  }