@superblocksteam/library 2.0.78-next.4 → 2.0.78

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.
@@ -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 react_jsx_runtime1 from "react/jsx-runtime";
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
- }) => react_jsx_runtime1.JSX.Element;
79
+ }) => react_jsx_runtime0.JSX.Element;
80
80
  //#endregion
81
81
  //#region src/lib/internal-details/lib/types.d.ts
82
82
  type ExecutionError = {
@@ -1245,7 +1245,7 @@ declare const App: (({
1245
1245
  context
1246
1246
  }: InternalProps<typeof propertiesDefinition> & {
1247
1247
  context?: SuperblocksAppContext;
1248
- }) => react_jsx_runtime1.JSX.Element) & {
1248
+ }) => react_jsx_runtime0.JSX.Element) & {
1249
1249
  displayName: string;
1250
1250
  };
1251
1251
  //#endregion
@@ -1303,10 +1303,10 @@ declare const PageNotFound: ({
1303
1303
  buttonText?: string;
1304
1304
  onButtonClick?: () => void;
1305
1305
  hideActions?: boolean;
1306
- }) => react_jsx_runtime1.JSX.Element;
1306
+ }) => react_jsx_runtime0.JSX.Element;
1307
1307
  //#endregion
1308
1308
  //#region src/lib/internal-details/internal-components/route-load-error.d.ts
1309
- declare function RouteLoadError(): react_jsx_runtime1.JSX.Element;
1309
+ declare function RouteLoadError(): react_jsx_runtime0.JSX.Element;
1310
1310
  //#endregion
1311
1311
  //#region src/lib/internal-details/use-api.d.ts
1312
1312
  declare global {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/library",
3
- "version": "2.0.78-next.4",
3
+ "version": "2.0.78",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -85,8 +85,8 @@
85
85
  "tinycolor2": "^1.6.0",
86
86
  "use-debounce": "^10.0.4",
87
87
  "yaml": "^2.7.0",
88
- "@superblocksteam/library-shared": "2.0.78-next.4",
89
- "@superblocksteam/shared": "0.9560.2"
88
+ "@superblocksteam/library-shared": "2.0.78",
89
+ "@superblocksteam/shared": "0.9560.3"
90
90
  },
91
91
  "devDependencies": {
92
92
  "@eslint/js": "^9.39.2",