Skip to content

Version Packages - #438

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#438
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tailor-platform/app-shell@1.12.0

Minor Changes

  • b5289fc: Re-export react-router's Navigate, so apps no longer need react-router as a direct dependency for declarative redirects.

    import { Navigate } from "@tailor-platform/app-shell";
    
    if (!allowed) return <Navigate to="/dashboard" replace />;

    See Declarative Redirects for when to prefer the route-level redirectTo() guard instead.

  • fa587b2: Bridge --alert-* tokens into Tailwind's theme as --color-alert-*

    The --alert-* design tokens (neutral / success / warning / error / info × background / foreground / foreground-muted / border) are now exposed through @theme inline, matching how --status-* is already bridged.

    Application code can now use ordinary color utilities for callouts, banners, and status-highlighted rows:

    // Before — arbitrary values, no autocomplete, silent failure on a typo
    <div className="bg-[color:var(--alert-info-background)] text-[color:var(--alert-info-foreground)]" />
    
    // After
    <div className="bg-alert-info-background text-alert-info-foreground" />

    This is purely additive — existing arbitrary-value usage keeps working, and the generated CSS is unchanged.

Patch Changes

  • 45218cc: Fix the bundled app-shell-patterns skill, whose design-system.md documented a token system that does not exist in the package. Agents read it as canonical and emitted classes like bg-surface-1, text-fg-default, and bg-danger, which produce no CSS at all — a silent failure with no error or warning.

    Tokens, dark mode (.dark on <html>), elevation, z-index, and the styles import now match the shipped CSS, and the fabricated spacing, typography, motion, and icon scales are gone in favour of stock Tailwind. Also drops references to Icon and Stat, which aren't exported, and to a Sheet contentClassName prop that doesn't exist.

    Documentation only — no runtime or CSS changes.

@github-actions
github-actions Bot requested a review from a team as a code owner August 13, 2026 02:11
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from ecaa15e to 3e1f563 Compare August 13, 2026 03:20
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 3e1f563 to 793ff24 Compare August 13, 2026 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants