@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/runtime/index.cjs
CHANGED
|
@@ -448,7 +448,80 @@ var init_en = __esm({
|
|
|
448
448
|
"book.previousPage": "Previous page",
|
|
449
449
|
"book.nextPage": "Next page",
|
|
450
450
|
"quiz.showAnswer": "Show answer",
|
|
451
|
-
"quiz.hideAnswer": "Hide answer"
|
|
451
|
+
"quiz.hideAnswer": "Hide answer",
|
|
452
|
+
"aria.closeModal": "Close modal",
|
|
453
|
+
"aria.closeToast": "Dismiss toast",
|
|
454
|
+
"aria.closeAlert": "Dismiss alert",
|
|
455
|
+
"aria.removeFilter": "Remove filter",
|
|
456
|
+
"aria.closeDrawer": "Close drawer",
|
|
457
|
+
"aria.closePanel": "Close panel",
|
|
458
|
+
"aria.previousImage": "Previous image",
|
|
459
|
+
"aria.nextImage": "Next image",
|
|
460
|
+
"aria.dismiss": "Dismiss",
|
|
461
|
+
"aria.previousSlide": "Previous slide",
|
|
462
|
+
"aria.nextSlide": "Next slide",
|
|
463
|
+
"aria.previousDays": "Previous days",
|
|
464
|
+
"aria.nextDays": "Next days",
|
|
465
|
+
"aria.decrease": "Decrease",
|
|
466
|
+
"aria.increase": "Increase",
|
|
467
|
+
"aria.breadcrumb": "Breadcrumb",
|
|
468
|
+
"aria.tableOfContents": "Table of contents",
|
|
469
|
+
"aria.docsSidebar": "Documentation sidebar",
|
|
470
|
+
"aria.selectAllRows": "Select all rows",
|
|
471
|
+
"aria.selectAll": "Select all",
|
|
472
|
+
"aria.upvote": "Upvote",
|
|
473
|
+
"aria.downvote": "Downvote",
|
|
474
|
+
"aria.qrScanner": "QR scanner",
|
|
475
|
+
"aria.mockScanDev": "Mock scan (dev)",
|
|
476
|
+
"aria.openMenu": "Open menu",
|
|
477
|
+
"aria.closeMenu": "Close menu",
|
|
478
|
+
"aria.openSidebar": "Open sidebar",
|
|
479
|
+
"sidebar.expand": "Expand sidebar",
|
|
480
|
+
"sidebar.collapse": "Collapse sidebar",
|
|
481
|
+
"sidebar.close": "Close sidebar",
|
|
482
|
+
"loading.items": "Loading items...",
|
|
483
|
+
"card.imageAlt": "Image",
|
|
484
|
+
"canvas.emptyMessage": "No content",
|
|
485
|
+
"canvas.errorTitle": "Canvas error",
|
|
486
|
+
"book.noData": "No data",
|
|
487
|
+
"common.notifications": "Notifications",
|
|
488
|
+
"common.remaining": "{{count}} remaining",
|
|
489
|
+
"error.somethingWentWrong": "Something went wrong",
|
|
490
|
+
"error.loadingItems": "Loading items...",
|
|
491
|
+
"error.noItemsFound": "No items found",
|
|
492
|
+
"error.notFound": "Not found",
|
|
493
|
+
"debug.noEntityData": "No entity data",
|
|
494
|
+
"debug.noEntities": "No entities",
|
|
495
|
+
"debug.noTicks": "No ticks registered",
|
|
496
|
+
"debug.noActiveTraits": "No active traits",
|
|
497
|
+
"debug.noGuardEvaluations": "No guard evaluations",
|
|
498
|
+
"debug.noBridgeData": "No bridge data",
|
|
499
|
+
"debug.status": "Status",
|
|
500
|
+
"debug.eventsForwarded": "Events Forwarded (Client \u2192 Server)",
|
|
501
|
+
"debug.eventsReceived": "Events Received (Server \u2192 Client)",
|
|
502
|
+
"debug.lastHeartbeat": "Last Heartbeat",
|
|
503
|
+
"debug.noEventsYet": "No events yet",
|
|
504
|
+
"debug.noTransitionsRecorded": "No transitions recorded",
|
|
505
|
+
"debug.noVerificationChecks": "No verification checks yet",
|
|
506
|
+
"display.chartError": "Chart error",
|
|
507
|
+
"display.codeViewerError": "Code viewer error",
|
|
508
|
+
"display.noCode": "No code",
|
|
509
|
+
"display.documentError": "Document error",
|
|
510
|
+
"display.noDocument": "No document",
|
|
511
|
+
"display.graphError": "Graph error",
|
|
512
|
+
"display.noGraphData": "No graph data",
|
|
513
|
+
"display.galleryError": "Gallery error",
|
|
514
|
+
"display.noMedia": "No media",
|
|
515
|
+
"display.meterError": "Meter error",
|
|
516
|
+
"display.signaturePadError": "Signature pad error",
|
|
517
|
+
"display.timelineError": "Timeline error",
|
|
518
|
+
"display.noEvents": "No events",
|
|
519
|
+
"template.features": "Features",
|
|
520
|
+
"template.howItWorks": "How It Works",
|
|
521
|
+
"template.showcase": "Showcase",
|
|
522
|
+
"template.faq": "Frequently Asked Questions",
|
|
523
|
+
"template.ourTeam": "Our Team",
|
|
524
|
+
"template.caseStudies": "Case Studies"
|
|
452
525
|
};
|
|
453
526
|
}
|
|
454
527
|
});
|
|
@@ -834,7 +907,7 @@ var init_cn = __esm({
|
|
|
834
907
|
});
|
|
835
908
|
var paddingStyles, paddingXStyles, paddingYStyles, marginStyles, marginXStyles, marginYStyles, bgStyles, roundedStyles, shadowStyles, displayStyles, overflowStyles, positionStyles, Box;
|
|
836
909
|
var init_Box = __esm({
|
|
837
|
-
"components/atoms/Box.tsx"() {
|
|
910
|
+
"components/core/atoms/Box.tsx"() {
|
|
838
911
|
"use client";
|
|
839
912
|
init_cn();
|
|
840
913
|
init_useEventBus();
|
|
@@ -1731,7 +1804,7 @@ function doResolve(name) {
|
|
|
1731
1804
|
}
|
|
1732
1805
|
var iconAliases, resolvedCache, sizeClasses, animationClasses, Icon;
|
|
1733
1806
|
var init_Icon = __esm({
|
|
1734
|
-
"components/atoms/Icon.tsx"() {
|
|
1807
|
+
"components/core/atoms/Icon.tsx"() {
|
|
1735
1808
|
"use client";
|
|
1736
1809
|
init_cn();
|
|
1737
1810
|
init_iconFamily();
|
|
@@ -1842,7 +1915,7 @@ function resolveIconProp(value, sizeClass) {
|
|
|
1842
1915
|
}
|
|
1843
1916
|
var variantStyles, sizeStyles, iconSizeStyles, Button;
|
|
1844
1917
|
var init_Button = __esm({
|
|
1845
|
-
"components/atoms/Button.tsx"() {
|
|
1918
|
+
"components/core/atoms/Button.tsx"() {
|
|
1846
1919
|
"use client";
|
|
1847
1920
|
init_cn();
|
|
1848
1921
|
init_useEventBus();
|
|
@@ -1970,7 +2043,7 @@ var init_Button = __esm({
|
|
|
1970
2043
|
});
|
|
1971
2044
|
var Dialog;
|
|
1972
2045
|
var init_Dialog = __esm({
|
|
1973
|
-
"components/atoms/Dialog.tsx"() {
|
|
2046
|
+
"components/core/atoms/Dialog.tsx"() {
|
|
1974
2047
|
init_cn();
|
|
1975
2048
|
Dialog = React84__namespace.default.forwardRef(
|
|
1976
2049
|
({
|
|
@@ -1995,7 +2068,7 @@ var init_Dialog = __esm({
|
|
|
1995
2068
|
}
|
|
1996
2069
|
});
|
|
1997
2070
|
|
|
1998
|
-
// components/atoms/Typography.tsx
|
|
2071
|
+
// components/core/atoms/Typography.tsx
|
|
1999
2072
|
var Typography_exports = {};
|
|
2000
2073
|
__export(Typography_exports, {
|
|
2001
2074
|
Heading: () => Heading,
|
|
@@ -2004,7 +2077,7 @@ __export(Typography_exports, {
|
|
|
2004
2077
|
});
|
|
2005
2078
|
var variantStyles2, colorStyles, weightStyles, defaultElements, typographySizeStyles, overflowStyles2, Typography, sizeStyles2, Heading, Text;
|
|
2006
2079
|
var init_Typography = __esm({
|
|
2007
|
-
"components/atoms/Typography.tsx"() {
|
|
2080
|
+
"components/core/atoms/Typography.tsx"() {
|
|
2008
2081
|
init_cn();
|
|
2009
2082
|
variantStyles2 = {
|
|
2010
2083
|
h1: "text-4xl font-bold tracking-tight text-foreground",
|
|
@@ -2157,7 +2230,7 @@ var init_Typography = __esm({
|
|
|
2157
2230
|
});
|
|
2158
2231
|
var Overlay;
|
|
2159
2232
|
var init_Overlay = __esm({
|
|
2160
|
-
"components/atoms/Overlay.tsx"() {
|
|
2233
|
+
"components/core/atoms/Overlay.tsx"() {
|
|
2161
2234
|
"use client";
|
|
2162
2235
|
init_cn();
|
|
2163
2236
|
init_useEventBus();
|
|
@@ -2194,7 +2267,7 @@ var init_Overlay = __esm({
|
|
|
2194
2267
|
});
|
|
2195
2268
|
var sizeClasses2, minWidthClasses, lookStyles, Modal;
|
|
2196
2269
|
var init_Modal = __esm({
|
|
2197
|
-
"components/molecules/Modal.tsx"() {
|
|
2270
|
+
"components/core/molecules/Modal.tsx"() {
|
|
2198
2271
|
"use client";
|
|
2199
2272
|
init_Box();
|
|
2200
2273
|
init_Button();
|
|
@@ -2203,6 +2276,7 @@ var init_Modal = __esm({
|
|
|
2203
2276
|
init_Overlay();
|
|
2204
2277
|
init_cn();
|
|
2205
2278
|
init_useEventBus();
|
|
2279
|
+
init_useTranslate();
|
|
2206
2280
|
sizeClasses2 = {
|
|
2207
2281
|
sm: "max-w-md",
|
|
2208
2282
|
md: "max-w-2xl",
|
|
@@ -2240,6 +2314,7 @@ var init_Modal = __esm({
|
|
|
2240
2314
|
look = "centered-card"
|
|
2241
2315
|
}) => {
|
|
2242
2316
|
const eventBus = useEventBus();
|
|
2317
|
+
const { t } = useTranslate();
|
|
2243
2318
|
const modalRef = React84.useRef(null);
|
|
2244
2319
|
const previousActiveElement = React84.useRef(null);
|
|
2245
2320
|
const [dragY, setDragY] = React84.useState(0);
|
|
@@ -2384,7 +2459,7 @@ var init_Modal = __esm({
|
|
|
2384
2459
|
icon: "x",
|
|
2385
2460
|
onClick: handleClose,
|
|
2386
2461
|
"data-event": "CLOSE",
|
|
2387
|
-
"aria-label": "
|
|
2462
|
+
"aria-label": t("aria.closeModal")
|
|
2388
2463
|
}
|
|
2389
2464
|
)
|
|
2390
2465
|
]
|
|
@@ -2415,7 +2490,7 @@ var init_Modal = __esm({
|
|
|
2415
2490
|
});
|
|
2416
2491
|
var sizeWidths, Drawer;
|
|
2417
2492
|
var init_Drawer = __esm({
|
|
2418
|
-
"components/molecules/Drawer.tsx"() {
|
|
2493
|
+
"components/core/molecules/Drawer.tsx"() {
|
|
2419
2494
|
"use client";
|
|
2420
2495
|
init_Box();
|
|
2421
2496
|
init_Button();
|
|
@@ -2423,6 +2498,7 @@ var init_Drawer = __esm({
|
|
|
2423
2498
|
init_Overlay();
|
|
2424
2499
|
init_cn();
|
|
2425
2500
|
init_useEventBus();
|
|
2501
|
+
init_useTranslate();
|
|
2426
2502
|
sizeWidths = {
|
|
2427
2503
|
sm: "w-full sm:w-80",
|
|
2428
2504
|
// 320px
|
|
@@ -2448,6 +2524,7 @@ var init_Drawer = __esm({
|
|
|
2448
2524
|
closeEvent
|
|
2449
2525
|
}) => {
|
|
2450
2526
|
const eventBus = useEventBus();
|
|
2527
|
+
const { t } = useTranslate();
|
|
2451
2528
|
const drawerRef = React84.useRef(null);
|
|
2452
2529
|
const previousActiveElement = React84.useRef(null);
|
|
2453
2530
|
React84.useEffect(() => {
|
|
@@ -2542,7 +2619,7 @@ var init_Drawer = __esm({
|
|
|
2542
2619
|
size: "sm",
|
|
2543
2620
|
icon: "x",
|
|
2544
2621
|
onClick: handleClose,
|
|
2545
|
-
"aria-label": "
|
|
2622
|
+
"aria-label": t("aria.closeDrawer"),
|
|
2546
2623
|
className: cn(!title && "ml-auto")
|
|
2547
2624
|
}
|
|
2548
2625
|
)
|
|
@@ -2594,7 +2671,7 @@ var init_Drawer = __esm({
|
|
|
2594
2671
|
});
|
|
2595
2672
|
var variantStyles3, sizeStyles3, Badge;
|
|
2596
2673
|
var init_Badge = __esm({
|
|
2597
|
-
"components/atoms/Badge.tsx"() {
|
|
2674
|
+
"components/core/atoms/Badge.tsx"() {
|
|
2598
2675
|
init_cn();
|
|
2599
2676
|
init_Icon();
|
|
2600
2677
|
variantStyles3 = {
|
|
@@ -2685,7 +2762,7 @@ var init_Badge = __esm({
|
|
|
2685
2762
|
});
|
|
2686
2763
|
var variantClasses, iconMap, iconColors, Toast;
|
|
2687
2764
|
var init_Toast = __esm({
|
|
2688
|
-
"components/molecules/Toast.tsx"() {
|
|
2765
|
+
"components/core/molecules/Toast.tsx"() {
|
|
2689
2766
|
"use client";
|
|
2690
2767
|
init_Box();
|
|
2691
2768
|
init_Icon();
|
|
@@ -2694,6 +2771,7 @@ var init_Toast = __esm({
|
|
|
2694
2771
|
init_Badge();
|
|
2695
2772
|
init_cn();
|
|
2696
2773
|
init_useEventBus();
|
|
2774
|
+
init_useTranslate();
|
|
2697
2775
|
variantClasses = {
|
|
2698
2776
|
success: "bg-card border-[length:var(--border-width)] border-success",
|
|
2699
2777
|
error: "bg-card border-[length:var(--border-width)] border-error",
|
|
@@ -2727,6 +2805,7 @@ var init_Toast = __esm({
|
|
|
2727
2805
|
actionEvent
|
|
2728
2806
|
}) => {
|
|
2729
2807
|
const eventBus = useEventBus();
|
|
2808
|
+
const { t } = useTranslate();
|
|
2730
2809
|
const handleDismiss = () => {
|
|
2731
2810
|
if (dismissEvent) eventBus.emit(`UI:${dismissEvent}`, {});
|
|
2732
2811
|
onDismiss?.();
|
|
@@ -2780,7 +2859,7 @@ var init_Toast = __esm({
|
|
|
2780
2859
|
size: "sm",
|
|
2781
2860
|
icon: "x",
|
|
2782
2861
|
onClick: handleDismiss,
|
|
2783
|
-
"aria-label": "
|
|
2862
|
+
"aria-label": t("aria.closeToast"),
|
|
2784
2863
|
className: "flex-shrink-0"
|
|
2785
2864
|
}
|
|
2786
2865
|
)
|
|
@@ -2851,7 +2930,7 @@ function buildDiamondPoints(x, y, scale) {
|
|
|
2851
2930
|
}
|
|
2852
2931
|
var SvgBranch;
|
|
2853
2932
|
var init_SvgBranch = __esm({
|
|
2854
|
-
"components/atoms/svg/SvgBranch.tsx"() {
|
|
2933
|
+
"components/core/atoms/svg/SvgBranch.tsx"() {
|
|
2855
2934
|
"use client";
|
|
2856
2935
|
SvgBranch = ({
|
|
2857
2936
|
x,
|
|
@@ -2898,7 +2977,7 @@ var init_SvgBranch = __esm({
|
|
|
2898
2977
|
});
|
|
2899
2978
|
var SvgConnection;
|
|
2900
2979
|
var init_SvgConnection = __esm({
|
|
2901
|
-
"components/atoms/svg/SvgConnection.tsx"() {
|
|
2980
|
+
"components/core/atoms/svg/SvgConnection.tsx"() {
|
|
2902
2981
|
"use client";
|
|
2903
2982
|
SvgConnection = ({
|
|
2904
2983
|
x1,
|
|
@@ -2938,7 +3017,7 @@ var init_SvgConnection = __esm({
|
|
|
2938
3017
|
});
|
|
2939
3018
|
var flowIdCounter, SvgFlow;
|
|
2940
3019
|
var init_SvgFlow = __esm({
|
|
2941
|
-
"components/atoms/svg/SvgFlow.tsx"() {
|
|
3020
|
+
"components/core/atoms/svg/SvgFlow.tsx"() {
|
|
2942
3021
|
"use client";
|
|
2943
3022
|
flowIdCounter = 0;
|
|
2944
3023
|
SvgFlow = ({
|
|
@@ -2992,7 +3071,7 @@ var init_SvgFlow = __esm({
|
|
|
2992
3071
|
});
|
|
2993
3072
|
var SvgGrid;
|
|
2994
3073
|
var init_SvgGrid = __esm({
|
|
2995
|
-
"components/atoms/svg/SvgGrid.tsx"() {
|
|
3074
|
+
"components/core/atoms/svg/SvgGrid.tsx"() {
|
|
2996
3075
|
"use client";
|
|
2997
3076
|
SvgGrid = ({
|
|
2998
3077
|
x,
|
|
@@ -3032,7 +3111,7 @@ var init_SvgGrid = __esm({
|
|
|
3032
3111
|
});
|
|
3033
3112
|
var SvgLobe;
|
|
3034
3113
|
var init_SvgLobe = __esm({
|
|
3035
|
-
"components/atoms/svg/SvgLobe.tsx"() {
|
|
3114
|
+
"components/core/atoms/svg/SvgLobe.tsx"() {
|
|
3036
3115
|
"use client";
|
|
3037
3116
|
SvgLobe = ({
|
|
3038
3117
|
cx,
|
|
@@ -3112,7 +3191,7 @@ function getConnections(count, density) {
|
|
|
3112
3191
|
}
|
|
3113
3192
|
var SvgMesh;
|
|
3114
3193
|
var init_SvgMesh = __esm({
|
|
3115
|
-
"components/atoms/svg/SvgMesh.tsx"() {
|
|
3194
|
+
"components/core/atoms/svg/SvgMesh.tsx"() {
|
|
3116
3195
|
"use client";
|
|
3117
3196
|
SvgMesh = ({
|
|
3118
3197
|
cx,
|
|
@@ -3157,7 +3236,7 @@ var init_SvgMesh = __esm({
|
|
|
3157
3236
|
});
|
|
3158
3237
|
var TextLines, CodeBrackets, AppRect, FlowArrow, SvgMorph;
|
|
3159
3238
|
var init_SvgMorph = __esm({
|
|
3160
|
-
"components/atoms/svg/SvgMorph.tsx"() {
|
|
3239
|
+
"components/core/atoms/svg/SvgMorph.tsx"() {
|
|
3161
3240
|
"use client";
|
|
3162
3241
|
TextLines = ({
|
|
3163
3242
|
x,
|
|
@@ -3366,7 +3445,7 @@ var init_SvgMorph = __esm({
|
|
|
3366
3445
|
});
|
|
3367
3446
|
var SvgNode;
|
|
3368
3447
|
var init_SvgNode = __esm({
|
|
3369
|
-
"components/atoms/svg/SvgNode.tsx"() {
|
|
3448
|
+
"components/core/atoms/svg/SvgNode.tsx"() {
|
|
3370
3449
|
"use client";
|
|
3371
3450
|
SvgNode = ({
|
|
3372
3451
|
x,
|
|
@@ -3422,7 +3501,7 @@ var init_SvgNode = __esm({
|
|
|
3422
3501
|
});
|
|
3423
3502
|
var PULSE_KEYFRAMES, SvgPulse;
|
|
3424
3503
|
var init_SvgPulse = __esm({
|
|
3425
|
-
"components/atoms/svg/SvgPulse.tsx"() {
|
|
3504
|
+
"components/core/atoms/svg/SvgPulse.tsx"() {
|
|
3426
3505
|
"use client";
|
|
3427
3506
|
PULSE_KEYFRAMES = `
|
|
3428
3507
|
@keyframes almadar-svg-pulse-expand {
|
|
@@ -3478,7 +3557,7 @@ var init_SvgPulse = __esm({
|
|
|
3478
3557
|
});
|
|
3479
3558
|
var ringIdCounter, SvgRing;
|
|
3480
3559
|
var init_SvgRing = __esm({
|
|
3481
|
-
"components/atoms/svg/SvgRing.tsx"() {
|
|
3560
|
+
"components/core/atoms/svg/SvgRing.tsx"() {
|
|
3482
3561
|
"use client";
|
|
3483
3562
|
ringIdCounter = 0;
|
|
3484
3563
|
SvgRing = ({
|
|
@@ -3535,7 +3614,7 @@ var init_SvgRing = __esm({
|
|
|
3535
3614
|
});
|
|
3536
3615
|
var SHIELD_PATH, CHECK_PATH, SvgShield;
|
|
3537
3616
|
var init_SvgShield = __esm({
|
|
3538
|
-
"components/atoms/svg/SvgShield.tsx"() {
|
|
3617
|
+
"components/core/atoms/svg/SvgShield.tsx"() {
|
|
3539
3618
|
"use client";
|
|
3540
3619
|
SHIELD_PATH = "M15,2 C15,2 5,5 2,6 C2,6 2,18 5,24 C8,30 15,34 15,34 C15,34 22,30 25,24 C28,18 28,6 28,6 C25,5 15,2 15,2 Z";
|
|
3541
3620
|
CHECK_PATH = "M10,18 L14,22 L21,13";
|
|
@@ -3585,7 +3664,7 @@ var init_SvgShield = __esm({
|
|
|
3585
3664
|
});
|
|
3586
3665
|
var SvgStack;
|
|
3587
3666
|
var init_SvgStack = __esm({
|
|
3588
|
-
"components/atoms/svg/SvgStack.tsx"() {
|
|
3667
|
+
"components/core/atoms/svg/SvgStack.tsx"() {
|
|
3589
3668
|
"use client";
|
|
3590
3669
|
SvgStack = ({
|
|
3591
3670
|
x,
|
|
@@ -3644,16 +3723,17 @@ var init_SvgStack = __esm({
|
|
|
3644
3723
|
}
|
|
3645
3724
|
});
|
|
3646
3725
|
|
|
3647
|
-
// components/atoms/svg/index.ts
|
|
3726
|
+
// components/core/atoms/svg/index.ts
|
|
3648
3727
|
var init_svg = __esm({
|
|
3649
|
-
"components/atoms/svg/index.ts"() {
|
|
3728
|
+
"components/core/atoms/svg/index.ts"() {
|
|
3650
3729
|
}
|
|
3651
3730
|
});
|
|
3652
3731
|
var Input;
|
|
3653
3732
|
var init_Input = __esm({
|
|
3654
|
-
"components/atoms/Input.tsx"() {
|
|
3733
|
+
"components/core/atoms/Input.tsx"() {
|
|
3655
3734
|
init_cn();
|
|
3656
3735
|
init_Icon();
|
|
3736
|
+
init_useTranslate();
|
|
3657
3737
|
Input = React84__namespace.default.forwardRef(
|
|
3658
3738
|
({
|
|
3659
3739
|
className,
|
|
@@ -3671,6 +3751,7 @@ var init_Input = __esm({
|
|
|
3671
3751
|
onChange,
|
|
3672
3752
|
...props
|
|
3673
3753
|
}, ref) => {
|
|
3754
|
+
const { t } = useTranslate();
|
|
3674
3755
|
const type = inputType || htmlType || "text";
|
|
3675
3756
|
const IconComponent = typeof iconProp === "string" ? resolveIcon(iconProp) : iconProp;
|
|
3676
3757
|
const resolvedLeftIcon = leftIcon || IconComponent && /* @__PURE__ */ jsxRuntime.jsx(IconComponent, { className: "h-icon-default w-icon-default" });
|
|
@@ -3701,7 +3782,7 @@ var init_Input = __esm({
|
|
|
3701
3782
|
className: cn(baseClassName, "appearance-none pr-10", className),
|
|
3702
3783
|
...props,
|
|
3703
3784
|
children: [
|
|
3704
|
-
/* @__PURE__ */ jsxRuntime.jsx("option", { value: "", children: "
|
|
3785
|
+
/* @__PURE__ */ jsxRuntime.jsx("option", { value: "", children: t("form.selectPlaceholder", { label: "" }) }),
|
|
3705
3786
|
options?.map((opt) => /* @__PURE__ */ jsxRuntime.jsx("option", { value: opt.value, children: opt.label }, opt.value))
|
|
3706
3787
|
]
|
|
3707
3788
|
}
|
|
@@ -3772,7 +3853,7 @@ var init_Input = __esm({
|
|
|
3772
3853
|
});
|
|
3773
3854
|
var Label;
|
|
3774
3855
|
var init_Label = __esm({
|
|
3775
|
-
"components/atoms/Label.tsx"() {
|
|
3856
|
+
"components/core/atoms/Label.tsx"() {
|
|
3776
3857
|
init_cn();
|
|
3777
3858
|
Label = React84__namespace.default.forwardRef(
|
|
3778
3859
|
({ className, required, children, ...props }, ref) => {
|
|
@@ -3798,7 +3879,7 @@ var init_Label = __esm({
|
|
|
3798
3879
|
});
|
|
3799
3880
|
var Textarea;
|
|
3800
3881
|
var init_Textarea = __esm({
|
|
3801
|
-
"components/atoms/Textarea.tsx"() {
|
|
3882
|
+
"components/core/atoms/Textarea.tsx"() {
|
|
3802
3883
|
init_cn();
|
|
3803
3884
|
Textarea = React84__namespace.default.forwardRef(
|
|
3804
3885
|
({ className, error, ...props }, ref) => {
|
|
@@ -3827,7 +3908,7 @@ var init_Textarea = __esm({
|
|
|
3827
3908
|
});
|
|
3828
3909
|
var Select;
|
|
3829
3910
|
var init_Select = __esm({
|
|
3830
|
-
"components/atoms/Select.tsx"() {
|
|
3911
|
+
"components/core/atoms/Select.tsx"() {
|
|
3831
3912
|
init_cn();
|
|
3832
3913
|
init_Icon();
|
|
3833
3914
|
Select = React84__namespace.default.forwardRef(
|
|
@@ -3870,7 +3951,7 @@ var init_Select = __esm({
|
|
|
3870
3951
|
});
|
|
3871
3952
|
var Checkbox;
|
|
3872
3953
|
var init_Checkbox = __esm({
|
|
3873
|
-
"components/atoms/Checkbox.tsx"() {
|
|
3954
|
+
"components/core/atoms/Checkbox.tsx"() {
|
|
3874
3955
|
init_cn();
|
|
3875
3956
|
Checkbox = React84__namespace.default.forwardRef(
|
|
3876
3957
|
({ className, label, id, ...props }, ref) => {
|
|
@@ -3908,7 +3989,7 @@ var init_Checkbox = __esm({
|
|
|
3908
3989
|
});
|
|
3909
3990
|
var variantStyles4, paddingStyles2, shadowStyles2, lookStyles2, Card, CardHeader, CardTitle, CardContent, CardBody, CardFooter;
|
|
3910
3991
|
var init_Card = __esm({
|
|
3911
|
-
"components/atoms/Card.tsx"() {
|
|
3992
|
+
"components/core/atoms/Card.tsx"() {
|
|
3912
3993
|
init_cn();
|
|
3913
3994
|
variantStyles4 = {
|
|
3914
3995
|
default: [
|
|
@@ -4033,9 +4114,10 @@ var init_Card = __esm({
|
|
|
4033
4114
|
});
|
|
4034
4115
|
var variantStyles5, sizeStyles4, iconSizes, FilterPill;
|
|
4035
4116
|
var init_FilterPill = __esm({
|
|
4036
|
-
"components/atoms/FilterPill.tsx"() {
|
|
4117
|
+
"components/core/atoms/FilterPill.tsx"() {
|
|
4037
4118
|
init_cn();
|
|
4038
4119
|
init_useEventBus();
|
|
4120
|
+
init_useTranslate();
|
|
4039
4121
|
init_Icon();
|
|
4040
4122
|
variantStyles5 = {
|
|
4041
4123
|
default: [
|
|
@@ -4091,6 +4173,7 @@ var init_FilterPill = __esm({
|
|
|
4091
4173
|
...props
|
|
4092
4174
|
}, ref) => {
|
|
4093
4175
|
const eventBus = useEventBus();
|
|
4176
|
+
const { t } = useTranslate();
|
|
4094
4177
|
const payloadLabel = typeof children === "string" || typeof children === "number" ? children : label;
|
|
4095
4178
|
const handleClick = React84.useCallback(() => {
|
|
4096
4179
|
onClick?.();
|
|
@@ -4125,7 +4208,7 @@ var init_FilterPill = __esm({
|
|
|
4125
4208
|
e.stopPropagation();
|
|
4126
4209
|
handleRemove();
|
|
4127
4210
|
},
|
|
4128
|
-
"aria-label": "
|
|
4211
|
+
"aria-label": t("aria.removeFilter"),
|
|
4129
4212
|
className: cn(
|
|
4130
4213
|
"ml-0.5 rounded-full hover:bg-foreground/10 transition-colors flex items-center justify-center"
|
|
4131
4214
|
),
|
|
@@ -4142,7 +4225,7 @@ var init_FilterPill = __esm({
|
|
|
4142
4225
|
});
|
|
4143
4226
|
var sizeStyles5, Spinner;
|
|
4144
4227
|
var init_Spinner = __esm({
|
|
4145
|
-
"components/atoms/Spinner.tsx"() {
|
|
4228
|
+
"components/core/atoms/Spinner.tsx"() {
|
|
4146
4229
|
init_cn();
|
|
4147
4230
|
init_Icon();
|
|
4148
4231
|
sizeStyles5 = {
|
|
@@ -4176,7 +4259,7 @@ function generateInitials(name) {
|
|
|
4176
4259
|
}
|
|
4177
4260
|
var sizeClasses3, iconSizeClasses, statusSizeClasses, statusClasses, badgeSizeClasses, Avatar;
|
|
4178
4261
|
var init_Avatar = __esm({
|
|
4179
|
-
"components/atoms/Avatar.tsx"() {
|
|
4262
|
+
"components/core/atoms/Avatar.tsx"() {
|
|
4180
4263
|
"use client";
|
|
4181
4264
|
init_Icon();
|
|
4182
4265
|
init_cn();
|
|
@@ -4329,7 +4412,7 @@ var init_Avatar = __esm({
|
|
|
4329
4412
|
});
|
|
4330
4413
|
var Center;
|
|
4331
4414
|
var init_Center = __esm({
|
|
4332
|
-
"components/atoms/Center.tsx"() {
|
|
4415
|
+
"components/core/atoms/Center.tsx"() {
|
|
4333
4416
|
init_cn();
|
|
4334
4417
|
Center = ({
|
|
4335
4418
|
inline = false,
|
|
@@ -4365,7 +4448,7 @@ var init_Center = __esm({
|
|
|
4365
4448
|
});
|
|
4366
4449
|
var variantStyles6, Divider;
|
|
4367
4450
|
var init_Divider = __esm({
|
|
4368
|
-
"components/atoms/Divider.tsx"() {
|
|
4451
|
+
"components/core/atoms/Divider.tsx"() {
|
|
4369
4452
|
init_cn();
|
|
4370
4453
|
variantStyles6 = {
|
|
4371
4454
|
solid: "border-solid",
|
|
@@ -4441,7 +4524,7 @@ var init_Divider = __esm({
|
|
|
4441
4524
|
});
|
|
4442
4525
|
var colorClasses, circularSizeClasses, ProgressBar;
|
|
4443
4526
|
var init_ProgressBar = __esm({
|
|
4444
|
-
"components/atoms/ProgressBar.tsx"() {
|
|
4527
|
+
"components/core/atoms/ProgressBar.tsx"() {
|
|
4445
4528
|
init_cn();
|
|
4446
4529
|
colorClasses = {
|
|
4447
4530
|
default: "bg-primary",
|
|
@@ -4600,7 +4683,7 @@ var init_ProgressBar = __esm({
|
|
|
4600
4683
|
});
|
|
4601
4684
|
var sizeClasses4, dotSizeClasses, Radio;
|
|
4602
4685
|
var init_Radio = __esm({
|
|
4603
|
-
"components/atoms/Radio.tsx"() {
|
|
4686
|
+
"components/core/atoms/Radio.tsx"() {
|
|
4604
4687
|
init_cn();
|
|
4605
4688
|
init_useEventBus();
|
|
4606
4689
|
sizeClasses4 = {
|
|
@@ -4753,7 +4836,7 @@ var init_Radio = __esm({
|
|
|
4753
4836
|
});
|
|
4754
4837
|
var COLOR_VAR, Sparkline;
|
|
4755
4838
|
var init_Sparkline = __esm({
|
|
4756
|
-
"components/atoms/Sparkline.tsx"() {
|
|
4839
|
+
"components/core/atoms/Sparkline.tsx"() {
|
|
4757
4840
|
init_cn();
|
|
4758
4841
|
COLOR_VAR = {
|
|
4759
4842
|
primary: "var(--color-primary)",
|
|
@@ -4814,7 +4897,7 @@ var init_Sparkline = __esm({
|
|
|
4814
4897
|
});
|
|
4815
4898
|
var Switch;
|
|
4816
4899
|
var init_Switch = __esm({
|
|
4817
|
-
"components/atoms/Switch.tsx"() {
|
|
4900
|
+
"components/core/atoms/Switch.tsx"() {
|
|
4818
4901
|
"use client";
|
|
4819
4902
|
init_cn();
|
|
4820
4903
|
Switch = React84__namespace.forwardRef(
|
|
@@ -4894,7 +4977,7 @@ var init_Switch = __esm({
|
|
|
4894
4977
|
});
|
|
4895
4978
|
var horizontalSizes, verticalSizes, Spacer;
|
|
4896
4979
|
var init_Spacer = __esm({
|
|
4897
|
-
"components/atoms/Spacer.tsx"() {
|
|
4980
|
+
"components/core/atoms/Spacer.tsx"() {
|
|
4898
4981
|
init_cn();
|
|
4899
4982
|
horizontalSizes = {
|
|
4900
4983
|
xs: "w-1",
|
|
@@ -4933,7 +5016,7 @@ var init_Spacer = __esm({
|
|
|
4933
5016
|
});
|
|
4934
5017
|
var gapStyles, alignStyles, justifyStyles, Stack, VStack, HStack;
|
|
4935
5018
|
var init_Stack = __esm({
|
|
4936
|
-
"components/atoms/Stack.tsx"() {
|
|
5019
|
+
"components/core/atoms/Stack.tsx"() {
|
|
4937
5020
|
"use client";
|
|
4938
5021
|
init_cn();
|
|
4939
5022
|
init_useEventBus();
|
|
@@ -5019,7 +5102,7 @@ var init_Stack = __esm({
|
|
|
5019
5102
|
});
|
|
5020
5103
|
var TextHighlight;
|
|
5021
5104
|
var init_TextHighlight = __esm({
|
|
5022
|
-
"components/atoms/TextHighlight.tsx"() {
|
|
5105
|
+
"components/core/atoms/TextHighlight.tsx"() {
|
|
5023
5106
|
"use client";
|
|
5024
5107
|
init_cn();
|
|
5025
5108
|
init_useEventBus();
|
|
@@ -5263,7 +5346,7 @@ var init_ThemeContext = __esm({
|
|
|
5263
5346
|
});
|
|
5264
5347
|
var sizeClasses5, iconSizes2, ThemeToggle;
|
|
5265
5348
|
var init_ThemeToggle = __esm({
|
|
5266
|
-
"components/atoms/ThemeToggle.tsx"() {
|
|
5349
|
+
"components/core/atoms/ThemeToggle.tsx"() {
|
|
5267
5350
|
"use client";
|
|
5268
5351
|
init_Icon();
|
|
5269
5352
|
init_cn();
|
|
@@ -5325,7 +5408,7 @@ var init_ThemeToggle = __esm({
|
|
|
5325
5408
|
});
|
|
5326
5409
|
var FlipContainer;
|
|
5327
5410
|
var init_FlipContainer = __esm({
|
|
5328
|
-
"components/atoms/FlipContainer.tsx"() {
|
|
5411
|
+
"components/core/atoms/FlipContainer.tsx"() {
|
|
5329
5412
|
"use client";
|
|
5330
5413
|
init_cn();
|
|
5331
5414
|
init_Box();
|
|
@@ -5360,7 +5443,7 @@ var init_FlipContainer = __esm({
|
|
|
5360
5443
|
});
|
|
5361
5444
|
var Aside;
|
|
5362
5445
|
var init_Aside = __esm({
|
|
5363
|
-
"components/atoms/Aside.tsx"() {
|
|
5446
|
+
"components/core/atoms/Aside.tsx"() {
|
|
5364
5447
|
init_cn();
|
|
5365
5448
|
Aside = React84__namespace.default.forwardRef(
|
|
5366
5449
|
({ className, children, ...rest }, ref) => /* @__PURE__ */ jsxRuntime.jsx("aside", { ref, className: cn(className), ...rest, children })
|
|
@@ -5382,7 +5465,7 @@ function toSharedContext(ctx) {
|
|
|
5382
5465
|
}
|
|
5383
5466
|
var ConditionalWrapper;
|
|
5384
5467
|
var init_ConditionalWrapper = __esm({
|
|
5385
|
-
"components/atoms/ConditionalWrapper.tsx"() {
|
|
5468
|
+
"components/core/atoms/ConditionalWrapper.tsx"() {
|
|
5386
5469
|
init_Box();
|
|
5387
5470
|
ConditionalWrapper = ({
|
|
5388
5471
|
condition,
|
|
@@ -5414,7 +5497,7 @@ var init_ConditionalWrapper = __esm({
|
|
|
5414
5497
|
});
|
|
5415
5498
|
var positionStyles2, arrowStyles, LawReferenceTooltip;
|
|
5416
5499
|
var init_LawReferenceTooltip = __esm({
|
|
5417
|
-
"components/atoms/LawReferenceTooltip.tsx"() {
|
|
5500
|
+
"components/core/atoms/LawReferenceTooltip.tsx"() {
|
|
5418
5501
|
"use client";
|
|
5419
5502
|
init_Box();
|
|
5420
5503
|
init_Stack();
|
|
@@ -5594,7 +5677,7 @@ function DayCell({
|
|
|
5594
5677
|
}
|
|
5595
5678
|
var DAY_ABBREVIATIONS;
|
|
5596
5679
|
var init_DayCell = __esm({
|
|
5597
|
-
"components/atoms/DayCell.tsx"() {
|
|
5680
|
+
"components/core/atoms/DayCell.tsx"() {
|
|
5598
5681
|
"use client";
|
|
5599
5682
|
init_cn();
|
|
5600
5683
|
init_Box();
|
|
@@ -5627,7 +5710,7 @@ function TimeSlotCell({
|
|
|
5627
5710
|
);
|
|
5628
5711
|
}
|
|
5629
5712
|
var init_TimeSlotCell = __esm({
|
|
5630
|
-
"components/atoms/TimeSlotCell.tsx"() {
|
|
5713
|
+
"components/core/atoms/TimeSlotCell.tsx"() {
|
|
5631
5714
|
"use client";
|
|
5632
5715
|
init_cn();
|
|
5633
5716
|
init_Box();
|
|
@@ -5636,7 +5719,7 @@ var init_TimeSlotCell = __esm({
|
|
|
5636
5719
|
});
|
|
5637
5720
|
var statusColors, pulseRingColors, sizeStyles6, StatusDot;
|
|
5638
5721
|
var init_StatusDot = __esm({
|
|
5639
|
-
"components/atoms/StatusDot.tsx"() {
|
|
5722
|
+
"components/core/atoms/StatusDot.tsx"() {
|
|
5640
5723
|
init_cn();
|
|
5641
5724
|
statusColors = {
|
|
5642
5725
|
online: "bg-success",
|
|
@@ -5700,7 +5783,7 @@ function resolveColor(dir, invert) {
|
|
|
5700
5783
|
}
|
|
5701
5784
|
var sizeStyles7, iconNameMap, TrendIndicator;
|
|
5702
5785
|
var init_TrendIndicator = __esm({
|
|
5703
|
-
"components/atoms/TrendIndicator.tsx"() {
|
|
5786
|
+
"components/core/atoms/TrendIndicator.tsx"() {
|
|
5704
5787
|
init_Icon();
|
|
5705
5788
|
init_cn();
|
|
5706
5789
|
sizeStyles7 = {
|
|
@@ -5766,7 +5849,7 @@ function useSafeEventBus() {
|
|
|
5766
5849
|
}
|
|
5767
5850
|
var trackSizes, thumbSizes, RangeSlider;
|
|
5768
5851
|
var init_RangeSlider = __esm({
|
|
5769
|
-
"components/atoms/RangeSlider.tsx"() {
|
|
5852
|
+
"components/core/atoms/RangeSlider.tsx"() {
|
|
5770
5853
|
"use client";
|
|
5771
5854
|
init_cn();
|
|
5772
5855
|
init_useEventBus();
|
|
@@ -5975,7 +6058,7 @@ function easeOut(t) {
|
|
|
5975
6058
|
}
|
|
5976
6059
|
var AnimatedCounter;
|
|
5977
6060
|
var init_AnimatedCounter = __esm({
|
|
5978
|
-
"components/atoms/AnimatedCounter.tsx"() {
|
|
6061
|
+
"components/marketing/atoms/AnimatedCounter.tsx"() {
|
|
5979
6062
|
"use client";
|
|
5980
6063
|
init_cn();
|
|
5981
6064
|
init_Typography();
|
|
@@ -6032,7 +6115,7 @@ var init_AnimatedCounter = __esm({
|
|
|
6032
6115
|
});
|
|
6033
6116
|
var InfiniteScrollSentinel;
|
|
6034
6117
|
var init_InfiniteScrollSentinel = __esm({
|
|
6035
|
-
"components/atoms/InfiniteScrollSentinel.tsx"() {
|
|
6118
|
+
"components/core/atoms/InfiniteScrollSentinel.tsx"() {
|
|
6036
6119
|
"use client";
|
|
6037
6120
|
init_cn();
|
|
6038
6121
|
init_useInfiniteScroll();
|
|
@@ -6087,7 +6170,7 @@ function createParticles(count) {
|
|
|
6087
6170
|
}
|
|
6088
6171
|
var CONFETTI_COLORS, particleIdCounter, ConfettiEffect;
|
|
6089
6172
|
var init_ConfettiEffect = __esm({
|
|
6090
|
-
"components/atoms/ConfettiEffect.tsx"() {
|
|
6173
|
+
"components/core/atoms/ConfettiEffect.tsx"() {
|
|
6091
6174
|
"use client";
|
|
6092
6175
|
init_cn();
|
|
6093
6176
|
init_Box();
|
|
@@ -6186,7 +6269,7 @@ var init_ConfettiEffect = __esm({
|
|
|
6186
6269
|
});
|
|
6187
6270
|
var TypewriterText;
|
|
6188
6271
|
var init_TypewriterText = __esm({
|
|
6189
|
-
"components/atoms/TypewriterText.tsx"() {
|
|
6272
|
+
"components/core/atoms/TypewriterText.tsx"() {
|
|
6190
6273
|
"use client";
|
|
6191
6274
|
init_cn();
|
|
6192
6275
|
init_Typography();
|
|
@@ -6256,7 +6339,7 @@ var init_TypewriterText = __esm({
|
|
|
6256
6339
|
});
|
|
6257
6340
|
var levelToVariant, alignClasses, alignToStack, SectionHeader;
|
|
6258
6341
|
var init_SectionHeader = __esm({
|
|
6259
|
-
"components/atoms/SectionHeader.tsx"() {
|
|
6342
|
+
"components/core/atoms/SectionHeader.tsx"() {
|
|
6260
6343
|
init_cn();
|
|
6261
6344
|
init_Stack();
|
|
6262
6345
|
init_Typography();
|
|
@@ -6295,7 +6378,7 @@ var init_SectionHeader = __esm({
|
|
|
6295
6378
|
});
|
|
6296
6379
|
var backgroundClasses, paddingClasses, ContentSection;
|
|
6297
6380
|
var init_ContentSection = __esm({
|
|
6298
|
-
"components/atoms/ContentSection.tsx"() {
|
|
6381
|
+
"components/marketing/atoms/ContentSection.tsx"() {
|
|
6299
6382
|
init_cn();
|
|
6300
6383
|
init_Box();
|
|
6301
6384
|
backgroundClasses = {
|
|
@@ -6790,7 +6873,7 @@ function getTileDimensions(variant, size) {
|
|
|
6790
6873
|
}
|
|
6791
6874
|
var PI, VARIANT_MAP, PatternTile;
|
|
6792
6875
|
var init_PatternTile = __esm({
|
|
6793
|
-
"components/atoms/PatternTile.tsx"() {
|
|
6876
|
+
"components/marketing/atoms/PatternTile.tsx"() {
|
|
6794
6877
|
"use client";
|
|
6795
6878
|
PI = Math.PI;
|
|
6796
6879
|
VARIANT_MAP = {
|
|
@@ -6824,7 +6907,7 @@ var init_PatternTile = __esm({
|
|
|
6824
6907
|
});
|
|
6825
6908
|
var initialStyles, animatedStyles, AnimatedReveal;
|
|
6826
6909
|
var init_AnimatedReveal = __esm({
|
|
6827
|
-
"components/atoms/AnimatedReveal.tsx"() {
|
|
6910
|
+
"components/marketing/atoms/AnimatedReveal.tsx"() {
|
|
6828
6911
|
"use client";
|
|
6829
6912
|
init_cn();
|
|
6830
6913
|
initialStyles = {
|
|
@@ -7004,7 +7087,7 @@ function applyMorphAnimation(container, animate, duration, delay, easing) {
|
|
|
7004
7087
|
}
|
|
7005
7088
|
var AnimatedGraphic;
|
|
7006
7089
|
var init_AnimatedGraphic = __esm({
|
|
7007
|
-
"components/atoms/AnimatedGraphic.tsx"() {
|
|
7090
|
+
"components/marketing/atoms/AnimatedGraphic.tsx"() {
|
|
7008
7091
|
"use client";
|
|
7009
7092
|
init_cn();
|
|
7010
7093
|
AnimatedGraphic = React84__namespace.default.forwardRef(
|
|
@@ -7165,7 +7248,7 @@ function getSlotContentRenderer() {
|
|
|
7165
7248
|
}
|
|
7166
7249
|
var _slotContentRenderer;
|
|
7167
7250
|
var init_TraitFrame = __esm({
|
|
7168
|
-
"components/atoms/TraitFrame.tsx"() {
|
|
7251
|
+
"components/core/atoms/TraitFrame.tsx"() {
|
|
7169
7252
|
init_EntitySchemaContext();
|
|
7170
7253
|
TraitFrame.displayName = "TraitFrame";
|
|
7171
7254
|
_slotContentRenderer = null;
|
|
@@ -7223,7 +7306,7 @@ function HealthBar({
|
|
|
7223
7306
|
}
|
|
7224
7307
|
var heartIcon, sizeMap;
|
|
7225
7308
|
var init_HealthBar = __esm({
|
|
7226
|
-
"components/atoms/
|
|
7309
|
+
"components/game/atoms/HealthBar.tsx"() {
|
|
7227
7310
|
init_cn();
|
|
7228
7311
|
heartIcon = (filled, size) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
7229
7312
|
"svg",
|
|
@@ -7300,7 +7383,7 @@ function ScoreDisplay({
|
|
|
7300
7383
|
}
|
|
7301
7384
|
var sizeMap2;
|
|
7302
7385
|
var init_ScoreDisplay = __esm({
|
|
7303
|
-
"components/atoms/
|
|
7386
|
+
"components/game/atoms/ScoreDisplay.tsx"() {
|
|
7304
7387
|
"use client";
|
|
7305
7388
|
init_cn();
|
|
7306
7389
|
sizeMap2 = {
|
|
@@ -7392,7 +7475,7 @@ function ControlButton({
|
|
|
7392
7475
|
}
|
|
7393
7476
|
var sizeMap3, shapeMap, variantMap;
|
|
7394
7477
|
var init_ControlButton = __esm({
|
|
7395
|
-
"components/atoms/
|
|
7478
|
+
"components/game/atoms/ControlButton.tsx"() {
|
|
7396
7479
|
"use client";
|
|
7397
7480
|
init_cn();
|
|
7398
7481
|
init_useEventBus();
|
|
@@ -7486,7 +7569,7 @@ function Sprite({
|
|
|
7486
7569
|
);
|
|
7487
7570
|
}
|
|
7488
7571
|
var init_Sprite = __esm({
|
|
7489
|
-
"components/atoms/
|
|
7572
|
+
"components/game/atoms/Sprite.tsx"() {
|
|
7490
7573
|
"use client";
|
|
7491
7574
|
init_useEventBus();
|
|
7492
7575
|
}
|
|
@@ -7522,7 +7605,7 @@ function StateIndicator({
|
|
|
7522
7605
|
}
|
|
7523
7606
|
var DEFAULT_STATE_STYLES, DEFAULT_STYLE, SIZE_CLASSES;
|
|
7524
7607
|
var init_StateIndicator = __esm({
|
|
7525
|
-
"components/atoms/
|
|
7608
|
+
"components/game/atoms/StateIndicator.tsx"() {
|
|
7526
7609
|
init_Box();
|
|
7527
7610
|
init_cn();
|
|
7528
7611
|
DEFAULT_STATE_STYLES = {
|
|
@@ -7588,7 +7671,7 @@ function TimerDisplay({
|
|
|
7588
7671
|
}
|
|
7589
7672
|
var sizeMap4;
|
|
7590
7673
|
var init_TimerDisplay = __esm({
|
|
7591
|
-
"components/atoms/
|
|
7674
|
+
"components/game/atoms/TimerDisplay.tsx"() {
|
|
7592
7675
|
init_cn();
|
|
7593
7676
|
sizeMap4 = {
|
|
7594
7677
|
sm: "text-sm px-2 py-0.5",
|
|
@@ -7633,7 +7716,7 @@ function ResourceCounter({
|
|
|
7633
7716
|
}
|
|
7634
7717
|
var sizeMap5;
|
|
7635
7718
|
var init_ResourceCounter = __esm({
|
|
7636
|
-
"components/atoms/
|
|
7719
|
+
"components/game/atoms/ResourceCounter.tsx"() {
|
|
7637
7720
|
init_cn();
|
|
7638
7721
|
sizeMap5 = {
|
|
7639
7722
|
sm: { wrapper: "text-xs gap-1 px-1.5 py-0.5", icon: "text-sm" },
|
|
@@ -7693,7 +7776,7 @@ function ItemSlot({
|
|
|
7693
7776
|
}
|
|
7694
7777
|
var sizeMap6, rarityBorderMap, rarityGlowMap;
|
|
7695
7778
|
var init_ItemSlot = __esm({
|
|
7696
|
-
"components/atoms/
|
|
7779
|
+
"components/game/atoms/ItemSlot.tsx"() {
|
|
7697
7780
|
"use client";
|
|
7698
7781
|
init_cn();
|
|
7699
7782
|
sizeMap6 = {
|
|
@@ -7760,7 +7843,7 @@ function TurnIndicator({
|
|
|
7760
7843
|
}
|
|
7761
7844
|
var sizeMap7;
|
|
7762
7845
|
var init_TurnIndicator = __esm({
|
|
7763
|
-
"components/atoms/
|
|
7846
|
+
"components/game/atoms/TurnIndicator.tsx"() {
|
|
7764
7847
|
init_cn();
|
|
7765
7848
|
sizeMap7 = {
|
|
7766
7849
|
sm: { wrapper: "text-xs gap-1.5 px-2 py-0.5", dot: "w-1.5 h-1.5" },
|
|
@@ -7817,7 +7900,7 @@ function ComboCounter({
|
|
|
7817
7900
|
}
|
|
7818
7901
|
var sizeMap8;
|
|
7819
7902
|
var init_ComboCounter = __esm({
|
|
7820
|
-
"components/atoms/
|
|
7903
|
+
"components/game/atoms/ComboCounter.tsx"() {
|
|
7821
7904
|
init_cn();
|
|
7822
7905
|
sizeMap8 = {
|
|
7823
7906
|
sm: { combo: "text-lg", label: "text-xs", multiplier: "text-xs" },
|
|
@@ -7885,7 +7968,7 @@ function XPBar({
|
|
|
7885
7968
|
}
|
|
7886
7969
|
var sizeMap9;
|
|
7887
7970
|
var init_XPBar = __esm({
|
|
7888
|
-
"components/atoms/
|
|
7971
|
+
"components/game/atoms/XPBar.tsx"() {
|
|
7889
7972
|
init_cn();
|
|
7890
7973
|
sizeMap9 = {
|
|
7891
7974
|
sm: { bar: "h-2", text: "text-xs", badge: "text-xs px-1.5 py-0.5" },
|
|
@@ -7953,7 +8036,7 @@ function WaypointMarker({
|
|
|
7953
8036
|
}
|
|
7954
8037
|
var sizeMap10, checkIcon;
|
|
7955
8038
|
var init_WaypointMarker = __esm({
|
|
7956
|
-
"components/atoms/
|
|
8039
|
+
"components/game/atoms/WaypointMarker.tsx"() {
|
|
7957
8040
|
init_cn();
|
|
7958
8041
|
sizeMap10 = {
|
|
7959
8042
|
sm: { dot: "w-4 h-4", ring: "w-6 h-6", label: "text-xs mt-1" },
|
|
@@ -8020,7 +8103,7 @@ function StatusEffect({
|
|
|
8020
8103
|
}
|
|
8021
8104
|
var sizeMap11, variantStyles7;
|
|
8022
8105
|
var init_StatusEffect = __esm({
|
|
8023
|
-
"components/atoms/
|
|
8106
|
+
"components/game/atoms/StatusEffect.tsx"() {
|
|
8024
8107
|
init_cn();
|
|
8025
8108
|
sizeMap11 = {
|
|
8026
8109
|
sm: { container: "w-8 h-8", icon: "text-sm", badge: "text-xs -top-1 -right-1 w-4 h-4", timer: "text-[9px]" },
|
|
@@ -8061,7 +8144,7 @@ function DamageNumber({
|
|
|
8061
8144
|
}
|
|
8062
8145
|
var sizeMap12, typeStyles, floatKeyframes;
|
|
8063
8146
|
var init_DamageNumber = __esm({
|
|
8064
|
-
"components/atoms/
|
|
8147
|
+
"components/game/atoms/DamageNumber.tsx"() {
|
|
8065
8148
|
init_cn();
|
|
8066
8149
|
sizeMap12 = {
|
|
8067
8150
|
sm: "text-sm",
|
|
@@ -8117,7 +8200,7 @@ function DialogueBubble({
|
|
|
8117
8200
|
);
|
|
8118
8201
|
}
|
|
8119
8202
|
var init_DialogueBubble = __esm({
|
|
8120
|
-
"components/atoms/
|
|
8203
|
+
"components/game/atoms/DialogueBubble.tsx"() {
|
|
8121
8204
|
init_cn();
|
|
8122
8205
|
DialogueBubble.displayName = "DialogueBubble";
|
|
8123
8206
|
}
|
|
@@ -8163,7 +8246,7 @@ function ChoiceButton({
|
|
|
8163
8246
|
);
|
|
8164
8247
|
}
|
|
8165
8248
|
var init_ChoiceButton = __esm({
|
|
8166
|
-
"components/atoms/
|
|
8249
|
+
"components/game/atoms/ChoiceButton.tsx"() {
|
|
8167
8250
|
init_cn();
|
|
8168
8251
|
ChoiceButton.displayName = "ChoiceButton";
|
|
8169
8252
|
}
|
|
@@ -8229,7 +8312,7 @@ function ActionButton({
|
|
|
8229
8312
|
}
|
|
8230
8313
|
var sizeMap13, variantStyles8;
|
|
8231
8314
|
var init_ActionButton = __esm({
|
|
8232
|
-
"components/atoms/
|
|
8315
|
+
"components/game/atoms/ActionButton.tsx"() {
|
|
8233
8316
|
init_cn();
|
|
8234
8317
|
init_Icon();
|
|
8235
8318
|
sizeMap13 = {
|
|
@@ -8332,22 +8415,22 @@ function MiniMap({
|
|
|
8332
8415
|
);
|
|
8333
8416
|
}
|
|
8334
8417
|
var init_MiniMap = __esm({
|
|
8335
|
-
"components/atoms/
|
|
8418
|
+
"components/game/atoms/MiniMap.tsx"() {
|
|
8336
8419
|
"use client";
|
|
8337
8420
|
init_cn();
|
|
8338
8421
|
MiniMap.displayName = "MiniMap";
|
|
8339
8422
|
}
|
|
8340
8423
|
});
|
|
8341
8424
|
|
|
8342
|
-
// components/atoms/
|
|
8343
|
-
var
|
|
8344
|
-
"components/atoms/
|
|
8425
|
+
// components/game/atoms/index.ts
|
|
8426
|
+
var init_atoms = __esm({
|
|
8427
|
+
"components/game/atoms/index.ts"() {
|
|
8345
8428
|
}
|
|
8346
8429
|
});
|
|
8347
8430
|
|
|
8348
|
-
// components/atoms/index.ts
|
|
8349
|
-
var
|
|
8350
|
-
"components/atoms/index.ts"() {
|
|
8431
|
+
// components/core/atoms/index.ts
|
|
8432
|
+
var init_atoms2 = __esm({
|
|
8433
|
+
"components/core/atoms/index.ts"() {
|
|
8351
8434
|
init_svg();
|
|
8352
8435
|
init_Button();
|
|
8353
8436
|
init_Input();
|
|
@@ -8364,15 +8447,15 @@ var init_atoms = __esm({
|
|
|
8364
8447
|
init_Stack();
|
|
8365
8448
|
init_Typography();
|
|
8366
8449
|
init_ThemeToggle();
|
|
8367
|
-
|
|
8450
|
+
init_atoms();
|
|
8368
8451
|
}
|
|
8369
8452
|
});
|
|
8370
8453
|
var ErrorState;
|
|
8371
8454
|
var init_ErrorState = __esm({
|
|
8372
|
-
"components/molecules/ErrorState.tsx"() {
|
|
8455
|
+
"components/core/molecules/ErrorState.tsx"() {
|
|
8373
8456
|
"use client";
|
|
8374
8457
|
init_cn();
|
|
8375
|
-
|
|
8458
|
+
init_atoms2();
|
|
8376
8459
|
init_Box();
|
|
8377
8460
|
init_Stack();
|
|
8378
8461
|
init_Typography();
|
|
@@ -8415,12 +8498,24 @@ var init_ErrorState = __esm({
|
|
|
8415
8498
|
ErrorState.displayName = "ErrorState";
|
|
8416
8499
|
}
|
|
8417
8500
|
});
|
|
8418
|
-
var ErrorBoundary;
|
|
8501
|
+
var DefaultFallback, ErrorBoundary;
|
|
8419
8502
|
var init_ErrorBoundary = __esm({
|
|
8420
|
-
"components/molecules/ErrorBoundary.tsx"() {
|
|
8503
|
+
"components/core/molecules/ErrorBoundary.tsx"() {
|
|
8421
8504
|
"use client";
|
|
8422
8505
|
init_cn();
|
|
8423
8506
|
init_ErrorState();
|
|
8507
|
+
init_useTranslate();
|
|
8508
|
+
DefaultFallback = ({ error, onRetry }) => {
|
|
8509
|
+
const { t } = useTranslate();
|
|
8510
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
8511
|
+
ErrorState,
|
|
8512
|
+
{
|
|
8513
|
+
title: t("error.somethingWentWrong"),
|
|
8514
|
+
message: error.message,
|
|
8515
|
+
onRetry
|
|
8516
|
+
}
|
|
8517
|
+
);
|
|
8518
|
+
};
|
|
8424
8519
|
ErrorBoundary = class extends React84__namespace.default.Component {
|
|
8425
8520
|
constructor(props) {
|
|
8426
8521
|
super(props);
|
|
@@ -8439,27 +8534,11 @@ var init_ErrorBoundary = __esm({
|
|
|
8439
8534
|
const { error } = this.state;
|
|
8440
8535
|
const { children, fallback, className } = this.props;
|
|
8441
8536
|
if (error) {
|
|
8442
|
-
const
|
|
8443
|
-
return
|
|
8537
|
+
const fallbackNode = typeof fallback === "function" ? fallback(error, this.reset) : fallback || /* @__PURE__ */ jsxRuntime.jsx(DefaultFallback, { error, onRetry: this.reset });
|
|
8538
|
+
return className ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(className), children: fallbackNode }) : fallbackNode;
|
|
8444
8539
|
}
|
|
8445
8540
|
return children;
|
|
8446
8541
|
}
|
|
8447
|
-
renderFallback(error, fallback) {
|
|
8448
|
-
if (typeof fallback === "function") {
|
|
8449
|
-
return fallback(error, this.reset);
|
|
8450
|
-
}
|
|
8451
|
-
if (fallback) {
|
|
8452
|
-
return fallback;
|
|
8453
|
-
}
|
|
8454
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
8455
|
-
ErrorState,
|
|
8456
|
-
{
|
|
8457
|
-
title: "Something went wrong",
|
|
8458
|
-
message: error.message,
|
|
8459
|
-
onRetry: this.reset
|
|
8460
|
-
}
|
|
8461
|
-
);
|
|
8462
|
-
}
|
|
8463
8542
|
};
|
|
8464
8543
|
__publicField(ErrorBoundary, "displayName", "ErrorBoundary");
|
|
8465
8544
|
}
|
|
@@ -8572,7 +8651,7 @@ function Skeleton({
|
|
|
8572
8651
|
}
|
|
8573
8652
|
var pulseClass;
|
|
8574
8653
|
var init_Skeleton = __esm({
|
|
8575
|
-
"components/molecules/Skeleton.tsx"() {
|
|
8654
|
+
"components/core/molecules/Skeleton.tsx"() {
|
|
8576
8655
|
"use client";
|
|
8577
8656
|
init_cn();
|
|
8578
8657
|
init_useTranslate();
|
|
@@ -8715,7 +8794,7 @@ var init_wrapCallbackForEvent = __esm({
|
|
|
8715
8794
|
});
|
|
8716
8795
|
var sizeStyles8, paddingStyles3, Container;
|
|
8717
8796
|
var init_Container = __esm({
|
|
8718
|
-
"components/molecules/Container.tsx"() {
|
|
8797
|
+
"components/core/molecules/Container.tsx"() {
|
|
8719
8798
|
init_cn();
|
|
8720
8799
|
sizeStyles8 = {
|
|
8721
8800
|
xs: "max-w-xs",
|
|
@@ -8769,7 +8848,7 @@ var init_Container = __esm({
|
|
|
8769
8848
|
});
|
|
8770
8849
|
var InstallBox;
|
|
8771
8850
|
var init_InstallBox = __esm({
|
|
8772
|
-
"components/molecules/InstallBox.tsx"() {
|
|
8851
|
+
"components/marketing/molecules/InstallBox.tsx"() {
|
|
8773
8852
|
"use client";
|
|
8774
8853
|
init_cn();
|
|
8775
8854
|
init_Box();
|
|
@@ -8826,7 +8905,7 @@ var init_InstallBox = __esm({
|
|
|
8826
8905
|
});
|
|
8827
8906
|
var tagVariantMap, MarketingImage, HeroSection;
|
|
8828
8907
|
var init_HeroSection = __esm({
|
|
8829
|
-
"components/molecules/HeroSection.tsx"() {
|
|
8908
|
+
"components/marketing/molecules/HeroSection.tsx"() {
|
|
8830
8909
|
"use client";
|
|
8831
8910
|
init_cn();
|
|
8832
8911
|
init_Box();
|
|
@@ -9003,7 +9082,7 @@ var init_HeroSection = __esm({
|
|
|
9003
9082
|
});
|
|
9004
9083
|
var maxWidthMap, ArticleSection;
|
|
9005
9084
|
var init_ArticleSection = __esm({
|
|
9006
|
-
"components/molecules/ArticleSection.tsx"() {
|
|
9085
|
+
"components/marketing/molecules/ArticleSection.tsx"() {
|
|
9007
9086
|
"use client";
|
|
9008
9087
|
init_cn();
|
|
9009
9088
|
init_Box();
|
|
@@ -9040,7 +9119,7 @@ var init_ArticleSection = __esm({
|
|
|
9040
9119
|
});
|
|
9041
9120
|
var TeamCard;
|
|
9042
9121
|
var init_TeamCard = __esm({
|
|
9043
|
-
"components/molecules/TeamCard.tsx"() {
|
|
9122
|
+
"components/marketing/molecules/TeamCard.tsx"() {
|
|
9044
9123
|
"use client";
|
|
9045
9124
|
init_cn();
|
|
9046
9125
|
init_Box();
|
|
@@ -9079,7 +9158,7 @@ var init_TeamCard = __esm({
|
|
|
9079
9158
|
});
|
|
9080
9159
|
var gapStyles2, colStyles, SimpleGrid;
|
|
9081
9160
|
var init_SimpleGrid = __esm({
|
|
9082
|
-
"components/molecules/SimpleGrid.tsx"() {
|
|
9161
|
+
"components/core/molecules/SimpleGrid.tsx"() {
|
|
9083
9162
|
init_Box();
|
|
9084
9163
|
init_cn();
|
|
9085
9164
|
gapStyles2 = {
|
|
@@ -9129,7 +9208,7 @@ var init_SimpleGrid = __esm({
|
|
|
9129
9208
|
});
|
|
9130
9209
|
var CaseStudyCard;
|
|
9131
9210
|
var init_CaseStudyCard = __esm({
|
|
9132
|
-
"components/molecules/CaseStudyCard.tsx"() {
|
|
9211
|
+
"components/marketing/molecules/CaseStudyCard.tsx"() {
|
|
9133
9212
|
"use client";
|
|
9134
9213
|
init_cn();
|
|
9135
9214
|
init_Card();
|
|
@@ -9180,7 +9259,7 @@ var init_CaseStudyCard = __esm({
|
|
|
9180
9259
|
});
|
|
9181
9260
|
var CTABanner;
|
|
9182
9261
|
var init_CTABanner = __esm({
|
|
9183
|
-
"components/molecules/CTABanner.tsx"() {
|
|
9262
|
+
"components/marketing/molecules/CTABanner.tsx"() {
|
|
9184
9263
|
"use client";
|
|
9185
9264
|
init_cn();
|
|
9186
9265
|
init_Box();
|
|
@@ -9250,8 +9329,9 @@ var init_CTABanner = __esm({
|
|
|
9250
9329
|
});
|
|
9251
9330
|
var AboutPageTemplate;
|
|
9252
9331
|
var init_AboutPageTemplate = __esm({
|
|
9253
|
-
"components/templates/AboutPageTemplate.tsx"() {
|
|
9332
|
+
"components/marketing/templates/AboutPageTemplate.tsx"() {
|
|
9254
9333
|
init_cn();
|
|
9334
|
+
init_useTranslate();
|
|
9255
9335
|
init_Stack();
|
|
9256
9336
|
init_Box();
|
|
9257
9337
|
init_Typography();
|
|
@@ -9267,6 +9347,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9267
9347
|
entity,
|
|
9268
9348
|
className
|
|
9269
9349
|
}) => {
|
|
9350
|
+
const { t } = useTranslate();
|
|
9270
9351
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
9271
9352
|
if (!resolved) return null;
|
|
9272
9353
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
@@ -9291,7 +9372,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9291
9372
|
`article-${index}`
|
|
9292
9373
|
)),
|
|
9293
9374
|
resolved.team && resolved.team.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
|
|
9294
|
-
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "
|
|
9375
|
+
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.ourTeam") }),
|
|
9295
9376
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9296
9377
|
SimpleGrid,
|
|
9297
9378
|
{
|
|
@@ -9312,7 +9393,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9312
9393
|
)
|
|
9313
9394
|
] }) }) }),
|
|
9314
9395
|
resolved.caseStudies && resolved.caseStudies.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
|
|
9315
|
-
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "
|
|
9396
|
+
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.caseStudies") }),
|
|
9316
9397
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9317
9398
|
SimpleGrid,
|
|
9318
9399
|
{
|
|
@@ -9348,13 +9429,14 @@ var init_AboutPageTemplate = __esm({
|
|
|
9348
9429
|
});
|
|
9349
9430
|
var variantBorderClasses, variantIconColors, iconMap2, Alert;
|
|
9350
9431
|
var init_Alert = __esm({
|
|
9351
|
-
"components/molecules/Alert.tsx"() {
|
|
9432
|
+
"components/core/molecules/Alert.tsx"() {
|
|
9352
9433
|
"use client";
|
|
9353
9434
|
init_cn();
|
|
9354
9435
|
init_Box();
|
|
9355
9436
|
init_Icon();
|
|
9356
9437
|
init_Typography();
|
|
9357
9438
|
init_useEventBus();
|
|
9439
|
+
init_useTranslate();
|
|
9358
9440
|
variantBorderClasses = {
|
|
9359
9441
|
info: "border-info",
|
|
9360
9442
|
success: "border-success",
|
|
@@ -9386,6 +9468,7 @@ var init_Alert = __esm({
|
|
|
9386
9468
|
dismissEvent
|
|
9387
9469
|
}) => {
|
|
9388
9470
|
const eventBus = useEventBus();
|
|
9471
|
+
const { t } = useTranslate();
|
|
9389
9472
|
const handleDismissCallback = onDismiss || onClose;
|
|
9390
9473
|
const handleDismiss = () => {
|
|
9391
9474
|
if (dismissEvent) eventBus.emit(`UI:${dismissEvent}`, {});
|
|
@@ -9425,7 +9508,7 @@ var init_Alert = __esm({
|
|
|
9425
9508
|
"flex-shrink-0 p-1 transition-colors rounded-sm",
|
|
9426
9509
|
"hover:bg-muted"
|
|
9427
9510
|
),
|
|
9428
|
-
"aria-label": "
|
|
9511
|
+
"aria-label": t("aria.closeAlert"),
|
|
9429
9512
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "x", size: "sm" })
|
|
9430
9513
|
}
|
|
9431
9514
|
)
|
|
@@ -9438,7 +9521,7 @@ var init_Alert = __esm({
|
|
|
9438
9521
|
});
|
|
9439
9522
|
var positionClasses, arrowClasses, Tooltip;
|
|
9440
9523
|
var init_Tooltip = __esm({
|
|
9441
|
-
"components/molecules/Tooltip.tsx"() {
|
|
9524
|
+
"components/core/molecules/Tooltip.tsx"() {
|
|
9442
9525
|
"use client";
|
|
9443
9526
|
init_Typography();
|
|
9444
9527
|
init_cn();
|
|
@@ -9573,7 +9656,7 @@ function computePopoverStyle(position, triggerRect, popoverWidth) {
|
|
|
9573
9656
|
}
|
|
9574
9657
|
var positionClasses2, arrowClasses2, VIEWPORT_EDGE_PADDING, Popover;
|
|
9575
9658
|
var init_Popover = __esm({
|
|
9576
|
-
"components/molecules/Popover.tsx"() {
|
|
9659
|
+
"components/core/molecules/Popover.tsx"() {
|
|
9577
9660
|
"use client";
|
|
9578
9661
|
init_Typography();
|
|
9579
9662
|
init_cn();
|
|
@@ -9704,7 +9787,7 @@ var init_Popover = __esm({
|
|
|
9704
9787
|
});
|
|
9705
9788
|
var Menu;
|
|
9706
9789
|
var init_Menu = __esm({
|
|
9707
|
-
"components/molecules/Menu.tsx"() {
|
|
9790
|
+
"components/core/molecules/Menu.tsx"() {
|
|
9708
9791
|
"use client";
|
|
9709
9792
|
init_Box();
|
|
9710
9793
|
init_Icon();
|
|
@@ -9892,7 +9975,7 @@ function normalizeItem(item, index) {
|
|
|
9892
9975
|
}
|
|
9893
9976
|
var Accordion;
|
|
9894
9977
|
var init_Accordion = __esm({
|
|
9895
|
-
"components/molecules/Accordion.tsx"() {
|
|
9978
|
+
"components/core/molecules/Accordion.tsx"() {
|
|
9896
9979
|
"use client";
|
|
9897
9980
|
init_Icon();
|
|
9898
9981
|
init_Typography();
|
|
@@ -9993,7 +10076,7 @@ var init_Accordion = __esm({
|
|
|
9993
10076
|
});
|
|
9994
10077
|
var FloatingActionButton;
|
|
9995
10078
|
var init_FloatingActionButton = __esm({
|
|
9996
|
-
"components/molecules/FloatingActionButton.tsx"() {
|
|
10079
|
+
"components/core/molecules/FloatingActionButton.tsx"() {
|
|
9997
10080
|
"use client";
|
|
9998
10081
|
init_Button();
|
|
9999
10082
|
init_Box();
|
|
@@ -10161,7 +10244,7 @@ function MapView(props) {
|
|
|
10161
10244
|
}
|
|
10162
10245
|
var MapViewImpl;
|
|
10163
10246
|
var init_MapView = __esm({
|
|
10164
|
-
"components/molecules/MapView.tsx"() {
|
|
10247
|
+
"components/core/molecules/MapView.tsx"() {
|
|
10165
10248
|
"use client";
|
|
10166
10249
|
init_Box();
|
|
10167
10250
|
init_cn();
|
|
@@ -10699,7 +10782,7 @@ function MapViewPattern({
|
|
|
10699
10782
|
);
|
|
10700
10783
|
}
|
|
10701
10784
|
var init_ComponentPatterns = __esm({
|
|
10702
|
-
"components/organisms/ComponentPatterns.tsx"() {
|
|
10785
|
+
"components/core/organisms/ComponentPatterns.tsx"() {
|
|
10703
10786
|
"use client";
|
|
10704
10787
|
init_useEventBus();
|
|
10705
10788
|
init_Button();
|
|
@@ -10859,7 +10942,7 @@ function ActionButtons({
|
|
|
10859
10942
|
}
|
|
10860
10943
|
var sizeMap14, layoutMap;
|
|
10861
10944
|
var init_ActionButtons = __esm({
|
|
10862
|
-
"components/molecules/
|
|
10945
|
+
"components/game/molecules/ActionButtons.tsx"() {
|
|
10863
10946
|
"use client";
|
|
10864
10947
|
init_cn();
|
|
10865
10948
|
init_useEventBus();
|
|
@@ -10920,8 +11003,8 @@ function ActionTile({
|
|
|
10920
11003
|
}
|
|
10921
11004
|
var DRAG_MIME, SIZE_CONFIG;
|
|
10922
11005
|
var init_ActionTile = __esm({
|
|
10923
|
-
"components/organisms/
|
|
10924
|
-
|
|
11006
|
+
"components/game/organisms/puzzles/sequencer/ActionTile.tsx"() {
|
|
11007
|
+
init_atoms2();
|
|
10925
11008
|
init_cn();
|
|
10926
11009
|
init_useTranslate();
|
|
10927
11010
|
DRAG_MIME = "application/x-almadar-slot-item";
|
|
@@ -10958,8 +11041,8 @@ function ActionPalette({
|
|
|
10958
11041
|
] });
|
|
10959
11042
|
}
|
|
10960
11043
|
var init_ActionPalette = __esm({
|
|
10961
|
-
"components/organisms/
|
|
10962
|
-
|
|
11044
|
+
"components/game/organisms/puzzles/sequencer/ActionPalette.tsx"() {
|
|
11045
|
+
init_atoms2();
|
|
10963
11046
|
init_cn();
|
|
10964
11047
|
init_useTranslate();
|
|
10965
11048
|
init_ActionTile();
|
|
@@ -10968,7 +11051,7 @@ var init_ActionPalette = __esm({
|
|
|
10968
11051
|
});
|
|
10969
11052
|
var AuthLayout;
|
|
10970
11053
|
var init_AuthLayout = __esm({
|
|
10971
|
-
"components/templates/AuthLayout.tsx"() {
|
|
11054
|
+
"components/core/templates/AuthLayout.tsx"() {
|
|
10972
11055
|
"use client";
|
|
10973
11056
|
init_cn();
|
|
10974
11057
|
init_useTranslate();
|
|
@@ -11110,10 +11193,10 @@ var init_AuthLayout = __esm({
|
|
|
11110
11193
|
});
|
|
11111
11194
|
var LoadingState;
|
|
11112
11195
|
var init_LoadingState = __esm({
|
|
11113
|
-
"components/molecules/LoadingState.tsx"() {
|
|
11196
|
+
"components/core/molecules/LoadingState.tsx"() {
|
|
11114
11197
|
"use client";
|
|
11115
11198
|
init_cn();
|
|
11116
|
-
|
|
11199
|
+
init_atoms2();
|
|
11117
11200
|
init_Stack();
|
|
11118
11201
|
init_Typography();
|
|
11119
11202
|
init_useTranslate();
|
|
@@ -11299,6 +11382,15 @@ function subscribeToVerification(listener) {
|
|
|
11299
11382
|
getState().listeners.add(listener);
|
|
11300
11383
|
return () => getState().listeners.delete(listener);
|
|
11301
11384
|
}
|
|
11385
|
+
function defaultGetTraitState(traitName) {
|
|
11386
|
+
const getter = getState().traitSnapshots.get(traitName);
|
|
11387
|
+
if (getter === void 0) return void 0;
|
|
11388
|
+
try {
|
|
11389
|
+
return getter().currentState;
|
|
11390
|
+
} catch {
|
|
11391
|
+
return void 0;
|
|
11392
|
+
}
|
|
11393
|
+
}
|
|
11302
11394
|
function exposeOnWindow() {
|
|
11303
11395
|
if (typeof window === "undefined") return;
|
|
11304
11396
|
if (!window.__orbitalVerification) {
|
|
@@ -11309,10 +11401,16 @@ function exposeOnWindow() {
|
|
|
11309
11401
|
getBridge: getBridgeHealth,
|
|
11310
11402
|
getSummary,
|
|
11311
11403
|
waitForTransition,
|
|
11312
|
-
getTraitSnapshots
|
|
11404
|
+
getTraitSnapshots,
|
|
11405
|
+
getTraitState: defaultGetTraitState
|
|
11313
11406
|
};
|
|
11314
|
-
} else
|
|
11315
|
-
window.__orbitalVerification.getTraitSnapshots
|
|
11407
|
+
} else {
|
|
11408
|
+
if (!window.__orbitalVerification.getTraitSnapshots) {
|
|
11409
|
+
window.__orbitalVerification.getTraitSnapshots = getTraitSnapshots;
|
|
11410
|
+
}
|
|
11411
|
+
if (!window.__orbitalVerification.getTraitState) {
|
|
11412
|
+
window.__orbitalVerification.getTraitState = defaultGetTraitState;
|
|
11413
|
+
}
|
|
11316
11414
|
}
|
|
11317
11415
|
}
|
|
11318
11416
|
function waitForTransition(event, timeoutMs = 1e4) {
|
|
@@ -11421,7 +11519,7 @@ function useImageCache(urls) {
|
|
|
11421
11519
|
};
|
|
11422
11520
|
}
|
|
11423
11521
|
var init_useImageCache = __esm({
|
|
11424
|
-
"components/organisms/
|
|
11522
|
+
"components/game/organisms/hooks/useImageCache.ts"() {
|
|
11425
11523
|
"use client";
|
|
11426
11524
|
init_verificationRegistry();
|
|
11427
11525
|
}
|
|
@@ -11500,12 +11598,12 @@ function useCamera() {
|
|
|
11500
11598
|
};
|
|
11501
11599
|
}
|
|
11502
11600
|
var init_useCamera = __esm({
|
|
11503
|
-
"components/organisms/
|
|
11601
|
+
"components/game/organisms/hooks/useCamera.ts"() {
|
|
11504
11602
|
"use client";
|
|
11505
11603
|
}
|
|
11506
11604
|
});
|
|
11507
11605
|
|
|
11508
|
-
// components/organisms/
|
|
11606
|
+
// components/game/organisms/utils/isometric.ts
|
|
11509
11607
|
function isoToScreen(tileX, tileY, scale, baseOffsetX) {
|
|
11510
11608
|
const scaledTileWidth = TILE_WIDTH * scale;
|
|
11511
11609
|
const scaledFloorHeight = FLOOR_HEIGHT * scale;
|
|
@@ -11523,7 +11621,7 @@ function screenToIso(screenX, screenY, scale, baseOffsetX) {
|
|
|
11523
11621
|
}
|
|
11524
11622
|
var TILE_WIDTH, TILE_HEIGHT, FLOOR_HEIGHT, DIAMOND_TOP_Y, FEATURE_COLORS;
|
|
11525
11623
|
var init_isometric = __esm({
|
|
11526
|
-
"components/organisms/
|
|
11624
|
+
"components/game/organisms/utils/isometric.ts"() {
|
|
11527
11625
|
TILE_WIDTH = 256;
|
|
11528
11626
|
TILE_HEIGHT = 512;
|
|
11529
11627
|
FLOOR_HEIGHT = 128;
|
|
@@ -12281,7 +12379,7 @@ function IsometricCanvas({
|
|
|
12281
12379
|
}
|
|
12282
12380
|
var IsometricCanvas_default;
|
|
12283
12381
|
var init_IsometricCanvas = __esm({
|
|
12284
|
-
"components/molecules/
|
|
12382
|
+
"components/game/molecules/IsometricCanvas.tsx"() {
|
|
12285
12383
|
"use client";
|
|
12286
12384
|
init_cn();
|
|
12287
12385
|
init_useEventBus();
|
|
@@ -12301,9 +12399,9 @@ var init_IsometricCanvas = __esm({
|
|
|
12301
12399
|
}
|
|
12302
12400
|
});
|
|
12303
12401
|
|
|
12304
|
-
// components/organisms/
|
|
12402
|
+
// components/game/organisms/IsometricCanvas.tsx
|
|
12305
12403
|
var init_IsometricCanvas2 = __esm({
|
|
12306
|
-
"components/organisms/
|
|
12404
|
+
"components/game/organisms/IsometricCanvas.tsx"() {
|
|
12307
12405
|
init_IsometricCanvas();
|
|
12308
12406
|
}
|
|
12309
12407
|
});
|
|
@@ -12645,7 +12743,7 @@ function BattleBoard({
|
|
|
12645
12743
|
] });
|
|
12646
12744
|
}
|
|
12647
12745
|
var init_BattleBoard = __esm({
|
|
12648
|
-
"components/organisms/
|
|
12746
|
+
"components/game/organisms/BattleBoard.tsx"() {
|
|
12649
12747
|
"use client";
|
|
12650
12748
|
init_cn();
|
|
12651
12749
|
init_useEventBus();
|
|
@@ -12685,13 +12783,13 @@ function BattleTemplate({
|
|
|
12685
12783
|
);
|
|
12686
12784
|
}
|
|
12687
12785
|
var init_BattleTemplate = __esm({
|
|
12688
|
-
"components/templates/BattleTemplate.tsx"() {
|
|
12786
|
+
"components/game/templates/BattleTemplate.tsx"() {
|
|
12689
12787
|
init_BattleBoard();
|
|
12690
12788
|
BattleTemplate.displayName = "BattleTemplate";
|
|
12691
12789
|
}
|
|
12692
12790
|
});
|
|
12693
12791
|
|
|
12694
|
-
// components/atoms/
|
|
12792
|
+
// components/avl/atoms/types.ts
|
|
12695
12793
|
function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitionCount) {
|
|
12696
12794
|
if (isInitial) return "initial";
|
|
12697
12795
|
if (isTerminal) return "terminal";
|
|
@@ -12701,7 +12799,7 @@ function getStateRole(name, isInitial, isTerminal, transitionCount, maxTransitio
|
|
|
12701
12799
|
}
|
|
12702
12800
|
var STATE_COLORS, EFFECT_CATEGORY_COLORS, EFFECT_TYPE_TO_CATEGORY, CONNECTION_COLORS;
|
|
12703
12801
|
var init_types = __esm({
|
|
12704
|
-
"components/atoms/
|
|
12802
|
+
"components/avl/atoms/types.ts"() {
|
|
12705
12803
|
STATE_COLORS = {
|
|
12706
12804
|
initial: { fill: "#22C55E1F", border: "#16A34A" },
|
|
12707
12805
|
terminal: { fill: "#EF44441F", border: "#DC2626" },
|
|
@@ -12748,7 +12846,7 @@ function computeWidth(explicit, transitionCount) {
|
|
|
12748
12846
|
}
|
|
12749
12847
|
var AvlState;
|
|
12750
12848
|
var init_AvlState = __esm({
|
|
12751
|
-
"components/atoms/
|
|
12849
|
+
"components/avl/atoms/AvlState.tsx"() {
|
|
12752
12850
|
"use client";
|
|
12753
12851
|
init_types();
|
|
12754
12852
|
AvlState = ({
|
|
@@ -12929,7 +13027,7 @@ function effectIcon(type, x, y, s, color) {
|
|
|
12929
13027
|
}
|
|
12930
13028
|
var AvlEffect;
|
|
12931
13029
|
var init_AvlEffect = __esm({
|
|
12932
|
-
"components/atoms/
|
|
13030
|
+
"components/avl/atoms/AvlEffect.tsx"() {
|
|
12933
13031
|
"use client";
|
|
12934
13032
|
init_types();
|
|
12935
13033
|
AvlEffect = ({
|
|
@@ -12973,7 +13071,7 @@ var init_AvlEffect = __esm({
|
|
|
12973
13071
|
});
|
|
12974
13072
|
var MAX_VISIBLE_EFFECTS, AvlTransitionLane;
|
|
12975
13073
|
var init_AvlTransitionLane = __esm({
|
|
12976
|
-
"components/molecules/
|
|
13074
|
+
"components/avl/molecules/AvlTransitionLane.tsx"() {
|
|
12977
13075
|
"use client";
|
|
12978
13076
|
init_AvlEffect();
|
|
12979
13077
|
init_types();
|
|
@@ -13109,7 +13207,7 @@ var init_AvlTransitionLane = __esm({
|
|
|
13109
13207
|
});
|
|
13110
13208
|
var GUTTER_WIDTH, EVENT_SPACING, HEADER_Y, EVENT_START_Y, AvlSwimLane;
|
|
13111
13209
|
var init_AvlSwimLane = __esm({
|
|
13112
|
-
"components/molecules/
|
|
13210
|
+
"components/avl/molecules/AvlSwimLane.tsx"() {
|
|
13113
13211
|
"use client";
|
|
13114
13212
|
init_types();
|
|
13115
13213
|
GUTTER_WIDTH = 120;
|
|
@@ -13399,7 +13497,7 @@ function edgePath(points) {
|
|
|
13399
13497
|
}
|
|
13400
13498
|
var STATE_H, elk;
|
|
13401
13499
|
var init_avl_elk_layout = __esm({
|
|
13402
|
-
"components/molecules/avl
|
|
13500
|
+
"components/avl/molecules/avl-elk-layout.ts"() {
|
|
13403
13501
|
init_types();
|
|
13404
13502
|
STATE_H = 40;
|
|
13405
13503
|
elk = new ELK__default.default();
|
|
@@ -13407,7 +13505,7 @@ var init_avl_elk_layout = __esm({
|
|
|
13407
13505
|
});
|
|
13408
13506
|
var log6, SWIM_GUTTER, CENTER_W, BehaviorView;
|
|
13409
13507
|
var init_BehaviorView = __esm({
|
|
13410
|
-
"components/molecules/
|
|
13508
|
+
"components/avl/molecules/BehaviorView.tsx"() {
|
|
13411
13509
|
"use client";
|
|
13412
13510
|
init_AvlState();
|
|
13413
13511
|
init_AvlTransitionLane();
|
|
@@ -13523,7 +13621,7 @@ var init_BehaviorView = __esm({
|
|
|
13523
13621
|
});
|
|
13524
13622
|
var MIN_DIAGRAM_WIDTH, ScaledDiagram;
|
|
13525
13623
|
var init_ScaledDiagram = __esm({
|
|
13526
|
-
"components/molecules/ScaledDiagram.tsx"() {
|
|
13624
|
+
"components/core/molecules/ScaledDiagram.tsx"() {
|
|
13527
13625
|
init_Box();
|
|
13528
13626
|
init_useTranslate();
|
|
13529
13627
|
init_cn();
|
|
@@ -13626,7 +13724,7 @@ var init_katex_min = __esm({
|
|
|
13626
13724
|
});
|
|
13627
13725
|
var MarkdownContent;
|
|
13628
13726
|
var init_MarkdownContent = __esm({
|
|
13629
|
-
"components/molecules/markdown/MarkdownContent.tsx"() {
|
|
13727
|
+
"components/core/molecules/markdown/MarkdownContent.tsx"() {
|
|
13630
13728
|
init_katex_min();
|
|
13631
13729
|
init_Box();
|
|
13632
13730
|
init_useTranslate();
|
|
@@ -13771,7 +13869,7 @@ function computeFoldRegions(code) {
|
|
|
13771
13869
|
}
|
|
13772
13870
|
var orbStyleOverrides, orbStyle, loloStyleOverrides, loloStyle, log7, LINE_PROPS_FN, HIDDEN_LINE_NUMBERS, CodeBlock;
|
|
13773
13871
|
var init_CodeBlock = __esm({
|
|
13774
|
-
"components/molecules/markdown/CodeBlock.tsx"() {
|
|
13872
|
+
"components/core/molecules/markdown/CodeBlock.tsx"() {
|
|
13775
13873
|
init_Box();
|
|
13776
13874
|
init_Button();
|
|
13777
13875
|
init_Badge();
|
|
@@ -14365,7 +14463,7 @@ function Card2({
|
|
|
14365
14463
|
);
|
|
14366
14464
|
}
|
|
14367
14465
|
var init_Card2 = __esm({
|
|
14368
|
-
"components/molecules/Card.tsx"() {
|
|
14466
|
+
"components/core/molecules/Card.tsx"() {
|
|
14369
14467
|
"use client";
|
|
14370
14468
|
init_useEventBus();
|
|
14371
14469
|
init_useTranslate();
|
|
@@ -14375,7 +14473,7 @@ var init_Card2 = __esm({
|
|
|
14375
14473
|
});
|
|
14376
14474
|
var QuizBlock;
|
|
14377
14475
|
var init_QuizBlock = __esm({
|
|
14378
|
-
"components/molecules/QuizBlock.tsx"() {
|
|
14476
|
+
"components/core/molecules/QuizBlock.tsx"() {
|
|
14379
14477
|
init_Card2();
|
|
14380
14478
|
init_Stack();
|
|
14381
14479
|
init_Typography();
|
|
@@ -14417,7 +14515,7 @@ var init_QuizBlock = __esm({
|
|
|
14417
14515
|
});
|
|
14418
14516
|
var StateNode, TransitionBundleArrow, BundleTooltip, EntityBox, OutputsBox, Legend, StateMachineView;
|
|
14419
14517
|
var init_StateMachineView = __esm({
|
|
14420
|
-
"components/organisms/StateMachineView.tsx"() {
|
|
14518
|
+
"components/core/organisms/StateMachineView.tsx"() {
|
|
14421
14519
|
"use client";
|
|
14422
14520
|
init_Box();
|
|
14423
14521
|
init_Stack();
|
|
@@ -14827,7 +14925,7 @@ var init_StateMachineView = __esm({
|
|
|
14827
14925
|
action: "TOOLTIP_CLOSE",
|
|
14828
14926
|
className: "absolute -top-2 -right-2 w-6 h-6 rounded-full flex items-center justify-center hover:scale-110 transition-transform",
|
|
14829
14927
|
style: { backgroundColor: "var(--color-error)", padding: 0 },
|
|
14830
|
-
title: "
|
|
14928
|
+
title: t("common.close"),
|
|
14831
14929
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { icon: LucideIcons2.X, size: "xs", style: { color: "var(--color-error-foreground)" } })
|
|
14832
14930
|
}
|
|
14833
14931
|
),
|
|
@@ -15786,7 +15884,7 @@ function renderJazariGearNode(state, config) {
|
|
|
15786
15884
|
}
|
|
15787
15885
|
var JAZARI_VISUALIZER_CONFIG, GEAR_INNER_RADIUS, GEAR_NUM_TEETH, GEAR_TEETH_DEPTH, JazariStateMachine;
|
|
15788
15886
|
var init_JazariStateMachine = __esm({
|
|
15789
|
-
"components/molecules/JazariStateMachine.tsx"() {
|
|
15887
|
+
"components/core/molecules/JazariStateMachine.tsx"() {
|
|
15790
15888
|
"use client";
|
|
15791
15889
|
init_Box();
|
|
15792
15890
|
init_Typography();
|
|
@@ -15943,7 +16041,7 @@ var init_parseContentSegments = __esm({
|
|
|
15943
16041
|
});
|
|
15944
16042
|
var ContentRenderer;
|
|
15945
16043
|
var init_ContentRenderer = __esm({
|
|
15946
|
-
"components/molecules/ContentRenderer.tsx"() {
|
|
16044
|
+
"components/core/molecules/ContentRenderer.tsx"() {
|
|
15947
16045
|
init_Stack();
|
|
15948
16046
|
init_MarkdownContent();
|
|
15949
16047
|
init_CodeBlock();
|
|
@@ -16038,7 +16136,7 @@ var init_ContentRenderer = __esm({
|
|
|
16038
16136
|
});
|
|
16039
16137
|
var BookChapterView;
|
|
16040
16138
|
var init_BookChapterView = __esm({
|
|
16041
|
-
"components/organisms/book/BookChapterView.tsx"() {
|
|
16139
|
+
"components/marketing/organisms/book/BookChapterView.tsx"() {
|
|
16042
16140
|
init_Stack();
|
|
16043
16141
|
init_Typography();
|
|
16044
16142
|
init_Divider();
|
|
@@ -16079,7 +16177,7 @@ var init_BookChapterView = __esm({
|
|
|
16079
16177
|
});
|
|
16080
16178
|
var BookCoverPage;
|
|
16081
16179
|
var init_BookCoverPage = __esm({
|
|
16082
|
-
"components/organisms/book/BookCoverPage.tsx"() {
|
|
16180
|
+
"components/marketing/organisms/book/BookCoverPage.tsx"() {
|
|
16083
16181
|
init_Stack();
|
|
16084
16182
|
init_Typography();
|
|
16085
16183
|
init_Button();
|
|
@@ -16158,7 +16256,7 @@ var init_BookCoverPage = __esm({
|
|
|
16158
16256
|
});
|
|
16159
16257
|
var BookNavBar;
|
|
16160
16258
|
var init_BookNavBar = __esm({
|
|
16161
|
-
"components/organisms/book/BookNavBar.tsx"() {
|
|
16259
|
+
"components/marketing/organisms/book/BookNavBar.tsx"() {
|
|
16162
16260
|
init_Stack();
|
|
16163
16261
|
init_Button();
|
|
16164
16262
|
init_Typography();
|
|
@@ -16260,7 +16358,7 @@ var init_BookNavBar = __esm({
|
|
|
16260
16358
|
});
|
|
16261
16359
|
var BookTableOfContents;
|
|
16262
16360
|
var init_BookTableOfContents = __esm({
|
|
16263
|
-
"components/organisms/book/BookTableOfContents.tsx"() {
|
|
16361
|
+
"components/marketing/organisms/book/BookTableOfContents.tsx"() {
|
|
16264
16362
|
init_Stack();
|
|
16265
16363
|
init_Typography();
|
|
16266
16364
|
init_Button();
|
|
@@ -16317,10 +16415,10 @@ var init_BookTableOfContents = __esm({
|
|
|
16317
16415
|
});
|
|
16318
16416
|
var ICON_NAME_ALIASES, lookStyles3, EmptyState;
|
|
16319
16417
|
var init_EmptyState = __esm({
|
|
16320
|
-
"components/molecules/EmptyState.tsx"() {
|
|
16418
|
+
"components/core/molecules/EmptyState.tsx"() {
|
|
16321
16419
|
"use client";
|
|
16322
16420
|
init_cn();
|
|
16323
|
-
|
|
16421
|
+
init_atoms2();
|
|
16324
16422
|
init_Box();
|
|
16325
16423
|
init_Icon();
|
|
16326
16424
|
init_Stack();
|
|
@@ -16421,7 +16519,7 @@ var init_EmptyState = __esm({
|
|
|
16421
16519
|
}
|
|
16422
16520
|
});
|
|
16423
16521
|
|
|
16424
|
-
// components/organisms/book/types.ts
|
|
16522
|
+
// components/core/organisms/book/types.ts
|
|
16425
16523
|
function resolveFieldMap(fieldMap) {
|
|
16426
16524
|
if (!fieldMap) return IDENTITY_BOOK_FIELDS;
|
|
16427
16525
|
if (typeof fieldMap === "string") return FIELD_MAP_REGISTRY[fieldMap] ?? IDENTITY_BOOK_FIELDS;
|
|
@@ -16454,7 +16552,7 @@ function mapBookData(raw, fields = IDENTITY_BOOK_FIELDS) {
|
|
|
16454
16552
|
}
|
|
16455
16553
|
var IDENTITY_BOOK_FIELDS, AR_BOOK_FIELDS, FIELD_MAP_REGISTRY;
|
|
16456
16554
|
var init_types2 = __esm({
|
|
16457
|
-
"components/organisms/book/types.ts"() {
|
|
16555
|
+
"components/core/organisms/book/types.ts"() {
|
|
16458
16556
|
IDENTITY_BOOK_FIELDS = {
|
|
16459
16557
|
title: "title",
|
|
16460
16558
|
subtitle: "subtitle",
|
|
@@ -16493,7 +16591,7 @@ function flattenChapters(book) {
|
|
|
16493
16591
|
}
|
|
16494
16592
|
var PRINT_STYLES, BookViewer;
|
|
16495
16593
|
var init_BookViewer = __esm({
|
|
16496
|
-
"components/organisms/book/BookViewer.tsx"() {
|
|
16594
|
+
"components/marketing/organisms/book/BookViewer.tsx"() {
|
|
16497
16595
|
init_Box();
|
|
16498
16596
|
init_Stack();
|
|
16499
16597
|
init_useEventBus();
|
|
@@ -16675,7 +16773,7 @@ function getColsClass(cols) {
|
|
|
16675
16773
|
}
|
|
16676
16774
|
var colStyles2, gapStyles3, rowGapStyles, colGapStyles, alignStyles2, justifyStyles2, flowStyles, Grid;
|
|
16677
16775
|
var init_Grid = __esm({
|
|
16678
|
-
"components/molecules/Grid.tsx"() {
|
|
16776
|
+
"components/core/molecules/Grid.tsx"() {
|
|
16679
16777
|
init_cn();
|
|
16680
16778
|
colStyles2 = {
|
|
16681
16779
|
none: "grid-cols-none",
|
|
@@ -16882,7 +16980,7 @@ function DividerPattern({
|
|
|
16882
16980
|
);
|
|
16883
16981
|
}
|
|
16884
16982
|
var init_LayoutPatterns = __esm({
|
|
16885
|
-
"components/organisms/LayoutPatterns.tsx"() {
|
|
16983
|
+
"components/core/organisms/LayoutPatterns.tsx"() {
|
|
16886
16984
|
init_Stack();
|
|
16887
16985
|
init_Box();
|
|
16888
16986
|
init_Grid();
|
|
@@ -16918,7 +17016,7 @@ function isRuleBroken(rule, questions) {
|
|
|
16918
17016
|
}
|
|
16919
17017
|
var END_OF_SURVEY, OPERATOR_OPTIONS, RuleRow, NODE_WIDTH, NODE_HEIGHT, NODE_GAP_Y, PADDING, LogicGraph, BranchingLogicBuilder;
|
|
16920
17018
|
var init_BranchingLogicBuilder = __esm({
|
|
16921
|
-
"components/molecules/BranchingLogicBuilder.tsx"() {
|
|
17019
|
+
"components/core/molecules/BranchingLogicBuilder.tsx"() {
|
|
16922
17020
|
"use client";
|
|
16923
17021
|
init_Select();
|
|
16924
17022
|
init_Typography();
|
|
@@ -17358,12 +17456,13 @@ var init_BranchingLogicBuilder = __esm({
|
|
|
17358
17456
|
});
|
|
17359
17457
|
var Breadcrumb;
|
|
17360
17458
|
var init_Breadcrumb = __esm({
|
|
17361
|
-
"components/molecules/Breadcrumb.tsx"() {
|
|
17459
|
+
"components/core/molecules/Breadcrumb.tsx"() {
|
|
17362
17460
|
"use client";
|
|
17363
17461
|
init_Icon();
|
|
17364
17462
|
init_Typography();
|
|
17365
17463
|
init_cn();
|
|
17366
17464
|
init_useEventBus();
|
|
17465
|
+
init_useTranslate();
|
|
17367
17466
|
Breadcrumb = ({
|
|
17368
17467
|
items,
|
|
17369
17468
|
separator = "chevron-right",
|
|
@@ -17371,6 +17470,7 @@ var init_Breadcrumb = __esm({
|
|
|
17371
17470
|
className
|
|
17372
17471
|
}) => {
|
|
17373
17472
|
const eventBus = useEventBus();
|
|
17473
|
+
const { t } = useTranslate();
|
|
17374
17474
|
const displayItems = maxItems && items.length > maxItems ? [
|
|
17375
17475
|
...items.slice(0, 1),
|
|
17376
17476
|
{ label: "...", isCurrent: false },
|
|
@@ -17379,7 +17479,7 @@ var init_Breadcrumb = __esm({
|
|
|
17379
17479
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
17380
17480
|
"nav",
|
|
17381
17481
|
{
|
|
17382
|
-
"aria-label": "
|
|
17482
|
+
"aria-label": t("aria.breadcrumb"),
|
|
17383
17483
|
className: cn("flex items-center gap-2", className),
|
|
17384
17484
|
children: /* @__PURE__ */ jsxRuntime.jsx("ol", { className: "flex items-center gap-2", children: displayItems.map((item, index) => {
|
|
17385
17485
|
const isLast = index === displayItems.length - 1;
|
|
@@ -17595,8 +17695,8 @@ function BuilderBoard({
|
|
|
17595
17695
|
);
|
|
17596
17696
|
}
|
|
17597
17697
|
var init_BuilderBoard = __esm({
|
|
17598
|
-
"components/organisms/
|
|
17599
|
-
|
|
17698
|
+
"components/game/organisms/puzzles/builder/BuilderBoard.tsx"() {
|
|
17699
|
+
init_atoms2();
|
|
17600
17700
|
init_useEventBus();
|
|
17601
17701
|
init_useTranslate();
|
|
17602
17702
|
BuilderBoard.displayName = "BuilderBoard";
|
|
@@ -17614,10 +17714,10 @@ function useSafeEventBus2() {
|
|
|
17614
17714
|
}
|
|
17615
17715
|
var log8, lookStyles4, ButtonGroup;
|
|
17616
17716
|
var init_ButtonGroup = __esm({
|
|
17617
|
-
"components/molecules/ButtonGroup.tsx"() {
|
|
17717
|
+
"components/core/molecules/ButtonGroup.tsx"() {
|
|
17618
17718
|
"use client";
|
|
17619
17719
|
init_cn();
|
|
17620
|
-
|
|
17720
|
+
init_atoms2();
|
|
17621
17721
|
init_useEventBus();
|
|
17622
17722
|
log8 = logger.createLogger("almadar:ui:button-group");
|
|
17623
17723
|
lookStyles4 = {
|
|
@@ -17799,6 +17899,7 @@ function CalendarGrid({
|
|
|
17799
17899
|
}) {
|
|
17800
17900
|
const evs = Array.isArray(events2) ? events2 : events2 ? [events2] : [];
|
|
17801
17901
|
const eventBus = useEventBus();
|
|
17902
|
+
const { t } = useTranslate();
|
|
17802
17903
|
const longPressTimer = React84.useRef(null);
|
|
17803
17904
|
const resolvedWeekStart = React84.useMemo(
|
|
17804
17905
|
() => weekStart ? getStartOfWeek(weekStart) : getStartOfWeek(/* @__PURE__ */ new Date()),
|
|
@@ -17903,7 +18004,7 @@ function CalendarGrid({
|
|
|
17903
18004
|
icon: "chevron-left",
|
|
17904
18005
|
onClick: stepPrev,
|
|
17905
18006
|
"aria-disabled": !canPrev || void 0,
|
|
17906
|
-
"aria-label": "
|
|
18007
|
+
"aria-label": t("aria.previousDays"),
|
|
17907
18008
|
children: "Prev"
|
|
17908
18009
|
}
|
|
17909
18010
|
),
|
|
@@ -17916,7 +18017,7 @@ function CalendarGrid({
|
|
|
17916
18017
|
iconRight: "chevron-right",
|
|
17917
18018
|
onClick: stepNext,
|
|
17918
18019
|
"aria-disabled": !canNext || void 0,
|
|
17919
|
-
"aria-label": "
|
|
18020
|
+
"aria-label": t("aria.nextDays"),
|
|
17920
18021
|
children: "Next"
|
|
17921
18022
|
}
|
|
17922
18023
|
)
|
|
@@ -17996,7 +18097,7 @@ function CalendarGrid({
|
|
|
17996
18097
|
}
|
|
17997
18098
|
var SHORT_DATE;
|
|
17998
18099
|
var init_CalendarGrid = __esm({
|
|
17999
|
-
"components/molecules/CalendarGrid.tsx"() {
|
|
18100
|
+
"components/core/molecules/CalendarGrid.tsx"() {
|
|
18000
18101
|
"use client";
|
|
18001
18102
|
init_cn();
|
|
18002
18103
|
init_Box();
|
|
@@ -18008,15 +18109,16 @@ var init_CalendarGrid = __esm({
|
|
|
18008
18109
|
init_TimeSlotCell();
|
|
18009
18110
|
init_useEventBus();
|
|
18010
18111
|
init_useSwipeGesture();
|
|
18112
|
+
init_useTranslate();
|
|
18011
18113
|
SHORT_DATE = { month: "short", day: "numeric" };
|
|
18012
18114
|
CalendarGrid.displayName = "CalendarGrid";
|
|
18013
18115
|
}
|
|
18014
18116
|
});
|
|
18015
18117
|
|
|
18016
|
-
// components/organisms/
|
|
18118
|
+
// components/game/organisms/types/effects.ts
|
|
18017
18119
|
var EMPTY_EFFECT_STATE;
|
|
18018
18120
|
var init_effects = __esm({
|
|
18019
|
-
"components/organisms/
|
|
18121
|
+
"components/game/organisms/types/effects.ts"() {
|
|
18020
18122
|
EMPTY_EFFECT_STATE = {
|
|
18021
18123
|
particles: [],
|
|
18022
18124
|
sequences: [],
|
|
@@ -18025,7 +18127,7 @@ var init_effects = __esm({
|
|
|
18025
18127
|
}
|
|
18026
18128
|
});
|
|
18027
18129
|
|
|
18028
|
-
// components/organisms/
|
|
18130
|
+
// components/game/organisms/utils/canvasEffects.ts
|
|
18029
18131
|
function getOffscreenCtx(w, h) {
|
|
18030
18132
|
if (!_offscreen) {
|
|
18031
18133
|
if (typeof OffscreenCanvas !== "undefined") {
|
|
@@ -18221,13 +18323,13 @@ function getAllEffectSpriteUrls(manifest) {
|
|
|
18221
18323
|
}
|
|
18222
18324
|
var _offscreen, _offCtx;
|
|
18223
18325
|
var init_canvasEffects = __esm({
|
|
18224
|
-
"components/organisms/
|
|
18326
|
+
"components/game/organisms/utils/canvasEffects.ts"() {
|
|
18225
18327
|
_offscreen = null;
|
|
18226
18328
|
_offCtx = null;
|
|
18227
18329
|
}
|
|
18228
18330
|
});
|
|
18229
18331
|
|
|
18230
|
-
// components/organisms/
|
|
18332
|
+
// components/game/organisms/utils/combatPresets.ts
|
|
18231
18333
|
function p(manifest, key) {
|
|
18232
18334
|
const particles = manifest.particles;
|
|
18233
18335
|
if (!particles) return [];
|
|
@@ -19027,7 +19129,7 @@ function createCombatPresets(manifest) {
|
|
|
19027
19129
|
}
|
|
19028
19130
|
var PI2;
|
|
19029
19131
|
var init_combatPresets = __esm({
|
|
19030
|
-
"components/organisms/
|
|
19132
|
+
"components/game/organisms/utils/combatPresets.ts"() {
|
|
19031
19133
|
PI2 = Math.PI;
|
|
19032
19134
|
}
|
|
19033
19135
|
});
|
|
@@ -19254,7 +19356,7 @@ function CanvasEffect(props) {
|
|
|
19254
19356
|
}
|
|
19255
19357
|
var ACTION_EMOJI;
|
|
19256
19358
|
var init_CanvasEffect = __esm({
|
|
19257
|
-
"components/organisms/
|
|
19359
|
+
"components/game/organisms/CanvasEffect.tsx"() {
|
|
19258
19360
|
"use client";
|
|
19259
19361
|
init_cn();
|
|
19260
19362
|
init_useEventBus();
|
|
@@ -19307,7 +19409,7 @@ var init_getNestedValue = __esm({
|
|
|
19307
19409
|
});
|
|
19308
19410
|
var Pagination;
|
|
19309
19411
|
var init_Pagination = __esm({
|
|
19310
|
-
"components/molecules/Pagination.tsx"() {
|
|
19412
|
+
"components/core/molecules/Pagination.tsx"() {
|
|
19311
19413
|
"use client";
|
|
19312
19414
|
init_Button();
|
|
19313
19415
|
init_Typography();
|
|
@@ -19515,13 +19617,13 @@ function statusVariant(value) {
|
|
|
19515
19617
|
}
|
|
19516
19618
|
var STATUS_FIELDS, gapStyles4, alignStyles3, CardGrid;
|
|
19517
19619
|
var init_CardGrid = __esm({
|
|
19518
|
-
"components/organisms/CardGrid.tsx"() {
|
|
19620
|
+
"components/core/organisms/CardGrid.tsx"() {
|
|
19519
19621
|
"use client";
|
|
19520
19622
|
init_cn();
|
|
19521
19623
|
init_getNestedValue();
|
|
19522
19624
|
init_useEventBus();
|
|
19523
19625
|
init_useTranslate();
|
|
19524
|
-
|
|
19626
|
+
init_atoms2();
|
|
19525
19627
|
init_Badge();
|
|
19526
19628
|
init_Box();
|
|
19527
19629
|
init_Typography();
|
|
@@ -19747,11 +19849,12 @@ function useSafeEventBus3() {
|
|
|
19747
19849
|
}
|
|
19748
19850
|
var Carousel;
|
|
19749
19851
|
var init_Carousel = __esm({
|
|
19750
|
-
"components/molecules/Carousel.tsx"() {
|
|
19852
|
+
"components/core/molecules/Carousel.tsx"() {
|
|
19751
19853
|
"use client";
|
|
19752
19854
|
init_cn();
|
|
19753
19855
|
init_useEventBus();
|
|
19754
19856
|
init_useSwipeGesture();
|
|
19857
|
+
init_useTranslate();
|
|
19755
19858
|
init_Box();
|
|
19756
19859
|
init_Stack();
|
|
19757
19860
|
init_Button();
|
|
@@ -19772,6 +19875,7 @@ var init_Carousel = __esm({
|
|
|
19772
19875
|
const scrollRef = React84.useRef(null);
|
|
19773
19876
|
const autoPlayRef = React84.useRef(null);
|
|
19774
19877
|
const eventBus = useSafeEventBus3();
|
|
19878
|
+
const { t } = useTranslate();
|
|
19775
19879
|
const safeItems = items ?? [];
|
|
19776
19880
|
const totalSlides = safeItems.length;
|
|
19777
19881
|
const emitSlideChange = React84.useCallback(
|
|
@@ -19911,7 +20015,7 @@ var init_Carousel = __esm({
|
|
|
19911
20015
|
variant: "ghost",
|
|
19912
20016
|
size: "sm",
|
|
19913
20017
|
onClick: goPrev,
|
|
19914
|
-
"aria-label": "
|
|
20018
|
+
"aria-label": t("aria.previousSlide"),
|
|
19915
20019
|
className: cn(
|
|
19916
20020
|
"rounded-full",
|
|
19917
20021
|
"bg-surface/80",
|
|
@@ -19935,7 +20039,7 @@ var init_Carousel = __esm({
|
|
|
19935
20039
|
variant: "ghost",
|
|
19936
20040
|
size: "sm",
|
|
19937
20041
|
onClick: goNext,
|
|
19938
|
-
"aria-label": "
|
|
20042
|
+
"aria-label": t("aria.nextSlide"),
|
|
19939
20043
|
className: cn(
|
|
19940
20044
|
"rounded-full",
|
|
19941
20045
|
"bg-surface/80",
|
|
@@ -19983,7 +20087,7 @@ var init_Carousel = __esm({
|
|
|
19983
20087
|
});
|
|
19984
20088
|
var CaseStudyOrganism;
|
|
19985
20089
|
var init_CaseStudyOrganism = __esm({
|
|
19986
|
-
"components/organisms/CaseStudyOrganism.tsx"() {
|
|
20090
|
+
"components/core/organisms/CaseStudyOrganism.tsx"() {
|
|
19987
20091
|
"use client";
|
|
19988
20092
|
init_cn();
|
|
19989
20093
|
init_useEventBus();
|
|
@@ -20147,7 +20251,7 @@ function CastleBoard({
|
|
|
20147
20251
|
] });
|
|
20148
20252
|
}
|
|
20149
20253
|
var init_CastleBoard = __esm({
|
|
20150
|
-
"components/organisms/
|
|
20254
|
+
"components/game/organisms/CastleBoard.tsx"() {
|
|
20151
20255
|
"use client";
|
|
20152
20256
|
init_cn();
|
|
20153
20257
|
init_useEventBus();
|
|
@@ -20176,17 +20280,17 @@ function CastleTemplate({
|
|
|
20176
20280
|
);
|
|
20177
20281
|
}
|
|
20178
20282
|
var init_CastleTemplate = __esm({
|
|
20179
|
-
"components/templates/CastleTemplate.tsx"() {
|
|
20283
|
+
"components/game/templates/CastleTemplate.tsx"() {
|
|
20180
20284
|
init_CastleBoard();
|
|
20181
20285
|
CastleTemplate.displayName = "CastleTemplate";
|
|
20182
20286
|
}
|
|
20183
20287
|
});
|
|
20184
20288
|
var CHART_COLORS, seriesColor, monthFormatter, formatTimeLabel, BarChart, PieChart, LineChart, ScatterChart, LOOK_FROM_CHART_TYPE, Chart;
|
|
20185
20289
|
var init_Chart = __esm({
|
|
20186
|
-
"components/molecules/Chart.tsx"() {
|
|
20290
|
+
"components/core/molecules/Chart.tsx"() {
|
|
20187
20291
|
"use client";
|
|
20188
20292
|
init_cn();
|
|
20189
|
-
|
|
20293
|
+
init_atoms2();
|
|
20190
20294
|
init_Stack();
|
|
20191
20295
|
init_LoadingState();
|
|
20192
20296
|
init_ErrorState();
|
|
@@ -20794,13 +20898,13 @@ var init_Chart = __esm({
|
|
|
20794
20898
|
const firstSeriesData = normalizedSeries[0]?.data ?? [];
|
|
20795
20899
|
const hasContent = resolvedLook === "scatter" ? (scatterData?.length ?? 0) > 0 : normalizedSeries.some((s) => s.data.length > 0);
|
|
20796
20900
|
if (isLoading) {
|
|
20797
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
20901
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
20798
20902
|
}
|
|
20799
20903
|
if (error) {
|
|
20800
20904
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
20801
20905
|
ErrorState,
|
|
20802
20906
|
{
|
|
20803
|
-
title: "
|
|
20907
|
+
title: t("display.chartError"),
|
|
20804
20908
|
message: error.message,
|
|
20805
20909
|
className
|
|
20806
20910
|
}
|
|
@@ -20928,10 +21032,10 @@ var init_Chart = __esm({
|
|
|
20928
21032
|
});
|
|
20929
21033
|
var ChartLegend;
|
|
20930
21034
|
var init_ChartLegend = __esm({
|
|
20931
|
-
"components/molecules/ChartLegend.tsx"() {
|
|
21035
|
+
"components/core/molecules/ChartLegend.tsx"() {
|
|
20932
21036
|
"use client";
|
|
20933
21037
|
init_cn();
|
|
20934
|
-
|
|
21038
|
+
init_atoms2();
|
|
20935
21039
|
ChartLegend = ({
|
|
20936
21040
|
items,
|
|
20937
21041
|
className,
|
|
@@ -21097,8 +21201,8 @@ function ClassifierBoard({
|
|
|
21097
21201
|
);
|
|
21098
21202
|
}
|
|
21099
21203
|
var init_ClassifierBoard = __esm({
|
|
21100
|
-
"components/organisms/
|
|
21101
|
-
|
|
21204
|
+
"components/game/organisms/puzzles/classifier/ClassifierBoard.tsx"() {
|
|
21205
|
+
init_atoms2();
|
|
21102
21206
|
init_useEventBus();
|
|
21103
21207
|
init_useTranslate();
|
|
21104
21208
|
ClassifierBoard.displayName = "ClassifierBoard";
|
|
@@ -21129,8 +21233,8 @@ function CodeView({
|
|
|
21129
21233
|
] });
|
|
21130
21234
|
}
|
|
21131
21235
|
var init_CodeView = __esm({
|
|
21132
|
-
"components/organisms/
|
|
21133
|
-
|
|
21236
|
+
"components/game/organisms/puzzles/state-architect/CodeView.tsx"() {
|
|
21237
|
+
init_atoms2();
|
|
21134
21238
|
init_cn();
|
|
21135
21239
|
init_useTranslate();
|
|
21136
21240
|
CodeView.displayName = "CodeView";
|
|
@@ -21138,7 +21242,7 @@ var init_CodeView = __esm({
|
|
|
21138
21242
|
});
|
|
21139
21243
|
var Tabs;
|
|
21140
21244
|
var init_Tabs = __esm({
|
|
21141
|
-
"components/molecules/Tabs.tsx"() {
|
|
21245
|
+
"components/core/molecules/Tabs.tsx"() {
|
|
21142
21246
|
"use client";
|
|
21143
21247
|
init_Icon();
|
|
21144
21248
|
init_Badge();
|
|
@@ -21313,16 +21417,17 @@ function generateDiff(oldVal, newVal) {
|
|
|
21313
21417
|
}
|
|
21314
21418
|
var DIFF_STYLES, CodeViewer;
|
|
21315
21419
|
var init_CodeViewer = __esm({
|
|
21316
|
-
"components/molecules/CodeViewer.tsx"() {
|
|
21420
|
+
"components/core/molecules/CodeViewer.tsx"() {
|
|
21317
21421
|
"use client";
|
|
21318
21422
|
init_cn();
|
|
21319
|
-
|
|
21423
|
+
init_atoms2();
|
|
21320
21424
|
init_Stack();
|
|
21321
21425
|
init_LoadingState();
|
|
21322
21426
|
init_ErrorState();
|
|
21323
21427
|
init_EmptyState();
|
|
21324
21428
|
init_Tabs();
|
|
21325
21429
|
init_useEventBus();
|
|
21430
|
+
init_useTranslate();
|
|
21326
21431
|
DIFF_STYLES = {
|
|
21327
21432
|
add: {
|
|
21328
21433
|
bg: "bg-success/10",
|
|
@@ -21360,6 +21465,7 @@ var init_CodeViewer = __esm({
|
|
|
21360
21465
|
className
|
|
21361
21466
|
}) => {
|
|
21362
21467
|
const eventBus = useEventBus();
|
|
21468
|
+
const { t } = useTranslate();
|
|
21363
21469
|
const [copied, setCopied] = React84.useState(false);
|
|
21364
21470
|
const [wrap, setWrap] = React84.useState(wordWrap);
|
|
21365
21471
|
const [activeFileIndex, setActiveFileIndex] = React84.useState(0);
|
|
@@ -21397,13 +21503,13 @@ var init_CodeViewer = __esm({
|
|
|
21397
21503
|
content: null
|
|
21398
21504
|
}));
|
|
21399
21505
|
if (isLoading) {
|
|
21400
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
21506
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
21401
21507
|
}
|
|
21402
21508
|
if (error) {
|
|
21403
21509
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
21404
21510
|
ErrorState,
|
|
21405
21511
|
{
|
|
21406
|
-
title: "
|
|
21512
|
+
title: t("display.codeViewerError"),
|
|
21407
21513
|
message: error.message,
|
|
21408
21514
|
className
|
|
21409
21515
|
}
|
|
@@ -21414,7 +21520,7 @@ var init_CodeViewer = __esm({
|
|
|
21414
21520
|
EmptyState,
|
|
21415
21521
|
{
|
|
21416
21522
|
icon: LucideIcons2.Code,
|
|
21417
|
-
title: "
|
|
21523
|
+
title: t("display.noCode"),
|
|
21418
21524
|
description: "No code to display.",
|
|
21419
21525
|
className
|
|
21420
21526
|
}
|
|
@@ -21602,8 +21708,8 @@ function CombatLog({
|
|
|
21602
21708
|
}
|
|
21603
21709
|
var eventIcons, eventColors, eventBadgeVariants;
|
|
21604
21710
|
var init_CombatLog = __esm({
|
|
21605
|
-
"components/molecules/
|
|
21606
|
-
|
|
21711
|
+
"components/game/molecules/CombatLog.tsx"() {
|
|
21712
|
+
init_atoms2();
|
|
21607
21713
|
init_cn();
|
|
21608
21714
|
eventIcons = {
|
|
21609
21715
|
attack: LucideIcons2.Sword,
|
|
@@ -21643,7 +21749,7 @@ function formatCount(count) {
|
|
|
21643
21749
|
}
|
|
21644
21750
|
var CommunityLinks;
|
|
21645
21751
|
var init_CommunityLinks = __esm({
|
|
21646
|
-
"components/molecules/CommunityLinks.tsx"() {
|
|
21752
|
+
"components/marketing/molecules/CommunityLinks.tsx"() {
|
|
21647
21753
|
"use client";
|
|
21648
21754
|
init_Stack();
|
|
21649
21755
|
init_Typography();
|
|
@@ -21684,7 +21790,7 @@ var init_CommunityLinks = __esm({
|
|
|
21684
21790
|
});
|
|
21685
21791
|
var variantConfig, ConfirmDialog;
|
|
21686
21792
|
var init_ConfirmDialog = __esm({
|
|
21687
|
-
"components/molecules/ConfirmDialog.tsx"() {
|
|
21793
|
+
"components/core/molecules/ConfirmDialog.tsx"() {
|
|
21688
21794
|
"use client";
|
|
21689
21795
|
init_Modal();
|
|
21690
21796
|
init_Button();
|
|
@@ -21983,7 +22089,7 @@ function CounterFull({
|
|
|
21983
22089
|
}
|
|
21984
22090
|
var sizeStyles9, CounterTemplate;
|
|
21985
22091
|
var init_CounterTemplate = __esm({
|
|
21986
|
-
"components/templates/CounterTemplate.tsx"() {
|
|
22092
|
+
"components/core/templates/CounterTemplate.tsx"() {
|
|
21987
22093
|
init_cn();
|
|
21988
22094
|
init_Container();
|
|
21989
22095
|
init_Stack();
|
|
@@ -22080,7 +22186,7 @@ function CraftingRecipe({
|
|
|
22080
22186
|
}
|
|
22081
22187
|
var rarityValues;
|
|
22082
22188
|
var init_CraftingRecipe = __esm({
|
|
22083
|
-
"components/molecules/
|
|
22189
|
+
"components/game/molecules/CraftingRecipe.tsx"() {
|
|
22084
22190
|
"use client";
|
|
22085
22191
|
init_cn();
|
|
22086
22192
|
init_useEventBus();
|
|
@@ -22151,7 +22257,7 @@ function DPad({
|
|
|
22151
22257
|
}
|
|
22152
22258
|
var sizeMap15, arrowIcons;
|
|
22153
22259
|
var init_DPad = __esm({
|
|
22154
|
-
"components/molecules/
|
|
22260
|
+
"components/game/molecules/DPad.tsx"() {
|
|
22155
22261
|
"use client";
|
|
22156
22262
|
init_cn();
|
|
22157
22263
|
init_useEventBus();
|
|
@@ -22172,7 +22278,7 @@ var init_DPad = __esm({
|
|
|
22172
22278
|
});
|
|
22173
22279
|
var gapStyles5, columnStyles, colSpanStyles, rowSpanStyles, DashboardGrid;
|
|
22174
22280
|
var init_DashboardGrid = __esm({
|
|
22175
|
-
"components/organisms/layout/DashboardGrid.tsx"() {
|
|
22281
|
+
"components/core/organisms/layout/DashboardGrid.tsx"() {
|
|
22176
22282
|
init_cn();
|
|
22177
22283
|
init_Box();
|
|
22178
22284
|
init_useTranslate();
|
|
@@ -22245,10 +22351,10 @@ var init_CurrentPagePathContext = __esm({
|
|
|
22245
22351
|
});
|
|
22246
22352
|
var DashboardLayout, NavLink, NavLinkTopnav, NavLinkBottom;
|
|
22247
22353
|
var init_DashboardLayout = __esm({
|
|
22248
|
-
"components/templates/DashboardLayout.tsx"() {
|
|
22354
|
+
"components/core/templates/DashboardLayout.tsx"() {
|
|
22249
22355
|
"use client";
|
|
22250
22356
|
init_cn();
|
|
22251
|
-
|
|
22357
|
+
init_atoms2();
|
|
22252
22358
|
init_Box();
|
|
22253
22359
|
init_Stack();
|
|
22254
22360
|
init_Typography();
|
|
@@ -22428,7 +22534,7 @@ var init_DashboardLayout = __esm({
|
|
|
22428
22534
|
variant: "ghost",
|
|
22429
22535
|
className: "p-2 rounded-md hover:bg-muted dark:hover:bg-muted text-muted-foreground dark:text-muted-foreground touch-manipulation min-h-[44px] min-w-[44px] flex items-center justify-center",
|
|
22430
22536
|
onClick: () => setSidebarOpen(true),
|
|
22431
|
-
"aria-label": "
|
|
22537
|
+
"aria-label": t("aria.openSidebar"),
|
|
22432
22538
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "menu", className: "h-5 w-5" })
|
|
22433
22539
|
}
|
|
22434
22540
|
),
|
|
@@ -23199,7 +23305,7 @@ function useDataDnd(args) {
|
|
|
23199
23305
|
}
|
|
23200
23306
|
var dndLog, RootCtx;
|
|
23201
23307
|
var init_useDataDnd = __esm({
|
|
23202
|
-
"components/molecules/useDataDnd.tsx"() {
|
|
23308
|
+
"components/core/molecules/useDataDnd.tsx"() {
|
|
23203
23309
|
"use client";
|
|
23204
23310
|
init_useEventBus();
|
|
23205
23311
|
init_useAlmadarDndCollision();
|
|
@@ -23363,13 +23469,13 @@ function DataGrid({
|
|
|
23363
23469
|
6: "sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-6 @max-xl:!grid-cols-3 @max-lg:!grid-cols-2 @max-sm:!grid-cols-1"
|
|
23364
23470
|
}[cols] : void 0;
|
|
23365
23471
|
if (isLoading) {
|
|
23366
|
-
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items")
|
|
23472
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
|
|
23367
23473
|
}
|
|
23368
23474
|
if (error) {
|
|
23369
23475
|
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "error", children: error.message }) });
|
|
23370
23476
|
}
|
|
23371
23477
|
if (data.length === 0) {
|
|
23372
|
-
const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems")
|
|
23478
|
+
const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
|
|
23373
23479
|
return dnd.enabled ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
|
|
23374
23480
|
}
|
|
23375
23481
|
const allIds = data.map((item, i) => item.id || String(i));
|
|
@@ -23386,7 +23492,7 @@ function DataGrid({
|
|
|
23386
23492
|
checked: allSelected,
|
|
23387
23493
|
onChange: toggleAll,
|
|
23388
23494
|
className: "w-4 h-4 accent-primary",
|
|
23389
|
-
"aria-label": "
|
|
23495
|
+
"aria-label": t("aria.selectAll")
|
|
23390
23496
|
}
|
|
23391
23497
|
),
|
|
23392
23498
|
/* @__PURE__ */ jsxRuntime.jsxs(Typography, { variant: "caption", className: "font-semibold", children: [
|
|
@@ -23546,7 +23652,7 @@ function DataGrid({
|
|
|
23546
23652
|
Menu,
|
|
23547
23653
|
{
|
|
23548
23654
|
position: "bottom-end",
|
|
23549
|
-
trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": "
|
|
23655
|
+
trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
|
|
23550
23656
|
items: primaryActions.slice(maxInlineActions).map((action) => ({
|
|
23551
23657
|
label: action.label,
|
|
23552
23658
|
icon: action.icon,
|
|
@@ -23577,8 +23683,8 @@ function DataGrid({
|
|
|
23577
23683
|
/* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
|
|
23578
23684
|
t("common.showMore"),
|
|
23579
23685
|
" (",
|
|
23580
|
-
allData.length - visibleCount,
|
|
23581
|
-
"
|
|
23686
|
+
t("common.remaining", { count: allData.length - visibleCount }),
|
|
23687
|
+
")"
|
|
23582
23688
|
]
|
|
23583
23689
|
}
|
|
23584
23690
|
) }),
|
|
@@ -23595,7 +23701,7 @@ function DataGrid({
|
|
|
23595
23701
|
}
|
|
23596
23702
|
var dataGridLog, BADGE_VARIANTS, gapStyles6, lookStyles5;
|
|
23597
23703
|
var init_DataGrid = __esm({
|
|
23598
|
-
"components/molecules/DataGrid.tsx"() {
|
|
23704
|
+
"components/core/molecules/DataGrid.tsx"() {
|
|
23599
23705
|
"use client";
|
|
23600
23706
|
init_cn();
|
|
23601
23707
|
init_getNestedValue();
|
|
@@ -23804,7 +23910,7 @@ function DataList({
|
|
|
23804
23910
|
Menu,
|
|
23805
23911
|
{
|
|
23806
23912
|
position: "bottom-end",
|
|
23807
|
-
trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": "
|
|
23913
|
+
trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
|
|
23808
23914
|
items: overflow.map((action) => ({
|
|
23809
23915
|
label: action.label,
|
|
23810
23916
|
icon: action.icon,
|
|
@@ -23828,13 +23934,13 @@ function DataList({
|
|
|
23828
23934
|
eventBus.emit(`UI:${itemClickEvent}`, payload);
|
|
23829
23935
|
};
|
|
23830
23936
|
if (isLoading) {
|
|
23831
|
-
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items")
|
|
23937
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
|
|
23832
23938
|
}
|
|
23833
23939
|
if (error) {
|
|
23834
23940
|
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "error", children: error.message }) });
|
|
23835
23941
|
}
|
|
23836
23942
|
if (data.length === 0) {
|
|
23837
|
-
const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems")
|
|
23943
|
+
const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("empty.noItems") }) });
|
|
23838
23944
|
return dnd.enabled ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
|
|
23839
23945
|
}
|
|
23840
23946
|
const gapClass = {
|
|
@@ -24014,8 +24120,8 @@ function DataList({
|
|
|
24014
24120
|
/* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
|
|
24015
24121
|
t("common.showMore"),
|
|
24016
24122
|
" (",
|
|
24017
|
-
allData.length - visibleCount,
|
|
24018
|
-
"
|
|
24123
|
+
t("common.remaining", { count: allData.length - visibleCount }),
|
|
24124
|
+
")"
|
|
24019
24125
|
]
|
|
24020
24126
|
}
|
|
24021
24127
|
) }),
|
|
@@ -24034,7 +24140,7 @@ function DataList({
|
|
|
24034
24140
|
}
|
|
24035
24141
|
var dataListLog, listLookStyles;
|
|
24036
24142
|
var init_DataList = __esm({
|
|
24037
|
-
"components/molecules/DataList.tsx"() {
|
|
24143
|
+
"components/core/molecules/DataList.tsx"() {
|
|
24038
24144
|
"use client";
|
|
24039
24145
|
init_cn();
|
|
24040
24146
|
init_getNestedValue();
|
|
@@ -24089,7 +24195,7 @@ function fileIcon(name) {
|
|
|
24089
24195
|
}
|
|
24090
24196
|
var TreeNodeItem, FileTree;
|
|
24091
24197
|
var init_FileTree = __esm({
|
|
24092
|
-
"components/molecules/FileTree.tsx"() {
|
|
24198
|
+
"components/core/molecules/FileTree.tsx"() {
|
|
24093
24199
|
"use client";
|
|
24094
24200
|
init_Box();
|
|
24095
24201
|
init_Typography();
|
|
@@ -24200,7 +24306,7 @@ var init_FileTree = __esm({
|
|
|
24200
24306
|
});
|
|
24201
24307
|
var FormField;
|
|
24202
24308
|
var init_FormField = __esm({
|
|
24203
|
-
"components/molecules/FormField.tsx"() {
|
|
24309
|
+
"components/core/molecules/FormField.tsx"() {
|
|
24204
24310
|
init_cn();
|
|
24205
24311
|
init_Label();
|
|
24206
24312
|
init_Typography();
|
|
@@ -24224,7 +24330,7 @@ var init_FormField = __esm({
|
|
|
24224
24330
|
});
|
|
24225
24331
|
var resolveFilterType, lookStyles6, FilterGroup;
|
|
24226
24332
|
var init_FilterGroup = __esm({
|
|
24227
|
-
"components/molecules/FilterGroup.tsx"() {
|
|
24333
|
+
"components/core/molecules/FilterGroup.tsx"() {
|
|
24228
24334
|
"use client";
|
|
24229
24335
|
init_cn();
|
|
24230
24336
|
init_Button();
|
|
@@ -24668,7 +24774,7 @@ var init_FilterGroup = __esm({
|
|
|
24668
24774
|
});
|
|
24669
24775
|
var directionStyles, wrapStyles, alignStyles4, justifyStyles3, gapStyles7, Flex;
|
|
24670
24776
|
var init_Flex = __esm({
|
|
24671
|
-
"components/molecules/Flex.tsx"() {
|
|
24777
|
+
"components/core/molecules/Flex.tsx"() {
|
|
24672
24778
|
init_cn();
|
|
24673
24779
|
directionStyles = {
|
|
24674
24780
|
row: "flex-row",
|
|
@@ -24752,7 +24858,7 @@ var init_Flex = __esm({
|
|
|
24752
24858
|
});
|
|
24753
24859
|
var InputGroup;
|
|
24754
24860
|
var init_InputGroup = __esm({
|
|
24755
|
-
"components/molecules/InputGroup.tsx"() {
|
|
24861
|
+
"components/core/molecules/InputGroup.tsx"() {
|
|
24756
24862
|
init_Input();
|
|
24757
24863
|
init_Icon();
|
|
24758
24864
|
init_Typography();
|
|
@@ -24867,7 +24973,7 @@ var init_debug = __esm({
|
|
|
24867
24973
|
});
|
|
24868
24974
|
var isRelationsDebugEnabled, RelationSelect;
|
|
24869
24975
|
var init_RelationSelect = __esm({
|
|
24870
|
-
"components/molecules/RelationSelect.tsx"() {
|
|
24976
|
+
"components/core/molecules/RelationSelect.tsx"() {
|
|
24871
24977
|
"use client";
|
|
24872
24978
|
init_cn();
|
|
24873
24979
|
init_Box();
|
|
@@ -25094,7 +25200,7 @@ var init_RelationSelect = __esm({
|
|
|
25094
25200
|
});
|
|
25095
25201
|
var SearchInput;
|
|
25096
25202
|
var init_SearchInput = __esm({
|
|
25097
|
-
"components/molecules/SearchInput.tsx"() {
|
|
25203
|
+
"components/core/molecules/SearchInput.tsx"() {
|
|
25098
25204
|
"use client";
|
|
25099
25205
|
init_Input();
|
|
25100
25206
|
init_Spinner();
|
|
@@ -25197,7 +25303,7 @@ var init_SearchInput = __esm({
|
|
|
25197
25303
|
});
|
|
25198
25304
|
var SidePanel;
|
|
25199
25305
|
var init_SidePanel = __esm({
|
|
25200
|
-
"components/molecules/SidePanel.tsx"() {
|
|
25306
|
+
"components/core/molecules/SidePanel.tsx"() {
|
|
25201
25307
|
"use client";
|
|
25202
25308
|
init_Aside();
|
|
25203
25309
|
init_Box();
|
|
@@ -25205,6 +25311,7 @@ var init_SidePanel = __esm({
|
|
|
25205
25311
|
init_Typography();
|
|
25206
25312
|
init_cn();
|
|
25207
25313
|
init_useEventBus();
|
|
25314
|
+
init_useTranslate();
|
|
25208
25315
|
SidePanel = ({
|
|
25209
25316
|
title,
|
|
25210
25317
|
children,
|
|
@@ -25217,6 +25324,7 @@ var init_SidePanel = __esm({
|
|
|
25217
25324
|
closeEvent
|
|
25218
25325
|
}) => {
|
|
25219
25326
|
const eventBus = useEventBus();
|
|
25327
|
+
const { t } = useTranslate();
|
|
25220
25328
|
const handleClose = () => {
|
|
25221
25329
|
if (closeEvent) eventBus.emit(`UI:${closeEvent}`, {});
|
|
25222
25330
|
onClose();
|
|
@@ -25254,8 +25362,8 @@ var init_SidePanel = __esm({
|
|
|
25254
25362
|
size: "sm",
|
|
25255
25363
|
icon: "x",
|
|
25256
25364
|
onClick: handleClose,
|
|
25257
|
-
"aria-label": "
|
|
25258
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: "
|
|
25365
|
+
"aria-label": t("aria.closePanel"),
|
|
25366
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", as: "span", className: "sr-only", children: t("aria.closePanel") })
|
|
25259
25367
|
}
|
|
25260
25368
|
)
|
|
25261
25369
|
] }),
|
|
@@ -25270,7 +25378,7 @@ var init_SidePanel = __esm({
|
|
|
25270
25378
|
});
|
|
25271
25379
|
var WizardProgress;
|
|
25272
25380
|
var init_WizardProgress = __esm({
|
|
25273
|
-
"components/molecules/WizardProgress.tsx"() {
|
|
25381
|
+
"components/core/molecules/WizardProgress.tsx"() {
|
|
25274
25382
|
"use client";
|
|
25275
25383
|
init_Typography();
|
|
25276
25384
|
init_Box();
|
|
@@ -25373,7 +25481,7 @@ function useSafeEventBus4() {
|
|
|
25373
25481
|
}
|
|
25374
25482
|
var WizardNavigation;
|
|
25375
25483
|
var init_WizardNavigation = __esm({
|
|
25376
|
-
"components/molecules/WizardNavigation.tsx"() {
|
|
25484
|
+
"components/core/molecules/WizardNavigation.tsx"() {
|
|
25377
25485
|
"use client";
|
|
25378
25486
|
init_Button();
|
|
25379
25487
|
init_Typography();
|
|
@@ -25460,7 +25568,7 @@ var init_WizardNavigation = __esm({
|
|
|
25460
25568
|
});
|
|
25461
25569
|
var RepeatableFormSection;
|
|
25462
25570
|
var init_RepeatableFormSection = __esm({
|
|
25463
|
-
"components/molecules/RepeatableFormSection.tsx"() {
|
|
25571
|
+
"components/core/molecules/RepeatableFormSection.tsx"() {
|
|
25464
25572
|
"use client";
|
|
25465
25573
|
init_cn();
|
|
25466
25574
|
init_Box();
|
|
@@ -25599,7 +25707,7 @@ var init_RepeatableFormSection = __esm({
|
|
|
25599
25707
|
});
|
|
25600
25708
|
var actionTypeLabels, actionTypeIcons, ViolationAlert;
|
|
25601
25709
|
var init_ViolationAlert = __esm({
|
|
25602
|
-
"components/molecules/ViolationAlert.tsx"() {
|
|
25710
|
+
"components/core/molecules/ViolationAlert.tsx"() {
|
|
25603
25711
|
init_cn();
|
|
25604
25712
|
init_Box();
|
|
25605
25713
|
init_Stack();
|
|
@@ -25802,7 +25910,7 @@ var init_ViolationAlert = __esm({
|
|
|
25802
25910
|
});
|
|
25803
25911
|
var FormSectionHeader;
|
|
25804
25912
|
var init_FormSectionHeader = __esm({
|
|
25805
|
-
"components/molecules/FormSectionHeader.tsx"() {
|
|
25913
|
+
"components/core/molecules/FormSectionHeader.tsx"() {
|
|
25806
25914
|
init_cn();
|
|
25807
25915
|
init_Box();
|
|
25808
25916
|
init_Stack();
|
|
@@ -25879,7 +25987,7 @@ var init_FormSectionHeader = __esm({
|
|
|
25879
25987
|
});
|
|
25880
25988
|
var FlipCard;
|
|
25881
25989
|
var init_FlipCard = __esm({
|
|
25882
|
-
"components/molecules/FlipCard.tsx"() {
|
|
25990
|
+
"components/core/molecules/FlipCard.tsx"() {
|
|
25883
25991
|
"use client";
|
|
25884
25992
|
init_cn();
|
|
25885
25993
|
init_Box();
|
|
@@ -25941,7 +26049,7 @@ function daysAgo(n) {
|
|
|
25941
26049
|
}
|
|
25942
26050
|
var DEFAULT_PRESETS, DateRangePicker;
|
|
25943
26051
|
var init_DateRangePicker = __esm({
|
|
25944
|
-
"components/molecules/DateRangePicker.tsx"() {
|
|
26052
|
+
"components/core/molecules/DateRangePicker.tsx"() {
|
|
25945
26053
|
"use client";
|
|
25946
26054
|
init_cn();
|
|
25947
26055
|
init_Button();
|
|
@@ -26069,10 +26177,10 @@ var init_DateRangePicker = __esm({
|
|
|
26069
26177
|
});
|
|
26070
26178
|
var DEFAULT_OPTIONS, DateRangeSelector;
|
|
26071
26179
|
var init_DateRangeSelector = __esm({
|
|
26072
|
-
"components/molecules/DateRangeSelector.tsx"() {
|
|
26180
|
+
"components/core/molecules/DateRangeSelector.tsx"() {
|
|
26073
26181
|
"use client";
|
|
26074
26182
|
init_cn();
|
|
26075
|
-
|
|
26183
|
+
init_atoms2();
|
|
26076
26184
|
DEFAULT_OPTIONS = [
|
|
26077
26185
|
{ label: "1W", value: "week" },
|
|
26078
26186
|
{ label: "1M", value: "month" },
|
|
@@ -26101,10 +26209,10 @@ var init_DateRangeSelector = __esm({
|
|
|
26101
26209
|
});
|
|
26102
26210
|
var LineChart2;
|
|
26103
26211
|
var init_LineChart = __esm({
|
|
26104
|
-
"components/molecules/LineChart.tsx"() {
|
|
26212
|
+
"components/core/molecules/LineChart.tsx"() {
|
|
26105
26213
|
"use client";
|
|
26106
26214
|
init_cn();
|
|
26107
|
-
|
|
26215
|
+
init_atoms2();
|
|
26108
26216
|
LineChart2 = ({
|
|
26109
26217
|
data,
|
|
26110
26218
|
width = 400,
|
|
@@ -26216,10 +26324,10 @@ var init_LineChart = __esm({
|
|
|
26216
26324
|
});
|
|
26217
26325
|
var sizeMap16, stateColors, ProgressDots;
|
|
26218
26326
|
var init_ProgressDots = __esm({
|
|
26219
|
-
"components/molecules/ProgressDots.tsx"() {
|
|
26327
|
+
"components/core/molecules/ProgressDots.tsx"() {
|
|
26220
26328
|
"use client";
|
|
26221
26329
|
init_cn();
|
|
26222
|
-
|
|
26330
|
+
init_atoms2();
|
|
26223
26331
|
sizeMap16 = {
|
|
26224
26332
|
sm: { dot: 6, active: 8 },
|
|
26225
26333
|
md: { dot: 8, active: 10 },
|
|
@@ -26332,7 +26440,7 @@ function StatBadge({
|
|
|
26332
26440
|
}
|
|
26333
26441
|
var sizeMap17, variantMap2;
|
|
26334
26442
|
var init_StatBadge = __esm({
|
|
26335
|
-
"components/molecules/
|
|
26443
|
+
"components/game/molecules/StatBadge.tsx"() {
|
|
26336
26444
|
init_cn();
|
|
26337
26445
|
init_Icon();
|
|
26338
26446
|
init_HealthBar();
|
|
@@ -26407,7 +26515,7 @@ function InventoryGrid({
|
|
|
26407
26515
|
}
|
|
26408
26516
|
var columnMap;
|
|
26409
26517
|
var init_InventoryGrid = __esm({
|
|
26410
|
-
"components/molecules/
|
|
26518
|
+
"components/game/molecules/InventoryGrid.tsx"() {
|
|
26411
26519
|
"use client";
|
|
26412
26520
|
init_cn();
|
|
26413
26521
|
init_useEventBus();
|
|
@@ -26494,7 +26602,7 @@ function QuestTracker({
|
|
|
26494
26602
|
}) });
|
|
26495
26603
|
}
|
|
26496
26604
|
var init_QuestTracker = __esm({
|
|
26497
|
-
"components/molecules/
|
|
26605
|
+
"components/game/molecules/QuestTracker.tsx"() {
|
|
26498
26606
|
"use client";
|
|
26499
26607
|
init_cn();
|
|
26500
26608
|
init_WaypointMarker();
|
|
@@ -26560,7 +26668,7 @@ function PowerupSlots({
|
|
|
26560
26668
|
] });
|
|
26561
26669
|
}
|
|
26562
26670
|
var init_PowerupSlots = __esm({
|
|
26563
|
-
"components/molecules/
|
|
26671
|
+
"components/game/molecules/PowerupSlots.tsx"() {
|
|
26564
26672
|
"use client";
|
|
26565
26673
|
init_cn();
|
|
26566
26674
|
init_ItemSlot();
|
|
@@ -26670,7 +26778,7 @@ function GameCanvas2D({
|
|
|
26670
26778
|
) });
|
|
26671
26779
|
}
|
|
26672
26780
|
var init_GameCanvas2D = __esm({
|
|
26673
|
-
"components/molecules/
|
|
26781
|
+
"components/game/molecules/GameCanvas2D.tsx"() {
|
|
26674
26782
|
"use client";
|
|
26675
26783
|
init_cn();
|
|
26676
26784
|
init_Box();
|
|
@@ -26779,7 +26887,7 @@ function HealthPanel({
|
|
|
26779
26887
|
}
|
|
26780
26888
|
var sizeMap18, effectVariantMap;
|
|
26781
26889
|
var init_HealthPanel = __esm({
|
|
26782
|
-
"components/molecules/
|
|
26890
|
+
"components/game/molecules/HealthPanel.tsx"() {
|
|
26783
26891
|
"use client";
|
|
26784
26892
|
init_cn();
|
|
26785
26893
|
init_HealthBar();
|
|
@@ -26866,7 +26974,7 @@ function ScoreBoard({
|
|
|
26866
26974
|
);
|
|
26867
26975
|
}
|
|
26868
26976
|
var init_ScoreBoard = __esm({
|
|
26869
|
-
"components/molecules/
|
|
26977
|
+
"components/game/molecules/ScoreBoard.tsx"() {
|
|
26870
26978
|
"use client";
|
|
26871
26979
|
init_cn();
|
|
26872
26980
|
init_ComboCounter();
|
|
@@ -26904,7 +27012,7 @@ function ResourceBar({
|
|
|
26904
27012
|
);
|
|
26905
27013
|
}
|
|
26906
27014
|
var init_ResourceBar = __esm({
|
|
26907
|
-
"components/molecules/
|
|
27015
|
+
"components/game/molecules/ResourceBar.tsx"() {
|
|
26908
27016
|
"use client";
|
|
26909
27017
|
init_cn();
|
|
26910
27018
|
init_StatBadge();
|
|
@@ -26963,7 +27071,7 @@ function TurnPanel({
|
|
|
26963
27071
|
);
|
|
26964
27072
|
}
|
|
26965
27073
|
var init_TurnPanel = __esm({
|
|
26966
|
-
"components/molecules/
|
|
27074
|
+
"components/game/molecules/TurnPanel.tsx"() {
|
|
26967
27075
|
"use client";
|
|
26968
27076
|
init_cn();
|
|
26969
27077
|
init_TurnIndicator();
|
|
@@ -27046,7 +27154,7 @@ function EnemyPlate({
|
|
|
27046
27154
|
}
|
|
27047
27155
|
var effectVariantMap2;
|
|
27048
27156
|
var init_EnemyPlate = __esm({
|
|
27049
|
-
"components/molecules/
|
|
27157
|
+
"components/game/molecules/EnemyPlate.tsx"() {
|
|
27050
27158
|
"use client";
|
|
27051
27159
|
init_cn();
|
|
27052
27160
|
init_HealthBar();
|
|
@@ -27107,7 +27215,7 @@ function UnitCommandBar({
|
|
|
27107
27215
|
);
|
|
27108
27216
|
}
|
|
27109
27217
|
var init_UnitCommandBar = __esm({
|
|
27110
|
-
"components/molecules/
|
|
27218
|
+
"components/game/molecules/UnitCommandBar.tsx"() {
|
|
27111
27219
|
"use client";
|
|
27112
27220
|
init_cn();
|
|
27113
27221
|
init_Button();
|
|
@@ -27174,7 +27282,7 @@ function GameHud({
|
|
|
27174
27282
|
}
|
|
27175
27283
|
var positionMap;
|
|
27176
27284
|
var init_GameHud = __esm({
|
|
27177
|
-
"components/molecules/
|
|
27285
|
+
"components/game/molecules/GameHud.tsx"() {
|
|
27178
27286
|
init_cn();
|
|
27179
27287
|
init_StatBadge();
|
|
27180
27288
|
positionMap = {
|
|
@@ -27370,7 +27478,7 @@ function DialogueBox({
|
|
|
27370
27478
|
);
|
|
27371
27479
|
}
|
|
27372
27480
|
var init_DialogueBox = __esm({
|
|
27373
|
-
"components/molecules/
|
|
27481
|
+
"components/game/molecules/DialogueBox.tsx"() {
|
|
27374
27482
|
"use client";
|
|
27375
27483
|
init_cn();
|
|
27376
27484
|
init_useEventBus();
|
|
@@ -27528,7 +27636,7 @@ function InventoryPanel({
|
|
|
27528
27636
|
] });
|
|
27529
27637
|
}
|
|
27530
27638
|
var init_InventoryPanel = __esm({
|
|
27531
|
-
"components/molecules/
|
|
27639
|
+
"components/game/molecules/InventoryPanel.tsx"() {
|
|
27532
27640
|
"use client";
|
|
27533
27641
|
init_cn();
|
|
27534
27642
|
init_useEventBus();
|
|
@@ -27628,7 +27736,7 @@ function GameMenu({
|
|
|
27628
27736
|
}
|
|
27629
27737
|
var variantMap3;
|
|
27630
27738
|
var init_GameMenu = __esm({
|
|
27631
|
-
"components/molecules/
|
|
27739
|
+
"components/game/molecules/GameMenu.tsx"() {
|
|
27632
27740
|
"use client";
|
|
27633
27741
|
init_cn();
|
|
27634
27742
|
init_useEventBus();
|
|
@@ -27748,7 +27856,7 @@ function GameOverScreen({
|
|
|
27748
27856
|
}
|
|
27749
27857
|
var variantColors, buttonVariants;
|
|
27750
27858
|
var init_GameOverScreen = __esm({
|
|
27751
|
-
"components/molecules/
|
|
27859
|
+
"components/game/molecules/GameOverScreen.tsx"() {
|
|
27752
27860
|
"use client";
|
|
27753
27861
|
init_cn();
|
|
27754
27862
|
init_useEventBus();
|
|
@@ -28021,7 +28129,7 @@ function PlatformerCanvas({
|
|
|
28021
28129
|
}
|
|
28022
28130
|
var PLATFORM_COLORS, PLAYER_COLOR, PLAYER_EYE_COLOR, SKY_GRADIENT_TOP, SKY_GRADIENT_BOTTOM, GRID_COLOR;
|
|
28023
28131
|
var init_PlatformerCanvas = __esm({
|
|
28024
|
-
"components/molecules/
|
|
28132
|
+
"components/game/molecules/PlatformerCanvas.tsx"() {
|
|
28025
28133
|
init_cn();
|
|
28026
28134
|
init_useEventBus();
|
|
28027
28135
|
init_verificationRegistry();
|
|
@@ -28040,9 +28148,9 @@ var init_PlatformerCanvas = __esm({
|
|
|
28040
28148
|
}
|
|
28041
28149
|
});
|
|
28042
28150
|
|
|
28043
|
-
// components/molecules/
|
|
28044
|
-
var
|
|
28045
|
-
"components/molecules/
|
|
28151
|
+
// components/game/molecules/index.ts
|
|
28152
|
+
var init_molecules = __esm({
|
|
28153
|
+
"components/game/molecules/index.ts"() {
|
|
28046
28154
|
}
|
|
28047
28155
|
});
|
|
28048
28156
|
function resolveNodeColor(node, groups) {
|
|
@@ -28055,10 +28163,10 @@ function resolveNodeColor(node, groups) {
|
|
|
28055
28163
|
}
|
|
28056
28164
|
var GROUP_COLORS, DEFAULT_NODE_COLOR, DEFAULT_EDGE_COLOR, DEFAULT_NODE_SIZE, GraphView;
|
|
28057
28165
|
var init_GraphView = __esm({
|
|
28058
|
-
"components/molecules/GraphView.tsx"() {
|
|
28166
|
+
"components/core/molecules/GraphView.tsx"() {
|
|
28059
28167
|
"use client";
|
|
28060
28168
|
init_cn();
|
|
28061
|
-
|
|
28169
|
+
init_atoms2();
|
|
28062
28170
|
GROUP_COLORS = [
|
|
28063
28171
|
"#3b82f6",
|
|
28064
28172
|
// blue-500
|
|
@@ -28378,11 +28486,12 @@ function useSafeEventBus5() {
|
|
|
28378
28486
|
}
|
|
28379
28487
|
var sizeStyles10, LONG_PRESS_DELAY, LONG_PRESS_INTERVAL, NumberStepper;
|
|
28380
28488
|
var init_NumberStepper = __esm({
|
|
28381
|
-
"components/molecules/NumberStepper.tsx"() {
|
|
28489
|
+
"components/core/molecules/NumberStepper.tsx"() {
|
|
28382
28490
|
"use client";
|
|
28383
28491
|
init_cn();
|
|
28384
28492
|
init_Icon();
|
|
28385
28493
|
init_useEventBus();
|
|
28494
|
+
init_useTranslate();
|
|
28386
28495
|
sizeStyles10 = {
|
|
28387
28496
|
sm: {
|
|
28388
28497
|
button: "w-7 h-7",
|
|
@@ -28416,6 +28525,7 @@ var init_NumberStepper = __esm({
|
|
|
28416
28525
|
label
|
|
28417
28526
|
}) => {
|
|
28418
28527
|
const eventBus = useSafeEventBus5();
|
|
28528
|
+
const { t } = useTranslate();
|
|
28419
28529
|
const intervalRef = React84.useRef(null);
|
|
28420
28530
|
const timeoutRef = React84.useRef(null);
|
|
28421
28531
|
const isAtMin = min !== void 0 && value <= min;
|
|
@@ -28499,7 +28609,7 @@ var init_NumberStepper = __esm({
|
|
|
28499
28609
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
|
|
28500
28610
|
styles.button
|
|
28501
28611
|
),
|
|
28502
|
-
"aria-label": "
|
|
28612
|
+
"aria-label": t("aria.decrease"),
|
|
28503
28613
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "minus", className: styles.icon })
|
|
28504
28614
|
}
|
|
28505
28615
|
),
|
|
@@ -28540,7 +28650,7 @@ var init_NumberStepper = __esm({
|
|
|
28540
28650
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-ring focus:ring-inset",
|
|
28541
28651
|
styles.button
|
|
28542
28652
|
),
|
|
28543
|
-
"aria-label": "
|
|
28653
|
+
"aria-label": t("aria.increase"),
|
|
28544
28654
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "plus", className: styles.icon })
|
|
28545
28655
|
}
|
|
28546
28656
|
)
|
|
@@ -28563,7 +28673,7 @@ function useSafeEventBus6() {
|
|
|
28563
28673
|
}
|
|
28564
28674
|
var sizeStyles11, StarRating;
|
|
28565
28675
|
var init_StarRating = __esm({
|
|
28566
|
-
"components/molecules/StarRating.tsx"() {
|
|
28676
|
+
"components/core/molecules/StarRating.tsx"() {
|
|
28567
28677
|
"use client";
|
|
28568
28678
|
init_cn();
|
|
28569
28679
|
init_Icon();
|
|
@@ -28716,7 +28826,7 @@ function formatFileSize(bytes) {
|
|
|
28716
28826
|
}
|
|
28717
28827
|
var UploadDropZone;
|
|
28718
28828
|
var init_UploadDropZone = __esm({
|
|
28719
|
-
"components/molecules/UploadDropZone.tsx"() {
|
|
28829
|
+
"components/core/molecules/UploadDropZone.tsx"() {
|
|
28720
28830
|
"use client";
|
|
28721
28831
|
init_cn();
|
|
28722
28832
|
init_Icon();
|
|
@@ -28881,11 +28991,12 @@ function useSafeEventBus8() {
|
|
|
28881
28991
|
}
|
|
28882
28992
|
var Lightbox;
|
|
28883
28993
|
var init_Lightbox = __esm({
|
|
28884
|
-
"components/molecules/Lightbox.tsx"() {
|
|
28994
|
+
"components/core/molecules/Lightbox.tsx"() {
|
|
28885
28995
|
"use client";
|
|
28886
28996
|
init_Icon();
|
|
28887
28997
|
init_cn();
|
|
28888
28998
|
init_useEventBus();
|
|
28999
|
+
init_useTranslate();
|
|
28889
29000
|
Lightbox = ({
|
|
28890
29001
|
images = [],
|
|
28891
29002
|
currentIndex = 0,
|
|
@@ -28900,6 +29011,7 @@ var init_Lightbox = __esm({
|
|
|
28900
29011
|
const [index, setIndex] = React84.useState(currentIndex);
|
|
28901
29012
|
const [touchStartX, setTouchStartX] = React84.useState(null);
|
|
28902
29013
|
const eventBus = useSafeEventBus8();
|
|
29014
|
+
const { t } = useTranslate();
|
|
28903
29015
|
React84.useEffect(() => {
|
|
28904
29016
|
setIndex(currentIndex);
|
|
28905
29017
|
}, [currentIndex]);
|
|
@@ -28990,7 +29102,7 @@ var init_Lightbox = __esm({
|
|
|
28990
29102
|
"hover:bg-opacity-70 transition-opacity",
|
|
28991
29103
|
"focus:outline-none focus:ring-2 focus:ring-white"
|
|
28992
29104
|
),
|
|
28993
|
-
"aria-label": "
|
|
29105
|
+
"aria-label": t("aria.closeModal"),
|
|
28994
29106
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "x", className: "w-6 h-6" })
|
|
28995
29107
|
}
|
|
28996
29108
|
),
|
|
@@ -29009,7 +29121,7 @@ var init_Lightbox = __esm({
|
|
|
29009
29121
|
"hover:bg-opacity-70 transition-opacity",
|
|
29010
29122
|
"focus:outline-none focus:ring-2 focus:ring-white"
|
|
29011
29123
|
),
|
|
29012
|
-
"aria-label": "
|
|
29124
|
+
"aria-label": t("aria.previousImage"),
|
|
29013
29125
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-left", className: "w-8 h-8" })
|
|
29014
29126
|
}
|
|
29015
29127
|
),
|
|
@@ -29046,7 +29158,7 @@ var init_Lightbox = __esm({
|
|
|
29046
29158
|
"hover:bg-opacity-70 transition-opacity",
|
|
29047
29159
|
"focus:outline-none focus:ring-2 focus:ring-white"
|
|
29048
29160
|
),
|
|
29049
|
-
"aria-label": "
|
|
29161
|
+
"aria-label": t("aria.nextImage"),
|
|
29050
29162
|
children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-right", className: "w-8 h-8" })
|
|
29051
29163
|
}
|
|
29052
29164
|
),
|
|
@@ -29192,13 +29304,13 @@ function TableView({
|
|
|
29192
29304
|
eventBus.emit(`UI:${action.event}`, payload);
|
|
29193
29305
|
};
|
|
29194
29306
|
if (isLoading) {
|
|
29195
|
-
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items")
|
|
29307
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: t("loading.items") }) });
|
|
29196
29308
|
}
|
|
29197
29309
|
if (error) {
|
|
29198
29310
|
return /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-8", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "error", children: error.message }) });
|
|
29199
29311
|
}
|
|
29200
29312
|
if (data.length === 0) {
|
|
29201
|
-
const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: emptyMessage || t("empty.noItems")
|
|
29313
|
+
const emptyNode = /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "text-center py-12", children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", color: "secondary", children: emptyMessage || t("empty.noItems") }) });
|
|
29202
29314
|
return dnd.enabled ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: dnd.wrapContainer(emptyNode) }) : emptyNode;
|
|
29203
29315
|
}
|
|
29204
29316
|
const lk = LOOKS[look];
|
|
@@ -29223,7 +29335,7 @@ function TableView({
|
|
|
29223
29335
|
lk.headPad
|
|
29224
29336
|
),
|
|
29225
29337
|
children: [
|
|
29226
|
-
selectable && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsxRuntime.jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": "
|
|
29338
|
+
selectable && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex items-center", children: /* @__PURE__ */ jsxRuntime.jsx(Checkbox, { checked: allSelected, onChange: toggleAll, "aria-label": t("aria.selectAllRows") }) }),
|
|
29227
29339
|
colDefs.map((col) => {
|
|
29228
29340
|
const active = sortColumn === (col.field ?? col.key);
|
|
29229
29341
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
@@ -29317,7 +29429,7 @@ function TableView({
|
|
|
29317
29429
|
Menu,
|
|
29318
29430
|
{
|
|
29319
29431
|
position: "bottom-end",
|
|
29320
|
-
trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": "
|
|
29432
|
+
trigger: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", "aria-label": t("common.actions"), "data-testid": "action-overflow", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "more-horizontal", size: "xs" }) }),
|
|
29321
29433
|
items: itemActions.slice(maxInlineActions).map((action) => ({
|
|
29322
29434
|
label: action.label,
|
|
29323
29435
|
icon: action.icon,
|
|
@@ -29355,8 +29467,8 @@ function TableView({
|
|
|
29355
29467
|
/* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "chevron-down", size: "xs", className: "mr-1" }),
|
|
29356
29468
|
t("common.showMore"),
|
|
29357
29469
|
" (",
|
|
29358
|
-
ordered.length - visibleCount,
|
|
29359
|
-
"
|
|
29470
|
+
t("common.remaining", { count: ordered.length - visibleCount }),
|
|
29471
|
+
")"
|
|
29360
29472
|
] }) })
|
|
29361
29473
|
]
|
|
29362
29474
|
}
|
|
@@ -29364,7 +29476,7 @@ function TableView({
|
|
|
29364
29476
|
}
|
|
29365
29477
|
var alignClass, weightClass, LOOKS;
|
|
29366
29478
|
var init_TableView = __esm({
|
|
29367
|
-
"components/molecules/TableView.tsx"() {
|
|
29479
|
+
"components/core/molecules/TableView.tsx"() {
|
|
29368
29480
|
"use client";
|
|
29369
29481
|
init_cn();
|
|
29370
29482
|
init_getNestedValue();
|
|
@@ -29422,7 +29534,7 @@ function composeDisplayValue(value, format, max, prefix, suffix) {
|
|
|
29422
29534
|
}
|
|
29423
29535
|
var lookStyles7, variantColor, StatDisplay;
|
|
29424
29536
|
var init_StatDisplay = __esm({
|
|
29425
|
-
"components/molecules/StatDisplay.tsx"() {
|
|
29537
|
+
"components/core/molecules/StatDisplay.tsx"() {
|
|
29426
29538
|
"use client";
|
|
29427
29539
|
init_cn();
|
|
29428
29540
|
init_Card();
|
|
@@ -29565,14 +29677,15 @@ function getColorForValue(value, max, thresholds) {
|
|
|
29565
29677
|
}
|
|
29566
29678
|
var DEFAULT_THRESHOLDS, radialSizes, Meter;
|
|
29567
29679
|
var init_Meter = __esm({
|
|
29568
|
-
"components/molecules/Meter.tsx"() {
|
|
29680
|
+
"components/core/molecules/Meter.tsx"() {
|
|
29569
29681
|
"use client";
|
|
29570
29682
|
init_cn();
|
|
29571
|
-
|
|
29683
|
+
init_atoms2();
|
|
29572
29684
|
init_Stack();
|
|
29573
29685
|
init_LoadingState();
|
|
29574
29686
|
init_ErrorState();
|
|
29575
29687
|
init_useEventBus();
|
|
29688
|
+
init_useTranslate();
|
|
29576
29689
|
DEFAULT_THRESHOLDS = [
|
|
29577
29690
|
{ value: 30, color: "var(--color-error)" },
|
|
29578
29691
|
{ value: 70, color: "var(--color-warning)" },
|
|
@@ -29600,6 +29713,7 @@ var init_Meter = __esm({
|
|
|
29600
29713
|
className
|
|
29601
29714
|
}) => {
|
|
29602
29715
|
const eventBus = useEventBus();
|
|
29716
|
+
const { t } = useTranslate();
|
|
29603
29717
|
const handleAction = React84.useCallback(
|
|
29604
29718
|
(action) => {
|
|
29605
29719
|
if (action.event) {
|
|
@@ -29623,13 +29737,13 @@ var init_Meter = __esm({
|
|
|
29623
29737
|
return unit ? `${formatted}${unit}` : `${formatted}`;
|
|
29624
29738
|
}, [safeVal, unit]);
|
|
29625
29739
|
if (isLoading) {
|
|
29626
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
29740
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
29627
29741
|
}
|
|
29628
29742
|
if (error) {
|
|
29629
29743
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
29630
29744
|
ErrorState,
|
|
29631
29745
|
{
|
|
29632
|
-
title: "
|
|
29746
|
+
title: t("display.meterError"),
|
|
29633
29747
|
message: error.message,
|
|
29634
29748
|
className
|
|
29635
29749
|
}
|
|
@@ -29726,7 +29840,7 @@ var init_Meter = __esm({
|
|
|
29726
29840
|
idx
|
|
29727
29841
|
);
|
|
29728
29842
|
}) }),
|
|
29729
|
-
thresholds.some((
|
|
29843
|
+
thresholds.some((t2) => t2.label) && /* @__PURE__ */ jsxRuntime.jsx(HStack, { justify: "between", className: "w-full", children: thresholds.map((t2, idx) => /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "caption", color: "secondary", children: t2.label || "" }, idx)) })
|
|
29730
29844
|
] }) });
|
|
29731
29845
|
}
|
|
29732
29846
|
return /* @__PURE__ */ jsxRuntime.jsx(Card, { className: cn("p-4", className), children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "sm", children: [
|
|
@@ -29781,7 +29895,7 @@ function useSafeEventBus9() {
|
|
|
29781
29895
|
}
|
|
29782
29896
|
var SwipeableRow;
|
|
29783
29897
|
var init_SwipeableRow = __esm({
|
|
29784
|
-
"components/molecules/SwipeableRow.tsx"() {
|
|
29898
|
+
"components/core/molecules/SwipeableRow.tsx"() {
|
|
29785
29899
|
"use client";
|
|
29786
29900
|
init_cn();
|
|
29787
29901
|
init_useEventBus();
|
|
@@ -30048,7 +30162,7 @@ function SortableListInner({
|
|
|
30048
30162
|
}
|
|
30049
30163
|
var EMPTY_ITEMS, SortableList;
|
|
30050
30164
|
var init_SortableList = __esm({
|
|
30051
|
-
"components/molecules/SortableList.tsx"() {
|
|
30165
|
+
"components/core/molecules/SortableList.tsx"() {
|
|
30052
30166
|
"use client";
|
|
30053
30167
|
init_cn();
|
|
30054
30168
|
init_useEventBus();
|
|
@@ -30074,7 +30188,7 @@ function useSafeEventBus11() {
|
|
|
30074
30188
|
}
|
|
30075
30189
|
var SAFETY_TIMEOUT_MS, PullToRefresh;
|
|
30076
30190
|
var init_PullToRefresh = __esm({
|
|
30077
|
-
"components/molecules/PullToRefresh.tsx"() {
|
|
30191
|
+
"components/core/molecules/PullToRefresh.tsx"() {
|
|
30078
30192
|
"use client";
|
|
30079
30193
|
init_cn();
|
|
30080
30194
|
init_useEventBus();
|
|
@@ -30175,7 +30289,7 @@ var init_PullToRefresh = __esm({
|
|
|
30175
30289
|
});
|
|
30176
30290
|
var iconSizeMap, gapMap, FeatureCard;
|
|
30177
30291
|
var init_FeatureCard = __esm({
|
|
30178
|
-
"components/molecules/FeatureCard.tsx"() {
|
|
30292
|
+
"components/marketing/molecules/FeatureCard.tsx"() {
|
|
30179
30293
|
"use client";
|
|
30180
30294
|
init_cn();
|
|
30181
30295
|
init_Card();
|
|
@@ -30255,7 +30369,7 @@ var init_FeatureCard = __esm({
|
|
|
30255
30369
|
});
|
|
30256
30370
|
var FeatureGrid;
|
|
30257
30371
|
var init_FeatureGrid = __esm({
|
|
30258
|
-
"components/molecules/FeatureGrid.tsx"() {
|
|
30372
|
+
"components/core/molecules/FeatureGrid.tsx"() {
|
|
30259
30373
|
"use client";
|
|
30260
30374
|
init_cn();
|
|
30261
30375
|
init_SimpleGrid();
|
|
@@ -30281,7 +30395,7 @@ var init_FeatureGrid = __esm({
|
|
|
30281
30395
|
});
|
|
30282
30396
|
var PricingCard;
|
|
30283
30397
|
var init_PricingCard = __esm({
|
|
30284
|
-
"components/molecules/PricingCard.tsx"() {
|
|
30398
|
+
"components/marketing/molecules/PricingCard.tsx"() {
|
|
30285
30399
|
"use client";
|
|
30286
30400
|
init_cn();
|
|
30287
30401
|
init_Card();
|
|
@@ -30361,7 +30475,7 @@ var init_PricingCard = __esm({
|
|
|
30361
30475
|
});
|
|
30362
30476
|
var PricingGrid;
|
|
30363
30477
|
var init_PricingGrid = __esm({
|
|
30364
|
-
"components/molecules/PricingGrid.tsx"() {
|
|
30478
|
+
"components/marketing/molecules/PricingGrid.tsx"() {
|
|
30365
30479
|
"use client";
|
|
30366
30480
|
init_cn();
|
|
30367
30481
|
init_SimpleGrid();
|
|
@@ -30386,7 +30500,7 @@ var init_PricingGrid = __esm({
|
|
|
30386
30500
|
});
|
|
30387
30501
|
var StatsGrid;
|
|
30388
30502
|
var init_StatsGrid = __esm({
|
|
30389
|
-
"components/molecules/StatsGrid.tsx"() {
|
|
30503
|
+
"components/marketing/molecules/StatsGrid.tsx"() {
|
|
30390
30504
|
"use client";
|
|
30391
30505
|
init_cn();
|
|
30392
30506
|
init_SimpleGrid();
|
|
@@ -30414,7 +30528,7 @@ var init_StatsGrid = __esm({
|
|
|
30414
30528
|
});
|
|
30415
30529
|
var ServiceCatalog;
|
|
30416
30530
|
var init_ServiceCatalog = __esm({
|
|
30417
|
-
"components/molecules/ServiceCatalog.tsx"() {
|
|
30531
|
+
"components/marketing/molecules/ServiceCatalog.tsx"() {
|
|
30418
30532
|
"use client";
|
|
30419
30533
|
init_cn();
|
|
30420
30534
|
init_Card();
|
|
@@ -30443,7 +30557,7 @@ var init_ServiceCatalog = __esm({
|
|
|
30443
30557
|
});
|
|
30444
30558
|
var LogosVariant, QuotesVariant, BadgesVariant, SocialProof;
|
|
30445
30559
|
var init_SocialProof = __esm({
|
|
30446
|
-
"components/molecules/SocialProof.tsx"() {
|
|
30560
|
+
"components/core/molecules/SocialProof.tsx"() {
|
|
30447
30561
|
"use client";
|
|
30448
30562
|
init_cn();
|
|
30449
30563
|
init_Box();
|
|
@@ -30501,7 +30615,7 @@ var init_SocialProof = __esm({
|
|
|
30501
30615
|
});
|
|
30502
30616
|
var StepCircle, StepFlow;
|
|
30503
30617
|
var init_StepFlow = __esm({
|
|
30504
|
-
"components/molecules/StepFlow.tsx"() {
|
|
30618
|
+
"components/marketing/molecules/StepFlow.tsx"() {
|
|
30505
30619
|
"use client";
|
|
30506
30620
|
init_cn();
|
|
30507
30621
|
init_Box();
|
|
@@ -30578,7 +30692,7 @@ var init_StepFlow = __esm({
|
|
|
30578
30692
|
});
|
|
30579
30693
|
var SplitSection;
|
|
30580
30694
|
var init_SplitSection = __esm({
|
|
30581
|
-
"components/molecules/SplitSection.tsx"() {
|
|
30695
|
+
"components/marketing/molecules/SplitSection.tsx"() {
|
|
30582
30696
|
"use client";
|
|
30583
30697
|
init_cn();
|
|
30584
30698
|
init_Box();
|
|
@@ -30651,7 +30765,7 @@ function normalizeTags(tags) {
|
|
|
30651
30765
|
}
|
|
30652
30766
|
var variantMap4, TagCloud;
|
|
30653
30767
|
var init_TagCloud = __esm({
|
|
30654
|
-
"components/molecules/TagCloud.tsx"() {
|
|
30768
|
+
"components/marketing/molecules/TagCloud.tsx"() {
|
|
30655
30769
|
"use client";
|
|
30656
30770
|
init_cn();
|
|
30657
30771
|
init_Stack();
|
|
@@ -30677,7 +30791,7 @@ var init_TagCloud = __esm({
|
|
|
30677
30791
|
});
|
|
30678
30792
|
var TagInput;
|
|
30679
30793
|
var init_TagInput = __esm({
|
|
30680
|
-
"components/molecules/TagInput.tsx"() {
|
|
30794
|
+
"components/core/molecules/TagInput.tsx"() {
|
|
30681
30795
|
"use client";
|
|
30682
30796
|
init_cn();
|
|
30683
30797
|
init_useEventBus();
|
|
@@ -30769,7 +30883,7 @@ var init_TagInput = __esm({
|
|
|
30769
30883
|
});
|
|
30770
30884
|
var ShowcaseCard;
|
|
30771
30885
|
var init_ShowcaseCard = __esm({
|
|
30772
|
-
"components/molecules/ShowcaseCard.tsx"() {
|
|
30886
|
+
"components/marketing/molecules/ShowcaseCard.tsx"() {
|
|
30773
30887
|
"use client";
|
|
30774
30888
|
init_cn();
|
|
30775
30889
|
init_Card();
|
|
@@ -31089,7 +31203,7 @@ function FrameStrip({
|
|
|
31089
31203
|
}
|
|
31090
31204
|
var GeometricPattern;
|
|
31091
31205
|
var init_GeometricPattern = __esm({
|
|
31092
|
-
"components/molecules/GeometricPattern.tsx"() {
|
|
31206
|
+
"components/marketing/molecules/GeometricPattern.tsx"() {
|
|
31093
31207
|
"use client";
|
|
31094
31208
|
init_cn();
|
|
31095
31209
|
init_PatternTile();
|
|
@@ -31321,7 +31435,7 @@ function f2(n) {
|
|
|
31321
31435
|
}
|
|
31322
31436
|
var VARIANT_MAP2, EdgeDecoration;
|
|
31323
31437
|
var init_EdgeDecoration = __esm({
|
|
31324
|
-
"components/molecules/EdgeDecoration.tsx"() {
|
|
31438
|
+
"components/core/molecules/EdgeDecoration.tsx"() {
|
|
31325
31439
|
"use client";
|
|
31326
31440
|
init_cn();
|
|
31327
31441
|
VARIANT_MAP2 = {
|
|
@@ -31375,11 +31489,12 @@ var init_EdgeDecoration = __esm({
|
|
|
31375
31489
|
});
|
|
31376
31490
|
var sizeStyles12, VoteStack;
|
|
31377
31491
|
var init_VoteStack = __esm({
|
|
31378
|
-
"components/molecules/VoteStack.tsx"() {
|
|
31492
|
+
"components/core/molecules/VoteStack.tsx"() {
|
|
31379
31493
|
"use client";
|
|
31380
31494
|
init_cn();
|
|
31381
31495
|
init_Icon();
|
|
31382
31496
|
init_useEventBus();
|
|
31497
|
+
init_useTranslate();
|
|
31383
31498
|
sizeStyles12 = {
|
|
31384
31499
|
sm: {
|
|
31385
31500
|
button: "w-7 h-7",
|
|
@@ -31412,6 +31527,7 @@ var init_VoteStack = __esm({
|
|
|
31412
31527
|
const isUp = userVote === "up";
|
|
31413
31528
|
const isDown = userVote === "down";
|
|
31414
31529
|
const eventBus = useEventBus();
|
|
31530
|
+
const { t } = useTranslate();
|
|
31415
31531
|
const handleUp = React84.useCallback(() => {
|
|
31416
31532
|
const next = isUp ? null : "up";
|
|
31417
31533
|
onVote?.(next);
|
|
@@ -31447,7 +31563,7 @@ var init_VoteStack = __esm({
|
|
|
31447
31563
|
type: "button",
|
|
31448
31564
|
onClick: handleUp,
|
|
31449
31565
|
disabled,
|
|
31450
|
-
"aria-label": "
|
|
31566
|
+
"aria-label": t("aria.upvote"),
|
|
31451
31567
|
"aria-pressed": isUp,
|
|
31452
31568
|
className: cn(
|
|
31453
31569
|
"inline-flex items-center justify-center",
|
|
@@ -31484,7 +31600,7 @@ var init_VoteStack = __esm({
|
|
|
31484
31600
|
type: "button",
|
|
31485
31601
|
onClick: handleDown,
|
|
31486
31602
|
disabled,
|
|
31487
|
-
"aria-label": "
|
|
31603
|
+
"aria-label": t("aria.downvote"),
|
|
31488
31604
|
"aria-pressed": isDown,
|
|
31489
31605
|
className: cn(
|
|
31490
31606
|
"inline-flex items-center justify-center",
|
|
@@ -31509,7 +31625,7 @@ var init_VoteStack = __esm({
|
|
|
31509
31625
|
});
|
|
31510
31626
|
var DEFAULT_LIKERT_OPTIONS, radioSizes, buttonSizes, questionSizes, LikertScale;
|
|
31511
31627
|
var init_LikertScale = __esm({
|
|
31512
|
-
"components/molecules/LikertScale.tsx"() {
|
|
31628
|
+
"components/core/molecules/LikertScale.tsx"() {
|
|
31513
31629
|
"use client";
|
|
31514
31630
|
init_cn();
|
|
31515
31631
|
init_useEventBus();
|
|
@@ -31677,7 +31793,7 @@ var init_LikertScale = __esm({
|
|
|
31677
31793
|
});
|
|
31678
31794
|
var DEFAULT_MATRIX_COLUMNS, sizeStyles13, MatrixQuestion;
|
|
31679
31795
|
var init_MatrixQuestion = __esm({
|
|
31680
|
-
"components/molecules/MatrixQuestion.tsx"() {
|
|
31796
|
+
"components/core/molecules/MatrixQuestion.tsx"() {
|
|
31681
31797
|
"use client";
|
|
31682
31798
|
init_cn();
|
|
31683
31799
|
init_Typography();
|
|
@@ -31827,12 +31943,13 @@ var init_MatrixQuestion = __esm({
|
|
|
31827
31943
|
});
|
|
31828
31944
|
var QrScanner;
|
|
31829
31945
|
var init_QrScanner = __esm({
|
|
31830
|
-
"components/molecules/QrScanner.tsx"() {
|
|
31946
|
+
"components/core/molecules/QrScanner.tsx"() {
|
|
31831
31947
|
"use client";
|
|
31832
31948
|
init_cn();
|
|
31833
|
-
|
|
31949
|
+
init_atoms2();
|
|
31834
31950
|
init_Icon();
|
|
31835
31951
|
init_useEventBus();
|
|
31952
|
+
init_useTranslate();
|
|
31836
31953
|
QrScanner = ({
|
|
31837
31954
|
onScan,
|
|
31838
31955
|
scanEvent,
|
|
@@ -31845,6 +31962,7 @@ var init_QrScanner = __esm({
|
|
|
31845
31962
|
className
|
|
31846
31963
|
}) => {
|
|
31847
31964
|
const eventBus = useEventBus();
|
|
31965
|
+
const { t } = useTranslate();
|
|
31848
31966
|
const videoRef = React84.useRef(null);
|
|
31849
31967
|
const streamRef = React84.useRef(null);
|
|
31850
31968
|
const scanIntervalRef = React84.useRef(null);
|
|
@@ -31952,7 +32070,7 @@ var init_QrScanner = __esm({
|
|
|
31952
32070
|
),
|
|
31953
32071
|
"data-pattern": "qr-scanner",
|
|
31954
32072
|
role: "region",
|
|
31955
|
-
"aria-label": "
|
|
32073
|
+
"aria-label": t("aria.qrScanner"),
|
|
31956
32074
|
children: [
|
|
31957
32075
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
31958
32076
|
Box,
|
|
@@ -32039,7 +32157,7 @@ var init_QrScanner = __esm({
|
|
|
32039
32157
|
"rounded-full bg-black bg-opacity-60 px-3 py-2 text-xs text-white",
|
|
32040
32158
|
"hover:bg-opacity-80 focus:outline-none focus:ring-2 focus:ring-white"
|
|
32041
32159
|
),
|
|
32042
|
-
"aria-label": "
|
|
32160
|
+
"aria-label": t("aria.mockScanDev"),
|
|
32043
32161
|
children: "Mock Scan"
|
|
32044
32162
|
}
|
|
32045
32163
|
)
|
|
@@ -32055,7 +32173,7 @@ var init_QrScanner = __esm({
|
|
|
32055
32173
|
});
|
|
32056
32174
|
var formatPriceDelta, constraintHint, validateSelection, OptionConstraintGroup;
|
|
32057
32175
|
var init_OptionConstraintGroup = __esm({
|
|
32058
|
-
"components/molecules/OptionConstraintGroup.tsx"() {
|
|
32176
|
+
"components/core/molecules/OptionConstraintGroup.tsx"() {
|
|
32059
32177
|
init_cn();
|
|
32060
32178
|
init_useEventBus();
|
|
32061
32179
|
init_Typography();
|
|
@@ -32254,11 +32372,11 @@ function getStatusIcon(status) {
|
|
|
32254
32372
|
}
|
|
32255
32373
|
var STATUS_CLASSES, STATUS_BADGE, PositionedCanvas;
|
|
32256
32374
|
var init_PositionedCanvas = __esm({
|
|
32257
|
-
"components/molecules/PositionedCanvas.tsx"() {
|
|
32375
|
+
"components/core/molecules/PositionedCanvas.tsx"() {
|
|
32258
32376
|
"use client";
|
|
32259
32377
|
init_cn();
|
|
32260
32378
|
init_useEventBus();
|
|
32261
|
-
|
|
32379
|
+
init_atoms2();
|
|
32262
32380
|
init_Icon();
|
|
32263
32381
|
STATUS_CLASSES = {
|
|
32264
32382
|
empty: "bg-surface border-border text-foreground",
|
|
@@ -32995,7 +33113,7 @@ function BlockRow({
|
|
|
32995
33113
|
}
|
|
32996
33114
|
var TOOLBAR_ENTRIES, BLOCK_TYPE_LABEL, CHANGEABLE_TYPES, _idSeq, BLOCK_TYPES, RichBlockEditor;
|
|
32997
33115
|
var init_RichBlockEditor = __esm({
|
|
32998
|
-
"components/molecules/RichBlockEditor.tsx"() {
|
|
33116
|
+
"components/core/molecules/RichBlockEditor.tsx"() {
|
|
32999
33117
|
"use client";
|
|
33000
33118
|
init_cn();
|
|
33001
33119
|
init_Card();
|
|
@@ -33190,11 +33308,11 @@ function collectInitiallyCollapsed(nodes, acc) {
|
|
|
33190
33308
|
}
|
|
33191
33309
|
var ReplyTreeNode, ReplyTree;
|
|
33192
33310
|
var init_ReplyTree = __esm({
|
|
33193
|
-
"components/molecules/ReplyTree.tsx"() {
|
|
33311
|
+
"components/core/molecules/ReplyTree.tsx"() {
|
|
33194
33312
|
"use client";
|
|
33195
33313
|
init_cn();
|
|
33196
33314
|
init_useEventBus();
|
|
33197
|
-
|
|
33315
|
+
init_atoms2();
|
|
33198
33316
|
init_VoteStack();
|
|
33199
33317
|
ReplyTreeNode = ({
|
|
33200
33318
|
node,
|
|
@@ -33495,11 +33613,11 @@ function computeDiff(before, after) {
|
|
|
33495
33613
|
}
|
|
33496
33614
|
var INLINE_STYLES, VersionDiff;
|
|
33497
33615
|
var init_VersionDiff = __esm({
|
|
33498
|
-
"components/molecules/VersionDiff.tsx"() {
|
|
33616
|
+
"components/core/molecules/VersionDiff.tsx"() {
|
|
33499
33617
|
"use client";
|
|
33500
33618
|
init_cn();
|
|
33501
33619
|
init_useEventBus();
|
|
33502
|
-
|
|
33620
|
+
init_atoms2();
|
|
33503
33621
|
init_Stack();
|
|
33504
33622
|
INLINE_STYLES = {
|
|
33505
33623
|
added: { bg: "bg-success/10", prefix: "+", text: "text-success" },
|
|
@@ -33806,23 +33924,25 @@ var init_VersionDiff = __esm({
|
|
|
33806
33924
|
});
|
|
33807
33925
|
var DocBreadcrumb;
|
|
33808
33926
|
var init_DocBreadcrumb = __esm({
|
|
33809
|
-
"components/molecules/DocBreadcrumb.tsx"() {
|
|
33927
|
+
"components/core/molecules/DocBreadcrumb.tsx"() {
|
|
33810
33928
|
"use client";
|
|
33811
33929
|
init_cn();
|
|
33812
33930
|
init_Box();
|
|
33813
33931
|
init_Stack();
|
|
33814
33932
|
init_Typography();
|
|
33815
33933
|
init_Icon();
|
|
33934
|
+
init_useTranslate();
|
|
33816
33935
|
DocBreadcrumb = ({
|
|
33817
33936
|
items,
|
|
33818
33937
|
className
|
|
33819
33938
|
}) => {
|
|
33939
|
+
const { t } = useTranslate();
|
|
33820
33940
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
33821
33941
|
Box,
|
|
33822
33942
|
{
|
|
33823
33943
|
className: cn("w-full", className),
|
|
33824
33944
|
role: "navigation",
|
|
33825
|
-
"aria-label": "
|
|
33945
|
+
"aria-label": t("aria.breadcrumb"),
|
|
33826
33946
|
children: /* @__PURE__ */ jsxRuntime.jsx(HStack, { gap: "xs", align: "center", wrap: true, children: items.map((item, idx) => {
|
|
33827
33947
|
const isLast = idx === items.length - 1;
|
|
33828
33948
|
return /* @__PURE__ */ jsxRuntime.jsxs(React84__namespace.default.Fragment, { children: [
|
|
@@ -33965,7 +34085,7 @@ function DocCodeBlock({
|
|
|
33965
34085
|
);
|
|
33966
34086
|
}
|
|
33967
34087
|
var init_DocCodeBlock = __esm({
|
|
33968
|
-
"components/molecules/DocCodeBlock.tsx"() {
|
|
34088
|
+
"components/core/molecules/DocCodeBlock.tsx"() {
|
|
33969
34089
|
"use client";
|
|
33970
34090
|
init_cn();
|
|
33971
34091
|
init_Box();
|
|
@@ -34040,7 +34160,7 @@ function DocPagination({ prev, next, className }) {
|
|
|
34040
34160
|
}
|
|
34041
34161
|
var linkCardStyles;
|
|
34042
34162
|
var init_DocPagination = __esm({
|
|
34043
|
-
"components/molecules/DocPagination.tsx"() {
|
|
34163
|
+
"components/core/molecules/DocPagination.tsx"() {
|
|
34044
34164
|
"use client";
|
|
34045
34165
|
init_cn();
|
|
34046
34166
|
init_Box();
|
|
@@ -34229,7 +34349,7 @@ function DocSearch({
|
|
|
34229
34349
|
);
|
|
34230
34350
|
}
|
|
34231
34351
|
var init_DocSearch = __esm({
|
|
34232
|
-
"components/molecules/DocSearch.tsx"() {
|
|
34352
|
+
"components/core/molecules/DocSearch.tsx"() {
|
|
34233
34353
|
"use client";
|
|
34234
34354
|
init_cn();
|
|
34235
34355
|
init_Box();
|
|
@@ -34242,7 +34362,7 @@ var init_DocSearch = __esm({
|
|
|
34242
34362
|
});
|
|
34243
34363
|
var DocSidebarCategory, DocSidebar;
|
|
34244
34364
|
var init_DocSidebar = __esm({
|
|
34245
|
-
"components/molecules/DocSidebar.tsx"() {
|
|
34365
|
+
"components/core/molecules/DocSidebar.tsx"() {
|
|
34246
34366
|
"use client";
|
|
34247
34367
|
init_cn();
|
|
34248
34368
|
init_Box();
|
|
@@ -34250,6 +34370,7 @@ var init_DocSidebar = __esm({
|
|
|
34250
34370
|
init_Stack();
|
|
34251
34371
|
init_Typography();
|
|
34252
34372
|
init_Icon();
|
|
34373
|
+
init_useTranslate();
|
|
34253
34374
|
DocSidebarCategory = ({ item, depth }) => {
|
|
34254
34375
|
const [expanded, setExpanded] = React84.useState(
|
|
34255
34376
|
() => item.items?.some(function hasActive(child) {
|
|
@@ -34334,12 +34455,13 @@ var init_DocSidebar = __esm({
|
|
|
34334
34455
|
items,
|
|
34335
34456
|
className
|
|
34336
34457
|
}) => {
|
|
34458
|
+
const { t } = useTranslate();
|
|
34337
34459
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
34338
34460
|
Box,
|
|
34339
34461
|
{
|
|
34340
34462
|
className: cn("w-full", className),
|
|
34341
34463
|
role: "navigation",
|
|
34342
|
-
"aria-label": "
|
|
34464
|
+
"aria-label": t("aria.docsSidebar"),
|
|
34343
34465
|
children: /* @__PURE__ */ jsxRuntime.jsx(VStack, { gap: "xs", children: items.map((item, idx) => /* @__PURE__ */ jsxRuntime.jsx(DocSidebarCategory, { item, depth: 0 }, idx)) })
|
|
34344
34466
|
}
|
|
34345
34467
|
);
|
|
@@ -34349,23 +34471,25 @@ var init_DocSidebar = __esm({
|
|
|
34349
34471
|
});
|
|
34350
34472
|
var DocTOC;
|
|
34351
34473
|
var init_DocTOC = __esm({
|
|
34352
|
-
"components/molecules/DocTOC.tsx"() {
|
|
34474
|
+
"components/core/molecules/DocTOC.tsx"() {
|
|
34353
34475
|
"use client";
|
|
34354
34476
|
init_cn();
|
|
34355
34477
|
init_Box();
|
|
34356
34478
|
init_Stack();
|
|
34357
34479
|
init_Typography();
|
|
34480
|
+
init_useTranslate();
|
|
34358
34481
|
DocTOC = ({
|
|
34359
34482
|
items,
|
|
34360
34483
|
activeId,
|
|
34361
34484
|
className
|
|
34362
34485
|
}) => {
|
|
34486
|
+
const { t } = useTranslate();
|
|
34363
34487
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
34364
34488
|
Box,
|
|
34365
34489
|
{
|
|
34366
34490
|
className: cn("w-full", className),
|
|
34367
34491
|
role: "navigation",
|
|
34368
|
-
"aria-label": "
|
|
34492
|
+
"aria-label": t("aria.tableOfContents"),
|
|
34369
34493
|
children: /* @__PURE__ */ jsxRuntime.jsx(VStack, { gap: "none", children: items.map((item) => {
|
|
34370
34494
|
const isActive = item.id === activeId;
|
|
34371
34495
|
const indent = item.level >= 3 ? "pl-4" : "pl-0";
|
|
@@ -34408,7 +34532,7 @@ var init_DocTOC = __esm({
|
|
|
34408
34532
|
});
|
|
34409
34533
|
var GradientDivider;
|
|
34410
34534
|
var init_GradientDivider = __esm({
|
|
34411
|
-
"components/molecules/GradientDivider.tsx"() {
|
|
34535
|
+
"components/core/molecules/GradientDivider.tsx"() {
|
|
34412
34536
|
"use client";
|
|
34413
34537
|
init_cn();
|
|
34414
34538
|
init_Box();
|
|
@@ -34432,7 +34556,7 @@ var init_GradientDivider = __esm({
|
|
|
34432
34556
|
});
|
|
34433
34557
|
var MarketingFooter;
|
|
34434
34558
|
var init_MarketingFooter = __esm({
|
|
34435
|
-
"components/molecules/MarketingFooter.tsx"() {
|
|
34559
|
+
"components/core/molecules/MarketingFooter.tsx"() {
|
|
34436
34560
|
"use client";
|
|
34437
34561
|
init_cn();
|
|
34438
34562
|
init_Box();
|
|
@@ -34502,7 +34626,7 @@ var init_MarketingFooter = __esm({
|
|
|
34502
34626
|
});
|
|
34503
34627
|
var PullQuote;
|
|
34504
34628
|
var init_PullQuote = __esm({
|
|
34505
|
-
"components/molecules/PullQuote.tsx"() {
|
|
34629
|
+
"components/core/molecules/PullQuote.tsx"() {
|
|
34506
34630
|
"use client";
|
|
34507
34631
|
init_cn();
|
|
34508
34632
|
init_Box();
|
|
@@ -34547,7 +34671,7 @@ function persistenceStroke(kind) {
|
|
|
34547
34671
|
}
|
|
34548
34672
|
var AvlEntity;
|
|
34549
34673
|
var init_AvlEntity = __esm({
|
|
34550
|
-
"components/atoms/
|
|
34674
|
+
"components/avl/atoms/AvlEntity.tsx"() {
|
|
34551
34675
|
"use client";
|
|
34552
34676
|
AvlEntity = ({
|
|
34553
34677
|
x = 0,
|
|
@@ -34674,7 +34798,7 @@ function typeShape(kind, x, y, s, color) {
|
|
|
34674
34798
|
}
|
|
34675
34799
|
var AvlFieldType;
|
|
34676
34800
|
var init_AvlFieldType = __esm({
|
|
34677
|
-
"components/atoms/
|
|
34801
|
+
"components/avl/atoms/AvlFieldType.tsx"() {
|
|
34678
34802
|
"use client";
|
|
34679
34803
|
AvlFieldType = ({
|
|
34680
34804
|
x = 0,
|
|
@@ -34708,7 +34832,7 @@ var init_AvlFieldType = __esm({
|
|
|
34708
34832
|
});
|
|
34709
34833
|
var AvlPage;
|
|
34710
34834
|
var init_AvlPage = __esm({
|
|
34711
|
-
"components/atoms/
|
|
34835
|
+
"components/avl/atoms/AvlPage.tsx"() {
|
|
34712
34836
|
"use client";
|
|
34713
34837
|
AvlPage = ({
|
|
34714
34838
|
x = 0,
|
|
@@ -34753,7 +34877,7 @@ var init_AvlPage = __esm({
|
|
|
34753
34877
|
});
|
|
34754
34878
|
var NODE_W, NODE_H, GAP, ARROW_W, MiniStateMachine;
|
|
34755
34879
|
var init_MiniStateMachine = __esm({
|
|
34756
|
-
"components/molecules/
|
|
34880
|
+
"components/avl/molecules/MiniStateMachine.tsx"() {
|
|
34757
34881
|
"use client";
|
|
34758
34882
|
init_AvlState();
|
|
34759
34883
|
init_AvlEffect();
|
|
@@ -34848,7 +34972,7 @@ function toFieldKind(type) {
|
|
|
34848
34972
|
}
|
|
34849
34973
|
var PERSISTENCE_BORDER, PERSISTENCE_ICON, ModuleCardInner, ModuleCard;
|
|
34850
34974
|
var init_ModuleCard = __esm({
|
|
34851
|
-
"components/molecules/
|
|
34975
|
+
"components/avl/molecules/ModuleCard.tsx"() {
|
|
34852
34976
|
"use client";
|
|
34853
34977
|
init_AvlEntity();
|
|
34854
34978
|
init_AvlFieldType();
|
|
@@ -34944,10 +35068,10 @@ var init_ModuleCard = __esm({
|
|
|
34944
35068
|
});
|
|
34945
35069
|
var PageHeader;
|
|
34946
35070
|
var init_PageHeader = __esm({
|
|
34947
|
-
"components/molecules/PageHeader.tsx"() {
|
|
35071
|
+
"components/core/molecules/PageHeader.tsx"() {
|
|
34948
35072
|
"use client";
|
|
34949
35073
|
init_cn();
|
|
34950
|
-
|
|
35074
|
+
init_atoms2();
|
|
34951
35075
|
init_Box();
|
|
34952
35076
|
init_Typography();
|
|
34953
35077
|
init_useEventBus();
|
|
@@ -35078,7 +35202,7 @@ var init_PageHeader = __esm({
|
|
|
35078
35202
|
});
|
|
35079
35203
|
var lookStyles8, Header;
|
|
35080
35204
|
var init_Header = __esm({
|
|
35081
|
-
"components/molecules/Header.tsx"() {
|
|
35205
|
+
"components/core/molecules/Header.tsx"() {
|
|
35082
35206
|
"use client";
|
|
35083
35207
|
init_SearchInput();
|
|
35084
35208
|
init_Avatar();
|
|
@@ -35140,7 +35264,7 @@ var init_Header = __esm({
|
|
|
35140
35264
|
variant: "ghost",
|
|
35141
35265
|
onClick: onMenuToggle,
|
|
35142
35266
|
className: "p-2 -ml-2 text-foreground hover:bg-muted transition-colors",
|
|
35143
|
-
"aria-label": isMenuOpen ? "
|
|
35267
|
+
"aria-label": isMenuOpen ? t("aria.closeMenu") : t("aria.openMenu"),
|
|
35144
35268
|
children: isMenuOpen ? /* @__PURE__ */ jsxRuntime.jsx(LucideIcons2.X, { size: 24 }) : /* @__PURE__ */ jsxRuntime.jsx(LucideIcons2.Menu, { size: 24 })
|
|
35145
35269
|
}
|
|
35146
35270
|
),
|
|
@@ -35226,7 +35350,7 @@ var init_Header = __esm({
|
|
|
35226
35350
|
});
|
|
35227
35351
|
var Navigation;
|
|
35228
35352
|
var init_Navigation = __esm({
|
|
35229
|
-
"components/molecules/Navigation.tsx"() {
|
|
35353
|
+
"components/core/molecules/Navigation.tsx"() {
|
|
35230
35354
|
init_Menu();
|
|
35231
35355
|
init_Button();
|
|
35232
35356
|
init_Badge();
|
|
@@ -35308,7 +35432,7 @@ var init_Navigation = __esm({
|
|
|
35308
35432
|
});
|
|
35309
35433
|
var paddingStyles4, variantStyles9, Section;
|
|
35310
35434
|
var init_Section = __esm({
|
|
35311
|
-
"components/molecules/Section.tsx"() {
|
|
35435
|
+
"components/core/molecules/Section.tsx"() {
|
|
35312
35436
|
init_cn();
|
|
35313
35437
|
init_Typography();
|
|
35314
35438
|
init_Box();
|
|
@@ -35400,7 +35524,7 @@ var init_Section = __esm({
|
|
|
35400
35524
|
});
|
|
35401
35525
|
var SidebarNavItem, Sidebar;
|
|
35402
35526
|
var init_Sidebar = __esm({
|
|
35403
|
-
"components/molecules/Sidebar.tsx"() {
|
|
35527
|
+
"components/core/molecules/Sidebar.tsx"() {
|
|
35404
35528
|
"use client";
|
|
35405
35529
|
init_Badge();
|
|
35406
35530
|
init_Button();
|
|
@@ -35581,7 +35705,7 @@ var init_Sidebar = __esm({
|
|
|
35581
35705
|
});
|
|
35582
35706
|
var gapStyles8, alignStyles5, ratioStyles, breakpointPrefixes, Split;
|
|
35583
35707
|
var init_Split = __esm({
|
|
35584
|
-
"components/molecules/Split.tsx"() {
|
|
35708
|
+
"components/core/molecules/Split.tsx"() {
|
|
35585
35709
|
init_cn();
|
|
35586
35710
|
init_Box();
|
|
35587
35711
|
gapStyles8 = {
|
|
@@ -35654,7 +35778,7 @@ var init_Split = __esm({
|
|
|
35654
35778
|
});
|
|
35655
35779
|
var WizardContainer;
|
|
35656
35780
|
var init_WizardContainer = __esm({
|
|
35657
|
-
"components/molecules/WizardContainer.tsx"() {
|
|
35781
|
+
"components/core/molecules/WizardContainer.tsx"() {
|
|
35658
35782
|
"use client";
|
|
35659
35783
|
init_Button();
|
|
35660
35784
|
init_Typography();
|
|
@@ -35859,7 +35983,7 @@ function getOrbitalType(complexity) {
|
|
|
35859
35983
|
}
|
|
35860
35984
|
var ORBITAL_CONFIGS, SIZE_MAP, OrbitalSphere, DumbbellOrbital, CloverleafOrbital, OrbitalVisualization;
|
|
35861
35985
|
var init_OrbitalVisualization = __esm({
|
|
35862
|
-
"components/molecules/OrbitalVisualization.tsx"() {
|
|
35986
|
+
"components/core/molecules/OrbitalVisualization.tsx"() {
|
|
35863
35987
|
"use client";
|
|
35864
35988
|
init_Box();
|
|
35865
35989
|
init_Typography();
|
|
@@ -36228,14 +36352,15 @@ var init_OrbitalVisualization = __esm({
|
|
|
36228
36352
|
});
|
|
36229
36353
|
var SignaturePad;
|
|
36230
36354
|
var init_SignaturePad = __esm({
|
|
36231
|
-
"components/molecules/SignaturePad.tsx"() {
|
|
36355
|
+
"components/core/molecules/SignaturePad.tsx"() {
|
|
36232
36356
|
"use client";
|
|
36233
36357
|
init_cn();
|
|
36234
|
-
|
|
36358
|
+
init_atoms2();
|
|
36235
36359
|
init_Stack();
|
|
36236
36360
|
init_LoadingState();
|
|
36237
36361
|
init_ErrorState();
|
|
36238
36362
|
init_useEventBus();
|
|
36363
|
+
init_useTranslate();
|
|
36239
36364
|
SignaturePad = ({
|
|
36240
36365
|
label = "Signature",
|
|
36241
36366
|
helperText = "Draw your signature above",
|
|
@@ -36253,6 +36378,7 @@ var init_SignaturePad = __esm({
|
|
|
36253
36378
|
className
|
|
36254
36379
|
}) => {
|
|
36255
36380
|
const eventBus = useEventBus();
|
|
36381
|
+
const { t } = useTranslate();
|
|
36256
36382
|
const canvasRef = React84.useRef(null);
|
|
36257
36383
|
const [isDrawing, setIsDrawing] = React84.useState(false);
|
|
36258
36384
|
const [hasSignature, setHasSignature] = React84.useState(!!value);
|
|
@@ -36342,13 +36468,13 @@ var init_SignaturePad = __esm({
|
|
|
36342
36468
|
}
|
|
36343
36469
|
}, [signEvent, eventBus]);
|
|
36344
36470
|
if (isLoading) {
|
|
36345
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
36471
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
36346
36472
|
}
|
|
36347
36473
|
if (error) {
|
|
36348
36474
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
36349
36475
|
ErrorState,
|
|
36350
36476
|
{
|
|
36351
|
-
title: "
|
|
36477
|
+
title: t("display.signaturePadError"),
|
|
36352
36478
|
message: error.message,
|
|
36353
36479
|
className
|
|
36354
36480
|
}
|
|
@@ -36416,16 +36542,17 @@ var init_SignaturePad = __esm({
|
|
|
36416
36542
|
});
|
|
36417
36543
|
var DocumentViewer;
|
|
36418
36544
|
var init_DocumentViewer = __esm({
|
|
36419
|
-
"components/molecules/DocumentViewer.tsx"() {
|
|
36545
|
+
"components/core/molecules/DocumentViewer.tsx"() {
|
|
36420
36546
|
"use client";
|
|
36421
36547
|
init_cn();
|
|
36422
|
-
|
|
36548
|
+
init_atoms2();
|
|
36423
36549
|
init_Stack();
|
|
36424
36550
|
init_LoadingState();
|
|
36425
36551
|
init_ErrorState();
|
|
36426
36552
|
init_EmptyState();
|
|
36427
36553
|
init_Tabs();
|
|
36428
36554
|
init_useEventBus();
|
|
36555
|
+
init_useTranslate();
|
|
36429
36556
|
DocumentViewer = ({
|
|
36430
36557
|
title,
|
|
36431
36558
|
src,
|
|
@@ -36445,6 +36572,7 @@ var init_DocumentViewer = __esm({
|
|
|
36445
36572
|
className
|
|
36446
36573
|
}) => {
|
|
36447
36574
|
const eventBus = useEventBus();
|
|
36575
|
+
const { t } = useTranslate();
|
|
36448
36576
|
const [zoom, setZoom] = React84.useState(100);
|
|
36449
36577
|
const [currentPage, setCurrentPage] = React84.useState(propPage ?? 1);
|
|
36450
36578
|
const [activeDocIndex, setActiveDocIndex] = React84.useState(0);
|
|
@@ -36480,13 +36608,13 @@ var init_DocumentViewer = __esm({
|
|
|
36480
36608
|
}
|
|
36481
36609
|
}, [totalPages, eventBus, currentPage]);
|
|
36482
36610
|
if (isLoading) {
|
|
36483
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
36611
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
36484
36612
|
}
|
|
36485
36613
|
if (error) {
|
|
36486
36614
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
36487
36615
|
ErrorState,
|
|
36488
36616
|
{
|
|
36489
|
-
title: "
|
|
36617
|
+
title: t("display.documentError"),
|
|
36490
36618
|
message: error.message,
|
|
36491
36619
|
className
|
|
36492
36620
|
}
|
|
@@ -36501,7 +36629,7 @@ var init_DocumentViewer = __esm({
|
|
|
36501
36629
|
EmptyState,
|
|
36502
36630
|
{
|
|
36503
36631
|
icon: LucideIcons2.FileText,
|
|
36504
|
-
title: "
|
|
36632
|
+
title: t("display.noDocument"),
|
|
36505
36633
|
description: "No document to display.",
|
|
36506
36634
|
className
|
|
36507
36635
|
}
|
|
@@ -36620,15 +36748,16 @@ function getGroupColor(group, groups) {
|
|
|
36620
36748
|
}
|
|
36621
36749
|
var GROUP_COLORS2, GraphCanvas;
|
|
36622
36750
|
var init_GraphCanvas = __esm({
|
|
36623
|
-
"components/molecules/GraphCanvas.tsx"() {
|
|
36751
|
+
"components/core/molecules/GraphCanvas.tsx"() {
|
|
36624
36752
|
"use client";
|
|
36625
36753
|
init_cn();
|
|
36626
|
-
|
|
36754
|
+
init_atoms2();
|
|
36627
36755
|
init_Stack();
|
|
36628
36756
|
init_LoadingState();
|
|
36629
36757
|
init_ErrorState();
|
|
36630
36758
|
init_EmptyState();
|
|
36631
36759
|
init_useEventBus();
|
|
36760
|
+
init_useTranslate();
|
|
36632
36761
|
GROUP_COLORS2 = [
|
|
36633
36762
|
"var(--color-primary)",
|
|
36634
36763
|
"var(--color-success)",
|
|
@@ -36655,6 +36784,7 @@ var init_GraphCanvas = __esm({
|
|
|
36655
36784
|
className
|
|
36656
36785
|
}) => {
|
|
36657
36786
|
const eventBus = useEventBus();
|
|
36787
|
+
const { t } = useTranslate();
|
|
36658
36788
|
const canvasRef = React84.useRef(null);
|
|
36659
36789
|
const animRef = React84.useRef(0);
|
|
36660
36790
|
const [zoom, setZoom] = React84.useState(1);
|
|
@@ -36836,13 +36966,13 @@ var init_GraphCanvas = __esm({
|
|
|
36836
36966
|
setOffset({ x: 0, y: 0 });
|
|
36837
36967
|
}, []);
|
|
36838
36968
|
if (isLoading) {
|
|
36839
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
36969
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
36840
36970
|
}
|
|
36841
36971
|
if (error) {
|
|
36842
36972
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
36843
36973
|
ErrorState,
|
|
36844
36974
|
{
|
|
36845
|
-
title: "
|
|
36975
|
+
title: t("display.graphError"),
|
|
36846
36976
|
message: error.message,
|
|
36847
36977
|
className
|
|
36848
36978
|
}
|
|
@@ -36852,7 +36982,7 @@ var init_GraphCanvas = __esm({
|
|
|
36852
36982
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
36853
36983
|
EmptyState,
|
|
36854
36984
|
{
|
|
36855
|
-
title: "
|
|
36985
|
+
title: t("display.noGraphData"),
|
|
36856
36986
|
description: "No nodes to display.",
|
|
36857
36987
|
className
|
|
36858
36988
|
}
|
|
@@ -36928,19 +37058,19 @@ var init_GraphCanvas = __esm({
|
|
|
36928
37058
|
}
|
|
36929
37059
|
});
|
|
36930
37060
|
|
|
36931
|
-
// components/molecules/index.ts
|
|
36932
|
-
var
|
|
36933
|
-
"components/molecules/index.ts"() {
|
|
37061
|
+
// components/core/molecules/index.ts
|
|
37062
|
+
var init_molecules2 = __esm({
|
|
37063
|
+
"components/core/molecules/index.ts"() {
|
|
36934
37064
|
init_EmptyState();
|
|
36935
37065
|
init_Pagination();
|
|
36936
|
-
|
|
37066
|
+
init_molecules();
|
|
36937
37067
|
}
|
|
36938
37068
|
});
|
|
36939
37069
|
|
|
36940
|
-
// components/organisms/types.ts
|
|
37070
|
+
// components/core/organisms/types.ts
|
|
36941
37071
|
var EntityDisplayEvents;
|
|
36942
37072
|
var init_types3 = __esm({
|
|
36943
|
-
"components/organisms/types.ts"() {
|
|
37073
|
+
"components/core/organisms/types.ts"() {
|
|
36944
37074
|
EntityDisplayEvents = {
|
|
36945
37075
|
SORT: "SORT",
|
|
36946
37076
|
PAGINATE: "PAGINATE",
|
|
@@ -37354,15 +37484,15 @@ function DataTable({
|
|
|
37354
37484
|
}
|
|
37355
37485
|
var lookStyles9;
|
|
37356
37486
|
var init_DataTable = __esm({
|
|
37357
|
-
"components/organisms/DataTable.tsx"() {
|
|
37487
|
+
"components/core/organisms/DataTable.tsx"() {
|
|
37358
37488
|
"use client";
|
|
37359
37489
|
init_cn();
|
|
37360
37490
|
init_getNestedValue();
|
|
37361
|
-
|
|
37491
|
+
init_atoms2();
|
|
37362
37492
|
init_Box();
|
|
37363
37493
|
init_Stack();
|
|
37364
37494
|
init_Typography();
|
|
37365
|
-
|
|
37495
|
+
init_molecules2();
|
|
37366
37496
|
init_Icon();
|
|
37367
37497
|
init_useEventBus();
|
|
37368
37498
|
init_useTranslate();
|
|
@@ -37509,8 +37639,8 @@ function DebuggerBoard({
|
|
|
37509
37639
|
);
|
|
37510
37640
|
}
|
|
37511
37641
|
var init_DebuggerBoard = __esm({
|
|
37512
|
-
"components/organisms/
|
|
37513
|
-
|
|
37642
|
+
"components/game/organisms/puzzles/debugger/DebuggerBoard.tsx"() {
|
|
37643
|
+
init_atoms2();
|
|
37514
37644
|
init_useEventBus();
|
|
37515
37645
|
init_useTranslate();
|
|
37516
37646
|
DebuggerBoard.displayName = "DebuggerBoard";
|
|
@@ -37631,9 +37761,9 @@ function buildFieldTypeMap(fields) {
|
|
|
37631
37761
|
}
|
|
37632
37762
|
var ReactMarkdown2, DetailPanel;
|
|
37633
37763
|
var init_DetailPanel = __esm({
|
|
37634
|
-
"components/organisms/DetailPanel.tsx"() {
|
|
37764
|
+
"components/core/organisms/DetailPanel.tsx"() {
|
|
37635
37765
|
"use client";
|
|
37636
|
-
|
|
37766
|
+
init_atoms2();
|
|
37637
37767
|
init_Box();
|
|
37638
37768
|
init_Stack();
|
|
37639
37769
|
init_SimpleGrid();
|
|
@@ -37808,7 +37938,7 @@ var init_DetailPanel = __esm({
|
|
|
37808
37938
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
37809
37939
|
LoadingState,
|
|
37810
37940
|
{
|
|
37811
|
-
message: "
|
|
37941
|
+
message: t("common.loading"),
|
|
37812
37942
|
className
|
|
37813
37943
|
}
|
|
37814
37944
|
);
|
|
@@ -37828,7 +37958,7 @@ var init_DetailPanel = __esm({
|
|
|
37828
37958
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
37829
37959
|
EmptyState,
|
|
37830
37960
|
{
|
|
37831
|
-
title: "
|
|
37961
|
+
title: t("error.notFound"),
|
|
37832
37962
|
description: "The requested item could not be found.",
|
|
37833
37963
|
className
|
|
37834
37964
|
}
|
|
@@ -37976,7 +38106,7 @@ function extractTitle(children) {
|
|
|
37976
38106
|
}
|
|
37977
38107
|
var DrawerSlot;
|
|
37978
38108
|
var init_DrawerSlot = __esm({
|
|
37979
|
-
"components/organisms/DrawerSlot.tsx"() {
|
|
38109
|
+
"components/core/organisms/DrawerSlot.tsx"() {
|
|
37980
38110
|
"use client";
|
|
37981
38111
|
init_Drawer();
|
|
37982
38112
|
init_useEventBus();
|
|
@@ -38219,7 +38349,7 @@ function TraitStateViewer({
|
|
|
38219
38349
|
}
|
|
38220
38350
|
var SIZE_CONFIG2;
|
|
38221
38351
|
var init_TraitStateViewer = __esm({
|
|
38222
|
-
"components/organisms/
|
|
38352
|
+
"components/game/organisms/TraitStateViewer.tsx"() {
|
|
38223
38353
|
"use client";
|
|
38224
38354
|
init_cn();
|
|
38225
38355
|
init_useTranslate();
|
|
@@ -38278,8 +38408,8 @@ function RuleEditor({
|
|
|
38278
38408
|
] });
|
|
38279
38409
|
}
|
|
38280
38410
|
var init_RuleEditor = __esm({
|
|
38281
|
-
"components/organisms/
|
|
38282
|
-
|
|
38411
|
+
"components/game/organisms/puzzles/event-handler/RuleEditor.tsx"() {
|
|
38412
|
+
init_atoms2();
|
|
38283
38413
|
init_cn();
|
|
38284
38414
|
init_useTranslate();
|
|
38285
38415
|
RuleEditor.displayName = "RuleEditor";
|
|
@@ -38353,8 +38483,8 @@ function ObjectRulePanel({
|
|
|
38353
38483
|
}
|
|
38354
38484
|
var nextRuleId;
|
|
38355
38485
|
var init_ObjectRulePanel = __esm({
|
|
38356
|
-
"components/organisms/
|
|
38357
|
-
|
|
38486
|
+
"components/game/organisms/puzzles/event-handler/ObjectRulePanel.tsx"() {
|
|
38487
|
+
init_atoms2();
|
|
38358
38488
|
init_cn();
|
|
38359
38489
|
init_useTranslate();
|
|
38360
38490
|
init_TraitStateViewer();
|
|
@@ -38398,8 +38528,8 @@ function EventLog({
|
|
|
38398
38528
|
}
|
|
38399
38529
|
var STATUS_STYLES, STATUS_DOTS;
|
|
38400
38530
|
var init_EventLog = __esm({
|
|
38401
|
-
"components/organisms/
|
|
38402
|
-
|
|
38531
|
+
"components/game/organisms/puzzles/event-handler/EventLog.tsx"() {
|
|
38532
|
+
init_atoms2();
|
|
38403
38533
|
init_cn();
|
|
38404
38534
|
init_useTranslate();
|
|
38405
38535
|
STATUS_STYLES = {
|
|
@@ -38611,8 +38741,8 @@ function EventHandlerBoard({
|
|
|
38611
38741
|
}
|
|
38612
38742
|
var ENCOURAGEMENT_KEYS;
|
|
38613
38743
|
var init_EventHandlerBoard = __esm({
|
|
38614
|
-
"components/organisms/
|
|
38615
|
-
|
|
38744
|
+
"components/game/organisms/puzzles/event-handler/EventHandlerBoard.tsx"() {
|
|
38745
|
+
init_atoms2();
|
|
38616
38746
|
init_cn();
|
|
38617
38747
|
init_useEventBus();
|
|
38618
38748
|
init_useTranslate();
|
|
@@ -38629,7 +38759,7 @@ var init_EventHandlerBoard = __esm({
|
|
|
38629
38759
|
});
|
|
38630
38760
|
var FeatureDetailPageTemplate;
|
|
38631
38761
|
var init_FeatureDetailPageTemplate = __esm({
|
|
38632
|
-
"components/templates/FeatureDetailPageTemplate.tsx"() {
|
|
38762
|
+
"components/marketing/templates/FeatureDetailPageTemplate.tsx"() {
|
|
38633
38763
|
init_cn();
|
|
38634
38764
|
init_Stack();
|
|
38635
38765
|
init_HeroSection();
|
|
@@ -38681,7 +38811,7 @@ var init_FeatureDetailPageTemplate = __esm({
|
|
|
38681
38811
|
});
|
|
38682
38812
|
var FeatureGridOrganism;
|
|
38683
38813
|
var init_FeatureGridOrganism = __esm({
|
|
38684
|
-
"components/organisms/FeatureGridOrganism.tsx"() {
|
|
38814
|
+
"components/core/organisms/FeatureGridOrganism.tsx"() {
|
|
38685
38815
|
"use client";
|
|
38686
38816
|
init_cn();
|
|
38687
38817
|
init_useEventBus();
|
|
@@ -38853,7 +38983,7 @@ function formatDateTimeValue(value) {
|
|
|
38853
38983
|
}
|
|
38854
38984
|
var layoutStyles, gapStyles9, Form;
|
|
38855
38985
|
var init_Form = __esm({
|
|
38856
|
-
"components/organisms/Form.tsx"() {
|
|
38986
|
+
"components/core/organisms/Form.tsx"() {
|
|
38857
38987
|
"use client";
|
|
38858
38988
|
init_cn();
|
|
38859
38989
|
init_Input();
|
|
@@ -39686,7 +39816,7 @@ function useGameAudio({
|
|
|
39686
39816
|
};
|
|
39687
39817
|
}
|
|
39688
39818
|
var init_useGameAudio = __esm({
|
|
39689
|
-
"components/organisms/
|
|
39819
|
+
"components/game/organisms/hooks/useGameAudio.ts"() {
|
|
39690
39820
|
"use client";
|
|
39691
39821
|
useGameAudio.displayName = "useGameAudio";
|
|
39692
39822
|
}
|
|
@@ -39738,7 +39868,7 @@ function GameAudioProvider({
|
|
|
39738
39868
|
}
|
|
39739
39869
|
var GameAudioContext;
|
|
39740
39870
|
var init_GameAudioProvider = __esm({
|
|
39741
|
-
"components/organisms/
|
|
39871
|
+
"components/game/organisms/GameAudioProvider.tsx"() {
|
|
39742
39872
|
"use client";
|
|
39743
39873
|
init_useEventBus();
|
|
39744
39874
|
init_useGameAudio();
|
|
@@ -39771,9 +39901,9 @@ function GameAudioToggle({
|
|
|
39771
39901
|
);
|
|
39772
39902
|
}
|
|
39773
39903
|
var init_GameAudioToggle = __esm({
|
|
39774
|
-
"components/organisms/
|
|
39904
|
+
"components/game/organisms/GameAudioToggle.tsx"() {
|
|
39775
39905
|
"use client";
|
|
39776
|
-
|
|
39906
|
+
init_atoms2();
|
|
39777
39907
|
init_cn();
|
|
39778
39908
|
init_GameAudioProvider();
|
|
39779
39909
|
GameAudioToggle.displayName = "GameAudioToggle";
|
|
@@ -39781,7 +39911,7 @@ var init_GameAudioToggle = __esm({
|
|
|
39781
39911
|
});
|
|
39782
39912
|
var GameShell;
|
|
39783
39913
|
var init_GameShell = __esm({
|
|
39784
|
-
"components/templates/GameShell.tsx"() {
|
|
39914
|
+
"components/game/templates/GameShell.tsx"() {
|
|
39785
39915
|
init_cn();
|
|
39786
39916
|
init_Box();
|
|
39787
39917
|
init_Stack();
|
|
@@ -39859,7 +39989,7 @@ var init_GameShell = __esm({
|
|
|
39859
39989
|
});
|
|
39860
39990
|
var GameTemplate;
|
|
39861
39991
|
var init_GameTemplate = __esm({
|
|
39862
|
-
"components/templates/GameTemplate.tsx"() {
|
|
39992
|
+
"components/game/templates/GameTemplate.tsx"() {
|
|
39863
39993
|
init_cn();
|
|
39864
39994
|
init_Box();
|
|
39865
39995
|
init_Stack();
|
|
@@ -39976,7 +40106,7 @@ var init_GameTemplate = __esm({
|
|
|
39976
40106
|
});
|
|
39977
40107
|
var GenericAppTemplate;
|
|
39978
40108
|
var init_GenericAppTemplate = __esm({
|
|
39979
|
-
"components/templates/GenericAppTemplate.tsx"() {
|
|
40109
|
+
"components/core/templates/GenericAppTemplate.tsx"() {
|
|
39980
40110
|
init_cn();
|
|
39981
40111
|
init_Box();
|
|
39982
40112
|
init_Stack();
|
|
@@ -40024,7 +40154,7 @@ var init_GenericAppTemplate = __esm({
|
|
|
40024
40154
|
});
|
|
40025
40155
|
var HeroOrganism, _HeroClickInterceptor;
|
|
40026
40156
|
var init_HeroOrganism = __esm({
|
|
40027
|
-
"components/organisms/HeroOrganism.tsx"() {
|
|
40157
|
+
"components/core/organisms/HeroOrganism.tsx"() {
|
|
40028
40158
|
"use client";
|
|
40029
40159
|
init_cn();
|
|
40030
40160
|
init_useEventBus();
|
|
@@ -40132,8 +40262,9 @@ var init_HeroOrganism = __esm({
|
|
|
40132
40262
|
});
|
|
40133
40263
|
var LandingPageTemplate;
|
|
40134
40264
|
var init_LandingPageTemplate = __esm({
|
|
40135
|
-
"components/templates/LandingPageTemplate.tsx"() {
|
|
40265
|
+
"components/marketing/templates/LandingPageTemplate.tsx"() {
|
|
40136
40266
|
init_cn();
|
|
40267
|
+
init_useTranslate();
|
|
40137
40268
|
init_Stack();
|
|
40138
40269
|
init_Box();
|
|
40139
40270
|
init_Container();
|
|
@@ -40151,6 +40282,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40151
40282
|
featureColumns = 3,
|
|
40152
40283
|
className
|
|
40153
40284
|
}) => {
|
|
40285
|
+
const { t } = useTranslate();
|
|
40154
40286
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
40155
40287
|
if (!resolved) return null;
|
|
40156
40288
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
@@ -40170,7 +40302,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40170
40302
|
}
|
|
40171
40303
|
),
|
|
40172
40304
|
Array.isArray(resolved.features) && resolved.features.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
|
|
40173
|
-
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "
|
|
40305
|
+
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.features") }),
|
|
40174
40306
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
40175
40307
|
FeatureGrid,
|
|
40176
40308
|
{
|
|
@@ -40194,7 +40326,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40194
40326
|
}
|
|
40195
40327
|
) }) }),
|
|
40196
40328
|
resolved.steps && resolved.steps.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
|
|
40197
|
-
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "
|
|
40329
|
+
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.howItWorks") }),
|
|
40198
40330
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
40199
40331
|
StepFlow,
|
|
40200
40332
|
{
|
|
@@ -40208,7 +40340,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40208
40340
|
)
|
|
40209
40341
|
] }) }) }),
|
|
40210
40342
|
resolved.showcase && resolved.showcase.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "xl", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
|
|
40211
|
-
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "
|
|
40343
|
+
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.showcase") }),
|
|
40212
40344
|
/* @__PURE__ */ jsxRuntime.jsx(SimpleGrid, { cols: Math.min(resolved.showcase.length, 3), gap: "lg", children: resolved.showcase.map((item) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
40213
40345
|
ShowcaseCard,
|
|
40214
40346
|
{
|
|
@@ -40322,9 +40454,9 @@ function formatFieldLabel2(fieldName) {
|
|
|
40322
40454
|
}
|
|
40323
40455
|
var STATUS_STYLES2, StatusBadge, ProgressIndicator, List3;
|
|
40324
40456
|
var init_List = __esm({
|
|
40325
|
-
"components/organisms/List.tsx"() {
|
|
40457
|
+
"components/core/organisms/List.tsx"() {
|
|
40326
40458
|
"use client";
|
|
40327
|
-
|
|
40459
|
+
init_atoms2();
|
|
40328
40460
|
init_Stack();
|
|
40329
40461
|
init_Menu();
|
|
40330
40462
|
init_EmptyState();
|
|
@@ -40498,7 +40630,7 @@ var init_List = __esm({
|
|
|
40498
40630
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
40499
40631
|
LoadingState,
|
|
40500
40632
|
{
|
|
40501
|
-
message: "
|
|
40633
|
+
message: t("error.loadingItems"),
|
|
40502
40634
|
className
|
|
40503
40635
|
}
|
|
40504
40636
|
);
|
|
@@ -40508,7 +40640,7 @@ var init_List = __esm({
|
|
|
40508
40640
|
EmptyState,
|
|
40509
40641
|
{
|
|
40510
40642
|
icon: LucideIcons2.Package,
|
|
40511
|
-
title: "
|
|
40643
|
+
title: t("error.somethingWentWrong"),
|
|
40512
40644
|
description: error.message,
|
|
40513
40645
|
className
|
|
40514
40646
|
}
|
|
@@ -40764,7 +40896,7 @@ var init_List = __esm({
|
|
|
40764
40896
|
EmptyState,
|
|
40765
40897
|
{
|
|
40766
40898
|
icon: LucideIcons2.Package,
|
|
40767
|
-
title: "
|
|
40899
|
+
title: t("error.noItemsFound"),
|
|
40768
40900
|
description: resolvedEmptyMessage,
|
|
40769
40901
|
className
|
|
40770
40902
|
}
|
|
@@ -40823,7 +40955,7 @@ function MasterDetail({
|
|
|
40823
40955
|
);
|
|
40824
40956
|
}
|
|
40825
40957
|
var init_MasterDetail = __esm({
|
|
40826
|
-
"components/organisms/MasterDetail.tsx"() {
|
|
40958
|
+
"components/core/organisms/MasterDetail.tsx"() {
|
|
40827
40959
|
"use client";
|
|
40828
40960
|
init_DataTable();
|
|
40829
40961
|
MasterDetail.displayName = "MasterDetail";
|
|
@@ -40831,7 +40963,7 @@ var init_MasterDetail = __esm({
|
|
|
40831
40963
|
});
|
|
40832
40964
|
var DefaultEmptyDetail, MasterDetailLayout;
|
|
40833
40965
|
var init_MasterDetailLayout = __esm({
|
|
40834
|
-
"components/organisms/layout/MasterDetailLayout.tsx"() {
|
|
40966
|
+
"components/core/organisms/layout/MasterDetailLayout.tsx"() {
|
|
40835
40967
|
init_cn();
|
|
40836
40968
|
init_Typography();
|
|
40837
40969
|
DefaultEmptyDetail = () => /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-center h-full border-2 border-dashed border-border", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -40882,10 +41014,10 @@ var init_MasterDetailLayout = __esm({
|
|
|
40882
41014
|
});
|
|
40883
41015
|
var COLUMN_CLASSES, ASPECT_CLASSES, MediaGallery;
|
|
40884
41016
|
var init_MediaGallery = __esm({
|
|
40885
|
-
"components/organisms/MediaGallery.tsx"() {
|
|
41017
|
+
"components/core/organisms/MediaGallery.tsx"() {
|
|
40886
41018
|
"use client";
|
|
40887
41019
|
init_cn();
|
|
40888
|
-
|
|
41020
|
+
init_atoms2();
|
|
40889
41021
|
init_Stack();
|
|
40890
41022
|
init_LoadingState();
|
|
40891
41023
|
init_ErrorState();
|
|
@@ -40950,13 +41082,13 @@ var init_MediaGallery = __esm({
|
|
|
40950
41082
|
}));
|
|
40951
41083
|
}, [propItems, entityData]);
|
|
40952
41084
|
if (isLoading) {
|
|
40953
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
41085
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
40954
41086
|
}
|
|
40955
41087
|
if (error) {
|
|
40956
41088
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
40957
41089
|
ErrorState,
|
|
40958
41090
|
{
|
|
40959
|
-
title: "
|
|
41091
|
+
title: t("display.galleryError"),
|
|
40960
41092
|
message: error.message,
|
|
40961
41093
|
className
|
|
40962
41094
|
}
|
|
@@ -40967,7 +41099,7 @@ var init_MediaGallery = __esm({
|
|
|
40967
41099
|
EmptyState,
|
|
40968
41100
|
{
|
|
40969
41101
|
icon: LucideIcons2.Image,
|
|
40970
|
-
title: "
|
|
41102
|
+
title: t("display.noMedia"),
|
|
40971
41103
|
description: "No media items to display.",
|
|
40972
41104
|
className
|
|
40973
41105
|
}
|
|
@@ -41111,7 +41243,7 @@ function extractTitle2(children) {
|
|
|
41111
41243
|
}
|
|
41112
41244
|
var ModalSlot;
|
|
41113
41245
|
var init_ModalSlot = __esm({
|
|
41114
|
-
"components/organisms/ModalSlot.tsx"() {
|
|
41246
|
+
"components/core/organisms/ModalSlot.tsx"() {
|
|
41115
41247
|
"use client";
|
|
41116
41248
|
init_Modal();
|
|
41117
41249
|
init_useEventBus();
|
|
@@ -41292,8 +41424,8 @@ function NegotiatorBoard({
|
|
|
41292
41424
|
);
|
|
41293
41425
|
}
|
|
41294
41426
|
var init_NegotiatorBoard = __esm({
|
|
41295
|
-
"components/organisms/
|
|
41296
|
-
|
|
41427
|
+
"components/game/organisms/puzzles/negotiator/NegotiatorBoard.tsx"() {
|
|
41428
|
+
init_atoms2();
|
|
41297
41429
|
init_useEventBus();
|
|
41298
41430
|
init_useTranslate();
|
|
41299
41431
|
NegotiatorBoard.displayName = "NegotiatorBoard";
|
|
@@ -41301,7 +41433,7 @@ var init_NegotiatorBoard = __esm({
|
|
|
41301
41433
|
});
|
|
41302
41434
|
var PricingOrganism;
|
|
41303
41435
|
var init_PricingOrganism = __esm({
|
|
41304
|
-
"components/organisms/PricingOrganism.tsx"() {
|
|
41436
|
+
"components/marketing/organisms/PricingOrganism.tsx"() {
|
|
41305
41437
|
"use client";
|
|
41306
41438
|
init_cn();
|
|
41307
41439
|
init_useEventBus();
|
|
@@ -41353,8 +41485,9 @@ var init_PricingOrganism = __esm({
|
|
|
41353
41485
|
});
|
|
41354
41486
|
var PricingPageTemplate;
|
|
41355
41487
|
var init_PricingPageTemplate = __esm({
|
|
41356
|
-
"components/templates/PricingPageTemplate.tsx"() {
|
|
41488
|
+
"components/marketing/templates/PricingPageTemplate.tsx"() {
|
|
41357
41489
|
init_cn();
|
|
41490
|
+
init_useTranslate();
|
|
41358
41491
|
init_Stack();
|
|
41359
41492
|
init_Box();
|
|
41360
41493
|
init_Container();
|
|
@@ -41367,6 +41500,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
41367
41500
|
entity,
|
|
41368
41501
|
className
|
|
41369
41502
|
}) => {
|
|
41503
|
+
const { t } = useTranslate();
|
|
41370
41504
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
41371
41505
|
if (!resolved) return null;
|
|
41372
41506
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
@@ -41395,7 +41529,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
41395
41529
|
}
|
|
41396
41530
|
) }) }),
|
|
41397
41531
|
resolved.faq && resolved.faq.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "bg-muted/20 py-16", children: /* @__PURE__ */ jsxRuntime.jsx(Container, { size: "lg", padding: "lg", children: /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "lg", children: [
|
|
41398
|
-
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "
|
|
41532
|
+
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: t("template.faq") }),
|
|
41399
41533
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
41400
41534
|
Accordion,
|
|
41401
41535
|
{
|
|
@@ -41583,7 +41717,7 @@ function useDebugData() {
|
|
|
41583
41717
|
return data;
|
|
41584
41718
|
}
|
|
41585
41719
|
var init_useDebugData = __esm({
|
|
41586
|
-
"components/organisms/debug/hooks/useDebugData.ts"() {
|
|
41720
|
+
"components/core/organisms/debug/hooks/useDebugData.ts"() {
|
|
41587
41721
|
"use client";
|
|
41588
41722
|
init_traitRegistry();
|
|
41589
41723
|
init_tickRegistry();
|
|
@@ -41858,7 +41992,7 @@ function WalkMinimap() {
|
|
|
41858
41992
|
] });
|
|
41859
41993
|
}
|
|
41860
41994
|
var init_WalkMinimap = __esm({
|
|
41861
|
-
"components/organisms/debug/WalkMinimap.tsx"() {
|
|
41995
|
+
"components/core/organisms/debug/WalkMinimap.tsx"() {
|
|
41862
41996
|
"use client";
|
|
41863
41997
|
init_Box();
|
|
41864
41998
|
init_Stack();
|
|
@@ -41868,11 +42002,12 @@ var init_WalkMinimap = __esm({
|
|
|
41868
42002
|
}
|
|
41869
42003
|
});
|
|
41870
42004
|
function TraitsTab({ traits: traits2 }) {
|
|
42005
|
+
const { t } = useTranslate();
|
|
41871
42006
|
if (traits2.length === 0) {
|
|
41872
42007
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
41873
42008
|
EmptyState,
|
|
41874
42009
|
{
|
|
41875
|
-
title: "
|
|
42010
|
+
title: t("debug.noActiveTraits"),
|
|
41876
42011
|
description: "Traits will appear when components using them are mounted",
|
|
41877
42012
|
className: "py-8"
|
|
41878
42013
|
}
|
|
@@ -41903,19 +42038,19 @@ function TraitsTab({ traits: traits2 }) {
|
|
|
41903
42038
|
] }),
|
|
41904
42039
|
trait.transitions.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
41905
42040
|
/* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", weight: "medium", className: "text-gray-500 mb-2", children: "Transitions" }),
|
|
41906
|
-
/* @__PURE__ */ jsxRuntime.jsx(Stack, { gap: "xs", children: trait.transitions.map((
|
|
41907
|
-
|
|
42041
|
+
/* @__PURE__ */ jsxRuntime.jsx(Stack, { gap: "xs", children: trait.transitions.map((t2, i) => /* @__PURE__ */ jsxRuntime.jsxs(Typography, { variant: "small", className: "font-mono", children: [
|
|
42042
|
+
t2.from,
|
|
41908
42043
|
" \u2192 ",
|
|
41909
|
-
|
|
42044
|
+
t2.to,
|
|
41910
42045
|
" ",
|
|
41911
42046
|
/* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-gray-500", children: [
|
|
41912
42047
|
"(",
|
|
41913
|
-
|
|
42048
|
+
t2.event,
|
|
41914
42049
|
")"
|
|
41915
42050
|
] }),
|
|
41916
|
-
|
|
42051
|
+
t2.guard && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-amber-500", children: [
|
|
41917
42052
|
" [",
|
|
41918
|
-
|
|
42053
|
+
t2.guard,
|
|
41919
42054
|
"]"
|
|
41920
42055
|
] })
|
|
41921
42056
|
] }, i)) })
|
|
@@ -41932,23 +42067,25 @@ function TraitsTab({ traits: traits2 }) {
|
|
|
41932
42067
|
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "debug-tab debug-tab--traits", children: /* @__PURE__ */ jsxRuntime.jsx(Accordion, { items: accordionItems, multiple: true }) });
|
|
41933
42068
|
}
|
|
41934
42069
|
var init_TraitsTab = __esm({
|
|
41935
|
-
"components/organisms/debug/tabs/TraitsTab.tsx"() {
|
|
42070
|
+
"components/core/organisms/debug/tabs/TraitsTab.tsx"() {
|
|
41936
42071
|
init_Accordion();
|
|
41937
42072
|
init_Badge();
|
|
41938
42073
|
init_Typography();
|
|
41939
42074
|
init_Stack();
|
|
41940
42075
|
init_EmptyState();
|
|
42076
|
+
init_useTranslate();
|
|
41941
42077
|
TraitsTab.displayName = "TraitsTab";
|
|
41942
42078
|
}
|
|
41943
42079
|
});
|
|
41944
42080
|
function TicksTab({ ticks: ticks2 }) {
|
|
41945
|
-
const
|
|
41946
|
-
const
|
|
42081
|
+
const { t } = useTranslate();
|
|
42082
|
+
const activeTicks = ticks2.filter((t2) => t2.active);
|
|
42083
|
+
const inactiveTicks = ticks2.filter((t2) => !t2.active);
|
|
41947
42084
|
if (ticks2.length === 0) {
|
|
41948
42085
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
41949
42086
|
EmptyState,
|
|
41950
42087
|
{
|
|
41951
|
-
title: "
|
|
42088
|
+
title: t("debug.noTicks"),
|
|
41952
42089
|
description: "Ticks will appear when trait tick handlers are running",
|
|
41953
42090
|
className: "py-8"
|
|
41954
42091
|
}
|
|
@@ -42008,21 +42145,23 @@ function TicksTab({ ticks: ticks2 }) {
|
|
|
42008
42145
|
] });
|
|
42009
42146
|
}
|
|
42010
42147
|
var init_TicksTab = __esm({
|
|
42011
|
-
"components/organisms/debug/tabs/TicksTab.tsx"() {
|
|
42148
|
+
"components/core/organisms/debug/tabs/TicksTab.tsx"() {
|
|
42012
42149
|
init_Badge();
|
|
42013
42150
|
init_Typography();
|
|
42014
42151
|
init_Stack();
|
|
42015
42152
|
init_Card();
|
|
42016
42153
|
init_EmptyState();
|
|
42154
|
+
init_useTranslate();
|
|
42017
42155
|
TicksTab.displayName = "TicksTab";
|
|
42018
42156
|
}
|
|
42019
42157
|
});
|
|
42020
42158
|
function EntitiesTab({ snapshot }) {
|
|
42159
|
+
const { t } = useTranslate();
|
|
42021
42160
|
if (!snapshot) {
|
|
42022
42161
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42023
42162
|
EmptyState,
|
|
42024
42163
|
{
|
|
42025
|
-
title: "
|
|
42164
|
+
title: t("debug.noEntityData"),
|
|
42026
42165
|
description: "Debug mode may not be enabled",
|
|
42027
42166
|
className: "py-8"
|
|
42028
42167
|
}
|
|
@@ -42035,7 +42174,7 @@ function EntitiesTab({ snapshot }) {
|
|
|
42035
42174
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42036
42175
|
EmptyState,
|
|
42037
42176
|
{
|
|
42038
|
-
title: "
|
|
42177
|
+
title: t("debug.noEntities"),
|
|
42039
42178
|
description: "Entities will appear when spawned",
|
|
42040
42179
|
className: "py-8"
|
|
42041
42180
|
}
|
|
@@ -42092,16 +42231,18 @@ function EntitiesTab({ snapshot }) {
|
|
|
42092
42231
|
] });
|
|
42093
42232
|
}
|
|
42094
42233
|
var init_EntitiesTab = __esm({
|
|
42095
|
-
"components/organisms/debug/tabs/EntitiesTab.tsx"() {
|
|
42234
|
+
"components/core/organisms/debug/tabs/EntitiesTab.tsx"() {
|
|
42096
42235
|
init_Accordion();
|
|
42097
42236
|
init_Badge();
|
|
42098
42237
|
init_Typography();
|
|
42099
42238
|
init_Stack();
|
|
42100
42239
|
init_EmptyState();
|
|
42240
|
+
init_useTranslate();
|
|
42101
42241
|
EntitiesTab.displayName = "EntitiesTab";
|
|
42102
42242
|
}
|
|
42103
42243
|
});
|
|
42104
42244
|
function EventFlowTab({ events: events2 }) {
|
|
42245
|
+
const { t } = useTranslate();
|
|
42105
42246
|
const [filter, setFilter] = React84__namespace.useState("all");
|
|
42106
42247
|
const containerRef = React84__namespace.useRef(null);
|
|
42107
42248
|
const [autoScroll, setAutoScroll] = React84__namespace.useState(true);
|
|
@@ -42127,7 +42268,7 @@ function EventFlowTab({ events: events2 }) {
|
|
|
42127
42268
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42128
42269
|
EmptyState,
|
|
42129
42270
|
{
|
|
42130
|
-
title: "
|
|
42271
|
+
title: t("debug.noEventsYet"),
|
|
42131
42272
|
description: "Events will appear as traits, ticks, and other systems execute",
|
|
42132
42273
|
className: "py-8"
|
|
42133
42274
|
}
|
|
@@ -42209,7 +42350,7 @@ function EventFlowTab({ events: events2 }) {
|
|
|
42209
42350
|
}
|
|
42210
42351
|
var TYPE_BADGES;
|
|
42211
42352
|
var init_EventFlowTab = __esm({
|
|
42212
|
-
"components/organisms/debug/tabs/EventFlowTab.tsx"() {
|
|
42353
|
+
"components/core/organisms/debug/tabs/EventFlowTab.tsx"() {
|
|
42213
42354
|
"use client";
|
|
42214
42355
|
init_Badge();
|
|
42215
42356
|
init_Typography();
|
|
@@ -42217,6 +42358,7 @@ var init_EventFlowTab = __esm({
|
|
|
42217
42358
|
init_Button();
|
|
42218
42359
|
init_Checkbox();
|
|
42219
42360
|
init_EmptyState();
|
|
42361
|
+
init_useTranslate();
|
|
42220
42362
|
TYPE_BADGES = {
|
|
42221
42363
|
trait: { variant: "primary", icon: "\u{1F504}" },
|
|
42222
42364
|
tick: { variant: "warning", icon: "\u23F1\uFE0F" },
|
|
@@ -42229,12 +42371,13 @@ var init_EventFlowTab = __esm({
|
|
|
42229
42371
|
}
|
|
42230
42372
|
});
|
|
42231
42373
|
function GuardsPanel({ guards }) {
|
|
42374
|
+
const { t } = useTranslate();
|
|
42232
42375
|
const [filter, setFilter] = React84__namespace.useState("all");
|
|
42233
42376
|
if (guards.length === 0) {
|
|
42234
42377
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42235
42378
|
EmptyState,
|
|
42236
42379
|
{
|
|
42237
|
-
title: "
|
|
42380
|
+
title: t("debug.noGuardEvaluations"),
|
|
42238
42381
|
description: "Guard evaluations will appear when transitions or ticks with guards execute",
|
|
42239
42382
|
className: "py-8"
|
|
42240
42383
|
}
|
|
@@ -42301,7 +42444,7 @@ function GuardsPanel({ guards }) {
|
|
|
42301
42444
|
] });
|
|
42302
42445
|
}
|
|
42303
42446
|
var init_GuardsPanel = __esm({
|
|
42304
|
-
"components/organisms/debug/tabs/GuardsPanel.tsx"() {
|
|
42447
|
+
"components/core/organisms/debug/tabs/GuardsPanel.tsx"() {
|
|
42305
42448
|
"use client";
|
|
42306
42449
|
init_Accordion();
|
|
42307
42450
|
init_Badge();
|
|
@@ -42310,15 +42453,17 @@ var init_GuardsPanel = __esm({
|
|
|
42310
42453
|
init_ButtonGroup();
|
|
42311
42454
|
init_Button();
|
|
42312
42455
|
init_EmptyState();
|
|
42456
|
+
init_useTranslate();
|
|
42313
42457
|
GuardsPanel.displayName = "GuardsPanel";
|
|
42314
42458
|
}
|
|
42315
42459
|
});
|
|
42316
42460
|
function VerificationTab({ checks, summary }) {
|
|
42461
|
+
const { t } = useTranslate();
|
|
42317
42462
|
if (checks.length === 0) {
|
|
42318
42463
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42319
42464
|
EmptyState,
|
|
42320
42465
|
{
|
|
42321
|
-
title: "
|
|
42466
|
+
title: t("debug.noVerificationChecks"),
|
|
42322
42467
|
description: "Checks will appear as the app executes transitions and effects",
|
|
42323
42468
|
className: "py-8"
|
|
42324
42469
|
}
|
|
@@ -42378,12 +42523,13 @@ function VerificationTab({ checks, summary }) {
|
|
|
42378
42523
|
}
|
|
42379
42524
|
var STATUS_CONFIG;
|
|
42380
42525
|
var init_VerificationTab = __esm({
|
|
42381
|
-
"components/organisms/debug/tabs/VerificationTab.tsx"() {
|
|
42526
|
+
"components/core/organisms/debug/tabs/VerificationTab.tsx"() {
|
|
42382
42527
|
"use client";
|
|
42383
42528
|
init_Badge();
|
|
42384
42529
|
init_Typography();
|
|
42385
42530
|
init_Stack();
|
|
42386
42531
|
init_EmptyState();
|
|
42532
|
+
init_useTranslate();
|
|
42387
42533
|
STATUS_CONFIG = {
|
|
42388
42534
|
pass: { variant: "success", icon: "\u2713", label: "PASS" },
|
|
42389
42535
|
fail: { variant: "danger", icon: "\u2717", label: "FAIL" },
|
|
@@ -42403,6 +42549,7 @@ function EffectBadge({ effect }) {
|
|
|
42403
42549
|
] });
|
|
42404
42550
|
}
|
|
42405
42551
|
function TransitionTimeline({ transitions }) {
|
|
42552
|
+
const { t } = useTranslate();
|
|
42406
42553
|
const containerRef = React84__namespace.useRef(null);
|
|
42407
42554
|
const [autoScroll, setAutoScroll] = React84__namespace.useState(true);
|
|
42408
42555
|
const [expandedId, setExpandedId] = React84__namespace.useState(null);
|
|
@@ -42415,7 +42562,7 @@ function TransitionTimeline({ transitions }) {
|
|
|
42415
42562
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42416
42563
|
EmptyState,
|
|
42417
42564
|
{
|
|
42418
|
-
title: "
|
|
42565
|
+
title: t("debug.noTransitionsRecorded"),
|
|
42419
42566
|
description: "Transitions will appear as the state machine processes events",
|
|
42420
42567
|
className: "py-8"
|
|
42421
42568
|
}
|
|
@@ -42517,12 +42664,13 @@ function TransitionTimeline({ transitions }) {
|
|
|
42517
42664
|
}
|
|
42518
42665
|
var EFFECT_STATUS_VARIANT;
|
|
42519
42666
|
var init_TransitionTimeline = __esm({
|
|
42520
|
-
"components/organisms/debug/tabs/TransitionTimeline.tsx"() {
|
|
42667
|
+
"components/core/organisms/debug/tabs/TransitionTimeline.tsx"() {
|
|
42521
42668
|
"use client";
|
|
42522
42669
|
init_Badge();
|
|
42523
42670
|
init_Typography();
|
|
42524
42671
|
init_EmptyState();
|
|
42525
42672
|
init_Checkbox();
|
|
42673
|
+
init_useTranslate();
|
|
42526
42674
|
EFFECT_STATUS_VARIANT = {
|
|
42527
42675
|
executed: "success",
|
|
42528
42676
|
failed: "danger",
|
|
@@ -42538,11 +42686,12 @@ function StatRow({ label, value, variant }) {
|
|
|
42538
42686
|
] });
|
|
42539
42687
|
}
|
|
42540
42688
|
function ServerBridgeTab({ bridge }) {
|
|
42689
|
+
const { t } = useTranslate();
|
|
42541
42690
|
if (!bridge) {
|
|
42542
42691
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42543
42692
|
EmptyState,
|
|
42544
42693
|
{
|
|
42545
|
-
title: "
|
|
42694
|
+
title: t("debug.noBridgeData"),
|
|
42546
42695
|
description: "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
|
|
42547
42696
|
className: "py-8"
|
|
42548
42697
|
}
|
|
@@ -42568,7 +42717,7 @@ function ServerBridgeTab({ bridge }) {
|
|
|
42568
42717
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
42569
42718
|
StatRow,
|
|
42570
42719
|
{
|
|
42571
|
-
label: "
|
|
42720
|
+
label: t("debug.status"),
|
|
42572
42721
|
value: bridge.connected ? "Connected" : "Disconnected",
|
|
42573
42722
|
variant: bridge.connected ? "success" : "danger"
|
|
42574
42723
|
}
|
|
@@ -42576,21 +42725,21 @@ function ServerBridgeTab({ bridge }) {
|
|
|
42576
42725
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
42577
42726
|
StatRow,
|
|
42578
42727
|
{
|
|
42579
|
-
label: "
|
|
42728
|
+
label: t("debug.eventsForwarded"),
|
|
42580
42729
|
value: bridge.eventsForwarded
|
|
42581
42730
|
}
|
|
42582
42731
|
),
|
|
42583
42732
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
42584
42733
|
StatRow,
|
|
42585
42734
|
{
|
|
42586
|
-
label: "
|
|
42735
|
+
label: t("debug.eventsReceived"),
|
|
42587
42736
|
value: bridge.eventsReceived
|
|
42588
42737
|
}
|
|
42589
42738
|
),
|
|
42590
42739
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
42591
42740
|
StatRow,
|
|
42592
42741
|
{
|
|
42593
|
-
label: "
|
|
42742
|
+
label: t("debug.lastHeartbeat"),
|
|
42594
42743
|
value: formatTime4(bridge.lastHeartbeat)
|
|
42595
42744
|
}
|
|
42596
42745
|
)
|
|
@@ -42607,13 +42756,14 @@ function ServerBridgeTab({ bridge }) {
|
|
|
42607
42756
|
] }) });
|
|
42608
42757
|
}
|
|
42609
42758
|
var init_ServerBridgeTab = __esm({
|
|
42610
|
-
"components/organisms/debug/tabs/ServerBridgeTab.tsx"() {
|
|
42759
|
+
"components/core/organisms/debug/tabs/ServerBridgeTab.tsx"() {
|
|
42611
42760
|
"use client";
|
|
42612
42761
|
init_Badge();
|
|
42613
42762
|
init_Typography();
|
|
42614
42763
|
init_Stack();
|
|
42615
42764
|
init_Card();
|
|
42616
42765
|
init_EmptyState();
|
|
42766
|
+
init_useTranslate();
|
|
42617
42767
|
ServerBridgeTab.displayName = "ServerBridgeTab";
|
|
42618
42768
|
}
|
|
42619
42769
|
});
|
|
@@ -42692,6 +42842,7 @@ function getAllEvents(traits2) {
|
|
|
42692
42842
|
}
|
|
42693
42843
|
function EventDispatcherTab({ traits: traits2, schema }) {
|
|
42694
42844
|
const eventBus = useEventBus();
|
|
42845
|
+
const { t } = useTranslate();
|
|
42695
42846
|
const [log12, setLog] = React84__namespace.useState([]);
|
|
42696
42847
|
const prevStatesRef = React84__namespace.useRef(/* @__PURE__ */ new Map());
|
|
42697
42848
|
React84__namespace.useEffect(() => {
|
|
@@ -42710,7 +42861,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
|
|
|
42710
42861
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42711
42862
|
EmptyState,
|
|
42712
42863
|
{
|
|
42713
|
-
title: "
|
|
42864
|
+
title: t("debug.noActiveTraits"),
|
|
42714
42865
|
description: "Traits will appear when the state machine initializes",
|
|
42715
42866
|
className: "py-8"
|
|
42716
42867
|
}
|
|
@@ -42748,8 +42899,8 @@ function EventDispatcherTab({ traits: traits2, schema }) {
|
|
|
42748
42899
|
children: event
|
|
42749
42900
|
}
|
|
42750
42901
|
),
|
|
42751
|
-
/* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((
|
|
42752
|
-
transitions.some((
|
|
42902
|
+
/* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", className: "text-gray-500", children: transitions.map((t2) => `${t2.from} -> ${t2.to}`).join(", ") }),
|
|
42903
|
+
transitions.some((t2) => t2.guard) && /* @__PURE__ */ jsxRuntime.jsx(Badge, { variant: "warning", size: "sm", children: "guarded" })
|
|
42753
42904
|
] }, event)) })
|
|
42754
42905
|
] }),
|
|
42755
42906
|
unavailableEvents.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3", children: [
|
|
@@ -42769,7 +42920,7 @@ function EventDispatcherTab({ traits: traits2, schema }) {
|
|
|
42769
42920
|
] });
|
|
42770
42921
|
}
|
|
42771
42922
|
var init_EventDispatcherTab = __esm({
|
|
42772
|
-
"components/organisms/debug/tabs/EventDispatcherTab.tsx"() {
|
|
42923
|
+
"components/core/organisms/debug/tabs/EventDispatcherTab.tsx"() {
|
|
42773
42924
|
"use client";
|
|
42774
42925
|
init_Badge();
|
|
42775
42926
|
init_Button();
|
|
@@ -42777,13 +42928,14 @@ var init_EventDispatcherTab = __esm({
|
|
|
42777
42928
|
init_Stack();
|
|
42778
42929
|
init_EmptyState();
|
|
42779
42930
|
init_useEventBus();
|
|
42931
|
+
init_useTranslate();
|
|
42780
42932
|
EventDispatcherTab.displayName = "EventDispatcherTab";
|
|
42781
42933
|
}
|
|
42782
42934
|
});
|
|
42783
42935
|
|
|
42784
|
-
// components/organisms/debug/RuntimeDebugger.css
|
|
42936
|
+
// components/core/organisms/debug/RuntimeDebugger.css
|
|
42785
42937
|
var init_RuntimeDebugger = __esm({
|
|
42786
|
-
"components/organisms/debug/RuntimeDebugger.css"() {
|
|
42938
|
+
"components/core/organisms/debug/RuntimeDebugger.css"() {
|
|
42787
42939
|
}
|
|
42788
42940
|
});
|
|
42789
42941
|
function ServerResponseRow({ sr }) {
|
|
@@ -43149,7 +43301,7 @@ function RuntimeDebugger({
|
|
|
43149
43301
|
);
|
|
43150
43302
|
}
|
|
43151
43303
|
var init_RuntimeDebugger2 = __esm({
|
|
43152
|
-
"components/organisms/debug/RuntimeDebugger.tsx"() {
|
|
43304
|
+
"components/core/organisms/debug/RuntimeDebugger.tsx"() {
|
|
43153
43305
|
"use client";
|
|
43154
43306
|
init_cn();
|
|
43155
43307
|
init_useDebugData();
|
|
@@ -43365,7 +43517,7 @@ function TraitSlot({
|
|
|
43365
43517
|
}
|
|
43366
43518
|
var SIZE_CONFIG3, DRAG_MIME2;
|
|
43367
43519
|
var init_TraitSlot = __esm({
|
|
43368
|
-
"components/organisms/
|
|
43520
|
+
"components/game/organisms/TraitSlot.tsx"() {
|
|
43369
43521
|
"use client";
|
|
43370
43522
|
init_cn();
|
|
43371
43523
|
init_useEventBus();
|
|
@@ -43432,8 +43584,8 @@ function SequenceBar({
|
|
|
43432
43584
|
] }, i)) });
|
|
43433
43585
|
}
|
|
43434
43586
|
var init_SequenceBar = __esm({
|
|
43435
|
-
"components/organisms/
|
|
43436
|
-
|
|
43587
|
+
"components/game/organisms/puzzles/sequencer/SequenceBar.tsx"() {
|
|
43588
|
+
init_atoms2();
|
|
43437
43589
|
init_cn();
|
|
43438
43590
|
init_TraitSlot();
|
|
43439
43591
|
SequenceBar.displayName = "SequenceBar";
|
|
@@ -43651,8 +43803,8 @@ function SequencerBoard({
|
|
|
43651
43803
|
}
|
|
43652
43804
|
var ENCOURAGEMENT_KEYS2, stepLabel;
|
|
43653
43805
|
var init_SequencerBoard = __esm({
|
|
43654
|
-
"components/organisms/
|
|
43655
|
-
|
|
43806
|
+
"components/game/organisms/puzzles/sequencer/SequencerBoard.tsx"() {
|
|
43807
|
+
init_atoms2();
|
|
43656
43808
|
init_cn();
|
|
43657
43809
|
init_useEventBus();
|
|
43658
43810
|
init_useTranslate();
|
|
@@ -43670,7 +43822,7 @@ var init_SequencerBoard = __esm({
|
|
|
43670
43822
|
});
|
|
43671
43823
|
var ShowcaseOrganism;
|
|
43672
43824
|
var init_ShowcaseOrganism = __esm({
|
|
43673
|
-
"components/organisms/ShowcaseOrganism.tsx"() {
|
|
43825
|
+
"components/core/organisms/ShowcaseOrganism.tsx"() {
|
|
43674
43826
|
"use client";
|
|
43675
43827
|
init_cn();
|
|
43676
43828
|
init_useEventBus();
|
|
@@ -43725,10 +43877,10 @@ var init_ShowcaseOrganism = __esm({
|
|
|
43725
43877
|
}
|
|
43726
43878
|
});
|
|
43727
43879
|
|
|
43728
|
-
// components/organisms/
|
|
43880
|
+
// components/game/organisms/physics-sim/presets/mechanics.ts
|
|
43729
43881
|
var projectileMotion, pendulum, springOscillator;
|
|
43730
43882
|
var init_mechanics = __esm({
|
|
43731
|
-
"components/organisms/
|
|
43883
|
+
"components/game/organisms/physics-sim/presets/mechanics.ts"() {
|
|
43732
43884
|
projectileMotion = {
|
|
43733
43885
|
id: "mechanics-projectile",
|
|
43734
43886
|
name: "Projectile Motion",
|
|
@@ -43783,10 +43935,10 @@ var init_mechanics = __esm({
|
|
|
43783
43935
|
}
|
|
43784
43936
|
});
|
|
43785
43937
|
|
|
43786
|
-
// components/organisms/
|
|
43938
|
+
// components/game/organisms/physics-sim/presets/index.ts
|
|
43787
43939
|
var ALL_PRESETS;
|
|
43788
43940
|
var init_presets = __esm({
|
|
43789
|
-
"components/organisms/
|
|
43941
|
+
"components/game/organisms/physics-sim/presets/index.ts"() {
|
|
43790
43942
|
init_mechanics();
|
|
43791
43943
|
init_mechanics();
|
|
43792
43944
|
ALL_PRESETS = [
|
|
@@ -43944,9 +44096,9 @@ function SimulationCanvas({
|
|
|
43944
44096
|
) });
|
|
43945
44097
|
}
|
|
43946
44098
|
var init_SimulationCanvas = __esm({
|
|
43947
|
-
"components/organisms/
|
|
44099
|
+
"components/game/organisms/physics-sim/SimulationCanvas.tsx"() {
|
|
43948
44100
|
init_cn();
|
|
43949
|
-
|
|
44101
|
+
init_atoms2();
|
|
43950
44102
|
init_verificationRegistry();
|
|
43951
44103
|
init_presets();
|
|
43952
44104
|
SimulationCanvas.displayName = "SimulationCanvas";
|
|
@@ -44011,8 +44163,8 @@ function SimulationControls({
|
|
|
44011
44163
|
] });
|
|
44012
44164
|
}
|
|
44013
44165
|
var init_SimulationControls = __esm({
|
|
44014
|
-
"components/organisms/
|
|
44015
|
-
|
|
44166
|
+
"components/game/organisms/physics-sim/SimulationControls.tsx"() {
|
|
44167
|
+
init_atoms2();
|
|
44016
44168
|
SimulationControls.displayName = "SimulationControls";
|
|
44017
44169
|
}
|
|
44018
44170
|
});
|
|
@@ -44074,8 +44226,8 @@ function SimulationGraph({
|
|
|
44074
44226
|
] }) });
|
|
44075
44227
|
}
|
|
44076
44228
|
var init_SimulationGraph = __esm({
|
|
44077
|
-
"components/organisms/
|
|
44078
|
-
|
|
44229
|
+
"components/game/organisms/physics-sim/SimulationGraph.tsx"() {
|
|
44230
|
+
init_atoms2();
|
|
44079
44231
|
SimulationGraph.displayName = "SimulationGraph";
|
|
44080
44232
|
}
|
|
44081
44233
|
});
|
|
@@ -44230,8 +44382,8 @@ function SimulatorBoard({
|
|
|
44230
44382
|
);
|
|
44231
44383
|
}
|
|
44232
44384
|
var init_SimulatorBoard = __esm({
|
|
44233
|
-
"components/organisms/
|
|
44234
|
-
|
|
44385
|
+
"components/game/organisms/puzzles/simulator/SimulatorBoard.tsx"() {
|
|
44386
|
+
init_atoms2();
|
|
44235
44387
|
init_useEventBus();
|
|
44236
44388
|
init_useTranslate();
|
|
44237
44389
|
SimulatorBoard.displayName = "SimulatorBoard";
|
|
@@ -44239,7 +44391,7 @@ var init_SimulatorBoard = __esm({
|
|
|
44239
44391
|
});
|
|
44240
44392
|
var SplitPane;
|
|
44241
44393
|
var init_SplitPane = __esm({
|
|
44242
|
-
"components/organisms/layout/SplitPane.tsx"() {
|
|
44394
|
+
"components/core/organisms/layout/SplitPane.tsx"() {
|
|
44243
44395
|
"use client";
|
|
44244
44396
|
init_cn();
|
|
44245
44397
|
SplitPane = ({
|
|
@@ -44329,10 +44481,10 @@ var init_SplitPane = __esm({
|
|
|
44329
44481
|
});
|
|
44330
44482
|
var StatCard;
|
|
44331
44483
|
var init_StatCard = __esm({
|
|
44332
|
-
"components/organisms/StatCard.tsx"() {
|
|
44484
|
+
"components/core/organisms/StatCard.tsx"() {
|
|
44333
44485
|
"use client";
|
|
44334
44486
|
init_cn();
|
|
44335
|
-
|
|
44487
|
+
init_atoms2();
|
|
44336
44488
|
init_Box();
|
|
44337
44489
|
init_Stack();
|
|
44338
44490
|
init_Button();
|
|
@@ -44573,8 +44725,8 @@ function StateNode2({
|
|
|
44573
44725
|
);
|
|
44574
44726
|
}
|
|
44575
44727
|
var init_StateNode = __esm({
|
|
44576
|
-
"components/organisms/
|
|
44577
|
-
|
|
44728
|
+
"components/game/organisms/puzzles/state-architect/StateNode.tsx"() {
|
|
44729
|
+
init_atoms2();
|
|
44578
44730
|
init_cn();
|
|
44579
44731
|
StateNode2.displayName = "StateNode";
|
|
44580
44732
|
}
|
|
@@ -44645,7 +44797,7 @@ function TransitionArrow({
|
|
|
44645
44797
|
}
|
|
44646
44798
|
var NODE_RADIUS;
|
|
44647
44799
|
var init_TransitionArrow = __esm({
|
|
44648
|
-
"components/organisms/
|
|
44800
|
+
"components/game/organisms/puzzles/state-architect/TransitionArrow.tsx"() {
|
|
44649
44801
|
init_cn();
|
|
44650
44802
|
NODE_RADIUS = 40;
|
|
44651
44803
|
TransitionArrow.displayName = "TransitionArrow";
|
|
@@ -44691,8 +44843,8 @@ function VariablePanel({
|
|
|
44691
44843
|
] });
|
|
44692
44844
|
}
|
|
44693
44845
|
var init_VariablePanel = __esm({
|
|
44694
|
-
"components/organisms/
|
|
44695
|
-
|
|
44846
|
+
"components/game/organisms/puzzles/state-architect/VariablePanel.tsx"() {
|
|
44847
|
+
init_atoms2();
|
|
44696
44848
|
init_cn();
|
|
44697
44849
|
init_useTranslate();
|
|
44698
44850
|
VariablePanel.displayName = "VariablePanel";
|
|
@@ -45007,8 +45159,8 @@ function StateArchitectBoard({
|
|
|
45007
45159
|
}
|
|
45008
45160
|
var ENCOURAGEMENT_KEYS3, nextTransId;
|
|
45009
45161
|
var init_StateArchitectBoard = __esm({
|
|
45010
|
-
"components/organisms/
|
|
45011
|
-
|
|
45162
|
+
"components/game/organisms/puzzles/state-architect/StateArchitectBoard.tsx"() {
|
|
45163
|
+
init_atoms2();
|
|
45012
45164
|
init_cn();
|
|
45013
45165
|
init_useEventBus();
|
|
45014
45166
|
init_useTranslate();
|
|
@@ -45028,7 +45180,7 @@ var init_StateArchitectBoard = __esm({
|
|
|
45028
45180
|
});
|
|
45029
45181
|
var StatsOrganism;
|
|
45030
45182
|
var init_StatsOrganism = __esm({
|
|
45031
|
-
"components/organisms/StatsOrganism.tsx"() {
|
|
45183
|
+
"components/marketing/organisms/StatsOrganism.tsx"() {
|
|
45032
45184
|
"use client";
|
|
45033
45185
|
init_cn();
|
|
45034
45186
|
init_useTranslate();
|
|
@@ -45071,7 +45223,7 @@ var init_StatsOrganism = __esm({
|
|
|
45071
45223
|
});
|
|
45072
45224
|
var StepFlowOrganism;
|
|
45073
45225
|
var init_StepFlowOrganism = __esm({
|
|
45074
|
-
"components/organisms/StepFlowOrganism.tsx"() {
|
|
45226
|
+
"components/core/organisms/StepFlowOrganism.tsx"() {
|
|
45075
45227
|
"use client";
|
|
45076
45228
|
init_cn();
|
|
45077
45229
|
init_useTranslate();
|
|
@@ -45127,7 +45279,7 @@ var init_StepFlowOrganism = __esm({
|
|
|
45127
45279
|
});
|
|
45128
45280
|
var TabbedContainer;
|
|
45129
45281
|
var init_TabbedContainer = __esm({
|
|
45130
|
-
"components/organisms/layout/TabbedContainer.tsx"() {
|
|
45282
|
+
"components/core/organisms/layout/TabbedContainer.tsx"() {
|
|
45131
45283
|
"use client";
|
|
45132
45284
|
init_cn();
|
|
45133
45285
|
init_Typography();
|
|
@@ -45241,7 +45393,7 @@ var init_TabbedContainer = __esm({
|
|
|
45241
45393
|
});
|
|
45242
45394
|
var TeamOrganism;
|
|
45243
45395
|
var init_TeamOrganism = __esm({
|
|
45244
|
-
"components/organisms/TeamOrganism.tsx"() {
|
|
45396
|
+
"components/marketing/organisms/TeamOrganism.tsx"() {
|
|
45245
45397
|
"use client";
|
|
45246
45398
|
init_cn();
|
|
45247
45399
|
init_useTranslate();
|
|
@@ -45294,10 +45446,10 @@ var init_TeamOrganism = __esm({
|
|
|
45294
45446
|
});
|
|
45295
45447
|
var lookStyles10, STATUS_STYLES3, Timeline;
|
|
45296
45448
|
var init_Timeline = __esm({
|
|
45297
|
-
"components/organisms/Timeline.tsx"() {
|
|
45449
|
+
"components/core/organisms/Timeline.tsx"() {
|
|
45298
45450
|
"use client";
|
|
45299
45451
|
init_cn();
|
|
45300
|
-
|
|
45452
|
+
init_atoms2();
|
|
45301
45453
|
init_Stack();
|
|
45302
45454
|
init_LoadingState();
|
|
45303
45455
|
init_ErrorState();
|
|
@@ -45372,13 +45524,13 @@ var init_Timeline = __esm({
|
|
|
45372
45524
|
});
|
|
45373
45525
|
}, [propItems, entityData, fields]);
|
|
45374
45526
|
if (isLoading) {
|
|
45375
|
-
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: "
|
|
45527
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LoadingState, { message: t("common.loading"), className });
|
|
45376
45528
|
}
|
|
45377
45529
|
if (error) {
|
|
45378
45530
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
45379
45531
|
ErrorState,
|
|
45380
45532
|
{
|
|
45381
|
-
title: "
|
|
45533
|
+
title: t("display.timelineError"),
|
|
45382
45534
|
message: error.message,
|
|
45383
45535
|
className
|
|
45384
45536
|
}
|
|
@@ -45388,7 +45540,7 @@ var init_Timeline = __esm({
|
|
|
45388
45540
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
45389
45541
|
EmptyState,
|
|
45390
45542
|
{
|
|
45391
|
-
title: "
|
|
45543
|
+
title: t("display.noEvents"),
|
|
45392
45544
|
description: "No timeline events to display.",
|
|
45393
45545
|
className
|
|
45394
45546
|
}
|
|
@@ -45466,7 +45618,7 @@ function extractToastProps(children) {
|
|
|
45466
45618
|
}
|
|
45467
45619
|
var ToastSlot;
|
|
45468
45620
|
var init_ToastSlot = __esm({
|
|
45469
|
-
"components/organisms/ToastSlot.tsx"() {
|
|
45621
|
+
"components/core/organisms/ToastSlot.tsx"() {
|
|
45470
45622
|
"use client";
|
|
45471
45623
|
init_Toast();
|
|
45472
45624
|
init_Box();
|
|
@@ -45635,7 +45787,7 @@ function useBattleState(initialUnits, eventConfig = {}, callbacks = {}) {
|
|
|
45635
45787
|
};
|
|
45636
45788
|
}
|
|
45637
45789
|
var init_useBattleState = __esm({
|
|
45638
|
-
"components/organisms/
|
|
45790
|
+
"components/game/organisms/hooks/useBattleState.ts"() {
|
|
45639
45791
|
"use client";
|
|
45640
45792
|
init_useEventBus();
|
|
45641
45793
|
}
|
|
@@ -45677,7 +45829,7 @@ function UncontrolledBattleBoard({ entity, ...rest }) {
|
|
|
45677
45829
|
);
|
|
45678
45830
|
}
|
|
45679
45831
|
var init_UncontrolledBattleBoard = __esm({
|
|
45680
|
-
"components/organisms/
|
|
45832
|
+
"components/game/organisms/UncontrolledBattleBoard.tsx"() {
|
|
45681
45833
|
init_BattleBoard();
|
|
45682
45834
|
init_useBattleState();
|
|
45683
45835
|
UncontrolledBattleBoard.displayName = "UncontrolledBattleBoard";
|
|
@@ -45915,7 +46067,7 @@ function WorldMapBoard({
|
|
|
45915
46067
|
] });
|
|
45916
46068
|
}
|
|
45917
46069
|
var init_WorldMapBoard = __esm({
|
|
45918
|
-
"components/organisms/
|
|
46070
|
+
"components/game/organisms/WorldMapBoard.tsx"() {
|
|
45919
46071
|
"use client";
|
|
45920
46072
|
init_cn();
|
|
45921
46073
|
init_useEventBus();
|
|
@@ -45951,7 +46103,7 @@ function WorldMapTemplate({
|
|
|
45951
46103
|
);
|
|
45952
46104
|
}
|
|
45953
46105
|
var init_WorldMapTemplate = __esm({
|
|
45954
|
-
"components/templates/WorldMapTemplate.tsx"() {
|
|
46106
|
+
"components/game/templates/WorldMapTemplate.tsx"() {
|
|
45955
46107
|
init_WorldMapBoard();
|
|
45956
46108
|
WorldMapTemplate.displayName = "WorldMapTemplate";
|
|
45957
46109
|
}
|
|
@@ -45970,7 +46122,7 @@ function lazyThree(name, loader) {
|
|
|
45970
46122
|
}
|
|
45971
46123
|
var FeatureRenderer, COMPONENT_REGISTRY;
|
|
45972
46124
|
var init_component_registry_generated = __esm({
|
|
45973
|
-
"components/organisms/component-registry.generated.ts"() {
|
|
46125
|
+
"components/core/organisms/component-registry.generated.ts"() {
|
|
45974
46126
|
init_AboutPageTemplate();
|
|
45975
46127
|
init_ComponentPatterns();
|
|
45976
46128
|
init_ActionButton();
|
|
@@ -46566,7 +46718,7 @@ var init_component_registry_generated = __esm({
|
|
|
46566
46718
|
}
|
|
46567
46719
|
});
|
|
46568
46720
|
|
|
46569
|
-
// components/organisms/UISlotRenderer.tsx
|
|
46721
|
+
// components/core/organisms/UISlotRenderer.tsx
|
|
46570
46722
|
var UISlotRenderer_exports = {};
|
|
46571
46723
|
__export(UISlotRenderer_exports, {
|
|
46572
46724
|
SlotContentRenderer: () => SlotContentRenderer,
|
|
@@ -46648,7 +46800,7 @@ function enrichFormFields(fields, entityDef) {
|
|
|
46648
46800
|
return field;
|
|
46649
46801
|
});
|
|
46650
46802
|
}
|
|
46651
|
-
function renderContainedPortal(slot, content, onDismiss) {
|
|
46803
|
+
function renderContainedPortal(t, slot, content, onDismiss) {
|
|
46652
46804
|
const slotContent = /* @__PURE__ */ jsxRuntime.jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsxRuntime.jsx(SlotContentRenderer, { content, onDismiss }) });
|
|
46653
46805
|
const slotId = `slot-${slot}`;
|
|
46654
46806
|
switch (slot) {
|
|
@@ -46684,7 +46836,7 @@ function renderContainedPortal(slot, content, onDismiss) {
|
|
|
46684
46836
|
onClick: onDismiss,
|
|
46685
46837
|
"data-event": "CLOSE",
|
|
46686
46838
|
"data-testid": "action-CLOSE",
|
|
46687
|
-
"aria-label": "
|
|
46839
|
+
"aria-label": t("aria.closeModal"),
|
|
46688
46840
|
children: "\u2715"
|
|
46689
46841
|
}
|
|
46690
46842
|
)
|
|
@@ -46726,7 +46878,7 @@ function renderContainedPortal(slot, content, onDismiss) {
|
|
|
46726
46878
|
onClick: onDismiss,
|
|
46727
46879
|
"data-event": "CLOSE",
|
|
46728
46880
|
"data-testid": "action-CLOSE",
|
|
46729
|
-
"aria-label": "
|
|
46881
|
+
"aria-label": t("aria.closeDrawer"),
|
|
46730
46882
|
children: "\u2715"
|
|
46731
46883
|
}
|
|
46732
46884
|
)
|
|
@@ -46794,6 +46946,7 @@ function UISlotComponent({
|
|
|
46794
46946
|
}) {
|
|
46795
46947
|
const { slots, clear } = context.useUISlots();
|
|
46796
46948
|
const eventBus = useEventBus();
|
|
46949
|
+
const { t } = useTranslate();
|
|
46797
46950
|
const suspenseConfig = React84.useContext(SuspenseConfigContext);
|
|
46798
46951
|
const contained = React84.useContext(SlotContainedContext);
|
|
46799
46952
|
const content = slots[slot];
|
|
@@ -46848,7 +47001,7 @@ function UISlotComponent({
|
|
|
46848
47001
|
};
|
|
46849
47002
|
if (portal) {
|
|
46850
47003
|
if (contained) {
|
|
46851
|
-
return renderContainedPortal(slot, content, handleDismiss);
|
|
47004
|
+
return renderContainedPortal(t, slot, content, handleDismiss);
|
|
46852
47005
|
}
|
|
46853
47006
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
46854
47007
|
SlotPortal,
|
|
@@ -46895,6 +47048,7 @@ function CompiledPortal({ slot, className, pattern, sourceTrait, children }) {
|
|
|
46895
47048
|
const [portalRoot, setPortalRoot] = React84.useState(null);
|
|
46896
47049
|
const slotsBus = context.useUISlots();
|
|
46897
47050
|
const eventBus = useEventBus();
|
|
47051
|
+
const { t } = useTranslate();
|
|
46898
47052
|
React84.useEffect(() => {
|
|
46899
47053
|
setPortalRoot(getOrCreatePortalRoot());
|
|
46900
47054
|
}, []);
|
|
@@ -47184,6 +47338,7 @@ function SlotContentRenderer({
|
|
|
47184
47338
|
}
|
|
47185
47339
|
}
|
|
47186
47340
|
const eventBus = useEventBus();
|
|
47341
|
+
const { t } = useTranslate();
|
|
47187
47342
|
const schemaCtx = useEntitySchemaOptional();
|
|
47188
47343
|
let entityDef;
|
|
47189
47344
|
if (typeof entityProp === "string" && entityProp.length > 0 && schemaCtx) {
|
|
@@ -47228,7 +47383,7 @@ function SlotContentRenderer({
|
|
|
47228
47383
|
if (propsSchema) {
|
|
47229
47384
|
for (const [propKey, propDef] of Object.entries(propsSchema)) {
|
|
47230
47385
|
const isDate = propDef.types?.some(
|
|
47231
|
-
(
|
|
47386
|
+
(t2) => t2 === "date" || t2 === "datetime" || t2 === "timestamp"
|
|
47232
47387
|
);
|
|
47233
47388
|
if (!isDate) continue;
|
|
47234
47389
|
const v = renderedProps[propKey];
|
|
@@ -47362,7 +47517,7 @@ function UISlotRenderer({
|
|
|
47362
47517
|
}
|
|
47363
47518
|
var scopeWrapLog, TRAIT_BINDING_RE, SuspenseConfigContext, SlotContainedContext, SLOT_SKELETON_MAP, FORM_PATTERNS, PATTERNS_WITH_CHILDREN;
|
|
47364
47519
|
var init_UISlotRenderer = __esm({
|
|
47365
|
-
"components/organisms/UISlotRenderer.tsx"() {
|
|
47520
|
+
"components/core/organisms/UISlotRenderer.tsx"() {
|
|
47366
47521
|
"use client";
|
|
47367
47522
|
init_EntitySchemaContext();
|
|
47368
47523
|
init_Modal();
|
|
@@ -47371,6 +47526,7 @@ var init_UISlotRenderer = __esm({
|
|
|
47371
47526
|
init_Box();
|
|
47372
47527
|
init_Typography();
|
|
47373
47528
|
init_useEventBus();
|
|
47529
|
+
init_useTranslate();
|
|
47374
47530
|
init_slot_types();
|
|
47375
47531
|
init_cn();
|
|
47376
47532
|
init_ErrorBoundary();
|
|
@@ -47588,9 +47744,10 @@ function convertObjectProps(props) {
|
|
|
47588
47744
|
if (isFnFormLambda(value)) {
|
|
47589
47745
|
convertedAny = true;
|
|
47590
47746
|
const arr = value;
|
|
47591
|
-
const
|
|
47592
|
-
out[
|
|
47593
|
-
|
|
47747
|
+
const compiled = makeLambdaFn(fnFormParams(arr), arr[2], key);
|
|
47748
|
+
out[key] = compiled;
|
|
47749
|
+
if (key === "renderItem") out.children = compiled;
|
|
47750
|
+
lambdaLog.debug(`convert key=${key}${key === "renderItem" ? " (+children)" : ""}`);
|
|
47594
47751
|
continue;
|
|
47595
47752
|
}
|
|
47596
47753
|
const next = convertNode(value, key);
|