File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 4
4
"author" : " henryzhu.eth" ,
5
5
"license" : " MIT" ,
6
6
"description" : " A 📄 sheet is a modal used to replicate an Apple-like sheet experience on the mobile web." ,
7
+ "keywords" : [
8
+ " ios" ,
9
+ " web" ,
10
+ " a11y" ,
11
+ " sheet" ,
12
+ " modal" ,
13
+ " dialog" ,
14
+ " animation" ,
15
+ " bottom sheet" ,
16
+ " accessibility" ,
17
+ " react component" ,
18
+ " progressive-web-app"
19
+ ],
7
20
"homepage" : " https://github.com/sheet-ui/sheet" ,
8
21
"repository" : {
9
22
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ const SHEET_MARGINS = {
62
62
xs : 540 ,
63
63
} as const ;
64
64
65
- const MotionModal = motion (
65
+ const MotionModal = motion . create (
66
66
Modal as ForwardRefExoticComponent < RefAttributes < HTMLDivElement > >
67
67
) ;
68
68
69
- const MotionModalOverlay = motion (
69
+ const MotionModalOverlay = motion . create (
70
70
ModalOverlay as ForwardRefExoticComponent <
71
71
ModalOverlayProps & RefAttributes < HTMLDivElement >
72
72
>
You can’t perform that action at this time.
0 commit comments