Skip to content

Bump @phcdevworks/spectre-ui from 1.9.0 to 2.3.0#30

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

Bump @phcdevworks/spectre-ui from 1.9.0 to 2.3.0#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/phcdevworks/spectre-ui-2.3.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @phcdevworks/spectre-ui from 1.9.0 to 2.3.0.

Release notes

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

App Shell Recipe Expansion

Added

  • Stack basis option: Added a basis option (sidebar) to getStackClasses, mapping a flex child to a fixed width via the new --sp-layout-sidebar-width token (@phcdevworks/spectre-tokens@3.1.0), distinct from the default flex: 1 auto-sizing behavior.
  • Container maxWidth option: Added a maxWidth option (prose) to getContainerClasses, mapping to the new --sp-layout-container-max-width-prose token, distinct from the existing page-level --sp-layout-container-max-width.
  • Sidebar recipe: Added getSidebarClasses, getSidebarLinkClasses, and getSidebarBackdropClasses, wrapping new .sp-sidebar / .sp-sidebar__link / .sp-sidebar-backdrop component classes in src/styles/components.css. Reuses the existing component.nav token roles (bg/text/link/border) as the vertical counterpart to SpNav's top-bar pattern; sidebar width comes from the same --sp-layout-sidebar-width token used by Stack's basis option. Below breakpoints.md, the sidebar is an off-canvas drawer (transform: translateX(-100%)) with a backdrop, toggled via a data-sidebar-open="true" attribute contract — this is the first recipe family with an interactive-state CSS contract. This package owns the CSS reaction only; toggle behavior, click handling, and state management belong to the consuming adapter.
  • Footer recipe: Added getFooterClasses, wrapping a new .sp-footer component class in src/styles/components.css, modeled on SpNav's bordered/fullWidth option shape (no sticky, per the deferred-unless- needed decision in TODO.md).

This is Phase 4d in TODO.md — real downstream need surfaced in docs-phcdevworks-com's app shell (top bar + sidebar + main content).

Grid Recipe Expansion

Added

  • Grid Recipe: Added getGridClasses recipe wrapping new token-backed .sp-grid / .sp-grid-cols-{1,2,3,4,6,12} utility classes in src/styles/utilities.css. Options: columns (1 | 2 | 3 | 4 | 6 | 12) and gap (sm | md | lg, reusing the layout.stack.gap scale). Each column count is responsive by convention: 1 column below breakpoints.md, half the target count at md, full target count at breakpoints.lg+. This is the first recipe family in the package to use @media; the breakpoint values are written as literals (CSS forbids var() inside media feature queries) and tests/token-drift.test.ts now asserts any @media (...) literal must match a published --sp-breakpoint-* token value. This is Phase 4c (v1) in TODO.md.

Layout Recipe Expansion

Added

  • Layout Recipes: Added getContainerClasses, getStackClasses, and

... (truncated)

Changelog

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

[2.3.0] - 2026-06-19

Release Title: App Shell Recipe Expansion

Contract change type: additive

Added

  • Stack basis option: Added a basis option (sidebar) to getStackClasses, mapping a flex child to a fixed width via the new --sp-layout-sidebar-width token (@phcdevworks/spectre-tokens@3.1.0), distinct from the default flex: 1 auto-sizing behavior.
  • Container maxWidth option: Added a maxWidth option (prose) to getContainerClasses, mapping to the new --sp-layout-container-max-width-prose token, distinct from the existing page-level --sp-layout-container-max-width.
  • Sidebar recipe: Added getSidebarClasses, getSidebarLinkClasses, and getSidebarBackdropClasses, wrapping new .sp-sidebar / .sp-sidebar__link / .sp-sidebar-backdrop component classes in src/styles/components.css. Reuses the existing component.nav token roles (bg/text/link/border) as the vertical counterpart to SpNav's top-bar pattern; sidebar width comes from the same --sp-layout-sidebar-width token used by Stack's basis option. Below breakpoints.md, the sidebar is an off-canvas drawer (transform: translateX(-100%)) with a backdrop, toggled via a data-sidebar-open="true" attribute contract — this is the first recipe family with an interactive-state CSS contract. This package owns the CSS reaction only; toggle behavior, click handling, and state management belong to the consuming adapter.
  • Footer recipe: Added getFooterClasses, wrapping a new .sp-footer component class in src/styles/components.css, modeled on SpNav's bordered/fullWidth option shape (no sticky, per the deferred-unless- needed decision in TODO.md).

This is Phase 4d in TODO.md — real downstream need surfaced in docs-phcdevworks-com's app shell (top bar + sidebar + main content).

[2.2.0] - 2026-06-18

Release Title: Grid Recipe Expansion

Contract change type: additive

Added

  • Grid Recipe: Added getGridClasses recipe wrapping new token-backed .sp-grid / .sp-grid-cols-{1,2,3,4,6,12} utility classes in src/styles/utilities.css. Options: columns (1 | 2 | 3 | 4 | 6 | 12) and gap (sm | md | lg, reusing the layout.stack.gap scale). Each column count is responsive by convention: 1 column below breakpoints.md, half the target count at md, full target count at breakpoints.lg+. This

... (truncated)

Commits
  • 800ba3d Mark App Shell done; bump dev deps
  • a63ff64 Release 2.3.0: App Shell Recipe Expansion
  • e05ac73 Add maxWidth and basis options to recipes
  • 425bac7 Increase maxBytes in CSS entrypoint tests
  • 7321b7e Update roadmap/TODO and bump tokens
  • 40c423e Bump baseline-browser-mapping & node-releases
  • dc5a4c7 Bump package to 2.2.0 and update changelog
  • 0ba6c6d Add Grid recipe and responsive utilities
  • b05cc5b Add Grid recipe plan; mark layouts delivered
  • 2220892 Bump version to 2.1.0 and update changelog
  • 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-ui](https://github.com/phcdevworks/spectre-ui) from 1.9.0 to 2.3.0.
- [Release notes](https://github.com/phcdevworks/spectre-ui/releases)
- [Changelog](https://github.com/phcdevworks/spectre-ui/blob/main/CHANGELOG.md)
- [Commits](phcdevworks/spectre-ui@1.9.0...2.3.0)

---
updated-dependencies:
- dependency-name: "@phcdevworks/spectre-ui"
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 21, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Jun 21, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/phcdevworks/spectre-ui-2.3.0 branch June 21, 2026 23:34
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