Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@storybook/addon-controls

Package Overview
Dependencies
Maintainers
11
Versions
1452
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/addon-controls - npm Package Compare versions

Comparing version 0.0.0-pr-29424-sha-612c2fbc to 0.0.0-pr-29434-sha-c02fe507

6

package.json
{
"name": "@storybook/addon-controls",
"version": "0.0.0-pr-29424-sha-612c2fbc",
"version": "0.0.0-pr-29434-sha-c02fe507",
"description": "Interact with component inputs dynamically in the Storybook UI",

@@ -58,3 +58,3 @@ "keywords": [

"devDependencies": {
"@storybook/blocks": "0.0.0-pr-29424-sha-612c2fbc",
"@storybook/blocks": "0.0.0-pr-29434-sha-c02fe507",
"@storybook/icons": "^1.2.12",

@@ -65,3 +65,3 @@ "react": "^18.2.0",

"peerDependencies": {
"storybook": "^0.0.0-pr-29424-sha-612c2fbc"
"storybook": "^0.0.0-pr-29434-sha-c02fe507"
},

@@ -68,0 +68,0 @@ "publishConfig": {

@@ -5,3 +5,3 @@ # Storybook Controls Addon

[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/controls/docs/media/addon-controls-hero.gif)

Controls 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:
Controls 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):

@@ -129,3 +129,3 @@ ```js

- You're using a framework for which automatic generation [isn't supported](https://storybook.js.org/docs/react/api/frameworks-feature-support)
- You're using a framework for which automatic generation [isn't supported](https://storybook.js.org/docs/configure/integration/frameworks-feature-support)
- You're trying to generate controls for a component defined in an external library

@@ -179,3 +179,3 @@

Like [story parameters](https://storybook.js.org/docs/react/writing-stories/parameters), `args` and `argTypes` annotations are hierarchically merged, so story-level annotations overwrite component-level annotations.
Like [story parameters](https://storybook.js.org/docs/writing-stories/parameters), `args` and `argTypes` annotations are hierarchically merged, so story-level annotations overwrite component-level annotations.

@@ -182,0 +182,0 @@ ### How do controls work with MDX?

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc