@adobe/spectrum-tokens 12.12.1 → 12.13.1

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.
Files changed (71) hide show
  1. package/CHANGELOG.md +105 -0
  2. package/dist/json/drover.json +94 -0
  3. package/dist/json/variables.json +1154 -0
  4. package/manifest.json +7 -3
  5. package/moon.yml +2 -1
  6. package/package.json +3 -2
  7. package/schemas/component.json +29 -0
  8. package/schemas/components/action-bar.json +18 -0
  9. package/schemas/components/action-button.json +62 -0
  10. package/schemas/components/action-group.json +69 -0
  11. package/schemas/components/alert-banner.json +29 -0
  12. package/schemas/components/alert-dialog.json +42 -0
  13. package/schemas/components/avatar.json +30 -0
  14. package/schemas/components/badge.json +50 -0
  15. package/schemas/components/body.json +25 -0
  16. package/schemas/components/bottom-navigation-android.json +37 -0
  17. package/schemas/components/breadcrumbs.json +18 -0
  18. package/schemas/components/button-group.json +28 -0
  19. package/schemas/components/button.json +60 -0
  20. package/schemas/components/checkbox-group.json +53 -0
  21. package/schemas/components/checkbox.json +52 -0
  22. package/schemas/components/close-button.json +35 -0
  23. package/schemas/components/code.json +21 -0
  24. package/schemas/components/color-area.json +64 -0
  25. package/schemas/components/color-loupe.json +21 -0
  26. package/schemas/components/color-slider.json +52 -0
  27. package/schemas/components/color-wheel.json +47 -0
  28. package/schemas/components/combo-box.json +84 -0
  29. package/schemas/components/contextual-help.json +64 -0
  30. package/schemas/components/detail.json +26 -0
  31. package/schemas/components/divider.json +23 -0
  32. package/schemas/components/field-label.json +39 -0
  33. package/schemas/components/heading.json +29 -0
  34. package/schemas/components/help-text.json +35 -0
  35. package/schemas/components/in-line-alert.json +25 -0
  36. package/schemas/components/link.json +32 -0
  37. package/schemas/components/menu.json +65 -0
  38. package/schemas/components/meter.json +37 -0
  39. package/schemas/components/picker.json +85 -0
  40. package/schemas/components/popover.json +65 -0
  41. package/schemas/components/progress-bar.json +50 -0
  42. package/schemas/components/progress-circle.json +41 -0
  43. package/schemas/components/radio-group.json +62 -0
  44. package/schemas/components/rating.json +31 -0
  45. package/schemas/components/scroll-zoom-bar.json +44 -0
  46. package/schemas/components/side-navigation.json +18 -0
  47. package/schemas/components/slider.json +74 -0
  48. package/schemas/components/status-light.json +44 -0
  49. package/schemas/components/swatch-group.json +38 -0
  50. package/schemas/components/swatch.json +45 -0
  51. package/schemas/components/switch.json +42 -0
  52. package/schemas/components/tab-bar-ios.json +37 -0
  53. package/schemas/components/tabs.json +32 -0
  54. package/schemas/components/tag.json +41 -0
  55. package/schemas/components/text-area.json +98 -0
  56. package/schemas/components/text-field.json +86 -0
  57. package/schemas/components/toast.json +29 -0
  58. package/schemas/components/tooltip.json +50 -0
  59. package/schemas/components/tray.json +17 -0
  60. package/schemas/components/tree-view.json +50 -0
  61. package/schemas/types/component-size.json +8 -0
  62. package/schemas/types/hex-color.json +8 -0
  63. package/schemas/types/typography-classification.json +9 -0
  64. package/schemas/types/typography-script.json +9 -0
  65. package/schemas/types/workflow-icon.json +901 -0
  66. package/src/color-component.json +45 -0
  67. package/src/layout-component.json +923 -0
  68. package/tasks/buildManifest.js +6 -1
  69. package/tasks/diff.js +1 -1
  70. package/test/checkId.test.js +64 -0
  71. package/test/schemaValidator.test.js +74 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,110 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 12.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 02459bf: Migrate dependencies to devDependencies as they are not needed downstream to leverage the package.
8
+
9
+ ## 12.13.0
10
+
11
+ ### Minor Changes
12
+
13
+ - d740d2c: added table tokens
14
+
15
+ ## Token diff
16
+
17
+ _Tokens added (88):_
18
+
19
+ - `table-border-divider-width`
20
+ - `table-checkbox-to-text`
21
+ - `table-column-header-row-bottom-to-text-extra-large`
22
+ - `table-column-header-row-bottom-to-text-large`
23
+ - `table-column-header-row-bottom-to-text-medium`
24
+ - `table-column-header-row-bottom-to-text-small`
25
+ - `table-column-header-row-top-to-text-extra-large`
26
+ - `table-column-header-row-top-to-text-large`
27
+ - `table-column-header-row-top-to-text-medium`
28
+ - `table-column-header-row-top-to-text-small`
29
+ - `table-edge-to-content`
30
+ - `table-header-row-checkbox-to-top-extra-large`
31
+ - `table-header-row-checkbox-to-top-large`
32
+ - `table-header-row-checkbox-to-top-medium`
33
+ - `table-header-row-checkbox-to-top-small`
34
+ - `table-row-bottom-to-text-extra-large-compact`
35
+ - `table-row-bottom-to-text-extra-large-regular`
36
+ - `table-row-bottom-to-text-extra-large-spacious`
37
+ - `table-row-bottom-to-text-large-compact`
38
+ - `table-row-bottom-to-text-large-regular`
39
+ - `table-row-bottom-to-text-large-spacious`
40
+ - `table-row-bottom-to-text-medium-compact`
41
+ - `table-row-bottom-to-text-medium-regular`
42
+ - `table-row-bottom-to-text-medium-spacious`
43
+ - `table-row-bottom-to-text-small-compact`
44
+ - `table-row-bottom-to-text-small-regular`
45
+ - `table-row-bottom-to-text-small-spacious`
46
+ - `table-row-checkbox-to-top-extra-large-compact`
47
+ - `table-row-checkbox-to-top-extra-large-regular`
48
+ - `table-row-checkbox-to-top-extra-large-spacious`
49
+ - `table-row-checkbox-to-top-large-compact`
50
+ - `table-row-checkbox-to-top-large-regular`
51
+ - `table-row-checkbox-to-top-large-spacious`
52
+ - `table-row-checkbox-to-top-medium-compact`
53
+ - `table-row-checkbox-to-top-medium-regular`
54
+ - `table-row-checkbox-to-top-medium-spacious`
55
+ - `table-row-checkbox-to-top-small-compact`
56
+ - `table-row-checkbox-to-top-small-regular`
57
+ - `table-row-checkbox-to-top-small-spacious`
58
+ - `table-row-down-opacity`
59
+ - `table-row-height-extra-large-compact`
60
+ - `table-row-height-extra-large-regular`
61
+ - `table-row-height-extra-large-spacious`
62
+ - `table-row-height-large-compact`
63
+ - `table-row-height-large-regular`
64
+ - `table-row-height-large-spacious`
65
+ - `table-row-height-medium-compact`
66
+ - `table-row-height-medium-regular`
67
+ - `table-row-height-medium-spacious`
68
+ - `table-row-height-small-compact`
69
+ - `table-row-height-small-regular`
70
+ - `table-row-height-small-spacious`
71
+ - `table-row-hover-color`
72
+ - `table-row-hover-opacity`
73
+ - `table-row-top-to-text-extra-large-compact`
74
+ - `table-row-top-to-text-extra-large-regular`
75
+ - `table-row-top-to-text-extra-large-spacious`
76
+ - `table-row-top-to-text-large-compact`
77
+ - `table-row-top-to-text-large-regular`
78
+ - `table-row-top-to-text-large-spacious`
79
+ - `table-row-top-to-text-medium-compact`
80
+ - `table-row-top-to-text-medium-regular`
81
+ - `table-row-top-to-text-medium-spacious`
82
+ - `table-row-top-to-text-small-compact`
83
+ - `table-row-top-to-text-small-regular`
84
+ - `table-row-top-to-text-small-spacious`
85
+ - `table-section-header-row-height-extra-large`
86
+ - `table-section-header-row-height-large`
87
+ - `table-section-header-row-height-medium`
88
+ - `table-section-header-row-height-small`
89
+ - `table-selected-row-background-color`
90
+ - `table-selected-row-background-color-non-emphasized`
91
+ - `table-selected-row-background-opacity`
92
+ - `table-selected-row-background-opacity-hover`
93
+ - `table-selected-row-background-opacity-non-emphasized`
94
+ - `table-selected-row-background-opacity-non-emphasized-hover`
95
+ - `table-thumbnail-to-top-minimum-extra-large-compact`
96
+ - `table-thumbnail-to-top-minimum-extra-large-regular`
97
+ - `table-thumbnail-to-top-minimum-extra-large-spacious`
98
+ - `table-thumbnail-to-top-minimum-large-compact`
99
+ - `table-thumbnail-to-top-minimum-large-regular`
100
+ - `table-thumbnail-to-top-minimum-large-spacious`
101
+ - `table-thumbnail-to-top-minimum-medium-compact`
102
+ - `table-thumbnail-to-top-minimum-medium-regular`
103
+ - `table-thumbnail-to-top-minimum-medium-spacious`
104
+ - `table-thumbnail-to-top-minimum-small-compact`
105
+ - `table-thumbnail-to-top-minimum-small-regular`
106
+ - `table-thumbnail-to-top-minimum-small-spacious`
107
+
3
108
  ## 12.12.1
4
109
 
5
110
  ### Patch Changes
@@ -396,6 +396,9 @@
396
396
  "static-white-focus-indicator-color": "rgb(255, 255, 255)",
397
397
  "swatch-border-color": "rgb(0, 0, 0)",
398
398
  "swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
399
+ "table-row-hover-color": "rgb(0, 0, 0)",
400
+ "table-selected-row-background-color": "rgb(2, 101, 220)",
401
+ "table-selected-row-background-color-non-emphasized": "rgb(70, 70, 70)",
399
402
  "thumbnail-border-color": "rgb(34, 34, 34)",
400
403
  "transparent-black-100": "rgba(0, 0, 0, 0)",
401
404
  "transparent-black-200": "rgba(0, 0, 0, 0.1)",
@@ -818,6 +821,9 @@
818
821
  "static-white-focus-indicator-color": "rgb(255, 255, 255)",
819
822
  "swatch-border-color": "rgb(255, 255, 255)",
820
823
  "swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
824
+ "table-row-hover-color": "rgb(255, 255, 255)",
825
+ "table-selected-row-background-color": "rgb(3, 103, 224)",
826
+ "table-selected-row-background-color-non-emphasized": "rgb(209, 209, 209)",
821
827
  "thumbnail-border-color": "rgb(235, 235, 235)",
822
828
  "transparent-black-100": "rgba(0, 0, 0, 0)",
823
829
  "transparent-black-200": "rgba(0, 0, 0, 0.1)",
@@ -1240,6 +1246,9 @@
1240
1246
  "static-white-focus-indicator-color": "rgb(255, 255, 255)",
1241
1247
  "swatch-border-color": "rgb(255, 255, 255)",
1242
1248
  "swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
1249
+ "table-row-hover-color": "rgb(255, 255, 255)",
1250
+ "table-selected-row-background-color": "rgb(6, 108, 231)",
1251
+ "table-selected-row-background-color-non-emphasized": "rgb(208, 208, 208)",
1243
1252
  "thumbnail-border-color": "rgb(235, 235, 235)",
1244
1253
  "transparent-black-100": "rgba(0, 0, 0, 0)",
1245
1254
  "transparent-black-200": "rgba(0, 0, 0, 0.1)",
@@ -1835,6 +1844,91 @@
1835
1844
  "tab-item-top-to-workflow-icon-large": "17px",
1836
1845
  "tab-item-top-to-workflow-icon-medium": "15px",
1837
1846
  "tab-item-top-to-workflow-icon-small": "13px",
1847
+ "table-border-divider-width": "1px",
1848
+ "table-checkbox-to-text": "24px",
1849
+ "table-column-header-row-bottom-to-text-extra-large": "13px",
1850
+ "table-column-header-row-bottom-to-text-large": "10px",
1851
+ "table-column-header-row-bottom-to-text-medium": "8px",
1852
+ "table-column-header-row-bottom-to-text-small": "9px",
1853
+ "table-column-header-row-top-to-text-extra-large": "13px",
1854
+ "table-column-header-row-top-to-text-large": "10px",
1855
+ "table-column-header-row-top-to-text-medium": "7px",
1856
+ "table-column-header-row-top-to-text-small": "8px",
1857
+ "table-edge-to-content": "16px",
1858
+ "table-header-row-checkbox-to-top-extra-large": "15px",
1859
+ "table-header-row-checkbox-to-top-large": "12px",
1860
+ "table-header-row-checkbox-to-top-medium": "9px",
1861
+ "table-header-row-checkbox-to-top-small": "10px",
1862
+ "table-row-bottom-to-text-extra-large-compact": "14px",
1863
+ "table-row-bottom-to-text-extra-large-regular": "17px",
1864
+ "table-row-bottom-to-text-extra-large-spacious": "21px",
1865
+ "table-row-bottom-to-text-large-compact": "11px",
1866
+ "table-row-bottom-to-text-large-regular": "14px",
1867
+ "table-row-bottom-to-text-large-spacious": "18px",
1868
+ "table-row-bottom-to-text-medium-compact": "9px",
1869
+ "table-row-bottom-to-text-medium-regular": "12px",
1870
+ "table-row-bottom-to-text-medium-spacious": "16px",
1871
+ "table-row-bottom-to-text-small-compact": "5px",
1872
+ "table-row-bottom-to-text-small-regular": "9px",
1873
+ "table-row-bottom-to-text-small-spacious": "13px",
1874
+ "table-row-checkbox-to-top-extra-large-compact": "15px",
1875
+ "table-row-checkbox-to-top-extra-large-regular": "19px",
1876
+ "table-row-checkbox-to-top-extra-large-spacious": "23px",
1877
+ "table-row-checkbox-to-top-large-compact": "12px",
1878
+ "table-row-checkbox-to-top-large-regular": "16px",
1879
+ "table-row-checkbox-to-top-large-spacious": "20px",
1880
+ "table-row-checkbox-to-top-medium-compact": "9px",
1881
+ "table-row-checkbox-to-top-medium-regular": "13px",
1882
+ "table-row-checkbox-to-top-medium-spacious": "17px",
1883
+ "table-row-checkbox-to-top-small-compact": "6px",
1884
+ "table-row-checkbox-to-top-small-regular": "10px",
1885
+ "table-row-checkbox-to-top-small-spacious": "14px",
1886
+ "table-row-down-opacity": "0.1",
1887
+ "table-row-height-extra-large-compact": "48px",
1888
+ "table-row-height-extra-large-regular": "56px",
1889
+ "table-row-height-extra-large-spacious": "64px",
1890
+ "table-row-height-large-compact": "40px",
1891
+ "table-row-height-large-regular": "48px",
1892
+ "table-row-height-large-spacious": "56px",
1893
+ "table-row-height-medium-compact": "32px",
1894
+ "table-row-height-medium-regular": "40px",
1895
+ "table-row-height-medium-spacious": "48px",
1896
+ "table-row-height-small-compact": "24px",
1897
+ "table-row-height-small-regular": "32px",
1898
+ "table-row-height-small-spacious": "40px",
1899
+ "table-row-hover-opacity": "0.07",
1900
+ "table-row-top-to-text-extra-large-compact": "12px",
1901
+ "table-row-top-to-text-extra-large-regular": "17px",
1902
+ "table-row-top-to-text-extra-large-spacious": "21px",
1903
+ "table-row-top-to-text-large-compact": "9px",
1904
+ "table-row-top-to-text-large-regular": "14px",
1905
+ "table-row-top-to-text-large-spacious": "18px",
1906
+ "table-row-top-to-text-medium-compact": "6px",
1907
+ "table-row-top-to-text-medium-regular": "11px",
1908
+ "table-row-top-to-text-medium-spacious": "15px",
1909
+ "table-row-top-to-text-small-compact": "4px",
1910
+ "table-row-top-to-text-small-regular": "8px",
1911
+ "table-row-top-to-text-small-spacious": "12px",
1912
+ "table-section-header-row-height-extra-large": "48px",
1913
+ "table-section-header-row-height-large": "40px",
1914
+ "table-section-header-row-height-medium": "32px",
1915
+ "table-section-header-row-height-small": "24px",
1916
+ "table-selected-row-background-opacity": "0.1",
1917
+ "table-selected-row-background-opacity-hover": "0.15",
1918
+ "table-selected-row-background-opacity-non-emphasized": "0.1",
1919
+ "table-selected-row-background-opacity-non-emphasized-hover": "0.15",
1920
+ "table-thumbnail-to-top-minimum-extra-large-compact": "8px",
1921
+ "table-thumbnail-to-top-minimum-extra-large-regular": "8px",
1922
+ "table-thumbnail-to-top-minimum-extra-large-spacious": "10px",
1923
+ "table-thumbnail-to-top-minimum-large-compact": "7px",
1924
+ "table-thumbnail-to-top-minimum-large-regular": "8px",
1925
+ "table-thumbnail-to-top-minimum-large-spacious": "8px",
1926
+ "table-thumbnail-to-top-minimum-medium-compact": "5px",
1927
+ "table-thumbnail-to-top-minimum-medium-regular": "7px",
1928
+ "table-thumbnail-to-top-minimum-medium-spacious": "8px",
1929
+ "table-thumbnail-to-top-minimum-small-compact": "4px",
1930
+ "table-thumbnail-to-top-minimum-small-regular": "5px",
1931
+ "table-thumbnail-to-top-minimum-small-spacious": "7px",
1838
1932
  "tag-top-to-avatar-large": "9px",
1839
1933
  "tag-top-to-avatar-medium": "6px",
1840
1934
  "tag-top-to-avatar-small": "4px",