@almadar/ui 5.19.0 → 5.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/avl/index.cjs +1318 -6697
- package/dist/avl/index.css +1 -509
- package/dist/avl/index.d.ts +57 -57
- package/dist/avl/index.js +1319 -6698
- package/dist/components/{molecules/avl → avl/molecules}/Avl3DExprTree.d.ts +1 -1
- package/dist/components/{molecules/avl → avl/molecules}/AvlBehaviorGlyph.d.ts +1 -1
- package/dist/components/{molecules/avl → avl/molecules}/AvlClosedCircuit.d.ts +1 -1
- package/dist/components/{molecules/avl → avl/molecules}/AvlOrbitalUnit.d.ts +1 -1
- package/dist/components/{molecules/avl → avl/molecules}/AvlStateMachine.d.ts +1 -1
- package/dist/components/{molecules/avl → avl/molecules}/AvlTransitionLane.d.ts +1 -1
- package/dist/components/{molecules/avl → avl/molecules}/MiniStateMachine.d.ts +1 -1
- package/dist/components/{molecules/avl → avl/molecules}/avl-behavior-compose-types.d.ts +1 -1
- package/dist/components/{molecules/avl → avl/molecules}/avl-canvas-types.d.ts +1 -1
- package/dist/components/{molecules/avl → avl/molecules}/avl-elk-layout.d.ts +2 -2
- package/dist/components/{molecules/avl → avl/molecules}/avl-story-schemas.d.ts +2 -2
- package/dist/components/{organisms/avl → avl/organisms}/FlowCanvas.d.ts +2 -2
- package/dist/components/{organisms/avl → avl/organisms}/OrbInspector.d.ts +1 -1
- package/dist/components/{organisms/avl → avl/organisms}/ZoomBreadcrumb.d.ts +1 -1
- package/dist/components/{organisms/avl → avl/organisms}/ZoomLegend.d.ts +1 -1
- package/dist/components/{atoms → core/atoms}/index.d.ts +7 -7
- package/dist/components/{molecules → core/molecules}/ConfirmDialog.d.ts +1 -1
- package/dist/components/{molecules → core/molecules}/ContentRenderer.d.ts +1 -1
- package/dist/components/{molecules → core/molecules}/ErrorBoundary.d.ts +0 -1
- package/dist/components/{molecules → core/molecules}/FeatureGrid.d.ts +1 -1
- package/dist/components/{molecules → core/molecules}/ReplyTree.d.ts +1 -1
- package/dist/components/{molecules → core/molecules}/index.d.ts +20 -20
- package/dist/components/{organisms → core/organisms}/StateMachineView.d.ts +1 -1
- package/dist/components/{organisms → core/organisms}/UISlotRenderer.d.ts +1 -1
- package/dist/components/core/organisms/book/index.d.ts +7 -0
- package/dist/components/{organisms → core/organisms}/debug/hooks/useDebugData.d.ts +6 -6
- package/dist/components/{organisms → core/organisms}/debug/tabs/EntitiesTab.d.ts +1 -1
- package/dist/components/{organisms → core/organisms}/debug/tabs/EventDispatcherTab.d.ts +1 -1
- package/dist/components/{organisms → core/organisms}/debug/tabs/EventFlowTab.d.ts +1 -1
- package/dist/components/{organisms → core/organisms}/debug/tabs/GuardsPanel.d.ts +1 -1
- package/dist/components/{organisms → core/organisms}/debug/tabs/ServerBridgeTab.d.ts +1 -1
- package/dist/components/{organisms → core/organisms}/debug/tabs/TicksTab.d.ts +1 -1
- package/dist/components/{organisms → core/organisms}/debug/tabs/TraitsTab.d.ts +1 -1
- package/dist/components/{organisms → core/organisms}/debug/tabs/TransitionTimeline.d.ts +1 -1
- package/dist/components/{organisms → core/organisms}/debug/tabs/VerificationTab.d.ts +1 -1
- package/dist/components/{organisms → core/organisms}/index.d.ts +5 -5
- package/dist/components/{templates → core/templates}/index.d.ts +9 -9
- package/dist/components/{atoms/game → game/atoms}/MiniMap.d.ts +1 -1
- package/dist/components/{molecules/game → game/molecules}/IsometricCanvas.d.ts +3 -3
- package/dist/components/{molecules/game → game/molecules}/index.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/BattleBoard.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/CanvasEffect.d.ts +1 -1
- package/dist/components/game/organisms/CombatLog.d.ts +2 -0
- package/dist/components/game/organisms/DialogueBox.d.ts +2 -0
- package/dist/components/{organisms/game → game/organisms}/GameAudioProvider.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/GameAudioToggle.d.ts +1 -1
- package/dist/components/game/organisms/GameHud.d.ts +2 -0
- package/dist/components/game/organisms/GameMenu.d.ts +2 -0
- package/dist/components/game/organisms/GameOverScreen.d.ts +2 -0
- package/dist/components/game/organisms/InventoryPanel.d.ts +2 -0
- package/dist/components/game/organisms/IsometricCanvas.d.ts +3 -0
- package/dist/components/game/organisms/PlatformerCanvas.d.ts +2 -0
- package/dist/components/{organisms/game → game/organisms}/TraitSlot.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/TraitStateViewer.d.ts +2 -2
- package/dist/components/{organisms/game → game/organisms}/WorldMapBoard.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/puzzles/builder/BuilderBoard.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/puzzles/classifier/ClassifierBoard.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/puzzles/debugger/DebuggerBoard.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/EventHandlerBoard.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/puzzles/negotiator/NegotiatorBoard.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/ActionTile.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/SequencerBoard.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/puzzles/simulator/SimulatorBoard.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/StateArchitectBoard.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/StateNode.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/TransitionArrow.d.ts +1 -1
- package/dist/components/{organisms/game → game/organisms}/three/index.cjs +6 -6
- package/dist/components/{organisms/game → game/organisms}/three/index.css +4 -4
- package/dist/components/{organisms/game → game/organisms}/three/index.d.ts +11 -11
- package/dist/components/{organisms/game → game/organisms}/three/index.js +6 -6
- package/dist/components/{templates → game/templates}/BattleTemplate.d.ts +3 -3
- package/dist/components/{templates → game/templates}/CastleTemplate.d.ts +3 -3
- package/dist/components/{templates → game/templates}/GameCanvas3DBattleTemplate.d.ts +2 -2
- package/dist/components/{templates → game/templates}/GameCanvas3DCastleTemplate.d.ts +2 -2
- package/dist/components/{templates → game/templates}/GameCanvas3DWorldMapTemplate.d.ts +2 -2
- package/dist/components/{templates → game/templates}/GameTemplate.d.ts +1 -1
- package/dist/components/{templates → game/templates}/WorldMapTemplate.d.ts +3 -3
- package/dist/components/index.cjs +858 -715
- package/dist/components/index.css +1 -1
- package/dist/components/index.d.ts +4 -4
- package/dist/components/index.js +858 -715
- package/dist/components/{molecules → marketing/molecules}/CTABanner.d.ts +1 -1
- package/dist/components/{molecules → marketing/molecules}/HeroSection.d.ts +1 -1
- package/dist/components/{molecules → marketing/molecules}/PricingCard.d.ts +1 -1
- package/dist/components/{molecules → marketing/molecules}/ShowcaseCard.d.ts +1 -1
- package/dist/components/{molecules → marketing/molecules}/SplitSection.d.ts +1 -1
- package/dist/components/{organisms → marketing/organisms}/PricingOrganism.d.ts +2 -2
- package/dist/components/{organisms → marketing/organisms}/StatsOrganism.d.ts +2 -2
- package/dist/components/{organisms → marketing/organisms}/TeamOrganism.d.ts +2 -2
- package/dist/components/{organisms → marketing/organisms}/book/BookChapterView.d.ts +1 -1
- package/dist/components/{organisms → marketing/organisms}/book/BookTableOfContents.d.ts +1 -1
- package/dist/components/{organisms → marketing/organisms}/book/BookViewer.d.ts +2 -2
- package/dist/components/{templates → marketing/templates}/AboutPageTemplate.d.ts +2 -2
- package/dist/components/{templates → marketing/templates}/FeatureDetailPageTemplate.d.ts +2 -2
- package/dist/components/{templates → marketing/templates}/LandingPageTemplate.d.ts +2 -2
- package/dist/components/{templates → marketing/templates}/PricingPageTemplate.d.ts +2 -2
- package/dist/docs/index.cjs +203 -5
- package/dist/docs/index.d.ts +20 -20
- package/dist/docs/index.js +203 -5
- package/dist/hooks/index.cjs +74 -1
- package/dist/hooks/index.js +74 -1
- package/dist/locales/index.cjs +222 -3
- package/dist/locales/index.js +222 -3
- package/dist/marketing/index.cjs +1 -1
- package/dist/marketing/index.d.ts +65 -65
- package/dist/marketing/index.js +1 -1
- package/dist/providers/index.cjs +808 -667
- package/dist/providers/index.css +1 -1
- package/dist/providers/index.js +808 -667
- package/dist/runtime/index.cjs +682 -540
- package/dist/runtime/index.css +1 -1
- package/dist/runtime/index.js +682 -540
- package/locales/ar.json +85 -1
- package/locales/en.json +85 -1
- package/locales/sl.json +85 -1
- package/package.json +8 -8
- package/dist/components/organisms/book/index.d.ts +0 -7
- package/dist/components/organisms/game/CombatLog.d.ts +0 -2
- package/dist/components/organisms/game/DialogueBox.d.ts +0 -2
- package/dist/components/organisms/game/GameHud.d.ts +0 -2
- package/dist/components/organisms/game/GameMenu.d.ts +0 -2
- package/dist/components/organisms/game/GameOverScreen.d.ts +0 -2
- package/dist/components/organisms/game/InventoryPanel.d.ts +0 -2
- package/dist/components/organisms/game/IsometricCanvas.d.ts +0 -3
- package/dist/components/organisms/game/PlatformerCanvas.d.ts +0 -2
- /package/dist/components/{atoms/avl → avl/atoms}/Avl3DLabel.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/Avl3DTooltip.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlApplication.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlBinding.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlBindingRef.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlEffect.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlEntity.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlEvent.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlField.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlFieldType.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlGuard.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlLiteral.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlOperator.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlOrbital.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlPage.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlPersistence.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlSExpr.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlState.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlTrait.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/AvlTransition.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/index.d.ts +0 -0
- /package/dist/components/{atoms/avl → avl/atoms}/types.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/Avl3DCrossWire.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/Avl3DEntityCore.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/Avl3DOrbitalNode.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/Avl3DStateNode.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/Avl3DTransitionArc.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/AvlBackwardEdge.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/AvlBindingEdge.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/AvlEmitListen.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/AvlEventWireEdge.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/AvlExprTree.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/AvlOrbitalNode.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/AvlPageEdge.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/AvlSlotMap.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/AvlSwimLane.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/AvlTransitionEdge.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/BehaviorComposeNode.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/BehaviorView.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/DetailView.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/EventFlowEdge.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/ModuleCard.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/OrbPreviewNode.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/SystemNode.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/TraitCardNode.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/avl-behavior-compose-converter.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/avl-flow-converter.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/avl-layout.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/avl-preview-converter.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/avl-preview-types.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/avl-zoom-band.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/index.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/useCanvasDnd.d.ts +0 -0
- /package/dist/components/{molecules/avl → avl/molecules}/wire-validation.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/Avl3DApplicationScene.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/Avl3DEffects.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/Avl3DOrbitalScene.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/Avl3DTraitScene.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/Avl3DTransitionScene.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/Avl3DViewer.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/AvlClickTarget.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/AvlCosmicZoom.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/AvlLegend.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/AvlOrbitalsCosmicZoom.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/AvlTraitScene.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/AvlTransitionDetail.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/AvlTransitionScene.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/avl-3d-context.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/avl-3d-layout.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/avl-schema-parser.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/avl-zoom-state.d.ts +0 -0
- /package/dist/components/{organisms/avl → avl/organisms}/index.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Aside.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Avatar.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Badge.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Box.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Button.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Card.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Center.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Checkbox.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/ConditionalWrapper.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/ConfettiEffect.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/DayCell.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Dialog.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Divider.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/FilterPill.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/FlipContainer.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Icon.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/InfiniteScrollSentinel.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Input.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Label.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/LawReferenceTooltip.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Overlay.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/ProgressBar.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Radio.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/RangeSlider.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/SectionHeader.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Select.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Spacer.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Sparkline.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Spinner.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Stack.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/StatusDot.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Switch.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/TextHighlight.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Textarea.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/ThemeSelector.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/ThemeToggle.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/TimeSlotCell.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/TraitFrame.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/TrendIndicator.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/TypewriterText.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/Typography.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/SvgBranch.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/SvgConnection.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/SvgFlow.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/SvgGrid.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/SvgLobe.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/SvgMesh.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/SvgMorph.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/SvgNode.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/SvgPulse.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/SvgRing.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/SvgShield.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/SvgStack.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/svg/index.d.ts +0 -0
- /package/dist/components/{atoms → core/atoms}/types.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Accordion.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Alert.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/AnimatedCounter.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/BranchingLogicBuilder.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Breadcrumb.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/ButtonGroup.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/CalendarGrid.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Card.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Carousel.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Chart.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/ChartLegend.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Coachmark.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/CodeViewer.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Container.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/DataGrid.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/DataList.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/DateRangePicker.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/DateRangeSelector.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/DocBreadcrumb.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/DocCodeBlock.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/DocPagination.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/DocSearch.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/DocSidebar.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/DocTOC.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/DocumentViewer.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Drawer.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/EdgeDecoration.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/EmptyState.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/ErrorState.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/FileTree.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/FilterGroup.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Flex.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/FlipCard.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/FloatingActionButton.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/FormField.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/FormSection.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/FormSectionHeader.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/GradientDivider.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/GraphCanvas.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/GraphView.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Grid.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Header.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/InputGroup.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/JazariStateMachine.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Lightbox.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/LikertScale.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/LineChart.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/LoadingState.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/MapView.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/MarketingFooter.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/MatrixQuestion.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Menu.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Meter.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Modal.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Navigation.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/NumberStepper.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/OnboardingSpotlight.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/OptionConstraintGroup.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/OrbitalVisualization.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/PageHeader.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Pagination.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Popover.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/PositionedCanvas.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/ProgressDots.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/PullQuote.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/PullToRefresh.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/QrScanner.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/QuizBlock.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/RelationSelect.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/RepeatableFormSection.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/RichBlockEditor.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/ScaledDiagram.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/SearchInput.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Section.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/SidePanel.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Sidebar.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/SignaturePad.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/SimpleGrid.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Skeleton.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/SocialProof.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/SortableList.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Split.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/StarRating.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/StatDisplay.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/SwipeableRow.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/TableView.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Tabs.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/TagInput.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Toast.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/Tooltip.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/UploadDropZone.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/VersionDiff.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/ViolationAlert.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/VoteStack.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/WizardContainer.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/WizardNavigation.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/WizardProgress.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/markdown/CodeBlock.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/markdown/MarkdownContent.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/markdown/index.d.ts +0 -0
- /package/dist/components/{molecules → core/molecules}/useDataDnd.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/CardGrid.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/CaseStudyOrganism.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/ComponentPatterns.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/CustomPattern.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/DataTable.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/DetailPanel.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/DrawerSlot.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/FeatureGridOrganism.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/Form.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/HeroOrganism.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/LayoutPatterns.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/List.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/MasterDetail.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/MediaGallery.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/ModalSlot.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/NotifyListener.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/ShowcaseOrganism.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/StatCard.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/StepFlowOrganism.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/Timeline.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/ToastSlot.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/book/types.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/component-registry.generated.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/debug/RuntimeDebugger.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/debug/WalkMinimap.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/debug/index.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/layout/DashboardGrid.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/layout/MasterDetailLayout.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/layout/SplitPane.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/layout/TabbedContainer.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/layout/index.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/marketing-types.d.ts +0 -0
- /package/dist/components/{organisms → core/organisms}/types.d.ts +0 -0
- /package/dist/components/{templates → core/templates}/AuthLayout.d.ts +0 -0
- /package/dist/components/{templates → core/templates}/CounterTemplate.d.ts +0 -0
- /package/dist/components/{templates → core/templates}/DashboardLayout.d.ts +0 -0
- /package/dist/components/{templates → core/templates}/GenericAppTemplate.d.ts +0 -0
- /package/dist/components/{templates → core/templates}/types.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/ActionButton.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/ChoiceButton.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/ComboCounter.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/ControlButton.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/DamageNumber.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/DialogueBubble.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/HealthBar.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/ItemSlot.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/ResourceCounter.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/ScoreDisplay.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/Sprite.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/StateIndicator.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/StatusEffect.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/TimerDisplay.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/TurnIndicator.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/WaypointMarker.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/XPBar.d.ts +0 -0
- /package/dist/components/{atoms/game → game/atoms}/index.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/ActionButtons.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/CombatLog.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/CraftingRecipe.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/DPad.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/DialogueBox.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/EnemyPlate.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/GameCanvas2D.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/GameHud.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/GameMenu.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/GameOverScreen.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/HealthPanel.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/InventoryGrid.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/InventoryPanel.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/PlatformerCanvas.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/PowerupSlots.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/QuestTracker.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/ResourceBar.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/ScoreBoard.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/StatBadge.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/TurnPanel.d.ts +0 -0
- /package/dist/components/{molecules/game → game/molecules}/UnitCommandBar.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/CastleBoard.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/GameCanvas3D.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/UncontrolledBattleBoard.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/editor/editorUtils.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/editor/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/hooks/useBattleState.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/hooks/useCamera.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/hooks/useGameAudio.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/hooks/useImageCache.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/hooks/usePhysics2D.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/hooks/useSpriteAnimations.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/managers/PhysicsManager.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationCanvas.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationControls.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/physics-sim/SimulationGraph.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/physics-sim/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/mechanics.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/physics-sim/presets/types.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/builder/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/classifier/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/debugger/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/EventLog.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/ObjectRulePanel.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/RuleEditor.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/event-handler/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/negotiator/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/ActionPalette.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/SequenceBar.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/sequencer/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/simulator/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/CodeView.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/VariablePanel.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/puzzles/state-architect/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/Camera3D.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/Lighting3D.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/Scene3D.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/components/Canvas3DErrorBoundary.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/components/Canvas3DLoadingState.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/components/ModelLoader.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/components/PhysicsObject3D.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/components/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/hooks/useAssetLoader.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/hooks/useGameCanvas3DEvents.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/hooks/useRaycaster.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/hooks/useSceneGraph.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/hooks/useThree.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/loaders/AssetLoader.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/renderers/FeatureRenderer.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/renderers/FeatureRenderer3D.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/renderers/TileRenderer.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/renderers/UnitRenderer.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/renderers/index.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/utils/culling.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/three/utils/grid3D.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/types/effects.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/types/game.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/types/isometric.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/types/spriteAnimation.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/useCanvasEffects.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/utils/canvasEffects.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/utils/combatEffects.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/utils/combatPresets.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/utils/isometric.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/utils/spriteAnimation.d.ts +0 -0
- /package/dist/components/{organisms/game → game/organisms}/utils/spriteSheetConstants.d.ts +0 -0
- /package/dist/components/{templates → game/templates}/GameShell.d.ts +0 -0
- /package/dist/components/{atoms → marketing/atoms}/AnimatedCounter.d.ts +0 -0
- /package/dist/components/{atoms → marketing/atoms}/AnimatedGraphic.d.ts +0 -0
- /package/dist/components/{atoms → marketing/atoms}/AnimatedReveal.d.ts +0 -0
- /package/dist/components/{atoms → marketing/atoms}/ContentSection.d.ts +0 -0
- /package/dist/components/{atoms → marketing/atoms}/MarketingStatCard.d.ts +0 -0
- /package/dist/components/{atoms → marketing/atoms}/PatternTile.d.ts +0 -0
- /package/dist/components/{molecules → marketing/molecules}/ArticleSection.d.ts +0 -0
- /package/dist/components/{molecules → marketing/molecules}/CaseStudyCard.d.ts +0 -0
- /package/dist/components/{molecules → marketing/molecules}/CommunityLinks.d.ts +0 -0
- /package/dist/components/{molecules → marketing/molecules}/FeatureCard.d.ts +0 -0
- /package/dist/components/{molecules → marketing/molecules}/GeometricPattern.d.ts +0 -0
- /package/dist/components/{molecules → marketing/molecules}/InstallBox.d.ts +0 -0
- /package/dist/components/{molecules → marketing/molecules}/PricingGrid.d.ts +0 -0
- /package/dist/components/{molecules → marketing/molecules}/ServiceCatalog.d.ts +0 -0
- /package/dist/components/{molecules → marketing/molecules}/StatsGrid.d.ts +0 -0
- /package/dist/components/{molecules → marketing/molecules}/StepFlow.d.ts +0 -0
- /package/dist/components/{molecules → marketing/molecules}/TagCloud.d.ts +0 -0
- /package/dist/components/{molecules → marketing/molecules}/TeamCard.d.ts +0 -0
- /package/dist/components/{organisms → marketing/organisms}/book/BookCoverPage.d.ts +0 -0
- /package/dist/components/{organisms → marketing/organisms}/book/BookNavBar.d.ts +0 -0
package/dist/runtime/index.js
CHANGED
|
@@ -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": "
|
|
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": "
|
|
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": "
|
|
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: "
|
|
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": "
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
8294
|
-
var
|
|
8295
|
-
"components/atoms/
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
8394
|
-
return
|
|
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: "
|
|
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: "
|
|
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": "
|
|
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/
|
|
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/
|
|
10875
|
-
|
|
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/
|
|
10913
|
-
|
|
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
|
-
|
|
11150
|
+
init_atoms2();
|
|
11068
11151
|
init_Stack();
|
|
11069
11152
|
init_Typography();
|
|
11070
11153
|
init_useTranslate();
|
|
@@ -11372,7 +11455,7 @@ function useImageCache(urls) {
|
|
|
11372
11455
|
};
|
|
11373
11456
|
}
|
|
11374
11457
|
var init_useImageCache = __esm({
|
|
11375
|
-
"components/organisms/
|
|
11458
|
+
"components/game/organisms/hooks/useImageCache.ts"() {
|
|
11376
11459
|
"use client";
|
|
11377
11460
|
init_verificationRegistry();
|
|
11378
11461
|
}
|
|
@@ -11451,12 +11534,12 @@ function useCamera() {
|
|
|
11451
11534
|
};
|
|
11452
11535
|
}
|
|
11453
11536
|
var init_useCamera = __esm({
|
|
11454
|
-
"components/organisms/
|
|
11537
|
+
"components/game/organisms/hooks/useCamera.ts"() {
|
|
11455
11538
|
"use client";
|
|
11456
11539
|
}
|
|
11457
11540
|
});
|
|
11458
11541
|
|
|
11459
|
-
// components/organisms/
|
|
11542
|
+
// components/game/organisms/utils/isometric.ts
|
|
11460
11543
|
function isoToScreen(tileX, tileY, scale, baseOffsetX) {
|
|
11461
11544
|
const scaledTileWidth = TILE_WIDTH * scale;
|
|
11462
11545
|
const scaledFloorHeight = FLOOR_HEIGHT * scale;
|
|
@@ -11474,7 +11557,7 @@ function screenToIso(screenX, screenY, scale, baseOffsetX) {
|
|
|
11474
11557
|
}
|
|
11475
11558
|
var TILE_WIDTH, TILE_HEIGHT, FLOOR_HEIGHT, DIAMOND_TOP_Y, FEATURE_COLORS;
|
|
11476
11559
|
var init_isometric = __esm({
|
|
11477
|
-
"components/organisms/
|
|
11560
|
+
"components/game/organisms/utils/isometric.ts"() {
|
|
11478
11561
|
TILE_WIDTH = 256;
|
|
11479
11562
|
TILE_HEIGHT = 512;
|
|
11480
11563
|
FLOOR_HEIGHT = 128;
|
|
@@ -12232,7 +12315,7 @@ function IsometricCanvas({
|
|
|
12232
12315
|
}
|
|
12233
12316
|
var IsometricCanvas_default;
|
|
12234
12317
|
var init_IsometricCanvas = __esm({
|
|
12235
|
-
"components/molecules/
|
|
12318
|
+
"components/game/molecules/IsometricCanvas.tsx"() {
|
|
12236
12319
|
"use client";
|
|
12237
12320
|
init_cn();
|
|
12238
12321
|
init_useEventBus();
|
|
@@ -12252,9 +12335,9 @@ var init_IsometricCanvas = __esm({
|
|
|
12252
12335
|
}
|
|
12253
12336
|
});
|
|
12254
12337
|
|
|
12255
|
-
// components/organisms/
|
|
12338
|
+
// components/game/organisms/IsometricCanvas.tsx
|
|
12256
12339
|
var init_IsometricCanvas2 = __esm({
|
|
12257
|
-
"components/organisms/
|
|
12340
|
+
"components/game/organisms/IsometricCanvas.tsx"() {
|
|
12258
12341
|
init_IsometricCanvas();
|
|
12259
12342
|
}
|
|
12260
12343
|
});
|
|
@@ -12596,7 +12679,7 @@ function BattleBoard({
|
|
|
12596
12679
|
] });
|
|
12597
12680
|
}
|
|
12598
12681
|
var init_BattleBoard = __esm({
|
|
12599
|
-
"components/organisms/
|
|
12682
|
+
"components/game/organisms/BattleBoard.tsx"() {
|
|
12600
12683
|
"use client";
|
|
12601
12684
|
init_cn();
|
|
12602
12685
|
init_useEventBus();
|
|
@@ -12636,13 +12719,13 @@ function BattleTemplate({
|
|
|
12636
12719
|
);
|
|
12637
12720
|
}
|
|
12638
12721
|
var init_BattleTemplate = __esm({
|
|
12639
|
-
"components/templates/BattleTemplate.tsx"() {
|
|
12722
|
+
"components/game/templates/BattleTemplate.tsx"() {
|
|
12640
12723
|
init_BattleBoard();
|
|
12641
12724
|
BattleTemplate.displayName = "BattleTemplate";
|
|
12642
12725
|
}
|
|
12643
12726
|
});
|
|
12644
12727
|
|
|
12645
|
-
// components/atoms/
|
|
12728
|
+
// components/avl/atoms/types.ts
|
|
12646
12729
|
function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitionCount) {
|
|
12647
12730
|
if (isInitial) return "initial";
|
|
12648
12731
|
if (isTerminal) return "terminal";
|
|
@@ -12652,7 +12735,7 @@ function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitio
|
|
|
12652
12735
|
}
|
|
12653
12736
|
var STATE_COLORS, EFFECT_CATEGORY_COLORS, EFFECT_TYPE_TO_CATEGORY, CONNECTION_COLORS;
|
|
12654
12737
|
var init_types = __esm({
|
|
12655
|
-
"components/atoms/
|
|
12738
|
+
"components/avl/atoms/types.ts"() {
|
|
12656
12739
|
STATE_COLORS = {
|
|
12657
12740
|
initial: { fill: "#22C55E1F", border: "#16A34A" },
|
|
12658
12741
|
terminal: { fill: "#EF44441F", border: "#DC2626" },
|
|
@@ -12699,7 +12782,7 @@ function computeWidth(explicit, transitionCount) {
|
|
|
12699
12782
|
}
|
|
12700
12783
|
var AvlState;
|
|
12701
12784
|
var init_AvlState = __esm({
|
|
12702
|
-
"components/atoms/
|
|
12785
|
+
"components/avl/atoms/AvlState.tsx"() {
|
|
12703
12786
|
"use client";
|
|
12704
12787
|
init_types();
|
|
12705
12788
|
AvlState = ({
|
|
@@ -12880,7 +12963,7 @@ function effectIcon(type, x, y, s, color) {
|
|
|
12880
12963
|
}
|
|
12881
12964
|
var AvlEffect;
|
|
12882
12965
|
var init_AvlEffect = __esm({
|
|
12883
|
-
"components/atoms/
|
|
12966
|
+
"components/avl/atoms/AvlEffect.tsx"() {
|
|
12884
12967
|
"use client";
|
|
12885
12968
|
init_types();
|
|
12886
12969
|
AvlEffect = ({
|
|
@@ -12924,7 +13007,7 @@ var init_AvlEffect = __esm({
|
|
|
12924
13007
|
});
|
|
12925
13008
|
var MAX_VISIBLE_EFFECTS, AvlTransitionLane;
|
|
12926
13009
|
var init_AvlTransitionLane = __esm({
|
|
12927
|
-
"components/molecules/
|
|
13010
|
+
"components/avl/molecules/AvlTransitionLane.tsx"() {
|
|
12928
13011
|
"use client";
|
|
12929
13012
|
init_AvlEffect();
|
|
12930
13013
|
init_types();
|
|
@@ -13060,7 +13143,7 @@ var init_AvlTransitionLane = __esm({
|
|
|
13060
13143
|
});
|
|
13061
13144
|
var GUTTER_WIDTH, EVENT_SPACING, HEADER_Y, EVENT_START_Y, AvlSwimLane;
|
|
13062
13145
|
var init_AvlSwimLane = __esm({
|
|
13063
|
-
"components/molecules/
|
|
13146
|
+
"components/avl/molecules/AvlSwimLane.tsx"() {
|
|
13064
13147
|
"use client";
|
|
13065
13148
|
init_types();
|
|
13066
13149
|
GUTTER_WIDTH = 120;
|
|
@@ -13350,7 +13433,7 @@ function edgePath(points) {
|
|
|
13350
13433
|
}
|
|
13351
13434
|
var STATE_H, elk;
|
|
13352
13435
|
var init_avl_elk_layout = __esm({
|
|
13353
|
-
"components/molecules/avl
|
|
13436
|
+
"components/avl/molecules/avl-elk-layout.ts"() {
|
|
13354
13437
|
init_types();
|
|
13355
13438
|
STATE_H = 40;
|
|
13356
13439
|
elk = new ELK();
|
|
@@ -13358,7 +13441,7 @@ var init_avl_elk_layout = __esm({
|
|
|
13358
13441
|
});
|
|
13359
13442
|
var log6, SWIM_GUTTER, CENTER_W, BehaviorView;
|
|
13360
13443
|
var init_BehaviorView = __esm({
|
|
13361
|
-
"components/molecules/
|
|
13444
|
+
"components/avl/molecules/BehaviorView.tsx"() {
|
|
13362
13445
|
"use client";
|
|
13363
13446
|
init_AvlState();
|
|
13364
13447
|
init_AvlTransitionLane();
|
|
@@ -13474,7 +13557,7 @@ var init_BehaviorView = __esm({
|
|
|
13474
13557
|
});
|
|
13475
13558
|
var MIN_DIAGRAM_WIDTH, ScaledDiagram;
|
|
13476
13559
|
var init_ScaledDiagram = __esm({
|
|
13477
|
-
"components/molecules/ScaledDiagram.tsx"() {
|
|
13560
|
+
"components/core/molecules/ScaledDiagram.tsx"() {
|
|
13478
13561
|
init_Box();
|
|
13479
13562
|
init_useTranslate();
|
|
13480
13563
|
init_cn();
|
|
@@ -13577,7 +13660,7 @@ var init_katex_min = __esm({
|
|
|
13577
13660
|
});
|
|
13578
13661
|
var MarkdownContent;
|
|
13579
13662
|
var init_MarkdownContent = __esm({
|
|
13580
|
-
"components/molecules/markdown/MarkdownContent.tsx"() {
|
|
13663
|
+
"components/core/molecules/markdown/MarkdownContent.tsx"() {
|
|
13581
13664
|
init_katex_min();
|
|
13582
13665
|
init_Box();
|
|
13583
13666
|
init_useTranslate();
|
|
@@ -13722,7 +13805,7 @@ function computeFoldRegions(code) {
|
|
|
13722
13805
|
}
|
|
13723
13806
|
var orbStyleOverrides, orbStyle, loloStyleOverrides, loloStyle, log7, LINE_PROPS_FN, HIDDEN_LINE_NUMBERS, CodeBlock;
|
|
13724
13807
|
var init_CodeBlock = __esm({
|
|
13725
|
-
"components/molecules/markdown/CodeBlock.tsx"() {
|
|
13808
|
+
"components/core/molecules/markdown/CodeBlock.tsx"() {
|
|
13726
13809
|
init_Box();
|
|
13727
13810
|
init_Button();
|
|
13728
13811
|
init_Badge();
|
|
@@ -14316,7 +14399,7 @@ function Card2({
|
|
|
14316
14399
|
);
|
|
14317
14400
|
}
|
|
14318
14401
|
var init_Card2 = __esm({
|
|
14319
|
-
"components/molecules/Card.tsx"() {
|
|
14402
|
+
"components/core/molecules/Card.tsx"() {
|
|
14320
14403
|
"use client";
|
|
14321
14404
|
init_useEventBus();
|
|
14322
14405
|
init_useTranslate();
|
|
@@ -14326,7 +14409,7 @@ var init_Card2 = __esm({
|
|
|
14326
14409
|
});
|
|
14327
14410
|
var QuizBlock;
|
|
14328
14411
|
var init_QuizBlock = __esm({
|
|
14329
|
-
"components/molecules/QuizBlock.tsx"() {
|
|
14412
|
+
"components/core/molecules/QuizBlock.tsx"() {
|
|
14330
14413
|
init_Card2();
|
|
14331
14414
|
init_Stack();
|
|
14332
14415
|
init_Typography();
|
|
@@ -14368,7 +14451,7 @@ var init_QuizBlock = __esm({
|
|
|
14368
14451
|
});
|
|
14369
14452
|
var StateNode, TransitionBundleArrow, BundleTooltip, EntityBox, OutputsBox, Legend, StateMachineView;
|
|
14370
14453
|
var init_StateMachineView = __esm({
|
|
14371
|
-
"components/organisms/StateMachineView.tsx"() {
|
|
14454
|
+
"components/core/organisms/StateMachineView.tsx"() {
|
|
14372
14455
|
"use client";
|
|
14373
14456
|
init_Box();
|
|
14374
14457
|
init_Stack();
|
|
@@ -14778,7 +14861,7 @@ var init_StateMachineView = __esm({
|
|
|
14778
14861
|
action: "TOOLTIP_CLOSE",
|
|
14779
14862
|
className: "absolute -top-2 -right-2 w-6 h-6 rounded-full flex items-center justify-center hover:scale-110 transition-transform",
|
|
14780
14863
|
style: { backgroundColor: "var(--color-error)", padding: 0 },
|
|
14781
|
-
title: "
|
|
14864
|
+
title: t("common.close"),
|
|
14782
14865
|
children: /* @__PURE__ */ jsx(Icon, { icon: X, size: "xs", style: { color: "var(--color-error-foreground)" } })
|
|
14783
14866
|
}
|
|
14784
14867
|
),
|
|
@@ -15737,7 +15820,7 @@ function renderJazariGearNode(state, config) {
|
|
|
15737
15820
|
}
|
|
15738
15821
|
var JAZARI_VISUALIZER_CONFIG, GEAR_INNER_RADIUS, GEAR_NUM_TEETH, GEAR_TEETH_DEPTH, JazariStateMachine;
|
|
15739
15822
|
var init_JazariStateMachine = __esm({
|
|
15740
|
-
"components/molecules/JazariStateMachine.tsx"() {
|
|
15823
|
+
"components/core/molecules/JazariStateMachine.tsx"() {
|
|
15741
15824
|
"use client";
|
|
15742
15825
|
init_Box();
|
|
15743
15826
|
init_Typography();
|
|
@@ -15894,7 +15977,7 @@ var init_parseContentSegments = __esm({
|
|
|
15894
15977
|
});
|
|
15895
15978
|
var ContentRenderer;
|
|
15896
15979
|
var init_ContentRenderer = __esm({
|
|
15897
|
-
"components/molecules/ContentRenderer.tsx"() {
|
|
15980
|
+
"components/core/molecules/ContentRenderer.tsx"() {
|
|
15898
15981
|
init_Stack();
|
|
15899
15982
|
init_MarkdownContent();
|
|
15900
15983
|
init_CodeBlock();
|
|
@@ -15989,7 +16072,7 @@ var init_ContentRenderer = __esm({
|
|
|
15989
16072
|
});
|
|
15990
16073
|
var BookChapterView;
|
|
15991
16074
|
var init_BookChapterView = __esm({
|
|
15992
|
-
"components/organisms/book/BookChapterView.tsx"() {
|
|
16075
|
+
"components/marketing/organisms/book/BookChapterView.tsx"() {
|
|
15993
16076
|
init_Stack();
|
|
15994
16077
|
init_Typography();
|
|
15995
16078
|
init_Divider();
|
|
@@ -16030,7 +16113,7 @@ var init_BookChapterView = __esm({
|
|
|
16030
16113
|
});
|
|
16031
16114
|
var BookCoverPage;
|
|
16032
16115
|
var init_BookCoverPage = __esm({
|
|
16033
|
-
"components/organisms/book/BookCoverPage.tsx"() {
|
|
16116
|
+
"components/marketing/organisms/book/BookCoverPage.tsx"() {
|
|
16034
16117
|
init_Stack();
|
|
16035
16118
|
init_Typography();
|
|
16036
16119
|
init_Button();
|
|
@@ -16109,7 +16192,7 @@ var init_BookCoverPage = __esm({
|
|
|
16109
16192
|
});
|
|
16110
16193
|
var BookNavBar;
|
|
16111
16194
|
var init_BookNavBar = __esm({
|
|
16112
|
-
"components/organisms/book/BookNavBar.tsx"() {
|
|
16195
|
+
"components/marketing/organisms/book/BookNavBar.tsx"() {
|
|
16113
16196
|
init_Stack();
|
|
16114
16197
|
init_Button();
|
|
16115
16198
|
init_Typography();
|
|
@@ -16211,7 +16294,7 @@ var init_BookNavBar = __esm({
|
|
|
16211
16294
|
});
|
|
16212
16295
|
var BookTableOfContents;
|
|
16213
16296
|
var init_BookTableOfContents = __esm({
|
|
16214
|
-
"components/organisms/book/BookTableOfContents.tsx"() {
|
|
16297
|
+
"components/marketing/organisms/book/BookTableOfContents.tsx"() {
|
|
16215
16298
|
init_Stack();
|
|
16216
16299
|
init_Typography();
|
|
16217
16300
|
init_Button();
|
|
@@ -16268,10 +16351,10 @@ var init_BookTableOfContents = __esm({
|
|
|
16268
16351
|
});
|
|
16269
16352
|
var ICON_NAME_ALIASES, lookStyles3, EmptyState;
|
|
16270
16353
|
var init_EmptyState = __esm({
|
|
16271
|
-
"components/molecules/EmptyState.tsx"() {
|
|
16354
|
+
"components/core/molecules/EmptyState.tsx"() {
|
|
16272
16355
|
"use client";
|
|
16273
16356
|
init_cn();
|
|
16274
|
-
|
|
16357
|
+
init_atoms2();
|
|
16275
16358
|
init_Box();
|
|
16276
16359
|
init_Icon();
|
|
16277
16360
|
init_Stack();
|
|
@@ -16372,7 +16455,7 @@ var init_EmptyState = __esm({
|
|
|
16372
16455
|
}
|
|
16373
16456
|
});
|
|
16374
16457
|
|
|
16375
|
-
// components/organisms/book/types.ts
|
|
16458
|
+
// components/core/organisms/book/types.ts
|
|
16376
16459
|
function resolveFieldMap(fieldMap) {
|
|
16377
16460
|
if (!fieldMap) return IDENTITY_BOOK_FIELDS;
|
|
16378
16461
|
if (typeof fieldMap === "string") return FIELD_MAP_REGISTRY[fieldMap] ?? IDENTITY_BOOK_FIELDS;
|
|
@@ -16405,7 +16488,7 @@ function mapBookData(raw, fields = IDENTITY_BOOK_FIELDS) {
|
|
|
16405
16488
|
}
|
|
16406
16489
|
var IDENTITY_BOOK_FIELDS, AR_BOOK_FIELDS, FIELD_MAP_REGISTRY;
|
|
16407
16490
|
var init_types2 = __esm({
|
|
16408
|
-
"components/organisms/book/types.ts"() {
|
|
16491
|
+
"components/core/organisms/book/types.ts"() {
|
|
16409
16492
|
IDENTITY_BOOK_FIELDS = {
|
|
16410
16493
|
title: "title",
|
|
16411
16494
|
subtitle: "subtitle",
|
|
@@ -16444,7 +16527,7 @@ function flattenChapters(book) {
|
|
|
16444
16527
|
}
|
|
16445
16528
|
var PRINT_STYLES, BookViewer;
|
|
16446
16529
|
var init_BookViewer = __esm({
|
|
16447
|
-
"components/organisms/book/BookViewer.tsx"() {
|
|
16530
|
+
"components/marketing/organisms/book/BookViewer.tsx"() {
|
|
16448
16531
|
init_Box();
|
|
16449
16532
|
init_Stack();
|
|
16450
16533
|
init_useEventBus();
|
|
@@ -16626,7 +16709,7 @@ function getColsClass(cols) {
|
|
|
16626
16709
|
}
|
|
16627
16710
|
var colStyles2, gapStyles3, rowGapStyles, colGapStyles, alignStyles2, justifyStyles2, flowStyles, Grid;
|
|
16628
16711
|
var init_Grid = __esm({
|
|
16629
|
-
"components/molecules/Grid.tsx"() {
|
|
16712
|
+
"components/core/molecules/Grid.tsx"() {
|
|
16630
16713
|
init_cn();
|
|
16631
16714
|
colStyles2 = {
|
|
16632
16715
|
none: "grid-cols-none",
|
|
@@ -16833,7 +16916,7 @@ function DividerPattern({
|
|
|
16833
16916
|
);
|
|
16834
16917
|
}
|
|
16835
16918
|
var init_LayoutPatterns = __esm({
|
|
16836
|
-
"components/organisms/LayoutPatterns.tsx"() {
|
|
16919
|
+
"components/core/organisms/LayoutPatterns.tsx"() {
|
|
16837
16920
|
init_Stack();
|
|
16838
16921
|
init_Box();
|
|
16839
16922
|
init_Grid();
|
|
@@ -16869,7 +16952,7 @@ function isRuleBroken(rule, questions) {
|
|
|
16869
16952
|
}
|
|
16870
16953
|
var END_OF_SURVEY, OPERATOR_OPTIONS, RuleRow, NODE_WIDTH, NODE_HEIGHT, NODE_GAP_Y, PADDING, LogicGraph, BranchingLogicBuilder;
|
|
16871
16954
|
var init_BranchingLogicBuilder = __esm({
|
|
16872
|
-
"components/molecules/BranchingLogicBuilder.tsx"() {
|
|
16955
|
+
"components/core/molecules/BranchingLogicBuilder.tsx"() {
|
|
16873
16956
|
"use client";
|
|
16874
16957
|
init_Select();
|
|
16875
16958
|
init_Typography();
|
|
@@ -17309,12 +17392,13 @@ var init_BranchingLogicBuilder = __esm({
|
|
|
17309
17392
|
});
|
|
17310
17393
|
var Breadcrumb;
|
|
17311
17394
|
var init_Breadcrumb = __esm({
|
|
17312
|
-
"components/molecules/Breadcrumb.tsx"() {
|
|
17395
|
+
"components/core/molecules/Breadcrumb.tsx"() {
|
|
17313
17396
|
"use client";
|
|
17314
17397
|
init_Icon();
|
|
17315
17398
|
init_Typography();
|
|
17316
17399
|
init_cn();
|
|
17317
17400
|
init_useEventBus();
|
|
17401
|
+
init_useTranslate();
|
|
17318
17402
|
Breadcrumb = ({
|
|
17319
17403
|
items,
|
|
17320
17404
|
separator = "chevron-right",
|
|
@@ -17322,6 +17406,7 @@ var init_Breadcrumb = __esm({
|
|
|
17322
17406
|
className
|
|
17323
17407
|
}) => {
|
|
17324
17408
|
const eventBus = useEventBus();
|
|
17409
|
+
const { t } = useTranslate();
|
|
17325
17410
|
const displayItems = maxItems && items.length > maxItems ? [
|
|
17326
17411
|
...items.slice(0, 1),
|
|
17327
17412
|
{ label: "...", isCurrent: false },
|
|
@@ -17330,7 +17415,7 @@ var init_Breadcrumb = __esm({
|
|
|
17330
17415
|
return /* @__PURE__ */ jsx(
|
|
17331
17416
|
"nav",
|
|
17332
17417
|
{
|
|
17333
|
-
"aria-label": "
|
|
17418
|
+
"aria-label": t("aria.breadcrumb"),
|
|
17334
17419
|
className: cn("flex items-center gap-2", className),
|
|
17335
17420
|
children: /* @__PURE__ */ jsx("ol", { className: "flex items-center gap-2", children: displayItems.map((item, index) => {
|
|
17336
17421
|
const isLast = index === displayItems.length - 1;
|
|
@@ -17546,8 +17631,8 @@ function BuilderBoard({
|
|
|
17546
17631
|
);
|
|
17547
17632
|
}
|
|
17548
17633
|
var init_BuilderBoard = __esm({
|
|
17549
|
-
"components/organisms/
|
|
17550
|
-
|
|
17634
|
+
"components/game/organisms/puzzles/builder/BuilderBoard.tsx"() {
|
|
17635
|
+
init_atoms2();
|
|
17551
17636
|
init_useEventBus();
|
|
17552
17637
|
init_useTranslate();
|
|
17553
17638
|
BuilderBoard.displayName = "BuilderBoard";
|
|
@@ -17565,10 +17650,10 @@ function useSafeEventBus2() {
|
|
|
17565
17650
|
}
|
|
17566
17651
|
var log8, lookStyles4, ButtonGroup;
|
|
17567
17652
|
var init_ButtonGroup = __esm({
|
|
17568
|
-
"components/molecules/ButtonGroup.tsx"() {
|
|
17653
|
+
"components/core/molecules/ButtonGroup.tsx"() {
|
|
17569
17654
|
"use client";
|
|
17570
17655
|
init_cn();
|
|
17571
|
-
|
|
17656
|
+
init_atoms2();
|
|
17572
17657
|
init_useEventBus();
|
|
17573
17658
|
log8 = createLogger("almadar:ui:button-group");
|
|
17574
17659
|
lookStyles4 = {
|
|
@@ -17750,6 +17835,7 @@ function CalendarGrid({
|
|
|
17750
17835
|
}) {
|
|
17751
17836
|
const evs = Array.isArray(events2) ? events2 : events2 ? [events2] : [];
|
|
17752
17837
|
const eventBus = useEventBus();
|
|
17838
|
+
const { t } = useTranslate();
|
|
17753
17839
|
const longPressTimer = useRef(null);
|
|
17754
17840
|
const resolvedWeekStart = useMemo(
|
|
17755
17841
|
() => weekStart ? getStartOfWeek(weekStart) : getStartOfWeek(/* @__PURE__ */ new Date()),
|
|
@@ -17854,7 +17940,7 @@ function CalendarGrid({
|
|
|
17854
17940
|
icon: "chevron-left",
|
|
17855
17941
|
onClick: stepPrev,
|
|
17856
17942
|
"aria-disabled": !canPrev || void 0,
|
|
17857
|
-
"aria-label": "
|
|
17943
|
+
"aria-label": t("aria.previousDays"),
|
|
17858
17944
|
children: "Prev"
|
|
17859
17945
|
}
|
|
17860
17946
|
),
|
|
@@ -17867,7 +17953,7 @@ function CalendarGrid({
|
|
|
17867
17953
|
iconRight: "chevron-right",
|
|
17868
17954
|
onClick: stepNext,
|
|
17869
17955
|
"aria-disabled": !canNext || void 0,
|
|
17870
|
-
"aria-label": "
|
|
17956
|
+
"aria-label": t("aria.nextDays"),
|
|
17871
17957
|
children: "Next"
|
|
17872
17958
|
}
|
|
17873
17959
|
)
|
|
@@ -17947,7 +18033,7 @@ function CalendarGrid({
|
|
|
17947
18033
|
}
|
|
17948
18034
|
var SHORT_DATE;
|
|
17949
18035
|
var init_CalendarGrid = __esm({
|
|
17950
|
-
"components/molecules/CalendarGrid.tsx"() {
|
|
18036
|
+
"components/core/molecules/CalendarGrid.tsx"() {
|
|
17951
18037
|
"use client";
|
|
17952
18038
|
init_cn();
|
|
17953
18039
|
init_Box();
|
|
@@ -17959,15 +18045,16 @@ var init_CalendarGrid = __esm({
|
|
|
17959
18045
|
init_TimeSlotCell();
|
|
17960
18046
|
init_useEventBus();
|
|
17961
18047
|
init_useSwipeGesture();
|
|
18048
|
+
init_useTranslate();
|
|
17962
18049
|
SHORT_DATE = { month: "short", day: "numeric" };
|
|
17963
18050
|
CalendarGrid.displayName = "CalendarGrid";
|
|
17964
18051
|
}
|
|
17965
18052
|
});
|
|
17966
18053
|
|
|
17967
|
-
// components/organisms/
|
|
18054
|
+
// components/game/organisms/types/effects.ts
|
|
17968
18055
|
var EMPTY_EFFECT_STATE;
|
|
17969
18056
|
var init_effects = __esm({
|
|
17970
|
-
"components/organisms/
|
|
18057
|
+
"components/game/organisms/types/effects.ts"() {
|
|
17971
18058
|
EMPTY_EFFECT_STATE = {
|
|
17972
18059
|
particles: [],
|
|
17973
18060
|
sequences: [],
|
|
@@ -17976,7 +18063,7 @@ var init_effects = __esm({
|
|
|
17976
18063
|
}
|
|
17977
18064
|
});
|
|
17978
18065
|
|
|
17979
|
-
// components/organisms/
|
|
18066
|
+
// components/game/organisms/utils/canvasEffects.ts
|
|
17980
18067
|
function getOffscreenCtx(w, h) {
|
|
17981
18068
|
if (!_offscreen) {
|
|
17982
18069
|
if (typeof OffscreenCanvas !== "undefined") {
|
|
@@ -18172,13 +18259,13 @@ function getAllEffectSpriteUrls(manifest) {
|
|
|
18172
18259
|
}
|
|
18173
18260
|
var _offscreen, _offCtx;
|
|
18174
18261
|
var init_canvasEffects = __esm({
|
|
18175
|
-
"components/organisms/
|
|
18262
|
+
"components/game/organisms/utils/canvasEffects.ts"() {
|
|
18176
18263
|
_offscreen = null;
|
|
18177
18264
|
_offCtx = null;
|
|
18178
18265
|
}
|
|
18179
18266
|
});
|
|
18180
18267
|
|
|
18181
|
-
// components/organisms/
|
|
18268
|
+
// components/game/organisms/utils/combatPresets.ts
|
|
18182
18269
|
function p(manifest, key) {
|
|
18183
18270
|
const particles = manifest.particles;
|
|
18184
18271
|
if (!particles) return [];
|
|
@@ -18978,7 +19065,7 @@ function createCombatPresets(manifest) {
|
|
|
18978
19065
|
}
|
|
18979
19066
|
var PI2;
|
|
18980
19067
|
var init_combatPresets = __esm({
|
|
18981
|
-
"components/organisms/
|
|
19068
|
+
"components/game/organisms/utils/combatPresets.ts"() {
|
|
18982
19069
|
PI2 = Math.PI;
|
|
18983
19070
|
}
|
|
18984
19071
|
});
|
|
@@ -19205,7 +19292,7 @@ function CanvasEffect(props) {
|
|
|
19205
19292
|
}
|
|
19206
19293
|
var ACTION_EMOJI;
|
|
19207
19294
|
var init_CanvasEffect = __esm({
|
|
19208
|
-
"components/organisms/
|
|
19295
|
+
"components/game/organisms/CanvasEffect.tsx"() {
|
|
19209
19296
|
"use client";
|
|
19210
19297
|
init_cn();
|
|
19211
19298
|
init_useEventBus();
|
|
@@ -19258,7 +19345,7 @@ var init_getNestedValue = __esm({
|
|
|
19258
19345
|
});
|
|
19259
19346
|
var Pagination;
|
|
19260
19347
|
var init_Pagination = __esm({
|
|
19261
|
-
"components/molecules/Pagination.tsx"() {
|
|
19348
|
+
"components/core/molecules/Pagination.tsx"() {
|
|
19262
19349
|
"use client";
|
|
19263
19350
|
init_Button();
|
|
19264
19351
|
init_Typography();
|
|
@@ -19466,13 +19553,13 @@ function statusVariant(value) {
|
|
|
19466
19553
|
}
|
|
19467
19554
|
var STATUS_FIELDS, gapStyles4, alignStyles3, CardGrid;
|
|
19468
19555
|
var init_CardGrid = __esm({
|
|
19469
|
-
"components/organisms/CardGrid.tsx"() {
|
|
19556
|
+
"components/core/organisms/CardGrid.tsx"() {
|
|
19470
19557
|
"use client";
|
|
19471
19558
|
init_cn();
|
|
19472
19559
|
init_getNestedValue();
|
|
19473
19560
|
init_useEventBus();
|
|
19474
19561
|
init_useTranslate();
|
|
19475
|
-
|
|
19562
|
+
init_atoms2();
|
|
19476
19563
|
init_Badge();
|
|
19477
19564
|
init_Box();
|
|
19478
19565
|
init_Typography();
|
|
@@ -19698,11 +19785,12 @@ function useSafeEventBus3() {
|
|
|
19698
19785
|
}
|
|
19699
19786
|
var Carousel;
|
|
19700
19787
|
var init_Carousel = __esm({
|
|
19701
|
-
"components/molecules/Carousel.tsx"() {
|
|
19788
|
+
"components/core/molecules/Carousel.tsx"() {
|
|
19702
19789
|
"use client";
|
|
19703
19790
|
init_cn();
|
|
19704
19791
|
init_useEventBus();
|
|
19705
19792
|
init_useSwipeGesture();
|
|
19793
|
+
init_useTranslate();
|
|
19706
19794
|
init_Box();
|
|
19707
19795
|
init_Stack();
|
|
19708
19796
|
init_Button();
|
|
@@ -19723,6 +19811,7 @@ var init_Carousel = __esm({
|
|
|
19723
19811
|
const scrollRef = useRef(null);
|
|
19724
19812
|
const autoPlayRef = useRef(null);
|
|
19725
19813
|
const eventBus = useSafeEventBus3();
|
|
19814
|
+
const { t } = useTranslate();
|
|
19726
19815
|
const safeItems = items ?? [];
|
|
19727
19816
|
const totalSlides = safeItems.length;
|
|
19728
19817
|
const emitSlideChange = useCallback(
|
|
@@ -19862,7 +19951,7 @@ var init_Carousel = __esm({
|
|
|
19862
19951
|
variant: "ghost",
|
|
19863
19952
|
size: "sm",
|
|
19864
19953
|
onClick: goPrev,
|
|
19865
|
-
"aria-label": "
|
|
19954
|
+
"aria-label": t("aria.previousSlide"),
|
|
19866
19955
|
className: cn(
|
|
19867
19956
|
"rounded-full",
|
|
19868
19957
|
"bg-surface/80",
|
|
@@ -19886,7 +19975,7 @@ var init_Carousel = __esm({
|
|
|
19886
19975
|
variant: "ghost",
|
|
19887
19976
|
size: "sm",
|
|
19888
19977
|
onClick: goNext,
|
|
19889
|
-
"aria-label": "
|
|
19978
|
+
"aria-label": t("aria.nextSlide"),
|
|
19890
19979
|
className: cn(
|
|
19891
19980
|
"rounded-full",
|
|
19892
19981
|
"bg-surface/80",
|
|
@@ -19934,7 +20023,7 @@ var init_Carousel = __esm({
|
|
|
19934
20023
|
});
|
|
19935
20024
|
var CaseStudyOrganism;
|
|
19936
20025
|
var init_CaseStudyOrganism = __esm({
|
|
19937
|
-
"components/organisms/CaseStudyOrganism.tsx"() {
|
|
20026
|
+
"components/core/organisms/CaseStudyOrganism.tsx"() {
|
|
19938
20027
|
"use client";
|
|
19939
20028
|
init_cn();
|
|
19940
20029
|
init_useEventBus();
|
|
@@ -20098,7 +20187,7 @@ function CastleBoard({
|
|
|
20098
20187
|
] });
|
|
20099
20188
|
}
|
|
20100
20189
|
var init_CastleBoard = __esm({
|
|
20101
|
-
"components/organisms/
|
|
20190
|
+
"components/game/organisms/CastleBoard.tsx"() {
|
|
20102
20191
|
"use client";
|
|
20103
20192
|
init_cn();
|
|
20104
20193
|
init_useEventBus();
|
|
@@ -20127,17 +20216,17 @@ function CastleTemplate({
|
|
|
20127
20216
|
);
|
|
20128
20217
|
}
|
|
20129
20218
|
var init_CastleTemplate = __esm({
|
|
20130
|
-
"components/templates/CastleTemplate.tsx"() {
|
|
20219
|
+
"components/game/templates/CastleTemplate.tsx"() {
|
|
20131
20220
|
init_CastleBoard();
|
|
20132
20221
|
CastleTemplate.displayName = "CastleTemplate";
|
|
20133
20222
|
}
|
|
20134
20223
|
});
|
|
20135
20224
|
var CHART_COLORS, seriesColor, monthFormatter, formatTimeLabel, BarChart, PieChart, LineChart, ScatterChart, LOOK_FROM_CHART_TYPE, Chart;
|
|
20136
20225
|
var init_Chart = __esm({
|
|
20137
|
-
"components/molecules/Chart.tsx"() {
|
|
20226
|
+
"components/core/molecules/Chart.tsx"() {
|
|
20138
20227
|
"use client";
|
|
20139
20228
|
init_cn();
|
|
20140
|
-
|
|
20229
|
+
init_atoms2();
|
|
20141
20230
|
init_Stack();
|
|
20142
20231
|
init_LoadingState();
|
|
20143
20232
|
init_ErrorState();
|
|
@@ -20745,13 +20834,13 @@ var init_Chart = __esm({
|
|
|
20745
20834
|
const firstSeriesData = normalizedSeries[0]?.data ?? [];
|
|
20746
20835
|
const hasContent = resolvedLook === "scatter" ? (scatterData?.length ?? 0) > 0 : normalizedSeries.some((s) => s.data.length > 0);
|
|
20747
20836
|
if (isLoading) {
|
|
20748
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
20837
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
20749
20838
|
}
|
|
20750
20839
|
if (error) {
|
|
20751
20840
|
return /* @__PURE__ */ jsx(
|
|
20752
20841
|
ErrorState,
|
|
20753
20842
|
{
|
|
20754
|
-
title: "
|
|
20843
|
+
title: t("display.chartError"),
|
|
20755
20844
|
message: error.message,
|
|
20756
20845
|
className
|
|
20757
20846
|
}
|
|
@@ -20879,10 +20968,10 @@ var init_Chart = __esm({
|
|
|
20879
20968
|
});
|
|
20880
20969
|
var ChartLegend;
|
|
20881
20970
|
var init_ChartLegend = __esm({
|
|
20882
|
-
"components/molecules/ChartLegend.tsx"() {
|
|
20971
|
+
"components/core/molecules/ChartLegend.tsx"() {
|
|
20883
20972
|
"use client";
|
|
20884
20973
|
init_cn();
|
|
20885
|
-
|
|
20974
|
+
init_atoms2();
|
|
20886
20975
|
ChartLegend = ({
|
|
20887
20976
|
items,
|
|
20888
20977
|
className,
|
|
@@ -21048,8 +21137,8 @@ function ClassifierBoard({
|
|
|
21048
21137
|
);
|
|
21049
21138
|
}
|
|
21050
21139
|
var init_ClassifierBoard = __esm({
|
|
21051
|
-
"components/organisms/
|
|
21052
|
-
|
|
21140
|
+
"components/game/organisms/puzzles/classifier/ClassifierBoard.tsx"() {
|
|
21141
|
+
init_atoms2();
|
|
21053
21142
|
init_useEventBus();
|
|
21054
21143
|
init_useTranslate();
|
|
21055
21144
|
ClassifierBoard.displayName = "ClassifierBoard";
|
|
@@ -21080,8 +21169,8 @@ function CodeView({
|
|
|
21080
21169
|
] });
|
|
21081
21170
|
}
|
|
21082
21171
|
var init_CodeView = __esm({
|
|
21083
|
-
"components/organisms/
|
|
21084
|
-
|
|
21172
|
+
"components/game/organisms/puzzles/state-architect/CodeView.tsx"() {
|
|
21173
|
+
init_atoms2();
|
|
21085
21174
|
init_cn();
|
|
21086
21175
|
init_useTranslate();
|
|
21087
21176
|
CodeView.displayName = "CodeView";
|
|
@@ -21089,7 +21178,7 @@ var init_CodeView = __esm({
|
|
|
21089
21178
|
});
|
|
21090
21179
|
var Tabs;
|
|
21091
21180
|
var init_Tabs = __esm({
|
|
21092
|
-
"components/molecules/Tabs.tsx"() {
|
|
21181
|
+
"components/core/molecules/Tabs.tsx"() {
|
|
21093
21182
|
"use client";
|
|
21094
21183
|
init_Icon();
|
|
21095
21184
|
init_Badge();
|
|
@@ -21264,16 +21353,17 @@ function generateDiff(oldVal, newVal) {
|
|
|
21264
21353
|
}
|
|
21265
21354
|
var DIFF_STYLES, CodeViewer;
|
|
21266
21355
|
var init_CodeViewer = __esm({
|
|
21267
|
-
"components/molecules/CodeViewer.tsx"() {
|
|
21356
|
+
"components/core/molecules/CodeViewer.tsx"() {
|
|
21268
21357
|
"use client";
|
|
21269
21358
|
init_cn();
|
|
21270
|
-
|
|
21359
|
+
init_atoms2();
|
|
21271
21360
|
init_Stack();
|
|
21272
21361
|
init_LoadingState();
|
|
21273
21362
|
init_ErrorState();
|
|
21274
21363
|
init_EmptyState();
|
|
21275
21364
|
init_Tabs();
|
|
21276
21365
|
init_useEventBus();
|
|
21366
|
+
init_useTranslate();
|
|
21277
21367
|
DIFF_STYLES = {
|
|
21278
21368
|
add: {
|
|
21279
21369
|
bg: "bg-success/10",
|
|
@@ -21311,6 +21401,7 @@ var init_CodeViewer = __esm({
|
|
|
21311
21401
|
className
|
|
21312
21402
|
}) => {
|
|
21313
21403
|
const eventBus = useEventBus();
|
|
21404
|
+
const { t } = useTranslate();
|
|
21314
21405
|
const [copied, setCopied] = useState(false);
|
|
21315
21406
|
const [wrap, setWrap] = useState(wordWrap);
|
|
21316
21407
|
const [activeFileIndex, setActiveFileIndex] = useState(0);
|
|
@@ -21348,13 +21439,13 @@ var init_CodeViewer = __esm({
|
|
|
21348
21439
|
content: null
|
|
21349
21440
|
}));
|
|
21350
21441
|
if (isLoading) {
|
|
21351
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
21442
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
21352
21443
|
}
|
|
21353
21444
|
if (error) {
|
|
21354
21445
|
return /* @__PURE__ */ jsx(
|
|
21355
21446
|
ErrorState,
|
|
21356
21447
|
{
|
|
21357
|
-
title: "
|
|
21448
|
+
title: t("display.codeViewerError"),
|
|
21358
21449
|
message: error.message,
|
|
21359
21450
|
className
|
|
21360
21451
|
}
|
|
@@ -21365,7 +21456,7 @@ var init_CodeViewer = __esm({
|
|
|
21365
21456
|
EmptyState,
|
|
21366
21457
|
{
|
|
21367
21458
|
icon: Code,
|
|
21368
|
-
title: "
|
|
21459
|
+
title: t("display.noCode"),
|
|
21369
21460
|
description: "No code to display.",
|
|
21370
21461
|
className
|
|
21371
21462
|
}
|
|
@@ -21553,8 +21644,8 @@ function CombatLog({
|
|
|
21553
21644
|
}
|
|
21554
21645
|
var eventIcons, eventColors, eventBadgeVariants;
|
|
21555
21646
|
var init_CombatLog = __esm({
|
|
21556
|
-
"components/molecules/
|
|
21557
|
-
|
|
21647
|
+
"components/game/molecules/CombatLog.tsx"() {
|
|
21648
|
+
init_atoms2();
|
|
21558
21649
|
init_cn();
|
|
21559
21650
|
eventIcons = {
|
|
21560
21651
|
attack: Sword,
|
|
@@ -21594,7 +21685,7 @@ function formatCount(count) {
|
|
|
21594
21685
|
}
|
|
21595
21686
|
var CommunityLinks;
|
|
21596
21687
|
var init_CommunityLinks = __esm({
|
|
21597
|
-
"components/molecules/CommunityLinks.tsx"() {
|
|
21688
|
+
"components/marketing/molecules/CommunityLinks.tsx"() {
|
|
21598
21689
|
"use client";
|
|
21599
21690
|
init_Stack();
|
|
21600
21691
|
init_Typography();
|
|
@@ -21635,7 +21726,7 @@ var init_CommunityLinks = __esm({
|
|
|
21635
21726
|
});
|
|
21636
21727
|
var variantConfig, ConfirmDialog;
|
|
21637
21728
|
var init_ConfirmDialog = __esm({
|
|
21638
|
-
"components/molecules/ConfirmDialog.tsx"() {
|
|
21729
|
+
"components/core/molecules/ConfirmDialog.tsx"() {
|
|
21639
21730
|
"use client";
|
|
21640
21731
|
init_Modal();
|
|
21641
21732
|
init_Button();
|
|
@@ -21934,7 +22025,7 @@ function CounterFull({
|
|
|
21934
22025
|
}
|
|
21935
22026
|
var sizeStyles9, CounterTemplate;
|
|
21936
22027
|
var init_CounterTemplate = __esm({
|
|
21937
|
-
"components/templates/CounterTemplate.tsx"() {
|
|
22028
|
+
"components/core/templates/CounterTemplate.tsx"() {
|
|
21938
22029
|
init_cn();
|
|
21939
22030
|
init_Container();
|
|
21940
22031
|
init_Stack();
|
|
@@ -22031,7 +22122,7 @@ function CraftingRecipe({
|
|
|
22031
22122
|
}
|
|
22032
22123
|
var rarityValues;
|
|
22033
22124
|
var init_CraftingRecipe = __esm({
|
|
22034
|
-
"components/molecules/
|
|
22125
|
+
"components/game/molecules/CraftingRecipe.tsx"() {
|
|
22035
22126
|
"use client";
|
|
22036
22127
|
init_cn();
|
|
22037
22128
|
init_useEventBus();
|
|
@@ -22102,7 +22193,7 @@ function DPad({
|
|
|
22102
22193
|
}
|
|
22103
22194
|
var sizeMap15, arrowIcons;
|
|
22104
22195
|
var init_DPad = __esm({
|
|
22105
|
-
"components/molecules/
|
|
22196
|
+
"components/game/molecules/DPad.tsx"() {
|
|
22106
22197
|
"use client";
|
|
22107
22198
|
init_cn();
|
|
22108
22199
|
init_useEventBus();
|
|
@@ -22123,7 +22214,7 @@ var init_DPad = __esm({
|
|
|
22123
22214
|
});
|
|
22124
22215
|
var gapStyles5, columnStyles, colSpanStyles, rowSpanStyles, DashboardGrid;
|
|
22125
22216
|
var init_DashboardGrid = __esm({
|
|
22126
|
-
"components/organisms/layout/DashboardGrid.tsx"() {
|
|
22217
|
+
"components/core/organisms/layout/DashboardGrid.tsx"() {
|
|
22127
22218
|
init_cn();
|
|
22128
22219
|
init_Box();
|
|
22129
22220
|
init_useTranslate();
|
|
@@ -22196,10 +22287,10 @@ var init_CurrentPagePathContext = __esm({
|
|
|
22196
22287
|
});
|
|
22197
22288
|
var DashboardLayout, NavLink, NavLinkTopnav, NavLinkBottom;
|
|
22198
22289
|
var init_DashboardLayout = __esm({
|
|
22199
|
-
"components/templates/DashboardLayout.tsx"() {
|
|
22290
|
+
"components/core/templates/DashboardLayout.tsx"() {
|
|
22200
22291
|
"use client";
|
|
22201
22292
|
init_cn();
|
|
22202
|
-
|
|
22293
|
+
init_atoms2();
|
|
22203
22294
|
init_Box();
|
|
22204
22295
|
init_Stack();
|
|
22205
22296
|
init_Typography();
|
|
@@ -22379,7 +22470,7 @@ var init_DashboardLayout = __esm({
|
|
|
22379
22470
|
variant: "ghost",
|
|
22380
22471
|
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
22472
|
onClick: () => setSidebarOpen(true),
|
|
22382
|
-
"aria-label": "
|
|
22473
|
+
"aria-label": t("aria.openSidebar"),
|
|
22383
22474
|
children: /* @__PURE__ */ jsx(Icon, { name: "menu", className: "h-5 w-5" })
|
|
22384
22475
|
}
|
|
22385
22476
|
),
|
|
@@ -23150,7 +23241,7 @@ function useDataDnd(args) {
|
|
|
23150
23241
|
}
|
|
23151
23242
|
var dndLog, RootCtx;
|
|
23152
23243
|
var init_useDataDnd = __esm({
|
|
23153
|
-
"components/molecules/useDataDnd.tsx"() {
|
|
23244
|
+
"components/core/molecules/useDataDnd.tsx"() {
|
|
23154
23245
|
"use client";
|
|
23155
23246
|
init_useEventBus();
|
|
23156
23247
|
init_useAlmadarDndCollision();
|
|
@@ -23314,13 +23405,13 @@ function DataGrid({
|
|
|
23314
23405
|
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
23406
|
}[cols] : void 0;
|
|
23316
23407
|
if (isLoading) {
|
|
23317
|
-
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items")
|
|
23408
|
+
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
|
|
23318
23409
|
}
|
|
23319
23410
|
if (error) {
|
|
23320
23411
|
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "error", children: error.message }) });
|
|
23321
23412
|
}
|
|
23322
23413
|
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")
|
|
23414
|
+
const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
|
|
23324
23415
|
return dnd.enabled ? /* @__PURE__ */ jsx(Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
|
|
23325
23416
|
}
|
|
23326
23417
|
const allIds = data.map((item, i) => item.id || String(i));
|
|
@@ -23337,7 +23428,7 @@ function DataGrid({
|
|
|
23337
23428
|
checked: allSelected,
|
|
23338
23429
|
onChange: toggleAll,
|
|
23339
23430
|
className: "w-4 h-4 accent-primary",
|
|
23340
|
-
"aria-label": "
|
|
23431
|
+
"aria-label": t("aria.selectAll")
|
|
23341
23432
|
}
|
|
23342
23433
|
),
|
|
23343
23434
|
/* @__PURE__ */ jsxs(Typography, { variant: "caption", className: "font-semibold", children: [
|
|
@@ -23497,7 +23588,7 @@ function DataGrid({
|
|
|
23497
23588
|
Menu,
|
|
23498
23589
|
{
|
|
23499
23590
|
position: "bottom-end",
|
|
23500
|
-
trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": "
|
|
23591
|
+
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
23592
|
items: primaryActions.slice(maxInlineActions).map((action) => ({
|
|
23502
23593
|
label: action.label,
|
|
23503
23594
|
icon: action.icon,
|
|
@@ -23528,8 +23619,8 @@ function DataGrid({
|
|
|
23528
23619
|
/* @__PURE__ */ jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
|
|
23529
23620
|
t("common.showMore"),
|
|
23530
23621
|
" (",
|
|
23531
|
-
allData.length - visibleCount,
|
|
23532
|
-
"
|
|
23622
|
+
t("common.remaining", { count: allData.length - visibleCount }),
|
|
23623
|
+
")"
|
|
23533
23624
|
]
|
|
23534
23625
|
}
|
|
23535
23626
|
) }),
|
|
@@ -23546,7 +23637,7 @@ function DataGrid({
|
|
|
23546
23637
|
}
|
|
23547
23638
|
var dataGridLog, BADGE_VARIANTS, gapStyles6, lookStyles5;
|
|
23548
23639
|
var init_DataGrid = __esm({
|
|
23549
|
-
"components/molecules/DataGrid.tsx"() {
|
|
23640
|
+
"components/core/molecules/DataGrid.tsx"() {
|
|
23550
23641
|
"use client";
|
|
23551
23642
|
init_cn();
|
|
23552
23643
|
init_getNestedValue();
|
|
@@ -23755,7 +23846,7 @@ function DataList({
|
|
|
23755
23846
|
Menu,
|
|
23756
23847
|
{
|
|
23757
23848
|
position: "bottom-end",
|
|
23758
|
-
trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": "
|
|
23849
|
+
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
23850
|
items: overflow.map((action) => ({
|
|
23760
23851
|
label: action.label,
|
|
23761
23852
|
icon: action.icon,
|
|
@@ -23779,13 +23870,13 @@ function DataList({
|
|
|
23779
23870
|
eventBus.emit(`UI:${itemClickEvent}`, payload);
|
|
23780
23871
|
};
|
|
23781
23872
|
if (isLoading) {
|
|
23782
|
-
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items")
|
|
23873
|
+
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
|
|
23783
23874
|
}
|
|
23784
23875
|
if (error) {
|
|
23785
23876
|
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "error", children: error.message }) });
|
|
23786
23877
|
}
|
|
23787
23878
|
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")
|
|
23879
|
+
const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
|
|
23789
23880
|
return dnd.enabled ? /* @__PURE__ */ jsx(Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
|
|
23790
23881
|
}
|
|
23791
23882
|
const gapClass = {
|
|
@@ -23965,8 +24056,8 @@ function DataList({
|
|
|
23965
24056
|
/* @__PURE__ */ jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
|
|
23966
24057
|
t("common.showMore"),
|
|
23967
24058
|
" (",
|
|
23968
|
-
allData.length - visibleCount,
|
|
23969
|
-
"
|
|
24059
|
+
t("common.remaining", { count: allData.length - visibleCount }),
|
|
24060
|
+
")"
|
|
23970
24061
|
]
|
|
23971
24062
|
}
|
|
23972
24063
|
) }),
|
|
@@ -23985,7 +24076,7 @@ function DataList({
|
|
|
23985
24076
|
}
|
|
23986
24077
|
var dataListLog, listLookStyles;
|
|
23987
24078
|
var init_DataList = __esm({
|
|
23988
|
-
"components/molecules/DataList.tsx"() {
|
|
24079
|
+
"components/core/molecules/DataList.tsx"() {
|
|
23989
24080
|
"use client";
|
|
23990
24081
|
init_cn();
|
|
23991
24082
|
init_getNestedValue();
|
|
@@ -24040,7 +24131,7 @@ function fileIcon(name) {
|
|
|
24040
24131
|
}
|
|
24041
24132
|
var TreeNodeItem, FileTree;
|
|
24042
24133
|
var init_FileTree = __esm({
|
|
24043
|
-
"components/molecules/FileTree.tsx"() {
|
|
24134
|
+
"components/core/molecules/FileTree.tsx"() {
|
|
24044
24135
|
"use client";
|
|
24045
24136
|
init_Box();
|
|
24046
24137
|
init_Typography();
|
|
@@ -24151,7 +24242,7 @@ var init_FileTree = __esm({
|
|
|
24151
24242
|
});
|
|
24152
24243
|
var FormField;
|
|
24153
24244
|
var init_FormField = __esm({
|
|
24154
|
-
"components/molecules/FormField.tsx"() {
|
|
24245
|
+
"components/core/molecules/FormField.tsx"() {
|
|
24155
24246
|
init_cn();
|
|
24156
24247
|
init_Label();
|
|
24157
24248
|
init_Typography();
|
|
@@ -24175,7 +24266,7 @@ var init_FormField = __esm({
|
|
|
24175
24266
|
});
|
|
24176
24267
|
var resolveFilterType, lookStyles6, FilterGroup;
|
|
24177
24268
|
var init_FilterGroup = __esm({
|
|
24178
|
-
"components/molecules/FilterGroup.tsx"() {
|
|
24269
|
+
"components/core/molecules/FilterGroup.tsx"() {
|
|
24179
24270
|
"use client";
|
|
24180
24271
|
init_cn();
|
|
24181
24272
|
init_Button();
|
|
@@ -24619,7 +24710,7 @@ var init_FilterGroup = __esm({
|
|
|
24619
24710
|
});
|
|
24620
24711
|
var directionStyles, wrapStyles, alignStyles4, justifyStyles3, gapStyles7, Flex;
|
|
24621
24712
|
var init_Flex = __esm({
|
|
24622
|
-
"components/molecules/Flex.tsx"() {
|
|
24713
|
+
"components/core/molecules/Flex.tsx"() {
|
|
24623
24714
|
init_cn();
|
|
24624
24715
|
directionStyles = {
|
|
24625
24716
|
row: "flex-row",
|
|
@@ -24703,7 +24794,7 @@ var init_Flex = __esm({
|
|
|
24703
24794
|
});
|
|
24704
24795
|
var InputGroup;
|
|
24705
24796
|
var init_InputGroup = __esm({
|
|
24706
|
-
"components/molecules/InputGroup.tsx"() {
|
|
24797
|
+
"components/core/molecules/InputGroup.tsx"() {
|
|
24707
24798
|
init_Input();
|
|
24708
24799
|
init_Icon();
|
|
24709
24800
|
init_Typography();
|
|
@@ -24818,7 +24909,7 @@ var init_debug = __esm({
|
|
|
24818
24909
|
});
|
|
24819
24910
|
var isRelationsDebugEnabled, RelationSelect;
|
|
24820
24911
|
var init_RelationSelect = __esm({
|
|
24821
|
-
"components/molecules/RelationSelect.tsx"() {
|
|
24912
|
+
"components/core/molecules/RelationSelect.tsx"() {
|
|
24822
24913
|
"use client";
|
|
24823
24914
|
init_cn();
|
|
24824
24915
|
init_Box();
|
|
@@ -25045,7 +25136,7 @@ var init_RelationSelect = __esm({
|
|
|
25045
25136
|
});
|
|
25046
25137
|
var SearchInput;
|
|
25047
25138
|
var init_SearchInput = __esm({
|
|
25048
|
-
"components/molecules/SearchInput.tsx"() {
|
|
25139
|
+
"components/core/molecules/SearchInput.tsx"() {
|
|
25049
25140
|
"use client";
|
|
25050
25141
|
init_Input();
|
|
25051
25142
|
init_Spinner();
|
|
@@ -25148,7 +25239,7 @@ var init_SearchInput = __esm({
|
|
|
25148
25239
|
});
|
|
25149
25240
|
var SidePanel;
|
|
25150
25241
|
var init_SidePanel = __esm({
|
|
25151
|
-
"components/molecules/SidePanel.tsx"() {
|
|
25242
|
+
"components/core/molecules/SidePanel.tsx"() {
|
|
25152
25243
|
"use client";
|
|
25153
25244
|
init_Aside();
|
|
25154
25245
|
init_Box();
|
|
@@ -25156,6 +25247,7 @@ var init_SidePanel = __esm({
|
|
|
25156
25247
|
init_Typography();
|
|
25157
25248
|
init_cn();
|
|
25158
25249
|
init_useEventBus();
|
|
25250
|
+
init_useTranslate();
|
|
25159
25251
|
SidePanel = ({
|
|
25160
25252
|
title,
|
|
25161
25253
|
children,
|
|
@@ -25168,6 +25260,7 @@ var init_SidePanel = __esm({
|
|
|
25168
25260
|
closeEvent
|
|
25169
25261
|
}) => {
|
|
25170
25262
|
const eventBus = useEventBus();
|
|
25263
|
+
const { t } = useTranslate();
|
|
25171
25264
|
const handleClose = () => {
|
|
25172
25265
|
if (closeEvent) eventBus.emit(`UI:${closeEvent}`, {});
|
|
25173
25266
|
onClose();
|
|
@@ -25205,8 +25298,8 @@ var init_SidePanel = __esm({
|
|
|
25205
25298
|
size: "sm",
|
|
25206
25299
|
icon: "x",
|
|
25207
25300
|
onClick: handleClose,
|
|
25208
|
-
"aria-label": "
|
|
25209
|
-
children: /* @__PURE__ */ jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: "
|
|
25301
|
+
"aria-label": t("aria.closePanel"),
|
|
25302
|
+
children: /* @__PURE__ */ jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: t("aria.closePanel") })
|
|
25210
25303
|
}
|
|
25211
25304
|
)
|
|
25212
25305
|
] }),
|
|
@@ -25221,7 +25314,7 @@ var init_SidePanel = __esm({
|
|
|
25221
25314
|
});
|
|
25222
25315
|
var WizardProgress;
|
|
25223
25316
|
var init_WizardProgress = __esm({
|
|
25224
|
-
"components/molecules/WizardProgress.tsx"() {
|
|
25317
|
+
"components/core/molecules/WizardProgress.tsx"() {
|
|
25225
25318
|
"use client";
|
|
25226
25319
|
init_Typography();
|
|
25227
25320
|
init_Box();
|
|
@@ -25324,7 +25417,7 @@ function useSafeEventBus4() {
|
|
|
25324
25417
|
}
|
|
25325
25418
|
var WizardNavigation;
|
|
25326
25419
|
var init_WizardNavigation = __esm({
|
|
25327
|
-
"components/molecules/WizardNavigation.tsx"() {
|
|
25420
|
+
"components/core/molecules/WizardNavigation.tsx"() {
|
|
25328
25421
|
"use client";
|
|
25329
25422
|
init_Button();
|
|
25330
25423
|
init_Typography();
|
|
@@ -25411,7 +25504,7 @@ var init_WizardNavigation = __esm({
|
|
|
25411
25504
|
});
|
|
25412
25505
|
var RepeatableFormSection;
|
|
25413
25506
|
var init_RepeatableFormSection = __esm({
|
|
25414
|
-
"components/molecules/RepeatableFormSection.tsx"() {
|
|
25507
|
+
"components/core/molecules/RepeatableFormSection.tsx"() {
|
|
25415
25508
|
"use client";
|
|
25416
25509
|
init_cn();
|
|
25417
25510
|
init_Box();
|
|
@@ -25550,7 +25643,7 @@ var init_RepeatableFormSection = __esm({
|
|
|
25550
25643
|
});
|
|
25551
25644
|
var actionTypeLabels, actionTypeIcons, ViolationAlert;
|
|
25552
25645
|
var init_ViolationAlert = __esm({
|
|
25553
|
-
"components/molecules/ViolationAlert.tsx"() {
|
|
25646
|
+
"components/core/molecules/ViolationAlert.tsx"() {
|
|
25554
25647
|
init_cn();
|
|
25555
25648
|
init_Box();
|
|
25556
25649
|
init_Stack();
|
|
@@ -25753,7 +25846,7 @@ var init_ViolationAlert = __esm({
|
|
|
25753
25846
|
});
|
|
25754
25847
|
var FormSectionHeader;
|
|
25755
25848
|
var init_FormSectionHeader = __esm({
|
|
25756
|
-
"components/molecules/FormSectionHeader.tsx"() {
|
|
25849
|
+
"components/core/molecules/FormSectionHeader.tsx"() {
|
|
25757
25850
|
init_cn();
|
|
25758
25851
|
init_Box();
|
|
25759
25852
|
init_Stack();
|
|
@@ -25830,7 +25923,7 @@ var init_FormSectionHeader = __esm({
|
|
|
25830
25923
|
});
|
|
25831
25924
|
var FlipCard;
|
|
25832
25925
|
var init_FlipCard = __esm({
|
|
25833
|
-
"components/molecules/FlipCard.tsx"() {
|
|
25926
|
+
"components/core/molecules/FlipCard.tsx"() {
|
|
25834
25927
|
"use client";
|
|
25835
25928
|
init_cn();
|
|
25836
25929
|
init_Box();
|
|
@@ -25892,7 +25985,7 @@ function daysAgo(n) {
|
|
|
25892
25985
|
}
|
|
25893
25986
|
var DEFAULT_PRESETS, DateRangePicker;
|
|
25894
25987
|
var init_DateRangePicker = __esm({
|
|
25895
|
-
"components/molecules/DateRangePicker.tsx"() {
|
|
25988
|
+
"components/core/molecules/DateRangePicker.tsx"() {
|
|
25896
25989
|
"use client";
|
|
25897
25990
|
init_cn();
|
|
25898
25991
|
init_Button();
|
|
@@ -26020,10 +26113,10 @@ var init_DateRangePicker = __esm({
|
|
|
26020
26113
|
});
|
|
26021
26114
|
var DEFAULT_OPTIONS, DateRangeSelector;
|
|
26022
26115
|
var init_DateRangeSelector = __esm({
|
|
26023
|
-
"components/molecules/DateRangeSelector.tsx"() {
|
|
26116
|
+
"components/core/molecules/DateRangeSelector.tsx"() {
|
|
26024
26117
|
"use client";
|
|
26025
26118
|
init_cn();
|
|
26026
|
-
|
|
26119
|
+
init_atoms2();
|
|
26027
26120
|
DEFAULT_OPTIONS = [
|
|
26028
26121
|
{ label: "1W", value: "week" },
|
|
26029
26122
|
{ label: "1M", value: "month" },
|
|
@@ -26052,10 +26145,10 @@ var init_DateRangeSelector = __esm({
|
|
|
26052
26145
|
});
|
|
26053
26146
|
var LineChart2;
|
|
26054
26147
|
var init_LineChart = __esm({
|
|
26055
|
-
"components/molecules/LineChart.tsx"() {
|
|
26148
|
+
"components/core/molecules/LineChart.tsx"() {
|
|
26056
26149
|
"use client";
|
|
26057
26150
|
init_cn();
|
|
26058
|
-
|
|
26151
|
+
init_atoms2();
|
|
26059
26152
|
LineChart2 = ({
|
|
26060
26153
|
data,
|
|
26061
26154
|
width = 400,
|
|
@@ -26167,10 +26260,10 @@ var init_LineChart = __esm({
|
|
|
26167
26260
|
});
|
|
26168
26261
|
var sizeMap16, stateColors, ProgressDots;
|
|
26169
26262
|
var init_ProgressDots = __esm({
|
|
26170
|
-
"components/molecules/ProgressDots.tsx"() {
|
|
26263
|
+
"components/core/molecules/ProgressDots.tsx"() {
|
|
26171
26264
|
"use client";
|
|
26172
26265
|
init_cn();
|
|
26173
|
-
|
|
26266
|
+
init_atoms2();
|
|
26174
26267
|
sizeMap16 = {
|
|
26175
26268
|
sm: { dot: 6, active: 8 },
|
|
26176
26269
|
md: { dot: 8, active: 10 },
|
|
@@ -26283,7 +26376,7 @@ function StatBadge({
|
|
|
26283
26376
|
}
|
|
26284
26377
|
var sizeMap17, variantMap2;
|
|
26285
26378
|
var init_StatBadge = __esm({
|
|
26286
|
-
"components/molecules/
|
|
26379
|
+
"components/game/molecules/StatBadge.tsx"() {
|
|
26287
26380
|
init_cn();
|
|
26288
26381
|
init_Icon();
|
|
26289
26382
|
init_HealthBar();
|
|
@@ -26358,7 +26451,7 @@ function InventoryGrid({
|
|
|
26358
26451
|
}
|
|
26359
26452
|
var columnMap;
|
|
26360
26453
|
var init_InventoryGrid = __esm({
|
|
26361
|
-
"components/molecules/
|
|
26454
|
+
"components/game/molecules/InventoryGrid.tsx"() {
|
|
26362
26455
|
"use client";
|
|
26363
26456
|
init_cn();
|
|
26364
26457
|
init_useEventBus();
|
|
@@ -26445,7 +26538,7 @@ function QuestTracker({
|
|
|
26445
26538
|
}) });
|
|
26446
26539
|
}
|
|
26447
26540
|
var init_QuestTracker = __esm({
|
|
26448
|
-
"components/molecules/
|
|
26541
|
+
"components/game/molecules/QuestTracker.tsx"() {
|
|
26449
26542
|
"use client";
|
|
26450
26543
|
init_cn();
|
|
26451
26544
|
init_WaypointMarker();
|
|
@@ -26511,7 +26604,7 @@ function PowerupSlots({
|
|
|
26511
26604
|
] });
|
|
26512
26605
|
}
|
|
26513
26606
|
var init_PowerupSlots = __esm({
|
|
26514
|
-
"components/molecules/
|
|
26607
|
+
"components/game/molecules/PowerupSlots.tsx"() {
|
|
26515
26608
|
"use client";
|
|
26516
26609
|
init_cn();
|
|
26517
26610
|
init_ItemSlot();
|
|
@@ -26621,7 +26714,7 @@ function GameCanvas2D({
|
|
|
26621
26714
|
) });
|
|
26622
26715
|
}
|
|
26623
26716
|
var init_GameCanvas2D = __esm({
|
|
26624
|
-
"components/molecules/
|
|
26717
|
+
"components/game/molecules/GameCanvas2D.tsx"() {
|
|
26625
26718
|
"use client";
|
|
26626
26719
|
init_cn();
|
|
26627
26720
|
init_Box();
|
|
@@ -26730,7 +26823,7 @@ function HealthPanel({
|
|
|
26730
26823
|
}
|
|
26731
26824
|
var sizeMap18, effectVariantMap;
|
|
26732
26825
|
var init_HealthPanel = __esm({
|
|
26733
|
-
"components/molecules/
|
|
26826
|
+
"components/game/molecules/HealthPanel.tsx"() {
|
|
26734
26827
|
"use client";
|
|
26735
26828
|
init_cn();
|
|
26736
26829
|
init_HealthBar();
|
|
@@ -26817,7 +26910,7 @@ function ScoreBoard({
|
|
|
26817
26910
|
);
|
|
26818
26911
|
}
|
|
26819
26912
|
var init_ScoreBoard = __esm({
|
|
26820
|
-
"components/molecules/
|
|
26913
|
+
"components/game/molecules/ScoreBoard.tsx"() {
|
|
26821
26914
|
"use client";
|
|
26822
26915
|
init_cn();
|
|
26823
26916
|
init_ComboCounter();
|
|
@@ -26855,7 +26948,7 @@ function ResourceBar({
|
|
|
26855
26948
|
);
|
|
26856
26949
|
}
|
|
26857
26950
|
var init_ResourceBar = __esm({
|
|
26858
|
-
"components/molecules/
|
|
26951
|
+
"components/game/molecules/ResourceBar.tsx"() {
|
|
26859
26952
|
"use client";
|
|
26860
26953
|
init_cn();
|
|
26861
26954
|
init_StatBadge();
|
|
@@ -26914,7 +27007,7 @@ function TurnPanel({
|
|
|
26914
27007
|
);
|
|
26915
27008
|
}
|
|
26916
27009
|
var init_TurnPanel = __esm({
|
|
26917
|
-
"components/molecules/
|
|
27010
|
+
"components/game/molecules/TurnPanel.tsx"() {
|
|
26918
27011
|
"use client";
|
|
26919
27012
|
init_cn();
|
|
26920
27013
|
init_TurnIndicator();
|
|
@@ -26997,7 +27090,7 @@ function EnemyPlate({
|
|
|
26997
27090
|
}
|
|
26998
27091
|
var effectVariantMap2;
|
|
26999
27092
|
var init_EnemyPlate = __esm({
|
|
27000
|
-
"components/molecules/
|
|
27093
|
+
"components/game/molecules/EnemyPlate.tsx"() {
|
|
27001
27094
|
"use client";
|
|
27002
27095
|
init_cn();
|
|
27003
27096
|
init_HealthBar();
|
|
@@ -27058,7 +27151,7 @@ function UnitCommandBar({
|
|
|
27058
27151
|
);
|
|
27059
27152
|
}
|
|
27060
27153
|
var init_UnitCommandBar = __esm({
|
|
27061
|
-
"components/molecules/
|
|
27154
|
+
"components/game/molecules/UnitCommandBar.tsx"() {
|
|
27062
27155
|
"use client";
|
|
27063
27156
|
init_cn();
|
|
27064
27157
|
init_Button();
|
|
@@ -27125,7 +27218,7 @@ function GameHud({
|
|
|
27125
27218
|
}
|
|
27126
27219
|
var positionMap;
|
|
27127
27220
|
var init_GameHud = __esm({
|
|
27128
|
-
"components/molecules/
|
|
27221
|
+
"components/game/molecules/GameHud.tsx"() {
|
|
27129
27222
|
init_cn();
|
|
27130
27223
|
init_StatBadge();
|
|
27131
27224
|
positionMap = {
|
|
@@ -27321,7 +27414,7 @@ function DialogueBox({
|
|
|
27321
27414
|
);
|
|
27322
27415
|
}
|
|
27323
27416
|
var init_DialogueBox = __esm({
|
|
27324
|
-
"components/molecules/
|
|
27417
|
+
"components/game/molecules/DialogueBox.tsx"() {
|
|
27325
27418
|
"use client";
|
|
27326
27419
|
init_cn();
|
|
27327
27420
|
init_useEventBus();
|
|
@@ -27479,7 +27572,7 @@ function InventoryPanel({
|
|
|
27479
27572
|
] });
|
|
27480
27573
|
}
|
|
27481
27574
|
var init_InventoryPanel = __esm({
|
|
27482
|
-
"components/molecules/
|
|
27575
|
+
"components/game/molecules/InventoryPanel.tsx"() {
|
|
27483
27576
|
"use client";
|
|
27484
27577
|
init_cn();
|
|
27485
27578
|
init_useEventBus();
|
|
@@ -27579,7 +27672,7 @@ function GameMenu({
|
|
|
27579
27672
|
}
|
|
27580
27673
|
var variantMap3;
|
|
27581
27674
|
var init_GameMenu = __esm({
|
|
27582
|
-
"components/molecules/
|
|
27675
|
+
"components/game/molecules/GameMenu.tsx"() {
|
|
27583
27676
|
"use client";
|
|
27584
27677
|
init_cn();
|
|
27585
27678
|
init_useEventBus();
|
|
@@ -27699,7 +27792,7 @@ function GameOverScreen({
|
|
|
27699
27792
|
}
|
|
27700
27793
|
var variantColors, buttonVariants;
|
|
27701
27794
|
var init_GameOverScreen = __esm({
|
|
27702
|
-
"components/molecules/
|
|
27795
|
+
"components/game/molecules/GameOverScreen.tsx"() {
|
|
27703
27796
|
"use client";
|
|
27704
27797
|
init_cn();
|
|
27705
27798
|
init_useEventBus();
|
|
@@ -27972,7 +28065,7 @@ function PlatformerCanvas({
|
|
|
27972
28065
|
}
|
|
27973
28066
|
var PLATFORM_COLORS, PLAYER_COLOR, PLAYER_EYE_COLOR, SKY_GRADIENT_TOP, SKY_GRADIENT_BOTTOM, GRID_COLOR;
|
|
27974
28067
|
var init_PlatformerCanvas = __esm({
|
|
27975
|
-
"components/molecules/
|
|
28068
|
+
"components/game/molecules/PlatformerCanvas.tsx"() {
|
|
27976
28069
|
init_cn();
|
|
27977
28070
|
init_useEventBus();
|
|
27978
28071
|
init_verificationRegistry();
|
|
@@ -27991,9 +28084,9 @@ var init_PlatformerCanvas = __esm({
|
|
|
27991
28084
|
}
|
|
27992
28085
|
});
|
|
27993
28086
|
|
|
27994
|
-
// components/molecules/
|
|
27995
|
-
var
|
|
27996
|
-
"components/molecules/
|
|
28087
|
+
// components/game/molecules/index.ts
|
|
28088
|
+
var init_molecules = __esm({
|
|
28089
|
+
"components/game/molecules/index.ts"() {
|
|
27997
28090
|
}
|
|
27998
28091
|
});
|
|
27999
28092
|
function resolveNodeColor(node, groups) {
|
|
@@ -28006,10 +28099,10 @@ function resolveNodeColor(node, groups) {
|
|
|
28006
28099
|
}
|
|
28007
28100
|
var GROUP_COLORS, DEFAULT_NODE_COLOR, DEFAULT_EDGE_COLOR, DEFAULT_NODE_SIZE, GraphView;
|
|
28008
28101
|
var init_GraphView = __esm({
|
|
28009
|
-
"components/molecules/GraphView.tsx"() {
|
|
28102
|
+
"components/core/molecules/GraphView.tsx"() {
|
|
28010
28103
|
"use client";
|
|
28011
28104
|
init_cn();
|
|
28012
|
-
|
|
28105
|
+
init_atoms2();
|
|
28013
28106
|
GROUP_COLORS = [
|
|
28014
28107
|
"#3b82f6",
|
|
28015
28108
|
// blue-500
|
|
@@ -28329,11 +28422,12 @@ function useSafeEventBus5() {
|
|
|
28329
28422
|
}
|
|
28330
28423
|
var sizeStyles10, LONG_PRESS_DELAY, LONG_PRESS_INTERVAL, NumberStepper;
|
|
28331
28424
|
var init_NumberStepper = __esm({
|
|
28332
|
-
"components/molecules/NumberStepper.tsx"() {
|
|
28425
|
+
"components/core/molecules/NumberStepper.tsx"() {
|
|
28333
28426
|
"use client";
|
|
28334
28427
|
init_cn();
|
|
28335
28428
|
init_Icon();
|
|
28336
28429
|
init_useEventBus();
|
|
28430
|
+
init_useTranslate();
|
|
28337
28431
|
sizeStyles10 = {
|
|
28338
28432
|
sm: {
|
|
28339
28433
|
button: "w-7 h-7",
|
|
@@ -28367,6 +28461,7 @@ var init_NumberStepper = __esm({
|
|
|
28367
28461
|
label
|
|
28368
28462
|
}) => {
|
|
28369
28463
|
const eventBus = useSafeEventBus5();
|
|
28464
|
+
const { t } = useTranslate();
|
|
28370
28465
|
const intervalRef = useRef(null);
|
|
28371
28466
|
const timeoutRef = useRef(null);
|
|
28372
28467
|
const isAtMin = min !== void 0 && value <= min;
|
|
@@ -28450,7 +28545,7 @@ var init_NumberStepper = __esm({
|
|
|
28450
28545
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
|
|
28451
28546
|
styles.button
|
|
28452
28547
|
),
|
|
28453
|
-
"aria-label": "
|
|
28548
|
+
"aria-label": t("aria.decrease"),
|
|
28454
28549
|
children: /* @__PURE__ */ jsx(Icon, { name: "minus", className: styles.icon })
|
|
28455
28550
|
}
|
|
28456
28551
|
),
|
|
@@ -28491,7 +28586,7 @@ var init_NumberStepper = __esm({
|
|
|
28491
28586
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
|
|
28492
28587
|
styles.button
|
|
28493
28588
|
),
|
|
28494
|
-
"aria-label": "
|
|
28589
|
+
"aria-label": t("aria.increase"),
|
|
28495
28590
|
children: /* @__PURE__ */ jsx(Icon, { name: "plus", className: styles.icon })
|
|
28496
28591
|
}
|
|
28497
28592
|
)
|
|
@@ -28514,7 +28609,7 @@ function useSafeEventBus6() {
|
|
|
28514
28609
|
}
|
|
28515
28610
|
var sizeStyles11, StarRating;
|
|
28516
28611
|
var init_StarRating = __esm({
|
|
28517
|
-
"components/molecules/StarRating.tsx"() {
|
|
28612
|
+
"components/core/molecules/StarRating.tsx"() {
|
|
28518
28613
|
"use client";
|
|
28519
28614
|
init_cn();
|
|
28520
28615
|
init_Icon();
|
|
@@ -28667,7 +28762,7 @@ function formatFileSize(bytes) {
|
|
|
28667
28762
|
}
|
|
28668
28763
|
var UploadDropZone;
|
|
28669
28764
|
var init_UploadDropZone = __esm({
|
|
28670
|
-
"components/molecules/UploadDropZone.tsx"() {
|
|
28765
|
+
"components/core/molecules/UploadDropZone.tsx"() {
|
|
28671
28766
|
"use client";
|
|
28672
28767
|
init_cn();
|
|
28673
28768
|
init_Icon();
|
|
@@ -28832,11 +28927,12 @@ function useSafeEventBus8() {
|
|
|
28832
28927
|
}
|
|
28833
28928
|
var Lightbox;
|
|
28834
28929
|
var init_Lightbox = __esm({
|
|
28835
|
-
"components/molecules/Lightbox.tsx"() {
|
|
28930
|
+
"components/core/molecules/Lightbox.tsx"() {
|
|
28836
28931
|
"use client";
|
|
28837
28932
|
init_Icon();
|
|
28838
28933
|
init_cn();
|
|
28839
28934
|
init_useEventBus();
|
|
28935
|
+
init_useTranslate();
|
|
28840
28936
|
Lightbox = ({
|
|
28841
28937
|
images = [],
|
|
28842
28938
|
currentIndex = 0,
|
|
@@ -28851,6 +28947,7 @@ var init_Lightbox = __esm({
|
|
|
28851
28947
|
const [index, setIndex] = useState(currentIndex);
|
|
28852
28948
|
const [touchStartX, setTouchStartX] = useState(null);
|
|
28853
28949
|
const eventBus = useSafeEventBus8();
|
|
28950
|
+
const { t } = useTranslate();
|
|
28854
28951
|
useEffect(() => {
|
|
28855
28952
|
setIndex(currentIndex);
|
|
28856
28953
|
}, [currentIndex]);
|
|
@@ -28941,7 +29038,7 @@ var init_Lightbox = __esm({
|
|
|
28941
29038
|
"hover:bg-opacity-70 transition-opacity",
|
|
28942
29039
|
"focus:outline-none focus:ring-2 focus:ring-white"
|
|
28943
29040
|
),
|
|
28944
|
-
"aria-label": "
|
|
29041
|
+
"aria-label": t("aria.closeModal"),
|
|
28945
29042
|
children: /* @__PURE__ */ jsx(Icon, { name: "x", className: "w-6 h-6" })
|
|
28946
29043
|
}
|
|
28947
29044
|
),
|
|
@@ -28960,7 +29057,7 @@ var init_Lightbox = __esm({
|
|
|
28960
29057
|
"hover:bg-opacity-70 transition-opacity",
|
|
28961
29058
|
"focus:outline-none focus:ring-2 focus:ring-white"
|
|
28962
29059
|
),
|
|
28963
|
-
"aria-label": "
|
|
29060
|
+
"aria-label": t("aria.previousImage"),
|
|
28964
29061
|
children: /* @__PURE__ */ jsx(Icon, { name: "chevron-left", className: "w-8 h-8" })
|
|
28965
29062
|
}
|
|
28966
29063
|
),
|
|
@@ -28997,7 +29094,7 @@ var init_Lightbox = __esm({
|
|
|
28997
29094
|
"hover:bg-opacity-70 transition-opacity",
|
|
28998
29095
|
"focus:outline-none focus:ring-2 focus:ring-white"
|
|
28999
29096
|
),
|
|
29000
|
-
"aria-label": "
|
|
29097
|
+
"aria-label": t("aria.nextImage"),
|
|
29001
29098
|
children: /* @__PURE__ */ jsx(Icon, { name: "chevron-right", className: "w-8 h-8" })
|
|
29002
29099
|
}
|
|
29003
29100
|
),
|
|
@@ -29143,13 +29240,13 @@ function TableView({
|
|
|
29143
29240
|
eventBus.emit(`UI:${action.event}`, payload);
|
|
29144
29241
|
};
|
|
29145
29242
|
if (isLoading) {
|
|
29146
|
-
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items")
|
|
29243
|
+
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
|
|
29147
29244
|
}
|
|
29148
29245
|
if (error) {
|
|
29149
29246
|
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "error", children: error.message }) });
|
|
29150
29247
|
}
|
|
29151
29248
|
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")
|
|
29249
|
+
const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: emptyMessage || t("empty.noItems") }) });
|
|
29153
29250
|
return dnd.enabled ? /* @__PURE__ */ jsx(Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
|
|
29154
29251
|
}
|
|
29155
29252
|
const lk = LOOKS[look];
|
|
@@ -29174,7 +29271,7 @@ function TableView({
|
|
|
29174
29271
|
lk.headPad
|
|
29175
29272
|
),
|
|
29176
29273
|
children: [
|
|
29177
|
-
selectable && /* @__PURE__ */ jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": "
|
|
29274
|
+
selectable && /* @__PURE__ */ jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": t("aria.selectAllRows") }) }),
|
|
29178
29275
|
colDefs.map((col) => {
|
|
29179
29276
|
const active = sortColumn === (col.field ?? col.key);
|
|
29180
29277
|
return /* @__PURE__ */ jsxs(
|
|
@@ -29268,7 +29365,7 @@ function TableView({
|
|
|
29268
29365
|
Menu,
|
|
29269
29366
|
{
|
|
29270
29367
|
position: "bottom-end",
|
|
29271
|
-
trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": "
|
|
29368
|
+
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
29369
|
items: itemActions.slice(maxInlineActions).map((action) => ({
|
|
29273
29370
|
label: action.label,
|
|
29274
29371
|
icon: action.icon,
|
|
@@ -29306,8 +29403,8 @@ function TableView({
|
|
|
29306
29403
|
/* @__PURE__ */ jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
|
|
29307
29404
|
t("common.showMore"),
|
|
29308
29405
|
" (",
|
|
29309
|
-
ordered.length - visibleCount,
|
|
29310
|
-
"
|
|
29406
|
+
t("common.remaining", { count: ordered.length - visibleCount }),
|
|
29407
|
+
")"
|
|
29311
29408
|
] }) })
|
|
29312
29409
|
]
|
|
29313
29410
|
}
|
|
@@ -29315,7 +29412,7 @@ function TableView({
|
|
|
29315
29412
|
}
|
|
29316
29413
|
var alignClass, weightClass, LOOKS;
|
|
29317
29414
|
var init_TableView = __esm({
|
|
29318
|
-
"components/molecules/TableView.tsx"() {
|
|
29415
|
+
"components/core/molecules/TableView.tsx"() {
|
|
29319
29416
|
"use client";
|
|
29320
29417
|
init_cn();
|
|
29321
29418
|
init_getNestedValue();
|
|
@@ -29373,7 +29470,7 @@ function composeDisplayValue(value, format, max, prefix, suffix) {
|
|
|
29373
29470
|
}
|
|
29374
29471
|
var lookStyles7, variantColor, StatDisplay;
|
|
29375
29472
|
var init_StatDisplay = __esm({
|
|
29376
|
-
"components/molecules/StatDisplay.tsx"() {
|
|
29473
|
+
"components/core/molecules/StatDisplay.tsx"() {
|
|
29377
29474
|
"use client";
|
|
29378
29475
|
init_cn();
|
|
29379
29476
|
init_Card();
|
|
@@ -29516,14 +29613,15 @@ function getColorForValue(value, max, thresholds) {
|
|
|
29516
29613
|
}
|
|
29517
29614
|
var DEFAULT_THRESHOLDS, radialSizes, Meter;
|
|
29518
29615
|
var init_Meter = __esm({
|
|
29519
|
-
"components/molecules/Meter.tsx"() {
|
|
29616
|
+
"components/core/molecules/Meter.tsx"() {
|
|
29520
29617
|
"use client";
|
|
29521
29618
|
init_cn();
|
|
29522
|
-
|
|
29619
|
+
init_atoms2();
|
|
29523
29620
|
init_Stack();
|
|
29524
29621
|
init_LoadingState();
|
|
29525
29622
|
init_ErrorState();
|
|
29526
29623
|
init_useEventBus();
|
|
29624
|
+
init_useTranslate();
|
|
29527
29625
|
DEFAULT_THRESHOLDS = [
|
|
29528
29626
|
{ value: 30, color: "var(--color-error)" },
|
|
29529
29627
|
{ value: 70, color: "var(--color-warning)" },
|
|
@@ -29551,6 +29649,7 @@ var init_Meter = __esm({
|
|
|
29551
29649
|
className
|
|
29552
29650
|
}) => {
|
|
29553
29651
|
const eventBus = useEventBus();
|
|
29652
|
+
const { t } = useTranslate();
|
|
29554
29653
|
const handleAction = useCallback(
|
|
29555
29654
|
(action) => {
|
|
29556
29655
|
if (action.event) {
|
|
@@ -29574,13 +29673,13 @@ var init_Meter = __esm({
|
|
|
29574
29673
|
return unit ? `${formatted}${unit}` : `${formatted}`;
|
|
29575
29674
|
}, [safeVal, unit]);
|
|
29576
29675
|
if (isLoading) {
|
|
29577
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
29676
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
29578
29677
|
}
|
|
29579
29678
|
if (error) {
|
|
29580
29679
|
return /* @__PURE__ */ jsx(
|
|
29581
29680
|
ErrorState,
|
|
29582
29681
|
{
|
|
29583
|
-
title: "
|
|
29682
|
+
title: t("display.meterError"),
|
|
29584
29683
|
message: error.message,
|
|
29585
29684
|
className
|
|
29586
29685
|
}
|
|
@@ -29677,7 +29776,7 @@ var init_Meter = __esm({
|
|
|
29677
29776
|
idx
|
|
29678
29777
|
);
|
|
29679
29778
|
}) }),
|
|
29680
|
-
thresholds.some((
|
|
29779
|
+
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
29780
|
] }) });
|
|
29682
29781
|
}
|
|
29683
29782
|
return /* @__PURE__ */ jsx(Card, { className: cn("p-4", className), children: /* @__PURE__ */ jsxs(VStack, { gap: "sm", children: [
|
|
@@ -29732,7 +29831,7 @@ function useSafeEventBus9() {
|
|
|
29732
29831
|
}
|
|
29733
29832
|
var SwipeableRow;
|
|
29734
29833
|
var init_SwipeableRow = __esm({
|
|
29735
|
-
"components/molecules/SwipeableRow.tsx"() {
|
|
29834
|
+
"components/core/molecules/SwipeableRow.tsx"() {
|
|
29736
29835
|
"use client";
|
|
29737
29836
|
init_cn();
|
|
29738
29837
|
init_useEventBus();
|
|
@@ -29999,7 +30098,7 @@ function SortableListInner({
|
|
|
29999
30098
|
}
|
|
30000
30099
|
var EMPTY_ITEMS, SortableList;
|
|
30001
30100
|
var init_SortableList = __esm({
|
|
30002
|
-
"components/molecules/SortableList.tsx"() {
|
|
30101
|
+
"components/core/molecules/SortableList.tsx"() {
|
|
30003
30102
|
"use client";
|
|
30004
30103
|
init_cn();
|
|
30005
30104
|
init_useEventBus();
|
|
@@ -30025,7 +30124,7 @@ function useSafeEventBus11() {
|
|
|
30025
30124
|
}
|
|
30026
30125
|
var SAFETY_TIMEOUT_MS, PullToRefresh;
|
|
30027
30126
|
var init_PullToRefresh = __esm({
|
|
30028
|
-
"components/molecules/PullToRefresh.tsx"() {
|
|
30127
|
+
"components/core/molecules/PullToRefresh.tsx"() {
|
|
30029
30128
|
"use client";
|
|
30030
30129
|
init_cn();
|
|
30031
30130
|
init_useEventBus();
|
|
@@ -30126,7 +30225,7 @@ var init_PullToRefresh = __esm({
|
|
|
30126
30225
|
});
|
|
30127
30226
|
var iconSizeMap, gapMap, FeatureCard;
|
|
30128
30227
|
var init_FeatureCard = __esm({
|
|
30129
|
-
"components/molecules/FeatureCard.tsx"() {
|
|
30228
|
+
"components/marketing/molecules/FeatureCard.tsx"() {
|
|
30130
30229
|
"use client";
|
|
30131
30230
|
init_cn();
|
|
30132
30231
|
init_Card();
|
|
@@ -30206,7 +30305,7 @@ var init_FeatureCard = __esm({
|
|
|
30206
30305
|
});
|
|
30207
30306
|
var FeatureGrid;
|
|
30208
30307
|
var init_FeatureGrid = __esm({
|
|
30209
|
-
"components/molecules/FeatureGrid.tsx"() {
|
|
30308
|
+
"components/core/molecules/FeatureGrid.tsx"() {
|
|
30210
30309
|
"use client";
|
|
30211
30310
|
init_cn();
|
|
30212
30311
|
init_SimpleGrid();
|
|
@@ -30232,7 +30331,7 @@ var init_FeatureGrid = __esm({
|
|
|
30232
30331
|
});
|
|
30233
30332
|
var PricingCard;
|
|
30234
30333
|
var init_PricingCard = __esm({
|
|
30235
|
-
"components/molecules/PricingCard.tsx"() {
|
|
30334
|
+
"components/marketing/molecules/PricingCard.tsx"() {
|
|
30236
30335
|
"use client";
|
|
30237
30336
|
init_cn();
|
|
30238
30337
|
init_Card();
|
|
@@ -30312,7 +30411,7 @@ var init_PricingCard = __esm({
|
|
|
30312
30411
|
});
|
|
30313
30412
|
var PricingGrid;
|
|
30314
30413
|
var init_PricingGrid = __esm({
|
|
30315
|
-
"components/molecules/PricingGrid.tsx"() {
|
|
30414
|
+
"components/marketing/molecules/PricingGrid.tsx"() {
|
|
30316
30415
|
"use client";
|
|
30317
30416
|
init_cn();
|
|
30318
30417
|
init_SimpleGrid();
|
|
@@ -30337,7 +30436,7 @@ var init_PricingGrid = __esm({
|
|
|
30337
30436
|
});
|
|
30338
30437
|
var StatsGrid;
|
|
30339
30438
|
var init_StatsGrid = __esm({
|
|
30340
|
-
"components/molecules/StatsGrid.tsx"() {
|
|
30439
|
+
"components/marketing/molecules/StatsGrid.tsx"() {
|
|
30341
30440
|
"use client";
|
|
30342
30441
|
init_cn();
|
|
30343
30442
|
init_SimpleGrid();
|
|
@@ -30365,7 +30464,7 @@ var init_StatsGrid = __esm({
|
|
|
30365
30464
|
});
|
|
30366
30465
|
var ServiceCatalog;
|
|
30367
30466
|
var init_ServiceCatalog = __esm({
|
|
30368
|
-
"components/molecules/ServiceCatalog.tsx"() {
|
|
30467
|
+
"components/marketing/molecules/ServiceCatalog.tsx"() {
|
|
30369
30468
|
"use client";
|
|
30370
30469
|
init_cn();
|
|
30371
30470
|
init_Card();
|
|
@@ -30394,7 +30493,7 @@ var init_ServiceCatalog = __esm({
|
|
|
30394
30493
|
});
|
|
30395
30494
|
var LogosVariant, QuotesVariant, BadgesVariant, SocialProof;
|
|
30396
30495
|
var init_SocialProof = __esm({
|
|
30397
|
-
"components/molecules/SocialProof.tsx"() {
|
|
30496
|
+
"components/core/molecules/SocialProof.tsx"() {
|
|
30398
30497
|
"use client";
|
|
30399
30498
|
init_cn();
|
|
30400
30499
|
init_Box();
|
|
@@ -30452,7 +30551,7 @@ var init_SocialProof = __esm({
|
|
|
30452
30551
|
});
|
|
30453
30552
|
var StepCircle, StepFlow;
|
|
30454
30553
|
var init_StepFlow = __esm({
|
|
30455
|
-
"components/molecules/StepFlow.tsx"() {
|
|
30554
|
+
"components/marketing/molecules/StepFlow.tsx"() {
|
|
30456
30555
|
"use client";
|
|
30457
30556
|
init_cn();
|
|
30458
30557
|
init_Box();
|
|
@@ -30529,7 +30628,7 @@ var init_StepFlow = __esm({
|
|
|
30529
30628
|
});
|
|
30530
30629
|
var SplitSection;
|
|
30531
30630
|
var init_SplitSection = __esm({
|
|
30532
|
-
"components/molecules/SplitSection.tsx"() {
|
|
30631
|
+
"components/marketing/molecules/SplitSection.tsx"() {
|
|
30533
30632
|
"use client";
|
|
30534
30633
|
init_cn();
|
|
30535
30634
|
init_Box();
|
|
@@ -30602,7 +30701,7 @@ function normalizeTags(tags) {
|
|
|
30602
30701
|
}
|
|
30603
30702
|
var variantMap4, TagCloud;
|
|
30604
30703
|
var init_TagCloud = __esm({
|
|
30605
|
-
"components/molecules/TagCloud.tsx"() {
|
|
30704
|
+
"components/marketing/molecules/TagCloud.tsx"() {
|
|
30606
30705
|
"use client";
|
|
30607
30706
|
init_cn();
|
|
30608
30707
|
init_Stack();
|
|
@@ -30628,7 +30727,7 @@ var init_TagCloud = __esm({
|
|
|
30628
30727
|
});
|
|
30629
30728
|
var TagInput;
|
|
30630
30729
|
var init_TagInput = __esm({
|
|
30631
|
-
"components/molecules/TagInput.tsx"() {
|
|
30730
|
+
"components/core/molecules/TagInput.tsx"() {
|
|
30632
30731
|
"use client";
|
|
30633
30732
|
init_cn();
|
|
30634
30733
|
init_useEventBus();
|
|
@@ -30720,7 +30819,7 @@ var init_TagInput = __esm({
|
|
|
30720
30819
|
});
|
|
30721
30820
|
var ShowcaseCard;
|
|
30722
30821
|
var init_ShowcaseCard = __esm({
|
|
30723
|
-
"components/molecules/ShowcaseCard.tsx"() {
|
|
30822
|
+
"components/marketing/molecules/ShowcaseCard.tsx"() {
|
|
30724
30823
|
"use client";
|
|
30725
30824
|
init_cn();
|
|
30726
30825
|
init_Card();
|
|
@@ -31040,7 +31139,7 @@ function FrameStrip({
|
|
|
31040
31139
|
}
|
|
31041
31140
|
var GeometricPattern;
|
|
31042
31141
|
var init_GeometricPattern = __esm({
|
|
31043
|
-
"components/molecules/GeometricPattern.tsx"() {
|
|
31142
|
+
"components/marketing/molecules/GeometricPattern.tsx"() {
|
|
31044
31143
|
"use client";
|
|
31045
31144
|
init_cn();
|
|
31046
31145
|
init_PatternTile();
|
|
@@ -31272,7 +31371,7 @@ function f2(n) {
|
|
|
31272
31371
|
}
|
|
31273
31372
|
var VARIANT_MAP2, EdgeDecoration;
|
|
31274
31373
|
var init_EdgeDecoration = __esm({
|
|
31275
|
-
"components/molecules/EdgeDecoration.tsx"() {
|
|
31374
|
+
"components/core/molecules/EdgeDecoration.tsx"() {
|
|
31276
31375
|
"use client";
|
|
31277
31376
|
init_cn();
|
|
31278
31377
|
VARIANT_MAP2 = {
|
|
@@ -31326,11 +31425,12 @@ var init_EdgeDecoration = __esm({
|
|
|
31326
31425
|
});
|
|
31327
31426
|
var sizeStyles12, VoteStack;
|
|
31328
31427
|
var init_VoteStack = __esm({
|
|
31329
|
-
"components/molecules/VoteStack.tsx"() {
|
|
31428
|
+
"components/core/molecules/VoteStack.tsx"() {
|
|
31330
31429
|
"use client";
|
|
31331
31430
|
init_cn();
|
|
31332
31431
|
init_Icon();
|
|
31333
31432
|
init_useEventBus();
|
|
31433
|
+
init_useTranslate();
|
|
31334
31434
|
sizeStyles12 = {
|
|
31335
31435
|
sm: {
|
|
31336
31436
|
button: "w-7 h-7",
|
|
@@ -31363,6 +31463,7 @@ var init_VoteStack = __esm({
|
|
|
31363
31463
|
const isUp = userVote === "up";
|
|
31364
31464
|
const isDown = userVote === "down";
|
|
31365
31465
|
const eventBus = useEventBus();
|
|
31466
|
+
const { t } = useTranslate();
|
|
31366
31467
|
const handleUp = useCallback(() => {
|
|
31367
31468
|
const next = isUp ? null : "up";
|
|
31368
31469
|
onVote?.(next);
|
|
@@ -31398,7 +31499,7 @@ var init_VoteStack = __esm({
|
|
|
31398
31499
|
type: "button",
|
|
31399
31500
|
onClick: handleUp,
|
|
31400
31501
|
disabled,
|
|
31401
|
-
"aria-label": "
|
|
31502
|
+
"aria-label": t("aria.upvote"),
|
|
31402
31503
|
"aria-pressed": isUp,
|
|
31403
31504
|
className: cn(
|
|
31404
31505
|
"inline-flex items-center justify-center",
|
|
@@ -31435,7 +31536,7 @@ var init_VoteStack = __esm({
|
|
|
31435
31536
|
type: "button",
|
|
31436
31537
|
onClick: handleDown,
|
|
31437
31538
|
disabled,
|
|
31438
|
-
"aria-label": "
|
|
31539
|
+
"aria-label": t("aria.downvote"),
|
|
31439
31540
|
"aria-pressed": isDown,
|
|
31440
31541
|
className: cn(
|
|
31441
31542
|
"inline-flex items-center justify-center",
|
|
@@ -31460,7 +31561,7 @@ var init_VoteStack = __esm({
|
|
|
31460
31561
|
});
|
|
31461
31562
|
var DEFAULT_LIKERT_OPTIONS, radioSizes, buttonSizes, questionSizes, LikertScale;
|
|
31462
31563
|
var init_LikertScale = __esm({
|
|
31463
|
-
"components/molecules/LikertScale.tsx"() {
|
|
31564
|
+
"components/core/molecules/LikertScale.tsx"() {
|
|
31464
31565
|
"use client";
|
|
31465
31566
|
init_cn();
|
|
31466
31567
|
init_useEventBus();
|
|
@@ -31628,7 +31729,7 @@ var init_LikertScale = __esm({
|
|
|
31628
31729
|
});
|
|
31629
31730
|
var DEFAULT_MATRIX_COLUMNS, sizeStyles13, MatrixQuestion;
|
|
31630
31731
|
var init_MatrixQuestion = __esm({
|
|
31631
|
-
"components/molecules/MatrixQuestion.tsx"() {
|
|
31732
|
+
"components/core/molecules/MatrixQuestion.tsx"() {
|
|
31632
31733
|
"use client";
|
|
31633
31734
|
init_cn();
|
|
31634
31735
|
init_Typography();
|
|
@@ -31778,12 +31879,13 @@ var init_MatrixQuestion = __esm({
|
|
|
31778
31879
|
});
|
|
31779
31880
|
var QrScanner;
|
|
31780
31881
|
var init_QrScanner = __esm({
|
|
31781
|
-
"components/molecules/QrScanner.tsx"() {
|
|
31882
|
+
"components/core/molecules/QrScanner.tsx"() {
|
|
31782
31883
|
"use client";
|
|
31783
31884
|
init_cn();
|
|
31784
|
-
|
|
31885
|
+
init_atoms2();
|
|
31785
31886
|
init_Icon();
|
|
31786
31887
|
init_useEventBus();
|
|
31888
|
+
init_useTranslate();
|
|
31787
31889
|
QrScanner = ({
|
|
31788
31890
|
onScan,
|
|
31789
31891
|
scanEvent,
|
|
@@ -31796,6 +31898,7 @@ var init_QrScanner = __esm({
|
|
|
31796
31898
|
className
|
|
31797
31899
|
}) => {
|
|
31798
31900
|
const eventBus = useEventBus();
|
|
31901
|
+
const { t } = useTranslate();
|
|
31799
31902
|
const videoRef = useRef(null);
|
|
31800
31903
|
const streamRef = useRef(null);
|
|
31801
31904
|
const scanIntervalRef = useRef(null);
|
|
@@ -31903,7 +32006,7 @@ var init_QrScanner = __esm({
|
|
|
31903
32006
|
),
|
|
31904
32007
|
"data-pattern": "qr-scanner",
|
|
31905
32008
|
role: "region",
|
|
31906
|
-
"aria-label": "
|
|
32009
|
+
"aria-label": t("aria.qrScanner"),
|
|
31907
32010
|
children: [
|
|
31908
32011
|
/* @__PURE__ */ jsx(
|
|
31909
32012
|
Box,
|
|
@@ -31990,7 +32093,7 @@ var init_QrScanner = __esm({
|
|
|
31990
32093
|
"rounded-full bg-black bg-opacity-60 px-3 py-2 text-xs text-white",
|
|
31991
32094
|
"hover:bg-opacity-80 focus:outline-none focus:ring-2 focus:ring-white"
|
|
31992
32095
|
),
|
|
31993
|
-
"aria-label": "
|
|
32096
|
+
"aria-label": t("aria.mockScanDev"),
|
|
31994
32097
|
children: "Mock Scan"
|
|
31995
32098
|
}
|
|
31996
32099
|
)
|
|
@@ -32006,7 +32109,7 @@ var init_QrScanner = __esm({
|
|
|
32006
32109
|
});
|
|
32007
32110
|
var formatPriceDelta, constraintHint, validateSelection, OptionConstraintGroup;
|
|
32008
32111
|
var init_OptionConstraintGroup = __esm({
|
|
32009
|
-
"components/molecules/OptionConstraintGroup.tsx"() {
|
|
32112
|
+
"components/core/molecules/OptionConstraintGroup.tsx"() {
|
|
32010
32113
|
init_cn();
|
|
32011
32114
|
init_useEventBus();
|
|
32012
32115
|
init_Typography();
|
|
@@ -32205,11 +32308,11 @@ function getStatusIcon(status) {
|
|
|
32205
32308
|
}
|
|
32206
32309
|
var STATUS_CLASSES, STATUS_BADGE, PositionedCanvas;
|
|
32207
32310
|
var init_PositionedCanvas = __esm({
|
|
32208
|
-
"components/molecules/PositionedCanvas.tsx"() {
|
|
32311
|
+
"components/core/molecules/PositionedCanvas.tsx"() {
|
|
32209
32312
|
"use client";
|
|
32210
32313
|
init_cn();
|
|
32211
32314
|
init_useEventBus();
|
|
32212
|
-
|
|
32315
|
+
init_atoms2();
|
|
32213
32316
|
init_Icon();
|
|
32214
32317
|
STATUS_CLASSES = {
|
|
32215
32318
|
empty: "bg-surface border-border text-foreground",
|
|
@@ -32946,7 +33049,7 @@ function BlockRow({
|
|
|
32946
33049
|
}
|
|
32947
33050
|
var TOOLBAR_ENTRIES, BLOCK_TYPE_LABEL, CHANGEABLE_TYPES, _idSeq, BLOCK_TYPES, RichBlockEditor;
|
|
32948
33051
|
var init_RichBlockEditor = __esm({
|
|
32949
|
-
"components/molecules/RichBlockEditor.tsx"() {
|
|
33052
|
+
"components/core/molecules/RichBlockEditor.tsx"() {
|
|
32950
33053
|
"use client";
|
|
32951
33054
|
init_cn();
|
|
32952
33055
|
init_Card();
|
|
@@ -33141,11 +33244,11 @@ function collectInitiallyCollapsed(nodes, acc) {
|
|
|
33141
33244
|
}
|
|
33142
33245
|
var ReplyTreeNode, ReplyTree;
|
|
33143
33246
|
var init_ReplyTree = __esm({
|
|
33144
|
-
"components/molecules/ReplyTree.tsx"() {
|
|
33247
|
+
"components/core/molecules/ReplyTree.tsx"() {
|
|
33145
33248
|
"use client";
|
|
33146
33249
|
init_cn();
|
|
33147
33250
|
init_useEventBus();
|
|
33148
|
-
|
|
33251
|
+
init_atoms2();
|
|
33149
33252
|
init_VoteStack();
|
|
33150
33253
|
ReplyTreeNode = ({
|
|
33151
33254
|
node,
|
|
@@ -33446,11 +33549,11 @@ function computeDiff(before, after) {
|
|
|
33446
33549
|
}
|
|
33447
33550
|
var INLINE_STYLES, VersionDiff;
|
|
33448
33551
|
var init_VersionDiff = __esm({
|
|
33449
|
-
"components/molecules/VersionDiff.tsx"() {
|
|
33552
|
+
"components/core/molecules/VersionDiff.tsx"() {
|
|
33450
33553
|
"use client";
|
|
33451
33554
|
init_cn();
|
|
33452
33555
|
init_useEventBus();
|
|
33453
|
-
|
|
33556
|
+
init_atoms2();
|
|
33454
33557
|
init_Stack();
|
|
33455
33558
|
INLINE_STYLES = {
|
|
33456
33559
|
added: { bg: "bg-success/10", prefix: "+", text: "text-success" },
|
|
@@ -33757,23 +33860,25 @@ var init_VersionDiff = __esm({
|
|
|
33757
33860
|
});
|
|
33758
33861
|
var DocBreadcrumb;
|
|
33759
33862
|
var init_DocBreadcrumb = __esm({
|
|
33760
|
-
"components/molecules/DocBreadcrumb.tsx"() {
|
|
33863
|
+
"components/core/molecules/DocBreadcrumb.tsx"() {
|
|
33761
33864
|
"use client";
|
|
33762
33865
|
init_cn();
|
|
33763
33866
|
init_Box();
|
|
33764
33867
|
init_Stack();
|
|
33765
33868
|
init_Typography();
|
|
33766
33869
|
init_Icon();
|
|
33870
|
+
init_useTranslate();
|
|
33767
33871
|
DocBreadcrumb = ({
|
|
33768
33872
|
items,
|
|
33769
33873
|
className
|
|
33770
33874
|
}) => {
|
|
33875
|
+
const { t } = useTranslate();
|
|
33771
33876
|
return /* @__PURE__ */ jsx(
|
|
33772
33877
|
Box,
|
|
33773
33878
|
{
|
|
33774
33879
|
className: cn("w-full", className),
|
|
33775
33880
|
role: "navigation",
|
|
33776
|
-
"aria-label": "
|
|
33881
|
+
"aria-label": t("aria.breadcrumb"),
|
|
33777
33882
|
children: /* @__PURE__ */ jsx(HStack, { gap: "xs", align: "center", wrap: true, children: items.map((item, idx) => {
|
|
33778
33883
|
const isLast = idx === items.length - 1;
|
|
33779
33884
|
return /* @__PURE__ */ jsxs(React84__default.Fragment, { children: [
|
|
@@ -33916,7 +34021,7 @@ function DocCodeBlock({
|
|
|
33916
34021
|
);
|
|
33917
34022
|
}
|
|
33918
34023
|
var init_DocCodeBlock = __esm({
|
|
33919
|
-
"components/molecules/DocCodeBlock.tsx"() {
|
|
34024
|
+
"components/core/molecules/DocCodeBlock.tsx"() {
|
|
33920
34025
|
"use client";
|
|
33921
34026
|
init_cn();
|
|
33922
34027
|
init_Box();
|
|
@@ -33991,7 +34096,7 @@ function DocPagination({ prev, next, className }) {
|
|
|
33991
34096
|
}
|
|
33992
34097
|
var linkCardStyles;
|
|
33993
34098
|
var init_DocPagination = __esm({
|
|
33994
|
-
"components/molecules/DocPagination.tsx"() {
|
|
34099
|
+
"components/core/molecules/DocPagination.tsx"() {
|
|
33995
34100
|
"use client";
|
|
33996
34101
|
init_cn();
|
|
33997
34102
|
init_Box();
|
|
@@ -34180,7 +34285,7 @@ function DocSearch({
|
|
|
34180
34285
|
);
|
|
34181
34286
|
}
|
|
34182
34287
|
var init_DocSearch = __esm({
|
|
34183
|
-
"components/molecules/DocSearch.tsx"() {
|
|
34288
|
+
"components/core/molecules/DocSearch.tsx"() {
|
|
34184
34289
|
"use client";
|
|
34185
34290
|
init_cn();
|
|
34186
34291
|
init_Box();
|
|
@@ -34193,7 +34298,7 @@ var init_DocSearch = __esm({
|
|
|
34193
34298
|
});
|
|
34194
34299
|
var DocSidebarCategory, DocSidebar;
|
|
34195
34300
|
var init_DocSidebar = __esm({
|
|
34196
|
-
"components/molecules/DocSidebar.tsx"() {
|
|
34301
|
+
"components/core/molecules/DocSidebar.tsx"() {
|
|
34197
34302
|
"use client";
|
|
34198
34303
|
init_cn();
|
|
34199
34304
|
init_Box();
|
|
@@ -34201,6 +34306,7 @@ var init_DocSidebar = __esm({
|
|
|
34201
34306
|
init_Stack();
|
|
34202
34307
|
init_Typography();
|
|
34203
34308
|
init_Icon();
|
|
34309
|
+
init_useTranslate();
|
|
34204
34310
|
DocSidebarCategory = ({ item, depth }) => {
|
|
34205
34311
|
const [expanded, setExpanded] = useState(
|
|
34206
34312
|
() => item.items?.some(function hasActive(child) {
|
|
@@ -34285,12 +34391,13 @@ var init_DocSidebar = __esm({
|
|
|
34285
34391
|
items,
|
|
34286
34392
|
className
|
|
34287
34393
|
}) => {
|
|
34394
|
+
const { t } = useTranslate();
|
|
34288
34395
|
return /* @__PURE__ */ jsx(
|
|
34289
34396
|
Box,
|
|
34290
34397
|
{
|
|
34291
34398
|
className: cn("w-full", className),
|
|
34292
34399
|
role: "navigation",
|
|
34293
|
-
"aria-label": "
|
|
34400
|
+
"aria-label": t("aria.docsSidebar"),
|
|
34294
34401
|
children: /* @__PURE__ */ jsx(VStack, { gap: "xs", children: items.map((item, idx) => /* @__PURE__ */ jsx(DocSidebarCategory, { item, depth: 0 }, idx)) })
|
|
34295
34402
|
}
|
|
34296
34403
|
);
|
|
@@ -34300,23 +34407,25 @@ var init_DocSidebar = __esm({
|
|
|
34300
34407
|
});
|
|
34301
34408
|
var DocTOC;
|
|
34302
34409
|
var init_DocTOC = __esm({
|
|
34303
|
-
"components/molecules/DocTOC.tsx"() {
|
|
34410
|
+
"components/core/molecules/DocTOC.tsx"() {
|
|
34304
34411
|
"use client";
|
|
34305
34412
|
init_cn();
|
|
34306
34413
|
init_Box();
|
|
34307
34414
|
init_Stack();
|
|
34308
34415
|
init_Typography();
|
|
34416
|
+
init_useTranslate();
|
|
34309
34417
|
DocTOC = ({
|
|
34310
34418
|
items,
|
|
34311
34419
|
activeId,
|
|
34312
34420
|
className
|
|
34313
34421
|
}) => {
|
|
34422
|
+
const { t } = useTranslate();
|
|
34314
34423
|
return /* @__PURE__ */ jsx(
|
|
34315
34424
|
Box,
|
|
34316
34425
|
{
|
|
34317
34426
|
className: cn("w-full", className),
|
|
34318
34427
|
role: "navigation",
|
|
34319
|
-
"aria-label": "
|
|
34428
|
+
"aria-label": t("aria.tableOfContents"),
|
|
34320
34429
|
children: /* @__PURE__ */ jsx(VStack, { gap: "none", children: items.map((item) => {
|
|
34321
34430
|
const isActive = item.id === activeId;
|
|
34322
34431
|
const indent = item.level >= 3 ? "pl-4" : "pl-0";
|
|
@@ -34359,7 +34468,7 @@ var init_DocTOC = __esm({
|
|
|
34359
34468
|
});
|
|
34360
34469
|
var GradientDivider;
|
|
34361
34470
|
var init_GradientDivider = __esm({
|
|
34362
|
-
"components/molecules/GradientDivider.tsx"() {
|
|
34471
|
+
"components/core/molecules/GradientDivider.tsx"() {
|
|
34363
34472
|
"use client";
|
|
34364
34473
|
init_cn();
|
|
34365
34474
|
init_Box();
|
|
@@ -34383,7 +34492,7 @@ var init_GradientDivider = __esm({
|
|
|
34383
34492
|
});
|
|
34384
34493
|
var MarketingFooter;
|
|
34385
34494
|
var init_MarketingFooter = __esm({
|
|
34386
|
-
"components/molecules/MarketingFooter.tsx"() {
|
|
34495
|
+
"components/core/molecules/MarketingFooter.tsx"() {
|
|
34387
34496
|
"use client";
|
|
34388
34497
|
init_cn();
|
|
34389
34498
|
init_Box();
|
|
@@ -34453,7 +34562,7 @@ var init_MarketingFooter = __esm({
|
|
|
34453
34562
|
});
|
|
34454
34563
|
var PullQuote;
|
|
34455
34564
|
var init_PullQuote = __esm({
|
|
34456
|
-
"components/molecules/PullQuote.tsx"() {
|
|
34565
|
+
"components/core/molecules/PullQuote.tsx"() {
|
|
34457
34566
|
"use client";
|
|
34458
34567
|
init_cn();
|
|
34459
34568
|
init_Box();
|
|
@@ -34498,7 +34607,7 @@ function persistenceStroke(kind) {
|
|
|
34498
34607
|
}
|
|
34499
34608
|
var AvlEntity;
|
|
34500
34609
|
var init_AvlEntity = __esm({
|
|
34501
|
-
"components/atoms/
|
|
34610
|
+
"components/avl/atoms/AvlEntity.tsx"() {
|
|
34502
34611
|
"use client";
|
|
34503
34612
|
AvlEntity = ({
|
|
34504
34613
|
x = 0,
|
|
@@ -34625,7 +34734,7 @@ function typeShape(kind, x, y, s, color) {
|
|
|
34625
34734
|
}
|
|
34626
34735
|
var AvlFieldType;
|
|
34627
34736
|
var init_AvlFieldType = __esm({
|
|
34628
|
-
"components/atoms/
|
|
34737
|
+
"components/avl/atoms/AvlFieldType.tsx"() {
|
|
34629
34738
|
"use client";
|
|
34630
34739
|
AvlFieldType = ({
|
|
34631
34740
|
x = 0,
|
|
@@ -34659,7 +34768,7 @@ var init_AvlFieldType = __esm({
|
|
|
34659
34768
|
});
|
|
34660
34769
|
var AvlPage;
|
|
34661
34770
|
var init_AvlPage = __esm({
|
|
34662
|
-
"components/atoms/
|
|
34771
|
+
"components/avl/atoms/AvlPage.tsx"() {
|
|
34663
34772
|
"use client";
|
|
34664
34773
|
AvlPage = ({
|
|
34665
34774
|
x = 0,
|
|
@@ -34704,7 +34813,7 @@ var init_AvlPage = __esm({
|
|
|
34704
34813
|
});
|
|
34705
34814
|
var NODE_W, NODE_H, GAP, ARROW_W, MiniStateMachine;
|
|
34706
34815
|
var init_MiniStateMachine = __esm({
|
|
34707
|
-
"components/molecules/
|
|
34816
|
+
"components/avl/molecules/MiniStateMachine.tsx"() {
|
|
34708
34817
|
"use client";
|
|
34709
34818
|
init_AvlState();
|
|
34710
34819
|
init_AvlEffect();
|
|
@@ -34799,7 +34908,7 @@ function toFieldKind(type) {
|
|
|
34799
34908
|
}
|
|
34800
34909
|
var PERSISTENCE_BORDER, PERSISTENCE_ICON, ModuleCardInner, ModuleCard;
|
|
34801
34910
|
var init_ModuleCard = __esm({
|
|
34802
|
-
"components/molecules/
|
|
34911
|
+
"components/avl/molecules/ModuleCard.tsx"() {
|
|
34803
34912
|
"use client";
|
|
34804
34913
|
init_AvlEntity();
|
|
34805
34914
|
init_AvlFieldType();
|
|
@@ -34895,10 +35004,10 @@ var init_ModuleCard = __esm({
|
|
|
34895
35004
|
});
|
|
34896
35005
|
var PageHeader;
|
|
34897
35006
|
var init_PageHeader = __esm({
|
|
34898
|
-
"components/molecules/PageHeader.tsx"() {
|
|
35007
|
+
"components/core/molecules/PageHeader.tsx"() {
|
|
34899
35008
|
"use client";
|
|
34900
35009
|
init_cn();
|
|
34901
|
-
|
|
35010
|
+
init_atoms2();
|
|
34902
35011
|
init_Box();
|
|
34903
35012
|
init_Typography();
|
|
34904
35013
|
init_useEventBus();
|
|
@@ -35029,7 +35138,7 @@ var init_PageHeader = __esm({
|
|
|
35029
35138
|
});
|
|
35030
35139
|
var lookStyles8, Header;
|
|
35031
35140
|
var init_Header = __esm({
|
|
35032
|
-
"components/molecules/Header.tsx"() {
|
|
35141
|
+
"components/core/molecules/Header.tsx"() {
|
|
35033
35142
|
"use client";
|
|
35034
35143
|
init_SearchInput();
|
|
35035
35144
|
init_Avatar();
|
|
@@ -35091,7 +35200,7 @@ var init_Header = __esm({
|
|
|
35091
35200
|
variant: "ghost",
|
|
35092
35201
|
onClick: onMenuToggle,
|
|
35093
35202
|
className: "p-2 -ml-2 text-foreground hover:bg-muted transition-colors",
|
|
35094
|
-
"aria-label": isMenuOpen ? "
|
|
35203
|
+
"aria-label": isMenuOpen ? t("aria.closeMenu") : t("aria.openMenu"),
|
|
35095
35204
|
children: isMenuOpen ? /* @__PURE__ */ jsx(X, { size: 24 }) : /* @__PURE__ */ jsx(Menu$1, { size: 24 })
|
|
35096
35205
|
}
|
|
35097
35206
|
),
|
|
@@ -35177,7 +35286,7 @@ var init_Header = __esm({
|
|
|
35177
35286
|
});
|
|
35178
35287
|
var Navigation;
|
|
35179
35288
|
var init_Navigation = __esm({
|
|
35180
|
-
"components/molecules/Navigation.tsx"() {
|
|
35289
|
+
"components/core/molecules/Navigation.tsx"() {
|
|
35181
35290
|
init_Menu();
|
|
35182
35291
|
init_Button();
|
|
35183
35292
|
init_Badge();
|
|
@@ -35259,7 +35368,7 @@ var init_Navigation = __esm({
|
|
|
35259
35368
|
});
|
|
35260
35369
|
var paddingStyles4, variantStyles9, Section;
|
|
35261
35370
|
var init_Section = __esm({
|
|
35262
|
-
"components/molecules/Section.tsx"() {
|
|
35371
|
+
"components/core/molecules/Section.tsx"() {
|
|
35263
35372
|
init_cn();
|
|
35264
35373
|
init_Typography();
|
|
35265
35374
|
init_Box();
|
|
@@ -35351,7 +35460,7 @@ var init_Section = __esm({
|
|
|
35351
35460
|
});
|
|
35352
35461
|
var SidebarNavItem, Sidebar;
|
|
35353
35462
|
var init_Sidebar = __esm({
|
|
35354
|
-
"components/molecules/Sidebar.tsx"() {
|
|
35463
|
+
"components/core/molecules/Sidebar.tsx"() {
|
|
35355
35464
|
"use client";
|
|
35356
35465
|
init_Badge();
|
|
35357
35466
|
init_Button();
|
|
@@ -35532,7 +35641,7 @@ var init_Sidebar = __esm({
|
|
|
35532
35641
|
});
|
|
35533
35642
|
var gapStyles8, alignStyles5, ratioStyles, breakpointPrefixes, Split;
|
|
35534
35643
|
var init_Split = __esm({
|
|
35535
|
-
"components/molecules/Split.tsx"() {
|
|
35644
|
+
"components/core/molecules/Split.tsx"() {
|
|
35536
35645
|
init_cn();
|
|
35537
35646
|
init_Box();
|
|
35538
35647
|
gapStyles8 = {
|
|
@@ -35605,7 +35714,7 @@ var init_Split = __esm({
|
|
|
35605
35714
|
});
|
|
35606
35715
|
var WizardContainer;
|
|
35607
35716
|
var init_WizardContainer = __esm({
|
|
35608
|
-
"components/molecules/WizardContainer.tsx"() {
|
|
35717
|
+
"components/core/molecules/WizardContainer.tsx"() {
|
|
35609
35718
|
"use client";
|
|
35610
35719
|
init_Button();
|
|
35611
35720
|
init_Typography();
|
|
@@ -35810,7 +35919,7 @@ function getOrbitalType(complexity) {
|
|
|
35810
35919
|
}
|
|
35811
35920
|
var ORBITAL_CONFIGS, SIZE_MAP, OrbitalSphere, DumbbellOrbital, CloverleafOrbital, OrbitalVisualization;
|
|
35812
35921
|
var init_OrbitalVisualization = __esm({
|
|
35813
|
-
"components/molecules/OrbitalVisualization.tsx"() {
|
|
35922
|
+
"components/core/molecules/OrbitalVisualization.tsx"() {
|
|
35814
35923
|
"use client";
|
|
35815
35924
|
init_Box();
|
|
35816
35925
|
init_Typography();
|
|
@@ -36179,14 +36288,15 @@ var init_OrbitalVisualization = __esm({
|
|
|
36179
36288
|
});
|
|
36180
36289
|
var SignaturePad;
|
|
36181
36290
|
var init_SignaturePad = __esm({
|
|
36182
|
-
"components/molecules/SignaturePad.tsx"() {
|
|
36291
|
+
"components/core/molecules/SignaturePad.tsx"() {
|
|
36183
36292
|
"use client";
|
|
36184
36293
|
init_cn();
|
|
36185
|
-
|
|
36294
|
+
init_atoms2();
|
|
36186
36295
|
init_Stack();
|
|
36187
36296
|
init_LoadingState();
|
|
36188
36297
|
init_ErrorState();
|
|
36189
36298
|
init_useEventBus();
|
|
36299
|
+
init_useTranslate();
|
|
36190
36300
|
SignaturePad = ({
|
|
36191
36301
|
label = "Signature",
|
|
36192
36302
|
helperText = "Draw your signature above",
|
|
@@ -36204,6 +36314,7 @@ var init_SignaturePad = __esm({
|
|
|
36204
36314
|
className
|
|
36205
36315
|
}) => {
|
|
36206
36316
|
const eventBus = useEventBus();
|
|
36317
|
+
const { t } = useTranslate();
|
|
36207
36318
|
const canvasRef = useRef(null);
|
|
36208
36319
|
const [isDrawing, setIsDrawing] = useState(false);
|
|
36209
36320
|
const [hasSignature, setHasSignature] = useState(!!value);
|
|
@@ -36293,13 +36404,13 @@ var init_SignaturePad = __esm({
|
|
|
36293
36404
|
}
|
|
36294
36405
|
}, [signEvent, eventBus]);
|
|
36295
36406
|
if (isLoading) {
|
|
36296
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
36407
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
36297
36408
|
}
|
|
36298
36409
|
if (error) {
|
|
36299
36410
|
return /* @__PURE__ */ jsx(
|
|
36300
36411
|
ErrorState,
|
|
36301
36412
|
{
|
|
36302
|
-
title: "
|
|
36413
|
+
title: t("display.signaturePadError"),
|
|
36303
36414
|
message: error.message,
|
|
36304
36415
|
className
|
|
36305
36416
|
}
|
|
@@ -36367,16 +36478,17 @@ var init_SignaturePad = __esm({
|
|
|
36367
36478
|
});
|
|
36368
36479
|
var DocumentViewer;
|
|
36369
36480
|
var init_DocumentViewer = __esm({
|
|
36370
|
-
"components/molecules/DocumentViewer.tsx"() {
|
|
36481
|
+
"components/core/molecules/DocumentViewer.tsx"() {
|
|
36371
36482
|
"use client";
|
|
36372
36483
|
init_cn();
|
|
36373
|
-
|
|
36484
|
+
init_atoms2();
|
|
36374
36485
|
init_Stack();
|
|
36375
36486
|
init_LoadingState();
|
|
36376
36487
|
init_ErrorState();
|
|
36377
36488
|
init_EmptyState();
|
|
36378
36489
|
init_Tabs();
|
|
36379
36490
|
init_useEventBus();
|
|
36491
|
+
init_useTranslate();
|
|
36380
36492
|
DocumentViewer = ({
|
|
36381
36493
|
title,
|
|
36382
36494
|
src,
|
|
@@ -36396,6 +36508,7 @@ var init_DocumentViewer = __esm({
|
|
|
36396
36508
|
className
|
|
36397
36509
|
}) => {
|
|
36398
36510
|
const eventBus = useEventBus();
|
|
36511
|
+
const { t } = useTranslate();
|
|
36399
36512
|
const [zoom, setZoom] = useState(100);
|
|
36400
36513
|
const [currentPage, setCurrentPage] = useState(propPage ?? 1);
|
|
36401
36514
|
const [activeDocIndex, setActiveDocIndex] = useState(0);
|
|
@@ -36431,13 +36544,13 @@ var init_DocumentViewer = __esm({
|
|
|
36431
36544
|
}
|
|
36432
36545
|
}, [totalPages, eventBus, currentPage]);
|
|
36433
36546
|
if (isLoading) {
|
|
36434
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
36547
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
36435
36548
|
}
|
|
36436
36549
|
if (error) {
|
|
36437
36550
|
return /* @__PURE__ */ jsx(
|
|
36438
36551
|
ErrorState,
|
|
36439
36552
|
{
|
|
36440
|
-
title: "
|
|
36553
|
+
title: t("display.documentError"),
|
|
36441
36554
|
message: error.message,
|
|
36442
36555
|
className
|
|
36443
36556
|
}
|
|
@@ -36452,7 +36565,7 @@ var init_DocumentViewer = __esm({
|
|
|
36452
36565
|
EmptyState,
|
|
36453
36566
|
{
|
|
36454
36567
|
icon: FileText,
|
|
36455
|
-
title: "
|
|
36568
|
+
title: t("display.noDocument"),
|
|
36456
36569
|
description: "No document to display.",
|
|
36457
36570
|
className
|
|
36458
36571
|
}
|
|
@@ -36571,15 +36684,16 @@ function getGroupColor(group, groups) {
|
|
|
36571
36684
|
}
|
|
36572
36685
|
var GROUP_COLORS2, GraphCanvas;
|
|
36573
36686
|
var init_GraphCanvas = __esm({
|
|
36574
|
-
"components/molecules/GraphCanvas.tsx"() {
|
|
36687
|
+
"components/core/molecules/GraphCanvas.tsx"() {
|
|
36575
36688
|
"use client";
|
|
36576
36689
|
init_cn();
|
|
36577
|
-
|
|
36690
|
+
init_atoms2();
|
|
36578
36691
|
init_Stack();
|
|
36579
36692
|
init_LoadingState();
|
|
36580
36693
|
init_ErrorState();
|
|
36581
36694
|
init_EmptyState();
|
|
36582
36695
|
init_useEventBus();
|
|
36696
|
+
init_useTranslate();
|
|
36583
36697
|
GROUP_COLORS2 = [
|
|
36584
36698
|
"var(--color-primary)",
|
|
36585
36699
|
"var(--color-success)",
|
|
@@ -36606,6 +36720,7 @@ var init_GraphCanvas = __esm({
|
|
|
36606
36720
|
className
|
|
36607
36721
|
}) => {
|
|
36608
36722
|
const eventBus = useEventBus();
|
|
36723
|
+
const { t } = useTranslate();
|
|
36609
36724
|
const canvasRef = useRef(null);
|
|
36610
36725
|
const animRef = useRef(0);
|
|
36611
36726
|
const [zoom, setZoom] = useState(1);
|
|
@@ -36787,13 +36902,13 @@ var init_GraphCanvas = __esm({
|
|
|
36787
36902
|
setOffset({ x: 0, y: 0 });
|
|
36788
36903
|
}, []);
|
|
36789
36904
|
if (isLoading) {
|
|
36790
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
36905
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
36791
36906
|
}
|
|
36792
36907
|
if (error) {
|
|
36793
36908
|
return /* @__PURE__ */ jsx(
|
|
36794
36909
|
ErrorState,
|
|
36795
36910
|
{
|
|
36796
|
-
title: "
|
|
36911
|
+
title: t("display.graphError"),
|
|
36797
36912
|
message: error.message,
|
|
36798
36913
|
className
|
|
36799
36914
|
}
|
|
@@ -36803,7 +36918,7 @@ var init_GraphCanvas = __esm({
|
|
|
36803
36918
|
return /* @__PURE__ */ jsx(
|
|
36804
36919
|
EmptyState,
|
|
36805
36920
|
{
|
|
36806
|
-
title: "
|
|
36921
|
+
title: t("display.noGraphData"),
|
|
36807
36922
|
description: "No nodes to display.",
|
|
36808
36923
|
className
|
|
36809
36924
|
}
|
|
@@ -36879,19 +36994,19 @@ var init_GraphCanvas = __esm({
|
|
|
36879
36994
|
}
|
|
36880
36995
|
});
|
|
36881
36996
|
|
|
36882
|
-
// components/molecules/index.ts
|
|
36883
|
-
var
|
|
36884
|
-
"components/molecules/index.ts"() {
|
|
36997
|
+
// components/core/molecules/index.ts
|
|
36998
|
+
var init_molecules2 = __esm({
|
|
36999
|
+
"components/core/molecules/index.ts"() {
|
|
36885
37000
|
init_EmptyState();
|
|
36886
37001
|
init_Pagination();
|
|
36887
|
-
|
|
37002
|
+
init_molecules();
|
|
36888
37003
|
}
|
|
36889
37004
|
});
|
|
36890
37005
|
|
|
36891
|
-
// components/organisms/types.ts
|
|
37006
|
+
// components/core/organisms/types.ts
|
|
36892
37007
|
var EntityDisplayEvents;
|
|
36893
37008
|
var init_types3 = __esm({
|
|
36894
|
-
"components/organisms/types.ts"() {
|
|
37009
|
+
"components/core/organisms/types.ts"() {
|
|
36895
37010
|
EntityDisplayEvents = {
|
|
36896
37011
|
SORT: "SORT",
|
|
36897
37012
|
PAGINATE: "PAGINATE",
|
|
@@ -37305,15 +37420,15 @@ function DataTable({
|
|
|
37305
37420
|
}
|
|
37306
37421
|
var lookStyles9;
|
|
37307
37422
|
var init_DataTable = __esm({
|
|
37308
|
-
"components/organisms/DataTable.tsx"() {
|
|
37423
|
+
"components/core/organisms/DataTable.tsx"() {
|
|
37309
37424
|
"use client";
|
|
37310
37425
|
init_cn();
|
|
37311
37426
|
init_getNestedValue();
|
|
37312
|
-
|
|
37427
|
+
init_atoms2();
|
|
37313
37428
|
init_Box();
|
|
37314
37429
|
init_Stack();
|
|
37315
37430
|
init_Typography();
|
|
37316
|
-
|
|
37431
|
+
init_molecules2();
|
|
37317
37432
|
init_Icon();
|
|
37318
37433
|
init_useEventBus();
|
|
37319
37434
|
init_useTranslate();
|
|
@@ -37460,8 +37575,8 @@ function DebuggerBoard({
|
|
|
37460
37575
|
);
|
|
37461
37576
|
}
|
|
37462
37577
|
var init_DebuggerBoard = __esm({
|
|
37463
|
-
"components/organisms/
|
|
37464
|
-
|
|
37578
|
+
"components/game/organisms/puzzles/debugger/DebuggerBoard.tsx"() {
|
|
37579
|
+
init_atoms2();
|
|
37465
37580
|
init_useEventBus();
|
|
37466
37581
|
init_useTranslate();
|
|
37467
37582
|
DebuggerBoard.displayName = "DebuggerBoard";
|
|
@@ -37582,9 +37697,9 @@ function buildFieldTypeMap(fields) {
|
|
|
37582
37697
|
}
|
|
37583
37698
|
var ReactMarkdown2, DetailPanel;
|
|
37584
37699
|
var init_DetailPanel = __esm({
|
|
37585
|
-
"components/organisms/DetailPanel.tsx"() {
|
|
37700
|
+
"components/core/organisms/DetailPanel.tsx"() {
|
|
37586
37701
|
"use client";
|
|
37587
|
-
|
|
37702
|
+
init_atoms2();
|
|
37588
37703
|
init_Box();
|
|
37589
37704
|
init_Stack();
|
|
37590
37705
|
init_SimpleGrid();
|
|
@@ -37759,7 +37874,7 @@ var init_DetailPanel = __esm({
|
|
|
37759
37874
|
return /* @__PURE__ */ jsx(
|
|
37760
37875
|
LoadingState,
|
|
37761
37876
|
{
|
|
37762
|
-
message: "
|
|
37877
|
+
message: t("common.loading"),
|
|
37763
37878
|
className
|
|
37764
37879
|
}
|
|
37765
37880
|
);
|
|
@@ -37779,7 +37894,7 @@ var init_DetailPanel = __esm({
|
|
|
37779
37894
|
return /* @__PURE__ */ jsx(
|
|
37780
37895
|
EmptyState,
|
|
37781
37896
|
{
|
|
37782
|
-
title: "
|
|
37897
|
+
title: t("error.notFound"),
|
|
37783
37898
|
description: "The requested item could not be found.",
|
|
37784
37899
|
className
|
|
37785
37900
|
}
|
|
@@ -37927,7 +38042,7 @@ function extractTitle(children) {
|
|
|
37927
38042
|
}
|
|
37928
38043
|
var DrawerSlot;
|
|
37929
38044
|
var init_DrawerSlot = __esm({
|
|
37930
|
-
"components/organisms/DrawerSlot.tsx"() {
|
|
38045
|
+
"components/core/organisms/DrawerSlot.tsx"() {
|
|
37931
38046
|
"use client";
|
|
37932
38047
|
init_Drawer();
|
|
37933
38048
|
init_useEventBus();
|
|
@@ -38170,7 +38285,7 @@ function TraitStateViewer({
|
|
|
38170
38285
|
}
|
|
38171
38286
|
var SIZE_CONFIG2;
|
|
38172
38287
|
var init_TraitStateViewer = __esm({
|
|
38173
|
-
"components/organisms/
|
|
38288
|
+
"components/game/organisms/TraitStateViewer.tsx"() {
|
|
38174
38289
|
"use client";
|
|
38175
38290
|
init_cn();
|
|
38176
38291
|
init_useTranslate();
|
|
@@ -38229,8 +38344,8 @@ function RuleEditor({
|
|
|
38229
38344
|
] });
|
|
38230
38345
|
}
|
|
38231
38346
|
var init_RuleEditor = __esm({
|
|
38232
|
-
"components/organisms/
|
|
38233
|
-
|
|
38347
|
+
"components/game/organisms/puzzles/event-handler/RuleEditor.tsx"() {
|
|
38348
|
+
init_atoms2();
|
|
38234
38349
|
init_cn();
|
|
38235
38350
|
init_useTranslate();
|
|
38236
38351
|
RuleEditor.displayName = "RuleEditor";
|
|
@@ -38304,8 +38419,8 @@ function ObjectRulePanel({
|
|
|
38304
38419
|
}
|
|
38305
38420
|
var nextRuleId;
|
|
38306
38421
|
var init_ObjectRulePanel = __esm({
|
|
38307
|
-
"components/organisms/
|
|
38308
|
-
|
|
38422
|
+
"components/game/organisms/puzzles/event-handler/ObjectRulePanel.tsx"() {
|
|
38423
|
+
init_atoms2();
|
|
38309
38424
|
init_cn();
|
|
38310
38425
|
init_useTranslate();
|
|
38311
38426
|
init_TraitStateViewer();
|
|
@@ -38349,8 +38464,8 @@ function EventLog({
|
|
|
38349
38464
|
}
|
|
38350
38465
|
var STATUS_STYLES, STATUS_DOTS;
|
|
38351
38466
|
var init_EventLog = __esm({
|
|
38352
|
-
"components/organisms/
|
|
38353
|
-
|
|
38467
|
+
"components/game/organisms/puzzles/event-handler/EventLog.tsx"() {
|
|
38468
|
+
init_atoms2();
|
|
38354
38469
|
init_cn();
|
|
38355
38470
|
init_useTranslate();
|
|
38356
38471
|
STATUS_STYLES = {
|
|
@@ -38562,8 +38677,8 @@ function EventHandlerBoard({
|
|
|
38562
38677
|
}
|
|
38563
38678
|
var ENCOURAGEMENT_KEYS;
|
|
38564
38679
|
var init_EventHandlerBoard = __esm({
|
|
38565
|
-
"components/organisms/
|
|
38566
|
-
|
|
38680
|
+
"components/game/organisms/puzzles/event-handler/EventHandlerBoard.tsx"() {
|
|
38681
|
+
init_atoms2();
|
|
38567
38682
|
init_cn();
|
|
38568
38683
|
init_useEventBus();
|
|
38569
38684
|
init_useTranslate();
|
|
@@ -38580,7 +38695,7 @@ var init_EventHandlerBoard = __esm({
|
|
|
38580
38695
|
});
|
|
38581
38696
|
var FeatureDetailPageTemplate;
|
|
38582
38697
|
var init_FeatureDetailPageTemplate = __esm({
|
|
38583
|
-
"components/templates/FeatureDetailPageTemplate.tsx"() {
|
|
38698
|
+
"components/marketing/templates/FeatureDetailPageTemplate.tsx"() {
|
|
38584
38699
|
init_cn();
|
|
38585
38700
|
init_Stack();
|
|
38586
38701
|
init_HeroSection();
|
|
@@ -38632,7 +38747,7 @@ var init_FeatureDetailPageTemplate = __esm({
|
|
|
38632
38747
|
});
|
|
38633
38748
|
var FeatureGridOrganism;
|
|
38634
38749
|
var init_FeatureGridOrganism = __esm({
|
|
38635
|
-
"components/organisms/FeatureGridOrganism.tsx"() {
|
|
38750
|
+
"components/core/organisms/FeatureGridOrganism.tsx"() {
|
|
38636
38751
|
"use client";
|
|
38637
38752
|
init_cn();
|
|
38638
38753
|
init_useEventBus();
|
|
@@ -38804,7 +38919,7 @@ function formatDateTimeValue(value) {
|
|
|
38804
38919
|
}
|
|
38805
38920
|
var layoutStyles, gapStyles9, Form;
|
|
38806
38921
|
var init_Form = __esm({
|
|
38807
|
-
"components/organisms/Form.tsx"() {
|
|
38922
|
+
"components/core/organisms/Form.tsx"() {
|
|
38808
38923
|
"use client";
|
|
38809
38924
|
init_cn();
|
|
38810
38925
|
init_Input();
|
|
@@ -39637,7 +39752,7 @@ function useGameAudio({
|
|
|
39637
39752
|
};
|
|
39638
39753
|
}
|
|
39639
39754
|
var init_useGameAudio = __esm({
|
|
39640
|
-
"components/organisms/
|
|
39755
|
+
"components/game/organisms/hooks/useGameAudio.ts"() {
|
|
39641
39756
|
"use client";
|
|
39642
39757
|
useGameAudio.displayName = "useGameAudio";
|
|
39643
39758
|
}
|
|
@@ -39689,7 +39804,7 @@ function GameAudioProvider({
|
|
|
39689
39804
|
}
|
|
39690
39805
|
var GameAudioContext;
|
|
39691
39806
|
var init_GameAudioProvider = __esm({
|
|
39692
|
-
"components/organisms/
|
|
39807
|
+
"components/game/organisms/GameAudioProvider.tsx"() {
|
|
39693
39808
|
"use client";
|
|
39694
39809
|
init_useEventBus();
|
|
39695
39810
|
init_useGameAudio();
|
|
@@ -39722,9 +39837,9 @@ function GameAudioToggle({
|
|
|
39722
39837
|
);
|
|
39723
39838
|
}
|
|
39724
39839
|
var init_GameAudioToggle = __esm({
|
|
39725
|
-
"components/organisms/
|
|
39840
|
+
"components/game/organisms/GameAudioToggle.tsx"() {
|
|
39726
39841
|
"use client";
|
|
39727
|
-
|
|
39842
|
+
init_atoms2();
|
|
39728
39843
|
init_cn();
|
|
39729
39844
|
init_GameAudioProvider();
|
|
39730
39845
|
GameAudioToggle.displayName = "GameAudioToggle";
|
|
@@ -39732,7 +39847,7 @@ var init_GameAudioToggle = __esm({
|
|
|
39732
39847
|
});
|
|
39733
39848
|
var GameShell;
|
|
39734
39849
|
var init_GameShell = __esm({
|
|
39735
|
-
"components/templates/GameShell.tsx"() {
|
|
39850
|
+
"components/game/templates/GameShell.tsx"() {
|
|
39736
39851
|
init_cn();
|
|
39737
39852
|
init_Box();
|
|
39738
39853
|
init_Stack();
|
|
@@ -39810,7 +39925,7 @@ var init_GameShell = __esm({
|
|
|
39810
39925
|
});
|
|
39811
39926
|
var GameTemplate;
|
|
39812
39927
|
var init_GameTemplate = __esm({
|
|
39813
|
-
"components/templates/GameTemplate.tsx"() {
|
|
39928
|
+
"components/game/templates/GameTemplate.tsx"() {
|
|
39814
39929
|
init_cn();
|
|
39815
39930
|
init_Box();
|
|
39816
39931
|
init_Stack();
|
|
@@ -39927,7 +40042,7 @@ var init_GameTemplate = __esm({
|
|
|
39927
40042
|
});
|
|
39928
40043
|
var GenericAppTemplate;
|
|
39929
40044
|
var init_GenericAppTemplate = __esm({
|
|
39930
|
-
"components/templates/GenericAppTemplate.tsx"() {
|
|
40045
|
+
"components/core/templates/GenericAppTemplate.tsx"() {
|
|
39931
40046
|
init_cn();
|
|
39932
40047
|
init_Box();
|
|
39933
40048
|
init_Stack();
|
|
@@ -39975,7 +40090,7 @@ var init_GenericAppTemplate = __esm({
|
|
|
39975
40090
|
});
|
|
39976
40091
|
var HeroOrganism, _HeroClickInterceptor;
|
|
39977
40092
|
var init_HeroOrganism = __esm({
|
|
39978
|
-
"components/organisms/HeroOrganism.tsx"() {
|
|
40093
|
+
"components/core/organisms/HeroOrganism.tsx"() {
|
|
39979
40094
|
"use client";
|
|
39980
40095
|
init_cn();
|
|
39981
40096
|
init_useEventBus();
|
|
@@ -40083,8 +40198,9 @@ var init_HeroOrganism = __esm({
|
|
|
40083
40198
|
});
|
|
40084
40199
|
var LandingPageTemplate;
|
|
40085
40200
|
var init_LandingPageTemplate = __esm({
|
|
40086
|
-
"components/templates/LandingPageTemplate.tsx"() {
|
|
40201
|
+
"components/marketing/templates/LandingPageTemplate.tsx"() {
|
|
40087
40202
|
init_cn();
|
|
40203
|
+
init_useTranslate();
|
|
40088
40204
|
init_Stack();
|
|
40089
40205
|
init_Box();
|
|
40090
40206
|
init_Container();
|
|
@@ -40102,6 +40218,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40102
40218
|
featureColumns = 3,
|
|
40103
40219
|
className
|
|
40104
40220
|
}) => {
|
|
40221
|
+
const { t } = useTranslate();
|
|
40105
40222
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
40106
40223
|
if (!resolved) return null;
|
|
40107
40224
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
@@ -40121,7 +40238,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40121
40238
|
}
|
|
40122
40239
|
),
|
|
40123
40240
|
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: "
|
|
40241
|
+
/* @__PURE__ */ jsx(SectionHeader, { title: t("template.features") }),
|
|
40125
40242
|
/* @__PURE__ */ jsx(
|
|
40126
40243
|
FeatureGrid,
|
|
40127
40244
|
{
|
|
@@ -40145,7 +40262,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40145
40262
|
}
|
|
40146
40263
|
) }) }),
|
|
40147
40264
|
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: "
|
|
40265
|
+
/* @__PURE__ */ jsx(SectionHeader, { title: t("template.howItWorks") }),
|
|
40149
40266
|
/* @__PURE__ */ jsx(
|
|
40150
40267
|
StepFlow,
|
|
40151
40268
|
{
|
|
@@ -40159,7 +40276,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40159
40276
|
)
|
|
40160
40277
|
] }) }) }),
|
|
40161
40278
|
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: "
|
|
40279
|
+
/* @__PURE__ */ jsx(SectionHeader, { title: t("template.showcase") }),
|
|
40163
40280
|
/* @__PURE__ */ jsx(SimpleGrid, { cols: Math.min(resolved.showcase.length, 3), gap: "lg", children: resolved.showcase.map((item) => /* @__PURE__ */ jsx(
|
|
40164
40281
|
ShowcaseCard,
|
|
40165
40282
|
{
|
|
@@ -40273,9 +40390,9 @@ function formatFieldLabel2(fieldName) {
|
|
|
40273
40390
|
}
|
|
40274
40391
|
var STATUS_STYLES2, StatusBadge, ProgressIndicator, List3;
|
|
40275
40392
|
var init_List = __esm({
|
|
40276
|
-
"components/organisms/List.tsx"() {
|
|
40393
|
+
"components/core/organisms/List.tsx"() {
|
|
40277
40394
|
"use client";
|
|
40278
|
-
|
|
40395
|
+
init_atoms2();
|
|
40279
40396
|
init_Stack();
|
|
40280
40397
|
init_Menu();
|
|
40281
40398
|
init_EmptyState();
|
|
@@ -40449,7 +40566,7 @@ var init_List = __esm({
|
|
|
40449
40566
|
return /* @__PURE__ */ jsx(
|
|
40450
40567
|
LoadingState,
|
|
40451
40568
|
{
|
|
40452
|
-
message: "
|
|
40569
|
+
message: t("error.loadingItems"),
|
|
40453
40570
|
className
|
|
40454
40571
|
}
|
|
40455
40572
|
);
|
|
@@ -40459,7 +40576,7 @@ var init_List = __esm({
|
|
|
40459
40576
|
EmptyState,
|
|
40460
40577
|
{
|
|
40461
40578
|
icon: Package,
|
|
40462
|
-
title: "
|
|
40579
|
+
title: t("error.somethingWentWrong"),
|
|
40463
40580
|
description: error.message,
|
|
40464
40581
|
className
|
|
40465
40582
|
}
|
|
@@ -40715,7 +40832,7 @@ var init_List = __esm({
|
|
|
40715
40832
|
EmptyState,
|
|
40716
40833
|
{
|
|
40717
40834
|
icon: Package,
|
|
40718
|
-
title: "
|
|
40835
|
+
title: t("error.noItemsFound"),
|
|
40719
40836
|
description: resolvedEmptyMessage,
|
|
40720
40837
|
className
|
|
40721
40838
|
}
|
|
@@ -40774,7 +40891,7 @@ function MasterDetail({
|
|
|
40774
40891
|
);
|
|
40775
40892
|
}
|
|
40776
40893
|
var init_MasterDetail = __esm({
|
|
40777
|
-
"components/organisms/MasterDetail.tsx"() {
|
|
40894
|
+
"components/core/organisms/MasterDetail.tsx"() {
|
|
40778
40895
|
"use client";
|
|
40779
40896
|
init_DataTable();
|
|
40780
40897
|
MasterDetail.displayName = "MasterDetail";
|
|
@@ -40782,7 +40899,7 @@ var init_MasterDetail = __esm({
|
|
|
40782
40899
|
});
|
|
40783
40900
|
var DefaultEmptyDetail, MasterDetailLayout;
|
|
40784
40901
|
var init_MasterDetailLayout = __esm({
|
|
40785
|
-
"components/organisms/layout/MasterDetailLayout.tsx"() {
|
|
40902
|
+
"components/core/organisms/layout/MasterDetailLayout.tsx"() {
|
|
40786
40903
|
init_cn();
|
|
40787
40904
|
init_Typography();
|
|
40788
40905
|
DefaultEmptyDetail = () => /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center h-full border-2 border-dashed border-border", children: /* @__PURE__ */ jsx(
|
|
@@ -40833,10 +40950,10 @@ var init_MasterDetailLayout = __esm({
|
|
|
40833
40950
|
});
|
|
40834
40951
|
var COLUMN_CLASSES, ASPECT_CLASSES, MediaGallery;
|
|
40835
40952
|
var init_MediaGallery = __esm({
|
|
40836
|
-
"components/organisms/MediaGallery.tsx"() {
|
|
40953
|
+
"components/core/organisms/MediaGallery.tsx"() {
|
|
40837
40954
|
"use client";
|
|
40838
40955
|
init_cn();
|
|
40839
|
-
|
|
40956
|
+
init_atoms2();
|
|
40840
40957
|
init_Stack();
|
|
40841
40958
|
init_LoadingState();
|
|
40842
40959
|
init_ErrorState();
|
|
@@ -40901,13 +41018,13 @@ var init_MediaGallery = __esm({
|
|
|
40901
41018
|
}));
|
|
40902
41019
|
}, [propItems, entityData]);
|
|
40903
41020
|
if (isLoading) {
|
|
40904
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
41021
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
40905
41022
|
}
|
|
40906
41023
|
if (error) {
|
|
40907
41024
|
return /* @__PURE__ */ jsx(
|
|
40908
41025
|
ErrorState,
|
|
40909
41026
|
{
|
|
40910
|
-
title: "
|
|
41027
|
+
title: t("display.galleryError"),
|
|
40911
41028
|
message: error.message,
|
|
40912
41029
|
className
|
|
40913
41030
|
}
|
|
@@ -40918,7 +41035,7 @@ var init_MediaGallery = __esm({
|
|
|
40918
41035
|
EmptyState,
|
|
40919
41036
|
{
|
|
40920
41037
|
icon: Image$1,
|
|
40921
|
-
title: "
|
|
41038
|
+
title: t("display.noMedia"),
|
|
40922
41039
|
description: "No media items to display.",
|
|
40923
41040
|
className
|
|
40924
41041
|
}
|
|
@@ -41062,7 +41179,7 @@ function extractTitle2(children) {
|
|
|
41062
41179
|
}
|
|
41063
41180
|
var ModalSlot;
|
|
41064
41181
|
var init_ModalSlot = __esm({
|
|
41065
|
-
"components/organisms/ModalSlot.tsx"() {
|
|
41182
|
+
"components/core/organisms/ModalSlot.tsx"() {
|
|
41066
41183
|
"use client";
|
|
41067
41184
|
init_Modal();
|
|
41068
41185
|
init_useEventBus();
|
|
@@ -41243,8 +41360,8 @@ function NegotiatorBoard({
|
|
|
41243
41360
|
);
|
|
41244
41361
|
}
|
|
41245
41362
|
var init_NegotiatorBoard = __esm({
|
|
41246
|
-
"components/organisms/
|
|
41247
|
-
|
|
41363
|
+
"components/game/organisms/puzzles/negotiator/NegotiatorBoard.tsx"() {
|
|
41364
|
+
init_atoms2();
|
|
41248
41365
|
init_useEventBus();
|
|
41249
41366
|
init_useTranslate();
|
|
41250
41367
|
NegotiatorBoard.displayName = "NegotiatorBoard";
|
|
@@ -41252,7 +41369,7 @@ var init_NegotiatorBoard = __esm({
|
|
|
41252
41369
|
});
|
|
41253
41370
|
var PricingOrganism;
|
|
41254
41371
|
var init_PricingOrganism = __esm({
|
|
41255
|
-
"components/organisms/PricingOrganism.tsx"() {
|
|
41372
|
+
"components/marketing/organisms/PricingOrganism.tsx"() {
|
|
41256
41373
|
"use client";
|
|
41257
41374
|
init_cn();
|
|
41258
41375
|
init_useEventBus();
|
|
@@ -41304,8 +41421,9 @@ var init_PricingOrganism = __esm({
|
|
|
41304
41421
|
});
|
|
41305
41422
|
var PricingPageTemplate;
|
|
41306
41423
|
var init_PricingPageTemplate = __esm({
|
|
41307
|
-
"components/templates/PricingPageTemplate.tsx"() {
|
|
41424
|
+
"components/marketing/templates/PricingPageTemplate.tsx"() {
|
|
41308
41425
|
init_cn();
|
|
41426
|
+
init_useTranslate();
|
|
41309
41427
|
init_Stack();
|
|
41310
41428
|
init_Box();
|
|
41311
41429
|
init_Container();
|
|
@@ -41318,6 +41436,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
41318
41436
|
entity,
|
|
41319
41437
|
className
|
|
41320
41438
|
}) => {
|
|
41439
|
+
const { t } = useTranslate();
|
|
41321
41440
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
41322
41441
|
if (!resolved) return null;
|
|
41323
41442
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
@@ -41346,7 +41465,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
41346
41465
|
}
|
|
41347
41466
|
) }) }),
|
|
41348
41467
|
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: "
|
|
41468
|
+
/* @__PURE__ */ jsx(SectionHeader, { title: t("template.faq") }),
|
|
41350
41469
|
/* @__PURE__ */ jsx(
|
|
41351
41470
|
Accordion,
|
|
41352
41471
|
{
|
|
@@ -41534,7 +41653,7 @@ function useDebugData() {
|
|
|
41534
41653
|
return data;
|
|
41535
41654
|
}
|
|
41536
41655
|
var init_useDebugData = __esm({
|
|
41537
|
-
"components/organisms/debug/hooks/useDebugData.ts"() {
|
|
41656
|
+
"components/core/organisms/debug/hooks/useDebugData.ts"() {
|
|
41538
41657
|
"use client";
|
|
41539
41658
|
init_traitRegistry();
|
|
41540
41659
|
init_tickRegistry();
|
|
@@ -41809,7 +41928,7 @@ function WalkMinimap() {
|
|
|
41809
41928
|
] });
|
|
41810
41929
|
}
|
|
41811
41930
|
var init_WalkMinimap = __esm({
|
|
41812
|
-
"components/organisms/debug/WalkMinimap.tsx"() {
|
|
41931
|
+
"components/core/organisms/debug/WalkMinimap.tsx"() {
|
|
41813
41932
|
"use client";
|
|
41814
41933
|
init_Box();
|
|
41815
41934
|
init_Stack();
|
|
@@ -41819,11 +41938,12 @@ var init_WalkMinimap = __esm({
|
|
|
41819
41938
|
}
|
|
41820
41939
|
});
|
|
41821
41940
|
function TraitsTab({ traits: traits2 }) {
|
|
41941
|
+
const { t } = useTranslate();
|
|
41822
41942
|
if (traits2.length === 0) {
|
|
41823
41943
|
return /* @__PURE__ */ jsx(
|
|
41824
41944
|
EmptyState,
|
|
41825
41945
|
{
|
|
41826
|
-
title: "
|
|
41946
|
+
title: t("debug.noActiveTraits"),
|
|
41827
41947
|
description: "Traits will appear when components using them are mounted",
|
|
41828
41948
|
className: "py-8"
|
|
41829
41949
|
}
|
|
@@ -41854,19 +41974,19 @@ function TraitsTab({ traits: traits2 }) {
|
|
|
41854
41974
|
] }),
|
|
41855
41975
|
trait.transitions.length > 0 && /* @__PURE__ */ jsxs("div", { children: [
|
|
41856
41976
|
/* @__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((
|
|
41858
|
-
|
|
41977
|
+
/* @__PURE__ */ jsx(Stack, { gap: "xs", children: trait.transitions.map((t2, i) => /* @__PURE__ */ jsxs(Typography, { variant: "small", className: "font-mono", children: [
|
|
41978
|
+
t2.from,
|
|
41859
41979
|
" \u2192 ",
|
|
41860
|
-
|
|
41980
|
+
t2.to,
|
|
41861
41981
|
" ",
|
|
41862
41982
|
/* @__PURE__ */ jsxs("span", { className: "text-gray-500", children: [
|
|
41863
41983
|
"(",
|
|
41864
|
-
|
|
41984
|
+
t2.event,
|
|
41865
41985
|
")"
|
|
41866
41986
|
] }),
|
|
41867
|
-
|
|
41987
|
+
t2.guard && /* @__PURE__ */ jsxs("span", { className: "text-amber-500", children: [
|
|
41868
41988
|
" [",
|
|
41869
|
-
|
|
41989
|
+
t2.guard,
|
|
41870
41990
|
"]"
|
|
41871
41991
|
] })
|
|
41872
41992
|
] }, i)) })
|
|
@@ -41883,23 +42003,25 @@ function TraitsTab({ traits: traits2 }) {
|
|
|
41883
42003
|
return /* @__PURE__ */ jsx("div", { className: "debug-tab debug-tab--traits", children: /* @__PURE__ */ jsx(Accordion, { items: accordionItems, multiple: true }) });
|
|
41884
42004
|
}
|
|
41885
42005
|
var init_TraitsTab = __esm({
|
|
41886
|
-
"components/organisms/debug/tabs/TraitsTab.tsx"() {
|
|
42006
|
+
"components/core/organisms/debug/tabs/TraitsTab.tsx"() {
|
|
41887
42007
|
init_Accordion();
|
|
41888
42008
|
init_Badge();
|
|
41889
42009
|
init_Typography();
|
|
41890
42010
|
init_Stack();
|
|
41891
42011
|
init_EmptyState();
|
|
42012
|
+
init_useTranslate();
|
|
41892
42013
|
TraitsTab.displayName = "TraitsTab";
|
|
41893
42014
|
}
|
|
41894
42015
|
});
|
|
41895
42016
|
function TicksTab({ ticks: ticks2 }) {
|
|
41896
|
-
const
|
|
41897
|
-
const
|
|
42017
|
+
const { t } = useTranslate();
|
|
42018
|
+
const activeTicks = ticks2.filter((t2) => t2.active);
|
|
42019
|
+
const inactiveTicks = ticks2.filter((t2) => !t2.active);
|
|
41898
42020
|
if (ticks2.length === 0) {
|
|
41899
42021
|
return /* @__PURE__ */ jsx(
|
|
41900
42022
|
EmptyState,
|
|
41901
42023
|
{
|
|
41902
|
-
title: "
|
|
42024
|
+
title: t("debug.noTicks"),
|
|
41903
42025
|
description: "Ticks will appear when trait tick handlers are running",
|
|
41904
42026
|
className: "py-8"
|
|
41905
42027
|
}
|
|
@@ -41959,21 +42081,23 @@ function TicksTab({ ticks: ticks2 }) {
|
|
|
41959
42081
|
] });
|
|
41960
42082
|
}
|
|
41961
42083
|
var init_TicksTab = __esm({
|
|
41962
|
-
"components/organisms/debug/tabs/TicksTab.tsx"() {
|
|
42084
|
+
"components/core/organisms/debug/tabs/TicksTab.tsx"() {
|
|
41963
42085
|
init_Badge();
|
|
41964
42086
|
init_Typography();
|
|
41965
42087
|
init_Stack();
|
|
41966
42088
|
init_Card();
|
|
41967
42089
|
init_EmptyState();
|
|
42090
|
+
init_useTranslate();
|
|
41968
42091
|
TicksTab.displayName = "TicksTab";
|
|
41969
42092
|
}
|
|
41970
42093
|
});
|
|
41971
42094
|
function EntitiesTab({ snapshot }) {
|
|
42095
|
+
const { t } = useTranslate();
|
|
41972
42096
|
if (!snapshot) {
|
|
41973
42097
|
return /* @__PURE__ */ jsx(
|
|
41974
42098
|
EmptyState,
|
|
41975
42099
|
{
|
|
41976
|
-
title: "
|
|
42100
|
+
title: t("debug.noEntityData"),
|
|
41977
42101
|
description: "Debug mode may not be enabled",
|
|
41978
42102
|
className: "py-8"
|
|
41979
42103
|
}
|
|
@@ -41986,7 +42110,7 @@ function EntitiesTab({ snapshot }) {
|
|
|
41986
42110
|
return /* @__PURE__ */ jsx(
|
|
41987
42111
|
EmptyState,
|
|
41988
42112
|
{
|
|
41989
|
-
title: "
|
|
42113
|
+
title: t("debug.noEntities"),
|
|
41990
42114
|
description: "Entities will appear when spawned",
|
|
41991
42115
|
className: "py-8"
|
|
41992
42116
|
}
|
|
@@ -42043,16 +42167,18 @@ function EntitiesTab({ snapshot }) {
|
|
|
42043
42167
|
] });
|
|
42044
42168
|
}
|
|
42045
42169
|
var init_EntitiesTab = __esm({
|
|
42046
|
-
"components/organisms/debug/tabs/EntitiesTab.tsx"() {
|
|
42170
|
+
"components/core/organisms/debug/tabs/EntitiesTab.tsx"() {
|
|
42047
42171
|
init_Accordion();
|
|
42048
42172
|
init_Badge();
|
|
42049
42173
|
init_Typography();
|
|
42050
42174
|
init_Stack();
|
|
42051
42175
|
init_EmptyState();
|
|
42176
|
+
init_useTranslate();
|
|
42052
42177
|
EntitiesTab.displayName = "EntitiesTab";
|
|
42053
42178
|
}
|
|
42054
42179
|
});
|
|
42055
42180
|
function EventFlowTab({ events: events2 }) {
|
|
42181
|
+
const { t } = useTranslate();
|
|
42056
42182
|
const [filter, setFilter] = React84.useState("all");
|
|
42057
42183
|
const containerRef = React84.useRef(null);
|
|
42058
42184
|
const [autoScroll, setAutoScroll] = React84.useState(true);
|
|
@@ -42078,7 +42204,7 @@ function EventFlowTab({ events: events2 }) {
|
|
|
42078
42204
|
return /* @__PURE__ */ jsx(
|
|
42079
42205
|
EmptyState,
|
|
42080
42206
|
{
|
|
42081
|
-
title: "
|
|
42207
|
+
title: t("debug.noEventsYet"),
|
|
42082
42208
|
description: "Events will appear as traits, ticks, and other systems execute",
|
|
42083
42209
|
className: "py-8"
|
|
42084
42210
|
}
|
|
@@ -42160,7 +42286,7 @@ function EventFlowTab({ events: events2 }) {
|
|
|
42160
42286
|
}
|
|
42161
42287
|
var TYPE_BADGES;
|
|
42162
42288
|
var init_EventFlowTab = __esm({
|
|
42163
|
-
"components/organisms/debug/tabs/EventFlowTab.tsx"() {
|
|
42289
|
+
"components/core/organisms/debug/tabs/EventFlowTab.tsx"() {
|
|
42164
42290
|
"use client";
|
|
42165
42291
|
init_Badge();
|
|
42166
42292
|
init_Typography();
|
|
@@ -42168,6 +42294,7 @@ var init_EventFlowTab = __esm({
|
|
|
42168
42294
|
init_Button();
|
|
42169
42295
|
init_Checkbox();
|
|
42170
42296
|
init_EmptyState();
|
|
42297
|
+
init_useTranslate();
|
|
42171
42298
|
TYPE_BADGES = {
|
|
42172
42299
|
trait: { variant: "primary", icon: "\u{1F504}" },
|
|
42173
42300
|
tick: { variant: "warning", icon: "\u23F1\uFE0F" },
|
|
@@ -42180,12 +42307,13 @@ var init_EventFlowTab = __esm({
|
|
|
42180
42307
|
}
|
|
42181
42308
|
});
|
|
42182
42309
|
function GuardsPanel({ guards }) {
|
|
42310
|
+
const { t } = useTranslate();
|
|
42183
42311
|
const [filter, setFilter] = React84.useState("all");
|
|
42184
42312
|
if (guards.length === 0) {
|
|
42185
42313
|
return /* @__PURE__ */ jsx(
|
|
42186
42314
|
EmptyState,
|
|
42187
42315
|
{
|
|
42188
|
-
title: "
|
|
42316
|
+
title: t("debug.noGuardEvaluations"),
|
|
42189
42317
|
description: "Guard evaluations will appear when transitions or ticks with guards execute",
|
|
42190
42318
|
className: "py-8"
|
|
42191
42319
|
}
|
|
@@ -42252,7 +42380,7 @@ function GuardsPanel({ guards }) {
|
|
|
42252
42380
|
] });
|
|
42253
42381
|
}
|
|
42254
42382
|
var init_GuardsPanel = __esm({
|
|
42255
|
-
"components/organisms/debug/tabs/GuardsPanel.tsx"() {
|
|
42383
|
+
"components/core/organisms/debug/tabs/GuardsPanel.tsx"() {
|
|
42256
42384
|
"use client";
|
|
42257
42385
|
init_Accordion();
|
|
42258
42386
|
init_Badge();
|
|
@@ -42261,15 +42389,17 @@ var init_GuardsPanel = __esm({
|
|
|
42261
42389
|
init_ButtonGroup();
|
|
42262
42390
|
init_Button();
|
|
42263
42391
|
init_EmptyState();
|
|
42392
|
+
init_useTranslate();
|
|
42264
42393
|
GuardsPanel.displayName = "GuardsPanel";
|
|
42265
42394
|
}
|
|
42266
42395
|
});
|
|
42267
42396
|
function VerificationTab({ checks, summary }) {
|
|
42397
|
+
const { t } = useTranslate();
|
|
42268
42398
|
if (checks.length === 0) {
|
|
42269
42399
|
return /* @__PURE__ */ jsx(
|
|
42270
42400
|
EmptyState,
|
|
42271
42401
|
{
|
|
42272
|
-
title: "
|
|
42402
|
+
title: t("debug.noVerificationChecks"),
|
|
42273
42403
|
description: "Checks will appear as the app executes transitions and effects",
|
|
42274
42404
|
className: "py-8"
|
|
42275
42405
|
}
|
|
@@ -42329,12 +42459,13 @@ function VerificationTab({ checks, summary }) {
|
|
|
42329
42459
|
}
|
|
42330
42460
|
var STATUS_CONFIG;
|
|
42331
42461
|
var init_VerificationTab = __esm({
|
|
42332
|
-
"components/organisms/debug/tabs/VerificationTab.tsx"() {
|
|
42462
|
+
"components/core/organisms/debug/tabs/VerificationTab.tsx"() {
|
|
42333
42463
|
"use client";
|
|
42334
42464
|
init_Badge();
|
|
42335
42465
|
init_Typography();
|
|
42336
42466
|
init_Stack();
|
|
42337
42467
|
init_EmptyState();
|
|
42468
|
+
init_useTranslate();
|
|
42338
42469
|
STATUS_CONFIG = {
|
|
42339
42470
|
pass: { variant: "success", icon: "\u2713", label: "PASS" },
|
|
42340
42471
|
fail: { variant: "danger", icon: "\u2717", label: "FAIL" },
|
|
@@ -42354,6 +42485,7 @@ function EffectBadge({ effect }) {
|
|
|
42354
42485
|
] });
|
|
42355
42486
|
}
|
|
42356
42487
|
function TransitionTimeline({ transitions }) {
|
|
42488
|
+
const { t } = useTranslate();
|
|
42357
42489
|
const containerRef = React84.useRef(null);
|
|
42358
42490
|
const [autoScroll, setAutoScroll] = React84.useState(true);
|
|
42359
42491
|
const [expandedId, setExpandedId] = React84.useState(null);
|
|
@@ -42366,7 +42498,7 @@ function TransitionTimeline({ transitions }) {
|
|
|
42366
42498
|
return /* @__PURE__ */ jsx(
|
|
42367
42499
|
EmptyState,
|
|
42368
42500
|
{
|
|
42369
|
-
title: "
|
|
42501
|
+
title: t("debug.noTransitionsRecorded"),
|
|
42370
42502
|
description: "Transitions will appear as the state machine processes events",
|
|
42371
42503
|
className: "py-8"
|
|
42372
42504
|
}
|
|
@@ -42468,12 +42600,13 @@ function TransitionTimeline({ transitions }) {
|
|
|
42468
42600
|
}
|
|
42469
42601
|
var EFFECT_STATUS_VARIANT;
|
|
42470
42602
|
var init_TransitionTimeline = __esm({
|
|
42471
|
-
"components/organisms/debug/tabs/TransitionTimeline.tsx"() {
|
|
42603
|
+
"components/core/organisms/debug/tabs/TransitionTimeline.tsx"() {
|
|
42472
42604
|
"use client";
|
|
42473
42605
|
init_Badge();
|
|
42474
42606
|
init_Typography();
|
|
42475
42607
|
init_EmptyState();
|
|
42476
42608
|
init_Checkbox();
|
|
42609
|
+
init_useTranslate();
|
|
42477
42610
|
EFFECT_STATUS_VARIANT = {
|
|
42478
42611
|
executed: "success",
|
|
42479
42612
|
failed: "danger",
|
|
@@ -42489,11 +42622,12 @@ function StatRow({ label, value, variant }) {
|
|
|
42489
42622
|
] });
|
|
42490
42623
|
}
|
|
42491
42624
|
function ServerBridgeTab({ bridge }) {
|
|
42625
|
+
const { t } = useTranslate();
|
|
42492
42626
|
if (!bridge) {
|
|
42493
42627
|
return /* @__PURE__ */ jsx(
|
|
42494
42628
|
EmptyState,
|
|
42495
42629
|
{
|
|
42496
|
-
title: "
|
|
42630
|
+
title: t("debug.noBridgeData"),
|
|
42497
42631
|
description: "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
|
|
42498
42632
|
className: "py-8"
|
|
42499
42633
|
}
|
|
@@ -42519,7 +42653,7 @@ function ServerBridgeTab({ bridge }) {
|
|
|
42519
42653
|
/* @__PURE__ */ jsx(
|
|
42520
42654
|
StatRow,
|
|
42521
42655
|
{
|
|
42522
|
-
label: "
|
|
42656
|
+
label: t("debug.status"),
|
|
42523
42657
|
value: bridge.connected ? "Connected" : "Disconnected",
|
|
42524
42658
|
variant: bridge.connected ? "success" : "danger"
|
|
42525
42659
|
}
|
|
@@ -42527,21 +42661,21 @@ function ServerBridgeTab({ bridge }) {
|
|
|
42527
42661
|
/* @__PURE__ */ jsx(
|
|
42528
42662
|
StatRow,
|
|
42529
42663
|
{
|
|
42530
|
-
label: "
|
|
42664
|
+
label: t("debug.eventsForwarded"),
|
|
42531
42665
|
value: bridge.eventsForwarded
|
|
42532
42666
|
}
|
|
42533
42667
|
),
|
|
42534
42668
|
/* @__PURE__ */ jsx(
|
|
42535
42669
|
StatRow,
|
|
42536
42670
|
{
|
|
42537
|
-
label: "
|
|
42671
|
+
label: t("debug.eventsReceived"),
|
|
42538
42672
|
value: bridge.eventsReceived
|
|
42539
42673
|
}
|
|
42540
42674
|
),
|
|
42541
42675
|
/* @__PURE__ */ jsx(
|
|
42542
42676
|
StatRow,
|
|
42543
42677
|
{
|
|
42544
|
-
label: "
|
|
42678
|
+
label: t("debug.lastHeartbeat"),
|
|
42545
42679
|
value: formatTime4(bridge.lastHeartbeat)
|
|
42546
42680
|
}
|
|
42547
42681
|
)
|
|
@@ -42558,13 +42692,14 @@ function ServerBridgeTab({ bridge }) {
|
|
|
42558
42692
|
] }) });
|
|
42559
42693
|
}
|
|
42560
42694
|
var init_ServerBridgeTab = __esm({
|
|
42561
|
-
"components/organisms/debug/tabs/ServerBridgeTab.tsx"() {
|
|
42695
|
+
"components/core/organisms/debug/tabs/ServerBridgeTab.tsx"() {
|
|
42562
42696
|
"use client";
|
|
42563
42697
|
init_Badge();
|
|
42564
42698
|
init_Typography();
|
|
42565
42699
|
init_Stack();
|
|
42566
42700
|
init_Card();
|
|
42567
42701
|
init_EmptyState();
|
|
42702
|
+
init_useTranslate();
|
|
42568
42703
|
ServerBridgeTab.displayName = "ServerBridgeTab";
|
|
42569
42704
|
}
|
|
42570
42705
|
});
|
|
@@ -42643,6 +42778,7 @@ function getAllEvents(traits2) {
|
|
|
42643
42778
|
}
|
|
42644
42779
|
function EventDispatcherTab({ traits: traits2, schema }) {
|
|
42645
42780
|
const eventBus = useEventBus();
|
|
42781
|
+
const { t } = useTranslate();
|
|
42646
42782
|
const [log12, setLog] = React84.useState([]);
|
|
42647
42783
|
const prevStatesRef = React84.useRef(/* @__PURE__ */ new Map());
|
|
42648
42784
|
React84.useEffect(() => {
|
|
@@ -42661,7 +42797,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
|
|
|
42661
42797
|
return /* @__PURE__ */ jsx(
|
|
42662
42798
|
EmptyState,
|
|
42663
42799
|
{
|
|
42664
|
-
title: "
|
|
42800
|
+
title: t("debug.noActiveTraits"),
|
|
42665
42801
|
description: "Traits will appear when the state machine initializes",
|
|
42666
42802
|
className: "py-8"
|
|
42667
42803
|
}
|
|
@@ -42699,8 +42835,8 @@ function EventDispatcherTab({ traits: traits2, schema }) {
|
|
|
42699
42835
|
children: event
|
|
42700
42836
|
}
|
|
42701
42837
|
),
|
|
42702
|
-
/* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((
|
|
42703
|
-
transitions.some((
|
|
42838
|
+
/* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((t2) => `${t2.from} -> ${t2.to}`).join(", ") }),
|
|
42839
|
+
transitions.some((t2) => t2.guard) && /* @__PURE__ */ jsx(Badge, { variant: "warning", size: "sm", children: "guarded" })
|
|
42704
42840
|
] }, event)) })
|
|
42705
42841
|
] }),
|
|
42706
42842
|
unavailableEvents.length > 0 && /* @__PURE__ */ jsxs("div", { className: "mb-3", children: [
|
|
@@ -42720,7 +42856,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
|
|
|
42720
42856
|
] });
|
|
42721
42857
|
}
|
|
42722
42858
|
var init_EventDispatcherTab = __esm({
|
|
42723
|
-
"components/organisms/debug/tabs/EventDispatcherTab.tsx"() {
|
|
42859
|
+
"components/core/organisms/debug/tabs/EventDispatcherTab.tsx"() {
|
|
42724
42860
|
"use client";
|
|
42725
42861
|
init_Badge();
|
|
42726
42862
|
init_Button();
|
|
@@ -42728,13 +42864,14 @@ var init_EventDispatcherTab = __esm({
|
|
|
42728
42864
|
init_Stack();
|
|
42729
42865
|
init_EmptyState();
|
|
42730
42866
|
init_useEventBus();
|
|
42867
|
+
init_useTranslate();
|
|
42731
42868
|
EventDispatcherTab.displayName = "EventDispatcherTab";
|
|
42732
42869
|
}
|
|
42733
42870
|
});
|
|
42734
42871
|
|
|
42735
|
-
// components/organisms/debug/RuntimeDebugger.css
|
|
42872
|
+
// components/core/organisms/debug/RuntimeDebugger.css
|
|
42736
42873
|
var init_RuntimeDebugger = __esm({
|
|
42737
|
-
"components/organisms/debug/RuntimeDebugger.css"() {
|
|
42874
|
+
"components/core/organisms/debug/RuntimeDebugger.css"() {
|
|
42738
42875
|
}
|
|
42739
42876
|
});
|
|
42740
42877
|
function ServerResponseRow({ sr }) {
|
|
@@ -43100,7 +43237,7 @@ function RuntimeDebugger({
|
|
|
43100
43237
|
);
|
|
43101
43238
|
}
|
|
43102
43239
|
var init_RuntimeDebugger2 = __esm({
|
|
43103
|
-
"components/organisms/debug/RuntimeDebugger.tsx"() {
|
|
43240
|
+
"components/core/organisms/debug/RuntimeDebugger.tsx"() {
|
|
43104
43241
|
"use client";
|
|
43105
43242
|
init_cn();
|
|
43106
43243
|
init_useDebugData();
|
|
@@ -43316,7 +43453,7 @@ function TraitSlot({
|
|
|
43316
43453
|
}
|
|
43317
43454
|
var SIZE_CONFIG3, DRAG_MIME2;
|
|
43318
43455
|
var init_TraitSlot = __esm({
|
|
43319
|
-
"components/organisms/
|
|
43456
|
+
"components/game/organisms/TraitSlot.tsx"() {
|
|
43320
43457
|
"use client";
|
|
43321
43458
|
init_cn();
|
|
43322
43459
|
init_useEventBus();
|
|
@@ -43383,8 +43520,8 @@ function SequenceBar({
|
|
|
43383
43520
|
] }, i)) });
|
|
43384
43521
|
}
|
|
43385
43522
|
var init_SequenceBar = __esm({
|
|
43386
|
-
"components/organisms/
|
|
43387
|
-
|
|
43523
|
+
"components/game/organisms/puzzles/sequencer/SequenceBar.tsx"() {
|
|
43524
|
+
init_atoms2();
|
|
43388
43525
|
init_cn();
|
|
43389
43526
|
init_TraitSlot();
|
|
43390
43527
|
SequenceBar.displayName = "SequenceBar";
|
|
@@ -43602,8 +43739,8 @@ function SequencerBoard({
|
|
|
43602
43739
|
}
|
|
43603
43740
|
var ENCOURAGEMENT_KEYS2, stepLabel;
|
|
43604
43741
|
var init_SequencerBoard = __esm({
|
|
43605
|
-
"components/organisms/
|
|
43606
|
-
|
|
43742
|
+
"components/game/organisms/puzzles/sequencer/SequencerBoard.tsx"() {
|
|
43743
|
+
init_atoms2();
|
|
43607
43744
|
init_cn();
|
|
43608
43745
|
init_useEventBus();
|
|
43609
43746
|
init_useTranslate();
|
|
@@ -43621,7 +43758,7 @@ var init_SequencerBoard = __esm({
|
|
|
43621
43758
|
});
|
|
43622
43759
|
var ShowcaseOrganism;
|
|
43623
43760
|
var init_ShowcaseOrganism = __esm({
|
|
43624
|
-
"components/organisms/ShowcaseOrganism.tsx"() {
|
|
43761
|
+
"components/core/organisms/ShowcaseOrganism.tsx"() {
|
|
43625
43762
|
"use client";
|
|
43626
43763
|
init_cn();
|
|
43627
43764
|
init_useEventBus();
|
|
@@ -43676,10 +43813,10 @@ var init_ShowcaseOrganism = __esm({
|
|
|
43676
43813
|
}
|
|
43677
43814
|
});
|
|
43678
43815
|
|
|
43679
|
-
// components/organisms/
|
|
43816
|
+
// components/game/organisms/physics-sim/presets/mechanics.ts
|
|
43680
43817
|
var projectileMotion, pendulum, springOscillator;
|
|
43681
43818
|
var init_mechanics = __esm({
|
|
43682
|
-
"components/organisms/
|
|
43819
|
+
"components/game/organisms/physics-sim/presets/mechanics.ts"() {
|
|
43683
43820
|
projectileMotion = {
|
|
43684
43821
|
id: "mechanics-projectile",
|
|
43685
43822
|
name: "Projectile Motion",
|
|
@@ -43734,10 +43871,10 @@ var init_mechanics = __esm({
|
|
|
43734
43871
|
}
|
|
43735
43872
|
});
|
|
43736
43873
|
|
|
43737
|
-
// components/organisms/
|
|
43874
|
+
// components/game/organisms/physics-sim/presets/index.ts
|
|
43738
43875
|
var ALL_PRESETS;
|
|
43739
43876
|
var init_presets = __esm({
|
|
43740
|
-
"components/organisms/
|
|
43877
|
+
"components/game/organisms/physics-sim/presets/index.ts"() {
|
|
43741
43878
|
init_mechanics();
|
|
43742
43879
|
init_mechanics();
|
|
43743
43880
|
ALL_PRESETS = [
|
|
@@ -43895,9 +44032,9 @@ function SimulationCanvas({
|
|
|
43895
44032
|
) });
|
|
43896
44033
|
}
|
|
43897
44034
|
var init_SimulationCanvas = __esm({
|
|
43898
|
-
"components/organisms/
|
|
44035
|
+
"components/game/organisms/physics-sim/SimulationCanvas.tsx"() {
|
|
43899
44036
|
init_cn();
|
|
43900
|
-
|
|
44037
|
+
init_atoms2();
|
|
43901
44038
|
init_verificationRegistry();
|
|
43902
44039
|
init_presets();
|
|
43903
44040
|
SimulationCanvas.displayName = "SimulationCanvas";
|
|
@@ -43962,8 +44099,8 @@ function SimulationControls({
|
|
|
43962
44099
|
] });
|
|
43963
44100
|
}
|
|
43964
44101
|
var init_SimulationControls = __esm({
|
|
43965
|
-
"components/organisms/
|
|
43966
|
-
|
|
44102
|
+
"components/game/organisms/physics-sim/SimulationControls.tsx"() {
|
|
44103
|
+
init_atoms2();
|
|
43967
44104
|
SimulationControls.displayName = "SimulationControls";
|
|
43968
44105
|
}
|
|
43969
44106
|
});
|
|
@@ -44025,8 +44162,8 @@ function SimulationGraph({
|
|
|
44025
44162
|
] }) });
|
|
44026
44163
|
}
|
|
44027
44164
|
var init_SimulationGraph = __esm({
|
|
44028
|
-
"components/organisms/
|
|
44029
|
-
|
|
44165
|
+
"components/game/organisms/physics-sim/SimulationGraph.tsx"() {
|
|
44166
|
+
init_atoms2();
|
|
44030
44167
|
SimulationGraph.displayName = "SimulationGraph";
|
|
44031
44168
|
}
|
|
44032
44169
|
});
|
|
@@ -44181,8 +44318,8 @@ function SimulatorBoard({
|
|
|
44181
44318
|
);
|
|
44182
44319
|
}
|
|
44183
44320
|
var init_SimulatorBoard = __esm({
|
|
44184
|
-
"components/organisms/
|
|
44185
|
-
|
|
44321
|
+
"components/game/organisms/puzzles/simulator/SimulatorBoard.tsx"() {
|
|
44322
|
+
init_atoms2();
|
|
44186
44323
|
init_useEventBus();
|
|
44187
44324
|
init_useTranslate();
|
|
44188
44325
|
SimulatorBoard.displayName = "SimulatorBoard";
|
|
@@ -44190,7 +44327,7 @@ var init_SimulatorBoard = __esm({
|
|
|
44190
44327
|
});
|
|
44191
44328
|
var SplitPane;
|
|
44192
44329
|
var init_SplitPane = __esm({
|
|
44193
|
-
"components/organisms/layout/SplitPane.tsx"() {
|
|
44330
|
+
"components/core/organisms/layout/SplitPane.tsx"() {
|
|
44194
44331
|
"use client";
|
|
44195
44332
|
init_cn();
|
|
44196
44333
|
SplitPane = ({
|
|
@@ -44280,10 +44417,10 @@ var init_SplitPane = __esm({
|
|
|
44280
44417
|
});
|
|
44281
44418
|
var StatCard;
|
|
44282
44419
|
var init_StatCard = __esm({
|
|
44283
|
-
"components/organisms/StatCard.tsx"() {
|
|
44420
|
+
"components/core/organisms/StatCard.tsx"() {
|
|
44284
44421
|
"use client";
|
|
44285
44422
|
init_cn();
|
|
44286
|
-
|
|
44423
|
+
init_atoms2();
|
|
44287
44424
|
init_Box();
|
|
44288
44425
|
init_Stack();
|
|
44289
44426
|
init_Button();
|
|
@@ -44524,8 +44661,8 @@ function StateNode2({
|
|
|
44524
44661
|
);
|
|
44525
44662
|
}
|
|
44526
44663
|
var init_StateNode = __esm({
|
|
44527
|
-
"components/organisms/
|
|
44528
|
-
|
|
44664
|
+
"components/game/organisms/puzzles/state-architect/StateNode.tsx"() {
|
|
44665
|
+
init_atoms2();
|
|
44529
44666
|
init_cn();
|
|
44530
44667
|
StateNode2.displayName = "StateNode";
|
|
44531
44668
|
}
|
|
@@ -44596,7 +44733,7 @@ function TransitionArrow({
|
|
|
44596
44733
|
}
|
|
44597
44734
|
var NODE_RADIUS;
|
|
44598
44735
|
var init_TransitionArrow = __esm({
|
|
44599
|
-
"components/organisms/
|
|
44736
|
+
"components/game/organisms/puzzles/state-architect/TransitionArrow.tsx"() {
|
|
44600
44737
|
init_cn();
|
|
44601
44738
|
NODE_RADIUS = 40;
|
|
44602
44739
|
TransitionArrow.displayName = "TransitionArrow";
|
|
@@ -44642,8 +44779,8 @@ function VariablePanel({
|
|
|
44642
44779
|
] });
|
|
44643
44780
|
}
|
|
44644
44781
|
var init_VariablePanel = __esm({
|
|
44645
|
-
"components/organisms/
|
|
44646
|
-
|
|
44782
|
+
"components/game/organisms/puzzles/state-architect/VariablePanel.tsx"() {
|
|
44783
|
+
init_atoms2();
|
|
44647
44784
|
init_cn();
|
|
44648
44785
|
init_useTranslate();
|
|
44649
44786
|
VariablePanel.displayName = "VariablePanel";
|
|
@@ -44958,8 +45095,8 @@ function StateArchitectBoard({
|
|
|
44958
45095
|
}
|
|
44959
45096
|
var ENCOURAGEMENT_KEYS3, nextTransId;
|
|
44960
45097
|
var init_StateArchitectBoard = __esm({
|
|
44961
|
-
"components/organisms/
|
|
44962
|
-
|
|
45098
|
+
"components/game/organisms/puzzles/state-architect/StateArchitectBoard.tsx"() {
|
|
45099
|
+
init_atoms2();
|
|
44963
45100
|
init_cn();
|
|
44964
45101
|
init_useEventBus();
|
|
44965
45102
|
init_useTranslate();
|
|
@@ -44979,7 +45116,7 @@ var init_StateArchitectBoard = __esm({
|
|
|
44979
45116
|
});
|
|
44980
45117
|
var StatsOrganism;
|
|
44981
45118
|
var init_StatsOrganism = __esm({
|
|
44982
|
-
"components/organisms/StatsOrganism.tsx"() {
|
|
45119
|
+
"components/marketing/organisms/StatsOrganism.tsx"() {
|
|
44983
45120
|
"use client";
|
|
44984
45121
|
init_cn();
|
|
44985
45122
|
init_useTranslate();
|
|
@@ -45022,7 +45159,7 @@ var init_StatsOrganism = __esm({
|
|
|
45022
45159
|
});
|
|
45023
45160
|
var StepFlowOrganism;
|
|
45024
45161
|
var init_StepFlowOrganism = __esm({
|
|
45025
|
-
"components/organisms/StepFlowOrganism.tsx"() {
|
|
45162
|
+
"components/core/organisms/StepFlowOrganism.tsx"() {
|
|
45026
45163
|
"use client";
|
|
45027
45164
|
init_cn();
|
|
45028
45165
|
init_useTranslate();
|
|
@@ -45078,7 +45215,7 @@ var init_StepFlowOrganism = __esm({
|
|
|
45078
45215
|
});
|
|
45079
45216
|
var TabbedContainer;
|
|
45080
45217
|
var init_TabbedContainer = __esm({
|
|
45081
|
-
"components/organisms/layout/TabbedContainer.tsx"() {
|
|
45218
|
+
"components/core/organisms/layout/TabbedContainer.tsx"() {
|
|
45082
45219
|
"use client";
|
|
45083
45220
|
init_cn();
|
|
45084
45221
|
init_Typography();
|
|
@@ -45192,7 +45329,7 @@ var init_TabbedContainer = __esm({
|
|
|
45192
45329
|
});
|
|
45193
45330
|
var TeamOrganism;
|
|
45194
45331
|
var init_TeamOrganism = __esm({
|
|
45195
|
-
"components/organisms/TeamOrganism.tsx"() {
|
|
45332
|
+
"components/marketing/organisms/TeamOrganism.tsx"() {
|
|
45196
45333
|
"use client";
|
|
45197
45334
|
init_cn();
|
|
45198
45335
|
init_useTranslate();
|
|
@@ -45245,10 +45382,10 @@ var init_TeamOrganism = __esm({
|
|
|
45245
45382
|
});
|
|
45246
45383
|
var lookStyles10, STATUS_STYLES3, Timeline;
|
|
45247
45384
|
var init_Timeline = __esm({
|
|
45248
|
-
"components/organisms/Timeline.tsx"() {
|
|
45385
|
+
"components/core/organisms/Timeline.tsx"() {
|
|
45249
45386
|
"use client";
|
|
45250
45387
|
init_cn();
|
|
45251
|
-
|
|
45388
|
+
init_atoms2();
|
|
45252
45389
|
init_Stack();
|
|
45253
45390
|
init_LoadingState();
|
|
45254
45391
|
init_ErrorState();
|
|
@@ -45323,13 +45460,13 @@ var init_Timeline = __esm({
|
|
|
45323
45460
|
});
|
|
45324
45461
|
}, [propItems, entityData, fields]);
|
|
45325
45462
|
if (isLoading) {
|
|
45326
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
45463
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
45327
45464
|
}
|
|
45328
45465
|
if (error) {
|
|
45329
45466
|
return /* @__PURE__ */ jsx(
|
|
45330
45467
|
ErrorState,
|
|
45331
45468
|
{
|
|
45332
|
-
title: "
|
|
45469
|
+
title: t("display.timelineError"),
|
|
45333
45470
|
message: error.message,
|
|
45334
45471
|
className
|
|
45335
45472
|
}
|
|
@@ -45339,7 +45476,7 @@ var init_Timeline = __esm({
|
|
|
45339
45476
|
return /* @__PURE__ */ jsx(
|
|
45340
45477
|
EmptyState,
|
|
45341
45478
|
{
|
|
45342
|
-
title: "
|
|
45479
|
+
title: t("display.noEvents"),
|
|
45343
45480
|
description: "No timeline events to display.",
|
|
45344
45481
|
className
|
|
45345
45482
|
}
|
|
@@ -45417,7 +45554,7 @@ function extractToastProps(children) {
|
|
|
45417
45554
|
}
|
|
45418
45555
|
var ToastSlot;
|
|
45419
45556
|
var init_ToastSlot = __esm({
|
|
45420
|
-
"components/organisms/ToastSlot.tsx"() {
|
|
45557
|
+
"components/core/organisms/ToastSlot.tsx"() {
|
|
45421
45558
|
"use client";
|
|
45422
45559
|
init_Toast();
|
|
45423
45560
|
init_Box();
|
|
@@ -45586,7 +45723,7 @@ function useBattleState(initialUnits, eventConfig = {}, callbacks = {}) {
|
|
|
45586
45723
|
};
|
|
45587
45724
|
}
|
|
45588
45725
|
var init_useBattleState = __esm({
|
|
45589
|
-
"components/organisms/
|
|
45726
|
+
"components/game/organisms/hooks/useBattleState.ts"() {
|
|
45590
45727
|
"use client";
|
|
45591
45728
|
init_useEventBus();
|
|
45592
45729
|
}
|
|
@@ -45628,7 +45765,7 @@ function UncontrolledBattleBoard({ entity, ...rest }) {
|
|
|
45628
45765
|
);
|
|
45629
45766
|
}
|
|
45630
45767
|
var init_UncontrolledBattleBoard = __esm({
|
|
45631
|
-
"components/organisms/
|
|
45768
|
+
"components/game/organisms/UncontrolledBattleBoard.tsx"() {
|
|
45632
45769
|
init_BattleBoard();
|
|
45633
45770
|
init_useBattleState();
|
|
45634
45771
|
UncontrolledBattleBoard.displayName = "UncontrolledBattleBoard";
|
|
@@ -45866,7 +46003,7 @@ function WorldMapBoard({
|
|
|
45866
46003
|
] });
|
|
45867
46004
|
}
|
|
45868
46005
|
var init_WorldMapBoard = __esm({
|
|
45869
|
-
"components/organisms/
|
|
46006
|
+
"components/game/organisms/WorldMapBoard.tsx"() {
|
|
45870
46007
|
"use client";
|
|
45871
46008
|
init_cn();
|
|
45872
46009
|
init_useEventBus();
|
|
@@ -45902,7 +46039,7 @@ function WorldMapTemplate({
|
|
|
45902
46039
|
);
|
|
45903
46040
|
}
|
|
45904
46041
|
var init_WorldMapTemplate = __esm({
|
|
45905
|
-
"components/templates/WorldMapTemplate.tsx"() {
|
|
46042
|
+
"components/game/templates/WorldMapTemplate.tsx"() {
|
|
45906
46043
|
init_WorldMapBoard();
|
|
45907
46044
|
WorldMapTemplate.displayName = "WorldMapTemplate";
|
|
45908
46045
|
}
|
|
@@ -45921,7 +46058,7 @@ function lazyThree(name, loader) {
|
|
|
45921
46058
|
}
|
|
45922
46059
|
var FeatureRenderer, COMPONENT_REGISTRY;
|
|
45923
46060
|
var init_component_registry_generated = __esm({
|
|
45924
|
-
"components/organisms/component-registry.generated.ts"() {
|
|
46061
|
+
"components/core/organisms/component-registry.generated.ts"() {
|
|
45925
46062
|
init_AboutPageTemplate();
|
|
45926
46063
|
init_ComponentPatterns();
|
|
45927
46064
|
init_ActionButton();
|
|
@@ -46517,7 +46654,7 @@ var init_component_registry_generated = __esm({
|
|
|
46517
46654
|
}
|
|
46518
46655
|
});
|
|
46519
46656
|
|
|
46520
|
-
// components/organisms/UISlotRenderer.tsx
|
|
46657
|
+
// components/core/organisms/UISlotRenderer.tsx
|
|
46521
46658
|
var UISlotRenderer_exports = {};
|
|
46522
46659
|
__export(UISlotRenderer_exports, {
|
|
46523
46660
|
SlotContentRenderer: () => SlotContentRenderer,
|
|
@@ -46599,7 +46736,7 @@ function enrichFormFields(fields, entityDef) {
|
|
|
46599
46736
|
return field;
|
|
46600
46737
|
});
|
|
46601
46738
|
}
|
|
46602
|
-
function renderContainedPortal(slot, content, onDismiss) {
|
|
46739
|
+
function renderContainedPortal(t, slot, content, onDismiss) {
|
|
46603
46740
|
const slotContent = /* @__PURE__ */ jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsx(SlotContentRenderer, { content, onDismiss }) });
|
|
46604
46741
|
const slotId = `slot-${slot}`;
|
|
46605
46742
|
switch (slot) {
|
|
@@ -46635,7 +46772,7 @@ function renderContainedPortal(slot, content, onDismiss) {
|
|
|
46635
46772
|
onClick: onDismiss,
|
|
46636
46773
|
"data-event": "CLOSE",
|
|
46637
46774
|
"data-testid": "action-CLOSE",
|
|
46638
|
-
"aria-label": "
|
|
46775
|
+
"aria-label": t("aria.closeModal"),
|
|
46639
46776
|
children: "\u2715"
|
|
46640
46777
|
}
|
|
46641
46778
|
)
|
|
@@ -46677,7 +46814,7 @@ function renderContainedPortal(slot, content, onDismiss) {
|
|
|
46677
46814
|
onClick: onDismiss,
|
|
46678
46815
|
"data-event": "CLOSE",
|
|
46679
46816
|
"data-testid": "action-CLOSE",
|
|
46680
|
-
"aria-label": "
|
|
46817
|
+
"aria-label": t("aria.closeDrawer"),
|
|
46681
46818
|
children: "\u2715"
|
|
46682
46819
|
}
|
|
46683
46820
|
)
|
|
@@ -46745,6 +46882,7 @@ function UISlotComponent({
|
|
|
46745
46882
|
}) {
|
|
46746
46883
|
const { slots, clear } = useUISlots();
|
|
46747
46884
|
const eventBus = useEventBus();
|
|
46885
|
+
const { t } = useTranslate();
|
|
46748
46886
|
const suspenseConfig = useContext(SuspenseConfigContext);
|
|
46749
46887
|
const contained = useContext(SlotContainedContext);
|
|
46750
46888
|
const content = slots[slot];
|
|
@@ -46799,7 +46937,7 @@ function UISlotComponent({
|
|
|
46799
46937
|
};
|
|
46800
46938
|
if (portal) {
|
|
46801
46939
|
if (contained) {
|
|
46802
|
-
return renderContainedPortal(slot, content, handleDismiss);
|
|
46940
|
+
return renderContainedPortal(t, slot, content, handleDismiss);
|
|
46803
46941
|
}
|
|
46804
46942
|
return /* @__PURE__ */ jsx(
|
|
46805
46943
|
SlotPortal,
|
|
@@ -46846,6 +46984,7 @@ function CompiledPortal({ slot, className, pattern, sourceTrait, children }) {
|
|
|
46846
46984
|
const [portalRoot, setPortalRoot] = useState(null);
|
|
46847
46985
|
const slotsBus = useUISlots();
|
|
46848
46986
|
const eventBus = useEventBus();
|
|
46987
|
+
const { t } = useTranslate();
|
|
46849
46988
|
useEffect(() => {
|
|
46850
46989
|
setPortalRoot(getOrCreatePortalRoot());
|
|
46851
46990
|
}, []);
|
|
@@ -47135,6 +47274,7 @@ function SlotContentRenderer({
|
|
|
47135
47274
|
}
|
|
47136
47275
|
}
|
|
47137
47276
|
const eventBus = useEventBus();
|
|
47277
|
+
const { t } = useTranslate();
|
|
47138
47278
|
const schemaCtx = useEntitySchemaOptional();
|
|
47139
47279
|
let entityDef;
|
|
47140
47280
|
if (typeof entityProp === "string" && entityProp.length > 0 && schemaCtx) {
|
|
@@ -47179,7 +47319,7 @@ function SlotContentRenderer({
|
|
|
47179
47319
|
if (propsSchema) {
|
|
47180
47320
|
for (const [propKey, propDef] of Object.entries(propsSchema)) {
|
|
47181
47321
|
const isDate = propDef.types?.some(
|
|
47182
|
-
(
|
|
47322
|
+
(t2) => t2 === "date" || t2 === "datetime" || t2 === "timestamp"
|
|
47183
47323
|
);
|
|
47184
47324
|
if (!isDate) continue;
|
|
47185
47325
|
const v = renderedProps[propKey];
|
|
@@ -47313,7 +47453,7 @@ function UISlotRenderer({
|
|
|
47313
47453
|
}
|
|
47314
47454
|
var scopeWrapLog, TRAIT_BINDING_RE, SuspenseConfigContext, SlotContainedContext, SLOT_SKELETON_MAP, FORM_PATTERNS, PATTERNS_WITH_CHILDREN;
|
|
47315
47455
|
var init_UISlotRenderer = __esm({
|
|
47316
|
-
"components/organisms/UISlotRenderer.tsx"() {
|
|
47456
|
+
"components/core/organisms/UISlotRenderer.tsx"() {
|
|
47317
47457
|
"use client";
|
|
47318
47458
|
init_EntitySchemaContext();
|
|
47319
47459
|
init_Modal();
|
|
@@ -47322,6 +47462,7 @@ var init_UISlotRenderer = __esm({
|
|
|
47322
47462
|
init_Box();
|
|
47323
47463
|
init_Typography();
|
|
47324
47464
|
init_useEventBus();
|
|
47465
|
+
init_useTranslate();
|
|
47325
47466
|
init_slot_types();
|
|
47326
47467
|
init_cn();
|
|
47327
47468
|
init_ErrorBoundary();
|
|
@@ -47539,9 +47680,10 @@ function convertObjectProps(props) {
|
|
|
47539
47680
|
if (isFnFormLambda(value)) {
|
|
47540
47681
|
convertedAny = true;
|
|
47541
47682
|
const arr = value;
|
|
47542
|
-
const
|
|
47543
|
-
out[
|
|
47544
|
-
|
|
47683
|
+
const compiled = makeLambdaFn(fnFormParams(arr), arr[2], key);
|
|
47684
|
+
out[key] = compiled;
|
|
47685
|
+
if (key === "renderItem") out.children = compiled;
|
|
47686
|
+
lambdaLog.debug(`convert key=${key}${key === "renderItem" ? " (+children)" : ""}`);
|
|
47545
47687
|
continue;
|
|
47546
47688
|
}
|
|
47547
47689
|
const next = convertNode(value, key);
|