@adobe/spectrum-tokens 13.10.0 → 13.11.0
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/CHANGELOG.md +73 -149
- package/dist/json/drover.json +10 -3
- package/dist/json/variables.json +1596 -11
- package/package.json +1 -1
- package/schemas/token-types/token.json +3 -0
- package/schemas/token-types/typography.json +32 -0
- package/src/color-aliases.json +1 -1
- package/src/color-palette.json +1 -1
- package/src/icons.json +1 -1
- package/src/layout-component.json +21 -5
- package/src/layout.json +75 -0
- package/src/semantic-color-palette.json +1 -1
- package/src/typography.json +167 -2
- package/schemas/component.json +0 -29
- package/schemas/components/action-bar.json +0 -18
- package/schemas/components/action-button.json +0 -62
- package/schemas/components/action-group.json +0 -69
- package/schemas/components/alert-banner.json +0 -29
- package/schemas/components/alert-dialog.json +0 -42
- package/schemas/components/avatar.json +0 -30
- package/schemas/components/badge.json +0 -50
- package/schemas/components/body.json +0 -25
- package/schemas/components/bottom-navigation-android.json +0 -37
- package/schemas/components/breadcrumbs.json +0 -18
- package/schemas/components/button-group.json +0 -28
- package/schemas/components/button.json +0 -60
- package/schemas/components/checkbox-group.json +0 -53
- package/schemas/components/checkbox.json +0 -52
- package/schemas/components/close-button.json +0 -35
- package/schemas/components/code.json +0 -21
- package/schemas/components/color-area.json +0 -64
- package/schemas/components/color-loupe.json +0 -21
- package/schemas/components/color-slider.json +0 -52
- package/schemas/components/color-wheel.json +0 -47
- package/schemas/components/combo-box.json +0 -84
- package/schemas/components/contextual-help.json +0 -64
- package/schemas/components/detail.json +0 -26
- package/schemas/components/divider.json +0 -23
- package/schemas/components/field-label.json +0 -39
- package/schemas/components/heading.json +0 -29
- package/schemas/components/help-text.json +0 -35
- package/schemas/components/in-line-alert.json +0 -25
- package/schemas/components/link.json +0 -32
- package/schemas/components/menu.json +0 -65
- package/schemas/components/meter.json +0 -37
- package/schemas/components/picker.json +0 -85
- package/schemas/components/popover.json +0 -65
- package/schemas/components/progress-bar.json +0 -50
- package/schemas/components/progress-circle.json +0 -41
- package/schemas/components/radio-group.json +0 -62
- package/schemas/components/rating.json +0 -31
- package/schemas/components/scroll-zoom-bar.json +0 -44
- package/schemas/components/side-navigation.json +0 -18
- package/schemas/components/slider.json +0 -74
- package/schemas/components/status-light.json +0 -44
- package/schemas/components/swatch-group.json +0 -38
- package/schemas/components/swatch.json +0 -45
- package/schemas/components/switch.json +0 -42
- package/schemas/components/tab-bar-ios.json +0 -37
- package/schemas/components/tabs.json +0 -32
- package/schemas/components/tag.json +0 -41
- package/schemas/components/text-area.json +0 -98
- package/schemas/components/text-field.json +0 -86
- package/schemas/components/toast.json +0 -29
- package/schemas/components/tooltip.json +0 -50
- package/schemas/components/tray.json +0 -17
- package/schemas/components/tree-view.json +0 -50
- package/schemas/types/component-size.json +0 -8
- package/schemas/types/hex-color.json +0 -8
- package/schemas/types/typography-classification.json +0 -9
- package/schemas/types/typography-script.json +0 -9
- package/schemas/types/workflow-icon.json +0 -901
- package/test/componentSchemaValidator.test.js +0 -74
- package/test/schemaValidator.test.js +0 -74
package/dist/json/variables.json
CHANGED
|
@@ -19079,9 +19079,14 @@
|
|
|
19079
19079
|
"uuid": "b3900f89-0a7a-4c47-a6d9-ca8aa19b9bfb"
|
|
19080
19080
|
},
|
|
19081
19081
|
"card-minimum-width": {
|
|
19082
|
+
"ref": "{card-minimum-width-default}",
|
|
19082
19083
|
"value": "100px",
|
|
19083
19084
|
"uuid": "55db9f3d-621d-4d23-b3d0-c0f2b0f3f9b0"
|
|
19084
19085
|
},
|
|
19086
|
+
"card-minimum-width-default": {
|
|
19087
|
+
"value": "100px",
|
|
19088
|
+
"uuid": "3a11949c-f1ac-490b-8416-f4883402d105"
|
|
19089
|
+
},
|
|
19085
19090
|
"card-preview-minimum-height": {
|
|
19086
19091
|
"value": "130px",
|
|
19087
19092
|
"uuid": "58eb5be8-644f-448e-99b9-94d1fbb93240"
|
|
@@ -19364,11 +19369,11 @@
|
|
|
19364
19369
|
"ref": "{accordion-top-to-text-medium}",
|
|
19365
19370
|
"sets": {
|
|
19366
19371
|
"desktop": {
|
|
19367
|
-
"value": "
|
|
19372
|
+
"value": "9px",
|
|
19368
19373
|
"uuid": "728ad09d-0820-4c71-9974-57386f3d62d2"
|
|
19369
19374
|
},
|
|
19370
19375
|
"mobile": {
|
|
19371
|
-
"value": "
|
|
19376
|
+
"value": "10px",
|
|
19372
19377
|
"uuid": "2d7e81ba-1390-4607-8ee2-5d322d3e0bae"
|
|
19373
19378
|
}
|
|
19374
19379
|
},
|
|
@@ -19639,7 +19644,7 @@
|
|
|
19639
19644
|
"uuid": "a9641e89-2c2e-49c3-9662-f530ad23a688"
|
|
19640
19645
|
},
|
|
19641
19646
|
"accordion-focus-indicator-gap": {
|
|
19642
|
-
"value": "
|
|
19647
|
+
"value": "2px",
|
|
19643
19648
|
"uuid": "318c5cda-be1b-416b-b1b7-b962e5f45c0c"
|
|
19644
19649
|
},
|
|
19645
19650
|
"accordion-content-area-top-to-content": {
|
|
@@ -22988,7 +22993,7 @@
|
|
|
22988
22993
|
},
|
|
22989
22994
|
"title-sans-serif-font-family": {
|
|
22990
22995
|
"ref": "{sans-serif-font-family}",
|
|
22991
|
-
"value": "Adobe Clean",
|
|
22996
|
+
"value": "Adobe Clean Spectrum VF",
|
|
22992
22997
|
"uuid": "9a65d2f0-87c0-404b-9965-6e4b00efeda8"
|
|
22993
22998
|
},
|
|
22994
22999
|
"title-sans-serif-font-style": {
|
|
@@ -25666,9 +25671,14 @@
|
|
|
25666
25671
|
}
|
|
25667
25672
|
},
|
|
25668
25673
|
"tree-view-item-to-item": {
|
|
25674
|
+
"ref": "{tree-view-item-to-item-default}",
|
|
25669
25675
|
"value": "-1px",
|
|
25670
25676
|
"uuid": "9a04f19a-9e2a-43b9-9b1f-3385aef214ac"
|
|
25671
25677
|
},
|
|
25678
|
+
"tree-view-item-to-item-default": {
|
|
25679
|
+
"value": "-1px",
|
|
25680
|
+
"uuid": "7d44a2b5-0aa6-4770-81da-8dbd87013906"
|
|
25681
|
+
},
|
|
25672
25682
|
"tree-view-item-to-item-detached": {
|
|
25673
25683
|
"value": "2px",
|
|
25674
25684
|
"uuid": "c7c837c3-47ad-4ef1-a2eb-e4629628eb44"
|
|
@@ -26649,11 +26659,11 @@
|
|
|
26649
26659
|
"accordion-top-to-text-medium": {
|
|
26650
26660
|
"sets": {
|
|
26651
26661
|
"desktop": {
|
|
26652
|
-
"value": "
|
|
26662
|
+
"value": "9px",
|
|
26653
26663
|
"uuid": "728ad09d-0820-4c71-9974-57386f3d62d2"
|
|
26654
26664
|
},
|
|
26655
26665
|
"mobile": {
|
|
26656
|
-
"value": "
|
|
26666
|
+
"value": "10px",
|
|
26657
26667
|
"uuid": "2d7e81ba-1390-4607-8ee2-5d322d3e0bae"
|
|
26658
26668
|
}
|
|
26659
26669
|
}
|
|
@@ -28837,6 +28847,66 @@
|
|
|
28837
28847
|
}
|
|
28838
28848
|
}
|
|
28839
28849
|
},
|
|
28850
|
+
"component-padding-vertical-50": {
|
|
28851
|
+
"sets": {
|
|
28852
|
+
"desktop": {
|
|
28853
|
+
"value": "3px",
|
|
28854
|
+
"uuid": "409b876c-ae13-4d31-8487-9bfcd9b8be69"
|
|
28855
|
+
},
|
|
28856
|
+
"mobile": {
|
|
28857
|
+
"value": "5px",
|
|
28858
|
+
"uuid": "262dd415-ea5d-4f07-9493-030ac33a2dce"
|
|
28859
|
+
}
|
|
28860
|
+
}
|
|
28861
|
+
},
|
|
28862
|
+
"component-padding-vertical-75": {
|
|
28863
|
+
"sets": {
|
|
28864
|
+
"desktop": {
|
|
28865
|
+
"value": "4px",
|
|
28866
|
+
"uuid": "6ff7a5b7-4344-4498-887d-3af9585035a7"
|
|
28867
|
+
},
|
|
28868
|
+
"mobile": {
|
|
28869
|
+
"value": "5px",
|
|
28870
|
+
"uuid": "ae87b22b-17dd-46a1-9c40-ec4fbe701e95"
|
|
28871
|
+
}
|
|
28872
|
+
}
|
|
28873
|
+
},
|
|
28874
|
+
"component-padding-vertical-100": {
|
|
28875
|
+
"sets": {
|
|
28876
|
+
"desktop": {
|
|
28877
|
+
"value": "7px",
|
|
28878
|
+
"uuid": "5b2e9907-858e-41f9-9c63-a37e30ec472e"
|
|
28879
|
+
},
|
|
28880
|
+
"mobile": {
|
|
28881
|
+
"value": "9px",
|
|
28882
|
+
"uuid": "67715127-dfd9-44ed-a3bf-4816e9dafb34"
|
|
28883
|
+
}
|
|
28884
|
+
}
|
|
28885
|
+
},
|
|
28886
|
+
"component-padding-vertical-200": {
|
|
28887
|
+
"sets": {
|
|
28888
|
+
"desktop": {
|
|
28889
|
+
"value": "10px",
|
|
28890
|
+
"uuid": "2af29e94-8c2c-475c-bde0-4e3f2ebd5df4"
|
|
28891
|
+
},
|
|
28892
|
+
"mobile": {
|
|
28893
|
+
"value": "13px",
|
|
28894
|
+
"uuid": "e5202547-d71b-4e1f-8d60-fe1e63cf18f9"
|
|
28895
|
+
}
|
|
28896
|
+
}
|
|
28897
|
+
},
|
|
28898
|
+
"component-padding-vertical-300": {
|
|
28899
|
+
"sets": {
|
|
28900
|
+
"desktop": {
|
|
28901
|
+
"value": "13px",
|
|
28902
|
+
"uuid": "894526c7-315d-4325-be16-8e99a8a2586b"
|
|
28903
|
+
},
|
|
28904
|
+
"mobile": {
|
|
28905
|
+
"value": "17px",
|
|
28906
|
+
"uuid": "ae78edbb-1b08-44d6-9c5a-37baf2fe94f6"
|
|
28907
|
+
}
|
|
28908
|
+
}
|
|
28909
|
+
},
|
|
28840
28910
|
"accent-color-100": {
|
|
28841
28911
|
"ref": "{blue-100}",
|
|
28842
28912
|
"sets": {
|
|
@@ -30983,7 +31053,7 @@
|
|
|
30983
31053
|
},
|
|
30984
31054
|
"default-font-family": {
|
|
30985
31055
|
"ref": "{sans-serif-font-family}",
|
|
30986
|
-
"value": "Adobe Clean",
|
|
31056
|
+
"value": "Adobe Clean Spectrum VF",
|
|
30987
31057
|
"uuid": "45d43d4e-a4e4-4c5f-94ec-644a81300eb0"
|
|
30988
31058
|
},
|
|
30989
31059
|
"letter-spacing": {
|
|
@@ -31003,7 +31073,7 @@
|
|
|
31003
31073
|
"uuid": "a0c425b3-668b-4413-8739-c7844b26ebad"
|
|
31004
31074
|
},
|
|
31005
31075
|
"sans-serif-font-family": {
|
|
31006
|
-
"value": "Adobe Clean",
|
|
31076
|
+
"value": "Adobe Clean Spectrum VF",
|
|
31007
31077
|
"uuid": "a552c422-c51c-458a-87b0-c6fe5178bf4b"
|
|
31008
31078
|
},
|
|
31009
31079
|
"serif-font-family": {
|
|
@@ -31285,7 +31355,7 @@
|
|
|
31285
31355
|
},
|
|
31286
31356
|
"heading-sans-serif-font-family": {
|
|
31287
31357
|
"ref": "{sans-serif-font-family}",
|
|
31288
|
-
"value": "Adobe Clean",
|
|
31358
|
+
"value": "Adobe Clean Spectrum VF",
|
|
31289
31359
|
"uuid": "234d7b9d-bddc-4988-8be5-ef5e41e08185"
|
|
31290
31360
|
},
|
|
31291
31361
|
"heading-serif-font-family": {
|
|
@@ -31948,7 +32018,7 @@
|
|
|
31948
32018
|
},
|
|
31949
32019
|
"body-sans-serif-font-family": {
|
|
31950
32020
|
"ref": "{sans-serif-font-family}",
|
|
31951
|
-
"value": "Adobe Clean",
|
|
32021
|
+
"value": "Adobe Clean Spectrum VF",
|
|
31952
32022
|
"uuid": "32c3d84f-2b0d-4ccd-ba3c-b8475d82550b"
|
|
31953
32023
|
},
|
|
31954
32024
|
"body-serif-font-family": {
|
|
@@ -32339,7 +32409,7 @@
|
|
|
32339
32409
|
},
|
|
32340
32410
|
"detail-sans-serif-font-family": {
|
|
32341
32411
|
"ref": "{sans-serif-font-family}",
|
|
32342
|
-
"value": "Adobe Clean",
|
|
32412
|
+
"value": "Adobe Clean Spectrum VF",
|
|
32343
32413
|
"uuid": "34101c26-b4cd-43aa-bddd-0758d21fef01"
|
|
32344
32414
|
},
|
|
32345
32415
|
"detail-serif-font-family": {
|
|
@@ -33182,5 +33252,1520 @@
|
|
|
33182
33252
|
"uuid": "185be0f6-8283-4068-80f1-68ee8dd06c25"
|
|
33183
33253
|
}
|
|
33184
33254
|
}
|
|
33255
|
+
},
|
|
33256
|
+
"component-xs-regular": {
|
|
33257
|
+
"ref": {
|
|
33258
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
33259
|
+
"fontSize": "{font-size-50}",
|
|
33260
|
+
"fontWeight": "{regular-font-weight}",
|
|
33261
|
+
"letterSpacing": "{letter-spacing}",
|
|
33262
|
+
"lineHeight": "{line-height-font-size-50}"
|
|
33263
|
+
},
|
|
33264
|
+
"value": {
|
|
33265
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
33266
|
+
"fontSize": {
|
|
33267
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33268
|
+
"sets": {
|
|
33269
|
+
"desktop": {
|
|
33270
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33271
|
+
"value": "11px",
|
|
33272
|
+
"uuid": "8593a326-de37-414d-b3f6-5254b41dce07",
|
|
33273
|
+
"filePath": "src/typography.json",
|
|
33274
|
+
"isSource": true,
|
|
33275
|
+
"original": {
|
|
33276
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33277
|
+
"value": "11px",
|
|
33278
|
+
"uuid": "8593a326-de37-414d-b3f6-5254b41dce07"
|
|
33279
|
+
},
|
|
33280
|
+
"name": "font-size-50-sets-desktop",
|
|
33281
|
+
"attributes": {},
|
|
33282
|
+
"path": [
|
|
33283
|
+
"font-size-50",
|
|
33284
|
+
"sets",
|
|
33285
|
+
"desktop"
|
|
33286
|
+
]
|
|
33287
|
+
},
|
|
33288
|
+
"mobile": {
|
|
33289
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33290
|
+
"value": "13px",
|
|
33291
|
+
"uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e",
|
|
33292
|
+
"filePath": "src/typography.json",
|
|
33293
|
+
"isSource": true,
|
|
33294
|
+
"original": {
|
|
33295
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33296
|
+
"value": "13px",
|
|
33297
|
+
"uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e"
|
|
33298
|
+
},
|
|
33299
|
+
"name": "font-size-50-sets-mobile",
|
|
33300
|
+
"attributes": {},
|
|
33301
|
+
"path": [
|
|
33302
|
+
"font-size-50",
|
|
33303
|
+
"sets",
|
|
33304
|
+
"mobile"
|
|
33305
|
+
]
|
|
33306
|
+
}
|
|
33307
|
+
}
|
|
33308
|
+
},
|
|
33309
|
+
"fontWeight": "regular",
|
|
33310
|
+
"letterSpacing": "0em",
|
|
33311
|
+
"lineHeight": {
|
|
33312
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33313
|
+
"sets": {
|
|
33314
|
+
"desktop": {
|
|
33315
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33316
|
+
"value": "14px",
|
|
33317
|
+
"uuid": "3696e3bf-2b72-4b08-9893-ac618f904771",
|
|
33318
|
+
"filePath": "src/typography.json",
|
|
33319
|
+
"isSource": true,
|
|
33320
|
+
"original": {
|
|
33321
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33322
|
+
"value": "14px",
|
|
33323
|
+
"uuid": "3696e3bf-2b72-4b08-9893-ac618f904771"
|
|
33324
|
+
},
|
|
33325
|
+
"name": "line-height-font-size-50-sets-desktop",
|
|
33326
|
+
"attributes": {},
|
|
33327
|
+
"path": [
|
|
33328
|
+
"line-height-font-size-50",
|
|
33329
|
+
"sets",
|
|
33330
|
+
"desktop"
|
|
33331
|
+
]
|
|
33332
|
+
},
|
|
33333
|
+
"mobile": {
|
|
33334
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33335
|
+
"value": "16px",
|
|
33336
|
+
"uuid": "242bf245-e7f0-4826-bcec-e19c0ed5e93f",
|
|
33337
|
+
"filePath": "src/typography.json",
|
|
33338
|
+
"isSource": true,
|
|
33339
|
+
"original": {
|
|
33340
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33341
|
+
"value": "16px",
|
|
33342
|
+
"uuid": "242bf245-e7f0-4826-bcec-e19c0ed5e93f"
|
|
33343
|
+
},
|
|
33344
|
+
"name": "line-height-font-size-50-sets-mobile",
|
|
33345
|
+
"attributes": {},
|
|
33346
|
+
"path": [
|
|
33347
|
+
"line-height-font-size-50",
|
|
33348
|
+
"sets",
|
|
33349
|
+
"mobile"
|
|
33350
|
+
]
|
|
33351
|
+
}
|
|
33352
|
+
}
|
|
33353
|
+
}
|
|
33354
|
+
},
|
|
33355
|
+
"uuid": "5dca28f2-77f5-4b29-85f3-0075bf2cbe7f"
|
|
33356
|
+
},
|
|
33357
|
+
"component-xs-medium": {
|
|
33358
|
+
"ref": {
|
|
33359
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
33360
|
+
"fontSize": "{font-size-50}",
|
|
33361
|
+
"fontWeight": "{medium-font-weight}",
|
|
33362
|
+
"letterSpacing": "{letter-spacing}",
|
|
33363
|
+
"lineHeight": "{line-height-font-size-50}"
|
|
33364
|
+
},
|
|
33365
|
+
"value": {
|
|
33366
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
33367
|
+
"fontSize": {
|
|
33368
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33369
|
+
"sets": {
|
|
33370
|
+
"desktop": {
|
|
33371
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33372
|
+
"value": "11px",
|
|
33373
|
+
"uuid": "8593a326-de37-414d-b3f6-5254b41dce07",
|
|
33374
|
+
"filePath": "src/typography.json",
|
|
33375
|
+
"isSource": true,
|
|
33376
|
+
"original": {
|
|
33377
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33378
|
+
"value": "11px",
|
|
33379
|
+
"uuid": "8593a326-de37-414d-b3f6-5254b41dce07"
|
|
33380
|
+
},
|
|
33381
|
+
"name": "font-size-50-sets-desktop",
|
|
33382
|
+
"attributes": {},
|
|
33383
|
+
"path": [
|
|
33384
|
+
"font-size-50",
|
|
33385
|
+
"sets",
|
|
33386
|
+
"desktop"
|
|
33387
|
+
]
|
|
33388
|
+
},
|
|
33389
|
+
"mobile": {
|
|
33390
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33391
|
+
"value": "13px",
|
|
33392
|
+
"uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e",
|
|
33393
|
+
"filePath": "src/typography.json",
|
|
33394
|
+
"isSource": true,
|
|
33395
|
+
"original": {
|
|
33396
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33397
|
+
"value": "13px",
|
|
33398
|
+
"uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e"
|
|
33399
|
+
},
|
|
33400
|
+
"name": "font-size-50-sets-mobile",
|
|
33401
|
+
"attributes": {},
|
|
33402
|
+
"path": [
|
|
33403
|
+
"font-size-50",
|
|
33404
|
+
"sets",
|
|
33405
|
+
"mobile"
|
|
33406
|
+
]
|
|
33407
|
+
}
|
|
33408
|
+
}
|
|
33409
|
+
},
|
|
33410
|
+
"fontWeight": "medium",
|
|
33411
|
+
"letterSpacing": "0em",
|
|
33412
|
+
"lineHeight": {
|
|
33413
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33414
|
+
"sets": {
|
|
33415
|
+
"desktop": {
|
|
33416
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33417
|
+
"value": "14px",
|
|
33418
|
+
"uuid": "3696e3bf-2b72-4b08-9893-ac618f904771",
|
|
33419
|
+
"filePath": "src/typography.json",
|
|
33420
|
+
"isSource": true,
|
|
33421
|
+
"original": {
|
|
33422
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33423
|
+
"value": "14px",
|
|
33424
|
+
"uuid": "3696e3bf-2b72-4b08-9893-ac618f904771"
|
|
33425
|
+
},
|
|
33426
|
+
"name": "line-height-font-size-50-sets-desktop",
|
|
33427
|
+
"attributes": {},
|
|
33428
|
+
"path": [
|
|
33429
|
+
"line-height-font-size-50",
|
|
33430
|
+
"sets",
|
|
33431
|
+
"desktop"
|
|
33432
|
+
]
|
|
33433
|
+
},
|
|
33434
|
+
"mobile": {
|
|
33435
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33436
|
+
"value": "16px",
|
|
33437
|
+
"uuid": "242bf245-e7f0-4826-bcec-e19c0ed5e93f",
|
|
33438
|
+
"filePath": "src/typography.json",
|
|
33439
|
+
"isSource": true,
|
|
33440
|
+
"original": {
|
|
33441
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33442
|
+
"value": "16px",
|
|
33443
|
+
"uuid": "242bf245-e7f0-4826-bcec-e19c0ed5e93f"
|
|
33444
|
+
},
|
|
33445
|
+
"name": "line-height-font-size-50-sets-mobile",
|
|
33446
|
+
"attributes": {},
|
|
33447
|
+
"path": [
|
|
33448
|
+
"line-height-font-size-50",
|
|
33449
|
+
"sets",
|
|
33450
|
+
"mobile"
|
|
33451
|
+
]
|
|
33452
|
+
}
|
|
33453
|
+
}
|
|
33454
|
+
}
|
|
33455
|
+
},
|
|
33456
|
+
"uuid": "8bf6d008-d3d8-446d-afe8-62613b1c53a2"
|
|
33457
|
+
},
|
|
33458
|
+
"component-xs-bold": {
|
|
33459
|
+
"ref": {
|
|
33460
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
33461
|
+
"fontSize": "{font-size-50}",
|
|
33462
|
+
"fontWeight": "{bold-font-weight}",
|
|
33463
|
+
"letterSpacing": "{letter-spacing}",
|
|
33464
|
+
"lineHeight": "{line-height-font-size-50}"
|
|
33465
|
+
},
|
|
33466
|
+
"value": {
|
|
33467
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
33468
|
+
"fontSize": {
|
|
33469
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33470
|
+
"sets": {
|
|
33471
|
+
"desktop": {
|
|
33472
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33473
|
+
"value": "11px",
|
|
33474
|
+
"uuid": "8593a326-de37-414d-b3f6-5254b41dce07",
|
|
33475
|
+
"filePath": "src/typography.json",
|
|
33476
|
+
"isSource": true,
|
|
33477
|
+
"original": {
|
|
33478
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33479
|
+
"value": "11px",
|
|
33480
|
+
"uuid": "8593a326-de37-414d-b3f6-5254b41dce07"
|
|
33481
|
+
},
|
|
33482
|
+
"name": "font-size-50-sets-desktop",
|
|
33483
|
+
"attributes": {},
|
|
33484
|
+
"path": [
|
|
33485
|
+
"font-size-50",
|
|
33486
|
+
"sets",
|
|
33487
|
+
"desktop"
|
|
33488
|
+
]
|
|
33489
|
+
},
|
|
33490
|
+
"mobile": {
|
|
33491
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33492
|
+
"value": "13px",
|
|
33493
|
+
"uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e",
|
|
33494
|
+
"filePath": "src/typography.json",
|
|
33495
|
+
"isSource": true,
|
|
33496
|
+
"original": {
|
|
33497
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33498
|
+
"value": "13px",
|
|
33499
|
+
"uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e"
|
|
33500
|
+
},
|
|
33501
|
+
"name": "font-size-50-sets-mobile",
|
|
33502
|
+
"attributes": {},
|
|
33503
|
+
"path": [
|
|
33504
|
+
"font-size-50",
|
|
33505
|
+
"sets",
|
|
33506
|
+
"mobile"
|
|
33507
|
+
]
|
|
33508
|
+
}
|
|
33509
|
+
}
|
|
33510
|
+
},
|
|
33511
|
+
"fontWeight": "bold",
|
|
33512
|
+
"letterSpacing": "0em",
|
|
33513
|
+
"lineHeight": {
|
|
33514
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33515
|
+
"sets": {
|
|
33516
|
+
"desktop": {
|
|
33517
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33518
|
+
"value": "14px",
|
|
33519
|
+
"uuid": "3696e3bf-2b72-4b08-9893-ac618f904771",
|
|
33520
|
+
"filePath": "src/typography.json",
|
|
33521
|
+
"isSource": true,
|
|
33522
|
+
"original": {
|
|
33523
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33524
|
+
"value": "14px",
|
|
33525
|
+
"uuid": "3696e3bf-2b72-4b08-9893-ac618f904771"
|
|
33526
|
+
},
|
|
33527
|
+
"name": "line-height-font-size-50-sets-desktop",
|
|
33528
|
+
"attributes": {},
|
|
33529
|
+
"path": [
|
|
33530
|
+
"line-height-font-size-50",
|
|
33531
|
+
"sets",
|
|
33532
|
+
"desktop"
|
|
33533
|
+
]
|
|
33534
|
+
},
|
|
33535
|
+
"mobile": {
|
|
33536
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33537
|
+
"value": "16px",
|
|
33538
|
+
"uuid": "242bf245-e7f0-4826-bcec-e19c0ed5e93f",
|
|
33539
|
+
"filePath": "src/typography.json",
|
|
33540
|
+
"isSource": true,
|
|
33541
|
+
"original": {
|
|
33542
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33543
|
+
"value": "16px",
|
|
33544
|
+
"uuid": "242bf245-e7f0-4826-bcec-e19c0ed5e93f"
|
|
33545
|
+
},
|
|
33546
|
+
"name": "line-height-font-size-50-sets-mobile",
|
|
33547
|
+
"attributes": {},
|
|
33548
|
+
"path": [
|
|
33549
|
+
"line-height-font-size-50",
|
|
33550
|
+
"sets",
|
|
33551
|
+
"mobile"
|
|
33552
|
+
]
|
|
33553
|
+
}
|
|
33554
|
+
}
|
|
33555
|
+
}
|
|
33556
|
+
},
|
|
33557
|
+
"uuid": "dc560f13-3f9d-47ed-9adf-646c24fd5a0a"
|
|
33558
|
+
},
|
|
33559
|
+
"component-s-regular": {
|
|
33560
|
+
"ref": {
|
|
33561
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
33562
|
+
"fontSize": "{font-size-75}",
|
|
33563
|
+
"fontWeight": "{regular-font-weight}",
|
|
33564
|
+
"letterSpacing": "{letter-spacing}",
|
|
33565
|
+
"lineHeight": "{line-height-font-size-75}"
|
|
33566
|
+
},
|
|
33567
|
+
"value": {
|
|
33568
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
33569
|
+
"fontSize": {
|
|
33570
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33571
|
+
"sets": {
|
|
33572
|
+
"desktop": {
|
|
33573
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33574
|
+
"value": "12px",
|
|
33575
|
+
"uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a",
|
|
33576
|
+
"filePath": "src/typography.json",
|
|
33577
|
+
"isSource": true,
|
|
33578
|
+
"original": {
|
|
33579
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33580
|
+
"value": "12px",
|
|
33581
|
+
"uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
|
|
33582
|
+
},
|
|
33583
|
+
"name": "font-size-75-sets-desktop",
|
|
33584
|
+
"attributes": {},
|
|
33585
|
+
"path": [
|
|
33586
|
+
"font-size-75",
|
|
33587
|
+
"sets",
|
|
33588
|
+
"desktop"
|
|
33589
|
+
]
|
|
33590
|
+
},
|
|
33591
|
+
"mobile": {
|
|
33592
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33593
|
+
"value": "15px",
|
|
33594
|
+
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c",
|
|
33595
|
+
"filePath": "src/typography.json",
|
|
33596
|
+
"isSource": true,
|
|
33597
|
+
"original": {
|
|
33598
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33599
|
+
"value": "15px",
|
|
33600
|
+
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
|
|
33601
|
+
},
|
|
33602
|
+
"name": "font-size-75-sets-mobile",
|
|
33603
|
+
"attributes": {},
|
|
33604
|
+
"path": [
|
|
33605
|
+
"font-size-75",
|
|
33606
|
+
"sets",
|
|
33607
|
+
"mobile"
|
|
33608
|
+
]
|
|
33609
|
+
}
|
|
33610
|
+
}
|
|
33611
|
+
},
|
|
33612
|
+
"fontWeight": "regular",
|
|
33613
|
+
"letterSpacing": "0em",
|
|
33614
|
+
"lineHeight": {
|
|
33615
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33616
|
+
"sets": {
|
|
33617
|
+
"desktop": {
|
|
33618
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33619
|
+
"value": "16px",
|
|
33620
|
+
"uuid": "8e85a017-2c5d-4a52-92df-c0426e00c3c3",
|
|
33621
|
+
"filePath": "src/typography.json",
|
|
33622
|
+
"isSource": true,
|
|
33623
|
+
"original": {
|
|
33624
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33625
|
+
"value": "16px",
|
|
33626
|
+
"uuid": "8e85a017-2c5d-4a52-92df-c0426e00c3c3"
|
|
33627
|
+
},
|
|
33628
|
+
"name": "line-height-font-size-75-sets-desktop",
|
|
33629
|
+
"attributes": {},
|
|
33630
|
+
"path": [
|
|
33631
|
+
"line-height-font-size-75",
|
|
33632
|
+
"sets",
|
|
33633
|
+
"desktop"
|
|
33634
|
+
]
|
|
33635
|
+
},
|
|
33636
|
+
"mobile": {
|
|
33637
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33638
|
+
"value": "20px",
|
|
33639
|
+
"uuid": "25be5bf4-e450-4a58-89e2-a04e02b7b78b",
|
|
33640
|
+
"filePath": "src/typography.json",
|
|
33641
|
+
"isSource": true,
|
|
33642
|
+
"original": {
|
|
33643
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33644
|
+
"value": "20px",
|
|
33645
|
+
"uuid": "25be5bf4-e450-4a58-89e2-a04e02b7b78b"
|
|
33646
|
+
},
|
|
33647
|
+
"name": "line-height-font-size-75-sets-mobile",
|
|
33648
|
+
"attributes": {},
|
|
33649
|
+
"path": [
|
|
33650
|
+
"line-height-font-size-75",
|
|
33651
|
+
"sets",
|
|
33652
|
+
"mobile"
|
|
33653
|
+
]
|
|
33654
|
+
}
|
|
33655
|
+
}
|
|
33656
|
+
}
|
|
33657
|
+
},
|
|
33658
|
+
"uuid": "cde5212c-520d-4657-8184-f07739ffed07"
|
|
33659
|
+
},
|
|
33660
|
+
"component-s-medium": {
|
|
33661
|
+
"ref": {
|
|
33662
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
33663
|
+
"fontSize": "{font-size-75}",
|
|
33664
|
+
"fontWeight": "{medium-font-weight}",
|
|
33665
|
+
"letterSpacing": "{letter-spacing}",
|
|
33666
|
+
"lineHeight": "{line-height-font-size-75}"
|
|
33667
|
+
},
|
|
33668
|
+
"value": {
|
|
33669
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
33670
|
+
"fontSize": {
|
|
33671
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33672
|
+
"sets": {
|
|
33673
|
+
"desktop": {
|
|
33674
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33675
|
+
"value": "12px",
|
|
33676
|
+
"uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a",
|
|
33677
|
+
"filePath": "src/typography.json",
|
|
33678
|
+
"isSource": true,
|
|
33679
|
+
"original": {
|
|
33680
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33681
|
+
"value": "12px",
|
|
33682
|
+
"uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
|
|
33683
|
+
},
|
|
33684
|
+
"name": "font-size-75-sets-desktop",
|
|
33685
|
+
"attributes": {},
|
|
33686
|
+
"path": [
|
|
33687
|
+
"font-size-75",
|
|
33688
|
+
"sets",
|
|
33689
|
+
"desktop"
|
|
33690
|
+
]
|
|
33691
|
+
},
|
|
33692
|
+
"mobile": {
|
|
33693
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33694
|
+
"value": "15px",
|
|
33695
|
+
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c",
|
|
33696
|
+
"filePath": "src/typography.json",
|
|
33697
|
+
"isSource": true,
|
|
33698
|
+
"original": {
|
|
33699
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33700
|
+
"value": "15px",
|
|
33701
|
+
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
|
|
33702
|
+
},
|
|
33703
|
+
"name": "font-size-75-sets-mobile",
|
|
33704
|
+
"attributes": {},
|
|
33705
|
+
"path": [
|
|
33706
|
+
"font-size-75",
|
|
33707
|
+
"sets",
|
|
33708
|
+
"mobile"
|
|
33709
|
+
]
|
|
33710
|
+
}
|
|
33711
|
+
}
|
|
33712
|
+
},
|
|
33713
|
+
"fontWeight": "medium",
|
|
33714
|
+
"letterSpacing": "0em",
|
|
33715
|
+
"lineHeight": {
|
|
33716
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33717
|
+
"sets": {
|
|
33718
|
+
"desktop": {
|
|
33719
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33720
|
+
"value": "16px",
|
|
33721
|
+
"uuid": "8e85a017-2c5d-4a52-92df-c0426e00c3c3",
|
|
33722
|
+
"filePath": "src/typography.json",
|
|
33723
|
+
"isSource": true,
|
|
33724
|
+
"original": {
|
|
33725
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33726
|
+
"value": "16px",
|
|
33727
|
+
"uuid": "8e85a017-2c5d-4a52-92df-c0426e00c3c3"
|
|
33728
|
+
},
|
|
33729
|
+
"name": "line-height-font-size-75-sets-desktop",
|
|
33730
|
+
"attributes": {},
|
|
33731
|
+
"path": [
|
|
33732
|
+
"line-height-font-size-75",
|
|
33733
|
+
"sets",
|
|
33734
|
+
"desktop"
|
|
33735
|
+
]
|
|
33736
|
+
},
|
|
33737
|
+
"mobile": {
|
|
33738
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33739
|
+
"value": "20px",
|
|
33740
|
+
"uuid": "25be5bf4-e450-4a58-89e2-a04e02b7b78b",
|
|
33741
|
+
"filePath": "src/typography.json",
|
|
33742
|
+
"isSource": true,
|
|
33743
|
+
"original": {
|
|
33744
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33745
|
+
"value": "20px",
|
|
33746
|
+
"uuid": "25be5bf4-e450-4a58-89e2-a04e02b7b78b"
|
|
33747
|
+
},
|
|
33748
|
+
"name": "line-height-font-size-75-sets-mobile",
|
|
33749
|
+
"attributes": {},
|
|
33750
|
+
"path": [
|
|
33751
|
+
"line-height-font-size-75",
|
|
33752
|
+
"sets",
|
|
33753
|
+
"mobile"
|
|
33754
|
+
]
|
|
33755
|
+
}
|
|
33756
|
+
}
|
|
33757
|
+
}
|
|
33758
|
+
},
|
|
33759
|
+
"uuid": "afa00f39-1fe1-4026-8693-189e6d051eb3"
|
|
33760
|
+
},
|
|
33761
|
+
"component-s-bold": {
|
|
33762
|
+
"ref": {
|
|
33763
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
33764
|
+
"fontSize": "{font-size-75}",
|
|
33765
|
+
"fontWeight": "{bold-font-weight}",
|
|
33766
|
+
"letterSpacing": "{letter-spacing}",
|
|
33767
|
+
"lineHeight": "{line-height-font-size-75}"
|
|
33768
|
+
},
|
|
33769
|
+
"value": {
|
|
33770
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
33771
|
+
"fontSize": {
|
|
33772
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33773
|
+
"sets": {
|
|
33774
|
+
"desktop": {
|
|
33775
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33776
|
+
"value": "12px",
|
|
33777
|
+
"uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a",
|
|
33778
|
+
"filePath": "src/typography.json",
|
|
33779
|
+
"isSource": true,
|
|
33780
|
+
"original": {
|
|
33781
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33782
|
+
"value": "12px",
|
|
33783
|
+
"uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
|
|
33784
|
+
},
|
|
33785
|
+
"name": "font-size-75-sets-desktop",
|
|
33786
|
+
"attributes": {},
|
|
33787
|
+
"path": [
|
|
33788
|
+
"font-size-75",
|
|
33789
|
+
"sets",
|
|
33790
|
+
"desktop"
|
|
33791
|
+
]
|
|
33792
|
+
},
|
|
33793
|
+
"mobile": {
|
|
33794
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33795
|
+
"value": "15px",
|
|
33796
|
+
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c",
|
|
33797
|
+
"filePath": "src/typography.json",
|
|
33798
|
+
"isSource": true,
|
|
33799
|
+
"original": {
|
|
33800
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33801
|
+
"value": "15px",
|
|
33802
|
+
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
|
|
33803
|
+
},
|
|
33804
|
+
"name": "font-size-75-sets-mobile",
|
|
33805
|
+
"attributes": {},
|
|
33806
|
+
"path": [
|
|
33807
|
+
"font-size-75",
|
|
33808
|
+
"sets",
|
|
33809
|
+
"mobile"
|
|
33810
|
+
]
|
|
33811
|
+
}
|
|
33812
|
+
}
|
|
33813
|
+
},
|
|
33814
|
+
"fontWeight": "bold",
|
|
33815
|
+
"letterSpacing": "0em",
|
|
33816
|
+
"lineHeight": {
|
|
33817
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33818
|
+
"sets": {
|
|
33819
|
+
"desktop": {
|
|
33820
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33821
|
+
"value": "16px",
|
|
33822
|
+
"uuid": "8e85a017-2c5d-4a52-92df-c0426e00c3c3",
|
|
33823
|
+
"filePath": "src/typography.json",
|
|
33824
|
+
"isSource": true,
|
|
33825
|
+
"original": {
|
|
33826
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33827
|
+
"value": "16px",
|
|
33828
|
+
"uuid": "8e85a017-2c5d-4a52-92df-c0426e00c3c3"
|
|
33829
|
+
},
|
|
33830
|
+
"name": "line-height-font-size-75-sets-desktop",
|
|
33831
|
+
"attributes": {},
|
|
33832
|
+
"path": [
|
|
33833
|
+
"line-height-font-size-75",
|
|
33834
|
+
"sets",
|
|
33835
|
+
"desktop"
|
|
33836
|
+
]
|
|
33837
|
+
},
|
|
33838
|
+
"mobile": {
|
|
33839
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33840
|
+
"value": "20px",
|
|
33841
|
+
"uuid": "25be5bf4-e450-4a58-89e2-a04e02b7b78b",
|
|
33842
|
+
"filePath": "src/typography.json",
|
|
33843
|
+
"isSource": true,
|
|
33844
|
+
"original": {
|
|
33845
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33846
|
+
"value": "20px",
|
|
33847
|
+
"uuid": "25be5bf4-e450-4a58-89e2-a04e02b7b78b"
|
|
33848
|
+
},
|
|
33849
|
+
"name": "line-height-font-size-75-sets-mobile",
|
|
33850
|
+
"attributes": {},
|
|
33851
|
+
"path": [
|
|
33852
|
+
"line-height-font-size-75",
|
|
33853
|
+
"sets",
|
|
33854
|
+
"mobile"
|
|
33855
|
+
]
|
|
33856
|
+
}
|
|
33857
|
+
}
|
|
33858
|
+
}
|
|
33859
|
+
},
|
|
33860
|
+
"uuid": "6510c875-e551-43f2-9e84-111cfccafce8"
|
|
33861
|
+
},
|
|
33862
|
+
"component-m-regular": {
|
|
33863
|
+
"ref": {
|
|
33864
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
33865
|
+
"fontSize": "{font-size-100}",
|
|
33866
|
+
"fontWeight": "{regular-font-weight}",
|
|
33867
|
+
"letterSpacing": "{letter-spacing}",
|
|
33868
|
+
"lineHeight": "{line-height-font-size-100}"
|
|
33869
|
+
},
|
|
33870
|
+
"value": {
|
|
33871
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
33872
|
+
"fontSize": {
|
|
33873
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33874
|
+
"sets": {
|
|
33875
|
+
"desktop": {
|
|
33876
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33877
|
+
"value": "14px",
|
|
33878
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707",
|
|
33879
|
+
"filePath": "src/typography.json",
|
|
33880
|
+
"isSource": true,
|
|
33881
|
+
"original": {
|
|
33882
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33883
|
+
"value": "14px",
|
|
33884
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707"
|
|
33885
|
+
},
|
|
33886
|
+
"name": "font-size-100-sets-desktop",
|
|
33887
|
+
"attributes": {},
|
|
33888
|
+
"path": [
|
|
33889
|
+
"font-size-100",
|
|
33890
|
+
"sets",
|
|
33891
|
+
"desktop"
|
|
33892
|
+
]
|
|
33893
|
+
},
|
|
33894
|
+
"mobile": {
|
|
33895
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33896
|
+
"value": "17px",
|
|
33897
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411",
|
|
33898
|
+
"filePath": "src/typography.json",
|
|
33899
|
+
"isSource": true,
|
|
33900
|
+
"original": {
|
|
33901
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33902
|
+
"value": "17px",
|
|
33903
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
33904
|
+
},
|
|
33905
|
+
"name": "font-size-100-sets-mobile",
|
|
33906
|
+
"attributes": {},
|
|
33907
|
+
"path": [
|
|
33908
|
+
"font-size-100",
|
|
33909
|
+
"sets",
|
|
33910
|
+
"mobile"
|
|
33911
|
+
]
|
|
33912
|
+
}
|
|
33913
|
+
}
|
|
33914
|
+
},
|
|
33915
|
+
"fontWeight": "regular",
|
|
33916
|
+
"letterSpacing": "0em",
|
|
33917
|
+
"lineHeight": {
|
|
33918
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33919
|
+
"sets": {
|
|
33920
|
+
"desktop": {
|
|
33921
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33922
|
+
"value": "18px",
|
|
33923
|
+
"uuid": "0c323ed8-47c4-4fbb-bb66-a393a1e992cd",
|
|
33924
|
+
"filePath": "src/typography.json",
|
|
33925
|
+
"isSource": true,
|
|
33926
|
+
"original": {
|
|
33927
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33928
|
+
"value": "18px",
|
|
33929
|
+
"uuid": "0c323ed8-47c4-4fbb-bb66-a393a1e992cd"
|
|
33930
|
+
},
|
|
33931
|
+
"name": "line-height-font-size-100-sets-desktop",
|
|
33932
|
+
"attributes": {},
|
|
33933
|
+
"path": [
|
|
33934
|
+
"line-height-font-size-100",
|
|
33935
|
+
"sets",
|
|
33936
|
+
"desktop"
|
|
33937
|
+
]
|
|
33938
|
+
},
|
|
33939
|
+
"mobile": {
|
|
33940
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33941
|
+
"value": "22px",
|
|
33942
|
+
"uuid": "898fde6d-f477-46a6-8323-698dee558580",
|
|
33943
|
+
"filePath": "src/typography.json",
|
|
33944
|
+
"isSource": true,
|
|
33945
|
+
"original": {
|
|
33946
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
33947
|
+
"value": "22px",
|
|
33948
|
+
"uuid": "898fde6d-f477-46a6-8323-698dee558580"
|
|
33949
|
+
},
|
|
33950
|
+
"name": "line-height-font-size-100-sets-mobile",
|
|
33951
|
+
"attributes": {},
|
|
33952
|
+
"path": [
|
|
33953
|
+
"line-height-font-size-100",
|
|
33954
|
+
"sets",
|
|
33955
|
+
"mobile"
|
|
33956
|
+
]
|
|
33957
|
+
}
|
|
33958
|
+
}
|
|
33959
|
+
}
|
|
33960
|
+
},
|
|
33961
|
+
"uuid": "567a8eff-028f-4de1-b58a-a0473775219f"
|
|
33962
|
+
},
|
|
33963
|
+
"component-m-medium": {
|
|
33964
|
+
"ref": {
|
|
33965
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
33966
|
+
"fontSize": "{font-size-100}",
|
|
33967
|
+
"fontWeight": "{medium-font-weight}",
|
|
33968
|
+
"letterSpacing": "{letter-spacing}",
|
|
33969
|
+
"lineHeight": "{line-height-font-size-100}"
|
|
33970
|
+
},
|
|
33971
|
+
"value": {
|
|
33972
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
33973
|
+
"fontSize": {
|
|
33974
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
33975
|
+
"sets": {
|
|
33976
|
+
"desktop": {
|
|
33977
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33978
|
+
"value": "14px",
|
|
33979
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707",
|
|
33980
|
+
"filePath": "src/typography.json",
|
|
33981
|
+
"isSource": true,
|
|
33982
|
+
"original": {
|
|
33983
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33984
|
+
"value": "14px",
|
|
33985
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707"
|
|
33986
|
+
},
|
|
33987
|
+
"name": "font-size-100-sets-desktop",
|
|
33988
|
+
"attributes": {},
|
|
33989
|
+
"path": [
|
|
33990
|
+
"font-size-100",
|
|
33991
|
+
"sets",
|
|
33992
|
+
"desktop"
|
|
33993
|
+
]
|
|
33994
|
+
},
|
|
33995
|
+
"mobile": {
|
|
33996
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
33997
|
+
"value": "17px",
|
|
33998
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411",
|
|
33999
|
+
"filePath": "src/typography.json",
|
|
34000
|
+
"isSource": true,
|
|
34001
|
+
"original": {
|
|
34002
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34003
|
+
"value": "17px",
|
|
34004
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
34005
|
+
},
|
|
34006
|
+
"name": "font-size-100-sets-mobile",
|
|
34007
|
+
"attributes": {},
|
|
34008
|
+
"path": [
|
|
34009
|
+
"font-size-100",
|
|
34010
|
+
"sets",
|
|
34011
|
+
"mobile"
|
|
34012
|
+
]
|
|
34013
|
+
}
|
|
34014
|
+
}
|
|
34015
|
+
},
|
|
34016
|
+
"fontWeight": "medium",
|
|
34017
|
+
"letterSpacing": "0em",
|
|
34018
|
+
"lineHeight": {
|
|
34019
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34020
|
+
"sets": {
|
|
34021
|
+
"desktop": {
|
|
34022
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34023
|
+
"value": "18px",
|
|
34024
|
+
"uuid": "0c323ed8-47c4-4fbb-bb66-a393a1e992cd",
|
|
34025
|
+
"filePath": "src/typography.json",
|
|
34026
|
+
"isSource": true,
|
|
34027
|
+
"original": {
|
|
34028
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34029
|
+
"value": "18px",
|
|
34030
|
+
"uuid": "0c323ed8-47c4-4fbb-bb66-a393a1e992cd"
|
|
34031
|
+
},
|
|
34032
|
+
"name": "line-height-font-size-100-sets-desktop",
|
|
34033
|
+
"attributes": {},
|
|
34034
|
+
"path": [
|
|
34035
|
+
"line-height-font-size-100",
|
|
34036
|
+
"sets",
|
|
34037
|
+
"desktop"
|
|
34038
|
+
]
|
|
34039
|
+
},
|
|
34040
|
+
"mobile": {
|
|
34041
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34042
|
+
"value": "22px",
|
|
34043
|
+
"uuid": "898fde6d-f477-46a6-8323-698dee558580",
|
|
34044
|
+
"filePath": "src/typography.json",
|
|
34045
|
+
"isSource": true,
|
|
34046
|
+
"original": {
|
|
34047
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34048
|
+
"value": "22px",
|
|
34049
|
+
"uuid": "898fde6d-f477-46a6-8323-698dee558580"
|
|
34050
|
+
},
|
|
34051
|
+
"name": "line-height-font-size-100-sets-mobile",
|
|
34052
|
+
"attributes": {},
|
|
34053
|
+
"path": [
|
|
34054
|
+
"line-height-font-size-100",
|
|
34055
|
+
"sets",
|
|
34056
|
+
"mobile"
|
|
34057
|
+
]
|
|
34058
|
+
}
|
|
34059
|
+
}
|
|
34060
|
+
}
|
|
34061
|
+
},
|
|
34062
|
+
"uuid": "633b828a-8623-4905-9dda-5a7b989768d7"
|
|
34063
|
+
},
|
|
34064
|
+
"component-m-bold": {
|
|
34065
|
+
"ref": {
|
|
34066
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
34067
|
+
"fontSize": "{font-size-100}",
|
|
34068
|
+
"fontWeight": "{bold-font-weight}",
|
|
34069
|
+
"letterSpacing": "{letter-spacing}",
|
|
34070
|
+
"lineHeight": "{line-height-font-size-100}"
|
|
34071
|
+
},
|
|
34072
|
+
"value": {
|
|
34073
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
34074
|
+
"fontSize": {
|
|
34075
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34076
|
+
"sets": {
|
|
34077
|
+
"desktop": {
|
|
34078
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34079
|
+
"value": "14px",
|
|
34080
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707",
|
|
34081
|
+
"filePath": "src/typography.json",
|
|
34082
|
+
"isSource": true,
|
|
34083
|
+
"original": {
|
|
34084
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34085
|
+
"value": "14px",
|
|
34086
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707"
|
|
34087
|
+
},
|
|
34088
|
+
"name": "font-size-100-sets-desktop",
|
|
34089
|
+
"attributes": {},
|
|
34090
|
+
"path": [
|
|
34091
|
+
"font-size-100",
|
|
34092
|
+
"sets",
|
|
34093
|
+
"desktop"
|
|
34094
|
+
]
|
|
34095
|
+
},
|
|
34096
|
+
"mobile": {
|
|
34097
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34098
|
+
"value": "17px",
|
|
34099
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411",
|
|
34100
|
+
"filePath": "src/typography.json",
|
|
34101
|
+
"isSource": true,
|
|
34102
|
+
"original": {
|
|
34103
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34104
|
+
"value": "17px",
|
|
34105
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
34106
|
+
},
|
|
34107
|
+
"name": "font-size-100-sets-mobile",
|
|
34108
|
+
"attributes": {},
|
|
34109
|
+
"path": [
|
|
34110
|
+
"font-size-100",
|
|
34111
|
+
"sets",
|
|
34112
|
+
"mobile"
|
|
34113
|
+
]
|
|
34114
|
+
}
|
|
34115
|
+
}
|
|
34116
|
+
},
|
|
34117
|
+
"fontWeight": "bold",
|
|
34118
|
+
"letterSpacing": "0em",
|
|
34119
|
+
"lineHeight": {
|
|
34120
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34121
|
+
"sets": {
|
|
34122
|
+
"desktop": {
|
|
34123
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34124
|
+
"value": "18px",
|
|
34125
|
+
"uuid": "0c323ed8-47c4-4fbb-bb66-a393a1e992cd",
|
|
34126
|
+
"filePath": "src/typography.json",
|
|
34127
|
+
"isSource": true,
|
|
34128
|
+
"original": {
|
|
34129
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34130
|
+
"value": "18px",
|
|
34131
|
+
"uuid": "0c323ed8-47c4-4fbb-bb66-a393a1e992cd"
|
|
34132
|
+
},
|
|
34133
|
+
"name": "line-height-font-size-100-sets-desktop",
|
|
34134
|
+
"attributes": {},
|
|
34135
|
+
"path": [
|
|
34136
|
+
"line-height-font-size-100",
|
|
34137
|
+
"sets",
|
|
34138
|
+
"desktop"
|
|
34139
|
+
]
|
|
34140
|
+
},
|
|
34141
|
+
"mobile": {
|
|
34142
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34143
|
+
"value": "22px",
|
|
34144
|
+
"uuid": "898fde6d-f477-46a6-8323-698dee558580",
|
|
34145
|
+
"filePath": "src/typography.json",
|
|
34146
|
+
"isSource": true,
|
|
34147
|
+
"original": {
|
|
34148
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34149
|
+
"value": "22px",
|
|
34150
|
+
"uuid": "898fde6d-f477-46a6-8323-698dee558580"
|
|
34151
|
+
},
|
|
34152
|
+
"name": "line-height-font-size-100-sets-mobile",
|
|
34153
|
+
"attributes": {},
|
|
34154
|
+
"path": [
|
|
34155
|
+
"line-height-font-size-100",
|
|
34156
|
+
"sets",
|
|
34157
|
+
"mobile"
|
|
34158
|
+
]
|
|
34159
|
+
}
|
|
34160
|
+
}
|
|
34161
|
+
}
|
|
34162
|
+
},
|
|
34163
|
+
"uuid": "48422ecb-3993-4a96-b785-7661b9f662d2"
|
|
34164
|
+
},
|
|
34165
|
+
"component-l-regular": {
|
|
34166
|
+
"ref": {
|
|
34167
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
34168
|
+
"fontSize": "{font-size-200}",
|
|
34169
|
+
"fontWeight": "{regular-font-weight}",
|
|
34170
|
+
"letterSpacing": "{letter-spacing}",
|
|
34171
|
+
"lineHeight": "{line-height-font-size-200}"
|
|
34172
|
+
},
|
|
34173
|
+
"value": {
|
|
34174
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
34175
|
+
"fontSize": {
|
|
34176
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34177
|
+
"sets": {
|
|
34178
|
+
"desktop": {
|
|
34179
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34180
|
+
"value": "16px",
|
|
34181
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91",
|
|
34182
|
+
"filePath": "src/typography.json",
|
|
34183
|
+
"isSource": true,
|
|
34184
|
+
"original": {
|
|
34185
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34186
|
+
"value": "16px",
|
|
34187
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
|
|
34188
|
+
},
|
|
34189
|
+
"name": "font-size-200-sets-desktop",
|
|
34190
|
+
"attributes": {},
|
|
34191
|
+
"path": [
|
|
34192
|
+
"font-size-200",
|
|
34193
|
+
"sets",
|
|
34194
|
+
"desktop"
|
|
34195
|
+
]
|
|
34196
|
+
},
|
|
34197
|
+
"mobile": {
|
|
34198
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34199
|
+
"value": "19px",
|
|
34200
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991",
|
|
34201
|
+
"filePath": "src/typography.json",
|
|
34202
|
+
"isSource": true,
|
|
34203
|
+
"original": {
|
|
34204
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34205
|
+
"value": "19px",
|
|
34206
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
|
|
34207
|
+
},
|
|
34208
|
+
"name": "font-size-200-sets-mobile",
|
|
34209
|
+
"attributes": {},
|
|
34210
|
+
"path": [
|
|
34211
|
+
"font-size-200",
|
|
34212
|
+
"sets",
|
|
34213
|
+
"mobile"
|
|
34214
|
+
]
|
|
34215
|
+
}
|
|
34216
|
+
}
|
|
34217
|
+
},
|
|
34218
|
+
"fontWeight": "regular",
|
|
34219
|
+
"letterSpacing": "0em",
|
|
34220
|
+
"lineHeight": {
|
|
34221
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34222
|
+
"sets": {
|
|
34223
|
+
"desktop": {
|
|
34224
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34225
|
+
"value": "20px",
|
|
34226
|
+
"uuid": "efb450f9-976a-47cb-a7cc-667b9fe967a9",
|
|
34227
|
+
"filePath": "src/typography.json",
|
|
34228
|
+
"isSource": true,
|
|
34229
|
+
"original": {
|
|
34230
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34231
|
+
"value": "20px",
|
|
34232
|
+
"uuid": "efb450f9-976a-47cb-a7cc-667b9fe967a9"
|
|
34233
|
+
},
|
|
34234
|
+
"name": "line-height-font-size-200-sets-desktop",
|
|
34235
|
+
"attributes": {},
|
|
34236
|
+
"path": [
|
|
34237
|
+
"line-height-font-size-200",
|
|
34238
|
+
"sets",
|
|
34239
|
+
"desktop"
|
|
34240
|
+
]
|
|
34241
|
+
},
|
|
34242
|
+
"mobile": {
|
|
34243
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34244
|
+
"value": "24px",
|
|
34245
|
+
"uuid": "790dde8d-c117-4759-be93-2498297c6fa3",
|
|
34246
|
+
"filePath": "src/typography.json",
|
|
34247
|
+
"isSource": true,
|
|
34248
|
+
"original": {
|
|
34249
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34250
|
+
"value": "24px",
|
|
34251
|
+
"uuid": "790dde8d-c117-4759-be93-2498297c6fa3"
|
|
34252
|
+
},
|
|
34253
|
+
"name": "line-height-font-size-200-sets-mobile",
|
|
34254
|
+
"attributes": {},
|
|
34255
|
+
"path": [
|
|
34256
|
+
"line-height-font-size-200",
|
|
34257
|
+
"sets",
|
|
34258
|
+
"mobile"
|
|
34259
|
+
]
|
|
34260
|
+
}
|
|
34261
|
+
}
|
|
34262
|
+
}
|
|
34263
|
+
},
|
|
34264
|
+
"uuid": "5a58a097-2235-4302-a6ed-6c1fa854c523"
|
|
34265
|
+
},
|
|
34266
|
+
"component-l-medium": {
|
|
34267
|
+
"ref": {
|
|
34268
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
34269
|
+
"fontSize": "{font-size-200}",
|
|
34270
|
+
"fontWeight": "{medium-font-weight}",
|
|
34271
|
+
"letterSpacing": "{letter-spacing}",
|
|
34272
|
+
"lineHeight": "{line-height-font-size-200}"
|
|
34273
|
+
},
|
|
34274
|
+
"value": {
|
|
34275
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
34276
|
+
"fontSize": {
|
|
34277
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34278
|
+
"sets": {
|
|
34279
|
+
"desktop": {
|
|
34280
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34281
|
+
"value": "16px",
|
|
34282
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91",
|
|
34283
|
+
"filePath": "src/typography.json",
|
|
34284
|
+
"isSource": true,
|
|
34285
|
+
"original": {
|
|
34286
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34287
|
+
"value": "16px",
|
|
34288
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
|
|
34289
|
+
},
|
|
34290
|
+
"name": "font-size-200-sets-desktop",
|
|
34291
|
+
"attributes": {},
|
|
34292
|
+
"path": [
|
|
34293
|
+
"font-size-200",
|
|
34294
|
+
"sets",
|
|
34295
|
+
"desktop"
|
|
34296
|
+
]
|
|
34297
|
+
},
|
|
34298
|
+
"mobile": {
|
|
34299
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34300
|
+
"value": "19px",
|
|
34301
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991",
|
|
34302
|
+
"filePath": "src/typography.json",
|
|
34303
|
+
"isSource": true,
|
|
34304
|
+
"original": {
|
|
34305
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34306
|
+
"value": "19px",
|
|
34307
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
|
|
34308
|
+
},
|
|
34309
|
+
"name": "font-size-200-sets-mobile",
|
|
34310
|
+
"attributes": {},
|
|
34311
|
+
"path": [
|
|
34312
|
+
"font-size-200",
|
|
34313
|
+
"sets",
|
|
34314
|
+
"mobile"
|
|
34315
|
+
]
|
|
34316
|
+
}
|
|
34317
|
+
}
|
|
34318
|
+
},
|
|
34319
|
+
"fontWeight": "medium",
|
|
34320
|
+
"letterSpacing": "0em",
|
|
34321
|
+
"lineHeight": {
|
|
34322
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34323
|
+
"sets": {
|
|
34324
|
+
"desktop": {
|
|
34325
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34326
|
+
"value": "20px",
|
|
34327
|
+
"uuid": "efb450f9-976a-47cb-a7cc-667b9fe967a9",
|
|
34328
|
+
"filePath": "src/typography.json",
|
|
34329
|
+
"isSource": true,
|
|
34330
|
+
"original": {
|
|
34331
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34332
|
+
"value": "20px",
|
|
34333
|
+
"uuid": "efb450f9-976a-47cb-a7cc-667b9fe967a9"
|
|
34334
|
+
},
|
|
34335
|
+
"name": "line-height-font-size-200-sets-desktop",
|
|
34336
|
+
"attributes": {},
|
|
34337
|
+
"path": [
|
|
34338
|
+
"line-height-font-size-200",
|
|
34339
|
+
"sets",
|
|
34340
|
+
"desktop"
|
|
34341
|
+
]
|
|
34342
|
+
},
|
|
34343
|
+
"mobile": {
|
|
34344
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34345
|
+
"value": "24px",
|
|
34346
|
+
"uuid": "790dde8d-c117-4759-be93-2498297c6fa3",
|
|
34347
|
+
"filePath": "src/typography.json",
|
|
34348
|
+
"isSource": true,
|
|
34349
|
+
"original": {
|
|
34350
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34351
|
+
"value": "24px",
|
|
34352
|
+
"uuid": "790dde8d-c117-4759-be93-2498297c6fa3"
|
|
34353
|
+
},
|
|
34354
|
+
"name": "line-height-font-size-200-sets-mobile",
|
|
34355
|
+
"attributes": {},
|
|
34356
|
+
"path": [
|
|
34357
|
+
"line-height-font-size-200",
|
|
34358
|
+
"sets",
|
|
34359
|
+
"mobile"
|
|
34360
|
+
]
|
|
34361
|
+
}
|
|
34362
|
+
}
|
|
34363
|
+
}
|
|
34364
|
+
},
|
|
34365
|
+
"uuid": "aa7cd308-279c-4c0f-ab5e-5053341c963b"
|
|
34366
|
+
},
|
|
34367
|
+
"component-l-bold": {
|
|
34368
|
+
"ref": {
|
|
34369
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
34370
|
+
"fontSize": "{font-size-200}",
|
|
34371
|
+
"fontWeight": "{bold-font-weight}",
|
|
34372
|
+
"letterSpacing": "{letter-spacing}",
|
|
34373
|
+
"lineHeight": "{line-height-font-size-200}"
|
|
34374
|
+
},
|
|
34375
|
+
"value": {
|
|
34376
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
34377
|
+
"fontSize": {
|
|
34378
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34379
|
+
"sets": {
|
|
34380
|
+
"desktop": {
|
|
34381
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34382
|
+
"value": "16px",
|
|
34383
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91",
|
|
34384
|
+
"filePath": "src/typography.json",
|
|
34385
|
+
"isSource": true,
|
|
34386
|
+
"original": {
|
|
34387
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34388
|
+
"value": "16px",
|
|
34389
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
|
|
34390
|
+
},
|
|
34391
|
+
"name": "font-size-200-sets-desktop",
|
|
34392
|
+
"attributes": {},
|
|
34393
|
+
"path": [
|
|
34394
|
+
"font-size-200",
|
|
34395
|
+
"sets",
|
|
34396
|
+
"desktop"
|
|
34397
|
+
]
|
|
34398
|
+
},
|
|
34399
|
+
"mobile": {
|
|
34400
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34401
|
+
"value": "19px",
|
|
34402
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991",
|
|
34403
|
+
"filePath": "src/typography.json",
|
|
34404
|
+
"isSource": true,
|
|
34405
|
+
"original": {
|
|
34406
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34407
|
+
"value": "19px",
|
|
34408
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
|
|
34409
|
+
},
|
|
34410
|
+
"name": "font-size-200-sets-mobile",
|
|
34411
|
+
"attributes": {},
|
|
34412
|
+
"path": [
|
|
34413
|
+
"font-size-200",
|
|
34414
|
+
"sets",
|
|
34415
|
+
"mobile"
|
|
34416
|
+
]
|
|
34417
|
+
}
|
|
34418
|
+
}
|
|
34419
|
+
},
|
|
34420
|
+
"fontWeight": "bold",
|
|
34421
|
+
"letterSpacing": "0em",
|
|
34422
|
+
"lineHeight": {
|
|
34423
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34424
|
+
"sets": {
|
|
34425
|
+
"desktop": {
|
|
34426
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34427
|
+
"value": "20px",
|
|
34428
|
+
"uuid": "efb450f9-976a-47cb-a7cc-667b9fe967a9",
|
|
34429
|
+
"filePath": "src/typography.json",
|
|
34430
|
+
"isSource": true,
|
|
34431
|
+
"original": {
|
|
34432
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34433
|
+
"value": "20px",
|
|
34434
|
+
"uuid": "efb450f9-976a-47cb-a7cc-667b9fe967a9"
|
|
34435
|
+
},
|
|
34436
|
+
"name": "line-height-font-size-200-sets-desktop",
|
|
34437
|
+
"attributes": {},
|
|
34438
|
+
"path": [
|
|
34439
|
+
"line-height-font-size-200",
|
|
34440
|
+
"sets",
|
|
34441
|
+
"desktop"
|
|
34442
|
+
]
|
|
34443
|
+
},
|
|
34444
|
+
"mobile": {
|
|
34445
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34446
|
+
"value": "24px",
|
|
34447
|
+
"uuid": "790dde8d-c117-4759-be93-2498297c6fa3",
|
|
34448
|
+
"filePath": "src/typography.json",
|
|
34449
|
+
"isSource": true,
|
|
34450
|
+
"original": {
|
|
34451
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34452
|
+
"value": "24px",
|
|
34453
|
+
"uuid": "790dde8d-c117-4759-be93-2498297c6fa3"
|
|
34454
|
+
},
|
|
34455
|
+
"name": "line-height-font-size-200-sets-mobile",
|
|
34456
|
+
"attributes": {},
|
|
34457
|
+
"path": [
|
|
34458
|
+
"line-height-font-size-200",
|
|
34459
|
+
"sets",
|
|
34460
|
+
"mobile"
|
|
34461
|
+
]
|
|
34462
|
+
}
|
|
34463
|
+
}
|
|
34464
|
+
}
|
|
34465
|
+
},
|
|
34466
|
+
"uuid": "861ac736-b95b-4350-b40b-0dde0036c796"
|
|
34467
|
+
},
|
|
34468
|
+
"component-xl-regular": {
|
|
34469
|
+
"ref": {
|
|
34470
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
34471
|
+
"fontSize": "{font-size-300}",
|
|
34472
|
+
"fontWeight": "{regular-font-weight}",
|
|
34473
|
+
"letterSpacing": "{letter-spacing}",
|
|
34474
|
+
"lineHeight": "{line-height-font-size-300}"
|
|
34475
|
+
},
|
|
34476
|
+
"value": {
|
|
34477
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
34478
|
+
"fontSize": {
|
|
34479
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34480
|
+
"sets": {
|
|
34481
|
+
"desktop": {
|
|
34482
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34483
|
+
"value": "18px",
|
|
34484
|
+
"uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175",
|
|
34485
|
+
"filePath": "src/typography.json",
|
|
34486
|
+
"isSource": true,
|
|
34487
|
+
"original": {
|
|
34488
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34489
|
+
"value": "18px",
|
|
34490
|
+
"uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
|
|
34491
|
+
},
|
|
34492
|
+
"name": "font-size-300-sets-desktop",
|
|
34493
|
+
"attributes": {},
|
|
34494
|
+
"path": [
|
|
34495
|
+
"font-size-300",
|
|
34496
|
+
"sets",
|
|
34497
|
+
"desktop"
|
|
34498
|
+
]
|
|
34499
|
+
},
|
|
34500
|
+
"mobile": {
|
|
34501
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34502
|
+
"value": "22px",
|
|
34503
|
+
"uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7",
|
|
34504
|
+
"filePath": "src/typography.json",
|
|
34505
|
+
"isSource": true,
|
|
34506
|
+
"original": {
|
|
34507
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34508
|
+
"value": "22px",
|
|
34509
|
+
"uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
|
|
34510
|
+
},
|
|
34511
|
+
"name": "font-size-300-sets-mobile",
|
|
34512
|
+
"attributes": {},
|
|
34513
|
+
"path": [
|
|
34514
|
+
"font-size-300",
|
|
34515
|
+
"sets",
|
|
34516
|
+
"mobile"
|
|
34517
|
+
]
|
|
34518
|
+
}
|
|
34519
|
+
}
|
|
34520
|
+
},
|
|
34521
|
+
"fontWeight": "regular",
|
|
34522
|
+
"letterSpacing": "0em",
|
|
34523
|
+
"lineHeight": {
|
|
34524
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34525
|
+
"sets": {
|
|
34526
|
+
"desktop": {
|
|
34527
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34528
|
+
"value": "22px",
|
|
34529
|
+
"uuid": "52e64384-f918-4415-8d02-da3af639890f",
|
|
34530
|
+
"filePath": "src/typography.json",
|
|
34531
|
+
"isSource": true,
|
|
34532
|
+
"original": {
|
|
34533
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34534
|
+
"value": "22px",
|
|
34535
|
+
"uuid": "52e64384-f918-4415-8d02-da3af639890f"
|
|
34536
|
+
},
|
|
34537
|
+
"name": "line-height-font-size-300-sets-desktop",
|
|
34538
|
+
"attributes": {},
|
|
34539
|
+
"path": [
|
|
34540
|
+
"line-height-font-size-300",
|
|
34541
|
+
"sets",
|
|
34542
|
+
"desktop"
|
|
34543
|
+
]
|
|
34544
|
+
},
|
|
34545
|
+
"mobile": {
|
|
34546
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34547
|
+
"value": "26px",
|
|
34548
|
+
"uuid": "80beb678-586c-4277-9db0-1ab373ec8f80",
|
|
34549
|
+
"filePath": "src/typography.json",
|
|
34550
|
+
"isSource": true,
|
|
34551
|
+
"original": {
|
|
34552
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34553
|
+
"value": "26px",
|
|
34554
|
+
"uuid": "80beb678-586c-4277-9db0-1ab373ec8f80"
|
|
34555
|
+
},
|
|
34556
|
+
"name": "line-height-font-size-300-sets-mobile",
|
|
34557
|
+
"attributes": {},
|
|
34558
|
+
"path": [
|
|
34559
|
+
"line-height-font-size-300",
|
|
34560
|
+
"sets",
|
|
34561
|
+
"mobile"
|
|
34562
|
+
]
|
|
34563
|
+
}
|
|
34564
|
+
}
|
|
34565
|
+
}
|
|
34566
|
+
},
|
|
34567
|
+
"uuid": "5096f188-f728-4db4-8cd9-cc23b08956e1"
|
|
34568
|
+
},
|
|
34569
|
+
"component-xl-medium": {
|
|
34570
|
+
"ref": {
|
|
34571
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
34572
|
+
"fontSize": "{font-size-300}",
|
|
34573
|
+
"fontWeight": "{medium-font-weight}",
|
|
34574
|
+
"letterSpacing": "{letter-spacing}",
|
|
34575
|
+
"lineHeight": "{line-height-font-size-300}"
|
|
34576
|
+
},
|
|
34577
|
+
"value": {
|
|
34578
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
34579
|
+
"fontSize": {
|
|
34580
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34581
|
+
"sets": {
|
|
34582
|
+
"desktop": {
|
|
34583
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34584
|
+
"value": "18px",
|
|
34585
|
+
"uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175",
|
|
34586
|
+
"filePath": "src/typography.json",
|
|
34587
|
+
"isSource": true,
|
|
34588
|
+
"original": {
|
|
34589
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34590
|
+
"value": "18px",
|
|
34591
|
+
"uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
|
|
34592
|
+
},
|
|
34593
|
+
"name": "font-size-300-sets-desktop",
|
|
34594
|
+
"attributes": {},
|
|
34595
|
+
"path": [
|
|
34596
|
+
"font-size-300",
|
|
34597
|
+
"sets",
|
|
34598
|
+
"desktop"
|
|
34599
|
+
]
|
|
34600
|
+
},
|
|
34601
|
+
"mobile": {
|
|
34602
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34603
|
+
"value": "22px",
|
|
34604
|
+
"uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7",
|
|
34605
|
+
"filePath": "src/typography.json",
|
|
34606
|
+
"isSource": true,
|
|
34607
|
+
"original": {
|
|
34608
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34609
|
+
"value": "22px",
|
|
34610
|
+
"uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
|
|
34611
|
+
},
|
|
34612
|
+
"name": "font-size-300-sets-mobile",
|
|
34613
|
+
"attributes": {},
|
|
34614
|
+
"path": [
|
|
34615
|
+
"font-size-300",
|
|
34616
|
+
"sets",
|
|
34617
|
+
"mobile"
|
|
34618
|
+
]
|
|
34619
|
+
}
|
|
34620
|
+
}
|
|
34621
|
+
},
|
|
34622
|
+
"fontWeight": "medium",
|
|
34623
|
+
"letterSpacing": "0em",
|
|
34624
|
+
"lineHeight": {
|
|
34625
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34626
|
+
"sets": {
|
|
34627
|
+
"desktop": {
|
|
34628
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34629
|
+
"value": "22px",
|
|
34630
|
+
"uuid": "52e64384-f918-4415-8d02-da3af639890f",
|
|
34631
|
+
"filePath": "src/typography.json",
|
|
34632
|
+
"isSource": true,
|
|
34633
|
+
"original": {
|
|
34634
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34635
|
+
"value": "22px",
|
|
34636
|
+
"uuid": "52e64384-f918-4415-8d02-da3af639890f"
|
|
34637
|
+
},
|
|
34638
|
+
"name": "line-height-font-size-300-sets-desktop",
|
|
34639
|
+
"attributes": {},
|
|
34640
|
+
"path": [
|
|
34641
|
+
"line-height-font-size-300",
|
|
34642
|
+
"sets",
|
|
34643
|
+
"desktop"
|
|
34644
|
+
]
|
|
34645
|
+
},
|
|
34646
|
+
"mobile": {
|
|
34647
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34648
|
+
"value": "26px",
|
|
34649
|
+
"uuid": "80beb678-586c-4277-9db0-1ab373ec8f80",
|
|
34650
|
+
"filePath": "src/typography.json",
|
|
34651
|
+
"isSource": true,
|
|
34652
|
+
"original": {
|
|
34653
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34654
|
+
"value": "26px",
|
|
34655
|
+
"uuid": "80beb678-586c-4277-9db0-1ab373ec8f80"
|
|
34656
|
+
},
|
|
34657
|
+
"name": "line-height-font-size-300-sets-mobile",
|
|
34658
|
+
"attributes": {},
|
|
34659
|
+
"path": [
|
|
34660
|
+
"line-height-font-size-300",
|
|
34661
|
+
"sets",
|
|
34662
|
+
"mobile"
|
|
34663
|
+
]
|
|
34664
|
+
}
|
|
34665
|
+
}
|
|
34666
|
+
}
|
|
34667
|
+
},
|
|
34668
|
+
"uuid": "657ca53c-178e-4526-9c37-e023499f3659"
|
|
34669
|
+
},
|
|
34670
|
+
"component-xl-bold": {
|
|
34671
|
+
"ref": {
|
|
34672
|
+
"fontFamily": "{sans-serif-font-family}",
|
|
34673
|
+
"fontSize": "{font-size-300}",
|
|
34674
|
+
"fontWeight": "{bold-font-weight}",
|
|
34675
|
+
"letterSpacing": "{letter-spacing}",
|
|
34676
|
+
"lineHeight": "{line-height-font-size-300}"
|
|
34677
|
+
},
|
|
34678
|
+
"value": {
|
|
34679
|
+
"fontFamily": "Adobe Clean Spectrum VF",
|
|
34680
|
+
"fontSize": {
|
|
34681
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34682
|
+
"sets": {
|
|
34683
|
+
"desktop": {
|
|
34684
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34685
|
+
"value": "18px",
|
|
34686
|
+
"uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175",
|
|
34687
|
+
"filePath": "src/typography.json",
|
|
34688
|
+
"isSource": true,
|
|
34689
|
+
"original": {
|
|
34690
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34691
|
+
"value": "18px",
|
|
34692
|
+
"uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
|
|
34693
|
+
},
|
|
34694
|
+
"name": "font-size-300-sets-desktop",
|
|
34695
|
+
"attributes": {},
|
|
34696
|
+
"path": [
|
|
34697
|
+
"font-size-300",
|
|
34698
|
+
"sets",
|
|
34699
|
+
"desktop"
|
|
34700
|
+
]
|
|
34701
|
+
},
|
|
34702
|
+
"mobile": {
|
|
34703
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34704
|
+
"value": "22px",
|
|
34705
|
+
"uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7",
|
|
34706
|
+
"filePath": "src/typography.json",
|
|
34707
|
+
"isSource": true,
|
|
34708
|
+
"original": {
|
|
34709
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
34710
|
+
"value": "22px",
|
|
34711
|
+
"uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
|
|
34712
|
+
},
|
|
34713
|
+
"name": "font-size-300-sets-mobile",
|
|
34714
|
+
"attributes": {},
|
|
34715
|
+
"path": [
|
|
34716
|
+
"font-size-300",
|
|
34717
|
+
"sets",
|
|
34718
|
+
"mobile"
|
|
34719
|
+
]
|
|
34720
|
+
}
|
|
34721
|
+
}
|
|
34722
|
+
},
|
|
34723
|
+
"fontWeight": "bold",
|
|
34724
|
+
"letterSpacing": "0em",
|
|
34725
|
+
"lineHeight": {
|
|
34726
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
34727
|
+
"sets": {
|
|
34728
|
+
"desktop": {
|
|
34729
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34730
|
+
"value": "22px",
|
|
34731
|
+
"uuid": "52e64384-f918-4415-8d02-da3af639890f",
|
|
34732
|
+
"filePath": "src/typography.json",
|
|
34733
|
+
"isSource": true,
|
|
34734
|
+
"original": {
|
|
34735
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34736
|
+
"value": "22px",
|
|
34737
|
+
"uuid": "52e64384-f918-4415-8d02-da3af639890f"
|
|
34738
|
+
},
|
|
34739
|
+
"name": "line-height-font-size-300-sets-desktop",
|
|
34740
|
+
"attributes": {},
|
|
34741
|
+
"path": [
|
|
34742
|
+
"line-height-font-size-300",
|
|
34743
|
+
"sets",
|
|
34744
|
+
"desktop"
|
|
34745
|
+
]
|
|
34746
|
+
},
|
|
34747
|
+
"mobile": {
|
|
34748
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34749
|
+
"value": "26px",
|
|
34750
|
+
"uuid": "80beb678-586c-4277-9db0-1ab373ec8f80",
|
|
34751
|
+
"filePath": "src/typography.json",
|
|
34752
|
+
"isSource": true,
|
|
34753
|
+
"original": {
|
|
34754
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
34755
|
+
"value": "26px",
|
|
34756
|
+
"uuid": "80beb678-586c-4277-9db0-1ab373ec8f80"
|
|
34757
|
+
},
|
|
34758
|
+
"name": "line-height-font-size-300-sets-mobile",
|
|
34759
|
+
"attributes": {},
|
|
34760
|
+
"path": [
|
|
34761
|
+
"line-height-font-size-300",
|
|
34762
|
+
"sets",
|
|
34763
|
+
"mobile"
|
|
34764
|
+
]
|
|
34765
|
+
}
|
|
34766
|
+
}
|
|
34767
|
+
}
|
|
34768
|
+
},
|
|
34769
|
+
"uuid": "1e7e87a6-cf8f-4827-ba46-ca6a9152a6d7"
|
|
33185
34770
|
}
|
|
33186
34771
|
}
|