@superblocksteam/library 2.0.156 → 2.0.157-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 +2 -2
- package/dist/{jsx-wrapper-D00bNznz.js → jsx-wrapper-CAKd0FsI.js} +2 -2
- package/dist/{jsx-wrapper-D00bNznz.js.map → jsx-wrapper-CAKd0FsI.js.map} +1 -1
- package/dist/lib/index.d.ts +5 -0
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +153 -32
- package/dist/lib/index.js.map +1 -1
- package/dist/{root-store-CBgNjMop.js → root-store-DFc-KUI6.js} +3 -3
- package/dist/{root-store-CBgNjMop.js.map → root-store-DFc-KUI6.js.map} +1 -1
- package/dist/{sdk-api-discovery-CzLjjfXy.js → sdk-api-discovery-ChkM2xTd.js} +2 -2
- package/dist/{sdk-api-discovery-CzLjjfXy.js.map → sdk-api-discovery-ChkM2xTd.js.map} +1 -1
- package/dist/{utils-kXteBlMZ.js → utils-Blrvh8kW.js} +17 -6
- package/dist/utils-Blrvh8kW.js.map +1 -0
- package/package.json +5 -4
- package/dist/utils-kXteBlMZ.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as getTracer } from "./utils-
|
|
1
|
+
import { t as getTracer } from "./utils-Blrvh8kW.js";
|
|
2
2
|
import { InputType, PropsCategory } from "@superblocksteam/library-shared/props";
|
|
3
3
|
import { action, entries, isComputedProp, isObservableArray, isObservableMap, isObservableObject, makeAutoObservable, makeObservable, observable, observe, reaction, toJS, values } from "mobx";
|
|
4
4
|
import { matchRoutes } from "react-router";
|
|
@@ -2926,7 +2926,7 @@ var ApiManager = class {
|
|
|
2926
2926
|
}
|
|
2927
2927
|
if (!entryPoint && this.rootStore.sdkApiEnabled) try {
|
|
2928
2928
|
const rediscoveryT0 = performance.now();
|
|
2929
|
-
const { discoverAndRegisterSdkApis } = await import("./sdk-api-discovery-
|
|
2929
|
+
const { discoverAndRegisterSdkApis } = await import("./sdk-api-discovery-ChkM2xTd.js").then((n) => n.n);
|
|
2930
2930
|
await discoverAndRegisterSdkApis();
|
|
2931
2931
|
const rediscoveryMs = Math.round(performance.now() - rediscoveryT0);
|
|
2932
2932
|
discoveryMs += rediscoveryMs;
|
|
@@ -3842,4 +3842,4 @@ var root_store_default = new RootStore();
|
|
|
3842
3842
|
//#endregion
|
|
3843
3843
|
export { Section as A, iframeMessageHandler as C, createManagedPropsList as D, isEditMode as E, getEditStore as M, Prop as O, getParentOrigin as S, sendMessageImmediately as T, embedStore as _, getContextFromTraceHeaders as a, colors as b, rejectById as c, getAppMode as d, useSuperblocksContext as f, useSuperblocksUser as g, useSuperblocksProfiles as h, createIframeSpan as i, createPropertiesPanelDefinition as j, PropsCategory as k, resolveById as l, useSuperblocksGroups as m, root_store_default as n, tracker as o, useSuperblocksDataTags as p, startEditorSync as r, addNewPromise as s, ORCHESTRATOR_EXECUTE_RESPONSE_SIZE_LIMIT_FLAG as t, SuperblocksContextProvider as u, generateId as v, isEmbeddedBySuperblocksFirstParty as w, editorBridge as x, sendNotification as y };
|
|
3844
3844
|
|
|
3845
|
-
//# sourceMappingURL=root-store-
|
|
3845
|
+
//# sourceMappingURL=root-store-DFc-KUI6.js.map
|