@paroicms/quill-editor-plugin 1.13.1 → 1.13.2

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.
@@ -17009,10 +17009,8 @@ const BE = {
17009
17009
  create: wE,
17010
17010
  init: AE
17011
17011
  };
17012
- function AE({
17013
- pluginBaseUrl: n
17014
- }) {
17015
- const e = `${n}/style.css`, t = document.createElement("link");
17012
+ function AE(n) {
17013
+ const e = `${n.pluginBaseUrl}/style.css`, t = document.createElement("link");
17016
17014
  t.rel = "stylesheet", t.href = e, document.head.appendChild(t);
17017
17015
  }
17018
17016
  function wE(n) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/quill-editor-plugin",
3
- "version": "1.13.1",
3
+ "version": "1.13.2",
4
4
  "description": "Quill Editor plugin for ParoiCMS",
5
5
  "keywords": [
6
6
  "paroicms",
@@ -35,8 +35,8 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@paroicms/public-anywhere-lib": "0.8.0",
38
- "@paroicms/public-bo-lib": "0.13.0",
39
- "@paroicms/public-server-lib": "0.14.0",
38
+ "@paroicms/public-bo-lib": "0.13.1",
39
+ "@paroicms/public-server-lib": "0.14.1",
40
40
  "@solid-primitives/i18n": "~2.1.1",
41
41
  "@types/node": "~20.14.8",
42
42
  "highlight.js": "~11.10.0",