@storybook/blocks
Advanced tools
Comparing version 0.0.0-pr-30457-sha-e6b0c6dc to 0.0.0-pr-30516-sha-0cd4ee4f
@@ -5,4 +5,4 @@ import { Conditional, DocsContextProps, PreparedStory, ModuleExports, Renderer as Renderer$1, Args as Args$1, StoryId, ModuleExport, ResolvedModuleExportType, ResolvedModuleExportFromType, Parameters as Parameters$1, ProjectAnnotations, BaseAnnotations, ComponentTitle } from 'storybook/internal/types'; | ||
import React__default, { ComponentProps, FunctionComponent, ReactNode, FC, PropsWithChildren, Context, ReactElement } from 'react'; | ||
import { Renderer } from 'storybook/internal/csf'; | ||
import { PropDescriptor } from 'storybook/internal/preview-api'; | ||
import { Renderer } from '@storybook/csf'; | ||
import { SupportedLanguage, SyntaxHighlighter, ActionItem, SyntaxHighlighterFormatTypes } from 'storybook/internal/components'; | ||
@@ -241,3 +241,3 @@ import { SourceType } from 'storybook/internal/docs-tools'; | ||
*/ | ||
declare const Source: FC<SourceProps>; | ||
declare const Source: (props: SourceProps) => React__default.JSX.Element; | ||
@@ -244,0 +244,0 @@ type PureStoryProps = ComponentProps<typeof Story$1>; |
{ | ||
"name": "@storybook/blocks", | ||
"version": "0.0.0-pr-30457-sha-e6b0c6dc", | ||
"version": "0.0.0-pr-30516-sha-0cd4ee4f", | ||
"description": "Storybook Doc Blocks", | ||
@@ -46,3 +46,2 @@ "keywords": [ | ||
"dependencies": { | ||
"@storybook/csf": "0.1.14--canary.f3da709.0", | ||
"@storybook/icons": "^1.2.12", | ||
@@ -52,5 +51,5 @@ "ts-dedent": "^2.0.0" | ||
"devDependencies": { | ||
"@storybook/addon-actions": "0.0.0-pr-30457-sha-e6b0c6dc", | ||
"@storybook/react": "0.0.0-pr-30457-sha-e6b0c6dc", | ||
"@storybook/test": "0.0.0-pr-30457-sha-e6b0c6dc", | ||
"@storybook/addon-actions": "0.0.0-pr-30516-sha-0cd4ee4f", | ||
"@storybook/react": "0.0.0-pr-30516-sha-0cd4ee4f", | ||
"@storybook/test": "0.0.0-pr-30516-sha-0cd4ee4f", | ||
"@types/color-convert": "^2.0.0", | ||
@@ -67,5 +66,5 @@ "color-convert": "^2.0.1", | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", | ||
"storybook": "^0.0.0-pr-30457-sha-e6b0c6dc" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"storybook": "^0.0.0-pr-30516-sha-0cd4ee4f" | ||
}, | ||
@@ -72,0 +71,0 @@ "peerDependenciesMeta": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
5
607346
- Removed@storybook/csf@0.1.14--canary.f3da709.0(transitive)
- Removedtype-fest@2.19.0(transitive)