@almadar/ui 2.31.0 → 2.33.2

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.
Files changed (78) hide show
  1. package/dist/avl/index.cjs +1049 -1086
  2. package/dist/avl/index.d.cts +352 -78
  3. package/dist/avl/index.d.ts +18 -3
  4. package/dist/avl/index.js +1029 -1086
  5. package/dist/components/atoms/index.d.ts +0 -1
  6. package/dist/components/index.cjs +1146 -1847
  7. package/dist/components/index.js +266 -952
  8. package/dist/components/molecules/avl/AvlBackwardEdge.d.ts +8 -0
  9. package/dist/components/molecules/avl/AvlBindingEdge.d.ts +9 -0
  10. package/dist/components/molecules/avl/AvlEventWireEdge.d.ts +14 -0
  11. package/dist/components/molecules/avl/AvlOrbitalNode.d.ts +12 -0
  12. package/dist/components/molecules/avl/AvlPageEdge.d.ts +8 -0
  13. package/dist/components/molecules/avl/AvlTransitionEdge.d.ts +16 -0
  14. package/dist/components/molecules/avl/BehaviorView.d.ts +12 -0
  15. package/dist/components/molecules/avl/DetailView.d.ts +13 -0
  16. package/dist/components/molecules/avl/MiniStateMachine.d.ts +14 -0
  17. package/dist/components/molecules/avl/ModuleCard.d.ts +14 -0
  18. package/dist/components/molecules/avl/SystemNode.d.ts +12 -0
  19. package/dist/components/molecules/avl/avl-canvas-types.d.ts +36 -0
  20. package/dist/components/molecules/avl/avl-elk-layout.d.ts +55 -0
  21. package/dist/components/molecules/avl/avl-flow-converter.d.ts +17 -0
  22. package/dist/components/molecules/avl/avl-story-schemas.d.ts +34 -0
  23. package/dist/components/molecules/avl/avl-zoom-band.d.ts +19 -0
  24. package/dist/components/molecules/avl/index.d.ts +15 -0
  25. package/dist/components/molecules/index.d.ts +0 -1
  26. package/dist/components/organisms/avl/AvlCosmicZoom.d.ts +10 -7
  27. package/dist/components/organisms/avl/FlowCanvas.d.ts +32 -0
  28. package/dist/components/organisms/avl/ZoomBreadcrumb.d.ts +16 -0
  29. package/dist/components/organisms/avl/ZoomLegend.d.ts +10 -0
  30. package/dist/components/organisms/avl/index.d.ts +5 -2
  31. package/dist/hooks/useUISlots.d.ts +2 -0
  32. package/dist/providers/index.cjs +148 -149
  33. package/dist/providers/index.js +39 -40
  34. package/dist/runtime/index.cjs +1045 -1020
  35. package/dist/runtime/index.js +260 -235
  36. package/package.json +2 -6
  37. package/dist/components/atoms/flow/FlowLabel.d.ts +0 -23
  38. package/dist/components/atoms/flow/FlowMinimap.d.ts +0 -28
  39. package/dist/components/atoms/flow/FlowNodeShell.d.ts +0 -25
  40. package/dist/components/atoms/flow/FlowPort.d.ts +0 -26
  41. package/dist/components/atoms/flow/FlowWire.d.ts +0 -39
  42. package/dist/components/atoms/flow/index.d.ts +0 -13
  43. package/dist/components/molecules/flow/BehaviorNode.d.ts +0 -28
  44. package/dist/components/molecules/flow/EffectNode.d.ts +0 -26
  45. package/dist/components/molecules/flow/EventWireEdge.d.ts +0 -23
  46. package/dist/components/molecules/flow/ExprNode.d.ts +0 -27
  47. package/dist/components/molecules/flow/FlowStateNode.d.ts +0 -18
  48. package/dist/components/molecules/flow/NodePalette.d.ts +0 -36
  49. package/dist/components/molecules/flow/OrbitalNode.d.ts +0 -31
  50. package/dist/components/molecules/flow/TransitionEdge.d.ts +0 -26
  51. package/dist/components/molecules/flow/index.d.ts +0 -8
  52. package/dist/components/molecules/svg/AIGenerates.d.ts +0 -7
  53. package/dist/components/molecules/svg/ClosedCircuit.d.ts +0 -7
  54. package/dist/components/molecules/svg/CommunityOwnership.d.ts +0 -7
  55. package/dist/components/molecules/svg/CompileAnywhere.d.ts +0 -7
  56. package/dist/components/molecules/svg/ComposableModels.d.ts +0 -7
  57. package/dist/components/molecules/svg/DescribeProveDeploy.d.ts +0 -7
  58. package/dist/components/molecules/svg/DomainGrid.d.ts +0 -7
  59. package/dist/components/molecules/svg/EventBus.d.ts +0 -7
  60. package/dist/components/molecules/svg/OrbitalUnit.d.ts +0 -7
  61. package/dist/components/molecules/svg/PlanVerifyRemember.d.ts +0 -7
  62. package/dist/components/molecules/svg/ProveCorrect.d.ts +0 -7
  63. package/dist/components/molecules/svg/ServiceLayers.d.ts +0 -7
  64. package/dist/components/molecules/svg/SharedReality.d.ts +0 -7
  65. package/dist/components/molecules/svg/StandardLibrary.d.ts +0 -7
  66. package/dist/components/molecules/svg/StateMachine.d.ts +0 -7
  67. package/dist/components/molecules/svg/WorldModel.d.ts +0 -7
  68. package/dist/components/molecules/svg/index.d.ts +0 -16
  69. package/dist/components/organisms/avl/AvlApplicationScene.d.ts +0 -17
  70. package/dist/components/organisms/avl/AvlOrbitalScene.d.ts +0 -21
  71. package/dist/flow/index.cjs +0 -3832
  72. package/dist/flow/index.d.cts +0 -367
  73. package/dist/flow/index.d.ts +0 -10
  74. package/dist/flow/index.js +0 -3793
  75. package/dist/illustrations/index.cjs +0 -7651
  76. package/dist/illustrations/index.d.cts +0 -544
  77. package/dist/illustrations/index.d.ts +0 -59
  78. package/dist/illustrations/index.js +0 -7594
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "2.31.0",
3
+ "version": "2.33.2",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/components/index.js",
@@ -79,11 +79,6 @@
79
79
  "import": "./dist/docs/index.js",
80
80
  "require": "./dist/docs/index.cjs"
81
81
  },
82
- "./illustrations": {
83
- "types": "./dist/illustrations/index.d.ts",
84
- "import": "./dist/illustrations/index.js",
85
- "require": "./dist/illustrations/index.cjs"
86
- },
87
82
  "./avl": {
88
83
  "types": "./dist/avl/index.d.ts",
89
84
  "import": "./dist/avl/index.js",
@@ -147,6 +142,7 @@
147
142
  },
148
143
  "devDependencies": {
149
144
  "@almadar/eslint-plugin": ">=2.3.0",
145
+ "@almadar/std": ">=3.6.0",
150
146
  "@react-three/postprocessing": "3.0.4",
151
147
  "@storybook/addon-docs": "^10.2.6",
152
148
  "@storybook/addon-links": "^10.2.6",
@@ -1,23 +0,0 @@
1
- /**
2
- * FlowLabel Component
3
- *
4
- * A pill-shaped label used on flow wires (edges) to annotate transitions,
5
- * events, or guards. Supports truncation with a native title tooltip and
6
- * semantic color variants.
7
- */
8
- import React from 'react';
9
- export type FlowLabelVariant = 'default' | 'primary' | 'warning' | 'error';
10
- export interface FlowLabelProps {
11
- /** Text content of the label. */
12
- text: string;
13
- /** Max visible character count before truncation. Omit to show full text. */
14
- truncate?: number;
15
- /** Color variant mapping to Badge semantics. */
16
- variant?: FlowLabelVariant;
17
- className?: string;
18
- }
19
- /**
20
- * Badge-based pill label for annotating wires in a flow graph.
21
- * Long text is truncated with an ellipsis and full text appears on hover via title.
22
- */
23
- export declare const FlowLabel: React.FC<FlowLabelProps>;
@@ -1,28 +0,0 @@
1
- /**
2
- * FlowMinimap Component
3
- *
4
- * A styled container that wraps a React Flow MiniMap at the organism level.
5
- * Since atoms must not depend on React Flow, this component only provides the
6
- * card-styled wrapper box and exports a color config object that organisms pass
7
- * through to the MiniMap props.
8
- */
9
- import React from 'react';
10
- export interface FlowMinimapProps {
11
- /** Additional class names applied to the wrapper. */
12
- className?: string;
13
- children?: React.ReactNode;
14
- }
15
- /**
16
- * Color tokens for the React Flow MiniMap component.
17
- * Organisms import this and spread it onto `<MiniMap {...MINIMAP_COLORS} />`.
18
- */
19
- export declare const MINIMAP_COLORS: {
20
- readonly nodeColor: "var(--color-primary, #3B82F6)";
21
- readonly maskColor: "var(--color-background, #ffffff80)";
22
- readonly nodeStrokeColor: "var(--color-border, #E5E7EB)";
23
- };
24
- /**
25
- * Card-styled wrapper for the React Flow MiniMap.
26
- * Render the actual `<MiniMap>` component as children at the organism level.
27
- */
28
- export declare const FlowMinimap: React.FC<FlowMinimapProps>;
@@ -1,25 +0,0 @@
1
- /**
2
- * FlowNodeShell Component
3
- *
4
- * Outer container for a graph node. Provides the card-like wrapper with a
5
- * thin colored header bar, optional node-type label, and selection / warning
6
- * ring states. Children are rendered in the body area below the header.
7
- */
8
- import React from 'react';
9
- export interface FlowNodeShellProps {
10
- /** Whether this node is currently selected on the canvas. */
11
- selected?: boolean;
12
- /** Whether this node has a validation warning. */
13
- warning?: boolean;
14
- /** Semantic node type label shown in the header (e.g. "Entity", "Trait"). */
15
- nodeType?: string;
16
- /** Background color for the 8px header bar. Any valid CSS color. */
17
- headerColor?: string;
18
- children: React.ReactNode;
19
- className?: string;
20
- }
21
- /**
22
- * Card-style wrapper for flow nodes with a colored header strip.
23
- * Selection adds a solid primary ring; warnings show a dashed warning ring.
24
- */
25
- export declare const FlowNodeShell: React.FC<FlowNodeShellProps>;
@@ -1,26 +0,0 @@
1
- /**
2
- * FlowPort Component
3
- *
4
- * Connection point rendered on a graph node. Shows a small circle that
5
- * indicates whether the port is connected or available for wiring.
6
- * Direction determines label placement (left for inputs, right for outputs).
7
- */
8
- import React from 'react';
9
- export interface FlowPortProps {
10
- /** Whether this port receives or sends connections. */
11
- direction: 'in' | 'out';
12
- /** Semantic type of the port (e.g. "string", "event", "entity"). */
13
- portType: string;
14
- /** Human-readable label shown beside the circle. */
15
- label?: string;
16
- /** Whether the port currently has a wire attached. */
17
- connected?: boolean;
18
- /** Whether a dragged wire is compatible with this port. */
19
- compatible?: boolean;
20
- className?: string;
21
- }
22
- /**
23
- * A 12px circle with optional label indicating a node connection point.
24
- * Outlined when disconnected, filled primary when connected, green ring when compatible.
25
- */
26
- export declare const FlowPort: React.FC<FlowPortProps>;
@@ -1,39 +0,0 @@
1
- /**
2
- * FlowWire Component
3
- *
4
- * Provides style objects and an SVG `<path>` wrapper for flow-graph edges.
5
- * Wire colors come from the AVL CONNECTION_COLORS palette. The exported
6
- * `getFlowWireStyle` helper can be used independently of the component
7
- * (e.g. when integrating with React Flow edge renderers).
8
- */
9
- import React from 'react';
10
- export type FlowWireType = 'transition' | 'event' | 'data' | 'guard';
11
- export type FlowWireStatus = 'valid' | 'invalid' | 'pending';
12
- export interface FlowWireProps {
13
- /** Semantic wire category. Determines base color. */
14
- wireType?: FlowWireType;
15
- /** Validation or runtime status. 'invalid' overrides color to red. */
16
- status?: FlowWireStatus;
17
- /** Whether the wire shows a flowing dash animation. */
18
- animated?: boolean;
19
- /** SVG path data string (the "d" attribute). */
20
- d?: string;
21
- className?: string;
22
- }
23
- export interface FlowWireStyle {
24
- stroke: string;
25
- strokeWidth: number;
26
- strokeDasharray?: string;
27
- animation?: string;
28
- }
29
- /**
30
- * Compute SVG path style props for a flow wire.
31
- *
32
- * @returns An object suitable for spreading onto an SVG `<path>` element's style.
33
- */
34
- export declare function getFlowWireStyle(props: Pick<FlowWireProps, 'wireType' | 'status' | 'animated'>): FlowWireStyle;
35
- /**
36
- * SVG path element styled as a flow wire.
37
- * Pass the `d` prop with a path data string for rendering.
38
- */
39
- export declare const FlowWire: React.FC<FlowWireProps>;
@@ -1,13 +0,0 @@
1
- /**
2
- * Flow Atom Components
3
- *
4
- * Pure visual primitives for graph/flow editors. No React Flow dependency.
5
- * These atoms provide styled elements that organisms compose with React Flow.
6
- *
7
- * @packageDocumentation
8
- */
9
- export { FlowPort, type FlowPortProps } from './FlowPort';
10
- export { FlowNodeShell, type FlowNodeShellProps } from './FlowNodeShell';
11
- export { FlowLabel, type FlowLabelProps, type FlowLabelVariant } from './FlowLabel';
12
- export { FlowWire, getFlowWireStyle, type FlowWireProps, type FlowWireStyle, type FlowWireType, type FlowWireStatus, } from './FlowWire';
13
- export { FlowMinimap, MINIMAP_COLORS, type FlowMinimapProps } from './FlowMinimap';
@@ -1,28 +0,0 @@
1
- /**
2
- * BehaviorNode Component
3
- *
4
- * Custom React Flow node for a standard behavior. Shows name,
5
- * truncated description, state count, and per-event Handles for
6
- * emit (source, right) and listen (target, left) wiring.
7
- */
8
- import React from 'react';
9
- import { type Node, type NodeProps } from '@xyflow/react';
10
- /** Data shape for behavior flow nodes, extending Record<string, unknown> for React Flow v12. */
11
- export interface BehaviorNodeData extends Record<string, unknown> {
12
- /** Behavior name (e.g. "std-cart"). */
13
- name: string;
14
- /** Optional description, truncated after 60 chars. */
15
- description?: string;
16
- /** Number of states in this behavior. */
17
- stateCount: number;
18
- /** Events this behavior emits. */
19
- emits: string[];
20
- /** Events this behavior listens for. */
21
- listens: string[];
22
- }
23
- /** React Flow node type for behavior nodes. */
24
- export type BehaviorFlowNode = Node<BehaviorNodeData, 'behavior'>;
25
- /**
26
- * React Flow custom node for a standard behavior with event port handles.
27
- */
28
- export declare const BehaviorNode: React.FC<NodeProps<BehaviorFlowNode>>;
@@ -1,26 +0,0 @@
1
- /**
2
- * EffectNode Component
3
- *
4
- * Custom React Flow node for an effect in a transition.
5
- * Shows the effect type with a category-colored header and
6
- * optional args caption. One target Handle (left) for input,
7
- * one source Handle (right) for chain output.
8
- */
9
- import React from 'react';
10
- import { type Node, type NodeProps } from '@xyflow/react';
11
- import { type EffectCategory } from '../../atoms/avl/types';
12
- /** Data shape for effect flow nodes, extending Record<string, unknown> for React Flow v12. */
13
- export interface EffectNodeData extends Record<string, unknown> {
14
- /** Effect type identifier (e.g. "render-ui", "set", "emit"). */
15
- effectType: string;
16
- /** Optional stringified args summary. */
17
- args?: string;
18
- /** Category override. Derived from effectType when omitted. */
19
- category?: EffectCategory;
20
- }
21
- /** React Flow node type for effect nodes in transition chains. */
22
- export type EffectFlowNode = Node<EffectNodeData, 'effect'>;
23
- /**
24
- * React Flow custom node for an effect in a transition chain.
25
- */
26
- export declare const EffectNode: React.FC<NodeProps<EffectFlowNode>>;
@@ -1,23 +0,0 @@
1
- /**
2
- * EventWireEdge Component
3
- *
4
- * Custom React Flow edge for event wiring between orbitals/behaviors.
5
- * Renders a dashed orange Bezier path (from CONNECTION_COLORS.emitListen)
6
- * with a FlowLabel pill at the midpoint. Incompatible wires turn red.
7
- */
8
- import React from 'react';
9
- import { type Edge, type EdgeProps } from '@xyflow/react';
10
- /** Data shape for event wire flow edges, extending Record<string, unknown> for React Flow v12. */
11
- export interface EventWireEdgeData extends Record<string, unknown> {
12
- /** Event name being wired. */
13
- event: string;
14
- /** Whether emitter and listener schemas are compatible. */
15
- compatible?: boolean;
16
- }
17
- /** React Flow edge type for emit/listen event wiring. */
18
- export type EventWireFlowEdge = Edge<EventWireEdgeData, 'eventWire'>;
19
- /**
20
- * React Flow custom edge for emit/listen event wiring.
21
- * Dashed orange when compatible, dashed red when incompatible.
22
- */
23
- export declare const EventWireEdge: React.FC<EdgeProps<EventWireFlowEdge>>;
@@ -1,27 +0,0 @@
1
- /**
2
- * ExprNode Component
3
- *
4
- * Custom React Flow node for an S-expression operator.
5
- * Shows the operator name in namespace-colored FlowNodeShell,
6
- * with one target Handle per operand (left, staggered) and
7
- * one source Handle for the result (right).
8
- */
9
- import React from 'react';
10
- import { type Node, type NodeProps } from '@xyflow/react';
11
- import { type AvlOperatorNamespace } from '../../atoms/avl/types';
12
- /** Data shape for expression flow nodes, extending Record<string, unknown> for React Flow v12. */
13
- export interface ExprNodeData extends Record<string, unknown> {
14
- /** Operator name (e.g. "+", "concat", "if"). */
15
- operator: string;
16
- /** Operator namespace for color coding. */
17
- namespace?: AvlOperatorNamespace;
18
- /** Number of operand inputs. */
19
- operandCount: number;
20
- }
21
- /** React Flow node type for S-expression operator nodes. */
22
- export type ExprFlowNode = Node<ExprNodeData, 'expr'>;
23
- /**
24
- * React Flow custom node visualising an S-expression operator.
25
- * Operand handles fan out vertically on the left; result exits right.
26
- */
27
- export declare const ExprNode: React.FC<NodeProps<ExprFlowNode>>;
@@ -1,18 +0,0 @@
1
- /**
2
- * FlowStateNode Component
3
- *
4
- * Custom React Flow node for a state machine state.
5
- * Renders a FlowNodeShell with role-based header color, state name,
6
- * and initial/terminal badges. Handles are placed at top (target)
7
- * and bottom (source) for vertical transition wiring.
8
- */
9
- import React from 'react';
10
- import { type Node, type NodeProps } from '@xyflow/react';
11
- import type { State } from '@almadar/core';
12
- /** React Flow node type for state machine states, backed by @almadar/core State. */
13
- export type StateFlowNode = Node<State & Record<string, unknown>, 'state'>;
14
- /**
15
- * React Flow custom node that visualises a single state machine state.
16
- * Uses STATE_COLORS for the header bar and shows role badges.
17
- */
18
- export declare const FlowStateNode: React.FC<NodeProps<StateFlowNode>>;
@@ -1,36 +0,0 @@
1
- /**
2
- * NodePalette Component
3
- *
4
- * Draggable node type sidebar for a flow editor. Renders categories of
5
- * tiles that can be dragged onto a React Flow canvas. Each tile sets
6
- * `application/reactflow` data on the drag transfer so the canvas
7
- * `onDrop` handler knows which node type to create.
8
- *
9
- * This is a pure HTML component with no React Flow imports.
10
- */
11
- import React from 'react';
12
- export interface NodePaletteItem {
13
- /** Node type identifier set on the drag transfer. */
14
- type: string;
15
- /** Human-readable label shown on the tile. */
16
- label: string;
17
- /** Lucide icon name for the tile. */
18
- icon: string;
19
- }
20
- export interface NodePaletteCategory {
21
- /** Category heading. */
22
- name: string;
23
- /** Draggable items in this category. */
24
- items: NodePaletteItem[];
25
- }
26
- export interface NodePaletteProps {
27
- /** Grouped node types available for dragging. */
28
- categories: NodePaletteCategory[];
29
- /** Additional CSS classes on the outer container. */
30
- className?: string;
31
- }
32
- /**
33
- * Sidebar palette of draggable node tiles grouped by category.
34
- * Drag a tile onto a ReactFlow canvas to create that node type.
35
- */
36
- export declare const NodePalette: React.FC<NodePaletteProps>;
@@ -1,31 +0,0 @@
1
- /**
2
- * OrbitalNode Component
3
- *
4
- * Custom React Flow node for an orbital unit. Displays entity name,
5
- * trait/page counts, and per-event Handles for emit (source, right)
6
- * and listen (target, left) wiring.
7
- */
8
- import React from 'react';
9
- import { type Node, type NodeProps } from '@xyflow/react';
10
- /** Data shape for orbital flow nodes, extending Record<string, unknown> for React Flow v12. */
11
- export interface OrbitalNodeData extends Record<string, unknown> {
12
- /** Orbital unit name. */
13
- name: string;
14
- /** Primary entity name. */
15
- entityName: string;
16
- /** Number of traits attached. */
17
- traitCount: number;
18
- /** Number of pages attached. */
19
- pageCount: number;
20
- /** Events this orbital emits. */
21
- emits: string[];
22
- /** Events this orbital listens for. */
23
- listens: string[];
24
- }
25
- /** React Flow node type for orbital units. */
26
- export type OrbitalFlowNode = Node<OrbitalNodeData, 'orbital'>;
27
- /**
28
- * React Flow custom node for an orbital unit showing entity info,
29
- * trait/page stats, and per-event connection handles.
30
- */
31
- export declare const OrbitalNode: React.FC<NodeProps<OrbitalFlowNode>>;
@@ -1,26 +0,0 @@
1
- /**
2
- * TransitionEdge Component
3
- *
4
- * Custom React Flow edge for state machine transitions.
5
- * Uses a Bezier path with a FlowLabel pill at the midpoint showing
6
- * the event name. Guard (diamond) and effect indicators are shown
7
- * as small inline icons beside the label.
8
- */
9
- import React from 'react';
10
- import { type Edge, type EdgeProps } from '@xyflow/react';
11
- /** Data shape for transition flow edges, extending Record<string, unknown> for React Flow v12. */
12
- export interface TransitionEdgeData extends Record<string, unknown> {
13
- /** Triggering event name. */
14
- event: string;
15
- /** Whether this transition has a guard condition. */
16
- hasGuard?: boolean;
17
- /** Whether this transition has effects attached. */
18
- hasEffects?: boolean;
19
- }
20
- /** React Flow edge type for state machine transitions. */
21
- export type TransitionFlowEdge = Edge<TransitionEdgeData, 'transition'>;
22
- /**
23
- * React Flow custom edge that renders a Bezier curve with an event label pill.
24
- * Guard and effect presence are shown as small indicator icons.
25
- */
26
- export declare const TransitionEdge: React.FC<EdgeProps<TransitionFlowEdge>>;
@@ -1,8 +0,0 @@
1
- export { FlowStateNode, type StateFlowNode } from './FlowStateNode';
2
- export { OrbitalNode, type OrbitalNodeData, type OrbitalFlowNode } from './OrbitalNode';
3
- export { BehaviorNode, type BehaviorNodeData, type BehaviorFlowNode } from './BehaviorNode';
4
- export { ExprNode, type ExprNodeData, type ExprFlowNode } from './ExprNode';
5
- export { EffectNode, type EffectNodeData, type EffectFlowNode } from './EffectNode';
6
- export { TransitionEdge, type TransitionEdgeData, type TransitionFlowEdge } from './TransitionEdge';
7
- export { EventWireEdge, type EventWireEdgeData, type EventWireFlowEdge } from './EventWireEdge';
8
- export { NodePalette, type NodePaletteProps, type NodePaletteCategory, type NodePaletteItem, } from './NodePalette';
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface AIGeneratesProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const AIGenerates: React.FC<AIGeneratesProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface ClosedCircuitProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const ClosedCircuit: React.FC<ClosedCircuitProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface CommunityOwnershipProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const CommunityOwnership: React.FC<CommunityOwnershipProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface CompileAnywhereProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const CompileAnywhere: React.FC<CompileAnywhereProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface ComposableModelsProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const ComposableModels: React.FC<ComposableModelsProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface DescribeProveDeployProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const DescribeProveDeploy: React.FC<DescribeProveDeployProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface DomainGridProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const DomainGrid: React.FC<DomainGridProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface EventBusProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const EventBus: React.FC<EventBusProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface OrbitalUnitProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const OrbitalUnit: React.FC<OrbitalUnitProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface PlanVerifyRememberProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const PlanVerifyRemember: React.FC<PlanVerifyRememberProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface ProveCorrectProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const ProveCorrect: React.FC<ProveCorrectProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface ServiceLayersProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const ServiceLayers: React.FC<ServiceLayersProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface SharedRealityProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const SharedReality: React.FC<SharedRealityProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface StandardLibraryProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const StandardLibrary: React.FC<StandardLibraryProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface StateMachineProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const StateMachine: React.FC<StateMachineProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface WorldModelProps {
3
- className?: string;
4
- color?: string;
5
- animated?: boolean;
6
- }
7
- export declare const WorldModel: React.FC<WorldModelProps>;
@@ -1,16 +0,0 @@
1
- export { AIGenerates, type AIGeneratesProps } from './AIGenerates';
2
- export { ClosedCircuit, type ClosedCircuitProps } from './ClosedCircuit';
3
- export { CommunityOwnership, type CommunityOwnershipProps } from './CommunityOwnership';
4
- export { CompileAnywhere, type CompileAnywhereProps } from './CompileAnywhere';
5
- export { ComposableModels, type ComposableModelsProps } from './ComposableModels';
6
- export { DescribeProveDeploy, type DescribeProveDeployProps } from './DescribeProveDeploy';
7
- export { DomainGrid, type DomainGridProps } from './DomainGrid';
8
- export { EventBus, type EventBusProps } from './EventBus';
9
- export { OrbitalUnit, type OrbitalUnitProps } from './OrbitalUnit';
10
- export { PlanVerifyRemember, type PlanVerifyRememberProps } from './PlanVerifyRemember';
11
- export { ProveCorrect, type ProveCorrectProps } from './ProveCorrect';
12
- export { ServiceLayers, type ServiceLayersProps } from './ServiceLayers';
13
- export { SharedReality, type SharedRealityProps } from './SharedReality';
14
- export { StandardLibrary, type StandardLibraryProps } from './StandardLibrary';
15
- export { StateMachine, type StateMachineProps } from './StateMachine';
16
- export { WorldModel, type WorldModelProps } from './WorldModel';
@@ -1,17 +0,0 @@
1
- /**
2
- * AvlApplicationScene - Zoom Level 1
3
- *
4
- * Shows all orbitals in the application with cross-orbital
5
- * emit/listen arrows. Each orbital is a clickable AvlOrbitalUnit.
6
- */
7
- import React from 'react';
8
- import type { ApplicationLevelData } from './avl-schema-parser';
9
- export interface AvlApplicationSceneProps {
10
- data: ApplicationLevelData;
11
- color?: string;
12
- onOrbitalClick?: (orbitalName: string, position: {
13
- x: number;
14
- y: number;
15
- }) => void;
16
- }
17
- export declare const AvlApplicationScene: React.FC<AvlApplicationSceneProps>;
@@ -1,21 +0,0 @@
1
- /**
2
- * AvlOrbitalScene - Zoom Level 2
3
- *
4
- * Shows a single orbital: entity nucleus with fields,
5
- * trait rings, page markers, and external connection arrows.
6
- */
7
- import React from 'react';
8
- import type { OrbitalLevelData } from './avl-schema-parser';
9
- export interface AvlOrbitalSceneProps {
10
- data: OrbitalLevelData;
11
- color?: string;
12
- /** Currently highlighted trait (before zooming in) */
13
- highlightedTrait?: string | null;
14
- onTraitClick?: (traitName: string, position: {
15
- x: number;
16
- y: number;
17
- }) => void;
18
- /** Called when a trait tab is hovered/selected (highlight without zoom) */
19
- onTraitHighlight?: (traitName: string | null) => void;
20
- }
21
- export declare const AvlOrbitalScene: React.FC<AvlOrbitalSceneProps>;