@superblocksteam/library 2.0.74-next.1 → 2.0.74-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/lib/index.d.ts +5 -5
- package/package.json +2 -2
package/dist/lib/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as React$2 from "react";
|
|
|
5
5
|
import React$1, { LegacyRef, ReactNode } from "react";
|
|
6
6
|
import { OrchestratorViewMode, PlaceholderInfo, Profile } from "@superblocksteam/shared";
|
|
7
7
|
import { AiContextMode, AppToEditorMessage, Catalog, CatalogWithInternalDetails, ComponentRegistryShareState, ConsoleLogEntry, CreateChild, CreateChild as CreateChild$1, CreateRequest, DeleteMeLibraryApi, DeleteRequest, EditOperationPayload, EditOperationType, EditOperations, EditorConfig as EditorConfig$1, Entity, EntityOutputProp, InitData, InteractionMode, PayloadAction, PropertyInfo, ReparentRequest, RuntimeErrorData, RuntimeSyncComposite, SbApiRunOptions, SbElement, SbSelector, SetPropertiesRequest, SetPropertyRequest, SourceLocation, TransactionInfo, UrlState, ViteMessage, ViteMessageKind, WithBindingIdentifier } from "@superblocksteam/library-shared/types";
|
|
8
|
-
import * as
|
|
8
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
9
9
|
import { Graph } from "@dagrejs/graphlib";
|
|
10
10
|
import { XYCoord } from "react-dnd";
|
|
11
11
|
|
|
@@ -76,7 +76,7 @@ declare const SbProvider: ({
|
|
|
76
76
|
children?: React$1.ReactNode;
|
|
77
77
|
className?: string;
|
|
78
78
|
context?: SuperblocksAppContext;
|
|
79
|
-
}) =>
|
|
79
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
80
80
|
//#endregion
|
|
81
81
|
//#region src/lib/internal-details/lib/types.d.ts
|
|
82
82
|
type ExecutionError = {
|
|
@@ -1220,7 +1220,7 @@ declare const App: (({
|
|
|
1220
1220
|
context
|
|
1221
1221
|
}: InternalProps<typeof propertiesDefinition> & {
|
|
1222
1222
|
context?: SuperblocksAppContext;
|
|
1223
|
-
}) =>
|
|
1223
|
+
}) => react_jsx_runtime0.JSX.Element) & {
|
|
1224
1224
|
displayName: string;
|
|
1225
1225
|
};
|
|
1226
1226
|
//#endregion
|
|
@@ -1278,10 +1278,10 @@ declare const PageNotFound: ({
|
|
|
1278
1278
|
buttonText?: string;
|
|
1279
1279
|
onButtonClick?: () => void;
|
|
1280
1280
|
hideActions?: boolean;
|
|
1281
|
-
}) =>
|
|
1281
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
1282
1282
|
//#endregion
|
|
1283
1283
|
//#region src/lib/internal-details/internal-components/route-load-error.d.ts
|
|
1284
|
-
declare function RouteLoadError():
|
|
1284
|
+
declare function RouteLoadError(): react_jsx_runtime0.JSX.Element;
|
|
1285
1285
|
//#endregion
|
|
1286
1286
|
//#region src/lib/internal-details/use-api.d.ts
|
|
1287
1287
|
declare global {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superblocksteam/library",
|
|
3
|
-
"version": "2.0.74-next.
|
|
3
|
+
"version": "2.0.74-next.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"tinycolor2": "^1.6.0",
|
|
87
87
|
"use-debounce": "^10.0.4",
|
|
88
88
|
"yaml": "^2.7.0",
|
|
89
|
-
"@superblocksteam/library-shared": "2.0.74-next.
|
|
89
|
+
"@superblocksteam/library-shared": "2.0.74-next.2"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@eslint/js": "^9.39.1",
|