@adobe/spectrum-tokens 12.5.0-beta.0 → 12.5.0
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 -2
- package/dist/json/drover.json +4 -71
- package/dist/json/variables.json +40 -715
- package/manifest.json +4 -8
- package/moon.yml +10 -0
- package/package.json +3 -3
- package/src/layout-component.json +60 -690
- package/tasks/buildManifest.js +12 -0
- package/tasks/buildSpectrumTokens.js +1 -1
- package/tasks/deprecateExpress.js +12 -0
- package/tasks/diff.js +12 -0
- package/tasks/lib/augmentExpressTokens.js +12 -0
- package/test/deprecateExpress.test.js +12 -0
- package/test/drover.test.js +12 -0
package/CHANGELOG.md
CHANGED
package/dist/json/drover.json
CHANGED
|
@@ -1750,6 +1750,10 @@
|
|
|
1750
1750
|
"slider-control-height-large": "18px",
|
|
1751
1751
|
"slider-control-height-medium": "16px",
|
|
1752
1752
|
"slider-control-height-small": "14px",
|
|
1753
|
+
"slider-control-to-field-label-extra-large": "14px",
|
|
1754
|
+
"slider-control-to-field-label-large": "11px",
|
|
1755
|
+
"slider-control-to-field-label-medium": "8px",
|
|
1756
|
+
"slider-control-to-field-label-small": "5px",
|
|
1753
1757
|
"slider-handle-border-width-down-extra-large": "8px",
|
|
1754
1758
|
"slider-handle-border-width-down-large": "7px",
|
|
1755
1759
|
"slider-handle-border-width-down-medium": "6px",
|
|
@@ -1802,77 +1806,6 @@
|
|
|
1802
1806
|
"switch-top-to-control-large": "12px",
|
|
1803
1807
|
"switch-top-to-control-medium": "9px",
|
|
1804
1808
|
"switch-top-to-control-small": "6px",
|
|
1805
|
-
"table-border-divider-width": "1px",
|
|
1806
|
-
"table-checkbox-to-text": "24px",
|
|
1807
|
-
"table-column-header-row-bottom-to-text-extra-large": "13px",
|
|
1808
|
-
"table-column-header-row-bottom-to-text-large": "10px",
|
|
1809
|
-
"table-column-header-row-bottom-to-text-medium": "8px",
|
|
1810
|
-
"table-column-header-row-bottom-to-text-small": "9px",
|
|
1811
|
-
"table-column-header-row-top-to-text-extra-large": "13px",
|
|
1812
|
-
"table-column-header-row-top-to-text-large": "10px",
|
|
1813
|
-
"table-column-header-row-top-to-text-medium": "7px",
|
|
1814
|
-
"table-column-header-row-top-to-text-small": "8px",
|
|
1815
|
-
"table-edge-to-content": "16px",
|
|
1816
|
-
"table-header-row-checkbox-to-top-extra-large": "15px",
|
|
1817
|
-
"table-header-row-checkbox-to-top-large": "12px",
|
|
1818
|
-
"table-header-row-checkbox-to-top-medium": "9px",
|
|
1819
|
-
"table-header-row-checkbox-to-top-small": "10px",
|
|
1820
|
-
"table-row-bottom-to-text-extra-large-compact": "14px",
|
|
1821
|
-
"table-row-bottom-to-text-extra-large-regular": "17px",
|
|
1822
|
-
"table-row-bottom-to-text-extra-large-spacious": "21px",
|
|
1823
|
-
"table-row-bottom-to-text-large-compact": "11px",
|
|
1824
|
-
"table-row-bottom-to-text-large-regular": "14px",
|
|
1825
|
-
"table-row-bottom-to-text-large-spacious": "18px",
|
|
1826
|
-
"table-row-bottom-to-text-medium-compact": "9px",
|
|
1827
|
-
"table-row-bottom-to-text-medium-regular": "12px",
|
|
1828
|
-
"table-row-bottom-to-text-medium-spacious": "16px",
|
|
1829
|
-
"table-row-bottom-to-text-small-compact": "5px",
|
|
1830
|
-
"table-row-bottom-to-text-small-regular": "9px",
|
|
1831
|
-
"table-row-bottom-to-text-small-spacious": "13px",
|
|
1832
|
-
"table-row-checkbox-to-top-extra-large-compact": "15px",
|
|
1833
|
-
"table-row-checkbox-to-top-extra-large-regular": "19px",
|
|
1834
|
-
"table-row-checkbox-to-top-extra-large-spacious": "23px",
|
|
1835
|
-
"table-row-checkbox-to-top-large-compact": "12px",
|
|
1836
|
-
"table-row-checkbox-to-top-large-regular": "16px",
|
|
1837
|
-
"table-row-checkbox-to-top-large-spacious": "20px",
|
|
1838
|
-
"table-row-checkbox-to-top-medium-compact": "9px",
|
|
1839
|
-
"table-row-checkbox-to-top-medium-regular": "13px",
|
|
1840
|
-
"table-row-checkbox-to-top-medium-spacious": "17px",
|
|
1841
|
-
"table-row-checkbox-to-top-small-compact": "6px",
|
|
1842
|
-
"table-row-checkbox-to-top-small-regular": "10px",
|
|
1843
|
-
"table-row-checkbox-to-top-small-spacious": "14px",
|
|
1844
|
-
"table-row-height-extra-large-compact": "48px",
|
|
1845
|
-
"table-row-height-extra-large-regular": "56px",
|
|
1846
|
-
"table-row-height-extra-large-spacious": "64px",
|
|
1847
|
-
"table-row-height-large-compact": "40px",
|
|
1848
|
-
"table-row-height-large-regular": "48px",
|
|
1849
|
-
"table-row-height-large-spacious": "56px",
|
|
1850
|
-
"table-row-height-medium-compact": "32px",
|
|
1851
|
-
"table-row-height-medium-regular": "40px",
|
|
1852
|
-
"table-row-height-medium-spacious": "48px",
|
|
1853
|
-
"table-row-height-small-compact": "24px",
|
|
1854
|
-
"table-row-height-small-regular": "32px",
|
|
1855
|
-
"table-row-height-small-spacious": "40px",
|
|
1856
|
-
"table-row-top-to-text-extra-large-compact": "12px",
|
|
1857
|
-
"table-row-top-to-text-extra-large-regular": "17px",
|
|
1858
|
-
"table-row-top-to-text-extra-large-spacious": "21px",
|
|
1859
|
-
"table-row-top-to-text-large-compact": "9px",
|
|
1860
|
-
"table-row-top-to-text-large-regular": "14px",
|
|
1861
|
-
"table-row-top-to-text-large-spacious": "18px",
|
|
1862
|
-
"table-row-top-to-text-medium-compact": "6px",
|
|
1863
|
-
"table-row-top-to-text-medium-regular": "11px",
|
|
1864
|
-
"table-row-top-to-text-medium-spacious": "15px",
|
|
1865
|
-
"table-row-top-to-text-small-compact": "4px",
|
|
1866
|
-
"table-row-top-to-text-small-regular": "8px",
|
|
1867
|
-
"table-row-top-to-text-small-spacious": "12px",
|
|
1868
|
-
"table-section-header-row-height-extra-large": "48px",
|
|
1869
|
-
"table-section-header-row-height-large": "40px",
|
|
1870
|
-
"table-section-header-row-height-medium": "32px",
|
|
1871
|
-
"table-section-header-row-height-small": "24px",
|
|
1872
|
-
"table-thumbnail-to-top-minimum-extra-large": "8px",
|
|
1873
|
-
"table-thumbnail-to-top-minimum-large": "7px",
|
|
1874
|
-
"table-thumbnail-to-top-minimum-medium": "5px",
|
|
1875
|
-
"table-thumbnail-to-top-minimum-small": "4px",
|
|
1876
1809
|
"tag-top-to-avatar-large": "9px",
|
|
1877
1810
|
"tag-top-to-avatar-medium": "6px",
|
|
1878
1811
|
"tag-top-to-avatar-small": "4px",
|