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

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,12 @@
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.19](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.18...v12.0.0-beta.19) (2022-04-26)
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 naming of neutral-background-color-default ([113a404](https://github.com/adobe/spectrum-tokens/commit/113a4040cca8fc405827ebbff47126fa47ddb8f2))
7
+
8
+
9
+ ### Features
10
+
11
+ * adds postive background colors ([8f88ab8](https://github.com/adobe/spectrum-tokens/commit/8f88ab857344680984b8fb7787855cb84ba8626c))
12
+ * adds tooltip maximum width ([a755fac](https://github.com/adobe/spectrum-tokens/commit/a755facdbe095c6cc9d7c9af9575e68c6b674ef6))
@@ -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,266 @@
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
+ "value": "positivee-color-400}"
2320
+ },
2321
+ "darkest": {
2322
+ "ref": "{positive-color-500}",
2323
+ "sets": {
2324
+ "light": {
2325
+ "value": "rgb(73, 204, 147)"
2326
+ },
2327
+ "dark": {
2328
+ "value": "rgb(0, 125, 78)"
2329
+ },
2330
+ "darkest": {
2331
+ "value": "rgb(0, 111, 69)"
2332
+ },
2333
+ "wireframe": {
2334
+ "value": "rgb(216, 225, 244)"
2335
+ }
2336
+ }
2337
+ },
2338
+ "wireframe": {
2339
+ "ref": "{positive-color-1000}",
2340
+ "sets": {
2341
+ "light": {
2342
+ "value": "rgb(0, 101, 62)"
2343
+ },
2344
+ "dark": {
2345
+ "value": "rgb(94, 217, 162)"
2346
+ },
2347
+ "darkest": {
2348
+ "value": "rgb(75, 205, 149)"
2349
+ },
2350
+ "wireframe": {
2351
+ "value": "rgb(133, 161, 219)"
2352
+ }
2353
+ }
2354
+ }
2355
+ }
2356
+ },
2357
+ "positive-background-color-down": {
2358
+ "sets": {
2359
+ "light": {
2360
+ "ref": "{positive-color-1100}",
2361
+ "sets": {
2362
+ "light": {
2363
+ "value": "rgb(0, 81, 50)"
2364
+ },
2365
+ "dark": {
2366
+ "value": "rgb(129, 233, 184)"
2367
+ },
2368
+ "darkest": {
2369
+ "value": "rgb(103, 222, 168)"
2370
+ },
2371
+ "wireframe": {
2372
+ "value": "rgb(114, 145, 211)"
2373
+ }
2374
+ }
2375
+ },
2376
+ "dark": {
2377
+ "ref": "{positive-color-300}",
2378
+ "sets": {
2379
+ "light": {
2380
+ "value": "rgb(137, 236, 188)"
2381
+ },
2382
+ "dark": {
2383
+ "value": "rgb(0, 92, 56)"
2384
+ },
2385
+ "darkest": {
2386
+ "value": "rgb(0, 76, 46)"
2387
+ },
2388
+ "wireframe": {
2389
+ "value": "rgb(233, 238, 248)"
2390
+ }
2391
+ }
2392
+ },
2393
+ "darkest": {
2394
+ "value": "positivee-color-400}"
2395
+ },
2396
+ "wireframe": {
2397
+ "ref": "{positive-color-1100}",
2398
+ "sets": {
2399
+ "light": {
2400
+ "value": "rgb(0, 81, 50)"
2401
+ },
2402
+ "dark": {
2403
+ "value": "rgb(129, 233, 184)"
2404
+ },
2405
+ "darkest": {
2406
+ "value": "rgb(103, 222, 168)"
2407
+ },
2408
+ "wireframe": {
2409
+ "value": "rgb(114, 145, 211)"
2410
+ }
2411
+ }
2412
+ }
2413
+ }
2414
+ },
2415
+ "positive-background-color-key-focus": {
2416
+ "sets": {
2417
+ "light": {
2418
+ "ref": "{positive-color-1000}",
2419
+ "sets": {
2420
+ "light": {
2421
+ "value": "rgb(0, 101, 62)"
2422
+ },
2423
+ "dark": {
2424
+ "value": "rgb(94, 217, 162)"
2425
+ },
2426
+ "darkest": {
2427
+ "value": "rgb(75, 205, 149)"
2428
+ },
2429
+ "wireframe": {
2430
+ "value": "rgb(133, 161, 219)"
2431
+ }
2432
+ }
2433
+ },
2434
+ "dark": {
2435
+ "ref": "{positive-color-400}",
2436
+ "sets": {
2437
+ "light": {
2438
+ "value": "rgb(103, 222, 168)"
2439
+ },
2440
+ "dark": {
2441
+ "value": "rgb(0, 108, 67)"
2442
+ },
2443
+ "darkest": {
2444
+ "value": "rgb(0, 93, 57)"
2445
+ },
2446
+ "wireframe": {
2447
+ "value": "rgb(226, 232, 247)"
2448
+ }
2449
+ }
2450
+ },
2451
+ "darkest": {
2452
+ "ref": "{positive-color-500}",
2453
+ "sets": {
2454
+ "light": {
2455
+ "value": "rgb(73, 204, 147)"
2456
+ },
2457
+ "dark": {
2458
+ "value": "rgb(0, 125, 78)"
2459
+ },
2460
+ "darkest": {
2461
+ "value": "rgb(0, 111, 69)"
2462
+ },
2463
+ "wireframe": {
2464
+ "value": "rgb(216, 225, 244)"
2465
+ }
2466
+ }
2467
+ },
2468
+ "wireframe": {
2469
+ "ref": "{positive-color-1000}",
2470
+ "sets": {
2471
+ "light": {
2472
+ "value": "rgb(0, 101, 62)"
2473
+ },
2474
+ "dark": {
2475
+ "value": "rgb(94, 217, 162)"
2476
+ },
2477
+ "darkest": {
2478
+ "value": "rgb(75, 205, 149)"
2479
+ },
2480
+ "wireframe": {
2481
+ "value": "rgb(133, 161, 219)"
2482
+ }
2483
+ }
2484
+ }
2485
+ }
2486
+ },
2227
2487
  "disabled-content-color": {
2228
2488
  "ref": "{gray-400}",
2229
2489
  "sets": {
@@ -7654,6 +7914,16 @@
7654
7914
  }
7655
7915
  }
7656
7916
  },
7917
+ "tooltip-maximum-width": {
7918
+ "sets": {
7919
+ "desktop": {
7920
+ "value": "160px"
7921
+ },
7922
+ "mobile": {
7923
+ "value": "200px"
7924
+ }
7925
+ }
7926
+ },
7657
7927
  "corner-radius-75": {
7658
7928
  "sets": {
7659
7929
  "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.19",
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": "positivee-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": "positivee-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}"
@@ -766,5 +766,15 @@
766
766
  "value": "5px"
767
767
  }
768
768
  }
769
+ },
770
+ "tooltip-maximum-width": {
771
+ "sets": {
772
+ "desktop": {
773
+ "value": "160px"
774
+ },
775
+ "mobile": {
776
+ "value": "200px"
777
+ }
778
+ }
769
779
  }
770
780
  }