feat: merge main branch changes, add accordion-h-* and collapsible-h-* height utilities#74
Draft
Wombosvideo with Copilot wants to merge 2 commits into
Draft
feat: merge main branch changes, add accordion-h-* and collapsible-h-* height utilities#74Wombosvideo with Copilot wants to merge 2 commits into
Wombosvideo with Copilot wants to merge 2 commits into
Conversation
- Update src/tw-animate.css with main branch changes: - Move @Property rules to top level (outside :root) - Add new @Property rules for delay, direction, fill-mode, iteration-count, blur - Update --animate-in/out with additional parameters - Add blur-in/blur-out utilities - Add slide-in-from-start/end and slide-out-to-start/end utilities - Add Kobalte/Angular Primitives variables to accordion/collapsible keyframes - Preserve accordion-h-* and collapsible-h-* utilities - Update docs/animations/accordion.md with main branch changes: - Add Kobalte and Angular Primitives sections - Update keyframes to include new variables - Preserve accordion-h-* utility documentation - Update docs/animations/collapsible.md with main branch changes: - Add Kobalte section - Update keyframes to include new variables - Preserve collapsible-h-* utility documentation - Update README.md with main branch changes: - Add v2.0.0 breaking change warning - Add blur to transform classes table - Add slide-in-from-start/end and slide-out-to-start/end to direction definition - Preserve accordion-h-* and collapsible-h-* utilities section - Update package.json to v1.4.0 with new dependencies - Add .prettierrc with prettier-plugin-tailwindcss - Update pnpm-lock.yaml Co-authored-by: Wombosvideo <4274488+Wombosvideo@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add utilities for setting accordion and collapsible heights
feat: merge main branch changes, add accordion-h-* and collapsible-h-* height utilities
Feb 28, 2026
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.
Resolves merge conflicts with main by rebasing onto the latest changes, while preserving the
accordion-h-*andcollapsible-h-*utilities that allow setting accordion/collapsible content heights to arbitrary values.New utilities (this PR's feature)
Both
accordion-h-*andcollapsible-h-*set--radix-{accordion,collapsible}-content-height, which is checked first in the keyframe fallback chain.Incorporated from main
src/tw-animate.css@propertyrules moved to top level (outside:root)@propertydeclarations:--tw-animation-delay,--tw-animation-direction,--tw-animation-fill-mode,--tw-animation-iteration-count,--tw-enter-blur,--tw-exit-blur--animate-in/--animate-outnow include delay, iteration-count, direction, fill-mode parametersblur-in-*/blur-out-*utilities;filter: blur(...)added toenter/exitkeyframesslide-in-from-start/endandslide-out-to-start/endLTR/RTL-aware utilities--kb-*and--ngp-*variable fallbacksdelay-*,repeat-*,direction-*,fill-mode-*now also set the corresponding--tw-animation-*variablesDocs (
accordion.md,collapsible.md): Added Kobalte (SolidJS) and Angular Primitives sections; updated keyframe examplesREADME: v2.0.0 breaking-change warning; blur added to transform classes table;
<dir>definition updated withstart/endvariantsTooling:
package.json→ v1.4.0, addedprettier-plugin-tailwindcss, new.prettierrc, updatedpnpm-lock.yaml💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.