@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.
- package/dist/manager.mjs +3 -1
- 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
|
|
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