@almadar/ui 2.15.8 → 2.15.11

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 (126) 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} +24831 -16747
  19. package/dist/components/index.js +37754 -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 +4680 -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 +4623 -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/almadar-website.css +195 -0
  116. package/themes/index.css +23 -20
  117. package/dist/chunk-3HJHHULT.js +0 -93
  118. package/dist/chunk-3JGAROCW.js +0 -149
  119. package/dist/chunk-4N3BAPDB.js +0 -1667
  120. package/dist/chunk-CDIOHSKG.js +0 -661
  121. package/dist/chunk-DKQN5FVU.js +0 -279
  122. package/dist/chunk-JJHCOO34.js +0 -375
  123. package/dist/chunk-PKBMQBKP.js +0 -5
  124. package/dist/chunk-QIABKRCN.js +0 -107
  125. package/dist/chunk-SD3KVCY6.js +0 -1465
  126. package/dist/chunk-YXZM3WCF.js +0 -222
@@ -36,3 +36,12 @@ export { DocumentViewer, type DocumentViewerProps, type DocumentType, } from "./
36
36
  export { GraphCanvas, type GraphCanvasProps, type GraphNode, type GraphEdge, } from "./GraphCanvas";
37
37
  export { CodeViewer, type CodeViewerProps, type CodeViewerMode, type DiffLine, } from "./CodeViewer";
38
38
  export { RuntimeDebugger, type RuntimeDebuggerProps, } from "./debug";
39
+ export type { MarketingAction, MarketingImage, HeroEntity, FeatureEntity, PricingPlanEntity, StatEntity, StepEntity, ShowcaseEntity, TeamMemberEntity, CaseStudyEntity, } from "./marketing-types";
40
+ export { HeroOrganism, type HeroOrganismProps, } from "./HeroOrganism";
41
+ export { FeatureGridOrganism, type FeatureGridOrganismProps, } from "./FeatureGridOrganism";
42
+ export { PricingOrganism, type PricingOrganismProps, } from "./PricingOrganism";
43
+ export { StatsOrganism, type StatsOrganismProps, } from "./StatsOrganism";
44
+ export { StepFlowOrganism, type StepFlowOrganismProps, } from "./StepFlowOrganism";
45
+ export { ShowcaseOrganism, type ShowcaseOrganismProps, } from "./ShowcaseOrganism";
46
+ export { TeamOrganism, type TeamOrganismProps, } from "./TeamOrganism";
47
+ export { CaseStudyOrganism, type CaseStudyOrganismProps, } from "./CaseStudyOrganism";
@@ -0,0 +1,87 @@
1
+ /**
2
+ * Marketing Entity Types
3
+ *
4
+ * Shared entity interfaces for marketing/landing-page organisms.
5
+ * These types define the data shapes consumed by HeroOrganism,
6
+ * FeatureGridOrganism, PricingOrganism, StatsOrganism,
7
+ * StepFlowOrganism, ShowcaseOrganism, TeamOrganism, and CaseStudyOrganism.
8
+ */
9
+ export interface MarketingAction {
10
+ label: string;
11
+ href: string;
12
+ variant?: 'primary' | 'secondary' | 'ghost';
13
+ }
14
+ export interface MarketingImage {
15
+ src: string;
16
+ alt: string;
17
+ }
18
+ export interface HeroEntity {
19
+ id: string;
20
+ tag?: string;
21
+ title: string;
22
+ titleAccent?: string;
23
+ subtitle: string;
24
+ primaryAction?: MarketingAction;
25
+ secondaryAction?: MarketingAction;
26
+ installCommand?: string;
27
+ image?: MarketingImage;
28
+ imagePosition?: 'below' | 'right' | 'background';
29
+ background?: 'dark' | 'gradient' | 'subtle';
30
+ }
31
+ export interface FeatureEntity {
32
+ id: string;
33
+ icon?: string;
34
+ title: string;
35
+ description: string;
36
+ href?: string;
37
+ linkLabel?: string;
38
+ }
39
+ export interface PricingPlanEntity {
40
+ id: string;
41
+ name: string;
42
+ price: string;
43
+ description?: string;
44
+ features: string[];
45
+ actionLabel: string;
46
+ actionHref: string;
47
+ highlighted?: boolean;
48
+ badge?: string;
49
+ }
50
+ export interface StatEntity {
51
+ id: string;
52
+ value: string;
53
+ label: string;
54
+ }
55
+ export interface StepEntity {
56
+ id: string;
57
+ number?: number;
58
+ title: string;
59
+ description: string;
60
+ icon?: string;
61
+ }
62
+ export interface ShowcaseEntity {
63
+ id: string;
64
+ title: string;
65
+ description?: string;
66
+ image: MarketingImage;
67
+ href?: string;
68
+ badge?: string;
69
+ accentColor?: string;
70
+ }
71
+ export interface TeamMemberEntity {
72
+ id: string;
73
+ name: string;
74
+ nameAr?: string;
75
+ role: string;
76
+ bio: string;
77
+ avatar?: string;
78
+ }
79
+ export interface CaseStudyEntity {
80
+ id: string;
81
+ title: string;
82
+ description: string;
83
+ category: string;
84
+ categoryColor?: string;
85
+ href: string;
86
+ linkLabel?: string;
87
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * AboutPageTemplate
3
+ *
4
+ * An about/company page template with hero, articles, team grid, case studies, and CTA.
5
+ * Pure function: no hooks, no callbacks, no local state.
6
+ */
7
+ import React from 'react';
8
+ import type { TemplateProps } from './types';
9
+ import type { MarketingAction, HeroEntity, TeamMemberEntity, CaseStudyEntity } from '../organisms/marketing-types';
10
+ export type { TeamMemberEntity, CaseStudyEntity };
11
+ export interface AboutPageEntity {
12
+ id: string;
13
+ hero: HeroEntity;
14
+ articles: {
15
+ title: string;
16
+ content: string;
17
+ }[];
18
+ team?: TeamMemberEntity[];
19
+ caseStudies?: CaseStudyEntity[];
20
+ ctaTitle?: string;
21
+ ctaAction?: MarketingAction;
22
+ }
23
+ export interface AboutPageTemplateProps extends TemplateProps<AboutPageEntity> {
24
+ }
25
+ export declare const AboutPageTemplate: React.FC<AboutPageTemplateProps>;
26
+ export default AboutPageTemplate;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * FeatureDetailPageTemplate
3
+ *
4
+ * A feature detail page with hero, alternating split sections, and CTA.
5
+ * Pure function: no hooks, no callbacks, no local state.
6
+ */
7
+ import React from 'react';
8
+ import type { TemplateProps } from './types';
9
+ import type { MarketingAction, MarketingImage, HeroEntity } from '../organisms/marketing-types';
10
+ export interface FeatureDetailSection {
11
+ title: string;
12
+ description: string;
13
+ bullets?: string[];
14
+ image?: MarketingImage;
15
+ imagePosition?: 'left' | 'right';
16
+ }
17
+ export interface FeatureDetailPageEntity {
18
+ id: string;
19
+ hero: HeroEntity;
20
+ sections: FeatureDetailSection[];
21
+ ctaTitle?: string;
22
+ ctaAction?: MarketingAction;
23
+ }
24
+ export interface FeatureDetailPageTemplateProps extends TemplateProps<FeatureDetailPageEntity> {
25
+ }
26
+ export declare const FeatureDetailPageTemplate: React.FC<FeatureDetailPageTemplateProps>;
27
+ export default FeatureDetailPageTemplate;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * LandingPageTemplate
3
+ *
4
+ * A full marketing landing page template composing hero, features, stats,
5
+ * steps, showcase, CTA, and community sections from molecule components.
6
+ * Pure function: no hooks, no callbacks, no local state.
7
+ */
8
+ import React from 'react';
9
+ import type { TemplateProps } from './types';
10
+ import type { MarketingAction, HeroEntity, FeatureEntity, StatEntity, StepEntity, ShowcaseEntity } from '../organisms/marketing-types';
11
+ export type { HeroEntity, FeatureEntity, StatEntity, StepEntity, ShowcaseEntity };
12
+ export interface LandingPageEntity {
13
+ id: string;
14
+ hero: HeroEntity;
15
+ features: FeatureEntity[];
16
+ stats?: StatEntity[];
17
+ steps?: StepEntity[];
18
+ showcase?: ShowcaseEntity[];
19
+ ctaTitle: string;
20
+ ctaSubtitle?: string;
21
+ ctaPrimaryAction?: MarketingAction;
22
+ ctaSecondaryAction?: MarketingAction;
23
+ communityGithub?: string;
24
+ communityDiscord?: string;
25
+ }
26
+ export interface LandingPageTemplateProps extends TemplateProps<LandingPageEntity> {
27
+ variant?: 'product' | 'service' | 'platform';
28
+ featureColumns?: 2 | 3 | 4 | 6;
29
+ }
30
+ export declare const LandingPageTemplate: React.FC<LandingPageTemplateProps>;
31
+ export default LandingPageTemplate;
@@ -0,0 +1,26 @@
1
+ /**
2
+ * PricingPageTemplate
3
+ *
4
+ * A pricing page template with hero, pricing grid, FAQ accordion, and CTA.
5
+ * Pure function: no hooks, no callbacks, no local state.
6
+ */
7
+ import React from 'react';
8
+ import type { TemplateProps } from './types';
9
+ import type { MarketingAction, HeroEntity, PricingPlanEntity } from '../organisms/marketing-types';
10
+ export type { PricingPlanEntity };
11
+ export interface PricingPageEntity {
12
+ id: string;
13
+ hero: HeroEntity;
14
+ plans: PricingPlanEntity[];
15
+ faq?: {
16
+ question: string;
17
+ answer: string;
18
+ }[];
19
+ ctaTitle?: string;
20
+ ctaSubtitle?: string;
21
+ ctaAction?: MarketingAction;
22
+ }
23
+ export interface PricingPageTemplateProps extends TemplateProps<PricingPageEntity> {
24
+ }
25
+ export declare const PricingPageTemplate: React.FC<PricingPageTemplateProps>;
26
+ export default PricingPageTemplate;
@@ -8,3 +8,7 @@ export { GameShell, type GameShellProps } from './GameShell';
8
8
  export { BattleTemplate, type BattleTemplateProps, type BattleEntity, type BattlePhase, type BattleUnit, type BattleTile, type BattleSlotContext, } from './BattleTemplate';
9
9
  export { CastleTemplate, type CastleTemplateProps, type CastleEntity, type CastleSlotContext, } from './CastleTemplate';
10
10
  export { WorldMapTemplate, type WorldMapTemplateProps, type WorldMapEntity, type MapHero, type MapHex, type WorldMapSlotContext, } from './WorldMapTemplate';
11
+ export { LandingPageTemplate, type LandingPageTemplateProps, type LandingPageEntity, type HeroEntity, type FeatureEntity, type StatEntity, type StepEntity, type ShowcaseEntity, } from './LandingPageTemplate';
12
+ export { PricingPageTemplate, type PricingPageTemplateProps, type PricingPageEntity, type PricingPlanEntity, } from './PricingPageTemplate';
13
+ export { FeatureDetailPageTemplate, type FeatureDetailPageTemplateProps, type FeatureDetailPageEntity, type FeatureDetailSection, } from './FeatureDetailPageTemplate';
14
+ export { AboutPageTemplate, type AboutPageTemplateProps, type AboutPageEntity, type TeamMemberEntity, type CaseStudyEntity, } from './AboutPageTemplate';