@storybook/react 10.3.0-beta.3 → 10.3.1

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.
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { ComponentType, JSX, ComponentProps } from 'react';
2
- import { WebRenderer, Canvas, Args, ComponentAnnotations, AnnotatedStoryFn, ArgsStoryFn, ArgsFromMeta, StoryAnnotations, StrictArgs, DecoratorFunction, LoaderFunction, StoryContext as StoryContext$1, ProjectAnnotations, NamedOrDefaultProjectAnnotations, NormalizedProjectAnnotations, StoryAnnotationsOrFn, ComposedStoryFn, Store_CSFExports, StoriesWithPartialProps, Renderer } from 'storybook/internal/types';
2
+ import { WebRenderer, Canvas, StrictArgs, DecoratorFunction, LoaderFunction, Args, ComponentAnnotations, ProjectAnnotations, StoryContext as StoryContext$1, AnnotatedStoryFn, ArgsStoryFn, ArgsFromMeta, StoryAnnotations, Store_CSFExports, StoriesWithPartialProps, StoryAnnotationsOrFn, ComposedStoryFn, NamedOrDefaultProjectAnnotations, NormalizedProjectAnnotations, Renderer } from 'storybook/internal/types';
3
3
  export { ArgTypes, Args, Parameters, StrictArgs } from 'storybook/internal/types';
4
4
  import { RootOptions } from 'react-dom/client';
5
- import { PreviewAddon, InferTypes, AddonTypes, Preview as Preview$1, Meta as Meta$1, Story } from 'storybook/internal/csf';
5
+ import { Meta as Meta$1, Story, AddonTypes, Preview as Preview$1, PreviewAddon, InferTypes } from 'storybook/internal/csf';
6
6
 
7
7
  declare global {
8
8
  interface SymbolConstructor {
package/dist/preset.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_5uoo51mmi94 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_5uoo51mmi94 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_5uoo51mmi94 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_cqtda2r8j9 from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_cqtda2r8j9 from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_cqtda2r8j9 from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_5uoo51mmi94.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_5uoo51mmi94.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_5uoo51mmi94.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_cqtda2r8j9.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_cqtda2r8j9.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_cqtda2r8j9.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/dist/preview.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { ComponentType, JSX } from 'react';
2
- import { PreviewAddon, InferTypes, AddonTypes, Preview, Meta, Story } from 'storybook/internal/csf';
3
- import { WebRenderer, Canvas, ProjectAnnotations, Args, DecoratorFunction, ArgsStoryFn, ComponentAnnotations, StoryAnnotations, Renderer } from 'storybook/internal/types';
2
+ import { Meta, Story, AddonTypes, Preview, PreviewAddon, InferTypes } from 'storybook/internal/csf';
3
+ import { WebRenderer, Canvas, ComponentAnnotations, StoryAnnotations, Args, DecoratorFunction, ArgsStoryFn, Renderer, ProjectAnnotations } from 'storybook/internal/types';
4
4
  import { RootOptions } from 'react-dom/client';
5
5
 
6
6
  declare global {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react",
3
- "version": "10.3.0-beta.3",
3
+ "version": "10.3.1",
4
4
  "description": "Storybook React renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -53,7 +53,7 @@
53
53
  ],
54
54
  "dependencies": {
55
55
  "@storybook/global": "^5.0.0",
56
- "@storybook/react-dom-shim": "10.3.0-beta.3",
56
+ "@storybook/react-dom-shim": "10.3.1",
57
57
  "react-docgen": "^8.0.2",
58
58
  "react-docgen-typescript": "^2.2.2"
59
59
  },
@@ -81,7 +81,7 @@
81
81
  "peerDependencies": {
82
82
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
83
83
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
84
- "storybook": "^10.3.0-beta.3",
84
+ "storybook": "^10.3.1",
85
85
  "typescript": ">= 4.9.x"
86
86
  },
87
87
  "peerDependenciesMeta": {