@netless/app-slide 0.2.71-alpha.1 → 0.2.71-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 +3 -3
- 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
|
@@ -36216,9 +36216,9 @@ void main(void){
|
|
|
36216
36216
|
}
|
|
36217
36217
|
var vT = { 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" }, _T = { taskId: "", url: "", currentSlideIndex: -1, mainSeqStep: -1, mainSeqState: null, mediaState: /* @__PURE__ */ Object.create(null), interactiveSeqState: /* @__PURE__ */ Object.create(null) }, yT = "";
|
|
36218
36218
|
try {
|
|
36219
|
-
yT = "1.4.
|
|
36219
|
+
yT = "1.4.31-alpha.0";
|
|
36220
36220
|
} catch (t2) {
|
|
36221
|
-
yT = "-dev";
|
|
36221
|
+
yT = "-dev-";
|
|
36222
36222
|
}
|
|
36223
36223
|
var xT = null;
|
|
36224
36224
|
try {
|
|
@@ -39505,7 +39505,7 @@ class SlidePreviewer {
|
|
|
39505
39505
|
}
|
|
39506
39506
|
}
|
|
39507
39507
|
const usePlugin = /* @__PURE__ */ Slide.Slide.usePlugin.bind(Slide.Slide);
|
|
39508
|
-
const version = "0.2.71-alpha.
|
|
39508
|
+
const version = "0.2.71-alpha.2";
|
|
39509
39509
|
const SlideApp = {
|
|
39510
39510
|
kind: "Slide",
|
|
39511
39511
|
setup(context) {
|