@epilot/volt-ui-experimental-griffel 0.2.3 → 0.3.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.
- package/ADOPTING.md +416 -0
- package/README.md +32 -31
- package/dist/_virtual/jsx-dev-runtime.js +5 -0
- package/dist/_virtual/jsx-dev-runtime.js.map +1 -0
- package/dist/_virtual/react-jsx-dev-runtime.development.js +5 -0
- package/dist/_virtual/react-jsx-dev-runtime.development.js.map +1 -0
- package/dist/_virtual/react-jsx-dev-runtime.production.js +5 -0
- package/dist/_virtual/react-jsx-dev-runtime.production.js.map +1 -0
- package/dist/components/accordion/accordion.js +126 -66
- package/dist/components/accordion/accordion.js.map +1 -1
- package/dist/components/alert-dialog/alert-dialog.js +239 -137
- package/dist/components/alert-dialog/alert-dialog.js.map +1 -1
- package/dist/components/avatar/avatar-group.js +102 -47
- package/dist/components/avatar/avatar-group.js.map +1 -1
- package/dist/components/avatar/avatar.js +97 -73
- package/dist/components/avatar/avatar.js.map +1 -1
- package/dist/components/badge/badge.js +53 -37
- package/dist/components/badge/badge.js.map +1 -1
- package/dist/components/breadcrumb/breadcrumb.js +97 -49
- package/dist/components/breadcrumb/breadcrumb.js.map +1 -1
- package/dist/components/button/button.js +88 -77
- package/dist/components/button/button.js.map +1 -1
- package/dist/components/button-group/button-group.js +55 -31
- package/dist/components/button-group/button-group.js.map +1 -1
- package/dist/components/callout/callout.js +288 -164
- package/dist/components/callout/callout.js.map +1 -1
- package/dist/components/card/card.js +137 -81
- package/dist/components/card/card.js.map +1 -1
- package/dist/components/checkbox/checkbox.js +100 -49
- package/dist/components/checkbox/checkbox.js.map +1 -1
- package/dist/components/collapsible-sidebar/collapsible-sidebar.js +155 -107
- package/dist/components/collapsible-sidebar/collapsible-sidebar.js.map +1 -1
- package/dist/components/command/command.js +297 -158
- package/dist/components/command/command.js.map +1 -1
- package/dist/components/data-table/data-table-body.js +114 -54
- package/dist/components/data-table/data-table-body.js.map +1 -1
- package/dist/components/data-table/data-table-column-header.js +117 -45
- package/dist/components/data-table/data-table-column-header.js.map +1 -1
- package/dist/components/data-table/data-table-column-visibility.js +98 -39
- package/dist/components/data-table/data-table-column-visibility.js.map +1 -1
- package/dist/components/data-table/data-table-content.js +90 -58
- package/dist/components/data-table/data-table-content.js.map +1 -1
- package/dist/components/data-table/data-table-error.js +83 -39
- package/dist/components/data-table/data-table-error.js.map +1 -1
- package/dist/components/data-table/data-table-header.js +88 -54
- package/dist/components/data-table/data-table-header.js.map +1 -1
- package/dist/components/data-table/data-table-loading.js +27 -15
- package/dist/components/data-table/data-table-loading.js.map +1 -1
- package/dist/components/data-table/data-table-pagination.js +27 -19
- package/dist/components/data-table/data-table-pagination.js.map +1 -1
- package/dist/components/data-table/data-table-row.js +87 -64
- package/dist/components/data-table/data-table-row.js.map +1 -1
- package/dist/components/data-table/data-table-toolbar.js +24 -16
- package/dist/components/data-table/data-table-toolbar.js.map +1 -1
- package/dist/components/data-table/data-table.js +182 -145
- package/dist/components/data-table/data-table.js.map +1 -1
- package/dist/components/date-range-picker/date-range-picker.js +342 -214
- package/dist/components/date-range-picker/date-range-picker.js.map +1 -1
- package/dist/components/date-range-picker/range-calendar.js +132 -92
- package/dist/components/date-range-picker/range-calendar.js.map +1 -1
- package/dist/components/date-time-picker/calendar.js +501 -317
- package/dist/components/date-time-picker/calendar.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-context.js +64 -60
- package/dist/components/date-time-picker/date-time-picker-context.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-input.js +249 -149
- package/dist/components/date-time-picker/date-time-picker-input.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-panel.js +273 -165
- package/dist/components/date-time-picker/date-time-picker-panel.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-popover.js +22 -14
- package/dist/components/date-time-picker/date-time-picker-popover.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker.js +134 -90
- package/dist/components/date-time-picker/date-time-picker.js.map +1 -1
- package/dist/components/date-time-picker/time-picker.js +198 -132
- package/dist/components/date-time-picker/time-picker.js.map +1 -1
- package/dist/components/density-provider/density-provider.js +48 -0
- package/dist/components/density-provider/density-provider.js.map +1 -0
- package/dist/components/dialog/dialog.js +280 -150
- package/dist/components/dialog/dialog.js.map +1 -1
- package/dist/components/drawer/drawer.js +273 -163
- package/dist/components/drawer/drawer.js.map +1 -1
- package/dist/components/dropdown-menu/dropdown-menu.js +378 -195
- package/dist/components/dropdown-menu/dropdown-menu.js.map +1 -1
- package/dist/components/field/field-combobox.js +447 -240
- package/dist/components/field/field-combobox.js.map +1 -1
- package/dist/components/field/field-select.js +23 -19
- package/dist/components/field/field-select.js.map +1 -1
- package/dist/components/field/field.js +318 -209
- package/dist/components/field/field.js.map +1 -1
- package/dist/components/label/label.js +27 -19
- package/dist/components/label/label.js.map +1 -1
- package/dist/components/list/list.js +623 -369
- package/dist/components/list/list.js.map +1 -1
- package/dist/components/option-card/option-card.js +323 -159
- package/dist/components/option-card/option-card.js.map +1 -1
- package/dist/components/pill/pill.js +82 -64
- package/dist/components/pill/pill.js.map +1 -1
- package/dist/components/popover/popover.js +101 -56
- package/dist/components/popover/popover.js.map +1 -1
- package/dist/components/radio/radio.js +94 -51
- package/dist/components/radio/radio.js.map +1 -1
- package/dist/components/scroll-overflow/scroll-overflow.js +350 -198
- package/dist/components/scroll-overflow/scroll-overflow.js.map +1 -1
- package/dist/components/segmented-control/segmented-control.js +141 -97
- package/dist/components/segmented-control/segmented-control.js.map +1 -1
- package/dist/components/select/select.js +452 -227
- package/dist/components/select/select.js.map +1 -1
- package/dist/components/separator/separator.js +24 -16
- package/dist/components/separator/separator.js.map +1 -1
- package/dist/components/skeleton/skeleton.js +83 -43
- package/dist/components/skeleton/skeleton.js.map +1 -1
- package/dist/components/spinner/spinner.js +44 -20
- package/dist/components/spinner/spinner.js.map +1 -1
- package/dist/components/switch/switch.js +163 -86
- package/dist/components/switch/switch.js.map +1 -1
- package/dist/components/table/table-pagination.js +465 -205
- package/dist/components/table/table-pagination.js.map +1 -1
- package/dist/components/table/table.js +212 -144
- package/dist/components/table/table.js.map +1 -1
- package/dist/components/tabs/tabs.js +94 -58
- package/dist/components/tabs/tabs.js.map +1 -1
- package/dist/components/text/text.js +40 -32
- package/dist/components/text/text.js.map +1 -1
- package/dist/components/toast/toast.js +187 -111
- package/dist/components/toast/toast.js.map +1 -1
- package/dist/components/toggle/toggle-group.js +40 -24
- package/dist/components/toggle/toggle-group.js.map +1 -1
- package/dist/components/toggle/toggle.js +48 -40
- package/dist/components/toggle/toggle.js.map +1 -1
- package/dist/components/tooltip/tooltip.js +101 -55
- package/dist/components/tooltip/tooltip.js.map +1 -1
- package/dist/index.d.ts +600 -427
- package/dist/index.js +215 -212
- package/dist/index.js.map +1 -1
- package/dist/lib/clear-button.js +27 -15
- package/dist/lib/clear-button.js.map +1 -1
- package/dist/lib/icons.js +18 -6
- package/dist/lib/icons.js.map +1 -1
- package/dist/packages/volt-runtime/dist/sheet.js +27 -10
- package/dist/packages/volt-runtime/dist/sheet.js.map +1 -1
- package/dist/packages/volt-runtime/dist/styles/recipe.js +76 -0
- package/dist/packages/volt-runtime/dist/styles/recipe.js.map +1 -0
- package/dist/styles/document-context.js +12 -0
- package/dist/styles/document-context.js.map +1 -0
- package/dist/styles/make-styles.js +18 -10
- package/dist/styles/make-styles.js.map +1 -1
- package/dist/tokens/core.generated.js +1238 -1166
- package/dist/tokens/core.generated.js.map +1 -1
- package/dist/tokens/index.d.ts +442 -415
- package/dist/tokens/index.js +1105 -1078
- package/dist/tokens/index.js.map +1 -1
- package/dist/tokens/install.js +9 -5
- package/dist/tokens/install.js.map +1 -1
- package/dist/tokens/use-palette-tokens.js +20 -0
- package/dist/tokens/use-palette-tokens.js.map +1 -0
- package/dist/tokens.json +83 -2
- package/dist/vendor/react/cjs/react-jsx-dev-runtime.development.js +236 -0
- package/dist/vendor/react/cjs/react-jsx-dev-runtime.development.js.map +1 -0
- package/dist/vendor/react/cjs/react-jsx-dev-runtime.production.js +21 -0
- package/dist/vendor/react/cjs/react-jsx-dev-runtime.production.js.map +1 -0
- package/dist/vendor/react/jsx-dev-runtime.js +9 -0
- package/dist/vendor/react/jsx-dev-runtime.js.map +1 -0
- package/package.json +13 -5
- package/scripts/migration-diagnostics-core.mjs +859 -0
- package/scripts/migration-diagnostics.mjs +353 -0
- package/scripts/migration-sweep.mjs +179 -0
- package/AGENTS.md +0 -153
- package/AUTHORING.md +0 -292
- package/dist/packages/volt-runtime/dist/styles/make-styles.js +0 -22
- package/dist/packages/volt-runtime/dist/styles/make-styles.js.map +0 -1
|
@@ -1,1227 +1,1299 @@
|
|
|
1
|
-
const
|
|
1
|
+
const e = "f2eb09c", a = "ca14f7e", o = `:root,
|
|
2
2
|
.light,
|
|
3
3
|
[data-theme="light"] {
|
|
4
|
-
--volt2-
|
|
5
|
-
--volt2-
|
|
6
|
-
--volt2-
|
|
7
|
-
--volt2-
|
|
8
|
-
--volt2-
|
|
9
|
-
--volt2-
|
|
10
|
-
--volt2-
|
|
11
|
-
--volt2-
|
|
12
|
-
--volt2-
|
|
13
|
-
--volt2-
|
|
14
|
-
--volt2-
|
|
15
|
-
--volt2-
|
|
16
|
-
--volt2-
|
|
17
|
-
--volt2-
|
|
18
|
-
--volt2-
|
|
19
|
-
--volt2-
|
|
20
|
-
--volt2-
|
|
21
|
-
--volt2-
|
|
22
|
-
--volt2-
|
|
23
|
-
--volt2-
|
|
24
|
-
--volt2-
|
|
25
|
-
--volt2-
|
|
26
|
-
--volt2-
|
|
27
|
-
--volt2-
|
|
28
|
-
--volt2-
|
|
29
|
-
--volt2-
|
|
30
|
-
--volt2-
|
|
31
|
-
--volt2-
|
|
32
|
-
--volt2-
|
|
33
|
-
--volt2-
|
|
34
|
-
--volt2-
|
|
35
|
-
--volt2-
|
|
36
|
-
--volt2-
|
|
37
|
-
--volt2-
|
|
38
|
-
--volt2-
|
|
39
|
-
--volt2-
|
|
40
|
-
--volt2-
|
|
41
|
-
--volt2-
|
|
42
|
-
--volt2-
|
|
43
|
-
--volt2-
|
|
44
|
-
--volt2-
|
|
45
|
-
--volt2-
|
|
46
|
-
--volt2-
|
|
47
|
-
--volt2-
|
|
48
|
-
--volt2-
|
|
49
|
-
--volt2-
|
|
50
|
-
--volt2-
|
|
51
|
-
--volt2-
|
|
52
|
-
--volt2-
|
|
53
|
-
--volt2-
|
|
54
|
-
--volt2-
|
|
55
|
-
--volt2-
|
|
56
|
-
--volt2-
|
|
57
|
-
--volt2-
|
|
58
|
-
--volt2-
|
|
59
|
-
--volt2-
|
|
60
|
-
--volt2-
|
|
61
|
-
--volt2-
|
|
62
|
-
--volt2-
|
|
63
|
-
--volt2-
|
|
64
|
-
--volt2-
|
|
65
|
-
--volt2-
|
|
66
|
-
--volt2-
|
|
67
|
-
--volt2-
|
|
68
|
-
--volt2-
|
|
69
|
-
--volt2-
|
|
70
|
-
--volt2-
|
|
71
|
-
--volt2-
|
|
72
|
-
--volt2-
|
|
73
|
-
--volt2-
|
|
74
|
-
--volt2-
|
|
75
|
-
--volt2-
|
|
76
|
-
--volt2-
|
|
77
|
-
--volt2-
|
|
78
|
-
--volt2-
|
|
79
|
-
--volt2-
|
|
80
|
-
--volt2-
|
|
81
|
-
--volt2-
|
|
82
|
-
--volt2-
|
|
83
|
-
--volt2-
|
|
84
|
-
--volt2-
|
|
85
|
-
--volt2-
|
|
86
|
-
--volt2-
|
|
87
|
-
--volt2-
|
|
88
|
-
--volt2-
|
|
89
|
-
--volt2-
|
|
90
|
-
--volt2-
|
|
91
|
-
--volt2-
|
|
92
|
-
--volt2-
|
|
93
|
-
--volt2-
|
|
94
|
-
--volt2-
|
|
95
|
-
--volt2-
|
|
96
|
-
--volt2-
|
|
97
|
-
--volt2-
|
|
98
|
-
--volt2-
|
|
99
|
-
--volt2-
|
|
100
|
-
--volt2-
|
|
101
|
-
--volt2-
|
|
102
|
-
--volt2-
|
|
103
|
-
--volt2-
|
|
104
|
-
--volt2-
|
|
105
|
-
--volt2-
|
|
106
|
-
--volt2-
|
|
107
|
-
--volt2-
|
|
108
|
-
--volt2-
|
|
109
|
-
--volt2-
|
|
110
|
-
--volt2-
|
|
111
|
-
--volt2-
|
|
112
|
-
--volt2-
|
|
113
|
-
--volt2-
|
|
114
|
-
--volt2-
|
|
115
|
-
--volt2-
|
|
116
|
-
--volt2-
|
|
117
|
-
--volt2-
|
|
118
|
-
--volt2-
|
|
119
|
-
--volt2-
|
|
120
|
-
--volt2-
|
|
121
|
-
--volt2-
|
|
122
|
-
--volt2-
|
|
123
|
-
--volt2-
|
|
124
|
-
--volt2-
|
|
125
|
-
--volt2-
|
|
126
|
-
--volt2-
|
|
127
|
-
--volt2-
|
|
128
|
-
--volt2-
|
|
129
|
-
--volt2-
|
|
130
|
-
--volt2-
|
|
131
|
-
--volt2-
|
|
132
|
-
--volt2-
|
|
133
|
-
--volt2-
|
|
134
|
-
--volt2-
|
|
135
|
-
--volt2-
|
|
136
|
-
--volt2-
|
|
137
|
-
--volt2-
|
|
138
|
-
--volt2-
|
|
139
|
-
--volt2-
|
|
140
|
-
--volt2-
|
|
141
|
-
--volt2-
|
|
142
|
-
--volt2-
|
|
143
|
-
--volt2-
|
|
144
|
-
--volt2-
|
|
145
|
-
--volt2-
|
|
146
|
-
--volt2-
|
|
147
|
-
--volt2-
|
|
148
|
-
--volt2-
|
|
149
|
-
--volt2-
|
|
150
|
-
--volt2-
|
|
151
|
-
--volt2-
|
|
152
|
-
--volt2-
|
|
153
|
-
--volt2-
|
|
154
|
-
--volt2-
|
|
155
|
-
--volt2-
|
|
156
|
-
--volt2-
|
|
157
|
-
--volt2-
|
|
158
|
-
--volt2-
|
|
159
|
-
--volt2-
|
|
160
|
-
--volt2-
|
|
161
|
-
--volt2-
|
|
162
|
-
--volt2-
|
|
163
|
-
--volt2-
|
|
164
|
-
--volt2-
|
|
165
|
-
--volt2-
|
|
166
|
-
--volt2-
|
|
167
|
-
--volt2-
|
|
168
|
-
--volt2-
|
|
169
|
-
--volt2-
|
|
170
|
-
--volt2-
|
|
171
|
-
--volt2-
|
|
172
|
-
--volt2-
|
|
173
|
-
--volt2-
|
|
174
|
-
--volt2-
|
|
175
|
-
--volt2-
|
|
176
|
-
--volt2-
|
|
177
|
-
--volt2-
|
|
178
|
-
--volt2-
|
|
179
|
-
--volt2-
|
|
180
|
-
--volt2-
|
|
181
|
-
--volt2-
|
|
182
|
-
--volt2-
|
|
183
|
-
--volt2-
|
|
184
|
-
--volt2-
|
|
185
|
-
--volt2-
|
|
186
|
-
--volt2-
|
|
187
|
-
--volt2-
|
|
188
|
-
--volt2-
|
|
189
|
-
--volt2-
|
|
190
|
-
--volt2-
|
|
191
|
-
--volt2-
|
|
192
|
-
--volt2-
|
|
193
|
-
--volt2-
|
|
194
|
-
--volt2-
|
|
195
|
-
--volt2-
|
|
196
|
-
--volt2-
|
|
197
|
-
--volt2-
|
|
198
|
-
--volt2-
|
|
199
|
-
--volt2-
|
|
200
|
-
--volt2-
|
|
201
|
-
--volt2-
|
|
202
|
-
--volt2-
|
|
203
|
-
--volt2-
|
|
204
|
-
--volt2-
|
|
205
|
-
--volt2-
|
|
206
|
-
--volt2-
|
|
207
|
-
--volt2-
|
|
208
|
-
--volt2-
|
|
209
|
-
--volt2-
|
|
210
|
-
--volt2-
|
|
211
|
-
--volt2-
|
|
212
|
-
--volt2-
|
|
213
|
-
--volt2-
|
|
214
|
-
--volt2-
|
|
215
|
-
--volt2-
|
|
216
|
-
--volt2-
|
|
217
|
-
--volt2-
|
|
218
|
-
--volt2-
|
|
219
|
-
--volt2-
|
|
220
|
-
--volt2-
|
|
221
|
-
--volt2-
|
|
222
|
-
--volt2-
|
|
223
|
-
--volt2-
|
|
224
|
-
--volt2-
|
|
225
|
-
--volt2-
|
|
226
|
-
--volt2-
|
|
227
|
-
--volt2-
|
|
228
|
-
--volt2-
|
|
229
|
-
--volt2-
|
|
230
|
-
--volt2-
|
|
231
|
-
--volt2-
|
|
232
|
-
--volt2-
|
|
233
|
-
--volt2-
|
|
234
|
-
--volt2-
|
|
235
|
-
--volt2-
|
|
236
|
-
--volt2-
|
|
237
|
-
--volt2-
|
|
238
|
-
--volt2-
|
|
239
|
-
--volt2-
|
|
240
|
-
--volt2-
|
|
241
|
-
--volt2-
|
|
242
|
-
--volt2-
|
|
243
|
-
--volt2-
|
|
244
|
-
--volt2-
|
|
245
|
-
--volt2-
|
|
246
|
-
--volt2-
|
|
247
|
-
--volt2-
|
|
248
|
-
--volt2-
|
|
249
|
-
--volt2-
|
|
250
|
-
--volt2-
|
|
251
|
-
--volt2-
|
|
252
|
-
--volt2-
|
|
253
|
-
--volt2-
|
|
254
|
-
--volt2-
|
|
255
|
-
--volt2-
|
|
256
|
-
--volt2-
|
|
257
|
-
--volt2-
|
|
258
|
-
--volt2-
|
|
259
|
-
--volt2-
|
|
260
|
-
--volt2-
|
|
261
|
-
--volt2-
|
|
262
|
-
--volt2-
|
|
263
|
-
--volt2-
|
|
264
|
-
--volt2-
|
|
265
|
-
--volt2-
|
|
266
|
-
--volt2-
|
|
267
|
-
--volt2-
|
|
268
|
-
--volt2-
|
|
269
|
-
--volt2-
|
|
270
|
-
--volt2-
|
|
271
|
-
--volt2-
|
|
272
|
-
--volt2-
|
|
273
|
-
--volt2-
|
|
274
|
-
--volt2-
|
|
275
|
-
--volt2-
|
|
276
|
-
--volt2-
|
|
277
|
-
--volt2-
|
|
278
|
-
--volt2-
|
|
279
|
-
--volt2-
|
|
280
|
-
--volt2-
|
|
281
|
-
--volt2-
|
|
282
|
-
--volt2-
|
|
283
|
-
--volt2-
|
|
284
|
-
--volt2-
|
|
285
|
-
--volt2-
|
|
286
|
-
--volt2-
|
|
287
|
-
--volt2-
|
|
288
|
-
--volt2-
|
|
289
|
-
--volt2-
|
|
290
|
-
--volt2-
|
|
291
|
-
--volt2-
|
|
292
|
-
--volt2-
|
|
293
|
-
--volt2-
|
|
294
|
-
--volt2-
|
|
295
|
-
--volt2-
|
|
296
|
-
--volt2-
|
|
297
|
-
--volt2-
|
|
298
|
-
--volt2-
|
|
299
|
-
--volt2-
|
|
300
|
-
--volt2-
|
|
301
|
-
--volt2-
|
|
302
|
-
--volt2-
|
|
303
|
-
--volt2-
|
|
304
|
-
--volt2-
|
|
305
|
-
--volt2-
|
|
306
|
-
--volt2-
|
|
307
|
-
--volt2-
|
|
308
|
-
--volt2-
|
|
309
|
-
--volt2-
|
|
310
|
-
--volt2-
|
|
311
|
-
--volt2-
|
|
312
|
-
--volt2-
|
|
313
|
-
--volt2-
|
|
314
|
-
--volt2-
|
|
315
|
-
--volt2-
|
|
316
|
-
--volt2-
|
|
317
|
-
--volt2-
|
|
318
|
-
--volt2-
|
|
319
|
-
--volt2-
|
|
320
|
-
--volt2-
|
|
321
|
-
--volt2-
|
|
322
|
-
--volt2-
|
|
323
|
-
--volt2-
|
|
324
|
-
--volt2-
|
|
325
|
-
--volt2-
|
|
326
|
-
--volt2-
|
|
327
|
-
--volt2-
|
|
328
|
-
--volt2-
|
|
329
|
-
--volt2-
|
|
330
|
-
--volt2-
|
|
331
|
-
--volt2-
|
|
332
|
-
--volt2-
|
|
333
|
-
--volt2-
|
|
334
|
-
--volt2-
|
|
335
|
-
--volt2-
|
|
336
|
-
--volt2-
|
|
337
|
-
--volt2-
|
|
338
|
-
--volt2-
|
|
339
|
-
--volt2-
|
|
340
|
-
--volt2-
|
|
341
|
-
--volt2-
|
|
342
|
-
--volt2-
|
|
343
|
-
--volt2-
|
|
344
|
-
--volt2-
|
|
345
|
-
--volt2-
|
|
346
|
-
--volt2-
|
|
347
|
-
--volt2-
|
|
348
|
-
--volt2-
|
|
349
|
-
--volt2-
|
|
350
|
-
--volt2-
|
|
351
|
-
--volt2-
|
|
352
|
-
--volt2-
|
|
353
|
-
--volt2-
|
|
354
|
-
--volt2-
|
|
355
|
-
--volt2-
|
|
356
|
-
--volt2-
|
|
357
|
-
--volt2-
|
|
358
|
-
--volt2-
|
|
359
|
-
--volt2-
|
|
360
|
-
--volt2-
|
|
361
|
-
--volt2-
|
|
362
|
-
--volt2-
|
|
363
|
-
--volt2-
|
|
364
|
-
--volt2-
|
|
365
|
-
--volt2-
|
|
366
|
-
--volt2-
|
|
367
|
-
--volt2-
|
|
368
|
-
--volt2-
|
|
369
|
-
--volt2-
|
|
370
|
-
--volt2-
|
|
371
|
-
--volt2-
|
|
372
|
-
--volt2-
|
|
373
|
-
--volt2-
|
|
374
|
-
--volt2-
|
|
375
|
-
--volt2-
|
|
376
|
-
--volt2-
|
|
377
|
-
--volt2-
|
|
378
|
-
--volt2-
|
|
379
|
-
--volt2-
|
|
380
|
-
--volt2-
|
|
381
|
-
--volt2-
|
|
382
|
-
--volt2-
|
|
383
|
-
--volt2-
|
|
384
|
-
--volt2-
|
|
385
|
-
--volt2-
|
|
386
|
-
--volt2-
|
|
387
|
-
--volt2-
|
|
388
|
-
--volt2-
|
|
389
|
-
--volt2-
|
|
390
|
-
--volt2-
|
|
391
|
-
--volt2-
|
|
392
|
-
--volt2-
|
|
393
|
-
--volt2-
|
|
394
|
-
--volt2-
|
|
395
|
-
--volt2-
|
|
396
|
-
--volt2-
|
|
397
|
-
--volt2-
|
|
398
|
-
--volt2-
|
|
399
|
-
--volt2-
|
|
400
|
-
--volt2-
|
|
401
|
-
--volt2-
|
|
402
|
-
--volt2-
|
|
403
|
-
--volt2-
|
|
404
|
-
--volt2-
|
|
405
|
-
--volt2-
|
|
406
|
-
--volt2-
|
|
407
|
-
--volt2-
|
|
408
|
-
--volt2-
|
|
409
|
-
--volt2-
|
|
410
|
-
--volt2-
|
|
411
|
-
--volt2-
|
|
412
|
-
--volt2-
|
|
413
|
-
--volt2-
|
|
414
|
-
--volt2-
|
|
415
|
-
--volt2-
|
|
416
|
-
--volt2-
|
|
4
|
+
--volt2-f2eb09c-accent-1: #fcfdfe;
|
|
5
|
+
--volt2-f2eb09c-accent-10: #004fa3;
|
|
6
|
+
--volt2-f2eb09c-accent-11: #0f65bc;
|
|
7
|
+
--volt2-f2eb09c-accent-12: #113157;
|
|
8
|
+
--volt2-f2eb09c-accent-2: #f6fafe;
|
|
9
|
+
--volt2-f2eb09c-accent-3: #ebf3fd;
|
|
10
|
+
--volt2-f2eb09c-accent-4: #dcebfe;
|
|
11
|
+
--volt2-f2eb09c-accent-5: #cbe1fe;
|
|
12
|
+
--volt2-f2eb09c-accent-6: #b6d5fc;
|
|
13
|
+
--volt2-f2eb09c-accent-7: #9dc3f2;
|
|
14
|
+
--volt2-f2eb09c-accent-8: #7aabe7;
|
|
15
|
+
--volt2-f2eb09c-accent-9: #005eb4;
|
|
16
|
+
--volt2-f2eb09c-accent-a1: #0055aa03;
|
|
17
|
+
--volt2-f2eb09c-accent-a10: #004fa3;
|
|
18
|
+
--volt2-f2eb09c-accent-a11: #005bb8f0;
|
|
19
|
+
--volt2-f2eb09c-accent-a12: #00224bee;
|
|
20
|
+
--volt2-f2eb09c-accent-a2: #0072e309;
|
|
21
|
+
--volt2-f2eb09c-accent-a3: #0066e614;
|
|
22
|
+
--volt2-f2eb09c-accent-a4: #006ef823;
|
|
23
|
+
--volt2-f2eb09c-accent-a5: #006cfb34;
|
|
24
|
+
--volt2-f2eb09c-accent-a6: #006df549;
|
|
25
|
+
--volt2-f2eb09c-accent-a7: #0063de62;
|
|
26
|
+
--volt2-f2eb09c-accent-a8: #005ed185;
|
|
27
|
+
--volt2-f2eb09c-accent-a9: #005eb4;
|
|
28
|
+
--volt2-f2eb09c-accent-contrast: #ffffff;
|
|
29
|
+
--volt2-f2eb09c-accent-indicator: #005eb4;
|
|
30
|
+
--volt2-f2eb09c-accent-surface: #f4f9fecc;
|
|
31
|
+
--volt2-f2eb09c-accent-track: #005eb4;
|
|
32
|
+
--volt2-f2eb09c-black-a22: #00000038;
|
|
33
|
+
--volt2-f2eb09c-black-a32: #00000052;
|
|
34
|
+
--volt2-f2eb09c-black-a38: #00000061;
|
|
35
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
36
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
37
|
+
--volt2-f2eb09c-blur-p-glass-field: 12px;
|
|
38
|
+
--volt2-f2eb09c-blur-p-glass-object: 26px;
|
|
39
|
+
--volt2-f2eb09c-blur-p-none: 0px;
|
|
40
|
+
--volt2-f2eb09c-body: #ffffff;
|
|
41
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-transparent);
|
|
42
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-transparent);
|
|
43
|
+
--volt2-f2eb09c-border-hairline: 1px;
|
|
44
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
45
|
+
--volt2-f2eb09c-border-none: 0px;
|
|
46
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-transparent);
|
|
47
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
48
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-none);
|
|
49
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-none);
|
|
50
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
51
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-none);
|
|
52
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
53
|
+
--volt2-f2eb09c-container-2xl: 42rem;
|
|
54
|
+
--volt2-f2eb09c-container-3xl: 48rem;
|
|
55
|
+
--volt2-f2eb09c-container-4xl: 56rem;
|
|
56
|
+
--volt2-f2eb09c-container-5xl: 64rem;
|
|
57
|
+
--volt2-f2eb09c-container-lg: 32rem;
|
|
58
|
+
--volt2-f2eb09c-container-md: 28rem;
|
|
59
|
+
--volt2-f2eb09c-container-sm: 24rem;
|
|
60
|
+
--volt2-f2eb09c-container-xl: 36rem;
|
|
61
|
+
--volt2-f2eb09c-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
|
|
62
|
+
--volt2-f2eb09c-error-1: #fffcfc;
|
|
63
|
+
--volt2-f2eb09c-error-10: #bf0001;
|
|
64
|
+
--volt2-f2eb09c-error-11: #d4201e;
|
|
65
|
+
--volt2-f2eb09c-error-12: #661713;
|
|
66
|
+
--volt2-f2eb09c-error-2: #fff7f6;
|
|
67
|
+
--volt2-f2eb09c-error-3: #ffebe8;
|
|
68
|
+
--volt2-f2eb09c-error-4: #ffdbd5;
|
|
69
|
+
--volt2-f2eb09c-error-5: #ffcdc4;
|
|
70
|
+
--volt2-f2eb09c-error-6: #ffbcb3;
|
|
71
|
+
--volt2-f2eb09c-error-7: #f8a89d;
|
|
72
|
+
--volt2-f2eb09c-error-8: #ef8d80;
|
|
73
|
+
--volt2-f2eb09c-error-9: #d01919;
|
|
74
|
+
--volt2-f2eb09c-error-a1: #ff000003;
|
|
75
|
+
--volt2-f2eb09c-error-a10: #bf0001;
|
|
76
|
+
--volt2-f2eb09c-error-a11: #ce0200e1;
|
|
77
|
+
--volt2-f2eb09c-error-a12: #5a0400ec;
|
|
78
|
+
--volt2-f2eb09c-error-a2: #ff1d0009;
|
|
79
|
+
--volt2-f2eb09c-error-a3: #ff220017;
|
|
80
|
+
--volt2-f2eb09c-error-a4: #ff25002a;
|
|
81
|
+
--volt2-f2eb09c-error-a5: #ff27013b;
|
|
82
|
+
--volt2-f2eb09c-error-a6: #ff1f004c;
|
|
83
|
+
--volt2-f2eb09c-error-a7: #ed1d0062;
|
|
84
|
+
--volt2-f2eb09c-error-a8: #df1b007f;
|
|
85
|
+
--volt2-f2eb09c-error-a9: #cb0000e6;
|
|
86
|
+
--volt2-f2eb09c-error-contrast: #ffffff;
|
|
87
|
+
--volt2-f2eb09c-error-indicator: #d01919;
|
|
88
|
+
--volt2-f2eb09c-error-surface: #fff5f4cc;
|
|
89
|
+
--volt2-f2eb09c-error-track: #d01919;
|
|
90
|
+
--volt2-f2eb09c-font-weight-bold: 700;
|
|
91
|
+
--volt2-f2eb09c-font-weight-medium: 500;
|
|
92
|
+
--volt2-f2eb09c-font-weight-normal: 400;
|
|
93
|
+
--volt2-f2eb09c-font-weight-semibold: 600;
|
|
94
|
+
--volt2-f2eb09c-fx-border-header-plain: #c1c7d0;
|
|
95
|
+
--volt2-f2eb09c-fx-border-plain-object: #d5e1ed;
|
|
96
|
+
--volt2-f2eb09c-fx-card-bloom-blue: #78aaeb06;
|
|
97
|
+
--volt2-f2eb09c-fx-card-bloom-violet: #968ce608;
|
|
98
|
+
--volt2-f2eb09c-fx-card-wash-2: #e8e8ec;
|
|
99
|
+
--volt2-f2eb09c-fx-glass-bloom-blue: #78aaeb0f;
|
|
100
|
+
--volt2-f2eb09c-fx-glass-bloom-blue-dark: #4678c824;
|
|
101
|
+
--volt2-f2eb09c-fx-glass-bloom-violet: #968ce612;
|
|
102
|
+
--volt2-f2eb09c-fx-glass-bloom-violet-dark: #786ed229;
|
|
103
|
+
--volt2-f2eb09c-fx-glass-object-dark: #2628368c;
|
|
104
|
+
--volt2-f2eb09c-fx-glass-wash-1: #e9f0fb;
|
|
105
|
+
--volt2-f2eb09c-fx-glass-wash-2: #eef0fb;
|
|
106
|
+
--volt2-f2eb09c-fx-glass-wash-3: #f1ecf7;
|
|
107
|
+
--volt2-f2eb09c-fx-glass-wash-dark-1: #14151c;
|
|
108
|
+
--volt2-f2eb09c-fx-glass-wash-dark-2: #171820;
|
|
109
|
+
--volt2-f2eb09c-fx-glass-wash-dark-3: #1b1826;
|
|
110
|
+
--volt2-f2eb09c-fx-hover-plain-row: #eceffe;
|
|
111
|
+
--volt2-f2eb09c-fx-sep-plain: #e0e2ec;
|
|
112
|
+
--volt2-f2eb09c-fx-shade-cool-a12: #46508c1f;
|
|
113
|
+
--volt2-f2eb09c-fx-shade-cool-a7: #46508c12;
|
|
114
|
+
--volt2-f2eb09c-fx-shade-cool-a8: #46508c14;
|
|
115
|
+
--volt2-f2eb09c-fx-shade-deep-a10: #28325a1a;
|
|
116
|
+
--volt2-f2eb09c-fx-shade-deep-a6: #28325a0f;
|
|
117
|
+
--volt2-f2eb09c-fx-shade-deep-a7: #28325a12;
|
|
118
|
+
--volt2-f2eb09c-fx-shade-navy-a16: #152b4229;
|
|
119
|
+
--volt2-f2eb09c-fx-shade-overlay-a22: #152b4238;
|
|
120
|
+
--volt2-f2eb09c-fx-tint-wash-1: #eef2fb;
|
|
121
|
+
--volt2-f2eb09c-fx-tint-wash-2: #f2eef9;
|
|
122
|
+
--volt2-f2eb09c-fx-wash-bordered-dark: #101118;
|
|
123
|
+
--volt2-f2eb09c-fx-wash-bordered-light: #e4e6ea;
|
|
124
|
+
--volt2-f2eb09c-fx-wash-plain: #f5f6ff;
|
|
125
|
+
--volt2-f2eb09c-gradient-bordered-wash: linear-gradient(#e4e6ea, #e4e6ea);
|
|
126
|
+
--volt2-f2eb09c-gradient-bordered-wash-dark: linear-gradient(#101118, #101118);
|
|
127
|
+
--volt2-f2eb09c-gradient-card-wash: radial-gradient(1200px 820px at 88% 12%, #968ce608, transparent 62%), radial-gradient(1000px 700px at 4% 96%, #78aaeb06, transparent 58%), linear-gradient(113deg, #fdfcfd 21.97%, #e8e8ec 76.16%);
|
|
128
|
+
--volt2-f2eb09c-gradient-glass-wash: radial-gradient(1200px 820px at 88% 12%, #968ce612, transparent 62%), radial-gradient(1000px 700px at 4% 96%, #78aaeb0f, transparent 58%), linear-gradient(135deg, #e9f0fb 0%, #eef0fb 46%, #f1ecf7 100%);
|
|
129
|
+
--volt2-f2eb09c-gradient-glass-wash-dark: radial-gradient(1300px 860px at 86% 10%, #786ed229, transparent 60%), radial-gradient(1000px 720px at 3% 98%, #4678c824, transparent 58%), linear-gradient(135deg, #14151c 0%, #171820 50%, #1b1826 100%);
|
|
130
|
+
--volt2-f2eb09c-gradient-plain-wash: linear-gradient(#f5f6ff, #f5f6ff);
|
|
131
|
+
--volt2-f2eb09c-gradient-tint-wash: linear-gradient(135deg, #eef2fb 0%, #f2eef9 100%);
|
|
132
|
+
--volt2-f2eb09c-gray-1: #fdfcfd;
|
|
133
|
+
--volt2-f2eb09c-gray-10: #84828e;
|
|
134
|
+
--volt2-f2eb09c-gray-11: #65636d;
|
|
135
|
+
--volt2-f2eb09c-gray-12: #211f26;
|
|
136
|
+
--volt2-f2eb09c-gray-2: #faf9fb;
|
|
137
|
+
--volt2-f2eb09c-gray-3: #f2eff3;
|
|
138
|
+
--volt2-f2eb09c-gray-4: #eae7ec;
|
|
139
|
+
--volt2-f2eb09c-gray-5: #e3dfe6;
|
|
140
|
+
--volt2-f2eb09c-gray-6: #dbd8e0;
|
|
141
|
+
--volt2-f2eb09c-gray-7: #d0cdd7;
|
|
142
|
+
--volt2-f2eb09c-gray-8: #bcbac7;
|
|
143
|
+
--volt2-f2eb09c-gray-9: #8e8c99;
|
|
144
|
+
--volt2-f2eb09c-gray-a1: #55005503;
|
|
145
|
+
--volt2-f2eb09c-gray-a10: #0500197d;
|
|
146
|
+
--volt2-f2eb09c-gray-a11: #0400119c;
|
|
147
|
+
--volt2-f2eb09c-gray-a12: #020008e0;
|
|
148
|
+
--volt2-f2eb09c-gray-a2: #2b005506;
|
|
149
|
+
--volt2-f2eb09c-gray-a3: #30004010;
|
|
150
|
+
--volt2-f2eb09c-gray-a4: #20003618;
|
|
151
|
+
--volt2-f2eb09c-gray-a5: #20003820;
|
|
152
|
+
--volt2-f2eb09c-gray-a6: #14003527;
|
|
153
|
+
--volt2-f2eb09c-gray-a7: #10003332;
|
|
154
|
+
--volt2-f2eb09c-gray-a8: #08003145;
|
|
155
|
+
--volt2-f2eb09c-gray-a9: #05001d73;
|
|
156
|
+
--volt2-f2eb09c-gray-contrast: #ffffff;
|
|
157
|
+
--volt2-f2eb09c-gray-indicator: #8e8c99;
|
|
158
|
+
--volt2-f2eb09c-gray-surface: #ffffffcc;
|
|
159
|
+
--volt2-f2eb09c-gray-track: #8e8c99;
|
|
160
|
+
--volt2-f2eb09c-info-1: #fbfdff;
|
|
161
|
+
--volt2-f2eb09c-info-10: #0588f0;
|
|
162
|
+
--volt2-f2eb09c-info-11: #0d74ce;
|
|
163
|
+
--volt2-f2eb09c-info-12: #113264;
|
|
164
|
+
--volt2-f2eb09c-info-2: #f4faff;
|
|
165
|
+
--volt2-f2eb09c-info-3: #e6f4fe;
|
|
166
|
+
--volt2-f2eb09c-info-4: #d5efff;
|
|
167
|
+
--volt2-f2eb09c-info-5: #c2e5ff;
|
|
168
|
+
--volt2-f2eb09c-info-6: #acd8fc;
|
|
169
|
+
--volt2-f2eb09c-info-7: #8ec8f6;
|
|
170
|
+
--volt2-f2eb09c-info-8: #5eb1ef;
|
|
171
|
+
--volt2-f2eb09c-info-9: #0090ff;
|
|
172
|
+
--volt2-f2eb09c-info-a1: #0080ff04;
|
|
173
|
+
--volt2-f2eb09c-info-a10: #0086f0fa;
|
|
174
|
+
--volt2-f2eb09c-info-a11: #006dcbf2;
|
|
175
|
+
--volt2-f2eb09c-info-a12: #002359ee;
|
|
176
|
+
--volt2-f2eb09c-info-a2: #008cff0b;
|
|
177
|
+
--volt2-f2eb09c-info-a3: #008ff519;
|
|
178
|
+
--volt2-f2eb09c-info-a4: #009eff2a;
|
|
179
|
+
--volt2-f2eb09c-info-a5: #0093ff3d;
|
|
180
|
+
--volt2-f2eb09c-info-a6: #0088f653;
|
|
181
|
+
--volt2-f2eb09c-info-a7: #0083eb71;
|
|
182
|
+
--volt2-f2eb09c-info-a8: #0084e6a1;
|
|
183
|
+
--volt2-f2eb09c-info-a9: #0090ff;
|
|
184
|
+
--volt2-f2eb09c-info-contrast: #ffffff;
|
|
185
|
+
--volt2-f2eb09c-info-indicator: #0090ff;
|
|
186
|
+
--volt2-f2eb09c-info-surface: #f1f9ffcc;
|
|
187
|
+
--volt2-f2eb09c-info-track: #0090ff;
|
|
188
|
+
--volt2-f2eb09c-leading-2xl: 2rem;
|
|
189
|
+
--volt2-f2eb09c-leading-3xl: 2.25rem;
|
|
190
|
+
--volt2-f2eb09c-leading-base: 1.5rem;
|
|
191
|
+
--volt2-f2eb09c-leading-lg: 1.75rem;
|
|
192
|
+
--volt2-f2eb09c-leading-sm: 1.25rem;
|
|
193
|
+
--volt2-f2eb09c-leading-xl: 1.75rem;
|
|
194
|
+
--volt2-f2eb09c-leading-xs: 1rem;
|
|
195
|
+
--volt2-f2eb09c-level-1: var(--volt2-f2eb09c-gray-1);
|
|
196
|
+
--volt2-f2eb09c-motion-base: 180ms;
|
|
197
|
+
--volt2-f2eb09c-motion-fast: 120ms;
|
|
198
|
+
--volt2-f2eb09c-motion-slow: 240ms;
|
|
199
|
+
--volt2-f2eb09c-radius-2xl: 1rem;
|
|
200
|
+
--volt2-f2eb09c-radius-3xl: 1.375rem;
|
|
201
|
+
--volt2-f2eb09c-radius-full: 9999px;
|
|
202
|
+
--volt2-f2eb09c-radius-lg: 0.5rem;
|
|
203
|
+
--volt2-f2eb09c-radius-md: 0.375rem;
|
|
204
|
+
--volt2-f2eb09c-radius-sm: 0.25rem;
|
|
205
|
+
--volt2-f2eb09c-radius-xl: 0.75rem;
|
|
206
|
+
--volt2-f2eb09c-sem-accent-contrast: var(--volt2-f2eb09c-accent-contrast);
|
|
207
|
+
--volt2-f2eb09c-sem-accent-default: var(--volt2-f2eb09c-accent-a12);
|
|
208
|
+
--volt2-f2eb09c-sem-accent-disabled: var(--volt2-f2eb09c-accent-a8);
|
|
209
|
+
--volt2-f2eb09c-sem-accent-high-contrast: var(--volt2-f2eb09c-accent-a12);
|
|
210
|
+
--volt2-f2eb09c-sem-accent-light: var(--volt2-f2eb09c-accent-a11);
|
|
211
|
+
--volt2-f2eb09c-sem-accent-on-high-contrast: var(--volt2-f2eb09c-accent-1);
|
|
212
|
+
--volt2-f2eb09c-sem-accent-on-soft: var(--volt2-f2eb09c-accent-a12);
|
|
213
|
+
--volt2-f2eb09c-sem-accent-on-solid: var(--volt2-f2eb09c-accent-contrast);
|
|
214
|
+
--volt2-f2eb09c-sem-accent-soft: var(--volt2-f2eb09c-accent-a3);
|
|
215
|
+
--volt2-f2eb09c-sem-accent-soft-hover: var(--volt2-f2eb09c-accent-a4);
|
|
216
|
+
--volt2-f2eb09c-sem-accent-solid: var(--volt2-f2eb09c-accent-a9);
|
|
217
|
+
--volt2-f2eb09c-sem-accent-solid-hover: var(--volt2-f2eb09c-accent-a10);
|
|
218
|
+
--volt2-f2eb09c-sem-accent-surface: var(--volt2-f2eb09c-accent-surface);
|
|
219
|
+
--volt2-f2eb09c-sem-accent-surface-hover: var(--volt2-f2eb09c-accent-a3);
|
|
220
|
+
--volt2-f2eb09c-sem-accent-ui: var(--volt2-f2eb09c-accent-a7);
|
|
221
|
+
--volt2-f2eb09c-sem-accent-ui-hover: var(--volt2-f2eb09c-accent-a8);
|
|
222
|
+
--volt2-f2eb09c-sem-body: var(--volt2-f2eb09c-body);
|
|
223
|
+
--volt2-f2eb09c-sem-error-contrast: var(--volt2-f2eb09c-error-contrast);
|
|
224
|
+
--volt2-f2eb09c-sem-error-default: var(--volt2-f2eb09c-error-a12);
|
|
225
|
+
--volt2-f2eb09c-sem-error-disabled: var(--volt2-f2eb09c-error-a8);
|
|
226
|
+
--volt2-f2eb09c-sem-error-high-contrast: var(--volt2-f2eb09c-error-a12);
|
|
227
|
+
--volt2-f2eb09c-sem-error-light: var(--volt2-f2eb09c-error-a11);
|
|
228
|
+
--volt2-f2eb09c-sem-error-on-high-contrast: var(--volt2-f2eb09c-error-1);
|
|
229
|
+
--volt2-f2eb09c-sem-error-on-soft: var(--volt2-f2eb09c-error-a12);
|
|
230
|
+
--volt2-f2eb09c-sem-error-on-solid: var(--volt2-f2eb09c-error-contrast);
|
|
231
|
+
--volt2-f2eb09c-sem-error-soft: var(--volt2-f2eb09c-error-a3);
|
|
232
|
+
--volt2-f2eb09c-sem-error-soft-hover: var(--volt2-f2eb09c-error-a4);
|
|
233
|
+
--volt2-f2eb09c-sem-error-solid: var(--volt2-f2eb09c-error-a9);
|
|
234
|
+
--volt2-f2eb09c-sem-error-solid-hover: var(--volt2-f2eb09c-error-a10);
|
|
235
|
+
--volt2-f2eb09c-sem-error-surface: var(--volt2-f2eb09c-error-surface);
|
|
236
|
+
--volt2-f2eb09c-sem-error-surface-hover: var(--volt2-f2eb09c-error-a3);
|
|
237
|
+
--volt2-f2eb09c-sem-error-ui: var(--volt2-f2eb09c-error-a7);
|
|
238
|
+
--volt2-f2eb09c-sem-error-ui-hover: var(--volt2-f2eb09c-error-a8);
|
|
239
|
+
--volt2-f2eb09c-sem-focus-ring: var(--volt2-f2eb09c-accent-11);
|
|
240
|
+
--volt2-f2eb09c-sem-gray-contrast: var(--volt2-f2eb09c-gray-contrast);
|
|
241
|
+
--volt2-f2eb09c-sem-gray-default: var(--volt2-f2eb09c-gray-a12);
|
|
242
|
+
--volt2-f2eb09c-sem-gray-disabled: var(--volt2-f2eb09c-gray-a8);
|
|
243
|
+
--volt2-f2eb09c-sem-gray-high-contrast: var(--volt2-f2eb09c-gray-a12);
|
|
244
|
+
--volt2-f2eb09c-sem-gray-light: var(--volt2-f2eb09c-gray-a11);
|
|
245
|
+
--volt2-f2eb09c-sem-gray-on-high-contrast: var(--volt2-f2eb09c-gray-1);
|
|
246
|
+
--volt2-f2eb09c-sem-gray-on-soft: var(--volt2-f2eb09c-gray-a12);
|
|
247
|
+
--volt2-f2eb09c-sem-gray-on-solid: var(--volt2-f2eb09c-gray-contrast);
|
|
248
|
+
--volt2-f2eb09c-sem-gray-soft: var(--volt2-f2eb09c-gray-a3);
|
|
249
|
+
--volt2-f2eb09c-sem-gray-soft-hover: var(--volt2-f2eb09c-gray-a4);
|
|
250
|
+
--volt2-f2eb09c-sem-gray-solid: var(--volt2-f2eb09c-gray-a9);
|
|
251
|
+
--volt2-f2eb09c-sem-gray-solid-hover: var(--volt2-f2eb09c-gray-a10);
|
|
252
|
+
--volt2-f2eb09c-sem-gray-surface: var(--volt2-f2eb09c-gray-surface);
|
|
253
|
+
--volt2-f2eb09c-sem-gray-surface-hover: var(--volt2-f2eb09c-gray-a3);
|
|
254
|
+
--volt2-f2eb09c-sem-gray-ui: var(--volt2-f2eb09c-gray-a7);
|
|
255
|
+
--volt2-f2eb09c-sem-gray-ui-hover: var(--volt2-f2eb09c-gray-a8);
|
|
256
|
+
--volt2-f2eb09c-sem-info-contrast: var(--volt2-f2eb09c-info-contrast);
|
|
257
|
+
--volt2-f2eb09c-sem-info-default: var(--volt2-f2eb09c-info-a12);
|
|
258
|
+
--volt2-f2eb09c-sem-info-disabled: var(--volt2-f2eb09c-info-a8);
|
|
259
|
+
--volt2-f2eb09c-sem-info-high-contrast: var(--volt2-f2eb09c-info-a12);
|
|
260
|
+
--volt2-f2eb09c-sem-info-light: var(--volt2-f2eb09c-info-a11);
|
|
261
|
+
--volt2-f2eb09c-sem-info-on-high-contrast: var(--volt2-f2eb09c-info-1);
|
|
262
|
+
--volt2-f2eb09c-sem-info-on-soft: var(--volt2-f2eb09c-info-a12);
|
|
263
|
+
--volt2-f2eb09c-sem-info-on-solid: var(--volt2-f2eb09c-info-contrast);
|
|
264
|
+
--volt2-f2eb09c-sem-info-soft: var(--volt2-f2eb09c-info-a3);
|
|
265
|
+
--volt2-f2eb09c-sem-info-soft-hover: var(--volt2-f2eb09c-info-a4);
|
|
266
|
+
--volt2-f2eb09c-sem-info-solid: var(--volt2-f2eb09c-info-a9);
|
|
267
|
+
--volt2-f2eb09c-sem-info-solid-hover: var(--volt2-f2eb09c-info-a10);
|
|
268
|
+
--volt2-f2eb09c-sem-info-surface: var(--volt2-f2eb09c-info-surface);
|
|
269
|
+
--volt2-f2eb09c-sem-info-surface-hover: var(--volt2-f2eb09c-info-a3);
|
|
270
|
+
--volt2-f2eb09c-sem-info-ui: var(--volt2-f2eb09c-info-a7);
|
|
271
|
+
--volt2-f2eb09c-sem-info-ui-hover: var(--volt2-f2eb09c-info-a8);
|
|
272
|
+
--volt2-f2eb09c-sem-level-1: var(--volt2-f2eb09c-gray-1);
|
|
273
|
+
--volt2-f2eb09c-sem-level-2: var(--volt2-f2eb09c-gray-2);
|
|
274
|
+
--volt2-f2eb09c-sem-level-3: var(--volt2-f2eb09c-gray-3);
|
|
275
|
+
--volt2-f2eb09c-sem-success-contrast: var(--volt2-f2eb09c-success-contrast);
|
|
276
|
+
--volt2-f2eb09c-sem-success-default: var(--volt2-f2eb09c-success-a12);
|
|
277
|
+
--volt2-f2eb09c-sem-success-disabled: var(--volt2-f2eb09c-success-a8);
|
|
278
|
+
--volt2-f2eb09c-sem-success-high-contrast: var(--volt2-f2eb09c-success-a12);
|
|
279
|
+
--volt2-f2eb09c-sem-success-light: var(--volt2-f2eb09c-success-a11);
|
|
280
|
+
--volt2-f2eb09c-sem-success-on-high-contrast: var(--volt2-f2eb09c-success-1);
|
|
281
|
+
--volt2-f2eb09c-sem-success-on-soft: var(--volt2-f2eb09c-success-a12);
|
|
282
|
+
--volt2-f2eb09c-sem-success-on-solid: var(--volt2-f2eb09c-success-contrast);
|
|
283
|
+
--volt2-f2eb09c-sem-success-soft: var(--volt2-f2eb09c-success-a3);
|
|
284
|
+
--volt2-f2eb09c-sem-success-soft-hover: var(--volt2-f2eb09c-success-a4);
|
|
285
|
+
--volt2-f2eb09c-sem-success-solid: var(--volt2-f2eb09c-success-a9);
|
|
286
|
+
--volt2-f2eb09c-sem-success-solid-hover: var(--volt2-f2eb09c-success-a10);
|
|
287
|
+
--volt2-f2eb09c-sem-success-surface: var(--volt2-f2eb09c-success-surface);
|
|
288
|
+
--volt2-f2eb09c-sem-success-surface-hover: var(--volt2-f2eb09c-success-a3);
|
|
289
|
+
--volt2-f2eb09c-sem-success-ui: var(--volt2-f2eb09c-success-a7);
|
|
290
|
+
--volt2-f2eb09c-sem-success-ui-hover: var(--volt2-f2eb09c-success-a8);
|
|
291
|
+
--volt2-f2eb09c-sem-warning-contrast: var(--volt2-f2eb09c-warning-contrast);
|
|
292
|
+
--volt2-f2eb09c-sem-warning-default: var(--volt2-f2eb09c-warning-a12);
|
|
293
|
+
--volt2-f2eb09c-sem-warning-disabled: var(--volt2-f2eb09c-warning-a8);
|
|
294
|
+
--volt2-f2eb09c-sem-warning-high-contrast: var(--volt2-f2eb09c-warning-a12);
|
|
295
|
+
--volt2-f2eb09c-sem-warning-light: var(--volt2-f2eb09c-warning-a11);
|
|
296
|
+
--volt2-f2eb09c-sem-warning-on-high-contrast: var(--volt2-f2eb09c-warning-1);
|
|
297
|
+
--volt2-f2eb09c-sem-warning-on-soft: var(--volt2-f2eb09c-warning-a12);
|
|
298
|
+
--volt2-f2eb09c-sem-warning-on-solid: var(--volt2-f2eb09c-warning-contrast);
|
|
299
|
+
--volt2-f2eb09c-sem-warning-soft: var(--volt2-f2eb09c-warning-a3);
|
|
300
|
+
--volt2-f2eb09c-sem-warning-soft-hover: var(--volt2-f2eb09c-warning-a4);
|
|
301
|
+
--volt2-f2eb09c-sem-warning-solid: var(--volt2-f2eb09c-warning-a9);
|
|
302
|
+
--volt2-f2eb09c-sem-warning-solid-hover: var(--volt2-f2eb09c-warning-a10);
|
|
303
|
+
--volt2-f2eb09c-sem-warning-surface: var(--volt2-f2eb09c-warning-surface);
|
|
304
|
+
--volt2-f2eb09c-sem-warning-surface-hover: var(--volt2-f2eb09c-warning-a3);
|
|
305
|
+
--volt2-f2eb09c-sem-warning-ui: var(--volt2-f2eb09c-warning-a7);
|
|
306
|
+
--volt2-f2eb09c-sem-warning-ui-hover: var(--volt2-f2eb09c-warning-a8);
|
|
307
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-plain-container);
|
|
308
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
309
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
310
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
311
|
+
--volt2-f2eb09c-shadow-p-bordered-overlay: 0 14px 38px #152b4238;
|
|
312
|
+
--volt2-f2eb09c-shadow-p-card-container: 0 1px 2px #28325a0f, 0 5px 16px #28325a12;
|
|
313
|
+
--volt2-f2eb09c-shadow-p-glass-container: inset 0 1px 3px #28325a1a, inset 2px 0 4px -1px #28325a12, inset -1px -1px 0 #ffffff80;
|
|
314
|
+
--volt2-f2eb09c-shadow-p-glass-container-dark: inset 0 1px 3px #00000052, inset 2px 0 4px -1px #00000038, inset -1px -1px 0 #ffffff0d;
|
|
315
|
+
--volt2-f2eb09c-shadow-p-glass-field: 0 1px 5px #46508c12;
|
|
316
|
+
--volt2-f2eb09c-shadow-p-glass-object: 0 8px 24px #46508c14;
|
|
317
|
+
--volt2-f2eb09c-shadow-p-glass-object-dark: 0 8px 24px #00000061;
|
|
318
|
+
--volt2-f2eb09c-shadow-p-none: none;
|
|
319
|
+
--volt2-f2eb09c-shadow-p-plain-container: 0 1px 4px #152b4229;
|
|
320
|
+
--volt2-f2eb09c-spacing-element-0-5: 0.125rem;
|
|
321
|
+
--volt2-f2eb09c-spacing-element-1: 0.25rem;
|
|
322
|
+
--volt2-f2eb09c-spacing-element-1-5: 0.375rem;
|
|
323
|
+
--volt2-f2eb09c-spacing-element-2: 0.5rem;
|
|
324
|
+
--volt2-f2eb09c-spacing-element-2-5: 0.625rem;
|
|
325
|
+
--volt2-f2eb09c-spacing-element-3: 0.75rem;
|
|
326
|
+
--volt2-f2eb09c-spacing-group-1: 0.5rem;
|
|
327
|
+
--volt2-f2eb09c-spacing-group-2: 1rem;
|
|
328
|
+
--volt2-f2eb09c-spacing-layout-0-5: 1.25rem;
|
|
329
|
+
--volt2-f2eb09c-spacing-layout-1: 1.5rem;
|
|
330
|
+
--volt2-f2eb09c-spacing-layout-1-5: 1.75rem;
|
|
331
|
+
--volt2-f2eb09c-spacing-layout-2: 2rem;
|
|
332
|
+
--volt2-f2eb09c-spacing-layout-2-5: 2.25rem;
|
|
333
|
+
--volt2-f2eb09c-spacing-layout-3: 2.5rem;
|
|
334
|
+
--volt2-f2eb09c-spacing-layout-4: 3rem;
|
|
335
|
+
--volt2-f2eb09c-spacing-none: 0px;
|
|
336
|
+
--volt2-f2eb09c-success-1: #fbfefc;
|
|
337
|
+
--volt2-f2eb09c-success-10: #2b9a66;
|
|
338
|
+
--volt2-f2eb09c-success-11: #218358;
|
|
339
|
+
--volt2-f2eb09c-success-12: #193b2d;
|
|
340
|
+
--volt2-f2eb09c-success-2: #f4fbf6;
|
|
341
|
+
--volt2-f2eb09c-success-3: #e6f6eb;
|
|
342
|
+
--volt2-f2eb09c-success-4: #d6f1df;
|
|
343
|
+
--volt2-f2eb09c-success-5: #c4e8d1;
|
|
344
|
+
--volt2-f2eb09c-success-6: #adddc0;
|
|
345
|
+
--volt2-f2eb09c-success-7: #8eceaa;
|
|
346
|
+
--volt2-f2eb09c-success-8: #5bb98b;
|
|
347
|
+
--volt2-f2eb09c-success-9: #30a46c;
|
|
348
|
+
--volt2-f2eb09c-success-a1: #00c04004;
|
|
349
|
+
--volt2-f2eb09c-success-a10: #008647d4;
|
|
350
|
+
--volt2-f2eb09c-success-a11: #00713fde;
|
|
351
|
+
--volt2-f2eb09c-success-a12: #002616e6;
|
|
352
|
+
--volt2-f2eb09c-success-a2: #00a32f0b;
|
|
353
|
+
--volt2-f2eb09c-success-a3: #00a43319;
|
|
354
|
+
--volt2-f2eb09c-success-a4: #00a83829;
|
|
355
|
+
--volt2-f2eb09c-success-a5: #019c393b;
|
|
356
|
+
--volt2-f2eb09c-success-a6: #00963c52;
|
|
357
|
+
--volt2-f2eb09c-success-a7: #00914071;
|
|
358
|
+
--volt2-f2eb09c-success-a8: #00924ba4;
|
|
359
|
+
--volt2-f2eb09c-success-a9: #008f4acf;
|
|
360
|
+
--volt2-f2eb09c-success-contrast: #ffffff;
|
|
361
|
+
--volt2-f2eb09c-success-indicator: #30a46c;
|
|
362
|
+
--volt2-f2eb09c-success-surface: #f1faf4cc;
|
|
363
|
+
--volt2-f2eb09c-success-track: #30a46c;
|
|
364
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-white);
|
|
365
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-accent-a3);
|
|
366
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-group-2);
|
|
367
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
368
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
369
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-transparent);
|
|
370
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-white);
|
|
371
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-lg);
|
|
372
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
373
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-2xl);
|
|
374
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
375
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
376
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-fx-sep-plain);
|
|
377
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-plain-wash);
|
|
378
|
+
--volt2-f2eb09c-text-2xl: 1.5rem;
|
|
379
|
+
--volt2-f2eb09c-text-3xl: 1.875rem;
|
|
380
|
+
--volt2-f2eb09c-text-base: 1rem;
|
|
381
|
+
--volt2-f2eb09c-text-lg: 1.125rem;
|
|
382
|
+
--volt2-f2eb09c-text-sm: 0.875rem;
|
|
383
|
+
--volt2-f2eb09c-text-xl: 1.25rem;
|
|
384
|
+
--volt2-f2eb09c-text-xs: 0.75rem;
|
|
385
|
+
--volt2-f2eb09c-tracking-normal: 0em;
|
|
386
|
+
--volt2-f2eb09c-tracking-tight: -0.025em;
|
|
387
|
+
--volt2-f2eb09c-tracking-tighter: -0.05em;
|
|
388
|
+
--volt2-f2eb09c-transparent: #00000000;
|
|
389
|
+
--volt2-f2eb09c-warning-1: #fefcfb;
|
|
390
|
+
--volt2-f2eb09c-warning-10: #ef5f00;
|
|
391
|
+
--volt2-f2eb09c-warning-11: #cc4e00;
|
|
392
|
+
--volt2-f2eb09c-warning-12: #582d1d;
|
|
393
|
+
--volt2-f2eb09c-warning-2: #fff7ed;
|
|
394
|
+
--volt2-f2eb09c-warning-3: #ffefd6;
|
|
395
|
+
--volt2-f2eb09c-warning-4: #ffdfb5;
|
|
396
|
+
--volt2-f2eb09c-warning-5: #ffd19a;
|
|
397
|
+
--volt2-f2eb09c-warning-6: #ffc182;
|
|
398
|
+
--volt2-f2eb09c-warning-7: #f5ae73;
|
|
399
|
+
--volt2-f2eb09c-warning-8: #ec9455;
|
|
400
|
+
--volt2-f2eb09c-warning-9: #f76b15;
|
|
401
|
+
--volt2-f2eb09c-warning-a1: #c0400004;
|
|
402
|
+
--volt2-f2eb09c-warning-a10: #ef5f00;
|
|
403
|
+
--volt2-f2eb09c-warning-a11: #cc4e00;
|
|
404
|
+
--volt2-f2eb09c-warning-a12: #431200e2;
|
|
405
|
+
--volt2-f2eb09c-warning-a2: #ff8e0012;
|
|
406
|
+
--volt2-f2eb09c-warning-a3: #ff9c0029;
|
|
407
|
+
--volt2-f2eb09c-warning-a4: #ff91014a;
|
|
408
|
+
--volt2-f2eb09c-warning-a5: #ff8b0065;
|
|
409
|
+
--volt2-f2eb09c-warning-a6: #ff81007d;
|
|
410
|
+
--volt2-f2eb09c-warning-a7: #ed6c008c;
|
|
411
|
+
--volt2-f2eb09c-warning-a8: #e35f00aa;
|
|
412
|
+
--volt2-f2eb09c-warning-a9: #f65e00ea;
|
|
413
|
+
--volt2-f2eb09c-warning-contrast: #ffffff;
|
|
414
|
+
--volt2-f2eb09c-warning-indicator: #f76b15;
|
|
415
|
+
--volt2-f2eb09c-warning-surface: #fff5e9cc;
|
|
416
|
+
--volt2-f2eb09c-warning-track: #f76b15;
|
|
417
|
+
--volt2-f2eb09c-white: #ffffff;
|
|
418
|
+
--volt2-f2eb09c-white-a12: #ffffff1f;
|
|
419
|
+
--volt2-f2eb09c-white-a26: #ffffff42;
|
|
420
|
+
--volt2-f2eb09c-white-a5: #ffffff0d;
|
|
421
|
+
--volt2-f2eb09c-white-a50: #ffffff80;
|
|
422
|
+
--volt2-f2eb09c-white-a60: #ffffff99;
|
|
423
|
+
--volt2-f2eb09c-white-a80: #ffffffcc;
|
|
424
|
+
--volt2-f2eb09c-white-a9: #ffffff17;
|
|
417
425
|
}
|
|
418
426
|
.dark,
|
|
419
427
|
[data-theme="dark"] {
|
|
420
|
-
--volt2-
|
|
421
|
-
--volt2-
|
|
422
|
-
--volt2-
|
|
423
|
-
--volt2-
|
|
424
|
-
--volt2-
|
|
425
|
-
--volt2-
|
|
426
|
-
--volt2-
|
|
427
|
-
--volt2-
|
|
428
|
-
--volt2-
|
|
429
|
-
--volt2-
|
|
430
|
-
--volt2-
|
|
431
|
-
--volt2-
|
|
432
|
-
--volt2-
|
|
433
|
-
--volt2-
|
|
434
|
-
--volt2-
|
|
435
|
-
--volt2-
|
|
436
|
-
--volt2-
|
|
437
|
-
--volt2-
|
|
438
|
-
--volt2-
|
|
439
|
-
--volt2-
|
|
440
|
-
--volt2-
|
|
441
|
-
--volt2-
|
|
442
|
-
--volt2-
|
|
443
|
-
--volt2-
|
|
444
|
-
--volt2-
|
|
445
|
-
--volt2-
|
|
446
|
-
--volt2-
|
|
447
|
-
--volt2-
|
|
448
|
-
--volt2-
|
|
449
|
-
--volt2-
|
|
450
|
-
--volt2-
|
|
451
|
-
--volt2-
|
|
452
|
-
--volt2-
|
|
453
|
-
--volt2-
|
|
454
|
-
--volt2-
|
|
455
|
-
--volt2-
|
|
456
|
-
--volt2-
|
|
457
|
-
--volt2-
|
|
458
|
-
--volt2-
|
|
459
|
-
--volt2-
|
|
460
|
-
--volt2-
|
|
461
|
-
--volt2-
|
|
462
|
-
--volt2-
|
|
463
|
-
--volt2-
|
|
464
|
-
--volt2-
|
|
465
|
-
--volt2-
|
|
466
|
-
--volt2-
|
|
467
|
-
--volt2-
|
|
468
|
-
--volt2-
|
|
469
|
-
--volt2-
|
|
470
|
-
--volt2-
|
|
471
|
-
--volt2-
|
|
472
|
-
--volt2-
|
|
473
|
-
--volt2-
|
|
474
|
-
--volt2-
|
|
475
|
-
--volt2-
|
|
476
|
-
--volt2-
|
|
477
|
-
--volt2-
|
|
478
|
-
--volt2-
|
|
479
|
-
--volt2-
|
|
480
|
-
--volt2-
|
|
481
|
-
--volt2-
|
|
482
|
-
--volt2-
|
|
483
|
-
--volt2-
|
|
484
|
-
--volt2-
|
|
485
|
-
--volt2-
|
|
486
|
-
--volt2-
|
|
487
|
-
--volt2-
|
|
488
|
-
--volt2-
|
|
489
|
-
--volt2-
|
|
490
|
-
--volt2-
|
|
491
|
-
--volt2-
|
|
492
|
-
--volt2-
|
|
493
|
-
--volt2-
|
|
494
|
-
--volt2-
|
|
495
|
-
--volt2-
|
|
496
|
-
--volt2-
|
|
497
|
-
--volt2-
|
|
498
|
-
--volt2-
|
|
499
|
-
--volt2-
|
|
500
|
-
--volt2-
|
|
501
|
-
--volt2-
|
|
502
|
-
--volt2-
|
|
503
|
-
--volt2-
|
|
504
|
-
--volt2-
|
|
505
|
-
--volt2-
|
|
506
|
-
--volt2-
|
|
507
|
-
--volt2-
|
|
508
|
-
--volt2-
|
|
509
|
-
--volt2-
|
|
510
|
-
--volt2-
|
|
511
|
-
--volt2-
|
|
512
|
-
--volt2-
|
|
513
|
-
--volt2-
|
|
514
|
-
--volt2-
|
|
515
|
-
--volt2-
|
|
516
|
-
--volt2-
|
|
517
|
-
--volt2-
|
|
518
|
-
--volt2-
|
|
519
|
-
--volt2-
|
|
520
|
-
--volt2-
|
|
521
|
-
--volt2-
|
|
522
|
-
--volt2-
|
|
523
|
-
--volt2-
|
|
524
|
-
--volt2-
|
|
525
|
-
--volt2-
|
|
526
|
-
--volt2-
|
|
527
|
-
--volt2-
|
|
528
|
-
--volt2-
|
|
529
|
-
--volt2-
|
|
530
|
-
--volt2-
|
|
531
|
-
--volt2-
|
|
532
|
-
--volt2-
|
|
533
|
-
--volt2-
|
|
534
|
-
--volt2-
|
|
535
|
-
--volt2-
|
|
536
|
-
--volt2-
|
|
537
|
-
--volt2-
|
|
538
|
-
--volt2-
|
|
539
|
-
--volt2-
|
|
540
|
-
--volt2-
|
|
541
|
-
--volt2-
|
|
542
|
-
--volt2-
|
|
543
|
-
--volt2-
|
|
544
|
-
--volt2-
|
|
545
|
-
--volt2-
|
|
546
|
-
--volt2-
|
|
547
|
-
--volt2-
|
|
548
|
-
--volt2-
|
|
549
|
-
--volt2-
|
|
550
|
-
--volt2-
|
|
551
|
-
--volt2-
|
|
552
|
-
--volt2-
|
|
553
|
-
--volt2-
|
|
554
|
-
--volt2-
|
|
555
|
-
--volt2-
|
|
556
|
-
--volt2-
|
|
557
|
-
--volt2-
|
|
558
|
-
--volt2-
|
|
559
|
-
--volt2-
|
|
560
|
-
--volt2-
|
|
561
|
-
--volt2-
|
|
562
|
-
--volt2-
|
|
563
|
-
--volt2-
|
|
564
|
-
--volt2-
|
|
565
|
-
--volt2-
|
|
566
|
-
--volt2-
|
|
567
|
-
--volt2-
|
|
568
|
-
--volt2-
|
|
569
|
-
--volt2-
|
|
570
|
-
--volt2-
|
|
571
|
-
--volt2-
|
|
572
|
-
--volt2-
|
|
573
|
-
--volt2-
|
|
574
|
-
--volt2-
|
|
575
|
-
--volt2-
|
|
576
|
-
--volt2-
|
|
577
|
-
--volt2-
|
|
578
|
-
--volt2-
|
|
579
|
-
--volt2-
|
|
580
|
-
--volt2-
|
|
581
|
-
--volt2-
|
|
582
|
-
--volt2-
|
|
583
|
-
--volt2-
|
|
584
|
-
--volt2-
|
|
585
|
-
--volt2-
|
|
586
|
-
--volt2-
|
|
587
|
-
--volt2-
|
|
588
|
-
--volt2-
|
|
589
|
-
--volt2-
|
|
590
|
-
--volt2-
|
|
591
|
-
--volt2-
|
|
592
|
-
--volt2-
|
|
593
|
-
--volt2-
|
|
594
|
-
--volt2-
|
|
595
|
-
--volt2-
|
|
596
|
-
--volt2-
|
|
597
|
-
--volt2-
|
|
598
|
-
--volt2-
|
|
599
|
-
--volt2-
|
|
600
|
-
--volt2-
|
|
601
|
-
--volt2-
|
|
602
|
-
--volt2-
|
|
603
|
-
--volt2-
|
|
604
|
-
--volt2-
|
|
605
|
-
--volt2-
|
|
606
|
-
--volt2-
|
|
607
|
-
--volt2-
|
|
608
|
-
--volt2-
|
|
609
|
-
--volt2-
|
|
610
|
-
--volt2-
|
|
611
|
-
--volt2-
|
|
612
|
-
--volt2-
|
|
613
|
-
--volt2-
|
|
614
|
-
--volt2-
|
|
615
|
-
--volt2-
|
|
616
|
-
--volt2-
|
|
617
|
-
--volt2-
|
|
618
|
-
--volt2-
|
|
619
|
-
--volt2-
|
|
620
|
-
--volt2-
|
|
621
|
-
--volt2-
|
|
622
|
-
--volt2-
|
|
623
|
-
--volt2-
|
|
624
|
-
--volt2-
|
|
625
|
-
--volt2-
|
|
626
|
-
--volt2-
|
|
627
|
-
--volt2-
|
|
628
|
-
--volt2-
|
|
629
|
-
--volt2-
|
|
630
|
-
--volt2-
|
|
631
|
-
--volt2-
|
|
632
|
-
--volt2-
|
|
633
|
-
--volt2-
|
|
634
|
-
--volt2-
|
|
635
|
-
--volt2-
|
|
636
|
-
--volt2-
|
|
637
|
-
--volt2-
|
|
638
|
-
--volt2-
|
|
639
|
-
--volt2-
|
|
640
|
-
--volt2-
|
|
641
|
-
--volt2-
|
|
642
|
-
--volt2-
|
|
643
|
-
--volt2-
|
|
644
|
-
--volt2-
|
|
645
|
-
--volt2-
|
|
646
|
-
--volt2-
|
|
647
|
-
--volt2-
|
|
648
|
-
--volt2-
|
|
649
|
-
--volt2-
|
|
650
|
-
--volt2-
|
|
651
|
-
--volt2-
|
|
652
|
-
--volt2-
|
|
653
|
-
--volt2-
|
|
654
|
-
--volt2-
|
|
655
|
-
--volt2-
|
|
656
|
-
--volt2-
|
|
657
|
-
--volt2-
|
|
658
|
-
--volt2-
|
|
659
|
-
--volt2-
|
|
660
|
-
--volt2-
|
|
661
|
-
--volt2-
|
|
662
|
-
--volt2-
|
|
663
|
-
--volt2-
|
|
664
|
-
--volt2-
|
|
665
|
-
--volt2-
|
|
666
|
-
--volt2-
|
|
667
|
-
--volt2-
|
|
668
|
-
--volt2-
|
|
669
|
-
--volt2-
|
|
670
|
-
--volt2-
|
|
671
|
-
--volt2-
|
|
672
|
-
--volt2-
|
|
673
|
-
--volt2-
|
|
674
|
-
--volt2-
|
|
675
|
-
--volt2-
|
|
676
|
-
--volt2-
|
|
677
|
-
--volt2-
|
|
678
|
-
--volt2-
|
|
679
|
-
--volt2-
|
|
680
|
-
--volt2-
|
|
681
|
-
--volt2-
|
|
682
|
-
--volt2-
|
|
683
|
-
--volt2-
|
|
684
|
-
--volt2-
|
|
685
|
-
--volt2-
|
|
686
|
-
--volt2-
|
|
687
|
-
--volt2-
|
|
688
|
-
--volt2-
|
|
689
|
-
--volt2-
|
|
690
|
-
--volt2-
|
|
691
|
-
--volt2-
|
|
692
|
-
--volt2-
|
|
693
|
-
--volt2-
|
|
694
|
-
--volt2-
|
|
695
|
-
--volt2-
|
|
696
|
-
--volt2-
|
|
697
|
-
--volt2-
|
|
698
|
-
--volt2-
|
|
699
|
-
--volt2-
|
|
700
|
-
--volt2-
|
|
701
|
-
--volt2-
|
|
702
|
-
--volt2-
|
|
703
|
-
--volt2-
|
|
704
|
-
--volt2-
|
|
705
|
-
--volt2-
|
|
706
|
-
--volt2-
|
|
707
|
-
--volt2-
|
|
708
|
-
--volt2-
|
|
709
|
-
--volt2-
|
|
710
|
-
--volt2-
|
|
711
|
-
--volt2-
|
|
712
|
-
--volt2-
|
|
713
|
-
--volt2-
|
|
714
|
-
--volt2-
|
|
715
|
-
--volt2-
|
|
716
|
-
--volt2-
|
|
717
|
-
--volt2-
|
|
718
|
-
--volt2-
|
|
719
|
-
--volt2-
|
|
720
|
-
--volt2-
|
|
428
|
+
--volt2-f2eb09c-accent-1: #07121f;
|
|
429
|
+
--volt2-f2eb09c-accent-10: #00509d;
|
|
430
|
+
--volt2-f2eb09c-accent-11: #71b8ff;
|
|
431
|
+
--volt2-f2eb09c-accent-12: #c5e4ff;
|
|
432
|
+
--volt2-f2eb09c-accent-2: #0b1929;
|
|
433
|
+
--volt2-f2eb09c-accent-3: #002650;
|
|
434
|
+
--volt2-f2eb09c-accent-4: #002f6f;
|
|
435
|
+
--volt2-f2eb09c-accent-5: #003b83;
|
|
436
|
+
--volt2-f2eb09c-accent-6: #004996;
|
|
437
|
+
--volt2-f2eb09c-accent-7: #0058ae;
|
|
438
|
+
--volt2-f2eb09c-accent-8: #0069cf;
|
|
439
|
+
--volt2-f2eb09c-accent-9: #005eb4;
|
|
440
|
+
--volt2-f2eb09c-accent-a1: #0022ff0f;
|
|
441
|
+
--volt2-f2eb09c-accent-a10: #007cff96;
|
|
442
|
+
--volt2-f2eb09c-accent-a11: #71b8ff;
|
|
443
|
+
--volt2-f2eb09c-accent-a12: #c5e4ff;
|
|
444
|
+
--volt2-f2eb09c-accent-a2: #0060fd1a;
|
|
445
|
+
--volt2-f2eb09c-accent-a3: #0060fe44;
|
|
446
|
+
--volt2-f2eb09c-accent-a4: #005dff65;
|
|
447
|
+
--volt2-f2eb09c-accent-a5: #0068fd7b;
|
|
448
|
+
--volt2-f2eb09c-accent-a6: #0075ff8f;
|
|
449
|
+
--volt2-f2eb09c-accent-a7: #007cfea9;
|
|
450
|
+
--volt2-f2eb09c-accent-a8: #007fffcc;
|
|
451
|
+
--volt2-f2eb09c-accent-a9: #0082ffaf;
|
|
452
|
+
--volt2-f2eb09c-accent-contrast: #ffffff;
|
|
453
|
+
--volt2-f2eb09c-accent-indicator: #005eb4;
|
|
454
|
+
--volt2-f2eb09c-accent-surface: #06214180;
|
|
455
|
+
--volt2-f2eb09c-accent-track: #005eb4;
|
|
456
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
457
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
458
|
+
--volt2-f2eb09c-body: #121212;
|
|
459
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-gray-a5);
|
|
460
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
461
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
462
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-gray-a6);
|
|
463
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
464
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-none);
|
|
465
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-none);
|
|
466
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
467
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-none);
|
|
468
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
469
|
+
--volt2-f2eb09c-error-1: #190e0c;
|
|
470
|
+
--volt2-f2eb09c-error-10: #bf0001;
|
|
471
|
+
--volt2-f2eb09c-error-11: #ff9081;
|
|
472
|
+
--volt2-f2eb09c-error-12: #ffcdc4;
|
|
473
|
+
--volt2-f2eb09c-error-2: #23110f;
|
|
474
|
+
--volt2-f2eb09c-error-3: #440504;
|
|
475
|
+
--volt2-f2eb09c-error-4: #5e0000;
|
|
476
|
+
--volt2-f2eb09c-error-5: #710000;
|
|
477
|
+
--volt2-f2eb09c-error-6: #840001;
|
|
478
|
+
--volt2-f2eb09c-error-7: #a01111;
|
|
479
|
+
--volt2-f2eb09c-error-8: #cf1718;
|
|
480
|
+
--volt2-f2eb09c-error-9: #d01919;
|
|
481
|
+
--volt2-f2eb09c-error-a1: #f4000009;
|
|
482
|
+
--volt2-f2eb09c-error-a10: #fe0000bb;
|
|
483
|
+
--volt2-f2eb09c-error-a11: #ff9081;
|
|
484
|
+
--volt2-f2eb09c-error-a12: #ffcdc4;
|
|
485
|
+
--volt2-f2eb09c-error-a2: #f7110014;
|
|
486
|
+
--volt2-f2eb09c-error-a3: #fe000037;
|
|
487
|
+
--volt2-f2eb09c-error-a4: #fe000053;
|
|
488
|
+
--volt2-f2eb09c-error-a5: #ff000067;
|
|
489
|
+
--volt2-f2eb09c-error-a6: #fd00007c;
|
|
490
|
+
--volt2-f2eb09c-error-a7: #fe11119a;
|
|
491
|
+
--volt2-f2eb09c-error-a8: #ff191acc;
|
|
492
|
+
--volt2-f2eb09c-error-a9: #ff1b1bcd;
|
|
493
|
+
--volt2-f2eb09c-error-contrast: #ffffff;
|
|
494
|
+
--volt2-f2eb09c-error-indicator: #d01919;
|
|
495
|
+
--volt2-f2eb09c-error-surface: #35110e80;
|
|
496
|
+
--volt2-f2eb09c-error-track: #d01919;
|
|
497
|
+
--volt2-f2eb09c-gray-1: #121113;
|
|
498
|
+
--volt2-f2eb09c-gray-10: #7c7a85;
|
|
499
|
+
--volt2-f2eb09c-gray-11: #b5b2bc;
|
|
500
|
+
--volt2-f2eb09c-gray-12: #eeeef0;
|
|
501
|
+
--volt2-f2eb09c-gray-2: #1a191b;
|
|
502
|
+
--volt2-f2eb09c-gray-3: #232225;
|
|
503
|
+
--volt2-f2eb09c-gray-4: #2b292d;
|
|
504
|
+
--volt2-f2eb09c-gray-5: #323035;
|
|
505
|
+
--volt2-f2eb09c-gray-6: #3c393f;
|
|
506
|
+
--volt2-f2eb09c-gray-7: #49474e;
|
|
507
|
+
--volt2-f2eb09c-gray-8: #625f69;
|
|
508
|
+
--volt2-f2eb09c-gray-9: #6f6d78;
|
|
509
|
+
--volt2-f2eb09c-gray-a1: #00000000;
|
|
510
|
+
--volt2-f2eb09c-gray-a10: #ece9fd7c;
|
|
511
|
+
--volt2-f2eb09c-gray-a11: #f5f1ffb7;
|
|
512
|
+
--volt2-f2eb09c-gray-a12: #fdfdffef;
|
|
513
|
+
--volt2-f2eb09c-gray-a2: #f5f4f609;
|
|
514
|
+
--volt2-f2eb09c-gray-a3: #ebeaf814;
|
|
515
|
+
--volt2-f2eb09c-gray-a4: #eee5f81d;
|
|
516
|
+
--volt2-f2eb09c-gray-a5: #efe6fe25;
|
|
517
|
+
--volt2-f2eb09c-gray-a6: #f1e6fd30;
|
|
518
|
+
--volt2-f2eb09c-gray-a7: #eee9ff40;
|
|
519
|
+
--volt2-f2eb09c-gray-a8: #eee7ff5d;
|
|
520
|
+
--volt2-f2eb09c-gray-a9: #eae6fd6e;
|
|
521
|
+
--volt2-f2eb09c-gray-contrast: #ffffff;
|
|
522
|
+
--volt2-f2eb09c-gray-indicator: #6f6d78;
|
|
523
|
+
--volt2-f2eb09c-gray-surface: #22212380;
|
|
524
|
+
--volt2-f2eb09c-gray-track: #6f6d78;
|
|
525
|
+
--volt2-f2eb09c-info-1: #0d1520;
|
|
526
|
+
--volt2-f2eb09c-info-10: #3b9eff;
|
|
527
|
+
--volt2-f2eb09c-info-11: #70b8ff;
|
|
528
|
+
--volt2-f2eb09c-info-12: #c2e6ff;
|
|
529
|
+
--volt2-f2eb09c-info-2: #111927;
|
|
530
|
+
--volt2-f2eb09c-info-3: #0d2847;
|
|
531
|
+
--volt2-f2eb09c-info-4: #003362;
|
|
532
|
+
--volt2-f2eb09c-info-5: #004074;
|
|
533
|
+
--volt2-f2eb09c-info-6: #104d87;
|
|
534
|
+
--volt2-f2eb09c-info-7: #205d9e;
|
|
535
|
+
--volt2-f2eb09c-info-8: #2870bd;
|
|
536
|
+
--volt2-f2eb09c-info-9: #0090ff;
|
|
537
|
+
--volt2-f2eb09c-info-a1: #004df211;
|
|
538
|
+
--volt2-f2eb09c-info-a10: #3b9eff;
|
|
539
|
+
--volt2-f2eb09c-info-a11: #70b8ff;
|
|
540
|
+
--volt2-f2eb09c-info-a12: #c2e6ff;
|
|
541
|
+
--volt2-f2eb09c-info-a2: #1166fb18;
|
|
542
|
+
--volt2-f2eb09c-info-a3: #0077ff3a;
|
|
543
|
+
--volt2-f2eb09c-info-a4: #0075ff57;
|
|
544
|
+
--volt2-f2eb09c-info-a5: #0081fd6b;
|
|
545
|
+
--volt2-f2eb09c-info-a6: #0f89fd7f;
|
|
546
|
+
--volt2-f2eb09c-info-a7: #2a91fe98;
|
|
547
|
+
--volt2-f2eb09c-info-a8: #3094feb9;
|
|
548
|
+
--volt2-f2eb09c-info-a9: #0090ff;
|
|
549
|
+
--volt2-f2eb09c-info-contrast: #ffffff;
|
|
550
|
+
--volt2-f2eb09c-info-indicator: #0090ff;
|
|
551
|
+
--volt2-f2eb09c-info-surface: #11213d80;
|
|
552
|
+
--volt2-f2eb09c-info-track: #0090ff;
|
|
553
|
+
--volt2-f2eb09c-level-1: var(--volt2-f2eb09c-gray-1);
|
|
554
|
+
--volt2-f2eb09c-sem-accent-contrast: var(--volt2-f2eb09c-accent-contrast);
|
|
555
|
+
--volt2-f2eb09c-sem-accent-default: var(--volt2-f2eb09c-accent-a12);
|
|
556
|
+
--volt2-f2eb09c-sem-accent-disabled: var(--volt2-f2eb09c-accent-a8);
|
|
557
|
+
--volt2-f2eb09c-sem-accent-high-contrast: var(--volt2-f2eb09c-accent-a12);
|
|
558
|
+
--volt2-f2eb09c-sem-accent-light: var(--volt2-f2eb09c-accent-a11);
|
|
559
|
+
--volt2-f2eb09c-sem-accent-on-high-contrast: var(--volt2-f2eb09c-accent-1);
|
|
560
|
+
--volt2-f2eb09c-sem-accent-on-soft: var(--volt2-f2eb09c-accent-a12);
|
|
561
|
+
--volt2-f2eb09c-sem-accent-on-solid: var(--volt2-f2eb09c-accent-contrast);
|
|
562
|
+
--volt2-f2eb09c-sem-accent-soft: var(--volt2-f2eb09c-accent-a3);
|
|
563
|
+
--volt2-f2eb09c-sem-accent-soft-hover: var(--volt2-f2eb09c-accent-a4);
|
|
564
|
+
--volt2-f2eb09c-sem-accent-solid: var(--volt2-f2eb09c-accent-a9);
|
|
565
|
+
--volt2-f2eb09c-sem-accent-solid-hover: var(--volt2-f2eb09c-accent-a10);
|
|
566
|
+
--volt2-f2eb09c-sem-accent-surface: var(--volt2-f2eb09c-accent-surface);
|
|
567
|
+
--volt2-f2eb09c-sem-accent-surface-hover: var(--volt2-f2eb09c-accent-a3);
|
|
568
|
+
--volt2-f2eb09c-sem-accent-ui: var(--volt2-f2eb09c-accent-a7);
|
|
569
|
+
--volt2-f2eb09c-sem-accent-ui-hover: var(--volt2-f2eb09c-accent-a8);
|
|
570
|
+
--volt2-f2eb09c-sem-body: var(--volt2-f2eb09c-body);
|
|
571
|
+
--volt2-f2eb09c-sem-error-contrast: var(--volt2-f2eb09c-error-contrast);
|
|
572
|
+
--volt2-f2eb09c-sem-error-default: var(--volt2-f2eb09c-error-a12);
|
|
573
|
+
--volt2-f2eb09c-sem-error-disabled: var(--volt2-f2eb09c-error-a8);
|
|
574
|
+
--volt2-f2eb09c-sem-error-high-contrast: var(--volt2-f2eb09c-error-a12);
|
|
575
|
+
--volt2-f2eb09c-sem-error-light: var(--volt2-f2eb09c-error-a11);
|
|
576
|
+
--volt2-f2eb09c-sem-error-on-high-contrast: var(--volt2-f2eb09c-error-1);
|
|
577
|
+
--volt2-f2eb09c-sem-error-on-soft: var(--volt2-f2eb09c-error-a12);
|
|
578
|
+
--volt2-f2eb09c-sem-error-on-solid: var(--volt2-f2eb09c-error-contrast);
|
|
579
|
+
--volt2-f2eb09c-sem-error-soft: var(--volt2-f2eb09c-error-a3);
|
|
580
|
+
--volt2-f2eb09c-sem-error-soft-hover: var(--volt2-f2eb09c-error-a4);
|
|
581
|
+
--volt2-f2eb09c-sem-error-solid: var(--volt2-f2eb09c-error-a9);
|
|
582
|
+
--volt2-f2eb09c-sem-error-solid-hover: var(--volt2-f2eb09c-error-a10);
|
|
583
|
+
--volt2-f2eb09c-sem-error-surface: var(--volt2-f2eb09c-error-surface);
|
|
584
|
+
--volt2-f2eb09c-sem-error-surface-hover: var(--volt2-f2eb09c-error-a3);
|
|
585
|
+
--volt2-f2eb09c-sem-error-ui: var(--volt2-f2eb09c-error-a7);
|
|
586
|
+
--volt2-f2eb09c-sem-error-ui-hover: var(--volt2-f2eb09c-error-a8);
|
|
587
|
+
--volt2-f2eb09c-sem-focus-ring: var(--volt2-f2eb09c-accent-11);
|
|
588
|
+
--volt2-f2eb09c-sem-gray-contrast: var(--volt2-f2eb09c-gray-contrast);
|
|
589
|
+
--volt2-f2eb09c-sem-gray-default: var(--volt2-f2eb09c-gray-a12);
|
|
590
|
+
--volt2-f2eb09c-sem-gray-disabled: var(--volt2-f2eb09c-gray-a8);
|
|
591
|
+
--volt2-f2eb09c-sem-gray-high-contrast: var(--volt2-f2eb09c-gray-a12);
|
|
592
|
+
--volt2-f2eb09c-sem-gray-light: var(--volt2-f2eb09c-gray-a11);
|
|
593
|
+
--volt2-f2eb09c-sem-gray-on-high-contrast: var(--volt2-f2eb09c-gray-1);
|
|
594
|
+
--volt2-f2eb09c-sem-gray-on-soft: var(--volt2-f2eb09c-gray-a12);
|
|
595
|
+
--volt2-f2eb09c-sem-gray-on-solid: var(--volt2-f2eb09c-gray-contrast);
|
|
596
|
+
--volt2-f2eb09c-sem-gray-soft: var(--volt2-f2eb09c-gray-a3);
|
|
597
|
+
--volt2-f2eb09c-sem-gray-soft-hover: var(--volt2-f2eb09c-gray-a4);
|
|
598
|
+
--volt2-f2eb09c-sem-gray-solid: var(--volt2-f2eb09c-gray-a9);
|
|
599
|
+
--volt2-f2eb09c-sem-gray-solid-hover: var(--volt2-f2eb09c-gray-a10);
|
|
600
|
+
--volt2-f2eb09c-sem-gray-surface: var(--volt2-f2eb09c-gray-surface);
|
|
601
|
+
--volt2-f2eb09c-sem-gray-surface-hover: var(--volt2-f2eb09c-gray-a3);
|
|
602
|
+
--volt2-f2eb09c-sem-gray-ui: var(--volt2-f2eb09c-gray-a7);
|
|
603
|
+
--volt2-f2eb09c-sem-gray-ui-hover: var(--volt2-f2eb09c-gray-a8);
|
|
604
|
+
--volt2-f2eb09c-sem-info-contrast: var(--volt2-f2eb09c-info-contrast);
|
|
605
|
+
--volt2-f2eb09c-sem-info-default: var(--volt2-f2eb09c-info-a12);
|
|
606
|
+
--volt2-f2eb09c-sem-info-disabled: var(--volt2-f2eb09c-info-a8);
|
|
607
|
+
--volt2-f2eb09c-sem-info-high-contrast: var(--volt2-f2eb09c-info-a12);
|
|
608
|
+
--volt2-f2eb09c-sem-info-light: var(--volt2-f2eb09c-info-a11);
|
|
609
|
+
--volt2-f2eb09c-sem-info-on-high-contrast: var(--volt2-f2eb09c-info-1);
|
|
610
|
+
--volt2-f2eb09c-sem-info-on-soft: var(--volt2-f2eb09c-info-a12);
|
|
611
|
+
--volt2-f2eb09c-sem-info-on-solid: var(--volt2-f2eb09c-info-contrast);
|
|
612
|
+
--volt2-f2eb09c-sem-info-soft: var(--volt2-f2eb09c-info-a3);
|
|
613
|
+
--volt2-f2eb09c-sem-info-soft-hover: var(--volt2-f2eb09c-info-a4);
|
|
614
|
+
--volt2-f2eb09c-sem-info-solid: var(--volt2-f2eb09c-info-a9);
|
|
615
|
+
--volt2-f2eb09c-sem-info-solid-hover: var(--volt2-f2eb09c-info-a10);
|
|
616
|
+
--volt2-f2eb09c-sem-info-surface: var(--volt2-f2eb09c-info-surface);
|
|
617
|
+
--volt2-f2eb09c-sem-info-surface-hover: var(--volt2-f2eb09c-info-a3);
|
|
618
|
+
--volt2-f2eb09c-sem-info-ui: var(--volt2-f2eb09c-info-a7);
|
|
619
|
+
--volt2-f2eb09c-sem-info-ui-hover: var(--volt2-f2eb09c-info-a8);
|
|
620
|
+
--volt2-f2eb09c-sem-level-1: var(--volt2-f2eb09c-gray-1);
|
|
621
|
+
--volt2-f2eb09c-sem-level-2: var(--volt2-f2eb09c-gray-2);
|
|
622
|
+
--volt2-f2eb09c-sem-level-3: var(--volt2-f2eb09c-gray-3);
|
|
623
|
+
--volt2-f2eb09c-sem-success-contrast: var(--volt2-f2eb09c-success-contrast);
|
|
624
|
+
--volt2-f2eb09c-sem-success-default: var(--volt2-f2eb09c-success-a12);
|
|
625
|
+
--volt2-f2eb09c-sem-success-disabled: var(--volt2-f2eb09c-success-a8);
|
|
626
|
+
--volt2-f2eb09c-sem-success-high-contrast: var(--volt2-f2eb09c-success-a12);
|
|
627
|
+
--volt2-f2eb09c-sem-success-light: var(--volt2-f2eb09c-success-a11);
|
|
628
|
+
--volt2-f2eb09c-sem-success-on-high-contrast: var(--volt2-f2eb09c-success-1);
|
|
629
|
+
--volt2-f2eb09c-sem-success-on-soft: var(--volt2-f2eb09c-success-a12);
|
|
630
|
+
--volt2-f2eb09c-sem-success-on-solid: var(--volt2-f2eb09c-success-contrast);
|
|
631
|
+
--volt2-f2eb09c-sem-success-soft: var(--volt2-f2eb09c-success-a3);
|
|
632
|
+
--volt2-f2eb09c-sem-success-soft-hover: var(--volt2-f2eb09c-success-a4);
|
|
633
|
+
--volt2-f2eb09c-sem-success-solid: var(--volt2-f2eb09c-success-a9);
|
|
634
|
+
--volt2-f2eb09c-sem-success-solid-hover: var(--volt2-f2eb09c-success-a10);
|
|
635
|
+
--volt2-f2eb09c-sem-success-surface: var(--volt2-f2eb09c-success-surface);
|
|
636
|
+
--volt2-f2eb09c-sem-success-surface-hover: var(--volt2-f2eb09c-success-a3);
|
|
637
|
+
--volt2-f2eb09c-sem-success-ui: var(--volt2-f2eb09c-success-a7);
|
|
638
|
+
--volt2-f2eb09c-sem-success-ui-hover: var(--volt2-f2eb09c-success-a8);
|
|
639
|
+
--volt2-f2eb09c-sem-warning-contrast: var(--volt2-f2eb09c-warning-contrast);
|
|
640
|
+
--volt2-f2eb09c-sem-warning-default: var(--volt2-f2eb09c-warning-a12);
|
|
641
|
+
--volt2-f2eb09c-sem-warning-disabled: var(--volt2-f2eb09c-warning-a8);
|
|
642
|
+
--volt2-f2eb09c-sem-warning-high-contrast: var(--volt2-f2eb09c-warning-a12);
|
|
643
|
+
--volt2-f2eb09c-sem-warning-light: var(--volt2-f2eb09c-warning-a11);
|
|
644
|
+
--volt2-f2eb09c-sem-warning-on-high-contrast: var(--volt2-f2eb09c-warning-1);
|
|
645
|
+
--volt2-f2eb09c-sem-warning-on-soft: var(--volt2-f2eb09c-warning-a12);
|
|
646
|
+
--volt2-f2eb09c-sem-warning-on-solid: var(--volt2-f2eb09c-warning-contrast);
|
|
647
|
+
--volt2-f2eb09c-sem-warning-soft: var(--volt2-f2eb09c-warning-a3);
|
|
648
|
+
--volt2-f2eb09c-sem-warning-soft-hover: var(--volt2-f2eb09c-warning-a4);
|
|
649
|
+
--volt2-f2eb09c-sem-warning-solid: var(--volt2-f2eb09c-warning-a9);
|
|
650
|
+
--volt2-f2eb09c-sem-warning-solid-hover: var(--volt2-f2eb09c-warning-a10);
|
|
651
|
+
--volt2-f2eb09c-sem-warning-surface: var(--volt2-f2eb09c-warning-surface);
|
|
652
|
+
--volt2-f2eb09c-sem-warning-surface-hover: var(--volt2-f2eb09c-warning-a3);
|
|
653
|
+
--volt2-f2eb09c-sem-warning-ui: var(--volt2-f2eb09c-warning-a7);
|
|
654
|
+
--volt2-f2eb09c-sem-warning-ui-hover: var(--volt2-f2eb09c-warning-a8);
|
|
655
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-none);
|
|
656
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
657
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
658
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
659
|
+
--volt2-f2eb09c-success-1: #0e1512;
|
|
660
|
+
--volt2-f2eb09c-success-10: #33b074;
|
|
661
|
+
--volt2-f2eb09c-success-11: #3dd68c;
|
|
662
|
+
--volt2-f2eb09c-success-12: #b1f1cb;
|
|
663
|
+
--volt2-f2eb09c-success-2: #121b17;
|
|
664
|
+
--volt2-f2eb09c-success-3: #132d21;
|
|
665
|
+
--volt2-f2eb09c-success-4: #113b29;
|
|
666
|
+
--volt2-f2eb09c-success-5: #174933;
|
|
667
|
+
--volt2-f2eb09c-success-6: #20573e;
|
|
668
|
+
--volt2-f2eb09c-success-7: #28684a;
|
|
669
|
+
--volt2-f2eb09c-success-8: #2f7c57;
|
|
670
|
+
--volt2-f2eb09c-success-9: #30a46c;
|
|
671
|
+
--volt2-f2eb09c-success-a1: #00de4505;
|
|
672
|
+
--volt2-f2eb09c-success-a10: #43fea4ab;
|
|
673
|
+
--volt2-f2eb09c-success-a11: #46fea5d4;
|
|
674
|
+
--volt2-f2eb09c-success-a12: #bbffd7f0;
|
|
675
|
+
--volt2-f2eb09c-success-a2: #29f99d0b;
|
|
676
|
+
--volt2-f2eb09c-success-a3: #22ff991e;
|
|
677
|
+
--volt2-f2eb09c-success-a4: #11ff992d;
|
|
678
|
+
--volt2-f2eb09c-success-a5: #2bffa23c;
|
|
679
|
+
--volt2-f2eb09c-success-a6: #44ffaa4b;
|
|
680
|
+
--volt2-f2eb09c-success-a7: #50fdac5e;
|
|
681
|
+
--volt2-f2eb09c-success-a8: #54ffad73;
|
|
682
|
+
--volt2-f2eb09c-success-a9: #44ffa49e;
|
|
683
|
+
--volt2-f2eb09c-success-contrast: #ffffff;
|
|
684
|
+
--volt2-f2eb09c-success-indicator: #30a46c;
|
|
685
|
+
--volt2-f2eb09c-success-surface: #15251d80;
|
|
686
|
+
--volt2-f2eb09c-success-track: #30a46c;
|
|
687
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-gray-a2);
|
|
688
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-gray-3);
|
|
689
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-group-2);
|
|
690
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
691
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
692
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-gray-2);
|
|
693
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-gray-2);
|
|
694
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-lg);
|
|
695
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
696
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-2xl);
|
|
697
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
698
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
699
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-gray-a5);
|
|
700
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-bordered-wash-dark);
|
|
701
|
+
--volt2-f2eb09c-warning-1: #17120e;
|
|
702
|
+
--volt2-f2eb09c-warning-10: #ff801f;
|
|
703
|
+
--volt2-f2eb09c-warning-11: #ffa057;
|
|
704
|
+
--volt2-f2eb09c-warning-12: #ffe0c2;
|
|
705
|
+
--volt2-f2eb09c-warning-2: #1e160f;
|
|
706
|
+
--volt2-f2eb09c-warning-3: #331e0b;
|
|
707
|
+
--volt2-f2eb09c-warning-4: #462100;
|
|
708
|
+
--volt2-f2eb09c-warning-5: #562800;
|
|
709
|
+
--volt2-f2eb09c-warning-6: #66350c;
|
|
710
|
+
--volt2-f2eb09c-warning-7: #7e451d;
|
|
711
|
+
--volt2-f2eb09c-warning-8: #a35829;
|
|
712
|
+
--volt2-f2eb09c-warning-9: #f76b15;
|
|
713
|
+
--volt2-f2eb09c-warning-a1: #ec360007;
|
|
714
|
+
--volt2-f2eb09c-warning-a10: #ff801f;
|
|
715
|
+
--volt2-f2eb09c-warning-a11: #ffa057;
|
|
716
|
+
--volt2-f2eb09c-warning-a12: #ffe0c2;
|
|
717
|
+
--volt2-f2eb09c-warning-a2: #fe6d000e;
|
|
718
|
+
--volt2-f2eb09c-warning-a3: #fb6a0025;
|
|
719
|
+
--volt2-f2eb09c-warning-a4: #ff590039;
|
|
720
|
+
--volt2-f2eb09c-warning-a5: #ff61004a;
|
|
721
|
+
--volt2-f2eb09c-warning-a6: #fd75045c;
|
|
722
|
+
--volt2-f2eb09c-warning-a7: #ff832c75;
|
|
723
|
+
--volt2-f2eb09c-warning-a8: #fe84389d;
|
|
724
|
+
--volt2-f2eb09c-warning-a9: #fe6d15f7;
|
|
725
|
+
--volt2-f2eb09c-warning-contrast: #ffffff;
|
|
726
|
+
--volt2-f2eb09c-warning-indicator: #f76b15;
|
|
727
|
+
--volt2-f2eb09c-warning-surface: #271d1380;
|
|
728
|
+
--volt2-f2eb09c-warning-track: #f76b15;
|
|
729
|
+
}
|
|
730
|
+
:root,
|
|
731
|
+
[data-density="normal"] {
|
|
732
|
+
--volt2-f2eb09c-button-base-min-height: var(--volt2-f2eb09c-spacing-layout-2);
|
|
733
|
+
--volt2-f2eb09c-button-base-padding-inline: var(--volt2-f2eb09c-spacing-group-2);
|
|
734
|
+
--volt2-f2eb09c-button-icon-size: var(--volt2-f2eb09c-spacing-layout-2);
|
|
735
|
+
--volt2-f2eb09c-field-input-height: var(--volt2-f2eb09c-spacing-layout-1);
|
|
736
|
+
--volt2-f2eb09c-field-padding-x: var(--volt2-f2eb09c-spacing-element-3);
|
|
737
|
+
--volt2-f2eb09c-field-padding-y: var(--volt2-f2eb09c-spacing-element-2);
|
|
738
|
+
--volt2-f2eb09c-field-set-gap: var(--volt2-f2eb09c-spacing-layout-2);
|
|
739
|
+
--volt2-f2eb09c-list-index-min-width: var(--volt2-f2eb09c-spacing-layout-1-5);
|
|
740
|
+
--volt2-f2eb09c-list-index-padding-x: var(--volt2-f2eb09c-spacing-element-2);
|
|
741
|
+
--volt2-f2eb09c-list-item-gap: var(--volt2-f2eb09c-spacing-element-3);
|
|
742
|
+
--volt2-f2eb09c-list-item-min-height: var(--volt2-f2eb09c-spacing-layout-3);
|
|
743
|
+
--volt2-f2eb09c-list-item-padding-x: var(--volt2-f2eb09c-spacing-element-3);
|
|
744
|
+
--volt2-f2eb09c-list-item-padding-y: var(--volt2-f2eb09c-spacing-element-2);
|
|
745
|
+
--volt2-f2eb09c-select-content-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
746
|
+
--volt2-f2eb09c-select-content-padding: var(--volt2-f2eb09c-spacing-element-2);
|
|
747
|
+
--volt2-f2eb09c-select-item-padding-left: var(--volt2-f2eb09c-spacing-group-1);
|
|
748
|
+
--volt2-f2eb09c-select-item-padding-y: var(--volt2-f2eb09c-spacing-element-1-5);
|
|
749
|
+
--volt2-f2eb09c-table-cell-padding-y: var(--volt2-f2eb09c-spacing-element-2);
|
|
750
|
+
--volt2-f2eb09c-table-head-height: var(--volt2-f2eb09c-spacing-layout-2-5);
|
|
751
|
+
}
|
|
752
|
+
[data-density="compact"] {
|
|
753
|
+
--volt2-f2eb09c-button-base-min-height: var(--volt2-f2eb09c-spacing-layout-2);
|
|
754
|
+
--volt2-f2eb09c-button-base-padding-inline: var(--volt2-f2eb09c-spacing-element-3);
|
|
755
|
+
--volt2-f2eb09c-button-icon-size: var(--volt2-f2eb09c-spacing-layout-1-5);
|
|
756
|
+
--volt2-f2eb09c-field-input-height: var(--volt2-f2eb09c-spacing-layout-0-5);
|
|
757
|
+
--volt2-f2eb09c-field-padding-x: var(--volt2-f2eb09c-spacing-element-2);
|
|
758
|
+
--volt2-f2eb09c-field-padding-y: var(--volt2-f2eb09c-spacing-element-1);
|
|
759
|
+
--volt2-f2eb09c-field-set-gap: var(--volt2-f2eb09c-spacing-layout-1);
|
|
760
|
+
--volt2-f2eb09c-list-index-min-width: var(--volt2-f2eb09c-spacing-layout-1);
|
|
761
|
+
--volt2-f2eb09c-list-index-padding-x: var(--volt2-f2eb09c-spacing-element-1-5);
|
|
762
|
+
--volt2-f2eb09c-list-item-gap: var(--volt2-f2eb09c-spacing-element-2);
|
|
763
|
+
--volt2-f2eb09c-list-item-min-height: var(--volt2-f2eb09c-spacing-layout-2);
|
|
764
|
+
--volt2-f2eb09c-list-item-padding-x: var(--volt2-f2eb09c-spacing-element-2);
|
|
765
|
+
--volt2-f2eb09c-list-item-padding-y: var(--volt2-f2eb09c-spacing-element-1);
|
|
766
|
+
--volt2-f2eb09c-select-content-gap: var(--volt2-f2eb09c-spacing-element-0-5);
|
|
767
|
+
--volt2-f2eb09c-select-content-padding: var(--volt2-f2eb09c-spacing-element-1);
|
|
768
|
+
--volt2-f2eb09c-select-item-padding-left: var(--volt2-f2eb09c-spacing-element-1);
|
|
769
|
+
--volt2-f2eb09c-select-item-padding-y: var(--volt2-f2eb09c-spacing-element-1);
|
|
770
|
+
--volt2-f2eb09c-table-cell-padding-y: var(--volt2-f2eb09c-spacing-element-1-5);
|
|
771
|
+
--volt2-f2eb09c-table-head-height: var(--volt2-f2eb09c-spacing-layout-2);
|
|
772
|
+
}
|
|
773
|
+
[data-density="comfortable"] {
|
|
774
|
+
--volt2-f2eb09c-button-base-min-height: var(--volt2-f2eb09c-spacing-layout-3);
|
|
775
|
+
--volt2-f2eb09c-button-base-padding-inline: var(--volt2-f2eb09c-spacing-layout-0-5);
|
|
776
|
+
--volt2-f2eb09c-button-icon-size: var(--volt2-f2eb09c-spacing-layout-3);
|
|
777
|
+
--volt2-f2eb09c-field-input-height: var(--volt2-f2eb09c-spacing-layout-1-5);
|
|
778
|
+
--volt2-f2eb09c-field-padding-x: var(--volt2-f2eb09c-spacing-group-2);
|
|
779
|
+
--volt2-f2eb09c-field-padding-y: var(--volt2-f2eb09c-spacing-element-3);
|
|
780
|
+
--volt2-f2eb09c-field-set-gap: var(--volt2-f2eb09c-spacing-layout-3);
|
|
781
|
+
--volt2-f2eb09c-list-index-min-width: var(--volt2-f2eb09c-spacing-layout-2);
|
|
782
|
+
--volt2-f2eb09c-list-index-padding-x: var(--volt2-f2eb09c-spacing-element-2);
|
|
783
|
+
--volt2-f2eb09c-list-item-gap: var(--volt2-f2eb09c-spacing-group-2);
|
|
784
|
+
--volt2-f2eb09c-list-item-min-height: var(--volt2-f2eb09c-spacing-layout-4);
|
|
785
|
+
--volt2-f2eb09c-list-item-padding-x: var(--volt2-f2eb09c-spacing-group-2);
|
|
786
|
+
--volt2-f2eb09c-list-item-padding-y: var(--volt2-f2eb09c-spacing-element-3);
|
|
787
|
+
--volt2-f2eb09c-select-content-gap: var(--volt2-f2eb09c-spacing-element-1-5);
|
|
788
|
+
--volt2-f2eb09c-select-content-padding: var(--volt2-f2eb09c-spacing-element-3);
|
|
789
|
+
--volt2-f2eb09c-select-item-padding-left: var(--volt2-f2eb09c-spacing-element-3);
|
|
790
|
+
--volt2-f2eb09c-select-item-padding-y: var(--volt2-f2eb09c-spacing-element-2-5);
|
|
791
|
+
--volt2-f2eb09c-table-cell-padding-y: var(--volt2-f2eb09c-spacing-element-3);
|
|
792
|
+
--volt2-f2eb09c-table-head-height: var(--volt2-f2eb09c-spacing-layout-3);
|
|
721
793
|
}
|
|
722
794
|
[data-surface="bordered"] {
|
|
723
|
-
--volt2-
|
|
724
|
-
--volt2-
|
|
725
|
-
--volt2-
|
|
726
|
-
--volt2-
|
|
727
|
-
--volt2-
|
|
728
|
-
--volt2-
|
|
729
|
-
--volt2-
|
|
730
|
-
--volt2-
|
|
731
|
-
--volt2-
|
|
732
|
-
--volt2-
|
|
733
|
-
--volt2-
|
|
734
|
-
--volt2-
|
|
735
|
-
--volt2-
|
|
736
|
-
--volt2-
|
|
737
|
-
--volt2-
|
|
738
|
-
--volt2-
|
|
739
|
-
--volt2-
|
|
740
|
-
--volt2-
|
|
741
|
-
--volt2-
|
|
742
|
-
--volt2-
|
|
743
|
-
--volt2-
|
|
744
|
-
--volt2-
|
|
745
|
-
--volt2-
|
|
746
|
-
--volt2-
|
|
747
|
-
--volt2-
|
|
748
|
-
--volt2-
|
|
749
|
-
--volt2-
|
|
750
|
-
--volt2-
|
|
751
|
-
--volt2-
|
|
752
|
-
--volt2-
|
|
795
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
796
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
797
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-gray-a5);
|
|
798
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
799
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
800
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-gray-a6);
|
|
801
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
802
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-hairline);
|
|
803
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-hairline);
|
|
804
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
805
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-hairline);
|
|
806
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
807
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-none);
|
|
808
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
809
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
810
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
811
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-gray-a2);
|
|
812
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-white);
|
|
813
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
814
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
815
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
816
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-white);
|
|
817
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-white);
|
|
818
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-2xl);
|
|
819
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
820
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-3xl);
|
|
821
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
822
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
823
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-gray-a5);
|
|
824
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-bordered-wash);
|
|
753
825
|
}
|
|
754
826
|
.dark [data-surface="bordered"],
|
|
755
827
|
.dark[data-surface="bordered"],
|
|
756
828
|
[data-theme="dark"] [data-surface="bordered"],
|
|
757
829
|
[data-theme="dark"][data-surface="bordered"] {
|
|
758
|
-
--volt2-
|
|
759
|
-
--volt2-
|
|
760
|
-
--volt2-
|
|
761
|
-
--volt2-
|
|
762
|
-
--volt2-
|
|
763
|
-
--volt2-
|
|
764
|
-
--volt2-
|
|
765
|
-
--volt2-
|
|
766
|
-
--volt2-
|
|
767
|
-
--volt2-
|
|
768
|
-
--volt2-
|
|
769
|
-
--volt2-
|
|
770
|
-
--volt2-
|
|
771
|
-
--volt2-
|
|
772
|
-
--volt2-
|
|
773
|
-
--volt2-
|
|
774
|
-
--volt2-
|
|
775
|
-
--volt2-
|
|
776
|
-
--volt2-
|
|
777
|
-
--volt2-
|
|
778
|
-
--volt2-
|
|
779
|
-
--volt2-
|
|
780
|
-
--volt2-
|
|
781
|
-
--volt2-
|
|
782
|
-
--volt2-
|
|
783
|
-
--volt2-
|
|
784
|
-
--volt2-
|
|
785
|
-
--volt2-
|
|
786
|
-
--volt2-
|
|
787
|
-
--volt2-
|
|
830
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
831
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
832
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-gray-a5);
|
|
833
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
834
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
835
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-gray-a6);
|
|
836
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
837
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-hairline);
|
|
838
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-hairline);
|
|
839
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
840
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-hairline);
|
|
841
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
842
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-none);
|
|
843
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
844
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
845
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
846
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-gray-a2);
|
|
847
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-gray-3);
|
|
848
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
849
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
850
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
851
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-gray-2);
|
|
852
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-gray-2);
|
|
853
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-2xl);
|
|
854
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
855
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-3xl);
|
|
856
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
857
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
858
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-gray-a5);
|
|
859
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-bordered-wash-dark);
|
|
788
860
|
}
|
|
789
861
|
[data-surface="glass"] {
|
|
790
|
-
--volt2-
|
|
791
|
-
--volt2-
|
|
792
|
-
--volt2-
|
|
793
|
-
--volt2-
|
|
794
|
-
--volt2-
|
|
795
|
-
--volt2-
|
|
796
|
-
--volt2-
|
|
797
|
-
--volt2-
|
|
798
|
-
--volt2-
|
|
799
|
-
--volt2-
|
|
800
|
-
--volt2-
|
|
801
|
-
--volt2-
|
|
802
|
-
--volt2-
|
|
803
|
-
--volt2-
|
|
804
|
-
--volt2-
|
|
805
|
-
--volt2-
|
|
806
|
-
--volt2-
|
|
807
|
-
--volt2-
|
|
808
|
-
--volt2-
|
|
809
|
-
--volt2-
|
|
810
|
-
--volt2-
|
|
811
|
-
--volt2-
|
|
812
|
-
--volt2-
|
|
813
|
-
--volt2-
|
|
814
|
-
--volt2-
|
|
815
|
-
--volt2-
|
|
816
|
-
--volt2-
|
|
817
|
-
--volt2-
|
|
818
|
-
--volt2-
|
|
819
|
-
--volt2-
|
|
862
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-glass-field);
|
|
863
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-glass-object);
|
|
864
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-transparent);
|
|
865
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
866
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
867
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-white-a60);
|
|
868
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
869
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-hairline);
|
|
870
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-hairline);
|
|
871
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
872
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-hairline);
|
|
873
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
874
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-glass-container);
|
|
875
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-glass-field);
|
|
876
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-glass-object);
|
|
877
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
878
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-white-a26);
|
|
879
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-white-a80);
|
|
880
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
881
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
882
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
883
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-white-a60);
|
|
884
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-white);
|
|
885
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-2xl);
|
|
886
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
887
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-3xl);
|
|
888
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
889
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
890
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-fx-shade-cool-a12);
|
|
891
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-glass-wash);
|
|
820
892
|
}
|
|
821
893
|
.dark [data-surface="glass"],
|
|
822
894
|
.dark[data-surface="glass"],
|
|
823
895
|
[data-theme="dark"] [data-surface="glass"],
|
|
824
896
|
[data-theme="dark"][data-surface="glass"] {
|
|
825
|
-
--volt2-
|
|
826
|
-
--volt2-
|
|
827
|
-
--volt2-
|
|
828
|
-
--volt2-
|
|
829
|
-
--volt2-
|
|
830
|
-
--volt2-
|
|
831
|
-
--volt2-
|
|
832
|
-
--volt2-
|
|
833
|
-
--volt2-
|
|
834
|
-
--volt2-
|
|
835
|
-
--volt2-
|
|
836
|
-
--volt2-
|
|
837
|
-
--volt2-
|
|
838
|
-
--volt2-
|
|
839
|
-
--volt2-
|
|
840
|
-
--volt2-
|
|
841
|
-
--volt2-
|
|
842
|
-
--volt2-
|
|
843
|
-
--volt2-
|
|
844
|
-
--volt2-
|
|
845
|
-
--volt2-
|
|
846
|
-
--volt2-
|
|
847
|
-
--volt2-
|
|
848
|
-
--volt2-
|
|
849
|
-
--volt2-
|
|
850
|
-
--volt2-
|
|
851
|
-
--volt2-
|
|
852
|
-
--volt2-
|
|
853
|
-
--volt2-
|
|
854
|
-
--volt2-
|
|
897
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-glass-field);
|
|
898
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-glass-object);
|
|
899
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-transparent);
|
|
900
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
901
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
902
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-white-a9);
|
|
903
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
904
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-hairline);
|
|
905
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-hairline);
|
|
906
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
907
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-hairline);
|
|
908
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
909
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-glass-container-dark);
|
|
910
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
911
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-glass-object-dark);
|
|
912
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
913
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-white-a5);
|
|
914
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-white-a9);
|
|
915
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
916
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
917
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
918
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-fx-glass-object-dark);
|
|
919
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-gray-2);
|
|
920
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-2xl);
|
|
921
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
922
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-3xl);
|
|
923
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
924
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
925
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-white-a12);
|
|
926
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-glass-wash-dark);
|
|
855
927
|
}
|
|
856
928
|
[data-surface="tint"] {
|
|
857
|
-
--volt2-
|
|
858
|
-
--volt2-
|
|
859
|
-
--volt2-
|
|
860
|
-
--volt2-
|
|
861
|
-
--volt2-
|
|
862
|
-
--volt2-
|
|
863
|
-
--volt2-
|
|
864
|
-
--volt2-
|
|
865
|
-
--volt2-
|
|
866
|
-
--volt2-
|
|
867
|
-
--volt2-
|
|
868
|
-
--volt2-
|
|
869
|
-
--volt2-
|
|
870
|
-
--volt2-
|
|
871
|
-
--volt2-
|
|
872
|
-
--volt2-
|
|
873
|
-
--volt2-
|
|
874
|
-
--volt2-
|
|
875
|
-
--volt2-
|
|
876
|
-
--volt2-
|
|
877
|
-
--volt2-
|
|
878
|
-
--volt2-
|
|
879
|
-
--volt2-
|
|
880
|
-
--volt2-
|
|
881
|
-
--volt2-
|
|
882
|
-
--volt2-
|
|
883
|
-
--volt2-
|
|
884
|
-
--volt2-
|
|
885
|
-
--volt2-
|
|
886
|
-
--volt2-
|
|
929
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
930
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
931
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-accent-a5);
|
|
932
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
933
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
934
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-accent-a4);
|
|
935
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
936
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-hairline);
|
|
937
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-hairline);
|
|
938
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
939
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-hairline);
|
|
940
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
941
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-none);
|
|
942
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
943
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
944
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
945
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-accent-a2);
|
|
946
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-white);
|
|
947
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
948
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
949
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
950
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-white);
|
|
951
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-white);
|
|
952
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-2xl);
|
|
953
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
954
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-3xl);
|
|
955
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
956
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
957
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-accent-a5);
|
|
958
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-tint-wash);
|
|
887
959
|
}
|
|
888
960
|
.dark [data-surface="tint"],
|
|
889
961
|
.dark[data-surface="tint"],
|
|
890
962
|
[data-theme="dark"] [data-surface="tint"],
|
|
891
963
|
[data-theme="dark"][data-surface="tint"] {
|
|
892
|
-
--volt2-
|
|
893
|
-
--volt2-
|
|
894
|
-
--volt2-
|
|
895
|
-
--volt2-
|
|
896
|
-
--volt2-
|
|
897
|
-
--volt2-
|
|
898
|
-
--volt2-
|
|
899
|
-
--volt2-
|
|
900
|
-
--volt2-
|
|
901
|
-
--volt2-
|
|
902
|
-
--volt2-
|
|
903
|
-
--volt2-
|
|
904
|
-
--volt2-
|
|
905
|
-
--volt2-
|
|
906
|
-
--volt2-
|
|
907
|
-
--volt2-
|
|
908
|
-
--volt2-
|
|
909
|
-
--volt2-
|
|
910
|
-
--volt2-
|
|
911
|
-
--volt2-
|
|
912
|
-
--volt2-
|
|
913
|
-
--volt2-
|
|
914
|
-
--volt2-
|
|
915
|
-
--volt2-
|
|
916
|
-
--volt2-
|
|
917
|
-
--volt2-
|
|
918
|
-
--volt2-
|
|
919
|
-
--volt2-
|
|
920
|
-
--volt2-
|
|
921
|
-
--volt2-
|
|
964
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
965
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
966
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-gray-a5);
|
|
967
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
968
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
969
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-gray-a6);
|
|
970
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
971
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-hairline);
|
|
972
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-hairline);
|
|
973
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
974
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-hairline);
|
|
975
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
976
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-none);
|
|
977
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
978
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
979
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
980
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-gray-a2);
|
|
981
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-gray-3);
|
|
982
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
983
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
984
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
985
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-gray-2);
|
|
986
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-gray-2);
|
|
987
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-2xl);
|
|
988
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
989
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-3xl);
|
|
990
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
991
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
992
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-gray-a5);
|
|
993
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-bordered-wash-dark);
|
|
922
994
|
}
|
|
923
995
|
[data-surface="card"] {
|
|
924
|
-
--volt2-
|
|
925
|
-
--volt2-
|
|
926
|
-
--volt2-
|
|
927
|
-
--volt2-
|
|
928
|
-
--volt2-
|
|
929
|
-
--volt2-
|
|
930
|
-
--volt2-
|
|
931
|
-
--volt2-
|
|
932
|
-
--volt2-
|
|
933
|
-
--volt2-
|
|
934
|
-
--volt2-
|
|
935
|
-
--volt2-
|
|
936
|
-
--volt2-
|
|
937
|
-
--volt2-
|
|
938
|
-
--volt2-
|
|
939
|
-
--volt2-
|
|
940
|
-
--volt2-
|
|
941
|
-
--volt2-
|
|
942
|
-
--volt2-
|
|
943
|
-
--volt2-
|
|
944
|
-
--volt2-
|
|
945
|
-
--volt2-
|
|
946
|
-
--volt2-
|
|
947
|
-
--volt2-
|
|
948
|
-
--volt2-
|
|
949
|
-
--volt2-
|
|
950
|
-
--volt2-
|
|
951
|
-
--volt2-
|
|
952
|
-
--volt2-
|
|
953
|
-
--volt2-
|
|
996
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
997
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
998
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-gray-a3);
|
|
999
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
1000
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
1001
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-transparent);
|
|
1002
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
1003
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-hairline);
|
|
1004
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-hairline);
|
|
1005
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
1006
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-hairline);
|
|
1007
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
1008
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-card-container);
|
|
1009
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
1010
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
1011
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
1012
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-white);
|
|
1013
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-gray-a3);
|
|
1014
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
1015
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
1016
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
1017
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-transparent);
|
|
1018
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-white);
|
|
1019
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-2xl);
|
|
1020
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
1021
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-3xl);
|
|
1022
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
1023
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
1024
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-gray-a4);
|
|
1025
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-card-wash);
|
|
954
1026
|
}
|
|
955
1027
|
.dark [data-surface="card"],
|
|
956
1028
|
.dark[data-surface="card"],
|
|
957
1029
|
[data-theme="dark"] [data-surface="card"],
|
|
958
1030
|
[data-theme="dark"][data-surface="card"] {
|
|
959
|
-
--volt2-
|
|
960
|
-
--volt2-
|
|
961
|
-
--volt2-
|
|
962
|
-
--volt2-
|
|
963
|
-
--volt2-
|
|
964
|
-
--volt2-
|
|
965
|
-
--volt2-
|
|
966
|
-
--volt2-
|
|
967
|
-
--volt2-
|
|
968
|
-
--volt2-
|
|
969
|
-
--volt2-
|
|
970
|
-
--volt2-
|
|
971
|
-
--volt2-
|
|
972
|
-
--volt2-
|
|
973
|
-
--volt2-
|
|
974
|
-
--volt2-
|
|
975
|
-
--volt2-
|
|
976
|
-
--volt2-
|
|
977
|
-
--volt2-
|
|
978
|
-
--volt2-
|
|
979
|
-
--volt2-
|
|
980
|
-
--volt2-
|
|
981
|
-
--volt2-
|
|
982
|
-
--volt2-
|
|
983
|
-
--volt2-
|
|
984
|
-
--volt2-
|
|
985
|
-
--volt2-
|
|
986
|
-
--volt2-
|
|
987
|
-
--volt2-
|
|
988
|
-
--volt2-
|
|
1031
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
1032
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
1033
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-gray-a5);
|
|
1034
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
1035
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
1036
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-gray-a6);
|
|
1037
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
1038
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-hairline);
|
|
1039
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-hairline);
|
|
1040
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
1041
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-hairline);
|
|
1042
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
1043
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-none);
|
|
1044
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
1045
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
1046
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
1047
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-gray-a2);
|
|
1048
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-gray-3);
|
|
1049
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
1050
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
1051
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
1052
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-gray-2);
|
|
1053
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-gray-2);
|
|
1054
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-2xl);
|
|
1055
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
1056
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-3xl);
|
|
1057
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
1058
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
1059
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-gray-a5);
|
|
1060
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-bordered-wash-dark);
|
|
989
1061
|
}
|
|
990
1062
|
[data-surface="plain"] {
|
|
991
|
-
--volt2-
|
|
992
|
-
--volt2-
|
|
993
|
-
--volt2-
|
|
994
|
-
--volt2-
|
|
995
|
-
--volt2-
|
|
996
|
-
--volt2-
|
|
997
|
-
--volt2-
|
|
998
|
-
--volt2-
|
|
999
|
-
--volt2-
|
|
1000
|
-
--volt2-
|
|
1001
|
-
--volt2-
|
|
1002
|
-
--volt2-
|
|
1003
|
-
--volt2-
|
|
1004
|
-
--volt2-
|
|
1005
|
-
--volt2-
|
|
1006
|
-
--volt2-
|
|
1007
|
-
--volt2-
|
|
1008
|
-
--volt2-
|
|
1009
|
-
--volt2-
|
|
1010
|
-
--volt2-
|
|
1011
|
-
--volt2-
|
|
1012
|
-
--volt2-
|
|
1013
|
-
--volt2-
|
|
1014
|
-
--volt2-
|
|
1015
|
-
--volt2-
|
|
1016
|
-
--volt2-
|
|
1017
|
-
--volt2-
|
|
1018
|
-
--volt2-
|
|
1019
|
-
--volt2-
|
|
1020
|
-
--volt2-
|
|
1063
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
1064
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
1065
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-transparent);
|
|
1066
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-transparent);
|
|
1067
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
1068
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-transparent);
|
|
1069
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
1070
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-none);
|
|
1071
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-none);
|
|
1072
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
1073
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-none);
|
|
1074
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
1075
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-plain-container);
|
|
1076
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
1077
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
1078
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
1079
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-white);
|
|
1080
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-accent-a3);
|
|
1081
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-group-2);
|
|
1082
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
1083
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
1084
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-transparent);
|
|
1085
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-white);
|
|
1086
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-lg);
|
|
1087
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
1088
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-2xl);
|
|
1089
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
1090
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
1091
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-fx-sep-plain);
|
|
1092
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-plain-wash);
|
|
1021
1093
|
}
|
|
1022
1094
|
.dark [data-surface="plain"],
|
|
1023
1095
|
.dark[data-surface="plain"],
|
|
1024
1096
|
[data-theme="dark"] [data-surface="plain"],
|
|
1025
1097
|
[data-theme="dark"][data-surface="plain"] {
|
|
1026
|
-
--volt2-
|
|
1027
|
-
--volt2-
|
|
1028
|
-
--volt2-
|
|
1029
|
-
--volt2-
|
|
1030
|
-
--volt2-
|
|
1031
|
-
--volt2-
|
|
1032
|
-
--volt2-
|
|
1033
|
-
--volt2-
|
|
1034
|
-
--volt2-
|
|
1035
|
-
--volt2-
|
|
1036
|
-
--volt2-
|
|
1037
|
-
--volt2-
|
|
1038
|
-
--volt2-
|
|
1039
|
-
--volt2-
|
|
1040
|
-
--volt2-
|
|
1041
|
-
--volt2-
|
|
1042
|
-
--volt2-
|
|
1043
|
-
--volt2-
|
|
1044
|
-
--volt2-
|
|
1045
|
-
--volt2-
|
|
1046
|
-
--volt2-
|
|
1047
|
-
--volt2-
|
|
1048
|
-
--volt2-
|
|
1049
|
-
--volt2-
|
|
1050
|
-
--volt2-
|
|
1051
|
-
--volt2-
|
|
1052
|
-
--volt2-
|
|
1053
|
-
--volt2-
|
|
1054
|
-
--volt2-
|
|
1055
|
-
--volt2-
|
|
1098
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
1099
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
1100
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-gray-a5);
|
|
1101
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
1102
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
1103
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-gray-a6);
|
|
1104
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
1105
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-none);
|
|
1106
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-none);
|
|
1107
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
1108
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-none);
|
|
1109
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
1110
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-none);
|
|
1111
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
1112
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
1113
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
1114
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-gray-a2);
|
|
1115
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-gray-3);
|
|
1116
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-group-2);
|
|
1117
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
1118
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
1119
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-gray-2);
|
|
1120
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-gray-2);
|
|
1121
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-lg);
|
|
1122
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
1123
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-2xl);
|
|
1124
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
1125
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
1126
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-gray-a5);
|
|
1127
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-bordered-wash-dark);
|
|
1056
1128
|
}
|
|
1057
1129
|
.light[data-surface="plain"],
|
|
1058
1130
|
[data-theme="light"][data-surface="plain"] {
|
|
1059
|
-
--volt2-
|
|
1060
|
-
--volt2-
|
|
1061
|
-
--volt2-
|
|
1062
|
-
--volt2-
|
|
1063
|
-
--volt2-
|
|
1064
|
-
--volt2-
|
|
1065
|
-
--volt2-
|
|
1066
|
-
--volt2-
|
|
1067
|
-
--volt2-
|
|
1068
|
-
--volt2-
|
|
1069
|
-
--volt2-
|
|
1070
|
-
--volt2-
|
|
1071
|
-
--volt2-
|
|
1072
|
-
--volt2-
|
|
1073
|
-
--volt2-
|
|
1074
|
-
--volt2-
|
|
1075
|
-
--volt2-
|
|
1076
|
-
--volt2-
|
|
1077
|
-
--volt2-
|
|
1078
|
-
--volt2-
|
|
1079
|
-
--volt2-
|
|
1080
|
-
--volt2-
|
|
1081
|
-
--volt2-
|
|
1082
|
-
--volt2-
|
|
1083
|
-
--volt2-
|
|
1084
|
-
--volt2-
|
|
1085
|
-
--volt2-
|
|
1086
|
-
--volt2-
|
|
1087
|
-
--volt2-
|
|
1088
|
-
--volt2-
|
|
1131
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
1132
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
1133
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-transparent);
|
|
1134
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-transparent);
|
|
1135
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
1136
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-transparent);
|
|
1137
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
1138
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-none);
|
|
1139
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-none);
|
|
1140
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
1141
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-none);
|
|
1142
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
1143
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-plain-container);
|
|
1144
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
1145
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
1146
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
1147
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-white);
|
|
1148
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-accent-a3);
|
|
1149
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-group-2);
|
|
1150
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
1151
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
1152
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-transparent);
|
|
1153
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-white);
|
|
1154
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-lg);
|
|
1155
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
1156
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-2xl);
|
|
1157
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
1158
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
1159
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-fx-sep-plain);
|
|
1160
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-plain-wash);
|
|
1089
1161
|
}
|
|
1090
1162
|
.light[data-surface="bordered"],
|
|
1091
1163
|
[data-theme="light"][data-surface="bordered"] {
|
|
1092
|
-
--volt2-
|
|
1093
|
-
--volt2-
|
|
1094
|
-
--volt2-
|
|
1095
|
-
--volt2-
|
|
1096
|
-
--volt2-
|
|
1097
|
-
--volt2-
|
|
1098
|
-
--volt2-
|
|
1099
|
-
--volt2-
|
|
1100
|
-
--volt2-
|
|
1101
|
-
--volt2-
|
|
1102
|
-
--volt2-
|
|
1103
|
-
--volt2-
|
|
1104
|
-
--volt2-
|
|
1105
|
-
--volt2-
|
|
1106
|
-
--volt2-
|
|
1107
|
-
--volt2-
|
|
1108
|
-
--volt2-
|
|
1109
|
-
--volt2-
|
|
1110
|
-
--volt2-
|
|
1111
|
-
--volt2-
|
|
1112
|
-
--volt2-
|
|
1113
|
-
--volt2-
|
|
1114
|
-
--volt2-
|
|
1115
|
-
--volt2-
|
|
1116
|
-
--volt2-
|
|
1117
|
-
--volt2-
|
|
1118
|
-
--volt2-
|
|
1119
|
-
--volt2-
|
|
1120
|
-
--volt2-
|
|
1121
|
-
--volt2-
|
|
1164
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
1165
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
1166
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-gray-a5);
|
|
1167
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
1168
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
1169
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-gray-a6);
|
|
1170
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
1171
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-hairline);
|
|
1172
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-hairline);
|
|
1173
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
1174
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-hairline);
|
|
1175
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
1176
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-none);
|
|
1177
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
1178
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
1179
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
1180
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-gray-a2);
|
|
1181
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-white);
|
|
1182
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
1183
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
1184
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
1185
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-white);
|
|
1186
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-white);
|
|
1187
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-2xl);
|
|
1188
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
1189
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-3xl);
|
|
1190
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
1191
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
1192
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-gray-a5);
|
|
1193
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-bordered-wash);
|
|
1122
1194
|
}
|
|
1123
1195
|
.light[data-surface="glass"],
|
|
1124
1196
|
[data-theme="light"][data-surface="glass"] {
|
|
1125
|
-
--volt2-
|
|
1126
|
-
--volt2-
|
|
1127
|
-
--volt2-
|
|
1128
|
-
--volt2-
|
|
1129
|
-
--volt2-
|
|
1130
|
-
--volt2-
|
|
1131
|
-
--volt2-
|
|
1132
|
-
--volt2-
|
|
1133
|
-
--volt2-
|
|
1134
|
-
--volt2-
|
|
1135
|
-
--volt2-
|
|
1136
|
-
--volt2-
|
|
1137
|
-
--volt2-
|
|
1138
|
-
--volt2-
|
|
1139
|
-
--volt2-
|
|
1140
|
-
--volt2-
|
|
1141
|
-
--volt2-
|
|
1142
|
-
--volt2-
|
|
1143
|
-
--volt2-
|
|
1144
|
-
--volt2-
|
|
1145
|
-
--volt2-
|
|
1146
|
-
--volt2-
|
|
1147
|
-
--volt2-
|
|
1148
|
-
--volt2-
|
|
1149
|
-
--volt2-
|
|
1150
|
-
--volt2-
|
|
1151
|
-
--volt2-
|
|
1152
|
-
--volt2-
|
|
1153
|
-
--volt2-
|
|
1154
|
-
--volt2-
|
|
1197
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-glass-field);
|
|
1198
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-glass-object);
|
|
1199
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-transparent);
|
|
1200
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
1201
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
1202
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-white-a60);
|
|
1203
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
1204
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-hairline);
|
|
1205
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-hairline);
|
|
1206
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
1207
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-hairline);
|
|
1208
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
1209
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-glass-container);
|
|
1210
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-glass-field);
|
|
1211
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-glass-object);
|
|
1212
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
1213
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-white-a26);
|
|
1214
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-white-a80);
|
|
1215
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
1216
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
1217
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
1218
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-white-a60);
|
|
1219
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-white);
|
|
1220
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-2xl);
|
|
1221
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
1222
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-3xl);
|
|
1223
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
1224
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
1225
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-fx-shade-cool-a12);
|
|
1226
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-glass-wash);
|
|
1155
1227
|
}
|
|
1156
1228
|
.light[data-surface="tint"],
|
|
1157
1229
|
[data-theme="light"][data-surface="tint"] {
|
|
1158
|
-
--volt2-
|
|
1159
|
-
--volt2-
|
|
1160
|
-
--volt2-
|
|
1161
|
-
--volt2-
|
|
1162
|
-
--volt2-
|
|
1163
|
-
--volt2-
|
|
1164
|
-
--volt2-
|
|
1165
|
-
--volt2-
|
|
1166
|
-
--volt2-
|
|
1167
|
-
--volt2-
|
|
1168
|
-
--volt2-
|
|
1169
|
-
--volt2-
|
|
1170
|
-
--volt2-
|
|
1171
|
-
--volt2-
|
|
1172
|
-
--volt2-
|
|
1173
|
-
--volt2-
|
|
1174
|
-
--volt2-
|
|
1175
|
-
--volt2-
|
|
1176
|
-
--volt2-
|
|
1177
|
-
--volt2-
|
|
1178
|
-
--volt2-
|
|
1179
|
-
--volt2-
|
|
1180
|
-
--volt2-
|
|
1181
|
-
--volt2-
|
|
1182
|
-
--volt2-
|
|
1183
|
-
--volt2-
|
|
1184
|
-
--volt2-
|
|
1185
|
-
--volt2-
|
|
1186
|
-
--volt2-
|
|
1187
|
-
--volt2-
|
|
1230
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
1231
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
1232
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-accent-a5);
|
|
1233
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
1234
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
1235
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-accent-a4);
|
|
1236
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
1237
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-hairline);
|
|
1238
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-hairline);
|
|
1239
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
1240
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-hairline);
|
|
1241
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
1242
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-none);
|
|
1243
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
1244
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
1245
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
1246
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-accent-a2);
|
|
1247
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-white);
|
|
1248
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
1249
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
1250
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
1251
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-white);
|
|
1252
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-white);
|
|
1253
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-2xl);
|
|
1254
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
1255
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-3xl);
|
|
1256
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
1257
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
1258
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-accent-a5);
|
|
1259
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-tint-wash);
|
|
1188
1260
|
}
|
|
1189
1261
|
.light[data-surface="card"],
|
|
1190
1262
|
[data-theme="light"][data-surface="card"] {
|
|
1191
|
-
--volt2-
|
|
1192
|
-
--volt2-
|
|
1193
|
-
--volt2-
|
|
1194
|
-
--volt2-
|
|
1195
|
-
--volt2-
|
|
1196
|
-
--volt2-
|
|
1197
|
-
--volt2-
|
|
1198
|
-
--volt2-
|
|
1199
|
-
--volt2-
|
|
1200
|
-
--volt2-
|
|
1201
|
-
--volt2-
|
|
1202
|
-
--volt2-
|
|
1203
|
-
--volt2-
|
|
1204
|
-
--volt2-
|
|
1205
|
-
--volt2-
|
|
1206
|
-
--volt2-
|
|
1207
|
-
--volt2-
|
|
1208
|
-
--volt2-
|
|
1209
|
-
--volt2-
|
|
1210
|
-
--volt2-
|
|
1211
|
-
--volt2-
|
|
1212
|
-
--volt2-
|
|
1213
|
-
--volt2-
|
|
1214
|
-
--volt2-
|
|
1215
|
-
--volt2-
|
|
1216
|
-
--volt2-
|
|
1217
|
-
--volt2-
|
|
1218
|
-
--volt2-
|
|
1219
|
-
--volt2-
|
|
1220
|
-
--volt2-
|
|
1263
|
+
--volt2-f2eb09c-blur-field: var(--volt2-f2eb09c-blur-p-none);
|
|
1264
|
+
--volt2-f2eb09c-blur-object: var(--volt2-f2eb09c-blur-p-none);
|
|
1265
|
+
--volt2-f2eb09c-border-container: var(--volt2-f2eb09c-gray-a3);
|
|
1266
|
+
--volt2-f2eb09c-border-field: var(--volt2-f2eb09c-gray-a4);
|
|
1267
|
+
--volt2-f2eb09c-border-header: var(--volt2-f2eb09c-transparent);
|
|
1268
|
+
--volt2-f2eb09c-border-object: var(--volt2-f2eb09c-transparent);
|
|
1269
|
+
--volt2-f2eb09c-border-overlay: var(--volt2-f2eb09c-gray-a6);
|
|
1270
|
+
--volt2-f2eb09c-border-width-container: var(--volt2-f2eb09c-border-hairline);
|
|
1271
|
+
--volt2-f2eb09c-border-width-field: var(--volt2-f2eb09c-border-hairline);
|
|
1272
|
+
--volt2-f2eb09c-border-width-header: var(--volt2-f2eb09c-border-none);
|
|
1273
|
+
--volt2-f2eb09c-border-width-object: var(--volt2-f2eb09c-border-hairline);
|
|
1274
|
+
--volt2-f2eb09c-border-width-overlay: var(--volt2-f2eb09c-border-hairline);
|
|
1275
|
+
--volt2-f2eb09c-shadow-container: var(--volt2-f2eb09c-shadow-p-card-container);
|
|
1276
|
+
--volt2-f2eb09c-shadow-field: var(--volt2-f2eb09c-shadow-p-none);
|
|
1277
|
+
--volt2-f2eb09c-shadow-object: var(--volt2-f2eb09c-shadow-p-none);
|
|
1278
|
+
--volt2-f2eb09c-shadow-overlay: var(--volt2-f2eb09c-shadow-p-bordered-overlay);
|
|
1279
|
+
--volt2-f2eb09c-surface-container: var(--volt2-f2eb09c-white);
|
|
1280
|
+
--volt2-f2eb09c-surface-field: var(--volt2-f2eb09c-gray-a3);
|
|
1281
|
+
--volt2-f2eb09c-surface-gap: var(--volt2-f2eb09c-spacing-element-1);
|
|
1282
|
+
--volt2-f2eb09c-surface-header: var(--volt2-f2eb09c-transparent);
|
|
1283
|
+
--volt2-f2eb09c-surface-inset: var(--volt2-f2eb09c-spacing-element-2);
|
|
1284
|
+
--volt2-f2eb09c-surface-object: var(--volt2-f2eb09c-transparent);
|
|
1285
|
+
--volt2-f2eb09c-surface-overlay: var(--volt2-f2eb09c-white);
|
|
1286
|
+
--volt2-f2eb09c-surface-radius-container: var(--volt2-f2eb09c-radius-2xl);
|
|
1287
|
+
--volt2-f2eb09c-surface-radius-field: var(--volt2-f2eb09c-radius-lg);
|
|
1288
|
+
--volt2-f2eb09c-surface-radius-object: var(--volt2-f2eb09c-radius-3xl);
|
|
1289
|
+
--volt2-f2eb09c-surface-radius-overlay: var(--volt2-f2eb09c-radius-xl);
|
|
1290
|
+
--volt2-f2eb09c-surface-radius-pill: var(--volt2-f2eb09c-radius-full);
|
|
1291
|
+
--volt2-f2eb09c-surface-sep: var(--volt2-f2eb09c-gray-a4);
|
|
1292
|
+
--volt2-f2eb09c-surface-wash: var(--volt2-f2eb09c-gradient-card-wash);
|
|
1221
1293
|
}`;
|
|
1222
1294
|
export {
|
|
1223
1295
|
o as CSS,
|
|
1224
|
-
|
|
1296
|
+
e as NS,
|
|
1225
1297
|
a as SHEET_HASH
|
|
1226
1298
|
};
|
|
1227
1299
|
//# sourceMappingURL=core.generated.js.map
|