@storybook/addon-ondevice-notes 10.4.2 → 10.4.4
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/register.js +3 -3
- package/package.json +3 -3
package/dist/register.js
CHANGED
|
@@ -38,7 +38,7 @@ react = __toESM(react);
|
|
|
38
38
|
let react_native = require("react-native");
|
|
39
39
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
40
40
|
let _storybook_react_native_theming = require("@storybook/react-native-theming");
|
|
41
|
-
//#region ../../node_modules/
|
|
41
|
+
//#region ../../node_modules/react-is/cjs/react-is.production.min.js
|
|
42
42
|
/** @license React v16.13.1
|
|
43
43
|
* react-is.production.min.js
|
|
44
44
|
*
|
|
@@ -132,7 +132,7 @@ var require_react_is_production_min = /* @__PURE__ */ __commonJSMin(((exports) =
|
|
|
132
132
|
exports.typeOf = z;
|
|
133
133
|
}));
|
|
134
134
|
//#endregion
|
|
135
|
-
//#region ../../node_modules/
|
|
135
|
+
//#region ../../node_modules/react-is/cjs/react-is.development.js
|
|
136
136
|
/** @license React v16.13.1
|
|
137
137
|
* react-is.development.js
|
|
138
138
|
*
|
|
@@ -282,7 +282,7 @@ var require_react_is_development = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
282
282
|
})();
|
|
283
283
|
}));
|
|
284
284
|
//#endregion
|
|
285
|
-
//#region ../../node_modules/
|
|
285
|
+
//#region ../../node_modules/react-is/index.js
|
|
286
286
|
var require_react_is = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
287
287
|
if (process.env.NODE_ENV === "production") module.exports = require_react_is_production_min();
|
|
288
288
|
else module.exports = require_react_is_development();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-ondevice-notes",
|
|
3
|
-
"version": "10.4.
|
|
3
|
+
"version": "10.4.4",
|
|
4
4
|
"description": "Write notes for your react-native Storybook stories.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"*.d.ts"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@storybook/react-native-theming": "^10.4.
|
|
27
|
+
"@storybook/react-native-theming": "^10.4.4"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"react-native-markdown-display": "^7.0.2",
|
|
31
|
-
"storybook": "^10.
|
|
31
|
+
"storybook": "^10.4.0",
|
|
32
32
|
"tsdown": "^0.22.0",
|
|
33
33
|
"typescript": "~6.0.3"
|
|
34
34
|
},
|