-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(HeightAnimation): enhance calculation of height #3335
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait I missclicked the approve button 😅 the keep in DOM does not seem to work anymore
46eba6b
to
943ab71
Compare
Nice 👍 can you have a new look? |
943ab71
to
f57bca1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great now 🙏
packages/dnb-eufemia/src/components/height-animation/HeightAnimationInstance.ts
Outdated
Show resolved
Hide resolved
f57bca1
to
6b1c27a
Compare
## [10.22.0](v10.21.0...v10.22.0) (2024-02-28) ### 📝 Documentation * **GlobalStatus:** update number of statuses ([#3334](#3334)) ([092aa25](092aa25)) ### 🐛 Bug Fixes * **Blockquote:** Reduce padding-bottom for tablet and desktop (Sbanken) ([#3340](#3340)) ([af0d901](af0d901)) * **Breadcrumb:** variant multiple no longer same as default ([#3345](#3345)) ([ac708e0](ac708e0)) * **Card:** fix overflow/scroll issue on small screen widths ([#3341](#3341)) ([a0d4a10](a0d4a10)) * **Form.ButtonRow:** add support for correct auto placement below a Card ([#3337](#3337)) ([ced0bd7](ced0bd7)) * **Form.useData:** add support for StrictMode ([#3348](#3348)) ([d905e54](d905e54)) * **FormLabel:** align width to fit content instead of being stretched 100% on clickable labels ([#3338](#3338)) ([c7f1a4a](c7f1a4a)) * **HeightAnimation:** enhance calculation of height ([#3335](#3335)) ([e1a9859](e1a9859)) * **ProgressIndicator:** align label spacing when size is `small` and use span instead of divs to support inline elements ([#3344](#3344)) ([196bc7f](196bc7f)) ### ✨ Features * **Button, Theme:** style on dark background ([#3339](#3339)) ([29e6549](29e6549)) * **debounceAsync:** add async debounce function support ([#3343](#3343)) ([9759275](9759275)) * **Table:** accordion multiple rows and Sbanken styling ([#3289](#3289)) ([e7b7c5f](e7b7c5f)) * **TypeScript:** upgrade internal TypeScript version with a few alignments ([#3350](#3350)) ([047f81a](047f81a))
🎉 This PR is included in version 10.22.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
By using
position: absolute
on the first pain styles, we got a wrong height calculation.