@c2n/theme 0.0.6
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/LICENSE +21 -0
- package/README.md +50 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/base.css +567 -0
- package/dist/report.json +3310 -0
- package/dist/theme.css +662 -0
- package/dist/tokens.css +94 -0
- package/dist/tokens.d.ts +27 -0
- package/dist/tokens.d.ts.map +1 -0
- package/dist/tokens.js +62 -0
- package/dist/tokens.js.map +1 -0
- package/dist/tokens.json +597 -0
- package/package.json +106 -0
package/dist/tokens.json
ADDED
|
@@ -0,0 +1,597 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"name": "--c2-theme--color-primary",
|
|
5
|
+
"category": "color",
|
|
6
|
+
"light": "#0265dc",
|
|
7
|
+
"dark": "#5aa3ff",
|
|
8
|
+
"description": "Accent colour: filled buttons, selected states, focused borders, links."
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "--c2-theme--color-primary-hover",
|
|
12
|
+
"category": "color",
|
|
13
|
+
"light": "#0154b8",
|
|
14
|
+
"dark": "#7bb6ff",
|
|
15
|
+
"description": "Accent colour on hover."
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "--c2-theme--color-primary-active",
|
|
19
|
+
"category": "color",
|
|
20
|
+
"light": "#01469a",
|
|
21
|
+
"dark": "#9cc9ff",
|
|
22
|
+
"description": "Accent colour while pressed."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "--c2-theme--color-on-primary",
|
|
26
|
+
"category": "color",
|
|
27
|
+
"light": "#ffffff",
|
|
28
|
+
"dark": "#032a5c",
|
|
29
|
+
"description": "Text and icons drawn on the accent colour."
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "--c2-theme--color-primary-container",
|
|
33
|
+
"category": "color",
|
|
34
|
+
"light": "#edf1fe",
|
|
35
|
+
"dark": "#0f2d5c",
|
|
36
|
+
"description": "Soft accent surface, e.g. a selected list item."
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "--c2-theme--color-surface",
|
|
40
|
+
"category": "color",
|
|
41
|
+
"light": "#ffffff",
|
|
42
|
+
"dark": "#18181b",
|
|
43
|
+
"description": "Default surface of inputs, lists, cards, dialogs."
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "--c2-theme--color-surface-container-low",
|
|
47
|
+
"category": "color",
|
|
48
|
+
"light": "#fafafa",
|
|
49
|
+
"dark": "#1f1f23",
|
|
50
|
+
"description": "Slightly raised surface: side navigation, read-only fields, subtle hover."
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "--c2-theme--color-surface-container",
|
|
54
|
+
"category": "color",
|
|
55
|
+
"light": "#f4f4f5",
|
|
56
|
+
"dark": "#27272a",
|
|
57
|
+
"description": "Hover surface for rows and icon buttons."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "--c2-theme--color-on-surface",
|
|
61
|
+
"category": "color",
|
|
62
|
+
"light": "#18181b",
|
|
63
|
+
"dark": "#f4f4f5",
|
|
64
|
+
"description": "Primary text colour."
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "--c2-theme--color-on-surface-variant",
|
|
68
|
+
"category": "color",
|
|
69
|
+
"light": "#71717a",
|
|
70
|
+
"dark": "#a1a1aa",
|
|
71
|
+
"description": "Secondary text, placeholders, icons, supporting text."
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "--c2-theme--color-outline",
|
|
75
|
+
"category": "color",
|
|
76
|
+
"light": "#d4d4d8",
|
|
77
|
+
"dark": "#3f3f46",
|
|
78
|
+
"description": "Resting border colour of inputs, cards and lists."
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "--c2-theme--color-outline-variant",
|
|
82
|
+
"category": "color",
|
|
83
|
+
"light": "#e4e4e7",
|
|
84
|
+
"dark": "#27272a",
|
|
85
|
+
"description": "Hairline dividers and light borders."
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "--c2-theme--color-outline-strong",
|
|
89
|
+
"category": "color",
|
|
90
|
+
"light": "#a1a1aa",
|
|
91
|
+
"dark": "#52525b",
|
|
92
|
+
"description": "Border colour on hover."
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "--c2-theme--color-error",
|
|
96
|
+
"category": "color",
|
|
97
|
+
"light": "#dc2626",
|
|
98
|
+
"dark": "#f87171",
|
|
99
|
+
"description": "Error borders, error text, required indicators."
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "--c2-theme--color-scrim",
|
|
103
|
+
"category": "color",
|
|
104
|
+
"light": "rgba(9, 9, 11, 0.45)",
|
|
105
|
+
"dark": "rgba(0, 0, 0, 0.6)",
|
|
106
|
+
"description": "Backdrop behind dialogs and drawers."
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "--c2-theme--color-inverse-surface",
|
|
110
|
+
"category": "color",
|
|
111
|
+
"light": "#18181b",
|
|
112
|
+
"dark": "#f4f4f5",
|
|
113
|
+
"description": "High-contrast surface, e.g. tooltips."
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "--c2-theme--color-on-inverse-surface",
|
|
117
|
+
"category": "color",
|
|
118
|
+
"light": "#fafafa",
|
|
119
|
+
"dark": "#18181b",
|
|
120
|
+
"description": "Text drawn on the inverse surface."
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "--c2-theme--font-family",
|
|
124
|
+
"category": "font",
|
|
125
|
+
"light": null,
|
|
126
|
+
"description": "Font family of every component. Unset by default so components inherit the page font."
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "--c2-theme--font-size-sm",
|
|
130
|
+
"category": "font",
|
|
131
|
+
"light": "12px",
|
|
132
|
+
"description": "Small text: supporting text, tooltips, descriptions, timestamps."
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "--c2-theme--font-size-md",
|
|
136
|
+
"category": "font",
|
|
137
|
+
"light": "14px",
|
|
138
|
+
"description": "Body text: buttons, inputs, list items, dialog content."
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "--c2-theme--font-weight-medium",
|
|
142
|
+
"category": "font",
|
|
143
|
+
"light": "500",
|
|
144
|
+
"description": "Medium weight: buttons, headers, tooltips."
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "--c2-theme--font-weight-semibold",
|
|
148
|
+
"category": "font",
|
|
149
|
+
"light": "600",
|
|
150
|
+
"description": "Semibold weight: dialog titles, list headings, avatars."
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "--c2-theme--radius-sm",
|
|
154
|
+
"category": "radius",
|
|
155
|
+
"light": "4px",
|
|
156
|
+
"description": "Small radius: checkboxes, link buttons, inline controls."
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "--c2-theme--radius-md",
|
|
160
|
+
"category": "radius",
|
|
161
|
+
"light": "6px",
|
|
162
|
+
"description": "Default radius: buttons, inputs, list items, tooltips."
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "--c2-theme--radius-lg",
|
|
166
|
+
"category": "radius",
|
|
167
|
+
"light": "8px",
|
|
168
|
+
"description": "Large radius: cards, panels, popovers."
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "--c2-theme--radius-xl",
|
|
172
|
+
"category": "radius",
|
|
173
|
+
"light": "14px",
|
|
174
|
+
"description": "Extra large radius: dialogs."
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "--c2-theme--radius-full",
|
|
178
|
+
"category": "radius",
|
|
179
|
+
"light": "999px",
|
|
180
|
+
"description": "Pill / circle radius: avatars, icon buttons."
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "--c2-theme--border-width",
|
|
184
|
+
"category": "border",
|
|
185
|
+
"light": "1px",
|
|
186
|
+
"description": "Width of every themed border."
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "--c2-theme--border",
|
|
190
|
+
"category": "border",
|
|
191
|
+
"light": null,
|
|
192
|
+
"description": "Complete resting border shorthand. Unset by default: it falls back to `border-width solid color-outline`."
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "--c2-theme--focus-ring",
|
|
196
|
+
"category": "focus",
|
|
197
|
+
"light": "2px solid rgba(2, 101, 220, 0.4)",
|
|
198
|
+
"dark": "2px solid rgba(90, 163, 255, 0.5)",
|
|
199
|
+
"description": "Focus-visible outline of every component."
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "--c2-theme--disabled-opacity",
|
|
203
|
+
"category": "disabled",
|
|
204
|
+
"light": "0.38",
|
|
205
|
+
"description": "Opacity of disabled components."
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "--c2-theme--motion-scale",
|
|
209
|
+
"category": "motion",
|
|
210
|
+
"light": "1",
|
|
211
|
+
"description": "Multiplier applied to every transition and animation duration (0 disables motion)."
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "--c2-theme--shadow-md",
|
|
215
|
+
"category": "shadow",
|
|
216
|
+
"light": "0 8px 24px rgba(24, 24, 27, 0.08)",
|
|
217
|
+
"dark": "0 8px 24px rgba(0, 0, 0, 0.45)",
|
|
218
|
+
"description": "Shadow of popovers, menus and tooltips."
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "--c2-theme--shadow-lg",
|
|
222
|
+
"category": "shadow",
|
|
223
|
+
"light": "0 24px 60px rgba(0, 0, 0, 0.25)",
|
|
224
|
+
"dark": "0 24px 60px rgba(0, 0, 0, 0.6)",
|
|
225
|
+
"description": "Shadow of dialogs and drawers."
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"mapping": {
|
|
229
|
+
"--c2-accordion--border-radius": "--c2-theme--radius-lg",
|
|
230
|
+
"--c2-accordion--transition-duration": "--c2-theme--motion-scale",
|
|
231
|
+
"--c2-avatar--border-top-left-radius": "--c2-theme--radius-full",
|
|
232
|
+
"--c2-avatar--border-top-right-radius": "--c2-theme--radius-full",
|
|
233
|
+
"--c2-avatar--border-bottom-left-radius": "--c2-theme--radius-full",
|
|
234
|
+
"--c2-avatar--border-bottom-right-radius": "--c2-theme--radius-full",
|
|
235
|
+
"--c2-avatar--font-weight": "--c2-theme--font-weight-semibold",
|
|
236
|
+
"--c2-avatar__badge--border": "--c2-theme--color-surface",
|
|
237
|
+
"--c2-badge--border-radius": "--c2-theme--radius-full",
|
|
238
|
+
"--c2-badge--font-size": "--c2-theme--font-size-sm",
|
|
239
|
+
"--c2-badge--font-weight": "--c2-theme--font-weight-medium",
|
|
240
|
+
"--c2-badge__neutral--background": "--c2-theme--color-surface-container",
|
|
241
|
+
"--c2-badge__neutral--color": "--c2-theme--color-on-surface-variant",
|
|
242
|
+
"--c2-badge__primary--background": "--c2-theme--color-primary-container",
|
|
243
|
+
"--c2-badge__primary--color": "--c2-theme--color-primary",
|
|
244
|
+
"--c2-badge__danger--color": "--c2-theme--color-error",
|
|
245
|
+
"--c2-badge__pulse--animation-duration": "--c2-theme--motion-scale",
|
|
246
|
+
"--c2-badge__anchor--border": "--c2-theme--color-surface",
|
|
247
|
+
"--c2-breadcrumb__separator--color": "--c2-theme--color-on-surface-variant",
|
|
248
|
+
"--c2-breadcrumb__item--color": "--c2-theme--color-on-surface-variant",
|
|
249
|
+
"--c2-breadcrumb__item--font-size": "--c2-theme--font-size-md",
|
|
250
|
+
"--c2-breadcrumb__item--font-weight": "--c2-theme--font-weight-medium",
|
|
251
|
+
"--c2-breadcrumb__item--border-radius": "--c2-theme--radius-sm",
|
|
252
|
+
"--c2-breadcrumb__item__hover--color": "--c2-theme--color-on-surface",
|
|
253
|
+
"--c2-breadcrumb__item__current--color": "--c2-theme--color-on-surface",
|
|
254
|
+
"--c2-breadcrumb__item__current--font-weight": "--c2-theme--font-weight-medium",
|
|
255
|
+
"--c2-button__container--border-radius": "--c2-theme--radius-md",
|
|
256
|
+
"--c2-button__container--background-color": "--c2-theme--color-primary",
|
|
257
|
+
"--c2-button__container--color": "--c2-theme--color-on-primary",
|
|
258
|
+
"--c2-button__container--font-size": "--c2-theme--font-size-md",
|
|
259
|
+
"--c2-button__container--font-weight": "--c2-theme--font-weight-medium",
|
|
260
|
+
"--c2-button__container__hover--background-color": "--c2-theme--color-primary-hover",
|
|
261
|
+
"--c2-button__container__active--background-color": "--c2-theme--color-primary-active",
|
|
262
|
+
"--c2-button__container__focus--outline": "--c2-theme--focus-ring",
|
|
263
|
+
"--c2-button__container__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
264
|
+
"--c2-button__running-icon--animation-duration": "--c2-theme--motion-scale",
|
|
265
|
+
"--c2-button-group--border-radius": "--c2-theme--radius-md",
|
|
266
|
+
"--c2-card--border-top-left-radius": "--c2-theme--radius-lg",
|
|
267
|
+
"--c2-card--border-top-right-radius": "--c2-theme--radius-lg",
|
|
268
|
+
"--c2-card--border-bottom-left-radius": "--c2-theme--radius-lg",
|
|
269
|
+
"--c2-card--border-bottom-right-radius": "--c2-theme--radius-lg",
|
|
270
|
+
"--c2-card--border-top": "--c2-theme--border",
|
|
271
|
+
"--c2-card--border-bottom": "--c2-theme--border",
|
|
272
|
+
"--c2-card--border-right": "--c2-theme--border",
|
|
273
|
+
"--c2-card--border-left": "--c2-theme--border",
|
|
274
|
+
"--c2-card--background": "--c2-theme--color-surface",
|
|
275
|
+
"--c2-card__focus--outline": "--c2-theme--focus-ring",
|
|
276
|
+
"--c2-card__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
277
|
+
"--c2-chat-input--border-top-left-radius": "--c2-theme--radius-sm",
|
|
278
|
+
"--c2-chat-input--border-top-right-radius": "--c2-theme--radius-sm",
|
|
279
|
+
"--c2-chat-input--border-bottom-left-radius": "--c2-theme--radius-sm",
|
|
280
|
+
"--c2-chat-input--border-bottom-right-radius": "--c2-theme--radius-sm",
|
|
281
|
+
"--c2-chat-input--border-top": "--c2-theme--border",
|
|
282
|
+
"--c2-chat-input--border-right": "--c2-theme--border",
|
|
283
|
+
"--c2-chat-input--border-bottom": "--c2-theme--border",
|
|
284
|
+
"--c2-chat-input--border-left": "--c2-theme--border",
|
|
285
|
+
"--c2-chat-input--color": "--c2-theme--color-on-surface",
|
|
286
|
+
"--c2-chat-input--background": "--c2-theme--color-surface",
|
|
287
|
+
"--c2-chat-input--font-size": "--c2-theme--font-size-md",
|
|
288
|
+
"--c2-chat-message--font-size": "--c2-theme--font-size-md",
|
|
289
|
+
"--c2-chat-message__time--font-size": "--c2-theme--font-size-sm",
|
|
290
|
+
"--c2-checkbox__container--border-top-left-radius": "--c2-theme--radius-sm",
|
|
291
|
+
"--c2-checkbox__container--border-top-right-radius": "--c2-theme--radius-sm",
|
|
292
|
+
"--c2-checkbox__container--border-bottom-left-radius": "--c2-theme--radius-sm",
|
|
293
|
+
"--c2-checkbox__container--border-bottom-right-radius": "--c2-theme--radius-sm",
|
|
294
|
+
"--c2-checkbox__container--border-top": "--c2-theme--border",
|
|
295
|
+
"--c2-checkbox__container--border-right": "--c2-theme--border",
|
|
296
|
+
"--c2-checkbox__container--border-bottom": "--c2-theme--border",
|
|
297
|
+
"--c2-checkbox__container--border-left": "--c2-theme--border",
|
|
298
|
+
"--c2-checkbox__container__selected--background-color": "--c2-theme--color-primary",
|
|
299
|
+
"--c2-checkbox__container__focus--outline": "--c2-theme--focus-ring",
|
|
300
|
+
"--c2-checkbox__container__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
301
|
+
"--c2-checkbox__checkmark--color": "--c2-theme--color-on-primary",
|
|
302
|
+
"--c2-checkbox__mixedmark--color": "--c2-theme--color-on-primary",
|
|
303
|
+
"--c2-checkbox__uncheckmark--color": "--c2-theme--color-on-primary",
|
|
304
|
+
"--c2-checkbox__state-layer--border-top-left-radius": "--c2-theme--radius-md",
|
|
305
|
+
"--c2-checkbox__state-layer--border-top-right-radius": "--c2-theme--radius-md",
|
|
306
|
+
"--c2-checkbox__state-layer--border-bottom-left-radius": "--c2-theme--radius-md",
|
|
307
|
+
"--c2-checkbox__state-layer--border-bottom-right-radius": "--c2-theme--radius-md",
|
|
308
|
+
"--c2-code-viewer--border-top": "--c2-theme--border",
|
|
309
|
+
"--c2-code-viewer--border-right": "--c2-theme--border",
|
|
310
|
+
"--c2-code-viewer--border-bottom": "--c2-theme--border",
|
|
311
|
+
"--c2-code-viewer--border-left": "--c2-theme--border",
|
|
312
|
+
"--c2-code-viewer--border-top-left-radius": "--c2-theme--radius-lg",
|
|
313
|
+
"--c2-code-viewer--border-top-right-radius": "--c2-theme--radius-lg",
|
|
314
|
+
"--c2-code-viewer--border-bottom-left-radius": "--c2-theme--radius-lg",
|
|
315
|
+
"--c2-code-viewer--border-bottom-right-radius": "--c2-theme--radius-lg",
|
|
316
|
+
"--c2-code-viewer__header--font-size": "--c2-theme--font-size-sm",
|
|
317
|
+
"--c2-code-viewer__copy--border-radius": "--c2-theme--radius-md",
|
|
318
|
+
"--c2-color-select__popover--background-color": "--c2-theme--color-surface",
|
|
319
|
+
"--c2-color-select__popover--border-top": "--c2-theme--border",
|
|
320
|
+
"--c2-color-select__popover--border-right": "--c2-theme--border",
|
|
321
|
+
"--c2-color-select__popover--border-bottom": "--c2-theme--border",
|
|
322
|
+
"--c2-color-select__popover--border-left": "--c2-theme--border",
|
|
323
|
+
"--c2-color-select__popover--border-top-left-radius": "--c2-theme--radius-sm",
|
|
324
|
+
"--c2-color-select__popover--border-top-right-radius": "--c2-theme--radius-sm",
|
|
325
|
+
"--c2-color-select__popover--border-bottom-left-radius": "--c2-theme--radius-sm",
|
|
326
|
+
"--c2-color-select__popover--border-bottom-right-radius": "--c2-theme--radius-sm",
|
|
327
|
+
"--c2-color-select__color__sample--border-top": "--c2-theme--border",
|
|
328
|
+
"--c2-color-select__color__sample--border-right": "--c2-theme--border",
|
|
329
|
+
"--c2-color-select__color__sample--border-bottom": "--c2-theme--border",
|
|
330
|
+
"--c2-color-select__color__sample--border-left": "--c2-theme--border",
|
|
331
|
+
"--c2-color-select__color__sample--border-radius": "--c2-theme--radius-sm",
|
|
332
|
+
"--c2-color-slider--border-radius": "--c2-theme--radius-lg",
|
|
333
|
+
"--c2-color-slider--border-top-left-radius": "--c2-theme--radius-lg",
|
|
334
|
+
"--c2-color-slider--border-top-right-radius": "--c2-theme--radius-lg",
|
|
335
|
+
"--c2-color-slider--border-bottom-left-radius": "--c2-theme--radius-lg",
|
|
336
|
+
"--c2-color-slider--border-bottom-right-radius": "--c2-theme--radius-lg",
|
|
337
|
+
"--c2-color-slider--border-top": "--c2-theme--border",
|
|
338
|
+
"--c2-color-slider--border-right": "--c2-theme--border",
|
|
339
|
+
"--c2-color-slider--border-bottom": "--c2-theme--border",
|
|
340
|
+
"--c2-color-slider--borde-leftr": "--c2-theme--border",
|
|
341
|
+
"--c2-color-slider__color-handle--border-top-left-radius": "--c2-theme--radius-md",
|
|
342
|
+
"--c2-color-slider__color-handle--border-top-right-radius": "--c2-theme--radius-md",
|
|
343
|
+
"--c2-color-slider__color-handle--border-bottom-left-radius": "--c2-theme--radius-md",
|
|
344
|
+
"--c2-color-slider__color-handle--border-bottom-right-radius": "--c2-theme--radius-md",
|
|
345
|
+
"--c2-copy-button__container--color": "--c2-theme--color-on-surface",
|
|
346
|
+
"--c2-copy-button__container--border-radius": "--c2-theme--radius-md",
|
|
347
|
+
"--c2-copy-button__container--font-size": "--c2-theme--font-size-sm",
|
|
348
|
+
"--c2-copy-button__container--font-weight": "--c2-theme--font-weight-medium",
|
|
349
|
+
"--c2-copy-button__container__hover--background-color": "--c2-theme--color-surface-container",
|
|
350
|
+
"--c2-copy-button__container__active--background-color": "--c2-theme--color-surface-container",
|
|
351
|
+
"--c2-copy-button__container__focus--outline": "--c2-theme--focus-ring",
|
|
352
|
+
"--c2-copy-button__container__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
353
|
+
"--c2-copy-button--transition-duration": "--c2-theme--motion-scale",
|
|
354
|
+
"--c2-details--border-top": "--c2-theme--border",
|
|
355
|
+
"--c2-details--border-right": "--c2-theme--border",
|
|
356
|
+
"--c2-details--border-bottom": "--c2-theme--border",
|
|
357
|
+
"--c2-details--border-left": "--c2-theme--border",
|
|
358
|
+
"--c2-details--border-top-left-radius": "--c2-theme--radius-lg",
|
|
359
|
+
"--c2-details--border-top-right-radius": "--c2-theme--radius-lg",
|
|
360
|
+
"--c2-details--border-bottom-left-radius": "--c2-theme--radius-lg",
|
|
361
|
+
"--c2-details--border-bottom-right-radius": "--c2-theme--radius-lg",
|
|
362
|
+
"--c2-details--background": "--c2-theme--color-surface",
|
|
363
|
+
"--c2-details--transition-duration": "--c2-theme--motion-scale",
|
|
364
|
+
"--c2-details__header--font-weight": "--c2-theme--font-weight-medium",
|
|
365
|
+
"--c2-details__header__icon--color": "--c2-theme--color-on-surface-variant",
|
|
366
|
+
"--c2-details__header__content--color": "--c2-theme--color-on-surface-variant",
|
|
367
|
+
"--c2-details__header__hover--background": "--c2-theme--color-surface-container-low",
|
|
368
|
+
"--c2-details__header__focus--outline": "--c2-theme--focus-ring",
|
|
369
|
+
"--c2-details__header__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
370
|
+
"--c2-icon-button--border-radius": "--c2-theme--radius-full",
|
|
371
|
+
"--c2-icon-button__hover--background-color": "--c2-theme--color-surface-container",
|
|
372
|
+
"--c2-icon-button__focus--outline": "--c2-theme--focus-ring",
|
|
373
|
+
"--c2-icon-button__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
374
|
+
"--c2-icon-button__selected--background-color": "--c2-theme--color-surface-container",
|
|
375
|
+
"--c2-label__container__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
376
|
+
"--c2-label__required-indicator--color": "--c2-theme--color-error",
|
|
377
|
+
"--c2-link-button__container--border-radius": "--c2-theme--radius-sm",
|
|
378
|
+
"--c2-link-button__container--font-size": "--c2-theme--font-size-md",
|
|
379
|
+
"--c2-link-button__container--font-weight": "--c2-theme--font-weight-medium",
|
|
380
|
+
"--c2-link-button__container--text-decoration-color": "--c2-theme--color-primary",
|
|
381
|
+
"--c2-link-button__container__hover--color": "--c2-theme--color-primary",
|
|
382
|
+
"--c2-link-button__container__focus--outline": "--c2-theme--focus-ring",
|
|
383
|
+
"--c2-link-button__container__selected--color": "--c2-theme--color-primary",
|
|
384
|
+
"--c2-link-button__container__selected--font-weight": "--c2-theme--font-weight-semibold",
|
|
385
|
+
"--c2-link-button__container__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
386
|
+
"--c2-list--background": "--c2-theme--color-surface",
|
|
387
|
+
"--c2-list__divider--color": "--c2-theme--color-outline-variant",
|
|
388
|
+
"--c2-list__heading--color": "--c2-theme--color-on-surface-variant",
|
|
389
|
+
"--c2-list__heading--font-weight": "--c2-theme--font-weight-semibold",
|
|
390
|
+
"--c2-list-item--border-top-left-radius": "--c2-theme--radius-md",
|
|
391
|
+
"--c2-list-item--border-top-right-radius": "--c2-theme--radius-md",
|
|
392
|
+
"--c2-list-item--border-bottom-left-radius": "--c2-theme--radius-md",
|
|
393
|
+
"--c2-list-item--border-bottom-right-radius": "--c2-theme--radius-md",
|
|
394
|
+
"--c2-list-item--font-size": "--c2-theme--font-size-md",
|
|
395
|
+
"--c2-list-item--color": "--c2-theme--color-on-surface",
|
|
396
|
+
"--c2-list-item__description--color": "--c2-theme--color-on-surface-variant",
|
|
397
|
+
"--c2-list-item__description--font-size": "--c2-theme--font-size-sm",
|
|
398
|
+
"--c2-list-item__hover--background": "--c2-theme--color-surface-container",
|
|
399
|
+
"--c2-list-item__selected--color": "--c2-theme--color-primary",
|
|
400
|
+
"--c2-list-item__selected--background": "--c2-theme--color-primary-container",
|
|
401
|
+
"--c2-list-item__selected__hover--background": "--c2-theme--color-primary-container",
|
|
402
|
+
"--c2-list-item__focus--outline": "--c2-theme--focus-ring",
|
|
403
|
+
"--c2-list-item__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
404
|
+
"--c2-modal--background": "--c2-theme--color-surface",
|
|
405
|
+
"--c2-modal--color": "--c2-theme--color-on-surface",
|
|
406
|
+
"--c2-modal--border-top-left-radius": "--c2-theme--radius-xl",
|
|
407
|
+
"--c2-modal--border-top-right-radius": "--c2-theme--radius-xl",
|
|
408
|
+
"--c2-modal--border-bottom-left-radius": "--c2-theme--radius-xl",
|
|
409
|
+
"--c2-modal--border-bottom-right-radius": "--c2-theme--radius-xl",
|
|
410
|
+
"--c2-modal--box-shadow": "--c2-theme--shadow-lg",
|
|
411
|
+
"--c2-modal--transition-duration": "--c2-theme--motion-scale",
|
|
412
|
+
"--c2-modal__header--font-weight": "--c2-theme--font-weight-semibold",
|
|
413
|
+
"--c2-modal__body--font-size": "--c2-theme--font-size-md",
|
|
414
|
+
"--c2-modal__close--border-radius": "--c2-theme--radius-lg",
|
|
415
|
+
"--c2-modal__close--color": "--c2-theme--color-on-surface-variant",
|
|
416
|
+
"--c2-modal__close__hover--background": "--c2-theme--color-surface-container",
|
|
417
|
+
"--c2-modal__close__hover--color": "--c2-theme--color-on-surface",
|
|
418
|
+
"--c2-modal__close__focus--outline": "--c2-theme--focus-ring",
|
|
419
|
+
"--c2-modal__backdrop--background": "--c2-theme--color-scrim",
|
|
420
|
+
"--c2-overlay--transition-duration": "--c2-theme--motion-scale",
|
|
421
|
+
"--c2-radio__container--border-radius": "--c2-theme--radius-lg",
|
|
422
|
+
"--c2-radio__control--border-radius": "--c2-theme--radius-full",
|
|
423
|
+
"--c2-radio__control--border": "--c2-theme--border",
|
|
424
|
+
"--c2-radio__control__hover--border": "--c2-theme--color-outline-strong",
|
|
425
|
+
"--c2-radio__control__checked--background-color": "--c2-theme--color-primary",
|
|
426
|
+
"--c2-radio__control__checked__hover--background-color": "--c2-theme--color-primary-hover",
|
|
427
|
+
"--c2-radio__control__focus--outline": "--c2-theme--focus-ring",
|
|
428
|
+
"--c2-radio__control__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
429
|
+
"--c2-radio__dot--color": "--c2-theme--color-on-primary",
|
|
430
|
+
"--c2-radio__icon--color": "--c2-theme--color-on-surface-variant",
|
|
431
|
+
"--c2-radio__icon__checked--color": "--c2-theme--color-primary",
|
|
432
|
+
"--c2-radio__state-layer--border-radius": "--c2-theme--radius-full",
|
|
433
|
+
"--c2-radio__label__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
434
|
+
"--c2-radio__description--color": "--c2-theme--color-on-surface-variant",
|
|
435
|
+
"--c2-radio__description--font-size": "--c2-theme--font-size-sm",
|
|
436
|
+
"--c2-radio-group__label--color": "--c2-theme--color-on-surface",
|
|
437
|
+
"--c2-radio-group__label--font-size": "--c2-theme--font-size-md",
|
|
438
|
+
"--c2-radio-group__label--font-weight": "--c2-theme--font-weight-medium",
|
|
439
|
+
"--c2-radio-group__description--color": "--c2-theme--color-on-surface-variant",
|
|
440
|
+
"--c2-radio-group__description--font-size": "--c2-theme--font-size-sm",
|
|
441
|
+
"--c2-radio-group__header__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
442
|
+
"--c2-select__button--background": "--c2-theme--color-surface",
|
|
443
|
+
"--c2-select__button--color": "--c2-theme--color-on-surface",
|
|
444
|
+
"--c2-select__button--font-size": "--c2-theme--font-size-md",
|
|
445
|
+
"--c2-select__button--border-top-left-radius": "--c2-theme--radius-md",
|
|
446
|
+
"--c2-select__button--border-top-right-radius": "--c2-theme--radius-md",
|
|
447
|
+
"--c2-select__button--border-bottom-left-radius": "--c2-theme--radius-md",
|
|
448
|
+
"--c2-select__button--border-bottom-right-radius": "--c2-theme--radius-md",
|
|
449
|
+
"--c2-select__button--border-top": "--c2-theme--border",
|
|
450
|
+
"--c2-select__button--border-right": "--c2-theme--border",
|
|
451
|
+
"--c2-select__button--border-bottom": "--c2-theme--border",
|
|
452
|
+
"--c2-select__button--border-left": "--c2-theme--border",
|
|
453
|
+
"--c2-select__button__hover--border-top": "--c2-theme--color-outline-strong",
|
|
454
|
+
"--c2-select__button__hover--border-right": "--c2-theme--color-outline-strong",
|
|
455
|
+
"--c2-select__button__hover--border-bottom": "--c2-theme--color-outline-strong",
|
|
456
|
+
"--c2-select__button__hover--border-left": "--c2-theme--color-outline-strong",
|
|
457
|
+
"--c2-select__button__hover--background": "--c2-theme--color-surface-container-low",
|
|
458
|
+
"--c2-select__button__hover--color": "--c2-theme--color-on-surface",
|
|
459
|
+
"--c2-select__button__open--border-top": "--c2-theme--color-primary",
|
|
460
|
+
"--c2-select__button__open--border-right": "--c2-theme--color-primary",
|
|
461
|
+
"--c2-select__button__open--border-bottom": "--c2-theme--color-primary",
|
|
462
|
+
"--c2-select__button__open--border-left": "--c2-theme--color-primary",
|
|
463
|
+
"--c2-select__button__focus--outline": "--c2-theme--focus-ring",
|
|
464
|
+
"--c2-select__button__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
465
|
+
"--c2-select__button__suffix-icon--color": "--c2-theme--color-on-surface-variant",
|
|
466
|
+
"--c2-select__placeholder--color": "--c2-theme--color-on-surface-variant",
|
|
467
|
+
"--c2-select__list--background": "--c2-theme--color-surface",
|
|
468
|
+
"--c2-select__list--border-top": "--c2-theme--color-outline-variant",
|
|
469
|
+
"--c2-select__list--border-right": "--c2-theme--color-outline-variant",
|
|
470
|
+
"--c2-select__list--border-bottom": "--c2-theme--color-outline-variant",
|
|
471
|
+
"--c2-select__list--border-left": "--c2-theme--color-outline-variant",
|
|
472
|
+
"--c2-select__list--border-top-left-radius": "--c2-theme--radius-lg",
|
|
473
|
+
"--c2-select__list--border-top-right-radius": "--c2-theme--radius-lg",
|
|
474
|
+
"--c2-select__list--border-bottom-left-radius": "--c2-theme--radius-lg",
|
|
475
|
+
"--c2-select__list--border-bottom-right-radius": "--c2-theme--radius-lg",
|
|
476
|
+
"--c2-select__list--box-shadow": "--c2-theme--shadow-md",
|
|
477
|
+
"--c2-seperator--color": "--c2-theme--color-outline-variant",
|
|
478
|
+
"--c2-seperator__label--color": "--c2-theme--color-on-surface-variant",
|
|
479
|
+
"--c2-seperator__label--font-size": "--c2-theme--font-size-sm",
|
|
480
|
+
"--c2-seperator__label--font-weight": "--c2-theme--font-weight-medium",
|
|
481
|
+
"--c2-side-nav--transition-duration": "--c2-theme--motion-scale",
|
|
482
|
+
"--c2-side-nav--background-color": "--c2-theme--color-surface-container-low",
|
|
483
|
+
"--c2-side-nav__divider--color": "--c2-theme--color-outline-variant",
|
|
484
|
+
"--c2-side-nav__over--box-shadow": "--c2-theme--shadow-lg",
|
|
485
|
+
"--c2-side-nav__backdrop--background-color": "--c2-theme--color-scrim",
|
|
486
|
+
"--c2-slider__container__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
487
|
+
"--c2-slider__track--border-radius": "--c2-theme--radius-full",
|
|
488
|
+
"--c2-slider__track--color": "--c2-theme--color-outline-variant",
|
|
489
|
+
"--c2-slider__fill--color": "--c2-theme--color-primary",
|
|
490
|
+
"--c2-slider__thumb--border-radius": "--c2-theme--radius-full",
|
|
491
|
+
"--c2-slider__thumb--color": "--c2-theme--color-surface",
|
|
492
|
+
"--c2-slider__thumb--border": "--c2-theme--color-primary",
|
|
493
|
+
"--c2-slider__thumb__focus--outline": "--c2-theme--focus-ring",
|
|
494
|
+
"--c2-slider__tick--color": "--c2-theme--color-on-surface-variant",
|
|
495
|
+
"--c2-slider__tick__filled--color": "--c2-theme--color-on-primary",
|
|
496
|
+
"--c2-slider__value--background": "--c2-theme--color-inverse-surface",
|
|
497
|
+
"--c2-slider__value--color": "--c2-theme--color-on-inverse-surface",
|
|
498
|
+
"--c2-slider__value--font-size": "--c2-theme--font-size-sm",
|
|
499
|
+
"--c2-slider__value--font-weight": "--c2-theme--font-weight-medium",
|
|
500
|
+
"--c2-slider__value--border-radius": "--c2-theme--radius-md",
|
|
501
|
+
"--c2-spinner--color": "--c2-theme--color-primary",
|
|
502
|
+
"--c2-spinner__track--color": "--c2-theme--color-outline-variant",
|
|
503
|
+
"--c2-spinner--animation-duration": "--c2-theme--motion-scale",
|
|
504
|
+
"--c2-spinner__label--color": "--c2-theme--color-on-surface-variant",
|
|
505
|
+
"--c2-spinner__label--font-size": "--c2-theme--font-size-md",
|
|
506
|
+
"--c2-switch__container__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
507
|
+
"--c2-switch__track--border-radius": "--c2-theme--radius-full",
|
|
508
|
+
"--c2-switch__track--color": "--c2-theme--color-outline-variant",
|
|
509
|
+
"--c2-switch__track__hover--color": "--c2-theme--color-outline",
|
|
510
|
+
"--c2-switch__track__checked--color": "--c2-theme--color-primary",
|
|
511
|
+
"--c2-switch__track__checked__hover--color": "--c2-theme--color-primary",
|
|
512
|
+
"--c2-switch__track__focus--outline": "--c2-theme--focus-ring",
|
|
513
|
+
"--c2-switch__thumb--border-radius": "--c2-theme--radius-full",
|
|
514
|
+
"--c2-switch__thumb--color": "--c2-theme--color-surface",
|
|
515
|
+
"--c2-switch__icon--color": "--c2-theme--color-on-surface-variant",
|
|
516
|
+
"--c2-switch__icon__checked--color": "--c2-theme--color-primary",
|
|
517
|
+
"--c2-switch__description--color": "--c2-theme--color-on-surface-variant",
|
|
518
|
+
"--c2-switch__description--font-size": "--c2-theme--font-size-sm",
|
|
519
|
+
"--c2-switch--transition-duration": "--c2-theme--motion-scale",
|
|
520
|
+
"--c2-tabs--box-shadow": "--c2-theme--color-outline-variant",
|
|
521
|
+
"--c2-tabs__indicator--color": "--c2-theme--color-primary",
|
|
522
|
+
"--c2-tabs__tab__hover--color": "--c2-theme--color-primary",
|
|
523
|
+
"--c2-tabs__tab__selected--color": "--c2-theme--color-primary",
|
|
524
|
+
"--c2-tabs__tab__focus--outline": "--c2-theme--focus-ring",
|
|
525
|
+
"--c2-tabs__tab__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
526
|
+
"--c2-text-field--border-top-left-radius": "--c2-theme--radius-md",
|
|
527
|
+
"--c2-text-field--border-top-right-radius": "--c2-theme--radius-md",
|
|
528
|
+
"--c2-text-field--border-bottom-left-radius": "--c2-theme--radius-md",
|
|
529
|
+
"--c2-text-field--border-bottom-right-radius": "--c2-theme--radius-md",
|
|
530
|
+
"--c2-text-field--border-top": "--c2-theme--border",
|
|
531
|
+
"--c2-text-field--border-right": "--c2-theme--border",
|
|
532
|
+
"--c2-text-field--border-bottom": "--c2-theme--border",
|
|
533
|
+
"--c2-text-field--border-left": "--c2-theme--border",
|
|
534
|
+
"--c2-text-field--color": "--c2-theme--color-on-surface",
|
|
535
|
+
"--c2-text-field--background": "--c2-theme--color-surface",
|
|
536
|
+
"--c2-text-field--font-size": "--c2-theme--font-size-md",
|
|
537
|
+
"--c2-text-field__placeholder--color": "--c2-theme--color-on-surface-variant",
|
|
538
|
+
"--c2-text-field__hover--border-top": "--c2-theme--color-outline-strong",
|
|
539
|
+
"--c2-text-field__hover--border-right": "--c2-theme--color-outline-strong",
|
|
540
|
+
"--c2-text-field__hover--border-bottom": "--c2-theme--color-outline-strong",
|
|
541
|
+
"--c2-text-field__hover--border-left": "--c2-theme--color-outline-strong",
|
|
542
|
+
"--c2-text-field__focus--border-top": "--c2-theme--color-primary",
|
|
543
|
+
"--c2-text-field__focus--border-right": "--c2-theme--color-primary",
|
|
544
|
+
"--c2-text-field__focus--border-bottom": "--c2-theme--color-primary",
|
|
545
|
+
"--c2-text-field__focus--border-left": "--c2-theme--color-primary",
|
|
546
|
+
"--c2-text-field__focus--outline": "--c2-theme--focus-ring",
|
|
547
|
+
"--c2-text-field__error--border-top": "--c2-theme--color-error",
|
|
548
|
+
"--c2-text-field__error--border-right": "--c2-theme--color-error",
|
|
549
|
+
"--c2-text-field__error--border-bottom": "--c2-theme--color-error",
|
|
550
|
+
"--c2-text-field__error--border-left": "--c2-theme--color-error",
|
|
551
|
+
"--c2-text-field__read-only--border-top": "--c2-theme--color-outline-variant",
|
|
552
|
+
"--c2-text-field__read-only--border-right": "--c2-theme--color-outline-variant",
|
|
553
|
+
"--c2-text-field__read-only--border-bottom": "--c2-theme--color-outline-variant",
|
|
554
|
+
"--c2-text-field__read-only--border-left": "--c2-theme--color-outline-variant",
|
|
555
|
+
"--c2-text-field__read-only--background": "--c2-theme--color-surface-container-low",
|
|
556
|
+
"--c2-text-field__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
557
|
+
"--c2-text-field__icon--color": "--c2-theme--color-on-surface-variant",
|
|
558
|
+
"--c2-text-field__clear-icon--color": "--c2-theme--color-on-surface-variant",
|
|
559
|
+
"--c2-text-field__clear-icon__hover--color": "--c2-theme--color-on-surface",
|
|
560
|
+
"--c2-text-field__help-icon--color": "--c2-theme--color-on-surface-variant",
|
|
561
|
+
"--c2-text-field__supporting-text--font-size": "--c2-theme--font-size-sm",
|
|
562
|
+
"--c2-text-field__supporting-text--color": "--c2-theme--color-on-surface-variant",
|
|
563
|
+
"--c2-text-field__supporting-text__error--color": "--c2-theme--color-error",
|
|
564
|
+
"--c2-textarea__container--border": "--c2-theme--border",
|
|
565
|
+
"--c2-textarea__container--border-radius": "--c2-theme--radius-md",
|
|
566
|
+
"--c2-textarea__container--background": "--c2-theme--color-surface",
|
|
567
|
+
"--c2-textarea__container--color": "--c2-theme--color-on-surface",
|
|
568
|
+
"--c2-textarea__container--font-size": "--c2-theme--font-size-md",
|
|
569
|
+
"--c2-textarea__container__hover--border": "--c2-theme--color-outline-strong",
|
|
570
|
+
"--c2-textarea__container__focus--border": "--c2-theme--color-primary",
|
|
571
|
+
"--c2-textarea__container__focus--outline": "--c2-theme--focus-ring",
|
|
572
|
+
"--c2-textarea__container__error--border": "--c2-theme--color-error",
|
|
573
|
+
"--c2-textarea__container__read-only--background": "--c2-theme--color-surface-container-low",
|
|
574
|
+
"--c2-textarea__container__disabled--opacity": "--c2-theme--disabled-opacity",
|
|
575
|
+
"--c2-textarea__placeholder--color": "--c2-theme--color-on-surface-variant",
|
|
576
|
+
"--c2-textarea__supporting-text--font-size": "--c2-theme--font-size-sm",
|
|
577
|
+
"--c2-textarea__supporting-text--color": "--c2-theme--color-on-surface-variant",
|
|
578
|
+
"--c2-textarea__supporting-text__error--color": "--c2-theme--color-error",
|
|
579
|
+
"--c2-toast__container--background": "--c2-theme--color-surface",
|
|
580
|
+
"--c2-toast__container--color": "--c2-theme--color-on-surface",
|
|
581
|
+
"--c2-toast__container--border": "--c2-theme--color-outline-variant",
|
|
582
|
+
"--c2-toast__container--font-size": "--c2-theme--font-size-md",
|
|
583
|
+
"--c2-toast__heading--font-weight": "--c2-theme--font-weight-semibold",
|
|
584
|
+
"--c2-toast__icon--color": "--c2-theme--color-on-surface-variant",
|
|
585
|
+
"--c2-toast__icon__error--color": "--c2-theme--color-error",
|
|
586
|
+
"--c2-toast__close--color": "--c2-theme--color-on-surface-variant",
|
|
587
|
+
"--c2-toast__close__hover--background": "--c2-theme--color-surface-container",
|
|
588
|
+
"--c2-toast__button__focus--outline": "--c2-theme--focus-ring",
|
|
589
|
+
"--c2-tooltip--background-color": "--c2-theme--color-inverse-surface",
|
|
590
|
+
"--c2-tooltip--color": "--c2-theme--color-on-inverse-surface",
|
|
591
|
+
"--c2-tooltip--border-radius": "--c2-theme--radius-md",
|
|
592
|
+
"--c2-tooltip--box-shadow": "--c2-theme--shadow-md",
|
|
593
|
+
"--c2-tooltip--font-size": "--c2-theme--font-size-sm",
|
|
594
|
+
"--c2-tooltip--font-weight": "--c2-theme--font-weight-medium",
|
|
595
|
+
"--c2-tooltip--transition-duration": "--c2-theme--motion-scale"
|
|
596
|
+
}
|
|
597
|
+
}
|