File tree Expand file tree Collapse file tree 4 files changed +1374
-3961
lines changed
Expand file tree Collapse file tree 4 files changed +1374
-3961
lines changed Original file line number Diff line number Diff line change 2020</div >
2121
2222
23+ ` ^1.1.0 support react >=18.0.0 <20.0.0 `
2324
2425
2526
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import '@acrool/react-modal/dist/index.css';
1010import '@acrool/react-grid/dist/index.css' ;
1111import { GridThemeProvider } from "@acrool/react-grid" ;
1212
13- import { ModalPortal as OriginModalPortal } from "@acrool/react-modal" ;
13+ import { ModalProvider } from "@acrool/react-modal" ;
1414
1515const preview : Preview = {
1616 parameters : {
@@ -28,8 +28,9 @@ const preview: Preview = {
2828 decorators : [
2929 ( Story ) => (
3030 < GridThemeProvider >
31+ < ModalProvider >
3132 < Story />
32- < OriginModalPortal / >
33+ </ ModalProvider >
3334 </ GridThemeProvider >
3435 ) ,
3536 ] ,
Original file line number Diff line number Diff line change 1616 "@acrool/js-utils" : " ^3.2.15" ,
1717 "@acrool/react-hotkey" : " ^1.0.0" ,
1818 "@acrool/react-grid" : " ^6.0.2" ,
19+ "@acrool/react-modal" : " 1.1.0" ,
1920 "@acrool/react-skeleton" : " ^1.2.0" ,
2021 "@acrool/react-picker" : " link:.." ,
2122 "@acrool/react-datepicker" : " ^3.2.0" ,
22- "@acrool/react-dropdown" : " ^3.0.20-alpha.2 " ,
23+ "@acrool/react-dropdown" : " ^3.1.0 " ,
2324 "@chromatic-com/storybook" : " ^1.5.0" ,
2425 "@emotion/is-prop-valid" : " ^1.2.2" ,
2526 "@storybook/addon-essentials" : " ^8.1.10" ,
You can’t perform that action at this time.
0 commit comments