@chaibuilder/sdk 3.0.4 → 3.0.6
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/{code-editor-BL_76o6w.cjs → code-editor-DFvtVxXd.cjs} +1 -1
- package/dist/{code-editor-tDa4T69w.js → code-editor-GydqqBXp.js} +1 -1
- package/dist/core.cjs +4 -4
- package/dist/core.d.ts +0 -2
- package/dist/core.js +287 -296
- package/dist/{css-import-modal-CgSqJi_w.js → css-import-modal-BvRHCuHm.js} +1 -1
- package/dist/{css-import-modal-BRFVZ9j3.cjs → css-import-modal-DkVfKE_h.cjs} +1 -1
- package/dist/render.cjs +2 -2
- package/dist/render.js +63 -63
- package/dist/{toggle-C5f1IJ1G.cjs → toggle-BaUXILMJ.cjs} +1 -1
- package/dist/{toggle-C6VUu_7m.js → toggle-DrRMNSqS.js} +27 -19
- package/dist/ui.cjs +1 -1
- package/dist/ui.d.ts +3 -1
- package/dist/ui.js +1 -1
- package/dist/web-blocks.cjs +1 -1
- package/dist/web-blocks.js +31 -31
- package/package.json +1 -1
package/dist/core.d.ts
CHANGED
|
@@ -618,8 +618,6 @@ export declare const useDarkMode: () => [boolean, Function];
|
|
|
618
618
|
*/
|
|
619
619
|
export declare const useDuplicateBlocks: () => Function;
|
|
620
620
|
|
|
621
|
-
export declare const useHiddenBlockIds: () => readonly [string[], (args_0: string[] | ((prev: string[]) => string[])) => void, (blockId: string) => void];
|
|
622
|
-
|
|
623
621
|
/**
|
|
624
622
|
*
|
|
625
623
|
*/
|