@superblocksteam/library 2.0.74 → 2.0.75-next.3
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-DpoYDtf8.js → jsx-wrapper-Dp_WgQK7.js} +1 -2
- package/dist/{jsx-wrapper-DpoYDtf8.js.map → jsx-wrapper-Dp_WgQK7.js.map} +1 -1
- package/dist/lib/index.d.ts +177 -1
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +318 -46
- package/dist/lib/index.js.map +1 -1
- package/package.json +5 -11
|
@@ -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-Dp_WgQK7.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";
|
|
@@ -3361,7 +3361,6 @@ var ErrorBoundary = class extends Component {
|
|
|
3361
3361
|
};
|
|
3362
3362
|
}
|
|
3363
3363
|
componentDidCatch(error, errorInfo) {
|
|
3364
|
-
console.error("Uncaught error:", error, errorInfo);
|
|
3365
3364
|
if (isEditMode()) root_store_default.editStore?.ai.handleRuntimeError({
|
|
3366
3365
|
id: this.state.id,
|
|
3367
3366
|
error: String(error),
|
|
@@ -3566,4 +3565,4 @@ const useJSXContext = () => {
|
|
|
3566
3565
|
|
|
3567
3566
|
//#endregion
|
|
3568
3567
|
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 };
|
|
3569
|
-
//# sourceMappingURL=jsx-wrapper-
|
|
3568
|
+
//# sourceMappingURL=jsx-wrapper-Dp_WgQK7.js.map
|