@netless/app-slide 0.1.2 → 0.1.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.
- package/dist/main.cjs.js +3 -3
- package/dist/main.cjs.js.map +1 -1
- package/dist/main.es.js +3 -3
- package/dist/main.es.js.map +1 -1
- package/dist/main.iife.js +3 -3
- package/dist/main.iife.js.map +1 -1
- package/package.json +2 -2
package/dist/main.es.js
CHANGED
|
@@ -31618,7 +31618,7 @@ void main(void){
|
|
|
31618
31618
|
r3 ? e4.position.y = h2 > 0 ? h2 : 0 : e4.position.x = u2, this.textureContainer.addChild(e4);
|
|
31619
31619
|
}
|
|
31620
31620
|
if (this.underline && (this.underline.render(), this.underline.sprite)) {
|
|
31621
|
-
r3 ? (this.underline.sprite.position.y = o3 ? o3 - n2 / 16 : i2, this.underline.sprite.position.x = 0) : (this.underline.sprite.position.x = 0, this.underline.sprite.position.y = 0)
|
|
31621
|
+
r3 ? (this.underline.sprite.position.y = o3 ? o3 - n2 / 16 : i2, this.underline.sprite.position.x = 0) : (this.underline.sprite.position.x = 0, this.underline.sprite.position.y = 0);
|
|
31622
31622
|
const t4 = this.textFill.getClonedDisplayObject();
|
|
31623
31623
|
t4 ? (t4.mask = this.underline.sprite, t4.addChild(this.underline.sprite), this.textureContainer.addChild(t4)) : this.textureContainer.addChild(this.underline.sprite);
|
|
31624
31624
|
}
|
|
@@ -35794,7 +35794,7 @@ void main(void){
|
|
|
35794
35794
|
}
|
|
35795
35795
|
var $P = { syncDispatch: "syncDispatch", syncReceive: "syncReceive", renderStart: "renderStart", renderEnd: "renderEnd", renderError: "renderError", slideChange: "slideChange", mainSeqStepStart: "mainSeqStepStart", mainSeqStepEnd: "mainSeqStepEnd", animateStart: "animateStart", animateEnd: "animateEnd", stateChange: "stateChange" }, QP = { taskId: "", url: "", currentSlideIndex: -1, mainSeqStep: -1, mainSeqState: null, mediaState: /* @__PURE__ */ Object.create(null), interactiveSeqState: /* @__PURE__ */ Object.create(null) }, tI = "";
|
|
35796
35796
|
try {
|
|
35797
|
-
tI = "0.2.
|
|
35797
|
+
tI = "0.2.10";
|
|
35798
35798
|
} catch (t3) {
|
|
35799
35799
|
tI = "dev";
|
|
35800
35800
|
}
|
|
@@ -38234,7 +38234,7 @@ class SlidePreviewer {
|
|
|
38234
38234
|
return `${this.namespace}-${className}`;
|
|
38235
38235
|
}
|
|
38236
38236
|
}
|
|
38237
|
-
const version = "0.1.
|
|
38237
|
+
const version = "0.1.3";
|
|
38238
38238
|
const SlideApp = {
|
|
38239
38239
|
kind: "Slide",
|
|
38240
38240
|
setup(context) {
|