@superblocksteam/library 2.0.56-next.3 → 2.0.56
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/lib/index.d.ts +5 -5
- package/package.json +2 -2
package/dist/lib/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { EditorConfig, EvaluateOrValueComputedArgs, Property, TailwindPropertyKe
|
|
|
2
2
|
import React$1, { LegacyRef, ReactNode } from "react";
|
|
3
3
|
import { OrchestratorViewMode, PlaceholderInfo, Profile } from "@superblocksteam/shared";
|
|
4
4
|
import { AiContextMode, AiGenerationState, AppToEditorMessage, Catalog, CreateChild, CreateChild as CreateChild$1, DeleteMeLibraryApi, EditOperationPayload, EditOperationType, EditorConfig as EditorConfig$1, Entity, EntityOutputProp, InteractionMode, PayloadAction, PropertyInfo, RuntimeErrorData, SbElement, SourceLocation, TransactionInfo, UrlState, WithBindingIdentifier } from "@superblocksteam/library-shared/types";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
6
6
|
import { Callback, ControlType, DataType, DataTypeString, HeaderType, PropertiesPanelDefinition as PropertiesPanelDefinition$1, PropertiesPanelDisplay, PropertyForData, PropsCategory, Relation, WidgetPropertyDefinition } from "@superblocksteam/library-shared/props";
|
|
7
7
|
import { XYCoord } from "react-dnd";
|
|
8
8
|
|
|
@@ -53,7 +53,7 @@ declare const SbProvider: ({
|
|
|
53
53
|
children?: React$1.ReactNode;
|
|
54
54
|
className?: string;
|
|
55
55
|
context?: SuperblocksAppContext;
|
|
56
|
-
}) =>
|
|
56
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
57
57
|
//#endregion
|
|
58
58
|
//#region src/lib/internal-details/lib/types.d.ts
|
|
59
59
|
type ExecutionError = {
|
|
@@ -675,7 +675,7 @@ declare const App: (({
|
|
|
675
675
|
context
|
|
676
676
|
}: InternalProps<typeof propertiesDefinition> & {
|
|
677
677
|
context?: SuperblocksAppContext;
|
|
678
|
-
}) =>
|
|
678
|
+
}) => react_jsx_runtime0.JSX.Element) & {
|
|
679
679
|
displayName: string;
|
|
680
680
|
};
|
|
681
681
|
//#endregion
|
|
@@ -733,10 +733,10 @@ declare const PageNotFound: ({
|
|
|
733
733
|
buttonText?: string;
|
|
734
734
|
onButtonClick?: () => void;
|
|
735
735
|
hideActions?: boolean;
|
|
736
|
-
}) =>
|
|
736
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
737
737
|
//#endregion
|
|
738
738
|
//#region src/lib/internal-details/internal-components/route-load-error.d.ts
|
|
739
|
-
declare function RouteLoadError():
|
|
739
|
+
declare function RouteLoadError(): react_jsx_runtime0.JSX.Element;
|
|
740
740
|
//#endregion
|
|
741
741
|
//#region src/lib/internal-details/use-api.d.ts
|
|
742
742
|
declare global {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superblocksteam/library",
|
|
3
|
-
"version": "2.0.56
|
|
3
|
+
"version": "2.0.56",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@react-hook/resize-observer": "1.2.6",
|
|
49
49
|
"@superblocksteam/fast-deep-equal": "3.1.4",
|
|
50
50
|
"@superblocksteam/iso-currency": "2.0.0",
|
|
51
|
-
"@superblocksteam/library-shared": "2.0.56
|
|
51
|
+
"@superblocksteam/library-shared": "2.0.56",
|
|
52
52
|
"@superblocksteam/shared": "0.9543.7",
|
|
53
53
|
"apca-w3": "^0.1.9",
|
|
54
54
|
"clsx": "^2.1.1",
|