Skip to content

Commit

Permalink
fix(Modal): zoom (#486)
Browse files Browse the repository at this point in the history
* Bump storybook 7.2.1 -> 7.2.2

* fix(Modal): zoom

* build
  • Loading branch information
ehsan-github authored Aug 10, 2023
1 parent ec90e81 commit 8ee579d
Show file tree
Hide file tree
Showing 5 changed files with 444 additions and 455 deletions.
4 changes: 4 additions & 0 deletions dist/chakra.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7881,6 +7881,10 @@ const jr = {
fontWeight: "bold",
pb: "0px"
},
dialogContainer: {
width: "100%",
height: "100%"
},
dialog: {
minHeight: "140px",
borderTopStyle: "solid",
Expand Down
4 changes: 4 additions & 0 deletions dist/theme-chakra/theme/components/modal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ export declare const modalTheme: {
fontWeight: string;
pb: string;
};
dialogContainer: {
width: string;
height: string;
};
dialog: {
minHeight: string;
borderTopStyle: string;
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,22 +85,22 @@
"@semantic-release/github": "^9.0.4",
"@semantic-release/npm": "^10.0.3",
"@semantic-release/release-notes-generator": "^10.0.3",
"@storybook/addon-actions": "^7.2.1",
"@storybook/addon-docs": "^7.2.1",
"@storybook/addon-essentials": "^7.2.1",
"@storybook/addon-interactions": "^7.2.1",
"@storybook/addon-links": "^7.2.1",
"@storybook/core-common": "7.2.1",
"@storybook/csf-tools": "7.2.1",
"@storybook/instrumenter": "7.2.1",
"@storybook/addon-actions": "^7.2.2",
"@storybook/addon-docs": "^7.2.2",
"@storybook/addon-essentials": "^7.2.2",
"@storybook/addon-interactions": "^7.2.2",
"@storybook/addon-links": "^7.2.2",
"@storybook/core-common": "7.2.2",
"@storybook/csf-tools": "7.2.2",
"@storybook/instrumenter": "7.2.2",
"@storybook/jest": "^0.1.0",
"@storybook/node-logger": "7.2.1",
"@storybook/react": "^7.2.1",
"@storybook/react-vite": "^7.2.1",
"@storybook/test-runner": "^0.12.0",
"@storybook/node-logger": "7.2.2",
"@storybook/react": "^7.2.2",
"@storybook/react-vite": "^7.2.2",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.2.1",
"@storybook/types": "7.2.1",
"@storybook/theming": "^7.2.2",
"@storybook/types": "7.2.2",
"@types/node": "^16.18.38",
"@types/ramda": "^0.28.1",
"@types/react": "^18.2.14",
Expand Down Expand Up @@ -132,7 +132,7 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.1",
"semantic-release": "21.0.1",
"storybook": "^7.2.1",
"storybook": "^7.2.2",
"storybook-dark-mode": "^3.0.1",
"typescript": "^5.1.6",
"vite": "^4.3.9",
Expand Down
Loading

0 comments on commit 8ee579d

Please sign in to comment.