create-storybook 9.1.2 → 9.1.3

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/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import ESM_COMPAT_Module1 from 'node:module';
2
2
  import 'node:url';
3
3
  import 'node:path';
4
- export { doInitiate as initiate } from './chunk-N3JWYXCE.js';
4
+ export { doInitiate as initiate } from './chunk-LVEH2RAB.js';
5
5
  import './chunk-CLZ3BCYS.js';
6
6
  import './chunk-O2GNSM63.js';
7
7
  import './chunk-VASF4FB5.js';
package/package.json CHANGED
@@ -1,7 +1,13 @@
1
1
  {
2
2
  "name": "create-storybook",
3
- "version": "9.1.2",
4
- "description": "Initialize Storybook into your project",
3
+ "version": "9.1.3",
4
+ "description": "Storybook installer: Develop, document, and test UI components in isolation",
5
+ "keywords": [
6
+ "storybook",
7
+ "cli",
8
+ "create",
9
+ "init"
10
+ ],
5
11
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/create-storybook",
6
12
  "bugs": {
7
13
  "url": "https://github.com/storybookjs/storybook/issues"
@@ -52,7 +58,7 @@
52
58
  "picocolors": "^1.1.0",
53
59
  "prompts": "^2.4.0",
54
60
  "react": "^18.2.0",
55
- "storybook": "9.1.2",
61
+ "storybook": "9.1.3",
56
62
  "tiny-invariant": "^1.3.1",
57
63
  "ts-dedent": "^2.0.0",
58
64
  "typescript": "^5.8.3"
@@ -48,7 +48,7 @@ export const RightArrow = () => <svg
48
48
  <h4 className="sb-section-item-heading">Add styling and CSS</h4>
49
49
  <p className="sb-section-item-paragraph">Like with web applications, there are many ways to include CSS within Storybook. Learn more about setting up styling within Storybook.</p>
50
50
  <a
51
- href="https://storybook.js.org/docs/configure/styling-and-css/?renderer={{renderer}}"
51
+ href="https://storybook.js.org/docs/configure/styling-and-css/?renderer={{renderer}}&ref=configure"
52
52
  target="_blank"
53
53
  >Learn more<RightArrow /></a>
54
54
  </div>
@@ -60,7 +60,7 @@ export const RightArrow = () => <svg
60
60
  <h4 className="sb-section-item-heading">Provide context and mocking</h4>
61
61
  <p className="sb-section-item-paragraph">Often when a story doesn't render, it's because your component is expecting a specific environment or context (like a theme provider) to be available.</p>
62
62
  <a
63
- href="https://storybook.js.org/docs/writing-stories/decorators/?renderer={{renderer}}#context-for-mocking"
63
+ href="https://storybook.js.org/docs/writing-stories/decorators/?renderer={{renderer}}&ref=configure#context-for-mocking"
64
64
  target="_blank"
65
65
  >Learn more<RightArrow /></a>
66
66
  </div>
@@ -72,7 +72,7 @@ export const RightArrow = () => <svg
72
72
  `staticDirs` configuration option to specify folders to load when
73
73
  starting Storybook.</p>
74
74
  <a
75
- href="https://storybook.js.org/docs/configure/images-and-assets/?renderer={{renderer}}"
75
+ href="https://storybook.js.org/docs/configure/images-and-assets/?renderer={{renderer}}&ref=configure"
76
76
  target="_blank"
77
77
  >Learn more<RightArrow /></a>
78
78
  </div>
@@ -94,7 +94,7 @@ export const RightArrow = () => <svg
94
94
  <p className="sb-section-item-paragraph">Auto-generate living,
95
95
  interactive reference documentation from your components and stories.</p>
96
96
  <a
97
- href="https://storybook.js.org/docs/writing-docs/autodocs/?renderer={{renderer}}"
97
+ href="https://storybook.js.org/docs/writing-docs/autodocs/?renderer={{renderer}}&ref=configure"
98
98
  target="_blank"
99
99
  >Learn more<RightArrow /></a>
100
100
  </div>
@@ -103,7 +103,7 @@ export const RightArrow = () => <svg
103
103
  <h4 className="sb-section-item-heading">Publish to Chromatic</h4>
104
104
  <p className="sb-section-item-paragraph">Publish your Storybook to review and collaborate with your entire team.</p>
105
105
  <a
106
- href="https://storybook.js.org/docs/sharing/publish-storybook/?renderer={{renderer}}#publish-storybook-with-chromatic"
106
+ href="https://storybook.js.org/docs/sharing/publish-storybook/?renderer={{renderer}}&ref=configure#publish-storybook-with-chromatic"
107
107
  target="_blank"
108
108
  >Learn more<RightArrow /></a>
109
109
  </div>
@@ -113,7 +113,7 @@ export const RightArrow = () => <svg
113
113
  <p className="sb-section-item-paragraph">Embed your stories into Figma to cross-reference the design and live
114
114
  implementation in one place.</p>
115
115
  <a
116
- href="https://storybook.js.org/docs/sharing/design-integrations/?renderer={{renderer}}#embed-storybook-in-figma-with-the-plugin"
116
+ href="https://storybook.js.org/docs/sharing/design-integrations/?renderer={{renderer}}&ref=configure#embed-storybook-in-figma-with-the-plugin"
117
117
  target="_blank"
118
118
  >Learn more<RightArrow /></a>
119
119
  </div>
@@ -123,7 +123,7 @@ export const RightArrow = () => <svg
123
123
  <p className="sb-section-item-paragraph">Use stories to test a component in all its variations, no matter how
124
124
  complex.</p>
125
125
  <a
126
- href="https://storybook.js.org/docs/writing-tests/?renderer={{renderer}}"
126
+ href="https://storybook.js.org/docs/writing-tests/?renderer={{renderer}}&ref=configure"
127
127
  target="_blank"
128
128
  >Learn more<RightArrow /></a>
129
129
  </div>
@@ -132,7 +132,7 @@ export const RightArrow = () => <svg
132
132
  <h4 className="sb-section-item-heading">Accessibility</h4>
133
133
  <p className="sb-section-item-paragraph">Automatically test your components for a11y issues as you develop.</p>
134
134
  <a
135
- href="https://storybook.js.org/docs/writing-tests/accessibility-testing/?renderer={{renderer}}"
135
+ href="https://storybook.js.org/docs/writing-tests/accessibility-testing/?renderer={{renderer}}&ref=configure"
136
136
  target="_blank"
137
137
  >Learn more<RightArrow /></a>
138
138
  </div>
@@ -141,7 +141,7 @@ export const RightArrow = () => <svg
141
141
  <h4 className="sb-section-item-heading">Theming</h4>
142
142
  <p className="sb-section-item-paragraph">Theme Storybook's UI to personalize it to your project.</p>
143
143
  <a
144
- href="https://storybook.js.org/docs/configure/theming/?renderer={{renderer}}"
144
+ href="https://storybook.js.org/docs/configure/theming/?renderer={{renderer}}&ref=configure"
145
145
  target="_blank"
146
146
  >Learn more<RightArrow /></a>
147
147
  </div>
@@ -153,7 +153,7 @@ export const RightArrow = () => <svg
153
153
  <h4>Addons</h4>
154
154
  <p className="sb-section-item-paragraph">Integrate your tools with Storybook to connect workflows.</p>
155
155
  <a
156
- href="https://storybook.js.org/addons/"
156
+ href="https://storybook.js.org/addons/?ref=configure"
157
157
  target="_blank"
158
158
  >Discover all addons<RightArrow /></a>
159
159
  </div>
@@ -199,7 +199,7 @@ export const RightArrow = () => <svg
199
199
  <p>Follow guided walkthroughs on for key workflows.</p>
200
200
 
201
201
  <a
202
- href="https://storybook.js.org/tutorials/"
202
+ href="https://storybook.js.org/tutorials/?ref=configure"
203
203
  target="_blank"
204
204
  >Discover tutorials<RightArrow /></a>
205
205
  </div>