@phcdevworks/spectre-tokens 2.8.0 → 2.9.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.
@@ -24,6 +24,43 @@
24
24
  "overlay": {
25
25
  "value": "{colors.black} / 0.6",
26
26
  "description": "modals, dropdowns, flyouts"
27
+ },
28
+ "hover": {
29
+ "value": "{colors.neutral.100}",
30
+ "description": "background for hovered clickable rows, items, and menu entries"
31
+ },
32
+ "selected": {
33
+ "value": "{colors.info.50}",
34
+ "description": "background for selected list items, rows, and menu entries"
35
+ },
36
+ "active": {
37
+ "value": "{colors.neutral.200}",
38
+ "description": "background for pressed/active clickable rows, items, and menu entries"
39
+ },
40
+ "divider": {
41
+ "value": "{colors.neutral.200}",
42
+ "description": "hairline color for <hr>, table borders, and section separators"
43
+ }
44
+ },
45
+ "link": {
46
+ "default": {
47
+ "value": "{colors.brand.600}",
48
+ "description": "default inline link color",
49
+ "metadata": {
50
+ "pair": "surface.page"
51
+ }
52
+ },
53
+ "hover": {
54
+ "value": "{colors.brand.700}",
55
+ "description": "link color on hover"
56
+ },
57
+ "active": {
58
+ "value": "{colors.brand.800}",
59
+ "description": "link color while pressed"
60
+ },
61
+ "visited": {
62
+ "value": "{colors.accent.700}",
63
+ "description": "link color after the destination has been visited"
27
64
  }
28
65
  },
29
66
  "text": {