@storybook/addon-actions
Advanced tools
Comparing version 0.0.0-pr-29256-sha-cd1d83f5 to 0.0.0-pr-29267-sha-d499768c
{ | ||
"name": "@storybook/addon-actions", | ||
"version": "0.0.0-pr-29256-sha-cd1d83f5", | ||
"version": "0.0.0-pr-29267-sha-d499768c", | ||
"description": "Get UI feedback when an action is performed on an interactive element", | ||
@@ -77,3 +77,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@storybook/test": "0.0.0-pr-29256-sha-cd1d83f5", | ||
"@storybook/test": "0.0.0-pr-29267-sha-d499768c", | ||
"react": "^18.2.0", | ||
@@ -86,3 +86,3 @@ "react-dom": "^18.2.0", | ||
"peerDependencies": { | ||
"storybook": "^0.0.0-pr-29256-sha-cd1d83f5" | ||
"storybook": "^0.0.0-pr-29267-sha-d499768c" | ||
}, | ||
@@ -89,0 +89,0 @@ "publishConfig": { |
@@ -5,3 +5,3 @@ # Storybook Addon Actions | ||
[Framework Support](https://storybook.js.org/docs/react/api/frameworks-feature-support) | ||
[Framework Support](https://storybook.js.org/docs/configure/integration/frameworks-feature-support) | ||
@@ -12,3 +12,3 @@ ![Screenshot](https://raw.githubusercontent.com/storybookjs/storybook/next/code/addons/actions/docs/screenshot.png) | ||
Actions is part of [essentials](https://storybook.js.org/docs/react/essentials) and so is installed in all new Storybooks by default. If you need to add it to your Storybook, you can run: | ||
Actions is part of [essentials](https://storybook.js.org/docs/essentials) and so is installed in all new Storybooks by default. If you need to add it to your Storybook, you can run: | ||
@@ -19,3 +19,3 @@ ```sh | ||
Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/react/configure/#configure-your-storybook-project): | ||
Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/configure#configure-your-storybook-project): | ||
@@ -30,2 +30,2 @@ ```js | ||
The basic usage is documented in the [documentation](https://storybook.js.org/docs/react/essentials/actions). For legacy usage, see the [advanced README](./ADVANCED.md). | ||
The basic usage is documented in the [documentation](https://storybook.js.org/docs/essentials/actions). For legacy usage, see the [advanced README](./ADVANCED.md). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59155
73