@storybook/preview-api 7.0.0-beta.2 → 7.0.0-beta.20
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/{ClientApi-eda085ef.d.ts → ClientApi-c264b450.d.ts} +1 -2
- package/dist/{DocsContext-b4bac20d.d.ts → DocsContext-917299b8.d.ts} +9 -8
- package/dist/addons.js +4 -4
- package/dist/addons.mjs +1 -1
- package/dist/{chunk-QMJ3NG6X.mjs → chunk-APQQLVPT.mjs} +7 -7
- package/dist/chunk-M72LMS77.mjs +2 -0
- package/dist/chunk-RTGEOU4B.mjs +3 -0
- package/dist/chunk-S7ICCWPV.mjs +13 -0
- package/dist/chunk-WREEOZ5P.mjs +39 -0
- package/dist/client-api.d.ts +2 -2
- package/dist/client-api.js +22 -22
- package/dist/client-api.mjs +1 -1
- package/dist/core-client.d.ts +2 -2
- package/dist/core-client.js +29 -29
- package/dist/core-client.mjs +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +36 -36
- package/dist/index.mjs +1 -1
- package/dist/preview-web.d.ts +1 -1
- package/dist/preview-web.js +22 -22
- package/dist/preview-web.mjs +1 -1
- package/dist/{sortStories-a93f5af2.d.ts → sortStories-569e0e66.d.ts} +1 -1
- package/dist/{start-2e36077d.d.ts → start-e15b4487.d.ts} +1 -1
- package/dist/store.d.ts +1 -1
- package/dist/store.js +16 -16
- package/dist/store.mjs +1 -1
- package/package.json +9 -9
- package/dist/chunk-DEUXWJKD.mjs +0 -39
- package/dist/chunk-JHPAIPKZ.mjs +0 -2
- package/dist/chunk-MUXSBL4H.mjs +0 -13
- package/dist/chunk-QSH26RWA.mjs +0 -3
package/dist/core-client.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{start}from"./chunk-
|
|
1
|
+
import{start}from"./chunk-M72LMS77.mjs";import"./chunk-GRRYLBAT.mjs";import{ClientApi}from"./chunk-S7ICCWPV.mjs";import"./chunk-APQQLVPT.mjs";import{StoryStore}from"./chunk-WREEOZ5P.mjs";import"./chunk-RTGEOU4B.mjs";export{ClientApi,StoryStore,start};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export { a as addons, m as makeDecorator, b as mockChannel } from './storybook-channel-mock-a19cd233.js';
|
|
2
2
|
export { H as HooksContext, k as applyHooks, u as useArgs, a as useCallback, b as useChannel, c as useEffect, d as useGlobals, e as useMemo, f as useParameter, g as useReducer, h as useRef, i as useState, j as useStoryContext } from './hooks-dd6bc7a8.js';
|
|
3
3
|
export { S as StoryStore, p as prepareStory } from './StoryStore-e35dc2c4.js';
|
|
4
|
-
export { P as PropDescriptor, c as combineArgs, a as combineParameters, b as composeStepRunners, d as composeStories, e as composeStory, f as decorateStory, g as defaultDecorateStory, h as filterArgTypes, j as inferControls, n as normalizeStory, s as sanitizeStoryContextUpdate, i as setProjectAnnotations,
|
|
4
|
+
export { P as PropDescriptor, c as combineArgs, a as combineParameters, b as composeStepRunners, d as composeStories, e as composeStory, f as decorateStory, g as defaultDecorateStory, h as filterArgTypes, j as inferControls, n as normalizeStory, s as sanitizeStoryContextUpdate, i as setProjectAnnotations, l as sortStoriesV7, k as userOrAutoTitle, u as userOrAutoTitleFromSpecifier } from './sortStories-569e0e66.js';
|
|
5
5
|
export { c as composeConfigs } from './composeConfigs-7f62ebf7.js';
|
|
6
|
-
export { D as DocsContext, P as Preview, b as PreviewWeb, a as simulateDOMContentLoaded, s as simulatePageLoad } from './DocsContext-
|
|
7
|
-
export { C as ClientApi, a as addArgTypes, b as addArgTypesEnhancer, c as addArgs, d as addArgsEnhancer, e as addDecorator, f as addLoader, g as addParameters, h as addStepRunner, s as setGlobalRender } from './ClientApi-
|
|
6
|
+
export { D as DocsContext, P as Preview, b as PreviewWeb, a as simulateDOMContentLoaded, s as simulatePageLoad } from './DocsContext-917299b8.js';
|
|
7
|
+
export { C as ClientApi, a as addArgTypes, b as addArgTypesEnhancer, c as addArgs, d as addArgsEnhancer, e as addDecorator, f as addLoader, g as addParameters, h as addStepRunner, s as setGlobalRender } from './ClientApi-c264b450.js';
|
|
8
8
|
export { g as getQueryParam, a as getQueryParams } from './queryparams-d12445b8.js';
|
|
9
|
-
export { s as start } from './start-
|
|
9
|
+
export { s as start } from './start-e15b4487.js';
|
|
10
10
|
import '@storybook/channels';
|
|
11
11
|
import '@storybook/types';
|
|
12
12
|
import 'synchronous-promise';
|