@storybook/react-native 8.4.2-alpha.1 → 8.4.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.
|
@@ -7,10 +7,6 @@ var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
|
7
7
|
var __commonJS = (cb, mod) => function __require() {
|
|
8
8
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
9
9
|
};
|
|
10
|
-
var __export = (target, all) => {
|
|
11
|
-
for (var name in all)
|
|
12
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
13
|
-
};
|
|
14
10
|
var __copyProps = (to, from, except, desc) => {
|
|
15
11
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
16
12
|
for (let key of __getOwnPropNames(from))
|
|
@@ -27,11 +23,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
23
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
28
24
|
mod
|
|
29
25
|
));
|
|
30
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
31
26
|
|
|
32
27
|
// scripts/common.js
|
|
33
28
|
var require_common = __commonJS({
|
|
34
|
-
"scripts/common.js"(
|
|
29
|
+
"scripts/common.js"(exports2, module2) {
|
|
35
30
|
var { globToRegexp, serverRequire } = require("@storybook/core/common");
|
|
36
31
|
var path2 = require("path");
|
|
37
32
|
var fs = require("fs");
|
|
@@ -104,7 +99,7 @@ var require_common = __commonJS({
|
|
|
104
99
|
|
|
105
100
|
// scripts/generate.js
|
|
106
101
|
var require_generate = __commonJS({
|
|
107
|
-
"scripts/generate.js"(
|
|
102
|
+
"scripts/generate.js"(exports2, module2) {
|
|
108
103
|
var {
|
|
109
104
|
toRequireContext,
|
|
110
105
|
ensureRelativePathHasDot,
|
|
@@ -222,11 +217,6 @@ var require_generate = __commonJS({
|
|
|
222
217
|
});
|
|
223
218
|
|
|
224
219
|
// src/metro/withStorybook.ts
|
|
225
|
-
var withStorybook_exports = {};
|
|
226
|
-
__export(withStorybook_exports, {
|
|
227
|
-
withStorybook: () => withStorybook
|
|
228
|
-
});
|
|
229
|
-
module.exports = __toCommonJS(withStorybook_exports);
|
|
230
220
|
var path = __toESM(require("path"));
|
|
231
221
|
var import_generate = __toESM(require_generate());
|
|
232
222
|
var import_ws = require("ws");
|
|
@@ -310,7 +300,4 @@ function withStorybook(config, options = {
|
|
|
310
300
|
}
|
|
311
301
|
};
|
|
312
302
|
}
|
|
313
|
-
|
|
314
|
-
0 && (module.exports = {
|
|
315
|
-
withStorybook
|
|
316
|
-
});
|
|
303
|
+
module.exports = withStorybook;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-native",
|
|
3
|
-
"version": "8.4.2
|
|
3
|
+
"version": "8.4.2",
|
|
4
4
|
"description": "A better way to develop React Native Components for your app",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"@storybook/csf": "^0.1.1",
|
|
50
50
|
"@storybook/global": "^5.0.0",
|
|
51
51
|
"@storybook/react": "^8.4.2",
|
|
52
|
-
"@storybook/react-native-theming": "^8.4.2
|
|
53
|
-
"@storybook/react-native-ui": "^8.4.2
|
|
52
|
+
"@storybook/react-native-theming": "^8.4.2",
|
|
53
|
+
"@storybook/react-native-ui": "^8.4.2",
|
|
54
54
|
"chokidar": "^3.5.1",
|
|
55
55
|
"commander": "^8.2.0",
|
|
56
56
|
"dedent": "^1.5.1",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"publishConfig": {
|
|
92
92
|
"access": "public"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "3e2114404a9a8bf2cc39e5e9426c4836d99676a7"
|
|
95
95
|
}
|