@adobe/spectrum-tokens 12.1.0 → 12.1.2
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 -10
- package/dist/json/drover.json +4 -0
- package/dist/json/variables.json +34 -1
- package/package.json +1 -1
- package/src/layout-component.json +19 -1
- package/tasks/diff.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
## [12.1.2](https://github.com/adobe/spectrum-tokens/compare/v12.1.1...v12.1.2) (2023-03-31)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* accordion tokens, DNA-1269 ([c9968d7](https://github.com/adobe/spectrum-tokens/commit/c9968d7bc269c1b9b640b8895d5b583dee6b3140))
|
|
12
|
-
* added color handle tokens, DNA-1261 ([76f6be8](https://github.com/adobe/spectrum-tokens/commit/76f6be8501d9a50ca224352eebf963bd8ec074e2))
|
|
13
|
-
* coach mark tokens, DNA-1271 ([0d10776](https://github.com/adobe/spectrum-tokens/commit/0d107763e62b7ade1fcfaa1819fc1b5ef80a70e9))
|
|
14
|
-
* menu item tokens, DNA-1260 ([0c5cb93](https://github.com/adobe/spectrum-tokens/commit/0c5cb93463cd114e58d31dc59cdf686aa468dde4))
|
|
6
|
+
* renamed token with typo, clos ([9134abb](https://github.com/adobe/spectrum-tokens/commit/9134abb926e133f1dcc9ec57c26687de7f0d6ffc))
|
package/dist/json/drover.json
CHANGED
|
@@ -1340,10 +1340,13 @@
|
|
|
1340
1340
|
"action-button-edge-to-hold-icon-large": "5px",
|
|
1341
1341
|
"action-button-edge-to-hold-icon-medium": "4px",
|
|
1342
1342
|
"action-button-edge-to-hold-icon-small": "3px",
|
|
1343
|
+
"alert-banner-bottom-to-text": "17px",
|
|
1343
1344
|
"alert-banner-minimum-height": "48px",
|
|
1344
1345
|
"alert-banner-to-bottom-text": "17px",
|
|
1345
1346
|
"alert-banner-to-top-text": "14px",
|
|
1346
1347
|
"alert-banner-to-top-workflow-icon": "15px",
|
|
1348
|
+
"alert-banner-top-to-text": "14px",
|
|
1349
|
+
"alert-banner-top-to-workflow-icon": "15px",
|
|
1347
1350
|
"alert-banner-width": "832px",
|
|
1348
1351
|
"alert-dialog-description-size": "14px",
|
|
1349
1352
|
"alert-dialog-maximum-width": "480px",
|
|
@@ -1464,6 +1467,7 @@
|
|
|
1464
1467
|
"combo-box-visual-to-field-button-extra-large": "10px",
|
|
1465
1468
|
"combo-box-visual-to-field-button-large": "9px",
|
|
1466
1469
|
"combo-box-visual-to-field-button-medium": "8px",
|
|
1470
|
+
"combo-box-visual-to-field-button-quiet": "0px",
|
|
1467
1471
|
"combo-box-visual-to-field-button-small": "7px",
|
|
1468
1472
|
"component-bottom-to-text-100": "9px",
|
|
1469
1473
|
"component-bottom-to-text-200": "11px",
|
package/dist/json/variables.json
CHANGED
|
@@ -11343,7 +11343,7 @@
|
|
|
11343
11343
|
}
|
|
11344
11344
|
},
|
|
11345
11345
|
"combo-box-visual-to-field-button-quiet": {
|
|
11346
|
-
"value": "
|
|
11346
|
+
"value": "0px"
|
|
11347
11347
|
},
|
|
11348
11348
|
"thumbnail-size-50": {
|
|
11349
11349
|
"sets": {
|
|
@@ -11831,6 +11831,17 @@
|
|
|
11831
11831
|
}
|
|
11832
11832
|
},
|
|
11833
11833
|
"alert-banner-to-top-workflow-icon": {
|
|
11834
|
+
"ref": "{alert-banner-top-to-workflow-icon}",
|
|
11835
|
+
"sets": {
|
|
11836
|
+
"desktop": {
|
|
11837
|
+
"value": "15px"
|
|
11838
|
+
},
|
|
11839
|
+
"mobile": {
|
|
11840
|
+
"value": "21px"
|
|
11841
|
+
}
|
|
11842
|
+
}
|
|
11843
|
+
},
|
|
11844
|
+
"alert-banner-top-to-workflow-icon": {
|
|
11834
11845
|
"sets": {
|
|
11835
11846
|
"desktop": {
|
|
11836
11847
|
"value": "15px"
|
|
@@ -11841,6 +11852,17 @@
|
|
|
11841
11852
|
}
|
|
11842
11853
|
},
|
|
11843
11854
|
"alert-banner-to-top-text": {
|
|
11855
|
+
"ref": "{alert-banner-top-to-text}",
|
|
11856
|
+
"sets": {
|
|
11857
|
+
"desktop": {
|
|
11858
|
+
"value": "14px"
|
|
11859
|
+
},
|
|
11860
|
+
"mobile": {
|
|
11861
|
+
"value": "21px"
|
|
11862
|
+
}
|
|
11863
|
+
}
|
|
11864
|
+
},
|
|
11865
|
+
"alert-banner-top-to-text": {
|
|
11844
11866
|
"sets": {
|
|
11845
11867
|
"desktop": {
|
|
11846
11868
|
"value": "14px"
|
|
@@ -11851,6 +11873,17 @@
|
|
|
11851
11873
|
}
|
|
11852
11874
|
},
|
|
11853
11875
|
"alert-banner-to-bottom-text": {
|
|
11876
|
+
"ref": "{alert-banner-bottom-to-text}",
|
|
11877
|
+
"sets": {
|
|
11878
|
+
"desktop": {
|
|
11879
|
+
"value": "17px"
|
|
11880
|
+
},
|
|
11881
|
+
"mobile": {
|
|
11882
|
+
"value": "22px"
|
|
11883
|
+
}
|
|
11884
|
+
}
|
|
11885
|
+
},
|
|
11886
|
+
"alert-banner-bottom-to-text": {
|
|
11854
11887
|
"sets": {
|
|
11855
11888
|
"desktop": {
|
|
11856
11889
|
"value": "17px"
|
package/package.json
CHANGED
|
@@ -2386,7 +2386,7 @@
|
|
|
2386
2386
|
},
|
|
2387
2387
|
"combo-box-visual-to-field-button-quiet": {
|
|
2388
2388
|
"component": "combo-box",
|
|
2389
|
-
"value": "
|
|
2389
|
+
"value": "0px"
|
|
2390
2390
|
},
|
|
2391
2391
|
"thumbnail-size-50": {
|
|
2392
2392
|
"component": "thumbnail",
|
|
@@ -2876,6 +2876,12 @@
|
|
|
2876
2876
|
}
|
|
2877
2877
|
},
|
|
2878
2878
|
"alert-banner-to-top-workflow-icon": {
|
|
2879
|
+
"component": "alert-banner",
|
|
2880
|
+
"value": "{alert-banner-top-to-workflow-icon}",
|
|
2881
|
+
"deprecated": true,
|
|
2882
|
+
"deprecated_comment": "Introduced as an error. Use alert-banner-top-to-workflow-icon instead"
|
|
2883
|
+
},
|
|
2884
|
+
"alert-banner-top-to-workflow-icon": {
|
|
2879
2885
|
"component": "alert-banner",
|
|
2880
2886
|
"sets": {
|
|
2881
2887
|
"desktop": {
|
|
@@ -2887,6 +2893,12 @@
|
|
|
2887
2893
|
}
|
|
2888
2894
|
},
|
|
2889
2895
|
"alert-banner-to-top-text": {
|
|
2896
|
+
"component": "alert-banner",
|
|
2897
|
+
"value": "{alert-banner-top-to-text}",
|
|
2898
|
+
"deprecated": true,
|
|
2899
|
+
"deprecated_comment": "Introduced as an error. Use alert-banner-top-to-text instead"
|
|
2900
|
+
},
|
|
2901
|
+
"alert-banner-top-to-text": {
|
|
2890
2902
|
"component": "alert-banner",
|
|
2891
2903
|
"sets": {
|
|
2892
2904
|
"desktop": {
|
|
@@ -2898,6 +2910,12 @@
|
|
|
2898
2910
|
}
|
|
2899
2911
|
},
|
|
2900
2912
|
"alert-banner-to-bottom-text": {
|
|
2913
|
+
"component": "alert-banner",
|
|
2914
|
+
"value": "{alert-banner-bottom-to-text}",
|
|
2915
|
+
"deprecated": true,
|
|
2916
|
+
"deprecated_comment": "Introduced as an error. Use alert-banner-bottom-to-text instead"
|
|
2917
|
+
},
|
|
2918
|
+
"alert-banner-bottom-to-text": {
|
|
2901
2919
|
"component": "alert-banner",
|
|
2902
2920
|
"sets": {
|
|
2903
2921
|
"desktop": {
|
package/tasks/diff.js
CHANGED