Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ nodeLinker: node-modules
npmRegistryServer: "https://registry.yarnpkg.com"

packageExtensions:
"@rolldown/binding-wasm32-wasi@*":
dependencies:
"@emnapi/core": "*"
"@emnapi/runtime": "*"
"@storybook/addon-docs@*":
peerDependencies:
"@types/react": "*"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@storybook/addon-docs": "^10.2.14",
"@storybook/addon-links": "^10.2.14",
"@storybook/react-vite": "^10.2.14",
"@storybook/addon-docs": "^10.3.3",
"@storybook/addon-links": "^10.3.3",
"@storybook/react-vite": "^10.3.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
Expand Down Expand Up @@ -110,11 +110,11 @@
"rollup": "^4.60.0",
"rollup-preserve-directives": "^1.1.3",
"sass-embedded": "^1.97.2",
"storybook": "^10.2.14",
"storybook": "^10.3.3",
"tslib": "^2.8.1",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^7.3.1",
"vite": "^8.0.3",
"vite-tsconfig-paths": "^6.1.1"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions stories/Form Elements/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ export const Reverse: Story = {
reverse: true,
children: 'Log out',
},
globals: {
backgrounds: { value: 'dark' },
},
};

export const SmallReverse: Story = {
Expand All @@ -119,6 +122,9 @@ export const SmallReverse: Story = {
small: true,
children: 'Log out',
},
globals: {
backgrounds: { value: 'dark' },
},
};

/**
Expand Down
Loading
Loading