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

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,12 +1,6 @@
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)
1
+ # [12.0.0-beta.22](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.21...v12.0.0-beta.22) (2022-05-12)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
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))
6
+ * radio-button-selection-indicator was missing ([f825d69](https://github.com/adobe/spectrum-tokens/commit/f825d691df64a96a69974617fc42dd7e0b660a3a))
@@ -2316,7 +2316,21 @@
2316
2316
  }
2317
2317
  },
2318
2318
  "dark": {
2319
- "value": "positivee-color-400}"
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
+ }
2320
2334
  },
2321
2335
  "darkest": {
2322
2336
  "ref": "{positive-color-500}",
@@ -2391,7 +2405,21 @@
2391
2405
  }
2392
2406
  },
2393
2407
  "darkest": {
2394
- "value": "positivee-color-400}"
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
+ }
2395
2423
  },
2396
2424
  "wireframe": {
2397
2425
  "ref": "{positive-color-1100}",
@@ -7694,6 +7722,9 @@
7694
7722
  }
7695
7723
  }
7696
7724
  },
7725
+ "radio-button-selection-indicator": {
7726
+ "value": "4px"
7727
+ },
7697
7728
  "status-light-dot-size-small": {
7698
7729
  "sets": {
7699
7730
  "desktop": {
@@ -7894,6 +7925,46 @@
7894
7925
  }
7895
7926
  }
7896
7927
  },
7928
+ "toast-height": {
7929
+ "sets": {
7930
+ "desktop": {
7931
+ "value": "48px"
7932
+ },
7933
+ "mobile": {
7934
+ "value": "56px"
7935
+ }
7936
+ }
7937
+ },
7938
+ "toast-top-to-workflow-icon": {
7939
+ "sets": {
7940
+ "desktop": {
7941
+ "value": "15px"
7942
+ },
7943
+ "mobile": {
7944
+ "value": "17px"
7945
+ }
7946
+ }
7947
+ },
7948
+ "toast-top-to-text": {
7949
+ "sets": {
7950
+ "desktop": {
7951
+ "value": "14px"
7952
+ },
7953
+ "mobile": {
7954
+ "value": "16px"
7955
+ }
7956
+ }
7957
+ },
7958
+ "toast-bottom-to-text": {
7959
+ "sets": {
7960
+ "desktop": {
7961
+ "value": "17px"
7962
+ },
7963
+ "mobile": {
7964
+ "value": "19px"
7965
+ }
7966
+ }
7967
+ },
7897
7968
  "tooltip-width": {
7898
7969
  "sets": {
7899
7970
  "desktop": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.0.0-beta.19",
3
+ "version": "12.0.0-beta.22",
4
4
  "description": "",
5
5
  "main": "config.js",
6
6
  "scripts": {
@@ -457,7 +457,7 @@
457
457
  "value": "{positive-color-1000}"
458
458
  },
459
459
  "dark": {
460
- "value": "positivee-color-400}"
460
+ "value": "{positive-color-400}"
461
461
  },
462
462
  "darkest": {
463
463
  "value": "{positive-color-500}"
@@ -476,7 +476,7 @@
476
476
  "value": "{positive-color-300}"
477
477
  },
478
478
  "darkest": {
479
- "value": "positivee-color-400}"
479
+ "value": "{positive-color-400}"
480
480
  },
481
481
  "wireframe": {
482
482
  "value": "{positive-color-1100}"
@@ -546,6 +546,10 @@
546
546
  }
547
547
  }
548
548
  },
549
+
550
+ "radio-button-selection-indicator": {
551
+ "value": "4px"
552
+ },
549
553
 
550
554
  "status-light-dot-size-small": {
551
555
  "sets": {
@@ -747,6 +751,48 @@
747
751
  }
748
752
  }
749
753
  },
754
+
755
+ "toast-height": {
756
+ "sets": {
757
+ "desktop": {
758
+ "value": "48px"
759
+ },
760
+ "mobile": {
761
+ "value": "56px"
762
+ }
763
+ }
764
+ },
765
+ "toast-top-to-workflow-icon": {
766
+ "sets": {
767
+ "desktop": {
768
+ "value": "15px"
769
+ },
770
+ "mobile": {
771
+ "value": "17px"
772
+ }
773
+ }
774
+ },
775
+ "toast-top-to-text": {
776
+ "sets": {
777
+ "desktop": {
778
+ "value": "14px"
779
+ },
780
+ "mobile": {
781
+ "value": "16px"
782
+ }
783
+ }
784
+ },
785
+ "toast-bottom-to-text": {
786
+ "sets": {
787
+ "desktop": {
788
+ "value": "17px"
789
+ },
790
+ "mobile": {
791
+ "value": "19px"
792
+ }
793
+ }
794
+ },
795
+
750
796
  "tooltip-width": {
751
797
  "sets": {
752
798
  "desktop": {