Socket
Socket
Sign inDemoInstall

@storybook/components

Package Overview
Dependencies
46
Maintainers
9
Versions
1670
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.1.0-alpha.2 to 8.1.0-alpha.3

13

dist/index.d.ts

@@ -781,2 +781,4 @@ import * as react from 'react';

tools?: ReactNode;
showToolsWhenEmpty?: boolean;
emptyState?: ReactNode;
selected?: string;

@@ -812,2 +814,9 @@ actions?: {

interface Props {
title: react__default.ReactNode;
description?: react__default.ReactNode;
footer?: react__default.ReactNode;
}
declare const EmptyTabContent: ({ title, description, footer }: Props) => react__default.JSX.Element;
interface ButtonProps extends DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> {

@@ -857,3 +866,3 @@ href?: never;

declare const FlexBar: {
({ children, backgroundColor, ...rest }: FlexBarProps): react__default.JSX.Element;
({ children, backgroundColor, className, ...rest }: FlexBarProps): react__default.JSX.Element;
displayName: string;

@@ -1176,2 +1185,2 @@ };

export { A, ActionBar, ActionItem, AddonPanel, Badge, Bar, Blockquote, Button, ClipboardCode, Code, DL, Div, DocumentWrapper, ErrorFormatter, FlexBar, Form, H1, H2, H3, H4, H5, H6, HR, IconButton, IconButtonSkeleton, Icons, IconsProps, Img, LI, Link$1 as Link, ListItem, Loader, OL, P, Placeholder, Pre, ResetWrapper, ScrollArea, Separator, Spaced, Span, StorybookIcon, StorybookLogo, SupportedLanguage, Symbols, SyntaxHighlighter, SyntaxHighlighterFormatTypes, SyntaxHighlighterProps, SyntaxHighlighterRendererProps, TT, TabBar, TabButton, TabWrapper, Table, Tabs, TabsState, TooltipLinkList, Link as TooltipLinkListLink, TooltipMessage, TooltipNote, UL, WithTooltip, WithTooltipPure, Zoom, codeCommon, components, createCopyToClipboardFunction, getStoryHref, icons, interleaveSeparators, nameSpaceClassNames, resetComponents, withReset };
export { A, ActionBar, ActionItem, AddonPanel, Badge, Bar, Blockquote, Button, ClipboardCode, Code, DL, Div, DocumentWrapper, EmptyTabContent, ErrorFormatter, FlexBar, Form, H1, H2, H3, H4, H5, H6, HR, IconButton, IconButtonSkeleton, Icons, IconsProps, Img, LI, Link$1 as Link, ListItem, Loader, OL, P, Placeholder, Pre, ResetWrapper, ScrollArea, Separator, Spaced, Span, StorybookIcon, StorybookLogo, SupportedLanguage, Symbols, SyntaxHighlighter, SyntaxHighlighterFormatTypes, SyntaxHighlighterProps, SyntaxHighlighterRendererProps, TT, TabBar, TabButton, TabWrapper, Table, Tabs, TabsState, TooltipLinkList, Link as TooltipLinkListLink, TooltipMessage, TooltipNote, UL, WithTooltip, WithTooltipPure, Zoom, codeCommon, components, createCopyToClipboardFunction, getStoryHref, icons, interleaveSeparators, nameSpaceClassNames, resetComponents, withReset };

10

package.json
{
"name": "@storybook/components",
"version": "8.1.0-alpha.2",
"version": "8.1.0-alpha.3",
"description": "Core Storybook Components",

@@ -63,8 +63,8 @@ "keywords": [

"@radix-ui/react-slot": "^1.0.2",
"@storybook/client-logger": "8.1.0-alpha.2",
"@storybook/client-logger": "8.1.0-alpha.3",
"@storybook/csf": "^0.1.2",
"@storybook/global": "^5.0.0",
"@storybook/icons": "^1.2.5",
"@storybook/theming": "8.1.0-alpha.2",
"@storybook/types": "8.1.0-alpha.2",
"@storybook/theming": "8.1.0-alpha.3",
"@storybook/types": "8.1.0-alpha.3",
"memoizerific": "^1.11.3",

@@ -76,3 +76,3 @@ "util-deprecate": "^1.0.2"

"@radix-ui/react-scroll-area": "^1.0.5",
"@storybook/test": "8.1.0-alpha.2",
"@storybook/test": "8.1.0-alpha.3",
"@types/react-syntax-highlighter": "11.0.5",

@@ -79,0 +79,0 @@ "@types/util-deprecate": "^1.0.0",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc