@almadar/ui 5.19.0 → 5.20.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 (522) hide show
  1. package/dist/avl/index.cjs +1318 -6697
  2. package/dist/avl/index.css +1 -509
  3. package/dist/avl/index.d.ts +57 -57
  4. package/dist/avl/index.js +1319 -6698
  5. package/dist/components/{molecules/avl → avl/molecules}/Avl3DExprTree.d.ts +1 -1
  6. package/dist/components/{molecules/avl → avl/molecules}/AvlBehaviorGlyph.d.ts +1 -1
  7. package/dist/components/{molecules/avl → avl/molecules}/AvlClosedCircuit.d.ts +1 -1
  8. package/dist/components/{molecules/avl → avl/molecules}/AvlOrbitalUnit.d.ts +1 -1
  9. package/dist/components/{molecules/avl → avl/molecules}/AvlStateMachine.d.ts +1 -1
  10. package/dist/components/{molecules/avl → avl/molecules}/AvlTransitionLane.d.ts +1 -1
  11. package/dist/components/{molecules/avl → avl/molecules}/MiniStateMachine.d.ts +1 -1
  12. package/dist/components/{molecules/avl → avl/molecules}/avl-behavior-compose-types.d.ts +1 -1
  13. package/dist/components/{molecules/avl → avl/molecules}/avl-canvas-types.d.ts +1 -1
  14. package/dist/components/{molecules/avl → avl/molecules}/avl-elk-layout.d.ts +2 -2
  15. package/dist/components/{molecules/avl → avl/molecules}/avl-story-schemas.d.ts +2 -2
  16. package/dist/components/{organisms/avl → avl/organisms}/FlowCanvas.d.ts +2 -2
  17. package/dist/components/{organisms/avl → avl/organisms}/OrbInspector.d.ts +1 -1
  18. package/dist/components/{organisms/avl → avl/organisms}/ZoomBreadcrumb.d.ts +1 -1
  19. package/dist/components/{organisms/avl → avl/organisms}/ZoomLegend.d.ts +1 -1
  20. package/dist/components/{atoms → core/atoms}/index.d.ts +7 -7
  21. package/dist/components/{molecules → core/molecules}/ConfirmDialog.d.ts +1 -1
  22. package/dist/components/{molecules → core/molecules}/ContentRenderer.d.ts +1 -1
  23. package/dist/components/{molecules → core/molecules}/ErrorBoundary.d.ts +0 -1
  24. package/dist/components/{molecules → core/molecules}/FeatureGrid.d.ts +1 -1
  25. package/dist/components/{molecules → core/molecules}/ReplyTree.d.ts +1 -1
  26. package/dist/components/{molecules → core/molecules}/index.d.ts +20 -20
  27. package/dist/components/{organisms → core/organisms}/StateMachineView.d.ts +1 -1
  28. package/dist/components/{organisms → core/organisms}/UISlotRenderer.d.ts +1 -1
  29. package/dist/components/core/organisms/book/index.d.ts +7 -0
  30. package/dist/components/{organisms → core/organisms}/debug/hooks/useDebugData.d.ts +6 -6
  31. package/dist/components/{organisms → core/organisms}/debug/tabs/EntitiesTab.d.ts +1 -1
  32. package/dist/components/{organisms → core/organisms}/debug/tabs/EventDispatcherTab.d.ts +1 -1
  33. package/dist/components/{organisms → core/organisms}/debug/tabs/EventFlowTab.d.ts +1 -1
  34. package/dist/components/{organisms → core/organisms}/debug/tabs/GuardsPanel.d.ts +1 -1
  35. package/dist/components/{organisms → core/organisms}/debug/tabs/ServerBridgeTab.d.ts +1 -1
  36. package/dist/components/{organisms → core/organisms}/debug/tabs/TicksTab.d.ts +1 -1
  37. package/dist/components/{organisms → core/organisms}/debug/tabs/TraitsTab.d.ts +1 -1
  38. package/dist/components/{organisms → core/organisms}/debug/tabs/TransitionTimeline.d.ts +1 -1
  39. package/dist/components/{organisms → core/organisms}/debug/tabs/VerificationTab.d.ts +1 -1
  40. package/dist/components/{organisms → core/organisms}/index.d.ts +5 -5
  41. package/dist/components/{templates → core/templates}/index.d.ts +9 -9
  42. package/dist/components/{atoms/game → game/atoms}/MiniMap.d.ts +1 -1
  43. package/dist/components/{molecules/game → game/molecules}/IsometricCanvas.d.ts +3 -3
  44. package/dist/components/{molecules/game → game/molecules}/index.d.ts +1 -1
  45. package/dist/components/{organisms/game → game/organisms}/BattleBoard.d.ts +1 -1
  46. package/dist/components/{organisms/game → game/organisms}/CanvasEffect.d.ts +1 -1
  47. package/dist/components/game/organisms/CombatLog.d.ts +2 -0
  48. package/dist/components/game/organisms/DialogueBox.d.ts +2 -0
  49. package/dist/components/{organisms/game → game/organisms}/GameAudioProvider.d.ts +1 -1
  50. package/dist/components/{organisms/game → game/organisms}/GameAudioToggle.d.ts +1 -1
  51. package/dist/components/game/organisms/GameHud.d.ts +2 -0
  52. package/dist/components/game/organisms/GameMenu.d.ts +2 -0
  53. package/dist/components/game/organisms/GameOverScreen.d.ts +2 -0
  54. package/dist/components/game/organisms/InventoryPanel.d.ts +2 -0
  55. package/dist/components/game/organisms/IsometricCanvas.d.ts +3 -0
  56. package/dist/components/game/organisms/PlatformerCanvas.d.ts +2 -0
  57. package/dist/components/{organisms/game → game/organisms}/TraitSlot.d.ts +1 -1
  58. package/dist/components/{organisms/game → game/organisms}/TraitStateViewer.d.ts +2 -2
  59. package/dist/components/{organisms/game → game/organisms}/WorldMapBoard.d.ts +1 -1
  60. package/dist/components/{organisms/game → game/organisms}/puzzles/builder/BuilderBoard.d.ts +1 -1
  61. package/dist/components/{organisms/game → game/organisms}/puzzles/classifier/ClassifierBoard.d.ts +1 -1
  62. package/dist/components/{organisms/game → game/organisms}/puzzles/debugger/DebuggerBoard.d.ts +1 -1
  63. package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/EventHandlerBoard.d.ts +1 -1
  64. package/dist/components/{organisms/game → game/organisms}/puzzles/negotiator/NegotiatorBoard.d.ts +1 -1
  65. package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/ActionTile.d.ts +1 -1
  66. package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/SequencerBoard.d.ts +1 -1
  67. package/dist/components/{organisms/game → game/organisms}/puzzles/simulator/SimulatorBoard.d.ts +1 -1
  68. package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/StateArchitectBoard.d.ts +1 -1
  69. package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/StateNode.d.ts +1 -1
  70. package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/TransitionArrow.d.ts +1 -1
  71. package/dist/components/{organisms/game → game/organisms}/three/index.cjs +6 -6
  72. package/dist/components/{organisms/game → game/organisms}/three/index.css +4 -4
  73. package/dist/components/{organisms/game → game/organisms}/three/index.d.ts +11 -11
  74. package/dist/components/{organisms/game → game/organisms}/three/index.js +6 -6
  75. package/dist/components/{templates → game/templates}/BattleTemplate.d.ts +3 -3
  76. package/dist/components/{templates → game/templates}/CastleTemplate.d.ts +3 -3
  77. package/dist/components/{templates → game/templates}/GameCanvas3DBattleTemplate.d.ts +2 -2
  78. package/dist/components/{templates → game/templates}/GameCanvas3DCastleTemplate.d.ts +2 -2
  79. package/dist/components/{templates → game/templates}/GameCanvas3DWorldMapTemplate.d.ts +2 -2
  80. package/dist/components/{templates → game/templates}/GameTemplate.d.ts +1 -1
  81. package/dist/components/{templates → game/templates}/WorldMapTemplate.d.ts +3 -3
  82. package/dist/components/index.cjs +858 -715
  83. package/dist/components/index.css +1 -1
  84. package/dist/components/index.d.ts +4 -4
  85. package/dist/components/index.js +858 -715
  86. package/dist/components/{molecules → marketing/molecules}/CTABanner.d.ts +1 -1
  87. package/dist/components/{molecules → marketing/molecules}/HeroSection.d.ts +1 -1
  88. package/dist/components/{molecules → marketing/molecules}/PricingCard.d.ts +1 -1
  89. package/dist/components/{molecules → marketing/molecules}/ShowcaseCard.d.ts +1 -1
  90. package/dist/components/{molecules → marketing/molecules}/SplitSection.d.ts +1 -1
  91. package/dist/components/{organisms → marketing/organisms}/PricingOrganism.d.ts +2 -2
  92. package/dist/components/{organisms → marketing/organisms}/StatsOrganism.d.ts +2 -2
  93. package/dist/components/{organisms → marketing/organisms}/TeamOrganism.d.ts +2 -2
  94. package/dist/components/{organisms → marketing/organisms}/book/BookChapterView.d.ts +1 -1
  95. package/dist/components/{organisms → marketing/organisms}/book/BookTableOfContents.d.ts +1 -1
  96. package/dist/components/{organisms → marketing/organisms}/book/BookViewer.d.ts +2 -2
  97. package/dist/components/{templates → marketing/templates}/AboutPageTemplate.d.ts +2 -2
  98. package/dist/components/{templates → marketing/templates}/FeatureDetailPageTemplate.d.ts +2 -2
  99. package/dist/components/{templates → marketing/templates}/LandingPageTemplate.d.ts +2 -2
  100. package/dist/components/{templates → marketing/templates}/PricingPageTemplate.d.ts +2 -2
  101. package/dist/docs/index.cjs +203 -5
  102. package/dist/docs/index.d.ts +20 -20
  103. package/dist/docs/index.js +203 -5
  104. package/dist/hooks/index.cjs +74 -1
  105. package/dist/hooks/index.js +74 -1
  106. package/dist/locales/index.cjs +222 -3
  107. package/dist/locales/index.js +222 -3
  108. package/dist/marketing/index.cjs +1 -1
  109. package/dist/marketing/index.d.ts +65 -65
  110. package/dist/marketing/index.js +1 -1
  111. package/dist/providers/index.cjs +808 -667
  112. package/dist/providers/index.css +1 -1
  113. package/dist/providers/index.js +808 -667
  114. package/dist/runtime/index.cjs +682 -540
  115. package/dist/runtime/index.css +1 -1
  116. package/dist/runtime/index.js +682 -540
  117. package/locales/ar.json +85 -1
  118. package/locales/en.json +85 -1
  119. package/locales/sl.json +85 -1
  120. package/package.json +8 -8
  121. package/dist/components/organisms/book/index.d.ts +0 -7
  122. package/dist/components/organisms/game/CombatLog.d.ts +0 -2
  123. package/dist/components/organisms/game/DialogueBox.d.ts +0 -2
  124. package/dist/components/organisms/game/GameHud.d.ts +0 -2
  125. package/dist/components/organisms/game/GameMenu.d.ts +0 -2
  126. package/dist/components/organisms/game/GameOverScreen.d.ts +0 -2
  127. package/dist/components/organisms/game/InventoryPanel.d.ts +0 -2
  128. package/dist/components/organisms/game/IsometricCanvas.d.ts +0 -3
  129. package/dist/components/organisms/game/PlatformerCanvas.d.ts +0 -2
  130. /package/dist/components/{atoms/avl → avl/atoms}/Avl3DLabel.d.ts +0 -0
  131. /package/dist/components/{atoms/avl → avl/atoms}/Avl3DTooltip.d.ts +0 -0
  132. /package/dist/components/{atoms/avl → avl/atoms}/AvlApplication.d.ts +0 -0
  133. /package/dist/components/{atoms/avl → avl/atoms}/AvlBinding.d.ts +0 -0
  134. /package/dist/components/{atoms/avl → avl/atoms}/AvlBindingRef.d.ts +0 -0
  135. /package/dist/components/{atoms/avl → avl/atoms}/AvlEffect.d.ts +0 -0
  136. /package/dist/components/{atoms/avl → avl/atoms}/AvlEntity.d.ts +0 -0
  137. /package/dist/components/{atoms/avl → avl/atoms}/AvlEvent.d.ts +0 -0
  138. /package/dist/components/{atoms/avl → avl/atoms}/AvlField.d.ts +0 -0
  139. /package/dist/components/{atoms/avl → avl/atoms}/AvlFieldType.d.ts +0 -0
  140. /package/dist/components/{atoms/avl → avl/atoms}/AvlGuard.d.ts +0 -0
  141. /package/dist/components/{atoms/avl → avl/atoms}/AvlLiteral.d.ts +0 -0
  142. /package/dist/components/{atoms/avl → avl/atoms}/AvlOperator.d.ts +0 -0
  143. /package/dist/components/{atoms/avl → avl/atoms}/AvlOrbital.d.ts +0 -0
  144. /package/dist/components/{atoms/avl → avl/atoms}/AvlPage.d.ts +0 -0
  145. /package/dist/components/{atoms/avl → avl/atoms}/AvlPersistence.d.ts +0 -0
  146. /package/dist/components/{atoms/avl → avl/atoms}/AvlSExpr.d.ts +0 -0
  147. /package/dist/components/{atoms/avl → avl/atoms}/AvlState.d.ts +0 -0
  148. /package/dist/components/{atoms/avl → avl/atoms}/AvlTrait.d.ts +0 -0
  149. /package/dist/components/{atoms/avl → avl/atoms}/AvlTransition.d.ts +0 -0
  150. /package/dist/components/{atoms/avl → avl/atoms}/index.d.ts +0 -0
  151. /package/dist/components/{atoms/avl → avl/atoms}/types.d.ts +0 -0
  152. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DCrossWire.d.ts +0 -0
  153. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DEntityCore.d.ts +0 -0
  154. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DOrbitalNode.d.ts +0 -0
  155. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DStateNode.d.ts +0 -0
  156. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DTransitionArc.d.ts +0 -0
  157. /package/dist/components/{molecules/avl → avl/molecules}/AvlBackwardEdge.d.ts +0 -0
  158. /package/dist/components/{molecules/avl → avl/molecules}/AvlBindingEdge.d.ts +0 -0
  159. /package/dist/components/{molecules/avl → avl/molecules}/AvlEmitListen.d.ts +0 -0
  160. /package/dist/components/{molecules/avl → avl/molecules}/AvlEventWireEdge.d.ts +0 -0
  161. /package/dist/components/{molecules/avl → avl/molecules}/AvlExprTree.d.ts +0 -0
  162. /package/dist/components/{molecules/avl → avl/molecules}/AvlOrbitalNode.d.ts +0 -0
  163. /package/dist/components/{molecules/avl → avl/molecules}/AvlPageEdge.d.ts +0 -0
  164. /package/dist/components/{molecules/avl → avl/molecules}/AvlSlotMap.d.ts +0 -0
  165. /package/dist/components/{molecules/avl → avl/molecules}/AvlSwimLane.d.ts +0 -0
  166. /package/dist/components/{molecules/avl → avl/molecules}/AvlTransitionEdge.d.ts +0 -0
  167. /package/dist/components/{molecules/avl → avl/molecules}/BehaviorComposeNode.d.ts +0 -0
  168. /package/dist/components/{molecules/avl → avl/molecules}/BehaviorView.d.ts +0 -0
  169. /package/dist/components/{molecules/avl → avl/molecules}/DetailView.d.ts +0 -0
  170. /package/dist/components/{molecules/avl → avl/molecules}/EventFlowEdge.d.ts +0 -0
  171. /package/dist/components/{molecules/avl → avl/molecules}/ModuleCard.d.ts +0 -0
  172. /package/dist/components/{molecules/avl → avl/molecules}/OrbPreviewNode.d.ts +0 -0
  173. /package/dist/components/{molecules/avl → avl/molecules}/SystemNode.d.ts +0 -0
  174. /package/dist/components/{molecules/avl → avl/molecules}/TraitCardNode.d.ts +0 -0
  175. /package/dist/components/{molecules/avl → avl/molecules}/avl-behavior-compose-converter.d.ts +0 -0
  176. /package/dist/components/{molecules/avl → avl/molecules}/avl-flow-converter.d.ts +0 -0
  177. /package/dist/components/{molecules/avl → avl/molecules}/avl-layout.d.ts +0 -0
  178. /package/dist/components/{molecules/avl → avl/molecules}/avl-preview-converter.d.ts +0 -0
  179. /package/dist/components/{molecules/avl → avl/molecules}/avl-preview-types.d.ts +0 -0
  180. /package/dist/components/{molecules/avl → avl/molecules}/avl-zoom-band.d.ts +0 -0
  181. /package/dist/components/{molecules/avl → avl/molecules}/index.d.ts +0 -0
  182. /package/dist/components/{molecules/avl → avl/molecules}/useCanvasDnd.d.ts +0 -0
  183. /package/dist/components/{molecules/avl → avl/molecules}/wire-validation.d.ts +0 -0
  184. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DApplicationScene.d.ts +0 -0
  185. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DEffects.d.ts +0 -0
  186. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DOrbitalScene.d.ts +0 -0
  187. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DTraitScene.d.ts +0 -0
  188. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DTransitionScene.d.ts +0 -0
  189. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DViewer.d.ts +0 -0
  190. /package/dist/components/{organisms/avl → avl/organisms}/AvlClickTarget.d.ts +0 -0
  191. /package/dist/components/{organisms/avl → avl/organisms}/AvlCosmicZoom.d.ts +0 -0
  192. /package/dist/components/{organisms/avl → avl/organisms}/AvlLegend.d.ts +0 -0
  193. /package/dist/components/{organisms/avl → avl/organisms}/AvlOrbitalsCosmicZoom.d.ts +0 -0
  194. /package/dist/components/{organisms/avl → avl/organisms}/AvlTraitScene.d.ts +0 -0
  195. /package/dist/components/{organisms/avl → avl/organisms}/AvlTransitionDetail.d.ts +0 -0
  196. /package/dist/components/{organisms/avl → avl/organisms}/AvlTransitionScene.d.ts +0 -0
  197. /package/dist/components/{organisms/avl → avl/organisms}/avl-3d-context.d.ts +0 -0
  198. /package/dist/components/{organisms/avl → avl/organisms}/avl-3d-layout.d.ts +0 -0
  199. /package/dist/components/{organisms/avl → avl/organisms}/avl-schema-parser.d.ts +0 -0
  200. /package/dist/components/{organisms/avl → avl/organisms}/avl-zoom-state.d.ts +0 -0
  201. /package/dist/components/{organisms/avl → avl/organisms}/index.d.ts +0 -0
  202. /package/dist/components/{atoms → core/atoms}/Aside.d.ts +0 -0
  203. /package/dist/components/{atoms → core/atoms}/Avatar.d.ts +0 -0
  204. /package/dist/components/{atoms → core/atoms}/Badge.d.ts +0 -0
  205. /package/dist/components/{atoms → core/atoms}/Box.d.ts +0 -0
  206. /package/dist/components/{atoms → core/atoms}/Button.d.ts +0 -0
  207. /package/dist/components/{atoms → core/atoms}/Card.d.ts +0 -0
  208. /package/dist/components/{atoms → core/atoms}/Center.d.ts +0 -0
  209. /package/dist/components/{atoms → core/atoms}/Checkbox.d.ts +0 -0
  210. /package/dist/components/{atoms → core/atoms}/ConditionalWrapper.d.ts +0 -0
  211. /package/dist/components/{atoms → core/atoms}/ConfettiEffect.d.ts +0 -0
  212. /package/dist/components/{atoms → core/atoms}/DayCell.d.ts +0 -0
  213. /package/dist/components/{atoms → core/atoms}/Dialog.d.ts +0 -0
  214. /package/dist/components/{atoms → core/atoms}/Divider.d.ts +0 -0
  215. /package/dist/components/{atoms → core/atoms}/FilterPill.d.ts +0 -0
  216. /package/dist/components/{atoms → core/atoms}/FlipContainer.d.ts +0 -0
  217. /package/dist/components/{atoms → core/atoms}/Icon.d.ts +0 -0
  218. /package/dist/components/{atoms → core/atoms}/InfiniteScrollSentinel.d.ts +0 -0
  219. /package/dist/components/{atoms → core/atoms}/Input.d.ts +0 -0
  220. /package/dist/components/{atoms → core/atoms}/Label.d.ts +0 -0
  221. /package/dist/components/{atoms → core/atoms}/LawReferenceTooltip.d.ts +0 -0
  222. /package/dist/components/{atoms → core/atoms}/Overlay.d.ts +0 -0
  223. /package/dist/components/{atoms → core/atoms}/ProgressBar.d.ts +0 -0
  224. /package/dist/components/{atoms → core/atoms}/Radio.d.ts +0 -0
  225. /package/dist/components/{atoms → core/atoms}/RangeSlider.d.ts +0 -0
  226. /package/dist/components/{atoms → core/atoms}/SectionHeader.d.ts +0 -0
  227. /package/dist/components/{atoms → core/atoms}/Select.d.ts +0 -0
  228. /package/dist/components/{atoms → core/atoms}/Spacer.d.ts +0 -0
  229. /package/dist/components/{atoms → core/atoms}/Sparkline.d.ts +0 -0
  230. /package/dist/components/{atoms → core/atoms}/Spinner.d.ts +0 -0
  231. /package/dist/components/{atoms → core/atoms}/Stack.d.ts +0 -0
  232. /package/dist/components/{atoms → core/atoms}/StatusDot.d.ts +0 -0
  233. /package/dist/components/{atoms → core/atoms}/Switch.d.ts +0 -0
  234. /package/dist/components/{atoms → core/atoms}/TextHighlight.d.ts +0 -0
  235. /package/dist/components/{atoms → core/atoms}/Textarea.d.ts +0 -0
  236. /package/dist/components/{atoms → core/atoms}/ThemeSelector.d.ts +0 -0
  237. /package/dist/components/{atoms → core/atoms}/ThemeToggle.d.ts +0 -0
  238. /package/dist/components/{atoms → core/atoms}/TimeSlotCell.d.ts +0 -0
  239. /package/dist/components/{atoms → core/atoms}/TraitFrame.d.ts +0 -0
  240. /package/dist/components/{atoms → core/atoms}/TrendIndicator.d.ts +0 -0
  241. /package/dist/components/{atoms → core/atoms}/TypewriterText.d.ts +0 -0
  242. /package/dist/components/{atoms → core/atoms}/Typography.d.ts +0 -0
  243. /package/dist/components/{atoms → core/atoms}/svg/SvgBranch.d.ts +0 -0
  244. /package/dist/components/{atoms → core/atoms}/svg/SvgConnection.d.ts +0 -0
  245. /package/dist/components/{atoms → core/atoms}/svg/SvgFlow.d.ts +0 -0
  246. /package/dist/components/{atoms → core/atoms}/svg/SvgGrid.d.ts +0 -0
  247. /package/dist/components/{atoms → core/atoms}/svg/SvgLobe.d.ts +0 -0
  248. /package/dist/components/{atoms → core/atoms}/svg/SvgMesh.d.ts +0 -0
  249. /package/dist/components/{atoms → core/atoms}/svg/SvgMorph.d.ts +0 -0
  250. /package/dist/components/{atoms → core/atoms}/svg/SvgNode.d.ts +0 -0
  251. /package/dist/components/{atoms → core/atoms}/svg/SvgPulse.d.ts +0 -0
  252. /package/dist/components/{atoms → core/atoms}/svg/SvgRing.d.ts +0 -0
  253. /package/dist/components/{atoms → core/atoms}/svg/SvgShield.d.ts +0 -0
  254. /package/dist/components/{atoms → core/atoms}/svg/SvgStack.d.ts +0 -0
  255. /package/dist/components/{atoms → core/atoms}/svg/index.d.ts +0 -0
  256. /package/dist/components/{atoms → core/atoms}/types.d.ts +0 -0
  257. /package/dist/components/{molecules → core/molecules}/Accordion.d.ts +0 -0
  258. /package/dist/components/{molecules → core/molecules}/Alert.d.ts +0 -0
  259. /package/dist/components/{molecules → core/molecules}/AnimatedCounter.d.ts +0 -0
  260. /package/dist/components/{molecules → core/molecules}/BranchingLogicBuilder.d.ts +0 -0
  261. /package/dist/components/{molecules → core/molecules}/Breadcrumb.d.ts +0 -0
  262. /package/dist/components/{molecules → core/molecules}/ButtonGroup.d.ts +0 -0
  263. /package/dist/components/{molecules → core/molecules}/CalendarGrid.d.ts +0 -0
  264. /package/dist/components/{molecules → core/molecules}/Card.d.ts +0 -0
  265. /package/dist/components/{molecules → core/molecules}/Carousel.d.ts +0 -0
  266. /package/dist/components/{molecules → core/molecules}/Chart.d.ts +0 -0
  267. /package/dist/components/{molecules → core/molecules}/ChartLegend.d.ts +0 -0
  268. /package/dist/components/{molecules → core/molecules}/Coachmark.d.ts +0 -0
  269. /package/dist/components/{molecules → core/molecules}/CodeViewer.d.ts +0 -0
  270. /package/dist/components/{molecules → core/molecules}/Container.d.ts +0 -0
  271. /package/dist/components/{molecules → core/molecules}/DataGrid.d.ts +0 -0
  272. /package/dist/components/{molecules → core/molecules}/DataList.d.ts +0 -0
  273. /package/dist/components/{molecules → core/molecules}/DateRangePicker.d.ts +0 -0
  274. /package/dist/components/{molecules → core/molecules}/DateRangeSelector.d.ts +0 -0
  275. /package/dist/components/{molecules → core/molecules}/DocBreadcrumb.d.ts +0 -0
  276. /package/dist/components/{molecules → core/molecules}/DocCodeBlock.d.ts +0 -0
  277. /package/dist/components/{molecules → core/molecules}/DocPagination.d.ts +0 -0
  278. /package/dist/components/{molecules → core/molecules}/DocSearch.d.ts +0 -0
  279. /package/dist/components/{molecules → core/molecules}/DocSidebar.d.ts +0 -0
  280. /package/dist/components/{molecules → core/molecules}/DocTOC.d.ts +0 -0
  281. /package/dist/components/{molecules → core/molecules}/DocumentViewer.d.ts +0 -0
  282. /package/dist/components/{molecules → core/molecules}/Drawer.d.ts +0 -0
  283. /package/dist/components/{molecules → core/molecules}/EdgeDecoration.d.ts +0 -0
  284. /package/dist/components/{molecules → core/molecules}/EmptyState.d.ts +0 -0
  285. /package/dist/components/{molecules → core/molecules}/ErrorState.d.ts +0 -0
  286. /package/dist/components/{molecules → core/molecules}/FileTree.d.ts +0 -0
  287. /package/dist/components/{molecules → core/molecules}/FilterGroup.d.ts +0 -0
  288. /package/dist/components/{molecules → core/molecules}/Flex.d.ts +0 -0
  289. /package/dist/components/{molecules → core/molecules}/FlipCard.d.ts +0 -0
  290. /package/dist/components/{molecules → core/molecules}/FloatingActionButton.d.ts +0 -0
  291. /package/dist/components/{molecules → core/molecules}/FormField.d.ts +0 -0
  292. /package/dist/components/{molecules → core/molecules}/FormSection.d.ts +0 -0
  293. /package/dist/components/{molecules → core/molecules}/FormSectionHeader.d.ts +0 -0
  294. /package/dist/components/{molecules → core/molecules}/GradientDivider.d.ts +0 -0
  295. /package/dist/components/{molecules → core/molecules}/GraphCanvas.d.ts +0 -0
  296. /package/dist/components/{molecules → core/molecules}/GraphView.d.ts +0 -0
  297. /package/dist/components/{molecules → core/molecules}/Grid.d.ts +0 -0
  298. /package/dist/components/{molecules → core/molecules}/Header.d.ts +0 -0
  299. /package/dist/components/{molecules → core/molecules}/InputGroup.d.ts +0 -0
  300. /package/dist/components/{molecules → core/molecules}/JazariStateMachine.d.ts +0 -0
  301. /package/dist/components/{molecules → core/molecules}/Lightbox.d.ts +0 -0
  302. /package/dist/components/{molecules → core/molecules}/LikertScale.d.ts +0 -0
  303. /package/dist/components/{molecules → core/molecules}/LineChart.d.ts +0 -0
  304. /package/dist/components/{molecules → core/molecules}/LoadingState.d.ts +0 -0
  305. /package/dist/components/{molecules → core/molecules}/MapView.d.ts +0 -0
  306. /package/dist/components/{molecules → core/molecules}/MarketingFooter.d.ts +0 -0
  307. /package/dist/components/{molecules → core/molecules}/MatrixQuestion.d.ts +0 -0
  308. /package/dist/components/{molecules → core/molecules}/Menu.d.ts +0 -0
  309. /package/dist/components/{molecules → core/molecules}/Meter.d.ts +0 -0
  310. /package/dist/components/{molecules → core/molecules}/Modal.d.ts +0 -0
  311. /package/dist/components/{molecules → core/molecules}/Navigation.d.ts +0 -0
  312. /package/dist/components/{molecules → core/molecules}/NumberStepper.d.ts +0 -0
  313. /package/dist/components/{molecules → core/molecules}/OnboardingSpotlight.d.ts +0 -0
  314. /package/dist/components/{molecules → core/molecules}/OptionConstraintGroup.d.ts +0 -0
  315. /package/dist/components/{molecules → core/molecules}/OrbitalVisualization.d.ts +0 -0
  316. /package/dist/components/{molecules → core/molecules}/PageHeader.d.ts +0 -0
  317. /package/dist/components/{molecules → core/molecules}/Pagination.d.ts +0 -0
  318. /package/dist/components/{molecules → core/molecules}/Popover.d.ts +0 -0
  319. /package/dist/components/{molecules → core/molecules}/PositionedCanvas.d.ts +0 -0
  320. /package/dist/components/{molecules → core/molecules}/ProgressDots.d.ts +0 -0
  321. /package/dist/components/{molecules → core/molecules}/PullQuote.d.ts +0 -0
  322. /package/dist/components/{molecules → core/molecules}/PullToRefresh.d.ts +0 -0
  323. /package/dist/components/{molecules → core/molecules}/QrScanner.d.ts +0 -0
  324. /package/dist/components/{molecules → core/molecules}/QuizBlock.d.ts +0 -0
  325. /package/dist/components/{molecules → core/molecules}/RelationSelect.d.ts +0 -0
  326. /package/dist/components/{molecules → core/molecules}/RepeatableFormSection.d.ts +0 -0
  327. /package/dist/components/{molecules → core/molecules}/RichBlockEditor.d.ts +0 -0
  328. /package/dist/components/{molecules → core/molecules}/ScaledDiagram.d.ts +0 -0
  329. /package/dist/components/{molecules → core/molecules}/SearchInput.d.ts +0 -0
  330. /package/dist/components/{molecules → core/molecules}/Section.d.ts +0 -0
  331. /package/dist/components/{molecules → core/molecules}/SidePanel.d.ts +0 -0
  332. /package/dist/components/{molecules → core/molecules}/Sidebar.d.ts +0 -0
  333. /package/dist/components/{molecules → core/molecules}/SignaturePad.d.ts +0 -0
  334. /package/dist/components/{molecules → core/molecules}/SimpleGrid.d.ts +0 -0
  335. /package/dist/components/{molecules → core/molecules}/Skeleton.d.ts +0 -0
  336. /package/dist/components/{molecules → core/molecules}/SocialProof.d.ts +0 -0
  337. /package/dist/components/{molecules → core/molecules}/SortableList.d.ts +0 -0
  338. /package/dist/components/{molecules → core/molecules}/Split.d.ts +0 -0
  339. /package/dist/components/{molecules → core/molecules}/StarRating.d.ts +0 -0
  340. /package/dist/components/{molecules → core/molecules}/StatDisplay.d.ts +0 -0
  341. /package/dist/components/{molecules → core/molecules}/SwipeableRow.d.ts +0 -0
  342. /package/dist/components/{molecules → core/molecules}/TableView.d.ts +0 -0
  343. /package/dist/components/{molecules → core/molecules}/Tabs.d.ts +0 -0
  344. /package/dist/components/{molecules → core/molecules}/TagInput.d.ts +0 -0
  345. /package/dist/components/{molecules → core/molecules}/Toast.d.ts +0 -0
  346. /package/dist/components/{molecules → core/molecules}/Tooltip.d.ts +0 -0
  347. /package/dist/components/{molecules → core/molecules}/UploadDropZone.d.ts +0 -0
  348. /package/dist/components/{molecules → core/molecules}/VersionDiff.d.ts +0 -0
  349. /package/dist/components/{molecules → core/molecules}/ViolationAlert.d.ts +0 -0
  350. /package/dist/components/{molecules → core/molecules}/VoteStack.d.ts +0 -0
  351. /package/dist/components/{molecules → core/molecules}/WizardContainer.d.ts +0 -0
  352. /package/dist/components/{molecules → core/molecules}/WizardNavigation.d.ts +0 -0
  353. /package/dist/components/{molecules → core/molecules}/WizardProgress.d.ts +0 -0
  354. /package/dist/components/{molecules → core/molecules}/markdown/CodeBlock.d.ts +0 -0
  355. /package/dist/components/{molecules → core/molecules}/markdown/MarkdownContent.d.ts +0 -0
  356. /package/dist/components/{molecules → core/molecules}/markdown/index.d.ts +0 -0
  357. /package/dist/components/{molecules → core/molecules}/useDataDnd.d.ts +0 -0
  358. /package/dist/components/{organisms → core/organisms}/CardGrid.d.ts +0 -0
  359. /package/dist/components/{organisms → core/organisms}/CaseStudyOrganism.d.ts +0 -0
  360. /package/dist/components/{organisms → core/organisms}/ComponentPatterns.d.ts +0 -0
  361. /package/dist/components/{organisms → core/organisms}/CustomPattern.d.ts +0 -0
  362. /package/dist/components/{organisms → core/organisms}/DataTable.d.ts +0 -0
  363. /package/dist/components/{organisms → core/organisms}/DetailPanel.d.ts +0 -0
  364. /package/dist/components/{organisms → core/organisms}/DrawerSlot.d.ts +0 -0
  365. /package/dist/components/{organisms → core/organisms}/FeatureGridOrganism.d.ts +0 -0
  366. /package/dist/components/{organisms → core/organisms}/Form.d.ts +0 -0
  367. /package/dist/components/{organisms → core/organisms}/HeroOrganism.d.ts +0 -0
  368. /package/dist/components/{organisms → core/organisms}/LayoutPatterns.d.ts +0 -0
  369. /package/dist/components/{organisms → core/organisms}/List.d.ts +0 -0
  370. /package/dist/components/{organisms → core/organisms}/MasterDetail.d.ts +0 -0
  371. /package/dist/components/{organisms → core/organisms}/MediaGallery.d.ts +0 -0
  372. /package/dist/components/{organisms → core/organisms}/ModalSlot.d.ts +0 -0
  373. /package/dist/components/{organisms → core/organisms}/NotifyListener.d.ts +0 -0
  374. /package/dist/components/{organisms → core/organisms}/ShowcaseOrganism.d.ts +0 -0
  375. /package/dist/components/{organisms → core/organisms}/StatCard.d.ts +0 -0
  376. /package/dist/components/{organisms → core/organisms}/StepFlowOrganism.d.ts +0 -0
  377. /package/dist/components/{organisms → core/organisms}/Timeline.d.ts +0 -0
  378. /package/dist/components/{organisms → core/organisms}/ToastSlot.d.ts +0 -0
  379. /package/dist/components/{organisms → core/organisms}/book/types.d.ts +0 -0
  380. /package/dist/components/{organisms → core/organisms}/component-registry.generated.d.ts +0 -0
  381. /package/dist/components/{organisms → core/organisms}/debug/RuntimeDebugger.d.ts +0 -0
  382. /package/dist/components/{organisms → core/organisms}/debug/WalkMinimap.d.ts +0 -0
  383. /package/dist/components/{organisms → core/organisms}/debug/index.d.ts +0 -0
  384. /package/dist/components/{organisms → core/organisms}/layout/DashboardGrid.d.ts +0 -0
  385. /package/dist/components/{organisms → core/organisms}/layout/MasterDetailLayout.d.ts +0 -0
  386. /package/dist/components/{organisms → core/organisms}/layout/SplitPane.d.ts +0 -0
  387. /package/dist/components/{organisms → core/organisms}/layout/TabbedContainer.d.ts +0 -0
  388. /package/dist/components/{organisms → core/organisms}/layout/index.d.ts +0 -0
  389. /package/dist/components/{organisms → core/organisms}/marketing-types.d.ts +0 -0
  390. /package/dist/components/{organisms → core/organisms}/types.d.ts +0 -0
  391. /package/dist/components/{templates → core/templates}/AuthLayout.d.ts +0 -0
  392. /package/dist/components/{templates → core/templates}/CounterTemplate.d.ts +0 -0
  393. /package/dist/components/{templates → core/templates}/DashboardLayout.d.ts +0 -0
  394. /package/dist/components/{templates → core/templates}/GenericAppTemplate.d.ts +0 -0
  395. /package/dist/components/{templates → core/templates}/types.d.ts +0 -0
  396. /package/dist/components/{atoms/game → game/atoms}/ActionButton.d.ts +0 -0
  397. /package/dist/components/{atoms/game → game/atoms}/ChoiceButton.d.ts +0 -0
  398. /package/dist/components/{atoms/game → game/atoms}/ComboCounter.d.ts +0 -0
  399. /package/dist/components/{atoms/game → game/atoms}/ControlButton.d.ts +0 -0
  400. /package/dist/components/{atoms/game → game/atoms}/DamageNumber.d.ts +0 -0
  401. /package/dist/components/{atoms/game → game/atoms}/DialogueBubble.d.ts +0 -0
  402. /package/dist/components/{atoms/game → game/atoms}/HealthBar.d.ts +0 -0
  403. /package/dist/components/{atoms/game → game/atoms}/ItemSlot.d.ts +0 -0
  404. /package/dist/components/{atoms/game → game/atoms}/ResourceCounter.d.ts +0 -0
  405. /package/dist/components/{atoms/game → game/atoms}/ScoreDisplay.d.ts +0 -0
  406. /package/dist/components/{atoms/game → game/atoms}/Sprite.d.ts +0 -0
  407. /package/dist/components/{atoms/game → game/atoms}/StateIndicator.d.ts +0 -0
  408. /package/dist/components/{atoms/game → game/atoms}/StatusEffect.d.ts +0 -0
  409. /package/dist/components/{atoms/game → game/atoms}/TimerDisplay.d.ts +0 -0
  410. /package/dist/components/{atoms/game → game/atoms}/TurnIndicator.d.ts +0 -0
  411. /package/dist/components/{atoms/game → game/atoms}/WaypointMarker.d.ts +0 -0
  412. /package/dist/components/{atoms/game → game/atoms}/XPBar.d.ts +0 -0
  413. /package/dist/components/{atoms/game → game/atoms}/index.d.ts +0 -0
  414. /package/dist/components/{molecules/game → game/molecules}/ActionButtons.d.ts +0 -0
  415. /package/dist/components/{molecules/game → game/molecules}/CombatLog.d.ts +0 -0
  416. /package/dist/components/{molecules/game → game/molecules}/CraftingRecipe.d.ts +0 -0
  417. /package/dist/components/{molecules/game → game/molecules}/DPad.d.ts +0 -0
  418. /package/dist/components/{molecules/game → game/molecules}/DialogueBox.d.ts +0 -0
  419. /package/dist/components/{molecules/game → game/molecules}/EnemyPlate.d.ts +0 -0
  420. /package/dist/components/{molecules/game → game/molecules}/GameCanvas2D.d.ts +0 -0
  421. /package/dist/components/{molecules/game → game/molecules}/GameHud.d.ts +0 -0
  422. /package/dist/components/{molecules/game → game/molecules}/GameMenu.d.ts +0 -0
  423. /package/dist/components/{molecules/game → game/molecules}/GameOverScreen.d.ts +0 -0
  424. /package/dist/components/{molecules/game → game/molecules}/HealthPanel.d.ts +0 -0
  425. /package/dist/components/{molecules/game → game/molecules}/InventoryGrid.d.ts +0 -0
  426. /package/dist/components/{molecules/game → game/molecules}/InventoryPanel.d.ts +0 -0
  427. /package/dist/components/{molecules/game → game/molecules}/PlatformerCanvas.d.ts +0 -0
  428. /package/dist/components/{molecules/game → game/molecules}/PowerupSlots.d.ts +0 -0
  429. /package/dist/components/{molecules/game → game/molecules}/QuestTracker.d.ts +0 -0
  430. /package/dist/components/{molecules/game → game/molecules}/ResourceBar.d.ts +0 -0
  431. /package/dist/components/{molecules/game → game/molecules}/ScoreBoard.d.ts +0 -0
  432. /package/dist/components/{molecules/game → game/molecules}/StatBadge.d.ts +0 -0
  433. /package/dist/components/{molecules/game → game/molecules}/TurnPanel.d.ts +0 -0
  434. /package/dist/components/{molecules/game → game/molecules}/UnitCommandBar.d.ts +0 -0
  435. /package/dist/components/{organisms/game → game/organisms}/CastleBoard.d.ts +0 -0
  436. /package/dist/components/{organisms/game → game/organisms}/GameCanvas3D.d.ts +0 -0
  437. /package/dist/components/{organisms/game → game/organisms}/UncontrolledBattleBoard.d.ts +0 -0
  438. /package/dist/components/{organisms/game → game/organisms}/editor/editorUtils.d.ts +0 -0
  439. /package/dist/components/{organisms/game → game/organisms}/editor/index.d.ts +0 -0
  440. /package/dist/components/{organisms/game → game/organisms}/hooks/useBattleState.d.ts +0 -0
  441. /package/dist/components/{organisms/game → game/organisms}/hooks/useCamera.d.ts +0 -0
  442. /package/dist/components/{organisms/game → game/organisms}/hooks/useGameAudio.d.ts +0 -0
  443. /package/dist/components/{organisms/game → game/organisms}/hooks/useImageCache.d.ts +0 -0
  444. /package/dist/components/{organisms/game → game/organisms}/hooks/usePhysics2D.d.ts +0 -0
  445. /package/dist/components/{organisms/game → game/organisms}/hooks/useSpriteAnimations.d.ts +0 -0
  446. /package/dist/components/{organisms/game → game/organisms}/index.d.ts +0 -0
  447. /package/dist/components/{organisms/game → game/organisms}/managers/PhysicsManager.d.ts +0 -0
  448. /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationCanvas.d.ts +0 -0
  449. /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationControls.d.ts +0 -0
  450. /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationGraph.d.ts +0 -0
  451. /package/dist/components/{organisms/game → game/organisms}/physics-sim/index.d.ts +0 -0
  452. /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/index.d.ts +0 -0
  453. /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/mechanics.d.ts +0 -0
  454. /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/types.d.ts +0 -0
  455. /package/dist/components/{organisms/game → game/organisms}/puzzles/builder/index.d.ts +0 -0
  456. /package/dist/components/{organisms/game → game/organisms}/puzzles/classifier/index.d.ts +0 -0
  457. /package/dist/components/{organisms/game → game/organisms}/puzzles/debugger/index.d.ts +0 -0
  458. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/EventLog.d.ts +0 -0
  459. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/ObjectRulePanel.d.ts +0 -0
  460. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/RuleEditor.d.ts +0 -0
  461. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/index.d.ts +0 -0
  462. /package/dist/components/{organisms/game → game/organisms}/puzzles/negotiator/index.d.ts +0 -0
  463. /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/ActionPalette.d.ts +0 -0
  464. /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/SequenceBar.d.ts +0 -0
  465. /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/index.d.ts +0 -0
  466. /package/dist/components/{organisms/game → game/organisms}/puzzles/simulator/index.d.ts +0 -0
  467. /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/CodeView.d.ts +0 -0
  468. /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/VariablePanel.d.ts +0 -0
  469. /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/index.d.ts +0 -0
  470. /package/dist/components/{organisms/game → game/organisms}/three/Camera3D.d.ts +0 -0
  471. /package/dist/components/{organisms/game → game/organisms}/three/Lighting3D.d.ts +0 -0
  472. /package/dist/components/{organisms/game → game/organisms}/three/Scene3D.d.ts +0 -0
  473. /package/dist/components/{organisms/game → game/organisms}/three/components/Canvas3DErrorBoundary.d.ts +0 -0
  474. /package/dist/components/{organisms/game → game/organisms}/three/components/Canvas3DLoadingState.d.ts +0 -0
  475. /package/dist/components/{organisms/game → game/organisms}/three/components/ModelLoader.d.ts +0 -0
  476. /package/dist/components/{organisms/game → game/organisms}/three/components/PhysicsObject3D.d.ts +0 -0
  477. /package/dist/components/{organisms/game → game/organisms}/three/components/index.d.ts +0 -0
  478. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useAssetLoader.d.ts +0 -0
  479. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useGameCanvas3DEvents.d.ts +0 -0
  480. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useRaycaster.d.ts +0 -0
  481. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useSceneGraph.d.ts +0 -0
  482. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useThree.d.ts +0 -0
  483. /package/dist/components/{organisms/game → game/organisms}/three/loaders/AssetLoader.d.ts +0 -0
  484. /package/dist/components/{organisms/game → game/organisms}/three/renderers/FeatureRenderer.d.ts +0 -0
  485. /package/dist/components/{organisms/game → game/organisms}/three/renderers/FeatureRenderer3D.d.ts +0 -0
  486. /package/dist/components/{organisms/game → game/organisms}/three/renderers/TileRenderer.d.ts +0 -0
  487. /package/dist/components/{organisms/game → game/organisms}/three/renderers/UnitRenderer.d.ts +0 -0
  488. /package/dist/components/{organisms/game → game/organisms}/three/renderers/index.d.ts +0 -0
  489. /package/dist/components/{organisms/game → game/organisms}/three/utils/culling.d.ts +0 -0
  490. /package/dist/components/{organisms/game → game/organisms}/three/utils/grid3D.d.ts +0 -0
  491. /package/dist/components/{organisms/game → game/organisms}/types/effects.d.ts +0 -0
  492. /package/dist/components/{organisms/game → game/organisms}/types/game.d.ts +0 -0
  493. /package/dist/components/{organisms/game → game/organisms}/types/isometric.d.ts +0 -0
  494. /package/dist/components/{organisms/game → game/organisms}/types/spriteAnimation.d.ts +0 -0
  495. /package/dist/components/{organisms/game → game/organisms}/useCanvasEffects.d.ts +0 -0
  496. /package/dist/components/{organisms/game → game/organisms}/utils/canvasEffects.d.ts +0 -0
  497. /package/dist/components/{organisms/game → game/organisms}/utils/combatEffects.d.ts +0 -0
  498. /package/dist/components/{organisms/game → game/organisms}/utils/combatPresets.d.ts +0 -0
  499. /package/dist/components/{organisms/game → game/organisms}/utils/isometric.d.ts +0 -0
  500. /package/dist/components/{organisms/game → game/organisms}/utils/spriteAnimation.d.ts +0 -0
  501. /package/dist/components/{organisms/game → game/organisms}/utils/spriteSheetConstants.d.ts +0 -0
  502. /package/dist/components/{templates → game/templates}/GameShell.d.ts +0 -0
  503. /package/dist/components/{atoms → marketing/atoms}/AnimatedCounter.d.ts +0 -0
  504. /package/dist/components/{atoms → marketing/atoms}/AnimatedGraphic.d.ts +0 -0
  505. /package/dist/components/{atoms → marketing/atoms}/AnimatedReveal.d.ts +0 -0
  506. /package/dist/components/{atoms → marketing/atoms}/ContentSection.d.ts +0 -0
  507. /package/dist/components/{atoms → marketing/atoms}/MarketingStatCard.d.ts +0 -0
  508. /package/dist/components/{atoms → marketing/atoms}/PatternTile.d.ts +0 -0
  509. /package/dist/components/{molecules → marketing/molecules}/ArticleSection.d.ts +0 -0
  510. /package/dist/components/{molecules → marketing/molecules}/CaseStudyCard.d.ts +0 -0
  511. /package/dist/components/{molecules → marketing/molecules}/CommunityLinks.d.ts +0 -0
  512. /package/dist/components/{molecules → marketing/molecules}/FeatureCard.d.ts +0 -0
  513. /package/dist/components/{molecules → marketing/molecules}/GeometricPattern.d.ts +0 -0
  514. /package/dist/components/{molecules → marketing/molecules}/InstallBox.d.ts +0 -0
  515. /package/dist/components/{molecules → marketing/molecules}/PricingGrid.d.ts +0 -0
  516. /package/dist/components/{molecules → marketing/molecules}/ServiceCatalog.d.ts +0 -0
  517. /package/dist/components/{molecules → marketing/molecules}/StatsGrid.d.ts +0 -0
  518. /package/dist/components/{molecules → marketing/molecules}/StepFlow.d.ts +0 -0
  519. /package/dist/components/{molecules → marketing/molecules}/TagCloud.d.ts +0 -0
  520. /package/dist/components/{molecules → marketing/molecules}/TeamCard.d.ts +0 -0
  521. /package/dist/components/{organisms → marketing/organisms}/book/BookCoverPage.d.ts +0 -0
  522. /package/dist/components/{organisms → marketing/organisms}/book/BookNavBar.d.ts +0 -0
@@ -7,7 +7,7 @@
7
7
  * @packageDocumentation
8
8
  */
9
9
  import React from 'react';
10
- import type { ExprTreeNode } from '../../organisms/avl/avl-schema-parser';
10
+ import type { ExprTreeNode } from '../organisms/avl-schema-parser';
11
11
  export interface Avl3DExprTreeProps {
12
12
  /** The expression tree to render */
13
13
  expression: ExprTreeNode;
@@ -10,7 +10,7 @@
10
10
  * - Composition = child glyphs + event wiring (molecule/organism)
11
11
  */
12
12
  import React from 'react';
13
- import type { AvlEffectType, AvlPersistenceKind } from '../../atoms/avl/types';
13
+ import type { AvlEffectType, AvlPersistenceKind } from '../atoms/types';
14
14
  export declare const DOMAIN_COLORS: Record<string, string>;
15
15
  export type BehaviorLevel = 'atom' | 'molecule' | 'organism';
16
16
  export type GlyphSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { AvlEffectType } from '../../atoms/avl/types';
2
+ import type { AvlEffectType } from '../atoms/types';
3
3
  export interface AvlClosedCircuitState {
4
4
  name: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { AvlPersistenceKind } from '../../atoms/avl/types';
2
+ import type { AvlPersistenceKind } from '../atoms/types';
3
3
  export interface AvlOrbitalUnitTrait {
4
4
  name: string;
5
5
  color?: string;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { AvlEffectType } from '../../atoms/avl/types';
2
+ import type { AvlEffectType } from '../atoms/types';
3
3
  export interface AvlStateMachineState {
4
4
  name: string;
5
5
  isInitial?: boolean;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type AvlEffectType } from '../../atoms/avl/types';
2
+ import { type AvlEffectType } from '../atoms/types';
3
3
  export interface AvlTransitionLaneEffect {
4
4
  type: AvlEffectType | string;
5
5
  }
@@ -6,7 +6,7 @@
6
6
  * No ELK layout needed — uses simple horizontal positioning.
7
7
  */
8
8
  import React from 'react';
9
- import type { TraitLevelData } from '../../organisms/avl/avl-schema-parser';
9
+ import type { TraitLevelData } from '../organisms/avl-schema-parser';
10
10
  export interface MiniStateMachineProps {
11
11
  data: TraitLevelData;
12
12
  className?: string;
@@ -13,7 +13,7 @@
13
13
  */
14
14
  import type { EntityPersistence, EventPayloadField } from '@almadar/core';
15
15
  import type { BehaviorLevel, BehaviorGlyphChild, BehaviorGlyphConnection } from './AvlBehaviorGlyph';
16
- import type { AvlEffectType } from '../../atoms/avl/types';
16
+ import type { AvlEffectType } from '../atoms/types';
17
17
  /** Extended view level adding 'behavior' to the existing overview/expanded. */
18
18
  export type ComposeViewLevel = 'behavior' | 'overview' | 'expanded';
19
19
  /** An event that can be wired between behaviors. */
@@ -4,7 +4,7 @@
4
4
  * Types for the unified AVL + Flow canvas. These define the data shapes
5
5
  * for React Flow nodes and edges that render AVL primitives.
6
6
  */
7
- import type { FieldInfo, OrbitalTraitInfo, OrbitalPageInfo, ExternalLink, TraitLevelData } from '../../organisms/avl/avl-schema-parser';
7
+ import type { FieldInfo, OrbitalTraitInfo, OrbitalPageInfo, ExternalLink, TraitLevelData } from '../organisms/avl-schema-parser';
8
8
  /** The four zoom bands of the unified AVL canvas. */
9
9
  export type ZoomBand = 'system' | 'module' | 'behavior' | 'detail';
10
10
  /** Thresholds for zoom band transitions (React Flow viewport zoom). */
@@ -5,8 +5,8 @@
5
5
  * AvlTraitScene so both the V2 scene renderer and the V3 BehaviorView
6
6
  * can share the same layout computation.
7
7
  */
8
- import { type StateRole } from '../../atoms/avl/types';
9
- import type { TraitLevelData } from '../../organisms/avl/avl-schema-parser';
8
+ import { type StateRole } from '../atoms/types';
9
+ import type { TraitLevelData } from '../organisms/avl-schema-parser';
10
10
  export interface LayoutNode {
11
11
  id: string;
12
12
  x: number;
@@ -29,6 +29,6 @@ export declare const TASK_GRAPH: {
29
29
  edges: import("@xyflow/react").Edge<import("./avl-canvas-types").AvlEdgeData>[];
30
30
  };
31
31
  /** First orbital's detail for ModuleCard/SystemNode stories. */
32
- export declare const CLINIC_FIRST_ORBITAL: import("../../organisms/avl").OrbitalLevelData | null;
32
+ export declare const CLINIC_FIRST_ORBITAL: import("../organisms").OrbitalLevelData | null;
33
33
  /** First trait detail for BehaviorView/DetailView stories. */
34
- export declare function getClinicFirstTrait(): import("../../organisms/avl").TraitLevelData | null;
34
+ export declare function getClinicFirstTrait(): import("../organisms").TraitLevelData | null;
@@ -13,8 +13,8 @@
13
13
  */
14
14
  import React from 'react';
15
15
  import type { OrbitalSchema, ThemeDefinition } from '@almadar/core';
16
- import type { ViewLevel, PreviewNodeData } from '../../molecules/avl/avl-preview-types';
17
- import type { ComposeViewLevel, BehaviorCanvasEntry, BehaviorWireEdgeData } from '../../molecules/avl/avl-behavior-compose-types';
16
+ import type { ViewLevel, PreviewNodeData } from '../molecules/avl-preview-types';
17
+ import type { ComposeViewLevel, BehaviorCanvasEntry, BehaviorWireEdgeData } from '../molecules/avl-behavior-compose-types';
18
18
  export interface FlowCanvasProps {
19
19
  schema: OrbitalSchema | string;
20
20
  mockData?: Record<string, unknown[]>;
@@ -15,7 +15,7 @@
15
15
  */
16
16
  import React from 'react';
17
17
  import type { OrbitalSchema, ThemeDefinition } from '@almadar/core';
18
- import type { PreviewNodeData } from '../../molecules/avl/avl-preview-types';
18
+ import type { PreviewNodeData } from '../molecules/avl-preview-types';
19
19
  export interface OrbInspectorProps {
20
20
  node: PreviewNodeData;
21
21
  schema: OrbitalSchema;
@@ -5,7 +5,7 @@
5
5
  * Shows AVL primitive icons inline with breadcrumb segments.
6
6
  */
7
7
  import React from 'react';
8
- import type { ZoomBand } from '../../molecules/avl/avl-canvas-types';
8
+ import type { ZoomBand } from '../molecules/avl-canvas-types';
9
9
  export interface ZoomBreadcrumbProps {
10
10
  band: ZoomBand;
11
11
  applicationName?: string;
@@ -3,7 +3,7 @@
3
3
  * relevant to the current zoom band.
4
4
  */
5
5
  import React from 'react';
6
- import type { ZoomBand } from '../../molecules/avl/avl-canvas-types';
6
+ import type { ZoomBand } from '../molecules/avl-canvas-types';
7
7
  export interface ZoomLegendProps {
8
8
  band: ZoomBand;
9
9
  }
@@ -35,16 +35,16 @@ export { TimeSlotCell, type TimeSlotCellProps } from "./TimeSlotCell";
35
35
  export { StatusDot, type StatusDotProps, type StatusDotStatus, type StatusDotSize } from "./StatusDot";
36
36
  export { TrendIndicator, type TrendIndicatorProps, type TrendDirection, type TrendIndicatorSize } from "./TrendIndicator";
37
37
  export { RangeSlider, type RangeSliderProps, type RangeSliderSize } from "./RangeSlider";
38
- export { AnimatedCounter, type AnimatedCounterProps } from "./AnimatedCounter";
38
+ export { AnimatedCounter, type AnimatedCounterProps } from "../../marketing/atoms/AnimatedCounter";
39
39
  export { InfiniteScrollSentinel, type InfiniteScrollSentinelProps } from "./InfiniteScrollSentinel";
40
40
  export { ConfettiEffect, type ConfettiEffectProps } from "./ConfettiEffect";
41
41
  export { TypewriterText, type TypewriterTextProps } from "./TypewriterText";
42
42
  export { SectionHeader, type SectionHeaderProps } from "./SectionHeader";
43
- export { MarketingStatCard, type StatCardProps as MarketingStatCardProps, type StatCardSize } from "./MarketingStatCard";
44
- export { ContentSection, type ContentSectionProps, type ContentSectionBackground, type ContentSectionPadding, } from "./ContentSection";
45
- export { PatternTile, getTileDimensions, type PatternTileProps, type PatternVariant } from "./PatternTile";
46
- export { AnimatedReveal, type AnimatedRevealProps, type RevealTrigger, type RevealAnimation } from "./AnimatedReveal";
47
- export { AnimatedGraphic, type AnimatedGraphicProps, type GraphicAnimation } from "./AnimatedGraphic";
43
+ export { MarketingStatCard, type StatCardProps as MarketingStatCardProps, type StatCardSize } from "../../marketing/atoms/MarketingStatCard";
44
+ export { ContentSection, type ContentSectionProps, type ContentSectionBackground, type ContentSectionPadding, } from "../../marketing/atoms/ContentSection";
45
+ export { PatternTile, getTileDimensions, type PatternTileProps, type PatternVariant } from "../../marketing/atoms/PatternTile";
46
+ export { AnimatedReveal, type AnimatedRevealProps, type RevealTrigger, type RevealAnimation } from "../../marketing/atoms/AnimatedReveal";
47
+ export { AnimatedGraphic, type AnimatedGraphicProps, type GraphicAnimation } from "../../marketing/atoms/AnimatedGraphic";
48
48
  export { TraitFrame, type TraitFrameProps } from "./TraitFrame";
49
- export * from "./game";
49
+ export * from "../../game/atoms";
50
50
  export { type UiError, type LinkAction, type ImageSource, type Point, type Rect, } from "./types";
@@ -7,7 +7,7 @@
7
7
  * Uses wireframe theme styling (high contrast, sharp edges).
8
8
  */
9
9
  import React from "react";
10
- import { type ModalSize } from "../molecules/Modal";
10
+ import { type ModalSize } from "./Modal";
11
11
  import type { UiError } from '../atoms/types';
12
12
  export type ConfirmDialogVariant = "danger" | "warning" | "info" | "default";
13
13
  export interface ConfirmDialogProps {
@@ -10,7 +10,7 @@
10
10
  * - entityAware: false
11
11
  */
12
12
  import React from 'react';
13
- import { type ContentSegment } from '../../lib/parseContentSegments';
13
+ import { type ContentSegment } from '../../../lib/parseContentSegments';
14
14
  import type { EntityDisplayProps } from '../organisms/types';
15
15
  export interface ContentRendererProps extends EntityDisplayProps {
16
16
  /** Raw content string — auto-parsed into segments */
@@ -50,6 +50,5 @@ export declare class ErrorBoundary extends React.Component<ErrorBoundaryProps, E
50
50
  componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
51
51
  private reset;
52
52
  render(): ReactNode;
53
- private renderFallback;
54
53
  }
55
54
  export default ErrorBoundary;
@@ -5,7 +5,7 @@
5
5
  * Composes SimpleGrid and FeatureCard molecules.
6
6
  */
7
7
  import React from 'react';
8
- import { type FeatureCardProps } from './FeatureCard';
8
+ import { type FeatureCardProps } from '../../marketing/molecules/FeatureCard';
9
9
  export interface FeatureGridProps {
10
10
  /** Array of feature card configurations */
11
11
  items: FeatureCardProps[];
@@ -6,7 +6,7 @@
6
6
  */
7
7
  import React from "react";
8
8
  import type { EventEmit, EntityCollection } from "@almadar/core";
9
- import { type VoteValue } from "../molecules/VoteStack";
9
+ import { type VoteValue } from "./VoteStack";
10
10
  export interface ReplyNode {
11
11
  id: string;
12
12
  authorName: string;
@@ -46,7 +46,7 @@ export { DateRangeSelector, type DateRangeSelectorProps, type DateRangeSelectorO
46
46
  export { ChartLegend, type ChartLegendProps, type ChartLegendItem } from './ChartLegend';
47
47
  export { LineChart, type LineChartProps, type ChartDataPoint } from './LineChart';
48
48
  export { ProgressDots, type ProgressDotsProps, type DotState, type DotSize } from './ProgressDots';
49
- export * from './game';
49
+ export * from '../../game/molecules';
50
50
  export { GraphView, type GraphViewProps, type GraphViewNode, type GraphViewEdge } from './GraphView';
51
51
  export { MapView, type MapViewProps, type MapMarkerData, type MapRouteData, type MapRouteWaypoint } from './MapView';
52
52
  export { NumberStepper, type NumberStepperProps, type NumberStepperSize } from './NumberStepper';
@@ -62,26 +62,26 @@ export { SwipeableRow, type SwipeableRowProps, type SwipeAction } from './Swipea
62
62
  export { SortableList, type SortableListProps } from './SortableList';
63
63
  export { Carousel, type CarouselProps } from './Carousel';
64
64
  export { PullToRefresh, type PullToRefreshProps } from './PullToRefresh';
65
- export { InstallBox, type InstallBoxProps } from './InstallBox';
66
- export { FeatureCard, type FeatureCardProps } from './FeatureCard';
65
+ export { InstallBox, type InstallBoxProps } from '../../marketing/molecules/InstallBox';
66
+ export { FeatureCard, type FeatureCardProps } from '../../marketing/molecules/FeatureCard';
67
67
  export { FeatureGrid, type FeatureGridProps } from './FeatureGrid';
68
- export { CTABanner, type CTABannerProps, type CTABannerBackground } from './CTABanner';
69
- export { HeroSection, type HeroSectionProps } from './HeroSection';
70
- export { PricingCard, type PricingCardProps } from './PricingCard';
71
- export { PricingGrid, type PricingGridProps } from './PricingGrid';
72
- export { StatsGrid, type StatsGridProps } from './StatsGrid';
73
- export { ServiceCatalog, type ServiceCatalogProps, type ServiceCatalogItem } from './ServiceCatalog';
74
- export { CaseStudyCard, type CaseStudyCardProps } from './CaseStudyCard';
75
- export { ArticleSection, type ArticleSectionProps } from './ArticleSection';
68
+ export { CTABanner, type CTABannerProps, type CTABannerBackground } from '../../marketing/molecules/CTABanner';
69
+ export { HeroSection, type HeroSectionProps } from '../../marketing/molecules/HeroSection';
70
+ export { PricingCard, type PricingCardProps } from '../../marketing/molecules/PricingCard';
71
+ export { PricingGrid, type PricingGridProps } from '../../marketing/molecules/PricingGrid';
72
+ export { StatsGrid, type StatsGridProps } from '../../marketing/molecules/StatsGrid';
73
+ export { ServiceCatalog, type ServiceCatalogProps, type ServiceCatalogItem } from '../../marketing/molecules/ServiceCatalog';
74
+ export { CaseStudyCard, type CaseStudyCardProps } from '../../marketing/molecules/CaseStudyCard';
75
+ export { ArticleSection, type ArticleSectionProps } from '../../marketing/molecules/ArticleSection';
76
76
  export { SocialProof, type SocialProofProps, type SocialProofItem } from './SocialProof';
77
- export { StepFlow, type StepFlowProps, type StepItemProps } from './StepFlow';
78
- export { SplitSection, type SplitSectionProps } from './SplitSection';
79
- export { TagCloud, type TagCloudProps, type TagCloudItem } from './TagCloud';
77
+ export { StepFlow, type StepFlowProps, type StepItemProps } from '../../marketing/molecules/StepFlow';
78
+ export { SplitSection, type SplitSectionProps } from '../../marketing/molecules/SplitSection';
79
+ export { TagCloud, type TagCloudProps, type TagCloudItem } from '../../marketing/molecules/TagCloud';
80
80
  export { TagInput, type TagInputProps } from './TagInput';
81
- export { CommunityLinks, type CommunityLinksProps } from './CommunityLinks';
82
- export { TeamCard, type TeamCardProps } from './TeamCard';
83
- export { ShowcaseCard, type ShowcaseCardProps } from './ShowcaseCard';
84
- export { GeometricPattern, type GeometricPatternProps } from './GeometricPattern';
81
+ export { CommunityLinks, type CommunityLinksProps } from '../../marketing/molecules/CommunityLinks';
82
+ export { TeamCard, type TeamCardProps } from '../../marketing/molecules/TeamCard';
83
+ export { ShowcaseCard, type ShowcaseCardProps } from '../../marketing/molecules/ShowcaseCard';
84
+ export { GeometricPattern, type GeometricPatternProps } from '../../marketing/molecules/GeometricPattern';
85
85
  export { EdgeDecoration, type EdgeDecorationProps, type EdgeVariant, type EdgeSide } from './EdgeDecoration';
86
86
  export { VoteStack, type VoteStackProps } from './VoteStack';
87
87
  export { LikertScale, type LikertScaleProps, type LikertOption, DEFAULT_LIKERT_OPTIONS } from './LikertScale';
@@ -102,8 +102,8 @@ export { DocTOC, type DocTOCProps, type DocTOCItem } from './DocTOC';
102
102
  export { GradientDivider, type GradientDividerProps } from './GradientDivider';
103
103
  export { MarketingFooter, type MarketingFooterProps, type FooterLinkColumn, type FooterLinkItem } from './MarketingFooter';
104
104
  export { PullQuote, type PullQuoteProps } from './PullQuote';
105
- export { BehaviorView, type BehaviorViewProps } from './avl/BehaviorView';
106
- export { ModuleCard, type ModuleCardProps } from './avl/ModuleCard';
105
+ export { BehaviorView, type BehaviorViewProps } from '../../avl/molecules/BehaviorView';
106
+ export { ModuleCard, type ModuleCardProps } from '../../avl/molecules/ModuleCard';
107
107
  export { PageHeader, type PageHeaderProps, type PageBreadcrumb, } from "./PageHeader";
108
108
  export { FormSection, FormLayout, FormActions, type FormSectionProps, type FormLayoutProps, type FormActionsProps, } from "./FormSection";
109
109
  export { Header, type HeaderProps } from "./Header";
@@ -15,7 +15,7 @@
15
15
  * - UI:TRANSITION_CLICK - When a transition bundle is clicked
16
16
  */
17
17
  import React from 'react';
18
- import type { DomLayoutData, DomStateNode, DomTransitionLabel, VisualizerConfig } from '../../lib/visualizer/index.js';
18
+ import type { DomLayoutData, DomStateNode, DomTransitionLabel, VisualizerConfig } from '../../../lib/visualizer/index.js';
19
19
  import type { UiError } from '../atoms/types';
20
20
  /** Bundled transitions between same from→to states */
21
21
  export type TransitionBundle = {
@@ -12,7 +12,7 @@
12
12
  * @packageDocumentation
13
13
  */
14
14
  import React from "react";
15
- import { type UISlot, type SlotContent } from "../../context/UISlotContext";
15
+ import { type UISlot, type SlotContent } from "../../../context/UISlotContext";
16
16
  export interface SuspenseConfig {
17
17
  /** Enable Suspense boundaries around slot content */
18
18
  enabled: boolean;
@@ -0,0 +1,7 @@
1
+ export { BookViewer, type BookViewerProps } from '../../../marketing/organisms/book/BookViewer';
2
+ export { BookChapterView, type BookChapterViewProps } from '../../../marketing/organisms/book/BookChapterView';
3
+ export { BookCoverPage, type BookCoverPageProps } from '../../../marketing/organisms/book/BookCoverPage';
4
+ export { BookTableOfContents, type BookTableOfContentsProps } from '../../../marketing/organisms/book/BookTableOfContents';
5
+ export { BookNavBar, type BookNavBarProps } from '../../../marketing/organisms/book/BookNavBar';
6
+ export type { BookData, BookPart, BookChapter, BookFieldMap } from './types';
7
+ export { mapBookData, resolveFieldMap, IDENTITY_BOOK_FIELDS, AR_BOOK_FIELDS } from './types';
@@ -1,9 +1,9 @@
1
- import { type TraitDebugInfo } from '../../../../lib/traitRegistry';
2
- import { type TickExecution } from '../../../../lib/tickRegistry';
3
- import { type GuardEvaluation } from '../../../../lib/guardRegistry';
4
- import { type EntitySnapshot } from '../../../../lib/entityDebug';
5
- import { type DebugEvent } from '../../../../lib/debugRegistry';
6
- import { type VerificationCheck, type TransitionTrace, type BridgeHealth, type VerificationSummary } from '../../../../lib/verificationRegistry';
1
+ import { type TraitDebugInfo } from '../../../../../lib/traitRegistry';
2
+ import { type TickExecution } from '../../../../../lib/tickRegistry';
3
+ import { type GuardEvaluation } from '../../../../../lib/guardRegistry';
4
+ import { type EntitySnapshot } from '../../../../../lib/entityDebug';
5
+ import { type DebugEvent } from '../../../../../lib/debugRegistry';
6
+ import { type VerificationCheck, type TransitionTrace, type BridgeHealth, type VerificationSummary } from '../../../../../lib/verificationRegistry';
7
7
  export interface DebugData {
8
8
  traits: TraitDebugInfo[];
9
9
  ticks: TickExecution[];
@@ -2,7 +2,7 @@
2
2
  * EntitiesTab - Displays entity snapshots
3
3
  * Uses existing component library atoms/molecules.
4
4
  */
5
- import type { EntitySnapshot } from '../../../../lib/entityDebug';
5
+ import type { EntitySnapshot } from '../../../../../lib/entityDebug';
6
6
  interface EntitiesTabProps {
7
7
  snapshot: EntitySnapshot | null;
8
8
  }
@@ -4,7 +4,7 @@
4
4
  * Shows available transitions per trait based on current state,
5
5
  * lets users click to fire events, and displays a compact transition log.
6
6
  */
7
- import type { TraitDebugInfo } from '../../../../lib/traitRegistry';
7
+ import type { TraitDebugInfo } from '../../../../../lib/traitRegistry';
8
8
  interface EventDispatcherTabProps {
9
9
  traits: TraitDebugInfo[];
10
10
  schema?: Record<string, unknown>;
@@ -1,4 +1,4 @@
1
- import type { DebugEvent } from '../../../../lib/debugRegistry';
1
+ import type { DebugEvent } from '../../../../../lib/debugRegistry';
2
2
  interface EventFlowTabProps {
3
3
  events: DebugEvent[];
4
4
  }
@@ -1,4 +1,4 @@
1
- import type { GuardEvaluation } from '../../../../lib/guardRegistry';
1
+ import type { GuardEvaluation } from '../../../../../lib/guardRegistry';
2
2
  interface GuardsPanelProps {
3
3
  guards: GuardEvaluation[];
4
4
  }
@@ -1,4 +1,4 @@
1
- import type { BridgeHealth } from '../../../../lib/verificationRegistry';
1
+ import type { BridgeHealth } from '../../../../../lib/verificationRegistry';
2
2
  interface ServerBridgeTabProps {
3
3
  bridge: BridgeHealth | null;
4
4
  }
@@ -2,7 +2,7 @@
2
2
  * TicksTab - Displays tick execution timing and status
3
3
  * Uses existing component library atoms/molecules.
4
4
  */
5
- import type { TickExecution } from '../../../../lib/tickRegistry';
5
+ import type { TickExecution } from '../../../../../lib/tickRegistry';
6
6
  interface TicksTabProps {
7
7
  ticks: TickExecution[];
8
8
  }
@@ -2,7 +2,7 @@
2
2
  * TraitsTab - Displays active traits and their state machines
3
3
  * Uses existing component library atoms/molecules.
4
4
  */
5
- import type { TraitDebugInfo } from '../../../../lib/traitRegistry';
5
+ import type { TraitDebugInfo } from '../../../../../lib/traitRegistry';
6
6
  interface TraitsTabProps {
7
7
  traits: TraitDebugInfo[];
8
8
  }
@@ -1,4 +1,4 @@
1
- import type { TransitionTrace } from '../../../../lib/verificationRegistry';
1
+ import type { TransitionTrace } from '../../../../../lib/verificationRegistry';
2
2
  interface TransitionTimelineProps {
3
3
  transitions: TransitionTrace[];
4
4
  }
@@ -1,4 +1,4 @@
1
- import type { VerificationCheck, VerificationSummary } from '../../../../lib/verificationRegistry';
1
+ import type { VerificationCheck, VerificationSummary } from '../../../../../lib/verificationRegistry';
2
2
  interface VerificationTabProps {
3
3
  checks: VerificationCheck[];
4
4
  summary: VerificationSummary;
@@ -9,7 +9,7 @@ export { MasterDetail, type MasterDetailProps } from "./MasterDetail";
9
9
  export { StateMachineView, DomStateMachineVisualizer, OrbitalStateMachineView, type StateMachineViewProps, type TransitionBundle, } from "./StateMachineView";
10
10
  export * from "./book";
11
11
  export * from "./layout";
12
- export * from "./game";
12
+ export * from "../../game/organisms";
13
13
  export { UISlotRenderer, UISlotComponent, SlotContentRenderer, type UISlotRendererProps, } from "./UISlotRenderer";
14
14
  export { ModalSlot, type ModalSlotProps } from "./ModalSlot";
15
15
  export { DrawerSlot, type DrawerSlotProps } from "./DrawerSlot";
@@ -21,10 +21,10 @@ export { RuntimeDebugger, type RuntimeDebuggerProps, } from "./debug";
21
21
  export type { MarketingAction, MarketingImage, HeroEntity, FeatureEntity, PricingPlanEntity, StatEntity, StepEntity, ShowcaseEntity, TeamMemberEntity, CaseStudyEntity, } from "./marketing-types";
22
22
  export { HeroOrganism, type HeroOrganismProps, } from "./HeroOrganism";
23
23
  export { FeatureGridOrganism, type FeatureGridOrganismProps, } from "./FeatureGridOrganism";
24
- export { PricingOrganism, type PricingOrganismProps, } from "./PricingOrganism";
25
- export { StatsOrganism, type StatsOrganismProps, } from "./StatsOrganism";
24
+ export { PricingOrganism, type PricingOrganismProps, } from "../../marketing/organisms/PricingOrganism";
25
+ export { StatsOrganism, type StatsOrganismProps, } from "../../marketing/organisms/StatsOrganism";
26
26
  export { StepFlowOrganism, type StepFlowOrganismProps, } from "./StepFlowOrganism";
27
27
  export { ShowcaseOrganism, type ShowcaseOrganismProps, } from "./ShowcaseOrganism";
28
- export { TeamOrganism, type TeamOrganismProps, } from "./TeamOrganism";
28
+ export { TeamOrganism, type TeamOrganismProps, } from "../../marketing/organisms/TeamOrganism";
29
29
  export { CaseStudyOrganism, type CaseStudyOrganismProps, } from "./CaseStudyOrganism";
30
- export { FeatureRenderer, type FeatureRendererProps } from './game/three/renderers/FeatureRenderer';
30
+ export { FeatureRenderer, type FeatureRendererProps } from '../../game/organisms/three/renderers/FeatureRenderer';
@@ -2,13 +2,13 @@ export type { TemplateProps } from './types';
2
2
  export { DashboardLayout, type DashboardLayoutProps, type NavItem } from './DashboardLayout';
3
3
  export { AuthLayout, type AuthLayoutProps } from './AuthLayout';
4
4
  export { CounterTemplate, type CounterTemplateProps, type CounterSize, type CounterVariant } from './CounterTemplate';
5
- export { GameTemplate, type GameTemplateProps } from './GameTemplate';
5
+ export { GameTemplate, type GameTemplateProps } from '../../game/templates/GameTemplate';
6
6
  export { GenericAppTemplate, type GenericAppTemplateProps } from './GenericAppTemplate';
7
- export { GameShell, type GameShellProps } from './GameShell';
8
- export { BattleTemplate, type BattleTemplateProps, type BattleEntity, type BattlePhase, type BattleUnit, type BattleTile, type BattleSlotContext, } from './BattleTemplate';
9
- export { CastleTemplate, type CastleTemplateProps, type CastleEntity, type CastleSlotContext, } from './CastleTemplate';
10
- export { WorldMapTemplate, type WorldMapTemplateProps, type WorldMapEntity, type MapHero, type MapHex, type WorldMapSlotContext, } from './WorldMapTemplate';
11
- export { LandingPageTemplate, type LandingPageTemplateProps, type LandingPageEntity, type HeroEntity, type FeatureEntity, type StatEntity, type StepEntity, type ShowcaseEntity, } from './LandingPageTemplate';
12
- export { PricingPageTemplate, type PricingPageTemplateProps, type PricingPageEntity, type PricingPlanEntity, } from './PricingPageTemplate';
13
- export { FeatureDetailPageTemplate, type FeatureDetailPageTemplateProps, type FeatureDetailPageEntity, type FeatureDetailSection, } from './FeatureDetailPageTemplate';
14
- export { AboutPageTemplate, type AboutPageTemplateProps, type AboutPageEntity, type TeamMemberEntity, type CaseStudyEntity, } from './AboutPageTemplate';
7
+ export { GameShell, type GameShellProps } from '../../game/templates/GameShell';
8
+ export { BattleTemplate, type BattleTemplateProps, type BattleEntity, type BattlePhase, type BattleUnit, type BattleTile, type BattleSlotContext, } from '../../game/templates/BattleTemplate';
9
+ export { CastleTemplate, type CastleTemplateProps, type CastleEntity, type CastleSlotContext, } from '../../game/templates/CastleTemplate';
10
+ export { WorldMapTemplate, type WorldMapTemplateProps, type WorldMapEntity, type MapHero, type MapHex, type WorldMapSlotContext, } from '../../game/templates/WorldMapTemplate';
11
+ export { LandingPageTemplate, type LandingPageTemplateProps, type LandingPageEntity, type HeroEntity, type FeatureEntity, type StatEntity, type StepEntity, type ShowcaseEntity, } from '../../marketing/templates/LandingPageTemplate';
12
+ export { PricingPageTemplate, type PricingPageTemplateProps, type PricingPageEntity, type PricingPlanEntity, } from '../../marketing/templates/PricingPageTemplate';
13
+ export { FeatureDetailPageTemplate, type FeatureDetailPageTemplateProps, type FeatureDetailPageEntity, type FeatureDetailSection, } from '../../marketing/templates/FeatureDetailPageTemplate';
14
+ export { AboutPageTemplate, type AboutPageTemplateProps, type AboutPageEntity, type TeamMemberEntity, type CaseStudyEntity, } from '../../marketing/templates/AboutPageTemplate';
@@ -1,4 +1,4 @@
1
- import type { Rect } from '../types';
1
+ import type { Rect } from '../../core/atoms/types';
2
2
  export interface MiniMapTile {
3
3
  x: number;
4
4
  y: number;
@@ -25,9 +25,9 @@
25
25
  */
26
26
  import * as React from 'react';
27
27
  import type { EventEmit } from '@almadar/core';
28
- import type { IsometricTile, IsometricUnit, IsometricFeature } from '../../organisms/game/types/isometric';
29
- import type { ResolvedFrame } from '../../organisms/game/types/spriteAnimation';
30
- import type { UiError } from '../../atoms/types';
28
+ import type { IsometricTile, IsometricUnit, IsometricFeature } from '../organisms/types/isometric';
29
+ import type { ResolvedFrame } from '../organisms/types/spriteAnimation';
30
+ import type { UiError } from '../../core/atoms/types';
31
31
  /** Event Contract:
32
32
  * Emits: UI:TILE_CLICK
33
33
  * Emits: UI:UNIT_CLICK
@@ -27,4 +27,4 @@ export { GameMenu, type GameMenuProps, type MenuOption } from './GameMenu';
27
27
  export { GameOverScreen, type GameOverScreenProps, type GameOverStat, type GameOverAction } from './GameOverScreen';
28
28
  export { PlatformerCanvas, type PlatformerCanvasProps, type PlatformerPlatform, type PlatformerPlayer } from './PlatformerCanvas';
29
29
  export { IsometricCanvas, type IsometricCanvasProps } from './IsometricCanvas';
30
- export type { IsometricTile, IsometricUnit, IsometricFeature } from '../../organisms/game/types/isometric';
30
+ export type { IsometricTile, IsometricUnit, IsometricFeature } from '../organisms/types/isometric';
@@ -19,7 +19,7 @@
19
19
  */
20
20
  import React from 'react';
21
21
  import type { EventEmit } from '@almadar/core';
22
- import type { EntityDisplayProps } from '../types';
22
+ import type { EntityDisplayProps } from '../../core/organisms/types';
23
23
  import type { IsometricTile, IsometricFeature } from './types/isometric';
24
24
  import type { ResolvedFrame } from './types/spriteAnimation';
25
25
  /** Battle phases an encounter walks through */
@@ -26,7 +26,7 @@
26
26
  import * as React from 'react';
27
27
  import type { EventEmit } from '@almadar/core';
28
28
  import type { CombatActionType, EffectAssetManifest } from './types/effects';
29
- import type { UiError } from '../../atoms/types';
29
+ import type { UiError } from '../../core/atoms/types';
30
30
  export type { CombatActionType } from './types/effects';
31
31
  export type { EffectAssetManifest } from './types/effects';
32
32
  export interface CanvasEffectProps {
@@ -0,0 +1,2 @@
1
+ export { CombatLog } from '../molecules/CombatLog';
2
+ export type { CombatLogProps, CombatEvent, CombatLogEventType } from '../molecules/CombatLog';
@@ -0,0 +1,2 @@
1
+ export { DialogueBox } from '../molecules/DialogueBox';
2
+ export type { DialogueBoxProps, DialogueNode, DialogueChoice } from '../molecules/DialogueBox';
@@ -18,7 +18,7 @@
18
18
  */
19
19
  import React from 'react';
20
20
  import { type AudioManifest, type GameAudioControls } from './hooks/useGameAudio';
21
- import type { UiError } from '../../atoms/types';
21
+ import type { UiError } from '../../core/atoms/types';
22
22
  export type GameAudioContextValue = Pick<GameAudioControls, 'muted' | 'setMuted' | 'masterVolume' | 'setMasterVolume' | 'play' | 'playMusic' | 'stopMusic'>;
23
23
  export declare const GameAudioContext: React.Context<GameAudioContextValue | null>;
24
24
  /**
@@ -11,7 +11,7 @@
11
11
  * @packageDocumentation
12
12
  */
13
13
  import React from 'react';
14
- import type { UiError } from '../../atoms/types';
14
+ import type { UiError } from '../../core/atoms/types';
15
15
  export interface GameAudioToggleProps {
16
16
  /** Button size */
17
17
  size?: 'sm' | 'md' | 'lg';
@@ -0,0 +1,2 @@
1
+ export { GameHud } from '../molecules/GameHud';
2
+ export type { GameHudProps, GameHudStat, GameHudElement } from '../molecules/GameHud';
@@ -0,0 +1,2 @@
1
+ export { GameMenu } from '../molecules/GameMenu';
2
+ export type { GameMenuProps, MenuOption } from '../molecules/GameMenu';
@@ -0,0 +1,2 @@
1
+ export { GameOverScreen } from '../molecules/GameOverScreen';
2
+ export type { GameOverScreenProps, GameOverStat, GameOverAction } from '../molecules/GameOverScreen';
@@ -0,0 +1,2 @@
1
+ export { InventoryPanel } from '../molecules/InventoryPanel';
2
+ export type { InventoryPanelProps, InventoryItem } from '../molecules/InventoryPanel';
@@ -0,0 +1,3 @@
1
+ export { IsometricCanvas } from '../molecules/IsometricCanvas';
2
+ export { default } from '../molecules/IsometricCanvas';
3
+ export type { IsometricCanvasProps } from '../molecules/IsometricCanvas';
@@ -0,0 +1,2 @@
1
+ export { PlatformerCanvas } from '../molecules/PlatformerCanvas';
2
+ export type { PlatformerCanvasProps, PlatformerPlatform, PlatformerPlayer } from '../molecules/PlatformerCanvas';
@@ -20,7 +20,7 @@
20
20
  import React from 'react';
21
21
  import type { EventEmit } from '@almadar/core';
22
22
  import { type TraitStateMachineDefinition } from './TraitStateViewer';
23
- import type { UiError } from '../../atoms/types';
23
+ import type { UiError } from '../../core/atoms/types';
24
24
  /** Data shape for a slot's equipped item */
25
25
  export type SlotItemData = {
26
26
  id: string;