@storybook/react-native 7.6.16 → 7.6.17

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/V6.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { P as Params } from './View-f2383eb1.js';
2
+ import { P as Params } from './View-9ba91d66.js';
3
3
  import { ClientApi } from '@storybook/preview-api';
4
- import { L as LoaderFunction, A as Addon_StoryApi } from './index.d-7581c6d0.js';
4
+ import { L as LoaderFunction, A as Addon_StoryApi } from './index.d-e107ed3d.js';
5
5
  import { ReactNode } from 'react';
6
6
  import { ReactRenderer } from '@storybook/react';
7
7
  export { Theme, darkTheme, theme } from '@storybook/react-native-theming';
@@ -3,7 +3,7 @@ import { StoryContext } from '@storybook/csf';
3
3
  import { PreviewWithSelection } from '@storybook/preview-web';
4
4
  import { ReactRenderer } from '@storybook/react';
5
5
  import { Theme } from '@storybook/react-native-theming';
6
- import { a as StoryIndex, b as PreparedStory } from './index.d-7581c6d0.js';
6
+ import { S as StoryIndex, b as PreparedStory } from './index.d-e107ed3d.js';
7
7
  import { Channel } from '@storybook/channels';
8
8
 
9
9
  interface Storage {
@@ -3429,4 +3429,4 @@ declare type RenderContext<TRenderer extends Renderer = Renderer> = StoryIdentif
3429
3429
  unboundStoryFn: LegacyStoryFn<TRenderer>;
3430
3430
  };
3431
3431
 
3432
- export { Addon_StoryApi as A, LoaderFunction as L, NormalizedStoriesSpecifier as N, ProjectAnnotations as P, Renderer as R, StorybookConfig as S, StoryIndex as a, PreparedStory as b, StoryContextForEnhancers as c, Args as d, StrictArgTypes as e };
3432
+ export { Addon_StoryApi as A, LoaderFunction as L, NormalizedStoriesSpecifier as N, ProjectAnnotations as P, Renderer as R, StoryIndex as S, StorybookConfig as a, PreparedStory as b, StoryContextForEnhancers as c, Args as d, StrictArgTypes as e };
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { N as NormalizedStoriesSpecifier, P as ProjectAnnotations, S as StorybookConfig$1 } from './index.d-7581c6d0.js';
1
+ import { N as NormalizedStoriesSpecifier, S as StoryIndex, P as ProjectAnnotations, a as StorybookConfig$1 } from './index.d-e107ed3d.js';
2
2
  export { Theme, darkTheme, theme } from '@storybook/react-native-theming';
3
- import { V as View } from './View-f2383eb1.js';
3
+ import { V as View } from './View-9ba91d66.js';
4
4
  import { ReactRenderer } from '@storybook/react';
5
5
  import 'file-system-cache';
6
6
  import '@babel/core';
@@ -15,11 +15,8 @@ declare function prepareStories({ storyEntries, }: {
15
15
  req: any;
16
16
  }>;
17
17
  }): {
18
- index: {
19
- v: number;
20
- entries: {};
21
- };
22
- importMap: {};
18
+ index: StoryIndex;
19
+ importMap: Record<string, any>;
23
20
  };
24
21
  declare const getProjectAnnotations: (view: View, annotations: any[]) => () => Promise<ProjectAnnotations<ReactRenderer>>;
25
22
  declare function start({ annotations, storyEntries, }: {
package/dist/preview.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _storybook_docs_tools from '@storybook/docs-tools';
2
- import { R as Renderer, c as StoryContextForEnhancers, d as Args, e as StrictArgTypes } from './index.d-7581c6d0.js';
2
+ import { R as Renderer, c as StoryContextForEnhancers, d as Args, e as StrictArgTypes } from './index.d-e107ed3d.js';
3
3
  import 'file-system-cache';
4
4
  import '@babel/core';
5
5
  import 'http';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native",
3
- "version": "7.6.16",
3
+ "version": "7.6.17",
4
4
  "description": "A better way to develop React Native Components for your app",
5
5
  "keywords": [
6
6
  "react",
@@ -64,7 +64,7 @@
64
64
  "@storybook/preview-api": "^7.6.13",
65
65
  "@storybook/preview-web": "^7.6.13",
66
66
  "@storybook/react": "^7.6.13",
67
- "@storybook/react-native-theming": "^7.6.16",
67
+ "@storybook/react-native-theming": "^7.6.17",
68
68
  "chokidar": "^3.5.1",
69
69
  "commander": "^8.2.0",
70
70
  "dedent": "^1.5.1",
@@ -98,5 +98,5 @@
98
98
  "publishConfig": {
99
99
  "access": "public"
100
100
  },
101
- "gitHead": "4864c24036a7c7f5703269172560be553d297831"
101
+ "gitHead": "eabc8e9dfc361faa0a7b1c7f08fe85b8cf37725b"
102
102
  }