164 Commits

Author SHA1 Message Date
Norbert de Langen
3d06286155
change the location of placeholder images to something we host ourselves
to reduce flake (you can ask yann what that means)
2022-08-05 15:05:10 +02:00
Michael Shilman
40ccd92403 Merge branch 'next' into future/base 2022-07-15 11:09:15 -07:00
jonniebigodes
9f0735952e React CSF 3 Snippets 2022-07-07 19:47:29 +01:00
Michael Shilman
63460cf5a1 Merge branch 'future/base' into future/SB-444 2022-06-29 10:00:47 +08:00
Norbert de Langen
3c6d2f3da5
Merge branch 'future/base' into addon-highlight
# Conflicts:
#	addons/a11y/package.json
#	addons/a11y/src/components/A11yContext.tsx
#	addons/essentials/package.json
#	examples/html-kitchen-sink/package.json
#	examples/official-storybook/main.ts
#	examples/official-storybook/package.json
#	examples/preact-kitchen-sink/package.json
#	examples/server-kitchen-sink/package.json
#	examples/svelte-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
#	examples/web-components-kitchen-sink/package.json
#	examples/web-components-kitchen-sink/yarn.lock
#	lib/core-server/src/__snapshots__/cra-ts-essentials_preview-dev-posix
#	lib/core-server/src/__snapshots__/cra-ts-essentials_preview-prod-posix
#	lib/core-server/src/__snapshots__/html-kitchen-sink_preview-dev-posix
#	lib/core-server/src/__snapshots__/html-kitchen-sink_preview-prod-posix
#	lib/core-server/src/__snapshots__/vue-3-cli_preview-dev-posix
#	lib/core-server/src/__snapshots__/vue-3-cli_preview-prod-posix
#	lib/core-server/src/__snapshots__/web-components-kitchen-sink_preview-dev-posix
#	lib/core-server/src/__snapshots__/web-components-kitchen-sink_preview-prod-posix
#	nx.json
#	workspace.json
#	yarn.lock
2022-06-29 00:16:55 +02:00
Norbert de Langen
c29b2cb263
make it all imported by type, and convert to use to StoryFn 2022-06-21 20:08:15 +02:00
Norbert de Langen
c0240f8ec5
changes 2022-06-21 18:30:05 +02:00
Matt Evenson
553b900665
Remove duplicate statement
`title: 'DocumentScreen',` appears twice in the component meta.
2022-06-12 21:55:52 -07:00
jonniebigodes
9653ca48d6 cleanup react story 2022-04-27 04:04:44 +01:00
jonniebigodes
8de15a1ee9 Add initial instructions for addon 2022-04-27 01:12:30 +01:00
jonniebigodes
1d3cb782b5
Merge branch 'next' into chore_docs_testing_docs_updates_6_5 2022-04-22 21:12:11 +01:00
jonniebigodes
32b01120ef addressing Yann's feedback 2022-04-19 21:43:05 +01:00
jonniebigodes
c5c64b4984 Storybook 6.5 testing updates 2022-04-14 19:08:57 +01:00
Leonardo Marques
ff4ef90ba3
Update react/storybook-testing-addon-optional-config.js.mdx
This would match what the documentation describes on this page:
https://storybook.js.org/docs/react/writing-tests/importing-stories-in-tests

The code snipped below this one (on the website) mentions `setupFile.js` and the current mention (`setupTests.js`) might lead people to mistakes.
2022-04-12 18:35:37 +02:00
winkerVSbecks
1c478f9ff3 Merge branch 'next' into addon-highlight 2022-04-11 19:26:41 -04:00
jonniebigodes
0460fb4194
Merge branch 'next' into documentation-fixes 2022-04-08 19:26:04 +01:00
Yann Braga
3c2858ac94 Merge branch 'next' into addon-highlight 2022-04-05 11:29:43 +02:00
hiroyuki kikuchi
392a97a82c fix(typo): implmentation -> implementation 2022-04-01 19:05:10 +09:00
hiroyuki kikuchi
7491f61391 fix(typo): sucess -> success 2022-04-01 19:04:12 +09:00
hiroyuki kikuchi
10eb10b03b fix(typo): ammount -> amount 2022-04-01 19:03:06 +09:00
hiroyuki kikuchi
a59882bd59 fix(typo): ammount -> amount 2022-04-01 19:02:13 +09:00
hiroyuki kikuchi
4bd659d2e9 fix(typo): ammount -> amount 2022-04-01 19:02:05 +09:00
winkerVSbecks
dff40ca16c add code snippets for core frameworks 2022-03-28 14:43:02 -04:00
winkerVSbecks
2bdbecc00d use snippet for docs 2022-03-28 11:22:33 -04:00
jonniebigodes
761ec25a95
Merge pull request #17718 from JodiWarren/patch-1
Fix typo in docs
2022-03-21 22:01:57 +00:00
jonniebigodes
a46b4a022d Fixes the incorrect path in the snippets 2022-03-21 21:50:56 +00:00
Pepijn
aef43db88e Fix many typos in the documentation 2022-03-18 19:22:17 +01:00
jylee
05fd898625 fix : add missing await for an async function 2022-03-16 21:13:43 +09:00
Jodi Warren
7d17ecdc66
Fix typo in docs 2022-03-15 13:16:22 +00:00
jylee
4c6e17ddbd fix : typo in props name 2022-03-15 19:04:57 +09:00
jonniebigodes
a8d96b1776
Merge pull request #17479 from DovydasNavickas/patch-1
Double property initialization.
2022-02-12 12:22:47 +00:00
Nam Hoang Le
354062ab0e Correct the Template variable
The Template variable should receive the `args` and return a React component, instead of another function.
2022-02-11 09:04:03 +07:00
Dovydas Navickas
2c9acb31e6
Double title. 2022-02-10 15:19:27 +02:00
jonniebigodes
58b1d76795 minor updates to writing writing stories intro 2022-02-07 22:17:41 +00:00
Michael Shilman
7ef7784004
Merge pull request #17158 from fraserisland/patch-1
Update login-form-with-play-function.mdx.mdx
2022-02-08 02:12:54 +08:00
Michael Shilman
facbd2772d
Update docs/snippets/react/login-form-with-play-function.mdx.mdx
Co-authored-by: Michael Arestad <marestad@gmail.com>
2022-02-08 02:12:33 +08:00
Jonathan Beller
14c9e6be58 fix other instances of typo 2022-01-31 11:55:14 -05:00
Jonathan Beller
19b43162ac
Update login-form-with-play-function.js.mdx 2022-01-31 11:45:51 -05:00
Fraser Solomon
5ea562ca60
Update login-form-with-play-function.mdx.mdx 2022-01-07 17:04:45 +10:00
jonniebigodes
aa186e5632 updates the api section 2022-01-06 20:45:26 +00:00
Michael Shilman
cb48a4a7e2 Fix whitespace bugs in MDX examples 2021-12-10 08:27:56 +08:00
Michael Shilman
0868839196 Remove extra line breaks in MDX multi-story examples 2021-12-05 01:49:50 +08:00
Luke Brannagan
027f12f65b
Fix code snippet missing a chevron. 2021-11-28 10:56:30 +00:00
jonniebigodes
c7066122d8 Merge branch '6-4-docs' into next 2021-11-18 16:09:41 +00:00
jonniebigodes
076b81b241 API CLI adjustments and minor tweaks to the snippets 2021-11-09 23:18:56 +00:00
jonniebigodes
62f7253dfd Minor polishes for consistency 2021-11-09 01:41:54 +00:00
jonniebigodes
73a27af64a
Merge pull request #16621 from storybookjs/chore_configure_docs_6_4_port_CSF2
Chore: (Docs) Adjustments for the Configure Section for 6.4
2021-11-07 15:12:01 +00:00
jonniebigodes
7463960a69 Minor adjustments for the Configure Section for 6.4 2021-11-06 03:20:29 +00:00
jonniebigodes
10e5372f23
Merge pull request #16561 from storybookjs/chore_updates_writing_tests_CSF_2
Chore: (6.4 Docs) Updates the Writing tests section for CSF 2.0
2021-11-05 16:48:15 +00:00
jonniebigodes
34862c8eb3
Merge pull request #16583 from storybookjs/chore_updates_writing_stories_CSF_2
Chore: (Docs) Updates writing stories section for CSF2
2021-11-05 16:47:30 +00:00