@storybook/react 7.0.0-alpha.34 → 7.0.0-alpha.35

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/config.d.ts +2 -2
  2. package/package.json +7 -7
package/dist/config.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as lib_docs_tools_dist_types from 'lib/docs-tools/dist/types';
2
- import * as lib_addons_dist_types from 'lib/addons/dist/types';
2
+ import * as lib_addons_dist from 'lib/addons/dist';
3
3
  import * as _storybook_csf from '@storybook/csf';
4
4
  import { ArgsStoryFn } from '@storybook/csf';
5
5
  import { R as ReactFramework, S as StoryFnReactReturnType } from './types-9f8d440a.js';
@@ -7,7 +7,7 @@ import { RenderContext } from '@storybook/store';
7
7
  import 'react';
8
8
 
9
9
  declare const decorators: ((storyFn: _storybook_csf.PartialStoryFn<ReactFramework, _storybook_csf.Args>, context: _storybook_csf.StoryContext<ReactFramework, _storybook_csf.Args>) => StoryFnReactReturnType)[];
10
- declare const argTypesEnhancers: (<TFramework extends _storybook_csf.AnyFramework>(context: _storybook_csf.StoryContextForEnhancers<TFramework, _storybook_csf.Args>) => _storybook_csf.StrictArgTypes<_storybook_csf.Args> | lib_addons_dist_types.Parameters)[];
10
+ declare const argTypesEnhancers: (<TFramework extends _storybook_csf.AnyFramework>(context: _storybook_csf.StoryContextForEnhancers<TFramework, _storybook_csf.Args>) => _storybook_csf.StrictArgTypes<_storybook_csf.Args> | lib_addons_dist.Parameters)[];
11
11
 
12
12
  declare const render: ArgsStoryFn<ReactFramework>;
13
13
  declare function renderToDOM({ storyContext, unboundStoryFn, showMain, showException, forceRemount, }: RenderContext<ReactFramework>, domElement: Element): Promise<() => void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react",
3
- "version": "7.0.0-alpha.34",
3
+ "version": "7.0.0-alpha.35",
4
4
  "description": "Storybook React renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -51,12 +51,12 @@
51
51
  "prep": "../../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/addons": "7.0.0-alpha.34",
55
- "@storybook/client-logger": "7.0.0-alpha.34",
56
- "@storybook/core-client": "7.0.0-alpha.34",
54
+ "@storybook/addons": "7.0.0-alpha.35",
55
+ "@storybook/client-logger": "7.0.0-alpha.35",
56
+ "@storybook/core-client": "7.0.0-alpha.35",
57
57
  "@storybook/csf": "0.0.2--canary.0899bb7.0",
58
- "@storybook/docs-tools": "7.0.0-alpha.34",
59
- "@storybook/store": "7.0.0-alpha.34",
58
+ "@storybook/docs-tools": "7.0.0-alpha.35",
59
+ "@storybook/store": "7.0.0-alpha.35",
60
60
  "@types/estree": "^0.0.51",
61
61
  "@types/node": "^14.14.20 || ^16.0.0",
62
62
  "acorn": "^7.4.1",
@@ -100,5 +100,5 @@
100
100
  ],
101
101
  "platform": "browser"
102
102
  },
103
- "gitHead": "fc90fc875462421c1faa35862ac4bc436de8e75f"
103
+ "gitHead": "d8972df8c6c1c4716131a856751f5914acddaad1"
104
104
  }