@almadar/ui 2.15.8 → 2.15.10

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 (125) hide show
  1. package/dist/components/atoms/ContentSection.d.ts +16 -0
  2. package/dist/components/atoms/SectionHeader.d.ts +14 -0
  3. package/dist/components/atoms/StatCard.d.ts +13 -0
  4. package/dist/components/atoms/index.d.ts +3 -0
  5. package/dist/components/atoms/svg/SvgBranch.d.ts +12 -0
  6. package/dist/components/atoms/svg/SvgConnection.d.ts +13 -0
  7. package/dist/components/atoms/svg/SvgFlow.d.ts +10 -0
  8. package/dist/components/atoms/svg/SvgGrid.d.ts +14 -0
  9. package/dist/components/atoms/svg/SvgLobe.d.ts +13 -0
  10. package/dist/components/atoms/svg/SvgMesh.d.ts +12 -0
  11. package/dist/components/atoms/svg/SvgMorph.d.ts +11 -0
  12. package/dist/components/atoms/svg/SvgNode.d.ts +12 -0
  13. package/dist/components/atoms/svg/SvgPulse.d.ts +12 -0
  14. package/dist/components/atoms/svg/SvgRing.d.ts +13 -0
  15. package/dist/components/atoms/svg/SvgShield.d.ts +11 -0
  16. package/dist/components/atoms/svg/SvgStack.d.ts +13 -0
  17. package/dist/components/atoms/svg/index.d.ts +12 -0
  18. package/dist/{chunk-ACUO2BBW.js → components/index.cjs} +24764 -16677
  19. package/dist/components/index.js +37757 -889
  20. package/dist/components/molecules/AnimatedCounter.d.ts +18 -0
  21. package/dist/components/molecules/ArticleSection.d.ts +18 -0
  22. package/dist/components/molecules/CTABanner.d.ts +31 -0
  23. package/dist/components/molecules/CaseStudyCard.d.ts +24 -0
  24. package/dist/components/molecules/CodeExample.d.ts +23 -0
  25. package/dist/components/molecules/CommunityLinks.d.ts +25 -0
  26. package/dist/components/molecules/DocBreadcrumb.d.ts +20 -0
  27. package/dist/components/molecules/DocCodeBlock.d.ts +13 -0
  28. package/dist/components/molecules/DocPagination.d.ts +14 -0
  29. package/dist/components/molecules/DocSearch.d.ts +15 -0
  30. package/dist/components/molecules/DocSidebar.d.ts +24 -0
  31. package/dist/components/molecules/DocTOC.d.ts +24 -0
  32. package/dist/components/molecules/FeatureCard.d.ts +26 -0
  33. package/dist/components/molecules/FeatureGrid.d.ts +19 -0
  34. package/dist/components/molecules/GradientDivider.d.ts +14 -0
  35. package/dist/components/molecules/HeroSection.d.ts +36 -0
  36. package/dist/components/molecules/InstallBox.d.ts +16 -0
  37. package/dist/components/molecules/MarketingFooter.d.ts +27 -0
  38. package/dist/components/molecules/PricingCard.d.ts +21 -0
  39. package/dist/components/molecules/PricingGrid.d.ts +13 -0
  40. package/dist/components/molecules/PullQuote.d.ts +14 -0
  41. package/dist/components/molecules/ServiceCatalog.d.ts +19 -0
  42. package/dist/components/molecules/ShowcaseCard.d.ts +20 -0
  43. package/dist/components/molecules/SocialProof.d.ts +25 -0
  44. package/dist/components/molecules/SplitSection.d.ts +21 -0
  45. package/dist/components/molecules/StatsGrid.d.ts +17 -0
  46. package/dist/components/molecules/StepFlow.d.ts +20 -0
  47. package/dist/components/molecules/TagCloud.d.ts +18 -0
  48. package/dist/components/molecules/TeamCard.d.ts +18 -0
  49. package/dist/components/molecules/index.d.ts +19 -0
  50. package/dist/components/molecules/svg/AIGenerates.d.ts +7 -0
  51. package/dist/components/molecules/svg/ClosedCircuit.d.ts +7 -0
  52. package/dist/components/molecules/svg/CommunityOwnership.d.ts +7 -0
  53. package/dist/components/molecules/svg/CompileAnywhere.d.ts +7 -0
  54. package/dist/components/molecules/svg/ComposableModels.d.ts +7 -0
  55. package/dist/components/molecules/svg/DescribeProveDeploy.d.ts +7 -0
  56. package/dist/components/molecules/svg/DomainGrid.d.ts +7 -0
  57. package/dist/components/molecules/svg/EventBus.d.ts +7 -0
  58. package/dist/components/molecules/svg/OrbitalUnit.d.ts +7 -0
  59. package/dist/components/molecules/svg/PlanVerifyRemember.d.ts +7 -0
  60. package/dist/components/molecules/svg/ProveCorrect.d.ts +7 -0
  61. package/dist/components/molecules/svg/ServiceLayers.d.ts +7 -0
  62. package/dist/components/molecules/svg/SharedReality.d.ts +7 -0
  63. package/dist/components/molecules/svg/StandardLibrary.d.ts +7 -0
  64. package/dist/components/molecules/svg/StateMachine.d.ts +7 -0
  65. package/dist/components/molecules/svg/WorldModel.d.ts +7 -0
  66. package/dist/components/molecules/svg/index.d.ts +16 -0
  67. package/dist/components/organisms/CaseStudyOrganism.d.ts +19 -0
  68. package/dist/components/organisms/FeatureGridOrganism.d.ts +20 -0
  69. package/dist/components/organisms/HeroOrganism.d.ts +18 -0
  70. package/dist/components/organisms/PricingOrganism.d.ts +19 -0
  71. package/dist/components/organisms/ShowcaseOrganism.d.ts +20 -0
  72. package/dist/components/organisms/StatsOrganism.d.ts +17 -0
  73. package/dist/components/organisms/StepFlowOrganism.d.ts +20 -0
  74. package/dist/components/organisms/TeamOrganism.d.ts +18 -0
  75. package/dist/components/organisms/game/three/index.cjs +2525 -0
  76. package/dist/components/organisms/game/three/index.js +1795 -50
  77. package/dist/components/organisms/index.d.ts +9 -0
  78. package/dist/components/organisms/marketing-types.d.ts +87 -0
  79. package/dist/components/templates/AboutPageTemplate.d.ts +26 -0
  80. package/dist/components/templates/FeatureDetailPageTemplate.d.ts +27 -0
  81. package/dist/components/templates/LandingPageTemplate.d.ts +31 -0
  82. package/dist/components/templates/PricingPageTemplate.d.ts +26 -0
  83. package/dist/components/templates/index.d.ts +4 -0
  84. package/dist/context/index.cjs +550 -0
  85. package/dist/context/index.js +420 -6
  86. package/dist/docs/index.cjs +4015 -0
  87. package/dist/docs/index.d.cts +412 -0
  88. package/dist/docs/index.d.ts +29 -0
  89. package/dist/docs/index.js +3977 -0
  90. package/dist/hooks/index.cjs +2606 -0
  91. package/dist/hooks/index.js +2535 -8
  92. package/dist/illustrations/index.cjs +3004 -0
  93. package/dist/illustrations/index.d.cts +261 -0
  94. package/dist/illustrations/index.d.ts +35 -0
  95. package/dist/illustrations/index.js +2971 -0
  96. package/dist/{chunk-XL7WB2O5.js → lib/index.cjs} +454 -274
  97. package/dist/lib/index.js +1407 -3
  98. package/dist/locales/index.cjs +340 -0
  99. package/dist/locales/index.js +105 -2
  100. package/dist/marketing/index.cjs +4683 -0
  101. package/dist/marketing/index.d.cts +831 -0
  102. package/dist/marketing/index.d.ts +62 -0
  103. package/dist/marketing/index.js +4626 -0
  104. package/dist/providers/index.cjs +4811 -0
  105. package/dist/providers/index.js +4765 -11
  106. package/dist/{chunk-K2D5D3WK.js → renderer/index.cjs} +101 -42
  107. package/dist/renderer/index.js +1036 -2
  108. package/dist/runtime/index.cjs +4400 -0
  109. package/dist/runtime/index.js +3615 -19
  110. package/dist/{chunk-N7MVUW4R.js → stores/index.cjs} +24 -1
  111. package/dist/stores/index.js +194 -2
  112. package/dist/tsup.config.d.ts +2 -1
  113. package/package.json +27 -12
  114. package/tailwind-preset.cjs +9 -0
  115. package/themes/index.css +22 -20
  116. package/dist/chunk-3HJHHULT.js +0 -93
  117. package/dist/chunk-3JGAROCW.js +0 -149
  118. package/dist/chunk-4N3BAPDB.js +0 -1667
  119. package/dist/chunk-CDIOHSKG.js +0 -661
  120. package/dist/chunk-DKQN5FVU.js +0 -279
  121. package/dist/chunk-JJHCOO34.js +0 -375
  122. package/dist/chunk-PKBMQBKP.js +0 -5
  123. package/dist/chunk-QIABKRCN.js +0 -107
  124. package/dist/chunk-SD3KVCY6.js +0 -1465
  125. package/dist/chunk-YXZM3WCF.js +0 -222
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,7 @@
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>;
@@ -0,0 +1,16 @@
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';
@@ -0,0 +1,19 @@
1
+ /**
2
+ * CaseStudyOrganism
3
+ *
4
+ * Resolves an array of CaseStudyEntity and renders them as a grid of CaseStudyCard molecules.
5
+ * Emits UI:CASE_STUDY_CLICK with { id, href } when a case study card is clicked.
6
+ *
7
+ * Closed Circuit Compliance:
8
+ * - Receives ALL data via entity prop
9
+ * - Emits events via useEventBus
10
+ * - Never listens to events
11
+ */
12
+ import React from 'react';
13
+ import type { EntityDisplayProps } from './types';
14
+ import type { CaseStudyEntity } from './marketing-types';
15
+ export interface CaseStudyOrganismProps extends EntityDisplayProps<CaseStudyEntity> {
16
+ heading?: string;
17
+ subtitle?: string;
18
+ }
19
+ export declare const CaseStudyOrganism: React.FC<CaseStudyOrganismProps>;
@@ -0,0 +1,20 @@
1
+ /**
2
+ * FeatureGridOrganism
3
+ *
4
+ * Resolves an array of FeatureEntity and renders them as a FeatureGrid molecule.
5
+ * Emits UI:FEATURE_CLICK with { id, href } when a feature card is clicked.
6
+ *
7
+ * Closed Circuit Compliance:
8
+ * - Receives ALL data via entity prop
9
+ * - Emits events via useEventBus
10
+ * - Never listens to events
11
+ */
12
+ import React from 'react';
13
+ import type { EntityDisplayProps } from './types';
14
+ import type { FeatureEntity } from './marketing-types';
15
+ export interface FeatureGridOrganismProps extends EntityDisplayProps<FeatureEntity> {
16
+ columns?: 2 | 3 | 4 | 6;
17
+ heading?: string;
18
+ subtitle?: string;
19
+ }
20
+ export declare const FeatureGridOrganism: React.FC<FeatureGridOrganismProps>;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * HeroOrganism
3
+ *
4
+ * Resolves a single HeroEntity and maps it to the HeroSection molecule.
5
+ * Emits UI:CTA_PRIMARY and UI:CTA_SECONDARY when action buttons are clicked.
6
+ *
7
+ * Closed Circuit Compliance:
8
+ * - Receives ALL data via entity prop
9
+ * - Emits events via useEventBus
10
+ * - Never listens to events
11
+ */
12
+ import React from 'react';
13
+ import type { EntityDisplayProps } from './types';
14
+ import type { HeroEntity } from './marketing-types';
15
+ export interface HeroOrganismProps extends EntityDisplayProps<HeroEntity> {
16
+ children?: React.ReactNode;
17
+ }
18
+ export declare const HeroOrganism: React.FC<HeroOrganismProps>;
@@ -0,0 +1,19 @@
1
+ /**
2
+ * PricingOrganism
3
+ *
4
+ * Resolves an array of PricingPlanEntity and renders them as a PricingGrid molecule.
5
+ * Emits UI:PLAN_SELECT with { planId, planName } when a plan action is clicked.
6
+ *
7
+ * Closed Circuit Compliance:
8
+ * - Receives ALL data via entity prop
9
+ * - Emits events via useEventBus
10
+ * - Never listens to events
11
+ */
12
+ import React from 'react';
13
+ import type { EntityDisplayProps } from './types';
14
+ import type { PricingPlanEntity } from './marketing-types';
15
+ export interface PricingOrganismProps extends EntityDisplayProps<PricingPlanEntity> {
16
+ heading?: string;
17
+ subtitle?: string;
18
+ }
19
+ export declare const PricingOrganism: React.FC<PricingOrganismProps>;
@@ -0,0 +1,20 @@
1
+ /**
2
+ * ShowcaseOrganism
3
+ *
4
+ * Resolves an array of ShowcaseEntity and renders them as a grid of ShowcaseCard molecules.
5
+ * Emits UI:SHOWCASE_CLICK with { id, href } when a showcase card is clicked.
6
+ *
7
+ * Closed Circuit Compliance:
8
+ * - Receives ALL data via entity prop
9
+ * - Emits events via useEventBus
10
+ * - Never listens to events
11
+ */
12
+ import React from 'react';
13
+ import type { EntityDisplayProps } from './types';
14
+ import type { ShowcaseEntity } from './marketing-types';
15
+ export interface ShowcaseOrganismProps extends EntityDisplayProps<ShowcaseEntity> {
16
+ columns?: 2 | 3 | 4;
17
+ heading?: string;
18
+ subtitle?: string;
19
+ }
20
+ export declare const ShowcaseOrganism: React.FC<ShowcaseOrganismProps>;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * StatsOrganism
3
+ *
4
+ * Resolves an array of StatEntity and renders them as a StatsGrid molecule.
5
+ * Display-only organism with no event emissions.
6
+ *
7
+ * Closed Circuit Compliance:
8
+ * - Receives ALL data via entity prop
9
+ * - No events (display-only)
10
+ */
11
+ import React from 'react';
12
+ import type { EntityDisplayProps } from './types';
13
+ import type { StatEntity } from './marketing-types';
14
+ export interface StatsOrganismProps extends EntityDisplayProps<StatEntity> {
15
+ columns?: 2 | 3 | 4 | 6;
16
+ }
17
+ export declare const StatsOrganism: React.FC<StatsOrganismProps>;
@@ -0,0 +1,20 @@
1
+ /**
2
+ * StepFlowOrganism
3
+ *
4
+ * Resolves an array of StepEntity and renders them as a StepFlow molecule.
5
+ * Display-only organism with no event emissions.
6
+ *
7
+ * Closed Circuit Compliance:
8
+ * - Receives ALL data via entity prop
9
+ * - No events (display-only)
10
+ */
11
+ import React from 'react';
12
+ import type { EntityDisplayProps } from './types';
13
+ import type { StepEntity } from './marketing-types';
14
+ export interface StepFlowOrganismProps extends EntityDisplayProps<StepEntity> {
15
+ orientation?: 'horizontal' | 'vertical';
16
+ showConnectors?: boolean;
17
+ heading?: string;
18
+ subtitle?: string;
19
+ }
20
+ export declare const StepFlowOrganism: React.FC<StepFlowOrganismProps>;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * TeamOrganism
3
+ *
4
+ * Resolves an array of TeamMemberEntity and renders them as a grid of TeamCard molecules.
5
+ * Display-only organism with no event emissions.
6
+ *
7
+ * Closed Circuit Compliance:
8
+ * - Receives ALL data via entity prop
9
+ * - No events (display-only)
10
+ */
11
+ import React from 'react';
12
+ import type { EntityDisplayProps } from './types';
13
+ import type { TeamMemberEntity } from './marketing-types';
14
+ export interface TeamOrganismProps extends EntityDisplayProps<TeamMemberEntity> {
15
+ heading?: string;
16
+ subtitle?: string;
17
+ }
18
+ export declare const TeamOrganism: React.FC<TeamOrganismProps>;