@adobe/spectrum-tokens 12.0.0-beta.19 → 12.0.0-beta.20
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 +2 -8
- package/dist/json/variables.json +40 -0
- package/package.json +1 -1
- package/src/component-layout.json +42 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
# [12.0.0-beta.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* correct naming of neutral-background-color-default ([113a404](https://github.com/adobe/spectrum-tokens/commit/113a4040cca8fc405827ebbff47126fa47ddb8f2))
|
|
1
|
+
# [12.0.0-beta.20](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.19...v12.0.0-beta.20) (2022-04-27)
|
|
7
2
|
|
|
8
3
|
|
|
9
4
|
### Features
|
|
10
5
|
|
|
11
|
-
* adds
|
|
12
|
-
* adds tooltip maximum width ([a755fac](https://github.com/adobe/spectrum-tokens/commit/a755facdbe095c6cc9d7c9af9575e68c6b674ef6))
|
|
6
|
+
* adds toast tokens for DNA-1154 ([3ff9ce7](https://github.com/adobe/spectrum-tokens/commit/3ff9ce768c5dcb48fd61cfa345df7d8da2a9504d))
|
package/dist/json/variables.json
CHANGED
|
@@ -7894,6 +7894,46 @@
|
|
|
7894
7894
|
}
|
|
7895
7895
|
}
|
|
7896
7896
|
},
|
|
7897
|
+
"toast-height": {
|
|
7898
|
+
"sets": {
|
|
7899
|
+
"desktop": {
|
|
7900
|
+
"value": "48px"
|
|
7901
|
+
},
|
|
7902
|
+
"mobile": {
|
|
7903
|
+
"value": "56px"
|
|
7904
|
+
}
|
|
7905
|
+
}
|
|
7906
|
+
},
|
|
7907
|
+
"toast-top-to-workflow-icon": {
|
|
7908
|
+
"sets": {
|
|
7909
|
+
"desktop": {
|
|
7910
|
+
"value": "15px"
|
|
7911
|
+
},
|
|
7912
|
+
"mobile": {
|
|
7913
|
+
"value": "17px"
|
|
7914
|
+
}
|
|
7915
|
+
}
|
|
7916
|
+
},
|
|
7917
|
+
"toast-top-to-text": {
|
|
7918
|
+
"sets": {
|
|
7919
|
+
"desktop": {
|
|
7920
|
+
"value": "14px"
|
|
7921
|
+
},
|
|
7922
|
+
"mobile": {
|
|
7923
|
+
"value": "16px"
|
|
7924
|
+
}
|
|
7925
|
+
}
|
|
7926
|
+
},
|
|
7927
|
+
"toast-bottom-to-text": {
|
|
7928
|
+
"sets": {
|
|
7929
|
+
"desktop": {
|
|
7930
|
+
"value": "17px"
|
|
7931
|
+
},
|
|
7932
|
+
"mobile": {
|
|
7933
|
+
"value": "19px"
|
|
7934
|
+
}
|
|
7935
|
+
}
|
|
7936
|
+
},
|
|
7897
7937
|
"tooltip-width": {
|
|
7898
7938
|
"sets": {
|
|
7899
7939
|
"desktop": {
|
package/package.json
CHANGED
|
@@ -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": {
|