@adobe/spectrum-tokens 12.0.0-beta.10 → 12.0.0-beta.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.0.0-beta.10",
3
+ "version": "12.0.0-beta.13",
4
4
  "description": "",
5
5
  "main": "config.js",
6
6
  "scripts": {
@@ -32,6 +32,6 @@
32
32
  "prettier": "^2.5.1",
33
33
  "semantic-release": "^19.0.2",
34
34
  "style-dictionary": "^3.7.0",
35
- "style-dictionary-sets": "^1.0.6"
35
+ "style-dictionary-sets": "^1.1.0"
36
36
  }
37
37
  }
@@ -48,15 +48,18 @@
48
48
  "transparent-black-900": {
49
49
  "value": "rgb(0, 0, 0)"
50
50
  },
51
+
51
52
  "focus-ring-color": {
52
53
  "value": "{blue-800}"
53
54
  },
54
- "focus-ring-static-white-color": {
55
- "value": "{black}"
56
- },
57
- "focus-ring-static-black-color": {
55
+
56
+ "static-white-focus-ring-color": {
58
57
  "value": "{white}"
59
58
  },
59
+ "static-black-focus-ring-color": {
60
+ "value": "{black}"
61
+ },
62
+
60
63
  "neutral-content-color": {
61
64
  "value": "{gray-800}"
62
65
  },
@@ -69,20 +72,150 @@
69
72
  "neutral-content-color-key-focus": {
70
73
  "value": "{gray-900}"
71
74
  },
72
- "neutral-subdued-content-color": {
73
- "default": {
74
- "value": "{gray-700}"
75
- },
76
- "hover": {
77
- "value": "{gray-800}"
78
- },
79
- "down": {
80
- "value": "{gray-900}"
81
- },
82
- "key-focus": {
83
- "value": "{gray-800}"
75
+
76
+ "neutral-background-color-default": {
77
+ "sets": {
78
+ "light": {
79
+ "value": "{gray-800}"
80
+ },
81
+ "dark": {
82
+ "value": "{gray-400}"
83
+ },
84
+ "darkest": {
85
+ "value": "{gray-400}"
86
+ },
87
+ "wireframe": {
88
+ "value": "{gray-800}"
89
+ }
90
+ }
91
+ },
92
+ "neutral-background-color-hover": {
93
+ "sets": {
94
+ "light": {
95
+ "value": "{gray-900}"
96
+ },
97
+ "dark": {
98
+ "value": "{gray-300}"
99
+ },
100
+ "darkest": {
101
+ "value": "{gray-300}"
102
+ },
103
+ "wireframe": {
104
+ "value": "{gray-900}"
105
+ }
106
+ }
107
+ },
108
+ "neutral-background-color-down": {
109
+ "sets": {
110
+ "light": {
111
+ "value": "{gray-900}"
112
+ },
113
+ "dark": {
114
+ "value": "{gray-200}"
115
+ },
116
+ "darkest": {
117
+ "value": "{gray-200}"
118
+ },
119
+ "wireframe": {
120
+ "value": "{gray-900}"
121
+ }
122
+ }
123
+ },
124
+ "neutral-background-color-key-focus": {
125
+ "sets": {
126
+ "light": {
127
+ "value": "{gray-900}"
128
+ },
129
+ "dark": {
130
+ "value": "{gray-300}"
131
+ },
132
+ "darkest": {
133
+ "value": "{gray-300}"
134
+ },
135
+ "wireframe": {
136
+ "value": "{gray-900}"
137
+ }
84
138
  }
85
139
  },
140
+
141
+ "neutral-subdued-background-color-default": {
142
+ "sets": {
143
+ "light": {
144
+ "value": "{gray-600}"
145
+ },
146
+ "dark": {
147
+ "value": "{gray-400}"
148
+ },
149
+ "darkest": {
150
+ "value": "{gray-400}"
151
+ },
152
+ "wireframe": {
153
+ "value": "{gray-600}"
154
+ }
155
+ }
156
+ },
157
+ "neutral-subdued-background-color-hover": {
158
+ "sets": {
159
+ "light": {
160
+ "value": "{gray-700}"
161
+ },
162
+ "dark": {
163
+ "value": "{gray-300}"
164
+ },
165
+ "darkest": {
166
+ "value": "{gray-300}"
167
+ },
168
+ "wireframe": {
169
+ "value": "{gray-700}"
170
+ }
171
+ }
172
+ },
173
+ "neutral-subdued-background-color-down": {
174
+ "sets": {
175
+ "light": {
176
+ "value": "{gray-800}"
177
+ },
178
+ "dark": {
179
+ "value": "{gray-200}"
180
+ },
181
+ "darkest": {
182
+ "value": "{gray-200}"
183
+ },
184
+ "wireframe": {
185
+ "value": "{gray-800}"
186
+ }
187
+ }
188
+ },
189
+ "neutral-subdued-background-color-key-focus": {
190
+ "sets": {
191
+ "light": {
192
+ "value": "{gray-700}"
193
+ },
194
+ "dark": {
195
+ "value": "{gray-300}"
196
+ },
197
+ "darkest": {
198
+ "value": "{gray-300}"
199
+ },
200
+ "wireframe": {
201
+ "value": "{gray-700}"
202
+ }
203
+ }
204
+ },
205
+
206
+ "neutral-subdued-content-color-default": {
207
+ "value": "{gray-700}"
208
+ },
209
+ "neutral-subdued-content-color-hover": {
210
+ "value": "{gray-800}"
211
+ },
212
+ "neutral-subdued-content-color-down": {
213
+ "value": "{gray-900}"
214
+ },
215
+ "neutral-subdued-content-color-key-focus": {
216
+ "value": "{gray-800}"
217
+ },
218
+
86
219
  "accent-content-color": {
87
220
  "value": "{accent-color-900}"
88
221
  },
@@ -95,6 +228,72 @@
95
228
  "accent-content-color-key-focus": {
96
229
  "value": "{accent-color-1000}"
97
230
  },
231
+
232
+ "accent-background-color-default": {
233
+ "sets": {
234
+ "light": {
235
+ "value": "{accent-color-900}"
236
+ },
237
+ "dark": {
238
+ "value": "{accent-color-500}"
239
+ },
240
+ "darkest": {
241
+ "value": "{accent-color-600}"
242
+ },
243
+ "wireframe": {
244
+ "value": "{accent-color-900}"
245
+ }
246
+ }
247
+ },
248
+ "accent-background-color-hover": {
249
+ "sets": {
250
+ "light": {
251
+ "value": "{accent-color-1000}"
252
+ },
253
+ "dark": {
254
+ "value": "{accent-color-400}"
255
+ },
256
+ "darkest": {
257
+ "value": "{accent-color-500}"
258
+ },
259
+ "wireframe": {
260
+ "value": "{accent-color-1000}"
261
+ }
262
+ }
263
+ },
264
+ "accent-background-color-down": {
265
+ "sets": {
266
+ "light": {
267
+ "value": "{accent-color-1100}"
268
+ },
269
+ "dark": {
270
+ "value": "{accent-color-300}"
271
+ },
272
+ "darkest": {
273
+ "value": "{accent-color-400}"
274
+ },
275
+ "wireframe": {
276
+ "value": "{accent-color-1100}"
277
+ }
278
+ }
279
+ },
280
+ "accent-background-color-key-focus": {
281
+ "sets": {
282
+ "light": {
283
+ "value": "{accent-color-1000}"
284
+ },
285
+ "dark": {
286
+ "value": "{accent-color-400}"
287
+ },
288
+ "darkest": {
289
+ "value": "{accent-color-500}"
290
+ },
291
+ "wireframe": {
292
+ "value": "{accent-color-1000}"
293
+ }
294
+ }
295
+ },
296
+
98
297
  "negative-content-color": {
99
298
  "value": "{negative-color-900}"
100
299
  },
@@ -107,15 +306,102 @@
107
306
  "negative-content-color-key-focus": {
108
307
  "value": "{negative-color-1000}"
109
308
  },
309
+
310
+ "negative-background-color-default": {
311
+ "sets": {
312
+ "light": {
313
+ "value": "{negative-color-900}"
314
+ },
315
+ "dark": {
316
+ "value": "{negative-color-500}"
317
+ },
318
+ "darkest": {
319
+ "value": "{negative-color-600}"
320
+ },
321
+ "wireframe": {
322
+ "value": "{negative-color-900}"
323
+ }
324
+ }
325
+ },
326
+ "negative-background-color-hover": {
327
+ "sets": {
328
+ "light": {
329
+ "value": "{negative-color-1000}"
330
+ },
331
+ "dark": {
332
+ "value": "{negative-color-400}"
333
+ },
334
+ "darkest": {
335
+ "value": "{negative-color-500}"
336
+ },
337
+ "wireframe": {
338
+ "value": "{negative-color-1000}"
339
+ }
340
+ }
341
+ },
342
+ "negative-background-color-down": {
343
+ "sets": {
344
+ "light": {
345
+ "value": "{negative-color-1100}"
346
+ },
347
+ "dark": {
348
+ "value": "{negative-color-300}"
349
+ },
350
+ "darkest": {
351
+ "value": "{negative-color-400}"
352
+ },
353
+ "wireframe": {
354
+ "value": "{negative-color-1100}"
355
+ }
356
+ }
357
+ },
358
+ "negative-background-color-key-focus": {
359
+ "sets": {
360
+ "light": {
361
+ "value": "{negative-color-1000}"
362
+ },
363
+ "dark": {
364
+ "value": "{negative-color-400}"
365
+ },
366
+ "darkest": {
367
+ "value": "{negative-color-500}"
368
+ },
369
+ "wireframe": {
370
+ "value": "{negative-color-1000}"
371
+ }
372
+ }
373
+ },
374
+
110
375
  "disabled-content-color": {
111
376
  "value": "{gray-400}"
112
377
  },
113
- "disabled-content-static-white-color": {
378
+ "disabled-static-white-content-color": {
114
379
  "value": "{transparent-white-500}"
115
380
  },
116
- "disabled-content-static-black-color": {
381
+ "disabled-static-black-content-color": {
117
382
  "value": "{transparent-black-500}"
118
383
  },
384
+
385
+ "disabled-background-color": {
386
+ "value": "{gray-200}"
387
+ },
388
+ "disabled-static-white-background-color": {
389
+ "value": "{transparent-white-200}"
390
+ },
391
+ "disabled-static-black-background-color": {
392
+ "value": "{transparent-black-200}"
393
+ },
394
+
395
+ "disabled-border-color": {
396
+ "value": "{gray-300}"
397
+ },
398
+ "disabled-static-white-border-color": {
399
+ "value": "{transparent-white-300}"
400
+ },
401
+ "disabled-static-black-border-color": {
402
+ "value": "{transparent-black-300}"
403
+ },
404
+
119
405
  "drop-shadow-color": {
120
406
  "sets": {
121
407
  "light": {
@@ -190,7 +190,7 @@
190
190
  "negative-color-300": {
191
191
  "value": "{red-300}"
192
192
  },
193
- "4negative-color-00": {
193
+ "negative-color-400": {
194
194
  "value": "{red-400}"
195
195
  },
196
196
  "negative-color-500": {