Socket
Socket
Sign inDemoInstall

@storybook/blocks

Package Overview
Dependencies
24
Maintainers
29
Versions
670
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-alpha.11 to 7.0.0-alpha.12

16

dist/index.d.ts

@@ -1,2 +0,2 @@

import React, { FunctionComponent, ComponentProps, FC, ElementType, Context, ReactNode } from 'react';
import React, { FunctionComponent, ComponentProps, ReactNode, FC, ElementType, Context } from 'react';
import { Conditional, Parameters, AnyFramework, StrictArgTypes, ProjectAnnotations, StoryId as StoryId$1, BaseAnnotations, StoryAnnotations } from '@storybook/csf';

@@ -43,2 +43,3 @@ import * as _storybook_store from '@storybook/store';

additionalActions?: ActionItem[];
children?: ReactNode;
}

@@ -69,2 +70,3 @@

interface ArgsTableOptionProps {
children?: React.ReactNode;
updateArgs?: (args: Args) => void;

@@ -119,2 +121,3 @@ resetArgs?: (argNames?: string[]) => void;

error?: StoryError;
children?: React.ReactNode;
}>;

@@ -147,2 +150,5 @@

declare const ColorItem: FunctionComponent<ColorItemProps>;
interface ColorPaletteProps {
children?: React.ReactNode;
}
/**

@@ -152,6 +158,7 @@ * Styleguide documentation for colors, including names, captions, and color swatches,

*/
declare const ColorPalette: FunctionComponent;
declare const ColorPalette: FunctionComponent<ColorPaletteProps>;
interface IconItemProps {
name: string;
children?: React.ReactNode;
}

@@ -162,6 +169,9 @@ /**

declare const IconItem: FunctionComponent<IconItemProps>;
interface IconGalleryProps {
children?: React.ReactNode;
}
/**
* Show a grid of icons, as specified by `IconItem`.
*/
declare const IconGallery: FunctionComponent;
declare const IconGallery: FunctionComponent<IconGalleryProps>;

@@ -168,0 +178,0 @@ declare const anchorBlockIdFromId: (storyId: string) => string;

24

package.json
{
"name": "@storybook/blocks",
"version": "7.0.0-alpha.11",
"version": "7.0.0-alpha.12",
"description": "Storybook Doc Blocks",

@@ -45,15 +45,15 @@ "keywords": [

"@mdx-js/react": "^1.6.22",
"@storybook/addons": "7.0.0-alpha.11",
"@storybook/api": "7.0.0-alpha.11",
"@storybook/client-logger": "7.0.0-alpha.11",
"@storybook/components": "7.0.0-alpha.11",
"@storybook/core-events": "7.0.0-alpha.11",
"@storybook/addons": "7.0.0-alpha.12",
"@storybook/api": "7.0.0-alpha.12",
"@storybook/client-logger": "7.0.0-alpha.12",
"@storybook/components": "7.0.0-alpha.12",
"@storybook/core-events": "7.0.0-alpha.12",
"@storybook/csf": "0.0.2--canary.7c6c115.0",
"@storybook/docs-tools": "7.0.0-alpha.11",
"@storybook/preview-web": "7.0.0-alpha.11",
"@storybook/store": "7.0.0-alpha.11",
"@storybook/theming": "7.0.0-alpha.11",
"@storybook/docs-tools": "7.0.0-alpha.12",
"@storybook/preview-web": "7.0.0-alpha.12",
"@storybook/store": "7.0.0-alpha.12",
"@storybook/theming": "7.0.0-alpha.12",
"color-convert": "^2.0.1",
"core-js": "^3.8.2",
"fast-deep-equal": "^3.1.3",
"dequal": "^2.0.2",
"global": "^4.4.0",

@@ -83,3 +83,3 @@ "lodash": "^4.17.21",

},
"gitHead": "688d338903e84a7e83cb104472e868e734399f65"
"gitHead": "5070efff271ecb5c26b3eb94c128c4896171cffe"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc