@superblocksteam/library 2.0.70-next.1 → 2.0.70-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-DrDoDS8j.js → jsx-wrapper-DZ9RpgLV.js} +1 -8
- package/dist/jsx-wrapper-DZ9RpgLV.js.map +1 -0
- package/dist/lib/index.d.ts +0 -1
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +6 -14
- package/dist/lib/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/jsx-wrapper-DrDoDS8j.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-DZ9RpgLV.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,7 +703,6 @@ var DeployedParentBridge = class {
|
|
|
703
703
|
connected() {}
|
|
704
704
|
sendReady() {}
|
|
705
705
|
sendLoadError(_error) {}
|
|
706
|
-
sendAppFrameWillReload() {}
|
|
707
706
|
sendNotification(_type, _message, _description) {}
|
|
708
707
|
selectWidgets(_sourceIds, _selectorIdHint) {}
|
|
709
708
|
editOpRequest(_type, _payload) {}
|
|
@@ -801,12 +800,6 @@ var SuperblocksEditorBridge = class SuperblocksEditorBridge {
|
|
|
801
800
|
payload: { error }
|
|
802
801
|
}, true);
|
|
803
802
|
}
|
|
804
|
-
sendAppFrameWillReload() {
|
|
805
|
-
this.sendImmediate({
|
|
806
|
-
type: "sb-app-frame-will-reload",
|
|
807
|
-
payload: void 0
|
|
808
|
-
}, true);
|
|
809
|
-
}
|
|
810
803
|
sendNotification(type, message, description) {
|
|
811
804
|
this.queueMessage({
|
|
812
805
|
type: "codeMode/sendNotification",
|
|
@@ -3672,4 +3665,4 @@ const useJSXContext = () => {
|
|
|
3672
3665
|
|
|
3673
3666
|
//#endregion
|
|
3674
3667
|
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 };
|
|
3675
|
-
//# sourceMappingURL=jsx-wrapper-
|
|
3668
|
+
//# sourceMappingURL=jsx-wrapper-DZ9RpgLV.js.map
|