Socket
Socket
Sign inDemoInstall

@storybook/html

Package Overview
Dependencies
Maintainers
11
Versions
1785
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/html - npm Package Compare versions

Comparing version 0.0.0-pr-28882-sha-e607100a to 0.0.0-pr-28920-sha-f4db6c03

12

package.json
{
"name": "@storybook/html",
"version": "0.0.0-pr-28882-sha-e607100a",
"version": "0.0.0-pr-28920-sha-f4db6c03",
"description": "Storybook HTML renderer",

@@ -50,7 +50,7 @@ "keywords": [

"dependencies": {
"@storybook/components": "^0.0.0-pr-28882-sha-e607100a",
"@storybook/components": "^0.0.0-pr-28920-sha-f4db6c03",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "^0.0.0-pr-28882-sha-e607100a",
"@storybook/preview-api": "^0.0.0-pr-28882-sha-e607100a",
"@storybook/theming": "^0.0.0-pr-28882-sha-e607100a",
"@storybook/manager-api": "^0.0.0-pr-28920-sha-f4db6c03",
"@storybook/preview-api": "^0.0.0-pr-28920-sha-f4db6c03",
"@storybook/theming": "^0.0.0-pr-28920-sha-f4db6c03",
"ts-dedent": "^2.0.0"

@@ -62,3 +62,3 @@ },

"peerDependencies": {
"storybook": "^0.0.0-pr-28882-sha-e607100a"
"storybook": "^0.0.0-pr-28920-sha-f4db6c03"
},

@@ -65,0 +65,0 @@ "engines": {

import './button.css';
export interface ButtonProps {
/**
* Is this the principal call to action on the page?
*/
/** Is this the principal call to action on the page? */
primary?: boolean;
/**
* What background color to use
*/
/** What background color to use */
backgroundColor?: string;
/**
* How large should the button be?
*/
/** How large should the button be? */
size?: 'small' | 'medium' | 'large';
/**
* Button contents
*/
/** Button contents */
label: string;
/**
* Optional click handler
*/
/** Optional click handler */
onClick?: () => void;
}
/**
* Primary UI component for user interaction
*/
/** Primary UI component for user interaction */
export const createButton = ({

@@ -30,0 +18,0 @@ primary = false,

import './button.css';
export interface ButtonProps {
/**
* Is this the principal call to action on the page?
*/
/** Is this the principal call to action on the page? */
primary?: boolean;
/**
* What background color to use
*/
/** What background color to use */
backgroundColor?: string;
/**
* How large should the button be?
*/
/** How large should the button be? */
size?: 'small' | 'medium' | 'large';
/**
* Button contents
*/
/** Button contents */
label: string;
/**
* Optional click handler
*/
/** Optional click handler */
onClick?: () => void;
}
/**
* Primary UI component for user interaction
*/
/** Primary UI component for user interaction */
export const createButton = ({

@@ -30,0 +18,0 @@ primary = false,

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