@dreamboard-games/sdk 0.2.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.
Files changed (369) hide show
  1. package/LICENSE.md +96 -0
  2. package/README.md +12 -0
  3. package/dist/HandView-ncJIVLhN.d.ts +193 -0
  4. package/dist/ResourceCounter-CTREyF73.d.ts +102 -0
  5. package/dist/ThemeProvider-fy0_QzgO.d.ts +99 -0
  6. package/dist/bundle-TIZcw8LB.d.ts +281 -0
  7. package/dist/cards-Sl3b40Mv.d.ts +13 -0
  8. package/dist/chunk-7YAHLYBR.js +481 -0
  9. package/dist/chunk-7YAHLYBR.js.map +1 -0
  10. package/dist/chunk-FDNZTDD6.js +8085 -0
  11. package/dist/chunk-FDNZTDD6.js.map +1 -0
  12. package/dist/chunk-GKKBPPSW.js +598 -0
  13. package/dist/chunk-GKKBPPSW.js.map +1 -0
  14. package/dist/chunk-I46YJSOD.js +1 -0
  15. package/dist/chunk-I46YJSOD.js.map +1 -0
  16. package/dist/chunk-KAELH4KC.js +104 -0
  17. package/dist/chunk-KAELH4KC.js.map +1 -0
  18. package/dist/chunk-PZ5AY32C.js +10 -0
  19. package/dist/chunk-PZ5AY32C.js.map +1 -0
  20. package/dist/chunk-T3ZKNUZ7.js +1 -0
  21. package/dist/chunk-T3ZKNUZ7.js.map +1 -0
  22. package/dist/chunk-T52J5RMF.js +1 -0
  23. package/dist/chunk-T52J5RMF.js.map +1 -0
  24. package/dist/chunk-TDSWKVZ4.js +5401 -0
  25. package/dist/chunk-TDSWKVZ4.js.map +1 -0
  26. package/dist/chunk-U5C6BONG.js +34 -0
  27. package/dist/chunk-U5C6BONG.js.map +1 -0
  28. package/dist/chunk-VDXOF4FW.js +69 -0
  29. package/dist/chunk-VDXOF4FW.js.map +1 -0
  30. package/dist/chunk-VFTAA4WO.js +115 -0
  31. package/dist/chunk-VFTAA4WO.js.map +1 -0
  32. package/dist/chunk-WN74KVNY.js +17 -0
  33. package/dist/chunk-WN74KVNY.js.map +1 -0
  34. package/dist/chunk-WYPQ3GG5.js +10990 -0
  35. package/dist/chunk-WYPQ3GG5.js.map +1 -0
  36. package/dist/components-D5ZRE2Hl.d.ts +1451 -0
  37. package/dist/generated/runtime/primitives.d.ts +12 -0
  38. package/dist/generated/runtime/primitives.js +180 -0
  39. package/dist/generated/runtime/primitives.js.map +1 -0
  40. package/dist/generated/runtime-api.d.ts +3 -0
  41. package/dist/generated/runtime-api.js +2 -0
  42. package/dist/generated/runtime-api.js.map +1 -0
  43. package/dist/generated/runtime.d.ts +14 -0
  44. package/dist/generated/runtime.js +18 -0
  45. package/dist/generated/runtime.js.map +1 -0
  46. package/dist/generated/workspace-contract.d.ts +14 -0
  47. package/dist/generated/workspace-contract.js +14 -0
  48. package/dist/generated/workspace-contract.js.map +1 -0
  49. package/dist/hex-board-view-D_07hO6O.d.ts +933 -0
  50. package/dist/hex-color-MhOyuY-o.d.ts +8 -0
  51. package/dist/index-BwqPQtBu.d.ts +1433 -0
  52. package/dist/index.d.ts +1 -0
  53. package/dist/index.js +12 -0
  54. package/dist/index.js.map +1 -0
  55. package/dist/infrastructure/reducer-bundle-abi.d.ts +1083 -0
  56. package/dist/infrastructure/reducer-bundle-abi.js +14 -0
  57. package/dist/infrastructure/reducer-bundle-abi.js.map +1 -0
  58. package/dist/infrastructure/workspace-codegen.d.ts +53 -0
  59. package/dist/infrastructure/workspace-codegen.js +44 -0
  60. package/dist/infrastructure/workspace-codegen.js.map +1 -0
  61. package/dist/manifest-contract-BNHVGFtU.d.ts +9 -0
  62. package/dist/package-set.d.ts +13 -0
  63. package/dist/package-set.js +12 -0
  64. package/dist/package-set.js.map +1 -0
  65. package/dist/primitive-props-DpKs-GCr.d.ts +11 -0
  66. package/dist/reducer.d.ts +3786 -0
  67. package/dist/reducer.js +8131 -0
  68. package/dist/reducer.js.map +1 -0
  69. package/dist/runtime/primitives.d.ts +226 -0
  70. package/dist/runtime/primitives.js +180 -0
  71. package/dist/runtime/primitives.js.map +1 -0
  72. package/dist/runtime/types/runtime-api.d.ts +1 -0
  73. package/dist/runtime/types/runtime-api.js +2 -0
  74. package/dist/runtime/types/runtime-api.js.map +1 -0
  75. package/dist/runtime/workspace-contract.d.ts +172 -0
  76. package/dist/runtime/workspace-contract.js +14 -0
  77. package/dist/runtime/workspace-contract.js.map +1 -0
  78. package/dist/runtime-api-3dshj6kK.d.ts +101 -0
  79. package/dist/runtime-api-DWxvTr-O.d.ts +379 -0
  80. package/dist/runtime.d.ts +58 -0
  81. package/dist/runtime.js +13 -0
  82. package/dist/runtime.js.map +1 -0
  83. package/dist/slots-1GPGihk8.d.ts +8 -0
  84. package/dist/testing.d.ts +149 -0
  85. package/dist/testing.js +513 -0
  86. package/dist/testing.js.map +1 -0
  87. package/dist/types.d.ts +496 -0
  88. package/dist/types.js +28 -0
  89. package/dist/types.js.map +1 -0
  90. package/dist/ui/components.d.ts +16 -0
  91. package/dist/ui/components.js +192 -0
  92. package/dist/ui/components.js.map +1 -0
  93. package/dist/ui/defaults.d.ts +19 -0
  94. package/dist/ui/defaults.js +104 -0
  95. package/dist/ui/defaults.js.map +1 -0
  96. package/dist/ui/plugin-styles.css +250 -0
  97. package/dist/ui/types/player-state.d.ts +365 -0
  98. package/dist/ui/types/player-state.js +1 -0
  99. package/dist/ui/types/player-state.js.map +1 -0
  100. package/dist/ui-contract-iQfTtUSL.d.ts +1161 -0
  101. package/dist/ui.d.ts +320 -0
  102. package/dist/ui.js +253 -0
  103. package/dist/ui.js.map +1 -0
  104. package/package.json +199 -0
  105. package/src/generated/reducer-contract/builders.ts +90 -0
  106. package/src/generated/reducer-contract/version.ts +9 -0
  107. package/src/generated/reducer-contract/wire.ts +100 -0
  108. package/src/generated/reducer-contract/zod.ts +101 -0
  109. package/src/generated/runtime/primitives.ts +2 -0
  110. package/src/generated/runtime-api.ts +5 -0
  111. package/src/generated/runtime.ts +35 -0
  112. package/src/generated/workspace-contract.ts +2 -0
  113. package/src/index.ts +7 -0
  114. package/src/infrastructure/reducer-bundle-abi.ts +8 -0
  115. package/src/infrastructure/reducer-contract/bundle.ts +37 -0
  116. package/src/infrastructure/workspace-codegen/hex-geometry.ts +69 -0
  117. package/src/infrastructure/workspace-codegen/index.ts +64 -0
  118. package/src/infrastructure/workspace-codegen/manifest-contract.ts +6632 -0
  119. package/src/infrastructure/workspace-codegen/manifest-validation.ts +795 -0
  120. package/src/infrastructure/workspace-codegen/ownership.ts +131 -0
  121. package/src/infrastructure/workspace-codegen/preset-card-sets.ts +169 -0
  122. package/src/infrastructure/workspace-codegen/seeds.ts +1705 -0
  123. package/src/infrastructure/workspace-codegen.ts +1 -0
  124. package/src/package-set.ts +19 -0
  125. package/src/reducer/authoring/contract.ts +157 -0
  126. package/src/reducer/authoring/effect.ts +224 -0
  127. package/src/reducer/authoring/game.ts +23 -0
  128. package/src/reducer/authoring/interaction.ts +98 -0
  129. package/src/reducer/authoring/phase.ts +300 -0
  130. package/src/reducer/authoring/types.ts +70 -0
  131. package/src/reducer/authoring/validation.ts +382 -0
  132. package/src/reducer/authoring/view-stage.ts +68 -0
  133. package/src/reducer/authoring.ts +29 -0
  134. package/src/reducer/bundle/ingress-bundle.ts +491 -0
  135. package/src/reducer/bundle/trusted/engine-instruction-resolver.ts +254 -0
  136. package/src/reducer/bundle/trusted/flow-instruction-resolver.ts +73 -0
  137. package/src/reducer/bundle/trusted/instruction-runner.ts +414 -0
  138. package/src/reducer/bundle/trusted/interaction-authorization.ts +137 -0
  139. package/src/reducer/bundle/trusted/interaction-collectors.ts +859 -0
  140. package/src/reducer/bundle/trusted/interaction-decision.ts +747 -0
  141. package/src/reducer/bundle/trusted/interaction-resolver.ts +95 -0
  142. package/src/reducer/bundle/trusted/interaction-types.ts +171 -0
  143. package/src/reducer/bundle/trusted/lifecycle-runner.ts +427 -0
  144. package/src/reducer/bundle/trusted/projection-builder.ts +356 -0
  145. package/src/reducer/bundle/trusted/projection-context.ts +39 -0
  146. package/src/reducer/bundle/trusted/rng-sampler.ts +150 -0
  147. package/src/reducer/bundle/trusted/runtime-registry.ts +120 -0
  148. package/src/reducer/bundle/trusted/runtime-scope.ts +336 -0
  149. package/src/reducer/bundle/trusted/simultaneous-player.ts +97 -0
  150. package/src/reducer/bundle/trusted/stage-resolver.ts +87 -0
  151. package/src/reducer/bundle/trusted/static-projection.ts +116 -0
  152. package/src/reducer/bundle/trusted/trusted-runtime-args.ts +97 -0
  153. package/src/reducer/bundle/trusted/trusted-runtime-result.ts +39 -0
  154. package/src/reducer/bundle/trusted/trusted-setup-profiles.ts +43 -0
  155. package/src/reducer/bundle/trusted/trusted-state-codec.ts +48 -0
  156. package/src/reducer/bundle/trusted-bundle.ts +97 -0
  157. package/src/reducer/bundle/types.ts +171 -0
  158. package/src/reducer/bundle.ts +2 -0
  159. package/src/reducer/client-param-schemas.ts +57 -0
  160. package/src/reducer/compose.ts +34 -0
  161. package/src/reducer/core/runtime-input.ts +30 -0
  162. package/src/reducer/core/runtime-instruction.ts +59 -0
  163. package/src/reducer/core/types.ts +62 -0
  164. package/src/reducer/definition-index.ts +277 -0
  165. package/src/reducer/derived.ts +106 -0
  166. package/src/reducer/effects.ts +92 -0
  167. package/src/reducer/engine/runtime-instruction-engine.ts +155 -0
  168. package/src/reducer/ingress/decode-runtime-input.ts +7 -0
  169. package/src/reducer/ingress/decode-session-state.ts +9 -0
  170. package/src/reducer/ingress/encode-session-state.ts +6 -0
  171. package/src/reducer/ingress/input-codec.ts +18 -0
  172. package/src/reducer/ingress/phase-schemas.ts +62 -0
  173. package/src/reducer/ingress/raw-types.ts +107 -0
  174. package/src/reducer/ingress/runtime-codec.ts +14 -0
  175. package/src/reducer/ingress/runtime-payload.ts +13 -0
  176. package/src/reducer/ingress/session-codec.ts +392 -0
  177. package/src/reducer/ingress/types.ts +6 -0
  178. package/src/reducer/inputs/boardInput.ts +217 -0
  179. package/src/reducer/inputs/boardTarget.ts +190 -0
  180. package/src/reducer/inputs/cardInput.ts +86 -0
  181. package/src/reducer/inputs/cardTarget.ts +101 -0
  182. package/src/reducer/inputs/choiceTarget.ts +104 -0
  183. package/src/reducer/inputs/defineInputs.ts +71 -0
  184. package/src/reducer/inputs/formInput.ts +809 -0
  185. package/src/reducer/inputs/many.ts +120 -0
  186. package/src/reducer/inputs/promptInput.ts +87 -0
  187. package/src/reducer/inputs/rngInput.ts +58 -0
  188. package/src/reducer/inputs/targetRule.ts +123 -0
  189. package/src/reducer/inputs.ts +41 -0
  190. package/src/reducer/model/definition.ts +1072 -0
  191. package/src/reducer/model/extract.ts +745 -0
  192. package/src/reducer/model/manifest.ts +570 -0
  193. package/src/reducer/model/queries.ts +641 -0
  194. package/src/reducer/model/runtime.ts +264 -0
  195. package/src/reducer/model/spec.ts +1386 -0
  196. package/src/reducer/model/table.ts +260 -0
  197. package/src/reducer/model.ts +7 -0
  198. package/src/reducer/ops.ts +1034 -0
  199. package/src/reducer/parse-utils.ts +28 -0
  200. package/src/reducer/per-player.ts +422 -0
  201. package/src/reducer/rng.ts +69 -0
  202. package/src/reducer/schema-helpers.ts +185 -0
  203. package/src/reducer/setup-bootstrap-helpers.ts +171 -0
  204. package/src/reducer/setup-bootstrap.ts +481 -0
  205. package/src/reducer/table-ops.ts +2671 -0
  206. package/src/reducer/table-queries.ts +372 -0
  207. package/src/reducer/transaction.ts +120 -0
  208. package/src/reducer.ts +314 -0
  209. package/src/runtime/primitives.ts +1 -0
  210. package/src/runtime/types/runtime-api.ts +1 -0
  211. package/src/runtime/workspace-contract.ts +32 -0
  212. package/src/runtime-internal/components/InteractionForm.tsx +1309 -0
  213. package/src/runtime-internal/components/PluginRuntime.tsx +103 -0
  214. package/src/runtime-internal/components/board/target-layer.ts +70 -0
  215. package/src/runtime-internal/context/ClientParamSchemaContext.tsx +44 -0
  216. package/src/runtime-internal/context/InteractionDraftContext.tsx +279 -0
  217. package/src/runtime-internal/context/PluginSessionContext.tsx +47 -0
  218. package/src/runtime-internal/context/PluginStateContext.tsx +262 -0
  219. package/src/runtime-internal/context/RuntimeContext.tsx +96 -0
  220. package/src/runtime-internal/defaults/components.tsx +409 -0
  221. package/src/runtime-internal/defaults/index.ts +11 -0
  222. package/src/runtime-internal/errors/ValidationError.ts +29 -0
  223. package/src/runtime-internal/hooks/useActivePlayers.ts +33 -0
  224. package/src/runtime-internal/hooks/useBoardInteractions.ts +665 -0
  225. package/src/runtime-internal/hooks/useGameSelector.ts +105 -0
  226. package/src/runtime-internal/hooks/useGameView.ts +9 -0
  227. package/src/runtime-internal/hooks/useInteractionByKey.ts +354 -0
  228. package/src/runtime-internal/hooks/useInteractionHandle.ts +438 -0
  229. package/src/runtime-internal/hooks/useIsMyTurn.ts +20 -0
  230. package/src/runtime-internal/hooks/useLobby.ts +76 -0
  231. package/src/runtime-internal/hooks/useMe.ts +48 -0
  232. package/src/runtime-internal/hooks/usePlayerInfo.ts +28 -0
  233. package/src/runtime-internal/hooks/usePlayerTurnOrder.ts +23 -0
  234. package/src/runtime-internal/hooks/usePluginRuntime.ts +147 -0
  235. package/src/runtime-internal/hooks/useSeatInbox.ts +61 -0
  236. package/src/runtime-internal/hooks/useSimultaneousPhase.ts +10 -0
  237. package/src/runtime-internal/index.ts +42 -0
  238. package/src/runtime-internal/internal.ts +43 -0
  239. package/src/runtime-internal/plugin-styles.css +250 -0
  240. package/src/runtime-internal/primitives/board.tsx +459 -0
  241. package/src/runtime-internal/primitives/dialog-lifecycle.ts +58 -0
  242. package/src/runtime-internal/primitives/dice.tsx +79 -0
  243. package/src/runtime-internal/primitives/game-ui-provider.tsx +35 -0
  244. package/src/runtime-internal/primitives/game.tsx +387 -0
  245. package/src/runtime-internal/primitives/hand-intent-adapter.ts +147 -0
  246. package/src/runtime-internal/primitives/hand-surface.tsx +594 -0
  247. package/src/runtime-internal/primitives/index.ts +196 -0
  248. package/src/runtime-internal/primitives/interaction-form-binding.tsx +56 -0
  249. package/src/runtime-internal/primitives/interaction-submit.ts +90 -0
  250. package/src/runtime-internal/primitives/interaction.tsx +987 -0
  251. package/src/runtime-internal/primitives/phase.tsx +43 -0
  252. package/src/runtime-internal/primitives/player-roster.tsx +302 -0
  253. package/src/runtime-internal/primitives/primitive-props.tsx +101 -0
  254. package/src/runtime-internal/primitives/prompt.tsx +255 -0
  255. package/src/runtime-internal/primitives/ui.tsx +60 -0
  256. package/src/runtime-internal/primitives/zone.tsx +791 -0
  257. package/src/runtime-internal/reducer.ts +30 -0
  258. package/src/runtime-internal/runtime/createPluginRuntimeAPI.ts +605 -0
  259. package/src/runtime-internal/types/plugin-state.ts +508 -0
  260. package/src/runtime-internal/types/reducer-state.ts +24 -0
  261. package/src/runtime-internal/types/runtime-api.ts +114 -0
  262. package/src/runtime-internal/ui-contract.ts +519 -0
  263. package/src/runtime-internal/utils/card-intent-adapter.ts +546 -0
  264. package/src/runtime-internal/utils/interaction-inputs.ts +492 -0
  265. package/src/runtime-internal/utils/interaction-labels.ts +23 -0
  266. package/src/runtime-internal/utils/interaction-router.ts +273 -0
  267. package/src/runtime-internal/utils/interaction-status.ts +74 -0
  268. package/src/runtime-internal/workspace-contract.ts +1170 -0
  269. package/src/runtime.ts +34 -0
  270. package/src/testing/create-expect-api.ts +352 -0
  271. package/src/testing/create-test-runtime.ts +381 -0
  272. package/src/testing/definitions.ts +127 -0
  273. package/src/testing/index.ts +3 -0
  274. package/src/testing.ts +1 -0
  275. package/src/type-stubs/manifest-contract.d.ts +42 -0
  276. package/src/type-stubs/manifest-contract.js +72 -0
  277. package/src/type-stubs/ui-contract.d.ts +5 -0
  278. package/src/type-stubs/ui-contract.js +1 -0
  279. package/src/types/authoring-card-properties.type-test.ts +266 -0
  280. package/src/types/authoring.ts +1282 -0
  281. package/src/types/cards.ts +19 -0
  282. package/src/types/contracts.ts +1550 -0
  283. package/src/types/generated-helpers.ts +35 -0
  284. package/src/types/index.ts +147 -0
  285. package/src/types/slots.ts +11 -0
  286. package/src/types.ts +1 -0
  287. package/src/ui/components/ActionButton.tsx +97 -0
  288. package/src/ui/components/ActionPanel.tsx +315 -0
  289. package/src/ui/components/Card.tsx +378 -0
  290. package/src/ui/components/CardDragSurface.tsx +1076 -0
  291. package/src/ui/components/ChromeSuppressionContext.tsx +70 -0
  292. package/src/ui/components/CostDisplay.tsx +145 -0
  293. package/src/ui/components/DiceRoller.tsx +581 -0
  294. package/src/ui/components/Drawer.tsx +180 -0
  295. package/src/ui/components/ErrorBoundary.tsx +275 -0
  296. package/src/ui/components/GameEndDisplay.tsx +398 -0
  297. package/src/ui/components/GameSkeleton.tsx +260 -0
  298. package/src/ui/components/Hand.tsx +468 -0
  299. package/src/ui/components/HandDock.tsx +299 -0
  300. package/src/ui/components/HandView.tsx +441 -0
  301. package/src/ui/components/MobileHandTray.tsx +381 -0
  302. package/src/ui/components/MoreActions.tsx +143 -0
  303. package/src/ui/components/PhaseIndicator.tsx +341 -0
  304. package/src/ui/components/PlayArea.tsx +146 -0
  305. package/src/ui/components/PrimaryActionButton.tsx +336 -0
  306. package/src/ui/components/PrimaryButton.tsx +45 -0
  307. package/src/ui/components/ResourceCounter.tsx +270 -0
  308. package/src/ui/components/StagingZone.tsx +134 -0
  309. package/src/ui/components/ThemedButton.tsx +113 -0
  310. package/src/ui/components/Toast.tsx +264 -0
  311. package/src/ui/components/board/HexGrid.tsx +1294 -0
  312. package/src/ui/components/board/NetworkGraph.tsx +476 -0
  313. package/src/ui/components/board/SlotSystem.tsx +388 -0
  314. package/src/ui/components/board/SquareGrid.tsx +1165 -0
  315. package/src/ui/components/board/TrackBoard.tsx +496 -0
  316. package/src/ui/components/board/ZoneMap.tsx +448 -0
  317. package/src/ui/components/board/hex-board-view.ts +123 -0
  318. package/src/ui/components/board/index.ts +142 -0
  319. package/src/ui/components/board/interaction-accessibility.ts +21 -0
  320. package/src/ui/components/board/target-layer.ts +66 -0
  321. package/src/ui/components/card-render-content.type-test.ts +27 -0
  322. package/src/ui/components/hand-layout-math.ts +163 -0
  323. package/src/ui/components/hand-pointer-engine.ts +413 -0
  324. package/src/ui/components/index.ts +245 -0
  325. package/src/ui/components.ts +1 -0
  326. package/src/ui/defaults/components.tsx +106 -0
  327. package/src/ui/defaults/index.ts +8 -0
  328. package/src/ui/defaults.ts +1 -0
  329. package/src/ui/errors/ValidationError.ts +29 -0
  330. package/src/ui/helpers/cards.ts +19 -0
  331. package/src/ui/helpers/track-board.ts +211 -0
  332. package/src/ui/hooks/useBoardTopology.ts +316 -0
  333. package/src/ui/hooks/useCards.ts +10 -0
  334. package/src/ui/hooks/useHandCardPointer.ts +381 -0
  335. package/src/ui/hooks/useHandLayout.ts +378 -0
  336. package/src/ui/hooks/useHandPresentation.ts +121 -0
  337. package/src/ui/hooks/useHexBoard.ts +74 -0
  338. package/src/ui/hooks/useHexGrid.ts +185 -0
  339. package/src/ui/hooks/useIsMobile.ts +35 -0
  340. package/src/ui/hooks/usePanZoom.ts +278 -0
  341. package/src/ui/hooks/useSquareBoard.ts +124 -0
  342. package/src/ui/hooks/useSquareGrid.ts +328 -0
  343. package/src/ui/index.ts +98 -0
  344. package/src/ui/internal/ui/alert.tsx +51 -0
  345. package/src/ui/internal/ui/button.tsx +58 -0
  346. package/src/ui/internal/ui/dialog.tsx +134 -0
  347. package/src/ui/internal/ui/input.tsx +21 -0
  348. package/src/ui/internal/ui/label.tsx +21 -0
  349. package/src/ui/internal/ui/select.tsx +129 -0
  350. package/src/ui/internal/ui/tooltip.tsx +54 -0
  351. package/src/ui/internal/ui/utils.ts +5 -0
  352. package/src/ui/plugin-styles.css +250 -0
  353. package/src/ui/primitives/dialog-lifecycle.ts +58 -0
  354. package/src/ui/primitives/dice.tsx +79 -0
  355. package/src/ui/primitives/primitive-props.tsx +101 -0
  356. package/src/ui/theme/ThemeProvider.tsx +252 -0
  357. package/src/ui/theme/board.ts +61 -0
  358. package/src/ui/theme/css-vars.ts +105 -0
  359. package/src/ui/theme/derive.ts +240 -0
  360. package/src/ui/theme/index.ts +61 -0
  361. package/src/ui/theme/presets/arcade.ts +261 -0
  362. package/src/ui/theme/presets/studio.ts +261 -0
  363. package/src/ui/theme/presets/tabletop.ts +266 -0
  364. package/src/ui/theme/tokens.ts +392 -0
  365. package/src/ui/types/hex-color.ts +20 -0
  366. package/src/ui/types/player-state.ts +463 -0
  367. package/src/ui/types/tiled-board.ts +785 -0
  368. package/src/ui/types/visual-state.ts +137 -0
  369. package/src/ui.ts +1 -0
@@ -0,0 +1,519 @@
1
+ import type {
2
+ ButtonHTMLAttributes,
3
+ ComponentType,
4
+ ReactElement,
5
+ ReactNode,
6
+ } from "react";
7
+ import {
8
+ Board as BoardPrimitive,
9
+ Dice as DicePrimitive,
10
+ Game as GamePrimitive,
11
+ Interaction as InteractionPrimitive,
12
+ Phase as PhasePrimitive,
13
+ PlayerRoster as PlayerRosterPrimitive,
14
+ Prompt as PromptPrimitive,
15
+ PromptInbox as PromptInboxPrimitive,
16
+ UI as UIPrimitive,
17
+ Zone as ZonePrimitive,
18
+ type BoardHexGridProps,
19
+ type BoardHexGridInteractionFilter,
20
+ type BoardTargetProps,
21
+ type BoardSpaceTargetProps,
22
+ type BoardEdgeTargetProps,
23
+ type BoardVertexTargetProps,
24
+ type GameChromeProps,
25
+ type DiceComponents,
26
+ type GameRootProps,
27
+ type InteractionCardInputProps,
28
+ type InteractionDialogProps,
29
+ type InteractionFieldPrimitiveProps,
30
+ type InteractionFormPrimitiveProps,
31
+ type InteractionRoutesMap,
32
+ type InteractionRoutesProps,
33
+ type InteractionRootProps,
34
+ type InteractionSwitchRouteMap,
35
+ type InteractionSwitchProps,
36
+ type PhaseSwitchProps,
37
+ type PlayerRosterComponents,
38
+ type PlayerRosterBadge,
39
+ type PlayerRosterEntry,
40
+ type PlayerRosterListProps,
41
+ type PlayerRosterPartProps,
42
+ type PlayerRosterRootProps,
43
+ type PlayerRosterSwitchButtonProps,
44
+ type PromptDialogProps,
45
+ type PromptInboxItemsProps,
46
+ type PromptOptionRenderItem,
47
+ type PromptOptionProps,
48
+ type PromptOptionsProps,
49
+ type PromptRootProps,
50
+ type UIRootProps,
51
+ type ZoneItemProps,
52
+ type ZoneCardAtProps,
53
+ type ZoneCardActionProps,
54
+ type ZoneCardRenderItem,
55
+ type ZoneListProps,
56
+ type ZonePileCardsProps,
57
+ type ZonePileRootProps,
58
+ type ZoneRootProps,
59
+ } from "./primitives/index.js";
60
+ import type { InteractionDescriptor } from "./types/plugin-state.js";
61
+ import type { AnyHexBoardInput, BoardSpaceIdOf } from "../ui.js";
62
+
63
+ /**
64
+ * Workspace-aware UI typing extension point.
65
+ *
66
+ * Generated workspaces will augment this interface with their concrete UI
67
+ * contract. The unregistered SDK keeps all public keys string-compatible so
68
+ * package-local tests and generic consumers can still import ui-sdk directly.
69
+ */
70
+ export interface DreamboardUIRegister {}
71
+
72
+ export type UIContractBucket = Record<string, unknown>;
73
+
74
+ export interface UIContract {
75
+ interactions?: UIContractBucket;
76
+ inputs?: UIContractBucket;
77
+ prompts?: UIContractBucket;
78
+ promptOptions?: UIContractBucket;
79
+ players?: UIContractBucket;
80
+ zones?: UIContractBucket;
81
+ cards?: UIContractBucket;
82
+ phases?: UIContractBucket;
83
+ boardTargets?: UIContractBucket;
84
+ }
85
+
86
+ type RegisteredUIContract = DreamboardUIRegister extends {
87
+ ui: infer Registered extends UIContract;
88
+ }
89
+ ? Registered
90
+ : UIContract;
91
+
92
+ type BucketOf<Contract extends UIContract, Key extends keyof UIContract> =
93
+ NonNullable<Contract[Key]> extends UIContractBucket
94
+ ? NonNullable<Contract[Key]>
95
+ : UIContractBucket;
96
+
97
+ type StringKeyOf<Bucket extends UIContractBucket> = Extract<
98
+ keyof Bucket,
99
+ string
100
+ >;
101
+
102
+ type StringKeysOrFallback<Bucket extends UIContractBucket> = [
103
+ StringKeyOf<Bucket>,
104
+ ] extends [never]
105
+ ? string
106
+ : string extends StringKeyOf<Bucket>
107
+ ? string
108
+ : StringKeyOf<Bucket>;
109
+
110
+ export type RegisteredUI = RegisteredUIContract;
111
+
112
+ export type InteractionKey<Contract extends UIContract = RegisteredUI> =
113
+ StringKeysOrFallback<BucketOf<Contract, "interactions">>;
114
+
115
+ export type InteractionInputKey<Contract extends UIContract = RegisteredUI> =
116
+ StringKeysOrFallback<BucketOf<Contract, "inputs">>;
117
+
118
+ export type PromptKey<Contract extends UIContract = RegisteredUI> =
119
+ StringKeysOrFallback<BucketOf<Contract, "prompts">>;
120
+
121
+ export type PromptOptionKey<Contract extends UIContract = RegisteredUI> =
122
+ StringKeysOrFallback<BucketOf<Contract, "promptOptions">>;
123
+
124
+ export type PlayerKey<Contract extends UIContract = RegisteredUI> =
125
+ StringKeysOrFallback<BucketOf<Contract, "players">>;
126
+
127
+ export type ZoneKey<Contract extends UIContract = RegisteredUI> =
128
+ StringKeysOrFallback<BucketOf<Contract, "zones">>;
129
+
130
+ export type CardKey<Contract extends UIContract = RegisteredUI> =
131
+ StringKeysOrFallback<BucketOf<Contract, "cards">>;
132
+
133
+ export type PhaseKey<Contract extends UIContract = RegisteredUI> =
134
+ StringKeysOrFallback<BucketOf<Contract, "phases">>;
135
+
136
+ export type BoardTargetKey<Contract extends UIContract = RegisteredUI> =
137
+ StringKeysOrFallback<BucketOf<Contract, "boardTargets">>;
138
+
139
+ type TypedZoneCardRenderItem<Contract extends UIContract> =
140
+ ZoneCardRenderItem<CardKey<Contract> & string> extends infer Item
141
+ ? Item extends { id: string; zone: string }
142
+ ? Omit<Item, "id" | "zone"> & {
143
+ id: CardKey<Contract>;
144
+ zone: ZoneKey<Contract>;
145
+ }
146
+ : never
147
+ : never;
148
+
149
+ export type TypedInteraction<Contract extends UIContract> = Omit<
150
+ typeof InteractionPrimitive,
151
+ "Root" | "CardInput" | "Dialog" | "Field" | "Form" | "Switch"
152
+ > & {
153
+ Root<Interaction extends InteractionKey<Contract>>(
154
+ props: InteractionRootProps<Interaction>,
155
+ ): ReactElement | null;
156
+ Switch(
157
+ props: Omit<InteractionSwitchProps<InteractionKey<Contract>>, "routes"> & {
158
+ routes: InteractionSwitchRouteMap<InteractionKey<Contract>>;
159
+ },
160
+ ): ReactElement;
161
+ Routes(
162
+ props: Omit<InteractionRoutesProps<InteractionKey<Contract>>, "routes"> & {
163
+ routes: InteractionRoutesMap<InteractionKey<Contract>>;
164
+ },
165
+ ): ReactElement;
166
+ CardInput<Input extends InteractionInputKey<Contract>>(
167
+ props: Omit<InteractionCardInputProps, "input" | "unsafeCardId"> & {
168
+ input: Input;
169
+ unsafeCardId?: CardKey<Contract>;
170
+ },
171
+ ): ReactElement;
172
+ Dialog<Interaction extends InteractionKey<Contract>>(
173
+ props: InteractionDialogProps<Interaction>,
174
+ ): ReactElement;
175
+ Field<Input extends InteractionInputKey<Contract>>(
176
+ props: Omit<InteractionFieldPrimitiveProps, "input"> & { input: Input },
177
+ ): ReactElement | null;
178
+ Form(props: InteractionFormPrimitiveProps): ReactElement | null;
179
+ };
180
+
181
+ export type InteractionSlotComponent<Props = object> = ComponentType<
182
+ Props extends { children: unknown } ? Props : Props & { children?: ReactNode }
183
+ >;
184
+
185
+ export interface InteractionDefaultInputSlot {
186
+ readonly Default: InteractionSlotComponent;
187
+ }
188
+
189
+ export interface InteractionValueInputSlot<Value = unknown> {
190
+ readonly Value: InteractionSlotComponent<{
191
+ children: (value: Value | undefined) => ReactNode;
192
+ }>;
193
+ }
194
+
195
+ export interface InteractionChoiceInputSlot<Value = unknown> {
196
+ readonly Field: InteractionSlotComponent;
197
+ readonly Options: InteractionSlotComponent<{
198
+ children: (option: { value: Value; label: string }) => ReactNode;
199
+ }>;
200
+ }
201
+
202
+ export interface InteractionChoiceListInputSlot<Value = unknown> {
203
+ readonly Field: InteractionSlotComponent;
204
+ readonly Options: InteractionSlotComponent<{
205
+ children: (option: { value: Value; label: string }) => ReactNode;
206
+ }>;
207
+ }
208
+
209
+ export interface InteractionNumberInputSlot {
210
+ readonly Field: InteractionSlotComponent;
211
+ }
212
+
213
+ export interface InteractionResourceMapInputSlot<
214
+ Resource extends string = string,
215
+ > {
216
+ readonly Field: InteractionSlotComponent;
217
+ readonly Resource: InteractionSlotComponent<{ value: Resource }>;
218
+ }
219
+
220
+ export type InteractionFormInputSlot<Value = unknown> =
221
+ | InteractionChoiceInputSlot<Value>
222
+ | InteractionChoiceListInputSlot<Value>
223
+ | InteractionNumberInputSlot
224
+ | InteractionResourceMapInputSlot;
225
+
226
+ export interface InteractionCardTargetInputSlot<Card extends string = string> {
227
+ readonly Card: InteractionSlotComponent<
228
+ { value: Card } & Omit<
229
+ ButtonHTMLAttributes<HTMLButtonElement>,
230
+ | "children"
231
+ | "disabled"
232
+ | "aria-disabled"
233
+ | "aria-pressed"
234
+ | "onClick"
235
+ | "type"
236
+ | "value"
237
+ >
238
+ >;
239
+ readonly Cards: InteractionSlotComponent<{
240
+ children: (card: { id: Card }) => ReactNode;
241
+ }>;
242
+ }
243
+
244
+ export interface InteractionBoardTargetInputSlot<
245
+ Target extends string = string,
246
+ > {
247
+ readonly Target: InteractionSlotComponent<
248
+ { value: Target } & Omit<
249
+ ButtonHTMLAttributes<HTMLButtonElement>,
250
+ | "children"
251
+ | "disabled"
252
+ | "aria-disabled"
253
+ | "aria-pressed"
254
+ | "onClick"
255
+ | "type"
256
+ | "value"
257
+ >
258
+ >;
259
+ }
260
+
261
+ export type InteractionBoardSpaceTargetInputSlot<
262
+ Space extends string = string,
263
+ > = InteractionBoardTargetInputSlot<Space>;
264
+
265
+ export type InteractionBoardEdgeTargetInputSlot<Edge extends string = string> =
266
+ InteractionBoardTargetInputSlot<Edge>;
267
+
268
+ export type InteractionBoardVertexTargetInputSlot<
269
+ Vertex extends string = string,
270
+ > = InteractionBoardTargetInputSlot<Vertex>;
271
+
272
+ export type InteractionBoardTileTargetInputSlot<Tile extends string = string> =
273
+ InteractionBoardTargetInputSlot<Tile>;
274
+
275
+ export interface InteractionSubmitSlot {
276
+ readonly Button: InteractionSlotComponent<
277
+ Omit<
278
+ ButtonHTMLAttributes<HTMLButtonElement>,
279
+ "children" | "disabled" | "type" | "value"
280
+ >
281
+ >;
282
+ }
283
+
284
+ export type TypedPrompt<Contract extends UIContract> = Omit<
285
+ typeof PromptPrimitive,
286
+ "Root" | "Option" | "Options" | "Dialog"
287
+ > & {
288
+ Root<Prompt extends PromptKey<Contract>>(
289
+ props: PromptRootProps<Prompt>,
290
+ ): ReactElement | null;
291
+ Option<Option extends PromptOptionKey<Contract>>(
292
+ props: Omit<PromptOptionProps, "value"> & { value: Option },
293
+ ): ReactElement;
294
+ Options(
295
+ props: Omit<PromptOptionsProps, "children"> & {
296
+ children: (
297
+ option: Omit<PromptOptionRenderItem, "id"> & {
298
+ id: PromptOptionKey<Contract>;
299
+ },
300
+ ) => ReactNode;
301
+ },
302
+ ): ReactElement;
303
+ Dialog<Prompt extends PromptKey<Contract>>(
304
+ props: PromptDialogProps<Prompt>,
305
+ ): ReactElement;
306
+ };
307
+
308
+ export type TypedPromptInbox<Contract extends UIContract> = Omit<
309
+ typeof PromptInboxPrimitive,
310
+ "Items"
311
+ > & {
312
+ Items(
313
+ props: Omit<PromptInboxItemsProps, "children"> & {
314
+ children: (
315
+ prompt: Omit<InteractionDescriptor, "interactionKey"> & {
316
+ interactionKey: PromptKey<Contract>;
317
+ },
318
+ ) => ReactNode;
319
+ },
320
+ ): ReactElement;
321
+ };
322
+
323
+ type TypedPlayerRosterEntry<Player extends string> = Omit<
324
+ PlayerRosterEntry,
325
+ "playerId"
326
+ > & {
327
+ playerId: Player;
328
+ };
329
+
330
+ type TypedPlayerRosterRootProps<Player extends string> = Omit<
331
+ PlayerRosterRootProps,
332
+ "score" | "scoreLabel" | "badges" | "metadata"
333
+ > & {
334
+ score?: (playerId: Player) => number | undefined;
335
+ scoreLabel?: string | ((playerId: Player) => string | undefined);
336
+ badges?: (
337
+ playerId: Player,
338
+ ) => ReadonlyArray<PlayerRosterBadge | null | false | undefined>;
339
+ metadata?: (playerId: Player) => Record<string, unknown> | undefined;
340
+ };
341
+
342
+ type TypedPlayerRosterListProps<Player extends string> = Omit<
343
+ PlayerRosterListProps,
344
+ "children"
345
+ > & {
346
+ children?: (player: TypedPlayerRosterEntry<Player>) => ReactNode;
347
+ };
348
+
349
+ type TypedPlayerRosterPartProps<Player extends string> = Omit<
350
+ PlayerRosterPartProps,
351
+ "player"
352
+ > & {
353
+ player: TypedPlayerRosterEntry<Player>;
354
+ };
355
+
356
+ type TypedPlayerRosterSwitchButtonProps<Player extends string> = Omit<
357
+ PlayerRosterSwitchButtonProps,
358
+ "player"
359
+ > & {
360
+ player: TypedPlayerRosterEntry<Player>;
361
+ };
362
+
363
+ export type TypedPlayerRoster<Contract extends UIContract> = Omit<
364
+ PlayerRosterComponents,
365
+ "Root" | "List" | "SwitchButton" | "Name" | "Score" | "Badges"
366
+ > & {
367
+ Root(
368
+ props: TypedPlayerRosterRootProps<PlayerKey<Contract>>,
369
+ ): ReactElement | null;
370
+ List(props: TypedPlayerRosterListProps<PlayerKey<Contract>>): ReactElement;
371
+ SwitchButton(
372
+ props: TypedPlayerRosterSwitchButtonProps<PlayerKey<Contract>>,
373
+ ): ReactElement;
374
+ Name(props: TypedPlayerRosterPartProps<PlayerKey<Contract>>): ReactElement;
375
+ Score(
376
+ props: TypedPlayerRosterPartProps<PlayerKey<Contract>>,
377
+ ): ReactElement | null;
378
+ Badges(
379
+ props: TypedPlayerRosterPartProps<PlayerKey<Contract>>,
380
+ ): ReactElement | null;
381
+ };
382
+
383
+ export type TypedPhase<Contract extends UIContract> = Omit<
384
+ typeof PhasePrimitive,
385
+ "Switch"
386
+ > & {
387
+ Switch(props: PhaseSwitchProps<PhaseKey<Contract>>): ReactElement | null;
388
+ };
389
+
390
+ export type TypedZone<Contract extends UIContract> = Omit<
391
+ typeof ZonePrimitive,
392
+ | "Root"
393
+ | "Item"
394
+ | "CardAt"
395
+ | "TopCard"
396
+ | "CardAction"
397
+ | "List"
398
+ | "PileRoot"
399
+ | "PileCards"
400
+ > & {
401
+ Root<Zone extends ZoneKey<Contract>>(
402
+ props: Omit<ZoneRootProps, "zone"> & { zone: Zone },
403
+ ): ReactElement;
404
+ Item<Card extends CardKey<Contract>>(
405
+ props: Omit<ZoneItemProps, "card"> & { card: Card },
406
+ ): ReactElement;
407
+ CardAction<Card extends CardKey<Contract>>(
408
+ props: Omit<ZoneCardActionProps, "card"> & { card?: Card },
409
+ ): ReactElement;
410
+ CardAt<Zone extends ZoneKey<Contract>>(
411
+ props: Omit<ZoneCardAtProps<Zone>, "zone" | "children"> & {
412
+ zone?: Zone;
413
+ children?:
414
+ | ReactNode
415
+ | ((card: TypedZoneCardRenderItem<Contract>) => ReactNode);
416
+ },
417
+ ): ReactElement | null;
418
+ TopCard<Zone extends ZoneKey<Contract>>(
419
+ props: Omit<ZoneCardAtProps<Zone>, "zone" | "index" | "children"> & {
420
+ zone?: Zone;
421
+ children?:
422
+ | ReactNode
423
+ | ((card: TypedZoneCardRenderItem<Contract>) => ReactNode);
424
+ },
425
+ ): ReactElement | null;
426
+ List(
427
+ props: Omit<ZoneListProps, "children"> & {
428
+ children?:
429
+ | ReactNode
430
+ | ((card: TypedZoneCardRenderItem<Contract>) => ReactNode);
431
+ },
432
+ ): ReactElement;
433
+ PileRoot<Zone extends ZoneKey<Contract>>(
434
+ props: Omit<ZonePileRootProps<Zone>, "zone"> & {
435
+ zone: Zone;
436
+ },
437
+ ): ReactElement;
438
+ PileCards(
439
+ props: Omit<ZonePileCardsProps, "renderCard"> & {
440
+ renderCard: (card: TypedZoneCardRenderItem<Contract>) => ReactNode;
441
+ },
442
+ ): ReactElement | null;
443
+ };
444
+
445
+ export type TypedBoard<Contract extends UIContract> = Omit<
446
+ typeof BoardPrimitive,
447
+ "Target" | "SpaceTarget" | "EdgeTarget" | "VertexTarget" | "HexGrid"
448
+ > & {
449
+ Target<Target extends BoardTargetKey<Contract>>(
450
+ props: Omit<BoardTargetProps, "value"> & { value: Target },
451
+ ): ReactElement;
452
+ SpaceTarget<Target extends BoardTargetKey<Contract>>(
453
+ props: Omit<BoardSpaceTargetProps, "value"> & { value: Target },
454
+ ): ReactElement;
455
+ EdgeTarget<Target extends BoardTargetKey<Contract>>(
456
+ props: Omit<BoardEdgeTargetProps, "value"> & { value: Target },
457
+ ): ReactElement;
458
+ VertexTarget<Target extends BoardTargetKey<Contract>>(
459
+ props: Omit<BoardVertexTargetProps, "value"> & { value: Target },
460
+ ): ReactElement;
461
+ HexGrid<
462
+ TBoard extends AnyHexBoardInput,
463
+ TSpaceView extends { id: BoardSpaceIdOf<TBoard> },
464
+ >(
465
+ props: Omit<BoardHexGridProps<TBoard, TSpaceView>, "interactions"> & {
466
+ interactions?:
467
+ | Exclude<BoardHexGridInteractionFilter, object>
468
+ | {
469
+ edge?: ReadonlyArray<InteractionKey<Contract>>;
470
+ vertex?: ReadonlyArray<InteractionKey<Contract>>;
471
+ space?: ReadonlyArray<InteractionKey<Contract>>;
472
+ };
473
+ },
474
+ ): ReactElement;
475
+ };
476
+
477
+ export type TypedGame<
478
+ _Contract extends UIContract,
479
+ View = unknown,
480
+ Player extends string = PlayerKey<_Contract>,
481
+ Phase extends string = PhaseKey<_Contract>,
482
+ > = Omit<typeof GamePrimitive, "Root"> & {
483
+ Root(props: GameRootProps<View, Player, Phase>): ReactElement;
484
+ Chrome(
485
+ props: GameChromeProps<View, Player, Phase, InteractionKey<_Contract>>,
486
+ ): ReactElement;
487
+ };
488
+
489
+ export interface DreamboardUI<Contract extends UIContract = RegisteredUI> {
490
+ readonly contract: Contract;
491
+ Root(props: UIRootProps): ReactElement;
492
+ readonly Game: TypedGame<Contract>;
493
+ readonly Interaction: TypedInteraction<Contract>;
494
+ readonly Prompt: TypedPrompt<Contract>;
495
+ readonly PromptInbox: TypedPromptInbox<Contract>;
496
+ readonly PlayerRoster: TypedPlayerRoster<Contract>;
497
+ readonly Dice: DiceComponents;
498
+ readonly Phase: TypedPhase<Contract>;
499
+ readonly Zone: TypedZone<Contract>;
500
+ readonly Board: TypedBoard<Contract>;
501
+ }
502
+
503
+ export function createDreamboardUI<const Contract extends UIContract>(
504
+ contract: Contract,
505
+ ): DreamboardUI<Contract> {
506
+ return {
507
+ contract,
508
+ Root: UIPrimitive.Root,
509
+ Game: GamePrimitive,
510
+ Interaction: InteractionPrimitive,
511
+ Prompt: PromptPrimitive,
512
+ PromptInbox: PromptInboxPrimitive,
513
+ PlayerRoster: PlayerRosterPrimitive,
514
+ Dice: DicePrimitive,
515
+ Phase: PhasePrimitive,
516
+ Zone: ZonePrimitive,
517
+ Board: BoardPrimitive,
518
+ } as DreamboardUI<Contract>;
519
+ }