@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.cjs
CHANGED
|
@@ -448,7 +448,80 @@ var init_en = __esm({
|
|
|
448
448
|
"book.previousPage": "Previous page",
|
|
449
449
|
"book.nextPage": "Next page",
|
|
450
450
|
"quiz.showAnswer": "Show answer",
|
|
451
|
-
"quiz.hideAnswer": "Hide answer"
|
|
451
|
+
"quiz.hideAnswer": "Hide answer",
|
|
452
|
+
"aria.closeModal": "Close modal",
|
|
453
|
+
"aria.closeToast": "Dismiss toast",
|
|
454
|
+
"aria.closeAlert": "Dismiss alert",
|
|
455
|
+
"aria.removeFilter": "Remove filter",
|
|
456
|
+
"aria.closeDrawer": "Close drawer",
|
|
457
|
+
"aria.closePanel": "Close panel",
|
|
458
|
+
"aria.previousImage": "Previous image",
|
|
459
|
+
"aria.nextImage": "Next image",
|
|
460
|
+
"aria.dismiss": "Dismiss",
|
|
461
|
+
"aria.previousSlide": "Previous slide",
|
|
462
|
+
"aria.nextSlide": "Next slide",
|
|
463
|
+
"aria.previousDays": "Previous days",
|
|
464
|
+
"aria.nextDays": "Next days",
|
|
465
|
+
"aria.decrease": "Decrease",
|
|
466
|
+
"aria.increase": "Increase",
|
|
467
|
+
"aria.breadcrumb": "Breadcrumb",
|
|
468
|
+
"aria.tableOfContents": "Table of contents",
|
|
469
|
+
"aria.docsSidebar": "Documentation sidebar",
|
|
470
|
+
"aria.selectAllRows": "Select all rows",
|
|
471
|
+
"aria.selectAll": "Select all",
|
|
472
|
+
"aria.upvote": "Upvote",
|
|
473
|
+
"aria.downvote": "Downvote",
|
|
474
|
+
"aria.qrScanner": "QR scanner",
|
|
475
|
+
"aria.mockScanDev": "Mock scan (dev)",
|
|
476
|
+
"aria.openMenu": "Open menu",
|
|
477
|
+
"aria.closeMenu": "Close menu",
|
|
478
|
+
"aria.openSidebar": "Open sidebar",
|
|
479
|
+
"sidebar.expand": "Expand sidebar",
|
|
480
|
+
"sidebar.collapse": "Collapse sidebar",
|
|
481
|
+
"sidebar.close": "Close sidebar",
|
|
482
|
+
"loading.items": "Loading items...",
|
|
483
|
+
"card.imageAlt": "Image",
|
|
484
|
+
"canvas.emptyMessage": "No content",
|
|
485
|
+
"canvas.errorTitle": "Canvas error",
|
|
486
|
+
"book.noData": "No data",
|
|
487
|
+
"common.notifications": "Notifications",
|
|
488
|
+
"common.remaining": "{{count}} remaining",
|
|
489
|
+
"error.somethingWentWrong": "Something went wrong",
|
|
490
|
+
"error.loadingItems": "Loading items...",
|
|
491
|
+
"error.noItemsFound": "No items found",
|
|
492
|
+
"error.notFound": "Not found",
|
|
493
|
+
"debug.noEntityData": "No entity data",
|
|
494
|
+
"debug.noEntities": "No entities",
|
|
495
|
+
"debug.noTicks": "No ticks registered",
|
|
496
|
+
"debug.noActiveTraits": "No active traits",
|
|
497
|
+
"debug.noGuardEvaluations": "No guard evaluations",
|
|
498
|
+
"debug.noBridgeData": "No bridge data",
|
|
499
|
+
"debug.status": "Status",
|
|
500
|
+
"debug.eventsForwarded": "Events Forwarded (Client \u2192 Server)",
|
|
501
|
+
"debug.eventsReceived": "Events Received (Server \u2192 Client)",
|
|
502
|
+
"debug.lastHeartbeat": "Last Heartbeat",
|
|
503
|
+
"debug.noEventsYet": "No events yet",
|
|
504
|
+
"debug.noTransitionsRecorded": "No transitions recorded",
|
|
505
|
+
"debug.noVerificationChecks": "No verification checks yet",
|
|
506
|
+
"display.chartError": "Chart error",
|
|
507
|
+
"display.codeViewerError": "Code viewer error",
|
|
508
|
+
"display.noCode": "No code",
|
|
509
|
+
"display.documentError": "Document error",
|
|
510
|
+
"display.noDocument": "No document",
|
|
511
|
+
"display.graphError": "Graph error",
|
|
512
|
+
"display.noGraphData": "No graph data",
|
|
513
|
+
"display.galleryError": "Gallery error",
|
|
514
|
+
"display.noMedia": "No media",
|
|
515
|
+
"display.meterError": "Meter error",
|
|
516
|
+
"display.signaturePadError": "Signature pad error",
|
|
517
|
+
"display.timelineError": "Timeline error",
|
|
518
|
+
"display.noEvents": "No events",
|
|
519
|
+
"template.features": "Features",
|
|
520
|
+
"template.howItWorks": "How It Works",
|
|
521
|
+
"template.showcase": "Showcase",
|
|
522
|
+
"template.faq": "Frequently Asked Questions",
|
|
523
|
+
"template.ourTeam": "Our Team",
|
|
524
|
+
"template.caseStudies": "Case Studies"
|
|
452
525
|
};
|
|
453
526
|
}
|
|
454
527
|
});
|
|
@@ -834,7 +907,7 @@ var init_cn = __esm({
|
|
|
834
907
|
});
|
|
835
908
|
var paddingStyles, paddingXStyles, paddingYStyles, marginStyles, marginXStyles, marginYStyles, bgStyles, roundedStyles, shadowStyles, displayStyles, overflowStyles, positionStyles, Box;
|
|
836
909
|
var init_Box = __esm({
|
|
837
|
-
"components/atoms/Box.tsx"() {
|
|
910
|
+
"components/core/atoms/Box.tsx"() {
|
|
838
911
|
"use client";
|
|
839
912
|
init_cn();
|
|
840
913
|
init_useEventBus();
|
|
@@ -1731,7 +1804,7 @@ function doResolve(name) {
|
|
|
1731
1804
|
}
|
|
1732
1805
|
var iconAliases, resolvedCache, sizeClasses, animationClasses, Icon;
|
|
1733
1806
|
var init_Icon = __esm({
|
|
1734
|
-
"components/atoms/Icon.tsx"() {
|
|
1807
|
+
"components/core/atoms/Icon.tsx"() {
|
|
1735
1808
|
"use client";
|
|
1736
1809
|
init_cn();
|
|
1737
1810
|
init_iconFamily();
|
|
@@ -1842,7 +1915,7 @@ function resolveIconProp(value, sizeClass) {
|
|
|
1842
1915
|
}
|
|
1843
1916
|
var variantStyles, sizeStyles, iconSizeStyles, Button;
|
|
1844
1917
|
var init_Button = __esm({
|
|
1845
|
-
"components/atoms/Button.tsx"() {
|
|
1918
|
+
"components/core/atoms/Button.tsx"() {
|
|
1846
1919
|
"use client";
|
|
1847
1920
|
init_cn();
|
|
1848
1921
|
init_useEventBus();
|
|
@@ -1970,7 +2043,7 @@ var init_Button = __esm({
|
|
|
1970
2043
|
});
|
|
1971
2044
|
var Dialog;
|
|
1972
2045
|
var init_Dialog = __esm({
|
|
1973
|
-
"components/atoms/Dialog.tsx"() {
|
|
2046
|
+
"components/core/atoms/Dialog.tsx"() {
|
|
1974
2047
|
init_cn();
|
|
1975
2048
|
Dialog = React84__namespace.default.forwardRef(
|
|
1976
2049
|
({
|
|
@@ -1995,7 +2068,7 @@ var init_Dialog = __esm({
|
|
|
1995
2068
|
}
|
|
1996
2069
|
});
|
|
1997
2070
|
|
|
1998
|
-
// components/atoms/Typography.tsx
|
|
2071
|
+
// components/core/atoms/Typography.tsx
|
|
1999
2072
|
var Typography_exports = {};
|
|
2000
2073
|
__export(Typography_exports, {
|
|
2001
2074
|
Heading: () => Heading,
|
|
@@ -2004,7 +2077,7 @@ __export(Typography_exports, {
|
|
|
2004
2077
|
});
|
|
2005
2078
|
var variantStyles2, colorStyles, weightStyles, defaultElements, typographySizeStyles, overflowStyles2, Typography, sizeStyles2, Heading, Text;
|
|
2006
2079
|
var init_Typography = __esm({
|
|
2007
|
-
"components/atoms/Typography.tsx"() {
|
|
2080
|
+
"components/core/atoms/Typography.tsx"() {
|
|
2008
2081
|
init_cn();
|
|
2009
2082
|
variantStyles2 = {
|
|
2010
2083
|
h1: "text-4xl font-bold tracking-tight text-foreground",
|
|
@@ -2157,7 +2230,7 @@ var init_Typography = __esm({
|
|
|
2157
2230
|
});
|
|
2158
2231
|
var Overlay;
|
|
2159
2232
|
var init_Overlay = __esm({
|
|
2160
|
-
"components/atoms/Overlay.tsx"() {
|
|
2233
|
+
"components/core/atoms/Overlay.tsx"() {
|
|
2161
2234
|
"use client";
|
|
2162
2235
|
init_cn();
|
|
2163
2236
|
init_useEventBus();
|
|
@@ -2194,7 +2267,7 @@ var init_Overlay = __esm({
|
|
|
2194
2267
|
});
|
|
2195
2268
|
var sizeClasses2, minWidthClasses, lookStyles, Modal;
|
|
2196
2269
|
var init_Modal = __esm({
|
|
2197
|
-
"components/molecules/Modal.tsx"() {
|
|
2270
|
+
"components/core/molecules/Modal.tsx"() {
|
|
2198
2271
|
"use client";
|
|
2199
2272
|
init_Box();
|
|
2200
2273
|
init_Button();
|
|
@@ -2203,6 +2276,7 @@ var init_Modal = __esm({
|
|
|
2203
2276
|
init_Overlay();
|
|
2204
2277
|
init_cn();
|
|
2205
2278
|
init_useEventBus();
|
|
2279
|
+
init_useTranslate();
|
|
2206
2280
|
sizeClasses2 = {
|
|
2207
2281
|
sm: "max-w-md",
|
|
2208
2282
|
md: "max-w-2xl",
|
|
@@ -2240,6 +2314,7 @@ var init_Modal = __esm({
|
|
|
2240
2314
|
look = "centered-card"
|
|
2241
2315
|
}) => {
|
|
2242
2316
|
const eventBus = useEventBus();
|
|
2317
|
+
const { t } = useTranslate();
|
|
2243
2318
|
const modalRef = React84.useRef(null);
|
|
2244
2319
|
const previousActiveElement = React84.useRef(null);
|
|
2245
2320
|
const [dragY, setDragY] = React84.useState(0);
|
|
@@ -2384,7 +2459,7 @@ var init_Modal = __esm({
|
|
|
2384
2459
|
icon: "x",
|
|
2385
2460
|
onClick: handleClose,
|
|
2386
2461
|
"data-event": "CLOSE",
|
|
2387
|
-
"aria-label": "
|
|
2462
|
+
"aria-label": t("aria.closeModal")
|
|
2388
2463
|
}
|
|
2389
2464
|
)
|
|
2390
2465
|
]
|
|
@@ -2415,7 +2490,7 @@ var init_Modal = __esm({
|
|
|
2415
2490
|
});
|
|
2416
2491
|
var sizeWidths, Drawer;
|
|
2417
2492
|
var init_Drawer = __esm({
|
|
2418
|
-
"components/molecules/Drawer.tsx"() {
|
|
2493
|
+
"components/core/molecules/Drawer.tsx"() {
|
|
2419
2494
|
"use client";
|
|
2420
2495
|
init_Box();
|
|
2421
2496
|
init_Button();
|
|
@@ -2423,6 +2498,7 @@ var init_Drawer = __esm({
|
|
|
2423
2498
|
init_Overlay();
|
|
2424
2499
|
init_cn();
|
|
2425
2500
|
init_useEventBus();
|
|
2501
|
+
init_useTranslate();
|
|
2426
2502
|
sizeWidths = {
|
|
2427
2503
|
sm: "w-full sm:w-80",
|
|
2428
2504
|
// 320px
|
|
@@ -2448,6 +2524,7 @@ var init_Drawer = __esm({
|
|
|
2448
2524
|
closeEvent
|
|
2449
2525
|
}) => {
|
|
2450
2526
|
const eventBus = useEventBus();
|
|
2527
|
+
const { t } = useTranslate();
|
|
2451
2528
|
const drawerRef = React84.useRef(null);
|
|
2452
2529
|
const previousActiveElement = React84.useRef(null);
|
|
2453
2530
|
React84.useEffect(() => {
|
|
@@ -2542,7 +2619,7 @@ var init_Drawer = __esm({
|
|
|
2542
2619
|
size: "sm",
|
|
2543
2620
|
icon: "x",
|
|
2544
2621
|
onClick: handleClose,
|
|
2545
|
-
"aria-label": "
|
|
2622
|
+
"aria-label": t("aria.closeDrawer"),
|
|
2546
2623
|
className: cn(!title && "ml-auto")
|
|
2547
2624
|
}
|
|
2548
2625
|
)
|
|
@@ -2594,7 +2671,7 @@ var init_Drawer = __esm({
|
|
|
2594
2671
|
});
|
|
2595
2672
|
var variantStyles3, sizeStyles3, Badge;
|
|
2596
2673
|
var init_Badge = __esm({
|
|
2597
|
-
"components/atoms/Badge.tsx"() {
|
|
2674
|
+
"components/core/atoms/Badge.tsx"() {
|
|
2598
2675
|
init_cn();
|
|
2599
2676
|
init_Icon();
|
|
2600
2677
|
variantStyles3 = {
|
|
@@ -2685,7 +2762,7 @@ var init_Badge = __esm({
|
|
|
2685
2762
|
});
|
|
2686
2763
|
var variantClasses, iconMap, iconColors, Toast;
|
|
2687
2764
|
var init_Toast = __esm({
|
|
2688
|
-
"components/molecules/Toast.tsx"() {
|
|
2765
|
+
"components/core/molecules/Toast.tsx"() {
|
|
2689
2766
|
"use client";
|
|
2690
2767
|
init_Box();
|
|
2691
2768
|
init_Icon();
|
|
@@ -2694,6 +2771,7 @@ var init_Toast = __esm({
|
|
|
2694
2771
|
init_Badge();
|
|
2695
2772
|
init_cn();
|
|
2696
2773
|
init_useEventBus();
|
|
2774
|
+
init_useTranslate();
|
|
2697
2775
|
variantClasses = {
|
|
2698
2776
|
success: "bg-card border-[length:var(--border-width)] border-success",
|
|
2699
2777
|
error: "bg-card border-[length:var(--border-width)] border-error",
|
|
@@ -2727,6 +2805,7 @@ var init_Toast = __esm({
|
|
|
2727
2805
|
actionEvent
|
|
2728
2806
|
}) => {
|
|
2729
2807
|
const eventBus = useEventBus();
|
|
2808
|
+
const { t } = useTranslate();
|
|
2730
2809
|
const handleDismiss = () => {
|
|
2731
2810
|
if (dismissEvent) eventBus.emit(`UI:${dismissEvent}`, {});
|
|
2732
2811
|
onDismiss?.();
|
|
@@ -2780,7 +2859,7 @@ var init_Toast = __esm({
|
|
|
2780
2859
|
size: "sm",
|
|
2781
2860
|
icon: "x",
|
|
2782
2861
|
onClick: handleDismiss,
|
|
2783
|
-
"aria-label": "
|
|
2862
|
+
"aria-label": t("aria.closeToast"),
|
|
2784
2863
|
className: "flex-shrink-0"
|
|
2785
2864
|
}
|
|
2786
2865
|
)
|
|
@@ -2851,7 +2930,7 @@ function buildDiamondPoints(x, y, scale) {
|
|
|
2851
2930
|
}
|
|
2852
2931
|
var SvgBranch;
|
|
2853
2932
|
var init_SvgBranch = __esm({
|
|
2854
|
-
"components/atoms/svg/SvgBranch.tsx"() {
|
|
2933
|
+
"components/core/atoms/svg/SvgBranch.tsx"() {
|
|
2855
2934
|
"use client";
|
|
2856
2935
|
SvgBranch = ({
|
|
2857
2936
|
x,
|
|
@@ -2898,7 +2977,7 @@ var init_SvgBranch = __esm({
|
|
|
2898
2977
|
});
|
|
2899
2978
|
var SvgConnection;
|
|
2900
2979
|
var init_SvgConnection = __esm({
|
|
2901
|
-
"components/atoms/svg/SvgConnection.tsx"() {
|
|
2980
|
+
"components/core/atoms/svg/SvgConnection.tsx"() {
|
|
2902
2981
|
"use client";
|
|
2903
2982
|
SvgConnection = ({
|
|
2904
2983
|
x1,
|
|
@@ -2938,7 +3017,7 @@ var init_SvgConnection = __esm({
|
|
|
2938
3017
|
});
|
|
2939
3018
|
var flowIdCounter, SvgFlow;
|
|
2940
3019
|
var init_SvgFlow = __esm({
|
|
2941
|
-
"components/atoms/svg/SvgFlow.tsx"() {
|
|
3020
|
+
"components/core/atoms/svg/SvgFlow.tsx"() {
|
|
2942
3021
|
"use client";
|
|
2943
3022
|
flowIdCounter = 0;
|
|
2944
3023
|
SvgFlow = ({
|
|
@@ -2992,7 +3071,7 @@ var init_SvgFlow = __esm({
|
|
|
2992
3071
|
});
|
|
2993
3072
|
var SvgGrid;
|
|
2994
3073
|
var init_SvgGrid = __esm({
|
|
2995
|
-
"components/atoms/svg/SvgGrid.tsx"() {
|
|
3074
|
+
"components/core/atoms/svg/SvgGrid.tsx"() {
|
|
2996
3075
|
"use client";
|
|
2997
3076
|
SvgGrid = ({
|
|
2998
3077
|
x,
|
|
@@ -3032,7 +3111,7 @@ var init_SvgGrid = __esm({
|
|
|
3032
3111
|
});
|
|
3033
3112
|
var SvgLobe;
|
|
3034
3113
|
var init_SvgLobe = __esm({
|
|
3035
|
-
"components/atoms/svg/SvgLobe.tsx"() {
|
|
3114
|
+
"components/core/atoms/svg/SvgLobe.tsx"() {
|
|
3036
3115
|
"use client";
|
|
3037
3116
|
SvgLobe = ({
|
|
3038
3117
|
cx,
|
|
@@ -3112,7 +3191,7 @@ function getConnections(count, density) {
|
|
|
3112
3191
|
}
|
|
3113
3192
|
var SvgMesh;
|
|
3114
3193
|
var init_SvgMesh = __esm({
|
|
3115
|
-
"components/atoms/svg/SvgMesh.tsx"() {
|
|
3194
|
+
"components/core/atoms/svg/SvgMesh.tsx"() {
|
|
3116
3195
|
"use client";
|
|
3117
3196
|
SvgMesh = ({
|
|
3118
3197
|
cx,
|
|
@@ -3157,7 +3236,7 @@ var init_SvgMesh = __esm({
|
|
|
3157
3236
|
});
|
|
3158
3237
|
var TextLines, CodeBrackets, AppRect, FlowArrow, SvgMorph;
|
|
3159
3238
|
var init_SvgMorph = __esm({
|
|
3160
|
-
"components/atoms/svg/SvgMorph.tsx"() {
|
|
3239
|
+
"components/core/atoms/svg/SvgMorph.tsx"() {
|
|
3161
3240
|
"use client";
|
|
3162
3241
|
TextLines = ({
|
|
3163
3242
|
x,
|
|
@@ -3366,7 +3445,7 @@ var init_SvgMorph = __esm({
|
|
|
3366
3445
|
});
|
|
3367
3446
|
var SvgNode;
|
|
3368
3447
|
var init_SvgNode = __esm({
|
|
3369
|
-
"components/atoms/svg/SvgNode.tsx"() {
|
|
3448
|
+
"components/core/atoms/svg/SvgNode.tsx"() {
|
|
3370
3449
|
"use client";
|
|
3371
3450
|
SvgNode = ({
|
|
3372
3451
|
x,
|
|
@@ -3422,7 +3501,7 @@ var init_SvgNode = __esm({
|
|
|
3422
3501
|
});
|
|
3423
3502
|
var PULSE_KEYFRAMES, SvgPulse;
|
|
3424
3503
|
var init_SvgPulse = __esm({
|
|
3425
|
-
"components/atoms/svg/SvgPulse.tsx"() {
|
|
3504
|
+
"components/core/atoms/svg/SvgPulse.tsx"() {
|
|
3426
3505
|
"use client";
|
|
3427
3506
|
PULSE_KEYFRAMES = `
|
|
3428
3507
|
@keyframes almadar-svg-pulse-expand {
|
|
@@ -3478,7 +3557,7 @@ var init_SvgPulse = __esm({
|
|
|
3478
3557
|
});
|
|
3479
3558
|
var ringIdCounter, SvgRing;
|
|
3480
3559
|
var init_SvgRing = __esm({
|
|
3481
|
-
"components/atoms/svg/SvgRing.tsx"() {
|
|
3560
|
+
"components/core/atoms/svg/SvgRing.tsx"() {
|
|
3482
3561
|
"use client";
|
|
3483
3562
|
ringIdCounter = 0;
|
|
3484
3563
|
SvgRing = ({
|
|
@@ -3535,7 +3614,7 @@ var init_SvgRing = __esm({
|
|
|
3535
3614
|
});
|
|
3536
3615
|
var SHIELD_PATH, CHECK_PATH, SvgShield;
|
|
3537
3616
|
var init_SvgShield = __esm({
|
|
3538
|
-
"components/atoms/svg/SvgShield.tsx"() {
|
|
3617
|
+
"components/core/atoms/svg/SvgShield.tsx"() {
|
|
3539
3618
|
"use client";
|
|
3540
3619
|
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";
|
|
3541
3620
|
CHECK_PATH = "M10,18 L14,22 L21,13";
|
|
@@ -3585,7 +3664,7 @@ var init_SvgShield = __esm({
|
|
|
3585
3664
|
});
|
|
3586
3665
|
var SvgStack;
|
|
3587
3666
|
var init_SvgStack = __esm({
|
|
3588
|
-
"components/atoms/svg/SvgStack.tsx"() {
|
|
3667
|
+
"components/core/atoms/svg/SvgStack.tsx"() {
|
|
3589
3668
|
"use client";
|
|
3590
3669
|
SvgStack = ({
|
|
3591
3670
|
x,
|
|
@@ -3644,16 +3723,17 @@ var init_SvgStack = __esm({
|
|
|
3644
3723
|
}
|
|
3645
3724
|
});
|
|
3646
3725
|
|
|
3647
|
-
// components/atoms/svg/index.ts
|
|
3726
|
+
// components/core/atoms/svg/index.ts
|
|
3648
3727
|
var init_svg = __esm({
|
|
3649
|
-
"components/atoms/svg/index.ts"() {
|
|
3728
|
+
"components/core/atoms/svg/index.ts"() {
|
|
3650
3729
|
}
|
|
3651
3730
|
});
|
|
3652
3731
|
var Input;
|
|
3653
3732
|
var init_Input = __esm({
|
|
3654
|
-
"components/atoms/Input.tsx"() {
|
|
3733
|
+
"components/core/atoms/Input.tsx"() {
|
|
3655
3734
|
init_cn();
|
|
3656
3735
|
init_Icon();
|
|
3736
|
+
init_useTranslate();
|
|
3657
3737
|
Input = React84__namespace.default.forwardRef(
|
|
3658
3738
|
({
|
|
3659
3739
|
className,
|
|
@@ -3671,6 +3751,7 @@ var init_Input = __esm({
|
|
|
3671
3751
|
onChange,
|
|
3672
3752
|
...props
|
|
3673
3753
|
}, ref) => {
|
|
3754
|
+
const { t } = useTranslate();
|
|
3674
3755
|
const type = inputType || htmlType || "text";
|
|
3675
3756
|
const IconComponent = typeof iconProp === "string" ? resolveIcon(iconProp) : iconProp;
|
|
3676
3757
|
const resolvedLeftIcon = leftIcon || IconComponent && /* @__PURE__ */ jsxRuntime.jsx(IconComponent, { className: "h-icon-default w-icon-default" });
|
|
@@ -3701,7 +3782,7 @@ var init_Input = __esm({
|
|
|
3701
3782
|
className: cn(baseClassName, "appearance-none pr-10", className),
|
|
3702
3783
|
...props,
|
|
3703
3784
|
children: [
|
|
3704
|
-
/* @__PURE__ */ jsxRuntime.jsx("option", { value: "", children: "
|
|
3785
|
+
/* @__PURE__ */ jsxRuntime.jsx("option", { value: "", children: t("form.selectPlaceholder", { label: "" }) }),
|
|
3705
3786
|
options?.map((opt) => /* @__PURE__ */ jsxRuntime.jsx("option", { value: opt.value, children: opt.label }, opt.value))
|
|
3706
3787
|
]
|
|
3707
3788
|
}
|
|
@@ -3772,7 +3853,7 @@ var init_Input = __esm({
|
|
|
3772
3853
|
});
|
|
3773
3854
|
var Label;
|
|
3774
3855
|
var init_Label = __esm({
|
|
3775
|
-
"components/atoms/Label.tsx"() {
|
|
3856
|
+
"components/core/atoms/Label.tsx"() {
|
|
3776
3857
|
init_cn();
|
|
3777
3858
|
Label = React84__namespace.default.forwardRef(
|
|
3778
3859
|
({ className, required, children, ...props }, ref) => {
|
|
@@ -3798,7 +3879,7 @@ var init_Label = __esm({
|
|
|
3798
3879
|
});
|
|
3799
3880
|
var Textarea;
|
|
3800
3881
|
var init_Textarea = __esm({
|
|
3801
|
-
"components/atoms/Textarea.tsx"() {
|
|
3882
|
+
"components/core/atoms/Textarea.tsx"() {
|
|
3802
3883
|
init_cn();
|
|
3803
3884
|
Textarea = React84__namespace.default.forwardRef(
|
|
3804
3885
|
({ className, error, ...props }, ref) => {
|
|
@@ -3827,7 +3908,7 @@ var init_Textarea = __esm({
|
|
|
3827
3908
|
});
|
|
3828
3909
|
var Select;
|
|
3829
3910
|
var init_Select = __esm({
|
|
3830
|
-
"components/atoms/Select.tsx"() {
|
|
3911
|
+
"components/core/atoms/Select.tsx"() {
|
|
3831
3912
|
init_cn();
|
|
3832
3913
|
init_Icon();
|
|
3833
3914
|
Select = React84__namespace.default.forwardRef(
|
|
@@ -3870,7 +3951,7 @@ var init_Select = __esm({
|
|
|
3870
3951
|
});
|
|
3871
3952
|
var Checkbox;
|
|
3872
3953
|
var init_Checkbox = __esm({
|
|
3873
|
-
"components/atoms/Checkbox.tsx"() {
|
|
3954
|
+
"components/core/atoms/Checkbox.tsx"() {
|
|
3874
3955
|
init_cn();
|
|
3875
3956
|
Checkbox = React84__namespace.default.forwardRef(
|
|
3876
3957
|
({ className, label, id, ...props }, ref) => {
|
|
@@ -3908,7 +3989,7 @@ var init_Checkbox = __esm({
|
|
|
3908
3989
|
});
|
|
3909
3990
|
var variantStyles4, paddingStyles2, shadowStyles2, lookStyles2, Card, CardHeader, CardTitle, CardContent, CardBody, CardFooter;
|
|
3910
3991
|
var init_Card = __esm({
|
|
3911
|
-
"components/atoms/Card.tsx"() {
|
|
3992
|
+
"components/core/atoms/Card.tsx"() {
|
|
3912
3993
|
init_cn();
|
|
3913
3994
|
variantStyles4 = {
|
|
3914
3995
|
default: [
|
|
@@ -4033,9 +4114,10 @@ var init_Card = __esm({
|
|
|
4033
4114
|
});
|
|
4034
4115
|
var variantStyles5, sizeStyles4, iconSizes, FilterPill;
|
|
4035
4116
|
var init_FilterPill = __esm({
|
|
4036
|
-
"components/atoms/FilterPill.tsx"() {
|
|
4117
|
+
"components/core/atoms/FilterPill.tsx"() {
|
|
4037
4118
|
init_cn();
|
|
4038
4119
|
init_useEventBus();
|
|
4120
|
+
init_useTranslate();
|
|
4039
4121
|
init_Icon();
|
|
4040
4122
|
variantStyles5 = {
|
|
4041
4123
|
default: [
|
|
@@ -4091,6 +4173,7 @@ var init_FilterPill = __esm({
|
|
|
4091
4173
|
...props
|
|
4092
4174
|
}, ref) => {
|
|
4093
4175
|
const eventBus = useEventBus();
|
|
4176
|
+
const { t } = useTranslate();
|
|
4094
4177
|
const payloadLabel = typeof children === "string" || typeof children === "number" ? children : label;
|
|
4095
4178
|
const handleClick = React84.useCallback(() => {
|
|
4096
4179
|
onClick?.();
|
|
@@ -4125,7 +4208,7 @@ var init_FilterPill = __esm({
|
|
|
4125
4208
|
e.stopPropagation();
|
|
4126
4209
|
handleRemove();
|
|
4127
4210
|
},
|
|
4128
|
-
"aria-label": "
|
|
4211
|
+
"aria-label": t("aria.removeFilter"),
|
|
4129
4212
|
className: cn(
|
|
4130
4213
|
"ml-0.5 rounded-full hover:bg-foreground/10 transition-colors flex items-center justify-center"
|
|
4131
4214
|
),
|
|
@@ -4142,7 +4225,7 @@ var init_FilterPill = __esm({
|
|
|
4142
4225
|
});
|
|
4143
4226
|
var sizeStyles5, Spinner;
|
|
4144
4227
|
var init_Spinner = __esm({
|
|
4145
|
-
"components/atoms/Spinner.tsx"() {
|
|
4228
|
+
"components/core/atoms/Spinner.tsx"() {
|
|
4146
4229
|
init_cn();
|
|
4147
4230
|
init_Icon();
|
|
4148
4231
|
sizeStyles5 = {
|
|
@@ -4176,7 +4259,7 @@ function generateInitials(name) {
|
|
|
4176
4259
|
}
|
|
4177
4260
|
var sizeClasses3, iconSizeClasses, statusSizeClasses, statusClasses, badgeSizeClasses, Avatar;
|
|
4178
4261
|
var init_Avatar = __esm({
|
|
4179
|
-
"components/atoms/Avatar.tsx"() {
|
|
4262
|
+
"components/core/atoms/Avatar.tsx"() {
|
|
4180
4263
|
"use client";
|
|
4181
4264
|
init_Icon();
|
|
4182
4265
|
init_cn();
|
|
@@ -4329,7 +4412,7 @@ var init_Avatar = __esm({
|
|
|
4329
4412
|
});
|
|
4330
4413
|
var Center;
|
|
4331
4414
|
var init_Center = __esm({
|
|
4332
|
-
"components/atoms/Center.tsx"() {
|
|
4415
|
+
"components/core/atoms/Center.tsx"() {
|
|
4333
4416
|
init_cn();
|
|
4334
4417
|
Center = ({
|
|
4335
4418
|
inline = false,
|
|
@@ -4365,7 +4448,7 @@ var init_Center = __esm({
|
|
|
4365
4448
|
});
|
|
4366
4449
|
var variantStyles6, Divider;
|
|
4367
4450
|
var init_Divider = __esm({
|
|
4368
|
-
"components/atoms/Divider.tsx"() {
|
|
4451
|
+
"components/core/atoms/Divider.tsx"() {
|
|
4369
4452
|
init_cn();
|
|
4370
4453
|
variantStyles6 = {
|
|
4371
4454
|
solid: "border-solid",
|
|
@@ -4441,7 +4524,7 @@ var init_Divider = __esm({
|
|
|
4441
4524
|
});
|
|
4442
4525
|
var colorClasses, circularSizeClasses, ProgressBar;
|
|
4443
4526
|
var init_ProgressBar = __esm({
|
|
4444
|
-
"components/atoms/ProgressBar.tsx"() {
|
|
4527
|
+
"components/core/atoms/ProgressBar.tsx"() {
|
|
4445
4528
|
init_cn();
|
|
4446
4529
|
colorClasses = {
|
|
4447
4530
|
default: "bg-primary",
|
|
@@ -4600,7 +4683,7 @@ var init_ProgressBar = __esm({
|
|
|
4600
4683
|
});
|
|
4601
4684
|
var sizeClasses4, dotSizeClasses, Radio;
|
|
4602
4685
|
var init_Radio = __esm({
|
|
4603
|
-
"components/atoms/Radio.tsx"() {
|
|
4686
|
+
"components/core/atoms/Radio.tsx"() {
|
|
4604
4687
|
init_cn();
|
|
4605
4688
|
init_useEventBus();
|
|
4606
4689
|
sizeClasses4 = {
|
|
@@ -4753,7 +4836,7 @@ var init_Radio = __esm({
|
|
|
4753
4836
|
});
|
|
4754
4837
|
var COLOR_VAR, Sparkline;
|
|
4755
4838
|
var init_Sparkline = __esm({
|
|
4756
|
-
"components/atoms/Sparkline.tsx"() {
|
|
4839
|
+
"components/core/atoms/Sparkline.tsx"() {
|
|
4757
4840
|
init_cn();
|
|
4758
4841
|
COLOR_VAR = {
|
|
4759
4842
|
primary: "var(--color-primary)",
|
|
@@ -4814,7 +4897,7 @@ var init_Sparkline = __esm({
|
|
|
4814
4897
|
});
|
|
4815
4898
|
var Switch;
|
|
4816
4899
|
var init_Switch = __esm({
|
|
4817
|
-
"components/atoms/Switch.tsx"() {
|
|
4900
|
+
"components/core/atoms/Switch.tsx"() {
|
|
4818
4901
|
"use client";
|
|
4819
4902
|
init_cn();
|
|
4820
4903
|
Switch = React84__namespace.forwardRef(
|
|
@@ -4894,7 +4977,7 @@ var init_Switch = __esm({
|
|
|
4894
4977
|
});
|
|
4895
4978
|
var horizontalSizes, verticalSizes, Spacer;
|
|
4896
4979
|
var init_Spacer = __esm({
|
|
4897
|
-
"components/atoms/Spacer.tsx"() {
|
|
4980
|
+
"components/core/atoms/Spacer.tsx"() {
|
|
4898
4981
|
init_cn();
|
|
4899
4982
|
horizontalSizes = {
|
|
4900
4983
|
xs: "w-1",
|
|
@@ -4933,7 +5016,7 @@ var init_Spacer = __esm({
|
|
|
4933
5016
|
});
|
|
4934
5017
|
var gapStyles, alignStyles, justifyStyles, Stack, VStack, HStack;
|
|
4935
5018
|
var init_Stack = __esm({
|
|
4936
|
-
"components/atoms/Stack.tsx"() {
|
|
5019
|
+
"components/core/atoms/Stack.tsx"() {
|
|
4937
5020
|
"use client";
|
|
4938
5021
|
init_cn();
|
|
4939
5022
|
init_useEventBus();
|
|
@@ -5019,7 +5102,7 @@ var init_Stack = __esm({
|
|
|
5019
5102
|
});
|
|
5020
5103
|
var TextHighlight;
|
|
5021
5104
|
var init_TextHighlight = __esm({
|
|
5022
|
-
"components/atoms/TextHighlight.tsx"() {
|
|
5105
|
+
"components/core/atoms/TextHighlight.tsx"() {
|
|
5023
5106
|
"use client";
|
|
5024
5107
|
init_cn();
|
|
5025
5108
|
init_useEventBus();
|
|
@@ -5263,7 +5346,7 @@ var init_ThemeContext = __esm({
|
|
|
5263
5346
|
});
|
|
5264
5347
|
var sizeClasses5, iconSizes2, ThemeToggle;
|
|
5265
5348
|
var init_ThemeToggle = __esm({
|
|
5266
|
-
"components/atoms/ThemeToggle.tsx"() {
|
|
5349
|
+
"components/core/atoms/ThemeToggle.tsx"() {
|
|
5267
5350
|
"use client";
|
|
5268
5351
|
init_Icon();
|
|
5269
5352
|
init_cn();
|
|
@@ -5325,7 +5408,7 @@ var init_ThemeToggle = __esm({
|
|
|
5325
5408
|
});
|
|
5326
5409
|
var FlipContainer;
|
|
5327
5410
|
var init_FlipContainer = __esm({
|
|
5328
|
-
"components/atoms/FlipContainer.tsx"() {
|
|
5411
|
+
"components/core/atoms/FlipContainer.tsx"() {
|
|
5329
5412
|
"use client";
|
|
5330
5413
|
init_cn();
|
|
5331
5414
|
init_Box();
|
|
@@ -5360,7 +5443,7 @@ var init_FlipContainer = __esm({
|
|
|
5360
5443
|
});
|
|
5361
5444
|
var Aside;
|
|
5362
5445
|
var init_Aside = __esm({
|
|
5363
|
-
"components/atoms/Aside.tsx"() {
|
|
5446
|
+
"components/core/atoms/Aside.tsx"() {
|
|
5364
5447
|
init_cn();
|
|
5365
5448
|
Aside = React84__namespace.default.forwardRef(
|
|
5366
5449
|
({ className, children, ...rest }, ref) => /* @__PURE__ */ jsxRuntime.jsx("aside", { ref, className: cn(className), ...rest, children })
|
|
@@ -5382,7 +5465,7 @@ function toSharedContext(ctx) {
|
|
|
5382
5465
|
}
|
|
5383
5466
|
var ConditionalWrapper;
|
|
5384
5467
|
var init_ConditionalWrapper = __esm({
|
|
5385
|
-
"components/atoms/ConditionalWrapper.tsx"() {
|
|
5468
|
+
"components/core/atoms/ConditionalWrapper.tsx"() {
|
|
5386
5469
|
init_Box();
|
|
5387
5470
|
ConditionalWrapper = ({
|
|
5388
5471
|
condition,
|
|
@@ -5414,7 +5497,7 @@ var init_ConditionalWrapper = __esm({
|
|
|
5414
5497
|
});
|
|
5415
5498
|
var positionStyles2, arrowStyles, LawReferenceTooltip;
|
|
5416
5499
|
var init_LawReferenceTooltip = __esm({
|
|
5417
|
-
"components/atoms/LawReferenceTooltip.tsx"() {
|
|
5500
|
+
"components/core/atoms/LawReferenceTooltip.tsx"() {
|
|
5418
5501
|
"use client";
|
|
5419
5502
|
init_Box();
|
|
5420
5503
|
init_Stack();
|
|
@@ -5594,7 +5677,7 @@ function DayCell({
|
|
|
5594
5677
|
}
|
|
5595
5678
|
var DAY_ABBREVIATIONS;
|
|
5596
5679
|
var init_DayCell = __esm({
|
|
5597
|
-
"components/atoms/DayCell.tsx"() {
|
|
5680
|
+
"components/core/atoms/DayCell.tsx"() {
|
|
5598
5681
|
"use client";
|
|
5599
5682
|
init_cn();
|
|
5600
5683
|
init_Box();
|
|
@@ -5627,7 +5710,7 @@ function TimeSlotCell({
|
|
|
5627
5710
|
);
|
|
5628
5711
|
}
|
|
5629
5712
|
var init_TimeSlotCell = __esm({
|
|
5630
|
-
"components/atoms/TimeSlotCell.tsx"() {
|
|
5713
|
+
"components/core/atoms/TimeSlotCell.tsx"() {
|
|
5631
5714
|
"use client";
|
|
5632
5715
|
init_cn();
|
|
5633
5716
|
init_Box();
|
|
@@ -5636,7 +5719,7 @@ var init_TimeSlotCell = __esm({
|
|
|
5636
5719
|
});
|
|
5637
5720
|
var statusColors, pulseRingColors, sizeStyles6, StatusDot;
|
|
5638
5721
|
var init_StatusDot = __esm({
|
|
5639
|
-
"components/atoms/StatusDot.tsx"() {
|
|
5722
|
+
"components/core/atoms/StatusDot.tsx"() {
|
|
5640
5723
|
init_cn();
|
|
5641
5724
|
statusColors = {
|
|
5642
5725
|
online: "bg-success",
|
|
@@ -5700,7 +5783,7 @@ function resolveColor(dir, invert) {
|
|
|
5700
5783
|
}
|
|
5701
5784
|
var sizeStyles7, iconNameMap, TrendIndicator;
|
|
5702
5785
|
var init_TrendIndicator = __esm({
|
|
5703
|
-
"components/atoms/TrendIndicator.tsx"() {
|
|
5786
|
+
"components/core/atoms/TrendIndicator.tsx"() {
|
|
5704
5787
|
init_Icon();
|
|
5705
5788
|
init_cn();
|
|
5706
5789
|
sizeStyles7 = {
|
|
@@ -5766,7 +5849,7 @@ function useSafeEventBus() {
|
|
|
5766
5849
|
}
|
|
5767
5850
|
var trackSizes, thumbSizes, RangeSlider;
|
|
5768
5851
|
var init_RangeSlider = __esm({
|
|
5769
|
-
"components/atoms/RangeSlider.tsx"() {
|
|
5852
|
+
"components/core/atoms/RangeSlider.tsx"() {
|
|
5770
5853
|
"use client";
|
|
5771
5854
|
init_cn();
|
|
5772
5855
|
init_useEventBus();
|
|
@@ -5975,7 +6058,7 @@ function easeOut(t) {
|
|
|
5975
6058
|
}
|
|
5976
6059
|
var AnimatedCounter;
|
|
5977
6060
|
var init_AnimatedCounter = __esm({
|
|
5978
|
-
"components/atoms/AnimatedCounter.tsx"() {
|
|
6061
|
+
"components/marketing/atoms/AnimatedCounter.tsx"() {
|
|
5979
6062
|
"use client";
|
|
5980
6063
|
init_cn();
|
|
5981
6064
|
init_Typography();
|
|
@@ -6032,7 +6115,7 @@ var init_AnimatedCounter = __esm({
|
|
|
6032
6115
|
});
|
|
6033
6116
|
var InfiniteScrollSentinel;
|
|
6034
6117
|
var init_InfiniteScrollSentinel = __esm({
|
|
6035
|
-
"components/atoms/InfiniteScrollSentinel.tsx"() {
|
|
6118
|
+
"components/core/atoms/InfiniteScrollSentinel.tsx"() {
|
|
6036
6119
|
"use client";
|
|
6037
6120
|
init_cn();
|
|
6038
6121
|
init_useInfiniteScroll();
|
|
@@ -6087,7 +6170,7 @@ function createParticles(count) {
|
|
|
6087
6170
|
}
|
|
6088
6171
|
var CONFETTI_COLORS, particleIdCounter, ConfettiEffect;
|
|
6089
6172
|
var init_ConfettiEffect = __esm({
|
|
6090
|
-
"components/atoms/ConfettiEffect.tsx"() {
|
|
6173
|
+
"components/core/atoms/ConfettiEffect.tsx"() {
|
|
6091
6174
|
"use client";
|
|
6092
6175
|
init_cn();
|
|
6093
6176
|
init_Box();
|
|
@@ -6186,7 +6269,7 @@ var init_ConfettiEffect = __esm({
|
|
|
6186
6269
|
});
|
|
6187
6270
|
var TypewriterText;
|
|
6188
6271
|
var init_TypewriterText = __esm({
|
|
6189
|
-
"components/atoms/TypewriterText.tsx"() {
|
|
6272
|
+
"components/core/atoms/TypewriterText.tsx"() {
|
|
6190
6273
|
"use client";
|
|
6191
6274
|
init_cn();
|
|
6192
6275
|
init_Typography();
|
|
@@ -6256,7 +6339,7 @@ var init_TypewriterText = __esm({
|
|
|
6256
6339
|
});
|
|
6257
6340
|
var levelToVariant, alignClasses, alignToStack, SectionHeader;
|
|
6258
6341
|
var init_SectionHeader = __esm({
|
|
6259
|
-
"components/atoms/SectionHeader.tsx"() {
|
|
6342
|
+
"components/core/atoms/SectionHeader.tsx"() {
|
|
6260
6343
|
init_cn();
|
|
6261
6344
|
init_Stack();
|
|
6262
6345
|
init_Typography();
|
|
@@ -6295,7 +6378,7 @@ var init_SectionHeader = __esm({
|
|
|
6295
6378
|
});
|
|
6296
6379
|
var backgroundClasses, paddingClasses, ContentSection;
|
|
6297
6380
|
var init_ContentSection = __esm({
|
|
6298
|
-
"components/atoms/ContentSection.tsx"() {
|
|
6381
|
+
"components/marketing/atoms/ContentSection.tsx"() {
|
|
6299
6382
|
init_cn();
|
|
6300
6383
|
init_Box();
|
|
6301
6384
|
backgroundClasses = {
|
|
@@ -6790,7 +6873,7 @@ function getTileDimensions(variant, size) {
|
|
|
6790
6873
|
}
|
|
6791
6874
|
var PI, VARIANT_MAP, PatternTile;
|
|
6792
6875
|
var init_PatternTile = __esm({
|
|
6793
|
-
"components/atoms/PatternTile.tsx"() {
|
|
6876
|
+
"components/marketing/atoms/PatternTile.tsx"() {
|
|
6794
6877
|
"use client";
|
|
6795
6878
|
PI = Math.PI;
|
|
6796
6879
|
VARIANT_MAP = {
|
|
@@ -6824,7 +6907,7 @@ var init_PatternTile = __esm({
|
|
|
6824
6907
|
});
|
|
6825
6908
|
var initialStyles, animatedStyles, AnimatedReveal;
|
|
6826
6909
|
var init_AnimatedReveal = __esm({
|
|
6827
|
-
"components/atoms/AnimatedReveal.tsx"() {
|
|
6910
|
+
"components/marketing/atoms/AnimatedReveal.tsx"() {
|
|
6828
6911
|
"use client";
|
|
6829
6912
|
init_cn();
|
|
6830
6913
|
initialStyles = {
|
|
@@ -7004,7 +7087,7 @@ function applyMorphAnimation(container, animate, duration, delay, easing) {
|
|
|
7004
7087
|
}
|
|
7005
7088
|
var AnimatedGraphic;
|
|
7006
7089
|
var init_AnimatedGraphic = __esm({
|
|
7007
|
-
"components/atoms/AnimatedGraphic.tsx"() {
|
|
7090
|
+
"components/marketing/atoms/AnimatedGraphic.tsx"() {
|
|
7008
7091
|
"use client";
|
|
7009
7092
|
init_cn();
|
|
7010
7093
|
AnimatedGraphic = React84__namespace.default.forwardRef(
|
|
@@ -7165,7 +7248,7 @@ function getSlotContentRenderer() {
|
|
|
7165
7248
|
}
|
|
7166
7249
|
var _slotContentRenderer;
|
|
7167
7250
|
var init_TraitFrame = __esm({
|
|
7168
|
-
"components/atoms/TraitFrame.tsx"() {
|
|
7251
|
+
"components/core/atoms/TraitFrame.tsx"() {
|
|
7169
7252
|
init_EntitySchemaContext();
|
|
7170
7253
|
TraitFrame.displayName = "TraitFrame";
|
|
7171
7254
|
_slotContentRenderer = null;
|
|
@@ -7223,7 +7306,7 @@ function HealthBar({
|
|
|
7223
7306
|
}
|
|
7224
7307
|
var heartIcon, sizeMap;
|
|
7225
7308
|
var init_HealthBar = __esm({
|
|
7226
|
-
"components/atoms/
|
|
7309
|
+
"components/game/atoms/HealthBar.tsx"() {
|
|
7227
7310
|
init_cn();
|
|
7228
7311
|
heartIcon = (filled, size) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
7229
7312
|
"svg",
|
|
@@ -7300,7 +7383,7 @@ function ScoreDisplay({
|
|
|
7300
7383
|
}
|
|
7301
7384
|
var sizeMap2;
|
|
7302
7385
|
var init_ScoreDisplay = __esm({
|
|
7303
|
-
"components/atoms/
|
|
7386
|
+
"components/game/atoms/ScoreDisplay.tsx"() {
|
|
7304
7387
|
"use client";
|
|
7305
7388
|
init_cn();
|
|
7306
7389
|
sizeMap2 = {
|
|
@@ -7392,7 +7475,7 @@ function ControlButton({
|
|
|
7392
7475
|
}
|
|
7393
7476
|
var sizeMap3, shapeMap, variantMap;
|
|
7394
7477
|
var init_ControlButton = __esm({
|
|
7395
|
-
"components/atoms/
|
|
7478
|
+
"components/game/atoms/ControlButton.tsx"() {
|
|
7396
7479
|
"use client";
|
|
7397
7480
|
init_cn();
|
|
7398
7481
|
init_useEventBus();
|
|
@@ -7486,7 +7569,7 @@ function Sprite({
|
|
|
7486
7569
|
);
|
|
7487
7570
|
}
|
|
7488
7571
|
var init_Sprite = __esm({
|
|
7489
|
-
"components/atoms/
|
|
7572
|
+
"components/game/atoms/Sprite.tsx"() {
|
|
7490
7573
|
"use client";
|
|
7491
7574
|
init_useEventBus();
|
|
7492
7575
|
}
|
|
@@ -7522,7 +7605,7 @@ function StateIndicator({
|
|
|
7522
7605
|
}
|
|
7523
7606
|
var DEFAULT_STATE_STYLES, DEFAULT_STYLE, SIZE_CLASSES;
|
|
7524
7607
|
var init_StateIndicator = __esm({
|
|
7525
|
-
"components/atoms/
|
|
7608
|
+
"components/game/atoms/StateIndicator.tsx"() {
|
|
7526
7609
|
init_Box();
|
|
7527
7610
|
init_cn();
|
|
7528
7611
|
DEFAULT_STATE_STYLES = {
|
|
@@ -7588,7 +7671,7 @@ function TimerDisplay({
|
|
|
7588
7671
|
}
|
|
7589
7672
|
var sizeMap4;
|
|
7590
7673
|
var init_TimerDisplay = __esm({
|
|
7591
|
-
"components/atoms/
|
|
7674
|
+
"components/game/atoms/TimerDisplay.tsx"() {
|
|
7592
7675
|
init_cn();
|
|
7593
7676
|
sizeMap4 = {
|
|
7594
7677
|
sm: "text-sm px-2 py-0.5",
|
|
@@ -7633,7 +7716,7 @@ function ResourceCounter({
|
|
|
7633
7716
|
}
|
|
7634
7717
|
var sizeMap5;
|
|
7635
7718
|
var init_ResourceCounter = __esm({
|
|
7636
|
-
"components/atoms/
|
|
7719
|
+
"components/game/atoms/ResourceCounter.tsx"() {
|
|
7637
7720
|
init_cn();
|
|
7638
7721
|
sizeMap5 = {
|
|
7639
7722
|
sm: { wrapper: "text-xs gap-1 px-1.5 py-0.5", icon: "text-sm" },
|
|
@@ -7693,7 +7776,7 @@ function ItemSlot({
|
|
|
7693
7776
|
}
|
|
7694
7777
|
var sizeMap6, rarityBorderMap, rarityGlowMap;
|
|
7695
7778
|
var init_ItemSlot = __esm({
|
|
7696
|
-
"components/atoms/
|
|
7779
|
+
"components/game/atoms/ItemSlot.tsx"() {
|
|
7697
7780
|
"use client";
|
|
7698
7781
|
init_cn();
|
|
7699
7782
|
sizeMap6 = {
|
|
@@ -7760,7 +7843,7 @@ function TurnIndicator({
|
|
|
7760
7843
|
}
|
|
7761
7844
|
var sizeMap7;
|
|
7762
7845
|
var init_TurnIndicator = __esm({
|
|
7763
|
-
"components/atoms/
|
|
7846
|
+
"components/game/atoms/TurnIndicator.tsx"() {
|
|
7764
7847
|
init_cn();
|
|
7765
7848
|
sizeMap7 = {
|
|
7766
7849
|
sm: { wrapper: "text-xs gap-1.5 px-2 py-0.5", dot: "w-1.5 h-1.5" },
|
|
@@ -7817,7 +7900,7 @@ function ComboCounter({
|
|
|
7817
7900
|
}
|
|
7818
7901
|
var sizeMap8;
|
|
7819
7902
|
var init_ComboCounter = __esm({
|
|
7820
|
-
"components/atoms/
|
|
7903
|
+
"components/game/atoms/ComboCounter.tsx"() {
|
|
7821
7904
|
init_cn();
|
|
7822
7905
|
sizeMap8 = {
|
|
7823
7906
|
sm: { combo: "text-lg", label: "text-xs", multiplier: "text-xs" },
|
|
@@ -7885,7 +7968,7 @@ function XPBar({
|
|
|
7885
7968
|
}
|
|
7886
7969
|
var sizeMap9;
|
|
7887
7970
|
var init_XPBar = __esm({
|
|
7888
|
-
"components/atoms/
|
|
7971
|
+
"components/game/atoms/XPBar.tsx"() {
|
|
7889
7972
|
init_cn();
|
|
7890
7973
|
sizeMap9 = {
|
|
7891
7974
|
sm: { bar: "h-2", text: "text-xs", badge: "text-xs px-1.5 py-0.5" },
|
|
@@ -7953,7 +8036,7 @@ function WaypointMarker({
|
|
|
7953
8036
|
}
|
|
7954
8037
|
var sizeMap10, checkIcon;
|
|
7955
8038
|
var init_WaypointMarker = __esm({
|
|
7956
|
-
"components/atoms/
|
|
8039
|
+
"components/game/atoms/WaypointMarker.tsx"() {
|
|
7957
8040
|
init_cn();
|
|
7958
8041
|
sizeMap10 = {
|
|
7959
8042
|
sm: { dot: "w-4 h-4", ring: "w-6 h-6", label: "text-xs mt-1" },
|
|
@@ -8020,7 +8103,7 @@ function StatusEffect({
|
|
|
8020
8103
|
}
|
|
8021
8104
|
var sizeMap11, variantStyles7;
|
|
8022
8105
|
var init_StatusEffect = __esm({
|
|
8023
|
-
"components/atoms/
|
|
8106
|
+
"components/game/atoms/StatusEffect.tsx"() {
|
|
8024
8107
|
init_cn();
|
|
8025
8108
|
sizeMap11 = {
|
|
8026
8109
|
sm: { container: "w-8 h-8", icon: "text-sm", badge: "text-xs -top-1 -right-1 w-4 h-4", timer: "text-[9px]" },
|
|
@@ -8061,7 +8144,7 @@ function DamageNumber({
|
|
|
8061
8144
|
}
|
|
8062
8145
|
var sizeMap12, typeStyles, floatKeyframes;
|
|
8063
8146
|
var init_DamageNumber = __esm({
|
|
8064
|
-
"components/atoms/
|
|
8147
|
+
"components/game/atoms/DamageNumber.tsx"() {
|
|
8065
8148
|
init_cn();
|
|
8066
8149
|
sizeMap12 = {
|
|
8067
8150
|
sm: "text-sm",
|
|
@@ -8117,7 +8200,7 @@ function DialogueBubble({
|
|
|
8117
8200
|
);
|
|
8118
8201
|
}
|
|
8119
8202
|
var init_DialogueBubble = __esm({
|
|
8120
|
-
"components/atoms/
|
|
8203
|
+
"components/game/atoms/DialogueBubble.tsx"() {
|
|
8121
8204
|
init_cn();
|
|
8122
8205
|
DialogueBubble.displayName = "DialogueBubble";
|
|
8123
8206
|
}
|
|
@@ -8163,7 +8246,7 @@ function ChoiceButton({
|
|
|
8163
8246
|
);
|
|
8164
8247
|
}
|
|
8165
8248
|
var init_ChoiceButton = __esm({
|
|
8166
|
-
"components/atoms/
|
|
8249
|
+
"components/game/atoms/ChoiceButton.tsx"() {
|
|
8167
8250
|
init_cn();
|
|
8168
8251
|
ChoiceButton.displayName = "ChoiceButton";
|
|
8169
8252
|
}
|
|
@@ -8229,7 +8312,7 @@ function ActionButton({
|
|
|
8229
8312
|
}
|
|
8230
8313
|
var sizeMap13, variantStyles8;
|
|
8231
8314
|
var init_ActionButton = __esm({
|
|
8232
|
-
"components/atoms/
|
|
8315
|
+
"components/game/atoms/ActionButton.tsx"() {
|
|
8233
8316
|
init_cn();
|
|
8234
8317
|
init_Icon();
|
|
8235
8318
|
sizeMap13 = {
|
|
@@ -8332,22 +8415,22 @@ function MiniMap({
|
|
|
8332
8415
|
);
|
|
8333
8416
|
}
|
|
8334
8417
|
var init_MiniMap = __esm({
|
|
8335
|
-
"components/atoms/
|
|
8418
|
+
"components/game/atoms/MiniMap.tsx"() {
|
|
8336
8419
|
"use client";
|
|
8337
8420
|
init_cn();
|
|
8338
8421
|
MiniMap.displayName = "MiniMap";
|
|
8339
8422
|
}
|
|
8340
8423
|
});
|
|
8341
8424
|
|
|
8342
|
-
// components/atoms/
|
|
8343
|
-
var
|
|
8344
|
-
"components/atoms/
|
|
8425
|
+
// components/game/atoms/index.ts
|
|
8426
|
+
var init_atoms = __esm({
|
|
8427
|
+
"components/game/atoms/index.ts"() {
|
|
8345
8428
|
}
|
|
8346
8429
|
});
|
|
8347
8430
|
|
|
8348
|
-
// components/atoms/index.ts
|
|
8349
|
-
var
|
|
8350
|
-
"components/atoms/index.ts"() {
|
|
8431
|
+
// components/core/atoms/index.ts
|
|
8432
|
+
var init_atoms2 = __esm({
|
|
8433
|
+
"components/core/atoms/index.ts"() {
|
|
8351
8434
|
init_svg();
|
|
8352
8435
|
init_Button();
|
|
8353
8436
|
init_Input();
|
|
@@ -8364,15 +8447,15 @@ var init_atoms = __esm({
|
|
|
8364
8447
|
init_Stack();
|
|
8365
8448
|
init_Typography();
|
|
8366
8449
|
init_ThemeToggle();
|
|
8367
|
-
|
|
8450
|
+
init_atoms();
|
|
8368
8451
|
}
|
|
8369
8452
|
});
|
|
8370
8453
|
var ErrorState;
|
|
8371
8454
|
var init_ErrorState = __esm({
|
|
8372
|
-
"components/molecules/ErrorState.tsx"() {
|
|
8455
|
+
"components/core/molecules/ErrorState.tsx"() {
|
|
8373
8456
|
"use client";
|
|
8374
8457
|
init_cn();
|
|
8375
|
-
|
|
8458
|
+
init_atoms2();
|
|
8376
8459
|
init_Box();
|
|
8377
8460
|
init_Stack();
|
|
8378
8461
|
init_Typography();
|
|
@@ -8415,12 +8498,24 @@ var init_ErrorState = __esm({
|
|
|
8415
8498
|
ErrorState.displayName = "ErrorState";
|
|
8416
8499
|
}
|
|
8417
8500
|
});
|
|
8418
|
-
var ErrorBoundary;
|
|
8501
|
+
var DefaultFallback, ErrorBoundary;
|
|
8419
8502
|
var init_ErrorBoundary = __esm({
|
|
8420
|
-
"components/molecules/ErrorBoundary.tsx"() {
|
|
8503
|
+
"components/core/molecules/ErrorBoundary.tsx"() {
|
|
8421
8504
|
"use client";
|
|
8422
8505
|
init_cn();
|
|
8423
8506
|
init_ErrorState();
|
|
8507
|
+
init_useTranslate();
|
|
8508
|
+
DefaultFallback = ({ error, onRetry }) => {
|
|
8509
|
+
const { t } = useTranslate();
|
|
8510
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
8511
|
+
ErrorState,
|
|
8512
|
+
{
|
|
8513
|
+
title: t("error.somethingWentWrong"),
|
|
8514
|
+
message: error.message,
|
|
8515
|
+
onRetry
|
|
8516
|
+
}
|
|
8517
|
+
);
|
|
8518
|
+
};
|
|
8424
8519
|
ErrorBoundary = class extends React84__namespace.default.Component {
|
|
8425
8520
|
constructor(props) {
|
|
8426
8521
|
super(props);
|
|
@@ -8439,27 +8534,11 @@ var init_ErrorBoundary = __esm({
|
|
|
8439
8534
|
const { error } = this.state;
|
|
8440
8535
|
const { children, fallback, className } = this.props;
|
|
8441
8536
|
if (error) {
|
|
8442
|
-
const
|
|
8443
|
-
return
|
|
8537
|
+
const fallbackNode = typeof fallback === "function" ? fallback(error, this.reset) : fallback || /* @__PURE__ */ jsxRuntime.jsx(DefaultFallback, { error, onRetry: this.reset });
|
|
8538
|
+
return className ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(className), children: fallbackNode }) : fallbackNode;
|
|
8444
8539
|
}
|
|
8445
8540
|
return children;
|
|
8446
8541
|
}
|
|
8447
|
-
renderFallback(error, fallback) {
|
|
8448
|
-
if (typeof fallback === "function") {
|
|
8449
|
-
return fallback(error, this.reset);
|
|
8450
|
-
}
|
|
8451
|
-
if (fallback) {
|
|
8452
|
-
return fallback;
|
|
8453
|
-
}
|
|
8454
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
8455
|
-
ErrorState,
|
|
8456
|
-
{
|
|
8457
|
-
title: "Something went wrong",
|
|
8458
|
-
message: error.message,
|
|
8459
|
-
onRetry: this.reset
|
|
8460
|
-
}
|
|
8461
|
-
);
|
|
8462
|
-
}
|
|
8463
8542
|
};
|
|
8464
8543
|
__publicField(ErrorBoundary, "displayName", "ErrorBoundary");
|
|
8465
8544
|
}
|
|
@@ -8572,7 +8651,7 @@ function Skeleton({
|
|
|
8572
8651
|
}
|
|
8573
8652
|
var pulseClass;
|
|
8574
8653
|
var init_Skeleton = __esm({
|
|
8575
|
-
"components/molecules/Skeleton.tsx"() {
|
|
8654
|
+
"components/core/molecules/Skeleton.tsx"() {
|
|
8576
8655
|
"use client";
|
|
8577
8656
|
init_cn();
|
|
8578
8657
|
init_useTranslate();
|
|
@@ -8715,7 +8794,7 @@ var init_wrapCallbackForEvent = __esm({
|
|
|
8715
8794
|
});
|
|
8716
8795
|
var sizeStyles8, paddingStyles3, Container;
|
|
8717
8796
|
var init_Container = __esm({
|
|
8718
|
-
"components/molecules/Container.tsx"() {
|
|
8797
|
+
"components/core/molecules/Container.tsx"() {
|
|
8719
8798
|
init_cn();
|
|
8720
8799
|
sizeStyles8 = {
|
|
8721
8800
|
xs: "max-w-xs",
|
|
@@ -8769,7 +8848,7 @@ var init_Container = __esm({
|
|
|
8769
8848
|
});
|
|
8770
8849
|
var InstallBox;
|
|
8771
8850
|
var init_InstallBox = __esm({
|
|
8772
|
-
"components/molecules/InstallBox.tsx"() {
|
|
8851
|
+
"components/marketing/molecules/InstallBox.tsx"() {
|
|
8773
8852
|
"use client";
|
|
8774
8853
|
init_cn();
|
|
8775
8854
|
init_Box();
|
|
@@ -8826,7 +8905,7 @@ var init_InstallBox = __esm({
|
|
|
8826
8905
|
});
|
|
8827
8906
|
var tagVariantMap, MarketingImage, HeroSection;
|
|
8828
8907
|
var init_HeroSection = __esm({
|
|
8829
|
-
"components/molecules/HeroSection.tsx"() {
|
|
8908
|
+
"components/marketing/molecules/HeroSection.tsx"() {
|
|
8830
8909
|
"use client";
|
|
8831
8910
|
init_cn();
|
|
8832
8911
|
init_Box();
|
|
@@ -9003,7 +9082,7 @@ var init_HeroSection = __esm({
|
|
|
9003
9082
|
});
|
|
9004
9083
|
var maxWidthMap, ArticleSection;
|
|
9005
9084
|
var init_ArticleSection = __esm({
|
|
9006
|
-
"components/molecules/ArticleSection.tsx"() {
|
|
9085
|
+
"components/marketing/molecules/ArticleSection.tsx"() {
|
|
9007
9086
|
"use client";
|
|
9008
9087
|
init_cn();
|
|
9009
9088
|
init_Box();
|
|
@@ -9040,7 +9119,7 @@ var init_ArticleSection = __esm({
|
|
|
9040
9119
|
});
|
|
9041
9120
|
var TeamCard;
|
|
9042
9121
|
var init_TeamCard = __esm({
|
|
9043
|
-
"components/molecules/TeamCard.tsx"() {
|
|
9122
|
+
"components/marketing/molecules/TeamCard.tsx"() {
|
|
9044
9123
|
"use client";
|
|
9045
9124
|
init_cn();
|
|
9046
9125
|
init_Box();
|
|
@@ -9079,7 +9158,7 @@ var init_TeamCard = __esm({
|
|
|
9079
9158
|
});
|
|
9080
9159
|
var gapStyles2, colStyles, SimpleGrid;
|
|
9081
9160
|
var init_SimpleGrid = __esm({
|
|
9082
|
-
"components/molecules/SimpleGrid.tsx"() {
|
|
9161
|
+
"components/core/molecules/SimpleGrid.tsx"() {
|
|
9083
9162
|
init_Box();
|
|
9084
9163
|
init_cn();
|
|
9085
9164
|
gapStyles2 = {
|
|
@@ -9129,7 +9208,7 @@ var init_SimpleGrid = __esm({
|
|
|
9129
9208
|
});
|
|
9130
9209
|
var CaseStudyCard;
|
|
9131
9210
|
var init_CaseStudyCard = __esm({
|
|
9132
|
-
"components/molecules/CaseStudyCard.tsx"() {
|
|
9211
|
+
"components/marketing/molecules/CaseStudyCard.tsx"() {
|
|
9133
9212
|
"use client";
|
|
9134
9213
|
init_cn();
|
|
9135
9214
|
init_Card();
|
|
@@ -9180,7 +9259,7 @@ var init_CaseStudyCard = __esm({
|
|
|
9180
9259
|
});
|
|
9181
9260
|
var CTABanner;
|
|
9182
9261
|
var init_CTABanner = __esm({
|
|
9183
|
-
"components/molecules/CTABanner.tsx"() {
|
|
9262
|
+
"components/marketing/molecules/CTABanner.tsx"() {
|
|
9184
9263
|
"use client";
|
|
9185
9264
|
init_cn();
|
|
9186
9265
|
init_Box();
|
|
@@ -9250,8 +9329,9 @@ var init_CTABanner = __esm({
|
|
|
9250
9329
|
});
|
|
9251
9330
|
var AboutPageTemplate;
|
|
9252
9331
|
var init_AboutPageTemplate = __esm({
|
|
9253
|
-
"components/templates/AboutPageTemplate.tsx"() {
|
|
9332
|
+
"components/marketing/templates/AboutPageTemplate.tsx"() {
|
|
9254
9333
|
init_cn();
|
|
9334
|
+
init_useTranslate();
|
|
9255
9335
|
init_Stack();
|
|
9256
9336
|
init_Box();
|
|
9257
9337
|
init_Typography();
|
|
@@ -9267,6 +9347,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9267
9347
|
entity,
|
|
9268
9348
|
className
|
|
9269
9349
|
}) => {
|
|
9350
|
+
const { t } = useTranslate();
|
|
9270
9351
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
9271
9352
|
if (!resolved) return null;
|
|
9272
9353
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
@@ -9291,7 +9372,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9291
9372
|
`article-${index}`
|
|
9292
9373
|
)),
|
|
9293
9374
|
resolved.team && resolved.team.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
|
|
9294
|
-
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "
|
|
9375
|
+
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.ourTeam") }),
|
|
9295
9376
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9296
9377
|
SimpleGrid,
|
|
9297
9378
|
{
|
|
@@ -9312,7 +9393,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9312
9393
|
)
|
|
9313
9394
|
] }) }) }),
|
|
9314
9395
|
resolved.caseStudies && resolved.caseStudies.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
|
|
9315
|
-
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "
|
|
9396
|
+
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.caseStudies") }),
|
|
9316
9397
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9317
9398
|
SimpleGrid,
|
|
9318
9399
|
{
|
|
@@ -9348,13 +9429,14 @@ var init_AboutPageTemplate = __esm({
|
|
|
9348
9429
|
});
|
|
9349
9430
|
var variantBorderClasses, variantIconColors, iconMap2, Alert;
|
|
9350
9431
|
var init_Alert = __esm({
|
|
9351
|
-
"components/molecules/Alert.tsx"() {
|
|
9432
|
+
"components/core/molecules/Alert.tsx"() {
|
|
9352
9433
|
"use client";
|
|
9353
9434
|
init_cn();
|
|
9354
9435
|
init_Box();
|
|
9355
9436
|
init_Icon();
|
|
9356
9437
|
init_Typography();
|
|
9357
9438
|
init_useEventBus();
|
|
9439
|
+
init_useTranslate();
|
|
9358
9440
|
variantBorderClasses = {
|
|
9359
9441
|
info: "border-info",
|
|
9360
9442
|
success: "border-success",
|
|
@@ -9386,6 +9468,7 @@ var init_Alert = __esm({
|
|
|
9386
9468
|
dismissEvent
|
|
9387
9469
|
}) => {
|
|
9388
9470
|
const eventBus = useEventBus();
|
|
9471
|
+
const { t } = useTranslate();
|
|
9389
9472
|
const handleDismissCallback = onDismiss || onClose;
|
|
9390
9473
|
const handleDismiss = () => {
|
|
9391
9474
|
if (dismissEvent) eventBus.emit(`UI:${dismissEvent}`, {});
|
|
@@ -9425,7 +9508,7 @@ var init_Alert = __esm({
|
|
|
9425
9508
|
"flex-shrink-0 p-1 transition-colors rounded-sm",
|
|
9426
9509
|
"hover:bg-muted"
|
|
9427
9510
|
),
|
|
9428
|
-
"aria-label": "
|
|
9511
|
+
"aria-label": t("aria.closeAlert"),
|
|
9429
9512
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "x", size: "sm" })
|
|
9430
9513
|
}
|
|
9431
9514
|
)
|
|
@@ -9438,7 +9521,7 @@ var init_Alert = __esm({
|
|
|
9438
9521
|
});
|
|
9439
9522
|
var positionClasses, arrowClasses, Tooltip;
|
|
9440
9523
|
var init_Tooltip = __esm({
|
|
9441
|
-
"components/molecules/Tooltip.tsx"() {
|
|
9524
|
+
"components/core/molecules/Tooltip.tsx"() {
|
|
9442
9525
|
"use client";
|
|
9443
9526
|
init_Typography();
|
|
9444
9527
|
init_cn();
|
|
@@ -9573,7 +9656,7 @@ function computePopoverStyle(position, triggerRect, popoverWidth) {
|
|
|
9573
9656
|
}
|
|
9574
9657
|
var positionClasses2, arrowClasses2, VIEWPORT_EDGE_PADDING, Popover;
|
|
9575
9658
|
var init_Popover = __esm({
|
|
9576
|
-
"components/molecules/Popover.tsx"() {
|
|
9659
|
+
"components/core/molecules/Popover.tsx"() {
|
|
9577
9660
|
"use client";
|
|
9578
9661
|
init_Typography();
|
|
9579
9662
|
init_cn();
|
|
@@ -9704,7 +9787,7 @@ var init_Popover = __esm({
|
|
|
9704
9787
|
});
|
|
9705
9788
|
var Menu;
|
|
9706
9789
|
var init_Menu = __esm({
|
|
9707
|
-
"components/molecules/Menu.tsx"() {
|
|
9790
|
+
"components/core/molecules/Menu.tsx"() {
|
|
9708
9791
|
"use client";
|
|
9709
9792
|
init_Box();
|
|
9710
9793
|
init_Icon();
|
|
@@ -9892,7 +9975,7 @@ function normalizeItem(item, index) {
|
|
|
9892
9975
|
}
|
|
9893
9976
|
var Accordion;
|
|
9894
9977
|
var init_Accordion = __esm({
|
|
9895
|
-
"components/molecules/Accordion.tsx"() {
|
|
9978
|
+
"components/core/molecules/Accordion.tsx"() {
|
|
9896
9979
|
"use client";
|
|
9897
9980
|
init_Icon();
|
|
9898
9981
|
init_Typography();
|
|
@@ -9993,7 +10076,7 @@ var init_Accordion = __esm({
|
|
|
9993
10076
|
});
|
|
9994
10077
|
var FloatingActionButton;
|
|
9995
10078
|
var init_FloatingActionButton = __esm({
|
|
9996
|
-
"components/molecules/FloatingActionButton.tsx"() {
|
|
10079
|
+
"components/core/molecules/FloatingActionButton.tsx"() {
|
|
9997
10080
|
"use client";
|
|
9998
10081
|
init_Button();
|
|
9999
10082
|
init_Box();
|
|
@@ -10161,7 +10244,7 @@ function MapView(props) {
|
|
|
10161
10244
|
}
|
|
10162
10245
|
var MapViewImpl;
|
|
10163
10246
|
var init_MapView = __esm({
|
|
10164
|
-
"components/molecules/MapView.tsx"() {
|
|
10247
|
+
"components/core/molecules/MapView.tsx"() {
|
|
10165
10248
|
"use client";
|
|
10166
10249
|
init_Box();
|
|
10167
10250
|
init_cn();
|
|
@@ -10699,7 +10782,7 @@ function MapViewPattern({
|
|
|
10699
10782
|
);
|
|
10700
10783
|
}
|
|
10701
10784
|
var init_ComponentPatterns = __esm({
|
|
10702
|
-
"components/organisms/ComponentPatterns.tsx"() {
|
|
10785
|
+
"components/core/organisms/ComponentPatterns.tsx"() {
|
|
10703
10786
|
"use client";
|
|
10704
10787
|
init_useEventBus();
|
|
10705
10788
|
init_Button();
|
|
@@ -10859,7 +10942,7 @@ function ActionButtons({
|
|
|
10859
10942
|
}
|
|
10860
10943
|
var sizeMap14, layoutMap;
|
|
10861
10944
|
var init_ActionButtons = __esm({
|
|
10862
|
-
"components/molecules/
|
|
10945
|
+
"components/game/molecules/ActionButtons.tsx"() {
|
|
10863
10946
|
"use client";
|
|
10864
10947
|
init_cn();
|
|
10865
10948
|
init_useEventBus();
|
|
@@ -10920,8 +11003,8 @@ function ActionTile({
|
|
|
10920
11003
|
}
|
|
10921
11004
|
var DRAG_MIME, SIZE_CONFIG;
|
|
10922
11005
|
var init_ActionTile = __esm({
|
|
10923
|
-
"components/organisms/
|
|
10924
|
-
|
|
11006
|
+
"components/game/organisms/puzzles/sequencer/ActionTile.tsx"() {
|
|
11007
|
+
init_atoms2();
|
|
10925
11008
|
init_cn();
|
|
10926
11009
|
init_useTranslate();
|
|
10927
11010
|
DRAG_MIME = "application/x-almadar-slot-item";
|
|
@@ -10958,8 +11041,8 @@ function ActionPalette({
|
|
|
10958
11041
|
] });
|
|
10959
11042
|
}
|
|
10960
11043
|
var init_ActionPalette = __esm({
|
|
10961
|
-
"components/organisms/
|
|
10962
|
-
|
|
11044
|
+
"components/game/organisms/puzzles/sequencer/ActionPalette.tsx"() {
|
|
11045
|
+
init_atoms2();
|
|
10963
11046
|
init_cn();
|
|
10964
11047
|
init_useTranslate();
|
|
10965
11048
|
init_ActionTile();
|
|
@@ -10968,7 +11051,7 @@ var init_ActionPalette = __esm({
|
|
|
10968
11051
|
});
|
|
10969
11052
|
var AuthLayout;
|
|
10970
11053
|
var init_AuthLayout = __esm({
|
|
10971
|
-
"components/templates/AuthLayout.tsx"() {
|
|
11054
|
+
"components/core/templates/AuthLayout.tsx"() {
|
|
10972
11055
|
"use client";
|
|
10973
11056
|
init_cn();
|
|
10974
11057
|
init_useTranslate();
|
|
@@ -11110,10 +11193,10 @@ var init_AuthLayout = __esm({
|
|
|
11110
11193
|
});
|
|
11111
11194
|
var LoadingState;
|
|
11112
11195
|
var init_LoadingState = __esm({
|
|
11113
|
-
"components/molecules/LoadingState.tsx"() {
|
|
11196
|
+
"components/core/molecules/LoadingState.tsx"() {
|
|
11114
11197
|
"use client";
|
|
11115
11198
|
init_cn();
|
|
11116
|
-
|
|
11199
|
+
init_atoms2();
|
|
11117
11200
|
init_Stack();
|
|
11118
11201
|
init_Typography();
|
|
11119
11202
|
init_useTranslate();
|
|
@@ -11421,7 +11504,7 @@ function useImageCache(urls) {
|
|
|
11421
11504
|
};
|
|
11422
11505
|
}
|
|
11423
11506
|
var init_useImageCache = __esm({
|
|
11424
|
-
"components/organisms/
|
|
11507
|
+
"components/game/organisms/hooks/useImageCache.ts"() {
|
|
11425
11508
|
"use client";
|
|
11426
11509
|
init_verificationRegistry();
|
|
11427
11510
|
}
|
|
@@ -11500,12 +11583,12 @@ function useCamera() {
|
|
|
11500
11583
|
};
|
|
11501
11584
|
}
|
|
11502
11585
|
var init_useCamera = __esm({
|
|
11503
|
-
"components/organisms/
|
|
11586
|
+
"components/game/organisms/hooks/useCamera.ts"() {
|
|
11504
11587
|
"use client";
|
|
11505
11588
|
}
|
|
11506
11589
|
});
|
|
11507
11590
|
|
|
11508
|
-
// components/organisms/
|
|
11591
|
+
// components/game/organisms/utils/isometric.ts
|
|
11509
11592
|
function isoToScreen(tileX, tileY, scale, baseOffsetX) {
|
|
11510
11593
|
const scaledTileWidth = TILE_WIDTH * scale;
|
|
11511
11594
|
const scaledFloorHeight = FLOOR_HEIGHT * scale;
|
|
@@ -11523,7 +11606,7 @@ function screenToIso(screenX, screenY, scale, baseOffsetX) {
|
|
|
11523
11606
|
}
|
|
11524
11607
|
var TILE_WIDTH, TILE_HEIGHT, FLOOR_HEIGHT, DIAMOND_TOP_Y, FEATURE_COLORS;
|
|
11525
11608
|
var init_isometric = __esm({
|
|
11526
|
-
"components/organisms/
|
|
11609
|
+
"components/game/organisms/utils/isometric.ts"() {
|
|
11527
11610
|
TILE_WIDTH = 256;
|
|
11528
11611
|
TILE_HEIGHT = 512;
|
|
11529
11612
|
FLOOR_HEIGHT = 128;
|
|
@@ -12281,7 +12364,7 @@ function IsometricCanvas({
|
|
|
12281
12364
|
}
|
|
12282
12365
|
var IsometricCanvas_default;
|
|
12283
12366
|
var init_IsometricCanvas = __esm({
|
|
12284
|
-
"components/molecules/
|
|
12367
|
+
"components/game/molecules/IsometricCanvas.tsx"() {
|
|
12285
12368
|
"use client";
|
|
12286
12369
|
init_cn();
|
|
12287
12370
|
init_useEventBus();
|
|
@@ -12301,9 +12384,9 @@ var init_IsometricCanvas = __esm({
|
|
|
12301
12384
|
}
|
|
12302
12385
|
});
|
|
12303
12386
|
|
|
12304
|
-
// components/organisms/
|
|
12387
|
+
// components/game/organisms/IsometricCanvas.tsx
|
|
12305
12388
|
var init_IsometricCanvas2 = __esm({
|
|
12306
|
-
"components/organisms/
|
|
12389
|
+
"components/game/organisms/IsometricCanvas.tsx"() {
|
|
12307
12390
|
init_IsometricCanvas();
|
|
12308
12391
|
}
|
|
12309
12392
|
});
|
|
@@ -12645,7 +12728,7 @@ function BattleBoard({
|
|
|
12645
12728
|
] });
|
|
12646
12729
|
}
|
|
12647
12730
|
var init_BattleBoard = __esm({
|
|
12648
|
-
"components/organisms/
|
|
12731
|
+
"components/game/organisms/BattleBoard.tsx"() {
|
|
12649
12732
|
"use client";
|
|
12650
12733
|
init_cn();
|
|
12651
12734
|
init_useEventBus();
|
|
@@ -12685,13 +12768,13 @@ function BattleTemplate({
|
|
|
12685
12768
|
);
|
|
12686
12769
|
}
|
|
12687
12770
|
var init_BattleTemplate = __esm({
|
|
12688
|
-
"components/templates/BattleTemplate.tsx"() {
|
|
12771
|
+
"components/game/templates/BattleTemplate.tsx"() {
|
|
12689
12772
|
init_BattleBoard();
|
|
12690
12773
|
BattleTemplate.displayName = "BattleTemplate";
|
|
12691
12774
|
}
|
|
12692
12775
|
});
|
|
12693
12776
|
|
|
12694
|
-
// components/atoms/
|
|
12777
|
+
// components/avl/atoms/types.ts
|
|
12695
12778
|
function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitionCount) {
|
|
12696
12779
|
if (isInitial) return "initial";
|
|
12697
12780
|
if (isTerminal) return "terminal";
|
|
@@ -12701,7 +12784,7 @@ function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitio
|
|
|
12701
12784
|
}
|
|
12702
12785
|
var STATE_COLORS, EFFECT_CATEGORY_COLORS, EFFECT_TYPE_TO_CATEGORY, CONNECTION_COLORS;
|
|
12703
12786
|
var init_types = __esm({
|
|
12704
|
-
"components/atoms/
|
|
12787
|
+
"components/avl/atoms/types.ts"() {
|
|
12705
12788
|
STATE_COLORS = {
|
|
12706
12789
|
initial: { fill: "#22C55E1F", border: "#16A34A" },
|
|
12707
12790
|
terminal: { fill: "#EF44441F", border: "#DC2626" },
|
|
@@ -12748,7 +12831,7 @@ function computeWidth(explicit, transitionCount) {
|
|
|
12748
12831
|
}
|
|
12749
12832
|
var AvlState;
|
|
12750
12833
|
var init_AvlState = __esm({
|
|
12751
|
-
"components/atoms/
|
|
12834
|
+
"components/avl/atoms/AvlState.tsx"() {
|
|
12752
12835
|
"use client";
|
|
12753
12836
|
init_types();
|
|
12754
12837
|
AvlState = ({
|
|
@@ -12929,7 +13012,7 @@ function effectIcon(type, x, y, s, color) {
|
|
|
12929
13012
|
}
|
|
12930
13013
|
var AvlEffect;
|
|
12931
13014
|
var init_AvlEffect = __esm({
|
|
12932
|
-
"components/atoms/
|
|
13015
|
+
"components/avl/atoms/AvlEffect.tsx"() {
|
|
12933
13016
|
"use client";
|
|
12934
13017
|
init_types();
|
|
12935
13018
|
AvlEffect = ({
|
|
@@ -12973,7 +13056,7 @@ var init_AvlEffect = __esm({
|
|
|
12973
13056
|
});
|
|
12974
13057
|
var MAX_VISIBLE_EFFECTS, AvlTransitionLane;
|
|
12975
13058
|
var init_AvlTransitionLane = __esm({
|
|
12976
|
-
"components/molecules/
|
|
13059
|
+
"components/avl/molecules/AvlTransitionLane.tsx"() {
|
|
12977
13060
|
"use client";
|
|
12978
13061
|
init_AvlEffect();
|
|
12979
13062
|
init_types();
|
|
@@ -13109,7 +13192,7 @@ var init_AvlTransitionLane = __esm({
|
|
|
13109
13192
|
});
|
|
13110
13193
|
var GUTTER_WIDTH, EVENT_SPACING, HEADER_Y, EVENT_START_Y, AvlSwimLane;
|
|
13111
13194
|
var init_AvlSwimLane = __esm({
|
|
13112
|
-
"components/molecules/
|
|
13195
|
+
"components/avl/molecules/AvlSwimLane.tsx"() {
|
|
13113
13196
|
"use client";
|
|
13114
13197
|
init_types();
|
|
13115
13198
|
GUTTER_WIDTH = 120;
|
|
@@ -13399,7 +13482,7 @@ function edgePath(points) {
|
|
|
13399
13482
|
}
|
|
13400
13483
|
var STATE_H, elk;
|
|
13401
13484
|
var init_avl_elk_layout = __esm({
|
|
13402
|
-
"components/molecules/avl
|
|
13485
|
+
"components/avl/molecules/avl-elk-layout.ts"() {
|
|
13403
13486
|
init_types();
|
|
13404
13487
|
STATE_H = 40;
|
|
13405
13488
|
elk = new ELK__default.default();
|
|
@@ -13407,7 +13490,7 @@ var init_avl_elk_layout = __esm({
|
|
|
13407
13490
|
});
|
|
13408
13491
|
var log6, SWIM_GUTTER, CENTER_W, BehaviorView;
|
|
13409
13492
|
var init_BehaviorView = __esm({
|
|
13410
|
-
"components/molecules/
|
|
13493
|
+
"components/avl/molecules/BehaviorView.tsx"() {
|
|
13411
13494
|
"use client";
|
|
13412
13495
|
init_AvlState();
|
|
13413
13496
|
init_AvlTransitionLane();
|
|
@@ -13523,7 +13606,7 @@ var init_BehaviorView = __esm({
|
|
|
13523
13606
|
});
|
|
13524
13607
|
var MIN_DIAGRAM_WIDTH, ScaledDiagram;
|
|
13525
13608
|
var init_ScaledDiagram = __esm({
|
|
13526
|
-
"components/molecules/ScaledDiagram.tsx"() {
|
|
13609
|
+
"components/core/molecules/ScaledDiagram.tsx"() {
|
|
13527
13610
|
init_Box();
|
|
13528
13611
|
init_useTranslate();
|
|
13529
13612
|
init_cn();
|
|
@@ -13626,7 +13709,7 @@ var init_katex_min = __esm({
|
|
|
13626
13709
|
});
|
|
13627
13710
|
var MarkdownContent;
|
|
13628
13711
|
var init_MarkdownContent = __esm({
|
|
13629
|
-
"components/molecules/markdown/MarkdownContent.tsx"() {
|
|
13712
|
+
"components/core/molecules/markdown/MarkdownContent.tsx"() {
|
|
13630
13713
|
init_katex_min();
|
|
13631
13714
|
init_Box();
|
|
13632
13715
|
init_useTranslate();
|
|
@@ -13771,7 +13854,7 @@ function computeFoldRegions(code) {
|
|
|
13771
13854
|
}
|
|
13772
13855
|
var orbStyleOverrides, orbStyle, loloStyleOverrides, loloStyle, log7, LINE_PROPS_FN, HIDDEN_LINE_NUMBERS, CodeBlock;
|
|
13773
13856
|
var init_CodeBlock = __esm({
|
|
13774
|
-
"components/molecules/markdown/CodeBlock.tsx"() {
|
|
13857
|
+
"components/core/molecules/markdown/CodeBlock.tsx"() {
|
|
13775
13858
|
init_Box();
|
|
13776
13859
|
init_Button();
|
|
13777
13860
|
init_Badge();
|
|
@@ -14365,7 +14448,7 @@ function Card2({
|
|
|
14365
14448
|
);
|
|
14366
14449
|
}
|
|
14367
14450
|
var init_Card2 = __esm({
|
|
14368
|
-
"components/molecules/Card.tsx"() {
|
|
14451
|
+
"components/core/molecules/Card.tsx"() {
|
|
14369
14452
|
"use client";
|
|
14370
14453
|
init_useEventBus();
|
|
14371
14454
|
init_useTranslate();
|
|
@@ -14375,7 +14458,7 @@ var init_Card2 = __esm({
|
|
|
14375
14458
|
});
|
|
14376
14459
|
var QuizBlock;
|
|
14377
14460
|
var init_QuizBlock = __esm({
|
|
14378
|
-
"components/molecules/QuizBlock.tsx"() {
|
|
14461
|
+
"components/core/molecules/QuizBlock.tsx"() {
|
|
14379
14462
|
init_Card2();
|
|
14380
14463
|
init_Stack();
|
|
14381
14464
|
init_Typography();
|
|
@@ -14417,7 +14500,7 @@ var init_QuizBlock = __esm({
|
|
|
14417
14500
|
});
|
|
14418
14501
|
var StateNode, TransitionBundleArrow, BundleTooltip, EntityBox, OutputsBox, Legend, StateMachineView;
|
|
14419
14502
|
var init_StateMachineView = __esm({
|
|
14420
|
-
"components/organisms/StateMachineView.tsx"() {
|
|
14503
|
+
"components/core/organisms/StateMachineView.tsx"() {
|
|
14421
14504
|
"use client";
|
|
14422
14505
|
init_Box();
|
|
14423
14506
|
init_Stack();
|
|
@@ -14827,7 +14910,7 @@ var init_StateMachineView = __esm({
|
|
|
14827
14910
|
action: "TOOLTIP_CLOSE",
|
|
14828
14911
|
className: "absolute -top-2 -right-2 w-6 h-6 rounded-full flex items-center justify-center hover:scale-110 transition-transform",
|
|
14829
14912
|
style: { backgroundColor: "var(--color-error)", padding: 0 },
|
|
14830
|
-
title: "
|
|
14913
|
+
title: t("common.close"),
|
|
14831
14914
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { icon: LucideIcons2.X, size: "xs", style: { color: "var(--color-error-foreground)" } })
|
|
14832
14915
|
}
|
|
14833
14916
|
),
|
|
@@ -15786,7 +15869,7 @@ function renderJazariGearNode(state, config) {
|
|
|
15786
15869
|
}
|
|
15787
15870
|
var JAZARI_VISUALIZER_CONFIG, GEAR_INNER_RADIUS, GEAR_NUM_TEETH, GEAR_TEETH_DEPTH, JazariStateMachine;
|
|
15788
15871
|
var init_JazariStateMachine = __esm({
|
|
15789
|
-
"components/molecules/JazariStateMachine.tsx"() {
|
|
15872
|
+
"components/core/molecules/JazariStateMachine.tsx"() {
|
|
15790
15873
|
"use client";
|
|
15791
15874
|
init_Box();
|
|
15792
15875
|
init_Typography();
|
|
@@ -15943,7 +16026,7 @@ var init_parseContentSegments = __esm({
|
|
|
15943
16026
|
});
|
|
15944
16027
|
var ContentRenderer;
|
|
15945
16028
|
var init_ContentRenderer = __esm({
|
|
15946
|
-
"components/molecules/ContentRenderer.tsx"() {
|
|
16029
|
+
"components/core/molecules/ContentRenderer.tsx"() {
|
|
15947
16030
|
init_Stack();
|
|
15948
16031
|
init_MarkdownContent();
|
|
15949
16032
|
init_CodeBlock();
|
|
@@ -16038,7 +16121,7 @@ var init_ContentRenderer = __esm({
|
|
|
16038
16121
|
});
|
|
16039
16122
|
var BookChapterView;
|
|
16040
16123
|
var init_BookChapterView = __esm({
|
|
16041
|
-
"components/organisms/book/BookChapterView.tsx"() {
|
|
16124
|
+
"components/marketing/organisms/book/BookChapterView.tsx"() {
|
|
16042
16125
|
init_Stack();
|
|
16043
16126
|
init_Typography();
|
|
16044
16127
|
init_Divider();
|
|
@@ -16079,7 +16162,7 @@ var init_BookChapterView = __esm({
|
|
|
16079
16162
|
});
|
|
16080
16163
|
var BookCoverPage;
|
|
16081
16164
|
var init_BookCoverPage = __esm({
|
|
16082
|
-
"components/organisms/book/BookCoverPage.tsx"() {
|
|
16165
|
+
"components/marketing/organisms/book/BookCoverPage.tsx"() {
|
|
16083
16166
|
init_Stack();
|
|
16084
16167
|
init_Typography();
|
|
16085
16168
|
init_Button();
|
|
@@ -16158,7 +16241,7 @@ var init_BookCoverPage = __esm({
|
|
|
16158
16241
|
});
|
|
16159
16242
|
var BookNavBar;
|
|
16160
16243
|
var init_BookNavBar = __esm({
|
|
16161
|
-
"components/organisms/book/BookNavBar.tsx"() {
|
|
16244
|
+
"components/marketing/organisms/book/BookNavBar.tsx"() {
|
|
16162
16245
|
init_Stack();
|
|
16163
16246
|
init_Button();
|
|
16164
16247
|
init_Typography();
|
|
@@ -16260,7 +16343,7 @@ var init_BookNavBar = __esm({
|
|
|
16260
16343
|
});
|
|
16261
16344
|
var BookTableOfContents;
|
|
16262
16345
|
var init_BookTableOfContents = __esm({
|
|
16263
|
-
"components/organisms/book/BookTableOfContents.tsx"() {
|
|
16346
|
+
"components/marketing/organisms/book/BookTableOfContents.tsx"() {
|
|
16264
16347
|
init_Stack();
|
|
16265
16348
|
init_Typography();
|
|
16266
16349
|
init_Button();
|
|
@@ -16317,10 +16400,10 @@ var init_BookTableOfContents = __esm({
|
|
|
16317
16400
|
});
|
|
16318
16401
|
var ICON_NAME_ALIASES, lookStyles3, EmptyState;
|
|
16319
16402
|
var init_EmptyState = __esm({
|
|
16320
|
-
"components/molecules/EmptyState.tsx"() {
|
|
16403
|
+
"components/core/molecules/EmptyState.tsx"() {
|
|
16321
16404
|
"use client";
|
|
16322
16405
|
init_cn();
|
|
16323
|
-
|
|
16406
|
+
init_atoms2();
|
|
16324
16407
|
init_Box();
|
|
16325
16408
|
init_Icon();
|
|
16326
16409
|
init_Stack();
|
|
@@ -16421,7 +16504,7 @@ var init_EmptyState = __esm({
|
|
|
16421
16504
|
}
|
|
16422
16505
|
});
|
|
16423
16506
|
|
|
16424
|
-
// components/organisms/book/types.ts
|
|
16507
|
+
// components/core/organisms/book/types.ts
|
|
16425
16508
|
function resolveFieldMap(fieldMap) {
|
|
16426
16509
|
if (!fieldMap) return IDENTITY_BOOK_FIELDS;
|
|
16427
16510
|
if (typeof fieldMap === "string") return FIELD_MAP_REGISTRY[fieldMap] ?? IDENTITY_BOOK_FIELDS;
|
|
@@ -16454,7 +16537,7 @@ function mapBookData(raw, fields = IDENTITY_BOOK_FIELDS) {
|
|
|
16454
16537
|
}
|
|
16455
16538
|
var IDENTITY_BOOK_FIELDS, AR_BOOK_FIELDS, FIELD_MAP_REGISTRY;
|
|
16456
16539
|
var init_types2 = __esm({
|
|
16457
|
-
"components/organisms/book/types.ts"() {
|
|
16540
|
+
"components/core/organisms/book/types.ts"() {
|
|
16458
16541
|
IDENTITY_BOOK_FIELDS = {
|
|
16459
16542
|
title: "title",
|
|
16460
16543
|
subtitle: "subtitle",
|
|
@@ -16493,7 +16576,7 @@ function flattenChapters(book) {
|
|
|
16493
16576
|
}
|
|
16494
16577
|
var PRINT_STYLES, BookViewer;
|
|
16495
16578
|
var init_BookViewer = __esm({
|
|
16496
|
-
"components/organisms/book/BookViewer.tsx"() {
|
|
16579
|
+
"components/marketing/organisms/book/BookViewer.tsx"() {
|
|
16497
16580
|
init_Box();
|
|
16498
16581
|
init_Stack();
|
|
16499
16582
|
init_useEventBus();
|
|
@@ -16675,7 +16758,7 @@ function getColsClass(cols) {
|
|
|
16675
16758
|
}
|
|
16676
16759
|
var colStyles2, gapStyles3, rowGapStyles, colGapStyles, alignStyles2, justifyStyles2, flowStyles, Grid;
|
|
16677
16760
|
var init_Grid = __esm({
|
|
16678
|
-
"components/molecules/Grid.tsx"() {
|
|
16761
|
+
"components/core/molecules/Grid.tsx"() {
|
|
16679
16762
|
init_cn();
|
|
16680
16763
|
colStyles2 = {
|
|
16681
16764
|
none: "grid-cols-none",
|
|
@@ -16882,7 +16965,7 @@ function DividerPattern({
|
|
|
16882
16965
|
);
|
|
16883
16966
|
}
|
|
16884
16967
|
var init_LayoutPatterns = __esm({
|
|
16885
|
-
"components/organisms/LayoutPatterns.tsx"() {
|
|
16968
|
+
"components/core/organisms/LayoutPatterns.tsx"() {
|
|
16886
16969
|
init_Stack();
|
|
16887
16970
|
init_Box();
|
|
16888
16971
|
init_Grid();
|
|
@@ -16918,7 +17001,7 @@ function isRuleBroken(rule, questions) {
|
|
|
16918
17001
|
}
|
|
16919
17002
|
var END_OF_SURVEY, OPERATOR_OPTIONS, RuleRow, NODE_WIDTH, NODE_HEIGHT, NODE_GAP_Y, PADDING, LogicGraph, BranchingLogicBuilder;
|
|
16920
17003
|
var init_BranchingLogicBuilder = __esm({
|
|
16921
|
-
"components/molecules/BranchingLogicBuilder.tsx"() {
|
|
17004
|
+
"components/core/molecules/BranchingLogicBuilder.tsx"() {
|
|
16922
17005
|
"use client";
|
|
16923
17006
|
init_Select();
|
|
16924
17007
|
init_Typography();
|
|
@@ -17358,12 +17441,13 @@ var init_BranchingLogicBuilder = __esm({
|
|
|
17358
17441
|
});
|
|
17359
17442
|
var Breadcrumb;
|
|
17360
17443
|
var init_Breadcrumb = __esm({
|
|
17361
|
-
"components/molecules/Breadcrumb.tsx"() {
|
|
17444
|
+
"components/core/molecules/Breadcrumb.tsx"() {
|
|
17362
17445
|
"use client";
|
|
17363
17446
|
init_Icon();
|
|
17364
17447
|
init_Typography();
|
|
17365
17448
|
init_cn();
|
|
17366
17449
|
init_useEventBus();
|
|
17450
|
+
init_useTranslate();
|
|
17367
17451
|
Breadcrumb = ({
|
|
17368
17452
|
items,
|
|
17369
17453
|
separator = "chevron-right",
|
|
@@ -17371,6 +17455,7 @@ var init_Breadcrumb = __esm({
|
|
|
17371
17455
|
className
|
|
17372
17456
|
}) => {
|
|
17373
17457
|
const eventBus = useEventBus();
|
|
17458
|
+
const { t } = useTranslate();
|
|
17374
17459
|
const displayItems = maxItems && items.length > maxItems ? [
|
|
17375
17460
|
...items.slice(0, 1),
|
|
17376
17461
|
{ label: "...", isCurrent: false },
|
|
@@ -17379,7 +17464,7 @@ var init_Breadcrumb = __esm({
|
|
|
17379
17464
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
17380
17465
|
"nav",
|
|
17381
17466
|
{
|
|
17382
|
-
"aria-label": "
|
|
17467
|
+
"aria-label": t("aria.breadcrumb"),
|
|
17383
17468
|
className: cn("flex items-center gap-2", className),
|
|
17384
17469
|
children: /* @__PURE__ */ jsxRuntime.jsx("ol", { className: "flex items-center gap-2", children: displayItems.map((item, index) => {
|
|
17385
17470
|
const isLast = index === displayItems.length - 1;
|
|
@@ -17595,8 +17680,8 @@ function BuilderBoard({
|
|
|
17595
17680
|
);
|
|
17596
17681
|
}
|
|
17597
17682
|
var init_BuilderBoard = __esm({
|
|
17598
|
-
"components/organisms/
|
|
17599
|
-
|
|
17683
|
+
"components/game/organisms/puzzles/builder/BuilderBoard.tsx"() {
|
|
17684
|
+
init_atoms2();
|
|
17600
17685
|
init_useEventBus();
|
|
17601
17686
|
init_useTranslate();
|
|
17602
17687
|
BuilderBoard.displayName = "BuilderBoard";
|
|
@@ -17614,10 +17699,10 @@ function useSafeEventBus2() {
|
|
|
17614
17699
|
}
|
|
17615
17700
|
var log8, lookStyles4, ButtonGroup;
|
|
17616
17701
|
var init_ButtonGroup = __esm({
|
|
17617
|
-
"components/molecules/ButtonGroup.tsx"() {
|
|
17702
|
+
"components/core/molecules/ButtonGroup.tsx"() {
|
|
17618
17703
|
"use client";
|
|
17619
17704
|
init_cn();
|
|
17620
|
-
|
|
17705
|
+
init_atoms2();
|
|
17621
17706
|
init_useEventBus();
|
|
17622
17707
|
log8 = logger.createLogger("almadar:ui:button-group");
|
|
17623
17708
|
lookStyles4 = {
|
|
@@ -17799,6 +17884,7 @@ function CalendarGrid({
|
|
|
17799
17884
|
}) {
|
|
17800
17885
|
const evs = Array.isArray(events2) ? events2 : events2 ? [events2] : [];
|
|
17801
17886
|
const eventBus = useEventBus();
|
|
17887
|
+
const { t } = useTranslate();
|
|
17802
17888
|
const longPressTimer = React84.useRef(null);
|
|
17803
17889
|
const resolvedWeekStart = React84.useMemo(
|
|
17804
17890
|
() => weekStart ? getStartOfWeek(weekStart) : getStartOfWeek(/* @__PURE__ */ new Date()),
|
|
@@ -17903,7 +17989,7 @@ function CalendarGrid({
|
|
|
17903
17989
|
icon: "chevron-left",
|
|
17904
17990
|
onClick: stepPrev,
|
|
17905
17991
|
"aria-disabled": !canPrev || void 0,
|
|
17906
|
-
"aria-label": "
|
|
17992
|
+
"aria-label": t("aria.previousDays"),
|
|
17907
17993
|
children: "Prev"
|
|
17908
17994
|
}
|
|
17909
17995
|
),
|
|
@@ -17916,7 +18002,7 @@ function CalendarGrid({
|
|
|
17916
18002
|
iconRight: "chevron-right",
|
|
17917
18003
|
onClick: stepNext,
|
|
17918
18004
|
"aria-disabled": !canNext || void 0,
|
|
17919
|
-
"aria-label": "
|
|
18005
|
+
"aria-label": t("aria.nextDays"),
|
|
17920
18006
|
children: "Next"
|
|
17921
18007
|
}
|
|
17922
18008
|
)
|
|
@@ -17996,7 +18082,7 @@ function CalendarGrid({
|
|
|
17996
18082
|
}
|
|
17997
18083
|
var SHORT_DATE;
|
|
17998
18084
|
var init_CalendarGrid = __esm({
|
|
17999
|
-
"components/molecules/CalendarGrid.tsx"() {
|
|
18085
|
+
"components/core/molecules/CalendarGrid.tsx"() {
|
|
18000
18086
|
"use client";
|
|
18001
18087
|
init_cn();
|
|
18002
18088
|
init_Box();
|
|
@@ -18008,15 +18094,16 @@ var init_CalendarGrid = __esm({
|
|
|
18008
18094
|
init_TimeSlotCell();
|
|
18009
18095
|
init_useEventBus();
|
|
18010
18096
|
init_useSwipeGesture();
|
|
18097
|
+
init_useTranslate();
|
|
18011
18098
|
SHORT_DATE = { month: "short", day: "numeric" };
|
|
18012
18099
|
CalendarGrid.displayName = "CalendarGrid";
|
|
18013
18100
|
}
|
|
18014
18101
|
});
|
|
18015
18102
|
|
|
18016
|
-
// components/organisms/
|
|
18103
|
+
// components/game/organisms/types/effects.ts
|
|
18017
18104
|
var EMPTY_EFFECT_STATE;
|
|
18018
18105
|
var init_effects = __esm({
|
|
18019
|
-
"components/organisms/
|
|
18106
|
+
"components/game/organisms/types/effects.ts"() {
|
|
18020
18107
|
EMPTY_EFFECT_STATE = {
|
|
18021
18108
|
particles: [],
|
|
18022
18109
|
sequences: [],
|
|
@@ -18025,7 +18112,7 @@ var init_effects = __esm({
|
|
|
18025
18112
|
}
|
|
18026
18113
|
});
|
|
18027
18114
|
|
|
18028
|
-
// components/organisms/
|
|
18115
|
+
// components/game/organisms/utils/canvasEffects.ts
|
|
18029
18116
|
function getOffscreenCtx(w, h) {
|
|
18030
18117
|
if (!_offscreen) {
|
|
18031
18118
|
if (typeof OffscreenCanvas !== "undefined") {
|
|
@@ -18221,13 +18308,13 @@ function getAllEffectSpriteUrls(manifest) {
|
|
|
18221
18308
|
}
|
|
18222
18309
|
var _offscreen, _offCtx;
|
|
18223
18310
|
var init_canvasEffects = __esm({
|
|
18224
|
-
"components/organisms/
|
|
18311
|
+
"components/game/organisms/utils/canvasEffects.ts"() {
|
|
18225
18312
|
_offscreen = null;
|
|
18226
18313
|
_offCtx = null;
|
|
18227
18314
|
}
|
|
18228
18315
|
});
|
|
18229
18316
|
|
|
18230
|
-
// components/organisms/
|
|
18317
|
+
// components/game/organisms/utils/combatPresets.ts
|
|
18231
18318
|
function p(manifest, key) {
|
|
18232
18319
|
const particles = manifest.particles;
|
|
18233
18320
|
if (!particles) return [];
|
|
@@ -19027,7 +19114,7 @@ function createCombatPresets(manifest) {
|
|
|
19027
19114
|
}
|
|
19028
19115
|
var PI2;
|
|
19029
19116
|
var init_combatPresets = __esm({
|
|
19030
|
-
"components/organisms/
|
|
19117
|
+
"components/game/organisms/utils/combatPresets.ts"() {
|
|
19031
19118
|
PI2 = Math.PI;
|
|
19032
19119
|
}
|
|
19033
19120
|
});
|
|
@@ -19254,7 +19341,7 @@ function CanvasEffect(props) {
|
|
|
19254
19341
|
}
|
|
19255
19342
|
var ACTION_EMOJI;
|
|
19256
19343
|
var init_CanvasEffect = __esm({
|
|
19257
|
-
"components/organisms/
|
|
19344
|
+
"components/game/organisms/CanvasEffect.tsx"() {
|
|
19258
19345
|
"use client";
|
|
19259
19346
|
init_cn();
|
|
19260
19347
|
init_useEventBus();
|
|
@@ -19307,7 +19394,7 @@ var init_getNestedValue = __esm({
|
|
|
19307
19394
|
});
|
|
19308
19395
|
var Pagination;
|
|
19309
19396
|
var init_Pagination = __esm({
|
|
19310
|
-
"components/molecules/Pagination.tsx"() {
|
|
19397
|
+
"components/core/molecules/Pagination.tsx"() {
|
|
19311
19398
|
"use client";
|
|
19312
19399
|
init_Button();
|
|
19313
19400
|
init_Typography();
|
|
@@ -19515,13 +19602,13 @@ function statusVariant(value) {
|
|
|
19515
19602
|
}
|
|
19516
19603
|
var STATUS_FIELDS, gapStyles4, alignStyles3, CardGrid;
|
|
19517
19604
|
var init_CardGrid = __esm({
|
|
19518
|
-
"components/organisms/CardGrid.tsx"() {
|
|
19605
|
+
"components/core/organisms/CardGrid.tsx"() {
|
|
19519
19606
|
"use client";
|
|
19520
19607
|
init_cn();
|
|
19521
19608
|
init_getNestedValue();
|
|
19522
19609
|
init_useEventBus();
|
|
19523
19610
|
init_useTranslate();
|
|
19524
|
-
|
|
19611
|
+
init_atoms2();
|
|
19525
19612
|
init_Badge();
|
|
19526
19613
|
init_Box();
|
|
19527
19614
|
init_Typography();
|
|
@@ -19747,11 +19834,12 @@ function useSafeEventBus3() {
|
|
|
19747
19834
|
}
|
|
19748
19835
|
var Carousel;
|
|
19749
19836
|
var init_Carousel = __esm({
|
|
19750
|
-
"components/molecules/Carousel.tsx"() {
|
|
19837
|
+
"components/core/molecules/Carousel.tsx"() {
|
|
19751
19838
|
"use client";
|
|
19752
19839
|
init_cn();
|
|
19753
19840
|
init_useEventBus();
|
|
19754
19841
|
init_useSwipeGesture();
|
|
19842
|
+
init_useTranslate();
|
|
19755
19843
|
init_Box();
|
|
19756
19844
|
init_Stack();
|
|
19757
19845
|
init_Button();
|
|
@@ -19772,6 +19860,7 @@ var init_Carousel = __esm({
|
|
|
19772
19860
|
const scrollRef = React84.useRef(null);
|
|
19773
19861
|
const autoPlayRef = React84.useRef(null);
|
|
19774
19862
|
const eventBus = useSafeEventBus3();
|
|
19863
|
+
const { t } = useTranslate();
|
|
19775
19864
|
const safeItems = items ?? [];
|
|
19776
19865
|
const totalSlides = safeItems.length;
|
|
19777
19866
|
const emitSlideChange = React84.useCallback(
|
|
@@ -19911,7 +20000,7 @@ var init_Carousel = __esm({
|
|
|
19911
20000
|
variant: "ghost",
|
|
19912
20001
|
size: "sm",
|
|
19913
20002
|
onClick: goPrev,
|
|
19914
|
-
"aria-label": "
|
|
20003
|
+
"aria-label": t("aria.previousSlide"),
|
|
19915
20004
|
className: cn(
|
|
19916
20005
|
"rounded-full",
|
|
19917
20006
|
"bg-surface/80",
|
|
@@ -19935,7 +20024,7 @@ var init_Carousel = __esm({
|
|
|
19935
20024
|
variant: "ghost",
|
|
19936
20025
|
size: "sm",
|
|
19937
20026
|
onClick: goNext,
|
|
19938
|
-
"aria-label": "
|
|
20027
|
+
"aria-label": t("aria.nextSlide"),
|
|
19939
20028
|
className: cn(
|
|
19940
20029
|
"rounded-full",
|
|
19941
20030
|
"bg-surface/80",
|
|
@@ -19983,7 +20072,7 @@ var init_Carousel = __esm({
|
|
|
19983
20072
|
});
|
|
19984
20073
|
var CaseStudyOrganism;
|
|
19985
20074
|
var init_CaseStudyOrganism = __esm({
|
|
19986
|
-
"components/organisms/CaseStudyOrganism.tsx"() {
|
|
20075
|
+
"components/core/organisms/CaseStudyOrganism.tsx"() {
|
|
19987
20076
|
"use client";
|
|
19988
20077
|
init_cn();
|
|
19989
20078
|
init_useEventBus();
|
|
@@ -20147,7 +20236,7 @@ function CastleBoard({
|
|
|
20147
20236
|
] });
|
|
20148
20237
|
}
|
|
20149
20238
|
var init_CastleBoard = __esm({
|
|
20150
|
-
"components/organisms/
|
|
20239
|
+
"components/game/organisms/CastleBoard.tsx"() {
|
|
20151
20240
|
"use client";
|
|
20152
20241
|
init_cn();
|
|
20153
20242
|
init_useEventBus();
|
|
@@ -20176,17 +20265,17 @@ function CastleTemplate({
|
|
|
20176
20265
|
);
|
|
20177
20266
|
}
|
|
20178
20267
|
var init_CastleTemplate = __esm({
|
|
20179
|
-
"components/templates/CastleTemplate.tsx"() {
|
|
20268
|
+
"components/game/templates/CastleTemplate.tsx"() {
|
|
20180
20269
|
init_CastleBoard();
|
|
20181
20270
|
CastleTemplate.displayName = "CastleTemplate";
|
|
20182
20271
|
}
|
|
20183
20272
|
});
|
|
20184
20273
|
var CHART_COLORS, seriesColor, monthFormatter, formatTimeLabel, BarChart, PieChart, LineChart, ScatterChart, LOOK_FROM_CHART_TYPE, Chart;
|
|
20185
20274
|
var init_Chart = __esm({
|
|
20186
|
-
"components/molecules/Chart.tsx"() {
|
|
20275
|
+
"components/core/molecules/Chart.tsx"() {
|
|
20187
20276
|
"use client";
|
|
20188
20277
|
init_cn();
|
|
20189
|
-
|
|
20278
|
+
init_atoms2();
|
|
20190
20279
|
init_Stack();
|
|
20191
20280
|
init_LoadingState();
|
|
20192
20281
|
init_ErrorState();
|
|
@@ -20794,13 +20883,13 @@ var init_Chart = __esm({
|
|
|
20794
20883
|
const firstSeriesData = normalizedSeries[0]?.data ?? [];
|
|
20795
20884
|
const hasContent = resolvedLook === "scatter" ? (scatterData?.length ?? 0) > 0 : normalizedSeries.some((s) => s.data.length > 0);
|
|
20796
20885
|
if (isLoading) {
|
|
20797
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
20886
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
20798
20887
|
}
|
|
20799
20888
|
if (error) {
|
|
20800
20889
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
20801
20890
|
ErrorState,
|
|
20802
20891
|
{
|
|
20803
|
-
title: "
|
|
20892
|
+
title: t("display.chartError"),
|
|
20804
20893
|
message: error.message,
|
|
20805
20894
|
className
|
|
20806
20895
|
}
|
|
@@ -20928,10 +21017,10 @@ var init_Chart = __esm({
|
|
|
20928
21017
|
});
|
|
20929
21018
|
var ChartLegend;
|
|
20930
21019
|
var init_ChartLegend = __esm({
|
|
20931
|
-
"components/molecules/ChartLegend.tsx"() {
|
|
21020
|
+
"components/core/molecules/ChartLegend.tsx"() {
|
|
20932
21021
|
"use client";
|
|
20933
21022
|
init_cn();
|
|
20934
|
-
|
|
21023
|
+
init_atoms2();
|
|
20935
21024
|
ChartLegend = ({
|
|
20936
21025
|
items,
|
|
20937
21026
|
className,
|
|
@@ -21097,8 +21186,8 @@ function ClassifierBoard({
|
|
|
21097
21186
|
);
|
|
21098
21187
|
}
|
|
21099
21188
|
var init_ClassifierBoard = __esm({
|
|
21100
|
-
"components/organisms/
|
|
21101
|
-
|
|
21189
|
+
"components/game/organisms/puzzles/classifier/ClassifierBoard.tsx"() {
|
|
21190
|
+
init_atoms2();
|
|
21102
21191
|
init_useEventBus();
|
|
21103
21192
|
init_useTranslate();
|
|
21104
21193
|
ClassifierBoard.displayName = "ClassifierBoard";
|
|
@@ -21129,8 +21218,8 @@ function CodeView({
|
|
|
21129
21218
|
] });
|
|
21130
21219
|
}
|
|
21131
21220
|
var init_CodeView = __esm({
|
|
21132
|
-
"components/organisms/
|
|
21133
|
-
|
|
21221
|
+
"components/game/organisms/puzzles/state-architect/CodeView.tsx"() {
|
|
21222
|
+
init_atoms2();
|
|
21134
21223
|
init_cn();
|
|
21135
21224
|
init_useTranslate();
|
|
21136
21225
|
CodeView.displayName = "CodeView";
|
|
@@ -21138,7 +21227,7 @@ var init_CodeView = __esm({
|
|
|
21138
21227
|
});
|
|
21139
21228
|
var Tabs;
|
|
21140
21229
|
var init_Tabs = __esm({
|
|
21141
|
-
"components/molecules/Tabs.tsx"() {
|
|
21230
|
+
"components/core/molecules/Tabs.tsx"() {
|
|
21142
21231
|
"use client";
|
|
21143
21232
|
init_Icon();
|
|
21144
21233
|
init_Badge();
|
|
@@ -21313,16 +21402,17 @@ function generateDiff(oldVal, newVal) {
|
|
|
21313
21402
|
}
|
|
21314
21403
|
var DIFF_STYLES, CodeViewer;
|
|
21315
21404
|
var init_CodeViewer = __esm({
|
|
21316
|
-
"components/molecules/CodeViewer.tsx"() {
|
|
21405
|
+
"components/core/molecules/CodeViewer.tsx"() {
|
|
21317
21406
|
"use client";
|
|
21318
21407
|
init_cn();
|
|
21319
|
-
|
|
21408
|
+
init_atoms2();
|
|
21320
21409
|
init_Stack();
|
|
21321
21410
|
init_LoadingState();
|
|
21322
21411
|
init_ErrorState();
|
|
21323
21412
|
init_EmptyState();
|
|
21324
21413
|
init_Tabs();
|
|
21325
21414
|
init_useEventBus();
|
|
21415
|
+
init_useTranslate();
|
|
21326
21416
|
DIFF_STYLES = {
|
|
21327
21417
|
add: {
|
|
21328
21418
|
bg: "bg-success/10",
|
|
@@ -21360,6 +21450,7 @@ var init_CodeViewer = __esm({
|
|
|
21360
21450
|
className
|
|
21361
21451
|
}) => {
|
|
21362
21452
|
const eventBus = useEventBus();
|
|
21453
|
+
const { t } = useTranslate();
|
|
21363
21454
|
const [copied, setCopied] = React84.useState(false);
|
|
21364
21455
|
const [wrap, setWrap] = React84.useState(wordWrap);
|
|
21365
21456
|
const [activeFileIndex, setActiveFileIndex] = React84.useState(0);
|
|
@@ -21397,13 +21488,13 @@ var init_CodeViewer = __esm({
|
|
|
21397
21488
|
content: null
|
|
21398
21489
|
}));
|
|
21399
21490
|
if (isLoading) {
|
|
21400
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
21491
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
21401
21492
|
}
|
|
21402
21493
|
if (error) {
|
|
21403
21494
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
21404
21495
|
ErrorState,
|
|
21405
21496
|
{
|
|
21406
|
-
title: "
|
|
21497
|
+
title: t("display.codeViewerError"),
|
|
21407
21498
|
message: error.message,
|
|
21408
21499
|
className
|
|
21409
21500
|
}
|
|
@@ -21414,7 +21505,7 @@ var init_CodeViewer = __esm({
|
|
|
21414
21505
|
EmptyState,
|
|
21415
21506
|
{
|
|
21416
21507
|
icon: LucideIcons2.Code,
|
|
21417
|
-
title: "
|
|
21508
|
+
title: t("display.noCode"),
|
|
21418
21509
|
description: "No code to display.",
|
|
21419
21510
|
className
|
|
21420
21511
|
}
|
|
@@ -21602,8 +21693,8 @@ function CombatLog({
|
|
|
21602
21693
|
}
|
|
21603
21694
|
var eventIcons, eventColors, eventBadgeVariants;
|
|
21604
21695
|
var init_CombatLog = __esm({
|
|
21605
|
-
"components/molecules/
|
|
21606
|
-
|
|
21696
|
+
"components/game/molecules/CombatLog.tsx"() {
|
|
21697
|
+
init_atoms2();
|
|
21607
21698
|
init_cn();
|
|
21608
21699
|
eventIcons = {
|
|
21609
21700
|
attack: LucideIcons2.Sword,
|
|
@@ -21643,7 +21734,7 @@ function formatCount(count) {
|
|
|
21643
21734
|
}
|
|
21644
21735
|
var CommunityLinks;
|
|
21645
21736
|
var init_CommunityLinks = __esm({
|
|
21646
|
-
"components/molecules/CommunityLinks.tsx"() {
|
|
21737
|
+
"components/marketing/molecules/CommunityLinks.tsx"() {
|
|
21647
21738
|
"use client";
|
|
21648
21739
|
init_Stack();
|
|
21649
21740
|
init_Typography();
|
|
@@ -21684,7 +21775,7 @@ var init_CommunityLinks = __esm({
|
|
|
21684
21775
|
});
|
|
21685
21776
|
var variantConfig, ConfirmDialog;
|
|
21686
21777
|
var init_ConfirmDialog = __esm({
|
|
21687
|
-
"components/molecules/ConfirmDialog.tsx"() {
|
|
21778
|
+
"components/core/molecules/ConfirmDialog.tsx"() {
|
|
21688
21779
|
"use client";
|
|
21689
21780
|
init_Modal();
|
|
21690
21781
|
init_Button();
|
|
@@ -21983,7 +22074,7 @@ function CounterFull({
|
|
|
21983
22074
|
}
|
|
21984
22075
|
var sizeStyles9, CounterTemplate;
|
|
21985
22076
|
var init_CounterTemplate = __esm({
|
|
21986
|
-
"components/templates/CounterTemplate.tsx"() {
|
|
22077
|
+
"components/core/templates/CounterTemplate.tsx"() {
|
|
21987
22078
|
init_cn();
|
|
21988
22079
|
init_Container();
|
|
21989
22080
|
init_Stack();
|
|
@@ -22080,7 +22171,7 @@ function CraftingRecipe({
|
|
|
22080
22171
|
}
|
|
22081
22172
|
var rarityValues;
|
|
22082
22173
|
var init_CraftingRecipe = __esm({
|
|
22083
|
-
"components/molecules/
|
|
22174
|
+
"components/game/molecules/CraftingRecipe.tsx"() {
|
|
22084
22175
|
"use client";
|
|
22085
22176
|
init_cn();
|
|
22086
22177
|
init_useEventBus();
|
|
@@ -22151,7 +22242,7 @@ function DPad({
|
|
|
22151
22242
|
}
|
|
22152
22243
|
var sizeMap15, arrowIcons;
|
|
22153
22244
|
var init_DPad = __esm({
|
|
22154
|
-
"components/molecules/
|
|
22245
|
+
"components/game/molecules/DPad.tsx"() {
|
|
22155
22246
|
"use client";
|
|
22156
22247
|
init_cn();
|
|
22157
22248
|
init_useEventBus();
|
|
@@ -22172,7 +22263,7 @@ var init_DPad = __esm({
|
|
|
22172
22263
|
});
|
|
22173
22264
|
var gapStyles5, columnStyles, colSpanStyles, rowSpanStyles, DashboardGrid;
|
|
22174
22265
|
var init_DashboardGrid = __esm({
|
|
22175
|
-
"components/organisms/layout/DashboardGrid.tsx"() {
|
|
22266
|
+
"components/core/organisms/layout/DashboardGrid.tsx"() {
|
|
22176
22267
|
init_cn();
|
|
22177
22268
|
init_Box();
|
|
22178
22269
|
init_useTranslate();
|
|
@@ -22245,10 +22336,10 @@ var init_CurrentPagePathContext = __esm({
|
|
|
22245
22336
|
});
|
|
22246
22337
|
var DashboardLayout, NavLink, NavLinkTopnav, NavLinkBottom;
|
|
22247
22338
|
var init_DashboardLayout = __esm({
|
|
22248
|
-
"components/templates/DashboardLayout.tsx"() {
|
|
22339
|
+
"components/core/templates/DashboardLayout.tsx"() {
|
|
22249
22340
|
"use client";
|
|
22250
22341
|
init_cn();
|
|
22251
|
-
|
|
22342
|
+
init_atoms2();
|
|
22252
22343
|
init_Box();
|
|
22253
22344
|
init_Stack();
|
|
22254
22345
|
init_Typography();
|
|
@@ -22428,7 +22519,7 @@ var init_DashboardLayout = __esm({
|
|
|
22428
22519
|
variant: "ghost",
|
|
22429
22520
|
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",
|
|
22430
22521
|
onClick: () => setSidebarOpen(true),
|
|
22431
|
-
"aria-label": "
|
|
22522
|
+
"aria-label": t("aria.openSidebar"),
|
|
22432
22523
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "menu", className: "h-5 w-5" })
|
|
22433
22524
|
}
|
|
22434
22525
|
),
|
|
@@ -23199,7 +23290,7 @@ function useDataDnd(args) {
|
|
|
23199
23290
|
}
|
|
23200
23291
|
var dndLog, RootCtx;
|
|
23201
23292
|
var init_useDataDnd = __esm({
|
|
23202
|
-
"components/molecules/useDataDnd.tsx"() {
|
|
23293
|
+
"components/core/molecules/useDataDnd.tsx"() {
|
|
23203
23294
|
"use client";
|
|
23204
23295
|
init_useEventBus();
|
|
23205
23296
|
init_useAlmadarDndCollision();
|
|
@@ -23363,13 +23454,13 @@ function DataGrid({
|
|
|
23363
23454
|
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"
|
|
23364
23455
|
}[cols] : void 0;
|
|
23365
23456
|
if (isLoading) {
|
|
23366
|
-
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items")
|
|
23457
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
|
|
23367
23458
|
}
|
|
23368
23459
|
if (error) {
|
|
23369
23460
|
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "error", children: error.message }) });
|
|
23370
23461
|
}
|
|
23371
23462
|
if (data.length === 0) {
|
|
23372
|
-
const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems")
|
|
23463
|
+
const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
|
|
23373
23464
|
return dnd.enabled ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
|
|
23374
23465
|
}
|
|
23375
23466
|
const allIds = data.map((item, i) => item.id || String(i));
|
|
@@ -23386,7 +23477,7 @@ function DataGrid({
|
|
|
23386
23477
|
checked: allSelected,
|
|
23387
23478
|
onChange: toggleAll,
|
|
23388
23479
|
className: "w-4 h-4 accent-primary",
|
|
23389
|
-
"aria-label": "
|
|
23480
|
+
"aria-label": t("aria.selectAll")
|
|
23390
23481
|
}
|
|
23391
23482
|
),
|
|
23392
23483
|
/* @__PURE__ */ jsxRuntime.jsxs(Typography, { variant: "caption", className: "font-semibold", children: [
|
|
@@ -23546,7 +23637,7 @@ function DataGrid({
|
|
|
23546
23637
|
Menu,
|
|
23547
23638
|
{
|
|
23548
23639
|
position: "bottom-end",
|
|
23549
|
-
trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": "
|
|
23640
|
+
trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
|
|
23550
23641
|
items: primaryActions.slice(maxInlineActions).map((action) => ({
|
|
23551
23642
|
label: action.label,
|
|
23552
23643
|
icon: action.icon,
|
|
@@ -23577,8 +23668,8 @@ function DataGrid({
|
|
|
23577
23668
|
/* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
|
|
23578
23669
|
t("common.showMore"),
|
|
23579
23670
|
" (",
|
|
23580
|
-
allData.length - visibleCount,
|
|
23581
|
-
"
|
|
23671
|
+
t("common.remaining", { count: allData.length - visibleCount }),
|
|
23672
|
+
")"
|
|
23582
23673
|
]
|
|
23583
23674
|
}
|
|
23584
23675
|
) }),
|
|
@@ -23595,7 +23686,7 @@ function DataGrid({
|
|
|
23595
23686
|
}
|
|
23596
23687
|
var dataGridLog, BADGE_VARIANTS, gapStyles6, lookStyles5;
|
|
23597
23688
|
var init_DataGrid = __esm({
|
|
23598
|
-
"components/molecules/DataGrid.tsx"() {
|
|
23689
|
+
"components/core/molecules/DataGrid.tsx"() {
|
|
23599
23690
|
"use client";
|
|
23600
23691
|
init_cn();
|
|
23601
23692
|
init_getNestedValue();
|
|
@@ -23804,7 +23895,7 @@ function DataList({
|
|
|
23804
23895
|
Menu,
|
|
23805
23896
|
{
|
|
23806
23897
|
position: "bottom-end",
|
|
23807
|
-
trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": "
|
|
23898
|
+
trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
|
|
23808
23899
|
items: overflow.map((action) => ({
|
|
23809
23900
|
label: action.label,
|
|
23810
23901
|
icon: action.icon,
|
|
@@ -23828,13 +23919,13 @@ function DataList({
|
|
|
23828
23919
|
eventBus.emit(`UI:${itemClickEvent}`, payload);
|
|
23829
23920
|
};
|
|
23830
23921
|
if (isLoading) {
|
|
23831
|
-
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items")
|
|
23922
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
|
|
23832
23923
|
}
|
|
23833
23924
|
if (error) {
|
|
23834
23925
|
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "error", children: error.message }) });
|
|
23835
23926
|
}
|
|
23836
23927
|
if (data.length === 0) {
|
|
23837
|
-
const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems")
|
|
23928
|
+
const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
|
|
23838
23929
|
return dnd.enabled ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
|
|
23839
23930
|
}
|
|
23840
23931
|
const gapClass = {
|
|
@@ -24014,8 +24105,8 @@ function DataList({
|
|
|
24014
24105
|
/* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
|
|
24015
24106
|
t("common.showMore"),
|
|
24016
24107
|
" (",
|
|
24017
|
-
allData.length - visibleCount,
|
|
24018
|
-
"
|
|
24108
|
+
t("common.remaining", { count: allData.length - visibleCount }),
|
|
24109
|
+
")"
|
|
24019
24110
|
]
|
|
24020
24111
|
}
|
|
24021
24112
|
) }),
|
|
@@ -24034,7 +24125,7 @@ function DataList({
|
|
|
24034
24125
|
}
|
|
24035
24126
|
var dataListLog, listLookStyles;
|
|
24036
24127
|
var init_DataList = __esm({
|
|
24037
|
-
"components/molecules/DataList.tsx"() {
|
|
24128
|
+
"components/core/molecules/DataList.tsx"() {
|
|
24038
24129
|
"use client";
|
|
24039
24130
|
init_cn();
|
|
24040
24131
|
init_getNestedValue();
|
|
@@ -24089,7 +24180,7 @@ function fileIcon(name) {
|
|
|
24089
24180
|
}
|
|
24090
24181
|
var TreeNodeItem, FileTree;
|
|
24091
24182
|
var init_FileTree = __esm({
|
|
24092
|
-
"components/molecules/FileTree.tsx"() {
|
|
24183
|
+
"components/core/molecules/FileTree.tsx"() {
|
|
24093
24184
|
"use client";
|
|
24094
24185
|
init_Box();
|
|
24095
24186
|
init_Typography();
|
|
@@ -24200,7 +24291,7 @@ var init_FileTree = __esm({
|
|
|
24200
24291
|
});
|
|
24201
24292
|
var FormField;
|
|
24202
24293
|
var init_FormField = __esm({
|
|
24203
|
-
"components/molecules/FormField.tsx"() {
|
|
24294
|
+
"components/core/molecules/FormField.tsx"() {
|
|
24204
24295
|
init_cn();
|
|
24205
24296
|
init_Label();
|
|
24206
24297
|
init_Typography();
|
|
@@ -24224,7 +24315,7 @@ var init_FormField = __esm({
|
|
|
24224
24315
|
});
|
|
24225
24316
|
var resolveFilterType, lookStyles6, FilterGroup;
|
|
24226
24317
|
var init_FilterGroup = __esm({
|
|
24227
|
-
"components/molecules/FilterGroup.tsx"() {
|
|
24318
|
+
"components/core/molecules/FilterGroup.tsx"() {
|
|
24228
24319
|
"use client";
|
|
24229
24320
|
init_cn();
|
|
24230
24321
|
init_Button();
|
|
@@ -24668,7 +24759,7 @@ var init_FilterGroup = __esm({
|
|
|
24668
24759
|
});
|
|
24669
24760
|
var directionStyles, wrapStyles, alignStyles4, justifyStyles3, gapStyles7, Flex;
|
|
24670
24761
|
var init_Flex = __esm({
|
|
24671
|
-
"components/molecules/Flex.tsx"() {
|
|
24762
|
+
"components/core/molecules/Flex.tsx"() {
|
|
24672
24763
|
init_cn();
|
|
24673
24764
|
directionStyles = {
|
|
24674
24765
|
row: "flex-row",
|
|
@@ -24752,7 +24843,7 @@ var init_Flex = __esm({
|
|
|
24752
24843
|
});
|
|
24753
24844
|
var InputGroup;
|
|
24754
24845
|
var init_InputGroup = __esm({
|
|
24755
|
-
"components/molecules/InputGroup.tsx"() {
|
|
24846
|
+
"components/core/molecules/InputGroup.tsx"() {
|
|
24756
24847
|
init_Input();
|
|
24757
24848
|
init_Icon();
|
|
24758
24849
|
init_Typography();
|
|
@@ -24867,7 +24958,7 @@ var init_debug = __esm({
|
|
|
24867
24958
|
});
|
|
24868
24959
|
var isRelationsDebugEnabled, RelationSelect;
|
|
24869
24960
|
var init_RelationSelect = __esm({
|
|
24870
|
-
"components/molecules/RelationSelect.tsx"() {
|
|
24961
|
+
"components/core/molecules/RelationSelect.tsx"() {
|
|
24871
24962
|
"use client";
|
|
24872
24963
|
init_cn();
|
|
24873
24964
|
init_Box();
|
|
@@ -25094,7 +25185,7 @@ var init_RelationSelect = __esm({
|
|
|
25094
25185
|
});
|
|
25095
25186
|
var SearchInput;
|
|
25096
25187
|
var init_SearchInput = __esm({
|
|
25097
|
-
"components/molecules/SearchInput.tsx"() {
|
|
25188
|
+
"components/core/molecules/SearchInput.tsx"() {
|
|
25098
25189
|
"use client";
|
|
25099
25190
|
init_Input();
|
|
25100
25191
|
init_Spinner();
|
|
@@ -25197,7 +25288,7 @@ var init_SearchInput = __esm({
|
|
|
25197
25288
|
});
|
|
25198
25289
|
var SidePanel;
|
|
25199
25290
|
var init_SidePanel = __esm({
|
|
25200
|
-
"components/molecules/SidePanel.tsx"() {
|
|
25291
|
+
"components/core/molecules/SidePanel.tsx"() {
|
|
25201
25292
|
"use client";
|
|
25202
25293
|
init_Aside();
|
|
25203
25294
|
init_Box();
|
|
@@ -25205,6 +25296,7 @@ var init_SidePanel = __esm({
|
|
|
25205
25296
|
init_Typography();
|
|
25206
25297
|
init_cn();
|
|
25207
25298
|
init_useEventBus();
|
|
25299
|
+
init_useTranslate();
|
|
25208
25300
|
SidePanel = ({
|
|
25209
25301
|
title,
|
|
25210
25302
|
children,
|
|
@@ -25217,6 +25309,7 @@ var init_SidePanel = __esm({
|
|
|
25217
25309
|
closeEvent
|
|
25218
25310
|
}) => {
|
|
25219
25311
|
const eventBus = useEventBus();
|
|
25312
|
+
const { t } = useTranslate();
|
|
25220
25313
|
const handleClose = () => {
|
|
25221
25314
|
if (closeEvent) eventBus.emit(`UI:${closeEvent}`, {});
|
|
25222
25315
|
onClose();
|
|
@@ -25254,8 +25347,8 @@ var init_SidePanel = __esm({
|
|
|
25254
25347
|
size: "sm",
|
|
25255
25348
|
icon: "x",
|
|
25256
25349
|
onClick: handleClose,
|
|
25257
|
-
"aria-label": "
|
|
25258
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: "
|
|
25350
|
+
"aria-label": t("aria.closePanel"),
|
|
25351
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: t("aria.closePanel") })
|
|
25259
25352
|
}
|
|
25260
25353
|
)
|
|
25261
25354
|
] }),
|
|
@@ -25270,7 +25363,7 @@ var init_SidePanel = __esm({
|
|
|
25270
25363
|
});
|
|
25271
25364
|
var WizardProgress;
|
|
25272
25365
|
var init_WizardProgress = __esm({
|
|
25273
|
-
"components/molecules/WizardProgress.tsx"() {
|
|
25366
|
+
"components/core/molecules/WizardProgress.tsx"() {
|
|
25274
25367
|
"use client";
|
|
25275
25368
|
init_Typography();
|
|
25276
25369
|
init_Box();
|
|
@@ -25373,7 +25466,7 @@ function useSafeEventBus4() {
|
|
|
25373
25466
|
}
|
|
25374
25467
|
var WizardNavigation;
|
|
25375
25468
|
var init_WizardNavigation = __esm({
|
|
25376
|
-
"components/molecules/WizardNavigation.tsx"() {
|
|
25469
|
+
"components/core/molecules/WizardNavigation.tsx"() {
|
|
25377
25470
|
"use client";
|
|
25378
25471
|
init_Button();
|
|
25379
25472
|
init_Typography();
|
|
@@ -25460,7 +25553,7 @@ var init_WizardNavigation = __esm({
|
|
|
25460
25553
|
});
|
|
25461
25554
|
var RepeatableFormSection;
|
|
25462
25555
|
var init_RepeatableFormSection = __esm({
|
|
25463
|
-
"components/molecules/RepeatableFormSection.tsx"() {
|
|
25556
|
+
"components/core/molecules/RepeatableFormSection.tsx"() {
|
|
25464
25557
|
"use client";
|
|
25465
25558
|
init_cn();
|
|
25466
25559
|
init_Box();
|
|
@@ -25599,7 +25692,7 @@ var init_RepeatableFormSection = __esm({
|
|
|
25599
25692
|
});
|
|
25600
25693
|
var actionTypeLabels, actionTypeIcons, ViolationAlert;
|
|
25601
25694
|
var init_ViolationAlert = __esm({
|
|
25602
|
-
"components/molecules/ViolationAlert.tsx"() {
|
|
25695
|
+
"components/core/molecules/ViolationAlert.tsx"() {
|
|
25603
25696
|
init_cn();
|
|
25604
25697
|
init_Box();
|
|
25605
25698
|
init_Stack();
|
|
@@ -25802,7 +25895,7 @@ var init_ViolationAlert = __esm({
|
|
|
25802
25895
|
});
|
|
25803
25896
|
var FormSectionHeader;
|
|
25804
25897
|
var init_FormSectionHeader = __esm({
|
|
25805
|
-
"components/molecules/FormSectionHeader.tsx"() {
|
|
25898
|
+
"components/core/molecules/FormSectionHeader.tsx"() {
|
|
25806
25899
|
init_cn();
|
|
25807
25900
|
init_Box();
|
|
25808
25901
|
init_Stack();
|
|
@@ -25879,7 +25972,7 @@ var init_FormSectionHeader = __esm({
|
|
|
25879
25972
|
});
|
|
25880
25973
|
var FlipCard;
|
|
25881
25974
|
var init_FlipCard = __esm({
|
|
25882
|
-
"components/molecules/FlipCard.tsx"() {
|
|
25975
|
+
"components/core/molecules/FlipCard.tsx"() {
|
|
25883
25976
|
"use client";
|
|
25884
25977
|
init_cn();
|
|
25885
25978
|
init_Box();
|
|
@@ -25941,7 +26034,7 @@ function daysAgo(n) {
|
|
|
25941
26034
|
}
|
|
25942
26035
|
var DEFAULT_PRESETS, DateRangePicker;
|
|
25943
26036
|
var init_DateRangePicker = __esm({
|
|
25944
|
-
"components/molecules/DateRangePicker.tsx"() {
|
|
26037
|
+
"components/core/molecules/DateRangePicker.tsx"() {
|
|
25945
26038
|
"use client";
|
|
25946
26039
|
init_cn();
|
|
25947
26040
|
init_Button();
|
|
@@ -26069,10 +26162,10 @@ var init_DateRangePicker = __esm({
|
|
|
26069
26162
|
});
|
|
26070
26163
|
var DEFAULT_OPTIONS, DateRangeSelector;
|
|
26071
26164
|
var init_DateRangeSelector = __esm({
|
|
26072
|
-
"components/molecules/DateRangeSelector.tsx"() {
|
|
26165
|
+
"components/core/molecules/DateRangeSelector.tsx"() {
|
|
26073
26166
|
"use client";
|
|
26074
26167
|
init_cn();
|
|
26075
|
-
|
|
26168
|
+
init_atoms2();
|
|
26076
26169
|
DEFAULT_OPTIONS = [
|
|
26077
26170
|
{ label: "1W", value: "week" },
|
|
26078
26171
|
{ label: "1M", value: "month" },
|
|
@@ -26101,10 +26194,10 @@ var init_DateRangeSelector = __esm({
|
|
|
26101
26194
|
});
|
|
26102
26195
|
var LineChart2;
|
|
26103
26196
|
var init_LineChart = __esm({
|
|
26104
|
-
"components/molecules/LineChart.tsx"() {
|
|
26197
|
+
"components/core/molecules/LineChart.tsx"() {
|
|
26105
26198
|
"use client";
|
|
26106
26199
|
init_cn();
|
|
26107
|
-
|
|
26200
|
+
init_atoms2();
|
|
26108
26201
|
LineChart2 = ({
|
|
26109
26202
|
data,
|
|
26110
26203
|
width = 400,
|
|
@@ -26216,10 +26309,10 @@ var init_LineChart = __esm({
|
|
|
26216
26309
|
});
|
|
26217
26310
|
var sizeMap16, stateColors, ProgressDots;
|
|
26218
26311
|
var init_ProgressDots = __esm({
|
|
26219
|
-
"components/molecules/ProgressDots.tsx"() {
|
|
26312
|
+
"components/core/molecules/ProgressDots.tsx"() {
|
|
26220
26313
|
"use client";
|
|
26221
26314
|
init_cn();
|
|
26222
|
-
|
|
26315
|
+
init_atoms2();
|
|
26223
26316
|
sizeMap16 = {
|
|
26224
26317
|
sm: { dot: 6, active: 8 },
|
|
26225
26318
|
md: { dot: 8, active: 10 },
|
|
@@ -26332,7 +26425,7 @@ function StatBadge({
|
|
|
26332
26425
|
}
|
|
26333
26426
|
var sizeMap17, variantMap2;
|
|
26334
26427
|
var init_StatBadge = __esm({
|
|
26335
|
-
"components/molecules/
|
|
26428
|
+
"components/game/molecules/StatBadge.tsx"() {
|
|
26336
26429
|
init_cn();
|
|
26337
26430
|
init_Icon();
|
|
26338
26431
|
init_HealthBar();
|
|
@@ -26407,7 +26500,7 @@ function InventoryGrid({
|
|
|
26407
26500
|
}
|
|
26408
26501
|
var columnMap;
|
|
26409
26502
|
var init_InventoryGrid = __esm({
|
|
26410
|
-
"components/molecules/
|
|
26503
|
+
"components/game/molecules/InventoryGrid.tsx"() {
|
|
26411
26504
|
"use client";
|
|
26412
26505
|
init_cn();
|
|
26413
26506
|
init_useEventBus();
|
|
@@ -26494,7 +26587,7 @@ function QuestTracker({
|
|
|
26494
26587
|
}) });
|
|
26495
26588
|
}
|
|
26496
26589
|
var init_QuestTracker = __esm({
|
|
26497
|
-
"components/molecules/
|
|
26590
|
+
"components/game/molecules/QuestTracker.tsx"() {
|
|
26498
26591
|
"use client";
|
|
26499
26592
|
init_cn();
|
|
26500
26593
|
init_WaypointMarker();
|
|
@@ -26560,7 +26653,7 @@ function PowerupSlots({
|
|
|
26560
26653
|
] });
|
|
26561
26654
|
}
|
|
26562
26655
|
var init_PowerupSlots = __esm({
|
|
26563
|
-
"components/molecules/
|
|
26656
|
+
"components/game/molecules/PowerupSlots.tsx"() {
|
|
26564
26657
|
"use client";
|
|
26565
26658
|
init_cn();
|
|
26566
26659
|
init_ItemSlot();
|
|
@@ -26670,7 +26763,7 @@ function GameCanvas2D({
|
|
|
26670
26763
|
) });
|
|
26671
26764
|
}
|
|
26672
26765
|
var init_GameCanvas2D = __esm({
|
|
26673
|
-
"components/molecules/
|
|
26766
|
+
"components/game/molecules/GameCanvas2D.tsx"() {
|
|
26674
26767
|
"use client";
|
|
26675
26768
|
init_cn();
|
|
26676
26769
|
init_Box();
|
|
@@ -26779,7 +26872,7 @@ function HealthPanel({
|
|
|
26779
26872
|
}
|
|
26780
26873
|
var sizeMap18, effectVariantMap;
|
|
26781
26874
|
var init_HealthPanel = __esm({
|
|
26782
|
-
"components/molecules/
|
|
26875
|
+
"components/game/molecules/HealthPanel.tsx"() {
|
|
26783
26876
|
"use client";
|
|
26784
26877
|
init_cn();
|
|
26785
26878
|
init_HealthBar();
|
|
@@ -26866,7 +26959,7 @@ function ScoreBoard({
|
|
|
26866
26959
|
);
|
|
26867
26960
|
}
|
|
26868
26961
|
var init_ScoreBoard = __esm({
|
|
26869
|
-
"components/molecules/
|
|
26962
|
+
"components/game/molecules/ScoreBoard.tsx"() {
|
|
26870
26963
|
"use client";
|
|
26871
26964
|
init_cn();
|
|
26872
26965
|
init_ComboCounter();
|
|
@@ -26904,7 +26997,7 @@ function ResourceBar({
|
|
|
26904
26997
|
);
|
|
26905
26998
|
}
|
|
26906
26999
|
var init_ResourceBar = __esm({
|
|
26907
|
-
"components/molecules/
|
|
27000
|
+
"components/game/molecules/ResourceBar.tsx"() {
|
|
26908
27001
|
"use client";
|
|
26909
27002
|
init_cn();
|
|
26910
27003
|
init_StatBadge();
|
|
@@ -26963,7 +27056,7 @@ function TurnPanel({
|
|
|
26963
27056
|
);
|
|
26964
27057
|
}
|
|
26965
27058
|
var init_TurnPanel = __esm({
|
|
26966
|
-
"components/molecules/
|
|
27059
|
+
"components/game/molecules/TurnPanel.tsx"() {
|
|
26967
27060
|
"use client";
|
|
26968
27061
|
init_cn();
|
|
26969
27062
|
init_TurnIndicator();
|
|
@@ -27046,7 +27139,7 @@ function EnemyPlate({
|
|
|
27046
27139
|
}
|
|
27047
27140
|
var effectVariantMap2;
|
|
27048
27141
|
var init_EnemyPlate = __esm({
|
|
27049
|
-
"components/molecules/
|
|
27142
|
+
"components/game/molecules/EnemyPlate.tsx"() {
|
|
27050
27143
|
"use client";
|
|
27051
27144
|
init_cn();
|
|
27052
27145
|
init_HealthBar();
|
|
@@ -27107,7 +27200,7 @@ function UnitCommandBar({
|
|
|
27107
27200
|
);
|
|
27108
27201
|
}
|
|
27109
27202
|
var init_UnitCommandBar = __esm({
|
|
27110
|
-
"components/molecules/
|
|
27203
|
+
"components/game/molecules/UnitCommandBar.tsx"() {
|
|
27111
27204
|
"use client";
|
|
27112
27205
|
init_cn();
|
|
27113
27206
|
init_Button();
|
|
@@ -27174,7 +27267,7 @@ function GameHud({
|
|
|
27174
27267
|
}
|
|
27175
27268
|
var positionMap;
|
|
27176
27269
|
var init_GameHud = __esm({
|
|
27177
|
-
"components/molecules/
|
|
27270
|
+
"components/game/molecules/GameHud.tsx"() {
|
|
27178
27271
|
init_cn();
|
|
27179
27272
|
init_StatBadge();
|
|
27180
27273
|
positionMap = {
|
|
@@ -27370,7 +27463,7 @@ function DialogueBox({
|
|
|
27370
27463
|
);
|
|
27371
27464
|
}
|
|
27372
27465
|
var init_DialogueBox = __esm({
|
|
27373
|
-
"components/molecules/
|
|
27466
|
+
"components/game/molecules/DialogueBox.tsx"() {
|
|
27374
27467
|
"use client";
|
|
27375
27468
|
init_cn();
|
|
27376
27469
|
init_useEventBus();
|
|
@@ -27528,7 +27621,7 @@ function InventoryPanel({
|
|
|
27528
27621
|
] });
|
|
27529
27622
|
}
|
|
27530
27623
|
var init_InventoryPanel = __esm({
|
|
27531
|
-
"components/molecules/
|
|
27624
|
+
"components/game/molecules/InventoryPanel.tsx"() {
|
|
27532
27625
|
"use client";
|
|
27533
27626
|
init_cn();
|
|
27534
27627
|
init_useEventBus();
|
|
@@ -27628,7 +27721,7 @@ function GameMenu({
|
|
|
27628
27721
|
}
|
|
27629
27722
|
var variantMap3;
|
|
27630
27723
|
var init_GameMenu = __esm({
|
|
27631
|
-
"components/molecules/
|
|
27724
|
+
"components/game/molecules/GameMenu.tsx"() {
|
|
27632
27725
|
"use client";
|
|
27633
27726
|
init_cn();
|
|
27634
27727
|
init_useEventBus();
|
|
@@ -27748,7 +27841,7 @@ function GameOverScreen({
|
|
|
27748
27841
|
}
|
|
27749
27842
|
var variantColors, buttonVariants;
|
|
27750
27843
|
var init_GameOverScreen = __esm({
|
|
27751
|
-
"components/molecules/
|
|
27844
|
+
"components/game/molecules/GameOverScreen.tsx"() {
|
|
27752
27845
|
"use client";
|
|
27753
27846
|
init_cn();
|
|
27754
27847
|
init_useEventBus();
|
|
@@ -28021,7 +28114,7 @@ function PlatformerCanvas({
|
|
|
28021
28114
|
}
|
|
28022
28115
|
var PLATFORM_COLORS, PLAYER_COLOR, PLAYER_EYE_COLOR, SKY_GRADIENT_TOP, SKY_GRADIENT_BOTTOM, GRID_COLOR;
|
|
28023
28116
|
var init_PlatformerCanvas = __esm({
|
|
28024
|
-
"components/molecules/
|
|
28117
|
+
"components/game/molecules/PlatformerCanvas.tsx"() {
|
|
28025
28118
|
init_cn();
|
|
28026
28119
|
init_useEventBus();
|
|
28027
28120
|
init_verificationRegistry();
|
|
@@ -28040,9 +28133,9 @@ var init_PlatformerCanvas = __esm({
|
|
|
28040
28133
|
}
|
|
28041
28134
|
});
|
|
28042
28135
|
|
|
28043
|
-
// components/molecules/
|
|
28044
|
-
var
|
|
28045
|
-
"components/molecules/
|
|
28136
|
+
// components/game/molecules/index.ts
|
|
28137
|
+
var init_molecules = __esm({
|
|
28138
|
+
"components/game/molecules/index.ts"() {
|
|
28046
28139
|
}
|
|
28047
28140
|
});
|
|
28048
28141
|
function resolveNodeColor(node, groups) {
|
|
@@ -28055,10 +28148,10 @@ function resolveNodeColor(node, groups) {
|
|
|
28055
28148
|
}
|
|
28056
28149
|
var GROUP_COLORS, DEFAULT_NODE_COLOR, DEFAULT_EDGE_COLOR, DEFAULT_NODE_SIZE, GraphView;
|
|
28057
28150
|
var init_GraphView = __esm({
|
|
28058
|
-
"components/molecules/GraphView.tsx"() {
|
|
28151
|
+
"components/core/molecules/GraphView.tsx"() {
|
|
28059
28152
|
"use client";
|
|
28060
28153
|
init_cn();
|
|
28061
|
-
|
|
28154
|
+
init_atoms2();
|
|
28062
28155
|
GROUP_COLORS = [
|
|
28063
28156
|
"#3b82f6",
|
|
28064
28157
|
// blue-500
|
|
@@ -28378,11 +28471,12 @@ function useSafeEventBus5() {
|
|
|
28378
28471
|
}
|
|
28379
28472
|
var sizeStyles10, LONG_PRESS_DELAY, LONG_PRESS_INTERVAL, NumberStepper;
|
|
28380
28473
|
var init_NumberStepper = __esm({
|
|
28381
|
-
"components/molecules/NumberStepper.tsx"() {
|
|
28474
|
+
"components/core/molecules/NumberStepper.tsx"() {
|
|
28382
28475
|
"use client";
|
|
28383
28476
|
init_cn();
|
|
28384
28477
|
init_Icon();
|
|
28385
28478
|
init_useEventBus();
|
|
28479
|
+
init_useTranslate();
|
|
28386
28480
|
sizeStyles10 = {
|
|
28387
28481
|
sm: {
|
|
28388
28482
|
button: "w-7 h-7",
|
|
@@ -28416,6 +28510,7 @@ var init_NumberStepper = __esm({
|
|
|
28416
28510
|
label
|
|
28417
28511
|
}) => {
|
|
28418
28512
|
const eventBus = useSafeEventBus5();
|
|
28513
|
+
const { t } = useTranslate();
|
|
28419
28514
|
const intervalRef = React84.useRef(null);
|
|
28420
28515
|
const timeoutRef = React84.useRef(null);
|
|
28421
28516
|
const isAtMin = min !== void 0 && value <= min;
|
|
@@ -28499,7 +28594,7 @@ var init_NumberStepper = __esm({
|
|
|
28499
28594
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
|
|
28500
28595
|
styles.button
|
|
28501
28596
|
),
|
|
28502
|
-
"aria-label": "
|
|
28597
|
+
"aria-label": t("aria.decrease"),
|
|
28503
28598
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "minus", className: styles.icon })
|
|
28504
28599
|
}
|
|
28505
28600
|
),
|
|
@@ -28540,7 +28635,7 @@ var init_NumberStepper = __esm({
|
|
|
28540
28635
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
|
|
28541
28636
|
styles.button
|
|
28542
28637
|
),
|
|
28543
|
-
"aria-label": "
|
|
28638
|
+
"aria-label": t("aria.increase"),
|
|
28544
28639
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "plus", className: styles.icon })
|
|
28545
28640
|
}
|
|
28546
28641
|
)
|
|
@@ -28563,7 +28658,7 @@ function useSafeEventBus6() {
|
|
|
28563
28658
|
}
|
|
28564
28659
|
var sizeStyles11, StarRating;
|
|
28565
28660
|
var init_StarRating = __esm({
|
|
28566
|
-
"components/molecules/StarRating.tsx"() {
|
|
28661
|
+
"components/core/molecules/StarRating.tsx"() {
|
|
28567
28662
|
"use client";
|
|
28568
28663
|
init_cn();
|
|
28569
28664
|
init_Icon();
|
|
@@ -28716,7 +28811,7 @@ function formatFileSize(bytes) {
|
|
|
28716
28811
|
}
|
|
28717
28812
|
var UploadDropZone;
|
|
28718
28813
|
var init_UploadDropZone = __esm({
|
|
28719
|
-
"components/molecules/UploadDropZone.tsx"() {
|
|
28814
|
+
"components/core/molecules/UploadDropZone.tsx"() {
|
|
28720
28815
|
"use client";
|
|
28721
28816
|
init_cn();
|
|
28722
28817
|
init_Icon();
|
|
@@ -28881,11 +28976,12 @@ function useSafeEventBus8() {
|
|
|
28881
28976
|
}
|
|
28882
28977
|
var Lightbox;
|
|
28883
28978
|
var init_Lightbox = __esm({
|
|
28884
|
-
"components/molecules/Lightbox.tsx"() {
|
|
28979
|
+
"components/core/molecules/Lightbox.tsx"() {
|
|
28885
28980
|
"use client";
|
|
28886
28981
|
init_Icon();
|
|
28887
28982
|
init_cn();
|
|
28888
28983
|
init_useEventBus();
|
|
28984
|
+
init_useTranslate();
|
|
28889
28985
|
Lightbox = ({
|
|
28890
28986
|
images = [],
|
|
28891
28987
|
currentIndex = 0,
|
|
@@ -28900,6 +28996,7 @@ var init_Lightbox = __esm({
|
|
|
28900
28996
|
const [index, setIndex] = React84.useState(currentIndex);
|
|
28901
28997
|
const [touchStartX, setTouchStartX] = React84.useState(null);
|
|
28902
28998
|
const eventBus = useSafeEventBus8();
|
|
28999
|
+
const { t } = useTranslate();
|
|
28903
29000
|
React84.useEffect(() => {
|
|
28904
29001
|
setIndex(currentIndex);
|
|
28905
29002
|
}, [currentIndex]);
|
|
@@ -28990,7 +29087,7 @@ var init_Lightbox = __esm({
|
|
|
28990
29087
|
"hover:bg-opacity-70 transition-opacity",
|
|
28991
29088
|
"focus:outline-none focus:ring-2 focus:ring-white"
|
|
28992
29089
|
),
|
|
28993
|
-
"aria-label": "
|
|
29090
|
+
"aria-label": t("aria.closeModal"),
|
|
28994
29091
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "x", className: "w-6 h-6" })
|
|
28995
29092
|
}
|
|
28996
29093
|
),
|
|
@@ -29009,7 +29106,7 @@ var init_Lightbox = __esm({
|
|
|
29009
29106
|
"hover:bg-opacity-70 transition-opacity",
|
|
29010
29107
|
"focus:outline-none focus:ring-2 focus:ring-white"
|
|
29011
29108
|
),
|
|
29012
|
-
"aria-label": "
|
|
29109
|
+
"aria-label": t("aria.previousImage"),
|
|
29013
29110
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-left", className: "w-8 h-8" })
|
|
29014
29111
|
}
|
|
29015
29112
|
),
|
|
@@ -29046,7 +29143,7 @@ var init_Lightbox = __esm({
|
|
|
29046
29143
|
"hover:bg-opacity-70 transition-opacity",
|
|
29047
29144
|
"focus:outline-none focus:ring-2 focus:ring-white"
|
|
29048
29145
|
),
|
|
29049
|
-
"aria-label": "
|
|
29146
|
+
"aria-label": t("aria.nextImage"),
|
|
29050
29147
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-right", className: "w-8 h-8" })
|
|
29051
29148
|
}
|
|
29052
29149
|
),
|
|
@@ -29192,13 +29289,13 @@ function TableView({
|
|
|
29192
29289
|
eventBus.emit(`UI:${action.event}`, payload);
|
|
29193
29290
|
};
|
|
29194
29291
|
if (isLoading) {
|
|
29195
|
-
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items")
|
|
29292
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
|
|
29196
29293
|
}
|
|
29197
29294
|
if (error) {
|
|
29198
29295
|
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "error", children: error.message }) });
|
|
29199
29296
|
}
|
|
29200
29297
|
if (data.length === 0) {
|
|
29201
|
-
const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: emptyMessage || t("empty.noItems")
|
|
29298
|
+
const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: emptyMessage || t("empty.noItems") }) });
|
|
29202
29299
|
return dnd.enabled ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
|
|
29203
29300
|
}
|
|
29204
29301
|
const lk = LOOKS[look];
|
|
@@ -29223,7 +29320,7 @@ function TableView({
|
|
|
29223
29320
|
lk.headPad
|
|
29224
29321
|
),
|
|
29225
29322
|
children: [
|
|
29226
|
-
selectable && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsxRuntime.jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": "
|
|
29323
|
+
selectable && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsxRuntime.jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": t("aria.selectAllRows") }) }),
|
|
29227
29324
|
colDefs.map((col) => {
|
|
29228
29325
|
const active = sortColumn === (col.field ?? col.key);
|
|
29229
29326
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
@@ -29317,7 +29414,7 @@ function TableView({
|
|
|
29317
29414
|
Menu,
|
|
29318
29415
|
{
|
|
29319
29416
|
position: "bottom-end",
|
|
29320
|
-
trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": "
|
|
29417
|
+
trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
|
|
29321
29418
|
items: itemActions.slice(maxInlineActions).map((action) => ({
|
|
29322
29419
|
label: action.label,
|
|
29323
29420
|
icon: action.icon,
|
|
@@ -29355,8 +29452,8 @@ function TableView({
|
|
|
29355
29452
|
/* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
|
|
29356
29453
|
t("common.showMore"),
|
|
29357
29454
|
" (",
|
|
29358
|
-
ordered.length - visibleCount,
|
|
29359
|
-
"
|
|
29455
|
+
t("common.remaining", { count: ordered.length - visibleCount }),
|
|
29456
|
+
")"
|
|
29360
29457
|
] }) })
|
|
29361
29458
|
]
|
|
29362
29459
|
}
|
|
@@ -29364,7 +29461,7 @@ function TableView({
|
|
|
29364
29461
|
}
|
|
29365
29462
|
var alignClass, weightClass, LOOKS;
|
|
29366
29463
|
var init_TableView = __esm({
|
|
29367
|
-
"components/molecules/TableView.tsx"() {
|
|
29464
|
+
"components/core/molecules/TableView.tsx"() {
|
|
29368
29465
|
"use client";
|
|
29369
29466
|
init_cn();
|
|
29370
29467
|
init_getNestedValue();
|
|
@@ -29422,7 +29519,7 @@ function composeDisplayValue(value, format, max, prefix, suffix) {
|
|
|
29422
29519
|
}
|
|
29423
29520
|
var lookStyles7, variantColor, StatDisplay;
|
|
29424
29521
|
var init_StatDisplay = __esm({
|
|
29425
|
-
"components/molecules/StatDisplay.tsx"() {
|
|
29522
|
+
"components/core/molecules/StatDisplay.tsx"() {
|
|
29426
29523
|
"use client";
|
|
29427
29524
|
init_cn();
|
|
29428
29525
|
init_Card();
|
|
@@ -29565,14 +29662,15 @@ function getColorForValue(value, max, thresholds) {
|
|
|
29565
29662
|
}
|
|
29566
29663
|
var DEFAULT_THRESHOLDS, radialSizes, Meter;
|
|
29567
29664
|
var init_Meter = __esm({
|
|
29568
|
-
"components/molecules/Meter.tsx"() {
|
|
29665
|
+
"components/core/molecules/Meter.tsx"() {
|
|
29569
29666
|
"use client";
|
|
29570
29667
|
init_cn();
|
|
29571
|
-
|
|
29668
|
+
init_atoms2();
|
|
29572
29669
|
init_Stack();
|
|
29573
29670
|
init_LoadingState();
|
|
29574
29671
|
init_ErrorState();
|
|
29575
29672
|
init_useEventBus();
|
|
29673
|
+
init_useTranslate();
|
|
29576
29674
|
DEFAULT_THRESHOLDS = [
|
|
29577
29675
|
{ value: 30, color: "var(--color-error)" },
|
|
29578
29676
|
{ value: 70, color: "var(--color-warning)" },
|
|
@@ -29600,6 +29698,7 @@ var init_Meter = __esm({
|
|
|
29600
29698
|
className
|
|
29601
29699
|
}) => {
|
|
29602
29700
|
const eventBus = useEventBus();
|
|
29701
|
+
const { t } = useTranslate();
|
|
29603
29702
|
const handleAction = React84.useCallback(
|
|
29604
29703
|
(action) => {
|
|
29605
29704
|
if (action.event) {
|
|
@@ -29623,13 +29722,13 @@ var init_Meter = __esm({
|
|
|
29623
29722
|
return unit ? `${formatted}${unit}` : `${formatted}`;
|
|
29624
29723
|
}, [safeVal, unit]);
|
|
29625
29724
|
if (isLoading) {
|
|
29626
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
29725
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
29627
29726
|
}
|
|
29628
29727
|
if (error) {
|
|
29629
29728
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
29630
29729
|
ErrorState,
|
|
29631
29730
|
{
|
|
29632
|
-
title: "
|
|
29731
|
+
title: t("display.meterError"),
|
|
29633
29732
|
message: error.message,
|
|
29634
29733
|
className
|
|
29635
29734
|
}
|
|
@@ -29726,7 +29825,7 @@ var init_Meter = __esm({
|
|
|
29726
29825
|
idx
|
|
29727
29826
|
);
|
|
29728
29827
|
}) }),
|
|
29729
|
-
thresholds.some((
|
|
29828
|
+
thresholds.some((t2) => t2.label) && /* @__PURE__ */ jsxRuntime.jsx(HStack, { justify: "between", className: "w-full", children: thresholds.map((t2, idx) => /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "caption", color: "secondary", children: t2.label || "" }, idx)) })
|
|
29730
29829
|
] }) });
|
|
29731
29830
|
}
|
|
29732
29831
|
return /* @__PURE__ */ jsxRuntime.jsx(Card, { className: cn("p-4", className), children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "sm", children: [
|
|
@@ -29781,7 +29880,7 @@ function useSafeEventBus9() {
|
|
|
29781
29880
|
}
|
|
29782
29881
|
var SwipeableRow;
|
|
29783
29882
|
var init_SwipeableRow = __esm({
|
|
29784
|
-
"components/molecules/SwipeableRow.tsx"() {
|
|
29883
|
+
"components/core/molecules/SwipeableRow.tsx"() {
|
|
29785
29884
|
"use client";
|
|
29786
29885
|
init_cn();
|
|
29787
29886
|
init_useEventBus();
|
|
@@ -30048,7 +30147,7 @@ function SortableListInner({
|
|
|
30048
30147
|
}
|
|
30049
30148
|
var EMPTY_ITEMS, SortableList;
|
|
30050
30149
|
var init_SortableList = __esm({
|
|
30051
|
-
"components/molecules/SortableList.tsx"() {
|
|
30150
|
+
"components/core/molecules/SortableList.tsx"() {
|
|
30052
30151
|
"use client";
|
|
30053
30152
|
init_cn();
|
|
30054
30153
|
init_useEventBus();
|
|
@@ -30074,7 +30173,7 @@ function useSafeEventBus11() {
|
|
|
30074
30173
|
}
|
|
30075
30174
|
var SAFETY_TIMEOUT_MS, PullToRefresh;
|
|
30076
30175
|
var init_PullToRefresh = __esm({
|
|
30077
|
-
"components/molecules/PullToRefresh.tsx"() {
|
|
30176
|
+
"components/core/molecules/PullToRefresh.tsx"() {
|
|
30078
30177
|
"use client";
|
|
30079
30178
|
init_cn();
|
|
30080
30179
|
init_useEventBus();
|
|
@@ -30175,7 +30274,7 @@ var init_PullToRefresh = __esm({
|
|
|
30175
30274
|
});
|
|
30176
30275
|
var iconSizeMap, gapMap, FeatureCard;
|
|
30177
30276
|
var init_FeatureCard = __esm({
|
|
30178
|
-
"components/molecules/FeatureCard.tsx"() {
|
|
30277
|
+
"components/marketing/molecules/FeatureCard.tsx"() {
|
|
30179
30278
|
"use client";
|
|
30180
30279
|
init_cn();
|
|
30181
30280
|
init_Card();
|
|
@@ -30255,7 +30354,7 @@ var init_FeatureCard = __esm({
|
|
|
30255
30354
|
});
|
|
30256
30355
|
var FeatureGrid;
|
|
30257
30356
|
var init_FeatureGrid = __esm({
|
|
30258
|
-
"components/molecules/FeatureGrid.tsx"() {
|
|
30357
|
+
"components/core/molecules/FeatureGrid.tsx"() {
|
|
30259
30358
|
"use client";
|
|
30260
30359
|
init_cn();
|
|
30261
30360
|
init_SimpleGrid();
|
|
@@ -30281,7 +30380,7 @@ var init_FeatureGrid = __esm({
|
|
|
30281
30380
|
});
|
|
30282
30381
|
var PricingCard;
|
|
30283
30382
|
var init_PricingCard = __esm({
|
|
30284
|
-
"components/molecules/PricingCard.tsx"() {
|
|
30383
|
+
"components/marketing/molecules/PricingCard.tsx"() {
|
|
30285
30384
|
"use client";
|
|
30286
30385
|
init_cn();
|
|
30287
30386
|
init_Card();
|
|
@@ -30361,7 +30460,7 @@ var init_PricingCard = __esm({
|
|
|
30361
30460
|
});
|
|
30362
30461
|
var PricingGrid;
|
|
30363
30462
|
var init_PricingGrid = __esm({
|
|
30364
|
-
"components/molecules/PricingGrid.tsx"() {
|
|
30463
|
+
"components/marketing/molecules/PricingGrid.tsx"() {
|
|
30365
30464
|
"use client";
|
|
30366
30465
|
init_cn();
|
|
30367
30466
|
init_SimpleGrid();
|
|
@@ -30386,7 +30485,7 @@ var init_PricingGrid = __esm({
|
|
|
30386
30485
|
});
|
|
30387
30486
|
var StatsGrid;
|
|
30388
30487
|
var init_StatsGrid = __esm({
|
|
30389
|
-
"components/molecules/StatsGrid.tsx"() {
|
|
30488
|
+
"components/marketing/molecules/StatsGrid.tsx"() {
|
|
30390
30489
|
"use client";
|
|
30391
30490
|
init_cn();
|
|
30392
30491
|
init_SimpleGrid();
|
|
@@ -30414,7 +30513,7 @@ var init_StatsGrid = __esm({
|
|
|
30414
30513
|
});
|
|
30415
30514
|
var ServiceCatalog;
|
|
30416
30515
|
var init_ServiceCatalog = __esm({
|
|
30417
|
-
"components/molecules/ServiceCatalog.tsx"() {
|
|
30516
|
+
"components/marketing/molecules/ServiceCatalog.tsx"() {
|
|
30418
30517
|
"use client";
|
|
30419
30518
|
init_cn();
|
|
30420
30519
|
init_Card();
|
|
@@ -30443,7 +30542,7 @@ var init_ServiceCatalog = __esm({
|
|
|
30443
30542
|
});
|
|
30444
30543
|
var LogosVariant, QuotesVariant, BadgesVariant, SocialProof;
|
|
30445
30544
|
var init_SocialProof = __esm({
|
|
30446
|
-
"components/molecules/SocialProof.tsx"() {
|
|
30545
|
+
"components/core/molecules/SocialProof.tsx"() {
|
|
30447
30546
|
"use client";
|
|
30448
30547
|
init_cn();
|
|
30449
30548
|
init_Box();
|
|
@@ -30501,7 +30600,7 @@ var init_SocialProof = __esm({
|
|
|
30501
30600
|
});
|
|
30502
30601
|
var StepCircle, StepFlow;
|
|
30503
30602
|
var init_StepFlow = __esm({
|
|
30504
|
-
"components/molecules/StepFlow.tsx"() {
|
|
30603
|
+
"components/marketing/molecules/StepFlow.tsx"() {
|
|
30505
30604
|
"use client";
|
|
30506
30605
|
init_cn();
|
|
30507
30606
|
init_Box();
|
|
@@ -30578,7 +30677,7 @@ var init_StepFlow = __esm({
|
|
|
30578
30677
|
});
|
|
30579
30678
|
var SplitSection;
|
|
30580
30679
|
var init_SplitSection = __esm({
|
|
30581
|
-
"components/molecules/SplitSection.tsx"() {
|
|
30680
|
+
"components/marketing/molecules/SplitSection.tsx"() {
|
|
30582
30681
|
"use client";
|
|
30583
30682
|
init_cn();
|
|
30584
30683
|
init_Box();
|
|
@@ -30651,7 +30750,7 @@ function normalizeTags(tags) {
|
|
|
30651
30750
|
}
|
|
30652
30751
|
var variantMap4, TagCloud;
|
|
30653
30752
|
var init_TagCloud = __esm({
|
|
30654
|
-
"components/molecules/TagCloud.tsx"() {
|
|
30753
|
+
"components/marketing/molecules/TagCloud.tsx"() {
|
|
30655
30754
|
"use client";
|
|
30656
30755
|
init_cn();
|
|
30657
30756
|
init_Stack();
|
|
@@ -30677,7 +30776,7 @@ var init_TagCloud = __esm({
|
|
|
30677
30776
|
});
|
|
30678
30777
|
var TagInput;
|
|
30679
30778
|
var init_TagInput = __esm({
|
|
30680
|
-
"components/molecules/TagInput.tsx"() {
|
|
30779
|
+
"components/core/molecules/TagInput.tsx"() {
|
|
30681
30780
|
"use client";
|
|
30682
30781
|
init_cn();
|
|
30683
30782
|
init_useEventBus();
|
|
@@ -30769,7 +30868,7 @@ var init_TagInput = __esm({
|
|
|
30769
30868
|
});
|
|
30770
30869
|
var ShowcaseCard;
|
|
30771
30870
|
var init_ShowcaseCard = __esm({
|
|
30772
|
-
"components/molecules/ShowcaseCard.tsx"() {
|
|
30871
|
+
"components/marketing/molecules/ShowcaseCard.tsx"() {
|
|
30773
30872
|
"use client";
|
|
30774
30873
|
init_cn();
|
|
30775
30874
|
init_Card();
|
|
@@ -31089,7 +31188,7 @@ function FrameStrip({
|
|
|
31089
31188
|
}
|
|
31090
31189
|
var GeometricPattern;
|
|
31091
31190
|
var init_GeometricPattern = __esm({
|
|
31092
|
-
"components/molecules/GeometricPattern.tsx"() {
|
|
31191
|
+
"components/marketing/molecules/GeometricPattern.tsx"() {
|
|
31093
31192
|
"use client";
|
|
31094
31193
|
init_cn();
|
|
31095
31194
|
init_PatternTile();
|
|
@@ -31321,7 +31420,7 @@ function f2(n) {
|
|
|
31321
31420
|
}
|
|
31322
31421
|
var VARIANT_MAP2, EdgeDecoration;
|
|
31323
31422
|
var init_EdgeDecoration = __esm({
|
|
31324
|
-
"components/molecules/EdgeDecoration.tsx"() {
|
|
31423
|
+
"components/core/molecules/EdgeDecoration.tsx"() {
|
|
31325
31424
|
"use client";
|
|
31326
31425
|
init_cn();
|
|
31327
31426
|
VARIANT_MAP2 = {
|
|
@@ -31375,11 +31474,12 @@ var init_EdgeDecoration = __esm({
|
|
|
31375
31474
|
});
|
|
31376
31475
|
var sizeStyles12, VoteStack;
|
|
31377
31476
|
var init_VoteStack = __esm({
|
|
31378
|
-
"components/molecules/VoteStack.tsx"() {
|
|
31477
|
+
"components/core/molecules/VoteStack.tsx"() {
|
|
31379
31478
|
"use client";
|
|
31380
31479
|
init_cn();
|
|
31381
31480
|
init_Icon();
|
|
31382
31481
|
init_useEventBus();
|
|
31482
|
+
init_useTranslate();
|
|
31383
31483
|
sizeStyles12 = {
|
|
31384
31484
|
sm: {
|
|
31385
31485
|
button: "w-7 h-7",
|
|
@@ -31412,6 +31512,7 @@ var init_VoteStack = __esm({
|
|
|
31412
31512
|
const isUp = userVote === "up";
|
|
31413
31513
|
const isDown = userVote === "down";
|
|
31414
31514
|
const eventBus = useEventBus();
|
|
31515
|
+
const { t } = useTranslate();
|
|
31415
31516
|
const handleUp = React84.useCallback(() => {
|
|
31416
31517
|
const next = isUp ? null : "up";
|
|
31417
31518
|
onVote?.(next);
|
|
@@ -31447,7 +31548,7 @@ var init_VoteStack = __esm({
|
|
|
31447
31548
|
type: "button",
|
|
31448
31549
|
onClick: handleUp,
|
|
31449
31550
|
disabled,
|
|
31450
|
-
"aria-label": "
|
|
31551
|
+
"aria-label": t("aria.upvote"),
|
|
31451
31552
|
"aria-pressed": isUp,
|
|
31452
31553
|
className: cn(
|
|
31453
31554
|
"inline-flex items-center justify-center",
|
|
@@ -31484,7 +31585,7 @@ var init_VoteStack = __esm({
|
|
|
31484
31585
|
type: "button",
|
|
31485
31586
|
onClick: handleDown,
|
|
31486
31587
|
disabled,
|
|
31487
|
-
"aria-label": "
|
|
31588
|
+
"aria-label": t("aria.downvote"),
|
|
31488
31589
|
"aria-pressed": isDown,
|
|
31489
31590
|
className: cn(
|
|
31490
31591
|
"inline-flex items-center justify-center",
|
|
@@ -31509,7 +31610,7 @@ var init_VoteStack = __esm({
|
|
|
31509
31610
|
});
|
|
31510
31611
|
var DEFAULT_LIKERT_OPTIONS, radioSizes, buttonSizes, questionSizes, LikertScale;
|
|
31511
31612
|
var init_LikertScale = __esm({
|
|
31512
|
-
"components/molecules/LikertScale.tsx"() {
|
|
31613
|
+
"components/core/molecules/LikertScale.tsx"() {
|
|
31513
31614
|
"use client";
|
|
31514
31615
|
init_cn();
|
|
31515
31616
|
init_useEventBus();
|
|
@@ -31677,7 +31778,7 @@ var init_LikertScale = __esm({
|
|
|
31677
31778
|
});
|
|
31678
31779
|
var DEFAULT_MATRIX_COLUMNS, sizeStyles13, MatrixQuestion;
|
|
31679
31780
|
var init_MatrixQuestion = __esm({
|
|
31680
|
-
"components/molecules/MatrixQuestion.tsx"() {
|
|
31781
|
+
"components/core/molecules/MatrixQuestion.tsx"() {
|
|
31681
31782
|
"use client";
|
|
31682
31783
|
init_cn();
|
|
31683
31784
|
init_Typography();
|
|
@@ -31827,12 +31928,13 @@ var init_MatrixQuestion = __esm({
|
|
|
31827
31928
|
});
|
|
31828
31929
|
var QrScanner;
|
|
31829
31930
|
var init_QrScanner = __esm({
|
|
31830
|
-
"components/molecules/QrScanner.tsx"() {
|
|
31931
|
+
"components/core/molecules/QrScanner.tsx"() {
|
|
31831
31932
|
"use client";
|
|
31832
31933
|
init_cn();
|
|
31833
|
-
|
|
31934
|
+
init_atoms2();
|
|
31834
31935
|
init_Icon();
|
|
31835
31936
|
init_useEventBus();
|
|
31937
|
+
init_useTranslate();
|
|
31836
31938
|
QrScanner = ({
|
|
31837
31939
|
onScan,
|
|
31838
31940
|
scanEvent,
|
|
@@ -31845,6 +31947,7 @@ var init_QrScanner = __esm({
|
|
|
31845
31947
|
className
|
|
31846
31948
|
}) => {
|
|
31847
31949
|
const eventBus = useEventBus();
|
|
31950
|
+
const { t } = useTranslate();
|
|
31848
31951
|
const videoRef = React84.useRef(null);
|
|
31849
31952
|
const streamRef = React84.useRef(null);
|
|
31850
31953
|
const scanIntervalRef = React84.useRef(null);
|
|
@@ -31952,7 +32055,7 @@ var init_QrScanner = __esm({
|
|
|
31952
32055
|
),
|
|
31953
32056
|
"data-pattern": "qr-scanner",
|
|
31954
32057
|
role: "region",
|
|
31955
|
-
"aria-label": "
|
|
32058
|
+
"aria-label": t("aria.qrScanner"),
|
|
31956
32059
|
children: [
|
|
31957
32060
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
31958
32061
|
Box,
|
|
@@ -32039,7 +32142,7 @@ var init_QrScanner = __esm({
|
|
|
32039
32142
|
"rounded-full bg-black bg-opacity-60 px-3 py-2 text-xs text-white",
|
|
32040
32143
|
"hover:bg-opacity-80 focus:outline-none focus:ring-2 focus:ring-white"
|
|
32041
32144
|
),
|
|
32042
|
-
"aria-label": "
|
|
32145
|
+
"aria-label": t("aria.mockScanDev"),
|
|
32043
32146
|
children: "Mock Scan"
|
|
32044
32147
|
}
|
|
32045
32148
|
)
|
|
@@ -32055,7 +32158,7 @@ var init_QrScanner = __esm({
|
|
|
32055
32158
|
});
|
|
32056
32159
|
var formatPriceDelta, constraintHint, validateSelection, OptionConstraintGroup;
|
|
32057
32160
|
var init_OptionConstraintGroup = __esm({
|
|
32058
|
-
"components/molecules/OptionConstraintGroup.tsx"() {
|
|
32161
|
+
"components/core/molecules/OptionConstraintGroup.tsx"() {
|
|
32059
32162
|
init_cn();
|
|
32060
32163
|
init_useEventBus();
|
|
32061
32164
|
init_Typography();
|
|
@@ -32254,11 +32357,11 @@ function getStatusIcon(status) {
|
|
|
32254
32357
|
}
|
|
32255
32358
|
var STATUS_CLASSES, STATUS_BADGE, PositionedCanvas;
|
|
32256
32359
|
var init_PositionedCanvas = __esm({
|
|
32257
|
-
"components/molecules/PositionedCanvas.tsx"() {
|
|
32360
|
+
"components/core/molecules/PositionedCanvas.tsx"() {
|
|
32258
32361
|
"use client";
|
|
32259
32362
|
init_cn();
|
|
32260
32363
|
init_useEventBus();
|
|
32261
|
-
|
|
32364
|
+
init_atoms2();
|
|
32262
32365
|
init_Icon();
|
|
32263
32366
|
STATUS_CLASSES = {
|
|
32264
32367
|
empty: "bg-surface border-border text-foreground",
|
|
@@ -32995,7 +33098,7 @@ function BlockRow({
|
|
|
32995
33098
|
}
|
|
32996
33099
|
var TOOLBAR_ENTRIES, BLOCK_TYPE_LABEL, CHANGEABLE_TYPES, _idSeq, BLOCK_TYPES, RichBlockEditor;
|
|
32997
33100
|
var init_RichBlockEditor = __esm({
|
|
32998
|
-
"components/molecules/RichBlockEditor.tsx"() {
|
|
33101
|
+
"components/core/molecules/RichBlockEditor.tsx"() {
|
|
32999
33102
|
"use client";
|
|
33000
33103
|
init_cn();
|
|
33001
33104
|
init_Card();
|
|
@@ -33190,11 +33293,11 @@ function collectInitiallyCollapsed(nodes, acc) {
|
|
|
33190
33293
|
}
|
|
33191
33294
|
var ReplyTreeNode, ReplyTree;
|
|
33192
33295
|
var init_ReplyTree = __esm({
|
|
33193
|
-
"components/molecules/ReplyTree.tsx"() {
|
|
33296
|
+
"components/core/molecules/ReplyTree.tsx"() {
|
|
33194
33297
|
"use client";
|
|
33195
33298
|
init_cn();
|
|
33196
33299
|
init_useEventBus();
|
|
33197
|
-
|
|
33300
|
+
init_atoms2();
|
|
33198
33301
|
init_VoteStack();
|
|
33199
33302
|
ReplyTreeNode = ({
|
|
33200
33303
|
node,
|
|
@@ -33495,11 +33598,11 @@ function computeDiff(before, after) {
|
|
|
33495
33598
|
}
|
|
33496
33599
|
var INLINE_STYLES, VersionDiff;
|
|
33497
33600
|
var init_VersionDiff = __esm({
|
|
33498
|
-
"components/molecules/VersionDiff.tsx"() {
|
|
33601
|
+
"components/core/molecules/VersionDiff.tsx"() {
|
|
33499
33602
|
"use client";
|
|
33500
33603
|
init_cn();
|
|
33501
33604
|
init_useEventBus();
|
|
33502
|
-
|
|
33605
|
+
init_atoms2();
|
|
33503
33606
|
init_Stack();
|
|
33504
33607
|
INLINE_STYLES = {
|
|
33505
33608
|
added: { bg: "bg-success/10", prefix: "+", text: "text-success" },
|
|
@@ -33806,23 +33909,25 @@ var init_VersionDiff = __esm({
|
|
|
33806
33909
|
});
|
|
33807
33910
|
var DocBreadcrumb;
|
|
33808
33911
|
var init_DocBreadcrumb = __esm({
|
|
33809
|
-
"components/molecules/DocBreadcrumb.tsx"() {
|
|
33912
|
+
"components/core/molecules/DocBreadcrumb.tsx"() {
|
|
33810
33913
|
"use client";
|
|
33811
33914
|
init_cn();
|
|
33812
33915
|
init_Box();
|
|
33813
33916
|
init_Stack();
|
|
33814
33917
|
init_Typography();
|
|
33815
33918
|
init_Icon();
|
|
33919
|
+
init_useTranslate();
|
|
33816
33920
|
DocBreadcrumb = ({
|
|
33817
33921
|
items,
|
|
33818
33922
|
className
|
|
33819
33923
|
}) => {
|
|
33924
|
+
const { t } = useTranslate();
|
|
33820
33925
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
33821
33926
|
Box,
|
|
33822
33927
|
{
|
|
33823
33928
|
className: cn("w-full", className),
|
|
33824
33929
|
role: "navigation",
|
|
33825
|
-
"aria-label": "
|
|
33930
|
+
"aria-label": t("aria.breadcrumb"),
|
|
33826
33931
|
children: /* @__PURE__ */ jsxRuntime.jsx(HStack, { gap: "xs", align: "center", wrap: true, children: items.map((item, idx) => {
|
|
33827
33932
|
const isLast = idx === items.length - 1;
|
|
33828
33933
|
return /* @__PURE__ */ jsxRuntime.jsxs(React84__namespace.default.Fragment, { children: [
|
|
@@ -33965,7 +34070,7 @@ function DocCodeBlock({
|
|
|
33965
34070
|
);
|
|
33966
34071
|
}
|
|
33967
34072
|
var init_DocCodeBlock = __esm({
|
|
33968
|
-
"components/molecules/DocCodeBlock.tsx"() {
|
|
34073
|
+
"components/core/molecules/DocCodeBlock.tsx"() {
|
|
33969
34074
|
"use client";
|
|
33970
34075
|
init_cn();
|
|
33971
34076
|
init_Box();
|
|
@@ -34040,7 +34145,7 @@ function DocPagination({ prev, next, className }) {
|
|
|
34040
34145
|
}
|
|
34041
34146
|
var linkCardStyles;
|
|
34042
34147
|
var init_DocPagination = __esm({
|
|
34043
|
-
"components/molecules/DocPagination.tsx"() {
|
|
34148
|
+
"components/core/molecules/DocPagination.tsx"() {
|
|
34044
34149
|
"use client";
|
|
34045
34150
|
init_cn();
|
|
34046
34151
|
init_Box();
|
|
@@ -34229,7 +34334,7 @@ function DocSearch({
|
|
|
34229
34334
|
);
|
|
34230
34335
|
}
|
|
34231
34336
|
var init_DocSearch = __esm({
|
|
34232
|
-
"components/molecules/DocSearch.tsx"() {
|
|
34337
|
+
"components/core/molecules/DocSearch.tsx"() {
|
|
34233
34338
|
"use client";
|
|
34234
34339
|
init_cn();
|
|
34235
34340
|
init_Box();
|
|
@@ -34242,7 +34347,7 @@ var init_DocSearch = __esm({
|
|
|
34242
34347
|
});
|
|
34243
34348
|
var DocSidebarCategory, DocSidebar;
|
|
34244
34349
|
var init_DocSidebar = __esm({
|
|
34245
|
-
"components/molecules/DocSidebar.tsx"() {
|
|
34350
|
+
"components/core/molecules/DocSidebar.tsx"() {
|
|
34246
34351
|
"use client";
|
|
34247
34352
|
init_cn();
|
|
34248
34353
|
init_Box();
|
|
@@ -34250,6 +34355,7 @@ var init_DocSidebar = __esm({
|
|
|
34250
34355
|
init_Stack();
|
|
34251
34356
|
init_Typography();
|
|
34252
34357
|
init_Icon();
|
|
34358
|
+
init_useTranslate();
|
|
34253
34359
|
DocSidebarCategory = ({ item, depth }) => {
|
|
34254
34360
|
const [expanded, setExpanded] = React84.useState(
|
|
34255
34361
|
() => item.items?.some(function hasActive(child) {
|
|
@@ -34334,12 +34440,13 @@ var init_DocSidebar = __esm({
|
|
|
34334
34440
|
items,
|
|
34335
34441
|
className
|
|
34336
34442
|
}) => {
|
|
34443
|
+
const { t } = useTranslate();
|
|
34337
34444
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
34338
34445
|
Box,
|
|
34339
34446
|
{
|
|
34340
34447
|
className: cn("w-full", className),
|
|
34341
34448
|
role: "navigation",
|
|
34342
|
-
"aria-label": "
|
|
34449
|
+
"aria-label": t("aria.docsSidebar"),
|
|
34343
34450
|
children: /* @__PURE__ */ jsxRuntime.jsx(VStack, { gap: "xs", children: items.map((item, idx) => /* @__PURE__ */ jsxRuntime.jsx(DocSidebarCategory, { item, depth: 0 }, idx)) })
|
|
34344
34451
|
}
|
|
34345
34452
|
);
|
|
@@ -34349,23 +34456,25 @@ var init_DocSidebar = __esm({
|
|
|
34349
34456
|
});
|
|
34350
34457
|
var DocTOC;
|
|
34351
34458
|
var init_DocTOC = __esm({
|
|
34352
|
-
"components/molecules/DocTOC.tsx"() {
|
|
34459
|
+
"components/core/molecules/DocTOC.tsx"() {
|
|
34353
34460
|
"use client";
|
|
34354
34461
|
init_cn();
|
|
34355
34462
|
init_Box();
|
|
34356
34463
|
init_Stack();
|
|
34357
34464
|
init_Typography();
|
|
34465
|
+
init_useTranslate();
|
|
34358
34466
|
DocTOC = ({
|
|
34359
34467
|
items,
|
|
34360
34468
|
activeId,
|
|
34361
34469
|
className
|
|
34362
34470
|
}) => {
|
|
34471
|
+
const { t } = useTranslate();
|
|
34363
34472
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
34364
34473
|
Box,
|
|
34365
34474
|
{
|
|
34366
34475
|
className: cn("w-full", className),
|
|
34367
34476
|
role: "navigation",
|
|
34368
|
-
"aria-label": "
|
|
34477
|
+
"aria-label": t("aria.tableOfContents"),
|
|
34369
34478
|
children: /* @__PURE__ */ jsxRuntime.jsx(VStack, { gap: "none", children: items.map((item) => {
|
|
34370
34479
|
const isActive = item.id === activeId;
|
|
34371
34480
|
const indent = item.level >= 3 ? "pl-4" : "pl-0";
|
|
@@ -34408,7 +34517,7 @@ var init_DocTOC = __esm({
|
|
|
34408
34517
|
});
|
|
34409
34518
|
var GradientDivider;
|
|
34410
34519
|
var init_GradientDivider = __esm({
|
|
34411
|
-
"components/molecules/GradientDivider.tsx"() {
|
|
34520
|
+
"components/core/molecules/GradientDivider.tsx"() {
|
|
34412
34521
|
"use client";
|
|
34413
34522
|
init_cn();
|
|
34414
34523
|
init_Box();
|
|
@@ -34432,7 +34541,7 @@ var init_GradientDivider = __esm({
|
|
|
34432
34541
|
});
|
|
34433
34542
|
var MarketingFooter;
|
|
34434
34543
|
var init_MarketingFooter = __esm({
|
|
34435
|
-
"components/molecules/MarketingFooter.tsx"() {
|
|
34544
|
+
"components/core/molecules/MarketingFooter.tsx"() {
|
|
34436
34545
|
"use client";
|
|
34437
34546
|
init_cn();
|
|
34438
34547
|
init_Box();
|
|
@@ -34502,7 +34611,7 @@ var init_MarketingFooter = __esm({
|
|
|
34502
34611
|
});
|
|
34503
34612
|
var PullQuote;
|
|
34504
34613
|
var init_PullQuote = __esm({
|
|
34505
|
-
"components/molecules/PullQuote.tsx"() {
|
|
34614
|
+
"components/core/molecules/PullQuote.tsx"() {
|
|
34506
34615
|
"use client";
|
|
34507
34616
|
init_cn();
|
|
34508
34617
|
init_Box();
|
|
@@ -34547,7 +34656,7 @@ function persistenceStroke(kind) {
|
|
|
34547
34656
|
}
|
|
34548
34657
|
var AvlEntity;
|
|
34549
34658
|
var init_AvlEntity = __esm({
|
|
34550
|
-
"components/atoms/
|
|
34659
|
+
"components/avl/atoms/AvlEntity.tsx"() {
|
|
34551
34660
|
"use client";
|
|
34552
34661
|
AvlEntity = ({
|
|
34553
34662
|
x = 0,
|
|
@@ -34674,7 +34783,7 @@ function typeShape(kind, x, y, s, color) {
|
|
|
34674
34783
|
}
|
|
34675
34784
|
var AvlFieldType;
|
|
34676
34785
|
var init_AvlFieldType = __esm({
|
|
34677
|
-
"components/atoms/
|
|
34786
|
+
"components/avl/atoms/AvlFieldType.tsx"() {
|
|
34678
34787
|
"use client";
|
|
34679
34788
|
AvlFieldType = ({
|
|
34680
34789
|
x = 0,
|
|
@@ -34708,7 +34817,7 @@ var init_AvlFieldType = __esm({
|
|
|
34708
34817
|
});
|
|
34709
34818
|
var AvlPage;
|
|
34710
34819
|
var init_AvlPage = __esm({
|
|
34711
|
-
"components/atoms/
|
|
34820
|
+
"components/avl/atoms/AvlPage.tsx"() {
|
|
34712
34821
|
"use client";
|
|
34713
34822
|
AvlPage = ({
|
|
34714
34823
|
x = 0,
|
|
@@ -34753,7 +34862,7 @@ var init_AvlPage = __esm({
|
|
|
34753
34862
|
});
|
|
34754
34863
|
var NODE_W, NODE_H, GAP, ARROW_W, MiniStateMachine;
|
|
34755
34864
|
var init_MiniStateMachine = __esm({
|
|
34756
|
-
"components/molecules/
|
|
34865
|
+
"components/avl/molecules/MiniStateMachine.tsx"() {
|
|
34757
34866
|
"use client";
|
|
34758
34867
|
init_AvlState();
|
|
34759
34868
|
init_AvlEffect();
|
|
@@ -34848,7 +34957,7 @@ function toFieldKind(type) {
|
|
|
34848
34957
|
}
|
|
34849
34958
|
var PERSISTENCE_BORDER, PERSISTENCE_ICON, ModuleCardInner, ModuleCard;
|
|
34850
34959
|
var init_ModuleCard = __esm({
|
|
34851
|
-
"components/molecules/
|
|
34960
|
+
"components/avl/molecules/ModuleCard.tsx"() {
|
|
34852
34961
|
"use client";
|
|
34853
34962
|
init_AvlEntity();
|
|
34854
34963
|
init_AvlFieldType();
|
|
@@ -34944,10 +35053,10 @@ var init_ModuleCard = __esm({
|
|
|
34944
35053
|
});
|
|
34945
35054
|
var PageHeader;
|
|
34946
35055
|
var init_PageHeader = __esm({
|
|
34947
|
-
"components/molecules/PageHeader.tsx"() {
|
|
35056
|
+
"components/core/molecules/PageHeader.tsx"() {
|
|
34948
35057
|
"use client";
|
|
34949
35058
|
init_cn();
|
|
34950
|
-
|
|
35059
|
+
init_atoms2();
|
|
34951
35060
|
init_Box();
|
|
34952
35061
|
init_Typography();
|
|
34953
35062
|
init_useEventBus();
|
|
@@ -35078,7 +35187,7 @@ var init_PageHeader = __esm({
|
|
|
35078
35187
|
});
|
|
35079
35188
|
var lookStyles8, Header;
|
|
35080
35189
|
var init_Header = __esm({
|
|
35081
|
-
"components/molecules/Header.tsx"() {
|
|
35190
|
+
"components/core/molecules/Header.tsx"() {
|
|
35082
35191
|
"use client";
|
|
35083
35192
|
init_SearchInput();
|
|
35084
35193
|
init_Avatar();
|
|
@@ -35140,7 +35249,7 @@ var init_Header = __esm({
|
|
|
35140
35249
|
variant: "ghost",
|
|
35141
35250
|
onClick: onMenuToggle,
|
|
35142
35251
|
className: "p-2 -ml-2 text-foreground hover:bg-muted transition-colors",
|
|
35143
|
-
"aria-label": isMenuOpen ? "
|
|
35252
|
+
"aria-label": isMenuOpen ? t("aria.closeMenu") : t("aria.openMenu"),
|
|
35144
35253
|
children: isMenuOpen ? /* @__PURE__ */ jsxRuntime.jsx(LucideIcons2.X, { size: 24 }) : /* @__PURE__ */ jsxRuntime.jsx(LucideIcons2.Menu, { size: 24 })
|
|
35145
35254
|
}
|
|
35146
35255
|
),
|
|
@@ -35226,7 +35335,7 @@ var init_Header = __esm({
|
|
|
35226
35335
|
});
|
|
35227
35336
|
var Navigation;
|
|
35228
35337
|
var init_Navigation = __esm({
|
|
35229
|
-
"components/molecules/Navigation.tsx"() {
|
|
35338
|
+
"components/core/molecules/Navigation.tsx"() {
|
|
35230
35339
|
init_Menu();
|
|
35231
35340
|
init_Button();
|
|
35232
35341
|
init_Badge();
|
|
@@ -35308,7 +35417,7 @@ var init_Navigation = __esm({
|
|
|
35308
35417
|
});
|
|
35309
35418
|
var paddingStyles4, variantStyles9, Section;
|
|
35310
35419
|
var init_Section = __esm({
|
|
35311
|
-
"components/molecules/Section.tsx"() {
|
|
35420
|
+
"components/core/molecules/Section.tsx"() {
|
|
35312
35421
|
init_cn();
|
|
35313
35422
|
init_Typography();
|
|
35314
35423
|
init_Box();
|
|
@@ -35400,7 +35509,7 @@ var init_Section = __esm({
|
|
|
35400
35509
|
});
|
|
35401
35510
|
var SidebarNavItem, Sidebar;
|
|
35402
35511
|
var init_Sidebar = __esm({
|
|
35403
|
-
"components/molecules/Sidebar.tsx"() {
|
|
35512
|
+
"components/core/molecules/Sidebar.tsx"() {
|
|
35404
35513
|
"use client";
|
|
35405
35514
|
init_Badge();
|
|
35406
35515
|
init_Button();
|
|
@@ -35581,7 +35690,7 @@ var init_Sidebar = __esm({
|
|
|
35581
35690
|
});
|
|
35582
35691
|
var gapStyles8, alignStyles5, ratioStyles, breakpointPrefixes, Split;
|
|
35583
35692
|
var init_Split = __esm({
|
|
35584
|
-
"components/molecules/Split.tsx"() {
|
|
35693
|
+
"components/core/molecules/Split.tsx"() {
|
|
35585
35694
|
init_cn();
|
|
35586
35695
|
init_Box();
|
|
35587
35696
|
gapStyles8 = {
|
|
@@ -35654,7 +35763,7 @@ var init_Split = __esm({
|
|
|
35654
35763
|
});
|
|
35655
35764
|
var WizardContainer;
|
|
35656
35765
|
var init_WizardContainer = __esm({
|
|
35657
|
-
"components/molecules/WizardContainer.tsx"() {
|
|
35766
|
+
"components/core/molecules/WizardContainer.tsx"() {
|
|
35658
35767
|
"use client";
|
|
35659
35768
|
init_Button();
|
|
35660
35769
|
init_Typography();
|
|
@@ -35859,7 +35968,7 @@ function getOrbitalType(complexity) {
|
|
|
35859
35968
|
}
|
|
35860
35969
|
var ORBITAL_CONFIGS, SIZE_MAP, OrbitalSphere, DumbbellOrbital, CloverleafOrbital, OrbitalVisualization;
|
|
35861
35970
|
var init_OrbitalVisualization = __esm({
|
|
35862
|
-
"components/molecules/OrbitalVisualization.tsx"() {
|
|
35971
|
+
"components/core/molecules/OrbitalVisualization.tsx"() {
|
|
35863
35972
|
"use client";
|
|
35864
35973
|
init_Box();
|
|
35865
35974
|
init_Typography();
|
|
@@ -36228,14 +36337,15 @@ var init_OrbitalVisualization = __esm({
|
|
|
36228
36337
|
});
|
|
36229
36338
|
var SignaturePad;
|
|
36230
36339
|
var init_SignaturePad = __esm({
|
|
36231
|
-
"components/molecules/SignaturePad.tsx"() {
|
|
36340
|
+
"components/core/molecules/SignaturePad.tsx"() {
|
|
36232
36341
|
"use client";
|
|
36233
36342
|
init_cn();
|
|
36234
|
-
|
|
36343
|
+
init_atoms2();
|
|
36235
36344
|
init_Stack();
|
|
36236
36345
|
init_LoadingState();
|
|
36237
36346
|
init_ErrorState();
|
|
36238
36347
|
init_useEventBus();
|
|
36348
|
+
init_useTranslate();
|
|
36239
36349
|
SignaturePad = ({
|
|
36240
36350
|
label = "Signature",
|
|
36241
36351
|
helperText = "Draw your signature above",
|
|
@@ -36253,6 +36363,7 @@ var init_SignaturePad = __esm({
|
|
|
36253
36363
|
className
|
|
36254
36364
|
}) => {
|
|
36255
36365
|
const eventBus = useEventBus();
|
|
36366
|
+
const { t } = useTranslate();
|
|
36256
36367
|
const canvasRef = React84.useRef(null);
|
|
36257
36368
|
const [isDrawing, setIsDrawing] = React84.useState(false);
|
|
36258
36369
|
const [hasSignature, setHasSignature] = React84.useState(!!value);
|
|
@@ -36342,13 +36453,13 @@ var init_SignaturePad = __esm({
|
|
|
36342
36453
|
}
|
|
36343
36454
|
}, [signEvent, eventBus]);
|
|
36344
36455
|
if (isLoading) {
|
|
36345
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
36456
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
36346
36457
|
}
|
|
36347
36458
|
if (error) {
|
|
36348
36459
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
36349
36460
|
ErrorState,
|
|
36350
36461
|
{
|
|
36351
|
-
title: "
|
|
36462
|
+
title: t("display.signaturePadError"),
|
|
36352
36463
|
message: error.message,
|
|
36353
36464
|
className
|
|
36354
36465
|
}
|
|
@@ -36416,16 +36527,17 @@ var init_SignaturePad = __esm({
|
|
|
36416
36527
|
});
|
|
36417
36528
|
var DocumentViewer;
|
|
36418
36529
|
var init_DocumentViewer = __esm({
|
|
36419
|
-
"components/molecules/DocumentViewer.tsx"() {
|
|
36530
|
+
"components/core/molecules/DocumentViewer.tsx"() {
|
|
36420
36531
|
"use client";
|
|
36421
36532
|
init_cn();
|
|
36422
|
-
|
|
36533
|
+
init_atoms2();
|
|
36423
36534
|
init_Stack();
|
|
36424
36535
|
init_LoadingState();
|
|
36425
36536
|
init_ErrorState();
|
|
36426
36537
|
init_EmptyState();
|
|
36427
36538
|
init_Tabs();
|
|
36428
36539
|
init_useEventBus();
|
|
36540
|
+
init_useTranslate();
|
|
36429
36541
|
DocumentViewer = ({
|
|
36430
36542
|
title,
|
|
36431
36543
|
src,
|
|
@@ -36445,6 +36557,7 @@ var init_DocumentViewer = __esm({
|
|
|
36445
36557
|
className
|
|
36446
36558
|
}) => {
|
|
36447
36559
|
const eventBus = useEventBus();
|
|
36560
|
+
const { t } = useTranslate();
|
|
36448
36561
|
const [zoom, setZoom] = React84.useState(100);
|
|
36449
36562
|
const [currentPage, setCurrentPage] = React84.useState(propPage ?? 1);
|
|
36450
36563
|
const [activeDocIndex, setActiveDocIndex] = React84.useState(0);
|
|
@@ -36480,13 +36593,13 @@ var init_DocumentViewer = __esm({
|
|
|
36480
36593
|
}
|
|
36481
36594
|
}, [totalPages, eventBus, currentPage]);
|
|
36482
36595
|
if (isLoading) {
|
|
36483
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
36596
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
36484
36597
|
}
|
|
36485
36598
|
if (error) {
|
|
36486
36599
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
36487
36600
|
ErrorState,
|
|
36488
36601
|
{
|
|
36489
|
-
title: "
|
|
36602
|
+
title: t("display.documentError"),
|
|
36490
36603
|
message: error.message,
|
|
36491
36604
|
className
|
|
36492
36605
|
}
|
|
@@ -36501,7 +36614,7 @@ var init_DocumentViewer = __esm({
|
|
|
36501
36614
|
EmptyState,
|
|
36502
36615
|
{
|
|
36503
36616
|
icon: LucideIcons2.FileText,
|
|
36504
|
-
title: "
|
|
36617
|
+
title: t("display.noDocument"),
|
|
36505
36618
|
description: "No document to display.",
|
|
36506
36619
|
className
|
|
36507
36620
|
}
|
|
@@ -36620,15 +36733,16 @@ function getGroupColor(group, groups) {
|
|
|
36620
36733
|
}
|
|
36621
36734
|
var GROUP_COLORS2, GraphCanvas;
|
|
36622
36735
|
var init_GraphCanvas = __esm({
|
|
36623
|
-
"components/molecules/GraphCanvas.tsx"() {
|
|
36736
|
+
"components/core/molecules/GraphCanvas.tsx"() {
|
|
36624
36737
|
"use client";
|
|
36625
36738
|
init_cn();
|
|
36626
|
-
|
|
36739
|
+
init_atoms2();
|
|
36627
36740
|
init_Stack();
|
|
36628
36741
|
init_LoadingState();
|
|
36629
36742
|
init_ErrorState();
|
|
36630
36743
|
init_EmptyState();
|
|
36631
36744
|
init_useEventBus();
|
|
36745
|
+
init_useTranslate();
|
|
36632
36746
|
GROUP_COLORS2 = [
|
|
36633
36747
|
"var(--color-primary)",
|
|
36634
36748
|
"var(--color-success)",
|
|
@@ -36655,6 +36769,7 @@ var init_GraphCanvas = __esm({
|
|
|
36655
36769
|
className
|
|
36656
36770
|
}) => {
|
|
36657
36771
|
const eventBus = useEventBus();
|
|
36772
|
+
const { t } = useTranslate();
|
|
36658
36773
|
const canvasRef = React84.useRef(null);
|
|
36659
36774
|
const animRef = React84.useRef(0);
|
|
36660
36775
|
const [zoom, setZoom] = React84.useState(1);
|
|
@@ -36836,13 +36951,13 @@ var init_GraphCanvas = __esm({
|
|
|
36836
36951
|
setOffset({ x: 0, y: 0 });
|
|
36837
36952
|
}, []);
|
|
36838
36953
|
if (isLoading) {
|
|
36839
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
36954
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
36840
36955
|
}
|
|
36841
36956
|
if (error) {
|
|
36842
36957
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
36843
36958
|
ErrorState,
|
|
36844
36959
|
{
|
|
36845
|
-
title: "
|
|
36960
|
+
title: t("display.graphError"),
|
|
36846
36961
|
message: error.message,
|
|
36847
36962
|
className
|
|
36848
36963
|
}
|
|
@@ -36852,7 +36967,7 @@ var init_GraphCanvas = __esm({
|
|
|
36852
36967
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
36853
36968
|
EmptyState,
|
|
36854
36969
|
{
|
|
36855
|
-
title: "
|
|
36970
|
+
title: t("display.noGraphData"),
|
|
36856
36971
|
description: "No nodes to display.",
|
|
36857
36972
|
className
|
|
36858
36973
|
}
|
|
@@ -36928,19 +37043,19 @@ var init_GraphCanvas = __esm({
|
|
|
36928
37043
|
}
|
|
36929
37044
|
});
|
|
36930
37045
|
|
|
36931
|
-
// components/molecules/index.ts
|
|
36932
|
-
var
|
|
36933
|
-
"components/molecules/index.ts"() {
|
|
37046
|
+
// components/core/molecules/index.ts
|
|
37047
|
+
var init_molecules2 = __esm({
|
|
37048
|
+
"components/core/molecules/index.ts"() {
|
|
36934
37049
|
init_EmptyState();
|
|
36935
37050
|
init_Pagination();
|
|
36936
|
-
|
|
37051
|
+
init_molecules();
|
|
36937
37052
|
}
|
|
36938
37053
|
});
|
|
36939
37054
|
|
|
36940
|
-
// components/organisms/types.ts
|
|
37055
|
+
// components/core/organisms/types.ts
|
|
36941
37056
|
var EntityDisplayEvents;
|
|
36942
37057
|
var init_types3 = __esm({
|
|
36943
|
-
"components/organisms/types.ts"() {
|
|
37058
|
+
"components/core/organisms/types.ts"() {
|
|
36944
37059
|
EntityDisplayEvents = {
|
|
36945
37060
|
SORT: "SORT",
|
|
36946
37061
|
PAGINATE: "PAGINATE",
|
|
@@ -37354,15 +37469,15 @@ function DataTable({
|
|
|
37354
37469
|
}
|
|
37355
37470
|
var lookStyles9;
|
|
37356
37471
|
var init_DataTable = __esm({
|
|
37357
|
-
"components/organisms/DataTable.tsx"() {
|
|
37472
|
+
"components/core/organisms/DataTable.tsx"() {
|
|
37358
37473
|
"use client";
|
|
37359
37474
|
init_cn();
|
|
37360
37475
|
init_getNestedValue();
|
|
37361
|
-
|
|
37476
|
+
init_atoms2();
|
|
37362
37477
|
init_Box();
|
|
37363
37478
|
init_Stack();
|
|
37364
37479
|
init_Typography();
|
|
37365
|
-
|
|
37480
|
+
init_molecules2();
|
|
37366
37481
|
init_Icon();
|
|
37367
37482
|
init_useEventBus();
|
|
37368
37483
|
init_useTranslate();
|
|
@@ -37509,8 +37624,8 @@ function DebuggerBoard({
|
|
|
37509
37624
|
);
|
|
37510
37625
|
}
|
|
37511
37626
|
var init_DebuggerBoard = __esm({
|
|
37512
|
-
"components/organisms/
|
|
37513
|
-
|
|
37627
|
+
"components/game/organisms/puzzles/debugger/DebuggerBoard.tsx"() {
|
|
37628
|
+
init_atoms2();
|
|
37514
37629
|
init_useEventBus();
|
|
37515
37630
|
init_useTranslate();
|
|
37516
37631
|
DebuggerBoard.displayName = "DebuggerBoard";
|
|
@@ -37631,9 +37746,9 @@ function buildFieldTypeMap(fields) {
|
|
|
37631
37746
|
}
|
|
37632
37747
|
var ReactMarkdown2, DetailPanel;
|
|
37633
37748
|
var init_DetailPanel = __esm({
|
|
37634
|
-
"components/organisms/DetailPanel.tsx"() {
|
|
37749
|
+
"components/core/organisms/DetailPanel.tsx"() {
|
|
37635
37750
|
"use client";
|
|
37636
|
-
|
|
37751
|
+
init_atoms2();
|
|
37637
37752
|
init_Box();
|
|
37638
37753
|
init_Stack();
|
|
37639
37754
|
init_SimpleGrid();
|
|
@@ -37808,7 +37923,7 @@ var init_DetailPanel = __esm({
|
|
|
37808
37923
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
37809
37924
|
LoadingState,
|
|
37810
37925
|
{
|
|
37811
|
-
message: "
|
|
37926
|
+
message: t("common.loading"),
|
|
37812
37927
|
className
|
|
37813
37928
|
}
|
|
37814
37929
|
);
|
|
@@ -37828,7 +37943,7 @@ var init_DetailPanel = __esm({
|
|
|
37828
37943
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
37829
37944
|
EmptyState,
|
|
37830
37945
|
{
|
|
37831
|
-
title: "
|
|
37946
|
+
title: t("error.notFound"),
|
|
37832
37947
|
description: "The requested item could not be found.",
|
|
37833
37948
|
className
|
|
37834
37949
|
}
|
|
@@ -37976,7 +38091,7 @@ function extractTitle(children) {
|
|
|
37976
38091
|
}
|
|
37977
38092
|
var DrawerSlot;
|
|
37978
38093
|
var init_DrawerSlot = __esm({
|
|
37979
|
-
"components/organisms/DrawerSlot.tsx"() {
|
|
38094
|
+
"components/core/organisms/DrawerSlot.tsx"() {
|
|
37980
38095
|
"use client";
|
|
37981
38096
|
init_Drawer();
|
|
37982
38097
|
init_useEventBus();
|
|
@@ -38219,7 +38334,7 @@ function TraitStateViewer({
|
|
|
38219
38334
|
}
|
|
38220
38335
|
var SIZE_CONFIG2;
|
|
38221
38336
|
var init_TraitStateViewer = __esm({
|
|
38222
|
-
"components/organisms/
|
|
38337
|
+
"components/game/organisms/TraitStateViewer.tsx"() {
|
|
38223
38338
|
"use client";
|
|
38224
38339
|
init_cn();
|
|
38225
38340
|
init_useTranslate();
|
|
@@ -38278,8 +38393,8 @@ function RuleEditor({
|
|
|
38278
38393
|
] });
|
|
38279
38394
|
}
|
|
38280
38395
|
var init_RuleEditor = __esm({
|
|
38281
|
-
"components/organisms/
|
|
38282
|
-
|
|
38396
|
+
"components/game/organisms/puzzles/event-handler/RuleEditor.tsx"() {
|
|
38397
|
+
init_atoms2();
|
|
38283
38398
|
init_cn();
|
|
38284
38399
|
init_useTranslate();
|
|
38285
38400
|
RuleEditor.displayName = "RuleEditor";
|
|
@@ -38353,8 +38468,8 @@ function ObjectRulePanel({
|
|
|
38353
38468
|
}
|
|
38354
38469
|
var nextRuleId;
|
|
38355
38470
|
var init_ObjectRulePanel = __esm({
|
|
38356
|
-
"components/organisms/
|
|
38357
|
-
|
|
38471
|
+
"components/game/organisms/puzzles/event-handler/ObjectRulePanel.tsx"() {
|
|
38472
|
+
init_atoms2();
|
|
38358
38473
|
init_cn();
|
|
38359
38474
|
init_useTranslate();
|
|
38360
38475
|
init_TraitStateViewer();
|
|
@@ -38398,8 +38513,8 @@ function EventLog({
|
|
|
38398
38513
|
}
|
|
38399
38514
|
var STATUS_STYLES, STATUS_DOTS;
|
|
38400
38515
|
var init_EventLog = __esm({
|
|
38401
|
-
"components/organisms/
|
|
38402
|
-
|
|
38516
|
+
"components/game/organisms/puzzles/event-handler/EventLog.tsx"() {
|
|
38517
|
+
init_atoms2();
|
|
38403
38518
|
init_cn();
|
|
38404
38519
|
init_useTranslate();
|
|
38405
38520
|
STATUS_STYLES = {
|
|
@@ -38611,8 +38726,8 @@ function EventHandlerBoard({
|
|
|
38611
38726
|
}
|
|
38612
38727
|
var ENCOURAGEMENT_KEYS;
|
|
38613
38728
|
var init_EventHandlerBoard = __esm({
|
|
38614
|
-
"components/organisms/
|
|
38615
|
-
|
|
38729
|
+
"components/game/organisms/puzzles/event-handler/EventHandlerBoard.tsx"() {
|
|
38730
|
+
init_atoms2();
|
|
38616
38731
|
init_cn();
|
|
38617
38732
|
init_useEventBus();
|
|
38618
38733
|
init_useTranslate();
|
|
@@ -38629,7 +38744,7 @@ var init_EventHandlerBoard = __esm({
|
|
|
38629
38744
|
});
|
|
38630
38745
|
var FeatureDetailPageTemplate;
|
|
38631
38746
|
var init_FeatureDetailPageTemplate = __esm({
|
|
38632
|
-
"components/templates/FeatureDetailPageTemplate.tsx"() {
|
|
38747
|
+
"components/marketing/templates/FeatureDetailPageTemplate.tsx"() {
|
|
38633
38748
|
init_cn();
|
|
38634
38749
|
init_Stack();
|
|
38635
38750
|
init_HeroSection();
|
|
@@ -38681,7 +38796,7 @@ var init_FeatureDetailPageTemplate = __esm({
|
|
|
38681
38796
|
});
|
|
38682
38797
|
var FeatureGridOrganism;
|
|
38683
38798
|
var init_FeatureGridOrganism = __esm({
|
|
38684
|
-
"components/organisms/FeatureGridOrganism.tsx"() {
|
|
38799
|
+
"components/core/organisms/FeatureGridOrganism.tsx"() {
|
|
38685
38800
|
"use client";
|
|
38686
38801
|
init_cn();
|
|
38687
38802
|
init_useEventBus();
|
|
@@ -38853,7 +38968,7 @@ function formatDateTimeValue(value) {
|
|
|
38853
38968
|
}
|
|
38854
38969
|
var layoutStyles, gapStyles9, Form;
|
|
38855
38970
|
var init_Form = __esm({
|
|
38856
|
-
"components/organisms/Form.tsx"() {
|
|
38971
|
+
"components/core/organisms/Form.tsx"() {
|
|
38857
38972
|
"use client";
|
|
38858
38973
|
init_cn();
|
|
38859
38974
|
init_Input();
|
|
@@ -39686,7 +39801,7 @@ function useGameAudio({
|
|
|
39686
39801
|
};
|
|
39687
39802
|
}
|
|
39688
39803
|
var init_useGameAudio = __esm({
|
|
39689
|
-
"components/organisms/
|
|
39804
|
+
"components/game/organisms/hooks/useGameAudio.ts"() {
|
|
39690
39805
|
"use client";
|
|
39691
39806
|
useGameAudio.displayName = "useGameAudio";
|
|
39692
39807
|
}
|
|
@@ -39738,7 +39853,7 @@ function GameAudioProvider({
|
|
|
39738
39853
|
}
|
|
39739
39854
|
var GameAudioContext;
|
|
39740
39855
|
var init_GameAudioProvider = __esm({
|
|
39741
|
-
"components/organisms/
|
|
39856
|
+
"components/game/organisms/GameAudioProvider.tsx"() {
|
|
39742
39857
|
"use client";
|
|
39743
39858
|
init_useEventBus();
|
|
39744
39859
|
init_useGameAudio();
|
|
@@ -39771,9 +39886,9 @@ function GameAudioToggle({
|
|
|
39771
39886
|
);
|
|
39772
39887
|
}
|
|
39773
39888
|
var init_GameAudioToggle = __esm({
|
|
39774
|
-
"components/organisms/
|
|
39889
|
+
"components/game/organisms/GameAudioToggle.tsx"() {
|
|
39775
39890
|
"use client";
|
|
39776
|
-
|
|
39891
|
+
init_atoms2();
|
|
39777
39892
|
init_cn();
|
|
39778
39893
|
init_GameAudioProvider();
|
|
39779
39894
|
GameAudioToggle.displayName = "GameAudioToggle";
|
|
@@ -39781,7 +39896,7 @@ var init_GameAudioToggle = __esm({
|
|
|
39781
39896
|
});
|
|
39782
39897
|
var GameShell;
|
|
39783
39898
|
var init_GameShell = __esm({
|
|
39784
|
-
"components/templates/GameShell.tsx"() {
|
|
39899
|
+
"components/game/templates/GameShell.tsx"() {
|
|
39785
39900
|
init_cn();
|
|
39786
39901
|
init_Box();
|
|
39787
39902
|
init_Stack();
|
|
@@ -39859,7 +39974,7 @@ var init_GameShell = __esm({
|
|
|
39859
39974
|
});
|
|
39860
39975
|
var GameTemplate;
|
|
39861
39976
|
var init_GameTemplate = __esm({
|
|
39862
|
-
"components/templates/GameTemplate.tsx"() {
|
|
39977
|
+
"components/game/templates/GameTemplate.tsx"() {
|
|
39863
39978
|
init_cn();
|
|
39864
39979
|
init_Box();
|
|
39865
39980
|
init_Stack();
|
|
@@ -39976,7 +40091,7 @@ var init_GameTemplate = __esm({
|
|
|
39976
40091
|
});
|
|
39977
40092
|
var GenericAppTemplate;
|
|
39978
40093
|
var init_GenericAppTemplate = __esm({
|
|
39979
|
-
"components/templates/GenericAppTemplate.tsx"() {
|
|
40094
|
+
"components/core/templates/GenericAppTemplate.tsx"() {
|
|
39980
40095
|
init_cn();
|
|
39981
40096
|
init_Box();
|
|
39982
40097
|
init_Stack();
|
|
@@ -40024,7 +40139,7 @@ var init_GenericAppTemplate = __esm({
|
|
|
40024
40139
|
});
|
|
40025
40140
|
var HeroOrganism, _HeroClickInterceptor;
|
|
40026
40141
|
var init_HeroOrganism = __esm({
|
|
40027
|
-
"components/organisms/HeroOrganism.tsx"() {
|
|
40142
|
+
"components/core/organisms/HeroOrganism.tsx"() {
|
|
40028
40143
|
"use client";
|
|
40029
40144
|
init_cn();
|
|
40030
40145
|
init_useEventBus();
|
|
@@ -40132,8 +40247,9 @@ var init_HeroOrganism = __esm({
|
|
|
40132
40247
|
});
|
|
40133
40248
|
var LandingPageTemplate;
|
|
40134
40249
|
var init_LandingPageTemplate = __esm({
|
|
40135
|
-
"components/templates/LandingPageTemplate.tsx"() {
|
|
40250
|
+
"components/marketing/templates/LandingPageTemplate.tsx"() {
|
|
40136
40251
|
init_cn();
|
|
40252
|
+
init_useTranslate();
|
|
40137
40253
|
init_Stack();
|
|
40138
40254
|
init_Box();
|
|
40139
40255
|
init_Container();
|
|
@@ -40151,6 +40267,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40151
40267
|
featureColumns = 3,
|
|
40152
40268
|
className
|
|
40153
40269
|
}) => {
|
|
40270
|
+
const { t } = useTranslate();
|
|
40154
40271
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
40155
40272
|
if (!resolved) return null;
|
|
40156
40273
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
@@ -40170,7 +40287,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40170
40287
|
}
|
|
40171
40288
|
),
|
|
40172
40289
|
Array.isArray(resolved.features) && resolved.features.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
|
|
40173
|
-
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "
|
|
40290
|
+
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.features") }),
|
|
40174
40291
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
40175
40292
|
FeatureGrid,
|
|
40176
40293
|
{
|
|
@@ -40194,7 +40311,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40194
40311
|
}
|
|
40195
40312
|
) }) }),
|
|
40196
40313
|
resolved.steps && resolved.steps.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
|
|
40197
|
-
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "
|
|
40314
|
+
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.howItWorks") }),
|
|
40198
40315
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
40199
40316
|
StepFlow,
|
|
40200
40317
|
{
|
|
@@ -40208,7 +40325,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40208
40325
|
)
|
|
40209
40326
|
] }) }) }),
|
|
40210
40327
|
resolved.showcase && resolved.showcase.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
|
|
40211
|
-
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "
|
|
40328
|
+
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.showcase") }),
|
|
40212
40329
|
/* @__PURE__ */ jsxRuntime.jsx(SimpleGrid, { cols: Math.min(resolved.showcase.length, 3), gap: "lg", children: resolved.showcase.map((item) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
40213
40330
|
ShowcaseCard,
|
|
40214
40331
|
{
|
|
@@ -40322,9 +40439,9 @@ function formatFieldLabel2(fieldName) {
|
|
|
40322
40439
|
}
|
|
40323
40440
|
var STATUS_STYLES2, StatusBadge, ProgressIndicator, List3;
|
|
40324
40441
|
var init_List = __esm({
|
|
40325
|
-
"components/organisms/List.tsx"() {
|
|
40442
|
+
"components/core/organisms/List.tsx"() {
|
|
40326
40443
|
"use client";
|
|
40327
|
-
|
|
40444
|
+
init_atoms2();
|
|
40328
40445
|
init_Stack();
|
|
40329
40446
|
init_Menu();
|
|
40330
40447
|
init_EmptyState();
|
|
@@ -40498,7 +40615,7 @@ var init_List = __esm({
|
|
|
40498
40615
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
40499
40616
|
LoadingState,
|
|
40500
40617
|
{
|
|
40501
|
-
message: "
|
|
40618
|
+
message: t("error.loadingItems"),
|
|
40502
40619
|
className
|
|
40503
40620
|
}
|
|
40504
40621
|
);
|
|
@@ -40508,7 +40625,7 @@ var init_List = __esm({
|
|
|
40508
40625
|
EmptyState,
|
|
40509
40626
|
{
|
|
40510
40627
|
icon: LucideIcons2.Package,
|
|
40511
|
-
title: "
|
|
40628
|
+
title: t("error.somethingWentWrong"),
|
|
40512
40629
|
description: error.message,
|
|
40513
40630
|
className
|
|
40514
40631
|
}
|
|
@@ -40764,7 +40881,7 @@ var init_List = __esm({
|
|
|
40764
40881
|
EmptyState,
|
|
40765
40882
|
{
|
|
40766
40883
|
icon: LucideIcons2.Package,
|
|
40767
|
-
title: "
|
|
40884
|
+
title: t("error.noItemsFound"),
|
|
40768
40885
|
description: resolvedEmptyMessage,
|
|
40769
40886
|
className
|
|
40770
40887
|
}
|
|
@@ -40823,7 +40940,7 @@ function MasterDetail({
|
|
|
40823
40940
|
);
|
|
40824
40941
|
}
|
|
40825
40942
|
var init_MasterDetail = __esm({
|
|
40826
|
-
"components/organisms/MasterDetail.tsx"() {
|
|
40943
|
+
"components/core/organisms/MasterDetail.tsx"() {
|
|
40827
40944
|
"use client";
|
|
40828
40945
|
init_DataTable();
|
|
40829
40946
|
MasterDetail.displayName = "MasterDetail";
|
|
@@ -40831,7 +40948,7 @@ var init_MasterDetail = __esm({
|
|
|
40831
40948
|
});
|
|
40832
40949
|
var DefaultEmptyDetail, MasterDetailLayout;
|
|
40833
40950
|
var init_MasterDetailLayout = __esm({
|
|
40834
|
-
"components/organisms/layout/MasterDetailLayout.tsx"() {
|
|
40951
|
+
"components/core/organisms/layout/MasterDetailLayout.tsx"() {
|
|
40835
40952
|
init_cn();
|
|
40836
40953
|
init_Typography();
|
|
40837
40954
|
DefaultEmptyDetail = () => /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-center h-full border-2 border-dashed border-border", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -40882,10 +40999,10 @@ var init_MasterDetailLayout = __esm({
|
|
|
40882
40999
|
});
|
|
40883
41000
|
var COLUMN_CLASSES, ASPECT_CLASSES, MediaGallery;
|
|
40884
41001
|
var init_MediaGallery = __esm({
|
|
40885
|
-
"components/organisms/MediaGallery.tsx"() {
|
|
41002
|
+
"components/core/organisms/MediaGallery.tsx"() {
|
|
40886
41003
|
"use client";
|
|
40887
41004
|
init_cn();
|
|
40888
|
-
|
|
41005
|
+
init_atoms2();
|
|
40889
41006
|
init_Stack();
|
|
40890
41007
|
init_LoadingState();
|
|
40891
41008
|
init_ErrorState();
|
|
@@ -40950,13 +41067,13 @@ var init_MediaGallery = __esm({
|
|
|
40950
41067
|
}));
|
|
40951
41068
|
}, [propItems, entityData]);
|
|
40952
41069
|
if (isLoading) {
|
|
40953
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
41070
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
40954
41071
|
}
|
|
40955
41072
|
if (error) {
|
|
40956
41073
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
40957
41074
|
ErrorState,
|
|
40958
41075
|
{
|
|
40959
|
-
title: "
|
|
41076
|
+
title: t("display.galleryError"),
|
|
40960
41077
|
message: error.message,
|
|
40961
41078
|
className
|
|
40962
41079
|
}
|
|
@@ -40967,7 +41084,7 @@ var init_MediaGallery = __esm({
|
|
|
40967
41084
|
EmptyState,
|
|
40968
41085
|
{
|
|
40969
41086
|
icon: LucideIcons2.Image,
|
|
40970
|
-
title: "
|
|
41087
|
+
title: t("display.noMedia"),
|
|
40971
41088
|
description: "No media items to display.",
|
|
40972
41089
|
className
|
|
40973
41090
|
}
|
|
@@ -41111,7 +41228,7 @@ function extractTitle2(children) {
|
|
|
41111
41228
|
}
|
|
41112
41229
|
var ModalSlot;
|
|
41113
41230
|
var init_ModalSlot = __esm({
|
|
41114
|
-
"components/organisms/ModalSlot.tsx"() {
|
|
41231
|
+
"components/core/organisms/ModalSlot.tsx"() {
|
|
41115
41232
|
"use client";
|
|
41116
41233
|
init_Modal();
|
|
41117
41234
|
init_useEventBus();
|
|
@@ -41292,8 +41409,8 @@ function NegotiatorBoard({
|
|
|
41292
41409
|
);
|
|
41293
41410
|
}
|
|
41294
41411
|
var init_NegotiatorBoard = __esm({
|
|
41295
|
-
"components/organisms/
|
|
41296
|
-
|
|
41412
|
+
"components/game/organisms/puzzles/negotiator/NegotiatorBoard.tsx"() {
|
|
41413
|
+
init_atoms2();
|
|
41297
41414
|
init_useEventBus();
|
|
41298
41415
|
init_useTranslate();
|
|
41299
41416
|
NegotiatorBoard.displayName = "NegotiatorBoard";
|
|
@@ -41301,7 +41418,7 @@ var init_NegotiatorBoard = __esm({
|
|
|
41301
41418
|
});
|
|
41302
41419
|
var PricingOrganism;
|
|
41303
41420
|
var init_PricingOrganism = __esm({
|
|
41304
|
-
"components/organisms/PricingOrganism.tsx"() {
|
|
41421
|
+
"components/marketing/organisms/PricingOrganism.tsx"() {
|
|
41305
41422
|
"use client";
|
|
41306
41423
|
init_cn();
|
|
41307
41424
|
init_useEventBus();
|
|
@@ -41353,8 +41470,9 @@ var init_PricingOrganism = __esm({
|
|
|
41353
41470
|
});
|
|
41354
41471
|
var PricingPageTemplate;
|
|
41355
41472
|
var init_PricingPageTemplate = __esm({
|
|
41356
|
-
"components/templates/PricingPageTemplate.tsx"() {
|
|
41473
|
+
"components/marketing/templates/PricingPageTemplate.tsx"() {
|
|
41357
41474
|
init_cn();
|
|
41475
|
+
init_useTranslate();
|
|
41358
41476
|
init_Stack();
|
|
41359
41477
|
init_Box();
|
|
41360
41478
|
init_Container();
|
|
@@ -41367,6 +41485,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
41367
41485
|
entity,
|
|
41368
41486
|
className
|
|
41369
41487
|
}) => {
|
|
41488
|
+
const { t } = useTranslate();
|
|
41370
41489
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
41371
41490
|
if (!resolved) return null;
|
|
41372
41491
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
@@ -41395,7 +41514,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
41395
41514
|
}
|
|
41396
41515
|
) }) }),
|
|
41397
41516
|
resolved.faq && resolved.faq.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "lg", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
|
|
41398
|
-
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "
|
|
41517
|
+
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.faq") }),
|
|
41399
41518
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
41400
41519
|
Accordion,
|
|
41401
41520
|
{
|
|
@@ -41583,7 +41702,7 @@ function useDebugData() {
|
|
|
41583
41702
|
return data;
|
|
41584
41703
|
}
|
|
41585
41704
|
var init_useDebugData = __esm({
|
|
41586
|
-
"components/organisms/debug/hooks/useDebugData.ts"() {
|
|
41705
|
+
"components/core/organisms/debug/hooks/useDebugData.ts"() {
|
|
41587
41706
|
"use client";
|
|
41588
41707
|
init_traitRegistry();
|
|
41589
41708
|
init_tickRegistry();
|
|
@@ -41858,7 +41977,7 @@ function WalkMinimap() {
|
|
|
41858
41977
|
] });
|
|
41859
41978
|
}
|
|
41860
41979
|
var init_WalkMinimap = __esm({
|
|
41861
|
-
"components/organisms/debug/WalkMinimap.tsx"() {
|
|
41980
|
+
"components/core/organisms/debug/WalkMinimap.tsx"() {
|
|
41862
41981
|
"use client";
|
|
41863
41982
|
init_Box();
|
|
41864
41983
|
init_Stack();
|
|
@@ -41868,11 +41987,12 @@ var init_WalkMinimap = __esm({
|
|
|
41868
41987
|
}
|
|
41869
41988
|
});
|
|
41870
41989
|
function TraitsTab({ traits: traits2 }) {
|
|
41990
|
+
const { t } = useTranslate();
|
|
41871
41991
|
if (traits2.length === 0) {
|
|
41872
41992
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
41873
41993
|
EmptyState,
|
|
41874
41994
|
{
|
|
41875
|
-
title: "
|
|
41995
|
+
title: t("debug.noActiveTraits"),
|
|
41876
41996
|
description: "Traits will appear when components using them are mounted",
|
|
41877
41997
|
className: "py-8"
|
|
41878
41998
|
}
|
|
@@ -41903,19 +42023,19 @@ function TraitsTab({ traits: traits2 }) {
|
|
|
41903
42023
|
] }),
|
|
41904
42024
|
trait.transitions.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
41905
42025
|
/* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", weight: "medium", className: "text-gray-500 mb-2", children: "Transitions" }),
|
|
41906
|
-
/* @__PURE__ */ jsxRuntime.jsx(Stack, { gap: "xs", children: trait.transitions.map((
|
|
41907
|
-
|
|
42026
|
+
/* @__PURE__ */ jsxRuntime.jsx(Stack, { gap: "xs", children: trait.transitions.map((t2, i) => /* @__PURE__ */ jsxRuntime.jsxs(Typography, { variant: "small", className: "font-mono", children: [
|
|
42027
|
+
t2.from,
|
|
41908
42028
|
" \u2192 ",
|
|
41909
|
-
|
|
42029
|
+
t2.to,
|
|
41910
42030
|
" ",
|
|
41911
42031
|
/* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-gray-500", children: [
|
|
41912
42032
|
"(",
|
|
41913
|
-
|
|
42033
|
+
t2.event,
|
|
41914
42034
|
")"
|
|
41915
42035
|
] }),
|
|
41916
|
-
|
|
42036
|
+
t2.guard && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-amber-500", children: [
|
|
41917
42037
|
" [",
|
|
41918
|
-
|
|
42038
|
+
t2.guard,
|
|
41919
42039
|
"]"
|
|
41920
42040
|
] })
|
|
41921
42041
|
] }, i)) })
|
|
@@ -41932,23 +42052,25 @@ function TraitsTab({ traits: traits2 }) {
|
|
|
41932
42052
|
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "debug-tab debug-tab--traits", children: /* @__PURE__ */ jsxRuntime.jsx(Accordion, { items: accordionItems, multiple: true }) });
|
|
41933
42053
|
}
|
|
41934
42054
|
var init_TraitsTab = __esm({
|
|
41935
|
-
"components/organisms/debug/tabs/TraitsTab.tsx"() {
|
|
42055
|
+
"components/core/organisms/debug/tabs/TraitsTab.tsx"() {
|
|
41936
42056
|
init_Accordion();
|
|
41937
42057
|
init_Badge();
|
|
41938
42058
|
init_Typography();
|
|
41939
42059
|
init_Stack();
|
|
41940
42060
|
init_EmptyState();
|
|
42061
|
+
init_useTranslate();
|
|
41941
42062
|
TraitsTab.displayName = "TraitsTab";
|
|
41942
42063
|
}
|
|
41943
42064
|
});
|
|
41944
42065
|
function TicksTab({ ticks: ticks2 }) {
|
|
41945
|
-
const
|
|
41946
|
-
const
|
|
42066
|
+
const { t } = useTranslate();
|
|
42067
|
+
const activeTicks = ticks2.filter((t2) => t2.active);
|
|
42068
|
+
const inactiveTicks = ticks2.filter((t2) => !t2.active);
|
|
41947
42069
|
if (ticks2.length === 0) {
|
|
41948
42070
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
41949
42071
|
EmptyState,
|
|
41950
42072
|
{
|
|
41951
|
-
title: "
|
|
42073
|
+
title: t("debug.noTicks"),
|
|
41952
42074
|
description: "Ticks will appear when trait tick handlers are running",
|
|
41953
42075
|
className: "py-8"
|
|
41954
42076
|
}
|
|
@@ -42008,21 +42130,23 @@ function TicksTab({ ticks: ticks2 }) {
|
|
|
42008
42130
|
] });
|
|
42009
42131
|
}
|
|
42010
42132
|
var init_TicksTab = __esm({
|
|
42011
|
-
"components/organisms/debug/tabs/TicksTab.tsx"() {
|
|
42133
|
+
"components/core/organisms/debug/tabs/TicksTab.tsx"() {
|
|
42012
42134
|
init_Badge();
|
|
42013
42135
|
init_Typography();
|
|
42014
42136
|
init_Stack();
|
|
42015
42137
|
init_Card();
|
|
42016
42138
|
init_EmptyState();
|
|
42139
|
+
init_useTranslate();
|
|
42017
42140
|
TicksTab.displayName = "TicksTab";
|
|
42018
42141
|
}
|
|
42019
42142
|
});
|
|
42020
42143
|
function EntitiesTab({ snapshot }) {
|
|
42144
|
+
const { t } = useTranslate();
|
|
42021
42145
|
if (!snapshot) {
|
|
42022
42146
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42023
42147
|
EmptyState,
|
|
42024
42148
|
{
|
|
42025
|
-
title: "
|
|
42149
|
+
title: t("debug.noEntityData"),
|
|
42026
42150
|
description: "Debug mode may not be enabled",
|
|
42027
42151
|
className: "py-8"
|
|
42028
42152
|
}
|
|
@@ -42035,7 +42159,7 @@ function EntitiesTab({ snapshot }) {
|
|
|
42035
42159
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42036
42160
|
EmptyState,
|
|
42037
42161
|
{
|
|
42038
|
-
title: "
|
|
42162
|
+
title: t("debug.noEntities"),
|
|
42039
42163
|
description: "Entities will appear when spawned",
|
|
42040
42164
|
className: "py-8"
|
|
42041
42165
|
}
|
|
@@ -42092,16 +42216,18 @@ function EntitiesTab({ snapshot }) {
|
|
|
42092
42216
|
] });
|
|
42093
42217
|
}
|
|
42094
42218
|
var init_EntitiesTab = __esm({
|
|
42095
|
-
"components/organisms/debug/tabs/EntitiesTab.tsx"() {
|
|
42219
|
+
"components/core/organisms/debug/tabs/EntitiesTab.tsx"() {
|
|
42096
42220
|
init_Accordion();
|
|
42097
42221
|
init_Badge();
|
|
42098
42222
|
init_Typography();
|
|
42099
42223
|
init_Stack();
|
|
42100
42224
|
init_EmptyState();
|
|
42225
|
+
init_useTranslate();
|
|
42101
42226
|
EntitiesTab.displayName = "EntitiesTab";
|
|
42102
42227
|
}
|
|
42103
42228
|
});
|
|
42104
42229
|
function EventFlowTab({ events: events2 }) {
|
|
42230
|
+
const { t } = useTranslate();
|
|
42105
42231
|
const [filter, setFilter] = React84__namespace.useState("all");
|
|
42106
42232
|
const containerRef = React84__namespace.useRef(null);
|
|
42107
42233
|
const [autoScroll, setAutoScroll] = React84__namespace.useState(true);
|
|
@@ -42127,7 +42253,7 @@ function EventFlowTab({ events: events2 }) {
|
|
|
42127
42253
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42128
42254
|
EmptyState,
|
|
42129
42255
|
{
|
|
42130
|
-
title: "
|
|
42256
|
+
title: t("debug.noEventsYet"),
|
|
42131
42257
|
description: "Events will appear as traits, ticks, and other systems execute",
|
|
42132
42258
|
className: "py-8"
|
|
42133
42259
|
}
|
|
@@ -42209,7 +42335,7 @@ function EventFlowTab({ events: events2 }) {
|
|
|
42209
42335
|
}
|
|
42210
42336
|
var TYPE_BADGES;
|
|
42211
42337
|
var init_EventFlowTab = __esm({
|
|
42212
|
-
"components/organisms/debug/tabs/EventFlowTab.tsx"() {
|
|
42338
|
+
"components/core/organisms/debug/tabs/EventFlowTab.tsx"() {
|
|
42213
42339
|
"use client";
|
|
42214
42340
|
init_Badge();
|
|
42215
42341
|
init_Typography();
|
|
@@ -42217,6 +42343,7 @@ var init_EventFlowTab = __esm({
|
|
|
42217
42343
|
init_Button();
|
|
42218
42344
|
init_Checkbox();
|
|
42219
42345
|
init_EmptyState();
|
|
42346
|
+
init_useTranslate();
|
|
42220
42347
|
TYPE_BADGES = {
|
|
42221
42348
|
trait: { variant: "primary", icon: "\u{1F504}" },
|
|
42222
42349
|
tick: { variant: "warning", icon: "\u23F1\uFE0F" },
|
|
@@ -42229,12 +42356,13 @@ var init_EventFlowTab = __esm({
|
|
|
42229
42356
|
}
|
|
42230
42357
|
});
|
|
42231
42358
|
function GuardsPanel({ guards }) {
|
|
42359
|
+
const { t } = useTranslate();
|
|
42232
42360
|
const [filter, setFilter] = React84__namespace.useState("all");
|
|
42233
42361
|
if (guards.length === 0) {
|
|
42234
42362
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42235
42363
|
EmptyState,
|
|
42236
42364
|
{
|
|
42237
|
-
title: "
|
|
42365
|
+
title: t("debug.noGuardEvaluations"),
|
|
42238
42366
|
description: "Guard evaluations will appear when transitions or ticks with guards execute",
|
|
42239
42367
|
className: "py-8"
|
|
42240
42368
|
}
|
|
@@ -42301,7 +42429,7 @@ function GuardsPanel({ guards }) {
|
|
|
42301
42429
|
] });
|
|
42302
42430
|
}
|
|
42303
42431
|
var init_GuardsPanel = __esm({
|
|
42304
|
-
"components/organisms/debug/tabs/GuardsPanel.tsx"() {
|
|
42432
|
+
"components/core/organisms/debug/tabs/GuardsPanel.tsx"() {
|
|
42305
42433
|
"use client";
|
|
42306
42434
|
init_Accordion();
|
|
42307
42435
|
init_Badge();
|
|
@@ -42310,15 +42438,17 @@ var init_GuardsPanel = __esm({
|
|
|
42310
42438
|
init_ButtonGroup();
|
|
42311
42439
|
init_Button();
|
|
42312
42440
|
init_EmptyState();
|
|
42441
|
+
init_useTranslate();
|
|
42313
42442
|
GuardsPanel.displayName = "GuardsPanel";
|
|
42314
42443
|
}
|
|
42315
42444
|
});
|
|
42316
42445
|
function VerificationTab({ checks, summary }) {
|
|
42446
|
+
const { t } = useTranslate();
|
|
42317
42447
|
if (checks.length === 0) {
|
|
42318
42448
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42319
42449
|
EmptyState,
|
|
42320
42450
|
{
|
|
42321
|
-
title: "
|
|
42451
|
+
title: t("debug.noVerificationChecks"),
|
|
42322
42452
|
description: "Checks will appear as the app executes transitions and effects",
|
|
42323
42453
|
className: "py-8"
|
|
42324
42454
|
}
|
|
@@ -42378,12 +42508,13 @@ function VerificationTab({ checks, summary }) {
|
|
|
42378
42508
|
}
|
|
42379
42509
|
var STATUS_CONFIG;
|
|
42380
42510
|
var init_VerificationTab = __esm({
|
|
42381
|
-
"components/organisms/debug/tabs/VerificationTab.tsx"() {
|
|
42511
|
+
"components/core/organisms/debug/tabs/VerificationTab.tsx"() {
|
|
42382
42512
|
"use client";
|
|
42383
42513
|
init_Badge();
|
|
42384
42514
|
init_Typography();
|
|
42385
42515
|
init_Stack();
|
|
42386
42516
|
init_EmptyState();
|
|
42517
|
+
init_useTranslate();
|
|
42387
42518
|
STATUS_CONFIG = {
|
|
42388
42519
|
pass: { variant: "success", icon: "\u2713", label: "PASS" },
|
|
42389
42520
|
fail: { variant: "danger", icon: "\u2717", label: "FAIL" },
|
|
@@ -42403,6 +42534,7 @@ function EffectBadge({ effect }) {
|
|
|
42403
42534
|
] });
|
|
42404
42535
|
}
|
|
42405
42536
|
function TransitionTimeline({ transitions }) {
|
|
42537
|
+
const { t } = useTranslate();
|
|
42406
42538
|
const containerRef = React84__namespace.useRef(null);
|
|
42407
42539
|
const [autoScroll, setAutoScroll] = React84__namespace.useState(true);
|
|
42408
42540
|
const [expandedId, setExpandedId] = React84__namespace.useState(null);
|
|
@@ -42415,7 +42547,7 @@ function TransitionTimeline({ transitions }) {
|
|
|
42415
42547
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42416
42548
|
EmptyState,
|
|
42417
42549
|
{
|
|
42418
|
-
title: "
|
|
42550
|
+
title: t("debug.noTransitionsRecorded"),
|
|
42419
42551
|
description: "Transitions will appear as the state machine processes events",
|
|
42420
42552
|
className: "py-8"
|
|
42421
42553
|
}
|
|
@@ -42517,12 +42649,13 @@ function TransitionTimeline({ transitions }) {
|
|
|
42517
42649
|
}
|
|
42518
42650
|
var EFFECT_STATUS_VARIANT;
|
|
42519
42651
|
var init_TransitionTimeline = __esm({
|
|
42520
|
-
"components/organisms/debug/tabs/TransitionTimeline.tsx"() {
|
|
42652
|
+
"components/core/organisms/debug/tabs/TransitionTimeline.tsx"() {
|
|
42521
42653
|
"use client";
|
|
42522
42654
|
init_Badge();
|
|
42523
42655
|
init_Typography();
|
|
42524
42656
|
init_EmptyState();
|
|
42525
42657
|
init_Checkbox();
|
|
42658
|
+
init_useTranslate();
|
|
42526
42659
|
EFFECT_STATUS_VARIANT = {
|
|
42527
42660
|
executed: "success",
|
|
42528
42661
|
failed: "danger",
|
|
@@ -42538,11 +42671,12 @@ function StatRow({ label, value, variant }) {
|
|
|
42538
42671
|
] });
|
|
42539
42672
|
}
|
|
42540
42673
|
function ServerBridgeTab({ bridge }) {
|
|
42674
|
+
const { t } = useTranslate();
|
|
42541
42675
|
if (!bridge) {
|
|
42542
42676
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42543
42677
|
EmptyState,
|
|
42544
42678
|
{
|
|
42545
|
-
title: "
|
|
42679
|
+
title: t("debug.noBridgeData"),
|
|
42546
42680
|
description: "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
|
|
42547
42681
|
className: "py-8"
|
|
42548
42682
|
}
|
|
@@ -42568,7 +42702,7 @@ function ServerBridgeTab({ bridge }) {
|
|
|
42568
42702
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
42569
42703
|
StatRow,
|
|
42570
42704
|
{
|
|
42571
|
-
label: "
|
|
42705
|
+
label: t("debug.status"),
|
|
42572
42706
|
value: bridge.connected ? "Connected" : "Disconnected",
|
|
42573
42707
|
variant: bridge.connected ? "success" : "danger"
|
|
42574
42708
|
}
|
|
@@ -42576,21 +42710,21 @@ function ServerBridgeTab({ bridge }) {
|
|
|
42576
42710
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
42577
42711
|
StatRow,
|
|
42578
42712
|
{
|
|
42579
|
-
label: "
|
|
42713
|
+
label: t("debug.eventsForwarded"),
|
|
42580
42714
|
value: bridge.eventsForwarded
|
|
42581
42715
|
}
|
|
42582
42716
|
),
|
|
42583
42717
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
42584
42718
|
StatRow,
|
|
42585
42719
|
{
|
|
42586
|
-
label: "
|
|
42720
|
+
label: t("debug.eventsReceived"),
|
|
42587
42721
|
value: bridge.eventsReceived
|
|
42588
42722
|
}
|
|
42589
42723
|
),
|
|
42590
42724
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
42591
42725
|
StatRow,
|
|
42592
42726
|
{
|
|
42593
|
-
label: "
|
|
42727
|
+
label: t("debug.lastHeartbeat"),
|
|
42594
42728
|
value: formatTime4(bridge.lastHeartbeat)
|
|
42595
42729
|
}
|
|
42596
42730
|
)
|
|
@@ -42607,13 +42741,14 @@ function ServerBridgeTab({ bridge }) {
|
|
|
42607
42741
|
] }) });
|
|
42608
42742
|
}
|
|
42609
42743
|
var init_ServerBridgeTab = __esm({
|
|
42610
|
-
"components/organisms/debug/tabs/ServerBridgeTab.tsx"() {
|
|
42744
|
+
"components/core/organisms/debug/tabs/ServerBridgeTab.tsx"() {
|
|
42611
42745
|
"use client";
|
|
42612
42746
|
init_Badge();
|
|
42613
42747
|
init_Typography();
|
|
42614
42748
|
init_Stack();
|
|
42615
42749
|
init_Card();
|
|
42616
42750
|
init_EmptyState();
|
|
42751
|
+
init_useTranslate();
|
|
42617
42752
|
ServerBridgeTab.displayName = "ServerBridgeTab";
|
|
42618
42753
|
}
|
|
42619
42754
|
});
|
|
@@ -42692,6 +42827,7 @@ function getAllEvents(traits2) {
|
|
|
42692
42827
|
}
|
|
42693
42828
|
function EventDispatcherTab({ traits: traits2, schema }) {
|
|
42694
42829
|
const eventBus = useEventBus();
|
|
42830
|
+
const { t } = useTranslate();
|
|
42695
42831
|
const [log12, setLog] = React84__namespace.useState([]);
|
|
42696
42832
|
const prevStatesRef = React84__namespace.useRef(/* @__PURE__ */ new Map());
|
|
42697
42833
|
React84__namespace.useEffect(() => {
|
|
@@ -42710,7 +42846,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
|
|
|
42710
42846
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42711
42847
|
EmptyState,
|
|
42712
42848
|
{
|
|
42713
|
-
title: "
|
|
42849
|
+
title: t("debug.noActiveTraits"),
|
|
42714
42850
|
description: "Traits will appear when the state machine initializes",
|
|
42715
42851
|
className: "py-8"
|
|
42716
42852
|
}
|
|
@@ -42748,8 +42884,8 @@ function EventDispatcherTab({ traits: traits2, schema }) {
|
|
|
42748
42884
|
children: event
|
|
42749
42885
|
}
|
|
42750
42886
|
),
|
|
42751
|
-
/* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((
|
|
42752
|
-
transitions.some((
|
|
42887
|
+
/* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((t2) => `${t2.from} -> ${t2.to}`).join(", ") }),
|
|
42888
|
+
transitions.some((t2) => t2.guard) && /* @__PURE__ */ jsxRuntime.jsx(Badge, { variant: "warning", size: "sm", children: "guarded" })
|
|
42753
42889
|
] }, event)) })
|
|
42754
42890
|
] }),
|
|
42755
42891
|
unavailableEvents.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3", children: [
|
|
@@ -42769,7 +42905,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
|
|
|
42769
42905
|
] });
|
|
42770
42906
|
}
|
|
42771
42907
|
var init_EventDispatcherTab = __esm({
|
|
42772
|
-
"components/organisms/debug/tabs/EventDispatcherTab.tsx"() {
|
|
42908
|
+
"components/core/organisms/debug/tabs/EventDispatcherTab.tsx"() {
|
|
42773
42909
|
"use client";
|
|
42774
42910
|
init_Badge();
|
|
42775
42911
|
init_Button();
|
|
@@ -42777,13 +42913,14 @@ var init_EventDispatcherTab = __esm({
|
|
|
42777
42913
|
init_Stack();
|
|
42778
42914
|
init_EmptyState();
|
|
42779
42915
|
init_useEventBus();
|
|
42916
|
+
init_useTranslate();
|
|
42780
42917
|
EventDispatcherTab.displayName = "EventDispatcherTab";
|
|
42781
42918
|
}
|
|
42782
42919
|
});
|
|
42783
42920
|
|
|
42784
|
-
// components/organisms/debug/RuntimeDebugger.css
|
|
42921
|
+
// components/core/organisms/debug/RuntimeDebugger.css
|
|
42785
42922
|
var init_RuntimeDebugger = __esm({
|
|
42786
|
-
"components/organisms/debug/RuntimeDebugger.css"() {
|
|
42923
|
+
"components/core/organisms/debug/RuntimeDebugger.css"() {
|
|
42787
42924
|
}
|
|
42788
42925
|
});
|
|
42789
42926
|
function ServerResponseRow({ sr }) {
|
|
@@ -43149,7 +43286,7 @@ function RuntimeDebugger({
|
|
|
43149
43286
|
);
|
|
43150
43287
|
}
|
|
43151
43288
|
var init_RuntimeDebugger2 = __esm({
|
|
43152
|
-
"components/organisms/debug/RuntimeDebugger.tsx"() {
|
|
43289
|
+
"components/core/organisms/debug/RuntimeDebugger.tsx"() {
|
|
43153
43290
|
"use client";
|
|
43154
43291
|
init_cn();
|
|
43155
43292
|
init_useDebugData();
|
|
@@ -43365,7 +43502,7 @@ function TraitSlot({
|
|
|
43365
43502
|
}
|
|
43366
43503
|
var SIZE_CONFIG3, DRAG_MIME2;
|
|
43367
43504
|
var init_TraitSlot = __esm({
|
|
43368
|
-
"components/organisms/
|
|
43505
|
+
"components/game/organisms/TraitSlot.tsx"() {
|
|
43369
43506
|
"use client";
|
|
43370
43507
|
init_cn();
|
|
43371
43508
|
init_useEventBus();
|
|
@@ -43432,8 +43569,8 @@ function SequenceBar({
|
|
|
43432
43569
|
] }, i)) });
|
|
43433
43570
|
}
|
|
43434
43571
|
var init_SequenceBar = __esm({
|
|
43435
|
-
"components/organisms/
|
|
43436
|
-
|
|
43572
|
+
"components/game/organisms/puzzles/sequencer/SequenceBar.tsx"() {
|
|
43573
|
+
init_atoms2();
|
|
43437
43574
|
init_cn();
|
|
43438
43575
|
init_TraitSlot();
|
|
43439
43576
|
SequenceBar.displayName = "SequenceBar";
|
|
@@ -43651,8 +43788,8 @@ function SequencerBoard({
|
|
|
43651
43788
|
}
|
|
43652
43789
|
var ENCOURAGEMENT_KEYS2, stepLabel;
|
|
43653
43790
|
var init_SequencerBoard = __esm({
|
|
43654
|
-
"components/organisms/
|
|
43655
|
-
|
|
43791
|
+
"components/game/organisms/puzzles/sequencer/SequencerBoard.tsx"() {
|
|
43792
|
+
init_atoms2();
|
|
43656
43793
|
init_cn();
|
|
43657
43794
|
init_useEventBus();
|
|
43658
43795
|
init_useTranslate();
|
|
@@ -43670,7 +43807,7 @@ var init_SequencerBoard = __esm({
|
|
|
43670
43807
|
});
|
|
43671
43808
|
var ShowcaseOrganism;
|
|
43672
43809
|
var init_ShowcaseOrganism = __esm({
|
|
43673
|
-
"components/organisms/ShowcaseOrganism.tsx"() {
|
|
43810
|
+
"components/core/organisms/ShowcaseOrganism.tsx"() {
|
|
43674
43811
|
"use client";
|
|
43675
43812
|
init_cn();
|
|
43676
43813
|
init_useEventBus();
|
|
@@ -43725,10 +43862,10 @@ var init_ShowcaseOrganism = __esm({
|
|
|
43725
43862
|
}
|
|
43726
43863
|
});
|
|
43727
43864
|
|
|
43728
|
-
// components/organisms/
|
|
43865
|
+
// components/game/organisms/physics-sim/presets/mechanics.ts
|
|
43729
43866
|
var projectileMotion, pendulum, springOscillator;
|
|
43730
43867
|
var init_mechanics = __esm({
|
|
43731
|
-
"components/organisms/
|
|
43868
|
+
"components/game/organisms/physics-sim/presets/mechanics.ts"() {
|
|
43732
43869
|
projectileMotion = {
|
|
43733
43870
|
id: "mechanics-projectile",
|
|
43734
43871
|
name: "Projectile Motion",
|
|
@@ -43783,10 +43920,10 @@ var init_mechanics = __esm({
|
|
|
43783
43920
|
}
|
|
43784
43921
|
});
|
|
43785
43922
|
|
|
43786
|
-
// components/organisms/
|
|
43923
|
+
// components/game/organisms/physics-sim/presets/index.ts
|
|
43787
43924
|
var ALL_PRESETS;
|
|
43788
43925
|
var init_presets = __esm({
|
|
43789
|
-
"components/organisms/
|
|
43926
|
+
"components/game/organisms/physics-sim/presets/index.ts"() {
|
|
43790
43927
|
init_mechanics();
|
|
43791
43928
|
init_mechanics();
|
|
43792
43929
|
ALL_PRESETS = [
|
|
@@ -43944,9 +44081,9 @@ function SimulationCanvas({
|
|
|
43944
44081
|
) });
|
|
43945
44082
|
}
|
|
43946
44083
|
var init_SimulationCanvas = __esm({
|
|
43947
|
-
"components/organisms/
|
|
44084
|
+
"components/game/organisms/physics-sim/SimulationCanvas.tsx"() {
|
|
43948
44085
|
init_cn();
|
|
43949
|
-
|
|
44086
|
+
init_atoms2();
|
|
43950
44087
|
init_verificationRegistry();
|
|
43951
44088
|
init_presets();
|
|
43952
44089
|
SimulationCanvas.displayName = "SimulationCanvas";
|
|
@@ -44011,8 +44148,8 @@ function SimulationControls({
|
|
|
44011
44148
|
] });
|
|
44012
44149
|
}
|
|
44013
44150
|
var init_SimulationControls = __esm({
|
|
44014
|
-
"components/organisms/
|
|
44015
|
-
|
|
44151
|
+
"components/game/organisms/physics-sim/SimulationControls.tsx"() {
|
|
44152
|
+
init_atoms2();
|
|
44016
44153
|
SimulationControls.displayName = "SimulationControls";
|
|
44017
44154
|
}
|
|
44018
44155
|
});
|
|
@@ -44074,8 +44211,8 @@ function SimulationGraph({
|
|
|
44074
44211
|
] }) });
|
|
44075
44212
|
}
|
|
44076
44213
|
var init_SimulationGraph = __esm({
|
|
44077
|
-
"components/organisms/
|
|
44078
|
-
|
|
44214
|
+
"components/game/organisms/physics-sim/SimulationGraph.tsx"() {
|
|
44215
|
+
init_atoms2();
|
|
44079
44216
|
SimulationGraph.displayName = "SimulationGraph";
|
|
44080
44217
|
}
|
|
44081
44218
|
});
|
|
@@ -44230,8 +44367,8 @@ function SimulatorBoard({
|
|
|
44230
44367
|
);
|
|
44231
44368
|
}
|
|
44232
44369
|
var init_SimulatorBoard = __esm({
|
|
44233
|
-
"components/organisms/
|
|
44234
|
-
|
|
44370
|
+
"components/game/organisms/puzzles/simulator/SimulatorBoard.tsx"() {
|
|
44371
|
+
init_atoms2();
|
|
44235
44372
|
init_useEventBus();
|
|
44236
44373
|
init_useTranslate();
|
|
44237
44374
|
SimulatorBoard.displayName = "SimulatorBoard";
|
|
@@ -44239,7 +44376,7 @@ var init_SimulatorBoard = __esm({
|
|
|
44239
44376
|
});
|
|
44240
44377
|
var SplitPane;
|
|
44241
44378
|
var init_SplitPane = __esm({
|
|
44242
|
-
"components/organisms/layout/SplitPane.tsx"() {
|
|
44379
|
+
"components/core/organisms/layout/SplitPane.tsx"() {
|
|
44243
44380
|
"use client";
|
|
44244
44381
|
init_cn();
|
|
44245
44382
|
SplitPane = ({
|
|
@@ -44329,10 +44466,10 @@ var init_SplitPane = __esm({
|
|
|
44329
44466
|
});
|
|
44330
44467
|
var StatCard;
|
|
44331
44468
|
var init_StatCard = __esm({
|
|
44332
|
-
"components/organisms/StatCard.tsx"() {
|
|
44469
|
+
"components/core/organisms/StatCard.tsx"() {
|
|
44333
44470
|
"use client";
|
|
44334
44471
|
init_cn();
|
|
44335
|
-
|
|
44472
|
+
init_atoms2();
|
|
44336
44473
|
init_Box();
|
|
44337
44474
|
init_Stack();
|
|
44338
44475
|
init_Button();
|
|
@@ -44573,8 +44710,8 @@ function StateNode2({
|
|
|
44573
44710
|
);
|
|
44574
44711
|
}
|
|
44575
44712
|
var init_StateNode = __esm({
|
|
44576
|
-
"components/organisms/
|
|
44577
|
-
|
|
44713
|
+
"components/game/organisms/puzzles/state-architect/StateNode.tsx"() {
|
|
44714
|
+
init_atoms2();
|
|
44578
44715
|
init_cn();
|
|
44579
44716
|
StateNode2.displayName = "StateNode";
|
|
44580
44717
|
}
|
|
@@ -44645,7 +44782,7 @@ function TransitionArrow({
|
|
|
44645
44782
|
}
|
|
44646
44783
|
var NODE_RADIUS;
|
|
44647
44784
|
var init_TransitionArrow = __esm({
|
|
44648
|
-
"components/organisms/
|
|
44785
|
+
"components/game/organisms/puzzles/state-architect/TransitionArrow.tsx"() {
|
|
44649
44786
|
init_cn();
|
|
44650
44787
|
NODE_RADIUS = 40;
|
|
44651
44788
|
TransitionArrow.displayName = "TransitionArrow";
|
|
@@ -44691,8 +44828,8 @@ function VariablePanel({
|
|
|
44691
44828
|
] });
|
|
44692
44829
|
}
|
|
44693
44830
|
var init_VariablePanel = __esm({
|
|
44694
|
-
"components/organisms/
|
|
44695
|
-
|
|
44831
|
+
"components/game/organisms/puzzles/state-architect/VariablePanel.tsx"() {
|
|
44832
|
+
init_atoms2();
|
|
44696
44833
|
init_cn();
|
|
44697
44834
|
init_useTranslate();
|
|
44698
44835
|
VariablePanel.displayName = "VariablePanel";
|
|
@@ -45007,8 +45144,8 @@ function StateArchitectBoard({
|
|
|
45007
45144
|
}
|
|
45008
45145
|
var ENCOURAGEMENT_KEYS3, nextTransId;
|
|
45009
45146
|
var init_StateArchitectBoard = __esm({
|
|
45010
|
-
"components/organisms/
|
|
45011
|
-
|
|
45147
|
+
"components/game/organisms/puzzles/state-architect/StateArchitectBoard.tsx"() {
|
|
45148
|
+
init_atoms2();
|
|
45012
45149
|
init_cn();
|
|
45013
45150
|
init_useEventBus();
|
|
45014
45151
|
init_useTranslate();
|
|
@@ -45028,7 +45165,7 @@ var init_StateArchitectBoard = __esm({
|
|
|
45028
45165
|
});
|
|
45029
45166
|
var StatsOrganism;
|
|
45030
45167
|
var init_StatsOrganism = __esm({
|
|
45031
|
-
"components/organisms/StatsOrganism.tsx"() {
|
|
45168
|
+
"components/marketing/organisms/StatsOrganism.tsx"() {
|
|
45032
45169
|
"use client";
|
|
45033
45170
|
init_cn();
|
|
45034
45171
|
init_useTranslate();
|
|
@@ -45071,7 +45208,7 @@ var init_StatsOrganism = __esm({
|
|
|
45071
45208
|
});
|
|
45072
45209
|
var StepFlowOrganism;
|
|
45073
45210
|
var init_StepFlowOrganism = __esm({
|
|
45074
|
-
"components/organisms/StepFlowOrganism.tsx"() {
|
|
45211
|
+
"components/core/organisms/StepFlowOrganism.tsx"() {
|
|
45075
45212
|
"use client";
|
|
45076
45213
|
init_cn();
|
|
45077
45214
|
init_useTranslate();
|
|
@@ -45127,7 +45264,7 @@ var init_StepFlowOrganism = __esm({
|
|
|
45127
45264
|
});
|
|
45128
45265
|
var TabbedContainer;
|
|
45129
45266
|
var init_TabbedContainer = __esm({
|
|
45130
|
-
"components/organisms/layout/TabbedContainer.tsx"() {
|
|
45267
|
+
"components/core/organisms/layout/TabbedContainer.tsx"() {
|
|
45131
45268
|
"use client";
|
|
45132
45269
|
init_cn();
|
|
45133
45270
|
init_Typography();
|
|
@@ -45241,7 +45378,7 @@ var init_TabbedContainer = __esm({
|
|
|
45241
45378
|
});
|
|
45242
45379
|
var TeamOrganism;
|
|
45243
45380
|
var init_TeamOrganism = __esm({
|
|
45244
|
-
"components/organisms/TeamOrganism.tsx"() {
|
|
45381
|
+
"components/marketing/organisms/TeamOrganism.tsx"() {
|
|
45245
45382
|
"use client";
|
|
45246
45383
|
init_cn();
|
|
45247
45384
|
init_useTranslate();
|
|
@@ -45294,10 +45431,10 @@ var init_TeamOrganism = __esm({
|
|
|
45294
45431
|
});
|
|
45295
45432
|
var lookStyles10, STATUS_STYLES3, Timeline;
|
|
45296
45433
|
var init_Timeline = __esm({
|
|
45297
|
-
"components/organisms/Timeline.tsx"() {
|
|
45434
|
+
"components/core/organisms/Timeline.tsx"() {
|
|
45298
45435
|
"use client";
|
|
45299
45436
|
init_cn();
|
|
45300
|
-
|
|
45437
|
+
init_atoms2();
|
|
45301
45438
|
init_Stack();
|
|
45302
45439
|
init_LoadingState();
|
|
45303
45440
|
init_ErrorState();
|
|
@@ -45372,13 +45509,13 @@ var init_Timeline = __esm({
|
|
|
45372
45509
|
});
|
|
45373
45510
|
}, [propItems, entityData, fields]);
|
|
45374
45511
|
if (isLoading) {
|
|
45375
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
45512
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
45376
45513
|
}
|
|
45377
45514
|
if (error) {
|
|
45378
45515
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
45379
45516
|
ErrorState,
|
|
45380
45517
|
{
|
|
45381
|
-
title: "
|
|
45518
|
+
title: t("display.timelineError"),
|
|
45382
45519
|
message: error.message,
|
|
45383
45520
|
className
|
|
45384
45521
|
}
|
|
@@ -45388,7 +45525,7 @@ var init_Timeline = __esm({
|
|
|
45388
45525
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
45389
45526
|
EmptyState,
|
|
45390
45527
|
{
|
|
45391
|
-
title: "
|
|
45528
|
+
title: t("display.noEvents"),
|
|
45392
45529
|
description: "No timeline events to display.",
|
|
45393
45530
|
className
|
|
45394
45531
|
}
|
|
@@ -45466,7 +45603,7 @@ function extractToastProps(children) {
|
|
|
45466
45603
|
}
|
|
45467
45604
|
var ToastSlot;
|
|
45468
45605
|
var init_ToastSlot = __esm({
|
|
45469
|
-
"components/organisms/ToastSlot.tsx"() {
|
|
45606
|
+
"components/core/organisms/ToastSlot.tsx"() {
|
|
45470
45607
|
"use client";
|
|
45471
45608
|
init_Toast();
|
|
45472
45609
|
init_Box();
|
|
@@ -45635,7 +45772,7 @@ function useBattleState(initialUnits, eventConfig = {}, callbacks = {}) {
|
|
|
45635
45772
|
};
|
|
45636
45773
|
}
|
|
45637
45774
|
var init_useBattleState = __esm({
|
|
45638
|
-
"components/organisms/
|
|
45775
|
+
"components/game/organisms/hooks/useBattleState.ts"() {
|
|
45639
45776
|
"use client";
|
|
45640
45777
|
init_useEventBus();
|
|
45641
45778
|
}
|
|
@@ -45677,7 +45814,7 @@ function UncontrolledBattleBoard({ entity, ...rest }) {
|
|
|
45677
45814
|
);
|
|
45678
45815
|
}
|
|
45679
45816
|
var init_UncontrolledBattleBoard = __esm({
|
|
45680
|
-
"components/organisms/
|
|
45817
|
+
"components/game/organisms/UncontrolledBattleBoard.tsx"() {
|
|
45681
45818
|
init_BattleBoard();
|
|
45682
45819
|
init_useBattleState();
|
|
45683
45820
|
UncontrolledBattleBoard.displayName = "UncontrolledBattleBoard";
|
|
@@ -45915,7 +46052,7 @@ function WorldMapBoard({
|
|
|
45915
46052
|
] });
|
|
45916
46053
|
}
|
|
45917
46054
|
var init_WorldMapBoard = __esm({
|
|
45918
|
-
"components/organisms/
|
|
46055
|
+
"components/game/organisms/WorldMapBoard.tsx"() {
|
|
45919
46056
|
"use client";
|
|
45920
46057
|
init_cn();
|
|
45921
46058
|
init_useEventBus();
|
|
@@ -45951,7 +46088,7 @@ function WorldMapTemplate({
|
|
|
45951
46088
|
);
|
|
45952
46089
|
}
|
|
45953
46090
|
var init_WorldMapTemplate = __esm({
|
|
45954
|
-
"components/templates/WorldMapTemplate.tsx"() {
|
|
46091
|
+
"components/game/templates/WorldMapTemplate.tsx"() {
|
|
45955
46092
|
init_WorldMapBoard();
|
|
45956
46093
|
WorldMapTemplate.displayName = "WorldMapTemplate";
|
|
45957
46094
|
}
|
|
@@ -45970,7 +46107,7 @@ function lazyThree(name, loader) {
|
|
|
45970
46107
|
}
|
|
45971
46108
|
var FeatureRenderer, COMPONENT_REGISTRY;
|
|
45972
46109
|
var init_component_registry_generated = __esm({
|
|
45973
|
-
"components/organisms/component-registry.generated.ts"() {
|
|
46110
|
+
"components/core/organisms/component-registry.generated.ts"() {
|
|
45974
46111
|
init_AboutPageTemplate();
|
|
45975
46112
|
init_ComponentPatterns();
|
|
45976
46113
|
init_ActionButton();
|
|
@@ -46566,7 +46703,7 @@ var init_component_registry_generated = __esm({
|
|
|
46566
46703
|
}
|
|
46567
46704
|
});
|
|
46568
46705
|
|
|
46569
|
-
// components/organisms/UISlotRenderer.tsx
|
|
46706
|
+
// components/core/organisms/UISlotRenderer.tsx
|
|
46570
46707
|
var UISlotRenderer_exports = {};
|
|
46571
46708
|
__export(UISlotRenderer_exports, {
|
|
46572
46709
|
SlotContentRenderer: () => SlotContentRenderer,
|
|
@@ -46648,7 +46785,7 @@ function enrichFormFields(fields, entityDef) {
|
|
|
46648
46785
|
return field;
|
|
46649
46786
|
});
|
|
46650
46787
|
}
|
|
46651
|
-
function renderContainedPortal(slot, content, onDismiss) {
|
|
46788
|
+
function renderContainedPortal(t, slot, content, onDismiss) {
|
|
46652
46789
|
const slotContent = /* @__PURE__ */ jsxRuntime.jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsxRuntime.jsx(SlotContentRenderer, { content, onDismiss }) });
|
|
46653
46790
|
const slotId = `slot-${slot}`;
|
|
46654
46791
|
switch (slot) {
|
|
@@ -46684,7 +46821,7 @@ function renderContainedPortal(slot, content, onDismiss) {
|
|
|
46684
46821
|
onClick: onDismiss,
|
|
46685
46822
|
"data-event": "CLOSE",
|
|
46686
46823
|
"data-testid": "action-CLOSE",
|
|
46687
|
-
"aria-label": "
|
|
46824
|
+
"aria-label": t("aria.closeModal"),
|
|
46688
46825
|
children: "\u2715"
|
|
46689
46826
|
}
|
|
46690
46827
|
)
|
|
@@ -46726,7 +46863,7 @@ function renderContainedPortal(slot, content, onDismiss) {
|
|
|
46726
46863
|
onClick: onDismiss,
|
|
46727
46864
|
"data-event": "CLOSE",
|
|
46728
46865
|
"data-testid": "action-CLOSE",
|
|
46729
|
-
"aria-label": "
|
|
46866
|
+
"aria-label": t("aria.closeDrawer"),
|
|
46730
46867
|
children: "\u2715"
|
|
46731
46868
|
}
|
|
46732
46869
|
)
|
|
@@ -46794,6 +46931,7 @@ function UISlotComponent({
|
|
|
46794
46931
|
}) {
|
|
46795
46932
|
const { slots, clear } = context.useUISlots();
|
|
46796
46933
|
const eventBus = useEventBus();
|
|
46934
|
+
const { t } = useTranslate();
|
|
46797
46935
|
const suspenseConfig = React84.useContext(SuspenseConfigContext);
|
|
46798
46936
|
const contained = React84.useContext(SlotContainedContext);
|
|
46799
46937
|
const content = slots[slot];
|
|
@@ -46848,7 +46986,7 @@ function UISlotComponent({
|
|
|
46848
46986
|
};
|
|
46849
46987
|
if (portal) {
|
|
46850
46988
|
if (contained) {
|
|
46851
|
-
return renderContainedPortal(slot, content, handleDismiss);
|
|
46989
|
+
return renderContainedPortal(t, slot, content, handleDismiss);
|
|
46852
46990
|
}
|
|
46853
46991
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
46854
46992
|
SlotPortal,
|
|
@@ -46895,6 +47033,7 @@ function CompiledPortal({ slot, className, pattern, sourceTrait, children }) {
|
|
|
46895
47033
|
const [portalRoot, setPortalRoot] = React84.useState(null);
|
|
46896
47034
|
const slotsBus = context.useUISlots();
|
|
46897
47035
|
const eventBus = useEventBus();
|
|
47036
|
+
const { t } = useTranslate();
|
|
46898
47037
|
React84.useEffect(() => {
|
|
46899
47038
|
setPortalRoot(getOrCreatePortalRoot());
|
|
46900
47039
|
}, []);
|
|
@@ -47184,6 +47323,7 @@ function SlotContentRenderer({
|
|
|
47184
47323
|
}
|
|
47185
47324
|
}
|
|
47186
47325
|
const eventBus = useEventBus();
|
|
47326
|
+
const { t } = useTranslate();
|
|
47187
47327
|
const schemaCtx = useEntitySchemaOptional();
|
|
47188
47328
|
let entityDef;
|
|
47189
47329
|
if (typeof entityProp === "string" && entityProp.length > 0 && schemaCtx) {
|
|
@@ -47228,7 +47368,7 @@ function SlotContentRenderer({
|
|
|
47228
47368
|
if (propsSchema) {
|
|
47229
47369
|
for (const [propKey, propDef] of Object.entries(propsSchema)) {
|
|
47230
47370
|
const isDate = propDef.types?.some(
|
|
47231
|
-
(
|
|
47371
|
+
(t2) => t2 === "date" || t2 === "datetime" || t2 === "timestamp"
|
|
47232
47372
|
);
|
|
47233
47373
|
if (!isDate) continue;
|
|
47234
47374
|
const v = renderedProps[propKey];
|
|
@@ -47362,7 +47502,7 @@ function UISlotRenderer({
|
|
|
47362
47502
|
}
|
|
47363
47503
|
var scopeWrapLog, TRAIT_BINDING_RE, SuspenseConfigContext, SlotContainedContext, SLOT_SKELETON_MAP, FORM_PATTERNS, PATTERNS_WITH_CHILDREN;
|
|
47364
47504
|
var init_UISlotRenderer = __esm({
|
|
47365
|
-
"components/organisms/UISlotRenderer.tsx"() {
|
|
47505
|
+
"components/core/organisms/UISlotRenderer.tsx"() {
|
|
47366
47506
|
"use client";
|
|
47367
47507
|
init_EntitySchemaContext();
|
|
47368
47508
|
init_Modal();
|
|
@@ -47371,6 +47511,7 @@ var init_UISlotRenderer = __esm({
|
|
|
47371
47511
|
init_Box();
|
|
47372
47512
|
init_Typography();
|
|
47373
47513
|
init_useEventBus();
|
|
47514
|
+
init_useTranslate();
|
|
47374
47515
|
init_slot_types();
|
|
47375
47516
|
init_cn();
|
|
47376
47517
|
init_ErrorBoundary();
|
|
@@ -47588,9 +47729,10 @@ function convertObjectProps(props) {
|
|
|
47588
47729
|
if (isFnFormLambda(value)) {
|
|
47589
47730
|
convertedAny = true;
|
|
47590
47731
|
const arr = value;
|
|
47591
|
-
const
|
|
47592
|
-
out[
|
|
47593
|
-
|
|
47732
|
+
const compiled = makeLambdaFn(fnFormParams(arr), arr[2], key);
|
|
47733
|
+
out[key] = compiled;
|
|
47734
|
+
if (key === "renderItem") out.children = compiled;
|
|
47735
|
+
lambdaLog.debug(`convert key=${key}${key === "renderItem" ? " (+children)" : ""}`);
|
|
47594
47736
|
continue;
|
|
47595
47737
|
}
|
|
47596
47738
|
const next = convertNode(value, key);
|