@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.mjs CHANGED
@@ -20,7 +20,7 @@ var __spreadValues = (a, b) => {
20
20
  };
21
21
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
22
22
 
23
- // ../../node_modules/.pnpm/svelte@3.48.0/node_modules/svelte/internal/index.mjs
23
+ // ../../node_modules/.pnpm/svelte@3.49.0/node_modules/svelte/internal/index.mjs
24
24
  function noop() {
25
25
  }
26
26
  function assign(tar, src) {
@@ -312,6 +312,8 @@ function transition_out(block, local, detach2, callback) {
312
312
  }
313
313
  });
314
314
  block.o(local);
315
+ } else if (callback) {
316
+ callback();
315
317
  }
316
318
  }
317
319
  function destroy_block(block, lookup) {
@@ -5371,7 +5373,7 @@ var ZoomControl = class extends SvelteComponent {
5371
5373
  };
5372
5374
  var ZoomControl_default = ZoomControl;
5373
5375
 
5374
- // ../../node_modules/.pnpm/svelte@3.48.0/node_modules/svelte/store/index.mjs
5376
+ // ../../node_modules/.pnpm/svelte@3.49.0/node_modules/svelte/store/index.mjs
5375
5377
  var subscriber_queue = [];
5376
5378
  function writable(value, start = noop) {
5377
5379
  let stop;