-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(PPDSC-2115): accordion motion (#264)
* feat(PPDSC-2155): accordion header motion - Add motion support to accordion header - Add backgroundColorChange default transition present - Update test snapshots - Add transitionPreset override support - Update overrides test snapshot - Add transitionPreset override to storybook scenario * feat(PPDSC-2115): accordion panel transitions - Add maxHeightChange transition preset - Conditionally set max-height on accordion panel (to scroll height or 0) - Set maxHeightChange as default transitionPreset for accordion - Add support for accordion transitionPreset overrides on panel - Update types, tests and stories * feat(PPDSC-2115): update theme snapshots * feat(PPDSC-2115): fix a117 storybook issue * feat(PPDSC-2115): support other transition presets * feat(PPDSC-2115): update snapshots * feat(PPDSC-2115): update panel height on window resize * feat(PPDSC-2115): test for setting max height * feat(PPDSC-2115): add storybook config for failing tests - Accordion tests failing because responsiveness managed by JS: 'In Ultrafast Grid, the DOM is taken from the local rendering and rerendered on multiple devices. This works for pages that are CSS-responsive. If JS comes into picture, we need to take multiple DOMs locally, for each width on which page DOM changes.' - Add layoutBreakpoints config to fix. * feat(PPDSC-2115): layout breakpoints global setting * feat(PPDSC-2115): Revert "feat(PPDSC-2115): layout breakpoints global setting" This reverts commit 297abb2. * feat(PPDSC-2115): prevent animation on first render * feat(PPDSC-2115): prevent test failures - Unset max height for expanded accordions. It is calculated incorrectly in the Applitools test env, causing the tests to fail.
- Loading branch information
Showing
14 changed files
with
2,045 additions
and
157 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.