@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
@@ -599,7 +599,7 @@ var init_cn = __esm({
599
599
  });
600
600
  var paddingStyles, paddingXStyles, paddingYStyles, marginStyles, marginXStyles, marginYStyles, bgStyles, roundedStyles, shadowStyles, displayStyles, overflowStyles, positionStyles, Box;
601
601
  var init_Box = __esm({
602
- "components/atoms/Box.tsx"() {
602
+ "components/core/atoms/Box.tsx"() {
603
603
  "use client";
604
604
  init_cn();
605
605
  init_useEventBus();
@@ -1496,7 +1496,7 @@ function doResolve(name) {
1496
1496
  }
1497
1497
  var iconAliases, resolvedCache, sizeClasses, animationClasses, Icon;
1498
1498
  var init_Icon = __esm({
1499
- "components/atoms/Icon.tsx"() {
1499
+ "components/core/atoms/Icon.tsx"() {
1500
1500
  "use client";
1501
1501
  init_cn();
1502
1502
  init_iconFamily();
@@ -1607,7 +1607,7 @@ function resolveIconProp(value, sizeClass) {
1607
1607
  }
1608
1608
  var variantStyles, sizeStyles, iconSizeStyles, Button;
1609
1609
  var init_Button = __esm({
1610
- "components/atoms/Button.tsx"() {
1610
+ "components/core/atoms/Button.tsx"() {
1611
1611
  "use client";
1612
1612
  init_cn();
1613
1613
  init_useEventBus();
@@ -1735,7 +1735,7 @@ var init_Button = __esm({
1735
1735
  });
1736
1736
  var Dialog;
1737
1737
  var init_Dialog = __esm({
1738
- "components/atoms/Dialog.tsx"() {
1738
+ "components/core/atoms/Dialog.tsx"() {
1739
1739
  init_cn();
1740
1740
  Dialog = React85__namespace.default.forwardRef(
1741
1741
  ({
@@ -1760,7 +1760,7 @@ var init_Dialog = __esm({
1760
1760
  }
1761
1761
  });
1762
1762
 
1763
- // components/atoms/Typography.tsx
1763
+ // components/core/atoms/Typography.tsx
1764
1764
  var Typography_exports = {};
1765
1765
  __export(Typography_exports, {
1766
1766
  Heading: () => Heading,
@@ -1769,7 +1769,7 @@ __export(Typography_exports, {
1769
1769
  });
1770
1770
  var variantStyles2, colorStyles, weightStyles, defaultElements, typographySizeStyles, overflowStyles2, Typography, sizeStyles2, Heading, Text;
1771
1771
  var init_Typography = __esm({
1772
- "components/atoms/Typography.tsx"() {
1772
+ "components/core/atoms/Typography.tsx"() {
1773
1773
  init_cn();
1774
1774
  variantStyles2 = {
1775
1775
  h1: "text-4xl font-bold tracking-tight text-foreground",
@@ -1922,7 +1922,7 @@ var init_Typography = __esm({
1922
1922
  });
1923
1923
  var Overlay;
1924
1924
  var init_Overlay = __esm({
1925
- "components/atoms/Overlay.tsx"() {
1925
+ "components/core/atoms/Overlay.tsx"() {
1926
1926
  "use client";
1927
1927
  init_cn();
1928
1928
  init_useEventBus();
@@ -1957,9 +1957,213 @@ var init_Overlay = __esm({
1957
1957
  };
1958
1958
  }
1959
1959
  });
1960
+
1961
+ // locales/en.json
1962
+ var en_default;
1963
+ var init_en = __esm({
1964
+ "locales/en.json"() {
1965
+ en_default = {
1966
+ $meta: { locale: "en", direction: "ltr" },
1967
+ "common.save": "Save",
1968
+ "common.cancel": "Cancel",
1969
+ "common.delete": "Delete",
1970
+ "common.close": "Close",
1971
+ "common.confirm": "Are you sure?",
1972
+ "common.create": "Create",
1973
+ "common.edit": "Edit",
1974
+ "common.view": "View",
1975
+ "common.add": "Add",
1976
+ "common.remove": "Remove",
1977
+ "common.search": "Search...",
1978
+ "common.filter": "Filter",
1979
+ "common.actions": "Actions",
1980
+ "common.yes": "Yes",
1981
+ "common.no": "No",
1982
+ "common.selected": "selected",
1983
+ "common.ok": "OK",
1984
+ "common.done": "Done",
1985
+ "common.apply": "Apply",
1986
+ "common.reset": "Reset",
1987
+ "common.refresh": "Refresh",
1988
+ "common.export": "Export",
1989
+ "common.import": "Import",
1990
+ "common.copy": "Copy",
1991
+ "common.settings": "Settings",
1992
+ "nav.previous": "Previous",
1993
+ "nav.next": "Next",
1994
+ "nav.back": "Back",
1995
+ "nav.home": "Home",
1996
+ "form.submit": "Submit",
1997
+ "form.saving": "Saving...",
1998
+ "form.required": "This field is required",
1999
+ "form.invalidEmail": "Enter a valid email address",
2000
+ "form.selectPlaceholder": "Select {{label}}...",
2001
+ "form.searchPlaceholder": "Search {{entity}}...",
2002
+ "table.empty.title": "No items found",
2003
+ "table.empty.description": "No items to display.",
2004
+ "table.search.placeholder": "Search...",
2005
+ "table.pagination.showing": "Showing {{start}} to {{end}} of {{total}} results",
2006
+ "table.pagination.page": "Page {{page}} of {{totalPages}}",
2007
+ "table.bulk.selected": "{{count}} selected",
2008
+ "table.loading": "Loading...",
2009
+ "status.loading": "Loading...",
2010
+ "status.scheduled": "Scheduled",
2011
+ "status.inProgress": "In Progress",
2012
+ "status.completed": "Completed",
2013
+ "status.cancelled": "Cancelled",
2014
+ "status.pending": "Pending",
2015
+ "status.active": "Active",
2016
+ "status.inactive": "Inactive",
2017
+ "status.draft": "Draft",
2018
+ "status.archived": "Archived",
2019
+ "error.generic": "Something went wrong",
2020
+ "error.retry": "Try again",
2021
+ "error.notFound": "Not found",
2022
+ "error.loadFailed": "Failed to load: {{message}}",
2023
+ "error.configMissing": "Configuration not found for: {{id}}",
2024
+ "common.loading": "Loading...",
2025
+ "common.showMore": "Show More",
2026
+ "common.showLess": "Show Less",
2027
+ "common.noResults": "No results found",
2028
+ "common.saveChanges": "Save Changes",
2029
+ "common.retry": "Retry",
2030
+ "common.open": "Open",
2031
+ "common.back": "Back",
2032
+ "empty.noItems": "No items",
2033
+ "empty.noData": "No data available",
2034
+ "empty.noItemsYet": "No items yet",
2035
+ "empty.noItemsAdded": "No items added yet",
2036
+ "empty.noOptionsFound": "No options found",
2037
+ "list.addItemPlaceholder": "Add new item...",
2038
+ "error.occurred": "An error occurred",
2039
+ "error.failedToLoad": "Failed to load data",
2040
+ "wizard.back": "Back",
2041
+ "wizard.next": "Next",
2042
+ "wizard.complete": "Complete",
2043
+ "wizard.stepOf": "Step {{current}} of {{total}}",
2044
+ "pagination.previous": "Previous",
2045
+ "pagination.next": "Next",
2046
+ "pagination.total": "Total:",
2047
+ "pagination.show": "Show:",
2048
+ "pagination.goTo": "Go to:",
2049
+ "pagination.go": "Go",
2050
+ "auth.signIn": "Sign in",
2051
+ "auth.signOut": "Sign out",
2052
+ "dialog.confirm": "Confirm",
2053
+ "dialog.cancel": "Cancel",
2054
+ "dialog.loading": "Loading...",
2055
+ "dialog.delete.title": "Delete {{item}}?",
2056
+ "dialog.delete.message": "This action cannot be undone.",
2057
+ "trait.availableActions": "Available Actions",
2058
+ "trait.transitions": "Transitions",
2059
+ "trait.availableNow": "Available now",
2060
+ "book.startReading": "Start Reading",
2061
+ "book.tableOfContents": "Table of Contents",
2062
+ "book.partNumber": "Part {{number}}",
2063
+ "book.print": "Print",
2064
+ "book.previousPage": "Previous page",
2065
+ "book.nextPage": "Next page",
2066
+ "quiz.showAnswer": "Show answer",
2067
+ "quiz.hideAnswer": "Hide answer",
2068
+ "aria.closeModal": "Close modal",
2069
+ "aria.closeToast": "Dismiss toast",
2070
+ "aria.closeAlert": "Dismiss alert",
2071
+ "aria.removeFilter": "Remove filter",
2072
+ "aria.closeDrawer": "Close drawer",
2073
+ "aria.closePanel": "Close panel",
2074
+ "aria.previousImage": "Previous image",
2075
+ "aria.nextImage": "Next image",
2076
+ "aria.dismiss": "Dismiss",
2077
+ "aria.previousSlide": "Previous slide",
2078
+ "aria.nextSlide": "Next slide",
2079
+ "aria.previousDays": "Previous days",
2080
+ "aria.nextDays": "Next days",
2081
+ "aria.decrease": "Decrease",
2082
+ "aria.increase": "Increase",
2083
+ "aria.breadcrumb": "Breadcrumb",
2084
+ "aria.tableOfContents": "Table of contents",
2085
+ "aria.docsSidebar": "Documentation sidebar",
2086
+ "aria.selectAllRows": "Select all rows",
2087
+ "aria.selectAll": "Select all",
2088
+ "aria.upvote": "Upvote",
2089
+ "aria.downvote": "Downvote",
2090
+ "aria.qrScanner": "QR scanner",
2091
+ "aria.mockScanDev": "Mock scan (dev)",
2092
+ "aria.openMenu": "Open menu",
2093
+ "aria.closeMenu": "Close menu",
2094
+ "aria.openSidebar": "Open sidebar",
2095
+ "sidebar.expand": "Expand sidebar",
2096
+ "sidebar.collapse": "Collapse sidebar",
2097
+ "sidebar.close": "Close sidebar",
2098
+ "loading.items": "Loading items...",
2099
+ "card.imageAlt": "Image",
2100
+ "canvas.emptyMessage": "No content",
2101
+ "canvas.errorTitle": "Canvas error",
2102
+ "book.noData": "No data",
2103
+ "common.notifications": "Notifications",
2104
+ "common.remaining": "{{count}} remaining",
2105
+ "error.somethingWentWrong": "Something went wrong",
2106
+ "error.loadingItems": "Loading items...",
2107
+ "error.noItemsFound": "No items found",
2108
+ "error.notFound": "Not found",
2109
+ "debug.noEntityData": "No entity data",
2110
+ "debug.noEntities": "No entities",
2111
+ "debug.noTicks": "No ticks registered",
2112
+ "debug.noActiveTraits": "No active traits",
2113
+ "debug.noGuardEvaluations": "No guard evaluations",
2114
+ "debug.noBridgeData": "No bridge data",
2115
+ "debug.status": "Status",
2116
+ "debug.eventsForwarded": "Events Forwarded (Client \u2192 Server)",
2117
+ "debug.eventsReceived": "Events Received (Server \u2192 Client)",
2118
+ "debug.lastHeartbeat": "Last Heartbeat",
2119
+ "debug.noEventsYet": "No events yet",
2120
+ "debug.noTransitionsRecorded": "No transitions recorded",
2121
+ "debug.noVerificationChecks": "No verification checks yet",
2122
+ "display.chartError": "Chart error",
2123
+ "display.codeViewerError": "Code viewer error",
2124
+ "display.noCode": "No code",
2125
+ "display.documentError": "Document error",
2126
+ "display.noDocument": "No document",
2127
+ "display.graphError": "Graph error",
2128
+ "display.noGraphData": "No graph data",
2129
+ "display.galleryError": "Gallery error",
2130
+ "display.noMedia": "No media",
2131
+ "display.meterError": "Meter error",
2132
+ "display.signaturePadError": "Signature pad error",
2133
+ "display.timelineError": "Timeline error",
2134
+ "display.noEvents": "No events",
2135
+ "template.features": "Features",
2136
+ "template.howItWorks": "How It Works",
2137
+ "template.showcase": "Showcase",
2138
+ "template.faq": "Frequently Asked Questions",
2139
+ "template.ourTeam": "Our Team",
2140
+ "template.caseStudies": "Case Studies"
2141
+ };
2142
+ }
2143
+ });
2144
+ function useTranslate() {
2145
+ return React85.useContext(I18nContext);
2146
+ }
2147
+ var _meta, coreMessages, coreLocale, I18nContext;
2148
+ var init_useTranslate = __esm({
2149
+ "hooks/useTranslate.ts"() {
2150
+ "use client";
2151
+ init_en();
2152
+ ({ $meta: _meta, ...coreMessages } = en_default);
2153
+ coreLocale = coreMessages;
2154
+ I18nContext = React85.createContext({
2155
+ locale: "en",
2156
+ direction: "ltr",
2157
+ t: (key) => coreLocale[key] ?? key
2158
+ // core locale fallback
2159
+ });
2160
+ I18nContext.displayName = "I18nContext";
2161
+ I18nContext.Provider;
2162
+ }
2163
+ });
1960
2164
  var sizeClasses2, minWidthClasses, lookStyles, Modal;
1961
2165
  var init_Modal = __esm({
1962
- "components/molecules/Modal.tsx"() {
2166
+ "components/core/molecules/Modal.tsx"() {
1963
2167
  "use client";
1964
2168
  init_Box();
1965
2169
  init_Button();
@@ -1968,6 +2172,7 @@ var init_Modal = __esm({
1968
2172
  init_Overlay();
1969
2173
  init_cn();
1970
2174
  init_useEventBus();
2175
+ init_useTranslate();
1971
2176
  sizeClasses2 = {
1972
2177
  sm: "max-w-md",
1973
2178
  md: "max-w-2xl",
@@ -2005,6 +2210,7 @@ var init_Modal = __esm({
2005
2210
  look = "centered-card"
2006
2211
  }) => {
2007
2212
  const eventBus = useEventBus();
2213
+ const { t } = useTranslate();
2008
2214
  const modalRef = React85.useRef(null);
2009
2215
  const previousActiveElement = React85.useRef(null);
2010
2216
  const [dragY, setDragY] = React85.useState(0);
@@ -2149,7 +2355,7 @@ var init_Modal = __esm({
2149
2355
  icon: "x",
2150
2356
  onClick: handleClose,
2151
2357
  "data-event": "CLOSE",
2152
- "aria-label": "Close modal"
2358
+ "aria-label": t("aria.closeModal")
2153
2359
  }
2154
2360
  )
2155
2361
  ]
@@ -2180,7 +2386,7 @@ var init_Modal = __esm({
2180
2386
  });
2181
2387
  var sizeWidths, Drawer;
2182
2388
  var init_Drawer = __esm({
2183
- "components/molecules/Drawer.tsx"() {
2389
+ "components/core/molecules/Drawer.tsx"() {
2184
2390
  "use client";
2185
2391
  init_Box();
2186
2392
  init_Button();
@@ -2188,6 +2394,7 @@ var init_Drawer = __esm({
2188
2394
  init_Overlay();
2189
2395
  init_cn();
2190
2396
  init_useEventBus();
2397
+ init_useTranslate();
2191
2398
  sizeWidths = {
2192
2399
  sm: "w-full sm:w-80",
2193
2400
  // 320px
@@ -2213,6 +2420,7 @@ var init_Drawer = __esm({
2213
2420
  closeEvent
2214
2421
  }) => {
2215
2422
  const eventBus = useEventBus();
2423
+ const { t } = useTranslate();
2216
2424
  const drawerRef = React85.useRef(null);
2217
2425
  const previousActiveElement = React85.useRef(null);
2218
2426
  React85.useEffect(() => {
@@ -2307,7 +2515,7 @@ var init_Drawer = __esm({
2307
2515
  size: "sm",
2308
2516
  icon: "x",
2309
2517
  onClick: handleClose,
2310
- "aria-label": "Close drawer",
2518
+ "aria-label": t("aria.closeDrawer"),
2311
2519
  className: cn(!title && "ml-auto")
2312
2520
  }
2313
2521
  )
@@ -2359,7 +2567,7 @@ var init_Drawer = __esm({
2359
2567
  });
2360
2568
  var variantStyles3, sizeStyles3, Badge;
2361
2569
  var init_Badge = __esm({
2362
- "components/atoms/Badge.tsx"() {
2570
+ "components/core/atoms/Badge.tsx"() {
2363
2571
  init_cn();
2364
2572
  init_Icon();
2365
2573
  variantStyles3 = {
@@ -2450,7 +2658,7 @@ var init_Badge = __esm({
2450
2658
  });
2451
2659
  var variantClasses, iconMap, iconColors, Toast;
2452
2660
  var init_Toast = __esm({
2453
- "components/molecules/Toast.tsx"() {
2661
+ "components/core/molecules/Toast.tsx"() {
2454
2662
  "use client";
2455
2663
  init_Box();
2456
2664
  init_Icon();
@@ -2459,6 +2667,7 @@ var init_Toast = __esm({
2459
2667
  init_Badge();
2460
2668
  init_cn();
2461
2669
  init_useEventBus();
2670
+ init_useTranslate();
2462
2671
  variantClasses = {
2463
2672
  success: "bg-card border-[length:var(--border-width)] border-success",
2464
2673
  error: "bg-card border-[length:var(--border-width)] border-error",
@@ -2492,6 +2701,7 @@ var init_Toast = __esm({
2492
2701
  actionEvent
2493
2702
  }) => {
2494
2703
  const eventBus = useEventBus();
2704
+ const { t } = useTranslate();
2495
2705
  const handleDismiss = () => {
2496
2706
  if (dismissEvent) eventBus.emit(`UI:${dismissEvent}`, {});
2497
2707
  onDismiss?.();
@@ -2545,7 +2755,7 @@ var init_Toast = __esm({
2545
2755
  size: "sm",
2546
2756
  icon: "x",
2547
2757
  onClick: handleDismiss,
2548
- "aria-label": "Dismiss toast",
2758
+ "aria-label": t("aria.closeToast"),
2549
2759
  className: "flex-shrink-0"
2550
2760
  }
2551
2761
  )
@@ -2616,7 +2826,7 @@ function buildDiamondPoints(x, y, scale) {
2616
2826
  }
2617
2827
  var SvgBranch;
2618
2828
  var init_SvgBranch = __esm({
2619
- "components/atoms/svg/SvgBranch.tsx"() {
2829
+ "components/core/atoms/svg/SvgBranch.tsx"() {
2620
2830
  "use client";
2621
2831
  SvgBranch = ({
2622
2832
  x,
@@ -2663,7 +2873,7 @@ var init_SvgBranch = __esm({
2663
2873
  });
2664
2874
  var SvgConnection;
2665
2875
  var init_SvgConnection = __esm({
2666
- "components/atoms/svg/SvgConnection.tsx"() {
2876
+ "components/core/atoms/svg/SvgConnection.tsx"() {
2667
2877
  "use client";
2668
2878
  SvgConnection = ({
2669
2879
  x1,
@@ -2703,7 +2913,7 @@ var init_SvgConnection = __esm({
2703
2913
  });
2704
2914
  var flowIdCounter, SvgFlow;
2705
2915
  var init_SvgFlow = __esm({
2706
- "components/atoms/svg/SvgFlow.tsx"() {
2916
+ "components/core/atoms/svg/SvgFlow.tsx"() {
2707
2917
  "use client";
2708
2918
  flowIdCounter = 0;
2709
2919
  SvgFlow = ({
@@ -2757,7 +2967,7 @@ var init_SvgFlow = __esm({
2757
2967
  });
2758
2968
  var SvgGrid;
2759
2969
  var init_SvgGrid = __esm({
2760
- "components/atoms/svg/SvgGrid.tsx"() {
2970
+ "components/core/atoms/svg/SvgGrid.tsx"() {
2761
2971
  "use client";
2762
2972
  SvgGrid = ({
2763
2973
  x,
@@ -2797,7 +3007,7 @@ var init_SvgGrid = __esm({
2797
3007
  });
2798
3008
  var SvgLobe;
2799
3009
  var init_SvgLobe = __esm({
2800
- "components/atoms/svg/SvgLobe.tsx"() {
3010
+ "components/core/atoms/svg/SvgLobe.tsx"() {
2801
3011
  "use client";
2802
3012
  SvgLobe = ({
2803
3013
  cx,
@@ -2877,7 +3087,7 @@ function getConnections(count, density) {
2877
3087
  }
2878
3088
  var SvgMesh;
2879
3089
  var init_SvgMesh = __esm({
2880
- "components/atoms/svg/SvgMesh.tsx"() {
3090
+ "components/core/atoms/svg/SvgMesh.tsx"() {
2881
3091
  "use client";
2882
3092
  SvgMesh = ({
2883
3093
  cx,
@@ -2922,7 +3132,7 @@ var init_SvgMesh = __esm({
2922
3132
  });
2923
3133
  var TextLines, CodeBrackets, AppRect, FlowArrow, SvgMorph;
2924
3134
  var init_SvgMorph = __esm({
2925
- "components/atoms/svg/SvgMorph.tsx"() {
3135
+ "components/core/atoms/svg/SvgMorph.tsx"() {
2926
3136
  "use client";
2927
3137
  TextLines = ({
2928
3138
  x,
@@ -3131,7 +3341,7 @@ var init_SvgMorph = __esm({
3131
3341
  });
3132
3342
  var SvgNode;
3133
3343
  var init_SvgNode = __esm({
3134
- "components/atoms/svg/SvgNode.tsx"() {
3344
+ "components/core/atoms/svg/SvgNode.tsx"() {
3135
3345
  "use client";
3136
3346
  SvgNode = ({
3137
3347
  x,
@@ -3187,7 +3397,7 @@ var init_SvgNode = __esm({
3187
3397
  });
3188
3398
  var PULSE_KEYFRAMES, SvgPulse;
3189
3399
  var init_SvgPulse = __esm({
3190
- "components/atoms/svg/SvgPulse.tsx"() {
3400
+ "components/core/atoms/svg/SvgPulse.tsx"() {
3191
3401
  "use client";
3192
3402
  PULSE_KEYFRAMES = `
3193
3403
  @keyframes almadar-svg-pulse-expand {
@@ -3243,7 +3453,7 @@ var init_SvgPulse = __esm({
3243
3453
  });
3244
3454
  var ringIdCounter, SvgRing;
3245
3455
  var init_SvgRing = __esm({
3246
- "components/atoms/svg/SvgRing.tsx"() {
3456
+ "components/core/atoms/svg/SvgRing.tsx"() {
3247
3457
  "use client";
3248
3458
  ringIdCounter = 0;
3249
3459
  SvgRing = ({
@@ -3300,7 +3510,7 @@ var init_SvgRing = __esm({
3300
3510
  });
3301
3511
  var SHIELD_PATH, CHECK_PATH, SvgShield;
3302
3512
  var init_SvgShield = __esm({
3303
- "components/atoms/svg/SvgShield.tsx"() {
3513
+ "components/core/atoms/svg/SvgShield.tsx"() {
3304
3514
  "use client";
3305
3515
  SHIELD_PATH = "M15,2 C15,2 5,5 2,6 C2,6 2,18 5,24 C8,30 15,34 15,34 C15,34 22,30 25,24 C28,18 28,6 28,6 C25,5 15,2 15,2 Z";
3306
3516
  CHECK_PATH = "M10,18 L14,22 L21,13";
@@ -3350,7 +3560,7 @@ var init_SvgShield = __esm({
3350
3560
  });
3351
3561
  var SvgStack;
3352
3562
  var init_SvgStack = __esm({
3353
- "components/atoms/svg/SvgStack.tsx"() {
3563
+ "components/core/atoms/svg/SvgStack.tsx"() {
3354
3564
  "use client";
3355
3565
  SvgStack = ({
3356
3566
  x,
@@ -3409,16 +3619,17 @@ var init_SvgStack = __esm({
3409
3619
  }
3410
3620
  });
3411
3621
 
3412
- // components/atoms/svg/index.ts
3622
+ // components/core/atoms/svg/index.ts
3413
3623
  var init_svg = __esm({
3414
- "components/atoms/svg/index.ts"() {
3624
+ "components/core/atoms/svg/index.ts"() {
3415
3625
  }
3416
3626
  });
3417
3627
  var Input;
3418
3628
  var init_Input = __esm({
3419
- "components/atoms/Input.tsx"() {
3629
+ "components/core/atoms/Input.tsx"() {
3420
3630
  init_cn();
3421
3631
  init_Icon();
3632
+ init_useTranslate();
3422
3633
  Input = React85__namespace.default.forwardRef(
3423
3634
  ({
3424
3635
  className,
@@ -3436,6 +3647,7 @@ var init_Input = __esm({
3436
3647
  onChange,
3437
3648
  ...props
3438
3649
  }, ref) => {
3650
+ const { t } = useTranslate();
3439
3651
  const type = inputType || htmlType || "text";
3440
3652
  const IconComponent = typeof iconProp === "string" ? resolveIcon(iconProp) : iconProp;
3441
3653
  const resolvedLeftIcon = leftIcon || IconComponent && /* @__PURE__ */ jsxRuntime.jsx(IconComponent, { className: "h-icon-default w-icon-default" });
@@ -3466,7 +3678,7 @@ var init_Input = __esm({
3466
3678
  className: cn(baseClassName, "appearance-none pr-10", className),
3467
3679
  ...props,
3468
3680
  children: [
3469
- /* @__PURE__ */ jsxRuntime.jsx("option", { value: "", children: "Select..." }),
3681
+ /* @__PURE__ */ jsxRuntime.jsx("option", { value: "", children: t("form.selectPlaceholder", { label: "" }) }),
3470
3682
  options?.map((opt) => /* @__PURE__ */ jsxRuntime.jsx("option", { value: opt.value, children: opt.label }, opt.value))
3471
3683
  ]
3472
3684
  }
@@ -3537,7 +3749,7 @@ var init_Input = __esm({
3537
3749
  });
3538
3750
  var Label;
3539
3751
  var init_Label = __esm({
3540
- "components/atoms/Label.tsx"() {
3752
+ "components/core/atoms/Label.tsx"() {
3541
3753
  init_cn();
3542
3754
  Label = React85__namespace.default.forwardRef(
3543
3755
  ({ className, required, children, ...props }, ref) => {
@@ -3563,7 +3775,7 @@ var init_Label = __esm({
3563
3775
  });
3564
3776
  var Textarea;
3565
3777
  var init_Textarea = __esm({
3566
- "components/atoms/Textarea.tsx"() {
3778
+ "components/core/atoms/Textarea.tsx"() {
3567
3779
  init_cn();
3568
3780
  Textarea = React85__namespace.default.forwardRef(
3569
3781
  ({ className, error, ...props }, ref) => {
@@ -3592,7 +3804,7 @@ var init_Textarea = __esm({
3592
3804
  });
3593
3805
  var Select;
3594
3806
  var init_Select = __esm({
3595
- "components/atoms/Select.tsx"() {
3807
+ "components/core/atoms/Select.tsx"() {
3596
3808
  init_cn();
3597
3809
  init_Icon();
3598
3810
  Select = React85__namespace.default.forwardRef(
@@ -3635,7 +3847,7 @@ var init_Select = __esm({
3635
3847
  });
3636
3848
  var Checkbox;
3637
3849
  var init_Checkbox = __esm({
3638
- "components/atoms/Checkbox.tsx"() {
3850
+ "components/core/atoms/Checkbox.tsx"() {
3639
3851
  init_cn();
3640
3852
  Checkbox = React85__namespace.default.forwardRef(
3641
3853
  ({ className, label, id, ...props }, ref) => {
@@ -3673,7 +3885,7 @@ var init_Checkbox = __esm({
3673
3885
  });
3674
3886
  var variantStyles4, paddingStyles2, shadowStyles2, lookStyles2, Card, CardHeader, CardTitle, CardContent, CardBody, CardFooter;
3675
3887
  var init_Card = __esm({
3676
- "components/atoms/Card.tsx"() {
3888
+ "components/core/atoms/Card.tsx"() {
3677
3889
  init_cn();
3678
3890
  variantStyles4 = {
3679
3891
  default: [
@@ -3798,9 +4010,10 @@ var init_Card = __esm({
3798
4010
  });
3799
4011
  var variantStyles5, sizeStyles4, iconSizes, FilterPill;
3800
4012
  var init_FilterPill = __esm({
3801
- "components/atoms/FilterPill.tsx"() {
4013
+ "components/core/atoms/FilterPill.tsx"() {
3802
4014
  init_cn();
3803
4015
  init_useEventBus();
4016
+ init_useTranslate();
3804
4017
  init_Icon();
3805
4018
  variantStyles5 = {
3806
4019
  default: [
@@ -3856,6 +4069,7 @@ var init_FilterPill = __esm({
3856
4069
  ...props
3857
4070
  }, ref) => {
3858
4071
  const eventBus = useEventBus();
4072
+ const { t } = useTranslate();
3859
4073
  const payloadLabel = typeof children === "string" || typeof children === "number" ? children : label;
3860
4074
  const handleClick = React85.useCallback(() => {
3861
4075
  onClick?.();
@@ -3890,7 +4104,7 @@ var init_FilterPill = __esm({
3890
4104
  e.stopPropagation();
3891
4105
  handleRemove();
3892
4106
  },
3893
- "aria-label": "Remove filter",
4107
+ "aria-label": t("aria.removeFilter"),
3894
4108
  className: cn(
3895
4109
  "ml-0.5 rounded-full hover:bg-foreground/10 transition-colors flex items-center justify-center"
3896
4110
  ),
@@ -3907,7 +4121,7 @@ var init_FilterPill = __esm({
3907
4121
  });
3908
4122
  var sizeStyles5, Spinner;
3909
4123
  var init_Spinner = __esm({
3910
- "components/atoms/Spinner.tsx"() {
4124
+ "components/core/atoms/Spinner.tsx"() {
3911
4125
  init_cn();
3912
4126
  init_Icon();
3913
4127
  sizeStyles5 = {
@@ -3941,7 +4155,7 @@ function generateInitials(name) {
3941
4155
  }
3942
4156
  var sizeClasses3, iconSizeClasses, statusSizeClasses, statusClasses, badgeSizeClasses, Avatar;
3943
4157
  var init_Avatar = __esm({
3944
- "components/atoms/Avatar.tsx"() {
4158
+ "components/core/atoms/Avatar.tsx"() {
3945
4159
  "use client";
3946
4160
  init_Icon();
3947
4161
  init_cn();
@@ -4094,7 +4308,7 @@ var init_Avatar = __esm({
4094
4308
  });
4095
4309
  var Center;
4096
4310
  var init_Center = __esm({
4097
- "components/atoms/Center.tsx"() {
4311
+ "components/core/atoms/Center.tsx"() {
4098
4312
  init_cn();
4099
4313
  Center = ({
4100
4314
  inline = false,
@@ -4130,7 +4344,7 @@ var init_Center = __esm({
4130
4344
  });
4131
4345
  var variantStyles6, Divider;
4132
4346
  var init_Divider = __esm({
4133
- "components/atoms/Divider.tsx"() {
4347
+ "components/core/atoms/Divider.tsx"() {
4134
4348
  init_cn();
4135
4349
  variantStyles6 = {
4136
4350
  solid: "border-solid",
@@ -4206,7 +4420,7 @@ var init_Divider = __esm({
4206
4420
  });
4207
4421
  var colorClasses, circularSizeClasses, ProgressBar;
4208
4422
  var init_ProgressBar = __esm({
4209
- "components/atoms/ProgressBar.tsx"() {
4423
+ "components/core/atoms/ProgressBar.tsx"() {
4210
4424
  init_cn();
4211
4425
  colorClasses = {
4212
4426
  default: "bg-primary",
@@ -4365,7 +4579,7 @@ var init_ProgressBar = __esm({
4365
4579
  });
4366
4580
  var sizeClasses4, dotSizeClasses, Radio;
4367
4581
  var init_Radio = __esm({
4368
- "components/atoms/Radio.tsx"() {
4582
+ "components/core/atoms/Radio.tsx"() {
4369
4583
  init_cn();
4370
4584
  init_useEventBus();
4371
4585
  sizeClasses4 = {
@@ -4518,7 +4732,7 @@ var init_Radio = __esm({
4518
4732
  });
4519
4733
  var COLOR_VAR, Sparkline;
4520
4734
  var init_Sparkline = __esm({
4521
- "components/atoms/Sparkline.tsx"() {
4735
+ "components/core/atoms/Sparkline.tsx"() {
4522
4736
  init_cn();
4523
4737
  COLOR_VAR = {
4524
4738
  primary: "var(--color-primary)",
@@ -4579,7 +4793,7 @@ var init_Sparkline = __esm({
4579
4793
  });
4580
4794
  var Switch;
4581
4795
  var init_Switch = __esm({
4582
- "components/atoms/Switch.tsx"() {
4796
+ "components/core/atoms/Switch.tsx"() {
4583
4797
  "use client";
4584
4798
  init_cn();
4585
4799
  Switch = React85__namespace.forwardRef(
@@ -4659,7 +4873,7 @@ var init_Switch = __esm({
4659
4873
  });
4660
4874
  var horizontalSizes, verticalSizes, Spacer;
4661
4875
  var init_Spacer = __esm({
4662
- "components/atoms/Spacer.tsx"() {
4876
+ "components/core/atoms/Spacer.tsx"() {
4663
4877
  init_cn();
4664
4878
  horizontalSizes = {
4665
4879
  xs: "w-1",
@@ -4698,7 +4912,7 @@ var init_Spacer = __esm({
4698
4912
  });
4699
4913
  var gapStyles, alignStyles, justifyStyles, Stack, VStack, HStack;
4700
4914
  var init_Stack = __esm({
4701
- "components/atoms/Stack.tsx"() {
4915
+ "components/core/atoms/Stack.tsx"() {
4702
4916
  "use client";
4703
4917
  init_cn();
4704
4918
  init_useEventBus();
@@ -4784,7 +4998,7 @@ var init_Stack = __esm({
4784
4998
  });
4785
4999
  var TextHighlight;
4786
5000
  var init_TextHighlight = __esm({
4787
- "components/atoms/TextHighlight.tsx"() {
5001
+ "components/core/atoms/TextHighlight.tsx"() {
4788
5002
  "use client";
4789
5003
  init_cn();
4790
5004
  init_useEventBus();
@@ -4853,7 +5067,7 @@ var init_TextHighlight = __esm({
4853
5067
  });
4854
5068
  var sizeClasses5, iconSizes2, ThemeToggle;
4855
5069
  var init_ThemeToggle = __esm({
4856
- "components/atoms/ThemeToggle.tsx"() {
5070
+ "components/core/atoms/ThemeToggle.tsx"() {
4857
5071
  "use client";
4858
5072
  init_Icon();
4859
5073
  init_cn();
@@ -4915,7 +5129,7 @@ var init_ThemeToggle = __esm({
4915
5129
  });
4916
5130
  var FlipContainer;
4917
5131
  var init_FlipContainer = __esm({
4918
- "components/atoms/FlipContainer.tsx"() {
5132
+ "components/core/atoms/FlipContainer.tsx"() {
4919
5133
  "use client";
4920
5134
  init_cn();
4921
5135
  init_Box();
@@ -4950,7 +5164,7 @@ var init_FlipContainer = __esm({
4950
5164
  });
4951
5165
  var Aside;
4952
5166
  var init_Aside = __esm({
4953
- "components/atoms/Aside.tsx"() {
5167
+ "components/core/atoms/Aside.tsx"() {
4954
5168
  init_cn();
4955
5169
  Aside = React85__namespace.default.forwardRef(
4956
5170
  ({ className, children, ...rest }, ref) => /* @__PURE__ */ jsxRuntime.jsx("aside", { ref, className: cn(className), ...rest, children })
@@ -4972,7 +5186,7 @@ function toSharedContext(ctx) {
4972
5186
  }
4973
5187
  var ConditionalWrapper;
4974
5188
  var init_ConditionalWrapper = __esm({
4975
- "components/atoms/ConditionalWrapper.tsx"() {
5189
+ "components/core/atoms/ConditionalWrapper.tsx"() {
4976
5190
  init_Box();
4977
5191
  ConditionalWrapper = ({
4978
5192
  condition,
@@ -5004,7 +5218,7 @@ var init_ConditionalWrapper = __esm({
5004
5218
  });
5005
5219
  var positionStyles2, arrowStyles, LawReferenceTooltip;
5006
5220
  var init_LawReferenceTooltip = __esm({
5007
- "components/atoms/LawReferenceTooltip.tsx"() {
5221
+ "components/core/atoms/LawReferenceTooltip.tsx"() {
5008
5222
  "use client";
5009
5223
  init_Box();
5010
5224
  init_Stack();
@@ -5184,7 +5398,7 @@ function DayCell({
5184
5398
  }
5185
5399
  var DAY_ABBREVIATIONS;
5186
5400
  var init_DayCell = __esm({
5187
- "components/atoms/DayCell.tsx"() {
5401
+ "components/core/atoms/DayCell.tsx"() {
5188
5402
  "use client";
5189
5403
  init_cn();
5190
5404
  init_Box();
@@ -5217,7 +5431,7 @@ function TimeSlotCell({
5217
5431
  );
5218
5432
  }
5219
5433
  var init_TimeSlotCell = __esm({
5220
- "components/atoms/TimeSlotCell.tsx"() {
5434
+ "components/core/atoms/TimeSlotCell.tsx"() {
5221
5435
  "use client";
5222
5436
  init_cn();
5223
5437
  init_Box();
@@ -5226,7 +5440,7 @@ var init_TimeSlotCell = __esm({
5226
5440
  });
5227
5441
  var statusColors, pulseRingColors, sizeStyles6, StatusDot;
5228
5442
  var init_StatusDot = __esm({
5229
- "components/atoms/StatusDot.tsx"() {
5443
+ "components/core/atoms/StatusDot.tsx"() {
5230
5444
  init_cn();
5231
5445
  statusColors = {
5232
5446
  online: "bg-success",
@@ -5290,7 +5504,7 @@ function resolveColor(dir, invert) {
5290
5504
  }
5291
5505
  var sizeStyles7, iconNameMap, TrendIndicator;
5292
5506
  var init_TrendIndicator = __esm({
5293
- "components/atoms/TrendIndicator.tsx"() {
5507
+ "components/core/atoms/TrendIndicator.tsx"() {
5294
5508
  init_Icon();
5295
5509
  init_cn();
5296
5510
  sizeStyles7 = {
@@ -5356,7 +5570,7 @@ function useSafeEventBus() {
5356
5570
  }
5357
5571
  var trackSizes, thumbSizes, RangeSlider;
5358
5572
  var init_RangeSlider = __esm({
5359
- "components/atoms/RangeSlider.tsx"() {
5573
+ "components/core/atoms/RangeSlider.tsx"() {
5360
5574
  "use client";
5361
5575
  init_cn();
5362
5576
  init_useEventBus();
@@ -5565,7 +5779,7 @@ function easeOut(t) {
5565
5779
  }
5566
5780
  var AnimatedCounter;
5567
5781
  var init_AnimatedCounter = __esm({
5568
- "components/atoms/AnimatedCounter.tsx"() {
5782
+ "components/marketing/atoms/AnimatedCounter.tsx"() {
5569
5783
  "use client";
5570
5784
  init_cn();
5571
5785
  init_Typography();
@@ -5657,7 +5871,7 @@ var init_useInfiniteScroll = __esm({
5657
5871
  });
5658
5872
  var InfiniteScrollSentinel;
5659
5873
  var init_InfiniteScrollSentinel = __esm({
5660
- "components/atoms/InfiniteScrollSentinel.tsx"() {
5874
+ "components/core/atoms/InfiniteScrollSentinel.tsx"() {
5661
5875
  "use client";
5662
5876
  init_cn();
5663
5877
  init_useInfiniteScroll();
@@ -5712,7 +5926,7 @@ function createParticles(count) {
5712
5926
  }
5713
5927
  var CONFETTI_COLORS, particleIdCounter, ConfettiEffect;
5714
5928
  var init_ConfettiEffect = __esm({
5715
- "components/atoms/ConfettiEffect.tsx"() {
5929
+ "components/core/atoms/ConfettiEffect.tsx"() {
5716
5930
  "use client";
5717
5931
  init_cn();
5718
5932
  init_Box();
@@ -5811,7 +6025,7 @@ var init_ConfettiEffect = __esm({
5811
6025
  });
5812
6026
  var TypewriterText;
5813
6027
  var init_TypewriterText = __esm({
5814
- "components/atoms/TypewriterText.tsx"() {
6028
+ "components/core/atoms/TypewriterText.tsx"() {
5815
6029
  "use client";
5816
6030
  init_cn();
5817
6031
  init_Typography();
@@ -5881,7 +6095,7 @@ var init_TypewriterText = __esm({
5881
6095
  });
5882
6096
  var levelToVariant, alignClasses, alignToStack, SectionHeader;
5883
6097
  var init_SectionHeader = __esm({
5884
- "components/atoms/SectionHeader.tsx"() {
6098
+ "components/core/atoms/SectionHeader.tsx"() {
5885
6099
  init_cn();
5886
6100
  init_Stack();
5887
6101
  init_Typography();
@@ -5920,7 +6134,7 @@ var init_SectionHeader = __esm({
5920
6134
  });
5921
6135
  var backgroundClasses, paddingClasses, ContentSection;
5922
6136
  var init_ContentSection = __esm({
5923
- "components/atoms/ContentSection.tsx"() {
6137
+ "components/marketing/atoms/ContentSection.tsx"() {
5924
6138
  init_cn();
5925
6139
  init_Box();
5926
6140
  backgroundClasses = {
@@ -6415,7 +6629,7 @@ function getTileDimensions(variant, size) {
6415
6629
  }
6416
6630
  var PI, VARIANT_MAP, PatternTile;
6417
6631
  var init_PatternTile = __esm({
6418
- "components/atoms/PatternTile.tsx"() {
6632
+ "components/marketing/atoms/PatternTile.tsx"() {
6419
6633
  "use client";
6420
6634
  PI = Math.PI;
6421
6635
  VARIANT_MAP = {
@@ -6449,7 +6663,7 @@ var init_PatternTile = __esm({
6449
6663
  });
6450
6664
  var initialStyles, animatedStyles, AnimatedReveal;
6451
6665
  var init_AnimatedReveal = __esm({
6452
- "components/atoms/AnimatedReveal.tsx"() {
6666
+ "components/marketing/atoms/AnimatedReveal.tsx"() {
6453
6667
  "use client";
6454
6668
  init_cn();
6455
6669
  initialStyles = {
@@ -6629,7 +6843,7 @@ function applyMorphAnimation(container, animate, duration, delay, easing) {
6629
6843
  }
6630
6844
  var AnimatedGraphic;
6631
6845
  var init_AnimatedGraphic = __esm({
6632
- "components/atoms/AnimatedGraphic.tsx"() {
6846
+ "components/marketing/atoms/AnimatedGraphic.tsx"() {
6633
6847
  "use client";
6634
6848
  init_cn();
6635
6849
  AnimatedGraphic = React85__namespace.default.forwardRef(
@@ -6790,7 +7004,7 @@ function getSlotContentRenderer() {
6790
7004
  }
6791
7005
  var _slotContentRenderer;
6792
7006
  var init_TraitFrame = __esm({
6793
- "components/atoms/TraitFrame.tsx"() {
7007
+ "components/core/atoms/TraitFrame.tsx"() {
6794
7008
  init_EntitySchemaContext();
6795
7009
  TraitFrame.displayName = "TraitFrame";
6796
7010
  _slotContentRenderer = null;
@@ -6848,7 +7062,7 @@ function HealthBar({
6848
7062
  }
6849
7063
  var heartIcon, sizeMap;
6850
7064
  var init_HealthBar = __esm({
6851
- "components/atoms/game/HealthBar.tsx"() {
7065
+ "components/game/atoms/HealthBar.tsx"() {
6852
7066
  init_cn();
6853
7067
  heartIcon = (filled, size) => /* @__PURE__ */ jsxRuntime.jsx(
6854
7068
  "svg",
@@ -6925,7 +7139,7 @@ function ScoreDisplay({
6925
7139
  }
6926
7140
  var sizeMap2;
6927
7141
  var init_ScoreDisplay = __esm({
6928
- "components/atoms/game/ScoreDisplay.tsx"() {
7142
+ "components/game/atoms/ScoreDisplay.tsx"() {
6929
7143
  "use client";
6930
7144
  init_cn();
6931
7145
  sizeMap2 = {
@@ -7017,7 +7231,7 @@ function ControlButton({
7017
7231
  }
7018
7232
  var sizeMap3, shapeMap, variantMap;
7019
7233
  var init_ControlButton = __esm({
7020
- "components/atoms/game/ControlButton.tsx"() {
7234
+ "components/game/atoms/ControlButton.tsx"() {
7021
7235
  "use client";
7022
7236
  init_cn();
7023
7237
  init_useEventBus();
@@ -7111,7 +7325,7 @@ function Sprite({
7111
7325
  );
7112
7326
  }
7113
7327
  var init_Sprite = __esm({
7114
- "components/atoms/game/Sprite.tsx"() {
7328
+ "components/game/atoms/Sprite.tsx"() {
7115
7329
  "use client";
7116
7330
  init_useEventBus();
7117
7331
  }
@@ -7147,7 +7361,7 @@ function StateIndicator({
7147
7361
  }
7148
7362
  var DEFAULT_STATE_STYLES, DEFAULT_STYLE, SIZE_CLASSES;
7149
7363
  var init_StateIndicator = __esm({
7150
- "components/atoms/game/StateIndicator.tsx"() {
7364
+ "components/game/atoms/StateIndicator.tsx"() {
7151
7365
  init_Box();
7152
7366
  init_cn();
7153
7367
  DEFAULT_STATE_STYLES = {
@@ -7213,7 +7427,7 @@ function TimerDisplay({
7213
7427
  }
7214
7428
  var sizeMap4;
7215
7429
  var init_TimerDisplay = __esm({
7216
- "components/atoms/game/TimerDisplay.tsx"() {
7430
+ "components/game/atoms/TimerDisplay.tsx"() {
7217
7431
  init_cn();
7218
7432
  sizeMap4 = {
7219
7433
  sm: "text-sm px-2 py-0.5",
@@ -7258,7 +7472,7 @@ function ResourceCounter({
7258
7472
  }
7259
7473
  var sizeMap5;
7260
7474
  var init_ResourceCounter = __esm({
7261
- "components/atoms/game/ResourceCounter.tsx"() {
7475
+ "components/game/atoms/ResourceCounter.tsx"() {
7262
7476
  init_cn();
7263
7477
  sizeMap5 = {
7264
7478
  sm: { wrapper: "text-xs gap-1 px-1.5 py-0.5", icon: "text-sm" },
@@ -7318,7 +7532,7 @@ function ItemSlot({
7318
7532
  }
7319
7533
  var sizeMap6, rarityBorderMap, rarityGlowMap;
7320
7534
  var init_ItemSlot = __esm({
7321
- "components/atoms/game/ItemSlot.tsx"() {
7535
+ "components/game/atoms/ItemSlot.tsx"() {
7322
7536
  "use client";
7323
7537
  init_cn();
7324
7538
  sizeMap6 = {
@@ -7385,7 +7599,7 @@ function TurnIndicator({
7385
7599
  }
7386
7600
  var sizeMap7;
7387
7601
  var init_TurnIndicator = __esm({
7388
- "components/atoms/game/TurnIndicator.tsx"() {
7602
+ "components/game/atoms/TurnIndicator.tsx"() {
7389
7603
  init_cn();
7390
7604
  sizeMap7 = {
7391
7605
  sm: { wrapper: "text-xs gap-1.5 px-2 py-0.5", dot: "w-1.5 h-1.5" },
@@ -7442,7 +7656,7 @@ function ComboCounter({
7442
7656
  }
7443
7657
  var sizeMap8;
7444
7658
  var init_ComboCounter = __esm({
7445
- "components/atoms/game/ComboCounter.tsx"() {
7659
+ "components/game/atoms/ComboCounter.tsx"() {
7446
7660
  init_cn();
7447
7661
  sizeMap8 = {
7448
7662
  sm: { combo: "text-lg", label: "text-xs", multiplier: "text-xs" },
@@ -7510,7 +7724,7 @@ function XPBar({
7510
7724
  }
7511
7725
  var sizeMap9;
7512
7726
  var init_XPBar = __esm({
7513
- "components/atoms/game/XPBar.tsx"() {
7727
+ "components/game/atoms/XPBar.tsx"() {
7514
7728
  init_cn();
7515
7729
  sizeMap9 = {
7516
7730
  sm: { bar: "h-2", text: "text-xs", badge: "text-xs px-1.5 py-0.5" },
@@ -7578,7 +7792,7 @@ function WaypointMarker({
7578
7792
  }
7579
7793
  var sizeMap10, checkIcon;
7580
7794
  var init_WaypointMarker = __esm({
7581
- "components/atoms/game/WaypointMarker.tsx"() {
7795
+ "components/game/atoms/WaypointMarker.tsx"() {
7582
7796
  init_cn();
7583
7797
  sizeMap10 = {
7584
7798
  sm: { dot: "w-4 h-4", ring: "w-6 h-6", label: "text-xs mt-1" },
@@ -7645,7 +7859,7 @@ function StatusEffect({
7645
7859
  }
7646
7860
  var sizeMap11, variantStyles7;
7647
7861
  var init_StatusEffect = __esm({
7648
- "components/atoms/game/StatusEffect.tsx"() {
7862
+ "components/game/atoms/StatusEffect.tsx"() {
7649
7863
  init_cn();
7650
7864
  sizeMap11 = {
7651
7865
  sm: { container: "w-8 h-8", icon: "text-sm", badge: "text-xs -top-1 -right-1 w-4 h-4", timer: "text-[9px]" },
@@ -7686,7 +7900,7 @@ function DamageNumber({
7686
7900
  }
7687
7901
  var sizeMap12, typeStyles, floatKeyframes;
7688
7902
  var init_DamageNumber = __esm({
7689
- "components/atoms/game/DamageNumber.tsx"() {
7903
+ "components/game/atoms/DamageNumber.tsx"() {
7690
7904
  init_cn();
7691
7905
  sizeMap12 = {
7692
7906
  sm: "text-sm",
@@ -7742,7 +7956,7 @@ function DialogueBubble({
7742
7956
  );
7743
7957
  }
7744
7958
  var init_DialogueBubble = __esm({
7745
- "components/atoms/game/DialogueBubble.tsx"() {
7959
+ "components/game/atoms/DialogueBubble.tsx"() {
7746
7960
  init_cn();
7747
7961
  DialogueBubble.displayName = "DialogueBubble";
7748
7962
  }
@@ -7788,7 +8002,7 @@ function ChoiceButton({
7788
8002
  );
7789
8003
  }
7790
8004
  var init_ChoiceButton = __esm({
7791
- "components/atoms/game/ChoiceButton.tsx"() {
8005
+ "components/game/atoms/ChoiceButton.tsx"() {
7792
8006
  init_cn();
7793
8007
  ChoiceButton.displayName = "ChoiceButton";
7794
8008
  }
@@ -7854,7 +8068,7 @@ function ActionButton({
7854
8068
  }
7855
8069
  var sizeMap13, variantStyles8;
7856
8070
  var init_ActionButton = __esm({
7857
- "components/atoms/game/ActionButton.tsx"() {
8071
+ "components/game/atoms/ActionButton.tsx"() {
7858
8072
  init_cn();
7859
8073
  init_Icon();
7860
8074
  sizeMap13 = {
@@ -7957,22 +8171,22 @@ function MiniMap({
7957
8171
  );
7958
8172
  }
7959
8173
  var init_MiniMap = __esm({
7960
- "components/atoms/game/MiniMap.tsx"() {
8174
+ "components/game/atoms/MiniMap.tsx"() {
7961
8175
  "use client";
7962
8176
  init_cn();
7963
8177
  MiniMap.displayName = "MiniMap";
7964
8178
  }
7965
8179
  });
7966
8180
 
7967
- // components/atoms/game/index.ts
7968
- var init_game = __esm({
7969
- "components/atoms/game/index.ts"() {
8181
+ // components/game/atoms/index.ts
8182
+ var init_atoms = __esm({
8183
+ "components/game/atoms/index.ts"() {
7970
8184
  }
7971
8185
  });
7972
8186
 
7973
- // components/atoms/index.ts
7974
- var init_atoms = __esm({
7975
- "components/atoms/index.ts"() {
8187
+ // components/core/atoms/index.ts
8188
+ var init_atoms2 = __esm({
8189
+ "components/core/atoms/index.ts"() {
7976
8190
  init_svg();
7977
8191
  init_Button();
7978
8192
  init_Input();
@@ -7989,146 +8203,15 @@ var init_atoms = __esm({
7989
8203
  init_Stack();
7990
8204
  init_Typography();
7991
8205
  init_ThemeToggle();
7992
- init_game();
7993
- }
7994
- });
7995
-
7996
- // locales/en.json
7997
- var en_default;
7998
- var init_en = __esm({
7999
- "locales/en.json"() {
8000
- en_default = {
8001
- $meta: { locale: "en", direction: "ltr" },
8002
- "common.save": "Save",
8003
- "common.cancel": "Cancel",
8004
- "common.delete": "Delete",
8005
- "common.close": "Close",
8006
- "common.confirm": "Are you sure?",
8007
- "common.create": "Create",
8008
- "common.edit": "Edit",
8009
- "common.view": "View",
8010
- "common.add": "Add",
8011
- "common.remove": "Remove",
8012
- "common.search": "Search...",
8013
- "common.filter": "Filter",
8014
- "common.actions": "Actions",
8015
- "common.yes": "Yes",
8016
- "common.no": "No",
8017
- "common.selected": "selected",
8018
- "common.ok": "OK",
8019
- "common.done": "Done",
8020
- "common.apply": "Apply",
8021
- "common.reset": "Reset",
8022
- "common.refresh": "Refresh",
8023
- "common.export": "Export",
8024
- "common.import": "Import",
8025
- "common.copy": "Copy",
8026
- "common.settings": "Settings",
8027
- "nav.previous": "Previous",
8028
- "nav.next": "Next",
8029
- "nav.back": "Back",
8030
- "nav.home": "Home",
8031
- "form.submit": "Submit",
8032
- "form.saving": "Saving...",
8033
- "form.required": "This field is required",
8034
- "form.invalidEmail": "Enter a valid email address",
8035
- "form.selectPlaceholder": "Select {{label}}...",
8036
- "form.searchPlaceholder": "Search {{entity}}...",
8037
- "table.empty.title": "No items found",
8038
- "table.empty.description": "No items to display.",
8039
- "table.search.placeholder": "Search...",
8040
- "table.pagination.showing": "Showing {{start}} to {{end}} of {{total}} results",
8041
- "table.pagination.page": "Page {{page}} of {{totalPages}}",
8042
- "table.bulk.selected": "{{count}} selected",
8043
- "table.loading": "Loading...",
8044
- "status.loading": "Loading...",
8045
- "status.scheduled": "Scheduled",
8046
- "status.inProgress": "In Progress",
8047
- "status.completed": "Completed",
8048
- "status.cancelled": "Cancelled",
8049
- "status.pending": "Pending",
8050
- "status.active": "Active",
8051
- "status.inactive": "Inactive",
8052
- "status.draft": "Draft",
8053
- "status.archived": "Archived",
8054
- "error.generic": "Something went wrong",
8055
- "error.retry": "Try again",
8056
- "error.notFound": "Not found",
8057
- "error.loadFailed": "Failed to load: {{message}}",
8058
- "error.configMissing": "Configuration not found for: {{id}}",
8059
- "common.loading": "Loading...",
8060
- "common.showMore": "Show More",
8061
- "common.showLess": "Show Less",
8062
- "common.noResults": "No results found",
8063
- "common.saveChanges": "Save Changes",
8064
- "common.retry": "Retry",
8065
- "common.open": "Open",
8066
- "common.back": "Back",
8067
- "empty.noItems": "No items",
8068
- "empty.noData": "No data available",
8069
- "empty.noItemsYet": "No items yet",
8070
- "empty.noItemsAdded": "No items added yet",
8071
- "empty.noOptionsFound": "No options found",
8072
- "list.addItemPlaceholder": "Add new item...",
8073
- "error.occurred": "An error occurred",
8074
- "error.failedToLoad": "Failed to load data",
8075
- "wizard.back": "Back",
8076
- "wizard.next": "Next",
8077
- "wizard.complete": "Complete",
8078
- "wizard.stepOf": "Step {{current}} of {{total}}",
8079
- "pagination.previous": "Previous",
8080
- "pagination.next": "Next",
8081
- "pagination.total": "Total:",
8082
- "pagination.show": "Show:",
8083
- "pagination.goTo": "Go to:",
8084
- "pagination.go": "Go",
8085
- "auth.signIn": "Sign in",
8086
- "auth.signOut": "Sign out",
8087
- "dialog.confirm": "Confirm",
8088
- "dialog.cancel": "Cancel",
8089
- "dialog.loading": "Loading...",
8090
- "dialog.delete.title": "Delete {{item}}?",
8091
- "dialog.delete.message": "This action cannot be undone.",
8092
- "trait.availableActions": "Available Actions",
8093
- "trait.transitions": "Transitions",
8094
- "trait.availableNow": "Available now",
8095
- "book.startReading": "Start Reading",
8096
- "book.tableOfContents": "Table of Contents",
8097
- "book.partNumber": "Part {{number}}",
8098
- "book.print": "Print",
8099
- "book.previousPage": "Previous page",
8100
- "book.nextPage": "Next page",
8101
- "quiz.showAnswer": "Show answer",
8102
- "quiz.hideAnswer": "Hide answer"
8103
- };
8104
- }
8105
- });
8106
- function useTranslate() {
8107
- return React85.useContext(I18nContext);
8108
- }
8109
- var _meta, coreMessages, coreLocale, I18nContext;
8110
- var init_useTranslate = __esm({
8111
- "hooks/useTranslate.ts"() {
8112
- "use client";
8113
- init_en();
8114
- ({ $meta: _meta, ...coreMessages } = en_default);
8115
- coreLocale = coreMessages;
8116
- I18nContext = React85.createContext({
8117
- locale: "en",
8118
- direction: "ltr",
8119
- t: (key) => coreLocale[key] ?? key
8120
- // core locale fallback
8121
- });
8122
- I18nContext.displayName = "I18nContext";
8123
- I18nContext.Provider;
8206
+ init_atoms();
8124
8207
  }
8125
8208
  });
8126
8209
  var ErrorState;
8127
8210
  var init_ErrorState = __esm({
8128
- "components/molecules/ErrorState.tsx"() {
8211
+ "components/core/molecules/ErrorState.tsx"() {
8129
8212
  "use client";
8130
8213
  init_cn();
8131
- init_atoms();
8214
+ init_atoms2();
8132
8215
  init_Box();
8133
8216
  init_Stack();
8134
8217
  init_Typography();
@@ -8171,12 +8254,24 @@ var init_ErrorState = __esm({
8171
8254
  ErrorState.displayName = "ErrorState";
8172
8255
  }
8173
8256
  });
8174
- var ErrorBoundary;
8257
+ var DefaultFallback, ErrorBoundary;
8175
8258
  var init_ErrorBoundary = __esm({
8176
- "components/molecules/ErrorBoundary.tsx"() {
8259
+ "components/core/molecules/ErrorBoundary.tsx"() {
8177
8260
  "use client";
8178
8261
  init_cn();
8179
8262
  init_ErrorState();
8263
+ init_useTranslate();
8264
+ DefaultFallback = ({ error, onRetry }) => {
8265
+ const { t } = useTranslate();
8266
+ return /* @__PURE__ */ jsxRuntime.jsx(
8267
+ ErrorState,
8268
+ {
8269
+ title: t("error.somethingWentWrong"),
8270
+ message: error.message,
8271
+ onRetry
8272
+ }
8273
+ );
8274
+ };
8180
8275
  ErrorBoundary = class extends React85__namespace.default.Component {
8181
8276
  constructor(props) {
8182
8277
  super(props);
@@ -8195,27 +8290,11 @@ var init_ErrorBoundary = __esm({
8195
8290
  const { error } = this.state;
8196
8291
  const { children, fallback, className } = this.props;
8197
8292
  if (error) {
8198
- const wrapper = className ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(className), children: this.renderFallback(error, fallback) }) : this.renderFallback(error, fallback);
8199
- return wrapper;
8293
+ const fallbackNode = typeof fallback === "function" ? fallback(error, this.reset) : fallback || /* @__PURE__ */ jsxRuntime.jsx(DefaultFallback, { error, onRetry: this.reset });
8294
+ return className ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(className), children: fallbackNode }) : fallbackNode;
8200
8295
  }
8201
8296
  return children;
8202
8297
  }
8203
- renderFallback(error, fallback) {
8204
- if (typeof fallback === "function") {
8205
- return fallback(error, this.reset);
8206
- }
8207
- if (fallback) {
8208
- return fallback;
8209
- }
8210
- return /* @__PURE__ */ jsxRuntime.jsx(
8211
- ErrorState,
8212
- {
8213
- title: "Something went wrong",
8214
- message: error.message,
8215
- onRetry: this.reset
8216
- }
8217
- );
8218
- }
8219
8298
  };
8220
8299
  __publicField(ErrorBoundary, "displayName", "ErrorBoundary");
8221
8300
  }
@@ -8328,7 +8407,7 @@ function Skeleton({
8328
8407
  }
8329
8408
  var pulseClass;
8330
8409
  var init_Skeleton = __esm({
8331
- "components/molecules/Skeleton.tsx"() {
8410
+ "components/core/molecules/Skeleton.tsx"() {
8332
8411
  "use client";
8333
8412
  init_cn();
8334
8413
  init_useTranslate();
@@ -8827,7 +8906,7 @@ var init_wrapCallbackForEvent = __esm({
8827
8906
  });
8828
8907
  var sizeStyles8, paddingStyles3, Container;
8829
8908
  var init_Container = __esm({
8830
- "components/molecules/Container.tsx"() {
8909
+ "components/core/molecules/Container.tsx"() {
8831
8910
  init_cn();
8832
8911
  sizeStyles8 = {
8833
8912
  xs: "max-w-xs",
@@ -8881,7 +8960,7 @@ var init_Container = __esm({
8881
8960
  });
8882
8961
  var InstallBox;
8883
8962
  var init_InstallBox = __esm({
8884
- "components/molecules/InstallBox.tsx"() {
8963
+ "components/marketing/molecules/InstallBox.tsx"() {
8885
8964
  "use client";
8886
8965
  init_cn();
8887
8966
  init_Box();
@@ -8938,7 +9017,7 @@ var init_InstallBox = __esm({
8938
9017
  });
8939
9018
  var tagVariantMap, MarketingImage, HeroSection;
8940
9019
  var init_HeroSection = __esm({
8941
- "components/molecules/HeroSection.tsx"() {
9020
+ "components/marketing/molecules/HeroSection.tsx"() {
8942
9021
  "use client";
8943
9022
  init_cn();
8944
9023
  init_Box();
@@ -9115,7 +9194,7 @@ var init_HeroSection = __esm({
9115
9194
  });
9116
9195
  var maxWidthMap, ArticleSection;
9117
9196
  var init_ArticleSection = __esm({
9118
- "components/molecules/ArticleSection.tsx"() {
9197
+ "components/marketing/molecules/ArticleSection.tsx"() {
9119
9198
  "use client";
9120
9199
  init_cn();
9121
9200
  init_Box();
@@ -9152,7 +9231,7 @@ var init_ArticleSection = __esm({
9152
9231
  });
9153
9232
  var TeamCard;
9154
9233
  var init_TeamCard = __esm({
9155
- "components/molecules/TeamCard.tsx"() {
9234
+ "components/marketing/molecules/TeamCard.tsx"() {
9156
9235
  "use client";
9157
9236
  init_cn();
9158
9237
  init_Box();
@@ -9191,7 +9270,7 @@ var init_TeamCard = __esm({
9191
9270
  });
9192
9271
  var gapStyles2, colStyles, SimpleGrid;
9193
9272
  var init_SimpleGrid = __esm({
9194
- "components/molecules/SimpleGrid.tsx"() {
9273
+ "components/core/molecules/SimpleGrid.tsx"() {
9195
9274
  init_Box();
9196
9275
  init_cn();
9197
9276
  gapStyles2 = {
@@ -9241,7 +9320,7 @@ var init_SimpleGrid = __esm({
9241
9320
  });
9242
9321
  var CaseStudyCard;
9243
9322
  var init_CaseStudyCard = __esm({
9244
- "components/molecules/CaseStudyCard.tsx"() {
9323
+ "components/marketing/molecules/CaseStudyCard.tsx"() {
9245
9324
  "use client";
9246
9325
  init_cn();
9247
9326
  init_Card();
@@ -9292,7 +9371,7 @@ var init_CaseStudyCard = __esm({
9292
9371
  });
9293
9372
  var CTABanner;
9294
9373
  var init_CTABanner = __esm({
9295
- "components/molecules/CTABanner.tsx"() {
9374
+ "components/marketing/molecules/CTABanner.tsx"() {
9296
9375
  "use client";
9297
9376
  init_cn();
9298
9377
  init_Box();
@@ -9362,8 +9441,9 @@ var init_CTABanner = __esm({
9362
9441
  });
9363
9442
  var AboutPageTemplate;
9364
9443
  var init_AboutPageTemplate = __esm({
9365
- "components/templates/AboutPageTemplate.tsx"() {
9444
+ "components/marketing/templates/AboutPageTemplate.tsx"() {
9366
9445
  init_cn();
9446
+ init_useTranslate();
9367
9447
  init_Stack();
9368
9448
  init_Box();
9369
9449
  init_Typography();
@@ -9379,6 +9459,7 @@ var init_AboutPageTemplate = __esm({
9379
9459
  entity,
9380
9460
  className
9381
9461
  }) => {
9462
+ const { t } = useTranslate();
9382
9463
  const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
9383
9464
  if (!resolved) return null;
9384
9465
  return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
@@ -9403,7 +9484,7 @@ var init_AboutPageTemplate = __esm({
9403
9484
  `article-${index}`
9404
9485
  )),
9405
9486
  resolved.team && resolved.team.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
9406
- /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "Our Team" }),
9487
+ /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.ourTeam") }),
9407
9488
  /* @__PURE__ */ jsxRuntime.jsx(
9408
9489
  SimpleGrid,
9409
9490
  {
@@ -9424,7 +9505,7 @@ var init_AboutPageTemplate = __esm({
9424
9505
  )
9425
9506
  ] }) }) }),
9426
9507
  resolved.caseStudies && resolved.caseStudies.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
9427
- /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "Case Studies" }),
9508
+ /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.caseStudies") }),
9428
9509
  /* @__PURE__ */ jsxRuntime.jsx(
9429
9510
  SimpleGrid,
9430
9511
  {
@@ -9460,13 +9541,14 @@ var init_AboutPageTemplate = __esm({
9460
9541
  });
9461
9542
  var variantBorderClasses, variantIconColors, iconMap2, Alert;
9462
9543
  var init_Alert = __esm({
9463
- "components/molecules/Alert.tsx"() {
9544
+ "components/core/molecules/Alert.tsx"() {
9464
9545
  "use client";
9465
9546
  init_cn();
9466
9547
  init_Box();
9467
9548
  init_Icon();
9468
9549
  init_Typography();
9469
9550
  init_useEventBus();
9551
+ init_useTranslate();
9470
9552
  variantBorderClasses = {
9471
9553
  info: "border-info",
9472
9554
  success: "border-success",
@@ -9498,6 +9580,7 @@ var init_Alert = __esm({
9498
9580
  dismissEvent
9499
9581
  }) => {
9500
9582
  const eventBus = useEventBus();
9583
+ const { t } = useTranslate();
9501
9584
  const handleDismissCallback = onDismiss || onClose;
9502
9585
  const handleDismiss = () => {
9503
9586
  if (dismissEvent) eventBus.emit(`UI:${dismissEvent}`, {});
@@ -9537,7 +9620,7 @@ var init_Alert = __esm({
9537
9620
  "flex-shrink-0 p-1 transition-colors rounded-sm",
9538
9621
  "hover:bg-muted"
9539
9622
  ),
9540
- "aria-label": "Dismiss alert",
9623
+ "aria-label": t("aria.closeAlert"),
9541
9624
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "x", size: "sm" })
9542
9625
  }
9543
9626
  )
@@ -9550,7 +9633,7 @@ var init_Alert = __esm({
9550
9633
  });
9551
9634
  var positionClasses, arrowClasses, Tooltip;
9552
9635
  var init_Tooltip = __esm({
9553
- "components/molecules/Tooltip.tsx"() {
9636
+ "components/core/molecules/Tooltip.tsx"() {
9554
9637
  "use client";
9555
9638
  init_Typography();
9556
9639
  init_cn();
@@ -9685,7 +9768,7 @@ function computePopoverStyle(position, triggerRect, popoverWidth) {
9685
9768
  }
9686
9769
  var positionClasses2, arrowClasses2, VIEWPORT_EDGE_PADDING, Popover;
9687
9770
  var init_Popover = __esm({
9688
- "components/molecules/Popover.tsx"() {
9771
+ "components/core/molecules/Popover.tsx"() {
9689
9772
  "use client";
9690
9773
  init_Typography();
9691
9774
  init_cn();
@@ -9816,7 +9899,7 @@ var init_Popover = __esm({
9816
9899
  });
9817
9900
  var Menu;
9818
9901
  var init_Menu = __esm({
9819
- "components/molecules/Menu.tsx"() {
9902
+ "components/core/molecules/Menu.tsx"() {
9820
9903
  "use client";
9821
9904
  init_Box();
9822
9905
  init_Icon();
@@ -10004,7 +10087,7 @@ function normalizeItem(item, index) {
10004
10087
  }
10005
10088
  var Accordion;
10006
10089
  var init_Accordion = __esm({
10007
- "components/molecules/Accordion.tsx"() {
10090
+ "components/core/molecules/Accordion.tsx"() {
10008
10091
  "use client";
10009
10092
  init_Icon();
10010
10093
  init_Typography();
@@ -10105,7 +10188,7 @@ var init_Accordion = __esm({
10105
10188
  });
10106
10189
  var FloatingActionButton;
10107
10190
  var init_FloatingActionButton = __esm({
10108
- "components/molecules/FloatingActionButton.tsx"() {
10191
+ "components/core/molecules/FloatingActionButton.tsx"() {
10109
10192
  "use client";
10110
10193
  init_Button();
10111
10194
  init_Box();
@@ -10273,7 +10356,7 @@ function MapView(props) {
10273
10356
  }
10274
10357
  var MapViewImpl;
10275
10358
  var init_MapView = __esm({
10276
- "components/molecules/MapView.tsx"() {
10359
+ "components/core/molecules/MapView.tsx"() {
10277
10360
  "use client";
10278
10361
  init_Box();
10279
10362
  init_cn();
@@ -10811,7 +10894,7 @@ function MapViewPattern({
10811
10894
  );
10812
10895
  }
10813
10896
  var init_ComponentPatterns = __esm({
10814
- "components/organisms/ComponentPatterns.tsx"() {
10897
+ "components/core/organisms/ComponentPatterns.tsx"() {
10815
10898
  "use client";
10816
10899
  init_useEventBus();
10817
10900
  init_Button();
@@ -10971,7 +11054,7 @@ function ActionButtons({
10971
11054
  }
10972
11055
  var sizeMap14, layoutMap;
10973
11056
  var init_ActionButtons = __esm({
10974
- "components/molecules/game/ActionButtons.tsx"() {
11057
+ "components/game/molecules/ActionButtons.tsx"() {
10975
11058
  "use client";
10976
11059
  init_cn();
10977
11060
  init_useEventBus();
@@ -11032,8 +11115,8 @@ function ActionTile({
11032
11115
  }
11033
11116
  var DRAG_MIME, SIZE_CONFIG;
11034
11117
  var init_ActionTile = __esm({
11035
- "components/organisms/game/puzzles/sequencer/ActionTile.tsx"() {
11036
- init_atoms();
11118
+ "components/game/organisms/puzzles/sequencer/ActionTile.tsx"() {
11119
+ init_atoms2();
11037
11120
  init_cn();
11038
11121
  init_useTranslate();
11039
11122
  DRAG_MIME = "application/x-almadar-slot-item";
@@ -11070,8 +11153,8 @@ function ActionPalette({
11070
11153
  ] });
11071
11154
  }
11072
11155
  var init_ActionPalette = __esm({
11073
- "components/organisms/game/puzzles/sequencer/ActionPalette.tsx"() {
11074
- init_atoms();
11156
+ "components/game/organisms/puzzles/sequencer/ActionPalette.tsx"() {
11157
+ init_atoms2();
11075
11158
  init_cn();
11076
11159
  init_useTranslate();
11077
11160
  init_ActionTile();
@@ -11080,7 +11163,7 @@ var init_ActionPalette = __esm({
11080
11163
  });
11081
11164
  var AuthLayout;
11082
11165
  var init_AuthLayout = __esm({
11083
- "components/templates/AuthLayout.tsx"() {
11166
+ "components/core/templates/AuthLayout.tsx"() {
11084
11167
  "use client";
11085
11168
  init_cn();
11086
11169
  init_useTranslate();
@@ -11222,10 +11305,10 @@ var init_AuthLayout = __esm({
11222
11305
  });
11223
11306
  var LoadingState;
11224
11307
  var init_LoadingState = __esm({
11225
- "components/molecules/LoadingState.tsx"() {
11308
+ "components/core/molecules/LoadingState.tsx"() {
11226
11309
  "use client";
11227
11310
  init_cn();
11228
- init_atoms();
11311
+ init_atoms2();
11229
11312
  init_Stack();
11230
11313
  init_Typography();
11231
11314
  init_useTranslate();
@@ -11521,7 +11604,7 @@ function useImageCache(urls) {
11521
11604
  };
11522
11605
  }
11523
11606
  var init_useImageCache = __esm({
11524
- "components/organisms/game/hooks/useImageCache.ts"() {
11607
+ "components/game/organisms/hooks/useImageCache.ts"() {
11525
11608
  "use client";
11526
11609
  init_verificationRegistry();
11527
11610
  }
@@ -11600,12 +11683,12 @@ function useCamera() {
11600
11683
  };
11601
11684
  }
11602
11685
  var init_useCamera = __esm({
11603
- "components/organisms/game/hooks/useCamera.ts"() {
11686
+ "components/game/organisms/hooks/useCamera.ts"() {
11604
11687
  "use client";
11605
11688
  }
11606
11689
  });
11607
11690
 
11608
- // components/organisms/game/utils/isometric.ts
11691
+ // components/game/organisms/utils/isometric.ts
11609
11692
  function isoToScreen(tileX, tileY, scale, baseOffsetX) {
11610
11693
  const scaledTileWidth = TILE_WIDTH * scale;
11611
11694
  const scaledFloorHeight = FLOOR_HEIGHT * scale;
@@ -11623,7 +11706,7 @@ function screenToIso(screenX, screenY, scale, baseOffsetX) {
11623
11706
  }
11624
11707
  var TILE_WIDTH, TILE_HEIGHT, FLOOR_HEIGHT, DIAMOND_TOP_Y, FEATURE_COLORS;
11625
11708
  var init_isometric = __esm({
11626
- "components/organisms/game/utils/isometric.ts"() {
11709
+ "components/game/organisms/utils/isometric.ts"() {
11627
11710
  TILE_WIDTH = 256;
11628
11711
  TILE_HEIGHT = 512;
11629
11712
  FLOOR_HEIGHT = 128;
@@ -12381,7 +12464,7 @@ function IsometricCanvas({
12381
12464
  }
12382
12465
  var IsometricCanvas_default;
12383
12466
  var init_IsometricCanvas = __esm({
12384
- "components/molecules/game/IsometricCanvas.tsx"() {
12467
+ "components/game/molecules/IsometricCanvas.tsx"() {
12385
12468
  "use client";
12386
12469
  init_cn();
12387
12470
  init_useEventBus();
@@ -12401,9 +12484,9 @@ var init_IsometricCanvas = __esm({
12401
12484
  }
12402
12485
  });
12403
12486
 
12404
- // components/organisms/game/IsometricCanvas.tsx
12487
+ // components/game/organisms/IsometricCanvas.tsx
12405
12488
  var init_IsometricCanvas2 = __esm({
12406
- "components/organisms/game/IsometricCanvas.tsx"() {
12489
+ "components/game/organisms/IsometricCanvas.tsx"() {
12407
12490
  init_IsometricCanvas();
12408
12491
  }
12409
12492
  });
@@ -12745,7 +12828,7 @@ function BattleBoard({
12745
12828
  ] });
12746
12829
  }
12747
12830
  var init_BattleBoard = __esm({
12748
- "components/organisms/game/BattleBoard.tsx"() {
12831
+ "components/game/organisms/BattleBoard.tsx"() {
12749
12832
  "use client";
12750
12833
  init_cn();
12751
12834
  init_useEventBus();
@@ -12785,13 +12868,13 @@ function BattleTemplate({
12785
12868
  );
12786
12869
  }
12787
12870
  var init_BattleTemplate = __esm({
12788
- "components/templates/BattleTemplate.tsx"() {
12871
+ "components/game/templates/BattleTemplate.tsx"() {
12789
12872
  init_BattleBoard();
12790
12873
  BattleTemplate.displayName = "BattleTemplate";
12791
12874
  }
12792
12875
  });
12793
12876
 
12794
- // components/atoms/avl/types.ts
12877
+ // components/avl/atoms/types.ts
12795
12878
  function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitionCount) {
12796
12879
  if (isInitial) return "initial";
12797
12880
  if (isTerminal) return "terminal";
@@ -12801,7 +12884,7 @@ function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitio
12801
12884
  }
12802
12885
  var STATE_COLORS, EFFECT_CATEGORY_COLORS, EFFECT_TYPE_TO_CATEGORY, CONNECTION_COLORS;
12803
12886
  var init_types = __esm({
12804
- "components/atoms/avl/types.ts"() {
12887
+ "components/avl/atoms/types.ts"() {
12805
12888
  STATE_COLORS = {
12806
12889
  initial: { fill: "#22C55E1F", border: "#16A34A" },
12807
12890
  terminal: { fill: "#EF44441F", border: "#DC2626" },
@@ -12848,7 +12931,7 @@ function computeWidth(explicit, transitionCount) {
12848
12931
  }
12849
12932
  var AvlState;
12850
12933
  var init_AvlState = __esm({
12851
- "components/atoms/avl/AvlState.tsx"() {
12934
+ "components/avl/atoms/AvlState.tsx"() {
12852
12935
  "use client";
12853
12936
  init_types();
12854
12937
  AvlState = ({
@@ -13029,7 +13112,7 @@ function effectIcon(type, x, y, s, color) {
13029
13112
  }
13030
13113
  var AvlEffect;
13031
13114
  var init_AvlEffect = __esm({
13032
- "components/atoms/avl/AvlEffect.tsx"() {
13115
+ "components/avl/atoms/AvlEffect.tsx"() {
13033
13116
  "use client";
13034
13117
  init_types();
13035
13118
  AvlEffect = ({
@@ -13073,7 +13156,7 @@ var init_AvlEffect = __esm({
13073
13156
  });
13074
13157
  var MAX_VISIBLE_EFFECTS, AvlTransitionLane;
13075
13158
  var init_AvlTransitionLane = __esm({
13076
- "components/molecules/avl/AvlTransitionLane.tsx"() {
13159
+ "components/avl/molecules/AvlTransitionLane.tsx"() {
13077
13160
  "use client";
13078
13161
  init_AvlEffect();
13079
13162
  init_types();
@@ -13209,7 +13292,7 @@ var init_AvlTransitionLane = __esm({
13209
13292
  });
13210
13293
  var GUTTER_WIDTH, EVENT_SPACING, HEADER_Y, EVENT_START_Y, AvlSwimLane;
13211
13294
  var init_AvlSwimLane = __esm({
13212
- "components/molecules/avl/AvlSwimLane.tsx"() {
13295
+ "components/avl/molecules/AvlSwimLane.tsx"() {
13213
13296
  "use client";
13214
13297
  init_types();
13215
13298
  GUTTER_WIDTH = 120;
@@ -13499,7 +13582,7 @@ function edgePath(points) {
13499
13582
  }
13500
13583
  var STATE_H, elk;
13501
13584
  var init_avl_elk_layout = __esm({
13502
- "components/molecules/avl/avl-elk-layout.ts"() {
13585
+ "components/avl/molecules/avl-elk-layout.ts"() {
13503
13586
  init_types();
13504
13587
  STATE_H = 40;
13505
13588
  elk = new ELK__default.default();
@@ -13507,7 +13590,7 @@ var init_avl_elk_layout = __esm({
13507
13590
  });
13508
13591
  var log7, SWIM_GUTTER, CENTER_W, BehaviorView;
13509
13592
  var init_BehaviorView = __esm({
13510
- "components/molecules/avl/BehaviorView.tsx"() {
13593
+ "components/avl/molecules/BehaviorView.tsx"() {
13511
13594
  "use client";
13512
13595
  init_AvlState();
13513
13596
  init_AvlTransitionLane();
@@ -13623,7 +13706,7 @@ var init_BehaviorView = __esm({
13623
13706
  });
13624
13707
  var MIN_DIAGRAM_WIDTH, ScaledDiagram;
13625
13708
  var init_ScaledDiagram = __esm({
13626
- "components/molecules/ScaledDiagram.tsx"() {
13709
+ "components/core/molecules/ScaledDiagram.tsx"() {
13627
13710
  init_Box();
13628
13711
  init_useTranslate();
13629
13712
  init_cn();
@@ -13726,7 +13809,7 @@ var init_katex_min = __esm({
13726
13809
  });
13727
13810
  var MarkdownContent;
13728
13811
  var init_MarkdownContent = __esm({
13729
- "components/molecules/markdown/MarkdownContent.tsx"() {
13812
+ "components/core/molecules/markdown/MarkdownContent.tsx"() {
13730
13813
  init_katex_min();
13731
13814
  init_Box();
13732
13815
  init_useTranslate();
@@ -13871,7 +13954,7 @@ function computeFoldRegions(code) {
13871
13954
  }
13872
13955
  var orbStyleOverrides, orbStyle, loloStyleOverrides, loloStyle, log8, LINE_PROPS_FN, HIDDEN_LINE_NUMBERS, CodeBlock;
13873
13956
  var init_CodeBlock = __esm({
13874
- "components/molecules/markdown/CodeBlock.tsx"() {
13957
+ "components/core/molecules/markdown/CodeBlock.tsx"() {
13875
13958
  init_Box();
13876
13959
  init_Button();
13877
13960
  init_Badge();
@@ -14515,7 +14598,7 @@ function Card2({
14515
14598
  );
14516
14599
  }
14517
14600
  var init_Card2 = __esm({
14518
- "components/molecules/Card.tsx"() {
14601
+ "components/core/molecules/Card.tsx"() {
14519
14602
  "use client";
14520
14603
  init_useEventBus();
14521
14604
  init_useTranslate();
@@ -14525,7 +14608,7 @@ var init_Card2 = __esm({
14525
14608
  });
14526
14609
  var QuizBlock;
14527
14610
  var init_QuizBlock = __esm({
14528
- "components/molecules/QuizBlock.tsx"() {
14611
+ "components/core/molecules/QuizBlock.tsx"() {
14529
14612
  init_Card2();
14530
14613
  init_Stack();
14531
14614
  init_Typography();
@@ -14567,7 +14650,7 @@ var init_QuizBlock = __esm({
14567
14650
  });
14568
14651
  var StateNode, TransitionBundleArrow, BundleTooltip, EntityBox, OutputsBox, Legend, StateMachineView;
14569
14652
  var init_StateMachineView = __esm({
14570
- "components/organisms/StateMachineView.tsx"() {
14653
+ "components/core/organisms/StateMachineView.tsx"() {
14571
14654
  "use client";
14572
14655
  init_Box();
14573
14656
  init_Stack();
@@ -14977,7 +15060,7 @@ var init_StateMachineView = __esm({
14977
15060
  action: "TOOLTIP_CLOSE",
14978
15061
  className: "absolute -top-2 -right-2 w-6 h-6 rounded-full flex items-center justify-center hover:scale-110 transition-transform",
14979
15062
  style: { backgroundColor: "var(--color-error)", padding: 0 },
14980
- title: "Close",
15063
+ title: t("common.close"),
14981
15064
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { icon: LucideIcons2.X, size: "xs", style: { color: "var(--color-error-foreground)" } })
14982
15065
  }
14983
15066
  ),
@@ -15936,7 +16019,7 @@ function renderJazariGearNode(state, config) {
15936
16019
  }
15937
16020
  var JAZARI_VISUALIZER_CONFIG, GEAR_INNER_RADIUS, GEAR_NUM_TEETH, GEAR_TEETH_DEPTH, JazariStateMachine;
15938
16021
  var init_JazariStateMachine = __esm({
15939
- "components/molecules/JazariStateMachine.tsx"() {
16022
+ "components/core/molecules/JazariStateMachine.tsx"() {
15940
16023
  "use client";
15941
16024
  init_Box();
15942
16025
  init_Typography();
@@ -16093,7 +16176,7 @@ var init_parseContentSegments = __esm({
16093
16176
  });
16094
16177
  var ContentRenderer;
16095
16178
  var init_ContentRenderer = __esm({
16096
- "components/molecules/ContentRenderer.tsx"() {
16179
+ "components/core/molecules/ContentRenderer.tsx"() {
16097
16180
  init_Stack();
16098
16181
  init_MarkdownContent();
16099
16182
  init_CodeBlock();
@@ -16188,7 +16271,7 @@ var init_ContentRenderer = __esm({
16188
16271
  });
16189
16272
  var BookChapterView;
16190
16273
  var init_BookChapterView = __esm({
16191
- "components/organisms/book/BookChapterView.tsx"() {
16274
+ "components/marketing/organisms/book/BookChapterView.tsx"() {
16192
16275
  init_Stack();
16193
16276
  init_Typography();
16194
16277
  init_Divider();
@@ -16229,7 +16312,7 @@ var init_BookChapterView = __esm({
16229
16312
  });
16230
16313
  var BookCoverPage;
16231
16314
  var init_BookCoverPage = __esm({
16232
- "components/organisms/book/BookCoverPage.tsx"() {
16315
+ "components/marketing/organisms/book/BookCoverPage.tsx"() {
16233
16316
  init_Stack();
16234
16317
  init_Typography();
16235
16318
  init_Button();
@@ -16308,7 +16391,7 @@ var init_BookCoverPage = __esm({
16308
16391
  });
16309
16392
  var BookNavBar;
16310
16393
  var init_BookNavBar = __esm({
16311
- "components/organisms/book/BookNavBar.tsx"() {
16394
+ "components/marketing/organisms/book/BookNavBar.tsx"() {
16312
16395
  init_Stack();
16313
16396
  init_Button();
16314
16397
  init_Typography();
@@ -16410,7 +16493,7 @@ var init_BookNavBar = __esm({
16410
16493
  });
16411
16494
  var BookTableOfContents;
16412
16495
  var init_BookTableOfContents = __esm({
16413
- "components/organisms/book/BookTableOfContents.tsx"() {
16496
+ "components/marketing/organisms/book/BookTableOfContents.tsx"() {
16414
16497
  init_Stack();
16415
16498
  init_Typography();
16416
16499
  init_Button();
@@ -16467,10 +16550,10 @@ var init_BookTableOfContents = __esm({
16467
16550
  });
16468
16551
  var ICON_NAME_ALIASES, lookStyles3, EmptyState;
16469
16552
  var init_EmptyState = __esm({
16470
- "components/molecules/EmptyState.tsx"() {
16553
+ "components/core/molecules/EmptyState.tsx"() {
16471
16554
  "use client";
16472
16555
  init_cn();
16473
- init_atoms();
16556
+ init_atoms2();
16474
16557
  init_Box();
16475
16558
  init_Icon();
16476
16559
  init_Stack();
@@ -16571,7 +16654,7 @@ var init_EmptyState = __esm({
16571
16654
  }
16572
16655
  });
16573
16656
 
16574
- // components/organisms/book/types.ts
16657
+ // components/core/organisms/book/types.ts
16575
16658
  function resolveFieldMap(fieldMap) {
16576
16659
  if (!fieldMap) return IDENTITY_BOOK_FIELDS;
16577
16660
  if (typeof fieldMap === "string") return FIELD_MAP_REGISTRY[fieldMap] ?? IDENTITY_BOOK_FIELDS;
@@ -16604,7 +16687,7 @@ function mapBookData(raw, fields = IDENTITY_BOOK_FIELDS) {
16604
16687
  }
16605
16688
  var IDENTITY_BOOK_FIELDS, AR_BOOK_FIELDS, FIELD_MAP_REGISTRY;
16606
16689
  var init_types2 = __esm({
16607
- "components/organisms/book/types.ts"() {
16690
+ "components/core/organisms/book/types.ts"() {
16608
16691
  IDENTITY_BOOK_FIELDS = {
16609
16692
  title: "title",
16610
16693
  subtitle: "subtitle",
@@ -16643,7 +16726,7 @@ function flattenChapters(book) {
16643
16726
  }
16644
16727
  var PRINT_STYLES, BookViewer;
16645
16728
  var init_BookViewer = __esm({
16646
- "components/organisms/book/BookViewer.tsx"() {
16729
+ "components/marketing/organisms/book/BookViewer.tsx"() {
16647
16730
  init_Box();
16648
16731
  init_Stack();
16649
16732
  init_useEventBus();
@@ -16825,7 +16908,7 @@ function getColsClass(cols) {
16825
16908
  }
16826
16909
  var colStyles2, gapStyles3, rowGapStyles, colGapStyles, alignStyles2, justifyStyles2, flowStyles, Grid;
16827
16910
  var init_Grid = __esm({
16828
- "components/molecules/Grid.tsx"() {
16911
+ "components/core/molecules/Grid.tsx"() {
16829
16912
  init_cn();
16830
16913
  colStyles2 = {
16831
16914
  none: "grid-cols-none",
@@ -17032,7 +17115,7 @@ function DividerPattern({
17032
17115
  );
17033
17116
  }
17034
17117
  var init_LayoutPatterns = __esm({
17035
- "components/organisms/LayoutPatterns.tsx"() {
17118
+ "components/core/organisms/LayoutPatterns.tsx"() {
17036
17119
  init_Stack();
17037
17120
  init_Box();
17038
17121
  init_Grid();
@@ -17068,7 +17151,7 @@ function isRuleBroken(rule, questions) {
17068
17151
  }
17069
17152
  var END_OF_SURVEY, OPERATOR_OPTIONS, RuleRow, NODE_WIDTH, NODE_HEIGHT, NODE_GAP_Y, PADDING, LogicGraph, BranchingLogicBuilder;
17070
17153
  var init_BranchingLogicBuilder = __esm({
17071
- "components/molecules/BranchingLogicBuilder.tsx"() {
17154
+ "components/core/molecules/BranchingLogicBuilder.tsx"() {
17072
17155
  "use client";
17073
17156
  init_Select();
17074
17157
  init_Typography();
@@ -17508,12 +17591,13 @@ var init_BranchingLogicBuilder = __esm({
17508
17591
  });
17509
17592
  var Breadcrumb;
17510
17593
  var init_Breadcrumb = __esm({
17511
- "components/molecules/Breadcrumb.tsx"() {
17594
+ "components/core/molecules/Breadcrumb.tsx"() {
17512
17595
  "use client";
17513
17596
  init_Icon();
17514
17597
  init_Typography();
17515
17598
  init_cn();
17516
17599
  init_useEventBus();
17600
+ init_useTranslate();
17517
17601
  Breadcrumb = ({
17518
17602
  items,
17519
17603
  separator = "chevron-right",
@@ -17521,6 +17605,7 @@ var init_Breadcrumb = __esm({
17521
17605
  className
17522
17606
  }) => {
17523
17607
  const eventBus = useEventBus();
17608
+ const { t } = useTranslate();
17524
17609
  const displayItems = maxItems && items.length > maxItems ? [
17525
17610
  ...items.slice(0, 1),
17526
17611
  { label: "...", isCurrent: false },
@@ -17529,7 +17614,7 @@ var init_Breadcrumb = __esm({
17529
17614
  return /* @__PURE__ */ jsxRuntime.jsx(
17530
17615
  "nav",
17531
17616
  {
17532
- "aria-label": "Breadcrumb",
17617
+ "aria-label": t("aria.breadcrumb"),
17533
17618
  className: cn("flex items-center gap-2", className),
17534
17619
  children: /* @__PURE__ */ jsxRuntime.jsx("ol", { className: "flex items-center gap-2", children: displayItems.map((item, index) => {
17535
17620
  const isLast = index === displayItems.length - 1;
@@ -17745,8 +17830,8 @@ function BuilderBoard({
17745
17830
  );
17746
17831
  }
17747
17832
  var init_BuilderBoard = __esm({
17748
- "components/organisms/game/puzzles/builder/BuilderBoard.tsx"() {
17749
- init_atoms();
17833
+ "components/game/organisms/puzzles/builder/BuilderBoard.tsx"() {
17834
+ init_atoms2();
17750
17835
  init_useEventBus();
17751
17836
  init_useTranslate();
17752
17837
  BuilderBoard.displayName = "BuilderBoard";
@@ -17764,10 +17849,10 @@ function useSafeEventBus2() {
17764
17849
  }
17765
17850
  var log9, lookStyles4, ButtonGroup;
17766
17851
  var init_ButtonGroup = __esm({
17767
- "components/molecules/ButtonGroup.tsx"() {
17852
+ "components/core/molecules/ButtonGroup.tsx"() {
17768
17853
  "use client";
17769
17854
  init_cn();
17770
- init_atoms();
17855
+ init_atoms2();
17771
17856
  init_useEventBus();
17772
17857
  log9 = logger.createLogger("almadar:ui:button-group");
17773
17858
  lookStyles4 = {
@@ -18016,6 +18101,7 @@ function CalendarGrid({
18016
18101
  }) {
18017
18102
  const evs = Array.isArray(events2) ? events2 : events2 ? [events2] : [];
18018
18103
  const eventBus = useEventBus();
18104
+ const { t } = useTranslate();
18019
18105
  const longPressTimer = React85.useRef(null);
18020
18106
  const resolvedWeekStart = React85.useMemo(
18021
18107
  () => weekStart ? getStartOfWeek(weekStart) : getStartOfWeek(/* @__PURE__ */ new Date()),
@@ -18120,7 +18206,7 @@ function CalendarGrid({
18120
18206
  icon: "chevron-left",
18121
18207
  onClick: stepPrev,
18122
18208
  "aria-disabled": !canPrev || void 0,
18123
- "aria-label": "Previous days",
18209
+ "aria-label": t("aria.previousDays"),
18124
18210
  children: "Prev"
18125
18211
  }
18126
18212
  ),
@@ -18133,7 +18219,7 @@ function CalendarGrid({
18133
18219
  iconRight: "chevron-right",
18134
18220
  onClick: stepNext,
18135
18221
  "aria-disabled": !canNext || void 0,
18136
- "aria-label": "Next days",
18222
+ "aria-label": t("aria.nextDays"),
18137
18223
  children: "Next"
18138
18224
  }
18139
18225
  )
@@ -18213,7 +18299,7 @@ function CalendarGrid({
18213
18299
  }
18214
18300
  var SHORT_DATE;
18215
18301
  var init_CalendarGrid = __esm({
18216
- "components/molecules/CalendarGrid.tsx"() {
18302
+ "components/core/molecules/CalendarGrid.tsx"() {
18217
18303
  "use client";
18218
18304
  init_cn();
18219
18305
  init_Box();
@@ -18225,15 +18311,16 @@ var init_CalendarGrid = __esm({
18225
18311
  init_TimeSlotCell();
18226
18312
  init_useEventBus();
18227
18313
  init_useSwipeGesture();
18314
+ init_useTranslate();
18228
18315
  SHORT_DATE = { month: "short", day: "numeric" };
18229
18316
  CalendarGrid.displayName = "CalendarGrid";
18230
18317
  }
18231
18318
  });
18232
18319
 
18233
- // components/organisms/game/types/effects.ts
18320
+ // components/game/organisms/types/effects.ts
18234
18321
  var EMPTY_EFFECT_STATE;
18235
18322
  var init_effects = __esm({
18236
- "components/organisms/game/types/effects.ts"() {
18323
+ "components/game/organisms/types/effects.ts"() {
18237
18324
  EMPTY_EFFECT_STATE = {
18238
18325
  particles: [],
18239
18326
  sequences: [],
@@ -18242,7 +18329,7 @@ var init_effects = __esm({
18242
18329
  }
18243
18330
  });
18244
18331
 
18245
- // components/organisms/game/utils/canvasEffects.ts
18332
+ // components/game/organisms/utils/canvasEffects.ts
18246
18333
  function getOffscreenCtx(w, h) {
18247
18334
  if (!_offscreen) {
18248
18335
  if (typeof OffscreenCanvas !== "undefined") {
@@ -18438,13 +18525,13 @@ function getAllEffectSpriteUrls(manifest) {
18438
18525
  }
18439
18526
  var _offscreen, _offCtx;
18440
18527
  var init_canvasEffects = __esm({
18441
- "components/organisms/game/utils/canvasEffects.ts"() {
18528
+ "components/game/organisms/utils/canvasEffects.ts"() {
18442
18529
  _offscreen = null;
18443
18530
  _offCtx = null;
18444
18531
  }
18445
18532
  });
18446
18533
 
18447
- // components/organisms/game/utils/combatPresets.ts
18534
+ // components/game/organisms/utils/combatPresets.ts
18448
18535
  function p(manifest, key) {
18449
18536
  const particles = manifest.particles;
18450
18537
  if (!particles) return [];
@@ -19244,7 +19331,7 @@ function createCombatPresets(manifest) {
19244
19331
  }
19245
19332
  var PI2;
19246
19333
  var init_combatPresets = __esm({
19247
- "components/organisms/game/utils/combatPresets.ts"() {
19334
+ "components/game/organisms/utils/combatPresets.ts"() {
19248
19335
  PI2 = Math.PI;
19249
19336
  }
19250
19337
  });
@@ -19471,7 +19558,7 @@ function CanvasEffect(props) {
19471
19558
  }
19472
19559
  var ACTION_EMOJI;
19473
19560
  var init_CanvasEffect = __esm({
19474
- "components/organisms/game/CanvasEffect.tsx"() {
19561
+ "components/game/organisms/CanvasEffect.tsx"() {
19475
19562
  "use client";
19476
19563
  init_cn();
19477
19564
  init_useEventBus();
@@ -19524,7 +19611,7 @@ var init_getNestedValue = __esm({
19524
19611
  });
19525
19612
  var Pagination;
19526
19613
  var init_Pagination = __esm({
19527
- "components/molecules/Pagination.tsx"() {
19614
+ "components/core/molecules/Pagination.tsx"() {
19528
19615
  "use client";
19529
19616
  init_Button();
19530
19617
  init_Typography();
@@ -19732,13 +19819,13 @@ function statusVariant(value) {
19732
19819
  }
19733
19820
  var STATUS_FIELDS, gapStyles4, alignStyles3, CardGrid;
19734
19821
  var init_CardGrid = __esm({
19735
- "components/organisms/CardGrid.tsx"() {
19822
+ "components/core/organisms/CardGrid.tsx"() {
19736
19823
  "use client";
19737
19824
  init_cn();
19738
19825
  init_getNestedValue();
19739
19826
  init_useEventBus();
19740
19827
  init_useTranslate();
19741
- init_atoms();
19828
+ init_atoms2();
19742
19829
  init_Badge();
19743
19830
  init_Box();
19744
19831
  init_Typography();
@@ -19964,11 +20051,12 @@ function useSafeEventBus3() {
19964
20051
  }
19965
20052
  var Carousel;
19966
20053
  var init_Carousel = __esm({
19967
- "components/molecules/Carousel.tsx"() {
20054
+ "components/core/molecules/Carousel.tsx"() {
19968
20055
  "use client";
19969
20056
  init_cn();
19970
20057
  init_useEventBus();
19971
20058
  init_useSwipeGesture();
20059
+ init_useTranslate();
19972
20060
  init_Box();
19973
20061
  init_Stack();
19974
20062
  init_Button();
@@ -19989,6 +20077,7 @@ var init_Carousel = __esm({
19989
20077
  const scrollRef = React85.useRef(null);
19990
20078
  const autoPlayRef = React85.useRef(null);
19991
20079
  const eventBus = useSafeEventBus3();
20080
+ const { t } = useTranslate();
19992
20081
  const safeItems = items ?? [];
19993
20082
  const totalSlides = safeItems.length;
19994
20083
  const emitSlideChange = React85.useCallback(
@@ -20128,7 +20217,7 @@ var init_Carousel = __esm({
20128
20217
  variant: "ghost",
20129
20218
  size: "sm",
20130
20219
  onClick: goPrev,
20131
- "aria-label": "Previous slide",
20220
+ "aria-label": t("aria.previousSlide"),
20132
20221
  className: cn(
20133
20222
  "rounded-full",
20134
20223
  "bg-surface/80",
@@ -20152,7 +20241,7 @@ var init_Carousel = __esm({
20152
20241
  variant: "ghost",
20153
20242
  size: "sm",
20154
20243
  onClick: goNext,
20155
- "aria-label": "Next slide",
20244
+ "aria-label": t("aria.nextSlide"),
20156
20245
  className: cn(
20157
20246
  "rounded-full",
20158
20247
  "bg-surface/80",
@@ -20200,7 +20289,7 @@ var init_Carousel = __esm({
20200
20289
  });
20201
20290
  var CaseStudyOrganism;
20202
20291
  var init_CaseStudyOrganism = __esm({
20203
- "components/organisms/CaseStudyOrganism.tsx"() {
20292
+ "components/core/organisms/CaseStudyOrganism.tsx"() {
20204
20293
  "use client";
20205
20294
  init_cn();
20206
20295
  init_useEventBus();
@@ -20364,7 +20453,7 @@ function CastleBoard({
20364
20453
  ] });
20365
20454
  }
20366
20455
  var init_CastleBoard = __esm({
20367
- "components/organisms/game/CastleBoard.tsx"() {
20456
+ "components/game/organisms/CastleBoard.tsx"() {
20368
20457
  "use client";
20369
20458
  init_cn();
20370
20459
  init_useEventBus();
@@ -20393,17 +20482,17 @@ function CastleTemplate({
20393
20482
  );
20394
20483
  }
20395
20484
  var init_CastleTemplate = __esm({
20396
- "components/templates/CastleTemplate.tsx"() {
20485
+ "components/game/templates/CastleTemplate.tsx"() {
20397
20486
  init_CastleBoard();
20398
20487
  CastleTemplate.displayName = "CastleTemplate";
20399
20488
  }
20400
20489
  });
20401
20490
  var CHART_COLORS, seriesColor, monthFormatter, formatTimeLabel, BarChart, PieChart, LineChart, ScatterChart, LOOK_FROM_CHART_TYPE, Chart;
20402
20491
  var init_Chart = __esm({
20403
- "components/molecules/Chart.tsx"() {
20492
+ "components/core/molecules/Chart.tsx"() {
20404
20493
  "use client";
20405
20494
  init_cn();
20406
- init_atoms();
20495
+ init_atoms2();
20407
20496
  init_Stack();
20408
20497
  init_LoadingState();
20409
20498
  init_ErrorState();
@@ -21011,13 +21100,13 @@ var init_Chart = __esm({
21011
21100
  const firstSeriesData = normalizedSeries[0]?.data ?? [];
21012
21101
  const hasContent = resolvedLook === "scatter" ? (scatterData?.length ?? 0) > 0 : normalizedSeries.some((s) => s.data.length > 0);
21013
21102
  if (isLoading) {
21014
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading chart...", className });
21103
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
21015
21104
  }
21016
21105
  if (error) {
21017
21106
  return /* @__PURE__ */ jsxRuntime.jsx(
21018
21107
  ErrorState,
21019
21108
  {
21020
- title: "Chart error",
21109
+ title: t("display.chartError"),
21021
21110
  message: error.message,
21022
21111
  className
21023
21112
  }
@@ -21145,10 +21234,10 @@ var init_Chart = __esm({
21145
21234
  });
21146
21235
  var ChartLegend;
21147
21236
  var init_ChartLegend = __esm({
21148
- "components/molecules/ChartLegend.tsx"() {
21237
+ "components/core/molecules/ChartLegend.tsx"() {
21149
21238
  "use client";
21150
21239
  init_cn();
21151
- init_atoms();
21240
+ init_atoms2();
21152
21241
  ChartLegend = ({
21153
21242
  items,
21154
21243
  className,
@@ -21314,8 +21403,8 @@ function ClassifierBoard({
21314
21403
  );
21315
21404
  }
21316
21405
  var init_ClassifierBoard = __esm({
21317
- "components/organisms/game/puzzles/classifier/ClassifierBoard.tsx"() {
21318
- init_atoms();
21406
+ "components/game/organisms/puzzles/classifier/ClassifierBoard.tsx"() {
21407
+ init_atoms2();
21319
21408
  init_useEventBus();
21320
21409
  init_useTranslate();
21321
21410
  ClassifierBoard.displayName = "ClassifierBoard";
@@ -21346,8 +21435,8 @@ function CodeView({
21346
21435
  ] });
21347
21436
  }
21348
21437
  var init_CodeView = __esm({
21349
- "components/organisms/game/puzzles/state-architect/CodeView.tsx"() {
21350
- init_atoms();
21438
+ "components/game/organisms/puzzles/state-architect/CodeView.tsx"() {
21439
+ init_atoms2();
21351
21440
  init_cn();
21352
21441
  init_useTranslate();
21353
21442
  CodeView.displayName = "CodeView";
@@ -21355,7 +21444,7 @@ var init_CodeView = __esm({
21355
21444
  });
21356
21445
  var Tabs;
21357
21446
  var init_Tabs = __esm({
21358
- "components/molecules/Tabs.tsx"() {
21447
+ "components/core/molecules/Tabs.tsx"() {
21359
21448
  "use client";
21360
21449
  init_Icon();
21361
21450
  init_Badge();
@@ -21530,16 +21619,17 @@ function generateDiff(oldVal, newVal) {
21530
21619
  }
21531
21620
  var DIFF_STYLES, CodeViewer;
21532
21621
  var init_CodeViewer = __esm({
21533
- "components/molecules/CodeViewer.tsx"() {
21622
+ "components/core/molecules/CodeViewer.tsx"() {
21534
21623
  "use client";
21535
21624
  init_cn();
21536
- init_atoms();
21625
+ init_atoms2();
21537
21626
  init_Stack();
21538
21627
  init_LoadingState();
21539
21628
  init_ErrorState();
21540
21629
  init_EmptyState();
21541
21630
  init_Tabs();
21542
21631
  init_useEventBus();
21632
+ init_useTranslate();
21543
21633
  DIFF_STYLES = {
21544
21634
  add: {
21545
21635
  bg: "bg-success/10",
@@ -21577,6 +21667,7 @@ var init_CodeViewer = __esm({
21577
21667
  className
21578
21668
  }) => {
21579
21669
  const eventBus = useEventBus();
21670
+ const { t } = useTranslate();
21580
21671
  const [copied, setCopied] = React85.useState(false);
21581
21672
  const [wrap, setWrap] = React85.useState(wordWrap);
21582
21673
  const [activeFileIndex, setActiveFileIndex] = React85.useState(0);
@@ -21614,13 +21705,13 @@ var init_CodeViewer = __esm({
21614
21705
  content: null
21615
21706
  }));
21616
21707
  if (isLoading) {
21617
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading code...", className });
21708
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
21618
21709
  }
21619
21710
  if (error) {
21620
21711
  return /* @__PURE__ */ jsxRuntime.jsx(
21621
21712
  ErrorState,
21622
21713
  {
21623
- title: "Code viewer error",
21714
+ title: t("display.codeViewerError"),
21624
21715
  message: error.message,
21625
21716
  className
21626
21717
  }
@@ -21631,7 +21722,7 @@ var init_CodeViewer = __esm({
21631
21722
  EmptyState,
21632
21723
  {
21633
21724
  icon: LucideIcons2.Code,
21634
- title: "No code",
21725
+ title: t("display.noCode"),
21635
21726
  description: "No code to display.",
21636
21727
  className
21637
21728
  }
@@ -21819,8 +21910,8 @@ function CombatLog({
21819
21910
  }
21820
21911
  var eventIcons, eventColors, eventBadgeVariants;
21821
21912
  var init_CombatLog = __esm({
21822
- "components/molecules/game/CombatLog.tsx"() {
21823
- init_atoms();
21913
+ "components/game/molecules/CombatLog.tsx"() {
21914
+ init_atoms2();
21824
21915
  init_cn();
21825
21916
  eventIcons = {
21826
21917
  attack: LucideIcons2.Sword,
@@ -21860,7 +21951,7 @@ function formatCount(count) {
21860
21951
  }
21861
21952
  var CommunityLinks;
21862
21953
  var init_CommunityLinks = __esm({
21863
- "components/molecules/CommunityLinks.tsx"() {
21954
+ "components/marketing/molecules/CommunityLinks.tsx"() {
21864
21955
  "use client";
21865
21956
  init_Stack();
21866
21957
  init_Typography();
@@ -21901,7 +21992,7 @@ var init_CommunityLinks = __esm({
21901
21992
  });
21902
21993
  var variantConfig, ConfirmDialog;
21903
21994
  var init_ConfirmDialog = __esm({
21904
- "components/molecules/ConfirmDialog.tsx"() {
21995
+ "components/core/molecules/ConfirmDialog.tsx"() {
21905
21996
  "use client";
21906
21997
  init_Modal();
21907
21998
  init_Button();
@@ -22200,7 +22291,7 @@ function CounterFull({
22200
22291
  }
22201
22292
  var sizeStyles9, CounterTemplate;
22202
22293
  var init_CounterTemplate = __esm({
22203
- "components/templates/CounterTemplate.tsx"() {
22294
+ "components/core/templates/CounterTemplate.tsx"() {
22204
22295
  init_cn();
22205
22296
  init_Container();
22206
22297
  init_Stack();
@@ -22297,7 +22388,7 @@ function CraftingRecipe({
22297
22388
  }
22298
22389
  var rarityValues;
22299
22390
  var init_CraftingRecipe = __esm({
22300
- "components/molecules/game/CraftingRecipe.tsx"() {
22391
+ "components/game/molecules/CraftingRecipe.tsx"() {
22301
22392
  "use client";
22302
22393
  init_cn();
22303
22394
  init_useEventBus();
@@ -22368,7 +22459,7 @@ function DPad({
22368
22459
  }
22369
22460
  var sizeMap15, arrowIcons;
22370
22461
  var init_DPad = __esm({
22371
- "components/molecules/game/DPad.tsx"() {
22462
+ "components/game/molecules/DPad.tsx"() {
22372
22463
  "use client";
22373
22464
  init_cn();
22374
22465
  init_useEventBus();
@@ -22389,7 +22480,7 @@ var init_DPad = __esm({
22389
22480
  });
22390
22481
  var gapStyles5, columnStyles, colSpanStyles, rowSpanStyles, DashboardGrid;
22391
22482
  var init_DashboardGrid = __esm({
22392
- "components/organisms/layout/DashboardGrid.tsx"() {
22483
+ "components/core/organisms/layout/DashboardGrid.tsx"() {
22393
22484
  init_cn();
22394
22485
  init_Box();
22395
22486
  init_useTranslate();
@@ -22476,10 +22567,10 @@ var init_CurrentPagePathContext = __esm({
22476
22567
  });
22477
22568
  var DashboardLayout, NavLink, NavLinkTopnav, NavLinkBottom;
22478
22569
  var init_DashboardLayout = __esm({
22479
- "components/templates/DashboardLayout.tsx"() {
22570
+ "components/core/templates/DashboardLayout.tsx"() {
22480
22571
  "use client";
22481
22572
  init_cn();
22482
- init_atoms();
22573
+ init_atoms2();
22483
22574
  init_Box();
22484
22575
  init_Stack();
22485
22576
  init_Typography();
@@ -22659,7 +22750,7 @@ var init_DashboardLayout = __esm({
22659
22750
  variant: "ghost",
22660
22751
  className: "p-2 rounded-md hover:bg-muted dark:hover:bg-muted text-muted-foreground dark:text-muted-foreground touch-manipulation min-h-[44px] min-w-[44px] flex items-center justify-center",
22661
22752
  onClick: () => setSidebarOpen(true),
22662
- "aria-label": "Open sidebar",
22753
+ "aria-label": t("aria.openSidebar"),
22663
22754
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "menu", className: "h-5 w-5" })
22664
22755
  }
22665
22756
  ),
@@ -23430,7 +23521,7 @@ function useDataDnd(args) {
23430
23521
  }
23431
23522
  var dndLog, RootCtx;
23432
23523
  var init_useDataDnd = __esm({
23433
- "components/molecules/useDataDnd.tsx"() {
23524
+ "components/core/molecules/useDataDnd.tsx"() {
23434
23525
  "use client";
23435
23526
  init_useEventBus();
23436
23527
  init_useAlmadarDndCollision();
@@ -23594,13 +23685,13 @@ function DataGrid({
23594
23685
  6: "sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-6 @max-xl:!grid-cols-3 @max-lg:!grid-cols-2 @max-sm:!grid-cols-1"
23595
23686
  }[cols] : void 0;
23596
23687
  if (isLoading) {
23597
- return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") || "Loading..." }) });
23688
+ return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
23598
23689
  }
23599
23690
  if (error) {
23600
23691
  return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "error", children: error.message }) });
23601
23692
  }
23602
23693
  if (data.length === 0) {
23603
- const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") || "No items found" }) });
23694
+ const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
23604
23695
  return dnd.enabled ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
23605
23696
  }
23606
23697
  const allIds = data.map((item, i) => item.id || String(i));
@@ -23617,7 +23708,7 @@ function DataGrid({
23617
23708
  checked: allSelected,
23618
23709
  onChange: toggleAll,
23619
23710
  className: "w-4 h-4 accent-primary",
23620
- "aria-label": "Select all"
23711
+ "aria-label": t("aria.selectAll")
23621
23712
  }
23622
23713
  ),
23623
23714
  /* @__PURE__ */ jsxRuntime.jsxs(Typography, { variant: "caption", className: "font-semibold", children: [
@@ -23777,7 +23868,7 @@ function DataGrid({
23777
23868
  Menu,
23778
23869
  {
23779
23870
  position: "bottom-end",
23780
- trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": "More actions", "data-testid": "action-overflow", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
23871
+ trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
23781
23872
  items: primaryActions.slice(maxInlineActions).map((action) => ({
23782
23873
  label: action.label,
23783
23874
  icon: action.icon,
@@ -23808,8 +23899,8 @@ function DataGrid({
23808
23899
  /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
23809
23900
  t("common.showMore"),
23810
23901
  " (",
23811
- allData.length - visibleCount,
23812
- " remaining)"
23902
+ t("common.remaining", { count: allData.length - visibleCount }),
23903
+ ")"
23813
23904
  ]
23814
23905
  }
23815
23906
  ) }),
@@ -23826,7 +23917,7 @@ function DataGrid({
23826
23917
  }
23827
23918
  var dataGridLog, BADGE_VARIANTS, gapStyles6, lookStyles5;
23828
23919
  var init_DataGrid = __esm({
23829
- "components/molecules/DataGrid.tsx"() {
23920
+ "components/core/molecules/DataGrid.tsx"() {
23830
23921
  "use client";
23831
23922
  init_cn();
23832
23923
  init_getNestedValue();
@@ -24035,7 +24126,7 @@ function DataList({
24035
24126
  Menu,
24036
24127
  {
24037
24128
  position: "bottom-end",
24038
- trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": "More actions", "data-testid": "action-overflow", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
24129
+ trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
24039
24130
  items: overflow.map((action) => ({
24040
24131
  label: action.label,
24041
24132
  icon: action.icon,
@@ -24059,13 +24150,13 @@ function DataList({
24059
24150
  eventBus.emit(`UI:${itemClickEvent}`, payload);
24060
24151
  };
24061
24152
  if (isLoading) {
24062
- return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") || "Loading..." }) });
24153
+ return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
24063
24154
  }
24064
24155
  if (error) {
24065
24156
  return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "error", children: error.message }) });
24066
24157
  }
24067
24158
  if (data.length === 0) {
24068
- const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") || "No items found" }) });
24159
+ const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
24069
24160
  return dnd.enabled ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
24070
24161
  }
24071
24162
  const gapClass = {
@@ -24245,8 +24336,8 @@ function DataList({
24245
24336
  /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
24246
24337
  t("common.showMore"),
24247
24338
  " (",
24248
- allData.length - visibleCount,
24249
- " remaining)"
24339
+ t("common.remaining", { count: allData.length - visibleCount }),
24340
+ ")"
24250
24341
  ]
24251
24342
  }
24252
24343
  ) }),
@@ -24265,7 +24356,7 @@ function DataList({
24265
24356
  }
24266
24357
  var dataListLog, listLookStyles;
24267
24358
  var init_DataList = __esm({
24268
- "components/molecules/DataList.tsx"() {
24359
+ "components/core/molecules/DataList.tsx"() {
24269
24360
  "use client";
24270
24361
  init_cn();
24271
24362
  init_getNestedValue();
@@ -24320,7 +24411,7 @@ function fileIcon(name) {
24320
24411
  }
24321
24412
  var TreeNodeItem, FileTree;
24322
24413
  var init_FileTree = __esm({
24323
- "components/molecules/FileTree.tsx"() {
24414
+ "components/core/molecules/FileTree.tsx"() {
24324
24415
  "use client";
24325
24416
  init_Box();
24326
24417
  init_Typography();
@@ -24431,7 +24522,7 @@ var init_FileTree = __esm({
24431
24522
  });
24432
24523
  var FormField;
24433
24524
  var init_FormField = __esm({
24434
- "components/molecules/FormField.tsx"() {
24525
+ "components/core/molecules/FormField.tsx"() {
24435
24526
  init_cn();
24436
24527
  init_Label();
24437
24528
  init_Typography();
@@ -24519,7 +24610,7 @@ var init_useQuerySingleton = __esm({
24519
24610
  });
24520
24611
  var resolveFilterType, lookStyles6, FilterGroup;
24521
24612
  var init_FilterGroup = __esm({
24522
- "components/molecules/FilterGroup.tsx"() {
24613
+ "components/core/molecules/FilterGroup.tsx"() {
24523
24614
  "use client";
24524
24615
  init_cn();
24525
24616
  init_Button();
@@ -24963,7 +25054,7 @@ var init_FilterGroup = __esm({
24963
25054
  });
24964
25055
  var directionStyles, wrapStyles, alignStyles4, justifyStyles3, gapStyles7, Flex;
24965
25056
  var init_Flex = __esm({
24966
- "components/molecules/Flex.tsx"() {
25057
+ "components/core/molecules/Flex.tsx"() {
24967
25058
  init_cn();
24968
25059
  directionStyles = {
24969
25060
  row: "flex-row",
@@ -25047,7 +25138,7 @@ var init_Flex = __esm({
25047
25138
  });
25048
25139
  var InputGroup;
25049
25140
  var init_InputGroup = __esm({
25050
- "components/molecules/InputGroup.tsx"() {
25141
+ "components/core/molecules/InputGroup.tsx"() {
25051
25142
  init_Input();
25052
25143
  init_Icon();
25053
25144
  init_Typography();
@@ -25162,7 +25253,7 @@ var init_debug = __esm({
25162
25253
  });
25163
25254
  var isRelationsDebugEnabled, RelationSelect;
25164
25255
  var init_RelationSelect = __esm({
25165
- "components/molecules/RelationSelect.tsx"() {
25256
+ "components/core/molecules/RelationSelect.tsx"() {
25166
25257
  "use client";
25167
25258
  init_cn();
25168
25259
  init_Box();
@@ -25389,7 +25480,7 @@ var init_RelationSelect = __esm({
25389
25480
  });
25390
25481
  var SearchInput;
25391
25482
  var init_SearchInput = __esm({
25392
- "components/molecules/SearchInput.tsx"() {
25483
+ "components/core/molecules/SearchInput.tsx"() {
25393
25484
  "use client";
25394
25485
  init_Input();
25395
25486
  init_Spinner();
@@ -25492,7 +25583,7 @@ var init_SearchInput = __esm({
25492
25583
  });
25493
25584
  var SidePanel;
25494
25585
  var init_SidePanel = __esm({
25495
- "components/molecules/SidePanel.tsx"() {
25586
+ "components/core/molecules/SidePanel.tsx"() {
25496
25587
  "use client";
25497
25588
  init_Aside();
25498
25589
  init_Box();
@@ -25500,6 +25591,7 @@ var init_SidePanel = __esm({
25500
25591
  init_Typography();
25501
25592
  init_cn();
25502
25593
  init_useEventBus();
25594
+ init_useTranslate();
25503
25595
  SidePanel = ({
25504
25596
  title,
25505
25597
  children,
@@ -25512,6 +25604,7 @@ var init_SidePanel = __esm({
25512
25604
  closeEvent
25513
25605
  }) => {
25514
25606
  const eventBus = useEventBus();
25607
+ const { t } = useTranslate();
25515
25608
  const handleClose = () => {
25516
25609
  if (closeEvent) eventBus.emit(`UI:${closeEvent}`, {});
25517
25610
  onClose();
@@ -25549,8 +25642,8 @@ var init_SidePanel = __esm({
25549
25642
  size: "sm",
25550
25643
  icon: "x",
25551
25644
  onClick: handleClose,
25552
- "aria-label": "Close panel",
25553
- children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: "Close" })
25645
+ "aria-label": t("aria.closePanel"),
25646
+ children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: t("aria.closePanel") })
25554
25647
  }
25555
25648
  )
25556
25649
  ] }),
@@ -25565,7 +25658,7 @@ var init_SidePanel = __esm({
25565
25658
  });
25566
25659
  var WizardProgress;
25567
25660
  var init_WizardProgress = __esm({
25568
- "components/molecules/WizardProgress.tsx"() {
25661
+ "components/core/molecules/WizardProgress.tsx"() {
25569
25662
  "use client";
25570
25663
  init_Typography();
25571
25664
  init_Box();
@@ -25668,7 +25761,7 @@ function useSafeEventBus4() {
25668
25761
  }
25669
25762
  var WizardNavigation;
25670
25763
  var init_WizardNavigation = __esm({
25671
- "components/molecules/WizardNavigation.tsx"() {
25764
+ "components/core/molecules/WizardNavigation.tsx"() {
25672
25765
  "use client";
25673
25766
  init_Button();
25674
25767
  init_Typography();
@@ -25755,7 +25848,7 @@ var init_WizardNavigation = __esm({
25755
25848
  });
25756
25849
  var RepeatableFormSection;
25757
25850
  var init_RepeatableFormSection = __esm({
25758
- "components/molecules/RepeatableFormSection.tsx"() {
25851
+ "components/core/molecules/RepeatableFormSection.tsx"() {
25759
25852
  "use client";
25760
25853
  init_cn();
25761
25854
  init_Box();
@@ -25894,7 +25987,7 @@ var init_RepeatableFormSection = __esm({
25894
25987
  });
25895
25988
  var actionTypeLabels, actionTypeIcons, ViolationAlert;
25896
25989
  var init_ViolationAlert = __esm({
25897
- "components/molecules/ViolationAlert.tsx"() {
25990
+ "components/core/molecules/ViolationAlert.tsx"() {
25898
25991
  init_cn();
25899
25992
  init_Box();
25900
25993
  init_Stack();
@@ -26097,7 +26190,7 @@ var init_ViolationAlert = __esm({
26097
26190
  });
26098
26191
  var FormSectionHeader;
26099
26192
  var init_FormSectionHeader = __esm({
26100
- "components/molecules/FormSectionHeader.tsx"() {
26193
+ "components/core/molecules/FormSectionHeader.tsx"() {
26101
26194
  init_cn();
26102
26195
  init_Box();
26103
26196
  init_Stack();
@@ -26174,7 +26267,7 @@ var init_FormSectionHeader = __esm({
26174
26267
  });
26175
26268
  var FlipCard;
26176
26269
  var init_FlipCard = __esm({
26177
- "components/molecules/FlipCard.tsx"() {
26270
+ "components/core/molecules/FlipCard.tsx"() {
26178
26271
  "use client";
26179
26272
  init_cn();
26180
26273
  init_Box();
@@ -26236,7 +26329,7 @@ function daysAgo(n) {
26236
26329
  }
26237
26330
  var DEFAULT_PRESETS, DateRangePicker;
26238
26331
  var init_DateRangePicker = __esm({
26239
- "components/molecules/DateRangePicker.tsx"() {
26332
+ "components/core/molecules/DateRangePicker.tsx"() {
26240
26333
  "use client";
26241
26334
  init_cn();
26242
26335
  init_Button();
@@ -26364,10 +26457,10 @@ var init_DateRangePicker = __esm({
26364
26457
  });
26365
26458
  var DEFAULT_OPTIONS, DateRangeSelector;
26366
26459
  var init_DateRangeSelector = __esm({
26367
- "components/molecules/DateRangeSelector.tsx"() {
26460
+ "components/core/molecules/DateRangeSelector.tsx"() {
26368
26461
  "use client";
26369
26462
  init_cn();
26370
- init_atoms();
26463
+ init_atoms2();
26371
26464
  DEFAULT_OPTIONS = [
26372
26465
  { label: "1W", value: "week" },
26373
26466
  { label: "1M", value: "month" },
@@ -26396,10 +26489,10 @@ var init_DateRangeSelector = __esm({
26396
26489
  });
26397
26490
  var LineChart2;
26398
26491
  var init_LineChart = __esm({
26399
- "components/molecules/LineChart.tsx"() {
26492
+ "components/core/molecules/LineChart.tsx"() {
26400
26493
  "use client";
26401
26494
  init_cn();
26402
- init_atoms();
26495
+ init_atoms2();
26403
26496
  LineChart2 = ({
26404
26497
  data,
26405
26498
  width = 400,
@@ -26511,10 +26604,10 @@ var init_LineChart = __esm({
26511
26604
  });
26512
26605
  var sizeMap16, stateColors, ProgressDots;
26513
26606
  var init_ProgressDots = __esm({
26514
- "components/molecules/ProgressDots.tsx"() {
26607
+ "components/core/molecules/ProgressDots.tsx"() {
26515
26608
  "use client";
26516
26609
  init_cn();
26517
- init_atoms();
26610
+ init_atoms2();
26518
26611
  sizeMap16 = {
26519
26612
  sm: { dot: 6, active: 8 },
26520
26613
  md: { dot: 8, active: 10 },
@@ -26627,7 +26720,7 @@ function StatBadge({
26627
26720
  }
26628
26721
  var sizeMap17, variantMap2;
26629
26722
  var init_StatBadge = __esm({
26630
- "components/molecules/game/StatBadge.tsx"() {
26723
+ "components/game/molecules/StatBadge.tsx"() {
26631
26724
  init_cn();
26632
26725
  init_Icon();
26633
26726
  init_HealthBar();
@@ -26702,7 +26795,7 @@ function InventoryGrid({
26702
26795
  }
26703
26796
  var columnMap;
26704
26797
  var init_InventoryGrid = __esm({
26705
- "components/molecules/game/InventoryGrid.tsx"() {
26798
+ "components/game/molecules/InventoryGrid.tsx"() {
26706
26799
  "use client";
26707
26800
  init_cn();
26708
26801
  init_useEventBus();
@@ -26789,7 +26882,7 @@ function QuestTracker({
26789
26882
  }) });
26790
26883
  }
26791
26884
  var init_QuestTracker = __esm({
26792
- "components/molecules/game/QuestTracker.tsx"() {
26885
+ "components/game/molecules/QuestTracker.tsx"() {
26793
26886
  "use client";
26794
26887
  init_cn();
26795
26888
  init_WaypointMarker();
@@ -26855,7 +26948,7 @@ function PowerupSlots({
26855
26948
  ] });
26856
26949
  }
26857
26950
  var init_PowerupSlots = __esm({
26858
- "components/molecules/game/PowerupSlots.tsx"() {
26951
+ "components/game/molecules/PowerupSlots.tsx"() {
26859
26952
  "use client";
26860
26953
  init_cn();
26861
26954
  init_ItemSlot();
@@ -26965,7 +27058,7 @@ function GameCanvas2D({
26965
27058
  ) });
26966
27059
  }
26967
27060
  var init_GameCanvas2D = __esm({
26968
- "components/molecules/game/GameCanvas2D.tsx"() {
27061
+ "components/game/molecules/GameCanvas2D.tsx"() {
26969
27062
  "use client";
26970
27063
  init_cn();
26971
27064
  init_Box();
@@ -27074,7 +27167,7 @@ function HealthPanel({
27074
27167
  }
27075
27168
  var sizeMap18, effectVariantMap;
27076
27169
  var init_HealthPanel = __esm({
27077
- "components/molecules/game/HealthPanel.tsx"() {
27170
+ "components/game/molecules/HealthPanel.tsx"() {
27078
27171
  "use client";
27079
27172
  init_cn();
27080
27173
  init_HealthBar();
@@ -27161,7 +27254,7 @@ function ScoreBoard({
27161
27254
  );
27162
27255
  }
27163
27256
  var init_ScoreBoard = __esm({
27164
- "components/molecules/game/ScoreBoard.tsx"() {
27257
+ "components/game/molecules/ScoreBoard.tsx"() {
27165
27258
  "use client";
27166
27259
  init_cn();
27167
27260
  init_ComboCounter();
@@ -27199,7 +27292,7 @@ function ResourceBar({
27199
27292
  );
27200
27293
  }
27201
27294
  var init_ResourceBar = __esm({
27202
- "components/molecules/game/ResourceBar.tsx"() {
27295
+ "components/game/molecules/ResourceBar.tsx"() {
27203
27296
  "use client";
27204
27297
  init_cn();
27205
27298
  init_StatBadge();
@@ -27258,7 +27351,7 @@ function TurnPanel({
27258
27351
  );
27259
27352
  }
27260
27353
  var init_TurnPanel = __esm({
27261
- "components/molecules/game/TurnPanel.tsx"() {
27354
+ "components/game/molecules/TurnPanel.tsx"() {
27262
27355
  "use client";
27263
27356
  init_cn();
27264
27357
  init_TurnIndicator();
@@ -27341,7 +27434,7 @@ function EnemyPlate({
27341
27434
  }
27342
27435
  var effectVariantMap2;
27343
27436
  var init_EnemyPlate = __esm({
27344
- "components/molecules/game/EnemyPlate.tsx"() {
27437
+ "components/game/molecules/EnemyPlate.tsx"() {
27345
27438
  "use client";
27346
27439
  init_cn();
27347
27440
  init_HealthBar();
@@ -27402,7 +27495,7 @@ function UnitCommandBar({
27402
27495
  );
27403
27496
  }
27404
27497
  var init_UnitCommandBar = __esm({
27405
- "components/molecules/game/UnitCommandBar.tsx"() {
27498
+ "components/game/molecules/UnitCommandBar.tsx"() {
27406
27499
  "use client";
27407
27500
  init_cn();
27408
27501
  init_Button();
@@ -27469,7 +27562,7 @@ function GameHud({
27469
27562
  }
27470
27563
  var positionMap;
27471
27564
  var init_GameHud = __esm({
27472
- "components/molecules/game/GameHud.tsx"() {
27565
+ "components/game/molecules/GameHud.tsx"() {
27473
27566
  init_cn();
27474
27567
  init_StatBadge();
27475
27568
  positionMap = {
@@ -27665,7 +27758,7 @@ function DialogueBox({
27665
27758
  );
27666
27759
  }
27667
27760
  var init_DialogueBox = __esm({
27668
- "components/molecules/game/DialogueBox.tsx"() {
27761
+ "components/game/molecules/DialogueBox.tsx"() {
27669
27762
  "use client";
27670
27763
  init_cn();
27671
27764
  init_useEventBus();
@@ -27823,7 +27916,7 @@ function InventoryPanel({
27823
27916
  ] });
27824
27917
  }
27825
27918
  var init_InventoryPanel = __esm({
27826
- "components/molecules/game/InventoryPanel.tsx"() {
27919
+ "components/game/molecules/InventoryPanel.tsx"() {
27827
27920
  "use client";
27828
27921
  init_cn();
27829
27922
  init_useEventBus();
@@ -27923,7 +28016,7 @@ function GameMenu({
27923
28016
  }
27924
28017
  var variantMap3;
27925
28018
  var init_GameMenu = __esm({
27926
- "components/molecules/game/GameMenu.tsx"() {
28019
+ "components/game/molecules/GameMenu.tsx"() {
27927
28020
  "use client";
27928
28021
  init_cn();
27929
28022
  init_useEventBus();
@@ -28043,7 +28136,7 @@ function GameOverScreen({
28043
28136
  }
28044
28137
  var variantColors, buttonVariants;
28045
28138
  var init_GameOverScreen = __esm({
28046
- "components/molecules/game/GameOverScreen.tsx"() {
28139
+ "components/game/molecules/GameOverScreen.tsx"() {
28047
28140
  "use client";
28048
28141
  init_cn();
28049
28142
  init_useEventBus();
@@ -28316,7 +28409,7 @@ function PlatformerCanvas({
28316
28409
  }
28317
28410
  var PLATFORM_COLORS, PLAYER_COLOR, PLAYER_EYE_COLOR, SKY_GRADIENT_TOP, SKY_GRADIENT_BOTTOM, GRID_COLOR;
28318
28411
  var init_PlatformerCanvas = __esm({
28319
- "components/molecules/game/PlatformerCanvas.tsx"() {
28412
+ "components/game/molecules/PlatformerCanvas.tsx"() {
28320
28413
  init_cn();
28321
28414
  init_useEventBus();
28322
28415
  init_verificationRegistry();
@@ -28335,9 +28428,9 @@ var init_PlatformerCanvas = __esm({
28335
28428
  }
28336
28429
  });
28337
28430
 
28338
- // components/molecules/game/index.ts
28339
- var init_game2 = __esm({
28340
- "components/molecules/game/index.ts"() {
28431
+ // components/game/molecules/index.ts
28432
+ var init_molecules = __esm({
28433
+ "components/game/molecules/index.ts"() {
28341
28434
  }
28342
28435
  });
28343
28436
  function resolveNodeColor(node, groups) {
@@ -28350,10 +28443,10 @@ function resolveNodeColor(node, groups) {
28350
28443
  }
28351
28444
  var GROUP_COLORS, DEFAULT_NODE_COLOR, DEFAULT_EDGE_COLOR, DEFAULT_NODE_SIZE, GraphView;
28352
28445
  var init_GraphView = __esm({
28353
- "components/molecules/GraphView.tsx"() {
28446
+ "components/core/molecules/GraphView.tsx"() {
28354
28447
  "use client";
28355
28448
  init_cn();
28356
- init_atoms();
28449
+ init_atoms2();
28357
28450
  GROUP_COLORS = [
28358
28451
  "#3b82f6",
28359
28452
  // blue-500
@@ -28673,11 +28766,12 @@ function useSafeEventBus5() {
28673
28766
  }
28674
28767
  var sizeStyles10, LONG_PRESS_DELAY, LONG_PRESS_INTERVAL, NumberStepper;
28675
28768
  var init_NumberStepper = __esm({
28676
- "components/molecules/NumberStepper.tsx"() {
28769
+ "components/core/molecules/NumberStepper.tsx"() {
28677
28770
  "use client";
28678
28771
  init_cn();
28679
28772
  init_Icon();
28680
28773
  init_useEventBus();
28774
+ init_useTranslate();
28681
28775
  sizeStyles10 = {
28682
28776
  sm: {
28683
28777
  button: "w-7 h-7",
@@ -28711,6 +28805,7 @@ var init_NumberStepper = __esm({
28711
28805
  label
28712
28806
  }) => {
28713
28807
  const eventBus = useSafeEventBus5();
28808
+ const { t } = useTranslate();
28714
28809
  const intervalRef = React85.useRef(null);
28715
28810
  const timeoutRef = React85.useRef(null);
28716
28811
  const isAtMin = min !== void 0 && value <= min;
@@ -28794,7 +28889,7 @@ var init_NumberStepper = __esm({
28794
28889
  "focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
28795
28890
  styles.button
28796
28891
  ),
28797
- "aria-label": "Decrease",
28892
+ "aria-label": t("aria.decrease"),
28798
28893
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "minus", className: styles.icon })
28799
28894
  }
28800
28895
  ),
@@ -28835,7 +28930,7 @@ var init_NumberStepper = __esm({
28835
28930
  "focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
28836
28931
  styles.button
28837
28932
  ),
28838
- "aria-label": "Increase",
28933
+ "aria-label": t("aria.increase"),
28839
28934
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "plus", className: styles.icon })
28840
28935
  }
28841
28936
  )
@@ -28858,7 +28953,7 @@ function useSafeEventBus6() {
28858
28953
  }
28859
28954
  var sizeStyles11, StarRating;
28860
28955
  var init_StarRating = __esm({
28861
- "components/molecules/StarRating.tsx"() {
28956
+ "components/core/molecules/StarRating.tsx"() {
28862
28957
  "use client";
28863
28958
  init_cn();
28864
28959
  init_Icon();
@@ -29011,7 +29106,7 @@ function formatFileSize(bytes) {
29011
29106
  }
29012
29107
  var UploadDropZone;
29013
29108
  var init_UploadDropZone = __esm({
29014
- "components/molecules/UploadDropZone.tsx"() {
29109
+ "components/core/molecules/UploadDropZone.tsx"() {
29015
29110
  "use client";
29016
29111
  init_cn();
29017
29112
  init_Icon();
@@ -29176,11 +29271,12 @@ function useSafeEventBus8() {
29176
29271
  }
29177
29272
  var Lightbox;
29178
29273
  var init_Lightbox = __esm({
29179
- "components/molecules/Lightbox.tsx"() {
29274
+ "components/core/molecules/Lightbox.tsx"() {
29180
29275
  "use client";
29181
29276
  init_Icon();
29182
29277
  init_cn();
29183
29278
  init_useEventBus();
29279
+ init_useTranslate();
29184
29280
  Lightbox = ({
29185
29281
  images = [],
29186
29282
  currentIndex = 0,
@@ -29195,6 +29291,7 @@ var init_Lightbox = __esm({
29195
29291
  const [index, setIndex] = React85.useState(currentIndex);
29196
29292
  const [touchStartX, setTouchStartX] = React85.useState(null);
29197
29293
  const eventBus = useSafeEventBus8();
29294
+ const { t } = useTranslate();
29198
29295
  React85.useEffect(() => {
29199
29296
  setIndex(currentIndex);
29200
29297
  }, [currentIndex]);
@@ -29285,7 +29382,7 @@ var init_Lightbox = __esm({
29285
29382
  "hover:bg-opacity-70 transition-opacity",
29286
29383
  "focus:outline-none focus:ring-2 focus:ring-white"
29287
29384
  ),
29288
- "aria-label": "Close",
29385
+ "aria-label": t("aria.closeModal"),
29289
29386
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "x", className: "w-6 h-6" })
29290
29387
  }
29291
29388
  ),
@@ -29304,7 +29401,7 @@ var init_Lightbox = __esm({
29304
29401
  "hover:bg-opacity-70 transition-opacity",
29305
29402
  "focus:outline-none focus:ring-2 focus:ring-white"
29306
29403
  ),
29307
- "aria-label": "Previous image",
29404
+ "aria-label": t("aria.previousImage"),
29308
29405
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-left", className: "w-8 h-8" })
29309
29406
  }
29310
29407
  ),
@@ -29341,7 +29438,7 @@ var init_Lightbox = __esm({
29341
29438
  "hover:bg-opacity-70 transition-opacity",
29342
29439
  "focus:outline-none focus:ring-2 focus:ring-white"
29343
29440
  ),
29344
- "aria-label": "Next image",
29441
+ "aria-label": t("aria.nextImage"),
29345
29442
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-right", className: "w-8 h-8" })
29346
29443
  }
29347
29444
  ),
@@ -29487,13 +29584,13 @@ function TableView({
29487
29584
  eventBus.emit(`UI:${action.event}`, payload);
29488
29585
  };
29489
29586
  if (isLoading) {
29490
- return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") || "Loading\u2026" }) });
29587
+ return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
29491
29588
  }
29492
29589
  if (error) {
29493
29590
  return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "error", children: error.message }) });
29494
29591
  }
29495
29592
  if (data.length === 0) {
29496
- const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: emptyMessage || t("empty.noItems") || "No records" }) });
29593
+ const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: emptyMessage || t("empty.noItems") }) });
29497
29594
  return dnd.enabled ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
29498
29595
  }
29499
29596
  const lk = LOOKS[look];
@@ -29518,7 +29615,7 @@ function TableView({
29518
29615
  lk.headPad
29519
29616
  ),
29520
29617
  children: [
29521
- selectable && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsxRuntime.jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": "Select all rows" }) }),
29618
+ selectable && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsxRuntime.jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": t("aria.selectAllRows") }) }),
29522
29619
  colDefs.map((col) => {
29523
29620
  const active = sortColumn === (col.field ?? col.key);
29524
29621
  return /* @__PURE__ */ jsxRuntime.jsxs(
@@ -29612,7 +29709,7 @@ function TableView({
29612
29709
  Menu,
29613
29710
  {
29614
29711
  position: "bottom-end",
29615
- trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": "More actions", "data-testid": "action-overflow", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
29712
+ trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
29616
29713
  items: itemActions.slice(maxInlineActions).map((action) => ({
29617
29714
  label: action.label,
29618
29715
  icon: action.icon,
@@ -29650,8 +29747,8 @@ function TableView({
29650
29747
  /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
29651
29748
  t("common.showMore"),
29652
29749
  " (",
29653
- ordered.length - visibleCount,
29654
- " remaining)"
29750
+ t("common.remaining", { count: ordered.length - visibleCount }),
29751
+ ")"
29655
29752
  ] }) })
29656
29753
  ]
29657
29754
  }
@@ -29659,7 +29756,7 @@ function TableView({
29659
29756
  }
29660
29757
  var alignClass, weightClass, LOOKS;
29661
29758
  var init_TableView = __esm({
29662
- "components/molecules/TableView.tsx"() {
29759
+ "components/core/molecules/TableView.tsx"() {
29663
29760
  "use client";
29664
29761
  init_cn();
29665
29762
  init_getNestedValue();
@@ -29717,7 +29814,7 @@ function composeDisplayValue(value, format, max, prefix, suffix) {
29717
29814
  }
29718
29815
  var lookStyles7, variantColor, StatDisplay;
29719
29816
  var init_StatDisplay = __esm({
29720
- "components/molecules/StatDisplay.tsx"() {
29817
+ "components/core/molecules/StatDisplay.tsx"() {
29721
29818
  "use client";
29722
29819
  init_cn();
29723
29820
  init_Card();
@@ -29860,14 +29957,15 @@ function getColorForValue(value, max, thresholds) {
29860
29957
  }
29861
29958
  var DEFAULT_THRESHOLDS, radialSizes, Meter;
29862
29959
  var init_Meter = __esm({
29863
- "components/molecules/Meter.tsx"() {
29960
+ "components/core/molecules/Meter.tsx"() {
29864
29961
  "use client";
29865
29962
  init_cn();
29866
- init_atoms();
29963
+ init_atoms2();
29867
29964
  init_Stack();
29868
29965
  init_LoadingState();
29869
29966
  init_ErrorState();
29870
29967
  init_useEventBus();
29968
+ init_useTranslate();
29871
29969
  DEFAULT_THRESHOLDS = [
29872
29970
  { value: 30, color: "var(--color-error)" },
29873
29971
  { value: 70, color: "var(--color-warning)" },
@@ -29895,6 +29993,7 @@ var init_Meter = __esm({
29895
29993
  className
29896
29994
  }) => {
29897
29995
  const eventBus = useEventBus();
29996
+ const { t } = useTranslate();
29898
29997
  const handleAction = React85.useCallback(
29899
29998
  (action) => {
29900
29999
  if (action.event) {
@@ -29918,13 +30017,13 @@ var init_Meter = __esm({
29918
30017
  return unit ? `${formatted}${unit}` : `${formatted}`;
29919
30018
  }, [safeVal, unit]);
29920
30019
  if (isLoading) {
29921
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading meter...", className });
30020
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
29922
30021
  }
29923
30022
  if (error) {
29924
30023
  return /* @__PURE__ */ jsxRuntime.jsx(
29925
30024
  ErrorState,
29926
30025
  {
29927
- title: "Meter error",
30026
+ title: t("display.meterError"),
29928
30027
  message: error.message,
29929
30028
  className
29930
30029
  }
@@ -30021,7 +30120,7 @@ var init_Meter = __esm({
30021
30120
  idx
30022
30121
  );
30023
30122
  }) }),
30024
- thresholds.some((t) => t.label) && /* @__PURE__ */ jsxRuntime.jsx(HStack, { justify: "between", className: "w-full", children: thresholds.map((t, idx) => /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "caption", color: "secondary", children: t.label || "" }, idx)) })
30123
+ thresholds.some((t2) => t2.label) && /* @__PURE__ */ jsxRuntime.jsx(HStack, { justify: "between", className: "w-full", children: thresholds.map((t2, idx) => /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "caption", color: "secondary", children: t2.label || "" }, idx)) })
30025
30124
  ] }) });
30026
30125
  }
30027
30126
  return /* @__PURE__ */ jsxRuntime.jsx(Card, { className: cn("p-4", className), children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "sm", children: [
@@ -30076,7 +30175,7 @@ function useSafeEventBus9() {
30076
30175
  }
30077
30176
  var SwipeableRow;
30078
30177
  var init_SwipeableRow = __esm({
30079
- "components/molecules/SwipeableRow.tsx"() {
30178
+ "components/core/molecules/SwipeableRow.tsx"() {
30080
30179
  "use client";
30081
30180
  init_cn();
30082
30181
  init_useEventBus();
@@ -30416,7 +30515,7 @@ function SortableListInner({
30416
30515
  }
30417
30516
  var EMPTY_ITEMS, SortableList;
30418
30517
  var init_SortableList = __esm({
30419
- "components/molecules/SortableList.tsx"() {
30518
+ "components/core/molecules/SortableList.tsx"() {
30420
30519
  "use client";
30421
30520
  init_cn();
30422
30521
  init_useEventBus();
@@ -30507,7 +30606,7 @@ function useSafeEventBus11() {
30507
30606
  }
30508
30607
  var SAFETY_TIMEOUT_MS, PullToRefresh;
30509
30608
  var init_PullToRefresh = __esm({
30510
- "components/molecules/PullToRefresh.tsx"() {
30609
+ "components/core/molecules/PullToRefresh.tsx"() {
30511
30610
  "use client";
30512
30611
  init_cn();
30513
30612
  init_useEventBus();
@@ -30608,7 +30707,7 @@ var init_PullToRefresh = __esm({
30608
30707
  });
30609
30708
  var iconSizeMap, gapMap, FeatureCard;
30610
30709
  var init_FeatureCard = __esm({
30611
- "components/molecules/FeatureCard.tsx"() {
30710
+ "components/marketing/molecules/FeatureCard.tsx"() {
30612
30711
  "use client";
30613
30712
  init_cn();
30614
30713
  init_Card();
@@ -30688,7 +30787,7 @@ var init_FeatureCard = __esm({
30688
30787
  });
30689
30788
  var FeatureGrid;
30690
30789
  var init_FeatureGrid = __esm({
30691
- "components/molecules/FeatureGrid.tsx"() {
30790
+ "components/core/molecules/FeatureGrid.tsx"() {
30692
30791
  "use client";
30693
30792
  init_cn();
30694
30793
  init_SimpleGrid();
@@ -30714,7 +30813,7 @@ var init_FeatureGrid = __esm({
30714
30813
  });
30715
30814
  var PricingCard;
30716
30815
  var init_PricingCard = __esm({
30717
- "components/molecules/PricingCard.tsx"() {
30816
+ "components/marketing/molecules/PricingCard.tsx"() {
30718
30817
  "use client";
30719
30818
  init_cn();
30720
30819
  init_Card();
@@ -30794,7 +30893,7 @@ var init_PricingCard = __esm({
30794
30893
  });
30795
30894
  var PricingGrid;
30796
30895
  var init_PricingGrid = __esm({
30797
- "components/molecules/PricingGrid.tsx"() {
30896
+ "components/marketing/molecules/PricingGrid.tsx"() {
30798
30897
  "use client";
30799
30898
  init_cn();
30800
30899
  init_SimpleGrid();
@@ -30819,7 +30918,7 @@ var init_PricingGrid = __esm({
30819
30918
  });
30820
30919
  var StatsGrid;
30821
30920
  var init_StatsGrid = __esm({
30822
- "components/molecules/StatsGrid.tsx"() {
30921
+ "components/marketing/molecules/StatsGrid.tsx"() {
30823
30922
  "use client";
30824
30923
  init_cn();
30825
30924
  init_SimpleGrid();
@@ -30847,7 +30946,7 @@ var init_StatsGrid = __esm({
30847
30946
  });
30848
30947
  var ServiceCatalog;
30849
30948
  var init_ServiceCatalog = __esm({
30850
- "components/molecules/ServiceCatalog.tsx"() {
30949
+ "components/marketing/molecules/ServiceCatalog.tsx"() {
30851
30950
  "use client";
30852
30951
  init_cn();
30853
30952
  init_Card();
@@ -30876,7 +30975,7 @@ var init_ServiceCatalog = __esm({
30876
30975
  });
30877
30976
  var LogosVariant, QuotesVariant, BadgesVariant, SocialProof;
30878
30977
  var init_SocialProof = __esm({
30879
- "components/molecules/SocialProof.tsx"() {
30978
+ "components/core/molecules/SocialProof.tsx"() {
30880
30979
  "use client";
30881
30980
  init_cn();
30882
30981
  init_Box();
@@ -30934,7 +31033,7 @@ var init_SocialProof = __esm({
30934
31033
  });
30935
31034
  var StepCircle, StepFlow;
30936
31035
  var init_StepFlow = __esm({
30937
- "components/molecules/StepFlow.tsx"() {
31036
+ "components/marketing/molecules/StepFlow.tsx"() {
30938
31037
  "use client";
30939
31038
  init_cn();
30940
31039
  init_Box();
@@ -31011,7 +31110,7 @@ var init_StepFlow = __esm({
31011
31110
  });
31012
31111
  var SplitSection;
31013
31112
  var init_SplitSection = __esm({
31014
- "components/molecules/SplitSection.tsx"() {
31113
+ "components/marketing/molecules/SplitSection.tsx"() {
31015
31114
  "use client";
31016
31115
  init_cn();
31017
31116
  init_Box();
@@ -31084,7 +31183,7 @@ function normalizeTags(tags) {
31084
31183
  }
31085
31184
  var variantMap4, TagCloud;
31086
31185
  var init_TagCloud = __esm({
31087
- "components/molecules/TagCloud.tsx"() {
31186
+ "components/marketing/molecules/TagCloud.tsx"() {
31088
31187
  "use client";
31089
31188
  init_cn();
31090
31189
  init_Stack();
@@ -31110,7 +31209,7 @@ var init_TagCloud = __esm({
31110
31209
  });
31111
31210
  var TagInput;
31112
31211
  var init_TagInput = __esm({
31113
- "components/molecules/TagInput.tsx"() {
31212
+ "components/core/molecules/TagInput.tsx"() {
31114
31213
  "use client";
31115
31214
  init_cn();
31116
31215
  init_useEventBus();
@@ -31202,7 +31301,7 @@ var init_TagInput = __esm({
31202
31301
  });
31203
31302
  var ShowcaseCard;
31204
31303
  var init_ShowcaseCard = __esm({
31205
- "components/molecules/ShowcaseCard.tsx"() {
31304
+ "components/marketing/molecules/ShowcaseCard.tsx"() {
31206
31305
  "use client";
31207
31306
  init_cn();
31208
31307
  init_Card();
@@ -31522,7 +31621,7 @@ function FrameStrip({
31522
31621
  }
31523
31622
  var GeometricPattern;
31524
31623
  var init_GeometricPattern = __esm({
31525
- "components/molecules/GeometricPattern.tsx"() {
31624
+ "components/marketing/molecules/GeometricPattern.tsx"() {
31526
31625
  "use client";
31527
31626
  init_cn();
31528
31627
  init_PatternTile();
@@ -31754,7 +31853,7 @@ function f2(n) {
31754
31853
  }
31755
31854
  var VARIANT_MAP2, EdgeDecoration;
31756
31855
  var init_EdgeDecoration = __esm({
31757
- "components/molecules/EdgeDecoration.tsx"() {
31856
+ "components/core/molecules/EdgeDecoration.tsx"() {
31758
31857
  "use client";
31759
31858
  init_cn();
31760
31859
  VARIANT_MAP2 = {
@@ -31808,11 +31907,12 @@ var init_EdgeDecoration = __esm({
31808
31907
  });
31809
31908
  var sizeStyles12, VoteStack;
31810
31909
  var init_VoteStack = __esm({
31811
- "components/molecules/VoteStack.tsx"() {
31910
+ "components/core/molecules/VoteStack.tsx"() {
31812
31911
  "use client";
31813
31912
  init_cn();
31814
31913
  init_Icon();
31815
31914
  init_useEventBus();
31915
+ init_useTranslate();
31816
31916
  sizeStyles12 = {
31817
31917
  sm: {
31818
31918
  button: "w-7 h-7",
@@ -31845,6 +31945,7 @@ var init_VoteStack = __esm({
31845
31945
  const isUp = userVote === "up";
31846
31946
  const isDown = userVote === "down";
31847
31947
  const eventBus = useEventBus();
31948
+ const { t } = useTranslate();
31848
31949
  const handleUp = React85.useCallback(() => {
31849
31950
  const next = isUp ? null : "up";
31850
31951
  onVote?.(next);
@@ -31880,7 +31981,7 @@ var init_VoteStack = __esm({
31880
31981
  type: "button",
31881
31982
  onClick: handleUp,
31882
31983
  disabled,
31883
- "aria-label": "Upvote",
31984
+ "aria-label": t("aria.upvote"),
31884
31985
  "aria-pressed": isUp,
31885
31986
  className: cn(
31886
31987
  "inline-flex items-center justify-center",
@@ -31917,7 +32018,7 @@ var init_VoteStack = __esm({
31917
32018
  type: "button",
31918
32019
  onClick: handleDown,
31919
32020
  disabled,
31920
- "aria-label": "Downvote",
32021
+ "aria-label": t("aria.downvote"),
31921
32022
  "aria-pressed": isDown,
31922
32023
  className: cn(
31923
32024
  "inline-flex items-center justify-center",
@@ -31942,7 +32043,7 @@ var init_VoteStack = __esm({
31942
32043
  });
31943
32044
  var DEFAULT_LIKERT_OPTIONS, radioSizes, buttonSizes, questionSizes, LikertScale;
31944
32045
  var init_LikertScale = __esm({
31945
- "components/molecules/LikertScale.tsx"() {
32046
+ "components/core/molecules/LikertScale.tsx"() {
31946
32047
  "use client";
31947
32048
  init_cn();
31948
32049
  init_useEventBus();
@@ -32110,7 +32211,7 @@ var init_LikertScale = __esm({
32110
32211
  });
32111
32212
  var DEFAULT_MATRIX_COLUMNS, sizeStyles13, MatrixQuestion;
32112
32213
  var init_MatrixQuestion = __esm({
32113
- "components/molecules/MatrixQuestion.tsx"() {
32214
+ "components/core/molecules/MatrixQuestion.tsx"() {
32114
32215
  "use client";
32115
32216
  init_cn();
32116
32217
  init_Typography();
@@ -32260,12 +32361,13 @@ var init_MatrixQuestion = __esm({
32260
32361
  });
32261
32362
  var QrScanner;
32262
32363
  var init_QrScanner = __esm({
32263
- "components/molecules/QrScanner.tsx"() {
32364
+ "components/core/molecules/QrScanner.tsx"() {
32264
32365
  "use client";
32265
32366
  init_cn();
32266
- init_atoms();
32367
+ init_atoms2();
32267
32368
  init_Icon();
32268
32369
  init_useEventBus();
32370
+ init_useTranslate();
32269
32371
  QrScanner = ({
32270
32372
  onScan,
32271
32373
  scanEvent,
@@ -32278,6 +32380,7 @@ var init_QrScanner = __esm({
32278
32380
  className
32279
32381
  }) => {
32280
32382
  const eventBus = useEventBus();
32383
+ const { t } = useTranslate();
32281
32384
  const videoRef = React85.useRef(null);
32282
32385
  const streamRef = React85.useRef(null);
32283
32386
  const scanIntervalRef = React85.useRef(null);
@@ -32385,7 +32488,7 @@ var init_QrScanner = __esm({
32385
32488
  ),
32386
32489
  "data-pattern": "qr-scanner",
32387
32490
  role: "region",
32388
- "aria-label": "QR scanner",
32491
+ "aria-label": t("aria.qrScanner"),
32389
32492
  children: [
32390
32493
  /* @__PURE__ */ jsxRuntime.jsx(
32391
32494
  Box,
@@ -32472,7 +32575,7 @@ var init_QrScanner = __esm({
32472
32575
  "rounded-full bg-black bg-opacity-60 px-3 py-2 text-xs text-white",
32473
32576
  "hover:bg-opacity-80 focus:outline-none focus:ring-2 focus:ring-white"
32474
32577
  ),
32475
- "aria-label": "Mock scan (dev)",
32578
+ "aria-label": t("aria.mockScanDev"),
32476
32579
  children: "Mock Scan"
32477
32580
  }
32478
32581
  )
@@ -32488,7 +32591,7 @@ var init_QrScanner = __esm({
32488
32591
  });
32489
32592
  var formatPriceDelta, constraintHint, validateSelection, OptionConstraintGroup;
32490
32593
  var init_OptionConstraintGroup = __esm({
32491
- "components/molecules/OptionConstraintGroup.tsx"() {
32594
+ "components/core/molecules/OptionConstraintGroup.tsx"() {
32492
32595
  init_cn();
32493
32596
  init_useEventBus();
32494
32597
  init_Typography();
@@ -32687,11 +32790,11 @@ function getStatusIcon(status) {
32687
32790
  }
32688
32791
  var STATUS_CLASSES, STATUS_BADGE, PositionedCanvas;
32689
32792
  var init_PositionedCanvas = __esm({
32690
- "components/molecules/PositionedCanvas.tsx"() {
32793
+ "components/core/molecules/PositionedCanvas.tsx"() {
32691
32794
  "use client";
32692
32795
  init_cn();
32693
32796
  init_useEventBus();
32694
- init_atoms();
32797
+ init_atoms2();
32695
32798
  init_Icon();
32696
32799
  STATUS_CLASSES = {
32697
32800
  empty: "bg-surface border-border text-foreground",
@@ -33428,7 +33531,7 @@ function BlockRow({
33428
33531
  }
33429
33532
  var TOOLBAR_ENTRIES, BLOCK_TYPE_LABEL, CHANGEABLE_TYPES, _idSeq, BLOCK_TYPES, RichBlockEditor;
33430
33533
  var init_RichBlockEditor = __esm({
33431
- "components/molecules/RichBlockEditor.tsx"() {
33534
+ "components/core/molecules/RichBlockEditor.tsx"() {
33432
33535
  "use client";
33433
33536
  init_cn();
33434
33537
  init_Card();
@@ -33623,11 +33726,11 @@ function collectInitiallyCollapsed(nodes, acc) {
33623
33726
  }
33624
33727
  var ReplyTreeNode, ReplyTree;
33625
33728
  var init_ReplyTree = __esm({
33626
- "components/molecules/ReplyTree.tsx"() {
33729
+ "components/core/molecules/ReplyTree.tsx"() {
33627
33730
  "use client";
33628
33731
  init_cn();
33629
33732
  init_useEventBus();
33630
- init_atoms();
33733
+ init_atoms2();
33631
33734
  init_VoteStack();
33632
33735
  ReplyTreeNode = ({
33633
33736
  node,
@@ -33928,11 +34031,11 @@ function computeDiff(before, after) {
33928
34031
  }
33929
34032
  var INLINE_STYLES, VersionDiff;
33930
34033
  var init_VersionDiff = __esm({
33931
- "components/molecules/VersionDiff.tsx"() {
34034
+ "components/core/molecules/VersionDiff.tsx"() {
33932
34035
  "use client";
33933
34036
  init_cn();
33934
34037
  init_useEventBus();
33935
- init_atoms();
34038
+ init_atoms2();
33936
34039
  init_Stack();
33937
34040
  INLINE_STYLES = {
33938
34041
  added: { bg: "bg-success/10", prefix: "+", text: "text-success" },
@@ -34239,23 +34342,25 @@ var init_VersionDiff = __esm({
34239
34342
  });
34240
34343
  var DocBreadcrumb;
34241
34344
  var init_DocBreadcrumb = __esm({
34242
- "components/molecules/DocBreadcrumb.tsx"() {
34345
+ "components/core/molecules/DocBreadcrumb.tsx"() {
34243
34346
  "use client";
34244
34347
  init_cn();
34245
34348
  init_Box();
34246
34349
  init_Stack();
34247
34350
  init_Typography();
34248
34351
  init_Icon();
34352
+ init_useTranslate();
34249
34353
  DocBreadcrumb = ({
34250
34354
  items,
34251
34355
  className
34252
34356
  }) => {
34357
+ const { t } = useTranslate();
34253
34358
  return /* @__PURE__ */ jsxRuntime.jsx(
34254
34359
  Box,
34255
34360
  {
34256
34361
  className: cn("w-full", className),
34257
34362
  role: "navigation",
34258
- "aria-label": "Breadcrumb",
34363
+ "aria-label": t("aria.breadcrumb"),
34259
34364
  children: /* @__PURE__ */ jsxRuntime.jsx(HStack, { gap: "xs", align: "center", wrap: true, children: items.map((item, idx) => {
34260
34365
  const isLast = idx === items.length - 1;
34261
34366
  return /* @__PURE__ */ jsxRuntime.jsxs(React85__namespace.default.Fragment, { children: [
@@ -34398,7 +34503,7 @@ function DocCodeBlock({
34398
34503
  );
34399
34504
  }
34400
34505
  var init_DocCodeBlock = __esm({
34401
- "components/molecules/DocCodeBlock.tsx"() {
34506
+ "components/core/molecules/DocCodeBlock.tsx"() {
34402
34507
  "use client";
34403
34508
  init_cn();
34404
34509
  init_Box();
@@ -34473,7 +34578,7 @@ function DocPagination({ prev, next, className }) {
34473
34578
  }
34474
34579
  var linkCardStyles;
34475
34580
  var init_DocPagination = __esm({
34476
- "components/molecules/DocPagination.tsx"() {
34581
+ "components/core/molecules/DocPagination.tsx"() {
34477
34582
  "use client";
34478
34583
  init_cn();
34479
34584
  init_Box();
@@ -34662,7 +34767,7 @@ function DocSearch({
34662
34767
  );
34663
34768
  }
34664
34769
  var init_DocSearch = __esm({
34665
- "components/molecules/DocSearch.tsx"() {
34770
+ "components/core/molecules/DocSearch.tsx"() {
34666
34771
  "use client";
34667
34772
  init_cn();
34668
34773
  init_Box();
@@ -34675,7 +34780,7 @@ var init_DocSearch = __esm({
34675
34780
  });
34676
34781
  var DocSidebarCategory, DocSidebar;
34677
34782
  var init_DocSidebar = __esm({
34678
- "components/molecules/DocSidebar.tsx"() {
34783
+ "components/core/molecules/DocSidebar.tsx"() {
34679
34784
  "use client";
34680
34785
  init_cn();
34681
34786
  init_Box();
@@ -34683,6 +34788,7 @@ var init_DocSidebar = __esm({
34683
34788
  init_Stack();
34684
34789
  init_Typography();
34685
34790
  init_Icon();
34791
+ init_useTranslate();
34686
34792
  DocSidebarCategory = ({ item, depth }) => {
34687
34793
  const [expanded, setExpanded] = React85.useState(
34688
34794
  () => item.items?.some(function hasActive(child) {
@@ -34767,12 +34873,13 @@ var init_DocSidebar = __esm({
34767
34873
  items,
34768
34874
  className
34769
34875
  }) => {
34876
+ const { t } = useTranslate();
34770
34877
  return /* @__PURE__ */ jsxRuntime.jsx(
34771
34878
  Box,
34772
34879
  {
34773
34880
  className: cn("w-full", className),
34774
34881
  role: "navigation",
34775
- "aria-label": "Documentation sidebar",
34882
+ "aria-label": t("aria.docsSidebar"),
34776
34883
  children: /* @__PURE__ */ jsxRuntime.jsx(VStack, { gap: "xs", children: items.map((item, idx) => /* @__PURE__ */ jsxRuntime.jsx(DocSidebarCategory, { item, depth: 0 }, idx)) })
34777
34884
  }
34778
34885
  );
@@ -34782,23 +34889,25 @@ var init_DocSidebar = __esm({
34782
34889
  });
34783
34890
  var DocTOC;
34784
34891
  var init_DocTOC = __esm({
34785
- "components/molecules/DocTOC.tsx"() {
34892
+ "components/core/molecules/DocTOC.tsx"() {
34786
34893
  "use client";
34787
34894
  init_cn();
34788
34895
  init_Box();
34789
34896
  init_Stack();
34790
34897
  init_Typography();
34898
+ init_useTranslate();
34791
34899
  DocTOC = ({
34792
34900
  items,
34793
34901
  activeId,
34794
34902
  className
34795
34903
  }) => {
34904
+ const { t } = useTranslate();
34796
34905
  return /* @__PURE__ */ jsxRuntime.jsx(
34797
34906
  Box,
34798
34907
  {
34799
34908
  className: cn("w-full", className),
34800
34909
  role: "navigation",
34801
- "aria-label": "Table of contents",
34910
+ "aria-label": t("aria.tableOfContents"),
34802
34911
  children: /* @__PURE__ */ jsxRuntime.jsx(VStack, { gap: "none", children: items.map((item) => {
34803
34912
  const isActive = item.id === activeId;
34804
34913
  const indent = item.level >= 3 ? "pl-4" : "pl-0";
@@ -34841,7 +34950,7 @@ var init_DocTOC = __esm({
34841
34950
  });
34842
34951
  var GradientDivider;
34843
34952
  var init_GradientDivider = __esm({
34844
- "components/molecules/GradientDivider.tsx"() {
34953
+ "components/core/molecules/GradientDivider.tsx"() {
34845
34954
  "use client";
34846
34955
  init_cn();
34847
34956
  init_Box();
@@ -34865,7 +34974,7 @@ var init_GradientDivider = __esm({
34865
34974
  });
34866
34975
  var MarketingFooter;
34867
34976
  var init_MarketingFooter = __esm({
34868
- "components/molecules/MarketingFooter.tsx"() {
34977
+ "components/core/molecules/MarketingFooter.tsx"() {
34869
34978
  "use client";
34870
34979
  init_cn();
34871
34980
  init_Box();
@@ -34935,7 +35044,7 @@ var init_MarketingFooter = __esm({
34935
35044
  });
34936
35045
  var PullQuote;
34937
35046
  var init_PullQuote = __esm({
34938
- "components/molecules/PullQuote.tsx"() {
35047
+ "components/core/molecules/PullQuote.tsx"() {
34939
35048
  "use client";
34940
35049
  init_cn();
34941
35050
  init_Box();
@@ -34980,7 +35089,7 @@ function persistenceStroke(kind) {
34980
35089
  }
34981
35090
  var AvlEntity;
34982
35091
  var init_AvlEntity = __esm({
34983
- "components/atoms/avl/AvlEntity.tsx"() {
35092
+ "components/avl/atoms/AvlEntity.tsx"() {
34984
35093
  "use client";
34985
35094
  AvlEntity = ({
34986
35095
  x = 0,
@@ -35107,7 +35216,7 @@ function typeShape(kind, x, y, s, color) {
35107
35216
  }
35108
35217
  var AvlFieldType;
35109
35218
  var init_AvlFieldType = __esm({
35110
- "components/atoms/avl/AvlFieldType.tsx"() {
35219
+ "components/avl/atoms/AvlFieldType.tsx"() {
35111
35220
  "use client";
35112
35221
  AvlFieldType = ({
35113
35222
  x = 0,
@@ -35141,7 +35250,7 @@ var init_AvlFieldType = __esm({
35141
35250
  });
35142
35251
  var AvlPage;
35143
35252
  var init_AvlPage = __esm({
35144
- "components/atoms/avl/AvlPage.tsx"() {
35253
+ "components/avl/atoms/AvlPage.tsx"() {
35145
35254
  "use client";
35146
35255
  AvlPage = ({
35147
35256
  x = 0,
@@ -35186,7 +35295,7 @@ var init_AvlPage = __esm({
35186
35295
  });
35187
35296
  var NODE_W, NODE_H, GAP, ARROW_W, MiniStateMachine;
35188
35297
  var init_MiniStateMachine = __esm({
35189
- "components/molecules/avl/MiniStateMachine.tsx"() {
35298
+ "components/avl/molecules/MiniStateMachine.tsx"() {
35190
35299
  "use client";
35191
35300
  init_AvlState();
35192
35301
  init_AvlEffect();
@@ -35281,7 +35390,7 @@ function toFieldKind(type) {
35281
35390
  }
35282
35391
  var PERSISTENCE_BORDER, PERSISTENCE_ICON, ModuleCardInner, ModuleCard;
35283
35392
  var init_ModuleCard = __esm({
35284
- "components/molecules/avl/ModuleCard.tsx"() {
35393
+ "components/avl/molecules/ModuleCard.tsx"() {
35285
35394
  "use client";
35286
35395
  init_AvlEntity();
35287
35396
  init_AvlFieldType();
@@ -35377,10 +35486,10 @@ var init_ModuleCard = __esm({
35377
35486
  });
35378
35487
  var PageHeader;
35379
35488
  var init_PageHeader = __esm({
35380
- "components/molecules/PageHeader.tsx"() {
35489
+ "components/core/molecules/PageHeader.tsx"() {
35381
35490
  "use client";
35382
35491
  init_cn();
35383
- init_atoms();
35492
+ init_atoms2();
35384
35493
  init_Box();
35385
35494
  init_Typography();
35386
35495
  init_useEventBus();
@@ -35511,7 +35620,7 @@ var init_PageHeader = __esm({
35511
35620
  });
35512
35621
  var lookStyles8, Header;
35513
35622
  var init_Header = __esm({
35514
- "components/molecules/Header.tsx"() {
35623
+ "components/core/molecules/Header.tsx"() {
35515
35624
  "use client";
35516
35625
  init_SearchInput();
35517
35626
  init_Avatar();
@@ -35573,7 +35682,7 @@ var init_Header = __esm({
35573
35682
  variant: "ghost",
35574
35683
  onClick: onMenuToggle,
35575
35684
  className: "p-2 -ml-2 text-foreground hover:bg-muted transition-colors",
35576
- "aria-label": isMenuOpen ? "Close menu" : "Open menu",
35685
+ "aria-label": isMenuOpen ? t("aria.closeMenu") : t("aria.openMenu"),
35577
35686
  children: isMenuOpen ? /* @__PURE__ */ jsxRuntime.jsx(LucideIcons2.X, { size: 24 }) : /* @__PURE__ */ jsxRuntime.jsx(LucideIcons2.Menu, { size: 24 })
35578
35687
  }
35579
35688
  ),
@@ -35659,7 +35768,7 @@ var init_Header = __esm({
35659
35768
  });
35660
35769
  var Navigation;
35661
35770
  var init_Navigation = __esm({
35662
- "components/molecules/Navigation.tsx"() {
35771
+ "components/core/molecules/Navigation.tsx"() {
35663
35772
  init_Menu();
35664
35773
  init_Button();
35665
35774
  init_Badge();
@@ -35741,7 +35850,7 @@ var init_Navigation = __esm({
35741
35850
  });
35742
35851
  var paddingStyles4, variantStyles9, Section;
35743
35852
  var init_Section = __esm({
35744
- "components/molecules/Section.tsx"() {
35853
+ "components/core/molecules/Section.tsx"() {
35745
35854
  init_cn();
35746
35855
  init_Typography();
35747
35856
  init_Box();
@@ -35833,7 +35942,7 @@ var init_Section = __esm({
35833
35942
  });
35834
35943
  var SidebarNavItem, Sidebar;
35835
35944
  var init_Sidebar = __esm({
35836
- "components/molecules/Sidebar.tsx"() {
35945
+ "components/core/molecules/Sidebar.tsx"() {
35837
35946
  "use client";
35838
35947
  init_Badge();
35839
35948
  init_Button();
@@ -36014,7 +36123,7 @@ var init_Sidebar = __esm({
36014
36123
  });
36015
36124
  var gapStyles8, alignStyles5, ratioStyles, breakpointPrefixes, Split;
36016
36125
  var init_Split = __esm({
36017
- "components/molecules/Split.tsx"() {
36126
+ "components/core/molecules/Split.tsx"() {
36018
36127
  init_cn();
36019
36128
  init_Box();
36020
36129
  gapStyles8 = {
@@ -36087,7 +36196,7 @@ var init_Split = __esm({
36087
36196
  });
36088
36197
  var WizardContainer;
36089
36198
  var init_WizardContainer = __esm({
36090
- "components/molecules/WizardContainer.tsx"() {
36199
+ "components/core/molecules/WizardContainer.tsx"() {
36091
36200
  "use client";
36092
36201
  init_Button();
36093
36202
  init_Typography();
@@ -36292,7 +36401,7 @@ function getOrbitalType(complexity) {
36292
36401
  }
36293
36402
  var ORBITAL_CONFIGS, SIZE_MAP, OrbitalSphere, DumbbellOrbital, CloverleafOrbital, OrbitalVisualization;
36294
36403
  var init_OrbitalVisualization = __esm({
36295
- "components/molecules/OrbitalVisualization.tsx"() {
36404
+ "components/core/molecules/OrbitalVisualization.tsx"() {
36296
36405
  "use client";
36297
36406
  init_Box();
36298
36407
  init_Typography();
@@ -36661,14 +36770,15 @@ var init_OrbitalVisualization = __esm({
36661
36770
  });
36662
36771
  var SignaturePad;
36663
36772
  var init_SignaturePad = __esm({
36664
- "components/molecules/SignaturePad.tsx"() {
36773
+ "components/core/molecules/SignaturePad.tsx"() {
36665
36774
  "use client";
36666
36775
  init_cn();
36667
- init_atoms();
36776
+ init_atoms2();
36668
36777
  init_Stack();
36669
36778
  init_LoadingState();
36670
36779
  init_ErrorState();
36671
36780
  init_useEventBus();
36781
+ init_useTranslate();
36672
36782
  SignaturePad = ({
36673
36783
  label = "Signature",
36674
36784
  helperText = "Draw your signature above",
@@ -36686,6 +36796,7 @@ var init_SignaturePad = __esm({
36686
36796
  className
36687
36797
  }) => {
36688
36798
  const eventBus = useEventBus();
36799
+ const { t } = useTranslate();
36689
36800
  const canvasRef = React85.useRef(null);
36690
36801
  const [isDrawing, setIsDrawing] = React85.useState(false);
36691
36802
  const [hasSignature, setHasSignature] = React85.useState(!!value);
@@ -36775,13 +36886,13 @@ var init_SignaturePad = __esm({
36775
36886
  }
36776
36887
  }, [signEvent, eventBus]);
36777
36888
  if (isLoading) {
36778
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading signature pad...", className });
36889
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
36779
36890
  }
36780
36891
  if (error) {
36781
36892
  return /* @__PURE__ */ jsxRuntime.jsx(
36782
36893
  ErrorState,
36783
36894
  {
36784
- title: "Signature pad error",
36895
+ title: t("display.signaturePadError"),
36785
36896
  message: error.message,
36786
36897
  className
36787
36898
  }
@@ -36849,16 +36960,17 @@ var init_SignaturePad = __esm({
36849
36960
  });
36850
36961
  var DocumentViewer;
36851
36962
  var init_DocumentViewer = __esm({
36852
- "components/molecules/DocumentViewer.tsx"() {
36963
+ "components/core/molecules/DocumentViewer.tsx"() {
36853
36964
  "use client";
36854
36965
  init_cn();
36855
- init_atoms();
36966
+ init_atoms2();
36856
36967
  init_Stack();
36857
36968
  init_LoadingState();
36858
36969
  init_ErrorState();
36859
36970
  init_EmptyState();
36860
36971
  init_Tabs();
36861
36972
  init_useEventBus();
36973
+ init_useTranslate();
36862
36974
  DocumentViewer = ({
36863
36975
  title,
36864
36976
  src,
@@ -36878,6 +36990,7 @@ var init_DocumentViewer = __esm({
36878
36990
  className
36879
36991
  }) => {
36880
36992
  const eventBus = useEventBus();
36993
+ const { t } = useTranslate();
36881
36994
  const [zoom, setZoom] = React85.useState(100);
36882
36995
  const [currentPage, setCurrentPage] = React85.useState(propPage ?? 1);
36883
36996
  const [activeDocIndex, setActiveDocIndex] = React85.useState(0);
@@ -36913,13 +37026,13 @@ var init_DocumentViewer = __esm({
36913
37026
  }
36914
37027
  }, [totalPages, eventBus, currentPage]);
36915
37028
  if (isLoading) {
36916
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading document...", className });
37029
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
36917
37030
  }
36918
37031
  if (error) {
36919
37032
  return /* @__PURE__ */ jsxRuntime.jsx(
36920
37033
  ErrorState,
36921
37034
  {
36922
- title: "Document error",
37035
+ title: t("display.documentError"),
36923
37036
  message: error.message,
36924
37037
  className
36925
37038
  }
@@ -36934,7 +37047,7 @@ var init_DocumentViewer = __esm({
36934
37047
  EmptyState,
36935
37048
  {
36936
37049
  icon: LucideIcons2.FileText,
36937
- title: "No document",
37050
+ title: t("display.noDocument"),
36938
37051
  description: "No document to display.",
36939
37052
  className
36940
37053
  }
@@ -37053,15 +37166,16 @@ function getGroupColor(group, groups) {
37053
37166
  }
37054
37167
  var GROUP_COLORS2, GraphCanvas;
37055
37168
  var init_GraphCanvas = __esm({
37056
- "components/molecules/GraphCanvas.tsx"() {
37169
+ "components/core/molecules/GraphCanvas.tsx"() {
37057
37170
  "use client";
37058
37171
  init_cn();
37059
- init_atoms();
37172
+ init_atoms2();
37060
37173
  init_Stack();
37061
37174
  init_LoadingState();
37062
37175
  init_ErrorState();
37063
37176
  init_EmptyState();
37064
37177
  init_useEventBus();
37178
+ init_useTranslate();
37065
37179
  GROUP_COLORS2 = [
37066
37180
  "var(--color-primary)",
37067
37181
  "var(--color-success)",
@@ -37088,6 +37202,7 @@ var init_GraphCanvas = __esm({
37088
37202
  className
37089
37203
  }) => {
37090
37204
  const eventBus = useEventBus();
37205
+ const { t } = useTranslate();
37091
37206
  const canvasRef = React85.useRef(null);
37092
37207
  const animRef = React85.useRef(0);
37093
37208
  const [zoom, setZoom] = React85.useState(1);
@@ -37269,13 +37384,13 @@ var init_GraphCanvas = __esm({
37269
37384
  setOffset({ x: 0, y: 0 });
37270
37385
  }, []);
37271
37386
  if (isLoading) {
37272
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading graph...", className });
37387
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
37273
37388
  }
37274
37389
  if (error) {
37275
37390
  return /* @__PURE__ */ jsxRuntime.jsx(
37276
37391
  ErrorState,
37277
37392
  {
37278
- title: "Graph error",
37393
+ title: t("display.graphError"),
37279
37394
  message: error.message,
37280
37395
  className
37281
37396
  }
@@ -37285,7 +37400,7 @@ var init_GraphCanvas = __esm({
37285
37400
  return /* @__PURE__ */ jsxRuntime.jsx(
37286
37401
  EmptyState,
37287
37402
  {
37288
- title: "No graph data",
37403
+ title: t("display.noGraphData"),
37289
37404
  description: "No nodes to display.",
37290
37405
  className
37291
37406
  }
@@ -37361,19 +37476,19 @@ var init_GraphCanvas = __esm({
37361
37476
  }
37362
37477
  });
37363
37478
 
37364
- // components/molecules/index.ts
37365
- var init_molecules = __esm({
37366
- "components/molecules/index.ts"() {
37479
+ // components/core/molecules/index.ts
37480
+ var init_molecules2 = __esm({
37481
+ "components/core/molecules/index.ts"() {
37367
37482
  init_EmptyState();
37368
37483
  init_Pagination();
37369
- init_game2();
37484
+ init_molecules();
37370
37485
  }
37371
37486
  });
37372
37487
 
37373
- // components/organisms/types.ts
37488
+ // components/core/organisms/types.ts
37374
37489
  var EntityDisplayEvents;
37375
37490
  var init_types3 = __esm({
37376
- "components/organisms/types.ts"() {
37491
+ "components/core/organisms/types.ts"() {
37377
37492
  EntityDisplayEvents = {
37378
37493
  SORT: "SORT",
37379
37494
  PAGINATE: "PAGINATE",
@@ -37787,15 +37902,15 @@ function DataTable({
37787
37902
  }
37788
37903
  var lookStyles9;
37789
37904
  var init_DataTable = __esm({
37790
- "components/organisms/DataTable.tsx"() {
37905
+ "components/core/organisms/DataTable.tsx"() {
37791
37906
  "use client";
37792
37907
  init_cn();
37793
37908
  init_getNestedValue();
37794
- init_atoms();
37909
+ init_atoms2();
37795
37910
  init_Box();
37796
37911
  init_Stack();
37797
37912
  init_Typography();
37798
- init_molecules();
37913
+ init_molecules2();
37799
37914
  init_Icon();
37800
37915
  init_useEventBus();
37801
37916
  init_useTranslate();
@@ -37942,8 +38057,8 @@ function DebuggerBoard({
37942
38057
  );
37943
38058
  }
37944
38059
  var init_DebuggerBoard = __esm({
37945
- "components/organisms/game/puzzles/debugger/DebuggerBoard.tsx"() {
37946
- init_atoms();
38060
+ "components/game/organisms/puzzles/debugger/DebuggerBoard.tsx"() {
38061
+ init_atoms2();
37947
38062
  init_useEventBus();
37948
38063
  init_useTranslate();
37949
38064
  DebuggerBoard.displayName = "DebuggerBoard";
@@ -38064,9 +38179,9 @@ function buildFieldTypeMap(fields) {
38064
38179
  }
38065
38180
  var ReactMarkdown2, DetailPanel;
38066
38181
  var init_DetailPanel = __esm({
38067
- "components/organisms/DetailPanel.tsx"() {
38182
+ "components/core/organisms/DetailPanel.tsx"() {
38068
38183
  "use client";
38069
- init_atoms();
38184
+ init_atoms2();
38070
38185
  init_Box();
38071
38186
  init_Stack();
38072
38187
  init_SimpleGrid();
@@ -38241,7 +38356,7 @@ var init_DetailPanel = __esm({
38241
38356
  return /* @__PURE__ */ jsxRuntime.jsx(
38242
38357
  LoadingState,
38243
38358
  {
38244
- message: "Loading details...",
38359
+ message: t("common.loading"),
38245
38360
  className
38246
38361
  }
38247
38362
  );
@@ -38261,7 +38376,7 @@ var init_DetailPanel = __esm({
38261
38376
  return /* @__PURE__ */ jsxRuntime.jsx(
38262
38377
  EmptyState,
38263
38378
  {
38264
- title: "Not Found",
38379
+ title: t("error.notFound"),
38265
38380
  description: "The requested item could not be found.",
38266
38381
  className
38267
38382
  }
@@ -38409,7 +38524,7 @@ function extractTitle(children) {
38409
38524
  }
38410
38525
  var DrawerSlot;
38411
38526
  var init_DrawerSlot = __esm({
38412
- "components/organisms/DrawerSlot.tsx"() {
38527
+ "components/core/organisms/DrawerSlot.tsx"() {
38413
38528
  "use client";
38414
38529
  init_Drawer();
38415
38530
  init_useEventBus();
@@ -38652,7 +38767,7 @@ function TraitStateViewer({
38652
38767
  }
38653
38768
  var SIZE_CONFIG2;
38654
38769
  var init_TraitStateViewer = __esm({
38655
- "components/organisms/game/TraitStateViewer.tsx"() {
38770
+ "components/game/organisms/TraitStateViewer.tsx"() {
38656
38771
  "use client";
38657
38772
  init_cn();
38658
38773
  init_useTranslate();
@@ -38711,8 +38826,8 @@ function RuleEditor({
38711
38826
  ] });
38712
38827
  }
38713
38828
  var init_RuleEditor = __esm({
38714
- "components/organisms/game/puzzles/event-handler/RuleEditor.tsx"() {
38715
- init_atoms();
38829
+ "components/game/organisms/puzzles/event-handler/RuleEditor.tsx"() {
38830
+ init_atoms2();
38716
38831
  init_cn();
38717
38832
  init_useTranslate();
38718
38833
  RuleEditor.displayName = "RuleEditor";
@@ -38786,8 +38901,8 @@ function ObjectRulePanel({
38786
38901
  }
38787
38902
  var nextRuleId;
38788
38903
  var init_ObjectRulePanel = __esm({
38789
- "components/organisms/game/puzzles/event-handler/ObjectRulePanel.tsx"() {
38790
- init_atoms();
38904
+ "components/game/organisms/puzzles/event-handler/ObjectRulePanel.tsx"() {
38905
+ init_atoms2();
38791
38906
  init_cn();
38792
38907
  init_useTranslate();
38793
38908
  init_TraitStateViewer();
@@ -38831,8 +38946,8 @@ function EventLog({
38831
38946
  }
38832
38947
  var STATUS_STYLES, STATUS_DOTS;
38833
38948
  var init_EventLog = __esm({
38834
- "components/organisms/game/puzzles/event-handler/EventLog.tsx"() {
38835
- init_atoms();
38949
+ "components/game/organisms/puzzles/event-handler/EventLog.tsx"() {
38950
+ init_atoms2();
38836
38951
  init_cn();
38837
38952
  init_useTranslate();
38838
38953
  STATUS_STYLES = {
@@ -39044,8 +39159,8 @@ function EventHandlerBoard({
39044
39159
  }
39045
39160
  var ENCOURAGEMENT_KEYS;
39046
39161
  var init_EventHandlerBoard = __esm({
39047
- "components/organisms/game/puzzles/event-handler/EventHandlerBoard.tsx"() {
39048
- init_atoms();
39162
+ "components/game/organisms/puzzles/event-handler/EventHandlerBoard.tsx"() {
39163
+ init_atoms2();
39049
39164
  init_cn();
39050
39165
  init_useEventBus();
39051
39166
  init_useTranslate();
@@ -39062,7 +39177,7 @@ var init_EventHandlerBoard = __esm({
39062
39177
  });
39063
39178
  var FeatureDetailPageTemplate;
39064
39179
  var init_FeatureDetailPageTemplate = __esm({
39065
- "components/templates/FeatureDetailPageTemplate.tsx"() {
39180
+ "components/marketing/templates/FeatureDetailPageTemplate.tsx"() {
39066
39181
  init_cn();
39067
39182
  init_Stack();
39068
39183
  init_HeroSection();
@@ -39114,7 +39229,7 @@ var init_FeatureDetailPageTemplate = __esm({
39114
39229
  });
39115
39230
  var FeatureGridOrganism;
39116
39231
  var init_FeatureGridOrganism = __esm({
39117
- "components/organisms/FeatureGridOrganism.tsx"() {
39232
+ "components/core/organisms/FeatureGridOrganism.tsx"() {
39118
39233
  "use client";
39119
39234
  init_cn();
39120
39235
  init_useEventBus();
@@ -39286,7 +39401,7 @@ function formatDateTimeValue(value) {
39286
39401
  }
39287
39402
  var layoutStyles, gapStyles9, Form;
39288
39403
  var init_Form = __esm({
39289
- "components/organisms/Form.tsx"() {
39404
+ "components/core/organisms/Form.tsx"() {
39290
39405
  "use client";
39291
39406
  init_cn();
39292
39407
  init_Input();
@@ -40119,7 +40234,7 @@ function useGameAudio({
40119
40234
  };
40120
40235
  }
40121
40236
  var init_useGameAudio = __esm({
40122
- "components/organisms/game/hooks/useGameAudio.ts"() {
40237
+ "components/game/organisms/hooks/useGameAudio.ts"() {
40123
40238
  "use client";
40124
40239
  useGameAudio.displayName = "useGameAudio";
40125
40240
  }
@@ -40171,7 +40286,7 @@ function GameAudioProvider({
40171
40286
  }
40172
40287
  var GameAudioContext;
40173
40288
  var init_GameAudioProvider = __esm({
40174
- "components/organisms/game/GameAudioProvider.tsx"() {
40289
+ "components/game/organisms/GameAudioProvider.tsx"() {
40175
40290
  "use client";
40176
40291
  init_useEventBus();
40177
40292
  init_useGameAudio();
@@ -40204,9 +40319,9 @@ function GameAudioToggle({
40204
40319
  );
40205
40320
  }
40206
40321
  var init_GameAudioToggle = __esm({
40207
- "components/organisms/game/GameAudioToggle.tsx"() {
40322
+ "components/game/organisms/GameAudioToggle.tsx"() {
40208
40323
  "use client";
40209
- init_atoms();
40324
+ init_atoms2();
40210
40325
  init_cn();
40211
40326
  init_GameAudioProvider();
40212
40327
  GameAudioToggle.displayName = "GameAudioToggle";
@@ -40214,7 +40329,7 @@ var init_GameAudioToggle = __esm({
40214
40329
  });
40215
40330
  var GameShell;
40216
40331
  var init_GameShell = __esm({
40217
- "components/templates/GameShell.tsx"() {
40332
+ "components/game/templates/GameShell.tsx"() {
40218
40333
  init_cn();
40219
40334
  init_Box();
40220
40335
  init_Stack();
@@ -40292,7 +40407,7 @@ var init_GameShell = __esm({
40292
40407
  });
40293
40408
  var GameTemplate;
40294
40409
  var init_GameTemplate = __esm({
40295
- "components/templates/GameTemplate.tsx"() {
40410
+ "components/game/templates/GameTemplate.tsx"() {
40296
40411
  init_cn();
40297
40412
  init_Box();
40298
40413
  init_Stack();
@@ -40409,7 +40524,7 @@ var init_GameTemplate = __esm({
40409
40524
  });
40410
40525
  var GenericAppTemplate;
40411
40526
  var init_GenericAppTemplate = __esm({
40412
- "components/templates/GenericAppTemplate.tsx"() {
40527
+ "components/core/templates/GenericAppTemplate.tsx"() {
40413
40528
  init_cn();
40414
40529
  init_Box();
40415
40530
  init_Stack();
@@ -40457,7 +40572,7 @@ var init_GenericAppTemplate = __esm({
40457
40572
  });
40458
40573
  var HeroOrganism, _HeroClickInterceptor;
40459
40574
  var init_HeroOrganism = __esm({
40460
- "components/organisms/HeroOrganism.tsx"() {
40575
+ "components/core/organisms/HeroOrganism.tsx"() {
40461
40576
  "use client";
40462
40577
  init_cn();
40463
40578
  init_useEventBus();
@@ -40565,8 +40680,9 @@ var init_HeroOrganism = __esm({
40565
40680
  });
40566
40681
  var LandingPageTemplate;
40567
40682
  var init_LandingPageTemplate = __esm({
40568
- "components/templates/LandingPageTemplate.tsx"() {
40683
+ "components/marketing/templates/LandingPageTemplate.tsx"() {
40569
40684
  init_cn();
40685
+ init_useTranslate();
40570
40686
  init_Stack();
40571
40687
  init_Box();
40572
40688
  init_Container();
@@ -40584,6 +40700,7 @@ var init_LandingPageTemplate = __esm({
40584
40700
  featureColumns = 3,
40585
40701
  className
40586
40702
  }) => {
40703
+ const { t } = useTranslate();
40587
40704
  const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
40588
40705
  if (!resolved) return null;
40589
40706
  return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
@@ -40603,7 +40720,7 @@ var init_LandingPageTemplate = __esm({
40603
40720
  }
40604
40721
  ),
40605
40722
  Array.isArray(resolved.features) && resolved.features.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
40606
- /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "Features" }),
40723
+ /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.features") }),
40607
40724
  /* @__PURE__ */ jsxRuntime.jsx(
40608
40725
  FeatureGrid,
40609
40726
  {
@@ -40627,7 +40744,7 @@ var init_LandingPageTemplate = __esm({
40627
40744
  }
40628
40745
  ) }) }),
40629
40746
  resolved.steps && resolved.steps.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
40630
- /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "How It Works" }),
40747
+ /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.howItWorks") }),
40631
40748
  /* @__PURE__ */ jsxRuntime.jsx(
40632
40749
  StepFlow,
40633
40750
  {
@@ -40641,7 +40758,7 @@ var init_LandingPageTemplate = __esm({
40641
40758
  )
40642
40759
  ] }) }) }),
40643
40760
  resolved.showcase && resolved.showcase.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
40644
- /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "Showcase" }),
40761
+ /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.showcase") }),
40645
40762
  /* @__PURE__ */ jsxRuntime.jsx(SimpleGrid, { cols: Math.min(resolved.showcase.length, 3), gap: "lg", children: resolved.showcase.map((item) => /* @__PURE__ */ jsxRuntime.jsx(
40646
40763
  ShowcaseCard,
40647
40764
  {
@@ -40755,9 +40872,9 @@ function formatFieldLabel2(fieldName) {
40755
40872
  }
40756
40873
  var STATUS_STYLES2, StatusBadge, ProgressIndicator, List3;
40757
40874
  var init_List = __esm({
40758
- "components/organisms/List.tsx"() {
40875
+ "components/core/organisms/List.tsx"() {
40759
40876
  "use client";
40760
- init_atoms();
40877
+ init_atoms2();
40761
40878
  init_Stack();
40762
40879
  init_Menu();
40763
40880
  init_EmptyState();
@@ -40931,7 +41048,7 @@ var init_List = __esm({
40931
41048
  return /* @__PURE__ */ jsxRuntime.jsx(
40932
41049
  LoadingState,
40933
41050
  {
40934
- message: "Loading items...",
41051
+ message: t("error.loadingItems"),
40935
41052
  className
40936
41053
  }
40937
41054
  );
@@ -40941,7 +41058,7 @@ var init_List = __esm({
40941
41058
  EmptyState,
40942
41059
  {
40943
41060
  icon: LucideIcons2.Package,
40944
- title: "Error loading items",
41061
+ title: t("error.somethingWentWrong"),
40945
41062
  description: error.message,
40946
41063
  className
40947
41064
  }
@@ -41197,7 +41314,7 @@ var init_List = __esm({
41197
41314
  EmptyState,
41198
41315
  {
41199
41316
  icon: LucideIcons2.Package,
41200
- title: "No items found",
41317
+ title: t("error.noItemsFound"),
41201
41318
  description: resolvedEmptyMessage,
41202
41319
  className
41203
41320
  }
@@ -41256,7 +41373,7 @@ function MasterDetail({
41256
41373
  );
41257
41374
  }
41258
41375
  var init_MasterDetail = __esm({
41259
- "components/organisms/MasterDetail.tsx"() {
41376
+ "components/core/organisms/MasterDetail.tsx"() {
41260
41377
  "use client";
41261
41378
  init_DataTable();
41262
41379
  MasterDetail.displayName = "MasterDetail";
@@ -41264,7 +41381,7 @@ var init_MasterDetail = __esm({
41264
41381
  });
41265
41382
  var DefaultEmptyDetail, MasterDetailLayout;
41266
41383
  var init_MasterDetailLayout = __esm({
41267
- "components/organisms/layout/MasterDetailLayout.tsx"() {
41384
+ "components/core/organisms/layout/MasterDetailLayout.tsx"() {
41268
41385
  init_cn();
41269
41386
  init_Typography();
41270
41387
  DefaultEmptyDetail = () => /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-center h-full border-2 border-dashed border-border", children: /* @__PURE__ */ jsxRuntime.jsx(
@@ -41315,10 +41432,10 @@ var init_MasterDetailLayout = __esm({
41315
41432
  });
41316
41433
  var COLUMN_CLASSES, ASPECT_CLASSES, MediaGallery;
41317
41434
  var init_MediaGallery = __esm({
41318
- "components/organisms/MediaGallery.tsx"() {
41435
+ "components/core/organisms/MediaGallery.tsx"() {
41319
41436
  "use client";
41320
41437
  init_cn();
41321
- init_atoms();
41438
+ init_atoms2();
41322
41439
  init_Stack();
41323
41440
  init_LoadingState();
41324
41441
  init_ErrorState();
@@ -41383,13 +41500,13 @@ var init_MediaGallery = __esm({
41383
41500
  }));
41384
41501
  }, [propItems, entityData]);
41385
41502
  if (isLoading) {
41386
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading media...", className });
41503
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
41387
41504
  }
41388
41505
  if (error) {
41389
41506
  return /* @__PURE__ */ jsxRuntime.jsx(
41390
41507
  ErrorState,
41391
41508
  {
41392
- title: "Gallery error",
41509
+ title: t("display.galleryError"),
41393
41510
  message: error.message,
41394
41511
  className
41395
41512
  }
@@ -41400,7 +41517,7 @@ var init_MediaGallery = __esm({
41400
41517
  EmptyState,
41401
41518
  {
41402
41519
  icon: LucideIcons2.Image,
41403
- title: "No media",
41520
+ title: t("display.noMedia"),
41404
41521
  description: "No media items to display.",
41405
41522
  className
41406
41523
  }
@@ -41544,7 +41661,7 @@ function extractTitle2(children) {
41544
41661
  }
41545
41662
  var ModalSlot;
41546
41663
  var init_ModalSlot = __esm({
41547
- "components/organisms/ModalSlot.tsx"() {
41664
+ "components/core/organisms/ModalSlot.tsx"() {
41548
41665
  "use client";
41549
41666
  init_Modal();
41550
41667
  init_useEventBus();
@@ -41725,8 +41842,8 @@ function NegotiatorBoard({
41725
41842
  );
41726
41843
  }
41727
41844
  var init_NegotiatorBoard = __esm({
41728
- "components/organisms/game/puzzles/negotiator/NegotiatorBoard.tsx"() {
41729
- init_atoms();
41845
+ "components/game/organisms/puzzles/negotiator/NegotiatorBoard.tsx"() {
41846
+ init_atoms2();
41730
41847
  init_useEventBus();
41731
41848
  init_useTranslate();
41732
41849
  NegotiatorBoard.displayName = "NegotiatorBoard";
@@ -41734,7 +41851,7 @@ var init_NegotiatorBoard = __esm({
41734
41851
  });
41735
41852
  var PricingOrganism;
41736
41853
  var init_PricingOrganism = __esm({
41737
- "components/organisms/PricingOrganism.tsx"() {
41854
+ "components/marketing/organisms/PricingOrganism.tsx"() {
41738
41855
  "use client";
41739
41856
  init_cn();
41740
41857
  init_useEventBus();
@@ -41786,8 +41903,9 @@ var init_PricingOrganism = __esm({
41786
41903
  });
41787
41904
  var PricingPageTemplate;
41788
41905
  var init_PricingPageTemplate = __esm({
41789
- "components/templates/PricingPageTemplate.tsx"() {
41906
+ "components/marketing/templates/PricingPageTemplate.tsx"() {
41790
41907
  init_cn();
41908
+ init_useTranslate();
41791
41909
  init_Stack();
41792
41910
  init_Box();
41793
41911
  init_Container();
@@ -41800,6 +41918,7 @@ var init_PricingPageTemplate = __esm({
41800
41918
  entity,
41801
41919
  className
41802
41920
  }) => {
41921
+ const { t } = useTranslate();
41803
41922
  const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
41804
41923
  if (!resolved) return null;
41805
41924
  return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
@@ -41828,7 +41947,7 @@ var init_PricingPageTemplate = __esm({
41828
41947
  }
41829
41948
  ) }) }),
41830
41949
  resolved.faq && resolved.faq.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "lg", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
41831
- /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "Frequently Asked Questions" }),
41950
+ /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.faq") }),
41832
41951
  /* @__PURE__ */ jsxRuntime.jsx(
41833
41952
  Accordion,
41834
41953
  {
@@ -41997,7 +42116,7 @@ function useDebugData() {
41997
42116
  return data;
41998
42117
  }
41999
42118
  var init_useDebugData = __esm({
42000
- "components/organisms/debug/hooks/useDebugData.ts"() {
42119
+ "components/core/organisms/debug/hooks/useDebugData.ts"() {
42001
42120
  "use client";
42002
42121
  init_traitRegistry();
42003
42122
  init_tickRegistry();
@@ -42272,7 +42391,7 @@ function WalkMinimap() {
42272
42391
  ] });
42273
42392
  }
42274
42393
  var init_WalkMinimap = __esm({
42275
- "components/organisms/debug/WalkMinimap.tsx"() {
42394
+ "components/core/organisms/debug/WalkMinimap.tsx"() {
42276
42395
  "use client";
42277
42396
  init_Box();
42278
42397
  init_Stack();
@@ -42282,11 +42401,12 @@ var init_WalkMinimap = __esm({
42282
42401
  }
42283
42402
  });
42284
42403
  function TraitsTab({ traits: traits2 }) {
42404
+ const { t } = useTranslate();
42285
42405
  if (traits2.length === 0) {
42286
42406
  return /* @__PURE__ */ jsxRuntime.jsx(
42287
42407
  EmptyState,
42288
42408
  {
42289
- title: "No active traits",
42409
+ title: t("debug.noActiveTraits"),
42290
42410
  description: "Traits will appear when components using them are mounted",
42291
42411
  className: "py-8"
42292
42412
  }
@@ -42317,19 +42437,19 @@ function TraitsTab({ traits: traits2 }) {
42317
42437
  ] }),
42318
42438
  trait.transitions.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
42319
42439
  /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", weight: "medium", className: "text-gray-500 mb-2", children: "Transitions" }),
42320
- /* @__PURE__ */ jsxRuntime.jsx(Stack, { gap: "xs", children: trait.transitions.map((t, i) => /* @__PURE__ */ jsxRuntime.jsxs(Typography, { variant: "small", className: "font-mono", children: [
42321
- t.from,
42440
+ /* @__PURE__ */ jsxRuntime.jsx(Stack, { gap: "xs", children: trait.transitions.map((t2, i) => /* @__PURE__ */ jsxRuntime.jsxs(Typography, { variant: "small", className: "font-mono", children: [
42441
+ t2.from,
42322
42442
  " \u2192 ",
42323
- t.to,
42443
+ t2.to,
42324
42444
  " ",
42325
42445
  /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-gray-500", children: [
42326
42446
  "(",
42327
- t.event,
42447
+ t2.event,
42328
42448
  ")"
42329
42449
  ] }),
42330
- t.guard && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-amber-500", children: [
42450
+ t2.guard && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-amber-500", children: [
42331
42451
  " [",
42332
- t.guard,
42452
+ t2.guard,
42333
42453
  "]"
42334
42454
  ] })
42335
42455
  ] }, i)) })
@@ -42346,23 +42466,25 @@ function TraitsTab({ traits: traits2 }) {
42346
42466
  return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "debug-tab debug-tab--traits", children: /* @__PURE__ */ jsxRuntime.jsx(Accordion, { items: accordionItems, multiple: true }) });
42347
42467
  }
42348
42468
  var init_TraitsTab = __esm({
42349
- "components/organisms/debug/tabs/TraitsTab.tsx"() {
42469
+ "components/core/organisms/debug/tabs/TraitsTab.tsx"() {
42350
42470
  init_Accordion();
42351
42471
  init_Badge();
42352
42472
  init_Typography();
42353
42473
  init_Stack();
42354
42474
  init_EmptyState();
42475
+ init_useTranslate();
42355
42476
  TraitsTab.displayName = "TraitsTab";
42356
42477
  }
42357
42478
  });
42358
42479
  function TicksTab({ ticks: ticks2 }) {
42359
- const activeTicks = ticks2.filter((t) => t.active);
42360
- const inactiveTicks = ticks2.filter((t) => !t.active);
42480
+ const { t } = useTranslate();
42481
+ const activeTicks = ticks2.filter((t2) => t2.active);
42482
+ const inactiveTicks = ticks2.filter((t2) => !t2.active);
42361
42483
  if (ticks2.length === 0) {
42362
42484
  return /* @__PURE__ */ jsxRuntime.jsx(
42363
42485
  EmptyState,
42364
42486
  {
42365
- title: "No ticks registered",
42487
+ title: t("debug.noTicks"),
42366
42488
  description: "Ticks will appear when trait tick handlers are running",
42367
42489
  className: "py-8"
42368
42490
  }
@@ -42422,21 +42544,23 @@ function TicksTab({ ticks: ticks2 }) {
42422
42544
  ] });
42423
42545
  }
42424
42546
  var init_TicksTab = __esm({
42425
- "components/organisms/debug/tabs/TicksTab.tsx"() {
42547
+ "components/core/organisms/debug/tabs/TicksTab.tsx"() {
42426
42548
  init_Badge();
42427
42549
  init_Typography();
42428
42550
  init_Stack();
42429
42551
  init_Card();
42430
42552
  init_EmptyState();
42553
+ init_useTranslate();
42431
42554
  TicksTab.displayName = "TicksTab";
42432
42555
  }
42433
42556
  });
42434
42557
  function EntitiesTab({ snapshot }) {
42558
+ const { t } = useTranslate();
42435
42559
  if (!snapshot) {
42436
42560
  return /* @__PURE__ */ jsxRuntime.jsx(
42437
42561
  EmptyState,
42438
42562
  {
42439
- title: "No entity data",
42563
+ title: t("debug.noEntityData"),
42440
42564
  description: "Debug mode may not be enabled",
42441
42565
  className: "py-8"
42442
42566
  }
@@ -42449,7 +42573,7 @@ function EntitiesTab({ snapshot }) {
42449
42573
  return /* @__PURE__ */ jsxRuntime.jsx(
42450
42574
  EmptyState,
42451
42575
  {
42452
- title: "No entities",
42576
+ title: t("debug.noEntities"),
42453
42577
  description: "Entities will appear when spawned",
42454
42578
  className: "py-8"
42455
42579
  }
@@ -42506,16 +42630,18 @@ function EntitiesTab({ snapshot }) {
42506
42630
  ] });
42507
42631
  }
42508
42632
  var init_EntitiesTab = __esm({
42509
- "components/organisms/debug/tabs/EntitiesTab.tsx"() {
42633
+ "components/core/organisms/debug/tabs/EntitiesTab.tsx"() {
42510
42634
  init_Accordion();
42511
42635
  init_Badge();
42512
42636
  init_Typography();
42513
42637
  init_Stack();
42514
42638
  init_EmptyState();
42639
+ init_useTranslate();
42515
42640
  EntitiesTab.displayName = "EntitiesTab";
42516
42641
  }
42517
42642
  });
42518
42643
  function EventFlowTab({ events: events2 }) {
42644
+ const { t } = useTranslate();
42519
42645
  const [filter, setFilter] = React85__namespace.useState("all");
42520
42646
  const containerRef = React85__namespace.useRef(null);
42521
42647
  const [autoScroll, setAutoScroll] = React85__namespace.useState(true);
@@ -42541,7 +42667,7 @@ function EventFlowTab({ events: events2 }) {
42541
42667
  return /* @__PURE__ */ jsxRuntime.jsx(
42542
42668
  EmptyState,
42543
42669
  {
42544
- title: "No events yet",
42670
+ title: t("debug.noEventsYet"),
42545
42671
  description: "Events will appear as traits, ticks, and other systems execute",
42546
42672
  className: "py-8"
42547
42673
  }
@@ -42623,7 +42749,7 @@ function EventFlowTab({ events: events2 }) {
42623
42749
  }
42624
42750
  var TYPE_BADGES;
42625
42751
  var init_EventFlowTab = __esm({
42626
- "components/organisms/debug/tabs/EventFlowTab.tsx"() {
42752
+ "components/core/organisms/debug/tabs/EventFlowTab.tsx"() {
42627
42753
  "use client";
42628
42754
  init_Badge();
42629
42755
  init_Typography();
@@ -42631,6 +42757,7 @@ var init_EventFlowTab = __esm({
42631
42757
  init_Button();
42632
42758
  init_Checkbox();
42633
42759
  init_EmptyState();
42760
+ init_useTranslate();
42634
42761
  TYPE_BADGES = {
42635
42762
  trait: { variant: "primary", icon: "\u{1F504}" },
42636
42763
  tick: { variant: "warning", icon: "\u23F1\uFE0F" },
@@ -42643,12 +42770,13 @@ var init_EventFlowTab = __esm({
42643
42770
  }
42644
42771
  });
42645
42772
  function GuardsPanel({ guards }) {
42773
+ const { t } = useTranslate();
42646
42774
  const [filter, setFilter] = React85__namespace.useState("all");
42647
42775
  if (guards.length === 0) {
42648
42776
  return /* @__PURE__ */ jsxRuntime.jsx(
42649
42777
  EmptyState,
42650
42778
  {
42651
- title: "No guard evaluations",
42779
+ title: t("debug.noGuardEvaluations"),
42652
42780
  description: "Guard evaluations will appear when transitions or ticks with guards execute",
42653
42781
  className: "py-8"
42654
42782
  }
@@ -42715,7 +42843,7 @@ function GuardsPanel({ guards }) {
42715
42843
  ] });
42716
42844
  }
42717
42845
  var init_GuardsPanel = __esm({
42718
- "components/organisms/debug/tabs/GuardsPanel.tsx"() {
42846
+ "components/core/organisms/debug/tabs/GuardsPanel.tsx"() {
42719
42847
  "use client";
42720
42848
  init_Accordion();
42721
42849
  init_Badge();
@@ -42724,15 +42852,17 @@ var init_GuardsPanel = __esm({
42724
42852
  init_ButtonGroup();
42725
42853
  init_Button();
42726
42854
  init_EmptyState();
42855
+ init_useTranslate();
42727
42856
  GuardsPanel.displayName = "GuardsPanel";
42728
42857
  }
42729
42858
  });
42730
42859
  function VerificationTab({ checks, summary }) {
42860
+ const { t } = useTranslate();
42731
42861
  if (checks.length === 0) {
42732
42862
  return /* @__PURE__ */ jsxRuntime.jsx(
42733
42863
  EmptyState,
42734
42864
  {
42735
- title: "No verification checks yet",
42865
+ title: t("debug.noVerificationChecks"),
42736
42866
  description: "Checks will appear as the app executes transitions and effects",
42737
42867
  className: "py-8"
42738
42868
  }
@@ -42792,12 +42922,13 @@ function VerificationTab({ checks, summary }) {
42792
42922
  }
42793
42923
  var STATUS_CONFIG;
42794
42924
  var init_VerificationTab = __esm({
42795
- "components/organisms/debug/tabs/VerificationTab.tsx"() {
42925
+ "components/core/organisms/debug/tabs/VerificationTab.tsx"() {
42796
42926
  "use client";
42797
42927
  init_Badge();
42798
42928
  init_Typography();
42799
42929
  init_Stack();
42800
42930
  init_EmptyState();
42931
+ init_useTranslate();
42801
42932
  STATUS_CONFIG = {
42802
42933
  pass: { variant: "success", icon: "\u2713", label: "PASS" },
42803
42934
  fail: { variant: "danger", icon: "\u2717", label: "FAIL" },
@@ -42817,6 +42948,7 @@ function EffectBadge({ effect }) {
42817
42948
  ] });
42818
42949
  }
42819
42950
  function TransitionTimeline({ transitions }) {
42951
+ const { t } = useTranslate();
42820
42952
  const containerRef = React85__namespace.useRef(null);
42821
42953
  const [autoScroll, setAutoScroll] = React85__namespace.useState(true);
42822
42954
  const [expandedId, setExpandedId] = React85__namespace.useState(null);
@@ -42829,7 +42961,7 @@ function TransitionTimeline({ transitions }) {
42829
42961
  return /* @__PURE__ */ jsxRuntime.jsx(
42830
42962
  EmptyState,
42831
42963
  {
42832
- title: "No transitions recorded",
42964
+ title: t("debug.noTransitionsRecorded"),
42833
42965
  description: "Transitions will appear as the state machine processes events",
42834
42966
  className: "py-8"
42835
42967
  }
@@ -42931,12 +43063,13 @@ function TransitionTimeline({ transitions }) {
42931
43063
  }
42932
43064
  var EFFECT_STATUS_VARIANT;
42933
43065
  var init_TransitionTimeline = __esm({
42934
- "components/organisms/debug/tabs/TransitionTimeline.tsx"() {
43066
+ "components/core/organisms/debug/tabs/TransitionTimeline.tsx"() {
42935
43067
  "use client";
42936
43068
  init_Badge();
42937
43069
  init_Typography();
42938
43070
  init_EmptyState();
42939
43071
  init_Checkbox();
43072
+ init_useTranslate();
42940
43073
  EFFECT_STATUS_VARIANT = {
42941
43074
  executed: "success",
42942
43075
  failed: "danger",
@@ -42952,11 +43085,12 @@ function StatRow({ label, value, variant }) {
42952
43085
  ] });
42953
43086
  }
42954
43087
  function ServerBridgeTab({ bridge }) {
43088
+ const { t } = useTranslate();
42955
43089
  if (!bridge) {
42956
43090
  return /* @__PURE__ */ jsxRuntime.jsx(
42957
43091
  EmptyState,
42958
43092
  {
42959
- title: "No bridge data",
43093
+ title: t("debug.noBridgeData"),
42960
43094
  description: "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
42961
43095
  className: "py-8"
42962
43096
  }
@@ -42982,7 +43116,7 @@ function ServerBridgeTab({ bridge }) {
42982
43116
  /* @__PURE__ */ jsxRuntime.jsx(
42983
43117
  StatRow,
42984
43118
  {
42985
- label: "Status",
43119
+ label: t("debug.status"),
42986
43120
  value: bridge.connected ? "Connected" : "Disconnected",
42987
43121
  variant: bridge.connected ? "success" : "danger"
42988
43122
  }
@@ -42990,21 +43124,21 @@ function ServerBridgeTab({ bridge }) {
42990
43124
  /* @__PURE__ */ jsxRuntime.jsx(
42991
43125
  StatRow,
42992
43126
  {
42993
- label: "Events Forwarded (Client \u2192 Server)",
43127
+ label: t("debug.eventsForwarded"),
42994
43128
  value: bridge.eventsForwarded
42995
43129
  }
42996
43130
  ),
42997
43131
  /* @__PURE__ */ jsxRuntime.jsx(
42998
43132
  StatRow,
42999
43133
  {
43000
- label: "Events Received (Server \u2192 Client)",
43134
+ label: t("debug.eventsReceived"),
43001
43135
  value: bridge.eventsReceived
43002
43136
  }
43003
43137
  ),
43004
43138
  /* @__PURE__ */ jsxRuntime.jsx(
43005
43139
  StatRow,
43006
43140
  {
43007
- label: "Last Heartbeat",
43141
+ label: t("debug.lastHeartbeat"),
43008
43142
  value: formatTime4(bridge.lastHeartbeat)
43009
43143
  }
43010
43144
  )
@@ -43021,13 +43155,14 @@ function ServerBridgeTab({ bridge }) {
43021
43155
  ] }) });
43022
43156
  }
43023
43157
  var init_ServerBridgeTab = __esm({
43024
- "components/organisms/debug/tabs/ServerBridgeTab.tsx"() {
43158
+ "components/core/organisms/debug/tabs/ServerBridgeTab.tsx"() {
43025
43159
  "use client";
43026
43160
  init_Badge();
43027
43161
  init_Typography();
43028
43162
  init_Stack();
43029
43163
  init_Card();
43030
43164
  init_EmptyState();
43165
+ init_useTranslate();
43031
43166
  ServerBridgeTab.displayName = "ServerBridgeTab";
43032
43167
  }
43033
43168
  });
@@ -43106,6 +43241,7 @@ function getAllEvents(traits2) {
43106
43241
  }
43107
43242
  function EventDispatcherTab({ traits: traits2, schema }) {
43108
43243
  const eventBus = useEventBus();
43244
+ const { t } = useTranslate();
43109
43245
  const [log12, setLog] = React85__namespace.useState([]);
43110
43246
  const prevStatesRef = React85__namespace.useRef(/* @__PURE__ */ new Map());
43111
43247
  React85__namespace.useEffect(() => {
@@ -43124,7 +43260,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
43124
43260
  return /* @__PURE__ */ jsxRuntime.jsx(
43125
43261
  EmptyState,
43126
43262
  {
43127
- title: "No active traits",
43263
+ title: t("debug.noActiveTraits"),
43128
43264
  description: "Traits will appear when the state machine initializes",
43129
43265
  className: "py-8"
43130
43266
  }
@@ -43162,8 +43298,8 @@ function EventDispatcherTab({ traits: traits2, schema }) {
43162
43298
  children: event
43163
43299
  }
43164
43300
  ),
43165
- /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((t) => `${t.from} -> ${t.to}`).join(", ") }),
43166
- transitions.some((t) => t.guard) && /* @__PURE__ */ jsxRuntime.jsx(Badge, { variant: "warning", size: "sm", children: "guarded" })
43301
+ /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((t2) => `${t2.from} -> ${t2.to}`).join(", ") }),
43302
+ transitions.some((t2) => t2.guard) && /* @__PURE__ */ jsxRuntime.jsx(Badge, { variant: "warning", size: "sm", children: "guarded" })
43167
43303
  ] }, event)) })
43168
43304
  ] }),
43169
43305
  unavailableEvents.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3", children: [
@@ -43183,7 +43319,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
43183
43319
  ] });
43184
43320
  }
43185
43321
  var init_EventDispatcherTab = __esm({
43186
- "components/organisms/debug/tabs/EventDispatcherTab.tsx"() {
43322
+ "components/core/organisms/debug/tabs/EventDispatcherTab.tsx"() {
43187
43323
  "use client";
43188
43324
  init_Badge();
43189
43325
  init_Button();
@@ -43191,13 +43327,14 @@ var init_EventDispatcherTab = __esm({
43191
43327
  init_Stack();
43192
43328
  init_EmptyState();
43193
43329
  init_useEventBus();
43330
+ init_useTranslate();
43194
43331
  EventDispatcherTab.displayName = "EventDispatcherTab";
43195
43332
  }
43196
43333
  });
43197
43334
 
43198
- // components/organisms/debug/RuntimeDebugger.css
43335
+ // components/core/organisms/debug/RuntimeDebugger.css
43199
43336
  var init_RuntimeDebugger = __esm({
43200
- "components/organisms/debug/RuntimeDebugger.css"() {
43337
+ "components/core/organisms/debug/RuntimeDebugger.css"() {
43201
43338
  }
43202
43339
  });
43203
43340
  function ServerResponseRow({ sr }) {
@@ -43563,7 +43700,7 @@ function RuntimeDebugger({
43563
43700
  );
43564
43701
  }
43565
43702
  var init_RuntimeDebugger2 = __esm({
43566
- "components/organisms/debug/RuntimeDebugger.tsx"() {
43703
+ "components/core/organisms/debug/RuntimeDebugger.tsx"() {
43567
43704
  "use client";
43568
43705
  init_cn();
43569
43706
  init_useDebugData();
@@ -43779,7 +43916,7 @@ function TraitSlot({
43779
43916
  }
43780
43917
  var SIZE_CONFIG3, DRAG_MIME2;
43781
43918
  var init_TraitSlot = __esm({
43782
- "components/organisms/game/TraitSlot.tsx"() {
43919
+ "components/game/organisms/TraitSlot.tsx"() {
43783
43920
  "use client";
43784
43921
  init_cn();
43785
43922
  init_useEventBus();
@@ -43846,8 +43983,8 @@ function SequenceBar({
43846
43983
  ] }, i)) });
43847
43984
  }
43848
43985
  var init_SequenceBar = __esm({
43849
- "components/organisms/game/puzzles/sequencer/SequenceBar.tsx"() {
43850
- init_atoms();
43986
+ "components/game/organisms/puzzles/sequencer/SequenceBar.tsx"() {
43987
+ init_atoms2();
43851
43988
  init_cn();
43852
43989
  init_TraitSlot();
43853
43990
  SequenceBar.displayName = "SequenceBar";
@@ -44065,8 +44202,8 @@ function SequencerBoard({
44065
44202
  }
44066
44203
  var ENCOURAGEMENT_KEYS2, stepLabel;
44067
44204
  var init_SequencerBoard = __esm({
44068
- "components/organisms/game/puzzles/sequencer/SequencerBoard.tsx"() {
44069
- init_atoms();
44205
+ "components/game/organisms/puzzles/sequencer/SequencerBoard.tsx"() {
44206
+ init_atoms2();
44070
44207
  init_cn();
44071
44208
  init_useEventBus();
44072
44209
  init_useTranslate();
@@ -44084,7 +44221,7 @@ var init_SequencerBoard = __esm({
44084
44221
  });
44085
44222
  var ShowcaseOrganism;
44086
44223
  var init_ShowcaseOrganism = __esm({
44087
- "components/organisms/ShowcaseOrganism.tsx"() {
44224
+ "components/core/organisms/ShowcaseOrganism.tsx"() {
44088
44225
  "use client";
44089
44226
  init_cn();
44090
44227
  init_useEventBus();
@@ -44139,10 +44276,10 @@ var init_ShowcaseOrganism = __esm({
44139
44276
  }
44140
44277
  });
44141
44278
 
44142
- // components/organisms/game/physics-sim/presets/mechanics.ts
44279
+ // components/game/organisms/physics-sim/presets/mechanics.ts
44143
44280
  var projectileMotion, pendulum, springOscillator;
44144
44281
  var init_mechanics = __esm({
44145
- "components/organisms/game/physics-sim/presets/mechanics.ts"() {
44282
+ "components/game/organisms/physics-sim/presets/mechanics.ts"() {
44146
44283
  projectileMotion = {
44147
44284
  id: "mechanics-projectile",
44148
44285
  name: "Projectile Motion",
@@ -44197,10 +44334,10 @@ var init_mechanics = __esm({
44197
44334
  }
44198
44335
  });
44199
44336
 
44200
- // components/organisms/game/physics-sim/presets/index.ts
44337
+ // components/game/organisms/physics-sim/presets/index.ts
44201
44338
  var ALL_PRESETS;
44202
44339
  var init_presets = __esm({
44203
- "components/organisms/game/physics-sim/presets/index.ts"() {
44340
+ "components/game/organisms/physics-sim/presets/index.ts"() {
44204
44341
  init_mechanics();
44205
44342
  init_mechanics();
44206
44343
  ALL_PRESETS = [
@@ -44358,9 +44495,9 @@ function SimulationCanvas({
44358
44495
  ) });
44359
44496
  }
44360
44497
  var init_SimulationCanvas = __esm({
44361
- "components/organisms/game/physics-sim/SimulationCanvas.tsx"() {
44498
+ "components/game/organisms/physics-sim/SimulationCanvas.tsx"() {
44362
44499
  init_cn();
44363
- init_atoms();
44500
+ init_atoms2();
44364
44501
  init_verificationRegistry();
44365
44502
  init_presets();
44366
44503
  SimulationCanvas.displayName = "SimulationCanvas";
@@ -44425,8 +44562,8 @@ function SimulationControls({
44425
44562
  ] });
44426
44563
  }
44427
44564
  var init_SimulationControls = __esm({
44428
- "components/organisms/game/physics-sim/SimulationControls.tsx"() {
44429
- init_atoms();
44565
+ "components/game/organisms/physics-sim/SimulationControls.tsx"() {
44566
+ init_atoms2();
44430
44567
  SimulationControls.displayName = "SimulationControls";
44431
44568
  }
44432
44569
  });
@@ -44488,8 +44625,8 @@ function SimulationGraph({
44488
44625
  ] }) });
44489
44626
  }
44490
44627
  var init_SimulationGraph = __esm({
44491
- "components/organisms/game/physics-sim/SimulationGraph.tsx"() {
44492
- init_atoms();
44628
+ "components/game/organisms/physics-sim/SimulationGraph.tsx"() {
44629
+ init_atoms2();
44493
44630
  SimulationGraph.displayName = "SimulationGraph";
44494
44631
  }
44495
44632
  });
@@ -44644,8 +44781,8 @@ function SimulatorBoard({
44644
44781
  );
44645
44782
  }
44646
44783
  var init_SimulatorBoard = __esm({
44647
- "components/organisms/game/puzzles/simulator/SimulatorBoard.tsx"() {
44648
- init_atoms();
44784
+ "components/game/organisms/puzzles/simulator/SimulatorBoard.tsx"() {
44785
+ init_atoms2();
44649
44786
  init_useEventBus();
44650
44787
  init_useTranslate();
44651
44788
  SimulatorBoard.displayName = "SimulatorBoard";
@@ -44653,7 +44790,7 @@ var init_SimulatorBoard = __esm({
44653
44790
  });
44654
44791
  var SplitPane;
44655
44792
  var init_SplitPane = __esm({
44656
- "components/organisms/layout/SplitPane.tsx"() {
44793
+ "components/core/organisms/layout/SplitPane.tsx"() {
44657
44794
  "use client";
44658
44795
  init_cn();
44659
44796
  SplitPane = ({
@@ -44743,10 +44880,10 @@ var init_SplitPane = __esm({
44743
44880
  });
44744
44881
  var StatCard;
44745
44882
  var init_StatCard = __esm({
44746
- "components/organisms/StatCard.tsx"() {
44883
+ "components/core/organisms/StatCard.tsx"() {
44747
44884
  "use client";
44748
44885
  init_cn();
44749
- init_atoms();
44886
+ init_atoms2();
44750
44887
  init_Box();
44751
44888
  init_Stack();
44752
44889
  init_Button();
@@ -44987,8 +45124,8 @@ function StateNode2({
44987
45124
  );
44988
45125
  }
44989
45126
  var init_StateNode = __esm({
44990
- "components/organisms/game/puzzles/state-architect/StateNode.tsx"() {
44991
- init_atoms();
45127
+ "components/game/organisms/puzzles/state-architect/StateNode.tsx"() {
45128
+ init_atoms2();
44992
45129
  init_cn();
44993
45130
  StateNode2.displayName = "StateNode";
44994
45131
  }
@@ -45059,7 +45196,7 @@ function TransitionArrow({
45059
45196
  }
45060
45197
  var NODE_RADIUS;
45061
45198
  var init_TransitionArrow = __esm({
45062
- "components/organisms/game/puzzles/state-architect/TransitionArrow.tsx"() {
45199
+ "components/game/organisms/puzzles/state-architect/TransitionArrow.tsx"() {
45063
45200
  init_cn();
45064
45201
  NODE_RADIUS = 40;
45065
45202
  TransitionArrow.displayName = "TransitionArrow";
@@ -45105,8 +45242,8 @@ function VariablePanel({
45105
45242
  ] });
45106
45243
  }
45107
45244
  var init_VariablePanel = __esm({
45108
- "components/organisms/game/puzzles/state-architect/VariablePanel.tsx"() {
45109
- init_atoms();
45245
+ "components/game/organisms/puzzles/state-architect/VariablePanel.tsx"() {
45246
+ init_atoms2();
45110
45247
  init_cn();
45111
45248
  init_useTranslate();
45112
45249
  VariablePanel.displayName = "VariablePanel";
@@ -45421,8 +45558,8 @@ function StateArchitectBoard({
45421
45558
  }
45422
45559
  var ENCOURAGEMENT_KEYS3, nextTransId;
45423
45560
  var init_StateArchitectBoard = __esm({
45424
- "components/organisms/game/puzzles/state-architect/StateArchitectBoard.tsx"() {
45425
- init_atoms();
45561
+ "components/game/organisms/puzzles/state-architect/StateArchitectBoard.tsx"() {
45562
+ init_atoms2();
45426
45563
  init_cn();
45427
45564
  init_useEventBus();
45428
45565
  init_useTranslate();
@@ -45442,7 +45579,7 @@ var init_StateArchitectBoard = __esm({
45442
45579
  });
45443
45580
  var StatsOrganism;
45444
45581
  var init_StatsOrganism = __esm({
45445
- "components/organisms/StatsOrganism.tsx"() {
45582
+ "components/marketing/organisms/StatsOrganism.tsx"() {
45446
45583
  "use client";
45447
45584
  init_cn();
45448
45585
  init_useTranslate();
@@ -45485,7 +45622,7 @@ var init_StatsOrganism = __esm({
45485
45622
  });
45486
45623
  var StepFlowOrganism;
45487
45624
  var init_StepFlowOrganism = __esm({
45488
- "components/organisms/StepFlowOrganism.tsx"() {
45625
+ "components/core/organisms/StepFlowOrganism.tsx"() {
45489
45626
  "use client";
45490
45627
  init_cn();
45491
45628
  init_useTranslate();
@@ -45541,7 +45678,7 @@ var init_StepFlowOrganism = __esm({
45541
45678
  });
45542
45679
  var TabbedContainer;
45543
45680
  var init_TabbedContainer = __esm({
45544
- "components/organisms/layout/TabbedContainer.tsx"() {
45681
+ "components/core/organisms/layout/TabbedContainer.tsx"() {
45545
45682
  "use client";
45546
45683
  init_cn();
45547
45684
  init_Typography();
@@ -45655,7 +45792,7 @@ var init_TabbedContainer = __esm({
45655
45792
  });
45656
45793
  var TeamOrganism;
45657
45794
  var init_TeamOrganism = __esm({
45658
- "components/organisms/TeamOrganism.tsx"() {
45795
+ "components/marketing/organisms/TeamOrganism.tsx"() {
45659
45796
  "use client";
45660
45797
  init_cn();
45661
45798
  init_useTranslate();
@@ -45708,10 +45845,10 @@ var init_TeamOrganism = __esm({
45708
45845
  });
45709
45846
  var lookStyles10, STATUS_STYLES3, Timeline;
45710
45847
  var init_Timeline = __esm({
45711
- "components/organisms/Timeline.tsx"() {
45848
+ "components/core/organisms/Timeline.tsx"() {
45712
45849
  "use client";
45713
45850
  init_cn();
45714
- init_atoms();
45851
+ init_atoms2();
45715
45852
  init_Stack();
45716
45853
  init_LoadingState();
45717
45854
  init_ErrorState();
@@ -45786,13 +45923,13 @@ var init_Timeline = __esm({
45786
45923
  });
45787
45924
  }, [propItems, entityData, fields]);
45788
45925
  if (isLoading) {
45789
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading timeline...", className });
45926
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
45790
45927
  }
45791
45928
  if (error) {
45792
45929
  return /* @__PURE__ */ jsxRuntime.jsx(
45793
45930
  ErrorState,
45794
45931
  {
45795
- title: "Timeline error",
45932
+ title: t("display.timelineError"),
45796
45933
  message: error.message,
45797
45934
  className
45798
45935
  }
@@ -45802,7 +45939,7 @@ var init_Timeline = __esm({
45802
45939
  return /* @__PURE__ */ jsxRuntime.jsx(
45803
45940
  EmptyState,
45804
45941
  {
45805
- title: "No events",
45942
+ title: t("display.noEvents"),
45806
45943
  description: "No timeline events to display.",
45807
45944
  className
45808
45945
  }
@@ -45880,7 +46017,7 @@ function extractToastProps(children) {
45880
46017
  }
45881
46018
  var ToastSlot;
45882
46019
  var init_ToastSlot = __esm({
45883
- "components/organisms/ToastSlot.tsx"() {
46020
+ "components/core/organisms/ToastSlot.tsx"() {
45884
46021
  "use client";
45885
46022
  init_Toast();
45886
46023
  init_Box();
@@ -46049,7 +46186,7 @@ function useBattleState(initialUnits, eventConfig = {}, callbacks = {}) {
46049
46186
  };
46050
46187
  }
46051
46188
  var init_useBattleState = __esm({
46052
- "components/organisms/game/hooks/useBattleState.ts"() {
46189
+ "components/game/organisms/hooks/useBattleState.ts"() {
46053
46190
  "use client";
46054
46191
  init_useEventBus();
46055
46192
  }
@@ -46091,7 +46228,7 @@ function UncontrolledBattleBoard({ entity, ...rest }) {
46091
46228
  );
46092
46229
  }
46093
46230
  var init_UncontrolledBattleBoard = __esm({
46094
- "components/organisms/game/UncontrolledBattleBoard.tsx"() {
46231
+ "components/game/organisms/UncontrolledBattleBoard.tsx"() {
46095
46232
  init_BattleBoard();
46096
46233
  init_useBattleState();
46097
46234
  UncontrolledBattleBoard.displayName = "UncontrolledBattleBoard";
@@ -46329,7 +46466,7 @@ function WorldMapBoard({
46329
46466
  ] });
46330
46467
  }
46331
46468
  var init_WorldMapBoard = __esm({
46332
- "components/organisms/game/WorldMapBoard.tsx"() {
46469
+ "components/game/organisms/WorldMapBoard.tsx"() {
46333
46470
  "use client";
46334
46471
  init_cn();
46335
46472
  init_useEventBus();
@@ -46365,7 +46502,7 @@ function WorldMapTemplate({
46365
46502
  );
46366
46503
  }
46367
46504
  var init_WorldMapTemplate = __esm({
46368
- "components/templates/WorldMapTemplate.tsx"() {
46505
+ "components/game/templates/WorldMapTemplate.tsx"() {
46369
46506
  init_WorldMapBoard();
46370
46507
  WorldMapTemplate.displayName = "WorldMapTemplate";
46371
46508
  }
@@ -46384,7 +46521,7 @@ function lazyThree(name, loader) {
46384
46521
  }
46385
46522
  var FeatureRenderer, COMPONENT_REGISTRY;
46386
46523
  var init_component_registry_generated = __esm({
46387
- "components/organisms/component-registry.generated.ts"() {
46524
+ "components/core/organisms/component-registry.generated.ts"() {
46388
46525
  init_AboutPageTemplate();
46389
46526
  init_ComponentPatterns();
46390
46527
  init_ActionButton();
@@ -46980,7 +47117,7 @@ var init_component_registry_generated = __esm({
46980
47117
  }
46981
47118
  });
46982
47119
 
46983
- // components/organisms/UISlotRenderer.tsx
47120
+ // components/core/organisms/UISlotRenderer.tsx
46984
47121
  var UISlotRenderer_exports = {};
46985
47122
  __export(UISlotRenderer_exports, {
46986
47123
  SlotContentRenderer: () => SlotContentRenderer,
@@ -47062,7 +47199,7 @@ function enrichFormFields(fields, entityDef) {
47062
47199
  return field;
47063
47200
  });
47064
47201
  }
47065
- function renderContainedPortal(slot, content, onDismiss) {
47202
+ function renderContainedPortal(t, slot, content, onDismiss) {
47066
47203
  const slotContent = /* @__PURE__ */ jsxRuntime.jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsxRuntime.jsx(SlotContentRenderer, { content, onDismiss }) });
47067
47204
  const slotId = `slot-${slot}`;
47068
47205
  switch (slot) {
@@ -47098,7 +47235,7 @@ function renderContainedPortal(slot, content, onDismiss) {
47098
47235
  onClick: onDismiss,
47099
47236
  "data-event": "CLOSE",
47100
47237
  "data-testid": "action-CLOSE",
47101
- "aria-label": "Close modal",
47238
+ "aria-label": t("aria.closeModal"),
47102
47239
  children: "\u2715"
47103
47240
  }
47104
47241
  )
@@ -47140,7 +47277,7 @@ function renderContainedPortal(slot, content, onDismiss) {
47140
47277
  onClick: onDismiss,
47141
47278
  "data-event": "CLOSE",
47142
47279
  "data-testid": "action-CLOSE",
47143
- "aria-label": "Close drawer",
47280
+ "aria-label": t("aria.closeDrawer"),
47144
47281
  children: "\u2715"
47145
47282
  }
47146
47283
  )
@@ -47208,6 +47345,7 @@ function UISlotComponent({
47208
47345
  }) {
47209
47346
  const { slots, clear } = context.useUISlots();
47210
47347
  const eventBus = useEventBus();
47348
+ const { t } = useTranslate();
47211
47349
  const suspenseConfig = React85.useContext(SuspenseConfigContext);
47212
47350
  const contained = React85.useContext(SlotContainedContext);
47213
47351
  const content = slots[slot];
@@ -47262,7 +47400,7 @@ function UISlotComponent({
47262
47400
  };
47263
47401
  if (portal) {
47264
47402
  if (contained) {
47265
- return renderContainedPortal(slot, content, handleDismiss);
47403
+ return renderContainedPortal(t, slot, content, handleDismiss);
47266
47404
  }
47267
47405
  return /* @__PURE__ */ jsxRuntime.jsx(
47268
47406
  SlotPortal,
@@ -47309,6 +47447,7 @@ function CompiledPortal({ slot, className, pattern, sourceTrait, children }) {
47309
47447
  const [portalRoot, setPortalRoot] = React85.useState(null);
47310
47448
  const slotsBus = context.useUISlots();
47311
47449
  const eventBus = useEventBus();
47450
+ const { t } = useTranslate();
47312
47451
  React85.useEffect(() => {
47313
47452
  setPortalRoot(getOrCreatePortalRoot());
47314
47453
  }, []);
@@ -47598,6 +47737,7 @@ function SlotContentRenderer({
47598
47737
  }
47599
47738
  }
47600
47739
  const eventBus = useEventBus();
47740
+ const { t } = useTranslate();
47601
47741
  const schemaCtx = useEntitySchemaOptional();
47602
47742
  let entityDef;
47603
47743
  if (typeof entityProp === "string" && entityProp.length > 0 && schemaCtx) {
@@ -47642,7 +47782,7 @@ function SlotContentRenderer({
47642
47782
  if (propsSchema) {
47643
47783
  for (const [propKey, propDef] of Object.entries(propsSchema)) {
47644
47784
  const isDate = propDef.types?.some(
47645
- (t) => t === "date" || t === "datetime" || t === "timestamp"
47785
+ (t2) => t2 === "date" || t2 === "datetime" || t2 === "timestamp"
47646
47786
  );
47647
47787
  if (!isDate) continue;
47648
47788
  const v = renderedProps[propKey];
@@ -47776,7 +47916,7 @@ function UISlotRenderer({
47776
47916
  }
47777
47917
  var scopeWrapLog, TRAIT_BINDING_RE, SuspenseConfigContext, SlotContainedContext, SLOT_SKELETON_MAP, FORM_PATTERNS, PATTERNS_WITH_CHILDREN;
47778
47918
  var init_UISlotRenderer = __esm({
47779
- "components/organisms/UISlotRenderer.tsx"() {
47919
+ "components/core/organisms/UISlotRenderer.tsx"() {
47780
47920
  "use client";
47781
47921
  init_EntitySchemaContext();
47782
47922
  init_Modal();
@@ -47785,6 +47925,7 @@ var init_UISlotRenderer = __esm({
47785
47925
  init_Box();
47786
47926
  init_Typography();
47787
47927
  init_useEventBus();
47928
+ init_useTranslate();
47788
47929
  init_slot_types();
47789
47930
  init_cn();
47790
47931
  init_ErrorBoundary();