@superblocksteam/library 2.0.70-next.0 → 2.0.70-next.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/jsx-dev-runtime/index.js +1 -1
- package/dist/{jsx-wrapper-DZ9RpgLV.js → jsx-wrapper-DrDoDS8j.js} +8 -1
- package/dist/jsx-wrapper-DrDoDS8j.js.map +1 -0
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +14 -6
- package/dist/lib/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/jsx-wrapper-DZ9RpgLV.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as api_hmr_tracker_default, _ as root_store_default, t as makeWrappedComponent } from "../jsx-wrapper-
|
|
1
|
+
import { S as api_hmr_tracker_default, _ as root_store_default, t as makeWrappedComponent } from "../jsx-wrapper-DrDoDS8j.js";
|
|
2
2
|
import "../utils-Clb3lSiX.js";
|
|
3
3
|
import { SOURCE_ID_ATTRIBUTE } from "@superblocksteam/library-shared";
|
|
4
4
|
import * as ReactJsxDevRuntime from "react/jsx-dev-runtime";
|
|
@@ -703,6 +703,7 @@ var DeployedParentBridge = class {
|
|
|
703
703
|
connected() {}
|
|
704
704
|
sendReady() {}
|
|
705
705
|
sendLoadError(_error) {}
|
|
706
|
+
sendAppFrameWillReload() {}
|
|
706
707
|
sendNotification(_type, _message, _description) {}
|
|
707
708
|
selectWidgets(_sourceIds, _selectorIdHint) {}
|
|
708
709
|
editOpRequest(_type, _payload) {}
|
|
@@ -800,6 +801,12 @@ var SuperblocksEditorBridge = class SuperblocksEditorBridge {
|
|
|
800
801
|
payload: { error }
|
|
801
802
|
}, true);
|
|
802
803
|
}
|
|
804
|
+
sendAppFrameWillReload() {
|
|
805
|
+
this.sendImmediate({
|
|
806
|
+
type: "sb-app-frame-will-reload",
|
|
807
|
+
payload: void 0
|
|
808
|
+
}, true);
|
|
809
|
+
}
|
|
803
810
|
sendNotification(type, message, description) {
|
|
804
811
|
this.queueMessage({
|
|
805
812
|
type: "codeMode/sendNotification",
|
|
@@ -3665,4 +3672,4 @@ const useJSXContext = () => {
|
|
|
3665
3672
|
|
|
3666
3673
|
//#endregion
|
|
3667
3674
|
export { useSuperblocksProfiles as A, PropsCategory as B, apiActivityTracker as C, getAppMode as D, SuperblocksContextProvider as E, iframeMessageHandler as F, createPropertiesPanelDefinition as H, isEmbeddedBySuperblocksFirstParty as I, isEditMode as L, sendNotification as M, colors as N, useSuperblocksContext as O, editorBridge as P, createManagedPropsList as R, api_hmr_tracker_default as S, resolveById as T, getEditStore as U, Section as V, root_store_default as _, FixWithClarkButton as a, createIframeSpan as b, ErrorContent as c, ErrorMessage as d, ErrorStack as f, StyledClarkIcon as g, SecondaryButton as h, getWidgetRectAnchorName as i, useSuperblocksUser as j, useSuperblocksGroups as k, ErrorDetails as l, ErrorTitle as m, useJSXContext as n, ActionsContainer as o, ErrorSummary as p, getWidgetAnchorName as r, ErrorContainer as s, makeWrappedComponent as t, ErrorIconContainer as u, startEditorSync as v, rejectById as w, getContextFromTraceHeaders as x, generateId as y, Prop as z };
|
|
3668
|
-
//# sourceMappingURL=jsx-wrapper-
|
|
3675
|
+
//# sourceMappingURL=jsx-wrapper-DrDoDS8j.js.map
|