@almadar/ui 5.19.0 → 5.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/avl/index.cjs +1338 -6701
- package/dist/avl/index.css +1 -509
- package/dist/avl/index.d.ts +57 -57
- package/dist/avl/index.js +1339 -6702
- 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 +876 -718
- package/dist/components/index.css +1 -1
- package/dist/components/index.d.ts +4 -4
- package/dist/components/index.js +876 -718
- 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/lib/index.cjs +18 -3
- package/dist/lib/index.js +18 -3
- 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 +828 -671
- package/dist/providers/index.css +1 -1
- package/dist/providers/index.js +828 -671
- package/dist/runtime/index.cjs +700 -543
- package/dist/runtime/index.css +1 -1
- package/dist/runtime/index.js +700 -543
- 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/providers/index.js
CHANGED
|
@@ -550,7 +550,7 @@ var init_cn = __esm({
|
|
|
550
550
|
});
|
|
551
551
|
var paddingStyles, paddingXStyles, paddingYStyles, marginStyles, marginXStyles, marginYStyles, bgStyles, roundedStyles, shadowStyles, displayStyles, overflowStyles, positionStyles, Box;
|
|
552
552
|
var init_Box = __esm({
|
|
553
|
-
"components/atoms/Box.tsx"() {
|
|
553
|
+
"components/core/atoms/Box.tsx"() {
|
|
554
554
|
"use client";
|
|
555
555
|
init_cn();
|
|
556
556
|
init_useEventBus();
|
|
@@ -1447,7 +1447,7 @@ function doResolve(name) {
|
|
|
1447
1447
|
}
|
|
1448
1448
|
var iconAliases, resolvedCache, sizeClasses, animationClasses, Icon;
|
|
1449
1449
|
var init_Icon = __esm({
|
|
1450
|
-
"components/atoms/Icon.tsx"() {
|
|
1450
|
+
"components/core/atoms/Icon.tsx"() {
|
|
1451
1451
|
"use client";
|
|
1452
1452
|
init_cn();
|
|
1453
1453
|
init_iconFamily();
|
|
@@ -1558,7 +1558,7 @@ function resolveIconProp(value, sizeClass) {
|
|
|
1558
1558
|
}
|
|
1559
1559
|
var variantStyles, sizeStyles, iconSizeStyles, Button;
|
|
1560
1560
|
var init_Button = __esm({
|
|
1561
|
-
"components/atoms/Button.tsx"() {
|
|
1561
|
+
"components/core/atoms/Button.tsx"() {
|
|
1562
1562
|
"use client";
|
|
1563
1563
|
init_cn();
|
|
1564
1564
|
init_useEventBus();
|
|
@@ -1686,7 +1686,7 @@ var init_Button = __esm({
|
|
|
1686
1686
|
});
|
|
1687
1687
|
var Dialog;
|
|
1688
1688
|
var init_Dialog = __esm({
|
|
1689
|
-
"components/atoms/Dialog.tsx"() {
|
|
1689
|
+
"components/core/atoms/Dialog.tsx"() {
|
|
1690
1690
|
init_cn();
|
|
1691
1691
|
Dialog = React85__default.forwardRef(
|
|
1692
1692
|
({
|
|
@@ -1711,7 +1711,7 @@ var init_Dialog = __esm({
|
|
|
1711
1711
|
}
|
|
1712
1712
|
});
|
|
1713
1713
|
|
|
1714
|
-
// components/atoms/Typography.tsx
|
|
1714
|
+
// components/core/atoms/Typography.tsx
|
|
1715
1715
|
var Typography_exports = {};
|
|
1716
1716
|
__export(Typography_exports, {
|
|
1717
1717
|
Heading: () => Heading,
|
|
@@ -1720,7 +1720,7 @@ __export(Typography_exports, {
|
|
|
1720
1720
|
});
|
|
1721
1721
|
var variantStyles2, colorStyles, weightStyles, defaultElements, typographySizeStyles, overflowStyles2, Typography, sizeStyles2, Heading, Text;
|
|
1722
1722
|
var init_Typography = __esm({
|
|
1723
|
-
"components/atoms/Typography.tsx"() {
|
|
1723
|
+
"components/core/atoms/Typography.tsx"() {
|
|
1724
1724
|
init_cn();
|
|
1725
1725
|
variantStyles2 = {
|
|
1726
1726
|
h1: "text-4xl font-bold tracking-tight text-foreground",
|
|
@@ -1873,7 +1873,7 @@ var init_Typography = __esm({
|
|
|
1873
1873
|
});
|
|
1874
1874
|
var Overlay;
|
|
1875
1875
|
var init_Overlay = __esm({
|
|
1876
|
-
"components/atoms/Overlay.tsx"() {
|
|
1876
|
+
"components/core/atoms/Overlay.tsx"() {
|
|
1877
1877
|
"use client";
|
|
1878
1878
|
init_cn();
|
|
1879
1879
|
init_useEventBus();
|
|
@@ -1908,9 +1908,213 @@ var init_Overlay = __esm({
|
|
|
1908
1908
|
};
|
|
1909
1909
|
}
|
|
1910
1910
|
});
|
|
1911
|
+
|
|
1912
|
+
// locales/en.json
|
|
1913
|
+
var en_default;
|
|
1914
|
+
var init_en = __esm({
|
|
1915
|
+
"locales/en.json"() {
|
|
1916
|
+
en_default = {
|
|
1917
|
+
$meta: { locale: "en", direction: "ltr" },
|
|
1918
|
+
"common.save": "Save",
|
|
1919
|
+
"common.cancel": "Cancel",
|
|
1920
|
+
"common.delete": "Delete",
|
|
1921
|
+
"common.close": "Close",
|
|
1922
|
+
"common.confirm": "Are you sure?",
|
|
1923
|
+
"common.create": "Create",
|
|
1924
|
+
"common.edit": "Edit",
|
|
1925
|
+
"common.view": "View",
|
|
1926
|
+
"common.add": "Add",
|
|
1927
|
+
"common.remove": "Remove",
|
|
1928
|
+
"common.search": "Search...",
|
|
1929
|
+
"common.filter": "Filter",
|
|
1930
|
+
"common.actions": "Actions",
|
|
1931
|
+
"common.yes": "Yes",
|
|
1932
|
+
"common.no": "No",
|
|
1933
|
+
"common.selected": "selected",
|
|
1934
|
+
"common.ok": "OK",
|
|
1935
|
+
"common.done": "Done",
|
|
1936
|
+
"common.apply": "Apply",
|
|
1937
|
+
"common.reset": "Reset",
|
|
1938
|
+
"common.refresh": "Refresh",
|
|
1939
|
+
"common.export": "Export",
|
|
1940
|
+
"common.import": "Import",
|
|
1941
|
+
"common.copy": "Copy",
|
|
1942
|
+
"common.settings": "Settings",
|
|
1943
|
+
"nav.previous": "Previous",
|
|
1944
|
+
"nav.next": "Next",
|
|
1945
|
+
"nav.back": "Back",
|
|
1946
|
+
"nav.home": "Home",
|
|
1947
|
+
"form.submit": "Submit",
|
|
1948
|
+
"form.saving": "Saving...",
|
|
1949
|
+
"form.required": "This field is required",
|
|
1950
|
+
"form.invalidEmail": "Enter a valid email address",
|
|
1951
|
+
"form.selectPlaceholder": "Select {{label}}...",
|
|
1952
|
+
"form.searchPlaceholder": "Search {{entity}}...",
|
|
1953
|
+
"table.empty.title": "No items found",
|
|
1954
|
+
"table.empty.description": "No items to display.",
|
|
1955
|
+
"table.search.placeholder": "Search...",
|
|
1956
|
+
"table.pagination.showing": "Showing {{start}} to {{end}} of {{total}} results",
|
|
1957
|
+
"table.pagination.page": "Page {{page}} of {{totalPages}}",
|
|
1958
|
+
"table.bulk.selected": "{{count}} selected",
|
|
1959
|
+
"table.loading": "Loading...",
|
|
1960
|
+
"status.loading": "Loading...",
|
|
1961
|
+
"status.scheduled": "Scheduled",
|
|
1962
|
+
"status.inProgress": "In Progress",
|
|
1963
|
+
"status.completed": "Completed",
|
|
1964
|
+
"status.cancelled": "Cancelled",
|
|
1965
|
+
"status.pending": "Pending",
|
|
1966
|
+
"status.active": "Active",
|
|
1967
|
+
"status.inactive": "Inactive",
|
|
1968
|
+
"status.draft": "Draft",
|
|
1969
|
+
"status.archived": "Archived",
|
|
1970
|
+
"error.generic": "Something went wrong",
|
|
1971
|
+
"error.retry": "Try again",
|
|
1972
|
+
"error.notFound": "Not found",
|
|
1973
|
+
"error.loadFailed": "Failed to load: {{message}}",
|
|
1974
|
+
"error.configMissing": "Configuration not found for: {{id}}",
|
|
1975
|
+
"common.loading": "Loading...",
|
|
1976
|
+
"common.showMore": "Show More",
|
|
1977
|
+
"common.showLess": "Show Less",
|
|
1978
|
+
"common.noResults": "No results found",
|
|
1979
|
+
"common.saveChanges": "Save Changes",
|
|
1980
|
+
"common.retry": "Retry",
|
|
1981
|
+
"common.open": "Open",
|
|
1982
|
+
"common.back": "Back",
|
|
1983
|
+
"empty.noItems": "No items",
|
|
1984
|
+
"empty.noData": "No data available",
|
|
1985
|
+
"empty.noItemsYet": "No items yet",
|
|
1986
|
+
"empty.noItemsAdded": "No items added yet",
|
|
1987
|
+
"empty.noOptionsFound": "No options found",
|
|
1988
|
+
"list.addItemPlaceholder": "Add new item...",
|
|
1989
|
+
"error.occurred": "An error occurred",
|
|
1990
|
+
"error.failedToLoad": "Failed to load data",
|
|
1991
|
+
"wizard.back": "Back",
|
|
1992
|
+
"wizard.next": "Next",
|
|
1993
|
+
"wizard.complete": "Complete",
|
|
1994
|
+
"wizard.stepOf": "Step {{current}} of {{total}}",
|
|
1995
|
+
"pagination.previous": "Previous",
|
|
1996
|
+
"pagination.next": "Next",
|
|
1997
|
+
"pagination.total": "Total:",
|
|
1998
|
+
"pagination.show": "Show:",
|
|
1999
|
+
"pagination.goTo": "Go to:",
|
|
2000
|
+
"pagination.go": "Go",
|
|
2001
|
+
"auth.signIn": "Sign in",
|
|
2002
|
+
"auth.signOut": "Sign out",
|
|
2003
|
+
"dialog.confirm": "Confirm",
|
|
2004
|
+
"dialog.cancel": "Cancel",
|
|
2005
|
+
"dialog.loading": "Loading...",
|
|
2006
|
+
"dialog.delete.title": "Delete {{item}}?",
|
|
2007
|
+
"dialog.delete.message": "This action cannot be undone.",
|
|
2008
|
+
"trait.availableActions": "Available Actions",
|
|
2009
|
+
"trait.transitions": "Transitions",
|
|
2010
|
+
"trait.availableNow": "Available now",
|
|
2011
|
+
"book.startReading": "Start Reading",
|
|
2012
|
+
"book.tableOfContents": "Table of Contents",
|
|
2013
|
+
"book.partNumber": "Part {{number}}",
|
|
2014
|
+
"book.print": "Print",
|
|
2015
|
+
"book.previousPage": "Previous page",
|
|
2016
|
+
"book.nextPage": "Next page",
|
|
2017
|
+
"quiz.showAnswer": "Show answer",
|
|
2018
|
+
"quiz.hideAnswer": "Hide answer",
|
|
2019
|
+
"aria.closeModal": "Close modal",
|
|
2020
|
+
"aria.closeToast": "Dismiss toast",
|
|
2021
|
+
"aria.closeAlert": "Dismiss alert",
|
|
2022
|
+
"aria.removeFilter": "Remove filter",
|
|
2023
|
+
"aria.closeDrawer": "Close drawer",
|
|
2024
|
+
"aria.closePanel": "Close panel",
|
|
2025
|
+
"aria.previousImage": "Previous image",
|
|
2026
|
+
"aria.nextImage": "Next image",
|
|
2027
|
+
"aria.dismiss": "Dismiss",
|
|
2028
|
+
"aria.previousSlide": "Previous slide",
|
|
2029
|
+
"aria.nextSlide": "Next slide",
|
|
2030
|
+
"aria.previousDays": "Previous days",
|
|
2031
|
+
"aria.nextDays": "Next days",
|
|
2032
|
+
"aria.decrease": "Decrease",
|
|
2033
|
+
"aria.increase": "Increase",
|
|
2034
|
+
"aria.breadcrumb": "Breadcrumb",
|
|
2035
|
+
"aria.tableOfContents": "Table of contents",
|
|
2036
|
+
"aria.docsSidebar": "Documentation sidebar",
|
|
2037
|
+
"aria.selectAllRows": "Select all rows",
|
|
2038
|
+
"aria.selectAll": "Select all",
|
|
2039
|
+
"aria.upvote": "Upvote",
|
|
2040
|
+
"aria.downvote": "Downvote",
|
|
2041
|
+
"aria.qrScanner": "QR scanner",
|
|
2042
|
+
"aria.mockScanDev": "Mock scan (dev)",
|
|
2043
|
+
"aria.openMenu": "Open menu",
|
|
2044
|
+
"aria.closeMenu": "Close menu",
|
|
2045
|
+
"aria.openSidebar": "Open sidebar",
|
|
2046
|
+
"sidebar.expand": "Expand sidebar",
|
|
2047
|
+
"sidebar.collapse": "Collapse sidebar",
|
|
2048
|
+
"sidebar.close": "Close sidebar",
|
|
2049
|
+
"loading.items": "Loading items...",
|
|
2050
|
+
"card.imageAlt": "Image",
|
|
2051
|
+
"canvas.emptyMessage": "No content",
|
|
2052
|
+
"canvas.errorTitle": "Canvas error",
|
|
2053
|
+
"book.noData": "No data",
|
|
2054
|
+
"common.notifications": "Notifications",
|
|
2055
|
+
"common.remaining": "{{count}} remaining",
|
|
2056
|
+
"error.somethingWentWrong": "Something went wrong",
|
|
2057
|
+
"error.loadingItems": "Loading items...",
|
|
2058
|
+
"error.noItemsFound": "No items found",
|
|
2059
|
+
"error.notFound": "Not found",
|
|
2060
|
+
"debug.noEntityData": "No entity data",
|
|
2061
|
+
"debug.noEntities": "No entities",
|
|
2062
|
+
"debug.noTicks": "No ticks registered",
|
|
2063
|
+
"debug.noActiveTraits": "No active traits",
|
|
2064
|
+
"debug.noGuardEvaluations": "No guard evaluations",
|
|
2065
|
+
"debug.noBridgeData": "No bridge data",
|
|
2066
|
+
"debug.status": "Status",
|
|
2067
|
+
"debug.eventsForwarded": "Events Forwarded (Client \u2192 Server)",
|
|
2068
|
+
"debug.eventsReceived": "Events Received (Server \u2192 Client)",
|
|
2069
|
+
"debug.lastHeartbeat": "Last Heartbeat",
|
|
2070
|
+
"debug.noEventsYet": "No events yet",
|
|
2071
|
+
"debug.noTransitionsRecorded": "No transitions recorded",
|
|
2072
|
+
"debug.noVerificationChecks": "No verification checks yet",
|
|
2073
|
+
"display.chartError": "Chart error",
|
|
2074
|
+
"display.codeViewerError": "Code viewer error",
|
|
2075
|
+
"display.noCode": "No code",
|
|
2076
|
+
"display.documentError": "Document error",
|
|
2077
|
+
"display.noDocument": "No document",
|
|
2078
|
+
"display.graphError": "Graph error",
|
|
2079
|
+
"display.noGraphData": "No graph data",
|
|
2080
|
+
"display.galleryError": "Gallery error",
|
|
2081
|
+
"display.noMedia": "No media",
|
|
2082
|
+
"display.meterError": "Meter error",
|
|
2083
|
+
"display.signaturePadError": "Signature pad error",
|
|
2084
|
+
"display.timelineError": "Timeline error",
|
|
2085
|
+
"display.noEvents": "No events",
|
|
2086
|
+
"template.features": "Features",
|
|
2087
|
+
"template.howItWorks": "How It Works",
|
|
2088
|
+
"template.showcase": "Showcase",
|
|
2089
|
+
"template.faq": "Frequently Asked Questions",
|
|
2090
|
+
"template.ourTeam": "Our Team",
|
|
2091
|
+
"template.caseStudies": "Case Studies"
|
|
2092
|
+
};
|
|
2093
|
+
}
|
|
2094
|
+
});
|
|
2095
|
+
function useTranslate() {
|
|
2096
|
+
return useContext(I18nContext);
|
|
2097
|
+
}
|
|
2098
|
+
var _meta, coreMessages, coreLocale, I18nContext;
|
|
2099
|
+
var init_useTranslate = __esm({
|
|
2100
|
+
"hooks/useTranslate.ts"() {
|
|
2101
|
+
"use client";
|
|
2102
|
+
init_en();
|
|
2103
|
+
({ $meta: _meta, ...coreMessages } = en_default);
|
|
2104
|
+
coreLocale = coreMessages;
|
|
2105
|
+
I18nContext = createContext({
|
|
2106
|
+
locale: "en",
|
|
2107
|
+
direction: "ltr",
|
|
2108
|
+
t: (key) => coreLocale[key] ?? key
|
|
2109
|
+
// core locale fallback
|
|
2110
|
+
});
|
|
2111
|
+
I18nContext.displayName = "I18nContext";
|
|
2112
|
+
I18nContext.Provider;
|
|
2113
|
+
}
|
|
2114
|
+
});
|
|
1911
2115
|
var sizeClasses2, minWidthClasses, lookStyles, Modal;
|
|
1912
2116
|
var init_Modal = __esm({
|
|
1913
|
-
"components/molecules/Modal.tsx"() {
|
|
2117
|
+
"components/core/molecules/Modal.tsx"() {
|
|
1914
2118
|
"use client";
|
|
1915
2119
|
init_Box();
|
|
1916
2120
|
init_Button();
|
|
@@ -1919,6 +2123,7 @@ var init_Modal = __esm({
|
|
|
1919
2123
|
init_Overlay();
|
|
1920
2124
|
init_cn();
|
|
1921
2125
|
init_useEventBus();
|
|
2126
|
+
init_useTranslate();
|
|
1922
2127
|
sizeClasses2 = {
|
|
1923
2128
|
sm: "max-w-md",
|
|
1924
2129
|
md: "max-w-2xl",
|
|
@@ -1956,6 +2161,7 @@ var init_Modal = __esm({
|
|
|
1956
2161
|
look = "centered-card"
|
|
1957
2162
|
}) => {
|
|
1958
2163
|
const eventBus = useEventBus();
|
|
2164
|
+
const { t } = useTranslate();
|
|
1959
2165
|
const modalRef = useRef(null);
|
|
1960
2166
|
const previousActiveElement = useRef(null);
|
|
1961
2167
|
const [dragY, setDragY] = useState(0);
|
|
@@ -2100,7 +2306,7 @@ var init_Modal = __esm({
|
|
|
2100
2306
|
icon: "x",
|
|
2101
2307
|
onClick: handleClose,
|
|
2102
2308
|
"data-event": "CLOSE",
|
|
2103
|
-
"aria-label": "
|
|
2309
|
+
"aria-label": t("aria.closeModal")
|
|
2104
2310
|
}
|
|
2105
2311
|
)
|
|
2106
2312
|
]
|
|
@@ -2131,7 +2337,7 @@ var init_Modal = __esm({
|
|
|
2131
2337
|
});
|
|
2132
2338
|
var sizeWidths, Drawer;
|
|
2133
2339
|
var init_Drawer = __esm({
|
|
2134
|
-
"components/molecules/Drawer.tsx"() {
|
|
2340
|
+
"components/core/molecules/Drawer.tsx"() {
|
|
2135
2341
|
"use client";
|
|
2136
2342
|
init_Box();
|
|
2137
2343
|
init_Button();
|
|
@@ -2139,6 +2345,7 @@ var init_Drawer = __esm({
|
|
|
2139
2345
|
init_Overlay();
|
|
2140
2346
|
init_cn();
|
|
2141
2347
|
init_useEventBus();
|
|
2348
|
+
init_useTranslate();
|
|
2142
2349
|
sizeWidths = {
|
|
2143
2350
|
sm: "w-full sm:w-80",
|
|
2144
2351
|
// 320px
|
|
@@ -2164,6 +2371,7 @@ var init_Drawer = __esm({
|
|
|
2164
2371
|
closeEvent
|
|
2165
2372
|
}) => {
|
|
2166
2373
|
const eventBus = useEventBus();
|
|
2374
|
+
const { t } = useTranslate();
|
|
2167
2375
|
const drawerRef = useRef(null);
|
|
2168
2376
|
const previousActiveElement = useRef(null);
|
|
2169
2377
|
useEffect(() => {
|
|
@@ -2258,7 +2466,7 @@ var init_Drawer = __esm({
|
|
|
2258
2466
|
size: "sm",
|
|
2259
2467
|
icon: "x",
|
|
2260
2468
|
onClick: handleClose,
|
|
2261
|
-
"aria-label": "
|
|
2469
|
+
"aria-label": t("aria.closeDrawer"),
|
|
2262
2470
|
className: cn(!title && "ml-auto")
|
|
2263
2471
|
}
|
|
2264
2472
|
)
|
|
@@ -2310,7 +2518,7 @@ var init_Drawer = __esm({
|
|
|
2310
2518
|
});
|
|
2311
2519
|
var variantStyles3, sizeStyles3, Badge;
|
|
2312
2520
|
var init_Badge = __esm({
|
|
2313
|
-
"components/atoms/Badge.tsx"() {
|
|
2521
|
+
"components/core/atoms/Badge.tsx"() {
|
|
2314
2522
|
init_cn();
|
|
2315
2523
|
init_Icon();
|
|
2316
2524
|
variantStyles3 = {
|
|
@@ -2401,7 +2609,7 @@ var init_Badge = __esm({
|
|
|
2401
2609
|
});
|
|
2402
2610
|
var variantClasses, iconMap, iconColors, Toast;
|
|
2403
2611
|
var init_Toast = __esm({
|
|
2404
|
-
"components/molecules/Toast.tsx"() {
|
|
2612
|
+
"components/core/molecules/Toast.tsx"() {
|
|
2405
2613
|
"use client";
|
|
2406
2614
|
init_Box();
|
|
2407
2615
|
init_Icon();
|
|
@@ -2410,6 +2618,7 @@ var init_Toast = __esm({
|
|
|
2410
2618
|
init_Badge();
|
|
2411
2619
|
init_cn();
|
|
2412
2620
|
init_useEventBus();
|
|
2621
|
+
init_useTranslate();
|
|
2413
2622
|
variantClasses = {
|
|
2414
2623
|
success: "bg-card border-[length:var(--border-width)] border-success",
|
|
2415
2624
|
error: "bg-card border-[length:var(--border-width)] border-error",
|
|
@@ -2443,6 +2652,7 @@ var init_Toast = __esm({
|
|
|
2443
2652
|
actionEvent
|
|
2444
2653
|
}) => {
|
|
2445
2654
|
const eventBus = useEventBus();
|
|
2655
|
+
const { t } = useTranslate();
|
|
2446
2656
|
const handleDismiss = () => {
|
|
2447
2657
|
if (dismissEvent) eventBus.emit(`UI:${dismissEvent}`, {});
|
|
2448
2658
|
onDismiss?.();
|
|
@@ -2496,7 +2706,7 @@ var init_Toast = __esm({
|
|
|
2496
2706
|
size: "sm",
|
|
2497
2707
|
icon: "x",
|
|
2498
2708
|
onClick: handleDismiss,
|
|
2499
|
-
"aria-label": "
|
|
2709
|
+
"aria-label": t("aria.closeToast"),
|
|
2500
2710
|
className: "flex-shrink-0"
|
|
2501
2711
|
}
|
|
2502
2712
|
)
|
|
@@ -2567,7 +2777,7 @@ function buildDiamondPoints(x, y, scale) {
|
|
|
2567
2777
|
}
|
|
2568
2778
|
var SvgBranch;
|
|
2569
2779
|
var init_SvgBranch = __esm({
|
|
2570
|
-
"components/atoms/svg/SvgBranch.tsx"() {
|
|
2780
|
+
"components/core/atoms/svg/SvgBranch.tsx"() {
|
|
2571
2781
|
"use client";
|
|
2572
2782
|
SvgBranch = ({
|
|
2573
2783
|
x,
|
|
@@ -2614,7 +2824,7 @@ var init_SvgBranch = __esm({
|
|
|
2614
2824
|
});
|
|
2615
2825
|
var SvgConnection;
|
|
2616
2826
|
var init_SvgConnection = __esm({
|
|
2617
|
-
"components/atoms/svg/SvgConnection.tsx"() {
|
|
2827
|
+
"components/core/atoms/svg/SvgConnection.tsx"() {
|
|
2618
2828
|
"use client";
|
|
2619
2829
|
SvgConnection = ({
|
|
2620
2830
|
x1,
|
|
@@ -2654,7 +2864,7 @@ var init_SvgConnection = __esm({
|
|
|
2654
2864
|
});
|
|
2655
2865
|
var flowIdCounter, SvgFlow;
|
|
2656
2866
|
var init_SvgFlow = __esm({
|
|
2657
|
-
"components/atoms/svg/SvgFlow.tsx"() {
|
|
2867
|
+
"components/core/atoms/svg/SvgFlow.tsx"() {
|
|
2658
2868
|
"use client";
|
|
2659
2869
|
flowIdCounter = 0;
|
|
2660
2870
|
SvgFlow = ({
|
|
@@ -2708,7 +2918,7 @@ var init_SvgFlow = __esm({
|
|
|
2708
2918
|
});
|
|
2709
2919
|
var SvgGrid;
|
|
2710
2920
|
var init_SvgGrid = __esm({
|
|
2711
|
-
"components/atoms/svg/SvgGrid.tsx"() {
|
|
2921
|
+
"components/core/atoms/svg/SvgGrid.tsx"() {
|
|
2712
2922
|
"use client";
|
|
2713
2923
|
SvgGrid = ({
|
|
2714
2924
|
x,
|
|
@@ -2748,7 +2958,7 @@ var init_SvgGrid = __esm({
|
|
|
2748
2958
|
});
|
|
2749
2959
|
var SvgLobe;
|
|
2750
2960
|
var init_SvgLobe = __esm({
|
|
2751
|
-
"components/atoms/svg/SvgLobe.tsx"() {
|
|
2961
|
+
"components/core/atoms/svg/SvgLobe.tsx"() {
|
|
2752
2962
|
"use client";
|
|
2753
2963
|
SvgLobe = ({
|
|
2754
2964
|
cx,
|
|
@@ -2828,7 +3038,7 @@ function getConnections(count, density) {
|
|
|
2828
3038
|
}
|
|
2829
3039
|
var SvgMesh;
|
|
2830
3040
|
var init_SvgMesh = __esm({
|
|
2831
|
-
"components/atoms/svg/SvgMesh.tsx"() {
|
|
3041
|
+
"components/core/atoms/svg/SvgMesh.tsx"() {
|
|
2832
3042
|
"use client";
|
|
2833
3043
|
SvgMesh = ({
|
|
2834
3044
|
cx,
|
|
@@ -2873,7 +3083,7 @@ var init_SvgMesh = __esm({
|
|
|
2873
3083
|
});
|
|
2874
3084
|
var TextLines, CodeBrackets, AppRect, FlowArrow, SvgMorph;
|
|
2875
3085
|
var init_SvgMorph = __esm({
|
|
2876
|
-
"components/atoms/svg/SvgMorph.tsx"() {
|
|
3086
|
+
"components/core/atoms/svg/SvgMorph.tsx"() {
|
|
2877
3087
|
"use client";
|
|
2878
3088
|
TextLines = ({
|
|
2879
3089
|
x,
|
|
@@ -3082,7 +3292,7 @@ var init_SvgMorph = __esm({
|
|
|
3082
3292
|
});
|
|
3083
3293
|
var SvgNode;
|
|
3084
3294
|
var init_SvgNode = __esm({
|
|
3085
|
-
"components/atoms/svg/SvgNode.tsx"() {
|
|
3295
|
+
"components/core/atoms/svg/SvgNode.tsx"() {
|
|
3086
3296
|
"use client";
|
|
3087
3297
|
SvgNode = ({
|
|
3088
3298
|
x,
|
|
@@ -3138,7 +3348,7 @@ var init_SvgNode = __esm({
|
|
|
3138
3348
|
});
|
|
3139
3349
|
var PULSE_KEYFRAMES, SvgPulse;
|
|
3140
3350
|
var init_SvgPulse = __esm({
|
|
3141
|
-
"components/atoms/svg/SvgPulse.tsx"() {
|
|
3351
|
+
"components/core/atoms/svg/SvgPulse.tsx"() {
|
|
3142
3352
|
"use client";
|
|
3143
3353
|
PULSE_KEYFRAMES = `
|
|
3144
3354
|
@keyframes almadar-svg-pulse-expand {
|
|
@@ -3194,7 +3404,7 @@ var init_SvgPulse = __esm({
|
|
|
3194
3404
|
});
|
|
3195
3405
|
var ringIdCounter, SvgRing;
|
|
3196
3406
|
var init_SvgRing = __esm({
|
|
3197
|
-
"components/atoms/svg/SvgRing.tsx"() {
|
|
3407
|
+
"components/core/atoms/svg/SvgRing.tsx"() {
|
|
3198
3408
|
"use client";
|
|
3199
3409
|
ringIdCounter = 0;
|
|
3200
3410
|
SvgRing = ({
|
|
@@ -3251,7 +3461,7 @@ var init_SvgRing = __esm({
|
|
|
3251
3461
|
});
|
|
3252
3462
|
var SHIELD_PATH, CHECK_PATH, SvgShield;
|
|
3253
3463
|
var init_SvgShield = __esm({
|
|
3254
|
-
"components/atoms/svg/SvgShield.tsx"() {
|
|
3464
|
+
"components/core/atoms/svg/SvgShield.tsx"() {
|
|
3255
3465
|
"use client";
|
|
3256
3466
|
SHIELD_PATH = "M15,2 C15,2 5,5 2,6 C2,6 2,18 5,24 C8,30 15,34 15,34 C15,34 22,30 25,24 C28,18 28,6 28,6 C25,5 15,2 15,2 Z";
|
|
3257
3467
|
CHECK_PATH = "M10,18 L14,22 L21,13";
|
|
@@ -3301,7 +3511,7 @@ var init_SvgShield = __esm({
|
|
|
3301
3511
|
});
|
|
3302
3512
|
var SvgStack;
|
|
3303
3513
|
var init_SvgStack = __esm({
|
|
3304
|
-
"components/atoms/svg/SvgStack.tsx"() {
|
|
3514
|
+
"components/core/atoms/svg/SvgStack.tsx"() {
|
|
3305
3515
|
"use client";
|
|
3306
3516
|
SvgStack = ({
|
|
3307
3517
|
x,
|
|
@@ -3360,16 +3570,17 @@ var init_SvgStack = __esm({
|
|
|
3360
3570
|
}
|
|
3361
3571
|
});
|
|
3362
3572
|
|
|
3363
|
-
// components/atoms/svg/index.ts
|
|
3573
|
+
// components/core/atoms/svg/index.ts
|
|
3364
3574
|
var init_svg = __esm({
|
|
3365
|
-
"components/atoms/svg/index.ts"() {
|
|
3575
|
+
"components/core/atoms/svg/index.ts"() {
|
|
3366
3576
|
}
|
|
3367
3577
|
});
|
|
3368
3578
|
var Input;
|
|
3369
3579
|
var init_Input = __esm({
|
|
3370
|
-
"components/atoms/Input.tsx"() {
|
|
3580
|
+
"components/core/atoms/Input.tsx"() {
|
|
3371
3581
|
init_cn();
|
|
3372
3582
|
init_Icon();
|
|
3583
|
+
init_useTranslate();
|
|
3373
3584
|
Input = React85__default.forwardRef(
|
|
3374
3585
|
({
|
|
3375
3586
|
className,
|
|
@@ -3387,6 +3598,7 @@ var init_Input = __esm({
|
|
|
3387
3598
|
onChange,
|
|
3388
3599
|
...props
|
|
3389
3600
|
}, ref) => {
|
|
3601
|
+
const { t } = useTranslate();
|
|
3390
3602
|
const type = inputType || htmlType || "text";
|
|
3391
3603
|
const IconComponent = typeof iconProp === "string" ? resolveIcon(iconProp) : iconProp;
|
|
3392
3604
|
const resolvedLeftIcon = leftIcon || IconComponent && /* @__PURE__ */ jsx(IconComponent, { className: "h-icon-default w-icon-default" });
|
|
@@ -3417,7 +3629,7 @@ var init_Input = __esm({
|
|
|
3417
3629
|
className: cn(baseClassName, "appearance-none pr-10", className),
|
|
3418
3630
|
...props,
|
|
3419
3631
|
children: [
|
|
3420
|
-
/* @__PURE__ */ jsx("option", { value: "", children: "
|
|
3632
|
+
/* @__PURE__ */ jsx("option", { value: "", children: t("form.selectPlaceholder", { label: "" }) }),
|
|
3421
3633
|
options?.map((opt) => /* @__PURE__ */ jsx("option", { value: opt.value, children: opt.label }, opt.value))
|
|
3422
3634
|
]
|
|
3423
3635
|
}
|
|
@@ -3488,7 +3700,7 @@ var init_Input = __esm({
|
|
|
3488
3700
|
});
|
|
3489
3701
|
var Label;
|
|
3490
3702
|
var init_Label = __esm({
|
|
3491
|
-
"components/atoms/Label.tsx"() {
|
|
3703
|
+
"components/core/atoms/Label.tsx"() {
|
|
3492
3704
|
init_cn();
|
|
3493
3705
|
Label = React85__default.forwardRef(
|
|
3494
3706
|
({ className, required, children, ...props }, ref) => {
|
|
@@ -3514,7 +3726,7 @@ var init_Label = __esm({
|
|
|
3514
3726
|
});
|
|
3515
3727
|
var Textarea;
|
|
3516
3728
|
var init_Textarea = __esm({
|
|
3517
|
-
"components/atoms/Textarea.tsx"() {
|
|
3729
|
+
"components/core/atoms/Textarea.tsx"() {
|
|
3518
3730
|
init_cn();
|
|
3519
3731
|
Textarea = React85__default.forwardRef(
|
|
3520
3732
|
({ className, error, ...props }, ref) => {
|
|
@@ -3543,7 +3755,7 @@ var init_Textarea = __esm({
|
|
|
3543
3755
|
});
|
|
3544
3756
|
var Select;
|
|
3545
3757
|
var init_Select = __esm({
|
|
3546
|
-
"components/atoms/Select.tsx"() {
|
|
3758
|
+
"components/core/atoms/Select.tsx"() {
|
|
3547
3759
|
init_cn();
|
|
3548
3760
|
init_Icon();
|
|
3549
3761
|
Select = React85__default.forwardRef(
|
|
@@ -3586,7 +3798,7 @@ var init_Select = __esm({
|
|
|
3586
3798
|
});
|
|
3587
3799
|
var Checkbox;
|
|
3588
3800
|
var init_Checkbox = __esm({
|
|
3589
|
-
"components/atoms/Checkbox.tsx"() {
|
|
3801
|
+
"components/core/atoms/Checkbox.tsx"() {
|
|
3590
3802
|
init_cn();
|
|
3591
3803
|
Checkbox = React85__default.forwardRef(
|
|
3592
3804
|
({ className, label, id, ...props }, ref) => {
|
|
@@ -3624,7 +3836,7 @@ var init_Checkbox = __esm({
|
|
|
3624
3836
|
});
|
|
3625
3837
|
var variantStyles4, paddingStyles2, shadowStyles2, lookStyles2, Card, CardHeader, CardTitle, CardContent, CardBody, CardFooter;
|
|
3626
3838
|
var init_Card = __esm({
|
|
3627
|
-
"components/atoms/Card.tsx"() {
|
|
3839
|
+
"components/core/atoms/Card.tsx"() {
|
|
3628
3840
|
init_cn();
|
|
3629
3841
|
variantStyles4 = {
|
|
3630
3842
|
default: [
|
|
@@ -3749,9 +3961,10 @@ var init_Card = __esm({
|
|
|
3749
3961
|
});
|
|
3750
3962
|
var variantStyles5, sizeStyles4, iconSizes, FilterPill;
|
|
3751
3963
|
var init_FilterPill = __esm({
|
|
3752
|
-
"components/atoms/FilterPill.tsx"() {
|
|
3964
|
+
"components/core/atoms/FilterPill.tsx"() {
|
|
3753
3965
|
init_cn();
|
|
3754
3966
|
init_useEventBus();
|
|
3967
|
+
init_useTranslate();
|
|
3755
3968
|
init_Icon();
|
|
3756
3969
|
variantStyles5 = {
|
|
3757
3970
|
default: [
|
|
@@ -3807,6 +4020,7 @@ var init_FilterPill = __esm({
|
|
|
3807
4020
|
...props
|
|
3808
4021
|
}, ref) => {
|
|
3809
4022
|
const eventBus = useEventBus();
|
|
4023
|
+
const { t } = useTranslate();
|
|
3810
4024
|
const payloadLabel = typeof children === "string" || typeof children === "number" ? children : label;
|
|
3811
4025
|
const handleClick = useCallback(() => {
|
|
3812
4026
|
onClick?.();
|
|
@@ -3841,7 +4055,7 @@ var init_FilterPill = __esm({
|
|
|
3841
4055
|
e.stopPropagation();
|
|
3842
4056
|
handleRemove();
|
|
3843
4057
|
},
|
|
3844
|
-
"aria-label": "
|
|
4058
|
+
"aria-label": t("aria.removeFilter"),
|
|
3845
4059
|
className: cn(
|
|
3846
4060
|
"ml-0.5 rounded-full hover:bg-foreground/10 transition-colors flex items-center justify-center"
|
|
3847
4061
|
),
|
|
@@ -3858,7 +4072,7 @@ var init_FilterPill = __esm({
|
|
|
3858
4072
|
});
|
|
3859
4073
|
var sizeStyles5, Spinner;
|
|
3860
4074
|
var init_Spinner = __esm({
|
|
3861
|
-
"components/atoms/Spinner.tsx"() {
|
|
4075
|
+
"components/core/atoms/Spinner.tsx"() {
|
|
3862
4076
|
init_cn();
|
|
3863
4077
|
init_Icon();
|
|
3864
4078
|
sizeStyles5 = {
|
|
@@ -3892,7 +4106,7 @@ function generateInitials(name) {
|
|
|
3892
4106
|
}
|
|
3893
4107
|
var sizeClasses3, iconSizeClasses, statusSizeClasses, statusClasses, badgeSizeClasses, Avatar;
|
|
3894
4108
|
var init_Avatar = __esm({
|
|
3895
|
-
"components/atoms/Avatar.tsx"() {
|
|
4109
|
+
"components/core/atoms/Avatar.tsx"() {
|
|
3896
4110
|
"use client";
|
|
3897
4111
|
init_Icon();
|
|
3898
4112
|
init_cn();
|
|
@@ -4045,7 +4259,7 @@ var init_Avatar = __esm({
|
|
|
4045
4259
|
});
|
|
4046
4260
|
var Center;
|
|
4047
4261
|
var init_Center = __esm({
|
|
4048
|
-
"components/atoms/Center.tsx"() {
|
|
4262
|
+
"components/core/atoms/Center.tsx"() {
|
|
4049
4263
|
init_cn();
|
|
4050
4264
|
Center = ({
|
|
4051
4265
|
inline = false,
|
|
@@ -4081,7 +4295,7 @@ var init_Center = __esm({
|
|
|
4081
4295
|
});
|
|
4082
4296
|
var variantStyles6, Divider;
|
|
4083
4297
|
var init_Divider = __esm({
|
|
4084
|
-
"components/atoms/Divider.tsx"() {
|
|
4298
|
+
"components/core/atoms/Divider.tsx"() {
|
|
4085
4299
|
init_cn();
|
|
4086
4300
|
variantStyles6 = {
|
|
4087
4301
|
solid: "border-solid",
|
|
@@ -4157,7 +4371,7 @@ var init_Divider = __esm({
|
|
|
4157
4371
|
});
|
|
4158
4372
|
var colorClasses, circularSizeClasses, ProgressBar;
|
|
4159
4373
|
var init_ProgressBar = __esm({
|
|
4160
|
-
"components/atoms/ProgressBar.tsx"() {
|
|
4374
|
+
"components/core/atoms/ProgressBar.tsx"() {
|
|
4161
4375
|
init_cn();
|
|
4162
4376
|
colorClasses = {
|
|
4163
4377
|
default: "bg-primary",
|
|
@@ -4316,7 +4530,7 @@ var init_ProgressBar = __esm({
|
|
|
4316
4530
|
});
|
|
4317
4531
|
var sizeClasses4, dotSizeClasses, Radio;
|
|
4318
4532
|
var init_Radio = __esm({
|
|
4319
|
-
"components/atoms/Radio.tsx"() {
|
|
4533
|
+
"components/core/atoms/Radio.tsx"() {
|
|
4320
4534
|
init_cn();
|
|
4321
4535
|
init_useEventBus();
|
|
4322
4536
|
sizeClasses4 = {
|
|
@@ -4469,7 +4683,7 @@ var init_Radio = __esm({
|
|
|
4469
4683
|
});
|
|
4470
4684
|
var COLOR_VAR, Sparkline;
|
|
4471
4685
|
var init_Sparkline = __esm({
|
|
4472
|
-
"components/atoms/Sparkline.tsx"() {
|
|
4686
|
+
"components/core/atoms/Sparkline.tsx"() {
|
|
4473
4687
|
init_cn();
|
|
4474
4688
|
COLOR_VAR = {
|
|
4475
4689
|
primary: "var(--color-primary)",
|
|
@@ -4530,7 +4744,7 @@ var init_Sparkline = __esm({
|
|
|
4530
4744
|
});
|
|
4531
4745
|
var Switch;
|
|
4532
4746
|
var init_Switch = __esm({
|
|
4533
|
-
"components/atoms/Switch.tsx"() {
|
|
4747
|
+
"components/core/atoms/Switch.tsx"() {
|
|
4534
4748
|
"use client";
|
|
4535
4749
|
init_cn();
|
|
4536
4750
|
Switch = React85.forwardRef(
|
|
@@ -4610,7 +4824,7 @@ var init_Switch = __esm({
|
|
|
4610
4824
|
});
|
|
4611
4825
|
var horizontalSizes, verticalSizes, Spacer;
|
|
4612
4826
|
var init_Spacer = __esm({
|
|
4613
|
-
"components/atoms/Spacer.tsx"() {
|
|
4827
|
+
"components/core/atoms/Spacer.tsx"() {
|
|
4614
4828
|
init_cn();
|
|
4615
4829
|
horizontalSizes = {
|
|
4616
4830
|
xs: "w-1",
|
|
@@ -4649,7 +4863,7 @@ var init_Spacer = __esm({
|
|
|
4649
4863
|
});
|
|
4650
4864
|
var gapStyles, alignStyles, justifyStyles, Stack, VStack, HStack;
|
|
4651
4865
|
var init_Stack = __esm({
|
|
4652
|
-
"components/atoms/Stack.tsx"() {
|
|
4866
|
+
"components/core/atoms/Stack.tsx"() {
|
|
4653
4867
|
"use client";
|
|
4654
4868
|
init_cn();
|
|
4655
4869
|
init_useEventBus();
|
|
@@ -4735,7 +4949,7 @@ var init_Stack = __esm({
|
|
|
4735
4949
|
});
|
|
4736
4950
|
var TextHighlight;
|
|
4737
4951
|
var init_TextHighlight = __esm({
|
|
4738
|
-
"components/atoms/TextHighlight.tsx"() {
|
|
4952
|
+
"components/core/atoms/TextHighlight.tsx"() {
|
|
4739
4953
|
"use client";
|
|
4740
4954
|
init_cn();
|
|
4741
4955
|
init_useEventBus();
|
|
@@ -4804,7 +5018,7 @@ var init_TextHighlight = __esm({
|
|
|
4804
5018
|
});
|
|
4805
5019
|
var sizeClasses5, iconSizes2, ThemeToggle;
|
|
4806
5020
|
var init_ThemeToggle = __esm({
|
|
4807
|
-
"components/atoms/ThemeToggle.tsx"() {
|
|
5021
|
+
"components/core/atoms/ThemeToggle.tsx"() {
|
|
4808
5022
|
"use client";
|
|
4809
5023
|
init_Icon();
|
|
4810
5024
|
init_cn();
|
|
@@ -4866,7 +5080,7 @@ var init_ThemeToggle = __esm({
|
|
|
4866
5080
|
});
|
|
4867
5081
|
var FlipContainer;
|
|
4868
5082
|
var init_FlipContainer = __esm({
|
|
4869
|
-
"components/atoms/FlipContainer.tsx"() {
|
|
5083
|
+
"components/core/atoms/FlipContainer.tsx"() {
|
|
4870
5084
|
"use client";
|
|
4871
5085
|
init_cn();
|
|
4872
5086
|
init_Box();
|
|
@@ -4901,7 +5115,7 @@ var init_FlipContainer = __esm({
|
|
|
4901
5115
|
});
|
|
4902
5116
|
var Aside;
|
|
4903
5117
|
var init_Aside = __esm({
|
|
4904
|
-
"components/atoms/Aside.tsx"() {
|
|
5118
|
+
"components/core/atoms/Aside.tsx"() {
|
|
4905
5119
|
init_cn();
|
|
4906
5120
|
Aside = React85__default.forwardRef(
|
|
4907
5121
|
({ className, children, ...rest }, ref) => /* @__PURE__ */ jsx("aside", { ref, className: cn(className), ...rest, children })
|
|
@@ -4923,7 +5137,7 @@ function toSharedContext(ctx) {
|
|
|
4923
5137
|
}
|
|
4924
5138
|
var ConditionalWrapper;
|
|
4925
5139
|
var init_ConditionalWrapper = __esm({
|
|
4926
|
-
"components/atoms/ConditionalWrapper.tsx"() {
|
|
5140
|
+
"components/core/atoms/ConditionalWrapper.tsx"() {
|
|
4927
5141
|
init_Box();
|
|
4928
5142
|
ConditionalWrapper = ({
|
|
4929
5143
|
condition,
|
|
@@ -4955,7 +5169,7 @@ var init_ConditionalWrapper = __esm({
|
|
|
4955
5169
|
});
|
|
4956
5170
|
var positionStyles2, arrowStyles, LawReferenceTooltip;
|
|
4957
5171
|
var init_LawReferenceTooltip = __esm({
|
|
4958
|
-
"components/atoms/LawReferenceTooltip.tsx"() {
|
|
5172
|
+
"components/core/atoms/LawReferenceTooltip.tsx"() {
|
|
4959
5173
|
"use client";
|
|
4960
5174
|
init_Box();
|
|
4961
5175
|
init_Stack();
|
|
@@ -5135,7 +5349,7 @@ function DayCell({
|
|
|
5135
5349
|
}
|
|
5136
5350
|
var DAY_ABBREVIATIONS;
|
|
5137
5351
|
var init_DayCell = __esm({
|
|
5138
|
-
"components/atoms/DayCell.tsx"() {
|
|
5352
|
+
"components/core/atoms/DayCell.tsx"() {
|
|
5139
5353
|
"use client";
|
|
5140
5354
|
init_cn();
|
|
5141
5355
|
init_Box();
|
|
@@ -5168,7 +5382,7 @@ function TimeSlotCell({
|
|
|
5168
5382
|
);
|
|
5169
5383
|
}
|
|
5170
5384
|
var init_TimeSlotCell = __esm({
|
|
5171
|
-
"components/atoms/TimeSlotCell.tsx"() {
|
|
5385
|
+
"components/core/atoms/TimeSlotCell.tsx"() {
|
|
5172
5386
|
"use client";
|
|
5173
5387
|
init_cn();
|
|
5174
5388
|
init_Box();
|
|
@@ -5177,7 +5391,7 @@ var init_TimeSlotCell = __esm({
|
|
|
5177
5391
|
});
|
|
5178
5392
|
var statusColors, pulseRingColors, sizeStyles6, StatusDot;
|
|
5179
5393
|
var init_StatusDot = __esm({
|
|
5180
|
-
"components/atoms/StatusDot.tsx"() {
|
|
5394
|
+
"components/core/atoms/StatusDot.tsx"() {
|
|
5181
5395
|
init_cn();
|
|
5182
5396
|
statusColors = {
|
|
5183
5397
|
online: "bg-success",
|
|
@@ -5241,7 +5455,7 @@ function resolveColor(dir, invert) {
|
|
|
5241
5455
|
}
|
|
5242
5456
|
var sizeStyles7, iconNameMap, TrendIndicator;
|
|
5243
5457
|
var init_TrendIndicator = __esm({
|
|
5244
|
-
"components/atoms/TrendIndicator.tsx"() {
|
|
5458
|
+
"components/core/atoms/TrendIndicator.tsx"() {
|
|
5245
5459
|
init_Icon();
|
|
5246
5460
|
init_cn();
|
|
5247
5461
|
sizeStyles7 = {
|
|
@@ -5307,7 +5521,7 @@ function useSafeEventBus() {
|
|
|
5307
5521
|
}
|
|
5308
5522
|
var trackSizes, thumbSizes, RangeSlider;
|
|
5309
5523
|
var init_RangeSlider = __esm({
|
|
5310
|
-
"components/atoms/RangeSlider.tsx"() {
|
|
5524
|
+
"components/core/atoms/RangeSlider.tsx"() {
|
|
5311
5525
|
"use client";
|
|
5312
5526
|
init_cn();
|
|
5313
5527
|
init_useEventBus();
|
|
@@ -5516,7 +5730,7 @@ function easeOut(t) {
|
|
|
5516
5730
|
}
|
|
5517
5731
|
var AnimatedCounter;
|
|
5518
5732
|
var init_AnimatedCounter = __esm({
|
|
5519
|
-
"components/atoms/AnimatedCounter.tsx"() {
|
|
5733
|
+
"components/marketing/atoms/AnimatedCounter.tsx"() {
|
|
5520
5734
|
"use client";
|
|
5521
5735
|
init_cn();
|
|
5522
5736
|
init_Typography();
|
|
@@ -5608,7 +5822,7 @@ var init_useInfiniteScroll = __esm({
|
|
|
5608
5822
|
});
|
|
5609
5823
|
var InfiniteScrollSentinel;
|
|
5610
5824
|
var init_InfiniteScrollSentinel = __esm({
|
|
5611
|
-
"components/atoms/InfiniteScrollSentinel.tsx"() {
|
|
5825
|
+
"components/core/atoms/InfiniteScrollSentinel.tsx"() {
|
|
5612
5826
|
"use client";
|
|
5613
5827
|
init_cn();
|
|
5614
5828
|
init_useInfiniteScroll();
|
|
@@ -5663,7 +5877,7 @@ function createParticles(count) {
|
|
|
5663
5877
|
}
|
|
5664
5878
|
var CONFETTI_COLORS, particleIdCounter, ConfettiEffect;
|
|
5665
5879
|
var init_ConfettiEffect = __esm({
|
|
5666
|
-
"components/atoms/ConfettiEffect.tsx"() {
|
|
5880
|
+
"components/core/atoms/ConfettiEffect.tsx"() {
|
|
5667
5881
|
"use client";
|
|
5668
5882
|
init_cn();
|
|
5669
5883
|
init_Box();
|
|
@@ -5762,7 +5976,7 @@ var init_ConfettiEffect = __esm({
|
|
|
5762
5976
|
});
|
|
5763
5977
|
var TypewriterText;
|
|
5764
5978
|
var init_TypewriterText = __esm({
|
|
5765
|
-
"components/atoms/TypewriterText.tsx"() {
|
|
5979
|
+
"components/core/atoms/TypewriterText.tsx"() {
|
|
5766
5980
|
"use client";
|
|
5767
5981
|
init_cn();
|
|
5768
5982
|
init_Typography();
|
|
@@ -5832,7 +6046,7 @@ var init_TypewriterText = __esm({
|
|
|
5832
6046
|
});
|
|
5833
6047
|
var levelToVariant, alignClasses, alignToStack, SectionHeader;
|
|
5834
6048
|
var init_SectionHeader = __esm({
|
|
5835
|
-
"components/atoms/SectionHeader.tsx"() {
|
|
6049
|
+
"components/core/atoms/SectionHeader.tsx"() {
|
|
5836
6050
|
init_cn();
|
|
5837
6051
|
init_Stack();
|
|
5838
6052
|
init_Typography();
|
|
@@ -5871,7 +6085,7 @@ var init_SectionHeader = __esm({
|
|
|
5871
6085
|
});
|
|
5872
6086
|
var backgroundClasses, paddingClasses, ContentSection;
|
|
5873
6087
|
var init_ContentSection = __esm({
|
|
5874
|
-
"components/atoms/ContentSection.tsx"() {
|
|
6088
|
+
"components/marketing/atoms/ContentSection.tsx"() {
|
|
5875
6089
|
init_cn();
|
|
5876
6090
|
init_Box();
|
|
5877
6091
|
backgroundClasses = {
|
|
@@ -6366,7 +6580,7 @@ function getTileDimensions(variant, size) {
|
|
|
6366
6580
|
}
|
|
6367
6581
|
var PI, VARIANT_MAP, PatternTile;
|
|
6368
6582
|
var init_PatternTile = __esm({
|
|
6369
|
-
"components/atoms/PatternTile.tsx"() {
|
|
6583
|
+
"components/marketing/atoms/PatternTile.tsx"() {
|
|
6370
6584
|
"use client";
|
|
6371
6585
|
PI = Math.PI;
|
|
6372
6586
|
VARIANT_MAP = {
|
|
@@ -6400,7 +6614,7 @@ var init_PatternTile = __esm({
|
|
|
6400
6614
|
});
|
|
6401
6615
|
var initialStyles, animatedStyles, AnimatedReveal;
|
|
6402
6616
|
var init_AnimatedReveal = __esm({
|
|
6403
|
-
"components/atoms/AnimatedReveal.tsx"() {
|
|
6617
|
+
"components/marketing/atoms/AnimatedReveal.tsx"() {
|
|
6404
6618
|
"use client";
|
|
6405
6619
|
init_cn();
|
|
6406
6620
|
initialStyles = {
|
|
@@ -6580,7 +6794,7 @@ function applyMorphAnimation(container, animate, duration, delay, easing) {
|
|
|
6580
6794
|
}
|
|
6581
6795
|
var AnimatedGraphic;
|
|
6582
6796
|
var init_AnimatedGraphic = __esm({
|
|
6583
|
-
"components/atoms/AnimatedGraphic.tsx"() {
|
|
6797
|
+
"components/marketing/atoms/AnimatedGraphic.tsx"() {
|
|
6584
6798
|
"use client";
|
|
6585
6799
|
init_cn();
|
|
6586
6800
|
AnimatedGraphic = React85__default.forwardRef(
|
|
@@ -6741,7 +6955,7 @@ function getSlotContentRenderer() {
|
|
|
6741
6955
|
}
|
|
6742
6956
|
var _slotContentRenderer;
|
|
6743
6957
|
var init_TraitFrame = __esm({
|
|
6744
|
-
"components/atoms/TraitFrame.tsx"() {
|
|
6958
|
+
"components/core/atoms/TraitFrame.tsx"() {
|
|
6745
6959
|
init_EntitySchemaContext();
|
|
6746
6960
|
TraitFrame.displayName = "TraitFrame";
|
|
6747
6961
|
_slotContentRenderer = null;
|
|
@@ -6799,7 +7013,7 @@ function HealthBar({
|
|
|
6799
7013
|
}
|
|
6800
7014
|
var heartIcon, sizeMap;
|
|
6801
7015
|
var init_HealthBar = __esm({
|
|
6802
|
-
"components/atoms/
|
|
7016
|
+
"components/game/atoms/HealthBar.tsx"() {
|
|
6803
7017
|
init_cn();
|
|
6804
7018
|
heartIcon = (filled, size) => /* @__PURE__ */ jsx(
|
|
6805
7019
|
"svg",
|
|
@@ -6876,7 +7090,7 @@ function ScoreDisplay({
|
|
|
6876
7090
|
}
|
|
6877
7091
|
var sizeMap2;
|
|
6878
7092
|
var init_ScoreDisplay = __esm({
|
|
6879
|
-
"components/atoms/
|
|
7093
|
+
"components/game/atoms/ScoreDisplay.tsx"() {
|
|
6880
7094
|
"use client";
|
|
6881
7095
|
init_cn();
|
|
6882
7096
|
sizeMap2 = {
|
|
@@ -6968,7 +7182,7 @@ function ControlButton({
|
|
|
6968
7182
|
}
|
|
6969
7183
|
var sizeMap3, shapeMap, variantMap;
|
|
6970
7184
|
var init_ControlButton = __esm({
|
|
6971
|
-
"components/atoms/
|
|
7185
|
+
"components/game/atoms/ControlButton.tsx"() {
|
|
6972
7186
|
"use client";
|
|
6973
7187
|
init_cn();
|
|
6974
7188
|
init_useEventBus();
|
|
@@ -7062,7 +7276,7 @@ function Sprite({
|
|
|
7062
7276
|
);
|
|
7063
7277
|
}
|
|
7064
7278
|
var init_Sprite = __esm({
|
|
7065
|
-
"components/atoms/
|
|
7279
|
+
"components/game/atoms/Sprite.tsx"() {
|
|
7066
7280
|
"use client";
|
|
7067
7281
|
init_useEventBus();
|
|
7068
7282
|
}
|
|
@@ -7098,7 +7312,7 @@ function StateIndicator({
|
|
|
7098
7312
|
}
|
|
7099
7313
|
var DEFAULT_STATE_STYLES, DEFAULT_STYLE, SIZE_CLASSES;
|
|
7100
7314
|
var init_StateIndicator = __esm({
|
|
7101
|
-
"components/atoms/
|
|
7315
|
+
"components/game/atoms/StateIndicator.tsx"() {
|
|
7102
7316
|
init_Box();
|
|
7103
7317
|
init_cn();
|
|
7104
7318
|
DEFAULT_STATE_STYLES = {
|
|
@@ -7164,7 +7378,7 @@ function TimerDisplay({
|
|
|
7164
7378
|
}
|
|
7165
7379
|
var sizeMap4;
|
|
7166
7380
|
var init_TimerDisplay = __esm({
|
|
7167
|
-
"components/atoms/
|
|
7381
|
+
"components/game/atoms/TimerDisplay.tsx"() {
|
|
7168
7382
|
init_cn();
|
|
7169
7383
|
sizeMap4 = {
|
|
7170
7384
|
sm: "text-sm px-2 py-0.5",
|
|
@@ -7209,7 +7423,7 @@ function ResourceCounter({
|
|
|
7209
7423
|
}
|
|
7210
7424
|
var sizeMap5;
|
|
7211
7425
|
var init_ResourceCounter = __esm({
|
|
7212
|
-
"components/atoms/
|
|
7426
|
+
"components/game/atoms/ResourceCounter.tsx"() {
|
|
7213
7427
|
init_cn();
|
|
7214
7428
|
sizeMap5 = {
|
|
7215
7429
|
sm: { wrapper: "text-xs gap-1 px-1.5 py-0.5", icon: "text-sm" },
|
|
@@ -7269,7 +7483,7 @@ function ItemSlot({
|
|
|
7269
7483
|
}
|
|
7270
7484
|
var sizeMap6, rarityBorderMap, rarityGlowMap;
|
|
7271
7485
|
var init_ItemSlot = __esm({
|
|
7272
|
-
"components/atoms/
|
|
7486
|
+
"components/game/atoms/ItemSlot.tsx"() {
|
|
7273
7487
|
"use client";
|
|
7274
7488
|
init_cn();
|
|
7275
7489
|
sizeMap6 = {
|
|
@@ -7336,7 +7550,7 @@ function TurnIndicator({
|
|
|
7336
7550
|
}
|
|
7337
7551
|
var sizeMap7;
|
|
7338
7552
|
var init_TurnIndicator = __esm({
|
|
7339
|
-
"components/atoms/
|
|
7553
|
+
"components/game/atoms/TurnIndicator.tsx"() {
|
|
7340
7554
|
init_cn();
|
|
7341
7555
|
sizeMap7 = {
|
|
7342
7556
|
sm: { wrapper: "text-xs gap-1.5 px-2 py-0.5", dot: "w-1.5 h-1.5" },
|
|
@@ -7393,7 +7607,7 @@ function ComboCounter({
|
|
|
7393
7607
|
}
|
|
7394
7608
|
var sizeMap8;
|
|
7395
7609
|
var init_ComboCounter = __esm({
|
|
7396
|
-
"components/atoms/
|
|
7610
|
+
"components/game/atoms/ComboCounter.tsx"() {
|
|
7397
7611
|
init_cn();
|
|
7398
7612
|
sizeMap8 = {
|
|
7399
7613
|
sm: { combo: "text-lg", label: "text-xs", multiplier: "text-xs" },
|
|
@@ -7461,7 +7675,7 @@ function XPBar({
|
|
|
7461
7675
|
}
|
|
7462
7676
|
var sizeMap9;
|
|
7463
7677
|
var init_XPBar = __esm({
|
|
7464
|
-
"components/atoms/
|
|
7678
|
+
"components/game/atoms/XPBar.tsx"() {
|
|
7465
7679
|
init_cn();
|
|
7466
7680
|
sizeMap9 = {
|
|
7467
7681
|
sm: { bar: "h-2", text: "text-xs", badge: "text-xs px-1.5 py-0.5" },
|
|
@@ -7529,7 +7743,7 @@ function WaypointMarker({
|
|
|
7529
7743
|
}
|
|
7530
7744
|
var sizeMap10, checkIcon;
|
|
7531
7745
|
var init_WaypointMarker = __esm({
|
|
7532
|
-
"components/atoms/
|
|
7746
|
+
"components/game/atoms/WaypointMarker.tsx"() {
|
|
7533
7747
|
init_cn();
|
|
7534
7748
|
sizeMap10 = {
|
|
7535
7749
|
sm: { dot: "w-4 h-4", ring: "w-6 h-6", label: "text-xs mt-1" },
|
|
@@ -7596,7 +7810,7 @@ function StatusEffect({
|
|
|
7596
7810
|
}
|
|
7597
7811
|
var sizeMap11, variantStyles7;
|
|
7598
7812
|
var init_StatusEffect = __esm({
|
|
7599
|
-
"components/atoms/
|
|
7813
|
+
"components/game/atoms/StatusEffect.tsx"() {
|
|
7600
7814
|
init_cn();
|
|
7601
7815
|
sizeMap11 = {
|
|
7602
7816
|
sm: { container: "w-8 h-8", icon: "text-sm", badge: "text-xs -top-1 -right-1 w-4 h-4", timer: "text-[9px]" },
|
|
@@ -7637,7 +7851,7 @@ function DamageNumber({
|
|
|
7637
7851
|
}
|
|
7638
7852
|
var sizeMap12, typeStyles, floatKeyframes;
|
|
7639
7853
|
var init_DamageNumber = __esm({
|
|
7640
|
-
"components/atoms/
|
|
7854
|
+
"components/game/atoms/DamageNumber.tsx"() {
|
|
7641
7855
|
init_cn();
|
|
7642
7856
|
sizeMap12 = {
|
|
7643
7857
|
sm: "text-sm",
|
|
@@ -7693,7 +7907,7 @@ function DialogueBubble({
|
|
|
7693
7907
|
);
|
|
7694
7908
|
}
|
|
7695
7909
|
var init_DialogueBubble = __esm({
|
|
7696
|
-
"components/atoms/
|
|
7910
|
+
"components/game/atoms/DialogueBubble.tsx"() {
|
|
7697
7911
|
init_cn();
|
|
7698
7912
|
DialogueBubble.displayName = "DialogueBubble";
|
|
7699
7913
|
}
|
|
@@ -7739,7 +7953,7 @@ function ChoiceButton({
|
|
|
7739
7953
|
);
|
|
7740
7954
|
}
|
|
7741
7955
|
var init_ChoiceButton = __esm({
|
|
7742
|
-
"components/atoms/
|
|
7956
|
+
"components/game/atoms/ChoiceButton.tsx"() {
|
|
7743
7957
|
init_cn();
|
|
7744
7958
|
ChoiceButton.displayName = "ChoiceButton";
|
|
7745
7959
|
}
|
|
@@ -7805,7 +8019,7 @@ function ActionButton({
|
|
|
7805
8019
|
}
|
|
7806
8020
|
var sizeMap13, variantStyles8;
|
|
7807
8021
|
var init_ActionButton = __esm({
|
|
7808
|
-
"components/atoms/
|
|
8022
|
+
"components/game/atoms/ActionButton.tsx"() {
|
|
7809
8023
|
init_cn();
|
|
7810
8024
|
init_Icon();
|
|
7811
8025
|
sizeMap13 = {
|
|
@@ -7908,22 +8122,22 @@ function MiniMap({
|
|
|
7908
8122
|
);
|
|
7909
8123
|
}
|
|
7910
8124
|
var init_MiniMap = __esm({
|
|
7911
|
-
"components/atoms/
|
|
8125
|
+
"components/game/atoms/MiniMap.tsx"() {
|
|
7912
8126
|
"use client";
|
|
7913
8127
|
init_cn();
|
|
7914
8128
|
MiniMap.displayName = "MiniMap";
|
|
7915
8129
|
}
|
|
7916
8130
|
});
|
|
7917
8131
|
|
|
7918
|
-
// components/atoms/
|
|
7919
|
-
var
|
|
7920
|
-
"components/atoms/
|
|
8132
|
+
// components/game/atoms/index.ts
|
|
8133
|
+
var init_atoms = __esm({
|
|
8134
|
+
"components/game/atoms/index.ts"() {
|
|
7921
8135
|
}
|
|
7922
8136
|
});
|
|
7923
8137
|
|
|
7924
|
-
// components/atoms/index.ts
|
|
7925
|
-
var
|
|
7926
|
-
"components/atoms/index.ts"() {
|
|
8138
|
+
// components/core/atoms/index.ts
|
|
8139
|
+
var init_atoms2 = __esm({
|
|
8140
|
+
"components/core/atoms/index.ts"() {
|
|
7927
8141
|
init_svg();
|
|
7928
8142
|
init_Button();
|
|
7929
8143
|
init_Input();
|
|
@@ -7940,146 +8154,15 @@ var init_atoms = __esm({
|
|
|
7940
8154
|
init_Stack();
|
|
7941
8155
|
init_Typography();
|
|
7942
8156
|
init_ThemeToggle();
|
|
7943
|
-
|
|
7944
|
-
}
|
|
7945
|
-
});
|
|
7946
|
-
|
|
7947
|
-
// locales/en.json
|
|
7948
|
-
var en_default;
|
|
7949
|
-
var init_en = __esm({
|
|
7950
|
-
"locales/en.json"() {
|
|
7951
|
-
en_default = {
|
|
7952
|
-
$meta: { locale: "en", direction: "ltr" },
|
|
7953
|
-
"common.save": "Save",
|
|
7954
|
-
"common.cancel": "Cancel",
|
|
7955
|
-
"common.delete": "Delete",
|
|
7956
|
-
"common.close": "Close",
|
|
7957
|
-
"common.confirm": "Are you sure?",
|
|
7958
|
-
"common.create": "Create",
|
|
7959
|
-
"common.edit": "Edit",
|
|
7960
|
-
"common.view": "View",
|
|
7961
|
-
"common.add": "Add",
|
|
7962
|
-
"common.remove": "Remove",
|
|
7963
|
-
"common.search": "Search...",
|
|
7964
|
-
"common.filter": "Filter",
|
|
7965
|
-
"common.actions": "Actions",
|
|
7966
|
-
"common.yes": "Yes",
|
|
7967
|
-
"common.no": "No",
|
|
7968
|
-
"common.selected": "selected",
|
|
7969
|
-
"common.ok": "OK",
|
|
7970
|
-
"common.done": "Done",
|
|
7971
|
-
"common.apply": "Apply",
|
|
7972
|
-
"common.reset": "Reset",
|
|
7973
|
-
"common.refresh": "Refresh",
|
|
7974
|
-
"common.export": "Export",
|
|
7975
|
-
"common.import": "Import",
|
|
7976
|
-
"common.copy": "Copy",
|
|
7977
|
-
"common.settings": "Settings",
|
|
7978
|
-
"nav.previous": "Previous",
|
|
7979
|
-
"nav.next": "Next",
|
|
7980
|
-
"nav.back": "Back",
|
|
7981
|
-
"nav.home": "Home",
|
|
7982
|
-
"form.submit": "Submit",
|
|
7983
|
-
"form.saving": "Saving...",
|
|
7984
|
-
"form.required": "This field is required",
|
|
7985
|
-
"form.invalidEmail": "Enter a valid email address",
|
|
7986
|
-
"form.selectPlaceholder": "Select {{label}}...",
|
|
7987
|
-
"form.searchPlaceholder": "Search {{entity}}...",
|
|
7988
|
-
"table.empty.title": "No items found",
|
|
7989
|
-
"table.empty.description": "No items to display.",
|
|
7990
|
-
"table.search.placeholder": "Search...",
|
|
7991
|
-
"table.pagination.showing": "Showing {{start}} to {{end}} of {{total}} results",
|
|
7992
|
-
"table.pagination.page": "Page {{page}} of {{totalPages}}",
|
|
7993
|
-
"table.bulk.selected": "{{count}} selected",
|
|
7994
|
-
"table.loading": "Loading...",
|
|
7995
|
-
"status.loading": "Loading...",
|
|
7996
|
-
"status.scheduled": "Scheduled",
|
|
7997
|
-
"status.inProgress": "In Progress",
|
|
7998
|
-
"status.completed": "Completed",
|
|
7999
|
-
"status.cancelled": "Cancelled",
|
|
8000
|
-
"status.pending": "Pending",
|
|
8001
|
-
"status.active": "Active",
|
|
8002
|
-
"status.inactive": "Inactive",
|
|
8003
|
-
"status.draft": "Draft",
|
|
8004
|
-
"status.archived": "Archived",
|
|
8005
|
-
"error.generic": "Something went wrong",
|
|
8006
|
-
"error.retry": "Try again",
|
|
8007
|
-
"error.notFound": "Not found",
|
|
8008
|
-
"error.loadFailed": "Failed to load: {{message}}",
|
|
8009
|
-
"error.configMissing": "Configuration not found for: {{id}}",
|
|
8010
|
-
"common.loading": "Loading...",
|
|
8011
|
-
"common.showMore": "Show More",
|
|
8012
|
-
"common.showLess": "Show Less",
|
|
8013
|
-
"common.noResults": "No results found",
|
|
8014
|
-
"common.saveChanges": "Save Changes",
|
|
8015
|
-
"common.retry": "Retry",
|
|
8016
|
-
"common.open": "Open",
|
|
8017
|
-
"common.back": "Back",
|
|
8018
|
-
"empty.noItems": "No items",
|
|
8019
|
-
"empty.noData": "No data available",
|
|
8020
|
-
"empty.noItemsYet": "No items yet",
|
|
8021
|
-
"empty.noItemsAdded": "No items added yet",
|
|
8022
|
-
"empty.noOptionsFound": "No options found",
|
|
8023
|
-
"list.addItemPlaceholder": "Add new item...",
|
|
8024
|
-
"error.occurred": "An error occurred",
|
|
8025
|
-
"error.failedToLoad": "Failed to load data",
|
|
8026
|
-
"wizard.back": "Back",
|
|
8027
|
-
"wizard.next": "Next",
|
|
8028
|
-
"wizard.complete": "Complete",
|
|
8029
|
-
"wizard.stepOf": "Step {{current}} of {{total}}",
|
|
8030
|
-
"pagination.previous": "Previous",
|
|
8031
|
-
"pagination.next": "Next",
|
|
8032
|
-
"pagination.total": "Total:",
|
|
8033
|
-
"pagination.show": "Show:",
|
|
8034
|
-
"pagination.goTo": "Go to:",
|
|
8035
|
-
"pagination.go": "Go",
|
|
8036
|
-
"auth.signIn": "Sign in",
|
|
8037
|
-
"auth.signOut": "Sign out",
|
|
8038
|
-
"dialog.confirm": "Confirm",
|
|
8039
|
-
"dialog.cancel": "Cancel",
|
|
8040
|
-
"dialog.loading": "Loading...",
|
|
8041
|
-
"dialog.delete.title": "Delete {{item}}?",
|
|
8042
|
-
"dialog.delete.message": "This action cannot be undone.",
|
|
8043
|
-
"trait.availableActions": "Available Actions",
|
|
8044
|
-
"trait.transitions": "Transitions",
|
|
8045
|
-
"trait.availableNow": "Available now",
|
|
8046
|
-
"book.startReading": "Start Reading",
|
|
8047
|
-
"book.tableOfContents": "Table of Contents",
|
|
8048
|
-
"book.partNumber": "Part {{number}}",
|
|
8049
|
-
"book.print": "Print",
|
|
8050
|
-
"book.previousPage": "Previous page",
|
|
8051
|
-
"book.nextPage": "Next page",
|
|
8052
|
-
"quiz.showAnswer": "Show answer",
|
|
8053
|
-
"quiz.hideAnswer": "Hide answer"
|
|
8054
|
-
};
|
|
8055
|
-
}
|
|
8056
|
-
});
|
|
8057
|
-
function useTranslate() {
|
|
8058
|
-
return useContext(I18nContext);
|
|
8059
|
-
}
|
|
8060
|
-
var _meta, coreMessages, coreLocale, I18nContext;
|
|
8061
|
-
var init_useTranslate = __esm({
|
|
8062
|
-
"hooks/useTranslate.ts"() {
|
|
8063
|
-
"use client";
|
|
8064
|
-
init_en();
|
|
8065
|
-
({ $meta: _meta, ...coreMessages } = en_default);
|
|
8066
|
-
coreLocale = coreMessages;
|
|
8067
|
-
I18nContext = createContext({
|
|
8068
|
-
locale: "en",
|
|
8069
|
-
direction: "ltr",
|
|
8070
|
-
t: (key) => coreLocale[key] ?? key
|
|
8071
|
-
// core locale fallback
|
|
8072
|
-
});
|
|
8073
|
-
I18nContext.displayName = "I18nContext";
|
|
8074
|
-
I18nContext.Provider;
|
|
8157
|
+
init_atoms();
|
|
8075
8158
|
}
|
|
8076
8159
|
});
|
|
8077
8160
|
var ErrorState;
|
|
8078
8161
|
var init_ErrorState = __esm({
|
|
8079
|
-
"components/molecules/ErrorState.tsx"() {
|
|
8162
|
+
"components/core/molecules/ErrorState.tsx"() {
|
|
8080
8163
|
"use client";
|
|
8081
8164
|
init_cn();
|
|
8082
|
-
|
|
8165
|
+
init_atoms2();
|
|
8083
8166
|
init_Box();
|
|
8084
8167
|
init_Stack();
|
|
8085
8168
|
init_Typography();
|
|
@@ -8122,12 +8205,24 @@ var init_ErrorState = __esm({
|
|
|
8122
8205
|
ErrorState.displayName = "ErrorState";
|
|
8123
8206
|
}
|
|
8124
8207
|
});
|
|
8125
|
-
var ErrorBoundary;
|
|
8208
|
+
var DefaultFallback, ErrorBoundary;
|
|
8126
8209
|
var init_ErrorBoundary = __esm({
|
|
8127
|
-
"components/molecules/ErrorBoundary.tsx"() {
|
|
8210
|
+
"components/core/molecules/ErrorBoundary.tsx"() {
|
|
8128
8211
|
"use client";
|
|
8129
8212
|
init_cn();
|
|
8130
8213
|
init_ErrorState();
|
|
8214
|
+
init_useTranslate();
|
|
8215
|
+
DefaultFallback = ({ error, onRetry }) => {
|
|
8216
|
+
const { t } = useTranslate();
|
|
8217
|
+
return /* @__PURE__ */ jsx(
|
|
8218
|
+
ErrorState,
|
|
8219
|
+
{
|
|
8220
|
+
title: t("error.somethingWentWrong"),
|
|
8221
|
+
message: error.message,
|
|
8222
|
+
onRetry
|
|
8223
|
+
}
|
|
8224
|
+
);
|
|
8225
|
+
};
|
|
8131
8226
|
ErrorBoundary = class extends React85__default.Component {
|
|
8132
8227
|
constructor(props) {
|
|
8133
8228
|
super(props);
|
|
@@ -8146,27 +8241,11 @@ var init_ErrorBoundary = __esm({
|
|
|
8146
8241
|
const { error } = this.state;
|
|
8147
8242
|
const { children, fallback, className } = this.props;
|
|
8148
8243
|
if (error) {
|
|
8149
|
-
const
|
|
8150
|
-
return
|
|
8244
|
+
const fallbackNode = typeof fallback === "function" ? fallback(error, this.reset) : fallback || /* @__PURE__ */ jsx(DefaultFallback, { error, onRetry: this.reset });
|
|
8245
|
+
return className ? /* @__PURE__ */ jsx("div", { className: cn(className), children: fallbackNode }) : fallbackNode;
|
|
8151
8246
|
}
|
|
8152
8247
|
return children;
|
|
8153
8248
|
}
|
|
8154
|
-
renderFallback(error, fallback) {
|
|
8155
|
-
if (typeof fallback === "function") {
|
|
8156
|
-
return fallback(error, this.reset);
|
|
8157
|
-
}
|
|
8158
|
-
if (fallback) {
|
|
8159
|
-
return fallback;
|
|
8160
|
-
}
|
|
8161
|
-
return /* @__PURE__ */ jsx(
|
|
8162
|
-
ErrorState,
|
|
8163
|
-
{
|
|
8164
|
-
title: "Something went wrong",
|
|
8165
|
-
message: error.message,
|
|
8166
|
-
onRetry: this.reset
|
|
8167
|
-
}
|
|
8168
|
-
);
|
|
8169
|
-
}
|
|
8170
8249
|
};
|
|
8171
8250
|
__publicField(ErrorBoundary, "displayName", "ErrorBoundary");
|
|
8172
8251
|
}
|
|
@@ -8279,7 +8358,7 @@ function Skeleton({
|
|
|
8279
8358
|
}
|
|
8280
8359
|
var pulseClass;
|
|
8281
8360
|
var init_Skeleton = __esm({
|
|
8282
|
-
"components/molecules/Skeleton.tsx"() {
|
|
8361
|
+
"components/core/molecules/Skeleton.tsx"() {
|
|
8283
8362
|
"use client";
|
|
8284
8363
|
init_cn();
|
|
8285
8364
|
init_useTranslate();
|
|
@@ -8778,7 +8857,7 @@ var init_wrapCallbackForEvent = __esm({
|
|
|
8778
8857
|
});
|
|
8779
8858
|
var sizeStyles8, paddingStyles3, Container;
|
|
8780
8859
|
var init_Container = __esm({
|
|
8781
|
-
"components/molecules/Container.tsx"() {
|
|
8860
|
+
"components/core/molecules/Container.tsx"() {
|
|
8782
8861
|
init_cn();
|
|
8783
8862
|
sizeStyles8 = {
|
|
8784
8863
|
xs: "max-w-xs",
|
|
@@ -8832,7 +8911,7 @@ var init_Container = __esm({
|
|
|
8832
8911
|
});
|
|
8833
8912
|
var InstallBox;
|
|
8834
8913
|
var init_InstallBox = __esm({
|
|
8835
|
-
"components/molecules/InstallBox.tsx"() {
|
|
8914
|
+
"components/marketing/molecules/InstallBox.tsx"() {
|
|
8836
8915
|
"use client";
|
|
8837
8916
|
init_cn();
|
|
8838
8917
|
init_Box();
|
|
@@ -8889,7 +8968,7 @@ var init_InstallBox = __esm({
|
|
|
8889
8968
|
});
|
|
8890
8969
|
var tagVariantMap, MarketingImage, HeroSection;
|
|
8891
8970
|
var init_HeroSection = __esm({
|
|
8892
|
-
"components/molecules/HeroSection.tsx"() {
|
|
8971
|
+
"components/marketing/molecules/HeroSection.tsx"() {
|
|
8893
8972
|
"use client";
|
|
8894
8973
|
init_cn();
|
|
8895
8974
|
init_Box();
|
|
@@ -9066,7 +9145,7 @@ var init_HeroSection = __esm({
|
|
|
9066
9145
|
});
|
|
9067
9146
|
var maxWidthMap, ArticleSection;
|
|
9068
9147
|
var init_ArticleSection = __esm({
|
|
9069
|
-
"components/molecules/ArticleSection.tsx"() {
|
|
9148
|
+
"components/marketing/molecules/ArticleSection.tsx"() {
|
|
9070
9149
|
"use client";
|
|
9071
9150
|
init_cn();
|
|
9072
9151
|
init_Box();
|
|
@@ -9103,7 +9182,7 @@ var init_ArticleSection = __esm({
|
|
|
9103
9182
|
});
|
|
9104
9183
|
var TeamCard;
|
|
9105
9184
|
var init_TeamCard = __esm({
|
|
9106
|
-
"components/molecules/TeamCard.tsx"() {
|
|
9185
|
+
"components/marketing/molecules/TeamCard.tsx"() {
|
|
9107
9186
|
"use client";
|
|
9108
9187
|
init_cn();
|
|
9109
9188
|
init_Box();
|
|
@@ -9142,7 +9221,7 @@ var init_TeamCard = __esm({
|
|
|
9142
9221
|
});
|
|
9143
9222
|
var gapStyles2, colStyles, SimpleGrid;
|
|
9144
9223
|
var init_SimpleGrid = __esm({
|
|
9145
|
-
"components/molecules/SimpleGrid.tsx"() {
|
|
9224
|
+
"components/core/molecules/SimpleGrid.tsx"() {
|
|
9146
9225
|
init_Box();
|
|
9147
9226
|
init_cn();
|
|
9148
9227
|
gapStyles2 = {
|
|
@@ -9192,7 +9271,7 @@ var init_SimpleGrid = __esm({
|
|
|
9192
9271
|
});
|
|
9193
9272
|
var CaseStudyCard;
|
|
9194
9273
|
var init_CaseStudyCard = __esm({
|
|
9195
|
-
"components/molecules/CaseStudyCard.tsx"() {
|
|
9274
|
+
"components/marketing/molecules/CaseStudyCard.tsx"() {
|
|
9196
9275
|
"use client";
|
|
9197
9276
|
init_cn();
|
|
9198
9277
|
init_Card();
|
|
@@ -9243,7 +9322,7 @@ var init_CaseStudyCard = __esm({
|
|
|
9243
9322
|
});
|
|
9244
9323
|
var CTABanner;
|
|
9245
9324
|
var init_CTABanner = __esm({
|
|
9246
|
-
"components/molecules/CTABanner.tsx"() {
|
|
9325
|
+
"components/marketing/molecules/CTABanner.tsx"() {
|
|
9247
9326
|
"use client";
|
|
9248
9327
|
init_cn();
|
|
9249
9328
|
init_Box();
|
|
@@ -9313,8 +9392,9 @@ var init_CTABanner = __esm({
|
|
|
9313
9392
|
});
|
|
9314
9393
|
var AboutPageTemplate;
|
|
9315
9394
|
var init_AboutPageTemplate = __esm({
|
|
9316
|
-
"components/templates/AboutPageTemplate.tsx"() {
|
|
9395
|
+
"components/marketing/templates/AboutPageTemplate.tsx"() {
|
|
9317
9396
|
init_cn();
|
|
9397
|
+
init_useTranslate();
|
|
9318
9398
|
init_Stack();
|
|
9319
9399
|
init_Box();
|
|
9320
9400
|
init_Typography();
|
|
@@ -9330,6 +9410,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9330
9410
|
entity,
|
|
9331
9411
|
className
|
|
9332
9412
|
}) => {
|
|
9413
|
+
const { t } = useTranslate();
|
|
9333
9414
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
9334
9415
|
if (!resolved) return null;
|
|
9335
9416
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
@@ -9354,7 +9435,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9354
9435
|
`article-${index}`
|
|
9355
9436
|
)),
|
|
9356
9437
|
resolved.team && resolved.team.length > 0 && /* @__PURE__ */ jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxs(VStack, { gap: "lg", children: [
|
|
9357
|
-
/* @__PURE__ */ jsx(SectionHeader, { title: "
|
|
9438
|
+
/* @__PURE__ */ jsx(SectionHeader, { title: t("template.ourTeam") }),
|
|
9358
9439
|
/* @__PURE__ */ jsx(
|
|
9359
9440
|
SimpleGrid,
|
|
9360
9441
|
{
|
|
@@ -9375,7 +9456,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9375
9456
|
)
|
|
9376
9457
|
] }) }) }),
|
|
9377
9458
|
resolved.caseStudies && resolved.caseStudies.length > 0 && /* @__PURE__ */ jsx(Box, { className: "py-16", children: /* @__PURE__ */ jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxs(VStack, { gap: "lg", children: [
|
|
9378
|
-
/* @__PURE__ */ jsx(SectionHeader, { title: "
|
|
9459
|
+
/* @__PURE__ */ jsx(SectionHeader, { title: t("template.caseStudies") }),
|
|
9379
9460
|
/* @__PURE__ */ jsx(
|
|
9380
9461
|
SimpleGrid,
|
|
9381
9462
|
{
|
|
@@ -9411,13 +9492,14 @@ var init_AboutPageTemplate = __esm({
|
|
|
9411
9492
|
});
|
|
9412
9493
|
var variantBorderClasses, variantIconColors, iconMap2, Alert;
|
|
9413
9494
|
var init_Alert = __esm({
|
|
9414
|
-
"components/molecules/Alert.tsx"() {
|
|
9495
|
+
"components/core/molecules/Alert.tsx"() {
|
|
9415
9496
|
"use client";
|
|
9416
9497
|
init_cn();
|
|
9417
9498
|
init_Box();
|
|
9418
9499
|
init_Icon();
|
|
9419
9500
|
init_Typography();
|
|
9420
9501
|
init_useEventBus();
|
|
9502
|
+
init_useTranslate();
|
|
9421
9503
|
variantBorderClasses = {
|
|
9422
9504
|
info: "border-info",
|
|
9423
9505
|
success: "border-success",
|
|
@@ -9449,6 +9531,7 @@ var init_Alert = __esm({
|
|
|
9449
9531
|
dismissEvent
|
|
9450
9532
|
}) => {
|
|
9451
9533
|
const eventBus = useEventBus();
|
|
9534
|
+
const { t } = useTranslate();
|
|
9452
9535
|
const handleDismissCallback = onDismiss || onClose;
|
|
9453
9536
|
const handleDismiss = () => {
|
|
9454
9537
|
if (dismissEvent) eventBus.emit(`UI:${dismissEvent}`, {});
|
|
@@ -9488,7 +9571,7 @@ var init_Alert = __esm({
|
|
|
9488
9571
|
"flex-shrink-0 p-1 transition-colors rounded-sm",
|
|
9489
9572
|
"hover:bg-muted"
|
|
9490
9573
|
),
|
|
9491
|
-
"aria-label": "
|
|
9574
|
+
"aria-label": t("aria.closeAlert"),
|
|
9492
9575
|
children: /* @__PURE__ */ jsx(Icon, { name: "x", size: "sm" })
|
|
9493
9576
|
}
|
|
9494
9577
|
)
|
|
@@ -9501,7 +9584,7 @@ var init_Alert = __esm({
|
|
|
9501
9584
|
});
|
|
9502
9585
|
var positionClasses, arrowClasses, Tooltip;
|
|
9503
9586
|
var init_Tooltip = __esm({
|
|
9504
|
-
"components/molecules/Tooltip.tsx"() {
|
|
9587
|
+
"components/core/molecules/Tooltip.tsx"() {
|
|
9505
9588
|
"use client";
|
|
9506
9589
|
init_Typography();
|
|
9507
9590
|
init_cn();
|
|
@@ -9636,7 +9719,7 @@ function computePopoverStyle(position, triggerRect, popoverWidth) {
|
|
|
9636
9719
|
}
|
|
9637
9720
|
var positionClasses2, arrowClasses2, VIEWPORT_EDGE_PADDING, Popover;
|
|
9638
9721
|
var init_Popover = __esm({
|
|
9639
|
-
"components/molecules/Popover.tsx"() {
|
|
9722
|
+
"components/core/molecules/Popover.tsx"() {
|
|
9640
9723
|
"use client";
|
|
9641
9724
|
init_Typography();
|
|
9642
9725
|
init_cn();
|
|
@@ -9767,7 +9850,7 @@ var init_Popover = __esm({
|
|
|
9767
9850
|
});
|
|
9768
9851
|
var Menu;
|
|
9769
9852
|
var init_Menu = __esm({
|
|
9770
|
-
"components/molecules/Menu.tsx"() {
|
|
9853
|
+
"components/core/molecules/Menu.tsx"() {
|
|
9771
9854
|
"use client";
|
|
9772
9855
|
init_Box();
|
|
9773
9856
|
init_Icon();
|
|
@@ -9955,7 +10038,7 @@ function normalizeItem(item, index) {
|
|
|
9955
10038
|
}
|
|
9956
10039
|
var Accordion;
|
|
9957
10040
|
var init_Accordion = __esm({
|
|
9958
|
-
"components/molecules/Accordion.tsx"() {
|
|
10041
|
+
"components/core/molecules/Accordion.tsx"() {
|
|
9959
10042
|
"use client";
|
|
9960
10043
|
init_Icon();
|
|
9961
10044
|
init_Typography();
|
|
@@ -10056,7 +10139,7 @@ var init_Accordion = __esm({
|
|
|
10056
10139
|
});
|
|
10057
10140
|
var FloatingActionButton;
|
|
10058
10141
|
var init_FloatingActionButton = __esm({
|
|
10059
|
-
"components/molecules/FloatingActionButton.tsx"() {
|
|
10142
|
+
"components/core/molecules/FloatingActionButton.tsx"() {
|
|
10060
10143
|
"use client";
|
|
10061
10144
|
init_Button();
|
|
10062
10145
|
init_Box();
|
|
@@ -10224,7 +10307,7 @@ function MapView(props) {
|
|
|
10224
10307
|
}
|
|
10225
10308
|
var MapViewImpl;
|
|
10226
10309
|
var init_MapView = __esm({
|
|
10227
|
-
"components/molecules/MapView.tsx"() {
|
|
10310
|
+
"components/core/molecules/MapView.tsx"() {
|
|
10228
10311
|
"use client";
|
|
10229
10312
|
init_Box();
|
|
10230
10313
|
init_cn();
|
|
@@ -10762,7 +10845,7 @@ function MapViewPattern({
|
|
|
10762
10845
|
);
|
|
10763
10846
|
}
|
|
10764
10847
|
var init_ComponentPatterns = __esm({
|
|
10765
|
-
"components/organisms/ComponentPatterns.tsx"() {
|
|
10848
|
+
"components/core/organisms/ComponentPatterns.tsx"() {
|
|
10766
10849
|
"use client";
|
|
10767
10850
|
init_useEventBus();
|
|
10768
10851
|
init_Button();
|
|
@@ -10922,7 +11005,7 @@ function ActionButtons({
|
|
|
10922
11005
|
}
|
|
10923
11006
|
var sizeMap14, layoutMap;
|
|
10924
11007
|
var init_ActionButtons = __esm({
|
|
10925
|
-
"components/molecules/
|
|
11008
|
+
"components/game/molecules/ActionButtons.tsx"() {
|
|
10926
11009
|
"use client";
|
|
10927
11010
|
init_cn();
|
|
10928
11011
|
init_useEventBus();
|
|
@@ -10983,8 +11066,8 @@ function ActionTile({
|
|
|
10983
11066
|
}
|
|
10984
11067
|
var DRAG_MIME, SIZE_CONFIG;
|
|
10985
11068
|
var init_ActionTile = __esm({
|
|
10986
|
-
"components/organisms/
|
|
10987
|
-
|
|
11069
|
+
"components/game/organisms/puzzles/sequencer/ActionTile.tsx"() {
|
|
11070
|
+
init_atoms2();
|
|
10988
11071
|
init_cn();
|
|
10989
11072
|
init_useTranslate();
|
|
10990
11073
|
DRAG_MIME = "application/x-almadar-slot-item";
|
|
@@ -11021,8 +11104,8 @@ function ActionPalette({
|
|
|
11021
11104
|
] });
|
|
11022
11105
|
}
|
|
11023
11106
|
var init_ActionPalette = __esm({
|
|
11024
|
-
"components/organisms/
|
|
11025
|
-
|
|
11107
|
+
"components/game/organisms/puzzles/sequencer/ActionPalette.tsx"() {
|
|
11108
|
+
init_atoms2();
|
|
11026
11109
|
init_cn();
|
|
11027
11110
|
init_useTranslate();
|
|
11028
11111
|
init_ActionTile();
|
|
@@ -11031,7 +11114,7 @@ var init_ActionPalette = __esm({
|
|
|
11031
11114
|
});
|
|
11032
11115
|
var AuthLayout;
|
|
11033
11116
|
var init_AuthLayout = __esm({
|
|
11034
|
-
"components/templates/AuthLayout.tsx"() {
|
|
11117
|
+
"components/core/templates/AuthLayout.tsx"() {
|
|
11035
11118
|
"use client";
|
|
11036
11119
|
init_cn();
|
|
11037
11120
|
init_useTranslate();
|
|
@@ -11173,10 +11256,10 @@ var init_AuthLayout = __esm({
|
|
|
11173
11256
|
});
|
|
11174
11257
|
var LoadingState;
|
|
11175
11258
|
var init_LoadingState = __esm({
|
|
11176
|
-
"components/molecules/LoadingState.tsx"() {
|
|
11259
|
+
"components/core/molecules/LoadingState.tsx"() {
|
|
11177
11260
|
"use client";
|
|
11178
11261
|
init_cn();
|
|
11179
|
-
|
|
11262
|
+
init_atoms2();
|
|
11180
11263
|
init_Stack();
|
|
11181
11264
|
init_Typography();
|
|
11182
11265
|
init_useTranslate();
|
|
@@ -11332,6 +11415,15 @@ function subscribeToVerification(listener) {
|
|
|
11332
11415
|
getState().listeners.add(listener);
|
|
11333
11416
|
return () => getState().listeners.delete(listener);
|
|
11334
11417
|
}
|
|
11418
|
+
function defaultGetTraitState(traitName) {
|
|
11419
|
+
const getter = getState().traitSnapshots.get(traitName);
|
|
11420
|
+
if (getter === void 0) return void 0;
|
|
11421
|
+
try {
|
|
11422
|
+
return getter().currentState;
|
|
11423
|
+
} catch {
|
|
11424
|
+
return void 0;
|
|
11425
|
+
}
|
|
11426
|
+
}
|
|
11335
11427
|
function exposeOnWindow() {
|
|
11336
11428
|
if (typeof window === "undefined") return;
|
|
11337
11429
|
if (!window.__orbitalVerification) {
|
|
@@ -11342,10 +11434,16 @@ function exposeOnWindow() {
|
|
|
11342
11434
|
getBridge: getBridgeHealth,
|
|
11343
11435
|
getSummary,
|
|
11344
11436
|
waitForTransition,
|
|
11345
|
-
getTraitSnapshots
|
|
11437
|
+
getTraitSnapshots,
|
|
11438
|
+
getTraitState: defaultGetTraitState
|
|
11346
11439
|
};
|
|
11347
|
-
} else
|
|
11348
|
-
window.__orbitalVerification.getTraitSnapshots
|
|
11440
|
+
} else {
|
|
11441
|
+
if (!window.__orbitalVerification.getTraitSnapshots) {
|
|
11442
|
+
window.__orbitalVerification.getTraitSnapshots = getTraitSnapshots;
|
|
11443
|
+
}
|
|
11444
|
+
if (!window.__orbitalVerification.getTraitState) {
|
|
11445
|
+
window.__orbitalVerification.getTraitState = defaultGetTraitState;
|
|
11446
|
+
}
|
|
11349
11447
|
}
|
|
11350
11448
|
}
|
|
11351
11449
|
function waitForTransition(event, timeoutMs = 1e4) {
|
|
@@ -11472,7 +11570,7 @@ function useImageCache(urls) {
|
|
|
11472
11570
|
};
|
|
11473
11571
|
}
|
|
11474
11572
|
var init_useImageCache = __esm({
|
|
11475
|
-
"components/organisms/
|
|
11573
|
+
"components/game/organisms/hooks/useImageCache.ts"() {
|
|
11476
11574
|
"use client";
|
|
11477
11575
|
init_verificationRegistry();
|
|
11478
11576
|
}
|
|
@@ -11551,12 +11649,12 @@ function useCamera() {
|
|
|
11551
11649
|
};
|
|
11552
11650
|
}
|
|
11553
11651
|
var init_useCamera = __esm({
|
|
11554
|
-
"components/organisms/
|
|
11652
|
+
"components/game/organisms/hooks/useCamera.ts"() {
|
|
11555
11653
|
"use client";
|
|
11556
11654
|
}
|
|
11557
11655
|
});
|
|
11558
11656
|
|
|
11559
|
-
// components/organisms/
|
|
11657
|
+
// components/game/organisms/utils/isometric.ts
|
|
11560
11658
|
function isoToScreen(tileX, tileY, scale, baseOffsetX) {
|
|
11561
11659
|
const scaledTileWidth = TILE_WIDTH * scale;
|
|
11562
11660
|
const scaledFloorHeight = FLOOR_HEIGHT * scale;
|
|
@@ -11574,7 +11672,7 @@ function screenToIso(screenX, screenY, scale, baseOffsetX) {
|
|
|
11574
11672
|
}
|
|
11575
11673
|
var TILE_WIDTH, TILE_HEIGHT, FLOOR_HEIGHT, DIAMOND_TOP_Y, FEATURE_COLORS;
|
|
11576
11674
|
var init_isometric = __esm({
|
|
11577
|
-
"components/organisms/
|
|
11675
|
+
"components/game/organisms/utils/isometric.ts"() {
|
|
11578
11676
|
TILE_WIDTH = 256;
|
|
11579
11677
|
TILE_HEIGHT = 512;
|
|
11580
11678
|
FLOOR_HEIGHT = 128;
|
|
@@ -12332,7 +12430,7 @@ function IsometricCanvas({
|
|
|
12332
12430
|
}
|
|
12333
12431
|
var IsometricCanvas_default;
|
|
12334
12432
|
var init_IsometricCanvas = __esm({
|
|
12335
|
-
"components/molecules/
|
|
12433
|
+
"components/game/molecules/IsometricCanvas.tsx"() {
|
|
12336
12434
|
"use client";
|
|
12337
12435
|
init_cn();
|
|
12338
12436
|
init_useEventBus();
|
|
@@ -12352,9 +12450,9 @@ var init_IsometricCanvas = __esm({
|
|
|
12352
12450
|
}
|
|
12353
12451
|
});
|
|
12354
12452
|
|
|
12355
|
-
// components/organisms/
|
|
12453
|
+
// components/game/organisms/IsometricCanvas.tsx
|
|
12356
12454
|
var init_IsometricCanvas2 = __esm({
|
|
12357
|
-
"components/organisms/
|
|
12455
|
+
"components/game/organisms/IsometricCanvas.tsx"() {
|
|
12358
12456
|
init_IsometricCanvas();
|
|
12359
12457
|
}
|
|
12360
12458
|
});
|
|
@@ -12696,7 +12794,7 @@ function BattleBoard({
|
|
|
12696
12794
|
] });
|
|
12697
12795
|
}
|
|
12698
12796
|
var init_BattleBoard = __esm({
|
|
12699
|
-
"components/organisms/
|
|
12797
|
+
"components/game/organisms/BattleBoard.tsx"() {
|
|
12700
12798
|
"use client";
|
|
12701
12799
|
init_cn();
|
|
12702
12800
|
init_useEventBus();
|
|
@@ -12736,13 +12834,13 @@ function BattleTemplate({
|
|
|
12736
12834
|
);
|
|
12737
12835
|
}
|
|
12738
12836
|
var init_BattleTemplate = __esm({
|
|
12739
|
-
"components/templates/BattleTemplate.tsx"() {
|
|
12837
|
+
"components/game/templates/BattleTemplate.tsx"() {
|
|
12740
12838
|
init_BattleBoard();
|
|
12741
12839
|
BattleTemplate.displayName = "BattleTemplate";
|
|
12742
12840
|
}
|
|
12743
12841
|
});
|
|
12744
12842
|
|
|
12745
|
-
// components/atoms/
|
|
12843
|
+
// components/avl/atoms/types.ts
|
|
12746
12844
|
function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitionCount) {
|
|
12747
12845
|
if (isInitial) return "initial";
|
|
12748
12846
|
if (isTerminal) return "terminal";
|
|
@@ -12752,7 +12850,7 @@ function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitio
|
|
|
12752
12850
|
}
|
|
12753
12851
|
var STATE_COLORS, EFFECT_CATEGORY_COLORS, EFFECT_TYPE_TO_CATEGORY, CONNECTION_COLORS;
|
|
12754
12852
|
var init_types = __esm({
|
|
12755
|
-
"components/atoms/
|
|
12853
|
+
"components/avl/atoms/types.ts"() {
|
|
12756
12854
|
STATE_COLORS = {
|
|
12757
12855
|
initial: { fill: "#22C55E1F", border: "#16A34A" },
|
|
12758
12856
|
terminal: { fill: "#EF44441F", border: "#DC2626" },
|
|
@@ -12799,7 +12897,7 @@ function computeWidth(explicit, transitionCount) {
|
|
|
12799
12897
|
}
|
|
12800
12898
|
var AvlState;
|
|
12801
12899
|
var init_AvlState = __esm({
|
|
12802
|
-
"components/atoms/
|
|
12900
|
+
"components/avl/atoms/AvlState.tsx"() {
|
|
12803
12901
|
"use client";
|
|
12804
12902
|
init_types();
|
|
12805
12903
|
AvlState = ({
|
|
@@ -12980,7 +13078,7 @@ function effectIcon(type, x, y, s, color) {
|
|
|
12980
13078
|
}
|
|
12981
13079
|
var AvlEffect;
|
|
12982
13080
|
var init_AvlEffect = __esm({
|
|
12983
|
-
"components/atoms/
|
|
13081
|
+
"components/avl/atoms/AvlEffect.tsx"() {
|
|
12984
13082
|
"use client";
|
|
12985
13083
|
init_types();
|
|
12986
13084
|
AvlEffect = ({
|
|
@@ -13024,7 +13122,7 @@ var init_AvlEffect = __esm({
|
|
|
13024
13122
|
});
|
|
13025
13123
|
var MAX_VISIBLE_EFFECTS, AvlTransitionLane;
|
|
13026
13124
|
var init_AvlTransitionLane = __esm({
|
|
13027
|
-
"components/molecules/
|
|
13125
|
+
"components/avl/molecules/AvlTransitionLane.tsx"() {
|
|
13028
13126
|
"use client";
|
|
13029
13127
|
init_AvlEffect();
|
|
13030
13128
|
init_types();
|
|
@@ -13160,7 +13258,7 @@ var init_AvlTransitionLane = __esm({
|
|
|
13160
13258
|
});
|
|
13161
13259
|
var GUTTER_WIDTH, EVENT_SPACING, HEADER_Y, EVENT_START_Y, AvlSwimLane;
|
|
13162
13260
|
var init_AvlSwimLane = __esm({
|
|
13163
|
-
"components/molecules/
|
|
13261
|
+
"components/avl/molecules/AvlSwimLane.tsx"() {
|
|
13164
13262
|
"use client";
|
|
13165
13263
|
init_types();
|
|
13166
13264
|
GUTTER_WIDTH = 120;
|
|
@@ -13450,7 +13548,7 @@ function edgePath(points) {
|
|
|
13450
13548
|
}
|
|
13451
13549
|
var STATE_H, elk;
|
|
13452
13550
|
var init_avl_elk_layout = __esm({
|
|
13453
|
-
"components/molecules/avl
|
|
13551
|
+
"components/avl/molecules/avl-elk-layout.ts"() {
|
|
13454
13552
|
init_types();
|
|
13455
13553
|
STATE_H = 40;
|
|
13456
13554
|
elk = new ELK();
|
|
@@ -13458,7 +13556,7 @@ var init_avl_elk_layout = __esm({
|
|
|
13458
13556
|
});
|
|
13459
13557
|
var log7, SWIM_GUTTER, CENTER_W, BehaviorView;
|
|
13460
13558
|
var init_BehaviorView = __esm({
|
|
13461
|
-
"components/molecules/
|
|
13559
|
+
"components/avl/molecules/BehaviorView.tsx"() {
|
|
13462
13560
|
"use client";
|
|
13463
13561
|
init_AvlState();
|
|
13464
13562
|
init_AvlTransitionLane();
|
|
@@ -13574,7 +13672,7 @@ var init_BehaviorView = __esm({
|
|
|
13574
13672
|
});
|
|
13575
13673
|
var MIN_DIAGRAM_WIDTH, ScaledDiagram;
|
|
13576
13674
|
var init_ScaledDiagram = __esm({
|
|
13577
|
-
"components/molecules/ScaledDiagram.tsx"() {
|
|
13675
|
+
"components/core/molecules/ScaledDiagram.tsx"() {
|
|
13578
13676
|
init_Box();
|
|
13579
13677
|
init_useTranslate();
|
|
13580
13678
|
init_cn();
|
|
@@ -13677,7 +13775,7 @@ var init_katex_min = __esm({
|
|
|
13677
13775
|
});
|
|
13678
13776
|
var MarkdownContent;
|
|
13679
13777
|
var init_MarkdownContent = __esm({
|
|
13680
|
-
"components/molecules/markdown/MarkdownContent.tsx"() {
|
|
13778
|
+
"components/core/molecules/markdown/MarkdownContent.tsx"() {
|
|
13681
13779
|
init_katex_min();
|
|
13682
13780
|
init_Box();
|
|
13683
13781
|
init_useTranslate();
|
|
@@ -13822,7 +13920,7 @@ function computeFoldRegions(code) {
|
|
|
13822
13920
|
}
|
|
13823
13921
|
var orbStyleOverrides, orbStyle, loloStyleOverrides, loloStyle, log8, LINE_PROPS_FN, HIDDEN_LINE_NUMBERS, CodeBlock;
|
|
13824
13922
|
var init_CodeBlock = __esm({
|
|
13825
|
-
"components/molecules/markdown/CodeBlock.tsx"() {
|
|
13923
|
+
"components/core/molecules/markdown/CodeBlock.tsx"() {
|
|
13826
13924
|
init_Box();
|
|
13827
13925
|
init_Button();
|
|
13828
13926
|
init_Badge();
|
|
@@ -14466,7 +14564,7 @@ function Card2({
|
|
|
14466
14564
|
);
|
|
14467
14565
|
}
|
|
14468
14566
|
var init_Card2 = __esm({
|
|
14469
|
-
"components/molecules/Card.tsx"() {
|
|
14567
|
+
"components/core/molecules/Card.tsx"() {
|
|
14470
14568
|
"use client";
|
|
14471
14569
|
init_useEventBus();
|
|
14472
14570
|
init_useTranslate();
|
|
@@ -14476,7 +14574,7 @@ var init_Card2 = __esm({
|
|
|
14476
14574
|
});
|
|
14477
14575
|
var QuizBlock;
|
|
14478
14576
|
var init_QuizBlock = __esm({
|
|
14479
|
-
"components/molecules/QuizBlock.tsx"() {
|
|
14577
|
+
"components/core/molecules/QuizBlock.tsx"() {
|
|
14480
14578
|
init_Card2();
|
|
14481
14579
|
init_Stack();
|
|
14482
14580
|
init_Typography();
|
|
@@ -14518,7 +14616,7 @@ var init_QuizBlock = __esm({
|
|
|
14518
14616
|
});
|
|
14519
14617
|
var StateNode, TransitionBundleArrow, BundleTooltip, EntityBox, OutputsBox, Legend, StateMachineView;
|
|
14520
14618
|
var init_StateMachineView = __esm({
|
|
14521
|
-
"components/organisms/StateMachineView.tsx"() {
|
|
14619
|
+
"components/core/organisms/StateMachineView.tsx"() {
|
|
14522
14620
|
"use client";
|
|
14523
14621
|
init_Box();
|
|
14524
14622
|
init_Stack();
|
|
@@ -14928,7 +15026,7 @@ var init_StateMachineView = __esm({
|
|
|
14928
15026
|
action: "TOOLTIP_CLOSE",
|
|
14929
15027
|
className: "absolute -top-2 -right-2 w-6 h-6 rounded-full flex items-center justify-center hover:scale-110 transition-transform",
|
|
14930
15028
|
style: { backgroundColor: "var(--color-error)", padding: 0 },
|
|
14931
|
-
title: "
|
|
15029
|
+
title: t("common.close"),
|
|
14932
15030
|
children: /* @__PURE__ */ jsx(Icon, { icon: X, size: "xs", style: { color: "var(--color-error-foreground)" } })
|
|
14933
15031
|
}
|
|
14934
15032
|
),
|
|
@@ -15887,7 +15985,7 @@ function renderJazariGearNode(state, config) {
|
|
|
15887
15985
|
}
|
|
15888
15986
|
var JAZARI_VISUALIZER_CONFIG, GEAR_INNER_RADIUS, GEAR_NUM_TEETH, GEAR_TEETH_DEPTH, JazariStateMachine;
|
|
15889
15987
|
var init_JazariStateMachine = __esm({
|
|
15890
|
-
"components/molecules/JazariStateMachine.tsx"() {
|
|
15988
|
+
"components/core/molecules/JazariStateMachine.tsx"() {
|
|
15891
15989
|
"use client";
|
|
15892
15990
|
init_Box();
|
|
15893
15991
|
init_Typography();
|
|
@@ -16044,7 +16142,7 @@ var init_parseContentSegments = __esm({
|
|
|
16044
16142
|
});
|
|
16045
16143
|
var ContentRenderer;
|
|
16046
16144
|
var init_ContentRenderer = __esm({
|
|
16047
|
-
"components/molecules/ContentRenderer.tsx"() {
|
|
16145
|
+
"components/core/molecules/ContentRenderer.tsx"() {
|
|
16048
16146
|
init_Stack();
|
|
16049
16147
|
init_MarkdownContent();
|
|
16050
16148
|
init_CodeBlock();
|
|
@@ -16139,7 +16237,7 @@ var init_ContentRenderer = __esm({
|
|
|
16139
16237
|
});
|
|
16140
16238
|
var BookChapterView;
|
|
16141
16239
|
var init_BookChapterView = __esm({
|
|
16142
|
-
"components/organisms/book/BookChapterView.tsx"() {
|
|
16240
|
+
"components/marketing/organisms/book/BookChapterView.tsx"() {
|
|
16143
16241
|
init_Stack();
|
|
16144
16242
|
init_Typography();
|
|
16145
16243
|
init_Divider();
|
|
@@ -16180,7 +16278,7 @@ var init_BookChapterView = __esm({
|
|
|
16180
16278
|
});
|
|
16181
16279
|
var BookCoverPage;
|
|
16182
16280
|
var init_BookCoverPage = __esm({
|
|
16183
|
-
"components/organisms/book/BookCoverPage.tsx"() {
|
|
16281
|
+
"components/marketing/organisms/book/BookCoverPage.tsx"() {
|
|
16184
16282
|
init_Stack();
|
|
16185
16283
|
init_Typography();
|
|
16186
16284
|
init_Button();
|
|
@@ -16259,7 +16357,7 @@ var init_BookCoverPage = __esm({
|
|
|
16259
16357
|
});
|
|
16260
16358
|
var BookNavBar;
|
|
16261
16359
|
var init_BookNavBar = __esm({
|
|
16262
|
-
"components/organisms/book/BookNavBar.tsx"() {
|
|
16360
|
+
"components/marketing/organisms/book/BookNavBar.tsx"() {
|
|
16263
16361
|
init_Stack();
|
|
16264
16362
|
init_Button();
|
|
16265
16363
|
init_Typography();
|
|
@@ -16361,7 +16459,7 @@ var init_BookNavBar = __esm({
|
|
|
16361
16459
|
});
|
|
16362
16460
|
var BookTableOfContents;
|
|
16363
16461
|
var init_BookTableOfContents = __esm({
|
|
16364
|
-
"components/organisms/book/BookTableOfContents.tsx"() {
|
|
16462
|
+
"components/marketing/organisms/book/BookTableOfContents.tsx"() {
|
|
16365
16463
|
init_Stack();
|
|
16366
16464
|
init_Typography();
|
|
16367
16465
|
init_Button();
|
|
@@ -16418,10 +16516,10 @@ var init_BookTableOfContents = __esm({
|
|
|
16418
16516
|
});
|
|
16419
16517
|
var ICON_NAME_ALIASES, lookStyles3, EmptyState;
|
|
16420
16518
|
var init_EmptyState = __esm({
|
|
16421
|
-
"components/molecules/EmptyState.tsx"() {
|
|
16519
|
+
"components/core/molecules/EmptyState.tsx"() {
|
|
16422
16520
|
"use client";
|
|
16423
16521
|
init_cn();
|
|
16424
|
-
|
|
16522
|
+
init_atoms2();
|
|
16425
16523
|
init_Box();
|
|
16426
16524
|
init_Icon();
|
|
16427
16525
|
init_Stack();
|
|
@@ -16522,7 +16620,7 @@ var init_EmptyState = __esm({
|
|
|
16522
16620
|
}
|
|
16523
16621
|
});
|
|
16524
16622
|
|
|
16525
|
-
// components/organisms/book/types.ts
|
|
16623
|
+
// components/core/organisms/book/types.ts
|
|
16526
16624
|
function resolveFieldMap(fieldMap) {
|
|
16527
16625
|
if (!fieldMap) return IDENTITY_BOOK_FIELDS;
|
|
16528
16626
|
if (typeof fieldMap === "string") return FIELD_MAP_REGISTRY[fieldMap] ?? IDENTITY_BOOK_FIELDS;
|
|
@@ -16555,7 +16653,7 @@ function mapBookData(raw, fields = IDENTITY_BOOK_FIELDS) {
|
|
|
16555
16653
|
}
|
|
16556
16654
|
var IDENTITY_BOOK_FIELDS, AR_BOOK_FIELDS, FIELD_MAP_REGISTRY;
|
|
16557
16655
|
var init_types2 = __esm({
|
|
16558
|
-
"components/organisms/book/types.ts"() {
|
|
16656
|
+
"components/core/organisms/book/types.ts"() {
|
|
16559
16657
|
IDENTITY_BOOK_FIELDS = {
|
|
16560
16658
|
title: "title",
|
|
16561
16659
|
subtitle: "subtitle",
|
|
@@ -16594,7 +16692,7 @@ function flattenChapters(book) {
|
|
|
16594
16692
|
}
|
|
16595
16693
|
var PRINT_STYLES, BookViewer;
|
|
16596
16694
|
var init_BookViewer = __esm({
|
|
16597
|
-
"components/organisms/book/BookViewer.tsx"() {
|
|
16695
|
+
"components/marketing/organisms/book/BookViewer.tsx"() {
|
|
16598
16696
|
init_Box();
|
|
16599
16697
|
init_Stack();
|
|
16600
16698
|
init_useEventBus();
|
|
@@ -16776,7 +16874,7 @@ function getColsClass(cols) {
|
|
|
16776
16874
|
}
|
|
16777
16875
|
var colStyles2, gapStyles3, rowGapStyles, colGapStyles, alignStyles2, justifyStyles2, flowStyles, Grid;
|
|
16778
16876
|
var init_Grid = __esm({
|
|
16779
|
-
"components/molecules/Grid.tsx"() {
|
|
16877
|
+
"components/core/molecules/Grid.tsx"() {
|
|
16780
16878
|
init_cn();
|
|
16781
16879
|
colStyles2 = {
|
|
16782
16880
|
none: "grid-cols-none",
|
|
@@ -16983,7 +17081,7 @@ function DividerPattern({
|
|
|
16983
17081
|
);
|
|
16984
17082
|
}
|
|
16985
17083
|
var init_LayoutPatterns = __esm({
|
|
16986
|
-
"components/organisms/LayoutPatterns.tsx"() {
|
|
17084
|
+
"components/core/organisms/LayoutPatterns.tsx"() {
|
|
16987
17085
|
init_Stack();
|
|
16988
17086
|
init_Box();
|
|
16989
17087
|
init_Grid();
|
|
@@ -17019,7 +17117,7 @@ function isRuleBroken(rule, questions) {
|
|
|
17019
17117
|
}
|
|
17020
17118
|
var END_OF_SURVEY, OPERATOR_OPTIONS, RuleRow, NODE_WIDTH, NODE_HEIGHT, NODE_GAP_Y, PADDING, LogicGraph, BranchingLogicBuilder;
|
|
17021
17119
|
var init_BranchingLogicBuilder = __esm({
|
|
17022
|
-
"components/molecules/BranchingLogicBuilder.tsx"() {
|
|
17120
|
+
"components/core/molecules/BranchingLogicBuilder.tsx"() {
|
|
17023
17121
|
"use client";
|
|
17024
17122
|
init_Select();
|
|
17025
17123
|
init_Typography();
|
|
@@ -17459,12 +17557,13 @@ var init_BranchingLogicBuilder = __esm({
|
|
|
17459
17557
|
});
|
|
17460
17558
|
var Breadcrumb;
|
|
17461
17559
|
var init_Breadcrumb = __esm({
|
|
17462
|
-
"components/molecules/Breadcrumb.tsx"() {
|
|
17560
|
+
"components/core/molecules/Breadcrumb.tsx"() {
|
|
17463
17561
|
"use client";
|
|
17464
17562
|
init_Icon();
|
|
17465
17563
|
init_Typography();
|
|
17466
17564
|
init_cn();
|
|
17467
17565
|
init_useEventBus();
|
|
17566
|
+
init_useTranslate();
|
|
17468
17567
|
Breadcrumb = ({
|
|
17469
17568
|
items,
|
|
17470
17569
|
separator = "chevron-right",
|
|
@@ -17472,6 +17571,7 @@ var init_Breadcrumb = __esm({
|
|
|
17472
17571
|
className
|
|
17473
17572
|
}) => {
|
|
17474
17573
|
const eventBus = useEventBus();
|
|
17574
|
+
const { t } = useTranslate();
|
|
17475
17575
|
const displayItems = maxItems && items.length > maxItems ? [
|
|
17476
17576
|
...items.slice(0, 1),
|
|
17477
17577
|
{ label: "...", isCurrent: false },
|
|
@@ -17480,7 +17580,7 @@ var init_Breadcrumb = __esm({
|
|
|
17480
17580
|
return /* @__PURE__ */ jsx(
|
|
17481
17581
|
"nav",
|
|
17482
17582
|
{
|
|
17483
|
-
"aria-label": "
|
|
17583
|
+
"aria-label": t("aria.breadcrumb"),
|
|
17484
17584
|
className: cn("flex items-center gap-2", className),
|
|
17485
17585
|
children: /* @__PURE__ */ jsx("ol", { className: "flex items-center gap-2", children: displayItems.map((item, index) => {
|
|
17486
17586
|
const isLast = index === displayItems.length - 1;
|
|
@@ -17696,8 +17796,8 @@ function BuilderBoard({
|
|
|
17696
17796
|
);
|
|
17697
17797
|
}
|
|
17698
17798
|
var init_BuilderBoard = __esm({
|
|
17699
|
-
"components/organisms/
|
|
17700
|
-
|
|
17799
|
+
"components/game/organisms/puzzles/builder/BuilderBoard.tsx"() {
|
|
17800
|
+
init_atoms2();
|
|
17701
17801
|
init_useEventBus();
|
|
17702
17802
|
init_useTranslate();
|
|
17703
17803
|
BuilderBoard.displayName = "BuilderBoard";
|
|
@@ -17715,10 +17815,10 @@ function useSafeEventBus2() {
|
|
|
17715
17815
|
}
|
|
17716
17816
|
var log9, lookStyles4, ButtonGroup;
|
|
17717
17817
|
var init_ButtonGroup = __esm({
|
|
17718
|
-
"components/molecules/ButtonGroup.tsx"() {
|
|
17818
|
+
"components/core/molecules/ButtonGroup.tsx"() {
|
|
17719
17819
|
"use client";
|
|
17720
17820
|
init_cn();
|
|
17721
|
-
|
|
17821
|
+
init_atoms2();
|
|
17722
17822
|
init_useEventBus();
|
|
17723
17823
|
log9 = createLogger("almadar:ui:button-group");
|
|
17724
17824
|
lookStyles4 = {
|
|
@@ -17967,6 +18067,7 @@ function CalendarGrid({
|
|
|
17967
18067
|
}) {
|
|
17968
18068
|
const evs = Array.isArray(events2) ? events2 : events2 ? [events2] : [];
|
|
17969
18069
|
const eventBus = useEventBus();
|
|
18070
|
+
const { t } = useTranslate();
|
|
17970
18071
|
const longPressTimer = useRef(null);
|
|
17971
18072
|
const resolvedWeekStart = useMemo(
|
|
17972
18073
|
() => weekStart ? getStartOfWeek(weekStart) : getStartOfWeek(/* @__PURE__ */ new Date()),
|
|
@@ -18071,7 +18172,7 @@ function CalendarGrid({
|
|
|
18071
18172
|
icon: "chevron-left",
|
|
18072
18173
|
onClick: stepPrev,
|
|
18073
18174
|
"aria-disabled": !canPrev || void 0,
|
|
18074
|
-
"aria-label": "
|
|
18175
|
+
"aria-label": t("aria.previousDays"),
|
|
18075
18176
|
children: "Prev"
|
|
18076
18177
|
}
|
|
18077
18178
|
),
|
|
@@ -18084,7 +18185,7 @@ function CalendarGrid({
|
|
|
18084
18185
|
iconRight: "chevron-right",
|
|
18085
18186
|
onClick: stepNext,
|
|
18086
18187
|
"aria-disabled": !canNext || void 0,
|
|
18087
|
-
"aria-label": "
|
|
18188
|
+
"aria-label": t("aria.nextDays"),
|
|
18088
18189
|
children: "Next"
|
|
18089
18190
|
}
|
|
18090
18191
|
)
|
|
@@ -18164,7 +18265,7 @@ function CalendarGrid({
|
|
|
18164
18265
|
}
|
|
18165
18266
|
var SHORT_DATE;
|
|
18166
18267
|
var init_CalendarGrid = __esm({
|
|
18167
|
-
"components/molecules/CalendarGrid.tsx"() {
|
|
18268
|
+
"components/core/molecules/CalendarGrid.tsx"() {
|
|
18168
18269
|
"use client";
|
|
18169
18270
|
init_cn();
|
|
18170
18271
|
init_Box();
|
|
@@ -18176,15 +18277,16 @@ var init_CalendarGrid = __esm({
|
|
|
18176
18277
|
init_TimeSlotCell();
|
|
18177
18278
|
init_useEventBus();
|
|
18178
18279
|
init_useSwipeGesture();
|
|
18280
|
+
init_useTranslate();
|
|
18179
18281
|
SHORT_DATE = { month: "short", day: "numeric" };
|
|
18180
18282
|
CalendarGrid.displayName = "CalendarGrid";
|
|
18181
18283
|
}
|
|
18182
18284
|
});
|
|
18183
18285
|
|
|
18184
|
-
// components/organisms/
|
|
18286
|
+
// components/game/organisms/types/effects.ts
|
|
18185
18287
|
var EMPTY_EFFECT_STATE;
|
|
18186
18288
|
var init_effects = __esm({
|
|
18187
|
-
"components/organisms/
|
|
18289
|
+
"components/game/organisms/types/effects.ts"() {
|
|
18188
18290
|
EMPTY_EFFECT_STATE = {
|
|
18189
18291
|
particles: [],
|
|
18190
18292
|
sequences: [],
|
|
@@ -18193,7 +18295,7 @@ var init_effects = __esm({
|
|
|
18193
18295
|
}
|
|
18194
18296
|
});
|
|
18195
18297
|
|
|
18196
|
-
// components/organisms/
|
|
18298
|
+
// components/game/organisms/utils/canvasEffects.ts
|
|
18197
18299
|
function getOffscreenCtx(w, h) {
|
|
18198
18300
|
if (!_offscreen) {
|
|
18199
18301
|
if (typeof OffscreenCanvas !== "undefined") {
|
|
@@ -18389,13 +18491,13 @@ function getAllEffectSpriteUrls(manifest) {
|
|
|
18389
18491
|
}
|
|
18390
18492
|
var _offscreen, _offCtx;
|
|
18391
18493
|
var init_canvasEffects = __esm({
|
|
18392
|
-
"components/organisms/
|
|
18494
|
+
"components/game/organisms/utils/canvasEffects.ts"() {
|
|
18393
18495
|
_offscreen = null;
|
|
18394
18496
|
_offCtx = null;
|
|
18395
18497
|
}
|
|
18396
18498
|
});
|
|
18397
18499
|
|
|
18398
|
-
// components/organisms/
|
|
18500
|
+
// components/game/organisms/utils/combatPresets.ts
|
|
18399
18501
|
function p(manifest, key) {
|
|
18400
18502
|
const particles = manifest.particles;
|
|
18401
18503
|
if (!particles) return [];
|
|
@@ -19195,7 +19297,7 @@ function createCombatPresets(manifest) {
|
|
|
19195
19297
|
}
|
|
19196
19298
|
var PI2;
|
|
19197
19299
|
var init_combatPresets = __esm({
|
|
19198
|
-
"components/organisms/
|
|
19300
|
+
"components/game/organisms/utils/combatPresets.ts"() {
|
|
19199
19301
|
PI2 = Math.PI;
|
|
19200
19302
|
}
|
|
19201
19303
|
});
|
|
@@ -19422,7 +19524,7 @@ function CanvasEffect(props) {
|
|
|
19422
19524
|
}
|
|
19423
19525
|
var ACTION_EMOJI;
|
|
19424
19526
|
var init_CanvasEffect = __esm({
|
|
19425
|
-
"components/organisms/
|
|
19527
|
+
"components/game/organisms/CanvasEffect.tsx"() {
|
|
19426
19528
|
"use client";
|
|
19427
19529
|
init_cn();
|
|
19428
19530
|
init_useEventBus();
|
|
@@ -19475,7 +19577,7 @@ var init_getNestedValue = __esm({
|
|
|
19475
19577
|
});
|
|
19476
19578
|
var Pagination;
|
|
19477
19579
|
var init_Pagination = __esm({
|
|
19478
|
-
"components/molecules/Pagination.tsx"() {
|
|
19580
|
+
"components/core/molecules/Pagination.tsx"() {
|
|
19479
19581
|
"use client";
|
|
19480
19582
|
init_Button();
|
|
19481
19583
|
init_Typography();
|
|
@@ -19683,13 +19785,13 @@ function statusVariant(value) {
|
|
|
19683
19785
|
}
|
|
19684
19786
|
var STATUS_FIELDS, gapStyles4, alignStyles3, CardGrid;
|
|
19685
19787
|
var init_CardGrid = __esm({
|
|
19686
|
-
"components/organisms/CardGrid.tsx"() {
|
|
19788
|
+
"components/core/organisms/CardGrid.tsx"() {
|
|
19687
19789
|
"use client";
|
|
19688
19790
|
init_cn();
|
|
19689
19791
|
init_getNestedValue();
|
|
19690
19792
|
init_useEventBus();
|
|
19691
19793
|
init_useTranslate();
|
|
19692
|
-
|
|
19794
|
+
init_atoms2();
|
|
19693
19795
|
init_Badge();
|
|
19694
19796
|
init_Box();
|
|
19695
19797
|
init_Typography();
|
|
@@ -19915,11 +20017,12 @@ function useSafeEventBus3() {
|
|
|
19915
20017
|
}
|
|
19916
20018
|
var Carousel;
|
|
19917
20019
|
var init_Carousel = __esm({
|
|
19918
|
-
"components/molecules/Carousel.tsx"() {
|
|
20020
|
+
"components/core/molecules/Carousel.tsx"() {
|
|
19919
20021
|
"use client";
|
|
19920
20022
|
init_cn();
|
|
19921
20023
|
init_useEventBus();
|
|
19922
20024
|
init_useSwipeGesture();
|
|
20025
|
+
init_useTranslate();
|
|
19923
20026
|
init_Box();
|
|
19924
20027
|
init_Stack();
|
|
19925
20028
|
init_Button();
|
|
@@ -19940,6 +20043,7 @@ var init_Carousel = __esm({
|
|
|
19940
20043
|
const scrollRef = useRef(null);
|
|
19941
20044
|
const autoPlayRef = useRef(null);
|
|
19942
20045
|
const eventBus = useSafeEventBus3();
|
|
20046
|
+
const { t } = useTranslate();
|
|
19943
20047
|
const safeItems = items ?? [];
|
|
19944
20048
|
const totalSlides = safeItems.length;
|
|
19945
20049
|
const emitSlideChange = useCallback(
|
|
@@ -20079,7 +20183,7 @@ var init_Carousel = __esm({
|
|
|
20079
20183
|
variant: "ghost",
|
|
20080
20184
|
size: "sm",
|
|
20081
20185
|
onClick: goPrev,
|
|
20082
|
-
"aria-label": "
|
|
20186
|
+
"aria-label": t("aria.previousSlide"),
|
|
20083
20187
|
className: cn(
|
|
20084
20188
|
"rounded-full",
|
|
20085
20189
|
"bg-surface/80",
|
|
@@ -20103,7 +20207,7 @@ var init_Carousel = __esm({
|
|
|
20103
20207
|
variant: "ghost",
|
|
20104
20208
|
size: "sm",
|
|
20105
20209
|
onClick: goNext,
|
|
20106
|
-
"aria-label": "
|
|
20210
|
+
"aria-label": t("aria.nextSlide"),
|
|
20107
20211
|
className: cn(
|
|
20108
20212
|
"rounded-full",
|
|
20109
20213
|
"bg-surface/80",
|
|
@@ -20151,7 +20255,7 @@ var init_Carousel = __esm({
|
|
|
20151
20255
|
});
|
|
20152
20256
|
var CaseStudyOrganism;
|
|
20153
20257
|
var init_CaseStudyOrganism = __esm({
|
|
20154
|
-
"components/organisms/CaseStudyOrganism.tsx"() {
|
|
20258
|
+
"components/core/organisms/CaseStudyOrganism.tsx"() {
|
|
20155
20259
|
"use client";
|
|
20156
20260
|
init_cn();
|
|
20157
20261
|
init_useEventBus();
|
|
@@ -20315,7 +20419,7 @@ function CastleBoard({
|
|
|
20315
20419
|
] });
|
|
20316
20420
|
}
|
|
20317
20421
|
var init_CastleBoard = __esm({
|
|
20318
|
-
"components/organisms/
|
|
20422
|
+
"components/game/organisms/CastleBoard.tsx"() {
|
|
20319
20423
|
"use client";
|
|
20320
20424
|
init_cn();
|
|
20321
20425
|
init_useEventBus();
|
|
@@ -20344,17 +20448,17 @@ function CastleTemplate({
|
|
|
20344
20448
|
);
|
|
20345
20449
|
}
|
|
20346
20450
|
var init_CastleTemplate = __esm({
|
|
20347
|
-
"components/templates/CastleTemplate.tsx"() {
|
|
20451
|
+
"components/game/templates/CastleTemplate.tsx"() {
|
|
20348
20452
|
init_CastleBoard();
|
|
20349
20453
|
CastleTemplate.displayName = "CastleTemplate";
|
|
20350
20454
|
}
|
|
20351
20455
|
});
|
|
20352
20456
|
var CHART_COLORS, seriesColor, monthFormatter, formatTimeLabel, BarChart, PieChart, LineChart, ScatterChart, LOOK_FROM_CHART_TYPE, Chart;
|
|
20353
20457
|
var init_Chart = __esm({
|
|
20354
|
-
"components/molecules/Chart.tsx"() {
|
|
20458
|
+
"components/core/molecules/Chart.tsx"() {
|
|
20355
20459
|
"use client";
|
|
20356
20460
|
init_cn();
|
|
20357
|
-
|
|
20461
|
+
init_atoms2();
|
|
20358
20462
|
init_Stack();
|
|
20359
20463
|
init_LoadingState();
|
|
20360
20464
|
init_ErrorState();
|
|
@@ -20962,13 +21066,13 @@ var init_Chart = __esm({
|
|
|
20962
21066
|
const firstSeriesData = normalizedSeries[0]?.data ?? [];
|
|
20963
21067
|
const hasContent = resolvedLook === "scatter" ? (scatterData?.length ?? 0) > 0 : normalizedSeries.some((s) => s.data.length > 0);
|
|
20964
21068
|
if (isLoading) {
|
|
20965
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
21069
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
20966
21070
|
}
|
|
20967
21071
|
if (error) {
|
|
20968
21072
|
return /* @__PURE__ */ jsx(
|
|
20969
21073
|
ErrorState,
|
|
20970
21074
|
{
|
|
20971
|
-
title: "
|
|
21075
|
+
title: t("display.chartError"),
|
|
20972
21076
|
message: error.message,
|
|
20973
21077
|
className
|
|
20974
21078
|
}
|
|
@@ -21096,10 +21200,10 @@ var init_Chart = __esm({
|
|
|
21096
21200
|
});
|
|
21097
21201
|
var ChartLegend;
|
|
21098
21202
|
var init_ChartLegend = __esm({
|
|
21099
|
-
"components/molecules/ChartLegend.tsx"() {
|
|
21203
|
+
"components/core/molecules/ChartLegend.tsx"() {
|
|
21100
21204
|
"use client";
|
|
21101
21205
|
init_cn();
|
|
21102
|
-
|
|
21206
|
+
init_atoms2();
|
|
21103
21207
|
ChartLegend = ({
|
|
21104
21208
|
items,
|
|
21105
21209
|
className,
|
|
@@ -21265,8 +21369,8 @@ function ClassifierBoard({
|
|
|
21265
21369
|
);
|
|
21266
21370
|
}
|
|
21267
21371
|
var init_ClassifierBoard = __esm({
|
|
21268
|
-
"components/organisms/
|
|
21269
|
-
|
|
21372
|
+
"components/game/organisms/puzzles/classifier/ClassifierBoard.tsx"() {
|
|
21373
|
+
init_atoms2();
|
|
21270
21374
|
init_useEventBus();
|
|
21271
21375
|
init_useTranslate();
|
|
21272
21376
|
ClassifierBoard.displayName = "ClassifierBoard";
|
|
@@ -21297,8 +21401,8 @@ function CodeView({
|
|
|
21297
21401
|
] });
|
|
21298
21402
|
}
|
|
21299
21403
|
var init_CodeView = __esm({
|
|
21300
|
-
"components/organisms/
|
|
21301
|
-
|
|
21404
|
+
"components/game/organisms/puzzles/state-architect/CodeView.tsx"() {
|
|
21405
|
+
init_atoms2();
|
|
21302
21406
|
init_cn();
|
|
21303
21407
|
init_useTranslate();
|
|
21304
21408
|
CodeView.displayName = "CodeView";
|
|
@@ -21306,7 +21410,7 @@ var init_CodeView = __esm({
|
|
|
21306
21410
|
});
|
|
21307
21411
|
var Tabs;
|
|
21308
21412
|
var init_Tabs = __esm({
|
|
21309
|
-
"components/molecules/Tabs.tsx"() {
|
|
21413
|
+
"components/core/molecules/Tabs.tsx"() {
|
|
21310
21414
|
"use client";
|
|
21311
21415
|
init_Icon();
|
|
21312
21416
|
init_Badge();
|
|
@@ -21481,16 +21585,17 @@ function generateDiff(oldVal, newVal) {
|
|
|
21481
21585
|
}
|
|
21482
21586
|
var DIFF_STYLES, CodeViewer;
|
|
21483
21587
|
var init_CodeViewer = __esm({
|
|
21484
|
-
"components/molecules/CodeViewer.tsx"() {
|
|
21588
|
+
"components/core/molecules/CodeViewer.tsx"() {
|
|
21485
21589
|
"use client";
|
|
21486
21590
|
init_cn();
|
|
21487
|
-
|
|
21591
|
+
init_atoms2();
|
|
21488
21592
|
init_Stack();
|
|
21489
21593
|
init_LoadingState();
|
|
21490
21594
|
init_ErrorState();
|
|
21491
21595
|
init_EmptyState();
|
|
21492
21596
|
init_Tabs();
|
|
21493
21597
|
init_useEventBus();
|
|
21598
|
+
init_useTranslate();
|
|
21494
21599
|
DIFF_STYLES = {
|
|
21495
21600
|
add: {
|
|
21496
21601
|
bg: "bg-success/10",
|
|
@@ -21528,6 +21633,7 @@ var init_CodeViewer = __esm({
|
|
|
21528
21633
|
className
|
|
21529
21634
|
}) => {
|
|
21530
21635
|
const eventBus = useEventBus();
|
|
21636
|
+
const { t } = useTranslate();
|
|
21531
21637
|
const [copied, setCopied] = useState(false);
|
|
21532
21638
|
const [wrap, setWrap] = useState(wordWrap);
|
|
21533
21639
|
const [activeFileIndex, setActiveFileIndex] = useState(0);
|
|
@@ -21565,13 +21671,13 @@ var init_CodeViewer = __esm({
|
|
|
21565
21671
|
content: null
|
|
21566
21672
|
}));
|
|
21567
21673
|
if (isLoading) {
|
|
21568
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
21674
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
21569
21675
|
}
|
|
21570
21676
|
if (error) {
|
|
21571
21677
|
return /* @__PURE__ */ jsx(
|
|
21572
21678
|
ErrorState,
|
|
21573
21679
|
{
|
|
21574
|
-
title: "
|
|
21680
|
+
title: t("display.codeViewerError"),
|
|
21575
21681
|
message: error.message,
|
|
21576
21682
|
className
|
|
21577
21683
|
}
|
|
@@ -21582,7 +21688,7 @@ var init_CodeViewer = __esm({
|
|
|
21582
21688
|
EmptyState,
|
|
21583
21689
|
{
|
|
21584
21690
|
icon: Code,
|
|
21585
|
-
title: "
|
|
21691
|
+
title: t("display.noCode"),
|
|
21586
21692
|
description: "No code to display.",
|
|
21587
21693
|
className
|
|
21588
21694
|
}
|
|
@@ -21770,8 +21876,8 @@ function CombatLog({
|
|
|
21770
21876
|
}
|
|
21771
21877
|
var eventIcons, eventColors, eventBadgeVariants;
|
|
21772
21878
|
var init_CombatLog = __esm({
|
|
21773
|
-
"components/molecules/
|
|
21774
|
-
|
|
21879
|
+
"components/game/molecules/CombatLog.tsx"() {
|
|
21880
|
+
init_atoms2();
|
|
21775
21881
|
init_cn();
|
|
21776
21882
|
eventIcons = {
|
|
21777
21883
|
attack: Sword,
|
|
@@ -21811,7 +21917,7 @@ function formatCount(count) {
|
|
|
21811
21917
|
}
|
|
21812
21918
|
var CommunityLinks;
|
|
21813
21919
|
var init_CommunityLinks = __esm({
|
|
21814
|
-
"components/molecules/CommunityLinks.tsx"() {
|
|
21920
|
+
"components/marketing/molecules/CommunityLinks.tsx"() {
|
|
21815
21921
|
"use client";
|
|
21816
21922
|
init_Stack();
|
|
21817
21923
|
init_Typography();
|
|
@@ -21852,7 +21958,7 @@ var init_CommunityLinks = __esm({
|
|
|
21852
21958
|
});
|
|
21853
21959
|
var variantConfig, ConfirmDialog;
|
|
21854
21960
|
var init_ConfirmDialog = __esm({
|
|
21855
|
-
"components/molecules/ConfirmDialog.tsx"() {
|
|
21961
|
+
"components/core/molecules/ConfirmDialog.tsx"() {
|
|
21856
21962
|
"use client";
|
|
21857
21963
|
init_Modal();
|
|
21858
21964
|
init_Button();
|
|
@@ -22151,7 +22257,7 @@ function CounterFull({
|
|
|
22151
22257
|
}
|
|
22152
22258
|
var sizeStyles9, CounterTemplate;
|
|
22153
22259
|
var init_CounterTemplate = __esm({
|
|
22154
|
-
"components/templates/CounterTemplate.tsx"() {
|
|
22260
|
+
"components/core/templates/CounterTemplate.tsx"() {
|
|
22155
22261
|
init_cn();
|
|
22156
22262
|
init_Container();
|
|
22157
22263
|
init_Stack();
|
|
@@ -22248,7 +22354,7 @@ function CraftingRecipe({
|
|
|
22248
22354
|
}
|
|
22249
22355
|
var rarityValues;
|
|
22250
22356
|
var init_CraftingRecipe = __esm({
|
|
22251
|
-
"components/molecules/
|
|
22357
|
+
"components/game/molecules/CraftingRecipe.tsx"() {
|
|
22252
22358
|
"use client";
|
|
22253
22359
|
init_cn();
|
|
22254
22360
|
init_useEventBus();
|
|
@@ -22319,7 +22425,7 @@ function DPad({
|
|
|
22319
22425
|
}
|
|
22320
22426
|
var sizeMap15, arrowIcons;
|
|
22321
22427
|
var init_DPad = __esm({
|
|
22322
|
-
"components/molecules/
|
|
22428
|
+
"components/game/molecules/DPad.tsx"() {
|
|
22323
22429
|
"use client";
|
|
22324
22430
|
init_cn();
|
|
22325
22431
|
init_useEventBus();
|
|
@@ -22340,7 +22446,7 @@ var init_DPad = __esm({
|
|
|
22340
22446
|
});
|
|
22341
22447
|
var gapStyles5, columnStyles, colSpanStyles, rowSpanStyles, DashboardGrid;
|
|
22342
22448
|
var init_DashboardGrid = __esm({
|
|
22343
|
-
"components/organisms/layout/DashboardGrid.tsx"() {
|
|
22449
|
+
"components/core/organisms/layout/DashboardGrid.tsx"() {
|
|
22344
22450
|
init_cn();
|
|
22345
22451
|
init_Box();
|
|
22346
22452
|
init_useTranslate();
|
|
@@ -22427,10 +22533,10 @@ var init_CurrentPagePathContext = __esm({
|
|
|
22427
22533
|
});
|
|
22428
22534
|
var DashboardLayout, NavLink, NavLinkTopnav, NavLinkBottom;
|
|
22429
22535
|
var init_DashboardLayout = __esm({
|
|
22430
|
-
"components/templates/DashboardLayout.tsx"() {
|
|
22536
|
+
"components/core/templates/DashboardLayout.tsx"() {
|
|
22431
22537
|
"use client";
|
|
22432
22538
|
init_cn();
|
|
22433
|
-
|
|
22539
|
+
init_atoms2();
|
|
22434
22540
|
init_Box();
|
|
22435
22541
|
init_Stack();
|
|
22436
22542
|
init_Typography();
|
|
@@ -22610,7 +22716,7 @@ var init_DashboardLayout = __esm({
|
|
|
22610
22716
|
variant: "ghost",
|
|
22611
22717
|
className: "p-2 rounded-md hover:bg-muted dark:hover:bg-muted text-muted-foreground dark:text-muted-foreground touch-manipulation min-h-[44px] min-w-[44px] flex items-center justify-center",
|
|
22612
22718
|
onClick: () => setSidebarOpen(true),
|
|
22613
|
-
"aria-label": "
|
|
22719
|
+
"aria-label": t("aria.openSidebar"),
|
|
22614
22720
|
children: /* @__PURE__ */ jsx(Icon, { name: "menu", className: "h-5 w-5" })
|
|
22615
22721
|
}
|
|
22616
22722
|
),
|
|
@@ -23381,7 +23487,7 @@ function useDataDnd(args) {
|
|
|
23381
23487
|
}
|
|
23382
23488
|
var dndLog, RootCtx;
|
|
23383
23489
|
var init_useDataDnd = __esm({
|
|
23384
|
-
"components/molecules/useDataDnd.tsx"() {
|
|
23490
|
+
"components/core/molecules/useDataDnd.tsx"() {
|
|
23385
23491
|
"use client";
|
|
23386
23492
|
init_useEventBus();
|
|
23387
23493
|
init_useAlmadarDndCollision();
|
|
@@ -23545,13 +23651,13 @@ function DataGrid({
|
|
|
23545
23651
|
6: "sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-6 @max-xl:!grid-cols-3 @max-lg:!grid-cols-2 @max-sm:!grid-cols-1"
|
|
23546
23652
|
}[cols] : void 0;
|
|
23547
23653
|
if (isLoading) {
|
|
23548
|
-
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items")
|
|
23654
|
+
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
|
|
23549
23655
|
}
|
|
23550
23656
|
if (error) {
|
|
23551
23657
|
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "error", children: error.message }) });
|
|
23552
23658
|
}
|
|
23553
23659
|
if (data.length === 0) {
|
|
23554
|
-
const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems")
|
|
23660
|
+
const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
|
|
23555
23661
|
return dnd.enabled ? /* @__PURE__ */ jsx(Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
|
|
23556
23662
|
}
|
|
23557
23663
|
const allIds = data.map((item, i) => item.id || String(i));
|
|
@@ -23568,7 +23674,7 @@ function DataGrid({
|
|
|
23568
23674
|
checked: allSelected,
|
|
23569
23675
|
onChange: toggleAll,
|
|
23570
23676
|
className: "w-4 h-4 accent-primary",
|
|
23571
|
-
"aria-label": "
|
|
23677
|
+
"aria-label": t("aria.selectAll")
|
|
23572
23678
|
}
|
|
23573
23679
|
),
|
|
23574
23680
|
/* @__PURE__ */ jsxs(Typography, { variant: "caption", className: "font-semibold", children: [
|
|
@@ -23728,7 +23834,7 @@ function DataGrid({
|
|
|
23728
23834
|
Menu,
|
|
23729
23835
|
{
|
|
23730
23836
|
position: "bottom-end",
|
|
23731
|
-
trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": "
|
|
23837
|
+
trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
|
|
23732
23838
|
items: primaryActions.slice(maxInlineActions).map((action) => ({
|
|
23733
23839
|
label: action.label,
|
|
23734
23840
|
icon: action.icon,
|
|
@@ -23759,8 +23865,8 @@ function DataGrid({
|
|
|
23759
23865
|
/* @__PURE__ */ jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
|
|
23760
23866
|
t("common.showMore"),
|
|
23761
23867
|
" (",
|
|
23762
|
-
allData.length - visibleCount,
|
|
23763
|
-
"
|
|
23868
|
+
t("common.remaining", { count: allData.length - visibleCount }),
|
|
23869
|
+
")"
|
|
23764
23870
|
]
|
|
23765
23871
|
}
|
|
23766
23872
|
) }),
|
|
@@ -23777,7 +23883,7 @@ function DataGrid({
|
|
|
23777
23883
|
}
|
|
23778
23884
|
var dataGridLog, BADGE_VARIANTS, gapStyles6, lookStyles5;
|
|
23779
23885
|
var init_DataGrid = __esm({
|
|
23780
|
-
"components/molecules/DataGrid.tsx"() {
|
|
23886
|
+
"components/core/molecules/DataGrid.tsx"() {
|
|
23781
23887
|
"use client";
|
|
23782
23888
|
init_cn();
|
|
23783
23889
|
init_getNestedValue();
|
|
@@ -23986,7 +24092,7 @@ function DataList({
|
|
|
23986
24092
|
Menu,
|
|
23987
24093
|
{
|
|
23988
24094
|
position: "bottom-end",
|
|
23989
|
-
trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": "
|
|
24095
|
+
trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
|
|
23990
24096
|
items: overflow.map((action) => ({
|
|
23991
24097
|
label: action.label,
|
|
23992
24098
|
icon: action.icon,
|
|
@@ -24010,13 +24116,13 @@ function DataList({
|
|
|
24010
24116
|
eventBus.emit(`UI:${itemClickEvent}`, payload);
|
|
24011
24117
|
};
|
|
24012
24118
|
if (isLoading) {
|
|
24013
|
-
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items")
|
|
24119
|
+
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
|
|
24014
24120
|
}
|
|
24015
24121
|
if (error) {
|
|
24016
24122
|
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "error", children: error.message }) });
|
|
24017
24123
|
}
|
|
24018
24124
|
if (data.length === 0) {
|
|
24019
|
-
const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems")
|
|
24125
|
+
const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
|
|
24020
24126
|
return dnd.enabled ? /* @__PURE__ */ jsx(Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
|
|
24021
24127
|
}
|
|
24022
24128
|
const gapClass = {
|
|
@@ -24196,8 +24302,8 @@ function DataList({
|
|
|
24196
24302
|
/* @__PURE__ */ jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
|
|
24197
24303
|
t("common.showMore"),
|
|
24198
24304
|
" (",
|
|
24199
|
-
allData.length - visibleCount,
|
|
24200
|
-
"
|
|
24305
|
+
t("common.remaining", { count: allData.length - visibleCount }),
|
|
24306
|
+
")"
|
|
24201
24307
|
]
|
|
24202
24308
|
}
|
|
24203
24309
|
) }),
|
|
@@ -24216,7 +24322,7 @@ function DataList({
|
|
|
24216
24322
|
}
|
|
24217
24323
|
var dataListLog, listLookStyles;
|
|
24218
24324
|
var init_DataList = __esm({
|
|
24219
|
-
"components/molecules/DataList.tsx"() {
|
|
24325
|
+
"components/core/molecules/DataList.tsx"() {
|
|
24220
24326
|
"use client";
|
|
24221
24327
|
init_cn();
|
|
24222
24328
|
init_getNestedValue();
|
|
@@ -24271,7 +24377,7 @@ function fileIcon(name) {
|
|
|
24271
24377
|
}
|
|
24272
24378
|
var TreeNodeItem, FileTree;
|
|
24273
24379
|
var init_FileTree = __esm({
|
|
24274
|
-
"components/molecules/FileTree.tsx"() {
|
|
24380
|
+
"components/core/molecules/FileTree.tsx"() {
|
|
24275
24381
|
"use client";
|
|
24276
24382
|
init_Box();
|
|
24277
24383
|
init_Typography();
|
|
@@ -24382,7 +24488,7 @@ var init_FileTree = __esm({
|
|
|
24382
24488
|
});
|
|
24383
24489
|
var FormField;
|
|
24384
24490
|
var init_FormField = __esm({
|
|
24385
|
-
"components/molecules/FormField.tsx"() {
|
|
24491
|
+
"components/core/molecules/FormField.tsx"() {
|
|
24386
24492
|
init_cn();
|
|
24387
24493
|
init_Label();
|
|
24388
24494
|
init_Typography();
|
|
@@ -24470,7 +24576,7 @@ var init_useQuerySingleton = __esm({
|
|
|
24470
24576
|
});
|
|
24471
24577
|
var resolveFilterType, lookStyles6, FilterGroup;
|
|
24472
24578
|
var init_FilterGroup = __esm({
|
|
24473
|
-
"components/molecules/FilterGroup.tsx"() {
|
|
24579
|
+
"components/core/molecules/FilterGroup.tsx"() {
|
|
24474
24580
|
"use client";
|
|
24475
24581
|
init_cn();
|
|
24476
24582
|
init_Button();
|
|
@@ -24914,7 +25020,7 @@ var init_FilterGroup = __esm({
|
|
|
24914
25020
|
});
|
|
24915
25021
|
var directionStyles, wrapStyles, alignStyles4, justifyStyles3, gapStyles7, Flex;
|
|
24916
25022
|
var init_Flex = __esm({
|
|
24917
|
-
"components/molecules/Flex.tsx"() {
|
|
25023
|
+
"components/core/molecules/Flex.tsx"() {
|
|
24918
25024
|
init_cn();
|
|
24919
25025
|
directionStyles = {
|
|
24920
25026
|
row: "flex-row",
|
|
@@ -24998,7 +25104,7 @@ var init_Flex = __esm({
|
|
|
24998
25104
|
});
|
|
24999
25105
|
var InputGroup;
|
|
25000
25106
|
var init_InputGroup = __esm({
|
|
25001
|
-
"components/molecules/InputGroup.tsx"() {
|
|
25107
|
+
"components/core/molecules/InputGroup.tsx"() {
|
|
25002
25108
|
init_Input();
|
|
25003
25109
|
init_Icon();
|
|
25004
25110
|
init_Typography();
|
|
@@ -25113,7 +25219,7 @@ var init_debug = __esm({
|
|
|
25113
25219
|
});
|
|
25114
25220
|
var isRelationsDebugEnabled, RelationSelect;
|
|
25115
25221
|
var init_RelationSelect = __esm({
|
|
25116
|
-
"components/molecules/RelationSelect.tsx"() {
|
|
25222
|
+
"components/core/molecules/RelationSelect.tsx"() {
|
|
25117
25223
|
"use client";
|
|
25118
25224
|
init_cn();
|
|
25119
25225
|
init_Box();
|
|
@@ -25340,7 +25446,7 @@ var init_RelationSelect = __esm({
|
|
|
25340
25446
|
});
|
|
25341
25447
|
var SearchInput;
|
|
25342
25448
|
var init_SearchInput = __esm({
|
|
25343
|
-
"components/molecules/SearchInput.tsx"() {
|
|
25449
|
+
"components/core/molecules/SearchInput.tsx"() {
|
|
25344
25450
|
"use client";
|
|
25345
25451
|
init_Input();
|
|
25346
25452
|
init_Spinner();
|
|
@@ -25443,7 +25549,7 @@ var init_SearchInput = __esm({
|
|
|
25443
25549
|
});
|
|
25444
25550
|
var SidePanel;
|
|
25445
25551
|
var init_SidePanel = __esm({
|
|
25446
|
-
"components/molecules/SidePanel.tsx"() {
|
|
25552
|
+
"components/core/molecules/SidePanel.tsx"() {
|
|
25447
25553
|
"use client";
|
|
25448
25554
|
init_Aside();
|
|
25449
25555
|
init_Box();
|
|
@@ -25451,6 +25557,7 @@ var init_SidePanel = __esm({
|
|
|
25451
25557
|
init_Typography();
|
|
25452
25558
|
init_cn();
|
|
25453
25559
|
init_useEventBus();
|
|
25560
|
+
init_useTranslate();
|
|
25454
25561
|
SidePanel = ({
|
|
25455
25562
|
title,
|
|
25456
25563
|
children,
|
|
@@ -25463,6 +25570,7 @@ var init_SidePanel = __esm({
|
|
|
25463
25570
|
closeEvent
|
|
25464
25571
|
}) => {
|
|
25465
25572
|
const eventBus = useEventBus();
|
|
25573
|
+
const { t } = useTranslate();
|
|
25466
25574
|
const handleClose = () => {
|
|
25467
25575
|
if (closeEvent) eventBus.emit(`UI:${closeEvent}`, {});
|
|
25468
25576
|
onClose();
|
|
@@ -25500,8 +25608,8 @@ var init_SidePanel = __esm({
|
|
|
25500
25608
|
size: "sm",
|
|
25501
25609
|
icon: "x",
|
|
25502
25610
|
onClick: handleClose,
|
|
25503
|
-
"aria-label": "
|
|
25504
|
-
children: /* @__PURE__ */ jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: "
|
|
25611
|
+
"aria-label": t("aria.closePanel"),
|
|
25612
|
+
children: /* @__PURE__ */ jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: t("aria.closePanel") })
|
|
25505
25613
|
}
|
|
25506
25614
|
)
|
|
25507
25615
|
] }),
|
|
@@ -25516,7 +25624,7 @@ var init_SidePanel = __esm({
|
|
|
25516
25624
|
});
|
|
25517
25625
|
var WizardProgress;
|
|
25518
25626
|
var init_WizardProgress = __esm({
|
|
25519
|
-
"components/molecules/WizardProgress.tsx"() {
|
|
25627
|
+
"components/core/molecules/WizardProgress.tsx"() {
|
|
25520
25628
|
"use client";
|
|
25521
25629
|
init_Typography();
|
|
25522
25630
|
init_Box();
|
|
@@ -25619,7 +25727,7 @@ function useSafeEventBus4() {
|
|
|
25619
25727
|
}
|
|
25620
25728
|
var WizardNavigation;
|
|
25621
25729
|
var init_WizardNavigation = __esm({
|
|
25622
|
-
"components/molecules/WizardNavigation.tsx"() {
|
|
25730
|
+
"components/core/molecules/WizardNavigation.tsx"() {
|
|
25623
25731
|
"use client";
|
|
25624
25732
|
init_Button();
|
|
25625
25733
|
init_Typography();
|
|
@@ -25706,7 +25814,7 @@ var init_WizardNavigation = __esm({
|
|
|
25706
25814
|
});
|
|
25707
25815
|
var RepeatableFormSection;
|
|
25708
25816
|
var init_RepeatableFormSection = __esm({
|
|
25709
|
-
"components/molecules/RepeatableFormSection.tsx"() {
|
|
25817
|
+
"components/core/molecules/RepeatableFormSection.tsx"() {
|
|
25710
25818
|
"use client";
|
|
25711
25819
|
init_cn();
|
|
25712
25820
|
init_Box();
|
|
@@ -25845,7 +25953,7 @@ var init_RepeatableFormSection = __esm({
|
|
|
25845
25953
|
});
|
|
25846
25954
|
var actionTypeLabels, actionTypeIcons, ViolationAlert;
|
|
25847
25955
|
var init_ViolationAlert = __esm({
|
|
25848
|
-
"components/molecules/ViolationAlert.tsx"() {
|
|
25956
|
+
"components/core/molecules/ViolationAlert.tsx"() {
|
|
25849
25957
|
init_cn();
|
|
25850
25958
|
init_Box();
|
|
25851
25959
|
init_Stack();
|
|
@@ -26048,7 +26156,7 @@ var init_ViolationAlert = __esm({
|
|
|
26048
26156
|
});
|
|
26049
26157
|
var FormSectionHeader;
|
|
26050
26158
|
var init_FormSectionHeader = __esm({
|
|
26051
|
-
"components/molecules/FormSectionHeader.tsx"() {
|
|
26159
|
+
"components/core/molecules/FormSectionHeader.tsx"() {
|
|
26052
26160
|
init_cn();
|
|
26053
26161
|
init_Box();
|
|
26054
26162
|
init_Stack();
|
|
@@ -26125,7 +26233,7 @@ var init_FormSectionHeader = __esm({
|
|
|
26125
26233
|
});
|
|
26126
26234
|
var FlipCard;
|
|
26127
26235
|
var init_FlipCard = __esm({
|
|
26128
|
-
"components/molecules/FlipCard.tsx"() {
|
|
26236
|
+
"components/core/molecules/FlipCard.tsx"() {
|
|
26129
26237
|
"use client";
|
|
26130
26238
|
init_cn();
|
|
26131
26239
|
init_Box();
|
|
@@ -26187,7 +26295,7 @@ function daysAgo(n) {
|
|
|
26187
26295
|
}
|
|
26188
26296
|
var DEFAULT_PRESETS, DateRangePicker;
|
|
26189
26297
|
var init_DateRangePicker = __esm({
|
|
26190
|
-
"components/molecules/DateRangePicker.tsx"() {
|
|
26298
|
+
"components/core/molecules/DateRangePicker.tsx"() {
|
|
26191
26299
|
"use client";
|
|
26192
26300
|
init_cn();
|
|
26193
26301
|
init_Button();
|
|
@@ -26315,10 +26423,10 @@ var init_DateRangePicker = __esm({
|
|
|
26315
26423
|
});
|
|
26316
26424
|
var DEFAULT_OPTIONS, DateRangeSelector;
|
|
26317
26425
|
var init_DateRangeSelector = __esm({
|
|
26318
|
-
"components/molecules/DateRangeSelector.tsx"() {
|
|
26426
|
+
"components/core/molecules/DateRangeSelector.tsx"() {
|
|
26319
26427
|
"use client";
|
|
26320
26428
|
init_cn();
|
|
26321
|
-
|
|
26429
|
+
init_atoms2();
|
|
26322
26430
|
DEFAULT_OPTIONS = [
|
|
26323
26431
|
{ label: "1W", value: "week" },
|
|
26324
26432
|
{ label: "1M", value: "month" },
|
|
@@ -26347,10 +26455,10 @@ var init_DateRangeSelector = __esm({
|
|
|
26347
26455
|
});
|
|
26348
26456
|
var LineChart2;
|
|
26349
26457
|
var init_LineChart = __esm({
|
|
26350
|
-
"components/molecules/LineChart.tsx"() {
|
|
26458
|
+
"components/core/molecules/LineChart.tsx"() {
|
|
26351
26459
|
"use client";
|
|
26352
26460
|
init_cn();
|
|
26353
|
-
|
|
26461
|
+
init_atoms2();
|
|
26354
26462
|
LineChart2 = ({
|
|
26355
26463
|
data,
|
|
26356
26464
|
width = 400,
|
|
@@ -26462,10 +26570,10 @@ var init_LineChart = __esm({
|
|
|
26462
26570
|
});
|
|
26463
26571
|
var sizeMap16, stateColors, ProgressDots;
|
|
26464
26572
|
var init_ProgressDots = __esm({
|
|
26465
|
-
"components/molecules/ProgressDots.tsx"() {
|
|
26573
|
+
"components/core/molecules/ProgressDots.tsx"() {
|
|
26466
26574
|
"use client";
|
|
26467
26575
|
init_cn();
|
|
26468
|
-
|
|
26576
|
+
init_atoms2();
|
|
26469
26577
|
sizeMap16 = {
|
|
26470
26578
|
sm: { dot: 6, active: 8 },
|
|
26471
26579
|
md: { dot: 8, active: 10 },
|
|
@@ -26578,7 +26686,7 @@ function StatBadge({
|
|
|
26578
26686
|
}
|
|
26579
26687
|
var sizeMap17, variantMap2;
|
|
26580
26688
|
var init_StatBadge = __esm({
|
|
26581
|
-
"components/molecules/
|
|
26689
|
+
"components/game/molecules/StatBadge.tsx"() {
|
|
26582
26690
|
init_cn();
|
|
26583
26691
|
init_Icon();
|
|
26584
26692
|
init_HealthBar();
|
|
@@ -26653,7 +26761,7 @@ function InventoryGrid({
|
|
|
26653
26761
|
}
|
|
26654
26762
|
var columnMap;
|
|
26655
26763
|
var init_InventoryGrid = __esm({
|
|
26656
|
-
"components/molecules/
|
|
26764
|
+
"components/game/molecules/InventoryGrid.tsx"() {
|
|
26657
26765
|
"use client";
|
|
26658
26766
|
init_cn();
|
|
26659
26767
|
init_useEventBus();
|
|
@@ -26740,7 +26848,7 @@ function QuestTracker({
|
|
|
26740
26848
|
}) });
|
|
26741
26849
|
}
|
|
26742
26850
|
var init_QuestTracker = __esm({
|
|
26743
|
-
"components/molecules/
|
|
26851
|
+
"components/game/molecules/QuestTracker.tsx"() {
|
|
26744
26852
|
"use client";
|
|
26745
26853
|
init_cn();
|
|
26746
26854
|
init_WaypointMarker();
|
|
@@ -26806,7 +26914,7 @@ function PowerupSlots({
|
|
|
26806
26914
|
] });
|
|
26807
26915
|
}
|
|
26808
26916
|
var init_PowerupSlots = __esm({
|
|
26809
|
-
"components/molecules/
|
|
26917
|
+
"components/game/molecules/PowerupSlots.tsx"() {
|
|
26810
26918
|
"use client";
|
|
26811
26919
|
init_cn();
|
|
26812
26920
|
init_ItemSlot();
|
|
@@ -26916,7 +27024,7 @@ function GameCanvas2D({
|
|
|
26916
27024
|
) });
|
|
26917
27025
|
}
|
|
26918
27026
|
var init_GameCanvas2D = __esm({
|
|
26919
|
-
"components/molecules/
|
|
27027
|
+
"components/game/molecules/GameCanvas2D.tsx"() {
|
|
26920
27028
|
"use client";
|
|
26921
27029
|
init_cn();
|
|
26922
27030
|
init_Box();
|
|
@@ -27025,7 +27133,7 @@ function HealthPanel({
|
|
|
27025
27133
|
}
|
|
27026
27134
|
var sizeMap18, effectVariantMap;
|
|
27027
27135
|
var init_HealthPanel = __esm({
|
|
27028
|
-
"components/molecules/
|
|
27136
|
+
"components/game/molecules/HealthPanel.tsx"() {
|
|
27029
27137
|
"use client";
|
|
27030
27138
|
init_cn();
|
|
27031
27139
|
init_HealthBar();
|
|
@@ -27112,7 +27220,7 @@ function ScoreBoard({
|
|
|
27112
27220
|
);
|
|
27113
27221
|
}
|
|
27114
27222
|
var init_ScoreBoard = __esm({
|
|
27115
|
-
"components/molecules/
|
|
27223
|
+
"components/game/molecules/ScoreBoard.tsx"() {
|
|
27116
27224
|
"use client";
|
|
27117
27225
|
init_cn();
|
|
27118
27226
|
init_ComboCounter();
|
|
@@ -27150,7 +27258,7 @@ function ResourceBar({
|
|
|
27150
27258
|
);
|
|
27151
27259
|
}
|
|
27152
27260
|
var init_ResourceBar = __esm({
|
|
27153
|
-
"components/molecules/
|
|
27261
|
+
"components/game/molecules/ResourceBar.tsx"() {
|
|
27154
27262
|
"use client";
|
|
27155
27263
|
init_cn();
|
|
27156
27264
|
init_StatBadge();
|
|
@@ -27209,7 +27317,7 @@ function TurnPanel({
|
|
|
27209
27317
|
);
|
|
27210
27318
|
}
|
|
27211
27319
|
var init_TurnPanel = __esm({
|
|
27212
|
-
"components/molecules/
|
|
27320
|
+
"components/game/molecules/TurnPanel.tsx"() {
|
|
27213
27321
|
"use client";
|
|
27214
27322
|
init_cn();
|
|
27215
27323
|
init_TurnIndicator();
|
|
@@ -27292,7 +27400,7 @@ function EnemyPlate({
|
|
|
27292
27400
|
}
|
|
27293
27401
|
var effectVariantMap2;
|
|
27294
27402
|
var init_EnemyPlate = __esm({
|
|
27295
|
-
"components/molecules/
|
|
27403
|
+
"components/game/molecules/EnemyPlate.tsx"() {
|
|
27296
27404
|
"use client";
|
|
27297
27405
|
init_cn();
|
|
27298
27406
|
init_HealthBar();
|
|
@@ -27353,7 +27461,7 @@ function UnitCommandBar({
|
|
|
27353
27461
|
);
|
|
27354
27462
|
}
|
|
27355
27463
|
var init_UnitCommandBar = __esm({
|
|
27356
|
-
"components/molecules/
|
|
27464
|
+
"components/game/molecules/UnitCommandBar.tsx"() {
|
|
27357
27465
|
"use client";
|
|
27358
27466
|
init_cn();
|
|
27359
27467
|
init_Button();
|
|
@@ -27420,7 +27528,7 @@ function GameHud({
|
|
|
27420
27528
|
}
|
|
27421
27529
|
var positionMap;
|
|
27422
27530
|
var init_GameHud = __esm({
|
|
27423
|
-
"components/molecules/
|
|
27531
|
+
"components/game/molecules/GameHud.tsx"() {
|
|
27424
27532
|
init_cn();
|
|
27425
27533
|
init_StatBadge();
|
|
27426
27534
|
positionMap = {
|
|
@@ -27616,7 +27724,7 @@ function DialogueBox({
|
|
|
27616
27724
|
);
|
|
27617
27725
|
}
|
|
27618
27726
|
var init_DialogueBox = __esm({
|
|
27619
|
-
"components/molecules/
|
|
27727
|
+
"components/game/molecules/DialogueBox.tsx"() {
|
|
27620
27728
|
"use client";
|
|
27621
27729
|
init_cn();
|
|
27622
27730
|
init_useEventBus();
|
|
@@ -27774,7 +27882,7 @@ function InventoryPanel({
|
|
|
27774
27882
|
] });
|
|
27775
27883
|
}
|
|
27776
27884
|
var init_InventoryPanel = __esm({
|
|
27777
|
-
"components/molecules/
|
|
27885
|
+
"components/game/molecules/InventoryPanel.tsx"() {
|
|
27778
27886
|
"use client";
|
|
27779
27887
|
init_cn();
|
|
27780
27888
|
init_useEventBus();
|
|
@@ -27874,7 +27982,7 @@ function GameMenu({
|
|
|
27874
27982
|
}
|
|
27875
27983
|
var variantMap3;
|
|
27876
27984
|
var init_GameMenu = __esm({
|
|
27877
|
-
"components/molecules/
|
|
27985
|
+
"components/game/molecules/GameMenu.tsx"() {
|
|
27878
27986
|
"use client";
|
|
27879
27987
|
init_cn();
|
|
27880
27988
|
init_useEventBus();
|
|
@@ -27994,7 +28102,7 @@ function GameOverScreen({
|
|
|
27994
28102
|
}
|
|
27995
28103
|
var variantColors, buttonVariants;
|
|
27996
28104
|
var init_GameOverScreen = __esm({
|
|
27997
|
-
"components/molecules/
|
|
28105
|
+
"components/game/molecules/GameOverScreen.tsx"() {
|
|
27998
28106
|
"use client";
|
|
27999
28107
|
init_cn();
|
|
28000
28108
|
init_useEventBus();
|
|
@@ -28267,7 +28375,7 @@ function PlatformerCanvas({
|
|
|
28267
28375
|
}
|
|
28268
28376
|
var PLATFORM_COLORS, PLAYER_COLOR, PLAYER_EYE_COLOR, SKY_GRADIENT_TOP, SKY_GRADIENT_BOTTOM, GRID_COLOR;
|
|
28269
28377
|
var init_PlatformerCanvas = __esm({
|
|
28270
|
-
"components/molecules/
|
|
28378
|
+
"components/game/molecules/PlatformerCanvas.tsx"() {
|
|
28271
28379
|
init_cn();
|
|
28272
28380
|
init_useEventBus();
|
|
28273
28381
|
init_verificationRegistry();
|
|
@@ -28286,9 +28394,9 @@ var init_PlatformerCanvas = __esm({
|
|
|
28286
28394
|
}
|
|
28287
28395
|
});
|
|
28288
28396
|
|
|
28289
|
-
// components/molecules/
|
|
28290
|
-
var
|
|
28291
|
-
"components/molecules/
|
|
28397
|
+
// components/game/molecules/index.ts
|
|
28398
|
+
var init_molecules = __esm({
|
|
28399
|
+
"components/game/molecules/index.ts"() {
|
|
28292
28400
|
}
|
|
28293
28401
|
});
|
|
28294
28402
|
function resolveNodeColor(node, groups) {
|
|
@@ -28301,10 +28409,10 @@ function resolveNodeColor(node, groups) {
|
|
|
28301
28409
|
}
|
|
28302
28410
|
var GROUP_COLORS, DEFAULT_NODE_COLOR, DEFAULT_EDGE_COLOR, DEFAULT_NODE_SIZE, GraphView;
|
|
28303
28411
|
var init_GraphView = __esm({
|
|
28304
|
-
"components/molecules/GraphView.tsx"() {
|
|
28412
|
+
"components/core/molecules/GraphView.tsx"() {
|
|
28305
28413
|
"use client";
|
|
28306
28414
|
init_cn();
|
|
28307
|
-
|
|
28415
|
+
init_atoms2();
|
|
28308
28416
|
GROUP_COLORS = [
|
|
28309
28417
|
"#3b82f6",
|
|
28310
28418
|
// blue-500
|
|
@@ -28624,11 +28732,12 @@ function useSafeEventBus5() {
|
|
|
28624
28732
|
}
|
|
28625
28733
|
var sizeStyles10, LONG_PRESS_DELAY, LONG_PRESS_INTERVAL, NumberStepper;
|
|
28626
28734
|
var init_NumberStepper = __esm({
|
|
28627
|
-
"components/molecules/NumberStepper.tsx"() {
|
|
28735
|
+
"components/core/molecules/NumberStepper.tsx"() {
|
|
28628
28736
|
"use client";
|
|
28629
28737
|
init_cn();
|
|
28630
28738
|
init_Icon();
|
|
28631
28739
|
init_useEventBus();
|
|
28740
|
+
init_useTranslate();
|
|
28632
28741
|
sizeStyles10 = {
|
|
28633
28742
|
sm: {
|
|
28634
28743
|
button: "w-7 h-7",
|
|
@@ -28662,6 +28771,7 @@ var init_NumberStepper = __esm({
|
|
|
28662
28771
|
label
|
|
28663
28772
|
}) => {
|
|
28664
28773
|
const eventBus = useSafeEventBus5();
|
|
28774
|
+
const { t } = useTranslate();
|
|
28665
28775
|
const intervalRef = useRef(null);
|
|
28666
28776
|
const timeoutRef = useRef(null);
|
|
28667
28777
|
const isAtMin = min !== void 0 && value <= min;
|
|
@@ -28745,7 +28855,7 @@ var init_NumberStepper = __esm({
|
|
|
28745
28855
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
|
|
28746
28856
|
styles.button
|
|
28747
28857
|
),
|
|
28748
|
-
"aria-label": "
|
|
28858
|
+
"aria-label": t("aria.decrease"),
|
|
28749
28859
|
children: /* @__PURE__ */ jsx(Icon, { name: "minus", className: styles.icon })
|
|
28750
28860
|
}
|
|
28751
28861
|
),
|
|
@@ -28786,7 +28896,7 @@ var init_NumberStepper = __esm({
|
|
|
28786
28896
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
|
|
28787
28897
|
styles.button
|
|
28788
28898
|
),
|
|
28789
|
-
"aria-label": "
|
|
28899
|
+
"aria-label": t("aria.increase"),
|
|
28790
28900
|
children: /* @__PURE__ */ jsx(Icon, { name: "plus", className: styles.icon })
|
|
28791
28901
|
}
|
|
28792
28902
|
)
|
|
@@ -28809,7 +28919,7 @@ function useSafeEventBus6() {
|
|
|
28809
28919
|
}
|
|
28810
28920
|
var sizeStyles11, StarRating;
|
|
28811
28921
|
var init_StarRating = __esm({
|
|
28812
|
-
"components/molecules/StarRating.tsx"() {
|
|
28922
|
+
"components/core/molecules/StarRating.tsx"() {
|
|
28813
28923
|
"use client";
|
|
28814
28924
|
init_cn();
|
|
28815
28925
|
init_Icon();
|
|
@@ -28962,7 +29072,7 @@ function formatFileSize(bytes) {
|
|
|
28962
29072
|
}
|
|
28963
29073
|
var UploadDropZone;
|
|
28964
29074
|
var init_UploadDropZone = __esm({
|
|
28965
|
-
"components/molecules/UploadDropZone.tsx"() {
|
|
29075
|
+
"components/core/molecules/UploadDropZone.tsx"() {
|
|
28966
29076
|
"use client";
|
|
28967
29077
|
init_cn();
|
|
28968
29078
|
init_Icon();
|
|
@@ -29127,11 +29237,12 @@ function useSafeEventBus8() {
|
|
|
29127
29237
|
}
|
|
29128
29238
|
var Lightbox;
|
|
29129
29239
|
var init_Lightbox = __esm({
|
|
29130
|
-
"components/molecules/Lightbox.tsx"() {
|
|
29240
|
+
"components/core/molecules/Lightbox.tsx"() {
|
|
29131
29241
|
"use client";
|
|
29132
29242
|
init_Icon();
|
|
29133
29243
|
init_cn();
|
|
29134
29244
|
init_useEventBus();
|
|
29245
|
+
init_useTranslate();
|
|
29135
29246
|
Lightbox = ({
|
|
29136
29247
|
images = [],
|
|
29137
29248
|
currentIndex = 0,
|
|
@@ -29146,6 +29257,7 @@ var init_Lightbox = __esm({
|
|
|
29146
29257
|
const [index, setIndex] = useState(currentIndex);
|
|
29147
29258
|
const [touchStartX, setTouchStartX] = useState(null);
|
|
29148
29259
|
const eventBus = useSafeEventBus8();
|
|
29260
|
+
const { t } = useTranslate();
|
|
29149
29261
|
useEffect(() => {
|
|
29150
29262
|
setIndex(currentIndex);
|
|
29151
29263
|
}, [currentIndex]);
|
|
@@ -29236,7 +29348,7 @@ var init_Lightbox = __esm({
|
|
|
29236
29348
|
"hover:bg-opacity-70 transition-opacity",
|
|
29237
29349
|
"focus:outline-none focus:ring-2 focus:ring-white"
|
|
29238
29350
|
),
|
|
29239
|
-
"aria-label": "
|
|
29351
|
+
"aria-label": t("aria.closeModal"),
|
|
29240
29352
|
children: /* @__PURE__ */ jsx(Icon, { name: "x", className: "w-6 h-6" })
|
|
29241
29353
|
}
|
|
29242
29354
|
),
|
|
@@ -29255,7 +29367,7 @@ var init_Lightbox = __esm({
|
|
|
29255
29367
|
"hover:bg-opacity-70 transition-opacity",
|
|
29256
29368
|
"focus:outline-none focus:ring-2 focus:ring-white"
|
|
29257
29369
|
),
|
|
29258
|
-
"aria-label": "
|
|
29370
|
+
"aria-label": t("aria.previousImage"),
|
|
29259
29371
|
children: /* @__PURE__ */ jsx(Icon, { name: "chevron-left", className: "w-8 h-8" })
|
|
29260
29372
|
}
|
|
29261
29373
|
),
|
|
@@ -29292,7 +29404,7 @@ var init_Lightbox = __esm({
|
|
|
29292
29404
|
"hover:bg-opacity-70 transition-opacity",
|
|
29293
29405
|
"focus:outline-none focus:ring-2 focus:ring-white"
|
|
29294
29406
|
),
|
|
29295
|
-
"aria-label": "
|
|
29407
|
+
"aria-label": t("aria.nextImage"),
|
|
29296
29408
|
children: /* @__PURE__ */ jsx(Icon, { name: "chevron-right", className: "w-8 h-8" })
|
|
29297
29409
|
}
|
|
29298
29410
|
),
|
|
@@ -29438,13 +29550,13 @@ function TableView({
|
|
|
29438
29550
|
eventBus.emit(`UI:${action.event}`, payload);
|
|
29439
29551
|
};
|
|
29440
29552
|
if (isLoading) {
|
|
29441
|
-
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items")
|
|
29553
|
+
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
|
|
29442
29554
|
}
|
|
29443
29555
|
if (error) {
|
|
29444
29556
|
return /* @__PURE__ */ jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "error", children: error.message }) });
|
|
29445
29557
|
}
|
|
29446
29558
|
if (data.length === 0) {
|
|
29447
|
-
const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: emptyMessage || t("empty.noItems")
|
|
29559
|
+
const emptyNode = /* @__PURE__ */ jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsx(Typography, { variant: "body", color: "secondary", children: emptyMessage || t("empty.noItems") }) });
|
|
29448
29560
|
return dnd.enabled ? /* @__PURE__ */ jsx(Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
|
|
29449
29561
|
}
|
|
29450
29562
|
const lk = LOOKS[look];
|
|
@@ -29469,7 +29581,7 @@ function TableView({
|
|
|
29469
29581
|
lk.headPad
|
|
29470
29582
|
),
|
|
29471
29583
|
children: [
|
|
29472
|
-
selectable && /* @__PURE__ */ jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": "
|
|
29584
|
+
selectable && /* @__PURE__ */ jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": t("aria.selectAllRows") }) }),
|
|
29473
29585
|
colDefs.map((col) => {
|
|
29474
29586
|
const active = sortColumn === (col.field ?? col.key);
|
|
29475
29587
|
return /* @__PURE__ */ jsxs(
|
|
@@ -29563,7 +29675,7 @@ function TableView({
|
|
|
29563
29675
|
Menu,
|
|
29564
29676
|
{
|
|
29565
29677
|
position: "bottom-end",
|
|
29566
|
-
trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": "
|
|
29678
|
+
trigger: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
|
|
29567
29679
|
items: itemActions.slice(maxInlineActions).map((action) => ({
|
|
29568
29680
|
label: action.label,
|
|
29569
29681
|
icon: action.icon,
|
|
@@ -29601,8 +29713,8 @@ function TableView({
|
|
|
29601
29713
|
/* @__PURE__ */ jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
|
|
29602
29714
|
t("common.showMore"),
|
|
29603
29715
|
" (",
|
|
29604
|
-
ordered.length - visibleCount,
|
|
29605
|
-
"
|
|
29716
|
+
t("common.remaining", { count: ordered.length - visibleCount }),
|
|
29717
|
+
")"
|
|
29606
29718
|
] }) })
|
|
29607
29719
|
]
|
|
29608
29720
|
}
|
|
@@ -29610,7 +29722,7 @@ function TableView({
|
|
|
29610
29722
|
}
|
|
29611
29723
|
var alignClass, weightClass, LOOKS;
|
|
29612
29724
|
var init_TableView = __esm({
|
|
29613
|
-
"components/molecules/TableView.tsx"() {
|
|
29725
|
+
"components/core/molecules/TableView.tsx"() {
|
|
29614
29726
|
"use client";
|
|
29615
29727
|
init_cn();
|
|
29616
29728
|
init_getNestedValue();
|
|
@@ -29668,7 +29780,7 @@ function composeDisplayValue(value, format, max, prefix, suffix) {
|
|
|
29668
29780
|
}
|
|
29669
29781
|
var lookStyles7, variantColor, StatDisplay;
|
|
29670
29782
|
var init_StatDisplay = __esm({
|
|
29671
|
-
"components/molecules/StatDisplay.tsx"() {
|
|
29783
|
+
"components/core/molecules/StatDisplay.tsx"() {
|
|
29672
29784
|
"use client";
|
|
29673
29785
|
init_cn();
|
|
29674
29786
|
init_Card();
|
|
@@ -29811,14 +29923,15 @@ function getColorForValue(value, max, thresholds) {
|
|
|
29811
29923
|
}
|
|
29812
29924
|
var DEFAULT_THRESHOLDS, radialSizes, Meter;
|
|
29813
29925
|
var init_Meter = __esm({
|
|
29814
|
-
"components/molecules/Meter.tsx"() {
|
|
29926
|
+
"components/core/molecules/Meter.tsx"() {
|
|
29815
29927
|
"use client";
|
|
29816
29928
|
init_cn();
|
|
29817
|
-
|
|
29929
|
+
init_atoms2();
|
|
29818
29930
|
init_Stack();
|
|
29819
29931
|
init_LoadingState();
|
|
29820
29932
|
init_ErrorState();
|
|
29821
29933
|
init_useEventBus();
|
|
29934
|
+
init_useTranslate();
|
|
29822
29935
|
DEFAULT_THRESHOLDS = [
|
|
29823
29936
|
{ value: 30, color: "var(--color-error)" },
|
|
29824
29937
|
{ value: 70, color: "var(--color-warning)" },
|
|
@@ -29846,6 +29959,7 @@ var init_Meter = __esm({
|
|
|
29846
29959
|
className
|
|
29847
29960
|
}) => {
|
|
29848
29961
|
const eventBus = useEventBus();
|
|
29962
|
+
const { t } = useTranslate();
|
|
29849
29963
|
const handleAction = useCallback(
|
|
29850
29964
|
(action) => {
|
|
29851
29965
|
if (action.event) {
|
|
@@ -29869,13 +29983,13 @@ var init_Meter = __esm({
|
|
|
29869
29983
|
return unit ? `${formatted}${unit}` : `${formatted}`;
|
|
29870
29984
|
}, [safeVal, unit]);
|
|
29871
29985
|
if (isLoading) {
|
|
29872
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
29986
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
29873
29987
|
}
|
|
29874
29988
|
if (error) {
|
|
29875
29989
|
return /* @__PURE__ */ jsx(
|
|
29876
29990
|
ErrorState,
|
|
29877
29991
|
{
|
|
29878
|
-
title: "
|
|
29992
|
+
title: t("display.meterError"),
|
|
29879
29993
|
message: error.message,
|
|
29880
29994
|
className
|
|
29881
29995
|
}
|
|
@@ -29972,7 +30086,7 @@ var init_Meter = __esm({
|
|
|
29972
30086
|
idx
|
|
29973
30087
|
);
|
|
29974
30088
|
}) }),
|
|
29975
|
-
thresholds.some((
|
|
30089
|
+
thresholds.some((t2) => t2.label) && /* @__PURE__ */ jsx(HStack, { justify: "between", className: "w-full", children: thresholds.map((t2, idx) => /* @__PURE__ */ jsx(Typography, { variant: "caption", color: "secondary", children: t2.label || "" }, idx)) })
|
|
29976
30090
|
] }) });
|
|
29977
30091
|
}
|
|
29978
30092
|
return /* @__PURE__ */ jsx(Card, { className: cn("p-4", className), children: /* @__PURE__ */ jsxs(VStack, { gap: "sm", children: [
|
|
@@ -30027,7 +30141,7 @@ function useSafeEventBus9() {
|
|
|
30027
30141
|
}
|
|
30028
30142
|
var SwipeableRow;
|
|
30029
30143
|
var init_SwipeableRow = __esm({
|
|
30030
|
-
"components/molecules/SwipeableRow.tsx"() {
|
|
30144
|
+
"components/core/molecules/SwipeableRow.tsx"() {
|
|
30031
30145
|
"use client";
|
|
30032
30146
|
init_cn();
|
|
30033
30147
|
init_useEventBus();
|
|
@@ -30367,7 +30481,7 @@ function SortableListInner({
|
|
|
30367
30481
|
}
|
|
30368
30482
|
var EMPTY_ITEMS, SortableList;
|
|
30369
30483
|
var init_SortableList = __esm({
|
|
30370
|
-
"components/molecules/SortableList.tsx"() {
|
|
30484
|
+
"components/core/molecules/SortableList.tsx"() {
|
|
30371
30485
|
"use client";
|
|
30372
30486
|
init_cn();
|
|
30373
30487
|
init_useEventBus();
|
|
@@ -30458,7 +30572,7 @@ function useSafeEventBus11() {
|
|
|
30458
30572
|
}
|
|
30459
30573
|
var SAFETY_TIMEOUT_MS, PullToRefresh;
|
|
30460
30574
|
var init_PullToRefresh = __esm({
|
|
30461
|
-
"components/molecules/PullToRefresh.tsx"() {
|
|
30575
|
+
"components/core/molecules/PullToRefresh.tsx"() {
|
|
30462
30576
|
"use client";
|
|
30463
30577
|
init_cn();
|
|
30464
30578
|
init_useEventBus();
|
|
@@ -30559,7 +30673,7 @@ var init_PullToRefresh = __esm({
|
|
|
30559
30673
|
});
|
|
30560
30674
|
var iconSizeMap, gapMap, FeatureCard;
|
|
30561
30675
|
var init_FeatureCard = __esm({
|
|
30562
|
-
"components/molecules/FeatureCard.tsx"() {
|
|
30676
|
+
"components/marketing/molecules/FeatureCard.tsx"() {
|
|
30563
30677
|
"use client";
|
|
30564
30678
|
init_cn();
|
|
30565
30679
|
init_Card();
|
|
@@ -30639,7 +30753,7 @@ var init_FeatureCard = __esm({
|
|
|
30639
30753
|
});
|
|
30640
30754
|
var FeatureGrid;
|
|
30641
30755
|
var init_FeatureGrid = __esm({
|
|
30642
|
-
"components/molecules/FeatureGrid.tsx"() {
|
|
30756
|
+
"components/core/molecules/FeatureGrid.tsx"() {
|
|
30643
30757
|
"use client";
|
|
30644
30758
|
init_cn();
|
|
30645
30759
|
init_SimpleGrid();
|
|
@@ -30665,7 +30779,7 @@ var init_FeatureGrid = __esm({
|
|
|
30665
30779
|
});
|
|
30666
30780
|
var PricingCard;
|
|
30667
30781
|
var init_PricingCard = __esm({
|
|
30668
|
-
"components/molecules/PricingCard.tsx"() {
|
|
30782
|
+
"components/marketing/molecules/PricingCard.tsx"() {
|
|
30669
30783
|
"use client";
|
|
30670
30784
|
init_cn();
|
|
30671
30785
|
init_Card();
|
|
@@ -30745,7 +30859,7 @@ var init_PricingCard = __esm({
|
|
|
30745
30859
|
});
|
|
30746
30860
|
var PricingGrid;
|
|
30747
30861
|
var init_PricingGrid = __esm({
|
|
30748
|
-
"components/molecules/PricingGrid.tsx"() {
|
|
30862
|
+
"components/marketing/molecules/PricingGrid.tsx"() {
|
|
30749
30863
|
"use client";
|
|
30750
30864
|
init_cn();
|
|
30751
30865
|
init_SimpleGrid();
|
|
@@ -30770,7 +30884,7 @@ var init_PricingGrid = __esm({
|
|
|
30770
30884
|
});
|
|
30771
30885
|
var StatsGrid;
|
|
30772
30886
|
var init_StatsGrid = __esm({
|
|
30773
|
-
"components/molecules/StatsGrid.tsx"() {
|
|
30887
|
+
"components/marketing/molecules/StatsGrid.tsx"() {
|
|
30774
30888
|
"use client";
|
|
30775
30889
|
init_cn();
|
|
30776
30890
|
init_SimpleGrid();
|
|
@@ -30798,7 +30912,7 @@ var init_StatsGrid = __esm({
|
|
|
30798
30912
|
});
|
|
30799
30913
|
var ServiceCatalog;
|
|
30800
30914
|
var init_ServiceCatalog = __esm({
|
|
30801
|
-
"components/molecules/ServiceCatalog.tsx"() {
|
|
30915
|
+
"components/marketing/molecules/ServiceCatalog.tsx"() {
|
|
30802
30916
|
"use client";
|
|
30803
30917
|
init_cn();
|
|
30804
30918
|
init_Card();
|
|
@@ -30827,7 +30941,7 @@ var init_ServiceCatalog = __esm({
|
|
|
30827
30941
|
});
|
|
30828
30942
|
var LogosVariant, QuotesVariant, BadgesVariant, SocialProof;
|
|
30829
30943
|
var init_SocialProof = __esm({
|
|
30830
|
-
"components/molecules/SocialProof.tsx"() {
|
|
30944
|
+
"components/core/molecules/SocialProof.tsx"() {
|
|
30831
30945
|
"use client";
|
|
30832
30946
|
init_cn();
|
|
30833
30947
|
init_Box();
|
|
@@ -30885,7 +30999,7 @@ var init_SocialProof = __esm({
|
|
|
30885
30999
|
});
|
|
30886
31000
|
var StepCircle, StepFlow;
|
|
30887
31001
|
var init_StepFlow = __esm({
|
|
30888
|
-
"components/molecules/StepFlow.tsx"() {
|
|
31002
|
+
"components/marketing/molecules/StepFlow.tsx"() {
|
|
30889
31003
|
"use client";
|
|
30890
31004
|
init_cn();
|
|
30891
31005
|
init_Box();
|
|
@@ -30962,7 +31076,7 @@ var init_StepFlow = __esm({
|
|
|
30962
31076
|
});
|
|
30963
31077
|
var SplitSection;
|
|
30964
31078
|
var init_SplitSection = __esm({
|
|
30965
|
-
"components/molecules/SplitSection.tsx"() {
|
|
31079
|
+
"components/marketing/molecules/SplitSection.tsx"() {
|
|
30966
31080
|
"use client";
|
|
30967
31081
|
init_cn();
|
|
30968
31082
|
init_Box();
|
|
@@ -31035,7 +31149,7 @@ function normalizeTags(tags) {
|
|
|
31035
31149
|
}
|
|
31036
31150
|
var variantMap4, TagCloud;
|
|
31037
31151
|
var init_TagCloud = __esm({
|
|
31038
|
-
"components/molecules/TagCloud.tsx"() {
|
|
31152
|
+
"components/marketing/molecules/TagCloud.tsx"() {
|
|
31039
31153
|
"use client";
|
|
31040
31154
|
init_cn();
|
|
31041
31155
|
init_Stack();
|
|
@@ -31061,7 +31175,7 @@ var init_TagCloud = __esm({
|
|
|
31061
31175
|
});
|
|
31062
31176
|
var TagInput;
|
|
31063
31177
|
var init_TagInput = __esm({
|
|
31064
|
-
"components/molecules/TagInput.tsx"() {
|
|
31178
|
+
"components/core/molecules/TagInput.tsx"() {
|
|
31065
31179
|
"use client";
|
|
31066
31180
|
init_cn();
|
|
31067
31181
|
init_useEventBus();
|
|
@@ -31153,7 +31267,7 @@ var init_TagInput = __esm({
|
|
|
31153
31267
|
});
|
|
31154
31268
|
var ShowcaseCard;
|
|
31155
31269
|
var init_ShowcaseCard = __esm({
|
|
31156
|
-
"components/molecules/ShowcaseCard.tsx"() {
|
|
31270
|
+
"components/marketing/molecules/ShowcaseCard.tsx"() {
|
|
31157
31271
|
"use client";
|
|
31158
31272
|
init_cn();
|
|
31159
31273
|
init_Card();
|
|
@@ -31473,7 +31587,7 @@ function FrameStrip({
|
|
|
31473
31587
|
}
|
|
31474
31588
|
var GeometricPattern;
|
|
31475
31589
|
var init_GeometricPattern = __esm({
|
|
31476
|
-
"components/molecules/GeometricPattern.tsx"() {
|
|
31590
|
+
"components/marketing/molecules/GeometricPattern.tsx"() {
|
|
31477
31591
|
"use client";
|
|
31478
31592
|
init_cn();
|
|
31479
31593
|
init_PatternTile();
|
|
@@ -31705,7 +31819,7 @@ function f2(n) {
|
|
|
31705
31819
|
}
|
|
31706
31820
|
var VARIANT_MAP2, EdgeDecoration;
|
|
31707
31821
|
var init_EdgeDecoration = __esm({
|
|
31708
|
-
"components/molecules/EdgeDecoration.tsx"() {
|
|
31822
|
+
"components/core/molecules/EdgeDecoration.tsx"() {
|
|
31709
31823
|
"use client";
|
|
31710
31824
|
init_cn();
|
|
31711
31825
|
VARIANT_MAP2 = {
|
|
@@ -31759,11 +31873,12 @@ var init_EdgeDecoration = __esm({
|
|
|
31759
31873
|
});
|
|
31760
31874
|
var sizeStyles12, VoteStack;
|
|
31761
31875
|
var init_VoteStack = __esm({
|
|
31762
|
-
"components/molecules/VoteStack.tsx"() {
|
|
31876
|
+
"components/core/molecules/VoteStack.tsx"() {
|
|
31763
31877
|
"use client";
|
|
31764
31878
|
init_cn();
|
|
31765
31879
|
init_Icon();
|
|
31766
31880
|
init_useEventBus();
|
|
31881
|
+
init_useTranslate();
|
|
31767
31882
|
sizeStyles12 = {
|
|
31768
31883
|
sm: {
|
|
31769
31884
|
button: "w-7 h-7",
|
|
@@ -31796,6 +31911,7 @@ var init_VoteStack = __esm({
|
|
|
31796
31911
|
const isUp = userVote === "up";
|
|
31797
31912
|
const isDown = userVote === "down";
|
|
31798
31913
|
const eventBus = useEventBus();
|
|
31914
|
+
const { t } = useTranslate();
|
|
31799
31915
|
const handleUp = useCallback(() => {
|
|
31800
31916
|
const next = isUp ? null : "up";
|
|
31801
31917
|
onVote?.(next);
|
|
@@ -31831,7 +31947,7 @@ var init_VoteStack = __esm({
|
|
|
31831
31947
|
type: "button",
|
|
31832
31948
|
onClick: handleUp,
|
|
31833
31949
|
disabled,
|
|
31834
|
-
"aria-label": "
|
|
31950
|
+
"aria-label": t("aria.upvote"),
|
|
31835
31951
|
"aria-pressed": isUp,
|
|
31836
31952
|
className: cn(
|
|
31837
31953
|
"inline-flex items-center justify-center",
|
|
@@ -31868,7 +31984,7 @@ var init_VoteStack = __esm({
|
|
|
31868
31984
|
type: "button",
|
|
31869
31985
|
onClick: handleDown,
|
|
31870
31986
|
disabled,
|
|
31871
|
-
"aria-label": "
|
|
31987
|
+
"aria-label": t("aria.downvote"),
|
|
31872
31988
|
"aria-pressed": isDown,
|
|
31873
31989
|
className: cn(
|
|
31874
31990
|
"inline-flex items-center justify-center",
|
|
@@ -31893,7 +32009,7 @@ var init_VoteStack = __esm({
|
|
|
31893
32009
|
});
|
|
31894
32010
|
var DEFAULT_LIKERT_OPTIONS, radioSizes, buttonSizes, questionSizes, LikertScale;
|
|
31895
32011
|
var init_LikertScale = __esm({
|
|
31896
|
-
"components/molecules/LikertScale.tsx"() {
|
|
32012
|
+
"components/core/molecules/LikertScale.tsx"() {
|
|
31897
32013
|
"use client";
|
|
31898
32014
|
init_cn();
|
|
31899
32015
|
init_useEventBus();
|
|
@@ -32061,7 +32177,7 @@ var init_LikertScale = __esm({
|
|
|
32061
32177
|
});
|
|
32062
32178
|
var DEFAULT_MATRIX_COLUMNS, sizeStyles13, MatrixQuestion;
|
|
32063
32179
|
var init_MatrixQuestion = __esm({
|
|
32064
|
-
"components/molecules/MatrixQuestion.tsx"() {
|
|
32180
|
+
"components/core/molecules/MatrixQuestion.tsx"() {
|
|
32065
32181
|
"use client";
|
|
32066
32182
|
init_cn();
|
|
32067
32183
|
init_Typography();
|
|
@@ -32211,12 +32327,13 @@ var init_MatrixQuestion = __esm({
|
|
|
32211
32327
|
});
|
|
32212
32328
|
var QrScanner;
|
|
32213
32329
|
var init_QrScanner = __esm({
|
|
32214
|
-
"components/molecules/QrScanner.tsx"() {
|
|
32330
|
+
"components/core/molecules/QrScanner.tsx"() {
|
|
32215
32331
|
"use client";
|
|
32216
32332
|
init_cn();
|
|
32217
|
-
|
|
32333
|
+
init_atoms2();
|
|
32218
32334
|
init_Icon();
|
|
32219
32335
|
init_useEventBus();
|
|
32336
|
+
init_useTranslate();
|
|
32220
32337
|
QrScanner = ({
|
|
32221
32338
|
onScan,
|
|
32222
32339
|
scanEvent,
|
|
@@ -32229,6 +32346,7 @@ var init_QrScanner = __esm({
|
|
|
32229
32346
|
className
|
|
32230
32347
|
}) => {
|
|
32231
32348
|
const eventBus = useEventBus();
|
|
32349
|
+
const { t } = useTranslate();
|
|
32232
32350
|
const videoRef = useRef(null);
|
|
32233
32351
|
const streamRef = useRef(null);
|
|
32234
32352
|
const scanIntervalRef = useRef(null);
|
|
@@ -32336,7 +32454,7 @@ var init_QrScanner = __esm({
|
|
|
32336
32454
|
),
|
|
32337
32455
|
"data-pattern": "qr-scanner",
|
|
32338
32456
|
role: "region",
|
|
32339
|
-
"aria-label": "
|
|
32457
|
+
"aria-label": t("aria.qrScanner"),
|
|
32340
32458
|
children: [
|
|
32341
32459
|
/* @__PURE__ */ jsx(
|
|
32342
32460
|
Box,
|
|
@@ -32423,7 +32541,7 @@ var init_QrScanner = __esm({
|
|
|
32423
32541
|
"rounded-full bg-black bg-opacity-60 px-3 py-2 text-xs text-white",
|
|
32424
32542
|
"hover:bg-opacity-80 focus:outline-none focus:ring-2 focus:ring-white"
|
|
32425
32543
|
),
|
|
32426
|
-
"aria-label": "
|
|
32544
|
+
"aria-label": t("aria.mockScanDev"),
|
|
32427
32545
|
children: "Mock Scan"
|
|
32428
32546
|
}
|
|
32429
32547
|
)
|
|
@@ -32439,7 +32557,7 @@ var init_QrScanner = __esm({
|
|
|
32439
32557
|
});
|
|
32440
32558
|
var formatPriceDelta, constraintHint, validateSelection, OptionConstraintGroup;
|
|
32441
32559
|
var init_OptionConstraintGroup = __esm({
|
|
32442
|
-
"components/molecules/OptionConstraintGroup.tsx"() {
|
|
32560
|
+
"components/core/molecules/OptionConstraintGroup.tsx"() {
|
|
32443
32561
|
init_cn();
|
|
32444
32562
|
init_useEventBus();
|
|
32445
32563
|
init_Typography();
|
|
@@ -32638,11 +32756,11 @@ function getStatusIcon(status) {
|
|
|
32638
32756
|
}
|
|
32639
32757
|
var STATUS_CLASSES, STATUS_BADGE, PositionedCanvas;
|
|
32640
32758
|
var init_PositionedCanvas = __esm({
|
|
32641
|
-
"components/molecules/PositionedCanvas.tsx"() {
|
|
32759
|
+
"components/core/molecules/PositionedCanvas.tsx"() {
|
|
32642
32760
|
"use client";
|
|
32643
32761
|
init_cn();
|
|
32644
32762
|
init_useEventBus();
|
|
32645
|
-
|
|
32763
|
+
init_atoms2();
|
|
32646
32764
|
init_Icon();
|
|
32647
32765
|
STATUS_CLASSES = {
|
|
32648
32766
|
empty: "bg-surface border-border text-foreground",
|
|
@@ -33379,7 +33497,7 @@ function BlockRow({
|
|
|
33379
33497
|
}
|
|
33380
33498
|
var TOOLBAR_ENTRIES, BLOCK_TYPE_LABEL, CHANGEABLE_TYPES, _idSeq, BLOCK_TYPES, RichBlockEditor;
|
|
33381
33499
|
var init_RichBlockEditor = __esm({
|
|
33382
|
-
"components/molecules/RichBlockEditor.tsx"() {
|
|
33500
|
+
"components/core/molecules/RichBlockEditor.tsx"() {
|
|
33383
33501
|
"use client";
|
|
33384
33502
|
init_cn();
|
|
33385
33503
|
init_Card();
|
|
@@ -33574,11 +33692,11 @@ function collectInitiallyCollapsed(nodes, acc) {
|
|
|
33574
33692
|
}
|
|
33575
33693
|
var ReplyTreeNode, ReplyTree;
|
|
33576
33694
|
var init_ReplyTree = __esm({
|
|
33577
|
-
"components/molecules/ReplyTree.tsx"() {
|
|
33695
|
+
"components/core/molecules/ReplyTree.tsx"() {
|
|
33578
33696
|
"use client";
|
|
33579
33697
|
init_cn();
|
|
33580
33698
|
init_useEventBus();
|
|
33581
|
-
|
|
33699
|
+
init_atoms2();
|
|
33582
33700
|
init_VoteStack();
|
|
33583
33701
|
ReplyTreeNode = ({
|
|
33584
33702
|
node,
|
|
@@ -33879,11 +33997,11 @@ function computeDiff(before, after) {
|
|
|
33879
33997
|
}
|
|
33880
33998
|
var INLINE_STYLES, VersionDiff;
|
|
33881
33999
|
var init_VersionDiff = __esm({
|
|
33882
|
-
"components/molecules/VersionDiff.tsx"() {
|
|
34000
|
+
"components/core/molecules/VersionDiff.tsx"() {
|
|
33883
34001
|
"use client";
|
|
33884
34002
|
init_cn();
|
|
33885
34003
|
init_useEventBus();
|
|
33886
|
-
|
|
34004
|
+
init_atoms2();
|
|
33887
34005
|
init_Stack();
|
|
33888
34006
|
INLINE_STYLES = {
|
|
33889
34007
|
added: { bg: "bg-success/10", prefix: "+", text: "text-success" },
|
|
@@ -34190,23 +34308,25 @@ var init_VersionDiff = __esm({
|
|
|
34190
34308
|
});
|
|
34191
34309
|
var DocBreadcrumb;
|
|
34192
34310
|
var init_DocBreadcrumb = __esm({
|
|
34193
|
-
"components/molecules/DocBreadcrumb.tsx"() {
|
|
34311
|
+
"components/core/molecules/DocBreadcrumb.tsx"() {
|
|
34194
34312
|
"use client";
|
|
34195
34313
|
init_cn();
|
|
34196
34314
|
init_Box();
|
|
34197
34315
|
init_Stack();
|
|
34198
34316
|
init_Typography();
|
|
34199
34317
|
init_Icon();
|
|
34318
|
+
init_useTranslate();
|
|
34200
34319
|
DocBreadcrumb = ({
|
|
34201
34320
|
items,
|
|
34202
34321
|
className
|
|
34203
34322
|
}) => {
|
|
34323
|
+
const { t } = useTranslate();
|
|
34204
34324
|
return /* @__PURE__ */ jsx(
|
|
34205
34325
|
Box,
|
|
34206
34326
|
{
|
|
34207
34327
|
className: cn("w-full", className),
|
|
34208
34328
|
role: "navigation",
|
|
34209
|
-
"aria-label": "
|
|
34329
|
+
"aria-label": t("aria.breadcrumb"),
|
|
34210
34330
|
children: /* @__PURE__ */ jsx(HStack, { gap: "xs", align: "center", wrap: true, children: items.map((item, idx) => {
|
|
34211
34331
|
const isLast = idx === items.length - 1;
|
|
34212
34332
|
return /* @__PURE__ */ jsxs(React85__default.Fragment, { children: [
|
|
@@ -34349,7 +34469,7 @@ function DocCodeBlock({
|
|
|
34349
34469
|
);
|
|
34350
34470
|
}
|
|
34351
34471
|
var init_DocCodeBlock = __esm({
|
|
34352
|
-
"components/molecules/DocCodeBlock.tsx"() {
|
|
34472
|
+
"components/core/molecules/DocCodeBlock.tsx"() {
|
|
34353
34473
|
"use client";
|
|
34354
34474
|
init_cn();
|
|
34355
34475
|
init_Box();
|
|
@@ -34424,7 +34544,7 @@ function DocPagination({ prev, next, className }) {
|
|
|
34424
34544
|
}
|
|
34425
34545
|
var linkCardStyles;
|
|
34426
34546
|
var init_DocPagination = __esm({
|
|
34427
|
-
"components/molecules/DocPagination.tsx"() {
|
|
34547
|
+
"components/core/molecules/DocPagination.tsx"() {
|
|
34428
34548
|
"use client";
|
|
34429
34549
|
init_cn();
|
|
34430
34550
|
init_Box();
|
|
@@ -34613,7 +34733,7 @@ function DocSearch({
|
|
|
34613
34733
|
);
|
|
34614
34734
|
}
|
|
34615
34735
|
var init_DocSearch = __esm({
|
|
34616
|
-
"components/molecules/DocSearch.tsx"() {
|
|
34736
|
+
"components/core/molecules/DocSearch.tsx"() {
|
|
34617
34737
|
"use client";
|
|
34618
34738
|
init_cn();
|
|
34619
34739
|
init_Box();
|
|
@@ -34626,7 +34746,7 @@ var init_DocSearch = __esm({
|
|
|
34626
34746
|
});
|
|
34627
34747
|
var DocSidebarCategory, DocSidebar;
|
|
34628
34748
|
var init_DocSidebar = __esm({
|
|
34629
|
-
"components/molecules/DocSidebar.tsx"() {
|
|
34749
|
+
"components/core/molecules/DocSidebar.tsx"() {
|
|
34630
34750
|
"use client";
|
|
34631
34751
|
init_cn();
|
|
34632
34752
|
init_Box();
|
|
@@ -34634,6 +34754,7 @@ var init_DocSidebar = __esm({
|
|
|
34634
34754
|
init_Stack();
|
|
34635
34755
|
init_Typography();
|
|
34636
34756
|
init_Icon();
|
|
34757
|
+
init_useTranslate();
|
|
34637
34758
|
DocSidebarCategory = ({ item, depth }) => {
|
|
34638
34759
|
const [expanded, setExpanded] = useState(
|
|
34639
34760
|
() => item.items?.some(function hasActive(child) {
|
|
@@ -34718,12 +34839,13 @@ var init_DocSidebar = __esm({
|
|
|
34718
34839
|
items,
|
|
34719
34840
|
className
|
|
34720
34841
|
}) => {
|
|
34842
|
+
const { t } = useTranslate();
|
|
34721
34843
|
return /* @__PURE__ */ jsx(
|
|
34722
34844
|
Box,
|
|
34723
34845
|
{
|
|
34724
34846
|
className: cn("w-full", className),
|
|
34725
34847
|
role: "navigation",
|
|
34726
|
-
"aria-label": "
|
|
34848
|
+
"aria-label": t("aria.docsSidebar"),
|
|
34727
34849
|
children: /* @__PURE__ */ jsx(VStack, { gap: "xs", children: items.map((item, idx) => /* @__PURE__ */ jsx(DocSidebarCategory, { item, depth: 0 }, idx)) })
|
|
34728
34850
|
}
|
|
34729
34851
|
);
|
|
@@ -34733,23 +34855,25 @@ var init_DocSidebar = __esm({
|
|
|
34733
34855
|
});
|
|
34734
34856
|
var DocTOC;
|
|
34735
34857
|
var init_DocTOC = __esm({
|
|
34736
|
-
"components/molecules/DocTOC.tsx"() {
|
|
34858
|
+
"components/core/molecules/DocTOC.tsx"() {
|
|
34737
34859
|
"use client";
|
|
34738
34860
|
init_cn();
|
|
34739
34861
|
init_Box();
|
|
34740
34862
|
init_Stack();
|
|
34741
34863
|
init_Typography();
|
|
34864
|
+
init_useTranslate();
|
|
34742
34865
|
DocTOC = ({
|
|
34743
34866
|
items,
|
|
34744
34867
|
activeId,
|
|
34745
34868
|
className
|
|
34746
34869
|
}) => {
|
|
34870
|
+
const { t } = useTranslate();
|
|
34747
34871
|
return /* @__PURE__ */ jsx(
|
|
34748
34872
|
Box,
|
|
34749
34873
|
{
|
|
34750
34874
|
className: cn("w-full", className),
|
|
34751
34875
|
role: "navigation",
|
|
34752
|
-
"aria-label": "
|
|
34876
|
+
"aria-label": t("aria.tableOfContents"),
|
|
34753
34877
|
children: /* @__PURE__ */ jsx(VStack, { gap: "none", children: items.map((item) => {
|
|
34754
34878
|
const isActive = item.id === activeId;
|
|
34755
34879
|
const indent = item.level >= 3 ? "pl-4" : "pl-0";
|
|
@@ -34792,7 +34916,7 @@ var init_DocTOC = __esm({
|
|
|
34792
34916
|
});
|
|
34793
34917
|
var GradientDivider;
|
|
34794
34918
|
var init_GradientDivider = __esm({
|
|
34795
|
-
"components/molecules/GradientDivider.tsx"() {
|
|
34919
|
+
"components/core/molecules/GradientDivider.tsx"() {
|
|
34796
34920
|
"use client";
|
|
34797
34921
|
init_cn();
|
|
34798
34922
|
init_Box();
|
|
@@ -34816,7 +34940,7 @@ var init_GradientDivider = __esm({
|
|
|
34816
34940
|
});
|
|
34817
34941
|
var MarketingFooter;
|
|
34818
34942
|
var init_MarketingFooter = __esm({
|
|
34819
|
-
"components/molecules/MarketingFooter.tsx"() {
|
|
34943
|
+
"components/core/molecules/MarketingFooter.tsx"() {
|
|
34820
34944
|
"use client";
|
|
34821
34945
|
init_cn();
|
|
34822
34946
|
init_Box();
|
|
@@ -34886,7 +35010,7 @@ var init_MarketingFooter = __esm({
|
|
|
34886
35010
|
});
|
|
34887
35011
|
var PullQuote;
|
|
34888
35012
|
var init_PullQuote = __esm({
|
|
34889
|
-
"components/molecules/PullQuote.tsx"() {
|
|
35013
|
+
"components/core/molecules/PullQuote.tsx"() {
|
|
34890
35014
|
"use client";
|
|
34891
35015
|
init_cn();
|
|
34892
35016
|
init_Box();
|
|
@@ -34931,7 +35055,7 @@ function persistenceStroke(kind) {
|
|
|
34931
35055
|
}
|
|
34932
35056
|
var AvlEntity;
|
|
34933
35057
|
var init_AvlEntity = __esm({
|
|
34934
|
-
"components/atoms/
|
|
35058
|
+
"components/avl/atoms/AvlEntity.tsx"() {
|
|
34935
35059
|
"use client";
|
|
34936
35060
|
AvlEntity = ({
|
|
34937
35061
|
x = 0,
|
|
@@ -35058,7 +35182,7 @@ function typeShape(kind, x, y, s, color) {
|
|
|
35058
35182
|
}
|
|
35059
35183
|
var AvlFieldType;
|
|
35060
35184
|
var init_AvlFieldType = __esm({
|
|
35061
|
-
"components/atoms/
|
|
35185
|
+
"components/avl/atoms/AvlFieldType.tsx"() {
|
|
35062
35186
|
"use client";
|
|
35063
35187
|
AvlFieldType = ({
|
|
35064
35188
|
x = 0,
|
|
@@ -35092,7 +35216,7 @@ var init_AvlFieldType = __esm({
|
|
|
35092
35216
|
});
|
|
35093
35217
|
var AvlPage;
|
|
35094
35218
|
var init_AvlPage = __esm({
|
|
35095
|
-
"components/atoms/
|
|
35219
|
+
"components/avl/atoms/AvlPage.tsx"() {
|
|
35096
35220
|
"use client";
|
|
35097
35221
|
AvlPage = ({
|
|
35098
35222
|
x = 0,
|
|
@@ -35137,7 +35261,7 @@ var init_AvlPage = __esm({
|
|
|
35137
35261
|
});
|
|
35138
35262
|
var NODE_W, NODE_H, GAP, ARROW_W, MiniStateMachine;
|
|
35139
35263
|
var init_MiniStateMachine = __esm({
|
|
35140
|
-
"components/molecules/
|
|
35264
|
+
"components/avl/molecules/MiniStateMachine.tsx"() {
|
|
35141
35265
|
"use client";
|
|
35142
35266
|
init_AvlState();
|
|
35143
35267
|
init_AvlEffect();
|
|
@@ -35232,7 +35356,7 @@ function toFieldKind(type) {
|
|
|
35232
35356
|
}
|
|
35233
35357
|
var PERSISTENCE_BORDER, PERSISTENCE_ICON, ModuleCardInner, ModuleCard;
|
|
35234
35358
|
var init_ModuleCard = __esm({
|
|
35235
|
-
"components/molecules/
|
|
35359
|
+
"components/avl/molecules/ModuleCard.tsx"() {
|
|
35236
35360
|
"use client";
|
|
35237
35361
|
init_AvlEntity();
|
|
35238
35362
|
init_AvlFieldType();
|
|
@@ -35328,10 +35452,10 @@ var init_ModuleCard = __esm({
|
|
|
35328
35452
|
});
|
|
35329
35453
|
var PageHeader;
|
|
35330
35454
|
var init_PageHeader = __esm({
|
|
35331
|
-
"components/molecules/PageHeader.tsx"() {
|
|
35455
|
+
"components/core/molecules/PageHeader.tsx"() {
|
|
35332
35456
|
"use client";
|
|
35333
35457
|
init_cn();
|
|
35334
|
-
|
|
35458
|
+
init_atoms2();
|
|
35335
35459
|
init_Box();
|
|
35336
35460
|
init_Typography();
|
|
35337
35461
|
init_useEventBus();
|
|
@@ -35462,7 +35586,7 @@ var init_PageHeader = __esm({
|
|
|
35462
35586
|
});
|
|
35463
35587
|
var lookStyles8, Header;
|
|
35464
35588
|
var init_Header = __esm({
|
|
35465
|
-
"components/molecules/Header.tsx"() {
|
|
35589
|
+
"components/core/molecules/Header.tsx"() {
|
|
35466
35590
|
"use client";
|
|
35467
35591
|
init_SearchInput();
|
|
35468
35592
|
init_Avatar();
|
|
@@ -35524,7 +35648,7 @@ var init_Header = __esm({
|
|
|
35524
35648
|
variant: "ghost",
|
|
35525
35649
|
onClick: onMenuToggle,
|
|
35526
35650
|
className: "p-2 -ml-2 text-foreground hover:bg-muted transition-colors",
|
|
35527
|
-
"aria-label": isMenuOpen ? "
|
|
35651
|
+
"aria-label": isMenuOpen ? t("aria.closeMenu") : t("aria.openMenu"),
|
|
35528
35652
|
children: isMenuOpen ? /* @__PURE__ */ jsx(X, { size: 24 }) : /* @__PURE__ */ jsx(Menu$1, { size: 24 })
|
|
35529
35653
|
}
|
|
35530
35654
|
),
|
|
@@ -35610,7 +35734,7 @@ var init_Header = __esm({
|
|
|
35610
35734
|
});
|
|
35611
35735
|
var Navigation;
|
|
35612
35736
|
var init_Navigation = __esm({
|
|
35613
|
-
"components/molecules/Navigation.tsx"() {
|
|
35737
|
+
"components/core/molecules/Navigation.tsx"() {
|
|
35614
35738
|
init_Menu();
|
|
35615
35739
|
init_Button();
|
|
35616
35740
|
init_Badge();
|
|
@@ -35692,7 +35816,7 @@ var init_Navigation = __esm({
|
|
|
35692
35816
|
});
|
|
35693
35817
|
var paddingStyles4, variantStyles9, Section;
|
|
35694
35818
|
var init_Section = __esm({
|
|
35695
|
-
"components/molecules/Section.tsx"() {
|
|
35819
|
+
"components/core/molecules/Section.tsx"() {
|
|
35696
35820
|
init_cn();
|
|
35697
35821
|
init_Typography();
|
|
35698
35822
|
init_Box();
|
|
@@ -35784,7 +35908,7 @@ var init_Section = __esm({
|
|
|
35784
35908
|
});
|
|
35785
35909
|
var SidebarNavItem, Sidebar;
|
|
35786
35910
|
var init_Sidebar = __esm({
|
|
35787
|
-
"components/molecules/Sidebar.tsx"() {
|
|
35911
|
+
"components/core/molecules/Sidebar.tsx"() {
|
|
35788
35912
|
"use client";
|
|
35789
35913
|
init_Badge();
|
|
35790
35914
|
init_Button();
|
|
@@ -35965,7 +36089,7 @@ var init_Sidebar = __esm({
|
|
|
35965
36089
|
});
|
|
35966
36090
|
var gapStyles8, alignStyles5, ratioStyles, breakpointPrefixes, Split;
|
|
35967
36091
|
var init_Split = __esm({
|
|
35968
|
-
"components/molecules/Split.tsx"() {
|
|
36092
|
+
"components/core/molecules/Split.tsx"() {
|
|
35969
36093
|
init_cn();
|
|
35970
36094
|
init_Box();
|
|
35971
36095
|
gapStyles8 = {
|
|
@@ -36038,7 +36162,7 @@ var init_Split = __esm({
|
|
|
36038
36162
|
});
|
|
36039
36163
|
var WizardContainer;
|
|
36040
36164
|
var init_WizardContainer = __esm({
|
|
36041
|
-
"components/molecules/WizardContainer.tsx"() {
|
|
36165
|
+
"components/core/molecules/WizardContainer.tsx"() {
|
|
36042
36166
|
"use client";
|
|
36043
36167
|
init_Button();
|
|
36044
36168
|
init_Typography();
|
|
@@ -36243,7 +36367,7 @@ function getOrbitalType(complexity) {
|
|
|
36243
36367
|
}
|
|
36244
36368
|
var ORBITAL_CONFIGS, SIZE_MAP, OrbitalSphere, DumbbellOrbital, CloverleafOrbital, OrbitalVisualization;
|
|
36245
36369
|
var init_OrbitalVisualization = __esm({
|
|
36246
|
-
"components/molecules/OrbitalVisualization.tsx"() {
|
|
36370
|
+
"components/core/molecules/OrbitalVisualization.tsx"() {
|
|
36247
36371
|
"use client";
|
|
36248
36372
|
init_Box();
|
|
36249
36373
|
init_Typography();
|
|
@@ -36612,14 +36736,15 @@ var init_OrbitalVisualization = __esm({
|
|
|
36612
36736
|
});
|
|
36613
36737
|
var SignaturePad;
|
|
36614
36738
|
var init_SignaturePad = __esm({
|
|
36615
|
-
"components/molecules/SignaturePad.tsx"() {
|
|
36739
|
+
"components/core/molecules/SignaturePad.tsx"() {
|
|
36616
36740
|
"use client";
|
|
36617
36741
|
init_cn();
|
|
36618
|
-
|
|
36742
|
+
init_atoms2();
|
|
36619
36743
|
init_Stack();
|
|
36620
36744
|
init_LoadingState();
|
|
36621
36745
|
init_ErrorState();
|
|
36622
36746
|
init_useEventBus();
|
|
36747
|
+
init_useTranslate();
|
|
36623
36748
|
SignaturePad = ({
|
|
36624
36749
|
label = "Signature",
|
|
36625
36750
|
helperText = "Draw your signature above",
|
|
@@ -36637,6 +36762,7 @@ var init_SignaturePad = __esm({
|
|
|
36637
36762
|
className
|
|
36638
36763
|
}) => {
|
|
36639
36764
|
const eventBus = useEventBus();
|
|
36765
|
+
const { t } = useTranslate();
|
|
36640
36766
|
const canvasRef = useRef(null);
|
|
36641
36767
|
const [isDrawing, setIsDrawing] = useState(false);
|
|
36642
36768
|
const [hasSignature, setHasSignature] = useState(!!value);
|
|
@@ -36726,13 +36852,13 @@ var init_SignaturePad = __esm({
|
|
|
36726
36852
|
}
|
|
36727
36853
|
}, [signEvent, eventBus]);
|
|
36728
36854
|
if (isLoading) {
|
|
36729
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
36855
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
36730
36856
|
}
|
|
36731
36857
|
if (error) {
|
|
36732
36858
|
return /* @__PURE__ */ jsx(
|
|
36733
36859
|
ErrorState,
|
|
36734
36860
|
{
|
|
36735
|
-
title: "
|
|
36861
|
+
title: t("display.signaturePadError"),
|
|
36736
36862
|
message: error.message,
|
|
36737
36863
|
className
|
|
36738
36864
|
}
|
|
@@ -36800,16 +36926,17 @@ var init_SignaturePad = __esm({
|
|
|
36800
36926
|
});
|
|
36801
36927
|
var DocumentViewer;
|
|
36802
36928
|
var init_DocumentViewer = __esm({
|
|
36803
|
-
"components/molecules/DocumentViewer.tsx"() {
|
|
36929
|
+
"components/core/molecules/DocumentViewer.tsx"() {
|
|
36804
36930
|
"use client";
|
|
36805
36931
|
init_cn();
|
|
36806
|
-
|
|
36932
|
+
init_atoms2();
|
|
36807
36933
|
init_Stack();
|
|
36808
36934
|
init_LoadingState();
|
|
36809
36935
|
init_ErrorState();
|
|
36810
36936
|
init_EmptyState();
|
|
36811
36937
|
init_Tabs();
|
|
36812
36938
|
init_useEventBus();
|
|
36939
|
+
init_useTranslate();
|
|
36813
36940
|
DocumentViewer = ({
|
|
36814
36941
|
title,
|
|
36815
36942
|
src,
|
|
@@ -36829,6 +36956,7 @@ var init_DocumentViewer = __esm({
|
|
|
36829
36956
|
className
|
|
36830
36957
|
}) => {
|
|
36831
36958
|
const eventBus = useEventBus();
|
|
36959
|
+
const { t } = useTranslate();
|
|
36832
36960
|
const [zoom, setZoom] = useState(100);
|
|
36833
36961
|
const [currentPage, setCurrentPage] = useState(propPage ?? 1);
|
|
36834
36962
|
const [activeDocIndex, setActiveDocIndex] = useState(0);
|
|
@@ -36864,13 +36992,13 @@ var init_DocumentViewer = __esm({
|
|
|
36864
36992
|
}
|
|
36865
36993
|
}, [totalPages, eventBus, currentPage]);
|
|
36866
36994
|
if (isLoading) {
|
|
36867
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
36995
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
36868
36996
|
}
|
|
36869
36997
|
if (error) {
|
|
36870
36998
|
return /* @__PURE__ */ jsx(
|
|
36871
36999
|
ErrorState,
|
|
36872
37000
|
{
|
|
36873
|
-
title: "
|
|
37001
|
+
title: t("display.documentError"),
|
|
36874
37002
|
message: error.message,
|
|
36875
37003
|
className
|
|
36876
37004
|
}
|
|
@@ -36885,7 +37013,7 @@ var init_DocumentViewer = __esm({
|
|
|
36885
37013
|
EmptyState,
|
|
36886
37014
|
{
|
|
36887
37015
|
icon: FileText,
|
|
36888
|
-
title: "
|
|
37016
|
+
title: t("display.noDocument"),
|
|
36889
37017
|
description: "No document to display.",
|
|
36890
37018
|
className
|
|
36891
37019
|
}
|
|
@@ -37004,15 +37132,16 @@ function getGroupColor(group, groups) {
|
|
|
37004
37132
|
}
|
|
37005
37133
|
var GROUP_COLORS2, GraphCanvas;
|
|
37006
37134
|
var init_GraphCanvas = __esm({
|
|
37007
|
-
"components/molecules/GraphCanvas.tsx"() {
|
|
37135
|
+
"components/core/molecules/GraphCanvas.tsx"() {
|
|
37008
37136
|
"use client";
|
|
37009
37137
|
init_cn();
|
|
37010
|
-
|
|
37138
|
+
init_atoms2();
|
|
37011
37139
|
init_Stack();
|
|
37012
37140
|
init_LoadingState();
|
|
37013
37141
|
init_ErrorState();
|
|
37014
37142
|
init_EmptyState();
|
|
37015
37143
|
init_useEventBus();
|
|
37144
|
+
init_useTranslate();
|
|
37016
37145
|
GROUP_COLORS2 = [
|
|
37017
37146
|
"var(--color-primary)",
|
|
37018
37147
|
"var(--color-success)",
|
|
@@ -37039,6 +37168,7 @@ var init_GraphCanvas = __esm({
|
|
|
37039
37168
|
className
|
|
37040
37169
|
}) => {
|
|
37041
37170
|
const eventBus = useEventBus();
|
|
37171
|
+
const { t } = useTranslate();
|
|
37042
37172
|
const canvasRef = useRef(null);
|
|
37043
37173
|
const animRef = useRef(0);
|
|
37044
37174
|
const [zoom, setZoom] = useState(1);
|
|
@@ -37220,13 +37350,13 @@ var init_GraphCanvas = __esm({
|
|
|
37220
37350
|
setOffset({ x: 0, y: 0 });
|
|
37221
37351
|
}, []);
|
|
37222
37352
|
if (isLoading) {
|
|
37223
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
37353
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
37224
37354
|
}
|
|
37225
37355
|
if (error) {
|
|
37226
37356
|
return /* @__PURE__ */ jsx(
|
|
37227
37357
|
ErrorState,
|
|
37228
37358
|
{
|
|
37229
|
-
title: "
|
|
37359
|
+
title: t("display.graphError"),
|
|
37230
37360
|
message: error.message,
|
|
37231
37361
|
className
|
|
37232
37362
|
}
|
|
@@ -37236,7 +37366,7 @@ var init_GraphCanvas = __esm({
|
|
|
37236
37366
|
return /* @__PURE__ */ jsx(
|
|
37237
37367
|
EmptyState,
|
|
37238
37368
|
{
|
|
37239
|
-
title: "
|
|
37369
|
+
title: t("display.noGraphData"),
|
|
37240
37370
|
description: "No nodes to display.",
|
|
37241
37371
|
className
|
|
37242
37372
|
}
|
|
@@ -37312,19 +37442,19 @@ var init_GraphCanvas = __esm({
|
|
|
37312
37442
|
}
|
|
37313
37443
|
});
|
|
37314
37444
|
|
|
37315
|
-
// components/molecules/index.ts
|
|
37316
|
-
var
|
|
37317
|
-
"components/molecules/index.ts"() {
|
|
37445
|
+
// components/core/molecules/index.ts
|
|
37446
|
+
var init_molecules2 = __esm({
|
|
37447
|
+
"components/core/molecules/index.ts"() {
|
|
37318
37448
|
init_EmptyState();
|
|
37319
37449
|
init_Pagination();
|
|
37320
|
-
|
|
37450
|
+
init_molecules();
|
|
37321
37451
|
}
|
|
37322
37452
|
});
|
|
37323
37453
|
|
|
37324
|
-
// components/organisms/types.ts
|
|
37454
|
+
// components/core/organisms/types.ts
|
|
37325
37455
|
var EntityDisplayEvents;
|
|
37326
37456
|
var init_types3 = __esm({
|
|
37327
|
-
"components/organisms/types.ts"() {
|
|
37457
|
+
"components/core/organisms/types.ts"() {
|
|
37328
37458
|
EntityDisplayEvents = {
|
|
37329
37459
|
SORT: "SORT",
|
|
37330
37460
|
PAGINATE: "PAGINATE",
|
|
@@ -37738,15 +37868,15 @@ function DataTable({
|
|
|
37738
37868
|
}
|
|
37739
37869
|
var lookStyles9;
|
|
37740
37870
|
var init_DataTable = __esm({
|
|
37741
|
-
"components/organisms/DataTable.tsx"() {
|
|
37871
|
+
"components/core/organisms/DataTable.tsx"() {
|
|
37742
37872
|
"use client";
|
|
37743
37873
|
init_cn();
|
|
37744
37874
|
init_getNestedValue();
|
|
37745
|
-
|
|
37875
|
+
init_atoms2();
|
|
37746
37876
|
init_Box();
|
|
37747
37877
|
init_Stack();
|
|
37748
37878
|
init_Typography();
|
|
37749
|
-
|
|
37879
|
+
init_molecules2();
|
|
37750
37880
|
init_Icon();
|
|
37751
37881
|
init_useEventBus();
|
|
37752
37882
|
init_useTranslate();
|
|
@@ -37893,8 +38023,8 @@ function DebuggerBoard({
|
|
|
37893
38023
|
);
|
|
37894
38024
|
}
|
|
37895
38025
|
var init_DebuggerBoard = __esm({
|
|
37896
|
-
"components/organisms/
|
|
37897
|
-
|
|
38026
|
+
"components/game/organisms/puzzles/debugger/DebuggerBoard.tsx"() {
|
|
38027
|
+
init_atoms2();
|
|
37898
38028
|
init_useEventBus();
|
|
37899
38029
|
init_useTranslate();
|
|
37900
38030
|
DebuggerBoard.displayName = "DebuggerBoard";
|
|
@@ -38015,9 +38145,9 @@ function buildFieldTypeMap(fields) {
|
|
|
38015
38145
|
}
|
|
38016
38146
|
var ReactMarkdown2, DetailPanel;
|
|
38017
38147
|
var init_DetailPanel = __esm({
|
|
38018
|
-
"components/organisms/DetailPanel.tsx"() {
|
|
38148
|
+
"components/core/organisms/DetailPanel.tsx"() {
|
|
38019
38149
|
"use client";
|
|
38020
|
-
|
|
38150
|
+
init_atoms2();
|
|
38021
38151
|
init_Box();
|
|
38022
38152
|
init_Stack();
|
|
38023
38153
|
init_SimpleGrid();
|
|
@@ -38192,7 +38322,7 @@ var init_DetailPanel = __esm({
|
|
|
38192
38322
|
return /* @__PURE__ */ jsx(
|
|
38193
38323
|
LoadingState,
|
|
38194
38324
|
{
|
|
38195
|
-
message: "
|
|
38325
|
+
message: t("common.loading"),
|
|
38196
38326
|
className
|
|
38197
38327
|
}
|
|
38198
38328
|
);
|
|
@@ -38212,7 +38342,7 @@ var init_DetailPanel = __esm({
|
|
|
38212
38342
|
return /* @__PURE__ */ jsx(
|
|
38213
38343
|
EmptyState,
|
|
38214
38344
|
{
|
|
38215
|
-
title: "
|
|
38345
|
+
title: t("error.notFound"),
|
|
38216
38346
|
description: "The requested item could not be found.",
|
|
38217
38347
|
className
|
|
38218
38348
|
}
|
|
@@ -38360,7 +38490,7 @@ function extractTitle(children) {
|
|
|
38360
38490
|
}
|
|
38361
38491
|
var DrawerSlot;
|
|
38362
38492
|
var init_DrawerSlot = __esm({
|
|
38363
|
-
"components/organisms/DrawerSlot.tsx"() {
|
|
38493
|
+
"components/core/organisms/DrawerSlot.tsx"() {
|
|
38364
38494
|
"use client";
|
|
38365
38495
|
init_Drawer();
|
|
38366
38496
|
init_useEventBus();
|
|
@@ -38603,7 +38733,7 @@ function TraitStateViewer({
|
|
|
38603
38733
|
}
|
|
38604
38734
|
var SIZE_CONFIG2;
|
|
38605
38735
|
var init_TraitStateViewer = __esm({
|
|
38606
|
-
"components/organisms/
|
|
38736
|
+
"components/game/organisms/TraitStateViewer.tsx"() {
|
|
38607
38737
|
"use client";
|
|
38608
38738
|
init_cn();
|
|
38609
38739
|
init_useTranslate();
|
|
@@ -38662,8 +38792,8 @@ function RuleEditor({
|
|
|
38662
38792
|
] });
|
|
38663
38793
|
}
|
|
38664
38794
|
var init_RuleEditor = __esm({
|
|
38665
|
-
"components/organisms/
|
|
38666
|
-
|
|
38795
|
+
"components/game/organisms/puzzles/event-handler/RuleEditor.tsx"() {
|
|
38796
|
+
init_atoms2();
|
|
38667
38797
|
init_cn();
|
|
38668
38798
|
init_useTranslate();
|
|
38669
38799
|
RuleEditor.displayName = "RuleEditor";
|
|
@@ -38737,8 +38867,8 @@ function ObjectRulePanel({
|
|
|
38737
38867
|
}
|
|
38738
38868
|
var nextRuleId;
|
|
38739
38869
|
var init_ObjectRulePanel = __esm({
|
|
38740
|
-
"components/organisms/
|
|
38741
|
-
|
|
38870
|
+
"components/game/organisms/puzzles/event-handler/ObjectRulePanel.tsx"() {
|
|
38871
|
+
init_atoms2();
|
|
38742
38872
|
init_cn();
|
|
38743
38873
|
init_useTranslate();
|
|
38744
38874
|
init_TraitStateViewer();
|
|
@@ -38782,8 +38912,8 @@ function EventLog({
|
|
|
38782
38912
|
}
|
|
38783
38913
|
var STATUS_STYLES, STATUS_DOTS;
|
|
38784
38914
|
var init_EventLog = __esm({
|
|
38785
|
-
"components/organisms/
|
|
38786
|
-
|
|
38915
|
+
"components/game/organisms/puzzles/event-handler/EventLog.tsx"() {
|
|
38916
|
+
init_atoms2();
|
|
38787
38917
|
init_cn();
|
|
38788
38918
|
init_useTranslate();
|
|
38789
38919
|
STATUS_STYLES = {
|
|
@@ -38995,8 +39125,8 @@ function EventHandlerBoard({
|
|
|
38995
39125
|
}
|
|
38996
39126
|
var ENCOURAGEMENT_KEYS;
|
|
38997
39127
|
var init_EventHandlerBoard = __esm({
|
|
38998
|
-
"components/organisms/
|
|
38999
|
-
|
|
39128
|
+
"components/game/organisms/puzzles/event-handler/EventHandlerBoard.tsx"() {
|
|
39129
|
+
init_atoms2();
|
|
39000
39130
|
init_cn();
|
|
39001
39131
|
init_useEventBus();
|
|
39002
39132
|
init_useTranslate();
|
|
@@ -39013,7 +39143,7 @@ var init_EventHandlerBoard = __esm({
|
|
|
39013
39143
|
});
|
|
39014
39144
|
var FeatureDetailPageTemplate;
|
|
39015
39145
|
var init_FeatureDetailPageTemplate = __esm({
|
|
39016
|
-
"components/templates/FeatureDetailPageTemplate.tsx"() {
|
|
39146
|
+
"components/marketing/templates/FeatureDetailPageTemplate.tsx"() {
|
|
39017
39147
|
init_cn();
|
|
39018
39148
|
init_Stack();
|
|
39019
39149
|
init_HeroSection();
|
|
@@ -39065,7 +39195,7 @@ var init_FeatureDetailPageTemplate = __esm({
|
|
|
39065
39195
|
});
|
|
39066
39196
|
var FeatureGridOrganism;
|
|
39067
39197
|
var init_FeatureGridOrganism = __esm({
|
|
39068
|
-
"components/organisms/FeatureGridOrganism.tsx"() {
|
|
39198
|
+
"components/core/organisms/FeatureGridOrganism.tsx"() {
|
|
39069
39199
|
"use client";
|
|
39070
39200
|
init_cn();
|
|
39071
39201
|
init_useEventBus();
|
|
@@ -39237,7 +39367,7 @@ function formatDateTimeValue(value) {
|
|
|
39237
39367
|
}
|
|
39238
39368
|
var layoutStyles, gapStyles9, Form;
|
|
39239
39369
|
var init_Form = __esm({
|
|
39240
|
-
"components/organisms/Form.tsx"() {
|
|
39370
|
+
"components/core/organisms/Form.tsx"() {
|
|
39241
39371
|
"use client";
|
|
39242
39372
|
init_cn();
|
|
39243
39373
|
init_Input();
|
|
@@ -40070,7 +40200,7 @@ function useGameAudio({
|
|
|
40070
40200
|
};
|
|
40071
40201
|
}
|
|
40072
40202
|
var init_useGameAudio = __esm({
|
|
40073
|
-
"components/organisms/
|
|
40203
|
+
"components/game/organisms/hooks/useGameAudio.ts"() {
|
|
40074
40204
|
"use client";
|
|
40075
40205
|
useGameAudio.displayName = "useGameAudio";
|
|
40076
40206
|
}
|
|
@@ -40122,7 +40252,7 @@ function GameAudioProvider({
|
|
|
40122
40252
|
}
|
|
40123
40253
|
var GameAudioContext;
|
|
40124
40254
|
var init_GameAudioProvider = __esm({
|
|
40125
|
-
"components/organisms/
|
|
40255
|
+
"components/game/organisms/GameAudioProvider.tsx"() {
|
|
40126
40256
|
"use client";
|
|
40127
40257
|
init_useEventBus();
|
|
40128
40258
|
init_useGameAudio();
|
|
@@ -40155,9 +40285,9 @@ function GameAudioToggle({
|
|
|
40155
40285
|
);
|
|
40156
40286
|
}
|
|
40157
40287
|
var init_GameAudioToggle = __esm({
|
|
40158
|
-
"components/organisms/
|
|
40288
|
+
"components/game/organisms/GameAudioToggle.tsx"() {
|
|
40159
40289
|
"use client";
|
|
40160
|
-
|
|
40290
|
+
init_atoms2();
|
|
40161
40291
|
init_cn();
|
|
40162
40292
|
init_GameAudioProvider();
|
|
40163
40293
|
GameAudioToggle.displayName = "GameAudioToggle";
|
|
@@ -40165,7 +40295,7 @@ var init_GameAudioToggle = __esm({
|
|
|
40165
40295
|
});
|
|
40166
40296
|
var GameShell;
|
|
40167
40297
|
var init_GameShell = __esm({
|
|
40168
|
-
"components/templates/GameShell.tsx"() {
|
|
40298
|
+
"components/game/templates/GameShell.tsx"() {
|
|
40169
40299
|
init_cn();
|
|
40170
40300
|
init_Box();
|
|
40171
40301
|
init_Stack();
|
|
@@ -40243,7 +40373,7 @@ var init_GameShell = __esm({
|
|
|
40243
40373
|
});
|
|
40244
40374
|
var GameTemplate;
|
|
40245
40375
|
var init_GameTemplate = __esm({
|
|
40246
|
-
"components/templates/GameTemplate.tsx"() {
|
|
40376
|
+
"components/game/templates/GameTemplate.tsx"() {
|
|
40247
40377
|
init_cn();
|
|
40248
40378
|
init_Box();
|
|
40249
40379
|
init_Stack();
|
|
@@ -40360,7 +40490,7 @@ var init_GameTemplate = __esm({
|
|
|
40360
40490
|
});
|
|
40361
40491
|
var GenericAppTemplate;
|
|
40362
40492
|
var init_GenericAppTemplate = __esm({
|
|
40363
|
-
"components/templates/GenericAppTemplate.tsx"() {
|
|
40493
|
+
"components/core/templates/GenericAppTemplate.tsx"() {
|
|
40364
40494
|
init_cn();
|
|
40365
40495
|
init_Box();
|
|
40366
40496
|
init_Stack();
|
|
@@ -40408,7 +40538,7 @@ var init_GenericAppTemplate = __esm({
|
|
|
40408
40538
|
});
|
|
40409
40539
|
var HeroOrganism, _HeroClickInterceptor;
|
|
40410
40540
|
var init_HeroOrganism = __esm({
|
|
40411
|
-
"components/organisms/HeroOrganism.tsx"() {
|
|
40541
|
+
"components/core/organisms/HeroOrganism.tsx"() {
|
|
40412
40542
|
"use client";
|
|
40413
40543
|
init_cn();
|
|
40414
40544
|
init_useEventBus();
|
|
@@ -40516,8 +40646,9 @@ var init_HeroOrganism = __esm({
|
|
|
40516
40646
|
});
|
|
40517
40647
|
var LandingPageTemplate;
|
|
40518
40648
|
var init_LandingPageTemplate = __esm({
|
|
40519
|
-
"components/templates/LandingPageTemplate.tsx"() {
|
|
40649
|
+
"components/marketing/templates/LandingPageTemplate.tsx"() {
|
|
40520
40650
|
init_cn();
|
|
40651
|
+
init_useTranslate();
|
|
40521
40652
|
init_Stack();
|
|
40522
40653
|
init_Box();
|
|
40523
40654
|
init_Container();
|
|
@@ -40535,6 +40666,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40535
40666
|
featureColumns = 3,
|
|
40536
40667
|
className
|
|
40537
40668
|
}) => {
|
|
40669
|
+
const { t } = useTranslate();
|
|
40538
40670
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
40539
40671
|
if (!resolved) return null;
|
|
40540
40672
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
@@ -40554,7 +40686,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40554
40686
|
}
|
|
40555
40687
|
),
|
|
40556
40688
|
Array.isArray(resolved.features) && resolved.features.length > 0 && /* @__PURE__ */ jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxs(VStack, { gap: "lg", children: [
|
|
40557
|
-
/* @__PURE__ */ jsx(SectionHeader, { title: "
|
|
40689
|
+
/* @__PURE__ */ jsx(SectionHeader, { title: t("template.features") }),
|
|
40558
40690
|
/* @__PURE__ */ jsx(
|
|
40559
40691
|
FeatureGrid,
|
|
40560
40692
|
{
|
|
@@ -40578,7 +40710,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40578
40710
|
}
|
|
40579
40711
|
) }) }),
|
|
40580
40712
|
resolved.steps && resolved.steps.length > 0 && /* @__PURE__ */ jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxs(VStack, { gap: "lg", children: [
|
|
40581
|
-
/* @__PURE__ */ jsx(SectionHeader, { title: "
|
|
40713
|
+
/* @__PURE__ */ jsx(SectionHeader, { title: t("template.howItWorks") }),
|
|
40582
40714
|
/* @__PURE__ */ jsx(
|
|
40583
40715
|
StepFlow,
|
|
40584
40716
|
{
|
|
@@ -40592,7 +40724,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40592
40724
|
)
|
|
40593
40725
|
] }) }) }),
|
|
40594
40726
|
resolved.showcase && resolved.showcase.length > 0 && /* @__PURE__ */ jsx(Box, { className: "py-16", children: /* @__PURE__ */ jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxs(VStack, { gap: "lg", children: [
|
|
40595
|
-
/* @__PURE__ */ jsx(SectionHeader, { title: "
|
|
40727
|
+
/* @__PURE__ */ jsx(SectionHeader, { title: t("template.showcase") }),
|
|
40596
40728
|
/* @__PURE__ */ jsx(SimpleGrid, { cols: Math.min(resolved.showcase.length, 3), gap: "lg", children: resolved.showcase.map((item) => /* @__PURE__ */ jsx(
|
|
40597
40729
|
ShowcaseCard,
|
|
40598
40730
|
{
|
|
@@ -40706,9 +40838,9 @@ function formatFieldLabel2(fieldName) {
|
|
|
40706
40838
|
}
|
|
40707
40839
|
var STATUS_STYLES2, StatusBadge, ProgressIndicator, List3;
|
|
40708
40840
|
var init_List = __esm({
|
|
40709
|
-
"components/organisms/List.tsx"() {
|
|
40841
|
+
"components/core/organisms/List.tsx"() {
|
|
40710
40842
|
"use client";
|
|
40711
|
-
|
|
40843
|
+
init_atoms2();
|
|
40712
40844
|
init_Stack();
|
|
40713
40845
|
init_Menu();
|
|
40714
40846
|
init_EmptyState();
|
|
@@ -40882,7 +41014,7 @@ var init_List = __esm({
|
|
|
40882
41014
|
return /* @__PURE__ */ jsx(
|
|
40883
41015
|
LoadingState,
|
|
40884
41016
|
{
|
|
40885
|
-
message: "
|
|
41017
|
+
message: t("error.loadingItems"),
|
|
40886
41018
|
className
|
|
40887
41019
|
}
|
|
40888
41020
|
);
|
|
@@ -40892,7 +41024,7 @@ var init_List = __esm({
|
|
|
40892
41024
|
EmptyState,
|
|
40893
41025
|
{
|
|
40894
41026
|
icon: Package,
|
|
40895
|
-
title: "
|
|
41027
|
+
title: t("error.somethingWentWrong"),
|
|
40896
41028
|
description: error.message,
|
|
40897
41029
|
className
|
|
40898
41030
|
}
|
|
@@ -41148,7 +41280,7 @@ var init_List = __esm({
|
|
|
41148
41280
|
EmptyState,
|
|
41149
41281
|
{
|
|
41150
41282
|
icon: Package,
|
|
41151
|
-
title: "
|
|
41283
|
+
title: t("error.noItemsFound"),
|
|
41152
41284
|
description: resolvedEmptyMessage,
|
|
41153
41285
|
className
|
|
41154
41286
|
}
|
|
@@ -41207,7 +41339,7 @@ function MasterDetail({
|
|
|
41207
41339
|
);
|
|
41208
41340
|
}
|
|
41209
41341
|
var init_MasterDetail = __esm({
|
|
41210
|
-
"components/organisms/MasterDetail.tsx"() {
|
|
41342
|
+
"components/core/organisms/MasterDetail.tsx"() {
|
|
41211
41343
|
"use client";
|
|
41212
41344
|
init_DataTable();
|
|
41213
41345
|
MasterDetail.displayName = "MasterDetail";
|
|
@@ -41215,7 +41347,7 @@ var init_MasterDetail = __esm({
|
|
|
41215
41347
|
});
|
|
41216
41348
|
var DefaultEmptyDetail, MasterDetailLayout;
|
|
41217
41349
|
var init_MasterDetailLayout = __esm({
|
|
41218
|
-
"components/organisms/layout/MasterDetailLayout.tsx"() {
|
|
41350
|
+
"components/core/organisms/layout/MasterDetailLayout.tsx"() {
|
|
41219
41351
|
init_cn();
|
|
41220
41352
|
init_Typography();
|
|
41221
41353
|
DefaultEmptyDetail = () => /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center h-full border-2 border-dashed border-border", children: /* @__PURE__ */ jsx(
|
|
@@ -41266,10 +41398,10 @@ var init_MasterDetailLayout = __esm({
|
|
|
41266
41398
|
});
|
|
41267
41399
|
var COLUMN_CLASSES, ASPECT_CLASSES, MediaGallery;
|
|
41268
41400
|
var init_MediaGallery = __esm({
|
|
41269
|
-
"components/organisms/MediaGallery.tsx"() {
|
|
41401
|
+
"components/core/organisms/MediaGallery.tsx"() {
|
|
41270
41402
|
"use client";
|
|
41271
41403
|
init_cn();
|
|
41272
|
-
|
|
41404
|
+
init_atoms2();
|
|
41273
41405
|
init_Stack();
|
|
41274
41406
|
init_LoadingState();
|
|
41275
41407
|
init_ErrorState();
|
|
@@ -41334,13 +41466,13 @@ var init_MediaGallery = __esm({
|
|
|
41334
41466
|
}));
|
|
41335
41467
|
}, [propItems, entityData]);
|
|
41336
41468
|
if (isLoading) {
|
|
41337
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
41469
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
41338
41470
|
}
|
|
41339
41471
|
if (error) {
|
|
41340
41472
|
return /* @__PURE__ */ jsx(
|
|
41341
41473
|
ErrorState,
|
|
41342
41474
|
{
|
|
41343
|
-
title: "
|
|
41475
|
+
title: t("display.galleryError"),
|
|
41344
41476
|
message: error.message,
|
|
41345
41477
|
className
|
|
41346
41478
|
}
|
|
@@ -41351,7 +41483,7 @@ var init_MediaGallery = __esm({
|
|
|
41351
41483
|
EmptyState,
|
|
41352
41484
|
{
|
|
41353
41485
|
icon: Image$1,
|
|
41354
|
-
title: "
|
|
41486
|
+
title: t("display.noMedia"),
|
|
41355
41487
|
description: "No media items to display.",
|
|
41356
41488
|
className
|
|
41357
41489
|
}
|
|
@@ -41495,7 +41627,7 @@ function extractTitle2(children) {
|
|
|
41495
41627
|
}
|
|
41496
41628
|
var ModalSlot;
|
|
41497
41629
|
var init_ModalSlot = __esm({
|
|
41498
|
-
"components/organisms/ModalSlot.tsx"() {
|
|
41630
|
+
"components/core/organisms/ModalSlot.tsx"() {
|
|
41499
41631
|
"use client";
|
|
41500
41632
|
init_Modal();
|
|
41501
41633
|
init_useEventBus();
|
|
@@ -41676,8 +41808,8 @@ function NegotiatorBoard({
|
|
|
41676
41808
|
);
|
|
41677
41809
|
}
|
|
41678
41810
|
var init_NegotiatorBoard = __esm({
|
|
41679
|
-
"components/organisms/
|
|
41680
|
-
|
|
41811
|
+
"components/game/organisms/puzzles/negotiator/NegotiatorBoard.tsx"() {
|
|
41812
|
+
init_atoms2();
|
|
41681
41813
|
init_useEventBus();
|
|
41682
41814
|
init_useTranslate();
|
|
41683
41815
|
NegotiatorBoard.displayName = "NegotiatorBoard";
|
|
@@ -41685,7 +41817,7 @@ var init_NegotiatorBoard = __esm({
|
|
|
41685
41817
|
});
|
|
41686
41818
|
var PricingOrganism;
|
|
41687
41819
|
var init_PricingOrganism = __esm({
|
|
41688
|
-
"components/organisms/PricingOrganism.tsx"() {
|
|
41820
|
+
"components/marketing/organisms/PricingOrganism.tsx"() {
|
|
41689
41821
|
"use client";
|
|
41690
41822
|
init_cn();
|
|
41691
41823
|
init_useEventBus();
|
|
@@ -41737,8 +41869,9 @@ var init_PricingOrganism = __esm({
|
|
|
41737
41869
|
});
|
|
41738
41870
|
var PricingPageTemplate;
|
|
41739
41871
|
var init_PricingPageTemplate = __esm({
|
|
41740
|
-
"components/templates/PricingPageTemplate.tsx"() {
|
|
41872
|
+
"components/marketing/templates/PricingPageTemplate.tsx"() {
|
|
41741
41873
|
init_cn();
|
|
41874
|
+
init_useTranslate();
|
|
41742
41875
|
init_Stack();
|
|
41743
41876
|
init_Box();
|
|
41744
41877
|
init_Container();
|
|
@@ -41751,6 +41884,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
41751
41884
|
entity,
|
|
41752
41885
|
className
|
|
41753
41886
|
}) => {
|
|
41887
|
+
const { t } = useTranslate();
|
|
41754
41888
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
41755
41889
|
if (!resolved) return null;
|
|
41756
41890
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
@@ -41779,7 +41913,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
41779
41913
|
}
|
|
41780
41914
|
) }) }),
|
|
41781
41915
|
resolved.faq && resolved.faq.length > 0 && /* @__PURE__ */ jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsx(Container, { size: "lg", padding: "lg", children: /* @__PURE__ */ jsxs(VStack, { gap: "lg", children: [
|
|
41782
|
-
/* @__PURE__ */ jsx(SectionHeader, { title: "
|
|
41916
|
+
/* @__PURE__ */ jsx(SectionHeader, { title: t("template.faq") }),
|
|
41783
41917
|
/* @__PURE__ */ jsx(
|
|
41784
41918
|
Accordion,
|
|
41785
41919
|
{
|
|
@@ -41948,7 +42082,7 @@ function useDebugData() {
|
|
|
41948
42082
|
return data;
|
|
41949
42083
|
}
|
|
41950
42084
|
var init_useDebugData = __esm({
|
|
41951
|
-
"components/organisms/debug/hooks/useDebugData.ts"() {
|
|
42085
|
+
"components/core/organisms/debug/hooks/useDebugData.ts"() {
|
|
41952
42086
|
"use client";
|
|
41953
42087
|
init_traitRegistry();
|
|
41954
42088
|
init_tickRegistry();
|
|
@@ -42223,7 +42357,7 @@ function WalkMinimap() {
|
|
|
42223
42357
|
] });
|
|
42224
42358
|
}
|
|
42225
42359
|
var init_WalkMinimap = __esm({
|
|
42226
|
-
"components/organisms/debug/WalkMinimap.tsx"() {
|
|
42360
|
+
"components/core/organisms/debug/WalkMinimap.tsx"() {
|
|
42227
42361
|
"use client";
|
|
42228
42362
|
init_Box();
|
|
42229
42363
|
init_Stack();
|
|
@@ -42233,11 +42367,12 @@ var init_WalkMinimap = __esm({
|
|
|
42233
42367
|
}
|
|
42234
42368
|
});
|
|
42235
42369
|
function TraitsTab({ traits: traits2 }) {
|
|
42370
|
+
const { t } = useTranslate();
|
|
42236
42371
|
if (traits2.length === 0) {
|
|
42237
42372
|
return /* @__PURE__ */ jsx(
|
|
42238
42373
|
EmptyState,
|
|
42239
42374
|
{
|
|
42240
|
-
title: "
|
|
42375
|
+
title: t("debug.noActiveTraits"),
|
|
42241
42376
|
description: "Traits will appear when components using them are mounted",
|
|
42242
42377
|
className: "py-8"
|
|
42243
42378
|
}
|
|
@@ -42268,19 +42403,19 @@ function TraitsTab({ traits: traits2 }) {
|
|
|
42268
42403
|
] }),
|
|
42269
42404
|
trait.transitions.length > 0 && /* @__PURE__ */ jsxs("div", { children: [
|
|
42270
42405
|
/* @__PURE__ */ jsx(Typography, { variant: "small", weight: "medium", className: "text-gray-500 mb-2", children: "Transitions" }),
|
|
42271
|
-
/* @__PURE__ */ jsx(Stack, { gap: "xs", children: trait.transitions.map((
|
|
42272
|
-
|
|
42406
|
+
/* @__PURE__ */ jsx(Stack, { gap: "xs", children: trait.transitions.map((t2, i) => /* @__PURE__ */ jsxs(Typography, { variant: "small", className: "font-mono", children: [
|
|
42407
|
+
t2.from,
|
|
42273
42408
|
" \u2192 ",
|
|
42274
|
-
|
|
42409
|
+
t2.to,
|
|
42275
42410
|
" ",
|
|
42276
42411
|
/* @__PURE__ */ jsxs("span", { className: "text-gray-500", children: [
|
|
42277
42412
|
"(",
|
|
42278
|
-
|
|
42413
|
+
t2.event,
|
|
42279
42414
|
")"
|
|
42280
42415
|
] }),
|
|
42281
|
-
|
|
42416
|
+
t2.guard && /* @__PURE__ */ jsxs("span", { className: "text-amber-500", children: [
|
|
42282
42417
|
" [",
|
|
42283
|
-
|
|
42418
|
+
t2.guard,
|
|
42284
42419
|
"]"
|
|
42285
42420
|
] })
|
|
42286
42421
|
] }, i)) })
|
|
@@ -42297,23 +42432,25 @@ function TraitsTab({ traits: traits2 }) {
|
|
|
42297
42432
|
return /* @__PURE__ */ jsx("div", { className: "debug-tab debug-tab--traits", children: /* @__PURE__ */ jsx(Accordion, { items: accordionItems, multiple: true }) });
|
|
42298
42433
|
}
|
|
42299
42434
|
var init_TraitsTab = __esm({
|
|
42300
|
-
"components/organisms/debug/tabs/TraitsTab.tsx"() {
|
|
42435
|
+
"components/core/organisms/debug/tabs/TraitsTab.tsx"() {
|
|
42301
42436
|
init_Accordion();
|
|
42302
42437
|
init_Badge();
|
|
42303
42438
|
init_Typography();
|
|
42304
42439
|
init_Stack();
|
|
42305
42440
|
init_EmptyState();
|
|
42441
|
+
init_useTranslate();
|
|
42306
42442
|
TraitsTab.displayName = "TraitsTab";
|
|
42307
42443
|
}
|
|
42308
42444
|
});
|
|
42309
42445
|
function TicksTab({ ticks: ticks2 }) {
|
|
42310
|
-
const
|
|
42311
|
-
const
|
|
42446
|
+
const { t } = useTranslate();
|
|
42447
|
+
const activeTicks = ticks2.filter((t2) => t2.active);
|
|
42448
|
+
const inactiveTicks = ticks2.filter((t2) => !t2.active);
|
|
42312
42449
|
if (ticks2.length === 0) {
|
|
42313
42450
|
return /* @__PURE__ */ jsx(
|
|
42314
42451
|
EmptyState,
|
|
42315
42452
|
{
|
|
42316
|
-
title: "
|
|
42453
|
+
title: t("debug.noTicks"),
|
|
42317
42454
|
description: "Ticks will appear when trait tick handlers are running",
|
|
42318
42455
|
className: "py-8"
|
|
42319
42456
|
}
|
|
@@ -42373,21 +42510,23 @@ function TicksTab({ ticks: ticks2 }) {
|
|
|
42373
42510
|
] });
|
|
42374
42511
|
}
|
|
42375
42512
|
var init_TicksTab = __esm({
|
|
42376
|
-
"components/organisms/debug/tabs/TicksTab.tsx"() {
|
|
42513
|
+
"components/core/organisms/debug/tabs/TicksTab.tsx"() {
|
|
42377
42514
|
init_Badge();
|
|
42378
42515
|
init_Typography();
|
|
42379
42516
|
init_Stack();
|
|
42380
42517
|
init_Card();
|
|
42381
42518
|
init_EmptyState();
|
|
42519
|
+
init_useTranslate();
|
|
42382
42520
|
TicksTab.displayName = "TicksTab";
|
|
42383
42521
|
}
|
|
42384
42522
|
});
|
|
42385
42523
|
function EntitiesTab({ snapshot }) {
|
|
42524
|
+
const { t } = useTranslate();
|
|
42386
42525
|
if (!snapshot) {
|
|
42387
42526
|
return /* @__PURE__ */ jsx(
|
|
42388
42527
|
EmptyState,
|
|
42389
42528
|
{
|
|
42390
|
-
title: "
|
|
42529
|
+
title: t("debug.noEntityData"),
|
|
42391
42530
|
description: "Debug mode may not be enabled",
|
|
42392
42531
|
className: "py-8"
|
|
42393
42532
|
}
|
|
@@ -42400,7 +42539,7 @@ function EntitiesTab({ snapshot }) {
|
|
|
42400
42539
|
return /* @__PURE__ */ jsx(
|
|
42401
42540
|
EmptyState,
|
|
42402
42541
|
{
|
|
42403
|
-
title: "
|
|
42542
|
+
title: t("debug.noEntities"),
|
|
42404
42543
|
description: "Entities will appear when spawned",
|
|
42405
42544
|
className: "py-8"
|
|
42406
42545
|
}
|
|
@@ -42457,16 +42596,18 @@ function EntitiesTab({ snapshot }) {
|
|
|
42457
42596
|
] });
|
|
42458
42597
|
}
|
|
42459
42598
|
var init_EntitiesTab = __esm({
|
|
42460
|
-
"components/organisms/debug/tabs/EntitiesTab.tsx"() {
|
|
42599
|
+
"components/core/organisms/debug/tabs/EntitiesTab.tsx"() {
|
|
42461
42600
|
init_Accordion();
|
|
42462
42601
|
init_Badge();
|
|
42463
42602
|
init_Typography();
|
|
42464
42603
|
init_Stack();
|
|
42465
42604
|
init_EmptyState();
|
|
42605
|
+
init_useTranslate();
|
|
42466
42606
|
EntitiesTab.displayName = "EntitiesTab";
|
|
42467
42607
|
}
|
|
42468
42608
|
});
|
|
42469
42609
|
function EventFlowTab({ events: events2 }) {
|
|
42610
|
+
const { t } = useTranslate();
|
|
42470
42611
|
const [filter, setFilter] = React85.useState("all");
|
|
42471
42612
|
const containerRef = React85.useRef(null);
|
|
42472
42613
|
const [autoScroll, setAutoScroll] = React85.useState(true);
|
|
@@ -42492,7 +42633,7 @@ function EventFlowTab({ events: events2 }) {
|
|
|
42492
42633
|
return /* @__PURE__ */ jsx(
|
|
42493
42634
|
EmptyState,
|
|
42494
42635
|
{
|
|
42495
|
-
title: "
|
|
42636
|
+
title: t("debug.noEventsYet"),
|
|
42496
42637
|
description: "Events will appear as traits, ticks, and other systems execute",
|
|
42497
42638
|
className: "py-8"
|
|
42498
42639
|
}
|
|
@@ -42574,7 +42715,7 @@ function EventFlowTab({ events: events2 }) {
|
|
|
42574
42715
|
}
|
|
42575
42716
|
var TYPE_BADGES;
|
|
42576
42717
|
var init_EventFlowTab = __esm({
|
|
42577
|
-
"components/organisms/debug/tabs/EventFlowTab.tsx"() {
|
|
42718
|
+
"components/core/organisms/debug/tabs/EventFlowTab.tsx"() {
|
|
42578
42719
|
"use client";
|
|
42579
42720
|
init_Badge();
|
|
42580
42721
|
init_Typography();
|
|
@@ -42582,6 +42723,7 @@ var init_EventFlowTab = __esm({
|
|
|
42582
42723
|
init_Button();
|
|
42583
42724
|
init_Checkbox();
|
|
42584
42725
|
init_EmptyState();
|
|
42726
|
+
init_useTranslate();
|
|
42585
42727
|
TYPE_BADGES = {
|
|
42586
42728
|
trait: { variant: "primary", icon: "\u{1F504}" },
|
|
42587
42729
|
tick: { variant: "warning", icon: "\u23F1\uFE0F" },
|
|
@@ -42594,12 +42736,13 @@ var init_EventFlowTab = __esm({
|
|
|
42594
42736
|
}
|
|
42595
42737
|
});
|
|
42596
42738
|
function GuardsPanel({ guards }) {
|
|
42739
|
+
const { t } = useTranslate();
|
|
42597
42740
|
const [filter, setFilter] = React85.useState("all");
|
|
42598
42741
|
if (guards.length === 0) {
|
|
42599
42742
|
return /* @__PURE__ */ jsx(
|
|
42600
42743
|
EmptyState,
|
|
42601
42744
|
{
|
|
42602
|
-
title: "
|
|
42745
|
+
title: t("debug.noGuardEvaluations"),
|
|
42603
42746
|
description: "Guard evaluations will appear when transitions or ticks with guards execute",
|
|
42604
42747
|
className: "py-8"
|
|
42605
42748
|
}
|
|
@@ -42666,7 +42809,7 @@ function GuardsPanel({ guards }) {
|
|
|
42666
42809
|
] });
|
|
42667
42810
|
}
|
|
42668
42811
|
var init_GuardsPanel = __esm({
|
|
42669
|
-
"components/organisms/debug/tabs/GuardsPanel.tsx"() {
|
|
42812
|
+
"components/core/organisms/debug/tabs/GuardsPanel.tsx"() {
|
|
42670
42813
|
"use client";
|
|
42671
42814
|
init_Accordion();
|
|
42672
42815
|
init_Badge();
|
|
@@ -42675,15 +42818,17 @@ var init_GuardsPanel = __esm({
|
|
|
42675
42818
|
init_ButtonGroup();
|
|
42676
42819
|
init_Button();
|
|
42677
42820
|
init_EmptyState();
|
|
42821
|
+
init_useTranslate();
|
|
42678
42822
|
GuardsPanel.displayName = "GuardsPanel";
|
|
42679
42823
|
}
|
|
42680
42824
|
});
|
|
42681
42825
|
function VerificationTab({ checks, summary }) {
|
|
42826
|
+
const { t } = useTranslate();
|
|
42682
42827
|
if (checks.length === 0) {
|
|
42683
42828
|
return /* @__PURE__ */ jsx(
|
|
42684
42829
|
EmptyState,
|
|
42685
42830
|
{
|
|
42686
|
-
title: "
|
|
42831
|
+
title: t("debug.noVerificationChecks"),
|
|
42687
42832
|
description: "Checks will appear as the app executes transitions and effects",
|
|
42688
42833
|
className: "py-8"
|
|
42689
42834
|
}
|
|
@@ -42743,12 +42888,13 @@ function VerificationTab({ checks, summary }) {
|
|
|
42743
42888
|
}
|
|
42744
42889
|
var STATUS_CONFIG;
|
|
42745
42890
|
var init_VerificationTab = __esm({
|
|
42746
|
-
"components/organisms/debug/tabs/VerificationTab.tsx"() {
|
|
42891
|
+
"components/core/organisms/debug/tabs/VerificationTab.tsx"() {
|
|
42747
42892
|
"use client";
|
|
42748
42893
|
init_Badge();
|
|
42749
42894
|
init_Typography();
|
|
42750
42895
|
init_Stack();
|
|
42751
42896
|
init_EmptyState();
|
|
42897
|
+
init_useTranslate();
|
|
42752
42898
|
STATUS_CONFIG = {
|
|
42753
42899
|
pass: { variant: "success", icon: "\u2713", label: "PASS" },
|
|
42754
42900
|
fail: { variant: "danger", icon: "\u2717", label: "FAIL" },
|
|
@@ -42768,6 +42914,7 @@ function EffectBadge({ effect }) {
|
|
|
42768
42914
|
] });
|
|
42769
42915
|
}
|
|
42770
42916
|
function TransitionTimeline({ transitions }) {
|
|
42917
|
+
const { t } = useTranslate();
|
|
42771
42918
|
const containerRef = React85.useRef(null);
|
|
42772
42919
|
const [autoScroll, setAutoScroll] = React85.useState(true);
|
|
42773
42920
|
const [expandedId, setExpandedId] = React85.useState(null);
|
|
@@ -42780,7 +42927,7 @@ function TransitionTimeline({ transitions }) {
|
|
|
42780
42927
|
return /* @__PURE__ */ jsx(
|
|
42781
42928
|
EmptyState,
|
|
42782
42929
|
{
|
|
42783
|
-
title: "
|
|
42930
|
+
title: t("debug.noTransitionsRecorded"),
|
|
42784
42931
|
description: "Transitions will appear as the state machine processes events",
|
|
42785
42932
|
className: "py-8"
|
|
42786
42933
|
}
|
|
@@ -42882,12 +43029,13 @@ function TransitionTimeline({ transitions }) {
|
|
|
42882
43029
|
}
|
|
42883
43030
|
var EFFECT_STATUS_VARIANT;
|
|
42884
43031
|
var init_TransitionTimeline = __esm({
|
|
42885
|
-
"components/organisms/debug/tabs/TransitionTimeline.tsx"() {
|
|
43032
|
+
"components/core/organisms/debug/tabs/TransitionTimeline.tsx"() {
|
|
42886
43033
|
"use client";
|
|
42887
43034
|
init_Badge();
|
|
42888
43035
|
init_Typography();
|
|
42889
43036
|
init_EmptyState();
|
|
42890
43037
|
init_Checkbox();
|
|
43038
|
+
init_useTranslate();
|
|
42891
43039
|
EFFECT_STATUS_VARIANT = {
|
|
42892
43040
|
executed: "success",
|
|
42893
43041
|
failed: "danger",
|
|
@@ -42903,11 +43051,12 @@ function StatRow({ label, value, variant }) {
|
|
|
42903
43051
|
] });
|
|
42904
43052
|
}
|
|
42905
43053
|
function ServerBridgeTab({ bridge }) {
|
|
43054
|
+
const { t } = useTranslate();
|
|
42906
43055
|
if (!bridge) {
|
|
42907
43056
|
return /* @__PURE__ */ jsx(
|
|
42908
43057
|
EmptyState,
|
|
42909
43058
|
{
|
|
42910
|
-
title: "
|
|
43059
|
+
title: t("debug.noBridgeData"),
|
|
42911
43060
|
description: "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
|
|
42912
43061
|
className: "py-8"
|
|
42913
43062
|
}
|
|
@@ -42933,7 +43082,7 @@ function ServerBridgeTab({ bridge }) {
|
|
|
42933
43082
|
/* @__PURE__ */ jsx(
|
|
42934
43083
|
StatRow,
|
|
42935
43084
|
{
|
|
42936
|
-
label: "
|
|
43085
|
+
label: t("debug.status"),
|
|
42937
43086
|
value: bridge.connected ? "Connected" : "Disconnected",
|
|
42938
43087
|
variant: bridge.connected ? "success" : "danger"
|
|
42939
43088
|
}
|
|
@@ -42941,21 +43090,21 @@ function ServerBridgeTab({ bridge }) {
|
|
|
42941
43090
|
/* @__PURE__ */ jsx(
|
|
42942
43091
|
StatRow,
|
|
42943
43092
|
{
|
|
42944
|
-
label: "
|
|
43093
|
+
label: t("debug.eventsForwarded"),
|
|
42945
43094
|
value: bridge.eventsForwarded
|
|
42946
43095
|
}
|
|
42947
43096
|
),
|
|
42948
43097
|
/* @__PURE__ */ jsx(
|
|
42949
43098
|
StatRow,
|
|
42950
43099
|
{
|
|
42951
|
-
label: "
|
|
43100
|
+
label: t("debug.eventsReceived"),
|
|
42952
43101
|
value: bridge.eventsReceived
|
|
42953
43102
|
}
|
|
42954
43103
|
),
|
|
42955
43104
|
/* @__PURE__ */ jsx(
|
|
42956
43105
|
StatRow,
|
|
42957
43106
|
{
|
|
42958
|
-
label: "
|
|
43107
|
+
label: t("debug.lastHeartbeat"),
|
|
42959
43108
|
value: formatTime4(bridge.lastHeartbeat)
|
|
42960
43109
|
}
|
|
42961
43110
|
)
|
|
@@ -42972,13 +43121,14 @@ function ServerBridgeTab({ bridge }) {
|
|
|
42972
43121
|
] }) });
|
|
42973
43122
|
}
|
|
42974
43123
|
var init_ServerBridgeTab = __esm({
|
|
42975
|
-
"components/organisms/debug/tabs/ServerBridgeTab.tsx"() {
|
|
43124
|
+
"components/core/organisms/debug/tabs/ServerBridgeTab.tsx"() {
|
|
42976
43125
|
"use client";
|
|
42977
43126
|
init_Badge();
|
|
42978
43127
|
init_Typography();
|
|
42979
43128
|
init_Stack();
|
|
42980
43129
|
init_Card();
|
|
42981
43130
|
init_EmptyState();
|
|
43131
|
+
init_useTranslate();
|
|
42982
43132
|
ServerBridgeTab.displayName = "ServerBridgeTab";
|
|
42983
43133
|
}
|
|
42984
43134
|
});
|
|
@@ -43057,6 +43207,7 @@ function getAllEvents(traits2) {
|
|
|
43057
43207
|
}
|
|
43058
43208
|
function EventDispatcherTab({ traits: traits2, schema }) {
|
|
43059
43209
|
const eventBus = useEventBus();
|
|
43210
|
+
const { t } = useTranslate();
|
|
43060
43211
|
const [log12, setLog] = React85.useState([]);
|
|
43061
43212
|
const prevStatesRef = React85.useRef(/* @__PURE__ */ new Map());
|
|
43062
43213
|
React85.useEffect(() => {
|
|
@@ -43075,7 +43226,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
|
|
|
43075
43226
|
return /* @__PURE__ */ jsx(
|
|
43076
43227
|
EmptyState,
|
|
43077
43228
|
{
|
|
43078
|
-
title: "
|
|
43229
|
+
title: t("debug.noActiveTraits"),
|
|
43079
43230
|
description: "Traits will appear when the state machine initializes",
|
|
43080
43231
|
className: "py-8"
|
|
43081
43232
|
}
|
|
@@ -43113,8 +43264,8 @@ function EventDispatcherTab({ traits: traits2, schema }) {
|
|
|
43113
43264
|
children: event
|
|
43114
43265
|
}
|
|
43115
43266
|
),
|
|
43116
|
-
/* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((
|
|
43117
|
-
transitions.some((
|
|
43267
|
+
/* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((t2) => `${t2.from} -> ${t2.to}`).join(", ") }),
|
|
43268
|
+
transitions.some((t2) => t2.guard) && /* @__PURE__ */ jsx(Badge, { variant: "warning", size: "sm", children: "guarded" })
|
|
43118
43269
|
] }, event)) })
|
|
43119
43270
|
] }),
|
|
43120
43271
|
unavailableEvents.length > 0 && /* @__PURE__ */ jsxs("div", { className: "mb-3", children: [
|
|
@@ -43134,7 +43285,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
|
|
|
43134
43285
|
] });
|
|
43135
43286
|
}
|
|
43136
43287
|
var init_EventDispatcherTab = __esm({
|
|
43137
|
-
"components/organisms/debug/tabs/EventDispatcherTab.tsx"() {
|
|
43288
|
+
"components/core/organisms/debug/tabs/EventDispatcherTab.tsx"() {
|
|
43138
43289
|
"use client";
|
|
43139
43290
|
init_Badge();
|
|
43140
43291
|
init_Button();
|
|
@@ -43142,13 +43293,14 @@ var init_EventDispatcherTab = __esm({
|
|
|
43142
43293
|
init_Stack();
|
|
43143
43294
|
init_EmptyState();
|
|
43144
43295
|
init_useEventBus();
|
|
43296
|
+
init_useTranslate();
|
|
43145
43297
|
EventDispatcherTab.displayName = "EventDispatcherTab";
|
|
43146
43298
|
}
|
|
43147
43299
|
});
|
|
43148
43300
|
|
|
43149
|
-
// components/organisms/debug/RuntimeDebugger.css
|
|
43301
|
+
// components/core/organisms/debug/RuntimeDebugger.css
|
|
43150
43302
|
var init_RuntimeDebugger = __esm({
|
|
43151
|
-
"components/organisms/debug/RuntimeDebugger.css"() {
|
|
43303
|
+
"components/core/organisms/debug/RuntimeDebugger.css"() {
|
|
43152
43304
|
}
|
|
43153
43305
|
});
|
|
43154
43306
|
function ServerResponseRow({ sr }) {
|
|
@@ -43514,7 +43666,7 @@ function RuntimeDebugger({
|
|
|
43514
43666
|
);
|
|
43515
43667
|
}
|
|
43516
43668
|
var init_RuntimeDebugger2 = __esm({
|
|
43517
|
-
"components/organisms/debug/RuntimeDebugger.tsx"() {
|
|
43669
|
+
"components/core/organisms/debug/RuntimeDebugger.tsx"() {
|
|
43518
43670
|
"use client";
|
|
43519
43671
|
init_cn();
|
|
43520
43672
|
init_useDebugData();
|
|
@@ -43730,7 +43882,7 @@ function TraitSlot({
|
|
|
43730
43882
|
}
|
|
43731
43883
|
var SIZE_CONFIG3, DRAG_MIME2;
|
|
43732
43884
|
var init_TraitSlot = __esm({
|
|
43733
|
-
"components/organisms/
|
|
43885
|
+
"components/game/organisms/TraitSlot.tsx"() {
|
|
43734
43886
|
"use client";
|
|
43735
43887
|
init_cn();
|
|
43736
43888
|
init_useEventBus();
|
|
@@ -43797,8 +43949,8 @@ function SequenceBar({
|
|
|
43797
43949
|
] }, i)) });
|
|
43798
43950
|
}
|
|
43799
43951
|
var init_SequenceBar = __esm({
|
|
43800
|
-
"components/organisms/
|
|
43801
|
-
|
|
43952
|
+
"components/game/organisms/puzzles/sequencer/SequenceBar.tsx"() {
|
|
43953
|
+
init_atoms2();
|
|
43802
43954
|
init_cn();
|
|
43803
43955
|
init_TraitSlot();
|
|
43804
43956
|
SequenceBar.displayName = "SequenceBar";
|
|
@@ -44016,8 +44168,8 @@ function SequencerBoard({
|
|
|
44016
44168
|
}
|
|
44017
44169
|
var ENCOURAGEMENT_KEYS2, stepLabel;
|
|
44018
44170
|
var init_SequencerBoard = __esm({
|
|
44019
|
-
"components/organisms/
|
|
44020
|
-
|
|
44171
|
+
"components/game/organisms/puzzles/sequencer/SequencerBoard.tsx"() {
|
|
44172
|
+
init_atoms2();
|
|
44021
44173
|
init_cn();
|
|
44022
44174
|
init_useEventBus();
|
|
44023
44175
|
init_useTranslate();
|
|
@@ -44035,7 +44187,7 @@ var init_SequencerBoard = __esm({
|
|
|
44035
44187
|
});
|
|
44036
44188
|
var ShowcaseOrganism;
|
|
44037
44189
|
var init_ShowcaseOrganism = __esm({
|
|
44038
|
-
"components/organisms/ShowcaseOrganism.tsx"() {
|
|
44190
|
+
"components/core/organisms/ShowcaseOrganism.tsx"() {
|
|
44039
44191
|
"use client";
|
|
44040
44192
|
init_cn();
|
|
44041
44193
|
init_useEventBus();
|
|
@@ -44090,10 +44242,10 @@ var init_ShowcaseOrganism = __esm({
|
|
|
44090
44242
|
}
|
|
44091
44243
|
});
|
|
44092
44244
|
|
|
44093
|
-
// components/organisms/
|
|
44245
|
+
// components/game/organisms/physics-sim/presets/mechanics.ts
|
|
44094
44246
|
var projectileMotion, pendulum, springOscillator;
|
|
44095
44247
|
var init_mechanics = __esm({
|
|
44096
|
-
"components/organisms/
|
|
44248
|
+
"components/game/organisms/physics-sim/presets/mechanics.ts"() {
|
|
44097
44249
|
projectileMotion = {
|
|
44098
44250
|
id: "mechanics-projectile",
|
|
44099
44251
|
name: "Projectile Motion",
|
|
@@ -44148,10 +44300,10 @@ var init_mechanics = __esm({
|
|
|
44148
44300
|
}
|
|
44149
44301
|
});
|
|
44150
44302
|
|
|
44151
|
-
// components/organisms/
|
|
44303
|
+
// components/game/organisms/physics-sim/presets/index.ts
|
|
44152
44304
|
var ALL_PRESETS;
|
|
44153
44305
|
var init_presets = __esm({
|
|
44154
|
-
"components/organisms/
|
|
44306
|
+
"components/game/organisms/physics-sim/presets/index.ts"() {
|
|
44155
44307
|
init_mechanics();
|
|
44156
44308
|
init_mechanics();
|
|
44157
44309
|
ALL_PRESETS = [
|
|
@@ -44309,9 +44461,9 @@ function SimulationCanvas({
|
|
|
44309
44461
|
) });
|
|
44310
44462
|
}
|
|
44311
44463
|
var init_SimulationCanvas = __esm({
|
|
44312
|
-
"components/organisms/
|
|
44464
|
+
"components/game/organisms/physics-sim/SimulationCanvas.tsx"() {
|
|
44313
44465
|
init_cn();
|
|
44314
|
-
|
|
44466
|
+
init_atoms2();
|
|
44315
44467
|
init_verificationRegistry();
|
|
44316
44468
|
init_presets();
|
|
44317
44469
|
SimulationCanvas.displayName = "SimulationCanvas";
|
|
@@ -44376,8 +44528,8 @@ function SimulationControls({
|
|
|
44376
44528
|
] });
|
|
44377
44529
|
}
|
|
44378
44530
|
var init_SimulationControls = __esm({
|
|
44379
|
-
"components/organisms/
|
|
44380
|
-
|
|
44531
|
+
"components/game/organisms/physics-sim/SimulationControls.tsx"() {
|
|
44532
|
+
init_atoms2();
|
|
44381
44533
|
SimulationControls.displayName = "SimulationControls";
|
|
44382
44534
|
}
|
|
44383
44535
|
});
|
|
@@ -44439,8 +44591,8 @@ function SimulationGraph({
|
|
|
44439
44591
|
] }) });
|
|
44440
44592
|
}
|
|
44441
44593
|
var init_SimulationGraph = __esm({
|
|
44442
|
-
"components/organisms/
|
|
44443
|
-
|
|
44594
|
+
"components/game/organisms/physics-sim/SimulationGraph.tsx"() {
|
|
44595
|
+
init_atoms2();
|
|
44444
44596
|
SimulationGraph.displayName = "SimulationGraph";
|
|
44445
44597
|
}
|
|
44446
44598
|
});
|
|
@@ -44595,8 +44747,8 @@ function SimulatorBoard({
|
|
|
44595
44747
|
);
|
|
44596
44748
|
}
|
|
44597
44749
|
var init_SimulatorBoard = __esm({
|
|
44598
|
-
"components/organisms/
|
|
44599
|
-
|
|
44750
|
+
"components/game/organisms/puzzles/simulator/SimulatorBoard.tsx"() {
|
|
44751
|
+
init_atoms2();
|
|
44600
44752
|
init_useEventBus();
|
|
44601
44753
|
init_useTranslate();
|
|
44602
44754
|
SimulatorBoard.displayName = "SimulatorBoard";
|
|
@@ -44604,7 +44756,7 @@ var init_SimulatorBoard = __esm({
|
|
|
44604
44756
|
});
|
|
44605
44757
|
var SplitPane;
|
|
44606
44758
|
var init_SplitPane = __esm({
|
|
44607
|
-
"components/organisms/layout/SplitPane.tsx"() {
|
|
44759
|
+
"components/core/organisms/layout/SplitPane.tsx"() {
|
|
44608
44760
|
"use client";
|
|
44609
44761
|
init_cn();
|
|
44610
44762
|
SplitPane = ({
|
|
@@ -44694,10 +44846,10 @@ var init_SplitPane = __esm({
|
|
|
44694
44846
|
});
|
|
44695
44847
|
var StatCard;
|
|
44696
44848
|
var init_StatCard = __esm({
|
|
44697
|
-
"components/organisms/StatCard.tsx"() {
|
|
44849
|
+
"components/core/organisms/StatCard.tsx"() {
|
|
44698
44850
|
"use client";
|
|
44699
44851
|
init_cn();
|
|
44700
|
-
|
|
44852
|
+
init_atoms2();
|
|
44701
44853
|
init_Box();
|
|
44702
44854
|
init_Stack();
|
|
44703
44855
|
init_Button();
|
|
@@ -44938,8 +45090,8 @@ function StateNode2({
|
|
|
44938
45090
|
);
|
|
44939
45091
|
}
|
|
44940
45092
|
var init_StateNode = __esm({
|
|
44941
|
-
"components/organisms/
|
|
44942
|
-
|
|
45093
|
+
"components/game/organisms/puzzles/state-architect/StateNode.tsx"() {
|
|
45094
|
+
init_atoms2();
|
|
44943
45095
|
init_cn();
|
|
44944
45096
|
StateNode2.displayName = "StateNode";
|
|
44945
45097
|
}
|
|
@@ -45010,7 +45162,7 @@ function TransitionArrow({
|
|
|
45010
45162
|
}
|
|
45011
45163
|
var NODE_RADIUS;
|
|
45012
45164
|
var init_TransitionArrow = __esm({
|
|
45013
|
-
"components/organisms/
|
|
45165
|
+
"components/game/organisms/puzzles/state-architect/TransitionArrow.tsx"() {
|
|
45014
45166
|
init_cn();
|
|
45015
45167
|
NODE_RADIUS = 40;
|
|
45016
45168
|
TransitionArrow.displayName = "TransitionArrow";
|
|
@@ -45056,8 +45208,8 @@ function VariablePanel({
|
|
|
45056
45208
|
] });
|
|
45057
45209
|
}
|
|
45058
45210
|
var init_VariablePanel = __esm({
|
|
45059
|
-
"components/organisms/
|
|
45060
|
-
|
|
45211
|
+
"components/game/organisms/puzzles/state-architect/VariablePanel.tsx"() {
|
|
45212
|
+
init_atoms2();
|
|
45061
45213
|
init_cn();
|
|
45062
45214
|
init_useTranslate();
|
|
45063
45215
|
VariablePanel.displayName = "VariablePanel";
|
|
@@ -45372,8 +45524,8 @@ function StateArchitectBoard({
|
|
|
45372
45524
|
}
|
|
45373
45525
|
var ENCOURAGEMENT_KEYS3, nextTransId;
|
|
45374
45526
|
var init_StateArchitectBoard = __esm({
|
|
45375
|
-
"components/organisms/
|
|
45376
|
-
|
|
45527
|
+
"components/game/organisms/puzzles/state-architect/StateArchitectBoard.tsx"() {
|
|
45528
|
+
init_atoms2();
|
|
45377
45529
|
init_cn();
|
|
45378
45530
|
init_useEventBus();
|
|
45379
45531
|
init_useTranslate();
|
|
@@ -45393,7 +45545,7 @@ var init_StateArchitectBoard = __esm({
|
|
|
45393
45545
|
});
|
|
45394
45546
|
var StatsOrganism;
|
|
45395
45547
|
var init_StatsOrganism = __esm({
|
|
45396
|
-
"components/organisms/StatsOrganism.tsx"() {
|
|
45548
|
+
"components/marketing/organisms/StatsOrganism.tsx"() {
|
|
45397
45549
|
"use client";
|
|
45398
45550
|
init_cn();
|
|
45399
45551
|
init_useTranslate();
|
|
@@ -45436,7 +45588,7 @@ var init_StatsOrganism = __esm({
|
|
|
45436
45588
|
});
|
|
45437
45589
|
var StepFlowOrganism;
|
|
45438
45590
|
var init_StepFlowOrganism = __esm({
|
|
45439
|
-
"components/organisms/StepFlowOrganism.tsx"() {
|
|
45591
|
+
"components/core/organisms/StepFlowOrganism.tsx"() {
|
|
45440
45592
|
"use client";
|
|
45441
45593
|
init_cn();
|
|
45442
45594
|
init_useTranslate();
|
|
@@ -45492,7 +45644,7 @@ var init_StepFlowOrganism = __esm({
|
|
|
45492
45644
|
});
|
|
45493
45645
|
var TabbedContainer;
|
|
45494
45646
|
var init_TabbedContainer = __esm({
|
|
45495
|
-
"components/organisms/layout/TabbedContainer.tsx"() {
|
|
45647
|
+
"components/core/organisms/layout/TabbedContainer.tsx"() {
|
|
45496
45648
|
"use client";
|
|
45497
45649
|
init_cn();
|
|
45498
45650
|
init_Typography();
|
|
@@ -45606,7 +45758,7 @@ var init_TabbedContainer = __esm({
|
|
|
45606
45758
|
});
|
|
45607
45759
|
var TeamOrganism;
|
|
45608
45760
|
var init_TeamOrganism = __esm({
|
|
45609
|
-
"components/organisms/TeamOrganism.tsx"() {
|
|
45761
|
+
"components/marketing/organisms/TeamOrganism.tsx"() {
|
|
45610
45762
|
"use client";
|
|
45611
45763
|
init_cn();
|
|
45612
45764
|
init_useTranslate();
|
|
@@ -45659,10 +45811,10 @@ var init_TeamOrganism = __esm({
|
|
|
45659
45811
|
});
|
|
45660
45812
|
var lookStyles10, STATUS_STYLES3, Timeline;
|
|
45661
45813
|
var init_Timeline = __esm({
|
|
45662
|
-
"components/organisms/Timeline.tsx"() {
|
|
45814
|
+
"components/core/organisms/Timeline.tsx"() {
|
|
45663
45815
|
"use client";
|
|
45664
45816
|
init_cn();
|
|
45665
|
-
|
|
45817
|
+
init_atoms2();
|
|
45666
45818
|
init_Stack();
|
|
45667
45819
|
init_LoadingState();
|
|
45668
45820
|
init_ErrorState();
|
|
@@ -45737,13 +45889,13 @@ var init_Timeline = __esm({
|
|
|
45737
45889
|
});
|
|
45738
45890
|
}, [propItems, entityData, fields]);
|
|
45739
45891
|
if (isLoading) {
|
|
45740
|
-
return /* @__PURE__ */ jsx(LoadingState, { message: "
|
|
45892
|
+
return /* @__PURE__ */ jsx(LoadingState, { message: t("common.loading"), className });
|
|
45741
45893
|
}
|
|
45742
45894
|
if (error) {
|
|
45743
45895
|
return /* @__PURE__ */ jsx(
|
|
45744
45896
|
ErrorState,
|
|
45745
45897
|
{
|
|
45746
|
-
title: "
|
|
45898
|
+
title: t("display.timelineError"),
|
|
45747
45899
|
message: error.message,
|
|
45748
45900
|
className
|
|
45749
45901
|
}
|
|
@@ -45753,7 +45905,7 @@ var init_Timeline = __esm({
|
|
|
45753
45905
|
return /* @__PURE__ */ jsx(
|
|
45754
45906
|
EmptyState,
|
|
45755
45907
|
{
|
|
45756
|
-
title: "
|
|
45908
|
+
title: t("display.noEvents"),
|
|
45757
45909
|
description: "No timeline events to display.",
|
|
45758
45910
|
className
|
|
45759
45911
|
}
|
|
@@ -45831,7 +45983,7 @@ function extractToastProps(children) {
|
|
|
45831
45983
|
}
|
|
45832
45984
|
var ToastSlot;
|
|
45833
45985
|
var init_ToastSlot = __esm({
|
|
45834
|
-
"components/organisms/ToastSlot.tsx"() {
|
|
45986
|
+
"components/core/organisms/ToastSlot.tsx"() {
|
|
45835
45987
|
"use client";
|
|
45836
45988
|
init_Toast();
|
|
45837
45989
|
init_Box();
|
|
@@ -46000,7 +46152,7 @@ function useBattleState(initialUnits, eventConfig = {}, callbacks = {}) {
|
|
|
46000
46152
|
};
|
|
46001
46153
|
}
|
|
46002
46154
|
var init_useBattleState = __esm({
|
|
46003
|
-
"components/organisms/
|
|
46155
|
+
"components/game/organisms/hooks/useBattleState.ts"() {
|
|
46004
46156
|
"use client";
|
|
46005
46157
|
init_useEventBus();
|
|
46006
46158
|
}
|
|
@@ -46042,7 +46194,7 @@ function UncontrolledBattleBoard({ entity, ...rest }) {
|
|
|
46042
46194
|
);
|
|
46043
46195
|
}
|
|
46044
46196
|
var init_UncontrolledBattleBoard = __esm({
|
|
46045
|
-
"components/organisms/
|
|
46197
|
+
"components/game/organisms/UncontrolledBattleBoard.tsx"() {
|
|
46046
46198
|
init_BattleBoard();
|
|
46047
46199
|
init_useBattleState();
|
|
46048
46200
|
UncontrolledBattleBoard.displayName = "UncontrolledBattleBoard";
|
|
@@ -46280,7 +46432,7 @@ function WorldMapBoard({
|
|
|
46280
46432
|
] });
|
|
46281
46433
|
}
|
|
46282
46434
|
var init_WorldMapBoard = __esm({
|
|
46283
|
-
"components/organisms/
|
|
46435
|
+
"components/game/organisms/WorldMapBoard.tsx"() {
|
|
46284
46436
|
"use client";
|
|
46285
46437
|
init_cn();
|
|
46286
46438
|
init_useEventBus();
|
|
@@ -46316,7 +46468,7 @@ function WorldMapTemplate({
|
|
|
46316
46468
|
);
|
|
46317
46469
|
}
|
|
46318
46470
|
var init_WorldMapTemplate = __esm({
|
|
46319
|
-
"components/templates/WorldMapTemplate.tsx"() {
|
|
46471
|
+
"components/game/templates/WorldMapTemplate.tsx"() {
|
|
46320
46472
|
init_WorldMapBoard();
|
|
46321
46473
|
WorldMapTemplate.displayName = "WorldMapTemplate";
|
|
46322
46474
|
}
|
|
@@ -46335,7 +46487,7 @@ function lazyThree(name, loader) {
|
|
|
46335
46487
|
}
|
|
46336
46488
|
var FeatureRenderer, COMPONENT_REGISTRY;
|
|
46337
46489
|
var init_component_registry_generated = __esm({
|
|
46338
|
-
"components/organisms/component-registry.generated.ts"() {
|
|
46490
|
+
"components/core/organisms/component-registry.generated.ts"() {
|
|
46339
46491
|
init_AboutPageTemplate();
|
|
46340
46492
|
init_ComponentPatterns();
|
|
46341
46493
|
init_ActionButton();
|
|
@@ -46931,7 +47083,7 @@ var init_component_registry_generated = __esm({
|
|
|
46931
47083
|
}
|
|
46932
47084
|
});
|
|
46933
47085
|
|
|
46934
|
-
// components/organisms/UISlotRenderer.tsx
|
|
47086
|
+
// components/core/organisms/UISlotRenderer.tsx
|
|
46935
47087
|
var UISlotRenderer_exports = {};
|
|
46936
47088
|
__export(UISlotRenderer_exports, {
|
|
46937
47089
|
SlotContentRenderer: () => SlotContentRenderer,
|
|
@@ -47013,7 +47165,7 @@ function enrichFormFields(fields, entityDef) {
|
|
|
47013
47165
|
return field;
|
|
47014
47166
|
});
|
|
47015
47167
|
}
|
|
47016
|
-
function renderContainedPortal(slot, content, onDismiss) {
|
|
47168
|
+
function renderContainedPortal(t, slot, content, onDismiss) {
|
|
47017
47169
|
const slotContent = /* @__PURE__ */ jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsx(SlotContentRenderer, { content, onDismiss }) });
|
|
47018
47170
|
const slotId = `slot-${slot}`;
|
|
47019
47171
|
switch (slot) {
|
|
@@ -47049,7 +47201,7 @@ function renderContainedPortal(slot, content, onDismiss) {
|
|
|
47049
47201
|
onClick: onDismiss,
|
|
47050
47202
|
"data-event": "CLOSE",
|
|
47051
47203
|
"data-testid": "action-CLOSE",
|
|
47052
|
-
"aria-label": "
|
|
47204
|
+
"aria-label": t("aria.closeModal"),
|
|
47053
47205
|
children: "\u2715"
|
|
47054
47206
|
}
|
|
47055
47207
|
)
|
|
@@ -47091,7 +47243,7 @@ function renderContainedPortal(slot, content, onDismiss) {
|
|
|
47091
47243
|
onClick: onDismiss,
|
|
47092
47244
|
"data-event": "CLOSE",
|
|
47093
47245
|
"data-testid": "action-CLOSE",
|
|
47094
|
-
"aria-label": "
|
|
47246
|
+
"aria-label": t("aria.closeDrawer"),
|
|
47095
47247
|
children: "\u2715"
|
|
47096
47248
|
}
|
|
47097
47249
|
)
|
|
@@ -47159,6 +47311,7 @@ function UISlotComponent({
|
|
|
47159
47311
|
}) {
|
|
47160
47312
|
const { slots, clear } = useUISlots();
|
|
47161
47313
|
const eventBus = useEventBus();
|
|
47314
|
+
const { t } = useTranslate();
|
|
47162
47315
|
const suspenseConfig = useContext(SuspenseConfigContext);
|
|
47163
47316
|
const contained = useContext(SlotContainedContext);
|
|
47164
47317
|
const content = slots[slot];
|
|
@@ -47213,7 +47366,7 @@ function UISlotComponent({
|
|
|
47213
47366
|
};
|
|
47214
47367
|
if (portal) {
|
|
47215
47368
|
if (contained) {
|
|
47216
|
-
return renderContainedPortal(slot, content, handleDismiss);
|
|
47369
|
+
return renderContainedPortal(t, slot, content, handleDismiss);
|
|
47217
47370
|
}
|
|
47218
47371
|
return /* @__PURE__ */ jsx(
|
|
47219
47372
|
SlotPortal,
|
|
@@ -47260,6 +47413,7 @@ function CompiledPortal({ slot, className, pattern, sourceTrait, children }) {
|
|
|
47260
47413
|
const [portalRoot, setPortalRoot] = useState(null);
|
|
47261
47414
|
const slotsBus = useUISlots();
|
|
47262
47415
|
const eventBus = useEventBus();
|
|
47416
|
+
const { t } = useTranslate();
|
|
47263
47417
|
useEffect(() => {
|
|
47264
47418
|
setPortalRoot(getOrCreatePortalRoot());
|
|
47265
47419
|
}, []);
|
|
@@ -47549,6 +47703,7 @@ function SlotContentRenderer({
|
|
|
47549
47703
|
}
|
|
47550
47704
|
}
|
|
47551
47705
|
const eventBus = useEventBus();
|
|
47706
|
+
const { t } = useTranslate();
|
|
47552
47707
|
const schemaCtx = useEntitySchemaOptional();
|
|
47553
47708
|
let entityDef;
|
|
47554
47709
|
if (typeof entityProp === "string" && entityProp.length > 0 && schemaCtx) {
|
|
@@ -47593,7 +47748,7 @@ function SlotContentRenderer({
|
|
|
47593
47748
|
if (propsSchema) {
|
|
47594
47749
|
for (const [propKey, propDef] of Object.entries(propsSchema)) {
|
|
47595
47750
|
const isDate = propDef.types?.some(
|
|
47596
|
-
(
|
|
47751
|
+
(t2) => t2 === "date" || t2 === "datetime" || t2 === "timestamp"
|
|
47597
47752
|
);
|
|
47598
47753
|
if (!isDate) continue;
|
|
47599
47754
|
const v = renderedProps[propKey];
|
|
@@ -47727,7 +47882,7 @@ function UISlotRenderer({
|
|
|
47727
47882
|
}
|
|
47728
47883
|
var scopeWrapLog, TRAIT_BINDING_RE, SuspenseConfigContext, SlotContainedContext, SLOT_SKELETON_MAP, FORM_PATTERNS, PATTERNS_WITH_CHILDREN;
|
|
47729
47884
|
var init_UISlotRenderer = __esm({
|
|
47730
|
-
"components/organisms/UISlotRenderer.tsx"() {
|
|
47885
|
+
"components/core/organisms/UISlotRenderer.tsx"() {
|
|
47731
47886
|
"use client";
|
|
47732
47887
|
init_EntitySchemaContext();
|
|
47733
47888
|
init_Modal();
|
|
@@ -47736,6 +47891,7 @@ var init_UISlotRenderer = __esm({
|
|
|
47736
47891
|
init_Box();
|
|
47737
47892
|
init_Typography();
|
|
47738
47893
|
init_useEventBus();
|
|
47894
|
+
init_useTranslate();
|
|
47739
47895
|
init_slot_types();
|
|
47740
47896
|
init_cn();
|
|
47741
47897
|
init_ErrorBoundary();
|
|
@@ -48084,7 +48240,8 @@ function VerificationProvider({
|
|
|
48084
48240
|
runtimeManager,
|
|
48085
48241
|
traitStateGetter
|
|
48086
48242
|
}) {
|
|
48087
|
-
const
|
|
48243
|
+
const verifyFlag = typeof window !== "undefined" && window.__ALMADAR_VERIFY__ === true;
|
|
48244
|
+
const isEnabled = enabled ?? (verifyFlag || typeof process !== "undefined" && process.env?.NODE_ENV !== "production");
|
|
48088
48245
|
const eventBus = useEventBus();
|
|
48089
48246
|
const pendingRef = useRef(/* @__PURE__ */ new Map());
|
|
48090
48247
|
useEffect(() => {
|