@storybook/addon-onboarding 0.0.7--canary.4.a77a4f9.0 → 0.0.7--canary.6.b4984ef.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.
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/preview.ts"],"names":["preview","preview_default"],"mappings":"AAOA,IAAMA,EAAwC,CAAC,EAExCC,EAAQD","sourcesContent":["import type { Renderer, ProjectAnnotations } from \"@storybook/types\";\n\n/**\n * Note: if you want to use JSX in this file, rename it to `preview.tsx`\n * and update the entry prop in tsup.config.ts to use \"src/preview.tsx\",\n */\n\nconst preview: ProjectAnnotations<Renderer> = {};\n\nexport default preview;\n"]}
1
+ {"version":3,"sources":["../src/preview.ts"],"names":["preview","preview_default"],"mappings":"AASA,IAAMA,EAAwC,CAAC,EAExCC,EAAQD","sourcesContent":["import type { Renderer, ProjectAnnotations } from \"@storybook/types\";\nimport { ThemeProvider, ensure, themes } from \"@storybook/theming\";\nimport React from \"react\";\n\n/**\n * Note: if you want to use JSX in this file, rename it to `preview.tsx`\n * and update the entry prop in tsup.config.ts to use \"src/preview.tsx\",\n */\n\nconst preview: ProjectAnnotations<Renderer> = {};\n\nexport default preview;\n"]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/preview.ts"],"names":["preview","preview_default"],"mappings":"AAOA,IAAMA,EAAwC,CAAC,EAExCC,EAAQD","sourcesContent":["import type { Renderer, ProjectAnnotations } from \"@storybook/types\";\n\n/**\n * Note: if you want to use JSX in this file, rename it to `preview.tsx`\n * and update the entry prop in tsup.config.ts to use \"src/preview.tsx\",\n */\n\nconst preview: ProjectAnnotations<Renderer> = {};\n\nexport default preview;\n"]}
1
+ {"version":3,"sources":["../src/preview.ts"],"names":["preview","preview_default"],"mappings":"AASA,IAAMA,EAAwC,CAAC,EAExCC,EAAQD","sourcesContent":["import type { Renderer, ProjectAnnotations } from \"@storybook/types\";\nimport { ThemeProvider, ensure, themes } from \"@storybook/theming\";\nimport React from \"react\";\n\n/**\n * Note: if you want to use JSX in this file, rename it to `preview.tsx`\n * and update the entry prop in tsup.config.ts to use \"src/preview.tsx\",\n */\n\nconst preview: ProjectAnnotations<Renderer> = {};\n\nexport default preview;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-onboarding",
3
- "version": "0.0.7--canary.4.a77a4f9.0",
3
+ "version": "0.0.7--canary.6.b4984ef.0",
4
4
  "description": "Storybook Addon Onboarding - Introduces a new onboarding experience",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -55,14 +55,12 @@
55
55
  },
56
56
  "devDependencies": {
57
57
  "@storybook/addon-essentials": "^7.0.0",
58
- "@storybook/addon-interactions": "^7.0.17",
58
+ "@storybook/addon-interactions": "^7.0.0",
59
59
  "@storybook/addon-links": "^7.0.0",
60
- "@storybook/jest": "^0.1.0",
61
60
  "@storybook/react": "^7.0.0",
62
61
  "@storybook/react-vite": "^7.0.0",
63
62
  "@storybook/testing-library": "^0.0.14-next.1",
64
63
  "@storybook/theming": "^7.0.17",
65
- "@storybook/types": "^7.0.17",
66
64
  "@types/node": "^18.15.0",
67
65
  "@types/react": "^18.0.34",
68
66
  "@types/react-dom": "^18.2.4",
@@ -109,9 +107,5 @@
109
107
  "url": "https://github.com/storybookjs/addon-onboarding/issues"
110
108
  },
111
109
  "readme": "ERROR: No README data found!",
112
- "homepage": "https://github.com/storybookjs/addon-onboarding#readme",
113
- "dependencies": {
114
- "@floating-ui/react": "^0.24.1"
115
- },
116
- "packageManager": "yarn@1.22.19"
110
+ "homepage": "https://github.com/storybookjs/addon-onboarding#readme"
117
111
  }