@netless/fastboard-ui 0.3.0-canary.1 → 0.3.0-canary.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/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/index.svelte.mjs +4 -4
- package/dist/index.svelte.mjs.map +1 -1
- package/package.json +3 -3
- package/src/components/Fastboard/Fastboard.svelte +2 -2
- package/src/components/Fastboard/Fastboard.svelte.ts +1 -1
- package/src/components/Fastboard/ReplayFastboard.svelte +2 -2
- package/src/components/Fastboard/ReplayFastboard.svelte.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9891,8 +9891,8 @@ function instance57($$self, $$props, $$invalidate) {
|
|
|
9891
9891
|
}
|
|
9892
9892
|
if ($$self.$$.dirty & 24) {
|
|
9893
9893
|
$:
|
|
9894
|
-
if (ref
|
|
9895
|
-
ref(container);
|
|
9894
|
+
if (ref)
|
|
9895
|
+
ref(container || null);
|
|
9896
9896
|
}
|
|
9897
9897
|
};
|
|
9898
9898
|
return [player, theme, language, container, ref, div0_binding];
|
|
@@ -10088,8 +10088,8 @@ function instance58($$self, $$props, $$invalidate) {
|
|
|
10088
10088
|
}
|
|
10089
10089
|
if ($$self.$$.dirty & 24) {
|
|
10090
10090
|
$:
|
|
10091
|
-
if (ref
|
|
10092
|
-
ref(container);
|
|
10091
|
+
if (ref)
|
|
10092
|
+
ref(container || null);
|
|
10093
10093
|
}
|
|
10094
10094
|
};
|
|
10095
10095
|
return [app, theme, language, container, ref, div0_binding];
|