@superblocksteam/library 2.0.37-next.40 → 2.0.37-next.41
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/index.d.ts +4 -4
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ 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
|
|
9
|
+
import * as _superblocksteam_library_shared_props0 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";
|
|
@@ -1002,7 +1002,7 @@ declare const Timer: (args: RawPropsToExternal<Props$2>) => {
|
|
|
1002
1002
|
type: "Timer";
|
|
1003
1003
|
intervalMs: _superblocksteam_library_shared_types7.ValueInputProp<number, any[]> | undefined;
|
|
1004
1004
|
startOnPageLoad: _superblocksteam_library_shared_types7.ValueInputProp<boolean, any[]> | undefined;
|
|
1005
|
-
onFire:
|
|
1005
|
+
onFire: _superblocksteam_library_shared_props0.Callback | EventFlow | undefined;
|
|
1006
1006
|
} & _superblocksteam_library_shared_types7.AnonymousSbEntity;
|
|
1007
1007
|
//#endregion
|
|
1008
1008
|
//#region src/lib/user-facing/entities/api/index.d.ts
|
|
@@ -1013,8 +1013,8 @@ type Props$1 = {
|
|
|
1013
1013
|
declare const SbApi: (args: RawPropsToExternal<Props$1>) => {
|
|
1014
1014
|
[sbEntitySymbol]: true;
|
|
1015
1015
|
type: "SbApi";
|
|
1016
|
-
onSuccess:
|
|
1017
|
-
onError:
|
|
1016
|
+
onSuccess: _superblocksteam_library_shared_props0.Callback | EventFlow | undefined;
|
|
1017
|
+
onError: _superblocksteam_library_shared_props0.Callback | EventFlow | undefined;
|
|
1018
1018
|
} & _superblocksteam_library_shared_types7.AnonymousSbEntity;
|
|
1019
1019
|
//#endregion
|
|
1020
1020
|
//#region src/lib/user-facing/sb-provider.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superblocksteam/library",
|
|
3
|
-
"version": "2.0.37-next.
|
|
3
|
+
"version": "2.0.37-next.41",
|
|
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.37-next.
|
|
41
|
+
"@superblocksteam/library-shared": "2.0.37-next.41",
|
|
42
42
|
"@superblocksteam/shared": "0.9460.0",
|
|
43
43
|
"apca-w3": "^0.1.9",
|
|
44
44
|
"clsx": "^2.1.1",
|