@paroicms/internal-link-plugin 0.23.10 → 0.23.12

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.
@@ -505,7 +505,7 @@ function he(e) {
505
505
  })();
506
506
  }
507
507
  X(["input", "click"]);
508
- var Ge = /* @__PURE__ */ m("<div class=InternalLinkDialog-header><span class=InternalLinkDialog-title>"), F = /* @__PURE__ */ m("<button class=PlgBtn type=button>"), qe = /* @__PURE__ */ m("<div class=InternalLinkDialog-content>"), Qe = /* @__PURE__ */ m('<div class=ILPreview><div class=ILPreview-title></div><button class="PlgBtn outlined iconBtn"type=button>'), te = /* @__PURE__ */ m("<div>"), We = /* @__PURE__ */ m('<div><button class="PlgBtn primary"type=button>'), Xe = /* @__PURE__ */ m('<button type=button class="PlgBtn danger outlined">'), Je = /* @__PURE__ */ m('<button class="PlgBtn primary"type=button>'), Ye = /* @__PURE__ */ m('<div class=InternalLinkDialog-linkPreview><div></div><button class="PlgBtn iconBtn"type=button>');
508
+ var Ge = /* @__PURE__ */ m("<div class=InternalLinkDialog-header><span class=InternalLinkDialog-title>"), F = /* @__PURE__ */ m("<button class=PlgBtn type=button>"), qe = /* @__PURE__ */ m("<div class=InternalLinkDialog-content>"), Qe = /* @__PURE__ */ m('<div class=ILPreview><div class=ILPreview-title></div><button class="PlgBtn outlined iconBtn"type=button>'), te = /* @__PURE__ */ m("<div>"), We = /* @__PURE__ */ m('<div><button class="PlgBtn primary"type=button>'), Xe = /* @__PURE__ */ m('<button type=button class="PlgBtn danger">'), Je = /* @__PURE__ */ m('<button class="PlgBtn primary"type=button>'), Ye = /* @__PURE__ */ m('<div class=InternalLinkDialog-linkPreview><div></div><button class="PlgBtn iconBtn"type=button>');
509
509
  function Ze({
510
510
  service: e,
511
511
  setValue: t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/internal-link-plugin",
3
- "version": "0.23.10",
3
+ "version": "0.23.12",
4
4
  "description": "Internal link plugin for ParoiCMS",
5
5
  "keywords": [
6
6
  "paroicms",
@@ -24,17 +24,17 @@
24
24
  "build:admin-ui:watch": "(cd admin-ui-plugin && npm run build:watch)"
25
25
  },
26
26
  "dependencies": {
27
- "@paroicms/script-lib": "0.3.12",
28
- "arktype": "~2.1.27"
27
+ "@paroicms/script-lib": "0.3.14",
28
+ "arktype": "~2.1.29"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@paroicms/public-anywhere-lib": "0",
32
32
  "@paroicms/public-server-lib": "0"
33
33
  },
34
34
  "devDependencies": {
35
- "@paroicms/public-anywhere-lib": "0.41.0",
36
- "@paroicms/public-server-lib": "0.50.0",
37
- "@types/node": "~24.10.1",
35
+ "@paroicms/public-anywhere-lib": "0.41.2",
36
+ "@paroicms/public-server-lib": "0.50.3",
37
+ "@types/node": "~24.10.7",
38
38
  "rimraf": "~6.1.2",
39
39
  "typescript": "~5.9.3"
40
40
  },