@storybook/addon-ondevice-notes 10.0.0-beta.0 → 10.0.0-beta.8

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.
@@ -1,4 +1,4 @@
1
- import { API } from 'storybook/internal/manager-api';
1
+ import { API } from 'storybook/manager-api';
2
2
  import { StoryContext, Args } from 'storybook/internal/csf';
3
3
  import { ReactRenderer } from '@storybook/react';
4
4
  import { Channel } from 'storybook/internal/channels';
package/dist/register.js CHANGED
@@ -2527,7 +2527,7 @@ __export(register_exports, {
2527
2527
  PARAM_KEY: () => PARAM_KEY2
2528
2528
  });
2529
2529
  module.exports = __toCommonJS(register_exports);
2530
- var import_manager_api2 = require("storybook/internal/manager-api");
2530
+ var import_manager_api2 = require("storybook/manager-api");
2531
2531
 
2532
2532
  // src/components/Notes.tsx
2533
2533
  var import_core_events = require("storybook/internal/core-events");
@@ -8888,7 +8888,7 @@ var ErrorBoundary = class extends import_react3.default.Component {
8888
8888
  };
8889
8889
 
8890
8890
  // src/components/Notes.tsx
8891
- var import_manager_api = require("storybook/internal/manager-api");
8891
+ var import_manager_api = require("storybook/manager-api");
8892
8892
  var import_react_native_theming = require("@storybook/react-native-theming");
8893
8893
  var import_jsx_runtime4 = require("react/jsx-runtime");
8894
8894
  var PARAM_KEY = "notes";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-ondevice-notes",
3
- "version": "10.0.0-beta.0",
3
+ "version": "10.0.0-beta.8",
4
4
  "description": "Write notes for your react-native Storybook stories.",
5
5
  "keywords": [
6
6
  "addon",
@@ -29,7 +29,7 @@
29
29
  "dev": "tsup --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@storybook/react-native-theming": "^10.0.0-beta.0"
32
+ "@storybook/react-native-theming": "^10.0.0-beta.8"
33
33
  },
34
34
  "devDependencies": {
35
35
  "react-native-markdown-display": "^7.0.2",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "2a6a4f7e68024b71178cad8ea0dc08cbba7dca1b"
47
+ "gitHead": "18834e54853a10911b05fb67d78d5ad3f1f35635"
48
48
  }