@storybook/addon-onboarding 8.6.0-beta.0 → 8.6.0-beta.10

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,5 +1,5 @@
1
1
  'use strict';
2
2
 
3
- var src_default={};
3
+ var index_default={};
4
4
 
5
- module.exports = src_default;
5
+ module.exports = index_default;
package/dist/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
- var src_default={};
1
+ var index_default={};
2
2
 
3
- export { src_default as default };
3
+ export { index_default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-onboarding",
3
- "version": "8.6.0-beta.0",
3
+ "version": "8.6.0-beta.10",
4
4
  "description": "Storybook Addon Onboarding - Introduces a new onboarding experience",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -48,7 +48,7 @@
48
48
  "@neoconfetti/react": "^1.0.0",
49
49
  "@radix-ui/react-dialog": "^1.0.5",
50
50
  "@storybook/icons": "^1.2.12",
51
- "@storybook/react": "8.6.0-beta.0",
51
+ "@storybook/react": "8.6.0-beta.10",
52
52
  "framer-motion": "^11.0.3",
53
53
  "react": "^18.2.0",
54
54
  "react-dom": "^18.2.0",
@@ -57,7 +57,7 @@
57
57
  "typescript": "^5.7.3"
58
58
  },
59
59
  "peerDependencies": {
60
- "storybook": "^8.6.0-beta.0"
60
+ "storybook": "^8.6.0-beta.10"
61
61
  },
62
62
  "publishConfig": {
63
63
  "access": "public"