diff --git a/code/.storybook/main.ts b/code/.storybook/main.ts index 279e8a138b51..347f52500376 100644 --- a/code/.storybook/main.ts +++ b/code/.storybook/main.ts @@ -53,6 +53,10 @@ const config = defineMain({ directory: '../core/src/highlight', titlePrefix: 'highlight', }, + { + directory: '../core/src/onboarding', + titlePrefix: 'onboarding', + }, { directory: '../addons/docs/src/blocks', titlePrefix: 'addons/docs/blocks', @@ -77,10 +81,6 @@ const config = defineMain({ directory: '../addons/themes/template/stories', titlePrefix: 'addons/themes', }, - { - directory: '../addons/onboarding/src', - titlePrefix: 'addons/onboarding', - }, { directory: '../addons/pseudo-states/src', titlePrefix: 'addons/pseudo-states', diff --git a/code/addons/onboarding/CHANGELOG.md b/code/addons/onboarding/CHANGELOG.md deleted file mode 100644 index 16a9c57bea11..000000000000 --- a/code/addons/onboarding/CHANGELOG.md +++ /dev/null @@ -1,686 +0,0 @@ -# v1.0.11 (Tue Jan 23 2024) - -#### 🐛 Bug Fix - -- Fix z-index bug by adding a wrapper [#82](https://github.com/storybookjs/addon-onboarding/pull/82) ([@ndelangen](https://github.com/ndelangen)) -- Make selectors Storybook 8 compatible [#81](https://github.com/storybookjs/addon-onboarding/pull/81) ([@yannbf](https://github.com/yannbf)) -- UI: Fix z-index in modal elements [#78](https://github.com/storybookjs/addon-onboarding/pull/78) ([@cdedreuille](https://github.com/cdedreuille) [@yannbf](https://github.com/yannbf)) - -#### Authors: 3 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) -- Norbert de Langen ([@ndelangen](https://github.com/ndelangen)) -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v1.0.10 (Mon Dec 11 2023) - -#### 🐛 Bug Fix - -- Fix Yarn remove command in README [#80](https://github.com/storybookjs/addon-onboarding/pull/80) ([@githrdw](https://github.com/githrdw)) - -#### Authors: 1 - -- [@githrdw](https://github.com/githrdw) - ---- - -# v1.0.9 (Fri Dec 01 2023) - -#### 🐛 Bug Fix - -- update telemetry version [#79](https://github.com/storybookjs/addon-onboarding/pull/79) ([@yannbf](https://github.com/yannbf)) - -#### Authors: 1 - -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v1.0.8 (Thu Jul 20 2023) - -#### ⚠️ Pushed to `main` - -- Create CODEOWNERS ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v1.0.7 (Tue Jul 11 2023) - -#### 🐛 Bug Fix - -- Replace chevron icon on Configure page to avoid @storybook/components usage [#77](https://github.com/storybookjs/addon-onboarding/pull/77) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v1.0.6 (Mon Jul 10 2023) - -#### 🐛 Bug Fix - -- Fix language detection [#76](https://github.com/storybookjs/addon-onboarding/pull/76) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v1.0.5 (Mon Jul 10 2023) - -#### 🐛 Bug Fix - -- Remove nextjs-specific code [#75](https://github.com/storybookjs/addon-onboarding/pull/75) ([@yannbf](https://github.com/yannbf)) - -#### Authors: 1 - -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v1.0.4 (Thu Jul 06 2023) - -#### 🐛 Bug Fix - -- Update Configure page design [#74](https://github.com/storybookjs/addon-onboarding/pull/74) ([@JReinhold](https://github.com/JReinhold) [@cdedreuille](https://github.com/cdedreuille)) - -#### Authors: 2 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) -- Jeppe Reinhold ([@JReinhold](https://github.com/JReinhold)) - ---- - -# v1.0.3 (Fri Jun 23 2023) - -#### 🐛 Bug Fix - -- Display the button story filename in tooltip [#73](https://github.com/storybookjs/addon-onboarding/pull/73) ([@yannbf](https://github.com/yannbf)) - -#### Authors: 1 - -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v1.0.2 (Thu Jun 22 2023) - -#### 🐛 Bug Fix - -- Fix package.json version extraction [#72](https://github.com/storybookjs/addon-onboarding/pull/72) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v1.0.1 (Thu Jun 22 2023) - -#### 🐛 Bug Fix - -- Fix build assets [#71](https://github.com/storybookjs/addon-onboarding/pull/71) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v1.0.0 (Thu Jun 22 2023) - -#### 💥 Breaking Change - -- Release 1.0.0 [#70](https://github.com/storybookjs/addon-onboarding/pull/70) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### 🐛 Bug Fix - -- Fix text for Javascript Projects [#68](https://github.com/storybookjs/addon-onboarding/pull/68) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.43 (Thu Jun 22 2023) - -#### 🐛 Bug Fix - -- Fix react joyride in yarn pnp mode [#69](https://github.com/storybookjs/addon-onboarding/pull/69) ([@valentinpalkovic](https://github.com/valentinpalkovic)) -- fix links in configure.mdx [#67](https://github.com/storybookjs/addon-onboarding/pull/67) ([@yannbf](https://github.com/yannbf)) - -#### Authors: 2 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.42 (Wed Jun 21 2023) - -#### 🐛 Bug Fix - -- Fix nextjs code steps [#66](https://github.com/storybookjs/addon-onboarding/pull/66) ([@yannbf](https://github.com/yannbf)) - -#### Authors: 1 - -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.41 (Wed Jun 21 2023) - -#### 🐛 Bug Fix - -- Minor improvements [#65](https://github.com/storybookjs/addon-onboarding/pull/65) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.40 (Tue Jun 20 2023) - -#### 🐛 Bug Fix - -- Fix preset.js entry point [#63](https://github.com/storybookjs/addon-onboarding/pull/63) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.39 (Tue Jun 20 2023) - -#### 🐛 Bug Fix - -- Fix comment in code section [#64](https://github.com/storybookjs/addon-onboarding/pull/64) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.38 (Mon Jun 19 2023) - -#### 🐛 Bug Fix - -- Pass addon version in telemetry event [#62](https://github.com/storybookjs/addon-onboarding/pull/62) ([@yannbf](https://github.com/yannbf)) - -#### Authors: 1 - -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.37 (Mon Jun 19 2023) - -#### 🐛 Bug Fix - -- UI Fixes [#61](https://github.com/storybookjs/addon-onboarding/pull/61) ([@yannbf](https://github.com/yannbf) [@cdedreuille](https://github.com/cdedreuille)) - -#### Authors: 2 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.36 (Fri Jun 16 2023) - -#### 🐛 Bug Fix - -- Improve dark mode [#58](https://github.com/storybookjs/addon-onboarding/pull/58) ([@cdedreuille](https://github.com/cdedreuille) [@yannbf](https://github.com/yannbf)) - -#### Authors: 2 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.35 (Fri Jun 16 2023) - -#### 🐛 Bug Fix - -- Add dark mode styles to tooltip [#54](https://github.com/storybookjs/addon-onboarding/pull/54) ([@yannbf](https://github.com/yannbf)) -- UI fixes [#56](https://github.com/storybookjs/addon-onboarding/pull/56) ([@yannbf](https://github.com/yannbf)) -- Fix watch mode [#55](https://github.com/storybookjs/addon-onboarding/pull/55) ([@yannbf](https://github.com/yannbf)) - -#### Authors: 1 - -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.34 (Wed Jun 14 2023) - -#### 🐛 Bug Fix - -- Fix configure page's layout [#53](https://github.com/storybookjs/addon-onboarding/pull/53) ([@cdedreuille](https://github.com/cdedreuille)) - -#### Authors: 1 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) - ---- - -# v0.0.33 (Wed Jun 14 2023) - -#### 🐛 Bug Fix - -- Improve story detection [#52](https://github.com/storybookjs/addon-onboarding/pull/52) ([@yannbf](https://github.com/yannbf)) - -#### Authors: 1 - -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.32 (Wed Jun 14 2023) - -#### 🐛 Bug Fix - -- Fixes on syntax highlighter [#51](https://github.com/storybookjs/addon-onboarding/pull/51) ([@cdedreuille](https://github.com/cdedreuille) [@yannbf](https://github.com/yannbf)) - -#### Authors: 2 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.31 (Wed Jun 14 2023) - -#### 🐛 Bug Fix - -- Improve instructions [#50](https://github.com/storybookjs/addon-onboarding/pull/50) ([@shilman](https://github.com/shilman)) - -#### Authors: 1 - -- Michael Shilman ([@shilman](https://github.com/shilman)) - ---- - -# v0.0.30 (Tue Jun 13 2023) - -#### 🐛 Bug Fix - -- Add core server events for telemetry [#40](https://github.com/storybookjs/addon-onboarding/pull/40) ([@valentinpalkovic](https://github.com/valentinpalkovic) [@yannbf](https://github.com/yannbf)) - -#### Authors: 2 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.29 (Tue Jun 13 2023) - -#### ⚠️ Pushed to `main` - -- cleanup dependencies ([@yannbf](https://github.com/yannbf)) - -#### Authors: 1 - -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.28 (Mon Jun 12 2023) - -#### 🐛 Bug Fix - -- Feat/overall improvements [#49](https://github.com/storybookjs/addon-onboarding/pull/49) ([@yannbf](https://github.com/yannbf) [@cdedreuille](https://github.com/cdedreuille)) - -#### Authors: 2 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.27 (Fri Jun 09 2023) - -#### 🐛 Bug Fix - -- Add previous button to write stories modal [#48](https://github.com/storybookjs/addon-onboarding/pull/48) ([@yannbf](https://github.com/yannbf) [@cdedreuille](https://github.com/cdedreuille)) - -#### Authors: 2 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.26 (Thu Jun 08 2023) - -#### 🐛 Bug Fix - -- Remove animation modal [#47](https://github.com/storybookjs/addon-onboarding/pull/47) ([@cdedreuille](https://github.com/cdedreuille)) - -#### Authors: 1 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) - ---- - -# v0.0.25 (Thu Jun 08 2023) - -#### 🐛 Bug Fix - -- Improve addon bootstrapping [#46](https://github.com/storybookjs/addon-onboarding/pull/46) ([@yannbf](https://github.com/yannbf)) - -#### Authors: 1 - -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.24 (Thu Jun 08 2023) - -#### 🐛 Bug Fix - -- Use the correct event to detect args change [#45](https://github.com/storybookjs/addon-onboarding/pull/45) ([@yannbf](https://github.com/yannbf)) - -#### Authors: 1 - -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.23 (Thu Jun 08 2023) - -#### 🐛 Bug Fix - -- Various improvements [#44](https://github.com/storybookjs/addon-onboarding/pull/44) ([@yannbf](https://github.com/yannbf) [@cdedreuille](https://github.com/cdedreuille)) - -#### Authors: 2 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.22 (Thu Jun 08 2023) - -#### 🐛 Bug Fix - -- Improve confetti colors and shapes [#43](https://github.com/storybookjs/addon-onboarding/pull/43) ([@yannbf](https://github.com/yannbf) [@cdedreuille](https://github.com/cdedreuille)) - -#### Authors: 2 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.21 (Thu Jun 08 2023) - -#### 🐛 Bug Fix - -- Improve modal animation [#42](https://github.com/storybookjs/addon-onboarding/pull/42) ([@cdedreuille](https://github.com/cdedreuille)) - -#### Authors: 1 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) - ---- - -# v0.0.20 (Wed Jun 07 2023) - -#### 🐛 Bug Fix - -- Change code for Javascript projects [#41](https://github.com/storybookjs/addon-onboarding/pull/41) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.19 (Wed Jun 07 2023) - -#### 🐛 Bug Fix - -- Improve write a story modal [#38](https://github.com/storybookjs/addon-onboarding/pull/38) ([@cdedreuille](https://github.com/cdedreuille)) - -#### Authors: 1 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) - ---- - -# v0.0.18 (Wed Jun 07 2023) - -#### 🐛 Bug Fix - -- Implement "How to write your Story" flow [#33](https://github.com/storybookjs/addon-onboarding/pull/33) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.17 (Wed Jun 07 2023) - -#### 🐛 Bug Fix - -- use onboarding parameter in conjunction with onboarding path [#37](https://github.com/storybookjs/addon-onboarding/pull/37) ([@yannbf](https://github.com/yannbf)) - -#### Authors: 1 - -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.16 (Tue Jun 06 2023) - -#### 🐛 Bug Fix - -- Improve guided tour [#35](https://github.com/storybookjs/addon-onboarding/pull/35) ([@cdedreuille](https://github.com/cdedreuille) [@yannbf](https://github.com/yannbf)) - -#### Authors: 2 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.15 (Tue Jun 06 2023) - -#### 🐛 Bug Fix - -- Trigger via `/onboarding` path instead of query parameter [#21](https://github.com/storybookjs/addon-onboarding/pull/21) ([@yannbf](https://github.com/yannbf)) -- Welcome modal animation [#34](https://github.com/storybookjs/addon-onboarding/pull/34) ([@cdedreuille](https://github.com/cdedreuille)) - -#### Authors: 2 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.14 (Mon Jun 05 2023) - -#### 🐛 Bug Fix - -- Modal improvements [#22](https://github.com/storybookjs/addon-onboarding/pull/22) ([@cdedreuille](https://github.com/cdedreuille)) - -#### Authors: 1 - -- Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille)) - ---- - -# v0.0.13 (Mon Jun 05 2023) - -#### 🐛 Bug Fix - -- Implement syntax highlighter [#20](https://github.com/storybookjs/addon-onboarding/pull/20) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.12 (Thu Jun 01 2023) - -#### 🐛 Bug Fix - -- Implemented bare minimum list component [#19](https://github.com/storybookjs/addon-onboarding/pull/19) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.11 (Thu Jun 01 2023) - -#### 🐛 Bug Fix - -- Add guided tour example [#5](https://github.com/storybookjs/addon-onboarding/pull/5) ([@yannbf](https://github.com/yannbf)) - -#### Authors: 1 - -- Yann Braga ([@yannbf](https://github.com/yannbf)) - ---- - -# v0.0.10 (Tue May 30 2023) - -#### ⚠️ Pushed to `main` - -- Rename confett to Confetti ([@valentinpalkovic](https://github.com/valentinpalkovic)) -- Rename confetti to confett ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.9 (Tue May 30 2023) - -#### 🐛 Bug Fix - -- Implement bare minimum modal component [#18](https://github.com/storybookjs/addon-onboarding/pull/18) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.8 (Tue May 30 2023) - -#### 🐛 Bug Fix - -- Implement bare minimum confetti component [#7](https://github.com/storybookjs/addon-onboarding/pull/7) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.7 (Thu May 25 2023) - -#### 🐛 Bug Fix - -- Init Storybook Theme Provider [#6](https://github.com/storybookjs/addon-onboarding/pull/6) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.6 (Tue May 23 2023) - -#### 🐛 Bug Fix - -- Add minimum React Application [#3](https://github.com/storybookjs/addon-onboarding/pull/3) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.5 (Tue May 23 2023) - -#### ⚠️ Pushed to `main` - -- Add clean package.json ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.4 (Tue May 23 2023) - -#### ⚠️ Pushed to `main` - -- Cleanup ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.3 (Tue May 23 2023) - -#### 🐛 Bug Fix - -- Setup Chromatic [#2](https://github.com/storybookjs/addon-onboarding/pull/2) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.2 (Tue May 23 2023) - -#### 🐛 Bug Fix - -- Remove unnecessary files [#1](https://github.com/storybookjs/addon-onboarding/pull/1) ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) - ---- - -# v0.0.1 (Tue May 23 2023) - -#### ⚠️ Pushed to `main` - -- Fix manager.ts and add export {} ([@valentinpalkovic](https://github.com/valentinpalkovic)) -- Add auto.config.js ([@valentinpalkovic](https://github.com/valentinpalkovic)) -- Init Addon Onboarding ([@valentinpalkovic](https://github.com/valentinpalkovic)) -- project setup ([@valentinpalkovic](https://github.com/valentinpalkovic)) -- Initial commit ([@valentinpalkovic](https://github.com/valentinpalkovic)) - -#### Authors: 1 - -- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) diff --git a/code/addons/onboarding/README.md b/code/addons/onboarding/README.md deleted file mode 100644 index cd97fda30cf6..000000000000 --- a/code/addons/onboarding/README.md +++ /dev/null @@ -1,51 +0,0 @@ -# Storybook Addon Onboarding - -This addon provides a guided tour in some of Storybook's features, helping you get to know about the basics of Storybook and learn how to write stories! - -![](./.github/assets/onboarding-intro.png) - -## Triggering the onboarding - -This addon comes installed by default in Storybook projects and should trigger automatically. -If you want to retrigger the addon, you should make sure that your Storybook still contains the example stories that come when initializing Storybook, and you can then navigate to http://localhost:6006/?path=/onboarding after running Storybook. - -## Uninstalling - -This addon serves to provide you a guided experience on the basics of Storybook. Once you are done, the addon is therefore not needed anymore and will not get activated (unless triggered manually), so you can freely remove it. Here's how to do so: - -### 1. Remove the dependency - -yarn: - -```zsh -yarn remove @storybook/addon-onboarding -``` - -npm: - -```zsh -npm uninstall -D @storybook/addon-onboarding -``` - -pnpm: - -```zsh -pnpm remove -D @storybook/addon-onboarding -``` - -### 2. Remove the addon in your `.storybook/main.js` file - -```diff -const config = { - stories: [ - "../stories/**/*.stories.mdx", - "../stories/**/*.stories.@(js|jsx|ts|tsx)", - ], - addons: [ -- "@storybook/addon-onboarding" - ], -}; -export default config; -``` - -Learn more about Storybook at [storybook.js.org](https://storybook.js.org/?ref=readme). diff --git a/code/addons/onboarding/build-config.ts b/code/addons/onboarding/build-config.ts deleted file mode 100644 index fbe08645a232..000000000000 --- a/code/addons/onboarding/build-config.ts +++ /dev/null @@ -1,26 +0,0 @@ -import type { BuildEntries } from '../../../scripts/build/utils/entry-utils'; - -const config: BuildEntries = { - entries: { - browser: [ - { - exportEntries: ['.'], - entryPoint: './src/index.ts', - }, - { - exportEntries: ['./manager'], - entryPoint: './src/manager.tsx', - dts: false, - }, - ], - node: [ - { - exportEntries: ['./preset'], - entryPoint: './src/preset.ts', - dts: false, - }, - ], - }, -}; - -export default config; diff --git a/code/addons/onboarding/manager.js b/code/addons/onboarding/manager.js deleted file mode 100644 index bb3432a1730f..000000000000 --- a/code/addons/onboarding/manager.js +++ /dev/null @@ -1 +0,0 @@ -export * from './dist/manager.js'; diff --git a/code/addons/onboarding/package.json b/code/addons/onboarding/package.json deleted file mode 100644 index 5fbfc4905066..000000000000 --- a/code/addons/onboarding/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "@storybook/addon-onboarding", - "version": "10.1.0-alpha.5", - "description": "Storybook Onboarding: Help new users learn how to write stories", - "keywords": [ - "storybook", - "storybook-addon", - "onboarding", - "getting started", - "component", - "components", - "react", - "vue", - "angular", - "svelte", - "web-components" - ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/onboarding", - "bugs": { - "url": "https://github.com/storybookjs/storybook/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/storybookjs/storybook.git", - "directory": "code/addons/onboarding" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "license": "MIT", - "type": "module", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "default": "./dist/index.js" - }, - "./manager": "./dist/manager.js", - "./package.json": "./package.json", - "./preset": "./dist/preset.js" - }, - "files": [ - "dist/**/*", - "README.md", - "*.js", - "*.d.ts", - "!src/**/*" - ], - "scripts": { - "check": "jiti ../../../scripts/check/check-package.ts", - "prep": "jiti ../../../scripts/build/build-package.ts" - }, - "devDependencies": { - "@neoconfetti/react": "^1.0.0", - "@storybook/icons": "^1.6.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-joyride": "^2.8.2", - "typescript": "^5.8.3" - }, - "peerDependencies": { - "storybook": "workspace:^" - }, - "publishConfig": { - "access": "public" - } -} diff --git a/code/addons/onboarding/preset.js b/code/addons/onboarding/preset.js deleted file mode 100644 index 4bd63d324002..000000000000 --- a/code/addons/onboarding/preset.js +++ /dev/null @@ -1 +0,0 @@ -export * from './dist/preset.js'; diff --git a/code/addons/onboarding/project.json b/code/addons/onboarding/project.json deleted file mode 100644 index 75697db7494a..000000000000 --- a/code/addons/onboarding/project.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "addon-onboarding", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "projectType": "library", - "targets": { - "build": {} - } -} diff --git a/code/addons/onboarding/src/index.ts b/code/addons/onboarding/src/index.ts deleted file mode 100644 index dafa948eda6c..000000000000 --- a/code/addons/onboarding/src/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -// make it work with --isolatedModules -export default {}; diff --git a/code/addons/onboarding/src/types.d.ts b/code/addons/onboarding/src/types.d.ts deleted file mode 100644 index dd84df40a488..000000000000 --- a/code/addons/onboarding/src/types.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -declare module '*.png' { - const content: any; - export default content; -} diff --git a/code/addons/onboarding/tsconfig.json b/code/addons/onboarding/tsconfig.json deleted file mode 100644 index 73a65ef2ef6e..000000000000 --- a/code/addons/onboarding/tsconfig.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": "../../tsconfig.json", - "compilerOptions": {}, - "include": ["src/**/*"] -} diff --git a/code/addons/onboarding/vitest.config.ts b/code/addons/onboarding/vitest.config.ts deleted file mode 100644 index 7420176b2e46..000000000000 --- a/code/addons/onboarding/vitest.config.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { defineConfig, mergeConfig } from 'vitest/config'; - -import { vitestCommonConfig } from '../../vitest.workspace'; - -export default mergeConfig( - vitestCommonConfig, - defineConfig({ - // Add custom config here - }) -); diff --git a/code/core/package.json b/code/core/package.json index 23cd35cf7738..ea08e6cf517a 100644 --- a/code/core/package.json +++ b/code/core/package.json @@ -223,6 +223,7 @@ "@emotion/styled": "^11.14.0", "@fal-works/esbuild-plugin-global-externals": "^2.1.2", "@happy-dom/global-registrator": "^18.0.1", + "@neoconfetti/react": "^1.0.0", "@ngard/tiny-isequal": "^1.1.0", "@polka/compression": "^1.0.0-next.28", "@radix-ui/react-dialog": "^1.1.2", @@ -308,6 +309,7 @@ "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", "react-inspector": "^6.0.0", + "react-joyride": "^2.8.2", "react-popper-tooltip": "^4.4.2", "react-router-dom": "6.15.0", "react-syntax-highlighter": "^15.4.5", diff --git a/code/core/src/common/versions.ts b/code/core/src/common/versions.ts index 3b7bccf033bf..6a1ffa0cce03 100644 --- a/code/core/src/common/versions.ts +++ b/code/core/src/common/versions.ts @@ -3,7 +3,6 @@ export default { '@storybook/addon-a11y': '10.1.0-alpha.5', '@storybook/addon-docs': '10.1.0-alpha.5', '@storybook/addon-links': '10.1.0-alpha.5', - '@storybook/addon-onboarding': '10.1.0-alpha.5', 'storybook-addon-pseudo-states': '10.1.0-alpha.5', '@storybook/addon-themes': '10.1.0-alpha.5', '@storybook/addon-vitest': '10.1.0-alpha.5', diff --git a/code/core/src/core-server/presets/common-manager.ts b/code/core/src/core-server/presets/common-manager.ts index 563443222ac3..978f8a302f5f 100644 --- a/code/core/src/core-server/presets/common-manager.ts +++ b/code/core/src/core-server/presets/common-manager.ts @@ -11,6 +11,7 @@ import backgroundsManager from '../../backgrounds/manager'; import measureManager from '../../measure/manager'; import outlineManager from '../../outline/manager'; import viewportManager from '../../viewport/manager'; +import onboardingManager from '../../onboarding/manager'; const TAG_FILTERS = 'tag-filters'; const STATIC_FILTER = 'static-filter'; @@ -48,4 +49,5 @@ export default [ controlsManager, viewportManager, outlineManager, + onboardingManager, ]; diff --git a/code/core/src/core-server/presets/common-preset.ts b/code/core/src/core-server/presets/common-preset.ts index a3da353dbbba..8188bda2d7fd 100644 --- a/code/core/src/core-server/presets/common-preset.ts +++ b/code/core/src/core-server/presets/common-preset.ts @@ -32,6 +32,7 @@ import { dedent } from 'ts-dedent'; import { resolvePackageDir } from '../../shared/utils/module'; import { initCreateNewStoryChannel } from '../server-channel/create-new-story-channel'; import { initFileSearchChannel } from '../server-channel/file-search-channel'; +import { initOnboarding } from '../server-channel/onboarding'; import { initOpenInEditorChannel } from '../server-channel/open-in-editor-channel'; import { initPreviewInitializedChannel } from '../server-channel/preview-initialized-channel'; import { initializeChecklist } from '../utils/checklist'; @@ -263,6 +264,8 @@ export const experimental_serverChannel = async ( initOpenInEditorChannel(channel, options, coreOptions); initPreviewInitializedChannel(channel, options, coreOptions); + initOnboarding(channel, options, coreOptions); + return channel; }; diff --git a/code/addons/onboarding/src/preset.ts b/code/core/src/core-server/server-channel/onboarding.ts similarity index 72% rename from code/addons/onboarding/src/preset.ts rename to code/core/src/core-server/server-channel/onboarding.ts index 0c07b217f025..4b6ff67f8c6b 100644 --- a/code/addons/onboarding/src/preset.ts +++ b/code/core/src/core-server/server-channel/onboarding.ts @@ -2,8 +2,8 @@ import type { Channel } from 'storybook/internal/channels'; import { telemetry } from 'storybook/internal/telemetry'; import type { CoreConfig, Options } from 'storybook/internal/types'; -import { version as addonVersion } from '../package.json'; -import { STORYBOOK_ADDON_ONBOARDING_CHANNEL } from './constants'; +import versions from '../../common/versions'; +import { STORYBOOK_ADDON_ONBOARDING_CHANNEL } from '../../onboarding/constants'; type Event = { type: 'telemetry' | 'survey'; @@ -11,7 +11,9 @@ type Event = { payload?: any; }; -export const experimental_serverChannel = async (channel: Channel, options: Options) => { +const addonVersion = versions.storybook; + +export async function initOnboarding(channel: Channel, options: Options, coreOptions: CoreConfig) { const { disableTelemetry } = await options.presets.apply('core', {}); if (disableTelemetry) { @@ -27,4 +29,4 @@ export const experimental_serverChannel = async (channel: Channel, options: Opti }); return channel; -}; +} diff --git a/code/addons/onboarding/src/Onboarding.tsx b/code/core/src/onboarding/Onboarding.tsx similarity index 100% rename from code/addons/onboarding/src/Onboarding.tsx rename to code/core/src/onboarding/Onboarding.tsx diff --git a/code/addons/onboarding/src/components/Button/Button.stories.tsx b/code/core/src/onboarding/components/Button/Button.stories.tsx similarity index 100% rename from code/addons/onboarding/src/components/Button/Button.stories.tsx rename to code/core/src/onboarding/components/Button/Button.stories.tsx diff --git a/code/addons/onboarding/src/components/Button/Button.tsx b/code/core/src/onboarding/components/Button/Button.tsx similarity index 100% rename from code/addons/onboarding/src/components/Button/Button.tsx rename to code/core/src/onboarding/components/Button/Button.tsx diff --git a/code/addons/onboarding/src/components/Confetti/Confetti.stories.tsx b/code/core/src/onboarding/components/Confetti/Confetti.stories.tsx similarity index 100% rename from code/addons/onboarding/src/components/Confetti/Confetti.stories.tsx rename to code/core/src/onboarding/components/Confetti/Confetti.stories.tsx diff --git a/code/addons/onboarding/src/components/Confetti/Confetti.tsx b/code/core/src/onboarding/components/Confetti/Confetti.tsx similarity index 100% rename from code/addons/onboarding/src/components/Confetti/Confetti.tsx rename to code/core/src/onboarding/components/Confetti/Confetti.tsx diff --git a/code/addons/onboarding/src/components/HighlightElement/HighlightElement.stories.tsx b/code/core/src/onboarding/components/HighlightElement/HighlightElement.stories.tsx similarity index 100% rename from code/addons/onboarding/src/components/HighlightElement/HighlightElement.stories.tsx rename to code/core/src/onboarding/components/HighlightElement/HighlightElement.stories.tsx diff --git a/code/addons/onboarding/src/components/HighlightElement/HighlightElement.tsx b/code/core/src/onboarding/components/HighlightElement/HighlightElement.tsx similarity index 100% rename from code/addons/onboarding/src/components/HighlightElement/HighlightElement.tsx rename to code/core/src/onboarding/components/HighlightElement/HighlightElement.tsx diff --git a/code/addons/onboarding/src/components/List/List.stories.tsx b/code/core/src/onboarding/components/List/List.stories.tsx similarity index 100% rename from code/addons/onboarding/src/components/List/List.stories.tsx rename to code/core/src/onboarding/components/List/List.stories.tsx diff --git a/code/addons/onboarding/src/components/List/List.styled.tsx b/code/core/src/onboarding/components/List/List.styled.tsx similarity index 100% rename from code/addons/onboarding/src/components/List/List.styled.tsx rename to code/core/src/onboarding/components/List/List.styled.tsx diff --git a/code/addons/onboarding/src/components/List/List.tsx b/code/core/src/onboarding/components/List/List.tsx similarity index 100% rename from code/addons/onboarding/src/components/List/List.tsx rename to code/core/src/onboarding/components/List/List.tsx diff --git a/code/addons/onboarding/src/components/List/ListItem/ListItem.styled.tsx b/code/core/src/onboarding/components/List/ListItem/ListItem.styled.tsx similarity index 100% rename from code/addons/onboarding/src/components/List/ListItem/ListItem.styled.tsx rename to code/core/src/onboarding/components/List/ListItem/ListItem.styled.tsx diff --git a/code/addons/onboarding/src/components/List/ListItem/ListItem.tsx b/code/core/src/onboarding/components/List/ListItem/ListItem.tsx similarity index 100% rename from code/addons/onboarding/src/components/List/ListItem/ListItem.tsx rename to code/core/src/onboarding/components/List/ListItem/ListItem.tsx diff --git a/code/addons/onboarding/src/constants.ts b/code/core/src/onboarding/constants.ts similarity index 100% rename from code/addons/onboarding/src/constants.ts rename to code/core/src/onboarding/constants.ts diff --git a/code/addons/onboarding/src/features/GuidedTour/GuidedTour.stories.tsx b/code/core/src/onboarding/features/GuidedTour/GuidedTour.stories.tsx similarity index 100% rename from code/addons/onboarding/src/features/GuidedTour/GuidedTour.stories.tsx rename to code/core/src/onboarding/features/GuidedTour/GuidedTour.stories.tsx diff --git a/code/addons/onboarding/src/features/GuidedTour/GuidedTour.tsx b/code/core/src/onboarding/features/GuidedTour/GuidedTour.tsx similarity index 100% rename from code/addons/onboarding/src/features/GuidedTour/GuidedTour.tsx rename to code/core/src/onboarding/features/GuidedTour/GuidedTour.tsx diff --git a/code/addons/onboarding/src/features/GuidedTour/Tooltip.tsx b/code/core/src/onboarding/features/GuidedTour/Tooltip.tsx similarity index 100% rename from code/addons/onboarding/src/features/GuidedTour/Tooltip.tsx rename to code/core/src/onboarding/features/GuidedTour/Tooltip.tsx diff --git a/code/addons/onboarding/src/features/IntentSurvey/IntentSurvey.stories.tsx b/code/core/src/onboarding/features/IntentSurvey/IntentSurvey.stories.tsx similarity index 100% rename from code/addons/onboarding/src/features/IntentSurvey/IntentSurvey.stories.tsx rename to code/core/src/onboarding/features/IntentSurvey/IntentSurvey.stories.tsx diff --git a/code/addons/onboarding/src/features/IntentSurvey/IntentSurvey.tsx b/code/core/src/onboarding/features/IntentSurvey/IntentSurvey.tsx similarity index 100% rename from code/addons/onboarding/src/features/IntentSurvey/IntentSurvey.tsx rename to code/core/src/onboarding/features/IntentSurvey/IntentSurvey.tsx diff --git a/code/addons/onboarding/src/features/SplashScreen/SplashScreen.stories.tsx b/code/core/src/onboarding/features/SplashScreen/SplashScreen.stories.tsx similarity index 100% rename from code/addons/onboarding/src/features/SplashScreen/SplashScreen.stories.tsx rename to code/core/src/onboarding/features/SplashScreen/SplashScreen.stories.tsx diff --git a/code/addons/onboarding/src/features/SplashScreen/SplashScreen.tsx b/code/core/src/onboarding/features/SplashScreen/SplashScreen.tsx similarity index 100% rename from code/addons/onboarding/src/features/SplashScreen/SplashScreen.tsx rename to code/core/src/onboarding/features/SplashScreen/SplashScreen.tsx diff --git a/code/addons/onboarding/src/manager.tsx b/code/core/src/onboarding/manager.tsx similarity index 79% rename from code/addons/onboarding/src/manager.tsx rename to code/core/src/onboarding/manager.tsx index 3258b053c51e..3d33590779d2 100644 --- a/code/addons/onboarding/src/manager.tsx +++ b/code/core/src/onboarding/manager.tsx @@ -12,7 +12,7 @@ const Onboarding = lazy(() => import('./Onboarding')); // The addon is enabled only when: // 1. The onboarding query parameter is present // 2. The example button stories are present -addons.register('@storybook/addon-onboarding', async (api) => { +export default addons.register('storybook/addon-onboarding', async (api) => { const urlState = api.getUrlState(); const isOnboarding = urlState.path === '/onboarding' || urlState.queryParams.onboarding === 'true'; @@ -24,7 +24,7 @@ addons.register('@storybook/addon-onboarding', async (api) => { if (!hasButtonStories) { console.warn( - `[@storybook/addon-onboarding] It seems like you have finished the onboarding experience in Storybook! Therefore this addon is not necessary anymore and will not be loaded. You are free to remove it from your project. More info: https://github.com/storybookjs/storybook/tree/next/code/addons/onboarding#uninstalling` + `[storybook/addon-onboarding] It seems like you have finished the onboarding experience in Storybook! Therefore this addon is not necessary anymore and will not be loaded. You are free to remove it from your project. More info: https://github.com/storybookjs/storybook/tree/next/code/addons/onboarding#uninstalling` ); return; } diff --git a/code/lib/create-storybook/src/generators/baseGenerator.ts b/code/lib/create-storybook/src/generators/baseGenerator.ts index 677d57de5b42..2a88f8282ea8 100644 --- a/code/lib/create-storybook/src/generators/baseGenerator.ts +++ b/code/lib/create-storybook/src/generators/baseGenerator.ts @@ -300,10 +300,6 @@ export async function baseGenerator( extraAddons.push('@storybook/addon-docs'); } - if (features.includes('onboarding')) { - extraAddons.push('@storybook/addon-onboarding'); - } - // added to main.js const addons = [ ...(compiler ? [`@storybook/addon-webpack5-compiler-${compiler}`] : []), diff --git a/code/package.json b/code/package.json index 90bccf651409..694deac1ede7 100644 --- a/code/package.json +++ b/code/package.json @@ -114,7 +114,6 @@ "@storybook/addon-designs": "^11.0.1", "@storybook/addon-docs": "workspace:*", "@storybook/addon-links": "workspace:*", - "@storybook/addon-onboarding": "workspace:*", "@storybook/addon-themes": "workspace:*", "@storybook/addon-vitest": "workspace:*", "@storybook/angular": "workspace:*", diff --git a/code/sandbox/angular-cli-default-ts/project.json b/code/sandbox/angular-cli-default-ts/project.json index 76060a5a205d..bbe7d2674ae5 100644 --- a/code/sandbox/angular-cli-default-ts/project.json +++ b/code/sandbox/angular-cli-default-ts/project.json @@ -2,7 +2,7 @@ "name": "angular-cli/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "angular"], + "implicitDependencies": ["core", "addon-links", "angular"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/angular-cli-prerelease/project.json b/code/sandbox/angular-cli-prerelease/project.json index 111ac24a65f8..beb74decdd99 100644 --- a/code/sandbox/angular-cli-prerelease/project.json +++ b/code/sandbox/angular-cli-prerelease/project.json @@ -2,7 +2,7 @@ "name": "angular-cli/prerelease", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "angular"], + "implicitDependencies": ["core", "addon-links", "angular"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/bench-react-vite-default-ts-nodocs/project.json b/code/sandbox/bench-react-vite-default-ts-nodocs/project.json index 4a61dc2b9d30..b2e11a187085 100644 --- a/code/sandbox/bench-react-vite-default-ts-nodocs/project.json +++ b/code/sandbox/bench-react-vite-default-ts-nodocs/project.json @@ -2,7 +2,7 @@ "name": "bench/react-vite-default-ts-nodocs", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-vite"], + "implicitDependencies": ["core", "addon-links", "react-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/bench-react-vite-default-ts-test-build/project.json b/code/sandbox/bench-react-vite-default-ts-test-build/project.json index b98e1d171cc2..1665f4746fbe 100644 --- a/code/sandbox/bench-react-vite-default-ts-test-build/project.json +++ b/code/sandbox/bench-react-vite-default-ts-test-build/project.json @@ -2,7 +2,7 @@ "name": "bench/react-vite-default-ts-test-build", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-vite"], + "implicitDependencies": ["core", "addon-links", "react-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/bench-react-vite-default-ts/project.json b/code/sandbox/bench-react-vite-default-ts/project.json index d5e1cd15aff9..8b2d879024be 100644 --- a/code/sandbox/bench-react-vite-default-ts/project.json +++ b/code/sandbox/bench-react-vite-default-ts/project.json @@ -2,7 +2,7 @@ "name": "bench/react-vite-default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-vite"], + "implicitDependencies": ["core", "addon-links", "react-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/bench-react-webpack-18-ts-test-build/project.json b/code/sandbox/bench-react-webpack-18-ts-test-build/project.json index 7700cff42ce0..8eb9efed3b0a 100644 --- a/code/sandbox/bench-react-webpack-18-ts-test-build/project.json +++ b/code/sandbox/bench-react-webpack-18-ts-test-build/project.json @@ -2,7 +2,7 @@ "name": "bench/react-webpack-18-ts-test-build", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-webpack5"], + "implicitDependencies": ["core", "addon-links", "react-webpack5"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/bench-react-webpack-18-ts/project.json b/code/sandbox/bench-react-webpack-18-ts/project.json index caf705f7db80..e7a8ebbac5ca 100644 --- a/code/sandbox/bench-react-webpack-18-ts/project.json +++ b/code/sandbox/bench-react-webpack-18-ts/project.json @@ -2,7 +2,7 @@ "name": "bench/react-webpack-18-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-webpack5"], + "implicitDependencies": ["core", "addon-links", "react-webpack5"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/cra-default-js/project.json b/code/sandbox/cra-default-js/project.json index 3e1e1a042cec..90428cd3c1a7 100644 --- a/code/sandbox/cra-default-js/project.json +++ b/code/sandbox/cra-default-js/project.json @@ -2,7 +2,7 @@ "name": "cra/default-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-webpack5"], + "implicitDependencies": ["core", "addon-links", "react-webpack5"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/cra-default-ts/project.json b/code/sandbox/cra-default-ts/project.json index 9bae18526c6c..785a44f61a9c 100644 --- a/code/sandbox/cra-default-ts/project.json +++ b/code/sandbox/cra-default-ts/project.json @@ -2,7 +2,7 @@ "name": "cra/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-webpack5"], + "implicitDependencies": ["core", "addon-links", "react-webpack5"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/ember-3-js/project.json b/code/sandbox/ember-3-js/project.json index 84f89033e697..0df45dcc12a2 100644 --- a/code/sandbox/ember-3-js/project.json +++ b/code/sandbox/ember-3-js/project.json @@ -2,7 +2,7 @@ "name": "ember/3-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "ember"], + "implicitDependencies": ["core", "addon-links", "ember"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/ember-default-js/project.json b/code/sandbox/ember-default-js/project.json index d51f5cb84c8e..fdff46f56ade 100644 --- a/code/sandbox/ember-default-js/project.json +++ b/code/sandbox/ember-default-js/project.json @@ -2,7 +2,7 @@ "name": "ember/default-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "ember"], + "implicitDependencies": ["core", "addon-links", "ember"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/experimental-nextjs-vite-default-ts/project.json b/code/sandbox/experimental-nextjs-vite-default-ts/project.json index 02cedf831406..c0d305812629 100644 --- a/code/sandbox/experimental-nextjs-vite-default-ts/project.json +++ b/code/sandbox/experimental-nextjs-vite-default-ts/project.json @@ -2,7 +2,7 @@ "name": "nextjs-vite/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "nextjs-vite"], + "implicitDependencies": ["core", "addon-links", "nextjs-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/html-vite-default-js/project.json b/code/sandbox/html-vite-default-js/project.json index 05cee0779b31..d29e9e14bf96 100644 --- a/code/sandbox/html-vite-default-js/project.json +++ b/code/sandbox/html-vite-default-js/project.json @@ -2,7 +2,7 @@ "name": "html-vite/default-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "html-vite"], + "implicitDependencies": ["core", "addon-links", "html-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/html-vite-default-ts/project.json b/code/sandbox/html-vite-default-ts/project.json index f6ff9574fa28..955e56caac0e 100644 --- a/code/sandbox/html-vite-default-ts/project.json +++ b/code/sandbox/html-vite-default-ts/project.json @@ -2,7 +2,7 @@ "name": "html-vite/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "html-vite"], + "implicitDependencies": ["core", "addon-links", "html-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/internal-react16-webpack/project.json b/code/sandbox/internal-react16-webpack/project.json index 16ded58689ce..e7f73d1b5036 100644 --- a/code/sandbox/internal-react16-webpack/project.json +++ b/code/sandbox/internal-react16-webpack/project.json @@ -2,7 +2,7 @@ "name": "internal/react16-webpack", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-webpack5"], + "implicitDependencies": ["core", "addon-links", "react-webpack5"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/internal-react18-webpack-babel/project.json b/code/sandbox/internal-react18-webpack-babel/project.json index a6ca3b1d3604..387ecd9844d5 100644 --- a/code/sandbox/internal-react18-webpack-babel/project.json +++ b/code/sandbox/internal-react18-webpack-babel/project.json @@ -2,7 +2,7 @@ "name": "internal/react18-webpack-babel", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-webpack5"], + "implicitDependencies": ["core", "addon-links", "react-webpack5"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/internal-server-webpack5/project.json b/code/sandbox/internal-server-webpack5/project.json index ecae9aeff2ec..0576e71afcda 100644 --- a/code/sandbox/internal-server-webpack5/project.json +++ b/code/sandbox/internal-server-webpack5/project.json @@ -2,7 +2,7 @@ "name": "internal/server-webpack5", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "server-webpack5"], + "implicitDependencies": ["core", "addon-links", "server-webpack5"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/lit-vite-default-js/project.json b/code/sandbox/lit-vite-default-js/project.json index 1047474ded6e..84f29af0f9d6 100644 --- a/code/sandbox/lit-vite-default-js/project.json +++ b/code/sandbox/lit-vite-default-js/project.json @@ -2,7 +2,7 @@ "name": "lit-vite/default-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "web-components-vite"], + "implicitDependencies": ["core", "addon-links", "web-components-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/lit-vite-default-ts/project.json b/code/sandbox/lit-vite-default-ts/project.json index 0fa8f23d96f4..23e21d491f4f 100644 --- a/code/sandbox/lit-vite-default-ts/project.json +++ b/code/sandbox/lit-vite-default-ts/project.json @@ -2,7 +2,7 @@ "name": "lit-vite/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "web-components-vite"], + "implicitDependencies": ["core", "addon-links", "web-components-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/nextjs-default-js/project.json b/code/sandbox/nextjs-default-js/project.json index e6a15640518a..4c7506cbcfec 100644 --- a/code/sandbox/nextjs-default-js/project.json +++ b/code/sandbox/nextjs-default-js/project.json @@ -2,7 +2,7 @@ "name": "nextjs/default-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "nextjs"], + "implicitDependencies": ["core", "addon-links", "nextjs"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/nextjs-default-ts/project.json b/code/sandbox/nextjs-default-ts/project.json index 664b3576941b..04cb48efa985 100644 --- a/code/sandbox/nextjs-default-ts/project.json +++ b/code/sandbox/nextjs-default-ts/project.json @@ -2,7 +2,7 @@ "name": "nextjs/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "nextjs"], + "implicitDependencies": ["core", "addon-links", "nextjs"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/nextjs-prerelease/project.json b/code/sandbox/nextjs-prerelease/project.json index 220c31bf8b91..2c5a9e318b1c 100644 --- a/code/sandbox/nextjs-prerelease/project.json +++ b/code/sandbox/nextjs-prerelease/project.json @@ -2,7 +2,7 @@ "name": "nextjs/prerelease", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "nextjs"], + "implicitDependencies": ["core", "addon-links", "nextjs"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/nuxt-vite-default-ts/project.json b/code/sandbox/nuxt-vite-default-ts/project.json index 8a9216dabeb1..4fa936c4702e 100644 --- a/code/sandbox/nuxt-vite-default-ts/project.json +++ b/code/sandbox/nuxt-vite-default-ts/project.json @@ -2,7 +2,7 @@ "name": "nuxt-vite/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "vue3-vite"], + "implicitDependencies": ["core", "addon-links", "vue3-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/preact-vite-default-js/project.json b/code/sandbox/preact-vite-default-js/project.json index 38d84ba098ac..62cd5f678b23 100644 --- a/code/sandbox/preact-vite-default-js/project.json +++ b/code/sandbox/preact-vite-default-js/project.json @@ -2,7 +2,7 @@ "name": "preact-vite/default-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "preact-vite"], + "implicitDependencies": ["core", "addon-links", "preact-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/preact-vite-default-ts/project.json b/code/sandbox/preact-vite-default-ts/project.json index 5a1a14f46351..e801abe93b01 100644 --- a/code/sandbox/preact-vite-default-ts/project.json +++ b/code/sandbox/preact-vite-default-ts/project.json @@ -2,7 +2,7 @@ "name": "preact-vite/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "preact-vite"], + "implicitDependencies": ["core", "addon-links", "preact-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/qwik-vite-default-ts/project.json b/code/sandbox/qwik-vite-default-ts/project.json index 1fb894133b78..e4876bcda869 100644 --- a/code/sandbox/qwik-vite-default-ts/project.json +++ b/code/sandbox/qwik-vite-default-ts/project.json @@ -2,7 +2,7 @@ "name": "qwik-vite/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding"], + "implicitDependencies": ["core", "addon-links"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/react-vite-default-js/project.json b/code/sandbox/react-vite-default-js/project.json index 8b229352c57b..e416c6a79773 100644 --- a/code/sandbox/react-vite-default-js/project.json +++ b/code/sandbox/react-vite-default-js/project.json @@ -2,7 +2,7 @@ "name": "react-vite/default-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-vite"], + "implicitDependencies": ["core", "addon-links", "react-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/react-vite-default-ts/project.json b/code/sandbox/react-vite-default-ts/project.json index a8c255582d95..58aa43672c1b 100644 --- a/code/sandbox/react-vite-default-ts/project.json +++ b/code/sandbox/react-vite-default-ts/project.json @@ -2,7 +2,7 @@ "name": "react-vite/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-vite"], + "implicitDependencies": ["core", "addon-links", "react-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/react-webpack-17-ts/project.json b/code/sandbox/react-webpack-17-ts/project.json index 342f635f3ca1..c34e22f7d47f 100644 --- a/code/sandbox/react-webpack-17-ts/project.json +++ b/code/sandbox/react-webpack-17-ts/project.json @@ -2,7 +2,7 @@ "name": "react-webpack/17-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-webpack5"], + "implicitDependencies": ["core", "addon-links", "react-webpack5"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/react-webpack-18-ts/project.json b/code/sandbox/react-webpack-18-ts/project.json index 84930219beeb..7b9689ca338e 100644 --- a/code/sandbox/react-webpack-18-ts/project.json +++ b/code/sandbox/react-webpack-18-ts/project.json @@ -2,7 +2,7 @@ "name": "react-webpack/18-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "react-webpack5"], + "implicitDependencies": ["core", "addon-links", "react-webpack5"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/solid-vite-default-js/project.json b/code/sandbox/solid-vite-default-js/project.json index d153483bb96d..6c1999fe7e61 100644 --- a/code/sandbox/solid-vite-default-js/project.json +++ b/code/sandbox/solid-vite-default-js/project.json @@ -2,7 +2,7 @@ "name": "solid-vite/default-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding"], + "implicitDependencies": ["core", "addon-links"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/solid-vite-default-ts/project.json b/code/sandbox/solid-vite-default-ts/project.json index b153ca3cd880..177fe4fc6bf4 100644 --- a/code/sandbox/solid-vite-default-ts/project.json +++ b/code/sandbox/solid-vite-default-ts/project.json @@ -2,7 +2,7 @@ "name": "solid-vite/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding"], + "implicitDependencies": ["core", "addon-links"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/svelte-kit-default-ts/project.json b/code/sandbox/svelte-kit-default-ts/project.json index 3316821ebbb2..f5657c6e3dfa 100644 --- a/code/sandbox/svelte-kit-default-ts/project.json +++ b/code/sandbox/svelte-kit-default-ts/project.json @@ -2,7 +2,7 @@ "name": "svelte-kit/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "sveltekit"], + "implicitDependencies": ["core", "addon-links", "sveltekit"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/svelte-kit-skeleton-js/project.json b/code/sandbox/svelte-kit-skeleton-js/project.json index 08d21675634e..9bca03f17802 100644 --- a/code/sandbox/svelte-kit-skeleton-js/project.json +++ b/code/sandbox/svelte-kit-skeleton-js/project.json @@ -2,7 +2,7 @@ "name": "svelte-kit/skeleton-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "sveltekit"], + "implicitDependencies": ["core", "addon-links", "sveltekit"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/svelte-kit-skeleton-ts/project.json b/code/sandbox/svelte-kit-skeleton-ts/project.json index fbb2a57f7590..586afd16b423 100644 --- a/code/sandbox/svelte-kit-skeleton-ts/project.json +++ b/code/sandbox/svelte-kit-skeleton-ts/project.json @@ -2,7 +2,7 @@ "name": "svelte-kit/skeleton-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "sveltekit"], + "implicitDependencies": ["core", "addon-links", "sveltekit"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/svelte-vite-default-js/project.json b/code/sandbox/svelte-vite-default-js/project.json index b07f841f82d2..ef2219e9886b 100644 --- a/code/sandbox/svelte-vite-default-js/project.json +++ b/code/sandbox/svelte-vite-default-js/project.json @@ -2,7 +2,7 @@ "name": "svelte-vite/default-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "svelte-vite"], + "implicitDependencies": ["core", "addon-links", "svelte-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/svelte-vite-default-ts/project.json b/code/sandbox/svelte-vite-default-ts/project.json index bccd40b1f945..1ad95611ac14 100644 --- a/code/sandbox/svelte-vite-default-ts/project.json +++ b/code/sandbox/svelte-vite-default-ts/project.json @@ -2,7 +2,7 @@ "name": "svelte-vite/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "svelte-vite"], + "implicitDependencies": ["core", "addon-links", "svelte-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/vue3-vite-default-js/project.json b/code/sandbox/vue3-vite-default-js/project.json index 5bcc49cece6c..475bb2999383 100644 --- a/code/sandbox/vue3-vite-default-js/project.json +++ b/code/sandbox/vue3-vite-default-js/project.json @@ -2,7 +2,7 @@ "name": "vue3-vite/default-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "vue3-vite"], + "implicitDependencies": ["core", "addon-links", "vue3-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/sandbox/vue3-vite-default-ts/project.json b/code/sandbox/vue3-vite-default-ts/project.json index c739c1dc3eb5..094692e01d84 100644 --- a/code/sandbox/vue3-vite-default-ts/project.json +++ b/code/sandbox/vue3-vite-default-ts/project.json @@ -2,7 +2,7 @@ "name": "vue3-vite/default-ts", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "implicitDependencies": ["core", "addon-links", "addon-onboarding", "vue3-vite"], + "implicitDependencies": ["core", "addon-links", "vue3-vite"], "targets": { "sandbox": {}, "sb:dev": {}, diff --git a/code/yarn.lock b/code/yarn.lock index d324b60ab7ad..988c108d70de 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -6164,21 +6164,6 @@ __metadata: languageName: unknown linkType: soft -"@storybook/addon-onboarding@workspace:*, @storybook/addon-onboarding@workspace:addons/onboarding": - version: 0.0.0-use.local - resolution: "@storybook/addon-onboarding@workspace:addons/onboarding" - dependencies: - "@neoconfetti/react": "npm:^1.0.0" - "@storybook/icons": "npm:^1.6.0" - react: "npm:^18.2.0" - react-dom: "npm:^18.2.0" - react-joyride: "npm:^2.8.2" - typescript: "npm:^5.8.3" - peerDependencies: - storybook: "workspace:^" - languageName: unknown - linkType: soft - "@storybook/addon-themes@workspace:*, @storybook/addon-themes@workspace:addons/themes": version: 0.0.0-use.local resolution: "@storybook/addon-themes@workspace:addons/themes" @@ -6858,7 +6843,6 @@ __metadata: "@storybook/addon-designs": "npm:^11.0.1" "@storybook/addon-docs": "workspace:*" "@storybook/addon-links": "workspace:*" - "@storybook/addon-onboarding": "workspace:*" "@storybook/addon-themes": "workspace:*" "@storybook/addon-vitest": "workspace:*" "@storybook/angular": "workspace:*" @@ -24514,6 +24498,7 @@ __metadata: "@emotion/styled": "npm:^11.14.0" "@fal-works/esbuild-plugin-global-externals": "npm:^2.1.2" "@happy-dom/global-registrator": "npm:^18.0.1" + "@neoconfetti/react": "npm:^1.0.0" "@ngard/tiny-isequal": "npm:^1.1.0" "@polka/compression": "npm:^1.0.0-next.28" "@radix-ui/react-dialog": "npm:^1.1.2" @@ -24606,6 +24591,7 @@ __metadata: react-dom: "npm:^18.2.0" react-helmet-async: "npm:^1.3.0" react-inspector: "npm:^6.0.0" + react-joyride: "npm:^2.8.2" react-popper-tooltip: "npm:^4.4.2" react-router-dom: "npm:6.15.0" react-syntax-highlighter: "npm:^15.4.5" diff --git a/docs/api/cli-options.mdx b/docs/api/cli-options.mdx index 92043b63d7af..a1c4cea41241 100644 --- a/docs/api/cli-options.mdx +++ b/docs/api/cli-options.mdx @@ -290,7 +290,6 @@ Storybook Environment Info: Browsers: Chrome: 120.0.6099.199 npmPackages: - @storybook/addon-onboarding: ^1.0.10 => 1.0.10 @storybook/react: ^7.6.6 => 7.6.6 @storybook/react-vite: ^7.6.6 => 7.6.6 storybook: ^7.6.6 => 7.6.6 diff --git a/docs/configure/telemetry.mdx b/docs/configure/telemetry.mdx index ba0f888c592d..789bb933c9ac 100644 --- a/docs/configure/telemetry.mdx +++ b/docs/configure/telemetry.mdx @@ -128,9 +128,6 @@ Will generate the following output: } }, "addons": { - "@storybook/addon-onboarding": { - "version": "1.0.6" - } } } } diff --git a/scripts/build/entry-configs.ts b/scripts/build/entry-configs.ts index 7414ffcca0f9..cac0564d09f9 100644 --- a/scripts/build/entry-configs.ts +++ b/scripts/build/entry-configs.ts @@ -5,8 +5,6 @@ import docsConfig from '../../../code/addons/docs/build-config'; // @ts-ignore import linksConfig from '../../../code/addons/links/build-config'; // @ts-ignore -import onboardingConfig from '../../../code/addons/onboarding/build-config'; -// @ts-ignore import pseudoStatesConfig from '../../../code/addons/pseudo-states/build-config'; // @ts-ignore import themesConfig from '../../../code/addons/themes/build-config'; @@ -89,7 +87,6 @@ export const buildEntries = { '@storybook/addon-a11y': a11yConfig, '@storybook/addon-docs': docsConfig, '@storybook/addon-links': linksConfig, - '@storybook/addon-onboarding': onboardingConfig, 'storybook-addon-pseudo-states': pseudoStatesConfig, '@storybook/addon-themes': themesConfig, '@storybook/addon-vitest': vitestConfig, diff --git a/scripts/create-nx-sandbox-projects.ts b/scripts/create-nx-sandbox-projects.ts index d1dae02e476d..4e8a1bf959b6 100644 --- a/scripts/create-nx-sandbox-projects.ts +++ b/scripts/create-nx-sandbox-projects.ts @@ -17,7 +17,6 @@ const projectJson = (name: string, framework: string, tags: string[]) => ({ 'interactions', 'addon-vitest', 'links', - 'onboarding', 'blocks', ...(!['storybook-framework-qwik', 'storybook-solidjs-vite'].includes(framework) ? [framework]