@dreamboard-games/sdk 0.3.0-alpha.1 → 0.4.0-alpha.0
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/REFERENCE.md +19935 -0
- package/dist/{chunk-3RQEICD3.js → chunk-2LDZ5C3T.js} +2 -2
- package/dist/chunk-3OZMHZK3.js +40 -0
- package/dist/chunk-3OZMHZK3.js.map +1 -0
- package/dist/{chunk-TXXLS3OI.js → chunk-4G7552LO.js} +3 -3
- package/dist/{chunk-P7VMTJ5D.js → chunk-MNKDSGIA.js} +2 -2
- package/dist/{chunk-P7VMTJ5D.js.map → chunk-MNKDSGIA.js.map} +1 -1
- package/dist/{chunk-W6SGFWXH.js → chunk-NBAEEHAU.js} +101 -60
- package/dist/chunk-NBAEEHAU.js.map +1 -0
- package/dist/{chunk-ADYH6PVT.js → chunk-P7F4L2FF.js} +49 -25
- package/dist/chunk-P7F4L2FF.js.map +1 -0
- package/dist/{chunk-QZ6X4B5P.js → chunk-Q5O7GPVY.js} +1 -1
- package/dist/{chunk-QZ6X4B5P.js.map → chunk-Q5O7GPVY.js.map} +1 -1
- package/dist/chunk-U5KBV2BA.js +2654 -0
- package/dist/chunk-U5KBV2BA.js.map +1 -0
- package/dist/{chunk-Y2AFYBMB.js → chunk-Y6Y2YABD.js} +9 -5
- package/dist/chunk-Y6Y2YABD.js.map +1 -0
- package/dist/codegen.d.ts +44 -51
- package/dist/codegen.js +1 -1
- package/dist/{index.d-BGqVifr_.d.ts → index.d-BL3bT5lt.d.ts} +82 -3
- package/dist/index.js +1 -1
- package/dist/package-set.d.ts +2 -2
- package/dist/package-set.js +1 -1
- package/dist/reducer/advanced.d.ts +78 -0
- package/dist/reducer/advanced.js +139 -0
- package/dist/reducer/advanced.js.map +1 -0
- package/dist/reducer-contract.d.ts +1 -1
- package/dist/reducer-contract.js +2 -2
- package/dist/reducer.d.ts +363 -3263
- package/dist/reducer.js +2778 -4081
- package/dist/reducer.js.map +1 -1
- package/dist/runtime/primitives.d.ts +3 -3
- package/dist/runtime/primitives.js +3 -3
- package/dist/runtime/runtime-api.d.ts +1 -1
- package/dist/runtime/workspace-contract.d.ts +18 -4
- package/dist/runtime/workspace-contract.js +4 -4
- package/dist/{runtime-api-tGL3ArsB.d.ts → runtime-api-BXd70c2e.d.ts} +6 -0
- package/dist/runtime.d.ts +2 -2
- package/dist/runtime.js +85 -20
- package/dist/runtime.js.map +1 -1
- package/dist/stale-contract-artifact-error-BelRiIDR.d.ts +66 -0
- package/dist/testing.d.ts +59 -5
- package/dist/testing.js +170 -6
- package/dist/testing.js.map +1 -1
- package/dist/types.d.ts +112 -119
- package/dist/ui/components.js +1 -1
- package/dist/ui/plugin-styles.css +2 -250
- package/dist/{ui-contract-SctM4ibF.d.ts → ui-contract-BUC6iS3s.d.ts} +1 -1
- package/dist/ui.js +2 -2
- package/dist/views-B0hlW6IT.d.ts +3153 -0
- package/package.json +18 -10
- package/dist/chunk-ADYH6PVT.js.map +0 -1
- package/dist/chunk-W6SGFWXH.js.map +0 -1
- package/dist/chunk-Y2AFYBMB.js.map +0 -1
- /package/dist/{chunk-3RQEICD3.js.map → chunk-2LDZ5C3T.js.map} +0 -0
- /package/dist/{chunk-TXXLS3OI.js.map → chunk-4G7552LO.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import { CSSProperties, ReactNode, HTMLAttributes, ButtonHTMLAttributes, InputHT
|
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { $ as Theme, a1 as ThemeOverride, L as InteractiveTargetState$1, A as AnyHexBoardInput, d as BoardSpaceIdOf, u as HexGridBoardProps, r as HexBoardView } from './hex-board-view-UCUjMALd.js';
|
|
5
5
|
import { a as ThemePresetId } from './ThemeProvider-DvMl17Ny.js';
|
|
6
|
-
import { a as InteractionDescriptor, Z as ZoneHandlesSnapshot, c as PluginSessionState, P as PlayerId, I as InputDomain, b as InteractionInputDescriptor } from './runtime-api-
|
|
6
|
+
import { a as InteractionDescriptor, Z as ZoneHandlesSnapshot, c as PluginSessionState, P as PlayerId, I as InputDomain, b as InteractionInputDescriptor } from './runtime-api-BXd70c2e.js';
|
|
7
7
|
import { ViewCard } from './types.js';
|
|
8
8
|
import { P as PrimitiveCommonProps } from './primitive-props-BNHDkgd7.js';
|
|
9
9
|
import { j as BrowserInteractionAttributeMap } from './attributes-BeRyboMS.js';
|
package/dist/ui.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
parseHexColor,
|
|
6
6
|
toTrackBoardData,
|
|
7
7
|
useBoardTheme
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-2LDZ5C3T.js";
|
|
9
9
|
import {
|
|
10
10
|
ActionButton,
|
|
11
11
|
ActionGroup,
|
|
@@ -123,7 +123,7 @@ import {
|
|
|
123
123
|
useTheme,
|
|
124
124
|
useThemeCssVars,
|
|
125
125
|
visualStateDataAttributes
|
|
126
|
-
} from "./chunk-
|
|
126
|
+
} from "./chunk-Q5O7GPVY.js";
|
|
127
127
|
import "./chunk-VDXOF4FW.js";
|
|
128
128
|
import "./chunk-PZ5AY32C.js";
|
|
129
129
|
export {
|