@xmachines/docs 1.0.0-beta.52 → 1.0.0-beta.53

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 (315) hide show
  1. package/api/@xmachines/play/classes/NonNullableError.md +4 -4
  2. package/api/@xmachines/play/classes/PlayError.md +4 -4
  3. package/api/@xmachines/play/functions/assertNonNullable.md +1 -1
  4. package/api/@xmachines/play/type-aliases/PlayEvent.md +2 -2
  5. package/api/@xmachines/play-actor/classes/AbstractActor.md +3 -3
  6. package/api/@xmachines/play-actor/functions/typedSpec.md +1 -1
  7. package/api/@xmachines/play-actor/interfaces/BaseActorProviderProps.md +5 -5
  8. package/api/@xmachines/play-actor/interfaces/BaseViewContextValue.md +5 -5
  9. package/api/@xmachines/play-actor/interfaces/PlaySpec.md +2 -2
  10. package/api/@xmachines/play-actor/interfaces/Routable.md +3 -3
  11. package/api/@xmachines/play-actor/interfaces/Viewable.md +2 -2
  12. package/api/@xmachines/play-dom/classes/PlayRenderer.md +4 -4
  13. package/api/@xmachines/play-dom/functions/createPlayUI.md +1 -1
  14. package/api/@xmachines/play-dom/functions/createRenderer.md +1 -1
  15. package/api/@xmachines/play-dom/functions/defineRegistry.md +1 -1
  16. package/api/@xmachines/play-dom/functions/renderSpec.md +1 -1
  17. package/api/@xmachines/play-dom/interfaces/ComponentContext.md +7 -7
  18. package/api/@xmachines/play-dom/interfaces/CreatePlayUIOptions.md +6 -6
  19. package/api/@xmachines/play-dom/interfaces/DefineRegistryResult.md +4 -4
  20. package/api/@xmachines/play-dom/interfaces/DomRenderContext.md +15 -15
  21. package/api/@xmachines/play-dom/interfaces/EventHandle.md +4 -4
  22. package/api/@xmachines/play-dom/interfaces/MountOptions.md +3 -3
  23. package/api/@xmachines/play-dom/interfaces/PlayDomOptions.md +8 -8
  24. package/api/@xmachines/play-dom/interfaces/UIProviderOptions.md +5 -5
  25. package/api/@xmachines/play-dom/type-aliases/ActionFn.md +1 -1
  26. package/api/@xmachines/play-dom/type-aliases/Actions.md +1 -1
  27. package/api/@xmachines/play-dom/type-aliases/BaseComponentProps.md +7 -7
  28. package/api/@xmachines/play-dom/type-aliases/CatalogHasActions.md +1 -1
  29. package/api/@xmachines/play-dom/type-aliases/ComponentFn.md +1 -1
  30. package/api/@xmachines/play-dom/type-aliases/ComponentRegistry.md +1 -1
  31. package/api/@xmachines/play-dom/type-aliases/DefineRegistryOptions.md +2 -2
  32. package/api/@xmachines/play-dom/type-aliases/DomComponentRenderer.md +1 -1
  33. package/api/@xmachines/play-dom/type-aliases/DomRegistry.md +1 -1
  34. package/api/@xmachines/play-dom/type-aliases/DomSchema.md +1 -1
  35. package/api/@xmachines/play-dom/type-aliases/MountFn.md +1 -1
  36. package/api/@xmachines/play-dom/type-aliases/SetState.md +1 -1
  37. package/api/@xmachines/play-dom/variables/schema.md +1 -1
  38. package/api/@xmachines/play-dom-router/functions/connectRouter.md +1 -1
  39. package/api/@xmachines/play-dom-router/functions/createBrowserHistory.md +1 -1
  40. package/api/@xmachines/play-dom-router/functions/createRouteMap.md +1 -1
  41. package/api/@xmachines/play-dom-router/functions/createRouter.md +1 -1
  42. package/api/@xmachines/play-dom-router/interfaces/BrowserHistory.md +14 -14
  43. package/api/@xmachines/play-dom-router/interfaces/BrowserWindow.md +14 -14
  44. package/api/@xmachines/play-dom-router/interfaces/ConnectRouterOptions.md +4 -4
  45. package/api/@xmachines/play-dom-router/interfaces/PlayRouteEvent.md +6 -6
  46. package/api/@xmachines/play-dom-router/interfaces/RoutableActor.md +4 -4
  47. package/api/@xmachines/play-dom-router/interfaces/RouteLookupContract.md +3 -3
  48. package/api/@xmachines/play-dom-router/interfaces/RouteMap.md +3 -3
  49. package/api/@xmachines/play-dom-router/interfaces/RouteMapOptions.md +2 -2
  50. package/api/@xmachines/play-dom-router/interfaces/RouteMapping.md +3 -3
  51. package/api/@xmachines/play-dom-router/interfaces/RouterBridge.md +3 -3
  52. package/api/@xmachines/play-dom-router/interfaces/VanillaRouter.md +4 -4
  53. package/api/@xmachines/play-react/classes/PlayErrorBoundary.md +5 -5
  54. package/api/@xmachines/play-react/functions/useActor.md +1 -1
  55. package/api/@xmachines/play-react/functions/usePlayView.md +1 -1
  56. package/api/@xmachines/play-react/functions/useSignalEffect.md +1 -1
  57. package/api/@xmachines/play-react/interfaces/ActorProviderProps.md +8 -8
  58. package/api/@xmachines/play-react/interfaces/PlayErrorBoundaryProps.md +4 -4
  59. package/api/@xmachines/play-react/interfaces/PlayErrorBoundaryState.md +3 -3
  60. package/api/@xmachines/play-react/interfaces/PlayUIProviderProps.md +8 -8
  61. package/api/@xmachines/play-react/interfaces/ViewContextValue.md +5 -5
  62. package/api/@xmachines/play-react/type-aliases/AnyPlayActor.md +1 -1
  63. package/api/@xmachines/play-react/variables/ActorProvider.md +1 -1
  64. package/api/@xmachines/play-react/variables/PlayRenderer.md +1 -1
  65. package/api/@xmachines/play-react/variables/PlayUIProvider.md +1 -1
  66. package/api/@xmachines/play-react-router/classes/ReactRouterBridge.md +24 -24
  67. package/api/@xmachines/play-react-router/classes/RouteMap.md +4 -4
  68. package/api/@xmachines/play-react-router/functions/PlayRouterProvider.md +1 -1
  69. package/api/@xmachines/play-react-router/functions/createRouteMap.md +1 -1
  70. package/api/@xmachines/play-react-router/functions/createRouteMapFromTree.md +1 -1
  71. package/api/@xmachines/play-react-router/interfaces/PlayActor.md +5 -5
  72. package/api/@xmachines/play-react-router/interfaces/PlayRouteEvent.md +6 -6
  73. package/api/@xmachines/play-react-router/interfaces/PlayRouterProviderProps.md +5 -5
  74. package/api/@xmachines/play-react-router/interfaces/RouteMapOptions.md +2 -2
  75. package/api/@xmachines/play-react-router/interfaces/RouteMapping.md +3 -3
  76. package/api/@xmachines/play-react-router/interfaces/RouterBridge.md +3 -3
  77. package/api/@xmachines/play-router/classes/RouteMap.md +4 -4
  78. package/api/@xmachines/play-router/classes/RouterBridgeBase.md +24 -24
  79. package/api/@xmachines/play-router/functions/buildPlayRouteEvent.md +1 -1
  80. package/api/@xmachines/play-router/functions/buildRouteTree.md +1 -1
  81. package/api/@xmachines/play-router/functions/createRouteMap.md +1 -1
  82. package/api/@xmachines/play-router/functions/createRouteMapFromTree.md +1 -1
  83. package/api/@xmachines/play-router/functions/createRouteMatcher.md +1 -1
  84. package/api/@xmachines/play-router/functions/detectDuplicateRoutes.md +1 -1
  85. package/api/@xmachines/play-router/functions/extractMachineRoutes.md +1 -1
  86. package/api/@xmachines/play-router/functions/extractQuery.md +1 -1
  87. package/api/@xmachines/play-router/functions/extractRouteParams.md +1 -1
  88. package/api/@xmachines/play-router/functions/findRouteById.md +1 -1
  89. package/api/@xmachines/play-router/functions/findRouteByPath.md +1 -1
  90. package/api/@xmachines/play-router/functions/getNavigableRoutes.md +1 -1
  91. package/api/@xmachines/play-router/functions/getRoutableRoutes.md +1 -1
  92. package/api/@xmachines/play-router/functions/getTransitionReachableRoutes.md +1 -1
  93. package/api/@xmachines/play-router/functions/isRouteReachable.md +1 -1
  94. package/api/@xmachines/play-router/functions/machineToGraph.md +1 -1
  95. package/api/@xmachines/play-router/functions/routeExists.md +1 -1
  96. package/api/@xmachines/play-router/functions/sanitizePathname.md +1 -1
  97. package/api/@xmachines/play-router/functions/validateRouteFormat.md +1 -1
  98. package/api/@xmachines/play-router/functions/validateStateExists.md +1 -1
  99. package/api/@xmachines/play-router/interfaces/BuildPlayRouteEventOptions.md +4 -4
  100. package/api/@xmachines/play-router/interfaces/LocationLike.md +3 -3
  101. package/api/@xmachines/play-router/interfaces/MachineEdgeData.md +3 -3
  102. package/api/@xmachines/play-router/interfaces/MachineNodeData.md +5 -5
  103. package/api/@xmachines/play-router/interfaces/PlayActor.md +5 -5
  104. package/api/@xmachines/play-router/interfaces/PlayRouteEvent.md +6 -6
  105. package/api/@xmachines/play-router/interfaces/RoutableActor.md +4 -4
  106. package/api/@xmachines/play-router/interfaces/RouteInfo.md +8 -8
  107. package/api/@xmachines/play-router/interfaces/RouteMapOptions.md +2 -2
  108. package/api/@xmachines/play-router/interfaces/RouteMapping.md +3 -3
  109. package/api/@xmachines/play-router/interfaces/RouteMatch.md +3 -3
  110. package/api/@xmachines/play-router/interfaces/RouteMatcher.md +4 -4
  111. package/api/@xmachines/play-router/interfaces/RouteNode.md +10 -10
  112. package/api/@xmachines/play-router/interfaces/RouteObject.md +2 -2
  113. package/api/@xmachines/play-router/interfaces/RouteTree.md +5 -5
  114. package/api/@xmachines/play-router/interfaces/RouteWatcherHandle.md +3 -3
  115. package/api/@xmachines/play-router/interfaces/RouterBridge.md +3 -3
  116. package/api/@xmachines/play-router/interfaces/WindowLike.md +3 -3
  117. package/api/@xmachines/play-router/type-aliases/MachineGraph.md +1 -1
  118. package/api/@xmachines/play-router/type-aliases/RouteMetadata.md +1 -1
  119. package/api/@xmachines/play-signals/functions/watchSignal.md +1 -1
  120. package/api/@xmachines/play-signals/interfaces/ComputedOptions.md +2 -2
  121. package/api/@xmachines/play-signals/interfaces/SignalComputed.md +2 -2
  122. package/api/@xmachines/play-signals/interfaces/SignalOptions.md +2 -2
  123. package/api/@xmachines/play-signals/interfaces/SignalState.md +3 -3
  124. package/api/@xmachines/play-signals/interfaces/SignalWatcher.md +4 -4
  125. package/api/@xmachines/play-signals/type-aliases/WatcherNotify.md +1 -1
  126. package/api/@xmachines/play-solid/functions/useActor.md +1 -1
  127. package/api/@xmachines/play-solid/functions/usePlayView.md +1 -1
  128. package/api/@xmachines/play-solid/interfaces/ActorProviderProps.md +8 -8
  129. package/api/@xmachines/play-solid/interfaces/PlayUIProviderProps.md +8 -8
  130. package/api/@xmachines/play-solid/interfaces/ViewContextValue.md +5 -5
  131. package/api/@xmachines/play-solid/type-aliases/AnyPlayActor.md +1 -1
  132. package/api/@xmachines/play-solid/variables/ActorContext.md +1 -1
  133. package/api/@xmachines/play-solid/variables/ActorProvider.md +1 -1
  134. package/api/@xmachines/play-solid/variables/PlayRenderer.md +1 -1
  135. package/api/@xmachines/play-solid/variables/PlayUIProvider.md +1 -1
  136. package/api/@xmachines/play-solid-router/classes/RouteMap.md +4 -4
  137. package/api/@xmachines/play-solid-router/classes/SolidRouterBridge.md +25 -25
  138. package/api/@xmachines/play-solid-router/functions/PlayRouterProvider.md +1 -1
  139. package/api/@xmachines/play-solid-router/functions/createRouteMap.md +1 -1
  140. package/api/@xmachines/play-solid-router/interfaces/AbstractActor.md +3 -3
  141. package/api/@xmachines/play-solid-router/interfaces/PlayActor.md +5 -5
  142. package/api/@xmachines/play-solid-router/interfaces/PlayRouteEvent.md +6 -6
  143. package/api/@xmachines/play-solid-router/interfaces/PlayRouterProviderProps.md +5 -5
  144. package/api/@xmachines/play-solid-router/interfaces/RouteMapOptions.md +2 -2
  145. package/api/@xmachines/play-solid-router/interfaces/RouteMapping.md +3 -3
  146. package/api/@xmachines/play-solid-router/interfaces/RouterBridge.md +3 -3
  147. package/api/@xmachines/play-solid-router/type-aliases/RoutableActor.md +1 -1
  148. package/api/@xmachines/play-solid-router/type-aliases/SolidRouterHooks.md +4 -4
  149. package/api/@xmachines/play-svelte/functions/defineRegistry.md +1 -1
  150. package/api/@xmachines/play-svelte/functions/getActorContext.md +1 -1
  151. package/api/@xmachines/play-svelte/functions/getPlayViewContext.md +1 -1
  152. package/api/@xmachines/play-svelte/functions/setActorContext.md +1 -1
  153. package/api/@xmachines/play-svelte/interfaces/ActorProviderProps.md +8 -8
  154. package/api/@xmachines/play-svelte/interfaces/DefineRegistryOptions.md +4 -4
  155. package/api/@xmachines/play-svelte/interfaces/PlayUIProviderProps.md +11 -11
  156. package/api/@xmachines/play-svelte/interfaces/ViewContextValue.md +5 -5
  157. package/api/@xmachines/play-svelte/type-aliases/AnyPlayActor.md +1 -1
  158. package/api/@xmachines/play-svelte-spa-router/classes/RouteMap.md +4 -4
  159. package/api/@xmachines/play-svelte-spa-router/functions/connectRouter.md +1 -1
  160. package/api/@xmachines/play-svelte-spa-router/functions/createRouteMap.md +1 -1
  161. package/api/@xmachines/play-svelte-spa-router/interfaces/ConnectRouterOptions.md +4 -4
  162. package/api/@xmachines/play-svelte-spa-router/interfaces/PlayRouteEvent.md +6 -6
  163. package/api/@xmachines/play-svelte-spa-router/interfaces/RouteMapOptions.md +2 -2
  164. package/api/@xmachines/play-svelte-spa-router/interfaces/RouteMapping.md +3 -3
  165. package/api/@xmachines/play-svelte-spa-router/interfaces/RouterBridge.md +3 -3
  166. package/api/@xmachines/play-svelte-spa-router/interfaces/WindowLike.md +3 -3
  167. package/api/@xmachines/play-svelte-spa-router/type-aliases/RoutableActor.md +1 -1
  168. package/api/@xmachines/play-sveltekit-router/classes/RouteMap.md +4 -4
  169. package/api/@xmachines/play-sveltekit-router/functions/connectRouter.md +1 -1
  170. package/api/@xmachines/play-sveltekit-router/functions/createRouteMap.md +1 -1
  171. package/api/@xmachines/play-sveltekit-router/interfaces/ConnectRouterOptions.md +4 -4
  172. package/api/@xmachines/play-sveltekit-router/interfaces/LocationLike.md +3 -3
  173. package/api/@xmachines/play-sveltekit-router/interfaces/PlayRouteEvent.md +6 -6
  174. package/api/@xmachines/play-sveltekit-router/interfaces/RouteMapOptions.md +2 -2
  175. package/api/@xmachines/play-sveltekit-router/interfaces/RouteMapping.md +3 -3
  176. package/api/@xmachines/play-sveltekit-router/interfaces/RouterBridge.md +3 -3
  177. package/api/@xmachines/play-sveltekit-router/type-aliases/RoutableActor.md +1 -1
  178. package/api/@xmachines/play-tanstack-react-router/classes/RouteMap.md +4 -4
  179. package/api/@xmachines/play-tanstack-react-router/classes/TanStackReactRouterBridge.md +24 -24
  180. package/api/@xmachines/play-tanstack-react-router/functions/PlayRouterProvider.md +1 -1
  181. package/api/@xmachines/play-tanstack-react-router/functions/createRouteMap.md +1 -1
  182. package/api/@xmachines/play-tanstack-react-router/functions/createRouteMapFromTree.md +1 -1
  183. package/api/@xmachines/play-tanstack-react-router/functions/extractMachineRoutes.md +1 -1
  184. package/api/@xmachines/play-tanstack-react-router/interfaces/PlayActor.md +5 -5
  185. package/api/@xmachines/play-tanstack-react-router/interfaces/PlayRouteEvent.md +6 -6
  186. package/api/@xmachines/play-tanstack-react-router/interfaces/PlayRouterProviderProps.md +5 -5
  187. package/api/@xmachines/play-tanstack-react-router/interfaces/RouteMapOptions.md +2 -2
  188. package/api/@xmachines/play-tanstack-react-router/interfaces/RouteMapping.md +3 -3
  189. package/api/@xmachines/play-tanstack-react-router/interfaces/RouteNavigateEvent.md +3 -3
  190. package/api/@xmachines/play-tanstack-react-router/interfaces/RouterBridge.md +3 -3
  191. package/api/@xmachines/play-tanstack-react-router/type-aliases/TanStackRouterInstance.md +1 -1
  192. package/api/@xmachines/play-tanstack-react-router/type-aliases/TanStackRouterLike.md +4 -4
  193. package/api/@xmachines/play-tanstack-solid-router/classes/RouteMap.md +4 -4
  194. package/api/@xmachines/play-tanstack-solid-router/classes/TanStackSolidRouterBridge.md +25 -25
  195. package/api/@xmachines/play-tanstack-solid-router/functions/PlayRouterProvider.md +1 -1
  196. package/api/@xmachines/play-tanstack-solid-router/functions/createRouteMap.md +1 -1
  197. package/api/@xmachines/play-tanstack-solid-router/interfaces/PlayActor.md +5 -5
  198. package/api/@xmachines/play-tanstack-solid-router/interfaces/PlayRouteEvent.md +6 -6
  199. package/api/@xmachines/play-tanstack-solid-router/interfaces/PlayRouterProviderProps.md +5 -5
  200. package/api/@xmachines/play-tanstack-solid-router/interfaces/RouteMapOptions.md +2 -2
  201. package/api/@xmachines/play-tanstack-solid-router/interfaces/RouteMapping.md +3 -3
  202. package/api/@xmachines/play-tanstack-solid-router/interfaces/RouterBridge.md +3 -3
  203. package/api/@xmachines/play-tanstack-solid-router/type-aliases/RoutableActor.md +1 -1
  204. package/api/@xmachines/play-tanstack-solid-router/type-aliases/TanStackRouterInstance.md +1 -1
  205. package/api/@xmachines/play-tanstack-solid-router/type-aliases/TanStackRouterLike.md +3 -3
  206. package/api/@xmachines/play-vue/functions/defineRegistry.md +1 -1
  207. package/api/@xmachines/play-vue/functions/getPlayViewContext.md +1 -1
  208. package/api/@xmachines/play-vue/functions/useActor.md +1 -1
  209. package/api/@xmachines/play-vue/interfaces/ActorProviderProps.md +5 -5
  210. package/api/@xmachines/play-vue/interfaces/PlayUIProviderProps.md +8 -8
  211. package/api/@xmachines/play-vue/interfaces/ViewContextValue.md +5 -5
  212. package/api/@xmachines/play-vue/interfaces/VisibilityProviderProps.md +1 -1
  213. package/api/@xmachines/play-vue/type-aliases/AnyPlayActor.md +1 -1
  214. package/api/@xmachines/play-vue/type-aliases/ComponentEntry.md +1 -1
  215. package/api/@xmachines/play-vue/type-aliases/ComponentsMap.md +1 -1
  216. package/api/@xmachines/play-vue/type-aliases/DefineRegistryOptions.md +2 -2
  217. package/api/@xmachines/play-vue/variables/PlayRenderer.md +1 -1
  218. package/api/@xmachines/play-vue-router/classes/RouteMap.md +4 -4
  219. package/api/@xmachines/play-vue-router/classes/VueRouterBridge.md +25 -25
  220. package/api/@xmachines/play-vue-router/functions/createRouteMap.md +1 -1
  221. package/api/@xmachines/play-vue-router/interfaces/PlayActor.md +5 -5
  222. package/api/@xmachines/play-vue-router/interfaces/PlayRouteEvent.md +6 -6
  223. package/api/@xmachines/play-vue-router/interfaces/RouteMapOptions.md +2 -2
  224. package/api/@xmachines/play-vue-router/interfaces/RouteMapping.md +3 -3
  225. package/api/@xmachines/play-vue-router/interfaces/RouterBridge.md +3 -3
  226. package/api/@xmachines/play-vue-router/type-aliases/RoutableActor.md +1 -1
  227. package/api/@xmachines/play-vue-router/variables/PlayRouterProvider.md +1 -1
  228. package/api/@xmachines/play-xstate/classes/PlayerActor.md +12 -12
  229. package/api/@xmachines/play-xstate/functions/buildRouteUrl.md +1 -1
  230. package/api/@xmachines/play-xstate/functions/composeGuards.md +1 -1
  231. package/api/@xmachines/play-xstate/functions/composeGuardsOr.md +1 -1
  232. package/api/@xmachines/play-xstate/functions/contextFieldMatches.md +1 -1
  233. package/api/@xmachines/play-xstate/functions/definePlayer.md +1 -1
  234. package/api/@xmachines/play-xstate/functions/deriveRoute.md +1 -1
  235. package/api/@xmachines/play-xstate/functions/eventMatches.md +1 -1
  236. package/api/@xmachines/play-xstate/functions/formatPlayRouteTransitions.md +1 -1
  237. package/api/@xmachines/play-xstate/functions/hasContext.md +1 -1
  238. package/api/@xmachines/play-xstate/functions/isAbsoluteRoute.md +1 -1
  239. package/api/@xmachines/play-xstate/functions/negateGuard.md +1 -1
  240. package/api/@xmachines/play-xstate/interfaces/PlayerConfig.md +3 -3
  241. package/api/@xmachines/play-xstate/interfaces/PlayerFactoryResumeOptions.md +2 -2
  242. package/api/@xmachines/play-xstate/interfaces/PlayerOptions.md +6 -6
  243. package/api/@xmachines/play-xstate/interfaces/RouteContext.md +5 -5
  244. package/api/@xmachines/play-xstate/interfaces/RouteObject.md +2 -2
  245. package/api/@xmachines/play-xstate/type-aliases/ComposedGuard.md +1 -1
  246. package/api/@xmachines/play-xstate/type-aliases/Guard.md +1 -1
  247. package/api/@xmachines/play-xstate/type-aliases/GuardArray.md +1 -1
  248. package/api/@xmachines/play-xstate/type-aliases/PlayerFactory.md +1 -1
  249. package/api/@xmachines/play-xstate/type-aliases/RouteMachineConfig.md +4 -4
  250. package/api/@xmachines/play-xstate/type-aliases/RouteMetadata.md +1 -1
  251. package/api/@xmachines/play-xstate/type-aliases/RouteStateNode.md +4 -4
  252. package/api/@xmachines/shared/vite-aliases/functions/xmAliases.md +1 -1
  253. package/api/@xmachines/shared/vite-aliases/functions/xmCacheDir.md +1 -1
  254. package/api/@xmachines/shared/vite-aliases/functions/xmOptimizeDeps.md +1 -1
  255. package/api/@xmachines/shared/vite-aliases/functions/xmResolve.md +1 -1
  256. package/api/@xmachines/shared/vitest/functions/defineXmVitestConfig.md +1 -1
  257. package/contributing/architecture.md +68 -68
  258. package/contributing/configuration.md +1 -1
  259. package/contributing/development.md +2 -2
  260. package/examples/@xmachines/play-dom-demo/functions/createNavBar.md +1 -1
  261. package/examples/@xmachines/play-dom-demo/functions/initShell.md +1 -1
  262. package/examples/@xmachines/play-dom-demo/type-aliases/AuthCatalog.md +1 -1
  263. package/examples/@xmachines/play-dom-demo/variables/About.md +1 -1
  264. package/examples/@xmachines/play-dom-demo/variables/Contact.md +1 -1
  265. package/examples/@xmachines/play-dom-demo/variables/Dashboard.md +1 -1
  266. package/examples/@xmachines/play-dom-demo/variables/Home.md +1 -1
  267. package/examples/@xmachines/play-dom-demo/variables/Login.md +1 -1
  268. package/examples/@xmachines/play-dom-demo/variables/NavBarView.md +1 -1
  269. package/examples/@xmachines/play-dom-demo/variables/Navigation.md +1 -1
  270. package/examples/@xmachines/play-dom-demo/variables/Overview.md +1 -1
  271. package/examples/@xmachines/play-dom-demo/variables/Profile.md +1 -1
  272. package/examples/@xmachines/play-dom-demo/variables/Settings.md +1 -1
  273. package/examples/@xmachines/play-dom-demo/variables/Stats.md +1 -1
  274. package/examples/@xmachines/play-dom-demo/variables/authCatalog.md +1 -1
  275. package/examples/@xmachines/play-react-demo/functions/App.md +1 -1
  276. package/examples/@xmachines/play-react-demo/type-aliases/AuthCatalog.md +1 -1
  277. package/examples/@xmachines/play-react-demo/variables/About.md +1 -1
  278. package/examples/@xmachines/play-react-demo/variables/Contact.md +1 -1
  279. package/examples/@xmachines/play-react-demo/variables/Dashboard.md +1 -1
  280. package/examples/@xmachines/play-react-demo/variables/DebugPanel.md +1 -1
  281. package/examples/@xmachines/play-react-demo/variables/Home.md +1 -1
  282. package/examples/@xmachines/play-react-demo/variables/Login.md +1 -1
  283. package/examples/@xmachines/play-react-demo/variables/NavBar.md +1 -1
  284. package/examples/@xmachines/play-react-demo/variables/NavBarView.md +1 -1
  285. package/examples/@xmachines/play-react-demo/variables/Navigation.md +1 -1
  286. package/examples/@xmachines/play-react-demo/variables/Overview.md +1 -1
  287. package/examples/@xmachines/play-react-demo/variables/Profile.md +1 -1
  288. package/examples/@xmachines/play-react-demo/variables/Settings.md +1 -1
  289. package/examples/@xmachines/play-react-demo/variables/Shell.md +1 -1
  290. package/examples/@xmachines/play-react-demo/variables/Stats.md +1 -1
  291. package/examples/@xmachines/play-react-demo/variables/authCatalog.md +1 -1
  292. package/examples/@xmachines/play-solid-demo/functions/App.md +1 -1
  293. package/examples/@xmachines/play-solid-demo/type-aliases/AuthCatalog.md +1 -1
  294. package/examples/@xmachines/play-solid-demo/variables/About.md +1 -1
  295. package/examples/@xmachines/play-solid-demo/variables/Contact.md +1 -1
  296. package/examples/@xmachines/play-solid-demo/variables/Dashboard.md +1 -1
  297. package/examples/@xmachines/play-solid-demo/variables/DebugPanel.md +1 -1
  298. package/examples/@xmachines/play-solid-demo/variables/Home.md +1 -1
  299. package/examples/@xmachines/play-solid-demo/variables/Login.md +1 -1
  300. package/examples/@xmachines/play-solid-demo/variables/NavBar.md +1 -1
  301. package/examples/@xmachines/play-solid-demo/variables/NavBarView.md +1 -1
  302. package/examples/@xmachines/play-solid-demo/variables/Navigation.md +1 -1
  303. package/examples/@xmachines/play-solid-demo/variables/Overview.md +1 -1
  304. package/examples/@xmachines/play-solid-demo/variables/Profile.md +1 -1
  305. package/examples/@xmachines/play-solid-demo/variables/Settings.md +1 -1
  306. package/examples/@xmachines/play-solid-demo/variables/Shell.md +1 -1
  307. package/examples/@xmachines/play-solid-demo/variables/Stats.md +1 -1
  308. package/examples/@xmachines/play-solid-demo/variables/authCatalog.md +1 -1
  309. package/examples/@xmachines/play-svelte-demo/type-aliases/AuthCatalog.md +1 -1
  310. package/examples/@xmachines/play-svelte-demo/variables/authCatalog.md +1 -1
  311. package/examples/@xmachines/play-vue-demo/type-aliases/AuthCatalog.md +1 -1
  312. package/examples/@xmachines/play-vue-demo/variables/App.md +1 -1
  313. package/examples/@xmachines/play-vue-demo/variables/authCatalog.md +1 -1
  314. package/guides/getting-started.md +37 -37
  315. package/package.json +2 -2
@@ -6,7 +6,7 @@
6
6
  function xmAliases(importMetaUrl): Record<string, string>;
7
7
  ```
8
8
 
9
- Defined in: [vite-aliases.ts:24](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/shared/config/vite-aliases.ts#L24)
9
+ Defined in: [vite-aliases.ts:24](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/shared/config/vite-aliases.ts#L24)
10
10
 
11
11
  Vite resolve.alias entries for all @xmachines/\* workspace packages.
12
12
 
@@ -6,7 +6,7 @@
6
6
  function xmCacheDir(importMetaUrl, name): string;
7
7
  ```
8
8
 
9
- Defined in: [vite-aliases.ts:196](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/shared/config/vite-aliases.ts#L196)
9
+ Defined in: [vite-aliases.ts:196](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/shared/config/vite-aliases.ts#L196)
10
10
 
11
11
  Returns the shared Vite `cacheDir` for this workspace package.
12
12
 
@@ -6,7 +6,7 @@
6
6
  function xmOptimizeDeps(extra?): DepOptimizationOptions;
7
7
  ```
8
8
 
9
- Defined in: [vite-aliases.ts:179](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/shared/config/vite-aliases.ts#L179)
9
+ Defined in: [vite-aliases.ts:179](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/shared/config/vite-aliases.ts#L179)
10
10
 
11
11
  Returns the standard Vite `optimizeDeps` config for browser test projects.
12
12
 
@@ -6,7 +6,7 @@
6
6
  function xmResolve(importMetaUrl, extra?): ResolveOptions & object;
7
7
  ```
8
8
 
9
- Defined in: [vite-aliases.ts:151](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/shared/config/vite-aliases.ts#L151)
9
+ Defined in: [vite-aliases.ts:151](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/shared/config/vite-aliases.ts#L151)
10
10
 
11
11
  Full Vite `resolve` config for @xmachines/\* workspace packages.
12
12
 
@@ -6,7 +6,7 @@
6
6
  function defineXmVitestConfig(importMetaUrl, overrides): UserConfig;
7
7
  ```
8
8
 
9
- Defined in: [vitest.ts:55](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/shared/config/vitest.ts#L55)
9
+ Defined in: [vitest.ts:55](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/shared/config/vitest.ts#L55)
10
10
 
11
11
  Create a Vitest config with XMachines workspace defaults.
12
12
 
@@ -6,7 +6,7 @@ XMachines Play implements the **Universal Player Architecture** — a layered, a
6
6
 
7
7
  ## System Overview
8
8
 
9
- XMachines JS is the JavaScript/TypeScript reference implementation of the **Universal Player Architecture** ([Play RFC](../packages/docs/rfc/play.md)). It is a monorepo of modular packages that strictly separates **business logic (the Actor)** from **infrastructure (router adapters and view renderers)**. An XState v5 state machine is the single source of truth; it owns all state, guards, and route validity. Infrastructure is passive: it observes TC39 Signals emitted by the Actor and proposes state changes via typed events. The Actor's guards make every navigation and transition decision. Communication across the boundary is exclusively through TC39 Signals — never subscriptions, callbacks, or direct state mutation. Five architectural invariants (documented in the [Play RFC](../packages/docs/rfc/play.md)) enforce this contract across the entire package graph.
9
+ XMachines JS is the JavaScript/TypeScript reference implementation of the **Universal Player Architecture** ([Play RFC](../rfc/play.md)). It is a monorepo of modular packages that strictly separates **business logic (the Actor)** from **infrastructure (router adapters and view renderers)**. An XState v5 state machine is the single source of truth; it owns all state, guards, and route validity. Infrastructure is passive: it observes TC39 Signals emitted by the Actor and proposes state changes via typed events. The Actor's guards make every navigation and transition decision. Communication across the boundary is exclusively through TC39 Signals — never subscriptions, callbacks, or direct state mutation. Five architectural invariants (documented in the [Play RFC](../rfc/play.md)) enforce this contract across the entire package graph.
10
10
 
11
11
  ## Architectural Invariants
12
12
 
@@ -71,28 +71,28 @@ graph TD
71
71
 
72
72
  ## Component Responsibilities
73
73
 
74
- | Package | Responsibility | Key File |
75
- | --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------------------- |
76
- | [`@xmachines/play`](../packages/docs/api/@xmachines/play/README.md) | Core protocol types and error base class | `packages/play/src/index.ts` |
77
- | [`@xmachines/play-signals`](../packages/docs/api/@xmachines/play-signals/README.md) | TC39 Signal polyfill isolation wrapper | `packages/play-signals/src/index.ts` |
78
- | [`@xmachines/play-actor`](../packages/docs/api/@xmachines/play-actor/README.md) | `AbstractActor` base class + capability interfaces | `packages/play-actor/src/abstract-actor.ts` |
79
- | [`@xmachines/play-xstate`](../packages/docs/api/@xmachines/play-xstate/README.md) | XState v5 adapter: `definePlayer`, `PlayerActor` | `packages/play-xstate/src/player-actor.ts` |
80
- | [`@xmachines/play-router`](../packages/docs/api/@xmachines/play-router/README.md) | Route extraction, `RouteMap`, `RouterBridgeBase` | `packages/play-router/src/router-bridge-base.ts` |
81
- | [`@xmachines/play-react`](../packages/docs/api/@xmachines/play-react/README.md) | React renderer: `ActorProvider`, `PlayRenderer` | `packages/play-react/src/ActorProvider.tsx` |
82
- | [`@xmachines/play-vue`](../packages/docs/api/@xmachines/play-vue/README.md) | Vue 3 renderer: `ActorProvider.vue`, `PlayRenderer.vue` | `packages/play-vue/src/ActorProvider.vue` |
83
- | [`@xmachines/play-solid`](../packages/docs/api/@xmachines/play-solid/README.md) | SolidJS renderer | `packages/play-solid/src/ActorProvider.tsx` |
84
- | [`@xmachines/play-svelte`](../packages/docs/api/@xmachines/play-svelte/README.md) | Svelte 5 renderer | `packages/play-svelte/src/ActorProvider.svelte` |
85
- | [`@xmachines/play-dom`](../packages/docs/api/@xmachines/play-dom/README.md) | Vanilla DOM renderer | `packages/play-dom/src/create-play-ui.ts` |
86
- | [`@xmachines/play-tanstack-react-router`](../packages/docs/api/@xmachines/play-tanstack-react-router/README.md) | TanStack React Router bridge | `packages/play-tanstack-react-router/src/tanstack-router-bridge.ts` |
87
- | [`@xmachines/play-tanstack-solid-router`](../packages/docs/api/@xmachines/play-tanstack-solid-router/README.md) | TanStack SolidJS Router bridge | `packages/play-tanstack-solid-router/src/solid-router-bridge.ts` |
88
- | [`@xmachines/play-vue-router`](../packages/docs/api/@xmachines/play-vue-router/README.md) | Vue Router 4/5 bridge | `packages/play-vue-router/src/vue-router-bridge.ts` |
89
- | [`@xmachines/play-react-router`](../packages/docs/api/@xmachines/play-react-router/README.md) | React Router v7 bridge | `packages/play-react-router/src/react-router-bridge.ts` |
90
- | [`@xmachines/play-solid-router`](../packages/docs/api/@xmachines/play-solid-router/README.md) | SolidJS Router bridge | `packages/play-solid-router/src/solid-router-bridge.ts` |
91
- | [`@xmachines/play-dom-router`](../packages/docs/api/@xmachines/play-dom-router/README.md) | Vanilla DOM hash/history router bridge | `packages/play-dom-router/src/dom-router-bridge.ts` |
92
- | [`@xmachines/play-sveltekit-router`](../packages/docs/api/@xmachines/play-sveltekit-router/README.md) | SvelteKit router bridge | `packages/play-sveltekit-router/src/sveltekit-router-bridge.ts` |
93
- | [`@xmachines/play-svelte-spa-router`](../packages/docs/api/@xmachines/play-svelte-spa-router/README.md) | Svelte SPA Router bridge | `packages/play-svelte-spa-router/src/svelte-spa-router-bridge.ts` |
94
- | `@xmachines/shared` | Shared configs: tsconfig, oxlint, oxfmt, vitest | `packages/shared/config/` |
95
- | `@xmachines/docs` | API docs and RFC documentation | `packages/docs/` |
74
+ | Package | Responsibility | Key File |
75
+ | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------------------- |
76
+ | [`@xmachines/play`](../api/@xmachines/play/README.md) | Core protocol types and error base class | `packages/play/src/index.ts` |
77
+ | [`@xmachines/play-signals`](../api/@xmachines/play-signals/README.md) | TC39 Signal polyfill isolation wrapper | `packages/play-signals/src/index.ts` |
78
+ | [`@xmachines/play-actor`](../api/@xmachines/play-actor/README.md) | `AbstractActor` base class + capability interfaces | `packages/play-actor/src/abstract-actor.ts` |
79
+ | [`@xmachines/play-xstate`](../api/@xmachines/play-xstate/README.md) | XState v5 adapter: `definePlayer`, `PlayerActor` | `packages/play-xstate/src/player-actor.ts` |
80
+ | [`@xmachines/play-router`](../api/@xmachines/play-router/README.md) | Route extraction, `RouteMap`, `RouterBridgeBase` | `packages/play-router/src/router-bridge-base.ts` |
81
+ | [`@xmachines/play-react`](../api/@xmachines/play-react/README.md) | React renderer: `ActorProvider`, `PlayRenderer` | `packages/play-react/src/ActorProvider.tsx` |
82
+ | [`@xmachines/play-vue`](../api/@xmachines/play-vue/README.md) | Vue 3 renderer: `ActorProvider.vue`, `PlayRenderer.vue` | `packages/play-vue/src/ActorProvider.vue` |
83
+ | [`@xmachines/play-solid`](../api/@xmachines/play-solid/README.md) | SolidJS renderer | `packages/play-solid/src/ActorProvider.tsx` |
84
+ | [`@xmachines/play-svelte`](../api/@xmachines/play-svelte/README.md) | Svelte 5 renderer | `packages/play-svelte/src/ActorProvider.svelte` |
85
+ | [`@xmachines/play-dom`](../api/@xmachines/play-dom/README.md) | Vanilla DOM renderer | `packages/play-dom/src/create-play-ui.ts` |
86
+ | [`@xmachines/play-tanstack-react-router`](../api/@xmachines/play-tanstack-react-router/README.md) | TanStack React Router bridge | `packages/play-tanstack-react-router/src/tanstack-router-bridge.ts` |
87
+ | [`@xmachines/play-tanstack-solid-router`](../api/@xmachines/play-tanstack-solid-router/README.md) | TanStack SolidJS Router bridge | `packages/play-tanstack-solid-router/src/solid-router-bridge.ts` |
88
+ | [`@xmachines/play-vue-router`](../api/@xmachines/play-vue-router/README.md) | Vue Router 4/5 bridge | `packages/play-vue-router/src/vue-router-bridge.ts` |
89
+ | [`@xmachines/play-react-router`](../api/@xmachines/play-react-router/README.md) | React Router v7 bridge | `packages/play-react-router/src/react-router-bridge.ts` |
90
+ | [`@xmachines/play-solid-router`](../api/@xmachines/play-solid-router/README.md) | SolidJS Router bridge | `packages/play-solid-router/src/solid-router-bridge.ts` |
91
+ | [`@xmachines/play-dom-router`](../api/@xmachines/play-dom-router/README.md) | Vanilla DOM hash/history router bridge | `packages/play-dom-router/src/dom-router-bridge.ts` |
92
+ | [`@xmachines/play-sveltekit-router`](../api/@xmachines/play-sveltekit-router/README.md) | SvelteKit router bridge | `packages/play-sveltekit-router/src/sveltekit-router-bridge.ts` |
93
+ | [`@xmachines/play-svelte-spa-router`](../api/@xmachines/play-svelte-spa-router/README.md) | Svelte SPA Router bridge | `packages/play-svelte-spa-router/src/svelte-spa-router-bridge.ts` |
94
+ | `@xmachines/shared` | Shared configs: tsconfig, oxlint, oxfmt, vitest | `packages/shared/config/` |
95
+ | `@xmachines/docs` | API docs and RFC documentation | `packages/docs/` |
96
96
 
97
97
  ## Data Flow
98
98
 
@@ -188,9 +188,9 @@ flowchart TD
188
188
 
189
189
  ## Key Abstractions
190
190
 
191
- ### [`PlayEvent<TPayload>`](../packages/docs/api/@xmachines/play/type-aliases/PlayEvent.md)
191
+ ### [`PlayEvent<TPayload>`](../api/@xmachines/play/type-aliases/PlayEvent.md)
192
192
 
193
- The minimal event contract for Actor communication: any object with a `readonly type: string` property. `TPayload` extends `Record<string, unknown>` for additional fields. Framework-agnostic; used directly by XState, router adapters, and domain logic. Part of [`@xmachines/play`](../packages/docs/api/@xmachines/play/README.md).
193
+ The minimal event contract for Actor communication: any object with a `readonly type: string` property. `TPayload` extends `Record<string, unknown>` for additional fields. Framework-agnostic; used directly by XState, router adapters, and domain logic. Part of [`@xmachines/play`](../api/@xmachines/play/README.md).
194
194
 
195
195
  ```typescript
196
196
  import type { PlayEvent } from "@xmachines/play";
@@ -198,7 +198,7 @@ import type { PlayEvent } from "@xmachines/play";
198
198
  type LoginEvent = PlayEvent<{ userId: string; timestamp: number }>;
199
199
  ```
200
200
 
201
- ### [`PlayError`](../packages/docs/api/@xmachines/play/classes/PlayError.md)
201
+ ### [`PlayError`](../api/@xmachines/play/classes/PlayError.md)
202
202
 
203
203
  Base class for all `@xmachines/*` typed runtime errors. Carries `scope` (throwing class/module) and `code` (stable machine-readable identifier, e.g. `"PLAY_ROUTER_SYNC_FAILED"`). Subclassed per package, exported from each package's `./errors` subpath. Never match on `.message` — always match on `.code` or the subclass.
204
204
 
@@ -211,27 +211,27 @@ if (err instanceof RouterSyncError) {
211
211
  }
212
212
  ```
213
213
 
214
- ### [`AbstractActor<TLogic, TEvent>`](../packages/docs/api/@xmachines/play-actor/classes/AbstractActor.md)
214
+ ### [`AbstractActor<TLogic, TEvent>`](../api/@xmachines/play-actor/classes/AbstractActor.md)
215
215
 
216
- Abstract base class extending XState `Actor`. Declares `public abstract state: Signal.State<unknown>` and `public abstract override send(event: TEvent): void`. Maintains XState ecosystem compatibility (devtools, inspection) while enforcing the signal protocol. Concrete implementations extend this (e.g. [`PlayerActor`](../packages/docs/api/@xmachines/play-xstate/classes/PlayerActor.md)).
216
+ Abstract base class extending XState `Actor`. Declares `public abstract state: Signal.State<unknown>` and `public abstract override send(event: TEvent): void`. Maintains XState ecosystem compatibility (devtools, inspection) while enforcing the signal protocol. Concrete implementations extend this (e.g. [`PlayerActor`](../api/@xmachines/play-xstate/classes/PlayerActor.md)).
217
217
 
218
- ### [`Routable`](../packages/docs/api/@xmachines/play-actor/interfaces/Routable.md)
218
+ ### [`Routable`](../api/@xmachines/play-actor/interfaces/Routable.md)
219
219
 
220
- Optional capability interface. Exposes `currentRoute: Signal.Computed<string | null>` (derived URL path) and `readonly initialRoute: string | null` (machine's initial route, fixed at definition time). Router bridges consume this interface directly — they never depend on the concrete [`PlayerActor`](../packages/docs/api/@xmachines/play-xstate/classes/PlayerActor.md).
220
+ Optional capability interface. Exposes `currentRoute: Signal.Computed<string | null>` (derived URL path) and `readonly initialRoute: string | null` (machine's initial route, fixed at definition time). Router bridges consume this interface directly — they never depend on the concrete [`PlayerActor`](../api/@xmachines/play-xstate/classes/PlayerActor.md).
221
221
 
222
- ### [`Viewable`](../packages/docs/api/@xmachines/play-actor/interfaces/Viewable.md)
222
+ ### [`Viewable`](../api/@xmachines/play-actor/interfaces/Viewable.md)
223
223
 
224
224
  Optional capability interface. Exposes `currentView: Signal.State<PlaySpec | null>`. View renderers (`PlayRenderer`) consume this contract to resolve the current view description into UI without coupling to the framework or actor implementation.
225
225
 
226
- ### [`PlaySpec`](../packages/docs/api/@xmachines/play-actor/interfaces/PlaySpec.md)
226
+ ### [`PlaySpec`](../api/@xmachines/play-actor/interfaces/PlaySpec.md)
227
227
 
228
228
  Extends `@json-render/core` `Spec` with `readonly contextProps?: readonly string[]` — an explicit allowlist of machine context fields that `deriveCurrentView` merges into element props. Only fields named here are ever exposed to components. `typedSpec<TContext>()` provides compile-time validation of `contextProps` entries against the machine's context type.
229
229
 
230
- ### [`PlayerActor<TMachine>`](../packages/docs/api/@xmachines/play-xstate/classes/PlayerActor.md)
230
+ ### [`PlayerActor<TMachine>`](../api/@xmachines/play-xstate/classes/PlayerActor.md)
231
231
 
232
- Concrete XState v5 actor implementing the full signal protocol. Extends [`AbstractActor`](../packages/docs/api/@xmachines/play-actor/classes/AbstractActor.md); implements both [`Routable`](../packages/docs/api/@xmachines/play-actor/interfaces/Routable.md) and [`Viewable`](../packages/docs/api/@xmachines/play-actor/interfaces/Viewable.md). Wraps an internal `xstate.Actor` and bridges its subscription to TC39 Signals via `StateSignalManager`. Exposes: `state`, `currentRoute`, `currentView`, `initialRoute`, `send()`, `start()`, `stop()`, `can()`, `dispose()`.
232
+ Concrete XState v5 actor implementing the full signal protocol. Extends [`AbstractActor`](../api/@xmachines/play-actor/classes/AbstractActor.md); implements both [`Routable`](../api/@xmachines/play-actor/interfaces/Routable.md) and [`Viewable`](../api/@xmachines/play-actor/interfaces/Viewable.md). Wraps an internal `xstate.Actor` and bridges its subscription to TC39 Signals via `StateSignalManager`. Exposes: `state`, `currentRoute`, `currentView`, `initialRoute`, `send()`, `start()`, `stop()`, `can()`, `dispose()`.
233
233
 
234
- ### [`definePlayer(config)`](../packages/docs/api/@xmachines/play-xstate/functions/definePlayer.md) → [`PlayerFactory`](../packages/docs/api/@xmachines/play-xstate/type-aliases/PlayerFactory.md)
234
+ ### [`definePlayer(config)`](../api/@xmachines/play-xstate/functions/definePlayer.md) → [`PlayerFactory`](../api/@xmachines/play-xstate/type-aliases/PlayerFactory.md)
235
235
 
236
236
  Factory creator. Pre-computes `initialRoute` once from the machine's initial state (zero extra actor instantiation per factory call). Returns `(input?, restore?) => PlayerActor<TMachine>`.
237
237
 
@@ -243,7 +243,7 @@ const actor = createPlayer(); // or createPlayer(input) or createPlayer(undefine
243
243
  actor.start();
244
244
  ```
245
245
 
246
- ### [`RouterBridgeBase`](../packages/docs/api/@xmachines/play-router/classes/RouterBridgeBase.md)
246
+ ### [`RouterBridgeBase`](../api/@xmachines/play-router/classes/RouterBridgeBase.md)
247
247
 
248
248
  Abstract base class capturing all common router bridge logic. Template Method pattern — subclasses implement exactly three abstract methods: `navigateRouter(path)`, `watchRouterChanges()`, `unwatchRouterChanges()`. Manages `isConnected`, `lastSyncedPath` (echo suppression), `isProcessingNavigation` (re-entrant guard redirect prevention), and `routeWatcher` lifecycle. Enforces one-bridge-per-actor via a module-level `WeakMap`.
249
249
 
@@ -261,11 +261,11 @@ class MyRouterBridge extends RouterBridgeBase {
261
261
  }
262
262
  ```
263
263
 
264
- ### [`RouteMap`](../packages/docs/api/@xmachines/play-router/classes/RouteMap.md) / [`createRouteMap`](../packages/docs/api/@xmachines/play-router/functions/createRouteMap.md)
264
+ ### [`RouteMap`](../api/@xmachines/play-router/classes/RouteMap.md) / [`createRouteMap`](../api/@xmachines/play-router/functions/createRouteMap.md)
265
265
 
266
- Bidirectional `stateId ↔ URL path` lookup. [`createRouteMap(machine)`](../packages/docs/api/@xmachines/play-router/functions/createRouteMap.md) → [`RouteMap`](../packages/docs/api/@xmachines/play-router/classes/RouteMap.md). [`createRouteMapFromTree(routeTree)`](../packages/docs/api/@xmachines/play-router/functions/createRouteMapFromTree.md) takes the output of [`extractMachineRoutes(machine)`](../packages/docs/api/@xmachines/play-router/functions/extractMachineRoutes.md) directly. Internally uses `URLPattern` for parameterized route matching (e.g. `/profile/:userId`).
266
+ Bidirectional `stateId ↔ URL path` lookup. [`createRouteMap(machine)`](../api/@xmachines/play-router/functions/createRouteMap.md) → [`RouteMap`](../api/@xmachines/play-router/classes/RouteMap.md). [`createRouteMapFromTree(routeTree)`](../api/@xmachines/play-router/functions/createRouteMapFromTree.md) takes the output of [`extractMachineRoutes(machine)`](../api/@xmachines/play-router/functions/extractMachineRoutes.md) directly. Internally uses `URLPattern` for parameterized route matching (e.g. `/profile/:userId`).
267
267
 
268
- ### [`PlayRouteEvent`](../packages/docs/api/@xmachines/play-router/interfaces/PlayRouteEvent.md)
268
+ ### [`PlayRouteEvent`](../api/@xmachines/play-router/interfaces/PlayRouteEvent.md)
269
269
 
270
270
  Unified routing event sent by router adapters to the Actor.
271
271
 
@@ -279,11 +279,11 @@ interface PlayRouteEvent {
279
279
  }
280
280
  ```
281
281
 
282
- ### [`watchSignal(signal, callback)`](../packages/docs/api/@xmachines/play-signals/functions/watchSignal.md)
282
+ ### [`watchSignal(signal, callback)`](../api/@xmachines/play-signals/functions/watchSignal.md)
283
283
 
284
284
  Subscribe to a single TC39 signal with microtask batching and memory-safe cleanup. Uses a one-shot `Signal.subtle.Watcher` lifecycle — re-arms after each notification. `disposed` flag guards post-cleanup callbacks; `needsEnqueue` deduplicates rapid synchronous signal changes. Returns a `() => void` cleanup function.
285
285
 
286
- ### [`formatPlayRouteTransitions(machineConfig)`](../packages/docs/api/@xmachines/play-xstate/functions/formatPlayRouteTransitions.md)
286
+ ### [`formatPlayRouteTransitions(machineConfig)`](../api/@xmachines/play-xstate/functions/formatPlayRouteTransitions.md)
287
287
 
288
288
  Crawls machine state configs looking for states with `meta.route` and auto-generates `play.route` transition handlers at the root machine level. Each generated transition targets the matching state, guards on `event.to === "#stateId"`, and assigns `event.params` and `event.query` to context. Returns the same config type `T` — directly usable by `setup().createMachine()`.
289
289
 
@@ -300,19 +300,19 @@ All five view renderer packages follow an identical structural pattern:
300
300
 
301
301
  **Framework-specific signal bridging:**
302
302
 
303
- | Package | Signal → Render mechanism |
304
- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
305
- | [`@xmachines/play-react`](../packages/docs/api/@xmachines/play-react/README.md) | `useSignalEffect` → `useReducer` force-update |
306
- | [`@xmachines/play-vue`](../packages/docs/api/@xmachines/play-vue/README.md) | Vue reactivity bridge via `watchEffect` equivalent |
307
- | [`@xmachines/play-solid`](../packages/docs/api/@xmachines/play-solid/README.md) | SolidJS native reactive integration |
308
- | [`@xmachines/play-svelte`](../packages/docs/api/@xmachines/play-svelte/README.md) | Svelte 5 runes (`$effect`) via `actor-context.svelte.ts` |
309
- | [`@xmachines/play-dom`](../packages/docs/api/@xmachines/play-dom/README.md) | Manual DOM updates via [`createPlayUI`](../packages/docs/api/@xmachines/play-dom/functions/createPlayUI.md) / [`createRenderer`](../packages/docs/api/@xmachines/play-dom/functions/createRenderer.md) / [`PlayRenderer`](../packages/docs/api/@xmachines/play-dom/classes/PlayRenderer.md) |
303
+ | Package | Signal → Render mechanism |
304
+ | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
305
+ | [`@xmachines/play-react`](../api/@xmachines/play-react/README.md) | `useSignalEffect` → `useReducer` force-update |
306
+ | [`@xmachines/play-vue`](../api/@xmachines/play-vue/README.md) | Vue reactivity bridge via `watchEffect` equivalent |
307
+ | [`@xmachines/play-solid`](../api/@xmachines/play-solid/README.md) | SolidJS native reactive integration |
308
+ | [`@xmachines/play-svelte`](../api/@xmachines/play-svelte/README.md) | Svelte 5 runes (`$effect`) via `actor-context.svelte.ts` |
309
+ | [`@xmachines/play-dom`](../api/@xmachines/play-dom/README.md) | Manual DOM updates via [`createPlayUI`](../api/@xmachines/play-dom/functions/createPlayUI.md) / [`createRenderer`](../api/@xmachines/play-dom/functions/createRenderer.md) / [`PlayRenderer`](../api/@xmachines/play-dom/classes/PlayRenderer.md) |
310
310
 
311
- Per-view component state is managed by `@xstate/store`: a fresh store atom is created per [`PlaySpec`](../packages/docs/api/@xmachines/play-actor/interfaces/PlaySpec.md) transition (uncontrolled mode), or an external `store` prop is passed via `ActorProvider`/`PlayUIProvider` (controlled mode).
311
+ Per-view component state is managed by `@xstate/store`: a fresh store atom is created per [`PlaySpec`](../api/@xmachines/play-actor/interfaces/PlaySpec.md) transition (uncontrolled mode), or an external `store` prop is passed via `ActorProvider`/`PlayUIProvider` (controlled mode).
312
312
 
313
313
  ## Router Adapter Pattern
314
314
 
315
- All eight router adapter packages follow the Template Method pattern via [`RouterBridgeBase`](../packages/docs/api/@xmachines/play-router/classes/RouterBridgeBase.md). Each adapter implements exactly three abstract methods:
315
+ All eight router adapter packages follow the Template Method pattern via [`RouterBridgeBase`](../api/@xmachines/play-router/classes/RouterBridgeBase.md). Each adapter implements exactly three abstract methods:
316
316
 
317
317
  ```typescript
318
318
  // How to tell the framework router to change URL
@@ -325,16 +325,16 @@ protected abstract watchRouterChanges(): void;
325
325
  protected abstract unwatchRouterChanges(): void;
326
326
  ```
327
327
 
328
- | Package | Bridge class |
329
- | --------------------------------------------------------------------------------------------------------------- | --------------------------- |
330
- | [`@xmachines/play-tanstack-react-router`](../packages/docs/api/@xmachines/play-tanstack-react-router/README.md) | `TanStackReactRouterBridge` |
331
- | [`@xmachines/play-react-router`](../packages/docs/api/@xmachines/play-react-router/README.md) | `ReactRouterBridge` |
332
- | [`@xmachines/play-vue-router`](../packages/docs/api/@xmachines/play-vue-router/README.md) | `VueRouterBridge` |
333
- | [`@xmachines/play-solid-router`](../packages/docs/api/@xmachines/play-solid-router/README.md) | `SolidRouterBridge` |
334
- | [`@xmachines/play-tanstack-solid-router`](../packages/docs/api/@xmachines/play-tanstack-solid-router/README.md) | `TanStackSolidRouterBridge` |
335
- | [`@xmachines/play-sveltekit-router`](../packages/docs/api/@xmachines/play-sveltekit-router/README.md) | `SvelteKitRouterBridge` |
336
- | [`@xmachines/play-svelte-spa-router`](../packages/docs/api/@xmachines/play-svelte-spa-router/README.md) | `SvelteSpaRouterBridge` |
337
- | [`@xmachines/play-dom-router`](../packages/docs/api/@xmachines/play-dom-router/README.md) | `DomRouterBridge` |
328
+ | Package | Bridge class |
329
+ | ------------------------------------------------------------------------------------------------- | --------------------------- |
330
+ | [`@xmachines/play-tanstack-react-router`](../api/@xmachines/play-tanstack-react-router/README.md) | `TanStackReactRouterBridge` |
331
+ | [`@xmachines/play-react-router`](../api/@xmachines/play-react-router/README.md) | `ReactRouterBridge` |
332
+ | [`@xmachines/play-vue-router`](../api/@xmachines/play-vue-router/README.md) | `VueRouterBridge` |
333
+ | [`@xmachines/play-solid-router`](../api/@xmachines/play-solid-router/README.md) | `SolidRouterBridge` |
334
+ | [`@xmachines/play-tanstack-solid-router`](../api/@xmachines/play-tanstack-solid-router/README.md) | `TanStackSolidRouterBridge` |
335
+ | [`@xmachines/play-sveltekit-router`](../api/@xmachines/play-sveltekit-router/README.md) | `SvelteKitRouterBridge` |
336
+ | [`@xmachines/play-svelte-spa-router`](../api/@xmachines/play-svelte-spa-router/README.md) | `SvelteSpaRouterBridge` |
337
+ | [`@xmachines/play-dom-router`](../api/@xmachines/play-dom-router/README.md) | `DomRouterBridge` |
338
338
 
339
339
  Each adapter also exports a framework-integrated provider component (e.g. `PlayRouterProvider`) and a `createRouteMapFrom*` factory appropriate for its router's route definition format.
340
340
 
@@ -449,7 +449,7 @@ With `declarationMap: true` in the base tsconfig (from `@xmachines/shared/tsconf
449
449
 
450
450
  ## Error Handling
451
451
 
452
- All `@xmachines/*` errors extend [`PlayError`](../packages/docs/api/@xmachines/play/classes/PlayError.md) and carry two stable fields:
452
+ All `@xmachines/*` errors extend [`PlayError`](../api/@xmachines/play/classes/PlayError.md) and carry two stable fields:
453
453
 
454
454
  - `scope` — the class or module that threw (e.g. `"RouterBridgeBase"`)
455
455
  - `code` — a stable machine-readable identifier (e.g. `"PLAY_ROUTER_SYNC_FAILED"`)
@@ -572,23 +572,23 @@ const currentUser = useActorSelector(actor, (s) => s.context.currentUser);
572
572
 
573
573
  ### Calling `navigateRouter` inside `watchRouterChanges`
574
574
 
575
- Calling `navigateRouter()` before updating `lastSyncedPath` inside the `watchRouterChanges` callback causes an echo loop. The router navigation fires the watcher again, which sends a duplicate `play.route` event. Always update `lastSyncedPath` before calling `navigateRouter()` — see [`RouterBridgeBase`](../packages/docs/api/@xmachines/play-router/classes/RouterBridgeBase.md) source at `packages/play-router/src/router-bridge-base.ts`.
575
+ Calling `navigateRouter()` before updating `lastSyncedPath` inside the `watchRouterChanges` callback causes an echo loop. The router navigation fires the watcher again, which sends a duplicate `play.route` event. Always update `lastSyncedPath` before calling `navigateRouter()` — see [`RouterBridgeBase`](../api/@xmachines/play-router/classes/RouterBridgeBase.md) source at `packages/play-router/src/router-bridge-base.ts`.
576
576
 
577
577
  ### Skipping `sanitizePathname` in custom bridge implementations
578
578
 
579
- Custom `watchRouterChanges()` implementations that bypass `syncActorFromRouter()` and process pathnames directly skip the length/content guards that protect the route-map lookup from malformed or oversized paths. Always call [`sanitizePathname(path)`](../packages/docs/api/@xmachines/play-router/functions/sanitizePathname.md) before processing.
579
+ Custom `watchRouterChanges()` implementations that bypass `syncActorFromRouter()` and process pathnames directly skip the length/content guards that protect the route-map lookup from malformed or oversized paths. Always call [`sanitizePathname(path)`](../api/@xmachines/play-router/functions/sanitizePathname.md) before processing.
580
580
 
581
581
  ## Cross-Cutting Concerns
582
582
 
583
- **Circular update prevention:** `lastSyncedPath` in [`RouterBridgeBase`](../packages/docs/api/@xmachines/play-router/classes/RouterBridgeBase.md) provides echo suppression for the actor→router direction; `isProcessingNavigation` flag guards against re-entrant guard-redirect loops in `syncActorFromRouter`. `needsEnqueue` in [`watchSignal`](../packages/docs/api/@xmachines/play-signals/functions/watchSignal.md) deduplicates rapid synchronous signal changes via microtask batching.
583
+ **Circular update prevention:** `lastSyncedPath` in [`RouterBridgeBase`](../api/@xmachines/play-router/classes/RouterBridgeBase.md) provides echo suppression for the actor→router direction; `isProcessingNavigation` flag guards against re-entrant guard-redirect loops in `syncActorFromRouter`. `needsEnqueue` in [`watchSignal`](../api/@xmachines/play-signals/functions/watchSignal.md) deduplicates rapid synchronous signal changes via microtask batching.
584
584
 
585
- **SSR / test injection:** [`WindowLike`](../packages/docs/api/@xmachines/play-router/interfaces/WindowLike.md) and [`LocationLike`](../packages/docs/api/@xmachines/play-router/interfaces/LocationLike.md) structural interfaces in [`@xmachines/play-router`](../packages/docs/api/@xmachines/play-router/README.md) allow injecting mock objects in router adapters, enabling testing without a real browser environment.
585
+ **SSR / test injection:** [`WindowLike`](../api/@xmachines/play-router/interfaces/WindowLike.md) and [`LocationLike`](../api/@xmachines/play-router/interfaces/LocationLike.md) structural interfaces in [`@xmachines/play-router`](../api/@xmachines/play-router/README.md) allow injecting mock objects in router adapters, enabling testing without a real browser environment.
586
586
 
587
- **Logging:** No structured logging framework. [`PlayerOptions`](../packages/docs/api/@xmachines/play-xstate/interfaces/PlayerOptions.md) exposes lifecycle hooks — `onStart`, `onStop`, `onTransition`, `onStateChange`, `onError` — as observability extension points. No `console.*` calls in library source code.
587
+ **Logging:** No structured logging framework. [`PlayerOptions`](../api/@xmachines/play-xstate/interfaces/PlayerOptions.md) exposes lifecycle hooks — `onStart`, `onStop`, `onTransition`, `onStateChange`, `onError` — as observability extension points. No `console.*` calls in library source code.
588
588
 
589
589
  **Authentication:** Not in scope. Enforced via XState guards on `play.route` transitions. The guard evaluates machine `context` (e.g., `isLoggedIn`) before permitting navigation. No library-level auth primitives — the machine defines all access control.
590
590
 
591
- **TC39 Signal isolation:** All signal imports go through [`@xmachines/play-signals`](../packages/docs/api/@xmachines/play-signals/README.md), which re-exports the `signal-polyfill` reference implementation. This isolates the codebase from Stage-1 API churn — a polyfill version upgrade or API change requires editing only one package.
591
+ **TC39 Signal isolation:** All signal imports go through [`@xmachines/play-signals`](../api/@xmachines/play-signals/README.md), which re-exports the `signal-polyfill` reference implementation. This isolates the codebase from Stage-1 API churn — a polyfill version upgrade or API change requires editing only one package.
592
592
 
593
593
  **Global state:** An `activeBridges` WeakMap at module level in `packages/play-router/src/router-bridge-base.ts` prevents duplicate bridges per actor. This is the only module-level mutable state in the library.
594
594
 
@@ -596,4 +596,4 @@ Custom `watchRouterChanges()` implementations that bypass `syncActorFromRouter()
596
596
 
597
597
  ---
598
598
 
599
- _See [Play RFC](../packages/docs/rfc/play.md) for the authoritative protocol specification._
599
+ _See [Play RFC](../rfc/play.md) for the authoritative protocol specification._
@@ -380,4 +380,4 @@ When adding a new package, update these configuration files:
380
380
  4. **`/vitest.browser.config.ts`** (if the package has browser tests) — add the browser config path to `test.projects`.
381
381
  5. **`/release.config.mjs`** — add an entry to `NPM_PACKAGES` array with the package's `pkgRoot`.
382
382
 
383
- See [AGENTS.md](../AGENTS.md) for the full new-package checklist.
383
+ See [AGENTS.md](../../../AGENTS.md) for the full new-package checklist.
@@ -421,7 +421,7 @@ feat(play-react): add PlayRenderer suspense boundary
421
421
 
422
422
  ### Before Submitting
423
423
 
424
- 1. **Read the relevant RFC** in [`packages/docs/rfc/`](../packages/docs/rfc/) — ensure your change conforms to the spec
424
+ 1. **Read the relevant RFC** in [`packages/docs/rfc/`](../rfc/) — ensure your change conforms to the spec
425
425
  2. **Run the full check suite** from the repo root:
426
426
 
427
427
  ```bash
@@ -461,4 +461,4 @@ The GitLab CI pipeline runs automatically on merge requests, pushes to `main`, a
461
461
 
462
462
  ---
463
463
 
464
- _See [ARCHITECTURE.md](ARCHITECTURE.md) for the package layering and data flow details, and [CONFIGURATION.md](CONFIGURATION.md) for tooling configuration reference._
464
+ _See [Architecture](architecture.md) for the package layering and data flow details, and [Configuration](configuration.md) for tooling configuration reference._
@@ -6,7 +6,7 @@
6
6
  function createNavBar(actor, container): () => void;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/NavBar.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/NavBar.ts#L9)
9
+ Defined in: [play-dom/examples/demo/src/components/NavBar.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/NavBar.ts#L9)
10
10
 
11
11
  NavBar — App-shell navigation factory. Mounts a reactive nav into
12
12
  `container`, observes actor.state via watchSignal, and updates button
@@ -6,7 +6,7 @@
6
6
  function initShell(actor, appElement): () => void;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/Shell.ts:24](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/Shell.ts#L24)
9
+ Defined in: [play-dom/examples/demo/src/components/Shell.ts:24](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/Shell.ts#L24)
10
10
 
11
11
  Shell — DOM shell layout factory. Renders demo chrome (header + main +
12
12
  debug panel), mounts NavBar, connects DOM renderer, and wires DebugPanel.
@@ -6,4 +6,4 @@
6
6
  type AuthCatalog = typeof authCatalog;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/catalog.ts:6](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/catalog.ts#L6)
9
+ Defined in: [play-dom/examples/demo/src/catalog.ts:6](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/catalog.ts#L6)
@@ -6,7 +6,7 @@
6
6
  const About: ComponentFn<AuthCatalog, "About">;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/About.ts:8](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/About.ts#L8)
9
+ Defined in: [play-dom/examples/demo/src/components/About.ts:8](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/About.ts#L8)
10
10
 
11
11
  About — Public information page. Catalog-typed DOM component
12
12
  (ComponentFn<AuthCatalog, 'About'>). Renders static content from props.
@@ -6,7 +6,7 @@
6
6
  const Contact: ComponentFn<AuthCatalog, "Contact">;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/Contact.ts:8](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/Contact.ts#L8)
9
+ Defined in: [play-dom/examples/demo/src/components/Contact.ts:8](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/Contact.ts#L8)
10
10
 
11
11
  Contact — Public contact page. Catalog-typed DOM component
12
12
  (ComponentFn<AuthCatalog, 'Contact'>). Renders static content from props.
@@ -6,7 +6,7 @@
6
6
  const Dashboard: ComponentFn<AuthCatalog, "Dashboard">;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/Dashboard.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/Dashboard.ts#L9)
9
+ Defined in: [play-dom/examples/demo/src/components/Dashboard.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/Dashboard.ts#L9)
10
10
 
11
11
  Dashboard — Protected authenticated home. Catalog-typed DOM component
12
12
  (ComponentFn<AuthCatalog, 'Dashboard'>). Renders welcome message; logout
@@ -6,7 +6,7 @@
6
6
  const Home: ComponentFn<AuthCatalog, "Home">;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/Home.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/Home.ts#L9)
9
+ Defined in: [play-dom/examples/demo/src/components/Home.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/Home.ts#L9)
10
10
 
11
11
  Home — Public landing page. Catalog-typed DOM component
12
12
  (ComponentFn<AuthCatalog, 'Home'>). Renders static welcome content from
@@ -6,7 +6,7 @@
6
6
  const Login: ComponentFn<AuthCatalog, "Login">;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/Login.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/Login.ts#L9)
9
+ Defined in: [play-dom/examples/demo/src/components/Login.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/Login.ts#L9)
10
10
 
11
11
  Login — Authentication form. Catalog-typed DOM component
12
12
  (ComponentFn<AuthCatalog, 'Login'>). Binds username input to ctx.store via
@@ -6,7 +6,7 @@
6
6
  const NavBarView: ComponentFn<AuthCatalog, "NavBar">;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/NavBarView.ts:12](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/NavBarView.ts#L12)
9
+ Defined in: [play-dom/examples/demo/src/components/NavBarView.ts:12](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/NavBarView.ts#L12)
10
10
 
11
11
  NavBarView — Catalog-typed NavBar component for DOM renderer.
12
12
 
@@ -6,7 +6,7 @@
6
6
  const Navigation: ComponentFn<AuthCatalog, "Navigation">;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/Navigation.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/Navigation.ts#L9)
9
+ Defined in: [play-dom/examples/demo/src/components/Navigation.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/Navigation.ts#L9)
10
10
 
11
11
  Navigation — Navigation status display. Catalog-typed DOM component
12
12
  (ComponentFn<AuthCatalog, 'Navigation'>). Renders current path and auth
@@ -6,7 +6,7 @@
6
6
  const Overview: ComponentFn<AuthCatalog, "Overview">;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/Overview.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/Overview.ts#L9)
9
+ Defined in: [play-dom/examples/demo/src/components/Overview.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/Overview.ts#L9)
10
10
 
11
11
  Overview — Dashboard overview child route. Catalog-typed DOM component
12
12
  (ComponentFn<AuthCatalog, 'Overview'>). Relative route resolves to
@@ -6,7 +6,7 @@
6
6
  const Profile: ComponentFn<AuthCatalog, "Profile">;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/Profile.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/Profile.ts#L9)
9
+ Defined in: [play-dom/examples/demo/src/components/Profile.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/Profile.ts#L9)
10
10
 
11
11
  Profile — Protected user profile page. Catalog-typed DOM component
12
12
  (ComponentFn<AuthCatalog, 'Profile'>). Renders username from route params
@@ -6,7 +6,7 @@
6
6
  const Settings: ComponentFn<AuthCatalog, "Settings">;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/Settings.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/Settings.ts#L9)
9
+ Defined in: [play-dom/examples/demo/src/components/Settings.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/Settings.ts#L9)
10
10
 
11
11
  Settings — Protected settings page. Catalog-typed DOM component
12
12
  (ComponentFn<AuthCatalog, 'Settings'>). Renders active section and username
@@ -6,7 +6,7 @@
6
6
  const Stats: ComponentFn<AuthCatalog, "Stats">;
7
7
  ```
8
8
 
9
- Defined in: [play-dom/examples/demo/src/components/Stats.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/components/Stats.ts#L9)
9
+ Defined in: [play-dom/examples/demo/src/components/Stats.ts:9](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/components/Stats.ts#L9)
10
10
 
11
11
  Stats — Dashboard stats child route. Catalog-typed DOM component
12
12
  (ComponentFn<AuthCatalog, 'Stats'>). Relative route resolves to
@@ -169,4 +169,4 @@ const authCatalog: Catalog<
169
169
  >;
170
170
  ```
171
171
 
172
- Defined in: [play-dom/examples/demo/src/catalog.ts:5](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-dom/examples/demo/src/catalog.ts#L5)
172
+ Defined in: [play-dom/examples/demo/src/catalog.ts:5](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-dom/examples/demo/src/catalog.ts#L5)
@@ -6,7 +6,7 @@
6
6
  function App(): Element;
7
7
  ```
8
8
 
9
- Defined in: [packages/play-react/examples/demo/src/App.tsx:68](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-react/examples/demo/src/App.tsx#L68)
9
+ Defined in: [packages/play-react/examples/demo/src/App.tsx:68](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-react/examples/demo/src/App.tsx#L68)
10
10
 
11
11
  ## Returns
12
12
 
@@ -6,4 +6,4 @@
6
6
  type AuthCatalog = typeof authCatalog;
7
7
  ```
8
8
 
9
- Defined in: [packages/play-react/examples/demo/src/catalog.ts:6](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-react/examples/demo/src/catalog.ts#L6)
9
+ Defined in: [packages/play-react/examples/demo/src/catalog.ts:6](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-react/examples/demo/src/catalog.ts#L6)
@@ -6,7 +6,7 @@
6
6
  const About: ComponentFn<AuthCatalog, "About">;
7
7
  ```
8
8
 
9
- Defined in: [packages/play-react/examples/demo/src/components/About.tsx:10](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-react/examples/demo/src/components/About.tsx#L10)
9
+ Defined in: [packages/play-react/examples/demo/src/components/About.tsx:10](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-react/examples/demo/src/components/About.tsx#L10)
10
10
 
11
11
  About — Public information page
12
12
 
@@ -6,7 +6,7 @@
6
6
  const Contact: ComponentFn<AuthCatalog, "Contact">;
7
7
  ```
8
8
 
9
- Defined in: [packages/play-react/examples/demo/src/components/Contact.tsx:10](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-react/examples/demo/src/components/Contact.tsx#L10)
9
+ Defined in: [packages/play-react/examples/demo/src/components/Contact.tsx:10](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-react/examples/demo/src/components/Contact.tsx#L10)
10
10
 
11
11
  Contact — Public contact page
12
12
 
@@ -6,7 +6,7 @@
6
6
  const Dashboard: ComponentFn<AuthCatalog, "Dashboard">;
7
7
  ```
8
8
 
9
- Defined in: [packages/play-react/examples/demo/src/components/Dashboard.tsx:12](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-react/examples/demo/src/components/Dashboard.tsx#L12)
9
+ Defined in: [packages/play-react/examples/demo/src/components/Dashboard.tsx:12](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-react/examples/demo/src/components/Dashboard.tsx#L12)
10
10
 
11
11
  Dashboard — Protected authenticated home
12
12
 
@@ -8,7 +8,7 @@ const DebugPanel: FC<{
8
8
  }>;
9
9
  ```
10
10
 
11
- Defined in: [packages/play-react/examples/demo/src/components/DebugPanel.tsx:11](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.52/packages/play-react/examples/demo/src/components/DebugPanel.tsx#L11)
11
+ Defined in: [packages/play-react/examples/demo/src/components/DebugPanel.tsx:11](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.53/packages/play-react/examples/demo/src/components/DebugPanel.tsx#L11)
12
12
 
13
13
  DebugPanel — Live debug footer. Observes actor.state and actor.currentRoute
14
14
  via useSignalEffect and displays current state value, can-logout status,