@adobe/spectrum-tokens 13.3.0 → 13.5.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 +77 -0
- package/dist/json/drover.json +36 -0
- package/dist/json/variables.json +290 -2
- package/package.json +2 -3
- package/src/color-aliases.json +2 -2
- package/src/color-component.json +2 -2
- package/src/layout-component.json +110 -1
- package/src/typography.json +270 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,82 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#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.
|
|
8
|
+
|
|
9
|
+
## Design Motivation
|
|
10
|
+
|
|
11
|
+
These tokens are required for the upcoming composite typography tokens.
|
|
12
|
+
|
|
13
|
+
## Token Diff
|
|
14
|
+
|
|
15
|
+
<details open>
|
|
16
|
+
<summary>Newly Deprecated (1)</summary>
|
|
17
|
+
|
|
18
|
+
- `drop-zone-content-maximum-width`
|
|
19
|
+
|
|
20
|
+
</details>
|
|
21
|
+
<details open>
|
|
22
|
+
<summary>Added (18)</summary>
|
|
23
|
+
|
|
24
|
+
- `line-height-font-size-25`
|
|
25
|
+
- `line-height-font-size-50`
|
|
26
|
+
- `line-height-font-size-75`
|
|
27
|
+
- `line-height-font-size-100`
|
|
28
|
+
- `line-height-font-size-200`
|
|
29
|
+
- `line-height-font-size-300`
|
|
30
|
+
- `line-height-font-size-400`
|
|
31
|
+
- `line-height-font-size-500`
|
|
32
|
+
- `line-height-font-size-600`
|
|
33
|
+
- `line-height-font-size-700`
|
|
34
|
+
- `line-height-font-size-800`
|
|
35
|
+
- `line-height-font-size-900`
|
|
36
|
+
- `line-height-font-size-1000`
|
|
37
|
+
- `line-height-font-size-1100`
|
|
38
|
+
- `line-height-font-size-1200`
|
|
39
|
+
- `line-height-font-size-1300`
|
|
40
|
+
- `line-height-font-size-1400`
|
|
41
|
+
- `line-height-font-size-1500`
|
|
42
|
+
|
|
43
|
+
</details>
|
|
44
|
+
|
|
45
|
+
## 13.4.0
|
|
46
|
+
|
|
47
|
+
### Minor Changes
|
|
48
|
+
|
|
49
|
+
- [#489](https://github.com/adobe/spectrum-tokens/pull/489) [`40ffdee`](https://github.com/adobe/spectrum-tokens/commit/40ffdee07a89f4c85331f95ef96b8dc07e3fb981) Thanks [@larz0](https://github.com/larz0)! - Added steplist tokens
|
|
50
|
+
|
|
51
|
+
## Design Motivation
|
|
52
|
+
|
|
53
|
+
These token are required for the implementation of steplist.
|
|
54
|
+
|
|
55
|
+
## Token Diff
|
|
56
|
+
|
|
57
|
+
<details open><summary>Added (18)</summary>
|
|
58
|
+
|
|
59
|
+
- `steplist-step-default-width-small`
|
|
60
|
+
- `steplist-step-default-width-medium`
|
|
61
|
+
- `steplist-step-default-width-large`
|
|
62
|
+
- `steplist-step-default-width-extra-large`
|
|
63
|
+
- `steplist-step-default-height-small`
|
|
64
|
+
- `steplist-step-default-height-medium`
|
|
65
|
+
- `steplist-step-default-height-large`
|
|
66
|
+
- `steplist-step-default-height-extra-large`
|
|
67
|
+
- `steplist-visual-size-small`
|
|
68
|
+
- `steplist-visual-size-medium`
|
|
69
|
+
- `steplist-visual-size-large`
|
|
70
|
+
- `steplist-visual-size-extra-large`
|
|
71
|
+
- `steplist-track-thickness-medium`
|
|
72
|
+
- `steplist-step-to-track-size-small`
|
|
73
|
+
- `steplist-step-to-track-size-medium`
|
|
74
|
+
- `steplist-step-to-track-size-large`
|
|
75
|
+
- `steplist-step-to-track-size-extra-large`
|
|
76
|
+
- `steplist-bottom-to-text`
|
|
77
|
+
|
|
78
|
+
</details>
|
|
79
|
+
|
|
3
80
|
## 13.3.0
|
|
4
81
|
|
|
5
82
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -2177,6 +2177,24 @@
|
|
|
2177
2177
|
"in-line-alert-minimum-width": "240px",
|
|
2178
2178
|
"line-height-100": 1.3,
|
|
2179
2179
|
"line-height-200": 1.5,
|
|
2180
|
+
"line-height-font-size-100": "18px",
|
|
2181
|
+
"line-height-font-size-1000": "46px",
|
|
2182
|
+
"line-height-font-size-1100": "52px",
|
|
2183
|
+
"line-height-font-size-1200": "58px",
|
|
2184
|
+
"line-height-font-size-1300": "66px",
|
|
2185
|
+
"line-height-font-size-1400": "74px",
|
|
2186
|
+
"line-height-font-size-1500": "84px",
|
|
2187
|
+
"line-height-font-size-200": "20px",
|
|
2188
|
+
"line-height-font-size-25": "12px",
|
|
2189
|
+
"line-height-font-size-300": "22px",
|
|
2190
|
+
"line-height-font-size-400": "24px",
|
|
2191
|
+
"line-height-font-size-50": "14px",
|
|
2192
|
+
"line-height-font-size-500": "26px",
|
|
2193
|
+
"line-height-font-size-600": "30px",
|
|
2194
|
+
"line-height-font-size-700": "32px",
|
|
2195
|
+
"line-height-font-size-75": "16px",
|
|
2196
|
+
"line-height-font-size-800": "36px",
|
|
2197
|
+
"line-height-font-size-900": "42px",
|
|
2180
2198
|
"link-out-icon-size-100": "12px",
|
|
2181
2199
|
"link-out-icon-size-200": "14px",
|
|
2182
2200
|
"link-out-icon-size-75": "10px",
|
|
@@ -2392,6 +2410,24 @@
|
|
|
2392
2410
|
"status-light-top-to-dot-large": "14px",
|
|
2393
2411
|
"status-light-top-to-dot-medium": "11px",
|
|
2394
2412
|
"status-light-top-to-dot-small": "8px",
|
|
2413
|
+
"steplist-bottom-to-text": "1px",
|
|
2414
|
+
"steplist-step-default-height-extra-large": "78px",
|
|
2415
|
+
"steplist-step-default-height-large": "70px",
|
|
2416
|
+
"steplist-step-default-height-medium": "54px",
|
|
2417
|
+
"steplist-step-default-height-small": "46px",
|
|
2418
|
+
"steplist-step-default-width-extra-large": "78px",
|
|
2419
|
+
"steplist-step-default-width-large": "70px",
|
|
2420
|
+
"steplist-step-default-width-medium": "54px",
|
|
2421
|
+
"steplist-step-default-width-small": "46px",
|
|
2422
|
+
"steplist-step-to-track-size-extra-large": "9px",
|
|
2423
|
+
"steplist-step-to-track-size-large": "8px",
|
|
2424
|
+
"steplist-step-to-track-size-medium": "7px",
|
|
2425
|
+
"steplist-step-to-track-size-small": "6px",
|
|
2426
|
+
"steplist-track-thickness-medium": "2px",
|
|
2427
|
+
"steplist-visual-size-extra-large": "32px",
|
|
2428
|
+
"steplist-visual-size-large": "24px",
|
|
2429
|
+
"steplist-visual-size-medium": "16px",
|
|
2430
|
+
"steplist-visual-size-small": "8px",
|
|
2395
2431
|
"swatch-border-opacity": "0.42",
|
|
2396
2432
|
"swatch-disabled-icon-border-opacity": "0.42",
|
|
2397
2433
|
"swatch-group-border-opacity": "0.2",
|
package/dist/json/variables.json
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"wireframe": {
|
|
46
46
|
"value": "0.4",
|
|
47
|
-
"uuid": "
|
|
47
|
+
"uuid": "8964a28b-af18-4623-b530-7f4446ee6fa4"
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
},
|
|
@@ -6939,7 +6939,7 @@
|
|
|
6939
6939
|
},
|
|
6940
6940
|
"wireframe": {
|
|
6941
6941
|
"value": "0",
|
|
6942
|
-
"uuid": "
|
|
6942
|
+
"uuid": "55ab7957-997f-41a7-b31d-0994a2f77859"
|
|
6943
6943
|
}
|
|
6944
6944
|
}
|
|
6945
6945
|
},
|
|
@@ -25786,6 +25786,78 @@
|
|
|
25786
25786
|
"value": "265px",
|
|
25787
25787
|
"uuid": "efa7a73d-611e-44a1-8ea5-0bad83ef77de"
|
|
25788
25788
|
},
|
|
25789
|
+
"steplist-step-default-width-small": {
|
|
25790
|
+
"value": "46px",
|
|
25791
|
+
"uuid": "5fe717d5-b262-46d8-8386-5a94070337c2"
|
|
25792
|
+
},
|
|
25793
|
+
"steplist-step-default-width-medium": {
|
|
25794
|
+
"value": "54px",
|
|
25795
|
+
"uuid": "8606a7f5-fa38-4081-b0a6-4633e7442bd1"
|
|
25796
|
+
},
|
|
25797
|
+
"steplist-step-default-width-large": {
|
|
25798
|
+
"value": "70px",
|
|
25799
|
+
"uuid": "f4bae4c5-208e-45d7-94ac-6c9355087224"
|
|
25800
|
+
},
|
|
25801
|
+
"steplist-step-default-width-extra-large": {
|
|
25802
|
+
"value": "78px",
|
|
25803
|
+
"uuid": "0b435546-8368-4fb1-a8a1-c50b14b26ae2"
|
|
25804
|
+
},
|
|
25805
|
+
"steplist-step-default-height-small": {
|
|
25806
|
+
"value": "46px",
|
|
25807
|
+
"uuid": "205e9849-ecb4-4df6-8f59-a6d9b1458a72"
|
|
25808
|
+
},
|
|
25809
|
+
"steplist-step-default-height-medium": {
|
|
25810
|
+
"value": "54px",
|
|
25811
|
+
"uuid": "732ea53c-5929-4d31-beef-4ffd60f79c0e"
|
|
25812
|
+
},
|
|
25813
|
+
"steplist-step-default-height-large": {
|
|
25814
|
+
"value": "70px",
|
|
25815
|
+
"uuid": "912f3b78-d09e-4700-a637-5fefc71960c2"
|
|
25816
|
+
},
|
|
25817
|
+
"steplist-step-default-height-extra-large": {
|
|
25818
|
+
"value": "78px",
|
|
25819
|
+
"uuid": "201dc21b-a416-443c-afca-6801cabf31a5"
|
|
25820
|
+
},
|
|
25821
|
+
"steplist-visual-size-small": {
|
|
25822
|
+
"value": "8px",
|
|
25823
|
+
"uuid": "a65898ec-6a5a-4e4a-8a75-358e78a8345d"
|
|
25824
|
+
},
|
|
25825
|
+
"steplist-visual-size-medium": {
|
|
25826
|
+
"value": "16px",
|
|
25827
|
+
"uuid": "a94843d0-9ef6-423f-b963-7b9ad658ce40"
|
|
25828
|
+
},
|
|
25829
|
+
"steplist-visual-size-large": {
|
|
25830
|
+
"value": "24px",
|
|
25831
|
+
"uuid": "7f7539e6-5d8f-4f24-99a7-9338a3a3c630"
|
|
25832
|
+
},
|
|
25833
|
+
"steplist-visual-size-extra-large": {
|
|
25834
|
+
"value": "32px",
|
|
25835
|
+
"uuid": "1b147315-b106-4d2a-80cb-9be0eed84b7e"
|
|
25836
|
+
},
|
|
25837
|
+
"steplist-track-thickness-medium": {
|
|
25838
|
+
"value": "2px",
|
|
25839
|
+
"uuid": "d4db995b-1eff-44cc-8abc-93324a3af119"
|
|
25840
|
+
},
|
|
25841
|
+
"steplist-step-to-track-size-small": {
|
|
25842
|
+
"value": "6px",
|
|
25843
|
+
"uuid": "80d29ff2-a2ca-4987-9fa2-6799ba6aa416"
|
|
25844
|
+
},
|
|
25845
|
+
"steplist-step-to-track-size-medium": {
|
|
25846
|
+
"value": "7px",
|
|
25847
|
+
"uuid": "3a6f8cf2-d250-4af6-8641-f0ffd4c789b3"
|
|
25848
|
+
},
|
|
25849
|
+
"steplist-step-to-track-size-large": {
|
|
25850
|
+
"value": "8px",
|
|
25851
|
+
"uuid": "e8d064e4-3bdb-4fef-97e8-db596d5d2fab"
|
|
25852
|
+
},
|
|
25853
|
+
"steplist-step-to-track-size-extra-large": {
|
|
25854
|
+
"value": "9px",
|
|
25855
|
+
"uuid": "bbff5dad-42bf-44f0-a34d-b6733360d28b"
|
|
25856
|
+
},
|
|
25857
|
+
"steplist-bottom-to-text": {
|
|
25858
|
+
"value": "1px",
|
|
25859
|
+
"uuid": "a52c893c-8c03-43a5-88ed-3cd230365b84"
|
|
25860
|
+
},
|
|
25789
25861
|
"corner-radius-0": {
|
|
25790
25862
|
"value": "0px",
|
|
25791
25863
|
"uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
|
|
@@ -31922,5 +31994,221 @@
|
|
|
31922
31994
|
}
|
|
31923
31995
|
},
|
|
31924
31996
|
"uuid": "851aebc5-5aa2-42ae-9032-59a5c9e8db5f"
|
|
31997
|
+
},
|
|
31998
|
+
"line-height-font-size-25": {
|
|
31999
|
+
"sets": {
|
|
32000
|
+
"desktop": {
|
|
32001
|
+
"value": "12px",
|
|
32002
|
+
"uuid": "d1853d46-038f-4fd1-a0b2-4434bbf95099"
|
|
32003
|
+
},
|
|
32004
|
+
"mobile": {
|
|
32005
|
+
"value": "14px",
|
|
32006
|
+
"uuid": "422ef89d-75dc-4110-b38d-45abf2b12f8d"
|
|
32007
|
+
}
|
|
32008
|
+
}
|
|
32009
|
+
},
|
|
32010
|
+
"line-height-font-size-50": {
|
|
32011
|
+
"sets": {
|
|
32012
|
+
"desktop": {
|
|
32013
|
+
"value": "14px",
|
|
32014
|
+
"uuid": "3696e3bf-2b72-4b08-9893-ac618f904771"
|
|
32015
|
+
},
|
|
32016
|
+
"mobile": {
|
|
32017
|
+
"value": "16px",
|
|
32018
|
+
"uuid": "242bf245-e7f0-4826-bcec-e19c0ed5e93f"
|
|
32019
|
+
}
|
|
32020
|
+
}
|
|
32021
|
+
},
|
|
32022
|
+
"line-height-font-size-75": {
|
|
32023
|
+
"sets": {
|
|
32024
|
+
"desktop": {
|
|
32025
|
+
"value": "16px",
|
|
32026
|
+
"uuid": "8e85a017-2c5d-4a52-92df-c0426e00c3c3"
|
|
32027
|
+
},
|
|
32028
|
+
"mobile": {
|
|
32029
|
+
"value": "20px",
|
|
32030
|
+
"uuid": "25be5bf4-e450-4a58-89e2-a04e02b7b78b"
|
|
32031
|
+
}
|
|
32032
|
+
}
|
|
32033
|
+
},
|
|
32034
|
+
"line-height-font-size-100": {
|
|
32035
|
+
"sets": {
|
|
32036
|
+
"desktop": {
|
|
32037
|
+
"value": "18px",
|
|
32038
|
+
"uuid": "0c323ed8-47c4-4fbb-bb66-a393a1e992cd"
|
|
32039
|
+
},
|
|
32040
|
+
"mobile": {
|
|
32041
|
+
"value": "22px",
|
|
32042
|
+
"uuid": "898fde6d-f477-46a6-8323-698dee558580"
|
|
32043
|
+
}
|
|
32044
|
+
}
|
|
32045
|
+
},
|
|
32046
|
+
"line-height-font-size-200": {
|
|
32047
|
+
"sets": {
|
|
32048
|
+
"desktop": {
|
|
32049
|
+
"value": "20px",
|
|
32050
|
+
"uuid": "efb450f9-976a-47cb-a7cc-667b9fe967a9"
|
|
32051
|
+
},
|
|
32052
|
+
"mobile": {
|
|
32053
|
+
"value": "24px",
|
|
32054
|
+
"uuid": "790dde8d-c117-4759-be93-2498297c6fa3"
|
|
32055
|
+
}
|
|
32056
|
+
}
|
|
32057
|
+
},
|
|
32058
|
+
"line-height-font-size-300": {
|
|
32059
|
+
"sets": {
|
|
32060
|
+
"desktop": {
|
|
32061
|
+
"value": "22px",
|
|
32062
|
+
"uuid": "52e64384-f918-4415-8d02-da3af639890f"
|
|
32063
|
+
},
|
|
32064
|
+
"mobile": {
|
|
32065
|
+
"value": "26px",
|
|
32066
|
+
"uuid": "80beb678-586c-4277-9db0-1ab373ec8f80"
|
|
32067
|
+
}
|
|
32068
|
+
}
|
|
32069
|
+
},
|
|
32070
|
+
"line-height-font-size-400": {
|
|
32071
|
+
"sets": {
|
|
32072
|
+
"desktop": {
|
|
32073
|
+
"value": "24px",
|
|
32074
|
+
"uuid": "03676924-ace1-418a-97a0-17ce62f4a832"
|
|
32075
|
+
},
|
|
32076
|
+
"mobile": {
|
|
32077
|
+
"value": "28px",
|
|
32078
|
+
"uuid": "92adf566-babe-43cf-aefa-e4d04364cdbe"
|
|
32079
|
+
}
|
|
32080
|
+
}
|
|
32081
|
+
},
|
|
32082
|
+
"line-height-font-size-500": {
|
|
32083
|
+
"sets": {
|
|
32084
|
+
"desktop": {
|
|
32085
|
+
"value": "26px",
|
|
32086
|
+
"uuid": "cec9acbc-6b54-480f-91a2-067d947dd73e"
|
|
32087
|
+
},
|
|
32088
|
+
"mobile": {
|
|
32089
|
+
"value": "32px",
|
|
32090
|
+
"uuid": "143a00de-eac6-4bb5-9b25-18011efa69f5"
|
|
32091
|
+
}
|
|
32092
|
+
}
|
|
32093
|
+
},
|
|
32094
|
+
"line-height-font-size-600": {
|
|
32095
|
+
"sets": {
|
|
32096
|
+
"desktop": {
|
|
32097
|
+
"value": "30px",
|
|
32098
|
+
"uuid": "1cb847c8-4b6d-494f-b50f-98e46e82c9c0"
|
|
32099
|
+
},
|
|
32100
|
+
"mobile": {
|
|
32101
|
+
"value": "36px",
|
|
32102
|
+
"uuid": "51dbd9c7-37e5-4968-a84b-9f8563030f89"
|
|
32103
|
+
}
|
|
32104
|
+
}
|
|
32105
|
+
},
|
|
32106
|
+
"line-height-font-size-700": {
|
|
32107
|
+
"sets": {
|
|
32108
|
+
"desktop": {
|
|
32109
|
+
"value": "32px",
|
|
32110
|
+
"uuid": "2629dfc5-f358-4bd0-a24b-e683b214efb4"
|
|
32111
|
+
},
|
|
32112
|
+
"mobile": {
|
|
32113
|
+
"value": "40px",
|
|
32114
|
+
"uuid": "3a43e8bf-6d36-4f4d-8b32-0c5b69d68cfd"
|
|
32115
|
+
}
|
|
32116
|
+
}
|
|
32117
|
+
},
|
|
32118
|
+
"line-height-font-size-800": {
|
|
32119
|
+
"sets": {
|
|
32120
|
+
"desktop": {
|
|
32121
|
+
"value": "36px",
|
|
32122
|
+
"uuid": "3e6bd373-90f5-4164-80a0-6dcdfdc87beb"
|
|
32123
|
+
},
|
|
32124
|
+
"mobile": {
|
|
32125
|
+
"value": "44px",
|
|
32126
|
+
"uuid": "05f9ed71-4b9e-4109-a8ec-bb09edfd6348"
|
|
32127
|
+
}
|
|
32128
|
+
}
|
|
32129
|
+
},
|
|
32130
|
+
"line-height-font-size-900": {
|
|
32131
|
+
"sets": {
|
|
32132
|
+
"desktop": {
|
|
32133
|
+
"value": "42px",
|
|
32134
|
+
"uuid": "6f6a137d-f54e-45b4-a7a4-2586fa99bf3a"
|
|
32135
|
+
},
|
|
32136
|
+
"mobile": {
|
|
32137
|
+
"value": "50px",
|
|
32138
|
+
"uuid": "c881e6cd-404b-48eb-a6f1-5dd84313de72"
|
|
32139
|
+
}
|
|
32140
|
+
}
|
|
32141
|
+
},
|
|
32142
|
+
"line-height-font-size-1000": {
|
|
32143
|
+
"sets": {
|
|
32144
|
+
"desktop": {
|
|
32145
|
+
"value": "46px",
|
|
32146
|
+
"uuid": "8b37acbd-a978-4de3-aa1e-981afa09868c"
|
|
32147
|
+
},
|
|
32148
|
+
"mobile": {
|
|
32149
|
+
"value": "56px",
|
|
32150
|
+
"uuid": "48b573ce-0e43-4550-83db-1f44d06aafda"
|
|
32151
|
+
}
|
|
32152
|
+
}
|
|
32153
|
+
},
|
|
32154
|
+
"line-height-font-size-1100": {
|
|
32155
|
+
"sets": {
|
|
32156
|
+
"desktop": {
|
|
32157
|
+
"value": "52px",
|
|
32158
|
+
"uuid": "a8db4407-791a-4fca-9e2a-12f703089223"
|
|
32159
|
+
},
|
|
32160
|
+
"mobile": {
|
|
32161
|
+
"value": "64px",
|
|
32162
|
+
"uuid": "cd0d821b-015c-40be-9156-c2dab18b5977"
|
|
32163
|
+
}
|
|
32164
|
+
}
|
|
32165
|
+
},
|
|
32166
|
+
"line-height-font-size-1200": {
|
|
32167
|
+
"sets": {
|
|
32168
|
+
"desktop": {
|
|
32169
|
+
"value": "58px",
|
|
32170
|
+
"uuid": "f3b61670-1a19-4c9f-aae7-cac247d24af6"
|
|
32171
|
+
},
|
|
32172
|
+
"mobile": {
|
|
32173
|
+
"value": "72px",
|
|
32174
|
+
"uuid": "10f70d36-8574-4476-bc0a-2b03b7db5448"
|
|
32175
|
+
}
|
|
32176
|
+
}
|
|
32177
|
+
},
|
|
32178
|
+
"line-height-font-size-1300": {
|
|
32179
|
+
"sets": {
|
|
32180
|
+
"desktop": {
|
|
32181
|
+
"value": "66px",
|
|
32182
|
+
"uuid": "9b7a0ea3-22e1-472e-af82-153eac1e077e"
|
|
32183
|
+
},
|
|
32184
|
+
"mobile": {
|
|
32185
|
+
"value": "80px",
|
|
32186
|
+
"uuid": "533402b6-9b8b-4615-b9db-17ea35914369"
|
|
32187
|
+
}
|
|
32188
|
+
}
|
|
32189
|
+
},
|
|
32190
|
+
"line-height-font-size-1400": {
|
|
32191
|
+
"sets": {
|
|
32192
|
+
"desktop": {
|
|
32193
|
+
"value": "74px",
|
|
32194
|
+
"uuid": "76fa374d-f759-4198-9fc0-e61d378c3258"
|
|
32195
|
+
},
|
|
32196
|
+
"mobile": {
|
|
32197
|
+
"value": "90px",
|
|
32198
|
+
"uuid": "1251799e-a10a-4625-b487-6b93839c6be8"
|
|
32199
|
+
}
|
|
32200
|
+
}
|
|
32201
|
+
},
|
|
32202
|
+
"line-height-font-size-1500": {
|
|
32203
|
+
"sets": {
|
|
32204
|
+
"desktop": {
|
|
32205
|
+
"value": "84px",
|
|
32206
|
+
"uuid": "c915185b-86ab-421b-8a58-e3965e9904dc"
|
|
32207
|
+
},
|
|
32208
|
+
"mobile": {
|
|
32209
|
+
"value": "102px",
|
|
32210
|
+
"uuid": "185be0f6-8283-4068-80f1-68ee8dd06c25"
|
|
32211
|
+
}
|
|
32212
|
+
}
|
|
31925
32213
|
}
|
|
31926
32214
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/spectrum-tokens",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.5.0",
|
|
4
4
|
"description": "Design tokens for Spectrum, Adobe's design system",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -26,12 +26,11 @@
|
|
|
26
26
|
"ajv-formats": "^3.0.1",
|
|
27
27
|
"deep-object-diff": "^1.1.9",
|
|
28
28
|
"find-duplicated-property-keys": "^1.2.9",
|
|
29
|
-
"glob": "^11.0.0",
|
|
30
29
|
"style-dictionary": "^3.9.2",
|
|
31
30
|
"style-dictionary-sets": "^2.3.0",
|
|
32
31
|
"tar": "^7.4.3",
|
|
33
32
|
"tmp-promise": "^3.0.3",
|
|
34
|
-
"@adobe/token-diff-generator": "
|
|
33
|
+
"@adobe/token-diff-generator": "2.0.0"
|
|
35
34
|
},
|
|
36
35
|
"scripts": {}
|
|
37
36
|
}
|
package/src/color-aliases.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"wireframe": {
|
|
36
36
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
|
|
37
37
|
"value": "0.4",
|
|
38
|
-
"uuid": "
|
|
38
|
+
"uuid": "8964a28b-af18-4623-b530-7f4446ee6fa4"
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
},
|
|
@@ -2176,4 +2176,4 @@
|
|
|
2176
2176
|
}
|
|
2177
2177
|
}
|
|
2178
2178
|
}
|
|
2179
|
-
}
|
|
2179
|
+
}
|
package/src/color-component.json
CHANGED
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
"wireframe": {
|
|
427
427
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
|
|
428
428
|
"value": "0",
|
|
429
|
-
"uuid": "
|
|
429
|
+
"uuid": "55ab7957-997f-41a7-b31d-0994a2f77859"
|
|
430
430
|
}
|
|
431
431
|
}
|
|
432
432
|
},
|
|
@@ -547,4 +547,4 @@
|
|
|
547
547
|
"value": "{gray-100}",
|
|
548
548
|
"uuid": "6022f845-b182-493f-bdae-f86f6336efaa"
|
|
549
549
|
}
|
|
550
|
-
}
|
|
550
|
+
}
|
|
@@ -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",
|
|
@@ -10840,5 +10841,113 @@
|
|
|
10840
10841
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10841
10842
|
"value": "265px",
|
|
10842
10843
|
"uuid": "efa7a73d-611e-44a1-8ea5-0bad83ef77de"
|
|
10844
|
+
},
|
|
10845
|
+
"steplist-step-default-width-small": {
|
|
10846
|
+
"component": "steplist",
|
|
10847
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10848
|
+
"value": "46px",
|
|
10849
|
+
"uuid": "5fe717d5-b262-46d8-8386-5a94070337c2"
|
|
10850
|
+
},
|
|
10851
|
+
"steplist-step-default-width-medium": {
|
|
10852
|
+
"component": "steplist",
|
|
10853
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10854
|
+
"value": "54px",
|
|
10855
|
+
"uuid": "8606a7f5-fa38-4081-b0a6-4633e7442bd1"
|
|
10856
|
+
},
|
|
10857
|
+
"steplist-step-default-width-large": {
|
|
10858
|
+
"component": "steplist",
|
|
10859
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10860
|
+
"value": "70px",
|
|
10861
|
+
"uuid": "f4bae4c5-208e-45d7-94ac-6c9355087224"
|
|
10862
|
+
},
|
|
10863
|
+
"steplist-step-default-width-extra-large": {
|
|
10864
|
+
"component": "steplist",
|
|
10865
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10866
|
+
"value": "78px",
|
|
10867
|
+
"uuid": "0b435546-8368-4fb1-a8a1-c50b14b26ae2"
|
|
10868
|
+
},
|
|
10869
|
+
"steplist-step-default-height-small": {
|
|
10870
|
+
"component": "steplist",
|
|
10871
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10872
|
+
"value": "46px",
|
|
10873
|
+
"uuid": "205e9849-ecb4-4df6-8f59-a6d9b1458a72"
|
|
10874
|
+
},
|
|
10875
|
+
"steplist-step-default-height-medium": {
|
|
10876
|
+
"component": "steplist",
|
|
10877
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10878
|
+
"value": "54px",
|
|
10879
|
+
"uuid": "732ea53c-5929-4d31-beef-4ffd60f79c0e"
|
|
10880
|
+
},
|
|
10881
|
+
"steplist-step-default-height-large": {
|
|
10882
|
+
"component": "steplist",
|
|
10883
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10884
|
+
"value": "70px",
|
|
10885
|
+
"uuid": "912f3b78-d09e-4700-a637-5fefc71960c2"
|
|
10886
|
+
},
|
|
10887
|
+
"steplist-step-default-height-extra-large": {
|
|
10888
|
+
"component": "steplist",
|
|
10889
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10890
|
+
"value": "78px",
|
|
10891
|
+
"uuid": "201dc21b-a416-443c-afca-6801cabf31a5"
|
|
10892
|
+
},
|
|
10893
|
+
"steplist-visual-size-small": {
|
|
10894
|
+
"component": "steplist",
|
|
10895
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10896
|
+
"value": "8px",
|
|
10897
|
+
"uuid": "a65898ec-6a5a-4e4a-8a75-358e78a8345d"
|
|
10898
|
+
},
|
|
10899
|
+
"steplist-visual-size-medium": {
|
|
10900
|
+
"component": "steplist",
|
|
10901
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10902
|
+
"value": "16px",
|
|
10903
|
+
"uuid": "a94843d0-9ef6-423f-b963-7b9ad658ce40"
|
|
10904
|
+
},
|
|
10905
|
+
"steplist-visual-size-large": {
|
|
10906
|
+
"component": "steplist",
|
|
10907
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10908
|
+
"value": "24px",
|
|
10909
|
+
"uuid": "7f7539e6-5d8f-4f24-99a7-9338a3a3c630"
|
|
10910
|
+
},
|
|
10911
|
+
"steplist-visual-size-extra-large": {
|
|
10912
|
+
"component": "steplist",
|
|
10913
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10914
|
+
"value": "32px",
|
|
10915
|
+
"uuid": "1b147315-b106-4d2a-80cb-9be0eed84b7e"
|
|
10916
|
+
},
|
|
10917
|
+
"steplist-track-thickness-medium": {
|
|
10918
|
+
"component": "steplist",
|
|
10919
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10920
|
+
"value": "2px",
|
|
10921
|
+
"uuid": "d4db995b-1eff-44cc-8abc-93324a3af119"
|
|
10922
|
+
},
|
|
10923
|
+
"steplist-step-to-track-size-small": {
|
|
10924
|
+
"component": "steplist",
|
|
10925
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10926
|
+
"value": "6px",
|
|
10927
|
+
"uuid": "80d29ff2-a2ca-4987-9fa2-6799ba6aa416"
|
|
10928
|
+
},
|
|
10929
|
+
"steplist-step-to-track-size-medium": {
|
|
10930
|
+
"component": "steplist",
|
|
10931
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10932
|
+
"value": "7px",
|
|
10933
|
+
"uuid": "3a6f8cf2-d250-4af6-8641-f0ffd4c789b3"
|
|
10934
|
+
},
|
|
10935
|
+
"steplist-step-to-track-size-large": {
|
|
10936
|
+
"component": "steplist",
|
|
10937
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10938
|
+
"value": "8px",
|
|
10939
|
+
"uuid": "e8d064e4-3bdb-4fef-97e8-db596d5d2fab"
|
|
10940
|
+
},
|
|
10941
|
+
"steplist-step-to-track-size-extra-large": {
|
|
10942
|
+
"component": "steplist",
|
|
10943
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10944
|
+
"value": "9px",
|
|
10945
|
+
"uuid": "bbff5dad-42bf-44f0-a34d-b6733360d28b"
|
|
10946
|
+
},
|
|
10947
|
+
"steplist-bottom-to-text": {
|
|
10948
|
+
"component": "steplist",
|
|
10949
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10950
|
+
"value": "1px",
|
|
10951
|
+
"uuid": "a52c893c-8c03-43a5-88ed-3cd230365b84"
|
|
10843
10952
|
}
|
|
10844
10953
|
}
|
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
|
}
|