@opencor/opencor 0.20251204.2 → 0.20251204.3

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.
@@ -8674,7 +8674,7 @@ async function ry() {
8674
8674
  console.error("Failed to load libOpenCOR's WebAssembly module:", n);
8675
8675
  }
8676
8676
  }
8677
- const oy = "0.20251204.2", iy = { class: "space-y-7" }, ay = { class: "text-center" }, sy = { class: "text-3xl font-bold" }, ly = {
8677
+ const oy = "0.20251204.3", iy = { class: "space-y-7" }, ay = { class: "text-center" }, sy = { class: "text-3xl font-bold" }, ly = {
8678
8678
  key: 0,
8679
8679
  class: "text-xl italic font-bold"
8680
8680
  }, cy = { class: "text-sm italic" }, uy = { class: "space-y-2" }, dy = /* @__PURE__ */ E("a", {
@@ -16020,7 +16020,7 @@ var Ed = (function() {
16020
16020
  formats: this.formats,
16021
16021
  placeholder: this.placeholder
16022
16022
  };
16023
- Ed ? (this.quill = new Ed(this.$refs.editorElement, t), this.initQuill(), this.handleLoad()) : import("./quill-Ch1Pv3Qv.js").then(function(r) {
16023
+ Ed ? (this.quill = new Ed(this.$refs.editorElement, t), this.initQuill(), this.handleLoad()) : import("./quill-Dk-bwiMa.js").then(function(r) {
16024
16024
  r && uf(e.$refs.editorElement) && (r.default ? e.quill = new r.default(e.$refs.editorElement, t) : e.quill = new r(e.$refs.editorElement, t), e.initQuill());
16025
16025
  }).then(function() {
16026
16026
  e.handleLoad();
@@ -1,4 +1,4 @@
1
- import { O as e, O as f } from "./index-BO4fwPpK.js";
1
+ import { O as e, O as f } from "./index-B4cuzl8M.js";
2
2
  export {
3
3
  e as OpenCOR,
4
4
  f as default
@@ -1,4 +1,4 @@
1
- import { c as ce, g as gl } from "./index-BO4fwPpK.js";
1
+ import { c as ce, g as gl } from "./index-B4cuzl8M.js";
2
2
  var pl = typeof global == "object" && global && global.Object === Object && global, yo = typeof self == "object" && self && self.Object === Object && self, Zt = pl || yo || Function("return this")(), de = Zt.Symbol, ml = Object.prototype, vo = ml.hasOwnProperty, Eo = ml.toString, yr = de ? de.toStringTag : void 0;
3
3
  function Ao(n) {
4
4
  var t = vo.call(n, yr), e = n[yr];
package/package.json CHANGED
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "./style.css": "./dist/opencor.css"
41
41
  },
42
- "version": "0.20251204.2",
42
+ "version": "0.20251204.3",
43
43
  "scripts": {
44
44
  "build": "vite build",
45
45
  "build:lib": "vite build --config vite.lib.config.ts && cp index.d.ts dist/index.d.ts",