Skip to content

Commit

Permalink
Merge pull request #2745 from Akshat55/storybook-7.6
Browse files Browse the repository at this point in the history
chore: update storybook to v7.6.7 to enable story source
  • Loading branch information
Akshat55 authored Jan 4, 2024
2 parents 5c29c1f + be04ede commit a1ec0f4
Show file tree
Hide file tree
Showing 119 changed files with 62,919 additions and 61,667 deletions.
3 changes: 2 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = {
backgrounds: false
}
},
"@storybook/addon-a11y"
"@storybook/addon-a11y",
"@storybook/addon-storysource"
],
framework: {
name: "@storybook/angular",
Expand Down
8 changes: 8 additions & 0 deletions .storybook/preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ html {
@include styles.theme(styles.$white);
}

.innerZoomElementWrapper {
min-width: 55rem;
}

.docblock-argstable {
margin-bottom: 10rem;
}

/*
* Story batch styling, we are wrapping the storybook decorator function to ensure
* styles do not leak to other components
Expand Down
Loading

0 comments on commit a1ec0f4

Please sign in to comment.