@superblocksteam/library 2.0.42-next.30 → 2.0.42-next.31

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 +3 -3
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
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, LegacyRef, 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";
@@ -1149,7 +1149,7 @@ type HookResult = {
1149
1149
  declare const useEditor: () => HookResult;
1150
1150
  //#endregion
1151
1151
  //#region src/lib/user-facing/hooks/use-popover-roots.d.ts
1152
- declare const usePopoverRootElement: () => react1.MutableRefObject<HTMLElement | null>;
1152
+ declare const usePopoverRootElement: () => react0.MutableRefObject<HTMLElement | null>;
1153
1153
  //#endregion
1154
1154
  //#region src/lib/user-facing/state/types.d.ts
1155
1155
  type ScopeInstance<_Bindables extends Record<string, any>> = {
@@ -1173,7 +1173,7 @@ declare function SbEvent({
1173
1173
  declare function registerScope<T>(Component: React$1.FC<T>, scopeDef: ScopeInstance<any>, options?: ScopeOptions): React$1.FC<React$1.JSX.IntrinsicAttributes & T>;
1174
1174
  //#endregion
1175
1175
  //#region src/lib/user-facing/components/page/register-page.d.ts
1176
- declare function registerPage<T>(Component: React.FC<T>, scope: ScopeInstance<any>): react1.FC<react1.JSX.IntrinsicAttributes & T>;
1176
+ declare function registerPage<T>(Component: React.FC<T>, scope: ScopeInstance<any>): react0.FC<react0.JSX.IntrinsicAttributes & T>;
1177
1177
  //#endregion
1178
1178
  //#region src/lib/user-facing/components/app/register-app.d.ts
1179
1179
  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.42-next.30",
3
+ "version": "2.0.42-next.31",
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.42-next.30",
41
+ "@superblocksteam/library-shared": "2.0.42-next.31",
42
42
  "@superblocksteam/shared": "0.9503.0",
43
43
  "apca-w3": "^0.1.9",
44
44
  "clsx": "^2.1.1",