@almadar/ui 5.74.0 → 5.76.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 +39646 -43579
- package/dist/avl/index.css +0 -504
- package/dist/avl/index.d.ts +43 -43
- package/dist/avl/index.js +38906 -42838
- package/dist/components/avl/atoms/AvlApplication.d.ts +1 -1
- package/dist/components/avl/atoms/AvlBindingRef.d.ts +1 -1
- package/dist/components/avl/atoms/AvlEffect.d.ts +1 -1
- package/dist/components/avl/atoms/AvlEntity.d.ts +1 -1
- package/dist/components/avl/atoms/AvlEvent.d.ts +1 -1
- package/dist/components/avl/atoms/AvlField.d.ts +1 -1
- package/dist/components/avl/atoms/AvlFieldType.d.ts +1 -1
- package/dist/components/avl/atoms/AvlGuard.d.ts +1 -1
- package/dist/components/avl/atoms/AvlLiteral.d.ts +1 -1
- package/dist/components/avl/atoms/AvlOperator.d.ts +1 -1
- package/dist/components/avl/atoms/AvlPage.d.ts +1 -1
- package/dist/components/avl/atoms/AvlPersistence.d.ts +1 -1
- package/dist/components/avl/atoms/AvlSExpr.d.ts +1 -1
- package/dist/components/avl/atoms/AvlState.d.ts +2 -2
- package/dist/components/avl/atoms/index.d.ts +4 -4
- package/dist/components/avl/{molecules → lib}/avl-behavior-compose-converter.d.ts +1 -1
- package/dist/components/avl/{molecules → lib}/avl-elk-layout.d.ts +2 -2
- package/dist/components/avl/{molecules → lib}/avl-flow-converter.d.ts +1 -1
- package/dist/components/avl/{molecules → lib}/avl-preview-converter.d.ts +1 -1
- package/dist/components/avl/{molecules → lib}/avl-story-schemas.d.ts +6 -6
- package/dist/components/avl/{molecules → lib}/avl-zoom-band.d.ts +1 -1
- package/dist/components/avl/molecules/Avl3DExprTree.d.ts +1 -1
- package/dist/components/avl/molecules/AvlBehaviorGlyph.d.ts +1 -1
- package/dist/components/avl/molecules/AvlClosedCircuit.d.ts +1 -1
- package/dist/components/avl/molecules/AvlOrbitalUnit.d.ts +1 -1
- package/dist/components/avl/molecules/AvlStateMachine.d.ts +1 -1
- package/dist/components/avl/molecules/AvlTransitionLane.d.ts +1 -1
- package/dist/components/avl/molecules/BehaviorView.d.ts +1 -1
- package/dist/components/avl/molecules/DetailView.d.ts +1 -1
- package/dist/components/avl/molecules/MiniStateMachine.d.ts +1 -1
- package/dist/components/avl/molecules/ModuleCard.d.ts +1 -1
- package/dist/components/avl/molecules/OrbPreviewNode.d.ts +1 -1
- package/dist/components/avl/molecules/SystemNode.d.ts +1 -1
- package/dist/components/avl/molecules/index.d.ts +9 -9
- package/dist/components/avl/organisms/Avl3DApplicationScene.d.ts +1 -1
- package/dist/components/avl/organisms/Avl3DEffects.d.ts +1 -1
- package/dist/components/avl/organisms/Avl3DOrbitalScene.d.ts +1 -1
- package/dist/components/avl/organisms/Avl3DTraitScene.d.ts +1 -1
- package/dist/components/avl/organisms/Avl3DTransitionScene.d.ts +1 -1
- package/dist/components/avl/organisms/Avl3DViewer.d.ts +2 -2
- package/dist/components/avl/organisms/AvlCosmicZoom.d.ts +1 -1
- package/dist/components/avl/organisms/AvlLegend.d.ts +1 -1
- package/dist/components/avl/organisms/AvlTraitScene.d.ts +1 -1
- package/dist/components/avl/organisms/AvlTransitionDetail.d.ts +1 -1
- package/dist/components/avl/organisms/AvlTransitionScene.d.ts +1 -1
- package/dist/components/avl/organisms/FlowCanvas.d.ts +2 -2
- package/dist/components/avl/organisms/OrbInspector.d.ts +1 -1
- package/dist/components/avl/organisms/ZoomBreadcrumb.d.ts +1 -1
- package/dist/components/avl/organisms/ZoomLegend.d.ts +1 -1
- package/dist/components/avl/organisms/index.d.ts +2 -2
- package/dist/components/avl/{molecules → types}/avl-behavior-compose-types.d.ts +1 -1
- package/dist/components/avl/{molecules → types}/avl-canvas-types.d.ts +1 -1
- package/dist/components/core/atoms/index.d.ts +2 -3
- package/dist/components/core/molecules/Breadcrumb.d.ts +1 -1
- package/dist/components/core/molecules/Card.d.ts +1 -1
- package/dist/components/core/molecules/Chart.d.ts +0 -2
- package/dist/components/core/molecules/ConfirmDialog.d.ts +0 -2
- package/dist/components/core/molecules/DataGrid.d.ts +1 -1
- package/dist/components/core/molecules/DataList.d.ts +1 -1
- package/dist/components/core/molecules/EmptyState.d.ts +1 -1
- package/dist/components/core/molecules/FloatingActionButton.d.ts +1 -1
- package/dist/components/core/molecules/FormSectionHeader.d.ts +1 -1
- package/dist/components/core/molecules/GraphCanvas.d.ts +0 -2
- package/dist/components/core/molecules/Header.d.ts +1 -1
- package/dist/components/core/molecules/Menu.d.ts +1 -1
- package/dist/components/core/molecules/Navigation.d.ts +1 -1
- package/dist/components/core/molecules/OrbitalVisualization.d.ts +0 -2
- package/dist/components/core/molecules/PageHeader.d.ts +1 -1
- package/dist/components/core/molecules/RepeatableFormSection.d.ts +6 -5
- package/dist/components/core/molecules/Section.d.ts +0 -2
- package/dist/components/core/molecules/Sidebar.d.ts +1 -1
- package/dist/components/core/molecules/SignaturePad.d.ts +0 -2
- package/dist/components/core/molecules/Split.d.ts +0 -2
- package/dist/components/core/molecules/StatDisplay.d.ts +1 -1
- package/dist/components/core/molecules/SwipeableRow.d.ts +1 -1
- package/dist/components/core/molecules/TableView.d.ts +1 -1
- package/dist/components/core/molecules/Tabs.d.ts +1 -1
- package/dist/components/core/molecules/UploadDropZone.d.ts +1 -1
- package/dist/components/core/molecules/WizardContainer.d.ts +0 -2
- package/dist/components/core/molecules/index.d.ts +1 -1
- package/dist/components/core/organisms/UISlotRenderer.d.ts +1 -1
- package/dist/components/core/organisms/index.d.ts +4 -4
- package/dist/components/core/templates/index.d.ts +12 -12
- package/dist/components/game/{atoms → 2d/atoms}/ActionButton.d.ts +1 -1
- package/dist/components/game/{atoms → 2d/atoms}/ChoiceButton.d.ts +1 -1
- package/dist/components/game/{atoms → 2d/atoms}/ControlButton.d.ts +1 -1
- package/dist/components/game/{organisms → 2d/atoms}/GameAudioToggle.d.ts +1 -3
- package/dist/components/game/2d/atoms/GameCard.d.ts +26 -0
- package/dist/components/game/2d/atoms/GameIcon.d.ts +18 -0
- package/dist/components/game/2d/atoms/HealthBar.d.ts +26 -0
- package/dist/components/game/{atoms → 2d/atoms}/ItemSlot.d.ts +1 -1
- package/dist/components/game/{atoms → 2d/atoms}/MiniMap.d.ts +1 -1
- package/dist/components/game/{atoms → 2d/atoms}/ResourceCounter.d.ts +2 -2
- package/dist/components/game/{atoms → 2d/atoms}/ScoreDisplay.d.ts +1 -1
- package/dist/components/game/{atoms → 2d/atoms}/Sprite.d.ts +1 -1
- package/dist/components/game/{atoms → 2d/atoms}/StateIndicator.d.ts +5 -4
- package/dist/components/game/{atoms → 2d/atoms}/StatusEffect.d.ts +2 -2
- package/dist/components/game/{atoms → 2d/atoms}/WaypointMarker.d.ts +1 -1
- package/dist/components/game/2d/molecules/Canvas2D.d.ts +161 -0
- package/dist/components/game/2d/molecules/ControlGrid.d.ts +42 -0
- package/dist/components/game/{molecules → 2d/molecules}/GameHud.d.ts +3 -1
- package/dist/components/game/{molecules → 2d/molecules}/GameMenu.d.ts +1 -1
- package/dist/components/game/{molecules → 2d/molecules}/InventoryGrid.d.ts +3 -2
- package/dist/components/game/{molecules → 2d/molecules}/ResourceBar.d.ts +3 -1
- package/dist/components/game/{molecules → 2d/molecules}/StatBadge.d.ts +1 -1
- package/dist/components/game/2d/molecules/index.d.ts +107 -0
- package/dist/components/game/{organisms/puzzles/sequencer → 2d/organisms}/ActionPalette.d.ts +1 -1
- package/dist/components/game/{organisms/puzzles/sequencer → 2d/organisms}/ActionTile.d.ts +2 -2
- package/dist/components/game/{organisms → 2d/organisms}/BattleBoard.d.ts +4 -3
- package/dist/components/game/{organisms → 2d/organisms}/BoardgameBoard.d.ts +5 -5
- package/dist/components/game/{organisms/puzzles/builder → 2d/organisms}/BuilderBoard.d.ts +7 -3
- package/dist/components/game/{organisms → 2d/organisms}/CanvasEffect.d.ts +4 -4
- package/dist/components/game/{organisms → 2d/organisms}/CardBattlerBoard.d.ts +1 -1
- package/dist/components/game/{organisms → 2d/organisms}/CastleBoard.d.ts +2 -1
- package/dist/components/game/{organisms → 2d/organisms}/CityBuilderBoard.d.ts +1 -1
- package/dist/components/game/{organisms/puzzles/classifier → 2d/organisms}/ClassifierBoard.d.ts +7 -3
- package/dist/components/game/{organisms/puzzles/debugger → 2d/organisms}/DebuggerBoard.d.ts +7 -3
- package/dist/components/game/{organisms/puzzles/event-handler → 2d/organisms}/EventHandlerBoard.d.ts +1 -1
- package/dist/components/game/{organisms → 2d/organisms}/FishingBoard.d.ts +12 -2
- package/dist/components/game/{organisms → 2d/organisms}/HexStrategyBoard.d.ts +13 -6
- package/dist/components/game/{organisms → 2d/organisms}/HolidayRunnerBoard.d.ts +5 -5
- package/dist/components/game/{organisms → 2d/organisms}/MatchPuzzleBoard.d.ts +5 -5
- package/dist/components/game/{organisms → 2d/organisms}/MinigolfBoard.d.ts +5 -5
- package/dist/components/game/{organisms/puzzles/negotiator → 2d/organisms}/NegotiatorBoard.d.ts +7 -3
- package/dist/components/game/{organisms → 2d/organisms}/PinballBoard.d.ts +12 -4
- package/dist/components/game/{organisms → 2d/organisms}/PirateBoard.d.ts +13 -6
- package/dist/components/game/{organisms → 2d/organisms}/PlatformerBoard.d.ts +9 -14
- package/dist/components/game/{organisms → 2d/organisms}/RacingBoard.d.ts +13 -6
- package/dist/components/game/{organisms → 2d/organisms}/RoguelikeBoard.d.ts +2 -2
- package/dist/components/game/{organisms/puzzles/sequencer → 2d/organisms}/SequenceBar.d.ts +1 -1
- package/dist/components/game/{organisms/puzzles/sequencer → 2d/organisms}/SequencerBoard.d.ts +1 -1
- package/dist/components/game/{organisms/physics-sim → 2d/organisms}/SimulationCanvas.d.ts +3 -2
- package/dist/components/game/{organisms/physics-sim → 2d/organisms}/SimulationControls.d.ts +6 -1
- package/dist/components/game/{organisms/puzzles/simulator → 2d/organisms}/SimulatorBoard.d.ts +7 -3
- package/dist/components/game/{organisms → 2d/organisms}/SokobanBoard.d.ts +5 -5
- package/dist/components/game/{organisms → 2d/organisms}/SpaceShmupBoard.d.ts +13 -6
- package/dist/components/game/{organisms → 2d/organisms}/SpaceStationBoard.d.ts +5 -5
- package/dist/components/game/{organisms → 2d/organisms}/SportsBoard.d.ts +5 -5
- package/dist/components/game/{organisms/puzzles/state-architect → 2d/organisms}/StateArchitectBoard.d.ts +1 -1
- package/dist/components/game/{organisms/puzzles/state-architect → 2d/organisms}/StateNode.d.ts +1 -1
- package/dist/components/game/{organisms → 2d/organisms}/TanksBoard.d.ts +5 -5
- package/dist/components/game/{organisms → 2d/organisms}/TowerDefenseBoard.d.ts +1 -1
- package/dist/components/game/{organisms → 2d/organisms}/TraitSlot.d.ts +1 -1
- package/dist/components/game/{organisms → 2d/organisms}/TraitStateViewer.d.ts +1 -1
- package/dist/components/game/{organisms/puzzles/state-architect → 2d/organisms}/TransitionArrow.d.ts +1 -1
- package/dist/components/game/{organisms → 2d/organisms}/UncontrolledBattleBoard.d.ts +1 -1
- package/dist/components/game/{organisms → 2d/organisms}/VisualNovelBoard.d.ts +1 -9
- package/dist/components/game/{organisms → 2d/organisms}/WorldMapBoard.d.ts +4 -3
- package/dist/components/game/{templates → 2d/templates}/BattleTemplate.d.ts +2 -2
- package/dist/components/game/{templates → 2d/templates}/CardBattlerTemplate.d.ts +1 -1
- package/dist/components/game/{templates → 2d/templates}/CastleTemplate.d.ts +2 -2
- package/dist/components/game/{templates → 2d/templates}/CityBuilderTemplate.d.ts +1 -1
- package/dist/components/game/{templates → 2d/templates}/GameTemplate.d.ts +1 -1
- package/dist/components/game/{templates → 2d/templates}/PlatformerTemplate.d.ts +1 -1
- package/dist/components/game/{templates → 2d/templates}/RoguelikeTemplate.d.ts +2 -2
- package/dist/components/game/{templates → 2d/templates}/TopDownShooterTemplate.d.ts +1 -1
- package/dist/components/game/{templates → 2d/templates}/TowerDefenseTemplate.d.ts +1 -1
- package/dist/components/game/{templates → 2d/templates}/VisualNovelTemplate.d.ts +1 -1
- package/dist/components/game/{templates → 2d/templates}/WorldMapTemplate.d.ts +2 -2
- package/dist/components/game/3d/molecules/Canvas3D.d.ts +45 -0
- package/dist/components/game/{molecules → 3d/molecules}/GameCanvas3D.d.ts +3 -3
- package/dist/components/game/{molecules/three → 3d/molecules}/index.d.ts +22 -21
- package/dist/components/game/{organisms → 3d/organisms}/GameBoard3D.d.ts +1 -1
- package/dist/components/game/{templates → 3d/templates}/GameCanvas3DBattleTemplate.d.ts +3 -3
- package/dist/components/game/{templates → 3d/templates}/GameCanvas3DCastleTemplate.d.ts +3 -3
- package/dist/components/game/{templates → 3d/templates}/GameCanvas3DWorldMapTemplate.d.ts +3 -3
- package/dist/components/game/{organisms/utils → shared}/canvasEffects.d.ts +1 -1
- package/dist/components/game/{organisms/utils → shared}/combatPresets.d.ts +1 -1
- package/dist/components/game/{organisms/types → shared}/game.d.ts +2 -2
- package/dist/components/game/{molecules/three → shared}/hooks/useAssetLoader.d.ts +1 -1
- package/dist/components/game/{organisms → shared}/hooks/useBattleState.d.ts +1 -1
- package/dist/components/game/{organisms → shared}/hooks/useCamera.d.ts +1 -1
- package/dist/components/game/{organisms → shared/hooks}/useCanvasEffects.d.ts +1 -1
- package/dist/components/game/{molecules/three → shared}/hooks/useGameCanvas3DEvents.d.ts +1 -1
- package/dist/components/game/{molecules/three → shared}/hooks/useThree.d.ts +1 -1
- package/dist/components/game/{molecules → shared/hooks}/useUnitSpriteAtlas.d.ts +2 -2
- package/dist/components/game/shared/index.d.ts +21 -0
- package/dist/components/game/{organisms/types/isometric.d.ts → shared/isometricTypes.d.ts} +3 -7
- package/dist/components/game/{organisms/editor → shared/lib}/editorUtils.d.ts +6 -1
- package/dist/components/game/{templates → shared/lib}/game3dAssetManifest.d.ts +1 -1
- package/dist/components/game/{organisms/physics-sim/presets → shared/lib}/mechanics.d.ts +1 -1
- package/dist/components/game/{organisms/physics-sim/presets/index.d.ts → shared/lib/physicsPresets.d.ts} +2 -2
- package/dist/components/game/{organisms/puzzles/event-handler → shared/lib}/puzzleObject.d.ts +1 -1
- package/dist/components/game/{organisms → shared/providers}/GameAudioProvider.d.ts +3 -4
- package/dist/components/game/{organisms/utils → shared}/spriteAnimation.d.ts +1 -1
- package/dist/components/game/{organisms/utils → shared}/spriteSheetConstants.d.ts +1 -1
- package/dist/components/index.cjs +26303 -27705
- package/dist/components/index.css +0 -504
- package/dist/components/index.d.ts +5 -5
- package/dist/components/index.js +25707 -27155
- package/dist/context/index.cjs +93 -829
- package/dist/context/index.d.ts +8 -8
- package/dist/context/index.js +3 -809
- package/dist/hooks/index.cjs +14 -285
- package/dist/hooks/index.d.ts +5 -6
- package/dist/hooks/index.js +16 -269
- package/dist/hooks/useAgentChat.d.ts +7 -6
- package/dist/{renderer → hooks}/useClientEffects.d.ts +1 -1
- package/dist/hooks/useCompile.d.ts +2 -6
- package/dist/hooks/useDeepAgentGeneration.d.ts +4 -4
- package/dist/hooks/useEventBus.d.ts +5 -3
- package/dist/hooks/useFileSystem.d.ts +11 -1
- package/dist/hooks/useOrbitalHistory.d.ts +2 -2
- package/dist/hooks/useQuerySingleton.d.ts +5 -4
- package/dist/{runtime → hooks}/useResolvedSchema.d.ts +1 -1
- package/dist/{runtime → hooks}/useTraitStateMachine.d.ts +5 -5
- package/dist/hooks/useUISlots.d.ts +7 -10
- package/dist/lib/api-client.d.ts +4 -3
- package/dist/{renderer → lib}/client-effect-executor.d.ts +4 -15
- package/dist/{runtime → lib}/createClientEffectHandlers.d.ts +4 -4
- package/dist/{renderer → lib}/data-resolver.d.ts +3 -16
- package/dist/lib/debugRegistry.d.ts +8 -7
- package/dist/lib/entityDebug.d.ts +4 -3
- package/dist/lib/getNestedValue.d.ts +15 -3
- package/dist/lib/guardRegistry.d.ts +3 -2
- package/dist/lib/index.cjs +11 -12
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.js +11 -12
- package/dist/lib/jazari/layout.d.ts +3 -2
- package/dist/{renderer → lib}/offline-executor.d.ts +6 -5
- package/dist/lib/parseContentSegments.d.ts +2 -1
- package/dist/{renderer → lib}/pattern-resolver.d.ts +2 -2
- package/dist/{runtime → lib}/perf.d.ts +0 -2
- package/dist/{renderer → lib}/slot-definitions.d.ts +3 -15
- package/dist/{renderer → lib}/trait-binding-resolver.d.ts +6 -2
- package/dist/lib/visualizer/browser.d.ts +3 -2
- package/dist/lib/visualizer/index.d.ts +6 -5
- package/dist/marketing/index.cjs +6 -6
- package/dist/marketing/index.js +6 -6
- package/dist/{runtime → providers}/EntitySchemaContext.d.ts +0 -4
- package/dist/providers/EventBusProvider.d.ts +3 -2
- package/dist/providers/OfflineModeProvider.d.ts +1 -1
- package/dist/providers/OrbitalProvider.d.ts +5 -4
- package/dist/providers/SelectionProvider.d.ts +6 -5
- package/dist/{runtime → providers}/ServerBridge.d.ts +14 -11
- package/dist/{context → providers}/ThemeContext.d.ts +5 -5
- package/dist/{runtime → providers}/TraitProvider.d.ts +4 -3
- package/dist/{context → providers}/UISlotContext.d.ts +2 -2
- package/dist/{context → providers}/UserContext.d.ts +3 -2
- package/dist/providers/VerificationProvider.d.ts +2 -1
- package/dist/providers/index.cjs +40362 -43663
- package/dist/providers/index.css +0 -504
- package/dist/providers/index.d.ts +1 -1
- package/dist/providers/index.js +41036 -44336
- package/dist/{renderer → providers}/navigation.d.ts +7 -7
- package/dist/renderer/index.cjs +84 -322
- package/dist/renderer/index.d.ts +12 -12
- package/dist/renderer/index.js +30 -301
- package/dist/runtime/OrbPreview.d.ts +1 -1
- package/dist/runtime/index.cjs +41094 -45072
- package/dist/runtime/index.css +0 -504
- package/dist/runtime/index.d.ts +11 -11
- package/dist/runtime/index.js +40822 -44823
- package/dist/{hooks → types}/event-bus-types.d.ts +2 -1
- package/dist/{renderer/types.d.ts → types/renderer-types.d.ts} +14 -28
- package/dist/types/runtime-types.d.ts +21 -0
- package/dist/{runtime/ui → types}/slot-types.d.ts +5 -4
- package/locales/index.ts +1 -1
- package/package.json +14 -31
- package/dist/components/core/atoms/ThemeSelector.d.ts +0 -21
- package/dist/components/game/atoms/HealthBar.d.ts +0 -18
- package/dist/components/game/atoms/XPBar.d.ts +0 -20
- package/dist/components/game/atoms/index.d.ts +0 -25
- package/dist/components/game/molecules/ActionButtons.d.ts +0 -38
- package/dist/components/game/molecules/CardHand.d.ts +0 -35
- package/dist/components/game/molecules/CombatLog.d.ts +0 -30
- package/dist/components/game/molecules/CraftingRecipe.d.ts +0 -40
- package/dist/components/game/molecules/DPad.d.ts +0 -26
- package/dist/components/game/molecules/DialogueBox.d.ts +0 -66
- package/dist/components/game/molecules/EnemyPlate.d.ts +0 -30
- package/dist/components/game/molecules/GameCanvas2D.d.ts +0 -27
- package/dist/components/game/molecules/GameOverScreen.d.ts +0 -57
- package/dist/components/game/molecules/HealthPanel.d.ts +0 -31
- package/dist/components/game/molecules/InventoryPanel.d.ts +0 -58
- package/dist/components/game/molecules/IsometricCanvas.d.ts +0 -137
- package/dist/components/game/molecules/PlatformerCanvas.d.ts +0 -60
- package/dist/components/game/molecules/PowerupSlots.d.ts +0 -26
- package/dist/components/game/molecules/QuestTracker.d.ts +0 -20
- package/dist/components/game/molecules/ScoreBoard.d.ts +0 -18
- package/dist/components/game/molecules/TurnPanel.d.ts +0 -32
- package/dist/components/game/molecules/UnitCommandBar.d.ts +0 -25
- package/dist/components/game/molecules/index.d.ts +0 -32
- package/dist/components/game/molecules/three/components/PhysicsObject3D.d.ts +0 -74
- package/dist/components/game/molecules/three/components/index.d.ts +0 -10
- package/dist/components/game/molecules/three/index.cjs +0 -7798
- package/dist/components/game/molecules/three/index.css +0 -503
- package/dist/components/game/molecules/three/index.js +0 -7717
- package/dist/components/game/molecules/three/patterns.d.ts +0 -20
- package/dist/components/game/molecules/three/renderers/FeatureRenderer.d.ts +0 -38
- package/dist/components/game/molecules/three/renderers/FeatureRenderer3D.d.ts +0 -44
- package/dist/components/game/molecules/three/renderers/TileRenderer.d.ts +0 -57
- package/dist/components/game/molecules/three/renderers/UnitRenderer.d.ts +0 -46
- package/dist/components/game/molecules/three/renderers/index.d.ts +0 -11
- package/dist/components/game/organisms/editor/index.d.ts +0 -9
- package/dist/components/game/organisms/hooks/usePhysics2D.d.ts +0 -45
- package/dist/components/game/organisms/hooks/useSpriteAnimations.d.ts +0 -43
- package/dist/components/game/organisms/index.d.ts +0 -66
- package/dist/components/game/organisms/managers/PhysicsManager.d.ts +0 -103
- package/dist/components/game/organisms/physics-sim/index.d.ts +0 -7
- package/dist/components/game/organisms/puzzles/builder/index.d.ts +0 -2
- package/dist/components/game/organisms/puzzles/classifier/index.d.ts +0 -2
- package/dist/components/game/organisms/puzzles/debugger/index.d.ts +0 -2
- package/dist/components/game/organisms/puzzles/event-handler/index.d.ts +0 -8
- package/dist/components/game/organisms/puzzles/negotiator/index.d.ts +0 -2
- package/dist/components/game/organisms/puzzles/sequencer/index.d.ts +0 -8
- package/dist/components/game/organisms/puzzles/simulator/index.d.ts +0 -2
- package/dist/components/game/organisms/puzzles/state-architect/index.d.ts +0 -10
- package/dist/components/game/organisms/utils/combatEffects.d.ts +0 -64
- package/dist/components/game/templates/index.d.ts +0 -4
- package/dist/docs/index.cjs +0 -6969
- package/dist/docs/index.css +0 -1756
- package/dist/docs/index.d.cts +0 -574
- package/dist/docs/index.d.ts +0 -29
- package/dist/docs/index.js +0 -6926
- package/dist/hooks/useAgentTrace.d.ts +0 -85
- package/dist/hooks/useEntities.d.ts +0 -52
- package/dist/hooks/usePinchZoom.d.ts +0 -22
- package/dist/runtime/types.d.ts +0 -37
- package/dist/stores/entityStore.d.ts +0 -99
- package/dist/stores/filtering.d.ts +0 -51
- package/dist/stores/index.cjs +0 -217
- package/dist/stores/index.d.ts +0 -7
- package/dist/stores/index.js +0 -194
- /package/dist/components/avl/{molecules → hooks}/useCanvasDnd.d.ts +0 -0
- /package/dist/components/avl/{organisms → lib}/avl-3d-layout.d.ts +0 -0
- /package/dist/components/avl/{molecules → lib}/avl-layout.d.ts +0 -0
- /package/dist/components/avl/{organisms → lib}/avl-schema-parser.d.ts +0 -0
- /package/dist/components/avl/{organisms → lib}/avl-zoom-state.d.ts +0 -0
- /package/dist/components/avl/{derive-edit-focus.d.ts → lib/derive-edit-focus.d.ts} +0 -0
- /package/dist/components/avl/{molecules → lib}/wire-validation.d.ts +0 -0
- /package/dist/components/avl/{organisms → providers}/avl-3d-context.d.ts +0 -0
- /package/dist/components/avl/{atoms/types.d.ts → types/avl-atom-types.d.ts} +0 -0
- /package/dist/components/avl/{molecules → types}/avl-preview-types.d.ts +0 -0
- /package/dist/components/game/{atoms → 2d/atoms}/ComboCounter.d.ts +0 -0
- /package/dist/components/game/{atoms → 2d/atoms}/DamageNumber.d.ts +0 -0
- /package/dist/components/game/{atoms → 2d/atoms}/DialogueBubble.d.ts +0 -0
- /package/dist/components/game/{atoms → 2d/atoms}/TimerDisplay.d.ts +0 -0
- /package/dist/components/game/{atoms → 2d/atoms}/TurnIndicator.d.ts +0 -0
- /package/dist/components/game/{organisms/puzzles/event-handler → 2d/organisms}/EventLog.d.ts +0 -0
- /package/dist/components/game/{organisms/puzzles/event-handler → 2d/organisms}/ObjectRulePanel.d.ts +0 -0
- /package/dist/components/game/{organisms/puzzles/event-handler → 2d/organisms}/RuleEditor.d.ts +0 -0
- /package/dist/components/game/{organisms/physics-sim → 2d/organisms}/SimulationGraph.d.ts +0 -0
- /package/dist/components/game/{organisms/puzzles/state-architect → 2d/organisms}/StateJsonView.d.ts +0 -0
- /package/dist/components/game/{organisms → 2d/organisms}/TopDownShooterBoard.d.ts +0 -0
- /package/dist/components/game/{organisms/puzzles/state-architect → 2d/organisms}/VariablePanel.d.ts +0 -0
- /package/dist/components/game/{templates → 2d/templates}/GameShell.d.ts +0 -0
- /package/dist/components/game/{molecules/three → 3d/molecules}/Camera3D.d.ts +0 -0
- /package/dist/components/game/{molecules/three/components → 3d/molecules}/Canvas3DErrorBoundary.d.ts +0 -0
- /package/dist/components/game/{molecules/three/components → 3d/molecules}/Canvas3DLoadingState.d.ts +0 -0
- /package/dist/components/game/{molecules/three → 3d/molecules}/Lighting3D.d.ts +0 -0
- /package/dist/components/game/{molecules/three/components → 3d/molecules}/ModelLoader.d.ts +0 -0
- /package/dist/components/game/{molecules/three → 3d/molecules}/Scene3D.d.ts +0 -0
- /package/dist/components/game/{organisms → shared}/boardEntity.d.ts +0 -0
- /package/dist/components/game/{organisms/types → shared}/effects.d.ts +0 -0
- /package/dist/components/game/{organisms → shared}/hooks/useGameAudio.d.ts +0 -0
- /package/dist/components/game/{molecules/three → shared}/hooks/useRaycaster.d.ts +0 -0
- /package/dist/components/game/{molecules/three → shared}/hooks/useSceneGraph.d.ts +0 -0
- /package/dist/components/game/{organisms/utils → shared}/isometric.d.ts +0 -0
- /package/dist/components/game/{molecules/three/loaders → shared/lib}/AssetLoader.d.ts +0 -0
- /package/dist/components/game/{molecules/three/utils → shared/lib}/culling.d.ts +0 -0
- /package/dist/components/game/{molecules/three/utils → shared/lib}/grid3D.d.ts +0 -0
- /package/dist/components/game/{organisms/physics-sim/presets/types.d.ts → shared/lib/physicsTypes.d.ts} +0 -0
- /package/dist/components/game/{organisms/utils → shared}/makeAsset.d.ts +0 -0
- /package/dist/components/game/{organisms/types/spriteAnimation.d.ts → shared/spriteAnimationTypes.d.ts} +0 -0
- /package/dist/components/game/{organisms/hooks → shared}/useImageCache.d.ts +0 -0
- /package/dist/{runtime → lib}/embedded-traits.d.ts +0 -0
- /package/dist/{runtime → lib}/fn-form-lambda.d.ts +0 -0
- /package/dist/{renderer → lib}/init.d.ts +0 -0
- /package/dist/{runtime → lib}/orbitalsByTrait.d.ts +0 -0
- /package/dist/{runtime → lib}/prepareSchemaForPreview.d.ts +0 -0
- /package/dist/{context → lib}/themeTokens.d.ts +0 -0
- /package/dist/{runtime → lib}/wrapCallbackForEvent.d.ts +0 -0
- /package/dist/{context → providers}/CurrentPagePathContext.d.ts +0 -0
- /package/dist/{context → providers}/DesignThemeContext.d.ts +0 -0
- /package/dist/{context → providers}/OrbitalThemeProvider.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { AvlBaseProps, AvlPersistenceKind } from '
|
|
2
|
+
import type { AvlBaseProps, AvlPersistenceKind } from '../types/avl-atom-types';
|
|
3
3
|
export interface AvlEntityProps extends AvlBaseProps {
|
|
4
4
|
r?: number;
|
|
5
5
|
fieldCount?: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { AvlBaseProps, AvlFieldTypeKind } from '
|
|
2
|
+
import type { AvlBaseProps, AvlFieldTypeKind } from '../types/avl-atom-types';
|
|
3
3
|
export interface AvlFieldTypeProps extends AvlBaseProps {
|
|
4
4
|
kind: AvlFieldTypeKind;
|
|
5
5
|
size?: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { AvlBaseProps, AvlOperatorNamespace } from '
|
|
2
|
+
import type { AvlBaseProps, AvlOperatorNamespace } from '../types/avl-atom-types';
|
|
3
3
|
export interface AvlOperatorProps extends AvlBaseProps {
|
|
4
4
|
name: string;
|
|
5
5
|
namespace?: AvlOperatorNamespace;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { AvlBaseProps, AvlPersistenceKind } from '
|
|
2
|
+
import type { AvlBaseProps, AvlPersistenceKind } from '../types/avl-atom-types';
|
|
3
3
|
export interface AvlPersistenceProps extends AvlBaseProps {
|
|
4
4
|
kind: AvlPersistenceKind;
|
|
5
5
|
size?: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { AvlBaseProps } from '
|
|
3
|
-
import { type StateRole } from '
|
|
2
|
+
import type { AvlBaseProps } from '../types/avl-atom-types';
|
|
3
|
+
import { type StateRole } from '../types/avl-atom-types';
|
|
4
4
|
export interface AvlStateProps extends AvlBaseProps {
|
|
5
5
|
name?: string;
|
|
6
6
|
isInitial?: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export type { AvlBaseProps, AvlEffectType, AvlFieldTypeKind, AvlPersistenceKind, AvlOperatorNamespace, } from '
|
|
2
|
-
export { AVL_OPERATOR_COLORS, AVL_FIELD_TYPE_SHAPES } from '
|
|
3
|
-
export type { StateRole, EffectCategory } from '
|
|
4
|
-
export { STATE_COLORS, EFFECT_CATEGORY_COLORS, EFFECT_TYPE_TO_CATEGORY, CONNECTION_COLORS, getStateRole } from '
|
|
1
|
+
export type { AvlBaseProps, AvlEffectType, AvlFieldTypeKind, AvlPersistenceKind, AvlOperatorNamespace, } from '../types/avl-atom-types';
|
|
2
|
+
export { AVL_OPERATOR_COLORS, AVL_FIELD_TYPE_SHAPES } from '../types/avl-atom-types';
|
|
3
|
+
export type { StateRole, EffectCategory } from '../types/avl-atom-types';
|
|
4
|
+
export { STATE_COLORS, EFFECT_CATEGORY_COLORS, EFFECT_TYPE_TO_CATEGORY, CONNECTION_COLORS, getStateRole } from '../types/avl-atom-types';
|
|
5
5
|
export { AvlOrbital, type AvlOrbitalProps } from './AvlOrbital';
|
|
6
6
|
export { AvlEntity, type AvlEntityProps } from './AvlEntity';
|
|
7
7
|
export { AvlTrait, type AvlTraitProps } from './AvlTrait';
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* This works one level higher: each node is a behavior (not an orbital).
|
|
9
9
|
*/
|
|
10
10
|
import type { Node, Edge } from '@xyflow/react';
|
|
11
|
-
import type { BehaviorCanvasEntry, BehaviorComposeNodeData, BehaviorWireEdgeData } from '
|
|
11
|
+
import type { BehaviorCanvasEntry, BehaviorComposeNodeData, BehaviorWireEdgeData } from '../types/avl-behavior-compose-types';
|
|
12
12
|
/**
|
|
13
13
|
* Build a React Flow graph for behavior-level composition.
|
|
14
14
|
* Each behavior entry becomes one BehaviorComposeNode.
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* AvlTraitScene so both the V2 scene renderer and the V3 BehaviorView
|
|
6
6
|
* can share the same layout computation.
|
|
7
7
|
*/
|
|
8
|
-
import { type StateRole } from '../
|
|
9
|
-
import type { TraitLevelData } from '
|
|
8
|
+
import { type StateRole } from '../types/avl-atom-types';
|
|
9
|
+
import type { TraitLevelData } from './avl-schema-parser';
|
|
10
10
|
export interface LayoutNode {
|
|
11
11
|
id: string;
|
|
12
12
|
x: number;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import type { Node, Edge } from '@xyflow/react';
|
|
8
8
|
import type { OrbitalSchema } from '@almadar/core';
|
|
9
|
-
import type { AvlNodeData, AvlEdgeData } from '
|
|
9
|
+
import type { AvlNodeData, AvlEdgeData } from '../types/avl-canvas-types';
|
|
10
10
|
/**
|
|
11
11
|
* Transform an OrbitalSchema into React Flow nodes and edges.
|
|
12
12
|
* Pre-parses all orbital and trait details for responsive zoom.
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
*/
|
|
15
15
|
import type { Node, Edge } from '@xyflow/react';
|
|
16
16
|
import type { OrbitalSchema, EntityData } from '@almadar/core';
|
|
17
|
-
import type { PreviewNodeData, EventEdgeData, ScreenSize } from '
|
|
17
|
+
import type { PreviewNodeData, EventEdgeData, ScreenSize } from '../types/avl-preview-types';
|
|
18
18
|
/**
|
|
19
19
|
* Build a React Flow graph for the overview level.
|
|
20
20
|
* Each orbital gets one node showing its INIT transition's UI.
|
|
@@ -20,15 +20,15 @@ export declare const CLINIC_SCHEMA: OrbitalSchema;
|
|
|
20
20
|
export declare const TASK_SCHEMA: OrbitalSchema;
|
|
21
21
|
/** Pre-computed React Flow graph for the clinic schema. */
|
|
22
22
|
export declare const CLINIC_GRAPH: {
|
|
23
|
-
nodes: import("@xyflow/react").Node<import("
|
|
24
|
-
edges: import("@xyflow/react").Edge<import("
|
|
23
|
+
nodes: import("@xyflow/react").Node<import("../molecules").AvlNodeData>[];
|
|
24
|
+
edges: import("@xyflow/react").Edge<import("../molecules").AvlEdgeData>[];
|
|
25
25
|
};
|
|
26
26
|
/** Pre-computed React Flow graph for the task schema. */
|
|
27
27
|
export declare const TASK_GRAPH: {
|
|
28
|
-
nodes: import("@xyflow/react").Node<import("
|
|
29
|
-
edges: import("@xyflow/react").Edge<import("
|
|
28
|
+
nodes: import("@xyflow/react").Node<import("../molecules").AvlNodeData>[];
|
|
29
|
+
edges: import("@xyflow/react").Edge<import("../molecules").AvlEdgeData>[];
|
|
30
30
|
};
|
|
31
31
|
/** First orbital's detail for ModuleCard/SystemNode stories. */
|
|
32
|
-
export declare const CLINIC_FIRST_ORBITAL: import("
|
|
32
|
+
export declare const CLINIC_FIRST_ORBITAL: import("./avl-schema-parser").OrbitalLevelData | null;
|
|
33
33
|
/** First trait detail for BehaviorView/DetailView stories. */
|
|
34
|
-
export declare function getClinicFirstTrait(): import("
|
|
34
|
+
export declare function getClinicFirstTrait(): import("./avl-schema-parser").TraitLevelData | null;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* React Flow nodes read the current zoom band from context
|
|
6
6
|
* and switch their rendering accordingly.
|
|
7
7
|
*/
|
|
8
|
-
import { type ZoomBand } from '
|
|
8
|
+
import { type ZoomBand } from '../types/avl-canvas-types';
|
|
9
9
|
/** Determine which zoom band the current viewport zoom falls into. */
|
|
10
10
|
export declare function computeZoomBand(zoom: number): ZoomBand;
|
|
11
11
|
/**
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @packageDocumentation
|
|
8
8
|
*/
|
|
9
9
|
import React from 'react';
|
|
10
|
-
import type { ExprTreeNode } from '../
|
|
10
|
+
import type { ExprTreeNode } from '../lib/avl-schema-parser';
|
|
11
11
|
export interface Avl3DExprTreeProps {
|
|
12
12
|
/** The expression tree to render */
|
|
13
13
|
expression: ExprTreeNode;
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* - Composition = child glyphs + event wiring (molecule/organism)
|
|
11
11
|
*/
|
|
12
12
|
import React from 'react';
|
|
13
|
-
import type { AvlEffectType, AvlPersistenceKind } from '../
|
|
13
|
+
import type { AvlEffectType, AvlPersistenceKind } from '../types/avl-atom-types';
|
|
14
14
|
export declare const DOMAIN_COLORS: Record<string, string>;
|
|
15
15
|
export type BehaviorLevel = 'atom' | 'molecule' | 'organism';
|
|
16
16
|
export type GlyphSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* and AvlSwimLane inside an inline SVG within a React Flow node.
|
|
6
6
|
*/
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import type { AvlNodeData } from '
|
|
8
|
+
import type { AvlNodeData } from '../types/avl-canvas-types';
|
|
9
9
|
export interface BehaviorViewProps {
|
|
10
10
|
data: AvlNodeData;
|
|
11
11
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* No ELK layout needed — uses simple horizontal positioning.
|
|
7
7
|
*/
|
|
8
8
|
import React from 'react';
|
|
9
|
-
import type { TraitLevelData } from '../
|
|
9
|
+
import type { TraitLevelData } from '../lib/avl-schema-parser';
|
|
10
10
|
export interface MiniStateMachineProps {
|
|
11
11
|
data: TraitLevelData;
|
|
12
12
|
className?: string;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* - Pages section: AvlPage squares with route labels
|
|
8
8
|
*/
|
|
9
9
|
import React from 'react';
|
|
10
|
-
import type { AvlNodeData } from '
|
|
10
|
+
import type { AvlNodeData } from '../types/avl-canvas-types';
|
|
11
11
|
export interface ModuleCardProps {
|
|
12
12
|
data: AvlNodeData;
|
|
13
13
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import React from 'react';
|
|
13
13
|
import { type NodeProps } from '@xyflow/react';
|
|
14
|
-
import type { PreviewNodeData, ScreenSize } from '
|
|
14
|
+
import type { PreviewNodeData, ScreenSize } from '../types/avl-preview-types';
|
|
15
15
|
export declare const ScreenSizeContext: React.Context<ScreenSize>;
|
|
16
16
|
/** Selected pattern info, emitted when user clicks a UI element in the node. */
|
|
17
17
|
export interface SelectedPattern {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* state chain (role-colored dots), and page squares.
|
|
6
6
|
*/
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import type { AvlNodeData } from '
|
|
8
|
+
import type { AvlNodeData } from '../types/avl-canvas-types';
|
|
9
9
|
export interface SystemNodeProps {
|
|
10
10
|
data: AvlNodeData;
|
|
11
11
|
}
|
|
@@ -7,11 +7,11 @@ export { AvlExprTree, type AvlExprTreeProps, type AvlExprTreeNode } from './AvlE
|
|
|
7
7
|
export { AvlTransitionLane, type AvlTransitionLaneProps, type AvlTransitionLaneEffect } from './AvlTransitionLane';
|
|
8
8
|
export { AvlSwimLane, type AvlSwimLaneProps } from './AvlSwimLane';
|
|
9
9
|
export { AvlBehaviorGlyph, type AvlBehaviorGlyphProps, type BehaviorLevel, type GlyphSize, type BehaviorGlyphChild, type BehaviorGlyphConnection, DOMAIN_COLORS } from './AvlBehaviorGlyph';
|
|
10
|
-
export { ringPositions, arcPath, radialPositions, gridPositions, curveControlPoint } from '
|
|
11
|
-
export { type ZoomBand, type AvlNodeData, type AvlEdgeData, type AvlEdgeKind, ZOOM_BAND_THRESHOLDS } from '
|
|
12
|
-
export { computeZoomBand, zoomProgress, useZoomBand, ZoomBandContext } from '
|
|
13
|
-
export { schemaToFlowGraph } from '
|
|
14
|
-
export { computeTraitLayout, edgePath, stateWidth, STATE_H, type LayoutNode, type LayoutEdge, type ElkLayout } from '
|
|
10
|
+
export { ringPositions, arcPath, radialPositions, gridPositions, curveControlPoint } from '../lib/avl-layout';
|
|
11
|
+
export { type ZoomBand, type AvlNodeData, type AvlEdgeData, type AvlEdgeKind, ZOOM_BAND_THRESHOLDS } from '../types/avl-canvas-types';
|
|
12
|
+
export { computeZoomBand, zoomProgress, useZoomBand, ZoomBandContext } from '../lib/avl-zoom-band';
|
|
13
|
+
export { schemaToFlowGraph } from '../lib/avl-flow-converter';
|
|
14
|
+
export { computeTraitLayout, edgePath, stateWidth, STATE_H, type LayoutNode, type LayoutEdge, type ElkLayout } from '../lib/avl-elk-layout';
|
|
15
15
|
export { SystemNode, type SystemNodeProps } from './SystemNode';
|
|
16
16
|
export { MiniStateMachine, type MiniStateMachineProps } from './MiniStateMachine';
|
|
17
17
|
export { ModuleCard, type ModuleCardProps } from './ModuleCard';
|
|
@@ -23,13 +23,13 @@ export { AvlEventWireEdge, type AvlEventWireEdgeData, type AvlEventWireFlowEdge
|
|
|
23
23
|
export { AvlBackwardEdge } from './AvlBackwardEdge';
|
|
24
24
|
export { AvlPageEdge } from './AvlPageEdge';
|
|
25
25
|
export { AvlBindingEdge } from './AvlBindingEdge';
|
|
26
|
-
export { type ViewLevel, type PreviewNodeData, type EventEdgeData, type PatternEventSource, type RenderUIEntry, type ScreenSize, SCREEN_SIZE_PRESETS } from '
|
|
27
|
-
export { schemaToOverviewGraph, orbitalToExpandedGraph } from '
|
|
26
|
+
export { type ViewLevel, type PreviewNodeData, type EventEdgeData, type PatternEventSource, type RenderUIEntry, type ScreenSize, SCREEN_SIZE_PRESETS } from '../types/avl-preview-types';
|
|
27
|
+
export { schemaToOverviewGraph, orbitalToExpandedGraph } from '../lib/avl-preview-converter';
|
|
28
28
|
export { OrbPreviewNode, ScreenSizeContext } from './OrbPreviewNode';
|
|
29
29
|
export { EventFlowEdge } from './EventFlowEdge';
|
|
30
|
-
export { type ComposeViewLevel, type BehaviorComposeNodeData, type BehaviorWireEdgeData, type BehaviorCanvasEntry, type ConnectableEvent } from '
|
|
30
|
+
export { type ComposeViewLevel, type BehaviorComposeNodeData, type BehaviorWireEdgeData, type BehaviorCanvasEntry, type ConnectableEvent } from '../types/avl-behavior-compose-types';
|
|
31
31
|
export { BehaviorComposeNode } from './BehaviorComposeNode';
|
|
32
|
-
export { behaviorsToComposeGraph, registryEntryToCanvasEntry, type BehaviorRegistryRecord } from '
|
|
32
|
+
export { behaviorsToComposeGraph, registryEntryToCanvasEntry, type BehaviorRegistryRecord } from '../lib/avl-behavior-compose-converter';
|
|
33
33
|
export { Avl3DOrbitalNode, type Avl3DOrbitalNodeProps } from './Avl3DOrbitalNode';
|
|
34
34
|
export { Avl3DCrossWire, type Avl3DCrossWireProps } from './Avl3DCrossWire';
|
|
35
35
|
export { Avl3DEntityCore, type Avl3DEntityCoreProps } from './Avl3DEntityCore';
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @packageDocumentation
|
|
8
8
|
*/
|
|
9
9
|
import React from 'react';
|
|
10
|
-
import type { ApplicationLevelData } from '
|
|
10
|
+
import type { ApplicationLevelData } from '../lib/avl-schema-parser';
|
|
11
11
|
export interface Avl3DApplicationSceneProps {
|
|
12
12
|
/** Parsed application-level data */
|
|
13
13
|
data: ApplicationLevelData;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
import type { ZoomLevel } from '
|
|
11
|
+
import type { ZoomLevel } from '../lib/avl-zoom-state';
|
|
12
12
|
export interface Avl3DEffectsProps {
|
|
13
13
|
/** Current zoom level (effects vary by level) */
|
|
14
14
|
level: ZoomLevel;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @packageDocumentation
|
|
8
8
|
*/
|
|
9
9
|
import React from 'react';
|
|
10
|
-
import type { OrbitalLevelData } from '
|
|
10
|
+
import type { OrbitalLevelData } from '../lib/avl-schema-parser';
|
|
11
11
|
export interface Avl3DOrbitalSceneProps {
|
|
12
12
|
/** Parsed orbital-level data */
|
|
13
13
|
data: OrbitalLevelData;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @packageDocumentation
|
|
8
8
|
*/
|
|
9
9
|
import React from 'react';
|
|
10
|
-
import type { TraitLevelData } from '
|
|
10
|
+
import type { TraitLevelData } from '../lib/avl-schema-parser';
|
|
11
11
|
export interface Avl3DTraitSceneProps {
|
|
12
12
|
/** Parsed trait-level data */
|
|
13
13
|
data: TraitLevelData;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @packageDocumentation
|
|
8
8
|
*/
|
|
9
9
|
import React from 'react';
|
|
10
|
-
import type { TransitionLevelData } from '
|
|
10
|
+
import type { TransitionLevelData } from '../lib/avl-schema-parser';
|
|
11
11
|
export interface Avl3DTransitionSceneProps {
|
|
12
12
|
/** Parsed transition-level data */
|
|
13
13
|
data: TransitionLevelData;
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
*/
|
|
11
11
|
import React from 'react';
|
|
12
12
|
import type { OrbitalSchema } from '@almadar/core';
|
|
13
|
-
import { type ZoomLevel } from '
|
|
14
|
-
import { type Avl3DModelOverrides } from '
|
|
13
|
+
import { type ZoomLevel } from '../lib/avl-zoom-state';
|
|
14
|
+
import { type Avl3DModelOverrides } from '../providers/avl-3d-context';
|
|
15
15
|
export interface Avl3DViewerProps {
|
|
16
16
|
/** The orbital schema (parsed object or JSON string) */
|
|
17
17
|
schema: OrbitalSchema | string;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import React from 'react';
|
|
9
9
|
import type { OrbitalSchema } from '@almadar/core';
|
|
10
|
-
import type { ZoomLevel } from '
|
|
10
|
+
import type { ZoomLevel } from '../lib/avl-zoom-state';
|
|
11
11
|
export interface AvlCosmicZoomProps {
|
|
12
12
|
/** The orbital schema (parsed object or JSON string) */
|
|
13
13
|
schema: OrbitalSchema | string;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* the legend renders only those symbols with labels.
|
|
6
6
|
*/
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import type { ZoomLevel } from '
|
|
8
|
+
import type { ZoomLevel } from '../lib/avl-zoom-state';
|
|
9
9
|
export interface AvlLegendProps {
|
|
10
10
|
level: ZoomLevel;
|
|
11
11
|
color?: string;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* transition lanes, and swim lanes for emit/listen events.
|
|
6
6
|
*/
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import type { TraitLevelData } from '
|
|
8
|
+
import type { TraitLevelData } from '../lib/avl-schema-parser';
|
|
9
9
|
export interface AvlTraitSceneProps {
|
|
10
10
|
data: TraitLevelData;
|
|
11
11
|
color?: string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* Accordion (molecule) + CodeBlock (molecule). No raw HTML.
|
|
14
14
|
*/
|
|
15
15
|
import React from 'react';
|
|
16
|
-
import type { TransitionLevelData } from '
|
|
16
|
+
import type { TransitionLevelData } from '../lib/avl-schema-parser';
|
|
17
17
|
export interface AvlTransitionDetailProps {
|
|
18
18
|
data: TransitionLevelData;
|
|
19
19
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Reads like a spec card: from → to, trigger, guard, effects.
|
|
6
6
|
*/
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import type { TransitionLevelData } from '
|
|
8
|
+
import type { TransitionLevelData } from '../lib/avl-schema-parser';
|
|
9
9
|
export interface AvlTransitionSceneProps {
|
|
10
10
|
data: TransitionLevelData;
|
|
11
11
|
color?: string;
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
import React from 'react';
|
|
15
15
|
import type { OrbitalSchema, ThemeDefinition, EntityData } from '@almadar/core';
|
|
16
|
-
import type { ViewLevel, PreviewNodeData } from '../
|
|
17
|
-
import type { ComposeViewLevel, BehaviorCanvasEntry, BehaviorWireEdgeData } from '../
|
|
16
|
+
import type { ViewLevel, PreviewNodeData } from '../types/avl-preview-types';
|
|
17
|
+
import type { ComposeViewLevel, BehaviorCanvasEntry, BehaviorWireEdgeData } from '../types/avl-behavior-compose-types';
|
|
18
18
|
export interface FlowCanvasProps {
|
|
19
19
|
schema: OrbitalSchema | string;
|
|
20
20
|
mockData?: EntityData;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import React from 'react';
|
|
17
17
|
import type { OrbitalSchema, ThemeDefinition } from '@almadar/core';
|
|
18
|
-
import type { PreviewNodeData } from '../
|
|
18
|
+
import type { PreviewNodeData } from '../types/avl-preview-types';
|
|
19
19
|
export interface OrbInspectorProps {
|
|
20
20
|
node: PreviewNodeData;
|
|
21
21
|
schema: OrbitalSchema;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Shows AVL primitive icons inline with breadcrumb segments.
|
|
6
6
|
*/
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import type { ZoomBand } from '../
|
|
8
|
+
import type { ZoomBand } from '../types/avl-canvas-types';
|
|
9
9
|
export interface ZoomBreadcrumbProps {
|
|
10
10
|
band: ZoomBand;
|
|
11
11
|
applicationName?: string;
|
|
@@ -15,5 +15,5 @@ export { AvlTraitScene, type AvlTraitSceneProps } from './AvlTraitScene';
|
|
|
15
15
|
export { AvlTransitionScene, type AvlTransitionSceneProps } from './AvlTransitionScene';
|
|
16
16
|
export { AvlClickTarget, type AvlClickTargetProps } from './AvlClickTarget';
|
|
17
17
|
export { AvlLegend, type AvlLegendProps } from './AvlLegend';
|
|
18
|
-
export { parseApplicationLevel, parseOrbitalLevel, parseTraitLevel, parseTransitionLevel, type ApplicationLevelData, type OrbitalLevelData, type TraitLevelData, type TransitionLevelData, type CrossLink, type ExprTreeNode, } from '
|
|
19
|
-
export { zoomReducer, initialZoomState, getBreadcrumbs, type ZoomLevel, type ZoomState, type ZoomAction, type BreadcrumbSegment, } from '
|
|
18
|
+
export { parseApplicationLevel, parseOrbitalLevel, parseTraitLevel, parseTransitionLevel, type ApplicationLevelData, type OrbitalLevelData, type TraitLevelData, type TransitionLevelData, type CrossLink, type ExprTreeNode, } from '../lib/avl-schema-parser';
|
|
19
|
+
export { zoomReducer, initialZoomState, getBreadcrumbs, type ZoomLevel, type ZoomState, type ZoomAction, type BreadcrumbSegment, } from '../lib/avl-zoom-state';
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Expanded: One node per UI state within an orbital (OrbPreviewNode)
|
|
13
13
|
*/
|
|
14
14
|
import type { JsonObject } from '@almadar/core';
|
|
15
|
-
import type { BehaviorLevel } from '
|
|
15
|
+
import type { BehaviorLevel } from '../molecules/AvlBehaviorGlyph';
|
|
16
16
|
/** Serializable payload field — mirrors EventPayloadField from @almadar/core. */
|
|
17
17
|
export interface SerializedPayloadField extends JsonObject {
|
|
18
18
|
name: string;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* for React Flow nodes and edges that render AVL primitives.
|
|
6
6
|
*/
|
|
7
7
|
import type { JsonObject } from '@almadar/core';
|
|
8
|
-
import type { FieldInfo, OrbitalTraitInfo, OrbitalPageInfo, ExternalLink, TraitLevelData } from '../
|
|
8
|
+
import type { FieldInfo, OrbitalTraitInfo, OrbitalPageInfo, ExternalLink, TraitLevelData } from '../lib/avl-schema-parser';
|
|
9
9
|
/** The four zoom bands of the unified AVL canvas. */
|
|
10
10
|
export type ZoomBand = 'system' | 'module' | 'behavior' | 'detail';
|
|
11
11
|
/** Thresholds for zoom band transitions (React Flow viewport zoom). */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from "./svg";
|
|
1
|
+
export * from "./svg/index";
|
|
2
2
|
export { Button, type ButtonProps } from "./Button";
|
|
3
3
|
export { Input, type InputProps } from "./Input";
|
|
4
4
|
export { Label, type LabelProps } from "./Label";
|
|
@@ -23,7 +23,6 @@ export { Stack, VStack, HStack, type StackProps, type VStackProps, type HStackPr
|
|
|
23
23
|
export { TextHighlight, type TextHighlightProps, type HighlightType, } from "./TextHighlight";
|
|
24
24
|
export { Typography, type TypographyProps, type TypographyVariant, } from "./Typography";
|
|
25
25
|
export { ThemeToggle, type ThemeToggleProps } from "./ThemeToggle";
|
|
26
|
-
export { ThemeSelector } from "./ThemeSelector";
|
|
27
26
|
export { Overlay, type OverlayProps } from "./Overlay";
|
|
28
27
|
export { FlipContainer, type FlipContainerProps } from "./FlipContainer";
|
|
29
28
|
export { Dialog, type DialogProps } from "./Dialog";
|
|
@@ -46,5 +45,5 @@ export { PatternTile, getTileDimensions, type PatternTileProps, type PatternVari
|
|
|
46
45
|
export { AnimatedReveal, type AnimatedRevealProps, type RevealTrigger, type RevealAnimation } from "../../marketing/atoms/AnimatedReveal";
|
|
47
46
|
export { AnimatedGraphic, type AnimatedGraphicProps, type GraphicAnimation } from "../../marketing/atoms/AnimatedGraphic";
|
|
48
47
|
export { TraitFrame, type TraitFrameProps } from "./TraitFrame";
|
|
49
|
-
export * from "../../game/
|
|
48
|
+
export * from "../../game/2d/molecules/index";
|
|
50
49
|
export { type UiError, type LinkAction, type ImageSource, type Point, type Rect, } from "./types";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
import React from "react";
|
|
10
10
|
import type { AssetUrl, EventEmit, EventKey, EventPayload } from "@almadar/core";
|
|
11
|
-
import type { IconInput } from "../atoms";
|
|
11
|
+
import type { IconInput } from "../atoms/index";
|
|
12
12
|
export interface CardAction {
|
|
13
13
|
label: string;
|
|
14
14
|
onClick?: () => void;
|
|
@@ -96,8 +96,6 @@ export interface ChartProps {
|
|
|
96
96
|
drillEvent?: string;
|
|
97
97
|
/** Top-level chart actions (export, refresh, etc.) */
|
|
98
98
|
actions?: readonly ChartAction[];
|
|
99
|
-
/** Entity name for schema-driven auto-fetch */
|
|
100
|
-
entity?: string;
|
|
101
99
|
/** Loading state */
|
|
102
100
|
isLoading?: boolean;
|
|
103
101
|
/** Error state */
|