@paroicms/internal-link-plugin 0.14.1 → 0.15.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.
@@ -729,7 +729,7 @@ function ne({
729
729
  pluginBaseUrl: t,
730
730
  addAfterInitListener: e
731
731
  }) {
732
- const n = `${t}/bo-plugin.css`, i = document.createElement("link");
732
+ const n = `${t}/internal-link.css`, i = document.createElement("link");
733
733
  i.rel = "stylesheet", i.href = n, document.head.appendChild(i), e(te);
734
734
  }
735
735
  function ie(t) {
@@ -9,7 +9,7 @@ const plugin = {
9
9
  version,
10
10
  siteInit(service) {
11
11
  service.registerSiteSchemaLibrary(join(packageDir, "site-schema-lib"));
12
- service.setBoAssetsDirectory(join(packageDir, "bo-front", "dist"));
12
+ service.setAdminUiAssetsDirectory(join(packageDir, "admin-ui-plugin", "dist"));
13
13
  },
14
14
  };
15
15
  export default plugin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/internal-link-plugin",
3
- "version": "0.14.1",
3
+ "version": "0.15.0",
4
4
  "description": "Internal link plugin for ParoiCMS",
5
5
  "keywords": [
6
6
  "paroicms",
@@ -16,11 +16,11 @@
16
16
  "author": "Paroi Team",
17
17
  "license": "MIT",
18
18
  "scripts": {
19
- "dev:bo": "(cd bo-front && vite)",
20
- "build:bo:watch": "(cd bo-front && vite build --watch)",
21
- "build": "npm run build:backend && npm run build:bo",
19
+ "dev:admin-ui": "(cd admin-ui-plugin && vite)",
20
+ "build:admin-ui:watch": "(cd admin-ui-plugin && vite build --watch)",
21
+ "build": "npm run build:backend && npm run build:admin-ui",
22
22
  "build:backend": "(cd backend && tsc)",
23
- "build:bo": "(cd bo-front && tsc && vite build)"
23
+ "build:admin-ui": "(cd admin-ui-plugin && tsc && vite build)"
24
24
  },
25
25
  "dependencies": {
26
26
  "@paroi/data-formatters-lib": "~0.4.0"
@@ -30,10 +30,10 @@
30
30
  "@paroicms/public-server-lib": "0"
31
31
  },
32
32
  "devDependencies": {
33
- "@paroicms/public-anywhere-lib": "0.23.1",
34
- "@paroicms/public-bo-lib": "0.24.1",
35
- "@paroicms/public-server-lib": "0.34.1",
36
- "@paroicms/quill-editor-plugin": "1.33.1",
33
+ "@paroicms/public-anywhere-lib": "0.24.0",
34
+ "@paroicms/public-admin-ui-lib": "0.25.0",
35
+ "@paroicms/public-server-lib": "0.36.0",
36
+ "@paroicms/quill-editor-plugin": "1.35.0",
37
37
  "@solid-primitives/i18n": "~2.2.1",
38
38
  "@types/node": "~24.0.1",
39
39
  "primeicons": "^7.0.0",
@@ -49,7 +49,7 @@
49
49
  "main": "backend/dist/plugin.js",
50
50
  "files": [
51
51
  "backend/dist",
52
- "bo-front/dist",
52
+ "admin-ui-plugin/dist",
53
53
  "site-schema-lib"
54
54
  ]
55
55
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8",
2
+ "ParoiCMSSiteSchemaFormatVersion": "9",
3
3
  "languages": ["en", "fr"],
4
4
  "fieldTypes": [
5
5
  {