@superblocksteam/library 2.0.78-next.0 → 2.0.78-next.2
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-B-ViXqLt.js → jsx-wrapper-CyqD5x_-.js} +8 -1
- package/dist/jsx-wrapper-CyqD5x_-.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 +4 -1
- package/dist/lib/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/jsx-wrapper-B-ViXqLt.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-CyqD5x_-.js";
|
|
2
2
|
import { SOURCE_ID_ATTRIBUTE } from "@superblocksteam/library-shared";
|
|
3
3
|
import * as ReactJsxDevRuntime from "react/jsx-dev-runtime";
|
|
4
4
|
|
|
@@ -703,6 +703,7 @@ var DeployedParentBridge = class {
|
|
|
703
703
|
connected() {}
|
|
704
704
|
sendReady() {}
|
|
705
705
|
sendLoadError(_error) {}
|
|
706
|
+
sendClearLoadError() {}
|
|
706
707
|
sendAppFrameWillReload() {}
|
|
707
708
|
sendNotification(_type, _message, _description) {}
|
|
708
709
|
selectWidgets(_sourceIds, _selectorIdHint) {}
|
|
@@ -804,6 +805,12 @@ var SuperblocksEditorBridge = class SuperblocksEditorBridge {
|
|
|
804
805
|
payload: { error }
|
|
805
806
|
}, true);
|
|
806
807
|
}
|
|
808
|
+
sendClearLoadError() {
|
|
809
|
+
this.sendImmediate({
|
|
810
|
+
type: "sb-clear-load-error",
|
|
811
|
+
payload: void 0
|
|
812
|
+
}, true);
|
|
813
|
+
}
|
|
807
814
|
sendAppFrameWillReload() {
|
|
808
815
|
this.sendImmediate({
|
|
809
816
|
type: "sb-app-frame-will-reload",
|
|
@@ -3630,4 +3637,4 @@ const useJSXContext = () => {
|
|
|
3630
3637
|
|
|
3631
3638
|
//#endregion
|
|
3632
3639
|
export { useSuperblocksProfiles as A, PropsCategory as B, addNewPromise 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 };
|
|
3633
|
-
//# sourceMappingURL=jsx-wrapper-
|
|
3640
|
+
//# sourceMappingURL=jsx-wrapper-CyqD5x_-.js.map
|