@superblocksteam/library 2.0.35-next.7 → 2.0.35

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +7 -7
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1,12 +1,12 @@
1
1
  import * as _superblocksteam_library_shared_types7 from "@superblocksteam/library-shared/types";
2
2
  import { AiContextMode, AiGenerationState, AppToEditorMessage, BindingIdentifier, Catalog, CreateChild, CreateChild as CreateChild$1, DeleteMeLibraryApi, EditOperationPayload, EditOperationType, EditorConfig as EditorConfig$1, Entity, EntityOutputProp, GeneratedTheme, IEventFlow, NotificationPosition, NotificationType, PayloadAction, PerSideBorder, PropertyInfo, RuntimeErrorData, SbElement, SbEvent as SbEvent$1, SbInstance, ScopeOptions, ScopedState, SourceLocation, StateVarPersistence, StepDef, Theme as Theme$1, TransactionInfo, TriggerStepType, UrlState, UserAccessibleTheme, ValueInputProp, WithBindingIdentifier, sbEntitySymbol } from "@superblocksteam/library-shared/types";
3
- import * as react1 from "react";
3
+ import * as react0 from "react";
4
4
  import React$1, { CSSProperties, ReactNode } from "react";
5
5
  import * as react_jsx_runtime0 from "react/jsx-runtime";
6
6
  import * as _superblocksteam_library_shared0 from "@superblocksteam/library-shared";
7
7
  import { ComputedProperty, Dim, Dim as Dim$1, DimModes, DimModes as DimModes$1, EditorConfig, EvaluateOrValueComputedArgs, INSTANCE_ID_ATTRIBUTE, NO_CONTENT_ATTRIBUTE, Property, SB } from "@superblocksteam/library-shared";
8
8
  import { Link, Outlet, generatePath } from "react-router";
9
- import * as _superblocksteam_library_shared_props0 from "@superblocksteam/library-shared/props";
9
+ import * as _superblocksteam_library_shared_props1 from "@superblocksteam/library-shared/props";
10
10
  import { Callback, ControlType, DataType, DataTypeString, HeaderType, PropertiesPanelDefinition, PropertiesPanelDisplay, PropertyForData, PropsPanelCategory, Relation, WidgetPropertyDefinition } from "@superblocksteam/library-shared/props";
11
11
  import { OrchestratorViewMode, PlaceholderInfo, Profile, RouteDef } from "@superblocksteam/shared";
12
12
  import { XYCoord } from "react-dnd";
@@ -1038,7 +1038,7 @@ declare const Timer: (args: RawPropsToExternal<Props$2>) => {
1038
1038
  type: "Timer";
1039
1039
  intervalMs: _superblocksteam_library_shared_types7.ValueInputProp<number, any[]> | undefined;
1040
1040
  startOnPageLoad: _superblocksteam_library_shared_types7.ValueInputProp<boolean, any[]> | undefined;
1041
- onFire: _superblocksteam_library_shared_props0.Callback | EventFlow | undefined;
1041
+ onFire: _superblocksteam_library_shared_props1.Callback | EventFlow | undefined;
1042
1042
  } & _superblocksteam_library_shared_types7.AnonymousSbEntity;
1043
1043
  //#endregion
1044
1044
  //#region src/lib/user-facing/entities/api/index.d.ts
@@ -1049,8 +1049,8 @@ type Props$1 = {
1049
1049
  declare const SbApi: (args: RawPropsToExternal<Props$1>) => {
1050
1050
  [sbEntitySymbol]: true;
1051
1051
  type: "SbApi";
1052
- onSuccess: _superblocksteam_library_shared_props0.Callback | EventFlow | undefined;
1053
- onError: _superblocksteam_library_shared_props0.Callback | EventFlow | undefined;
1052
+ onSuccess: _superblocksteam_library_shared_props1.Callback | EventFlow | undefined;
1053
+ onError: _superblocksteam_library_shared_props1.Callback | EventFlow | undefined;
1054
1054
  } & _superblocksteam_library_shared_types7.AnonymousSbEntity;
1055
1055
  //#endregion
1056
1056
  //#region src/lib/user-facing/sb-provider.d.ts
@@ -1216,7 +1216,7 @@ type HookResult = {
1216
1216
  declare const useEditor: () => HookResult;
1217
1217
  //#endregion
1218
1218
  //#region src/lib/user-facing/hooks/use-popover-roots.d.ts
1219
- declare const usePopoverRootElement: () => react1.MutableRefObject<HTMLElement | null>;
1219
+ declare const usePopoverRootElement: () => react0.MutableRefObject<HTMLElement | null>;
1220
1220
  //#endregion
1221
1221
  //#region src/lib/user-facing/state/types.d.ts
1222
1222
  type ScopeInstance<_Bindables extends Record<string, any>> = {
@@ -1240,7 +1240,7 @@ declare function SbEvent({
1240
1240
  declare function registerScope<T>(Component: React$1.FC<T>, scopeDef: ScopeInstance<any>, options?: ScopeOptions): React$1.FC<React$1.JSX.IntrinsicAttributes & T>;
1241
1241
  //#endregion
1242
1242
  //#region src/lib/user-facing/components/page/register-page.d.ts
1243
- declare function registerPage<T>(Component: React.FC<T>, scope: ScopeInstance<any>): react1.FC<react1.JSX.IntrinsicAttributes & T>;
1243
+ declare function registerPage<T>(Component: React.FC<T>, scope: ScopeInstance<any>): react0.FC<react0.JSX.IntrinsicAttributes & T>;
1244
1244
  //#endregion
1245
1245
  //#region src/lib/user-facing/components/app/register-app.d.ts
1246
1246
  declare function registerApp<T, Bindables extends Record<string, any>>(Component: React$1.FC<T>, scope: ScopeInstance<Bindables>): React$1.FC<React$1.JSX.IntrinsicAttributes & T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/library",
3
- "version": "2.0.35-next.7",
3
+ "version": "2.0.35",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -38,7 +38,7 @@
38
38
  "@react-hook/resize-observer": "1.2.6",
39
39
  "@superblocksteam/fast-deep-equal": "3.1.4",
40
40
  "@superblocksteam/iso-currency": "2.0.0",
41
- "@superblocksteam/library-shared": "2.0.35-next.7",
41
+ "@superblocksteam/library-shared": "2.0.35",
42
42
  "@superblocksteam/shared": "0.9432.0",
43
43
  "apca-w3": "^0.1.9",
44
44
  "clsx": "^2.1.1",