@adobe/spectrum-tokens 12.19.0 → 13.0.0-beta.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/manifest.json CHANGED
@@ -3,6 +3,7 @@
3
3
  "src/semantic-color-palette.json",
4
4
  "src/layout.json",
5
5
  "src/layout-component.json",
6
+ "src/icons.json",
6
7
  "src/color-palette.json",
7
8
  "src/color-component.json",
8
9
  "src/color-aliases.json"
package/moon.yml CHANGED
@@ -15,6 +15,10 @@ fileGroups:
15
15
  - "test/**/*"
16
16
  tasks:
17
17
  build:
18
+ deps:
19
+ - ~:buildTokens
20
+ - ~:buildManifest
21
+ buildTokens:
18
22
  command:
19
23
  - node
20
24
  - tasks/buildSpectrumTokens.js
@@ -41,18 +45,12 @@ tasks:
41
45
  - dist
42
46
  local: true
43
47
  platform: system
44
- convert-excel:
45
- command:
46
- - node
47
- - tasks/excel.js
48
- local: true
49
- platform: node
50
48
  generateDiffResult:
51
49
  command:
52
50
  - node
53
51
  - tasks/diff.js
54
52
  deps:
55
- - ~:build
53
+ - ~:buildTokens
56
54
  platform: node
57
55
  test:
58
56
  command:
@@ -61,10 +59,11 @@ tasks:
61
59
  inputs:
62
60
  - "tasks/**/*"
63
61
  - "schemas/**/*.{yaml,yml,json}"
62
+ - "manifest.json"
64
63
  - "@globs(tests)"
65
64
  - "@globs(sources)"
66
65
  deps:
67
- - ~:build
66
+ - ~:buildTokens
68
67
  platform: node
69
68
  test-watch:
70
69
  command:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.19.0",
3
+ "version": "13.0.0-beta.0",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "tasks/buildSpectrumTokens.js",
@@ -200,60 +200,20 @@
200
200
  }
201
201
  },
202
202
  "neutral-background-color-selected-default": {
203
- "sets": {
204
- "spectrum": {
205
- "value": "{gray-700}",
206
- "uuid": "fd1c9f2b-8358-4bd3-a5cc-d211673428bc"
207
- },
208
- "express": {
209
- "value": "{gray-800}",
210
- "deprecated": true,
211
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
212
- "uuid": "60caae29-d389-421e-a574-b26bcaeed3bf"
213
- }
214
- }
203
+ "value": "{gray-700}",
204
+ "uuid": "fd1c9f2b-8358-4bd3-a5cc-d211673428bc"
215
205
  },
216
206
  "neutral-background-color-selected-hover": {
217
- "sets": {
218
- "spectrum": {
219
- "value": "{gray-800}",
220
- "uuid": "1c220122-5f32-42f9-848f-ae10061241e5"
221
- },
222
- "express": {
223
- "value": "{gray-900}",
224
- "deprecated": true,
225
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
226
- "uuid": "0deac090-f00a-4927-880d-dfdca06bd66e"
227
- }
228
- }
207
+ "value": "{gray-800}",
208
+ "uuid": "1c220122-5f32-42f9-848f-ae10061241e5"
229
209
  },
230
210
  "neutral-background-color-selected-down": {
231
- "sets": {
232
- "spectrum": {
233
- "value": "{gray-900}",
234
- "uuid": "966c56d0-4461-45e7-9e20-0277f2111a34"
235
- },
236
- "express": {
237
- "value": "{gray-900}",
238
- "deprecated": true,
239
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
240
- "uuid": "bf3de5f6-665c-4a6a-b238-e767b7240fd8"
241
- }
242
- }
211
+ "value": "{gray-900}",
212
+ "uuid": "966c56d0-4461-45e7-9e20-0277f2111a34"
243
213
  },
244
214
  "neutral-background-color-selected-key-focus": {
245
- "sets": {
246
- "spectrum": {
247
- "value": "{gray-800}",
248
- "uuid": "9b8df7df-3439-4614-b446-97a4de782e27"
249
- },
250
- "express": {
251
- "value": "{gray-900}",
252
- "deprecated": true,
253
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
254
- "uuid": "e012e155-2220-43e9-a248-61c71e99cc2b"
255
- }
256
- }
215
+ "value": "{gray-800}",
216
+ "uuid": "9b8df7df-3439-4614-b446-97a4de782e27"
257
217
  },
258
218
  "neutral-subdued-background-color-default": {
259
219
  "sets": {
@@ -168,12 +168,8 @@
168
168
  "component": "color-handle",
169
169
  "deprecated": true,
170
170
  "deprecated_comment": "Express does not need a separate design for Color loupe and Color handle components",
171
- "sets": {
172
- "express": {
173
- "value": "{drop-shadow-color}",
174
- "uuid": "97dfaf7f-ac2d-4517-84cc-6f692f712fc5"
175
- }
176
- }
171
+ "value": "{drop-shadow-color}",
172
+ "uuid": "97dfaf7f-ac2d-4517-84cc-6f692f712fc5"
177
173
  },
178
174
  "floating-action-button-drop-shadow-color": {
179
175
  "component": "floating-action-button",