Skip to content
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

feat(PPDSC-2115): accordion motion #264

Merged
merged 21 commits into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
cbd9e6a
feat(PPDSC-2155): accordion header motion
mstuartf Jul 5, 2022
5e21441
feat(PPDSC-2115): accordion panel transitions
mstuartf Jul 6, 2022
87557d5
feat(PPDSC-2115): update theme snapshots
mstuartf Jul 6, 2022
e157ded
Merge branch 'main' into feat/PPDSC-2115-accordion-motion-height
mstuartf Jul 6, 2022
b627747
feat(PPDSC-2115): fix a117 storybook issue
mstuartf Jul 6, 2022
58fccab
feat(PPDSC-2115): support other transition presets
mstuartf Jul 11, 2022
c198a42
feat(PPDSC-2115): update snapshots
mstuartf Jul 11, 2022
c8b1963
feat(PPDSC-2115): merge branch main
mstuartf Jul 11, 2022
9396122
Merge branch 'main' into feat/PPDSC-2115-accordion-motion-height
mstuartf Jul 12, 2022
b299ce5
feat(PPDSC-2115): update panel height on window resize
mstuartf Jul 12, 2022
6bd0a75
feat(PPDSC-2115): test for setting max height
mstuartf Jul 13, 2022
092a1f5
feat(PPDSC-2115): add storybook config for failing tests
mstuartf Jul 22, 2022
297abb2
feat(PPDSC-2115): layout breakpoints global setting
mstuartf Jul 22, 2022
817ddd6
Merge branch 'main' into feat/PPDSC-2115-accordion-motion-height
mstuartf Jul 22, 2022
4ff5351
feat(PPDSC-2115): Revert "feat(PPDSC-2115): layout breakpoints global…
mstuartf Jul 22, 2022
082531e
Merge branch 'main' into feat/PPDSC-2115-accordion-motion-height
mstuartf Aug 17, 2022
38bba8e
feat(PPDSC-2115): prevent animation on first render
mstuartf Aug 24, 2022
5e30a26
feat(PPDSC-2115): merge branch main into feat/PPDSC-2115
mstuartf Sep 6, 2022
eebdd89
feat(PPDSC-2115): prevent test failures
mstuartf Sep 6, 2022
d39dd64
Merge branch 'main' into feat/PPDSC-2115-accordion-motion-height
mstuartf Sep 7, 2022
c1c796e
Merge branch 'main' into feat/PPDSC-2115-accordion-motion-height
mstuartf Sep 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
216 changes: 216 additions & 0 deletions site/theme/__tests__/__snapshots__/doc-theme.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1872,6 +1872,33 @@ Object {
"transitionTimingFunction": "{{motions.motionTimingEaseOut}}",
},
},
"maxHeightChange": Object {
"base": Object {
"transitionProperty": "max-height",
},
"enter": Object {
"maxHeight": "0",
},
"enterActive": Object {
"maxHeight": "unset",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"enterDone": Object {
"maxHeight": "unset",
},
"exit": Object {
"maxHeight": "unset",
},
"exitActive": Object {
"maxHeight": "0",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"exitDone": Object {
"maxHeight": "0",
},
},
"moveUp": Object {
"appear": Object {},
"appearActive": Object {},
Expand Down Expand Up @@ -4271,6 +4298,33 @@ Object {
"transitionTimingFunction": "{{motions.motionTimingEaseOut}}",
},
},
"maxHeightChange": Object {
"base": Object {
"transitionProperty": "max-height",
},
"enter": Object {
"maxHeight": "0",
},
"enterActive": Object {
"maxHeight": "unset",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"enterDone": Object {
"maxHeight": "unset",
},
"exit": Object {
"maxHeight": "unset",
},
"exitActive": Object {
"maxHeight": "0",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"exitDone": Object {
"maxHeight": "0",
},
},
"moveUp": Object {
"appear": Object {},
"appearActive": Object {},
Expand Down Expand Up @@ -6673,6 +6727,33 @@ Object {
"transitionTimingFunction": "{{motions.motionTimingEaseOut}}",
},
},
"maxHeightChange": Object {
"base": Object {
"transitionProperty": "max-height",
},
"enter": Object {
"maxHeight": "0",
},
"enterActive": Object {
"maxHeight": "unset",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"enterDone": Object {
"maxHeight": "unset",
},
"exit": Object {
"maxHeight": "unset",
},
"exitActive": Object {
"maxHeight": "0",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"exitDone": Object {
"maxHeight": "0",
},
},
"moveUp": Object {
"appear": Object {},
"appearActive": Object {},
Expand Down Expand Up @@ -9072,6 +9153,33 @@ Object {
"transitionTimingFunction": "{{motions.motionTimingEaseOut}}",
},
},
"maxHeightChange": Object {
"base": Object {
"transitionProperty": "max-height",
},
"enter": Object {
"maxHeight": "0",
},
"enterActive": Object {
"maxHeight": "unset",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"enterDone": Object {
"maxHeight": "unset",
},
"exit": Object {
"maxHeight": "unset",
},
"exitActive": Object {
"maxHeight": "0",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"exitDone": Object {
"maxHeight": "0",
},
},
"moveUp": Object {
"appear": Object {},
"appearActive": Object {},
Expand Down Expand Up @@ -11474,6 +11582,33 @@ Object {
"transitionTimingFunction": "{{motions.motionTimingEaseOut}}",
},
},
"maxHeightChange": Object {
"base": Object {
"transitionProperty": "max-height",
},
"enter": Object {
"maxHeight": "0",
},
"enterActive": Object {
"maxHeight": "unset",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"enterDone": Object {
"maxHeight": "unset",
},
"exit": Object {
"maxHeight": "unset",
},
"exitActive": Object {
"maxHeight": "0",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"exitDone": Object {
"maxHeight": "0",
},
},
"moveUp": Object {
"appear": Object {},
"appearActive": Object {},
Expand Down Expand Up @@ -13873,6 +14008,33 @@ Object {
"transitionTimingFunction": "{{motions.motionTimingEaseOut}}",
},
},
"maxHeightChange": Object {
"base": Object {
"transitionProperty": "max-height",
},
"enter": Object {
"maxHeight": "0",
},
"enterActive": Object {
"maxHeight": "unset",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"enterDone": Object {
"maxHeight": "unset",
},
"exit": Object {
"maxHeight": "unset",
},
"exitActive": Object {
"maxHeight": "0",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"exitDone": Object {
"maxHeight": "0",
},
},
"moveUp": Object {
"appear": Object {},
"appearActive": Object {},
Expand Down Expand Up @@ -16275,6 +16437,33 @@ Object {
"transitionTimingFunction": "{{motions.motionTimingEaseOut}}",
},
},
"maxHeightChange": Object {
"base": Object {
"transitionProperty": "max-height",
},
"enter": Object {
"maxHeight": "0",
},
"enterActive": Object {
"maxHeight": "unset",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"enterDone": Object {
"maxHeight": "unset",
},
"exit": Object {
"maxHeight": "unset",
},
"exitActive": Object {
"maxHeight": "0",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"exitDone": Object {
"maxHeight": "0",
},
},
"moveUp": Object {
"appear": Object {},
"appearActive": Object {},
Expand Down Expand Up @@ -18674,6 +18863,33 @@ Object {
"transitionTimingFunction": "{{motions.motionTimingEaseOut}}",
},
},
"maxHeightChange": Object {
"base": Object {
"transitionProperty": "max-height",
},
"enter": Object {
"maxHeight": "0",
},
"enterActive": Object {
"maxHeight": "unset",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"enterDone": Object {
"maxHeight": "unset",
},
"exit": Object {
"maxHeight": "unset",
},
"exitActive": Object {
"maxHeight": "0",
"transitionDuration": "{{motions.motionDuration020}}",
"transitionProperty": "max-height",
},
"exitDone": Object {
"maxHeight": "0",
},
},
"moveUp": Object {
"appear": Object {},
"appearActive": Object {},
Expand Down
Loading