@magicvr/schema-ui-ui 0.1.0 → 0.1.1

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.
@@ -15,7 +15,7 @@
15
15
  * "/" separators, brighter non-clickable current item, and an optional
16
16
  * small circular ghost back button (semantic parent) at the far left.
17
17
  */
18
- import { type MessageParams } from "@/i18n/catalog";
18
+ import { type MessageParams } from "@schema-ui/lib/i18n/catalog";
19
19
  export interface BreadcrumbEntry {
20
20
  /** Page id (manifest pageId); group labels use the label text as key. */
21
21
  pageId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicvr/schema-ui-ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "schema-ui-core 包面(VP-023 R3 六包化)",
6
6
  "main": "index.js",
@@ -9,21 +9,20 @@
9
9
  ".": {
10
10
  "types": "./components/ui/index.d.ts",
11
11
  "import": "./index.js"
12
- }
12
+ },
13
+ "./*": "./*"
13
14
  },
14
15
  "files": [
15
16
  "index.js",
16
- "lib",
17
- "theme",
18
17
  "components",
19
- "app",
20
- "host",
21
18
  "i18n",
22
- "ui",
23
- "renderer",
24
- "render"
19
+ "lib"
25
20
  ],
26
21
  "license": "UNLICENSED",
22
+ "peerDependencies": {
23
+ "react": "^19.0.0",
24
+ "react-dom": "^19.0.0"
25
+ },
27
26
  "publishConfig": {
28
27
  "access": "public"
29
28
  }