@storybook/html 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.
package/dist/config.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import 'lib/docs-tools/dist/types';
2
- export { a as argTypesEnhancers, d as decorators, p as parameters, r as renderToDOM } from './types-5a8f2337.js';
2
+ export { a as argTypesEnhancers, d as decorators, p as parameters, r as renderToDOM } from './types-359810b7.js';
3
3
  import '@storybook/csf';
4
- import 'lib/addons/dist/types';
4
+ import 'lib/addons/dist';
5
5
  import '@storybook/store';
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  import { ClientStoryApi, Loadable } from '@storybook/addons';
2
- import { H as HtmlFramework, I as IStorybookSection } from './types-5a8f2337.js';
2
+ import { H as HtmlFramework, I as IStorybookSection } from './types-359810b7.js';
3
3
  import { Args, ComponentAnnotations, AnnotatedStoryFn, StoryAnnotations } from '@storybook/csf';
4
4
  export { ArgTypes, Args, Parameters } from '@storybook/csf';
5
5
  import 'lib/docs-tools/dist/types';
6
- import 'lib/addons/dist/types';
6
+ import 'lib/addons/dist';
7
7
  import '@storybook/store';
8
8
 
9
9
  interface ClientApi extends ClientStoryApi<HtmlFramework['storyResult']> {
@@ -1,13 +1,13 @@
1
1
  import * as _storybook_csf from '@storybook/csf';
2
2
  import { PartialStoryFn, StoryContext as StoryContext$1 } from '@storybook/csf';
3
3
  import * as lib_docs_tools_dist_types from 'lib/docs-tools/dist/types';
4
- import * as lib_addons_dist_types from 'lib/addons/dist/types';
4
+ import * as lib_addons_dist from 'lib/addons/dist';
5
5
  import { RenderContext } from '@storybook/store';
6
6
 
7
7
  declare function sourceDecorator(storyFn: PartialStoryFn<HtmlFramework>, context: StoryContext): StoryFnHtmlReturnType;
8
8
 
9
9
  declare const decorators: (typeof sourceDecorator)[];
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 function renderToDOM({ storyFn, kind, name, showMain, showError, forceRemount }: RenderContext<HtmlFramework>, domElement: Element): void;
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html",
3
- "version": "7.0.0-alpha.34",
3
+ "version": "7.0.0-alpha.35",
4
4
  "description": "Storybook HTML renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -50,12 +50,12 @@
50
50
  "prep": "../../../scripts/prepare/bundle.ts"
51
51
  },
52
52
  "dependencies": {
53
- "@storybook/addons": "7.0.0-alpha.34",
54
- "@storybook/core-client": "7.0.0-alpha.34",
53
+ "@storybook/addons": "7.0.0-alpha.35",
54
+ "@storybook/core-client": "7.0.0-alpha.35",
55
55
  "@storybook/csf": "0.0.2--canary.0899bb7.0",
56
- "@storybook/docs-tools": "7.0.0-alpha.34",
57
- "@storybook/preview-web": "7.0.0-alpha.34",
58
- "@storybook/store": "7.0.0-alpha.34",
56
+ "@storybook/docs-tools": "7.0.0-alpha.35",
57
+ "@storybook/preview-web": "7.0.0-alpha.35",
58
+ "@storybook/store": "7.0.0-alpha.35",
59
59
  "global": "^4.4.0",
60
60
  "react": "16.14.0",
61
61
  "react-dom": "16.14.0",
@@ -80,5 +80,5 @@
80
80
  ],
81
81
  "platform": "browser"
82
82
  },
83
- "gitHead": "fc90fc875462421c1faa35862ac4bc436de8e75f"
83
+ "gitHead": "d8972df8c6c1c4716131a856751f5914acddaad1"
84
84
  }