@netless/fastboard-ui 0.3.5-canary.0 → 0.3.5-canary.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 +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/dist/index.svelte.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -54,7 +54,7 @@ __export(src_exports, {
|
|
|
54
54
|
});
|
|
55
55
|
module.exports = __toCommonJS(src_exports);
|
|
56
56
|
|
|
57
|
-
// ../../node_modules/.pnpm/svelte@3.
|
|
57
|
+
// ../../node_modules/.pnpm/svelte@3.49.0/node_modules/svelte/internal/index.mjs
|
|
58
58
|
function noop() {
|
|
59
59
|
}
|
|
60
60
|
function assign(tar, src) {
|
|
@@ -346,6 +346,8 @@ function transition_out(block, local, detach2, callback) {
|
|
|
346
346
|
}
|
|
347
347
|
});
|
|
348
348
|
block.o(local);
|
|
349
|
+
} else if (callback) {
|
|
350
|
+
callback();
|
|
349
351
|
}
|
|
350
352
|
}
|
|
351
353
|
function destroy_block(block, lookup) {
|
|
@@ -5408,7 +5410,7 @@ var ZoomControl = class extends SvelteComponent {
|
|
|
5408
5410
|
};
|
|
5409
5411
|
var ZoomControl_default = ZoomControl;
|
|
5410
5412
|
|
|
5411
|
-
// ../../node_modules/.pnpm/svelte@3.
|
|
5413
|
+
// ../../node_modules/.pnpm/svelte@3.49.0/node_modules/svelte/store/index.mjs
|
|
5412
5414
|
var subscriber_queue = [];
|
|
5413
5415
|
function writable(value, start = noop) {
|
|
5414
5416
|
let stop;
|