@netless/fastboard-ui 0.3.15-canary.0 → 0.3.15
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 +11 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.svelte.mjs +1 -1
- package/dist/index.svelte.mjs.map +1 -1
- package/dist/lite.d.ts +11 -0
- package/package.json +3 -3
- package/src/components/Fastboard/Fastboard.svelte.d.ts +4 -0
- package/src/components/Toolbar/Toolbar.svelte +1 -1
- package/src/typings.ts +7 -0
package/dist/index.svelte.mjs
CHANGED
|
@@ -12607,7 +12607,7 @@ function instance68($$self, $$props, $$invalidate) {
|
|
|
12607
12607
|
let { language = "en" } = $$props;
|
|
12608
12608
|
let { config = {} } = $$props;
|
|
12609
12609
|
const extra_height = (32 + 4 + 4) * 2;
|
|
12610
|
-
let collapsed =
|
|
12610
|
+
let collapsed = config.collapsed;
|
|
12611
12611
|
let container_height = writable(0);
|
|
12612
12612
|
component_subscribe($$self, container_height, (value) => $$invalidate(15, $container_height = value));
|
|
12613
12613
|
let scroll_height = writable(0);
|