@c2n/theme 0.0.6 → 0.0.8
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/dist/.tsbuildinfo +1 -1
- package/dist/base.css +458 -11
- package/dist/report.json +2940 -485
- package/dist/theme.css +491 -11
- package/dist/tokens.css +33 -0
- package/dist/tokens.d.ts +1 -1
- package/dist/tokens.d.ts.map +1 -1
- package/dist/tokens.js +15 -0
- package/dist/tokens.js.map +1 -1
- package/dist/tokens.json +451 -12
- package/package.json +20 -2
package/dist/report.json
CHANGED
|
@@ -31,6 +31,238 @@
|
|
|
31
31
|
],
|
|
32
32
|
"excludedVars": []
|
|
33
33
|
},
|
|
34
|
+
"@c2n/attachment": {
|
|
35
|
+
"total": 31,
|
|
36
|
+
"mapped": 18,
|
|
37
|
+
"unmapped": 11,
|
|
38
|
+
"excluded": 1,
|
|
39
|
+
"noDefault": 1,
|
|
40
|
+
"unmappedVars": [
|
|
41
|
+
{
|
|
42
|
+
"name": "--c2-attachment--min-height",
|
|
43
|
+
"type": "pixel",
|
|
44
|
+
"default": "76px",
|
|
45
|
+
"rule": "R13",
|
|
46
|
+
"reason": "property min-height is not themed by design"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "--c2-attachment--gap",
|
|
50
|
+
"type": "pixel",
|
|
51
|
+
"default": "12px",
|
|
52
|
+
"rule": "R13",
|
|
53
|
+
"reason": "property gap is not themed by design"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "--c2-attachment--padding",
|
|
57
|
+
"type": "padding",
|
|
58
|
+
"default": "10px 12px",
|
|
59
|
+
"rule": "R13",
|
|
60
|
+
"reason": "property padding is not themed by design"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "--c2-attachment__media--size",
|
|
64
|
+
"type": "pixel",
|
|
65
|
+
"default": "48px",
|
|
66
|
+
"rule": "R13",
|
|
67
|
+
"reason": "property size is not themed by design"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "--c2-attachment__media--border-radius",
|
|
71
|
+
"type": "border-radius",
|
|
72
|
+
"default": "10px",
|
|
73
|
+
"rule": "R8",
|
|
74
|
+
"reason": "radius 10px has no token"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "--c2-attachment__media--object-fit",
|
|
78
|
+
"type": "object-fit",
|
|
79
|
+
"default": "cover",
|
|
80
|
+
"rule": "R13",
|
|
81
|
+
"reason": "property object-fit is not themed by design"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "--c2-attachment__tile--width",
|
|
85
|
+
"type": "pixel",
|
|
86
|
+
"default": "220px",
|
|
87
|
+
"rule": "R13",
|
|
88
|
+
"reason": "property width is not themed by design"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "--c2-attachment__tile--media-aspect-ratio",
|
|
92
|
+
"type": "ratio",
|
|
93
|
+
"default": "1",
|
|
94
|
+
"rule": "R13",
|
|
95
|
+
"reason": "property media-aspect-ratio is not themed by design"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "--c2-attachment__action--size",
|
|
99
|
+
"type": "pixel",
|
|
100
|
+
"default": "28px",
|
|
101
|
+
"rule": "R13",
|
|
102
|
+
"reason": "property size is not themed by design"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "--c2-attachment-group--gap",
|
|
106
|
+
"type": "pixel",
|
|
107
|
+
"default": "8px",
|
|
108
|
+
"rule": "R13",
|
|
109
|
+
"reason": "property gap is not themed by design"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "--c2-attachment-group--min-column-width",
|
|
113
|
+
"type": "pixel",
|
|
114
|
+
"default": "240px",
|
|
115
|
+
"rule": "R13",
|
|
116
|
+
"reason": "property min-column-width is not themed by design"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"excludedVars": [
|
|
120
|
+
{
|
|
121
|
+
"name": "--c2-attachment__status__complete--color",
|
|
122
|
+
"type": "color",
|
|
123
|
+
"default": "rgb(0, 122, 77)",
|
|
124
|
+
"rule": "R0",
|
|
125
|
+
"reason": "success status colour"
|
|
126
|
+
}
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
"@c2n/autocomplete": {
|
|
130
|
+
"total": 44,
|
|
131
|
+
"mapped": 26,
|
|
132
|
+
"unmapped": 15,
|
|
133
|
+
"excluded": 3,
|
|
134
|
+
"noDefault": 0,
|
|
135
|
+
"unmappedVars": [
|
|
136
|
+
{
|
|
137
|
+
"name": "--c2-autocomplete--min-height",
|
|
138
|
+
"type": "pixel",
|
|
139
|
+
"default": "40px",
|
|
140
|
+
"rule": "R13",
|
|
141
|
+
"reason": "property min-height is not themed by design"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "--c2-autocomplete--padding",
|
|
145
|
+
"type": "padding",
|
|
146
|
+
"default": "8px 10px",
|
|
147
|
+
"rule": "R13",
|
|
148
|
+
"reason": "property padding is not themed by design"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "--c2-autocomplete--gap",
|
|
152
|
+
"type": "pixel",
|
|
153
|
+
"default": "8px",
|
|
154
|
+
"rule": "R13",
|
|
155
|
+
"reason": "property gap is not themed by design"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "--c2-autocomplete__icon--size",
|
|
159
|
+
"type": "pixel",
|
|
160
|
+
"default": "18px",
|
|
161
|
+
"rule": "R13",
|
|
162
|
+
"reason": "property size is not themed by design"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "--c2-autocomplete__panel--max-height",
|
|
166
|
+
"type": "pixel",
|
|
167
|
+
"default": "320px",
|
|
168
|
+
"rule": "R13",
|
|
169
|
+
"reason": "property max-height is not themed by design"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "--c2-autocomplete__list--padding",
|
|
173
|
+
"type": "padding",
|
|
174
|
+
"default": "4px",
|
|
175
|
+
"rule": "R13",
|
|
176
|
+
"reason": "property padding is not themed by design"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "--c2-autocomplete__header--padding",
|
|
180
|
+
"type": "padding",
|
|
181
|
+
"default": "10px 12px",
|
|
182
|
+
"rule": "R13",
|
|
183
|
+
"reason": "property padding is not themed by design"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "--c2-autocomplete__footer--padding",
|
|
187
|
+
"type": "padding",
|
|
188
|
+
"default": "10px 12px",
|
|
189
|
+
"rule": "R13",
|
|
190
|
+
"reason": "property padding is not themed by design"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "--c2-autocomplete__option--min-height",
|
|
194
|
+
"type": "pixel",
|
|
195
|
+
"default": "44px",
|
|
196
|
+
"rule": "R13",
|
|
197
|
+
"reason": "property min-height is not themed by design"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"name": "--c2-autocomplete__option--padding-top",
|
|
201
|
+
"type": "pixel",
|
|
202
|
+
"default": "8px",
|
|
203
|
+
"rule": "R13",
|
|
204
|
+
"reason": "property padding-top is not themed by design"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "--c2-autocomplete__option--padding-right",
|
|
208
|
+
"type": "pixel",
|
|
209
|
+
"default": "10px",
|
|
210
|
+
"rule": "R13",
|
|
211
|
+
"reason": "property padding-right is not themed by design"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "--c2-autocomplete__option--padding-bottom",
|
|
215
|
+
"type": "pixel",
|
|
216
|
+
"default": "8px",
|
|
217
|
+
"rule": "R13",
|
|
218
|
+
"reason": "property padding-bottom is not themed by design"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "--c2-autocomplete__option--padding-left",
|
|
222
|
+
"type": "pixel",
|
|
223
|
+
"default": "10px",
|
|
224
|
+
"rule": "R13",
|
|
225
|
+
"reason": "property padding-left is not themed by design"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "--c2-autocomplete__option--gap",
|
|
229
|
+
"type": "pixel",
|
|
230
|
+
"default": "10px",
|
|
231
|
+
"rule": "R13",
|
|
232
|
+
"reason": "property gap is not themed by design"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "--c2-autocomplete__status--padding",
|
|
236
|
+
"type": "padding",
|
|
237
|
+
"default": "14px 12px",
|
|
238
|
+
"rule": "R13",
|
|
239
|
+
"reason": "property padding is not themed by design"
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"excludedVars": [
|
|
243
|
+
{
|
|
244
|
+
"name": "--c2-autocomplete__focus--outline",
|
|
245
|
+
"type": "outline",
|
|
246
|
+
"default": "none",
|
|
247
|
+
"rule": "R0",
|
|
248
|
+
"reason": "focus is indicated by the accent border"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "--c2-autocomplete__header--background",
|
|
252
|
+
"type": "color",
|
|
253
|
+
"default": "transparent",
|
|
254
|
+
"rule": "R2",
|
|
255
|
+
"reason": "keyword / derived value transparent"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "--c2-autocomplete__footer--background",
|
|
259
|
+
"type": "color",
|
|
260
|
+
"default": "transparent",
|
|
261
|
+
"rule": "R2",
|
|
262
|
+
"reason": "keyword / derived value transparent"
|
|
263
|
+
}
|
|
264
|
+
]
|
|
265
|
+
},
|
|
34
266
|
"@c2n/avatar": {
|
|
35
267
|
"total": 29,
|
|
36
268
|
"mapped": 6,
|
|
@@ -352,10 +584,10 @@
|
|
|
352
584
|
]
|
|
353
585
|
},
|
|
354
586
|
"@c2n/button": {
|
|
355
|
-
"total":
|
|
587
|
+
"total": 29,
|
|
356
588
|
"mapped": 10,
|
|
357
|
-
"unmapped":
|
|
358
|
-
"excluded":
|
|
589
|
+
"unmapped": 11,
|
|
590
|
+
"excluded": 1,
|
|
359
591
|
"noDefault": 7,
|
|
360
592
|
"unmappedVars": [
|
|
361
593
|
{
|
|
@@ -365,6 +597,27 @@
|
|
|
365
597
|
"rule": "R13",
|
|
366
598
|
"reason": "property height is not themed by design"
|
|
367
599
|
},
|
|
600
|
+
{
|
|
601
|
+
"name": "--c2-button__container--justify-content",
|
|
602
|
+
"type": "justify-content",
|
|
603
|
+
"default": "center",
|
|
604
|
+
"rule": "R13",
|
|
605
|
+
"reason": "property justify-content is not themed by design"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "--c2-button__label--flex-grow",
|
|
609
|
+
"type": "number",
|
|
610
|
+
"default": "0",
|
|
611
|
+
"rule": "R13",
|
|
612
|
+
"reason": "property flex-grow is not themed by design"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "--c2-button__label--justify-content",
|
|
616
|
+
"type": "justify-content",
|
|
617
|
+
"default": "center",
|
|
618
|
+
"rule": "R13",
|
|
619
|
+
"reason": "property justify-content is not themed by design"
|
|
620
|
+
},
|
|
368
621
|
{
|
|
369
622
|
"name": "--c2-button__container--padding-left",
|
|
370
623
|
"type": "padding",
|
|
@@ -415,7 +668,15 @@
|
|
|
415
668
|
"reason": "property size is not themed by design"
|
|
416
669
|
}
|
|
417
670
|
],
|
|
418
|
-
"excludedVars": [
|
|
671
|
+
"excludedVars": [
|
|
672
|
+
{
|
|
673
|
+
"name": "--c2-button__container--width",
|
|
674
|
+
"type": "width",
|
|
675
|
+
"default": "auto",
|
|
676
|
+
"rule": "R2",
|
|
677
|
+
"reason": "keyword / derived value auto"
|
|
678
|
+
}
|
|
679
|
+
]
|
|
419
680
|
},
|
|
420
681
|
"@c2n/button-group": {
|
|
421
682
|
"total": 6,
|
|
@@ -550,327 +811,641 @@
|
|
|
550
811
|
}
|
|
551
812
|
]
|
|
552
813
|
},
|
|
553
|
-
"@c2n/
|
|
554
|
-
"total":
|
|
555
|
-
"mapped":
|
|
556
|
-
"unmapped":
|
|
557
|
-
"excluded":
|
|
558
|
-
"noDefault":
|
|
814
|
+
"@c2n/chart": {
|
|
815
|
+
"total": 56,
|
|
816
|
+
"mapped": 42,
|
|
817
|
+
"unmapped": 13,
|
|
818
|
+
"excluded": 1,
|
|
819
|
+
"noDefault": 0,
|
|
559
820
|
"unmappedVars": [
|
|
560
821
|
{
|
|
561
|
-
"name": "--c2-
|
|
562
|
-
"type": "
|
|
563
|
-
"default": "
|
|
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",
|
|
822
|
+
"name": "--c2-chart--width",
|
|
823
|
+
"type": "length",
|
|
824
|
+
"default": "100%",
|
|
571
825
|
"rule": "R13",
|
|
572
|
-
"reason": "property
|
|
826
|
+
"reason": "property width is not themed by design"
|
|
573
827
|
},
|
|
574
828
|
{
|
|
575
|
-
"name": "--c2-
|
|
576
|
-
"type": "
|
|
577
|
-
"default": "
|
|
829
|
+
"name": "--c2-chart--height",
|
|
830
|
+
"type": "pixel",
|
|
831
|
+
"default": "320px",
|
|
578
832
|
"rule": "R13",
|
|
579
|
-
"reason": "property
|
|
833
|
+
"reason": "property height is not themed by design"
|
|
580
834
|
},
|
|
581
835
|
{
|
|
582
|
-
"name": "--c2-
|
|
836
|
+
"name": "--c2-chart--padding",
|
|
583
837
|
"type": "padding",
|
|
584
|
-
"default": "
|
|
838
|
+
"default": "12px",
|
|
585
839
|
"rule": "R13",
|
|
586
|
-
"reason": "property padding
|
|
840
|
+
"reason": "property padding is not themed by design"
|
|
587
841
|
},
|
|
588
842
|
{
|
|
589
|
-
"name": "--c2-
|
|
590
|
-
"type": "
|
|
591
|
-
"default": "
|
|
843
|
+
"name": "--c2-chart__line--width",
|
|
844
|
+
"type": "pixel",
|
|
845
|
+
"default": "2px",
|
|
592
846
|
"rule": "R13",
|
|
593
|
-
"reason": "property
|
|
847
|
+
"reason": "property width is not themed by design"
|
|
594
848
|
},
|
|
595
849
|
{
|
|
596
|
-
"name": "--c2-
|
|
597
|
-
"type": "
|
|
598
|
-
"default": "
|
|
850
|
+
"name": "--c2-chart__point--radius",
|
|
851
|
+
"type": "pixel",
|
|
852
|
+
"default": "2.5px",
|
|
599
853
|
"rule": "R13",
|
|
600
|
-
"reason": "property
|
|
854
|
+
"reason": "property radius is not themed by design"
|
|
601
855
|
},
|
|
602
856
|
{
|
|
603
|
-
"name": "--c2-
|
|
857
|
+
"name": "--c2-chart__area--opacity",
|
|
604
858
|
"type": "opacity",
|
|
605
|
-
"default": "0.
|
|
859
|
+
"default": "0.15",
|
|
606
860
|
"rule": "R13",
|
|
607
861
|
"reason": "property opacity is not themed by design"
|
|
608
862
|
},
|
|
609
863
|
{
|
|
610
|
-
"name": "--c2-
|
|
864
|
+
"name": "--c2-chart__grid--width",
|
|
611
865
|
"type": "pixel",
|
|
612
|
-
"default": "
|
|
866
|
+
"default": "1px",
|
|
613
867
|
"rule": "R13",
|
|
614
868
|
"reason": "property width is not themed by design"
|
|
615
869
|
},
|
|
616
870
|
{
|
|
617
|
-
"name": "--c2-
|
|
871
|
+
"name": "--c2-chart__crosshair--width",
|
|
618
872
|
"type": "pixel",
|
|
619
|
-
"default": "
|
|
873
|
+
"default": "1px",
|
|
620
874
|
"rule": "R13",
|
|
621
|
-
"reason": "property
|
|
875
|
+
"reason": "property width is not themed by design"
|
|
622
876
|
},
|
|
623
877
|
{
|
|
624
|
-
"name": "--c2-
|
|
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",
|
|
878
|
+
"name": "--c2-chart__legend--gap",
|
|
642
879
|
"type": "pixel",
|
|
643
|
-
"default": "
|
|
880
|
+
"default": "12px",
|
|
644
881
|
"rule": "R13",
|
|
645
882
|
"reason": "property gap is not themed by design"
|
|
646
883
|
},
|
|
647
884
|
{
|
|
648
|
-
"name": "--c2-
|
|
649
|
-
"type": "
|
|
650
|
-
"default": "
|
|
885
|
+
"name": "--c2-chart__legend--padding",
|
|
886
|
+
"type": "padding",
|
|
887
|
+
"default": "8px 0 0",
|
|
651
888
|
"rule": "R13",
|
|
652
|
-
"reason": "property
|
|
889
|
+
"reason": "property padding is not themed by design"
|
|
653
890
|
},
|
|
654
891
|
{
|
|
655
|
-
"name": "--c2-
|
|
892
|
+
"name": "--c2-chart__legend-marker--size",
|
|
656
893
|
"type": "pixel",
|
|
657
|
-
"default": "
|
|
894
|
+
"default": "10px",
|
|
658
895
|
"rule": "R13",
|
|
659
|
-
"reason": "property
|
|
896
|
+
"reason": "property size is not themed by design"
|
|
660
897
|
},
|
|
661
898
|
{
|
|
662
|
-
"name": "--c2-
|
|
663
|
-
"type": "
|
|
664
|
-
"default": "
|
|
899
|
+
"name": "--c2-chart__tooltip--padding",
|
|
900
|
+
"type": "padding",
|
|
901
|
+
"default": "8px 10px",
|
|
665
902
|
"rule": "R13",
|
|
666
|
-
"reason": "property
|
|
903
|
+
"reason": "property padding is not themed by design"
|
|
667
904
|
},
|
|
668
905
|
{
|
|
669
|
-
"name": "--c2-
|
|
670
|
-
"type": "
|
|
671
|
-
"default": "
|
|
906
|
+
"name": "--c2-chart__tooltip--gap",
|
|
907
|
+
"type": "pixel",
|
|
908
|
+
"default": "6px",
|
|
672
909
|
"rule": "R13",
|
|
673
|
-
"reason": "property
|
|
910
|
+
"reason": "property gap is not themed by design"
|
|
674
911
|
}
|
|
675
912
|
],
|
|
676
|
-
"excludedVars": [
|
|
913
|
+
"excludedVars": [
|
|
914
|
+
{
|
|
915
|
+
"name": "--c2-chart--font-family",
|
|
916
|
+
"type": "font-family",
|
|
917
|
+
"default": "inherit",
|
|
918
|
+
"rule": "R2",
|
|
919
|
+
"reason": "keyword / derived value inherit"
|
|
920
|
+
}
|
|
921
|
+
]
|
|
677
922
|
},
|
|
678
|
-
"@c2n/
|
|
679
|
-
"total":
|
|
680
|
-
"mapped":
|
|
681
|
-
"unmapped":
|
|
682
|
-
"excluded":
|
|
683
|
-
"noDefault":
|
|
923
|
+
"@c2n/chat-input": {
|
|
924
|
+
"total": 29,
|
|
925
|
+
"mapped": 15,
|
|
926
|
+
"unmapped": 12,
|
|
927
|
+
"excluded": 2,
|
|
928
|
+
"noDefault": 0,
|
|
684
929
|
"unmappedVars": [
|
|
685
930
|
{
|
|
686
|
-
"name": "--c2-
|
|
687
|
-
"type": "
|
|
688
|
-
"default": "
|
|
689
|
-
"rule": "
|
|
690
|
-
"reason": "
|
|
931
|
+
"name": "--c2-chat-input__container--border-radius",
|
|
932
|
+
"type": "border-radius",
|
|
933
|
+
"default": "16px",
|
|
934
|
+
"rule": "R8",
|
|
935
|
+
"reason": "radius 16px has no token"
|
|
691
936
|
},
|
|
692
937
|
{
|
|
693
|
-
"name": "--c2-
|
|
694
|
-
"type": "
|
|
695
|
-
"default": "
|
|
938
|
+
"name": "--c2-chat-input__container--padding",
|
|
939
|
+
"type": "padding",
|
|
940
|
+
"default": "10px",
|
|
696
941
|
"rule": "R13",
|
|
697
|
-
"reason": "property
|
|
942
|
+
"reason": "property padding is not themed by design"
|
|
698
943
|
},
|
|
699
944
|
{
|
|
700
|
-
"name": "--c2-
|
|
701
|
-
"type": "
|
|
702
|
-
"default": "
|
|
703
|
-
"rule": "
|
|
704
|
-
"reason": "
|
|
945
|
+
"name": "--c2-chat-input__container--gap",
|
|
946
|
+
"type": "pixel",
|
|
947
|
+
"default": "8px",
|
|
948
|
+
"rule": "R13",
|
|
949
|
+
"reason": "property gap is not themed by design"
|
|
705
950
|
},
|
|
706
951
|
{
|
|
707
|
-
"name": "--c2-
|
|
708
|
-
"type": "
|
|
709
|
-
"default": "
|
|
710
|
-
"rule": "
|
|
711
|
-
"reason": "
|
|
952
|
+
"name": "--c2-chat-input__container__focus--box-shadow",
|
|
953
|
+
"type": "box-shadow",
|
|
954
|
+
"default": "0 0 0 3px rgba(71, 110, 249, 0.2)",
|
|
955
|
+
"rule": "R12",
|
|
956
|
+
"reason": "shadow of an unlisted component"
|
|
712
957
|
},
|
|
713
958
|
{
|
|
714
|
-
"name": "--c2-
|
|
715
|
-
"type": "
|
|
716
|
-
"default": "
|
|
717
|
-
"rule": "
|
|
718
|
-
"reason": "
|
|
959
|
+
"name": "--c2-chat-input__container__invalid__focus--box-shadow",
|
|
960
|
+
"type": "box-shadow",
|
|
961
|
+
"default": "0 0 0 3px rgba(220, 38, 38, 0.2)",
|
|
962
|
+
"rule": "R12",
|
|
963
|
+
"reason": "shadow of an unlisted component"
|
|
719
964
|
},
|
|
720
965
|
{
|
|
721
|
-
"name": "--c2-
|
|
722
|
-
"type": "
|
|
723
|
-
"default": "
|
|
724
|
-
"rule": "
|
|
725
|
-
"reason": "
|
|
966
|
+
"name": "--c2-chat-input__textarea--max-height",
|
|
967
|
+
"type": "pixel",
|
|
968
|
+
"default": "192px",
|
|
969
|
+
"rule": "R13",
|
|
970
|
+
"reason": "property max-height is not themed by design"
|
|
726
971
|
},
|
|
727
972
|
{
|
|
728
|
-
"name": "--c2-
|
|
729
|
-
"type": "
|
|
973
|
+
"name": "--c2-chat-input__textarea--padding",
|
|
974
|
+
"type": "padding",
|
|
730
975
|
"default": "2px",
|
|
731
976
|
"rule": "R13",
|
|
732
|
-
"reason": "property
|
|
977
|
+
"reason": "property padding is not themed by design"
|
|
733
978
|
},
|
|
734
979
|
{
|
|
735
|
-
"name": "--c2-
|
|
980
|
+
"name": "--c2-chat-input__textarea--line-height",
|
|
736
981
|
"type": "pixel",
|
|
737
|
-
"default": "
|
|
982
|
+
"default": "22px",
|
|
738
983
|
"rule": "R13",
|
|
739
|
-
"reason": "property
|
|
984
|
+
"reason": "property line-height is not themed by design"
|
|
740
985
|
},
|
|
741
986
|
{
|
|
742
|
-
"name": "--c2-
|
|
987
|
+
"name": "--c2-chat-input__actions--gap",
|
|
743
988
|
"type": "pixel",
|
|
744
|
-
"default": "
|
|
989
|
+
"default": "6px",
|
|
745
990
|
"rule": "R13",
|
|
746
|
-
"reason": "property
|
|
991
|
+
"reason": "property gap is not themed by design"
|
|
747
992
|
},
|
|
748
993
|
{
|
|
749
|
-
"name": "--c2-
|
|
994
|
+
"name": "--c2-chat-input__send-button--size",
|
|
750
995
|
"type": "pixel",
|
|
751
|
-
"default": "
|
|
996
|
+
"default": "32px",
|
|
752
997
|
"rule": "R13",
|
|
753
998
|
"reason": "property size is not themed by design"
|
|
754
999
|
},
|
|
755
1000
|
{
|
|
756
|
-
"name": "--c2-
|
|
1001
|
+
"name": "--c2-chat-input__send-button--border-radius",
|
|
1002
|
+
"type": "border-radius",
|
|
1003
|
+
"default": "10px",
|
|
1004
|
+
"rule": "R8",
|
|
1005
|
+
"reason": "radius 10px has no token"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "--c2-chat-input__send-icon--size",
|
|
757
1009
|
"type": "pixel",
|
|
758
|
-
"default": "
|
|
1010
|
+
"default": "18px",
|
|
759
1011
|
"rule": "R13",
|
|
760
1012
|
"reason": "property size is not themed by design"
|
|
761
1013
|
}
|
|
762
1014
|
],
|
|
763
1015
|
"excludedVars": [
|
|
764
1016
|
{
|
|
765
|
-
"name": "--c2-
|
|
1017
|
+
"name": "--c2-chat-input__textarea--font-family",
|
|
1018
|
+
"type": "font-family",
|
|
1019
|
+
"default": "inherit",
|
|
1020
|
+
"rule": "R2",
|
|
1021
|
+
"reason": "keyword / derived value inherit"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "--c2-chat-input__textarea--caret-color",
|
|
766
1025
|
"type": "color",
|
|
767
|
-
"default": "
|
|
1026
|
+
"default": "currentColor",
|
|
768
1027
|
"rule": "R2",
|
|
769
|
-
"reason": "keyword / derived value
|
|
1028
|
+
"reason": "keyword / derived value currentColor"
|
|
770
1029
|
}
|
|
771
1030
|
]
|
|
772
1031
|
},
|
|
773
|
-
"@c2n/
|
|
774
|
-
"total":
|
|
775
|
-
"mapped":
|
|
776
|
-
"unmapped":
|
|
777
|
-
"excluded":
|
|
778
|
-
"noDefault":
|
|
1032
|
+
"@c2n/chat-message": {
|
|
1033
|
+
"total": 32,
|
|
1034
|
+
"mapped": 5,
|
|
1035
|
+
"unmapped": 25,
|
|
1036
|
+
"excluded": 2,
|
|
1037
|
+
"noDefault": 0,
|
|
779
1038
|
"unmappedVars": [
|
|
780
1039
|
{
|
|
781
|
-
"name": "--c2-
|
|
782
|
-
"type": "
|
|
783
|
-
"default": "
|
|
784
|
-
"rule": "
|
|
785
|
-
"reason": "
|
|
1040
|
+
"name": "--c2-chat-message--gap",
|
|
1041
|
+
"type": "pixel",
|
|
1042
|
+
"default": "12px",
|
|
1043
|
+
"rule": "R13",
|
|
1044
|
+
"reason": "property gap is not themed by design"
|
|
786
1045
|
},
|
|
787
1046
|
{
|
|
788
|
-
"name": "--c2-
|
|
1047
|
+
"name": "--c2-chat-message--font-weight",
|
|
1048
|
+
"type": "font-weight",
|
|
1049
|
+
"default": "400",
|
|
1050
|
+
"rule": "R10",
|
|
1051
|
+
"reason": "font-weight 400 has no token"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"name": "--c2-chat-message--line-height",
|
|
789
1055
|
"type": "line-height",
|
|
790
|
-
"default": "1.
|
|
1056
|
+
"default": "1.55",
|
|
791
1057
|
"rule": "R13",
|
|
792
1058
|
"reason": "property line-height is not themed by design"
|
|
793
1059
|
},
|
|
794
1060
|
{
|
|
795
|
-
"name": "--c2-
|
|
796
|
-
"type": "
|
|
797
|
-
"default": "
|
|
1061
|
+
"name": "--c2-chat-message__avatar--margin-top",
|
|
1062
|
+
"type": "pixel",
|
|
1063
|
+
"default": "2px",
|
|
798
1064
|
"rule": "R13",
|
|
799
|
-
"reason": "property
|
|
1065
|
+
"reason": "property margin-top is not themed by design"
|
|
800
1066
|
},
|
|
801
1067
|
{
|
|
802
|
-
"name": "--c2-
|
|
803
|
-
"type": "
|
|
804
|
-
"default": "
|
|
1068
|
+
"name": "--c2-chat-message__message--gap",
|
|
1069
|
+
"type": "pixel",
|
|
1070
|
+
"default": "6px",
|
|
805
1071
|
"rule": "R13",
|
|
806
|
-
"reason": "property
|
|
1072
|
+
"reason": "property gap is not themed by design"
|
|
807
1073
|
},
|
|
808
1074
|
{
|
|
809
|
-
"name": "--c2-
|
|
810
|
-
"type": "
|
|
811
|
-
"default": "
|
|
1075
|
+
"name": "--c2-chat-message__message--max-width",
|
|
1076
|
+
"type": "length",
|
|
1077
|
+
"default": "44rem",
|
|
812
1078
|
"rule": "R13",
|
|
813
|
-
"reason": "property
|
|
1079
|
+
"reason": "property max-width is not themed by design"
|
|
814
1080
|
},
|
|
815
1081
|
{
|
|
816
|
-
"name": "--c2-
|
|
817
|
-
"type": "
|
|
818
|
-
"default": "
|
|
819
|
-
"rule": "
|
|
820
|
-
"reason": "
|
|
1082
|
+
"name": "--c2-chat-message__message--border-top",
|
|
1083
|
+
"type": "border",
|
|
1084
|
+
"default": "0 solid transparent",
|
|
1085
|
+
"rule": "R5",
|
|
1086
|
+
"reason": "border shorthand not \"<width> solid <color>\": 0 solid transparent"
|
|
821
1087
|
},
|
|
822
1088
|
{
|
|
823
|
-
"name": "--c2-
|
|
824
|
-
"type": "
|
|
825
|
-
"default": "
|
|
826
|
-
"rule": "
|
|
827
|
-
"reason": "
|
|
1089
|
+
"name": "--c2-chat-message__message--border-right",
|
|
1090
|
+
"type": "border",
|
|
1091
|
+
"default": "0 solid transparent",
|
|
1092
|
+
"rule": "R5",
|
|
1093
|
+
"reason": "border shorthand not \"<width> solid <color>\": 0 solid transparent"
|
|
828
1094
|
},
|
|
829
1095
|
{
|
|
830
|
-
"name": "--c2-
|
|
1096
|
+
"name": "--c2-chat-message__message--border-bottom",
|
|
1097
|
+
"type": "border",
|
|
1098
|
+
"default": "0 solid transparent",
|
|
1099
|
+
"rule": "R5",
|
|
1100
|
+
"reason": "border shorthand not \"<width> solid <color>\": 0 solid transparent"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "--c2-chat-message__message--border-left",
|
|
1104
|
+
"type": "border",
|
|
1105
|
+
"default": "0 solid transparent",
|
|
1106
|
+
"rule": "R5",
|
|
1107
|
+
"reason": "border shorthand not \"<width> solid <color>\": 0 solid transparent"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "--c2-chat-message__message--border-top-left-radius",
|
|
1111
|
+
"type": "border-radius",
|
|
1112
|
+
"default": "0",
|
|
1113
|
+
"rule": "R8",
|
|
1114
|
+
"reason": "radius 0 has no token"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"name": "--c2-chat-message__message--border-top-right-radius",
|
|
1118
|
+
"type": "border-radius",
|
|
1119
|
+
"default": "0",
|
|
1120
|
+
"rule": "R8",
|
|
1121
|
+
"reason": "radius 0 has no token"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"name": "--c2-chat-message__message--border-bottom-left-radius",
|
|
1125
|
+
"type": "border-radius",
|
|
1126
|
+
"default": "0",
|
|
1127
|
+
"rule": "R8",
|
|
1128
|
+
"reason": "radius 0 has no token"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "--c2-chat-message__message--border-bottom-right-radius",
|
|
1132
|
+
"type": "border-radius",
|
|
1133
|
+
"default": "0",
|
|
1134
|
+
"rule": "R8",
|
|
1135
|
+
"reason": "radius 0 has no token"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"name": "--c2-chat-message__message--padding-top",
|
|
831
1139
|
"type": "padding",
|
|
832
|
-
"default": "
|
|
1140
|
+
"default": "0",
|
|
833
1141
|
"rule": "R13",
|
|
834
1142
|
"reason": "property padding-top is not themed by design"
|
|
835
1143
|
},
|
|
836
1144
|
{
|
|
837
|
-
"name": "--c2-
|
|
1145
|
+
"name": "--c2-chat-message__message--padding-right",
|
|
838
1146
|
"type": "padding",
|
|
839
|
-
"default": "
|
|
1147
|
+
"default": "0",
|
|
840
1148
|
"rule": "R13",
|
|
841
1149
|
"reason": "property padding-right is not themed by design"
|
|
842
1150
|
},
|
|
843
1151
|
{
|
|
844
|
-
"name": "--c2-
|
|
1152
|
+
"name": "--c2-chat-message__message--padding-bottom",
|
|
845
1153
|
"type": "padding",
|
|
846
|
-
"default": "
|
|
1154
|
+
"default": "0",
|
|
847
1155
|
"rule": "R13",
|
|
848
1156
|
"reason": "property padding-bottom is not themed by design"
|
|
849
1157
|
},
|
|
850
1158
|
{
|
|
851
|
-
"name": "--c2-
|
|
1159
|
+
"name": "--c2-chat-message__message--padding-left",
|
|
852
1160
|
"type": "padding",
|
|
853
|
-
"default": "
|
|
1161
|
+
"default": "0",
|
|
854
1162
|
"rule": "R13",
|
|
855
1163
|
"reason": "property padding-left is not themed by design"
|
|
856
1164
|
},
|
|
857
1165
|
{
|
|
858
|
-
"name": "--c2-
|
|
859
|
-
"type": "
|
|
860
|
-
"default": "
|
|
861
|
-
"rule": "
|
|
862
|
-
"reason": "
|
|
1166
|
+
"name": "--c2-chat-message__message--color",
|
|
1167
|
+
"type": "color",
|
|
1168
|
+
"default": "#27272a",
|
|
1169
|
+
"rule": "R7",
|
|
1170
|
+
"reason": "unknown colour #27272a"
|
|
863
1171
|
},
|
|
864
1172
|
{
|
|
865
|
-
"name": "--c2-
|
|
1173
|
+
"name": "--c2-chat-message__header--gap",
|
|
866
1174
|
"type": "pixel",
|
|
867
|
-
"default": "
|
|
1175
|
+
"default": "8px",
|
|
868
1176
|
"rule": "R13",
|
|
869
|
-
"reason": "property
|
|
1177
|
+
"reason": "property gap is not themed by design"
|
|
870
1178
|
},
|
|
871
1179
|
{
|
|
872
|
-
"name": "--c2-
|
|
873
|
-
"type": "
|
|
1180
|
+
"name": "--c2-chat-message__header__title--font-size",
|
|
1181
|
+
"type": "font-size",
|
|
1182
|
+
"default": "13px",
|
|
1183
|
+
"rule": "R9",
|
|
1184
|
+
"reason": "font-size 13px has no token"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "--c2-chat-message__header__title--font-style",
|
|
1188
|
+
"type": "font-style",
|
|
1189
|
+
"default": "normal",
|
|
1190
|
+
"rule": "R13",
|
|
1191
|
+
"reason": "property font-style is not themed by design"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "--c2-chat-message__time--font-weight",
|
|
1195
|
+
"type": "font-weight",
|
|
1196
|
+
"default": "400",
|
|
1197
|
+
"rule": "R10",
|
|
1198
|
+
"reason": "font-weight 400 has no token"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "--c2-chat-message__time--font-style",
|
|
1202
|
+
"type": "font-style",
|
|
1203
|
+
"default": "normal",
|
|
1204
|
+
"rule": "R13",
|
|
1205
|
+
"reason": "property font-style is not themed by design"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"name": "--c2-chat-message__footer--gap",
|
|
1209
|
+
"type": "pixel",
|
|
1210
|
+
"default": "8px",
|
|
1211
|
+
"rule": "R13",
|
|
1212
|
+
"reason": "property gap is not themed by design"
|
|
1213
|
+
}
|
|
1214
|
+
],
|
|
1215
|
+
"excludedVars": [
|
|
1216
|
+
{
|
|
1217
|
+
"name": "--c2-chat-message--font-family",
|
|
1218
|
+
"type": "font-family",
|
|
1219
|
+
"default": "inherit",
|
|
1220
|
+
"rule": "R2",
|
|
1221
|
+
"reason": "keyword / derived value inherit"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"name": "--c2-chat-message__message--background",
|
|
1225
|
+
"type": "background",
|
|
1226
|
+
"default": "transparent",
|
|
1227
|
+
"rule": "R2",
|
|
1228
|
+
"reason": "keyword / derived value transparent"
|
|
1229
|
+
}
|
|
1230
|
+
]
|
|
1231
|
+
},
|
|
1232
|
+
"@c2n/checkbox": {
|
|
1233
|
+
"total": 33,
|
|
1234
|
+
"mapped": 18,
|
|
1235
|
+
"unmapped": 11,
|
|
1236
|
+
"excluded": 1,
|
|
1237
|
+
"noDefault": 3,
|
|
1238
|
+
"unmappedVars": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "--c2-checkbox__container--height",
|
|
1241
|
+
"type": "pixel",
|
|
1242
|
+
"default": "18px",
|
|
1243
|
+
"rule": "R13",
|
|
1244
|
+
"reason": "property height is not themed by design"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"name": "--c2-checkbox__container--width",
|
|
1248
|
+
"type": "pixel",
|
|
1249
|
+
"default": "18px",
|
|
1250
|
+
"rule": "R13",
|
|
1251
|
+
"reason": "property width is not themed by design"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"name": "--c2-checkbox__container__selected--border-top",
|
|
1255
|
+
"type": "border",
|
|
1256
|
+
"default": "0px solid transparent",
|
|
1257
|
+
"rule": "R5",
|
|
1258
|
+
"reason": "transparent / zero border"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "--c2-checkbox__container__selected--border-right",
|
|
1262
|
+
"type": "border",
|
|
1263
|
+
"default": "0px solid transparent",
|
|
1264
|
+
"rule": "R5",
|
|
1265
|
+
"reason": "transparent / zero border"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "--c2-checkbox__container__selected--border-bottom",
|
|
1269
|
+
"type": "border",
|
|
1270
|
+
"default": "0px solid transparent",
|
|
1271
|
+
"rule": "R5",
|
|
1272
|
+
"reason": "transparent / zero border"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "--c2-checkbox__container__selected--border-left",
|
|
1276
|
+
"type": "border",
|
|
1277
|
+
"default": "0px solid transparent",
|
|
1278
|
+
"rule": "R5",
|
|
1279
|
+
"reason": "transparent / zero border"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"name": "--c2-checkbox__container__focus--outline-offset",
|
|
1283
|
+
"type": "pixel",
|
|
1284
|
+
"default": "2px",
|
|
1285
|
+
"rule": "R13",
|
|
1286
|
+
"reason": "property outline-offset is not themed by design"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"name": "--c2-checkbox__checkmark--size",
|
|
1290
|
+
"type": "pixel",
|
|
1291
|
+
"default": "12px",
|
|
1292
|
+
"rule": "R13",
|
|
1293
|
+
"reason": "property size is not themed by design"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"name": "--c2-checkbox__mixedmark--size",
|
|
1297
|
+
"type": "pixel",
|
|
1298
|
+
"default": "12px",
|
|
1299
|
+
"rule": "R13",
|
|
1300
|
+
"reason": "property size is not themed by design"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "--c2-checkbox__uncheckmark--size",
|
|
1304
|
+
"type": "pixel",
|
|
1305
|
+
"default": "12px",
|
|
1306
|
+
"rule": "R13",
|
|
1307
|
+
"reason": "property size is not themed by design"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "--c2-checkbox__state-layer--size",
|
|
1311
|
+
"type": "pixel",
|
|
1312
|
+
"default": "32px",
|
|
1313
|
+
"rule": "R13",
|
|
1314
|
+
"reason": "property size is not themed by design"
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"excludedVars": [
|
|
1318
|
+
{
|
|
1319
|
+
"name": "--c2-checkbox__container--background-color",
|
|
1320
|
+
"type": "color",
|
|
1321
|
+
"default": "transparent",
|
|
1322
|
+
"rule": "R2",
|
|
1323
|
+
"reason": "keyword / derived value transparent"
|
|
1324
|
+
}
|
|
1325
|
+
]
|
|
1326
|
+
},
|
|
1327
|
+
"@c2n/code-viewer": {
|
|
1328
|
+
"total": 55,
|
|
1329
|
+
"mapped": 10,
|
|
1330
|
+
"unmapped": 18,
|
|
1331
|
+
"excluded": 18,
|
|
1332
|
+
"noDefault": 9,
|
|
1333
|
+
"unmappedVars": [
|
|
1334
|
+
{
|
|
1335
|
+
"name": "--c2-code-viewer--font-size",
|
|
1336
|
+
"type": "font-size",
|
|
1337
|
+
"default": "13px",
|
|
1338
|
+
"rule": "R9",
|
|
1339
|
+
"reason": "font-size 13px has no token"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "--c2-code-viewer--line-height",
|
|
1343
|
+
"type": "line-height",
|
|
1344
|
+
"default": "1.6",
|
|
1345
|
+
"rule": "R13",
|
|
1346
|
+
"reason": "property line-height is not themed by design"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "--c2-code-viewer--tab-size",
|
|
1350
|
+
"type": "tab-size",
|
|
1351
|
+
"default": "2",
|
|
1352
|
+
"rule": "R13",
|
|
1353
|
+
"reason": "property tab-size is not themed by design"
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"name": "--c2-code-viewer--padding-top",
|
|
1357
|
+
"type": "padding",
|
|
1358
|
+
"default": "12px",
|
|
1359
|
+
"rule": "R13",
|
|
1360
|
+
"reason": "property padding-top is not themed by design"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"name": "--c2-code-viewer--padding-right",
|
|
1364
|
+
"type": "padding",
|
|
1365
|
+
"default": "16px",
|
|
1366
|
+
"rule": "R13",
|
|
1367
|
+
"reason": "property padding-right is not themed by design"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"name": "--c2-code-viewer--padding-bottom",
|
|
1371
|
+
"type": "padding",
|
|
1372
|
+
"default": "12px",
|
|
1373
|
+
"rule": "R13",
|
|
1374
|
+
"reason": "property padding-bottom is not themed by design"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"name": "--c2-code-viewer--padding-left",
|
|
1378
|
+
"type": "padding",
|
|
1379
|
+
"default": "16px",
|
|
1380
|
+
"rule": "R13",
|
|
1381
|
+
"reason": "property padding-left is not themed by design"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "--c2-code-viewer__header--padding-top",
|
|
1385
|
+
"type": "padding",
|
|
1386
|
+
"default": "6px",
|
|
1387
|
+
"rule": "R13",
|
|
1388
|
+
"reason": "property padding-top is not themed by design"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"name": "--c2-code-viewer__header--padding-right",
|
|
1392
|
+
"type": "padding",
|
|
1393
|
+
"default": "8px",
|
|
1394
|
+
"rule": "R13",
|
|
1395
|
+
"reason": "property padding-right is not themed by design"
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"name": "--c2-code-viewer__header--padding-bottom",
|
|
1399
|
+
"type": "padding",
|
|
1400
|
+
"default": "6px",
|
|
1401
|
+
"rule": "R13",
|
|
1402
|
+
"reason": "property padding-bottom is not themed by design"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"name": "--c2-code-viewer__header--padding-left",
|
|
1406
|
+
"type": "padding",
|
|
1407
|
+
"default": "16px",
|
|
1408
|
+
"rule": "R13",
|
|
1409
|
+
"reason": "property padding-left is not themed by design"
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "--c2-code-viewer__copy--size",
|
|
1413
|
+
"type": "pixel",
|
|
1414
|
+
"default": "28px",
|
|
1415
|
+
"rule": "R13",
|
|
1416
|
+
"reason": "property size is not themed by design"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "--c2-code-viewer__copy--icon-size",
|
|
1420
|
+
"type": "pixel",
|
|
1421
|
+
"default": "14px",
|
|
1422
|
+
"rule": "R13",
|
|
1423
|
+
"reason": "property icon-size is not themed by design"
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"name": "--c2-code-viewer__terminal__dot__close--color",
|
|
1427
|
+
"type": "color",
|
|
1428
|
+
"default": "#ff5f57",
|
|
1429
|
+
"rule": "R7",
|
|
1430
|
+
"reason": "unknown colour #ff5f57"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"name": "--c2-code-viewer__terminal__dot__minimize--color",
|
|
1434
|
+
"type": "color",
|
|
1435
|
+
"default": "#febc2e",
|
|
1436
|
+
"rule": "R7",
|
|
1437
|
+
"reason": "unknown colour #febc2e"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"name": "--c2-code-viewer__terminal__dot__maximize--color",
|
|
1441
|
+
"type": "color",
|
|
1442
|
+
"default": "#28c840",
|
|
1443
|
+
"rule": "R7",
|
|
1444
|
+
"reason": "unknown colour #28c840"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"name": "--c2-code-viewer__line-numbers--min-width",
|
|
1448
|
+
"type": "pixel",
|
|
874
1449
|
"default": "2ch",
|
|
875
1450
|
"rule": "R13",
|
|
876
1451
|
"reason": "property min-width is not themed by design"
|
|
@@ -922,7 +1497,7 @@
|
|
|
922
1497
|
{
|
|
923
1498
|
"name": "--c2-code-viewer__line__highlighted--background",
|
|
924
1499
|
"type": "background",
|
|
925
|
-
"default": "rgba(99, 102, 241, 0.
|
|
1500
|
+
"default": "rgba(99, 102, 241, 0.01)",
|
|
926
1501
|
"rule": "R0",
|
|
927
1502
|
"reason": "highlight colour tied to the syntax theme"
|
|
928
1503
|
},
|
|
@@ -1264,10 +1839,151 @@
|
|
|
1264
1839
|
}
|
|
1265
1840
|
]
|
|
1266
1841
|
},
|
|
1267
|
-
"@c2n/
|
|
1268
|
-
"total":
|
|
1842
|
+
"@c2n/date-input": {
|
|
1843
|
+
"total": 26,
|
|
1269
1844
|
"mapped": 16,
|
|
1270
|
-
"unmapped":
|
|
1845
|
+
"unmapped": 8,
|
|
1846
|
+
"excluded": 2,
|
|
1847
|
+
"noDefault": 0,
|
|
1848
|
+
"unmappedVars": [
|
|
1849
|
+
{
|
|
1850
|
+
"name": "--c2-date-input--min-height",
|
|
1851
|
+
"type": "pixel",
|
|
1852
|
+
"default": "36px",
|
|
1853
|
+
"rule": "R13",
|
|
1854
|
+
"reason": "property min-height is not themed by design"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"name": "--c2-date-input--gap",
|
|
1858
|
+
"type": "pixel",
|
|
1859
|
+
"default": "8px",
|
|
1860
|
+
"rule": "R13",
|
|
1861
|
+
"reason": "property gap is not themed by design"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "--c2-date-input--padding",
|
|
1865
|
+
"type": "padding",
|
|
1866
|
+
"default": "6px 8px 6px 12px",
|
|
1867
|
+
"rule": "R13",
|
|
1868
|
+
"reason": "property padding is not themed by design"
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"name": "--c2-date-input--line-height",
|
|
1872
|
+
"type": "pixel",
|
|
1873
|
+
"default": "20px",
|
|
1874
|
+
"rule": "R13",
|
|
1875
|
+
"reason": "property line-height is not themed by design"
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "--c2-date-input__focus--outline-offset",
|
|
1879
|
+
"type": "pixel",
|
|
1880
|
+
"default": "0px",
|
|
1881
|
+
"rule": "R13",
|
|
1882
|
+
"reason": "property outline-offset is not themed by design"
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "--c2-date-input__calendar-icon--size",
|
|
1886
|
+
"type": "pixel",
|
|
1887
|
+
"default": "18px",
|
|
1888
|
+
"rule": "R13",
|
|
1889
|
+
"reason": "property size is not themed by design"
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
"name": "--c2-date-input__supporting-text--gap",
|
|
1893
|
+
"type": "pixel",
|
|
1894
|
+
"default": "4px",
|
|
1895
|
+
"rule": "R13",
|
|
1896
|
+
"reason": "property gap is not themed by design"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"name": "--c2-date-input__supporting-text--line-height",
|
|
1900
|
+
"type": "pixel",
|
|
1901
|
+
"default": "16px",
|
|
1902
|
+
"rule": "R13",
|
|
1903
|
+
"reason": "property line-height is not themed by design"
|
|
1904
|
+
}
|
|
1905
|
+
],
|
|
1906
|
+
"excludedVars": [
|
|
1907
|
+
{
|
|
1908
|
+
"name": "--c2-date-input--font-family",
|
|
1909
|
+
"type": "font-family",
|
|
1910
|
+
"default": "inherit",
|
|
1911
|
+
"rule": "R2",
|
|
1912
|
+
"reason": "keyword / derived value inherit"
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"name": "--c2-date-input__error__focus--outline",
|
|
1916
|
+
"type": "outline",
|
|
1917
|
+
"default": "2px solid rgba(220, 38, 38, 0.25)",
|
|
1918
|
+
"rule": "R0",
|
|
1919
|
+
"reason": "error focus ring is intentionally red"
|
|
1920
|
+
}
|
|
1921
|
+
]
|
|
1922
|
+
},
|
|
1923
|
+
"@c2n/date-selector": {
|
|
1924
|
+
"total": 28,
|
|
1925
|
+
"mapped": 21,
|
|
1926
|
+
"unmapped": 6,
|
|
1927
|
+
"excluded": 1,
|
|
1928
|
+
"noDefault": 0,
|
|
1929
|
+
"unmappedVars": [
|
|
1930
|
+
{
|
|
1931
|
+
"name": "--c2-date-selector--min-width",
|
|
1932
|
+
"type": "pixel",
|
|
1933
|
+
"default": "312px",
|
|
1934
|
+
"rule": "R13",
|
|
1935
|
+
"reason": "property min-width is not themed by design"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"name": "--c2-date-selector--padding",
|
|
1939
|
+
"type": "padding",
|
|
1940
|
+
"default": "16px",
|
|
1941
|
+
"rule": "R13",
|
|
1942
|
+
"reason": "property padding is not themed by design"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"name": "--c2-date-selector--month-gap",
|
|
1946
|
+
"type": "pixel",
|
|
1947
|
+
"default": "40px",
|
|
1948
|
+
"rule": "R13",
|
|
1949
|
+
"reason": "property month-gap is not themed by design"
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"name": "--c2-date-selector__day--size",
|
|
1953
|
+
"type": "pixel",
|
|
1954
|
+
"default": "40px",
|
|
1955
|
+
"rule": "R13",
|
|
1956
|
+
"reason": "property size is not themed by design"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "--c2-date-selector__navigation--size",
|
|
1960
|
+
"type": "pixel",
|
|
1961
|
+
"default": "32px",
|
|
1962
|
+
"rule": "R13",
|
|
1963
|
+
"reason": "property size is not themed by design"
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"name": "--c2-date-selector__focus--outline-offset",
|
|
1967
|
+
"type": "pixel",
|
|
1968
|
+
"default": "2px",
|
|
1969
|
+
"rule": "R13",
|
|
1970
|
+
"reason": "property outline-offset is not themed by design"
|
|
1971
|
+
}
|
|
1972
|
+
],
|
|
1973
|
+
"excludedVars": [
|
|
1974
|
+
{
|
|
1975
|
+
"name": "--c2-date-selector--font-family",
|
|
1976
|
+
"type": "font-family",
|
|
1977
|
+
"default": "inherit",
|
|
1978
|
+
"rule": "R2",
|
|
1979
|
+
"reason": "keyword / derived value inherit"
|
|
1980
|
+
}
|
|
1981
|
+
]
|
|
1982
|
+
},
|
|
1983
|
+
"@c2n/details": {
|
|
1984
|
+
"total": 43,
|
|
1985
|
+
"mapped": 16,
|
|
1986
|
+
"unmapped": 15,
|
|
1271
1987
|
"excluded": 0,
|
|
1272
1988
|
"noDefault": 12,
|
|
1273
1989
|
"unmappedVars": [
|
|
@@ -1334,6 +2050,13 @@
|
|
|
1334
2050
|
"rule": "R13",
|
|
1335
2051
|
"reason": "property rotate is not themed by design"
|
|
1336
2052
|
},
|
|
2053
|
+
{
|
|
2054
|
+
"name": "--c2-details__header__icon--rotate-collapsed",
|
|
2055
|
+
"type": "pixel",
|
|
2056
|
+
"default": "0deg",
|
|
2057
|
+
"rule": "R13",
|
|
2058
|
+
"reason": "property rotate-collapsed is not themed by design"
|
|
2059
|
+
},
|
|
1337
2060
|
{
|
|
1338
2061
|
"name": "--c2-details__header__content--margin-top",
|
|
1339
2062
|
"type": "pixel",
|
|
@@ -1404,6 +2127,87 @@
|
|
|
1404
2127
|
}
|
|
1405
2128
|
]
|
|
1406
2129
|
},
|
|
2130
|
+
"@c2n/header": {
|
|
2131
|
+
"total": 13,
|
|
2132
|
+
"mapped": 3,
|
|
2133
|
+
"unmapped": 8,
|
|
2134
|
+
"excluded": 2,
|
|
2135
|
+
"noDefault": 0,
|
|
2136
|
+
"unmappedVars": [
|
|
2137
|
+
{
|
|
2138
|
+
"name": "--c2-header--min-height",
|
|
2139
|
+
"type": "pixel",
|
|
2140
|
+
"default": "64px",
|
|
2141
|
+
"rule": "R13",
|
|
2142
|
+
"reason": "property min-height is not themed by design"
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"name": "--c2-header--padding",
|
|
2146
|
+
"type": "padding",
|
|
2147
|
+
"default": "8px 24px",
|
|
2148
|
+
"rule": "R13",
|
|
2149
|
+
"reason": "property padding is not themed by design"
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"name": "--c2-header--gap",
|
|
2153
|
+
"type": "pixel",
|
|
2154
|
+
"default": "24px",
|
|
2155
|
+
"rule": "R13",
|
|
2156
|
+
"reason": "property gap is not themed by design"
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"name": "--c2-header--sticky-top",
|
|
2160
|
+
"type": "pixel",
|
|
2161
|
+
"default": "0px",
|
|
2162
|
+
"rule": "R13",
|
|
2163
|
+
"reason": "property sticky-top is not themed by design"
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"name": "--c2-header--backdrop-filter",
|
|
2167
|
+
"type": "backdrop-filter",
|
|
2168
|
+
"default": "blur(16px)",
|
|
2169
|
+
"rule": "R13",
|
|
2170
|
+
"reason": "property backdrop-filter is not themed by design"
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"name": "--c2-header__blurred--background",
|
|
2174
|
+
"type": "color",
|
|
2175
|
+
"default": "rgba(255, 255, 255, 0.82)",
|
|
2176
|
+
"rule": "R6",
|
|
2177
|
+
"reason": "unknown background rgba(255, 255, 255, 0.82)"
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"name": "--c2-header__brand--gap",
|
|
2181
|
+
"type": "pixel",
|
|
2182
|
+
"default": "8px",
|
|
2183
|
+
"rule": "R13",
|
|
2184
|
+
"reason": "property gap is not themed by design"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"name": "--c2-header__actions--gap",
|
|
2188
|
+
"type": "pixel",
|
|
2189
|
+
"default": "8px",
|
|
2190
|
+
"rule": "R13",
|
|
2191
|
+
"reason": "property gap is not themed by design"
|
|
2192
|
+
}
|
|
2193
|
+
],
|
|
2194
|
+
"excludedVars": [
|
|
2195
|
+
{
|
|
2196
|
+
"name": "--c2-header--box-shadow",
|
|
2197
|
+
"type": "box-shadow",
|
|
2198
|
+
"default": "none",
|
|
2199
|
+
"rule": "R2",
|
|
2200
|
+
"reason": "keyword / derived value none"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"name": "--c2-header__content--max-width",
|
|
2204
|
+
"type": "max-width",
|
|
2205
|
+
"default": "none",
|
|
2206
|
+
"rule": "R2",
|
|
2207
|
+
"reason": "keyword / derived value none"
|
|
2208
|
+
}
|
|
2209
|
+
]
|
|
2210
|
+
},
|
|
1407
2211
|
"@c2n/icon-button": {
|
|
1408
2212
|
"total": 14,
|
|
1409
2213
|
"mapped": 5,
|
|
@@ -1450,6 +2254,87 @@
|
|
|
1450
2254
|
}
|
|
1451
2255
|
]
|
|
1452
2256
|
},
|
|
2257
|
+
"@c2n/kbd": {
|
|
2258
|
+
"total": 16,
|
|
2259
|
+
"mapped": 6,
|
|
2260
|
+
"unmapped": 9,
|
|
2261
|
+
"excluded": 1,
|
|
2262
|
+
"noDefault": 0,
|
|
2263
|
+
"unmappedVars": [
|
|
2264
|
+
{
|
|
2265
|
+
"name": "--c2-kbd--min-width",
|
|
2266
|
+
"type": "pixel",
|
|
2267
|
+
"default": "24px",
|
|
2268
|
+
"rule": "R13",
|
|
2269
|
+
"reason": "property min-width is not themed by design"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"name": "--c2-kbd--height",
|
|
2273
|
+
"type": "pixel",
|
|
2274
|
+
"default": "24px",
|
|
2275
|
+
"rule": "R13",
|
|
2276
|
+
"reason": "property height is not themed by design"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"name": "--c2-kbd--padding-left",
|
|
2280
|
+
"type": "padding",
|
|
2281
|
+
"default": "6px",
|
|
2282
|
+
"rule": "R13",
|
|
2283
|
+
"reason": "property padding-left is not themed by design"
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"name": "--c2-kbd--padding-right",
|
|
2287
|
+
"type": "padding",
|
|
2288
|
+
"default": "6px",
|
|
2289
|
+
"rule": "R13",
|
|
2290
|
+
"reason": "property padding-right is not themed by design"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"name": "--c2-kbd--gap",
|
|
2294
|
+
"type": "pixel",
|
|
2295
|
+
"default": "4px",
|
|
2296
|
+
"rule": "R13",
|
|
2297
|
+
"reason": "property gap is not themed by design"
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"name": "--c2-kbd--border-radius",
|
|
2301
|
+
"type": "border-radius",
|
|
2302
|
+
"default": "5px",
|
|
2303
|
+
"rule": "R8",
|
|
2304
|
+
"reason": "radius 5px has no token"
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"name": "--c2-kbd--box-shadow",
|
|
2308
|
+
"type": "box-shadow",
|
|
2309
|
+
"default": "0 1px 0 #a1a1aa",
|
|
2310
|
+
"rule": "R12",
|
|
2311
|
+
"reason": "shadow of an unlisted component"
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"name": "--c2-kbd--line-height",
|
|
2315
|
+
"type": "line-height",
|
|
2316
|
+
"default": "1",
|
|
2317
|
+
"rule": "R13",
|
|
2318
|
+
"reason": "property line-height is not themed by design"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "--c2-kbd--letter-spacing",
|
|
2322
|
+
"type": "pixel",
|
|
2323
|
+
"default": "0.01em",
|
|
2324
|
+
"rule": "R13",
|
|
2325
|
+
"reason": "property letter-spacing is not themed by design"
|
|
2326
|
+
}
|
|
2327
|
+
],
|
|
2328
|
+
"excludedVars": [
|
|
2329
|
+
{
|
|
2330
|
+
"name": "--c2-kbd--text-transform",
|
|
2331
|
+
"type": "text-transform",
|
|
2332
|
+
"default": "none",
|
|
2333
|
+
"rule": "R2",
|
|
2334
|
+
"reason": "keyword / derived value none"
|
|
2335
|
+
}
|
|
2336
|
+
]
|
|
2337
|
+
},
|
|
1453
2338
|
"@c2n/label": {
|
|
1454
2339
|
"total": 13,
|
|
1455
2340
|
"mapped": 2,
|
|
@@ -1543,264 +2428,1232 @@
|
|
|
1543
2428
|
"type": "pixel",
|
|
1544
2429
|
"default": "6px",
|
|
1545
2430
|
"rule": "R13",
|
|
1546
|
-
"reason": "property gap is not themed by design"
|
|
2431
|
+
"reason": "property gap is not themed by design"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"name": "--c2-link-button__container--padding-top",
|
|
2435
|
+
"type": "padding",
|
|
2436
|
+
"default": "4px",
|
|
2437
|
+
"rule": "R13",
|
|
2438
|
+
"reason": "property padding-top is not themed by design"
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"name": "--c2-link-button__container--padding-right",
|
|
2442
|
+
"type": "padding",
|
|
2443
|
+
"default": "4px",
|
|
2444
|
+
"rule": "R13",
|
|
2445
|
+
"reason": "property padding-right is not themed by design"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "--c2-link-button__container--padding-bottom",
|
|
2449
|
+
"type": "padding",
|
|
2450
|
+
"default": "4px",
|
|
2451
|
+
"rule": "R13",
|
|
2452
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"name": "--c2-link-button__container--padding-left",
|
|
2456
|
+
"type": "padding",
|
|
2457
|
+
"default": "4px",
|
|
2458
|
+
"rule": "R13",
|
|
2459
|
+
"reason": "property padding-left is not themed by design"
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"name": "--c2-link-button__container--text-underline-offset",
|
|
2463
|
+
"type": "pixel",
|
|
2464
|
+
"default": "4px",
|
|
2465
|
+
"rule": "R13",
|
|
2466
|
+
"reason": "property text-underline-offset is not themed by design"
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"name": "--c2-link-button__container__hover--text-decoration",
|
|
2470
|
+
"type": "text-decoration",
|
|
2471
|
+
"default": "underline",
|
|
2472
|
+
"rule": "R13",
|
|
2473
|
+
"reason": "property text-decoration is not themed by design"
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"name": "--c2-link-button__container__focus--outline-offset",
|
|
2477
|
+
"type": "pixel",
|
|
2478
|
+
"default": "2px",
|
|
2479
|
+
"rule": "R13",
|
|
2480
|
+
"reason": "property outline-offset is not themed by design"
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "--c2-link-button__icon--size",
|
|
2484
|
+
"type": "pixel",
|
|
2485
|
+
"default": "16px",
|
|
2486
|
+
"rule": "R13",
|
|
2487
|
+
"reason": "property size is not themed by design"
|
|
2488
|
+
}
|
|
2489
|
+
],
|
|
2490
|
+
"excludedVars": [
|
|
2491
|
+
{
|
|
2492
|
+
"name": "--c2-link-button__container--color",
|
|
2493
|
+
"type": "color",
|
|
2494
|
+
"default": "currentColor",
|
|
2495
|
+
"rule": "R2",
|
|
2496
|
+
"reason": "keyword / derived value currentColor"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"name": "--c2-link-button__container--text-decoration",
|
|
2500
|
+
"type": "text-decoration",
|
|
2501
|
+
"default": "none",
|
|
2502
|
+
"rule": "R2",
|
|
2503
|
+
"reason": "keyword / derived value none"
|
|
2504
|
+
}
|
|
2505
|
+
]
|
|
2506
|
+
},
|
|
2507
|
+
"@c2n/list": {
|
|
2508
|
+
"total": 27,
|
|
2509
|
+
"mapped": 4,
|
|
2510
|
+
"unmapped": 12,
|
|
2511
|
+
"excluded": 0,
|
|
2512
|
+
"noDefault": 11,
|
|
2513
|
+
"unmappedVars": [
|
|
2514
|
+
{
|
|
2515
|
+
"name": "--c2-list--padding-top",
|
|
2516
|
+
"type": "padding",
|
|
2517
|
+
"default": "4px",
|
|
2518
|
+
"rule": "R13",
|
|
2519
|
+
"reason": "property padding-top is not themed by design"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "--c2-list--padding-bottom",
|
|
2523
|
+
"type": "padding",
|
|
2524
|
+
"default": "4px",
|
|
2525
|
+
"rule": "R13",
|
|
2526
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"name": "--c2-list--padding-right",
|
|
2530
|
+
"type": "padding",
|
|
2531
|
+
"default": "4px",
|
|
2532
|
+
"rule": "R13",
|
|
2533
|
+
"reason": "property padding-right is not themed by design"
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"name": "--c2-list--padding-left",
|
|
2537
|
+
"type": "padding",
|
|
2538
|
+
"default": "4px",
|
|
2539
|
+
"rule": "R13",
|
|
2540
|
+
"reason": "property padding-left is not themed by design"
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"name": "--c2-list__divider--margin",
|
|
2544
|
+
"type": "margin",
|
|
2545
|
+
"default": "4px 0",
|
|
2546
|
+
"rule": "R13",
|
|
2547
|
+
"reason": "property margin is not themed by design"
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"name": "--c2-list__heading--font-size",
|
|
2551
|
+
"type": "font-size",
|
|
2552
|
+
"default": "11px",
|
|
2553
|
+
"rule": "R9",
|
|
2554
|
+
"reason": "font-size 11px has no token"
|
|
2555
|
+
},
|
|
2556
|
+
{
|
|
2557
|
+
"name": "--c2-list__heading--letter-spacing",
|
|
2558
|
+
"type": "letter-spacing",
|
|
2559
|
+
"default": "0.06em",
|
|
2560
|
+
"rule": "R13",
|
|
2561
|
+
"reason": "property letter-spacing is not themed by design"
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"name": "--c2-list__heading--text-transform",
|
|
2565
|
+
"type": "text-transform",
|
|
2566
|
+
"default": "uppercase",
|
|
2567
|
+
"rule": "R13",
|
|
2568
|
+
"reason": "property text-transform is not themed by design"
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"name": "--c2-list__heading--padding-top",
|
|
2572
|
+
"type": "padding",
|
|
2573
|
+
"default": "10px",
|
|
2574
|
+
"rule": "R13",
|
|
2575
|
+
"reason": "property padding-top is not themed by design"
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"name": "--c2-list__heading--padding-right",
|
|
2579
|
+
"type": "padding",
|
|
2580
|
+
"default": "10px",
|
|
2581
|
+
"rule": "R13",
|
|
2582
|
+
"reason": "property padding-right is not themed by design"
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"name": "--c2-list__heading--padding-bottom",
|
|
2586
|
+
"type": "padding",
|
|
2587
|
+
"default": "4px",
|
|
2588
|
+
"rule": "R13",
|
|
2589
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"name": "--c2-list__heading--padding-left",
|
|
2593
|
+
"type": "padding",
|
|
2594
|
+
"default": "10px",
|
|
2595
|
+
"rule": "R13",
|
|
2596
|
+
"reason": "property padding-left is not themed by design"
|
|
2597
|
+
}
|
|
2598
|
+
],
|
|
2599
|
+
"excludedVars": []
|
|
2600
|
+
},
|
|
2601
|
+
"@c2n/list-item": {
|
|
2602
|
+
"total": 44,
|
|
2603
|
+
"mapped": 14,
|
|
2604
|
+
"unmapped": 11,
|
|
2605
|
+
"excluded": 1,
|
|
2606
|
+
"noDefault": 18,
|
|
2607
|
+
"unmappedVars": [
|
|
2608
|
+
{
|
|
2609
|
+
"name": "--c2-list-item--min-height",
|
|
2610
|
+
"type": "pixel",
|
|
2611
|
+
"default": "36px",
|
|
2612
|
+
"rule": "R13",
|
|
2613
|
+
"reason": "property min-height is not themed by design"
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"name": "--c2-list-item--gap",
|
|
2617
|
+
"type": "pixel",
|
|
2618
|
+
"default": "8px",
|
|
2619
|
+
"rule": "R13",
|
|
2620
|
+
"reason": "property gap is not themed by design"
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"name": "--c2-list-item--padding-top",
|
|
2624
|
+
"type": "padding",
|
|
2625
|
+
"default": "6px",
|
|
2626
|
+
"rule": "R13",
|
|
2627
|
+
"reason": "property padding-top is not themed by design"
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"name": "--c2-list-item--padding-right",
|
|
2631
|
+
"type": "padding",
|
|
2632
|
+
"default": "10px",
|
|
2633
|
+
"rule": "R13",
|
|
2634
|
+
"reason": "property padding-right is not themed by design"
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"name": "--c2-list-item--padding-bottom",
|
|
2638
|
+
"type": "padding",
|
|
2639
|
+
"default": "6px",
|
|
2640
|
+
"rule": "R13",
|
|
2641
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"name": "--c2-list-item--padding-left",
|
|
2645
|
+
"type": "padding",
|
|
2646
|
+
"default": "10px",
|
|
2647
|
+
"rule": "R13",
|
|
2648
|
+
"reason": "property padding-left is not themed by design"
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"name": "--c2-list-item--line-height",
|
|
2652
|
+
"type": "pixel",
|
|
2653
|
+
"default": "20px",
|
|
2654
|
+
"rule": "R13",
|
|
2655
|
+
"reason": "property line-height is not themed by design"
|
|
2656
|
+
},
|
|
2657
|
+
{
|
|
2658
|
+
"name": "--c2-list-item__description--line-height",
|
|
2659
|
+
"type": "pixel",
|
|
2660
|
+
"default": "16px",
|
|
2661
|
+
"rule": "R13",
|
|
2662
|
+
"reason": "property line-height is not themed by design"
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"name": "--c2-list-item__description--margin-top",
|
|
2666
|
+
"type": "pixel",
|
|
2667
|
+
"default": "1px",
|
|
2668
|
+
"rule": "R13",
|
|
2669
|
+
"reason": "property margin-top is not themed by design"
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"name": "--c2-list-item__focus--outline-offset",
|
|
2673
|
+
"type": "pixel",
|
|
2674
|
+
"default": "-2px",
|
|
2675
|
+
"rule": "R13",
|
|
2676
|
+
"reason": "property outline-offset is not themed by design"
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"name": "--c2-list-item__icon--size",
|
|
2680
|
+
"type": "pixel",
|
|
2681
|
+
"default": "16px",
|
|
2682
|
+
"rule": "R13",
|
|
2683
|
+
"reason": "property size is not themed by design"
|
|
2684
|
+
}
|
|
2685
|
+
],
|
|
2686
|
+
"excludedVars": [
|
|
2687
|
+
{
|
|
2688
|
+
"name": "--c2-list-item--background",
|
|
2689
|
+
"type": "color",
|
|
2690
|
+
"default": "transparent",
|
|
2691
|
+
"rule": "R2",
|
|
2692
|
+
"reason": "keyword / derived value transparent"
|
|
2693
|
+
}
|
|
2694
|
+
]
|
|
2695
|
+
},
|
|
2696
|
+
"@c2n/mat-icon": {
|
|
2697
|
+
"total": 3,
|
|
2698
|
+
"mapped": 0,
|
|
2699
|
+
"unmapped": 2,
|
|
2700
|
+
"excluded": 0,
|
|
2701
|
+
"noDefault": 1,
|
|
2702
|
+
"unmappedVars": [
|
|
2703
|
+
{
|
|
2704
|
+
"name": "--c2-mat-icon--font-size",
|
|
2705
|
+
"type": "font-size",
|
|
2706
|
+
"default": "24px",
|
|
2707
|
+
"rule": "R9",
|
|
2708
|
+
"reason": "font-size 24px has no token"
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"name": "--c2-mat-icon--font-weight",
|
|
2712
|
+
"type": "font-weight",
|
|
2713
|
+
"default": "400",
|
|
2714
|
+
"rule": "R10",
|
|
2715
|
+
"reason": "font-weight 400 has no token"
|
|
2716
|
+
}
|
|
2717
|
+
],
|
|
2718
|
+
"excludedVars": []
|
|
2719
|
+
},
|
|
2720
|
+
"@c2n/menu": {
|
|
2721
|
+
"total": 63,
|
|
2722
|
+
"mapped": 27,
|
|
2723
|
+
"unmapped": 28,
|
|
2724
|
+
"excluded": 2,
|
|
2725
|
+
"noDefault": 6,
|
|
2726
|
+
"unmappedVars": [
|
|
2727
|
+
{
|
|
2728
|
+
"name": "--c2-menu--min-width",
|
|
2729
|
+
"type": "pixel",
|
|
2730
|
+
"default": "128px",
|
|
2731
|
+
"rule": "R13",
|
|
2732
|
+
"reason": "property min-width is not themed by design"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"name": "--c2-menu--max-height",
|
|
2736
|
+
"type": "pixel",
|
|
2737
|
+
"default": "320px",
|
|
2738
|
+
"rule": "R13",
|
|
2739
|
+
"reason": "property max-height is not themed by design"
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"name": "--c2-menu--padding-top",
|
|
2743
|
+
"type": "padding",
|
|
2744
|
+
"default": "4px",
|
|
2745
|
+
"rule": "R13",
|
|
2746
|
+
"reason": "property padding-top is not themed by design"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "--c2-menu--padding-right",
|
|
2750
|
+
"type": "padding",
|
|
2751
|
+
"default": "4px",
|
|
2752
|
+
"rule": "R13",
|
|
2753
|
+
"reason": "property padding-right is not themed by design"
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"name": "--c2-menu--padding-bottom",
|
|
2757
|
+
"type": "padding",
|
|
2758
|
+
"default": "4px",
|
|
2759
|
+
"rule": "R13",
|
|
2760
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"name": "--c2-menu--padding-left",
|
|
2764
|
+
"type": "padding",
|
|
2765
|
+
"default": "4px",
|
|
2766
|
+
"rule": "R13",
|
|
2767
|
+
"reason": "property padding-left is not themed by design"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"name": "--c2-menu__separator--margin",
|
|
2771
|
+
"type": "margin",
|
|
2772
|
+
"default": "4px 0",
|
|
2773
|
+
"rule": "R13",
|
|
2774
|
+
"reason": "property margin is not themed by design"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "--c2-menu__heading--font-size",
|
|
2778
|
+
"type": "font-size",
|
|
2779
|
+
"default": "11px",
|
|
2780
|
+
"rule": "R9",
|
|
2781
|
+
"reason": "font-size 11px has no token"
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"name": "--c2-menu__heading--letter-spacing",
|
|
2785
|
+
"type": "letter-spacing",
|
|
2786
|
+
"default": "0.06em",
|
|
2787
|
+
"rule": "R13",
|
|
2788
|
+
"reason": "property letter-spacing is not themed by design"
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"name": "--c2-menu__heading--text-transform",
|
|
2792
|
+
"type": "text-transform",
|
|
2793
|
+
"default": "uppercase",
|
|
2794
|
+
"rule": "R13",
|
|
2795
|
+
"reason": "property text-transform is not themed by design"
|
|
2796
|
+
},
|
|
2797
|
+
{
|
|
2798
|
+
"name": "--c2-menu__heading--padding-top",
|
|
2799
|
+
"type": "padding",
|
|
2800
|
+
"default": "8px",
|
|
2801
|
+
"rule": "R13",
|
|
2802
|
+
"reason": "property padding-top is not themed by design"
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "--c2-menu__heading--padding-right",
|
|
2806
|
+
"type": "padding",
|
|
2807
|
+
"default": "8px",
|
|
2808
|
+
"rule": "R13",
|
|
2809
|
+
"reason": "property padding-right is not themed by design"
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"name": "--c2-menu__heading--padding-bottom",
|
|
2813
|
+
"type": "padding",
|
|
2814
|
+
"default": "4px",
|
|
2815
|
+
"rule": "R13",
|
|
2816
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"name": "--c2-menu__heading--padding-left",
|
|
2820
|
+
"type": "padding",
|
|
2821
|
+
"default": "8px",
|
|
2822
|
+
"rule": "R13",
|
|
2823
|
+
"reason": "property padding-left is not themed by design"
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"name": "--c2-menu-item--min-height",
|
|
2827
|
+
"type": "pixel",
|
|
2828
|
+
"default": "32px",
|
|
2829
|
+
"rule": "R13",
|
|
2830
|
+
"reason": "property min-height is not themed by design"
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"name": "--c2-menu-item--gap",
|
|
2834
|
+
"type": "pixel",
|
|
2835
|
+
"default": "8px",
|
|
2836
|
+
"rule": "R13",
|
|
2837
|
+
"reason": "property gap is not themed by design"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "--c2-menu-item--padding-top",
|
|
2841
|
+
"type": "padding",
|
|
2842
|
+
"default": "6px",
|
|
2843
|
+
"rule": "R13",
|
|
2844
|
+
"reason": "property padding-top is not themed by design"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"name": "--c2-menu-item--padding-right",
|
|
2848
|
+
"type": "padding",
|
|
2849
|
+
"default": "8px",
|
|
2850
|
+
"rule": "R13",
|
|
2851
|
+
"reason": "property padding-right is not themed by design"
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
"name": "--c2-menu-item--padding-bottom",
|
|
2855
|
+
"type": "padding",
|
|
2856
|
+
"default": "6px",
|
|
2857
|
+
"rule": "R13",
|
|
2858
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"name": "--c2-menu-item--padding-left",
|
|
2862
|
+
"type": "padding",
|
|
2863
|
+
"default": "8px",
|
|
2864
|
+
"rule": "R13",
|
|
2865
|
+
"reason": "property padding-left is not themed by design"
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"name": "--c2-menu-item--line-height",
|
|
2869
|
+
"type": "pixel",
|
|
2870
|
+
"default": "20px",
|
|
2871
|
+
"rule": "R13",
|
|
2872
|
+
"reason": "property line-height is not themed by design"
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
"name": "--c2-menu-item__description--line-height",
|
|
2876
|
+
"type": "pixel",
|
|
2877
|
+
"default": "16px",
|
|
2878
|
+
"rule": "R13",
|
|
2879
|
+
"reason": "property line-height is not themed by design"
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"name": "--c2-menu-item__description--margin-top",
|
|
2883
|
+
"type": "pixel",
|
|
2884
|
+
"default": "1px",
|
|
2885
|
+
"rule": "R13",
|
|
2886
|
+
"reason": "property margin-top is not themed by design"
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"name": "--c2-menu-item__shortcut--font-size",
|
|
2890
|
+
"type": "font-size",
|
|
2891
|
+
"default": "11px",
|
|
2892
|
+
"rule": "R9",
|
|
2893
|
+
"reason": "font-size 11px has no token"
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"name": "--c2-menu-item__shortcut--letter-spacing",
|
|
2897
|
+
"type": "letter-spacing",
|
|
2898
|
+
"default": "0.08em",
|
|
2899
|
+
"rule": "R13",
|
|
2900
|
+
"reason": "property letter-spacing is not themed by design"
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
"name": "--c2-menu-item__icon--size",
|
|
2904
|
+
"type": "pixel",
|
|
2905
|
+
"default": "16px",
|
|
2906
|
+
"rule": "R13",
|
|
2907
|
+
"reason": "property size is not themed by design"
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"name": "--c2-menu-item__indicator--size",
|
|
2911
|
+
"type": "pixel",
|
|
2912
|
+
"default": "16px",
|
|
2913
|
+
"rule": "R13",
|
|
2914
|
+
"reason": "property size is not themed by design"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"name": "--c2-menu-item__focus--outline-offset",
|
|
2918
|
+
"type": "pixel",
|
|
2919
|
+
"default": "-2px",
|
|
2920
|
+
"rule": "R13",
|
|
2921
|
+
"reason": "property outline-offset is not themed by design"
|
|
2922
|
+
}
|
|
2923
|
+
],
|
|
2924
|
+
"excludedVars": [
|
|
2925
|
+
{
|
|
2926
|
+
"name": "--c2-menu-item--background",
|
|
2927
|
+
"type": "color",
|
|
2928
|
+
"default": "transparent",
|
|
2929
|
+
"rule": "R2",
|
|
2930
|
+
"reason": "keyword / derived value transparent"
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"name": "--c2-menu-item__destructive__hover--background",
|
|
2934
|
+
"type": "color",
|
|
2935
|
+
"default": "#fef2f2",
|
|
2936
|
+
"rule": "R0",
|
|
2937
|
+
"reason": "destructive tint (the label maps to color-error)"
|
|
2938
|
+
}
|
|
2939
|
+
]
|
|
2940
|
+
},
|
|
2941
|
+
"@c2n/modal": {
|
|
2942
|
+
"total": 45,
|
|
2943
|
+
"mapped": 16,
|
|
2944
|
+
"unmapped": 21,
|
|
2945
|
+
"excluded": 4,
|
|
2946
|
+
"noDefault": 4,
|
|
2947
|
+
"unmappedVars": [
|
|
2948
|
+
{
|
|
2949
|
+
"name": "--c2-modal--width",
|
|
2950
|
+
"type": "pixel",
|
|
2951
|
+
"default": "min(480px, calc(100vw - 32px))",
|
|
2952
|
+
"rule": "R13",
|
|
2953
|
+
"reason": "property width is not themed by design"
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
"name": "--c2-modal--enter-transform",
|
|
2957
|
+
"type": "transform",
|
|
2958
|
+
"default": "translateY(12px) scale(0.98)",
|
|
2959
|
+
"rule": "R13",
|
|
2960
|
+
"reason": "property enter-transform is not themed by design"
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"name": "--c2-modal__header--padding-top",
|
|
2964
|
+
"type": "padding",
|
|
2965
|
+
"default": "20px",
|
|
2966
|
+
"rule": "R13",
|
|
2967
|
+
"reason": "property padding-top is not themed by design"
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"name": "--c2-modal__header--padding-right",
|
|
2971
|
+
"type": "padding",
|
|
2972
|
+
"default": "20px",
|
|
2973
|
+
"rule": "R13",
|
|
2974
|
+
"reason": "property padding-right is not themed by design"
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"name": "--c2-modal__header--padding-bottom",
|
|
2978
|
+
"type": "padding",
|
|
2979
|
+
"default": "0px",
|
|
2980
|
+
"rule": "R13",
|
|
2981
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"name": "--c2-modal__header--padding-left",
|
|
2985
|
+
"type": "padding",
|
|
2986
|
+
"default": "24px",
|
|
2987
|
+
"rule": "R13",
|
|
2988
|
+
"reason": "property padding-left is not themed by design"
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"name": "--c2-modal__header--font-size",
|
|
2992
|
+
"type": "font-size",
|
|
2993
|
+
"default": "17px",
|
|
2994
|
+
"rule": "R9",
|
|
2995
|
+
"reason": "font-size 17px has no token"
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"name": "--c2-modal__header--line-height",
|
|
2999
|
+
"type": "line-height",
|
|
3000
|
+
"default": "1.35",
|
|
3001
|
+
"rule": "R13",
|
|
3002
|
+
"reason": "property line-height is not themed by design"
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "--c2-modal__body--padding-top",
|
|
3006
|
+
"type": "padding",
|
|
3007
|
+
"default": "12px",
|
|
3008
|
+
"rule": "R13",
|
|
3009
|
+
"reason": "property padding-top is not themed by design"
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"name": "--c2-modal__body--padding-right",
|
|
3013
|
+
"type": "padding",
|
|
3014
|
+
"default": "24px",
|
|
3015
|
+
"rule": "R13",
|
|
3016
|
+
"reason": "property padding-right is not themed by design"
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"name": "--c2-modal__body--padding-bottom",
|
|
3020
|
+
"type": "padding",
|
|
3021
|
+
"default": "20px",
|
|
3022
|
+
"rule": "R13",
|
|
3023
|
+
"reason": "property padding-bottom is not themed by design"
|
|
3024
|
+
},
|
|
3025
|
+
{
|
|
3026
|
+
"name": "--c2-modal__body--padding-left",
|
|
3027
|
+
"type": "padding",
|
|
3028
|
+
"default": "24px",
|
|
3029
|
+
"rule": "R13",
|
|
3030
|
+
"reason": "property padding-left is not themed by design"
|
|
3031
|
+
},
|
|
3032
|
+
{
|
|
3033
|
+
"name": "--c2-modal__body--line-height",
|
|
3034
|
+
"type": "line-height",
|
|
3035
|
+
"default": "1.6",
|
|
3036
|
+
"rule": "R13",
|
|
3037
|
+
"reason": "property line-height is not themed by design"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"name": "--c2-modal__footer--padding-top",
|
|
3041
|
+
"type": "padding",
|
|
3042
|
+
"default": "0px",
|
|
3043
|
+
"rule": "R13",
|
|
3044
|
+
"reason": "property padding-top is not themed by design"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "--c2-modal__footer--padding-right",
|
|
3048
|
+
"type": "padding",
|
|
3049
|
+
"default": "24px",
|
|
3050
|
+
"rule": "R13",
|
|
3051
|
+
"reason": "property padding-right is not themed by design"
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
"name": "--c2-modal__footer--padding-bottom",
|
|
3055
|
+
"type": "padding",
|
|
3056
|
+
"default": "20px",
|
|
3057
|
+
"rule": "R13",
|
|
3058
|
+
"reason": "property padding-bottom is not themed by design"
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
"name": "--c2-modal__footer--padding-left",
|
|
3062
|
+
"type": "padding",
|
|
3063
|
+
"default": "24px",
|
|
3064
|
+
"rule": "R13",
|
|
3065
|
+
"reason": "property padding-left is not themed by design"
|
|
3066
|
+
},
|
|
3067
|
+
{
|
|
3068
|
+
"name": "--c2-modal__footer--gap",
|
|
3069
|
+
"type": "pixel",
|
|
3070
|
+
"default": "8px",
|
|
3071
|
+
"rule": "R13",
|
|
3072
|
+
"reason": "property gap is not themed by design"
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"name": "--c2-modal__footer--justify-content",
|
|
3076
|
+
"type": "justify-content",
|
|
3077
|
+
"default": "flex-end",
|
|
3078
|
+
"rule": "R13",
|
|
3079
|
+
"reason": "property justify-content is not themed by design"
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"name": "--c2-modal__close--size",
|
|
3083
|
+
"type": "pixel",
|
|
3084
|
+
"default": "32px",
|
|
3085
|
+
"rule": "R13",
|
|
3086
|
+
"reason": "property size is not themed by design"
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
"name": "--c2-modal__close--icon-size",
|
|
3090
|
+
"type": "pixel",
|
|
3091
|
+
"default": "18px",
|
|
3092
|
+
"rule": "R13",
|
|
3093
|
+
"reason": "property icon-size is not themed by design"
|
|
3094
|
+
}
|
|
3095
|
+
],
|
|
3096
|
+
"excludedVars": [
|
|
3097
|
+
{
|
|
3098
|
+
"name": "--c2-modal--max-height",
|
|
3099
|
+
"type": "pixel",
|
|
3100
|
+
"default": "calc(100vh - 64px)",
|
|
3101
|
+
"rule": "R2",
|
|
3102
|
+
"reason": "keyword / derived value calc(100vh - 64px)"
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"name": "--c2-modal--margin-top",
|
|
3106
|
+
"type": "margin",
|
|
3107
|
+
"default": "auto",
|
|
3108
|
+
"rule": "R2",
|
|
3109
|
+
"reason": "keyword / derived value auto"
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"name": "--c2-modal--margin-bottom",
|
|
3113
|
+
"type": "margin",
|
|
3114
|
+
"default": "auto",
|
|
3115
|
+
"rule": "R2",
|
|
3116
|
+
"reason": "keyword / derived value auto"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "--c2-modal--border",
|
|
3120
|
+
"type": "border",
|
|
3121
|
+
"default": "none",
|
|
3122
|
+
"rule": "R2",
|
|
3123
|
+
"reason": "keyword / derived value none"
|
|
3124
|
+
}
|
|
3125
|
+
]
|
|
3126
|
+
},
|
|
3127
|
+
"@c2n/navigation-menu": {
|
|
3128
|
+
"total": 134,
|
|
3129
|
+
"mapped": 59,
|
|
3130
|
+
"unmapped": 53,
|
|
3131
|
+
"excluded": 4,
|
|
3132
|
+
"noDefault": 18,
|
|
3133
|
+
"unmappedVars": [
|
|
3134
|
+
{
|
|
3135
|
+
"name": "--c2-navigation-menu--gap",
|
|
3136
|
+
"type": "pixel",
|
|
3137
|
+
"default": "4px",
|
|
3138
|
+
"rule": "R13",
|
|
3139
|
+
"reason": "property gap is not themed by design"
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"name": "--c2-navigation-menu--padding-top",
|
|
3143
|
+
"type": "padding",
|
|
3144
|
+
"default": "0px",
|
|
3145
|
+
"rule": "R13",
|
|
3146
|
+
"reason": "property padding-top is not themed by design"
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"name": "--c2-navigation-menu--padding-right",
|
|
3150
|
+
"type": "padding",
|
|
3151
|
+
"default": "0px",
|
|
3152
|
+
"rule": "R13",
|
|
3153
|
+
"reason": "property padding-right is not themed by design"
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"name": "--c2-navigation-menu--padding-bottom",
|
|
3157
|
+
"type": "padding",
|
|
3158
|
+
"default": "0px",
|
|
3159
|
+
"rule": "R13",
|
|
3160
|
+
"reason": "property padding-bottom is not themed by design"
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"name": "--c2-navigation-menu--padding-left",
|
|
3164
|
+
"type": "padding",
|
|
3165
|
+
"default": "0px",
|
|
3166
|
+
"rule": "R13",
|
|
3167
|
+
"reason": "property padding-left is not themed by design"
|
|
3168
|
+
},
|
|
3169
|
+
{
|
|
3170
|
+
"name": "--c2-navigation-menu__mobile-trigger--size",
|
|
3171
|
+
"type": "pixel",
|
|
3172
|
+
"default": "40px",
|
|
3173
|
+
"rule": "R13",
|
|
3174
|
+
"reason": "property size is not themed by design"
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"name": "--c2-navigation-menu__mobile-trigger__icon--size",
|
|
3178
|
+
"type": "pixel",
|
|
3179
|
+
"default": "20px",
|
|
3180
|
+
"rule": "R13",
|
|
3181
|
+
"reason": "property size is not themed by design"
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"name": "--c2-navigation-menu__mobile-trigger__focus--outline-offset",
|
|
3185
|
+
"type": "pixel",
|
|
3186
|
+
"default": "1px",
|
|
3187
|
+
"rule": "R13",
|
|
3188
|
+
"reason": "property outline-offset is not themed by design"
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
"name": "--c2-navigation-menu__mobile-panel--min-width",
|
|
3192
|
+
"type": "pixel",
|
|
3193
|
+
"default": "260px",
|
|
3194
|
+
"rule": "R13",
|
|
3195
|
+
"reason": "property min-width is not themed by design"
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"name": "--c2-navigation-menu__mobile-panel--max-height",
|
|
3199
|
+
"type": "pixel",
|
|
3200
|
+
"default": "min(80vh, var(--c2-overlay--available-height, 80vh))",
|
|
3201
|
+
"rule": "R13",
|
|
3202
|
+
"reason": "property max-height is not themed by design"
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"name": "--c2-navigation-menu__mobile-panel--gap",
|
|
3206
|
+
"type": "pixel",
|
|
3207
|
+
"default": "2px",
|
|
3208
|
+
"rule": "R13",
|
|
3209
|
+
"reason": "property gap is not themed by design"
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"name": "--c2-navigation-menu__mobile-panel--padding-top",
|
|
3213
|
+
"type": "padding",
|
|
3214
|
+
"default": "8px",
|
|
3215
|
+
"rule": "R13",
|
|
3216
|
+
"reason": "property padding-top is not themed by design"
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"name": "--c2-navigation-menu__mobile-panel--padding-right",
|
|
3220
|
+
"type": "padding",
|
|
3221
|
+
"default": "8px",
|
|
3222
|
+
"rule": "R13",
|
|
3223
|
+
"reason": "property padding-right is not themed by design"
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"name": "--c2-navigation-menu__mobile-panel--padding-bottom",
|
|
3227
|
+
"type": "padding",
|
|
3228
|
+
"default": "8px",
|
|
3229
|
+
"rule": "R13",
|
|
3230
|
+
"reason": "property padding-bottom is not themed by design"
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"name": "--c2-navigation-menu__mobile-panel--padding-left",
|
|
3234
|
+
"type": "padding",
|
|
3235
|
+
"default": "8px",
|
|
3236
|
+
"rule": "R13",
|
|
3237
|
+
"reason": "property padding-left is not themed by design"
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
"name": "--c2-navigation-menu-item--min-height",
|
|
3241
|
+
"type": "pixel",
|
|
3242
|
+
"default": "36px",
|
|
3243
|
+
"rule": "R13",
|
|
3244
|
+
"reason": "property min-height is not themed by design"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"name": "--c2-navigation-menu-item--gap",
|
|
3248
|
+
"type": "pixel",
|
|
3249
|
+
"default": "6px",
|
|
3250
|
+
"rule": "R13",
|
|
3251
|
+
"reason": "property gap is not themed by design"
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"name": "--c2-navigation-menu-item--padding-top",
|
|
3255
|
+
"type": "padding",
|
|
3256
|
+
"default": "8px",
|
|
3257
|
+
"rule": "R13",
|
|
3258
|
+
"reason": "property padding-top is not themed by design"
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"name": "--c2-navigation-menu-item--padding-right",
|
|
3262
|
+
"type": "padding",
|
|
3263
|
+
"default": "12px",
|
|
3264
|
+
"rule": "R13",
|
|
3265
|
+
"reason": "property padding-right is not themed by design"
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"name": "--c2-navigation-menu-item--padding-bottom",
|
|
3269
|
+
"type": "padding",
|
|
3270
|
+
"default": "8px",
|
|
3271
|
+
"rule": "R13",
|
|
3272
|
+
"reason": "property padding-bottom is not themed by design"
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"name": "--c2-navigation-menu-item--padding-left",
|
|
3276
|
+
"type": "padding",
|
|
3277
|
+
"default": "12px",
|
|
3278
|
+
"rule": "R13",
|
|
3279
|
+
"reason": "property padding-left is not themed by design"
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"name": "--c2-navigation-menu-item__expanded--border-bottom-left-radius",
|
|
3283
|
+
"type": "border-radius",
|
|
3284
|
+
"default": "0px",
|
|
3285
|
+
"rule": "R8",
|
|
3286
|
+
"reason": "radius 0px has no token"
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"name": "--c2-navigation-menu-item__expanded--border-bottom-right-radius",
|
|
3290
|
+
"type": "border-radius",
|
|
3291
|
+
"default": "0px",
|
|
3292
|
+
"rule": "R8",
|
|
3293
|
+
"reason": "radius 0px has no token"
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"name": "--c2-navigation-menu-item__indicator--height",
|
|
3297
|
+
"type": "pixel",
|
|
3298
|
+
"default": "2px",
|
|
3299
|
+
"rule": "R13",
|
|
3300
|
+
"reason": "property height is not themed by design"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "--c2-navigation-menu-item__indicator--bottom",
|
|
3304
|
+
"type": "pixel",
|
|
3305
|
+
"default": "0px",
|
|
3306
|
+
"rule": "R13",
|
|
3307
|
+
"reason": "property bottom is not themed by design"
|
|
3308
|
+
},
|
|
3309
|
+
{
|
|
3310
|
+
"name": "--c2-navigation-menu-item__indicator--inset",
|
|
3311
|
+
"type": "pixel",
|
|
3312
|
+
"default": "0px",
|
|
3313
|
+
"rule": "R13",
|
|
3314
|
+
"reason": "property inset is not themed by design"
|
|
3315
|
+
},
|
|
3316
|
+
{
|
|
3317
|
+
"name": "--c2-navigation-menu-item__icon--size",
|
|
3318
|
+
"type": "pixel",
|
|
3319
|
+
"default": "16px",
|
|
3320
|
+
"rule": "R13",
|
|
3321
|
+
"reason": "property size is not themed by design"
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"name": "--c2-navigation-menu-item__focus--outline-offset",
|
|
3325
|
+
"type": "pixel",
|
|
3326
|
+
"default": "1px",
|
|
3327
|
+
"rule": "R13",
|
|
3328
|
+
"reason": "property outline-offset is not themed by design"
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"name": "--c2-navigation-menu-item__mobile-heading--font-size",
|
|
3332
|
+
"type": "font-size",
|
|
3333
|
+
"default": "11px",
|
|
3334
|
+
"rule": "R9",
|
|
3335
|
+
"reason": "font-size 11px has no token"
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"name": "--c2-navigation-menu-item__mobile-heading--letter-spacing",
|
|
3339
|
+
"type": "letter-spacing",
|
|
3340
|
+
"default": "0.06em",
|
|
3341
|
+
"rule": "R13",
|
|
3342
|
+
"reason": "property letter-spacing is not themed by design"
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"name": "--c2-navigation-menu-item__mobile-heading--text-transform",
|
|
3346
|
+
"type": "text-transform",
|
|
3347
|
+
"default": "uppercase",
|
|
3348
|
+
"rule": "R13",
|
|
3349
|
+
"reason": "property text-transform is not themed by design"
|
|
1547
3350
|
},
|
|
1548
3351
|
{
|
|
1549
|
-
"name": "--c2-
|
|
3352
|
+
"name": "--c2-navigation-menu-item__mobile-heading--padding-top",
|
|
1550
3353
|
"type": "padding",
|
|
1551
|
-
"default": "
|
|
3354
|
+
"default": "10px",
|
|
1552
3355
|
"rule": "R13",
|
|
1553
3356
|
"reason": "property padding-top is not themed by design"
|
|
1554
3357
|
},
|
|
1555
3358
|
{
|
|
1556
|
-
"name": "--c2-
|
|
3359
|
+
"name": "--c2-navigation-menu-item__mobile-heading--padding-right",
|
|
1557
3360
|
"type": "padding",
|
|
1558
|
-
"default": "
|
|
3361
|
+
"default": "8px",
|
|
1559
3362
|
"rule": "R13",
|
|
1560
3363
|
"reason": "property padding-right is not themed by design"
|
|
1561
3364
|
},
|
|
1562
3365
|
{
|
|
1563
|
-
"name": "--c2-
|
|
3366
|
+
"name": "--c2-navigation-menu-item__mobile-heading--padding-bottom",
|
|
1564
3367
|
"type": "padding",
|
|
1565
3368
|
"default": "4px",
|
|
1566
3369
|
"rule": "R13",
|
|
1567
3370
|
"reason": "property padding-bottom is not themed by design"
|
|
1568
3371
|
},
|
|
1569
3372
|
{
|
|
1570
|
-
"name": "--c2-
|
|
3373
|
+
"name": "--c2-navigation-menu-item__mobile-heading--padding-left",
|
|
1571
3374
|
"type": "padding",
|
|
1572
|
-
"default": "
|
|
3375
|
+
"default": "8px",
|
|
1573
3376
|
"rule": "R13",
|
|
1574
3377
|
"reason": "property padding-left is not themed by design"
|
|
1575
3378
|
},
|
|
1576
3379
|
{
|
|
1577
|
-
"name": "--c2-
|
|
3380
|
+
"name": "--c2-navigation-menu-item__mobile-group--indent",
|
|
1578
3381
|
"type": "pixel",
|
|
1579
|
-
"default": "
|
|
3382
|
+
"default": "12px",
|
|
1580
3383
|
"rule": "R13",
|
|
1581
|
-
"reason": "property
|
|
3384
|
+
"reason": "property indent is not themed by design"
|
|
1582
3385
|
},
|
|
1583
3386
|
{
|
|
1584
|
-
"name": "--c2-
|
|
1585
|
-
"type": "
|
|
1586
|
-
"default": "
|
|
3387
|
+
"name": "--c2-navigation-menu-item__mobile-heading__chevron--size",
|
|
3388
|
+
"type": "pixel",
|
|
3389
|
+
"default": "16px",
|
|
1587
3390
|
"rule": "R13",
|
|
1588
|
-
"reason": "property
|
|
3391
|
+
"reason": "property size is not themed by design"
|
|
1589
3392
|
},
|
|
1590
3393
|
{
|
|
1591
|
-
"name": "--c2-
|
|
3394
|
+
"name": "--c2-navigation-menu-item__panel--min-width",
|
|
1592
3395
|
"type": "pixel",
|
|
1593
|
-
"default": "
|
|
3396
|
+
"default": "260px",
|
|
1594
3397
|
"rule": "R13",
|
|
1595
|
-
"reason": "property
|
|
3398
|
+
"reason": "property min-width is not themed by design"
|
|
1596
3399
|
},
|
|
1597
3400
|
{
|
|
1598
|
-
"name": "--c2-
|
|
3401
|
+
"name": "--c2-navigation-menu-item__panel--max-height",
|
|
1599
3402
|
"type": "pixel",
|
|
1600
|
-
"default": "
|
|
3403
|
+
"default": "min(70vh, var(--c2-overlay--available-height, 70vh))",
|
|
1601
3404
|
"rule": "R13",
|
|
1602
|
-
"reason": "property
|
|
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"
|
|
3405
|
+
"reason": "property max-height is not themed by design"
|
|
1612
3406
|
},
|
|
1613
3407
|
{
|
|
1614
|
-
"name": "--c2-
|
|
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",
|
|
3408
|
+
"name": "--c2-navigation-menu-item__panel--padding-top",
|
|
1631
3409
|
"type": "padding",
|
|
1632
|
-
"default": "
|
|
3410
|
+
"default": "8px",
|
|
1633
3411
|
"rule": "R13",
|
|
1634
3412
|
"reason": "property padding-top is not themed by design"
|
|
1635
3413
|
},
|
|
1636
3414
|
{
|
|
1637
|
-
"name": "--c2-
|
|
3415
|
+
"name": "--c2-navigation-menu-item__panel--padding-right",
|
|
1638
3416
|
"type": "padding",
|
|
1639
|
-
"default": "
|
|
3417
|
+
"default": "8px",
|
|
1640
3418
|
"rule": "R13",
|
|
1641
|
-
"reason": "property padding-
|
|
3419
|
+
"reason": "property padding-right is not themed by design"
|
|
1642
3420
|
},
|
|
1643
3421
|
{
|
|
1644
|
-
"name": "--c2-
|
|
3422
|
+
"name": "--c2-navigation-menu-item__panel--padding-bottom",
|
|
1645
3423
|
"type": "padding",
|
|
1646
|
-
"default": "
|
|
3424
|
+
"default": "8px",
|
|
1647
3425
|
"rule": "R13",
|
|
1648
|
-
"reason": "property padding-
|
|
3426
|
+
"reason": "property padding-bottom is not themed by design"
|
|
1649
3427
|
},
|
|
1650
3428
|
{
|
|
1651
|
-
"name": "--c2-
|
|
3429
|
+
"name": "--c2-navigation-menu-item__panel--padding-left",
|
|
1652
3430
|
"type": "padding",
|
|
1653
|
-
"default": "
|
|
3431
|
+
"default": "8px",
|
|
1654
3432
|
"rule": "R13",
|
|
1655
3433
|
"reason": "property padding-left is not themed by design"
|
|
1656
3434
|
},
|
|
1657
3435
|
{
|
|
1658
|
-
"name": "--c2-
|
|
1659
|
-
"type": "
|
|
1660
|
-
"default": "
|
|
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",
|
|
3436
|
+
"name": "--c2-navigation-menu-link--gap",
|
|
3437
|
+
"type": "pixel",
|
|
3438
|
+
"default": "10px",
|
|
1682
3439
|
"rule": "R13",
|
|
1683
|
-
"reason": "property
|
|
3440
|
+
"reason": "property gap is not themed by design"
|
|
1684
3441
|
},
|
|
1685
3442
|
{
|
|
1686
|
-
"name": "--c2-
|
|
3443
|
+
"name": "--c2-navigation-menu-link--padding-top",
|
|
1687
3444
|
"type": "padding",
|
|
1688
|
-
"default": "
|
|
3445
|
+
"default": "8px",
|
|
1689
3446
|
"rule": "R13",
|
|
1690
3447
|
"reason": "property padding-top is not themed by design"
|
|
1691
3448
|
},
|
|
1692
3449
|
{
|
|
1693
|
-
"name": "--c2-
|
|
3450
|
+
"name": "--c2-navigation-menu-link--padding-right",
|
|
1694
3451
|
"type": "padding",
|
|
1695
3452
|
"default": "10px",
|
|
1696
3453
|
"rule": "R13",
|
|
1697
3454
|
"reason": "property padding-right is not themed by design"
|
|
1698
3455
|
},
|
|
1699
3456
|
{
|
|
1700
|
-
"name": "--c2-
|
|
3457
|
+
"name": "--c2-navigation-menu-link--padding-bottom",
|
|
1701
3458
|
"type": "padding",
|
|
1702
|
-
"default": "
|
|
3459
|
+
"default": "8px",
|
|
1703
3460
|
"rule": "R13",
|
|
1704
3461
|
"reason": "property padding-bottom is not themed by design"
|
|
1705
3462
|
},
|
|
1706
3463
|
{
|
|
1707
|
-
"name": "--c2-
|
|
3464
|
+
"name": "--c2-navigation-menu-link--padding-left",
|
|
1708
3465
|
"type": "padding",
|
|
1709
3466
|
"default": "10px",
|
|
1710
3467
|
"rule": "R13",
|
|
1711
3468
|
"reason": "property padding-left is not themed by design"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"name": "--c2-navigation-menu-link--line-height",
|
|
3472
|
+
"type": "pixel",
|
|
3473
|
+
"default": "20px",
|
|
3474
|
+
"rule": "R13",
|
|
3475
|
+
"reason": "property line-height is not themed by design"
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"name": "--c2-navigation-menu-link__description--line-height",
|
|
3479
|
+
"type": "pixel",
|
|
3480
|
+
"default": "16px",
|
|
3481
|
+
"rule": "R13",
|
|
3482
|
+
"reason": "property line-height is not themed by design"
|
|
3483
|
+
},
|
|
3484
|
+
{
|
|
3485
|
+
"name": "--c2-navigation-menu-link__description--margin-top",
|
|
3486
|
+
"type": "pixel",
|
|
3487
|
+
"default": "2px",
|
|
3488
|
+
"rule": "R13",
|
|
3489
|
+
"reason": "property margin-top is not themed by design"
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"name": "--c2-navigation-menu-link__icon--size",
|
|
3493
|
+
"type": "pixel",
|
|
3494
|
+
"default": "18px",
|
|
3495
|
+
"rule": "R13",
|
|
3496
|
+
"reason": "property size is not themed by design"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"name": "--c2-navigation-menu-link__focus--outline-offset",
|
|
3500
|
+
"type": "pixel",
|
|
3501
|
+
"default": "-2px",
|
|
3502
|
+
"rule": "R13",
|
|
3503
|
+
"reason": "property outline-offset is not themed by design"
|
|
1712
3504
|
}
|
|
1713
3505
|
],
|
|
1714
|
-
"excludedVars": [
|
|
3506
|
+
"excludedVars": [
|
|
3507
|
+
{
|
|
3508
|
+
"name": "--c2-navigation-menu__mobile-trigger--background",
|
|
3509
|
+
"type": "color",
|
|
3510
|
+
"default": "transparent",
|
|
3511
|
+
"rule": "R2",
|
|
3512
|
+
"reason": "keyword / derived value transparent"
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"name": "--c2-navigation-menu-item--background",
|
|
3516
|
+
"type": "color",
|
|
3517
|
+
"default": "transparent",
|
|
3518
|
+
"rule": "R2",
|
|
3519
|
+
"reason": "keyword / derived value transparent"
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"name": "--c2-navigation-menu-link--background",
|
|
3523
|
+
"type": "color",
|
|
3524
|
+
"default": "transparent",
|
|
3525
|
+
"rule": "R2",
|
|
3526
|
+
"reason": "keyword / derived value transparent"
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "--c2-navigation-menu-link__description--font-weight",
|
|
3530
|
+
"type": "font-weight",
|
|
3531
|
+
"default": "400",
|
|
3532
|
+
"rule": "R0",
|
|
3533
|
+
"reason": "normal weight, below the font-weight scale"
|
|
3534
|
+
}
|
|
3535
|
+
]
|
|
1715
3536
|
},
|
|
1716
|
-
"@c2n/
|
|
1717
|
-
"total":
|
|
1718
|
-
"mapped":
|
|
1719
|
-
"unmapped":
|
|
1720
|
-
"excluded":
|
|
1721
|
-
"noDefault":
|
|
3537
|
+
"@c2n/number-input": {
|
|
3538
|
+
"total": 32,
|
|
3539
|
+
"mapped": 21,
|
|
3540
|
+
"unmapped": 9,
|
|
3541
|
+
"excluded": 2,
|
|
3542
|
+
"noDefault": 0,
|
|
1722
3543
|
"unmappedVars": [
|
|
1723
3544
|
{
|
|
1724
|
-
"name": "--c2-
|
|
3545
|
+
"name": "--c2-number-input--min-height",
|
|
1725
3546
|
"type": "pixel",
|
|
1726
3547
|
"default": "36px",
|
|
1727
3548
|
"rule": "R13",
|
|
1728
3549
|
"reason": "property min-height is not themed by design"
|
|
1729
3550
|
},
|
|
1730
3551
|
{
|
|
1731
|
-
"name": "--c2-
|
|
3552
|
+
"name": "--c2-number-input--line-height",
|
|
1732
3553
|
"type": "pixel",
|
|
1733
|
-
"default": "
|
|
3554
|
+
"default": "20px",
|
|
1734
3555
|
"rule": "R13",
|
|
1735
|
-
"reason": "property
|
|
3556
|
+
"reason": "property line-height is not themed by design"
|
|
1736
3557
|
},
|
|
1737
3558
|
{
|
|
1738
|
-
"name": "--c2-
|
|
3559
|
+
"name": "--c2-number-input__value--padding",
|
|
1739
3560
|
"type": "padding",
|
|
1740
|
-
"default": "6px",
|
|
3561
|
+
"default": "6px 10px 6px 12px",
|
|
1741
3562
|
"rule": "R13",
|
|
1742
|
-
"reason": "property padding
|
|
3563
|
+
"reason": "property padding is not themed by design"
|
|
1743
3564
|
},
|
|
1744
3565
|
{
|
|
1745
|
-
"name": "--c2-
|
|
1746
|
-
"type": "
|
|
1747
|
-
"default": "
|
|
3566
|
+
"name": "--c2-number-input__value--gap",
|
|
3567
|
+
"type": "pixel",
|
|
3568
|
+
"default": "8px",
|
|
1748
3569
|
"rule": "R13",
|
|
1749
|
-
"reason": "property
|
|
3570
|
+
"reason": "property gap is not themed by design"
|
|
1750
3571
|
},
|
|
1751
3572
|
{
|
|
1752
|
-
"name": "--c2-
|
|
1753
|
-
"type": "
|
|
1754
|
-
"default": "
|
|
3573
|
+
"name": "--c2-number-input__focus--outline-offset",
|
|
3574
|
+
"type": "pixel",
|
|
3575
|
+
"default": "0px",
|
|
1755
3576
|
"rule": "R13",
|
|
1756
|
-
"reason": "property
|
|
3577
|
+
"reason": "property outline-offset is not themed by design"
|
|
1757
3578
|
},
|
|
1758
3579
|
{
|
|
1759
|
-
"name": "--c2-
|
|
1760
|
-
"type": "
|
|
1761
|
-
"default": "
|
|
3580
|
+
"name": "--c2-number-input__stepper--width",
|
|
3581
|
+
"type": "pixel",
|
|
3582
|
+
"default": "28px",
|
|
1762
3583
|
"rule": "R13",
|
|
1763
|
-
"reason": "property
|
|
3584
|
+
"reason": "property width is not themed by design"
|
|
1764
3585
|
},
|
|
1765
3586
|
{
|
|
1766
|
-
"name": "--c2-
|
|
3587
|
+
"name": "--c2-number-input__stepper-icon--size",
|
|
1767
3588
|
"type": "pixel",
|
|
1768
|
-
"default": "
|
|
3589
|
+
"default": "14px",
|
|
1769
3590
|
"rule": "R13",
|
|
1770
|
-
"reason": "property
|
|
3591
|
+
"reason": "property size is not themed by design"
|
|
1771
3592
|
},
|
|
1772
3593
|
{
|
|
1773
|
-
"name": "--c2-
|
|
3594
|
+
"name": "--c2-number-input__supporting-text--gap",
|
|
3595
|
+
"type": "pixel",
|
|
3596
|
+
"default": "4px",
|
|
3597
|
+
"rule": "R13",
|
|
3598
|
+
"reason": "property gap is not themed by design"
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"name": "--c2-number-input__supporting-text--line-height",
|
|
1774
3602
|
"type": "pixel",
|
|
1775
3603
|
"default": "16px",
|
|
1776
3604
|
"rule": "R13",
|
|
1777
3605
|
"reason": "property line-height is not themed by design"
|
|
3606
|
+
}
|
|
3607
|
+
],
|
|
3608
|
+
"excludedVars": [
|
|
3609
|
+
{
|
|
3610
|
+
"name": "--c2-number-input--font-family",
|
|
3611
|
+
"type": "font-family",
|
|
3612
|
+
"default": "inherit",
|
|
3613
|
+
"rule": "R2",
|
|
3614
|
+
"reason": "keyword / derived value inherit"
|
|
1778
3615
|
},
|
|
1779
3616
|
{
|
|
1780
|
-
"name": "--c2-
|
|
3617
|
+
"name": "--c2-number-input__error__focus--outline",
|
|
3618
|
+
"type": "outline",
|
|
3619
|
+
"default": "2px solid rgba(220, 38, 38, 0.25)",
|
|
3620
|
+
"rule": "R0",
|
|
3621
|
+
"reason": "error focus ring is intentionally red"
|
|
3622
|
+
}
|
|
3623
|
+
]
|
|
3624
|
+
},
|
|
3625
|
+
"@c2n/overlay": {
|
|
3626
|
+
"total": 5,
|
|
3627
|
+
"mapped": 1,
|
|
3628
|
+
"unmapped": 3,
|
|
3629
|
+
"excluded": 1,
|
|
3630
|
+
"noDefault": 0,
|
|
3631
|
+
"unmappedVars": [
|
|
3632
|
+
{
|
|
3633
|
+
"name": "--c2-overlay--offset-y",
|
|
1781
3634
|
"type": "pixel",
|
|
1782
|
-
"default": "
|
|
3635
|
+
"default": "8px",
|
|
1783
3636
|
"rule": "R13",
|
|
1784
|
-
"reason": "property
|
|
3637
|
+
"reason": "property offset-y is not themed by design"
|
|
1785
3638
|
},
|
|
1786
3639
|
{
|
|
1787
|
-
"name": "--c2-
|
|
3640
|
+
"name": "--c2-overlay--offset-x",
|
|
1788
3641
|
"type": "pixel",
|
|
1789
|
-
"default": "
|
|
3642
|
+
"default": "0px",
|
|
1790
3643
|
"rule": "R13",
|
|
1791
|
-
"reason": "property
|
|
3644
|
+
"reason": "property offset-x is not themed by design"
|
|
1792
3645
|
},
|
|
1793
3646
|
{
|
|
1794
|
-
"name": "--c2-
|
|
3647
|
+
"name": "--c2-overlay--viewport-padding",
|
|
1795
3648
|
"type": "pixel",
|
|
1796
|
-
"default": "
|
|
3649
|
+
"default": "8px",
|
|
1797
3650
|
"rule": "R13",
|
|
1798
|
-
"reason": "property
|
|
3651
|
+
"reason": "property viewport-padding is not themed by design"
|
|
1799
3652
|
}
|
|
1800
3653
|
],
|
|
1801
3654
|
"excludedVars": [
|
|
1802
3655
|
{
|
|
1803
|
-
"name": "--c2-
|
|
3656
|
+
"name": "--c2-overlay__backdrop--background",
|
|
1804
3657
|
"type": "color",
|
|
1805
3658
|
"default": "transparent",
|
|
1806
3659
|
"rule": "R2",
|
|
@@ -1808,254 +3661,219 @@
|
|
|
1808
3661
|
}
|
|
1809
3662
|
]
|
|
1810
3663
|
},
|
|
1811
|
-
"@c2n/
|
|
1812
|
-
"total":
|
|
1813
|
-
"mapped":
|
|
1814
|
-
"unmapped":
|
|
1815
|
-
"excluded":
|
|
3664
|
+
"@c2n/pagination": {
|
|
3665
|
+
"total": 44,
|
|
3666
|
+
"mapped": 22,
|
|
3667
|
+
"unmapped": 19,
|
|
3668
|
+
"excluded": 2,
|
|
1816
3669
|
"noDefault": 1,
|
|
1817
3670
|
"unmappedVars": [
|
|
1818
3671
|
{
|
|
1819
|
-
"name": "--c2-
|
|
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",
|
|
3672
|
+
"name": "--c2-pagination--gap",
|
|
1844
3673
|
"type": "pixel",
|
|
1845
|
-
"default": "
|
|
3674
|
+
"default": "4px",
|
|
1846
3675
|
"rule": "R13",
|
|
1847
|
-
"reason": "property
|
|
3676
|
+
"reason": "property gap is not themed by design"
|
|
1848
3677
|
},
|
|
1849
3678
|
{
|
|
1850
|
-
"name": "--c2-
|
|
1851
|
-
"type": "
|
|
1852
|
-
"default": "
|
|
3679
|
+
"name": "--c2-pagination--section-gap",
|
|
3680
|
+
"type": "pixel",
|
|
3681
|
+
"default": "24px",
|
|
1853
3682
|
"rule": "R13",
|
|
1854
|
-
"reason": "property
|
|
3683
|
+
"reason": "property section-gap is not themed by design"
|
|
1855
3684
|
},
|
|
1856
3685
|
{
|
|
1857
|
-
"name": "--c2-
|
|
1858
|
-
"type": "
|
|
1859
|
-
"default": "
|
|
3686
|
+
"name": "--c2-pagination--justify-content",
|
|
3687
|
+
"type": "justify-content",
|
|
3688
|
+
"default": "flex-start",
|
|
1860
3689
|
"rule": "R13",
|
|
1861
|
-
"reason": "property
|
|
3690
|
+
"reason": "property justify-content is not themed by design"
|
|
1862
3691
|
},
|
|
1863
3692
|
{
|
|
1864
|
-
"name": "--c2-
|
|
1865
|
-
"type": "
|
|
1866
|
-
"default": "
|
|
3693
|
+
"name": "--c2-pagination__item--min-width",
|
|
3694
|
+
"type": "pixel",
|
|
3695
|
+
"default": "36px",
|
|
1867
3696
|
"rule": "R13",
|
|
1868
|
-
"reason": "property
|
|
3697
|
+
"reason": "property min-width is not themed by design"
|
|
1869
3698
|
},
|
|
1870
3699
|
{
|
|
1871
|
-
"name": "--c2-
|
|
1872
|
-
"type": "
|
|
1873
|
-
"default": "
|
|
3700
|
+
"name": "--c2-pagination__item--height",
|
|
3701
|
+
"type": "pixel",
|
|
3702
|
+
"default": "36px",
|
|
1874
3703
|
"rule": "R13",
|
|
1875
|
-
"reason": "property
|
|
3704
|
+
"reason": "property height is not themed by design"
|
|
1876
3705
|
},
|
|
1877
3706
|
{
|
|
1878
|
-
"name": "--c2-
|
|
3707
|
+
"name": "--c2-pagination__item--padding-left",
|
|
1879
3708
|
"type": "padding",
|
|
1880
|
-
"default": "
|
|
3709
|
+
"default": "8px",
|
|
1881
3710
|
"rule": "R13",
|
|
1882
3711
|
"reason": "property padding-left is not themed by design"
|
|
1883
3712
|
},
|
|
1884
3713
|
{
|
|
1885
|
-
"name": "--c2-
|
|
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",
|
|
3714
|
+
"name": "--c2-pagination__item--padding-right",
|
|
1900
3715
|
"type": "padding",
|
|
1901
|
-
"default": "
|
|
3716
|
+
"default": "8px",
|
|
1902
3717
|
"rule": "R13",
|
|
1903
|
-
"reason": "property padding-
|
|
3718
|
+
"reason": "property padding-right is not themed by design"
|
|
1904
3719
|
},
|
|
1905
3720
|
{
|
|
1906
|
-
"name": "--c2-
|
|
1907
|
-
"type": "
|
|
1908
|
-
"default": "
|
|
1909
|
-
"rule": "
|
|
1910
|
-
"reason": "
|
|
3721
|
+
"name": "--c2-pagination__item--border",
|
|
3722
|
+
"type": "border",
|
|
3723
|
+
"default": "1px solid transparent",
|
|
3724
|
+
"rule": "R5",
|
|
3725
|
+
"reason": "transparent / zero border"
|
|
1911
3726
|
},
|
|
1912
3727
|
{
|
|
1913
|
-
"name": "--c2-
|
|
1914
|
-
"type": "
|
|
1915
|
-
"default": "
|
|
1916
|
-
"rule": "
|
|
1917
|
-
"reason": "
|
|
3728
|
+
"name": "--c2-pagination__item__hover--border",
|
|
3729
|
+
"type": "border",
|
|
3730
|
+
"default": "1px solid transparent",
|
|
3731
|
+
"rule": "R5",
|
|
3732
|
+
"reason": "transparent / zero border"
|
|
1918
3733
|
},
|
|
1919
3734
|
{
|
|
1920
|
-
"name": "--c2-
|
|
1921
|
-
"type": "
|
|
1922
|
-
"default": "
|
|
3735
|
+
"name": "--c2-pagination__item__focus--outline-offset",
|
|
3736
|
+
"type": "pixel",
|
|
3737
|
+
"default": "1px",
|
|
1923
3738
|
"rule": "R13",
|
|
1924
|
-
"reason": "property
|
|
3739
|
+
"reason": "property outline-offset is not themed by design"
|
|
1925
3740
|
},
|
|
1926
3741
|
{
|
|
1927
|
-
"name": "--c2-
|
|
1928
|
-
"type": "
|
|
1929
|
-
"default": "
|
|
3742
|
+
"name": "--c2-pagination__nav--gap",
|
|
3743
|
+
"type": "pixel",
|
|
3744
|
+
"default": "6px",
|
|
1930
3745
|
"rule": "R13",
|
|
1931
|
-
"reason": "property
|
|
3746
|
+
"reason": "property gap is not themed by design"
|
|
1932
3747
|
},
|
|
1933
3748
|
{
|
|
1934
|
-
"name": "--c2-
|
|
3749
|
+
"name": "--c2-pagination__nav--padding-left",
|
|
1935
3750
|
"type": "padding",
|
|
1936
|
-
"default": "
|
|
3751
|
+
"default": "10px",
|
|
1937
3752
|
"rule": "R13",
|
|
1938
|
-
"reason": "property padding-
|
|
3753
|
+
"reason": "property padding-left is not themed by design"
|
|
1939
3754
|
},
|
|
1940
3755
|
{
|
|
1941
|
-
"name": "--c2-
|
|
3756
|
+
"name": "--c2-pagination__nav--padding-right",
|
|
1942
3757
|
"type": "padding",
|
|
1943
|
-
"default": "
|
|
3758
|
+
"default": "10px",
|
|
1944
3759
|
"rule": "R13",
|
|
1945
3760
|
"reason": "property padding-right is not themed by design"
|
|
1946
3761
|
},
|
|
1947
3762
|
{
|
|
1948
|
-
"name": "--c2-
|
|
1949
|
-
"type": "
|
|
1950
|
-
"default": "
|
|
1951
|
-
"rule": "
|
|
1952
|
-
"reason": "
|
|
3763
|
+
"name": "--c2-pagination__nav--border",
|
|
3764
|
+
"type": "border",
|
|
3765
|
+
"default": "1px solid transparent",
|
|
3766
|
+
"rule": "R5",
|
|
3767
|
+
"reason": "transparent / zero border"
|
|
1953
3768
|
},
|
|
1954
3769
|
{
|
|
1955
|
-
"name": "--c2-
|
|
1956
|
-
"type": "
|
|
1957
|
-
"default": "
|
|
1958
|
-
"rule": "
|
|
1959
|
-
"reason": "
|
|
3770
|
+
"name": "--c2-pagination__nav__hover--border",
|
|
3771
|
+
"type": "border",
|
|
3772
|
+
"default": "1px solid transparent",
|
|
3773
|
+
"rule": "R5",
|
|
3774
|
+
"reason": "transparent / zero border"
|
|
1960
3775
|
},
|
|
1961
3776
|
{
|
|
1962
|
-
"name": "--c2-
|
|
3777
|
+
"name": "--c2-pagination__icon--size",
|
|
1963
3778
|
"type": "pixel",
|
|
1964
|
-
"default": "
|
|
3779
|
+
"default": "16px",
|
|
1965
3780
|
"rule": "R13",
|
|
1966
|
-
"reason": "property
|
|
3781
|
+
"reason": "property size is not themed by design"
|
|
1967
3782
|
},
|
|
1968
3783
|
{
|
|
1969
|
-
"name": "--c2-
|
|
1970
|
-
"type": "
|
|
1971
|
-
"default": "
|
|
3784
|
+
"name": "--c2-pagination__ellipsis--min-width",
|
|
3785
|
+
"type": "pixel",
|
|
3786
|
+
"default": "36px",
|
|
1972
3787
|
"rule": "R13",
|
|
1973
|
-
"reason": "property
|
|
3788
|
+
"reason": "property min-width is not themed by design"
|
|
1974
3789
|
},
|
|
1975
3790
|
{
|
|
1976
|
-
"name": "--c2-
|
|
3791
|
+
"name": "--c2-pagination__label--gap",
|
|
1977
3792
|
"type": "pixel",
|
|
1978
|
-
"default": "
|
|
3793
|
+
"default": "8px",
|
|
1979
3794
|
"rule": "R13",
|
|
1980
|
-
"reason": "property
|
|
3795
|
+
"reason": "property gap is not themed by design"
|
|
1981
3796
|
},
|
|
1982
3797
|
{
|
|
1983
|
-
"name": "--c2-
|
|
3798
|
+
"name": "--c2-pagination__page-size-list--min-width",
|
|
1984
3799
|
"type": "pixel",
|
|
1985
|
-
"default": "
|
|
3800
|
+
"default": "56px",
|
|
1986
3801
|
"rule": "R13",
|
|
1987
|
-
"reason": "property
|
|
3802
|
+
"reason": "property min-width is not themed by design"
|
|
1988
3803
|
}
|
|
1989
3804
|
],
|
|
1990
3805
|
"excludedVars": [
|
|
1991
3806
|
{
|
|
1992
|
-
"name": "--c2-
|
|
1993
|
-
"type": "
|
|
1994
|
-
"default": "
|
|
3807
|
+
"name": "--c2-pagination__item--background-color",
|
|
3808
|
+
"type": "color",
|
|
3809
|
+
"default": "transparent",
|
|
1995
3810
|
"rule": "R2",
|
|
1996
|
-
"reason": "keyword / derived value
|
|
3811
|
+
"reason": "keyword / derived value transparent"
|
|
1997
3812
|
},
|
|
1998
3813
|
{
|
|
1999
|
-
"name": "--c2-
|
|
2000
|
-
"type": "
|
|
2001
|
-
"default": "
|
|
3814
|
+
"name": "--c2-pagination__nav--background-color",
|
|
3815
|
+
"type": "color",
|
|
3816
|
+
"default": "transparent",
|
|
2002
3817
|
"rule": "R2",
|
|
2003
|
-
"reason": "keyword / derived value
|
|
2004
|
-
}
|
|
3818
|
+
"reason": "keyword / derived value transparent"
|
|
3819
|
+
}
|
|
3820
|
+
]
|
|
3821
|
+
},
|
|
3822
|
+
"@c2n/phosphor-icons": {
|
|
3823
|
+
"total": 2,
|
|
3824
|
+
"mapped": 0,
|
|
3825
|
+
"unmapped": 1,
|
|
3826
|
+
"excluded": 1,
|
|
3827
|
+
"noDefault": 0,
|
|
3828
|
+
"unmappedVars": [
|
|
2005
3829
|
{
|
|
2006
|
-
"name": "--c2-
|
|
2007
|
-
"type": "
|
|
2008
|
-
"default": "
|
|
2009
|
-
"rule": "
|
|
2010
|
-
"reason": "
|
|
2011
|
-
}
|
|
3830
|
+
"name": "--c2-phosphor-icon--size",
|
|
3831
|
+
"type": "pixel",
|
|
3832
|
+
"default": "24px",
|
|
3833
|
+
"rule": "R13",
|
|
3834
|
+
"reason": "property size is not themed by design"
|
|
3835
|
+
}
|
|
3836
|
+
],
|
|
3837
|
+
"excludedVars": [
|
|
2012
3838
|
{
|
|
2013
|
-
"name": "--c2-
|
|
2014
|
-
"type": "
|
|
2015
|
-
"default": "
|
|
3839
|
+
"name": "--c2-phosphor-icon--color",
|
|
3840
|
+
"type": "color",
|
|
3841
|
+
"default": "currentColor",
|
|
2016
3842
|
"rule": "R2",
|
|
2017
|
-
"reason": "keyword / derived value
|
|
3843
|
+
"reason": "keyword / derived value currentColor"
|
|
2018
3844
|
}
|
|
2019
3845
|
]
|
|
2020
3846
|
},
|
|
2021
|
-
"@c2n/
|
|
2022
|
-
"total":
|
|
2023
|
-
"mapped":
|
|
3847
|
+
"@c2n/progress": {
|
|
3848
|
+
"total": 13,
|
|
3849
|
+
"mapped": 9,
|
|
2024
3850
|
"unmapped": 3,
|
|
2025
|
-
"excluded":
|
|
2026
|
-
"noDefault":
|
|
3851
|
+
"excluded": 0,
|
|
3852
|
+
"noDefault": 1,
|
|
2027
3853
|
"unmappedVars": [
|
|
2028
3854
|
{
|
|
2029
|
-
"name": "--c2-
|
|
3855
|
+
"name": "--c2-progress--height",
|
|
2030
3856
|
"type": "pixel",
|
|
2031
3857
|
"default": "8px",
|
|
2032
3858
|
"rule": "R13",
|
|
2033
|
-
"reason": "property
|
|
3859
|
+
"reason": "property height is not themed by design"
|
|
2034
3860
|
},
|
|
2035
3861
|
{
|
|
2036
|
-
"name": "--c2-
|
|
3862
|
+
"name": "--c2-progress--width",
|
|
2037
3863
|
"type": "pixel",
|
|
2038
|
-
"default": "
|
|
3864
|
+
"default": "100%",
|
|
2039
3865
|
"rule": "R13",
|
|
2040
|
-
"reason": "property
|
|
3866
|
+
"reason": "property width is not themed by design"
|
|
2041
3867
|
},
|
|
2042
3868
|
{
|
|
2043
|
-
"name": "--c2-
|
|
3869
|
+
"name": "--c2-progress--gap",
|
|
2044
3870
|
"type": "pixel",
|
|
2045
3871
|
"default": "8px",
|
|
2046
3872
|
"rule": "R13",
|
|
2047
|
-
"reason": "property
|
|
3873
|
+
"reason": "property gap is not themed by design"
|
|
2048
3874
|
}
|
|
2049
3875
|
],
|
|
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
|
-
]
|
|
3876
|
+
"excludedVars": []
|
|
2059
3877
|
},
|
|
2060
3878
|
"@c2n/radio": {
|
|
2061
3879
|
"total": 51,
|
|
@@ -2230,10 +4048,10 @@
|
|
|
2230
4048
|
]
|
|
2231
4049
|
},
|
|
2232
4050
|
"@c2n/select": {
|
|
2233
|
-
"total":
|
|
4051
|
+
"total": 56,
|
|
2234
4052
|
"mapped": 35,
|
|
2235
4053
|
"unmapped": 15,
|
|
2236
|
-
"excluded":
|
|
4054
|
+
"excluded": 1,
|
|
2237
4055
|
"noDefault": 5,
|
|
2238
4056
|
"unmappedVars": [
|
|
2239
4057
|
{
|
|
@@ -2267,7 +4085,7 @@
|
|
|
2267
4085
|
{
|
|
2268
4086
|
"name": "--c2-select__button__focus--outline-offset",
|
|
2269
4087
|
"type": "pixel",
|
|
2270
|
-
"default": "
|
|
4088
|
+
"default": "0px",
|
|
2271
4089
|
"rule": "R13",
|
|
2272
4090
|
"reason": "property outline-offset is not themed by design"
|
|
2273
4091
|
},
|
|
@@ -2342,7 +4160,15 @@
|
|
|
2342
4160
|
"reason": "property max-height is not themed by design"
|
|
2343
4161
|
}
|
|
2344
4162
|
],
|
|
2345
|
-
"excludedVars": [
|
|
4163
|
+
"excludedVars": [
|
|
4164
|
+
{
|
|
4165
|
+
"name": "--c2-select__list--min-width",
|
|
4166
|
+
"type": "pixel",
|
|
4167
|
+
"default": "auto",
|
|
4168
|
+
"rule": "R2",
|
|
4169
|
+
"reason": "keyword / derived value auto"
|
|
4170
|
+
}
|
|
4171
|
+
]
|
|
2346
4172
|
},
|
|
2347
4173
|
"@c2n/seperator": {
|
|
2348
4174
|
"total": 15,
|
|
@@ -2425,6 +4251,171 @@
|
|
|
2425
4251
|
}
|
|
2426
4252
|
]
|
|
2427
4253
|
},
|
|
4254
|
+
"@c2n/sheet": {
|
|
4255
|
+
"total": 38,
|
|
4256
|
+
"mapped": 12,
|
|
4257
|
+
"unmapped": 21,
|
|
4258
|
+
"excluded": 1,
|
|
4259
|
+
"noDefault": 4,
|
|
4260
|
+
"unmappedVars": [
|
|
4261
|
+
{
|
|
4262
|
+
"name": "--c2-sheet--size",
|
|
4263
|
+
"type": "pixel",
|
|
4264
|
+
"default": "380px",
|
|
4265
|
+
"rule": "R13",
|
|
4266
|
+
"reason": "property size is not themed by design"
|
|
4267
|
+
},
|
|
4268
|
+
{
|
|
4269
|
+
"name": "--c2-sheet--border-radius",
|
|
4270
|
+
"type": "border-radius",
|
|
4271
|
+
"default": "0px",
|
|
4272
|
+
"rule": "R8",
|
|
4273
|
+
"reason": "radius 0px has no token"
|
|
4274
|
+
},
|
|
4275
|
+
{
|
|
4276
|
+
"name": "--c2-sheet__header--padding-top",
|
|
4277
|
+
"type": "padding",
|
|
4278
|
+
"default": "20px",
|
|
4279
|
+
"rule": "R13",
|
|
4280
|
+
"reason": "property padding-top is not themed by design"
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"name": "--c2-sheet__header--padding-right",
|
|
4284
|
+
"type": "padding",
|
|
4285
|
+
"default": "20px",
|
|
4286
|
+
"rule": "R13",
|
|
4287
|
+
"reason": "property padding-right is not themed by design"
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
"name": "--c2-sheet__header--padding-bottom",
|
|
4291
|
+
"type": "padding",
|
|
4292
|
+
"default": "0px",
|
|
4293
|
+
"rule": "R13",
|
|
4294
|
+
"reason": "property padding-bottom is not themed by design"
|
|
4295
|
+
},
|
|
4296
|
+
{
|
|
4297
|
+
"name": "--c2-sheet__header--padding-left",
|
|
4298
|
+
"type": "padding",
|
|
4299
|
+
"default": "24px",
|
|
4300
|
+
"rule": "R13",
|
|
4301
|
+
"reason": "property padding-left is not themed by design"
|
|
4302
|
+
},
|
|
4303
|
+
{
|
|
4304
|
+
"name": "--c2-sheet__header--font-size",
|
|
4305
|
+
"type": "font-size",
|
|
4306
|
+
"default": "17px",
|
|
4307
|
+
"rule": "R9",
|
|
4308
|
+
"reason": "font-size 17px has no token"
|
|
4309
|
+
},
|
|
4310
|
+
{
|
|
4311
|
+
"name": "--c2-sheet__header--line-height",
|
|
4312
|
+
"type": "line-height",
|
|
4313
|
+
"default": "1.35",
|
|
4314
|
+
"rule": "R13",
|
|
4315
|
+
"reason": "property line-height is not themed by design"
|
|
4316
|
+
},
|
|
4317
|
+
{
|
|
4318
|
+
"name": "--c2-sheet__body--padding-top",
|
|
4319
|
+
"type": "padding",
|
|
4320
|
+
"default": "12px",
|
|
4321
|
+
"rule": "R13",
|
|
4322
|
+
"reason": "property padding-top is not themed by design"
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"name": "--c2-sheet__body--padding-right",
|
|
4326
|
+
"type": "padding",
|
|
4327
|
+
"default": "24px",
|
|
4328
|
+
"rule": "R13",
|
|
4329
|
+
"reason": "property padding-right is not themed by design"
|
|
4330
|
+
},
|
|
4331
|
+
{
|
|
4332
|
+
"name": "--c2-sheet__body--padding-bottom",
|
|
4333
|
+
"type": "padding",
|
|
4334
|
+
"default": "20px",
|
|
4335
|
+
"rule": "R13",
|
|
4336
|
+
"reason": "property padding-bottom is not themed by design"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"name": "--c2-sheet__body--padding-left",
|
|
4340
|
+
"type": "padding",
|
|
4341
|
+
"default": "24px",
|
|
4342
|
+
"rule": "R13",
|
|
4343
|
+
"reason": "property padding-left is not themed by design"
|
|
4344
|
+
},
|
|
4345
|
+
{
|
|
4346
|
+
"name": "--c2-sheet__body--line-height",
|
|
4347
|
+
"type": "line-height",
|
|
4348
|
+
"default": "1.6",
|
|
4349
|
+
"rule": "R13",
|
|
4350
|
+
"reason": "property line-height is not themed by design"
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"name": "--c2-sheet__footer--padding-top",
|
|
4354
|
+
"type": "padding",
|
|
4355
|
+
"default": "12px",
|
|
4356
|
+
"rule": "R13",
|
|
4357
|
+
"reason": "property padding-top is not themed by design"
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"name": "--c2-sheet__footer--padding-right",
|
|
4361
|
+
"type": "padding",
|
|
4362
|
+
"default": "24px",
|
|
4363
|
+
"rule": "R13",
|
|
4364
|
+
"reason": "property padding-right is not themed by design"
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"name": "--c2-sheet__footer--padding-bottom",
|
|
4368
|
+
"type": "padding",
|
|
4369
|
+
"default": "20px",
|
|
4370
|
+
"rule": "R13",
|
|
4371
|
+
"reason": "property padding-bottom is not themed by design"
|
|
4372
|
+
},
|
|
4373
|
+
{
|
|
4374
|
+
"name": "--c2-sheet__footer--padding-left",
|
|
4375
|
+
"type": "padding",
|
|
4376
|
+
"default": "24px",
|
|
4377
|
+
"rule": "R13",
|
|
4378
|
+
"reason": "property padding-left is not themed by design"
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
"name": "--c2-sheet__footer--gap",
|
|
4382
|
+
"type": "pixel",
|
|
4383
|
+
"default": "8px",
|
|
4384
|
+
"rule": "R13",
|
|
4385
|
+
"reason": "property gap is not themed by design"
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"name": "--c2-sheet__footer--justify-content",
|
|
4389
|
+
"type": "justify-content",
|
|
4390
|
+
"default": "flex-end",
|
|
4391
|
+
"rule": "R13",
|
|
4392
|
+
"reason": "property justify-content is not themed by design"
|
|
4393
|
+
},
|
|
4394
|
+
{
|
|
4395
|
+
"name": "--c2-sheet__close--size",
|
|
4396
|
+
"type": "pixel",
|
|
4397
|
+
"default": "32px",
|
|
4398
|
+
"rule": "R13",
|
|
4399
|
+
"reason": "property size is not themed by design"
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"name": "--c2-sheet__close--icon-size",
|
|
4403
|
+
"type": "pixel",
|
|
4404
|
+
"default": "18px",
|
|
4405
|
+
"rule": "R13",
|
|
4406
|
+
"reason": "property icon-size is not themed by design"
|
|
4407
|
+
}
|
|
4408
|
+
],
|
|
4409
|
+
"excludedVars": [
|
|
4410
|
+
{
|
|
4411
|
+
"name": "--c2-sheet--border",
|
|
4412
|
+
"type": "border",
|
|
4413
|
+
"default": "none",
|
|
4414
|
+
"rule": "R2",
|
|
4415
|
+
"reason": "keyword / derived value none"
|
|
4416
|
+
}
|
|
4417
|
+
]
|
|
4418
|
+
},
|
|
2428
4419
|
"@c2n/side-nav": {
|
|
2429
4420
|
"total": 37,
|
|
2430
4421
|
"mapped": 5,
|
|
@@ -2527,6 +4518,66 @@
|
|
|
2527
4518
|
}
|
|
2528
4519
|
]
|
|
2529
4520
|
},
|
|
4521
|
+
"@c2n/skeleton": {
|
|
4522
|
+
"total": 10,
|
|
4523
|
+
"mapped": 3,
|
|
4524
|
+
"unmapped": 6,
|
|
4525
|
+
"excluded": 1,
|
|
4526
|
+
"noDefault": 0,
|
|
4527
|
+
"unmappedVars": [
|
|
4528
|
+
{
|
|
4529
|
+
"name": "--c2-skeleton--width",
|
|
4530
|
+
"type": "pixel",
|
|
4531
|
+
"default": "100%",
|
|
4532
|
+
"rule": "R13",
|
|
4533
|
+
"reason": "property width is not themed by design"
|
|
4534
|
+
},
|
|
4535
|
+
{
|
|
4536
|
+
"name": "--c2-skeleton--height",
|
|
4537
|
+
"type": "pixel",
|
|
4538
|
+
"default": "16px",
|
|
4539
|
+
"rule": "R13",
|
|
4540
|
+
"reason": "property height is not themed by design"
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"name": "--c2-skeleton__pulse--opacity",
|
|
4544
|
+
"type": "opacity",
|
|
4545
|
+
"default": "0.45",
|
|
4546
|
+
"rule": "R13",
|
|
4547
|
+
"reason": "property opacity is not themed by design"
|
|
4548
|
+
},
|
|
4549
|
+
{
|
|
4550
|
+
"name": "--c2-skeleton--gap",
|
|
4551
|
+
"type": "pixel",
|
|
4552
|
+
"default": "8px",
|
|
4553
|
+
"rule": "R13",
|
|
4554
|
+
"reason": "property gap is not themed by design"
|
|
4555
|
+
},
|
|
4556
|
+
{
|
|
4557
|
+
"name": "--c2-skeleton__last-line--width",
|
|
4558
|
+
"type": "pixel",
|
|
4559
|
+
"default": "60%",
|
|
4560
|
+
"rule": "R13",
|
|
4561
|
+
"reason": "property width is not themed by design"
|
|
4562
|
+
},
|
|
4563
|
+
{
|
|
4564
|
+
"name": "--c2-skeleton__circle--size",
|
|
4565
|
+
"type": "pixel",
|
|
4566
|
+
"default": "40px",
|
|
4567
|
+
"rule": "R13",
|
|
4568
|
+
"reason": "property size is not themed by design"
|
|
4569
|
+
}
|
|
4570
|
+
],
|
|
4571
|
+
"excludedVars": [
|
|
4572
|
+
{
|
|
4573
|
+
"name": "--c2-skeleton__sheen--color",
|
|
4574
|
+
"type": "color",
|
|
4575
|
+
"default": "rgba(255, 255, 255, 0.55)",
|
|
4576
|
+
"rule": "R0",
|
|
4577
|
+
"reason": "translucent highlight, not a surface colour"
|
|
4578
|
+
}
|
|
4579
|
+
]
|
|
4580
|
+
},
|
|
2530
4581
|
"@c2n/slider": {
|
|
2531
4582
|
"total": 27,
|
|
2532
4583
|
"mapped": 15,
|
|
@@ -2650,21 +4701,116 @@
|
|
|
2650
4701
|
"reason": "property stroke-linecap is not themed by design"
|
|
2651
4702
|
},
|
|
2652
4703
|
{
|
|
2653
|
-
"name": "--c2-spinner--gap",
|
|
4704
|
+
"name": "--c2-spinner--gap",
|
|
4705
|
+
"type": "pixel",
|
|
4706
|
+
"default": "8px",
|
|
4707
|
+
"rule": "R13",
|
|
4708
|
+
"reason": "property gap is not themed by design"
|
|
4709
|
+
},
|
|
4710
|
+
{
|
|
4711
|
+
"name": "--c2-spinner--flex-direction",
|
|
4712
|
+
"type": "flex-direction",
|
|
4713
|
+
"default": "row",
|
|
4714
|
+
"rule": "R13",
|
|
4715
|
+
"reason": "property flex-direction is not themed by design"
|
|
4716
|
+
}
|
|
4717
|
+
],
|
|
4718
|
+
"excludedVars": []
|
|
4719
|
+
},
|
|
4720
|
+
"@c2n/stat": {
|
|
4721
|
+
"total": 24,
|
|
4722
|
+
"mapped": 12,
|
|
4723
|
+
"unmapped": 11,
|
|
4724
|
+
"excluded": 1,
|
|
4725
|
+
"noDefault": 0,
|
|
4726
|
+
"unmappedVars": [
|
|
4727
|
+
{
|
|
4728
|
+
"name": "--c2-stat--padding",
|
|
4729
|
+
"type": "padding",
|
|
4730
|
+
"default": "16px",
|
|
4731
|
+
"rule": "R13",
|
|
4732
|
+
"reason": "property padding is not themed by design"
|
|
4733
|
+
},
|
|
4734
|
+
{
|
|
4735
|
+
"name": "--c2-stat--gap",
|
|
4736
|
+
"type": "pixel",
|
|
4737
|
+
"default": "12px",
|
|
4738
|
+
"rule": "R13",
|
|
4739
|
+
"reason": "property gap is not themed by design"
|
|
4740
|
+
},
|
|
4741
|
+
{
|
|
4742
|
+
"name": "--c2-stat__icon--size",
|
|
4743
|
+
"type": "pixel",
|
|
4744
|
+
"default": "40px",
|
|
4745
|
+
"rule": "R13",
|
|
4746
|
+
"reason": "property size is not themed by design"
|
|
4747
|
+
},
|
|
4748
|
+
{
|
|
4749
|
+
"name": "--c2-stat__icon__positive--background",
|
|
4750
|
+
"type": "color",
|
|
4751
|
+
"default": "#dcfce7",
|
|
4752
|
+
"rule": "R6",
|
|
4753
|
+
"reason": "unknown background #dcfce7"
|
|
4754
|
+
},
|
|
4755
|
+
{
|
|
4756
|
+
"name": "--c2-stat__icon__positive--color",
|
|
4757
|
+
"type": "color",
|
|
4758
|
+
"default": "#15803d",
|
|
4759
|
+
"rule": "R7",
|
|
4760
|
+
"reason": "unknown colour #15803d"
|
|
4761
|
+
},
|
|
4762
|
+
{
|
|
4763
|
+
"name": "--c2-stat__icon__negative--background",
|
|
4764
|
+
"type": "color",
|
|
4765
|
+
"default": "#fee2e2",
|
|
4766
|
+
"rule": "R6",
|
|
4767
|
+
"reason": "unknown background #fee2e2"
|
|
4768
|
+
},
|
|
4769
|
+
{
|
|
4770
|
+
"name": "--c2-stat__icon__negative--color",
|
|
4771
|
+
"type": "color",
|
|
4772
|
+
"default": "#b91c1c",
|
|
4773
|
+
"rule": "R7",
|
|
4774
|
+
"reason": "unknown colour #b91c1c"
|
|
4775
|
+
},
|
|
4776
|
+
{
|
|
4777
|
+
"name": "--c2-stat__icon__warning--background",
|
|
4778
|
+
"type": "color",
|
|
4779
|
+
"default": "#fef3c7",
|
|
4780
|
+
"rule": "R6",
|
|
4781
|
+
"reason": "unknown background #fef3c7"
|
|
4782
|
+
},
|
|
4783
|
+
{
|
|
4784
|
+
"name": "--c2-stat__icon__warning--color",
|
|
4785
|
+
"type": "color",
|
|
4786
|
+
"default": "#a16207",
|
|
4787
|
+
"rule": "R7",
|
|
4788
|
+
"reason": "unknown colour #a16207"
|
|
4789
|
+
},
|
|
4790
|
+
{
|
|
4791
|
+
"name": "--c2-stat__value--font-size",
|
|
4792
|
+
"type": "font-size",
|
|
4793
|
+
"default": "24px",
|
|
4794
|
+
"rule": "R9",
|
|
4795
|
+
"reason": "font-size 24px has no token"
|
|
4796
|
+
},
|
|
4797
|
+
{
|
|
4798
|
+
"name": "--c2-stat__value--line-height",
|
|
2654
4799
|
"type": "pixel",
|
|
2655
|
-
"default": "
|
|
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",
|
|
4800
|
+
"default": "32px",
|
|
2663
4801
|
"rule": "R13",
|
|
2664
|
-
"reason": "property
|
|
4802
|
+
"reason": "property line-height is not themed by design"
|
|
2665
4803
|
}
|
|
2666
4804
|
],
|
|
2667
|
-
"excludedVars": [
|
|
4805
|
+
"excludedVars": [
|
|
4806
|
+
{
|
|
4807
|
+
"name": "--c2-stat--box-shadow",
|
|
4808
|
+
"type": "box-shadow",
|
|
4809
|
+
"default": "none",
|
|
4810
|
+
"rule": "R2",
|
|
4811
|
+
"reason": "keyword / derived value none"
|
|
4812
|
+
}
|
|
4813
|
+
]
|
|
2668
4814
|
},
|
|
2669
4815
|
"@c2n/switch": {
|
|
2670
4816
|
"total": 33,
|
|
@@ -2796,6 +4942,220 @@
|
|
|
2796
4942
|
}
|
|
2797
4943
|
]
|
|
2798
4944
|
},
|
|
4945
|
+
"@c2n/table": {
|
|
4946
|
+
"total": 68,
|
|
4947
|
+
"mapped": 39,
|
|
4948
|
+
"unmapped": 24,
|
|
4949
|
+
"excluded": 5,
|
|
4950
|
+
"noDefault": 0,
|
|
4951
|
+
"unmappedVars": [
|
|
4952
|
+
{
|
|
4953
|
+
"name": "--c2-table__header--height",
|
|
4954
|
+
"type": "pixel",
|
|
4955
|
+
"default": "36px",
|
|
4956
|
+
"rule": "R13",
|
|
4957
|
+
"reason": "property height is not themed by design"
|
|
4958
|
+
},
|
|
4959
|
+
{
|
|
4960
|
+
"name": "--c2-table__header--letter-spacing",
|
|
4961
|
+
"type": "letter-spacing",
|
|
4962
|
+
"default": "0.02em",
|
|
4963
|
+
"rule": "R13",
|
|
4964
|
+
"reason": "property letter-spacing is not themed by design"
|
|
4965
|
+
},
|
|
4966
|
+
{
|
|
4967
|
+
"name": "--c2-table__header-cell--padding",
|
|
4968
|
+
"type": "padding",
|
|
4969
|
+
"default": "0 12px",
|
|
4970
|
+
"rule": "R13",
|
|
4971
|
+
"reason": "property padding is not themed by design"
|
|
4972
|
+
},
|
|
4973
|
+
{
|
|
4974
|
+
"name": "--c2-table__header-cell--gap",
|
|
4975
|
+
"type": "pixel",
|
|
4976
|
+
"default": "6px",
|
|
4977
|
+
"rule": "R13",
|
|
4978
|
+
"reason": "property gap is not themed by design"
|
|
4979
|
+
},
|
|
4980
|
+
{
|
|
4981
|
+
"name": "--c2-table__sort-icon--width",
|
|
4982
|
+
"type": "pixel",
|
|
4983
|
+
"default": "14px",
|
|
4984
|
+
"rule": "R13",
|
|
4985
|
+
"reason": "property width is not themed by design"
|
|
4986
|
+
},
|
|
4987
|
+
{
|
|
4988
|
+
"name": "--c2-table__sort-icon--height",
|
|
4989
|
+
"type": "pixel",
|
|
4990
|
+
"default": "14px",
|
|
4991
|
+
"rule": "R13",
|
|
4992
|
+
"reason": "property height is not themed by design"
|
|
4993
|
+
},
|
|
4994
|
+
{
|
|
4995
|
+
"name": "--c2-table__resizer--width",
|
|
4996
|
+
"type": "pixel",
|
|
4997
|
+
"default": "9px",
|
|
4998
|
+
"rule": "R13",
|
|
4999
|
+
"reason": "property width is not themed by design"
|
|
5000
|
+
},
|
|
5001
|
+
{
|
|
5002
|
+
"name": "--c2-table__resizer--height",
|
|
5003
|
+
"type": "pixel",
|
|
5004
|
+
"default": "56%",
|
|
5005
|
+
"rule": "R13",
|
|
5006
|
+
"reason": "property height is not themed by design"
|
|
5007
|
+
},
|
|
5008
|
+
{
|
|
5009
|
+
"name": "--c2-table__resizer--line-width",
|
|
5010
|
+
"type": "pixel",
|
|
5011
|
+
"default": "1px",
|
|
5012
|
+
"rule": "R13",
|
|
5013
|
+
"reason": "property line-width is not themed by design"
|
|
5014
|
+
},
|
|
5015
|
+
{
|
|
5016
|
+
"name": "--c2-table__resizer__hover--height",
|
|
5017
|
+
"type": "pixel",
|
|
5018
|
+
"default": "100%",
|
|
5019
|
+
"rule": "R13",
|
|
5020
|
+
"reason": "property height is not themed by design"
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
"name": "--c2-table__resizer__hover--line-width",
|
|
5024
|
+
"type": "pixel",
|
|
5025
|
+
"default": "2px",
|
|
5026
|
+
"rule": "R13",
|
|
5027
|
+
"reason": "property line-width is not themed by design"
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"name": "--c2-table__row--height",
|
|
5031
|
+
"type": "pixel",
|
|
5032
|
+
"default": "36px",
|
|
5033
|
+
"rule": "R13",
|
|
5034
|
+
"reason": "property height is not themed by design"
|
|
5035
|
+
},
|
|
5036
|
+
{
|
|
5037
|
+
"name": "--c2-table__row__added--background",
|
|
5038
|
+
"type": "color",
|
|
5039
|
+
"default": "rgba(22,163,74,0.16)",
|
|
5040
|
+
"rule": "R6",
|
|
5041
|
+
"reason": "unknown background rgba(22,163,74,0.16)"
|
|
5042
|
+
},
|
|
5043
|
+
{
|
|
5044
|
+
"name": "--c2-table__row__removed--background",
|
|
5045
|
+
"type": "color",
|
|
5046
|
+
"default": "rgba(220,38,38,0.14)",
|
|
5047
|
+
"rule": "R6",
|
|
5048
|
+
"reason": "unknown background rgba(220,38,38,0.14)"
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
"name": "--c2-table__row__increased--background",
|
|
5052
|
+
"type": "color",
|
|
5053
|
+
"default": "rgba(22,163,74,0.14)",
|
|
5054
|
+
"rule": "R6",
|
|
5055
|
+
"reason": "unknown background rgba(22,163,74,0.14)"
|
|
5056
|
+
},
|
|
5057
|
+
{
|
|
5058
|
+
"name": "--c2-table__row__decreased--background",
|
|
5059
|
+
"type": "color",
|
|
5060
|
+
"default": "rgba(220,38,38,0.12)",
|
|
5061
|
+
"rule": "R6",
|
|
5062
|
+
"reason": "unknown background rgba(220,38,38,0.12)"
|
|
5063
|
+
},
|
|
5064
|
+
{
|
|
5065
|
+
"name": "--c2-table__row__modified--background",
|
|
5066
|
+
"type": "color",
|
|
5067
|
+
"default": "rgba(2,101,220,0.1)",
|
|
5068
|
+
"rule": "R6",
|
|
5069
|
+
"reason": "unknown background rgba(2,101,220,0.1)"
|
|
5070
|
+
},
|
|
5071
|
+
{
|
|
5072
|
+
"name": "--c2-table__cell--padding",
|
|
5073
|
+
"type": "padding",
|
|
5074
|
+
"default": "0 12px",
|
|
5075
|
+
"rule": "R13",
|
|
5076
|
+
"reason": "property padding is not themed by design"
|
|
5077
|
+
},
|
|
5078
|
+
{
|
|
5079
|
+
"name": "--c2-table__cell--gap",
|
|
5080
|
+
"type": "pixel",
|
|
5081
|
+
"default": "8px",
|
|
5082
|
+
"rule": "R13",
|
|
5083
|
+
"reason": "property gap is not themed by design"
|
|
5084
|
+
},
|
|
5085
|
+
{
|
|
5086
|
+
"name": "--c2-table__cell__focus--outline-offset",
|
|
5087
|
+
"type": "pixel",
|
|
5088
|
+
"default": "-2px",
|
|
5089
|
+
"rule": "R13",
|
|
5090
|
+
"reason": "property outline-offset is not themed by design"
|
|
5091
|
+
},
|
|
5092
|
+
{
|
|
5093
|
+
"name": "--c2-table__selection-cell--width",
|
|
5094
|
+
"type": "pixel",
|
|
5095
|
+
"default": "44px",
|
|
5096
|
+
"rule": "R13",
|
|
5097
|
+
"reason": "property width is not themed by design"
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"name": "--c2-table__state--padding",
|
|
5101
|
+
"type": "padding",
|
|
5102
|
+
"default": "32px 12px",
|
|
5103
|
+
"rule": "R13",
|
|
5104
|
+
"reason": "property padding is not themed by design"
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"name": "--c2-table__toolbar--padding",
|
|
5108
|
+
"type": "padding",
|
|
5109
|
+
"default": "8px 12px",
|
|
5110
|
+
"rule": "R13",
|
|
5111
|
+
"reason": "property padding is not themed by design"
|
|
5112
|
+
},
|
|
5113
|
+
{
|
|
5114
|
+
"name": "--c2-table__footer--padding",
|
|
5115
|
+
"type": "padding",
|
|
5116
|
+
"default": "8px 12px",
|
|
5117
|
+
"rule": "R13",
|
|
5118
|
+
"reason": "property padding is not themed by design"
|
|
5119
|
+
}
|
|
5120
|
+
],
|
|
5121
|
+
"excludedVars": [
|
|
5122
|
+
{
|
|
5123
|
+
"name": "--c2-table--max-height",
|
|
5124
|
+
"type": "pixel",
|
|
5125
|
+
"default": "none",
|
|
5126
|
+
"rule": "R2",
|
|
5127
|
+
"reason": "keyword / derived value none"
|
|
5128
|
+
},
|
|
5129
|
+
{
|
|
5130
|
+
"name": "--c2-table--box-shadow",
|
|
5131
|
+
"type": "box-shadow",
|
|
5132
|
+
"default": "none",
|
|
5133
|
+
"rule": "R2",
|
|
5134
|
+
"reason": "keyword / derived value none"
|
|
5135
|
+
},
|
|
5136
|
+
{
|
|
5137
|
+
"name": "--c2-table__cell--border-right",
|
|
5138
|
+
"type": "border",
|
|
5139
|
+
"default": "none",
|
|
5140
|
+
"rule": "R2",
|
|
5141
|
+
"reason": "keyword / derived value none"
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"name": "--c2-table__toolbar--background",
|
|
5145
|
+
"type": "color",
|
|
5146
|
+
"default": "transparent",
|
|
5147
|
+
"rule": "R2",
|
|
5148
|
+
"reason": "keyword / derived value transparent"
|
|
5149
|
+
},
|
|
5150
|
+
{
|
|
5151
|
+
"name": "--c2-table__footer--background",
|
|
5152
|
+
"type": "color",
|
|
5153
|
+
"default": "transparent",
|
|
5154
|
+
"rule": "R2",
|
|
5155
|
+
"reason": "keyword / derived value transparent"
|
|
5156
|
+
}
|
|
5157
|
+
]
|
|
5158
|
+
},
|
|
2799
5159
|
"@c2n/tabs": {
|
|
2800
5160
|
"total": 38,
|
|
2801
5161
|
"mapped": 6,
|
|
@@ -3297,13 +5657,108 @@
|
|
|
3297
5657
|
}
|
|
3298
5658
|
],
|
|
3299
5659
|
"excludedVars": []
|
|
5660
|
+
},
|
|
5661
|
+
"@c2n/virtual-list": {
|
|
5662
|
+
"total": 36,
|
|
5663
|
+
"mapped": 19,
|
|
5664
|
+
"unmapped": 7,
|
|
5665
|
+
"excluded": 5,
|
|
5666
|
+
"noDefault": 5,
|
|
5667
|
+
"unmappedVars": [
|
|
5668
|
+
{
|
|
5669
|
+
"name": "--c2-virtual-list__search--padding",
|
|
5670
|
+
"type": "padding",
|
|
5671
|
+
"default": "8px",
|
|
5672
|
+
"rule": "R13",
|
|
5673
|
+
"reason": "property padding is not themed by design"
|
|
5674
|
+
},
|
|
5675
|
+
{
|
|
5676
|
+
"name": "--c2-virtual-list__search--gap",
|
|
5677
|
+
"type": "pixel",
|
|
5678
|
+
"default": "8px",
|
|
5679
|
+
"rule": "R13",
|
|
5680
|
+
"reason": "property gap is not themed by design"
|
|
5681
|
+
},
|
|
5682
|
+
{
|
|
5683
|
+
"name": "--c2-virtual-list__search-field--min-height",
|
|
5684
|
+
"type": "pixel",
|
|
5685
|
+
"default": "32px",
|
|
5686
|
+
"rule": "R13",
|
|
5687
|
+
"reason": "property min-height is not themed by design"
|
|
5688
|
+
},
|
|
5689
|
+
{
|
|
5690
|
+
"name": "--c2-virtual-list__viewport--padding",
|
|
5691
|
+
"type": "pixel",
|
|
5692
|
+
"default": "4px",
|
|
5693
|
+
"rule": "R13",
|
|
5694
|
+
"reason": "property padding is not themed by design"
|
|
5695
|
+
},
|
|
5696
|
+
{
|
|
5697
|
+
"name": "--c2-virtual-list__item--height",
|
|
5698
|
+
"type": "pixel",
|
|
5699
|
+
"default": "36px",
|
|
5700
|
+
"rule": "R13",
|
|
5701
|
+
"reason": "property height is not themed by design"
|
|
5702
|
+
},
|
|
5703
|
+
{
|
|
5704
|
+
"name": "--c2-virtual-list__state--padding",
|
|
5705
|
+
"type": "padding",
|
|
5706
|
+
"default": "32px 12px",
|
|
5707
|
+
"rule": "R13",
|
|
5708
|
+
"reason": "property padding is not themed by design"
|
|
5709
|
+
},
|
|
5710
|
+
{
|
|
5711
|
+
"name": "--c2-virtual-list__footer--padding",
|
|
5712
|
+
"type": "padding",
|
|
5713
|
+
"default": "8px 12px",
|
|
5714
|
+
"rule": "R13",
|
|
5715
|
+
"reason": "property padding is not themed by design"
|
|
5716
|
+
}
|
|
5717
|
+
],
|
|
5718
|
+
"excludedVars": [
|
|
5719
|
+
{
|
|
5720
|
+
"name": "--c2-virtual-list--max-height",
|
|
5721
|
+
"type": "pixel",
|
|
5722
|
+
"default": "none",
|
|
5723
|
+
"rule": "R2",
|
|
5724
|
+
"reason": "keyword / derived value none"
|
|
5725
|
+
},
|
|
5726
|
+
{
|
|
5727
|
+
"name": "--c2-virtual-list__search--background",
|
|
5728
|
+
"type": "color",
|
|
5729
|
+
"default": "transparent",
|
|
5730
|
+
"rule": "R2",
|
|
5731
|
+
"reason": "keyword / derived value transparent"
|
|
5732
|
+
},
|
|
5733
|
+
{
|
|
5734
|
+
"name": "--c2-virtual-list__highlight--background",
|
|
5735
|
+
"type": "color",
|
|
5736
|
+
"default": "#fef08a",
|
|
5737
|
+
"rule": "R0",
|
|
5738
|
+
"reason": "marker highlight, not a surface colour"
|
|
5739
|
+
},
|
|
5740
|
+
{
|
|
5741
|
+
"name": "--c2-virtual-list__highlight--color",
|
|
5742
|
+
"type": "color",
|
|
5743
|
+
"default": "inherit",
|
|
5744
|
+
"rule": "R2",
|
|
5745
|
+
"reason": "keyword / derived value inherit"
|
|
5746
|
+
},
|
|
5747
|
+
{
|
|
5748
|
+
"name": "--c2-virtual-list__footer--background",
|
|
5749
|
+
"type": "color",
|
|
5750
|
+
"default": "transparent",
|
|
5751
|
+
"rule": "R2",
|
|
5752
|
+
"reason": "keyword / derived value transparent"
|
|
5753
|
+
}
|
|
5754
|
+
]
|
|
3300
5755
|
}
|
|
3301
5756
|
},
|
|
3302
5757
|
"totals": {
|
|
3303
|
-
"total":
|
|
3304
|
-
"mapped":
|
|
3305
|
-
"unmapped":
|
|
3306
|
-
"excluded":
|
|
5758
|
+
"total": 1700,
|
|
5759
|
+
"mapped": 729,
|
|
5760
|
+
"unmapped": 614,
|
|
5761
|
+
"excluded": 123,
|
|
3307
5762
|
"noDefault": 234
|
|
3308
5763
|
},
|
|
3309
5764
|
"unparsed": []
|