@almadar/ui 5.19.0 → 5.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (524) hide show
  1. package/dist/avl/index.cjs +1338 -6701
  2. package/dist/avl/index.css +1 -509
  3. package/dist/avl/index.d.ts +57 -57
  4. package/dist/avl/index.js +1339 -6702
  5. package/dist/components/{molecules/avl → avl/molecules}/Avl3DExprTree.d.ts +1 -1
  6. package/dist/components/{molecules/avl → avl/molecules}/AvlBehaviorGlyph.d.ts +1 -1
  7. package/dist/components/{molecules/avl → avl/molecules}/AvlClosedCircuit.d.ts +1 -1
  8. package/dist/components/{molecules/avl → avl/molecules}/AvlOrbitalUnit.d.ts +1 -1
  9. package/dist/components/{molecules/avl → avl/molecules}/AvlStateMachine.d.ts +1 -1
  10. package/dist/components/{molecules/avl → avl/molecules}/AvlTransitionLane.d.ts +1 -1
  11. package/dist/components/{molecules/avl → avl/molecules}/MiniStateMachine.d.ts +1 -1
  12. package/dist/components/{molecules/avl → avl/molecules}/avl-behavior-compose-types.d.ts +1 -1
  13. package/dist/components/{molecules/avl → avl/molecules}/avl-canvas-types.d.ts +1 -1
  14. package/dist/components/{molecules/avl → avl/molecules}/avl-elk-layout.d.ts +2 -2
  15. package/dist/components/{molecules/avl → avl/molecules}/avl-story-schemas.d.ts +2 -2
  16. package/dist/components/{organisms/avl → avl/organisms}/FlowCanvas.d.ts +2 -2
  17. package/dist/components/{organisms/avl → avl/organisms}/OrbInspector.d.ts +1 -1
  18. package/dist/components/{organisms/avl → avl/organisms}/ZoomBreadcrumb.d.ts +1 -1
  19. package/dist/components/{organisms/avl → avl/organisms}/ZoomLegend.d.ts +1 -1
  20. package/dist/components/{atoms → core/atoms}/index.d.ts +7 -7
  21. package/dist/components/{molecules → core/molecules}/ConfirmDialog.d.ts +1 -1
  22. package/dist/components/{molecules → core/molecules}/ContentRenderer.d.ts +1 -1
  23. package/dist/components/{molecules → core/molecules}/ErrorBoundary.d.ts +0 -1
  24. package/dist/components/{molecules → core/molecules}/FeatureGrid.d.ts +1 -1
  25. package/dist/components/{molecules → core/molecules}/ReplyTree.d.ts +1 -1
  26. package/dist/components/{molecules → core/molecules}/index.d.ts +20 -20
  27. package/dist/components/{organisms → core/organisms}/StateMachineView.d.ts +1 -1
  28. package/dist/components/{organisms → core/organisms}/UISlotRenderer.d.ts +1 -1
  29. package/dist/components/core/organisms/book/index.d.ts +7 -0
  30. package/dist/components/{organisms → core/organisms}/debug/hooks/useDebugData.d.ts +6 -6
  31. package/dist/components/{organisms → core/organisms}/debug/tabs/EntitiesTab.d.ts +1 -1
  32. package/dist/components/{organisms → core/organisms}/debug/tabs/EventDispatcherTab.d.ts +1 -1
  33. package/dist/components/{organisms → core/organisms}/debug/tabs/EventFlowTab.d.ts +1 -1
  34. package/dist/components/{organisms → core/organisms}/debug/tabs/GuardsPanel.d.ts +1 -1
  35. package/dist/components/{organisms → core/organisms}/debug/tabs/ServerBridgeTab.d.ts +1 -1
  36. package/dist/components/{organisms → core/organisms}/debug/tabs/TicksTab.d.ts +1 -1
  37. package/dist/components/{organisms → core/organisms}/debug/tabs/TraitsTab.d.ts +1 -1
  38. package/dist/components/{organisms → core/organisms}/debug/tabs/TransitionTimeline.d.ts +1 -1
  39. package/dist/components/{organisms → core/organisms}/debug/tabs/VerificationTab.d.ts +1 -1
  40. package/dist/components/{organisms → core/organisms}/index.d.ts +5 -5
  41. package/dist/components/{templates → core/templates}/index.d.ts +9 -9
  42. package/dist/components/{atoms/game → game/atoms}/MiniMap.d.ts +1 -1
  43. package/dist/components/{molecules/game → game/molecules}/IsometricCanvas.d.ts +3 -3
  44. package/dist/components/{molecules/game → game/molecules}/index.d.ts +1 -1
  45. package/dist/components/{organisms/game → game/organisms}/BattleBoard.d.ts +1 -1
  46. package/dist/components/{organisms/game → game/organisms}/CanvasEffect.d.ts +1 -1
  47. package/dist/components/game/organisms/CombatLog.d.ts +2 -0
  48. package/dist/components/game/organisms/DialogueBox.d.ts +2 -0
  49. package/dist/components/{organisms/game → game/organisms}/GameAudioProvider.d.ts +1 -1
  50. package/dist/components/{organisms/game → game/organisms}/GameAudioToggle.d.ts +1 -1
  51. package/dist/components/game/organisms/GameHud.d.ts +2 -0
  52. package/dist/components/game/organisms/GameMenu.d.ts +2 -0
  53. package/dist/components/game/organisms/GameOverScreen.d.ts +2 -0
  54. package/dist/components/game/organisms/InventoryPanel.d.ts +2 -0
  55. package/dist/components/game/organisms/IsometricCanvas.d.ts +3 -0
  56. package/dist/components/game/organisms/PlatformerCanvas.d.ts +2 -0
  57. package/dist/components/{organisms/game → game/organisms}/TraitSlot.d.ts +1 -1
  58. package/dist/components/{organisms/game → game/organisms}/TraitStateViewer.d.ts +2 -2
  59. package/dist/components/{organisms/game → game/organisms}/WorldMapBoard.d.ts +1 -1
  60. package/dist/components/{organisms/game → game/organisms}/puzzles/builder/BuilderBoard.d.ts +1 -1
  61. package/dist/components/{organisms/game → game/organisms}/puzzles/classifier/ClassifierBoard.d.ts +1 -1
  62. package/dist/components/{organisms/game → game/organisms}/puzzles/debugger/DebuggerBoard.d.ts +1 -1
  63. package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/EventHandlerBoard.d.ts +1 -1
  64. package/dist/components/{organisms/game → game/organisms}/puzzles/negotiator/NegotiatorBoard.d.ts +1 -1
  65. package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/ActionTile.d.ts +1 -1
  66. package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/SequencerBoard.d.ts +1 -1
  67. package/dist/components/{organisms/game → game/organisms}/puzzles/simulator/SimulatorBoard.d.ts +1 -1
  68. package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/StateArchitectBoard.d.ts +1 -1
  69. package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/StateNode.d.ts +1 -1
  70. package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/TransitionArrow.d.ts +1 -1
  71. package/dist/components/{organisms/game → game/organisms}/three/index.cjs +6 -6
  72. package/dist/components/{organisms/game → game/organisms}/three/index.css +4 -4
  73. package/dist/components/{organisms/game → game/organisms}/three/index.d.ts +11 -11
  74. package/dist/components/{organisms/game → game/organisms}/three/index.js +6 -6
  75. package/dist/components/{templates → game/templates}/BattleTemplate.d.ts +3 -3
  76. package/dist/components/{templates → game/templates}/CastleTemplate.d.ts +3 -3
  77. package/dist/components/{templates → game/templates}/GameCanvas3DBattleTemplate.d.ts +2 -2
  78. package/dist/components/{templates → game/templates}/GameCanvas3DCastleTemplate.d.ts +2 -2
  79. package/dist/components/{templates → game/templates}/GameCanvas3DWorldMapTemplate.d.ts +2 -2
  80. package/dist/components/{templates → game/templates}/GameTemplate.d.ts +1 -1
  81. package/dist/components/{templates → game/templates}/WorldMapTemplate.d.ts +3 -3
  82. package/dist/components/index.cjs +876 -718
  83. package/dist/components/index.css +1 -1
  84. package/dist/components/index.d.ts +4 -4
  85. package/dist/components/index.js +876 -718
  86. package/dist/components/{molecules → marketing/molecules}/CTABanner.d.ts +1 -1
  87. package/dist/components/{molecules → marketing/molecules}/HeroSection.d.ts +1 -1
  88. package/dist/components/{molecules → marketing/molecules}/PricingCard.d.ts +1 -1
  89. package/dist/components/{molecules → marketing/molecules}/ShowcaseCard.d.ts +1 -1
  90. package/dist/components/{molecules → marketing/molecules}/SplitSection.d.ts +1 -1
  91. package/dist/components/{organisms → marketing/organisms}/PricingOrganism.d.ts +2 -2
  92. package/dist/components/{organisms → marketing/organisms}/StatsOrganism.d.ts +2 -2
  93. package/dist/components/{organisms → marketing/organisms}/TeamOrganism.d.ts +2 -2
  94. package/dist/components/{organisms → marketing/organisms}/book/BookChapterView.d.ts +1 -1
  95. package/dist/components/{organisms → marketing/organisms}/book/BookTableOfContents.d.ts +1 -1
  96. package/dist/components/{organisms → marketing/organisms}/book/BookViewer.d.ts +2 -2
  97. package/dist/components/{templates → marketing/templates}/AboutPageTemplate.d.ts +2 -2
  98. package/dist/components/{templates → marketing/templates}/FeatureDetailPageTemplate.d.ts +2 -2
  99. package/dist/components/{templates → marketing/templates}/LandingPageTemplate.d.ts +2 -2
  100. package/dist/components/{templates → marketing/templates}/PricingPageTemplate.d.ts +2 -2
  101. package/dist/docs/index.cjs +203 -5
  102. package/dist/docs/index.d.ts +20 -20
  103. package/dist/docs/index.js +203 -5
  104. package/dist/hooks/index.cjs +74 -1
  105. package/dist/hooks/index.js +74 -1
  106. package/dist/lib/index.cjs +18 -3
  107. package/dist/lib/index.js +18 -3
  108. package/dist/locales/index.cjs +222 -3
  109. package/dist/locales/index.js +222 -3
  110. package/dist/marketing/index.cjs +1 -1
  111. package/dist/marketing/index.d.ts +65 -65
  112. package/dist/marketing/index.js +1 -1
  113. package/dist/providers/index.cjs +828 -671
  114. package/dist/providers/index.css +1 -1
  115. package/dist/providers/index.js +828 -671
  116. package/dist/runtime/index.cjs +700 -543
  117. package/dist/runtime/index.css +1 -1
  118. package/dist/runtime/index.js +700 -543
  119. package/locales/ar.json +85 -1
  120. package/locales/en.json +85 -1
  121. package/locales/sl.json +85 -1
  122. package/package.json +8 -8
  123. package/dist/components/organisms/book/index.d.ts +0 -7
  124. package/dist/components/organisms/game/CombatLog.d.ts +0 -2
  125. package/dist/components/organisms/game/DialogueBox.d.ts +0 -2
  126. package/dist/components/organisms/game/GameHud.d.ts +0 -2
  127. package/dist/components/organisms/game/GameMenu.d.ts +0 -2
  128. package/dist/components/organisms/game/GameOverScreen.d.ts +0 -2
  129. package/dist/components/organisms/game/InventoryPanel.d.ts +0 -2
  130. package/dist/components/organisms/game/IsometricCanvas.d.ts +0 -3
  131. package/dist/components/organisms/game/PlatformerCanvas.d.ts +0 -2
  132. /package/dist/components/{atoms/avl → avl/atoms}/Avl3DLabel.d.ts +0 -0
  133. /package/dist/components/{atoms/avl → avl/atoms}/Avl3DTooltip.d.ts +0 -0
  134. /package/dist/components/{atoms/avl → avl/atoms}/AvlApplication.d.ts +0 -0
  135. /package/dist/components/{atoms/avl → avl/atoms}/AvlBinding.d.ts +0 -0
  136. /package/dist/components/{atoms/avl → avl/atoms}/AvlBindingRef.d.ts +0 -0
  137. /package/dist/components/{atoms/avl → avl/atoms}/AvlEffect.d.ts +0 -0
  138. /package/dist/components/{atoms/avl → avl/atoms}/AvlEntity.d.ts +0 -0
  139. /package/dist/components/{atoms/avl → avl/atoms}/AvlEvent.d.ts +0 -0
  140. /package/dist/components/{atoms/avl → avl/atoms}/AvlField.d.ts +0 -0
  141. /package/dist/components/{atoms/avl → avl/atoms}/AvlFieldType.d.ts +0 -0
  142. /package/dist/components/{atoms/avl → avl/atoms}/AvlGuard.d.ts +0 -0
  143. /package/dist/components/{atoms/avl → avl/atoms}/AvlLiteral.d.ts +0 -0
  144. /package/dist/components/{atoms/avl → avl/atoms}/AvlOperator.d.ts +0 -0
  145. /package/dist/components/{atoms/avl → avl/atoms}/AvlOrbital.d.ts +0 -0
  146. /package/dist/components/{atoms/avl → avl/atoms}/AvlPage.d.ts +0 -0
  147. /package/dist/components/{atoms/avl → avl/atoms}/AvlPersistence.d.ts +0 -0
  148. /package/dist/components/{atoms/avl → avl/atoms}/AvlSExpr.d.ts +0 -0
  149. /package/dist/components/{atoms/avl → avl/atoms}/AvlState.d.ts +0 -0
  150. /package/dist/components/{atoms/avl → avl/atoms}/AvlTrait.d.ts +0 -0
  151. /package/dist/components/{atoms/avl → avl/atoms}/AvlTransition.d.ts +0 -0
  152. /package/dist/components/{atoms/avl → avl/atoms}/index.d.ts +0 -0
  153. /package/dist/components/{atoms/avl → avl/atoms}/types.d.ts +0 -0
  154. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DCrossWire.d.ts +0 -0
  155. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DEntityCore.d.ts +0 -0
  156. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DOrbitalNode.d.ts +0 -0
  157. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DStateNode.d.ts +0 -0
  158. /package/dist/components/{molecules/avl → avl/molecules}/Avl3DTransitionArc.d.ts +0 -0
  159. /package/dist/components/{molecules/avl → avl/molecules}/AvlBackwardEdge.d.ts +0 -0
  160. /package/dist/components/{molecules/avl → avl/molecules}/AvlBindingEdge.d.ts +0 -0
  161. /package/dist/components/{molecules/avl → avl/molecules}/AvlEmitListen.d.ts +0 -0
  162. /package/dist/components/{molecules/avl → avl/molecules}/AvlEventWireEdge.d.ts +0 -0
  163. /package/dist/components/{molecules/avl → avl/molecules}/AvlExprTree.d.ts +0 -0
  164. /package/dist/components/{molecules/avl → avl/molecules}/AvlOrbitalNode.d.ts +0 -0
  165. /package/dist/components/{molecules/avl → avl/molecules}/AvlPageEdge.d.ts +0 -0
  166. /package/dist/components/{molecules/avl → avl/molecules}/AvlSlotMap.d.ts +0 -0
  167. /package/dist/components/{molecules/avl → avl/molecules}/AvlSwimLane.d.ts +0 -0
  168. /package/dist/components/{molecules/avl → avl/molecules}/AvlTransitionEdge.d.ts +0 -0
  169. /package/dist/components/{molecules/avl → avl/molecules}/BehaviorComposeNode.d.ts +0 -0
  170. /package/dist/components/{molecules/avl → avl/molecules}/BehaviorView.d.ts +0 -0
  171. /package/dist/components/{molecules/avl → avl/molecules}/DetailView.d.ts +0 -0
  172. /package/dist/components/{molecules/avl → avl/molecules}/EventFlowEdge.d.ts +0 -0
  173. /package/dist/components/{molecules/avl → avl/molecules}/ModuleCard.d.ts +0 -0
  174. /package/dist/components/{molecules/avl → avl/molecules}/OrbPreviewNode.d.ts +0 -0
  175. /package/dist/components/{molecules/avl → avl/molecules}/SystemNode.d.ts +0 -0
  176. /package/dist/components/{molecules/avl → avl/molecules}/TraitCardNode.d.ts +0 -0
  177. /package/dist/components/{molecules/avl → avl/molecules}/avl-behavior-compose-converter.d.ts +0 -0
  178. /package/dist/components/{molecules/avl → avl/molecules}/avl-flow-converter.d.ts +0 -0
  179. /package/dist/components/{molecules/avl → avl/molecules}/avl-layout.d.ts +0 -0
  180. /package/dist/components/{molecules/avl → avl/molecules}/avl-preview-converter.d.ts +0 -0
  181. /package/dist/components/{molecules/avl → avl/molecules}/avl-preview-types.d.ts +0 -0
  182. /package/dist/components/{molecules/avl → avl/molecules}/avl-zoom-band.d.ts +0 -0
  183. /package/dist/components/{molecules/avl → avl/molecules}/index.d.ts +0 -0
  184. /package/dist/components/{molecules/avl → avl/molecules}/useCanvasDnd.d.ts +0 -0
  185. /package/dist/components/{molecules/avl → avl/molecules}/wire-validation.d.ts +0 -0
  186. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DApplicationScene.d.ts +0 -0
  187. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DEffects.d.ts +0 -0
  188. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DOrbitalScene.d.ts +0 -0
  189. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DTraitScene.d.ts +0 -0
  190. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DTransitionScene.d.ts +0 -0
  191. /package/dist/components/{organisms/avl → avl/organisms}/Avl3DViewer.d.ts +0 -0
  192. /package/dist/components/{organisms/avl → avl/organisms}/AvlClickTarget.d.ts +0 -0
  193. /package/dist/components/{organisms/avl → avl/organisms}/AvlCosmicZoom.d.ts +0 -0
  194. /package/dist/components/{organisms/avl → avl/organisms}/AvlLegend.d.ts +0 -0
  195. /package/dist/components/{organisms/avl → avl/organisms}/AvlOrbitalsCosmicZoom.d.ts +0 -0
  196. /package/dist/components/{organisms/avl → avl/organisms}/AvlTraitScene.d.ts +0 -0
  197. /package/dist/components/{organisms/avl → avl/organisms}/AvlTransitionDetail.d.ts +0 -0
  198. /package/dist/components/{organisms/avl → avl/organisms}/AvlTransitionScene.d.ts +0 -0
  199. /package/dist/components/{organisms/avl → avl/organisms}/avl-3d-context.d.ts +0 -0
  200. /package/dist/components/{organisms/avl → avl/organisms}/avl-3d-layout.d.ts +0 -0
  201. /package/dist/components/{organisms/avl → avl/organisms}/avl-schema-parser.d.ts +0 -0
  202. /package/dist/components/{organisms/avl → avl/organisms}/avl-zoom-state.d.ts +0 -0
  203. /package/dist/components/{organisms/avl → avl/organisms}/index.d.ts +0 -0
  204. /package/dist/components/{atoms → core/atoms}/Aside.d.ts +0 -0
  205. /package/dist/components/{atoms → core/atoms}/Avatar.d.ts +0 -0
  206. /package/dist/components/{atoms → core/atoms}/Badge.d.ts +0 -0
  207. /package/dist/components/{atoms → core/atoms}/Box.d.ts +0 -0
  208. /package/dist/components/{atoms → core/atoms}/Button.d.ts +0 -0
  209. /package/dist/components/{atoms → core/atoms}/Card.d.ts +0 -0
  210. /package/dist/components/{atoms → core/atoms}/Center.d.ts +0 -0
  211. /package/dist/components/{atoms → core/atoms}/Checkbox.d.ts +0 -0
  212. /package/dist/components/{atoms → core/atoms}/ConditionalWrapper.d.ts +0 -0
  213. /package/dist/components/{atoms → core/atoms}/ConfettiEffect.d.ts +0 -0
  214. /package/dist/components/{atoms → core/atoms}/DayCell.d.ts +0 -0
  215. /package/dist/components/{atoms → core/atoms}/Dialog.d.ts +0 -0
  216. /package/dist/components/{atoms → core/atoms}/Divider.d.ts +0 -0
  217. /package/dist/components/{atoms → core/atoms}/FilterPill.d.ts +0 -0
  218. /package/dist/components/{atoms → core/atoms}/FlipContainer.d.ts +0 -0
  219. /package/dist/components/{atoms → core/atoms}/Icon.d.ts +0 -0
  220. /package/dist/components/{atoms → core/atoms}/InfiniteScrollSentinel.d.ts +0 -0
  221. /package/dist/components/{atoms → core/atoms}/Input.d.ts +0 -0
  222. /package/dist/components/{atoms → core/atoms}/Label.d.ts +0 -0
  223. /package/dist/components/{atoms → core/atoms}/LawReferenceTooltip.d.ts +0 -0
  224. /package/dist/components/{atoms → core/atoms}/Overlay.d.ts +0 -0
  225. /package/dist/components/{atoms → core/atoms}/ProgressBar.d.ts +0 -0
  226. /package/dist/components/{atoms → core/atoms}/Radio.d.ts +0 -0
  227. /package/dist/components/{atoms → core/atoms}/RangeSlider.d.ts +0 -0
  228. /package/dist/components/{atoms → core/atoms}/SectionHeader.d.ts +0 -0
  229. /package/dist/components/{atoms → core/atoms}/Select.d.ts +0 -0
  230. /package/dist/components/{atoms → core/atoms}/Spacer.d.ts +0 -0
  231. /package/dist/components/{atoms → core/atoms}/Sparkline.d.ts +0 -0
  232. /package/dist/components/{atoms → core/atoms}/Spinner.d.ts +0 -0
  233. /package/dist/components/{atoms → core/atoms}/Stack.d.ts +0 -0
  234. /package/dist/components/{atoms → core/atoms}/StatusDot.d.ts +0 -0
  235. /package/dist/components/{atoms → core/atoms}/Switch.d.ts +0 -0
  236. /package/dist/components/{atoms → core/atoms}/TextHighlight.d.ts +0 -0
  237. /package/dist/components/{atoms → core/atoms}/Textarea.d.ts +0 -0
  238. /package/dist/components/{atoms → core/atoms}/ThemeSelector.d.ts +0 -0
  239. /package/dist/components/{atoms → core/atoms}/ThemeToggle.d.ts +0 -0
  240. /package/dist/components/{atoms → core/atoms}/TimeSlotCell.d.ts +0 -0
  241. /package/dist/components/{atoms → core/atoms}/TraitFrame.d.ts +0 -0
  242. /package/dist/components/{atoms → core/atoms}/TrendIndicator.d.ts +0 -0
  243. /package/dist/components/{atoms → core/atoms}/TypewriterText.d.ts +0 -0
  244. /package/dist/components/{atoms → core/atoms}/Typography.d.ts +0 -0
  245. /package/dist/components/{atoms → core/atoms}/svg/SvgBranch.d.ts +0 -0
  246. /package/dist/components/{atoms → core/atoms}/svg/SvgConnection.d.ts +0 -0
  247. /package/dist/components/{atoms → core/atoms}/svg/SvgFlow.d.ts +0 -0
  248. /package/dist/components/{atoms → core/atoms}/svg/SvgGrid.d.ts +0 -0
  249. /package/dist/components/{atoms → core/atoms}/svg/SvgLobe.d.ts +0 -0
  250. /package/dist/components/{atoms → core/atoms}/svg/SvgMesh.d.ts +0 -0
  251. /package/dist/components/{atoms → core/atoms}/svg/SvgMorph.d.ts +0 -0
  252. /package/dist/components/{atoms → core/atoms}/svg/SvgNode.d.ts +0 -0
  253. /package/dist/components/{atoms → core/atoms}/svg/SvgPulse.d.ts +0 -0
  254. /package/dist/components/{atoms → core/atoms}/svg/SvgRing.d.ts +0 -0
  255. /package/dist/components/{atoms → core/atoms}/svg/SvgShield.d.ts +0 -0
  256. /package/dist/components/{atoms → core/atoms}/svg/SvgStack.d.ts +0 -0
  257. /package/dist/components/{atoms → core/atoms}/svg/index.d.ts +0 -0
  258. /package/dist/components/{atoms → core/atoms}/types.d.ts +0 -0
  259. /package/dist/components/{molecules → core/molecules}/Accordion.d.ts +0 -0
  260. /package/dist/components/{molecules → core/molecules}/Alert.d.ts +0 -0
  261. /package/dist/components/{molecules → core/molecules}/AnimatedCounter.d.ts +0 -0
  262. /package/dist/components/{molecules → core/molecules}/BranchingLogicBuilder.d.ts +0 -0
  263. /package/dist/components/{molecules → core/molecules}/Breadcrumb.d.ts +0 -0
  264. /package/dist/components/{molecules → core/molecules}/ButtonGroup.d.ts +0 -0
  265. /package/dist/components/{molecules → core/molecules}/CalendarGrid.d.ts +0 -0
  266. /package/dist/components/{molecules → core/molecules}/Card.d.ts +0 -0
  267. /package/dist/components/{molecules → core/molecules}/Carousel.d.ts +0 -0
  268. /package/dist/components/{molecules → core/molecules}/Chart.d.ts +0 -0
  269. /package/dist/components/{molecules → core/molecules}/ChartLegend.d.ts +0 -0
  270. /package/dist/components/{molecules → core/molecules}/Coachmark.d.ts +0 -0
  271. /package/dist/components/{molecules → core/molecules}/CodeViewer.d.ts +0 -0
  272. /package/dist/components/{molecules → core/molecules}/Container.d.ts +0 -0
  273. /package/dist/components/{molecules → core/molecules}/DataGrid.d.ts +0 -0
  274. /package/dist/components/{molecules → core/molecules}/DataList.d.ts +0 -0
  275. /package/dist/components/{molecules → core/molecules}/DateRangePicker.d.ts +0 -0
  276. /package/dist/components/{molecules → core/molecules}/DateRangeSelector.d.ts +0 -0
  277. /package/dist/components/{molecules → core/molecules}/DocBreadcrumb.d.ts +0 -0
  278. /package/dist/components/{molecules → core/molecules}/DocCodeBlock.d.ts +0 -0
  279. /package/dist/components/{molecules → core/molecules}/DocPagination.d.ts +0 -0
  280. /package/dist/components/{molecules → core/molecules}/DocSearch.d.ts +0 -0
  281. /package/dist/components/{molecules → core/molecules}/DocSidebar.d.ts +0 -0
  282. /package/dist/components/{molecules → core/molecules}/DocTOC.d.ts +0 -0
  283. /package/dist/components/{molecules → core/molecules}/DocumentViewer.d.ts +0 -0
  284. /package/dist/components/{molecules → core/molecules}/Drawer.d.ts +0 -0
  285. /package/dist/components/{molecules → core/molecules}/EdgeDecoration.d.ts +0 -0
  286. /package/dist/components/{molecules → core/molecules}/EmptyState.d.ts +0 -0
  287. /package/dist/components/{molecules → core/molecules}/ErrorState.d.ts +0 -0
  288. /package/dist/components/{molecules → core/molecules}/FileTree.d.ts +0 -0
  289. /package/dist/components/{molecules → core/molecules}/FilterGroup.d.ts +0 -0
  290. /package/dist/components/{molecules → core/molecules}/Flex.d.ts +0 -0
  291. /package/dist/components/{molecules → core/molecules}/FlipCard.d.ts +0 -0
  292. /package/dist/components/{molecules → core/molecules}/FloatingActionButton.d.ts +0 -0
  293. /package/dist/components/{molecules → core/molecules}/FormField.d.ts +0 -0
  294. /package/dist/components/{molecules → core/molecules}/FormSection.d.ts +0 -0
  295. /package/dist/components/{molecules → core/molecules}/FormSectionHeader.d.ts +0 -0
  296. /package/dist/components/{molecules → core/molecules}/GradientDivider.d.ts +0 -0
  297. /package/dist/components/{molecules → core/molecules}/GraphCanvas.d.ts +0 -0
  298. /package/dist/components/{molecules → core/molecules}/GraphView.d.ts +0 -0
  299. /package/dist/components/{molecules → core/molecules}/Grid.d.ts +0 -0
  300. /package/dist/components/{molecules → core/molecules}/Header.d.ts +0 -0
  301. /package/dist/components/{molecules → core/molecules}/InputGroup.d.ts +0 -0
  302. /package/dist/components/{molecules → core/molecules}/JazariStateMachine.d.ts +0 -0
  303. /package/dist/components/{molecules → core/molecules}/Lightbox.d.ts +0 -0
  304. /package/dist/components/{molecules → core/molecules}/LikertScale.d.ts +0 -0
  305. /package/dist/components/{molecules → core/molecules}/LineChart.d.ts +0 -0
  306. /package/dist/components/{molecules → core/molecules}/LoadingState.d.ts +0 -0
  307. /package/dist/components/{molecules → core/molecules}/MapView.d.ts +0 -0
  308. /package/dist/components/{molecules → core/molecules}/MarketingFooter.d.ts +0 -0
  309. /package/dist/components/{molecules → core/molecules}/MatrixQuestion.d.ts +0 -0
  310. /package/dist/components/{molecules → core/molecules}/Menu.d.ts +0 -0
  311. /package/dist/components/{molecules → core/molecules}/Meter.d.ts +0 -0
  312. /package/dist/components/{molecules → core/molecules}/Modal.d.ts +0 -0
  313. /package/dist/components/{molecules → core/molecules}/Navigation.d.ts +0 -0
  314. /package/dist/components/{molecules → core/molecules}/NumberStepper.d.ts +0 -0
  315. /package/dist/components/{molecules → core/molecules}/OnboardingSpotlight.d.ts +0 -0
  316. /package/dist/components/{molecules → core/molecules}/OptionConstraintGroup.d.ts +0 -0
  317. /package/dist/components/{molecules → core/molecules}/OrbitalVisualization.d.ts +0 -0
  318. /package/dist/components/{molecules → core/molecules}/PageHeader.d.ts +0 -0
  319. /package/dist/components/{molecules → core/molecules}/Pagination.d.ts +0 -0
  320. /package/dist/components/{molecules → core/molecules}/Popover.d.ts +0 -0
  321. /package/dist/components/{molecules → core/molecules}/PositionedCanvas.d.ts +0 -0
  322. /package/dist/components/{molecules → core/molecules}/ProgressDots.d.ts +0 -0
  323. /package/dist/components/{molecules → core/molecules}/PullQuote.d.ts +0 -0
  324. /package/dist/components/{molecules → core/molecules}/PullToRefresh.d.ts +0 -0
  325. /package/dist/components/{molecules → core/molecules}/QrScanner.d.ts +0 -0
  326. /package/dist/components/{molecules → core/molecules}/QuizBlock.d.ts +0 -0
  327. /package/dist/components/{molecules → core/molecules}/RelationSelect.d.ts +0 -0
  328. /package/dist/components/{molecules → core/molecules}/RepeatableFormSection.d.ts +0 -0
  329. /package/dist/components/{molecules → core/molecules}/RichBlockEditor.d.ts +0 -0
  330. /package/dist/components/{molecules → core/molecules}/ScaledDiagram.d.ts +0 -0
  331. /package/dist/components/{molecules → core/molecules}/SearchInput.d.ts +0 -0
  332. /package/dist/components/{molecules → core/molecules}/Section.d.ts +0 -0
  333. /package/dist/components/{molecules → core/molecules}/SidePanel.d.ts +0 -0
  334. /package/dist/components/{molecules → core/molecules}/Sidebar.d.ts +0 -0
  335. /package/dist/components/{molecules → core/molecules}/SignaturePad.d.ts +0 -0
  336. /package/dist/components/{molecules → core/molecules}/SimpleGrid.d.ts +0 -0
  337. /package/dist/components/{molecules → core/molecules}/Skeleton.d.ts +0 -0
  338. /package/dist/components/{molecules → core/molecules}/SocialProof.d.ts +0 -0
  339. /package/dist/components/{molecules → core/molecules}/SortableList.d.ts +0 -0
  340. /package/dist/components/{molecules → core/molecules}/Split.d.ts +0 -0
  341. /package/dist/components/{molecules → core/molecules}/StarRating.d.ts +0 -0
  342. /package/dist/components/{molecules → core/molecules}/StatDisplay.d.ts +0 -0
  343. /package/dist/components/{molecules → core/molecules}/SwipeableRow.d.ts +0 -0
  344. /package/dist/components/{molecules → core/molecules}/TableView.d.ts +0 -0
  345. /package/dist/components/{molecules → core/molecules}/Tabs.d.ts +0 -0
  346. /package/dist/components/{molecules → core/molecules}/TagInput.d.ts +0 -0
  347. /package/dist/components/{molecules → core/molecules}/Toast.d.ts +0 -0
  348. /package/dist/components/{molecules → core/molecules}/Tooltip.d.ts +0 -0
  349. /package/dist/components/{molecules → core/molecules}/UploadDropZone.d.ts +0 -0
  350. /package/dist/components/{molecules → core/molecules}/VersionDiff.d.ts +0 -0
  351. /package/dist/components/{molecules → core/molecules}/ViolationAlert.d.ts +0 -0
  352. /package/dist/components/{molecules → core/molecules}/VoteStack.d.ts +0 -0
  353. /package/dist/components/{molecules → core/molecules}/WizardContainer.d.ts +0 -0
  354. /package/dist/components/{molecules → core/molecules}/WizardNavigation.d.ts +0 -0
  355. /package/dist/components/{molecules → core/molecules}/WizardProgress.d.ts +0 -0
  356. /package/dist/components/{molecules → core/molecules}/markdown/CodeBlock.d.ts +0 -0
  357. /package/dist/components/{molecules → core/molecules}/markdown/MarkdownContent.d.ts +0 -0
  358. /package/dist/components/{molecules → core/molecules}/markdown/index.d.ts +0 -0
  359. /package/dist/components/{molecules → core/molecules}/useDataDnd.d.ts +0 -0
  360. /package/dist/components/{organisms → core/organisms}/CardGrid.d.ts +0 -0
  361. /package/dist/components/{organisms → core/organisms}/CaseStudyOrganism.d.ts +0 -0
  362. /package/dist/components/{organisms → core/organisms}/ComponentPatterns.d.ts +0 -0
  363. /package/dist/components/{organisms → core/organisms}/CustomPattern.d.ts +0 -0
  364. /package/dist/components/{organisms → core/organisms}/DataTable.d.ts +0 -0
  365. /package/dist/components/{organisms → core/organisms}/DetailPanel.d.ts +0 -0
  366. /package/dist/components/{organisms → core/organisms}/DrawerSlot.d.ts +0 -0
  367. /package/dist/components/{organisms → core/organisms}/FeatureGridOrganism.d.ts +0 -0
  368. /package/dist/components/{organisms → core/organisms}/Form.d.ts +0 -0
  369. /package/dist/components/{organisms → core/organisms}/HeroOrganism.d.ts +0 -0
  370. /package/dist/components/{organisms → core/organisms}/LayoutPatterns.d.ts +0 -0
  371. /package/dist/components/{organisms → core/organisms}/List.d.ts +0 -0
  372. /package/dist/components/{organisms → core/organisms}/MasterDetail.d.ts +0 -0
  373. /package/dist/components/{organisms → core/organisms}/MediaGallery.d.ts +0 -0
  374. /package/dist/components/{organisms → core/organisms}/ModalSlot.d.ts +0 -0
  375. /package/dist/components/{organisms → core/organisms}/NotifyListener.d.ts +0 -0
  376. /package/dist/components/{organisms → core/organisms}/ShowcaseOrganism.d.ts +0 -0
  377. /package/dist/components/{organisms → core/organisms}/StatCard.d.ts +0 -0
  378. /package/dist/components/{organisms → core/organisms}/StepFlowOrganism.d.ts +0 -0
  379. /package/dist/components/{organisms → core/organisms}/Timeline.d.ts +0 -0
  380. /package/dist/components/{organisms → core/organisms}/ToastSlot.d.ts +0 -0
  381. /package/dist/components/{organisms → core/organisms}/book/types.d.ts +0 -0
  382. /package/dist/components/{organisms → core/organisms}/component-registry.generated.d.ts +0 -0
  383. /package/dist/components/{organisms → core/organisms}/debug/RuntimeDebugger.d.ts +0 -0
  384. /package/dist/components/{organisms → core/organisms}/debug/WalkMinimap.d.ts +0 -0
  385. /package/dist/components/{organisms → core/organisms}/debug/index.d.ts +0 -0
  386. /package/dist/components/{organisms → core/organisms}/layout/DashboardGrid.d.ts +0 -0
  387. /package/dist/components/{organisms → core/organisms}/layout/MasterDetailLayout.d.ts +0 -0
  388. /package/dist/components/{organisms → core/organisms}/layout/SplitPane.d.ts +0 -0
  389. /package/dist/components/{organisms → core/organisms}/layout/TabbedContainer.d.ts +0 -0
  390. /package/dist/components/{organisms → core/organisms}/layout/index.d.ts +0 -0
  391. /package/dist/components/{organisms → core/organisms}/marketing-types.d.ts +0 -0
  392. /package/dist/components/{organisms → core/organisms}/types.d.ts +0 -0
  393. /package/dist/components/{templates → core/templates}/AuthLayout.d.ts +0 -0
  394. /package/dist/components/{templates → core/templates}/CounterTemplate.d.ts +0 -0
  395. /package/dist/components/{templates → core/templates}/DashboardLayout.d.ts +0 -0
  396. /package/dist/components/{templates → core/templates}/GenericAppTemplate.d.ts +0 -0
  397. /package/dist/components/{templates → core/templates}/types.d.ts +0 -0
  398. /package/dist/components/{atoms/game → game/atoms}/ActionButton.d.ts +0 -0
  399. /package/dist/components/{atoms/game → game/atoms}/ChoiceButton.d.ts +0 -0
  400. /package/dist/components/{atoms/game → game/atoms}/ComboCounter.d.ts +0 -0
  401. /package/dist/components/{atoms/game → game/atoms}/ControlButton.d.ts +0 -0
  402. /package/dist/components/{atoms/game → game/atoms}/DamageNumber.d.ts +0 -0
  403. /package/dist/components/{atoms/game → game/atoms}/DialogueBubble.d.ts +0 -0
  404. /package/dist/components/{atoms/game → game/atoms}/HealthBar.d.ts +0 -0
  405. /package/dist/components/{atoms/game → game/atoms}/ItemSlot.d.ts +0 -0
  406. /package/dist/components/{atoms/game → game/atoms}/ResourceCounter.d.ts +0 -0
  407. /package/dist/components/{atoms/game → game/atoms}/ScoreDisplay.d.ts +0 -0
  408. /package/dist/components/{atoms/game → game/atoms}/Sprite.d.ts +0 -0
  409. /package/dist/components/{atoms/game → game/atoms}/StateIndicator.d.ts +0 -0
  410. /package/dist/components/{atoms/game → game/atoms}/StatusEffect.d.ts +0 -0
  411. /package/dist/components/{atoms/game → game/atoms}/TimerDisplay.d.ts +0 -0
  412. /package/dist/components/{atoms/game → game/atoms}/TurnIndicator.d.ts +0 -0
  413. /package/dist/components/{atoms/game → game/atoms}/WaypointMarker.d.ts +0 -0
  414. /package/dist/components/{atoms/game → game/atoms}/XPBar.d.ts +0 -0
  415. /package/dist/components/{atoms/game → game/atoms}/index.d.ts +0 -0
  416. /package/dist/components/{molecules/game → game/molecules}/ActionButtons.d.ts +0 -0
  417. /package/dist/components/{molecules/game → game/molecules}/CombatLog.d.ts +0 -0
  418. /package/dist/components/{molecules/game → game/molecules}/CraftingRecipe.d.ts +0 -0
  419. /package/dist/components/{molecules/game → game/molecules}/DPad.d.ts +0 -0
  420. /package/dist/components/{molecules/game → game/molecules}/DialogueBox.d.ts +0 -0
  421. /package/dist/components/{molecules/game → game/molecules}/EnemyPlate.d.ts +0 -0
  422. /package/dist/components/{molecules/game → game/molecules}/GameCanvas2D.d.ts +0 -0
  423. /package/dist/components/{molecules/game → game/molecules}/GameHud.d.ts +0 -0
  424. /package/dist/components/{molecules/game → game/molecules}/GameMenu.d.ts +0 -0
  425. /package/dist/components/{molecules/game → game/molecules}/GameOverScreen.d.ts +0 -0
  426. /package/dist/components/{molecules/game → game/molecules}/HealthPanel.d.ts +0 -0
  427. /package/dist/components/{molecules/game → game/molecules}/InventoryGrid.d.ts +0 -0
  428. /package/dist/components/{molecules/game → game/molecules}/InventoryPanel.d.ts +0 -0
  429. /package/dist/components/{molecules/game → game/molecules}/PlatformerCanvas.d.ts +0 -0
  430. /package/dist/components/{molecules/game → game/molecules}/PowerupSlots.d.ts +0 -0
  431. /package/dist/components/{molecules/game → game/molecules}/QuestTracker.d.ts +0 -0
  432. /package/dist/components/{molecules/game → game/molecules}/ResourceBar.d.ts +0 -0
  433. /package/dist/components/{molecules/game → game/molecules}/ScoreBoard.d.ts +0 -0
  434. /package/dist/components/{molecules/game → game/molecules}/StatBadge.d.ts +0 -0
  435. /package/dist/components/{molecules/game → game/molecules}/TurnPanel.d.ts +0 -0
  436. /package/dist/components/{molecules/game → game/molecules}/UnitCommandBar.d.ts +0 -0
  437. /package/dist/components/{organisms/game → game/organisms}/CastleBoard.d.ts +0 -0
  438. /package/dist/components/{organisms/game → game/organisms}/GameCanvas3D.d.ts +0 -0
  439. /package/dist/components/{organisms/game → game/organisms}/UncontrolledBattleBoard.d.ts +0 -0
  440. /package/dist/components/{organisms/game → game/organisms}/editor/editorUtils.d.ts +0 -0
  441. /package/dist/components/{organisms/game → game/organisms}/editor/index.d.ts +0 -0
  442. /package/dist/components/{organisms/game → game/organisms}/hooks/useBattleState.d.ts +0 -0
  443. /package/dist/components/{organisms/game → game/organisms}/hooks/useCamera.d.ts +0 -0
  444. /package/dist/components/{organisms/game → game/organisms}/hooks/useGameAudio.d.ts +0 -0
  445. /package/dist/components/{organisms/game → game/organisms}/hooks/useImageCache.d.ts +0 -0
  446. /package/dist/components/{organisms/game → game/organisms}/hooks/usePhysics2D.d.ts +0 -0
  447. /package/dist/components/{organisms/game → game/organisms}/hooks/useSpriteAnimations.d.ts +0 -0
  448. /package/dist/components/{organisms/game → game/organisms}/index.d.ts +0 -0
  449. /package/dist/components/{organisms/game → game/organisms}/managers/PhysicsManager.d.ts +0 -0
  450. /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationCanvas.d.ts +0 -0
  451. /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationControls.d.ts +0 -0
  452. /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationGraph.d.ts +0 -0
  453. /package/dist/components/{organisms/game → game/organisms}/physics-sim/index.d.ts +0 -0
  454. /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/index.d.ts +0 -0
  455. /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/mechanics.d.ts +0 -0
  456. /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/types.d.ts +0 -0
  457. /package/dist/components/{organisms/game → game/organisms}/puzzles/builder/index.d.ts +0 -0
  458. /package/dist/components/{organisms/game → game/organisms}/puzzles/classifier/index.d.ts +0 -0
  459. /package/dist/components/{organisms/game → game/organisms}/puzzles/debugger/index.d.ts +0 -0
  460. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/EventLog.d.ts +0 -0
  461. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/ObjectRulePanel.d.ts +0 -0
  462. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/RuleEditor.d.ts +0 -0
  463. /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/index.d.ts +0 -0
  464. /package/dist/components/{organisms/game → game/organisms}/puzzles/negotiator/index.d.ts +0 -0
  465. /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/ActionPalette.d.ts +0 -0
  466. /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/SequenceBar.d.ts +0 -0
  467. /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/index.d.ts +0 -0
  468. /package/dist/components/{organisms/game → game/organisms}/puzzles/simulator/index.d.ts +0 -0
  469. /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/CodeView.d.ts +0 -0
  470. /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/VariablePanel.d.ts +0 -0
  471. /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/index.d.ts +0 -0
  472. /package/dist/components/{organisms/game → game/organisms}/three/Camera3D.d.ts +0 -0
  473. /package/dist/components/{organisms/game → game/organisms}/three/Lighting3D.d.ts +0 -0
  474. /package/dist/components/{organisms/game → game/organisms}/three/Scene3D.d.ts +0 -0
  475. /package/dist/components/{organisms/game → game/organisms}/three/components/Canvas3DErrorBoundary.d.ts +0 -0
  476. /package/dist/components/{organisms/game → game/organisms}/three/components/Canvas3DLoadingState.d.ts +0 -0
  477. /package/dist/components/{organisms/game → game/organisms}/three/components/ModelLoader.d.ts +0 -0
  478. /package/dist/components/{organisms/game → game/organisms}/three/components/PhysicsObject3D.d.ts +0 -0
  479. /package/dist/components/{organisms/game → game/organisms}/three/components/index.d.ts +0 -0
  480. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useAssetLoader.d.ts +0 -0
  481. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useGameCanvas3DEvents.d.ts +0 -0
  482. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useRaycaster.d.ts +0 -0
  483. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useSceneGraph.d.ts +0 -0
  484. /package/dist/components/{organisms/game → game/organisms}/three/hooks/useThree.d.ts +0 -0
  485. /package/dist/components/{organisms/game → game/organisms}/three/loaders/AssetLoader.d.ts +0 -0
  486. /package/dist/components/{organisms/game → game/organisms}/three/renderers/FeatureRenderer.d.ts +0 -0
  487. /package/dist/components/{organisms/game → game/organisms}/three/renderers/FeatureRenderer3D.d.ts +0 -0
  488. /package/dist/components/{organisms/game → game/organisms}/three/renderers/TileRenderer.d.ts +0 -0
  489. /package/dist/components/{organisms/game → game/organisms}/three/renderers/UnitRenderer.d.ts +0 -0
  490. /package/dist/components/{organisms/game → game/organisms}/three/renderers/index.d.ts +0 -0
  491. /package/dist/components/{organisms/game → game/organisms}/three/utils/culling.d.ts +0 -0
  492. /package/dist/components/{organisms/game → game/organisms}/three/utils/grid3D.d.ts +0 -0
  493. /package/dist/components/{organisms/game → game/organisms}/types/effects.d.ts +0 -0
  494. /package/dist/components/{organisms/game → game/organisms}/types/game.d.ts +0 -0
  495. /package/dist/components/{organisms/game → game/organisms}/types/isometric.d.ts +0 -0
  496. /package/dist/components/{organisms/game → game/organisms}/types/spriteAnimation.d.ts +0 -0
  497. /package/dist/components/{organisms/game → game/organisms}/useCanvasEffects.d.ts +0 -0
  498. /package/dist/components/{organisms/game → game/organisms}/utils/canvasEffects.d.ts +0 -0
  499. /package/dist/components/{organisms/game → game/organisms}/utils/combatEffects.d.ts +0 -0
  500. /package/dist/components/{organisms/game → game/organisms}/utils/combatPresets.d.ts +0 -0
  501. /package/dist/components/{organisms/game → game/organisms}/utils/isometric.d.ts +0 -0
  502. /package/dist/components/{organisms/game → game/organisms}/utils/spriteAnimation.d.ts +0 -0
  503. /package/dist/components/{organisms/game → game/organisms}/utils/spriteSheetConstants.d.ts +0 -0
  504. /package/dist/components/{templates → game/templates}/GameShell.d.ts +0 -0
  505. /package/dist/components/{atoms → marketing/atoms}/AnimatedCounter.d.ts +0 -0
  506. /package/dist/components/{atoms → marketing/atoms}/AnimatedGraphic.d.ts +0 -0
  507. /package/dist/components/{atoms → marketing/atoms}/AnimatedReveal.d.ts +0 -0
  508. /package/dist/components/{atoms → marketing/atoms}/ContentSection.d.ts +0 -0
  509. /package/dist/components/{atoms → marketing/atoms}/MarketingStatCard.d.ts +0 -0
  510. /package/dist/components/{atoms → marketing/atoms}/PatternTile.d.ts +0 -0
  511. /package/dist/components/{molecules → marketing/molecules}/ArticleSection.d.ts +0 -0
  512. /package/dist/components/{molecules → marketing/molecules}/CaseStudyCard.d.ts +0 -0
  513. /package/dist/components/{molecules → marketing/molecules}/CommunityLinks.d.ts +0 -0
  514. /package/dist/components/{molecules → marketing/molecules}/FeatureCard.d.ts +0 -0
  515. /package/dist/components/{molecules → marketing/molecules}/GeometricPattern.d.ts +0 -0
  516. /package/dist/components/{molecules → marketing/molecules}/InstallBox.d.ts +0 -0
  517. /package/dist/components/{molecules → marketing/molecules}/PricingGrid.d.ts +0 -0
  518. /package/dist/components/{molecules → marketing/molecules}/ServiceCatalog.d.ts +0 -0
  519. /package/dist/components/{molecules → marketing/molecules}/StatsGrid.d.ts +0 -0
  520. /package/dist/components/{molecules → marketing/molecules}/StepFlow.d.ts +0 -0
  521. /package/dist/components/{molecules → marketing/molecules}/TagCloud.d.ts +0 -0
  522. /package/dist/components/{molecules → marketing/molecules}/TeamCard.d.ts +0 -0
  523. /package/dist/components/{organisms → marketing/organisms}/book/BookCoverPage.d.ts +0 -0
  524. /package/dist/components/{organisms → marketing/organisms}/book/BookNavBar.d.ts +0 -0
@@ -399,7 +399,80 @@ var init_en = __esm({
399
399
  "book.previousPage": "Previous page",
400
400
  "book.nextPage": "Next page",
401
401
  "quiz.showAnswer": "Show answer",
402
- "quiz.hideAnswer": "Hide answer"
402
+ "quiz.hideAnswer": "Hide answer",
403
+ "aria.closeModal": "Close modal",
404
+ "aria.closeToast": "Dismiss toast",
405
+ "aria.closeAlert": "Dismiss alert",
406
+ "aria.removeFilter": "Remove filter",
407
+ "aria.closeDrawer": "Close drawer",
408
+ "aria.closePanel": "Close panel",
409
+ "aria.previousImage": "Previous image",
410
+ "aria.nextImage": "Next image",
411
+ "aria.dismiss": "Dismiss",
412
+ "aria.previousSlide": "Previous slide",
413
+ "aria.nextSlide": "Next slide",
414
+ "aria.previousDays": "Previous days",
415
+ "aria.nextDays": "Next days",
416
+ "aria.decrease": "Decrease",
417
+ "aria.increase": "Increase",
418
+ "aria.breadcrumb": "Breadcrumb",
419
+ "aria.tableOfContents": "Table of contents",
420
+ "aria.docsSidebar": "Documentation sidebar",
421
+ "aria.selectAllRows": "Select all rows",
422
+ "aria.selectAll": "Select all",
423
+ "aria.upvote": "Upvote",
424
+ "aria.downvote": "Downvote",
425
+ "aria.qrScanner": "QR scanner",
426
+ "aria.mockScanDev": "Mock scan (dev)",
427
+ "aria.openMenu": "Open menu",
428
+ "aria.closeMenu": "Close menu",
429
+ "aria.openSidebar": "Open sidebar",
430
+ "sidebar.expand": "Expand sidebar",
431
+ "sidebar.collapse": "Collapse sidebar",
432
+ "sidebar.close": "Close sidebar",
433
+ "loading.items": "Loading items...",
434
+ "card.imageAlt": "Image",
435
+ "canvas.emptyMessage": "No content",
436
+ "canvas.errorTitle": "Canvas error",
437
+ "book.noData": "No data",
438
+ "common.notifications": "Notifications",
439
+ "common.remaining": "{{count}} remaining",
440
+ "error.somethingWentWrong": "Something went wrong",
441
+ "error.loadingItems": "Loading items...",
442
+ "error.noItemsFound": "No items found",
443
+ "error.notFound": "Not found",
444
+ "debug.noEntityData": "No entity data",
445
+ "debug.noEntities": "No entities",
446
+ "debug.noTicks": "No ticks registered",
447
+ "debug.noActiveTraits": "No active traits",
448
+ "debug.noGuardEvaluations": "No guard evaluations",
449
+ "debug.noBridgeData": "No bridge data",
450
+ "debug.status": "Status",
451
+ "debug.eventsForwarded": "Events Forwarded (Client \u2192 Server)",
452
+ "debug.eventsReceived": "Events Received (Server \u2192 Client)",
453
+ "debug.lastHeartbeat": "Last Heartbeat",
454
+ "debug.noEventsYet": "No events yet",
455
+ "debug.noTransitionsRecorded": "No transitions recorded",
456
+ "debug.noVerificationChecks": "No verification checks yet",
457
+ "display.chartError": "Chart error",
458
+ "display.codeViewerError": "Code viewer error",
459
+ "display.noCode": "No code",
460
+ "display.documentError": "Document error",
461
+ "display.noDocument": "No document",
462
+ "display.graphError": "Graph error",
463
+ "display.noGraphData": "No graph data",
464
+ "display.galleryError": "Gallery error",
465
+ "display.noMedia": "No media",
466
+ "display.meterError": "Meter error",
467
+ "display.signaturePadError": "Signature pad error",
468
+ "display.timelineError": "Timeline error",
469
+ "display.noEvents": "No events",
470
+ "template.features": "Features",
471
+ "template.howItWorks": "How It Works",
472
+ "template.showcase": "Showcase",
473
+ "template.faq": "Frequently Asked Questions",
474
+ "template.ourTeam": "Our Team",
475
+ "template.caseStudies": "Case Studies"
403
476
  };
404
477
  }
405
478
  });
@@ -785,7 +858,7 @@ var init_cn = __esm({
785
858
  });
786
859
  var paddingStyles, paddingXStyles, paddingYStyles, marginStyles, marginXStyles, marginYStyles, bgStyles, roundedStyles, shadowStyles, displayStyles, overflowStyles, positionStyles, Box;
787
860
  var init_Box = __esm({
788
- "components/atoms/Box.tsx"() {
861
+ "components/core/atoms/Box.tsx"() {
789
862
  "use client";
790
863
  init_cn();
791
864
  init_useEventBus();
@@ -1682,7 +1755,7 @@ function doResolve(name) {
1682
1755
  }
1683
1756
  var iconAliases, resolvedCache, sizeClasses, animationClasses, Icon;
1684
1757
  var init_Icon = __esm({
1685
- "components/atoms/Icon.tsx"() {
1758
+ "components/core/atoms/Icon.tsx"() {
1686
1759
  "use client";
1687
1760
  init_cn();
1688
1761
  init_iconFamily();
@@ -1793,7 +1866,7 @@ function resolveIconProp(value, sizeClass) {
1793
1866
  }
1794
1867
  var variantStyles, sizeStyles, iconSizeStyles, Button;
1795
1868
  var init_Button = __esm({
1796
- "components/atoms/Button.tsx"() {
1869
+ "components/core/atoms/Button.tsx"() {
1797
1870
  "use client";
1798
1871
  init_cn();
1799
1872
  init_useEventBus();
@@ -1921,7 +1994,7 @@ var init_Button = __esm({
1921
1994
  });
1922
1995
  var Dialog;
1923
1996
  var init_Dialog = __esm({
1924
- "components/atoms/Dialog.tsx"() {
1997
+ "components/core/atoms/Dialog.tsx"() {
1925
1998
  init_cn();
1926
1999
  Dialog = React84__default.forwardRef(
1927
2000
  ({
@@ -1946,7 +2019,7 @@ var init_Dialog = __esm({
1946
2019
  }
1947
2020
  });
1948
2021
 
1949
- // components/atoms/Typography.tsx
2022
+ // components/core/atoms/Typography.tsx
1950
2023
  var Typography_exports = {};
1951
2024
  __export(Typography_exports, {
1952
2025
  Heading: () => Heading,
@@ -1955,7 +2028,7 @@ __export(Typography_exports, {
1955
2028
  });
1956
2029
  var variantStyles2, colorStyles, weightStyles, defaultElements, typographySizeStyles, overflowStyles2, Typography, sizeStyles2, Heading, Text;
1957
2030
  var init_Typography = __esm({
1958
- "components/atoms/Typography.tsx"() {
2031
+ "components/core/atoms/Typography.tsx"() {
1959
2032
  init_cn();
1960
2033
  variantStyles2 = {
1961
2034
  h1: "text-4xl font-bold tracking-tight text-foreground",
@@ -2108,7 +2181,7 @@ var init_Typography = __esm({
2108
2181
  });
2109
2182
  var Overlay;
2110
2183
  var init_Overlay = __esm({
2111
- "components/atoms/Overlay.tsx"() {
2184
+ "components/core/atoms/Overlay.tsx"() {
2112
2185
  "use client";
2113
2186
  init_cn();
2114
2187
  init_useEventBus();
@@ -2145,7 +2218,7 @@ var init_Overlay = __esm({
2145
2218
  });
2146
2219
  var sizeClasses2, minWidthClasses, lookStyles, Modal;
2147
2220
  var init_Modal = __esm({
2148
- "components/molecules/Modal.tsx"() {
2221
+ "components/core/molecules/Modal.tsx"() {
2149
2222
  "use client";
2150
2223
  init_Box();
2151
2224
  init_Button();
@@ -2154,6 +2227,7 @@ var init_Modal = __esm({
2154
2227
  init_Overlay();
2155
2228
  init_cn();
2156
2229
  init_useEventBus();
2230
+ init_useTranslate();
2157
2231
  sizeClasses2 = {
2158
2232
  sm: "max-w-md",
2159
2233
  md: "max-w-2xl",
@@ -2191,6 +2265,7 @@ var init_Modal = __esm({
2191
2265
  look = "centered-card"
2192
2266
  }) => {
2193
2267
  const eventBus = useEventBus();
2268
+ const { t } = useTranslate();
2194
2269
  const modalRef = useRef(null);
2195
2270
  const previousActiveElement = useRef(null);
2196
2271
  const [dragY, setDragY] = useState(0);
@@ -2335,7 +2410,7 @@ var init_Modal = __esm({
2335
2410
  icon: "x",
2336
2411
  onClick: handleClose,
2337
2412
  "data-event": "CLOSE",
2338
- "aria-label": "Close modal"
2413
+ "aria-label": t("aria.closeModal")
2339
2414
  }
2340
2415
  )
2341
2416
  ]
@@ -2366,7 +2441,7 @@ var init_Modal = __esm({
2366
2441
  });
2367
2442
  var sizeWidths, Drawer;
2368
2443
  var init_Drawer = __esm({
2369
- "components/molecules/Drawer.tsx"() {
2444
+ "components/core/molecules/Drawer.tsx"() {
2370
2445
  "use client";
2371
2446
  init_Box();
2372
2447
  init_Button();
@@ -2374,6 +2449,7 @@ var init_Drawer = __esm({
2374
2449
  init_Overlay();
2375
2450
  init_cn();
2376
2451
  init_useEventBus();
2452
+ init_useTranslate();
2377
2453
  sizeWidths = {
2378
2454
  sm: "w-full sm:w-80",
2379
2455
  // 320px
@@ -2399,6 +2475,7 @@ var init_Drawer = __esm({
2399
2475
  closeEvent
2400
2476
  }) => {
2401
2477
  const eventBus = useEventBus();
2478
+ const { t } = useTranslate();
2402
2479
  const drawerRef = useRef(null);
2403
2480
  const previousActiveElement = useRef(null);
2404
2481
  useEffect(() => {
@@ -2493,7 +2570,7 @@ var init_Drawer = __esm({
2493
2570
  size: "sm",
2494
2571
  icon: "x",
2495
2572
  onClick: handleClose,
2496
- "aria-label": "Close drawer",
2573
+ "aria-label": t("aria.closeDrawer"),
2497
2574
  className: cn(!title && "ml-auto")
2498
2575
  }
2499
2576
  )
@@ -2545,7 +2622,7 @@ var init_Drawer = __esm({
2545
2622
  });
2546
2623
  var variantStyles3, sizeStyles3, Badge;
2547
2624
  var init_Badge = __esm({
2548
- "components/atoms/Badge.tsx"() {
2625
+ "components/core/atoms/Badge.tsx"() {
2549
2626
  init_cn();
2550
2627
  init_Icon();
2551
2628
  variantStyles3 = {
@@ -2636,7 +2713,7 @@ var init_Badge = __esm({
2636
2713
  });
2637
2714
  var variantClasses, iconMap, iconColors, Toast;
2638
2715
  var init_Toast = __esm({
2639
- "components/molecules/Toast.tsx"() {
2716
+ "components/core/molecules/Toast.tsx"() {
2640
2717
  "use client";
2641
2718
  init_Box();
2642
2719
  init_Icon();
@@ -2645,6 +2722,7 @@ var init_Toast = __esm({
2645
2722
  init_Badge();
2646
2723
  init_cn();
2647
2724
  init_useEventBus();
2725
+ init_useTranslate();
2648
2726
  variantClasses = {
2649
2727
  success: "bg-card border-[length:var(--border-width)] border-success",
2650
2728
  error: "bg-card border-[length:var(--border-width)] border-error",
@@ -2678,6 +2756,7 @@ var init_Toast = __esm({
2678
2756
  actionEvent
2679
2757
  }) => {
2680
2758
  const eventBus = useEventBus();
2759
+ const { t } = useTranslate();
2681
2760
  const handleDismiss = () => {
2682
2761
  if (dismissEvent) eventBus.emit(`UI:${dismissEvent}`, {});
2683
2762
  onDismiss?.();
@@ -2731,7 +2810,7 @@ var init_Toast = __esm({
2731
2810
  size: "sm",
2732
2811
  icon: "x",
2733
2812
  onClick: handleDismiss,
2734
- "aria-label": "Dismiss toast",
2813
+ "aria-label": t("aria.closeToast"),
2735
2814
  className: "flex-shrink-0"
2736
2815
  }
2737
2816
  )
@@ -2802,7 +2881,7 @@ function buildDiamondPoints(x, y, scale) {
2802
2881
  }
2803
2882
  var SvgBranch;
2804
2883
  var init_SvgBranch = __esm({
2805
- "components/atoms/svg/SvgBranch.tsx"() {
2884
+ "components/core/atoms/svg/SvgBranch.tsx"() {
2806
2885
  "use client";
2807
2886
  SvgBranch = ({
2808
2887
  x,
@@ -2849,7 +2928,7 @@ var init_SvgBranch = __esm({
2849
2928
  });
2850
2929
  var SvgConnection;
2851
2930
  var init_SvgConnection = __esm({
2852
- "components/atoms/svg/SvgConnection.tsx"() {
2931
+ "components/core/atoms/svg/SvgConnection.tsx"() {
2853
2932
  "use client";
2854
2933
  SvgConnection = ({
2855
2934
  x1,
@@ -2889,7 +2968,7 @@ var init_SvgConnection = __esm({
2889
2968
  });
2890
2969
  var flowIdCounter, SvgFlow;
2891
2970
  var init_SvgFlow = __esm({
2892
- "components/atoms/svg/SvgFlow.tsx"() {
2971
+ "components/core/atoms/svg/SvgFlow.tsx"() {
2893
2972
  "use client";
2894
2973
  flowIdCounter = 0;
2895
2974
  SvgFlow = ({
@@ -2943,7 +3022,7 @@ var init_SvgFlow = __esm({
2943
3022
  });
2944
3023
  var SvgGrid;
2945
3024
  var init_SvgGrid = __esm({
2946
- "components/atoms/svg/SvgGrid.tsx"() {
3025
+ "components/core/atoms/svg/SvgGrid.tsx"() {
2947
3026
  "use client";
2948
3027
  SvgGrid = ({
2949
3028
  x,
@@ -2983,7 +3062,7 @@ var init_SvgGrid = __esm({
2983
3062
  });
2984
3063
  var SvgLobe;
2985
3064
  var init_SvgLobe = __esm({
2986
- "components/atoms/svg/SvgLobe.tsx"() {
3065
+ "components/core/atoms/svg/SvgLobe.tsx"() {
2987
3066
  "use client";
2988
3067
  SvgLobe = ({
2989
3068
  cx,
@@ -3063,7 +3142,7 @@ function getConnections(count, density) {
3063
3142
  }
3064
3143
  var SvgMesh;
3065
3144
  var init_SvgMesh = __esm({
3066
- "components/atoms/svg/SvgMesh.tsx"() {
3145
+ "components/core/atoms/svg/SvgMesh.tsx"() {
3067
3146
  "use client";
3068
3147
  SvgMesh = ({
3069
3148
  cx,
@@ -3108,7 +3187,7 @@ var init_SvgMesh = __esm({
3108
3187
  });
3109
3188
  var TextLines, CodeBrackets, AppRect, FlowArrow, SvgMorph;
3110
3189
  var init_SvgMorph = __esm({
3111
- "components/atoms/svg/SvgMorph.tsx"() {
3190
+ "components/core/atoms/svg/SvgMorph.tsx"() {
3112
3191
  "use client";
3113
3192
  TextLines = ({
3114
3193
  x,
@@ -3317,7 +3396,7 @@ var init_SvgMorph = __esm({
3317
3396
  });
3318
3397
  var SvgNode;
3319
3398
  var init_SvgNode = __esm({
3320
- "components/atoms/svg/SvgNode.tsx"() {
3399
+ "components/core/atoms/svg/SvgNode.tsx"() {
3321
3400
  "use client";
3322
3401
  SvgNode = ({
3323
3402
  x,
@@ -3373,7 +3452,7 @@ var init_SvgNode = __esm({
3373
3452
  });
3374
3453
  var PULSE_KEYFRAMES, SvgPulse;
3375
3454
  var init_SvgPulse = __esm({
3376
- "components/atoms/svg/SvgPulse.tsx"() {
3455
+ "components/core/atoms/svg/SvgPulse.tsx"() {
3377
3456
  "use client";
3378
3457
  PULSE_KEYFRAMES = `
3379
3458
  @keyframes almadar-svg-pulse-expand {
@@ -3429,7 +3508,7 @@ var init_SvgPulse = __esm({
3429
3508
  });
3430
3509
  var ringIdCounter, SvgRing;
3431
3510
  var init_SvgRing = __esm({
3432
- "components/atoms/svg/SvgRing.tsx"() {
3511
+ "components/core/atoms/svg/SvgRing.tsx"() {
3433
3512
  "use client";
3434
3513
  ringIdCounter = 0;
3435
3514
  SvgRing = ({
@@ -3486,7 +3565,7 @@ var init_SvgRing = __esm({
3486
3565
  });
3487
3566
  var SHIELD_PATH, CHECK_PATH, SvgShield;
3488
3567
  var init_SvgShield = __esm({
3489
- "components/atoms/svg/SvgShield.tsx"() {
3568
+ "components/core/atoms/svg/SvgShield.tsx"() {
3490
3569
  "use client";
3491
3570
  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";
3492
3571
  CHECK_PATH = "M10,18 L14,22 L21,13";
@@ -3536,7 +3615,7 @@ var init_SvgShield = __esm({
3536
3615
  });
3537
3616
  var SvgStack;
3538
3617
  var init_SvgStack = __esm({
3539
- "components/atoms/svg/SvgStack.tsx"() {
3618
+ "components/core/atoms/svg/SvgStack.tsx"() {
3540
3619
  "use client";
3541
3620
  SvgStack = ({
3542
3621
  x,
@@ -3595,16 +3674,17 @@ var init_SvgStack = __esm({
3595
3674
  }
3596
3675
  });
3597
3676
 
3598
- // components/atoms/svg/index.ts
3677
+ // components/core/atoms/svg/index.ts
3599
3678
  var init_svg = __esm({
3600
- "components/atoms/svg/index.ts"() {
3679
+ "components/core/atoms/svg/index.ts"() {
3601
3680
  }
3602
3681
  });
3603
3682
  var Input;
3604
3683
  var init_Input = __esm({
3605
- "components/atoms/Input.tsx"() {
3684
+ "components/core/atoms/Input.tsx"() {
3606
3685
  init_cn();
3607
3686
  init_Icon();
3687
+ init_useTranslate();
3608
3688
  Input = React84__default.forwardRef(
3609
3689
  ({
3610
3690
  className,
@@ -3622,6 +3702,7 @@ var init_Input = __esm({
3622
3702
  onChange,
3623
3703
  ...props
3624
3704
  }, ref) => {
3705
+ const { t } = useTranslate();
3625
3706
  const type = inputType || htmlType || "text";
3626
3707
  const IconComponent = typeof iconProp === "string" ? resolveIcon(iconProp) : iconProp;
3627
3708
  const resolvedLeftIcon = leftIcon || IconComponent && /* @__PURE__ */ jsx(IconComponent, { className: "h-icon-default w-icon-default" });
@@ -3652,7 +3733,7 @@ var init_Input = __esm({
3652
3733
  className: cn(baseClassName, "appearance-none pr-10", className),
3653
3734
  ...props,
3654
3735
  children: [
3655
- /* @__PURE__ */ jsx("option", { value: "", children: "Select..." }),
3736
+ /* @__PURE__ */ jsx("option", { value: "", children: t("form.selectPlaceholder", { label: "" }) }),
3656
3737
  options?.map((opt) => /* @__PURE__ */ jsx("option", { value: opt.value, children: opt.label }, opt.value))
3657
3738
  ]
3658
3739
  }
@@ -3723,7 +3804,7 @@ var init_Input = __esm({
3723
3804
  });
3724
3805
  var Label;
3725
3806
  var init_Label = __esm({
3726
- "components/atoms/Label.tsx"() {
3807
+ "components/core/atoms/Label.tsx"() {
3727
3808
  init_cn();
3728
3809
  Label = React84__default.forwardRef(
3729
3810
  ({ className, required, children, ...props }, ref) => {
@@ -3749,7 +3830,7 @@ var init_Label = __esm({
3749
3830
  });
3750
3831
  var Textarea;
3751
3832
  var init_Textarea = __esm({
3752
- "components/atoms/Textarea.tsx"() {
3833
+ "components/core/atoms/Textarea.tsx"() {
3753
3834
  init_cn();
3754
3835
  Textarea = React84__default.forwardRef(
3755
3836
  ({ className, error, ...props }, ref) => {
@@ -3778,7 +3859,7 @@ var init_Textarea = __esm({
3778
3859
  });
3779
3860
  var Select;
3780
3861
  var init_Select = __esm({
3781
- "components/atoms/Select.tsx"() {
3862
+ "components/core/atoms/Select.tsx"() {
3782
3863
  init_cn();
3783
3864
  init_Icon();
3784
3865
  Select = React84__default.forwardRef(
@@ -3821,7 +3902,7 @@ var init_Select = __esm({
3821
3902
  });
3822
3903
  var Checkbox;
3823
3904
  var init_Checkbox = __esm({
3824
- "components/atoms/Checkbox.tsx"() {
3905
+ "components/core/atoms/Checkbox.tsx"() {
3825
3906
  init_cn();
3826
3907
  Checkbox = React84__default.forwardRef(
3827
3908
  ({ className, label, id, ...props }, ref) => {
@@ -3859,7 +3940,7 @@ var init_Checkbox = __esm({
3859
3940
  });
3860
3941
  var variantStyles4, paddingStyles2, shadowStyles2, lookStyles2, Card, CardHeader, CardTitle, CardContent, CardBody, CardFooter;
3861
3942
  var init_Card = __esm({
3862
- "components/atoms/Card.tsx"() {
3943
+ "components/core/atoms/Card.tsx"() {
3863
3944
  init_cn();
3864
3945
  variantStyles4 = {
3865
3946
  default: [
@@ -3984,9 +4065,10 @@ var init_Card = __esm({
3984
4065
  });
3985
4066
  var variantStyles5, sizeStyles4, iconSizes, FilterPill;
3986
4067
  var init_FilterPill = __esm({
3987
- "components/atoms/FilterPill.tsx"() {
4068
+ "components/core/atoms/FilterPill.tsx"() {
3988
4069
  init_cn();
3989
4070
  init_useEventBus();
4071
+ init_useTranslate();
3990
4072
  init_Icon();
3991
4073
  variantStyles5 = {
3992
4074
  default: [
@@ -4042,6 +4124,7 @@ var init_FilterPill = __esm({
4042
4124
  ...props
4043
4125
  }, ref) => {
4044
4126
  const eventBus = useEventBus();
4127
+ const { t } = useTranslate();
4045
4128
  const payloadLabel = typeof children === "string" || typeof children === "number" ? children : label;
4046
4129
  const handleClick = useCallback(() => {
4047
4130
  onClick?.();
@@ -4076,7 +4159,7 @@ var init_FilterPill = __esm({
4076
4159
  e.stopPropagation();
4077
4160
  handleRemove();
4078
4161
  },
4079
- "aria-label": "Remove filter",
4162
+ "aria-label": t("aria.removeFilter"),
4080
4163
  className: cn(
4081
4164
  "ml-0.5 rounded-full hover:bg-foreground/10 transition-colors flex items-center justify-center"
4082
4165
  ),
@@ -4093,7 +4176,7 @@ var init_FilterPill = __esm({
4093
4176
  });
4094
4177
  var sizeStyles5, Spinner;
4095
4178
  var init_Spinner = __esm({
4096
- "components/atoms/Spinner.tsx"() {
4179
+ "components/core/atoms/Spinner.tsx"() {
4097
4180
  init_cn();
4098
4181
  init_Icon();
4099
4182
  sizeStyles5 = {
@@ -4127,7 +4210,7 @@ function generateInitials(name) {
4127
4210
  }
4128
4211
  var sizeClasses3, iconSizeClasses, statusSizeClasses, statusClasses, badgeSizeClasses, Avatar;
4129
4212
  var init_Avatar = __esm({
4130
- "components/atoms/Avatar.tsx"() {
4213
+ "components/core/atoms/Avatar.tsx"() {
4131
4214
  "use client";
4132
4215
  init_Icon();
4133
4216
  init_cn();
@@ -4280,7 +4363,7 @@ var init_Avatar = __esm({
4280
4363
  });
4281
4364
  var Center;
4282
4365
  var init_Center = __esm({
4283
- "components/atoms/Center.tsx"() {
4366
+ "components/core/atoms/Center.tsx"() {
4284
4367
  init_cn();
4285
4368
  Center = ({
4286
4369
  inline = false,
@@ -4316,7 +4399,7 @@ var init_Center = __esm({
4316
4399
  });
4317
4400
  var variantStyles6, Divider;
4318
4401
  var init_Divider = __esm({
4319
- "components/atoms/Divider.tsx"() {
4402
+ "components/core/atoms/Divider.tsx"() {
4320
4403
  init_cn();
4321
4404
  variantStyles6 = {
4322
4405
  solid: "border-solid",
@@ -4392,7 +4475,7 @@ var init_Divider = __esm({
4392
4475
  });
4393
4476
  var colorClasses, circularSizeClasses, ProgressBar;
4394
4477
  var init_ProgressBar = __esm({
4395
- "components/atoms/ProgressBar.tsx"() {
4478
+ "components/core/atoms/ProgressBar.tsx"() {
4396
4479
  init_cn();
4397
4480
  colorClasses = {
4398
4481
  default: "bg-primary",
@@ -4551,7 +4634,7 @@ var init_ProgressBar = __esm({
4551
4634
  });
4552
4635
  var sizeClasses4, dotSizeClasses, Radio;
4553
4636
  var init_Radio = __esm({
4554
- "components/atoms/Radio.tsx"() {
4637
+ "components/core/atoms/Radio.tsx"() {
4555
4638
  init_cn();
4556
4639
  init_useEventBus();
4557
4640
  sizeClasses4 = {
@@ -4704,7 +4787,7 @@ var init_Radio = __esm({
4704
4787
  });
4705
4788
  var COLOR_VAR, Sparkline;
4706
4789
  var init_Sparkline = __esm({
4707
- "components/atoms/Sparkline.tsx"() {
4790
+ "components/core/atoms/Sparkline.tsx"() {
4708
4791
  init_cn();
4709
4792
  COLOR_VAR = {
4710
4793
  primary: "var(--color-primary)",
@@ -4765,7 +4848,7 @@ var init_Sparkline = __esm({
4765
4848
  });
4766
4849
  var Switch;
4767
4850
  var init_Switch = __esm({
4768
- "components/atoms/Switch.tsx"() {
4851
+ "components/core/atoms/Switch.tsx"() {
4769
4852
  "use client";
4770
4853
  init_cn();
4771
4854
  Switch = React84.forwardRef(
@@ -4845,7 +4928,7 @@ var init_Switch = __esm({
4845
4928
  });
4846
4929
  var horizontalSizes, verticalSizes, Spacer;
4847
4930
  var init_Spacer = __esm({
4848
- "components/atoms/Spacer.tsx"() {
4931
+ "components/core/atoms/Spacer.tsx"() {
4849
4932
  init_cn();
4850
4933
  horizontalSizes = {
4851
4934
  xs: "w-1",
@@ -4884,7 +4967,7 @@ var init_Spacer = __esm({
4884
4967
  });
4885
4968
  var gapStyles, alignStyles, justifyStyles, Stack, VStack, HStack;
4886
4969
  var init_Stack = __esm({
4887
- "components/atoms/Stack.tsx"() {
4970
+ "components/core/atoms/Stack.tsx"() {
4888
4971
  "use client";
4889
4972
  init_cn();
4890
4973
  init_useEventBus();
@@ -4970,7 +5053,7 @@ var init_Stack = __esm({
4970
5053
  });
4971
5054
  var TextHighlight;
4972
5055
  var init_TextHighlight = __esm({
4973
- "components/atoms/TextHighlight.tsx"() {
5056
+ "components/core/atoms/TextHighlight.tsx"() {
4974
5057
  "use client";
4975
5058
  init_cn();
4976
5059
  init_useEventBus();
@@ -5214,7 +5297,7 @@ var init_ThemeContext = __esm({
5214
5297
  });
5215
5298
  var sizeClasses5, iconSizes2, ThemeToggle;
5216
5299
  var init_ThemeToggle = __esm({
5217
- "components/atoms/ThemeToggle.tsx"() {
5300
+ "components/core/atoms/ThemeToggle.tsx"() {
5218
5301
  "use client";
5219
5302
  init_Icon();
5220
5303
  init_cn();
@@ -5276,7 +5359,7 @@ var init_ThemeToggle = __esm({
5276
5359
  });
5277
5360
  var FlipContainer;
5278
5361
  var init_FlipContainer = __esm({
5279
- "components/atoms/FlipContainer.tsx"() {
5362
+ "components/core/atoms/FlipContainer.tsx"() {
5280
5363
  "use client";
5281
5364
  init_cn();
5282
5365
  init_Box();
@@ -5311,7 +5394,7 @@ var init_FlipContainer = __esm({
5311
5394
  });
5312
5395
  var Aside;
5313
5396
  var init_Aside = __esm({
5314
- "components/atoms/Aside.tsx"() {
5397
+ "components/core/atoms/Aside.tsx"() {
5315
5398
  init_cn();
5316
5399
  Aside = React84__default.forwardRef(
5317
5400
  ({ className, children, ...rest }, ref) => /* @__PURE__ */ jsx("aside", { ref, className: cn(className), ...rest, children })
@@ -5333,7 +5416,7 @@ function toSharedContext(ctx) {
5333
5416
  }
5334
5417
  var ConditionalWrapper;
5335
5418
  var init_ConditionalWrapper = __esm({
5336
- "components/atoms/ConditionalWrapper.tsx"() {
5419
+ "components/core/atoms/ConditionalWrapper.tsx"() {
5337
5420
  init_Box();
5338
5421
  ConditionalWrapper = ({
5339
5422
  condition,
@@ -5365,7 +5448,7 @@ var init_ConditionalWrapper = __esm({
5365
5448
  });
5366
5449
  var positionStyles2, arrowStyles, LawReferenceTooltip;
5367
5450
  var init_LawReferenceTooltip = __esm({
5368
- "components/atoms/LawReferenceTooltip.tsx"() {
5451
+ "components/core/atoms/LawReferenceTooltip.tsx"() {
5369
5452
  "use client";
5370
5453
  init_Box();
5371
5454
  init_Stack();
@@ -5545,7 +5628,7 @@ function DayCell({
5545
5628
  }
5546
5629
  var DAY_ABBREVIATIONS;
5547
5630
  var init_DayCell = __esm({
5548
- "components/atoms/DayCell.tsx"() {
5631
+ "components/core/atoms/DayCell.tsx"() {
5549
5632
  "use client";
5550
5633
  init_cn();
5551
5634
  init_Box();
@@ -5578,7 +5661,7 @@ function TimeSlotCell({
5578
5661
  );
5579
5662
  }
5580
5663
  var init_TimeSlotCell = __esm({
5581
- "components/atoms/TimeSlotCell.tsx"() {
5664
+ "components/core/atoms/TimeSlotCell.tsx"() {
5582
5665
  "use client";
5583
5666
  init_cn();
5584
5667
  init_Box();
@@ -5587,7 +5670,7 @@ var init_TimeSlotCell = __esm({
5587
5670
  });
5588
5671
  var statusColors, pulseRingColors, sizeStyles6, StatusDot;
5589
5672
  var init_StatusDot = __esm({
5590
- "components/atoms/StatusDot.tsx"() {
5673
+ "components/core/atoms/StatusDot.tsx"() {
5591
5674
  init_cn();
5592
5675
  statusColors = {
5593
5676
  online: "bg-success",
@@ -5651,7 +5734,7 @@ function resolveColor(dir, invert) {
5651
5734
  }
5652
5735
  var sizeStyles7, iconNameMap, TrendIndicator;
5653
5736
  var init_TrendIndicator = __esm({
5654
- "components/atoms/TrendIndicator.tsx"() {
5737
+ "components/core/atoms/TrendIndicator.tsx"() {
5655
5738
  init_Icon();
5656
5739
  init_cn();
5657
5740
  sizeStyles7 = {
@@ -5717,7 +5800,7 @@ function useSafeEventBus() {
5717
5800
  }
5718
5801
  var trackSizes, thumbSizes, RangeSlider;
5719
5802
  var init_RangeSlider = __esm({
5720
- "components/atoms/RangeSlider.tsx"() {
5803
+ "components/core/atoms/RangeSlider.tsx"() {
5721
5804
  "use client";
5722
5805
  init_cn();
5723
5806
  init_useEventBus();
@@ -5926,7 +6009,7 @@ function easeOut(t) {
5926
6009
  }
5927
6010
  var AnimatedCounter;
5928
6011
  var init_AnimatedCounter = __esm({
5929
- "components/atoms/AnimatedCounter.tsx"() {
6012
+ "components/marketing/atoms/AnimatedCounter.tsx"() {
5930
6013
  "use client";
5931
6014
  init_cn();
5932
6015
  init_Typography();
@@ -5983,7 +6066,7 @@ var init_AnimatedCounter = __esm({
5983
6066
  });
5984
6067
  var InfiniteScrollSentinel;
5985
6068
  var init_InfiniteScrollSentinel = __esm({
5986
- "components/atoms/InfiniteScrollSentinel.tsx"() {
6069
+ "components/core/atoms/InfiniteScrollSentinel.tsx"() {
5987
6070
  "use client";
5988
6071
  init_cn();
5989
6072
  init_useInfiniteScroll();
@@ -6038,7 +6121,7 @@ function createParticles(count) {
6038
6121
  }
6039
6122
  var CONFETTI_COLORS, particleIdCounter, ConfettiEffect;
6040
6123
  var init_ConfettiEffect = __esm({
6041
- "components/atoms/ConfettiEffect.tsx"() {
6124
+ "components/core/atoms/ConfettiEffect.tsx"() {
6042
6125
  "use client";
6043
6126
  init_cn();
6044
6127
  init_Box();
@@ -6137,7 +6220,7 @@ var init_ConfettiEffect = __esm({
6137
6220
  });
6138
6221
  var TypewriterText;
6139
6222
  var init_TypewriterText = __esm({
6140
- "components/atoms/TypewriterText.tsx"() {
6223
+ "components/core/atoms/TypewriterText.tsx"() {
6141
6224
  "use client";
6142
6225
  init_cn();
6143
6226
  init_Typography();
@@ -6207,7 +6290,7 @@ var init_TypewriterText = __esm({
6207
6290
  });
6208
6291
  var levelToVariant, alignClasses, alignToStack, SectionHeader;
6209
6292
  var init_SectionHeader = __esm({
6210
- "components/atoms/SectionHeader.tsx"() {
6293
+ "components/core/atoms/SectionHeader.tsx"() {
6211
6294
  init_cn();
6212
6295
  init_Stack();
6213
6296
  init_Typography();
@@ -6246,7 +6329,7 @@ var init_SectionHeader = __esm({
6246
6329
  });
6247
6330
  var backgroundClasses, paddingClasses, ContentSection;
6248
6331
  var init_ContentSection = __esm({
6249
- "components/atoms/ContentSection.tsx"() {
6332
+ "components/marketing/atoms/ContentSection.tsx"() {
6250
6333
  init_cn();
6251
6334
  init_Box();
6252
6335
  backgroundClasses = {
@@ -6741,7 +6824,7 @@ function getTileDimensions(variant, size) {
6741
6824
  }
6742
6825
  var PI, VARIANT_MAP, PatternTile;
6743
6826
  var init_PatternTile = __esm({
6744
- "components/atoms/PatternTile.tsx"() {
6827
+ "components/marketing/atoms/PatternTile.tsx"() {
6745
6828
  "use client";
6746
6829
  PI = Math.PI;
6747
6830
  VARIANT_MAP = {
@@ -6775,7 +6858,7 @@ var init_PatternTile = __esm({
6775
6858
  });
6776
6859
  var initialStyles, animatedStyles, AnimatedReveal;
6777
6860
  var init_AnimatedReveal = __esm({
6778
- "components/atoms/AnimatedReveal.tsx"() {
6861
+ "components/marketing/atoms/AnimatedReveal.tsx"() {
6779
6862
  "use client";
6780
6863
  init_cn();
6781
6864
  initialStyles = {
@@ -6955,7 +7038,7 @@ function applyMorphAnimation(container, animate, duration, delay, easing) {
6955
7038
  }
6956
7039
  var AnimatedGraphic;
6957
7040
  var init_AnimatedGraphic = __esm({
6958
- "components/atoms/AnimatedGraphic.tsx"() {
7041
+ "components/marketing/atoms/AnimatedGraphic.tsx"() {
6959
7042
  "use client";
6960
7043
  init_cn();
6961
7044
  AnimatedGraphic = React84__default.forwardRef(
@@ -7116,7 +7199,7 @@ function getSlotContentRenderer() {
7116
7199
  }
7117
7200
  var _slotContentRenderer;
7118
7201
  var init_TraitFrame = __esm({
7119
- "components/atoms/TraitFrame.tsx"() {
7202
+ "components/core/atoms/TraitFrame.tsx"() {
7120
7203
  init_EntitySchemaContext();
7121
7204
  TraitFrame.displayName = "TraitFrame";
7122
7205
  _slotContentRenderer = null;
@@ -7174,7 +7257,7 @@ function HealthBar({
7174
7257
  }
7175
7258
  var heartIcon, sizeMap;
7176
7259
  var init_HealthBar = __esm({
7177
- "components/atoms/game/HealthBar.tsx"() {
7260
+ "components/game/atoms/HealthBar.tsx"() {
7178
7261
  init_cn();
7179
7262
  heartIcon = (filled, size) => /* @__PURE__ */ jsx(
7180
7263
  "svg",
@@ -7251,7 +7334,7 @@ function ScoreDisplay({
7251
7334
  }
7252
7335
  var sizeMap2;
7253
7336
  var init_ScoreDisplay = __esm({
7254
- "components/atoms/game/ScoreDisplay.tsx"() {
7337
+ "components/game/atoms/ScoreDisplay.tsx"() {
7255
7338
  "use client";
7256
7339
  init_cn();
7257
7340
  sizeMap2 = {
@@ -7343,7 +7426,7 @@ function ControlButton({
7343
7426
  }
7344
7427
  var sizeMap3, shapeMap, variantMap;
7345
7428
  var init_ControlButton = __esm({
7346
- "components/atoms/game/ControlButton.tsx"() {
7429
+ "components/game/atoms/ControlButton.tsx"() {
7347
7430
  "use client";
7348
7431
  init_cn();
7349
7432
  init_useEventBus();
@@ -7437,7 +7520,7 @@ function Sprite({
7437
7520
  );
7438
7521
  }
7439
7522
  var init_Sprite = __esm({
7440
- "components/atoms/game/Sprite.tsx"() {
7523
+ "components/game/atoms/Sprite.tsx"() {
7441
7524
  "use client";
7442
7525
  init_useEventBus();
7443
7526
  }
@@ -7473,7 +7556,7 @@ function StateIndicator({
7473
7556
  }
7474
7557
  var DEFAULT_STATE_STYLES, DEFAULT_STYLE, SIZE_CLASSES;
7475
7558
  var init_StateIndicator = __esm({
7476
- "components/atoms/game/StateIndicator.tsx"() {
7559
+ "components/game/atoms/StateIndicator.tsx"() {
7477
7560
  init_Box();
7478
7561
  init_cn();
7479
7562
  DEFAULT_STATE_STYLES = {
@@ -7539,7 +7622,7 @@ function TimerDisplay({
7539
7622
  }
7540
7623
  var sizeMap4;
7541
7624
  var init_TimerDisplay = __esm({
7542
- "components/atoms/game/TimerDisplay.tsx"() {
7625
+ "components/game/atoms/TimerDisplay.tsx"() {
7543
7626
  init_cn();
7544
7627
  sizeMap4 = {
7545
7628
  sm: "text-sm px-2 py-0.5",
@@ -7584,7 +7667,7 @@ function ResourceCounter({
7584
7667
  }
7585
7668
  var sizeMap5;
7586
7669
  var init_ResourceCounter = __esm({
7587
- "components/atoms/game/ResourceCounter.tsx"() {
7670
+ "components/game/atoms/ResourceCounter.tsx"() {
7588
7671
  init_cn();
7589
7672
  sizeMap5 = {
7590
7673
  sm: { wrapper: "text-xs gap-1 px-1.5 py-0.5", icon: "text-sm" },
@@ -7644,7 +7727,7 @@ function ItemSlot({
7644
7727
  }
7645
7728
  var sizeMap6, rarityBorderMap, rarityGlowMap;
7646
7729
  var init_ItemSlot = __esm({
7647
- "components/atoms/game/ItemSlot.tsx"() {
7730
+ "components/game/atoms/ItemSlot.tsx"() {
7648
7731
  "use client";
7649
7732
  init_cn();
7650
7733
  sizeMap6 = {
@@ -7711,7 +7794,7 @@ function TurnIndicator({
7711
7794
  }
7712
7795
  var sizeMap7;
7713
7796
  var init_TurnIndicator = __esm({
7714
- "components/atoms/game/TurnIndicator.tsx"() {
7797
+ "components/game/atoms/TurnIndicator.tsx"() {
7715
7798
  init_cn();
7716
7799
  sizeMap7 = {
7717
7800
  sm: { wrapper: "text-xs gap-1.5 px-2 py-0.5", dot: "w-1.5 h-1.5" },
@@ -7768,7 +7851,7 @@ function ComboCounter({
7768
7851
  }
7769
7852
  var sizeMap8;
7770
7853
  var init_ComboCounter = __esm({
7771
- "components/atoms/game/ComboCounter.tsx"() {
7854
+ "components/game/atoms/ComboCounter.tsx"() {
7772
7855
  init_cn();
7773
7856
  sizeMap8 = {
7774
7857
  sm: { combo: "text-lg", label: "text-xs", multiplier: "text-xs" },
@@ -7836,7 +7919,7 @@ function XPBar({
7836
7919
  }
7837
7920
  var sizeMap9;
7838
7921
  var init_XPBar = __esm({
7839
- "components/atoms/game/XPBar.tsx"() {
7922
+ "components/game/atoms/XPBar.tsx"() {
7840
7923
  init_cn();
7841
7924
  sizeMap9 = {
7842
7925
  sm: { bar: "h-2", text: "text-xs", badge: "text-xs px-1.5 py-0.5" },
@@ -7904,7 +7987,7 @@ function WaypointMarker({
7904
7987
  }
7905
7988
  var sizeMap10, checkIcon;
7906
7989
  var init_WaypointMarker = __esm({
7907
- "components/atoms/game/WaypointMarker.tsx"() {
7990
+ "components/game/atoms/WaypointMarker.tsx"() {
7908
7991
  init_cn();
7909
7992
  sizeMap10 = {
7910
7993
  sm: { dot: "w-4 h-4", ring: "w-6 h-6", label: "text-xs mt-1" },
@@ -7971,7 +8054,7 @@ function StatusEffect({
7971
8054
  }
7972
8055
  var sizeMap11, variantStyles7;
7973
8056
  var init_StatusEffect = __esm({
7974
- "components/atoms/game/StatusEffect.tsx"() {
8057
+ "components/game/atoms/StatusEffect.tsx"() {
7975
8058
  init_cn();
7976
8059
  sizeMap11 = {
7977
8060
  sm: { container: "w-8 h-8", icon: "text-sm", badge: "text-xs -top-1 -right-1 w-4 h-4", timer: "text-[9px]" },
@@ -8012,7 +8095,7 @@ function DamageNumber({
8012
8095
  }
8013
8096
  var sizeMap12, typeStyles, floatKeyframes;
8014
8097
  var init_DamageNumber = __esm({
8015
- "components/atoms/game/DamageNumber.tsx"() {
8098
+ "components/game/atoms/DamageNumber.tsx"() {
8016
8099
  init_cn();
8017
8100
  sizeMap12 = {
8018
8101
  sm: "text-sm",
@@ -8068,7 +8151,7 @@ function DialogueBubble({
8068
8151
  );
8069
8152
  }
8070
8153
  var init_DialogueBubble = __esm({
8071
- "components/atoms/game/DialogueBubble.tsx"() {
8154
+ "components/game/atoms/DialogueBubble.tsx"() {
8072
8155
  init_cn();
8073
8156
  DialogueBubble.displayName = "DialogueBubble";
8074
8157
  }
@@ -8114,7 +8197,7 @@ function ChoiceButton({
8114
8197
  );
8115
8198
  }
8116
8199
  var init_ChoiceButton = __esm({
8117
- "components/atoms/game/ChoiceButton.tsx"() {
8200
+ "components/game/atoms/ChoiceButton.tsx"() {
8118
8201
  init_cn();
8119
8202
  ChoiceButton.displayName = "ChoiceButton";
8120
8203
  }
@@ -8180,7 +8263,7 @@ function ActionButton({
8180
8263
  }
8181
8264
  var sizeMap13, variantStyles8;
8182
8265
  var init_ActionButton = __esm({
8183
- "components/atoms/game/ActionButton.tsx"() {
8266
+ "components/game/atoms/ActionButton.tsx"() {
8184
8267
  init_cn();
8185
8268
  init_Icon();
8186
8269
  sizeMap13 = {
@@ -8283,22 +8366,22 @@ function MiniMap({
8283
8366
  );
8284
8367
  }
8285
8368
  var init_MiniMap = __esm({
8286
- "components/atoms/game/MiniMap.tsx"() {
8369
+ "components/game/atoms/MiniMap.tsx"() {
8287
8370
  "use client";
8288
8371
  init_cn();
8289
8372
  MiniMap.displayName = "MiniMap";
8290
8373
  }
8291
8374
  });
8292
8375
 
8293
- // components/atoms/game/index.ts
8294
- var init_game = __esm({
8295
- "components/atoms/game/index.ts"() {
8376
+ // components/game/atoms/index.ts
8377
+ var init_atoms = __esm({
8378
+ "components/game/atoms/index.ts"() {
8296
8379
  }
8297
8380
  });
8298
8381
 
8299
- // components/atoms/index.ts
8300
- var init_atoms = __esm({
8301
- "components/atoms/index.ts"() {
8382
+ // components/core/atoms/index.ts
8383
+ var init_atoms2 = __esm({
8384
+ "components/core/atoms/index.ts"() {
8302
8385
  init_svg();
8303
8386
  init_Button();
8304
8387
  init_Input();
@@ -8315,15 +8398,15 @@ var init_atoms = __esm({
8315
8398
  init_Stack();
8316
8399
  init_Typography();
8317
8400
  init_ThemeToggle();
8318
- init_game();
8401
+ init_atoms();
8319
8402
  }
8320
8403
  });
8321
8404
  var ErrorState;
8322
8405
  var init_ErrorState = __esm({
8323
- "components/molecules/ErrorState.tsx"() {
8406
+ "components/core/molecules/ErrorState.tsx"() {
8324
8407
  "use client";
8325
8408
  init_cn();
8326
- init_atoms();
8409
+ init_atoms2();
8327
8410
  init_Box();
8328
8411
  init_Stack();
8329
8412
  init_Typography();
@@ -8366,12 +8449,24 @@ var init_ErrorState = __esm({
8366
8449
  ErrorState.displayName = "ErrorState";
8367
8450
  }
8368
8451
  });
8369
- var ErrorBoundary;
8452
+ var DefaultFallback, ErrorBoundary;
8370
8453
  var init_ErrorBoundary = __esm({
8371
- "components/molecules/ErrorBoundary.tsx"() {
8454
+ "components/core/molecules/ErrorBoundary.tsx"() {
8372
8455
  "use client";
8373
8456
  init_cn();
8374
8457
  init_ErrorState();
8458
+ init_useTranslate();
8459
+ DefaultFallback = ({ error, onRetry }) => {
8460
+ const { t } = useTranslate();
8461
+ return /* @__PURE__ */ jsx(
8462
+ ErrorState,
8463
+ {
8464
+ title: t("error.somethingWentWrong"),
8465
+ message: error.message,
8466
+ onRetry
8467
+ }
8468
+ );
8469
+ };
8375
8470
  ErrorBoundary = class extends React84__default.Component {
8376
8471
  constructor(props) {
8377
8472
  super(props);
@@ -8390,27 +8485,11 @@ var init_ErrorBoundary = __esm({
8390
8485
  const { error } = this.state;
8391
8486
  const { children, fallback, className } = this.props;
8392
8487
  if (error) {
8393
- const wrapper = className ? /* @__PURE__ */ jsx("div", { className: cn(className), children: this.renderFallback(error, fallback) }) : this.renderFallback(error, fallback);
8394
- return wrapper;
8488
+ const fallbackNode = typeof fallback === "function" ? fallback(error, this.reset) : fallback || /* @__PURE__ */ jsx(DefaultFallback, { error, onRetry: this.reset });
8489
+ return className ? /* @__PURE__ */ jsx("div", { className: cn(className), children: fallbackNode }) : fallbackNode;
8395
8490
  }
8396
8491
  return children;
8397
8492
  }
8398
- renderFallback(error, fallback) {
8399
- if (typeof fallback === "function") {
8400
- return fallback(error, this.reset);
8401
- }
8402
- if (fallback) {
8403
- return fallback;
8404
- }
8405
- return /* @__PURE__ */ jsx(
8406
- ErrorState,
8407
- {
8408
- title: "Something went wrong",
8409
- message: error.message,
8410
- onRetry: this.reset
8411
- }
8412
- );
8413
- }
8414
8493
  };
8415
8494
  __publicField(ErrorBoundary, "displayName", "ErrorBoundary");
8416
8495
  }
@@ -8523,7 +8602,7 @@ function Skeleton({
8523
8602
  }
8524
8603
  var pulseClass;
8525
8604
  var init_Skeleton = __esm({
8526
- "components/molecules/Skeleton.tsx"() {
8605
+ "components/core/molecules/Skeleton.tsx"() {
8527
8606
  "use client";
8528
8607
  init_cn();
8529
8608
  init_useTranslate();
@@ -8666,7 +8745,7 @@ var init_wrapCallbackForEvent = __esm({
8666
8745
  });
8667
8746
  var sizeStyles8, paddingStyles3, Container;
8668
8747
  var init_Container = __esm({
8669
- "components/molecules/Container.tsx"() {
8748
+ "components/core/molecules/Container.tsx"() {
8670
8749
  init_cn();
8671
8750
  sizeStyles8 = {
8672
8751
  xs: "max-w-xs",
@@ -8720,7 +8799,7 @@ var init_Container = __esm({
8720
8799
  });
8721
8800
  var InstallBox;
8722
8801
  var init_InstallBox = __esm({
8723
- "components/molecules/InstallBox.tsx"() {
8802
+ "components/marketing/molecules/InstallBox.tsx"() {
8724
8803
  "use client";
8725
8804
  init_cn();
8726
8805
  init_Box();
@@ -8777,7 +8856,7 @@ var init_InstallBox = __esm({
8777
8856
  });
8778
8857
  var tagVariantMap, MarketingImage, HeroSection;
8779
8858
  var init_HeroSection = __esm({
8780
- "components/molecules/HeroSection.tsx"() {
8859
+ "components/marketing/molecules/HeroSection.tsx"() {
8781
8860
  "use client";
8782
8861
  init_cn();
8783
8862
  init_Box();
@@ -8954,7 +9033,7 @@ var init_HeroSection = __esm({
8954
9033
  });
8955
9034
  var maxWidthMap, ArticleSection;
8956
9035
  var init_ArticleSection = __esm({
8957
- "components/molecules/ArticleSection.tsx"() {
9036
+ "components/marketing/molecules/ArticleSection.tsx"() {
8958
9037
  "use client";
8959
9038
  init_cn();
8960
9039
  init_Box();
@@ -8991,7 +9070,7 @@ var init_ArticleSection = __esm({
8991
9070
  });
8992
9071
  var TeamCard;
8993
9072
  var init_TeamCard = __esm({
8994
- "components/molecules/TeamCard.tsx"() {
9073
+ "components/marketing/molecules/TeamCard.tsx"() {
8995
9074
  "use client";
8996
9075
  init_cn();
8997
9076
  init_Box();
@@ -9030,7 +9109,7 @@ var init_TeamCard = __esm({
9030
9109
  });
9031
9110
  var gapStyles2, colStyles, SimpleGrid;
9032
9111
  var init_SimpleGrid = __esm({
9033
- "components/molecules/SimpleGrid.tsx"() {
9112
+ "components/core/molecules/SimpleGrid.tsx"() {
9034
9113
  init_Box();
9035
9114
  init_cn();
9036
9115
  gapStyles2 = {
@@ -9080,7 +9159,7 @@ var init_SimpleGrid = __esm({
9080
9159
  });
9081
9160
  var CaseStudyCard;
9082
9161
  var init_CaseStudyCard = __esm({
9083
- "components/molecules/CaseStudyCard.tsx"() {
9162
+ "components/marketing/molecules/CaseStudyCard.tsx"() {
9084
9163
  "use client";
9085
9164
  init_cn();
9086
9165
  init_Card();
@@ -9131,7 +9210,7 @@ var init_CaseStudyCard = __esm({
9131
9210
  });
9132
9211
  var CTABanner;
9133
9212
  var init_CTABanner = __esm({
9134
- "components/molecules/CTABanner.tsx"() {
9213
+ "components/marketing/molecules/CTABanner.tsx"() {
9135
9214
  "use client";
9136
9215
  init_cn();
9137
9216
  init_Box();
@@ -9201,8 +9280,9 @@ var init_CTABanner = __esm({
9201
9280
  });
9202
9281
  var AboutPageTemplate;
9203
9282
  var init_AboutPageTemplate = __esm({
9204
- "components/templates/AboutPageTemplate.tsx"() {
9283
+ "components/marketing/templates/AboutPageTemplate.tsx"() {
9205
9284
  init_cn();
9285
+ init_useTranslate();
9206
9286
  init_Stack();
9207
9287
  init_Box();
9208
9288
  init_Typography();
@@ -9218,6 +9298,7 @@ var init_AboutPageTemplate = __esm({
9218
9298
  entity,
9219
9299
  className
9220
9300
  }) => {
9301
+ const { t } = useTranslate();
9221
9302
  const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
9222
9303
  if (!resolved) return null;
9223
9304
  return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
@@ -9242,7 +9323,7 @@ var init_AboutPageTemplate = __esm({
9242
9323
  `article-${index}`
9243
9324
  )),
9244
9325
  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: [
9245
- /* @__PURE__ */ jsx(SectionHeader, { title: "Our Team" }),
9326
+ /* @__PURE__ */ jsx(SectionHeader, { title: t("template.ourTeam") }),
9246
9327
  /* @__PURE__ */ jsx(
9247
9328
  SimpleGrid,
9248
9329
  {
@@ -9263,7 +9344,7 @@ var init_AboutPageTemplate = __esm({
9263
9344
  )
9264
9345
  ] }) }) }),
9265
9346
  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: [
9266
- /* @__PURE__ */ jsx(SectionHeader, { title: "Case Studies" }),
9347
+ /* @__PURE__ */ jsx(SectionHeader, { title: t("template.caseStudies") }),
9267
9348
  /* @__PURE__ */ jsx(
9268
9349
  SimpleGrid,
9269
9350
  {
@@ -9299,13 +9380,14 @@ var init_AboutPageTemplate = __esm({
9299
9380
  });
9300
9381
  var variantBorderClasses, variantIconColors, iconMap2, Alert;
9301
9382
  var init_Alert = __esm({
9302
- "components/molecules/Alert.tsx"() {
9383
+ "components/core/molecules/Alert.tsx"() {
9303
9384
  "use client";
9304
9385
  init_cn();
9305
9386
  init_Box();
9306
9387
  init_Icon();
9307
9388
  init_Typography();
9308
9389
  init_useEventBus();
9390
+ init_useTranslate();
9309
9391
  variantBorderClasses = {
9310
9392
  info: "border-info",
9311
9393
  success: "border-success",
@@ -9337,6 +9419,7 @@ var init_Alert = __esm({
9337
9419
  dismissEvent
9338
9420
  }) => {
9339
9421
  const eventBus = useEventBus();
9422
+ const { t } = useTranslate();
9340
9423
  const handleDismissCallback = onDismiss || onClose;
9341
9424
  const handleDismiss = () => {
9342
9425
  if (dismissEvent) eventBus.emit(`UI:${dismissEvent}`, {});
@@ -9376,7 +9459,7 @@ var init_Alert = __esm({
9376
9459
  "flex-shrink-0 p-1 transition-colors rounded-sm",
9377
9460
  "hover:bg-muted"
9378
9461
  ),
9379
- "aria-label": "Dismiss alert",
9462
+ "aria-label": t("aria.closeAlert"),
9380
9463
  children: /* @__PURE__ */ jsx(Icon, { name: "x", size: "sm" })
9381
9464
  }
9382
9465
  )
@@ -9389,7 +9472,7 @@ var init_Alert = __esm({
9389
9472
  });
9390
9473
  var positionClasses, arrowClasses, Tooltip;
9391
9474
  var init_Tooltip = __esm({
9392
- "components/molecules/Tooltip.tsx"() {
9475
+ "components/core/molecules/Tooltip.tsx"() {
9393
9476
  "use client";
9394
9477
  init_Typography();
9395
9478
  init_cn();
@@ -9524,7 +9607,7 @@ function computePopoverStyle(position, triggerRect, popoverWidth) {
9524
9607
  }
9525
9608
  var positionClasses2, arrowClasses2, VIEWPORT_EDGE_PADDING, Popover;
9526
9609
  var init_Popover = __esm({
9527
- "components/molecules/Popover.tsx"() {
9610
+ "components/core/molecules/Popover.tsx"() {
9528
9611
  "use client";
9529
9612
  init_Typography();
9530
9613
  init_cn();
@@ -9655,7 +9738,7 @@ var init_Popover = __esm({
9655
9738
  });
9656
9739
  var Menu;
9657
9740
  var init_Menu = __esm({
9658
- "components/molecules/Menu.tsx"() {
9741
+ "components/core/molecules/Menu.tsx"() {
9659
9742
  "use client";
9660
9743
  init_Box();
9661
9744
  init_Icon();
@@ -9843,7 +9926,7 @@ function normalizeItem(item, index) {
9843
9926
  }
9844
9927
  var Accordion;
9845
9928
  var init_Accordion = __esm({
9846
- "components/molecules/Accordion.tsx"() {
9929
+ "components/core/molecules/Accordion.tsx"() {
9847
9930
  "use client";
9848
9931
  init_Icon();
9849
9932
  init_Typography();
@@ -9944,7 +10027,7 @@ var init_Accordion = __esm({
9944
10027
  });
9945
10028
  var FloatingActionButton;
9946
10029
  var init_FloatingActionButton = __esm({
9947
- "components/molecules/FloatingActionButton.tsx"() {
10030
+ "components/core/molecules/FloatingActionButton.tsx"() {
9948
10031
  "use client";
9949
10032
  init_Button();
9950
10033
  init_Box();
@@ -10112,7 +10195,7 @@ function MapView(props) {
10112
10195
  }
10113
10196
  var MapViewImpl;
10114
10197
  var init_MapView = __esm({
10115
- "components/molecules/MapView.tsx"() {
10198
+ "components/core/molecules/MapView.tsx"() {
10116
10199
  "use client";
10117
10200
  init_Box();
10118
10201
  init_cn();
@@ -10650,7 +10733,7 @@ function MapViewPattern({
10650
10733
  );
10651
10734
  }
10652
10735
  var init_ComponentPatterns = __esm({
10653
- "components/organisms/ComponentPatterns.tsx"() {
10736
+ "components/core/organisms/ComponentPatterns.tsx"() {
10654
10737
  "use client";
10655
10738
  init_useEventBus();
10656
10739
  init_Button();
@@ -10810,7 +10893,7 @@ function ActionButtons({
10810
10893
  }
10811
10894
  var sizeMap14, layoutMap;
10812
10895
  var init_ActionButtons = __esm({
10813
- "components/molecules/game/ActionButtons.tsx"() {
10896
+ "components/game/molecules/ActionButtons.tsx"() {
10814
10897
  "use client";
10815
10898
  init_cn();
10816
10899
  init_useEventBus();
@@ -10871,8 +10954,8 @@ function ActionTile({
10871
10954
  }
10872
10955
  var DRAG_MIME, SIZE_CONFIG;
10873
10956
  var init_ActionTile = __esm({
10874
- "components/organisms/game/puzzles/sequencer/ActionTile.tsx"() {
10875
- init_atoms();
10957
+ "components/game/organisms/puzzles/sequencer/ActionTile.tsx"() {
10958
+ init_atoms2();
10876
10959
  init_cn();
10877
10960
  init_useTranslate();
10878
10961
  DRAG_MIME = "application/x-almadar-slot-item";
@@ -10909,8 +10992,8 @@ function ActionPalette({
10909
10992
  ] });
10910
10993
  }
10911
10994
  var init_ActionPalette = __esm({
10912
- "components/organisms/game/puzzles/sequencer/ActionPalette.tsx"() {
10913
- init_atoms();
10995
+ "components/game/organisms/puzzles/sequencer/ActionPalette.tsx"() {
10996
+ init_atoms2();
10914
10997
  init_cn();
10915
10998
  init_useTranslate();
10916
10999
  init_ActionTile();
@@ -10919,7 +11002,7 @@ var init_ActionPalette = __esm({
10919
11002
  });
10920
11003
  var AuthLayout;
10921
11004
  var init_AuthLayout = __esm({
10922
- "components/templates/AuthLayout.tsx"() {
11005
+ "components/core/templates/AuthLayout.tsx"() {
10923
11006
  "use client";
10924
11007
  init_cn();
10925
11008
  init_useTranslate();
@@ -11061,10 +11144,10 @@ var init_AuthLayout = __esm({
11061
11144
  });
11062
11145
  var LoadingState;
11063
11146
  var init_LoadingState = __esm({
11064
- "components/molecules/LoadingState.tsx"() {
11147
+ "components/core/molecules/LoadingState.tsx"() {
11065
11148
  "use client";
11066
11149
  init_cn();
11067
- init_atoms();
11150
+ init_atoms2();
11068
11151
  init_Stack();
11069
11152
  init_Typography();
11070
11153
  init_useTranslate();
@@ -11250,6 +11333,15 @@ function subscribeToVerification(listener) {
11250
11333
  getState().listeners.add(listener);
11251
11334
  return () => getState().listeners.delete(listener);
11252
11335
  }
11336
+ function defaultGetTraitState(traitName) {
11337
+ const getter = getState().traitSnapshots.get(traitName);
11338
+ if (getter === void 0) return void 0;
11339
+ try {
11340
+ return getter().currentState;
11341
+ } catch {
11342
+ return void 0;
11343
+ }
11344
+ }
11253
11345
  function exposeOnWindow() {
11254
11346
  if (typeof window === "undefined") return;
11255
11347
  if (!window.__orbitalVerification) {
@@ -11260,10 +11352,16 @@ function exposeOnWindow() {
11260
11352
  getBridge: getBridgeHealth,
11261
11353
  getSummary,
11262
11354
  waitForTransition,
11263
- getTraitSnapshots
11355
+ getTraitSnapshots,
11356
+ getTraitState: defaultGetTraitState
11264
11357
  };
11265
- } else if (!window.__orbitalVerification.getTraitSnapshots) {
11266
- window.__orbitalVerification.getTraitSnapshots = getTraitSnapshots;
11358
+ } else {
11359
+ if (!window.__orbitalVerification.getTraitSnapshots) {
11360
+ window.__orbitalVerification.getTraitSnapshots = getTraitSnapshots;
11361
+ }
11362
+ if (!window.__orbitalVerification.getTraitState) {
11363
+ window.__orbitalVerification.getTraitState = defaultGetTraitState;
11364
+ }
11267
11365
  }
11268
11366
  }
11269
11367
  function waitForTransition(event, timeoutMs = 1e4) {
@@ -11372,7 +11470,7 @@ function useImageCache(urls) {
11372
11470
  };
11373
11471
  }
11374
11472
  var init_useImageCache = __esm({
11375
- "components/organisms/game/hooks/useImageCache.ts"() {
11473
+ "components/game/organisms/hooks/useImageCache.ts"() {
11376
11474
  "use client";
11377
11475
  init_verificationRegistry();
11378
11476
  }
@@ -11451,12 +11549,12 @@ function useCamera() {
11451
11549
  };
11452
11550
  }
11453
11551
  var init_useCamera = __esm({
11454
- "components/organisms/game/hooks/useCamera.ts"() {
11552
+ "components/game/organisms/hooks/useCamera.ts"() {
11455
11553
  "use client";
11456
11554
  }
11457
11555
  });
11458
11556
 
11459
- // components/organisms/game/utils/isometric.ts
11557
+ // components/game/organisms/utils/isometric.ts
11460
11558
  function isoToScreen(tileX, tileY, scale, baseOffsetX) {
11461
11559
  const scaledTileWidth = TILE_WIDTH * scale;
11462
11560
  const scaledFloorHeight = FLOOR_HEIGHT * scale;
@@ -11474,7 +11572,7 @@ function screenToIso(screenX, screenY, scale, baseOffsetX) {
11474
11572
  }
11475
11573
  var TILE_WIDTH, TILE_HEIGHT, FLOOR_HEIGHT, DIAMOND_TOP_Y, FEATURE_COLORS;
11476
11574
  var init_isometric = __esm({
11477
- "components/organisms/game/utils/isometric.ts"() {
11575
+ "components/game/organisms/utils/isometric.ts"() {
11478
11576
  TILE_WIDTH = 256;
11479
11577
  TILE_HEIGHT = 512;
11480
11578
  FLOOR_HEIGHT = 128;
@@ -12232,7 +12330,7 @@ function IsometricCanvas({
12232
12330
  }
12233
12331
  var IsometricCanvas_default;
12234
12332
  var init_IsometricCanvas = __esm({
12235
- "components/molecules/game/IsometricCanvas.tsx"() {
12333
+ "components/game/molecules/IsometricCanvas.tsx"() {
12236
12334
  "use client";
12237
12335
  init_cn();
12238
12336
  init_useEventBus();
@@ -12252,9 +12350,9 @@ var init_IsometricCanvas = __esm({
12252
12350
  }
12253
12351
  });
12254
12352
 
12255
- // components/organisms/game/IsometricCanvas.tsx
12353
+ // components/game/organisms/IsometricCanvas.tsx
12256
12354
  var init_IsometricCanvas2 = __esm({
12257
- "components/organisms/game/IsometricCanvas.tsx"() {
12355
+ "components/game/organisms/IsometricCanvas.tsx"() {
12258
12356
  init_IsometricCanvas();
12259
12357
  }
12260
12358
  });
@@ -12596,7 +12694,7 @@ function BattleBoard({
12596
12694
  ] });
12597
12695
  }
12598
12696
  var init_BattleBoard = __esm({
12599
- "components/organisms/game/BattleBoard.tsx"() {
12697
+ "components/game/organisms/BattleBoard.tsx"() {
12600
12698
  "use client";
12601
12699
  init_cn();
12602
12700
  init_useEventBus();
@@ -12636,13 +12734,13 @@ function BattleTemplate({
12636
12734
  );
12637
12735
  }
12638
12736
  var init_BattleTemplate = __esm({
12639
- "components/templates/BattleTemplate.tsx"() {
12737
+ "components/game/templates/BattleTemplate.tsx"() {
12640
12738
  init_BattleBoard();
12641
12739
  BattleTemplate.displayName = "BattleTemplate";
12642
12740
  }
12643
12741
  });
12644
12742
 
12645
- // components/atoms/avl/types.ts
12743
+ // components/avl/atoms/types.ts
12646
12744
  function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitionCount) {
12647
12745
  if (isInitial) return "initial";
12648
12746
  if (isTerminal) return "terminal";
@@ -12652,7 +12750,7 @@ function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitio
12652
12750
  }
12653
12751
  var STATE_COLORS, EFFECT_CATEGORY_COLORS, EFFECT_TYPE_TO_CATEGORY, CONNECTION_COLORS;
12654
12752
  var init_types = __esm({
12655
- "components/atoms/avl/types.ts"() {
12753
+ "components/avl/atoms/types.ts"() {
12656
12754
  STATE_COLORS = {
12657
12755
  initial: { fill: "#22C55E1F", border: "#16A34A" },
12658
12756
  terminal: { fill: "#EF44441F", border: "#DC2626" },
@@ -12699,7 +12797,7 @@ function computeWidth(explicit, transitionCount) {
12699
12797
  }
12700
12798
  var AvlState;
12701
12799
  var init_AvlState = __esm({
12702
- "components/atoms/avl/AvlState.tsx"() {
12800
+ "components/avl/atoms/AvlState.tsx"() {
12703
12801
  "use client";
12704
12802
  init_types();
12705
12803
  AvlState = ({
@@ -12880,7 +12978,7 @@ function effectIcon(type, x, y, s, color) {
12880
12978
  }
12881
12979
  var AvlEffect;
12882
12980
  var init_AvlEffect = __esm({
12883
- "components/atoms/avl/AvlEffect.tsx"() {
12981
+ "components/avl/atoms/AvlEffect.tsx"() {
12884
12982
  "use client";
12885
12983
  init_types();
12886
12984
  AvlEffect = ({
@@ -12924,7 +13022,7 @@ var init_AvlEffect = __esm({
12924
13022
  });
12925
13023
  var MAX_VISIBLE_EFFECTS, AvlTransitionLane;
12926
13024
  var init_AvlTransitionLane = __esm({
12927
- "components/molecules/avl/AvlTransitionLane.tsx"() {
13025
+ "components/avl/molecules/AvlTransitionLane.tsx"() {
12928
13026
  "use client";
12929
13027
  init_AvlEffect();
12930
13028
  init_types();
@@ -13060,7 +13158,7 @@ var init_AvlTransitionLane = __esm({
13060
13158
  });
13061
13159
  var GUTTER_WIDTH, EVENT_SPACING, HEADER_Y, EVENT_START_Y, AvlSwimLane;
13062
13160
  var init_AvlSwimLane = __esm({
13063
- "components/molecules/avl/AvlSwimLane.tsx"() {
13161
+ "components/avl/molecules/AvlSwimLane.tsx"() {
13064
13162
  "use client";
13065
13163
  init_types();
13066
13164
  GUTTER_WIDTH = 120;
@@ -13350,7 +13448,7 @@ function edgePath(points) {
13350
13448
  }
13351
13449
  var STATE_H, elk;
13352
13450
  var init_avl_elk_layout = __esm({
13353
- "components/molecules/avl/avl-elk-layout.ts"() {
13451
+ "components/avl/molecules/avl-elk-layout.ts"() {
13354
13452
  init_types();
13355
13453
  STATE_H = 40;
13356
13454
  elk = new ELK();
@@ -13358,7 +13456,7 @@ var init_avl_elk_layout = __esm({
13358
13456
  });
13359
13457
  var log6, SWIM_GUTTER, CENTER_W, BehaviorView;
13360
13458
  var init_BehaviorView = __esm({
13361
- "components/molecules/avl/BehaviorView.tsx"() {
13459
+ "components/avl/molecules/BehaviorView.tsx"() {
13362
13460
  "use client";
13363
13461
  init_AvlState();
13364
13462
  init_AvlTransitionLane();
@@ -13474,7 +13572,7 @@ var init_BehaviorView = __esm({
13474
13572
  });
13475
13573
  var MIN_DIAGRAM_WIDTH, ScaledDiagram;
13476
13574
  var init_ScaledDiagram = __esm({
13477
- "components/molecules/ScaledDiagram.tsx"() {
13575
+ "components/core/molecules/ScaledDiagram.tsx"() {
13478
13576
  init_Box();
13479
13577
  init_useTranslate();
13480
13578
  init_cn();
@@ -13577,7 +13675,7 @@ var init_katex_min = __esm({
13577
13675
  });
13578
13676
  var MarkdownContent;
13579
13677
  var init_MarkdownContent = __esm({
13580
- "components/molecules/markdown/MarkdownContent.tsx"() {
13678
+ "components/core/molecules/markdown/MarkdownContent.tsx"() {
13581
13679
  init_katex_min();
13582
13680
  init_Box();
13583
13681
  init_useTranslate();
@@ -13722,7 +13820,7 @@ function computeFoldRegions(code) {
13722
13820
  }
13723
13821
  var orbStyleOverrides, orbStyle, loloStyleOverrides, loloStyle, log7, LINE_PROPS_FN, HIDDEN_LINE_NUMBERS, CodeBlock;
13724
13822
  var init_CodeBlock = __esm({
13725
- "components/molecules/markdown/CodeBlock.tsx"() {
13823
+ "components/core/molecules/markdown/CodeBlock.tsx"() {
13726
13824
  init_Box();
13727
13825
  init_Button();
13728
13826
  init_Badge();
@@ -14316,7 +14414,7 @@ function Card2({
14316
14414
  );
14317
14415
  }
14318
14416
  var init_Card2 = __esm({
14319
- "components/molecules/Card.tsx"() {
14417
+ "components/core/molecules/Card.tsx"() {
14320
14418
  "use client";
14321
14419
  init_useEventBus();
14322
14420
  init_useTranslate();
@@ -14326,7 +14424,7 @@ var init_Card2 = __esm({
14326
14424
  });
14327
14425
  var QuizBlock;
14328
14426
  var init_QuizBlock = __esm({
14329
- "components/molecules/QuizBlock.tsx"() {
14427
+ "components/core/molecules/QuizBlock.tsx"() {
14330
14428
  init_Card2();
14331
14429
  init_Stack();
14332
14430
  init_Typography();
@@ -14368,7 +14466,7 @@ var init_QuizBlock = __esm({
14368
14466
  });
14369
14467
  var StateNode, TransitionBundleArrow, BundleTooltip, EntityBox, OutputsBox, Legend, StateMachineView;
14370
14468
  var init_StateMachineView = __esm({
14371
- "components/organisms/StateMachineView.tsx"() {
14469
+ "components/core/organisms/StateMachineView.tsx"() {
14372
14470
  "use client";
14373
14471
  init_Box();
14374
14472
  init_Stack();
@@ -14778,7 +14876,7 @@ var init_StateMachineView = __esm({
14778
14876
  action: "TOOLTIP_CLOSE",
14779
14877
  className: "absolute -top-2 -right-2 w-6 h-6 rounded-full flex items-center justify-center hover:scale-110 transition-transform",
14780
14878
  style: { backgroundColor: "var(--color-error)", padding: 0 },
14781
- title: "Close",
14879
+ title: t("common.close"),
14782
14880
  children: /* @__PURE__ */ jsx(Icon, { icon: X, size: "xs", style: { color: "var(--color-error-foreground)" } })
14783
14881
  }
14784
14882
  ),
@@ -15737,7 +15835,7 @@ function renderJazariGearNode(state, config) {
15737
15835
  }
15738
15836
  var JAZARI_VISUALIZER_CONFIG, GEAR_INNER_RADIUS, GEAR_NUM_TEETH, GEAR_TEETH_DEPTH, JazariStateMachine;
15739
15837
  var init_JazariStateMachine = __esm({
15740
- "components/molecules/JazariStateMachine.tsx"() {
15838
+ "components/core/molecules/JazariStateMachine.tsx"() {
15741
15839
  "use client";
15742
15840
  init_Box();
15743
15841
  init_Typography();
@@ -15894,7 +15992,7 @@ var init_parseContentSegments = __esm({
15894
15992
  });
15895
15993
  var ContentRenderer;
15896
15994
  var init_ContentRenderer = __esm({
15897
- "components/molecules/ContentRenderer.tsx"() {
15995
+ "components/core/molecules/ContentRenderer.tsx"() {
15898
15996
  init_Stack();
15899
15997
  init_MarkdownContent();
15900
15998
  init_CodeBlock();
@@ -15989,7 +16087,7 @@ var init_ContentRenderer = __esm({
15989
16087
  });
15990
16088
  var BookChapterView;
15991
16089
  var init_BookChapterView = __esm({
15992
- "components/organisms/book/BookChapterView.tsx"() {
16090
+ "components/marketing/organisms/book/BookChapterView.tsx"() {
15993
16091
  init_Stack();
15994
16092
  init_Typography();
15995
16093
  init_Divider();
@@ -16030,7 +16128,7 @@ var init_BookChapterView = __esm({
16030
16128
  });
16031
16129
  var BookCoverPage;
16032
16130
  var init_BookCoverPage = __esm({
16033
- "components/organisms/book/BookCoverPage.tsx"() {
16131
+ "components/marketing/organisms/book/BookCoverPage.tsx"() {
16034
16132
  init_Stack();
16035
16133
  init_Typography();
16036
16134
  init_Button();
@@ -16109,7 +16207,7 @@ var init_BookCoverPage = __esm({
16109
16207
  });
16110
16208
  var BookNavBar;
16111
16209
  var init_BookNavBar = __esm({
16112
- "components/organisms/book/BookNavBar.tsx"() {
16210
+ "components/marketing/organisms/book/BookNavBar.tsx"() {
16113
16211
  init_Stack();
16114
16212
  init_Button();
16115
16213
  init_Typography();
@@ -16211,7 +16309,7 @@ var init_BookNavBar = __esm({
16211
16309
  });
16212
16310
  var BookTableOfContents;
16213
16311
  var init_BookTableOfContents = __esm({
16214
- "components/organisms/book/BookTableOfContents.tsx"() {
16312
+ "components/marketing/organisms/book/BookTableOfContents.tsx"() {
16215
16313
  init_Stack();
16216
16314
  init_Typography();
16217
16315
  init_Button();
@@ -16268,10 +16366,10 @@ var init_BookTableOfContents = __esm({
16268
16366
  });
16269
16367
  var ICON_NAME_ALIASES, lookStyles3, EmptyState;
16270
16368
  var init_EmptyState = __esm({
16271
- "components/molecules/EmptyState.tsx"() {
16369
+ "components/core/molecules/EmptyState.tsx"() {
16272
16370
  "use client";
16273
16371
  init_cn();
16274
- init_atoms();
16372
+ init_atoms2();
16275
16373
  init_Box();
16276
16374
  init_Icon();
16277
16375
  init_Stack();
@@ -16372,7 +16470,7 @@ var init_EmptyState = __esm({
16372
16470
  }
16373
16471
  });
16374
16472
 
16375
- // components/organisms/book/types.ts
16473
+ // components/core/organisms/book/types.ts
16376
16474
  function resolveFieldMap(fieldMap) {
16377
16475
  if (!fieldMap) return IDENTITY_BOOK_FIELDS;
16378
16476
  if (typeof fieldMap === "string") return FIELD_MAP_REGISTRY[fieldMap] ?? IDENTITY_BOOK_FIELDS;
@@ -16405,7 +16503,7 @@ function mapBookData(raw, fields = IDENTITY_BOOK_FIELDS) {
16405
16503
  }
16406
16504
  var IDENTITY_BOOK_FIELDS, AR_BOOK_FIELDS, FIELD_MAP_REGISTRY;
16407
16505
  var init_types2 = __esm({
16408
- "components/organisms/book/types.ts"() {
16506
+ "components/core/organisms/book/types.ts"() {
16409
16507
  IDENTITY_BOOK_FIELDS = {
16410
16508
  title: "title",
16411
16509
  subtitle: "subtitle",
@@ -16444,7 +16542,7 @@ function flattenChapters(book) {
16444
16542
  }
16445
16543
  var PRINT_STYLES, BookViewer;
16446
16544
  var init_BookViewer = __esm({
16447
- "components/organisms/book/BookViewer.tsx"() {
16545
+ "components/marketing/organisms/book/BookViewer.tsx"() {
16448
16546
  init_Box();
16449
16547
  init_Stack();
16450
16548
  init_useEventBus();
@@ -16626,7 +16724,7 @@ function getColsClass(cols) {
16626
16724
  }
16627
16725
  var colStyles2, gapStyles3, rowGapStyles, colGapStyles, alignStyles2, justifyStyles2, flowStyles, Grid;
16628
16726
  var init_Grid = __esm({
16629
- "components/molecules/Grid.tsx"() {
16727
+ "components/core/molecules/Grid.tsx"() {
16630
16728
  init_cn();
16631
16729
  colStyles2 = {
16632
16730
  none: "grid-cols-none",
@@ -16833,7 +16931,7 @@ function DividerPattern({
16833
16931
  );
16834
16932
  }
16835
16933
  var init_LayoutPatterns = __esm({
16836
- "components/organisms/LayoutPatterns.tsx"() {
16934
+ "components/core/organisms/LayoutPatterns.tsx"() {
16837
16935
  init_Stack();
16838
16936
  init_Box();
16839
16937
  init_Grid();
@@ -16869,7 +16967,7 @@ function isRuleBroken(rule, questions) {
16869
16967
  }
16870
16968
  var END_OF_SURVEY, OPERATOR_OPTIONS, RuleRow, NODE_WIDTH, NODE_HEIGHT, NODE_GAP_Y, PADDING, LogicGraph, BranchingLogicBuilder;
16871
16969
  var init_BranchingLogicBuilder = __esm({
16872
- "components/molecules/BranchingLogicBuilder.tsx"() {
16970
+ "components/core/molecules/BranchingLogicBuilder.tsx"() {
16873
16971
  "use client";
16874
16972
  init_Select();
16875
16973
  init_Typography();
@@ -17309,12 +17407,13 @@ var init_BranchingLogicBuilder = __esm({
17309
17407
  });
17310
17408
  var Breadcrumb;
17311
17409
  var init_Breadcrumb = __esm({
17312
- "components/molecules/Breadcrumb.tsx"() {
17410
+ "components/core/molecules/Breadcrumb.tsx"() {
17313
17411
  "use client";
17314
17412
  init_Icon();
17315
17413
  init_Typography();
17316
17414
  init_cn();
17317
17415
  init_useEventBus();
17416
+ init_useTranslate();
17318
17417
  Breadcrumb = ({
17319
17418
  items,
17320
17419
  separator = "chevron-right",
@@ -17322,6 +17421,7 @@ var init_Breadcrumb = __esm({
17322
17421
  className
17323
17422
  }) => {
17324
17423
  const eventBus = useEventBus();
17424
+ const { t } = useTranslate();
17325
17425
  const displayItems = maxItems && items.length > maxItems ? [
17326
17426
  ...items.slice(0, 1),
17327
17427
  { label: "...", isCurrent: false },
@@ -17330,7 +17430,7 @@ var init_Breadcrumb = __esm({
17330
17430
  return /* @__PURE__ */ jsx(
17331
17431
  "nav",
17332
17432
  {
17333
- "aria-label": "Breadcrumb",
17433
+ "aria-label": t("aria.breadcrumb"),
17334
17434
  className: cn("flex items-center gap-2", className),
17335
17435
  children: /* @__PURE__ */ jsx("ol", { className: "flex items-center gap-2", children: displayItems.map((item, index) => {
17336
17436
  const isLast = index === displayItems.length - 1;
@@ -17546,8 +17646,8 @@ function BuilderBoard({
17546
17646
  );
17547
17647
  }
17548
17648
  var init_BuilderBoard = __esm({
17549
- "components/organisms/game/puzzles/builder/BuilderBoard.tsx"() {
17550
- init_atoms();
17649
+ "components/game/organisms/puzzles/builder/BuilderBoard.tsx"() {
17650
+ init_atoms2();
17551
17651
  init_useEventBus();
17552
17652
  init_useTranslate();
17553
17653
  BuilderBoard.displayName = "BuilderBoard";
@@ -17565,10 +17665,10 @@ function useSafeEventBus2() {
17565
17665
  }
17566
17666
  var log8, lookStyles4, ButtonGroup;
17567
17667
  var init_ButtonGroup = __esm({
17568
- "components/molecules/ButtonGroup.tsx"() {
17668
+ "components/core/molecules/ButtonGroup.tsx"() {
17569
17669
  "use client";
17570
17670
  init_cn();
17571
- init_atoms();
17671
+ init_atoms2();
17572
17672
  init_useEventBus();
17573
17673
  log8 = createLogger("almadar:ui:button-group");
17574
17674
  lookStyles4 = {
@@ -17750,6 +17850,7 @@ function CalendarGrid({
17750
17850
  }) {
17751
17851
  const evs = Array.isArray(events2) ? events2 : events2 ? [events2] : [];
17752
17852
  const eventBus = useEventBus();
17853
+ const { t } = useTranslate();
17753
17854
  const longPressTimer = useRef(null);
17754
17855
  const resolvedWeekStart = useMemo(
17755
17856
  () => weekStart ? getStartOfWeek(weekStart) : getStartOfWeek(/* @__PURE__ */ new Date()),
@@ -17854,7 +17955,7 @@ function CalendarGrid({
17854
17955
  icon: "chevron-left",
17855
17956
  onClick: stepPrev,
17856
17957
  "aria-disabled": !canPrev || void 0,
17857
- "aria-label": "Previous days",
17958
+ "aria-label": t("aria.previousDays"),
17858
17959
  children: "Prev"
17859
17960
  }
17860
17961
  ),
@@ -17867,7 +17968,7 @@ function CalendarGrid({
17867
17968
  iconRight: "chevron-right",
17868
17969
  onClick: stepNext,
17869
17970
  "aria-disabled": !canNext || void 0,
17870
- "aria-label": "Next days",
17971
+ "aria-label": t("aria.nextDays"),
17871
17972
  children: "Next"
17872
17973
  }
17873
17974
  )
@@ -17947,7 +18048,7 @@ function CalendarGrid({
17947
18048
  }
17948
18049
  var SHORT_DATE;
17949
18050
  var init_CalendarGrid = __esm({
17950
- "components/molecules/CalendarGrid.tsx"() {
18051
+ "components/core/molecules/CalendarGrid.tsx"() {
17951
18052
  "use client";
17952
18053
  init_cn();
17953
18054
  init_Box();
@@ -17959,15 +18060,16 @@ var init_CalendarGrid = __esm({
17959
18060
  init_TimeSlotCell();
17960
18061
  init_useEventBus();
17961
18062
  init_useSwipeGesture();
18063
+ init_useTranslate();
17962
18064
  SHORT_DATE = { month: "short", day: "numeric" };
17963
18065
  CalendarGrid.displayName = "CalendarGrid";
17964
18066
  }
17965
18067
  });
17966
18068
 
17967
- // components/organisms/game/types/effects.ts
18069
+ // components/game/organisms/types/effects.ts
17968
18070
  var EMPTY_EFFECT_STATE;
17969
18071
  var init_effects = __esm({
17970
- "components/organisms/game/types/effects.ts"() {
18072
+ "components/game/organisms/types/effects.ts"() {
17971
18073
  EMPTY_EFFECT_STATE = {
17972
18074
  particles: [],
17973
18075
  sequences: [],
@@ -17976,7 +18078,7 @@ var init_effects = __esm({
17976
18078
  }
17977
18079
  });
17978
18080
 
17979
- // components/organisms/game/utils/canvasEffects.ts
18081
+ // components/game/organisms/utils/canvasEffects.ts
17980
18082
  function getOffscreenCtx(w, h) {
17981
18083
  if (!_offscreen) {
17982
18084
  if (typeof OffscreenCanvas !== "undefined") {
@@ -18172,13 +18274,13 @@ function getAllEffectSpriteUrls(manifest) {
18172
18274
  }
18173
18275
  var _offscreen, _offCtx;
18174
18276
  var init_canvasEffects = __esm({
18175
- "components/organisms/game/utils/canvasEffects.ts"() {
18277
+ "components/game/organisms/utils/canvasEffects.ts"() {
18176
18278
  _offscreen = null;
18177
18279
  _offCtx = null;
18178
18280
  }
18179
18281
  });
18180
18282
 
18181
- // components/organisms/game/utils/combatPresets.ts
18283
+ // components/game/organisms/utils/combatPresets.ts
18182
18284
  function p(manifest, key) {
18183
18285
  const particles = manifest.particles;
18184
18286
  if (!particles) return [];
@@ -18978,7 +19080,7 @@ function createCombatPresets(manifest) {
18978
19080
  }
18979
19081
  var PI2;
18980
19082
  var init_combatPresets = __esm({
18981
- "components/organisms/game/utils/combatPresets.ts"() {
19083
+ "components/game/organisms/utils/combatPresets.ts"() {
18982
19084
  PI2 = Math.PI;
18983
19085
  }
18984
19086
  });
@@ -19205,7 +19307,7 @@ function CanvasEffect(props) {
19205
19307
  }
19206
19308
  var ACTION_EMOJI;
19207
19309
  var init_CanvasEffect = __esm({
19208
- "components/organisms/game/CanvasEffect.tsx"() {
19310
+ "components/game/organisms/CanvasEffect.tsx"() {
19209
19311
  "use client";
19210
19312
  init_cn();
19211
19313
  init_useEventBus();
@@ -19258,7 +19360,7 @@ var init_getNestedValue = __esm({
19258
19360
  });
19259
19361
  var Pagination;
19260
19362
  var init_Pagination = __esm({
19261
- "components/molecules/Pagination.tsx"() {
19363
+ "components/core/molecules/Pagination.tsx"() {
19262
19364
  "use client";
19263
19365
  init_Button();
19264
19366
  init_Typography();
@@ -19466,13 +19568,13 @@ function statusVariant(value) {
19466
19568
  }
19467
19569
  var STATUS_FIELDS, gapStyles4, alignStyles3, CardGrid;
19468
19570
  var init_CardGrid = __esm({
19469
- "components/organisms/CardGrid.tsx"() {
19571
+ "components/core/organisms/CardGrid.tsx"() {
19470
19572
  "use client";
19471
19573
  init_cn();
19472
19574
  init_getNestedValue();
19473
19575
  init_useEventBus();
19474
19576
  init_useTranslate();
19475
- init_atoms();
19577
+ init_atoms2();
19476
19578
  init_Badge();
19477
19579
  init_Box();
19478
19580
  init_Typography();
@@ -19698,11 +19800,12 @@ function useSafeEventBus3() {
19698
19800
  }
19699
19801
  var Carousel;
19700
19802
  var init_Carousel = __esm({
19701
- "components/molecules/Carousel.tsx"() {
19803
+ "components/core/molecules/Carousel.tsx"() {
19702
19804
  "use client";
19703
19805
  init_cn();
19704
19806
  init_useEventBus();
19705
19807
  init_useSwipeGesture();
19808
+ init_useTranslate();
19706
19809
  init_Box();
19707
19810
  init_Stack();
19708
19811
  init_Button();
@@ -19723,6 +19826,7 @@ var init_Carousel = __esm({
19723
19826
  const scrollRef = useRef(null);
19724
19827
  const autoPlayRef = useRef(null);
19725
19828
  const eventBus = useSafeEventBus3();
19829
+ const { t } = useTranslate();
19726
19830
  const safeItems = items ?? [];
19727
19831
  const totalSlides = safeItems.length;
19728
19832
  const emitSlideChange = useCallback(
@@ -19862,7 +19966,7 @@ var init_Carousel = __esm({
19862
19966
  variant: "ghost",
19863
19967
  size: "sm",
19864
19968
  onClick: goPrev,
19865
- "aria-label": "Previous slide",
19969
+ "aria-label": t("aria.previousSlide"),
19866
19970
  className: cn(
19867
19971
  "rounded-full",
19868
19972
  "bg-surface/80",
@@ -19886,7 +19990,7 @@ var init_Carousel = __esm({
19886
19990
  variant: "ghost",
19887
19991
  size: "sm",
19888
19992
  onClick: goNext,
19889
- "aria-label": "Next slide",
19993
+ "aria-label": t("aria.nextSlide"),
19890
19994
  className: cn(
19891
19995
  "rounded-full",
19892
19996
  "bg-surface/80",
@@ -19934,7 +20038,7 @@ var init_Carousel = __esm({
19934
20038
  });
19935
20039
  var CaseStudyOrganism;
19936
20040
  var init_CaseStudyOrganism = __esm({
19937
- "components/organisms/CaseStudyOrganism.tsx"() {
20041
+ "components/core/organisms/CaseStudyOrganism.tsx"() {
19938
20042
  "use client";
19939
20043
  init_cn();
19940
20044
  init_useEventBus();
@@ -20098,7 +20202,7 @@ function CastleBoard({
20098
20202
  ] });
20099
20203
  }
20100
20204
  var init_CastleBoard = __esm({
20101
- "components/organisms/game/CastleBoard.tsx"() {
20205
+ "components/game/organisms/CastleBoard.tsx"() {
20102
20206
  "use client";
20103
20207
  init_cn();
20104
20208
  init_useEventBus();
@@ -20127,17 +20231,17 @@ function CastleTemplate({
20127
20231
  );
20128
20232
  }
20129
20233
  var init_CastleTemplate = __esm({
20130
- "components/templates/CastleTemplate.tsx"() {
20234
+ "components/game/templates/CastleTemplate.tsx"() {
20131
20235
  init_CastleBoard();
20132
20236
  CastleTemplate.displayName = "CastleTemplate";
20133
20237
  }
20134
20238
  });
20135
20239
  var CHART_COLORS, seriesColor, monthFormatter, formatTimeLabel, BarChart, PieChart, LineChart, ScatterChart, LOOK_FROM_CHART_TYPE, Chart;
20136
20240
  var init_Chart = __esm({
20137
- "components/molecules/Chart.tsx"() {
20241
+ "components/core/molecules/Chart.tsx"() {
20138
20242
  "use client";
20139
20243
  init_cn();
20140
- init_atoms();
20244
+ init_atoms2();
20141
20245
  init_Stack();
20142
20246
  init_LoadingState();
20143
20247
  init_ErrorState();
@@ -20745,13 +20849,13 @@ var init_Chart = __esm({
20745
20849
  const firstSeriesData = normalizedSeries[0]?.data ?? [];
20746
20850
  const hasContent = resolvedLook === "scatter" ? (scatterData?.length ?? 0) > 0 : normalizedSeries.some((s) => s.data.length > 0);
20747
20851
  if (isLoading) {
20748
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading chart...", className });
20852
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
20749
20853
  }
20750
20854
  if (error) {
20751
20855
  return /* @__PURE__ */ jsx(
20752
20856
  ErrorState,
20753
20857
  {
20754
- title: "Chart error",
20858
+ title: t("display.chartError"),
20755
20859
  message: error.message,
20756
20860
  className
20757
20861
  }
@@ -20879,10 +20983,10 @@ var init_Chart = __esm({
20879
20983
  });
20880
20984
  var ChartLegend;
20881
20985
  var init_ChartLegend = __esm({
20882
- "components/molecules/ChartLegend.tsx"() {
20986
+ "components/core/molecules/ChartLegend.tsx"() {
20883
20987
  "use client";
20884
20988
  init_cn();
20885
- init_atoms();
20989
+ init_atoms2();
20886
20990
  ChartLegend = ({
20887
20991
  items,
20888
20992
  className,
@@ -21048,8 +21152,8 @@ function ClassifierBoard({
21048
21152
  );
21049
21153
  }
21050
21154
  var init_ClassifierBoard = __esm({
21051
- "components/organisms/game/puzzles/classifier/ClassifierBoard.tsx"() {
21052
- init_atoms();
21155
+ "components/game/organisms/puzzles/classifier/ClassifierBoard.tsx"() {
21156
+ init_atoms2();
21053
21157
  init_useEventBus();
21054
21158
  init_useTranslate();
21055
21159
  ClassifierBoard.displayName = "ClassifierBoard";
@@ -21080,8 +21184,8 @@ function CodeView({
21080
21184
  ] });
21081
21185
  }
21082
21186
  var init_CodeView = __esm({
21083
- "components/organisms/game/puzzles/state-architect/CodeView.tsx"() {
21084
- init_atoms();
21187
+ "components/game/organisms/puzzles/state-architect/CodeView.tsx"() {
21188
+ init_atoms2();
21085
21189
  init_cn();
21086
21190
  init_useTranslate();
21087
21191
  CodeView.displayName = "CodeView";
@@ -21089,7 +21193,7 @@ var init_CodeView = __esm({
21089
21193
  });
21090
21194
  var Tabs;
21091
21195
  var init_Tabs = __esm({
21092
- "components/molecules/Tabs.tsx"() {
21196
+ "components/core/molecules/Tabs.tsx"() {
21093
21197
  "use client";
21094
21198
  init_Icon();
21095
21199
  init_Badge();
@@ -21264,16 +21368,17 @@ function generateDiff(oldVal, newVal) {
21264
21368
  }
21265
21369
  var DIFF_STYLES, CodeViewer;
21266
21370
  var init_CodeViewer = __esm({
21267
- "components/molecules/CodeViewer.tsx"() {
21371
+ "components/core/molecules/CodeViewer.tsx"() {
21268
21372
  "use client";
21269
21373
  init_cn();
21270
- init_atoms();
21374
+ init_atoms2();
21271
21375
  init_Stack();
21272
21376
  init_LoadingState();
21273
21377
  init_ErrorState();
21274
21378
  init_EmptyState();
21275
21379
  init_Tabs();
21276
21380
  init_useEventBus();
21381
+ init_useTranslate();
21277
21382
  DIFF_STYLES = {
21278
21383
  add: {
21279
21384
  bg: "bg-success/10",
@@ -21311,6 +21416,7 @@ var init_CodeViewer = __esm({
21311
21416
  className
21312
21417
  }) => {
21313
21418
  const eventBus = useEventBus();
21419
+ const { t } = useTranslate();
21314
21420
  const [copied, setCopied] = useState(false);
21315
21421
  const [wrap, setWrap] = useState(wordWrap);
21316
21422
  const [activeFileIndex, setActiveFileIndex] = useState(0);
@@ -21348,13 +21454,13 @@ var init_CodeViewer = __esm({
21348
21454
  content: null
21349
21455
  }));
21350
21456
  if (isLoading) {
21351
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading code...", className });
21457
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
21352
21458
  }
21353
21459
  if (error) {
21354
21460
  return /* @__PURE__ */ jsx(
21355
21461
  ErrorState,
21356
21462
  {
21357
- title: "Code viewer error",
21463
+ title: t("display.codeViewerError"),
21358
21464
  message: error.message,
21359
21465
  className
21360
21466
  }
@@ -21365,7 +21471,7 @@ var init_CodeViewer = __esm({
21365
21471
  EmptyState,
21366
21472
  {
21367
21473
  icon: Code,
21368
- title: "No code",
21474
+ title: t("display.noCode"),
21369
21475
  description: "No code to display.",
21370
21476
  className
21371
21477
  }
@@ -21553,8 +21659,8 @@ function CombatLog({
21553
21659
  }
21554
21660
  var eventIcons, eventColors, eventBadgeVariants;
21555
21661
  var init_CombatLog = __esm({
21556
- "components/molecules/game/CombatLog.tsx"() {
21557
- init_atoms();
21662
+ "components/game/molecules/CombatLog.tsx"() {
21663
+ init_atoms2();
21558
21664
  init_cn();
21559
21665
  eventIcons = {
21560
21666
  attack: Sword,
@@ -21594,7 +21700,7 @@ function formatCount(count) {
21594
21700
  }
21595
21701
  var CommunityLinks;
21596
21702
  var init_CommunityLinks = __esm({
21597
- "components/molecules/CommunityLinks.tsx"() {
21703
+ "components/marketing/molecules/CommunityLinks.tsx"() {
21598
21704
  "use client";
21599
21705
  init_Stack();
21600
21706
  init_Typography();
@@ -21635,7 +21741,7 @@ var init_CommunityLinks = __esm({
21635
21741
  });
21636
21742
  var variantConfig, ConfirmDialog;
21637
21743
  var init_ConfirmDialog = __esm({
21638
- "components/molecules/ConfirmDialog.tsx"() {
21744
+ "components/core/molecules/ConfirmDialog.tsx"() {
21639
21745
  "use client";
21640
21746
  init_Modal();
21641
21747
  init_Button();
@@ -21934,7 +22040,7 @@ function CounterFull({
21934
22040
  }
21935
22041
  var sizeStyles9, CounterTemplate;
21936
22042
  var init_CounterTemplate = __esm({
21937
- "components/templates/CounterTemplate.tsx"() {
22043
+ "components/core/templates/CounterTemplate.tsx"() {
21938
22044
  init_cn();
21939
22045
  init_Container();
21940
22046
  init_Stack();
@@ -22031,7 +22137,7 @@ function CraftingRecipe({
22031
22137
  }
22032
22138
  var rarityValues;
22033
22139
  var init_CraftingRecipe = __esm({
22034
- "components/molecules/game/CraftingRecipe.tsx"() {
22140
+ "components/game/molecules/CraftingRecipe.tsx"() {
22035
22141
  "use client";
22036
22142
  init_cn();
22037
22143
  init_useEventBus();
@@ -22102,7 +22208,7 @@ function DPad({
22102
22208
  }
22103
22209
  var sizeMap15, arrowIcons;
22104
22210
  var init_DPad = __esm({
22105
- "components/molecules/game/DPad.tsx"() {
22211
+ "components/game/molecules/DPad.tsx"() {
22106
22212
  "use client";
22107
22213
  init_cn();
22108
22214
  init_useEventBus();
@@ -22123,7 +22229,7 @@ var init_DPad = __esm({
22123
22229
  });
22124
22230
  var gapStyles5, columnStyles, colSpanStyles, rowSpanStyles, DashboardGrid;
22125
22231
  var init_DashboardGrid = __esm({
22126
- "components/organisms/layout/DashboardGrid.tsx"() {
22232
+ "components/core/organisms/layout/DashboardGrid.tsx"() {
22127
22233
  init_cn();
22128
22234
  init_Box();
22129
22235
  init_useTranslate();
@@ -22196,10 +22302,10 @@ var init_CurrentPagePathContext = __esm({
22196
22302
  });
22197
22303
  var DashboardLayout, NavLink, NavLinkTopnav, NavLinkBottom;
22198
22304
  var init_DashboardLayout = __esm({
22199
- "components/templates/DashboardLayout.tsx"() {
22305
+ "components/core/templates/DashboardLayout.tsx"() {
22200
22306
  "use client";
22201
22307
  init_cn();
22202
- init_atoms();
22308
+ init_atoms2();
22203
22309
  init_Box();
22204
22310
  init_Stack();
22205
22311
  init_Typography();
@@ -22379,7 +22485,7 @@ var init_DashboardLayout = __esm({
22379
22485
  variant: "ghost",
22380
22486
  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",
22381
22487
  onClick: () => setSidebarOpen(true),
22382
- "aria-label": "Open sidebar",
22488
+ "aria-label": t("aria.openSidebar"),
22383
22489
  children: /* @__PURE__ */ jsx(Icon, { name: "menu", className: "h-5 w-5" })
22384
22490
  }
22385
22491
  ),
@@ -23150,7 +23256,7 @@ function useDataDnd(args) {
23150
23256
  }
23151
23257
  var dndLog, RootCtx;
23152
23258
  var init_useDataDnd = __esm({
23153
- "components/molecules/useDataDnd.tsx"() {
23259
+ "components/core/molecules/useDataDnd.tsx"() {
23154
23260
  "use client";
23155
23261
  init_useEventBus();
23156
23262
  init_useAlmadarDndCollision();
@@ -23314,13 +23420,13 @@ function DataGrid({
23314
23420
  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"
23315
23421
  }[cols] : void 0;
23316
23422
  if (isLoading) {
23317
- return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") || "Loading..." }) });
23423
+ return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
23318
23424
  }
23319
23425
  if (error) {
23320
23426
  return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "error", children: error.message }) });
23321
23427
  }
23322
23428
  if (data.length === 0) {
23323
- 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" }) });
23429
+ const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
23324
23430
  return dnd.enabled ? /* @__PURE__ */ jsx(Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
23325
23431
  }
23326
23432
  const allIds = data.map((item, i) => item.id || String(i));
@@ -23337,7 +23443,7 @@ function DataGrid({
23337
23443
  checked: allSelected,
23338
23444
  onChange: toggleAll,
23339
23445
  className: "w-4 h-4 accent-primary",
23340
- "aria-label": "Select all"
23446
+ "aria-label": t("aria.selectAll")
23341
23447
  }
23342
23448
  ),
23343
23449
  /* @__PURE__ */ jsxs(Typography, { variant: "caption", className: "font-semibold", children: [
@@ -23497,7 +23603,7 @@ function DataGrid({
23497
23603
  Menu,
23498
23604
  {
23499
23605
  position: "bottom-end",
23500
- 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" }) }),
23606
+ 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" }) }),
23501
23607
  items: primaryActions.slice(maxInlineActions).map((action) => ({
23502
23608
  label: action.label,
23503
23609
  icon: action.icon,
@@ -23528,8 +23634,8 @@ function DataGrid({
23528
23634
  /* @__PURE__ */ jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
23529
23635
  t("common.showMore"),
23530
23636
  " (",
23531
- allData.length - visibleCount,
23532
- " remaining)"
23637
+ t("common.remaining", { count: allData.length - visibleCount }),
23638
+ ")"
23533
23639
  ]
23534
23640
  }
23535
23641
  ) }),
@@ -23546,7 +23652,7 @@ function DataGrid({
23546
23652
  }
23547
23653
  var dataGridLog, BADGE_VARIANTS, gapStyles6, lookStyles5;
23548
23654
  var init_DataGrid = __esm({
23549
- "components/molecules/DataGrid.tsx"() {
23655
+ "components/core/molecules/DataGrid.tsx"() {
23550
23656
  "use client";
23551
23657
  init_cn();
23552
23658
  init_getNestedValue();
@@ -23755,7 +23861,7 @@ function DataList({
23755
23861
  Menu,
23756
23862
  {
23757
23863
  position: "bottom-end",
23758
- 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" }) }),
23864
+ 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" }) }),
23759
23865
  items: overflow.map((action) => ({
23760
23866
  label: action.label,
23761
23867
  icon: action.icon,
@@ -23779,13 +23885,13 @@ function DataList({
23779
23885
  eventBus.emit(`UI:${itemClickEvent}`, payload);
23780
23886
  };
23781
23887
  if (isLoading) {
23782
- return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") || "Loading..." }) });
23888
+ return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
23783
23889
  }
23784
23890
  if (error) {
23785
23891
  return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "error", children: error.message }) });
23786
23892
  }
23787
23893
  if (data.length === 0) {
23788
- 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" }) });
23894
+ const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
23789
23895
  return dnd.enabled ? /* @__PURE__ */ jsx(Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
23790
23896
  }
23791
23897
  const gapClass = {
@@ -23965,8 +24071,8 @@ function DataList({
23965
24071
  /* @__PURE__ */ jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
23966
24072
  t("common.showMore"),
23967
24073
  " (",
23968
- allData.length - visibleCount,
23969
- " remaining)"
24074
+ t("common.remaining", { count: allData.length - visibleCount }),
24075
+ ")"
23970
24076
  ]
23971
24077
  }
23972
24078
  ) }),
@@ -23985,7 +24091,7 @@ function DataList({
23985
24091
  }
23986
24092
  var dataListLog, listLookStyles;
23987
24093
  var init_DataList = __esm({
23988
- "components/molecules/DataList.tsx"() {
24094
+ "components/core/molecules/DataList.tsx"() {
23989
24095
  "use client";
23990
24096
  init_cn();
23991
24097
  init_getNestedValue();
@@ -24040,7 +24146,7 @@ function fileIcon(name) {
24040
24146
  }
24041
24147
  var TreeNodeItem, FileTree;
24042
24148
  var init_FileTree = __esm({
24043
- "components/molecules/FileTree.tsx"() {
24149
+ "components/core/molecules/FileTree.tsx"() {
24044
24150
  "use client";
24045
24151
  init_Box();
24046
24152
  init_Typography();
@@ -24151,7 +24257,7 @@ var init_FileTree = __esm({
24151
24257
  });
24152
24258
  var FormField;
24153
24259
  var init_FormField = __esm({
24154
- "components/molecules/FormField.tsx"() {
24260
+ "components/core/molecules/FormField.tsx"() {
24155
24261
  init_cn();
24156
24262
  init_Label();
24157
24263
  init_Typography();
@@ -24175,7 +24281,7 @@ var init_FormField = __esm({
24175
24281
  });
24176
24282
  var resolveFilterType, lookStyles6, FilterGroup;
24177
24283
  var init_FilterGroup = __esm({
24178
- "components/molecules/FilterGroup.tsx"() {
24284
+ "components/core/molecules/FilterGroup.tsx"() {
24179
24285
  "use client";
24180
24286
  init_cn();
24181
24287
  init_Button();
@@ -24619,7 +24725,7 @@ var init_FilterGroup = __esm({
24619
24725
  });
24620
24726
  var directionStyles, wrapStyles, alignStyles4, justifyStyles3, gapStyles7, Flex;
24621
24727
  var init_Flex = __esm({
24622
- "components/molecules/Flex.tsx"() {
24728
+ "components/core/molecules/Flex.tsx"() {
24623
24729
  init_cn();
24624
24730
  directionStyles = {
24625
24731
  row: "flex-row",
@@ -24703,7 +24809,7 @@ var init_Flex = __esm({
24703
24809
  });
24704
24810
  var InputGroup;
24705
24811
  var init_InputGroup = __esm({
24706
- "components/molecules/InputGroup.tsx"() {
24812
+ "components/core/molecules/InputGroup.tsx"() {
24707
24813
  init_Input();
24708
24814
  init_Icon();
24709
24815
  init_Typography();
@@ -24818,7 +24924,7 @@ var init_debug = __esm({
24818
24924
  });
24819
24925
  var isRelationsDebugEnabled, RelationSelect;
24820
24926
  var init_RelationSelect = __esm({
24821
- "components/molecules/RelationSelect.tsx"() {
24927
+ "components/core/molecules/RelationSelect.tsx"() {
24822
24928
  "use client";
24823
24929
  init_cn();
24824
24930
  init_Box();
@@ -25045,7 +25151,7 @@ var init_RelationSelect = __esm({
25045
25151
  });
25046
25152
  var SearchInput;
25047
25153
  var init_SearchInput = __esm({
25048
- "components/molecules/SearchInput.tsx"() {
25154
+ "components/core/molecules/SearchInput.tsx"() {
25049
25155
  "use client";
25050
25156
  init_Input();
25051
25157
  init_Spinner();
@@ -25148,7 +25254,7 @@ var init_SearchInput = __esm({
25148
25254
  });
25149
25255
  var SidePanel;
25150
25256
  var init_SidePanel = __esm({
25151
- "components/molecules/SidePanel.tsx"() {
25257
+ "components/core/molecules/SidePanel.tsx"() {
25152
25258
  "use client";
25153
25259
  init_Aside();
25154
25260
  init_Box();
@@ -25156,6 +25262,7 @@ var init_SidePanel = __esm({
25156
25262
  init_Typography();
25157
25263
  init_cn();
25158
25264
  init_useEventBus();
25265
+ init_useTranslate();
25159
25266
  SidePanel = ({
25160
25267
  title,
25161
25268
  children,
@@ -25168,6 +25275,7 @@ var init_SidePanel = __esm({
25168
25275
  closeEvent
25169
25276
  }) => {
25170
25277
  const eventBus = useEventBus();
25278
+ const { t } = useTranslate();
25171
25279
  const handleClose = () => {
25172
25280
  if (closeEvent) eventBus.emit(`UI:${closeEvent}`, {});
25173
25281
  onClose();
@@ -25205,8 +25313,8 @@ var init_SidePanel = __esm({
25205
25313
  size: "sm",
25206
25314
  icon: "x",
25207
25315
  onClick: handleClose,
25208
- "aria-label": "Close panel",
25209
- children: /* @__PURE__ */ jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: "Close" })
25316
+ "aria-label": t("aria.closePanel"),
25317
+ children: /* @__PURE__ */ jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: t("aria.closePanel") })
25210
25318
  }
25211
25319
  )
25212
25320
  ] }),
@@ -25221,7 +25329,7 @@ var init_SidePanel = __esm({
25221
25329
  });
25222
25330
  var WizardProgress;
25223
25331
  var init_WizardProgress = __esm({
25224
- "components/molecules/WizardProgress.tsx"() {
25332
+ "components/core/molecules/WizardProgress.tsx"() {
25225
25333
  "use client";
25226
25334
  init_Typography();
25227
25335
  init_Box();
@@ -25324,7 +25432,7 @@ function useSafeEventBus4() {
25324
25432
  }
25325
25433
  var WizardNavigation;
25326
25434
  var init_WizardNavigation = __esm({
25327
- "components/molecules/WizardNavigation.tsx"() {
25435
+ "components/core/molecules/WizardNavigation.tsx"() {
25328
25436
  "use client";
25329
25437
  init_Button();
25330
25438
  init_Typography();
@@ -25411,7 +25519,7 @@ var init_WizardNavigation = __esm({
25411
25519
  });
25412
25520
  var RepeatableFormSection;
25413
25521
  var init_RepeatableFormSection = __esm({
25414
- "components/molecules/RepeatableFormSection.tsx"() {
25522
+ "components/core/molecules/RepeatableFormSection.tsx"() {
25415
25523
  "use client";
25416
25524
  init_cn();
25417
25525
  init_Box();
@@ -25550,7 +25658,7 @@ var init_RepeatableFormSection = __esm({
25550
25658
  });
25551
25659
  var actionTypeLabels, actionTypeIcons, ViolationAlert;
25552
25660
  var init_ViolationAlert = __esm({
25553
- "components/molecules/ViolationAlert.tsx"() {
25661
+ "components/core/molecules/ViolationAlert.tsx"() {
25554
25662
  init_cn();
25555
25663
  init_Box();
25556
25664
  init_Stack();
@@ -25753,7 +25861,7 @@ var init_ViolationAlert = __esm({
25753
25861
  });
25754
25862
  var FormSectionHeader;
25755
25863
  var init_FormSectionHeader = __esm({
25756
- "components/molecules/FormSectionHeader.tsx"() {
25864
+ "components/core/molecules/FormSectionHeader.tsx"() {
25757
25865
  init_cn();
25758
25866
  init_Box();
25759
25867
  init_Stack();
@@ -25830,7 +25938,7 @@ var init_FormSectionHeader = __esm({
25830
25938
  });
25831
25939
  var FlipCard;
25832
25940
  var init_FlipCard = __esm({
25833
- "components/molecules/FlipCard.tsx"() {
25941
+ "components/core/molecules/FlipCard.tsx"() {
25834
25942
  "use client";
25835
25943
  init_cn();
25836
25944
  init_Box();
@@ -25892,7 +26000,7 @@ function daysAgo(n) {
25892
26000
  }
25893
26001
  var DEFAULT_PRESETS, DateRangePicker;
25894
26002
  var init_DateRangePicker = __esm({
25895
- "components/molecules/DateRangePicker.tsx"() {
26003
+ "components/core/molecules/DateRangePicker.tsx"() {
25896
26004
  "use client";
25897
26005
  init_cn();
25898
26006
  init_Button();
@@ -26020,10 +26128,10 @@ var init_DateRangePicker = __esm({
26020
26128
  });
26021
26129
  var DEFAULT_OPTIONS, DateRangeSelector;
26022
26130
  var init_DateRangeSelector = __esm({
26023
- "components/molecules/DateRangeSelector.tsx"() {
26131
+ "components/core/molecules/DateRangeSelector.tsx"() {
26024
26132
  "use client";
26025
26133
  init_cn();
26026
- init_atoms();
26134
+ init_atoms2();
26027
26135
  DEFAULT_OPTIONS = [
26028
26136
  { label: "1W", value: "week" },
26029
26137
  { label: "1M", value: "month" },
@@ -26052,10 +26160,10 @@ var init_DateRangeSelector = __esm({
26052
26160
  });
26053
26161
  var LineChart2;
26054
26162
  var init_LineChart = __esm({
26055
- "components/molecules/LineChart.tsx"() {
26163
+ "components/core/molecules/LineChart.tsx"() {
26056
26164
  "use client";
26057
26165
  init_cn();
26058
- init_atoms();
26166
+ init_atoms2();
26059
26167
  LineChart2 = ({
26060
26168
  data,
26061
26169
  width = 400,
@@ -26167,10 +26275,10 @@ var init_LineChart = __esm({
26167
26275
  });
26168
26276
  var sizeMap16, stateColors, ProgressDots;
26169
26277
  var init_ProgressDots = __esm({
26170
- "components/molecules/ProgressDots.tsx"() {
26278
+ "components/core/molecules/ProgressDots.tsx"() {
26171
26279
  "use client";
26172
26280
  init_cn();
26173
- init_atoms();
26281
+ init_atoms2();
26174
26282
  sizeMap16 = {
26175
26283
  sm: { dot: 6, active: 8 },
26176
26284
  md: { dot: 8, active: 10 },
@@ -26283,7 +26391,7 @@ function StatBadge({
26283
26391
  }
26284
26392
  var sizeMap17, variantMap2;
26285
26393
  var init_StatBadge = __esm({
26286
- "components/molecules/game/StatBadge.tsx"() {
26394
+ "components/game/molecules/StatBadge.tsx"() {
26287
26395
  init_cn();
26288
26396
  init_Icon();
26289
26397
  init_HealthBar();
@@ -26358,7 +26466,7 @@ function InventoryGrid({
26358
26466
  }
26359
26467
  var columnMap;
26360
26468
  var init_InventoryGrid = __esm({
26361
- "components/molecules/game/InventoryGrid.tsx"() {
26469
+ "components/game/molecules/InventoryGrid.tsx"() {
26362
26470
  "use client";
26363
26471
  init_cn();
26364
26472
  init_useEventBus();
@@ -26445,7 +26553,7 @@ function QuestTracker({
26445
26553
  }) });
26446
26554
  }
26447
26555
  var init_QuestTracker = __esm({
26448
- "components/molecules/game/QuestTracker.tsx"() {
26556
+ "components/game/molecules/QuestTracker.tsx"() {
26449
26557
  "use client";
26450
26558
  init_cn();
26451
26559
  init_WaypointMarker();
@@ -26511,7 +26619,7 @@ function PowerupSlots({
26511
26619
  ] });
26512
26620
  }
26513
26621
  var init_PowerupSlots = __esm({
26514
- "components/molecules/game/PowerupSlots.tsx"() {
26622
+ "components/game/molecules/PowerupSlots.tsx"() {
26515
26623
  "use client";
26516
26624
  init_cn();
26517
26625
  init_ItemSlot();
@@ -26621,7 +26729,7 @@ function GameCanvas2D({
26621
26729
  ) });
26622
26730
  }
26623
26731
  var init_GameCanvas2D = __esm({
26624
- "components/molecules/game/GameCanvas2D.tsx"() {
26732
+ "components/game/molecules/GameCanvas2D.tsx"() {
26625
26733
  "use client";
26626
26734
  init_cn();
26627
26735
  init_Box();
@@ -26730,7 +26838,7 @@ function HealthPanel({
26730
26838
  }
26731
26839
  var sizeMap18, effectVariantMap;
26732
26840
  var init_HealthPanel = __esm({
26733
- "components/molecules/game/HealthPanel.tsx"() {
26841
+ "components/game/molecules/HealthPanel.tsx"() {
26734
26842
  "use client";
26735
26843
  init_cn();
26736
26844
  init_HealthBar();
@@ -26817,7 +26925,7 @@ function ScoreBoard({
26817
26925
  );
26818
26926
  }
26819
26927
  var init_ScoreBoard = __esm({
26820
- "components/molecules/game/ScoreBoard.tsx"() {
26928
+ "components/game/molecules/ScoreBoard.tsx"() {
26821
26929
  "use client";
26822
26930
  init_cn();
26823
26931
  init_ComboCounter();
@@ -26855,7 +26963,7 @@ function ResourceBar({
26855
26963
  );
26856
26964
  }
26857
26965
  var init_ResourceBar = __esm({
26858
- "components/molecules/game/ResourceBar.tsx"() {
26966
+ "components/game/molecules/ResourceBar.tsx"() {
26859
26967
  "use client";
26860
26968
  init_cn();
26861
26969
  init_StatBadge();
@@ -26914,7 +27022,7 @@ function TurnPanel({
26914
27022
  );
26915
27023
  }
26916
27024
  var init_TurnPanel = __esm({
26917
- "components/molecules/game/TurnPanel.tsx"() {
27025
+ "components/game/molecules/TurnPanel.tsx"() {
26918
27026
  "use client";
26919
27027
  init_cn();
26920
27028
  init_TurnIndicator();
@@ -26997,7 +27105,7 @@ function EnemyPlate({
26997
27105
  }
26998
27106
  var effectVariantMap2;
26999
27107
  var init_EnemyPlate = __esm({
27000
- "components/molecules/game/EnemyPlate.tsx"() {
27108
+ "components/game/molecules/EnemyPlate.tsx"() {
27001
27109
  "use client";
27002
27110
  init_cn();
27003
27111
  init_HealthBar();
@@ -27058,7 +27166,7 @@ function UnitCommandBar({
27058
27166
  );
27059
27167
  }
27060
27168
  var init_UnitCommandBar = __esm({
27061
- "components/molecules/game/UnitCommandBar.tsx"() {
27169
+ "components/game/molecules/UnitCommandBar.tsx"() {
27062
27170
  "use client";
27063
27171
  init_cn();
27064
27172
  init_Button();
@@ -27125,7 +27233,7 @@ function GameHud({
27125
27233
  }
27126
27234
  var positionMap;
27127
27235
  var init_GameHud = __esm({
27128
- "components/molecules/game/GameHud.tsx"() {
27236
+ "components/game/molecules/GameHud.tsx"() {
27129
27237
  init_cn();
27130
27238
  init_StatBadge();
27131
27239
  positionMap = {
@@ -27321,7 +27429,7 @@ function DialogueBox({
27321
27429
  );
27322
27430
  }
27323
27431
  var init_DialogueBox = __esm({
27324
- "components/molecules/game/DialogueBox.tsx"() {
27432
+ "components/game/molecules/DialogueBox.tsx"() {
27325
27433
  "use client";
27326
27434
  init_cn();
27327
27435
  init_useEventBus();
@@ -27479,7 +27587,7 @@ function InventoryPanel({
27479
27587
  ] });
27480
27588
  }
27481
27589
  var init_InventoryPanel = __esm({
27482
- "components/molecules/game/InventoryPanel.tsx"() {
27590
+ "components/game/molecules/InventoryPanel.tsx"() {
27483
27591
  "use client";
27484
27592
  init_cn();
27485
27593
  init_useEventBus();
@@ -27579,7 +27687,7 @@ function GameMenu({
27579
27687
  }
27580
27688
  var variantMap3;
27581
27689
  var init_GameMenu = __esm({
27582
- "components/molecules/game/GameMenu.tsx"() {
27690
+ "components/game/molecules/GameMenu.tsx"() {
27583
27691
  "use client";
27584
27692
  init_cn();
27585
27693
  init_useEventBus();
@@ -27699,7 +27807,7 @@ function GameOverScreen({
27699
27807
  }
27700
27808
  var variantColors, buttonVariants;
27701
27809
  var init_GameOverScreen = __esm({
27702
- "components/molecules/game/GameOverScreen.tsx"() {
27810
+ "components/game/molecules/GameOverScreen.tsx"() {
27703
27811
  "use client";
27704
27812
  init_cn();
27705
27813
  init_useEventBus();
@@ -27972,7 +28080,7 @@ function PlatformerCanvas({
27972
28080
  }
27973
28081
  var PLATFORM_COLORS, PLAYER_COLOR, PLAYER_EYE_COLOR, SKY_GRADIENT_TOP, SKY_GRADIENT_BOTTOM, GRID_COLOR;
27974
28082
  var init_PlatformerCanvas = __esm({
27975
- "components/molecules/game/PlatformerCanvas.tsx"() {
28083
+ "components/game/molecules/PlatformerCanvas.tsx"() {
27976
28084
  init_cn();
27977
28085
  init_useEventBus();
27978
28086
  init_verificationRegistry();
@@ -27991,9 +28099,9 @@ var init_PlatformerCanvas = __esm({
27991
28099
  }
27992
28100
  });
27993
28101
 
27994
- // components/molecules/game/index.ts
27995
- var init_game2 = __esm({
27996
- "components/molecules/game/index.ts"() {
28102
+ // components/game/molecules/index.ts
28103
+ var init_molecules = __esm({
28104
+ "components/game/molecules/index.ts"() {
27997
28105
  }
27998
28106
  });
27999
28107
  function resolveNodeColor(node, groups) {
@@ -28006,10 +28114,10 @@ function resolveNodeColor(node, groups) {
28006
28114
  }
28007
28115
  var GROUP_COLORS, DEFAULT_NODE_COLOR, DEFAULT_EDGE_COLOR, DEFAULT_NODE_SIZE, GraphView;
28008
28116
  var init_GraphView = __esm({
28009
- "components/molecules/GraphView.tsx"() {
28117
+ "components/core/molecules/GraphView.tsx"() {
28010
28118
  "use client";
28011
28119
  init_cn();
28012
- init_atoms();
28120
+ init_atoms2();
28013
28121
  GROUP_COLORS = [
28014
28122
  "#3b82f6",
28015
28123
  // blue-500
@@ -28329,11 +28437,12 @@ function useSafeEventBus5() {
28329
28437
  }
28330
28438
  var sizeStyles10, LONG_PRESS_DELAY, LONG_PRESS_INTERVAL, NumberStepper;
28331
28439
  var init_NumberStepper = __esm({
28332
- "components/molecules/NumberStepper.tsx"() {
28440
+ "components/core/molecules/NumberStepper.tsx"() {
28333
28441
  "use client";
28334
28442
  init_cn();
28335
28443
  init_Icon();
28336
28444
  init_useEventBus();
28445
+ init_useTranslate();
28337
28446
  sizeStyles10 = {
28338
28447
  sm: {
28339
28448
  button: "w-7 h-7",
@@ -28367,6 +28476,7 @@ var init_NumberStepper = __esm({
28367
28476
  label
28368
28477
  }) => {
28369
28478
  const eventBus = useSafeEventBus5();
28479
+ const { t } = useTranslate();
28370
28480
  const intervalRef = useRef(null);
28371
28481
  const timeoutRef = useRef(null);
28372
28482
  const isAtMin = min !== void 0 && value <= min;
@@ -28450,7 +28560,7 @@ var init_NumberStepper = __esm({
28450
28560
  "focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
28451
28561
  styles.button
28452
28562
  ),
28453
- "aria-label": "Decrease",
28563
+ "aria-label": t("aria.decrease"),
28454
28564
  children: /* @__PURE__ */ jsx(Icon, { name: "minus", className: styles.icon })
28455
28565
  }
28456
28566
  ),
@@ -28491,7 +28601,7 @@ var init_NumberStepper = __esm({
28491
28601
  "focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
28492
28602
  styles.button
28493
28603
  ),
28494
- "aria-label": "Increase",
28604
+ "aria-label": t("aria.increase"),
28495
28605
  children: /* @__PURE__ */ jsx(Icon, { name: "plus", className: styles.icon })
28496
28606
  }
28497
28607
  )
@@ -28514,7 +28624,7 @@ function useSafeEventBus6() {
28514
28624
  }
28515
28625
  var sizeStyles11, StarRating;
28516
28626
  var init_StarRating = __esm({
28517
- "components/molecules/StarRating.tsx"() {
28627
+ "components/core/molecules/StarRating.tsx"() {
28518
28628
  "use client";
28519
28629
  init_cn();
28520
28630
  init_Icon();
@@ -28667,7 +28777,7 @@ function formatFileSize(bytes) {
28667
28777
  }
28668
28778
  var UploadDropZone;
28669
28779
  var init_UploadDropZone = __esm({
28670
- "components/molecules/UploadDropZone.tsx"() {
28780
+ "components/core/molecules/UploadDropZone.tsx"() {
28671
28781
  "use client";
28672
28782
  init_cn();
28673
28783
  init_Icon();
@@ -28832,11 +28942,12 @@ function useSafeEventBus8() {
28832
28942
  }
28833
28943
  var Lightbox;
28834
28944
  var init_Lightbox = __esm({
28835
- "components/molecules/Lightbox.tsx"() {
28945
+ "components/core/molecules/Lightbox.tsx"() {
28836
28946
  "use client";
28837
28947
  init_Icon();
28838
28948
  init_cn();
28839
28949
  init_useEventBus();
28950
+ init_useTranslate();
28840
28951
  Lightbox = ({
28841
28952
  images = [],
28842
28953
  currentIndex = 0,
@@ -28851,6 +28962,7 @@ var init_Lightbox = __esm({
28851
28962
  const [index, setIndex] = useState(currentIndex);
28852
28963
  const [touchStartX, setTouchStartX] = useState(null);
28853
28964
  const eventBus = useSafeEventBus8();
28965
+ const { t } = useTranslate();
28854
28966
  useEffect(() => {
28855
28967
  setIndex(currentIndex);
28856
28968
  }, [currentIndex]);
@@ -28941,7 +29053,7 @@ var init_Lightbox = __esm({
28941
29053
  "hover:bg-opacity-70 transition-opacity",
28942
29054
  "focus:outline-none focus:ring-2 focus:ring-white"
28943
29055
  ),
28944
- "aria-label": "Close",
29056
+ "aria-label": t("aria.closeModal"),
28945
29057
  children: /* @__PURE__ */ jsx(Icon, { name: "x", className: "w-6 h-6" })
28946
29058
  }
28947
29059
  ),
@@ -28960,7 +29072,7 @@ var init_Lightbox = __esm({
28960
29072
  "hover:bg-opacity-70 transition-opacity",
28961
29073
  "focus:outline-none focus:ring-2 focus:ring-white"
28962
29074
  ),
28963
- "aria-label": "Previous image",
29075
+ "aria-label": t("aria.previousImage"),
28964
29076
  children: /* @__PURE__ */ jsx(Icon, { name: "chevron-left", className: "w-8 h-8" })
28965
29077
  }
28966
29078
  ),
@@ -28997,7 +29109,7 @@ var init_Lightbox = __esm({
28997
29109
  "hover:bg-opacity-70 transition-opacity",
28998
29110
  "focus:outline-none focus:ring-2 focus:ring-white"
28999
29111
  ),
29000
- "aria-label": "Next image",
29112
+ "aria-label": t("aria.nextImage"),
29001
29113
  children: /* @__PURE__ */ jsx(Icon, { name: "chevron-right", className: "w-8 h-8" })
29002
29114
  }
29003
29115
  ),
@@ -29143,13 +29255,13 @@ function TableView({
29143
29255
  eventBus.emit(`UI:${action.event}`, payload);
29144
29256
  };
29145
29257
  if (isLoading) {
29146
- return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") || "Loading\u2026" }) });
29258
+ return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
29147
29259
  }
29148
29260
  if (error) {
29149
29261
  return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "error", children: error.message }) });
29150
29262
  }
29151
29263
  if (data.length === 0) {
29152
- 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" }) });
29264
+ const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: emptyMessage || t("empty.noItems") }) });
29153
29265
  return dnd.enabled ? /* @__PURE__ */ jsx(Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
29154
29266
  }
29155
29267
  const lk = LOOKS[look];
@@ -29174,7 +29286,7 @@ function TableView({
29174
29286
  lk.headPad
29175
29287
  ),
29176
29288
  children: [
29177
- selectable && /* @__PURE__ */ jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": "Select all rows" }) }),
29289
+ selectable && /* @__PURE__ */ jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": t("aria.selectAllRows") }) }),
29178
29290
  colDefs.map((col) => {
29179
29291
  const active = sortColumn === (col.field ?? col.key);
29180
29292
  return /* @__PURE__ */ jsxs(
@@ -29268,7 +29380,7 @@ function TableView({
29268
29380
  Menu,
29269
29381
  {
29270
29382
  position: "bottom-end",
29271
- 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" }) }),
29383
+ 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" }) }),
29272
29384
  items: itemActions.slice(maxInlineActions).map((action) => ({
29273
29385
  label: action.label,
29274
29386
  icon: action.icon,
@@ -29306,8 +29418,8 @@ function TableView({
29306
29418
  /* @__PURE__ */ jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
29307
29419
  t("common.showMore"),
29308
29420
  " (",
29309
- ordered.length - visibleCount,
29310
- " remaining)"
29421
+ t("common.remaining", { count: ordered.length - visibleCount }),
29422
+ ")"
29311
29423
  ] }) })
29312
29424
  ]
29313
29425
  }
@@ -29315,7 +29427,7 @@ function TableView({
29315
29427
  }
29316
29428
  var alignClass, weightClass, LOOKS;
29317
29429
  var init_TableView = __esm({
29318
- "components/molecules/TableView.tsx"() {
29430
+ "components/core/molecules/TableView.tsx"() {
29319
29431
  "use client";
29320
29432
  init_cn();
29321
29433
  init_getNestedValue();
@@ -29373,7 +29485,7 @@ function composeDisplayValue(value, format, max, prefix, suffix) {
29373
29485
  }
29374
29486
  var lookStyles7, variantColor, StatDisplay;
29375
29487
  var init_StatDisplay = __esm({
29376
- "components/molecules/StatDisplay.tsx"() {
29488
+ "components/core/molecules/StatDisplay.tsx"() {
29377
29489
  "use client";
29378
29490
  init_cn();
29379
29491
  init_Card();
@@ -29516,14 +29628,15 @@ function getColorForValue(value, max, thresholds) {
29516
29628
  }
29517
29629
  var DEFAULT_THRESHOLDS, radialSizes, Meter;
29518
29630
  var init_Meter = __esm({
29519
- "components/molecules/Meter.tsx"() {
29631
+ "components/core/molecules/Meter.tsx"() {
29520
29632
  "use client";
29521
29633
  init_cn();
29522
- init_atoms();
29634
+ init_atoms2();
29523
29635
  init_Stack();
29524
29636
  init_LoadingState();
29525
29637
  init_ErrorState();
29526
29638
  init_useEventBus();
29639
+ init_useTranslate();
29527
29640
  DEFAULT_THRESHOLDS = [
29528
29641
  { value: 30, color: "var(--color-error)" },
29529
29642
  { value: 70, color: "var(--color-warning)" },
@@ -29551,6 +29664,7 @@ var init_Meter = __esm({
29551
29664
  className
29552
29665
  }) => {
29553
29666
  const eventBus = useEventBus();
29667
+ const { t } = useTranslate();
29554
29668
  const handleAction = useCallback(
29555
29669
  (action) => {
29556
29670
  if (action.event) {
@@ -29574,13 +29688,13 @@ var init_Meter = __esm({
29574
29688
  return unit ? `${formatted}${unit}` : `${formatted}`;
29575
29689
  }, [safeVal, unit]);
29576
29690
  if (isLoading) {
29577
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading meter...", className });
29691
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
29578
29692
  }
29579
29693
  if (error) {
29580
29694
  return /* @__PURE__ */ jsx(
29581
29695
  ErrorState,
29582
29696
  {
29583
- title: "Meter error",
29697
+ title: t("display.meterError"),
29584
29698
  message: error.message,
29585
29699
  className
29586
29700
  }
@@ -29677,7 +29791,7 @@ var init_Meter = __esm({
29677
29791
  idx
29678
29792
  );
29679
29793
  }) }),
29680
- 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)) })
29794
+ 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)) })
29681
29795
  ] }) });
29682
29796
  }
29683
29797
  return /* @__PURE__ */ jsx(Card, { className: cn("p-4", className), children: /* @__PURE__ */ jsxs(VStack, { gap: "sm", children: [
@@ -29732,7 +29846,7 @@ function useSafeEventBus9() {
29732
29846
  }
29733
29847
  var SwipeableRow;
29734
29848
  var init_SwipeableRow = __esm({
29735
- "components/molecules/SwipeableRow.tsx"() {
29849
+ "components/core/molecules/SwipeableRow.tsx"() {
29736
29850
  "use client";
29737
29851
  init_cn();
29738
29852
  init_useEventBus();
@@ -29999,7 +30113,7 @@ function SortableListInner({
29999
30113
  }
30000
30114
  var EMPTY_ITEMS, SortableList;
30001
30115
  var init_SortableList = __esm({
30002
- "components/molecules/SortableList.tsx"() {
30116
+ "components/core/molecules/SortableList.tsx"() {
30003
30117
  "use client";
30004
30118
  init_cn();
30005
30119
  init_useEventBus();
@@ -30025,7 +30139,7 @@ function useSafeEventBus11() {
30025
30139
  }
30026
30140
  var SAFETY_TIMEOUT_MS, PullToRefresh;
30027
30141
  var init_PullToRefresh = __esm({
30028
- "components/molecules/PullToRefresh.tsx"() {
30142
+ "components/core/molecules/PullToRefresh.tsx"() {
30029
30143
  "use client";
30030
30144
  init_cn();
30031
30145
  init_useEventBus();
@@ -30126,7 +30240,7 @@ var init_PullToRefresh = __esm({
30126
30240
  });
30127
30241
  var iconSizeMap, gapMap, FeatureCard;
30128
30242
  var init_FeatureCard = __esm({
30129
- "components/molecules/FeatureCard.tsx"() {
30243
+ "components/marketing/molecules/FeatureCard.tsx"() {
30130
30244
  "use client";
30131
30245
  init_cn();
30132
30246
  init_Card();
@@ -30206,7 +30320,7 @@ var init_FeatureCard = __esm({
30206
30320
  });
30207
30321
  var FeatureGrid;
30208
30322
  var init_FeatureGrid = __esm({
30209
- "components/molecules/FeatureGrid.tsx"() {
30323
+ "components/core/molecules/FeatureGrid.tsx"() {
30210
30324
  "use client";
30211
30325
  init_cn();
30212
30326
  init_SimpleGrid();
@@ -30232,7 +30346,7 @@ var init_FeatureGrid = __esm({
30232
30346
  });
30233
30347
  var PricingCard;
30234
30348
  var init_PricingCard = __esm({
30235
- "components/molecules/PricingCard.tsx"() {
30349
+ "components/marketing/molecules/PricingCard.tsx"() {
30236
30350
  "use client";
30237
30351
  init_cn();
30238
30352
  init_Card();
@@ -30312,7 +30426,7 @@ var init_PricingCard = __esm({
30312
30426
  });
30313
30427
  var PricingGrid;
30314
30428
  var init_PricingGrid = __esm({
30315
- "components/molecules/PricingGrid.tsx"() {
30429
+ "components/marketing/molecules/PricingGrid.tsx"() {
30316
30430
  "use client";
30317
30431
  init_cn();
30318
30432
  init_SimpleGrid();
@@ -30337,7 +30451,7 @@ var init_PricingGrid = __esm({
30337
30451
  });
30338
30452
  var StatsGrid;
30339
30453
  var init_StatsGrid = __esm({
30340
- "components/molecules/StatsGrid.tsx"() {
30454
+ "components/marketing/molecules/StatsGrid.tsx"() {
30341
30455
  "use client";
30342
30456
  init_cn();
30343
30457
  init_SimpleGrid();
@@ -30365,7 +30479,7 @@ var init_StatsGrid = __esm({
30365
30479
  });
30366
30480
  var ServiceCatalog;
30367
30481
  var init_ServiceCatalog = __esm({
30368
- "components/molecules/ServiceCatalog.tsx"() {
30482
+ "components/marketing/molecules/ServiceCatalog.tsx"() {
30369
30483
  "use client";
30370
30484
  init_cn();
30371
30485
  init_Card();
@@ -30394,7 +30508,7 @@ var init_ServiceCatalog = __esm({
30394
30508
  });
30395
30509
  var LogosVariant, QuotesVariant, BadgesVariant, SocialProof;
30396
30510
  var init_SocialProof = __esm({
30397
- "components/molecules/SocialProof.tsx"() {
30511
+ "components/core/molecules/SocialProof.tsx"() {
30398
30512
  "use client";
30399
30513
  init_cn();
30400
30514
  init_Box();
@@ -30452,7 +30566,7 @@ var init_SocialProof = __esm({
30452
30566
  });
30453
30567
  var StepCircle, StepFlow;
30454
30568
  var init_StepFlow = __esm({
30455
- "components/molecules/StepFlow.tsx"() {
30569
+ "components/marketing/molecules/StepFlow.tsx"() {
30456
30570
  "use client";
30457
30571
  init_cn();
30458
30572
  init_Box();
@@ -30529,7 +30643,7 @@ var init_StepFlow = __esm({
30529
30643
  });
30530
30644
  var SplitSection;
30531
30645
  var init_SplitSection = __esm({
30532
- "components/molecules/SplitSection.tsx"() {
30646
+ "components/marketing/molecules/SplitSection.tsx"() {
30533
30647
  "use client";
30534
30648
  init_cn();
30535
30649
  init_Box();
@@ -30602,7 +30716,7 @@ function normalizeTags(tags) {
30602
30716
  }
30603
30717
  var variantMap4, TagCloud;
30604
30718
  var init_TagCloud = __esm({
30605
- "components/molecules/TagCloud.tsx"() {
30719
+ "components/marketing/molecules/TagCloud.tsx"() {
30606
30720
  "use client";
30607
30721
  init_cn();
30608
30722
  init_Stack();
@@ -30628,7 +30742,7 @@ var init_TagCloud = __esm({
30628
30742
  });
30629
30743
  var TagInput;
30630
30744
  var init_TagInput = __esm({
30631
- "components/molecules/TagInput.tsx"() {
30745
+ "components/core/molecules/TagInput.tsx"() {
30632
30746
  "use client";
30633
30747
  init_cn();
30634
30748
  init_useEventBus();
@@ -30720,7 +30834,7 @@ var init_TagInput = __esm({
30720
30834
  });
30721
30835
  var ShowcaseCard;
30722
30836
  var init_ShowcaseCard = __esm({
30723
- "components/molecules/ShowcaseCard.tsx"() {
30837
+ "components/marketing/molecules/ShowcaseCard.tsx"() {
30724
30838
  "use client";
30725
30839
  init_cn();
30726
30840
  init_Card();
@@ -31040,7 +31154,7 @@ function FrameStrip({
31040
31154
  }
31041
31155
  var GeometricPattern;
31042
31156
  var init_GeometricPattern = __esm({
31043
- "components/molecules/GeometricPattern.tsx"() {
31157
+ "components/marketing/molecules/GeometricPattern.tsx"() {
31044
31158
  "use client";
31045
31159
  init_cn();
31046
31160
  init_PatternTile();
@@ -31272,7 +31386,7 @@ function f2(n) {
31272
31386
  }
31273
31387
  var VARIANT_MAP2, EdgeDecoration;
31274
31388
  var init_EdgeDecoration = __esm({
31275
- "components/molecules/EdgeDecoration.tsx"() {
31389
+ "components/core/molecules/EdgeDecoration.tsx"() {
31276
31390
  "use client";
31277
31391
  init_cn();
31278
31392
  VARIANT_MAP2 = {
@@ -31326,11 +31440,12 @@ var init_EdgeDecoration = __esm({
31326
31440
  });
31327
31441
  var sizeStyles12, VoteStack;
31328
31442
  var init_VoteStack = __esm({
31329
- "components/molecules/VoteStack.tsx"() {
31443
+ "components/core/molecules/VoteStack.tsx"() {
31330
31444
  "use client";
31331
31445
  init_cn();
31332
31446
  init_Icon();
31333
31447
  init_useEventBus();
31448
+ init_useTranslate();
31334
31449
  sizeStyles12 = {
31335
31450
  sm: {
31336
31451
  button: "w-7 h-7",
@@ -31363,6 +31478,7 @@ var init_VoteStack = __esm({
31363
31478
  const isUp = userVote === "up";
31364
31479
  const isDown = userVote === "down";
31365
31480
  const eventBus = useEventBus();
31481
+ const { t } = useTranslate();
31366
31482
  const handleUp = useCallback(() => {
31367
31483
  const next = isUp ? null : "up";
31368
31484
  onVote?.(next);
@@ -31398,7 +31514,7 @@ var init_VoteStack = __esm({
31398
31514
  type: "button",
31399
31515
  onClick: handleUp,
31400
31516
  disabled,
31401
- "aria-label": "Upvote",
31517
+ "aria-label": t("aria.upvote"),
31402
31518
  "aria-pressed": isUp,
31403
31519
  className: cn(
31404
31520
  "inline-flex items-center justify-center",
@@ -31435,7 +31551,7 @@ var init_VoteStack = __esm({
31435
31551
  type: "button",
31436
31552
  onClick: handleDown,
31437
31553
  disabled,
31438
- "aria-label": "Downvote",
31554
+ "aria-label": t("aria.downvote"),
31439
31555
  "aria-pressed": isDown,
31440
31556
  className: cn(
31441
31557
  "inline-flex items-center justify-center",
@@ -31460,7 +31576,7 @@ var init_VoteStack = __esm({
31460
31576
  });
31461
31577
  var DEFAULT_LIKERT_OPTIONS, radioSizes, buttonSizes, questionSizes, LikertScale;
31462
31578
  var init_LikertScale = __esm({
31463
- "components/molecules/LikertScale.tsx"() {
31579
+ "components/core/molecules/LikertScale.tsx"() {
31464
31580
  "use client";
31465
31581
  init_cn();
31466
31582
  init_useEventBus();
@@ -31628,7 +31744,7 @@ var init_LikertScale = __esm({
31628
31744
  });
31629
31745
  var DEFAULT_MATRIX_COLUMNS, sizeStyles13, MatrixQuestion;
31630
31746
  var init_MatrixQuestion = __esm({
31631
- "components/molecules/MatrixQuestion.tsx"() {
31747
+ "components/core/molecules/MatrixQuestion.tsx"() {
31632
31748
  "use client";
31633
31749
  init_cn();
31634
31750
  init_Typography();
@@ -31778,12 +31894,13 @@ var init_MatrixQuestion = __esm({
31778
31894
  });
31779
31895
  var QrScanner;
31780
31896
  var init_QrScanner = __esm({
31781
- "components/molecules/QrScanner.tsx"() {
31897
+ "components/core/molecules/QrScanner.tsx"() {
31782
31898
  "use client";
31783
31899
  init_cn();
31784
- init_atoms();
31900
+ init_atoms2();
31785
31901
  init_Icon();
31786
31902
  init_useEventBus();
31903
+ init_useTranslate();
31787
31904
  QrScanner = ({
31788
31905
  onScan,
31789
31906
  scanEvent,
@@ -31796,6 +31913,7 @@ var init_QrScanner = __esm({
31796
31913
  className
31797
31914
  }) => {
31798
31915
  const eventBus = useEventBus();
31916
+ const { t } = useTranslate();
31799
31917
  const videoRef = useRef(null);
31800
31918
  const streamRef = useRef(null);
31801
31919
  const scanIntervalRef = useRef(null);
@@ -31903,7 +32021,7 @@ var init_QrScanner = __esm({
31903
32021
  ),
31904
32022
  "data-pattern": "qr-scanner",
31905
32023
  role: "region",
31906
- "aria-label": "QR scanner",
32024
+ "aria-label": t("aria.qrScanner"),
31907
32025
  children: [
31908
32026
  /* @__PURE__ */ jsx(
31909
32027
  Box,
@@ -31990,7 +32108,7 @@ var init_QrScanner = __esm({
31990
32108
  "rounded-full bg-black bg-opacity-60 px-3 py-2 text-xs text-white",
31991
32109
  "hover:bg-opacity-80 focus:outline-none focus:ring-2 focus:ring-white"
31992
32110
  ),
31993
- "aria-label": "Mock scan (dev)",
32111
+ "aria-label": t("aria.mockScanDev"),
31994
32112
  children: "Mock Scan"
31995
32113
  }
31996
32114
  )
@@ -32006,7 +32124,7 @@ var init_QrScanner = __esm({
32006
32124
  });
32007
32125
  var formatPriceDelta, constraintHint, validateSelection, OptionConstraintGroup;
32008
32126
  var init_OptionConstraintGroup = __esm({
32009
- "components/molecules/OptionConstraintGroup.tsx"() {
32127
+ "components/core/molecules/OptionConstraintGroup.tsx"() {
32010
32128
  init_cn();
32011
32129
  init_useEventBus();
32012
32130
  init_Typography();
@@ -32205,11 +32323,11 @@ function getStatusIcon(status) {
32205
32323
  }
32206
32324
  var STATUS_CLASSES, STATUS_BADGE, PositionedCanvas;
32207
32325
  var init_PositionedCanvas = __esm({
32208
- "components/molecules/PositionedCanvas.tsx"() {
32326
+ "components/core/molecules/PositionedCanvas.tsx"() {
32209
32327
  "use client";
32210
32328
  init_cn();
32211
32329
  init_useEventBus();
32212
- init_atoms();
32330
+ init_atoms2();
32213
32331
  init_Icon();
32214
32332
  STATUS_CLASSES = {
32215
32333
  empty: "bg-surface border-border text-foreground",
@@ -32946,7 +33064,7 @@ function BlockRow({
32946
33064
  }
32947
33065
  var TOOLBAR_ENTRIES, BLOCK_TYPE_LABEL, CHANGEABLE_TYPES, _idSeq, BLOCK_TYPES, RichBlockEditor;
32948
33066
  var init_RichBlockEditor = __esm({
32949
- "components/molecules/RichBlockEditor.tsx"() {
33067
+ "components/core/molecules/RichBlockEditor.tsx"() {
32950
33068
  "use client";
32951
33069
  init_cn();
32952
33070
  init_Card();
@@ -33141,11 +33259,11 @@ function collectInitiallyCollapsed(nodes, acc) {
33141
33259
  }
33142
33260
  var ReplyTreeNode, ReplyTree;
33143
33261
  var init_ReplyTree = __esm({
33144
- "components/molecules/ReplyTree.tsx"() {
33262
+ "components/core/molecules/ReplyTree.tsx"() {
33145
33263
  "use client";
33146
33264
  init_cn();
33147
33265
  init_useEventBus();
33148
- init_atoms();
33266
+ init_atoms2();
33149
33267
  init_VoteStack();
33150
33268
  ReplyTreeNode = ({
33151
33269
  node,
@@ -33446,11 +33564,11 @@ function computeDiff(before, after) {
33446
33564
  }
33447
33565
  var INLINE_STYLES, VersionDiff;
33448
33566
  var init_VersionDiff = __esm({
33449
- "components/molecules/VersionDiff.tsx"() {
33567
+ "components/core/molecules/VersionDiff.tsx"() {
33450
33568
  "use client";
33451
33569
  init_cn();
33452
33570
  init_useEventBus();
33453
- init_atoms();
33571
+ init_atoms2();
33454
33572
  init_Stack();
33455
33573
  INLINE_STYLES = {
33456
33574
  added: { bg: "bg-success/10", prefix: "+", text: "text-success" },
@@ -33757,23 +33875,25 @@ var init_VersionDiff = __esm({
33757
33875
  });
33758
33876
  var DocBreadcrumb;
33759
33877
  var init_DocBreadcrumb = __esm({
33760
- "components/molecules/DocBreadcrumb.tsx"() {
33878
+ "components/core/molecules/DocBreadcrumb.tsx"() {
33761
33879
  "use client";
33762
33880
  init_cn();
33763
33881
  init_Box();
33764
33882
  init_Stack();
33765
33883
  init_Typography();
33766
33884
  init_Icon();
33885
+ init_useTranslate();
33767
33886
  DocBreadcrumb = ({
33768
33887
  items,
33769
33888
  className
33770
33889
  }) => {
33890
+ const { t } = useTranslate();
33771
33891
  return /* @__PURE__ */ jsx(
33772
33892
  Box,
33773
33893
  {
33774
33894
  className: cn("w-full", className),
33775
33895
  role: "navigation",
33776
- "aria-label": "Breadcrumb",
33896
+ "aria-label": t("aria.breadcrumb"),
33777
33897
  children: /* @__PURE__ */ jsx(HStack, { gap: "xs", align: "center", wrap: true, children: items.map((item, idx) => {
33778
33898
  const isLast = idx === items.length - 1;
33779
33899
  return /* @__PURE__ */ jsxs(React84__default.Fragment, { children: [
@@ -33916,7 +34036,7 @@ function DocCodeBlock({
33916
34036
  );
33917
34037
  }
33918
34038
  var init_DocCodeBlock = __esm({
33919
- "components/molecules/DocCodeBlock.tsx"() {
34039
+ "components/core/molecules/DocCodeBlock.tsx"() {
33920
34040
  "use client";
33921
34041
  init_cn();
33922
34042
  init_Box();
@@ -33991,7 +34111,7 @@ function DocPagination({ prev, next, className }) {
33991
34111
  }
33992
34112
  var linkCardStyles;
33993
34113
  var init_DocPagination = __esm({
33994
- "components/molecules/DocPagination.tsx"() {
34114
+ "components/core/molecules/DocPagination.tsx"() {
33995
34115
  "use client";
33996
34116
  init_cn();
33997
34117
  init_Box();
@@ -34180,7 +34300,7 @@ function DocSearch({
34180
34300
  );
34181
34301
  }
34182
34302
  var init_DocSearch = __esm({
34183
- "components/molecules/DocSearch.tsx"() {
34303
+ "components/core/molecules/DocSearch.tsx"() {
34184
34304
  "use client";
34185
34305
  init_cn();
34186
34306
  init_Box();
@@ -34193,7 +34313,7 @@ var init_DocSearch = __esm({
34193
34313
  });
34194
34314
  var DocSidebarCategory, DocSidebar;
34195
34315
  var init_DocSidebar = __esm({
34196
- "components/molecules/DocSidebar.tsx"() {
34316
+ "components/core/molecules/DocSidebar.tsx"() {
34197
34317
  "use client";
34198
34318
  init_cn();
34199
34319
  init_Box();
@@ -34201,6 +34321,7 @@ var init_DocSidebar = __esm({
34201
34321
  init_Stack();
34202
34322
  init_Typography();
34203
34323
  init_Icon();
34324
+ init_useTranslate();
34204
34325
  DocSidebarCategory = ({ item, depth }) => {
34205
34326
  const [expanded, setExpanded] = useState(
34206
34327
  () => item.items?.some(function hasActive(child) {
@@ -34285,12 +34406,13 @@ var init_DocSidebar = __esm({
34285
34406
  items,
34286
34407
  className
34287
34408
  }) => {
34409
+ const { t } = useTranslate();
34288
34410
  return /* @__PURE__ */ jsx(
34289
34411
  Box,
34290
34412
  {
34291
34413
  className: cn("w-full", className),
34292
34414
  role: "navigation",
34293
- "aria-label": "Documentation sidebar",
34415
+ "aria-label": t("aria.docsSidebar"),
34294
34416
  children: /* @__PURE__ */ jsx(VStack, { gap: "xs", children: items.map((item, idx) => /* @__PURE__ */ jsx(DocSidebarCategory, { item, depth: 0 }, idx)) })
34295
34417
  }
34296
34418
  );
@@ -34300,23 +34422,25 @@ var init_DocSidebar = __esm({
34300
34422
  });
34301
34423
  var DocTOC;
34302
34424
  var init_DocTOC = __esm({
34303
- "components/molecules/DocTOC.tsx"() {
34425
+ "components/core/molecules/DocTOC.tsx"() {
34304
34426
  "use client";
34305
34427
  init_cn();
34306
34428
  init_Box();
34307
34429
  init_Stack();
34308
34430
  init_Typography();
34431
+ init_useTranslate();
34309
34432
  DocTOC = ({
34310
34433
  items,
34311
34434
  activeId,
34312
34435
  className
34313
34436
  }) => {
34437
+ const { t } = useTranslate();
34314
34438
  return /* @__PURE__ */ jsx(
34315
34439
  Box,
34316
34440
  {
34317
34441
  className: cn("w-full", className),
34318
34442
  role: "navigation",
34319
- "aria-label": "Table of contents",
34443
+ "aria-label": t("aria.tableOfContents"),
34320
34444
  children: /* @__PURE__ */ jsx(VStack, { gap: "none", children: items.map((item) => {
34321
34445
  const isActive = item.id === activeId;
34322
34446
  const indent = item.level >= 3 ? "pl-4" : "pl-0";
@@ -34359,7 +34483,7 @@ var init_DocTOC = __esm({
34359
34483
  });
34360
34484
  var GradientDivider;
34361
34485
  var init_GradientDivider = __esm({
34362
- "components/molecules/GradientDivider.tsx"() {
34486
+ "components/core/molecules/GradientDivider.tsx"() {
34363
34487
  "use client";
34364
34488
  init_cn();
34365
34489
  init_Box();
@@ -34383,7 +34507,7 @@ var init_GradientDivider = __esm({
34383
34507
  });
34384
34508
  var MarketingFooter;
34385
34509
  var init_MarketingFooter = __esm({
34386
- "components/molecules/MarketingFooter.tsx"() {
34510
+ "components/core/molecules/MarketingFooter.tsx"() {
34387
34511
  "use client";
34388
34512
  init_cn();
34389
34513
  init_Box();
@@ -34453,7 +34577,7 @@ var init_MarketingFooter = __esm({
34453
34577
  });
34454
34578
  var PullQuote;
34455
34579
  var init_PullQuote = __esm({
34456
- "components/molecules/PullQuote.tsx"() {
34580
+ "components/core/molecules/PullQuote.tsx"() {
34457
34581
  "use client";
34458
34582
  init_cn();
34459
34583
  init_Box();
@@ -34498,7 +34622,7 @@ function persistenceStroke(kind) {
34498
34622
  }
34499
34623
  var AvlEntity;
34500
34624
  var init_AvlEntity = __esm({
34501
- "components/atoms/avl/AvlEntity.tsx"() {
34625
+ "components/avl/atoms/AvlEntity.tsx"() {
34502
34626
  "use client";
34503
34627
  AvlEntity = ({
34504
34628
  x = 0,
@@ -34625,7 +34749,7 @@ function typeShape(kind, x, y, s, color) {
34625
34749
  }
34626
34750
  var AvlFieldType;
34627
34751
  var init_AvlFieldType = __esm({
34628
- "components/atoms/avl/AvlFieldType.tsx"() {
34752
+ "components/avl/atoms/AvlFieldType.tsx"() {
34629
34753
  "use client";
34630
34754
  AvlFieldType = ({
34631
34755
  x = 0,
@@ -34659,7 +34783,7 @@ var init_AvlFieldType = __esm({
34659
34783
  });
34660
34784
  var AvlPage;
34661
34785
  var init_AvlPage = __esm({
34662
- "components/atoms/avl/AvlPage.tsx"() {
34786
+ "components/avl/atoms/AvlPage.tsx"() {
34663
34787
  "use client";
34664
34788
  AvlPage = ({
34665
34789
  x = 0,
@@ -34704,7 +34828,7 @@ var init_AvlPage = __esm({
34704
34828
  });
34705
34829
  var NODE_W, NODE_H, GAP, ARROW_W, MiniStateMachine;
34706
34830
  var init_MiniStateMachine = __esm({
34707
- "components/molecules/avl/MiniStateMachine.tsx"() {
34831
+ "components/avl/molecules/MiniStateMachine.tsx"() {
34708
34832
  "use client";
34709
34833
  init_AvlState();
34710
34834
  init_AvlEffect();
@@ -34799,7 +34923,7 @@ function toFieldKind(type) {
34799
34923
  }
34800
34924
  var PERSISTENCE_BORDER, PERSISTENCE_ICON, ModuleCardInner, ModuleCard;
34801
34925
  var init_ModuleCard = __esm({
34802
- "components/molecules/avl/ModuleCard.tsx"() {
34926
+ "components/avl/molecules/ModuleCard.tsx"() {
34803
34927
  "use client";
34804
34928
  init_AvlEntity();
34805
34929
  init_AvlFieldType();
@@ -34895,10 +35019,10 @@ var init_ModuleCard = __esm({
34895
35019
  });
34896
35020
  var PageHeader;
34897
35021
  var init_PageHeader = __esm({
34898
- "components/molecules/PageHeader.tsx"() {
35022
+ "components/core/molecules/PageHeader.tsx"() {
34899
35023
  "use client";
34900
35024
  init_cn();
34901
- init_atoms();
35025
+ init_atoms2();
34902
35026
  init_Box();
34903
35027
  init_Typography();
34904
35028
  init_useEventBus();
@@ -35029,7 +35153,7 @@ var init_PageHeader = __esm({
35029
35153
  });
35030
35154
  var lookStyles8, Header;
35031
35155
  var init_Header = __esm({
35032
- "components/molecules/Header.tsx"() {
35156
+ "components/core/molecules/Header.tsx"() {
35033
35157
  "use client";
35034
35158
  init_SearchInput();
35035
35159
  init_Avatar();
@@ -35091,7 +35215,7 @@ var init_Header = __esm({
35091
35215
  variant: "ghost",
35092
35216
  onClick: onMenuToggle,
35093
35217
  className: "p-2 -ml-2 text-foreground hover:bg-muted transition-colors",
35094
- "aria-label": isMenuOpen ? "Close menu" : "Open menu",
35218
+ "aria-label": isMenuOpen ? t("aria.closeMenu") : t("aria.openMenu"),
35095
35219
  children: isMenuOpen ? /* @__PURE__ */ jsx(X, { size: 24 }) : /* @__PURE__ */ jsx(Menu$1, { size: 24 })
35096
35220
  }
35097
35221
  ),
@@ -35177,7 +35301,7 @@ var init_Header = __esm({
35177
35301
  });
35178
35302
  var Navigation;
35179
35303
  var init_Navigation = __esm({
35180
- "components/molecules/Navigation.tsx"() {
35304
+ "components/core/molecules/Navigation.tsx"() {
35181
35305
  init_Menu();
35182
35306
  init_Button();
35183
35307
  init_Badge();
@@ -35259,7 +35383,7 @@ var init_Navigation = __esm({
35259
35383
  });
35260
35384
  var paddingStyles4, variantStyles9, Section;
35261
35385
  var init_Section = __esm({
35262
- "components/molecules/Section.tsx"() {
35386
+ "components/core/molecules/Section.tsx"() {
35263
35387
  init_cn();
35264
35388
  init_Typography();
35265
35389
  init_Box();
@@ -35351,7 +35475,7 @@ var init_Section = __esm({
35351
35475
  });
35352
35476
  var SidebarNavItem, Sidebar;
35353
35477
  var init_Sidebar = __esm({
35354
- "components/molecules/Sidebar.tsx"() {
35478
+ "components/core/molecules/Sidebar.tsx"() {
35355
35479
  "use client";
35356
35480
  init_Badge();
35357
35481
  init_Button();
@@ -35532,7 +35656,7 @@ var init_Sidebar = __esm({
35532
35656
  });
35533
35657
  var gapStyles8, alignStyles5, ratioStyles, breakpointPrefixes, Split;
35534
35658
  var init_Split = __esm({
35535
- "components/molecules/Split.tsx"() {
35659
+ "components/core/molecules/Split.tsx"() {
35536
35660
  init_cn();
35537
35661
  init_Box();
35538
35662
  gapStyles8 = {
@@ -35605,7 +35729,7 @@ var init_Split = __esm({
35605
35729
  });
35606
35730
  var WizardContainer;
35607
35731
  var init_WizardContainer = __esm({
35608
- "components/molecules/WizardContainer.tsx"() {
35732
+ "components/core/molecules/WizardContainer.tsx"() {
35609
35733
  "use client";
35610
35734
  init_Button();
35611
35735
  init_Typography();
@@ -35810,7 +35934,7 @@ function getOrbitalType(complexity) {
35810
35934
  }
35811
35935
  var ORBITAL_CONFIGS, SIZE_MAP, OrbitalSphere, DumbbellOrbital, CloverleafOrbital, OrbitalVisualization;
35812
35936
  var init_OrbitalVisualization = __esm({
35813
- "components/molecules/OrbitalVisualization.tsx"() {
35937
+ "components/core/molecules/OrbitalVisualization.tsx"() {
35814
35938
  "use client";
35815
35939
  init_Box();
35816
35940
  init_Typography();
@@ -36179,14 +36303,15 @@ var init_OrbitalVisualization = __esm({
36179
36303
  });
36180
36304
  var SignaturePad;
36181
36305
  var init_SignaturePad = __esm({
36182
- "components/molecules/SignaturePad.tsx"() {
36306
+ "components/core/molecules/SignaturePad.tsx"() {
36183
36307
  "use client";
36184
36308
  init_cn();
36185
- init_atoms();
36309
+ init_atoms2();
36186
36310
  init_Stack();
36187
36311
  init_LoadingState();
36188
36312
  init_ErrorState();
36189
36313
  init_useEventBus();
36314
+ init_useTranslate();
36190
36315
  SignaturePad = ({
36191
36316
  label = "Signature",
36192
36317
  helperText = "Draw your signature above",
@@ -36204,6 +36329,7 @@ var init_SignaturePad = __esm({
36204
36329
  className
36205
36330
  }) => {
36206
36331
  const eventBus = useEventBus();
36332
+ const { t } = useTranslate();
36207
36333
  const canvasRef = useRef(null);
36208
36334
  const [isDrawing, setIsDrawing] = useState(false);
36209
36335
  const [hasSignature, setHasSignature] = useState(!!value);
@@ -36293,13 +36419,13 @@ var init_SignaturePad = __esm({
36293
36419
  }
36294
36420
  }, [signEvent, eventBus]);
36295
36421
  if (isLoading) {
36296
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading signature pad...", className });
36422
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
36297
36423
  }
36298
36424
  if (error) {
36299
36425
  return /* @__PURE__ */ jsx(
36300
36426
  ErrorState,
36301
36427
  {
36302
- title: "Signature pad error",
36428
+ title: t("display.signaturePadError"),
36303
36429
  message: error.message,
36304
36430
  className
36305
36431
  }
@@ -36367,16 +36493,17 @@ var init_SignaturePad = __esm({
36367
36493
  });
36368
36494
  var DocumentViewer;
36369
36495
  var init_DocumentViewer = __esm({
36370
- "components/molecules/DocumentViewer.tsx"() {
36496
+ "components/core/molecules/DocumentViewer.tsx"() {
36371
36497
  "use client";
36372
36498
  init_cn();
36373
- init_atoms();
36499
+ init_atoms2();
36374
36500
  init_Stack();
36375
36501
  init_LoadingState();
36376
36502
  init_ErrorState();
36377
36503
  init_EmptyState();
36378
36504
  init_Tabs();
36379
36505
  init_useEventBus();
36506
+ init_useTranslate();
36380
36507
  DocumentViewer = ({
36381
36508
  title,
36382
36509
  src,
@@ -36396,6 +36523,7 @@ var init_DocumentViewer = __esm({
36396
36523
  className
36397
36524
  }) => {
36398
36525
  const eventBus = useEventBus();
36526
+ const { t } = useTranslate();
36399
36527
  const [zoom, setZoom] = useState(100);
36400
36528
  const [currentPage, setCurrentPage] = useState(propPage ?? 1);
36401
36529
  const [activeDocIndex, setActiveDocIndex] = useState(0);
@@ -36431,13 +36559,13 @@ var init_DocumentViewer = __esm({
36431
36559
  }
36432
36560
  }, [totalPages, eventBus, currentPage]);
36433
36561
  if (isLoading) {
36434
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading document...", className });
36562
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
36435
36563
  }
36436
36564
  if (error) {
36437
36565
  return /* @__PURE__ */ jsx(
36438
36566
  ErrorState,
36439
36567
  {
36440
- title: "Document error",
36568
+ title: t("display.documentError"),
36441
36569
  message: error.message,
36442
36570
  className
36443
36571
  }
@@ -36452,7 +36580,7 @@ var init_DocumentViewer = __esm({
36452
36580
  EmptyState,
36453
36581
  {
36454
36582
  icon: FileText,
36455
- title: "No document",
36583
+ title: t("display.noDocument"),
36456
36584
  description: "No document to display.",
36457
36585
  className
36458
36586
  }
@@ -36571,15 +36699,16 @@ function getGroupColor(group, groups) {
36571
36699
  }
36572
36700
  var GROUP_COLORS2, GraphCanvas;
36573
36701
  var init_GraphCanvas = __esm({
36574
- "components/molecules/GraphCanvas.tsx"() {
36702
+ "components/core/molecules/GraphCanvas.tsx"() {
36575
36703
  "use client";
36576
36704
  init_cn();
36577
- init_atoms();
36705
+ init_atoms2();
36578
36706
  init_Stack();
36579
36707
  init_LoadingState();
36580
36708
  init_ErrorState();
36581
36709
  init_EmptyState();
36582
36710
  init_useEventBus();
36711
+ init_useTranslate();
36583
36712
  GROUP_COLORS2 = [
36584
36713
  "var(--color-primary)",
36585
36714
  "var(--color-success)",
@@ -36606,6 +36735,7 @@ var init_GraphCanvas = __esm({
36606
36735
  className
36607
36736
  }) => {
36608
36737
  const eventBus = useEventBus();
36738
+ const { t } = useTranslate();
36609
36739
  const canvasRef = useRef(null);
36610
36740
  const animRef = useRef(0);
36611
36741
  const [zoom, setZoom] = useState(1);
@@ -36787,13 +36917,13 @@ var init_GraphCanvas = __esm({
36787
36917
  setOffset({ x: 0, y: 0 });
36788
36918
  }, []);
36789
36919
  if (isLoading) {
36790
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading graph...", className });
36920
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
36791
36921
  }
36792
36922
  if (error) {
36793
36923
  return /* @__PURE__ */ jsx(
36794
36924
  ErrorState,
36795
36925
  {
36796
- title: "Graph error",
36926
+ title: t("display.graphError"),
36797
36927
  message: error.message,
36798
36928
  className
36799
36929
  }
@@ -36803,7 +36933,7 @@ var init_GraphCanvas = __esm({
36803
36933
  return /* @__PURE__ */ jsx(
36804
36934
  EmptyState,
36805
36935
  {
36806
- title: "No graph data",
36936
+ title: t("display.noGraphData"),
36807
36937
  description: "No nodes to display.",
36808
36938
  className
36809
36939
  }
@@ -36879,19 +37009,19 @@ var init_GraphCanvas = __esm({
36879
37009
  }
36880
37010
  });
36881
37011
 
36882
- // components/molecules/index.ts
36883
- var init_molecules = __esm({
36884
- "components/molecules/index.ts"() {
37012
+ // components/core/molecules/index.ts
37013
+ var init_molecules2 = __esm({
37014
+ "components/core/molecules/index.ts"() {
36885
37015
  init_EmptyState();
36886
37016
  init_Pagination();
36887
- init_game2();
37017
+ init_molecules();
36888
37018
  }
36889
37019
  });
36890
37020
 
36891
- // components/organisms/types.ts
37021
+ // components/core/organisms/types.ts
36892
37022
  var EntityDisplayEvents;
36893
37023
  var init_types3 = __esm({
36894
- "components/organisms/types.ts"() {
37024
+ "components/core/organisms/types.ts"() {
36895
37025
  EntityDisplayEvents = {
36896
37026
  SORT: "SORT",
36897
37027
  PAGINATE: "PAGINATE",
@@ -37305,15 +37435,15 @@ function DataTable({
37305
37435
  }
37306
37436
  var lookStyles9;
37307
37437
  var init_DataTable = __esm({
37308
- "components/organisms/DataTable.tsx"() {
37438
+ "components/core/organisms/DataTable.tsx"() {
37309
37439
  "use client";
37310
37440
  init_cn();
37311
37441
  init_getNestedValue();
37312
- init_atoms();
37442
+ init_atoms2();
37313
37443
  init_Box();
37314
37444
  init_Stack();
37315
37445
  init_Typography();
37316
- init_molecules();
37446
+ init_molecules2();
37317
37447
  init_Icon();
37318
37448
  init_useEventBus();
37319
37449
  init_useTranslate();
@@ -37460,8 +37590,8 @@ function DebuggerBoard({
37460
37590
  );
37461
37591
  }
37462
37592
  var init_DebuggerBoard = __esm({
37463
- "components/organisms/game/puzzles/debugger/DebuggerBoard.tsx"() {
37464
- init_atoms();
37593
+ "components/game/organisms/puzzles/debugger/DebuggerBoard.tsx"() {
37594
+ init_atoms2();
37465
37595
  init_useEventBus();
37466
37596
  init_useTranslate();
37467
37597
  DebuggerBoard.displayName = "DebuggerBoard";
@@ -37582,9 +37712,9 @@ function buildFieldTypeMap(fields) {
37582
37712
  }
37583
37713
  var ReactMarkdown2, DetailPanel;
37584
37714
  var init_DetailPanel = __esm({
37585
- "components/organisms/DetailPanel.tsx"() {
37715
+ "components/core/organisms/DetailPanel.tsx"() {
37586
37716
  "use client";
37587
- init_atoms();
37717
+ init_atoms2();
37588
37718
  init_Box();
37589
37719
  init_Stack();
37590
37720
  init_SimpleGrid();
@@ -37759,7 +37889,7 @@ var init_DetailPanel = __esm({
37759
37889
  return /* @__PURE__ */ jsx(
37760
37890
  LoadingState,
37761
37891
  {
37762
- message: "Loading details...",
37892
+ message: t("common.loading"),
37763
37893
  className
37764
37894
  }
37765
37895
  );
@@ -37779,7 +37909,7 @@ var init_DetailPanel = __esm({
37779
37909
  return /* @__PURE__ */ jsx(
37780
37910
  EmptyState,
37781
37911
  {
37782
- title: "Not Found",
37912
+ title: t("error.notFound"),
37783
37913
  description: "The requested item could not be found.",
37784
37914
  className
37785
37915
  }
@@ -37927,7 +38057,7 @@ function extractTitle(children) {
37927
38057
  }
37928
38058
  var DrawerSlot;
37929
38059
  var init_DrawerSlot = __esm({
37930
- "components/organisms/DrawerSlot.tsx"() {
38060
+ "components/core/organisms/DrawerSlot.tsx"() {
37931
38061
  "use client";
37932
38062
  init_Drawer();
37933
38063
  init_useEventBus();
@@ -38170,7 +38300,7 @@ function TraitStateViewer({
38170
38300
  }
38171
38301
  var SIZE_CONFIG2;
38172
38302
  var init_TraitStateViewer = __esm({
38173
- "components/organisms/game/TraitStateViewer.tsx"() {
38303
+ "components/game/organisms/TraitStateViewer.tsx"() {
38174
38304
  "use client";
38175
38305
  init_cn();
38176
38306
  init_useTranslate();
@@ -38229,8 +38359,8 @@ function RuleEditor({
38229
38359
  ] });
38230
38360
  }
38231
38361
  var init_RuleEditor = __esm({
38232
- "components/organisms/game/puzzles/event-handler/RuleEditor.tsx"() {
38233
- init_atoms();
38362
+ "components/game/organisms/puzzles/event-handler/RuleEditor.tsx"() {
38363
+ init_atoms2();
38234
38364
  init_cn();
38235
38365
  init_useTranslate();
38236
38366
  RuleEditor.displayName = "RuleEditor";
@@ -38304,8 +38434,8 @@ function ObjectRulePanel({
38304
38434
  }
38305
38435
  var nextRuleId;
38306
38436
  var init_ObjectRulePanel = __esm({
38307
- "components/organisms/game/puzzles/event-handler/ObjectRulePanel.tsx"() {
38308
- init_atoms();
38437
+ "components/game/organisms/puzzles/event-handler/ObjectRulePanel.tsx"() {
38438
+ init_atoms2();
38309
38439
  init_cn();
38310
38440
  init_useTranslate();
38311
38441
  init_TraitStateViewer();
@@ -38349,8 +38479,8 @@ function EventLog({
38349
38479
  }
38350
38480
  var STATUS_STYLES, STATUS_DOTS;
38351
38481
  var init_EventLog = __esm({
38352
- "components/organisms/game/puzzles/event-handler/EventLog.tsx"() {
38353
- init_atoms();
38482
+ "components/game/organisms/puzzles/event-handler/EventLog.tsx"() {
38483
+ init_atoms2();
38354
38484
  init_cn();
38355
38485
  init_useTranslate();
38356
38486
  STATUS_STYLES = {
@@ -38562,8 +38692,8 @@ function EventHandlerBoard({
38562
38692
  }
38563
38693
  var ENCOURAGEMENT_KEYS;
38564
38694
  var init_EventHandlerBoard = __esm({
38565
- "components/organisms/game/puzzles/event-handler/EventHandlerBoard.tsx"() {
38566
- init_atoms();
38695
+ "components/game/organisms/puzzles/event-handler/EventHandlerBoard.tsx"() {
38696
+ init_atoms2();
38567
38697
  init_cn();
38568
38698
  init_useEventBus();
38569
38699
  init_useTranslate();
@@ -38580,7 +38710,7 @@ var init_EventHandlerBoard = __esm({
38580
38710
  });
38581
38711
  var FeatureDetailPageTemplate;
38582
38712
  var init_FeatureDetailPageTemplate = __esm({
38583
- "components/templates/FeatureDetailPageTemplate.tsx"() {
38713
+ "components/marketing/templates/FeatureDetailPageTemplate.tsx"() {
38584
38714
  init_cn();
38585
38715
  init_Stack();
38586
38716
  init_HeroSection();
@@ -38632,7 +38762,7 @@ var init_FeatureDetailPageTemplate = __esm({
38632
38762
  });
38633
38763
  var FeatureGridOrganism;
38634
38764
  var init_FeatureGridOrganism = __esm({
38635
- "components/organisms/FeatureGridOrganism.tsx"() {
38765
+ "components/core/organisms/FeatureGridOrganism.tsx"() {
38636
38766
  "use client";
38637
38767
  init_cn();
38638
38768
  init_useEventBus();
@@ -38804,7 +38934,7 @@ function formatDateTimeValue(value) {
38804
38934
  }
38805
38935
  var layoutStyles, gapStyles9, Form;
38806
38936
  var init_Form = __esm({
38807
- "components/organisms/Form.tsx"() {
38937
+ "components/core/organisms/Form.tsx"() {
38808
38938
  "use client";
38809
38939
  init_cn();
38810
38940
  init_Input();
@@ -39637,7 +39767,7 @@ function useGameAudio({
39637
39767
  };
39638
39768
  }
39639
39769
  var init_useGameAudio = __esm({
39640
- "components/organisms/game/hooks/useGameAudio.ts"() {
39770
+ "components/game/organisms/hooks/useGameAudio.ts"() {
39641
39771
  "use client";
39642
39772
  useGameAudio.displayName = "useGameAudio";
39643
39773
  }
@@ -39689,7 +39819,7 @@ function GameAudioProvider({
39689
39819
  }
39690
39820
  var GameAudioContext;
39691
39821
  var init_GameAudioProvider = __esm({
39692
- "components/organisms/game/GameAudioProvider.tsx"() {
39822
+ "components/game/organisms/GameAudioProvider.tsx"() {
39693
39823
  "use client";
39694
39824
  init_useEventBus();
39695
39825
  init_useGameAudio();
@@ -39722,9 +39852,9 @@ function GameAudioToggle({
39722
39852
  );
39723
39853
  }
39724
39854
  var init_GameAudioToggle = __esm({
39725
- "components/organisms/game/GameAudioToggle.tsx"() {
39855
+ "components/game/organisms/GameAudioToggle.tsx"() {
39726
39856
  "use client";
39727
- init_atoms();
39857
+ init_atoms2();
39728
39858
  init_cn();
39729
39859
  init_GameAudioProvider();
39730
39860
  GameAudioToggle.displayName = "GameAudioToggle";
@@ -39732,7 +39862,7 @@ var init_GameAudioToggle = __esm({
39732
39862
  });
39733
39863
  var GameShell;
39734
39864
  var init_GameShell = __esm({
39735
- "components/templates/GameShell.tsx"() {
39865
+ "components/game/templates/GameShell.tsx"() {
39736
39866
  init_cn();
39737
39867
  init_Box();
39738
39868
  init_Stack();
@@ -39810,7 +39940,7 @@ var init_GameShell = __esm({
39810
39940
  });
39811
39941
  var GameTemplate;
39812
39942
  var init_GameTemplate = __esm({
39813
- "components/templates/GameTemplate.tsx"() {
39943
+ "components/game/templates/GameTemplate.tsx"() {
39814
39944
  init_cn();
39815
39945
  init_Box();
39816
39946
  init_Stack();
@@ -39927,7 +40057,7 @@ var init_GameTemplate = __esm({
39927
40057
  });
39928
40058
  var GenericAppTemplate;
39929
40059
  var init_GenericAppTemplate = __esm({
39930
- "components/templates/GenericAppTemplate.tsx"() {
40060
+ "components/core/templates/GenericAppTemplate.tsx"() {
39931
40061
  init_cn();
39932
40062
  init_Box();
39933
40063
  init_Stack();
@@ -39975,7 +40105,7 @@ var init_GenericAppTemplate = __esm({
39975
40105
  });
39976
40106
  var HeroOrganism, _HeroClickInterceptor;
39977
40107
  var init_HeroOrganism = __esm({
39978
- "components/organisms/HeroOrganism.tsx"() {
40108
+ "components/core/organisms/HeroOrganism.tsx"() {
39979
40109
  "use client";
39980
40110
  init_cn();
39981
40111
  init_useEventBus();
@@ -40083,8 +40213,9 @@ var init_HeroOrganism = __esm({
40083
40213
  });
40084
40214
  var LandingPageTemplate;
40085
40215
  var init_LandingPageTemplate = __esm({
40086
- "components/templates/LandingPageTemplate.tsx"() {
40216
+ "components/marketing/templates/LandingPageTemplate.tsx"() {
40087
40217
  init_cn();
40218
+ init_useTranslate();
40088
40219
  init_Stack();
40089
40220
  init_Box();
40090
40221
  init_Container();
@@ -40102,6 +40233,7 @@ var init_LandingPageTemplate = __esm({
40102
40233
  featureColumns = 3,
40103
40234
  className
40104
40235
  }) => {
40236
+ const { t } = useTranslate();
40105
40237
  const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
40106
40238
  if (!resolved) return null;
40107
40239
  return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
@@ -40121,7 +40253,7 @@ var init_LandingPageTemplate = __esm({
40121
40253
  }
40122
40254
  ),
40123
40255
  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: [
40124
- /* @__PURE__ */ jsx(SectionHeader, { title: "Features" }),
40256
+ /* @__PURE__ */ jsx(SectionHeader, { title: t("template.features") }),
40125
40257
  /* @__PURE__ */ jsx(
40126
40258
  FeatureGrid,
40127
40259
  {
@@ -40145,7 +40277,7 @@ var init_LandingPageTemplate = __esm({
40145
40277
  }
40146
40278
  ) }) }),
40147
40279
  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: [
40148
- /* @__PURE__ */ jsx(SectionHeader, { title: "How It Works" }),
40280
+ /* @__PURE__ */ jsx(SectionHeader, { title: t("template.howItWorks") }),
40149
40281
  /* @__PURE__ */ jsx(
40150
40282
  StepFlow,
40151
40283
  {
@@ -40159,7 +40291,7 @@ var init_LandingPageTemplate = __esm({
40159
40291
  )
40160
40292
  ] }) }) }),
40161
40293
  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: [
40162
- /* @__PURE__ */ jsx(SectionHeader, { title: "Showcase" }),
40294
+ /* @__PURE__ */ jsx(SectionHeader, { title: t("template.showcase") }),
40163
40295
  /* @__PURE__ */ jsx(SimpleGrid, { cols: Math.min(resolved.showcase.length, 3), gap: "lg", children: resolved.showcase.map((item) => /* @__PURE__ */ jsx(
40164
40296
  ShowcaseCard,
40165
40297
  {
@@ -40273,9 +40405,9 @@ function formatFieldLabel2(fieldName) {
40273
40405
  }
40274
40406
  var STATUS_STYLES2, StatusBadge, ProgressIndicator, List3;
40275
40407
  var init_List = __esm({
40276
- "components/organisms/List.tsx"() {
40408
+ "components/core/organisms/List.tsx"() {
40277
40409
  "use client";
40278
- init_atoms();
40410
+ init_atoms2();
40279
40411
  init_Stack();
40280
40412
  init_Menu();
40281
40413
  init_EmptyState();
@@ -40449,7 +40581,7 @@ var init_List = __esm({
40449
40581
  return /* @__PURE__ */ jsx(
40450
40582
  LoadingState,
40451
40583
  {
40452
- message: "Loading items...",
40584
+ message: t("error.loadingItems"),
40453
40585
  className
40454
40586
  }
40455
40587
  );
@@ -40459,7 +40591,7 @@ var init_List = __esm({
40459
40591
  EmptyState,
40460
40592
  {
40461
40593
  icon: Package,
40462
- title: "Error loading items",
40594
+ title: t("error.somethingWentWrong"),
40463
40595
  description: error.message,
40464
40596
  className
40465
40597
  }
@@ -40715,7 +40847,7 @@ var init_List = __esm({
40715
40847
  EmptyState,
40716
40848
  {
40717
40849
  icon: Package,
40718
- title: "No items found",
40850
+ title: t("error.noItemsFound"),
40719
40851
  description: resolvedEmptyMessage,
40720
40852
  className
40721
40853
  }
@@ -40774,7 +40906,7 @@ function MasterDetail({
40774
40906
  );
40775
40907
  }
40776
40908
  var init_MasterDetail = __esm({
40777
- "components/organisms/MasterDetail.tsx"() {
40909
+ "components/core/organisms/MasterDetail.tsx"() {
40778
40910
  "use client";
40779
40911
  init_DataTable();
40780
40912
  MasterDetail.displayName = "MasterDetail";
@@ -40782,7 +40914,7 @@ var init_MasterDetail = __esm({
40782
40914
  });
40783
40915
  var DefaultEmptyDetail, MasterDetailLayout;
40784
40916
  var init_MasterDetailLayout = __esm({
40785
- "components/organisms/layout/MasterDetailLayout.tsx"() {
40917
+ "components/core/organisms/layout/MasterDetailLayout.tsx"() {
40786
40918
  init_cn();
40787
40919
  init_Typography();
40788
40920
  DefaultEmptyDetail = () => /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center h-full border-2 border-dashed border-border", children: /* @__PURE__ */ jsx(
@@ -40833,10 +40965,10 @@ var init_MasterDetailLayout = __esm({
40833
40965
  });
40834
40966
  var COLUMN_CLASSES, ASPECT_CLASSES, MediaGallery;
40835
40967
  var init_MediaGallery = __esm({
40836
- "components/organisms/MediaGallery.tsx"() {
40968
+ "components/core/organisms/MediaGallery.tsx"() {
40837
40969
  "use client";
40838
40970
  init_cn();
40839
- init_atoms();
40971
+ init_atoms2();
40840
40972
  init_Stack();
40841
40973
  init_LoadingState();
40842
40974
  init_ErrorState();
@@ -40901,13 +41033,13 @@ var init_MediaGallery = __esm({
40901
41033
  }));
40902
41034
  }, [propItems, entityData]);
40903
41035
  if (isLoading) {
40904
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading media...", className });
41036
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
40905
41037
  }
40906
41038
  if (error) {
40907
41039
  return /* @__PURE__ */ jsx(
40908
41040
  ErrorState,
40909
41041
  {
40910
- title: "Gallery error",
41042
+ title: t("display.galleryError"),
40911
41043
  message: error.message,
40912
41044
  className
40913
41045
  }
@@ -40918,7 +41050,7 @@ var init_MediaGallery = __esm({
40918
41050
  EmptyState,
40919
41051
  {
40920
41052
  icon: Image$1,
40921
- title: "No media",
41053
+ title: t("display.noMedia"),
40922
41054
  description: "No media items to display.",
40923
41055
  className
40924
41056
  }
@@ -41062,7 +41194,7 @@ function extractTitle2(children) {
41062
41194
  }
41063
41195
  var ModalSlot;
41064
41196
  var init_ModalSlot = __esm({
41065
- "components/organisms/ModalSlot.tsx"() {
41197
+ "components/core/organisms/ModalSlot.tsx"() {
41066
41198
  "use client";
41067
41199
  init_Modal();
41068
41200
  init_useEventBus();
@@ -41243,8 +41375,8 @@ function NegotiatorBoard({
41243
41375
  );
41244
41376
  }
41245
41377
  var init_NegotiatorBoard = __esm({
41246
- "components/organisms/game/puzzles/negotiator/NegotiatorBoard.tsx"() {
41247
- init_atoms();
41378
+ "components/game/organisms/puzzles/negotiator/NegotiatorBoard.tsx"() {
41379
+ init_atoms2();
41248
41380
  init_useEventBus();
41249
41381
  init_useTranslate();
41250
41382
  NegotiatorBoard.displayName = "NegotiatorBoard";
@@ -41252,7 +41384,7 @@ var init_NegotiatorBoard = __esm({
41252
41384
  });
41253
41385
  var PricingOrganism;
41254
41386
  var init_PricingOrganism = __esm({
41255
- "components/organisms/PricingOrganism.tsx"() {
41387
+ "components/marketing/organisms/PricingOrganism.tsx"() {
41256
41388
  "use client";
41257
41389
  init_cn();
41258
41390
  init_useEventBus();
@@ -41304,8 +41436,9 @@ var init_PricingOrganism = __esm({
41304
41436
  });
41305
41437
  var PricingPageTemplate;
41306
41438
  var init_PricingPageTemplate = __esm({
41307
- "components/templates/PricingPageTemplate.tsx"() {
41439
+ "components/marketing/templates/PricingPageTemplate.tsx"() {
41308
41440
  init_cn();
41441
+ init_useTranslate();
41309
41442
  init_Stack();
41310
41443
  init_Box();
41311
41444
  init_Container();
@@ -41318,6 +41451,7 @@ var init_PricingPageTemplate = __esm({
41318
41451
  entity,
41319
41452
  className
41320
41453
  }) => {
41454
+ const { t } = useTranslate();
41321
41455
  const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
41322
41456
  if (!resolved) return null;
41323
41457
  return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
@@ -41346,7 +41480,7 @@ var init_PricingPageTemplate = __esm({
41346
41480
  }
41347
41481
  ) }) }),
41348
41482
  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: [
41349
- /* @__PURE__ */ jsx(SectionHeader, { title: "Frequently Asked Questions" }),
41483
+ /* @__PURE__ */ jsx(SectionHeader, { title: t("template.faq") }),
41350
41484
  /* @__PURE__ */ jsx(
41351
41485
  Accordion,
41352
41486
  {
@@ -41534,7 +41668,7 @@ function useDebugData() {
41534
41668
  return data;
41535
41669
  }
41536
41670
  var init_useDebugData = __esm({
41537
- "components/organisms/debug/hooks/useDebugData.ts"() {
41671
+ "components/core/organisms/debug/hooks/useDebugData.ts"() {
41538
41672
  "use client";
41539
41673
  init_traitRegistry();
41540
41674
  init_tickRegistry();
@@ -41809,7 +41943,7 @@ function WalkMinimap() {
41809
41943
  ] });
41810
41944
  }
41811
41945
  var init_WalkMinimap = __esm({
41812
- "components/organisms/debug/WalkMinimap.tsx"() {
41946
+ "components/core/organisms/debug/WalkMinimap.tsx"() {
41813
41947
  "use client";
41814
41948
  init_Box();
41815
41949
  init_Stack();
@@ -41819,11 +41953,12 @@ var init_WalkMinimap = __esm({
41819
41953
  }
41820
41954
  });
41821
41955
  function TraitsTab({ traits: traits2 }) {
41956
+ const { t } = useTranslate();
41822
41957
  if (traits2.length === 0) {
41823
41958
  return /* @__PURE__ */ jsx(
41824
41959
  EmptyState,
41825
41960
  {
41826
- title: "No active traits",
41961
+ title: t("debug.noActiveTraits"),
41827
41962
  description: "Traits will appear when components using them are mounted",
41828
41963
  className: "py-8"
41829
41964
  }
@@ -41854,19 +41989,19 @@ function TraitsTab({ traits: traits2 }) {
41854
41989
  ] }),
41855
41990
  trait.transitions.length > 0 && /* @__PURE__ */ jsxs("div", { children: [
41856
41991
  /* @__PURE__ */ jsx(Typography, { variant: "small", weight: "medium", className: "text-gray-500 mb-2", children: "Transitions" }),
41857
- /* @__PURE__ */ jsx(Stack, { gap: "xs", children: trait.transitions.map((t, i) => /* @__PURE__ */ jsxs(Typography, { variant: "small", className: "font-mono", children: [
41858
- t.from,
41992
+ /* @__PURE__ */ jsx(Stack, { gap: "xs", children: trait.transitions.map((t2, i) => /* @__PURE__ */ jsxs(Typography, { variant: "small", className: "font-mono", children: [
41993
+ t2.from,
41859
41994
  " \u2192 ",
41860
- t.to,
41995
+ t2.to,
41861
41996
  " ",
41862
41997
  /* @__PURE__ */ jsxs("span", { className: "text-gray-500", children: [
41863
41998
  "(",
41864
- t.event,
41999
+ t2.event,
41865
42000
  ")"
41866
42001
  ] }),
41867
- t.guard && /* @__PURE__ */ jsxs("span", { className: "text-amber-500", children: [
42002
+ t2.guard && /* @__PURE__ */ jsxs("span", { className: "text-amber-500", children: [
41868
42003
  " [",
41869
- t.guard,
42004
+ t2.guard,
41870
42005
  "]"
41871
42006
  ] })
41872
42007
  ] }, i)) })
@@ -41883,23 +42018,25 @@ function TraitsTab({ traits: traits2 }) {
41883
42018
  return /* @__PURE__ */ jsx("div", { className: "debug-tab debug-tab--traits", children: /* @__PURE__ */ jsx(Accordion, { items: accordionItems, multiple: true }) });
41884
42019
  }
41885
42020
  var init_TraitsTab = __esm({
41886
- "components/organisms/debug/tabs/TraitsTab.tsx"() {
42021
+ "components/core/organisms/debug/tabs/TraitsTab.tsx"() {
41887
42022
  init_Accordion();
41888
42023
  init_Badge();
41889
42024
  init_Typography();
41890
42025
  init_Stack();
41891
42026
  init_EmptyState();
42027
+ init_useTranslate();
41892
42028
  TraitsTab.displayName = "TraitsTab";
41893
42029
  }
41894
42030
  });
41895
42031
  function TicksTab({ ticks: ticks2 }) {
41896
- const activeTicks = ticks2.filter((t) => t.active);
41897
- const inactiveTicks = ticks2.filter((t) => !t.active);
42032
+ const { t } = useTranslate();
42033
+ const activeTicks = ticks2.filter((t2) => t2.active);
42034
+ const inactiveTicks = ticks2.filter((t2) => !t2.active);
41898
42035
  if (ticks2.length === 0) {
41899
42036
  return /* @__PURE__ */ jsx(
41900
42037
  EmptyState,
41901
42038
  {
41902
- title: "No ticks registered",
42039
+ title: t("debug.noTicks"),
41903
42040
  description: "Ticks will appear when trait tick handlers are running",
41904
42041
  className: "py-8"
41905
42042
  }
@@ -41959,21 +42096,23 @@ function TicksTab({ ticks: ticks2 }) {
41959
42096
  ] });
41960
42097
  }
41961
42098
  var init_TicksTab = __esm({
41962
- "components/organisms/debug/tabs/TicksTab.tsx"() {
42099
+ "components/core/organisms/debug/tabs/TicksTab.tsx"() {
41963
42100
  init_Badge();
41964
42101
  init_Typography();
41965
42102
  init_Stack();
41966
42103
  init_Card();
41967
42104
  init_EmptyState();
42105
+ init_useTranslate();
41968
42106
  TicksTab.displayName = "TicksTab";
41969
42107
  }
41970
42108
  });
41971
42109
  function EntitiesTab({ snapshot }) {
42110
+ const { t } = useTranslate();
41972
42111
  if (!snapshot) {
41973
42112
  return /* @__PURE__ */ jsx(
41974
42113
  EmptyState,
41975
42114
  {
41976
- title: "No entity data",
42115
+ title: t("debug.noEntityData"),
41977
42116
  description: "Debug mode may not be enabled",
41978
42117
  className: "py-8"
41979
42118
  }
@@ -41986,7 +42125,7 @@ function EntitiesTab({ snapshot }) {
41986
42125
  return /* @__PURE__ */ jsx(
41987
42126
  EmptyState,
41988
42127
  {
41989
- title: "No entities",
42128
+ title: t("debug.noEntities"),
41990
42129
  description: "Entities will appear when spawned",
41991
42130
  className: "py-8"
41992
42131
  }
@@ -42043,16 +42182,18 @@ function EntitiesTab({ snapshot }) {
42043
42182
  ] });
42044
42183
  }
42045
42184
  var init_EntitiesTab = __esm({
42046
- "components/organisms/debug/tabs/EntitiesTab.tsx"() {
42185
+ "components/core/organisms/debug/tabs/EntitiesTab.tsx"() {
42047
42186
  init_Accordion();
42048
42187
  init_Badge();
42049
42188
  init_Typography();
42050
42189
  init_Stack();
42051
42190
  init_EmptyState();
42191
+ init_useTranslate();
42052
42192
  EntitiesTab.displayName = "EntitiesTab";
42053
42193
  }
42054
42194
  });
42055
42195
  function EventFlowTab({ events: events2 }) {
42196
+ const { t } = useTranslate();
42056
42197
  const [filter, setFilter] = React84.useState("all");
42057
42198
  const containerRef = React84.useRef(null);
42058
42199
  const [autoScroll, setAutoScroll] = React84.useState(true);
@@ -42078,7 +42219,7 @@ function EventFlowTab({ events: events2 }) {
42078
42219
  return /* @__PURE__ */ jsx(
42079
42220
  EmptyState,
42080
42221
  {
42081
- title: "No events yet",
42222
+ title: t("debug.noEventsYet"),
42082
42223
  description: "Events will appear as traits, ticks, and other systems execute",
42083
42224
  className: "py-8"
42084
42225
  }
@@ -42160,7 +42301,7 @@ function EventFlowTab({ events: events2 }) {
42160
42301
  }
42161
42302
  var TYPE_BADGES;
42162
42303
  var init_EventFlowTab = __esm({
42163
- "components/organisms/debug/tabs/EventFlowTab.tsx"() {
42304
+ "components/core/organisms/debug/tabs/EventFlowTab.tsx"() {
42164
42305
  "use client";
42165
42306
  init_Badge();
42166
42307
  init_Typography();
@@ -42168,6 +42309,7 @@ var init_EventFlowTab = __esm({
42168
42309
  init_Button();
42169
42310
  init_Checkbox();
42170
42311
  init_EmptyState();
42312
+ init_useTranslate();
42171
42313
  TYPE_BADGES = {
42172
42314
  trait: { variant: "primary", icon: "\u{1F504}" },
42173
42315
  tick: { variant: "warning", icon: "\u23F1\uFE0F" },
@@ -42180,12 +42322,13 @@ var init_EventFlowTab = __esm({
42180
42322
  }
42181
42323
  });
42182
42324
  function GuardsPanel({ guards }) {
42325
+ const { t } = useTranslate();
42183
42326
  const [filter, setFilter] = React84.useState("all");
42184
42327
  if (guards.length === 0) {
42185
42328
  return /* @__PURE__ */ jsx(
42186
42329
  EmptyState,
42187
42330
  {
42188
- title: "No guard evaluations",
42331
+ title: t("debug.noGuardEvaluations"),
42189
42332
  description: "Guard evaluations will appear when transitions or ticks with guards execute",
42190
42333
  className: "py-8"
42191
42334
  }
@@ -42252,7 +42395,7 @@ function GuardsPanel({ guards }) {
42252
42395
  ] });
42253
42396
  }
42254
42397
  var init_GuardsPanel = __esm({
42255
- "components/organisms/debug/tabs/GuardsPanel.tsx"() {
42398
+ "components/core/organisms/debug/tabs/GuardsPanel.tsx"() {
42256
42399
  "use client";
42257
42400
  init_Accordion();
42258
42401
  init_Badge();
@@ -42261,15 +42404,17 @@ var init_GuardsPanel = __esm({
42261
42404
  init_ButtonGroup();
42262
42405
  init_Button();
42263
42406
  init_EmptyState();
42407
+ init_useTranslate();
42264
42408
  GuardsPanel.displayName = "GuardsPanel";
42265
42409
  }
42266
42410
  });
42267
42411
  function VerificationTab({ checks, summary }) {
42412
+ const { t } = useTranslate();
42268
42413
  if (checks.length === 0) {
42269
42414
  return /* @__PURE__ */ jsx(
42270
42415
  EmptyState,
42271
42416
  {
42272
- title: "No verification checks yet",
42417
+ title: t("debug.noVerificationChecks"),
42273
42418
  description: "Checks will appear as the app executes transitions and effects",
42274
42419
  className: "py-8"
42275
42420
  }
@@ -42329,12 +42474,13 @@ function VerificationTab({ checks, summary }) {
42329
42474
  }
42330
42475
  var STATUS_CONFIG;
42331
42476
  var init_VerificationTab = __esm({
42332
- "components/organisms/debug/tabs/VerificationTab.tsx"() {
42477
+ "components/core/organisms/debug/tabs/VerificationTab.tsx"() {
42333
42478
  "use client";
42334
42479
  init_Badge();
42335
42480
  init_Typography();
42336
42481
  init_Stack();
42337
42482
  init_EmptyState();
42483
+ init_useTranslate();
42338
42484
  STATUS_CONFIG = {
42339
42485
  pass: { variant: "success", icon: "\u2713", label: "PASS" },
42340
42486
  fail: { variant: "danger", icon: "\u2717", label: "FAIL" },
@@ -42354,6 +42500,7 @@ function EffectBadge({ effect }) {
42354
42500
  ] });
42355
42501
  }
42356
42502
  function TransitionTimeline({ transitions }) {
42503
+ const { t } = useTranslate();
42357
42504
  const containerRef = React84.useRef(null);
42358
42505
  const [autoScroll, setAutoScroll] = React84.useState(true);
42359
42506
  const [expandedId, setExpandedId] = React84.useState(null);
@@ -42366,7 +42513,7 @@ function TransitionTimeline({ transitions }) {
42366
42513
  return /* @__PURE__ */ jsx(
42367
42514
  EmptyState,
42368
42515
  {
42369
- title: "No transitions recorded",
42516
+ title: t("debug.noTransitionsRecorded"),
42370
42517
  description: "Transitions will appear as the state machine processes events",
42371
42518
  className: "py-8"
42372
42519
  }
@@ -42468,12 +42615,13 @@ function TransitionTimeline({ transitions }) {
42468
42615
  }
42469
42616
  var EFFECT_STATUS_VARIANT;
42470
42617
  var init_TransitionTimeline = __esm({
42471
- "components/organisms/debug/tabs/TransitionTimeline.tsx"() {
42618
+ "components/core/organisms/debug/tabs/TransitionTimeline.tsx"() {
42472
42619
  "use client";
42473
42620
  init_Badge();
42474
42621
  init_Typography();
42475
42622
  init_EmptyState();
42476
42623
  init_Checkbox();
42624
+ init_useTranslate();
42477
42625
  EFFECT_STATUS_VARIANT = {
42478
42626
  executed: "success",
42479
42627
  failed: "danger",
@@ -42489,11 +42637,12 @@ function StatRow({ label, value, variant }) {
42489
42637
  ] });
42490
42638
  }
42491
42639
  function ServerBridgeTab({ bridge }) {
42640
+ const { t } = useTranslate();
42492
42641
  if (!bridge) {
42493
42642
  return /* @__PURE__ */ jsx(
42494
42643
  EmptyState,
42495
42644
  {
42496
- title: "No bridge data",
42645
+ title: t("debug.noBridgeData"),
42497
42646
  description: "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
42498
42647
  className: "py-8"
42499
42648
  }
@@ -42519,7 +42668,7 @@ function ServerBridgeTab({ bridge }) {
42519
42668
  /* @__PURE__ */ jsx(
42520
42669
  StatRow,
42521
42670
  {
42522
- label: "Status",
42671
+ label: t("debug.status"),
42523
42672
  value: bridge.connected ? "Connected" : "Disconnected",
42524
42673
  variant: bridge.connected ? "success" : "danger"
42525
42674
  }
@@ -42527,21 +42676,21 @@ function ServerBridgeTab({ bridge }) {
42527
42676
  /* @__PURE__ */ jsx(
42528
42677
  StatRow,
42529
42678
  {
42530
- label: "Events Forwarded (Client \u2192 Server)",
42679
+ label: t("debug.eventsForwarded"),
42531
42680
  value: bridge.eventsForwarded
42532
42681
  }
42533
42682
  ),
42534
42683
  /* @__PURE__ */ jsx(
42535
42684
  StatRow,
42536
42685
  {
42537
- label: "Events Received (Server \u2192 Client)",
42686
+ label: t("debug.eventsReceived"),
42538
42687
  value: bridge.eventsReceived
42539
42688
  }
42540
42689
  ),
42541
42690
  /* @__PURE__ */ jsx(
42542
42691
  StatRow,
42543
42692
  {
42544
- label: "Last Heartbeat",
42693
+ label: t("debug.lastHeartbeat"),
42545
42694
  value: formatTime4(bridge.lastHeartbeat)
42546
42695
  }
42547
42696
  )
@@ -42558,13 +42707,14 @@ function ServerBridgeTab({ bridge }) {
42558
42707
  ] }) });
42559
42708
  }
42560
42709
  var init_ServerBridgeTab = __esm({
42561
- "components/organisms/debug/tabs/ServerBridgeTab.tsx"() {
42710
+ "components/core/organisms/debug/tabs/ServerBridgeTab.tsx"() {
42562
42711
  "use client";
42563
42712
  init_Badge();
42564
42713
  init_Typography();
42565
42714
  init_Stack();
42566
42715
  init_Card();
42567
42716
  init_EmptyState();
42717
+ init_useTranslate();
42568
42718
  ServerBridgeTab.displayName = "ServerBridgeTab";
42569
42719
  }
42570
42720
  });
@@ -42643,6 +42793,7 @@ function getAllEvents(traits2) {
42643
42793
  }
42644
42794
  function EventDispatcherTab({ traits: traits2, schema }) {
42645
42795
  const eventBus = useEventBus();
42796
+ const { t } = useTranslate();
42646
42797
  const [log12, setLog] = React84.useState([]);
42647
42798
  const prevStatesRef = React84.useRef(/* @__PURE__ */ new Map());
42648
42799
  React84.useEffect(() => {
@@ -42661,7 +42812,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
42661
42812
  return /* @__PURE__ */ jsx(
42662
42813
  EmptyState,
42663
42814
  {
42664
- title: "No active traits",
42815
+ title: t("debug.noActiveTraits"),
42665
42816
  description: "Traits will appear when the state machine initializes",
42666
42817
  className: "py-8"
42667
42818
  }
@@ -42699,8 +42850,8 @@ function EventDispatcherTab({ traits: traits2, schema }) {
42699
42850
  children: event
42700
42851
  }
42701
42852
  ),
42702
- /* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((t) => `${t.from} -> ${t.to}`).join(", ") }),
42703
- transitions.some((t) => t.guard) && /* @__PURE__ */ jsx(Badge, { variant: "warning", size: "sm", children: "guarded" })
42853
+ /* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((t2) => `${t2.from} -> ${t2.to}`).join(", ") }),
42854
+ transitions.some((t2) => t2.guard) && /* @__PURE__ */ jsx(Badge, { variant: "warning", size: "sm", children: "guarded" })
42704
42855
  ] }, event)) })
42705
42856
  ] }),
42706
42857
  unavailableEvents.length > 0 && /* @__PURE__ */ jsxs("div", { className: "mb-3", children: [
@@ -42720,7 +42871,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
42720
42871
  ] });
42721
42872
  }
42722
42873
  var init_EventDispatcherTab = __esm({
42723
- "components/organisms/debug/tabs/EventDispatcherTab.tsx"() {
42874
+ "components/core/organisms/debug/tabs/EventDispatcherTab.tsx"() {
42724
42875
  "use client";
42725
42876
  init_Badge();
42726
42877
  init_Button();
@@ -42728,13 +42879,14 @@ var init_EventDispatcherTab = __esm({
42728
42879
  init_Stack();
42729
42880
  init_EmptyState();
42730
42881
  init_useEventBus();
42882
+ init_useTranslate();
42731
42883
  EventDispatcherTab.displayName = "EventDispatcherTab";
42732
42884
  }
42733
42885
  });
42734
42886
 
42735
- // components/organisms/debug/RuntimeDebugger.css
42887
+ // components/core/organisms/debug/RuntimeDebugger.css
42736
42888
  var init_RuntimeDebugger = __esm({
42737
- "components/organisms/debug/RuntimeDebugger.css"() {
42889
+ "components/core/organisms/debug/RuntimeDebugger.css"() {
42738
42890
  }
42739
42891
  });
42740
42892
  function ServerResponseRow({ sr }) {
@@ -43100,7 +43252,7 @@ function RuntimeDebugger({
43100
43252
  );
43101
43253
  }
43102
43254
  var init_RuntimeDebugger2 = __esm({
43103
- "components/organisms/debug/RuntimeDebugger.tsx"() {
43255
+ "components/core/organisms/debug/RuntimeDebugger.tsx"() {
43104
43256
  "use client";
43105
43257
  init_cn();
43106
43258
  init_useDebugData();
@@ -43316,7 +43468,7 @@ function TraitSlot({
43316
43468
  }
43317
43469
  var SIZE_CONFIG3, DRAG_MIME2;
43318
43470
  var init_TraitSlot = __esm({
43319
- "components/organisms/game/TraitSlot.tsx"() {
43471
+ "components/game/organisms/TraitSlot.tsx"() {
43320
43472
  "use client";
43321
43473
  init_cn();
43322
43474
  init_useEventBus();
@@ -43383,8 +43535,8 @@ function SequenceBar({
43383
43535
  ] }, i)) });
43384
43536
  }
43385
43537
  var init_SequenceBar = __esm({
43386
- "components/organisms/game/puzzles/sequencer/SequenceBar.tsx"() {
43387
- init_atoms();
43538
+ "components/game/organisms/puzzles/sequencer/SequenceBar.tsx"() {
43539
+ init_atoms2();
43388
43540
  init_cn();
43389
43541
  init_TraitSlot();
43390
43542
  SequenceBar.displayName = "SequenceBar";
@@ -43602,8 +43754,8 @@ function SequencerBoard({
43602
43754
  }
43603
43755
  var ENCOURAGEMENT_KEYS2, stepLabel;
43604
43756
  var init_SequencerBoard = __esm({
43605
- "components/organisms/game/puzzles/sequencer/SequencerBoard.tsx"() {
43606
- init_atoms();
43757
+ "components/game/organisms/puzzles/sequencer/SequencerBoard.tsx"() {
43758
+ init_atoms2();
43607
43759
  init_cn();
43608
43760
  init_useEventBus();
43609
43761
  init_useTranslate();
@@ -43621,7 +43773,7 @@ var init_SequencerBoard = __esm({
43621
43773
  });
43622
43774
  var ShowcaseOrganism;
43623
43775
  var init_ShowcaseOrganism = __esm({
43624
- "components/organisms/ShowcaseOrganism.tsx"() {
43776
+ "components/core/organisms/ShowcaseOrganism.tsx"() {
43625
43777
  "use client";
43626
43778
  init_cn();
43627
43779
  init_useEventBus();
@@ -43676,10 +43828,10 @@ var init_ShowcaseOrganism = __esm({
43676
43828
  }
43677
43829
  });
43678
43830
 
43679
- // components/organisms/game/physics-sim/presets/mechanics.ts
43831
+ // components/game/organisms/physics-sim/presets/mechanics.ts
43680
43832
  var projectileMotion, pendulum, springOscillator;
43681
43833
  var init_mechanics = __esm({
43682
- "components/organisms/game/physics-sim/presets/mechanics.ts"() {
43834
+ "components/game/organisms/physics-sim/presets/mechanics.ts"() {
43683
43835
  projectileMotion = {
43684
43836
  id: "mechanics-projectile",
43685
43837
  name: "Projectile Motion",
@@ -43734,10 +43886,10 @@ var init_mechanics = __esm({
43734
43886
  }
43735
43887
  });
43736
43888
 
43737
- // components/organisms/game/physics-sim/presets/index.ts
43889
+ // components/game/organisms/physics-sim/presets/index.ts
43738
43890
  var ALL_PRESETS;
43739
43891
  var init_presets = __esm({
43740
- "components/organisms/game/physics-sim/presets/index.ts"() {
43892
+ "components/game/organisms/physics-sim/presets/index.ts"() {
43741
43893
  init_mechanics();
43742
43894
  init_mechanics();
43743
43895
  ALL_PRESETS = [
@@ -43895,9 +44047,9 @@ function SimulationCanvas({
43895
44047
  ) });
43896
44048
  }
43897
44049
  var init_SimulationCanvas = __esm({
43898
- "components/organisms/game/physics-sim/SimulationCanvas.tsx"() {
44050
+ "components/game/organisms/physics-sim/SimulationCanvas.tsx"() {
43899
44051
  init_cn();
43900
- init_atoms();
44052
+ init_atoms2();
43901
44053
  init_verificationRegistry();
43902
44054
  init_presets();
43903
44055
  SimulationCanvas.displayName = "SimulationCanvas";
@@ -43962,8 +44114,8 @@ function SimulationControls({
43962
44114
  ] });
43963
44115
  }
43964
44116
  var init_SimulationControls = __esm({
43965
- "components/organisms/game/physics-sim/SimulationControls.tsx"() {
43966
- init_atoms();
44117
+ "components/game/organisms/physics-sim/SimulationControls.tsx"() {
44118
+ init_atoms2();
43967
44119
  SimulationControls.displayName = "SimulationControls";
43968
44120
  }
43969
44121
  });
@@ -44025,8 +44177,8 @@ function SimulationGraph({
44025
44177
  ] }) });
44026
44178
  }
44027
44179
  var init_SimulationGraph = __esm({
44028
- "components/organisms/game/physics-sim/SimulationGraph.tsx"() {
44029
- init_atoms();
44180
+ "components/game/organisms/physics-sim/SimulationGraph.tsx"() {
44181
+ init_atoms2();
44030
44182
  SimulationGraph.displayName = "SimulationGraph";
44031
44183
  }
44032
44184
  });
@@ -44181,8 +44333,8 @@ function SimulatorBoard({
44181
44333
  );
44182
44334
  }
44183
44335
  var init_SimulatorBoard = __esm({
44184
- "components/organisms/game/puzzles/simulator/SimulatorBoard.tsx"() {
44185
- init_atoms();
44336
+ "components/game/organisms/puzzles/simulator/SimulatorBoard.tsx"() {
44337
+ init_atoms2();
44186
44338
  init_useEventBus();
44187
44339
  init_useTranslate();
44188
44340
  SimulatorBoard.displayName = "SimulatorBoard";
@@ -44190,7 +44342,7 @@ var init_SimulatorBoard = __esm({
44190
44342
  });
44191
44343
  var SplitPane;
44192
44344
  var init_SplitPane = __esm({
44193
- "components/organisms/layout/SplitPane.tsx"() {
44345
+ "components/core/organisms/layout/SplitPane.tsx"() {
44194
44346
  "use client";
44195
44347
  init_cn();
44196
44348
  SplitPane = ({
@@ -44280,10 +44432,10 @@ var init_SplitPane = __esm({
44280
44432
  });
44281
44433
  var StatCard;
44282
44434
  var init_StatCard = __esm({
44283
- "components/organisms/StatCard.tsx"() {
44435
+ "components/core/organisms/StatCard.tsx"() {
44284
44436
  "use client";
44285
44437
  init_cn();
44286
- init_atoms();
44438
+ init_atoms2();
44287
44439
  init_Box();
44288
44440
  init_Stack();
44289
44441
  init_Button();
@@ -44524,8 +44676,8 @@ function StateNode2({
44524
44676
  );
44525
44677
  }
44526
44678
  var init_StateNode = __esm({
44527
- "components/organisms/game/puzzles/state-architect/StateNode.tsx"() {
44528
- init_atoms();
44679
+ "components/game/organisms/puzzles/state-architect/StateNode.tsx"() {
44680
+ init_atoms2();
44529
44681
  init_cn();
44530
44682
  StateNode2.displayName = "StateNode";
44531
44683
  }
@@ -44596,7 +44748,7 @@ function TransitionArrow({
44596
44748
  }
44597
44749
  var NODE_RADIUS;
44598
44750
  var init_TransitionArrow = __esm({
44599
- "components/organisms/game/puzzles/state-architect/TransitionArrow.tsx"() {
44751
+ "components/game/organisms/puzzles/state-architect/TransitionArrow.tsx"() {
44600
44752
  init_cn();
44601
44753
  NODE_RADIUS = 40;
44602
44754
  TransitionArrow.displayName = "TransitionArrow";
@@ -44642,8 +44794,8 @@ function VariablePanel({
44642
44794
  ] });
44643
44795
  }
44644
44796
  var init_VariablePanel = __esm({
44645
- "components/organisms/game/puzzles/state-architect/VariablePanel.tsx"() {
44646
- init_atoms();
44797
+ "components/game/organisms/puzzles/state-architect/VariablePanel.tsx"() {
44798
+ init_atoms2();
44647
44799
  init_cn();
44648
44800
  init_useTranslate();
44649
44801
  VariablePanel.displayName = "VariablePanel";
@@ -44958,8 +45110,8 @@ function StateArchitectBoard({
44958
45110
  }
44959
45111
  var ENCOURAGEMENT_KEYS3, nextTransId;
44960
45112
  var init_StateArchitectBoard = __esm({
44961
- "components/organisms/game/puzzles/state-architect/StateArchitectBoard.tsx"() {
44962
- init_atoms();
45113
+ "components/game/organisms/puzzles/state-architect/StateArchitectBoard.tsx"() {
45114
+ init_atoms2();
44963
45115
  init_cn();
44964
45116
  init_useEventBus();
44965
45117
  init_useTranslate();
@@ -44979,7 +45131,7 @@ var init_StateArchitectBoard = __esm({
44979
45131
  });
44980
45132
  var StatsOrganism;
44981
45133
  var init_StatsOrganism = __esm({
44982
- "components/organisms/StatsOrganism.tsx"() {
45134
+ "components/marketing/organisms/StatsOrganism.tsx"() {
44983
45135
  "use client";
44984
45136
  init_cn();
44985
45137
  init_useTranslate();
@@ -45022,7 +45174,7 @@ var init_StatsOrganism = __esm({
45022
45174
  });
45023
45175
  var StepFlowOrganism;
45024
45176
  var init_StepFlowOrganism = __esm({
45025
- "components/organisms/StepFlowOrganism.tsx"() {
45177
+ "components/core/organisms/StepFlowOrganism.tsx"() {
45026
45178
  "use client";
45027
45179
  init_cn();
45028
45180
  init_useTranslate();
@@ -45078,7 +45230,7 @@ var init_StepFlowOrganism = __esm({
45078
45230
  });
45079
45231
  var TabbedContainer;
45080
45232
  var init_TabbedContainer = __esm({
45081
- "components/organisms/layout/TabbedContainer.tsx"() {
45233
+ "components/core/organisms/layout/TabbedContainer.tsx"() {
45082
45234
  "use client";
45083
45235
  init_cn();
45084
45236
  init_Typography();
@@ -45192,7 +45344,7 @@ var init_TabbedContainer = __esm({
45192
45344
  });
45193
45345
  var TeamOrganism;
45194
45346
  var init_TeamOrganism = __esm({
45195
- "components/organisms/TeamOrganism.tsx"() {
45347
+ "components/marketing/organisms/TeamOrganism.tsx"() {
45196
45348
  "use client";
45197
45349
  init_cn();
45198
45350
  init_useTranslate();
@@ -45245,10 +45397,10 @@ var init_TeamOrganism = __esm({
45245
45397
  });
45246
45398
  var lookStyles10, STATUS_STYLES3, Timeline;
45247
45399
  var init_Timeline = __esm({
45248
- "components/organisms/Timeline.tsx"() {
45400
+ "components/core/organisms/Timeline.tsx"() {
45249
45401
  "use client";
45250
45402
  init_cn();
45251
- init_atoms();
45403
+ init_atoms2();
45252
45404
  init_Stack();
45253
45405
  init_LoadingState();
45254
45406
  init_ErrorState();
@@ -45323,13 +45475,13 @@ var init_Timeline = __esm({
45323
45475
  });
45324
45476
  }, [propItems, entityData, fields]);
45325
45477
  if (isLoading) {
45326
- return /* @__PURE__ */ jsx(LoadingState, { message: "Loading timeline...", className });
45478
+ return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
45327
45479
  }
45328
45480
  if (error) {
45329
45481
  return /* @__PURE__ */ jsx(
45330
45482
  ErrorState,
45331
45483
  {
45332
- title: "Timeline error",
45484
+ title: t("display.timelineError"),
45333
45485
  message: error.message,
45334
45486
  className
45335
45487
  }
@@ -45339,7 +45491,7 @@ var init_Timeline = __esm({
45339
45491
  return /* @__PURE__ */ jsx(
45340
45492
  EmptyState,
45341
45493
  {
45342
- title: "No events",
45494
+ title: t("display.noEvents"),
45343
45495
  description: "No timeline events to display.",
45344
45496
  className
45345
45497
  }
@@ -45417,7 +45569,7 @@ function extractToastProps(children) {
45417
45569
  }
45418
45570
  var ToastSlot;
45419
45571
  var init_ToastSlot = __esm({
45420
- "components/organisms/ToastSlot.tsx"() {
45572
+ "components/core/organisms/ToastSlot.tsx"() {
45421
45573
  "use client";
45422
45574
  init_Toast();
45423
45575
  init_Box();
@@ -45586,7 +45738,7 @@ function useBattleState(initialUnits, eventConfig = {}, callbacks = {}) {
45586
45738
  };
45587
45739
  }
45588
45740
  var init_useBattleState = __esm({
45589
- "components/organisms/game/hooks/useBattleState.ts"() {
45741
+ "components/game/organisms/hooks/useBattleState.ts"() {
45590
45742
  "use client";
45591
45743
  init_useEventBus();
45592
45744
  }
@@ -45628,7 +45780,7 @@ function UncontrolledBattleBoard({ entity, ...rest }) {
45628
45780
  );
45629
45781
  }
45630
45782
  var init_UncontrolledBattleBoard = __esm({
45631
- "components/organisms/game/UncontrolledBattleBoard.tsx"() {
45783
+ "components/game/organisms/UncontrolledBattleBoard.tsx"() {
45632
45784
  init_BattleBoard();
45633
45785
  init_useBattleState();
45634
45786
  UncontrolledBattleBoard.displayName = "UncontrolledBattleBoard";
@@ -45866,7 +46018,7 @@ function WorldMapBoard({
45866
46018
  ] });
45867
46019
  }
45868
46020
  var init_WorldMapBoard = __esm({
45869
- "components/organisms/game/WorldMapBoard.tsx"() {
46021
+ "components/game/organisms/WorldMapBoard.tsx"() {
45870
46022
  "use client";
45871
46023
  init_cn();
45872
46024
  init_useEventBus();
@@ -45902,7 +46054,7 @@ function WorldMapTemplate({
45902
46054
  );
45903
46055
  }
45904
46056
  var init_WorldMapTemplate = __esm({
45905
- "components/templates/WorldMapTemplate.tsx"() {
46057
+ "components/game/templates/WorldMapTemplate.tsx"() {
45906
46058
  init_WorldMapBoard();
45907
46059
  WorldMapTemplate.displayName = "WorldMapTemplate";
45908
46060
  }
@@ -45921,7 +46073,7 @@ function lazyThree(name, loader) {
45921
46073
  }
45922
46074
  var FeatureRenderer, COMPONENT_REGISTRY;
45923
46075
  var init_component_registry_generated = __esm({
45924
- "components/organisms/component-registry.generated.ts"() {
46076
+ "components/core/organisms/component-registry.generated.ts"() {
45925
46077
  init_AboutPageTemplate();
45926
46078
  init_ComponentPatterns();
45927
46079
  init_ActionButton();
@@ -46517,7 +46669,7 @@ var init_component_registry_generated = __esm({
46517
46669
  }
46518
46670
  });
46519
46671
 
46520
- // components/organisms/UISlotRenderer.tsx
46672
+ // components/core/organisms/UISlotRenderer.tsx
46521
46673
  var UISlotRenderer_exports = {};
46522
46674
  __export(UISlotRenderer_exports, {
46523
46675
  SlotContentRenderer: () => SlotContentRenderer,
@@ -46599,7 +46751,7 @@ function enrichFormFields(fields, entityDef) {
46599
46751
  return field;
46600
46752
  });
46601
46753
  }
46602
- function renderContainedPortal(slot, content, onDismiss) {
46754
+ function renderContainedPortal(t, slot, content, onDismiss) {
46603
46755
  const slotContent = /* @__PURE__ */ jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsx(SlotContentRenderer, { content, onDismiss }) });
46604
46756
  const slotId = `slot-${slot}`;
46605
46757
  switch (slot) {
@@ -46635,7 +46787,7 @@ function renderContainedPortal(slot, content, onDismiss) {
46635
46787
  onClick: onDismiss,
46636
46788
  "data-event": "CLOSE",
46637
46789
  "data-testid": "action-CLOSE",
46638
- "aria-label": "Close modal",
46790
+ "aria-label": t("aria.closeModal"),
46639
46791
  children: "\u2715"
46640
46792
  }
46641
46793
  )
@@ -46677,7 +46829,7 @@ function renderContainedPortal(slot, content, onDismiss) {
46677
46829
  onClick: onDismiss,
46678
46830
  "data-event": "CLOSE",
46679
46831
  "data-testid": "action-CLOSE",
46680
- "aria-label": "Close drawer",
46832
+ "aria-label": t("aria.closeDrawer"),
46681
46833
  children: "\u2715"
46682
46834
  }
46683
46835
  )
@@ -46745,6 +46897,7 @@ function UISlotComponent({
46745
46897
  }) {
46746
46898
  const { slots, clear } = useUISlots();
46747
46899
  const eventBus = useEventBus();
46900
+ const { t } = useTranslate();
46748
46901
  const suspenseConfig = useContext(SuspenseConfigContext);
46749
46902
  const contained = useContext(SlotContainedContext);
46750
46903
  const content = slots[slot];
@@ -46799,7 +46952,7 @@ function UISlotComponent({
46799
46952
  };
46800
46953
  if (portal) {
46801
46954
  if (contained) {
46802
- return renderContainedPortal(slot, content, handleDismiss);
46955
+ return renderContainedPortal(t, slot, content, handleDismiss);
46803
46956
  }
46804
46957
  return /* @__PURE__ */ jsx(
46805
46958
  SlotPortal,
@@ -46846,6 +46999,7 @@ function CompiledPortal({ slot, className, pattern, sourceTrait, children }) {
46846
46999
  const [portalRoot, setPortalRoot] = useState(null);
46847
47000
  const slotsBus = useUISlots();
46848
47001
  const eventBus = useEventBus();
47002
+ const { t } = useTranslate();
46849
47003
  useEffect(() => {
46850
47004
  setPortalRoot(getOrCreatePortalRoot());
46851
47005
  }, []);
@@ -47135,6 +47289,7 @@ function SlotContentRenderer({
47135
47289
  }
47136
47290
  }
47137
47291
  const eventBus = useEventBus();
47292
+ const { t } = useTranslate();
47138
47293
  const schemaCtx = useEntitySchemaOptional();
47139
47294
  let entityDef;
47140
47295
  if (typeof entityProp === "string" && entityProp.length > 0 && schemaCtx) {
@@ -47179,7 +47334,7 @@ function SlotContentRenderer({
47179
47334
  if (propsSchema) {
47180
47335
  for (const [propKey, propDef] of Object.entries(propsSchema)) {
47181
47336
  const isDate = propDef.types?.some(
47182
- (t) => t === "date" || t === "datetime" || t === "timestamp"
47337
+ (t2) => t2 === "date" || t2 === "datetime" || t2 === "timestamp"
47183
47338
  );
47184
47339
  if (!isDate) continue;
47185
47340
  const v = renderedProps[propKey];
@@ -47313,7 +47468,7 @@ function UISlotRenderer({
47313
47468
  }
47314
47469
  var scopeWrapLog, TRAIT_BINDING_RE, SuspenseConfigContext, SlotContainedContext, SLOT_SKELETON_MAP, FORM_PATTERNS, PATTERNS_WITH_CHILDREN;
47315
47470
  var init_UISlotRenderer = __esm({
47316
- "components/organisms/UISlotRenderer.tsx"() {
47471
+ "components/core/organisms/UISlotRenderer.tsx"() {
47317
47472
  "use client";
47318
47473
  init_EntitySchemaContext();
47319
47474
  init_Modal();
@@ -47322,6 +47477,7 @@ var init_UISlotRenderer = __esm({
47322
47477
  init_Box();
47323
47478
  init_Typography();
47324
47479
  init_useEventBus();
47480
+ init_useTranslate();
47325
47481
  init_slot_types();
47326
47482
  init_cn();
47327
47483
  init_ErrorBoundary();
@@ -47539,9 +47695,10 @@ function convertObjectProps(props) {
47539
47695
  if (isFnFormLambda(value)) {
47540
47696
  convertedAny = true;
47541
47697
  const arr = value;
47542
- const targetKey = key === "renderItem" ? "children" : key;
47543
- out[targetKey] = makeLambdaFn(fnFormParams(arr), arr[2], key);
47544
- lambdaLog.debug(`convert key=${key} \u2192 ${targetKey}`);
47698
+ const compiled = makeLambdaFn(fnFormParams(arr), arr[2], key);
47699
+ out[key] = compiled;
47700
+ if (key === "renderItem") out.children = compiled;
47701
+ lambdaLog.debug(`convert key=${key}${key === "renderItem" ? " (+children)" : ""}`);
47545
47702
  continue;
47546
47703
  }
47547
47704
  const next = convertNode(value, key);