Skip to content

chore: update versions#159

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

chore: update versions#159
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 2, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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

@styleframe/core@3.3.0

Minor Changes

  • #164 efd99f7 Thanks @alexgrozav! - Add className support for compound variants in recipes
    • Add optional className field to compound variants, appended to output when conditions match
    • Make css optional on compound variants, allowing className-only compound variants

@styleframe/runtime@3.1.0

Minor Changes

  • #164 efd99f7 Thanks @alexgrozav! - Add className support for compound variants in recipes

    • Add optional className field to compound variants, appended to output when conditions match
    • Make css optional on compound variants, allowing className-only compound variants
  • #167 179c90d Thanks @alexgrozav! - Add boolean support for recipe variant props

    • When a variant defines both true and false keys, the runtime now accepts boolean true/false values in addition to string "true"/"false"
    • Generated .d.ts type declarations include | boolean in the type union for boolean variants

Patch Changes

  • Updated dependencies [efd99f7]:
    • @styleframe/core@3.3.0

styleframe@3.4.0

Minor Changes

  • #165 5ef9019 Thanks @alexgrozav! - Add ButtonGroup recipe for grouping buttons with joined borders

    • Add useButtonGroupRecipe with orientation (horizontal, vertical) and block (true, false) variants
    • Use compound variant className with RSCSS modifiers (-horizontal, -vertical, -block) to emit helper classes
    • Use setup callback to register nested selectors for joined-button effects (border-radius and border removal on inner children)
    • Add ButtonGroup storybook component, grid preview, and stories
  • #162 990ed33 Thanks @alexgrozav! - Add Card recipe with border style utility improvements

    • Add useCardRecipe with size (sm, md, lg), variant (elevated, outline, filled, ghost), and color variants including light, dark, and neutral
    • Add border style utility support (solid, dashed, dotted, double, hidden, none) with responsive and state modifier capabilities
    • Normalize light/dark color variants across Badge, Button, and Callout recipes using text-inverted token
    • Add Card storybook components, grid previews, and stories
  • #160 cb053e0 Thanks @alexgrozav! - Add light, dark, and neutral colors to Badge and Button recipes

    • Add light, dark, and neutral color variants to useBadgeRecipe with compound variants for solid, outline, soft, and subtle styles
    • Add light, dark, and neutral color variants to useButtonRecipe with compound variants for solid, outline, soft, subtle, ghost, and link styles
    • Update storybook Badge and Button components, grid previews, and stories to document the new colors
  • #171 6f6a360 Thanks @alexgrozav! - Add Modal recipe with overlay, header, body, and footer parts

    • Add useModalRecipe with size (sm, md, lg), variant (solid, soft, subtle), and color (light, dark, neutral) variants matching the Card recipe structure
    • Add useModalHeaderRecipe and useModalFooterRecipe with separator border compound variants and setup functions for :first-child/:last-child border collapse
    • Add useModalBodyRecipe with size-based padding and gap, no compound variants
    • Add useModalOverlayRecipe with fixed-position full-screen backdrop (rgba(0, 0, 0, 0.75)) and centered flex layout
    • Add Modal storybook components, grid previews, and stories with interactive open/close and fullscreen example
    • Add Modal documentation page
  • #168 0250281 Thanks @alexgrozav! - Add Nav recipe with list-style utility

    • Add useNavRecipe and useNavItemRecipe multi-part recipes with size (xs–xl), color, and variant (pills, underline, default) support
    • Add useListStyleUtility shorthand utility for the list-style CSS property
    • Add Nav storybook components, grid previews, and stories
  • #163 1a7dc77 Thanks @alexgrozav! - Add per-part borders with adjacency collapsing to Card recipe

    • Add independent borderTop and borderBottom to each card part (header, body, footer) with compound variants per color×variant
    • Add :first-child / :last-child collapse selectors to header and footer recipes to remove duplicate borders at card edges
    • Extend createUseRecipe with an optional setup callback for registering selectors alongside recipes
    • Add color and variant props to CardBody component
  • #164 efd99f7 Thanks @alexgrozav! - Add className support for compound variants in recipes

    • Add optional className field to compound variants, appended to output when conditions match
    • Make css optional on compound variants, allowing className-only compound variants
  • #167 179c90d Thanks @alexgrozav! - Add boolean support for recipe variant props

    • When a variant defines both true and false keys, the runtime now accepts boolean true/false values in addition to string "true"/"false"
    • Generated .d.ts type declarations include | boolean in the type union for boolean variants
  • #158 90f1862 Thanks @alexgrozav! - Rename Alert recipe to Callout recipe

    • Rename useAlertRecipe to useCalloutRecipe with updated recipe name from alert to callout
    • Add CalloutContent, CalloutTitle, and CalloutDescription sub-components for better composability
    • Move storybook grid preview components into preview/ subdirectories for cleaner organization
    • Add Callout documentation page
  • #166 ff13980 Thanks @alexgrozav! - Rename danger semantic color to error across the design system

    • Rename danger color token to error in default color values and border color values
    • Update all recipes (badge, button, callout) to use error instead of danger in color variants
    • Update all documentation, storybook stories, and playground examples

Patch Changes

  • Updated dependencies [efd99f7, 179c90d]:
    • @styleframe/core@3.3.0
    • @styleframe/transpiler@3.2.0

@styleframe/transpiler@3.2.0

Minor Changes

  • #167 179c90d Thanks @alexgrozav! - Add boolean support for recipe variant props
    • When a variant defines both true and false keys, the runtime now accepts boolean true/false values in addition to string "true"/"false"
    • Generated .d.ts type declarations include | boolean in the type union for boolean variants

Patch Changes

  • Updated dependencies [efd99f7]:
    • @styleframe/core@3.3.0

@styleframe/theme@3.4.0

Minor Changes

  • #165 5ef9019 Thanks @alexgrozav! - Add ButtonGroup recipe for grouping buttons with joined borders

    • Add useButtonGroupRecipe with orientation (horizontal, vertical) and block (true, false) variants
    • Use compound variant className with RSCSS modifiers (-horizontal, -vertical, -block) to emit helper classes
    • Use setup callback to register nested selectors for joined-button effects (border-radius and border removal on inner children)
    • Add ButtonGroup storybook component, grid preview, and stories
  • #162 990ed33 Thanks @alexgrozav! - Add Card recipe with border style utility improvements

    • Add useCardRecipe with size (sm, md, lg), variant (elevated, outline, filled, ghost), and color variants including light, dark, and neutral
    • Add border style utility support (solid, dashed, dotted, double, hidden, none) with responsive and state modifier capabilities
    • Normalize light/dark color variants across Badge, Button, and Callout recipes using text-inverted token
    • Add Card storybook components, grid previews, and stories
  • #160 cb053e0 Thanks @alexgrozav! - Add light, dark, and neutral colors to Badge and Button recipes

    • Add light, dark, and neutral color variants to useBadgeRecipe with compound variants for solid, outline, soft, and subtle styles
    • Add light, dark, and neutral color variants to useButtonRecipe with compound variants for solid, outline, soft, subtle, ghost, and link styles
    • Update storybook Badge and Button components, grid previews, and stories to document the new colors
  • #171 6f6a360 Thanks @alexgrozav! - Add Modal recipe with overlay, header, body, and footer parts

    • Add useModalRecipe with size (sm, md, lg), variant (solid, soft, subtle), and color (light, dark, neutral) variants matching the Card recipe structure
    • Add useModalHeaderRecipe and useModalFooterRecipe with separator border compound variants and setup functions for :first-child/:last-child border collapse
    • Add useModalBodyRecipe with size-based padding and gap, no compound variants
    • Add useModalOverlayRecipe with fixed-position full-screen backdrop (rgba(0, 0, 0, 0.75)) and centered flex layout
    • Add Modal storybook components, grid previews, and stories with interactive open/close and fullscreen example
    • Add Modal documentation page
  • #168 0250281 Thanks @alexgrozav! - Add Nav recipe with list-style utility

    • Add useNavRecipe and useNavItemRecipe multi-part recipes with size (xs–xl), color, and variant (pills, underline, default) support
    • Add useListStyleUtility shorthand utility for the list-style CSS property
    • Add Nav storybook components, grid previews, and stories
  • #163 1a7dc77 Thanks @alexgrozav! - Add per-part borders with adjacency collapsing to Card recipe

    • Add independent borderTop and borderBottom to each card part (header, body, footer) with compound variants per color×variant
    • Add :first-child / :last-child collapse selectors to header and footer recipes to remove duplicate borders at card edges
    • Extend createUseRecipe with an optional setup callback for registering selectors alongside recipes
    • Add color and variant props to CardBody component
  • #158 90f1862 Thanks @alexgrozav! - Rename Alert recipe to Callout recipe

    • Rename useAlertRecipe to useCalloutRecipe with updated recipe name from alert to callout
    • Add CalloutContent, CalloutTitle, and CalloutDescription sub-components for better composability
    • Move storybook grid preview components into preview/ subdirectories for cleaner organization
    • Add Callout documentation page
  • #166 ff13980 Thanks @alexgrozav! - Rename danger semantic color to error across the design system

    • Rename danger color token to error in default color values and border color values
    • Update all recipes (badge, button, callout) to use error instead of danger in color variants
    • Update all documentation, storybook stories, and playground examples

Patch Changes

  • Updated dependencies [efd99f7]:
    • @styleframe/core@3.3.0

@github-actions github-actions bot requested a review from alexgrozav as a code owner April 2, 2026 15:56
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
app-styleframe-dev-production Ready Ready Preview, Comment Apr 5, 2026 3:08pm
styleframe-dev-production Ready Ready Preview, Comment Apr 5, 2026 3:08pm
styleframe-storybook Ready Ready Preview, Comment Apr 5, 2026 3:08pm

Request Review

@github-actions github-actions bot force-pushed the changeset-release/main branch from 7d67801 to 3cfcede Compare April 2, 2026 16:32
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3cfcede to 6cecd4a Compare April 2, 2026 16:41
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6cecd4a to 0c7fdca Compare April 4, 2026 01:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0c7fdca to ba92f53 Compare April 4, 2026 12:57
@github-actions github-actions bot force-pushed the changeset-release/main branch from ba92f53 to 7bbc2db Compare April 4, 2026 13:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7bbc2db to 0019cbc Compare April 4, 2026 16:12
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0019cbc to 3e0a1a9 Compare April 4, 2026 16:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3e0a1a9 to 4cd8b2d Compare April 5, 2026 04:01
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4cd8b2d to 8afe3d5 Compare April 5, 2026 04:13
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8afe3d5 to f2352ef Compare April 5, 2026 10:43
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