Skip to content

Bump @phcdevworks/spectre-tokens from 2.8.0 to 2.9.0#26

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/phcdevworks/spectre-tokens-2.9.0
Closed

Bump @phcdevworks/spectre-tokens from 2.8.0 to 2.9.0#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/phcdevworks/spectre-tokens-2.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @phcdevworks/spectre-tokens from 2.8.0 to 2.9.0.

Release notes

Sourced from @​phcdevworks/spectre-tokens's releases.

Motion Accessibility and UI Component Tokens

Added

  • Added reduced (0.01ms) duration to transitions.duration and reducedMotion semantic token to accessibility in tokens/primitives.json.
  • Added animations.reducedMotion variants for all 8 named animations (fadeIn, fadeOut, slideUp, slideDown, scaleIn, bounce, shake, pulse) to provide near-zero duration alternatives for reduced-motion accessibility.
  • Added forcedColors token with value "auto" to the accessibility family in tokens/primitives.json to address a Priority 1 gap in the accessibility contract.
  • Added link semantic namespace (link.default, link.hover, link.active, link.visited) to tokens/semantic-roles.json so consumers no longer need to fall back to raw colors.brand/colors.accent palette values for inline links. Registered in contract.manifest.json publicNamespaces and SpectreModeTokens is unaffected since link is not mode-scoped.
  • Added interactive surface state tokens surface.hover, surface.selected, surface.active, and a semantic divider token surface.divider to tokens/semantic-roles.json, with default/dark mode variants in tokens/modes.json and corresponding fields on SpectreModeTokens in src/types.ts. These cover clickable list items, table rows, menu items, and <hr>/section-separator styling without composing from raw palette values.
  • Added component.nav, component.modal, component.toast, component.tooltip, and component.dropdown token groups to tokens/components.json, with default/dark mode variants in tokens/modes.json, corresponding ComponentNavTokens, ComponentModalTokens, ComponentToastTokens, ComponentTooltipTokens, and ComponentDropdownTokens interfaces in src/types.ts, and mode-aware CSS variables (--sp-nav-*, --sp-modal-*, --sp-toast-*, --sp-tooltip-*, --sp-dropdown-*) in src/css.ts. Registered new required paths and CSS variables in contract.manifest.json. This unblocks spectre-ui and spectre-ui-astro Phase 4 recipes (Nav, Toast, Tooltip, Dropdown, Modal) that previously had to compose these from raw palette values.
Changelog

Sourced from @​phcdevworks/spectre-tokens's changelog.

[2.9.0] - 2026-06-10

Release Title: Motion Accessibility and UI Component Tokens

Contract change type: additive

Added

  • Added reduced (0.01ms) duration to transitions.duration and reducedMotion semantic token to accessibility in tokens/primitives.json.
  • Added animations.reducedMotion variants for all 8 named animations (fadeIn, fadeOut, slideUp, slideDown, scaleIn, bounce, shake, pulse) to provide near-zero duration alternatives for reduced-motion accessibility.
  • Added forcedColors token with value "auto" to the accessibility family in tokens/primitives.json to address a Priority 1 gap in the accessibility contract.
  • Added link semantic namespace (link.default, link.hover, link.active, link.visited) to tokens/semantic-roles.json so consumers no longer need to fall back to raw colors.brand/colors.accent palette values for inline links. Registered in contract.manifest.json publicNamespaces and SpectreModeTokens is unaffected since link is not mode-scoped.
  • Added interactive surface state tokens surface.hover, surface.selected, surface.active, and a semantic divider token surface.divider to tokens/semantic-roles.json, with default/dark mode variants in tokens/modes.json and corresponding fields on SpectreModeTokens in src/types.ts. These cover clickable list items, table rows, menu items, and <hr>/section-separator styling without composing from raw palette values.
  • Added component.nav, component.modal, component.toast, component.tooltip, and component.dropdown token groups to tokens/components.json, with default/dark mode variants in tokens/modes.json, corresponding ComponentNavTokens, ComponentModalTokens, ComponentToastTokens, ComponentTooltipTokens, and ComponentDropdownTokens interfaces in src/types.ts, and mode-aware CSS variables (--sp-nav-*, --sp-modal-*, --sp-toast-*, --sp-tooltip-*, --sp-dropdown-*) in src/css.ts. Registered new required paths and CSS variables in contract.manifest.json. This unblocks spectre-ui and spectre-ui-astro Phase 4 recipes (Nav, Toast, Tooltip, Dropdown, Modal) that previously had to compose these from raw palette values.
Commits
  • befbb72 Release v2.9.0: accessibility & UI tokens
  • f0ad4d9 Add nav/modal/toast/tooltip/dropdown tokens
  • 1ee2c7b Document Phase 3/4 deliverables and status
  • 05bc880 Mark P2 active and reprioritize Phase 4
  • 1f7fa7c Add link and interactive surface tokens
  • 899edbf Merge pull request #91 from phcdevworks/fix/spectre-tokens-forced-colors-2522...
  • 261a62b fix(spectre-tokens): add forcedColors token to accessibility family
  • f87f90b Merge pull request #90 from phcdevworks/fix/reduced-motion-tokens-42065401441...
  • 985531e Use design tokens in example pages
  • 096ba87 Update example pages to use new color tokens
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@phcdevworks/spectre-tokens](https://github.com/phcdevworks/spectre-tokens) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/phcdevworks/spectre-tokens/releases)
- [Changelog](https://github.com/phcdevworks/spectre-tokens/blob/main/CHANGELOG.md)
- [Commits](phcdevworks/spectre-tokens@2.8.0...2.9.0)

---
updated-dependencies:
- dependency-name: "@phcdevworks/spectre-tokens"
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @phcdevworks/spectre-tokens is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 15, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/phcdevworks/spectre-tokens-2.9.0 branch June 15, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants