vis-core 0.14.0 → 0.14.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.
- package/dist/index.js +2 -2
- package/dist/index.module.js +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -40786,7 +40786,7 @@ function Kl(n) {
|
|
|
40786
40786
|
const t = new qt();
|
|
40787
40787
|
return t.color.setScalar(n), t;
|
|
40788
40788
|
}
|
|
40789
|
-
const hX = "0.14.
|
|
40789
|
+
const hX = "0.14.1", l1 = !1;
|
|
40790
40790
|
class La {
|
|
40791
40791
|
constructor(t, e = {}) {
|
|
40792
40792
|
D(this, "container");
|
|
@@ -45993,7 +45993,7 @@ class HM {
|
|
|
45993
45993
|
return Zt(this, arguments, function* (t, e = {}) {
|
|
45994
45994
|
const { vis: s } = this;
|
|
45995
45995
|
s || (yield this.addVis("base"));
|
|
45996
|
-
const l = qG
|
|
45996
|
+
const l = qG[t].getInitOptions;
|
|
45997
45997
|
l && Object.assign(e, l(this.vis.pencil, e)), this.editor.execute(new xX(this.editor, t, e));
|
|
45998
45998
|
});
|
|
45999
45999
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.14.
|
|
1
|
+
declare const _default: "0.14.1";
|
|
2
2
|
export default _default;
|