Skip to content

Commit a1ec0f4

Browse files
authored
Merge pull request #2745 from Akshat55/storybook-7.6
chore: update storybook to v7.6.7 to enable story source
2 parents 5c29c1f + be04ede commit a1ec0f4

File tree

119 files changed

+62919
-61667
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+62919
-61667
lines changed

.storybook/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ module.exports = {
1010
backgrounds: false
1111
}
1212
},
13-
"@storybook/addon-a11y"
13+
"@storybook/addon-a11y",
14+
"@storybook/addon-storysource"
1415
],
1516
framework: {
1617
name: "@storybook/angular",

.storybook/preview.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ html {
66
@include styles.theme(styles.$white);
77
}
88

9+
.innerZoomElementWrapper {
10+
min-width: 55rem;
11+
}
12+
13+
.docblock-argstable {
14+
margin-bottom: 10rem;
15+
}
16+
917
/*
1018
* Story batch styling, we are wrapping the storybook decorator function to ensure
1119
* styles do not leak to other components

0 commit comments

Comments
 (0)