@almadar/ui 2.32.0 → 2.34.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.
Files changed (79) 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 +1156 -1857
  7. package/dist/components/index.js +276 -962
  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/providers/index.cjs +148 -149
  32. package/dist/providers/index.js +39 -40
  33. package/dist/runtime/index.cjs +1055 -1030
  34. package/dist/runtime/index.js +270 -245
  35. package/dist/scripts/audit-tailwind-safelist.d.ts +27 -0
  36. package/package.json +2 -6
  37. package/tailwind-preset.cjs +170 -1
  38. package/dist/components/atoms/flow/FlowLabel.d.ts +0 -23
  39. package/dist/components/atoms/flow/FlowMinimap.d.ts +0 -28
  40. package/dist/components/atoms/flow/FlowNodeShell.d.ts +0 -25
  41. package/dist/components/atoms/flow/FlowPort.d.ts +0 -26
  42. package/dist/components/atoms/flow/FlowWire.d.ts +0 -39
  43. package/dist/components/atoms/flow/index.d.ts +0 -13
  44. package/dist/components/molecules/flow/BehaviorNode.d.ts +0 -28
  45. package/dist/components/molecules/flow/EffectNode.d.ts +0 -26
  46. package/dist/components/molecules/flow/EventWireEdge.d.ts +0 -23
  47. package/dist/components/molecules/flow/ExprNode.d.ts +0 -27
  48. package/dist/components/molecules/flow/FlowStateNode.d.ts +0 -18
  49. package/dist/components/molecules/flow/NodePalette.d.ts +0 -36
  50. package/dist/components/molecules/flow/OrbitalNode.d.ts +0 -31
  51. package/dist/components/molecules/flow/TransitionEdge.d.ts +0 -26
  52. package/dist/components/molecules/flow/index.d.ts +0 -8
  53. package/dist/components/molecules/svg/AIGenerates.d.ts +0 -7
  54. package/dist/components/molecules/svg/ClosedCircuit.d.ts +0 -7
  55. package/dist/components/molecules/svg/CommunityOwnership.d.ts +0 -7
  56. package/dist/components/molecules/svg/CompileAnywhere.d.ts +0 -7
  57. package/dist/components/molecules/svg/ComposableModels.d.ts +0 -7
  58. package/dist/components/molecules/svg/DescribeProveDeploy.d.ts +0 -7
  59. package/dist/components/molecules/svg/DomainGrid.d.ts +0 -7
  60. package/dist/components/molecules/svg/EventBus.d.ts +0 -7
  61. package/dist/components/molecules/svg/OrbitalUnit.d.ts +0 -7
  62. package/dist/components/molecules/svg/PlanVerifyRemember.d.ts +0 -7
  63. package/dist/components/molecules/svg/ProveCorrect.d.ts +0 -7
  64. package/dist/components/molecules/svg/ServiceLayers.d.ts +0 -7
  65. package/dist/components/molecules/svg/SharedReality.d.ts +0 -7
  66. package/dist/components/molecules/svg/StandardLibrary.d.ts +0 -7
  67. package/dist/components/molecules/svg/StateMachine.d.ts +0 -7
  68. package/dist/components/molecules/svg/WorldModel.d.ts +0 -7
  69. package/dist/components/molecules/svg/index.d.ts +0 -16
  70. package/dist/components/organisms/avl/AvlApplicationScene.d.ts +0 -17
  71. package/dist/components/organisms/avl/AvlOrbitalScene.d.ts +0 -21
  72. package/dist/flow/index.cjs +0 -3832
  73. package/dist/flow/index.d.cts +0 -367
  74. package/dist/flow/index.d.ts +0 -10
  75. package/dist/flow/index.js +0 -3793
  76. package/dist/illustrations/index.cjs +0 -7651
  77. package/dist/illustrations/index.d.cts +0 -544
  78. package/dist/illustrations/index.d.ts +0 -59
  79. package/dist/illustrations/index.js +0 -7594
@@ -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>;