@storybook/core
Advanced tools
Comparing version 0.0.0-pr-30004-sha-11628b25 to 0.0.0-pr-30005-sha-ba51dda0
@@ -441,3 +441,3 @@ import * as React$1 from 'react'; | ||
size?: 'small' | 'medium'; | ||
padding?: 'small' | 'medium'; | ||
padding?: 'small' | 'medium' | 'none'; | ||
variant?: 'outline' | 'solid' | 'ghost'; | ||
@@ -1355,2 +1355,17 @@ onClick?: (event: SyntheticEvent) => void; | ||
declare const Wrapper: _storybook_core_theming.StyledComponent<{ | ||
theme?: _storybook_core_theming.Theme | undefined; | ||
as?: React__default.ElementType<any, keyof React__default.JSX.IntrinsicElements> | undefined; | ||
} & { | ||
size: number; | ||
}, React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; | ||
interface ProgressSpinnerProps extends Omit<ComponentProps<typeof Wrapper>, 'size'> { | ||
percentage?: number; | ||
running?: boolean; | ||
size?: number; | ||
width?: number; | ||
children?: React__default.ReactNode; | ||
} | ||
declare const ProgressSpinner: ({ percentage, running, size, width, children, ...props }: ProgressSpinnerProps) => React__default.JSX.Element; | ||
declare const getStoryHref: (baseUrl: string, storyId: string, additionalParams?: Record<string, string>) => string; | ||
@@ -1409,2 +1424,2 @@ | ||
export { A, ActionBar, type 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, type IconsProps, Img, LI, Link$1 as Link, ListItem, Loader, Modal, OL, P, Placeholder, Pre, ResetWrapper, ScrollArea, Separator, Spaced, Span, StorybookIcon, StorybookLogo, type SupportedLanguage, Symbols, SyntaxHighlighter, type SyntaxHighlighterFormatTypes, type SyntaxHighlighterProps, type SyntaxHighlighterRendererProps, TT, TabBar, TabButton, TabWrapper, Table, Tabs, TabsState, TooltipLinkList, type Link as TooltipLinkListLink, TooltipMessage, TooltipNote, UL, WithTooltip, WithTooltipPure, Zoom, codeCommon, components, createCopyToClipboardFunction, getStoryHref, icons, interleaveSeparators, nameSpaceClassNames, resetComponents, withReset }; | ||
export { A, ActionBar, type 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, type IconsProps, Img, LI, Link$1 as Link, ListItem, Loader, Modal, OL, P, Placeholder, Pre, ProgressSpinner, ResetWrapper, ScrollArea, Separator, Spaced, Span, StorybookIcon, StorybookLogo, type SupportedLanguage, Symbols, SyntaxHighlighter, type SyntaxHighlighterFormatTypes, type SyntaxHighlighterProps, type SyntaxHighlighterRendererProps, TT, TabBar, TabButton, TabWrapper, Table, Tabs, TabsState, TooltipLinkList, type Link as TooltipLinkListLink, TooltipMessage, TooltipNote, UL, WithTooltip, WithTooltipPure, Zoom, codeCommon, components, createCopyToClipboardFunction, getStoryHref, icons, interleaveSeparators, nameSpaceClassNames, resetComponents, withReset }; |
import { loadAllPresets } from '@storybook/core/common'; | ||
export { getPreviewBodyTemplate, getPreviewHeadTemplate } from '@storybook/core/common'; | ||
import { CLIOptions, LoadOptions, BuilderOptions, StorybookConfigRaw, IndexInputStats, NormalizedStoriesSpecifier, Path, Tag, IndexEntry, DocsIndexEntry, StoryIndex, Indexer, DocsOptions, StoryIndexEntry } from '@storybook/core/types'; | ||
import { CLIOptions, LoadOptions, BuilderOptions, StorybookConfigRaw, IndexInputStats, NormalizedStoriesSpecifier, Path, Tag, IndexEntry, DocsIndexEntry, StoryIndex, Indexer, DocsOptions, StoryIndexEntry, Options } from '@storybook/core/types'; | ||
import { EventType } from '@storybook/core/telemetry'; | ||
@@ -157,2 +157,7 @@ | ||
export { type BuildStaticStandaloneOptions, StoryIndexGenerator, build, buildDevStandalone, buildStaticStandalone, getErrorLevel, mapStaticDir, sendTelemetryError, withTelemetry }; | ||
declare function loadStorybook(options: CLIOptions & LoadOptions & BuilderOptions & { | ||
storybookVersion?: string; | ||
previewConfigPath?: string; | ||
}): Promise<Options>; | ||
export { type BuildStaticStandaloneOptions, StoryIndexGenerator, build, buildDevStandalone, buildStaticStandalone, loadStorybook as experimental_loadStorybook, getErrorLevel, mapStaticDir, sendTelemetryError, withTelemetry }; |
@@ -341,2 +341,3 @@ import ESM_COMPAT_Module from "node:module"; | ||
"Pre", | ||
"ProgressSpinner", | ||
"ResetWrapper", | ||
@@ -412,2 +413,3 @@ "ScrollArea", | ||
"Pre", | ||
"ProgressSpinner", | ||
"ResetWrapper", | ||
@@ -483,2 +485,3 @@ "ScrollArea", | ||
"Pre", | ||
"ProgressSpinner", | ||
"ResetWrapper", | ||
@@ -485,0 +488,0 @@ "ScrollArea", |
{ | ||
"name": "@storybook/core", | ||
"version": "0.0.0-pr-30004-sha-11628b25", | ||
"version": "0.0.0-pr-30005-sha-ba51dda0", | ||
"description": "Storybook framework-agnostic API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
21438159
572745