@esri/calcite-design-tokens 3.2.0-next.0 → 3.2.0-next.10
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/css/component.css +11 -0
- package/dist/css/dark.css +3 -2
- package/dist/css/index.css +10 -10
- package/dist/css/light.css +3 -2
- package/dist/css/semantic.css +0 -22
- package/dist/docs/core.json +464 -1
- package/dist/docs/dark.json +110 -24
- package/dist/docs/global.json +309 -183
- package/dist/docs/light.json +102 -14
- package/dist/docs/semantic.json +132 -572
- package/dist/es6/dark.d.ts +3 -2
- package/dist/es6/dark.js +3 -2
- package/dist/es6/global.d.ts +3 -2
- package/dist/es6/global.js +3 -2
- package/dist/es6/light.d.ts +3 -2
- package/dist/es6/light.js +3 -2
- package/dist/es6/semantic.d.ts +0 -24
- package/dist/es6/semantic.js +0 -12
- package/dist/js/core.js +926 -0
- package/dist/js/dark.d.ts +3 -2
- package/dist/js/dark.js +200 -38
- package/dist/js/global.d.ts +13 -10
- package/dist/js/global.js +669 -424
- package/dist/js/light.d.ts +3 -2
- package/dist/js/light.js +176 -16
- package/dist/js/semantic.d.ts +8 -26
- package/dist/js/semantic.js +358 -934
- package/dist/scss/dark.scss +3 -2
- package/dist/scss/index.scss +4 -4
- package/dist/scss/light.scss +3 -2
- package/dist/scss/semantic.scss +0 -22
- package/package.json +6 -6
package/dist/docs/global.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1752776376116,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.background.default}",
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"type": "color",
|
|
8
8
|
"attributes": {
|
|
9
9
|
"category": "color",
|
|
10
|
+
"group": "background",
|
|
10
11
|
"type": "color",
|
|
11
12
|
"item": "background",
|
|
12
13
|
"subitem": "default",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"type": "color",
|
|
35
36
|
"attributes": {
|
|
36
37
|
"category": "color",
|
|
38
|
+
"group": "background",
|
|
37
39
|
"type": "color",
|
|
38
40
|
"item": "background",
|
|
39
41
|
"subitem": "none",
|
|
@@ -61,6 +63,7 @@
|
|
|
61
63
|
"type": "color",
|
|
62
64
|
"attributes": {
|
|
63
65
|
"category": "color",
|
|
66
|
+
"group": "foreground",
|
|
64
67
|
"type": "color",
|
|
65
68
|
"item": "foreground",
|
|
66
69
|
"subitem": "1",
|
|
@@ -88,6 +91,7 @@
|
|
|
88
91
|
"type": "color",
|
|
89
92
|
"attributes": {
|
|
90
93
|
"category": "color",
|
|
94
|
+
"group": "foreground",
|
|
91
95
|
"type": "color",
|
|
92
96
|
"item": "foreground",
|
|
93
97
|
"subitem": "2",
|
|
@@ -115,6 +119,7 @@
|
|
|
115
119
|
"type": "color",
|
|
116
120
|
"attributes": {
|
|
117
121
|
"category": "color",
|
|
122
|
+
"group": "foreground",
|
|
118
123
|
"type": "color",
|
|
119
124
|
"item": "foreground",
|
|
120
125
|
"subitem": "3",
|
|
@@ -142,17 +147,18 @@
|
|
|
142
147
|
"type": "color",
|
|
143
148
|
"attributes": {
|
|
144
149
|
"category": "color",
|
|
150
|
+
"group": "foreground",
|
|
145
151
|
"type": "color",
|
|
146
152
|
"item": "foreground",
|
|
147
153
|
"subitem": "current",
|
|
148
154
|
"value": "#d6efff",
|
|
149
|
-
"description": "deprecated, use --calcite-color-
|
|
155
|
+
"description": "deprecated, use --calcite-color-surface-highlight instead",
|
|
150
156
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
151
157
|
"isSource": false,
|
|
152
158
|
"key": "{semantic.color.foreground.current}",
|
|
153
159
|
"name": "calcite-semantic-color-foreground-current",
|
|
154
160
|
"path": ["semantic", "color", "foreground", "current"],
|
|
155
|
-
"comment": "deprecated, use --calcite-color-
|
|
161
|
+
"comment": "deprecated, use --calcite-color-surface-highlight instead",
|
|
156
162
|
"names": {
|
|
157
163
|
"scss": "$calcite-color-foreground-current",
|
|
158
164
|
"css": "var(--calcite-color-foreground-current)",
|
|
@@ -166,28 +172,29 @@
|
|
|
166
172
|
"type": "color"
|
|
167
173
|
}
|
|
168
174
|
},
|
|
169
|
-
"description": "deprecated, use --calcite-color-
|
|
175
|
+
"description": "deprecated, use --calcite-color-surface-highlight instead",
|
|
170
176
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
171
177
|
"isSource": false,
|
|
172
178
|
"name": "Color Foreground Current",
|
|
173
179
|
"path": ["semantic", "color", "foreground", "current"],
|
|
174
|
-
"comment": "deprecated, use --calcite-color-
|
|
180
|
+
"comment": "deprecated, use --calcite-color-surface-highlight instead"
|
|
175
181
|
},
|
|
176
182
|
{
|
|
177
|
-
"key": "{semantic.color.
|
|
183
|
+
"key": "{semantic.color.surface.highlight}",
|
|
178
184
|
"value": "{\"light\":\"#d6efff\",\"dark\":\"#2b465f\"}",
|
|
179
185
|
"type": "color",
|
|
180
186
|
"attributes": {
|
|
181
187
|
"category": "color",
|
|
188
|
+
"group": "foreground",
|
|
182
189
|
"type": "color",
|
|
183
|
-
"item": "
|
|
190
|
+
"item": "surface",
|
|
184
191
|
"subitem": "highlight",
|
|
185
192
|
"names": {
|
|
186
|
-
"scss": "$calcite-color-
|
|
187
|
-
"css": "var(--calcite-color-
|
|
188
|
-
"js": "semantic.color.
|
|
189
|
-
"docs": "semantic.color.
|
|
190
|
-
"es6": "
|
|
193
|
+
"scss": "$calcite-color-surface-highlight",
|
|
194
|
+
"css": "var(--calcite-color-surface-highlight)",
|
|
195
|
+
"js": "semantic.color.surface.highlight",
|
|
196
|
+
"docs": "semantic.color.surface.highlight",
|
|
197
|
+
"es6": "calciteColorSurfaceHighlight"
|
|
191
198
|
},
|
|
192
199
|
"calcite-schema": {
|
|
193
200
|
"system": "calcite",
|
|
@@ -197,8 +204,8 @@
|
|
|
197
204
|
},
|
|
198
205
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
199
206
|
"isSource": false,
|
|
200
|
-
"name": "Color
|
|
201
|
-
"path": ["semantic", "color", "
|
|
207
|
+
"name": "Color Surface Highlight",
|
|
208
|
+
"path": ["semantic", "color", "surface", "highlight"]
|
|
202
209
|
},
|
|
203
210
|
{
|
|
204
211
|
"key": "{semantic.color.transparent.default.default}",
|
|
@@ -206,6 +213,7 @@
|
|
|
206
213
|
"type": "color",
|
|
207
214
|
"attributes": {
|
|
208
215
|
"category": "color",
|
|
216
|
+
"group": "transparent",
|
|
209
217
|
"type": "color",
|
|
210
218
|
"item": "transparent",
|
|
211
219
|
"subitem": "default",
|
|
@@ -234,6 +242,7 @@
|
|
|
234
242
|
"type": "color",
|
|
235
243
|
"attributes": {
|
|
236
244
|
"category": "color",
|
|
245
|
+
"group": "transparent",
|
|
237
246
|
"type": "color",
|
|
238
247
|
"item": "transparent",
|
|
239
248
|
"subitem": "default",
|
|
@@ -262,6 +271,7 @@
|
|
|
262
271
|
"type": "color",
|
|
263
272
|
"attributes": {
|
|
264
273
|
"category": "color",
|
|
274
|
+
"group": "transparent",
|
|
265
275
|
"type": "color",
|
|
266
276
|
"item": "transparent",
|
|
267
277
|
"subitem": "default",
|
|
@@ -290,6 +300,8 @@
|
|
|
290
300
|
"type": "color",
|
|
291
301
|
"attributes": {
|
|
292
302
|
"category": "color",
|
|
303
|
+
"group": "transparent",
|
|
304
|
+
"kind": "inverse",
|
|
293
305
|
"type": "color",
|
|
294
306
|
"item": "transparent",
|
|
295
307
|
"subitem": "inverse",
|
|
@@ -318,6 +330,8 @@
|
|
|
318
330
|
"type": "color",
|
|
319
331
|
"attributes": {
|
|
320
332
|
"category": "color",
|
|
333
|
+
"group": "transparent",
|
|
334
|
+
"kind": "inverse",
|
|
321
335
|
"type": "color",
|
|
322
336
|
"item": "transparent",
|
|
323
337
|
"subitem": "inverse",
|
|
@@ -346,6 +360,7 @@
|
|
|
346
360
|
"type": "color",
|
|
347
361
|
"attributes": {
|
|
348
362
|
"category": "color",
|
|
363
|
+
"group": "transparent",
|
|
349
364
|
"type": "color",
|
|
350
365
|
"item": "transparent",
|
|
351
366
|
"subitem": "scrim",
|
|
@@ -373,6 +388,7 @@
|
|
|
373
388
|
"type": "color",
|
|
374
389
|
"attributes": {
|
|
375
390
|
"category": "color",
|
|
391
|
+
"group": "transparent",
|
|
376
392
|
"type": "color",
|
|
377
393
|
"item": "transparent",
|
|
378
394
|
"subitem": "tint",
|
|
@@ -400,6 +416,7 @@
|
|
|
400
416
|
"type": "color",
|
|
401
417
|
"attributes": {
|
|
402
418
|
"category": "color",
|
|
419
|
+
"group": "brand",
|
|
403
420
|
"type": "color",
|
|
404
421
|
"item": "brand",
|
|
405
422
|
"subitem": "default",
|
|
@@ -428,6 +445,7 @@
|
|
|
428
445
|
"type": "color",
|
|
429
446
|
"attributes": {
|
|
430
447
|
"category": "color",
|
|
448
|
+
"group": "brand",
|
|
431
449
|
"type": "color",
|
|
432
450
|
"item": "brand",
|
|
433
451
|
"subitem": "default",
|
|
@@ -456,6 +474,7 @@
|
|
|
456
474
|
"type": "color",
|
|
457
475
|
"attributes": {
|
|
458
476
|
"category": "color",
|
|
477
|
+
"group": "brand",
|
|
459
478
|
"type": "color",
|
|
460
479
|
"item": "brand",
|
|
461
480
|
"subitem": "default",
|
|
@@ -484,6 +503,7 @@
|
|
|
484
503
|
"value": "{\"light\":\"rgba(0, 97, 155, 0.4)\",\"dark\":\"rgba(0, 160, 255, 0.4)\"}",
|
|
485
504
|
"attributes": {
|
|
486
505
|
"category": "color",
|
|
506
|
+
"group": "brand",
|
|
487
507
|
"type": "color",
|
|
488
508
|
"item": "brand",
|
|
489
509
|
"subitem": "underline",
|
|
@@ -511,6 +531,8 @@
|
|
|
511
531
|
"type": "color",
|
|
512
532
|
"attributes": {
|
|
513
533
|
"category": "color",
|
|
534
|
+
"group": "status",
|
|
535
|
+
"kind": "info",
|
|
514
536
|
"type": "color",
|
|
515
537
|
"item": "status",
|
|
516
538
|
"subitem": "info",
|
|
@@ -539,6 +561,8 @@
|
|
|
539
561
|
"type": "color",
|
|
540
562
|
"attributes": {
|
|
541
563
|
"category": "color",
|
|
564
|
+
"group": "status",
|
|
565
|
+
"kind": "info",
|
|
542
566
|
"type": "color",
|
|
543
567
|
"item": "status",
|
|
544
568
|
"subitem": "info",
|
|
@@ -567,6 +591,8 @@
|
|
|
567
591
|
"type": "color",
|
|
568
592
|
"attributes": {
|
|
569
593
|
"category": "color",
|
|
594
|
+
"group": "status",
|
|
595
|
+
"kind": "info",
|
|
570
596
|
"type": "color",
|
|
571
597
|
"item": "status",
|
|
572
598
|
"subitem": "info",
|
|
@@ -595,6 +621,8 @@
|
|
|
595
621
|
"type": "color",
|
|
596
622
|
"attributes": {
|
|
597
623
|
"category": "color",
|
|
624
|
+
"group": "status",
|
|
625
|
+
"kind": "success",
|
|
598
626
|
"type": "color",
|
|
599
627
|
"item": "status",
|
|
600
628
|
"subitem": "success",
|
|
@@ -623,6 +651,8 @@
|
|
|
623
651
|
"type": "color",
|
|
624
652
|
"attributes": {
|
|
625
653
|
"category": "color",
|
|
654
|
+
"group": "status",
|
|
655
|
+
"kind": "success",
|
|
626
656
|
"type": "color",
|
|
627
657
|
"item": "status",
|
|
628
658
|
"subitem": "success",
|
|
@@ -651,6 +681,8 @@
|
|
|
651
681
|
"type": "color",
|
|
652
682
|
"attributes": {
|
|
653
683
|
"category": "color",
|
|
684
|
+
"group": "status",
|
|
685
|
+
"kind": "success",
|
|
654
686
|
"type": "color",
|
|
655
687
|
"item": "status",
|
|
656
688
|
"subitem": "success",
|
|
@@ -679,6 +711,8 @@
|
|
|
679
711
|
"type": "color",
|
|
680
712
|
"attributes": {
|
|
681
713
|
"category": "color",
|
|
714
|
+
"group": "status",
|
|
715
|
+
"kind": "warning",
|
|
682
716
|
"type": "color",
|
|
683
717
|
"item": "status",
|
|
684
718
|
"subitem": "warning",
|
|
@@ -707,6 +741,8 @@
|
|
|
707
741
|
"type": "color",
|
|
708
742
|
"attributes": {
|
|
709
743
|
"category": "color",
|
|
744
|
+
"group": "status",
|
|
745
|
+
"kind": "warning",
|
|
710
746
|
"type": "color",
|
|
711
747
|
"item": "status",
|
|
712
748
|
"subitem": "warning",
|
|
@@ -735,6 +771,8 @@
|
|
|
735
771
|
"type": "color",
|
|
736
772
|
"attributes": {
|
|
737
773
|
"category": "color",
|
|
774
|
+
"group": "status",
|
|
775
|
+
"kind": "warning",
|
|
738
776
|
"type": "color",
|
|
739
777
|
"item": "status",
|
|
740
778
|
"subitem": "warning",
|
|
@@ -763,6 +801,8 @@
|
|
|
763
801
|
"type": "color",
|
|
764
802
|
"attributes": {
|
|
765
803
|
"category": "color",
|
|
804
|
+
"group": "status",
|
|
805
|
+
"kind": "danger",
|
|
766
806
|
"type": "color",
|
|
767
807
|
"item": "status",
|
|
768
808
|
"subitem": "danger",
|
|
@@ -791,6 +831,8 @@
|
|
|
791
831
|
"type": "color",
|
|
792
832
|
"attributes": {
|
|
793
833
|
"category": "color",
|
|
834
|
+
"group": "status",
|
|
835
|
+
"kind": "danger",
|
|
794
836
|
"type": "color",
|
|
795
837
|
"item": "status",
|
|
796
838
|
"subitem": "danger",
|
|
@@ -819,6 +861,8 @@
|
|
|
819
861
|
"type": "color",
|
|
820
862
|
"attributes": {
|
|
821
863
|
"category": "color",
|
|
864
|
+
"group": "status",
|
|
865
|
+
"kind": "danger",
|
|
822
866
|
"type": "color",
|
|
823
867
|
"item": "status",
|
|
824
868
|
"subitem": "danger",
|
|
@@ -847,6 +891,7 @@
|
|
|
847
891
|
"type": "color",
|
|
848
892
|
"attributes": {
|
|
849
893
|
"category": "color",
|
|
894
|
+
"group": "inverse",
|
|
850
895
|
"type": "color",
|
|
851
896
|
"item": "inverse",
|
|
852
897
|
"subitem": "default",
|
|
@@ -874,6 +919,7 @@
|
|
|
874
919
|
"type": "color",
|
|
875
920
|
"attributes": {
|
|
876
921
|
"category": "color",
|
|
922
|
+
"group": "inverse",
|
|
877
923
|
"type": "color",
|
|
878
924
|
"item": "inverse",
|
|
879
925
|
"subitem": "hover",
|
|
@@ -901,6 +947,7 @@
|
|
|
901
947
|
"type": "color",
|
|
902
948
|
"attributes": {
|
|
903
949
|
"category": "color",
|
|
950
|
+
"group": "inverse",
|
|
904
951
|
"type": "color",
|
|
905
952
|
"item": "inverse",
|
|
906
953
|
"subitem": "press",
|
|
@@ -928,6 +975,7 @@
|
|
|
928
975
|
"type": "color",
|
|
929
976
|
"attributes": {
|
|
930
977
|
"category": "color",
|
|
978
|
+
"group": "text",
|
|
931
979
|
"type": "color",
|
|
932
980
|
"item": "text",
|
|
933
981
|
"subitem": "1",
|
|
@@ -955,6 +1003,7 @@
|
|
|
955
1003
|
"type": "color",
|
|
956
1004
|
"attributes": {
|
|
957
1005
|
"category": "color",
|
|
1006
|
+
"group": "text",
|
|
958
1007
|
"type": "color",
|
|
959
1008
|
"item": "text",
|
|
960
1009
|
"subitem": "2",
|
|
@@ -982,6 +1031,7 @@
|
|
|
982
1031
|
"type": "color",
|
|
983
1032
|
"attributes": {
|
|
984
1033
|
"category": "color",
|
|
1034
|
+
"group": "text",
|
|
985
1035
|
"type": "color",
|
|
986
1036
|
"item": "text",
|
|
987
1037
|
"subitem": "3",
|
|
@@ -1009,6 +1059,7 @@
|
|
|
1009
1059
|
"type": "color",
|
|
1010
1060
|
"attributes": {
|
|
1011
1061
|
"category": "color",
|
|
1062
|
+
"group": "text",
|
|
1012
1063
|
"type": "color",
|
|
1013
1064
|
"item": "text",
|
|
1014
1065
|
"subitem": "highlight",
|
|
@@ -1036,6 +1087,7 @@
|
|
|
1036
1087
|
"type": "color",
|
|
1037
1088
|
"attributes": {
|
|
1038
1089
|
"category": "color",
|
|
1090
|
+
"group": "text",
|
|
1039
1091
|
"type": "color",
|
|
1040
1092
|
"item": "text",
|
|
1041
1093
|
"subitem": "inverse",
|
|
@@ -1063,6 +1115,7 @@
|
|
|
1063
1115
|
"type": "color",
|
|
1064
1116
|
"attributes": {
|
|
1065
1117
|
"category": "color",
|
|
1118
|
+
"group": "text",
|
|
1066
1119
|
"type": "color",
|
|
1067
1120
|
"item": "text",
|
|
1068
1121
|
"subitem": "link",
|
|
@@ -1090,6 +1143,7 @@
|
|
|
1090
1143
|
"type": "color",
|
|
1091
1144
|
"attributes": {
|
|
1092
1145
|
"category": "color",
|
|
1146
|
+
"group": "border",
|
|
1093
1147
|
"type": "color",
|
|
1094
1148
|
"item": "border",
|
|
1095
1149
|
"subitem": "1",
|
|
@@ -1117,6 +1171,7 @@
|
|
|
1117
1171
|
"type": "color",
|
|
1118
1172
|
"attributes": {
|
|
1119
1173
|
"category": "color",
|
|
1174
|
+
"group": "border",
|
|
1120
1175
|
"type": "color",
|
|
1121
1176
|
"item": "border",
|
|
1122
1177
|
"subitem": "2",
|
|
@@ -1144,6 +1199,7 @@
|
|
|
1144
1199
|
"type": "color",
|
|
1145
1200
|
"attributes": {
|
|
1146
1201
|
"category": "color",
|
|
1202
|
+
"group": "border",
|
|
1147
1203
|
"type": "color",
|
|
1148
1204
|
"item": "border",
|
|
1149
1205
|
"subitem": "3",
|
|
@@ -1171,6 +1227,7 @@
|
|
|
1171
1227
|
"type": "color",
|
|
1172
1228
|
"attributes": {
|
|
1173
1229
|
"category": "color",
|
|
1230
|
+
"group": "border",
|
|
1174
1231
|
"type": "color",
|
|
1175
1232
|
"item": "border",
|
|
1176
1233
|
"subitem": "input",
|
|
@@ -1198,6 +1255,7 @@
|
|
|
1198
1255
|
"type": "color",
|
|
1199
1256
|
"attributes": {
|
|
1200
1257
|
"category": "color",
|
|
1258
|
+
"group": "border",
|
|
1201
1259
|
"type": "color",
|
|
1202
1260
|
"item": "border",
|
|
1203
1261
|
"subitem": "ghost",
|
|
@@ -1225,6 +1283,7 @@
|
|
|
1225
1283
|
"type": "color",
|
|
1226
1284
|
"attributes": {
|
|
1227
1285
|
"category": "color",
|
|
1286
|
+
"group": "border",
|
|
1228
1287
|
"type": "color",
|
|
1229
1288
|
"item": "border",
|
|
1230
1289
|
"subitem": "white",
|
|
@@ -1246,12 +1305,42 @@
|
|
|
1246
1305
|
"name": "Color Border White",
|
|
1247
1306
|
"path": ["semantic", "color", "border", "white"]
|
|
1248
1307
|
},
|
|
1308
|
+
{
|
|
1309
|
+
"key": "{semantic.color.focus.default}",
|
|
1310
|
+
"value": "{\"light\":\"#007ac2\",\"dark\":\"#009af2\"}",
|
|
1311
|
+
"type": "color",
|
|
1312
|
+
"attributes": {
|
|
1313
|
+
"category": "color",
|
|
1314
|
+
"group": "focus",
|
|
1315
|
+
"scope": "component",
|
|
1316
|
+
"type": "color",
|
|
1317
|
+
"item": "focus",
|
|
1318
|
+
"subitem": "default",
|
|
1319
|
+
"names": {
|
|
1320
|
+
"scss": "$calcite-color-focus",
|
|
1321
|
+
"css": "var(--calcite-color-focus)",
|
|
1322
|
+
"js": "semantic.color.focus.default",
|
|
1323
|
+
"docs": "semantic.color.focus.default",
|
|
1324
|
+
"es6": "calciteColorFocus"
|
|
1325
|
+
},
|
|
1326
|
+
"calcite-schema": {
|
|
1327
|
+
"system": "calcite",
|
|
1328
|
+
"tier": "color",
|
|
1329
|
+
"type": "color"
|
|
1330
|
+
}
|
|
1331
|
+
},
|
|
1332
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
1333
|
+
"isSource": false,
|
|
1334
|
+
"name": "Color Focus",
|
|
1335
|
+
"path": ["semantic", "color", "focus", "default"]
|
|
1336
|
+
},
|
|
1249
1337
|
{
|
|
1250
1338
|
"key": "{semantic.border.width.none}",
|
|
1251
1339
|
"value": "0",
|
|
1252
1340
|
"type": "dimension",
|
|
1253
1341
|
"attributes": {
|
|
1254
1342
|
"category": "border",
|
|
1343
|
+
"group": "width",
|
|
1255
1344
|
"type": "border",
|
|
1256
1345
|
"item": "width",
|
|
1257
1346
|
"subitem": "none",
|
|
@@ -1279,6 +1368,7 @@
|
|
|
1279
1368
|
"type": "dimension",
|
|
1280
1369
|
"attributes": {
|
|
1281
1370
|
"category": "border",
|
|
1371
|
+
"group": "width",
|
|
1282
1372
|
"type": "border",
|
|
1283
1373
|
"item": "width",
|
|
1284
1374
|
"subitem": "sm",
|
|
@@ -1306,6 +1396,7 @@
|
|
|
1306
1396
|
"type": "dimension",
|
|
1307
1397
|
"attributes": {
|
|
1308
1398
|
"category": "border",
|
|
1399
|
+
"group": "width",
|
|
1309
1400
|
"type": "border",
|
|
1310
1401
|
"item": "width",
|
|
1311
1402
|
"subitem": "md",
|
|
@@ -1333,6 +1424,7 @@
|
|
|
1333
1424
|
"type": "dimension",
|
|
1334
1425
|
"attributes": {
|
|
1335
1426
|
"category": "border",
|
|
1427
|
+
"group": "width",
|
|
1336
1428
|
"type": "border",
|
|
1337
1429
|
"item": "width",
|
|
1338
1430
|
"subitem": "lg",
|
|
@@ -1959,19 +2051,18 @@
|
|
|
1959
2051
|
"comment": "only for lg breakpoint fixed grid width"
|
|
1960
2052
|
},
|
|
1961
2053
|
{
|
|
1962
|
-
"key": "{semantic.corner
|
|
2054
|
+
"key": "{semantic.corner-radius.default}",
|
|
1963
2055
|
"value": "0",
|
|
1964
2056
|
"type": "dimension",
|
|
1965
2057
|
"attributes": {
|
|
1966
|
-
"category": "corner",
|
|
1967
|
-
"type": "corner",
|
|
1968
|
-
"item": "
|
|
1969
|
-
"subitem": "default",
|
|
2058
|
+
"category": "corner-radius",
|
|
2059
|
+
"type": "corner-radius",
|
|
2060
|
+
"item": "default",
|
|
1970
2061
|
"names": {
|
|
1971
2062
|
"scss": "$calcite-corner-radius",
|
|
1972
2063
|
"css": "var(--calcite-corner-radius)",
|
|
1973
|
-
"js": "semantic.corner
|
|
1974
|
-
"docs": "semantic.corner
|
|
2064
|
+
"js": "semantic.corner-radius.default",
|
|
2065
|
+
"docs": "semantic.corner-radius.default",
|
|
1975
2066
|
"es6": "calciteCornerRadius"
|
|
1976
2067
|
},
|
|
1977
2068
|
"calcite-schema": {
|
|
@@ -1980,33 +2071,32 @@
|
|
|
1980
2071
|
"type": "dimension"
|
|
1981
2072
|
}
|
|
1982
2073
|
},
|
|
1983
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
2074
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
1984
2075
|
"isSource": true,
|
|
1985
2076
|
"name": "Corner Radius",
|
|
1986
|
-
"path": ["semantic", "corner
|
|
2077
|
+
"path": ["semantic", "corner-radius", "default"]
|
|
1987
2078
|
},
|
|
1988
2079
|
{
|
|
1989
|
-
"key": "{semantic.corner
|
|
2080
|
+
"key": "{semantic.corner-radius.sharp}",
|
|
1990
2081
|
"value": "0",
|
|
1991
2082
|
"type": "dimension",
|
|
1992
2083
|
"attributes": {
|
|
1993
|
-
"category": "corner",
|
|
2084
|
+
"category": "corner-radius",
|
|
1994
2085
|
"type": "dimension",
|
|
1995
|
-
"item": "
|
|
1996
|
-
"subitem": "sharp",
|
|
2086
|
+
"item": "sharp",
|
|
1997
2087
|
"value": "0",
|
|
1998
2088
|
"description": "deprecated, use --calcite-corner-radius-none instead",
|
|
1999
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
2089
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
2000
2090
|
"isSource": true,
|
|
2001
|
-
"key": "{semantic.corner
|
|
2091
|
+
"key": "{semantic.corner-radius.sharp}",
|
|
2002
2092
|
"name": "calcite-semantic-corner-radius-sharp",
|
|
2003
|
-
"path": ["semantic", "corner
|
|
2093
|
+
"path": ["semantic", "corner-radius", "sharp"],
|
|
2004
2094
|
"comment": "deprecated, use --calcite-corner-radius-none instead",
|
|
2005
2095
|
"names": {
|
|
2006
2096
|
"scss": "$calcite-corner-radius-sharp",
|
|
2007
2097
|
"css": "var(--calcite-corner-radius-sharp)",
|
|
2008
|
-
"js": "semantic.corner
|
|
2009
|
-
"docs": "semantic.corner
|
|
2098
|
+
"js": "semantic.corner-radius.sharp",
|
|
2099
|
+
"docs": "semantic.corner-radius.sharp",
|
|
2010
2100
|
"es6": "calciteCornerRadiusSharp"
|
|
2011
2101
|
},
|
|
2012
2102
|
"calcite-schema": {
|
|
@@ -2016,26 +2106,25 @@
|
|
|
2016
2106
|
}
|
|
2017
2107
|
},
|
|
2018
2108
|
"description": "deprecated, use --calcite-corner-radius-none instead",
|
|
2019
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
2109
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
2020
2110
|
"isSource": true,
|
|
2021
2111
|
"name": "Corner Radius Sharp",
|
|
2022
|
-
"path": ["semantic", "corner
|
|
2112
|
+
"path": ["semantic", "corner-radius", "sharp"],
|
|
2023
2113
|
"comment": "deprecated, use --calcite-corner-radius-none instead"
|
|
2024
2114
|
},
|
|
2025
2115
|
{
|
|
2026
|
-
"key": "{semantic.corner
|
|
2116
|
+
"key": "{semantic.corner-radius.none}",
|
|
2027
2117
|
"value": "0",
|
|
2028
2118
|
"type": "dimension",
|
|
2029
2119
|
"attributes": {
|
|
2030
|
-
"category": "corner",
|
|
2031
|
-
"type": "corner",
|
|
2032
|
-
"item": "
|
|
2033
|
-
"subitem": "none",
|
|
2120
|
+
"category": "corner-radius",
|
|
2121
|
+
"type": "corner-radius",
|
|
2122
|
+
"item": "none",
|
|
2034
2123
|
"names": {
|
|
2035
2124
|
"scss": "$calcite-corner-radius-none",
|
|
2036
2125
|
"css": "var(--calcite-corner-radius-none)",
|
|
2037
|
-
"js": "semantic.corner
|
|
2038
|
-
"docs": "semantic.corner
|
|
2126
|
+
"js": "semantic.corner-radius.none",
|
|
2127
|
+
"docs": "semantic.corner-radius.none",
|
|
2039
2128
|
"es6": "calciteCornerRadiusNone"
|
|
2040
2129
|
},
|
|
2041
2130
|
"calcite-schema": {
|
|
@@ -2044,25 +2133,24 @@
|
|
|
2044
2133
|
"type": "dimension"
|
|
2045
2134
|
}
|
|
2046
2135
|
},
|
|
2047
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
2136
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
2048
2137
|
"isSource": true,
|
|
2049
2138
|
"name": "Corner Radius None",
|
|
2050
|
-
"path": ["semantic", "corner
|
|
2139
|
+
"path": ["semantic", "corner-radius", "none"]
|
|
2051
2140
|
},
|
|
2052
2141
|
{
|
|
2053
|
-
"key": "{semantic.corner
|
|
2142
|
+
"key": "{semantic.corner-radius.xs}",
|
|
2054
2143
|
"value": "2px",
|
|
2055
2144
|
"type": "dimension",
|
|
2056
2145
|
"attributes": {
|
|
2057
|
-
"category": "corner",
|
|
2058
|
-
"type": "corner",
|
|
2059
|
-
"item": "
|
|
2060
|
-
"subitem": "xs",
|
|
2146
|
+
"category": "corner-radius",
|
|
2147
|
+
"type": "corner-radius",
|
|
2148
|
+
"item": "xs",
|
|
2061
2149
|
"names": {
|
|
2062
2150
|
"scss": "$calcite-corner-radius-xs",
|
|
2063
2151
|
"css": "var(--calcite-corner-radius-xs)",
|
|
2064
|
-
"js": "semantic.corner
|
|
2065
|
-
"docs": "semantic.corner
|
|
2152
|
+
"js": "semantic.corner-radius.xs",
|
|
2153
|
+
"docs": "semantic.corner-radius.xs",
|
|
2066
2154
|
"es6": "calciteCornerRadiusXs"
|
|
2067
2155
|
},
|
|
2068
2156
|
"calcite-schema": {
|
|
@@ -2071,25 +2159,24 @@
|
|
|
2071
2159
|
"type": "dimension"
|
|
2072
2160
|
}
|
|
2073
2161
|
},
|
|
2074
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
2162
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
2075
2163
|
"isSource": true,
|
|
2076
2164
|
"name": "Corner Radius Xs",
|
|
2077
|
-
"path": ["semantic", "corner
|
|
2165
|
+
"path": ["semantic", "corner-radius", "xs"]
|
|
2078
2166
|
},
|
|
2079
2167
|
{
|
|
2080
|
-
"key": "{semantic.corner
|
|
2168
|
+
"key": "{semantic.corner-radius.sm}",
|
|
2081
2169
|
"value": "4px",
|
|
2082
2170
|
"type": "dimension",
|
|
2083
2171
|
"attributes": {
|
|
2084
|
-
"category": "corner",
|
|
2085
|
-
"type": "corner",
|
|
2086
|
-
"item": "
|
|
2087
|
-
"subitem": "sm",
|
|
2172
|
+
"category": "corner-radius",
|
|
2173
|
+
"type": "corner-radius",
|
|
2174
|
+
"item": "sm",
|
|
2088
2175
|
"names": {
|
|
2089
2176
|
"scss": "$calcite-corner-radius-sm",
|
|
2090
2177
|
"css": "var(--calcite-corner-radius-sm)",
|
|
2091
|
-
"js": "semantic.corner
|
|
2092
|
-
"docs": "semantic.corner
|
|
2178
|
+
"js": "semantic.corner-radius.sm",
|
|
2179
|
+
"docs": "semantic.corner-radius.sm",
|
|
2093
2180
|
"es6": "calciteCornerRadiusSm"
|
|
2094
2181
|
},
|
|
2095
2182
|
"calcite-schema": {
|
|
@@ -2098,33 +2185,32 @@
|
|
|
2098
2185
|
"type": "dimension"
|
|
2099
2186
|
}
|
|
2100
2187
|
},
|
|
2101
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
2188
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
2102
2189
|
"isSource": true,
|
|
2103
2190
|
"name": "Corner Radius Sm",
|
|
2104
|
-
"path": ["semantic", "corner
|
|
2191
|
+
"path": ["semantic", "corner-radius", "sm"]
|
|
2105
2192
|
},
|
|
2106
2193
|
{
|
|
2107
|
-
"key": "{semantic.corner
|
|
2194
|
+
"key": "{semantic.corner-radius.round}",
|
|
2108
2195
|
"value": "4px",
|
|
2109
2196
|
"type": "dimension",
|
|
2110
2197
|
"attributes": {
|
|
2111
|
-
"category": "corner",
|
|
2198
|
+
"category": "corner-radius",
|
|
2112
2199
|
"type": "dimension",
|
|
2113
|
-
"item": "
|
|
2114
|
-
"subitem": "round",
|
|
2200
|
+
"item": "round",
|
|
2115
2201
|
"value": "4px",
|
|
2116
2202
|
"description": "deprecated, use --calcite-corner-radius-sm instead",
|
|
2117
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
2203
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
2118
2204
|
"isSource": true,
|
|
2119
|
-
"key": "{semantic.corner
|
|
2205
|
+
"key": "{semantic.corner-radius.round}",
|
|
2120
2206
|
"name": "calcite-semantic-corner-radius-round",
|
|
2121
|
-
"path": ["semantic", "corner
|
|
2207
|
+
"path": ["semantic", "corner-radius", "round"],
|
|
2122
2208
|
"comment": "deprecated, use --calcite-corner-radius-sm instead",
|
|
2123
2209
|
"names": {
|
|
2124
2210
|
"scss": "$calcite-corner-radius-round",
|
|
2125
2211
|
"css": "var(--calcite-corner-radius-round)",
|
|
2126
|
-
"js": "semantic.corner
|
|
2127
|
-
"docs": "semantic.corner
|
|
2212
|
+
"js": "semantic.corner-radius.round",
|
|
2213
|
+
"docs": "semantic.corner-radius.round",
|
|
2128
2214
|
"es6": "calciteCornerRadiusRound"
|
|
2129
2215
|
},
|
|
2130
2216
|
"calcite-schema": {
|
|
@@ -2134,27 +2220,25 @@
|
|
|
2134
2220
|
}
|
|
2135
2221
|
},
|
|
2136
2222
|
"description": "deprecated, use --calcite-corner-radius-sm instead",
|
|
2137
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
2223
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
2138
2224
|
"isSource": true,
|
|
2139
2225
|
"name": "Corner Radius Round",
|
|
2140
|
-
"path": ["semantic", "corner
|
|
2226
|
+
"path": ["semantic", "corner-radius", "round"],
|
|
2141
2227
|
"comment": "deprecated, use --calcite-corner-radius-sm instead"
|
|
2142
2228
|
},
|
|
2143
2229
|
{
|
|
2144
|
-
"key": "{semantic.corner
|
|
2230
|
+
"key": "{semantic.corner-radius.pill}",
|
|
2145
2231
|
"value": "100%",
|
|
2146
2232
|
"type": "dimension",
|
|
2147
2233
|
"attributes": {
|
|
2148
|
-
"
|
|
2149
|
-
"
|
|
2150
|
-
"
|
|
2151
|
-
"item": "radius",
|
|
2152
|
-
"subitem": "pill",
|
|
2234
|
+
"category": "corner-radius",
|
|
2235
|
+
"type": "corner-radius",
|
|
2236
|
+
"item": "pill",
|
|
2153
2237
|
"names": {
|
|
2154
2238
|
"scss": "$calcite-corner-radius-pill",
|
|
2155
2239
|
"css": "var(--calcite-corner-radius-pill)",
|
|
2156
|
-
"js": "semantic.corner
|
|
2157
|
-
"docs": "semantic.corner
|
|
2240
|
+
"js": "semantic.corner-radius.pill",
|
|
2241
|
+
"docs": "semantic.corner-radius.pill",
|
|
2158
2242
|
"es6": "calciteCornerRadiusPill"
|
|
2159
2243
|
},
|
|
2160
2244
|
"calcite-schema": {
|
|
@@ -2163,18 +2247,18 @@
|
|
|
2163
2247
|
"type": "dimension"
|
|
2164
2248
|
}
|
|
2165
2249
|
},
|
|
2166
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
2250
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
2167
2251
|
"isSource": true,
|
|
2168
2252
|
"name": "Corner Radius Pill",
|
|
2169
|
-
"path": ["semantic", "corner
|
|
2253
|
+
"path": ["semantic", "corner-radius", "pill"]
|
|
2170
2254
|
},
|
|
2171
2255
|
{
|
|
2172
2256
|
"key": "{semantic.font.family.default}",
|
|
2173
2257
|
"value": "[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"]",
|
|
2174
2258
|
"type": "fontFamily",
|
|
2175
2259
|
"attributes": {
|
|
2260
|
+
"category": "font",
|
|
2176
2261
|
"group": "family",
|
|
2177
|
-
"category": "semantic",
|
|
2178
2262
|
"type": "fontFamily",
|
|
2179
2263
|
"item": "family",
|
|
2180
2264
|
"subitem": "default",
|
|
@@ -2212,6 +2296,7 @@
|
|
|
2212
2296
|
"type": "fontFamily",
|
|
2213
2297
|
"attributes": {
|
|
2214
2298
|
"category": "font",
|
|
2299
|
+
"group": "family",
|
|
2215
2300
|
"type": "fontFamily",
|
|
2216
2301
|
"item": "family",
|
|
2217
2302
|
"subitem": "code",
|
|
@@ -2249,6 +2334,7 @@
|
|
|
2249
2334
|
"type": "fontWeight",
|
|
2250
2335
|
"attributes": {
|
|
2251
2336
|
"category": "font",
|
|
2337
|
+
"group": "weight",
|
|
2252
2338
|
"type": "fontWeight",
|
|
2253
2339
|
"item": "weight",
|
|
2254
2340
|
"subitem": "light",
|
|
@@ -2289,6 +2375,7 @@
|
|
|
2289
2375
|
},
|
|
2290
2376
|
"attributes": {
|
|
2291
2377
|
"category": "font",
|
|
2378
|
+
"group": "weight",
|
|
2292
2379
|
"type": "fontWeight",
|
|
2293
2380
|
"item": "weight",
|
|
2294
2381
|
"subitem": "normal",
|
|
@@ -2329,6 +2416,7 @@
|
|
|
2329
2416
|
"type": "fontWeight",
|
|
2330
2417
|
"attributes": {
|
|
2331
2418
|
"category": "font",
|
|
2419
|
+
"group": "weight",
|
|
2332
2420
|
"type": "font",
|
|
2333
2421
|
"item": "weight",
|
|
2334
2422
|
"subitem": "regular",
|
|
@@ -2356,6 +2444,7 @@
|
|
|
2356
2444
|
"type": "fontWeight",
|
|
2357
2445
|
"attributes": {
|
|
2358
2446
|
"category": "font",
|
|
2447
|
+
"group": "weight",
|
|
2359
2448
|
"type": "font",
|
|
2360
2449
|
"item": "weight",
|
|
2361
2450
|
"subitem": "medium",
|
|
@@ -2383,6 +2472,7 @@
|
|
|
2383
2472
|
"type": "fontWeight",
|
|
2384
2473
|
"attributes": {
|
|
2385
2474
|
"category": "font",
|
|
2475
|
+
"group": "weight",
|
|
2386
2476
|
"type": "font",
|
|
2387
2477
|
"item": "weight",
|
|
2388
2478
|
"subitem": "semibold",
|
|
@@ -2410,6 +2500,7 @@
|
|
|
2410
2500
|
"type": "fontWeight",
|
|
2411
2501
|
"attributes": {
|
|
2412
2502
|
"category": "font",
|
|
2503
|
+
"group": "weight",
|
|
2413
2504
|
"type": "font",
|
|
2414
2505
|
"item": "weight",
|
|
2415
2506
|
"subitem": "bold",
|
|
@@ -2437,6 +2528,7 @@
|
|
|
2437
2528
|
"type": "fontSize",
|
|
2438
2529
|
"attributes": {
|
|
2439
2530
|
"category": "font",
|
|
2531
|
+
"group": "size",
|
|
2440
2532
|
"type": "font",
|
|
2441
2533
|
"item": "size",
|
|
2442
2534
|
"subitem": "xs",
|
|
@@ -2464,6 +2556,7 @@
|
|
|
2464
2556
|
"type": "fontSize",
|
|
2465
2557
|
"attributes": {
|
|
2466
2558
|
"category": "font",
|
|
2559
|
+
"group": "size",
|
|
2467
2560
|
"type": "font",
|
|
2468
2561
|
"item": "size",
|
|
2469
2562
|
"subitem": "sm",
|
|
@@ -2491,6 +2584,7 @@
|
|
|
2491
2584
|
"type": "fontSize",
|
|
2492
2585
|
"attributes": {
|
|
2493
2586
|
"category": "font",
|
|
2587
|
+
"group": "size",
|
|
2494
2588
|
"type": "font",
|
|
2495
2589
|
"item": "size",
|
|
2496
2590
|
"subitem": "default",
|
|
@@ -2518,6 +2612,7 @@
|
|
|
2518
2612
|
"type": "fontSize",
|
|
2519
2613
|
"attributes": {
|
|
2520
2614
|
"category": "font",
|
|
2615
|
+
"group": "size",
|
|
2521
2616
|
"type": "font",
|
|
2522
2617
|
"item": "size",
|
|
2523
2618
|
"subitem": "md",
|
|
@@ -2545,6 +2640,7 @@
|
|
|
2545
2640
|
"type": "fontSize",
|
|
2546
2641
|
"attributes": {
|
|
2547
2642
|
"category": "font",
|
|
2643
|
+
"group": "size",
|
|
2548
2644
|
"type": "font",
|
|
2549
2645
|
"item": "size",
|
|
2550
2646
|
"subitem": "lg",
|
|
@@ -2572,6 +2668,7 @@
|
|
|
2572
2668
|
"type": "fontSize",
|
|
2573
2669
|
"attributes": {
|
|
2574
2670
|
"category": "font",
|
|
2671
|
+
"group": "size",
|
|
2575
2672
|
"type": "font",
|
|
2576
2673
|
"item": "size",
|
|
2577
2674
|
"subitem": "xl",
|
|
@@ -2599,6 +2696,7 @@
|
|
|
2599
2696
|
"type": "fontSize",
|
|
2600
2697
|
"attributes": {
|
|
2601
2698
|
"category": "font",
|
|
2699
|
+
"group": "size",
|
|
2602
2700
|
"type": "font",
|
|
2603
2701
|
"item": "size",
|
|
2604
2702
|
"subitem": "xxl",
|
|
@@ -2627,6 +2725,7 @@
|
|
|
2627
2725
|
"description": "used in ratings",
|
|
2628
2726
|
"attributes": {
|
|
2629
2727
|
"category": "font",
|
|
2728
|
+
"group": "style",
|
|
2630
2729
|
"type": "fontStyle",
|
|
2631
2730
|
"item": "style",
|
|
2632
2731
|
"subitem": "emphasis",
|
|
@@ -2663,6 +2762,8 @@
|
|
|
2663
2762
|
"type": "lineHeight",
|
|
2664
2763
|
"attributes": {
|
|
2665
2764
|
"category": "font",
|
|
2765
|
+
"group": "line-height",
|
|
2766
|
+
"kind": "fixed",
|
|
2666
2767
|
"type": "font",
|
|
2667
2768
|
"item": "line-height",
|
|
2668
2769
|
"subitem": "fixed",
|
|
@@ -2691,6 +2792,8 @@
|
|
|
2691
2792
|
"type": "lineHeight",
|
|
2692
2793
|
"attributes": {
|
|
2693
2794
|
"category": "font",
|
|
2795
|
+
"group": "line-height",
|
|
2796
|
+
"kind": "fixed",
|
|
2694
2797
|
"type": "font",
|
|
2695
2798
|
"item": "line-height",
|
|
2696
2799
|
"subitem": "fixed",
|
|
@@ -2719,6 +2822,8 @@
|
|
|
2719
2822
|
"type": "lineHeight",
|
|
2720
2823
|
"attributes": {
|
|
2721
2824
|
"category": "font",
|
|
2825
|
+
"group": "line-height",
|
|
2826
|
+
"kind": "fixed",
|
|
2722
2827
|
"type": "font",
|
|
2723
2828
|
"item": "line-height",
|
|
2724
2829
|
"subitem": "fixed",
|
|
@@ -2747,6 +2852,8 @@
|
|
|
2747
2852
|
"type": "lineHeight",
|
|
2748
2853
|
"attributes": {
|
|
2749
2854
|
"category": "font",
|
|
2855
|
+
"group": "line-height",
|
|
2856
|
+
"kind": "fixed",
|
|
2750
2857
|
"type": "font",
|
|
2751
2858
|
"item": "line-height",
|
|
2752
2859
|
"subitem": "fixed",
|
|
@@ -2776,6 +2883,8 @@
|
|
|
2776
2883
|
"description": "1",
|
|
2777
2884
|
"attributes": {
|
|
2778
2885
|
"category": "font",
|
|
2886
|
+
"group": "line-height",
|
|
2887
|
+
"kind": "relative",
|
|
2779
2888
|
"type": "lineHeight",
|
|
2780
2889
|
"item": "line-height",
|
|
2781
2890
|
"subitem": "relative",
|
|
@@ -2814,6 +2923,8 @@
|
|
|
2814
2923
|
"description": "1.25",
|
|
2815
2924
|
"attributes": {
|
|
2816
2925
|
"category": "font",
|
|
2926
|
+
"group": "line-height",
|
|
2927
|
+
"kind": "relative",
|
|
2817
2928
|
"type": "lineHeight",
|
|
2818
2929
|
"item": "line-height",
|
|
2819
2930
|
"subitem": "relative",
|
|
@@ -2852,6 +2963,8 @@
|
|
|
2852
2963
|
"description": "1.375",
|
|
2853
2964
|
"attributes": {
|
|
2854
2965
|
"category": "font",
|
|
2966
|
+
"group": "line-height",
|
|
2967
|
+
"kind": "relative",
|
|
2855
2968
|
"type": "lineHeight",
|
|
2856
2969
|
"item": "line-height",
|
|
2857
2970
|
"subitem": "relative",
|
|
@@ -2890,6 +3003,8 @@
|
|
|
2890
3003
|
"description": "1.5",
|
|
2891
3004
|
"attributes": {
|
|
2892
3005
|
"category": "font",
|
|
3006
|
+
"group": "line-height",
|
|
3007
|
+
"kind": "relative",
|
|
2893
3008
|
"type": "lineHeight",
|
|
2894
3009
|
"item": "line-height",
|
|
2895
3010
|
"subitem": "relative",
|
|
@@ -2928,6 +3043,8 @@
|
|
|
2928
3043
|
"description": "1.625",
|
|
2929
3044
|
"attributes": {
|
|
2930
3045
|
"category": "font",
|
|
3046
|
+
"group": "line-height",
|
|
3047
|
+
"kind": "relative",
|
|
2931
3048
|
"type": "lineHeight",
|
|
2932
3049
|
"item": "line-height",
|
|
2933
3050
|
"subitem": "relative",
|
|
@@ -2966,6 +3083,8 @@
|
|
|
2966
3083
|
"description": "2",
|
|
2967
3084
|
"attributes": {
|
|
2968
3085
|
"category": "font",
|
|
3086
|
+
"group": "line-height",
|
|
3087
|
+
"kind": "relative",
|
|
2969
3088
|
"type": "lineHeight",
|
|
2970
3089
|
"item": "line-height",
|
|
2971
3090
|
"subitem": "relative",
|
|
@@ -3004,6 +3123,7 @@
|
|
|
3004
3123
|
"description": "Deprecated",
|
|
3005
3124
|
"attributes": {
|
|
3006
3125
|
"category": "font",
|
|
3126
|
+
"group": "letter-spacing",
|
|
3007
3127
|
"type": "dimension",
|
|
3008
3128
|
"item": "letter-spacing",
|
|
3009
3129
|
"subitem": "tight",
|
|
@@ -3041,6 +3161,7 @@
|
|
|
3041
3161
|
"description": "Deprecated",
|
|
3042
3162
|
"attributes": {
|
|
3043
3163
|
"category": "font",
|
|
3164
|
+
"group": "letter-spacing",
|
|
3044
3165
|
"type": "dimension",
|
|
3045
3166
|
"item": "letter-spacing",
|
|
3046
3167
|
"subitem": "normal",
|
|
@@ -3078,6 +3199,7 @@
|
|
|
3078
3199
|
"description": "Deprecated",
|
|
3079
3200
|
"attributes": {
|
|
3080
3201
|
"category": "font",
|
|
3202
|
+
"group": "letter-spacing",
|
|
3081
3203
|
"type": "dimension",
|
|
3082
3204
|
"item": "letter-spacing",
|
|
3083
3205
|
"subitem": "wide",
|
|
@@ -3115,6 +3237,7 @@
|
|
|
3115
3237
|
"description": "Deprecated",
|
|
3116
3238
|
"attributes": {
|
|
3117
3239
|
"category": "font",
|
|
3240
|
+
"group": "paragraph-spacing",
|
|
3118
3241
|
"type": "dimension",
|
|
3119
3242
|
"item": "paragraph-spacing",
|
|
3120
3243
|
"subitem": "normal",
|
|
@@ -3152,6 +3275,7 @@
|
|
|
3152
3275
|
"description": "Deprecated",
|
|
3153
3276
|
"attributes": {
|
|
3154
3277
|
"category": "font",
|
|
3278
|
+
"group": "text-decoration",
|
|
3155
3279
|
"type": "textDecoration",
|
|
3156
3280
|
"item": "text-decoration",
|
|
3157
3281
|
"subitem": "none",
|
|
@@ -3189,6 +3313,7 @@
|
|
|
3189
3313
|
"description": "Deprecated",
|
|
3190
3314
|
"attributes": {
|
|
3191
3315
|
"category": "font",
|
|
3316
|
+
"group": "text-decoration",
|
|
3192
3317
|
"type": "textDecoration",
|
|
3193
3318
|
"item": "text-decoration",
|
|
3194
3319
|
"subitem": "underline",
|
|
@@ -3226,6 +3351,7 @@
|
|
|
3226
3351
|
"description": "Deprecated",
|
|
3227
3352
|
"attributes": {
|
|
3228
3353
|
"category": "font",
|
|
3354
|
+
"group": "text-case",
|
|
3229
3355
|
"type": "textCase",
|
|
3230
3356
|
"item": "text-case",
|
|
3231
3357
|
"subitem": "none",
|
|
@@ -3263,6 +3389,7 @@
|
|
|
3263
3389
|
"description": "Deprecated",
|
|
3264
3390
|
"attributes": {
|
|
3265
3391
|
"category": "font",
|
|
3392
|
+
"group": "text-case",
|
|
3266
3393
|
"type": "textCase",
|
|
3267
3394
|
"item": "text-case",
|
|
3268
3395
|
"subitem": "uppercase",
|
|
@@ -3300,6 +3427,7 @@
|
|
|
3300
3427
|
"description": "Deprecated",
|
|
3301
3428
|
"attributes": {
|
|
3302
3429
|
"category": "font",
|
|
3430
|
+
"group": "text-case",
|
|
3303
3431
|
"type": "textCase",
|
|
3304
3432
|
"item": "text-case",
|
|
3305
3433
|
"subitem": "lowercase",
|
|
@@ -3337,6 +3465,7 @@
|
|
|
3337
3465
|
"description": "Deprecated",
|
|
3338
3466
|
"attributes": {
|
|
3339
3467
|
"category": "font",
|
|
3468
|
+
"group": "text-case",
|
|
3340
3469
|
"type": "textCase",
|
|
3341
3470
|
"item": "text-case",
|
|
3342
3471
|
"subitem": "capitalize",
|
|
@@ -4257,7 +4386,7 @@
|
|
|
4257
4386
|
"value": "4px",
|
|
4258
4387
|
"type": "dimension",
|
|
4259
4388
|
"attributes": {
|
|
4260
|
-
"category": "
|
|
4389
|
+
"category": "spacing",
|
|
4261
4390
|
"type": "dimension",
|
|
4262
4391
|
"item": "fixed",
|
|
4263
4392
|
"subitem": "xxs",
|
|
@@ -4294,7 +4423,7 @@
|
|
|
4294
4423
|
"value": "6px",
|
|
4295
4424
|
"type": "dimension",
|
|
4296
4425
|
"attributes": {
|
|
4297
|
-
"category": "
|
|
4426
|
+
"category": "spacing",
|
|
4298
4427
|
"type": "dimension",
|
|
4299
4428
|
"item": "fixed",
|
|
4300
4429
|
"subitem": "xs",
|
|
@@ -4331,7 +4460,7 @@
|
|
|
4331
4460
|
"value": "8px",
|
|
4332
4461
|
"type": "dimension",
|
|
4333
4462
|
"attributes": {
|
|
4334
|
-
"category": "
|
|
4463
|
+
"category": "spacing",
|
|
4335
4464
|
"type": "dimension",
|
|
4336
4465
|
"item": "fixed",
|
|
4337
4466
|
"subitem": "sm",
|
|
@@ -4368,7 +4497,7 @@
|
|
|
4368
4497
|
"value": "12px",
|
|
4369
4498
|
"type": "dimension",
|
|
4370
4499
|
"attributes": {
|
|
4371
|
-
"category": "
|
|
4500
|
+
"category": "spacing",
|
|
4372
4501
|
"type": "dimension",
|
|
4373
4502
|
"item": "fixed",
|
|
4374
4503
|
"subitem": "md",
|
|
@@ -4405,7 +4534,7 @@
|
|
|
4405
4534
|
"value": "14px",
|
|
4406
4535
|
"type": "dimension",
|
|
4407
4536
|
"attributes": {
|
|
4408
|
-
"category": "
|
|
4537
|
+
"category": "spacing",
|
|
4409
4538
|
"type": "dimension",
|
|
4410
4539
|
"item": "fixed",
|
|
4411
4540
|
"subitem": "lg",
|
|
@@ -4442,7 +4571,7 @@
|
|
|
4442
4571
|
"value": "16px",
|
|
4443
4572
|
"type": "dimension",
|
|
4444
4573
|
"attributes": {
|
|
4445
|
-
"category": "
|
|
4574
|
+
"category": "spacing",
|
|
4446
4575
|
"type": "dimension",
|
|
4447
4576
|
"item": "fixed",
|
|
4448
4577
|
"subitem": "xl",
|
|
@@ -4479,7 +4608,7 @@
|
|
|
4479
4608
|
"value": "20px",
|
|
4480
4609
|
"type": "dimension",
|
|
4481
4610
|
"attributes": {
|
|
4482
|
-
"category": "
|
|
4611
|
+
"category": "spacing",
|
|
4483
4612
|
"type": "dimension",
|
|
4484
4613
|
"item": "fixed",
|
|
4485
4614
|
"subitem": "xxl",
|
|
@@ -4516,7 +4645,7 @@
|
|
|
4516
4645
|
"value": "32px",
|
|
4517
4646
|
"type": "dimension",
|
|
4518
4647
|
"attributes": {
|
|
4519
|
-
"category": "
|
|
4648
|
+
"category": "spacing",
|
|
4520
4649
|
"type": "dimension",
|
|
4521
4650
|
"item": "fixed",
|
|
4522
4651
|
"subitem": "xxxl",
|
|
@@ -4553,8 +4682,7 @@
|
|
|
4553
4682
|
"value": "0",
|
|
4554
4683
|
"type": "dimension",
|
|
4555
4684
|
"attributes": {
|
|
4556
|
-
"
|
|
4557
|
-
"category": "space",
|
|
4685
|
+
"category": "spacing",
|
|
4558
4686
|
"type": "spacing",
|
|
4559
4687
|
"item": "default",
|
|
4560
4688
|
"subitem": "none",
|
|
@@ -4581,8 +4709,7 @@
|
|
|
4581
4709
|
"value": "1px",
|
|
4582
4710
|
"type": "dimension",
|
|
4583
4711
|
"attributes": {
|
|
4584
|
-
"
|
|
4585
|
-
"category": "space",
|
|
4712
|
+
"category": "spacing",
|
|
4586
4713
|
"type": "spacing",
|
|
4587
4714
|
"item": "default",
|
|
4588
4715
|
"subitem": "px",
|
|
@@ -4609,8 +4736,7 @@
|
|
|
4609
4736
|
"value": "2px",
|
|
4610
4737
|
"type": "dimension",
|
|
4611
4738
|
"attributes": {
|
|
4612
|
-
"
|
|
4613
|
-
"category": "space",
|
|
4739
|
+
"category": "spacing",
|
|
4614
4740
|
"type": "spacing",
|
|
4615
4741
|
"item": "default",
|
|
4616
4742
|
"subitem": "base",
|
|
@@ -4637,7 +4763,7 @@
|
|
|
4637
4763
|
"value": "0.25rem",
|
|
4638
4764
|
"type": "dimension",
|
|
4639
4765
|
"attributes": {
|
|
4640
|
-
"category": "
|
|
4766
|
+
"category": "spacing",
|
|
4641
4767
|
"type": "spacing",
|
|
4642
4768
|
"item": "default",
|
|
4643
4769
|
"subitem": "xxs",
|
|
@@ -4664,7 +4790,7 @@
|
|
|
4664
4790
|
"value": "0.375rem",
|
|
4665
4791
|
"type": "dimension",
|
|
4666
4792
|
"attributes": {
|
|
4667
|
-
"category": "
|
|
4793
|
+
"category": "spacing",
|
|
4668
4794
|
"type": "spacing",
|
|
4669
4795
|
"item": "default",
|
|
4670
4796
|
"subitem": "xs",
|
|
@@ -4691,7 +4817,7 @@
|
|
|
4691
4817
|
"value": "0.5rem",
|
|
4692
4818
|
"type": "dimension",
|
|
4693
4819
|
"attributes": {
|
|
4694
|
-
"category": "
|
|
4820
|
+
"category": "spacing",
|
|
4695
4821
|
"type": "spacing",
|
|
4696
4822
|
"item": "default",
|
|
4697
4823
|
"subitem": "sm",
|
|
@@ -4718,7 +4844,7 @@
|
|
|
4718
4844
|
"value": "0.625rem",
|
|
4719
4845
|
"type": "dimension",
|
|
4720
4846
|
"attributes": {
|
|
4721
|
-
"category": "
|
|
4847
|
+
"category": "spacing",
|
|
4722
4848
|
"type": "spacing",
|
|
4723
4849
|
"item": "default",
|
|
4724
4850
|
"subitem": "sm+",
|
|
@@ -4745,7 +4871,7 @@
|
|
|
4745
4871
|
"value": "0.75rem",
|
|
4746
4872
|
"type": "dimension",
|
|
4747
4873
|
"attributes": {
|
|
4748
|
-
"category": "
|
|
4874
|
+
"category": "spacing",
|
|
4749
4875
|
"type": "spacing",
|
|
4750
4876
|
"item": "default",
|
|
4751
4877
|
"subitem": "md",
|
|
@@ -4772,7 +4898,7 @@
|
|
|
4772
4898
|
"value": "0.875rem",
|
|
4773
4899
|
"type": "dimension",
|
|
4774
4900
|
"attributes": {
|
|
4775
|
-
"category": "
|
|
4901
|
+
"category": "spacing",
|
|
4776
4902
|
"type": "spacing",
|
|
4777
4903
|
"item": "default",
|
|
4778
4904
|
"subitem": "md+",
|
|
@@ -4799,7 +4925,7 @@
|
|
|
4799
4925
|
"value": "1rem",
|
|
4800
4926
|
"type": "dimension",
|
|
4801
4927
|
"attributes": {
|
|
4802
|
-
"category": "
|
|
4928
|
+
"category": "spacing",
|
|
4803
4929
|
"type": "spacing",
|
|
4804
4930
|
"item": "default",
|
|
4805
4931
|
"subitem": "lg",
|
|
@@ -4826,7 +4952,7 @@
|
|
|
4826
4952
|
"value": "1.25rem",
|
|
4827
4953
|
"type": "dimension",
|
|
4828
4954
|
"attributes": {
|
|
4829
|
-
"category": "
|
|
4955
|
+
"category": "spacing",
|
|
4830
4956
|
"type": "spacing",
|
|
4831
4957
|
"item": "default",
|
|
4832
4958
|
"subitem": "xl",
|
|
@@ -4853,7 +4979,7 @@
|
|
|
4853
4979
|
"value": "1.5rem",
|
|
4854
4980
|
"type": "dimension",
|
|
4855
4981
|
"attributes": {
|
|
4856
|
-
"category": "
|
|
4982
|
+
"category": "spacing",
|
|
4857
4983
|
"type": "spacing",
|
|
4858
4984
|
"item": "default",
|
|
4859
4985
|
"subitem": "xxl",
|
|
@@ -4880,7 +5006,7 @@
|
|
|
4880
5006
|
"value": "2rem",
|
|
4881
5007
|
"type": "dimension",
|
|
4882
5008
|
"attributes": {
|
|
4883
|
-
"category": "
|
|
5009
|
+
"category": "spacing",
|
|
4884
5010
|
"type": "spacing",
|
|
4885
5011
|
"item": "default",
|
|
4886
5012
|
"subitem": "xxxl",
|
|
@@ -4907,7 +5033,7 @@
|
|
|
4907
5033
|
"type": "typography",
|
|
4908
5034
|
"value": "{\"fontFamily\":[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"],\"fontSize\":\"14px\",\"fontWeight\":\"400\",\"letterSpacing\":\"0\",\"lineHeight\":\"16px\",\"paragraphSpacing\":\"4px\",\"textCase\":\"none\",\"textDecoration\":\"none\"}",
|
|
4909
5035
|
"attributes": {
|
|
4910
|
-
"category": "",
|
|
5036
|
+
"category": "typography",
|
|
4911
5037
|
"type": "typography",
|
|
4912
5038
|
"item": "default",
|
|
4913
5039
|
"subitem": "default",
|
|
@@ -4951,7 +5077,7 @@
|
|
|
4951
5077
|
}
|
|
4952
5078
|
},
|
|
4953
5079
|
"attributes": {
|
|
4954
|
-
"category": "",
|
|
5080
|
+
"category": "typography",
|
|
4955
5081
|
"type": "typography",
|
|
4956
5082
|
"item": "default",
|
|
4957
5083
|
"subitem": "light",
|
|
@@ -4961,7 +5087,7 @@
|
|
|
4961
5087
|
"css": "var(--calcite-typography-light-minus-3h)",
|
|
4962
5088
|
"js": "semantic.typography.default.light.-3h",
|
|
4963
5089
|
"docs": "semantic.typography.default.light.-3h",
|
|
4964
|
-
"es6": "
|
|
5090
|
+
"es6": "calciteTypographyLightMinus3h"
|
|
4965
5091
|
},
|
|
4966
5092
|
"calcite-schema": {
|
|
4967
5093
|
"system": "calcite",
|
|
@@ -4996,7 +5122,7 @@
|
|
|
4996
5122
|
}
|
|
4997
5123
|
},
|
|
4998
5124
|
"attributes": {
|
|
4999
|
-
"category": "
|
|
5125
|
+
"category": "typography",
|
|
5000
5126
|
"type": "typography",
|
|
5001
5127
|
"item": "default",
|
|
5002
5128
|
"subitem": "light",
|
|
@@ -5006,7 +5132,7 @@
|
|
|
5006
5132
|
"css": "var(--calcite-typography-light-minus-2h)",
|
|
5007
5133
|
"js": "semantic.typography.default.light.-2h",
|
|
5008
5134
|
"docs": "semantic.typography.default.light.-2h",
|
|
5009
|
-
"es6": "
|
|
5135
|
+
"es6": "calciteTypographyLightMinus2h"
|
|
5010
5136
|
},
|
|
5011
5137
|
"calcite-schema": {
|
|
5012
5138
|
"system": "calcite",
|
|
@@ -5041,7 +5167,7 @@
|
|
|
5041
5167
|
}
|
|
5042
5168
|
},
|
|
5043
5169
|
"attributes": {
|
|
5044
|
-
"category": "
|
|
5170
|
+
"category": "typography",
|
|
5045
5171
|
"type": "typography",
|
|
5046
5172
|
"item": "default",
|
|
5047
5173
|
"subitem": "light",
|
|
@@ -5051,7 +5177,7 @@
|
|
|
5051
5177
|
"css": "var(--calcite-typography-light-minus-1h)",
|
|
5052
5178
|
"js": "semantic.typography.default.light.-1h",
|
|
5053
5179
|
"docs": "semantic.typography.default.light.-1h",
|
|
5054
|
-
"es6": "
|
|
5180
|
+
"es6": "calciteTypographyLightMinus1h"
|
|
5055
5181
|
},
|
|
5056
5182
|
"calcite-schema": {
|
|
5057
5183
|
"system": "calcite",
|
|
@@ -5086,7 +5212,7 @@
|
|
|
5086
5212
|
}
|
|
5087
5213
|
},
|
|
5088
5214
|
"attributes": {
|
|
5089
|
-
"category": "
|
|
5215
|
+
"category": "typography",
|
|
5090
5216
|
"type": "typography",
|
|
5091
5217
|
"item": "default",
|
|
5092
5218
|
"subitem": "light",
|
|
@@ -5096,7 +5222,7 @@
|
|
|
5096
5222
|
"css": "var(--calcite-typography-light-0h)",
|
|
5097
5223
|
"js": "semantic.typography.default.light.0h",
|
|
5098
5224
|
"docs": "semantic.typography.default.light.0h",
|
|
5099
|
-
"es6": "
|
|
5225
|
+
"es6": "calciteTypographyLight0h"
|
|
5100
5226
|
},
|
|
5101
5227
|
"calcite-schema": {
|
|
5102
5228
|
"system": "calcite",
|
|
@@ -5131,7 +5257,7 @@
|
|
|
5131
5257
|
}
|
|
5132
5258
|
},
|
|
5133
5259
|
"attributes": {
|
|
5134
|
-
"category": "
|
|
5260
|
+
"category": "typography",
|
|
5135
5261
|
"type": "typography",
|
|
5136
5262
|
"item": "default",
|
|
5137
5263
|
"subitem": "light",
|
|
@@ -5141,7 +5267,7 @@
|
|
|
5141
5267
|
"css": "var(--calcite-typography-light-1h)",
|
|
5142
5268
|
"js": "semantic.typography.default.light.1h",
|
|
5143
5269
|
"docs": "semantic.typography.default.light.1h",
|
|
5144
|
-
"es6": "
|
|
5270
|
+
"es6": "calciteTypographyLight1h"
|
|
5145
5271
|
},
|
|
5146
5272
|
"calcite-schema": {
|
|
5147
5273
|
"system": "calcite",
|
|
@@ -5176,7 +5302,7 @@
|
|
|
5176
5302
|
}
|
|
5177
5303
|
},
|
|
5178
5304
|
"attributes": {
|
|
5179
|
-
"category": "
|
|
5305
|
+
"category": "typography",
|
|
5180
5306
|
"type": "typography",
|
|
5181
5307
|
"item": "default",
|
|
5182
5308
|
"subitem": "regular",
|
|
@@ -5186,7 +5312,7 @@
|
|
|
5186
5312
|
"css": "var(--calcite-typography-regular-minus-3h)",
|
|
5187
5313
|
"js": "semantic.typography.default.regular.-3h",
|
|
5188
5314
|
"docs": "semantic.typography.default.regular.-3h",
|
|
5189
|
-
"es6": "
|
|
5315
|
+
"es6": "calciteTypographyRegularMinus3h"
|
|
5190
5316
|
},
|
|
5191
5317
|
"calcite-schema": {
|
|
5192
5318
|
"system": "calcite",
|
|
@@ -5221,7 +5347,7 @@
|
|
|
5221
5347
|
}
|
|
5222
5348
|
},
|
|
5223
5349
|
"attributes": {
|
|
5224
|
-
"category": "
|
|
5350
|
+
"category": "typography",
|
|
5225
5351
|
"type": "typography",
|
|
5226
5352
|
"item": "default",
|
|
5227
5353
|
"subitem": "regular",
|
|
@@ -5231,7 +5357,7 @@
|
|
|
5231
5357
|
"css": "var(--calcite-typography-regular-minus-2h)",
|
|
5232
5358
|
"js": "semantic.typography.default.regular.-2h",
|
|
5233
5359
|
"docs": "semantic.typography.default.regular.-2h",
|
|
5234
|
-
"es6": "
|
|
5360
|
+
"es6": "calciteTypographyRegularMinus2h"
|
|
5235
5361
|
},
|
|
5236
5362
|
"calcite-schema": {
|
|
5237
5363
|
"system": "calcite",
|
|
@@ -5249,7 +5375,7 @@
|
|
|
5249
5375
|
"value": "{\"fontFamily\":[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"],\"fontSize\":\"14px\",\"fontWeight\":\"400\",\"letterSpacing\":\"0\",\"lineHeight\":\"16px\",\"paragraphSpacing\":\"4px\",\"textCase\":\"none\",\"textDecoration\":\"none\"}",
|
|
5250
5376
|
"type": "typography",
|
|
5251
5377
|
"attributes": {
|
|
5252
|
-
"category": "
|
|
5378
|
+
"category": "typography",
|
|
5253
5379
|
"type": "typography",
|
|
5254
5380
|
"item": "default",
|
|
5255
5381
|
"subitem": "regular",
|
|
@@ -5259,7 +5385,7 @@
|
|
|
5259
5385
|
"css": "var(--calcite-typography-regular-minus-1h)",
|
|
5260
5386
|
"js": "semantic.typography.default.regular.-1h",
|
|
5261
5387
|
"docs": "semantic.typography.default.regular.-1h",
|
|
5262
|
-
"es6": "
|
|
5388
|
+
"es6": "calciteTypographyRegularMinus1h"
|
|
5263
5389
|
},
|
|
5264
5390
|
"calcite-schema": {
|
|
5265
5391
|
"system": "calcite",
|
|
@@ -5294,7 +5420,7 @@
|
|
|
5294
5420
|
}
|
|
5295
5421
|
},
|
|
5296
5422
|
"attributes": {
|
|
5297
|
-
"category": "
|
|
5423
|
+
"category": "typography",
|
|
5298
5424
|
"type": "typography",
|
|
5299
5425
|
"item": "default",
|
|
5300
5426
|
"subitem": "regular",
|
|
@@ -5304,7 +5430,7 @@
|
|
|
5304
5430
|
"css": "var(--calcite-typography-regular-0h)",
|
|
5305
5431
|
"js": "semantic.typography.default.regular.0h",
|
|
5306
5432
|
"docs": "semantic.typography.default.regular.0h",
|
|
5307
|
-
"es6": "
|
|
5433
|
+
"es6": "calciteTypographyRegular0h"
|
|
5308
5434
|
},
|
|
5309
5435
|
"calcite-schema": {
|
|
5310
5436
|
"system": "calcite",
|
|
@@ -5339,7 +5465,7 @@
|
|
|
5339
5465
|
}
|
|
5340
5466
|
},
|
|
5341
5467
|
"attributes": {
|
|
5342
|
-
"category": "
|
|
5468
|
+
"category": "typography",
|
|
5343
5469
|
"type": "typography",
|
|
5344
5470
|
"item": "default",
|
|
5345
5471
|
"subitem": "regular",
|
|
@@ -5349,7 +5475,7 @@
|
|
|
5349
5475
|
"css": "var(--calcite-typography-regular-1h)",
|
|
5350
5476
|
"js": "semantic.typography.default.regular.1h",
|
|
5351
5477
|
"docs": "semantic.typography.default.regular.1h",
|
|
5352
|
-
"es6": "
|
|
5478
|
+
"es6": "calciteTypographyRegular1h"
|
|
5353
5479
|
},
|
|
5354
5480
|
"calcite-schema": {
|
|
5355
5481
|
"system": "calcite",
|
|
@@ -5384,7 +5510,7 @@
|
|
|
5384
5510
|
}
|
|
5385
5511
|
},
|
|
5386
5512
|
"attributes": {
|
|
5387
|
-
"category": "
|
|
5513
|
+
"category": "typography",
|
|
5388
5514
|
"type": "typography",
|
|
5389
5515
|
"item": "default",
|
|
5390
5516
|
"subitem": "medium",
|
|
@@ -5394,7 +5520,7 @@
|
|
|
5394
5520
|
"css": "var(--calcite-typography-medium-minus-3h)",
|
|
5395
5521
|
"js": "semantic.typography.default.medium.-3h",
|
|
5396
5522
|
"docs": "semantic.typography.default.medium.-3h",
|
|
5397
|
-
"es6": "
|
|
5523
|
+
"es6": "calciteTypographyMediumMinus3h"
|
|
5398
5524
|
},
|
|
5399
5525
|
"calcite-schema": {
|
|
5400
5526
|
"system": "calcite",
|
|
@@ -5429,7 +5555,7 @@
|
|
|
5429
5555
|
}
|
|
5430
5556
|
},
|
|
5431
5557
|
"attributes": {
|
|
5432
|
-
"category": "
|
|
5558
|
+
"category": "typography",
|
|
5433
5559
|
"type": "typography",
|
|
5434
5560
|
"item": "default",
|
|
5435
5561
|
"subitem": "medium",
|
|
@@ -5439,7 +5565,7 @@
|
|
|
5439
5565
|
"css": "var(--calcite-typography-medium-minus-2h)",
|
|
5440
5566
|
"js": "semantic.typography.default.medium.-2h",
|
|
5441
5567
|
"docs": "semantic.typography.default.medium.-2h",
|
|
5442
|
-
"es6": "
|
|
5568
|
+
"es6": "calciteTypographyMediumMinus2h"
|
|
5443
5569
|
},
|
|
5444
5570
|
"calcite-schema": {
|
|
5445
5571
|
"system": "calcite",
|
|
@@ -5474,7 +5600,7 @@
|
|
|
5474
5600
|
}
|
|
5475
5601
|
},
|
|
5476
5602
|
"attributes": {
|
|
5477
|
-
"category": "
|
|
5603
|
+
"category": "typography",
|
|
5478
5604
|
"type": "typography",
|
|
5479
5605
|
"item": "default",
|
|
5480
5606
|
"subitem": "medium",
|
|
@@ -5484,7 +5610,7 @@
|
|
|
5484
5610
|
"css": "var(--calcite-typography-medium-minus-1h)",
|
|
5485
5611
|
"js": "semantic.typography.default.medium.-1h",
|
|
5486
5612
|
"docs": "semantic.typography.default.medium.-1h",
|
|
5487
|
-
"es6": "
|
|
5613
|
+
"es6": "calciteTypographyMediumMinus1h"
|
|
5488
5614
|
},
|
|
5489
5615
|
"calcite-schema": {
|
|
5490
5616
|
"system": "calcite",
|
|
@@ -5519,7 +5645,7 @@
|
|
|
5519
5645
|
}
|
|
5520
5646
|
},
|
|
5521
5647
|
"attributes": {
|
|
5522
|
-
"category": "
|
|
5648
|
+
"category": "typography",
|
|
5523
5649
|
"type": "typography",
|
|
5524
5650
|
"item": "default",
|
|
5525
5651
|
"subitem": "medium",
|
|
@@ -5529,7 +5655,7 @@
|
|
|
5529
5655
|
"css": "var(--calcite-typography-medium-0h)",
|
|
5530
5656
|
"js": "semantic.typography.default.medium.0h",
|
|
5531
5657
|
"docs": "semantic.typography.default.medium.0h",
|
|
5532
|
-
"es6": "
|
|
5658
|
+
"es6": "calciteTypographyMedium0h"
|
|
5533
5659
|
},
|
|
5534
5660
|
"calcite-schema": {
|
|
5535
5661
|
"system": "calcite",
|
|
@@ -5564,7 +5690,7 @@
|
|
|
5564
5690
|
}
|
|
5565
5691
|
},
|
|
5566
5692
|
"attributes": {
|
|
5567
|
-
"category": "
|
|
5693
|
+
"category": "typography",
|
|
5568
5694
|
"type": "typography",
|
|
5569
5695
|
"item": "default",
|
|
5570
5696
|
"subitem": "medium",
|
|
@@ -5574,7 +5700,7 @@
|
|
|
5574
5700
|
"css": "var(--calcite-typography-medium-1h)",
|
|
5575
5701
|
"js": "semantic.typography.default.medium.1h",
|
|
5576
5702
|
"docs": "semantic.typography.default.medium.1h",
|
|
5577
|
-
"es6": "
|
|
5703
|
+
"es6": "calciteTypographyMedium1h"
|
|
5578
5704
|
},
|
|
5579
5705
|
"calcite-schema": {
|
|
5580
5706
|
"system": "calcite",
|
|
@@ -5609,7 +5735,7 @@
|
|
|
5609
5735
|
}
|
|
5610
5736
|
},
|
|
5611
5737
|
"attributes": {
|
|
5612
|
-
"category": "
|
|
5738
|
+
"category": "typography",
|
|
5613
5739
|
"type": "typography",
|
|
5614
5740
|
"item": "default",
|
|
5615
5741
|
"subitem": "bold",
|
|
@@ -5619,7 +5745,7 @@
|
|
|
5619
5745
|
"css": "var(--calcite-typography-bold-minus-3h)",
|
|
5620
5746
|
"js": "semantic.typography.default.bold.-3h",
|
|
5621
5747
|
"docs": "semantic.typography.default.bold.-3h",
|
|
5622
|
-
"es6": "
|
|
5748
|
+
"es6": "calciteTypographyBoldMinus3h"
|
|
5623
5749
|
},
|
|
5624
5750
|
"calcite-schema": {
|
|
5625
5751
|
"system": "calcite",
|
|
@@ -5654,7 +5780,7 @@
|
|
|
5654
5780
|
}
|
|
5655
5781
|
},
|
|
5656
5782
|
"attributes": {
|
|
5657
|
-
"category": "
|
|
5783
|
+
"category": "typography",
|
|
5658
5784
|
"type": "typography",
|
|
5659
5785
|
"item": "default",
|
|
5660
5786
|
"subitem": "bold",
|
|
@@ -5664,7 +5790,7 @@
|
|
|
5664
5790
|
"css": "var(--calcite-typography-bold-minus-2h)",
|
|
5665
5791
|
"js": "semantic.typography.default.bold.-2h",
|
|
5666
5792
|
"docs": "semantic.typography.default.bold.-2h",
|
|
5667
|
-
"es6": "
|
|
5793
|
+
"es6": "calciteTypographyBoldMinus2h"
|
|
5668
5794
|
},
|
|
5669
5795
|
"calcite-schema": {
|
|
5670
5796
|
"system": "calcite",
|
|
@@ -5699,7 +5825,7 @@
|
|
|
5699
5825
|
}
|
|
5700
5826
|
},
|
|
5701
5827
|
"attributes": {
|
|
5702
|
-
"category": "
|
|
5828
|
+
"category": "typography",
|
|
5703
5829
|
"type": "typography",
|
|
5704
5830
|
"item": "default",
|
|
5705
5831
|
"subitem": "bold",
|
|
@@ -5709,7 +5835,7 @@
|
|
|
5709
5835
|
"css": "var(--calcite-typography-bold-minus-1h)",
|
|
5710
5836
|
"js": "semantic.typography.default.bold.-1h",
|
|
5711
5837
|
"docs": "semantic.typography.default.bold.-1h",
|
|
5712
|
-
"es6": "
|
|
5838
|
+
"es6": "calciteTypographyBoldMinus1h"
|
|
5713
5839
|
},
|
|
5714
5840
|
"calcite-schema": {
|
|
5715
5841
|
"system": "calcite",
|
|
@@ -5744,7 +5870,7 @@
|
|
|
5744
5870
|
}
|
|
5745
5871
|
},
|
|
5746
5872
|
"attributes": {
|
|
5747
|
-
"category": "
|
|
5873
|
+
"category": "typography",
|
|
5748
5874
|
"type": "typography",
|
|
5749
5875
|
"item": "default",
|
|
5750
5876
|
"subitem": "bold",
|
|
@@ -5754,7 +5880,7 @@
|
|
|
5754
5880
|
"css": "var(--calcite-typography-bold-0h)",
|
|
5755
5881
|
"js": "semantic.typography.default.bold.0h",
|
|
5756
5882
|
"docs": "semantic.typography.default.bold.0h",
|
|
5757
|
-
"es6": "
|
|
5883
|
+
"es6": "calciteTypographyBold0h"
|
|
5758
5884
|
},
|
|
5759
5885
|
"calcite-schema": {
|
|
5760
5886
|
"system": "calcite",
|
|
@@ -5789,7 +5915,7 @@
|
|
|
5789
5915
|
}
|
|
5790
5916
|
},
|
|
5791
5917
|
"attributes": {
|
|
5792
|
-
"category": "
|
|
5918
|
+
"category": "typography",
|
|
5793
5919
|
"type": "typography",
|
|
5794
5920
|
"item": "default",
|
|
5795
5921
|
"subitem": "bold",
|
|
@@ -5799,7 +5925,7 @@
|
|
|
5799
5925
|
"css": "var(--calcite-typography-bold-1h)",
|
|
5800
5926
|
"js": "semantic.typography.default.bold.1h",
|
|
5801
5927
|
"docs": "semantic.typography.default.bold.1h",
|
|
5802
|
-
"es6": "
|
|
5928
|
+
"es6": "calciteTypographyBold1h"
|
|
5803
5929
|
},
|
|
5804
5930
|
"calcite-schema": {
|
|
5805
5931
|
"system": "calcite",
|
|
@@ -5834,7 +5960,7 @@
|
|
|
5834
5960
|
}
|
|
5835
5961
|
},
|
|
5836
5962
|
"attributes": {
|
|
5837
|
-
"category": "
|
|
5963
|
+
"category": "typography",
|
|
5838
5964
|
"type": "typography",
|
|
5839
5965
|
"item": "wrap",
|
|
5840
5966
|
"subitem": "light",
|
|
@@ -5879,7 +6005,7 @@
|
|
|
5879
6005
|
}
|
|
5880
6006
|
},
|
|
5881
6007
|
"attributes": {
|
|
5882
|
-
"category": "
|
|
6008
|
+
"category": "typography",
|
|
5883
6009
|
"type": "typography",
|
|
5884
6010
|
"item": "wrap",
|
|
5885
6011
|
"subitem": "light",
|
|
@@ -5924,7 +6050,7 @@
|
|
|
5924
6050
|
}
|
|
5925
6051
|
},
|
|
5926
6052
|
"attributes": {
|
|
5927
|
-
"category": "
|
|
6053
|
+
"category": "typography",
|
|
5928
6054
|
"type": "typography",
|
|
5929
6055
|
"item": "wrap",
|
|
5930
6056
|
"subitem": "light",
|
|
@@ -5969,7 +6095,7 @@
|
|
|
5969
6095
|
}
|
|
5970
6096
|
},
|
|
5971
6097
|
"attributes": {
|
|
5972
|
-
"category": "
|
|
6098
|
+
"category": "typography",
|
|
5973
6099
|
"type": "typography",
|
|
5974
6100
|
"item": "wrap",
|
|
5975
6101
|
"subitem": "light",
|
|
@@ -6014,7 +6140,7 @@
|
|
|
6014
6140
|
}
|
|
6015
6141
|
},
|
|
6016
6142
|
"attributes": {
|
|
6017
|
-
"category": "
|
|
6143
|
+
"category": "typography",
|
|
6018
6144
|
"type": "typography",
|
|
6019
6145
|
"item": "wrap",
|
|
6020
6146
|
"subitem": "light",
|
|
@@ -6059,7 +6185,7 @@
|
|
|
6059
6185
|
}
|
|
6060
6186
|
},
|
|
6061
6187
|
"attributes": {
|
|
6062
|
-
"category": "
|
|
6188
|
+
"category": "typography",
|
|
6063
6189
|
"type": "typography",
|
|
6064
6190
|
"item": "wrap",
|
|
6065
6191
|
"subitem": "light",
|
|
@@ -6104,7 +6230,7 @@
|
|
|
6104
6230
|
}
|
|
6105
6231
|
},
|
|
6106
6232
|
"attributes": {
|
|
6107
|
-
"category": "
|
|
6233
|
+
"category": "typography",
|
|
6108
6234
|
"type": "typography",
|
|
6109
6235
|
"item": "wrap",
|
|
6110
6236
|
"subitem": "regular",
|
|
@@ -6149,7 +6275,7 @@
|
|
|
6149
6275
|
}
|
|
6150
6276
|
},
|
|
6151
6277
|
"attributes": {
|
|
6152
|
-
"category": "
|
|
6278
|
+
"category": "typography",
|
|
6153
6279
|
"type": "typography",
|
|
6154
6280
|
"item": "wrap",
|
|
6155
6281
|
"subitem": "regular",
|
|
@@ -6194,7 +6320,7 @@
|
|
|
6194
6320
|
}
|
|
6195
6321
|
},
|
|
6196
6322
|
"attributes": {
|
|
6197
|
-
"category": "
|
|
6323
|
+
"category": "typography",
|
|
6198
6324
|
"type": "typography",
|
|
6199
6325
|
"item": "wrap",
|
|
6200
6326
|
"subitem": "regular",
|
|
@@ -6239,7 +6365,7 @@
|
|
|
6239
6365
|
}
|
|
6240
6366
|
},
|
|
6241
6367
|
"attributes": {
|
|
6242
|
-
"category": "
|
|
6368
|
+
"category": "typography",
|
|
6243
6369
|
"type": "typography",
|
|
6244
6370
|
"item": "wrap",
|
|
6245
6371
|
"subitem": "regular",
|
|
@@ -6284,7 +6410,7 @@
|
|
|
6284
6410
|
}
|
|
6285
6411
|
},
|
|
6286
6412
|
"attributes": {
|
|
6287
|
-
"category": "
|
|
6413
|
+
"category": "typography",
|
|
6288
6414
|
"type": "typography",
|
|
6289
6415
|
"item": "wrap",
|
|
6290
6416
|
"subitem": "regular",
|
|
@@ -6329,7 +6455,7 @@
|
|
|
6329
6455
|
}
|
|
6330
6456
|
},
|
|
6331
6457
|
"attributes": {
|
|
6332
|
-
"category": "
|
|
6458
|
+
"category": "typography",
|
|
6333
6459
|
"type": "typography",
|
|
6334
6460
|
"item": "wrap",
|
|
6335
6461
|
"subitem": "regular",
|
|
@@ -6374,7 +6500,7 @@
|
|
|
6374
6500
|
}
|
|
6375
6501
|
},
|
|
6376
6502
|
"attributes": {
|
|
6377
|
-
"category": "
|
|
6503
|
+
"category": "typography",
|
|
6378
6504
|
"type": "typography",
|
|
6379
6505
|
"item": "wrap",
|
|
6380
6506
|
"subitem": "medium",
|
|
@@ -6419,7 +6545,7 @@
|
|
|
6419
6545
|
}
|
|
6420
6546
|
},
|
|
6421
6547
|
"attributes": {
|
|
6422
|
-
"category": "
|
|
6548
|
+
"category": "typography",
|
|
6423
6549
|
"type": "typography",
|
|
6424
6550
|
"item": "wrap",
|
|
6425
6551
|
"subitem": "medium",
|
|
@@ -6464,7 +6590,7 @@
|
|
|
6464
6590
|
}
|
|
6465
6591
|
},
|
|
6466
6592
|
"attributes": {
|
|
6467
|
-
"category": "
|
|
6593
|
+
"category": "typography",
|
|
6468
6594
|
"type": "typography",
|
|
6469
6595
|
"item": "wrap",
|
|
6470
6596
|
"subitem": "medium",
|
|
@@ -6509,7 +6635,7 @@
|
|
|
6509
6635
|
}
|
|
6510
6636
|
},
|
|
6511
6637
|
"attributes": {
|
|
6512
|
-
"category": "
|
|
6638
|
+
"category": "typography",
|
|
6513
6639
|
"type": "typography",
|
|
6514
6640
|
"item": "wrap",
|
|
6515
6641
|
"subitem": "medium",
|
|
@@ -6554,7 +6680,7 @@
|
|
|
6554
6680
|
}
|
|
6555
6681
|
},
|
|
6556
6682
|
"attributes": {
|
|
6557
|
-
"category": "
|
|
6683
|
+
"category": "typography",
|
|
6558
6684
|
"type": "typography",
|
|
6559
6685
|
"item": "wrap",
|
|
6560
6686
|
"subitem": "medium",
|
|
@@ -6599,7 +6725,7 @@
|
|
|
6599
6725
|
}
|
|
6600
6726
|
},
|
|
6601
6727
|
"attributes": {
|
|
6602
|
-
"category": "
|
|
6728
|
+
"category": "typography",
|
|
6603
6729
|
"type": "typography",
|
|
6604
6730
|
"item": "wrap",
|
|
6605
6731
|
"subitem": "medium",
|
|
@@ -6644,7 +6770,7 @@
|
|
|
6644
6770
|
}
|
|
6645
6771
|
},
|
|
6646
6772
|
"attributes": {
|
|
6647
|
-
"category": "
|
|
6773
|
+
"category": "typography",
|
|
6648
6774
|
"type": "typography",
|
|
6649
6775
|
"item": "wrap",
|
|
6650
6776
|
"subitem": "bold",
|
|
@@ -6689,7 +6815,7 @@
|
|
|
6689
6815
|
}
|
|
6690
6816
|
},
|
|
6691
6817
|
"attributes": {
|
|
6692
|
-
"category": "
|
|
6818
|
+
"category": "typography",
|
|
6693
6819
|
"type": "typography",
|
|
6694
6820
|
"item": "wrap",
|
|
6695
6821
|
"subitem": "bold",
|
|
@@ -6734,7 +6860,7 @@
|
|
|
6734
6860
|
}
|
|
6735
6861
|
},
|
|
6736
6862
|
"attributes": {
|
|
6737
|
-
"category": "
|
|
6863
|
+
"category": "typography",
|
|
6738
6864
|
"type": "typography",
|
|
6739
6865
|
"item": "wrap",
|
|
6740
6866
|
"subitem": "bold",
|
|
@@ -6779,7 +6905,7 @@
|
|
|
6779
6905
|
}
|
|
6780
6906
|
},
|
|
6781
6907
|
"attributes": {
|
|
6782
|
-
"category": "
|
|
6908
|
+
"category": "typography",
|
|
6783
6909
|
"type": "typography",
|
|
6784
6910
|
"item": "wrap",
|
|
6785
6911
|
"subitem": "bold",
|
|
@@ -6824,7 +6950,7 @@
|
|
|
6824
6950
|
}
|
|
6825
6951
|
},
|
|
6826
6952
|
"attributes": {
|
|
6827
|
-
"category": "
|
|
6953
|
+
"category": "typography",
|
|
6828
6954
|
"type": "typography",
|
|
6829
6955
|
"item": "wrap",
|
|
6830
6956
|
"subitem": "bold",
|
|
@@ -6869,7 +6995,7 @@
|
|
|
6869
6995
|
}
|
|
6870
6996
|
},
|
|
6871
6997
|
"attributes": {
|
|
6872
|
-
"category": "
|
|
6998
|
+
"category": "typography",
|
|
6873
6999
|
"type": "typography",
|
|
6874
7000
|
"item": "wrap",
|
|
6875
7001
|
"subitem": "bold",
|
|
@@ -6897,7 +7023,7 @@
|
|
|
6897
7023
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"1.375\",\"fontSize\":\"24px\"}",
|
|
6898
7024
|
"type": "typography",
|
|
6899
7025
|
"attributes": {
|
|
6900
|
-
"category": "
|
|
7026
|
+
"category": "typography",
|
|
6901
7027
|
"type": "typography",
|
|
6902
7028
|
"item": "hierarchy",
|
|
6903
7029
|
"subitem": "display",
|
|
@@ -6925,7 +7051,7 @@
|
|
|
6925
7051
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"1.375\",\"fontSize\":\"20px\"}",
|
|
6926
7052
|
"type": "typography",
|
|
6927
7053
|
"attributes": {
|
|
6928
|
-
"category": "
|
|
7054
|
+
"category": "typography",
|
|
6929
7055
|
"type": "typography",
|
|
6930
7056
|
"item": "hierarchy",
|
|
6931
7057
|
"subitem": "display",
|
|
@@ -6953,7 +7079,7 @@
|
|
|
6953
7079
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"24px\"}",
|
|
6954
7080
|
"type": "typography",
|
|
6955
7081
|
"attributes": {
|
|
6956
|
-
"category": "
|
|
7082
|
+
"category": "typography",
|
|
6957
7083
|
"type": "typography",
|
|
6958
7084
|
"item": "hierarchy",
|
|
6959
7085
|
"subitem": "heading",
|
|
@@ -6981,7 +7107,7 @@
|
|
|
6981
7107
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"20px\"}",
|
|
6982
7108
|
"type": "typography",
|
|
6983
7109
|
"attributes": {
|
|
6984
|
-
"category": "
|
|
7110
|
+
"category": "typography",
|
|
6985
7111
|
"type": "typography",
|
|
6986
7112
|
"item": "hierarchy",
|
|
6987
7113
|
"subitem": "heading",
|
|
@@ -7009,7 +7135,7 @@
|
|
|
7009
7135
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"18px\"}",
|
|
7010
7136
|
"type": "typography",
|
|
7011
7137
|
"attributes": {
|
|
7012
|
-
"category": "
|
|
7138
|
+
"category": "typography",
|
|
7013
7139
|
"type": "typography",
|
|
7014
7140
|
"item": "hierarchy",
|
|
7015
7141
|
"subitem": "heading",
|
|
@@ -7037,7 +7163,7 @@
|
|
|
7037
7163
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"16px\"}",
|
|
7038
7164
|
"type": "typography",
|
|
7039
7165
|
"attributes": {
|
|
7040
|
-
"category": "
|
|
7166
|
+
"category": "typography",
|
|
7041
7167
|
"type": "typography",
|
|
7042
7168
|
"item": "hierarchy",
|
|
7043
7169
|
"subitem": "heading",
|
|
@@ -7065,7 +7191,7 @@
|
|
|
7065
7191
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\"}",
|
|
7066
7192
|
"type": "typography",
|
|
7067
7193
|
"attributes": {
|
|
7068
|
-
"category": "
|
|
7194
|
+
"category": "typography",
|
|
7069
7195
|
"type": "typography",
|
|
7070
7196
|
"item": "hierarchy",
|
|
7071
7197
|
"subitem": "heading",
|
|
@@ -7093,7 +7219,7 @@
|
|
|
7093
7219
|
"value": "{\"lineHeight\":\"1.375\"}",
|
|
7094
7220
|
"type": "typography",
|
|
7095
7221
|
"attributes": {
|
|
7096
|
-
"category": "
|
|
7222
|
+
"category": "typography",
|
|
7097
7223
|
"type": "typography",
|
|
7098
7224
|
"item": "hierarchy",
|
|
7099
7225
|
"subitem": "body",
|
|
@@ -7121,7 +7247,7 @@
|
|
|
7121
7247
|
"value": "{\"fontFamily\":[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"],\"fontSize\":\"14px\",\"fontWeight\":\"400\",\"letterSpacing\":\"0\",\"lineHeight\":\"16px\",\"paragraphSpacing\":\"4px\",\"textCase\":\"none\",\"textDecoration\":\"none\"}",
|
|
7122
7248
|
"type": "typography",
|
|
7123
7249
|
"attributes": {
|
|
7124
|
-
"category": "
|
|
7250
|
+
"category": "typography",
|
|
7125
7251
|
"type": "typography",
|
|
7126
7252
|
"item": "hierarchy",
|
|
7127
7253
|
"subitem": "body",
|
|
@@ -7149,7 +7275,7 @@
|
|
|
7149
7275
|
"value": "{\"lineHeight\":\"12px\",\"textCase\":\"uppercase\",\"fontWeight\":\"600\"}",
|
|
7150
7276
|
"type": "typography",
|
|
7151
7277
|
"attributes": {
|
|
7152
|
-
"category": "
|
|
7278
|
+
"category": "typography",
|
|
7153
7279
|
"type": "typography",
|
|
7154
7280
|
"item": "hierarchy",
|
|
7155
7281
|
"subitem": "overline",
|
|
@@ -7176,7 +7302,7 @@
|
|
|
7176
7302
|
"value": "{\"lineHeight\":\"1.375\",\"fontSize\":\"12px\"}",
|
|
7177
7303
|
"type": "typography",
|
|
7178
7304
|
"attributes": {
|
|
7179
|
-
"category": "
|
|
7305
|
+
"category": "typography",
|
|
7180
7306
|
"type": "typography",
|
|
7181
7307
|
"item": "hierarchy",
|
|
7182
7308
|
"subitem": "caption",
|