@storybook/addon-onboarding 0.0.32-canary.51.2a73dfa.0 → 0.0.32-canary.51.3a67213.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.
Files changed (2) hide show
  1. package/dist/manager.mjs +3 -1
  2. package/package.json +1 -1
package/dist/manager.mjs CHANGED
@@ -409,7 +409,9 @@ export const Warning: Story = {
409
409
  // ...
410
410
  };
411
411
 
412
- export default meta;`}],[{code:"export const Primary: Story = {"},{code:`args: {
412
+ export default meta;`}],[{code:`type Story = StoryObj<Button>;
413
+
414
+ export const Primary: Story = {`},{code:`args: {
413
415
  primary: true,
414
416
  label: 'Click',
415
417
  background: 'red'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-onboarding",
3
- "version": "0.0.32-canary.51.2a73dfa.0",
3
+ "version": "0.0.32-canary.51.3a67213.0",
4
4
  "description": "Storybook Addon Onboarding - Introduces a new onboarding experience",
5
5
  "keywords": [
6
6
  "storybook-addons",