Commit 7f49424
feat(modal): mount/unmount on open change (#19531)
* feat(modal): add presence
* feat(modal): fix imports
* feat(modal): remove leftover hook
* feat(modal): fix typo
* feat(modal): move story
* feat(modal): disable presence
* feat(ComposedModal): add support for uncontrolled composed modal
* chore(ComposedModal): add storybook documentation
* fix(usePresence): fix linting
* fix(Modal): fix stories
* docs(enable-presence): add to feature flag overview page
* chore(test): update snapshots
---------
Co-authored-by: Heloise Lui <71858203+heloiselui@users.noreply.github.com>
Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
Co-authored-by: Taylor Jones <taylor.jones826@gmail.com>
Co-authored-by: ariellalgilmore <ariellalgilmore@gmail.com>1 parent 6f38b33 commit 7f49424
File tree
26 files changed
+2193
-613
lines changed- packages
- feature-flags
- react
- __tests__/__snapshots__
- src
- __tests__
- components
- ComposedModal
- FeatureFlags
- Modal
- internal
- __tests__
- styles/scss
- components
- dialog
- modal
26 files changed
+2193
-613
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1666 | 1666 | | |
1667 | 1667 | | |
1668 | 1668 | | |
| 1669 | + | |
1669 | 1670 | | |
1670 | 1671 | | |
1671 | 1672 | | |
| |||
6741 | 6742 | | |
6742 | 6743 | | |
6743 | 6744 | | |
| 6745 | + | |
6744 | 6746 | | |
6745 | 6747 | | |
6746 | 6748 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
| |||
0 commit comments