@storybook/react-native 7.0.0-alpha.1 → 7.0.0-alpha.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native",
3
- "version": "7.0.0-alpha.1",
3
+ "version": "7.0.0-alpha.2",
4
4
  "description": "A better way to develop React Native Components for your app",
5
5
  "keywords": [
6
6
  "react",
@@ -61,7 +61,7 @@
61
61
  "@storybook/global": "^5.0.0",
62
62
  "@storybook/preview-api": "^7",
63
63
  "@storybook/preview-web": "^7",
64
- "@storybook/react-native-theming": "^7.0.0-alpha.1",
64
+ "@storybook/react-native-theming": "^7.0.0-alpha.2",
65
65
  "chokidar": "^3.5.1",
66
66
  "commander": "^8.2.0",
67
67
  "deepmerge": "^4.3.0",
@@ -94,5 +94,5 @@
94
94
  "publishConfig": {
95
95
  "access": "public"
96
96
  },
97
- "gitHead": "6e257261ea4c4f47adfbef7e1afc4fe3fe4e12bf"
97
+ "gitHead": "284fd8ae2ea94588dfea0f216d34bf263b2c6139"
98
98
  }
@@ -4,7 +4,7 @@ exports[`loader writeRequires when there are different file extensions writes th
4
4
  "
5
5
  /* do not change this file, it is auto generated by storybook. */
6
6
 
7
- import { configure, addDecorator, addParameters, addArgsEnhancer, clearDecorators } from '@storybook/react-native';
7
+ import { configure, addDecorator, addParameters, addArgsEnhancer } from '@storybook/react-native';
8
8
 
9
9
  global.STORIES = [{"titlePrefix":"","directory":"./scripts/mocks/file-extensions","files":"FakeStory.stories.tsx","importPathMatcher":"^\\\\.[\\\\\\\\/](?:scripts\\\\/mocks\\\\/file-extensions\\\\/FakeStory\\\\.stories\\\\.tsx)$"}]
10
10
 
@@ -48,7 +48,7 @@ exports[`loader writeRequires when there is a configuration object writes the st
48
48
  "
49
49
  /* do not change this file, it is auto generated by storybook. */
50
50
 
51
- import { configure, addDecorator, addParameters, addArgsEnhancer, clearDecorators } from '@storybook/react-native';
51
+ import { configure, addDecorator, addParameters, addArgsEnhancer } from '@storybook/react-native';
52
52
 
53
53
  global.STORIES = [{"titlePrefix":"ComponentsPrefix","files":"**/*.stories.tsx","directory":"./scripts/mocks/configuration-objects/components","importPathMatcher":"^\\\\.[\\\\\\\\/](?:scripts\\\\/mocks\\\\/configuration-objects\\\\/components(?:\\\\/(?!\\\\.)(?:(?:(?!(?:^|\\\\/)\\\\.).)*?)\\\\/|\\\\/|$)(?!\\\\.)(?=.)[^/]*?\\\\.stories\\\\.tsx)$"}]
54
54
 
@@ -92,7 +92,7 @@ exports[`loader writeRequires when there is a story glob and exclude paths globs
92
92
  "
93
93
  /* do not change this file, it is auto generated by storybook. */
94
94
 
95
- import { configure, addDecorator, addParameters, addArgsEnhancer, clearDecorators } from '@storybook/react-native';
95
+ import { configure, addDecorator, addParameters, addArgsEnhancer } from '@storybook/react-native';
96
96
 
97
97
  global.STORIES = [{"titlePrefix":"","directory":"./scripts/mocks/exclude-config-files","files":"**/*.stories.tsx","importPathMatcher":"^\\\\.[\\\\\\\\/](?:scripts\\\\/mocks\\\\/exclude-config-files(?:\\\\/(?!\\\\.)(?:(?:(?!(?:^|\\\\/)\\\\.).)*?)\\\\/|\\\\/|$)(?!\\\\.)(?=.)[^/]*?\\\\.stories\\\\.tsx)$"}]
98
98
 
@@ -136,7 +136,7 @@ exports[`loader writeRequires when there is a story glob writes the story import
136
136
  "
137
137
  /* do not change this file, it is auto generated by storybook. */
138
138
 
139
- import { configure, addDecorator, addParameters, addArgsEnhancer, clearDecorators } from '@storybook/react-native';
139
+ import { configure, addDecorator, addParameters, addArgsEnhancer } from '@storybook/react-native';
140
140
 
141
141
  global.STORIES = [{"titlePrefix":"","directory":"./scripts/mocks/all-config-files","files":"FakeStory.stories.tsx","importPathMatcher":"^\\\\.[\\\\\\\\/](?:scripts\\\\/mocks\\\\/all-config-files\\\\/FakeStory\\\\.stories\\\\.tsx)$"}]
142
142
 
@@ -180,7 +180,7 @@ exports[`loader writeRequires when there is no preview does not add preview rela
180
180
  "
181
181
  /* do not change this file, it is auto generated by storybook. */
182
182
 
183
- import { configure, addDecorator, addParameters, addArgsEnhancer, clearDecorators } from '@storybook/react-native';
183
+ import { configure, addDecorator, addParameters, addArgsEnhancer } from '@storybook/react-native';
184
184
 
185
185
  global.STORIES = [{"titlePrefix":"","directory":"./scripts/mocks/no-preview","files":"FakeStory.stories.tsx","importPathMatcher":"^\\\\.[\\\\\\\\/](?:scripts\\\\/mocks\\\\/no-preview\\\\/FakeStory\\\\.stories\\\\.tsx)$"}]
186
186
 
@@ -214,7 +214,7 @@ exports[`loader writeRequires when there is no story glob or addons writes no st
214
214
  "
215
215
  /* do not change this file, it is auto generated by storybook. */
216
216
 
217
- import { configure, addDecorator, addParameters, addArgsEnhancer, clearDecorators } from '@storybook/react-native';
217
+ import { configure, addDecorator, addParameters, addArgsEnhancer } from '@storybook/react-native';
218
218
 
219
219
  global.STORIES = []
220
220