@netless/app-slide 0.2.53-alpha.1 → 0.2.53-alpha.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.
- package/dist/main.cjs.js +2 -2
- package/dist/main.cjs.js.map +1 -1
- package/dist/main.es.js +2 -2
- package/dist/main.es.js.map +1 -1
- package/dist/main.iife.js +2 -2
- package/dist/main.iife.js.map +1 -1
- package/package.json +2 -2
package/dist/main.es.js
CHANGED
|
@@ -36014,7 +36014,7 @@ void main(void){
|
|
|
36014
36014
|
}
|
|
36015
36015
|
var fT = { syncDispatch: "syncDispatch", syncReceive: "syncReceive", syncEventLag: "syncEventLag", renderStart: "renderStart", renderEnd: "renderEnd", renderError: "renderError", slideChange: "slideChange", mainSeqStepStart: "mainSeqStepStart", mainSeqStepEnd: "mainSeqStepEnd", animateStart: "animateStart", animateEnd: "animateEnd", stateChange: "stateChange", slideStepEnd: "slideEnd", slideStepStart: "slideStart" }, mT = { taskId: "", url: "", currentSlideIndex: -1, mainSeqStep: -1, mainSeqState: null, mediaState: /* @__PURE__ */ Object.create(null), interactiveSeqState: /* @__PURE__ */ Object.create(null) }, gT = "";
|
|
36016
36016
|
try {
|
|
36017
|
-
gT = "1.2.1";
|
|
36017
|
+
gT = "1.2.2-alpha.1";
|
|
36018
36018
|
} catch (t2) {
|
|
36019
36019
|
gT = "dev -";
|
|
36020
36020
|
}
|
|
@@ -39167,7 +39167,7 @@ class SlidePreviewer {
|
|
|
39167
39167
|
}
|
|
39168
39168
|
}
|
|
39169
39169
|
const usePlugin = /* @__PURE__ */ Slide.Slide.usePlugin.bind(Slide.Slide);
|
|
39170
|
-
const version = "0.2.53-alpha.
|
|
39170
|
+
const version = "0.2.53-alpha.2";
|
|
39171
39171
|
const SlideApp = {
|
|
39172
39172
|
kind: "Slide",
|
|
39173
39173
|
setup(context) {
|