Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
7d67801 to
3cfcede
Compare
3cfcede to
6cecd4a
Compare
6cecd4a to
0c7fdca
Compare
0c7fdca to
ba92f53
Compare
ba92f53 to
7bbc2db
Compare
7bbc2db to
0019cbc
Compare
0019cbc to
3e0a1a9
Compare
f2352ef to
7ac411b
Compare
7ac411b to
ad8e838
Compare
ad8e838 to
394ee91
Compare
394ee91 to
f169d20
Compare
f169d20 to
9e0ebaf
Compare
9e0ebaf to
6cf0573
Compare
6cf0573 to
638d78c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
efd99f7Thanks @alexgrozav! - Add className support for compound variants in recipesclassNamefield to compound variants, appended to output when conditions matchcssoptional on compound variants, allowing className-only compound variantsPatch Changes
b506ea5Thanks @alexgrozav! - Add Skeleton recipe with pulse animation and supporting utilitiesuseSkeletonRecipewith size (xs,sm,md,lg,xl) and rounded (true,false) variants, pulse animation, and dark mode supportuseAnimationNameUtility,useAnimationDurationUtility,useAnimationTimingFunctionUtility,useAnimationIterationCountUtilityuseWidthUtilityanduseHeightUtilitytocreateUseSpacingUtilityfor@Nmultiplier support"0%, 100%")@styleframe/runtime@3.1.0
Minor Changes
#164
efd99f7Thanks @alexgrozav! - Add className support for compound variants in recipesclassNamefield to compound variants, appended to output when conditions matchcssoptional on compound variants, allowing className-only compound variants#167
179c90dThanks @alexgrozav! - Add boolean support for recipe variant propstrueandfalsekeys, the runtime now accepts booleantrue/falsevalues in addition to string"true"/"false".d.tstype declarations include| booleanin the type union for boolean variantsPatch Changes
b506ea5,efd99f7]:styleframe@3.4.0
Minor Changes
#165
5ef9019Thanks @alexgrozav! - Add ButtonGroup recipe for grouping buttons with joined bordersuseButtonGroupRecipewith orientation (horizontal,vertical) and block (true,false) variantsclassNamewith RSCSS modifiers (-horizontal,-vertical,-block) to emit helper classessetupcallback to register nested selectors for joined-button effects (border-radius and border removal on inner children)#162
990ed33Thanks @alexgrozav! - Add Card recipe with border style utility improvementsuseCardRecipewith size (sm,md,lg), variant (elevated,outline,filled,ghost), and color variants including light, dark, and neutralsolid,dashed,dotted,double,hidden,none) with responsive and state modifier capabilitiestext-invertedtoken#160
cb053e0Thanks @alexgrozav! - Add light, dark, and neutral colors to Badge and Button recipeslight,dark, andneutralcolor variants touseBadgeRecipewith compound variants for solid, outline, soft, and subtle styleslight,dark, andneutralcolor variants touseButtonRecipewith compound variants for solid, outline, soft, subtle, ghost, and link styles#171
6f6a360Thanks @alexgrozav! - Add Modal recipe with overlay, header, body, and footer partsuseModalRecipewith size (sm,md,lg), variant (solid,soft,subtle), and color (light,dark,neutral) variants matching the Card recipe structureuseModalHeaderRecipeanduseModalFooterRecipewith separator border compound variants and setup functions for:first-child/:last-childborder collapseuseModalBodyRecipewith size-based padding and gap, no compound variantsuseModalOverlayRecipewith fixed-position full-screen backdrop (rgba(0, 0, 0, 0.75)) and centered flex layout#168
0250281Thanks @alexgrozav! - Add Nav recipe with list-style utilityuseNavRecipeanduseNavItemRecipemulti-part recipes with size (xs–xl), color, and variant (pills, underline, default) supportuseListStyleUtilityshorthand utility for thelist-styleCSS property#176
cccd1cdThanks @alexgrozav! - Add Placeholder recipe with dashed border and CSS hatch patternusePlaceholderRecipeas a base-only recipe (no variants) with a dashed border, hatch background pattern, and automatic dark mode support#179
8eadb4bThanks @alexgrozav! - Add Popover recipe with composable sub-recipes and documentationusePopoverRecipewith size (sm,md,lg), variant (solid,soft,subtle), and color (light,dark,neutral) variantsusePopoverHeaderRecipeandusePopoverFooterRecipewith border collapsing via:first-child/:last-childselectorsusePopoverBodyRecipefor content area stylingusePopoverArrowRecipewith CSS border triangle implementation using@popover.arrow.sizevariable and&:afterpseudo-element for border/fill separation#178
2bcd961Thanks @alexgrozav! - Add Progress recipe with orientation, inverted, and indeterminate animation supportuseProgressRecipe(track) anduseProgressBarRecipe(bar) with 9 bar colors, 3 track colors, 5 sizes, horizontal/vertical orientation, inverted fill direction, and 4 indeterminate animations (carousel, carousel-inverse, swing, elastic)#175
b506ea5Thanks @alexgrozav! - Add Skeleton recipe with pulse animation and supporting utilitiesuseSkeletonRecipewith size (xs,sm,md,lg,xl) and rounded (true,false) variants, pulse animation, and dark mode supportuseAnimationNameUtility,useAnimationDurationUtility,useAnimationTimingFunctionUtility,useAnimationIterationCountUtilityuseWidthUtilityanduseHeightUtilitytocreateUseSpacingUtilityfor@Nmultiplier support"0%, 100%")#172
7620771Thanks @alexgrozav! - Add Tooltip recipe with arrow sub-recipe and transform utilityuseTooltipRecipewith size (sm,md,lg), variant (solid,soft,subtle), and color (light,dark,neutral) variantsuseTooltipArrowRecipewith CSS border triangle implementation using@tooltip.arrow.sizevariable and&:afterpseudo-element for border/fill separationuseTransformUtilityfor arbitrarytransformCSS property values#163
1a7dc77Thanks @alexgrozav! - Add per-part borders with adjacency collapsing to Card recipeborderTopandborderBottomto each card part (header, body, footer) with compound variants per color×variant:first-child/:last-childcollapse selectors to header and footer recipes to remove duplicate borders at card edgescreateUseRecipewith an optionalsetupcallback for registering selectors alongside recipescolorandvariantprops toCardBodycomponent#164
efd99f7Thanks @alexgrozav! - Add className support for compound variants in recipesclassNamefield to compound variants, appended to output when conditions matchcssoptional on compound variants, allowing className-only compound variants#167
179c90dThanks @alexgrozav! - Add boolean support for recipe variant propstrueandfalsekeys, the runtime now accepts booleantrue/falsevalues in addition to string"true"/"false".d.tstype declarations include| booleanin the type union for boolean variants#158
90f1862Thanks @alexgrozav! - Rename Alert recipe to Callout recipeuseAlertRecipetouseCalloutRecipewith updated recipe name fromalerttocalloutCalloutContent,CalloutTitle, andCalloutDescriptionsub-components for better composabilitypreview/subdirectories for cleaner organization#166
ff13980Thanks @alexgrozav! - Renamedangersemantic color toerroracross the design systemdangercolor token toerrorin default color values and border color valueserrorinstead ofdangerin color variantsPatch Changes
b506ea5,efd99f7,179c90d]:@styleframe/transpiler@3.2.0
Minor Changes
179c90dThanks @alexgrozav! - Add boolean support for recipe variant propstrueandfalsekeys, the runtime now accepts booleantrue/falsevalues in addition to string"true"/"false".d.tstype declarations include| booleanin the type union for boolean variantsPatch Changes
b506ea5,efd99f7]:@styleframe/theme@3.4.0
Minor Changes
#165
5ef9019Thanks @alexgrozav! - Add ButtonGroup recipe for grouping buttons with joined bordersuseButtonGroupRecipewith orientation (horizontal,vertical) and block (true,false) variantsclassNamewith RSCSS modifiers (-horizontal,-vertical,-block) to emit helper classessetupcallback to register nested selectors for joined-button effects (border-radius and border removal on inner children)#162
990ed33Thanks @alexgrozav! - Add Card recipe with border style utility improvementsuseCardRecipewith size (sm,md,lg), variant (elevated,outline,filled,ghost), and color variants including light, dark, and neutralsolid,dashed,dotted,double,hidden,none) with responsive and state modifier capabilitiestext-invertedtoken#160
cb053e0Thanks @alexgrozav! - Add light, dark, and neutral colors to Badge and Button recipeslight,dark, andneutralcolor variants touseBadgeRecipewith compound variants for solid, outline, soft, and subtle styleslight,dark, andneutralcolor variants touseButtonRecipewith compound variants for solid, outline, soft, subtle, ghost, and link styles#171
6f6a360Thanks @alexgrozav! - Add Modal recipe with overlay, header, body, and footer partsuseModalRecipewith size (sm,md,lg), variant (solid,soft,subtle), and color (light,dark,neutral) variants matching the Card recipe structureuseModalHeaderRecipeanduseModalFooterRecipewith separator border compound variants and setup functions for:first-child/:last-childborder collapseuseModalBodyRecipewith size-based padding and gap, no compound variantsuseModalOverlayRecipewith fixed-position full-screen backdrop (rgba(0, 0, 0, 0.75)) and centered flex layout#168
0250281Thanks @alexgrozav! - Add Nav recipe with list-style utilityuseNavRecipeanduseNavItemRecipemulti-part recipes with size (xs–xl), color, and variant (pills, underline, default) supportuseListStyleUtilityshorthand utility for thelist-styleCSS property#176
cccd1cdThanks @alexgrozav! - Add Placeholder recipe with dashed border and CSS hatch patternusePlaceholderRecipeas a base-only recipe (no variants) with a dashed border, hatch background pattern, and automatic dark mode support#179
8eadb4bThanks @alexgrozav! - Add Popover recipe with composable sub-recipes and documentationusePopoverRecipewith size (sm,md,lg), variant (solid,soft,subtle), and color (light,dark,neutral) variantsusePopoverHeaderRecipeandusePopoverFooterRecipewith border collapsing via:first-child/:last-childselectorsusePopoverBodyRecipefor content area stylingusePopoverArrowRecipewith CSS border triangle implementation using@popover.arrow.sizevariable and&:afterpseudo-element for border/fill separation#178
2bcd961Thanks @alexgrozav! - Add Progress recipe with orientation, inverted, and indeterminate animation supportuseProgressRecipe(track) anduseProgressBarRecipe(bar) with 9 bar colors, 3 track colors, 5 sizes, horizontal/vertical orientation, inverted fill direction, and 4 indeterminate animations (carousel, carousel-inverse, swing, elastic)#175
b506ea5Thanks @alexgrozav! - Add Skeleton recipe with pulse animation and supporting utilitiesuseSkeletonRecipewith size (xs,sm,md,lg,xl) and rounded (true,false) variants, pulse animation, and dark mode supportuseAnimationNameUtility,useAnimationDurationUtility,useAnimationTimingFunctionUtility,useAnimationIterationCountUtilityuseWidthUtilityanduseHeightUtilitytocreateUseSpacingUtilityfor@Nmultiplier support"0%, 100%")#172
7620771Thanks @alexgrozav! - Add Tooltip recipe with arrow sub-recipe and transform utilityuseTooltipRecipewith size (sm,md,lg), variant (solid,soft,subtle), and color (light,dark,neutral) variantsuseTooltipArrowRecipewith CSS border triangle implementation using@tooltip.arrow.sizevariable and&:afterpseudo-element for border/fill separationuseTransformUtilityfor arbitrarytransformCSS property values#163
1a7dc77Thanks @alexgrozav! - Add per-part borders with adjacency collapsing to Card recipeborderTopandborderBottomto each card part (header, body, footer) with compound variants per color×variant:first-child/:last-childcollapse selectors to header and footer recipes to remove duplicate borders at card edgescreateUseRecipewith an optionalsetupcallback for registering selectors alongside recipescolorandvariantprops toCardBodycomponent#158
90f1862Thanks @alexgrozav! - Rename Alert recipe to Callout recipeuseAlertRecipetouseCalloutRecipewith updated recipe name fromalerttocalloutCalloutContent,CalloutTitle, andCalloutDescriptionsub-components for better composabilitypreview/subdirectories for cleaner organization#166
ff13980Thanks @alexgrozav! - Renamedangersemantic color toerroracross the design systemdangercolor token toerrorin default color values and border color valueserrorinstead ofdangerin color variantsPatch Changes
b506ea5,efd99f7]: