@storybook/react-native 9.0.7-alpha.0 → 9.0.9-alpha.0
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/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as storybook_internal_types from 'storybook/internal/types';
|
|
2
2
|
import { StoryIndex, PreparedStory, NormalizedStoriesSpecifier, Addon_StorySortParameterV7, StorybookConfig as StorybookConfig$1 } from 'storybook/internal/types';
|
|
3
3
|
import { ReactRenderer } from '@storybook/react';
|
|
4
|
+
export { ArgTypes, Args, Decorator, Loader, Meta, Parameters, Preview, StoryFn, StoryObj } from '@storybook/react';
|
|
4
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
6
|
import { StoryContext } from '@storybook/csf';
|
|
6
7
|
import { Theme } from '@storybook/react-native-theming';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-native",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.9-alpha.0",
|
|
4
4
|
"description": "A better way to develop React Native Components for your app",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@storybook/csf": "^0.1.13",
|
|
50
50
|
"@storybook/global": "^5.0.0",
|
|
51
|
-
"@storybook/react": "^9",
|
|
52
|
-
"@storybook/react-native-theming": "^9.0.
|
|
53
|
-
"@storybook/react-native-ui": "^9.0.
|
|
54
|
-
"@storybook/react-native-ui-common": "^9.0.
|
|
51
|
+
"@storybook/react": "^9.0.9",
|
|
52
|
+
"@storybook/react-native-theming": "^9.0.9-alpha.0",
|
|
53
|
+
"@storybook/react-native-ui": "^9.0.9-alpha.0",
|
|
54
|
+
"@storybook/react-native-ui-common": "^9.0.9-alpha.0",
|
|
55
55
|
"commander": "^8.2.0",
|
|
56
56
|
"dedent": "^1.5.1",
|
|
57
57
|
"deepmerge": "^4.3.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"react": "19.0.0",
|
|
73
73
|
"react-native": "0.79.2",
|
|
74
74
|
"react-test-renderer": "^19.1.0",
|
|
75
|
-
"storybook": "^9",
|
|
75
|
+
"storybook": "^9.0.9",
|
|
76
76
|
"tsup": "^7.2.0",
|
|
77
77
|
"typescript": "~5.8.3"
|
|
78
78
|
},
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"react-native-gesture-handler": ">=2",
|
|
84
84
|
"react-native-reanimated": ">=2",
|
|
85
85
|
"react-native-safe-area-context": "*",
|
|
86
|
-
"storybook": "^9"
|
|
86
|
+
"storybook": "^9.0.9"
|
|
87
87
|
},
|
|
88
88
|
"peerDependenciesMeta": {
|
|
89
89
|
"@gorhom/bottom-sheet": {
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"publishConfig": {
|
|
106
106
|
"access": "public"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "d2ed4b791b4bc234584808d57145b64e7d6793f7"
|
|
109
109
|
}
|
|
@@ -30,8 +30,7 @@ declare global {
|
|
|
30
30
|
|
|
31
31
|
const annotations = [
|
|
32
32
|
require('./preview'),
|
|
33
|
-
require("@storybook/react-native/preview")
|
|
34
|
-
require('@storybook/addon-ondevice-actions/preview')
|
|
33
|
+
require("@storybook/react-native/preview")
|
|
35
34
|
];
|
|
36
35
|
|
|
37
36
|
global.STORIES = normalizedStories;
|
|
@@ -85,8 +84,7 @@ declare global {
|
|
|
85
84
|
|
|
86
85
|
const annotations = [
|
|
87
86
|
require('./preview'),
|
|
88
|
-
require("@storybook/react-native/preview")
|
|
89
|
-
require('@storybook/addon-ondevice-actions/preview')
|
|
87
|
+
require("@storybook/react-native/preview")
|
|
90
88
|
];
|
|
91
89
|
|
|
92
90
|
global.STORIES = normalizedStories;
|
|
@@ -140,8 +138,7 @@ declare global {
|
|
|
140
138
|
|
|
141
139
|
const annotations = [
|
|
142
140
|
require('./preview'),
|
|
143
|
-
require("@storybook/react-native/preview")
|
|
144
|
-
require('@storybook/addon-ondevice-actions/preview')
|
|
141
|
+
require("@storybook/react-native/preview")
|
|
145
142
|
];
|
|
146
143
|
|
|
147
144
|
global.STORIES = normalizedStories;
|
|
@@ -194,8 +191,7 @@ declare global {
|
|
|
194
191
|
|
|
195
192
|
|
|
196
193
|
const annotations = [
|
|
197
|
-
require("@storybook/react-native/preview")
|
|
198
|
-
require('@storybook/addon-ondevice-actions/preview')
|
|
194
|
+
require("@storybook/react-native/preview")
|
|
199
195
|
];
|
|
200
196
|
|
|
201
197
|
global.STORIES = normalizedStories;
|
|
@@ -244,8 +240,7 @@ const normalizedStories = [
|
|
|
244
240
|
|
|
245
241
|
const annotations = [
|
|
246
242
|
require('./preview'),
|
|
247
|
-
require("@storybook/react-native/preview")
|
|
248
|
-
require('@storybook/addon-ondevice-actions/preview')
|
|
243
|
+
require("@storybook/react-native/preview")
|
|
249
244
|
];
|
|
250
245
|
|
|
251
246
|
global.STORIES = normalizedStories;
|