@storybook/cli 6.5.0-beta.6 → 6.5.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/automigrate/fixes/webpack5.js +1 -1
- package/dist/cjs/automigrate/index.js +1 -1
- package/dist/cjs/frameworks/common/Introduction.stories.mdx +2 -2
- package/dist/cjs/versions.js +57 -57
- package/dist/esm/automigrate/fixes/webpack5.js +1 -1
- package/dist/esm/automigrate/index.js +1 -1
- package/dist/esm/frameworks/common/Introduction.stories.mdx +2 -2
- package/dist/esm/versions.js +57 -57
- package/dist/modern/automigrate/fixes/webpack5.js +1 -1
- package/dist/modern/automigrate/index.js +1 -1
- package/dist/modern/frameworks/common/Introduction.stories.mdx +2 -2
- package/dist/modern/versions.js +57 -57
- package/package.json +8 -8
|
@@ -57,7 +57,7 @@ const webpack5 = {
|
|
|
57
57
|
|
|
58
58
|
To upgrade to the latest stable release, run this from your project directory:
|
|
59
59
|
|
|
60
|
-
${_chalk.default.cyan('npx
|
|
60
|
+
${_chalk.default.cyan('npx storybook upgrade')}
|
|
61
61
|
|
|
62
62
|
Add the ${_chalk.default.cyan('--prerelease')} flag to get the latest prerelease.
|
|
63
63
|
`.trim());
|
|
@@ -69,7 +69,7 @@ const automigrate = async ({
|
|
|
69
69
|
} else {
|
|
70
70
|
logger.info(`Skipping the ${_chalk.default.cyan(f.id)} fix.`);
|
|
71
71
|
logger.info();
|
|
72
|
-
logger.info(`If you change your mind, run '${_chalk.default.cyan('npx
|
|
72
|
+
logger.info(`If you change your mind, run '${_chalk.default.cyan('npx storybook@next automigrate')}'`);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
}
|
|
@@ -120,7 +120,7 @@ Storybook helps you build UI components in isolation from your app's business lo
|
|
|
120
120
|
That makes it easy to develop hard-to-reach states. Save these UI states as **stories** to revisit during development, testing, or QA.
|
|
121
121
|
|
|
122
122
|
Browse example stories now by navigating to them in the sidebar.
|
|
123
|
-
View their code in the `
|
|
123
|
+
View their code in the `stories` directory to learn how they work.
|
|
124
124
|
We recommend building UIs with a [**component-driven**](https://componentdriven.org) process starting with atomic components and ending with pages.
|
|
125
125
|
|
|
126
126
|
<div className="subheading">Configure</div>
|
|
@@ -207,5 +207,5 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
|
|
|
207
207
|
|
|
208
208
|
<div className="tip-wrapper">
|
|
209
209
|
<span className="tip">Tip</span>Edit the Markdown in{' '}
|
|
210
|
-
<code>
|
|
210
|
+
<code>stories/Introduction.stories.mdx</code>
|
|
211
211
|
</div>
|
package/dist/cjs/versions.js
CHANGED
|
@@ -6,62 +6,62 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// auto generated file, do not edit
|
|
8
8
|
var _default = {
|
|
9
|
-
'@storybook/addon-a11y': '6.5.0-
|
|
10
|
-
'@storybook/addon-actions': '6.5.0-
|
|
11
|
-
'@storybook/addon-backgrounds': '6.5.0-
|
|
12
|
-
'@storybook/addon-controls': '6.5.0-
|
|
13
|
-
'@storybook/addon-docs': '6.5.0-
|
|
14
|
-
'@storybook/addon-essentials': '6.5.0-
|
|
15
|
-
'@storybook/addon-interactions': '6.5.0-
|
|
16
|
-
'@storybook/addon-jest': '6.5.0-
|
|
17
|
-
'@storybook/addon-links': '6.5.0-
|
|
18
|
-
'@storybook/addon-measure': '6.5.0-
|
|
19
|
-
'@storybook/addon-outline': '6.5.0-
|
|
20
|
-
'@storybook/addon-storyshots': '6.5.0-
|
|
21
|
-
'@storybook/addon-storyshots-puppeteer': '6.5.0-
|
|
22
|
-
'@storybook/addon-storysource': '6.5.0-
|
|
23
|
-
'@storybook/addon-toolbars': '6.5.0-
|
|
24
|
-
'@storybook/addon-viewport': '6.5.0-
|
|
25
|
-
'@storybook/addons': '6.5.0-
|
|
26
|
-
'@storybook/angular': '6.5.0-
|
|
27
|
-
'@storybook/api': '6.5.0-
|
|
28
|
-
'@storybook/builder-webpack4': '6.5.0-
|
|
29
|
-
'@storybook/builder-webpack5': '6.5.0-
|
|
30
|
-
'@storybook/channel-postmessage': '6.5.0-
|
|
31
|
-
'@storybook/channel-websocket': '6.5.0-
|
|
32
|
-
'@storybook/channels': '6.5.0-
|
|
33
|
-
'@storybook/cli': '6.5.0-
|
|
34
|
-
'@storybook/client-api': '6.5.0-
|
|
35
|
-
'@storybook/client-logger': '6.5.0-
|
|
36
|
-
'@storybook/codemod': '6.5.0-
|
|
37
|
-
'@storybook/components': '6.5.0-
|
|
38
|
-
'@storybook/core': '6.5.0-
|
|
39
|
-
'@storybook/core-client': '6.5.0-
|
|
40
|
-
'@storybook/core-common': '6.5.0-
|
|
41
|
-
'@storybook/core-events': '6.5.0-
|
|
42
|
-
'@storybook/core-server': '6.5.0-
|
|
43
|
-
'@storybook/csf-tools': '6.5.0-
|
|
44
|
-
'@storybook/docs-tools': '6.5.0-
|
|
45
|
-
'@storybook/ember': '6.5.0-
|
|
46
|
-
'@storybook/html': '6.5.0-
|
|
47
|
-
'@storybook/instrumenter': '6.5.0-
|
|
48
|
-
'@storybook/manager-webpack4': '6.5.0-
|
|
49
|
-
'@storybook/manager-webpack5': '6.5.0-
|
|
50
|
-
'@storybook/node-logger': '6.5.0-
|
|
51
|
-
'@storybook/postinstall': '6.5.0-
|
|
52
|
-
'@storybook/preact': '6.5.0-
|
|
53
|
-
'@storybook/preview-web': '6.5.0-
|
|
54
|
-
'@storybook/react': '6.5.0-
|
|
55
|
-
'@storybook/router': '6.5.0-
|
|
56
|
-
'@storybook/server': '6.5.0-
|
|
57
|
-
'@storybook/source-loader': '6.5.0-
|
|
58
|
-
'@storybook/store': '6.5.0-
|
|
59
|
-
'@storybook/svelte': '6.5.0-
|
|
60
|
-
'@storybook/telemetry': '6.5.0-
|
|
61
|
-
'@storybook/theming': '6.5.0-
|
|
62
|
-
'@storybook/ui': '6.5.0-
|
|
63
|
-
'@storybook/vue': '6.5.0-
|
|
64
|
-
'@storybook/vue3': '6.5.0-
|
|
65
|
-
'@storybook/web-components': '6.5.0-
|
|
9
|
+
'@storybook/addon-a11y': '6.5.0-rc.0',
|
|
10
|
+
'@storybook/addon-actions': '6.5.0-rc.0',
|
|
11
|
+
'@storybook/addon-backgrounds': '6.5.0-rc.0',
|
|
12
|
+
'@storybook/addon-controls': '6.5.0-rc.0',
|
|
13
|
+
'@storybook/addon-docs': '6.5.0-rc.0',
|
|
14
|
+
'@storybook/addon-essentials': '6.5.0-rc.0',
|
|
15
|
+
'@storybook/addon-interactions': '6.5.0-rc.0',
|
|
16
|
+
'@storybook/addon-jest': '6.5.0-rc.0',
|
|
17
|
+
'@storybook/addon-links': '6.5.0-rc.0',
|
|
18
|
+
'@storybook/addon-measure': '6.5.0-rc.0',
|
|
19
|
+
'@storybook/addon-outline': '6.5.0-rc.0',
|
|
20
|
+
'@storybook/addon-storyshots': '6.5.0-rc.0',
|
|
21
|
+
'@storybook/addon-storyshots-puppeteer': '6.5.0-rc.0',
|
|
22
|
+
'@storybook/addon-storysource': '6.5.0-rc.0',
|
|
23
|
+
'@storybook/addon-toolbars': '6.5.0-rc.0',
|
|
24
|
+
'@storybook/addon-viewport': '6.5.0-rc.0',
|
|
25
|
+
'@storybook/addons': '6.5.0-rc.0',
|
|
26
|
+
'@storybook/angular': '6.5.0-rc.0',
|
|
27
|
+
'@storybook/api': '6.5.0-rc.0',
|
|
28
|
+
'@storybook/builder-webpack4': '6.5.0-rc.0',
|
|
29
|
+
'@storybook/builder-webpack5': '6.5.0-rc.0',
|
|
30
|
+
'@storybook/channel-postmessage': '6.5.0-rc.0',
|
|
31
|
+
'@storybook/channel-websocket': '6.5.0-rc.0',
|
|
32
|
+
'@storybook/channels': '6.5.0-rc.0',
|
|
33
|
+
'@storybook/cli': '6.5.0-rc.0',
|
|
34
|
+
'@storybook/client-api': '6.5.0-rc.0',
|
|
35
|
+
'@storybook/client-logger': '6.5.0-rc.0',
|
|
36
|
+
'@storybook/codemod': '6.5.0-rc.0',
|
|
37
|
+
'@storybook/components': '6.5.0-rc.0',
|
|
38
|
+
'@storybook/core': '6.5.0-rc.0',
|
|
39
|
+
'@storybook/core-client': '6.5.0-rc.0',
|
|
40
|
+
'@storybook/core-common': '6.5.0-rc.0',
|
|
41
|
+
'@storybook/core-events': '6.5.0-rc.0',
|
|
42
|
+
'@storybook/core-server': '6.5.0-rc.0',
|
|
43
|
+
'@storybook/csf-tools': '6.5.0-rc.0',
|
|
44
|
+
'@storybook/docs-tools': '6.5.0-rc.0',
|
|
45
|
+
'@storybook/ember': '6.5.0-rc.0',
|
|
46
|
+
'@storybook/html': '6.5.0-rc.0',
|
|
47
|
+
'@storybook/instrumenter': '6.5.0-rc.0',
|
|
48
|
+
'@storybook/manager-webpack4': '6.5.0-rc.0',
|
|
49
|
+
'@storybook/manager-webpack5': '6.5.0-rc.0',
|
|
50
|
+
'@storybook/node-logger': '6.5.0-rc.0',
|
|
51
|
+
'@storybook/postinstall': '6.5.0-rc.0',
|
|
52
|
+
'@storybook/preact': '6.5.0-rc.0',
|
|
53
|
+
'@storybook/preview-web': '6.5.0-rc.0',
|
|
54
|
+
'@storybook/react': '6.5.0-rc.0',
|
|
55
|
+
'@storybook/router': '6.5.0-rc.0',
|
|
56
|
+
'@storybook/server': '6.5.0-rc.0',
|
|
57
|
+
'@storybook/source-loader': '6.5.0-rc.0',
|
|
58
|
+
'@storybook/store': '6.5.0-rc.0',
|
|
59
|
+
'@storybook/svelte': '6.5.0-rc.0',
|
|
60
|
+
'@storybook/telemetry': '6.5.0-rc.0',
|
|
61
|
+
'@storybook/theming': '6.5.0-rc.0',
|
|
62
|
+
'@storybook/ui': '6.5.0-rc.0',
|
|
63
|
+
'@storybook/vue': '6.5.0-rc.0',
|
|
64
|
+
'@storybook/vue3': '6.5.0-rc.0',
|
|
65
|
+
'@storybook/web-components': '6.5.0-rc.0'
|
|
66
66
|
};
|
|
67
67
|
exports.default = _default;
|
|
@@ -57,7 +57,7 @@ const webpack5 = {
|
|
|
57
57
|
|
|
58
58
|
To upgrade to the latest stable release, run this from your project directory:
|
|
59
59
|
|
|
60
|
-
${_chalk.default.cyan('npx
|
|
60
|
+
${_chalk.default.cyan('npx storybook upgrade')}
|
|
61
61
|
|
|
62
62
|
Add the ${_chalk.default.cyan('--prerelease')} flag to get the latest prerelease.
|
|
63
63
|
`.trim());
|
|
@@ -69,7 +69,7 @@ const automigrate = async ({
|
|
|
69
69
|
} else {
|
|
70
70
|
logger.info(`Skipping the ${_chalk.default.cyan(f.id)} fix.`);
|
|
71
71
|
logger.info();
|
|
72
|
-
logger.info(`If you change your mind, run '${_chalk.default.cyan('npx
|
|
72
|
+
logger.info(`If you change your mind, run '${_chalk.default.cyan('npx storybook@next automigrate')}'`);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
}
|
|
@@ -120,7 +120,7 @@ Storybook helps you build UI components in isolation from your app's business lo
|
|
|
120
120
|
That makes it easy to develop hard-to-reach states. Save these UI states as **stories** to revisit during development, testing, or QA.
|
|
121
121
|
|
|
122
122
|
Browse example stories now by navigating to them in the sidebar.
|
|
123
|
-
View their code in the `
|
|
123
|
+
View their code in the `stories` directory to learn how they work.
|
|
124
124
|
We recommend building UIs with a [**component-driven**](https://componentdriven.org) process starting with atomic components and ending with pages.
|
|
125
125
|
|
|
126
126
|
<div className="subheading">Configure</div>
|
|
@@ -207,5 +207,5 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
|
|
|
207
207
|
|
|
208
208
|
<div className="tip-wrapper">
|
|
209
209
|
<span className="tip">Tip</span>Edit the Markdown in{' '}
|
|
210
|
-
<code>
|
|
210
|
+
<code>stories/Introduction.stories.mdx</code>
|
|
211
211
|
</div>
|
package/dist/esm/versions.js
CHANGED
|
@@ -6,62 +6,62 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// auto generated file, do not edit
|
|
8
8
|
var _default = {
|
|
9
|
-
'@storybook/addon-a11y': '6.5.0-
|
|
10
|
-
'@storybook/addon-actions': '6.5.0-
|
|
11
|
-
'@storybook/addon-backgrounds': '6.5.0-
|
|
12
|
-
'@storybook/addon-controls': '6.5.0-
|
|
13
|
-
'@storybook/addon-docs': '6.5.0-
|
|
14
|
-
'@storybook/addon-essentials': '6.5.0-
|
|
15
|
-
'@storybook/addon-interactions': '6.5.0-
|
|
16
|
-
'@storybook/addon-jest': '6.5.0-
|
|
17
|
-
'@storybook/addon-links': '6.5.0-
|
|
18
|
-
'@storybook/addon-measure': '6.5.0-
|
|
19
|
-
'@storybook/addon-outline': '6.5.0-
|
|
20
|
-
'@storybook/addon-storyshots': '6.5.0-
|
|
21
|
-
'@storybook/addon-storyshots-puppeteer': '6.5.0-
|
|
22
|
-
'@storybook/addon-storysource': '6.5.0-
|
|
23
|
-
'@storybook/addon-toolbars': '6.5.0-
|
|
24
|
-
'@storybook/addon-viewport': '6.5.0-
|
|
25
|
-
'@storybook/addons': '6.5.0-
|
|
26
|
-
'@storybook/angular': '6.5.0-
|
|
27
|
-
'@storybook/api': '6.5.0-
|
|
28
|
-
'@storybook/builder-webpack4': '6.5.0-
|
|
29
|
-
'@storybook/builder-webpack5': '6.5.0-
|
|
30
|
-
'@storybook/channel-postmessage': '6.5.0-
|
|
31
|
-
'@storybook/channel-websocket': '6.5.0-
|
|
32
|
-
'@storybook/channels': '6.5.0-
|
|
33
|
-
'@storybook/cli': '6.5.0-
|
|
34
|
-
'@storybook/client-api': '6.5.0-
|
|
35
|
-
'@storybook/client-logger': '6.5.0-
|
|
36
|
-
'@storybook/codemod': '6.5.0-
|
|
37
|
-
'@storybook/components': '6.5.0-
|
|
38
|
-
'@storybook/core': '6.5.0-
|
|
39
|
-
'@storybook/core-client': '6.5.0-
|
|
40
|
-
'@storybook/core-common': '6.5.0-
|
|
41
|
-
'@storybook/core-events': '6.5.0-
|
|
42
|
-
'@storybook/core-server': '6.5.0-
|
|
43
|
-
'@storybook/csf-tools': '6.5.0-
|
|
44
|
-
'@storybook/docs-tools': '6.5.0-
|
|
45
|
-
'@storybook/ember': '6.5.0-
|
|
46
|
-
'@storybook/html': '6.5.0-
|
|
47
|
-
'@storybook/instrumenter': '6.5.0-
|
|
48
|
-
'@storybook/manager-webpack4': '6.5.0-
|
|
49
|
-
'@storybook/manager-webpack5': '6.5.0-
|
|
50
|
-
'@storybook/node-logger': '6.5.0-
|
|
51
|
-
'@storybook/postinstall': '6.5.0-
|
|
52
|
-
'@storybook/preact': '6.5.0-
|
|
53
|
-
'@storybook/preview-web': '6.5.0-
|
|
54
|
-
'@storybook/react': '6.5.0-
|
|
55
|
-
'@storybook/router': '6.5.0-
|
|
56
|
-
'@storybook/server': '6.5.0-
|
|
57
|
-
'@storybook/source-loader': '6.5.0-
|
|
58
|
-
'@storybook/store': '6.5.0-
|
|
59
|
-
'@storybook/svelte': '6.5.0-
|
|
60
|
-
'@storybook/telemetry': '6.5.0-
|
|
61
|
-
'@storybook/theming': '6.5.0-
|
|
62
|
-
'@storybook/ui': '6.5.0-
|
|
63
|
-
'@storybook/vue': '6.5.0-
|
|
64
|
-
'@storybook/vue3': '6.5.0-
|
|
65
|
-
'@storybook/web-components': '6.5.0-
|
|
9
|
+
'@storybook/addon-a11y': '6.5.0-rc.0',
|
|
10
|
+
'@storybook/addon-actions': '6.5.0-rc.0',
|
|
11
|
+
'@storybook/addon-backgrounds': '6.5.0-rc.0',
|
|
12
|
+
'@storybook/addon-controls': '6.5.0-rc.0',
|
|
13
|
+
'@storybook/addon-docs': '6.5.0-rc.0',
|
|
14
|
+
'@storybook/addon-essentials': '6.5.0-rc.0',
|
|
15
|
+
'@storybook/addon-interactions': '6.5.0-rc.0',
|
|
16
|
+
'@storybook/addon-jest': '6.5.0-rc.0',
|
|
17
|
+
'@storybook/addon-links': '6.5.0-rc.0',
|
|
18
|
+
'@storybook/addon-measure': '6.5.0-rc.0',
|
|
19
|
+
'@storybook/addon-outline': '6.5.0-rc.0',
|
|
20
|
+
'@storybook/addon-storyshots': '6.5.0-rc.0',
|
|
21
|
+
'@storybook/addon-storyshots-puppeteer': '6.5.0-rc.0',
|
|
22
|
+
'@storybook/addon-storysource': '6.5.0-rc.0',
|
|
23
|
+
'@storybook/addon-toolbars': '6.5.0-rc.0',
|
|
24
|
+
'@storybook/addon-viewport': '6.5.0-rc.0',
|
|
25
|
+
'@storybook/addons': '6.5.0-rc.0',
|
|
26
|
+
'@storybook/angular': '6.5.0-rc.0',
|
|
27
|
+
'@storybook/api': '6.5.0-rc.0',
|
|
28
|
+
'@storybook/builder-webpack4': '6.5.0-rc.0',
|
|
29
|
+
'@storybook/builder-webpack5': '6.5.0-rc.0',
|
|
30
|
+
'@storybook/channel-postmessage': '6.5.0-rc.0',
|
|
31
|
+
'@storybook/channel-websocket': '6.5.0-rc.0',
|
|
32
|
+
'@storybook/channels': '6.5.0-rc.0',
|
|
33
|
+
'@storybook/cli': '6.5.0-rc.0',
|
|
34
|
+
'@storybook/client-api': '6.5.0-rc.0',
|
|
35
|
+
'@storybook/client-logger': '6.5.0-rc.0',
|
|
36
|
+
'@storybook/codemod': '6.5.0-rc.0',
|
|
37
|
+
'@storybook/components': '6.5.0-rc.0',
|
|
38
|
+
'@storybook/core': '6.5.0-rc.0',
|
|
39
|
+
'@storybook/core-client': '6.5.0-rc.0',
|
|
40
|
+
'@storybook/core-common': '6.5.0-rc.0',
|
|
41
|
+
'@storybook/core-events': '6.5.0-rc.0',
|
|
42
|
+
'@storybook/core-server': '6.5.0-rc.0',
|
|
43
|
+
'@storybook/csf-tools': '6.5.0-rc.0',
|
|
44
|
+
'@storybook/docs-tools': '6.5.0-rc.0',
|
|
45
|
+
'@storybook/ember': '6.5.0-rc.0',
|
|
46
|
+
'@storybook/html': '6.5.0-rc.0',
|
|
47
|
+
'@storybook/instrumenter': '6.5.0-rc.0',
|
|
48
|
+
'@storybook/manager-webpack4': '6.5.0-rc.0',
|
|
49
|
+
'@storybook/manager-webpack5': '6.5.0-rc.0',
|
|
50
|
+
'@storybook/node-logger': '6.5.0-rc.0',
|
|
51
|
+
'@storybook/postinstall': '6.5.0-rc.0',
|
|
52
|
+
'@storybook/preact': '6.5.0-rc.0',
|
|
53
|
+
'@storybook/preview-web': '6.5.0-rc.0',
|
|
54
|
+
'@storybook/react': '6.5.0-rc.0',
|
|
55
|
+
'@storybook/router': '6.5.0-rc.0',
|
|
56
|
+
'@storybook/server': '6.5.0-rc.0',
|
|
57
|
+
'@storybook/source-loader': '6.5.0-rc.0',
|
|
58
|
+
'@storybook/store': '6.5.0-rc.0',
|
|
59
|
+
'@storybook/svelte': '6.5.0-rc.0',
|
|
60
|
+
'@storybook/telemetry': '6.5.0-rc.0',
|
|
61
|
+
'@storybook/theming': '6.5.0-rc.0',
|
|
62
|
+
'@storybook/ui': '6.5.0-rc.0',
|
|
63
|
+
'@storybook/vue': '6.5.0-rc.0',
|
|
64
|
+
'@storybook/vue3': '6.5.0-rc.0',
|
|
65
|
+
'@storybook/web-components': '6.5.0-rc.0'
|
|
66
66
|
};
|
|
67
67
|
exports.default = _default;
|
|
@@ -57,7 +57,7 @@ const webpack5 = {
|
|
|
57
57
|
|
|
58
58
|
To upgrade to the latest stable release, run this from your project directory:
|
|
59
59
|
|
|
60
|
-
${_chalk.default.cyan('npx
|
|
60
|
+
${_chalk.default.cyan('npx storybook upgrade')}
|
|
61
61
|
|
|
62
62
|
Add the ${_chalk.default.cyan('--prerelease')} flag to get the latest prerelease.
|
|
63
63
|
`.trim());
|
|
@@ -69,7 +69,7 @@ const automigrate = async ({
|
|
|
69
69
|
} else {
|
|
70
70
|
logger.info(`Skipping the ${_chalk.default.cyan(f.id)} fix.`);
|
|
71
71
|
logger.info();
|
|
72
|
-
logger.info(`If you change your mind, run '${_chalk.default.cyan('npx
|
|
72
|
+
logger.info(`If you change your mind, run '${_chalk.default.cyan('npx storybook@next automigrate')}'`);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
}
|
|
@@ -120,7 +120,7 @@ Storybook helps you build UI components in isolation from your app's business lo
|
|
|
120
120
|
That makes it easy to develop hard-to-reach states. Save these UI states as **stories** to revisit during development, testing, or QA.
|
|
121
121
|
|
|
122
122
|
Browse example stories now by navigating to them in the sidebar.
|
|
123
|
-
View their code in the `
|
|
123
|
+
View their code in the `stories` directory to learn how they work.
|
|
124
124
|
We recommend building UIs with a [**component-driven**](https://componentdriven.org) process starting with atomic components and ending with pages.
|
|
125
125
|
|
|
126
126
|
<div className="subheading">Configure</div>
|
|
@@ -207,5 +207,5 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
|
|
|
207
207
|
|
|
208
208
|
<div className="tip-wrapper">
|
|
209
209
|
<span className="tip">Tip</span>Edit the Markdown in{' '}
|
|
210
|
-
<code>
|
|
210
|
+
<code>stories/Introduction.stories.mdx</code>
|
|
211
211
|
</div>
|
package/dist/modern/versions.js
CHANGED
|
@@ -6,62 +6,62 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// auto generated file, do not edit
|
|
8
8
|
var _default = {
|
|
9
|
-
'@storybook/addon-a11y': '6.5.0-
|
|
10
|
-
'@storybook/addon-actions': '6.5.0-
|
|
11
|
-
'@storybook/addon-backgrounds': '6.5.0-
|
|
12
|
-
'@storybook/addon-controls': '6.5.0-
|
|
13
|
-
'@storybook/addon-docs': '6.5.0-
|
|
14
|
-
'@storybook/addon-essentials': '6.5.0-
|
|
15
|
-
'@storybook/addon-interactions': '6.5.0-
|
|
16
|
-
'@storybook/addon-jest': '6.5.0-
|
|
17
|
-
'@storybook/addon-links': '6.5.0-
|
|
18
|
-
'@storybook/addon-measure': '6.5.0-
|
|
19
|
-
'@storybook/addon-outline': '6.5.0-
|
|
20
|
-
'@storybook/addon-storyshots': '6.5.0-
|
|
21
|
-
'@storybook/addon-storyshots-puppeteer': '6.5.0-
|
|
22
|
-
'@storybook/addon-storysource': '6.5.0-
|
|
23
|
-
'@storybook/addon-toolbars': '6.5.0-
|
|
24
|
-
'@storybook/addon-viewport': '6.5.0-
|
|
25
|
-
'@storybook/addons': '6.5.0-
|
|
26
|
-
'@storybook/angular': '6.5.0-
|
|
27
|
-
'@storybook/api': '6.5.0-
|
|
28
|
-
'@storybook/builder-webpack4': '6.5.0-
|
|
29
|
-
'@storybook/builder-webpack5': '6.5.0-
|
|
30
|
-
'@storybook/channel-postmessage': '6.5.0-
|
|
31
|
-
'@storybook/channel-websocket': '6.5.0-
|
|
32
|
-
'@storybook/channels': '6.5.0-
|
|
33
|
-
'@storybook/cli': '6.5.0-
|
|
34
|
-
'@storybook/client-api': '6.5.0-
|
|
35
|
-
'@storybook/client-logger': '6.5.0-
|
|
36
|
-
'@storybook/codemod': '6.5.0-
|
|
37
|
-
'@storybook/components': '6.5.0-
|
|
38
|
-
'@storybook/core': '6.5.0-
|
|
39
|
-
'@storybook/core-client': '6.5.0-
|
|
40
|
-
'@storybook/core-common': '6.5.0-
|
|
41
|
-
'@storybook/core-events': '6.5.0-
|
|
42
|
-
'@storybook/core-server': '6.5.0-
|
|
43
|
-
'@storybook/csf-tools': '6.5.0-
|
|
44
|
-
'@storybook/docs-tools': '6.5.0-
|
|
45
|
-
'@storybook/ember': '6.5.0-
|
|
46
|
-
'@storybook/html': '6.5.0-
|
|
47
|
-
'@storybook/instrumenter': '6.5.0-
|
|
48
|
-
'@storybook/manager-webpack4': '6.5.0-
|
|
49
|
-
'@storybook/manager-webpack5': '6.5.0-
|
|
50
|
-
'@storybook/node-logger': '6.5.0-
|
|
51
|
-
'@storybook/postinstall': '6.5.0-
|
|
52
|
-
'@storybook/preact': '6.5.0-
|
|
53
|
-
'@storybook/preview-web': '6.5.0-
|
|
54
|
-
'@storybook/react': '6.5.0-
|
|
55
|
-
'@storybook/router': '6.5.0-
|
|
56
|
-
'@storybook/server': '6.5.0-
|
|
57
|
-
'@storybook/source-loader': '6.5.0-
|
|
58
|
-
'@storybook/store': '6.5.0-
|
|
59
|
-
'@storybook/svelte': '6.5.0-
|
|
60
|
-
'@storybook/telemetry': '6.5.0-
|
|
61
|
-
'@storybook/theming': '6.5.0-
|
|
62
|
-
'@storybook/ui': '6.5.0-
|
|
63
|
-
'@storybook/vue': '6.5.0-
|
|
64
|
-
'@storybook/vue3': '6.5.0-
|
|
65
|
-
'@storybook/web-components': '6.5.0-
|
|
9
|
+
'@storybook/addon-a11y': '6.5.0-rc.0',
|
|
10
|
+
'@storybook/addon-actions': '6.5.0-rc.0',
|
|
11
|
+
'@storybook/addon-backgrounds': '6.5.0-rc.0',
|
|
12
|
+
'@storybook/addon-controls': '6.5.0-rc.0',
|
|
13
|
+
'@storybook/addon-docs': '6.5.0-rc.0',
|
|
14
|
+
'@storybook/addon-essentials': '6.5.0-rc.0',
|
|
15
|
+
'@storybook/addon-interactions': '6.5.0-rc.0',
|
|
16
|
+
'@storybook/addon-jest': '6.5.0-rc.0',
|
|
17
|
+
'@storybook/addon-links': '6.5.0-rc.0',
|
|
18
|
+
'@storybook/addon-measure': '6.5.0-rc.0',
|
|
19
|
+
'@storybook/addon-outline': '6.5.0-rc.0',
|
|
20
|
+
'@storybook/addon-storyshots': '6.5.0-rc.0',
|
|
21
|
+
'@storybook/addon-storyshots-puppeteer': '6.5.0-rc.0',
|
|
22
|
+
'@storybook/addon-storysource': '6.5.0-rc.0',
|
|
23
|
+
'@storybook/addon-toolbars': '6.5.0-rc.0',
|
|
24
|
+
'@storybook/addon-viewport': '6.5.0-rc.0',
|
|
25
|
+
'@storybook/addons': '6.5.0-rc.0',
|
|
26
|
+
'@storybook/angular': '6.5.0-rc.0',
|
|
27
|
+
'@storybook/api': '6.5.0-rc.0',
|
|
28
|
+
'@storybook/builder-webpack4': '6.5.0-rc.0',
|
|
29
|
+
'@storybook/builder-webpack5': '6.5.0-rc.0',
|
|
30
|
+
'@storybook/channel-postmessage': '6.5.0-rc.0',
|
|
31
|
+
'@storybook/channel-websocket': '6.5.0-rc.0',
|
|
32
|
+
'@storybook/channels': '6.5.0-rc.0',
|
|
33
|
+
'@storybook/cli': '6.5.0-rc.0',
|
|
34
|
+
'@storybook/client-api': '6.5.0-rc.0',
|
|
35
|
+
'@storybook/client-logger': '6.5.0-rc.0',
|
|
36
|
+
'@storybook/codemod': '6.5.0-rc.0',
|
|
37
|
+
'@storybook/components': '6.5.0-rc.0',
|
|
38
|
+
'@storybook/core': '6.5.0-rc.0',
|
|
39
|
+
'@storybook/core-client': '6.5.0-rc.0',
|
|
40
|
+
'@storybook/core-common': '6.5.0-rc.0',
|
|
41
|
+
'@storybook/core-events': '6.5.0-rc.0',
|
|
42
|
+
'@storybook/core-server': '6.5.0-rc.0',
|
|
43
|
+
'@storybook/csf-tools': '6.5.0-rc.0',
|
|
44
|
+
'@storybook/docs-tools': '6.5.0-rc.0',
|
|
45
|
+
'@storybook/ember': '6.5.0-rc.0',
|
|
46
|
+
'@storybook/html': '6.5.0-rc.0',
|
|
47
|
+
'@storybook/instrumenter': '6.5.0-rc.0',
|
|
48
|
+
'@storybook/manager-webpack4': '6.5.0-rc.0',
|
|
49
|
+
'@storybook/manager-webpack5': '6.5.0-rc.0',
|
|
50
|
+
'@storybook/node-logger': '6.5.0-rc.0',
|
|
51
|
+
'@storybook/postinstall': '6.5.0-rc.0',
|
|
52
|
+
'@storybook/preact': '6.5.0-rc.0',
|
|
53
|
+
'@storybook/preview-web': '6.5.0-rc.0',
|
|
54
|
+
'@storybook/react': '6.5.0-rc.0',
|
|
55
|
+
'@storybook/router': '6.5.0-rc.0',
|
|
56
|
+
'@storybook/server': '6.5.0-rc.0',
|
|
57
|
+
'@storybook/source-loader': '6.5.0-rc.0',
|
|
58
|
+
'@storybook/store': '6.5.0-rc.0',
|
|
59
|
+
'@storybook/svelte': '6.5.0-rc.0',
|
|
60
|
+
'@storybook/telemetry': '6.5.0-rc.0',
|
|
61
|
+
'@storybook/theming': '6.5.0-rc.0',
|
|
62
|
+
'@storybook/ui': '6.5.0-rc.0',
|
|
63
|
+
'@storybook/vue': '6.5.0-rc.0',
|
|
64
|
+
'@storybook/vue3': '6.5.0-rc.0',
|
|
65
|
+
'@storybook/web-components': '6.5.0-rc.0'
|
|
66
66
|
};
|
|
67
67
|
exports.default = _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/cli",
|
|
3
|
-
"version": "6.5.0-
|
|
3
|
+
"version": "6.5.0-rc.0",
|
|
4
4
|
"description": "Storybook's CLI - easiest method of adding storybook to your projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@babel/core": "^7.12.10",
|
|
49
49
|
"@babel/preset-env": "^7.12.11",
|
|
50
|
-
"@storybook/codemod": "6.5.0-
|
|
51
|
-
"@storybook/core-common": "6.5.0-
|
|
52
|
-
"@storybook/csf-tools": "6.5.0-
|
|
53
|
-
"@storybook/node-logger": "6.5.0-
|
|
50
|
+
"@storybook/codemod": "6.5.0-rc.0",
|
|
51
|
+
"@storybook/core-common": "6.5.0-rc.0",
|
|
52
|
+
"@storybook/csf-tools": "6.5.0-rc.0",
|
|
53
|
+
"@storybook/node-logger": "6.5.0-rc.0",
|
|
54
54
|
"@storybook/semver": "^7.3.2",
|
|
55
|
-
"@storybook/telemetry": "6.5.0-
|
|
55
|
+
"@storybook/telemetry": "6.5.0-rc.0",
|
|
56
56
|
"boxen": "^5.1.2",
|
|
57
57
|
"chalk": "^4.1.0",
|
|
58
58
|
"commander": "^6.2.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"update-notifier": "^5.0.1"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@storybook/client-api": "6.5.0-
|
|
79
|
+
"@storybook/client-api": "6.5.0-rc.0",
|
|
80
80
|
"@types/cross-spawn": "^6.0.2",
|
|
81
81
|
"@types/prompts": "^2.0.9",
|
|
82
82
|
"@types/puppeteer-core": "^2.1.0",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "c27fd9eebc4c6db5c50f28c36b204d76c2f9e123"
|
|
93
93
|
}
|