@phcdevworks/spectre-tokens 2.4.0 → 2.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/README.md CHANGED
@@ -13,6 +13,7 @@ token data while downstream UI packages define structure and adapter packages
13
13
  translate those contracts for specific frameworks and runtimes.
14
14
 
15
15
  [Contributing](CONTRIBUTING.md) | [Changelog](CHANGELOG.md) |
16
+ [Token Contract](TOKEN_CONTRACT.md) | [Roadmap](ROADMAP.md) |
16
17
  [Security Policy](SECURITY.md)
17
18
 
18
19
  ## Key capabilities
package/dist/index.cjs CHANGED
@@ -156,9 +156,9 @@ var coreTokens = {
156
156
  "focusRing": "{colors.brand.500} / 0.4"
157
157
  },
158
158
  "accent": {
159
- "bg": "{colors.accent.600}",
160
- "bgHover": "{colors.accent.700}",
161
- "bgActive": "{colors.accent.800}",
159
+ "bg": "{colors.accent.700}",
160
+ "bgHover": "{colors.accent.800}",
161
+ "bgActive": "{colors.accent.900}",
162
162
  "bgDisabled": "{colors.accent.200}",
163
163
  "text": "{colors.white}",
164
164
  "textDisabled": "{colors.neutral.400}",