@c2n/theme 0.0.8 → 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 +163 -0
- package/dist/report.json +772 -29
- package/dist/theme.css +163 -0
- package/dist/tokens.json +124 -0
- package/package.json +9 -2
package/dist/report.json
CHANGED
|
@@ -264,10 +264,10 @@
|
|
|
264
264
|
]
|
|
265
265
|
},
|
|
266
266
|
"@c2n/avatar": {
|
|
267
|
-
"total":
|
|
268
|
-
"mapped":
|
|
267
|
+
"total": 39,
|
|
268
|
+
"mapped": 13,
|
|
269
269
|
"unmapped": 5,
|
|
270
|
-
"excluded":
|
|
270
|
+
"excluded": 12,
|
|
271
271
|
"noDefault": 9,
|
|
272
272
|
"unmappedVars": [
|
|
273
273
|
{
|
|
@@ -342,6 +342,27 @@
|
|
|
342
342
|
"rule": "R2",
|
|
343
343
|
"reason": "identity / syntax colours are not themed"
|
|
344
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
|
+
},
|
|
345
366
|
{
|
|
346
367
|
"name": "--c2-avatar__badge__online--color",
|
|
347
368
|
"type": "color",
|
|
@@ -679,9 +700,9 @@
|
|
|
679
700
|
]
|
|
680
701
|
},
|
|
681
702
|
"@c2n/button-group": {
|
|
682
|
-
"total":
|
|
683
|
-
"mapped":
|
|
684
|
-
"unmapped":
|
|
703
|
+
"total": 19,
|
|
704
|
+
"mapped": 7,
|
|
705
|
+
"unmapped": 12,
|
|
685
706
|
"excluded": 0,
|
|
686
707
|
"noDefault": 0,
|
|
687
708
|
"unmappedVars": [
|
|
@@ -719,6 +740,55 @@
|
|
|
719
740
|
"default": "0 0 auto",
|
|
720
741
|
"rule": "R13",
|
|
721
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"
|
|
722
792
|
}
|
|
723
793
|
],
|
|
724
794
|
"excludedVars": []
|
|
@@ -811,10 +881,125 @@
|
|
|
811
881
|
}
|
|
812
882
|
]
|
|
813
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
|
+
},
|
|
814
999
|
"@c2n/chart": {
|
|
815
|
-
"total":
|
|
1000
|
+
"total": 57,
|
|
816
1001
|
"mapped": 42,
|
|
817
|
-
"unmapped":
|
|
1002
|
+
"unmapped": 14,
|
|
818
1003
|
"excluded": 1,
|
|
819
1004
|
"noDefault": 0,
|
|
820
1005
|
"unmappedVars": [
|
|
@@ -860,6 +1045,13 @@
|
|
|
860
1045
|
"rule": "R13",
|
|
861
1046
|
"reason": "property opacity is not themed by design"
|
|
862
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
|
+
},
|
|
863
1055
|
{
|
|
864
1056
|
"name": "--c2-chart__grid--width",
|
|
865
1057
|
"type": "pixel",
|
|
@@ -3875,6 +4067,89 @@
|
|
|
3875
4067
|
],
|
|
3876
4068
|
"excludedVars": []
|
|
3877
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
|
+
},
|
|
3878
4153
|
"@c2n/radio": {
|
|
3879
4154
|
"total": 51,
|
|
3880
4155
|
"mapped": 21,
|
|
@@ -4047,6 +4322,58 @@
|
|
|
4047
4322
|
}
|
|
4048
4323
|
]
|
|
4049
4324
|
},
|
|
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
|
+
},
|
|
4050
4377
|
"@c2n/select": {
|
|
4051
4378
|
"total": 56,
|
|
4052
4379
|
"mapped": 35,
|
|
@@ -4812,25 +5139,196 @@
|
|
|
4812
5139
|
}
|
|
4813
5140
|
]
|
|
4814
5141
|
},
|
|
4815
|
-
"@c2n/
|
|
4816
|
-
"total":
|
|
4817
|
-
"mapped":
|
|
4818
|
-
"unmapped":
|
|
4819
|
-
"excluded":
|
|
4820
|
-
"noDefault":
|
|
4821
|
-
"unmappedVars": [
|
|
5142
|
+
"@c2n/status-panel": {
|
|
5143
|
+
"total": 35,
|
|
5144
|
+
"mapped": 12,
|
|
5145
|
+
"unmapped": 0,
|
|
5146
|
+
"excluded": 23,
|
|
5147
|
+
"noDefault": 0,
|
|
5148
|
+
"unmappedVars": [],
|
|
5149
|
+
"excludedVars": [
|
|
4822
5150
|
{
|
|
4823
|
-
"name": "--c2-
|
|
4824
|
-
"type": "
|
|
4825
|
-
"default": "
|
|
4826
|
-
"rule": "
|
|
4827
|
-
"reason": "
|
|
5151
|
+
"name": "--c2-status-panel__container--width",
|
|
5152
|
+
"type": "length",
|
|
5153
|
+
"default": "100%",
|
|
5154
|
+
"rule": "R0",
|
|
5155
|
+
"reason": "responsive status-panel width"
|
|
4828
5156
|
},
|
|
4829
5157
|
{
|
|
4830
|
-
"name": "--c2-
|
|
4831
|
-
"type": "
|
|
4832
|
-
"default": "
|
|
4833
|
-
"rule": "
|
|
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
|
+
},
|
|
5313
|
+
"@c2n/switch": {
|
|
5314
|
+
"total": 33,
|
|
5315
|
+
"mapped": 14,
|
|
5316
|
+
"unmapped": 13,
|
|
5317
|
+
"excluded": 4,
|
|
5318
|
+
"noDefault": 2,
|
|
5319
|
+
"unmappedVars": [
|
|
5320
|
+
{
|
|
5321
|
+
"name": "--c2-switch__container--gap",
|
|
5322
|
+
"type": "pixel",
|
|
5323
|
+
"default": "8px",
|
|
5324
|
+
"rule": "R13",
|
|
5325
|
+
"reason": "property gap is not themed by design"
|
|
5326
|
+
},
|
|
5327
|
+
{
|
|
5328
|
+
"name": "--c2-switch__container--flex-direction",
|
|
5329
|
+
"type": "flex-direction-row",
|
|
5330
|
+
"default": "row",
|
|
5331
|
+
"rule": "R13",
|
|
4834
5332
|
"reason": "property flex-direction is not themed by design"
|
|
4835
5333
|
},
|
|
4836
5334
|
{
|
|
@@ -5658,6 +6156,251 @@
|
|
|
5658
6156
|
],
|
|
5659
6157
|
"excludedVars": []
|
|
5660
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
|
+
},
|
|
5661
6404
|
"@c2n/virtual-list": {
|
|
5662
6405
|
"total": 36,
|
|
5663
6406
|
"mapped": 19,
|
|
@@ -5755,11 +6498,11 @@
|
|
|
5755
6498
|
}
|
|
5756
6499
|
},
|
|
5757
6500
|
"totals": {
|
|
5758
|
-
"total":
|
|
5759
|
-
"mapped":
|
|
5760
|
-
"unmapped":
|
|
5761
|
-
"excluded":
|
|
5762
|
-
"noDefault":
|
|
6501
|
+
"total": 1930,
|
|
6502
|
+
"mapped": 853,
|
|
6503
|
+
"unmapped": 645,
|
|
6504
|
+
"excluded": 188,
|
|
6505
|
+
"noDefault": 244
|
|
5763
6506
|
},
|
|
5764
6507
|
"unparsed": []
|
|
5765
6508
|
}
|