-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web-components): update web-components storybook to v7.6.7
Storybook-static folder is now being served on a http-server to interact with Loki, update MDX files from MDX1 to MDX2. Prettier fixes to files. . #977
- Loading branch information
Showing
19 changed files
with
11,544 additions
and
14,005 deletions.
There are no files selected for viewing
Binary file modified
BIN
-22 Bytes
(100%)
...oki/reference/chrome_iphone7_Web_Components_Typography_All_prop_text_styles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+155 Bytes
(100%)
...-components/.loki/reference/chrome_iphone7_Web_Components_Typography_Italic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-682 Bytes
(98%)
...loki/reference/chrome_laptop_Web_Components_Typography_All_prop_text_styles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-514 Bytes
(99%)
...b-components/.loki/reference/chrome_laptop_Web_Components_Typography_Italic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,27 @@ | ||
module.exports = { | ||
"core": { | ||
builder: "webpack5", | ||
disableTelemetry: true, | ||
disableTelemetry: true | ||
}, | ||
|
||
"stories": [ | ||
"../src/**/*.stories.mdx", | ||
"../src/**/*.stories.@(js|jsx|ts|tsx)" | ||
], | ||
|
||
"addons": [ | ||
"@storybook/addon-links", | ||
"@storybook/addon-essentials", | ||
"@storybook/addon-postcss", | ||
"@storybook/addon-a11y", | ||
"@storybook/addon-mdx-gfm" | ||
], | ||
"framework": "@storybook/web-components" | ||
|
||
"framework": { | ||
name: "@storybook/web-components-webpack5", | ||
options: {} | ||
}, | ||
|
||
docs: { | ||
autodocs: true | ||
} | ||
} |
25,100 changes: 11,296 additions & 13,804 deletions
25,100
packages/web-components/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.