@storybook/blocks 8.5.3 → 8.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +7 -7
package/dist/index.d.ts CHANGED
@@ -237,7 +237,7 @@ declare const useSourceProps: (props: SourceProps, docsContext: DocsContextProps
237
237
  * Story source doc block renders source code if provided, or the source for a story if `storyId` is
238
238
  * provided, or the source for the current story if nothing is provided.
239
239
  */
240
- declare const Source: FC<SourceProps>;
240
+ declare const Source: (props: SourceProps) => React__default.JSX.Element;
241
241
 
242
242
  type PureStoryProps = ComponentProps<typeof Story$1>;
243
243
  /** Props to reference another story */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/blocks",
3
- "version": "8.5.3",
3
+ "version": "8.5.4",
4
4
  "description": "Storybook Doc Blocks",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,9 +48,9 @@
48
48
  "ts-dedent": "^2.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@storybook/addon-actions": "8.5.3",
52
- "@storybook/react": "8.5.3",
53
- "@storybook/test": "8.5.3",
51
+ "@storybook/addon-actions": "8.5.4",
52
+ "@storybook/react": "8.5.4",
53
+ "@storybook/test": "8.5.4",
54
54
  "@types/color-convert": "^2.0.0",
55
55
  "color-convert": "^2.0.1",
56
56
  "es-toolkit": "^1.22.0",
@@ -62,9 +62,9 @@
62
62
  "tocbot": "^4.20.1"
63
63
  },
64
64
  "peerDependencies": {
65
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
66
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
67
- "storybook": "^8.5.3"
65
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
66
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
67
+ "storybook": "^8.5.4"
68
68
  },
69
69
  "peerDependenciesMeta": {
70
70
  "react": {