@adobe/spectrum-tokens 12.0.0-beta.9 → 12.0.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 +47 -2
- package/README.md +73 -4
- package/{config.js → commitlint.config.cjs} +5 -22
- package/dist/json/drover.json +1748 -0
- package/dist/json/variables.json +12398 -2482
- package/jest.config.cjs +22 -0
- package/manifest.json +9 -0
- package/package.json +28 -12
- package/src/color-aliases.json +1197 -0
- package/src/color-component.json +108 -0
- package/{tokens/color.json → src/color-palette.json} +280 -240
- package/src/layout-component.json +3141 -0
- package/src/layout.json +1414 -0
- package/{tokens/color-semantic.json → src/semantic-color-palette.json} +85 -15
- package/src/typography.json +1140 -0
- package/tasks/buildManifest.js +8 -0
- package/tasks/buildSpectrumTokens.js +58 -0
- package/tasks/deprecateExpress.js +11 -0
- package/tasks/diff.js +106 -0
- package/tasks/lib/augmentExpressTokens.js +40 -0
- package/commitlint.config.js +0 -3
- package/tokens/color-alias.json +0 -132
- package/tokens/component-layout.json +0 -738
- package/tokens/layout.json +0 -908
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
"value": "{blue-100}"
|
|
6
6
|
},
|
|
7
7
|
"express": {
|
|
8
|
-
"value": "{indigo-100}"
|
|
8
|
+
"value": "{indigo-100}",
|
|
9
|
+
"deprecated": true,
|
|
10
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
9
11
|
}
|
|
10
12
|
}
|
|
11
13
|
},
|
|
@@ -15,7 +17,9 @@
|
|
|
15
17
|
"value": "{blue-200}"
|
|
16
18
|
},
|
|
17
19
|
"express": {
|
|
18
|
-
"value": "{indigo-200}"
|
|
20
|
+
"value": "{indigo-200}",
|
|
21
|
+
"deprecated": true,
|
|
22
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
19
23
|
}
|
|
20
24
|
}
|
|
21
25
|
},
|
|
@@ -25,7 +29,9 @@
|
|
|
25
29
|
"value": "{blue-300}"
|
|
26
30
|
},
|
|
27
31
|
"express": {
|
|
28
|
-
"value": "{indigo-300}"
|
|
32
|
+
"value": "{indigo-300}",
|
|
33
|
+
"deprecated": true,
|
|
34
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
29
35
|
}
|
|
30
36
|
}
|
|
31
37
|
},
|
|
@@ -35,7 +41,9 @@
|
|
|
35
41
|
"value": "{blue-400}"
|
|
36
42
|
},
|
|
37
43
|
"express": {
|
|
38
|
-
"value": "{indigo-400}"
|
|
44
|
+
"value": "{indigo-400}",
|
|
45
|
+
"deprecated": true,
|
|
46
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
39
47
|
}
|
|
40
48
|
}
|
|
41
49
|
},
|
|
@@ -45,7 +53,9 @@
|
|
|
45
53
|
"value": "{blue-500}"
|
|
46
54
|
},
|
|
47
55
|
"express": {
|
|
48
|
-
"value": "{indigo-500}"
|
|
56
|
+
"value": "{indigo-500}",
|
|
57
|
+
"deprecated": true,
|
|
58
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
49
59
|
}
|
|
50
60
|
}
|
|
51
61
|
},
|
|
@@ -55,7 +65,9 @@
|
|
|
55
65
|
"value": "{blue-600}"
|
|
56
66
|
},
|
|
57
67
|
"express": {
|
|
58
|
-
"value": "{indigo-600}"
|
|
68
|
+
"value": "{indigo-600}",
|
|
69
|
+
"deprecated": true,
|
|
70
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
59
71
|
}
|
|
60
72
|
}
|
|
61
73
|
},
|
|
@@ -65,7 +77,9 @@
|
|
|
65
77
|
"value": "{blue-700}"
|
|
66
78
|
},
|
|
67
79
|
"express": {
|
|
68
|
-
"value": "{indigo-700}"
|
|
80
|
+
"value": "{indigo-700}",
|
|
81
|
+
"deprecated": true,
|
|
82
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
69
83
|
}
|
|
70
84
|
}
|
|
71
85
|
},
|
|
@@ -75,7 +89,9 @@
|
|
|
75
89
|
"value": "{blue-800}"
|
|
76
90
|
},
|
|
77
91
|
"express": {
|
|
78
|
-
"value": "{indigo-800}"
|
|
92
|
+
"value": "{indigo-800}",
|
|
93
|
+
"deprecated": true,
|
|
94
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
79
95
|
}
|
|
80
96
|
}
|
|
81
97
|
},
|
|
@@ -85,7 +101,9 @@
|
|
|
85
101
|
"value": "{blue-900}"
|
|
86
102
|
},
|
|
87
103
|
"express": {
|
|
88
|
-
"value": "{indigo-900}"
|
|
104
|
+
"value": "{indigo-900}",
|
|
105
|
+
"deprecated": true,
|
|
106
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
89
107
|
}
|
|
90
108
|
}
|
|
91
109
|
},
|
|
@@ -95,7 +113,9 @@
|
|
|
95
113
|
"value": "{blue-1000}"
|
|
96
114
|
},
|
|
97
115
|
"express": {
|
|
98
|
-
"value": "{indigo-1000}"
|
|
116
|
+
"value": "{indigo-1000}",
|
|
117
|
+
"deprecated": true,
|
|
118
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
99
119
|
}
|
|
100
120
|
}
|
|
101
121
|
},
|
|
@@ -105,7 +125,9 @@
|
|
|
105
125
|
"value": "{blue-1100}"
|
|
106
126
|
},
|
|
107
127
|
"express": {
|
|
108
|
-
"value": "{indigo-1100}"
|
|
128
|
+
"value": "{indigo-1100}",
|
|
129
|
+
"deprecated": true,
|
|
130
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
109
131
|
}
|
|
110
132
|
}
|
|
111
133
|
},
|
|
@@ -115,7 +137,9 @@
|
|
|
115
137
|
"value": "{blue-1200}"
|
|
116
138
|
},
|
|
117
139
|
"express": {
|
|
118
|
-
"value": "{indigo-1200}"
|
|
140
|
+
"value": "{indigo-1200}",
|
|
141
|
+
"deprecated": true,
|
|
142
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
119
143
|
}
|
|
120
144
|
}
|
|
121
145
|
},
|
|
@@ -125,7 +149,9 @@
|
|
|
125
149
|
"value": "{blue-1300}"
|
|
126
150
|
},
|
|
127
151
|
"express": {
|
|
128
|
-
"value": "{indigo-1300}"
|
|
152
|
+
"value": "{indigo-1300}",
|
|
153
|
+
"deprecated": true,
|
|
154
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
129
155
|
}
|
|
130
156
|
}
|
|
131
157
|
},
|
|
@@ -135,7 +161,9 @@
|
|
|
135
161
|
"value": "{blue-1400}"
|
|
136
162
|
},
|
|
137
163
|
"express": {
|
|
138
|
-
"value": "{indigo-1400}"
|
|
164
|
+
"value": "{indigo-1400}",
|
|
165
|
+
"deprecated": true,
|
|
166
|
+
"deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
|
|
139
167
|
}
|
|
140
168
|
}
|
|
141
169
|
},
|
|
@@ -190,7 +218,7 @@
|
|
|
190
218
|
"negative-color-300": {
|
|
191
219
|
"value": "{red-300}"
|
|
192
220
|
},
|
|
193
|
-
"
|
|
221
|
+
"negative-color-400": {
|
|
194
222
|
"value": "{red-400}"
|
|
195
223
|
},
|
|
196
224
|
"negative-color-500": {
|
|
@@ -264,5 +292,47 @@
|
|
|
264
292
|
},
|
|
265
293
|
"notice-color-1400": {
|
|
266
294
|
"value": "{orange-1400}"
|
|
295
|
+
},
|
|
296
|
+
"positive-color-100": {
|
|
297
|
+
"value": "{green-100}"
|
|
298
|
+
},
|
|
299
|
+
"positive-color-200": {
|
|
300
|
+
"value": "{green-200}"
|
|
301
|
+
},
|
|
302
|
+
"positive-color-300": {
|
|
303
|
+
"value": "{green-300}"
|
|
304
|
+
},
|
|
305
|
+
"positive-color-400": {
|
|
306
|
+
"value": "{green-400}"
|
|
307
|
+
},
|
|
308
|
+
"positive-color-500": {
|
|
309
|
+
"value": "{green-500}"
|
|
310
|
+
},
|
|
311
|
+
"positive-color-600": {
|
|
312
|
+
"value": "{green-600}"
|
|
313
|
+
},
|
|
314
|
+
"positive-color-700": {
|
|
315
|
+
"value": "{green-700}"
|
|
316
|
+
},
|
|
317
|
+
"positive-color-800": {
|
|
318
|
+
"value": "{green-800}"
|
|
319
|
+
},
|
|
320
|
+
"positive-color-900": {
|
|
321
|
+
"value": "{green-900}"
|
|
322
|
+
},
|
|
323
|
+
"positive-color-1000": {
|
|
324
|
+
"value": "{green-1000}"
|
|
325
|
+
},
|
|
326
|
+
"positive-color-1100": {
|
|
327
|
+
"value": "{green-1100}"
|
|
328
|
+
},
|
|
329
|
+
"positive-color-1200": {
|
|
330
|
+
"value": "{green-1200}"
|
|
331
|
+
},
|
|
332
|
+
"positive-color-1300": {
|
|
333
|
+
"value": "{green-1300}"
|
|
334
|
+
},
|
|
335
|
+
"positive-color-1400": {
|
|
336
|
+
"value": "{green-1400}"
|
|
267
337
|
}
|
|
268
338
|
}
|