@almadar/ui 5.19.0 → 5.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (522) hide show
  1. package/dist/avl/index.cjs +1318 -6697
  2. package/dist/avl/index.css +1 -509
  3. package/dist/avl/index.d.ts +57 -57
  4. package/dist/avl/index.js +1319 -6698
  5. package/dist/components/{molecules/avl → avl/molecules}/Avl3DExprTree.d.ts +1 -1
  6. package/dist/components/{molecules/avl → avl/molecules}/AvlBehaviorGlyph.d.ts +1 -1
  7. package/dist/components/{molecules/avl → avl/molecules}/AvlClosedCircuit.d.ts +1 -1
  8. package/dist/components/{molecules/avl → avl/molecules}/AvlOrbitalUnit.d.ts +1 -1
  9. package/dist/components/{molecules/avl → avl/molecules}/AvlStateMachine.d.ts +1 -1
  10. package/dist/components/{molecules/avl → avl/molecules}/AvlTransitionLane.d.ts +1 -1
  11. package/dist/components/{molecules/avl → avl/molecules}/MiniStateMachine.d.ts +1 -1
  12. package/dist/components/{molecules/avl → avl/molecules}/avl-behavior-compose-types.d.ts +1 -1
  13. package/dist/components/{molecules/avl → avl/molecules}/avl-canvas-types.d.ts +1 -1
  14. package/dist/components/{molecules/avl → avl/molecules}/avl-elk-layout.d.ts +2 -2
  15. package/dist/components/{molecules/avl → avl/molecules}/avl-story-schemas.d.ts +2 -2
  16. package/dist/components/{organisms/avl → avl/organisms}/FlowCanvas.d.ts +2 -2
  17. package/dist/components/{organisms/avl → avl/organisms}/OrbInspector.d.ts +1 -1
  18. package/dist/components/{organisms/avl → avl/organisms}/ZoomBreadcrumb.d.ts +1 -1
  19. package/dist/components/{organisms/avl → avl/organisms}/ZoomLegend.d.ts +1 -1
  20. package/dist/components/{atoms → core/atoms}/index.d.ts +7 -7
  21. package/dist/components/{molecules → core/molecules}/ConfirmDialog.d.ts +1 -1
  22. package/dist/components/{molecules → core/molecules}/ContentRenderer.d.ts +1 -1
  23. package/dist/components/{molecules → core/molecules}/ErrorBoundary.d.ts +0 -1
  24. package/dist/components/{molecules → core/molecules}/FeatureGrid.d.ts +1 -1
  25. package/dist/components/{molecules → core/molecules}/ReplyTree.d.ts +1 -1
  26. package/dist/components/{molecules → core/molecules}/index.d.ts +20 -20
  27. package/dist/components/{organisms → core/organisms}/StateMachineView.d.ts +1 -1
  28. package/dist/components/{organisms → core/organisms}/UISlotRenderer.d.ts +1 -1
  29. package/dist/components/core/organisms/book/index.d.ts +7 -0
  30. package/dist/components/{organisms → core/organisms}/debug/hooks/useDebugData.d.ts +6 -6
  31. package/dist/components/{organisms → core/organisms}/debug/tabs/EntitiesTab.d.ts +1 -1
  32. package/dist/components/{organisms → core/organisms}/debug/tabs/EventDispatcherTab.d.ts +1 -1
  33. package/dist/components/{organisms → core/organisms}/debug/tabs/EventFlowTab.d.ts +1 -1
  34. package/dist/components/{organisms → core/organisms}/debug/tabs/GuardsPanel.d.ts +1 -1
  35. package/dist/components/{organisms → core/organisms}/debug/tabs/ServerBridgeTab.d.ts +1 -1
  36. package/dist/components/{organisms → core/organisms}/debug/tabs/TicksTab.d.ts +1 -1
  37. package/dist/components/{organisms → core/organisms}/debug/tabs/TraitsTab.d.ts +1 -1
  38. package/dist/components/{organisms → core/organisms}/debug/tabs/TransitionTimeline.d.ts +1 -1
  39. package/dist/components/{organisms → core/organisms}/debug/tabs/VerificationTab.d.ts +1 -1
  40. package/dist/components/{organisms → core/organisms}/index.d.ts +5 -5
  41. package/dist/components/{templates → core/templates}/index.d.ts +9 -9
  42. package/dist/components/{atoms/game → game/atoms}/MiniMap.d.ts +1 -1
  43. package/dist/components/{molecules/game → game/molecules}/IsometricCanvas.d.ts +3 -3
  44. package/dist/components/{molecules/game → game/molecules}/index.d.ts +1 -1
  45. package/dist/components/{organisms/game → game/organisms}/BattleBoard.d.ts +1 -1
  46. package/dist/components/{organisms/game → game/organisms}/CanvasEffect.d.ts +1 -1
  47. package/dist/components/game/organisms/CombatLog.d.ts +2 -0
  48. package/dist/components/game/organisms/DialogueBox.d.ts +2 -0
  49. package/dist/components/{organisms/game → game/organisms}/GameAudioProvider.d.ts +1 -1
  50. package/dist/components/{organisms/game → game/organisms}/GameAudioToggle.d.ts +1 -1
  51. package/dist/components/game/organisms/GameHud.d.ts +2 -0
  52. package/dist/components/game/organisms/GameMenu.d.ts +2 -0
  53. package/dist/components/game/organisms/GameOverScreen.d.ts +2 -0
  54. package/dist/components/game/organisms/InventoryPanel.d.ts +2 -0
  55. package/dist/components/game/organisms/IsometricCanvas.d.ts +3 -0
  56. package/dist/components/game/organisms/PlatformerCanvas.d.ts +2 -0
  57. package/dist/components/{organisms/game → game/organisms}/TraitSlot.d.ts +1 -1
  58. package/dist/components/{organisms/game → game/organisms}/TraitStateViewer.d.ts +2 -2
  59. package/dist/components/{organisms/game → game/organisms}/WorldMapBoard.d.ts +1 -1
  60. package/dist/components/{organisms/game → game/organisms}/puzzles/builder/BuilderBoard.d.ts +1 -1
  61. package/dist/components/{organisms/game → game/organisms}/puzzles/classifier/ClassifierBoard.d.ts +1 -1
  62. package/dist/components/{organisms/game → game/organisms}/puzzles/debugger/DebuggerBoard.d.ts +1 -1
  63. package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/EventHandlerBoard.d.ts +1 -1
  64. package/dist/components/{organisms/game → game/organisms}/puzzles/negotiator/NegotiatorBoard.d.ts +1 -1
  65. package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/ActionTile.d.ts +1 -1
  66. package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/SequencerBoard.d.ts +1 -1
  67. package/dist/components/{organisms/game → game/organisms}/puzzles/simulator/SimulatorBoard.d.ts +1 -1
  68. package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/StateArchitectBoard.d.ts +1 -1
  69. package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/StateNode.d.ts +1 -1
  70. package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/TransitionArrow.d.ts +1 -1
  71. package/dist/components/{organisms/game → game/organisms}/three/index.cjs +6 -6
  72. package/dist/components/{organisms/game → game/organisms}/three/index.css +4 -4
  73. package/dist/components/{organisms/game → game/organisms}/three/index.d.ts +11 -11
  74. package/dist/components/{organisms/game → game/organisms}/three/index.js +6 -6
  75. package/dist/components/{templates → game/templates}/BattleTemplate.d.ts +3 -3
  76. package/dist/components/{templates → game/templates}/CastleTemplate.d.ts +3 -3
  77. package/dist/components/{templates → game/templates}/GameCanvas3DBattleTemplate.d.ts +2 -2
  78. package/dist/components/{templates → game/templates}/GameCanvas3DCastleTemplate.d.ts +2 -2
  79. package/dist/components/{templates → game/templates}/GameCanvas3DWorldMapTemplate.d.ts +2 -2
  80. package/dist/components/{templates → game/templates}/GameTemplate.d.ts +1 -1
  81. package/dist/components/{templates → game/templates}/WorldMapTemplate.d.ts +3 -3
  82. package/dist/components/index.cjs +858 -715
  83. package/dist/components/index.css +1 -1
  84. package/dist/components/index.d.ts +4 -4
  85. package/dist/components/index.js +858 -715
  86. package/dist/components/{molecules → marketing/molecules}/CTABanner.d.ts +1 -1
  87. package/dist/components/{molecules → marketing/molecules}/HeroSection.d.ts +1 -1
  88. package/dist/components/{molecules → marketing/molecules}/PricingCard.d.ts +1 -1
  89. package/dist/components/{molecules → marketing/molecules}/ShowcaseCard.d.ts +1 -1
  90. package/dist/components/{molecules → marketing/molecules}/SplitSection.d.ts +1 -1
  91. package/dist/components/{organisms → marketing/organisms}/PricingOrganism.d.ts +2 -2
  92. package/dist/components/{organisms → marketing/organisms}/StatsOrganism.d.ts +2 -2
  93. package/dist/components/{organisms → marketing/organisms}/TeamOrganism.d.ts +2 -2
  94. package/dist/components/{organisms → marketing/organisms}/book/BookChapterView.d.ts +1 -1
  95. package/dist/components/{organisms → marketing/organisms}/book/BookTableOfContents.d.ts +1 -1
  96. package/dist/components/{organisms → marketing/organisms}/book/BookViewer.d.ts +2 -2
  97. package/dist/components/{templates → marketing/templates}/AboutPageTemplate.d.ts +2 -2
  98. package/dist/components/{templates → marketing/templates}/FeatureDetailPageTemplate.d.ts +2 -2
  99. package/dist/components/{templates → marketing/templates}/LandingPageTemplate.d.ts +2 -2
  100. package/dist/components/{templates → marketing/templates}/PricingPageTemplate.d.ts +2 -2
  101. package/dist/docs/index.cjs +203 -5
  102. package/dist/docs/index.d.ts +20 -20
  103. package/dist/docs/index.js +203 -5
  104. package/dist/hooks/index.cjs +74 -1
  105. package/dist/hooks/index.js +74 -1
  106. package/dist/locales/index.cjs +222 -3
  107. package/dist/locales/index.js +222 -3
  108. package/dist/marketing/index.cjs +1 -1
  109. package/dist/marketing/index.d.ts +65 -65
  110. package/dist/marketing/index.js +1 -1
  111. package/dist/providers/index.cjs +808 -667
  112. package/dist/providers/index.css +1 -1
  113. package/dist/providers/index.js +808 -667
  114. package/dist/runtime/index.cjs +682 -540
  115. package/dist/runtime/index.css +1 -1
  116. package/dist/runtime/index.js +682 -540
  117. package/locales/ar.json +85 -1
  118. package/locales/en.json +85 -1
  119. package/locales/sl.json +85 -1
  120. package/package.json +8 -8
  121. package/dist/components/organisms/book/index.d.ts +0 -7
  122. package/dist/components/organisms/game/CombatLog.d.ts +0 -2
  123. package/dist/components/organisms/game/DialogueBox.d.ts +0 -2
  124. package/dist/components/organisms/game/GameHud.d.ts +0 -2
  125. package/dist/components/organisms/game/GameMenu.d.ts +0 -2
  126. package/dist/components/organisms/game/GameOverScreen.d.ts +0 -2
  127. package/dist/components/organisms/game/InventoryPanel.d.ts +0 -2
  128. package/dist/components/organisms/game/IsometricCanvas.d.ts +0 -3
  129. package/dist/components/organisms/game/PlatformerCanvas.d.ts +0 -2
  130. /package/dist/components/{atoms/avl → avl/atoms}/Avl3DLabel.d.ts +0 -0
  131. /package/dist/components/{atoms/avl → avl/atoms}/Avl3DTooltip.d.ts +0 -0
  132. /package/dist/components/{atoms/avl → avl/atoms}/AvlApplication.d.ts +0 -0
  133. /package/dist/components/{atoms/avl → avl/atoms}/AvlBinding.d.ts +0 -0
  134. /package/dist/components/{atoms/avl → avl/atoms}/AvlBindingRef.d.ts +0 -0
  135. /package/dist/components/{atoms/avl → avl/atoms}/AvlEffect.d.ts +0 -0
  136. /package/dist/components/{atoms/avl → avl/atoms}/AvlEntity.d.ts +0 -0
  137. /package/dist/components/{atoms/avl → avl/atoms}/AvlEvent.d.ts +0 -0
  138. /package/dist/components/{atoms/avl → avl/atoms}/AvlField.d.ts +0 -0
  139. /package/dist/components/{atoms/avl → avl/atoms}/AvlFieldType.d.ts +0 -0
  140. /package/dist/components/{atoms/avl → avl/atoms}/AvlGuard.d.ts +0 -0
  141. /package/dist/components/{atoms/avl → avl/atoms}/AvlLiteral.d.ts +0 -0
  142. /package/dist/components/{atoms/avl → avl/atoms}/AvlOperator.d.ts +0 -0
  143. /package/dist/components/{atoms/avl → avl/atoms}/AvlOrbital.d.ts +0 -0
  144. /package/dist/components/{atoms/avl → avl/atoms}/AvlPage.d.ts +0 -0
  145. /package/dist/components/{atoms/avl → avl/atoms}/AvlPersistence.d.ts +0 -0
  146. /package/dist/components/{atoms/avl → avl/atoms}/AvlSExpr.d.ts +0 -0
  147. /package/dist/components/{atoms/avl → avl/atoms}/AvlState.d.ts +0 -0
  148. /package/dist/components/{atoms/avl → avl/atoms}/AvlTrait.d.ts +0 -0
  149. /package/dist/components/{atoms/avl → avl/atoms}/AvlTransition.d.ts +0 -0
  150. /package/dist/components/{atoms/avl → avl/atoms}/index.d.ts +0 -0
  151. /package/dist/components/{atoms/avl → avl/atoms}/types.d.ts +0 -0
  152. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DCrossWire.d.ts +0 -0
  153. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DEntityCore.d.ts +0 -0
  154. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DOrbitalNode.d.ts +0 -0
  155. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DStateNode.d.ts +0 -0
  156. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DTransitionArc.d.ts +0 -0
  157. /package/dist/components/{molecules/avl → avl/molecules}/AvlBackwardEdge.d.ts +0 -0
  158. /package/dist/components/{molecules/avl → avl/molecules}/AvlBindingEdge.d.ts +0 -0
  159. /package/dist/components/{molecules/avl → avl/molecules}/AvlEmitListen.d.ts +0 -0
  160. /package/dist/components/{molecules/avl → avl/molecules}/AvlEventWireEdge.d.ts +0 -0
  161. /package/dist/components/{molecules/avl → avl/molecules}/AvlExprTree.d.ts +0 -0
  162. /package/dist/components/{molecules/avl → avl/molecules}/AvlOrbitalNode.d.ts +0 -0
  163. /package/dist/components/{molecules/avl → avl/molecules}/AvlPageEdge.d.ts +0 -0
  164. /package/dist/components/{molecules/avl → avl/molecules}/AvlSlotMap.d.ts +0 -0
  165. /package/dist/components/{molecules/avl → avl/molecules}/AvlSwimLane.d.ts +0 -0
  166. /package/dist/components/{molecules/avl → avl/molecules}/AvlTransitionEdge.d.ts +0 -0
  167. /package/dist/components/{molecules/avl → avl/molecules}/BehaviorComposeNode.d.ts +0 -0
  168. /package/dist/components/{molecules/avl → avl/molecules}/BehaviorView.d.ts +0 -0
  169. /package/dist/components/{molecules/avl → avl/molecules}/DetailView.d.ts +0 -0
  170. /package/dist/components/{molecules/avl → avl/molecules}/EventFlowEdge.d.ts +0 -0
  171. /package/dist/components/{molecules/avl → avl/molecules}/ModuleCard.d.ts +0 -0
  172. /package/dist/components/{molecules/avl → avl/molecules}/OrbPreviewNode.d.ts +0 -0
  173. /package/dist/components/{molecules/avl → avl/molecules}/SystemNode.d.ts +0 -0
  174. /package/dist/components/{molecules/avl → avl/molecules}/TraitCardNode.d.ts +0 -0
  175. /package/dist/components/{molecules/avl → avl/molecules}/avl-behavior-compose-converter.d.ts +0 -0
  176. /package/dist/components/{molecules/avl → avl/molecules}/avl-flow-converter.d.ts +0 -0
  177. /package/dist/components/{molecules/avl → avl/molecules}/avl-layout.d.ts +0 -0
  178. /package/dist/components/{molecules/avl → avl/molecules}/avl-preview-converter.d.ts +0 -0
  179. /package/dist/components/{molecules/avl → avl/molecules}/avl-preview-types.d.ts +0 -0
  180. /package/dist/components/{molecules/avl → avl/molecules}/avl-zoom-band.d.ts +0 -0
  181. /package/dist/components/{molecules/avl → avl/molecules}/index.d.ts +0 -0
  182. /package/dist/components/{molecules/avl → avl/molecules}/useCanvasDnd.d.ts +0 -0
  183. /package/dist/components/{molecules/avl → avl/molecules}/wire-validation.d.ts +0 -0
  184. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DApplicationScene.d.ts +0 -0
  185. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DEffects.d.ts +0 -0
  186. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DOrbitalScene.d.ts +0 -0
  187. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DTraitScene.d.ts +0 -0
  188. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DTransitionScene.d.ts +0 -0
  189. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DViewer.d.ts +0 -0
  190. /package/dist/components/{organisms/avl → avl/organisms}/AvlClickTarget.d.ts +0 -0
  191. /package/dist/components/{organisms/avl → avl/organisms}/AvlCosmicZoom.d.ts +0 -0
  192. /package/dist/components/{organisms/avl → avl/organisms}/AvlLegend.d.ts +0 -0
  193. /package/dist/components/{organisms/avl → avl/organisms}/AvlOrbitalsCosmicZoom.d.ts +0 -0
  194. /package/dist/components/{organisms/avl → avl/organisms}/AvlTraitScene.d.ts +0 -0
  195. /package/dist/components/{organisms/avl → avl/organisms}/AvlTransitionDetail.d.ts +0 -0
  196. /package/dist/components/{organisms/avl → avl/organisms}/AvlTransitionScene.d.ts +0 -0
  197. /package/dist/components/{organisms/avl → avl/organisms}/avl-3d-context.d.ts +0 -0
  198. /package/dist/components/{organisms/avl → avl/organisms}/avl-3d-layout.d.ts +0 -0
  199. /package/dist/components/{organisms/avl → avl/organisms}/avl-schema-parser.d.ts +0 -0
  200. /package/dist/components/{organisms/avl → avl/organisms}/avl-zoom-state.d.ts +0 -0
  201. /package/dist/components/{organisms/avl → avl/organisms}/index.d.ts +0 -0
  202. /package/dist/components/{atoms → core/atoms}/Aside.d.ts +0 -0
  203. /package/dist/components/{atoms → core/atoms}/Avatar.d.ts +0 -0
  204. /package/dist/components/{atoms → core/atoms}/Badge.d.ts +0 -0
  205. /package/dist/components/{atoms → core/atoms}/Box.d.ts +0 -0
  206. /package/dist/components/{atoms → core/atoms}/Button.d.ts +0 -0
  207. /package/dist/components/{atoms → core/atoms}/Card.d.ts +0 -0
  208. /package/dist/components/{atoms → core/atoms}/Center.d.ts +0 -0
  209. /package/dist/components/{atoms → core/atoms}/Checkbox.d.ts +0 -0
  210. /package/dist/components/{atoms → core/atoms}/ConditionalWrapper.d.ts +0 -0
  211. /package/dist/components/{atoms → core/atoms}/ConfettiEffect.d.ts +0 -0
  212. /package/dist/components/{atoms → core/atoms}/DayCell.d.ts +0 -0
  213. /package/dist/components/{atoms → core/atoms}/Dialog.d.ts +0 -0
  214. /package/dist/components/{atoms → core/atoms}/Divider.d.ts +0 -0
  215. /package/dist/components/{atoms → core/atoms}/FilterPill.d.ts +0 -0
  216. /package/dist/components/{atoms → core/atoms}/FlipContainer.d.ts +0 -0
  217. /package/dist/components/{atoms → core/atoms}/Icon.d.ts +0 -0
  218. /package/dist/components/{atoms → core/atoms}/InfiniteScrollSentinel.d.ts +0 -0
  219. /package/dist/components/{atoms → core/atoms}/Input.d.ts +0 -0
  220. /package/dist/components/{atoms → core/atoms}/Label.d.ts +0 -0
  221. /package/dist/components/{atoms → core/atoms}/LawReferenceTooltip.d.ts +0 -0
  222. /package/dist/components/{atoms → core/atoms}/Overlay.d.ts +0 -0
  223. /package/dist/components/{atoms → core/atoms}/ProgressBar.d.ts +0 -0
  224. /package/dist/components/{atoms → core/atoms}/Radio.d.ts +0 -0
  225. /package/dist/components/{atoms → core/atoms}/RangeSlider.d.ts +0 -0
  226. /package/dist/components/{atoms → core/atoms}/SectionHeader.d.ts +0 -0
  227. /package/dist/components/{atoms → core/atoms}/Select.d.ts +0 -0
  228. /package/dist/components/{atoms → core/atoms}/Spacer.d.ts +0 -0
  229. /package/dist/components/{atoms → core/atoms}/Sparkline.d.ts +0 -0
  230. /package/dist/components/{atoms → core/atoms}/Spinner.d.ts +0 -0
  231. /package/dist/components/{atoms → core/atoms}/Stack.d.ts +0 -0
  232. /package/dist/components/{atoms → core/atoms}/StatusDot.d.ts +0 -0
  233. /package/dist/components/{atoms → core/atoms}/Switch.d.ts +0 -0
  234. /package/dist/components/{atoms → core/atoms}/TextHighlight.d.ts +0 -0
  235. /package/dist/components/{atoms → core/atoms}/Textarea.d.ts +0 -0
  236. /package/dist/components/{atoms → core/atoms}/ThemeSelector.d.ts +0 -0
  237. /package/dist/components/{atoms → core/atoms}/ThemeToggle.d.ts +0 -0
  238. /package/dist/components/{atoms → core/atoms}/TimeSlotCell.d.ts +0 -0
  239. /package/dist/components/{atoms → core/atoms}/TraitFrame.d.ts +0 -0
  240. /package/dist/components/{atoms → core/atoms}/TrendIndicator.d.ts +0 -0
  241. /package/dist/components/{atoms → core/atoms}/TypewriterText.d.ts +0 -0
  242. /package/dist/components/{atoms → core/atoms}/Typography.d.ts +0 -0
  243. /package/dist/components/{atoms → core/atoms}/svg/SvgBranch.d.ts +0 -0
  244. /package/dist/components/{atoms → core/atoms}/svg/SvgConnection.d.ts +0 -0
  245. /package/dist/components/{atoms → core/atoms}/svg/SvgFlow.d.ts +0 -0
  246. /package/dist/components/{atoms → core/atoms}/svg/SvgGrid.d.ts +0 -0
  247. /package/dist/components/{atoms → core/atoms}/svg/SvgLobe.d.ts +0 -0
  248. /package/dist/components/{atoms → core/atoms}/svg/SvgMesh.d.ts +0 -0
  249. /package/dist/components/{atoms → core/atoms}/svg/SvgMorph.d.ts +0 -0
  250. /package/dist/components/{atoms → core/atoms}/svg/SvgNode.d.ts +0 -0
  251. /package/dist/components/{atoms → core/atoms}/svg/SvgPulse.d.ts +0 -0
  252. /package/dist/components/{atoms → core/atoms}/svg/SvgRing.d.ts +0 -0
  253. /package/dist/components/{atoms → core/atoms}/svg/SvgShield.d.ts +0 -0
  254. /package/dist/components/{atoms → core/atoms}/svg/SvgStack.d.ts +0 -0
  255. /package/dist/components/{atoms → core/atoms}/svg/index.d.ts +0 -0
  256. /package/dist/components/{atoms → core/atoms}/types.d.ts +0 -0
  257. /package/dist/components/{molecules → core/molecules}/Accordion.d.ts +0 -0
  258. /package/dist/components/{molecules → core/molecules}/Alert.d.ts +0 -0
  259. /package/dist/components/{molecules → core/molecules}/AnimatedCounter.d.ts +0 -0
  260. /package/dist/components/{molecules → core/molecules}/BranchingLogicBuilder.d.ts +0 -0
  261. /package/dist/components/{molecules → core/molecules}/Breadcrumb.d.ts +0 -0
  262. /package/dist/components/{molecules → core/molecules}/ButtonGroup.d.ts +0 -0
  263. /package/dist/components/{molecules → core/molecules}/CalendarGrid.d.ts +0 -0
  264. /package/dist/components/{molecules → core/molecules}/Card.d.ts +0 -0
  265. /package/dist/components/{molecules → core/molecules}/Carousel.d.ts +0 -0
  266. /package/dist/components/{molecules → core/molecules}/Chart.d.ts +0 -0
  267. /package/dist/components/{molecules → core/molecules}/ChartLegend.d.ts +0 -0
  268. /package/dist/components/{molecules → core/molecules}/Coachmark.d.ts +0 -0
  269. /package/dist/components/{molecules → core/molecules}/CodeViewer.d.ts +0 -0
  270. /package/dist/components/{molecules → core/molecules}/Container.d.ts +0 -0
  271. /package/dist/components/{molecules → core/molecules}/DataGrid.d.ts +0 -0
  272. /package/dist/components/{molecules → core/molecules}/DataList.d.ts +0 -0
  273. /package/dist/components/{molecules → core/molecules}/DateRangePicker.d.ts +0 -0
  274. /package/dist/components/{molecules → core/molecules}/DateRangeSelector.d.ts +0 -0
  275. /package/dist/components/{molecules → core/molecules}/DocBreadcrumb.d.ts +0 -0
  276. /package/dist/components/{molecules → core/molecules}/DocCodeBlock.d.ts +0 -0
  277. /package/dist/components/{molecules → core/molecules}/DocPagination.d.ts +0 -0
  278. /package/dist/components/{molecules → core/molecules}/DocSearch.d.ts +0 -0
  279. /package/dist/components/{molecules → core/molecules}/DocSidebar.d.ts +0 -0
  280. /package/dist/components/{molecules → core/molecules}/DocTOC.d.ts +0 -0
  281. /package/dist/components/{molecules → core/molecules}/DocumentViewer.d.ts +0 -0
  282. /package/dist/components/{molecules → core/molecules}/Drawer.d.ts +0 -0
  283. /package/dist/components/{molecules → core/molecules}/EdgeDecoration.d.ts +0 -0
  284. /package/dist/components/{molecules → core/molecules}/EmptyState.d.ts +0 -0
  285. /package/dist/components/{molecules → core/molecules}/ErrorState.d.ts +0 -0
  286. /package/dist/components/{molecules → core/molecules}/FileTree.d.ts +0 -0
  287. /package/dist/components/{molecules → core/molecules}/FilterGroup.d.ts +0 -0
  288. /package/dist/components/{molecules → core/molecules}/Flex.d.ts +0 -0
  289. /package/dist/components/{molecules → core/molecules}/FlipCard.d.ts +0 -0
  290. /package/dist/components/{molecules → core/molecules}/FloatingActionButton.d.ts +0 -0
  291. /package/dist/components/{molecules → core/molecules}/FormField.d.ts +0 -0
  292. /package/dist/components/{molecules → core/molecules}/FormSection.d.ts +0 -0
  293. /package/dist/components/{molecules → core/molecules}/FormSectionHeader.d.ts +0 -0
  294. /package/dist/components/{molecules → core/molecules}/GradientDivider.d.ts +0 -0
  295. /package/dist/components/{molecules → core/molecules}/GraphCanvas.d.ts +0 -0
  296. /package/dist/components/{molecules → core/molecules}/GraphView.d.ts +0 -0
  297. /package/dist/components/{molecules → core/molecules}/Grid.d.ts +0 -0
  298. /package/dist/components/{molecules → core/molecules}/Header.d.ts +0 -0
  299. /package/dist/components/{molecules → core/molecules}/InputGroup.d.ts +0 -0
  300. /package/dist/components/{molecules → core/molecules}/JazariStateMachine.d.ts +0 -0
  301. /package/dist/components/{molecules → core/molecules}/Lightbox.d.ts +0 -0
  302. /package/dist/components/{molecules → core/molecules}/LikertScale.d.ts +0 -0
  303. /package/dist/components/{molecules → core/molecules}/LineChart.d.ts +0 -0
  304. /package/dist/components/{molecules → core/molecules}/LoadingState.d.ts +0 -0
  305. /package/dist/components/{molecules → core/molecules}/MapView.d.ts +0 -0
  306. /package/dist/components/{molecules → core/molecules}/MarketingFooter.d.ts +0 -0
  307. /package/dist/components/{molecules → core/molecules}/MatrixQuestion.d.ts +0 -0
  308. /package/dist/components/{molecules → core/molecules}/Menu.d.ts +0 -0
  309. /package/dist/components/{molecules → core/molecules}/Meter.d.ts +0 -0
  310. /package/dist/components/{molecules → core/molecules}/Modal.d.ts +0 -0
  311. /package/dist/components/{molecules → core/molecules}/Navigation.d.ts +0 -0
  312. /package/dist/components/{molecules → core/molecules}/NumberStepper.d.ts +0 -0
  313. /package/dist/components/{molecules → core/molecules}/OnboardingSpotlight.d.ts +0 -0
  314. /package/dist/components/{molecules → core/molecules}/OptionConstraintGroup.d.ts +0 -0
  315. /package/dist/components/{molecules → core/molecules}/OrbitalVisualization.d.ts +0 -0
  316. /package/dist/components/{molecules → core/molecules}/PageHeader.d.ts +0 -0
  317. /package/dist/components/{molecules → core/molecules}/Pagination.d.ts +0 -0
  318. /package/dist/components/{molecules → core/molecules}/Popover.d.ts +0 -0
  319. /package/dist/components/{molecules → core/molecules}/PositionedCanvas.d.ts +0 -0
  320. /package/dist/components/{molecules → core/molecules}/ProgressDots.d.ts +0 -0
  321. /package/dist/components/{molecules → core/molecules}/PullQuote.d.ts +0 -0
  322. /package/dist/components/{molecules → core/molecules}/PullToRefresh.d.ts +0 -0
  323. /package/dist/components/{molecules → core/molecules}/QrScanner.d.ts +0 -0
  324. /package/dist/components/{molecules → core/molecules}/QuizBlock.d.ts +0 -0
  325. /package/dist/components/{molecules → core/molecules}/RelationSelect.d.ts +0 -0
  326. /package/dist/components/{molecules → core/molecules}/RepeatableFormSection.d.ts +0 -0
  327. /package/dist/components/{molecules → core/molecules}/RichBlockEditor.d.ts +0 -0
  328. /package/dist/components/{molecules → core/molecules}/ScaledDiagram.d.ts +0 -0
  329. /package/dist/components/{molecules → core/molecules}/SearchInput.d.ts +0 -0
  330. /package/dist/components/{molecules → core/molecules}/Section.d.ts +0 -0
  331. /package/dist/components/{molecules → core/molecules}/SidePanel.d.ts +0 -0
  332. /package/dist/components/{molecules → core/molecules}/Sidebar.d.ts +0 -0
  333. /package/dist/components/{molecules → core/molecules}/SignaturePad.d.ts +0 -0
  334. /package/dist/components/{molecules → core/molecules}/SimpleGrid.d.ts +0 -0
  335. /package/dist/components/{molecules → core/molecules}/Skeleton.d.ts +0 -0
  336. /package/dist/components/{molecules → core/molecules}/SocialProof.d.ts +0 -0
  337. /package/dist/components/{molecules → core/molecules}/SortableList.d.ts +0 -0
  338. /package/dist/components/{molecules → core/molecules}/Split.d.ts +0 -0
  339. /package/dist/components/{molecules → core/molecules}/StarRating.d.ts +0 -0
  340. /package/dist/components/{molecules → core/molecules}/StatDisplay.d.ts +0 -0
  341. /package/dist/components/{molecules → core/molecules}/SwipeableRow.d.ts +0 -0
  342. /package/dist/components/{molecules → core/molecules}/TableView.d.ts +0 -0
  343. /package/dist/components/{molecules → core/molecules}/Tabs.d.ts +0 -0
  344. /package/dist/components/{molecules → core/molecules}/TagInput.d.ts +0 -0
  345. /package/dist/components/{molecules → core/molecules}/Toast.d.ts +0 -0
  346. /package/dist/components/{molecules → core/molecules}/Tooltip.d.ts +0 -0
  347. /package/dist/components/{molecules → core/molecules}/UploadDropZone.d.ts +0 -0
  348. /package/dist/components/{molecules → core/molecules}/VersionDiff.d.ts +0 -0
  349. /package/dist/components/{molecules → core/molecules}/ViolationAlert.d.ts +0 -0
  350. /package/dist/components/{molecules → core/molecules}/VoteStack.d.ts +0 -0
  351. /package/dist/components/{molecules → core/molecules}/WizardContainer.d.ts +0 -0
  352. /package/dist/components/{molecules → core/molecules}/WizardNavigation.d.ts +0 -0
  353. /package/dist/components/{molecules → core/molecules}/WizardProgress.d.ts +0 -0
  354. /package/dist/components/{molecules → core/molecules}/markdown/CodeBlock.d.ts +0 -0
  355. /package/dist/components/{molecules → core/molecules}/markdown/MarkdownContent.d.ts +0 -0
  356. /package/dist/components/{molecules → core/molecules}/markdown/index.d.ts +0 -0
  357. /package/dist/components/{molecules → core/molecules}/useDataDnd.d.ts +0 -0
  358. /package/dist/components/{organisms → core/organisms}/CardGrid.d.ts +0 -0
  359. /package/dist/components/{organisms → core/organisms}/CaseStudyOrganism.d.ts +0 -0
  360. /package/dist/components/{organisms → core/organisms}/ComponentPatterns.d.ts +0 -0
  361. /package/dist/components/{organisms → core/organisms}/CustomPattern.d.ts +0 -0
  362. /package/dist/components/{organisms → core/organisms}/DataTable.d.ts +0 -0
  363. /package/dist/components/{organisms → core/organisms}/DetailPanel.d.ts +0 -0
  364. /package/dist/components/{organisms → core/organisms}/DrawerSlot.d.ts +0 -0
  365. /package/dist/components/{organisms → core/organisms}/FeatureGridOrganism.d.ts +0 -0
  366. /package/dist/components/{organisms → core/organisms}/Form.d.ts +0 -0
  367. /package/dist/components/{organisms → core/organisms}/HeroOrganism.d.ts +0 -0
  368. /package/dist/components/{organisms → core/organisms}/LayoutPatterns.d.ts +0 -0
  369. /package/dist/components/{organisms → core/organisms}/List.d.ts +0 -0
  370. /package/dist/components/{organisms → core/organisms}/MasterDetail.d.ts +0 -0
  371. /package/dist/components/{organisms → core/organisms}/MediaGallery.d.ts +0 -0
  372. /package/dist/components/{organisms → core/organisms}/ModalSlot.d.ts +0 -0
  373. /package/dist/components/{organisms → core/organisms}/NotifyListener.d.ts +0 -0
  374. /package/dist/components/{organisms → core/organisms}/ShowcaseOrganism.d.ts +0 -0
  375. /package/dist/components/{organisms → core/organisms}/StatCard.d.ts +0 -0
  376. /package/dist/components/{organisms → core/organisms}/StepFlowOrganism.d.ts +0 -0
  377. /package/dist/components/{organisms → core/organisms}/Timeline.d.ts +0 -0
  378. /package/dist/components/{organisms → core/organisms}/ToastSlot.d.ts +0 -0
  379. /package/dist/components/{organisms → core/organisms}/book/types.d.ts +0 -0
  380. /package/dist/components/{organisms → core/organisms}/component-registry.generated.d.ts +0 -0
  381. /package/dist/components/{organisms → core/organisms}/debug/RuntimeDebugger.d.ts +0 -0
  382. /package/dist/components/{organisms → core/organisms}/debug/WalkMinimap.d.ts +0 -0
  383. /package/dist/components/{organisms → core/organisms}/debug/index.d.ts +0 -0
  384. /package/dist/components/{organisms → core/organisms}/layout/DashboardGrid.d.ts +0 -0
  385. /package/dist/components/{organisms → core/organisms}/layout/MasterDetailLayout.d.ts +0 -0
  386. /package/dist/components/{organisms → core/organisms}/layout/SplitPane.d.ts +0 -0
  387. /package/dist/components/{organisms → core/organisms}/layout/TabbedContainer.d.ts +0 -0
  388. /package/dist/components/{organisms → core/organisms}/layout/index.d.ts +0 -0
  389. /package/dist/components/{organisms → core/organisms}/marketing-types.d.ts +0 -0
  390. /package/dist/components/{organisms → core/organisms}/types.d.ts +0 -0
  391. /package/dist/components/{templates → core/templates}/AuthLayout.d.ts +0 -0
  392. /package/dist/components/{templates → core/templates}/CounterTemplate.d.ts +0 -0
  393. /package/dist/components/{templates → core/templates}/DashboardLayout.d.ts +0 -0
  394. /package/dist/components/{templates → core/templates}/GenericAppTemplate.d.ts +0 -0
  395. /package/dist/components/{templates → core/templates}/types.d.ts +0 -0
  396. /package/dist/components/{atoms/game → game/atoms}/ActionButton.d.ts +0 -0
  397. /package/dist/components/{atoms/game → game/atoms}/ChoiceButton.d.ts +0 -0
  398. /package/dist/components/{atoms/game → game/atoms}/ComboCounter.d.ts +0 -0
  399. /package/dist/components/{atoms/game → game/atoms}/ControlButton.d.ts +0 -0
  400. /package/dist/components/{atoms/game → game/atoms}/DamageNumber.d.ts +0 -0
  401. /package/dist/components/{atoms/game → game/atoms}/DialogueBubble.d.ts +0 -0
  402. /package/dist/components/{atoms/game → game/atoms}/HealthBar.d.ts +0 -0
  403. /package/dist/components/{atoms/game → game/atoms}/ItemSlot.d.ts +0 -0
  404. /package/dist/components/{atoms/game → game/atoms}/ResourceCounter.d.ts +0 -0
  405. /package/dist/components/{atoms/game → game/atoms}/ScoreDisplay.d.ts +0 -0
  406. /package/dist/components/{atoms/game → game/atoms}/Sprite.d.ts +0 -0
  407. /package/dist/components/{atoms/game → game/atoms}/StateIndicator.d.ts +0 -0
  408. /package/dist/components/{atoms/game → game/atoms}/StatusEffect.d.ts +0 -0
  409. /package/dist/components/{atoms/game → game/atoms}/TimerDisplay.d.ts +0 -0
  410. /package/dist/components/{atoms/game → game/atoms}/TurnIndicator.d.ts +0 -0
  411. /package/dist/components/{atoms/game → game/atoms}/WaypointMarker.d.ts +0 -0
  412. /package/dist/components/{atoms/game → game/atoms}/XPBar.d.ts +0 -0
  413. /package/dist/components/{atoms/game → game/atoms}/index.d.ts +0 -0
  414. /package/dist/components/{molecules/game → game/molecules}/ActionButtons.d.ts +0 -0
  415. /package/dist/components/{molecules/game → game/molecules}/CombatLog.d.ts +0 -0
  416. /package/dist/components/{molecules/game → game/molecules}/CraftingRecipe.d.ts +0 -0
  417. /package/dist/components/{molecules/game → game/molecules}/DPad.d.ts +0 -0
  418. /package/dist/components/{molecules/game → game/molecules}/DialogueBox.d.ts +0 -0
  419. /package/dist/components/{molecules/game → game/molecules}/EnemyPlate.d.ts +0 -0
  420. /package/dist/components/{molecules/game → game/molecules}/GameCanvas2D.d.ts +0 -0
  421. /package/dist/components/{molecules/game → game/molecules}/GameHud.d.ts +0 -0
  422. /package/dist/components/{molecules/game → game/molecules}/GameMenu.d.ts +0 -0
  423. /package/dist/components/{molecules/game → game/molecules}/GameOverScreen.d.ts +0 -0
  424. /package/dist/components/{molecules/game → game/molecules}/HealthPanel.d.ts +0 -0
  425. /package/dist/components/{molecules/game → game/molecules}/InventoryGrid.d.ts +0 -0
  426. /package/dist/components/{molecules/game → game/molecules}/InventoryPanel.d.ts +0 -0
  427. /package/dist/components/{molecules/game → game/molecules}/PlatformerCanvas.d.ts +0 -0
  428. /package/dist/components/{molecules/game → game/molecules}/PowerupSlots.d.ts +0 -0
  429. /package/dist/components/{molecules/game → game/molecules}/QuestTracker.d.ts +0 -0
  430. /package/dist/components/{molecules/game → game/molecules}/ResourceBar.d.ts +0 -0
  431. /package/dist/components/{molecules/game → game/molecules}/ScoreBoard.d.ts +0 -0
  432. /package/dist/components/{molecules/game → game/molecules}/StatBadge.d.ts +0 -0
  433. /package/dist/components/{molecules/game → game/molecules}/TurnPanel.d.ts +0 -0
  434. /package/dist/components/{molecules/game → game/molecules}/UnitCommandBar.d.ts +0 -0
  435. /package/dist/components/{organisms/game → game/organisms}/CastleBoard.d.ts +0 -0
  436. /package/dist/components/{organisms/game → game/organisms}/GameCanvas3D.d.ts +0 -0
  437. /package/dist/components/{organisms/game → game/organisms}/UncontrolledBattleBoard.d.ts +0 -0
  438. /package/dist/components/{organisms/game → game/organisms}/editor/editorUtils.d.ts +0 -0
  439. /package/dist/components/{organisms/game → game/organisms}/editor/index.d.ts +0 -0
  440. /package/dist/components/{organisms/game → game/organisms}/hooks/useBattleState.d.ts +0 -0
  441. /package/dist/components/{organisms/game → game/organisms}/hooks/useCamera.d.ts +0 -0
  442. /package/dist/components/{organisms/game → game/organisms}/hooks/useGameAudio.d.ts +0 -0
  443. /package/dist/components/{organisms/game → game/organisms}/hooks/useImageCache.d.ts +0 -0
  444. /package/dist/components/{organisms/game → game/organisms}/hooks/usePhysics2D.d.ts +0 -0
  445. /package/dist/components/{organisms/game → game/organisms}/hooks/useSpriteAnimations.d.ts +0 -0
  446. /package/dist/components/{organisms/game → game/organisms}/index.d.ts +0 -0
  447. /package/dist/components/{organisms/game → game/organisms}/managers/PhysicsManager.d.ts +0 -0
  448. /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationCanvas.d.ts +0 -0
  449. /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationControls.d.ts +0 -0
  450. /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationGraph.d.ts +0 -0
  451. /package/dist/components/{organisms/game → game/organisms}/physics-sim/index.d.ts +0 -0
  452. /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/index.d.ts +0 -0
  453. /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/mechanics.d.ts +0 -0
  454. /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/types.d.ts +0 -0
  455. /package/dist/components/{organisms/game → game/organisms}/puzzles/builder/index.d.ts +0 -0
  456. /package/dist/components/{organisms/game → game/organisms}/puzzles/classifier/index.d.ts +0 -0
  457. /package/dist/components/{organisms/game → game/organisms}/puzzles/debugger/index.d.ts +0 -0
  458. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/EventLog.d.ts +0 -0
  459. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/ObjectRulePanel.d.ts +0 -0
  460. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/RuleEditor.d.ts +0 -0
  461. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/index.d.ts +0 -0
  462. /package/dist/components/{organisms/game → game/organisms}/puzzles/negotiator/index.d.ts +0 -0
  463. /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/ActionPalette.d.ts +0 -0
  464. /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/SequenceBar.d.ts +0 -0
  465. /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/index.d.ts +0 -0
  466. /package/dist/components/{organisms/game → game/organisms}/puzzles/simulator/index.d.ts +0 -0
  467. /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/CodeView.d.ts +0 -0
  468. /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/VariablePanel.d.ts +0 -0
  469. /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/index.d.ts +0 -0
  470. /package/dist/components/{organisms/game → game/organisms}/three/Camera3D.d.ts +0 -0
  471. /package/dist/components/{organisms/game → game/organisms}/three/Lighting3D.d.ts +0 -0
  472. /package/dist/components/{organisms/game → game/organisms}/three/Scene3D.d.ts +0 -0
  473. /package/dist/components/{organisms/game → game/organisms}/three/components/Canvas3DErrorBoundary.d.ts +0 -0
  474. /package/dist/components/{organisms/game → game/organisms}/three/components/Canvas3DLoadingState.d.ts +0 -0
  475. /package/dist/components/{organisms/game → game/organisms}/three/components/ModelLoader.d.ts +0 -0
  476. /package/dist/components/{organisms/game → game/organisms}/three/components/PhysicsObject3D.d.ts +0 -0
  477. /package/dist/components/{organisms/game → game/organisms}/three/components/index.d.ts +0 -0
  478. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useAssetLoader.d.ts +0 -0
  479. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useGameCanvas3DEvents.d.ts +0 -0
  480. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useRaycaster.d.ts +0 -0
  481. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useSceneGraph.d.ts +0 -0
  482. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useThree.d.ts +0 -0
  483. /package/dist/components/{organisms/game → game/organisms}/three/loaders/AssetLoader.d.ts +0 -0
  484. /package/dist/components/{organisms/game → game/organisms}/three/renderers/FeatureRenderer.d.ts +0 -0
  485. /package/dist/components/{organisms/game → game/organisms}/three/renderers/FeatureRenderer3D.d.ts +0 -0
  486. /package/dist/components/{organisms/game → game/organisms}/three/renderers/TileRenderer.d.ts +0 -0
  487. /package/dist/components/{organisms/game → game/organisms}/three/renderers/UnitRenderer.d.ts +0 -0
  488. /package/dist/components/{organisms/game → game/organisms}/three/renderers/index.d.ts +0 -0
  489. /package/dist/components/{organisms/game → game/organisms}/three/utils/culling.d.ts +0 -0
  490. /package/dist/components/{organisms/game → game/organisms}/three/utils/grid3D.d.ts +0 -0
  491. /package/dist/components/{organisms/game → game/organisms}/types/effects.d.ts +0 -0
  492. /package/dist/components/{organisms/game → game/organisms}/types/game.d.ts +0 -0
  493. /package/dist/components/{organisms/game → game/organisms}/types/isometric.d.ts +0 -0
  494. /package/dist/components/{organisms/game → game/organisms}/types/spriteAnimation.d.ts +0 -0
  495. /package/dist/components/{organisms/game → game/organisms}/useCanvasEffects.d.ts +0 -0
  496. /package/dist/components/{organisms/game → game/organisms}/utils/canvasEffects.d.ts +0 -0
  497. /package/dist/components/{organisms/game → game/organisms}/utils/combatEffects.d.ts +0 -0
  498. /package/dist/components/{organisms/game → game/organisms}/utils/combatPresets.d.ts +0 -0
  499. /package/dist/components/{organisms/game → game/organisms}/utils/isometric.d.ts +0 -0
  500. /package/dist/components/{organisms/game → game/organisms}/utils/spriteAnimation.d.ts +0 -0
  501. /package/dist/components/{organisms/game → game/organisms}/utils/spriteSheetConstants.d.ts +0 -0
  502. /package/dist/components/{templates → game/templates}/GameShell.d.ts +0 -0
  503. /package/dist/components/{atoms → marketing/atoms}/AnimatedCounter.d.ts +0 -0
  504. /package/dist/components/{atoms → marketing/atoms}/AnimatedGraphic.d.ts +0 -0
  505. /package/dist/components/{atoms → marketing/atoms}/AnimatedReveal.d.ts +0 -0
  506. /package/dist/components/{atoms → marketing/atoms}/ContentSection.d.ts +0 -0
  507. /package/dist/components/{atoms → marketing/atoms}/MarketingStatCard.d.ts +0 -0
  508. /package/dist/components/{atoms → marketing/atoms}/PatternTile.d.ts +0 -0
  509. /package/dist/components/{molecules → marketing/molecules}/ArticleSection.d.ts +0 -0
  510. /package/dist/components/{molecules → marketing/molecules}/CaseStudyCard.d.ts +0 -0
  511. /package/dist/components/{molecules → marketing/molecules}/CommunityLinks.d.ts +0 -0
  512. /package/dist/components/{molecules → marketing/molecules}/FeatureCard.d.ts +0 -0
  513. /package/dist/components/{molecules → marketing/molecules}/GeometricPattern.d.ts +0 -0
  514. /package/dist/components/{molecules → marketing/molecules}/InstallBox.d.ts +0 -0
  515. /package/dist/components/{molecules → marketing/molecules}/PricingGrid.d.ts +0 -0
  516. /package/dist/components/{molecules → marketing/molecules}/ServiceCatalog.d.ts +0 -0
  517. /package/dist/components/{molecules → marketing/molecules}/StatsGrid.d.ts +0 -0
  518. /package/dist/components/{molecules → marketing/molecules}/StepFlow.d.ts +0 -0
  519. /package/dist/components/{molecules → marketing/molecules}/TagCloud.d.ts +0 -0
  520. /package/dist/components/{molecules → marketing/molecules}/TeamCard.d.ts +0 -0
  521. /package/dist/components/{organisms → marketing/organisms}/book/BookCoverPage.d.ts +0 -0
  522. /package/dist/components/{organisms → marketing/organisms}/book/BookNavBar.d.ts +0 -0
@@ -550,7 +550,7 @@ var init_cn = __esm({
550
550
  });
551
551
  var paddingStyles, paddingXStyles, paddingYStyles, marginStyles, marginXStyles, marginYStyles, bgStyles, roundedStyles, shadowStyles, displayStyles, overflowStyles, positionStyles, Box;
552
552
  var init_Box = __esm({
553
- "components/atoms/Box.tsx"() {
553
+ "components/core/atoms/Box.tsx"() {
554
554
  "use client";
555
555
  init_cn();
556
556
  init_useEventBus();
@@ -1447,7 +1447,7 @@ function doResolve(name) {
1447
1447
  }
1448
1448
  var iconAliases, resolvedCache, sizeClasses, animationClasses, Icon;
1449
1449
  var init_Icon = __esm({
1450
- "components/atoms/Icon.tsx"() {
1450
+ "components/core/atoms/Icon.tsx"() {
1451
1451
  "use client";
1452
1452
  init_cn();
1453
1453
  init_iconFamily();
@@ -1558,7 +1558,7 @@ function resolveIconProp(value, sizeClass) {
1558
1558
  }
1559
1559
  var variantStyles, sizeStyles, iconSizeStyles, Button;
1560
1560
  var init_Button = __esm({
1561
- "components/atoms/Button.tsx"() {
1561
+ "components/core/atoms/Button.tsx"() {
1562
1562
  "use client";
1563
1563
  init_cn();
1564
1564
  init_useEventBus();
@@ -1686,7 +1686,7 @@ var init_Button = __esm({
1686
1686
  });
1687
1687
  var Dialog;
1688
1688
  var init_Dialog = __esm({
1689
- "components/atoms/Dialog.tsx"() {
1689
+ "components/core/atoms/Dialog.tsx"() {
1690
1690
  init_cn();
1691
1691
  Dialog = React85__default.forwardRef(
1692
1692
  ({
@@ -1711,7 +1711,7 @@ var init_Dialog = __esm({
1711
1711
  }
1712
1712
  });
1713
1713
 
1714
- // components/atoms/Typography.tsx
1714
+ // components/core/atoms/Typography.tsx
1715
1715
  var Typography_exports = {};
1716
1716
  __export(Typography_exports, {
1717
1717
  Heading: () => Heading,
@@ -1720,7 +1720,7 @@ __export(Typography_exports, {
1720
1720
  });
1721
1721
  var variantStyles2, colorStyles, weightStyles, defaultElements, typographySizeStyles, overflowStyles2, Typography, sizeStyles2, Heading, Text;
1722
1722
  var init_Typography = __esm({
1723
- "components/atoms/Typography.tsx"() {
1723
+ "components/core/atoms/Typography.tsx"() {
1724
1724
  init_cn();
1725
1725
  variantStyles2 = {
1726
1726
  h1: "text-4xl font-bold tracking-tight text-foreground",
@@ -1873,7 +1873,7 @@ var init_Typography = __esm({
1873
1873
  });
1874
1874
  var Overlay;
1875
1875
  var init_Overlay = __esm({
1876
- "components/atoms/Overlay.tsx"() {
1876
+ "components/core/atoms/Overlay.tsx"() {
1877
1877
  "use client";
1878
1878
  init_cn();
1879
1879
  init_useEventBus();
@@ -1908,9 +1908,213 @@ var init_Overlay = __esm({
1908
1908
  };
1909
1909
  }
1910
1910
  });
1911
+
1912
+ // locales/en.json
1913
+ var en_default;
1914
+ var init_en = __esm({
1915
+ "locales/en.json"() {
1916
+ en_default = {
1917
+ $meta: { locale: "en", direction: "ltr" },
1918
+ "common.save": "Save",
1919
+ "common.cancel": "Cancel",
1920
+ "common.delete": "Delete",
1921
+ "common.close": "Close",
1922
+ "common.confirm": "Are you sure?",
1923
+ "common.create": "Create",
1924
+ "common.edit": "Edit",
1925
+ "common.view": "View",
1926
+ "common.add": "Add",
1927
+ "common.remove": "Remove",
1928
+ "common.search": "Search...",
1929
+ "common.filter": "Filter",
1930
+ "common.actions": "Actions",
1931
+ "common.yes": "Yes",
1932
+ "common.no": "No",
1933
+ "common.selected": "selected",
1934
+ "common.ok": "OK",
1935
+ "common.done": "Done",
1936
+ "common.apply": "Apply",
1937
+ "common.reset": "Reset",
1938
+ "common.refresh": "Refresh",
1939
+ "common.export": "Export",
1940
+ "common.import": "Import",
1941
+ "common.copy": "Copy",
1942
+ "common.settings": "Settings",
1943
+ "nav.previous": "Previous",
1944
+ "nav.next": "Next",
1945
+ "nav.back": "Back",
1946
+ "nav.home": "Home",
1947
+ "form.submit": "Submit",
1948
+ "form.saving": "Saving...",
1949
+ "form.required": "This field is required",
1950
+ "form.invalidEmail": "Enter a valid email address",
1951
+ "form.selectPlaceholder": "Select {{label}}...",
1952
+ "form.searchPlaceholder": "Search {{entity}}...",
1953
+ "table.empty.title": "No items found",
1954
+ "table.empty.description": "No items to display.",
1955
+ "table.search.placeholder": "Search...",
1956
+ "table.pagination.showing": "Showing {{start}} to {{end}} of {{total}} results",
1957
+ "table.pagination.page": "Page {{page}} of {{totalPages}}",
1958
+ "table.bulk.selected": "{{count}} selected",
1959
+ "table.loading": "Loading...",
1960
+ "status.loading": "Loading...",
1961
+ "status.scheduled": "Scheduled",
1962
+ "status.inProgress": "In Progress",
1963
+ "status.completed": "Completed",
1964
+ "status.cancelled": "Cancelled",
1965
+ "status.pending": "Pending",
1966
+ "status.active": "Active",
1967
+ "status.inactive": "Inactive",
1968
+ "status.draft": "Draft",
1969
+ "status.archived": "Archived",
1970
+ "error.generic": "Something went wrong",
1971
+ "error.retry": "Try again",
1972
+ "error.notFound": "Not found",
1973
+ "error.loadFailed": "Failed to load: {{message}}",
1974
+ "error.configMissing": "Configuration not found for: {{id}}",
1975
+ "common.loading": "Loading...",
1976
+ "common.showMore": "Show More",
1977
+ "common.showLess": "Show Less",
1978
+ "common.noResults": "No results found",
1979
+ "common.saveChanges": "Save Changes",
1980
+ "common.retry": "Retry",
1981
+ "common.open": "Open",
1982
+ "common.back": "Back",
1983
+ "empty.noItems": "No items",
1984
+ "empty.noData": "No data available",
1985
+ "empty.noItemsYet": "No items yet",
1986
+ "empty.noItemsAdded": "No items added yet",
1987
+ "empty.noOptionsFound": "No options found",
1988
+ "list.addItemPlaceholder": "Add new item...",
1989
+ "error.occurred": "An error occurred",
1990
+ "error.failedToLoad": "Failed to load data",
1991
+ "wizard.back": "Back",
1992
+ "wizard.next": "Next",
1993
+ "wizard.complete": "Complete",
1994
+ "wizard.stepOf": "Step {{current}} of {{total}}",
1995
+ "pagination.previous": "Previous",
1996
+ "pagination.next": "Next",
1997
+ "pagination.total": "Total:",
1998
+ "pagination.show": "Show:",
1999
+ "pagination.goTo": "Go to:",
2000
+ "pagination.go": "Go",
2001
+ "auth.signIn": "Sign in",
2002
+ "auth.signOut": "Sign out",
2003
+ "dialog.confirm": "Confirm",
2004
+ "dialog.cancel": "Cancel",
2005
+ "dialog.loading": "Loading...",
2006
+ "dialog.delete.title": "Delete {{item}}?",
2007
+ "dialog.delete.message": "This action cannot be undone.",
2008
+ "trait.availableActions": "Available Actions",
2009
+ "trait.transitions": "Transitions",
2010
+ "trait.availableNow": "Available now",
2011
+ "book.startReading": "Start Reading",
2012
+ "book.tableOfContents": "Table of Contents",
2013
+ "book.partNumber": "Part {{number}}",
2014
+ "book.print": "Print",
2015
+ "book.previousPage": "Previous page",
2016
+ "book.nextPage": "Next page",
2017
+ "quiz.showAnswer": "Show answer",
2018
+ "quiz.hideAnswer": "Hide answer",
2019
+ "aria.closeModal": "Close modal",
2020
+ "aria.closeToast": "Dismiss toast",
2021
+ "aria.closeAlert": "Dismiss alert",
2022
+ "aria.removeFilter": "Remove filter",
2023
+ "aria.closeDrawer": "Close drawer",
2024
+ "aria.closePanel": "Close panel",
2025
+ "aria.previousImage": "Previous image",
2026
+ "aria.nextImage": "Next image",
2027
+ "aria.dismiss": "Dismiss",
2028
+ "aria.previousSlide": "Previous slide",
2029
+ "aria.nextSlide": "Next slide",
2030
+ "aria.previousDays": "Previous days",
2031
+ "aria.nextDays": "Next days",
2032
+ "aria.decrease": "Decrease",
2033
+ "aria.increase": "Increase",
2034
+ "aria.breadcrumb": "Breadcrumb",
2035
+ "aria.tableOfContents": "Table of contents",
2036
+ "aria.docsSidebar": "Documentation sidebar",
2037
+ "aria.selectAllRows": "Select all rows",
2038
+ "aria.selectAll": "Select all",
2039
+ "aria.upvote": "Upvote",
2040
+ "aria.downvote": "Downvote",
2041
+ "aria.qrScanner": "QR scanner",
2042
+ "aria.mockScanDev": "Mock scan (dev)",
2043
+ "aria.openMenu": "Open menu",
2044
+ "aria.closeMenu": "Close menu",
2045
+ "aria.openSidebar": "Open sidebar",
2046
+ "sidebar.expand": "Expand sidebar",
2047
+ "sidebar.collapse": "Collapse sidebar",
2048
+ "sidebar.close": "Close sidebar",
2049
+ "loading.items": "Loading items...",
2050
+ "card.imageAlt": "Image",
2051
+ "canvas.emptyMessage": "No content",
2052
+ "canvas.errorTitle": "Canvas error",
2053
+ "book.noData": "No data",
2054
+ "common.notifications": "Notifications",
2055
+ "common.remaining": "{{count}} remaining",
2056
+ "error.somethingWentWrong": "Something went wrong",
2057
+ "error.loadingItems": "Loading items...",
2058
+ "error.noItemsFound": "No items found",
2059
+ "error.notFound": "Not found",
2060
+ "debug.noEntityData": "No entity data",
2061
+ "debug.noEntities": "No entities",
2062
+ "debug.noTicks": "No ticks registered",
2063
+ "debug.noActiveTraits": "No active traits",
2064
+ "debug.noGuardEvaluations": "No guard evaluations",
2065
+ "debug.noBridgeData": "No bridge data",
2066
+ "debug.status": "Status",
2067
+ "debug.eventsForwarded": "Events Forwarded (Client \u2192 Server)",
2068
+ "debug.eventsReceived": "Events Received (Server \u2192 Client)",
2069
+ "debug.lastHeartbeat": "Last Heartbeat",
2070
+ "debug.noEventsYet": "No events yet",
2071
+ "debug.noTransitionsRecorded": "No transitions recorded",
2072
+ "debug.noVerificationChecks": "No verification checks yet",
2073
+ "display.chartError": "Chart error",
2074
+ "display.codeViewerError": "Code viewer error",
2075
+ "display.noCode": "No code",
2076
+ "display.documentError": "Document error",
2077
+ "display.noDocument": "No document",
2078
+ "display.graphError": "Graph error",
2079
+ "display.noGraphData": "No graph data",
2080
+ "display.galleryError": "Gallery error",
2081
+ "display.noMedia": "No media",
2082
+ "display.meterError": "Meter error",
2083
+ "display.signaturePadError": "Signature pad error",
2084
+ "display.timelineError": "Timeline error",
2085
+ "display.noEvents": "No events",
2086
+ "template.features": "Features",
2087
+ "template.howItWorks": "How It Works",
2088
+ "template.showcase": "Showcase",
2089
+ "template.faq": "Frequently Asked Questions",
2090
+ "template.ourTeam": "Our Team",
2091
+ "template.caseStudies": "Case Studies"
2092
+ };
2093
+ }
2094
+ });
2095
+ function useTranslate() {
2096
+ return useContext(I18nContext);
2097
+ }
2098
+ var _meta, coreMessages, coreLocale, I18nContext;
2099
+ var init_useTranslate = __esm({
2100
+ "hooks/useTranslate.ts"() {
2101
+ "use client";
2102
+ init_en();
2103
+ ({ $meta: _meta, ...coreMessages } = en_default);
2104
+ coreLocale = coreMessages;
2105
+ I18nContext = createContext({
2106
+ locale: "en",
2107
+ direction: "ltr",
2108
+ t: (key) => coreLocale[key] ?? key
2109
+ // core locale fallback
2110
+ });
2111
+ I18nContext.displayName = "I18nContext";
2112
+ I18nContext.Provider;
2113
+ }
2114
+ });
1911
2115
  var sizeClasses2, minWidthClasses, lookStyles, Modal;
1912
2116
  var init_Modal = __esm({
1913
- "components/molecules/Modal.tsx"() {
2117
+ "components/core/molecules/Modal.tsx"() {
1914
2118
  "use client";
1915
2119
  init_Box();
1916
2120
  init_Button();
@@ -1919,6 +2123,7 @@ var init_Modal = __esm({
1919
2123
  init_Overlay();
1920
2124
  init_cn();
1921
2125
  init_useEventBus();
2126
+ init_useTranslate();
1922
2127
  sizeClasses2 = {
1923
2128
  sm: "max-w-md",
1924
2129
  md: "max-w-2xl",
@@ -1956,6 +2161,7 @@ var init_Modal = __esm({
1956
2161
  look = "centered-card"
1957
2162
  }) => {
1958
2163
  const eventBus = useEventBus();
2164
+ const { t } = useTranslate();
1959
2165
  const modalRef = useRef(null);
1960
2166
  const previousActiveElement = useRef(null);
1961
2167
  const [dragY, setDragY] = useState(0);
@@ -2100,7 +2306,7 @@ var init_Modal = __esm({
2100
2306
  icon: "x",
2101
2307
  onClick: handleClose,
2102
2308
  "data-event": "CLOSE",
2103
- "aria-label": "Close modal"
2309
+ "aria-label": t("aria.closeModal")
2104
2310
  }
2105
2311
  )
2106
2312
  ]
@@ -2131,7 +2337,7 @@ var init_Modal = __esm({
2131
2337
  });
2132
2338
  var sizeWidths, Drawer;
2133
2339
  var init_Drawer = __esm({
2134
- "components/molecules/Drawer.tsx"() {
2340
+ "components/core/molecules/Drawer.tsx"() {
2135
2341
  "use client";
2136
2342
  init_Box();
2137
2343
  init_Button();
@@ -2139,6 +2345,7 @@ var init_Drawer = __esm({
2139
2345
  init_Overlay();
2140
2346
  init_cn();
2141
2347
  init_useEventBus();
2348
+ init_useTranslate();
2142
2349
  sizeWidths = {
2143
2350
  sm: "w-full sm:w-80",
2144
2351
  // 320px
@@ -2164,6 +2371,7 @@ var init_Drawer = __esm({
2164
2371
  closeEvent
2165
2372
  }) => {
2166
2373
  const eventBus = useEventBus();
2374
+ const { t } = useTranslate();
2167
2375
  const drawerRef = useRef(null);
2168
2376
  const previousActiveElement = useRef(null);
2169
2377
  useEffect(() => {
@@ -2258,7 +2466,7 @@ var init_Drawer = __esm({
2258
2466
  size: "sm",
2259
2467
  icon: "x",
2260
2468
  onClick: handleClose,
2261
- "aria-label": "Close drawer",
2469
+ "aria-label": t("aria.closeDrawer"),
2262
2470
  className: cn(!title && "ml-auto")
2263
2471
  }
2264
2472
  )
@@ -2310,7 +2518,7 @@ var init_Drawer = __esm({
2310
2518
  });
2311
2519
  var variantStyles3, sizeStyles3, Badge;
2312
2520
  var init_Badge = __esm({
2313
- "components/atoms/Badge.tsx"() {
2521
+ "components/core/atoms/Badge.tsx"() {
2314
2522
  init_cn();
2315
2523
  init_Icon();
2316
2524
  variantStyles3 = {
@@ -2401,7 +2609,7 @@ var init_Badge = __esm({
2401
2609
  });
2402
2610
  var variantClasses, iconMap, iconColors, Toast;
2403
2611
  var init_Toast = __esm({
2404
- "components/molecules/Toast.tsx"() {
2612
+ "components/core/molecules/Toast.tsx"() {
2405
2613
  "use client";
2406
2614
  init_Box();
2407
2615
  init_Icon();
@@ -2410,6 +2618,7 @@ var init_Toast = __esm({
2410
2618
  init_Badge();
2411
2619
  init_cn();
2412
2620
  init_useEventBus();
2621
+ init_useTranslate();
2413
2622
  variantClasses = {
2414
2623
  success: "bg-card border-[length:var(--border-width)] border-success",
2415
2624
  error: "bg-card border-[length:var(--border-width)] border-error",
@@ -2443,6 +2652,7 @@ var init_Toast = __esm({
2443
2652
  actionEvent
2444
2653
  }) => {
2445
2654
  const eventBus = useEventBus();
2655
+ const { t } = useTranslate();
2446
2656
  const handleDismiss = () => {
2447
2657
  if (dismissEvent) eventBus.emit(`UI:${dismissEvent}`, {});
2448
2658
  onDismiss?.();
@@ -2496,7 +2706,7 @@ var init_Toast = __esm({
2496
2706
  size: "sm",
2497
2707
  icon: "x",
2498
2708
  onClick: handleDismiss,
2499
- "aria-label": "Dismiss toast",
2709
+ "aria-label": t("aria.closeToast"),
2500
2710
  className: "flex-shrink-0"
2501
2711
  }
2502
2712
  )
@@ -2567,7 +2777,7 @@ function buildDiamondPoints(x, y, scale) {
2567
2777
  }
2568
2778
  var SvgBranch;
2569
2779
  var init_SvgBranch = __esm({
2570
- "components/atoms/svg/SvgBranch.tsx"() {
2780
+ "components/core/atoms/svg/SvgBranch.tsx"() {
2571
2781
  "use client";
2572
2782
  SvgBranch = ({
2573
2783
  x,
@@ -2614,7 +2824,7 @@ var init_SvgBranch = __esm({
2614
2824
  });
2615
2825
  var SvgConnection;
2616
2826
  var init_SvgConnection = __esm({
2617
- "components/atoms/svg/SvgConnection.tsx"() {
2827
+ "components/core/atoms/svg/SvgConnection.tsx"() {
2618
2828
  "use client";
2619
2829
  SvgConnection = ({
2620
2830
  x1,
@@ -2654,7 +2864,7 @@ var init_SvgConnection = __esm({
2654
2864
  });
2655
2865
  var flowIdCounter, SvgFlow;
2656
2866
  var init_SvgFlow = __esm({
2657
- "components/atoms/svg/SvgFlow.tsx"() {
2867
+ "components/core/atoms/svg/SvgFlow.tsx"() {
2658
2868
  "use client";
2659
2869
  flowIdCounter = 0;
2660
2870
  SvgFlow = ({
@@ -2708,7 +2918,7 @@ var init_SvgFlow = __esm({
2708
2918
  });
2709
2919
  var SvgGrid;
2710
2920
  var init_SvgGrid = __esm({
2711
- "components/atoms/svg/SvgGrid.tsx"() {
2921
+ "components/core/atoms/svg/SvgGrid.tsx"() {
2712
2922
  "use client";
2713
2923
  SvgGrid = ({
2714
2924
  x,
@@ -2748,7 +2958,7 @@ var init_SvgGrid = __esm({
2748
2958
  });
2749
2959
  var SvgLobe;
2750
2960
  var init_SvgLobe = __esm({
2751
- "components/atoms/svg/SvgLobe.tsx"() {
2961
+ "components/core/atoms/svg/SvgLobe.tsx"() {
2752
2962
  "use client";
2753
2963
  SvgLobe = ({
2754
2964
  cx,
@@ -2828,7 +3038,7 @@ function getConnections(count, density) {
2828
3038
  }
2829
3039
  var SvgMesh;
2830
3040
  var init_SvgMesh = __esm({
2831
- "components/atoms/svg/SvgMesh.tsx"() {
3041
+ "components/core/atoms/svg/SvgMesh.tsx"() {
2832
3042
  "use client";
2833
3043
  SvgMesh = ({
2834
3044
  cx,
@@ -2873,7 +3083,7 @@ var init_SvgMesh = __esm({
2873
3083
  });
2874
3084
  var TextLines, CodeBrackets, AppRect, FlowArrow, SvgMorph;
2875
3085
  var init_SvgMorph = __esm({
2876
- "components/atoms/svg/SvgMorph.tsx"() {
3086
+ "components/core/atoms/svg/SvgMorph.tsx"() {
2877
3087
  "use client";
2878
3088
  TextLines = ({
2879
3089
  x,
@@ -3082,7 +3292,7 @@ var init_SvgMorph = __esm({
3082
3292
  });
3083
3293
  var SvgNode;
3084
3294
  var init_SvgNode = __esm({
3085
- "components/atoms/svg/SvgNode.tsx"() {
3295
+ "components/core/atoms/svg/SvgNode.tsx"() {
3086
3296
  "use client";
3087
3297
  SvgNode = ({
3088
3298
  x,
@@ -3138,7 +3348,7 @@ var init_SvgNode = __esm({
3138
3348
  });
3139
3349
  var PULSE_KEYFRAMES, SvgPulse;
3140
3350
  var init_SvgPulse = __esm({
3141
- "components/atoms/svg/SvgPulse.tsx"() {
3351
+ "components/core/atoms/svg/SvgPulse.tsx"() {
3142
3352
  "use client";
3143
3353
  PULSE_KEYFRAMES = `
3144
3354
  @keyframes almadar-svg-pulse-expand {
@@ -3194,7 +3404,7 @@ var init_SvgPulse = __esm({
3194
3404
  });
3195
3405
  var ringIdCounter, SvgRing;
3196
3406
  var init_SvgRing = __esm({
3197
- "components/atoms/svg/SvgRing.tsx"() {
3407
+ "components/core/atoms/svg/SvgRing.tsx"() {
3198
3408
  "use client";
3199
3409
  ringIdCounter = 0;
3200
3410
  SvgRing = ({
@@ -3251,7 +3461,7 @@ var init_SvgRing = __esm({
3251
3461
  });
3252
3462
  var SHIELD_PATH, CHECK_PATH, SvgShield;
3253
3463
  var init_SvgShield = __esm({
3254
- "components/atoms/svg/SvgShield.tsx"() {
3464
+ "components/core/atoms/svg/SvgShield.tsx"() {
3255
3465
  "use client";
3256
3466
  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";
3257
3467
  CHECK_PATH = "M10,18 L14,22 L21,13";
@@ -3301,7 +3511,7 @@ var init_SvgShield = __esm({
3301
3511
  });
3302
3512
  var SvgStack;
3303
3513
  var init_SvgStack = __esm({
3304
- "components/atoms/svg/SvgStack.tsx"() {
3514
+ "components/core/atoms/svg/SvgStack.tsx"() {
3305
3515
  "use client";
3306
3516
  SvgStack = ({
3307
3517
  x,
@@ -3360,16 +3570,17 @@ var init_SvgStack = __esm({
3360
3570
  }
3361
3571
  });
3362
3572
 
3363
- // components/atoms/svg/index.ts
3573
+ // components/core/atoms/svg/index.ts
3364
3574
  var init_svg = __esm({
3365
- "components/atoms/svg/index.ts"() {
3575
+ "components/core/atoms/svg/index.ts"() {
3366
3576
  }
3367
3577
  });
3368
3578
  var Input;
3369
3579
  var init_Input = __esm({
3370
- "components/atoms/Input.tsx"() {
3580
+ "components/core/atoms/Input.tsx"() {
3371
3581
  init_cn();
3372
3582
  init_Icon();
3583
+ init_useTranslate();
3373
3584
  Input = React85__default.forwardRef(
3374
3585
  ({
3375
3586
  className,
@@ -3387,6 +3598,7 @@ var init_Input = __esm({
3387
3598
  onChange,
3388
3599
  ...props
3389
3600
  }, ref) => {
3601
+ const { t } = useTranslate();
3390
3602
  const type = inputType || htmlType || "text";
3391
3603
  const IconComponent = typeof iconProp === "string" ? resolveIcon(iconProp) : iconProp;
3392
3604
  const resolvedLeftIcon = leftIcon || IconComponent && /* @__PURE__ */ jsx(IconComponent, { className: "h-icon-default w-icon-default" });
@@ -3417,7 +3629,7 @@ var init_Input = __esm({
3417
3629
  className: cn(baseClassName, "appearance-none pr-10", className),
3418
3630
  ...props,
3419
3631
  children: [
3420
- /* @__PURE__ */ jsx("option", { value: "", children: "Select..." }),
3632
+ /* @__PURE__ */ jsx("option", { value: "", children: t("form.selectPlaceholder", { label: "" }) }),
3421
3633
  options?.map((opt) => /* @__PURE__ */ jsx("option", { value: opt.value, children: opt.label }, opt.value))
3422
3634
  ]
3423
3635
  }
@@ -3488,7 +3700,7 @@ var init_Input = __esm({
3488
3700
  });
3489
3701
  var Label;
3490
3702
  var init_Label = __esm({
3491
- "components/atoms/Label.tsx"() {
3703
+ "components/core/atoms/Label.tsx"() {
3492
3704
  init_cn();
3493
3705
  Label = React85__default.forwardRef(
3494
3706
  ({ className, required, children, ...props }, ref) => {
@@ -3514,7 +3726,7 @@ var init_Label = __esm({
3514
3726
  });
3515
3727
  var Textarea;
3516
3728
  var init_Textarea = __esm({
3517
- "components/atoms/Textarea.tsx"() {
3729
+ "components/core/atoms/Textarea.tsx"() {
3518
3730
  init_cn();
3519
3731
  Textarea = React85__default.forwardRef(
3520
3732
  ({ className, error, ...props }, ref) => {
@@ -3543,7 +3755,7 @@ var init_Textarea = __esm({
3543
3755
  });
3544
3756
  var Select;
3545
3757
  var init_Select = __esm({
3546
- "components/atoms/Select.tsx"() {
3758
+ "components/core/atoms/Select.tsx"() {
3547
3759
  init_cn();
3548
3760
  init_Icon();
3549
3761
  Select = React85__default.forwardRef(
@@ -3586,7 +3798,7 @@ var init_Select = __esm({
3586
3798
  });
3587
3799
  var Checkbox;
3588
3800
  var init_Checkbox = __esm({
3589
- "components/atoms/Checkbox.tsx"() {
3801
+ "components/core/atoms/Checkbox.tsx"() {
3590
3802
  init_cn();
3591
3803
  Checkbox = React85__default.forwardRef(
3592
3804
  ({ className, label, id, ...props }, ref) => {
@@ -3624,7 +3836,7 @@ var init_Checkbox = __esm({
3624
3836
  });
3625
3837
  var variantStyles4, paddingStyles2, shadowStyles2, lookStyles2, Card, CardHeader, CardTitle, CardContent, CardBody, CardFooter;
3626
3838
  var init_Card = __esm({
3627
- "components/atoms/Card.tsx"() {
3839
+ "components/core/atoms/Card.tsx"() {
3628
3840
  init_cn();
3629
3841
  variantStyles4 = {
3630
3842
  default: [
@@ -3749,9 +3961,10 @@ var init_Card = __esm({
3749
3961
  });
3750
3962
  var variantStyles5, sizeStyles4, iconSizes, FilterPill;
3751
3963
  var init_FilterPill = __esm({
3752
- "components/atoms/FilterPill.tsx"() {
3964
+ "components/core/atoms/FilterPill.tsx"() {
3753
3965
  init_cn();
3754
3966
  init_useEventBus();
3967
+ init_useTranslate();
3755
3968
  init_Icon();
3756
3969
  variantStyles5 = {
3757
3970
  default: [
@@ -3807,6 +4020,7 @@ var init_FilterPill = __esm({
3807
4020
  ...props
3808
4021
  }, ref) => {
3809
4022
  const eventBus = useEventBus();
4023
+ const { t } = useTranslate();
3810
4024
  const payloadLabel = typeof children === "string" || typeof children === "number" ? children : label;
3811
4025
  const handleClick = useCallback(() => {
3812
4026
  onClick?.();
@@ -3841,7 +4055,7 @@ var init_FilterPill = __esm({
3841
4055
  e.stopPropagation();
3842
4056
  handleRemove();
3843
4057
  },
3844
- "aria-label": "Remove filter",
4058
+ "aria-label": t("aria.removeFilter"),
3845
4059
  className: cn(
3846
4060
  "ml-0.5 rounded-full hover:bg-foreground/10 transition-colors flex items-center justify-center"
3847
4061
  ),
@@ -3858,7 +4072,7 @@ var init_FilterPill = __esm({
3858
4072
  });
3859
4073
  var sizeStyles5, Spinner;
3860
4074
  var init_Spinner = __esm({
3861
- "components/atoms/Spinner.tsx"() {
4075
+ "components/core/atoms/Spinner.tsx"() {
3862
4076
  init_cn();
3863
4077
  init_Icon();
3864
4078
  sizeStyles5 = {
@@ -3892,7 +4106,7 @@ function generateInitials(name) {
3892
4106
  }
3893
4107
  var sizeClasses3, iconSizeClasses, statusSizeClasses, statusClasses, badgeSizeClasses, Avatar;
3894
4108
  var init_Avatar = __esm({
3895
- "components/atoms/Avatar.tsx"() {
4109
+ "components/core/atoms/Avatar.tsx"() {
3896
4110
  "use client";
3897
4111
  init_Icon();
3898
4112
  init_cn();
@@ -4045,7 +4259,7 @@ var init_Avatar = __esm({
4045
4259
  });
4046
4260
  var Center;
4047
4261
  var init_Center = __esm({
4048
- "components/atoms/Center.tsx"() {
4262
+ "components/core/atoms/Center.tsx"() {
4049
4263
  init_cn();
4050
4264
  Center = ({
4051
4265
  inline = false,
@@ -4081,7 +4295,7 @@ var init_Center = __esm({
4081
4295
  });
4082
4296
  var variantStyles6, Divider;
4083
4297
  var init_Divider = __esm({
4084
- "components/atoms/Divider.tsx"() {
4298
+ "components/core/atoms/Divider.tsx"() {
4085
4299
  init_cn();
4086
4300
  variantStyles6 = {
4087
4301
  solid: "border-solid",
@@ -4157,7 +4371,7 @@ var init_Divider = __esm({
4157
4371
  });
4158
4372
  var colorClasses, circularSizeClasses, ProgressBar;
4159
4373
  var init_ProgressBar = __esm({
4160
- "components/atoms/ProgressBar.tsx"() {
4374
+ "components/core/atoms/ProgressBar.tsx"() {
4161
4375
  init_cn();
4162
4376
  colorClasses = {
4163
4377
  default: "bg-primary",
@@ -4316,7 +4530,7 @@ var init_ProgressBar = __esm({
4316
4530
  });
4317
4531
  var sizeClasses4, dotSizeClasses, Radio;
4318
4532
  var init_Radio = __esm({
4319
- "components/atoms/Radio.tsx"() {
4533
+ "components/core/atoms/Radio.tsx"() {
4320
4534
  init_cn();
4321
4535
  init_useEventBus();
4322
4536
  sizeClasses4 = {
@@ -4469,7 +4683,7 @@ var init_Radio = __esm({
4469
4683
  });
4470
4684
  var COLOR_VAR, Sparkline;
4471
4685
  var init_Sparkline = __esm({
4472
- "components/atoms/Sparkline.tsx"() {
4686
+ "components/core/atoms/Sparkline.tsx"() {
4473
4687
  init_cn();
4474
4688
  COLOR_VAR = {
4475
4689
  primary: "var(--color-primary)",
@@ -4530,7 +4744,7 @@ var init_Sparkline = __esm({
4530
4744
  });
4531
4745
  var Switch;
4532
4746
  var init_Switch = __esm({
4533
- "components/atoms/Switch.tsx"() {
4747
+ "components/core/atoms/Switch.tsx"() {
4534
4748
  "use client";
4535
4749
  init_cn();
4536
4750
  Switch = React85.forwardRef(
@@ -4610,7 +4824,7 @@ var init_Switch = __esm({
4610
4824
  });
4611
4825
  var horizontalSizes, verticalSizes, Spacer;
4612
4826
  var init_Spacer = __esm({
4613
- "components/atoms/Spacer.tsx"() {
4827
+ "components/core/atoms/Spacer.tsx"() {
4614
4828
  init_cn();
4615
4829
  horizontalSizes = {
4616
4830
  xs: "w-1",
@@ -4649,7 +4863,7 @@ var init_Spacer = __esm({
4649
4863
  });
4650
4864
  var gapStyles, alignStyles, justifyStyles, Stack, VStack, HStack;
4651
4865
  var init_Stack = __esm({
4652
- "components/atoms/Stack.tsx"() {
4866
+ "components/core/atoms/Stack.tsx"() {
4653
4867
  "use client";
4654
4868
  init_cn();
4655
4869
  init_useEventBus();
@@ -4735,7 +4949,7 @@ var init_Stack = __esm({
4735
4949
  });
4736
4950
  var TextHighlight;
4737
4951
  var init_TextHighlight = __esm({
4738
- "components/atoms/TextHighlight.tsx"() {
4952
+ "components/core/atoms/TextHighlight.tsx"() {
4739
4953
  "use client";
4740
4954
  init_cn();
4741
4955
  init_useEventBus();
@@ -4804,7 +5018,7 @@ var init_TextHighlight = __esm({
4804
5018
  });
4805
5019
  var sizeClasses5, iconSizes2, ThemeToggle;
4806
5020
  var init_ThemeToggle = __esm({
4807
- "components/atoms/ThemeToggle.tsx"() {
5021
+ "components/core/atoms/ThemeToggle.tsx"() {
4808
5022
  "use client";
4809
5023
  init_Icon();
4810
5024
  init_cn();
@@ -4866,7 +5080,7 @@ var init_ThemeToggle = __esm({
4866
5080
  });
4867
5081
  var FlipContainer;
4868
5082
  var init_FlipContainer = __esm({
4869
- "components/atoms/FlipContainer.tsx"() {
5083
+ "components/core/atoms/FlipContainer.tsx"() {
4870
5084
  "use client";
4871
5085
  init_cn();
4872
5086
  init_Box();
@@ -4901,7 +5115,7 @@ var init_FlipContainer = __esm({
4901
5115
  });
4902
5116
  var Aside;
4903
5117
  var init_Aside = __esm({
4904
- "components/atoms/Aside.tsx"() {
5118
+ "components/core/atoms/Aside.tsx"() {
4905
5119
  init_cn();
4906
5120
  Aside = React85__default.forwardRef(
4907
5121
  ({ className, children, ...rest }, ref) => /* @__PURE__ */ jsx("aside", { ref, className: cn(className), ...rest, children })
@@ -4923,7 +5137,7 @@ function toSharedContext(ctx) {
4923
5137
  }
4924
5138
  var ConditionalWrapper;
4925
5139
  var init_ConditionalWrapper = __esm({
4926
- "components/atoms/ConditionalWrapper.tsx"() {
5140
+ "components/core/atoms/ConditionalWrapper.tsx"() {
4927
5141
  init_Box();
4928
5142
  ConditionalWrapper = ({
4929
5143
  condition,
@@ -4955,7 +5169,7 @@ var init_ConditionalWrapper = __esm({
4955
5169
  });
4956
5170
  var positionStyles2, arrowStyles, LawReferenceTooltip;
4957
5171
  var init_LawReferenceTooltip = __esm({
4958
- "components/atoms/LawReferenceTooltip.tsx"() {
5172
+ "components/core/atoms/LawReferenceTooltip.tsx"() {
4959
5173
  "use client";
4960
5174
  init_Box();
4961
5175
  init_Stack();
@@ -5135,7 +5349,7 @@ function DayCell({
5135
5349
  }
5136
5350
  var DAY_ABBREVIATIONS;
5137
5351
  var init_DayCell = __esm({
5138
- "components/atoms/DayCell.tsx"() {
5352
+ "components/core/atoms/DayCell.tsx"() {
5139
5353
  "use client";
5140
5354
  init_cn();
5141
5355
  init_Box();
@@ -5168,7 +5382,7 @@ function TimeSlotCell({
5168
5382
  );
5169
5383
  }
5170
5384
  var init_TimeSlotCell = __esm({
5171
- "components/atoms/TimeSlotCell.tsx"() {
5385
+ "components/core/atoms/TimeSlotCell.tsx"() {
5172
5386
  "use client";
5173
5387
  init_cn();
5174
5388
  init_Box();
@@ -5177,7 +5391,7 @@ var init_TimeSlotCell = __esm({
5177
5391
  });
5178
5392
  var statusColors, pulseRingColors, sizeStyles6, StatusDot;
5179
5393
  var init_StatusDot = __esm({
5180
- "components/atoms/StatusDot.tsx"() {
5394
+ "components/core/atoms/StatusDot.tsx"() {
5181
5395
  init_cn();
5182
5396
  statusColors = {
5183
5397
  online: "bg-success",
@@ -5241,7 +5455,7 @@ function resolveColor(dir, invert) {
5241
5455
  }
5242
5456
  var sizeStyles7, iconNameMap, TrendIndicator;
5243
5457
  var init_TrendIndicator = __esm({
5244
- "components/atoms/TrendIndicator.tsx"() {
5458
+ "components/core/atoms/TrendIndicator.tsx"() {
5245
5459
  init_Icon();
5246
5460
  init_cn();
5247
5461
  sizeStyles7 = {
@@ -5307,7 +5521,7 @@ function useSafeEventBus() {
5307
5521
  }
5308
5522
  var trackSizes, thumbSizes, RangeSlider;
5309
5523
  var init_RangeSlider = __esm({
5310
- "components/atoms/RangeSlider.tsx"() {
5524
+ "components/core/atoms/RangeSlider.tsx"() {
5311
5525
  "use client";
5312
5526
  init_cn();
5313
5527
  init_useEventBus();
@@ -5516,7 +5730,7 @@ function easeOut(t) {
5516
5730
  }
5517
5731
  var AnimatedCounter;
5518
5732
  var init_AnimatedCounter = __esm({
5519
- "components/atoms/AnimatedCounter.tsx"() {
5733
+ "components/marketing/atoms/AnimatedCounter.tsx"() {
5520
5734
  "use client";
5521
5735
  init_cn();
5522
5736
  init_Typography();
@@ -5608,7 +5822,7 @@ var init_useInfiniteScroll = __esm({
5608
5822
  });
5609
5823
  var InfiniteScrollSentinel;
5610
5824
  var init_InfiniteScrollSentinel = __esm({
5611
- "components/atoms/InfiniteScrollSentinel.tsx"() {
5825
+ "components/core/atoms/InfiniteScrollSentinel.tsx"() {
5612
5826
  "use client";
5613
5827
  init_cn();
5614
5828
  init_useInfiniteScroll();
@@ -5663,7 +5877,7 @@ function createParticles(count) {
5663
5877
  }
5664
5878
  var CONFETTI_COLORS, particleIdCounter, ConfettiEffect;
5665
5879
  var init_ConfettiEffect = __esm({
5666
- "components/atoms/ConfettiEffect.tsx"() {
5880
+ "components/core/atoms/ConfettiEffect.tsx"() {
5667
5881
  "use client";
5668
5882
  init_cn();
5669
5883
  init_Box();
@@ -5762,7 +5976,7 @@ var init_ConfettiEffect = __esm({
5762
5976
  });
5763
5977
  var TypewriterText;
5764
5978
  var init_TypewriterText = __esm({
5765
- "components/atoms/TypewriterText.tsx"() {
5979
+ "components/core/atoms/TypewriterText.tsx"() {
5766
5980
  "use client";
5767
5981
  init_cn();
5768
5982
  init_Typography();
@@ -5832,7 +6046,7 @@ var init_TypewriterText = __esm({
5832
6046
  });
5833
6047
  var levelToVariant, alignClasses, alignToStack, SectionHeader;
5834
6048
  var init_SectionHeader = __esm({
5835
- "components/atoms/SectionHeader.tsx"() {
6049
+ "components/core/atoms/SectionHeader.tsx"() {
5836
6050
  init_cn();
5837
6051
  init_Stack();
5838
6052
  init_Typography();
@@ -5871,7 +6085,7 @@ var init_SectionHeader = __esm({
5871
6085
  });
5872
6086
  var backgroundClasses, paddingClasses, ContentSection;
5873
6087
  var init_ContentSection = __esm({
5874
- "components/atoms/ContentSection.tsx"() {
6088
+ "components/marketing/atoms/ContentSection.tsx"() {
5875
6089
  init_cn();
5876
6090
  init_Box();
5877
6091
  backgroundClasses = {
@@ -6366,7 +6580,7 @@ function getTileDimensions(variant, size) {
6366
6580
  }
6367
6581
  var PI, VARIANT_MAP, PatternTile;
6368
6582
  var init_PatternTile = __esm({
6369
- "components/atoms/PatternTile.tsx"() {
6583
+ "components/marketing/atoms/PatternTile.tsx"() {
6370
6584
  "use client";
6371
6585
  PI = Math.PI;
6372
6586
  VARIANT_MAP = {
@@ -6400,7 +6614,7 @@ var init_PatternTile = __esm({
6400
6614
  });
6401
6615
  var initialStyles, animatedStyles, AnimatedReveal;
6402
6616
  var init_AnimatedReveal = __esm({
6403
- "components/atoms/AnimatedReveal.tsx"() {
6617
+ "components/marketing/atoms/AnimatedReveal.tsx"() {
6404
6618
  "use client";
6405
6619
  init_cn();
6406
6620
  initialStyles = {
@@ -6580,7 +6794,7 @@ function applyMorphAnimation(container, animate, duration, delay, easing) {
6580
6794
  }
6581
6795
  var AnimatedGraphic;
6582
6796
  var init_AnimatedGraphic = __esm({
6583
- "components/atoms/AnimatedGraphic.tsx"() {
6797
+ "components/marketing/atoms/AnimatedGraphic.tsx"() {
6584
6798
  "use client";
6585
6799
  init_cn();
6586
6800
  AnimatedGraphic = React85__default.forwardRef(
@@ -6741,7 +6955,7 @@ function getSlotContentRenderer() {
6741
6955
  }
6742
6956
  var _slotContentRenderer;
6743
6957
  var init_TraitFrame = __esm({
6744
- "components/atoms/TraitFrame.tsx"() {
6958
+ "components/core/atoms/TraitFrame.tsx"() {
6745
6959
  init_EntitySchemaContext();
6746
6960
  TraitFrame.displayName = "TraitFrame";
6747
6961
  _slotContentRenderer = null;
@@ -6799,7 +7013,7 @@ function HealthBar({
6799
7013
  }
6800
7014
  var heartIcon, sizeMap;
6801
7015
  var init_HealthBar = __esm({
6802
- "components/atoms/game/HealthBar.tsx"() {
7016
+ "components/game/atoms/HealthBar.tsx"() {
6803
7017
  init_cn();
6804
7018
  heartIcon = (filled, size) => /* @__PURE__ */ jsx(
6805
7019
  "svg",
@@ -6876,7 +7090,7 @@ function ScoreDisplay({
6876
7090
  }
6877
7091
  var sizeMap2;
6878
7092
  var init_ScoreDisplay = __esm({
6879
- "components/atoms/game/ScoreDisplay.tsx"() {
7093
+ "components/game/atoms/ScoreDisplay.tsx"() {
6880
7094
  "use client";
6881
7095
  init_cn();
6882
7096
  sizeMap2 = {
@@ -6968,7 +7182,7 @@ function ControlButton({
6968
7182
  }
6969
7183
  var sizeMap3, shapeMap, variantMap;
6970
7184
  var init_ControlButton = __esm({
6971
- "components/atoms/game/ControlButton.tsx"() {
7185
+ "components/game/atoms/ControlButton.tsx"() {
6972
7186
  "use client";
6973
7187
  init_cn();
6974
7188
  init_useEventBus();
@@ -7062,7 +7276,7 @@ function Sprite({
7062
7276
  );
7063
7277
  }
7064
7278
  var init_Sprite = __esm({
7065
- "components/atoms/game/Sprite.tsx"() {
7279
+ "components/game/atoms/Sprite.tsx"() {
7066
7280
  "use client";
7067
7281
  init_useEventBus();
7068
7282
  }
@@ -7098,7 +7312,7 @@ function StateIndicator({
7098
7312
  }
7099
7313
  var DEFAULT_STATE_STYLES, DEFAULT_STYLE, SIZE_CLASSES;
7100
7314
  var init_StateIndicator = __esm({
7101
- "components/atoms/game/StateIndicator.tsx"() {
7315
+ "components/game/atoms/StateIndicator.tsx"() {
7102
7316
  init_Box();
7103
7317
  init_cn();
7104
7318
  DEFAULT_STATE_STYLES = {
@@ -7164,7 +7378,7 @@ function TimerDisplay({
7164
7378
  }
7165
7379
  var sizeMap4;
7166
7380
  var init_TimerDisplay = __esm({
7167
- "components/atoms/game/TimerDisplay.tsx"() {
7381
+ "components/game/atoms/TimerDisplay.tsx"() {
7168
7382
  init_cn();
7169
7383
  sizeMap4 = {
7170
7384
  sm: "text-sm px-2 py-0.5",
@@ -7209,7 +7423,7 @@ function ResourceCounter({
7209
7423
  }
7210
7424
  var sizeMap5;
7211
7425
  var init_ResourceCounter = __esm({
7212
- "components/atoms/game/ResourceCounter.tsx"() {
7426
+ "components/game/atoms/ResourceCounter.tsx"() {
7213
7427
  init_cn();
7214
7428
  sizeMap5 = {
7215
7429
  sm: { wrapper: "text-xs gap-1 px-1.5 py-0.5", icon: "text-sm" },
@@ -7269,7 +7483,7 @@ function ItemSlot({
7269
7483
  }
7270
7484
  var sizeMap6, rarityBorderMap, rarityGlowMap;
7271
7485
  var init_ItemSlot = __esm({
7272
- "components/atoms/game/ItemSlot.tsx"() {
7486
+ "components/game/atoms/ItemSlot.tsx"() {
7273
7487
  "use client";
7274
7488
  init_cn();
7275
7489
  sizeMap6 = {
@@ -7336,7 +7550,7 @@ function TurnIndicator({
7336
7550
  }
7337
7551
  var sizeMap7;
7338
7552
  var init_TurnIndicator = __esm({
7339
- "components/atoms/game/TurnIndicator.tsx"() {
7553
+ "components/game/atoms/TurnIndicator.tsx"() {
7340
7554
  init_cn();
7341
7555
  sizeMap7 = {
7342
7556
  sm: { wrapper: "text-xs gap-1.5 px-2 py-0.5", dot: "w-1.5 h-1.5" },
@@ -7393,7 +7607,7 @@ function ComboCounter({
7393
7607
  }
7394
7608
  var sizeMap8;
7395
7609
  var init_ComboCounter = __esm({
7396
- "components/atoms/game/ComboCounter.tsx"() {
7610
+ "components/game/atoms/ComboCounter.tsx"() {
7397
7611
  init_cn();
7398
7612
  sizeMap8 = {
7399
7613
  sm: { combo: "text-lg", label: "text-xs", multiplier: "text-xs" },
@@ -7461,7 +7675,7 @@ function XPBar({
7461
7675
  }
7462
7676
  var sizeMap9;
7463
7677
  var init_XPBar = __esm({
7464
- "components/atoms/game/XPBar.tsx"() {
7678
+ "components/game/atoms/XPBar.tsx"() {
7465
7679
  init_cn();
7466
7680
  sizeMap9 = {
7467
7681
  sm: { bar: "h-2", text: "text-xs", badge: "text-xs px-1.5 py-0.5" },
@@ -7529,7 +7743,7 @@ function WaypointMarker({
7529
7743
  }
7530
7744
  var sizeMap10, checkIcon;
7531
7745
  var init_WaypointMarker = __esm({
7532
- "components/atoms/game/WaypointMarker.tsx"() {
7746
+ "components/game/atoms/WaypointMarker.tsx"() {
7533
7747
  init_cn();
7534
7748
  sizeMap10 = {
7535
7749
  sm: { dot: "w-4 h-4", ring: "w-6 h-6", label: "text-xs mt-1" },
@@ -7596,7 +7810,7 @@ function StatusEffect({
7596
7810
  }
7597
7811
  var sizeMap11, variantStyles7;
7598
7812
  var init_StatusEffect = __esm({
7599
- "components/atoms/game/StatusEffect.tsx"() {
7813
+ "components/game/atoms/StatusEffect.tsx"() {
7600
7814
  init_cn();
7601
7815
  sizeMap11 = {
7602
7816
  sm: { container: "w-8 h-8", icon: "text-sm", badge: "text-xs -top-1 -right-1 w-4 h-4", timer: "text-[9px]" },
@@ -7637,7 +7851,7 @@ function DamageNumber({
7637
7851
  }
7638
7852
  var sizeMap12, typeStyles, floatKeyframes;
7639
7853
  var init_DamageNumber = __esm({
7640
- "components/atoms/game/DamageNumber.tsx"() {
7854
+ "components/game/atoms/DamageNumber.tsx"() {
7641
7855
  init_cn();
7642
7856
  sizeMap12 = {
7643
7857
  sm: "text-sm",
@@ -7693,7 +7907,7 @@ function DialogueBubble({
7693
7907
  );
7694
7908
  }
7695
7909
  var init_DialogueBubble = __esm({
7696
- "components/atoms/game/DialogueBubble.tsx"() {
7910
+ "components/game/atoms/DialogueBubble.tsx"() {
7697
7911
  init_cn();
7698
7912
  DialogueBubble.displayName = "DialogueBubble";
7699
7913
  }
@@ -7739,7 +7953,7 @@ function ChoiceButton({
7739
7953
  );
7740
7954
  }
7741
7955
  var init_ChoiceButton = __esm({
7742
- "components/atoms/game/ChoiceButton.tsx"() {
7956
+ "components/game/atoms/ChoiceButton.tsx"() {
7743
7957
  init_cn();
7744
7958
  ChoiceButton.displayName = "ChoiceButton";
7745
7959
  }
@@ -7805,7 +8019,7 @@ function ActionButton({
7805
8019
  }
7806
8020
  var sizeMap13, variantStyles8;
7807
8021
  var init_ActionButton = __esm({
7808
- "components/atoms/game/ActionButton.tsx"() {
8022
+ "components/game/atoms/ActionButton.tsx"() {
7809
8023
  init_cn();
7810
8024
  init_Icon();
7811
8025
  sizeMap13 = {
@@ -7908,22 +8122,22 @@ function MiniMap({
7908
8122
  );
7909
8123
  }
7910
8124
  var init_MiniMap = __esm({
7911
- "components/atoms/game/MiniMap.tsx"() {
8125
+ "components/game/atoms/MiniMap.tsx"() {
7912
8126
  "use client";
7913
8127
  init_cn();
7914
8128
  MiniMap.displayName = "MiniMap";
7915
8129
  }
7916
8130
  });
7917
8131
 
7918
- // components/atoms/game/index.ts
7919
- var init_game = __esm({
7920
- "components/atoms/game/index.ts"() {
8132
+ // components/game/atoms/index.ts
8133
+ var init_atoms = __esm({
8134
+ "components/game/atoms/index.ts"() {
7921
8135
  }
7922
8136
  });
7923
8137
 
7924
- // components/atoms/index.ts
7925
- var init_atoms = __esm({
7926
- "components/atoms/index.ts"() {
8138
+ // components/core/atoms/index.ts
8139
+ var init_atoms2 = __esm({
8140
+ "components/core/atoms/index.ts"() {
7927
8141
  init_svg();
7928
8142
  init_Button();
7929
8143
  init_Input();
@@ -7940,146 +8154,15 @@ var init_atoms = __esm({
7940
8154
  init_Stack();
7941
8155
  init_Typography();
7942
8156
  init_ThemeToggle();
7943
- init_game();
7944
- }
7945
- });
7946
-
7947
- // locales/en.json
7948
- var en_default;
7949
- var init_en = __esm({
7950
- "locales/en.json"() {
7951
- en_default = {
7952
- $meta: { locale: "en", direction: "ltr" },
7953
- "common.save": "Save",
7954
- "common.cancel": "Cancel",
7955
- "common.delete": "Delete",
7956
- "common.close": "Close",
7957
- "common.confirm": "Are you sure?",
7958
- "common.create": "Create",
7959
- "common.edit": "Edit",
7960
- "common.view": "View",
7961
- "common.add": "Add",
7962
- "common.remove": "Remove",
7963
- "common.search": "Search...",
7964
- "common.filter": "Filter",
7965
- "common.actions": "Actions",
7966
- "common.yes": "Yes",
7967
- "common.no": "No",
7968
- "common.selected": "selected",
7969
- "common.ok": "OK",
7970
- "common.done": "Done",
7971
- "common.apply": "Apply",
7972
- "common.reset": "Reset",
7973
- "common.refresh": "Refresh",
7974
- "common.export": "Export",
7975
- "common.import": "Import",
7976
- "common.copy": "Copy",
7977
- "common.settings": "Settings",
7978
- "nav.previous": "Previous",
7979
- "nav.next": "Next",
7980
- "nav.back": "Back",
7981
- "nav.home": "Home",
7982
- "form.submit": "Submit",
7983
- "form.saving": "Saving...",
7984
- "form.required": "This field is required",
7985
- "form.invalidEmail": "Enter a valid email address",
7986
- "form.selectPlaceholder": "Select {{label}}...",
7987
- "form.searchPlaceholder": "Search {{entity}}...",
7988
- "table.empty.title": "No items found",
7989
- "table.empty.description": "No items to display.",
7990
- "table.search.placeholder": "Search...",
7991
- "table.pagination.showing": "Showing {{start}} to {{end}} of {{total}} results",
7992
- "table.pagination.page": "Page {{page}} of {{totalPages}}",
7993
- "table.bulk.selected": "{{count}} selected",
7994
- "table.loading": "Loading...",
7995
- "status.loading": "Loading...",
7996
- "status.scheduled": "Scheduled",
7997
- "status.inProgress": "In Progress",
7998
- "status.completed": "Completed",
7999
- "status.cancelled": "Cancelled",
8000
- "status.pending": "Pending",
8001
- "status.active": "Active",
8002
- "status.inactive": "Inactive",
8003
- "status.draft": "Draft",
8004
- "status.archived": "Archived",
8005
- "error.generic": "Something went wrong",
8006
- "error.retry": "Try again",
8007
- "error.notFound": "Not found",
8008
- "error.loadFailed": "Failed to load: {{message}}",
8009
- "error.configMissing": "Configuration not found for: {{id}}",
8010
- "common.loading": "Loading...",
8011
- "common.showMore": "Show More",
8012
- "common.showLess": "Show Less",
8013
- "common.noResults": "No results found",
8014
- "common.saveChanges": "Save Changes",
8015
- "common.retry": "Retry",
8016
- "common.open": "Open",
8017
- "common.back": "Back",
8018
- "empty.noItems": "No items",
8019
- "empty.noData": "No data available",
8020
- "empty.noItemsYet": "No items yet",
8021
- "empty.noItemsAdded": "No items added yet",
8022
- "empty.noOptionsFound": "No options found",
8023
- "list.addItemPlaceholder": "Add new item...",
8024
- "error.occurred": "An error occurred",
8025
- "error.failedToLoad": "Failed to load data",
8026
- "wizard.back": "Back",
8027
- "wizard.next": "Next",
8028
- "wizard.complete": "Complete",
8029
- "wizard.stepOf": "Step {{current}} of {{total}}",
8030
- "pagination.previous": "Previous",
8031
- "pagination.next": "Next",
8032
- "pagination.total": "Total:",
8033
- "pagination.show": "Show:",
8034
- "pagination.goTo": "Go to:",
8035
- "pagination.go": "Go",
8036
- "auth.signIn": "Sign in",
8037
- "auth.signOut": "Sign out",
8038
- "dialog.confirm": "Confirm",
8039
- "dialog.cancel": "Cancel",
8040
- "dialog.loading": "Loading...",
8041
- "dialog.delete.title": "Delete {{item}}?",
8042
- "dialog.delete.message": "This action cannot be undone.",
8043
- "trait.availableActions": "Available Actions",
8044
- "trait.transitions": "Transitions",
8045
- "trait.availableNow": "Available now",
8046
- "book.startReading": "Start Reading",
8047
- "book.tableOfContents": "Table of Contents",
8048
- "book.partNumber": "Part {{number}}",
8049
- "book.print": "Print",
8050
- "book.previousPage": "Previous page",
8051
- "book.nextPage": "Next page",
8052
- "quiz.showAnswer": "Show answer",
8053
- "quiz.hideAnswer": "Hide answer"
8054
- };
8055
- }
8056
- });
8057
- function useTranslate() {
8058
- return useContext(I18nContext);
8059
- }
8060
- var _meta, coreMessages, coreLocale, I18nContext;
8061
- var init_useTranslate = __esm({
8062
- "hooks/useTranslate.ts"() {
8063
- "use client";
8064
- init_en();
8065
- ({ $meta: _meta, ...coreMessages } = en_default);
8066
- coreLocale = coreMessages;
8067
- I18nContext = createContext({
8068
- locale: "en",
8069
- direction: "ltr",
8070
- t: (key) => coreLocale[key] ?? key
8071
- // core locale fallback
8072
- });
8073
- I18nContext.displayName = "I18nContext";
8074
- I18nContext.Provider;
8157
+ init_atoms();
8075
8158
  }
8076
8159
  });
8077
8160
  var ErrorState;
8078
8161
  var init_ErrorState = __esm({
8079
- "components/molecules/ErrorState.tsx"() {
8162
+ "components/core/molecules/ErrorState.tsx"() {
8080
8163
  "use client";
8081
8164
  init_cn();
8082
- init_atoms();
8165
+ init_atoms2();
8083
8166
  init_Box();
8084
8167
  init_Stack();
8085
8168
  init_Typography();
@@ -8122,12 +8205,24 @@ var init_ErrorState = __esm({
8122
8205
  ErrorState.displayName = "ErrorState";
8123
8206
  }
8124
8207
  });
8125
- var ErrorBoundary;
8208
+ var DefaultFallback, ErrorBoundary;
8126
8209
  var init_ErrorBoundary = __esm({
8127
- "components/molecules/ErrorBoundary.tsx"() {
8210
+ "components/core/molecules/ErrorBoundary.tsx"() {
8128
8211
  "use client";
8129
8212
  init_cn();
8130
8213
  init_ErrorState();
8214
+ init_useTranslate();
8215
+ DefaultFallback = ({ error, onRetry }) => {
8216
+ const { t } = useTranslate();
8217
+ return /* @__PURE__ */ jsx(
8218
+ ErrorState,
8219
+ {
8220
+ title: t("error.somethingWentWrong"),
8221
+ message: error.message,
8222
+ onRetry
8223
+ }
8224
+ );
8225
+ };
8131
8226
  ErrorBoundary = class extends React85__default.Component {
8132
8227
  constructor(props) {
8133
8228
  super(props);
@@ -8146,27 +8241,11 @@ var init_ErrorBoundary = __esm({
8146
8241
  const { error } = this.state;
8147
8242
  const { children, fallback, className } = this.props;
8148
8243
  if (error) {
8149
- const wrapper = className ? /* @__PURE__ */ jsx("div", { className: cn(className), children: this.renderFallback(error, fallback) }) : this.renderFallback(error, fallback);
8150
- return wrapper;
8244
+ const fallbackNode = typeof fallback === "function" ? fallback(error, this.reset) : fallback || /* @__PURE__ */ jsx(DefaultFallback, { error, onRetry: this.reset });
8245
+ return className ? /* @__PURE__ */ jsx("div", { className: cn(className), children: fallbackNode }) : fallbackNode;
8151
8246
  }
8152
8247
  return children;
8153
8248
  }
8154
- renderFallback(error, fallback) {
8155
- if (typeof fallback === "function") {
8156
- return fallback(error, this.reset);
8157
- }
8158
- if (fallback) {
8159
- return fallback;
8160
- }
8161
- return /* @__PURE__ */ jsx(
8162
- ErrorState,
8163
- {
8164
- title: "Something went wrong",
8165
- message: error.message,
8166
- onRetry: this.reset
8167
- }
8168
- );
8169
- }
8170
8249
  };
8171
8250
  __publicField(ErrorBoundary, "displayName", "ErrorBoundary");
8172
8251
  }
@@ -8279,7 +8358,7 @@ function Skeleton({
8279
8358
  }
8280
8359
  var pulseClass;
8281
8360
  var init_Skeleton = __esm({
8282
- "components/molecules/Skeleton.tsx"() {
8361
+ "components/core/molecules/Skeleton.tsx"() {
8283
8362
  "use client";
8284
8363
  init_cn();
8285
8364
  init_useTranslate();
@@ -8778,7 +8857,7 @@ var init_wrapCallbackForEvent = __esm({
8778
8857
  });
8779
8858
  var sizeStyles8, paddingStyles3, Container;
8780
8859
  var init_Container = __esm({
8781
- "components/molecules/Container.tsx"() {
8860
+ "components/core/molecules/Container.tsx"() {
8782
8861
  init_cn();
8783
8862
  sizeStyles8 = {
8784
8863
  xs: "max-w-xs",
@@ -8832,7 +8911,7 @@ var init_Container = __esm({
8832
8911
  });
8833
8912
  var InstallBox;
8834
8913
  var init_InstallBox = __esm({
8835
- "components/molecules/InstallBox.tsx"() {
8914
+ "components/marketing/molecules/InstallBox.tsx"() {
8836
8915
  "use client";
8837
8916
  init_cn();
8838
8917
  init_Box();
@@ -8889,7 +8968,7 @@ var init_InstallBox = __esm({
8889
8968
  });
8890
8969
  var tagVariantMap, MarketingImage, HeroSection;
8891
8970
  var init_HeroSection = __esm({
8892
- "components/molecules/HeroSection.tsx"() {
8971
+ "components/marketing/molecules/HeroSection.tsx"() {
8893
8972
  "use client";
8894
8973
  init_cn();
8895
8974
  init_Box();
@@ -9066,7 +9145,7 @@ var init_HeroSection = __esm({
9066
9145
  });
9067
9146
  var maxWidthMap, ArticleSection;
9068
9147
  var init_ArticleSection = __esm({
9069
- "components/molecules/ArticleSection.tsx"() {
9148
+ "components/marketing/molecules/ArticleSection.tsx"() {
9070
9149
  "use client";
9071
9150
  init_cn();
9072
9151
  init_Box();
@@ -9103,7 +9182,7 @@ var init_ArticleSection = __esm({
9103
9182
  });
9104
9183
  var TeamCard;
9105
9184
  var init_TeamCard = __esm({
9106
- "components/molecules/TeamCard.tsx"() {
9185
+ "components/marketing/molecules/TeamCard.tsx"() {
9107
9186
  "use client";
9108
9187
  init_cn();
9109
9188
  init_Box();
@@ -9142,7 +9221,7 @@ var init_TeamCard = __esm({
9142
9221
  });
9143
9222
  var gapStyles2, colStyles, SimpleGrid;
9144
9223
  var init_SimpleGrid = __esm({
9145
- "components/molecules/SimpleGrid.tsx"() {
9224
+ "components/core/molecules/SimpleGrid.tsx"() {
9146
9225
  init_Box();
9147
9226
  init_cn();
9148
9227
  gapStyles2 = {
@@ -9192,7 +9271,7 @@ var init_SimpleGrid = __esm({
9192
9271
  });
9193
9272
  var CaseStudyCard;
9194
9273
  var init_CaseStudyCard = __esm({
9195
- "components/molecules/CaseStudyCard.tsx"() {
9274
+ "components/marketing/molecules/CaseStudyCard.tsx"() {
9196
9275
  "use client";
9197
9276
  init_cn();
9198
9277
  init_Card();
@@ -9243,7 +9322,7 @@ var init_CaseStudyCard = __esm({
9243
9322
  });
9244
9323
  var CTABanner;
9245
9324
  var init_CTABanner = __esm({
9246
- "components/molecules/CTABanner.tsx"() {
9325
+ "components/marketing/molecules/CTABanner.tsx"() {
9247
9326
  "use client";
9248
9327
  init_cn();
9249
9328
  init_Box();
@@ -9313,8 +9392,9 @@ var init_CTABanner = __esm({
9313
9392
  });
9314
9393
  var AboutPageTemplate;
9315
9394
  var init_AboutPageTemplate = __esm({
9316
- "components/templates/AboutPageTemplate.tsx"() {
9395
+ "components/marketing/templates/AboutPageTemplate.tsx"() {
9317
9396
  init_cn();
9397
+ init_useTranslate();
9318
9398
  init_Stack();
9319
9399
  init_Box();
9320
9400
  init_Typography();
@@ -9330,6 +9410,7 @@ var init_AboutPageTemplate = __esm({
9330
9410
  entity,
9331
9411
  className
9332
9412
  }) => {
9413
+ const { t } = useTranslate();
9333
9414
  const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
9334
9415
  if (!resolved) return null;
9335
9416
  return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
@@ -9354,7 +9435,7 @@ var init_AboutPageTemplate = __esm({
9354
9435
  `article-${index}`
9355
9436
  )),
9356
9437
  resolved.team && resolved.team.length > 0 && /* @__PURE__ */ jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxs(VStack, { gap: "lg", children: [
9357
- /* @__PURE__ */ jsx(SectionHeader, { title: "Our Team" }),
9438
+ /* @__PURE__ */ jsx(SectionHeader, { title: t("template.ourTeam") }),
9358
9439
  /* @__PURE__ */ jsx(
9359
9440
  SimpleGrid,
9360
9441
  {
@@ -9375,7 +9456,7 @@ var init_AboutPageTemplate = __esm({
9375
9456
  )
9376
9457
  ] }) }) }),
9377
9458
  resolved.caseStudies && resolved.caseStudies.length > 0 && /* @__PURE__ */ jsx(Box, { className: "py-16", children: /* @__PURE__ */ jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxs(VStack, { gap: "lg", children: [
9378
- /* @__PURE__ */ jsx(SectionHeader, { title: "Case Studies" }),
9459
+ /* @__PURE__ */ jsx(SectionHeader, { title: t("template.caseStudies") }),
9379
9460
  /* @__PURE__ */ jsx(
9380
9461
  SimpleGrid,
9381
9462
  {
@@ -9411,13 +9492,14 @@ var init_AboutPageTemplate = __esm({
9411
9492
  });
9412
9493
  var variantBorderClasses, variantIconColors, iconMap2, Alert;
9413
9494
  var init_Alert = __esm({
9414
- "components/molecules/Alert.tsx"() {
9495
+ "components/core/molecules/Alert.tsx"() {
9415
9496
  "use client";
9416
9497
  init_cn();
9417
9498
  init_Box();
9418
9499
  init_Icon();
9419
9500
  init_Typography();
9420
9501
  init_useEventBus();
9502
+ init_useTranslate();
9421
9503
  variantBorderClasses = {
9422
9504
  info: "border-info",
9423
9505
  success: "border-success",
@@ -9449,6 +9531,7 @@ var init_Alert = __esm({
9449
9531
  dismissEvent
9450
9532
  }) => {
9451
9533
  const eventBus = useEventBus();
9534
+ const { t } = useTranslate();
9452
9535
  const handleDismissCallback = onDismiss || onClose;
9453
9536
  const handleDismiss = () => {
9454
9537
  if (dismissEvent) eventBus.emit(`UI:${dismissEvent}`, {});
@@ -9488,7 +9571,7 @@ var init_Alert = __esm({
9488
9571
  "flex-shrink-0 p-1 transition-colors rounded-sm",
9489
9572
  "hover:bg-muted"
9490
9573
  ),
9491
- "aria-label": "Dismiss alert",
9574
+ "aria-label": t("aria.closeAlert"),
9492
9575
  children: /* @__PURE__ */ jsx(Icon, { name: "x", size: "sm" })
9493
9576
  }
9494
9577
  )
@@ -9501,7 +9584,7 @@ var init_Alert = __esm({
9501
9584
  });
9502
9585
  var positionClasses, arrowClasses, Tooltip;
9503
9586
  var init_Tooltip = __esm({
9504
- "components/molecules/Tooltip.tsx"() {
9587
+ "components/core/molecules/Tooltip.tsx"() {
9505
9588
  "use client";
9506
9589
  init_Typography();
9507
9590
  init_cn();
@@ -9636,7 +9719,7 @@ function computePopoverStyle(position, triggerRect, popoverWidth) {
9636
9719
  }
9637
9720
  var positionClasses2, arrowClasses2, VIEWPORT_EDGE_PADDING, Popover;
9638
9721
  var init_Popover = __esm({
9639
- "components/molecules/Popover.tsx"() {
9722
+ "components/core/molecules/Popover.tsx"() {
9640
9723
  "use client";
9641
9724
  init_Typography();
9642
9725
  init_cn();
@@ -9767,7 +9850,7 @@ var init_Popover = __esm({
9767
9850
  });
9768
9851
  var Menu;
9769
9852
  var init_Menu = __esm({
9770
- "components/molecules/Menu.tsx"() {
9853
+ "components/core/molecules/Menu.tsx"() {
9771
9854
  "use client";
9772
9855
  init_Box();
9773
9856
  init_Icon();
@@ -9955,7 +10038,7 @@ function normalizeItem(item, index) {
9955
10038
  }
9956
10039
  var Accordion;
9957
10040
  var init_Accordion = __esm({
9958
- "components/molecules/Accordion.tsx"() {
10041
+ "components/core/molecules/Accordion.tsx"() {
9959
10042
  "use client";
9960
10043
  init_Icon();
9961
10044
  init_Typography();
@@ -10056,7 +10139,7 @@ var init_Accordion = __esm({
10056
10139
  });
10057
10140
  var FloatingActionButton;
10058
10141
  var init_FloatingActionButton = __esm({
10059
- "components/molecules/FloatingActionButton.tsx"() {
10142
+ "components/core/molecules/FloatingActionButton.tsx"() {
10060
10143
  "use client";
10061
10144
  init_Button();
10062
10145
  init_Box();
@@ -10224,7 +10307,7 @@ function MapView(props) {
10224
10307
  }
10225
10308
  var MapViewImpl;
10226
10309
  var init_MapView = __esm({
10227
- "components/molecules/MapView.tsx"() {
10310
+ "components/core/molecules/MapView.tsx"() {
10228
10311
  "use client";
10229
10312
  init_Box();
10230
10313
  init_cn();
@@ -10762,7 +10845,7 @@ function MapViewPattern({
10762
10845
  );
10763
10846
  }
10764
10847
  var init_ComponentPatterns = __esm({
10765
- "components/organisms/ComponentPatterns.tsx"() {
10848
+ "components/core/organisms/ComponentPatterns.tsx"() {
10766
10849
  "use client";
10767
10850
  init_useEventBus();
10768
10851
  init_Button();
@@ -10922,7 +11005,7 @@ function ActionButtons({
10922
11005
  }
10923
11006
  var sizeMap14, layoutMap;
10924
11007
  var init_ActionButtons = __esm({
10925
- "components/molecules/game/ActionButtons.tsx"() {
11008
+ "components/game/molecules/ActionButtons.tsx"() {
10926
11009
  "use client";
10927
11010
  init_cn();
10928
11011
  init_useEventBus();
@@ -10983,8 +11066,8 @@ function ActionTile({
10983
11066
  }
10984
11067
  var DRAG_MIME, SIZE_CONFIG;
10985
11068
  var init_ActionTile = __esm({
10986
- "components/organisms/game/puzzles/sequencer/ActionTile.tsx"() {
10987
- init_atoms();
11069
+ "components/game/organisms/puzzles/sequencer/ActionTile.tsx"() {
11070
+ init_atoms2();
10988
11071
  init_cn();
10989
11072
  init_useTranslate();
10990
11073
  DRAG_MIME = "application/x-almadar-slot-item";
@@ -11021,8 +11104,8 @@ function ActionPalette({
11021
11104
  ] });
11022
11105
  }
11023
11106
  var init_ActionPalette = __esm({
11024
- "components/organisms/game/puzzles/sequencer/ActionPalette.tsx"() {
11025
- init_atoms();
11107
+ "components/game/organisms/puzzles/sequencer/ActionPalette.tsx"() {
11108
+ init_atoms2();
11026
11109
  init_cn();
11027
11110
  init_useTranslate();
11028
11111
  init_ActionTile();
@@ -11031,7 +11114,7 @@ var init_ActionPalette = __esm({
11031
11114
  });
11032
11115
  var AuthLayout;
11033
11116
  var init_AuthLayout = __esm({
11034
- "components/templates/AuthLayout.tsx"() {
11117
+ "components/core/templates/AuthLayout.tsx"() {
11035
11118
  "use client";
11036
11119
  init_cn();
11037
11120
  init_useTranslate();
@@ -11173,10 +11256,10 @@ var init_AuthLayout = __esm({
11173
11256
  });
11174
11257
  var LoadingState;
11175
11258
  var init_LoadingState = __esm({
11176
- "components/molecules/LoadingState.tsx"() {
11259
+ "components/core/molecules/LoadingState.tsx"() {
11177
11260
  "use client";
11178
11261
  init_cn();
11179
- init_atoms();
11262
+ init_atoms2();
11180
11263
  init_Stack();
11181
11264
  init_Typography();
11182
11265
  init_useTranslate();
@@ -11472,7 +11555,7 @@ function useImageCache(urls) {
11472
11555
  };
11473
11556
  }
11474
11557
  var init_useImageCache = __esm({
11475
- "components/organisms/game/hooks/useImageCache.ts"() {
11558
+ "components/game/organisms/hooks/useImageCache.ts"() {
11476
11559
  "use client";
11477
11560
  init_verificationRegistry();
11478
11561
  }
@@ -11551,12 +11634,12 @@ function useCamera() {
11551
11634
  };
11552
11635
  }
11553
11636
  var init_useCamera = __esm({
11554
- "components/organisms/game/hooks/useCamera.ts"() {
11637
+ "components/game/organisms/hooks/useCamera.ts"() {
11555
11638
  "use client";
11556
11639
  }
11557
11640
  });
11558
11641
 
11559
- // components/organisms/game/utils/isometric.ts
11642
+ // components/game/organisms/utils/isometric.ts
11560
11643
  function isoToScreen(tileX, tileY, scale, baseOffsetX) {
11561
11644
  const scaledTileWidth = TILE_WIDTH * scale;
11562
11645
  const scaledFloorHeight = FLOOR_HEIGHT * scale;
@@ -11574,7 +11657,7 @@ function screenToIso(screenX, screenY, scale, baseOffsetX) {
11574
11657
  }
11575
11658
  var TILE_WIDTH, TILE_HEIGHT, FLOOR_HEIGHT, DIAMOND_TOP_Y, FEATURE_COLORS;
11576
11659
  var init_isometric = __esm({
11577
- "components/organisms/game/utils/isometric.ts"() {
11660
+ "components/game/organisms/utils/isometric.ts"() {
11578
11661
  TILE_WIDTH = 256;
11579
11662
  TILE_HEIGHT = 512;
11580
11663
  FLOOR_HEIGHT = 128;
@@ -12332,7 +12415,7 @@ function IsometricCanvas({
12332
12415
  }
12333
12416
  var IsometricCanvas_default;
12334
12417
  var init_IsometricCanvas = __esm({
12335
- "components/molecules/game/IsometricCanvas.tsx"() {
12418
+ "components/game/molecules/IsometricCanvas.tsx"() {
12336
12419
  "use client";
12337
12420
  init_cn();
12338
12421
  init_useEventBus();
@@ -12352,9 +12435,9 @@ var init_IsometricCanvas = __esm({
12352
12435
  }
12353
12436
  });
12354
12437
 
12355
- // components/organisms/game/IsometricCanvas.tsx
12438
+ // components/game/organisms/IsometricCanvas.tsx
12356
12439
  var init_IsometricCanvas2 = __esm({
12357
- "components/organisms/game/IsometricCanvas.tsx"() {
12440
+ "components/game/organisms/IsometricCanvas.tsx"() {
12358
12441
  init_IsometricCanvas();
12359
12442
  }
12360
12443
  });
@@ -12696,7 +12779,7 @@ function BattleBoard({
12696
12779
  ] });
12697
12780
  }
12698
12781
  var init_BattleBoard = __esm({
12699
- "components/organisms/game/BattleBoard.tsx"() {
12782
+ "components/game/organisms/BattleBoard.tsx"() {
12700
12783
  "use client";
12701
12784
  init_cn();
12702
12785
  init_useEventBus();
@@ -12736,13 +12819,13 @@ function BattleTemplate({
12736
12819
  );
12737
12820
  }
12738
12821
  var init_BattleTemplate = __esm({
12739
- "components/templates/BattleTemplate.tsx"() {
12822
+ "components/game/templates/BattleTemplate.tsx"() {
12740
12823
  init_BattleBoard();
12741
12824
  BattleTemplate.displayName = "BattleTemplate";
12742
12825
  }
12743
12826
  });
12744
12827
 
12745
- // components/atoms/avl/types.ts
12828
+ // components/avl/atoms/types.ts
12746
12829
  function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitionCount) {
12747
12830
  if (isInitial) return "initial";
12748
12831
  if (isTerminal) return "terminal";
@@ -12752,7 +12835,7 @@ function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitio
12752
12835
  }
12753
12836
  var STATE_COLORS, EFFECT_CATEGORY_COLORS, EFFECT_TYPE_TO_CATEGORY, CONNECTION_COLORS;
12754
12837
  var init_types = __esm({
12755
- "components/atoms/avl/types.ts"() {
12838
+ "components/avl/atoms/types.ts"() {
12756
12839
  STATE_COLORS = {
12757
12840
  initial: { fill: "#22C55E1F", border: "#16A34A" },
12758
12841
  terminal: { fill: "#EF44441F", border: "#DC2626" },
@@ -12799,7 +12882,7 @@ function computeWidth(explicit, transitionCount) {
12799
12882
  }
12800
12883
  var AvlState;
12801
12884
  var init_AvlState = __esm({
12802
- "components/atoms/avl/AvlState.tsx"() {
12885
+ "components/avl/atoms/AvlState.tsx"() {
12803
12886
  "use client";
12804
12887
  init_types();
12805
12888
  AvlState = ({
@@ -12980,7 +13063,7 @@ function effectIcon(type, x, y, s, color) {
12980
13063
  }
12981
13064
  var AvlEffect;
12982
13065
  var init_AvlEffect = __esm({
12983
- "components/atoms/avl/AvlEffect.tsx"() {
13066
+ "components/avl/atoms/AvlEffect.tsx"() {
12984
13067
  "use client";
12985
13068
  init_types();
12986
13069
  AvlEffect = ({
@@ -13024,7 +13107,7 @@ var init_AvlEffect = __esm({
13024
13107
  });
13025
13108
  var MAX_VISIBLE_EFFECTS, AvlTransitionLane;
13026
13109
  var init_AvlTransitionLane = __esm({
13027
- "components/molecules/avl/AvlTransitionLane.tsx"() {
13110
+ "components/avl/molecules/AvlTransitionLane.tsx"() {
13028
13111
  "use client";
13029
13112
  init_AvlEffect();
13030
13113
  init_types();
@@ -13160,7 +13243,7 @@ var init_AvlTransitionLane = __esm({
13160
13243
  });
13161
13244
  var GUTTER_WIDTH, EVENT_SPACING, HEADER_Y, EVENT_START_Y, AvlSwimLane;
13162
13245
  var init_AvlSwimLane = __esm({
13163
- "components/molecules/avl/AvlSwimLane.tsx"() {
13246
+ "components/avl/molecules/AvlSwimLane.tsx"() {
13164
13247
  "use client";
13165
13248
  init_types();
13166
13249
  GUTTER_WIDTH = 120;
@@ -13450,7 +13533,7 @@ function edgePath(points) {
13450
13533
  }
13451
13534
  var STATE_H, elk;
13452
13535
  var init_avl_elk_layout = __esm({
13453
- "components/molecules/avl/avl-elk-layout.ts"() {
13536
+ "components/avl/molecules/avl-elk-layout.ts"() {
13454
13537
  init_types();
13455
13538
  STATE_H = 40;
13456
13539
  elk = new ELK();
@@ -13458,7 +13541,7 @@ var init_avl_elk_layout = __esm({
13458
13541
  });
13459
13542
  var log7, SWIM_GUTTER, CENTER_W, BehaviorView;
13460
13543
  var init_BehaviorView = __esm({
13461
- "components/molecules/avl/BehaviorView.tsx"() {
13544
+ "components/avl/molecules/BehaviorView.tsx"() {
13462
13545
  "use client";
13463
13546
  init_AvlState();
13464
13547
  init_AvlTransitionLane();
@@ -13574,7 +13657,7 @@ var init_BehaviorView = __esm({
13574
13657
  });
13575
13658
  var MIN_DIAGRAM_WIDTH, ScaledDiagram;
13576
13659
  var init_ScaledDiagram = __esm({
13577
- "components/molecules/ScaledDiagram.tsx"() {
13660
+ "components/core/molecules/ScaledDiagram.tsx"() {
13578
13661
  init_Box();
13579
13662
  init_useTranslate();
13580
13663
  init_cn();
@@ -13677,7 +13760,7 @@ var init_katex_min = __esm({
13677
13760
  });
13678
13761
  var MarkdownContent;
13679
13762
  var init_MarkdownContent = __esm({
13680
- "components/molecules/markdown/MarkdownContent.tsx"() {
13763
+ "components/core/molecules/markdown/MarkdownContent.tsx"() {
13681
13764
  init_katex_min();
13682
13765
  init_Box();
13683
13766
  init_useTranslate();
@@ -13822,7 +13905,7 @@ function computeFoldRegions(code) {
13822
13905
  }
13823
13906
  var orbStyleOverrides, orbStyle, loloStyleOverrides, loloStyle, log8, LINE_PROPS_FN, HIDDEN_LINE_NUMBERS, CodeBlock;
13824
13907
  var init_CodeBlock = __esm({
13825
- "components/molecules/markdown/CodeBlock.tsx"() {
13908
+ "components/core/molecules/markdown/CodeBlock.tsx"() {
13826
13909
  init_Box();
13827
13910
  init_Button();
13828
13911
  init_Badge();
@@ -14466,7 +14549,7 @@ function Card2({
14466
14549
  );
14467
14550
  }
14468
14551
  var init_Card2 = __esm({
14469
- "components/molecules/Card.tsx"() {
14552
+ "components/core/molecules/Card.tsx"() {
14470
14553
  "use client";
14471
14554
  init_useEventBus();
14472
14555
  init_useTranslate();
@@ -14476,7 +14559,7 @@ var init_Card2 = __esm({
14476
14559
  });
14477
14560
  var QuizBlock;
14478
14561
  var init_QuizBlock = __esm({
14479
- "components/molecules/QuizBlock.tsx"() {
14562
+ "components/core/molecules/QuizBlock.tsx"() {
14480
14563
  init_Card2();
14481
14564
  init_Stack();
14482
14565
  init_Typography();
@@ -14518,7 +14601,7 @@ var init_QuizBlock = __esm({
14518
14601
  });
14519
14602
  var StateNode, TransitionBundleArrow, BundleTooltip, EntityBox, OutputsBox, Legend, StateMachineView;
14520
14603
  var init_StateMachineView = __esm({
14521
- "components/organisms/StateMachineView.tsx"() {
14604
+ "components/core/organisms/StateMachineView.tsx"() {
14522
14605
  "use client";
14523
14606
  init_Box();
14524
14607
  init_Stack();
@@ -14928,7 +15011,7 @@ var init_StateMachineView = __esm({
14928
15011
  action: "TOOLTIP_CLOSE",
14929
15012
  className: "absolute -top-2 -right-2 w-6 h-6 rounded-full flex items-center justify-center hover:scale-110 transition-transform",
14930
15013
  style: { backgroundColor: "var(--color-error)", padding: 0 },
14931
- title: "Close",
15014
+ title: t("common.close"),
14932
15015
  children: /* @__PURE__ */ jsx(Icon, { icon: X, size: "xs", style: { color: "var(--color-error-foreground)" } })
14933
15016
  }
14934
15017
  ),
@@ -15887,7 +15970,7 @@ function renderJazariGearNode(state, config) {
15887
15970
  }
15888
15971
  var JAZARI_VISUALIZER_CONFIG, GEAR_INNER_RADIUS, GEAR_NUM_TEETH, GEAR_TEETH_DEPTH, JazariStateMachine;
15889
15972
  var init_JazariStateMachine = __esm({
15890
- "components/molecules/JazariStateMachine.tsx"() {
15973
+ "components/core/molecules/JazariStateMachine.tsx"() {
15891
15974
  "use client";
15892
15975
  init_Box();
15893
15976
  init_Typography();
@@ -16044,7 +16127,7 @@ var init_parseContentSegments = __esm({
16044
16127
  });
16045
16128
  var ContentRenderer;
16046
16129
  var init_ContentRenderer = __esm({
16047
- "components/molecules/ContentRenderer.tsx"() {
16130
+ "components/core/molecules/ContentRenderer.tsx"() {
16048
16131
  init_Stack();
16049
16132
  init_MarkdownContent();
16050
16133
  init_CodeBlock();
@@ -16139,7 +16222,7 @@ var init_ContentRenderer = __esm({
16139
16222
  });
16140
16223
  var BookChapterView;
16141
16224
  var init_BookChapterView = __esm({
16142
- "components/organisms/book/BookChapterView.tsx"() {
16225
+ "components/marketing/organisms/book/BookChapterView.tsx"() {
16143
16226
  init_Stack();
16144
16227
  init_Typography();
16145
16228
  init_Divider();
@@ -16180,7 +16263,7 @@ var init_BookChapterView = __esm({
16180
16263
  });
16181
16264
  var BookCoverPage;
16182
16265
  var init_BookCoverPage = __esm({
16183
- "components/organisms/book/BookCoverPage.tsx"() {
16266
+ "components/marketing/organisms/book/BookCoverPage.tsx"() {
16184
16267
  init_Stack();
16185
16268
  init_Typography();
16186
16269
  init_Button();
@@ -16259,7 +16342,7 @@ var init_BookCoverPage = __esm({
16259
16342
  });
16260
16343
  var BookNavBar;
16261
16344
  var init_BookNavBar = __esm({
16262
- "components/organisms/book/BookNavBar.tsx"() {
16345
+ "components/marketing/organisms/book/BookNavBar.tsx"() {
16263
16346
  init_Stack();
16264
16347
  init_Button();
16265
16348
  init_Typography();
@@ -16361,7 +16444,7 @@ var init_BookNavBar = __esm({
16361
16444
  });
16362
16445
  var BookTableOfContents;
16363
16446
  var init_BookTableOfContents = __esm({
16364
- "components/organisms/book/BookTableOfContents.tsx"() {
16447
+ "components/marketing/organisms/book/BookTableOfContents.tsx"() {
16365
16448
  init_Stack();
16366
16449
  init_Typography();
16367
16450
  init_Button();
@@ -16418,10 +16501,10 @@ var init_BookTableOfContents = __esm({
16418
16501
  });
16419
16502
  var ICON_NAME_ALIASES, lookStyles3, EmptyState;
16420
16503
  var init_EmptyState = __esm({
16421
- "components/molecules/EmptyState.tsx"() {
16504
+ "components/core/molecules/EmptyState.tsx"() {
16422
16505
  "use client";
16423
16506
  init_cn();
16424
- init_atoms();
16507
+ init_atoms2();
16425
16508
  init_Box();
16426
16509
  init_Icon();
16427
16510
  init_Stack();
@@ -16522,7 +16605,7 @@ var init_EmptyState = __esm({
16522
16605
  }
16523
16606
  });
16524
16607
 
16525
- // components/organisms/book/types.ts
16608
+ // components/core/organisms/book/types.ts
16526
16609
  function resolveFieldMap(fieldMap) {
16527
16610
  if (!fieldMap) return IDENTITY_BOOK_FIELDS;
16528
16611
  if (typeof fieldMap === "string") return FIELD_MAP_REGISTRY[fieldMap] ?? IDENTITY_BOOK_FIELDS;
@@ -16555,7 +16638,7 @@ function mapBookData(raw, fields = IDENTITY_BOOK_FIELDS) {
16555
16638
  }
16556
16639
  var IDENTITY_BOOK_FIELDS, AR_BOOK_FIELDS, FIELD_MAP_REGISTRY;
16557
16640
  var init_types2 = __esm({
16558
- "components/organisms/book/types.ts"() {
16641
+ "components/core/organisms/book/types.ts"() {
16559
16642
  IDENTITY_BOOK_FIELDS = {
16560
16643
  title: "title",
16561
16644
  subtitle: "subtitle",
@@ -16594,7 +16677,7 @@ function flattenChapters(book) {
16594
16677
  }
16595
16678
  var PRINT_STYLES, BookViewer;
16596
16679
  var init_BookViewer = __esm({
16597
- "components/organisms/book/BookViewer.tsx"() {
16680
+ "components/marketing/organisms/book/BookViewer.tsx"() {
16598
16681
  init_Box();
16599
16682
  init_Stack();
16600
16683
  init_useEventBus();
@@ -16776,7 +16859,7 @@ function getColsClass(cols) {
16776
16859
  }
16777
16860
  var colStyles2, gapStyles3, rowGapStyles, colGapStyles, alignStyles2, justifyStyles2, flowStyles, Grid;
16778
16861
  var init_Grid = __esm({
16779
- "components/molecules/Grid.tsx"() {
16862
+ "components/core/molecules/Grid.tsx"() {
16780
16863
  init_cn();
16781
16864
  colStyles2 = {
16782
16865
  none: "grid-cols-none",
@@ -16983,7 +17066,7 @@ function DividerPattern({
16983
17066
  );
16984
17067
  }
16985
17068
  var init_LayoutPatterns = __esm({
16986
- "components/organisms/LayoutPatterns.tsx"() {
17069
+ "components/core/organisms/LayoutPatterns.tsx"() {
16987
17070
  init_Stack();
16988
17071
  init_Box();
16989
17072
  init_Grid();
@@ -17019,7 +17102,7 @@ function isRuleBroken(rule, questions) {
17019
17102
  }
17020
17103
  var END_OF_SURVEY, OPERATOR_OPTIONS, RuleRow, NODE_WIDTH, NODE_HEIGHT, NODE_GAP_Y, PADDING, LogicGraph, BranchingLogicBuilder;
17021
17104
  var init_BranchingLogicBuilder = __esm({
17022
- "components/molecules/BranchingLogicBuilder.tsx"() {
17105
+ "components/core/molecules/BranchingLogicBuilder.tsx"() {
17023
17106
  "use client";
17024
17107
  init_Select();
17025
17108
  init_Typography();
@@ -17459,12 +17542,13 @@ var init_BranchingLogicBuilder = __esm({
17459
17542
  });
17460
17543
  var Breadcrumb;
17461
17544
  var init_Breadcrumb = __esm({
17462
- "components/molecules/Breadcrumb.tsx"() {
17545
+ "components/core/molecules/Breadcrumb.tsx"() {
17463
17546
  "use client";
17464
17547
  init_Icon();
17465
17548
  init_Typography();
17466
17549
  init_cn();
17467
17550
  init_useEventBus();
17551
+ init_useTranslate();
17468
17552
  Breadcrumb = ({
17469
17553
  items,
17470
17554
  separator = "chevron-right",
@@ -17472,6 +17556,7 @@ var init_Breadcrumb = __esm({
17472
17556
  className
17473
17557
  }) => {
17474
17558
  const eventBus = useEventBus();
17559
+ const { t } = useTranslate();
17475
17560
  const displayItems = maxItems && items.length > maxItems ? [
17476
17561
  ...items.slice(0, 1),
17477
17562
  { label: "...", isCurrent: false },
@@ -17480,7 +17565,7 @@ var init_Breadcrumb = __esm({
17480
17565
  return /* @__PURE__ */ jsx(
17481
17566
  "nav",
17482
17567
  {
17483
- "aria-label": "Breadcrumb",
17568
+ "aria-label": t("aria.breadcrumb"),
17484
17569
  className: cn("flex items-center gap-2", className),
17485
17570
  children: /* @__PURE__ */ jsx("ol", { className: "flex items-center gap-2", children: displayItems.map((item, index) => {
17486
17571
  const isLast = index === displayItems.length - 1;
@@ -17696,8 +17781,8 @@ function BuilderBoard({
17696
17781
  );
17697
17782
  }
17698
17783
  var init_BuilderBoard = __esm({
17699
- "components/organisms/game/puzzles/builder/BuilderBoard.tsx"() {
17700
- init_atoms();
17784
+ "components/game/organisms/puzzles/builder/BuilderBoard.tsx"() {
17785
+ init_atoms2();
17701
17786
  init_useEventBus();
17702
17787
  init_useTranslate();
17703
17788
  BuilderBoard.displayName = "BuilderBoard";
@@ -17715,10 +17800,10 @@ function useSafeEventBus2() {
17715
17800
  }
17716
17801
  var log9, lookStyles4, ButtonGroup;
17717
17802
  var init_ButtonGroup = __esm({
17718
- "components/molecules/ButtonGroup.tsx"() {
17803
+ "components/core/molecules/ButtonGroup.tsx"() {
17719
17804
  "use client";
17720
17805
  init_cn();
17721
- init_atoms();
17806
+ init_atoms2();
17722
17807
  init_useEventBus();
17723
17808
  log9 = createLogger("almadar:ui:button-group");
17724
17809
  lookStyles4 = {
@@ -17967,6 +18052,7 @@ function CalendarGrid({
17967
18052
  }) {
17968
18053
  const evs = Array.isArray(events2) ? events2 : events2 ? [events2] : [];
17969
18054
  const eventBus = useEventBus();
18055
+ const { t } = useTranslate();
17970
18056
  const longPressTimer = useRef(null);
17971
18057
  const resolvedWeekStart = useMemo(
17972
18058
  () => weekStart ? getStartOfWeek(weekStart) : getStartOfWeek(/* @__PURE__ */ new Date()),
@@ -18071,7 +18157,7 @@ function CalendarGrid({
18071
18157
  icon: "chevron-left",
18072
18158
  onClick: stepPrev,
18073
18159
  "aria-disabled": !canPrev || void 0,
18074
- "aria-label": "Previous days",
18160
+ "aria-label": t("aria.previousDays"),
18075
18161
  children: "Prev"
18076
18162
  }
18077
18163
  ),
@@ -18084,7 +18170,7 @@ function CalendarGrid({
18084
18170
  iconRight: "chevron-right",
18085
18171
  onClick: stepNext,
18086
18172
  "aria-disabled": !canNext || void 0,
18087
- "aria-label": "Next days",
18173
+ "aria-label": t("aria.nextDays"),
18088
18174
  children: "Next"
18089
18175
  }
18090
18176
  )
@@ -18164,7 +18250,7 @@ function CalendarGrid({
18164
18250
  }
18165
18251
  var SHORT_DATE;
18166
18252
  var init_CalendarGrid = __esm({
18167
- "components/molecules/CalendarGrid.tsx"() {
18253
+ "components/core/molecules/CalendarGrid.tsx"() {
18168
18254
  "use client";
18169
18255
  init_cn();
18170
18256
  init_Box();
@@ -18176,15 +18262,16 @@ var init_CalendarGrid = __esm({
18176
18262
  init_TimeSlotCell();
18177
18263
  init_useEventBus();
18178
18264
  init_useSwipeGesture();
18265
+ init_useTranslate();
18179
18266
  SHORT_DATE = { month: "short", day: "numeric" };
18180
18267
  CalendarGrid.displayName = "CalendarGrid";
18181
18268
  }
18182
18269
  });
18183
18270
 
18184
- // components/organisms/game/types/effects.ts
18271
+ // components/game/organisms/types/effects.ts
18185
18272
  var EMPTY_EFFECT_STATE;
18186
18273
  var init_effects = __esm({
18187
- "components/organisms/game/types/effects.ts"() {
18274
+ "components/game/organisms/types/effects.ts"() {
18188
18275
  EMPTY_EFFECT_STATE = {
18189
18276
  particles: [],
18190
18277
  sequences: [],
@@ -18193,7 +18280,7 @@ var init_effects = __esm({
18193
18280
  }
18194
18281
  });
18195
18282
 
18196
- // components/organisms/game/utils/canvasEffects.ts
18283
+ // components/game/organisms/utils/canvasEffects.ts
18197
18284
  function getOffscreenCtx(w, h) {
18198
18285
  if (!_offscreen) {
18199
18286
  if (typeof OffscreenCanvas !== "undefined") {
@@ -18389,13 +18476,13 @@ function getAllEffectSpriteUrls(manifest) {
18389
18476
  }
18390
18477
  var _offscreen, _offCtx;
18391
18478
  var init_canvasEffects = __esm({
18392
- "components/organisms/game/utils/canvasEffects.ts"() {
18479
+ "components/game/organisms/utils/canvasEffects.ts"() {
18393
18480
  _offscreen = null;
18394
18481
  _offCtx = null;
18395
18482
  }
18396
18483
  });
18397
18484
 
18398
- // components/organisms/game/utils/combatPresets.ts
18485
+ // components/game/organisms/utils/combatPresets.ts
18399
18486
  function p(manifest, key) {
18400
18487
  const particles = manifest.particles;
18401
18488
  if (!particles) return [];
@@ -19195,7 +19282,7 @@ function createCombatPresets(manifest) {
19195
19282
  }
19196
19283
  var PI2;
19197
19284
  var init_combatPresets = __esm({
19198
- "components/organisms/game/utils/combatPresets.ts"() {
19285
+ "components/game/organisms/utils/combatPresets.ts"() {
19199
19286
  PI2 = Math.PI;
19200
19287
  }
19201
19288
  });
@@ -19422,7 +19509,7 @@ function CanvasEffect(props) {
19422
19509
  }
19423
19510
  var ACTION_EMOJI;
19424
19511
  var init_CanvasEffect = __esm({
19425
- "components/organisms/game/CanvasEffect.tsx"() {
19512
+ "components/game/organisms/CanvasEffect.tsx"() {
19426
19513
  "use client";
19427
19514
  init_cn();
19428
19515
  init_useEventBus();
@@ -19475,7 +19562,7 @@ var init_getNestedValue = __esm({
19475
19562
  });
19476
19563
  var Pagination;
19477
19564
  var init_Pagination = __esm({
19478
- "components/molecules/Pagination.tsx"() {
19565
+ "components/core/molecules/Pagination.tsx"() {
19479
19566
  "use client";
19480
19567
  init_Button();
19481
19568
  init_Typography();
@@ -19683,13 +19770,13 @@ function statusVariant(value) {
19683
19770
  }
19684
19771
  var STATUS_FIELDS, gapStyles4, alignStyles3, CardGrid;
19685
19772
  var init_CardGrid = __esm({
19686
- "components/organisms/CardGrid.tsx"() {
19773
+ "components/core/organisms/CardGrid.tsx"() {
19687
19774
  "use client";
19688
19775
  init_cn();
19689
19776
  init_getNestedValue();
19690
19777
  init_useEventBus();
19691
19778
  init_useTranslate();
19692
- init_atoms();
19779
+ init_atoms2();
19693
19780
  init_Badge();
19694
19781
  init_Box();
19695
19782
  init_Typography();
@@ -19915,11 +20002,12 @@ function useSafeEventBus3() {
19915
20002
  }
19916
20003
  var Carousel;
19917
20004
  var init_Carousel = __esm({
19918
- "components/molecules/Carousel.tsx"() {
20005
+ "components/core/molecules/Carousel.tsx"() {
19919
20006
  "use client";
19920
20007
  init_cn();
19921
20008
  init_useEventBus();
19922
20009
  init_useSwipeGesture();
20010
+ init_useTranslate();
19923
20011
  init_Box();
19924
20012
  init_Stack();
19925
20013
  init_Button();
@@ -19940,6 +20028,7 @@ var init_Carousel = __esm({
19940
20028
  const scrollRef = useRef(null);
19941
20029
  const autoPlayRef = useRef(null);
19942
20030
  const eventBus = useSafeEventBus3();
20031
+ const { t } = useTranslate();
19943
20032
  const safeItems = items ?? [];
19944
20033
  const totalSlides = safeItems.length;
19945
20034
  const emitSlideChange = useCallback(
@@ -20079,7 +20168,7 @@ var init_Carousel = __esm({
20079
20168
  variant: "ghost",
20080
20169
  size: "sm",
20081
20170
  onClick: goPrev,
20082
- "aria-label": "Previous slide",
20171
+ "aria-label": t("aria.previousSlide"),
20083
20172
  className: cn(
20084
20173
  "rounded-full",
20085
20174
  "bg-surface/80",
@@ -20103,7 +20192,7 @@ var init_Carousel = __esm({
20103
20192
  variant: "ghost",
20104
20193
  size: "sm",
20105
20194
  onClick: goNext,
20106
- "aria-label": "Next slide",
20195
+ "aria-label": t("aria.nextSlide"),
20107
20196
  className: cn(
20108
20197
  "rounded-full",
20109
20198
  "bg-surface/80",
@@ -20151,7 +20240,7 @@ var init_Carousel = __esm({
20151
20240
  });
20152
20241
  var CaseStudyOrganism;
20153
20242
  var init_CaseStudyOrganism = __esm({
20154
- "components/organisms/CaseStudyOrganism.tsx"() {
20243
+ "components/core/organisms/CaseStudyOrganism.tsx"() {
20155
20244
  "use client";
20156
20245
  init_cn();
20157
20246
  init_useEventBus();
@@ -20315,7 +20404,7 @@ function CastleBoard({
20315
20404
  ] });
20316
20405
  }
20317
20406
  var init_CastleBoard = __esm({
20318
- "components/organisms/game/CastleBoard.tsx"() {
20407
+ "components/game/organisms/CastleBoard.tsx"() {
20319
20408
  "use client";
20320
20409
  init_cn();
20321
20410
  init_useEventBus();
@@ -20344,17 +20433,17 @@ function CastleTemplate({
20344
20433
  );
20345
20434
  }
20346
20435
  var init_CastleTemplate = __esm({
20347
- "components/templates/CastleTemplate.tsx"() {
20436
+ "components/game/templates/CastleTemplate.tsx"() {
20348
20437
  init_CastleBoard();
20349
20438
  CastleTemplate.displayName = "CastleTemplate";
20350
20439
  }
20351
20440
  });
20352
20441
  var CHART_COLORS, seriesColor, monthFormatter, formatTimeLabel, BarChart, PieChart, LineChart, ScatterChart, LOOK_FROM_CHART_TYPE, Chart;
20353
20442
  var init_Chart = __esm({
20354
- "components/molecules/Chart.tsx"() {
20443
+ "components/core/molecules/Chart.tsx"() {
20355
20444
  "use client";
20356
20445
  init_cn();
20357
- init_atoms();
20446
+ init_atoms2();
20358
20447
  init_Stack();
20359
20448
  init_LoadingState();
20360
20449
  init_ErrorState();
@@ -20962,13 +21051,13 @@ var init_Chart = __esm({
20962
21051
  const firstSeriesData = normalizedSeries[0]?.data ?? [];
20963
21052
  const hasContent = resolvedLook === "scatter" ? (scatterData?.length ?? 0) > 0 : normalizedSeries.some((s) => s.data.length > 0);
20964
21053
  if (isLoading) {
20965
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading chart...", className });
21054
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
20966
21055
  }
20967
21056
  if (error) {
20968
21057
  return /* @__PURE__ */ jsx(
20969
21058
  ErrorState,
20970
21059
  {
20971
- title: "Chart error",
21060
+ title: t("display.chartError"),
20972
21061
  message: error.message,
20973
21062
  className
20974
21063
  }
@@ -21096,10 +21185,10 @@ var init_Chart = __esm({
21096
21185
  });
21097
21186
  var ChartLegend;
21098
21187
  var init_ChartLegend = __esm({
21099
- "components/molecules/ChartLegend.tsx"() {
21188
+ "components/core/molecules/ChartLegend.tsx"() {
21100
21189
  "use client";
21101
21190
  init_cn();
21102
- init_atoms();
21191
+ init_atoms2();
21103
21192
  ChartLegend = ({
21104
21193
  items,
21105
21194
  className,
@@ -21265,8 +21354,8 @@ function ClassifierBoard({
21265
21354
  );
21266
21355
  }
21267
21356
  var init_ClassifierBoard = __esm({
21268
- "components/organisms/game/puzzles/classifier/ClassifierBoard.tsx"() {
21269
- init_atoms();
21357
+ "components/game/organisms/puzzles/classifier/ClassifierBoard.tsx"() {
21358
+ init_atoms2();
21270
21359
  init_useEventBus();
21271
21360
  init_useTranslate();
21272
21361
  ClassifierBoard.displayName = "ClassifierBoard";
@@ -21297,8 +21386,8 @@ function CodeView({
21297
21386
  ] });
21298
21387
  }
21299
21388
  var init_CodeView = __esm({
21300
- "components/organisms/game/puzzles/state-architect/CodeView.tsx"() {
21301
- init_atoms();
21389
+ "components/game/organisms/puzzles/state-architect/CodeView.tsx"() {
21390
+ init_atoms2();
21302
21391
  init_cn();
21303
21392
  init_useTranslate();
21304
21393
  CodeView.displayName = "CodeView";
@@ -21306,7 +21395,7 @@ var init_CodeView = __esm({
21306
21395
  });
21307
21396
  var Tabs;
21308
21397
  var init_Tabs = __esm({
21309
- "components/molecules/Tabs.tsx"() {
21398
+ "components/core/molecules/Tabs.tsx"() {
21310
21399
  "use client";
21311
21400
  init_Icon();
21312
21401
  init_Badge();
@@ -21481,16 +21570,17 @@ function generateDiff(oldVal, newVal) {
21481
21570
  }
21482
21571
  var DIFF_STYLES, CodeViewer;
21483
21572
  var init_CodeViewer = __esm({
21484
- "components/molecules/CodeViewer.tsx"() {
21573
+ "components/core/molecules/CodeViewer.tsx"() {
21485
21574
  "use client";
21486
21575
  init_cn();
21487
- init_atoms();
21576
+ init_atoms2();
21488
21577
  init_Stack();
21489
21578
  init_LoadingState();
21490
21579
  init_ErrorState();
21491
21580
  init_EmptyState();
21492
21581
  init_Tabs();
21493
21582
  init_useEventBus();
21583
+ init_useTranslate();
21494
21584
  DIFF_STYLES = {
21495
21585
  add: {
21496
21586
  bg: "bg-success/10",
@@ -21528,6 +21618,7 @@ var init_CodeViewer = __esm({
21528
21618
  className
21529
21619
  }) => {
21530
21620
  const eventBus = useEventBus();
21621
+ const { t } = useTranslate();
21531
21622
  const [copied, setCopied] = useState(false);
21532
21623
  const [wrap, setWrap] = useState(wordWrap);
21533
21624
  const [activeFileIndex, setActiveFileIndex] = useState(0);
@@ -21565,13 +21656,13 @@ var init_CodeViewer = __esm({
21565
21656
  content: null
21566
21657
  }));
21567
21658
  if (isLoading) {
21568
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading code...", className });
21659
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
21569
21660
  }
21570
21661
  if (error) {
21571
21662
  return /* @__PURE__ */ jsx(
21572
21663
  ErrorState,
21573
21664
  {
21574
- title: "Code viewer error",
21665
+ title: t("display.codeViewerError"),
21575
21666
  message: error.message,
21576
21667
  className
21577
21668
  }
@@ -21582,7 +21673,7 @@ var init_CodeViewer = __esm({
21582
21673
  EmptyState,
21583
21674
  {
21584
21675
  icon: Code,
21585
- title: "No code",
21676
+ title: t("display.noCode"),
21586
21677
  description: "No code to display.",
21587
21678
  className
21588
21679
  }
@@ -21770,8 +21861,8 @@ function CombatLog({
21770
21861
  }
21771
21862
  var eventIcons, eventColors, eventBadgeVariants;
21772
21863
  var init_CombatLog = __esm({
21773
- "components/molecules/game/CombatLog.tsx"() {
21774
- init_atoms();
21864
+ "components/game/molecules/CombatLog.tsx"() {
21865
+ init_atoms2();
21775
21866
  init_cn();
21776
21867
  eventIcons = {
21777
21868
  attack: Sword,
@@ -21811,7 +21902,7 @@ function formatCount(count) {
21811
21902
  }
21812
21903
  var CommunityLinks;
21813
21904
  var init_CommunityLinks = __esm({
21814
- "components/molecules/CommunityLinks.tsx"() {
21905
+ "components/marketing/molecules/CommunityLinks.tsx"() {
21815
21906
  "use client";
21816
21907
  init_Stack();
21817
21908
  init_Typography();
@@ -21852,7 +21943,7 @@ var init_CommunityLinks = __esm({
21852
21943
  });
21853
21944
  var variantConfig, ConfirmDialog;
21854
21945
  var init_ConfirmDialog = __esm({
21855
- "components/molecules/ConfirmDialog.tsx"() {
21946
+ "components/core/molecules/ConfirmDialog.tsx"() {
21856
21947
  "use client";
21857
21948
  init_Modal();
21858
21949
  init_Button();
@@ -22151,7 +22242,7 @@ function CounterFull({
22151
22242
  }
22152
22243
  var sizeStyles9, CounterTemplate;
22153
22244
  var init_CounterTemplate = __esm({
22154
- "components/templates/CounterTemplate.tsx"() {
22245
+ "components/core/templates/CounterTemplate.tsx"() {
22155
22246
  init_cn();
22156
22247
  init_Container();
22157
22248
  init_Stack();
@@ -22248,7 +22339,7 @@ function CraftingRecipe({
22248
22339
  }
22249
22340
  var rarityValues;
22250
22341
  var init_CraftingRecipe = __esm({
22251
- "components/molecules/game/CraftingRecipe.tsx"() {
22342
+ "components/game/molecules/CraftingRecipe.tsx"() {
22252
22343
  "use client";
22253
22344
  init_cn();
22254
22345
  init_useEventBus();
@@ -22319,7 +22410,7 @@ function DPad({
22319
22410
  }
22320
22411
  var sizeMap15, arrowIcons;
22321
22412
  var init_DPad = __esm({
22322
- "components/molecules/game/DPad.tsx"() {
22413
+ "components/game/molecules/DPad.tsx"() {
22323
22414
  "use client";
22324
22415
  init_cn();
22325
22416
  init_useEventBus();
@@ -22340,7 +22431,7 @@ var init_DPad = __esm({
22340
22431
  });
22341
22432
  var gapStyles5, columnStyles, colSpanStyles, rowSpanStyles, DashboardGrid;
22342
22433
  var init_DashboardGrid = __esm({
22343
- "components/organisms/layout/DashboardGrid.tsx"() {
22434
+ "components/core/organisms/layout/DashboardGrid.tsx"() {
22344
22435
  init_cn();
22345
22436
  init_Box();
22346
22437
  init_useTranslate();
@@ -22427,10 +22518,10 @@ var init_CurrentPagePathContext = __esm({
22427
22518
  });
22428
22519
  var DashboardLayout, NavLink, NavLinkTopnav, NavLinkBottom;
22429
22520
  var init_DashboardLayout = __esm({
22430
- "components/templates/DashboardLayout.tsx"() {
22521
+ "components/core/templates/DashboardLayout.tsx"() {
22431
22522
  "use client";
22432
22523
  init_cn();
22433
- init_atoms();
22524
+ init_atoms2();
22434
22525
  init_Box();
22435
22526
  init_Stack();
22436
22527
  init_Typography();
@@ -22610,7 +22701,7 @@ var init_DashboardLayout = __esm({
22610
22701
  variant: "ghost",
22611
22702
  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",
22612
22703
  onClick: () => setSidebarOpen(true),
22613
- "aria-label": "Open sidebar",
22704
+ "aria-label": t("aria.openSidebar"),
22614
22705
  children: /* @__PURE__ */ jsx(Icon, { name: "menu", className: "h-5 w-5" })
22615
22706
  }
22616
22707
  ),
@@ -23381,7 +23472,7 @@ function useDataDnd(args) {
23381
23472
  }
23382
23473
  var dndLog, RootCtx;
23383
23474
  var init_useDataDnd = __esm({
23384
- "components/molecules/useDataDnd.tsx"() {
23475
+ "components/core/molecules/useDataDnd.tsx"() {
23385
23476
  "use client";
23386
23477
  init_useEventBus();
23387
23478
  init_useAlmadarDndCollision();
@@ -23545,13 +23636,13 @@ function DataGrid({
23545
23636
  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"
23546
23637
  }[cols] : void 0;
23547
23638
  if (isLoading) {
23548
- return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") || "Loading..." }) });
23639
+ return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
23549
23640
  }
23550
23641
  if (error) {
23551
23642
  return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "error", children: error.message }) });
23552
23643
  }
23553
23644
  if (data.length === 0) {
23554
- const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") || "No items found" }) });
23645
+ const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
23555
23646
  return dnd.enabled ? /* @__PURE__ */ jsx(Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
23556
23647
  }
23557
23648
  const allIds = data.map((item, i) => item.id || String(i));
@@ -23568,7 +23659,7 @@ function DataGrid({
23568
23659
  checked: allSelected,
23569
23660
  onChange: toggleAll,
23570
23661
  className: "w-4 h-4 accent-primary",
23571
- "aria-label": "Select all"
23662
+ "aria-label": t("aria.selectAll")
23572
23663
  }
23573
23664
  ),
23574
23665
  /* @__PURE__ */ jsxs(Typography, { variant: "caption", className: "font-semibold", children: [
@@ -23728,7 +23819,7 @@ function DataGrid({
23728
23819
  Menu,
23729
23820
  {
23730
23821
  position: "bottom-end",
23731
- trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": "More actions", "data-testid": "action-overflow", children: /* @__PURE__ */ jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
23822
+ trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
23732
23823
  items: primaryActions.slice(maxInlineActions).map((action) => ({
23733
23824
  label: action.label,
23734
23825
  icon: action.icon,
@@ -23759,8 +23850,8 @@ function DataGrid({
23759
23850
  /* @__PURE__ */ jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
23760
23851
  t("common.showMore"),
23761
23852
  " (",
23762
- allData.length - visibleCount,
23763
- " remaining)"
23853
+ t("common.remaining", { count: allData.length - visibleCount }),
23854
+ ")"
23764
23855
  ]
23765
23856
  }
23766
23857
  ) }),
@@ -23777,7 +23868,7 @@ function DataGrid({
23777
23868
  }
23778
23869
  var dataGridLog, BADGE_VARIANTS, gapStyles6, lookStyles5;
23779
23870
  var init_DataGrid = __esm({
23780
- "components/molecules/DataGrid.tsx"() {
23871
+ "components/core/molecules/DataGrid.tsx"() {
23781
23872
  "use client";
23782
23873
  init_cn();
23783
23874
  init_getNestedValue();
@@ -23986,7 +24077,7 @@ function DataList({
23986
24077
  Menu,
23987
24078
  {
23988
24079
  position: "bottom-end",
23989
- trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": "More actions", "data-testid": "action-overflow", children: /* @__PURE__ */ jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
24080
+ trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
23990
24081
  items: overflow.map((action) => ({
23991
24082
  label: action.label,
23992
24083
  icon: action.icon,
@@ -24010,13 +24101,13 @@ function DataList({
24010
24101
  eventBus.emit(`UI:${itemClickEvent}`, payload);
24011
24102
  };
24012
24103
  if (isLoading) {
24013
- return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") || "Loading..." }) });
24104
+ return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
24014
24105
  }
24015
24106
  if (error) {
24016
24107
  return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "error", children: error.message }) });
24017
24108
  }
24018
24109
  if (data.length === 0) {
24019
- const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") || "No items found" }) });
24110
+ const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
24020
24111
  return dnd.enabled ? /* @__PURE__ */ jsx(Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
24021
24112
  }
24022
24113
  const gapClass = {
@@ -24196,8 +24287,8 @@ function DataList({
24196
24287
  /* @__PURE__ */ jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
24197
24288
  t("common.showMore"),
24198
24289
  " (",
24199
- allData.length - visibleCount,
24200
- " remaining)"
24290
+ t("common.remaining", { count: allData.length - visibleCount }),
24291
+ ")"
24201
24292
  ]
24202
24293
  }
24203
24294
  ) }),
@@ -24216,7 +24307,7 @@ function DataList({
24216
24307
  }
24217
24308
  var dataListLog, listLookStyles;
24218
24309
  var init_DataList = __esm({
24219
- "components/molecules/DataList.tsx"() {
24310
+ "components/core/molecules/DataList.tsx"() {
24220
24311
  "use client";
24221
24312
  init_cn();
24222
24313
  init_getNestedValue();
@@ -24271,7 +24362,7 @@ function fileIcon(name) {
24271
24362
  }
24272
24363
  var TreeNodeItem, FileTree;
24273
24364
  var init_FileTree = __esm({
24274
- "components/molecules/FileTree.tsx"() {
24365
+ "components/core/molecules/FileTree.tsx"() {
24275
24366
  "use client";
24276
24367
  init_Box();
24277
24368
  init_Typography();
@@ -24382,7 +24473,7 @@ var init_FileTree = __esm({
24382
24473
  });
24383
24474
  var FormField;
24384
24475
  var init_FormField = __esm({
24385
- "components/molecules/FormField.tsx"() {
24476
+ "components/core/molecules/FormField.tsx"() {
24386
24477
  init_cn();
24387
24478
  init_Label();
24388
24479
  init_Typography();
@@ -24470,7 +24561,7 @@ var init_useQuerySingleton = __esm({
24470
24561
  });
24471
24562
  var resolveFilterType, lookStyles6, FilterGroup;
24472
24563
  var init_FilterGroup = __esm({
24473
- "components/molecules/FilterGroup.tsx"() {
24564
+ "components/core/molecules/FilterGroup.tsx"() {
24474
24565
  "use client";
24475
24566
  init_cn();
24476
24567
  init_Button();
@@ -24914,7 +25005,7 @@ var init_FilterGroup = __esm({
24914
25005
  });
24915
25006
  var directionStyles, wrapStyles, alignStyles4, justifyStyles3, gapStyles7, Flex;
24916
25007
  var init_Flex = __esm({
24917
- "components/molecules/Flex.tsx"() {
25008
+ "components/core/molecules/Flex.tsx"() {
24918
25009
  init_cn();
24919
25010
  directionStyles = {
24920
25011
  row: "flex-row",
@@ -24998,7 +25089,7 @@ var init_Flex = __esm({
24998
25089
  });
24999
25090
  var InputGroup;
25000
25091
  var init_InputGroup = __esm({
25001
- "components/molecules/InputGroup.tsx"() {
25092
+ "components/core/molecules/InputGroup.tsx"() {
25002
25093
  init_Input();
25003
25094
  init_Icon();
25004
25095
  init_Typography();
@@ -25113,7 +25204,7 @@ var init_debug = __esm({
25113
25204
  });
25114
25205
  var isRelationsDebugEnabled, RelationSelect;
25115
25206
  var init_RelationSelect = __esm({
25116
- "components/molecules/RelationSelect.tsx"() {
25207
+ "components/core/molecules/RelationSelect.tsx"() {
25117
25208
  "use client";
25118
25209
  init_cn();
25119
25210
  init_Box();
@@ -25340,7 +25431,7 @@ var init_RelationSelect = __esm({
25340
25431
  });
25341
25432
  var SearchInput;
25342
25433
  var init_SearchInput = __esm({
25343
- "components/molecules/SearchInput.tsx"() {
25434
+ "components/core/molecules/SearchInput.tsx"() {
25344
25435
  "use client";
25345
25436
  init_Input();
25346
25437
  init_Spinner();
@@ -25443,7 +25534,7 @@ var init_SearchInput = __esm({
25443
25534
  });
25444
25535
  var SidePanel;
25445
25536
  var init_SidePanel = __esm({
25446
- "components/molecules/SidePanel.tsx"() {
25537
+ "components/core/molecules/SidePanel.tsx"() {
25447
25538
  "use client";
25448
25539
  init_Aside();
25449
25540
  init_Box();
@@ -25451,6 +25542,7 @@ var init_SidePanel = __esm({
25451
25542
  init_Typography();
25452
25543
  init_cn();
25453
25544
  init_useEventBus();
25545
+ init_useTranslate();
25454
25546
  SidePanel = ({
25455
25547
  title,
25456
25548
  children,
@@ -25463,6 +25555,7 @@ var init_SidePanel = __esm({
25463
25555
  closeEvent
25464
25556
  }) => {
25465
25557
  const eventBus = useEventBus();
25558
+ const { t } = useTranslate();
25466
25559
  const handleClose = () => {
25467
25560
  if (closeEvent) eventBus.emit(`UI:${closeEvent}`, {});
25468
25561
  onClose();
@@ -25500,8 +25593,8 @@ var init_SidePanel = __esm({
25500
25593
  size: "sm",
25501
25594
  icon: "x",
25502
25595
  onClick: handleClose,
25503
- "aria-label": "Close panel",
25504
- children: /* @__PURE__ */ jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: "Close" })
25596
+ "aria-label": t("aria.closePanel"),
25597
+ children: /* @__PURE__ */ jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: t("aria.closePanel") })
25505
25598
  }
25506
25599
  )
25507
25600
  ] }),
@@ -25516,7 +25609,7 @@ var init_SidePanel = __esm({
25516
25609
  });
25517
25610
  var WizardProgress;
25518
25611
  var init_WizardProgress = __esm({
25519
- "components/molecules/WizardProgress.tsx"() {
25612
+ "components/core/molecules/WizardProgress.tsx"() {
25520
25613
  "use client";
25521
25614
  init_Typography();
25522
25615
  init_Box();
@@ -25619,7 +25712,7 @@ function useSafeEventBus4() {
25619
25712
  }
25620
25713
  var WizardNavigation;
25621
25714
  var init_WizardNavigation = __esm({
25622
- "components/molecules/WizardNavigation.tsx"() {
25715
+ "components/core/molecules/WizardNavigation.tsx"() {
25623
25716
  "use client";
25624
25717
  init_Button();
25625
25718
  init_Typography();
@@ -25706,7 +25799,7 @@ var init_WizardNavigation = __esm({
25706
25799
  });
25707
25800
  var RepeatableFormSection;
25708
25801
  var init_RepeatableFormSection = __esm({
25709
- "components/molecules/RepeatableFormSection.tsx"() {
25802
+ "components/core/molecules/RepeatableFormSection.tsx"() {
25710
25803
  "use client";
25711
25804
  init_cn();
25712
25805
  init_Box();
@@ -25845,7 +25938,7 @@ var init_RepeatableFormSection = __esm({
25845
25938
  });
25846
25939
  var actionTypeLabels, actionTypeIcons, ViolationAlert;
25847
25940
  var init_ViolationAlert = __esm({
25848
- "components/molecules/ViolationAlert.tsx"() {
25941
+ "components/core/molecules/ViolationAlert.tsx"() {
25849
25942
  init_cn();
25850
25943
  init_Box();
25851
25944
  init_Stack();
@@ -26048,7 +26141,7 @@ var init_ViolationAlert = __esm({
26048
26141
  });
26049
26142
  var FormSectionHeader;
26050
26143
  var init_FormSectionHeader = __esm({
26051
- "components/molecules/FormSectionHeader.tsx"() {
26144
+ "components/core/molecules/FormSectionHeader.tsx"() {
26052
26145
  init_cn();
26053
26146
  init_Box();
26054
26147
  init_Stack();
@@ -26125,7 +26218,7 @@ var init_FormSectionHeader = __esm({
26125
26218
  });
26126
26219
  var FlipCard;
26127
26220
  var init_FlipCard = __esm({
26128
- "components/molecules/FlipCard.tsx"() {
26221
+ "components/core/molecules/FlipCard.tsx"() {
26129
26222
  "use client";
26130
26223
  init_cn();
26131
26224
  init_Box();
@@ -26187,7 +26280,7 @@ function daysAgo(n) {
26187
26280
  }
26188
26281
  var DEFAULT_PRESETS, DateRangePicker;
26189
26282
  var init_DateRangePicker = __esm({
26190
- "components/molecules/DateRangePicker.tsx"() {
26283
+ "components/core/molecules/DateRangePicker.tsx"() {
26191
26284
  "use client";
26192
26285
  init_cn();
26193
26286
  init_Button();
@@ -26315,10 +26408,10 @@ var init_DateRangePicker = __esm({
26315
26408
  });
26316
26409
  var DEFAULT_OPTIONS, DateRangeSelector;
26317
26410
  var init_DateRangeSelector = __esm({
26318
- "components/molecules/DateRangeSelector.tsx"() {
26411
+ "components/core/molecules/DateRangeSelector.tsx"() {
26319
26412
  "use client";
26320
26413
  init_cn();
26321
- init_atoms();
26414
+ init_atoms2();
26322
26415
  DEFAULT_OPTIONS = [
26323
26416
  { label: "1W", value: "week" },
26324
26417
  { label: "1M", value: "month" },
@@ -26347,10 +26440,10 @@ var init_DateRangeSelector = __esm({
26347
26440
  });
26348
26441
  var LineChart2;
26349
26442
  var init_LineChart = __esm({
26350
- "components/molecules/LineChart.tsx"() {
26443
+ "components/core/molecules/LineChart.tsx"() {
26351
26444
  "use client";
26352
26445
  init_cn();
26353
- init_atoms();
26446
+ init_atoms2();
26354
26447
  LineChart2 = ({
26355
26448
  data,
26356
26449
  width = 400,
@@ -26462,10 +26555,10 @@ var init_LineChart = __esm({
26462
26555
  });
26463
26556
  var sizeMap16, stateColors, ProgressDots;
26464
26557
  var init_ProgressDots = __esm({
26465
- "components/molecules/ProgressDots.tsx"() {
26558
+ "components/core/molecules/ProgressDots.tsx"() {
26466
26559
  "use client";
26467
26560
  init_cn();
26468
- init_atoms();
26561
+ init_atoms2();
26469
26562
  sizeMap16 = {
26470
26563
  sm: { dot: 6, active: 8 },
26471
26564
  md: { dot: 8, active: 10 },
@@ -26578,7 +26671,7 @@ function StatBadge({
26578
26671
  }
26579
26672
  var sizeMap17, variantMap2;
26580
26673
  var init_StatBadge = __esm({
26581
- "components/molecules/game/StatBadge.tsx"() {
26674
+ "components/game/molecules/StatBadge.tsx"() {
26582
26675
  init_cn();
26583
26676
  init_Icon();
26584
26677
  init_HealthBar();
@@ -26653,7 +26746,7 @@ function InventoryGrid({
26653
26746
  }
26654
26747
  var columnMap;
26655
26748
  var init_InventoryGrid = __esm({
26656
- "components/molecules/game/InventoryGrid.tsx"() {
26749
+ "components/game/molecules/InventoryGrid.tsx"() {
26657
26750
  "use client";
26658
26751
  init_cn();
26659
26752
  init_useEventBus();
@@ -26740,7 +26833,7 @@ function QuestTracker({
26740
26833
  }) });
26741
26834
  }
26742
26835
  var init_QuestTracker = __esm({
26743
- "components/molecules/game/QuestTracker.tsx"() {
26836
+ "components/game/molecules/QuestTracker.tsx"() {
26744
26837
  "use client";
26745
26838
  init_cn();
26746
26839
  init_WaypointMarker();
@@ -26806,7 +26899,7 @@ function PowerupSlots({
26806
26899
  ] });
26807
26900
  }
26808
26901
  var init_PowerupSlots = __esm({
26809
- "components/molecules/game/PowerupSlots.tsx"() {
26902
+ "components/game/molecules/PowerupSlots.tsx"() {
26810
26903
  "use client";
26811
26904
  init_cn();
26812
26905
  init_ItemSlot();
@@ -26916,7 +27009,7 @@ function GameCanvas2D({
26916
27009
  ) });
26917
27010
  }
26918
27011
  var init_GameCanvas2D = __esm({
26919
- "components/molecules/game/GameCanvas2D.tsx"() {
27012
+ "components/game/molecules/GameCanvas2D.tsx"() {
26920
27013
  "use client";
26921
27014
  init_cn();
26922
27015
  init_Box();
@@ -27025,7 +27118,7 @@ function HealthPanel({
27025
27118
  }
27026
27119
  var sizeMap18, effectVariantMap;
27027
27120
  var init_HealthPanel = __esm({
27028
- "components/molecules/game/HealthPanel.tsx"() {
27121
+ "components/game/molecules/HealthPanel.tsx"() {
27029
27122
  "use client";
27030
27123
  init_cn();
27031
27124
  init_HealthBar();
@@ -27112,7 +27205,7 @@ function ScoreBoard({
27112
27205
  );
27113
27206
  }
27114
27207
  var init_ScoreBoard = __esm({
27115
- "components/molecules/game/ScoreBoard.tsx"() {
27208
+ "components/game/molecules/ScoreBoard.tsx"() {
27116
27209
  "use client";
27117
27210
  init_cn();
27118
27211
  init_ComboCounter();
@@ -27150,7 +27243,7 @@ function ResourceBar({
27150
27243
  );
27151
27244
  }
27152
27245
  var init_ResourceBar = __esm({
27153
- "components/molecules/game/ResourceBar.tsx"() {
27246
+ "components/game/molecules/ResourceBar.tsx"() {
27154
27247
  "use client";
27155
27248
  init_cn();
27156
27249
  init_StatBadge();
@@ -27209,7 +27302,7 @@ function TurnPanel({
27209
27302
  );
27210
27303
  }
27211
27304
  var init_TurnPanel = __esm({
27212
- "components/molecules/game/TurnPanel.tsx"() {
27305
+ "components/game/molecules/TurnPanel.tsx"() {
27213
27306
  "use client";
27214
27307
  init_cn();
27215
27308
  init_TurnIndicator();
@@ -27292,7 +27385,7 @@ function EnemyPlate({
27292
27385
  }
27293
27386
  var effectVariantMap2;
27294
27387
  var init_EnemyPlate = __esm({
27295
- "components/molecules/game/EnemyPlate.tsx"() {
27388
+ "components/game/molecules/EnemyPlate.tsx"() {
27296
27389
  "use client";
27297
27390
  init_cn();
27298
27391
  init_HealthBar();
@@ -27353,7 +27446,7 @@ function UnitCommandBar({
27353
27446
  );
27354
27447
  }
27355
27448
  var init_UnitCommandBar = __esm({
27356
- "components/molecules/game/UnitCommandBar.tsx"() {
27449
+ "components/game/molecules/UnitCommandBar.tsx"() {
27357
27450
  "use client";
27358
27451
  init_cn();
27359
27452
  init_Button();
@@ -27420,7 +27513,7 @@ function GameHud({
27420
27513
  }
27421
27514
  var positionMap;
27422
27515
  var init_GameHud = __esm({
27423
- "components/molecules/game/GameHud.tsx"() {
27516
+ "components/game/molecules/GameHud.tsx"() {
27424
27517
  init_cn();
27425
27518
  init_StatBadge();
27426
27519
  positionMap = {
@@ -27616,7 +27709,7 @@ function DialogueBox({
27616
27709
  );
27617
27710
  }
27618
27711
  var init_DialogueBox = __esm({
27619
- "components/molecules/game/DialogueBox.tsx"() {
27712
+ "components/game/molecules/DialogueBox.tsx"() {
27620
27713
  "use client";
27621
27714
  init_cn();
27622
27715
  init_useEventBus();
@@ -27774,7 +27867,7 @@ function InventoryPanel({
27774
27867
  ] });
27775
27868
  }
27776
27869
  var init_InventoryPanel = __esm({
27777
- "components/molecules/game/InventoryPanel.tsx"() {
27870
+ "components/game/molecules/InventoryPanel.tsx"() {
27778
27871
  "use client";
27779
27872
  init_cn();
27780
27873
  init_useEventBus();
@@ -27874,7 +27967,7 @@ function GameMenu({
27874
27967
  }
27875
27968
  var variantMap3;
27876
27969
  var init_GameMenu = __esm({
27877
- "components/molecules/game/GameMenu.tsx"() {
27970
+ "components/game/molecules/GameMenu.tsx"() {
27878
27971
  "use client";
27879
27972
  init_cn();
27880
27973
  init_useEventBus();
@@ -27994,7 +28087,7 @@ function GameOverScreen({
27994
28087
  }
27995
28088
  var variantColors, buttonVariants;
27996
28089
  var init_GameOverScreen = __esm({
27997
- "components/molecules/game/GameOverScreen.tsx"() {
28090
+ "components/game/molecules/GameOverScreen.tsx"() {
27998
28091
  "use client";
27999
28092
  init_cn();
28000
28093
  init_useEventBus();
@@ -28267,7 +28360,7 @@ function PlatformerCanvas({
28267
28360
  }
28268
28361
  var PLATFORM_COLORS, PLAYER_COLOR, PLAYER_EYE_COLOR, SKY_GRADIENT_TOP, SKY_GRADIENT_BOTTOM, GRID_COLOR;
28269
28362
  var init_PlatformerCanvas = __esm({
28270
- "components/molecules/game/PlatformerCanvas.tsx"() {
28363
+ "components/game/molecules/PlatformerCanvas.tsx"() {
28271
28364
  init_cn();
28272
28365
  init_useEventBus();
28273
28366
  init_verificationRegistry();
@@ -28286,9 +28379,9 @@ var init_PlatformerCanvas = __esm({
28286
28379
  }
28287
28380
  });
28288
28381
 
28289
- // components/molecules/game/index.ts
28290
- var init_game2 = __esm({
28291
- "components/molecules/game/index.ts"() {
28382
+ // components/game/molecules/index.ts
28383
+ var init_molecules = __esm({
28384
+ "components/game/molecules/index.ts"() {
28292
28385
  }
28293
28386
  });
28294
28387
  function resolveNodeColor(node, groups) {
@@ -28301,10 +28394,10 @@ function resolveNodeColor(node, groups) {
28301
28394
  }
28302
28395
  var GROUP_COLORS, DEFAULT_NODE_COLOR, DEFAULT_EDGE_COLOR, DEFAULT_NODE_SIZE, GraphView;
28303
28396
  var init_GraphView = __esm({
28304
- "components/molecules/GraphView.tsx"() {
28397
+ "components/core/molecules/GraphView.tsx"() {
28305
28398
  "use client";
28306
28399
  init_cn();
28307
- init_atoms();
28400
+ init_atoms2();
28308
28401
  GROUP_COLORS = [
28309
28402
  "#3b82f6",
28310
28403
  // blue-500
@@ -28624,11 +28717,12 @@ function useSafeEventBus5() {
28624
28717
  }
28625
28718
  var sizeStyles10, LONG_PRESS_DELAY, LONG_PRESS_INTERVAL, NumberStepper;
28626
28719
  var init_NumberStepper = __esm({
28627
- "components/molecules/NumberStepper.tsx"() {
28720
+ "components/core/molecules/NumberStepper.tsx"() {
28628
28721
  "use client";
28629
28722
  init_cn();
28630
28723
  init_Icon();
28631
28724
  init_useEventBus();
28725
+ init_useTranslate();
28632
28726
  sizeStyles10 = {
28633
28727
  sm: {
28634
28728
  button: "w-7 h-7",
@@ -28662,6 +28756,7 @@ var init_NumberStepper = __esm({
28662
28756
  label
28663
28757
  }) => {
28664
28758
  const eventBus = useSafeEventBus5();
28759
+ const { t } = useTranslate();
28665
28760
  const intervalRef = useRef(null);
28666
28761
  const timeoutRef = useRef(null);
28667
28762
  const isAtMin = min !== void 0 && value <= min;
@@ -28745,7 +28840,7 @@ var init_NumberStepper = __esm({
28745
28840
  "focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
28746
28841
  styles.button
28747
28842
  ),
28748
- "aria-label": "Decrease",
28843
+ "aria-label": t("aria.decrease"),
28749
28844
  children: /* @__PURE__ */ jsx(Icon, { name: "minus", className: styles.icon })
28750
28845
  }
28751
28846
  ),
@@ -28786,7 +28881,7 @@ var init_NumberStepper = __esm({
28786
28881
  "focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
28787
28882
  styles.button
28788
28883
  ),
28789
- "aria-label": "Increase",
28884
+ "aria-label": t("aria.increase"),
28790
28885
  children: /* @__PURE__ */ jsx(Icon, { name: "plus", className: styles.icon })
28791
28886
  }
28792
28887
  )
@@ -28809,7 +28904,7 @@ function useSafeEventBus6() {
28809
28904
  }
28810
28905
  var sizeStyles11, StarRating;
28811
28906
  var init_StarRating = __esm({
28812
- "components/molecules/StarRating.tsx"() {
28907
+ "components/core/molecules/StarRating.tsx"() {
28813
28908
  "use client";
28814
28909
  init_cn();
28815
28910
  init_Icon();
@@ -28962,7 +29057,7 @@ function formatFileSize(bytes) {
28962
29057
  }
28963
29058
  var UploadDropZone;
28964
29059
  var init_UploadDropZone = __esm({
28965
- "components/molecules/UploadDropZone.tsx"() {
29060
+ "components/core/molecules/UploadDropZone.tsx"() {
28966
29061
  "use client";
28967
29062
  init_cn();
28968
29063
  init_Icon();
@@ -29127,11 +29222,12 @@ function useSafeEventBus8() {
29127
29222
  }
29128
29223
  var Lightbox;
29129
29224
  var init_Lightbox = __esm({
29130
- "components/molecules/Lightbox.tsx"() {
29225
+ "components/core/molecules/Lightbox.tsx"() {
29131
29226
  "use client";
29132
29227
  init_Icon();
29133
29228
  init_cn();
29134
29229
  init_useEventBus();
29230
+ init_useTranslate();
29135
29231
  Lightbox = ({
29136
29232
  images = [],
29137
29233
  currentIndex = 0,
@@ -29146,6 +29242,7 @@ var init_Lightbox = __esm({
29146
29242
  const [index, setIndex] = useState(currentIndex);
29147
29243
  const [touchStartX, setTouchStartX] = useState(null);
29148
29244
  const eventBus = useSafeEventBus8();
29245
+ const { t } = useTranslate();
29149
29246
  useEffect(() => {
29150
29247
  setIndex(currentIndex);
29151
29248
  }, [currentIndex]);
@@ -29236,7 +29333,7 @@ var init_Lightbox = __esm({
29236
29333
  "hover:bg-opacity-70 transition-opacity",
29237
29334
  "focus:outline-none focus:ring-2 focus:ring-white"
29238
29335
  ),
29239
- "aria-label": "Close",
29336
+ "aria-label": t("aria.closeModal"),
29240
29337
  children: /* @__PURE__ */ jsx(Icon, { name: "x", className: "w-6 h-6" })
29241
29338
  }
29242
29339
  ),
@@ -29255,7 +29352,7 @@ var init_Lightbox = __esm({
29255
29352
  "hover:bg-opacity-70 transition-opacity",
29256
29353
  "focus:outline-none focus:ring-2 focus:ring-white"
29257
29354
  ),
29258
- "aria-label": "Previous image",
29355
+ "aria-label": t("aria.previousImage"),
29259
29356
  children: /* @__PURE__ */ jsx(Icon, { name: "chevron-left", className: "w-8 h-8" })
29260
29357
  }
29261
29358
  ),
@@ -29292,7 +29389,7 @@ var init_Lightbox = __esm({
29292
29389
  "hover:bg-opacity-70 transition-opacity",
29293
29390
  "focus:outline-none focus:ring-2 focus:ring-white"
29294
29391
  ),
29295
- "aria-label": "Next image",
29392
+ "aria-label": t("aria.nextImage"),
29296
29393
  children: /* @__PURE__ */ jsx(Icon, { name: "chevron-right", className: "w-8 h-8" })
29297
29394
  }
29298
29395
  ),
@@ -29438,13 +29535,13 @@ function TableView({
29438
29535
  eventBus.emit(`UI:${action.event}`, payload);
29439
29536
  };
29440
29537
  if (isLoading) {
29441
- return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") || "Loading\u2026" }) });
29538
+ return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
29442
29539
  }
29443
29540
  if (error) {
29444
29541
  return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "error", children: error.message }) });
29445
29542
  }
29446
29543
  if (data.length === 0) {
29447
- const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: emptyMessage || t("empty.noItems") || "No records" }) });
29544
+ const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: emptyMessage || t("empty.noItems") }) });
29448
29545
  return dnd.enabled ? /* @__PURE__ */ jsx(Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
29449
29546
  }
29450
29547
  const lk = LOOKS[look];
@@ -29469,7 +29566,7 @@ function TableView({
29469
29566
  lk.headPad
29470
29567
  ),
29471
29568
  children: [
29472
- selectable && /* @__PURE__ */ jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": "Select all rows" }) }),
29569
+ selectable && /* @__PURE__ */ jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": t("aria.selectAllRows") }) }),
29473
29570
  colDefs.map((col) => {
29474
29571
  const active = sortColumn === (col.field ?? col.key);
29475
29572
  return /* @__PURE__ */ jsxs(
@@ -29563,7 +29660,7 @@ function TableView({
29563
29660
  Menu,
29564
29661
  {
29565
29662
  position: "bottom-end",
29566
- trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": "More actions", "data-testid": "action-overflow", children: /* @__PURE__ */ jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
29663
+ trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
29567
29664
  items: itemActions.slice(maxInlineActions).map((action) => ({
29568
29665
  label: action.label,
29569
29666
  icon: action.icon,
@@ -29601,8 +29698,8 @@ function TableView({
29601
29698
  /* @__PURE__ */ jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
29602
29699
  t("common.showMore"),
29603
29700
  " (",
29604
- ordered.length - visibleCount,
29605
- " remaining)"
29701
+ t("common.remaining", { count: ordered.length - visibleCount }),
29702
+ ")"
29606
29703
  ] }) })
29607
29704
  ]
29608
29705
  }
@@ -29610,7 +29707,7 @@ function TableView({
29610
29707
  }
29611
29708
  var alignClass, weightClass, LOOKS;
29612
29709
  var init_TableView = __esm({
29613
- "components/molecules/TableView.tsx"() {
29710
+ "components/core/molecules/TableView.tsx"() {
29614
29711
  "use client";
29615
29712
  init_cn();
29616
29713
  init_getNestedValue();
@@ -29668,7 +29765,7 @@ function composeDisplayValue(value, format, max, prefix, suffix) {
29668
29765
  }
29669
29766
  var lookStyles7, variantColor, StatDisplay;
29670
29767
  var init_StatDisplay = __esm({
29671
- "components/molecules/StatDisplay.tsx"() {
29768
+ "components/core/molecules/StatDisplay.tsx"() {
29672
29769
  "use client";
29673
29770
  init_cn();
29674
29771
  init_Card();
@@ -29811,14 +29908,15 @@ function getColorForValue(value, max, thresholds) {
29811
29908
  }
29812
29909
  var DEFAULT_THRESHOLDS, radialSizes, Meter;
29813
29910
  var init_Meter = __esm({
29814
- "components/molecules/Meter.tsx"() {
29911
+ "components/core/molecules/Meter.tsx"() {
29815
29912
  "use client";
29816
29913
  init_cn();
29817
- init_atoms();
29914
+ init_atoms2();
29818
29915
  init_Stack();
29819
29916
  init_LoadingState();
29820
29917
  init_ErrorState();
29821
29918
  init_useEventBus();
29919
+ init_useTranslate();
29822
29920
  DEFAULT_THRESHOLDS = [
29823
29921
  { value: 30, color: "var(--color-error)" },
29824
29922
  { value: 70, color: "var(--color-warning)" },
@@ -29846,6 +29944,7 @@ var init_Meter = __esm({
29846
29944
  className
29847
29945
  }) => {
29848
29946
  const eventBus = useEventBus();
29947
+ const { t } = useTranslate();
29849
29948
  const handleAction = useCallback(
29850
29949
  (action) => {
29851
29950
  if (action.event) {
@@ -29869,13 +29968,13 @@ var init_Meter = __esm({
29869
29968
  return unit ? `${formatted}${unit}` : `${formatted}`;
29870
29969
  }, [safeVal, unit]);
29871
29970
  if (isLoading) {
29872
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading meter...", className });
29971
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
29873
29972
  }
29874
29973
  if (error) {
29875
29974
  return /* @__PURE__ */ jsx(
29876
29975
  ErrorState,
29877
29976
  {
29878
- title: "Meter error",
29977
+ title: t("display.meterError"),
29879
29978
  message: error.message,
29880
29979
  className
29881
29980
  }
@@ -29972,7 +30071,7 @@ var init_Meter = __esm({
29972
30071
  idx
29973
30072
  );
29974
30073
  }) }),
29975
- thresholds.some((t) => t.label) && /* @__PURE__ */ jsx(HStack, { justify: "between", className: "w-full", children: thresholds.map((t, idx) => /* @__PURE__ */ jsx(Typography, { variant: "caption", color: "secondary", children: t.label || "" }, idx)) })
30074
+ thresholds.some((t2) => t2.label) && /* @__PURE__ */ jsx(HStack, { justify: "between", className: "w-full", children: thresholds.map((t2, idx) => /* @__PURE__ */ jsx(Typography, { variant: "caption", color: "secondary", children: t2.label || "" }, idx)) })
29976
30075
  ] }) });
29977
30076
  }
29978
30077
  return /* @__PURE__ */ jsx(Card, { className: cn("p-4", className), children: /* @__PURE__ */ jsxs(VStack, { gap: "sm", children: [
@@ -30027,7 +30126,7 @@ function useSafeEventBus9() {
30027
30126
  }
30028
30127
  var SwipeableRow;
30029
30128
  var init_SwipeableRow = __esm({
30030
- "components/molecules/SwipeableRow.tsx"() {
30129
+ "components/core/molecules/SwipeableRow.tsx"() {
30031
30130
  "use client";
30032
30131
  init_cn();
30033
30132
  init_useEventBus();
@@ -30367,7 +30466,7 @@ function SortableListInner({
30367
30466
  }
30368
30467
  var EMPTY_ITEMS, SortableList;
30369
30468
  var init_SortableList = __esm({
30370
- "components/molecules/SortableList.tsx"() {
30469
+ "components/core/molecules/SortableList.tsx"() {
30371
30470
  "use client";
30372
30471
  init_cn();
30373
30472
  init_useEventBus();
@@ -30458,7 +30557,7 @@ function useSafeEventBus11() {
30458
30557
  }
30459
30558
  var SAFETY_TIMEOUT_MS, PullToRefresh;
30460
30559
  var init_PullToRefresh = __esm({
30461
- "components/molecules/PullToRefresh.tsx"() {
30560
+ "components/core/molecules/PullToRefresh.tsx"() {
30462
30561
  "use client";
30463
30562
  init_cn();
30464
30563
  init_useEventBus();
@@ -30559,7 +30658,7 @@ var init_PullToRefresh = __esm({
30559
30658
  });
30560
30659
  var iconSizeMap, gapMap, FeatureCard;
30561
30660
  var init_FeatureCard = __esm({
30562
- "components/molecules/FeatureCard.tsx"() {
30661
+ "components/marketing/molecules/FeatureCard.tsx"() {
30563
30662
  "use client";
30564
30663
  init_cn();
30565
30664
  init_Card();
@@ -30639,7 +30738,7 @@ var init_FeatureCard = __esm({
30639
30738
  });
30640
30739
  var FeatureGrid;
30641
30740
  var init_FeatureGrid = __esm({
30642
- "components/molecules/FeatureGrid.tsx"() {
30741
+ "components/core/molecules/FeatureGrid.tsx"() {
30643
30742
  "use client";
30644
30743
  init_cn();
30645
30744
  init_SimpleGrid();
@@ -30665,7 +30764,7 @@ var init_FeatureGrid = __esm({
30665
30764
  });
30666
30765
  var PricingCard;
30667
30766
  var init_PricingCard = __esm({
30668
- "components/molecules/PricingCard.tsx"() {
30767
+ "components/marketing/molecules/PricingCard.tsx"() {
30669
30768
  "use client";
30670
30769
  init_cn();
30671
30770
  init_Card();
@@ -30745,7 +30844,7 @@ var init_PricingCard = __esm({
30745
30844
  });
30746
30845
  var PricingGrid;
30747
30846
  var init_PricingGrid = __esm({
30748
- "components/molecules/PricingGrid.tsx"() {
30847
+ "components/marketing/molecules/PricingGrid.tsx"() {
30749
30848
  "use client";
30750
30849
  init_cn();
30751
30850
  init_SimpleGrid();
@@ -30770,7 +30869,7 @@ var init_PricingGrid = __esm({
30770
30869
  });
30771
30870
  var StatsGrid;
30772
30871
  var init_StatsGrid = __esm({
30773
- "components/molecules/StatsGrid.tsx"() {
30872
+ "components/marketing/molecules/StatsGrid.tsx"() {
30774
30873
  "use client";
30775
30874
  init_cn();
30776
30875
  init_SimpleGrid();
@@ -30798,7 +30897,7 @@ var init_StatsGrid = __esm({
30798
30897
  });
30799
30898
  var ServiceCatalog;
30800
30899
  var init_ServiceCatalog = __esm({
30801
- "components/molecules/ServiceCatalog.tsx"() {
30900
+ "components/marketing/molecules/ServiceCatalog.tsx"() {
30802
30901
  "use client";
30803
30902
  init_cn();
30804
30903
  init_Card();
@@ -30827,7 +30926,7 @@ var init_ServiceCatalog = __esm({
30827
30926
  });
30828
30927
  var LogosVariant, QuotesVariant, BadgesVariant, SocialProof;
30829
30928
  var init_SocialProof = __esm({
30830
- "components/molecules/SocialProof.tsx"() {
30929
+ "components/core/molecules/SocialProof.tsx"() {
30831
30930
  "use client";
30832
30931
  init_cn();
30833
30932
  init_Box();
@@ -30885,7 +30984,7 @@ var init_SocialProof = __esm({
30885
30984
  });
30886
30985
  var StepCircle, StepFlow;
30887
30986
  var init_StepFlow = __esm({
30888
- "components/molecules/StepFlow.tsx"() {
30987
+ "components/marketing/molecules/StepFlow.tsx"() {
30889
30988
  "use client";
30890
30989
  init_cn();
30891
30990
  init_Box();
@@ -30962,7 +31061,7 @@ var init_StepFlow = __esm({
30962
31061
  });
30963
31062
  var SplitSection;
30964
31063
  var init_SplitSection = __esm({
30965
- "components/molecules/SplitSection.tsx"() {
31064
+ "components/marketing/molecules/SplitSection.tsx"() {
30966
31065
  "use client";
30967
31066
  init_cn();
30968
31067
  init_Box();
@@ -31035,7 +31134,7 @@ function normalizeTags(tags) {
31035
31134
  }
31036
31135
  var variantMap4, TagCloud;
31037
31136
  var init_TagCloud = __esm({
31038
- "components/molecules/TagCloud.tsx"() {
31137
+ "components/marketing/molecules/TagCloud.tsx"() {
31039
31138
  "use client";
31040
31139
  init_cn();
31041
31140
  init_Stack();
@@ -31061,7 +31160,7 @@ var init_TagCloud = __esm({
31061
31160
  });
31062
31161
  var TagInput;
31063
31162
  var init_TagInput = __esm({
31064
- "components/molecules/TagInput.tsx"() {
31163
+ "components/core/molecules/TagInput.tsx"() {
31065
31164
  "use client";
31066
31165
  init_cn();
31067
31166
  init_useEventBus();
@@ -31153,7 +31252,7 @@ var init_TagInput = __esm({
31153
31252
  });
31154
31253
  var ShowcaseCard;
31155
31254
  var init_ShowcaseCard = __esm({
31156
- "components/molecules/ShowcaseCard.tsx"() {
31255
+ "components/marketing/molecules/ShowcaseCard.tsx"() {
31157
31256
  "use client";
31158
31257
  init_cn();
31159
31258
  init_Card();
@@ -31473,7 +31572,7 @@ function FrameStrip({
31473
31572
  }
31474
31573
  var GeometricPattern;
31475
31574
  var init_GeometricPattern = __esm({
31476
- "components/molecules/GeometricPattern.tsx"() {
31575
+ "components/marketing/molecules/GeometricPattern.tsx"() {
31477
31576
  "use client";
31478
31577
  init_cn();
31479
31578
  init_PatternTile();
@@ -31705,7 +31804,7 @@ function f2(n) {
31705
31804
  }
31706
31805
  var VARIANT_MAP2, EdgeDecoration;
31707
31806
  var init_EdgeDecoration = __esm({
31708
- "components/molecules/EdgeDecoration.tsx"() {
31807
+ "components/core/molecules/EdgeDecoration.tsx"() {
31709
31808
  "use client";
31710
31809
  init_cn();
31711
31810
  VARIANT_MAP2 = {
@@ -31759,11 +31858,12 @@ var init_EdgeDecoration = __esm({
31759
31858
  });
31760
31859
  var sizeStyles12, VoteStack;
31761
31860
  var init_VoteStack = __esm({
31762
- "components/molecules/VoteStack.tsx"() {
31861
+ "components/core/molecules/VoteStack.tsx"() {
31763
31862
  "use client";
31764
31863
  init_cn();
31765
31864
  init_Icon();
31766
31865
  init_useEventBus();
31866
+ init_useTranslate();
31767
31867
  sizeStyles12 = {
31768
31868
  sm: {
31769
31869
  button: "w-7 h-7",
@@ -31796,6 +31896,7 @@ var init_VoteStack = __esm({
31796
31896
  const isUp = userVote === "up";
31797
31897
  const isDown = userVote === "down";
31798
31898
  const eventBus = useEventBus();
31899
+ const { t } = useTranslate();
31799
31900
  const handleUp = useCallback(() => {
31800
31901
  const next = isUp ? null : "up";
31801
31902
  onVote?.(next);
@@ -31831,7 +31932,7 @@ var init_VoteStack = __esm({
31831
31932
  type: "button",
31832
31933
  onClick: handleUp,
31833
31934
  disabled,
31834
- "aria-label": "Upvote",
31935
+ "aria-label": t("aria.upvote"),
31835
31936
  "aria-pressed": isUp,
31836
31937
  className: cn(
31837
31938
  "inline-flex items-center justify-center",
@@ -31868,7 +31969,7 @@ var init_VoteStack = __esm({
31868
31969
  type: "button",
31869
31970
  onClick: handleDown,
31870
31971
  disabled,
31871
- "aria-label": "Downvote",
31972
+ "aria-label": t("aria.downvote"),
31872
31973
  "aria-pressed": isDown,
31873
31974
  className: cn(
31874
31975
  "inline-flex items-center justify-center",
@@ -31893,7 +31994,7 @@ var init_VoteStack = __esm({
31893
31994
  });
31894
31995
  var DEFAULT_LIKERT_OPTIONS, radioSizes, buttonSizes, questionSizes, LikertScale;
31895
31996
  var init_LikertScale = __esm({
31896
- "components/molecules/LikertScale.tsx"() {
31997
+ "components/core/molecules/LikertScale.tsx"() {
31897
31998
  "use client";
31898
31999
  init_cn();
31899
32000
  init_useEventBus();
@@ -32061,7 +32162,7 @@ var init_LikertScale = __esm({
32061
32162
  });
32062
32163
  var DEFAULT_MATRIX_COLUMNS, sizeStyles13, MatrixQuestion;
32063
32164
  var init_MatrixQuestion = __esm({
32064
- "components/molecules/MatrixQuestion.tsx"() {
32165
+ "components/core/molecules/MatrixQuestion.tsx"() {
32065
32166
  "use client";
32066
32167
  init_cn();
32067
32168
  init_Typography();
@@ -32211,12 +32312,13 @@ var init_MatrixQuestion = __esm({
32211
32312
  });
32212
32313
  var QrScanner;
32213
32314
  var init_QrScanner = __esm({
32214
- "components/molecules/QrScanner.tsx"() {
32315
+ "components/core/molecules/QrScanner.tsx"() {
32215
32316
  "use client";
32216
32317
  init_cn();
32217
- init_atoms();
32318
+ init_atoms2();
32218
32319
  init_Icon();
32219
32320
  init_useEventBus();
32321
+ init_useTranslate();
32220
32322
  QrScanner = ({
32221
32323
  onScan,
32222
32324
  scanEvent,
@@ -32229,6 +32331,7 @@ var init_QrScanner = __esm({
32229
32331
  className
32230
32332
  }) => {
32231
32333
  const eventBus = useEventBus();
32334
+ const { t } = useTranslate();
32232
32335
  const videoRef = useRef(null);
32233
32336
  const streamRef = useRef(null);
32234
32337
  const scanIntervalRef = useRef(null);
@@ -32336,7 +32439,7 @@ var init_QrScanner = __esm({
32336
32439
  ),
32337
32440
  "data-pattern": "qr-scanner",
32338
32441
  role: "region",
32339
- "aria-label": "QR scanner",
32442
+ "aria-label": t("aria.qrScanner"),
32340
32443
  children: [
32341
32444
  /* @__PURE__ */ jsx(
32342
32445
  Box,
@@ -32423,7 +32526,7 @@ var init_QrScanner = __esm({
32423
32526
  "rounded-full bg-black bg-opacity-60 px-3 py-2 text-xs text-white",
32424
32527
  "hover:bg-opacity-80 focus:outline-none focus:ring-2 focus:ring-white"
32425
32528
  ),
32426
- "aria-label": "Mock scan (dev)",
32529
+ "aria-label": t("aria.mockScanDev"),
32427
32530
  children: "Mock Scan"
32428
32531
  }
32429
32532
  )
@@ -32439,7 +32542,7 @@ var init_QrScanner = __esm({
32439
32542
  });
32440
32543
  var formatPriceDelta, constraintHint, validateSelection, OptionConstraintGroup;
32441
32544
  var init_OptionConstraintGroup = __esm({
32442
- "components/molecules/OptionConstraintGroup.tsx"() {
32545
+ "components/core/molecules/OptionConstraintGroup.tsx"() {
32443
32546
  init_cn();
32444
32547
  init_useEventBus();
32445
32548
  init_Typography();
@@ -32638,11 +32741,11 @@ function getStatusIcon(status) {
32638
32741
  }
32639
32742
  var STATUS_CLASSES, STATUS_BADGE, PositionedCanvas;
32640
32743
  var init_PositionedCanvas = __esm({
32641
- "components/molecules/PositionedCanvas.tsx"() {
32744
+ "components/core/molecules/PositionedCanvas.tsx"() {
32642
32745
  "use client";
32643
32746
  init_cn();
32644
32747
  init_useEventBus();
32645
- init_atoms();
32748
+ init_atoms2();
32646
32749
  init_Icon();
32647
32750
  STATUS_CLASSES = {
32648
32751
  empty: "bg-surface border-border text-foreground",
@@ -33379,7 +33482,7 @@ function BlockRow({
33379
33482
  }
33380
33483
  var TOOLBAR_ENTRIES, BLOCK_TYPE_LABEL, CHANGEABLE_TYPES, _idSeq, BLOCK_TYPES, RichBlockEditor;
33381
33484
  var init_RichBlockEditor = __esm({
33382
- "components/molecules/RichBlockEditor.tsx"() {
33485
+ "components/core/molecules/RichBlockEditor.tsx"() {
33383
33486
  "use client";
33384
33487
  init_cn();
33385
33488
  init_Card();
@@ -33574,11 +33677,11 @@ function collectInitiallyCollapsed(nodes, acc) {
33574
33677
  }
33575
33678
  var ReplyTreeNode, ReplyTree;
33576
33679
  var init_ReplyTree = __esm({
33577
- "components/molecules/ReplyTree.tsx"() {
33680
+ "components/core/molecules/ReplyTree.tsx"() {
33578
33681
  "use client";
33579
33682
  init_cn();
33580
33683
  init_useEventBus();
33581
- init_atoms();
33684
+ init_atoms2();
33582
33685
  init_VoteStack();
33583
33686
  ReplyTreeNode = ({
33584
33687
  node,
@@ -33879,11 +33982,11 @@ function computeDiff(before, after) {
33879
33982
  }
33880
33983
  var INLINE_STYLES, VersionDiff;
33881
33984
  var init_VersionDiff = __esm({
33882
- "components/molecules/VersionDiff.tsx"() {
33985
+ "components/core/molecules/VersionDiff.tsx"() {
33883
33986
  "use client";
33884
33987
  init_cn();
33885
33988
  init_useEventBus();
33886
- init_atoms();
33989
+ init_atoms2();
33887
33990
  init_Stack();
33888
33991
  INLINE_STYLES = {
33889
33992
  added: { bg: "bg-success/10", prefix: "+", text: "text-success" },
@@ -34190,23 +34293,25 @@ var init_VersionDiff = __esm({
34190
34293
  });
34191
34294
  var DocBreadcrumb;
34192
34295
  var init_DocBreadcrumb = __esm({
34193
- "components/molecules/DocBreadcrumb.tsx"() {
34296
+ "components/core/molecules/DocBreadcrumb.tsx"() {
34194
34297
  "use client";
34195
34298
  init_cn();
34196
34299
  init_Box();
34197
34300
  init_Stack();
34198
34301
  init_Typography();
34199
34302
  init_Icon();
34303
+ init_useTranslate();
34200
34304
  DocBreadcrumb = ({
34201
34305
  items,
34202
34306
  className
34203
34307
  }) => {
34308
+ const { t } = useTranslate();
34204
34309
  return /* @__PURE__ */ jsx(
34205
34310
  Box,
34206
34311
  {
34207
34312
  className: cn("w-full", className),
34208
34313
  role: "navigation",
34209
- "aria-label": "Breadcrumb",
34314
+ "aria-label": t("aria.breadcrumb"),
34210
34315
  children: /* @__PURE__ */ jsx(HStack, { gap: "xs", align: "center", wrap: true, children: items.map((item, idx) => {
34211
34316
  const isLast = idx === items.length - 1;
34212
34317
  return /* @__PURE__ */ jsxs(React85__default.Fragment, { children: [
@@ -34349,7 +34454,7 @@ function DocCodeBlock({
34349
34454
  );
34350
34455
  }
34351
34456
  var init_DocCodeBlock = __esm({
34352
- "components/molecules/DocCodeBlock.tsx"() {
34457
+ "components/core/molecules/DocCodeBlock.tsx"() {
34353
34458
  "use client";
34354
34459
  init_cn();
34355
34460
  init_Box();
@@ -34424,7 +34529,7 @@ function DocPagination({ prev, next, className }) {
34424
34529
  }
34425
34530
  var linkCardStyles;
34426
34531
  var init_DocPagination = __esm({
34427
- "components/molecules/DocPagination.tsx"() {
34532
+ "components/core/molecules/DocPagination.tsx"() {
34428
34533
  "use client";
34429
34534
  init_cn();
34430
34535
  init_Box();
@@ -34613,7 +34718,7 @@ function DocSearch({
34613
34718
  );
34614
34719
  }
34615
34720
  var init_DocSearch = __esm({
34616
- "components/molecules/DocSearch.tsx"() {
34721
+ "components/core/molecules/DocSearch.tsx"() {
34617
34722
  "use client";
34618
34723
  init_cn();
34619
34724
  init_Box();
@@ -34626,7 +34731,7 @@ var init_DocSearch = __esm({
34626
34731
  });
34627
34732
  var DocSidebarCategory, DocSidebar;
34628
34733
  var init_DocSidebar = __esm({
34629
- "components/molecules/DocSidebar.tsx"() {
34734
+ "components/core/molecules/DocSidebar.tsx"() {
34630
34735
  "use client";
34631
34736
  init_cn();
34632
34737
  init_Box();
@@ -34634,6 +34739,7 @@ var init_DocSidebar = __esm({
34634
34739
  init_Stack();
34635
34740
  init_Typography();
34636
34741
  init_Icon();
34742
+ init_useTranslate();
34637
34743
  DocSidebarCategory = ({ item, depth }) => {
34638
34744
  const [expanded, setExpanded] = useState(
34639
34745
  () => item.items?.some(function hasActive(child) {
@@ -34718,12 +34824,13 @@ var init_DocSidebar = __esm({
34718
34824
  items,
34719
34825
  className
34720
34826
  }) => {
34827
+ const { t } = useTranslate();
34721
34828
  return /* @__PURE__ */ jsx(
34722
34829
  Box,
34723
34830
  {
34724
34831
  className: cn("w-full", className),
34725
34832
  role: "navigation",
34726
- "aria-label": "Documentation sidebar",
34833
+ "aria-label": t("aria.docsSidebar"),
34727
34834
  children: /* @__PURE__ */ jsx(VStack, { gap: "xs", children: items.map((item, idx) => /* @__PURE__ */ jsx(DocSidebarCategory, { item, depth: 0 }, idx)) })
34728
34835
  }
34729
34836
  );
@@ -34733,23 +34840,25 @@ var init_DocSidebar = __esm({
34733
34840
  });
34734
34841
  var DocTOC;
34735
34842
  var init_DocTOC = __esm({
34736
- "components/molecules/DocTOC.tsx"() {
34843
+ "components/core/molecules/DocTOC.tsx"() {
34737
34844
  "use client";
34738
34845
  init_cn();
34739
34846
  init_Box();
34740
34847
  init_Stack();
34741
34848
  init_Typography();
34849
+ init_useTranslate();
34742
34850
  DocTOC = ({
34743
34851
  items,
34744
34852
  activeId,
34745
34853
  className
34746
34854
  }) => {
34855
+ const { t } = useTranslate();
34747
34856
  return /* @__PURE__ */ jsx(
34748
34857
  Box,
34749
34858
  {
34750
34859
  className: cn("w-full", className),
34751
34860
  role: "navigation",
34752
- "aria-label": "Table of contents",
34861
+ "aria-label": t("aria.tableOfContents"),
34753
34862
  children: /* @__PURE__ */ jsx(VStack, { gap: "none", children: items.map((item) => {
34754
34863
  const isActive = item.id === activeId;
34755
34864
  const indent = item.level >= 3 ? "pl-4" : "pl-0";
@@ -34792,7 +34901,7 @@ var init_DocTOC = __esm({
34792
34901
  });
34793
34902
  var GradientDivider;
34794
34903
  var init_GradientDivider = __esm({
34795
- "components/molecules/GradientDivider.tsx"() {
34904
+ "components/core/molecules/GradientDivider.tsx"() {
34796
34905
  "use client";
34797
34906
  init_cn();
34798
34907
  init_Box();
@@ -34816,7 +34925,7 @@ var init_GradientDivider = __esm({
34816
34925
  });
34817
34926
  var MarketingFooter;
34818
34927
  var init_MarketingFooter = __esm({
34819
- "components/molecules/MarketingFooter.tsx"() {
34928
+ "components/core/molecules/MarketingFooter.tsx"() {
34820
34929
  "use client";
34821
34930
  init_cn();
34822
34931
  init_Box();
@@ -34886,7 +34995,7 @@ var init_MarketingFooter = __esm({
34886
34995
  });
34887
34996
  var PullQuote;
34888
34997
  var init_PullQuote = __esm({
34889
- "components/molecules/PullQuote.tsx"() {
34998
+ "components/core/molecules/PullQuote.tsx"() {
34890
34999
  "use client";
34891
35000
  init_cn();
34892
35001
  init_Box();
@@ -34931,7 +35040,7 @@ function persistenceStroke(kind) {
34931
35040
  }
34932
35041
  var AvlEntity;
34933
35042
  var init_AvlEntity = __esm({
34934
- "components/atoms/avl/AvlEntity.tsx"() {
35043
+ "components/avl/atoms/AvlEntity.tsx"() {
34935
35044
  "use client";
34936
35045
  AvlEntity = ({
34937
35046
  x = 0,
@@ -35058,7 +35167,7 @@ function typeShape(kind, x, y, s, color) {
35058
35167
  }
35059
35168
  var AvlFieldType;
35060
35169
  var init_AvlFieldType = __esm({
35061
- "components/atoms/avl/AvlFieldType.tsx"() {
35170
+ "components/avl/atoms/AvlFieldType.tsx"() {
35062
35171
  "use client";
35063
35172
  AvlFieldType = ({
35064
35173
  x = 0,
@@ -35092,7 +35201,7 @@ var init_AvlFieldType = __esm({
35092
35201
  });
35093
35202
  var AvlPage;
35094
35203
  var init_AvlPage = __esm({
35095
- "components/atoms/avl/AvlPage.tsx"() {
35204
+ "components/avl/atoms/AvlPage.tsx"() {
35096
35205
  "use client";
35097
35206
  AvlPage = ({
35098
35207
  x = 0,
@@ -35137,7 +35246,7 @@ var init_AvlPage = __esm({
35137
35246
  });
35138
35247
  var NODE_W, NODE_H, GAP, ARROW_W, MiniStateMachine;
35139
35248
  var init_MiniStateMachine = __esm({
35140
- "components/molecules/avl/MiniStateMachine.tsx"() {
35249
+ "components/avl/molecules/MiniStateMachine.tsx"() {
35141
35250
  "use client";
35142
35251
  init_AvlState();
35143
35252
  init_AvlEffect();
@@ -35232,7 +35341,7 @@ function toFieldKind(type) {
35232
35341
  }
35233
35342
  var PERSISTENCE_BORDER, PERSISTENCE_ICON, ModuleCardInner, ModuleCard;
35234
35343
  var init_ModuleCard = __esm({
35235
- "components/molecules/avl/ModuleCard.tsx"() {
35344
+ "components/avl/molecules/ModuleCard.tsx"() {
35236
35345
  "use client";
35237
35346
  init_AvlEntity();
35238
35347
  init_AvlFieldType();
@@ -35328,10 +35437,10 @@ var init_ModuleCard = __esm({
35328
35437
  });
35329
35438
  var PageHeader;
35330
35439
  var init_PageHeader = __esm({
35331
- "components/molecules/PageHeader.tsx"() {
35440
+ "components/core/molecules/PageHeader.tsx"() {
35332
35441
  "use client";
35333
35442
  init_cn();
35334
- init_atoms();
35443
+ init_atoms2();
35335
35444
  init_Box();
35336
35445
  init_Typography();
35337
35446
  init_useEventBus();
@@ -35462,7 +35571,7 @@ var init_PageHeader = __esm({
35462
35571
  });
35463
35572
  var lookStyles8, Header;
35464
35573
  var init_Header = __esm({
35465
- "components/molecules/Header.tsx"() {
35574
+ "components/core/molecules/Header.tsx"() {
35466
35575
  "use client";
35467
35576
  init_SearchInput();
35468
35577
  init_Avatar();
@@ -35524,7 +35633,7 @@ var init_Header = __esm({
35524
35633
  variant: "ghost",
35525
35634
  onClick: onMenuToggle,
35526
35635
  className: "p-2 -ml-2 text-foreground hover:bg-muted transition-colors",
35527
- "aria-label": isMenuOpen ? "Close menu" : "Open menu",
35636
+ "aria-label": isMenuOpen ? t("aria.closeMenu") : t("aria.openMenu"),
35528
35637
  children: isMenuOpen ? /* @__PURE__ */ jsx(X, { size: 24 }) : /* @__PURE__ */ jsx(Menu$1, { size: 24 })
35529
35638
  }
35530
35639
  ),
@@ -35610,7 +35719,7 @@ var init_Header = __esm({
35610
35719
  });
35611
35720
  var Navigation;
35612
35721
  var init_Navigation = __esm({
35613
- "components/molecules/Navigation.tsx"() {
35722
+ "components/core/molecules/Navigation.tsx"() {
35614
35723
  init_Menu();
35615
35724
  init_Button();
35616
35725
  init_Badge();
@@ -35692,7 +35801,7 @@ var init_Navigation = __esm({
35692
35801
  });
35693
35802
  var paddingStyles4, variantStyles9, Section;
35694
35803
  var init_Section = __esm({
35695
- "components/molecules/Section.tsx"() {
35804
+ "components/core/molecules/Section.tsx"() {
35696
35805
  init_cn();
35697
35806
  init_Typography();
35698
35807
  init_Box();
@@ -35784,7 +35893,7 @@ var init_Section = __esm({
35784
35893
  });
35785
35894
  var SidebarNavItem, Sidebar;
35786
35895
  var init_Sidebar = __esm({
35787
- "components/molecules/Sidebar.tsx"() {
35896
+ "components/core/molecules/Sidebar.tsx"() {
35788
35897
  "use client";
35789
35898
  init_Badge();
35790
35899
  init_Button();
@@ -35965,7 +36074,7 @@ var init_Sidebar = __esm({
35965
36074
  });
35966
36075
  var gapStyles8, alignStyles5, ratioStyles, breakpointPrefixes, Split;
35967
36076
  var init_Split = __esm({
35968
- "components/molecules/Split.tsx"() {
36077
+ "components/core/molecules/Split.tsx"() {
35969
36078
  init_cn();
35970
36079
  init_Box();
35971
36080
  gapStyles8 = {
@@ -36038,7 +36147,7 @@ var init_Split = __esm({
36038
36147
  });
36039
36148
  var WizardContainer;
36040
36149
  var init_WizardContainer = __esm({
36041
- "components/molecules/WizardContainer.tsx"() {
36150
+ "components/core/molecules/WizardContainer.tsx"() {
36042
36151
  "use client";
36043
36152
  init_Button();
36044
36153
  init_Typography();
@@ -36243,7 +36352,7 @@ function getOrbitalType(complexity) {
36243
36352
  }
36244
36353
  var ORBITAL_CONFIGS, SIZE_MAP, OrbitalSphere, DumbbellOrbital, CloverleafOrbital, OrbitalVisualization;
36245
36354
  var init_OrbitalVisualization = __esm({
36246
- "components/molecules/OrbitalVisualization.tsx"() {
36355
+ "components/core/molecules/OrbitalVisualization.tsx"() {
36247
36356
  "use client";
36248
36357
  init_Box();
36249
36358
  init_Typography();
@@ -36612,14 +36721,15 @@ var init_OrbitalVisualization = __esm({
36612
36721
  });
36613
36722
  var SignaturePad;
36614
36723
  var init_SignaturePad = __esm({
36615
- "components/molecules/SignaturePad.tsx"() {
36724
+ "components/core/molecules/SignaturePad.tsx"() {
36616
36725
  "use client";
36617
36726
  init_cn();
36618
- init_atoms();
36727
+ init_atoms2();
36619
36728
  init_Stack();
36620
36729
  init_LoadingState();
36621
36730
  init_ErrorState();
36622
36731
  init_useEventBus();
36732
+ init_useTranslate();
36623
36733
  SignaturePad = ({
36624
36734
  label = "Signature",
36625
36735
  helperText = "Draw your signature above",
@@ -36637,6 +36747,7 @@ var init_SignaturePad = __esm({
36637
36747
  className
36638
36748
  }) => {
36639
36749
  const eventBus = useEventBus();
36750
+ const { t } = useTranslate();
36640
36751
  const canvasRef = useRef(null);
36641
36752
  const [isDrawing, setIsDrawing] = useState(false);
36642
36753
  const [hasSignature, setHasSignature] = useState(!!value);
@@ -36726,13 +36837,13 @@ var init_SignaturePad = __esm({
36726
36837
  }
36727
36838
  }, [signEvent, eventBus]);
36728
36839
  if (isLoading) {
36729
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading signature pad...", className });
36840
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
36730
36841
  }
36731
36842
  if (error) {
36732
36843
  return /* @__PURE__ */ jsx(
36733
36844
  ErrorState,
36734
36845
  {
36735
- title: "Signature pad error",
36846
+ title: t("display.signaturePadError"),
36736
36847
  message: error.message,
36737
36848
  className
36738
36849
  }
@@ -36800,16 +36911,17 @@ var init_SignaturePad = __esm({
36800
36911
  });
36801
36912
  var DocumentViewer;
36802
36913
  var init_DocumentViewer = __esm({
36803
- "components/molecules/DocumentViewer.tsx"() {
36914
+ "components/core/molecules/DocumentViewer.tsx"() {
36804
36915
  "use client";
36805
36916
  init_cn();
36806
- init_atoms();
36917
+ init_atoms2();
36807
36918
  init_Stack();
36808
36919
  init_LoadingState();
36809
36920
  init_ErrorState();
36810
36921
  init_EmptyState();
36811
36922
  init_Tabs();
36812
36923
  init_useEventBus();
36924
+ init_useTranslate();
36813
36925
  DocumentViewer = ({
36814
36926
  title,
36815
36927
  src,
@@ -36829,6 +36941,7 @@ var init_DocumentViewer = __esm({
36829
36941
  className
36830
36942
  }) => {
36831
36943
  const eventBus = useEventBus();
36944
+ const { t } = useTranslate();
36832
36945
  const [zoom, setZoom] = useState(100);
36833
36946
  const [currentPage, setCurrentPage] = useState(propPage ?? 1);
36834
36947
  const [activeDocIndex, setActiveDocIndex] = useState(0);
@@ -36864,13 +36977,13 @@ var init_DocumentViewer = __esm({
36864
36977
  }
36865
36978
  }, [totalPages, eventBus, currentPage]);
36866
36979
  if (isLoading) {
36867
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading document...", className });
36980
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
36868
36981
  }
36869
36982
  if (error) {
36870
36983
  return /* @__PURE__ */ jsx(
36871
36984
  ErrorState,
36872
36985
  {
36873
- title: "Document error",
36986
+ title: t("display.documentError"),
36874
36987
  message: error.message,
36875
36988
  className
36876
36989
  }
@@ -36885,7 +36998,7 @@ var init_DocumentViewer = __esm({
36885
36998
  EmptyState,
36886
36999
  {
36887
37000
  icon: FileText,
36888
- title: "No document",
37001
+ title: t("display.noDocument"),
36889
37002
  description: "No document to display.",
36890
37003
  className
36891
37004
  }
@@ -37004,15 +37117,16 @@ function getGroupColor(group, groups) {
37004
37117
  }
37005
37118
  var GROUP_COLORS2, GraphCanvas;
37006
37119
  var init_GraphCanvas = __esm({
37007
- "components/molecules/GraphCanvas.tsx"() {
37120
+ "components/core/molecules/GraphCanvas.tsx"() {
37008
37121
  "use client";
37009
37122
  init_cn();
37010
- init_atoms();
37123
+ init_atoms2();
37011
37124
  init_Stack();
37012
37125
  init_LoadingState();
37013
37126
  init_ErrorState();
37014
37127
  init_EmptyState();
37015
37128
  init_useEventBus();
37129
+ init_useTranslate();
37016
37130
  GROUP_COLORS2 = [
37017
37131
  "var(--color-primary)",
37018
37132
  "var(--color-success)",
@@ -37039,6 +37153,7 @@ var init_GraphCanvas = __esm({
37039
37153
  className
37040
37154
  }) => {
37041
37155
  const eventBus = useEventBus();
37156
+ const { t } = useTranslate();
37042
37157
  const canvasRef = useRef(null);
37043
37158
  const animRef = useRef(0);
37044
37159
  const [zoom, setZoom] = useState(1);
@@ -37220,13 +37335,13 @@ var init_GraphCanvas = __esm({
37220
37335
  setOffset({ x: 0, y: 0 });
37221
37336
  }, []);
37222
37337
  if (isLoading) {
37223
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading graph...", className });
37338
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
37224
37339
  }
37225
37340
  if (error) {
37226
37341
  return /* @__PURE__ */ jsx(
37227
37342
  ErrorState,
37228
37343
  {
37229
- title: "Graph error",
37344
+ title: t("display.graphError"),
37230
37345
  message: error.message,
37231
37346
  className
37232
37347
  }
@@ -37236,7 +37351,7 @@ var init_GraphCanvas = __esm({
37236
37351
  return /* @__PURE__ */ jsx(
37237
37352
  EmptyState,
37238
37353
  {
37239
- title: "No graph data",
37354
+ title: t("display.noGraphData"),
37240
37355
  description: "No nodes to display.",
37241
37356
  className
37242
37357
  }
@@ -37312,19 +37427,19 @@ var init_GraphCanvas = __esm({
37312
37427
  }
37313
37428
  });
37314
37429
 
37315
- // components/molecules/index.ts
37316
- var init_molecules = __esm({
37317
- "components/molecules/index.ts"() {
37430
+ // components/core/molecules/index.ts
37431
+ var init_molecules2 = __esm({
37432
+ "components/core/molecules/index.ts"() {
37318
37433
  init_EmptyState();
37319
37434
  init_Pagination();
37320
- init_game2();
37435
+ init_molecules();
37321
37436
  }
37322
37437
  });
37323
37438
 
37324
- // components/organisms/types.ts
37439
+ // components/core/organisms/types.ts
37325
37440
  var EntityDisplayEvents;
37326
37441
  var init_types3 = __esm({
37327
- "components/organisms/types.ts"() {
37442
+ "components/core/organisms/types.ts"() {
37328
37443
  EntityDisplayEvents = {
37329
37444
  SORT: "SORT",
37330
37445
  PAGINATE: "PAGINATE",
@@ -37738,15 +37853,15 @@ function DataTable({
37738
37853
  }
37739
37854
  var lookStyles9;
37740
37855
  var init_DataTable = __esm({
37741
- "components/organisms/DataTable.tsx"() {
37856
+ "components/core/organisms/DataTable.tsx"() {
37742
37857
  "use client";
37743
37858
  init_cn();
37744
37859
  init_getNestedValue();
37745
- init_atoms();
37860
+ init_atoms2();
37746
37861
  init_Box();
37747
37862
  init_Stack();
37748
37863
  init_Typography();
37749
- init_molecules();
37864
+ init_molecules2();
37750
37865
  init_Icon();
37751
37866
  init_useEventBus();
37752
37867
  init_useTranslate();
@@ -37893,8 +38008,8 @@ function DebuggerBoard({
37893
38008
  );
37894
38009
  }
37895
38010
  var init_DebuggerBoard = __esm({
37896
- "components/organisms/game/puzzles/debugger/DebuggerBoard.tsx"() {
37897
- init_atoms();
38011
+ "components/game/organisms/puzzles/debugger/DebuggerBoard.tsx"() {
38012
+ init_atoms2();
37898
38013
  init_useEventBus();
37899
38014
  init_useTranslate();
37900
38015
  DebuggerBoard.displayName = "DebuggerBoard";
@@ -38015,9 +38130,9 @@ function buildFieldTypeMap(fields) {
38015
38130
  }
38016
38131
  var ReactMarkdown2, DetailPanel;
38017
38132
  var init_DetailPanel = __esm({
38018
- "components/organisms/DetailPanel.tsx"() {
38133
+ "components/core/organisms/DetailPanel.tsx"() {
38019
38134
  "use client";
38020
- init_atoms();
38135
+ init_atoms2();
38021
38136
  init_Box();
38022
38137
  init_Stack();
38023
38138
  init_SimpleGrid();
@@ -38192,7 +38307,7 @@ var init_DetailPanel = __esm({
38192
38307
  return /* @__PURE__ */ jsx(
38193
38308
  LoadingState,
38194
38309
  {
38195
- message: "Loading details...",
38310
+ message: t("common.loading"),
38196
38311
  className
38197
38312
  }
38198
38313
  );
@@ -38212,7 +38327,7 @@ var init_DetailPanel = __esm({
38212
38327
  return /* @__PURE__ */ jsx(
38213
38328
  EmptyState,
38214
38329
  {
38215
- title: "Not Found",
38330
+ title: t("error.notFound"),
38216
38331
  description: "The requested item could not be found.",
38217
38332
  className
38218
38333
  }
@@ -38360,7 +38475,7 @@ function extractTitle(children) {
38360
38475
  }
38361
38476
  var DrawerSlot;
38362
38477
  var init_DrawerSlot = __esm({
38363
- "components/organisms/DrawerSlot.tsx"() {
38478
+ "components/core/organisms/DrawerSlot.tsx"() {
38364
38479
  "use client";
38365
38480
  init_Drawer();
38366
38481
  init_useEventBus();
@@ -38603,7 +38718,7 @@ function TraitStateViewer({
38603
38718
  }
38604
38719
  var SIZE_CONFIG2;
38605
38720
  var init_TraitStateViewer = __esm({
38606
- "components/organisms/game/TraitStateViewer.tsx"() {
38721
+ "components/game/organisms/TraitStateViewer.tsx"() {
38607
38722
  "use client";
38608
38723
  init_cn();
38609
38724
  init_useTranslate();
@@ -38662,8 +38777,8 @@ function RuleEditor({
38662
38777
  ] });
38663
38778
  }
38664
38779
  var init_RuleEditor = __esm({
38665
- "components/organisms/game/puzzles/event-handler/RuleEditor.tsx"() {
38666
- init_atoms();
38780
+ "components/game/organisms/puzzles/event-handler/RuleEditor.tsx"() {
38781
+ init_atoms2();
38667
38782
  init_cn();
38668
38783
  init_useTranslate();
38669
38784
  RuleEditor.displayName = "RuleEditor";
@@ -38737,8 +38852,8 @@ function ObjectRulePanel({
38737
38852
  }
38738
38853
  var nextRuleId;
38739
38854
  var init_ObjectRulePanel = __esm({
38740
- "components/organisms/game/puzzles/event-handler/ObjectRulePanel.tsx"() {
38741
- init_atoms();
38855
+ "components/game/organisms/puzzles/event-handler/ObjectRulePanel.tsx"() {
38856
+ init_atoms2();
38742
38857
  init_cn();
38743
38858
  init_useTranslate();
38744
38859
  init_TraitStateViewer();
@@ -38782,8 +38897,8 @@ function EventLog({
38782
38897
  }
38783
38898
  var STATUS_STYLES, STATUS_DOTS;
38784
38899
  var init_EventLog = __esm({
38785
- "components/organisms/game/puzzles/event-handler/EventLog.tsx"() {
38786
- init_atoms();
38900
+ "components/game/organisms/puzzles/event-handler/EventLog.tsx"() {
38901
+ init_atoms2();
38787
38902
  init_cn();
38788
38903
  init_useTranslate();
38789
38904
  STATUS_STYLES = {
@@ -38995,8 +39110,8 @@ function EventHandlerBoard({
38995
39110
  }
38996
39111
  var ENCOURAGEMENT_KEYS;
38997
39112
  var init_EventHandlerBoard = __esm({
38998
- "components/organisms/game/puzzles/event-handler/EventHandlerBoard.tsx"() {
38999
- init_atoms();
39113
+ "components/game/organisms/puzzles/event-handler/EventHandlerBoard.tsx"() {
39114
+ init_atoms2();
39000
39115
  init_cn();
39001
39116
  init_useEventBus();
39002
39117
  init_useTranslate();
@@ -39013,7 +39128,7 @@ var init_EventHandlerBoard = __esm({
39013
39128
  });
39014
39129
  var FeatureDetailPageTemplate;
39015
39130
  var init_FeatureDetailPageTemplate = __esm({
39016
- "components/templates/FeatureDetailPageTemplate.tsx"() {
39131
+ "components/marketing/templates/FeatureDetailPageTemplate.tsx"() {
39017
39132
  init_cn();
39018
39133
  init_Stack();
39019
39134
  init_HeroSection();
@@ -39065,7 +39180,7 @@ var init_FeatureDetailPageTemplate = __esm({
39065
39180
  });
39066
39181
  var FeatureGridOrganism;
39067
39182
  var init_FeatureGridOrganism = __esm({
39068
- "components/organisms/FeatureGridOrganism.tsx"() {
39183
+ "components/core/organisms/FeatureGridOrganism.tsx"() {
39069
39184
  "use client";
39070
39185
  init_cn();
39071
39186
  init_useEventBus();
@@ -39237,7 +39352,7 @@ function formatDateTimeValue(value) {
39237
39352
  }
39238
39353
  var layoutStyles, gapStyles9, Form;
39239
39354
  var init_Form = __esm({
39240
- "components/organisms/Form.tsx"() {
39355
+ "components/core/organisms/Form.tsx"() {
39241
39356
  "use client";
39242
39357
  init_cn();
39243
39358
  init_Input();
@@ -40070,7 +40185,7 @@ function useGameAudio({
40070
40185
  };
40071
40186
  }
40072
40187
  var init_useGameAudio = __esm({
40073
- "components/organisms/game/hooks/useGameAudio.ts"() {
40188
+ "components/game/organisms/hooks/useGameAudio.ts"() {
40074
40189
  "use client";
40075
40190
  useGameAudio.displayName = "useGameAudio";
40076
40191
  }
@@ -40122,7 +40237,7 @@ function GameAudioProvider({
40122
40237
  }
40123
40238
  var GameAudioContext;
40124
40239
  var init_GameAudioProvider = __esm({
40125
- "components/organisms/game/GameAudioProvider.tsx"() {
40240
+ "components/game/organisms/GameAudioProvider.tsx"() {
40126
40241
  "use client";
40127
40242
  init_useEventBus();
40128
40243
  init_useGameAudio();
@@ -40155,9 +40270,9 @@ function GameAudioToggle({
40155
40270
  );
40156
40271
  }
40157
40272
  var init_GameAudioToggle = __esm({
40158
- "components/organisms/game/GameAudioToggle.tsx"() {
40273
+ "components/game/organisms/GameAudioToggle.tsx"() {
40159
40274
  "use client";
40160
- init_atoms();
40275
+ init_atoms2();
40161
40276
  init_cn();
40162
40277
  init_GameAudioProvider();
40163
40278
  GameAudioToggle.displayName = "GameAudioToggle";
@@ -40165,7 +40280,7 @@ var init_GameAudioToggle = __esm({
40165
40280
  });
40166
40281
  var GameShell;
40167
40282
  var init_GameShell = __esm({
40168
- "components/templates/GameShell.tsx"() {
40283
+ "components/game/templates/GameShell.tsx"() {
40169
40284
  init_cn();
40170
40285
  init_Box();
40171
40286
  init_Stack();
@@ -40243,7 +40358,7 @@ var init_GameShell = __esm({
40243
40358
  });
40244
40359
  var GameTemplate;
40245
40360
  var init_GameTemplate = __esm({
40246
- "components/templates/GameTemplate.tsx"() {
40361
+ "components/game/templates/GameTemplate.tsx"() {
40247
40362
  init_cn();
40248
40363
  init_Box();
40249
40364
  init_Stack();
@@ -40360,7 +40475,7 @@ var init_GameTemplate = __esm({
40360
40475
  });
40361
40476
  var GenericAppTemplate;
40362
40477
  var init_GenericAppTemplate = __esm({
40363
- "components/templates/GenericAppTemplate.tsx"() {
40478
+ "components/core/templates/GenericAppTemplate.tsx"() {
40364
40479
  init_cn();
40365
40480
  init_Box();
40366
40481
  init_Stack();
@@ -40408,7 +40523,7 @@ var init_GenericAppTemplate = __esm({
40408
40523
  });
40409
40524
  var HeroOrganism, _HeroClickInterceptor;
40410
40525
  var init_HeroOrganism = __esm({
40411
- "components/organisms/HeroOrganism.tsx"() {
40526
+ "components/core/organisms/HeroOrganism.tsx"() {
40412
40527
  "use client";
40413
40528
  init_cn();
40414
40529
  init_useEventBus();
@@ -40516,8 +40631,9 @@ var init_HeroOrganism = __esm({
40516
40631
  });
40517
40632
  var LandingPageTemplate;
40518
40633
  var init_LandingPageTemplate = __esm({
40519
- "components/templates/LandingPageTemplate.tsx"() {
40634
+ "components/marketing/templates/LandingPageTemplate.tsx"() {
40520
40635
  init_cn();
40636
+ init_useTranslate();
40521
40637
  init_Stack();
40522
40638
  init_Box();
40523
40639
  init_Container();
@@ -40535,6 +40651,7 @@ var init_LandingPageTemplate = __esm({
40535
40651
  featureColumns = 3,
40536
40652
  className
40537
40653
  }) => {
40654
+ const { t } = useTranslate();
40538
40655
  const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
40539
40656
  if (!resolved) return null;
40540
40657
  return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
@@ -40554,7 +40671,7 @@ var init_LandingPageTemplate = __esm({
40554
40671
  }
40555
40672
  ),
40556
40673
  Array.isArray(resolved.features) && resolved.features.length > 0 && /* @__PURE__ */ jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxs(VStack, { gap: "lg", children: [
40557
- /* @__PURE__ */ jsx(SectionHeader, { title: "Features" }),
40674
+ /* @__PURE__ */ jsx(SectionHeader, { title: t("template.features") }),
40558
40675
  /* @__PURE__ */ jsx(
40559
40676
  FeatureGrid,
40560
40677
  {
@@ -40578,7 +40695,7 @@ var init_LandingPageTemplate = __esm({
40578
40695
  }
40579
40696
  ) }) }),
40580
40697
  resolved.steps && resolved.steps.length > 0 && /* @__PURE__ */ jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxs(VStack, { gap: "lg", children: [
40581
- /* @__PURE__ */ jsx(SectionHeader, { title: "How It Works" }),
40698
+ /* @__PURE__ */ jsx(SectionHeader, { title: t("template.howItWorks") }),
40582
40699
  /* @__PURE__ */ jsx(
40583
40700
  StepFlow,
40584
40701
  {
@@ -40592,7 +40709,7 @@ var init_LandingPageTemplate = __esm({
40592
40709
  )
40593
40710
  ] }) }) }),
40594
40711
  resolved.showcase && resolved.showcase.length > 0 && /* @__PURE__ */ jsx(Box, { className: "py-16", children: /* @__PURE__ */ jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxs(VStack, { gap: "lg", children: [
40595
- /* @__PURE__ */ jsx(SectionHeader, { title: "Showcase" }),
40712
+ /* @__PURE__ */ jsx(SectionHeader, { title: t("template.showcase") }),
40596
40713
  /* @__PURE__ */ jsx(SimpleGrid, { cols: Math.min(resolved.showcase.length, 3), gap: "lg", children: resolved.showcase.map((item) => /* @__PURE__ */ jsx(
40597
40714
  ShowcaseCard,
40598
40715
  {
@@ -40706,9 +40823,9 @@ function formatFieldLabel2(fieldName) {
40706
40823
  }
40707
40824
  var STATUS_STYLES2, StatusBadge, ProgressIndicator, List3;
40708
40825
  var init_List = __esm({
40709
- "components/organisms/List.tsx"() {
40826
+ "components/core/organisms/List.tsx"() {
40710
40827
  "use client";
40711
- init_atoms();
40828
+ init_atoms2();
40712
40829
  init_Stack();
40713
40830
  init_Menu();
40714
40831
  init_EmptyState();
@@ -40882,7 +40999,7 @@ var init_List = __esm({
40882
40999
  return /* @__PURE__ */ jsx(
40883
41000
  LoadingState,
40884
41001
  {
40885
- message: "Loading items...",
41002
+ message: t("error.loadingItems"),
40886
41003
  className
40887
41004
  }
40888
41005
  );
@@ -40892,7 +41009,7 @@ var init_List = __esm({
40892
41009
  EmptyState,
40893
41010
  {
40894
41011
  icon: Package,
40895
- title: "Error loading items",
41012
+ title: t("error.somethingWentWrong"),
40896
41013
  description: error.message,
40897
41014
  className
40898
41015
  }
@@ -41148,7 +41265,7 @@ var init_List = __esm({
41148
41265
  EmptyState,
41149
41266
  {
41150
41267
  icon: Package,
41151
- title: "No items found",
41268
+ title: t("error.noItemsFound"),
41152
41269
  description: resolvedEmptyMessage,
41153
41270
  className
41154
41271
  }
@@ -41207,7 +41324,7 @@ function MasterDetail({
41207
41324
  );
41208
41325
  }
41209
41326
  var init_MasterDetail = __esm({
41210
- "components/organisms/MasterDetail.tsx"() {
41327
+ "components/core/organisms/MasterDetail.tsx"() {
41211
41328
  "use client";
41212
41329
  init_DataTable();
41213
41330
  MasterDetail.displayName = "MasterDetail";
@@ -41215,7 +41332,7 @@ var init_MasterDetail = __esm({
41215
41332
  });
41216
41333
  var DefaultEmptyDetail, MasterDetailLayout;
41217
41334
  var init_MasterDetailLayout = __esm({
41218
- "components/organisms/layout/MasterDetailLayout.tsx"() {
41335
+ "components/core/organisms/layout/MasterDetailLayout.tsx"() {
41219
41336
  init_cn();
41220
41337
  init_Typography();
41221
41338
  DefaultEmptyDetail = () => /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center h-full border-2 border-dashed border-border", children: /* @__PURE__ */ jsx(
@@ -41266,10 +41383,10 @@ var init_MasterDetailLayout = __esm({
41266
41383
  });
41267
41384
  var COLUMN_CLASSES, ASPECT_CLASSES, MediaGallery;
41268
41385
  var init_MediaGallery = __esm({
41269
- "components/organisms/MediaGallery.tsx"() {
41386
+ "components/core/organisms/MediaGallery.tsx"() {
41270
41387
  "use client";
41271
41388
  init_cn();
41272
- init_atoms();
41389
+ init_atoms2();
41273
41390
  init_Stack();
41274
41391
  init_LoadingState();
41275
41392
  init_ErrorState();
@@ -41334,13 +41451,13 @@ var init_MediaGallery = __esm({
41334
41451
  }));
41335
41452
  }, [propItems, entityData]);
41336
41453
  if (isLoading) {
41337
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading media...", className });
41454
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
41338
41455
  }
41339
41456
  if (error) {
41340
41457
  return /* @__PURE__ */ jsx(
41341
41458
  ErrorState,
41342
41459
  {
41343
- title: "Gallery error",
41460
+ title: t("display.galleryError"),
41344
41461
  message: error.message,
41345
41462
  className
41346
41463
  }
@@ -41351,7 +41468,7 @@ var init_MediaGallery = __esm({
41351
41468
  EmptyState,
41352
41469
  {
41353
41470
  icon: Image$1,
41354
- title: "No media",
41471
+ title: t("display.noMedia"),
41355
41472
  description: "No media items to display.",
41356
41473
  className
41357
41474
  }
@@ -41495,7 +41612,7 @@ function extractTitle2(children) {
41495
41612
  }
41496
41613
  var ModalSlot;
41497
41614
  var init_ModalSlot = __esm({
41498
- "components/organisms/ModalSlot.tsx"() {
41615
+ "components/core/organisms/ModalSlot.tsx"() {
41499
41616
  "use client";
41500
41617
  init_Modal();
41501
41618
  init_useEventBus();
@@ -41676,8 +41793,8 @@ function NegotiatorBoard({
41676
41793
  );
41677
41794
  }
41678
41795
  var init_NegotiatorBoard = __esm({
41679
- "components/organisms/game/puzzles/negotiator/NegotiatorBoard.tsx"() {
41680
- init_atoms();
41796
+ "components/game/organisms/puzzles/negotiator/NegotiatorBoard.tsx"() {
41797
+ init_atoms2();
41681
41798
  init_useEventBus();
41682
41799
  init_useTranslate();
41683
41800
  NegotiatorBoard.displayName = "NegotiatorBoard";
@@ -41685,7 +41802,7 @@ var init_NegotiatorBoard = __esm({
41685
41802
  });
41686
41803
  var PricingOrganism;
41687
41804
  var init_PricingOrganism = __esm({
41688
- "components/organisms/PricingOrganism.tsx"() {
41805
+ "components/marketing/organisms/PricingOrganism.tsx"() {
41689
41806
  "use client";
41690
41807
  init_cn();
41691
41808
  init_useEventBus();
@@ -41737,8 +41854,9 @@ var init_PricingOrganism = __esm({
41737
41854
  });
41738
41855
  var PricingPageTemplate;
41739
41856
  var init_PricingPageTemplate = __esm({
41740
- "components/templates/PricingPageTemplate.tsx"() {
41857
+ "components/marketing/templates/PricingPageTemplate.tsx"() {
41741
41858
  init_cn();
41859
+ init_useTranslate();
41742
41860
  init_Stack();
41743
41861
  init_Box();
41744
41862
  init_Container();
@@ -41751,6 +41869,7 @@ var init_PricingPageTemplate = __esm({
41751
41869
  entity,
41752
41870
  className
41753
41871
  }) => {
41872
+ const { t } = useTranslate();
41754
41873
  const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
41755
41874
  if (!resolved) return null;
41756
41875
  return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
@@ -41779,7 +41898,7 @@ var init_PricingPageTemplate = __esm({
41779
41898
  }
41780
41899
  ) }) }),
41781
41900
  resolved.faq && resolved.faq.length > 0 && /* @__PURE__ */ jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsx(Container, { size: "lg", padding: "lg", children: /* @__PURE__ */ jsxs(VStack, { gap: "lg", children: [
41782
- /* @__PURE__ */ jsx(SectionHeader, { title: "Frequently Asked Questions" }),
41901
+ /* @__PURE__ */ jsx(SectionHeader, { title: t("template.faq") }),
41783
41902
  /* @__PURE__ */ jsx(
41784
41903
  Accordion,
41785
41904
  {
@@ -41948,7 +42067,7 @@ function useDebugData() {
41948
42067
  return data;
41949
42068
  }
41950
42069
  var init_useDebugData = __esm({
41951
- "components/organisms/debug/hooks/useDebugData.ts"() {
42070
+ "components/core/organisms/debug/hooks/useDebugData.ts"() {
41952
42071
  "use client";
41953
42072
  init_traitRegistry();
41954
42073
  init_tickRegistry();
@@ -42223,7 +42342,7 @@ function WalkMinimap() {
42223
42342
  ] });
42224
42343
  }
42225
42344
  var init_WalkMinimap = __esm({
42226
- "components/organisms/debug/WalkMinimap.tsx"() {
42345
+ "components/core/organisms/debug/WalkMinimap.tsx"() {
42227
42346
  "use client";
42228
42347
  init_Box();
42229
42348
  init_Stack();
@@ -42233,11 +42352,12 @@ var init_WalkMinimap = __esm({
42233
42352
  }
42234
42353
  });
42235
42354
  function TraitsTab({ traits: traits2 }) {
42355
+ const { t } = useTranslate();
42236
42356
  if (traits2.length === 0) {
42237
42357
  return /* @__PURE__ */ jsx(
42238
42358
  EmptyState,
42239
42359
  {
42240
- title: "No active traits",
42360
+ title: t("debug.noActiveTraits"),
42241
42361
  description: "Traits will appear when components using them are mounted",
42242
42362
  className: "py-8"
42243
42363
  }
@@ -42268,19 +42388,19 @@ function TraitsTab({ traits: traits2 }) {
42268
42388
  ] }),
42269
42389
  trait.transitions.length > 0 && /* @__PURE__ */ jsxs("div", { children: [
42270
42390
  /* @__PURE__ */ jsx(Typography, { variant: "small", weight: "medium", className: "text-gray-500 mb-2", children: "Transitions" }),
42271
- /* @__PURE__ */ jsx(Stack, { gap: "xs", children: trait.transitions.map((t, i) => /* @__PURE__ */ jsxs(Typography, { variant: "small", className: "font-mono", children: [
42272
- t.from,
42391
+ /* @__PURE__ */ jsx(Stack, { gap: "xs", children: trait.transitions.map((t2, i) => /* @__PURE__ */ jsxs(Typography, { variant: "small", className: "font-mono", children: [
42392
+ t2.from,
42273
42393
  " \u2192 ",
42274
- t.to,
42394
+ t2.to,
42275
42395
  " ",
42276
42396
  /* @__PURE__ */ jsxs("span", { className: "text-gray-500", children: [
42277
42397
  "(",
42278
- t.event,
42398
+ t2.event,
42279
42399
  ")"
42280
42400
  ] }),
42281
- t.guard && /* @__PURE__ */ jsxs("span", { className: "text-amber-500", children: [
42401
+ t2.guard && /* @__PURE__ */ jsxs("span", { className: "text-amber-500", children: [
42282
42402
  " [",
42283
- t.guard,
42403
+ t2.guard,
42284
42404
  "]"
42285
42405
  ] })
42286
42406
  ] }, i)) })
@@ -42297,23 +42417,25 @@ function TraitsTab({ traits: traits2 }) {
42297
42417
  return /* @__PURE__ */ jsx("div", { className: "debug-tab debug-tab--traits", children: /* @__PURE__ */ jsx(Accordion, { items: accordionItems, multiple: true }) });
42298
42418
  }
42299
42419
  var init_TraitsTab = __esm({
42300
- "components/organisms/debug/tabs/TraitsTab.tsx"() {
42420
+ "components/core/organisms/debug/tabs/TraitsTab.tsx"() {
42301
42421
  init_Accordion();
42302
42422
  init_Badge();
42303
42423
  init_Typography();
42304
42424
  init_Stack();
42305
42425
  init_EmptyState();
42426
+ init_useTranslate();
42306
42427
  TraitsTab.displayName = "TraitsTab";
42307
42428
  }
42308
42429
  });
42309
42430
  function TicksTab({ ticks: ticks2 }) {
42310
- const activeTicks = ticks2.filter((t) => t.active);
42311
- const inactiveTicks = ticks2.filter((t) => !t.active);
42431
+ const { t } = useTranslate();
42432
+ const activeTicks = ticks2.filter((t2) => t2.active);
42433
+ const inactiveTicks = ticks2.filter((t2) => !t2.active);
42312
42434
  if (ticks2.length === 0) {
42313
42435
  return /* @__PURE__ */ jsx(
42314
42436
  EmptyState,
42315
42437
  {
42316
- title: "No ticks registered",
42438
+ title: t("debug.noTicks"),
42317
42439
  description: "Ticks will appear when trait tick handlers are running",
42318
42440
  className: "py-8"
42319
42441
  }
@@ -42373,21 +42495,23 @@ function TicksTab({ ticks: ticks2 }) {
42373
42495
  ] });
42374
42496
  }
42375
42497
  var init_TicksTab = __esm({
42376
- "components/organisms/debug/tabs/TicksTab.tsx"() {
42498
+ "components/core/organisms/debug/tabs/TicksTab.tsx"() {
42377
42499
  init_Badge();
42378
42500
  init_Typography();
42379
42501
  init_Stack();
42380
42502
  init_Card();
42381
42503
  init_EmptyState();
42504
+ init_useTranslate();
42382
42505
  TicksTab.displayName = "TicksTab";
42383
42506
  }
42384
42507
  });
42385
42508
  function EntitiesTab({ snapshot }) {
42509
+ const { t } = useTranslate();
42386
42510
  if (!snapshot) {
42387
42511
  return /* @__PURE__ */ jsx(
42388
42512
  EmptyState,
42389
42513
  {
42390
- title: "No entity data",
42514
+ title: t("debug.noEntityData"),
42391
42515
  description: "Debug mode may not be enabled",
42392
42516
  className: "py-8"
42393
42517
  }
@@ -42400,7 +42524,7 @@ function EntitiesTab({ snapshot }) {
42400
42524
  return /* @__PURE__ */ jsx(
42401
42525
  EmptyState,
42402
42526
  {
42403
- title: "No entities",
42527
+ title: t("debug.noEntities"),
42404
42528
  description: "Entities will appear when spawned",
42405
42529
  className: "py-8"
42406
42530
  }
@@ -42457,16 +42581,18 @@ function EntitiesTab({ snapshot }) {
42457
42581
  ] });
42458
42582
  }
42459
42583
  var init_EntitiesTab = __esm({
42460
- "components/organisms/debug/tabs/EntitiesTab.tsx"() {
42584
+ "components/core/organisms/debug/tabs/EntitiesTab.tsx"() {
42461
42585
  init_Accordion();
42462
42586
  init_Badge();
42463
42587
  init_Typography();
42464
42588
  init_Stack();
42465
42589
  init_EmptyState();
42590
+ init_useTranslate();
42466
42591
  EntitiesTab.displayName = "EntitiesTab";
42467
42592
  }
42468
42593
  });
42469
42594
  function EventFlowTab({ events: events2 }) {
42595
+ const { t } = useTranslate();
42470
42596
  const [filter, setFilter] = React85.useState("all");
42471
42597
  const containerRef = React85.useRef(null);
42472
42598
  const [autoScroll, setAutoScroll] = React85.useState(true);
@@ -42492,7 +42618,7 @@ function EventFlowTab({ events: events2 }) {
42492
42618
  return /* @__PURE__ */ jsx(
42493
42619
  EmptyState,
42494
42620
  {
42495
- title: "No events yet",
42621
+ title: t("debug.noEventsYet"),
42496
42622
  description: "Events will appear as traits, ticks, and other systems execute",
42497
42623
  className: "py-8"
42498
42624
  }
@@ -42574,7 +42700,7 @@ function EventFlowTab({ events: events2 }) {
42574
42700
  }
42575
42701
  var TYPE_BADGES;
42576
42702
  var init_EventFlowTab = __esm({
42577
- "components/organisms/debug/tabs/EventFlowTab.tsx"() {
42703
+ "components/core/organisms/debug/tabs/EventFlowTab.tsx"() {
42578
42704
  "use client";
42579
42705
  init_Badge();
42580
42706
  init_Typography();
@@ -42582,6 +42708,7 @@ var init_EventFlowTab = __esm({
42582
42708
  init_Button();
42583
42709
  init_Checkbox();
42584
42710
  init_EmptyState();
42711
+ init_useTranslate();
42585
42712
  TYPE_BADGES = {
42586
42713
  trait: { variant: "primary", icon: "\u{1F504}" },
42587
42714
  tick: { variant: "warning", icon: "\u23F1\uFE0F" },
@@ -42594,12 +42721,13 @@ var init_EventFlowTab = __esm({
42594
42721
  }
42595
42722
  });
42596
42723
  function GuardsPanel({ guards }) {
42724
+ const { t } = useTranslate();
42597
42725
  const [filter, setFilter] = React85.useState("all");
42598
42726
  if (guards.length === 0) {
42599
42727
  return /* @__PURE__ */ jsx(
42600
42728
  EmptyState,
42601
42729
  {
42602
- title: "No guard evaluations",
42730
+ title: t("debug.noGuardEvaluations"),
42603
42731
  description: "Guard evaluations will appear when transitions or ticks with guards execute",
42604
42732
  className: "py-8"
42605
42733
  }
@@ -42666,7 +42794,7 @@ function GuardsPanel({ guards }) {
42666
42794
  ] });
42667
42795
  }
42668
42796
  var init_GuardsPanel = __esm({
42669
- "components/organisms/debug/tabs/GuardsPanel.tsx"() {
42797
+ "components/core/organisms/debug/tabs/GuardsPanel.tsx"() {
42670
42798
  "use client";
42671
42799
  init_Accordion();
42672
42800
  init_Badge();
@@ -42675,15 +42803,17 @@ var init_GuardsPanel = __esm({
42675
42803
  init_ButtonGroup();
42676
42804
  init_Button();
42677
42805
  init_EmptyState();
42806
+ init_useTranslate();
42678
42807
  GuardsPanel.displayName = "GuardsPanel";
42679
42808
  }
42680
42809
  });
42681
42810
  function VerificationTab({ checks, summary }) {
42811
+ const { t } = useTranslate();
42682
42812
  if (checks.length === 0) {
42683
42813
  return /* @__PURE__ */ jsx(
42684
42814
  EmptyState,
42685
42815
  {
42686
- title: "No verification checks yet",
42816
+ title: t("debug.noVerificationChecks"),
42687
42817
  description: "Checks will appear as the app executes transitions and effects",
42688
42818
  className: "py-8"
42689
42819
  }
@@ -42743,12 +42873,13 @@ function VerificationTab({ checks, summary }) {
42743
42873
  }
42744
42874
  var STATUS_CONFIG;
42745
42875
  var init_VerificationTab = __esm({
42746
- "components/organisms/debug/tabs/VerificationTab.tsx"() {
42876
+ "components/core/organisms/debug/tabs/VerificationTab.tsx"() {
42747
42877
  "use client";
42748
42878
  init_Badge();
42749
42879
  init_Typography();
42750
42880
  init_Stack();
42751
42881
  init_EmptyState();
42882
+ init_useTranslate();
42752
42883
  STATUS_CONFIG = {
42753
42884
  pass: { variant: "success", icon: "\u2713", label: "PASS" },
42754
42885
  fail: { variant: "danger", icon: "\u2717", label: "FAIL" },
@@ -42768,6 +42899,7 @@ function EffectBadge({ effect }) {
42768
42899
  ] });
42769
42900
  }
42770
42901
  function TransitionTimeline({ transitions }) {
42902
+ const { t } = useTranslate();
42771
42903
  const containerRef = React85.useRef(null);
42772
42904
  const [autoScroll, setAutoScroll] = React85.useState(true);
42773
42905
  const [expandedId, setExpandedId] = React85.useState(null);
@@ -42780,7 +42912,7 @@ function TransitionTimeline({ transitions }) {
42780
42912
  return /* @__PURE__ */ jsx(
42781
42913
  EmptyState,
42782
42914
  {
42783
- title: "No transitions recorded",
42915
+ title: t("debug.noTransitionsRecorded"),
42784
42916
  description: "Transitions will appear as the state machine processes events",
42785
42917
  className: "py-8"
42786
42918
  }
@@ -42882,12 +43014,13 @@ function TransitionTimeline({ transitions }) {
42882
43014
  }
42883
43015
  var EFFECT_STATUS_VARIANT;
42884
43016
  var init_TransitionTimeline = __esm({
42885
- "components/organisms/debug/tabs/TransitionTimeline.tsx"() {
43017
+ "components/core/organisms/debug/tabs/TransitionTimeline.tsx"() {
42886
43018
  "use client";
42887
43019
  init_Badge();
42888
43020
  init_Typography();
42889
43021
  init_EmptyState();
42890
43022
  init_Checkbox();
43023
+ init_useTranslate();
42891
43024
  EFFECT_STATUS_VARIANT = {
42892
43025
  executed: "success",
42893
43026
  failed: "danger",
@@ -42903,11 +43036,12 @@ function StatRow({ label, value, variant }) {
42903
43036
  ] });
42904
43037
  }
42905
43038
  function ServerBridgeTab({ bridge }) {
43039
+ const { t } = useTranslate();
42906
43040
  if (!bridge) {
42907
43041
  return /* @__PURE__ */ jsx(
42908
43042
  EmptyState,
42909
43043
  {
42910
- title: "No bridge data",
43044
+ title: t("debug.noBridgeData"),
42911
43045
  description: "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
42912
43046
  className: "py-8"
42913
43047
  }
@@ -42933,7 +43067,7 @@ function ServerBridgeTab({ bridge }) {
42933
43067
  /* @__PURE__ */ jsx(
42934
43068
  StatRow,
42935
43069
  {
42936
- label: "Status",
43070
+ label: t("debug.status"),
42937
43071
  value: bridge.connected ? "Connected" : "Disconnected",
42938
43072
  variant: bridge.connected ? "success" : "danger"
42939
43073
  }
@@ -42941,21 +43075,21 @@ function ServerBridgeTab({ bridge }) {
42941
43075
  /* @__PURE__ */ jsx(
42942
43076
  StatRow,
42943
43077
  {
42944
- label: "Events Forwarded (Client \u2192 Server)",
43078
+ label: t("debug.eventsForwarded"),
42945
43079
  value: bridge.eventsForwarded
42946
43080
  }
42947
43081
  ),
42948
43082
  /* @__PURE__ */ jsx(
42949
43083
  StatRow,
42950
43084
  {
42951
- label: "Events Received (Server \u2192 Client)",
43085
+ label: t("debug.eventsReceived"),
42952
43086
  value: bridge.eventsReceived
42953
43087
  }
42954
43088
  ),
42955
43089
  /* @__PURE__ */ jsx(
42956
43090
  StatRow,
42957
43091
  {
42958
- label: "Last Heartbeat",
43092
+ label: t("debug.lastHeartbeat"),
42959
43093
  value: formatTime4(bridge.lastHeartbeat)
42960
43094
  }
42961
43095
  )
@@ -42972,13 +43106,14 @@ function ServerBridgeTab({ bridge }) {
42972
43106
  ] }) });
42973
43107
  }
42974
43108
  var init_ServerBridgeTab = __esm({
42975
- "components/organisms/debug/tabs/ServerBridgeTab.tsx"() {
43109
+ "components/core/organisms/debug/tabs/ServerBridgeTab.tsx"() {
42976
43110
  "use client";
42977
43111
  init_Badge();
42978
43112
  init_Typography();
42979
43113
  init_Stack();
42980
43114
  init_Card();
42981
43115
  init_EmptyState();
43116
+ init_useTranslate();
42982
43117
  ServerBridgeTab.displayName = "ServerBridgeTab";
42983
43118
  }
42984
43119
  });
@@ -43057,6 +43192,7 @@ function getAllEvents(traits2) {
43057
43192
  }
43058
43193
  function EventDispatcherTab({ traits: traits2, schema }) {
43059
43194
  const eventBus = useEventBus();
43195
+ const { t } = useTranslate();
43060
43196
  const [log12, setLog] = React85.useState([]);
43061
43197
  const prevStatesRef = React85.useRef(/* @__PURE__ */ new Map());
43062
43198
  React85.useEffect(() => {
@@ -43075,7 +43211,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
43075
43211
  return /* @__PURE__ */ jsx(
43076
43212
  EmptyState,
43077
43213
  {
43078
- title: "No active traits",
43214
+ title: t("debug.noActiveTraits"),
43079
43215
  description: "Traits will appear when the state machine initializes",
43080
43216
  className: "py-8"
43081
43217
  }
@@ -43113,8 +43249,8 @@ function EventDispatcherTab({ traits: traits2, schema }) {
43113
43249
  children: event
43114
43250
  }
43115
43251
  ),
43116
- /* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((t) => `${t.from} -> ${t.to}`).join(", ") }),
43117
- transitions.some((t) => t.guard) && /* @__PURE__ */ jsx(Badge, { variant: "warning", size: "sm", children: "guarded" })
43252
+ /* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((t2) => `${t2.from} -> ${t2.to}`).join(", ") }),
43253
+ transitions.some((t2) => t2.guard) && /* @__PURE__ */ jsx(Badge, { variant: "warning", size: "sm", children: "guarded" })
43118
43254
  ] }, event)) })
43119
43255
  ] }),
43120
43256
  unavailableEvents.length > 0 && /* @__PURE__ */ jsxs("div", { className: "mb-3", children: [
@@ -43134,7 +43270,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
43134
43270
  ] });
43135
43271
  }
43136
43272
  var init_EventDispatcherTab = __esm({
43137
- "components/organisms/debug/tabs/EventDispatcherTab.tsx"() {
43273
+ "components/core/organisms/debug/tabs/EventDispatcherTab.tsx"() {
43138
43274
  "use client";
43139
43275
  init_Badge();
43140
43276
  init_Button();
@@ -43142,13 +43278,14 @@ var init_EventDispatcherTab = __esm({
43142
43278
  init_Stack();
43143
43279
  init_EmptyState();
43144
43280
  init_useEventBus();
43281
+ init_useTranslate();
43145
43282
  EventDispatcherTab.displayName = "EventDispatcherTab";
43146
43283
  }
43147
43284
  });
43148
43285
 
43149
- // components/organisms/debug/RuntimeDebugger.css
43286
+ // components/core/organisms/debug/RuntimeDebugger.css
43150
43287
  var init_RuntimeDebugger = __esm({
43151
- "components/organisms/debug/RuntimeDebugger.css"() {
43288
+ "components/core/organisms/debug/RuntimeDebugger.css"() {
43152
43289
  }
43153
43290
  });
43154
43291
  function ServerResponseRow({ sr }) {
@@ -43514,7 +43651,7 @@ function RuntimeDebugger({
43514
43651
  );
43515
43652
  }
43516
43653
  var init_RuntimeDebugger2 = __esm({
43517
- "components/organisms/debug/RuntimeDebugger.tsx"() {
43654
+ "components/core/organisms/debug/RuntimeDebugger.tsx"() {
43518
43655
  "use client";
43519
43656
  init_cn();
43520
43657
  init_useDebugData();
@@ -43730,7 +43867,7 @@ function TraitSlot({
43730
43867
  }
43731
43868
  var SIZE_CONFIG3, DRAG_MIME2;
43732
43869
  var init_TraitSlot = __esm({
43733
- "components/organisms/game/TraitSlot.tsx"() {
43870
+ "components/game/organisms/TraitSlot.tsx"() {
43734
43871
  "use client";
43735
43872
  init_cn();
43736
43873
  init_useEventBus();
@@ -43797,8 +43934,8 @@ function SequenceBar({
43797
43934
  ] }, i)) });
43798
43935
  }
43799
43936
  var init_SequenceBar = __esm({
43800
- "components/organisms/game/puzzles/sequencer/SequenceBar.tsx"() {
43801
- init_atoms();
43937
+ "components/game/organisms/puzzles/sequencer/SequenceBar.tsx"() {
43938
+ init_atoms2();
43802
43939
  init_cn();
43803
43940
  init_TraitSlot();
43804
43941
  SequenceBar.displayName = "SequenceBar";
@@ -44016,8 +44153,8 @@ function SequencerBoard({
44016
44153
  }
44017
44154
  var ENCOURAGEMENT_KEYS2, stepLabel;
44018
44155
  var init_SequencerBoard = __esm({
44019
- "components/organisms/game/puzzles/sequencer/SequencerBoard.tsx"() {
44020
- init_atoms();
44156
+ "components/game/organisms/puzzles/sequencer/SequencerBoard.tsx"() {
44157
+ init_atoms2();
44021
44158
  init_cn();
44022
44159
  init_useEventBus();
44023
44160
  init_useTranslate();
@@ -44035,7 +44172,7 @@ var init_SequencerBoard = __esm({
44035
44172
  });
44036
44173
  var ShowcaseOrganism;
44037
44174
  var init_ShowcaseOrganism = __esm({
44038
- "components/organisms/ShowcaseOrganism.tsx"() {
44175
+ "components/core/organisms/ShowcaseOrganism.tsx"() {
44039
44176
  "use client";
44040
44177
  init_cn();
44041
44178
  init_useEventBus();
@@ -44090,10 +44227,10 @@ var init_ShowcaseOrganism = __esm({
44090
44227
  }
44091
44228
  });
44092
44229
 
44093
- // components/organisms/game/physics-sim/presets/mechanics.ts
44230
+ // components/game/organisms/physics-sim/presets/mechanics.ts
44094
44231
  var projectileMotion, pendulum, springOscillator;
44095
44232
  var init_mechanics = __esm({
44096
- "components/organisms/game/physics-sim/presets/mechanics.ts"() {
44233
+ "components/game/organisms/physics-sim/presets/mechanics.ts"() {
44097
44234
  projectileMotion = {
44098
44235
  id: "mechanics-projectile",
44099
44236
  name: "Projectile Motion",
@@ -44148,10 +44285,10 @@ var init_mechanics = __esm({
44148
44285
  }
44149
44286
  });
44150
44287
 
44151
- // components/organisms/game/physics-sim/presets/index.ts
44288
+ // components/game/organisms/physics-sim/presets/index.ts
44152
44289
  var ALL_PRESETS;
44153
44290
  var init_presets = __esm({
44154
- "components/organisms/game/physics-sim/presets/index.ts"() {
44291
+ "components/game/organisms/physics-sim/presets/index.ts"() {
44155
44292
  init_mechanics();
44156
44293
  init_mechanics();
44157
44294
  ALL_PRESETS = [
@@ -44309,9 +44446,9 @@ function SimulationCanvas({
44309
44446
  ) });
44310
44447
  }
44311
44448
  var init_SimulationCanvas = __esm({
44312
- "components/organisms/game/physics-sim/SimulationCanvas.tsx"() {
44449
+ "components/game/organisms/physics-sim/SimulationCanvas.tsx"() {
44313
44450
  init_cn();
44314
- init_atoms();
44451
+ init_atoms2();
44315
44452
  init_verificationRegistry();
44316
44453
  init_presets();
44317
44454
  SimulationCanvas.displayName = "SimulationCanvas";
@@ -44376,8 +44513,8 @@ function SimulationControls({
44376
44513
  ] });
44377
44514
  }
44378
44515
  var init_SimulationControls = __esm({
44379
- "components/organisms/game/physics-sim/SimulationControls.tsx"() {
44380
- init_atoms();
44516
+ "components/game/organisms/physics-sim/SimulationControls.tsx"() {
44517
+ init_atoms2();
44381
44518
  SimulationControls.displayName = "SimulationControls";
44382
44519
  }
44383
44520
  });
@@ -44439,8 +44576,8 @@ function SimulationGraph({
44439
44576
  ] }) });
44440
44577
  }
44441
44578
  var init_SimulationGraph = __esm({
44442
- "components/organisms/game/physics-sim/SimulationGraph.tsx"() {
44443
- init_atoms();
44579
+ "components/game/organisms/physics-sim/SimulationGraph.tsx"() {
44580
+ init_atoms2();
44444
44581
  SimulationGraph.displayName = "SimulationGraph";
44445
44582
  }
44446
44583
  });
@@ -44595,8 +44732,8 @@ function SimulatorBoard({
44595
44732
  );
44596
44733
  }
44597
44734
  var init_SimulatorBoard = __esm({
44598
- "components/organisms/game/puzzles/simulator/SimulatorBoard.tsx"() {
44599
- init_atoms();
44735
+ "components/game/organisms/puzzles/simulator/SimulatorBoard.tsx"() {
44736
+ init_atoms2();
44600
44737
  init_useEventBus();
44601
44738
  init_useTranslate();
44602
44739
  SimulatorBoard.displayName = "SimulatorBoard";
@@ -44604,7 +44741,7 @@ var init_SimulatorBoard = __esm({
44604
44741
  });
44605
44742
  var SplitPane;
44606
44743
  var init_SplitPane = __esm({
44607
- "components/organisms/layout/SplitPane.tsx"() {
44744
+ "components/core/organisms/layout/SplitPane.tsx"() {
44608
44745
  "use client";
44609
44746
  init_cn();
44610
44747
  SplitPane = ({
@@ -44694,10 +44831,10 @@ var init_SplitPane = __esm({
44694
44831
  });
44695
44832
  var StatCard;
44696
44833
  var init_StatCard = __esm({
44697
- "components/organisms/StatCard.tsx"() {
44834
+ "components/core/organisms/StatCard.tsx"() {
44698
44835
  "use client";
44699
44836
  init_cn();
44700
- init_atoms();
44837
+ init_atoms2();
44701
44838
  init_Box();
44702
44839
  init_Stack();
44703
44840
  init_Button();
@@ -44938,8 +45075,8 @@ function StateNode2({
44938
45075
  );
44939
45076
  }
44940
45077
  var init_StateNode = __esm({
44941
- "components/organisms/game/puzzles/state-architect/StateNode.tsx"() {
44942
- init_atoms();
45078
+ "components/game/organisms/puzzles/state-architect/StateNode.tsx"() {
45079
+ init_atoms2();
44943
45080
  init_cn();
44944
45081
  StateNode2.displayName = "StateNode";
44945
45082
  }
@@ -45010,7 +45147,7 @@ function TransitionArrow({
45010
45147
  }
45011
45148
  var NODE_RADIUS;
45012
45149
  var init_TransitionArrow = __esm({
45013
- "components/organisms/game/puzzles/state-architect/TransitionArrow.tsx"() {
45150
+ "components/game/organisms/puzzles/state-architect/TransitionArrow.tsx"() {
45014
45151
  init_cn();
45015
45152
  NODE_RADIUS = 40;
45016
45153
  TransitionArrow.displayName = "TransitionArrow";
@@ -45056,8 +45193,8 @@ function VariablePanel({
45056
45193
  ] });
45057
45194
  }
45058
45195
  var init_VariablePanel = __esm({
45059
- "components/organisms/game/puzzles/state-architect/VariablePanel.tsx"() {
45060
- init_atoms();
45196
+ "components/game/organisms/puzzles/state-architect/VariablePanel.tsx"() {
45197
+ init_atoms2();
45061
45198
  init_cn();
45062
45199
  init_useTranslate();
45063
45200
  VariablePanel.displayName = "VariablePanel";
@@ -45372,8 +45509,8 @@ function StateArchitectBoard({
45372
45509
  }
45373
45510
  var ENCOURAGEMENT_KEYS3, nextTransId;
45374
45511
  var init_StateArchitectBoard = __esm({
45375
- "components/organisms/game/puzzles/state-architect/StateArchitectBoard.tsx"() {
45376
- init_atoms();
45512
+ "components/game/organisms/puzzles/state-architect/StateArchitectBoard.tsx"() {
45513
+ init_atoms2();
45377
45514
  init_cn();
45378
45515
  init_useEventBus();
45379
45516
  init_useTranslate();
@@ -45393,7 +45530,7 @@ var init_StateArchitectBoard = __esm({
45393
45530
  });
45394
45531
  var StatsOrganism;
45395
45532
  var init_StatsOrganism = __esm({
45396
- "components/organisms/StatsOrganism.tsx"() {
45533
+ "components/marketing/organisms/StatsOrganism.tsx"() {
45397
45534
  "use client";
45398
45535
  init_cn();
45399
45536
  init_useTranslate();
@@ -45436,7 +45573,7 @@ var init_StatsOrganism = __esm({
45436
45573
  });
45437
45574
  var StepFlowOrganism;
45438
45575
  var init_StepFlowOrganism = __esm({
45439
- "components/organisms/StepFlowOrganism.tsx"() {
45576
+ "components/core/organisms/StepFlowOrganism.tsx"() {
45440
45577
  "use client";
45441
45578
  init_cn();
45442
45579
  init_useTranslate();
@@ -45492,7 +45629,7 @@ var init_StepFlowOrganism = __esm({
45492
45629
  });
45493
45630
  var TabbedContainer;
45494
45631
  var init_TabbedContainer = __esm({
45495
- "components/organisms/layout/TabbedContainer.tsx"() {
45632
+ "components/core/organisms/layout/TabbedContainer.tsx"() {
45496
45633
  "use client";
45497
45634
  init_cn();
45498
45635
  init_Typography();
@@ -45606,7 +45743,7 @@ var init_TabbedContainer = __esm({
45606
45743
  });
45607
45744
  var TeamOrganism;
45608
45745
  var init_TeamOrganism = __esm({
45609
- "components/organisms/TeamOrganism.tsx"() {
45746
+ "components/marketing/organisms/TeamOrganism.tsx"() {
45610
45747
  "use client";
45611
45748
  init_cn();
45612
45749
  init_useTranslate();
@@ -45659,10 +45796,10 @@ var init_TeamOrganism = __esm({
45659
45796
  });
45660
45797
  var lookStyles10, STATUS_STYLES3, Timeline;
45661
45798
  var init_Timeline = __esm({
45662
- "components/organisms/Timeline.tsx"() {
45799
+ "components/core/organisms/Timeline.tsx"() {
45663
45800
  "use client";
45664
45801
  init_cn();
45665
- init_atoms();
45802
+ init_atoms2();
45666
45803
  init_Stack();
45667
45804
  init_LoadingState();
45668
45805
  init_ErrorState();
@@ -45737,13 +45874,13 @@ var init_Timeline = __esm({
45737
45874
  });
45738
45875
  }, [propItems, entityData, fields]);
45739
45876
  if (isLoading) {
45740
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading timeline...", className });
45877
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
45741
45878
  }
45742
45879
  if (error) {
45743
45880
  return /* @__PURE__ */ jsx(
45744
45881
  ErrorState,
45745
45882
  {
45746
- title: "Timeline error",
45883
+ title: t("display.timelineError"),
45747
45884
  message: error.message,
45748
45885
  className
45749
45886
  }
@@ -45753,7 +45890,7 @@ var init_Timeline = __esm({
45753
45890
  return /* @__PURE__ */ jsx(
45754
45891
  EmptyState,
45755
45892
  {
45756
- title: "No events",
45893
+ title: t("display.noEvents"),
45757
45894
  description: "No timeline events to display.",
45758
45895
  className
45759
45896
  }
@@ -45831,7 +45968,7 @@ function extractToastProps(children) {
45831
45968
  }
45832
45969
  var ToastSlot;
45833
45970
  var init_ToastSlot = __esm({
45834
- "components/organisms/ToastSlot.tsx"() {
45971
+ "components/core/organisms/ToastSlot.tsx"() {
45835
45972
  "use client";
45836
45973
  init_Toast();
45837
45974
  init_Box();
@@ -46000,7 +46137,7 @@ function useBattleState(initialUnits, eventConfig = {}, callbacks = {}) {
46000
46137
  };
46001
46138
  }
46002
46139
  var init_useBattleState = __esm({
46003
- "components/organisms/game/hooks/useBattleState.ts"() {
46140
+ "components/game/organisms/hooks/useBattleState.ts"() {
46004
46141
  "use client";
46005
46142
  init_useEventBus();
46006
46143
  }
@@ -46042,7 +46179,7 @@ function UncontrolledBattleBoard({ entity, ...rest }) {
46042
46179
  );
46043
46180
  }
46044
46181
  var init_UncontrolledBattleBoard = __esm({
46045
- "components/organisms/game/UncontrolledBattleBoard.tsx"() {
46182
+ "components/game/organisms/UncontrolledBattleBoard.tsx"() {
46046
46183
  init_BattleBoard();
46047
46184
  init_useBattleState();
46048
46185
  UncontrolledBattleBoard.displayName = "UncontrolledBattleBoard";
@@ -46280,7 +46417,7 @@ function WorldMapBoard({
46280
46417
  ] });
46281
46418
  }
46282
46419
  var init_WorldMapBoard = __esm({
46283
- "components/organisms/game/WorldMapBoard.tsx"() {
46420
+ "components/game/organisms/WorldMapBoard.tsx"() {
46284
46421
  "use client";
46285
46422
  init_cn();
46286
46423
  init_useEventBus();
@@ -46316,7 +46453,7 @@ function WorldMapTemplate({
46316
46453
  );
46317
46454
  }
46318
46455
  var init_WorldMapTemplate = __esm({
46319
- "components/templates/WorldMapTemplate.tsx"() {
46456
+ "components/game/templates/WorldMapTemplate.tsx"() {
46320
46457
  init_WorldMapBoard();
46321
46458
  WorldMapTemplate.displayName = "WorldMapTemplate";
46322
46459
  }
@@ -46335,7 +46472,7 @@ function lazyThree(name, loader) {
46335
46472
  }
46336
46473
  var FeatureRenderer, COMPONENT_REGISTRY;
46337
46474
  var init_component_registry_generated = __esm({
46338
- "components/organisms/component-registry.generated.ts"() {
46475
+ "components/core/organisms/component-registry.generated.ts"() {
46339
46476
  init_AboutPageTemplate();
46340
46477
  init_ComponentPatterns();
46341
46478
  init_ActionButton();
@@ -46931,7 +47068,7 @@ var init_component_registry_generated = __esm({
46931
47068
  }
46932
47069
  });
46933
47070
 
46934
- // components/organisms/UISlotRenderer.tsx
47071
+ // components/core/organisms/UISlotRenderer.tsx
46935
47072
  var UISlotRenderer_exports = {};
46936
47073
  __export(UISlotRenderer_exports, {
46937
47074
  SlotContentRenderer: () => SlotContentRenderer,
@@ -47013,7 +47150,7 @@ function enrichFormFields(fields, entityDef) {
47013
47150
  return field;
47014
47151
  });
47015
47152
  }
47016
- function renderContainedPortal(slot, content, onDismiss) {
47153
+ function renderContainedPortal(t, slot, content, onDismiss) {
47017
47154
  const slotContent = /* @__PURE__ */ jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsx(SlotContentRenderer, { content, onDismiss }) });
47018
47155
  const slotId = `slot-${slot}`;
47019
47156
  switch (slot) {
@@ -47049,7 +47186,7 @@ function renderContainedPortal(slot, content, onDismiss) {
47049
47186
  onClick: onDismiss,
47050
47187
  "data-event": "CLOSE",
47051
47188
  "data-testid": "action-CLOSE",
47052
- "aria-label": "Close modal",
47189
+ "aria-label": t("aria.closeModal"),
47053
47190
  children: "\u2715"
47054
47191
  }
47055
47192
  )
@@ -47091,7 +47228,7 @@ function renderContainedPortal(slot, content, onDismiss) {
47091
47228
  onClick: onDismiss,
47092
47229
  "data-event": "CLOSE",
47093
47230
  "data-testid": "action-CLOSE",
47094
- "aria-label": "Close drawer",
47231
+ "aria-label": t("aria.closeDrawer"),
47095
47232
  children: "\u2715"
47096
47233
  }
47097
47234
  )
@@ -47159,6 +47296,7 @@ function UISlotComponent({
47159
47296
  }) {
47160
47297
  const { slots, clear } = useUISlots();
47161
47298
  const eventBus = useEventBus();
47299
+ const { t } = useTranslate();
47162
47300
  const suspenseConfig = useContext(SuspenseConfigContext);
47163
47301
  const contained = useContext(SlotContainedContext);
47164
47302
  const content = slots[slot];
@@ -47213,7 +47351,7 @@ function UISlotComponent({
47213
47351
  };
47214
47352
  if (portal) {
47215
47353
  if (contained) {
47216
- return renderContainedPortal(slot, content, handleDismiss);
47354
+ return renderContainedPortal(t, slot, content, handleDismiss);
47217
47355
  }
47218
47356
  return /* @__PURE__ */ jsx(
47219
47357
  SlotPortal,
@@ -47260,6 +47398,7 @@ function CompiledPortal({ slot, className, pattern, sourceTrait, children }) {
47260
47398
  const [portalRoot, setPortalRoot] = useState(null);
47261
47399
  const slotsBus = useUISlots();
47262
47400
  const eventBus = useEventBus();
47401
+ const { t } = useTranslate();
47263
47402
  useEffect(() => {
47264
47403
  setPortalRoot(getOrCreatePortalRoot());
47265
47404
  }, []);
@@ -47549,6 +47688,7 @@ function SlotContentRenderer({
47549
47688
  }
47550
47689
  }
47551
47690
  const eventBus = useEventBus();
47691
+ const { t } = useTranslate();
47552
47692
  const schemaCtx = useEntitySchemaOptional();
47553
47693
  let entityDef;
47554
47694
  if (typeof entityProp === "string" && entityProp.length > 0 && schemaCtx) {
@@ -47593,7 +47733,7 @@ function SlotContentRenderer({
47593
47733
  if (propsSchema) {
47594
47734
  for (const [propKey, propDef] of Object.entries(propsSchema)) {
47595
47735
  const isDate = propDef.types?.some(
47596
- (t) => t === "date" || t === "datetime" || t === "timestamp"
47736
+ (t2) => t2 === "date" || t2 === "datetime" || t2 === "timestamp"
47597
47737
  );
47598
47738
  if (!isDate) continue;
47599
47739
  const v = renderedProps[propKey];
@@ -47727,7 +47867,7 @@ function UISlotRenderer({
47727
47867
  }
47728
47868
  var scopeWrapLog, TRAIT_BINDING_RE, SuspenseConfigContext, SlotContainedContext, SLOT_SKELETON_MAP, FORM_PATTERNS, PATTERNS_WITH_CHILDREN;
47729
47869
  var init_UISlotRenderer = __esm({
47730
- "components/organisms/UISlotRenderer.tsx"() {
47870
+ "components/core/organisms/UISlotRenderer.tsx"() {
47731
47871
  "use client";
47732
47872
  init_EntitySchemaContext();
47733
47873
  init_Modal();
@@ -47736,6 +47876,7 @@ var init_UISlotRenderer = __esm({
47736
47876
  init_Box();
47737
47877
  init_Typography();
47738
47878
  init_useEventBus();
47879
+ init_useTranslate();
47739
47880
  init_slot_types();
47740
47881
  init_cn();
47741
47882
  init_ErrorBoundary();