@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/report.json
ADDED
|
@@ -0,0 +1,3310 @@
|
|
|
1
|
+
{
|
|
2
|
+
"packages": {
|
|
3
|
+
"@c2n/accordion": {
|
|
4
|
+
"total": 5,
|
|
5
|
+
"mapped": 2,
|
|
6
|
+
"unmapped": 3,
|
|
7
|
+
"excluded": 0,
|
|
8
|
+
"noDefault": 0,
|
|
9
|
+
"unmappedVars": [
|
|
10
|
+
{
|
|
11
|
+
"name": "--c2-accordion--gap",
|
|
12
|
+
"type": "pixel",
|
|
13
|
+
"default": "0px",
|
|
14
|
+
"rule": "R13",
|
|
15
|
+
"reason": "property gap is not themed by design"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "--c2-accordion--border-width",
|
|
19
|
+
"type": "pixel",
|
|
20
|
+
"default": "1px",
|
|
21
|
+
"rule": "R13",
|
|
22
|
+
"reason": "property border-width is not themed by design"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "--c2-accordion--border-color",
|
|
26
|
+
"type": "color",
|
|
27
|
+
"default": "#d5d5d5",
|
|
28
|
+
"rule": "R7",
|
|
29
|
+
"reason": "unknown colour #d5d5d5"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"excludedVars": []
|
|
33
|
+
},
|
|
34
|
+
"@c2n/avatar": {
|
|
35
|
+
"total": 29,
|
|
36
|
+
"mapped": 6,
|
|
37
|
+
"unmapped": 5,
|
|
38
|
+
"excluded": 9,
|
|
39
|
+
"noDefault": 9,
|
|
40
|
+
"unmappedVars": [
|
|
41
|
+
{
|
|
42
|
+
"name": "--c2-avatar--size",
|
|
43
|
+
"type": "pixel",
|
|
44
|
+
"default": "32px",
|
|
45
|
+
"rule": "R13",
|
|
46
|
+
"reason": "property size is not themed by design"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "--c2-avatar--letter-spacing",
|
|
50
|
+
"type": "letter-spacing",
|
|
51
|
+
"default": "0.02em",
|
|
52
|
+
"rule": "R13",
|
|
53
|
+
"reason": "property letter-spacing is not themed by design"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "--c2-avatar__image--object-fit",
|
|
57
|
+
"type": "object-fit",
|
|
58
|
+
"default": "cover",
|
|
59
|
+
"rule": "R13",
|
|
60
|
+
"reason": "property object-fit is not themed by design"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "--c2-avatar__badge--size",
|
|
64
|
+
"type": "pixel",
|
|
65
|
+
"default": "10px",
|
|
66
|
+
"rule": "R13",
|
|
67
|
+
"reason": "property size is not themed by design"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "--c2-avatar__badge--offset",
|
|
71
|
+
"type": "pixel",
|
|
72
|
+
"default": "0px",
|
|
73
|
+
"rule": "R13",
|
|
74
|
+
"reason": "property offset is not themed by design"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"excludedVars": [
|
|
78
|
+
{
|
|
79
|
+
"name": "--c2-avatar--color",
|
|
80
|
+
"type": "color",
|
|
81
|
+
"default": "#ffffff",
|
|
82
|
+
"rule": "R0",
|
|
83
|
+
"reason": "identity colour"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "--c2-avatar--background",
|
|
87
|
+
"type": "background",
|
|
88
|
+
"default": "rgb(0, 122, 77)",
|
|
89
|
+
"rule": "R0",
|
|
90
|
+
"reason": "identity colour"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "--c2-avatar--font-size",
|
|
94
|
+
"type": "font-size",
|
|
95
|
+
"default": "calc(var(--c2-avatar--size) * 0.4)",
|
|
96
|
+
"rule": "R2",
|
|
97
|
+
"reason": "keyword / derived value calc(var(--c2-avatar--size) * 0.4)"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "--c2-avatar__auto-color--saturation",
|
|
101
|
+
"type": "saturation",
|
|
102
|
+
"default": "55%",
|
|
103
|
+
"rule": "R2",
|
|
104
|
+
"reason": "identity / syntax colours are not themed"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "--c2-avatar__auto-color--lightness",
|
|
108
|
+
"type": "lightness",
|
|
109
|
+
"default": "42%",
|
|
110
|
+
"rule": "R2",
|
|
111
|
+
"reason": "identity / syntax colours are not themed"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "--c2-avatar__badge__online--color",
|
|
115
|
+
"type": "color",
|
|
116
|
+
"default": "rgb(34, 197, 94)",
|
|
117
|
+
"rule": "R2",
|
|
118
|
+
"reason": "identity / syntax colours are not themed"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "--c2-avatar__badge__away--color",
|
|
122
|
+
"type": "color",
|
|
123
|
+
"default": "rgb(245, 158, 11)",
|
|
124
|
+
"rule": "R2",
|
|
125
|
+
"reason": "identity / syntax colours are not themed"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "--c2-avatar__badge__busy--color",
|
|
129
|
+
"type": "color",
|
|
130
|
+
"default": "rgb(239, 68, 68)",
|
|
131
|
+
"rule": "R2",
|
|
132
|
+
"reason": "identity / syntax colours are not themed"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "--c2-avatar__badge__offline--color",
|
|
136
|
+
"type": "color",
|
|
137
|
+
"default": "rgb(161, 161, 170)",
|
|
138
|
+
"rule": "R2",
|
|
139
|
+
"reason": "identity / syntax colours are not themed"
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
"@c2n/badge": {
|
|
144
|
+
"total": 34,
|
|
145
|
+
"mapped": 10,
|
|
146
|
+
"unmapped": 10,
|
|
147
|
+
"excluded": 10,
|
|
148
|
+
"noDefault": 4,
|
|
149
|
+
"unmappedVars": [
|
|
150
|
+
{
|
|
151
|
+
"name": "--c2-badge--height",
|
|
152
|
+
"type": "pixel",
|
|
153
|
+
"default": "20px",
|
|
154
|
+
"rule": "R13",
|
|
155
|
+
"reason": "property height is not themed by design"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "--c2-badge--min-width",
|
|
159
|
+
"type": "pixel",
|
|
160
|
+
"default": "20px",
|
|
161
|
+
"rule": "R13",
|
|
162
|
+
"reason": "property min-width is not themed by design"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "--c2-badge--padding-left",
|
|
166
|
+
"type": "padding",
|
|
167
|
+
"default": "6px",
|
|
168
|
+
"rule": "R13",
|
|
169
|
+
"reason": "property padding-left is not themed by design"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "--c2-badge--padding-right",
|
|
173
|
+
"type": "padding",
|
|
174
|
+
"default": "6px",
|
|
175
|
+
"rule": "R13",
|
|
176
|
+
"reason": "property padding-right is not themed by design"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "--c2-badge--gap",
|
|
180
|
+
"type": "pixel",
|
|
181
|
+
"default": "4px",
|
|
182
|
+
"rule": "R13",
|
|
183
|
+
"reason": "property gap is not themed by design"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "--c2-badge--line-height",
|
|
187
|
+
"type": "line-height",
|
|
188
|
+
"default": "1",
|
|
189
|
+
"rule": "R13",
|
|
190
|
+
"reason": "property line-height is not themed by design"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "--c2-badge__icon--size",
|
|
194
|
+
"type": "pixel",
|
|
195
|
+
"default": "12px",
|
|
196
|
+
"rule": "R13",
|
|
197
|
+
"reason": "property size is not themed by design"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"name": "--c2-badge__dot--size",
|
|
201
|
+
"type": "pixel",
|
|
202
|
+
"default": "8px",
|
|
203
|
+
"rule": "R13",
|
|
204
|
+
"reason": "property size is not themed by design"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "--c2-badge__anchor--offset-x",
|
|
208
|
+
"type": "pixel",
|
|
209
|
+
"default": "0px",
|
|
210
|
+
"rule": "R13",
|
|
211
|
+
"reason": "property offset-x is not themed by design"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "--c2-badge__anchor--offset-y",
|
|
215
|
+
"type": "pixel",
|
|
216
|
+
"default": "0px",
|
|
217
|
+
"rule": "R13",
|
|
218
|
+
"reason": "property offset-y is not themed by design"
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"excludedVars": [
|
|
222
|
+
{
|
|
223
|
+
"name": "--c2-badge--border",
|
|
224
|
+
"type": "border",
|
|
225
|
+
"default": "none",
|
|
226
|
+
"rule": "R2",
|
|
227
|
+
"reason": "keyword / derived value none"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "--c2-badge--font-family",
|
|
231
|
+
"type": "font-family",
|
|
232
|
+
"default": "inherit",
|
|
233
|
+
"rule": "R2",
|
|
234
|
+
"reason": "keyword / derived value inherit"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "--c2-badge--text-transform",
|
|
238
|
+
"type": "text-transform",
|
|
239
|
+
"default": "none",
|
|
240
|
+
"rule": "R2",
|
|
241
|
+
"reason": "keyword / derived value none"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "--c2-badge__success--background",
|
|
245
|
+
"type": "background",
|
|
246
|
+
"default": "#dcfce7",
|
|
247
|
+
"rule": "R0",
|
|
248
|
+
"reason": "status colour"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "--c2-badge__success--color",
|
|
252
|
+
"type": "color",
|
|
253
|
+
"default": "#166534",
|
|
254
|
+
"rule": "R0",
|
|
255
|
+
"reason": "status colour"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "--c2-badge__warning--background",
|
|
259
|
+
"type": "background",
|
|
260
|
+
"default": "#fef3c7",
|
|
261
|
+
"rule": "R0",
|
|
262
|
+
"reason": "status colour"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "--c2-badge__warning--color",
|
|
266
|
+
"type": "color",
|
|
267
|
+
"default": "#92400e",
|
|
268
|
+
"rule": "R0",
|
|
269
|
+
"reason": "status colour"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "--c2-badge__danger--background",
|
|
273
|
+
"type": "background",
|
|
274
|
+
"default": "#fee2e2",
|
|
275
|
+
"rule": "R0",
|
|
276
|
+
"reason": "status colour (the text maps to color-error)"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "--c2-badge__info--background",
|
|
280
|
+
"type": "background",
|
|
281
|
+
"default": "#e0f2fe",
|
|
282
|
+
"rule": "R0",
|
|
283
|
+
"reason": "status colour"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "--c2-badge__info--color",
|
|
287
|
+
"type": "color",
|
|
288
|
+
"default": "#075985",
|
|
289
|
+
"rule": "R0",
|
|
290
|
+
"reason": "status colour"
|
|
291
|
+
}
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"@c2n/breadcrumb": {
|
|
295
|
+
"total": 18,
|
|
296
|
+
"mapped": 8,
|
|
297
|
+
"unmapped": 6,
|
|
298
|
+
"excluded": 1,
|
|
299
|
+
"noDefault": 3,
|
|
300
|
+
"unmappedVars": [
|
|
301
|
+
{
|
|
302
|
+
"name": "--c2-breadcrumb--gap",
|
|
303
|
+
"type": "pixel",
|
|
304
|
+
"default": "4px",
|
|
305
|
+
"rule": "R13",
|
|
306
|
+
"reason": "property gap is not themed by design"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "--c2-breadcrumb__separator--size",
|
|
310
|
+
"type": "pixel",
|
|
311
|
+
"default": "14px",
|
|
312
|
+
"rule": "R13",
|
|
313
|
+
"reason": "property size is not themed by design"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"name": "--c2-breadcrumb__item--padding-top",
|
|
317
|
+
"type": "padding",
|
|
318
|
+
"default": "2px",
|
|
319
|
+
"rule": "R13",
|
|
320
|
+
"reason": "property padding-top is not themed by design"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "--c2-breadcrumb__item--padding-right",
|
|
324
|
+
"type": "padding",
|
|
325
|
+
"default": "4px",
|
|
326
|
+
"rule": "R13",
|
|
327
|
+
"reason": "property padding-right is not themed by design"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "--c2-breadcrumb__item--padding-bottom",
|
|
331
|
+
"type": "padding",
|
|
332
|
+
"default": "2px",
|
|
333
|
+
"rule": "R13",
|
|
334
|
+
"reason": "property padding-bottom is not themed by design"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "--c2-breadcrumb__item--padding-left",
|
|
338
|
+
"type": "padding",
|
|
339
|
+
"default": "4px",
|
|
340
|
+
"rule": "R13",
|
|
341
|
+
"reason": "property padding-left is not themed by design"
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"excludedVars": [
|
|
345
|
+
{
|
|
346
|
+
"name": "--c2-breadcrumb__item__hover--text-decoration",
|
|
347
|
+
"type": "text-decoration",
|
|
348
|
+
"default": "none",
|
|
349
|
+
"rule": "R2",
|
|
350
|
+
"reason": "keyword / derived value none"
|
|
351
|
+
}
|
|
352
|
+
]
|
|
353
|
+
},
|
|
354
|
+
"@c2n/button": {
|
|
355
|
+
"total": 25,
|
|
356
|
+
"mapped": 10,
|
|
357
|
+
"unmapped": 8,
|
|
358
|
+
"excluded": 0,
|
|
359
|
+
"noDefault": 7,
|
|
360
|
+
"unmappedVars": [
|
|
361
|
+
{
|
|
362
|
+
"name": "--c2-button__container--height",
|
|
363
|
+
"type": "pixel",
|
|
364
|
+
"default": "36px",
|
|
365
|
+
"rule": "R13",
|
|
366
|
+
"reason": "property height is not themed by design"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "--c2-button__container--padding-left",
|
|
370
|
+
"type": "padding",
|
|
371
|
+
"default": "16px",
|
|
372
|
+
"rule": "R13",
|
|
373
|
+
"reason": "property padding-left is not themed by design"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "--c2-button__container--padding-right",
|
|
377
|
+
"type": "padding",
|
|
378
|
+
"default": "16px",
|
|
379
|
+
"rule": "R13",
|
|
380
|
+
"reason": "property padding-right is not themed by design"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "--c2-button__container--gap",
|
|
384
|
+
"type": "pixel",
|
|
385
|
+
"default": "8px",
|
|
386
|
+
"rule": "R13",
|
|
387
|
+
"reason": "property gap is not themed by design"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "--c2-button__container--border",
|
|
391
|
+
"type": "border",
|
|
392
|
+
"default": "1px solid transparent",
|
|
393
|
+
"rule": "R5",
|
|
394
|
+
"reason": "transparent / zero border"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "--c2-button__container__focus--outline-offset",
|
|
398
|
+
"type": "pixel",
|
|
399
|
+
"default": "2px",
|
|
400
|
+
"rule": "R13",
|
|
401
|
+
"reason": "property outline-offset is not themed by design"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "--c2-button__icon--size",
|
|
405
|
+
"type": "pixel",
|
|
406
|
+
"default": "18px",
|
|
407
|
+
"rule": "R13",
|
|
408
|
+
"reason": "property size is not themed by design"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"name": "--c2-button__running-icon--size",
|
|
412
|
+
"type": "pixel",
|
|
413
|
+
"default": "18px",
|
|
414
|
+
"rule": "R13",
|
|
415
|
+
"reason": "property size is not themed by design"
|
|
416
|
+
}
|
|
417
|
+
],
|
|
418
|
+
"excludedVars": []
|
|
419
|
+
},
|
|
420
|
+
"@c2n/button-group": {
|
|
421
|
+
"total": 6,
|
|
422
|
+
"mapped": 1,
|
|
423
|
+
"unmapped": 5,
|
|
424
|
+
"excluded": 0,
|
|
425
|
+
"noDefault": 0,
|
|
426
|
+
"unmappedVars": [
|
|
427
|
+
{
|
|
428
|
+
"name": "--c2-button-group--gap",
|
|
429
|
+
"type": "pixel",
|
|
430
|
+
"default": "0px",
|
|
431
|
+
"rule": "R13",
|
|
432
|
+
"reason": "property gap is not themed by design"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "--c2-button-group--border",
|
|
436
|
+
"type": "border",
|
|
437
|
+
"default": "1px solid transparent",
|
|
438
|
+
"rule": "R5",
|
|
439
|
+
"reason": "transparent / zero border"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"name": "--c2-button-group__divider--width",
|
|
443
|
+
"type": "pixel",
|
|
444
|
+
"default": "1px",
|
|
445
|
+
"rule": "R13",
|
|
446
|
+
"reason": "property width is not themed by design"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "--c2-button-group__divider--color",
|
|
450
|
+
"type": "color",
|
|
451
|
+
"default": "rgba(255, 255, 255, 0.35)",
|
|
452
|
+
"rule": "R7",
|
|
453
|
+
"reason": "unknown colour rgba(255, 255, 255, 0.35)"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "--c2-button-group__item--flex",
|
|
457
|
+
"type": "flex",
|
|
458
|
+
"default": "0 0 auto",
|
|
459
|
+
"rule": "R13",
|
|
460
|
+
"reason": "property flex is not themed by design"
|
|
461
|
+
}
|
|
462
|
+
],
|
|
463
|
+
"excludedVars": []
|
|
464
|
+
},
|
|
465
|
+
"@c2n/card": {
|
|
466
|
+
"total": 42,
|
|
467
|
+
"mapped": 11,
|
|
468
|
+
"unmapped": 10,
|
|
469
|
+
"excluded": 1,
|
|
470
|
+
"noDefault": 20,
|
|
471
|
+
"unmappedVars": [
|
|
472
|
+
{
|
|
473
|
+
"name": "--c2-card--padding-top",
|
|
474
|
+
"type": "padding",
|
|
475
|
+
"default": "12px",
|
|
476
|
+
"rule": "R13",
|
|
477
|
+
"reason": "property padding-top is not themed by design"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "--c2-card--padding-right",
|
|
481
|
+
"type": "padding",
|
|
482
|
+
"default": "16px",
|
|
483
|
+
"rule": "R13",
|
|
484
|
+
"reason": "property padding-right is not themed by design"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"name": "--c2-card--padding-bottom",
|
|
488
|
+
"type": "padding",
|
|
489
|
+
"default": "12px",
|
|
490
|
+
"rule": "R13",
|
|
491
|
+
"reason": "property padding-bottom is not themed by design"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"name": "--c2-card--padding-left",
|
|
495
|
+
"type": "padding",
|
|
496
|
+
"default": "16px",
|
|
497
|
+
"rule": "R13",
|
|
498
|
+
"reason": "property padding-left is not themed by design"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"name": "--c2-card__header--padding-bottom",
|
|
502
|
+
"type": "padding",
|
|
503
|
+
"default": "0px",
|
|
504
|
+
"rule": "R13",
|
|
505
|
+
"reason": "property padding-bottom is not themed by design"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"name": "--c2-card__footer--padding-top",
|
|
509
|
+
"type": "padding",
|
|
510
|
+
"default": "0px",
|
|
511
|
+
"rule": "R13",
|
|
512
|
+
"reason": "property padding-top is not themed by design"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "--c2-card__footer--gap",
|
|
516
|
+
"type": "pixel",
|
|
517
|
+
"default": "8px",
|
|
518
|
+
"rule": "R13",
|
|
519
|
+
"reason": "property gap is not themed by design"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "--c2-card__footer--justify-content",
|
|
523
|
+
"type": "justify-content",
|
|
524
|
+
"default": "flex-start",
|
|
525
|
+
"rule": "R13",
|
|
526
|
+
"reason": "property justify-content is not themed by design"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "--c2-card__media--object-fit",
|
|
530
|
+
"type": "object-fit",
|
|
531
|
+
"default": "cover",
|
|
532
|
+
"rule": "R13",
|
|
533
|
+
"reason": "property object-fit is not themed by design"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "--c2-card__focus--outline-offset",
|
|
537
|
+
"type": "pixel",
|
|
538
|
+
"default": "2px",
|
|
539
|
+
"rule": "R13",
|
|
540
|
+
"reason": "property outline-offset is not themed by design"
|
|
541
|
+
}
|
|
542
|
+
],
|
|
543
|
+
"excludedVars": [
|
|
544
|
+
{
|
|
545
|
+
"name": "--c2-card--box-shadow",
|
|
546
|
+
"type": "box-shadow",
|
|
547
|
+
"default": "none",
|
|
548
|
+
"rule": "R2",
|
|
549
|
+
"reason": "keyword / derived value none"
|
|
550
|
+
}
|
|
551
|
+
]
|
|
552
|
+
},
|
|
553
|
+
"@c2n/chat-input": {
|
|
554
|
+
"total": 35,
|
|
555
|
+
"mapped": 11,
|
|
556
|
+
"unmapped": 10,
|
|
557
|
+
"excluded": 0,
|
|
558
|
+
"noDefault": 14,
|
|
559
|
+
"unmappedVars": [
|
|
560
|
+
{
|
|
561
|
+
"name": "--c2-chat-input--padding-top",
|
|
562
|
+
"type": "padding",
|
|
563
|
+
"default": "8px",
|
|
564
|
+
"rule": "R13",
|
|
565
|
+
"reason": "property padding-top is not themed by design"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "--c2-chat-input--padding-right",
|
|
569
|
+
"type": "padding",
|
|
570
|
+
"default": "8px",
|
|
571
|
+
"rule": "R13",
|
|
572
|
+
"reason": "property padding-right is not themed by design"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"name": "--c2-chat-input--padding-bottom",
|
|
576
|
+
"type": "padding",
|
|
577
|
+
"default": "8px",
|
|
578
|
+
"rule": "R13",
|
|
579
|
+
"reason": "property padding-bottom is not themed by design"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"name": "--c2-chat-input--padding-left",
|
|
583
|
+
"type": "padding",
|
|
584
|
+
"default": "8px",
|
|
585
|
+
"rule": "R13",
|
|
586
|
+
"reason": "property padding-left is not themed by design"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"name": "--c2-chat-input--line-height",
|
|
590
|
+
"type": "line-height",
|
|
591
|
+
"default": "24px",
|
|
592
|
+
"rule": "R13",
|
|
593
|
+
"reason": "property line-height is not themed by design"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"name": "--c2-chat-input--max-height",
|
|
597
|
+
"type": "max-height",
|
|
598
|
+
"default": "25vh",
|
|
599
|
+
"rule": "R13",
|
|
600
|
+
"reason": "property max-height is not themed by design"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"name": "--c2-chat-input__placeholder--opacity",
|
|
604
|
+
"type": "opacity",
|
|
605
|
+
"default": "0.5",
|
|
606
|
+
"rule": "R13",
|
|
607
|
+
"reason": "property opacity is not themed by design"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "--c2-chat-input__send-icon--width",
|
|
611
|
+
"type": "pixel",
|
|
612
|
+
"default": "24px",
|
|
613
|
+
"rule": "R13",
|
|
614
|
+
"reason": "property width is not themed by design"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"name": "--c2-chat-input__send-icon--height",
|
|
618
|
+
"type": "pixel",
|
|
619
|
+
"default": "24px",
|
|
620
|
+
"rule": "R13",
|
|
621
|
+
"reason": "property height is not themed by design"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "--c2-chat-input__send-icon--opacity",
|
|
625
|
+
"type": "opacity",
|
|
626
|
+
"default": "0.5",
|
|
627
|
+
"rule": "R13",
|
|
628
|
+
"reason": "property opacity is not themed by design"
|
|
629
|
+
}
|
|
630
|
+
],
|
|
631
|
+
"excludedVars": []
|
|
632
|
+
},
|
|
633
|
+
"@c2n/chat-message": {
|
|
634
|
+
"total": 29,
|
|
635
|
+
"mapped": 2,
|
|
636
|
+
"unmapped": 5,
|
|
637
|
+
"excluded": 0,
|
|
638
|
+
"noDefault": 22,
|
|
639
|
+
"unmappedVars": [
|
|
640
|
+
{
|
|
641
|
+
"name": "--c2-chat-message--gap",
|
|
642
|
+
"type": "pixel",
|
|
643
|
+
"default": "16",
|
|
644
|
+
"rule": "R13",
|
|
645
|
+
"reason": "property gap is not themed by design"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"name": "--c2-chat-message__message--gap",
|
|
649
|
+
"type": "pixel",
|
|
650
|
+
"default": "4px",
|
|
651
|
+
"rule": "R13",
|
|
652
|
+
"reason": "property gap is not themed by design"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "--c2-chat-message__header--gap",
|
|
656
|
+
"type": "pixel",
|
|
657
|
+
"default": "8px",
|
|
658
|
+
"rule": "R13",
|
|
659
|
+
"reason": "property gap is not themed by design"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"name": "--c2-chat-message__header__title---font-size",
|
|
663
|
+
"type": "font-size",
|
|
664
|
+
"default": "15px",
|
|
665
|
+
"rule": "R13",
|
|
666
|
+
"reason": "property -font-size is not themed by design"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"name": "--c2-chat-message__header__title---font-weight",
|
|
670
|
+
"type": "font-weight",
|
|
671
|
+
"default": "600",
|
|
672
|
+
"rule": "R13",
|
|
673
|
+
"reason": "property -font-weight is not themed by design"
|
|
674
|
+
}
|
|
675
|
+
],
|
|
676
|
+
"excludedVars": []
|
|
677
|
+
},
|
|
678
|
+
"@c2n/checkbox": {
|
|
679
|
+
"total": 33,
|
|
680
|
+
"mapped": 18,
|
|
681
|
+
"unmapped": 11,
|
|
682
|
+
"excluded": 1,
|
|
683
|
+
"noDefault": 3,
|
|
684
|
+
"unmappedVars": [
|
|
685
|
+
{
|
|
686
|
+
"name": "--c2-checkbox__container--height",
|
|
687
|
+
"type": "pixel",
|
|
688
|
+
"default": "18px",
|
|
689
|
+
"rule": "R13",
|
|
690
|
+
"reason": "property height is not themed by design"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "--c2-checkbox__container--width",
|
|
694
|
+
"type": "pixel",
|
|
695
|
+
"default": "18px",
|
|
696
|
+
"rule": "R13",
|
|
697
|
+
"reason": "property width is not themed by design"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"name": "--c2-checkbox__container__selected--border-top",
|
|
701
|
+
"type": "border",
|
|
702
|
+
"default": "0px solid transparent",
|
|
703
|
+
"rule": "R5",
|
|
704
|
+
"reason": "transparent / zero border"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "--c2-checkbox__container__selected--border-right",
|
|
708
|
+
"type": "border",
|
|
709
|
+
"default": "0px solid transparent",
|
|
710
|
+
"rule": "R5",
|
|
711
|
+
"reason": "transparent / zero border"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "--c2-checkbox__container__selected--border-bottom",
|
|
715
|
+
"type": "border",
|
|
716
|
+
"default": "0px solid transparent",
|
|
717
|
+
"rule": "R5",
|
|
718
|
+
"reason": "transparent / zero border"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "--c2-checkbox__container__selected--border-left",
|
|
722
|
+
"type": "border",
|
|
723
|
+
"default": "0px solid transparent",
|
|
724
|
+
"rule": "R5",
|
|
725
|
+
"reason": "transparent / zero border"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "--c2-checkbox__container__focus--outline-offset",
|
|
729
|
+
"type": "pixel",
|
|
730
|
+
"default": "2px",
|
|
731
|
+
"rule": "R13",
|
|
732
|
+
"reason": "property outline-offset is not themed by design"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "--c2-checkbox__checkmark--size",
|
|
736
|
+
"type": "pixel",
|
|
737
|
+
"default": "12px",
|
|
738
|
+
"rule": "R13",
|
|
739
|
+
"reason": "property size is not themed by design"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"name": "--c2-checkbox__mixedmark--size",
|
|
743
|
+
"type": "pixel",
|
|
744
|
+
"default": "12px",
|
|
745
|
+
"rule": "R13",
|
|
746
|
+
"reason": "property size is not themed by design"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"name": "--c2-checkbox__uncheckmark--size",
|
|
750
|
+
"type": "pixel",
|
|
751
|
+
"default": "12px",
|
|
752
|
+
"rule": "R13",
|
|
753
|
+
"reason": "property size is not themed by design"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "--c2-checkbox__state-layer--size",
|
|
757
|
+
"type": "pixel",
|
|
758
|
+
"default": "32px",
|
|
759
|
+
"rule": "R13",
|
|
760
|
+
"reason": "property size is not themed by design"
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"excludedVars": [
|
|
764
|
+
{
|
|
765
|
+
"name": "--c2-checkbox__container--background-color",
|
|
766
|
+
"type": "color",
|
|
767
|
+
"default": "transparent",
|
|
768
|
+
"rule": "R2",
|
|
769
|
+
"reason": "keyword / derived value transparent"
|
|
770
|
+
}
|
|
771
|
+
]
|
|
772
|
+
},
|
|
773
|
+
"@c2n/code-viewer": {
|
|
774
|
+
"total": 52,
|
|
775
|
+
"mapped": 10,
|
|
776
|
+
"unmapped": 15,
|
|
777
|
+
"excluded": 18,
|
|
778
|
+
"noDefault": 9,
|
|
779
|
+
"unmappedVars": [
|
|
780
|
+
{
|
|
781
|
+
"name": "--c2-code-viewer--font-size",
|
|
782
|
+
"type": "font-size",
|
|
783
|
+
"default": "13px",
|
|
784
|
+
"rule": "R9",
|
|
785
|
+
"reason": "font-size 13px has no token"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "--c2-code-viewer--line-height",
|
|
789
|
+
"type": "line-height",
|
|
790
|
+
"default": "1.6",
|
|
791
|
+
"rule": "R13",
|
|
792
|
+
"reason": "property line-height is not themed by design"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "--c2-code-viewer--tab-size",
|
|
796
|
+
"type": "tab-size",
|
|
797
|
+
"default": "2",
|
|
798
|
+
"rule": "R13",
|
|
799
|
+
"reason": "property tab-size is not themed by design"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"name": "--c2-code-viewer--padding-top",
|
|
803
|
+
"type": "padding",
|
|
804
|
+
"default": "12px",
|
|
805
|
+
"rule": "R13",
|
|
806
|
+
"reason": "property padding-top is not themed by design"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "--c2-code-viewer--padding-right",
|
|
810
|
+
"type": "padding",
|
|
811
|
+
"default": "16px",
|
|
812
|
+
"rule": "R13",
|
|
813
|
+
"reason": "property padding-right is not themed by design"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"name": "--c2-code-viewer--padding-bottom",
|
|
817
|
+
"type": "padding",
|
|
818
|
+
"default": "12px",
|
|
819
|
+
"rule": "R13",
|
|
820
|
+
"reason": "property padding-bottom is not themed by design"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "--c2-code-viewer--padding-left",
|
|
824
|
+
"type": "padding",
|
|
825
|
+
"default": "16px",
|
|
826
|
+
"rule": "R13",
|
|
827
|
+
"reason": "property padding-left is not themed by design"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"name": "--c2-code-viewer__header--padding-top",
|
|
831
|
+
"type": "padding",
|
|
832
|
+
"default": "6px",
|
|
833
|
+
"rule": "R13",
|
|
834
|
+
"reason": "property padding-top is not themed by design"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "--c2-code-viewer__header--padding-right",
|
|
838
|
+
"type": "padding",
|
|
839
|
+
"default": "8px",
|
|
840
|
+
"rule": "R13",
|
|
841
|
+
"reason": "property padding-right is not themed by design"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"name": "--c2-code-viewer__header--padding-bottom",
|
|
845
|
+
"type": "padding",
|
|
846
|
+
"default": "6px",
|
|
847
|
+
"rule": "R13",
|
|
848
|
+
"reason": "property padding-bottom is not themed by design"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "--c2-code-viewer__header--padding-left",
|
|
852
|
+
"type": "padding",
|
|
853
|
+
"default": "16px",
|
|
854
|
+
"rule": "R13",
|
|
855
|
+
"reason": "property padding-left is not themed by design"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"name": "--c2-code-viewer__copy--size",
|
|
859
|
+
"type": "pixel",
|
|
860
|
+
"default": "28px",
|
|
861
|
+
"rule": "R13",
|
|
862
|
+
"reason": "property size is not themed by design"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "--c2-code-viewer__copy--icon-size",
|
|
866
|
+
"type": "pixel",
|
|
867
|
+
"default": "14px",
|
|
868
|
+
"rule": "R13",
|
|
869
|
+
"reason": "property icon-size is not themed by design"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"name": "--c2-code-viewer__line-numbers--min-width",
|
|
873
|
+
"type": "pixel",
|
|
874
|
+
"default": "2ch",
|
|
875
|
+
"rule": "R13",
|
|
876
|
+
"reason": "property min-width is not themed by design"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "--c2-code-viewer__line-numbers--gap",
|
|
880
|
+
"type": "pixel",
|
|
881
|
+
"default": "16px",
|
|
882
|
+
"rule": "R13",
|
|
883
|
+
"reason": "property gap is not themed by design"
|
|
884
|
+
}
|
|
885
|
+
],
|
|
886
|
+
"excludedVars": [
|
|
887
|
+
{
|
|
888
|
+
"name": "--c2-code-viewer--font-family",
|
|
889
|
+
"type": "font-family",
|
|
890
|
+
"default": "ui-monospace, SFMono-Regular, Menlo, Consolas, monospace",
|
|
891
|
+
"rule": "R0",
|
|
892
|
+
"reason": "monospace font, not the UI font"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "--c2-code-viewer__header--background",
|
|
896
|
+
"type": "background",
|
|
897
|
+
"default": "rgba(127, 127, 127, 0.08)",
|
|
898
|
+
"rule": "R0",
|
|
899
|
+
"reason": "translucent grey works on light and dark syntax themes"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "--c2-code-viewer__header--border-bottom",
|
|
903
|
+
"type": "border",
|
|
904
|
+
"default": "1px solid rgba(127, 127, 127, 0.2)",
|
|
905
|
+
"rule": "R0",
|
|
906
|
+
"reason": "translucent grey works on light and dark syntax themes"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "--c2-code-viewer__copy__hover--background",
|
|
910
|
+
"type": "background",
|
|
911
|
+
"default": "rgba(127, 127, 127, 0.15)",
|
|
912
|
+
"rule": "R0",
|
|
913
|
+
"reason": "translucent grey works on light and dark syntax themes"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "--c2-code-viewer__copy__copied--color",
|
|
917
|
+
"type": "color",
|
|
918
|
+
"default": "rgb(34, 197, 94)",
|
|
919
|
+
"rule": "R0",
|
|
920
|
+
"reason": "success status colour"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "--c2-code-viewer__line__highlighted--background",
|
|
924
|
+
"type": "background",
|
|
925
|
+
"default": "rgba(99, 102, 241, 0.12)",
|
|
926
|
+
"rule": "R0",
|
|
927
|
+
"reason": "highlight colour tied to the syntax theme"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "--c2-code-viewer__line__highlighted--border-left",
|
|
931
|
+
"type": "border",
|
|
932
|
+
"default": "3px solid rgb(99, 102, 241)",
|
|
933
|
+
"rule": "R0",
|
|
934
|
+
"reason": "highlight colour tied to the syntax theme"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"name": "--c2-code-viewer__theme--foreground",
|
|
938
|
+
"type": "color",
|
|
939
|
+
"default": "#24292e",
|
|
940
|
+
"rule": "R2",
|
|
941
|
+
"reason": "identity / syntax colours are not themed"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "--c2-code-viewer__theme--background",
|
|
945
|
+
"type": "color",
|
|
946
|
+
"default": "#ffffff",
|
|
947
|
+
"rule": "R2",
|
|
948
|
+
"reason": "identity / syntax colours are not themed"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "--c2-code-viewer__theme--token-constant",
|
|
952
|
+
"type": "color",
|
|
953
|
+
"default": "#005cc5",
|
|
954
|
+
"rule": "R2",
|
|
955
|
+
"reason": "identity / syntax colours are not themed"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"name": "--c2-code-viewer__theme--token-string",
|
|
959
|
+
"type": "color",
|
|
960
|
+
"default": "#032f62",
|
|
961
|
+
"rule": "R2",
|
|
962
|
+
"reason": "identity / syntax colours are not themed"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "--c2-code-viewer__theme--token-comment",
|
|
966
|
+
"type": "color",
|
|
967
|
+
"default": "#6a737d",
|
|
968
|
+
"rule": "R2",
|
|
969
|
+
"reason": "identity / syntax colours are not themed"
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"name": "--c2-code-viewer__theme--token-keyword",
|
|
973
|
+
"type": "color",
|
|
974
|
+
"default": "#d73a49",
|
|
975
|
+
"rule": "R2",
|
|
976
|
+
"reason": "identity / syntax colours are not themed"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "--c2-code-viewer__theme--token-parameter",
|
|
980
|
+
"type": "color",
|
|
981
|
+
"default": "#24292e",
|
|
982
|
+
"rule": "R2",
|
|
983
|
+
"reason": "identity / syntax colours are not themed"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "--c2-code-viewer__theme--token-function",
|
|
987
|
+
"type": "color",
|
|
988
|
+
"default": "#6f42c1",
|
|
989
|
+
"rule": "R2",
|
|
990
|
+
"reason": "identity / syntax colours are not themed"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "--c2-code-viewer__theme--token-string-expression",
|
|
994
|
+
"type": "color",
|
|
995
|
+
"default": "#22863a",
|
|
996
|
+
"rule": "R2",
|
|
997
|
+
"reason": "identity / syntax colours are not themed"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"name": "--c2-code-viewer__theme--token-punctuation",
|
|
1001
|
+
"type": "color",
|
|
1002
|
+
"default": "#24292e",
|
|
1003
|
+
"rule": "R2",
|
|
1004
|
+
"reason": "identity / syntax colours are not themed"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"name": "--c2-code-viewer__theme--token-link",
|
|
1008
|
+
"type": "color",
|
|
1009
|
+
"default": "#032f62",
|
|
1010
|
+
"rule": "R2",
|
|
1011
|
+
"reason": "identity / syntax colours are not themed"
|
|
1012
|
+
}
|
|
1013
|
+
]
|
|
1014
|
+
},
|
|
1015
|
+
"@c2n/color-area": {
|
|
1016
|
+
"total": 7,
|
|
1017
|
+
"mapped": 0,
|
|
1018
|
+
"unmapped": 3,
|
|
1019
|
+
"excluded": 0,
|
|
1020
|
+
"noDefault": 4,
|
|
1021
|
+
"unmappedVars": [
|
|
1022
|
+
{
|
|
1023
|
+
"name": "--c2-color-area--width",
|
|
1024
|
+
"type": "pixel",
|
|
1025
|
+
"default": "240px",
|
|
1026
|
+
"rule": "R13",
|
|
1027
|
+
"reason": "property width is not themed by design"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"name": "--c2-color-area--height",
|
|
1031
|
+
"type": "pixel",
|
|
1032
|
+
"default": "240px",
|
|
1033
|
+
"rule": "R13",
|
|
1034
|
+
"reason": "property height is not themed by design"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"name": "--c2-color-area__color-handle--size",
|
|
1038
|
+
"type": "pixel",
|
|
1039
|
+
"default": "12px",
|
|
1040
|
+
"rule": "R13",
|
|
1041
|
+
"reason": "property size is not themed by design"
|
|
1042
|
+
}
|
|
1043
|
+
],
|
|
1044
|
+
"excludedVars": []
|
|
1045
|
+
},
|
|
1046
|
+
"@c2n/color-select": {
|
|
1047
|
+
"total": 30,
|
|
1048
|
+
"mapped": 14,
|
|
1049
|
+
"unmapped": 8,
|
|
1050
|
+
"excluded": 4,
|
|
1051
|
+
"noDefault": 4,
|
|
1052
|
+
"unmappedVars": [
|
|
1053
|
+
{
|
|
1054
|
+
"name": "--c2-color-select--width",
|
|
1055
|
+
"type": "pixel",
|
|
1056
|
+
"default": "16px",
|
|
1057
|
+
"rule": "R13",
|
|
1058
|
+
"reason": "property width is not themed by design"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"name": "--c2-color-select--height",
|
|
1062
|
+
"type": "pixel",
|
|
1063
|
+
"default": "16px",
|
|
1064
|
+
"rule": "R13",
|
|
1065
|
+
"reason": "property height is not themed by design"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "--c2-color-select__popover--gap",
|
|
1069
|
+
"type": "pixel",
|
|
1070
|
+
"default": "16px",
|
|
1071
|
+
"rule": "R13",
|
|
1072
|
+
"reason": "property gap is not themed by design"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "--c2-color-select__popover--padding-top",
|
|
1076
|
+
"type": "padding",
|
|
1077
|
+
"default": "0px",
|
|
1078
|
+
"rule": "R13",
|
|
1079
|
+
"reason": "property padding-top is not themed by design"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"name": "--c2-color-select__popover--padding-left",
|
|
1083
|
+
"type": "padding",
|
|
1084
|
+
"default": "8px",
|
|
1085
|
+
"rule": "R13",
|
|
1086
|
+
"reason": "property padding-left is not themed by design"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"name": "--c2-color-select__popover--padding-right",
|
|
1090
|
+
"type": "padding",
|
|
1091
|
+
"default": "8px",
|
|
1092
|
+
"rule": "R13",
|
|
1093
|
+
"reason": "property padding-right is not themed by design"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"name": "--c2-color-select__popover--padding-bottom",
|
|
1097
|
+
"type": "padding",
|
|
1098
|
+
"default": "8px",
|
|
1099
|
+
"rule": "R13",
|
|
1100
|
+
"reason": "property padding-bottom is not themed by design"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "--c2-color-select__color__sample--size",
|
|
1104
|
+
"type": "pixel",
|
|
1105
|
+
"default": "48px",
|
|
1106
|
+
"rule": "R13",
|
|
1107
|
+
"reason": "property size is not themed by design"
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1110
|
+
"excludedVars": [
|
|
1111
|
+
{
|
|
1112
|
+
"name": "--c2-color-select--border-top-left-radius",
|
|
1113
|
+
"type": "border-radius",
|
|
1114
|
+
"default": "1px",
|
|
1115
|
+
"rule": "R0",
|
|
1116
|
+
"reason": "swatch detail radius"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "--c2-color-select--border-top-right-radius",
|
|
1120
|
+
"type": "border-radius",
|
|
1121
|
+
"default": "1px",
|
|
1122
|
+
"rule": "R0",
|
|
1123
|
+
"reason": "swatch detail radius"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "--c2-color-select--border-bottom-left-radius",
|
|
1127
|
+
"type": "border-radius",
|
|
1128
|
+
"default": "1px",
|
|
1129
|
+
"rule": "R0",
|
|
1130
|
+
"reason": "swatch detail radius"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "--c2-color-select--border-bottom-right-radius",
|
|
1134
|
+
"type": "border-radius",
|
|
1135
|
+
"default": "1px",
|
|
1136
|
+
"rule": "R0",
|
|
1137
|
+
"reason": "swatch detail radius"
|
|
1138
|
+
}
|
|
1139
|
+
]
|
|
1140
|
+
},
|
|
1141
|
+
"@c2n/color-slider": {
|
|
1142
|
+
"total": 18,
|
|
1143
|
+
"mapped": 13,
|
|
1144
|
+
"unmapped": 4,
|
|
1145
|
+
"excluded": 0,
|
|
1146
|
+
"noDefault": 1,
|
|
1147
|
+
"unmappedVars": [
|
|
1148
|
+
{
|
|
1149
|
+
"name": "--c2-color-slider--width",
|
|
1150
|
+
"type": "pixel",
|
|
1151
|
+
"default": "160px",
|
|
1152
|
+
"rule": "R13",
|
|
1153
|
+
"reason": "property width is not themed by design"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"name": "--c2-color-slider--height",
|
|
1157
|
+
"type": "pixel",
|
|
1158
|
+
"default": "12px",
|
|
1159
|
+
"rule": "R13",
|
|
1160
|
+
"reason": "property height is not themed by design"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "--c2-color-slider__color-handle--width",
|
|
1164
|
+
"type": "pixel",
|
|
1165
|
+
"default": "12px",
|
|
1166
|
+
"rule": "R13",
|
|
1167
|
+
"reason": "property width is not themed by design"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"name": "--c2-color-slider__color-handle--height",
|
|
1171
|
+
"type": "pixel",
|
|
1172
|
+
"default": "12px",
|
|
1173
|
+
"rule": "R13",
|
|
1174
|
+
"reason": "property height is not themed by design"
|
|
1175
|
+
}
|
|
1176
|
+
],
|
|
1177
|
+
"excludedVars": []
|
|
1178
|
+
},
|
|
1179
|
+
"@c2n/copy-button": {
|
|
1180
|
+
"total": 28,
|
|
1181
|
+
"mapped": 9,
|
|
1182
|
+
"unmapped": 9,
|
|
1183
|
+
"excluded": 2,
|
|
1184
|
+
"noDefault": 8,
|
|
1185
|
+
"unmappedVars": [
|
|
1186
|
+
{
|
|
1187
|
+
"name": "--c2-copy-button__container--height",
|
|
1188
|
+
"type": "pixel",
|
|
1189
|
+
"default": "28px",
|
|
1190
|
+
"rule": "R13",
|
|
1191
|
+
"reason": "property height is not themed by design"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "--c2-copy-button__container--min-width",
|
|
1195
|
+
"type": "pixel",
|
|
1196
|
+
"default": "28px",
|
|
1197
|
+
"rule": "R13",
|
|
1198
|
+
"reason": "property min-width is not themed by design"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "--c2-copy-button__container--padding-left",
|
|
1202
|
+
"type": "padding",
|
|
1203
|
+
"default": "6px",
|
|
1204
|
+
"rule": "R13",
|
|
1205
|
+
"reason": "property padding-left is not themed by design"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"name": "--c2-copy-button__container--padding-right",
|
|
1209
|
+
"type": "padding",
|
|
1210
|
+
"default": "6px",
|
|
1211
|
+
"rule": "R13",
|
|
1212
|
+
"reason": "property padding-right is not themed by design"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"name": "--c2-copy-button__container--gap",
|
|
1216
|
+
"type": "pixel",
|
|
1217
|
+
"default": "6px",
|
|
1218
|
+
"rule": "R13",
|
|
1219
|
+
"reason": "property gap is not themed by design"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"name": "--c2-copy-button__container__focus--outline-offset",
|
|
1223
|
+
"type": "pixel",
|
|
1224
|
+
"default": "2px",
|
|
1225
|
+
"rule": "R13",
|
|
1226
|
+
"reason": "property outline-offset is not themed by design"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "--c2-copy-button__icon--size",
|
|
1230
|
+
"type": "pixel",
|
|
1231
|
+
"default": "16px",
|
|
1232
|
+
"rule": "R13",
|
|
1233
|
+
"reason": "property size is not themed by design"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "--c2-copy-button__pin--offset-x",
|
|
1237
|
+
"type": "pixel",
|
|
1238
|
+
"default": "6px",
|
|
1239
|
+
"rule": "R13",
|
|
1240
|
+
"reason": "property offset-x is not themed by design"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"name": "--c2-copy-button__pin--offset-y",
|
|
1244
|
+
"type": "pixel",
|
|
1245
|
+
"default": "6px",
|
|
1246
|
+
"rule": "R13",
|
|
1247
|
+
"reason": "property offset-y is not themed by design"
|
|
1248
|
+
}
|
|
1249
|
+
],
|
|
1250
|
+
"excludedVars": [
|
|
1251
|
+
{
|
|
1252
|
+
"name": "--c2-copy-button__container--border",
|
|
1253
|
+
"type": "border",
|
|
1254
|
+
"default": "none",
|
|
1255
|
+
"rule": "R2",
|
|
1256
|
+
"reason": "keyword / derived value none"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"name": "--c2-copy-button__container__copied--color",
|
|
1260
|
+
"type": "color",
|
|
1261
|
+
"default": "rgb(0, 122, 77)",
|
|
1262
|
+
"rule": "R0",
|
|
1263
|
+
"reason": "status colour"
|
|
1264
|
+
}
|
|
1265
|
+
]
|
|
1266
|
+
},
|
|
1267
|
+
"@c2n/details": {
|
|
1268
|
+
"total": 42,
|
|
1269
|
+
"mapped": 16,
|
|
1270
|
+
"unmapped": 14,
|
|
1271
|
+
"excluded": 0,
|
|
1272
|
+
"noDefault": 12,
|
|
1273
|
+
"unmappedVars": [
|
|
1274
|
+
{
|
|
1275
|
+
"name": "--c2-details__header--padding-top",
|
|
1276
|
+
"type": "padding",
|
|
1277
|
+
"default": "12px",
|
|
1278
|
+
"rule": "R13",
|
|
1279
|
+
"reason": "property padding-top is not themed by design"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"name": "--c2-details__header--padding-right",
|
|
1283
|
+
"type": "padding",
|
|
1284
|
+
"default": "16px",
|
|
1285
|
+
"rule": "R13",
|
|
1286
|
+
"reason": "property padding-right is not themed by design"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"name": "--c2-details__header--padding-bottom",
|
|
1290
|
+
"type": "padding",
|
|
1291
|
+
"default": "12px",
|
|
1292
|
+
"rule": "R13",
|
|
1293
|
+
"reason": "property padding-bottom is not themed by design"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"name": "--c2-details__header--padding-left",
|
|
1297
|
+
"type": "padding",
|
|
1298
|
+
"default": "16px",
|
|
1299
|
+
"rule": "R13",
|
|
1300
|
+
"reason": "property padding-left is not themed by design"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "--c2-details__header--gap",
|
|
1304
|
+
"type": "pixel",
|
|
1305
|
+
"default": "12px",
|
|
1306
|
+
"rule": "R13",
|
|
1307
|
+
"reason": "property gap is not themed by design"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "--c2-details__header--flex-direction",
|
|
1311
|
+
"type": "flex-direction-row",
|
|
1312
|
+
"default": "row",
|
|
1313
|
+
"rule": "R13",
|
|
1314
|
+
"reason": "property flex-direction is not themed by design"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "--c2-details__header__icon--width",
|
|
1318
|
+
"type": "pixel",
|
|
1319
|
+
"default": "20px",
|
|
1320
|
+
"rule": "R13",
|
|
1321
|
+
"reason": "property width is not themed by design"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "--c2-details__header__icon--height",
|
|
1325
|
+
"type": "pixel",
|
|
1326
|
+
"default": "20px",
|
|
1327
|
+
"rule": "R13",
|
|
1328
|
+
"reason": "property height is not themed by design"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "--c2-details__header__icon--rotate",
|
|
1332
|
+
"type": "pixel",
|
|
1333
|
+
"default": "180deg",
|
|
1334
|
+
"rule": "R13",
|
|
1335
|
+
"reason": "property rotate is not themed by design"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"name": "--c2-details__header__content--margin-top",
|
|
1339
|
+
"type": "pixel",
|
|
1340
|
+
"default": "4px",
|
|
1341
|
+
"rule": "R13",
|
|
1342
|
+
"reason": "property margin-top is not themed by design"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "--c2-details__header__content--font-size",
|
|
1346
|
+
"type": "font-size",
|
|
1347
|
+
"default": "13px",
|
|
1348
|
+
"rule": "R9",
|
|
1349
|
+
"reason": "font-size 13px has no token"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "--c2-details__header__content--font-weight",
|
|
1353
|
+
"type": "font-weight",
|
|
1354
|
+
"default": "400",
|
|
1355
|
+
"rule": "R10",
|
|
1356
|
+
"reason": "font-weight 400 has no token"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"name": "--c2-details__header__focus--outline-offset",
|
|
1360
|
+
"type": "pixel",
|
|
1361
|
+
"default": "-2px",
|
|
1362
|
+
"rule": "R13",
|
|
1363
|
+
"reason": "property outline-offset is not themed by design"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"name": "--c2-details__content--padding-top",
|
|
1367
|
+
"type": "padding",
|
|
1368
|
+
"default": "4px",
|
|
1369
|
+
"rule": "R13",
|
|
1370
|
+
"reason": "property padding-top is not themed by design"
|
|
1371
|
+
}
|
|
1372
|
+
],
|
|
1373
|
+
"excludedVars": []
|
|
1374
|
+
},
|
|
1375
|
+
"@c2n/feather-icons": {
|
|
1376
|
+
"total": 3,
|
|
1377
|
+
"mapped": 0,
|
|
1378
|
+
"unmapped": 2,
|
|
1379
|
+
"excluded": 1,
|
|
1380
|
+
"noDefault": 0,
|
|
1381
|
+
"unmappedVars": [
|
|
1382
|
+
{
|
|
1383
|
+
"name": "--c2-feather-icon--size",
|
|
1384
|
+
"type": "pixel",
|
|
1385
|
+
"default": "24px",
|
|
1386
|
+
"rule": "R13",
|
|
1387
|
+
"reason": "property size is not themed by design"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"name": "--c2-feather-icon--stroke-width",
|
|
1391
|
+
"type": "number",
|
|
1392
|
+
"default": "2",
|
|
1393
|
+
"rule": "R13",
|
|
1394
|
+
"reason": "property stroke-width is not themed by design"
|
|
1395
|
+
}
|
|
1396
|
+
],
|
|
1397
|
+
"excludedVars": [
|
|
1398
|
+
{
|
|
1399
|
+
"name": "--c2-feather-icon--color",
|
|
1400
|
+
"type": "color",
|
|
1401
|
+
"default": "currentColor",
|
|
1402
|
+
"rule": "R2",
|
|
1403
|
+
"reason": "keyword / derived value currentColor"
|
|
1404
|
+
}
|
|
1405
|
+
]
|
|
1406
|
+
},
|
|
1407
|
+
"@c2n/icon-button": {
|
|
1408
|
+
"total": 14,
|
|
1409
|
+
"mapped": 5,
|
|
1410
|
+
"unmapped": 4,
|
|
1411
|
+
"excluded": 1,
|
|
1412
|
+
"noDefault": 4,
|
|
1413
|
+
"unmappedVars": [
|
|
1414
|
+
{
|
|
1415
|
+
"name": "--c2-icon-button__focus--outline-offset",
|
|
1416
|
+
"type": "pixel",
|
|
1417
|
+
"default": "2px",
|
|
1418
|
+
"rule": "R13",
|
|
1419
|
+
"reason": "property outline-offset is not themed by design"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"name": "--c2-icon-button__icon--width",
|
|
1423
|
+
"type": "pixel",
|
|
1424
|
+
"default": "24px",
|
|
1425
|
+
"rule": "R13",
|
|
1426
|
+
"reason": "property width is not themed by design"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"name": "--c2-icon-button__icon--height",
|
|
1430
|
+
"type": "pixel",
|
|
1431
|
+
"default": "24px",
|
|
1432
|
+
"rule": "R13",
|
|
1433
|
+
"reason": "property height is not themed by design"
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"name": "--c2-icon-button__state-layer--size",
|
|
1437
|
+
"type": "pixel",
|
|
1438
|
+
"default": "48px",
|
|
1439
|
+
"rule": "R13",
|
|
1440
|
+
"reason": "property size is not themed by design"
|
|
1441
|
+
}
|
|
1442
|
+
],
|
|
1443
|
+
"excludedVars": [
|
|
1444
|
+
{
|
|
1445
|
+
"name": "--c2-icon-button--border",
|
|
1446
|
+
"type": "border",
|
|
1447
|
+
"default": "none",
|
|
1448
|
+
"rule": "R2",
|
|
1449
|
+
"reason": "keyword / derived value none"
|
|
1450
|
+
}
|
|
1451
|
+
]
|
|
1452
|
+
},
|
|
1453
|
+
"@c2n/label": {
|
|
1454
|
+
"total": 13,
|
|
1455
|
+
"mapped": 2,
|
|
1456
|
+
"unmapped": 1,
|
|
1457
|
+
"excluded": 9,
|
|
1458
|
+
"noDefault": 1,
|
|
1459
|
+
"unmappedVars": [
|
|
1460
|
+
{
|
|
1461
|
+
"name": "--c2-label__container--gap",
|
|
1462
|
+
"type": "pixel",
|
|
1463
|
+
"default": "4px",
|
|
1464
|
+
"rule": "R13",
|
|
1465
|
+
"reason": "property gap is not themed by design"
|
|
1466
|
+
}
|
|
1467
|
+
],
|
|
1468
|
+
"excludedVars": [
|
|
1469
|
+
{
|
|
1470
|
+
"name": "--c2-label__container--color",
|
|
1471
|
+
"type": "color",
|
|
1472
|
+
"default": "inherit",
|
|
1473
|
+
"rule": "R2",
|
|
1474
|
+
"reason": "keyword / derived value inherit"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "--c2-label__container--font-family",
|
|
1478
|
+
"type": "font-family",
|
|
1479
|
+
"default": "inherit",
|
|
1480
|
+
"rule": "R2",
|
|
1481
|
+
"reason": "keyword / derived value inherit"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "--c2-label__container--font-size",
|
|
1485
|
+
"type": "pixel",
|
|
1486
|
+
"default": "inherit",
|
|
1487
|
+
"rule": "R2",
|
|
1488
|
+
"reason": "keyword / derived value inherit"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"name": "--c2-label__container--font-weight",
|
|
1492
|
+
"type": "font-weight",
|
|
1493
|
+
"default": "inherit",
|
|
1494
|
+
"rule": "R2",
|
|
1495
|
+
"reason": "keyword / derived value inherit"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "--c2-label__container--line-height",
|
|
1499
|
+
"type": "line-height",
|
|
1500
|
+
"default": "inherit",
|
|
1501
|
+
"rule": "R2",
|
|
1502
|
+
"reason": "keyword / derived value inherit"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"name": "--c2-label__container--letter-spacing",
|
|
1506
|
+
"type": "pixel",
|
|
1507
|
+
"default": "inherit",
|
|
1508
|
+
"rule": "R2",
|
|
1509
|
+
"reason": "keyword / derived value inherit"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"name": "--c2-label__container--text-transform",
|
|
1513
|
+
"type": "text-transform",
|
|
1514
|
+
"default": "inherit",
|
|
1515
|
+
"rule": "R2",
|
|
1516
|
+
"reason": "keyword / derived value inherit"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "--c2-label__required-indicator--font-size",
|
|
1520
|
+
"type": "pixel",
|
|
1521
|
+
"default": "inherit",
|
|
1522
|
+
"rule": "R2",
|
|
1523
|
+
"reason": "keyword / derived value inherit"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"name": "--c2-label__required-indicator--font-weight",
|
|
1527
|
+
"type": "font-weight",
|
|
1528
|
+
"default": "inherit",
|
|
1529
|
+
"rule": "R2",
|
|
1530
|
+
"reason": "keyword / derived value inherit"
|
|
1531
|
+
}
|
|
1532
|
+
]
|
|
1533
|
+
},
|
|
1534
|
+
"@c2n/link-button": {
|
|
1535
|
+
"total": 26,
|
|
1536
|
+
"mapped": 9,
|
|
1537
|
+
"unmapped": 9,
|
|
1538
|
+
"excluded": 2,
|
|
1539
|
+
"noDefault": 6,
|
|
1540
|
+
"unmappedVars": [
|
|
1541
|
+
{
|
|
1542
|
+
"name": "--c2-link-button__container--gap",
|
|
1543
|
+
"type": "pixel",
|
|
1544
|
+
"default": "6px",
|
|
1545
|
+
"rule": "R13",
|
|
1546
|
+
"reason": "property gap is not themed by design"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"name": "--c2-link-button__container--padding-top",
|
|
1550
|
+
"type": "padding",
|
|
1551
|
+
"default": "4px",
|
|
1552
|
+
"rule": "R13",
|
|
1553
|
+
"reason": "property padding-top is not themed by design"
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"name": "--c2-link-button__container--padding-right",
|
|
1557
|
+
"type": "padding",
|
|
1558
|
+
"default": "4px",
|
|
1559
|
+
"rule": "R13",
|
|
1560
|
+
"reason": "property padding-right is not themed by design"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"name": "--c2-link-button__container--padding-bottom",
|
|
1564
|
+
"type": "padding",
|
|
1565
|
+
"default": "4px",
|
|
1566
|
+
"rule": "R13",
|
|
1567
|
+
"reason": "property padding-bottom is not themed by design"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"name": "--c2-link-button__container--padding-left",
|
|
1571
|
+
"type": "padding",
|
|
1572
|
+
"default": "4px",
|
|
1573
|
+
"rule": "R13",
|
|
1574
|
+
"reason": "property padding-left is not themed by design"
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"name": "--c2-link-button__container--text-underline-offset",
|
|
1578
|
+
"type": "pixel",
|
|
1579
|
+
"default": "4px",
|
|
1580
|
+
"rule": "R13",
|
|
1581
|
+
"reason": "property text-underline-offset is not themed by design"
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"name": "--c2-link-button__container__hover--text-decoration",
|
|
1585
|
+
"type": "text-decoration",
|
|
1586
|
+
"default": "underline",
|
|
1587
|
+
"rule": "R13",
|
|
1588
|
+
"reason": "property text-decoration is not themed by design"
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"name": "--c2-link-button__container__focus--outline-offset",
|
|
1592
|
+
"type": "pixel",
|
|
1593
|
+
"default": "2px",
|
|
1594
|
+
"rule": "R13",
|
|
1595
|
+
"reason": "property outline-offset is not themed by design"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"name": "--c2-link-button__icon--size",
|
|
1599
|
+
"type": "pixel",
|
|
1600
|
+
"default": "16px",
|
|
1601
|
+
"rule": "R13",
|
|
1602
|
+
"reason": "property size is not themed by design"
|
|
1603
|
+
}
|
|
1604
|
+
],
|
|
1605
|
+
"excludedVars": [
|
|
1606
|
+
{
|
|
1607
|
+
"name": "--c2-link-button__container--color",
|
|
1608
|
+
"type": "color",
|
|
1609
|
+
"default": "currentColor",
|
|
1610
|
+
"rule": "R2",
|
|
1611
|
+
"reason": "keyword / derived value currentColor"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"name": "--c2-link-button__container--text-decoration",
|
|
1615
|
+
"type": "text-decoration",
|
|
1616
|
+
"default": "none",
|
|
1617
|
+
"rule": "R2",
|
|
1618
|
+
"reason": "keyword / derived value none"
|
|
1619
|
+
}
|
|
1620
|
+
]
|
|
1621
|
+
},
|
|
1622
|
+
"@c2n/list": {
|
|
1623
|
+
"total": 27,
|
|
1624
|
+
"mapped": 4,
|
|
1625
|
+
"unmapped": 12,
|
|
1626
|
+
"excluded": 0,
|
|
1627
|
+
"noDefault": 11,
|
|
1628
|
+
"unmappedVars": [
|
|
1629
|
+
{
|
|
1630
|
+
"name": "--c2-list--padding-top",
|
|
1631
|
+
"type": "padding",
|
|
1632
|
+
"default": "4px",
|
|
1633
|
+
"rule": "R13",
|
|
1634
|
+
"reason": "property padding-top is not themed by design"
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"name": "--c2-list--padding-bottom",
|
|
1638
|
+
"type": "padding",
|
|
1639
|
+
"default": "4px",
|
|
1640
|
+
"rule": "R13",
|
|
1641
|
+
"reason": "property padding-bottom is not themed by design"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"name": "--c2-list--padding-right",
|
|
1645
|
+
"type": "padding",
|
|
1646
|
+
"default": "4px",
|
|
1647
|
+
"rule": "R13",
|
|
1648
|
+
"reason": "property padding-right is not themed by design"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "--c2-list--padding-left",
|
|
1652
|
+
"type": "padding",
|
|
1653
|
+
"default": "4px",
|
|
1654
|
+
"rule": "R13",
|
|
1655
|
+
"reason": "property padding-left is not themed by design"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "--c2-list__divider--margin",
|
|
1659
|
+
"type": "margin",
|
|
1660
|
+
"default": "4px 0",
|
|
1661
|
+
"rule": "R13",
|
|
1662
|
+
"reason": "property margin is not themed by design"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"name": "--c2-list__heading--font-size",
|
|
1666
|
+
"type": "font-size",
|
|
1667
|
+
"default": "11px",
|
|
1668
|
+
"rule": "R9",
|
|
1669
|
+
"reason": "font-size 11px has no token"
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"name": "--c2-list__heading--letter-spacing",
|
|
1673
|
+
"type": "letter-spacing",
|
|
1674
|
+
"default": "0.06em",
|
|
1675
|
+
"rule": "R13",
|
|
1676
|
+
"reason": "property letter-spacing is not themed by design"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "--c2-list__heading--text-transform",
|
|
1680
|
+
"type": "text-transform",
|
|
1681
|
+
"default": "uppercase",
|
|
1682
|
+
"rule": "R13",
|
|
1683
|
+
"reason": "property text-transform is not themed by design"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "--c2-list__heading--padding-top",
|
|
1687
|
+
"type": "padding",
|
|
1688
|
+
"default": "10px",
|
|
1689
|
+
"rule": "R13",
|
|
1690
|
+
"reason": "property padding-top is not themed by design"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"name": "--c2-list__heading--padding-right",
|
|
1694
|
+
"type": "padding",
|
|
1695
|
+
"default": "10px",
|
|
1696
|
+
"rule": "R13",
|
|
1697
|
+
"reason": "property padding-right is not themed by design"
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"name": "--c2-list__heading--padding-bottom",
|
|
1701
|
+
"type": "padding",
|
|
1702
|
+
"default": "4px",
|
|
1703
|
+
"rule": "R13",
|
|
1704
|
+
"reason": "property padding-bottom is not themed by design"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"name": "--c2-list__heading--padding-left",
|
|
1708
|
+
"type": "padding",
|
|
1709
|
+
"default": "10px",
|
|
1710
|
+
"rule": "R13",
|
|
1711
|
+
"reason": "property padding-left is not themed by design"
|
|
1712
|
+
}
|
|
1713
|
+
],
|
|
1714
|
+
"excludedVars": []
|
|
1715
|
+
},
|
|
1716
|
+
"@c2n/list-item": {
|
|
1717
|
+
"total": 44,
|
|
1718
|
+
"mapped": 14,
|
|
1719
|
+
"unmapped": 11,
|
|
1720
|
+
"excluded": 1,
|
|
1721
|
+
"noDefault": 18,
|
|
1722
|
+
"unmappedVars": [
|
|
1723
|
+
{
|
|
1724
|
+
"name": "--c2-list-item--min-height",
|
|
1725
|
+
"type": "pixel",
|
|
1726
|
+
"default": "36px",
|
|
1727
|
+
"rule": "R13",
|
|
1728
|
+
"reason": "property min-height is not themed by design"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"name": "--c2-list-item--gap",
|
|
1732
|
+
"type": "pixel",
|
|
1733
|
+
"default": "8px",
|
|
1734
|
+
"rule": "R13",
|
|
1735
|
+
"reason": "property gap is not themed by design"
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"name": "--c2-list-item--padding-top",
|
|
1739
|
+
"type": "padding",
|
|
1740
|
+
"default": "6px",
|
|
1741
|
+
"rule": "R13",
|
|
1742
|
+
"reason": "property padding-top is not themed by design"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"name": "--c2-list-item--padding-right",
|
|
1746
|
+
"type": "padding",
|
|
1747
|
+
"default": "10px",
|
|
1748
|
+
"rule": "R13",
|
|
1749
|
+
"reason": "property padding-right is not themed by design"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "--c2-list-item--padding-bottom",
|
|
1753
|
+
"type": "padding",
|
|
1754
|
+
"default": "6px",
|
|
1755
|
+
"rule": "R13",
|
|
1756
|
+
"reason": "property padding-bottom is not themed by design"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "--c2-list-item--padding-left",
|
|
1760
|
+
"type": "padding",
|
|
1761
|
+
"default": "10px",
|
|
1762
|
+
"rule": "R13",
|
|
1763
|
+
"reason": "property padding-left is not themed by design"
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"name": "--c2-list-item--line-height",
|
|
1767
|
+
"type": "pixel",
|
|
1768
|
+
"default": "20px",
|
|
1769
|
+
"rule": "R13",
|
|
1770
|
+
"reason": "property line-height is not themed by design"
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"name": "--c2-list-item__description--line-height",
|
|
1774
|
+
"type": "pixel",
|
|
1775
|
+
"default": "16px",
|
|
1776
|
+
"rule": "R13",
|
|
1777
|
+
"reason": "property line-height is not themed by design"
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"name": "--c2-list-item__description--margin-top",
|
|
1781
|
+
"type": "pixel",
|
|
1782
|
+
"default": "1px",
|
|
1783
|
+
"rule": "R13",
|
|
1784
|
+
"reason": "property margin-top is not themed by design"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"name": "--c2-list-item__focus--outline-offset",
|
|
1788
|
+
"type": "pixel",
|
|
1789
|
+
"default": "-2px",
|
|
1790
|
+
"rule": "R13",
|
|
1791
|
+
"reason": "property outline-offset is not themed by design"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"name": "--c2-list-item__icon--size",
|
|
1795
|
+
"type": "pixel",
|
|
1796
|
+
"default": "16px",
|
|
1797
|
+
"rule": "R13",
|
|
1798
|
+
"reason": "property size is not themed by design"
|
|
1799
|
+
}
|
|
1800
|
+
],
|
|
1801
|
+
"excludedVars": [
|
|
1802
|
+
{
|
|
1803
|
+
"name": "--c2-list-item--background",
|
|
1804
|
+
"type": "color",
|
|
1805
|
+
"default": "transparent",
|
|
1806
|
+
"rule": "R2",
|
|
1807
|
+
"reason": "keyword / derived value transparent"
|
|
1808
|
+
}
|
|
1809
|
+
]
|
|
1810
|
+
},
|
|
1811
|
+
"@c2n/mat-icon": {
|
|
1812
|
+
"total": 3,
|
|
1813
|
+
"mapped": 0,
|
|
1814
|
+
"unmapped": 2,
|
|
1815
|
+
"excluded": 0,
|
|
1816
|
+
"noDefault": 1,
|
|
1817
|
+
"unmappedVars": [
|
|
1818
|
+
{
|
|
1819
|
+
"name": "--c2-mat-icon--font-size",
|
|
1820
|
+
"type": "font-size",
|
|
1821
|
+
"default": "24px",
|
|
1822
|
+
"rule": "R9",
|
|
1823
|
+
"reason": "font-size 24px has no token"
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"name": "--c2-mat-icon--font-weight",
|
|
1827
|
+
"type": "font-weight",
|
|
1828
|
+
"default": "400",
|
|
1829
|
+
"rule": "R10",
|
|
1830
|
+
"reason": "font-weight 400 has no token"
|
|
1831
|
+
}
|
|
1832
|
+
],
|
|
1833
|
+
"excludedVars": []
|
|
1834
|
+
},
|
|
1835
|
+
"@c2n/modal": {
|
|
1836
|
+
"total": 45,
|
|
1837
|
+
"mapped": 16,
|
|
1838
|
+
"unmapped": 21,
|
|
1839
|
+
"excluded": 4,
|
|
1840
|
+
"noDefault": 4,
|
|
1841
|
+
"unmappedVars": [
|
|
1842
|
+
{
|
|
1843
|
+
"name": "--c2-modal--width",
|
|
1844
|
+
"type": "pixel",
|
|
1845
|
+
"default": "min(480px, calc(100vw - 32px))",
|
|
1846
|
+
"rule": "R13",
|
|
1847
|
+
"reason": "property width is not themed by design"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "--c2-modal--enter-transform",
|
|
1851
|
+
"type": "transform",
|
|
1852
|
+
"default": "translateY(12px) scale(0.98)",
|
|
1853
|
+
"rule": "R13",
|
|
1854
|
+
"reason": "property enter-transform is not themed by design"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"name": "--c2-modal__header--padding-top",
|
|
1858
|
+
"type": "padding",
|
|
1859
|
+
"default": "20px",
|
|
1860
|
+
"rule": "R13",
|
|
1861
|
+
"reason": "property padding-top is not themed by design"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "--c2-modal__header--padding-right",
|
|
1865
|
+
"type": "padding",
|
|
1866
|
+
"default": "20px",
|
|
1867
|
+
"rule": "R13",
|
|
1868
|
+
"reason": "property padding-right is not themed by design"
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"name": "--c2-modal__header--padding-bottom",
|
|
1872
|
+
"type": "padding",
|
|
1873
|
+
"default": "0px",
|
|
1874
|
+
"rule": "R13",
|
|
1875
|
+
"reason": "property padding-bottom is not themed by design"
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "--c2-modal__header--padding-left",
|
|
1879
|
+
"type": "padding",
|
|
1880
|
+
"default": "24px",
|
|
1881
|
+
"rule": "R13",
|
|
1882
|
+
"reason": "property padding-left is not themed by design"
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "--c2-modal__header--font-size",
|
|
1886
|
+
"type": "font-size",
|
|
1887
|
+
"default": "17px",
|
|
1888
|
+
"rule": "R9",
|
|
1889
|
+
"reason": "font-size 17px has no token"
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
"name": "--c2-modal__header--line-height",
|
|
1893
|
+
"type": "line-height",
|
|
1894
|
+
"default": "1.35",
|
|
1895
|
+
"rule": "R13",
|
|
1896
|
+
"reason": "property line-height is not themed by design"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"name": "--c2-modal__body--padding-top",
|
|
1900
|
+
"type": "padding",
|
|
1901
|
+
"default": "12px",
|
|
1902
|
+
"rule": "R13",
|
|
1903
|
+
"reason": "property padding-top is not themed by design"
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "--c2-modal__body--padding-right",
|
|
1907
|
+
"type": "padding",
|
|
1908
|
+
"default": "24px",
|
|
1909
|
+
"rule": "R13",
|
|
1910
|
+
"reason": "property padding-right is not themed by design"
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "--c2-modal__body--padding-bottom",
|
|
1914
|
+
"type": "padding",
|
|
1915
|
+
"default": "20px",
|
|
1916
|
+
"rule": "R13",
|
|
1917
|
+
"reason": "property padding-bottom is not themed by design"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"name": "--c2-modal__body--padding-left",
|
|
1921
|
+
"type": "padding",
|
|
1922
|
+
"default": "24px",
|
|
1923
|
+
"rule": "R13",
|
|
1924
|
+
"reason": "property padding-left is not themed by design"
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "--c2-modal__body--line-height",
|
|
1928
|
+
"type": "line-height",
|
|
1929
|
+
"default": "1.6",
|
|
1930
|
+
"rule": "R13",
|
|
1931
|
+
"reason": "property line-height is not themed by design"
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"name": "--c2-modal__footer--padding-top",
|
|
1935
|
+
"type": "padding",
|
|
1936
|
+
"default": "0px",
|
|
1937
|
+
"rule": "R13",
|
|
1938
|
+
"reason": "property padding-top is not themed by design"
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "--c2-modal__footer--padding-right",
|
|
1942
|
+
"type": "padding",
|
|
1943
|
+
"default": "24px",
|
|
1944
|
+
"rule": "R13",
|
|
1945
|
+
"reason": "property padding-right is not themed by design"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"name": "--c2-modal__footer--padding-bottom",
|
|
1949
|
+
"type": "padding",
|
|
1950
|
+
"default": "20px",
|
|
1951
|
+
"rule": "R13",
|
|
1952
|
+
"reason": "property padding-bottom is not themed by design"
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"name": "--c2-modal__footer--padding-left",
|
|
1956
|
+
"type": "padding",
|
|
1957
|
+
"default": "24px",
|
|
1958
|
+
"rule": "R13",
|
|
1959
|
+
"reason": "property padding-left is not themed by design"
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "--c2-modal__footer--gap",
|
|
1963
|
+
"type": "pixel",
|
|
1964
|
+
"default": "8px",
|
|
1965
|
+
"rule": "R13",
|
|
1966
|
+
"reason": "property gap is not themed by design"
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"name": "--c2-modal__footer--justify-content",
|
|
1970
|
+
"type": "justify-content",
|
|
1971
|
+
"default": "flex-end",
|
|
1972
|
+
"rule": "R13",
|
|
1973
|
+
"reason": "property justify-content is not themed by design"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"name": "--c2-modal__close--size",
|
|
1977
|
+
"type": "pixel",
|
|
1978
|
+
"default": "32px",
|
|
1979
|
+
"rule": "R13",
|
|
1980
|
+
"reason": "property size is not themed by design"
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"name": "--c2-modal__close--icon-size",
|
|
1984
|
+
"type": "pixel",
|
|
1985
|
+
"default": "18px",
|
|
1986
|
+
"rule": "R13",
|
|
1987
|
+
"reason": "property icon-size is not themed by design"
|
|
1988
|
+
}
|
|
1989
|
+
],
|
|
1990
|
+
"excludedVars": [
|
|
1991
|
+
{
|
|
1992
|
+
"name": "--c2-modal--max-height",
|
|
1993
|
+
"type": "pixel",
|
|
1994
|
+
"default": "calc(100vh - 64px)",
|
|
1995
|
+
"rule": "R2",
|
|
1996
|
+
"reason": "keyword / derived value calc(100vh - 64px)"
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "--c2-modal--margin-top",
|
|
2000
|
+
"type": "margin",
|
|
2001
|
+
"default": "auto",
|
|
2002
|
+
"rule": "R2",
|
|
2003
|
+
"reason": "keyword / derived value auto"
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "--c2-modal--margin-bottom",
|
|
2007
|
+
"type": "margin",
|
|
2008
|
+
"default": "auto",
|
|
2009
|
+
"rule": "R2",
|
|
2010
|
+
"reason": "keyword / derived value auto"
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"name": "--c2-modal--border",
|
|
2014
|
+
"type": "border",
|
|
2015
|
+
"default": "none",
|
|
2016
|
+
"rule": "R2",
|
|
2017
|
+
"reason": "keyword / derived value none"
|
|
2018
|
+
}
|
|
2019
|
+
]
|
|
2020
|
+
},
|
|
2021
|
+
"@c2n/overlay": {
|
|
2022
|
+
"total": 5,
|
|
2023
|
+
"mapped": 1,
|
|
2024
|
+
"unmapped": 3,
|
|
2025
|
+
"excluded": 1,
|
|
2026
|
+
"noDefault": 0,
|
|
2027
|
+
"unmappedVars": [
|
|
2028
|
+
{
|
|
2029
|
+
"name": "--c2-overlay--offset-y",
|
|
2030
|
+
"type": "pixel",
|
|
2031
|
+
"default": "8px",
|
|
2032
|
+
"rule": "R13",
|
|
2033
|
+
"reason": "property offset-y is not themed by design"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"name": "--c2-overlay--offset-x",
|
|
2037
|
+
"type": "pixel",
|
|
2038
|
+
"default": "0px",
|
|
2039
|
+
"rule": "R13",
|
|
2040
|
+
"reason": "property offset-x is not themed by design"
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"name": "--c2-overlay--viewport-padding",
|
|
2044
|
+
"type": "pixel",
|
|
2045
|
+
"default": "8px",
|
|
2046
|
+
"rule": "R13",
|
|
2047
|
+
"reason": "property viewport-padding is not themed by design"
|
|
2048
|
+
}
|
|
2049
|
+
],
|
|
2050
|
+
"excludedVars": [
|
|
2051
|
+
{
|
|
2052
|
+
"name": "--c2-overlay__backdrop--background",
|
|
2053
|
+
"type": "color",
|
|
2054
|
+
"default": "transparent",
|
|
2055
|
+
"rule": "R2",
|
|
2056
|
+
"reason": "keyword / derived value transparent"
|
|
2057
|
+
}
|
|
2058
|
+
]
|
|
2059
|
+
},
|
|
2060
|
+
"@c2n/radio": {
|
|
2061
|
+
"total": 51,
|
|
2062
|
+
"mapped": 21,
|
|
2063
|
+
"unmapped": 17,
|
|
2064
|
+
"excluded": 6,
|
|
2065
|
+
"noDefault": 7,
|
|
2066
|
+
"unmappedVars": [
|
|
2067
|
+
{
|
|
2068
|
+
"name": "--c2-radio__container--gap",
|
|
2069
|
+
"type": "pixel",
|
|
2070
|
+
"default": "4px",
|
|
2071
|
+
"rule": "R13",
|
|
2072
|
+
"reason": "property gap is not themed by design"
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"name": "--c2-radio__container--flex-direction",
|
|
2076
|
+
"type": "flex-direction-row",
|
|
2077
|
+
"default": "row",
|
|
2078
|
+
"rule": "R13",
|
|
2079
|
+
"reason": "property flex-direction is not themed by design"
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"name": "--c2-radio__container--padding-top",
|
|
2083
|
+
"type": "padding",
|
|
2084
|
+
"default": "0px",
|
|
2085
|
+
"rule": "R13",
|
|
2086
|
+
"reason": "property padding-top is not themed by design"
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"name": "--c2-radio__container--padding-right",
|
|
2090
|
+
"type": "padding",
|
|
2091
|
+
"default": "0px",
|
|
2092
|
+
"rule": "R13",
|
|
2093
|
+
"reason": "property padding-right is not themed by design"
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"name": "--c2-radio__container--padding-bottom",
|
|
2097
|
+
"type": "padding",
|
|
2098
|
+
"default": "0px",
|
|
2099
|
+
"rule": "R13",
|
|
2100
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"name": "--c2-radio__container--padding-left",
|
|
2104
|
+
"type": "padding",
|
|
2105
|
+
"default": "0px",
|
|
2106
|
+
"rule": "R13",
|
|
2107
|
+
"reason": "property padding-left is not themed by design"
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"name": "--c2-radio__control--size",
|
|
2111
|
+
"type": "pixel",
|
|
2112
|
+
"default": "18px",
|
|
2113
|
+
"rule": "R13",
|
|
2114
|
+
"reason": "property size is not themed by design"
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"name": "--c2-radio__control__checked--border",
|
|
2118
|
+
"type": "border",
|
|
2119
|
+
"default": "1px solid transparent",
|
|
2120
|
+
"rule": "R5",
|
|
2121
|
+
"reason": "transparent / zero border"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "--c2-radio__control__focus--outline-offset",
|
|
2125
|
+
"type": "pixel",
|
|
2126
|
+
"default": "2px",
|
|
2127
|
+
"rule": "R13",
|
|
2128
|
+
"reason": "property outline-offset is not themed by design"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"name": "--c2-radio__dot--size",
|
|
2132
|
+
"type": "pixel",
|
|
2133
|
+
"default": "8px",
|
|
2134
|
+
"rule": "R13",
|
|
2135
|
+
"reason": "property size is not themed by design"
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"name": "--c2-radio__state-layer--size",
|
|
2139
|
+
"type": "pixel",
|
|
2140
|
+
"default": "32px",
|
|
2141
|
+
"rule": "R13",
|
|
2142
|
+
"reason": "property size is not themed by design"
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"name": "--c2-radio__description--line-height",
|
|
2146
|
+
"type": "line-height",
|
|
2147
|
+
"default": "1.4",
|
|
2148
|
+
"rule": "R13",
|
|
2149
|
+
"reason": "property line-height is not themed by design"
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"name": "--c2-radio__description--margin-top",
|
|
2153
|
+
"type": "pixel",
|
|
2154
|
+
"default": "2px",
|
|
2155
|
+
"rule": "R13",
|
|
2156
|
+
"reason": "property margin-top is not themed by design"
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"name": "--c2-radio-group--gap",
|
|
2160
|
+
"type": "pixel",
|
|
2161
|
+
"default": "8px",
|
|
2162
|
+
"rule": "R13",
|
|
2163
|
+
"reason": "property gap is not themed by design"
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"name": "--c2-radio-group--align-items",
|
|
2167
|
+
"type": "align-items",
|
|
2168
|
+
"default": "flex-start",
|
|
2169
|
+
"rule": "R13",
|
|
2170
|
+
"reason": "property align-items is not themed by design"
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"name": "--c2-radio-group__header--gap",
|
|
2174
|
+
"type": "pixel",
|
|
2175
|
+
"default": "2px",
|
|
2176
|
+
"rule": "R13",
|
|
2177
|
+
"reason": "property gap is not themed by design"
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"name": "--c2-radio-group__header--margin-bottom",
|
|
2181
|
+
"type": "pixel",
|
|
2182
|
+
"default": "8px",
|
|
2183
|
+
"rule": "R13",
|
|
2184
|
+
"reason": "property margin-bottom is not themed by design"
|
|
2185
|
+
}
|
|
2186
|
+
],
|
|
2187
|
+
"excludedVars": [
|
|
2188
|
+
{
|
|
2189
|
+
"name": "--c2-radio__container--border",
|
|
2190
|
+
"type": "border",
|
|
2191
|
+
"default": "none",
|
|
2192
|
+
"rule": "R2",
|
|
2193
|
+
"reason": "keyword / derived value none"
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"name": "--c2-radio__control--background-color",
|
|
2197
|
+
"type": "color",
|
|
2198
|
+
"default": "transparent",
|
|
2199
|
+
"rule": "R2",
|
|
2200
|
+
"reason": "keyword / derived value transparent"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"name": "--c2-radio__label--color",
|
|
2204
|
+
"type": "color",
|
|
2205
|
+
"default": "inherit",
|
|
2206
|
+
"rule": "R2",
|
|
2207
|
+
"reason": "keyword / derived value inherit"
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"name": "--c2-radio__label--font-size",
|
|
2211
|
+
"type": "font-size",
|
|
2212
|
+
"default": "inherit",
|
|
2213
|
+
"rule": "R2",
|
|
2214
|
+
"reason": "keyword / derived value inherit"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"name": "--c2-radio__label--font-weight",
|
|
2218
|
+
"type": "font-weight",
|
|
2219
|
+
"default": "inherit",
|
|
2220
|
+
"rule": "R2",
|
|
2221
|
+
"reason": "keyword / derived value inherit"
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"name": "--c2-radio__label--line-height",
|
|
2225
|
+
"type": "line-height",
|
|
2226
|
+
"default": "inherit",
|
|
2227
|
+
"rule": "R2",
|
|
2228
|
+
"reason": "keyword / derived value inherit"
|
|
2229
|
+
}
|
|
2230
|
+
]
|
|
2231
|
+
},
|
|
2232
|
+
"@c2n/select": {
|
|
2233
|
+
"total": 55,
|
|
2234
|
+
"mapped": 35,
|
|
2235
|
+
"unmapped": 15,
|
|
2236
|
+
"excluded": 0,
|
|
2237
|
+
"noDefault": 5,
|
|
2238
|
+
"unmappedVars": [
|
|
2239
|
+
{
|
|
2240
|
+
"name": "--c2-select__button--min-height",
|
|
2241
|
+
"type": "pixel",
|
|
2242
|
+
"default": "36px",
|
|
2243
|
+
"rule": "R13",
|
|
2244
|
+
"reason": "property min-height is not themed by design"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"name": "--c2-select__button--padding",
|
|
2248
|
+
"type": "padding",
|
|
2249
|
+
"default": "6px 10px 6px 12px",
|
|
2250
|
+
"rule": "R13",
|
|
2251
|
+
"reason": "property padding is not themed by design"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"name": "--c2-select__button--gap",
|
|
2255
|
+
"type": "pixel",
|
|
2256
|
+
"default": "8px",
|
|
2257
|
+
"rule": "R13",
|
|
2258
|
+
"reason": "property gap is not themed by design"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"name": "--c2-select__button--font-style",
|
|
2262
|
+
"type": "font-style",
|
|
2263
|
+
"default": "normal",
|
|
2264
|
+
"rule": "R13",
|
|
2265
|
+
"reason": "property font-style is not themed by design"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "--c2-select__button__focus--outline-offset",
|
|
2269
|
+
"type": "pixel",
|
|
2270
|
+
"default": "1px",
|
|
2271
|
+
"rule": "R13",
|
|
2272
|
+
"reason": "property outline-offset is not themed by design"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "--c2-select__button__prefix-icon--width",
|
|
2276
|
+
"type": "pixel",
|
|
2277
|
+
"default": "16px",
|
|
2278
|
+
"rule": "R13",
|
|
2279
|
+
"reason": "property width is not themed by design"
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"name": "--c2-select__button__prefix-icon--height",
|
|
2283
|
+
"type": "pixel",
|
|
2284
|
+
"default": "16px",
|
|
2285
|
+
"rule": "R13",
|
|
2286
|
+
"reason": "property height is not themed by design"
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"name": "--c2-select__button__suffix-icon--width",
|
|
2290
|
+
"type": "pixel",
|
|
2291
|
+
"default": "16px",
|
|
2292
|
+
"rule": "R13",
|
|
2293
|
+
"reason": "property width is not themed by design"
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"name": "--c2-select__button__suffix-icon--height",
|
|
2297
|
+
"type": "pixel",
|
|
2298
|
+
"default": "16px",
|
|
2299
|
+
"rule": "R13",
|
|
2300
|
+
"reason": "property height is not themed by design"
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"name": "--c2-select__placeholder--opacity",
|
|
2304
|
+
"type": "opacity",
|
|
2305
|
+
"default": "1",
|
|
2306
|
+
"rule": "R13",
|
|
2307
|
+
"reason": "property opacity is not themed by design"
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"name": "--c2-select__list--padding-top",
|
|
2311
|
+
"type": "padding",
|
|
2312
|
+
"default": "4px",
|
|
2313
|
+
"rule": "R13",
|
|
2314
|
+
"reason": "property padding-top is not themed by design"
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"name": "--c2-select__list--padding-right",
|
|
2318
|
+
"type": "padding",
|
|
2319
|
+
"default": "4px",
|
|
2320
|
+
"rule": "R13",
|
|
2321
|
+
"reason": "property padding-right is not themed by design"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"name": "--c2-select__list--padding-bottom",
|
|
2325
|
+
"type": "padding",
|
|
2326
|
+
"default": "4px",
|
|
2327
|
+
"rule": "R13",
|
|
2328
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"name": "--c2-select__list--padding-left",
|
|
2332
|
+
"type": "padding",
|
|
2333
|
+
"default": "4px",
|
|
2334
|
+
"rule": "R13",
|
|
2335
|
+
"reason": "property padding-left is not themed by design"
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"name": "--c2-select__list--max-height",
|
|
2339
|
+
"type": "pixel",
|
|
2340
|
+
"default": "280px",
|
|
2341
|
+
"rule": "R13",
|
|
2342
|
+
"reason": "property max-height is not themed by design"
|
|
2343
|
+
}
|
|
2344
|
+
],
|
|
2345
|
+
"excludedVars": []
|
|
2346
|
+
},
|
|
2347
|
+
"@c2n/seperator": {
|
|
2348
|
+
"total": 15,
|
|
2349
|
+
"mapped": 4,
|
|
2350
|
+
"unmapped": 9,
|
|
2351
|
+
"excluded": 1,
|
|
2352
|
+
"noDefault": 1,
|
|
2353
|
+
"unmappedVars": [
|
|
2354
|
+
{
|
|
2355
|
+
"name": "--c2-seperator--thickness",
|
|
2356
|
+
"type": "pixel",
|
|
2357
|
+
"default": "1px",
|
|
2358
|
+
"rule": "R13",
|
|
2359
|
+
"reason": "property thickness is not themed by design"
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
"name": "--c2-seperator--style",
|
|
2363
|
+
"type": "border-style",
|
|
2364
|
+
"default": "solid",
|
|
2365
|
+
"rule": "R13",
|
|
2366
|
+
"reason": "property style is not themed by design"
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"name": "--c2-seperator--spacing",
|
|
2370
|
+
"type": "pixel",
|
|
2371
|
+
"default": "0px",
|
|
2372
|
+
"rule": "R13",
|
|
2373
|
+
"reason": "property spacing is not themed by design"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"name": "--c2-seperator--inset-start",
|
|
2377
|
+
"type": "pixel",
|
|
2378
|
+
"default": "0px",
|
|
2379
|
+
"rule": "R13",
|
|
2380
|
+
"reason": "property inset-start is not themed by design"
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"name": "--c2-seperator--inset-end",
|
|
2384
|
+
"type": "pixel",
|
|
2385
|
+
"default": "0px",
|
|
2386
|
+
"rule": "R13",
|
|
2387
|
+
"reason": "property inset-end is not themed by design"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"name": "--c2-seperator__line-start--flex",
|
|
2391
|
+
"type": "flex",
|
|
2392
|
+
"default": "1",
|
|
2393
|
+
"rule": "R13",
|
|
2394
|
+
"reason": "property flex is not themed by design"
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
"name": "--c2-seperator__line-end--flex",
|
|
2398
|
+
"type": "flex",
|
|
2399
|
+
"default": "1",
|
|
2400
|
+
"rule": "R13",
|
|
2401
|
+
"reason": "property flex is not themed by design"
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "--c2-seperator__label--gap",
|
|
2405
|
+
"type": "pixel",
|
|
2406
|
+
"default": "12px",
|
|
2407
|
+
"rule": "R13",
|
|
2408
|
+
"reason": "property gap is not themed by design"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "--c2-seperator__label--line-height",
|
|
2412
|
+
"type": "line-height",
|
|
2413
|
+
"default": "1.4",
|
|
2414
|
+
"rule": "R13",
|
|
2415
|
+
"reason": "property line-height is not themed by design"
|
|
2416
|
+
}
|
|
2417
|
+
],
|
|
2418
|
+
"excludedVars": [
|
|
2419
|
+
{
|
|
2420
|
+
"name": "--c2-seperator__label--text-transform",
|
|
2421
|
+
"type": "text-transform",
|
|
2422
|
+
"default": "none",
|
|
2423
|
+
"rule": "R2",
|
|
2424
|
+
"reason": "keyword / derived value none"
|
|
2425
|
+
}
|
|
2426
|
+
]
|
|
2427
|
+
},
|
|
2428
|
+
"@c2n/side-nav": {
|
|
2429
|
+
"total": 37,
|
|
2430
|
+
"mapped": 5,
|
|
2431
|
+
"unmapped": 11,
|
|
2432
|
+
"excluded": 2,
|
|
2433
|
+
"noDefault": 19,
|
|
2434
|
+
"unmappedVars": [
|
|
2435
|
+
{
|
|
2436
|
+
"name": "--c2-side-nav__open--width",
|
|
2437
|
+
"type": "pixel",
|
|
2438
|
+
"default": "240px",
|
|
2439
|
+
"rule": "R13",
|
|
2440
|
+
"reason": "property width is not themed by design"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"name": "--c2-side-nav__close--width",
|
|
2444
|
+
"type": "pixel",
|
|
2445
|
+
"default": "0px",
|
|
2446
|
+
"rule": "R13",
|
|
2447
|
+
"reason": "property width is not themed by design"
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"name": "--c2-side-nav--padding-top",
|
|
2451
|
+
"type": "padding",
|
|
2452
|
+
"default": "16px",
|
|
2453
|
+
"rule": "R13",
|
|
2454
|
+
"reason": "property padding-top is not themed by design"
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"name": "--c2-side-nav--padding-right",
|
|
2458
|
+
"type": "padding",
|
|
2459
|
+
"default": "16px",
|
|
2460
|
+
"rule": "R13",
|
|
2461
|
+
"reason": "property padding-right is not themed by design"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"name": "--c2-side-nav--padding-bottom",
|
|
2465
|
+
"type": "padding",
|
|
2466
|
+
"default": "16px",
|
|
2467
|
+
"rule": "R13",
|
|
2468
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"name": "--c2-side-nav--padding-left",
|
|
2472
|
+
"type": "padding",
|
|
2473
|
+
"default": "16px",
|
|
2474
|
+
"rule": "R13",
|
|
2475
|
+
"reason": "property padding-left is not themed by design"
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"name": "--c2-side-nav__divider--width",
|
|
2479
|
+
"type": "pixel",
|
|
2480
|
+
"default": "1px",
|
|
2481
|
+
"rule": "R13",
|
|
2482
|
+
"reason": "property width is not themed by design"
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"name": "--c2-side-nav__over--position",
|
|
2486
|
+
"type": "position",
|
|
2487
|
+
"default": "fixed",
|
|
2488
|
+
"rule": "R13",
|
|
2489
|
+
"reason": "property position is not themed by design"
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"name": "--c2-side-nav__over--top",
|
|
2493
|
+
"type": "pixel",
|
|
2494
|
+
"default": "0px",
|
|
2495
|
+
"rule": "R13",
|
|
2496
|
+
"reason": "property top is not themed by design"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"name": "--c2-side-nav__over--height",
|
|
2500
|
+
"type": "pixel",
|
|
2501
|
+
"default": "100dvh",
|
|
2502
|
+
"rule": "R13",
|
|
2503
|
+
"reason": "property height is not themed by design"
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"name": "--c2-side-nav__backdrop--z-index",
|
|
2507
|
+
"type": "number",
|
|
2508
|
+
"default": "1000",
|
|
2509
|
+
"rule": "R13",
|
|
2510
|
+
"reason": "property z-index is not themed by design"
|
|
2511
|
+
}
|
|
2512
|
+
],
|
|
2513
|
+
"excludedVars": [
|
|
2514
|
+
{
|
|
2515
|
+
"name": "--c2-side-nav__scrollbar--color",
|
|
2516
|
+
"type": "color",
|
|
2517
|
+
"default": "rgba(0, 0, 0, 0.2)",
|
|
2518
|
+
"rule": "R0",
|
|
2519
|
+
"reason": "translucent scrollbar thumb works on any surface"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "--c2-side-nav__backdrop--backdrop-filter",
|
|
2523
|
+
"type": "filter",
|
|
2524
|
+
"default": "none",
|
|
2525
|
+
"rule": "R2",
|
|
2526
|
+
"reason": "keyword / derived value none"
|
|
2527
|
+
}
|
|
2528
|
+
]
|
|
2529
|
+
},
|
|
2530
|
+
"@c2n/slider": {
|
|
2531
|
+
"total": 27,
|
|
2532
|
+
"mapped": 15,
|
|
2533
|
+
"unmapped": 12,
|
|
2534
|
+
"excluded": 0,
|
|
2535
|
+
"noDefault": 0,
|
|
2536
|
+
"unmappedVars": [
|
|
2537
|
+
{
|
|
2538
|
+
"name": "--c2-slider__container--height",
|
|
2539
|
+
"type": "pixel",
|
|
2540
|
+
"default": "32px",
|
|
2541
|
+
"rule": "R13",
|
|
2542
|
+
"reason": "property height is not themed by design"
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"name": "--c2-slider__container--length",
|
|
2546
|
+
"type": "pixel",
|
|
2547
|
+
"default": "160px",
|
|
2548
|
+
"rule": "R13",
|
|
2549
|
+
"reason": "property length is not themed by design"
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"name": "--c2-slider__track--height",
|
|
2553
|
+
"type": "pixel",
|
|
2554
|
+
"default": "4px",
|
|
2555
|
+
"rule": "R13",
|
|
2556
|
+
"reason": "property height is not themed by design"
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"name": "--c2-slider__thumb--size",
|
|
2560
|
+
"type": "pixel",
|
|
2561
|
+
"default": "18px",
|
|
2562
|
+
"rule": "R13",
|
|
2563
|
+
"reason": "property size is not themed by design"
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
"name": "--c2-slider__thumb--box-shadow",
|
|
2567
|
+
"type": "box-shadow",
|
|
2568
|
+
"default": "0 1px 3px rgba(0, 0, 0, 0.15)",
|
|
2569
|
+
"rule": "R12",
|
|
2570
|
+
"reason": "shadow of an unlisted component"
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"name": "--c2-slider__thumb__hover--box-shadow",
|
|
2574
|
+
"type": "box-shadow",
|
|
2575
|
+
"default": "0 0 0 6px rgba(2, 101, 220, 0.12)",
|
|
2576
|
+
"rule": "R12",
|
|
2577
|
+
"reason": "shadow of an unlisted component"
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"name": "--c2-slider__thumb__active--box-shadow",
|
|
2581
|
+
"type": "box-shadow",
|
|
2582
|
+
"default": "0 0 0 8px rgba(2, 101, 220, 0.18)",
|
|
2583
|
+
"rule": "R12",
|
|
2584
|
+
"reason": "shadow of an unlisted component"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"name": "--c2-slider__thumb__focus--outline-offset",
|
|
2588
|
+
"type": "pixel",
|
|
2589
|
+
"default": "2px",
|
|
2590
|
+
"rule": "R13",
|
|
2591
|
+
"reason": "property outline-offset is not themed by design"
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
"name": "--c2-slider__tick--size",
|
|
2595
|
+
"type": "pixel",
|
|
2596
|
+
"default": "2px",
|
|
2597
|
+
"rule": "R13",
|
|
2598
|
+
"reason": "property size is not themed by design"
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
"name": "--c2-slider__value--padding",
|
|
2602
|
+
"type": "padding",
|
|
2603
|
+
"default": "4px 8px",
|
|
2604
|
+
"rule": "R13",
|
|
2605
|
+
"reason": "property padding is not themed by design"
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"name": "--c2-slider__value--offset",
|
|
2609
|
+
"type": "pixel",
|
|
2610
|
+
"default": "8px",
|
|
2611
|
+
"rule": "R13",
|
|
2612
|
+
"reason": "property offset is not themed by design"
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"name": "--c2-slider__value--opacity",
|
|
2616
|
+
"type": "opacity",
|
|
2617
|
+
"default": "0",
|
|
2618
|
+
"rule": "R13",
|
|
2619
|
+
"reason": "property opacity is not themed by design"
|
|
2620
|
+
}
|
|
2621
|
+
],
|
|
2622
|
+
"excludedVars": []
|
|
2623
|
+
},
|
|
2624
|
+
"@c2n/spinner": {
|
|
2625
|
+
"total": 11,
|
|
2626
|
+
"mapped": 5,
|
|
2627
|
+
"unmapped": 5,
|
|
2628
|
+
"excluded": 0,
|
|
2629
|
+
"noDefault": 1,
|
|
2630
|
+
"unmappedVars": [
|
|
2631
|
+
{
|
|
2632
|
+
"name": "--c2-spinner--size",
|
|
2633
|
+
"type": "pixel",
|
|
2634
|
+
"default": "24px",
|
|
2635
|
+
"rule": "R13",
|
|
2636
|
+
"reason": "property size is not themed by design"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"name": "--c2-spinner--stroke-width",
|
|
2640
|
+
"type": "pixel",
|
|
2641
|
+
"default": "4px",
|
|
2642
|
+
"rule": "R13",
|
|
2643
|
+
"reason": "property stroke-width is not themed by design"
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"name": "--c2-spinner--stroke-linecap",
|
|
2647
|
+
"type": "stroke-linecap",
|
|
2648
|
+
"default": "round",
|
|
2649
|
+
"rule": "R13",
|
|
2650
|
+
"reason": "property stroke-linecap is not themed by design"
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"name": "--c2-spinner--gap",
|
|
2654
|
+
"type": "pixel",
|
|
2655
|
+
"default": "8px",
|
|
2656
|
+
"rule": "R13",
|
|
2657
|
+
"reason": "property gap is not themed by design"
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"name": "--c2-spinner--flex-direction",
|
|
2661
|
+
"type": "flex-direction",
|
|
2662
|
+
"default": "row",
|
|
2663
|
+
"rule": "R13",
|
|
2664
|
+
"reason": "property flex-direction is not themed by design"
|
|
2665
|
+
}
|
|
2666
|
+
],
|
|
2667
|
+
"excludedVars": []
|
|
2668
|
+
},
|
|
2669
|
+
"@c2n/switch": {
|
|
2670
|
+
"total": 33,
|
|
2671
|
+
"mapped": 14,
|
|
2672
|
+
"unmapped": 13,
|
|
2673
|
+
"excluded": 4,
|
|
2674
|
+
"noDefault": 2,
|
|
2675
|
+
"unmappedVars": [
|
|
2676
|
+
{
|
|
2677
|
+
"name": "--c2-switch__container--gap",
|
|
2678
|
+
"type": "pixel",
|
|
2679
|
+
"default": "8px",
|
|
2680
|
+
"rule": "R13",
|
|
2681
|
+
"reason": "property gap is not themed by design"
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"name": "--c2-switch__container--flex-direction",
|
|
2685
|
+
"type": "flex-direction-row",
|
|
2686
|
+
"default": "row",
|
|
2687
|
+
"rule": "R13",
|
|
2688
|
+
"reason": "property flex-direction is not themed by design"
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"name": "--c2-switch__container--justify-content",
|
|
2692
|
+
"type": "justify-content",
|
|
2693
|
+
"default": "flex-start",
|
|
2694
|
+
"rule": "R13",
|
|
2695
|
+
"reason": "property justify-content is not themed by design"
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"name": "--c2-switch__track--width",
|
|
2699
|
+
"type": "pixel",
|
|
2700
|
+
"default": "36px",
|
|
2701
|
+
"rule": "R13",
|
|
2702
|
+
"reason": "property width is not themed by design"
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"name": "--c2-switch__track--height",
|
|
2706
|
+
"type": "pixel",
|
|
2707
|
+
"default": "20px",
|
|
2708
|
+
"rule": "R13",
|
|
2709
|
+
"reason": "property height is not themed by design"
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"name": "--c2-switch__track--border",
|
|
2713
|
+
"type": "border",
|
|
2714
|
+
"default": "1px solid transparent",
|
|
2715
|
+
"rule": "R5",
|
|
2716
|
+
"reason": "transparent / zero border"
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "--c2-switch__track__focus--outline-offset",
|
|
2720
|
+
"type": "pixel",
|
|
2721
|
+
"default": "2px",
|
|
2722
|
+
"rule": "R13",
|
|
2723
|
+
"reason": "property outline-offset is not themed by design"
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"name": "--c2-switch__thumb--size",
|
|
2727
|
+
"type": "pixel",
|
|
2728
|
+
"default": "16px",
|
|
2729
|
+
"rule": "R13",
|
|
2730
|
+
"reason": "property size is not themed by design"
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"name": "--c2-switch__thumb--offset",
|
|
2734
|
+
"type": "pixel",
|
|
2735
|
+
"default": "2px",
|
|
2736
|
+
"rule": "R13",
|
|
2737
|
+
"reason": "property offset is not themed by design"
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
"name": "--c2-switch__thumb--box-shadow",
|
|
2741
|
+
"type": "box-shadow",
|
|
2742
|
+
"default": "0 1px 2px rgba(0, 0, 0, 0.2)",
|
|
2743
|
+
"rule": "R12",
|
|
2744
|
+
"reason": "shadow of an unlisted component"
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "--c2-switch__thumb__active--stretch",
|
|
2748
|
+
"type": "pixel",
|
|
2749
|
+
"default": "4px",
|
|
2750
|
+
"rule": "R13",
|
|
2751
|
+
"reason": "property stretch is not themed by design"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"name": "--c2-switch__icon--size",
|
|
2755
|
+
"type": "pixel",
|
|
2756
|
+
"default": "10px",
|
|
2757
|
+
"rule": "R13",
|
|
2758
|
+
"reason": "property size is not themed by design"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "--c2-switch__description--margin-top",
|
|
2762
|
+
"type": "pixel",
|
|
2763
|
+
"default": "2px",
|
|
2764
|
+
"rule": "R13",
|
|
2765
|
+
"reason": "property margin-top is not themed by design"
|
|
2766
|
+
}
|
|
2767
|
+
],
|
|
2768
|
+
"excludedVars": [
|
|
2769
|
+
{
|
|
2770
|
+
"name": "--c2-switch__label--color",
|
|
2771
|
+
"type": "color",
|
|
2772
|
+
"default": "inherit",
|
|
2773
|
+
"rule": "R2",
|
|
2774
|
+
"reason": "keyword / derived value inherit"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "--c2-switch__label--font-size",
|
|
2778
|
+
"type": "font-size",
|
|
2779
|
+
"default": "inherit",
|
|
2780
|
+
"rule": "R2",
|
|
2781
|
+
"reason": "keyword / derived value inherit"
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"name": "--c2-switch__label--font-weight",
|
|
2785
|
+
"type": "font-weight",
|
|
2786
|
+
"default": "inherit",
|
|
2787
|
+
"rule": "R2",
|
|
2788
|
+
"reason": "keyword / derived value inherit"
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"name": "--c2-switch__label--line-height",
|
|
2792
|
+
"type": "line-height",
|
|
2793
|
+
"default": "inherit",
|
|
2794
|
+
"rule": "R2",
|
|
2795
|
+
"reason": "keyword / derived value inherit"
|
|
2796
|
+
}
|
|
2797
|
+
]
|
|
2798
|
+
},
|
|
2799
|
+
"@c2n/tabs": {
|
|
2800
|
+
"total": 38,
|
|
2801
|
+
"mapped": 6,
|
|
2802
|
+
"unmapped": 10,
|
|
2803
|
+
"excluded": 1,
|
|
2804
|
+
"noDefault": 21,
|
|
2805
|
+
"unmappedVars": [
|
|
2806
|
+
{
|
|
2807
|
+
"name": "--c2-tabs--justify-content",
|
|
2808
|
+
"type": "justify-content",
|
|
2809
|
+
"default": "flex-start",
|
|
2810
|
+
"rule": "R13",
|
|
2811
|
+
"reason": "property justify-content is not themed by design"
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"name": "--c2-tabs__tab--gap",
|
|
2815
|
+
"type": "pixel",
|
|
2816
|
+
"default": "8px",
|
|
2817
|
+
"rule": "R13",
|
|
2818
|
+
"reason": "property gap is not themed by design"
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
"name": "--c2-tabs__tab--justify-content",
|
|
2822
|
+
"type": "justify-content",
|
|
2823
|
+
"default": "center",
|
|
2824
|
+
"rule": "R13",
|
|
2825
|
+
"reason": "property justify-content is not themed by design"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"name": "--c2-tabs__indicator--height",
|
|
2829
|
+
"type": "pixel",
|
|
2830
|
+
"default": "2px",
|
|
2831
|
+
"rule": "R13",
|
|
2832
|
+
"reason": "property height is not themed by design"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"name": "--c2-tabs__indicator--bottom",
|
|
2836
|
+
"type": "pixel",
|
|
2837
|
+
"default": "0px",
|
|
2838
|
+
"rule": "R13",
|
|
2839
|
+
"reason": "property bottom is not themed by design"
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"name": "--c2-tabs__tab--padding-top",
|
|
2843
|
+
"type": "padding",
|
|
2844
|
+
"default": "8px",
|
|
2845
|
+
"rule": "R13",
|
|
2846
|
+
"reason": "property padding-top is not themed by design"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "--c2-tabs__tab--padding-right",
|
|
2850
|
+
"type": "padding",
|
|
2851
|
+
"default": "16px",
|
|
2852
|
+
"rule": "R13",
|
|
2853
|
+
"reason": "property padding-right is not themed by design"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"name": "--c2-tabs__tab--padding-bottom",
|
|
2857
|
+
"type": "padding",
|
|
2858
|
+
"default": "8px",
|
|
2859
|
+
"rule": "R13",
|
|
2860
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"name": "--c2-tabs__tab--padding-left",
|
|
2864
|
+
"type": "padding",
|
|
2865
|
+
"default": "16px",
|
|
2866
|
+
"rule": "R13",
|
|
2867
|
+
"reason": "property padding-left is not themed by design"
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"name": "--c2-tabs__tab__focus--outline-offset",
|
|
2871
|
+
"type": "pixel",
|
|
2872
|
+
"default": "-2px",
|
|
2873
|
+
"rule": "R13",
|
|
2874
|
+
"reason": "property outline-offset is not themed by design"
|
|
2875
|
+
}
|
|
2876
|
+
],
|
|
2877
|
+
"excludedVars": [
|
|
2878
|
+
{
|
|
2879
|
+
"name": "--c2-tabs--padding-bottom",
|
|
2880
|
+
"type": "padding",
|
|
2881
|
+
"default": "var(--c2-tabs__indicator--height)",
|
|
2882
|
+
"rule": "R2",
|
|
2883
|
+
"reason": "keyword / derived value var(--c2-tabs__indicator--height)"
|
|
2884
|
+
}
|
|
2885
|
+
]
|
|
2886
|
+
},
|
|
2887
|
+
"@c2n/text-field": {
|
|
2888
|
+
"total": 66,
|
|
2889
|
+
"mapped": 38,
|
|
2890
|
+
"unmapped": 17,
|
|
2891
|
+
"excluded": 1,
|
|
2892
|
+
"noDefault": 10,
|
|
2893
|
+
"unmappedVars": [
|
|
2894
|
+
{
|
|
2895
|
+
"name": "--c2-text-field--min-height",
|
|
2896
|
+
"type": "pixel",
|
|
2897
|
+
"default": "36px",
|
|
2898
|
+
"rule": "R13",
|
|
2899
|
+
"reason": "property min-height is not themed by design"
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"name": "--c2-text-field--gap",
|
|
2903
|
+
"type": "pixel",
|
|
2904
|
+
"default": "8px",
|
|
2905
|
+
"rule": "R13",
|
|
2906
|
+
"reason": "property gap is not themed by design"
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"name": "--c2-text-field--padding-top",
|
|
2910
|
+
"type": "padding",
|
|
2911
|
+
"default": "6px",
|
|
2912
|
+
"rule": "R13",
|
|
2913
|
+
"reason": "property padding-top is not themed by design"
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"name": "--c2-text-field--padding-right",
|
|
2917
|
+
"type": "padding",
|
|
2918
|
+
"default": "10px",
|
|
2919
|
+
"rule": "R13",
|
|
2920
|
+
"reason": "property padding-right is not themed by design"
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"name": "--c2-text-field--padding-bottom",
|
|
2924
|
+
"type": "padding",
|
|
2925
|
+
"default": "6px",
|
|
2926
|
+
"rule": "R13",
|
|
2927
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"name": "--c2-text-field--padding-left",
|
|
2931
|
+
"type": "padding",
|
|
2932
|
+
"default": "12px",
|
|
2933
|
+
"rule": "R13",
|
|
2934
|
+
"reason": "property padding-left is not themed by design"
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"name": "--c2-text-field--line-height",
|
|
2938
|
+
"type": "pixel",
|
|
2939
|
+
"default": "20px",
|
|
2940
|
+
"rule": "R13",
|
|
2941
|
+
"reason": "property line-height is not themed by design"
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"name": "--c2-text-field__placeholder--opacity",
|
|
2945
|
+
"type": "opacity",
|
|
2946
|
+
"default": "1",
|
|
2947
|
+
"rule": "R13",
|
|
2948
|
+
"reason": "property opacity is not themed by design"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"name": "--c2-text-field__focus--outline-offset",
|
|
2952
|
+
"type": "pixel",
|
|
2953
|
+
"default": "0px",
|
|
2954
|
+
"rule": "R13",
|
|
2955
|
+
"reason": "property outline-offset is not themed by design"
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"name": "--c2-text-field__icon--size",
|
|
2959
|
+
"type": "pixel",
|
|
2960
|
+
"default": "16px",
|
|
2961
|
+
"rule": "R13",
|
|
2962
|
+
"reason": "property size is not themed by design"
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"name": "--c2-text-field__clear-icon--size",
|
|
2966
|
+
"type": "pixel",
|
|
2967
|
+
"default": "16px",
|
|
2968
|
+
"rule": "R13",
|
|
2969
|
+
"reason": "property size is not themed by design"
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
"name": "--c2-text-field__help-icon--size",
|
|
2973
|
+
"type": "pixel",
|
|
2974
|
+
"default": "16px",
|
|
2975
|
+
"rule": "R13",
|
|
2976
|
+
"reason": "property size is not themed by design"
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"name": "--c2-text-field__help-icon--gap",
|
|
2980
|
+
"type": "pixel",
|
|
2981
|
+
"default": "8px",
|
|
2982
|
+
"rule": "R13",
|
|
2983
|
+
"reason": "property gap is not themed by design"
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"name": "--c2-text-field__supporting-text--gap",
|
|
2987
|
+
"type": "pixel",
|
|
2988
|
+
"default": "4px",
|
|
2989
|
+
"rule": "R13",
|
|
2990
|
+
"reason": "property gap is not themed by design"
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"name": "--c2-text-field__supporting-text--line-height",
|
|
2994
|
+
"type": "pixel",
|
|
2995
|
+
"default": "16px",
|
|
2996
|
+
"rule": "R13",
|
|
2997
|
+
"reason": "property line-height is not themed by design"
|
|
2998
|
+
},
|
|
2999
|
+
{
|
|
3000
|
+
"name": "--c2-text-field-clear__clear-icon--size",
|
|
3001
|
+
"type": "pixel",
|
|
3002
|
+
"default": "24px",
|
|
3003
|
+
"rule": "R13",
|
|
3004
|
+
"reason": "property size is not themed by design"
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "--c2-text-field-clear__clear-icon--color",
|
|
3008
|
+
"type": "color",
|
|
3009
|
+
"default": "rgb(70, 70, 70)",
|
|
3010
|
+
"rule": "R7",
|
|
3011
|
+
"reason": "unknown colour rgb(70, 70, 70)"
|
|
3012
|
+
}
|
|
3013
|
+
],
|
|
3014
|
+
"excludedVars": [
|
|
3015
|
+
{
|
|
3016
|
+
"name": "--c2-text-field__error__focus--outline",
|
|
3017
|
+
"type": "outline",
|
|
3018
|
+
"default": "3px solid rgba(220, 38, 38, 0.2)",
|
|
3019
|
+
"rule": "R0",
|
|
3020
|
+
"reason": "error focus ring is intentionally red"
|
|
3021
|
+
}
|
|
3022
|
+
]
|
|
3023
|
+
},
|
|
3024
|
+
"@c2n/textarea": {
|
|
3025
|
+
"total": 22,
|
|
3026
|
+
"mapped": 15,
|
|
3027
|
+
"unmapped": 6,
|
|
3028
|
+
"excluded": 1,
|
|
3029
|
+
"noDefault": 0,
|
|
3030
|
+
"unmappedVars": [
|
|
3031
|
+
{
|
|
3032
|
+
"name": "--c2-textarea__container--min-height",
|
|
3033
|
+
"type": "pixel",
|
|
3034
|
+
"default": "80px",
|
|
3035
|
+
"rule": "R13",
|
|
3036
|
+
"reason": "property min-height is not themed by design"
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"name": "--c2-textarea__container--padding",
|
|
3040
|
+
"type": "padding",
|
|
3041
|
+
"default": "10px 12px",
|
|
3042
|
+
"rule": "R13",
|
|
3043
|
+
"reason": "property padding is not themed by design"
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"name": "--c2-textarea__container--line-height",
|
|
3047
|
+
"type": "pixel",
|
|
3048
|
+
"default": "20px",
|
|
3049
|
+
"rule": "R13",
|
|
3050
|
+
"reason": "property line-height is not themed by design"
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"name": "--c2-textarea__container__error__focus--outline",
|
|
3054
|
+
"type": "outline",
|
|
3055
|
+
"default": "3px solid rgba(220, 38, 38, 0.2)",
|
|
3056
|
+
"rule": "R13",
|
|
3057
|
+
"reason": "property outline is not themed by design"
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"name": "--c2-textarea__supporting-text--gap",
|
|
3061
|
+
"type": "pixel",
|
|
3062
|
+
"default": "4px",
|
|
3063
|
+
"rule": "R13",
|
|
3064
|
+
"reason": "property gap is not themed by design"
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"name": "--c2-textarea__supporting-text--line-height",
|
|
3068
|
+
"type": "pixel",
|
|
3069
|
+
"default": "16px",
|
|
3070
|
+
"rule": "R13",
|
|
3071
|
+
"reason": "property line-height is not themed by design"
|
|
3072
|
+
}
|
|
3073
|
+
],
|
|
3074
|
+
"excludedVars": [
|
|
3075
|
+
{
|
|
3076
|
+
"name": "--c2-textarea__container--font-family",
|
|
3077
|
+
"type": "font-family",
|
|
3078
|
+
"default": "inherit",
|
|
3079
|
+
"rule": "R2",
|
|
3080
|
+
"reason": "keyword / derived value inherit"
|
|
3081
|
+
}
|
|
3082
|
+
]
|
|
3083
|
+
},
|
|
3084
|
+
"@c2n/toast": {
|
|
3085
|
+
"total": 29,
|
|
3086
|
+
"mapped": 10,
|
|
3087
|
+
"unmapped": 18,
|
|
3088
|
+
"excluded": 1,
|
|
3089
|
+
"noDefault": 0,
|
|
3090
|
+
"unmappedVars": [
|
|
3091
|
+
{
|
|
3092
|
+
"name": "--c2-toast__container--border-radius",
|
|
3093
|
+
"type": "border-radius",
|
|
3094
|
+
"default": "10px",
|
|
3095
|
+
"rule": "R8",
|
|
3096
|
+
"reason": "radius 10px has no token"
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"name": "--c2-toast__container--padding",
|
|
3100
|
+
"type": "padding",
|
|
3101
|
+
"default": "14px 16px",
|
|
3102
|
+
"rule": "R13",
|
|
3103
|
+
"reason": "property padding is not themed by design"
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"name": "--c2-toast__container--gap",
|
|
3107
|
+
"type": "pixel",
|
|
3108
|
+
"default": "12px",
|
|
3109
|
+
"rule": "R13",
|
|
3110
|
+
"reason": "property gap is not themed by design"
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
"name": "--c2-toast__container--box-shadow",
|
|
3114
|
+
"type": "box-shadow",
|
|
3115
|
+
"default": "0 4px 16px rgba(0, 0, 0, 0.1)",
|
|
3116
|
+
"rule": "R12",
|
|
3117
|
+
"reason": "shadow of an unlisted component"
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"name": "--c2-toast__container--line-height",
|
|
3121
|
+
"type": "line-height",
|
|
3122
|
+
"default": "1.5",
|
|
3123
|
+
"rule": "R13",
|
|
3124
|
+
"reason": "property line-height is not themed by design"
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"name": "--c2-toast__icon--align-self",
|
|
3128
|
+
"type": "align-self",
|
|
3129
|
+
"default": "center",
|
|
3130
|
+
"rule": "R13",
|
|
3131
|
+
"reason": "property align-self is not themed by design"
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"name": "--c2-toast__progress--height",
|
|
3135
|
+
"type": "pixel",
|
|
3136
|
+
"default": "3px",
|
|
3137
|
+
"rule": "R13",
|
|
3138
|
+
"reason": "property height is not themed by design"
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"name": "--c2-toast__progress--color",
|
|
3142
|
+
"type": "color",
|
|
3143
|
+
"default": "#2563eb",
|
|
3144
|
+
"rule": "R7",
|
|
3145
|
+
"reason": "unknown colour #2563eb"
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"name": "--c2-toast__progress--background",
|
|
3149
|
+
"type": "color",
|
|
3150
|
+
"default": "rgba(37, 99, 235, 0.15)",
|
|
3151
|
+
"rule": "R6",
|
|
3152
|
+
"reason": "unknown background rgba(37, 99, 235, 0.15)"
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
"name": "--c2-toast__icon--size",
|
|
3156
|
+
"type": "pixel",
|
|
3157
|
+
"default": "20px",
|
|
3158
|
+
"rule": "R13",
|
|
3159
|
+
"reason": "property size is not themed by design"
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"name": "--c2-toast__icon__info--color",
|
|
3163
|
+
"type": "color",
|
|
3164
|
+
"default": "#2563eb",
|
|
3165
|
+
"rule": "R7",
|
|
3166
|
+
"reason": "unknown colour #2563eb"
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"name": "--c2-toast__icon__success--color",
|
|
3170
|
+
"type": "color",
|
|
3171
|
+
"default": "#15803d",
|
|
3172
|
+
"rule": "R7",
|
|
3173
|
+
"reason": "unknown colour #15803d"
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
"name": "--c2-toast__icon__warning--color",
|
|
3177
|
+
"type": "color",
|
|
3178
|
+
"default": "#a16207",
|
|
3179
|
+
"rule": "R7",
|
|
3180
|
+
"reason": "unknown colour #a16207"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"name": "--c2-toast__action--color",
|
|
3184
|
+
"type": "color",
|
|
3185
|
+
"default": "#2563eb",
|
|
3186
|
+
"rule": "R7",
|
|
3187
|
+
"reason": "unknown colour #2563eb"
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"name": "--c2-toast-region__container--width",
|
|
3191
|
+
"type": "pixel",
|
|
3192
|
+
"default": "360px",
|
|
3193
|
+
"rule": "R13",
|
|
3194
|
+
"reason": "property width is not themed by design"
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
"name": "--c2-toast-region__container--gap",
|
|
3198
|
+
"type": "pixel",
|
|
3199
|
+
"default": "12px",
|
|
3200
|
+
"rule": "R13",
|
|
3201
|
+
"reason": "property gap is not themed by design"
|
|
3202
|
+
},
|
|
3203
|
+
{
|
|
3204
|
+
"name": "--c2-toast-region__container--offset",
|
|
3205
|
+
"type": "pixel",
|
|
3206
|
+
"default": "20px",
|
|
3207
|
+
"rule": "R13",
|
|
3208
|
+
"reason": "property offset is not themed by design"
|
|
3209
|
+
},
|
|
3210
|
+
{
|
|
3211
|
+
"name": "--c2-toast-region__container--z-index",
|
|
3212
|
+
"type": "number",
|
|
3213
|
+
"default": "1000",
|
|
3214
|
+
"rule": "R13",
|
|
3215
|
+
"reason": "property z-index is not themed by design"
|
|
3216
|
+
}
|
|
3217
|
+
],
|
|
3218
|
+
"excludedVars": [
|
|
3219
|
+
{
|
|
3220
|
+
"name": "--c2-toast__container--font-family",
|
|
3221
|
+
"type": "font-family",
|
|
3222
|
+
"default": "inherit",
|
|
3223
|
+
"rule": "R2",
|
|
3224
|
+
"reason": "keyword / derived value inherit"
|
|
3225
|
+
}
|
|
3226
|
+
]
|
|
3227
|
+
},
|
|
3228
|
+
"@c2n/tooltip": {
|
|
3229
|
+
"total": 19,
|
|
3230
|
+
"mapped": 7,
|
|
3231
|
+
"unmapped": 9,
|
|
3232
|
+
"excluded": 0,
|
|
3233
|
+
"noDefault": 3,
|
|
3234
|
+
"unmappedVars": [
|
|
3235
|
+
{
|
|
3236
|
+
"name": "--c2-tooltip--line-height",
|
|
3237
|
+
"type": "line-height",
|
|
3238
|
+
"default": "1.4",
|
|
3239
|
+
"rule": "R13",
|
|
3240
|
+
"reason": "property line-height is not themed by design"
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"name": "--c2-tooltip--padding-top",
|
|
3244
|
+
"type": "padding",
|
|
3245
|
+
"default": "5px",
|
|
3246
|
+
"rule": "R13",
|
|
3247
|
+
"reason": "property padding-top is not themed by design"
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"name": "--c2-tooltip--padding-right",
|
|
3251
|
+
"type": "padding",
|
|
3252
|
+
"default": "8px",
|
|
3253
|
+
"rule": "R13",
|
|
3254
|
+
"reason": "property padding-right is not themed by design"
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"name": "--c2-tooltip--padding-bottom",
|
|
3258
|
+
"type": "padding",
|
|
3259
|
+
"default": "5px",
|
|
3260
|
+
"rule": "R13",
|
|
3261
|
+
"reason": "property padding-bottom is not themed by design"
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"name": "--c2-tooltip--padding-left",
|
|
3265
|
+
"type": "padding",
|
|
3266
|
+
"default": "8px",
|
|
3267
|
+
"rule": "R13",
|
|
3268
|
+
"reason": "property padding-left is not themed by design"
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"name": "--c2-tooltip--max-width",
|
|
3272
|
+
"type": "pixel",
|
|
3273
|
+
"default": "240px",
|
|
3274
|
+
"rule": "R13",
|
|
3275
|
+
"reason": "property max-width is not themed by design"
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"name": "--c2-tooltip--offset",
|
|
3279
|
+
"type": "pixel",
|
|
3280
|
+
"default": "8px",
|
|
3281
|
+
"rule": "R13",
|
|
3282
|
+
"reason": "property offset is not themed by design"
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"name": "--c2-tooltip__arrow--size",
|
|
3286
|
+
"type": "pixel",
|
|
3287
|
+
"default": "8px",
|
|
3288
|
+
"rule": "R13",
|
|
3289
|
+
"reason": "property size is not themed by design"
|
|
3290
|
+
},
|
|
3291
|
+
{
|
|
3292
|
+
"name": "--c2-tooltip--enter-transform",
|
|
3293
|
+
"type": "transform",
|
|
3294
|
+
"default": "scale(0.92)",
|
|
3295
|
+
"rule": "R13",
|
|
3296
|
+
"reason": "property enter-transform is not themed by design"
|
|
3297
|
+
}
|
|
3298
|
+
],
|
|
3299
|
+
"excludedVars": []
|
|
3300
|
+
}
|
|
3301
|
+
},
|
|
3302
|
+
"totals": {
|
|
3303
|
+
"total": 1016,
|
|
3304
|
+
"mapped": 367,
|
|
3305
|
+
"unmapped": 333,
|
|
3306
|
+
"excluded": 82,
|
|
3307
|
+
"noDefault": 234
|
|
3308
|
+
},
|
|
3309
|
+
"unparsed": []
|
|
3310
|
+
}
|