@adobe/spectrum-tokens 12.0.0-beta.18 → 12.0.0-beta.21

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 CHANGED
@@ -1,6 +1,6 @@
1
- # [12.0.0-beta.18](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.17...v12.0.0-beta.18) (2022-04-21)
1
+ # [12.0.0-beta.21](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.20...v12.0.0-beta.21) (2022-04-27)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * correct nested sets, they were missing another sets object ([68dfd60](https://github.com/adobe/spectrum-tokens/commit/68dfd60f6d930d042788c8616e214aa15042aaab))
6
+ * correct typo that was breaking the build ([adc4c91](https://github.com/adobe/spectrum-tokens/commit/adc4c91dffe00bd183d231ff270c71e4a436e1a6))
@@ -72,7 +72,7 @@
72
72
  "ref": "{black}",
73
73
  "value": "rgb(0, 0, 0)"
74
74
  },
75
- "neutral-content-color": {
75
+ "neutral-content-color-default": {
76
76
  "ref": "{gray-800}",
77
77
  "sets": {
78
78
  "light": {
@@ -2224,6 +2224,294 @@
2224
2224
  }
2225
2225
  }
2226
2226
  },
2227
+ "positive-background-color-default": {
2228
+ "sets": {
2229
+ "light": {
2230
+ "ref": "{positive-color-900}",
2231
+ "sets": {
2232
+ "light": {
2233
+ "value": "rgb(0, 122, 77)"
2234
+ },
2235
+ "dark": {
2236
+ "value": "rgb(67, 199, 143)"
2237
+ },
2238
+ "darkest": {
2239
+ "value": "rgb(52, 187, 132)"
2240
+ },
2241
+ "wireframe": {
2242
+ "value": "rgb(154, 177, 227)"
2243
+ }
2244
+ }
2245
+ },
2246
+ "dark": {
2247
+ "ref": "{positive-color-500}",
2248
+ "sets": {
2249
+ "light": {
2250
+ "value": "rgb(73, 204, 147)"
2251
+ },
2252
+ "dark": {
2253
+ "value": "rgb(0, 125, 78)"
2254
+ },
2255
+ "darkest": {
2256
+ "value": "rgb(0, 111, 69)"
2257
+ },
2258
+ "wireframe": {
2259
+ "value": "rgb(216, 225, 244)"
2260
+ }
2261
+ }
2262
+ },
2263
+ "darkest": {
2264
+ "ref": "{positive-color-600}",
2265
+ "sets": {
2266
+ "light": {
2267
+ "value": "rgb(47, 184, 128)"
2268
+ },
2269
+ "dark": {
2270
+ "value": "rgb(0, 143, 93)"
2271
+ },
2272
+ "darkest": {
2273
+ "value": "rgb(0, 130, 82)"
2274
+ },
2275
+ "wireframe": {
2276
+ "value": "rgb(203, 215, 241)"
2277
+ }
2278
+ }
2279
+ },
2280
+ "wireframe": {
2281
+ "ref": "{positive-color-900}",
2282
+ "sets": {
2283
+ "light": {
2284
+ "value": "rgb(0, 122, 77)"
2285
+ },
2286
+ "dark": {
2287
+ "value": "rgb(67, 199, 143)"
2288
+ },
2289
+ "darkest": {
2290
+ "value": "rgb(52, 187, 132)"
2291
+ },
2292
+ "wireframe": {
2293
+ "value": "rgb(154, 177, 227)"
2294
+ }
2295
+ }
2296
+ }
2297
+ }
2298
+ },
2299
+ "positive-background-color-hover": {
2300
+ "sets": {
2301
+ "light": {
2302
+ "ref": "{positive-color-1000}",
2303
+ "sets": {
2304
+ "light": {
2305
+ "value": "rgb(0, 101, 62)"
2306
+ },
2307
+ "dark": {
2308
+ "value": "rgb(94, 217, 162)"
2309
+ },
2310
+ "darkest": {
2311
+ "value": "rgb(75, 205, 149)"
2312
+ },
2313
+ "wireframe": {
2314
+ "value": "rgb(133, 161, 219)"
2315
+ }
2316
+ }
2317
+ },
2318
+ "dark": {
2319
+ "ref": "{positive-color-400}",
2320
+ "sets": {
2321
+ "light": {
2322
+ "value": "rgb(103, 222, 168)"
2323
+ },
2324
+ "dark": {
2325
+ "value": "rgb(0, 108, 67)"
2326
+ },
2327
+ "darkest": {
2328
+ "value": "rgb(0, 93, 57)"
2329
+ },
2330
+ "wireframe": {
2331
+ "value": "rgb(226, 232, 247)"
2332
+ }
2333
+ }
2334
+ },
2335
+ "darkest": {
2336
+ "ref": "{positive-color-500}",
2337
+ "sets": {
2338
+ "light": {
2339
+ "value": "rgb(73, 204, 147)"
2340
+ },
2341
+ "dark": {
2342
+ "value": "rgb(0, 125, 78)"
2343
+ },
2344
+ "darkest": {
2345
+ "value": "rgb(0, 111, 69)"
2346
+ },
2347
+ "wireframe": {
2348
+ "value": "rgb(216, 225, 244)"
2349
+ }
2350
+ }
2351
+ },
2352
+ "wireframe": {
2353
+ "ref": "{positive-color-1000}",
2354
+ "sets": {
2355
+ "light": {
2356
+ "value": "rgb(0, 101, 62)"
2357
+ },
2358
+ "dark": {
2359
+ "value": "rgb(94, 217, 162)"
2360
+ },
2361
+ "darkest": {
2362
+ "value": "rgb(75, 205, 149)"
2363
+ },
2364
+ "wireframe": {
2365
+ "value": "rgb(133, 161, 219)"
2366
+ }
2367
+ }
2368
+ }
2369
+ }
2370
+ },
2371
+ "positive-background-color-down": {
2372
+ "sets": {
2373
+ "light": {
2374
+ "ref": "{positive-color-1100}",
2375
+ "sets": {
2376
+ "light": {
2377
+ "value": "rgb(0, 81, 50)"
2378
+ },
2379
+ "dark": {
2380
+ "value": "rgb(129, 233, 184)"
2381
+ },
2382
+ "darkest": {
2383
+ "value": "rgb(103, 222, 168)"
2384
+ },
2385
+ "wireframe": {
2386
+ "value": "rgb(114, 145, 211)"
2387
+ }
2388
+ }
2389
+ },
2390
+ "dark": {
2391
+ "ref": "{positive-color-300}",
2392
+ "sets": {
2393
+ "light": {
2394
+ "value": "rgb(137, 236, 188)"
2395
+ },
2396
+ "dark": {
2397
+ "value": "rgb(0, 92, 56)"
2398
+ },
2399
+ "darkest": {
2400
+ "value": "rgb(0, 76, 46)"
2401
+ },
2402
+ "wireframe": {
2403
+ "value": "rgb(233, 238, 248)"
2404
+ }
2405
+ }
2406
+ },
2407
+ "darkest": {
2408
+ "ref": "{positive-color-400}",
2409
+ "sets": {
2410
+ "light": {
2411
+ "value": "rgb(103, 222, 168)"
2412
+ },
2413
+ "dark": {
2414
+ "value": "rgb(0, 108, 67)"
2415
+ },
2416
+ "darkest": {
2417
+ "value": "rgb(0, 93, 57)"
2418
+ },
2419
+ "wireframe": {
2420
+ "value": "rgb(226, 232, 247)"
2421
+ }
2422
+ }
2423
+ },
2424
+ "wireframe": {
2425
+ "ref": "{positive-color-1100}",
2426
+ "sets": {
2427
+ "light": {
2428
+ "value": "rgb(0, 81, 50)"
2429
+ },
2430
+ "dark": {
2431
+ "value": "rgb(129, 233, 184)"
2432
+ },
2433
+ "darkest": {
2434
+ "value": "rgb(103, 222, 168)"
2435
+ },
2436
+ "wireframe": {
2437
+ "value": "rgb(114, 145, 211)"
2438
+ }
2439
+ }
2440
+ }
2441
+ }
2442
+ },
2443
+ "positive-background-color-key-focus": {
2444
+ "sets": {
2445
+ "light": {
2446
+ "ref": "{positive-color-1000}",
2447
+ "sets": {
2448
+ "light": {
2449
+ "value": "rgb(0, 101, 62)"
2450
+ },
2451
+ "dark": {
2452
+ "value": "rgb(94, 217, 162)"
2453
+ },
2454
+ "darkest": {
2455
+ "value": "rgb(75, 205, 149)"
2456
+ },
2457
+ "wireframe": {
2458
+ "value": "rgb(133, 161, 219)"
2459
+ }
2460
+ }
2461
+ },
2462
+ "dark": {
2463
+ "ref": "{positive-color-400}",
2464
+ "sets": {
2465
+ "light": {
2466
+ "value": "rgb(103, 222, 168)"
2467
+ },
2468
+ "dark": {
2469
+ "value": "rgb(0, 108, 67)"
2470
+ },
2471
+ "darkest": {
2472
+ "value": "rgb(0, 93, 57)"
2473
+ },
2474
+ "wireframe": {
2475
+ "value": "rgb(226, 232, 247)"
2476
+ }
2477
+ }
2478
+ },
2479
+ "darkest": {
2480
+ "ref": "{positive-color-500}",
2481
+ "sets": {
2482
+ "light": {
2483
+ "value": "rgb(73, 204, 147)"
2484
+ },
2485
+ "dark": {
2486
+ "value": "rgb(0, 125, 78)"
2487
+ },
2488
+ "darkest": {
2489
+ "value": "rgb(0, 111, 69)"
2490
+ },
2491
+ "wireframe": {
2492
+ "value": "rgb(216, 225, 244)"
2493
+ }
2494
+ }
2495
+ },
2496
+ "wireframe": {
2497
+ "ref": "{positive-color-1000}",
2498
+ "sets": {
2499
+ "light": {
2500
+ "value": "rgb(0, 101, 62)"
2501
+ },
2502
+ "dark": {
2503
+ "value": "rgb(94, 217, 162)"
2504
+ },
2505
+ "darkest": {
2506
+ "value": "rgb(75, 205, 149)"
2507
+ },
2508
+ "wireframe": {
2509
+ "value": "rgb(133, 161, 219)"
2510
+ }
2511
+ }
2512
+ }
2513
+ }
2514
+ },
2227
2515
  "disabled-content-color": {
2228
2516
  "ref": "{gray-400}",
2229
2517
  "sets": {
@@ -7634,6 +7922,46 @@
7634
7922
  }
7635
7923
  }
7636
7924
  },
7925
+ "toast-height": {
7926
+ "sets": {
7927
+ "desktop": {
7928
+ "value": "48px"
7929
+ },
7930
+ "mobile": {
7931
+ "value": "56px"
7932
+ }
7933
+ }
7934
+ },
7935
+ "toast-top-to-workflow-icon": {
7936
+ "sets": {
7937
+ "desktop": {
7938
+ "value": "15px"
7939
+ },
7940
+ "mobile": {
7941
+ "value": "17px"
7942
+ }
7943
+ }
7944
+ },
7945
+ "toast-top-to-text": {
7946
+ "sets": {
7947
+ "desktop": {
7948
+ "value": "14px"
7949
+ },
7950
+ "mobile": {
7951
+ "value": "16px"
7952
+ }
7953
+ }
7954
+ },
7955
+ "toast-bottom-to-text": {
7956
+ "sets": {
7957
+ "desktop": {
7958
+ "value": "17px"
7959
+ },
7960
+ "mobile": {
7961
+ "value": "19px"
7962
+ }
7963
+ }
7964
+ },
7637
7965
  "tooltip-width": {
7638
7966
  "sets": {
7639
7967
  "desktop": {
@@ -7654,6 +7982,16 @@
7654
7982
  }
7655
7983
  }
7656
7984
  },
7985
+ "tooltip-maximum-width": {
7986
+ "sets": {
7987
+ "desktop": {
7988
+ "value": "160px"
7989
+ },
7990
+ "mobile": {
7991
+ "value": "200px"
7992
+ }
7993
+ }
7994
+ },
7657
7995
  "corner-radius-75": {
7658
7996
  "sets": {
7659
7997
  "spectrum": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.0.0-beta.18",
3
+ "version": "12.0.0-beta.21",
4
4
  "description": "",
5
5
  "main": "config.js",
6
6
  "scripts": {
@@ -60,7 +60,7 @@
60
60
  "value": "{black}"
61
61
  },
62
62
 
63
- "neutral-content-color": {
63
+ "neutral-content-color-default": {
64
64
  "value": "{gray-800}"
65
65
  },
66
66
  "neutral-content-color-hover": {
@@ -435,6 +435,70 @@
435
435
  }
436
436
  }
437
437
  },
438
+ "positive-background-color-default": {
439
+ "sets": {
440
+ "light": {
441
+ "value": "{positive-color-900}"
442
+ },
443
+ "dark": {
444
+ "value": "{positive-color-500}"
445
+ },
446
+ "darkest": {
447
+ "value": "{positive-color-600}"
448
+ },
449
+ "wireframe": {
450
+ "value": "{positive-color-900}"
451
+ }
452
+ }
453
+ },
454
+ "positive-background-color-hover": {
455
+ "sets": {
456
+ "light": {
457
+ "value": "{positive-color-1000}"
458
+ },
459
+ "dark": {
460
+ "value": "{positive-color-400}"
461
+ },
462
+ "darkest": {
463
+ "value": "{positive-color-500}"
464
+ },
465
+ "wireframe": {
466
+ "value": "{positive-color-1000}"
467
+ }
468
+ }
469
+ },
470
+ "positive-background-color-down": {
471
+ "sets": {
472
+ "light": {
473
+ "value": "{positive-color-1100}"
474
+ },
475
+ "dark": {
476
+ "value": "{positive-color-300}"
477
+ },
478
+ "darkest": {
479
+ "value": "{positive-color-400}"
480
+ },
481
+ "wireframe": {
482
+ "value": "{positive-color-1100}"
483
+ }
484
+ }
485
+ },
486
+ "positive-background-color-key-focus": {
487
+ "sets": {
488
+ "light": {
489
+ "value": "{positive-color-1000}"
490
+ },
491
+ "dark": {
492
+ "value": "{positive-color-400}"
493
+ },
494
+ "darkest": {
495
+ "value": "{positive-color-500}"
496
+ },
497
+ "wireframe": {
498
+ "value": "{positive-color-1000}"
499
+ }
500
+ }
501
+ },
438
502
 
439
503
  "disabled-content-color": {
440
504
  "value": "{gray-400}"
@@ -747,6 +747,48 @@
747
747
  }
748
748
  }
749
749
  },
750
+
751
+ "toast-height": {
752
+ "sets": {
753
+ "desktop": {
754
+ "value": "48px"
755
+ },
756
+ "mobile": {
757
+ "value": "56px"
758
+ }
759
+ }
760
+ },
761
+ "toast-top-to-workflow-icon": {
762
+ "sets": {
763
+ "desktop": {
764
+ "value": "15px"
765
+ },
766
+ "mobile": {
767
+ "value": "17px"
768
+ }
769
+ }
770
+ },
771
+ "toast-top-to-text": {
772
+ "sets": {
773
+ "desktop": {
774
+ "value": "14px"
775
+ },
776
+ "mobile": {
777
+ "value": "16px"
778
+ }
779
+ }
780
+ },
781
+ "toast-bottom-to-text": {
782
+ "sets": {
783
+ "desktop": {
784
+ "value": "17px"
785
+ },
786
+ "mobile": {
787
+ "value": "19px"
788
+ }
789
+ }
790
+ },
791
+
750
792
  "tooltip-width": {
751
793
  "sets": {
752
794
  "desktop": {
@@ -766,5 +808,15 @@
766
808
  "value": "5px"
767
809
  }
768
810
  }
811
+ },
812
+ "tooltip-maximum-width": {
813
+ "sets": {
814
+ "desktop": {
815
+ "value": "160px"
816
+ },
817
+ "mobile": {
818
+ "value": "200px"
819
+ }
820
+ }
769
821
  }
770
822
  }