@c2n/theme 0.0.7 → 0.0.9
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/base.css +236 -1
- package/dist/report.json +1094 -73
- package/dist/theme.css +236 -1
- package/dist/tokens.json +182 -1
- package/package.json +12 -2
package/dist/report.json
CHANGED
|
@@ -128,9 +128,9 @@
|
|
|
128
128
|
},
|
|
129
129
|
"@c2n/autocomplete": {
|
|
130
130
|
"total": 44,
|
|
131
|
-
"mapped":
|
|
131
|
+
"mapped": 26,
|
|
132
132
|
"unmapped": 15,
|
|
133
|
-
"excluded":
|
|
133
|
+
"excluded": 3,
|
|
134
134
|
"noDefault": 0,
|
|
135
135
|
"unmappedVars": [
|
|
136
136
|
{
|
|
@@ -240,6 +240,13 @@
|
|
|
240
240
|
}
|
|
241
241
|
],
|
|
242
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
|
+
},
|
|
243
250
|
{
|
|
244
251
|
"name": "--c2-autocomplete__header--background",
|
|
245
252
|
"type": "color",
|
|
@@ -257,10 +264,10 @@
|
|
|
257
264
|
]
|
|
258
265
|
},
|
|
259
266
|
"@c2n/avatar": {
|
|
260
|
-
"total":
|
|
261
|
-
"mapped":
|
|
267
|
+
"total": 39,
|
|
268
|
+
"mapped": 13,
|
|
262
269
|
"unmapped": 5,
|
|
263
|
-
"excluded":
|
|
270
|
+
"excluded": 12,
|
|
264
271
|
"noDefault": 9,
|
|
265
272
|
"unmappedVars": [
|
|
266
273
|
{
|
|
@@ -335,6 +342,27 @@
|
|
|
335
342
|
"rule": "R2",
|
|
336
343
|
"reason": "identity / syntax colours are not themed"
|
|
337
344
|
},
|
|
345
|
+
{
|
|
346
|
+
"name": "--c2-avatar__editor__focus--outline-offset",
|
|
347
|
+
"type": "pixel",
|
|
348
|
+
"default": "2px",
|
|
349
|
+
"rule": "R0",
|
|
350
|
+
"reason": "avatar editor focus geometry"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "--c2-avatar__editor-icon--size",
|
|
354
|
+
"type": "pixel",
|
|
355
|
+
"default": "18px",
|
|
356
|
+
"rule": "R0",
|
|
357
|
+
"reason": "avatar editor icon size"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "--c2-avatar__remove--size",
|
|
361
|
+
"type": "pixel",
|
|
362
|
+
"default": "22px",
|
|
363
|
+
"rule": "R0",
|
|
364
|
+
"reason": "avatar remove action geometry"
|
|
365
|
+
},
|
|
338
366
|
{
|
|
339
367
|
"name": "--c2-avatar__badge__online--color",
|
|
340
368
|
"type": "color",
|
|
@@ -672,9 +700,9 @@
|
|
|
672
700
|
]
|
|
673
701
|
},
|
|
674
702
|
"@c2n/button-group": {
|
|
675
|
-
"total":
|
|
676
|
-
"mapped":
|
|
677
|
-
"unmapped":
|
|
703
|
+
"total": 19,
|
|
704
|
+
"mapped": 7,
|
|
705
|
+
"unmapped": 12,
|
|
678
706
|
"excluded": 0,
|
|
679
707
|
"noDefault": 0,
|
|
680
708
|
"unmappedVars": [
|
|
@@ -712,6 +740,55 @@
|
|
|
712
740
|
"default": "0 0 auto",
|
|
713
741
|
"rule": "R13",
|
|
714
742
|
"reason": "property flex is not themed by design"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "--c2-button-group__segmented--border",
|
|
746
|
+
"type": "border",
|
|
747
|
+
"default": "1px solid transparent",
|
|
748
|
+
"rule": "R5",
|
|
749
|
+
"reason": "transparent / zero border"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "--c2-button-group__segmented--padding",
|
|
753
|
+
"type": "padding",
|
|
754
|
+
"default": "3px",
|
|
755
|
+
"rule": "R13",
|
|
756
|
+
"reason": "property padding is not themed by design"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "--c2-button-group__segmented--gap",
|
|
760
|
+
"type": "pixel",
|
|
761
|
+
"default": "2px",
|
|
762
|
+
"rule": "R13",
|
|
763
|
+
"reason": "property gap is not themed by design"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"name": "--c2-button-group__segmented-item__hover--background-color",
|
|
767
|
+
"type": "color",
|
|
768
|
+
"default": "rgba(0, 0, 0, 0.05)",
|
|
769
|
+
"rule": "R6",
|
|
770
|
+
"reason": "unknown background rgba(0, 0, 0, 0.05)"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "--c2-button-group__segmented-item__active--background-color",
|
|
774
|
+
"type": "color",
|
|
775
|
+
"default": "rgba(0, 0, 0, 0.08)",
|
|
776
|
+
"rule": "R6",
|
|
777
|
+
"reason": "unknown background rgba(0, 0, 0, 0.08)"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "--c2-button-group__indicator--border",
|
|
781
|
+
"type": "border",
|
|
782
|
+
"default": "1px solid rgba(24, 24, 27, 0.08)",
|
|
783
|
+
"rule": "R5",
|
|
784
|
+
"reason": "unknown border colour rgba(24, 24, 27, 0.08)"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "--c2-button-group__indicator--box-shadow",
|
|
788
|
+
"type": "box-shadow",
|
|
789
|
+
"default": "0 1px 3px rgba(24, 24, 27, 0.16)",
|
|
790
|
+
"rule": "R12",
|
|
791
|
+
"reason": "shadow of an unlisted component"
|
|
715
792
|
}
|
|
716
793
|
],
|
|
717
794
|
"excludedVars": []
|
|
@@ -804,10 +881,125 @@
|
|
|
804
881
|
}
|
|
805
882
|
]
|
|
806
883
|
},
|
|
884
|
+
"@c2n/cascader": {
|
|
885
|
+
"total": 41,
|
|
886
|
+
"mapped": 26,
|
|
887
|
+
"unmapped": 0,
|
|
888
|
+
"excluded": 15,
|
|
889
|
+
"noDefault": 0,
|
|
890
|
+
"unmappedVars": [],
|
|
891
|
+
"excludedVars": [
|
|
892
|
+
{
|
|
893
|
+
"name": "--c2-cascader__trigger--min-height",
|
|
894
|
+
"type": "pixel",
|
|
895
|
+
"default": "36px",
|
|
896
|
+
"rule": "R0",
|
|
897
|
+
"reason": "cascader trigger geometry"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "--c2-cascader__trigger--width",
|
|
901
|
+
"type": "pixel",
|
|
902
|
+
"default": "220px",
|
|
903
|
+
"rule": "R0",
|
|
904
|
+
"reason": "responsive trigger width"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "--c2-cascader__trigger--padding",
|
|
908
|
+
"type": "padding",
|
|
909
|
+
"default": "6px 10px 6px 12px",
|
|
910
|
+
"rule": "R0",
|
|
911
|
+
"reason": "internal trigger spacing"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "--c2-cascader__trigger--gap",
|
|
915
|
+
"type": "pixel",
|
|
916
|
+
"default": "8px",
|
|
917
|
+
"rule": "R0",
|
|
918
|
+
"reason": "internal trigger spacing"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "--c2-cascader__trigger__focus--outline-offset",
|
|
922
|
+
"type": "pixel",
|
|
923
|
+
"default": "0px",
|
|
924
|
+
"rule": "R0",
|
|
925
|
+
"reason": "flush focus ring offset"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": "--c2-cascader__icon--size",
|
|
929
|
+
"type": "pixel",
|
|
930
|
+
"default": "16px",
|
|
931
|
+
"rule": "R0",
|
|
932
|
+
"reason": "cascader affordance size"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "--c2-cascader__panel--max-width",
|
|
936
|
+
"type": "pixel",
|
|
937
|
+
"default": "720px",
|
|
938
|
+
"rule": "R0",
|
|
939
|
+
"reason": "viewport-aware panel width"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "--c2-cascader__column--min-width",
|
|
943
|
+
"type": "pixel",
|
|
944
|
+
"default": "150px",
|
|
945
|
+
"rule": "R0",
|
|
946
|
+
"reason": "hierarchy column geometry"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"name": "--c2-cascader__column--max-width",
|
|
950
|
+
"type": "pixel",
|
|
951
|
+
"default": "240px",
|
|
952
|
+
"rule": "R0",
|
|
953
|
+
"reason": "hierarchy column geometry"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "--c2-cascader__column--max-height",
|
|
957
|
+
"type": "pixel",
|
|
958
|
+
"default": "280px",
|
|
959
|
+
"rule": "R0",
|
|
960
|
+
"reason": "viewport-aware column height"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "--c2-cascader__column--padding",
|
|
964
|
+
"type": "padding",
|
|
965
|
+
"default": "4px",
|
|
966
|
+
"rule": "R0",
|
|
967
|
+
"reason": "internal column spacing"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"name": "--c2-cascader__option--min-height",
|
|
971
|
+
"type": "pixel",
|
|
972
|
+
"default": "36px",
|
|
973
|
+
"rule": "R0",
|
|
974
|
+
"reason": "hierarchy row geometry"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "--c2-cascader__option--padding",
|
|
978
|
+
"type": "padding",
|
|
979
|
+
"default": "8px 10px",
|
|
980
|
+
"rule": "R0",
|
|
981
|
+
"reason": "internal option spacing"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"name": "--c2-cascader__option--gap",
|
|
985
|
+
"type": "pixel",
|
|
986
|
+
"default": "8px",
|
|
987
|
+
"rule": "R0",
|
|
988
|
+
"reason": "internal option spacing"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "--c2-cascader__empty--padding",
|
|
992
|
+
"type": "padding",
|
|
993
|
+
"default": "18px",
|
|
994
|
+
"rule": "R0",
|
|
995
|
+
"reason": "empty-state spacing"
|
|
996
|
+
}
|
|
997
|
+
]
|
|
998
|
+
},
|
|
807
999
|
"@c2n/chart": {
|
|
808
|
-
"total":
|
|
1000
|
+
"total": 57,
|
|
809
1001
|
"mapped": 42,
|
|
810
|
-
"unmapped":
|
|
1002
|
+
"unmapped": 14,
|
|
811
1003
|
"excluded": 1,
|
|
812
1004
|
"noDefault": 0,
|
|
813
1005
|
"unmappedVars": [
|
|
@@ -853,6 +1045,13 @@
|
|
|
853
1045
|
"rule": "R13",
|
|
854
1046
|
"reason": "property opacity is not themed by design"
|
|
855
1047
|
},
|
|
1048
|
+
{
|
|
1049
|
+
"name": "--c2-chart__bar--border-radius",
|
|
1050
|
+
"type": "number",
|
|
1051
|
+
"default": "0",
|
|
1052
|
+
"rule": "R8",
|
|
1053
|
+
"reason": "radius 0 has no token"
|
|
1054
|
+
},
|
|
856
1055
|
{
|
|
857
1056
|
"name": "--c2-chart__grid--width",
|
|
858
1057
|
"type": "pixel",
|
|
@@ -1832,96 +2031,237 @@
|
|
|
1832
2031
|
}
|
|
1833
2032
|
]
|
|
1834
2033
|
},
|
|
1835
|
-
"@c2n/
|
|
1836
|
-
"total":
|
|
2034
|
+
"@c2n/date-input": {
|
|
2035
|
+
"total": 26,
|
|
1837
2036
|
"mapped": 16,
|
|
1838
|
-
"unmapped":
|
|
1839
|
-
"excluded":
|
|
1840
|
-
"noDefault":
|
|
2037
|
+
"unmapped": 8,
|
|
2038
|
+
"excluded": 2,
|
|
2039
|
+
"noDefault": 0,
|
|
1841
2040
|
"unmappedVars": [
|
|
1842
2041
|
{
|
|
1843
|
-
"name": "--c2-
|
|
1844
|
-
"type": "
|
|
1845
|
-
"default": "
|
|
2042
|
+
"name": "--c2-date-input--min-height",
|
|
2043
|
+
"type": "pixel",
|
|
2044
|
+
"default": "36px",
|
|
1846
2045
|
"rule": "R13",
|
|
1847
|
-
"reason": "property
|
|
2046
|
+
"reason": "property min-height is not themed by design"
|
|
1848
2047
|
},
|
|
1849
2048
|
{
|
|
1850
|
-
"name": "--c2-
|
|
1851
|
-
"type": "
|
|
1852
|
-
"default": "
|
|
2049
|
+
"name": "--c2-date-input--gap",
|
|
2050
|
+
"type": "pixel",
|
|
2051
|
+
"default": "8px",
|
|
1853
2052
|
"rule": "R13",
|
|
1854
|
-
"reason": "property
|
|
2053
|
+
"reason": "property gap is not themed by design"
|
|
1855
2054
|
},
|
|
1856
2055
|
{
|
|
1857
|
-
"name": "--c2-
|
|
2056
|
+
"name": "--c2-date-input--padding",
|
|
1858
2057
|
"type": "padding",
|
|
1859
|
-
"default": "12px",
|
|
2058
|
+
"default": "6px 8px 6px 12px",
|
|
1860
2059
|
"rule": "R13",
|
|
1861
|
-
"reason": "property padding
|
|
2060
|
+
"reason": "property padding is not themed by design"
|
|
1862
2061
|
},
|
|
1863
2062
|
{
|
|
1864
|
-
"name": "--c2-
|
|
1865
|
-
"type": "
|
|
1866
|
-
"default": "
|
|
2063
|
+
"name": "--c2-date-input--line-height",
|
|
2064
|
+
"type": "pixel",
|
|
2065
|
+
"default": "20px",
|
|
1867
2066
|
"rule": "R13",
|
|
1868
|
-
"reason": "property
|
|
2067
|
+
"reason": "property line-height is not themed by design"
|
|
1869
2068
|
},
|
|
1870
2069
|
{
|
|
1871
|
-
"name": "--c2-
|
|
2070
|
+
"name": "--c2-date-input__focus--outline-offset",
|
|
1872
2071
|
"type": "pixel",
|
|
1873
|
-
"default": "
|
|
2072
|
+
"default": "0px",
|
|
1874
2073
|
"rule": "R13",
|
|
1875
|
-
"reason": "property
|
|
2074
|
+
"reason": "property outline-offset is not themed by design"
|
|
1876
2075
|
},
|
|
1877
2076
|
{
|
|
1878
|
-
"name": "--c2-
|
|
1879
|
-
"type": "
|
|
1880
|
-
"default": "
|
|
2077
|
+
"name": "--c2-date-input__calendar-icon--size",
|
|
2078
|
+
"type": "pixel",
|
|
2079
|
+
"default": "18px",
|
|
1881
2080
|
"rule": "R13",
|
|
1882
|
-
"reason": "property
|
|
2081
|
+
"reason": "property size is not themed by design"
|
|
1883
2082
|
},
|
|
1884
2083
|
{
|
|
1885
|
-
"name": "--c2-
|
|
2084
|
+
"name": "--c2-date-input__supporting-text--gap",
|
|
1886
2085
|
"type": "pixel",
|
|
1887
|
-
"default": "
|
|
2086
|
+
"default": "4px",
|
|
1888
2087
|
"rule": "R13",
|
|
1889
|
-
"reason": "property
|
|
2088
|
+
"reason": "property gap is not themed by design"
|
|
1890
2089
|
},
|
|
1891
2090
|
{
|
|
1892
|
-
"name": "--c2-
|
|
2091
|
+
"name": "--c2-date-input__supporting-text--line-height",
|
|
1893
2092
|
"type": "pixel",
|
|
1894
|
-
"default": "
|
|
2093
|
+
"default": "16px",
|
|
1895
2094
|
"rule": "R13",
|
|
1896
|
-
"reason": "property height is not themed by design"
|
|
2095
|
+
"reason": "property line-height is not themed by design"
|
|
2096
|
+
}
|
|
2097
|
+
],
|
|
2098
|
+
"excludedVars": [
|
|
2099
|
+
{
|
|
2100
|
+
"name": "--c2-date-input--font-family",
|
|
2101
|
+
"type": "font-family",
|
|
2102
|
+
"default": "inherit",
|
|
2103
|
+
"rule": "R2",
|
|
2104
|
+
"reason": "keyword / derived value inherit"
|
|
1897
2105
|
},
|
|
1898
2106
|
{
|
|
1899
|
-
"name": "--c2-
|
|
2107
|
+
"name": "--c2-date-input__error__focus--outline",
|
|
2108
|
+
"type": "outline",
|
|
2109
|
+
"default": "2px solid rgba(220, 38, 38, 0.25)",
|
|
2110
|
+
"rule": "R0",
|
|
2111
|
+
"reason": "error focus ring is intentionally red"
|
|
2112
|
+
}
|
|
2113
|
+
]
|
|
2114
|
+
},
|
|
2115
|
+
"@c2n/date-selector": {
|
|
2116
|
+
"total": 28,
|
|
2117
|
+
"mapped": 21,
|
|
2118
|
+
"unmapped": 6,
|
|
2119
|
+
"excluded": 1,
|
|
2120
|
+
"noDefault": 0,
|
|
2121
|
+
"unmappedVars": [
|
|
2122
|
+
{
|
|
2123
|
+
"name": "--c2-date-selector--min-width",
|
|
1900
2124
|
"type": "pixel",
|
|
1901
|
-
"default": "
|
|
2125
|
+
"default": "312px",
|
|
1902
2126
|
"rule": "R13",
|
|
1903
|
-
"reason": "property
|
|
2127
|
+
"reason": "property min-width is not themed by design"
|
|
1904
2128
|
},
|
|
1905
2129
|
{
|
|
1906
|
-
"name": "--c2-
|
|
2130
|
+
"name": "--c2-date-selector--padding",
|
|
2131
|
+
"type": "padding",
|
|
2132
|
+
"default": "16px",
|
|
2133
|
+
"rule": "R13",
|
|
2134
|
+
"reason": "property padding is not themed by design"
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"name": "--c2-date-selector--month-gap",
|
|
1907
2138
|
"type": "pixel",
|
|
1908
|
-
"default": "
|
|
2139
|
+
"default": "40px",
|
|
1909
2140
|
"rule": "R13",
|
|
1910
|
-
"reason": "property
|
|
2141
|
+
"reason": "property month-gap is not themed by design"
|
|
1911
2142
|
},
|
|
1912
2143
|
{
|
|
1913
|
-
"name": "--c2-
|
|
2144
|
+
"name": "--c2-date-selector__day--size",
|
|
1914
2145
|
"type": "pixel",
|
|
1915
|
-
"default": "
|
|
2146
|
+
"default": "40px",
|
|
1916
2147
|
"rule": "R13",
|
|
1917
|
-
"reason": "property
|
|
2148
|
+
"reason": "property size is not themed by design"
|
|
1918
2149
|
},
|
|
1919
2150
|
{
|
|
1920
|
-
"name": "--c2-
|
|
1921
|
-
"type": "
|
|
1922
|
-
"default": "
|
|
1923
|
-
"rule": "
|
|
1924
|
-
"reason": "
|
|
2151
|
+
"name": "--c2-date-selector__navigation--size",
|
|
2152
|
+
"type": "pixel",
|
|
2153
|
+
"default": "32px",
|
|
2154
|
+
"rule": "R13",
|
|
2155
|
+
"reason": "property size is not themed by design"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"name": "--c2-date-selector__focus--outline-offset",
|
|
2159
|
+
"type": "pixel",
|
|
2160
|
+
"default": "2px",
|
|
2161
|
+
"rule": "R13",
|
|
2162
|
+
"reason": "property outline-offset is not themed by design"
|
|
2163
|
+
}
|
|
2164
|
+
],
|
|
2165
|
+
"excludedVars": [
|
|
2166
|
+
{
|
|
2167
|
+
"name": "--c2-date-selector--font-family",
|
|
2168
|
+
"type": "font-family",
|
|
2169
|
+
"default": "inherit",
|
|
2170
|
+
"rule": "R2",
|
|
2171
|
+
"reason": "keyword / derived value inherit"
|
|
2172
|
+
}
|
|
2173
|
+
]
|
|
2174
|
+
},
|
|
2175
|
+
"@c2n/details": {
|
|
2176
|
+
"total": 43,
|
|
2177
|
+
"mapped": 16,
|
|
2178
|
+
"unmapped": 15,
|
|
2179
|
+
"excluded": 0,
|
|
2180
|
+
"noDefault": 12,
|
|
2181
|
+
"unmappedVars": [
|
|
2182
|
+
{
|
|
2183
|
+
"name": "--c2-details__header--padding-top",
|
|
2184
|
+
"type": "padding",
|
|
2185
|
+
"default": "12px",
|
|
2186
|
+
"rule": "R13",
|
|
2187
|
+
"reason": "property padding-top is not themed by design"
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"name": "--c2-details__header--padding-right",
|
|
2191
|
+
"type": "padding",
|
|
2192
|
+
"default": "16px",
|
|
2193
|
+
"rule": "R13",
|
|
2194
|
+
"reason": "property padding-right is not themed by design"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"name": "--c2-details__header--padding-bottom",
|
|
2198
|
+
"type": "padding",
|
|
2199
|
+
"default": "12px",
|
|
2200
|
+
"rule": "R13",
|
|
2201
|
+
"reason": "property padding-bottom is not themed by design"
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "--c2-details__header--padding-left",
|
|
2205
|
+
"type": "padding",
|
|
2206
|
+
"default": "16px",
|
|
2207
|
+
"rule": "R13",
|
|
2208
|
+
"reason": "property padding-left is not themed by design"
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"name": "--c2-details__header--gap",
|
|
2212
|
+
"type": "pixel",
|
|
2213
|
+
"default": "12px",
|
|
2214
|
+
"rule": "R13",
|
|
2215
|
+
"reason": "property gap is not themed by design"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"name": "--c2-details__header--flex-direction",
|
|
2219
|
+
"type": "flex-direction-row",
|
|
2220
|
+
"default": "row",
|
|
2221
|
+
"rule": "R13",
|
|
2222
|
+
"reason": "property flex-direction is not themed by design"
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"name": "--c2-details__header__icon--width",
|
|
2226
|
+
"type": "pixel",
|
|
2227
|
+
"default": "20px",
|
|
2228
|
+
"rule": "R13",
|
|
2229
|
+
"reason": "property width is not themed by design"
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"name": "--c2-details__header__icon--height",
|
|
2233
|
+
"type": "pixel",
|
|
2234
|
+
"default": "20px",
|
|
2235
|
+
"rule": "R13",
|
|
2236
|
+
"reason": "property height is not themed by design"
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"name": "--c2-details__header__icon--rotate",
|
|
2240
|
+
"type": "pixel",
|
|
2241
|
+
"default": "180deg",
|
|
2242
|
+
"rule": "R13",
|
|
2243
|
+
"reason": "property rotate is not themed by design"
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"name": "--c2-details__header__icon--rotate-collapsed",
|
|
2247
|
+
"type": "pixel",
|
|
2248
|
+
"default": "0deg",
|
|
2249
|
+
"rule": "R13",
|
|
2250
|
+
"reason": "property rotate-collapsed is not themed by design"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"name": "--c2-details__header__content--margin-top",
|
|
2254
|
+
"type": "pixel",
|
|
2255
|
+
"default": "4px",
|
|
2256
|
+
"rule": "R13",
|
|
2257
|
+
"reason": "property margin-top is not themed by design"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"name": "--c2-details__header__content--font-size",
|
|
2261
|
+
"type": "font-size",
|
|
2262
|
+
"default": "13px",
|
|
2263
|
+
"rule": "R9",
|
|
2264
|
+
"reason": "font-size 13px has no token"
|
|
1925
2265
|
},
|
|
1926
2266
|
{
|
|
1927
2267
|
"name": "--c2-details__header__content--font-weight",
|
|
@@ -1980,10 +2320,10 @@
|
|
|
1980
2320
|
]
|
|
1981
2321
|
},
|
|
1982
2322
|
"@c2n/header": {
|
|
1983
|
-
"total":
|
|
2323
|
+
"total": 13,
|
|
1984
2324
|
"mapped": 3,
|
|
1985
2325
|
"unmapped": 8,
|
|
1986
|
-
"excluded":
|
|
2326
|
+
"excluded": 2,
|
|
1987
2327
|
"noDefault": 0,
|
|
1988
2328
|
"unmappedVars": [
|
|
1989
2329
|
{
|
|
@@ -2050,6 +2390,13 @@
|
|
|
2050
2390
|
"default": "none",
|
|
2051
2391
|
"rule": "R2",
|
|
2052
2392
|
"reason": "keyword / derived value none"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"name": "--c2-header__content--max-width",
|
|
2396
|
+
"type": "max-width",
|
|
2397
|
+
"default": "none",
|
|
2398
|
+
"rule": "R2",
|
|
2399
|
+
"reason": "keyword / derived value none"
|
|
2053
2400
|
}
|
|
2054
2401
|
]
|
|
2055
2402
|
},
|
|
@@ -3379,6 +3726,94 @@
|
|
|
3379
3726
|
}
|
|
3380
3727
|
]
|
|
3381
3728
|
},
|
|
3729
|
+
"@c2n/number-input": {
|
|
3730
|
+
"total": 32,
|
|
3731
|
+
"mapped": 21,
|
|
3732
|
+
"unmapped": 9,
|
|
3733
|
+
"excluded": 2,
|
|
3734
|
+
"noDefault": 0,
|
|
3735
|
+
"unmappedVars": [
|
|
3736
|
+
{
|
|
3737
|
+
"name": "--c2-number-input--min-height",
|
|
3738
|
+
"type": "pixel",
|
|
3739
|
+
"default": "36px",
|
|
3740
|
+
"rule": "R13",
|
|
3741
|
+
"reason": "property min-height is not themed by design"
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"name": "--c2-number-input--line-height",
|
|
3745
|
+
"type": "pixel",
|
|
3746
|
+
"default": "20px",
|
|
3747
|
+
"rule": "R13",
|
|
3748
|
+
"reason": "property line-height is not themed by design"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"name": "--c2-number-input__value--padding",
|
|
3752
|
+
"type": "padding",
|
|
3753
|
+
"default": "6px 10px 6px 12px",
|
|
3754
|
+
"rule": "R13",
|
|
3755
|
+
"reason": "property padding is not themed by design"
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"name": "--c2-number-input__value--gap",
|
|
3759
|
+
"type": "pixel",
|
|
3760
|
+
"default": "8px",
|
|
3761
|
+
"rule": "R13",
|
|
3762
|
+
"reason": "property gap is not themed by design"
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"name": "--c2-number-input__focus--outline-offset",
|
|
3766
|
+
"type": "pixel",
|
|
3767
|
+
"default": "0px",
|
|
3768
|
+
"rule": "R13",
|
|
3769
|
+
"reason": "property outline-offset is not themed by design"
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "--c2-number-input__stepper--width",
|
|
3773
|
+
"type": "pixel",
|
|
3774
|
+
"default": "28px",
|
|
3775
|
+
"rule": "R13",
|
|
3776
|
+
"reason": "property width is not themed by design"
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"name": "--c2-number-input__stepper-icon--size",
|
|
3780
|
+
"type": "pixel",
|
|
3781
|
+
"default": "14px",
|
|
3782
|
+
"rule": "R13",
|
|
3783
|
+
"reason": "property size is not themed by design"
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
"name": "--c2-number-input__supporting-text--gap",
|
|
3787
|
+
"type": "pixel",
|
|
3788
|
+
"default": "4px",
|
|
3789
|
+
"rule": "R13",
|
|
3790
|
+
"reason": "property gap is not themed by design"
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"name": "--c2-number-input__supporting-text--line-height",
|
|
3794
|
+
"type": "pixel",
|
|
3795
|
+
"default": "16px",
|
|
3796
|
+
"rule": "R13",
|
|
3797
|
+
"reason": "property line-height is not themed by design"
|
|
3798
|
+
}
|
|
3799
|
+
],
|
|
3800
|
+
"excludedVars": [
|
|
3801
|
+
{
|
|
3802
|
+
"name": "--c2-number-input--font-family",
|
|
3803
|
+
"type": "font-family",
|
|
3804
|
+
"default": "inherit",
|
|
3805
|
+
"rule": "R2",
|
|
3806
|
+
"reason": "keyword / derived value inherit"
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"name": "--c2-number-input__error__focus--outline",
|
|
3810
|
+
"type": "outline",
|
|
3811
|
+
"default": "2px solid rgba(220, 38, 38, 0.25)",
|
|
3812
|
+
"rule": "R0",
|
|
3813
|
+
"reason": "error focus ring is intentionally red"
|
|
3814
|
+
}
|
|
3815
|
+
]
|
|
3816
|
+
},
|
|
3382
3817
|
"@c2n/overlay": {
|
|
3383
3818
|
"total": 5,
|
|
3384
3819
|
"mapped": 1,
|
|
@@ -3632,6 +4067,89 @@
|
|
|
3632
4067
|
],
|
|
3633
4068
|
"excludedVars": []
|
|
3634
4069
|
},
|
|
4070
|
+
"@c2n/qr-code": {
|
|
4071
|
+
"total": 10,
|
|
4072
|
+
"mapped": 7,
|
|
4073
|
+
"unmapped": 0,
|
|
4074
|
+
"excluded": 3,
|
|
4075
|
+
"noDefault": 0,
|
|
4076
|
+
"unmappedVars": [],
|
|
4077
|
+
"excludedVars": [
|
|
4078
|
+
{
|
|
4079
|
+
"name": "--c2-qr-code--size",
|
|
4080
|
+
"type": "pixel",
|
|
4081
|
+
"default": "200px",
|
|
4082
|
+
"rule": "R0",
|
|
4083
|
+
"reason": "consumer-controlled QR output size"
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"name": "--c2-qr-code__center--size",
|
|
4087
|
+
"type": "length",
|
|
4088
|
+
"default": "20%",
|
|
4089
|
+
"rule": "R0",
|
|
4090
|
+
"reason": "center mark constrained by QR scan geometry"
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"name": "--c2-qr-code__center--padding",
|
|
4094
|
+
"type": "padding",
|
|
4095
|
+
"default": "4px",
|
|
4096
|
+
"rule": "R0",
|
|
4097
|
+
"reason": "center mark quiet spacing"
|
|
4098
|
+
}
|
|
4099
|
+
]
|
|
4100
|
+
},
|
|
4101
|
+
"@c2n/questionnaire": {
|
|
4102
|
+
"total": 29,
|
|
4103
|
+
"mapped": 23,
|
|
4104
|
+
"unmapped": 0,
|
|
4105
|
+
"excluded": 6,
|
|
4106
|
+
"noDefault": 0,
|
|
4107
|
+
"unmappedVars": [],
|
|
4108
|
+
"excludedVars": [
|
|
4109
|
+
{
|
|
4110
|
+
"name": "--c2-questionnaire--width",
|
|
4111
|
+
"type": "width",
|
|
4112
|
+
"default": "100%",
|
|
4113
|
+
"rule": "R0",
|
|
4114
|
+
"reason": "responsive flow width"
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
"name": "--c2-questionnaire--max-width",
|
|
4118
|
+
"type": "width",
|
|
4119
|
+
"default": "448px",
|
|
4120
|
+
"rule": "R0",
|
|
4121
|
+
"reason": "readable flow measure"
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
"name": "--c2-questionnaire__title--font-size",
|
|
4125
|
+
"type": "font-size",
|
|
4126
|
+
"default": "16px",
|
|
4127
|
+
"rule": "R0",
|
|
4128
|
+
"reason": "question heading scale"
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"name": "--c2-questionnaire__options--gap",
|
|
4132
|
+
"type": "pixel",
|
|
4133
|
+
"default": "8px",
|
|
4134
|
+
"rule": "R0",
|
|
4135
|
+
"reason": "internal option rhythm"
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "--c2-questionnaire__option--padding",
|
|
4139
|
+
"type": "padding",
|
|
4140
|
+
"default": "10px 12px",
|
|
4141
|
+
"rule": "R0",
|
|
4142
|
+
"reason": "internal option spacing"
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"name": "--c2-questionnaire__control--size",
|
|
4146
|
+
"type": "pixel",
|
|
4147
|
+
"default": "16px",
|
|
4148
|
+
"rule": "R0",
|
|
4149
|
+
"reason": "native-choice control size"
|
|
4150
|
+
}
|
|
4151
|
+
]
|
|
4152
|
+
},
|
|
3635
4153
|
"@c2n/radio": {
|
|
3636
4154
|
"total": 51,
|
|
3637
4155
|
"mapped": 21,
|
|
@@ -3804,13 +4322,65 @@
|
|
|
3804
4322
|
}
|
|
3805
4323
|
]
|
|
3806
4324
|
},
|
|
3807
|
-
"@c2n/
|
|
3808
|
-
"total":
|
|
3809
|
-
"mapped":
|
|
3810
|
-
"unmapped":
|
|
3811
|
-
"excluded":
|
|
3812
|
-
"noDefault":
|
|
3813
|
-
"unmappedVars": [
|
|
4325
|
+
"@c2n/rate": {
|
|
4326
|
+
"total": 11,
|
|
4327
|
+
"mapped": 5,
|
|
4328
|
+
"unmapped": 0,
|
|
4329
|
+
"excluded": 6,
|
|
4330
|
+
"noDefault": 0,
|
|
4331
|
+
"unmappedVars": [],
|
|
4332
|
+
"excludedVars": [
|
|
4333
|
+
{
|
|
4334
|
+
"name": "--c2-rate__icon--size",
|
|
4335
|
+
"type": "pixel",
|
|
4336
|
+
"default": "24px",
|
|
4337
|
+
"rule": "R0",
|
|
4338
|
+
"reason": "rating icon size"
|
|
4339
|
+
},
|
|
4340
|
+
{
|
|
4341
|
+
"name": "--c2-rate__container--gap",
|
|
4342
|
+
"type": "pixel",
|
|
4343
|
+
"default": "4px",
|
|
4344
|
+
"rule": "R0",
|
|
4345
|
+
"reason": "rating icon rhythm"
|
|
4346
|
+
},
|
|
4347
|
+
{
|
|
4348
|
+
"name": "--c2-rate__icon__filled--color",
|
|
4349
|
+
"type": "color",
|
|
4350
|
+
"default": "#facc15",
|
|
4351
|
+
"rule": "R0",
|
|
4352
|
+
"reason": "semantic rating colour"
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"name": "--c2-rate__icon__preview--color",
|
|
4356
|
+
"type": "color",
|
|
4357
|
+
"default": "#fbbf24",
|
|
4358
|
+
"rule": "R0",
|
|
4359
|
+
"reason": "semantic rating preview colour"
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"name": "--c2-rate__icon__hover--scale",
|
|
4363
|
+
"type": "number",
|
|
4364
|
+
"default": "1.12",
|
|
4365
|
+
"rule": "R0",
|
|
4366
|
+
"reason": "rating hover motion"
|
|
4367
|
+
},
|
|
4368
|
+
{
|
|
4369
|
+
"name": "--c2-rate__container__focus--outline-offset",
|
|
4370
|
+
"type": "pixel",
|
|
4371
|
+
"default": "3px",
|
|
4372
|
+
"rule": "R0",
|
|
4373
|
+
"reason": "rating focus geometry"
|
|
4374
|
+
}
|
|
4375
|
+
]
|
|
4376
|
+
},
|
|
4377
|
+
"@c2n/select": {
|
|
4378
|
+
"total": 56,
|
|
4379
|
+
"mapped": 35,
|
|
4380
|
+
"unmapped": 15,
|
|
4381
|
+
"excluded": 1,
|
|
4382
|
+
"noDefault": 5,
|
|
4383
|
+
"unmappedVars": [
|
|
3814
4384
|
{
|
|
3815
4385
|
"name": "--c2-select__button--min-height",
|
|
3816
4386
|
"type": "pixel",
|
|
@@ -4569,6 +5139,177 @@
|
|
|
4569
5139
|
}
|
|
4570
5140
|
]
|
|
4571
5141
|
},
|
|
5142
|
+
"@c2n/status-panel": {
|
|
5143
|
+
"total": 35,
|
|
5144
|
+
"mapped": 12,
|
|
5145
|
+
"unmapped": 0,
|
|
5146
|
+
"excluded": 23,
|
|
5147
|
+
"noDefault": 0,
|
|
5148
|
+
"unmappedVars": [],
|
|
5149
|
+
"excludedVars": [
|
|
5150
|
+
{
|
|
5151
|
+
"name": "--c2-status-panel__container--width",
|
|
5152
|
+
"type": "length",
|
|
5153
|
+
"default": "100%",
|
|
5154
|
+
"rule": "R0",
|
|
5155
|
+
"reason": "responsive status-panel width"
|
|
5156
|
+
},
|
|
5157
|
+
{
|
|
5158
|
+
"name": "--c2-status-panel__container--max-width",
|
|
5159
|
+
"type": "length",
|
|
5160
|
+
"default": "720px",
|
|
5161
|
+
"rule": "R0",
|
|
5162
|
+
"reason": "readable status-panel measure"
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
"name": "--c2-status-panel__container--min-height",
|
|
5166
|
+
"type": "length",
|
|
5167
|
+
"default": "240px",
|
|
5168
|
+
"rule": "R0",
|
|
5169
|
+
"reason": "status-panel composition height"
|
|
5170
|
+
},
|
|
5171
|
+
{
|
|
5172
|
+
"name": "--c2-status-panel__container--padding",
|
|
5173
|
+
"type": "padding",
|
|
5174
|
+
"default": "40px 24px",
|
|
5175
|
+
"rule": "R0",
|
|
5176
|
+
"reason": "status-panel composition spacing"
|
|
5177
|
+
},
|
|
5178
|
+
{
|
|
5179
|
+
"name": "--c2-status-panel__container--gap",
|
|
5180
|
+
"type": "length",
|
|
5181
|
+
"default": "24px",
|
|
5182
|
+
"rule": "R0",
|
|
5183
|
+
"reason": "status-panel composition rhythm"
|
|
5184
|
+
},
|
|
5185
|
+
{
|
|
5186
|
+
"name": "--c2-status-panel__container--border",
|
|
5187
|
+
"type": "border",
|
|
5188
|
+
"default": "1px solid transparent",
|
|
5189
|
+
"rule": "R0",
|
|
5190
|
+
"reason": "transparent opt-in panel frame"
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"name": "--c2-status-panel__container--background-color",
|
|
5194
|
+
"type": "color",
|
|
5195
|
+
"default": "transparent",
|
|
5196
|
+
"rule": "R2",
|
|
5197
|
+
"reason": "keyword / derived value transparent"
|
|
5198
|
+
},
|
|
5199
|
+
{
|
|
5200
|
+
"name": "--c2-status-panel__media--size",
|
|
5201
|
+
"type": "length",
|
|
5202
|
+
"default": "64px",
|
|
5203
|
+
"rule": "R0",
|
|
5204
|
+
"reason": "status media geometry"
|
|
5205
|
+
},
|
|
5206
|
+
{
|
|
5207
|
+
"name": "--c2-status-panel__media-icon--size",
|
|
5208
|
+
"type": "length",
|
|
5209
|
+
"default": "32px",
|
|
5210
|
+
"rule": "R0",
|
|
5211
|
+
"reason": "status icon geometry"
|
|
5212
|
+
},
|
|
5213
|
+
{
|
|
5214
|
+
"name": "--c2-status-panel__media__success--background-color",
|
|
5215
|
+
"type": "color",
|
|
5216
|
+
"default": "#ecfdf3",
|
|
5217
|
+
"rule": "R0",
|
|
5218
|
+
"reason": "semantic success colour"
|
|
5219
|
+
},
|
|
5220
|
+
{
|
|
5221
|
+
"name": "--c2-status-panel__media__success--color",
|
|
5222
|
+
"type": "color",
|
|
5223
|
+
"default": "#15803d",
|
|
5224
|
+
"rule": "R0",
|
|
5225
|
+
"reason": "semantic success colour"
|
|
5226
|
+
},
|
|
5227
|
+
{
|
|
5228
|
+
"name": "--c2-status-panel__media__warning--background-color",
|
|
5229
|
+
"type": "color",
|
|
5230
|
+
"default": "#fffbeb",
|
|
5231
|
+
"rule": "R0",
|
|
5232
|
+
"reason": "semantic warning colour"
|
|
5233
|
+
},
|
|
5234
|
+
{
|
|
5235
|
+
"name": "--c2-status-panel__media__warning--color",
|
|
5236
|
+
"type": "color",
|
|
5237
|
+
"default": "#b45309",
|
|
5238
|
+
"rule": "R0",
|
|
5239
|
+
"reason": "semantic warning colour"
|
|
5240
|
+
},
|
|
5241
|
+
{
|
|
5242
|
+
"name": "--c2-status-panel__media__error--background-color",
|
|
5243
|
+
"type": "color",
|
|
5244
|
+
"default": "#fef2f2",
|
|
5245
|
+
"rule": "R0",
|
|
5246
|
+
"reason": "semantic error colour"
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"name": "--c2-status-panel__media__error--color",
|
|
5250
|
+
"type": "color",
|
|
5251
|
+
"default": "#b91c1c",
|
|
5252
|
+
"rule": "R0",
|
|
5253
|
+
"reason": "semantic error colour"
|
|
5254
|
+
},
|
|
5255
|
+
{
|
|
5256
|
+
"name": "--c2-status-panel__header--gap",
|
|
5257
|
+
"type": "length",
|
|
5258
|
+
"default": "6px",
|
|
5259
|
+
"rule": "R0",
|
|
5260
|
+
"reason": "status copy rhythm"
|
|
5261
|
+
},
|
|
5262
|
+
{
|
|
5263
|
+
"name": "--c2-status-panel__title--font-size",
|
|
5264
|
+
"type": "font-size",
|
|
5265
|
+
"default": "20px",
|
|
5266
|
+
"rule": "R0",
|
|
5267
|
+
"reason": "status heading scale"
|
|
5268
|
+
},
|
|
5269
|
+
{
|
|
5270
|
+
"name": "--c2-status-panel__title--line-height",
|
|
5271
|
+
"type": "line-height",
|
|
5272
|
+
"default": "28px",
|
|
5273
|
+
"rule": "R0",
|
|
5274
|
+
"reason": "status heading line height"
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"name": "--c2-status-panel__description--line-height",
|
|
5278
|
+
"type": "line-height",
|
|
5279
|
+
"default": "20px",
|
|
5280
|
+
"rule": "R0",
|
|
5281
|
+
"reason": "status description line height"
|
|
5282
|
+
},
|
|
5283
|
+
{
|
|
5284
|
+
"name": "--c2-status-panel__description--max-width",
|
|
5285
|
+
"type": "length",
|
|
5286
|
+
"default": "480px",
|
|
5287
|
+
"rule": "R0",
|
|
5288
|
+
"reason": "readable status description measure"
|
|
5289
|
+
},
|
|
5290
|
+
{
|
|
5291
|
+
"name": "--c2-status-panel__actions--gap",
|
|
5292
|
+
"type": "length",
|
|
5293
|
+
"default": "8px",
|
|
5294
|
+
"rule": "R0",
|
|
5295
|
+
"reason": "status action rhythm"
|
|
5296
|
+
},
|
|
5297
|
+
{
|
|
5298
|
+
"name": "--c2-status-panel__content--max-width",
|
|
5299
|
+
"type": "length",
|
|
5300
|
+
"default": "560px",
|
|
5301
|
+
"rule": "R0",
|
|
5302
|
+
"reason": "readable status detail measure"
|
|
5303
|
+
},
|
|
5304
|
+
{
|
|
5305
|
+
"name": "--c2-status-panel__content--padding",
|
|
5306
|
+
"type": "padding",
|
|
5307
|
+
"default": "16px",
|
|
5308
|
+
"rule": "R0",
|
|
5309
|
+
"reason": "status detail spacing"
|
|
5310
|
+
}
|
|
5311
|
+
]
|
|
5312
|
+
},
|
|
4572
5313
|
"@c2n/switch": {
|
|
4573
5314
|
"total": 33,
|
|
4574
5315
|
"mapped": 14,
|
|
@@ -4700,9 +5441,9 @@
|
|
|
4700
5441
|
]
|
|
4701
5442
|
},
|
|
4702
5443
|
"@c2n/table": {
|
|
4703
|
-
"total":
|
|
5444
|
+
"total": 68,
|
|
4704
5445
|
"mapped": 39,
|
|
4705
|
-
"unmapped":
|
|
5446
|
+
"unmapped": 24,
|
|
4706
5447
|
"excluded": 5,
|
|
4707
5448
|
"noDefault": 0,
|
|
4708
5449
|
"unmappedVars": [
|
|
@@ -4790,6 +5531,41 @@
|
|
|
4790
5531
|
"rule": "R13",
|
|
4791
5532
|
"reason": "property height is not themed by design"
|
|
4792
5533
|
},
|
|
5534
|
+
{
|
|
5535
|
+
"name": "--c2-table__row__added--background",
|
|
5536
|
+
"type": "color",
|
|
5537
|
+
"default": "rgba(22,163,74,0.16)",
|
|
5538
|
+
"rule": "R6",
|
|
5539
|
+
"reason": "unknown background rgba(22,163,74,0.16)"
|
|
5540
|
+
},
|
|
5541
|
+
{
|
|
5542
|
+
"name": "--c2-table__row__removed--background",
|
|
5543
|
+
"type": "color",
|
|
5544
|
+
"default": "rgba(220,38,38,0.14)",
|
|
5545
|
+
"rule": "R6",
|
|
5546
|
+
"reason": "unknown background rgba(220,38,38,0.14)"
|
|
5547
|
+
},
|
|
5548
|
+
{
|
|
5549
|
+
"name": "--c2-table__row__increased--background",
|
|
5550
|
+
"type": "color",
|
|
5551
|
+
"default": "rgba(22,163,74,0.14)",
|
|
5552
|
+
"rule": "R6",
|
|
5553
|
+
"reason": "unknown background rgba(22,163,74,0.14)"
|
|
5554
|
+
},
|
|
5555
|
+
{
|
|
5556
|
+
"name": "--c2-table__row__decreased--background",
|
|
5557
|
+
"type": "color",
|
|
5558
|
+
"default": "rgba(220,38,38,0.12)",
|
|
5559
|
+
"rule": "R6",
|
|
5560
|
+
"reason": "unknown background rgba(220,38,38,0.12)"
|
|
5561
|
+
},
|
|
5562
|
+
{
|
|
5563
|
+
"name": "--c2-table__row__modified--background",
|
|
5564
|
+
"type": "color",
|
|
5565
|
+
"default": "rgba(2,101,220,0.1)",
|
|
5566
|
+
"rule": "R6",
|
|
5567
|
+
"reason": "unknown background rgba(2,101,220,0.1)"
|
|
5568
|
+
},
|
|
4793
5569
|
{
|
|
4794
5570
|
"name": "--c2-table__cell--padding",
|
|
4795
5571
|
"type": "padding",
|
|
@@ -5380,6 +6156,251 @@
|
|
|
5380
6156
|
],
|
|
5381
6157
|
"excludedVars": []
|
|
5382
6158
|
},
|
|
6159
|
+
"@c2n/tree": {
|
|
6160
|
+
"total": 54,
|
|
6161
|
+
"mapped": 20,
|
|
6162
|
+
"unmapped": 23,
|
|
6163
|
+
"excluded": 1,
|
|
6164
|
+
"noDefault": 10,
|
|
6165
|
+
"unmappedVars": [
|
|
6166
|
+
{
|
|
6167
|
+
"name": "--c2-tree--padding-top",
|
|
6168
|
+
"type": "padding",
|
|
6169
|
+
"default": "4px",
|
|
6170
|
+
"rule": "R13",
|
|
6171
|
+
"reason": "property padding-top is not themed by design"
|
|
6172
|
+
},
|
|
6173
|
+
{
|
|
6174
|
+
"name": "--c2-tree--padding-right",
|
|
6175
|
+
"type": "padding",
|
|
6176
|
+
"default": "0px",
|
|
6177
|
+
"rule": "R13",
|
|
6178
|
+
"reason": "property padding-right is not themed by design"
|
|
6179
|
+
},
|
|
6180
|
+
{
|
|
6181
|
+
"name": "--c2-tree--padding-bottom",
|
|
6182
|
+
"type": "padding",
|
|
6183
|
+
"default": "4px",
|
|
6184
|
+
"rule": "R13",
|
|
6185
|
+
"reason": "property padding-bottom is not themed by design"
|
|
6186
|
+
},
|
|
6187
|
+
{
|
|
6188
|
+
"name": "--c2-tree--padding-left",
|
|
6189
|
+
"type": "padding",
|
|
6190
|
+
"default": "0px",
|
|
6191
|
+
"rule": "R13",
|
|
6192
|
+
"reason": "property padding-left is not themed by design"
|
|
6193
|
+
},
|
|
6194
|
+
{
|
|
6195
|
+
"name": "--c2-tree__empty--padding",
|
|
6196
|
+
"type": "padding",
|
|
6197
|
+
"default": "18px",
|
|
6198
|
+
"rule": "R13",
|
|
6199
|
+
"reason": "property padding is not themed by design"
|
|
6200
|
+
},
|
|
6201
|
+
{
|
|
6202
|
+
"name": "--c2-tree-item__row--min-height",
|
|
6203
|
+
"type": "pixel",
|
|
6204
|
+
"default": "28px",
|
|
6205
|
+
"rule": "R13",
|
|
6206
|
+
"reason": "property min-height is not themed by design"
|
|
6207
|
+
},
|
|
6208
|
+
{
|
|
6209
|
+
"name": "--c2-tree-item__row--indent",
|
|
6210
|
+
"type": "pixel",
|
|
6211
|
+
"default": "16px",
|
|
6212
|
+
"rule": "R13",
|
|
6213
|
+
"reason": "property indent is not themed by design"
|
|
6214
|
+
},
|
|
6215
|
+
{
|
|
6216
|
+
"name": "--c2-tree-item__row--padding-top",
|
|
6217
|
+
"type": "padding",
|
|
6218
|
+
"default": "0px",
|
|
6219
|
+
"rule": "R13",
|
|
6220
|
+
"reason": "property padding-top is not themed by design"
|
|
6221
|
+
},
|
|
6222
|
+
{
|
|
6223
|
+
"name": "--c2-tree-item__row--padding-bottom",
|
|
6224
|
+
"type": "padding",
|
|
6225
|
+
"default": "0px",
|
|
6226
|
+
"rule": "R13",
|
|
6227
|
+
"reason": "property padding-bottom is not themed by design"
|
|
6228
|
+
},
|
|
6229
|
+
{
|
|
6230
|
+
"name": "--c2-tree-item__row--padding-inline-start",
|
|
6231
|
+
"type": "padding",
|
|
6232
|
+
"default": "8px",
|
|
6233
|
+
"rule": "R13",
|
|
6234
|
+
"reason": "property padding-inline-start is not themed by design"
|
|
6235
|
+
},
|
|
6236
|
+
{
|
|
6237
|
+
"name": "--c2-tree-item__row--padding-inline-end",
|
|
6238
|
+
"type": "padding",
|
|
6239
|
+
"default": "8px",
|
|
6240
|
+
"rule": "R13",
|
|
6241
|
+
"reason": "property padding-inline-end is not themed by design"
|
|
6242
|
+
},
|
|
6243
|
+
{
|
|
6244
|
+
"name": "--c2-tree-item__row--gap",
|
|
6245
|
+
"type": "pixel",
|
|
6246
|
+
"default": "6px",
|
|
6247
|
+
"rule": "R13",
|
|
6248
|
+
"reason": "property gap is not themed by design"
|
|
6249
|
+
},
|
|
6250
|
+
{
|
|
6251
|
+
"name": "--c2-tree-item--line-height",
|
|
6252
|
+
"type": "pixel",
|
|
6253
|
+
"default": "20px",
|
|
6254
|
+
"rule": "R13",
|
|
6255
|
+
"reason": "property line-height is not themed by design"
|
|
6256
|
+
},
|
|
6257
|
+
{
|
|
6258
|
+
"name": "--c2-tree-item__focus--outline-offset",
|
|
6259
|
+
"type": "pixel",
|
|
6260
|
+
"default": "-2px",
|
|
6261
|
+
"rule": "R13",
|
|
6262
|
+
"reason": "property outline-offset is not themed by design"
|
|
6263
|
+
},
|
|
6264
|
+
{
|
|
6265
|
+
"name": "--c2-tree-item__toggle--size",
|
|
6266
|
+
"type": "pixel",
|
|
6267
|
+
"default": "16px",
|
|
6268
|
+
"rule": "R13",
|
|
6269
|
+
"reason": "property size is not themed by design"
|
|
6270
|
+
},
|
|
6271
|
+
{
|
|
6272
|
+
"name": "--c2-tree-item__toggle--rotate",
|
|
6273
|
+
"type": "angle",
|
|
6274
|
+
"default": "90deg",
|
|
6275
|
+
"rule": "R13",
|
|
6276
|
+
"reason": "property rotate is not themed by design"
|
|
6277
|
+
},
|
|
6278
|
+
{
|
|
6279
|
+
"name": "--c2-tree-item__toggle--rotate-collapsed",
|
|
6280
|
+
"type": "angle",
|
|
6281
|
+
"default": "0deg",
|
|
6282
|
+
"rule": "R13",
|
|
6283
|
+
"reason": "property rotate-collapsed is not themed by design"
|
|
6284
|
+
},
|
|
6285
|
+
{
|
|
6286
|
+
"name": "--c2-tree-item__icon--size",
|
|
6287
|
+
"type": "pixel",
|
|
6288
|
+
"default": "16px",
|
|
6289
|
+
"rule": "R13",
|
|
6290
|
+
"reason": "property size is not themed by design"
|
|
6291
|
+
},
|
|
6292
|
+
{
|
|
6293
|
+
"name": "--c2-tree-item__guide--width",
|
|
6294
|
+
"type": "pixel",
|
|
6295
|
+
"default": "1px",
|
|
6296
|
+
"rule": "R13",
|
|
6297
|
+
"reason": "property width is not themed by design"
|
|
6298
|
+
},
|
|
6299
|
+
{
|
|
6300
|
+
"name": "--c2-tree-item__actions--gap",
|
|
6301
|
+
"type": "pixel",
|
|
6302
|
+
"default": "2px",
|
|
6303
|
+
"rule": "R13",
|
|
6304
|
+
"reason": "property gap is not themed by design"
|
|
6305
|
+
},
|
|
6306
|
+
{
|
|
6307
|
+
"name": "--c2-tree-item__actions--opacity",
|
|
6308
|
+
"type": "opacity",
|
|
6309
|
+
"default": "0",
|
|
6310
|
+
"rule": "R13",
|
|
6311
|
+
"reason": "property opacity is not themed by design"
|
|
6312
|
+
},
|
|
6313
|
+
{
|
|
6314
|
+
"name": "--c2-tree-item__actions__hover--opacity",
|
|
6315
|
+
"type": "opacity",
|
|
6316
|
+
"default": "1",
|
|
6317
|
+
"rule": "R13",
|
|
6318
|
+
"reason": "property opacity is not themed by design"
|
|
6319
|
+
},
|
|
6320
|
+
{
|
|
6321
|
+
"name": "--c2-tree-item__checkbox--margin-inline-end",
|
|
6322
|
+
"type": "pixel",
|
|
6323
|
+
"default": "2px",
|
|
6324
|
+
"rule": "R13",
|
|
6325
|
+
"reason": "property margin-inline-end is not themed by design"
|
|
6326
|
+
}
|
|
6327
|
+
],
|
|
6328
|
+
"excludedVars": [
|
|
6329
|
+
{
|
|
6330
|
+
"name": "--c2-tree-item--background",
|
|
6331
|
+
"type": "color",
|
|
6332
|
+
"default": "transparent",
|
|
6333
|
+
"rule": "R2",
|
|
6334
|
+
"reason": "keyword / derived value transparent"
|
|
6335
|
+
}
|
|
6336
|
+
]
|
|
6337
|
+
},
|
|
6338
|
+
"@c2n/upload": {
|
|
6339
|
+
"total": 26,
|
|
6340
|
+
"mapped": 18,
|
|
6341
|
+
"unmapped": 0,
|
|
6342
|
+
"excluded": 8,
|
|
6343
|
+
"noDefault": 0,
|
|
6344
|
+
"unmappedVars": [],
|
|
6345
|
+
"excludedVars": [
|
|
6346
|
+
{
|
|
6347
|
+
"name": "--c2-upload--width",
|
|
6348
|
+
"type": "pixel",
|
|
6349
|
+
"default": "420px",
|
|
6350
|
+
"rule": "R0",
|
|
6351
|
+
"reason": "responsive upload width"
|
|
6352
|
+
},
|
|
6353
|
+
{
|
|
6354
|
+
"name": "--c2-upload__dropzone--padding",
|
|
6355
|
+
"type": "padding",
|
|
6356
|
+
"default": "28px 20px",
|
|
6357
|
+
"rule": "R0",
|
|
6358
|
+
"reason": "drop-zone spacing"
|
|
6359
|
+
},
|
|
6360
|
+
{
|
|
6361
|
+
"name": "--c2-upload__dropzone--gap",
|
|
6362
|
+
"type": "pixel",
|
|
6363
|
+
"default": "8px",
|
|
6364
|
+
"rule": "R0",
|
|
6365
|
+
"reason": "drop-zone rhythm"
|
|
6366
|
+
},
|
|
6367
|
+
{
|
|
6368
|
+
"name": "--c2-upload__dropzone__focus--outline-offset",
|
|
6369
|
+
"type": "pixel",
|
|
6370
|
+
"default": "2px",
|
|
6371
|
+
"rule": "R0",
|
|
6372
|
+
"reason": "drop-zone focus geometry"
|
|
6373
|
+
},
|
|
6374
|
+
{
|
|
6375
|
+
"name": "--c2-upload__icon--size",
|
|
6376
|
+
"type": "pixel",
|
|
6377
|
+
"default": "32px",
|
|
6378
|
+
"rule": "R0",
|
|
6379
|
+
"reason": "drop-zone icon size"
|
|
6380
|
+
},
|
|
6381
|
+
{
|
|
6382
|
+
"name": "--c2-upload__list--gap",
|
|
6383
|
+
"type": "pixel",
|
|
6384
|
+
"default": "10px",
|
|
6385
|
+
"rule": "R0",
|
|
6386
|
+
"reason": "attachment queue rhythm"
|
|
6387
|
+
},
|
|
6388
|
+
{
|
|
6389
|
+
"name": "--c2-upload__list--margin-top",
|
|
6390
|
+
"type": "pixel",
|
|
6391
|
+
"default": "12px",
|
|
6392
|
+
"rule": "R0",
|
|
6393
|
+
"reason": "attachment queue spacing"
|
|
6394
|
+
},
|
|
6395
|
+
{
|
|
6396
|
+
"name": "--c2-upload__error--gap",
|
|
6397
|
+
"type": "pixel",
|
|
6398
|
+
"default": "4px",
|
|
6399
|
+
"rule": "R0",
|
|
6400
|
+
"reason": "validation message rhythm"
|
|
6401
|
+
}
|
|
6402
|
+
]
|
|
6403
|
+
},
|
|
5383
6404
|
"@c2n/virtual-list": {
|
|
5384
6405
|
"total": 36,
|
|
5385
6406
|
"mapped": 19,
|
|
@@ -5477,11 +6498,11 @@
|
|
|
5477
6498
|
}
|
|
5478
6499
|
},
|
|
5479
6500
|
"totals": {
|
|
5480
|
-
"total":
|
|
5481
|
-
"mapped":
|
|
5482
|
-
"unmapped":
|
|
5483
|
-
"excluded":
|
|
5484
|
-
"noDefault":
|
|
6501
|
+
"total": 1930,
|
|
6502
|
+
"mapped": 853,
|
|
6503
|
+
"unmapped": 645,
|
|
6504
|
+
"excluded": 188,
|
|
6505
|
+
"noDefault": 244
|
|
5485
6506
|
},
|
|
5486
6507
|
"unparsed": []
|
|
5487
6508
|
}
|