@almadar/ui 5.77.0 → 5.78.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.
@@ -39,11 +39,12 @@ export { InfiniteScrollSentinel, type InfiniteScrollSentinelProps } from "./Infi
39
39
  export { ConfettiEffect, type ConfettiEffectProps } from "./ConfettiEffect";
40
40
  export { TypewriterText, type TypewriterTextProps } from "./TypewriterText";
41
41
  export { SectionHeader, type SectionHeaderProps } from "./SectionHeader";
42
- export { MarketingStatCard, type StatCardProps as MarketingStatCardProps, type StatCardSize } from "../../marketing/atoms/MarketingStatCard";
42
+ export { MarketingStatCard, type MarketingStatCardProps, type StatCardSize } from "../../marketing/atoms/MarketingStatCard";
43
43
  export { ContentSection, type ContentSectionProps, type ContentSectionBackground, type ContentSectionPadding, } from "../../marketing/atoms/ContentSection";
44
44
  export { PatternTile, getTileDimensions, type PatternTileProps, type PatternVariant } from "../../marketing/atoms/PatternTile";
45
45
  export { AnimatedReveal, type AnimatedRevealProps, type RevealTrigger, type RevealAnimation } from "../../marketing/atoms/AnimatedReveal";
46
46
  export { AnimatedGraphic, type AnimatedGraphicProps, type GraphicAnimation } from "../../marketing/atoms/AnimatedGraphic";
47
47
  export { TraitFrame, type TraitFrameProps } from "./TraitFrame";
48
48
  export * from "../../game/2d/molecules/index";
49
+ export { LearningCanvas, type LearningCanvasProps, type LearningShape, type LearningPoint, type LearningShapeType, } from "../../learning/atoms/LearningCanvas";
49
50
  export { type UiError, type LinkAction, type ImageSource, type Point, type Rect, } from "./types";
@@ -52,6 +52,10 @@ export { ChartLegend, type ChartLegendProps, type ChartLegendItem } from './Char
52
52
  export { LineChart, type LineChartProps, type ChartDataPoint } from './LineChart';
53
53
  export { ProgressDots, type ProgressDotsProps, type DotState, type DotSize } from './ProgressDots';
54
54
  export * from '../../game/2d/molecules/index';
55
+ export { MathCanvas, type MathCanvasProps, type MathCurve, type MathPoint, type MathVector, } from '../../learning/molecules/MathCanvas';
56
+ export { PhysicsCanvas, type PhysicsCanvasProps, type LearningPhysicsBody, type LearningPhysicsConstraint, } from '../../learning/molecules/PhysicsCanvas';
57
+ export { BiologyCanvas, type BiologyCanvasProps, type BiologyNode, type BiologyEdge, } from '../../learning/molecules/BiologyCanvas';
58
+ export { ChemistryCanvas, type ChemistryCanvasProps, type ChemistryAtom, type ChemistryBond, type ChemistryArrow, } from '../../learning/molecules/ChemistryCanvas';
55
59
  export { GraphView, type GraphViewProps, type GraphViewNode, type GraphViewEdge } from './GraphView';
56
60
  export { MapView, type MapViewProps, type MapMarkerData, type MapRouteData, type MapRouteWaypoint } from './MapView';
57
61
  export { NumberStepper, type NumberStepperProps, type NumberStepperSize } from './NumberStepper';