@almadar/ui 5.19.0 → 5.21.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 (524) hide show
  1. package/dist/avl/index.cjs +1338 -6701
  2. package/dist/avl/index.css +1 -509
  3. package/dist/avl/index.d.ts +57 -57
  4. package/dist/avl/index.js +1339 -6702
  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 +876 -718
  83. package/dist/components/index.css +1 -1
  84. package/dist/components/index.d.ts +4 -4
  85. package/dist/components/index.js +876 -718
  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/lib/index.cjs +18 -3
  107. package/dist/lib/index.js +18 -3
  108. package/dist/locales/index.cjs +222 -3
  109. package/dist/locales/index.js +222 -3
  110. package/dist/marketing/index.cjs +1 -1
  111. package/dist/marketing/index.d.ts +65 -65
  112. package/dist/marketing/index.js +1 -1
  113. package/dist/providers/index.cjs +828 -671
  114. package/dist/providers/index.css +1 -1
  115. package/dist/providers/index.js +828 -671
  116. package/dist/runtime/index.cjs +700 -543
  117. package/dist/runtime/index.css +1 -1
  118. package/dist/runtime/index.js +700 -543
  119. package/locales/ar.json +85 -1
  120. package/locales/en.json +85 -1
  121. package/locales/sl.json +85 -1
  122. package/package.json +8 -8
  123. package/dist/components/organisms/book/index.d.ts +0 -7
  124. package/dist/components/organisms/game/CombatLog.d.ts +0 -2
  125. package/dist/components/organisms/game/DialogueBox.d.ts +0 -2
  126. package/dist/components/organisms/game/GameHud.d.ts +0 -2
  127. package/dist/components/organisms/game/GameMenu.d.ts +0 -2
  128. package/dist/components/organisms/game/GameOverScreen.d.ts +0 -2
  129. package/dist/components/organisms/game/InventoryPanel.d.ts +0 -2
  130. package/dist/components/organisms/game/IsometricCanvas.d.ts +0 -3
  131. package/dist/components/organisms/game/PlatformerCanvas.d.ts +0 -2
  132. /package/dist/components/{atoms/avl → avl/atoms}/Avl3DLabel.d.ts +0 -0
  133. /package/dist/components/{atoms/avl → avl/atoms}/Avl3DTooltip.d.ts +0 -0
  134. /package/dist/components/{atoms/avl → avl/atoms}/AvlApplication.d.ts +0 -0
  135. /package/dist/components/{atoms/avl → avl/atoms}/AvlBinding.d.ts +0 -0
  136. /package/dist/components/{atoms/avl → avl/atoms}/AvlBindingRef.d.ts +0 -0
  137. /package/dist/components/{atoms/avl → avl/atoms}/AvlEffect.d.ts +0 -0
  138. /package/dist/components/{atoms/avl → avl/atoms}/AvlEntity.d.ts +0 -0
  139. /package/dist/components/{atoms/avl → avl/atoms}/AvlEvent.d.ts +0 -0
  140. /package/dist/components/{atoms/avl → avl/atoms}/AvlField.d.ts +0 -0
  141. /package/dist/components/{atoms/avl → avl/atoms}/AvlFieldType.d.ts +0 -0
  142. /package/dist/components/{atoms/avl → avl/atoms}/AvlGuard.d.ts +0 -0
  143. /package/dist/components/{atoms/avl → avl/atoms}/AvlLiteral.d.ts +0 -0
  144. /package/dist/components/{atoms/avl → avl/atoms}/AvlOperator.d.ts +0 -0
  145. /package/dist/components/{atoms/avl → avl/atoms}/AvlOrbital.d.ts +0 -0
  146. /package/dist/components/{atoms/avl → avl/atoms}/AvlPage.d.ts +0 -0
  147. /package/dist/components/{atoms/avl → avl/atoms}/AvlPersistence.d.ts +0 -0
  148. /package/dist/components/{atoms/avl → avl/atoms}/AvlSExpr.d.ts +0 -0
  149. /package/dist/components/{atoms/avl → avl/atoms}/AvlState.d.ts +0 -0
  150. /package/dist/components/{atoms/avl → avl/atoms}/AvlTrait.d.ts +0 -0
  151. /package/dist/components/{atoms/avl → avl/atoms}/AvlTransition.d.ts +0 -0
  152. /package/dist/components/{atoms/avl → avl/atoms}/index.d.ts +0 -0
  153. /package/dist/components/{atoms/avl → avl/atoms}/types.d.ts +0 -0
  154. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DCrossWire.d.ts +0 -0
  155. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DEntityCore.d.ts +0 -0
  156. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DOrbitalNode.d.ts +0 -0
  157. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DStateNode.d.ts +0 -0
  158. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DTransitionArc.d.ts +0 -0
  159. /package/dist/components/{molecules/avl → avl/molecules}/AvlBackwardEdge.d.ts +0 -0
  160. /package/dist/components/{molecules/avl → avl/molecules}/AvlBindingEdge.d.ts +0 -0
  161. /package/dist/components/{molecules/avl → avl/molecules}/AvlEmitListen.d.ts +0 -0
  162. /package/dist/components/{molecules/avl → avl/molecules}/AvlEventWireEdge.d.ts +0 -0
  163. /package/dist/components/{molecules/avl → avl/molecules}/AvlExprTree.d.ts +0 -0
  164. /package/dist/components/{molecules/avl → avl/molecules}/AvlOrbitalNode.d.ts +0 -0
  165. /package/dist/components/{molecules/avl → avl/molecules}/AvlPageEdge.d.ts +0 -0
  166. /package/dist/components/{molecules/avl → avl/molecules}/AvlSlotMap.d.ts +0 -0
  167. /package/dist/components/{molecules/avl → avl/molecules}/AvlSwimLane.d.ts +0 -0
  168. /package/dist/components/{molecules/avl → avl/molecules}/AvlTransitionEdge.d.ts +0 -0
  169. /package/dist/components/{molecules/avl → avl/molecules}/BehaviorComposeNode.d.ts +0 -0
  170. /package/dist/components/{molecules/avl → avl/molecules}/BehaviorView.d.ts +0 -0
  171. /package/dist/components/{molecules/avl → avl/molecules}/DetailView.d.ts +0 -0
  172. /package/dist/components/{molecules/avl → avl/molecules}/EventFlowEdge.d.ts +0 -0
  173. /package/dist/components/{molecules/avl → avl/molecules}/ModuleCard.d.ts +0 -0
  174. /package/dist/components/{molecules/avl → avl/molecules}/OrbPreviewNode.d.ts +0 -0
  175. /package/dist/components/{molecules/avl → avl/molecules}/SystemNode.d.ts +0 -0
  176. /package/dist/components/{molecules/avl → avl/molecules}/TraitCardNode.d.ts +0 -0
  177. /package/dist/components/{molecules/avl → avl/molecules}/avl-behavior-compose-converter.d.ts +0 -0
  178. /package/dist/components/{molecules/avl → avl/molecules}/avl-flow-converter.d.ts +0 -0
  179. /package/dist/components/{molecules/avl → avl/molecules}/avl-layout.d.ts +0 -0
  180. /package/dist/components/{molecules/avl → avl/molecules}/avl-preview-converter.d.ts +0 -0
  181. /package/dist/components/{molecules/avl → avl/molecules}/avl-preview-types.d.ts +0 -0
  182. /package/dist/components/{molecules/avl → avl/molecules}/avl-zoom-band.d.ts +0 -0
  183. /package/dist/components/{molecules/avl → avl/molecules}/index.d.ts +0 -0
  184. /package/dist/components/{molecules/avl → avl/molecules}/useCanvasDnd.d.ts +0 -0
  185. /package/dist/components/{molecules/avl → avl/molecules}/wire-validation.d.ts +0 -0
  186. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DApplicationScene.d.ts +0 -0
  187. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DEffects.d.ts +0 -0
  188. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DOrbitalScene.d.ts +0 -0
  189. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DTraitScene.d.ts +0 -0
  190. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DTransitionScene.d.ts +0 -0
  191. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DViewer.d.ts +0 -0
  192. /package/dist/components/{organisms/avl → avl/organisms}/AvlClickTarget.d.ts +0 -0
  193. /package/dist/components/{organisms/avl → avl/organisms}/AvlCosmicZoom.d.ts +0 -0
  194. /package/dist/components/{organisms/avl → avl/organisms}/AvlLegend.d.ts +0 -0
  195. /package/dist/components/{organisms/avl → avl/organisms}/AvlOrbitalsCosmicZoom.d.ts +0 -0
  196. /package/dist/components/{organisms/avl → avl/organisms}/AvlTraitScene.d.ts +0 -0
  197. /package/dist/components/{organisms/avl → avl/organisms}/AvlTransitionDetail.d.ts +0 -0
  198. /package/dist/components/{organisms/avl → avl/organisms}/AvlTransitionScene.d.ts +0 -0
  199. /package/dist/components/{organisms/avl → avl/organisms}/avl-3d-context.d.ts +0 -0
  200. /package/dist/components/{organisms/avl → avl/organisms}/avl-3d-layout.d.ts +0 -0
  201. /package/dist/components/{organisms/avl → avl/organisms}/avl-schema-parser.d.ts +0 -0
  202. /package/dist/components/{organisms/avl → avl/organisms}/avl-zoom-state.d.ts +0 -0
  203. /package/dist/components/{organisms/avl → avl/organisms}/index.d.ts +0 -0
  204. /package/dist/components/{atoms → core/atoms}/Aside.d.ts +0 -0
  205. /package/dist/components/{atoms → core/atoms}/Avatar.d.ts +0 -0
  206. /package/dist/components/{atoms → core/atoms}/Badge.d.ts +0 -0
  207. /package/dist/components/{atoms → core/atoms}/Box.d.ts +0 -0
  208. /package/dist/components/{atoms → core/atoms}/Button.d.ts +0 -0
  209. /package/dist/components/{atoms → core/atoms}/Card.d.ts +0 -0
  210. /package/dist/components/{atoms → core/atoms}/Center.d.ts +0 -0
  211. /package/dist/components/{atoms → core/atoms}/Checkbox.d.ts +0 -0
  212. /package/dist/components/{atoms → core/atoms}/ConditionalWrapper.d.ts +0 -0
  213. /package/dist/components/{atoms → core/atoms}/ConfettiEffect.d.ts +0 -0
  214. /package/dist/components/{atoms → core/atoms}/DayCell.d.ts +0 -0
  215. /package/dist/components/{atoms → core/atoms}/Dialog.d.ts +0 -0
  216. /package/dist/components/{atoms → core/atoms}/Divider.d.ts +0 -0
  217. /package/dist/components/{atoms → core/atoms}/FilterPill.d.ts +0 -0
  218. /package/dist/components/{atoms → core/atoms}/FlipContainer.d.ts +0 -0
  219. /package/dist/components/{atoms → core/atoms}/Icon.d.ts +0 -0
  220. /package/dist/components/{atoms → core/atoms}/InfiniteScrollSentinel.d.ts +0 -0
  221. /package/dist/components/{atoms → core/atoms}/Input.d.ts +0 -0
  222. /package/dist/components/{atoms → core/atoms}/Label.d.ts +0 -0
  223. /package/dist/components/{atoms → core/atoms}/LawReferenceTooltip.d.ts +0 -0
  224. /package/dist/components/{atoms → core/atoms}/Overlay.d.ts +0 -0
  225. /package/dist/components/{atoms → core/atoms}/ProgressBar.d.ts +0 -0
  226. /package/dist/components/{atoms → core/atoms}/Radio.d.ts +0 -0
  227. /package/dist/components/{atoms → core/atoms}/RangeSlider.d.ts +0 -0
  228. /package/dist/components/{atoms → core/atoms}/SectionHeader.d.ts +0 -0
  229. /package/dist/components/{atoms → core/atoms}/Select.d.ts +0 -0
  230. /package/dist/components/{atoms → core/atoms}/Spacer.d.ts +0 -0
  231. /package/dist/components/{atoms → core/atoms}/Sparkline.d.ts +0 -0
  232. /package/dist/components/{atoms → core/atoms}/Spinner.d.ts +0 -0
  233. /package/dist/components/{atoms → core/atoms}/Stack.d.ts +0 -0
  234. /package/dist/components/{atoms → core/atoms}/StatusDot.d.ts +0 -0
  235. /package/dist/components/{atoms → core/atoms}/Switch.d.ts +0 -0
  236. /package/dist/components/{atoms → core/atoms}/TextHighlight.d.ts +0 -0
  237. /package/dist/components/{atoms → core/atoms}/Textarea.d.ts +0 -0
  238. /package/dist/components/{atoms → core/atoms}/ThemeSelector.d.ts +0 -0
  239. /package/dist/components/{atoms → core/atoms}/ThemeToggle.d.ts +0 -0
  240. /package/dist/components/{atoms → core/atoms}/TimeSlotCell.d.ts +0 -0
  241. /package/dist/components/{atoms → core/atoms}/TraitFrame.d.ts +0 -0
  242. /package/dist/components/{atoms → core/atoms}/TrendIndicator.d.ts +0 -0
  243. /package/dist/components/{atoms → core/atoms}/TypewriterText.d.ts +0 -0
  244. /package/dist/components/{atoms → core/atoms}/Typography.d.ts +0 -0
  245. /package/dist/components/{atoms → core/atoms}/svg/SvgBranch.d.ts +0 -0
  246. /package/dist/components/{atoms → core/atoms}/svg/SvgConnection.d.ts +0 -0
  247. /package/dist/components/{atoms → core/atoms}/svg/SvgFlow.d.ts +0 -0
  248. /package/dist/components/{atoms → core/atoms}/svg/SvgGrid.d.ts +0 -0
  249. /package/dist/components/{atoms → core/atoms}/svg/SvgLobe.d.ts +0 -0
  250. /package/dist/components/{atoms → core/atoms}/svg/SvgMesh.d.ts +0 -0
  251. /package/dist/components/{atoms → core/atoms}/svg/SvgMorph.d.ts +0 -0
  252. /package/dist/components/{atoms → core/atoms}/svg/SvgNode.d.ts +0 -0
  253. /package/dist/components/{atoms → core/atoms}/svg/SvgPulse.d.ts +0 -0
  254. /package/dist/components/{atoms → core/atoms}/svg/SvgRing.d.ts +0 -0
  255. /package/dist/components/{atoms → core/atoms}/svg/SvgShield.d.ts +0 -0
  256. /package/dist/components/{atoms → core/atoms}/svg/SvgStack.d.ts +0 -0
  257. /package/dist/components/{atoms → core/atoms}/svg/index.d.ts +0 -0
  258. /package/dist/components/{atoms → core/atoms}/types.d.ts +0 -0
  259. /package/dist/components/{molecules → core/molecules}/Accordion.d.ts +0 -0
  260. /package/dist/components/{molecules → core/molecules}/Alert.d.ts +0 -0
  261. /package/dist/components/{molecules → core/molecules}/AnimatedCounter.d.ts +0 -0
  262. /package/dist/components/{molecules → core/molecules}/BranchingLogicBuilder.d.ts +0 -0
  263. /package/dist/components/{molecules → core/molecules}/Breadcrumb.d.ts +0 -0
  264. /package/dist/components/{molecules → core/molecules}/ButtonGroup.d.ts +0 -0
  265. /package/dist/components/{molecules → core/molecules}/CalendarGrid.d.ts +0 -0
  266. /package/dist/components/{molecules → core/molecules}/Card.d.ts +0 -0
  267. /package/dist/components/{molecules → core/molecules}/Carousel.d.ts +0 -0
  268. /package/dist/components/{molecules → core/molecules}/Chart.d.ts +0 -0
  269. /package/dist/components/{molecules → core/molecules}/ChartLegend.d.ts +0 -0
  270. /package/dist/components/{molecules → core/molecules}/Coachmark.d.ts +0 -0
  271. /package/dist/components/{molecules → core/molecules}/CodeViewer.d.ts +0 -0
  272. /package/dist/components/{molecules → core/molecules}/Container.d.ts +0 -0
  273. /package/dist/components/{molecules → core/molecules}/DataGrid.d.ts +0 -0
  274. /package/dist/components/{molecules → core/molecules}/DataList.d.ts +0 -0
  275. /package/dist/components/{molecules → core/molecules}/DateRangePicker.d.ts +0 -0
  276. /package/dist/components/{molecules → core/molecules}/DateRangeSelector.d.ts +0 -0
  277. /package/dist/components/{molecules → core/molecules}/DocBreadcrumb.d.ts +0 -0
  278. /package/dist/components/{molecules → core/molecules}/DocCodeBlock.d.ts +0 -0
  279. /package/dist/components/{molecules → core/molecules}/DocPagination.d.ts +0 -0
  280. /package/dist/components/{molecules → core/molecules}/DocSearch.d.ts +0 -0
  281. /package/dist/components/{molecules → core/molecules}/DocSidebar.d.ts +0 -0
  282. /package/dist/components/{molecules → core/molecules}/DocTOC.d.ts +0 -0
  283. /package/dist/components/{molecules → core/molecules}/DocumentViewer.d.ts +0 -0
  284. /package/dist/components/{molecules → core/molecules}/Drawer.d.ts +0 -0
  285. /package/dist/components/{molecules → core/molecules}/EdgeDecoration.d.ts +0 -0
  286. /package/dist/components/{molecules → core/molecules}/EmptyState.d.ts +0 -0
  287. /package/dist/components/{molecules → core/molecules}/ErrorState.d.ts +0 -0
  288. /package/dist/components/{molecules → core/molecules}/FileTree.d.ts +0 -0
  289. /package/dist/components/{molecules → core/molecules}/FilterGroup.d.ts +0 -0
  290. /package/dist/components/{molecules → core/molecules}/Flex.d.ts +0 -0
  291. /package/dist/components/{molecules → core/molecules}/FlipCard.d.ts +0 -0
  292. /package/dist/components/{molecules → core/molecules}/FloatingActionButton.d.ts +0 -0
  293. /package/dist/components/{molecules → core/molecules}/FormField.d.ts +0 -0
  294. /package/dist/components/{molecules → core/molecules}/FormSection.d.ts +0 -0
  295. /package/dist/components/{molecules → core/molecules}/FormSectionHeader.d.ts +0 -0
  296. /package/dist/components/{molecules → core/molecules}/GradientDivider.d.ts +0 -0
  297. /package/dist/components/{molecules → core/molecules}/GraphCanvas.d.ts +0 -0
  298. /package/dist/components/{molecules → core/molecules}/GraphView.d.ts +0 -0
  299. /package/dist/components/{molecules → core/molecules}/Grid.d.ts +0 -0
  300. /package/dist/components/{molecules → core/molecules}/Header.d.ts +0 -0
  301. /package/dist/components/{molecules → core/molecules}/InputGroup.d.ts +0 -0
  302. /package/dist/components/{molecules → core/molecules}/JazariStateMachine.d.ts +0 -0
  303. /package/dist/components/{molecules → core/molecules}/Lightbox.d.ts +0 -0
  304. /package/dist/components/{molecules → core/molecules}/LikertScale.d.ts +0 -0
  305. /package/dist/components/{molecules → core/molecules}/LineChart.d.ts +0 -0
  306. /package/dist/components/{molecules → core/molecules}/LoadingState.d.ts +0 -0
  307. /package/dist/components/{molecules → core/molecules}/MapView.d.ts +0 -0
  308. /package/dist/components/{molecules → core/molecules}/MarketingFooter.d.ts +0 -0
  309. /package/dist/components/{molecules → core/molecules}/MatrixQuestion.d.ts +0 -0
  310. /package/dist/components/{molecules → core/molecules}/Menu.d.ts +0 -0
  311. /package/dist/components/{molecules → core/molecules}/Meter.d.ts +0 -0
  312. /package/dist/components/{molecules → core/molecules}/Modal.d.ts +0 -0
  313. /package/dist/components/{molecules → core/molecules}/Navigation.d.ts +0 -0
  314. /package/dist/components/{molecules → core/molecules}/NumberStepper.d.ts +0 -0
  315. /package/dist/components/{molecules → core/molecules}/OnboardingSpotlight.d.ts +0 -0
  316. /package/dist/components/{molecules → core/molecules}/OptionConstraintGroup.d.ts +0 -0
  317. /package/dist/components/{molecules → core/molecules}/OrbitalVisualization.d.ts +0 -0
  318. /package/dist/components/{molecules → core/molecules}/PageHeader.d.ts +0 -0
  319. /package/dist/components/{molecules → core/molecules}/Pagination.d.ts +0 -0
  320. /package/dist/components/{molecules → core/molecules}/Popover.d.ts +0 -0
  321. /package/dist/components/{molecules → core/molecules}/PositionedCanvas.d.ts +0 -0
  322. /package/dist/components/{molecules → core/molecules}/ProgressDots.d.ts +0 -0
  323. /package/dist/components/{molecules → core/molecules}/PullQuote.d.ts +0 -0
  324. /package/dist/components/{molecules → core/molecules}/PullToRefresh.d.ts +0 -0
  325. /package/dist/components/{molecules → core/molecules}/QrScanner.d.ts +0 -0
  326. /package/dist/components/{molecules → core/molecules}/QuizBlock.d.ts +0 -0
  327. /package/dist/components/{molecules → core/molecules}/RelationSelect.d.ts +0 -0
  328. /package/dist/components/{molecules → core/molecules}/RepeatableFormSection.d.ts +0 -0
  329. /package/dist/components/{molecules → core/molecules}/RichBlockEditor.d.ts +0 -0
  330. /package/dist/components/{molecules → core/molecules}/ScaledDiagram.d.ts +0 -0
  331. /package/dist/components/{molecules → core/molecules}/SearchInput.d.ts +0 -0
  332. /package/dist/components/{molecules → core/molecules}/Section.d.ts +0 -0
  333. /package/dist/components/{molecules → core/molecules}/SidePanel.d.ts +0 -0
  334. /package/dist/components/{molecules → core/molecules}/Sidebar.d.ts +0 -0
  335. /package/dist/components/{molecules → core/molecules}/SignaturePad.d.ts +0 -0
  336. /package/dist/components/{molecules → core/molecules}/SimpleGrid.d.ts +0 -0
  337. /package/dist/components/{molecules → core/molecules}/Skeleton.d.ts +0 -0
  338. /package/dist/components/{molecules → core/molecules}/SocialProof.d.ts +0 -0
  339. /package/dist/components/{molecules → core/molecules}/SortableList.d.ts +0 -0
  340. /package/dist/components/{molecules → core/molecules}/Split.d.ts +0 -0
  341. /package/dist/components/{molecules → core/molecules}/StarRating.d.ts +0 -0
  342. /package/dist/components/{molecules → core/molecules}/StatDisplay.d.ts +0 -0
  343. /package/dist/components/{molecules → core/molecules}/SwipeableRow.d.ts +0 -0
  344. /package/dist/components/{molecules → core/molecules}/TableView.d.ts +0 -0
  345. /package/dist/components/{molecules → core/molecules}/Tabs.d.ts +0 -0
  346. /package/dist/components/{molecules → core/molecules}/TagInput.d.ts +0 -0
  347. /package/dist/components/{molecules → core/molecules}/Toast.d.ts +0 -0
  348. /package/dist/components/{molecules → core/molecules}/Tooltip.d.ts +0 -0
  349. /package/dist/components/{molecules → core/molecules}/UploadDropZone.d.ts +0 -0
  350. /package/dist/components/{molecules → core/molecules}/VersionDiff.d.ts +0 -0
  351. /package/dist/components/{molecules → core/molecules}/ViolationAlert.d.ts +0 -0
  352. /package/dist/components/{molecules → core/molecules}/VoteStack.d.ts +0 -0
  353. /package/dist/components/{molecules → core/molecules}/WizardContainer.d.ts +0 -0
  354. /package/dist/components/{molecules → core/molecules}/WizardNavigation.d.ts +0 -0
  355. /package/dist/components/{molecules → core/molecules}/WizardProgress.d.ts +0 -0
  356. /package/dist/components/{molecules → core/molecules}/markdown/CodeBlock.d.ts +0 -0
  357. /package/dist/components/{molecules → core/molecules}/markdown/MarkdownContent.d.ts +0 -0
  358. /package/dist/components/{molecules → core/molecules}/markdown/index.d.ts +0 -0
  359. /package/dist/components/{molecules → core/molecules}/useDataDnd.d.ts +0 -0
  360. /package/dist/components/{organisms → core/organisms}/CardGrid.d.ts +0 -0
  361. /package/dist/components/{organisms → core/organisms}/CaseStudyOrganism.d.ts +0 -0
  362. /package/dist/components/{organisms → core/organisms}/ComponentPatterns.d.ts +0 -0
  363. /package/dist/components/{organisms → core/organisms}/CustomPattern.d.ts +0 -0
  364. /package/dist/components/{organisms → core/organisms}/DataTable.d.ts +0 -0
  365. /package/dist/components/{organisms → core/organisms}/DetailPanel.d.ts +0 -0
  366. /package/dist/components/{organisms → core/organisms}/DrawerSlot.d.ts +0 -0
  367. /package/dist/components/{organisms → core/organisms}/FeatureGridOrganism.d.ts +0 -0
  368. /package/dist/components/{organisms → core/organisms}/Form.d.ts +0 -0
  369. /package/dist/components/{organisms → core/organisms}/HeroOrganism.d.ts +0 -0
  370. /package/dist/components/{organisms → core/organisms}/LayoutPatterns.d.ts +0 -0
  371. /package/dist/components/{organisms → core/organisms}/List.d.ts +0 -0
  372. /package/dist/components/{organisms → core/organisms}/MasterDetail.d.ts +0 -0
  373. /package/dist/components/{organisms → core/organisms}/MediaGallery.d.ts +0 -0
  374. /package/dist/components/{organisms → core/organisms}/ModalSlot.d.ts +0 -0
  375. /package/dist/components/{organisms → core/organisms}/NotifyListener.d.ts +0 -0
  376. /package/dist/components/{organisms → core/organisms}/ShowcaseOrganism.d.ts +0 -0
  377. /package/dist/components/{organisms → core/organisms}/StatCard.d.ts +0 -0
  378. /package/dist/components/{organisms → core/organisms}/StepFlowOrganism.d.ts +0 -0
  379. /package/dist/components/{organisms → core/organisms}/Timeline.d.ts +0 -0
  380. /package/dist/components/{organisms → core/organisms}/ToastSlot.d.ts +0 -0
  381. /package/dist/components/{organisms → core/organisms}/book/types.d.ts +0 -0
  382. /package/dist/components/{organisms → core/organisms}/component-registry.generated.d.ts +0 -0
  383. /package/dist/components/{organisms → core/organisms}/debug/RuntimeDebugger.d.ts +0 -0
  384. /package/dist/components/{organisms → core/organisms}/debug/WalkMinimap.d.ts +0 -0
  385. /package/dist/components/{organisms → core/organisms}/debug/index.d.ts +0 -0
  386. /package/dist/components/{organisms → core/organisms}/layout/DashboardGrid.d.ts +0 -0
  387. /package/dist/components/{organisms → core/organisms}/layout/MasterDetailLayout.d.ts +0 -0
  388. /package/dist/components/{organisms → core/organisms}/layout/SplitPane.d.ts +0 -0
  389. /package/dist/components/{organisms → core/organisms}/layout/TabbedContainer.d.ts +0 -0
  390. /package/dist/components/{organisms → core/organisms}/layout/index.d.ts +0 -0
  391. /package/dist/components/{organisms → core/organisms}/marketing-types.d.ts +0 -0
  392. /package/dist/components/{organisms → core/organisms}/types.d.ts +0 -0
  393. /package/dist/components/{templates → core/templates}/AuthLayout.d.ts +0 -0
  394. /package/dist/components/{templates → core/templates}/CounterTemplate.d.ts +0 -0
  395. /package/dist/components/{templates → core/templates}/DashboardLayout.d.ts +0 -0
  396. /package/dist/components/{templates → core/templates}/GenericAppTemplate.d.ts +0 -0
  397. /package/dist/components/{templates → core/templates}/types.d.ts +0 -0
  398. /package/dist/components/{atoms/game → game/atoms}/ActionButton.d.ts +0 -0
  399. /package/dist/components/{atoms/game → game/atoms}/ChoiceButton.d.ts +0 -0
  400. /package/dist/components/{atoms/game → game/atoms}/ComboCounter.d.ts +0 -0
  401. /package/dist/components/{atoms/game → game/atoms}/ControlButton.d.ts +0 -0
  402. /package/dist/components/{atoms/game → game/atoms}/DamageNumber.d.ts +0 -0
  403. /package/dist/components/{atoms/game → game/atoms}/DialogueBubble.d.ts +0 -0
  404. /package/dist/components/{atoms/game → game/atoms}/HealthBar.d.ts +0 -0
  405. /package/dist/components/{atoms/game → game/atoms}/ItemSlot.d.ts +0 -0
  406. /package/dist/components/{atoms/game → game/atoms}/ResourceCounter.d.ts +0 -0
  407. /package/dist/components/{atoms/game → game/atoms}/ScoreDisplay.d.ts +0 -0
  408. /package/dist/components/{atoms/game → game/atoms}/Sprite.d.ts +0 -0
  409. /package/dist/components/{atoms/game → game/atoms}/StateIndicator.d.ts +0 -0
  410. /package/dist/components/{atoms/game → game/atoms}/StatusEffect.d.ts +0 -0
  411. /package/dist/components/{atoms/game → game/atoms}/TimerDisplay.d.ts +0 -0
  412. /package/dist/components/{atoms/game → game/atoms}/TurnIndicator.d.ts +0 -0
  413. /package/dist/components/{atoms/game → game/atoms}/WaypointMarker.d.ts +0 -0
  414. /package/dist/components/{atoms/game → game/atoms}/XPBar.d.ts +0 -0
  415. /package/dist/components/{atoms/game → game/atoms}/index.d.ts +0 -0
  416. /package/dist/components/{molecules/game → game/molecules}/ActionButtons.d.ts +0 -0
  417. /package/dist/components/{molecules/game → game/molecules}/CombatLog.d.ts +0 -0
  418. /package/dist/components/{molecules/game → game/molecules}/CraftingRecipe.d.ts +0 -0
  419. /package/dist/components/{molecules/game → game/molecules}/DPad.d.ts +0 -0
  420. /package/dist/components/{molecules/game → game/molecules}/DialogueBox.d.ts +0 -0
  421. /package/dist/components/{molecules/game → game/molecules}/EnemyPlate.d.ts +0 -0
  422. /package/dist/components/{molecules/game → game/molecules}/GameCanvas2D.d.ts +0 -0
  423. /package/dist/components/{molecules/game → game/molecules}/GameHud.d.ts +0 -0
  424. /package/dist/components/{molecules/game → game/molecules}/GameMenu.d.ts +0 -0
  425. /package/dist/components/{molecules/game → game/molecules}/GameOverScreen.d.ts +0 -0
  426. /package/dist/components/{molecules/game → game/molecules}/HealthPanel.d.ts +0 -0
  427. /package/dist/components/{molecules/game → game/molecules}/InventoryGrid.d.ts +0 -0
  428. /package/dist/components/{molecules/game → game/molecules}/InventoryPanel.d.ts +0 -0
  429. /package/dist/components/{molecules/game → game/molecules}/PlatformerCanvas.d.ts +0 -0
  430. /package/dist/components/{molecules/game → game/molecules}/PowerupSlots.d.ts +0 -0
  431. /package/dist/components/{molecules/game → game/molecules}/QuestTracker.d.ts +0 -0
  432. /package/dist/components/{molecules/game → game/molecules}/ResourceBar.d.ts +0 -0
  433. /package/dist/components/{molecules/game → game/molecules}/ScoreBoard.d.ts +0 -0
  434. /package/dist/components/{molecules/game → game/molecules}/StatBadge.d.ts +0 -0
  435. /package/dist/components/{molecules/game → game/molecules}/TurnPanel.d.ts +0 -0
  436. /package/dist/components/{molecules/game → game/molecules}/UnitCommandBar.d.ts +0 -0
  437. /package/dist/components/{organisms/game → game/organisms}/CastleBoard.d.ts +0 -0
  438. /package/dist/components/{organisms/game → game/organisms}/GameCanvas3D.d.ts +0 -0
  439. /package/dist/components/{organisms/game → game/organisms}/UncontrolledBattleBoard.d.ts +0 -0
  440. /package/dist/components/{organisms/game → game/organisms}/editor/editorUtils.d.ts +0 -0
  441. /package/dist/components/{organisms/game → game/organisms}/editor/index.d.ts +0 -0
  442. /package/dist/components/{organisms/game → game/organisms}/hooks/useBattleState.d.ts +0 -0
  443. /package/dist/components/{organisms/game → game/organisms}/hooks/useCamera.d.ts +0 -0
  444. /package/dist/components/{organisms/game → game/organisms}/hooks/useGameAudio.d.ts +0 -0
  445. /package/dist/components/{organisms/game → game/organisms}/hooks/useImageCache.d.ts +0 -0
  446. /package/dist/components/{organisms/game → game/organisms}/hooks/usePhysics2D.d.ts +0 -0
  447. /package/dist/components/{organisms/game → game/organisms}/hooks/useSpriteAnimations.d.ts +0 -0
  448. /package/dist/components/{organisms/game → game/organisms}/index.d.ts +0 -0
  449. /package/dist/components/{organisms/game → game/organisms}/managers/PhysicsManager.d.ts +0 -0
  450. /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationCanvas.d.ts +0 -0
  451. /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationControls.d.ts +0 -0
  452. /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationGraph.d.ts +0 -0
  453. /package/dist/components/{organisms/game → game/organisms}/physics-sim/index.d.ts +0 -0
  454. /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/index.d.ts +0 -0
  455. /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/mechanics.d.ts +0 -0
  456. /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/types.d.ts +0 -0
  457. /package/dist/components/{organisms/game → game/organisms}/puzzles/builder/index.d.ts +0 -0
  458. /package/dist/components/{organisms/game → game/organisms}/puzzles/classifier/index.d.ts +0 -0
  459. /package/dist/components/{organisms/game → game/organisms}/puzzles/debugger/index.d.ts +0 -0
  460. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/EventLog.d.ts +0 -0
  461. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/ObjectRulePanel.d.ts +0 -0
  462. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/RuleEditor.d.ts +0 -0
  463. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/index.d.ts +0 -0
  464. /package/dist/components/{organisms/game → game/organisms}/puzzles/negotiator/index.d.ts +0 -0
  465. /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/ActionPalette.d.ts +0 -0
  466. /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/SequenceBar.d.ts +0 -0
  467. /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/index.d.ts +0 -0
  468. /package/dist/components/{organisms/game → game/organisms}/puzzles/simulator/index.d.ts +0 -0
  469. /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/CodeView.d.ts +0 -0
  470. /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/VariablePanel.d.ts +0 -0
  471. /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/index.d.ts +0 -0
  472. /package/dist/components/{organisms/game → game/organisms}/three/Camera3D.d.ts +0 -0
  473. /package/dist/components/{organisms/game → game/organisms}/three/Lighting3D.d.ts +0 -0
  474. /package/dist/components/{organisms/game → game/organisms}/three/Scene3D.d.ts +0 -0
  475. /package/dist/components/{organisms/game → game/organisms}/three/components/Canvas3DErrorBoundary.d.ts +0 -0
  476. /package/dist/components/{organisms/game → game/organisms}/three/components/Canvas3DLoadingState.d.ts +0 -0
  477. /package/dist/components/{organisms/game → game/organisms}/three/components/ModelLoader.d.ts +0 -0
  478. /package/dist/components/{organisms/game → game/organisms}/three/components/PhysicsObject3D.d.ts +0 -0
  479. /package/dist/components/{organisms/game → game/organisms}/three/components/index.d.ts +0 -0
  480. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useAssetLoader.d.ts +0 -0
  481. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useGameCanvas3DEvents.d.ts +0 -0
  482. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useRaycaster.d.ts +0 -0
  483. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useSceneGraph.d.ts +0 -0
  484. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useThree.d.ts +0 -0
  485. /package/dist/components/{organisms/game → game/organisms}/three/loaders/AssetLoader.d.ts +0 -0
  486. /package/dist/components/{organisms/game → game/organisms}/three/renderers/FeatureRenderer.d.ts +0 -0
  487. /package/dist/components/{organisms/game → game/organisms}/three/renderers/FeatureRenderer3D.d.ts +0 -0
  488. /package/dist/components/{organisms/game → game/organisms}/three/renderers/TileRenderer.d.ts +0 -0
  489. /package/dist/components/{organisms/game → game/organisms}/three/renderers/UnitRenderer.d.ts +0 -0
  490. /package/dist/components/{organisms/game → game/organisms}/three/renderers/index.d.ts +0 -0
  491. /package/dist/components/{organisms/game → game/organisms}/three/utils/culling.d.ts +0 -0
  492. /package/dist/components/{organisms/game → game/organisms}/three/utils/grid3D.d.ts +0 -0
  493. /package/dist/components/{organisms/game → game/organisms}/types/effects.d.ts +0 -0
  494. /package/dist/components/{organisms/game → game/organisms}/types/game.d.ts +0 -0
  495. /package/dist/components/{organisms/game → game/organisms}/types/isometric.d.ts +0 -0
  496. /package/dist/components/{organisms/game → game/organisms}/types/spriteAnimation.d.ts +0 -0
  497. /package/dist/components/{organisms/game → game/organisms}/useCanvasEffects.d.ts +0 -0
  498. /package/dist/components/{organisms/game → game/organisms}/utils/canvasEffects.d.ts +0 -0
  499. /package/dist/components/{organisms/game → game/organisms}/utils/combatEffects.d.ts +0 -0
  500. /package/dist/components/{organisms/game → game/organisms}/utils/combatPresets.d.ts +0 -0
  501. /package/dist/components/{organisms/game → game/organisms}/utils/isometric.d.ts +0 -0
  502. /package/dist/components/{organisms/game → game/organisms}/utils/spriteAnimation.d.ts +0 -0
  503. /package/dist/components/{organisms/game → game/organisms}/utils/spriteSheetConstants.d.ts +0 -0
  504. /package/dist/components/{templates → game/templates}/GameShell.d.ts +0 -0
  505. /package/dist/components/{atoms → marketing/atoms}/AnimatedCounter.d.ts +0 -0
  506. /package/dist/components/{atoms → marketing/atoms}/AnimatedGraphic.d.ts +0 -0
  507. /package/dist/components/{atoms → marketing/atoms}/AnimatedReveal.d.ts +0 -0
  508. /package/dist/components/{atoms → marketing/atoms}/ContentSection.d.ts +0 -0
  509. /package/dist/components/{atoms → marketing/atoms}/MarketingStatCard.d.ts +0 -0
  510. /package/dist/components/{atoms → marketing/atoms}/PatternTile.d.ts +0 -0
  511. /package/dist/components/{molecules → marketing/molecules}/ArticleSection.d.ts +0 -0
  512. /package/dist/components/{molecules → marketing/molecules}/CaseStudyCard.d.ts +0 -0
  513. /package/dist/components/{molecules → marketing/molecules}/CommunityLinks.d.ts +0 -0
  514. /package/dist/components/{molecules → marketing/molecules}/FeatureCard.d.ts +0 -0
  515. /package/dist/components/{molecules → marketing/molecules}/GeometricPattern.d.ts +0 -0
  516. /package/dist/components/{molecules → marketing/molecules}/InstallBox.d.ts +0 -0
  517. /package/dist/components/{molecules → marketing/molecules}/PricingGrid.d.ts +0 -0
  518. /package/dist/components/{molecules → marketing/molecules}/ServiceCatalog.d.ts +0 -0
  519. /package/dist/components/{molecules → marketing/molecules}/StatsGrid.d.ts +0 -0
  520. /package/dist/components/{molecules → marketing/molecules}/StepFlow.d.ts +0 -0
  521. /package/dist/components/{molecules → marketing/molecules}/TagCloud.d.ts +0 -0
  522. /package/dist/components/{molecules → marketing/molecules}/TeamCard.d.ts +0 -0
  523. /package/dist/components/{organisms → marketing/organisms}/book/BookCoverPage.d.ts +0 -0
  524. /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();
@@ -11381,6 +11464,15 @@ function subscribeToVerification(listener) {
11381
11464
  getState().listeners.add(listener);
11382
11465
  return () => getState().listeners.delete(listener);
11383
11466
  }
11467
+ function defaultGetTraitState(traitName) {
11468
+ const getter = getState().traitSnapshots.get(traitName);
11469
+ if (getter === void 0) return void 0;
11470
+ try {
11471
+ return getter().currentState;
11472
+ } catch {
11473
+ return void 0;
11474
+ }
11475
+ }
11384
11476
  function exposeOnWindow() {
11385
11477
  if (typeof window === "undefined") return;
11386
11478
  if (!window.__orbitalVerification) {
@@ -11391,10 +11483,16 @@ function exposeOnWindow() {
11391
11483
  getBridge: getBridgeHealth,
11392
11484
  getSummary,
11393
11485
  waitForTransition,
11394
- getTraitSnapshots
11486
+ getTraitSnapshots,
11487
+ getTraitState: defaultGetTraitState
11395
11488
  };
11396
- } else if (!window.__orbitalVerification.getTraitSnapshots) {
11397
- window.__orbitalVerification.getTraitSnapshots = getTraitSnapshots;
11489
+ } else {
11490
+ if (!window.__orbitalVerification.getTraitSnapshots) {
11491
+ window.__orbitalVerification.getTraitSnapshots = getTraitSnapshots;
11492
+ }
11493
+ if (!window.__orbitalVerification.getTraitState) {
11494
+ window.__orbitalVerification.getTraitState = defaultGetTraitState;
11495
+ }
11398
11496
  }
11399
11497
  }
11400
11498
  function waitForTransition(event, timeoutMs = 1e4) {
@@ -11521,7 +11619,7 @@ function useImageCache(urls) {
11521
11619
  };
11522
11620
  }
11523
11621
  var init_useImageCache = __esm({
11524
- "components/organisms/game/hooks/useImageCache.ts"() {
11622
+ "components/game/organisms/hooks/useImageCache.ts"() {
11525
11623
  "use client";
11526
11624
  init_verificationRegistry();
11527
11625
  }
@@ -11600,12 +11698,12 @@ function useCamera() {
11600
11698
  };
11601
11699
  }
11602
11700
  var init_useCamera = __esm({
11603
- "components/organisms/game/hooks/useCamera.ts"() {
11701
+ "components/game/organisms/hooks/useCamera.ts"() {
11604
11702
  "use client";
11605
11703
  }
11606
11704
  });
11607
11705
 
11608
- // components/organisms/game/utils/isometric.ts
11706
+ // components/game/organisms/utils/isometric.ts
11609
11707
  function isoToScreen(tileX, tileY, scale, baseOffsetX) {
11610
11708
  const scaledTileWidth = TILE_WIDTH * scale;
11611
11709
  const scaledFloorHeight = FLOOR_HEIGHT * scale;
@@ -11623,7 +11721,7 @@ function screenToIso(screenX, screenY, scale, baseOffsetX) {
11623
11721
  }
11624
11722
  var TILE_WIDTH, TILE_HEIGHT, FLOOR_HEIGHT, DIAMOND_TOP_Y, FEATURE_COLORS;
11625
11723
  var init_isometric = __esm({
11626
- "components/organisms/game/utils/isometric.ts"() {
11724
+ "components/game/organisms/utils/isometric.ts"() {
11627
11725
  TILE_WIDTH = 256;
11628
11726
  TILE_HEIGHT = 512;
11629
11727
  FLOOR_HEIGHT = 128;
@@ -12381,7 +12479,7 @@ function IsometricCanvas({
12381
12479
  }
12382
12480
  var IsometricCanvas_default;
12383
12481
  var init_IsometricCanvas = __esm({
12384
- "components/molecules/game/IsometricCanvas.tsx"() {
12482
+ "components/game/molecules/IsometricCanvas.tsx"() {
12385
12483
  "use client";
12386
12484
  init_cn();
12387
12485
  init_useEventBus();
@@ -12401,9 +12499,9 @@ var init_IsometricCanvas = __esm({
12401
12499
  }
12402
12500
  });
12403
12501
 
12404
- // components/organisms/game/IsometricCanvas.tsx
12502
+ // components/game/organisms/IsometricCanvas.tsx
12405
12503
  var init_IsometricCanvas2 = __esm({
12406
- "components/organisms/game/IsometricCanvas.tsx"() {
12504
+ "components/game/organisms/IsometricCanvas.tsx"() {
12407
12505
  init_IsometricCanvas();
12408
12506
  }
12409
12507
  });
@@ -12745,7 +12843,7 @@ function BattleBoard({
12745
12843
  ] });
12746
12844
  }
12747
12845
  var init_BattleBoard = __esm({
12748
- "components/organisms/game/BattleBoard.tsx"() {
12846
+ "components/game/organisms/BattleBoard.tsx"() {
12749
12847
  "use client";
12750
12848
  init_cn();
12751
12849
  init_useEventBus();
@@ -12785,13 +12883,13 @@ function BattleTemplate({
12785
12883
  );
12786
12884
  }
12787
12885
  var init_BattleTemplate = __esm({
12788
- "components/templates/BattleTemplate.tsx"() {
12886
+ "components/game/templates/BattleTemplate.tsx"() {
12789
12887
  init_BattleBoard();
12790
12888
  BattleTemplate.displayName = "BattleTemplate";
12791
12889
  }
12792
12890
  });
12793
12891
 
12794
- // components/atoms/avl/types.ts
12892
+ // components/avl/atoms/types.ts
12795
12893
  function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitionCount) {
12796
12894
  if (isInitial) return "initial";
12797
12895
  if (isTerminal) return "terminal";
@@ -12801,7 +12899,7 @@ function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitio
12801
12899
  }
12802
12900
  var STATE_COLORS, EFFECT_CATEGORY_COLORS, EFFECT_TYPE_TO_CATEGORY, CONNECTION_COLORS;
12803
12901
  var init_types = __esm({
12804
- "components/atoms/avl/types.ts"() {
12902
+ "components/avl/atoms/types.ts"() {
12805
12903
  STATE_COLORS = {
12806
12904
  initial: { fill: "#22C55E1F", border: "#16A34A" },
12807
12905
  terminal: { fill: "#EF44441F", border: "#DC2626" },
@@ -12848,7 +12946,7 @@ function computeWidth(explicit, transitionCount) {
12848
12946
  }
12849
12947
  var AvlState;
12850
12948
  var init_AvlState = __esm({
12851
- "components/atoms/avl/AvlState.tsx"() {
12949
+ "components/avl/atoms/AvlState.tsx"() {
12852
12950
  "use client";
12853
12951
  init_types();
12854
12952
  AvlState = ({
@@ -13029,7 +13127,7 @@ function effectIcon(type, x, y, s, color) {
13029
13127
  }
13030
13128
  var AvlEffect;
13031
13129
  var init_AvlEffect = __esm({
13032
- "components/atoms/avl/AvlEffect.tsx"() {
13130
+ "components/avl/atoms/AvlEffect.tsx"() {
13033
13131
  "use client";
13034
13132
  init_types();
13035
13133
  AvlEffect = ({
@@ -13073,7 +13171,7 @@ var init_AvlEffect = __esm({
13073
13171
  });
13074
13172
  var MAX_VISIBLE_EFFECTS, AvlTransitionLane;
13075
13173
  var init_AvlTransitionLane = __esm({
13076
- "components/molecules/avl/AvlTransitionLane.tsx"() {
13174
+ "components/avl/molecules/AvlTransitionLane.tsx"() {
13077
13175
  "use client";
13078
13176
  init_AvlEffect();
13079
13177
  init_types();
@@ -13209,7 +13307,7 @@ var init_AvlTransitionLane = __esm({
13209
13307
  });
13210
13308
  var GUTTER_WIDTH, EVENT_SPACING, HEADER_Y, EVENT_START_Y, AvlSwimLane;
13211
13309
  var init_AvlSwimLane = __esm({
13212
- "components/molecules/avl/AvlSwimLane.tsx"() {
13310
+ "components/avl/molecules/AvlSwimLane.tsx"() {
13213
13311
  "use client";
13214
13312
  init_types();
13215
13313
  GUTTER_WIDTH = 120;
@@ -13499,7 +13597,7 @@ function edgePath(points) {
13499
13597
  }
13500
13598
  var STATE_H, elk;
13501
13599
  var init_avl_elk_layout = __esm({
13502
- "components/molecules/avl/avl-elk-layout.ts"() {
13600
+ "components/avl/molecules/avl-elk-layout.ts"() {
13503
13601
  init_types();
13504
13602
  STATE_H = 40;
13505
13603
  elk = new ELK__default.default();
@@ -13507,7 +13605,7 @@ var init_avl_elk_layout = __esm({
13507
13605
  });
13508
13606
  var log7, SWIM_GUTTER, CENTER_W, BehaviorView;
13509
13607
  var init_BehaviorView = __esm({
13510
- "components/molecules/avl/BehaviorView.tsx"() {
13608
+ "components/avl/molecules/BehaviorView.tsx"() {
13511
13609
  "use client";
13512
13610
  init_AvlState();
13513
13611
  init_AvlTransitionLane();
@@ -13623,7 +13721,7 @@ var init_BehaviorView = __esm({
13623
13721
  });
13624
13722
  var MIN_DIAGRAM_WIDTH, ScaledDiagram;
13625
13723
  var init_ScaledDiagram = __esm({
13626
- "components/molecules/ScaledDiagram.tsx"() {
13724
+ "components/core/molecules/ScaledDiagram.tsx"() {
13627
13725
  init_Box();
13628
13726
  init_useTranslate();
13629
13727
  init_cn();
@@ -13726,7 +13824,7 @@ var init_katex_min = __esm({
13726
13824
  });
13727
13825
  var MarkdownContent;
13728
13826
  var init_MarkdownContent = __esm({
13729
- "components/molecules/markdown/MarkdownContent.tsx"() {
13827
+ "components/core/molecules/markdown/MarkdownContent.tsx"() {
13730
13828
  init_katex_min();
13731
13829
  init_Box();
13732
13830
  init_useTranslate();
@@ -13871,7 +13969,7 @@ function computeFoldRegions(code) {
13871
13969
  }
13872
13970
  var orbStyleOverrides, orbStyle, loloStyleOverrides, loloStyle, log8, LINE_PROPS_FN, HIDDEN_LINE_NUMBERS, CodeBlock;
13873
13971
  var init_CodeBlock = __esm({
13874
- "components/molecules/markdown/CodeBlock.tsx"() {
13972
+ "components/core/molecules/markdown/CodeBlock.tsx"() {
13875
13973
  init_Box();
13876
13974
  init_Button();
13877
13975
  init_Badge();
@@ -14515,7 +14613,7 @@ function Card2({
14515
14613
  );
14516
14614
  }
14517
14615
  var init_Card2 = __esm({
14518
- "components/molecules/Card.tsx"() {
14616
+ "components/core/molecules/Card.tsx"() {
14519
14617
  "use client";
14520
14618
  init_useEventBus();
14521
14619
  init_useTranslate();
@@ -14525,7 +14623,7 @@ var init_Card2 = __esm({
14525
14623
  });
14526
14624
  var QuizBlock;
14527
14625
  var init_QuizBlock = __esm({
14528
- "components/molecules/QuizBlock.tsx"() {
14626
+ "components/core/molecules/QuizBlock.tsx"() {
14529
14627
  init_Card2();
14530
14628
  init_Stack();
14531
14629
  init_Typography();
@@ -14567,7 +14665,7 @@ var init_QuizBlock = __esm({
14567
14665
  });
14568
14666
  var StateNode, TransitionBundleArrow, BundleTooltip, EntityBox, OutputsBox, Legend, StateMachineView;
14569
14667
  var init_StateMachineView = __esm({
14570
- "components/organisms/StateMachineView.tsx"() {
14668
+ "components/core/organisms/StateMachineView.tsx"() {
14571
14669
  "use client";
14572
14670
  init_Box();
14573
14671
  init_Stack();
@@ -14977,7 +15075,7 @@ var init_StateMachineView = __esm({
14977
15075
  action: "TOOLTIP_CLOSE",
14978
15076
  className: "absolute -top-2 -right-2 w-6 h-6 rounded-full flex items-center justify-center hover:scale-110 transition-transform",
14979
15077
  style: { backgroundColor: "var(--color-error)", padding: 0 },
14980
- title: "Close",
15078
+ title: t("common.close"),
14981
15079
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { icon: LucideIcons2.X, size: "xs", style: { color: "var(--color-error-foreground)" } })
14982
15080
  }
14983
15081
  ),
@@ -15936,7 +16034,7 @@ function renderJazariGearNode(state, config) {
15936
16034
  }
15937
16035
  var JAZARI_VISUALIZER_CONFIG, GEAR_INNER_RADIUS, GEAR_NUM_TEETH, GEAR_TEETH_DEPTH, JazariStateMachine;
15938
16036
  var init_JazariStateMachine = __esm({
15939
- "components/molecules/JazariStateMachine.tsx"() {
16037
+ "components/core/molecules/JazariStateMachine.tsx"() {
15940
16038
  "use client";
15941
16039
  init_Box();
15942
16040
  init_Typography();
@@ -16093,7 +16191,7 @@ var init_parseContentSegments = __esm({
16093
16191
  });
16094
16192
  var ContentRenderer;
16095
16193
  var init_ContentRenderer = __esm({
16096
- "components/molecules/ContentRenderer.tsx"() {
16194
+ "components/core/molecules/ContentRenderer.tsx"() {
16097
16195
  init_Stack();
16098
16196
  init_MarkdownContent();
16099
16197
  init_CodeBlock();
@@ -16188,7 +16286,7 @@ var init_ContentRenderer = __esm({
16188
16286
  });
16189
16287
  var BookChapterView;
16190
16288
  var init_BookChapterView = __esm({
16191
- "components/organisms/book/BookChapterView.tsx"() {
16289
+ "components/marketing/organisms/book/BookChapterView.tsx"() {
16192
16290
  init_Stack();
16193
16291
  init_Typography();
16194
16292
  init_Divider();
@@ -16229,7 +16327,7 @@ var init_BookChapterView = __esm({
16229
16327
  });
16230
16328
  var BookCoverPage;
16231
16329
  var init_BookCoverPage = __esm({
16232
- "components/organisms/book/BookCoverPage.tsx"() {
16330
+ "components/marketing/organisms/book/BookCoverPage.tsx"() {
16233
16331
  init_Stack();
16234
16332
  init_Typography();
16235
16333
  init_Button();
@@ -16308,7 +16406,7 @@ var init_BookCoverPage = __esm({
16308
16406
  });
16309
16407
  var BookNavBar;
16310
16408
  var init_BookNavBar = __esm({
16311
- "components/organisms/book/BookNavBar.tsx"() {
16409
+ "components/marketing/organisms/book/BookNavBar.tsx"() {
16312
16410
  init_Stack();
16313
16411
  init_Button();
16314
16412
  init_Typography();
@@ -16410,7 +16508,7 @@ var init_BookNavBar = __esm({
16410
16508
  });
16411
16509
  var BookTableOfContents;
16412
16510
  var init_BookTableOfContents = __esm({
16413
- "components/organisms/book/BookTableOfContents.tsx"() {
16511
+ "components/marketing/organisms/book/BookTableOfContents.tsx"() {
16414
16512
  init_Stack();
16415
16513
  init_Typography();
16416
16514
  init_Button();
@@ -16467,10 +16565,10 @@ var init_BookTableOfContents = __esm({
16467
16565
  });
16468
16566
  var ICON_NAME_ALIASES, lookStyles3, EmptyState;
16469
16567
  var init_EmptyState = __esm({
16470
- "components/molecules/EmptyState.tsx"() {
16568
+ "components/core/molecules/EmptyState.tsx"() {
16471
16569
  "use client";
16472
16570
  init_cn();
16473
- init_atoms();
16571
+ init_atoms2();
16474
16572
  init_Box();
16475
16573
  init_Icon();
16476
16574
  init_Stack();
@@ -16571,7 +16669,7 @@ var init_EmptyState = __esm({
16571
16669
  }
16572
16670
  });
16573
16671
 
16574
- // components/organisms/book/types.ts
16672
+ // components/core/organisms/book/types.ts
16575
16673
  function resolveFieldMap(fieldMap) {
16576
16674
  if (!fieldMap) return IDENTITY_BOOK_FIELDS;
16577
16675
  if (typeof fieldMap === "string") return FIELD_MAP_REGISTRY[fieldMap] ?? IDENTITY_BOOK_FIELDS;
@@ -16604,7 +16702,7 @@ function mapBookData(raw, fields = IDENTITY_BOOK_FIELDS) {
16604
16702
  }
16605
16703
  var IDENTITY_BOOK_FIELDS, AR_BOOK_FIELDS, FIELD_MAP_REGISTRY;
16606
16704
  var init_types2 = __esm({
16607
- "components/organisms/book/types.ts"() {
16705
+ "components/core/organisms/book/types.ts"() {
16608
16706
  IDENTITY_BOOK_FIELDS = {
16609
16707
  title: "title",
16610
16708
  subtitle: "subtitle",
@@ -16643,7 +16741,7 @@ function flattenChapters(book) {
16643
16741
  }
16644
16742
  var PRINT_STYLES, BookViewer;
16645
16743
  var init_BookViewer = __esm({
16646
- "components/organisms/book/BookViewer.tsx"() {
16744
+ "components/marketing/organisms/book/BookViewer.tsx"() {
16647
16745
  init_Box();
16648
16746
  init_Stack();
16649
16747
  init_useEventBus();
@@ -16825,7 +16923,7 @@ function getColsClass(cols) {
16825
16923
  }
16826
16924
  var colStyles2, gapStyles3, rowGapStyles, colGapStyles, alignStyles2, justifyStyles2, flowStyles, Grid;
16827
16925
  var init_Grid = __esm({
16828
- "components/molecules/Grid.tsx"() {
16926
+ "components/core/molecules/Grid.tsx"() {
16829
16927
  init_cn();
16830
16928
  colStyles2 = {
16831
16929
  none: "grid-cols-none",
@@ -17032,7 +17130,7 @@ function DividerPattern({
17032
17130
  );
17033
17131
  }
17034
17132
  var init_LayoutPatterns = __esm({
17035
- "components/organisms/LayoutPatterns.tsx"() {
17133
+ "components/core/organisms/LayoutPatterns.tsx"() {
17036
17134
  init_Stack();
17037
17135
  init_Box();
17038
17136
  init_Grid();
@@ -17068,7 +17166,7 @@ function isRuleBroken(rule, questions) {
17068
17166
  }
17069
17167
  var END_OF_SURVEY, OPERATOR_OPTIONS, RuleRow, NODE_WIDTH, NODE_HEIGHT, NODE_GAP_Y, PADDING, LogicGraph, BranchingLogicBuilder;
17070
17168
  var init_BranchingLogicBuilder = __esm({
17071
- "components/molecules/BranchingLogicBuilder.tsx"() {
17169
+ "components/core/molecules/BranchingLogicBuilder.tsx"() {
17072
17170
  "use client";
17073
17171
  init_Select();
17074
17172
  init_Typography();
@@ -17508,12 +17606,13 @@ var init_BranchingLogicBuilder = __esm({
17508
17606
  });
17509
17607
  var Breadcrumb;
17510
17608
  var init_Breadcrumb = __esm({
17511
- "components/molecules/Breadcrumb.tsx"() {
17609
+ "components/core/molecules/Breadcrumb.tsx"() {
17512
17610
  "use client";
17513
17611
  init_Icon();
17514
17612
  init_Typography();
17515
17613
  init_cn();
17516
17614
  init_useEventBus();
17615
+ init_useTranslate();
17517
17616
  Breadcrumb = ({
17518
17617
  items,
17519
17618
  separator = "chevron-right",
@@ -17521,6 +17620,7 @@ var init_Breadcrumb = __esm({
17521
17620
  className
17522
17621
  }) => {
17523
17622
  const eventBus = useEventBus();
17623
+ const { t } = useTranslate();
17524
17624
  const displayItems = maxItems && items.length > maxItems ? [
17525
17625
  ...items.slice(0, 1),
17526
17626
  { label: "...", isCurrent: false },
@@ -17529,7 +17629,7 @@ var init_Breadcrumb = __esm({
17529
17629
  return /* @__PURE__ */ jsxRuntime.jsx(
17530
17630
  "nav",
17531
17631
  {
17532
- "aria-label": "Breadcrumb",
17632
+ "aria-label": t("aria.breadcrumb"),
17533
17633
  className: cn("flex items-center gap-2", className),
17534
17634
  children: /* @__PURE__ */ jsxRuntime.jsx("ol", { className: "flex items-center gap-2", children: displayItems.map((item, index) => {
17535
17635
  const isLast = index === displayItems.length - 1;
@@ -17745,8 +17845,8 @@ function BuilderBoard({
17745
17845
  );
17746
17846
  }
17747
17847
  var init_BuilderBoard = __esm({
17748
- "components/organisms/game/puzzles/builder/BuilderBoard.tsx"() {
17749
- init_atoms();
17848
+ "components/game/organisms/puzzles/builder/BuilderBoard.tsx"() {
17849
+ init_atoms2();
17750
17850
  init_useEventBus();
17751
17851
  init_useTranslate();
17752
17852
  BuilderBoard.displayName = "BuilderBoard";
@@ -17764,10 +17864,10 @@ function useSafeEventBus2() {
17764
17864
  }
17765
17865
  var log9, lookStyles4, ButtonGroup;
17766
17866
  var init_ButtonGroup = __esm({
17767
- "components/molecules/ButtonGroup.tsx"() {
17867
+ "components/core/molecules/ButtonGroup.tsx"() {
17768
17868
  "use client";
17769
17869
  init_cn();
17770
- init_atoms();
17870
+ init_atoms2();
17771
17871
  init_useEventBus();
17772
17872
  log9 = logger.createLogger("almadar:ui:button-group");
17773
17873
  lookStyles4 = {
@@ -18016,6 +18116,7 @@ function CalendarGrid({
18016
18116
  }) {
18017
18117
  const evs = Array.isArray(events2) ? events2 : events2 ? [events2] : [];
18018
18118
  const eventBus = useEventBus();
18119
+ const { t } = useTranslate();
18019
18120
  const longPressTimer = React85.useRef(null);
18020
18121
  const resolvedWeekStart = React85.useMemo(
18021
18122
  () => weekStart ? getStartOfWeek(weekStart) : getStartOfWeek(/* @__PURE__ */ new Date()),
@@ -18120,7 +18221,7 @@ function CalendarGrid({
18120
18221
  icon: "chevron-left",
18121
18222
  onClick: stepPrev,
18122
18223
  "aria-disabled": !canPrev || void 0,
18123
- "aria-label": "Previous days",
18224
+ "aria-label": t("aria.previousDays"),
18124
18225
  children: "Prev"
18125
18226
  }
18126
18227
  ),
@@ -18133,7 +18234,7 @@ function CalendarGrid({
18133
18234
  iconRight: "chevron-right",
18134
18235
  onClick: stepNext,
18135
18236
  "aria-disabled": !canNext || void 0,
18136
- "aria-label": "Next days",
18237
+ "aria-label": t("aria.nextDays"),
18137
18238
  children: "Next"
18138
18239
  }
18139
18240
  )
@@ -18213,7 +18314,7 @@ function CalendarGrid({
18213
18314
  }
18214
18315
  var SHORT_DATE;
18215
18316
  var init_CalendarGrid = __esm({
18216
- "components/molecules/CalendarGrid.tsx"() {
18317
+ "components/core/molecules/CalendarGrid.tsx"() {
18217
18318
  "use client";
18218
18319
  init_cn();
18219
18320
  init_Box();
@@ -18225,15 +18326,16 @@ var init_CalendarGrid = __esm({
18225
18326
  init_TimeSlotCell();
18226
18327
  init_useEventBus();
18227
18328
  init_useSwipeGesture();
18329
+ init_useTranslate();
18228
18330
  SHORT_DATE = { month: "short", day: "numeric" };
18229
18331
  CalendarGrid.displayName = "CalendarGrid";
18230
18332
  }
18231
18333
  });
18232
18334
 
18233
- // components/organisms/game/types/effects.ts
18335
+ // components/game/organisms/types/effects.ts
18234
18336
  var EMPTY_EFFECT_STATE;
18235
18337
  var init_effects = __esm({
18236
- "components/organisms/game/types/effects.ts"() {
18338
+ "components/game/organisms/types/effects.ts"() {
18237
18339
  EMPTY_EFFECT_STATE = {
18238
18340
  particles: [],
18239
18341
  sequences: [],
@@ -18242,7 +18344,7 @@ var init_effects = __esm({
18242
18344
  }
18243
18345
  });
18244
18346
 
18245
- // components/organisms/game/utils/canvasEffects.ts
18347
+ // components/game/organisms/utils/canvasEffects.ts
18246
18348
  function getOffscreenCtx(w, h) {
18247
18349
  if (!_offscreen) {
18248
18350
  if (typeof OffscreenCanvas !== "undefined") {
@@ -18438,13 +18540,13 @@ function getAllEffectSpriteUrls(manifest) {
18438
18540
  }
18439
18541
  var _offscreen, _offCtx;
18440
18542
  var init_canvasEffects = __esm({
18441
- "components/organisms/game/utils/canvasEffects.ts"() {
18543
+ "components/game/organisms/utils/canvasEffects.ts"() {
18442
18544
  _offscreen = null;
18443
18545
  _offCtx = null;
18444
18546
  }
18445
18547
  });
18446
18548
 
18447
- // components/organisms/game/utils/combatPresets.ts
18549
+ // components/game/organisms/utils/combatPresets.ts
18448
18550
  function p(manifest, key) {
18449
18551
  const particles = manifest.particles;
18450
18552
  if (!particles) return [];
@@ -19244,7 +19346,7 @@ function createCombatPresets(manifest) {
19244
19346
  }
19245
19347
  var PI2;
19246
19348
  var init_combatPresets = __esm({
19247
- "components/organisms/game/utils/combatPresets.ts"() {
19349
+ "components/game/organisms/utils/combatPresets.ts"() {
19248
19350
  PI2 = Math.PI;
19249
19351
  }
19250
19352
  });
@@ -19471,7 +19573,7 @@ function CanvasEffect(props) {
19471
19573
  }
19472
19574
  var ACTION_EMOJI;
19473
19575
  var init_CanvasEffect = __esm({
19474
- "components/organisms/game/CanvasEffect.tsx"() {
19576
+ "components/game/organisms/CanvasEffect.tsx"() {
19475
19577
  "use client";
19476
19578
  init_cn();
19477
19579
  init_useEventBus();
@@ -19524,7 +19626,7 @@ var init_getNestedValue = __esm({
19524
19626
  });
19525
19627
  var Pagination;
19526
19628
  var init_Pagination = __esm({
19527
- "components/molecules/Pagination.tsx"() {
19629
+ "components/core/molecules/Pagination.tsx"() {
19528
19630
  "use client";
19529
19631
  init_Button();
19530
19632
  init_Typography();
@@ -19732,13 +19834,13 @@ function statusVariant(value) {
19732
19834
  }
19733
19835
  var STATUS_FIELDS, gapStyles4, alignStyles3, CardGrid;
19734
19836
  var init_CardGrid = __esm({
19735
- "components/organisms/CardGrid.tsx"() {
19837
+ "components/core/organisms/CardGrid.tsx"() {
19736
19838
  "use client";
19737
19839
  init_cn();
19738
19840
  init_getNestedValue();
19739
19841
  init_useEventBus();
19740
19842
  init_useTranslate();
19741
- init_atoms();
19843
+ init_atoms2();
19742
19844
  init_Badge();
19743
19845
  init_Box();
19744
19846
  init_Typography();
@@ -19964,11 +20066,12 @@ function useSafeEventBus3() {
19964
20066
  }
19965
20067
  var Carousel;
19966
20068
  var init_Carousel = __esm({
19967
- "components/molecules/Carousel.tsx"() {
20069
+ "components/core/molecules/Carousel.tsx"() {
19968
20070
  "use client";
19969
20071
  init_cn();
19970
20072
  init_useEventBus();
19971
20073
  init_useSwipeGesture();
20074
+ init_useTranslate();
19972
20075
  init_Box();
19973
20076
  init_Stack();
19974
20077
  init_Button();
@@ -19989,6 +20092,7 @@ var init_Carousel = __esm({
19989
20092
  const scrollRef = React85.useRef(null);
19990
20093
  const autoPlayRef = React85.useRef(null);
19991
20094
  const eventBus = useSafeEventBus3();
20095
+ const { t } = useTranslate();
19992
20096
  const safeItems = items ?? [];
19993
20097
  const totalSlides = safeItems.length;
19994
20098
  const emitSlideChange = React85.useCallback(
@@ -20128,7 +20232,7 @@ var init_Carousel = __esm({
20128
20232
  variant: "ghost",
20129
20233
  size: "sm",
20130
20234
  onClick: goPrev,
20131
- "aria-label": "Previous slide",
20235
+ "aria-label": t("aria.previousSlide"),
20132
20236
  className: cn(
20133
20237
  "rounded-full",
20134
20238
  "bg-surface/80",
@@ -20152,7 +20256,7 @@ var init_Carousel = __esm({
20152
20256
  variant: "ghost",
20153
20257
  size: "sm",
20154
20258
  onClick: goNext,
20155
- "aria-label": "Next slide",
20259
+ "aria-label": t("aria.nextSlide"),
20156
20260
  className: cn(
20157
20261
  "rounded-full",
20158
20262
  "bg-surface/80",
@@ -20200,7 +20304,7 @@ var init_Carousel = __esm({
20200
20304
  });
20201
20305
  var CaseStudyOrganism;
20202
20306
  var init_CaseStudyOrganism = __esm({
20203
- "components/organisms/CaseStudyOrganism.tsx"() {
20307
+ "components/core/organisms/CaseStudyOrganism.tsx"() {
20204
20308
  "use client";
20205
20309
  init_cn();
20206
20310
  init_useEventBus();
@@ -20364,7 +20468,7 @@ function CastleBoard({
20364
20468
  ] });
20365
20469
  }
20366
20470
  var init_CastleBoard = __esm({
20367
- "components/organisms/game/CastleBoard.tsx"() {
20471
+ "components/game/organisms/CastleBoard.tsx"() {
20368
20472
  "use client";
20369
20473
  init_cn();
20370
20474
  init_useEventBus();
@@ -20393,17 +20497,17 @@ function CastleTemplate({
20393
20497
  );
20394
20498
  }
20395
20499
  var init_CastleTemplate = __esm({
20396
- "components/templates/CastleTemplate.tsx"() {
20500
+ "components/game/templates/CastleTemplate.tsx"() {
20397
20501
  init_CastleBoard();
20398
20502
  CastleTemplate.displayName = "CastleTemplate";
20399
20503
  }
20400
20504
  });
20401
20505
  var CHART_COLORS, seriesColor, monthFormatter, formatTimeLabel, BarChart, PieChart, LineChart, ScatterChart, LOOK_FROM_CHART_TYPE, Chart;
20402
20506
  var init_Chart = __esm({
20403
- "components/molecules/Chart.tsx"() {
20507
+ "components/core/molecules/Chart.tsx"() {
20404
20508
  "use client";
20405
20509
  init_cn();
20406
- init_atoms();
20510
+ init_atoms2();
20407
20511
  init_Stack();
20408
20512
  init_LoadingState();
20409
20513
  init_ErrorState();
@@ -21011,13 +21115,13 @@ var init_Chart = __esm({
21011
21115
  const firstSeriesData = normalizedSeries[0]?.data ?? [];
21012
21116
  const hasContent = resolvedLook === "scatter" ? (scatterData?.length ?? 0) > 0 : normalizedSeries.some((s) => s.data.length > 0);
21013
21117
  if (isLoading) {
21014
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading chart...", className });
21118
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
21015
21119
  }
21016
21120
  if (error) {
21017
21121
  return /* @__PURE__ */ jsxRuntime.jsx(
21018
21122
  ErrorState,
21019
21123
  {
21020
- title: "Chart error",
21124
+ title: t("display.chartError"),
21021
21125
  message: error.message,
21022
21126
  className
21023
21127
  }
@@ -21145,10 +21249,10 @@ var init_Chart = __esm({
21145
21249
  });
21146
21250
  var ChartLegend;
21147
21251
  var init_ChartLegend = __esm({
21148
- "components/molecules/ChartLegend.tsx"() {
21252
+ "components/core/molecules/ChartLegend.tsx"() {
21149
21253
  "use client";
21150
21254
  init_cn();
21151
- init_atoms();
21255
+ init_atoms2();
21152
21256
  ChartLegend = ({
21153
21257
  items,
21154
21258
  className,
@@ -21314,8 +21418,8 @@ function ClassifierBoard({
21314
21418
  );
21315
21419
  }
21316
21420
  var init_ClassifierBoard = __esm({
21317
- "components/organisms/game/puzzles/classifier/ClassifierBoard.tsx"() {
21318
- init_atoms();
21421
+ "components/game/organisms/puzzles/classifier/ClassifierBoard.tsx"() {
21422
+ init_atoms2();
21319
21423
  init_useEventBus();
21320
21424
  init_useTranslate();
21321
21425
  ClassifierBoard.displayName = "ClassifierBoard";
@@ -21346,8 +21450,8 @@ function CodeView({
21346
21450
  ] });
21347
21451
  }
21348
21452
  var init_CodeView = __esm({
21349
- "components/organisms/game/puzzles/state-architect/CodeView.tsx"() {
21350
- init_atoms();
21453
+ "components/game/organisms/puzzles/state-architect/CodeView.tsx"() {
21454
+ init_atoms2();
21351
21455
  init_cn();
21352
21456
  init_useTranslate();
21353
21457
  CodeView.displayName = "CodeView";
@@ -21355,7 +21459,7 @@ var init_CodeView = __esm({
21355
21459
  });
21356
21460
  var Tabs;
21357
21461
  var init_Tabs = __esm({
21358
- "components/molecules/Tabs.tsx"() {
21462
+ "components/core/molecules/Tabs.tsx"() {
21359
21463
  "use client";
21360
21464
  init_Icon();
21361
21465
  init_Badge();
@@ -21530,16 +21634,17 @@ function generateDiff(oldVal, newVal) {
21530
21634
  }
21531
21635
  var DIFF_STYLES, CodeViewer;
21532
21636
  var init_CodeViewer = __esm({
21533
- "components/molecules/CodeViewer.tsx"() {
21637
+ "components/core/molecules/CodeViewer.tsx"() {
21534
21638
  "use client";
21535
21639
  init_cn();
21536
- init_atoms();
21640
+ init_atoms2();
21537
21641
  init_Stack();
21538
21642
  init_LoadingState();
21539
21643
  init_ErrorState();
21540
21644
  init_EmptyState();
21541
21645
  init_Tabs();
21542
21646
  init_useEventBus();
21647
+ init_useTranslate();
21543
21648
  DIFF_STYLES = {
21544
21649
  add: {
21545
21650
  bg: "bg-success/10",
@@ -21577,6 +21682,7 @@ var init_CodeViewer = __esm({
21577
21682
  className
21578
21683
  }) => {
21579
21684
  const eventBus = useEventBus();
21685
+ const { t } = useTranslate();
21580
21686
  const [copied, setCopied] = React85.useState(false);
21581
21687
  const [wrap, setWrap] = React85.useState(wordWrap);
21582
21688
  const [activeFileIndex, setActiveFileIndex] = React85.useState(0);
@@ -21614,13 +21720,13 @@ var init_CodeViewer = __esm({
21614
21720
  content: null
21615
21721
  }));
21616
21722
  if (isLoading) {
21617
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading code...", className });
21723
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
21618
21724
  }
21619
21725
  if (error) {
21620
21726
  return /* @__PURE__ */ jsxRuntime.jsx(
21621
21727
  ErrorState,
21622
21728
  {
21623
- title: "Code viewer error",
21729
+ title: t("display.codeViewerError"),
21624
21730
  message: error.message,
21625
21731
  className
21626
21732
  }
@@ -21631,7 +21737,7 @@ var init_CodeViewer = __esm({
21631
21737
  EmptyState,
21632
21738
  {
21633
21739
  icon: LucideIcons2.Code,
21634
- title: "No code",
21740
+ title: t("display.noCode"),
21635
21741
  description: "No code to display.",
21636
21742
  className
21637
21743
  }
@@ -21819,8 +21925,8 @@ function CombatLog({
21819
21925
  }
21820
21926
  var eventIcons, eventColors, eventBadgeVariants;
21821
21927
  var init_CombatLog = __esm({
21822
- "components/molecules/game/CombatLog.tsx"() {
21823
- init_atoms();
21928
+ "components/game/molecules/CombatLog.tsx"() {
21929
+ init_atoms2();
21824
21930
  init_cn();
21825
21931
  eventIcons = {
21826
21932
  attack: LucideIcons2.Sword,
@@ -21860,7 +21966,7 @@ function formatCount(count) {
21860
21966
  }
21861
21967
  var CommunityLinks;
21862
21968
  var init_CommunityLinks = __esm({
21863
- "components/molecules/CommunityLinks.tsx"() {
21969
+ "components/marketing/molecules/CommunityLinks.tsx"() {
21864
21970
  "use client";
21865
21971
  init_Stack();
21866
21972
  init_Typography();
@@ -21901,7 +22007,7 @@ var init_CommunityLinks = __esm({
21901
22007
  });
21902
22008
  var variantConfig, ConfirmDialog;
21903
22009
  var init_ConfirmDialog = __esm({
21904
- "components/molecules/ConfirmDialog.tsx"() {
22010
+ "components/core/molecules/ConfirmDialog.tsx"() {
21905
22011
  "use client";
21906
22012
  init_Modal();
21907
22013
  init_Button();
@@ -22200,7 +22306,7 @@ function CounterFull({
22200
22306
  }
22201
22307
  var sizeStyles9, CounterTemplate;
22202
22308
  var init_CounterTemplate = __esm({
22203
- "components/templates/CounterTemplate.tsx"() {
22309
+ "components/core/templates/CounterTemplate.tsx"() {
22204
22310
  init_cn();
22205
22311
  init_Container();
22206
22312
  init_Stack();
@@ -22297,7 +22403,7 @@ function CraftingRecipe({
22297
22403
  }
22298
22404
  var rarityValues;
22299
22405
  var init_CraftingRecipe = __esm({
22300
- "components/molecules/game/CraftingRecipe.tsx"() {
22406
+ "components/game/molecules/CraftingRecipe.tsx"() {
22301
22407
  "use client";
22302
22408
  init_cn();
22303
22409
  init_useEventBus();
@@ -22368,7 +22474,7 @@ function DPad({
22368
22474
  }
22369
22475
  var sizeMap15, arrowIcons;
22370
22476
  var init_DPad = __esm({
22371
- "components/molecules/game/DPad.tsx"() {
22477
+ "components/game/molecules/DPad.tsx"() {
22372
22478
  "use client";
22373
22479
  init_cn();
22374
22480
  init_useEventBus();
@@ -22389,7 +22495,7 @@ var init_DPad = __esm({
22389
22495
  });
22390
22496
  var gapStyles5, columnStyles, colSpanStyles, rowSpanStyles, DashboardGrid;
22391
22497
  var init_DashboardGrid = __esm({
22392
- "components/organisms/layout/DashboardGrid.tsx"() {
22498
+ "components/core/organisms/layout/DashboardGrid.tsx"() {
22393
22499
  init_cn();
22394
22500
  init_Box();
22395
22501
  init_useTranslate();
@@ -22476,10 +22582,10 @@ var init_CurrentPagePathContext = __esm({
22476
22582
  });
22477
22583
  var DashboardLayout, NavLink, NavLinkTopnav, NavLinkBottom;
22478
22584
  var init_DashboardLayout = __esm({
22479
- "components/templates/DashboardLayout.tsx"() {
22585
+ "components/core/templates/DashboardLayout.tsx"() {
22480
22586
  "use client";
22481
22587
  init_cn();
22482
- init_atoms();
22588
+ init_atoms2();
22483
22589
  init_Box();
22484
22590
  init_Stack();
22485
22591
  init_Typography();
@@ -22659,7 +22765,7 @@ var init_DashboardLayout = __esm({
22659
22765
  variant: "ghost",
22660
22766
  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
22767
  onClick: () => setSidebarOpen(true),
22662
- "aria-label": "Open sidebar",
22768
+ "aria-label": t("aria.openSidebar"),
22663
22769
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "menu", className: "h-5 w-5" })
22664
22770
  }
22665
22771
  ),
@@ -23430,7 +23536,7 @@ function useDataDnd(args) {
23430
23536
  }
23431
23537
  var dndLog, RootCtx;
23432
23538
  var init_useDataDnd = __esm({
23433
- "components/molecules/useDataDnd.tsx"() {
23539
+ "components/core/molecules/useDataDnd.tsx"() {
23434
23540
  "use client";
23435
23541
  init_useEventBus();
23436
23542
  init_useAlmadarDndCollision();
@@ -23594,13 +23700,13 @@ function DataGrid({
23594
23700
  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
23701
  }[cols] : void 0;
23596
23702
  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..." }) });
23703
+ return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
23598
23704
  }
23599
23705
  if (error) {
23600
23706
  return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "error", children: error.message }) });
23601
23707
  }
23602
23708
  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" }) });
23709
+ 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
23710
  return dnd.enabled ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
23605
23711
  }
23606
23712
  const allIds = data.map((item, i) => item.id || String(i));
@@ -23617,7 +23723,7 @@ function DataGrid({
23617
23723
  checked: allSelected,
23618
23724
  onChange: toggleAll,
23619
23725
  className: "w-4 h-4 accent-primary",
23620
- "aria-label": "Select all"
23726
+ "aria-label": t("aria.selectAll")
23621
23727
  }
23622
23728
  ),
23623
23729
  /* @__PURE__ */ jsxRuntime.jsxs(Typography, { variant: "caption", className: "font-semibold", children: [
@@ -23777,7 +23883,7 @@ function DataGrid({
23777
23883
  Menu,
23778
23884
  {
23779
23885
  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" }) }),
23886
+ 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
23887
  items: primaryActions.slice(maxInlineActions).map((action) => ({
23782
23888
  label: action.label,
23783
23889
  icon: action.icon,
@@ -23808,8 +23914,8 @@ function DataGrid({
23808
23914
  /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
23809
23915
  t("common.showMore"),
23810
23916
  " (",
23811
- allData.length - visibleCount,
23812
- " remaining)"
23917
+ t("common.remaining", { count: allData.length - visibleCount }),
23918
+ ")"
23813
23919
  ]
23814
23920
  }
23815
23921
  ) }),
@@ -23826,7 +23932,7 @@ function DataGrid({
23826
23932
  }
23827
23933
  var dataGridLog, BADGE_VARIANTS, gapStyles6, lookStyles5;
23828
23934
  var init_DataGrid = __esm({
23829
- "components/molecules/DataGrid.tsx"() {
23935
+ "components/core/molecules/DataGrid.tsx"() {
23830
23936
  "use client";
23831
23937
  init_cn();
23832
23938
  init_getNestedValue();
@@ -24035,7 +24141,7 @@ function DataList({
24035
24141
  Menu,
24036
24142
  {
24037
24143
  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" }) }),
24144
+ 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
24145
  items: overflow.map((action) => ({
24040
24146
  label: action.label,
24041
24147
  icon: action.icon,
@@ -24059,13 +24165,13 @@ function DataList({
24059
24165
  eventBus.emit(`UI:${itemClickEvent}`, payload);
24060
24166
  };
24061
24167
  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..." }) });
24168
+ return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
24063
24169
  }
24064
24170
  if (error) {
24065
24171
  return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "error", children: error.message }) });
24066
24172
  }
24067
24173
  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" }) });
24174
+ 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
24175
  return dnd.enabled ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
24070
24176
  }
24071
24177
  const gapClass = {
@@ -24245,8 +24351,8 @@ function DataList({
24245
24351
  /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
24246
24352
  t("common.showMore"),
24247
24353
  " (",
24248
- allData.length - visibleCount,
24249
- " remaining)"
24354
+ t("common.remaining", { count: allData.length - visibleCount }),
24355
+ ")"
24250
24356
  ]
24251
24357
  }
24252
24358
  ) }),
@@ -24265,7 +24371,7 @@ function DataList({
24265
24371
  }
24266
24372
  var dataListLog, listLookStyles;
24267
24373
  var init_DataList = __esm({
24268
- "components/molecules/DataList.tsx"() {
24374
+ "components/core/molecules/DataList.tsx"() {
24269
24375
  "use client";
24270
24376
  init_cn();
24271
24377
  init_getNestedValue();
@@ -24320,7 +24426,7 @@ function fileIcon(name) {
24320
24426
  }
24321
24427
  var TreeNodeItem, FileTree;
24322
24428
  var init_FileTree = __esm({
24323
- "components/molecules/FileTree.tsx"() {
24429
+ "components/core/molecules/FileTree.tsx"() {
24324
24430
  "use client";
24325
24431
  init_Box();
24326
24432
  init_Typography();
@@ -24431,7 +24537,7 @@ var init_FileTree = __esm({
24431
24537
  });
24432
24538
  var FormField;
24433
24539
  var init_FormField = __esm({
24434
- "components/molecules/FormField.tsx"() {
24540
+ "components/core/molecules/FormField.tsx"() {
24435
24541
  init_cn();
24436
24542
  init_Label();
24437
24543
  init_Typography();
@@ -24519,7 +24625,7 @@ var init_useQuerySingleton = __esm({
24519
24625
  });
24520
24626
  var resolveFilterType, lookStyles6, FilterGroup;
24521
24627
  var init_FilterGroup = __esm({
24522
- "components/molecules/FilterGroup.tsx"() {
24628
+ "components/core/molecules/FilterGroup.tsx"() {
24523
24629
  "use client";
24524
24630
  init_cn();
24525
24631
  init_Button();
@@ -24963,7 +25069,7 @@ var init_FilterGroup = __esm({
24963
25069
  });
24964
25070
  var directionStyles, wrapStyles, alignStyles4, justifyStyles3, gapStyles7, Flex;
24965
25071
  var init_Flex = __esm({
24966
- "components/molecules/Flex.tsx"() {
25072
+ "components/core/molecules/Flex.tsx"() {
24967
25073
  init_cn();
24968
25074
  directionStyles = {
24969
25075
  row: "flex-row",
@@ -25047,7 +25153,7 @@ var init_Flex = __esm({
25047
25153
  });
25048
25154
  var InputGroup;
25049
25155
  var init_InputGroup = __esm({
25050
- "components/molecules/InputGroup.tsx"() {
25156
+ "components/core/molecules/InputGroup.tsx"() {
25051
25157
  init_Input();
25052
25158
  init_Icon();
25053
25159
  init_Typography();
@@ -25162,7 +25268,7 @@ var init_debug = __esm({
25162
25268
  });
25163
25269
  var isRelationsDebugEnabled, RelationSelect;
25164
25270
  var init_RelationSelect = __esm({
25165
- "components/molecules/RelationSelect.tsx"() {
25271
+ "components/core/molecules/RelationSelect.tsx"() {
25166
25272
  "use client";
25167
25273
  init_cn();
25168
25274
  init_Box();
@@ -25389,7 +25495,7 @@ var init_RelationSelect = __esm({
25389
25495
  });
25390
25496
  var SearchInput;
25391
25497
  var init_SearchInput = __esm({
25392
- "components/molecules/SearchInput.tsx"() {
25498
+ "components/core/molecules/SearchInput.tsx"() {
25393
25499
  "use client";
25394
25500
  init_Input();
25395
25501
  init_Spinner();
@@ -25492,7 +25598,7 @@ var init_SearchInput = __esm({
25492
25598
  });
25493
25599
  var SidePanel;
25494
25600
  var init_SidePanel = __esm({
25495
- "components/molecules/SidePanel.tsx"() {
25601
+ "components/core/molecules/SidePanel.tsx"() {
25496
25602
  "use client";
25497
25603
  init_Aside();
25498
25604
  init_Box();
@@ -25500,6 +25606,7 @@ var init_SidePanel = __esm({
25500
25606
  init_Typography();
25501
25607
  init_cn();
25502
25608
  init_useEventBus();
25609
+ init_useTranslate();
25503
25610
  SidePanel = ({
25504
25611
  title,
25505
25612
  children,
@@ -25512,6 +25619,7 @@ var init_SidePanel = __esm({
25512
25619
  closeEvent
25513
25620
  }) => {
25514
25621
  const eventBus = useEventBus();
25622
+ const { t } = useTranslate();
25515
25623
  const handleClose = () => {
25516
25624
  if (closeEvent) eventBus.emit(`UI:${closeEvent}`, {});
25517
25625
  onClose();
@@ -25549,8 +25657,8 @@ var init_SidePanel = __esm({
25549
25657
  size: "sm",
25550
25658
  icon: "x",
25551
25659
  onClick: handleClose,
25552
- "aria-label": "Close panel",
25553
- children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: "Close" })
25660
+ "aria-label": t("aria.closePanel"),
25661
+ children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: t("aria.closePanel") })
25554
25662
  }
25555
25663
  )
25556
25664
  ] }),
@@ -25565,7 +25673,7 @@ var init_SidePanel = __esm({
25565
25673
  });
25566
25674
  var WizardProgress;
25567
25675
  var init_WizardProgress = __esm({
25568
- "components/molecules/WizardProgress.tsx"() {
25676
+ "components/core/molecules/WizardProgress.tsx"() {
25569
25677
  "use client";
25570
25678
  init_Typography();
25571
25679
  init_Box();
@@ -25668,7 +25776,7 @@ function useSafeEventBus4() {
25668
25776
  }
25669
25777
  var WizardNavigation;
25670
25778
  var init_WizardNavigation = __esm({
25671
- "components/molecules/WizardNavigation.tsx"() {
25779
+ "components/core/molecules/WizardNavigation.tsx"() {
25672
25780
  "use client";
25673
25781
  init_Button();
25674
25782
  init_Typography();
@@ -25755,7 +25863,7 @@ var init_WizardNavigation = __esm({
25755
25863
  });
25756
25864
  var RepeatableFormSection;
25757
25865
  var init_RepeatableFormSection = __esm({
25758
- "components/molecules/RepeatableFormSection.tsx"() {
25866
+ "components/core/molecules/RepeatableFormSection.tsx"() {
25759
25867
  "use client";
25760
25868
  init_cn();
25761
25869
  init_Box();
@@ -25894,7 +26002,7 @@ var init_RepeatableFormSection = __esm({
25894
26002
  });
25895
26003
  var actionTypeLabels, actionTypeIcons, ViolationAlert;
25896
26004
  var init_ViolationAlert = __esm({
25897
- "components/molecules/ViolationAlert.tsx"() {
26005
+ "components/core/molecules/ViolationAlert.tsx"() {
25898
26006
  init_cn();
25899
26007
  init_Box();
25900
26008
  init_Stack();
@@ -26097,7 +26205,7 @@ var init_ViolationAlert = __esm({
26097
26205
  });
26098
26206
  var FormSectionHeader;
26099
26207
  var init_FormSectionHeader = __esm({
26100
- "components/molecules/FormSectionHeader.tsx"() {
26208
+ "components/core/molecules/FormSectionHeader.tsx"() {
26101
26209
  init_cn();
26102
26210
  init_Box();
26103
26211
  init_Stack();
@@ -26174,7 +26282,7 @@ var init_FormSectionHeader = __esm({
26174
26282
  });
26175
26283
  var FlipCard;
26176
26284
  var init_FlipCard = __esm({
26177
- "components/molecules/FlipCard.tsx"() {
26285
+ "components/core/molecules/FlipCard.tsx"() {
26178
26286
  "use client";
26179
26287
  init_cn();
26180
26288
  init_Box();
@@ -26236,7 +26344,7 @@ function daysAgo(n) {
26236
26344
  }
26237
26345
  var DEFAULT_PRESETS, DateRangePicker;
26238
26346
  var init_DateRangePicker = __esm({
26239
- "components/molecules/DateRangePicker.tsx"() {
26347
+ "components/core/molecules/DateRangePicker.tsx"() {
26240
26348
  "use client";
26241
26349
  init_cn();
26242
26350
  init_Button();
@@ -26364,10 +26472,10 @@ var init_DateRangePicker = __esm({
26364
26472
  });
26365
26473
  var DEFAULT_OPTIONS, DateRangeSelector;
26366
26474
  var init_DateRangeSelector = __esm({
26367
- "components/molecules/DateRangeSelector.tsx"() {
26475
+ "components/core/molecules/DateRangeSelector.tsx"() {
26368
26476
  "use client";
26369
26477
  init_cn();
26370
- init_atoms();
26478
+ init_atoms2();
26371
26479
  DEFAULT_OPTIONS = [
26372
26480
  { label: "1W", value: "week" },
26373
26481
  { label: "1M", value: "month" },
@@ -26396,10 +26504,10 @@ var init_DateRangeSelector = __esm({
26396
26504
  });
26397
26505
  var LineChart2;
26398
26506
  var init_LineChart = __esm({
26399
- "components/molecules/LineChart.tsx"() {
26507
+ "components/core/molecules/LineChart.tsx"() {
26400
26508
  "use client";
26401
26509
  init_cn();
26402
- init_atoms();
26510
+ init_atoms2();
26403
26511
  LineChart2 = ({
26404
26512
  data,
26405
26513
  width = 400,
@@ -26511,10 +26619,10 @@ var init_LineChart = __esm({
26511
26619
  });
26512
26620
  var sizeMap16, stateColors, ProgressDots;
26513
26621
  var init_ProgressDots = __esm({
26514
- "components/molecules/ProgressDots.tsx"() {
26622
+ "components/core/molecules/ProgressDots.tsx"() {
26515
26623
  "use client";
26516
26624
  init_cn();
26517
- init_atoms();
26625
+ init_atoms2();
26518
26626
  sizeMap16 = {
26519
26627
  sm: { dot: 6, active: 8 },
26520
26628
  md: { dot: 8, active: 10 },
@@ -26627,7 +26735,7 @@ function StatBadge({
26627
26735
  }
26628
26736
  var sizeMap17, variantMap2;
26629
26737
  var init_StatBadge = __esm({
26630
- "components/molecules/game/StatBadge.tsx"() {
26738
+ "components/game/molecules/StatBadge.tsx"() {
26631
26739
  init_cn();
26632
26740
  init_Icon();
26633
26741
  init_HealthBar();
@@ -26702,7 +26810,7 @@ function InventoryGrid({
26702
26810
  }
26703
26811
  var columnMap;
26704
26812
  var init_InventoryGrid = __esm({
26705
- "components/molecules/game/InventoryGrid.tsx"() {
26813
+ "components/game/molecules/InventoryGrid.tsx"() {
26706
26814
  "use client";
26707
26815
  init_cn();
26708
26816
  init_useEventBus();
@@ -26789,7 +26897,7 @@ function QuestTracker({
26789
26897
  }) });
26790
26898
  }
26791
26899
  var init_QuestTracker = __esm({
26792
- "components/molecules/game/QuestTracker.tsx"() {
26900
+ "components/game/molecules/QuestTracker.tsx"() {
26793
26901
  "use client";
26794
26902
  init_cn();
26795
26903
  init_WaypointMarker();
@@ -26855,7 +26963,7 @@ function PowerupSlots({
26855
26963
  ] });
26856
26964
  }
26857
26965
  var init_PowerupSlots = __esm({
26858
- "components/molecules/game/PowerupSlots.tsx"() {
26966
+ "components/game/molecules/PowerupSlots.tsx"() {
26859
26967
  "use client";
26860
26968
  init_cn();
26861
26969
  init_ItemSlot();
@@ -26965,7 +27073,7 @@ function GameCanvas2D({
26965
27073
  ) });
26966
27074
  }
26967
27075
  var init_GameCanvas2D = __esm({
26968
- "components/molecules/game/GameCanvas2D.tsx"() {
27076
+ "components/game/molecules/GameCanvas2D.tsx"() {
26969
27077
  "use client";
26970
27078
  init_cn();
26971
27079
  init_Box();
@@ -27074,7 +27182,7 @@ function HealthPanel({
27074
27182
  }
27075
27183
  var sizeMap18, effectVariantMap;
27076
27184
  var init_HealthPanel = __esm({
27077
- "components/molecules/game/HealthPanel.tsx"() {
27185
+ "components/game/molecules/HealthPanel.tsx"() {
27078
27186
  "use client";
27079
27187
  init_cn();
27080
27188
  init_HealthBar();
@@ -27161,7 +27269,7 @@ function ScoreBoard({
27161
27269
  );
27162
27270
  }
27163
27271
  var init_ScoreBoard = __esm({
27164
- "components/molecules/game/ScoreBoard.tsx"() {
27272
+ "components/game/molecules/ScoreBoard.tsx"() {
27165
27273
  "use client";
27166
27274
  init_cn();
27167
27275
  init_ComboCounter();
@@ -27199,7 +27307,7 @@ function ResourceBar({
27199
27307
  );
27200
27308
  }
27201
27309
  var init_ResourceBar = __esm({
27202
- "components/molecules/game/ResourceBar.tsx"() {
27310
+ "components/game/molecules/ResourceBar.tsx"() {
27203
27311
  "use client";
27204
27312
  init_cn();
27205
27313
  init_StatBadge();
@@ -27258,7 +27366,7 @@ function TurnPanel({
27258
27366
  );
27259
27367
  }
27260
27368
  var init_TurnPanel = __esm({
27261
- "components/molecules/game/TurnPanel.tsx"() {
27369
+ "components/game/molecules/TurnPanel.tsx"() {
27262
27370
  "use client";
27263
27371
  init_cn();
27264
27372
  init_TurnIndicator();
@@ -27341,7 +27449,7 @@ function EnemyPlate({
27341
27449
  }
27342
27450
  var effectVariantMap2;
27343
27451
  var init_EnemyPlate = __esm({
27344
- "components/molecules/game/EnemyPlate.tsx"() {
27452
+ "components/game/molecules/EnemyPlate.tsx"() {
27345
27453
  "use client";
27346
27454
  init_cn();
27347
27455
  init_HealthBar();
@@ -27402,7 +27510,7 @@ function UnitCommandBar({
27402
27510
  );
27403
27511
  }
27404
27512
  var init_UnitCommandBar = __esm({
27405
- "components/molecules/game/UnitCommandBar.tsx"() {
27513
+ "components/game/molecules/UnitCommandBar.tsx"() {
27406
27514
  "use client";
27407
27515
  init_cn();
27408
27516
  init_Button();
@@ -27469,7 +27577,7 @@ function GameHud({
27469
27577
  }
27470
27578
  var positionMap;
27471
27579
  var init_GameHud = __esm({
27472
- "components/molecules/game/GameHud.tsx"() {
27580
+ "components/game/molecules/GameHud.tsx"() {
27473
27581
  init_cn();
27474
27582
  init_StatBadge();
27475
27583
  positionMap = {
@@ -27665,7 +27773,7 @@ function DialogueBox({
27665
27773
  );
27666
27774
  }
27667
27775
  var init_DialogueBox = __esm({
27668
- "components/molecules/game/DialogueBox.tsx"() {
27776
+ "components/game/molecules/DialogueBox.tsx"() {
27669
27777
  "use client";
27670
27778
  init_cn();
27671
27779
  init_useEventBus();
@@ -27823,7 +27931,7 @@ function InventoryPanel({
27823
27931
  ] });
27824
27932
  }
27825
27933
  var init_InventoryPanel = __esm({
27826
- "components/molecules/game/InventoryPanel.tsx"() {
27934
+ "components/game/molecules/InventoryPanel.tsx"() {
27827
27935
  "use client";
27828
27936
  init_cn();
27829
27937
  init_useEventBus();
@@ -27923,7 +28031,7 @@ function GameMenu({
27923
28031
  }
27924
28032
  var variantMap3;
27925
28033
  var init_GameMenu = __esm({
27926
- "components/molecules/game/GameMenu.tsx"() {
28034
+ "components/game/molecules/GameMenu.tsx"() {
27927
28035
  "use client";
27928
28036
  init_cn();
27929
28037
  init_useEventBus();
@@ -28043,7 +28151,7 @@ function GameOverScreen({
28043
28151
  }
28044
28152
  var variantColors, buttonVariants;
28045
28153
  var init_GameOverScreen = __esm({
28046
- "components/molecules/game/GameOverScreen.tsx"() {
28154
+ "components/game/molecules/GameOverScreen.tsx"() {
28047
28155
  "use client";
28048
28156
  init_cn();
28049
28157
  init_useEventBus();
@@ -28316,7 +28424,7 @@ function PlatformerCanvas({
28316
28424
  }
28317
28425
  var PLATFORM_COLORS, PLAYER_COLOR, PLAYER_EYE_COLOR, SKY_GRADIENT_TOP, SKY_GRADIENT_BOTTOM, GRID_COLOR;
28318
28426
  var init_PlatformerCanvas = __esm({
28319
- "components/molecules/game/PlatformerCanvas.tsx"() {
28427
+ "components/game/molecules/PlatformerCanvas.tsx"() {
28320
28428
  init_cn();
28321
28429
  init_useEventBus();
28322
28430
  init_verificationRegistry();
@@ -28335,9 +28443,9 @@ var init_PlatformerCanvas = __esm({
28335
28443
  }
28336
28444
  });
28337
28445
 
28338
- // components/molecules/game/index.ts
28339
- var init_game2 = __esm({
28340
- "components/molecules/game/index.ts"() {
28446
+ // components/game/molecules/index.ts
28447
+ var init_molecules = __esm({
28448
+ "components/game/molecules/index.ts"() {
28341
28449
  }
28342
28450
  });
28343
28451
  function resolveNodeColor(node, groups) {
@@ -28350,10 +28458,10 @@ function resolveNodeColor(node, groups) {
28350
28458
  }
28351
28459
  var GROUP_COLORS, DEFAULT_NODE_COLOR, DEFAULT_EDGE_COLOR, DEFAULT_NODE_SIZE, GraphView;
28352
28460
  var init_GraphView = __esm({
28353
- "components/molecules/GraphView.tsx"() {
28461
+ "components/core/molecules/GraphView.tsx"() {
28354
28462
  "use client";
28355
28463
  init_cn();
28356
- init_atoms();
28464
+ init_atoms2();
28357
28465
  GROUP_COLORS = [
28358
28466
  "#3b82f6",
28359
28467
  // blue-500
@@ -28673,11 +28781,12 @@ function useSafeEventBus5() {
28673
28781
  }
28674
28782
  var sizeStyles10, LONG_PRESS_DELAY, LONG_PRESS_INTERVAL, NumberStepper;
28675
28783
  var init_NumberStepper = __esm({
28676
- "components/molecules/NumberStepper.tsx"() {
28784
+ "components/core/molecules/NumberStepper.tsx"() {
28677
28785
  "use client";
28678
28786
  init_cn();
28679
28787
  init_Icon();
28680
28788
  init_useEventBus();
28789
+ init_useTranslate();
28681
28790
  sizeStyles10 = {
28682
28791
  sm: {
28683
28792
  button: "w-7 h-7",
@@ -28711,6 +28820,7 @@ var init_NumberStepper = __esm({
28711
28820
  label
28712
28821
  }) => {
28713
28822
  const eventBus = useSafeEventBus5();
28823
+ const { t } = useTranslate();
28714
28824
  const intervalRef = React85.useRef(null);
28715
28825
  const timeoutRef = React85.useRef(null);
28716
28826
  const isAtMin = min !== void 0 && value <= min;
@@ -28794,7 +28904,7 @@ var init_NumberStepper = __esm({
28794
28904
  "focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
28795
28905
  styles.button
28796
28906
  ),
28797
- "aria-label": "Decrease",
28907
+ "aria-label": t("aria.decrease"),
28798
28908
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "minus", className: styles.icon })
28799
28909
  }
28800
28910
  ),
@@ -28835,7 +28945,7 @@ var init_NumberStepper = __esm({
28835
28945
  "focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
28836
28946
  styles.button
28837
28947
  ),
28838
- "aria-label": "Increase",
28948
+ "aria-label": t("aria.increase"),
28839
28949
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "plus", className: styles.icon })
28840
28950
  }
28841
28951
  )
@@ -28858,7 +28968,7 @@ function useSafeEventBus6() {
28858
28968
  }
28859
28969
  var sizeStyles11, StarRating;
28860
28970
  var init_StarRating = __esm({
28861
- "components/molecules/StarRating.tsx"() {
28971
+ "components/core/molecules/StarRating.tsx"() {
28862
28972
  "use client";
28863
28973
  init_cn();
28864
28974
  init_Icon();
@@ -29011,7 +29121,7 @@ function formatFileSize(bytes) {
29011
29121
  }
29012
29122
  var UploadDropZone;
29013
29123
  var init_UploadDropZone = __esm({
29014
- "components/molecules/UploadDropZone.tsx"() {
29124
+ "components/core/molecules/UploadDropZone.tsx"() {
29015
29125
  "use client";
29016
29126
  init_cn();
29017
29127
  init_Icon();
@@ -29176,11 +29286,12 @@ function useSafeEventBus8() {
29176
29286
  }
29177
29287
  var Lightbox;
29178
29288
  var init_Lightbox = __esm({
29179
- "components/molecules/Lightbox.tsx"() {
29289
+ "components/core/molecules/Lightbox.tsx"() {
29180
29290
  "use client";
29181
29291
  init_Icon();
29182
29292
  init_cn();
29183
29293
  init_useEventBus();
29294
+ init_useTranslate();
29184
29295
  Lightbox = ({
29185
29296
  images = [],
29186
29297
  currentIndex = 0,
@@ -29195,6 +29306,7 @@ var init_Lightbox = __esm({
29195
29306
  const [index, setIndex] = React85.useState(currentIndex);
29196
29307
  const [touchStartX, setTouchStartX] = React85.useState(null);
29197
29308
  const eventBus = useSafeEventBus8();
29309
+ const { t } = useTranslate();
29198
29310
  React85.useEffect(() => {
29199
29311
  setIndex(currentIndex);
29200
29312
  }, [currentIndex]);
@@ -29285,7 +29397,7 @@ var init_Lightbox = __esm({
29285
29397
  "hover:bg-opacity-70 transition-opacity",
29286
29398
  "focus:outline-none focus:ring-2 focus:ring-white"
29287
29399
  ),
29288
- "aria-label": "Close",
29400
+ "aria-label": t("aria.closeModal"),
29289
29401
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "x", className: "w-6 h-6" })
29290
29402
  }
29291
29403
  ),
@@ -29304,7 +29416,7 @@ var init_Lightbox = __esm({
29304
29416
  "hover:bg-opacity-70 transition-opacity",
29305
29417
  "focus:outline-none focus:ring-2 focus:ring-white"
29306
29418
  ),
29307
- "aria-label": "Previous image",
29419
+ "aria-label": t("aria.previousImage"),
29308
29420
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-left", className: "w-8 h-8" })
29309
29421
  }
29310
29422
  ),
@@ -29341,7 +29453,7 @@ var init_Lightbox = __esm({
29341
29453
  "hover:bg-opacity-70 transition-opacity",
29342
29454
  "focus:outline-none focus:ring-2 focus:ring-white"
29343
29455
  ),
29344
- "aria-label": "Next image",
29456
+ "aria-label": t("aria.nextImage"),
29345
29457
  children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-right", className: "w-8 h-8" })
29346
29458
  }
29347
29459
  ),
@@ -29487,13 +29599,13 @@ function TableView({
29487
29599
  eventBus.emit(`UI:${action.event}`, payload);
29488
29600
  };
29489
29601
  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" }) });
29602
+ return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
29491
29603
  }
29492
29604
  if (error) {
29493
29605
  return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "error", children: error.message }) });
29494
29606
  }
29495
29607
  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" }) });
29608
+ 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
29609
  return dnd.enabled ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
29498
29610
  }
29499
29611
  const lk = LOOKS[look];
@@ -29518,7 +29630,7 @@ function TableView({
29518
29630
  lk.headPad
29519
29631
  ),
29520
29632
  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" }) }),
29633
+ selectable && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsxRuntime.jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": t("aria.selectAllRows") }) }),
29522
29634
  colDefs.map((col) => {
29523
29635
  const active = sortColumn === (col.field ?? col.key);
29524
29636
  return /* @__PURE__ */ jsxRuntime.jsxs(
@@ -29612,7 +29724,7 @@ function TableView({
29612
29724
  Menu,
29613
29725
  {
29614
29726
  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" }) }),
29727
+ 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
29728
  items: itemActions.slice(maxInlineActions).map((action) => ({
29617
29729
  label: action.label,
29618
29730
  icon: action.icon,
@@ -29650,8 +29762,8 @@ function TableView({
29650
29762
  /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
29651
29763
  t("common.showMore"),
29652
29764
  " (",
29653
- ordered.length - visibleCount,
29654
- " remaining)"
29765
+ t("common.remaining", { count: ordered.length - visibleCount }),
29766
+ ")"
29655
29767
  ] }) })
29656
29768
  ]
29657
29769
  }
@@ -29659,7 +29771,7 @@ function TableView({
29659
29771
  }
29660
29772
  var alignClass, weightClass, LOOKS;
29661
29773
  var init_TableView = __esm({
29662
- "components/molecules/TableView.tsx"() {
29774
+ "components/core/molecules/TableView.tsx"() {
29663
29775
  "use client";
29664
29776
  init_cn();
29665
29777
  init_getNestedValue();
@@ -29717,7 +29829,7 @@ function composeDisplayValue(value, format, max, prefix, suffix) {
29717
29829
  }
29718
29830
  var lookStyles7, variantColor, StatDisplay;
29719
29831
  var init_StatDisplay = __esm({
29720
- "components/molecules/StatDisplay.tsx"() {
29832
+ "components/core/molecules/StatDisplay.tsx"() {
29721
29833
  "use client";
29722
29834
  init_cn();
29723
29835
  init_Card();
@@ -29860,14 +29972,15 @@ function getColorForValue(value, max, thresholds) {
29860
29972
  }
29861
29973
  var DEFAULT_THRESHOLDS, radialSizes, Meter;
29862
29974
  var init_Meter = __esm({
29863
- "components/molecules/Meter.tsx"() {
29975
+ "components/core/molecules/Meter.tsx"() {
29864
29976
  "use client";
29865
29977
  init_cn();
29866
- init_atoms();
29978
+ init_atoms2();
29867
29979
  init_Stack();
29868
29980
  init_LoadingState();
29869
29981
  init_ErrorState();
29870
29982
  init_useEventBus();
29983
+ init_useTranslate();
29871
29984
  DEFAULT_THRESHOLDS = [
29872
29985
  { value: 30, color: "var(--color-error)" },
29873
29986
  { value: 70, color: "var(--color-warning)" },
@@ -29895,6 +30008,7 @@ var init_Meter = __esm({
29895
30008
  className
29896
30009
  }) => {
29897
30010
  const eventBus = useEventBus();
30011
+ const { t } = useTranslate();
29898
30012
  const handleAction = React85.useCallback(
29899
30013
  (action) => {
29900
30014
  if (action.event) {
@@ -29918,13 +30032,13 @@ var init_Meter = __esm({
29918
30032
  return unit ? `${formatted}${unit}` : `${formatted}`;
29919
30033
  }, [safeVal, unit]);
29920
30034
  if (isLoading) {
29921
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading meter...", className });
30035
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
29922
30036
  }
29923
30037
  if (error) {
29924
30038
  return /* @__PURE__ */ jsxRuntime.jsx(
29925
30039
  ErrorState,
29926
30040
  {
29927
- title: "Meter error",
30041
+ title: t("display.meterError"),
29928
30042
  message: error.message,
29929
30043
  className
29930
30044
  }
@@ -30021,7 +30135,7 @@ var init_Meter = __esm({
30021
30135
  idx
30022
30136
  );
30023
30137
  }) }),
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)) })
30138
+ 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
30139
  ] }) });
30026
30140
  }
30027
30141
  return /* @__PURE__ */ jsxRuntime.jsx(Card, { className: cn("p-4", className), children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "sm", children: [
@@ -30076,7 +30190,7 @@ function useSafeEventBus9() {
30076
30190
  }
30077
30191
  var SwipeableRow;
30078
30192
  var init_SwipeableRow = __esm({
30079
- "components/molecules/SwipeableRow.tsx"() {
30193
+ "components/core/molecules/SwipeableRow.tsx"() {
30080
30194
  "use client";
30081
30195
  init_cn();
30082
30196
  init_useEventBus();
@@ -30416,7 +30530,7 @@ function SortableListInner({
30416
30530
  }
30417
30531
  var EMPTY_ITEMS, SortableList;
30418
30532
  var init_SortableList = __esm({
30419
- "components/molecules/SortableList.tsx"() {
30533
+ "components/core/molecules/SortableList.tsx"() {
30420
30534
  "use client";
30421
30535
  init_cn();
30422
30536
  init_useEventBus();
@@ -30507,7 +30621,7 @@ function useSafeEventBus11() {
30507
30621
  }
30508
30622
  var SAFETY_TIMEOUT_MS, PullToRefresh;
30509
30623
  var init_PullToRefresh = __esm({
30510
- "components/molecules/PullToRefresh.tsx"() {
30624
+ "components/core/molecules/PullToRefresh.tsx"() {
30511
30625
  "use client";
30512
30626
  init_cn();
30513
30627
  init_useEventBus();
@@ -30608,7 +30722,7 @@ var init_PullToRefresh = __esm({
30608
30722
  });
30609
30723
  var iconSizeMap, gapMap, FeatureCard;
30610
30724
  var init_FeatureCard = __esm({
30611
- "components/molecules/FeatureCard.tsx"() {
30725
+ "components/marketing/molecules/FeatureCard.tsx"() {
30612
30726
  "use client";
30613
30727
  init_cn();
30614
30728
  init_Card();
@@ -30688,7 +30802,7 @@ var init_FeatureCard = __esm({
30688
30802
  });
30689
30803
  var FeatureGrid;
30690
30804
  var init_FeatureGrid = __esm({
30691
- "components/molecules/FeatureGrid.tsx"() {
30805
+ "components/core/molecules/FeatureGrid.tsx"() {
30692
30806
  "use client";
30693
30807
  init_cn();
30694
30808
  init_SimpleGrid();
@@ -30714,7 +30828,7 @@ var init_FeatureGrid = __esm({
30714
30828
  });
30715
30829
  var PricingCard;
30716
30830
  var init_PricingCard = __esm({
30717
- "components/molecules/PricingCard.tsx"() {
30831
+ "components/marketing/molecules/PricingCard.tsx"() {
30718
30832
  "use client";
30719
30833
  init_cn();
30720
30834
  init_Card();
@@ -30794,7 +30908,7 @@ var init_PricingCard = __esm({
30794
30908
  });
30795
30909
  var PricingGrid;
30796
30910
  var init_PricingGrid = __esm({
30797
- "components/molecules/PricingGrid.tsx"() {
30911
+ "components/marketing/molecules/PricingGrid.tsx"() {
30798
30912
  "use client";
30799
30913
  init_cn();
30800
30914
  init_SimpleGrid();
@@ -30819,7 +30933,7 @@ var init_PricingGrid = __esm({
30819
30933
  });
30820
30934
  var StatsGrid;
30821
30935
  var init_StatsGrid = __esm({
30822
- "components/molecules/StatsGrid.tsx"() {
30936
+ "components/marketing/molecules/StatsGrid.tsx"() {
30823
30937
  "use client";
30824
30938
  init_cn();
30825
30939
  init_SimpleGrid();
@@ -30847,7 +30961,7 @@ var init_StatsGrid = __esm({
30847
30961
  });
30848
30962
  var ServiceCatalog;
30849
30963
  var init_ServiceCatalog = __esm({
30850
- "components/molecules/ServiceCatalog.tsx"() {
30964
+ "components/marketing/molecules/ServiceCatalog.tsx"() {
30851
30965
  "use client";
30852
30966
  init_cn();
30853
30967
  init_Card();
@@ -30876,7 +30990,7 @@ var init_ServiceCatalog = __esm({
30876
30990
  });
30877
30991
  var LogosVariant, QuotesVariant, BadgesVariant, SocialProof;
30878
30992
  var init_SocialProof = __esm({
30879
- "components/molecules/SocialProof.tsx"() {
30993
+ "components/core/molecules/SocialProof.tsx"() {
30880
30994
  "use client";
30881
30995
  init_cn();
30882
30996
  init_Box();
@@ -30934,7 +31048,7 @@ var init_SocialProof = __esm({
30934
31048
  });
30935
31049
  var StepCircle, StepFlow;
30936
31050
  var init_StepFlow = __esm({
30937
- "components/molecules/StepFlow.tsx"() {
31051
+ "components/marketing/molecules/StepFlow.tsx"() {
30938
31052
  "use client";
30939
31053
  init_cn();
30940
31054
  init_Box();
@@ -31011,7 +31125,7 @@ var init_StepFlow = __esm({
31011
31125
  });
31012
31126
  var SplitSection;
31013
31127
  var init_SplitSection = __esm({
31014
- "components/molecules/SplitSection.tsx"() {
31128
+ "components/marketing/molecules/SplitSection.tsx"() {
31015
31129
  "use client";
31016
31130
  init_cn();
31017
31131
  init_Box();
@@ -31084,7 +31198,7 @@ function normalizeTags(tags) {
31084
31198
  }
31085
31199
  var variantMap4, TagCloud;
31086
31200
  var init_TagCloud = __esm({
31087
- "components/molecules/TagCloud.tsx"() {
31201
+ "components/marketing/molecules/TagCloud.tsx"() {
31088
31202
  "use client";
31089
31203
  init_cn();
31090
31204
  init_Stack();
@@ -31110,7 +31224,7 @@ var init_TagCloud = __esm({
31110
31224
  });
31111
31225
  var TagInput;
31112
31226
  var init_TagInput = __esm({
31113
- "components/molecules/TagInput.tsx"() {
31227
+ "components/core/molecules/TagInput.tsx"() {
31114
31228
  "use client";
31115
31229
  init_cn();
31116
31230
  init_useEventBus();
@@ -31202,7 +31316,7 @@ var init_TagInput = __esm({
31202
31316
  });
31203
31317
  var ShowcaseCard;
31204
31318
  var init_ShowcaseCard = __esm({
31205
- "components/molecules/ShowcaseCard.tsx"() {
31319
+ "components/marketing/molecules/ShowcaseCard.tsx"() {
31206
31320
  "use client";
31207
31321
  init_cn();
31208
31322
  init_Card();
@@ -31522,7 +31636,7 @@ function FrameStrip({
31522
31636
  }
31523
31637
  var GeometricPattern;
31524
31638
  var init_GeometricPattern = __esm({
31525
- "components/molecules/GeometricPattern.tsx"() {
31639
+ "components/marketing/molecules/GeometricPattern.tsx"() {
31526
31640
  "use client";
31527
31641
  init_cn();
31528
31642
  init_PatternTile();
@@ -31754,7 +31868,7 @@ function f2(n) {
31754
31868
  }
31755
31869
  var VARIANT_MAP2, EdgeDecoration;
31756
31870
  var init_EdgeDecoration = __esm({
31757
- "components/molecules/EdgeDecoration.tsx"() {
31871
+ "components/core/molecules/EdgeDecoration.tsx"() {
31758
31872
  "use client";
31759
31873
  init_cn();
31760
31874
  VARIANT_MAP2 = {
@@ -31808,11 +31922,12 @@ var init_EdgeDecoration = __esm({
31808
31922
  });
31809
31923
  var sizeStyles12, VoteStack;
31810
31924
  var init_VoteStack = __esm({
31811
- "components/molecules/VoteStack.tsx"() {
31925
+ "components/core/molecules/VoteStack.tsx"() {
31812
31926
  "use client";
31813
31927
  init_cn();
31814
31928
  init_Icon();
31815
31929
  init_useEventBus();
31930
+ init_useTranslate();
31816
31931
  sizeStyles12 = {
31817
31932
  sm: {
31818
31933
  button: "w-7 h-7",
@@ -31845,6 +31960,7 @@ var init_VoteStack = __esm({
31845
31960
  const isUp = userVote === "up";
31846
31961
  const isDown = userVote === "down";
31847
31962
  const eventBus = useEventBus();
31963
+ const { t } = useTranslate();
31848
31964
  const handleUp = React85.useCallback(() => {
31849
31965
  const next = isUp ? null : "up";
31850
31966
  onVote?.(next);
@@ -31880,7 +31996,7 @@ var init_VoteStack = __esm({
31880
31996
  type: "button",
31881
31997
  onClick: handleUp,
31882
31998
  disabled,
31883
- "aria-label": "Upvote",
31999
+ "aria-label": t("aria.upvote"),
31884
32000
  "aria-pressed": isUp,
31885
32001
  className: cn(
31886
32002
  "inline-flex items-center justify-center",
@@ -31917,7 +32033,7 @@ var init_VoteStack = __esm({
31917
32033
  type: "button",
31918
32034
  onClick: handleDown,
31919
32035
  disabled,
31920
- "aria-label": "Downvote",
32036
+ "aria-label": t("aria.downvote"),
31921
32037
  "aria-pressed": isDown,
31922
32038
  className: cn(
31923
32039
  "inline-flex items-center justify-center",
@@ -31942,7 +32058,7 @@ var init_VoteStack = __esm({
31942
32058
  });
31943
32059
  var DEFAULT_LIKERT_OPTIONS, radioSizes, buttonSizes, questionSizes, LikertScale;
31944
32060
  var init_LikertScale = __esm({
31945
- "components/molecules/LikertScale.tsx"() {
32061
+ "components/core/molecules/LikertScale.tsx"() {
31946
32062
  "use client";
31947
32063
  init_cn();
31948
32064
  init_useEventBus();
@@ -32110,7 +32226,7 @@ var init_LikertScale = __esm({
32110
32226
  });
32111
32227
  var DEFAULT_MATRIX_COLUMNS, sizeStyles13, MatrixQuestion;
32112
32228
  var init_MatrixQuestion = __esm({
32113
- "components/molecules/MatrixQuestion.tsx"() {
32229
+ "components/core/molecules/MatrixQuestion.tsx"() {
32114
32230
  "use client";
32115
32231
  init_cn();
32116
32232
  init_Typography();
@@ -32260,12 +32376,13 @@ var init_MatrixQuestion = __esm({
32260
32376
  });
32261
32377
  var QrScanner;
32262
32378
  var init_QrScanner = __esm({
32263
- "components/molecules/QrScanner.tsx"() {
32379
+ "components/core/molecules/QrScanner.tsx"() {
32264
32380
  "use client";
32265
32381
  init_cn();
32266
- init_atoms();
32382
+ init_atoms2();
32267
32383
  init_Icon();
32268
32384
  init_useEventBus();
32385
+ init_useTranslate();
32269
32386
  QrScanner = ({
32270
32387
  onScan,
32271
32388
  scanEvent,
@@ -32278,6 +32395,7 @@ var init_QrScanner = __esm({
32278
32395
  className
32279
32396
  }) => {
32280
32397
  const eventBus = useEventBus();
32398
+ const { t } = useTranslate();
32281
32399
  const videoRef = React85.useRef(null);
32282
32400
  const streamRef = React85.useRef(null);
32283
32401
  const scanIntervalRef = React85.useRef(null);
@@ -32385,7 +32503,7 @@ var init_QrScanner = __esm({
32385
32503
  ),
32386
32504
  "data-pattern": "qr-scanner",
32387
32505
  role: "region",
32388
- "aria-label": "QR scanner",
32506
+ "aria-label": t("aria.qrScanner"),
32389
32507
  children: [
32390
32508
  /* @__PURE__ */ jsxRuntime.jsx(
32391
32509
  Box,
@@ -32472,7 +32590,7 @@ var init_QrScanner = __esm({
32472
32590
  "rounded-full bg-black bg-opacity-60 px-3 py-2 text-xs text-white",
32473
32591
  "hover:bg-opacity-80 focus:outline-none focus:ring-2 focus:ring-white"
32474
32592
  ),
32475
- "aria-label": "Mock scan (dev)",
32593
+ "aria-label": t("aria.mockScanDev"),
32476
32594
  children: "Mock Scan"
32477
32595
  }
32478
32596
  )
@@ -32488,7 +32606,7 @@ var init_QrScanner = __esm({
32488
32606
  });
32489
32607
  var formatPriceDelta, constraintHint, validateSelection, OptionConstraintGroup;
32490
32608
  var init_OptionConstraintGroup = __esm({
32491
- "components/molecules/OptionConstraintGroup.tsx"() {
32609
+ "components/core/molecules/OptionConstraintGroup.tsx"() {
32492
32610
  init_cn();
32493
32611
  init_useEventBus();
32494
32612
  init_Typography();
@@ -32687,11 +32805,11 @@ function getStatusIcon(status) {
32687
32805
  }
32688
32806
  var STATUS_CLASSES, STATUS_BADGE, PositionedCanvas;
32689
32807
  var init_PositionedCanvas = __esm({
32690
- "components/molecules/PositionedCanvas.tsx"() {
32808
+ "components/core/molecules/PositionedCanvas.tsx"() {
32691
32809
  "use client";
32692
32810
  init_cn();
32693
32811
  init_useEventBus();
32694
- init_atoms();
32812
+ init_atoms2();
32695
32813
  init_Icon();
32696
32814
  STATUS_CLASSES = {
32697
32815
  empty: "bg-surface border-border text-foreground",
@@ -33428,7 +33546,7 @@ function BlockRow({
33428
33546
  }
33429
33547
  var TOOLBAR_ENTRIES, BLOCK_TYPE_LABEL, CHANGEABLE_TYPES, _idSeq, BLOCK_TYPES, RichBlockEditor;
33430
33548
  var init_RichBlockEditor = __esm({
33431
- "components/molecules/RichBlockEditor.tsx"() {
33549
+ "components/core/molecules/RichBlockEditor.tsx"() {
33432
33550
  "use client";
33433
33551
  init_cn();
33434
33552
  init_Card();
@@ -33623,11 +33741,11 @@ function collectInitiallyCollapsed(nodes, acc) {
33623
33741
  }
33624
33742
  var ReplyTreeNode, ReplyTree;
33625
33743
  var init_ReplyTree = __esm({
33626
- "components/molecules/ReplyTree.tsx"() {
33744
+ "components/core/molecules/ReplyTree.tsx"() {
33627
33745
  "use client";
33628
33746
  init_cn();
33629
33747
  init_useEventBus();
33630
- init_atoms();
33748
+ init_atoms2();
33631
33749
  init_VoteStack();
33632
33750
  ReplyTreeNode = ({
33633
33751
  node,
@@ -33928,11 +34046,11 @@ function computeDiff(before, after) {
33928
34046
  }
33929
34047
  var INLINE_STYLES, VersionDiff;
33930
34048
  var init_VersionDiff = __esm({
33931
- "components/molecules/VersionDiff.tsx"() {
34049
+ "components/core/molecules/VersionDiff.tsx"() {
33932
34050
  "use client";
33933
34051
  init_cn();
33934
34052
  init_useEventBus();
33935
- init_atoms();
34053
+ init_atoms2();
33936
34054
  init_Stack();
33937
34055
  INLINE_STYLES = {
33938
34056
  added: { bg: "bg-success/10", prefix: "+", text: "text-success" },
@@ -34239,23 +34357,25 @@ var init_VersionDiff = __esm({
34239
34357
  });
34240
34358
  var DocBreadcrumb;
34241
34359
  var init_DocBreadcrumb = __esm({
34242
- "components/molecules/DocBreadcrumb.tsx"() {
34360
+ "components/core/molecules/DocBreadcrumb.tsx"() {
34243
34361
  "use client";
34244
34362
  init_cn();
34245
34363
  init_Box();
34246
34364
  init_Stack();
34247
34365
  init_Typography();
34248
34366
  init_Icon();
34367
+ init_useTranslate();
34249
34368
  DocBreadcrumb = ({
34250
34369
  items,
34251
34370
  className
34252
34371
  }) => {
34372
+ const { t } = useTranslate();
34253
34373
  return /* @__PURE__ */ jsxRuntime.jsx(
34254
34374
  Box,
34255
34375
  {
34256
34376
  className: cn("w-full", className),
34257
34377
  role: "navigation",
34258
- "aria-label": "Breadcrumb",
34378
+ "aria-label": t("aria.breadcrumb"),
34259
34379
  children: /* @__PURE__ */ jsxRuntime.jsx(HStack, { gap: "xs", align: "center", wrap: true, children: items.map((item, idx) => {
34260
34380
  const isLast = idx === items.length - 1;
34261
34381
  return /* @__PURE__ */ jsxRuntime.jsxs(React85__namespace.default.Fragment, { children: [
@@ -34398,7 +34518,7 @@ function DocCodeBlock({
34398
34518
  );
34399
34519
  }
34400
34520
  var init_DocCodeBlock = __esm({
34401
- "components/molecules/DocCodeBlock.tsx"() {
34521
+ "components/core/molecules/DocCodeBlock.tsx"() {
34402
34522
  "use client";
34403
34523
  init_cn();
34404
34524
  init_Box();
@@ -34473,7 +34593,7 @@ function DocPagination({ prev, next, className }) {
34473
34593
  }
34474
34594
  var linkCardStyles;
34475
34595
  var init_DocPagination = __esm({
34476
- "components/molecules/DocPagination.tsx"() {
34596
+ "components/core/molecules/DocPagination.tsx"() {
34477
34597
  "use client";
34478
34598
  init_cn();
34479
34599
  init_Box();
@@ -34662,7 +34782,7 @@ function DocSearch({
34662
34782
  );
34663
34783
  }
34664
34784
  var init_DocSearch = __esm({
34665
- "components/molecules/DocSearch.tsx"() {
34785
+ "components/core/molecules/DocSearch.tsx"() {
34666
34786
  "use client";
34667
34787
  init_cn();
34668
34788
  init_Box();
@@ -34675,7 +34795,7 @@ var init_DocSearch = __esm({
34675
34795
  });
34676
34796
  var DocSidebarCategory, DocSidebar;
34677
34797
  var init_DocSidebar = __esm({
34678
- "components/molecules/DocSidebar.tsx"() {
34798
+ "components/core/molecules/DocSidebar.tsx"() {
34679
34799
  "use client";
34680
34800
  init_cn();
34681
34801
  init_Box();
@@ -34683,6 +34803,7 @@ var init_DocSidebar = __esm({
34683
34803
  init_Stack();
34684
34804
  init_Typography();
34685
34805
  init_Icon();
34806
+ init_useTranslate();
34686
34807
  DocSidebarCategory = ({ item, depth }) => {
34687
34808
  const [expanded, setExpanded] = React85.useState(
34688
34809
  () => item.items?.some(function hasActive(child) {
@@ -34767,12 +34888,13 @@ var init_DocSidebar = __esm({
34767
34888
  items,
34768
34889
  className
34769
34890
  }) => {
34891
+ const { t } = useTranslate();
34770
34892
  return /* @__PURE__ */ jsxRuntime.jsx(
34771
34893
  Box,
34772
34894
  {
34773
34895
  className: cn("w-full", className),
34774
34896
  role: "navigation",
34775
- "aria-label": "Documentation sidebar",
34897
+ "aria-label": t("aria.docsSidebar"),
34776
34898
  children: /* @__PURE__ */ jsxRuntime.jsx(VStack, { gap: "xs", children: items.map((item, idx) => /* @__PURE__ */ jsxRuntime.jsx(DocSidebarCategory, { item, depth: 0 }, idx)) })
34777
34899
  }
34778
34900
  );
@@ -34782,23 +34904,25 @@ var init_DocSidebar = __esm({
34782
34904
  });
34783
34905
  var DocTOC;
34784
34906
  var init_DocTOC = __esm({
34785
- "components/molecules/DocTOC.tsx"() {
34907
+ "components/core/molecules/DocTOC.tsx"() {
34786
34908
  "use client";
34787
34909
  init_cn();
34788
34910
  init_Box();
34789
34911
  init_Stack();
34790
34912
  init_Typography();
34913
+ init_useTranslate();
34791
34914
  DocTOC = ({
34792
34915
  items,
34793
34916
  activeId,
34794
34917
  className
34795
34918
  }) => {
34919
+ const { t } = useTranslate();
34796
34920
  return /* @__PURE__ */ jsxRuntime.jsx(
34797
34921
  Box,
34798
34922
  {
34799
34923
  className: cn("w-full", className),
34800
34924
  role: "navigation",
34801
- "aria-label": "Table of contents",
34925
+ "aria-label": t("aria.tableOfContents"),
34802
34926
  children: /* @__PURE__ */ jsxRuntime.jsx(VStack, { gap: "none", children: items.map((item) => {
34803
34927
  const isActive = item.id === activeId;
34804
34928
  const indent = item.level >= 3 ? "pl-4" : "pl-0";
@@ -34841,7 +34965,7 @@ var init_DocTOC = __esm({
34841
34965
  });
34842
34966
  var GradientDivider;
34843
34967
  var init_GradientDivider = __esm({
34844
- "components/molecules/GradientDivider.tsx"() {
34968
+ "components/core/molecules/GradientDivider.tsx"() {
34845
34969
  "use client";
34846
34970
  init_cn();
34847
34971
  init_Box();
@@ -34865,7 +34989,7 @@ var init_GradientDivider = __esm({
34865
34989
  });
34866
34990
  var MarketingFooter;
34867
34991
  var init_MarketingFooter = __esm({
34868
- "components/molecules/MarketingFooter.tsx"() {
34992
+ "components/core/molecules/MarketingFooter.tsx"() {
34869
34993
  "use client";
34870
34994
  init_cn();
34871
34995
  init_Box();
@@ -34935,7 +35059,7 @@ var init_MarketingFooter = __esm({
34935
35059
  });
34936
35060
  var PullQuote;
34937
35061
  var init_PullQuote = __esm({
34938
- "components/molecules/PullQuote.tsx"() {
35062
+ "components/core/molecules/PullQuote.tsx"() {
34939
35063
  "use client";
34940
35064
  init_cn();
34941
35065
  init_Box();
@@ -34980,7 +35104,7 @@ function persistenceStroke(kind) {
34980
35104
  }
34981
35105
  var AvlEntity;
34982
35106
  var init_AvlEntity = __esm({
34983
- "components/atoms/avl/AvlEntity.tsx"() {
35107
+ "components/avl/atoms/AvlEntity.tsx"() {
34984
35108
  "use client";
34985
35109
  AvlEntity = ({
34986
35110
  x = 0,
@@ -35107,7 +35231,7 @@ function typeShape(kind, x, y, s, color) {
35107
35231
  }
35108
35232
  var AvlFieldType;
35109
35233
  var init_AvlFieldType = __esm({
35110
- "components/atoms/avl/AvlFieldType.tsx"() {
35234
+ "components/avl/atoms/AvlFieldType.tsx"() {
35111
35235
  "use client";
35112
35236
  AvlFieldType = ({
35113
35237
  x = 0,
@@ -35141,7 +35265,7 @@ var init_AvlFieldType = __esm({
35141
35265
  });
35142
35266
  var AvlPage;
35143
35267
  var init_AvlPage = __esm({
35144
- "components/atoms/avl/AvlPage.tsx"() {
35268
+ "components/avl/atoms/AvlPage.tsx"() {
35145
35269
  "use client";
35146
35270
  AvlPage = ({
35147
35271
  x = 0,
@@ -35186,7 +35310,7 @@ var init_AvlPage = __esm({
35186
35310
  });
35187
35311
  var NODE_W, NODE_H, GAP, ARROW_W, MiniStateMachine;
35188
35312
  var init_MiniStateMachine = __esm({
35189
- "components/molecules/avl/MiniStateMachine.tsx"() {
35313
+ "components/avl/molecules/MiniStateMachine.tsx"() {
35190
35314
  "use client";
35191
35315
  init_AvlState();
35192
35316
  init_AvlEffect();
@@ -35281,7 +35405,7 @@ function toFieldKind(type) {
35281
35405
  }
35282
35406
  var PERSISTENCE_BORDER, PERSISTENCE_ICON, ModuleCardInner, ModuleCard;
35283
35407
  var init_ModuleCard = __esm({
35284
- "components/molecules/avl/ModuleCard.tsx"() {
35408
+ "components/avl/molecules/ModuleCard.tsx"() {
35285
35409
  "use client";
35286
35410
  init_AvlEntity();
35287
35411
  init_AvlFieldType();
@@ -35377,10 +35501,10 @@ var init_ModuleCard = __esm({
35377
35501
  });
35378
35502
  var PageHeader;
35379
35503
  var init_PageHeader = __esm({
35380
- "components/molecules/PageHeader.tsx"() {
35504
+ "components/core/molecules/PageHeader.tsx"() {
35381
35505
  "use client";
35382
35506
  init_cn();
35383
- init_atoms();
35507
+ init_atoms2();
35384
35508
  init_Box();
35385
35509
  init_Typography();
35386
35510
  init_useEventBus();
@@ -35511,7 +35635,7 @@ var init_PageHeader = __esm({
35511
35635
  });
35512
35636
  var lookStyles8, Header;
35513
35637
  var init_Header = __esm({
35514
- "components/molecules/Header.tsx"() {
35638
+ "components/core/molecules/Header.tsx"() {
35515
35639
  "use client";
35516
35640
  init_SearchInput();
35517
35641
  init_Avatar();
@@ -35573,7 +35697,7 @@ var init_Header = __esm({
35573
35697
  variant: "ghost",
35574
35698
  onClick: onMenuToggle,
35575
35699
  className: "p-2 -ml-2 text-foreground hover:bg-muted transition-colors",
35576
- "aria-label": isMenuOpen ? "Close menu" : "Open menu",
35700
+ "aria-label": isMenuOpen ? t("aria.closeMenu") : t("aria.openMenu"),
35577
35701
  children: isMenuOpen ? /* @__PURE__ */ jsxRuntime.jsx(LucideIcons2.X, { size: 24 }) : /* @__PURE__ */ jsxRuntime.jsx(LucideIcons2.Menu, { size: 24 })
35578
35702
  }
35579
35703
  ),
@@ -35659,7 +35783,7 @@ var init_Header = __esm({
35659
35783
  });
35660
35784
  var Navigation;
35661
35785
  var init_Navigation = __esm({
35662
- "components/molecules/Navigation.tsx"() {
35786
+ "components/core/molecules/Navigation.tsx"() {
35663
35787
  init_Menu();
35664
35788
  init_Button();
35665
35789
  init_Badge();
@@ -35741,7 +35865,7 @@ var init_Navigation = __esm({
35741
35865
  });
35742
35866
  var paddingStyles4, variantStyles9, Section;
35743
35867
  var init_Section = __esm({
35744
- "components/molecules/Section.tsx"() {
35868
+ "components/core/molecules/Section.tsx"() {
35745
35869
  init_cn();
35746
35870
  init_Typography();
35747
35871
  init_Box();
@@ -35833,7 +35957,7 @@ var init_Section = __esm({
35833
35957
  });
35834
35958
  var SidebarNavItem, Sidebar;
35835
35959
  var init_Sidebar = __esm({
35836
- "components/molecules/Sidebar.tsx"() {
35960
+ "components/core/molecules/Sidebar.tsx"() {
35837
35961
  "use client";
35838
35962
  init_Badge();
35839
35963
  init_Button();
@@ -36014,7 +36138,7 @@ var init_Sidebar = __esm({
36014
36138
  });
36015
36139
  var gapStyles8, alignStyles5, ratioStyles, breakpointPrefixes, Split;
36016
36140
  var init_Split = __esm({
36017
- "components/molecules/Split.tsx"() {
36141
+ "components/core/molecules/Split.tsx"() {
36018
36142
  init_cn();
36019
36143
  init_Box();
36020
36144
  gapStyles8 = {
@@ -36087,7 +36211,7 @@ var init_Split = __esm({
36087
36211
  });
36088
36212
  var WizardContainer;
36089
36213
  var init_WizardContainer = __esm({
36090
- "components/molecules/WizardContainer.tsx"() {
36214
+ "components/core/molecules/WizardContainer.tsx"() {
36091
36215
  "use client";
36092
36216
  init_Button();
36093
36217
  init_Typography();
@@ -36292,7 +36416,7 @@ function getOrbitalType(complexity) {
36292
36416
  }
36293
36417
  var ORBITAL_CONFIGS, SIZE_MAP, OrbitalSphere, DumbbellOrbital, CloverleafOrbital, OrbitalVisualization;
36294
36418
  var init_OrbitalVisualization = __esm({
36295
- "components/molecules/OrbitalVisualization.tsx"() {
36419
+ "components/core/molecules/OrbitalVisualization.tsx"() {
36296
36420
  "use client";
36297
36421
  init_Box();
36298
36422
  init_Typography();
@@ -36661,14 +36785,15 @@ var init_OrbitalVisualization = __esm({
36661
36785
  });
36662
36786
  var SignaturePad;
36663
36787
  var init_SignaturePad = __esm({
36664
- "components/molecules/SignaturePad.tsx"() {
36788
+ "components/core/molecules/SignaturePad.tsx"() {
36665
36789
  "use client";
36666
36790
  init_cn();
36667
- init_atoms();
36791
+ init_atoms2();
36668
36792
  init_Stack();
36669
36793
  init_LoadingState();
36670
36794
  init_ErrorState();
36671
36795
  init_useEventBus();
36796
+ init_useTranslate();
36672
36797
  SignaturePad = ({
36673
36798
  label = "Signature",
36674
36799
  helperText = "Draw your signature above",
@@ -36686,6 +36811,7 @@ var init_SignaturePad = __esm({
36686
36811
  className
36687
36812
  }) => {
36688
36813
  const eventBus = useEventBus();
36814
+ const { t } = useTranslate();
36689
36815
  const canvasRef = React85.useRef(null);
36690
36816
  const [isDrawing, setIsDrawing] = React85.useState(false);
36691
36817
  const [hasSignature, setHasSignature] = React85.useState(!!value);
@@ -36775,13 +36901,13 @@ var init_SignaturePad = __esm({
36775
36901
  }
36776
36902
  }, [signEvent, eventBus]);
36777
36903
  if (isLoading) {
36778
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading signature pad...", className });
36904
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
36779
36905
  }
36780
36906
  if (error) {
36781
36907
  return /* @__PURE__ */ jsxRuntime.jsx(
36782
36908
  ErrorState,
36783
36909
  {
36784
- title: "Signature pad error",
36910
+ title: t("display.signaturePadError"),
36785
36911
  message: error.message,
36786
36912
  className
36787
36913
  }
@@ -36849,16 +36975,17 @@ var init_SignaturePad = __esm({
36849
36975
  });
36850
36976
  var DocumentViewer;
36851
36977
  var init_DocumentViewer = __esm({
36852
- "components/molecules/DocumentViewer.tsx"() {
36978
+ "components/core/molecules/DocumentViewer.tsx"() {
36853
36979
  "use client";
36854
36980
  init_cn();
36855
- init_atoms();
36981
+ init_atoms2();
36856
36982
  init_Stack();
36857
36983
  init_LoadingState();
36858
36984
  init_ErrorState();
36859
36985
  init_EmptyState();
36860
36986
  init_Tabs();
36861
36987
  init_useEventBus();
36988
+ init_useTranslate();
36862
36989
  DocumentViewer = ({
36863
36990
  title,
36864
36991
  src,
@@ -36878,6 +37005,7 @@ var init_DocumentViewer = __esm({
36878
37005
  className
36879
37006
  }) => {
36880
37007
  const eventBus = useEventBus();
37008
+ const { t } = useTranslate();
36881
37009
  const [zoom, setZoom] = React85.useState(100);
36882
37010
  const [currentPage, setCurrentPage] = React85.useState(propPage ?? 1);
36883
37011
  const [activeDocIndex, setActiveDocIndex] = React85.useState(0);
@@ -36913,13 +37041,13 @@ var init_DocumentViewer = __esm({
36913
37041
  }
36914
37042
  }, [totalPages, eventBus, currentPage]);
36915
37043
  if (isLoading) {
36916
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading document...", className });
37044
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
36917
37045
  }
36918
37046
  if (error) {
36919
37047
  return /* @__PURE__ */ jsxRuntime.jsx(
36920
37048
  ErrorState,
36921
37049
  {
36922
- title: "Document error",
37050
+ title: t("display.documentError"),
36923
37051
  message: error.message,
36924
37052
  className
36925
37053
  }
@@ -36934,7 +37062,7 @@ var init_DocumentViewer = __esm({
36934
37062
  EmptyState,
36935
37063
  {
36936
37064
  icon: LucideIcons2.FileText,
36937
- title: "No document",
37065
+ title: t("display.noDocument"),
36938
37066
  description: "No document to display.",
36939
37067
  className
36940
37068
  }
@@ -37053,15 +37181,16 @@ function getGroupColor(group, groups) {
37053
37181
  }
37054
37182
  var GROUP_COLORS2, GraphCanvas;
37055
37183
  var init_GraphCanvas = __esm({
37056
- "components/molecules/GraphCanvas.tsx"() {
37184
+ "components/core/molecules/GraphCanvas.tsx"() {
37057
37185
  "use client";
37058
37186
  init_cn();
37059
- init_atoms();
37187
+ init_atoms2();
37060
37188
  init_Stack();
37061
37189
  init_LoadingState();
37062
37190
  init_ErrorState();
37063
37191
  init_EmptyState();
37064
37192
  init_useEventBus();
37193
+ init_useTranslate();
37065
37194
  GROUP_COLORS2 = [
37066
37195
  "var(--color-primary)",
37067
37196
  "var(--color-success)",
@@ -37088,6 +37217,7 @@ var init_GraphCanvas = __esm({
37088
37217
  className
37089
37218
  }) => {
37090
37219
  const eventBus = useEventBus();
37220
+ const { t } = useTranslate();
37091
37221
  const canvasRef = React85.useRef(null);
37092
37222
  const animRef = React85.useRef(0);
37093
37223
  const [zoom, setZoom] = React85.useState(1);
@@ -37269,13 +37399,13 @@ var init_GraphCanvas = __esm({
37269
37399
  setOffset({ x: 0, y: 0 });
37270
37400
  }, []);
37271
37401
  if (isLoading) {
37272
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading graph...", className });
37402
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
37273
37403
  }
37274
37404
  if (error) {
37275
37405
  return /* @__PURE__ */ jsxRuntime.jsx(
37276
37406
  ErrorState,
37277
37407
  {
37278
- title: "Graph error",
37408
+ title: t("display.graphError"),
37279
37409
  message: error.message,
37280
37410
  className
37281
37411
  }
@@ -37285,7 +37415,7 @@ var init_GraphCanvas = __esm({
37285
37415
  return /* @__PURE__ */ jsxRuntime.jsx(
37286
37416
  EmptyState,
37287
37417
  {
37288
- title: "No graph data",
37418
+ title: t("display.noGraphData"),
37289
37419
  description: "No nodes to display.",
37290
37420
  className
37291
37421
  }
@@ -37361,19 +37491,19 @@ var init_GraphCanvas = __esm({
37361
37491
  }
37362
37492
  });
37363
37493
 
37364
- // components/molecules/index.ts
37365
- var init_molecules = __esm({
37366
- "components/molecules/index.ts"() {
37494
+ // components/core/molecules/index.ts
37495
+ var init_molecules2 = __esm({
37496
+ "components/core/molecules/index.ts"() {
37367
37497
  init_EmptyState();
37368
37498
  init_Pagination();
37369
- init_game2();
37499
+ init_molecules();
37370
37500
  }
37371
37501
  });
37372
37502
 
37373
- // components/organisms/types.ts
37503
+ // components/core/organisms/types.ts
37374
37504
  var EntityDisplayEvents;
37375
37505
  var init_types3 = __esm({
37376
- "components/organisms/types.ts"() {
37506
+ "components/core/organisms/types.ts"() {
37377
37507
  EntityDisplayEvents = {
37378
37508
  SORT: "SORT",
37379
37509
  PAGINATE: "PAGINATE",
@@ -37787,15 +37917,15 @@ function DataTable({
37787
37917
  }
37788
37918
  var lookStyles9;
37789
37919
  var init_DataTable = __esm({
37790
- "components/organisms/DataTable.tsx"() {
37920
+ "components/core/organisms/DataTable.tsx"() {
37791
37921
  "use client";
37792
37922
  init_cn();
37793
37923
  init_getNestedValue();
37794
- init_atoms();
37924
+ init_atoms2();
37795
37925
  init_Box();
37796
37926
  init_Stack();
37797
37927
  init_Typography();
37798
- init_molecules();
37928
+ init_molecules2();
37799
37929
  init_Icon();
37800
37930
  init_useEventBus();
37801
37931
  init_useTranslate();
@@ -37942,8 +38072,8 @@ function DebuggerBoard({
37942
38072
  );
37943
38073
  }
37944
38074
  var init_DebuggerBoard = __esm({
37945
- "components/organisms/game/puzzles/debugger/DebuggerBoard.tsx"() {
37946
- init_atoms();
38075
+ "components/game/organisms/puzzles/debugger/DebuggerBoard.tsx"() {
38076
+ init_atoms2();
37947
38077
  init_useEventBus();
37948
38078
  init_useTranslate();
37949
38079
  DebuggerBoard.displayName = "DebuggerBoard";
@@ -38064,9 +38194,9 @@ function buildFieldTypeMap(fields) {
38064
38194
  }
38065
38195
  var ReactMarkdown2, DetailPanel;
38066
38196
  var init_DetailPanel = __esm({
38067
- "components/organisms/DetailPanel.tsx"() {
38197
+ "components/core/organisms/DetailPanel.tsx"() {
38068
38198
  "use client";
38069
- init_atoms();
38199
+ init_atoms2();
38070
38200
  init_Box();
38071
38201
  init_Stack();
38072
38202
  init_SimpleGrid();
@@ -38241,7 +38371,7 @@ var init_DetailPanel = __esm({
38241
38371
  return /* @__PURE__ */ jsxRuntime.jsx(
38242
38372
  LoadingState,
38243
38373
  {
38244
- message: "Loading details...",
38374
+ message: t("common.loading"),
38245
38375
  className
38246
38376
  }
38247
38377
  );
@@ -38261,7 +38391,7 @@ var init_DetailPanel = __esm({
38261
38391
  return /* @__PURE__ */ jsxRuntime.jsx(
38262
38392
  EmptyState,
38263
38393
  {
38264
- title: "Not Found",
38394
+ title: t("error.notFound"),
38265
38395
  description: "The requested item could not be found.",
38266
38396
  className
38267
38397
  }
@@ -38409,7 +38539,7 @@ function extractTitle(children) {
38409
38539
  }
38410
38540
  var DrawerSlot;
38411
38541
  var init_DrawerSlot = __esm({
38412
- "components/organisms/DrawerSlot.tsx"() {
38542
+ "components/core/organisms/DrawerSlot.tsx"() {
38413
38543
  "use client";
38414
38544
  init_Drawer();
38415
38545
  init_useEventBus();
@@ -38652,7 +38782,7 @@ function TraitStateViewer({
38652
38782
  }
38653
38783
  var SIZE_CONFIG2;
38654
38784
  var init_TraitStateViewer = __esm({
38655
- "components/organisms/game/TraitStateViewer.tsx"() {
38785
+ "components/game/organisms/TraitStateViewer.tsx"() {
38656
38786
  "use client";
38657
38787
  init_cn();
38658
38788
  init_useTranslate();
@@ -38711,8 +38841,8 @@ function RuleEditor({
38711
38841
  ] });
38712
38842
  }
38713
38843
  var init_RuleEditor = __esm({
38714
- "components/organisms/game/puzzles/event-handler/RuleEditor.tsx"() {
38715
- init_atoms();
38844
+ "components/game/organisms/puzzles/event-handler/RuleEditor.tsx"() {
38845
+ init_atoms2();
38716
38846
  init_cn();
38717
38847
  init_useTranslate();
38718
38848
  RuleEditor.displayName = "RuleEditor";
@@ -38786,8 +38916,8 @@ function ObjectRulePanel({
38786
38916
  }
38787
38917
  var nextRuleId;
38788
38918
  var init_ObjectRulePanel = __esm({
38789
- "components/organisms/game/puzzles/event-handler/ObjectRulePanel.tsx"() {
38790
- init_atoms();
38919
+ "components/game/organisms/puzzles/event-handler/ObjectRulePanel.tsx"() {
38920
+ init_atoms2();
38791
38921
  init_cn();
38792
38922
  init_useTranslate();
38793
38923
  init_TraitStateViewer();
@@ -38831,8 +38961,8 @@ function EventLog({
38831
38961
  }
38832
38962
  var STATUS_STYLES, STATUS_DOTS;
38833
38963
  var init_EventLog = __esm({
38834
- "components/organisms/game/puzzles/event-handler/EventLog.tsx"() {
38835
- init_atoms();
38964
+ "components/game/organisms/puzzles/event-handler/EventLog.tsx"() {
38965
+ init_atoms2();
38836
38966
  init_cn();
38837
38967
  init_useTranslate();
38838
38968
  STATUS_STYLES = {
@@ -39044,8 +39174,8 @@ function EventHandlerBoard({
39044
39174
  }
39045
39175
  var ENCOURAGEMENT_KEYS;
39046
39176
  var init_EventHandlerBoard = __esm({
39047
- "components/organisms/game/puzzles/event-handler/EventHandlerBoard.tsx"() {
39048
- init_atoms();
39177
+ "components/game/organisms/puzzles/event-handler/EventHandlerBoard.tsx"() {
39178
+ init_atoms2();
39049
39179
  init_cn();
39050
39180
  init_useEventBus();
39051
39181
  init_useTranslate();
@@ -39062,7 +39192,7 @@ var init_EventHandlerBoard = __esm({
39062
39192
  });
39063
39193
  var FeatureDetailPageTemplate;
39064
39194
  var init_FeatureDetailPageTemplate = __esm({
39065
- "components/templates/FeatureDetailPageTemplate.tsx"() {
39195
+ "components/marketing/templates/FeatureDetailPageTemplate.tsx"() {
39066
39196
  init_cn();
39067
39197
  init_Stack();
39068
39198
  init_HeroSection();
@@ -39114,7 +39244,7 @@ var init_FeatureDetailPageTemplate = __esm({
39114
39244
  });
39115
39245
  var FeatureGridOrganism;
39116
39246
  var init_FeatureGridOrganism = __esm({
39117
- "components/organisms/FeatureGridOrganism.tsx"() {
39247
+ "components/core/organisms/FeatureGridOrganism.tsx"() {
39118
39248
  "use client";
39119
39249
  init_cn();
39120
39250
  init_useEventBus();
@@ -39286,7 +39416,7 @@ function formatDateTimeValue(value) {
39286
39416
  }
39287
39417
  var layoutStyles, gapStyles9, Form;
39288
39418
  var init_Form = __esm({
39289
- "components/organisms/Form.tsx"() {
39419
+ "components/core/organisms/Form.tsx"() {
39290
39420
  "use client";
39291
39421
  init_cn();
39292
39422
  init_Input();
@@ -40119,7 +40249,7 @@ function useGameAudio({
40119
40249
  };
40120
40250
  }
40121
40251
  var init_useGameAudio = __esm({
40122
- "components/organisms/game/hooks/useGameAudio.ts"() {
40252
+ "components/game/organisms/hooks/useGameAudio.ts"() {
40123
40253
  "use client";
40124
40254
  useGameAudio.displayName = "useGameAudio";
40125
40255
  }
@@ -40171,7 +40301,7 @@ function GameAudioProvider({
40171
40301
  }
40172
40302
  var GameAudioContext;
40173
40303
  var init_GameAudioProvider = __esm({
40174
- "components/organisms/game/GameAudioProvider.tsx"() {
40304
+ "components/game/organisms/GameAudioProvider.tsx"() {
40175
40305
  "use client";
40176
40306
  init_useEventBus();
40177
40307
  init_useGameAudio();
@@ -40204,9 +40334,9 @@ function GameAudioToggle({
40204
40334
  );
40205
40335
  }
40206
40336
  var init_GameAudioToggle = __esm({
40207
- "components/organisms/game/GameAudioToggle.tsx"() {
40337
+ "components/game/organisms/GameAudioToggle.tsx"() {
40208
40338
  "use client";
40209
- init_atoms();
40339
+ init_atoms2();
40210
40340
  init_cn();
40211
40341
  init_GameAudioProvider();
40212
40342
  GameAudioToggle.displayName = "GameAudioToggle";
@@ -40214,7 +40344,7 @@ var init_GameAudioToggle = __esm({
40214
40344
  });
40215
40345
  var GameShell;
40216
40346
  var init_GameShell = __esm({
40217
- "components/templates/GameShell.tsx"() {
40347
+ "components/game/templates/GameShell.tsx"() {
40218
40348
  init_cn();
40219
40349
  init_Box();
40220
40350
  init_Stack();
@@ -40292,7 +40422,7 @@ var init_GameShell = __esm({
40292
40422
  });
40293
40423
  var GameTemplate;
40294
40424
  var init_GameTemplate = __esm({
40295
- "components/templates/GameTemplate.tsx"() {
40425
+ "components/game/templates/GameTemplate.tsx"() {
40296
40426
  init_cn();
40297
40427
  init_Box();
40298
40428
  init_Stack();
@@ -40409,7 +40539,7 @@ var init_GameTemplate = __esm({
40409
40539
  });
40410
40540
  var GenericAppTemplate;
40411
40541
  var init_GenericAppTemplate = __esm({
40412
- "components/templates/GenericAppTemplate.tsx"() {
40542
+ "components/core/templates/GenericAppTemplate.tsx"() {
40413
40543
  init_cn();
40414
40544
  init_Box();
40415
40545
  init_Stack();
@@ -40457,7 +40587,7 @@ var init_GenericAppTemplate = __esm({
40457
40587
  });
40458
40588
  var HeroOrganism, _HeroClickInterceptor;
40459
40589
  var init_HeroOrganism = __esm({
40460
- "components/organisms/HeroOrganism.tsx"() {
40590
+ "components/core/organisms/HeroOrganism.tsx"() {
40461
40591
  "use client";
40462
40592
  init_cn();
40463
40593
  init_useEventBus();
@@ -40565,8 +40695,9 @@ var init_HeroOrganism = __esm({
40565
40695
  });
40566
40696
  var LandingPageTemplate;
40567
40697
  var init_LandingPageTemplate = __esm({
40568
- "components/templates/LandingPageTemplate.tsx"() {
40698
+ "components/marketing/templates/LandingPageTemplate.tsx"() {
40569
40699
  init_cn();
40700
+ init_useTranslate();
40570
40701
  init_Stack();
40571
40702
  init_Box();
40572
40703
  init_Container();
@@ -40584,6 +40715,7 @@ var init_LandingPageTemplate = __esm({
40584
40715
  featureColumns = 3,
40585
40716
  className
40586
40717
  }) => {
40718
+ const { t } = useTranslate();
40587
40719
  const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
40588
40720
  if (!resolved) return null;
40589
40721
  return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
@@ -40603,7 +40735,7 @@ var init_LandingPageTemplate = __esm({
40603
40735
  }
40604
40736
  ),
40605
40737
  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" }),
40738
+ /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.features") }),
40607
40739
  /* @__PURE__ */ jsxRuntime.jsx(
40608
40740
  FeatureGrid,
40609
40741
  {
@@ -40627,7 +40759,7 @@ var init_LandingPageTemplate = __esm({
40627
40759
  }
40628
40760
  ) }) }),
40629
40761
  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" }),
40762
+ /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.howItWorks") }),
40631
40763
  /* @__PURE__ */ jsxRuntime.jsx(
40632
40764
  StepFlow,
40633
40765
  {
@@ -40641,7 +40773,7 @@ var init_LandingPageTemplate = __esm({
40641
40773
  )
40642
40774
  ] }) }) }),
40643
40775
  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" }),
40776
+ /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.showcase") }),
40645
40777
  /* @__PURE__ */ jsxRuntime.jsx(SimpleGrid, { cols: Math.min(resolved.showcase.length, 3), gap: "lg", children: resolved.showcase.map((item) => /* @__PURE__ */ jsxRuntime.jsx(
40646
40778
  ShowcaseCard,
40647
40779
  {
@@ -40755,9 +40887,9 @@ function formatFieldLabel2(fieldName) {
40755
40887
  }
40756
40888
  var STATUS_STYLES2, StatusBadge, ProgressIndicator, List3;
40757
40889
  var init_List = __esm({
40758
- "components/organisms/List.tsx"() {
40890
+ "components/core/organisms/List.tsx"() {
40759
40891
  "use client";
40760
- init_atoms();
40892
+ init_atoms2();
40761
40893
  init_Stack();
40762
40894
  init_Menu();
40763
40895
  init_EmptyState();
@@ -40931,7 +41063,7 @@ var init_List = __esm({
40931
41063
  return /* @__PURE__ */ jsxRuntime.jsx(
40932
41064
  LoadingState,
40933
41065
  {
40934
- message: "Loading items...",
41066
+ message: t("error.loadingItems"),
40935
41067
  className
40936
41068
  }
40937
41069
  );
@@ -40941,7 +41073,7 @@ var init_List = __esm({
40941
41073
  EmptyState,
40942
41074
  {
40943
41075
  icon: LucideIcons2.Package,
40944
- title: "Error loading items",
41076
+ title: t("error.somethingWentWrong"),
40945
41077
  description: error.message,
40946
41078
  className
40947
41079
  }
@@ -41197,7 +41329,7 @@ var init_List = __esm({
41197
41329
  EmptyState,
41198
41330
  {
41199
41331
  icon: LucideIcons2.Package,
41200
- title: "No items found",
41332
+ title: t("error.noItemsFound"),
41201
41333
  description: resolvedEmptyMessage,
41202
41334
  className
41203
41335
  }
@@ -41256,7 +41388,7 @@ function MasterDetail({
41256
41388
  );
41257
41389
  }
41258
41390
  var init_MasterDetail = __esm({
41259
- "components/organisms/MasterDetail.tsx"() {
41391
+ "components/core/organisms/MasterDetail.tsx"() {
41260
41392
  "use client";
41261
41393
  init_DataTable();
41262
41394
  MasterDetail.displayName = "MasterDetail";
@@ -41264,7 +41396,7 @@ var init_MasterDetail = __esm({
41264
41396
  });
41265
41397
  var DefaultEmptyDetail, MasterDetailLayout;
41266
41398
  var init_MasterDetailLayout = __esm({
41267
- "components/organisms/layout/MasterDetailLayout.tsx"() {
41399
+ "components/core/organisms/layout/MasterDetailLayout.tsx"() {
41268
41400
  init_cn();
41269
41401
  init_Typography();
41270
41402
  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 +41447,10 @@ var init_MasterDetailLayout = __esm({
41315
41447
  });
41316
41448
  var COLUMN_CLASSES, ASPECT_CLASSES, MediaGallery;
41317
41449
  var init_MediaGallery = __esm({
41318
- "components/organisms/MediaGallery.tsx"() {
41450
+ "components/core/organisms/MediaGallery.tsx"() {
41319
41451
  "use client";
41320
41452
  init_cn();
41321
- init_atoms();
41453
+ init_atoms2();
41322
41454
  init_Stack();
41323
41455
  init_LoadingState();
41324
41456
  init_ErrorState();
@@ -41383,13 +41515,13 @@ var init_MediaGallery = __esm({
41383
41515
  }));
41384
41516
  }, [propItems, entityData]);
41385
41517
  if (isLoading) {
41386
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading media...", className });
41518
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
41387
41519
  }
41388
41520
  if (error) {
41389
41521
  return /* @__PURE__ */ jsxRuntime.jsx(
41390
41522
  ErrorState,
41391
41523
  {
41392
- title: "Gallery error",
41524
+ title: t("display.galleryError"),
41393
41525
  message: error.message,
41394
41526
  className
41395
41527
  }
@@ -41400,7 +41532,7 @@ var init_MediaGallery = __esm({
41400
41532
  EmptyState,
41401
41533
  {
41402
41534
  icon: LucideIcons2.Image,
41403
- title: "No media",
41535
+ title: t("display.noMedia"),
41404
41536
  description: "No media items to display.",
41405
41537
  className
41406
41538
  }
@@ -41544,7 +41676,7 @@ function extractTitle2(children) {
41544
41676
  }
41545
41677
  var ModalSlot;
41546
41678
  var init_ModalSlot = __esm({
41547
- "components/organisms/ModalSlot.tsx"() {
41679
+ "components/core/organisms/ModalSlot.tsx"() {
41548
41680
  "use client";
41549
41681
  init_Modal();
41550
41682
  init_useEventBus();
@@ -41725,8 +41857,8 @@ function NegotiatorBoard({
41725
41857
  );
41726
41858
  }
41727
41859
  var init_NegotiatorBoard = __esm({
41728
- "components/organisms/game/puzzles/negotiator/NegotiatorBoard.tsx"() {
41729
- init_atoms();
41860
+ "components/game/organisms/puzzles/negotiator/NegotiatorBoard.tsx"() {
41861
+ init_atoms2();
41730
41862
  init_useEventBus();
41731
41863
  init_useTranslate();
41732
41864
  NegotiatorBoard.displayName = "NegotiatorBoard";
@@ -41734,7 +41866,7 @@ var init_NegotiatorBoard = __esm({
41734
41866
  });
41735
41867
  var PricingOrganism;
41736
41868
  var init_PricingOrganism = __esm({
41737
- "components/organisms/PricingOrganism.tsx"() {
41869
+ "components/marketing/organisms/PricingOrganism.tsx"() {
41738
41870
  "use client";
41739
41871
  init_cn();
41740
41872
  init_useEventBus();
@@ -41786,8 +41918,9 @@ var init_PricingOrganism = __esm({
41786
41918
  });
41787
41919
  var PricingPageTemplate;
41788
41920
  var init_PricingPageTemplate = __esm({
41789
- "components/templates/PricingPageTemplate.tsx"() {
41921
+ "components/marketing/templates/PricingPageTemplate.tsx"() {
41790
41922
  init_cn();
41923
+ init_useTranslate();
41791
41924
  init_Stack();
41792
41925
  init_Box();
41793
41926
  init_Container();
@@ -41800,6 +41933,7 @@ var init_PricingPageTemplate = __esm({
41800
41933
  entity,
41801
41934
  className
41802
41935
  }) => {
41936
+ const { t } = useTranslate();
41803
41937
  const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
41804
41938
  if (!resolved) return null;
41805
41939
  return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
@@ -41828,7 +41962,7 @@ var init_PricingPageTemplate = __esm({
41828
41962
  }
41829
41963
  ) }) }),
41830
41964
  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" }),
41965
+ /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.faq") }),
41832
41966
  /* @__PURE__ */ jsxRuntime.jsx(
41833
41967
  Accordion,
41834
41968
  {
@@ -41997,7 +42131,7 @@ function useDebugData() {
41997
42131
  return data;
41998
42132
  }
41999
42133
  var init_useDebugData = __esm({
42000
- "components/organisms/debug/hooks/useDebugData.ts"() {
42134
+ "components/core/organisms/debug/hooks/useDebugData.ts"() {
42001
42135
  "use client";
42002
42136
  init_traitRegistry();
42003
42137
  init_tickRegistry();
@@ -42272,7 +42406,7 @@ function WalkMinimap() {
42272
42406
  ] });
42273
42407
  }
42274
42408
  var init_WalkMinimap = __esm({
42275
- "components/organisms/debug/WalkMinimap.tsx"() {
42409
+ "components/core/organisms/debug/WalkMinimap.tsx"() {
42276
42410
  "use client";
42277
42411
  init_Box();
42278
42412
  init_Stack();
@@ -42282,11 +42416,12 @@ var init_WalkMinimap = __esm({
42282
42416
  }
42283
42417
  });
42284
42418
  function TraitsTab({ traits: traits2 }) {
42419
+ const { t } = useTranslate();
42285
42420
  if (traits2.length === 0) {
42286
42421
  return /* @__PURE__ */ jsxRuntime.jsx(
42287
42422
  EmptyState,
42288
42423
  {
42289
- title: "No active traits",
42424
+ title: t("debug.noActiveTraits"),
42290
42425
  description: "Traits will appear when components using them are mounted",
42291
42426
  className: "py-8"
42292
42427
  }
@@ -42317,19 +42452,19 @@ function TraitsTab({ traits: traits2 }) {
42317
42452
  ] }),
42318
42453
  trait.transitions.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
42319
42454
  /* @__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,
42455
+ /* @__PURE__ */ jsxRuntime.jsx(Stack, { gap: "xs", children: trait.transitions.map((t2, i) => /* @__PURE__ */ jsxRuntime.jsxs(Typography, { variant: "small", className: "font-mono", children: [
42456
+ t2.from,
42322
42457
  " \u2192 ",
42323
- t.to,
42458
+ t2.to,
42324
42459
  " ",
42325
42460
  /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-gray-500", children: [
42326
42461
  "(",
42327
- t.event,
42462
+ t2.event,
42328
42463
  ")"
42329
42464
  ] }),
42330
- t.guard && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-amber-500", children: [
42465
+ t2.guard && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-amber-500", children: [
42331
42466
  " [",
42332
- t.guard,
42467
+ t2.guard,
42333
42468
  "]"
42334
42469
  ] })
42335
42470
  ] }, i)) })
@@ -42346,23 +42481,25 @@ function TraitsTab({ traits: traits2 }) {
42346
42481
  return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "debug-tab debug-tab--traits", children: /* @__PURE__ */ jsxRuntime.jsx(Accordion, { items: accordionItems, multiple: true }) });
42347
42482
  }
42348
42483
  var init_TraitsTab = __esm({
42349
- "components/organisms/debug/tabs/TraitsTab.tsx"() {
42484
+ "components/core/organisms/debug/tabs/TraitsTab.tsx"() {
42350
42485
  init_Accordion();
42351
42486
  init_Badge();
42352
42487
  init_Typography();
42353
42488
  init_Stack();
42354
42489
  init_EmptyState();
42490
+ init_useTranslate();
42355
42491
  TraitsTab.displayName = "TraitsTab";
42356
42492
  }
42357
42493
  });
42358
42494
  function TicksTab({ ticks: ticks2 }) {
42359
- const activeTicks = ticks2.filter((t) => t.active);
42360
- const inactiveTicks = ticks2.filter((t) => !t.active);
42495
+ const { t } = useTranslate();
42496
+ const activeTicks = ticks2.filter((t2) => t2.active);
42497
+ const inactiveTicks = ticks2.filter((t2) => !t2.active);
42361
42498
  if (ticks2.length === 0) {
42362
42499
  return /* @__PURE__ */ jsxRuntime.jsx(
42363
42500
  EmptyState,
42364
42501
  {
42365
- title: "No ticks registered",
42502
+ title: t("debug.noTicks"),
42366
42503
  description: "Ticks will appear when trait tick handlers are running",
42367
42504
  className: "py-8"
42368
42505
  }
@@ -42422,21 +42559,23 @@ function TicksTab({ ticks: ticks2 }) {
42422
42559
  ] });
42423
42560
  }
42424
42561
  var init_TicksTab = __esm({
42425
- "components/organisms/debug/tabs/TicksTab.tsx"() {
42562
+ "components/core/organisms/debug/tabs/TicksTab.tsx"() {
42426
42563
  init_Badge();
42427
42564
  init_Typography();
42428
42565
  init_Stack();
42429
42566
  init_Card();
42430
42567
  init_EmptyState();
42568
+ init_useTranslate();
42431
42569
  TicksTab.displayName = "TicksTab";
42432
42570
  }
42433
42571
  });
42434
42572
  function EntitiesTab({ snapshot }) {
42573
+ const { t } = useTranslate();
42435
42574
  if (!snapshot) {
42436
42575
  return /* @__PURE__ */ jsxRuntime.jsx(
42437
42576
  EmptyState,
42438
42577
  {
42439
- title: "No entity data",
42578
+ title: t("debug.noEntityData"),
42440
42579
  description: "Debug mode may not be enabled",
42441
42580
  className: "py-8"
42442
42581
  }
@@ -42449,7 +42588,7 @@ function EntitiesTab({ snapshot }) {
42449
42588
  return /* @__PURE__ */ jsxRuntime.jsx(
42450
42589
  EmptyState,
42451
42590
  {
42452
- title: "No entities",
42591
+ title: t("debug.noEntities"),
42453
42592
  description: "Entities will appear when spawned",
42454
42593
  className: "py-8"
42455
42594
  }
@@ -42506,16 +42645,18 @@ function EntitiesTab({ snapshot }) {
42506
42645
  ] });
42507
42646
  }
42508
42647
  var init_EntitiesTab = __esm({
42509
- "components/organisms/debug/tabs/EntitiesTab.tsx"() {
42648
+ "components/core/organisms/debug/tabs/EntitiesTab.tsx"() {
42510
42649
  init_Accordion();
42511
42650
  init_Badge();
42512
42651
  init_Typography();
42513
42652
  init_Stack();
42514
42653
  init_EmptyState();
42654
+ init_useTranslate();
42515
42655
  EntitiesTab.displayName = "EntitiesTab";
42516
42656
  }
42517
42657
  });
42518
42658
  function EventFlowTab({ events: events2 }) {
42659
+ const { t } = useTranslate();
42519
42660
  const [filter, setFilter] = React85__namespace.useState("all");
42520
42661
  const containerRef = React85__namespace.useRef(null);
42521
42662
  const [autoScroll, setAutoScroll] = React85__namespace.useState(true);
@@ -42541,7 +42682,7 @@ function EventFlowTab({ events: events2 }) {
42541
42682
  return /* @__PURE__ */ jsxRuntime.jsx(
42542
42683
  EmptyState,
42543
42684
  {
42544
- title: "No events yet",
42685
+ title: t("debug.noEventsYet"),
42545
42686
  description: "Events will appear as traits, ticks, and other systems execute",
42546
42687
  className: "py-8"
42547
42688
  }
@@ -42623,7 +42764,7 @@ function EventFlowTab({ events: events2 }) {
42623
42764
  }
42624
42765
  var TYPE_BADGES;
42625
42766
  var init_EventFlowTab = __esm({
42626
- "components/organisms/debug/tabs/EventFlowTab.tsx"() {
42767
+ "components/core/organisms/debug/tabs/EventFlowTab.tsx"() {
42627
42768
  "use client";
42628
42769
  init_Badge();
42629
42770
  init_Typography();
@@ -42631,6 +42772,7 @@ var init_EventFlowTab = __esm({
42631
42772
  init_Button();
42632
42773
  init_Checkbox();
42633
42774
  init_EmptyState();
42775
+ init_useTranslate();
42634
42776
  TYPE_BADGES = {
42635
42777
  trait: { variant: "primary", icon: "\u{1F504}" },
42636
42778
  tick: { variant: "warning", icon: "\u23F1\uFE0F" },
@@ -42643,12 +42785,13 @@ var init_EventFlowTab = __esm({
42643
42785
  }
42644
42786
  });
42645
42787
  function GuardsPanel({ guards }) {
42788
+ const { t } = useTranslate();
42646
42789
  const [filter, setFilter] = React85__namespace.useState("all");
42647
42790
  if (guards.length === 0) {
42648
42791
  return /* @__PURE__ */ jsxRuntime.jsx(
42649
42792
  EmptyState,
42650
42793
  {
42651
- title: "No guard evaluations",
42794
+ title: t("debug.noGuardEvaluations"),
42652
42795
  description: "Guard evaluations will appear when transitions or ticks with guards execute",
42653
42796
  className: "py-8"
42654
42797
  }
@@ -42715,7 +42858,7 @@ function GuardsPanel({ guards }) {
42715
42858
  ] });
42716
42859
  }
42717
42860
  var init_GuardsPanel = __esm({
42718
- "components/organisms/debug/tabs/GuardsPanel.tsx"() {
42861
+ "components/core/organisms/debug/tabs/GuardsPanel.tsx"() {
42719
42862
  "use client";
42720
42863
  init_Accordion();
42721
42864
  init_Badge();
@@ -42724,15 +42867,17 @@ var init_GuardsPanel = __esm({
42724
42867
  init_ButtonGroup();
42725
42868
  init_Button();
42726
42869
  init_EmptyState();
42870
+ init_useTranslate();
42727
42871
  GuardsPanel.displayName = "GuardsPanel";
42728
42872
  }
42729
42873
  });
42730
42874
  function VerificationTab({ checks, summary }) {
42875
+ const { t } = useTranslate();
42731
42876
  if (checks.length === 0) {
42732
42877
  return /* @__PURE__ */ jsxRuntime.jsx(
42733
42878
  EmptyState,
42734
42879
  {
42735
- title: "No verification checks yet",
42880
+ title: t("debug.noVerificationChecks"),
42736
42881
  description: "Checks will appear as the app executes transitions and effects",
42737
42882
  className: "py-8"
42738
42883
  }
@@ -42792,12 +42937,13 @@ function VerificationTab({ checks, summary }) {
42792
42937
  }
42793
42938
  var STATUS_CONFIG;
42794
42939
  var init_VerificationTab = __esm({
42795
- "components/organisms/debug/tabs/VerificationTab.tsx"() {
42940
+ "components/core/organisms/debug/tabs/VerificationTab.tsx"() {
42796
42941
  "use client";
42797
42942
  init_Badge();
42798
42943
  init_Typography();
42799
42944
  init_Stack();
42800
42945
  init_EmptyState();
42946
+ init_useTranslate();
42801
42947
  STATUS_CONFIG = {
42802
42948
  pass: { variant: "success", icon: "\u2713", label: "PASS" },
42803
42949
  fail: { variant: "danger", icon: "\u2717", label: "FAIL" },
@@ -42817,6 +42963,7 @@ function EffectBadge({ effect }) {
42817
42963
  ] });
42818
42964
  }
42819
42965
  function TransitionTimeline({ transitions }) {
42966
+ const { t } = useTranslate();
42820
42967
  const containerRef = React85__namespace.useRef(null);
42821
42968
  const [autoScroll, setAutoScroll] = React85__namespace.useState(true);
42822
42969
  const [expandedId, setExpandedId] = React85__namespace.useState(null);
@@ -42829,7 +42976,7 @@ function TransitionTimeline({ transitions }) {
42829
42976
  return /* @__PURE__ */ jsxRuntime.jsx(
42830
42977
  EmptyState,
42831
42978
  {
42832
- title: "No transitions recorded",
42979
+ title: t("debug.noTransitionsRecorded"),
42833
42980
  description: "Transitions will appear as the state machine processes events",
42834
42981
  className: "py-8"
42835
42982
  }
@@ -42931,12 +43078,13 @@ function TransitionTimeline({ transitions }) {
42931
43078
  }
42932
43079
  var EFFECT_STATUS_VARIANT;
42933
43080
  var init_TransitionTimeline = __esm({
42934
- "components/organisms/debug/tabs/TransitionTimeline.tsx"() {
43081
+ "components/core/organisms/debug/tabs/TransitionTimeline.tsx"() {
42935
43082
  "use client";
42936
43083
  init_Badge();
42937
43084
  init_Typography();
42938
43085
  init_EmptyState();
42939
43086
  init_Checkbox();
43087
+ init_useTranslate();
42940
43088
  EFFECT_STATUS_VARIANT = {
42941
43089
  executed: "success",
42942
43090
  failed: "danger",
@@ -42952,11 +43100,12 @@ function StatRow({ label, value, variant }) {
42952
43100
  ] });
42953
43101
  }
42954
43102
  function ServerBridgeTab({ bridge }) {
43103
+ const { t } = useTranslate();
42955
43104
  if (!bridge) {
42956
43105
  return /* @__PURE__ */ jsxRuntime.jsx(
42957
43106
  EmptyState,
42958
43107
  {
42959
- title: "No bridge data",
43108
+ title: t("debug.noBridgeData"),
42960
43109
  description: "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
42961
43110
  className: "py-8"
42962
43111
  }
@@ -42982,7 +43131,7 @@ function ServerBridgeTab({ bridge }) {
42982
43131
  /* @__PURE__ */ jsxRuntime.jsx(
42983
43132
  StatRow,
42984
43133
  {
42985
- label: "Status",
43134
+ label: t("debug.status"),
42986
43135
  value: bridge.connected ? "Connected" : "Disconnected",
42987
43136
  variant: bridge.connected ? "success" : "danger"
42988
43137
  }
@@ -42990,21 +43139,21 @@ function ServerBridgeTab({ bridge }) {
42990
43139
  /* @__PURE__ */ jsxRuntime.jsx(
42991
43140
  StatRow,
42992
43141
  {
42993
- label: "Events Forwarded (Client \u2192 Server)",
43142
+ label: t("debug.eventsForwarded"),
42994
43143
  value: bridge.eventsForwarded
42995
43144
  }
42996
43145
  ),
42997
43146
  /* @__PURE__ */ jsxRuntime.jsx(
42998
43147
  StatRow,
42999
43148
  {
43000
- label: "Events Received (Server \u2192 Client)",
43149
+ label: t("debug.eventsReceived"),
43001
43150
  value: bridge.eventsReceived
43002
43151
  }
43003
43152
  ),
43004
43153
  /* @__PURE__ */ jsxRuntime.jsx(
43005
43154
  StatRow,
43006
43155
  {
43007
- label: "Last Heartbeat",
43156
+ label: t("debug.lastHeartbeat"),
43008
43157
  value: formatTime4(bridge.lastHeartbeat)
43009
43158
  }
43010
43159
  )
@@ -43021,13 +43170,14 @@ function ServerBridgeTab({ bridge }) {
43021
43170
  ] }) });
43022
43171
  }
43023
43172
  var init_ServerBridgeTab = __esm({
43024
- "components/organisms/debug/tabs/ServerBridgeTab.tsx"() {
43173
+ "components/core/organisms/debug/tabs/ServerBridgeTab.tsx"() {
43025
43174
  "use client";
43026
43175
  init_Badge();
43027
43176
  init_Typography();
43028
43177
  init_Stack();
43029
43178
  init_Card();
43030
43179
  init_EmptyState();
43180
+ init_useTranslate();
43031
43181
  ServerBridgeTab.displayName = "ServerBridgeTab";
43032
43182
  }
43033
43183
  });
@@ -43106,6 +43256,7 @@ function getAllEvents(traits2) {
43106
43256
  }
43107
43257
  function EventDispatcherTab({ traits: traits2, schema }) {
43108
43258
  const eventBus = useEventBus();
43259
+ const { t } = useTranslate();
43109
43260
  const [log12, setLog] = React85__namespace.useState([]);
43110
43261
  const prevStatesRef = React85__namespace.useRef(/* @__PURE__ */ new Map());
43111
43262
  React85__namespace.useEffect(() => {
@@ -43124,7 +43275,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
43124
43275
  return /* @__PURE__ */ jsxRuntime.jsx(
43125
43276
  EmptyState,
43126
43277
  {
43127
- title: "No active traits",
43278
+ title: t("debug.noActiveTraits"),
43128
43279
  description: "Traits will appear when the state machine initializes",
43129
43280
  className: "py-8"
43130
43281
  }
@@ -43162,8 +43313,8 @@ function EventDispatcherTab({ traits: traits2, schema }) {
43162
43313
  children: event
43163
43314
  }
43164
43315
  ),
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" })
43316
+ /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((t2) => `${t2.from} -> ${t2.to}`).join(", ") }),
43317
+ transitions.some((t2) => t2.guard) && /* @__PURE__ */ jsxRuntime.jsx(Badge, { variant: "warning", size: "sm", children: "guarded" })
43167
43318
  ] }, event)) })
43168
43319
  ] }),
43169
43320
  unavailableEvents.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3", children: [
@@ -43183,7 +43334,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
43183
43334
  ] });
43184
43335
  }
43185
43336
  var init_EventDispatcherTab = __esm({
43186
- "components/organisms/debug/tabs/EventDispatcherTab.tsx"() {
43337
+ "components/core/organisms/debug/tabs/EventDispatcherTab.tsx"() {
43187
43338
  "use client";
43188
43339
  init_Badge();
43189
43340
  init_Button();
@@ -43191,13 +43342,14 @@ var init_EventDispatcherTab = __esm({
43191
43342
  init_Stack();
43192
43343
  init_EmptyState();
43193
43344
  init_useEventBus();
43345
+ init_useTranslate();
43194
43346
  EventDispatcherTab.displayName = "EventDispatcherTab";
43195
43347
  }
43196
43348
  });
43197
43349
 
43198
- // components/organisms/debug/RuntimeDebugger.css
43350
+ // components/core/organisms/debug/RuntimeDebugger.css
43199
43351
  var init_RuntimeDebugger = __esm({
43200
- "components/organisms/debug/RuntimeDebugger.css"() {
43352
+ "components/core/organisms/debug/RuntimeDebugger.css"() {
43201
43353
  }
43202
43354
  });
43203
43355
  function ServerResponseRow({ sr }) {
@@ -43563,7 +43715,7 @@ function RuntimeDebugger({
43563
43715
  );
43564
43716
  }
43565
43717
  var init_RuntimeDebugger2 = __esm({
43566
- "components/organisms/debug/RuntimeDebugger.tsx"() {
43718
+ "components/core/organisms/debug/RuntimeDebugger.tsx"() {
43567
43719
  "use client";
43568
43720
  init_cn();
43569
43721
  init_useDebugData();
@@ -43779,7 +43931,7 @@ function TraitSlot({
43779
43931
  }
43780
43932
  var SIZE_CONFIG3, DRAG_MIME2;
43781
43933
  var init_TraitSlot = __esm({
43782
- "components/organisms/game/TraitSlot.tsx"() {
43934
+ "components/game/organisms/TraitSlot.tsx"() {
43783
43935
  "use client";
43784
43936
  init_cn();
43785
43937
  init_useEventBus();
@@ -43846,8 +43998,8 @@ function SequenceBar({
43846
43998
  ] }, i)) });
43847
43999
  }
43848
44000
  var init_SequenceBar = __esm({
43849
- "components/organisms/game/puzzles/sequencer/SequenceBar.tsx"() {
43850
- init_atoms();
44001
+ "components/game/organisms/puzzles/sequencer/SequenceBar.tsx"() {
44002
+ init_atoms2();
43851
44003
  init_cn();
43852
44004
  init_TraitSlot();
43853
44005
  SequenceBar.displayName = "SequenceBar";
@@ -44065,8 +44217,8 @@ function SequencerBoard({
44065
44217
  }
44066
44218
  var ENCOURAGEMENT_KEYS2, stepLabel;
44067
44219
  var init_SequencerBoard = __esm({
44068
- "components/organisms/game/puzzles/sequencer/SequencerBoard.tsx"() {
44069
- init_atoms();
44220
+ "components/game/organisms/puzzles/sequencer/SequencerBoard.tsx"() {
44221
+ init_atoms2();
44070
44222
  init_cn();
44071
44223
  init_useEventBus();
44072
44224
  init_useTranslate();
@@ -44084,7 +44236,7 @@ var init_SequencerBoard = __esm({
44084
44236
  });
44085
44237
  var ShowcaseOrganism;
44086
44238
  var init_ShowcaseOrganism = __esm({
44087
- "components/organisms/ShowcaseOrganism.tsx"() {
44239
+ "components/core/organisms/ShowcaseOrganism.tsx"() {
44088
44240
  "use client";
44089
44241
  init_cn();
44090
44242
  init_useEventBus();
@@ -44139,10 +44291,10 @@ var init_ShowcaseOrganism = __esm({
44139
44291
  }
44140
44292
  });
44141
44293
 
44142
- // components/organisms/game/physics-sim/presets/mechanics.ts
44294
+ // components/game/organisms/physics-sim/presets/mechanics.ts
44143
44295
  var projectileMotion, pendulum, springOscillator;
44144
44296
  var init_mechanics = __esm({
44145
- "components/organisms/game/physics-sim/presets/mechanics.ts"() {
44297
+ "components/game/organisms/physics-sim/presets/mechanics.ts"() {
44146
44298
  projectileMotion = {
44147
44299
  id: "mechanics-projectile",
44148
44300
  name: "Projectile Motion",
@@ -44197,10 +44349,10 @@ var init_mechanics = __esm({
44197
44349
  }
44198
44350
  });
44199
44351
 
44200
- // components/organisms/game/physics-sim/presets/index.ts
44352
+ // components/game/organisms/physics-sim/presets/index.ts
44201
44353
  var ALL_PRESETS;
44202
44354
  var init_presets = __esm({
44203
- "components/organisms/game/physics-sim/presets/index.ts"() {
44355
+ "components/game/organisms/physics-sim/presets/index.ts"() {
44204
44356
  init_mechanics();
44205
44357
  init_mechanics();
44206
44358
  ALL_PRESETS = [
@@ -44358,9 +44510,9 @@ function SimulationCanvas({
44358
44510
  ) });
44359
44511
  }
44360
44512
  var init_SimulationCanvas = __esm({
44361
- "components/organisms/game/physics-sim/SimulationCanvas.tsx"() {
44513
+ "components/game/organisms/physics-sim/SimulationCanvas.tsx"() {
44362
44514
  init_cn();
44363
- init_atoms();
44515
+ init_atoms2();
44364
44516
  init_verificationRegistry();
44365
44517
  init_presets();
44366
44518
  SimulationCanvas.displayName = "SimulationCanvas";
@@ -44425,8 +44577,8 @@ function SimulationControls({
44425
44577
  ] });
44426
44578
  }
44427
44579
  var init_SimulationControls = __esm({
44428
- "components/organisms/game/physics-sim/SimulationControls.tsx"() {
44429
- init_atoms();
44580
+ "components/game/organisms/physics-sim/SimulationControls.tsx"() {
44581
+ init_atoms2();
44430
44582
  SimulationControls.displayName = "SimulationControls";
44431
44583
  }
44432
44584
  });
@@ -44488,8 +44640,8 @@ function SimulationGraph({
44488
44640
  ] }) });
44489
44641
  }
44490
44642
  var init_SimulationGraph = __esm({
44491
- "components/organisms/game/physics-sim/SimulationGraph.tsx"() {
44492
- init_atoms();
44643
+ "components/game/organisms/physics-sim/SimulationGraph.tsx"() {
44644
+ init_atoms2();
44493
44645
  SimulationGraph.displayName = "SimulationGraph";
44494
44646
  }
44495
44647
  });
@@ -44644,8 +44796,8 @@ function SimulatorBoard({
44644
44796
  );
44645
44797
  }
44646
44798
  var init_SimulatorBoard = __esm({
44647
- "components/organisms/game/puzzles/simulator/SimulatorBoard.tsx"() {
44648
- init_atoms();
44799
+ "components/game/organisms/puzzles/simulator/SimulatorBoard.tsx"() {
44800
+ init_atoms2();
44649
44801
  init_useEventBus();
44650
44802
  init_useTranslate();
44651
44803
  SimulatorBoard.displayName = "SimulatorBoard";
@@ -44653,7 +44805,7 @@ var init_SimulatorBoard = __esm({
44653
44805
  });
44654
44806
  var SplitPane;
44655
44807
  var init_SplitPane = __esm({
44656
- "components/organisms/layout/SplitPane.tsx"() {
44808
+ "components/core/organisms/layout/SplitPane.tsx"() {
44657
44809
  "use client";
44658
44810
  init_cn();
44659
44811
  SplitPane = ({
@@ -44743,10 +44895,10 @@ var init_SplitPane = __esm({
44743
44895
  });
44744
44896
  var StatCard;
44745
44897
  var init_StatCard = __esm({
44746
- "components/organisms/StatCard.tsx"() {
44898
+ "components/core/organisms/StatCard.tsx"() {
44747
44899
  "use client";
44748
44900
  init_cn();
44749
- init_atoms();
44901
+ init_atoms2();
44750
44902
  init_Box();
44751
44903
  init_Stack();
44752
44904
  init_Button();
@@ -44987,8 +45139,8 @@ function StateNode2({
44987
45139
  );
44988
45140
  }
44989
45141
  var init_StateNode = __esm({
44990
- "components/organisms/game/puzzles/state-architect/StateNode.tsx"() {
44991
- init_atoms();
45142
+ "components/game/organisms/puzzles/state-architect/StateNode.tsx"() {
45143
+ init_atoms2();
44992
45144
  init_cn();
44993
45145
  StateNode2.displayName = "StateNode";
44994
45146
  }
@@ -45059,7 +45211,7 @@ function TransitionArrow({
45059
45211
  }
45060
45212
  var NODE_RADIUS;
45061
45213
  var init_TransitionArrow = __esm({
45062
- "components/organisms/game/puzzles/state-architect/TransitionArrow.tsx"() {
45214
+ "components/game/organisms/puzzles/state-architect/TransitionArrow.tsx"() {
45063
45215
  init_cn();
45064
45216
  NODE_RADIUS = 40;
45065
45217
  TransitionArrow.displayName = "TransitionArrow";
@@ -45105,8 +45257,8 @@ function VariablePanel({
45105
45257
  ] });
45106
45258
  }
45107
45259
  var init_VariablePanel = __esm({
45108
- "components/organisms/game/puzzles/state-architect/VariablePanel.tsx"() {
45109
- init_atoms();
45260
+ "components/game/organisms/puzzles/state-architect/VariablePanel.tsx"() {
45261
+ init_atoms2();
45110
45262
  init_cn();
45111
45263
  init_useTranslate();
45112
45264
  VariablePanel.displayName = "VariablePanel";
@@ -45421,8 +45573,8 @@ function StateArchitectBoard({
45421
45573
  }
45422
45574
  var ENCOURAGEMENT_KEYS3, nextTransId;
45423
45575
  var init_StateArchitectBoard = __esm({
45424
- "components/organisms/game/puzzles/state-architect/StateArchitectBoard.tsx"() {
45425
- init_atoms();
45576
+ "components/game/organisms/puzzles/state-architect/StateArchitectBoard.tsx"() {
45577
+ init_atoms2();
45426
45578
  init_cn();
45427
45579
  init_useEventBus();
45428
45580
  init_useTranslate();
@@ -45442,7 +45594,7 @@ var init_StateArchitectBoard = __esm({
45442
45594
  });
45443
45595
  var StatsOrganism;
45444
45596
  var init_StatsOrganism = __esm({
45445
- "components/organisms/StatsOrganism.tsx"() {
45597
+ "components/marketing/organisms/StatsOrganism.tsx"() {
45446
45598
  "use client";
45447
45599
  init_cn();
45448
45600
  init_useTranslate();
@@ -45485,7 +45637,7 @@ var init_StatsOrganism = __esm({
45485
45637
  });
45486
45638
  var StepFlowOrganism;
45487
45639
  var init_StepFlowOrganism = __esm({
45488
- "components/organisms/StepFlowOrganism.tsx"() {
45640
+ "components/core/organisms/StepFlowOrganism.tsx"() {
45489
45641
  "use client";
45490
45642
  init_cn();
45491
45643
  init_useTranslate();
@@ -45541,7 +45693,7 @@ var init_StepFlowOrganism = __esm({
45541
45693
  });
45542
45694
  var TabbedContainer;
45543
45695
  var init_TabbedContainer = __esm({
45544
- "components/organisms/layout/TabbedContainer.tsx"() {
45696
+ "components/core/organisms/layout/TabbedContainer.tsx"() {
45545
45697
  "use client";
45546
45698
  init_cn();
45547
45699
  init_Typography();
@@ -45655,7 +45807,7 @@ var init_TabbedContainer = __esm({
45655
45807
  });
45656
45808
  var TeamOrganism;
45657
45809
  var init_TeamOrganism = __esm({
45658
- "components/organisms/TeamOrganism.tsx"() {
45810
+ "components/marketing/organisms/TeamOrganism.tsx"() {
45659
45811
  "use client";
45660
45812
  init_cn();
45661
45813
  init_useTranslate();
@@ -45708,10 +45860,10 @@ var init_TeamOrganism = __esm({
45708
45860
  });
45709
45861
  var lookStyles10, STATUS_STYLES3, Timeline;
45710
45862
  var init_Timeline = __esm({
45711
- "components/organisms/Timeline.tsx"() {
45863
+ "components/core/organisms/Timeline.tsx"() {
45712
45864
  "use client";
45713
45865
  init_cn();
45714
- init_atoms();
45866
+ init_atoms2();
45715
45867
  init_Stack();
45716
45868
  init_LoadingState();
45717
45869
  init_ErrorState();
@@ -45786,13 +45938,13 @@ var init_Timeline = __esm({
45786
45938
  });
45787
45939
  }, [propItems, entityData, fields]);
45788
45940
  if (isLoading) {
45789
- return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "Loading timeline...", className });
45941
+ return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
45790
45942
  }
45791
45943
  if (error) {
45792
45944
  return /* @__PURE__ */ jsxRuntime.jsx(
45793
45945
  ErrorState,
45794
45946
  {
45795
- title: "Timeline error",
45947
+ title: t("display.timelineError"),
45796
45948
  message: error.message,
45797
45949
  className
45798
45950
  }
@@ -45802,7 +45954,7 @@ var init_Timeline = __esm({
45802
45954
  return /* @__PURE__ */ jsxRuntime.jsx(
45803
45955
  EmptyState,
45804
45956
  {
45805
- title: "No events",
45957
+ title: t("display.noEvents"),
45806
45958
  description: "No timeline events to display.",
45807
45959
  className
45808
45960
  }
@@ -45880,7 +46032,7 @@ function extractToastProps(children) {
45880
46032
  }
45881
46033
  var ToastSlot;
45882
46034
  var init_ToastSlot = __esm({
45883
- "components/organisms/ToastSlot.tsx"() {
46035
+ "components/core/organisms/ToastSlot.tsx"() {
45884
46036
  "use client";
45885
46037
  init_Toast();
45886
46038
  init_Box();
@@ -46049,7 +46201,7 @@ function useBattleState(initialUnits, eventConfig = {}, callbacks = {}) {
46049
46201
  };
46050
46202
  }
46051
46203
  var init_useBattleState = __esm({
46052
- "components/organisms/game/hooks/useBattleState.ts"() {
46204
+ "components/game/organisms/hooks/useBattleState.ts"() {
46053
46205
  "use client";
46054
46206
  init_useEventBus();
46055
46207
  }
@@ -46091,7 +46243,7 @@ function UncontrolledBattleBoard({ entity, ...rest }) {
46091
46243
  );
46092
46244
  }
46093
46245
  var init_UncontrolledBattleBoard = __esm({
46094
- "components/organisms/game/UncontrolledBattleBoard.tsx"() {
46246
+ "components/game/organisms/UncontrolledBattleBoard.tsx"() {
46095
46247
  init_BattleBoard();
46096
46248
  init_useBattleState();
46097
46249
  UncontrolledBattleBoard.displayName = "UncontrolledBattleBoard";
@@ -46329,7 +46481,7 @@ function WorldMapBoard({
46329
46481
  ] });
46330
46482
  }
46331
46483
  var init_WorldMapBoard = __esm({
46332
- "components/organisms/game/WorldMapBoard.tsx"() {
46484
+ "components/game/organisms/WorldMapBoard.tsx"() {
46333
46485
  "use client";
46334
46486
  init_cn();
46335
46487
  init_useEventBus();
@@ -46365,7 +46517,7 @@ function WorldMapTemplate({
46365
46517
  );
46366
46518
  }
46367
46519
  var init_WorldMapTemplate = __esm({
46368
- "components/templates/WorldMapTemplate.tsx"() {
46520
+ "components/game/templates/WorldMapTemplate.tsx"() {
46369
46521
  init_WorldMapBoard();
46370
46522
  WorldMapTemplate.displayName = "WorldMapTemplate";
46371
46523
  }
@@ -46384,7 +46536,7 @@ function lazyThree(name, loader) {
46384
46536
  }
46385
46537
  var FeatureRenderer, COMPONENT_REGISTRY;
46386
46538
  var init_component_registry_generated = __esm({
46387
- "components/organisms/component-registry.generated.ts"() {
46539
+ "components/core/organisms/component-registry.generated.ts"() {
46388
46540
  init_AboutPageTemplate();
46389
46541
  init_ComponentPatterns();
46390
46542
  init_ActionButton();
@@ -46980,7 +47132,7 @@ var init_component_registry_generated = __esm({
46980
47132
  }
46981
47133
  });
46982
47134
 
46983
- // components/organisms/UISlotRenderer.tsx
47135
+ // components/core/organisms/UISlotRenderer.tsx
46984
47136
  var UISlotRenderer_exports = {};
46985
47137
  __export(UISlotRenderer_exports, {
46986
47138
  SlotContentRenderer: () => SlotContentRenderer,
@@ -47062,7 +47214,7 @@ function enrichFormFields(fields, entityDef) {
47062
47214
  return field;
47063
47215
  });
47064
47216
  }
47065
- function renderContainedPortal(slot, content, onDismiss) {
47217
+ function renderContainedPortal(t, slot, content, onDismiss) {
47066
47218
  const slotContent = /* @__PURE__ */ jsxRuntime.jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsxRuntime.jsx(SlotContentRenderer, { content, onDismiss }) });
47067
47219
  const slotId = `slot-${slot}`;
47068
47220
  switch (slot) {
@@ -47098,7 +47250,7 @@ function renderContainedPortal(slot, content, onDismiss) {
47098
47250
  onClick: onDismiss,
47099
47251
  "data-event": "CLOSE",
47100
47252
  "data-testid": "action-CLOSE",
47101
- "aria-label": "Close modal",
47253
+ "aria-label": t("aria.closeModal"),
47102
47254
  children: "\u2715"
47103
47255
  }
47104
47256
  )
@@ -47140,7 +47292,7 @@ function renderContainedPortal(slot, content, onDismiss) {
47140
47292
  onClick: onDismiss,
47141
47293
  "data-event": "CLOSE",
47142
47294
  "data-testid": "action-CLOSE",
47143
- "aria-label": "Close drawer",
47295
+ "aria-label": t("aria.closeDrawer"),
47144
47296
  children: "\u2715"
47145
47297
  }
47146
47298
  )
@@ -47208,6 +47360,7 @@ function UISlotComponent({
47208
47360
  }) {
47209
47361
  const { slots, clear } = context.useUISlots();
47210
47362
  const eventBus = useEventBus();
47363
+ const { t } = useTranslate();
47211
47364
  const suspenseConfig = React85.useContext(SuspenseConfigContext);
47212
47365
  const contained = React85.useContext(SlotContainedContext);
47213
47366
  const content = slots[slot];
@@ -47262,7 +47415,7 @@ function UISlotComponent({
47262
47415
  };
47263
47416
  if (portal) {
47264
47417
  if (contained) {
47265
- return renderContainedPortal(slot, content, handleDismiss);
47418
+ return renderContainedPortal(t, slot, content, handleDismiss);
47266
47419
  }
47267
47420
  return /* @__PURE__ */ jsxRuntime.jsx(
47268
47421
  SlotPortal,
@@ -47309,6 +47462,7 @@ function CompiledPortal({ slot, className, pattern, sourceTrait, children }) {
47309
47462
  const [portalRoot, setPortalRoot] = React85.useState(null);
47310
47463
  const slotsBus = context.useUISlots();
47311
47464
  const eventBus = useEventBus();
47465
+ const { t } = useTranslate();
47312
47466
  React85.useEffect(() => {
47313
47467
  setPortalRoot(getOrCreatePortalRoot());
47314
47468
  }, []);
@@ -47598,6 +47752,7 @@ function SlotContentRenderer({
47598
47752
  }
47599
47753
  }
47600
47754
  const eventBus = useEventBus();
47755
+ const { t } = useTranslate();
47601
47756
  const schemaCtx = useEntitySchemaOptional();
47602
47757
  let entityDef;
47603
47758
  if (typeof entityProp === "string" && entityProp.length > 0 && schemaCtx) {
@@ -47642,7 +47797,7 @@ function SlotContentRenderer({
47642
47797
  if (propsSchema) {
47643
47798
  for (const [propKey, propDef] of Object.entries(propsSchema)) {
47644
47799
  const isDate = propDef.types?.some(
47645
- (t) => t === "date" || t === "datetime" || t === "timestamp"
47800
+ (t2) => t2 === "date" || t2 === "datetime" || t2 === "timestamp"
47646
47801
  );
47647
47802
  if (!isDate) continue;
47648
47803
  const v = renderedProps[propKey];
@@ -47776,7 +47931,7 @@ function UISlotRenderer({
47776
47931
  }
47777
47932
  var scopeWrapLog, TRAIT_BINDING_RE, SuspenseConfigContext, SlotContainedContext, SLOT_SKELETON_MAP, FORM_PATTERNS, PATTERNS_WITH_CHILDREN;
47778
47933
  var init_UISlotRenderer = __esm({
47779
- "components/organisms/UISlotRenderer.tsx"() {
47934
+ "components/core/organisms/UISlotRenderer.tsx"() {
47780
47935
  "use client";
47781
47936
  init_EntitySchemaContext();
47782
47937
  init_Modal();
@@ -47785,6 +47940,7 @@ var init_UISlotRenderer = __esm({
47785
47940
  init_Box();
47786
47941
  init_Typography();
47787
47942
  init_useEventBus();
47943
+ init_useTranslate();
47788
47944
  init_slot_types();
47789
47945
  init_cn();
47790
47946
  init_ErrorBoundary();
@@ -48133,7 +48289,8 @@ function VerificationProvider({
48133
48289
  runtimeManager,
48134
48290
  traitStateGetter
48135
48291
  }) {
48136
- const isEnabled = enabled ?? (typeof process !== "undefined" && process.env?.NODE_ENV !== "production");
48292
+ const verifyFlag = typeof window !== "undefined" && window.__ALMADAR_VERIFY__ === true;
48293
+ const isEnabled = enabled ?? (verifyFlag || typeof process !== "undefined" && process.env?.NODE_ENV !== "production");
48137
48294
  const eventBus = useEventBus();
48138
48295
  const pendingRef = React85.useRef(/* @__PURE__ */ new Map());
48139
48296
  React85.useEffect(() => {