@adobe/spectrum-tokens 13.4.0 → 13.6.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 +62 -0
- package/dist/json/drover.json +21 -0
- package/dist/json/variables.json +228 -0
- package/package.json +1 -1
- package/src/layout-component.json +20 -1
- package/src/typography.json +270 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,67 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#497](https://github.com/adobe/spectrum-tokens/pull/497) [`fc0682e`](https://github.com/adobe/spectrum-tokens/commit/fc0682e16765f3beb9a823cc9b2f9f2464b6ccc6) Thanks [@larz0](https://github.com/larz0)! - Added horizontal card tokens
|
|
8
|
+
|
|
9
|
+
## Design Motivation
|
|
10
|
+
|
|
11
|
+
These tokens are needed for horizontal cards.
|
|
12
|
+
|
|
13
|
+
## Token Diff
|
|
14
|
+
|
|
15
|
+
<details open><summary>Added (3)</summary>
|
|
16
|
+
|
|
17
|
+
- `card-horizontal-edge-to-content-compact`
|
|
18
|
+
- `card-horizontal-edge-to-content-default`
|
|
19
|
+
- `card-horizontal-edge-to-content-spacious`
|
|
20
|
+
|
|
21
|
+
</details>
|
|
22
|
+
|
|
23
|
+
## 13.5.0
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- [#494](https://github.com/adobe/spectrum-tokens/pull/494) [`f569623`](https://github.com/adobe/spectrum-tokens/commit/f569623b790b1b9256b8b278619df80b6766fc58) Thanks [@larz0](https://github.com/larz0)! - Added vf-related-line-height tokens for desktop and mobile.
|
|
28
|
+
|
|
29
|
+
## Design Motivation
|
|
30
|
+
|
|
31
|
+
These tokens are required for the upcoming composite typography tokens.
|
|
32
|
+
|
|
33
|
+
## Token Diff
|
|
34
|
+
|
|
35
|
+
<details open>
|
|
36
|
+
<summary>Newly Deprecated (1)</summary>
|
|
37
|
+
|
|
38
|
+
- `drop-zone-content-maximum-width`
|
|
39
|
+
|
|
40
|
+
</details>
|
|
41
|
+
<details open>
|
|
42
|
+
<summary>Added (18)</summary>
|
|
43
|
+
|
|
44
|
+
- `line-height-font-size-25`
|
|
45
|
+
- `line-height-font-size-50`
|
|
46
|
+
- `line-height-font-size-75`
|
|
47
|
+
- `line-height-font-size-100`
|
|
48
|
+
- `line-height-font-size-200`
|
|
49
|
+
- `line-height-font-size-300`
|
|
50
|
+
- `line-height-font-size-400`
|
|
51
|
+
- `line-height-font-size-500`
|
|
52
|
+
- `line-height-font-size-600`
|
|
53
|
+
- `line-height-font-size-700`
|
|
54
|
+
- `line-height-font-size-800`
|
|
55
|
+
- `line-height-font-size-900`
|
|
56
|
+
- `line-height-font-size-1000`
|
|
57
|
+
- `line-height-font-size-1100`
|
|
58
|
+
- `line-height-font-size-1200`
|
|
59
|
+
- `line-height-font-size-1300`
|
|
60
|
+
- `line-height-font-size-1400`
|
|
61
|
+
- `line-height-font-size-1500`
|
|
62
|
+
|
|
63
|
+
</details>
|
|
64
|
+
|
|
3
65
|
## 13.4.0
|
|
4
66
|
|
|
5
67
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -1708,6 +1708,9 @@
|
|
|
1708
1708
|
"card-edge-to-content-spacious-medium": "20px",
|
|
1709
1709
|
"card-edge-to-content-spacious-small": "16px",
|
|
1710
1710
|
"card-header-to-description": "4px",
|
|
1711
|
+
"card-horizontal-edge-to-content-compact": "12px",
|
|
1712
|
+
"card-horizontal-edge-to-content-default": "16px",
|
|
1713
|
+
"card-horizontal-edge-to-content-spacious": "20px",
|
|
1711
1714
|
"card-maximum-width-extra-large": "460px",
|
|
1712
1715
|
"card-maximum-width-extra-small": "140px",
|
|
1713
1716
|
"card-maximum-width-large": "370px",
|
|
@@ -2177,6 +2180,24 @@
|
|
|
2177
2180
|
"in-line-alert-minimum-width": "240px",
|
|
2178
2181
|
"line-height-100": 1.3,
|
|
2179
2182
|
"line-height-200": 1.5,
|
|
2183
|
+
"line-height-font-size-100": "18px",
|
|
2184
|
+
"line-height-font-size-1000": "46px",
|
|
2185
|
+
"line-height-font-size-1100": "52px",
|
|
2186
|
+
"line-height-font-size-1200": "58px",
|
|
2187
|
+
"line-height-font-size-1300": "66px",
|
|
2188
|
+
"line-height-font-size-1400": "74px",
|
|
2189
|
+
"line-height-font-size-1500": "84px",
|
|
2190
|
+
"line-height-font-size-200": "20px",
|
|
2191
|
+
"line-height-font-size-25": "12px",
|
|
2192
|
+
"line-height-font-size-300": "22px",
|
|
2193
|
+
"line-height-font-size-400": "24px",
|
|
2194
|
+
"line-height-font-size-50": "14px",
|
|
2195
|
+
"line-height-font-size-500": "26px",
|
|
2196
|
+
"line-height-font-size-600": "30px",
|
|
2197
|
+
"line-height-font-size-700": "32px",
|
|
2198
|
+
"line-height-font-size-75": "16px",
|
|
2199
|
+
"line-height-font-size-800": "36px",
|
|
2200
|
+
"line-height-font-size-900": "42px",
|
|
2180
2201
|
"link-out-icon-size-100": "12px",
|
|
2181
2202
|
"link-out-icon-size-200": "14px",
|
|
2182
2203
|
"link-out-icon-size-75": "10px",
|
package/dist/json/variables.json
CHANGED
|
@@ -25858,6 +25858,18 @@
|
|
|
25858
25858
|
"value": "1px",
|
|
25859
25859
|
"uuid": "a52c893c-8c03-43a5-88ed-3cd230365b84"
|
|
25860
25860
|
},
|
|
25861
|
+
"card-horizontal-edge-to-content-compact": {
|
|
25862
|
+
"value": "12px",
|
|
25863
|
+
"uuid": "fd732759-52ab-45b7-9949-9d9352091efe"
|
|
25864
|
+
},
|
|
25865
|
+
"card-horizontal-edge-to-content-default": {
|
|
25866
|
+
"value": "16px",
|
|
25867
|
+
"uuid": "45af5962-8d41-476d-a92d-befa408b47b7"
|
|
25868
|
+
},
|
|
25869
|
+
"card-horizontal-edge-to-content-spacious": {
|
|
25870
|
+
"value": "20px",
|
|
25871
|
+
"uuid": "104c7b60-387b-4550-b0eb-573915d28f42"
|
|
25872
|
+
},
|
|
25861
25873
|
"corner-radius-0": {
|
|
25862
25874
|
"value": "0px",
|
|
25863
25875
|
"uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
|
|
@@ -31994,5 +32006,221 @@
|
|
|
31994
32006
|
}
|
|
31995
32007
|
},
|
|
31996
32008
|
"uuid": "851aebc5-5aa2-42ae-9032-59a5c9e8db5f"
|
|
32009
|
+
},
|
|
32010
|
+
"line-height-font-size-25": {
|
|
32011
|
+
"sets": {
|
|
32012
|
+
"desktop": {
|
|
32013
|
+
"value": "12px",
|
|
32014
|
+
"uuid": "d1853d46-038f-4fd1-a0b2-4434bbf95099"
|
|
32015
|
+
},
|
|
32016
|
+
"mobile": {
|
|
32017
|
+
"value": "14px",
|
|
32018
|
+
"uuid": "422ef89d-75dc-4110-b38d-45abf2b12f8d"
|
|
32019
|
+
}
|
|
32020
|
+
}
|
|
32021
|
+
},
|
|
32022
|
+
"line-height-font-size-50": {
|
|
32023
|
+
"sets": {
|
|
32024
|
+
"desktop": {
|
|
32025
|
+
"value": "14px",
|
|
32026
|
+
"uuid": "3696e3bf-2b72-4b08-9893-ac618f904771"
|
|
32027
|
+
},
|
|
32028
|
+
"mobile": {
|
|
32029
|
+
"value": "16px",
|
|
32030
|
+
"uuid": "242bf245-e7f0-4826-bcec-e19c0ed5e93f"
|
|
32031
|
+
}
|
|
32032
|
+
}
|
|
32033
|
+
},
|
|
32034
|
+
"line-height-font-size-75": {
|
|
32035
|
+
"sets": {
|
|
32036
|
+
"desktop": {
|
|
32037
|
+
"value": "16px",
|
|
32038
|
+
"uuid": "8e85a017-2c5d-4a52-92df-c0426e00c3c3"
|
|
32039
|
+
},
|
|
32040
|
+
"mobile": {
|
|
32041
|
+
"value": "20px",
|
|
32042
|
+
"uuid": "25be5bf4-e450-4a58-89e2-a04e02b7b78b"
|
|
32043
|
+
}
|
|
32044
|
+
}
|
|
32045
|
+
},
|
|
32046
|
+
"line-height-font-size-100": {
|
|
32047
|
+
"sets": {
|
|
32048
|
+
"desktop": {
|
|
32049
|
+
"value": "18px",
|
|
32050
|
+
"uuid": "0c323ed8-47c4-4fbb-bb66-a393a1e992cd"
|
|
32051
|
+
},
|
|
32052
|
+
"mobile": {
|
|
32053
|
+
"value": "22px",
|
|
32054
|
+
"uuid": "898fde6d-f477-46a6-8323-698dee558580"
|
|
32055
|
+
}
|
|
32056
|
+
}
|
|
32057
|
+
},
|
|
32058
|
+
"line-height-font-size-200": {
|
|
32059
|
+
"sets": {
|
|
32060
|
+
"desktop": {
|
|
32061
|
+
"value": "20px",
|
|
32062
|
+
"uuid": "efb450f9-976a-47cb-a7cc-667b9fe967a9"
|
|
32063
|
+
},
|
|
32064
|
+
"mobile": {
|
|
32065
|
+
"value": "24px",
|
|
32066
|
+
"uuid": "790dde8d-c117-4759-be93-2498297c6fa3"
|
|
32067
|
+
}
|
|
32068
|
+
}
|
|
32069
|
+
},
|
|
32070
|
+
"line-height-font-size-300": {
|
|
32071
|
+
"sets": {
|
|
32072
|
+
"desktop": {
|
|
32073
|
+
"value": "22px",
|
|
32074
|
+
"uuid": "52e64384-f918-4415-8d02-da3af639890f"
|
|
32075
|
+
},
|
|
32076
|
+
"mobile": {
|
|
32077
|
+
"value": "26px",
|
|
32078
|
+
"uuid": "80beb678-586c-4277-9db0-1ab373ec8f80"
|
|
32079
|
+
}
|
|
32080
|
+
}
|
|
32081
|
+
},
|
|
32082
|
+
"line-height-font-size-400": {
|
|
32083
|
+
"sets": {
|
|
32084
|
+
"desktop": {
|
|
32085
|
+
"value": "24px",
|
|
32086
|
+
"uuid": "03676924-ace1-418a-97a0-17ce62f4a832"
|
|
32087
|
+
},
|
|
32088
|
+
"mobile": {
|
|
32089
|
+
"value": "28px",
|
|
32090
|
+
"uuid": "92adf566-babe-43cf-aefa-e4d04364cdbe"
|
|
32091
|
+
}
|
|
32092
|
+
}
|
|
32093
|
+
},
|
|
32094
|
+
"line-height-font-size-500": {
|
|
32095
|
+
"sets": {
|
|
32096
|
+
"desktop": {
|
|
32097
|
+
"value": "26px",
|
|
32098
|
+
"uuid": "cec9acbc-6b54-480f-91a2-067d947dd73e"
|
|
32099
|
+
},
|
|
32100
|
+
"mobile": {
|
|
32101
|
+
"value": "32px",
|
|
32102
|
+
"uuid": "143a00de-eac6-4bb5-9b25-18011efa69f5"
|
|
32103
|
+
}
|
|
32104
|
+
}
|
|
32105
|
+
},
|
|
32106
|
+
"line-height-font-size-600": {
|
|
32107
|
+
"sets": {
|
|
32108
|
+
"desktop": {
|
|
32109
|
+
"value": "30px",
|
|
32110
|
+
"uuid": "1cb847c8-4b6d-494f-b50f-98e46e82c9c0"
|
|
32111
|
+
},
|
|
32112
|
+
"mobile": {
|
|
32113
|
+
"value": "36px",
|
|
32114
|
+
"uuid": "51dbd9c7-37e5-4968-a84b-9f8563030f89"
|
|
32115
|
+
}
|
|
32116
|
+
}
|
|
32117
|
+
},
|
|
32118
|
+
"line-height-font-size-700": {
|
|
32119
|
+
"sets": {
|
|
32120
|
+
"desktop": {
|
|
32121
|
+
"value": "32px",
|
|
32122
|
+
"uuid": "2629dfc5-f358-4bd0-a24b-e683b214efb4"
|
|
32123
|
+
},
|
|
32124
|
+
"mobile": {
|
|
32125
|
+
"value": "40px",
|
|
32126
|
+
"uuid": "3a43e8bf-6d36-4f4d-8b32-0c5b69d68cfd"
|
|
32127
|
+
}
|
|
32128
|
+
}
|
|
32129
|
+
},
|
|
32130
|
+
"line-height-font-size-800": {
|
|
32131
|
+
"sets": {
|
|
32132
|
+
"desktop": {
|
|
32133
|
+
"value": "36px",
|
|
32134
|
+
"uuid": "3e6bd373-90f5-4164-80a0-6dcdfdc87beb"
|
|
32135
|
+
},
|
|
32136
|
+
"mobile": {
|
|
32137
|
+
"value": "44px",
|
|
32138
|
+
"uuid": "05f9ed71-4b9e-4109-a8ec-bb09edfd6348"
|
|
32139
|
+
}
|
|
32140
|
+
}
|
|
32141
|
+
},
|
|
32142
|
+
"line-height-font-size-900": {
|
|
32143
|
+
"sets": {
|
|
32144
|
+
"desktop": {
|
|
32145
|
+
"value": "42px",
|
|
32146
|
+
"uuid": "6f6a137d-f54e-45b4-a7a4-2586fa99bf3a"
|
|
32147
|
+
},
|
|
32148
|
+
"mobile": {
|
|
32149
|
+
"value": "50px",
|
|
32150
|
+
"uuid": "c881e6cd-404b-48eb-a6f1-5dd84313de72"
|
|
32151
|
+
}
|
|
32152
|
+
}
|
|
32153
|
+
},
|
|
32154
|
+
"line-height-font-size-1000": {
|
|
32155
|
+
"sets": {
|
|
32156
|
+
"desktop": {
|
|
32157
|
+
"value": "46px",
|
|
32158
|
+
"uuid": "8b37acbd-a978-4de3-aa1e-981afa09868c"
|
|
32159
|
+
},
|
|
32160
|
+
"mobile": {
|
|
32161
|
+
"value": "56px",
|
|
32162
|
+
"uuid": "48b573ce-0e43-4550-83db-1f44d06aafda"
|
|
32163
|
+
}
|
|
32164
|
+
}
|
|
32165
|
+
},
|
|
32166
|
+
"line-height-font-size-1100": {
|
|
32167
|
+
"sets": {
|
|
32168
|
+
"desktop": {
|
|
32169
|
+
"value": "52px",
|
|
32170
|
+
"uuid": "a8db4407-791a-4fca-9e2a-12f703089223"
|
|
32171
|
+
},
|
|
32172
|
+
"mobile": {
|
|
32173
|
+
"value": "64px",
|
|
32174
|
+
"uuid": "cd0d821b-015c-40be-9156-c2dab18b5977"
|
|
32175
|
+
}
|
|
32176
|
+
}
|
|
32177
|
+
},
|
|
32178
|
+
"line-height-font-size-1200": {
|
|
32179
|
+
"sets": {
|
|
32180
|
+
"desktop": {
|
|
32181
|
+
"value": "58px",
|
|
32182
|
+
"uuid": "f3b61670-1a19-4c9f-aae7-cac247d24af6"
|
|
32183
|
+
},
|
|
32184
|
+
"mobile": {
|
|
32185
|
+
"value": "72px",
|
|
32186
|
+
"uuid": "10f70d36-8574-4476-bc0a-2b03b7db5448"
|
|
32187
|
+
}
|
|
32188
|
+
}
|
|
32189
|
+
},
|
|
32190
|
+
"line-height-font-size-1300": {
|
|
32191
|
+
"sets": {
|
|
32192
|
+
"desktop": {
|
|
32193
|
+
"value": "66px",
|
|
32194
|
+
"uuid": "9b7a0ea3-22e1-472e-af82-153eac1e077e"
|
|
32195
|
+
},
|
|
32196
|
+
"mobile": {
|
|
32197
|
+
"value": "80px",
|
|
32198
|
+
"uuid": "533402b6-9b8b-4615-b9db-17ea35914369"
|
|
32199
|
+
}
|
|
32200
|
+
}
|
|
32201
|
+
},
|
|
32202
|
+
"line-height-font-size-1400": {
|
|
32203
|
+
"sets": {
|
|
32204
|
+
"desktop": {
|
|
32205
|
+
"value": "74px",
|
|
32206
|
+
"uuid": "76fa374d-f759-4198-9fc0-e61d378c3258"
|
|
32207
|
+
},
|
|
32208
|
+
"mobile": {
|
|
32209
|
+
"value": "90px",
|
|
32210
|
+
"uuid": "1251799e-a10a-4625-b487-6b93839c6be8"
|
|
32211
|
+
}
|
|
32212
|
+
}
|
|
32213
|
+
},
|
|
32214
|
+
"line-height-font-size-1500": {
|
|
32215
|
+
"sets": {
|
|
32216
|
+
"desktop": {
|
|
32217
|
+
"value": "84px",
|
|
32218
|
+
"uuid": "c915185b-86ab-421b-8a58-e3965e9904dc"
|
|
32219
|
+
},
|
|
32220
|
+
"mobile": {
|
|
32221
|
+
"value": "102px",
|
|
32222
|
+
"uuid": "185be0f6-8283-4068-80f1-68ee8dd06c25"
|
|
32223
|
+
}
|
|
32224
|
+
}
|
|
31997
32225
|
}
|
|
31998
32226
|
}
|
package/package.json
CHANGED
|
@@ -3489,7 +3489,8 @@
|
|
|
3489
3489
|
"component": "drop-zone",
|
|
3490
3490
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
3491
3491
|
"value": "{illustrated-message-maximum-width}",
|
|
3492
|
-
"uuid": "b8d0db71-9a25-46fc-b77a-037fcf86be8e"
|
|
3492
|
+
"uuid": "b8d0db71-9a25-46fc-b77a-037fcf86be8e",
|
|
3493
|
+
"deprecated": true
|
|
3493
3494
|
},
|
|
3494
3495
|
"drop-zone-border-dash-length": {
|
|
3495
3496
|
"component": "drop-zone",
|
|
@@ -10948,5 +10949,23 @@
|
|
|
10948
10949
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10949
10950
|
"value": "1px",
|
|
10950
10951
|
"uuid": "a52c893c-8c03-43a5-88ed-3cd230365b84"
|
|
10952
|
+
},
|
|
10953
|
+
"card-horizontal-edge-to-content-compact": {
|
|
10954
|
+
"component": "card-horizontal",
|
|
10955
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10956
|
+
"value": "12px",
|
|
10957
|
+
"uuid": "fd732759-52ab-45b7-9949-9d9352091efe"
|
|
10958
|
+
},
|
|
10959
|
+
"card-horizontal-edge-to-content-default": {
|
|
10960
|
+
"component": "card-horizontal",
|
|
10961
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10962
|
+
"value": "16px",
|
|
10963
|
+
"uuid": "45af5962-8d41-476d-a92d-befa408b47b7"
|
|
10964
|
+
},
|
|
10965
|
+
"card-horizontal-edge-to-content-spacious": {
|
|
10966
|
+
"component": "card-horizontal",
|
|
10967
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10968
|
+
"value": "20px",
|
|
10969
|
+
"uuid": "104c7b60-387b-4550-b0eb-573915d28f42"
|
|
10951
10970
|
}
|
|
10952
10971
|
}
|
package/src/typography.json
CHANGED
|
@@ -1850,5 +1850,275 @@
|
|
|
1850
1850
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1851
1851
|
"value": "{gray-800}",
|
|
1852
1852
|
"uuid": "851aebc5-5aa2-42ae-9032-59a5c9e8db5f"
|
|
1853
|
+
},
|
|
1854
|
+
"line-height-font-size-25": {
|
|
1855
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
1856
|
+
"sets": {
|
|
1857
|
+
"desktop": {
|
|
1858
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1859
|
+
"value": "12px",
|
|
1860
|
+
"uuid": "d1853d46-038f-4fd1-a0b2-4434bbf95099"
|
|
1861
|
+
},
|
|
1862
|
+
"mobile": {
|
|
1863
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1864
|
+
"value": "14px",
|
|
1865
|
+
"uuid": "422ef89d-75dc-4110-b38d-45abf2b12f8d"
|
|
1866
|
+
}
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1869
|
+
"line-height-font-size-50": {
|
|
1870
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
1871
|
+
"sets": {
|
|
1872
|
+
"desktop": {
|
|
1873
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1874
|
+
"value": "14px",
|
|
1875
|
+
"uuid": "3696e3bf-2b72-4b08-9893-ac618f904771"
|
|
1876
|
+
},
|
|
1877
|
+
"mobile": {
|
|
1878
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1879
|
+
"value": "16px",
|
|
1880
|
+
"uuid": "242bf245-e7f0-4826-bcec-e19c0ed5e93f"
|
|
1881
|
+
}
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
"line-height-font-size-75": {
|
|
1885
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
1886
|
+
"sets": {
|
|
1887
|
+
"desktop": {
|
|
1888
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1889
|
+
"value": "16px",
|
|
1890
|
+
"uuid": "8e85a017-2c5d-4a52-92df-c0426e00c3c3"
|
|
1891
|
+
},
|
|
1892
|
+
"mobile": {
|
|
1893
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1894
|
+
"value": "20px",
|
|
1895
|
+
"uuid": "25be5bf4-e450-4a58-89e2-a04e02b7b78b"
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1899
|
+
"line-height-font-size-100": {
|
|
1900
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
1901
|
+
"sets": {
|
|
1902
|
+
"desktop": {
|
|
1903
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1904
|
+
"value": "18px",
|
|
1905
|
+
"uuid": "0c323ed8-47c4-4fbb-bb66-a393a1e992cd"
|
|
1906
|
+
},
|
|
1907
|
+
"mobile": {
|
|
1908
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1909
|
+
"value": "22px",
|
|
1910
|
+
"uuid": "898fde6d-f477-46a6-8323-698dee558580"
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
"line-height-font-size-200": {
|
|
1915
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
1916
|
+
"sets": {
|
|
1917
|
+
"desktop": {
|
|
1918
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1919
|
+
"value": "20px",
|
|
1920
|
+
"uuid": "efb450f9-976a-47cb-a7cc-667b9fe967a9"
|
|
1921
|
+
},
|
|
1922
|
+
"mobile": {
|
|
1923
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1924
|
+
"value": "24px",
|
|
1925
|
+
"uuid": "790dde8d-c117-4759-be93-2498297c6fa3"
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
"line-height-font-size-300": {
|
|
1930
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
1931
|
+
"sets": {
|
|
1932
|
+
"desktop": {
|
|
1933
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1934
|
+
"value": "22px",
|
|
1935
|
+
"uuid": "52e64384-f918-4415-8d02-da3af639890f"
|
|
1936
|
+
},
|
|
1937
|
+
"mobile": {
|
|
1938
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1939
|
+
"value": "26px",
|
|
1940
|
+
"uuid": "80beb678-586c-4277-9db0-1ab373ec8f80"
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
"line-height-font-size-400": {
|
|
1945
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
1946
|
+
"sets": {
|
|
1947
|
+
"desktop": {
|
|
1948
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1949
|
+
"value": "24px",
|
|
1950
|
+
"uuid": "03676924-ace1-418a-97a0-17ce62f4a832"
|
|
1951
|
+
},
|
|
1952
|
+
"mobile": {
|
|
1953
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1954
|
+
"value": "28px",
|
|
1955
|
+
"uuid": "92adf566-babe-43cf-aefa-e4d04364cdbe"
|
|
1956
|
+
}
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
"line-height-font-size-500": {
|
|
1960
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
1961
|
+
"sets": {
|
|
1962
|
+
"desktop": {
|
|
1963
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1964
|
+
"value": "26px",
|
|
1965
|
+
"uuid": "cec9acbc-6b54-480f-91a2-067d947dd73e"
|
|
1966
|
+
},
|
|
1967
|
+
"mobile": {
|
|
1968
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1969
|
+
"value": "32px",
|
|
1970
|
+
"uuid": "143a00de-eac6-4bb5-9b25-18011efa69f5"
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
"line-height-font-size-600": {
|
|
1975
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
1976
|
+
"sets": {
|
|
1977
|
+
"desktop": {
|
|
1978
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1979
|
+
"value": "30px",
|
|
1980
|
+
"uuid": "1cb847c8-4b6d-494f-b50f-98e46e82c9c0"
|
|
1981
|
+
},
|
|
1982
|
+
"mobile": {
|
|
1983
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1984
|
+
"value": "36px",
|
|
1985
|
+
"uuid": "51dbd9c7-37e5-4968-a84b-9f8563030f89"
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
"line-height-font-size-700": {
|
|
1990
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
1991
|
+
"sets": {
|
|
1992
|
+
"desktop": {
|
|
1993
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1994
|
+
"value": "32px",
|
|
1995
|
+
"uuid": "2629dfc5-f358-4bd0-a24b-e683b214efb4"
|
|
1996
|
+
},
|
|
1997
|
+
"mobile": {
|
|
1998
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1999
|
+
"value": "40px",
|
|
2000
|
+
"uuid": "3a43e8bf-6d36-4f4d-8b32-0c5b69d68cfd"
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2003
|
+
},
|
|
2004
|
+
"line-height-font-size-800": {
|
|
2005
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
2006
|
+
"sets": {
|
|
2007
|
+
"desktop": {
|
|
2008
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2009
|
+
"value": "36px",
|
|
2010
|
+
"uuid": "3e6bd373-90f5-4164-80a0-6dcdfdc87beb"
|
|
2011
|
+
},
|
|
2012
|
+
"mobile": {
|
|
2013
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2014
|
+
"value": "44px",
|
|
2015
|
+
"uuid": "05f9ed71-4b9e-4109-a8ec-bb09edfd6348"
|
|
2016
|
+
}
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
"line-height-font-size-900": {
|
|
2020
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
2021
|
+
"sets": {
|
|
2022
|
+
"desktop": {
|
|
2023
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2024
|
+
"value": "42px",
|
|
2025
|
+
"uuid": "6f6a137d-f54e-45b4-a7a4-2586fa99bf3a"
|
|
2026
|
+
},
|
|
2027
|
+
"mobile": {
|
|
2028
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2029
|
+
"value": "50px",
|
|
2030
|
+
"uuid": "c881e6cd-404b-48eb-a6f1-5dd84313de72"
|
|
2031
|
+
}
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
"line-height-font-size-1000": {
|
|
2035
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
2036
|
+
"sets": {
|
|
2037
|
+
"desktop": {
|
|
2038
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2039
|
+
"value": "46px",
|
|
2040
|
+
"uuid": "8b37acbd-a978-4de3-aa1e-981afa09868c"
|
|
2041
|
+
},
|
|
2042
|
+
"mobile": {
|
|
2043
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2044
|
+
"value": "56px",
|
|
2045
|
+
"uuid": "48b573ce-0e43-4550-83db-1f44d06aafda"
|
|
2046
|
+
}
|
|
2047
|
+
}
|
|
2048
|
+
},
|
|
2049
|
+
"line-height-font-size-1100": {
|
|
2050
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
2051
|
+
"sets": {
|
|
2052
|
+
"desktop": {
|
|
2053
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2054
|
+
"value": "52px",
|
|
2055
|
+
"uuid": "a8db4407-791a-4fca-9e2a-12f703089223"
|
|
2056
|
+
},
|
|
2057
|
+
"mobile": {
|
|
2058
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2059
|
+
"value": "64px",
|
|
2060
|
+
"uuid": "cd0d821b-015c-40be-9156-c2dab18b5977"
|
|
2061
|
+
}
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
2064
|
+
"line-height-font-size-1200": {
|
|
2065
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
2066
|
+
"sets": {
|
|
2067
|
+
"desktop": {
|
|
2068
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2069
|
+
"value": "58px",
|
|
2070
|
+
"uuid": "f3b61670-1a19-4c9f-aae7-cac247d24af6"
|
|
2071
|
+
},
|
|
2072
|
+
"mobile": {
|
|
2073
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2074
|
+
"value": "72px",
|
|
2075
|
+
"uuid": "10f70d36-8574-4476-bc0a-2b03b7db5448"
|
|
2076
|
+
}
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
"line-height-font-size-1300": {
|
|
2080
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
2081
|
+
"sets": {
|
|
2082
|
+
"desktop": {
|
|
2083
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2084
|
+
"value": "66px",
|
|
2085
|
+
"uuid": "9b7a0ea3-22e1-472e-af82-153eac1e077e"
|
|
2086
|
+
},
|
|
2087
|
+
"mobile": {
|
|
2088
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2089
|
+
"value": "80px",
|
|
2090
|
+
"uuid": "533402b6-9b8b-4615-b9db-17ea35914369"
|
|
2091
|
+
}
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2094
|
+
"line-height-font-size-1400": {
|
|
2095
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
2096
|
+
"sets": {
|
|
2097
|
+
"desktop": {
|
|
2098
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2099
|
+
"value": "74px",
|
|
2100
|
+
"uuid": "76fa374d-f759-4198-9fc0-e61d378c3258"
|
|
2101
|
+
},
|
|
2102
|
+
"mobile": {
|
|
2103
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2104
|
+
"value": "90px",
|
|
2105
|
+
"uuid": "1251799e-a10a-4625-b487-6b93839c6be8"
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
},
|
|
2109
|
+
"line-height-font-size-1500": {
|
|
2110
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
2111
|
+
"sets": {
|
|
2112
|
+
"desktop": {
|
|
2113
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2114
|
+
"value": "84px",
|
|
2115
|
+
"uuid": "c915185b-86ab-421b-8a58-e3965e9904dc"
|
|
2116
|
+
},
|
|
2117
|
+
"mobile": {
|
|
2118
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2119
|
+
"value": "102px",
|
|
2120
|
+
"uuid": "185be0f6-8283-4068-80f1-68ee8dd06c25"
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
1853
2123
|
}
|
|
1854
2124
|
}
|