@dfosco/storyboard-core 4.0.0-beta.26 → 4.0.0-beta.28
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/storyboard-ui.js +1 -1
- package/dist/storyboard-ui.js.map +1 -1
- package/package.json +1 -1
- package/src/canvas/githubEmbeds.js +527 -0
- package/src/canvas/githubEmbeds.test.js +302 -0
- package/src/canvas/server.js +57 -1
- package/src/mountStoryboardCore.js +13 -3
- package/src/stores/themeStore.ts +1 -1
- package/widgets.config.json +47 -2
package/dist/storyboard-ui.js
CHANGED
|
@@ -22878,7 +22878,7 @@ const pu = "sb-theme-sync", ii = {
|
|
|
22878
22878
|
prototype: !0,
|
|
22879
22879
|
toolbar: !1,
|
|
22880
22880
|
codeBoxes: !0,
|
|
22881
|
-
canvas: !
|
|
22881
|
+
canvas: !0
|
|
22882
22882
|
};
|
|
22883
22883
|
function Mk() {
|
|
22884
22884
|
if (typeof localStorage > "u") return { ...ii };
|