@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.
- package/dist/components/atoms/ContentSection.d.ts +16 -0
- package/dist/components/atoms/SectionHeader.d.ts +14 -0
- package/dist/components/atoms/StatCard.d.ts +13 -0
- package/dist/components/atoms/index.d.ts +3 -0
- package/dist/components/atoms/svg/SvgBranch.d.ts +12 -0
- package/dist/components/atoms/svg/SvgConnection.d.ts +13 -0
- package/dist/components/atoms/svg/SvgFlow.d.ts +10 -0
- package/dist/components/atoms/svg/SvgGrid.d.ts +14 -0
- package/dist/components/atoms/svg/SvgLobe.d.ts +13 -0
- package/dist/components/atoms/svg/SvgMesh.d.ts +12 -0
- package/dist/components/atoms/svg/SvgMorph.d.ts +11 -0
- package/dist/components/atoms/svg/SvgNode.d.ts +12 -0
- package/dist/components/atoms/svg/SvgPulse.d.ts +12 -0
- package/dist/components/atoms/svg/SvgRing.d.ts +13 -0
- package/dist/components/atoms/svg/SvgShield.d.ts +11 -0
- package/dist/components/atoms/svg/SvgStack.d.ts +13 -0
- package/dist/components/atoms/svg/index.d.ts +12 -0
- package/dist/{chunk-ACUO2BBW.js → components/index.cjs} +24831 -16747
- package/dist/components/index.js +37754 -889
- package/dist/components/molecules/AnimatedCounter.d.ts +18 -0
- package/dist/components/molecules/ArticleSection.d.ts +18 -0
- package/dist/components/molecules/CTABanner.d.ts +31 -0
- package/dist/components/molecules/CaseStudyCard.d.ts +24 -0
- package/dist/components/molecules/CodeExample.d.ts +23 -0
- package/dist/components/molecules/CommunityLinks.d.ts +25 -0
- package/dist/components/molecules/DocBreadcrumb.d.ts +20 -0
- package/dist/components/molecules/DocCodeBlock.d.ts +13 -0
- package/dist/components/molecules/DocPagination.d.ts +14 -0
- package/dist/components/molecules/DocSearch.d.ts +15 -0
- package/dist/components/molecules/DocSidebar.d.ts +24 -0
- package/dist/components/molecules/DocTOC.d.ts +24 -0
- package/dist/components/molecules/FeatureCard.d.ts +26 -0
- package/dist/components/molecules/FeatureGrid.d.ts +19 -0
- package/dist/components/molecules/GradientDivider.d.ts +14 -0
- package/dist/components/molecules/HeroSection.d.ts +36 -0
- package/dist/components/molecules/InstallBox.d.ts +16 -0
- package/dist/components/molecules/MarketingFooter.d.ts +27 -0
- package/dist/components/molecules/PricingCard.d.ts +21 -0
- package/dist/components/molecules/PricingGrid.d.ts +13 -0
- package/dist/components/molecules/PullQuote.d.ts +14 -0
- package/dist/components/molecules/ServiceCatalog.d.ts +19 -0
- package/dist/components/molecules/ShowcaseCard.d.ts +20 -0
- package/dist/components/molecules/SocialProof.d.ts +25 -0
- package/dist/components/molecules/SplitSection.d.ts +21 -0
- package/dist/components/molecules/StatsGrid.d.ts +17 -0
- package/dist/components/molecules/StepFlow.d.ts +20 -0
- package/dist/components/molecules/TagCloud.d.ts +18 -0
- package/dist/components/molecules/TeamCard.d.ts +18 -0
- package/dist/components/molecules/index.d.ts +19 -0
- package/dist/components/molecules/svg/AIGenerates.d.ts +7 -0
- package/dist/components/molecules/svg/ClosedCircuit.d.ts +7 -0
- package/dist/components/molecules/svg/CommunityOwnership.d.ts +7 -0
- package/dist/components/molecules/svg/CompileAnywhere.d.ts +7 -0
- package/dist/components/molecules/svg/ComposableModels.d.ts +7 -0
- package/dist/components/molecules/svg/DescribeProveDeploy.d.ts +7 -0
- package/dist/components/molecules/svg/DomainGrid.d.ts +7 -0
- package/dist/components/molecules/svg/EventBus.d.ts +7 -0
- package/dist/components/molecules/svg/OrbitalUnit.d.ts +7 -0
- package/dist/components/molecules/svg/PlanVerifyRemember.d.ts +7 -0
- package/dist/components/molecules/svg/ProveCorrect.d.ts +7 -0
- package/dist/components/molecules/svg/ServiceLayers.d.ts +7 -0
- package/dist/components/molecules/svg/SharedReality.d.ts +7 -0
- package/dist/components/molecules/svg/StandardLibrary.d.ts +7 -0
- package/dist/components/molecules/svg/StateMachine.d.ts +7 -0
- package/dist/components/molecules/svg/WorldModel.d.ts +7 -0
- package/dist/components/molecules/svg/index.d.ts +16 -0
- package/dist/components/organisms/CaseStudyOrganism.d.ts +19 -0
- package/dist/components/organisms/FeatureGridOrganism.d.ts +20 -0
- package/dist/components/organisms/HeroOrganism.d.ts +18 -0
- package/dist/components/organisms/PricingOrganism.d.ts +19 -0
- package/dist/components/organisms/ShowcaseOrganism.d.ts +20 -0
- package/dist/components/organisms/StatsOrganism.d.ts +17 -0
- package/dist/components/organisms/StepFlowOrganism.d.ts +20 -0
- package/dist/components/organisms/TeamOrganism.d.ts +18 -0
- package/dist/components/organisms/game/three/index.cjs +2525 -0
- package/dist/components/organisms/game/three/index.js +1795 -50
- package/dist/components/organisms/index.d.ts +9 -0
- package/dist/components/organisms/marketing-types.d.ts +87 -0
- package/dist/components/templates/AboutPageTemplate.d.ts +26 -0
- package/dist/components/templates/FeatureDetailPageTemplate.d.ts +27 -0
- package/dist/components/templates/LandingPageTemplate.d.ts +31 -0
- package/dist/components/templates/PricingPageTemplate.d.ts +26 -0
- package/dist/components/templates/index.d.ts +4 -0
- package/dist/context/index.cjs +550 -0
- package/dist/context/index.js +420 -6
- package/dist/docs/index.cjs +4015 -0
- package/dist/docs/index.d.cts +412 -0
- package/dist/docs/index.d.ts +29 -0
- package/dist/docs/index.js +3977 -0
- package/dist/hooks/index.cjs +2606 -0
- package/dist/hooks/index.js +2535 -8
- package/dist/illustrations/index.cjs +3004 -0
- package/dist/illustrations/index.d.cts +261 -0
- package/dist/illustrations/index.d.ts +35 -0
- package/dist/illustrations/index.js +2971 -0
- package/dist/{chunk-XL7WB2O5.js → lib/index.cjs} +454 -274
- package/dist/lib/index.js +1407 -3
- package/dist/locales/index.cjs +340 -0
- package/dist/locales/index.js +105 -2
- package/dist/marketing/index.cjs +4680 -0
- package/dist/marketing/index.d.cts +831 -0
- package/dist/marketing/index.d.ts +62 -0
- package/dist/marketing/index.js +4623 -0
- package/dist/providers/index.cjs +4811 -0
- package/dist/providers/index.js +4765 -11
- package/dist/{chunk-K2D5D3WK.js → renderer/index.cjs} +101 -42
- package/dist/renderer/index.js +1036 -2
- package/dist/runtime/index.cjs +4400 -0
- package/dist/runtime/index.js +3615 -19
- package/dist/{chunk-N7MVUW4R.js → stores/index.cjs} +24 -1
- package/dist/stores/index.js +194 -2
- package/dist/tsup.config.d.ts +2 -1
- package/package.json +27 -12
- package/tailwind-preset.cjs +9 -0
- package/themes/almadar-website.css +195 -0
- package/themes/index.css +23 -20
- package/dist/chunk-3HJHHULT.js +0 -93
- package/dist/chunk-3JGAROCW.js +0 -149
- package/dist/chunk-4N3BAPDB.js +0 -1667
- package/dist/chunk-CDIOHSKG.js +0 -661
- package/dist/chunk-DKQN5FVU.js +0 -279
- package/dist/chunk-JJHCOO34.js +0 -375
- package/dist/chunk-PKBMQBKP.js +0 -5
- package/dist/chunk-QIABKRCN.js +0 -107
- package/dist/chunk-SD3KVCY6.js +0 -1465
- package/dist/chunk-YXZM3WCF.js +0 -222
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export type ContentSectionBackground = "default" | "alt" | "dark" | "gradient";
|
|
3
|
+
export type ContentSectionPadding = "sm" | "md" | "lg";
|
|
4
|
+
export interface ContentSectionProps {
|
|
5
|
+
/** Section content */
|
|
6
|
+
children: React.ReactNode;
|
|
7
|
+
/** Background style */
|
|
8
|
+
background?: ContentSectionBackground;
|
|
9
|
+
/** Vertical padding size */
|
|
10
|
+
padding?: ContentSectionPadding;
|
|
11
|
+
/** HTML id for anchor linking */
|
|
12
|
+
id?: string;
|
|
13
|
+
/** Additional class names */
|
|
14
|
+
className?: string;
|
|
15
|
+
}
|
|
16
|
+
export declare const ContentSection: React.ForwardRefExoticComponent<ContentSectionProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface SectionHeaderProps {
|
|
3
|
+
/** Section title text */
|
|
4
|
+
title: string;
|
|
5
|
+
/** Optional subtitle text */
|
|
6
|
+
subtitle?: string;
|
|
7
|
+
/** Text alignment */
|
|
8
|
+
align?: "center" | "left" | "right";
|
|
9
|
+
/** Heading level (1, 2, or 3) */
|
|
10
|
+
level?: 1 | 2 | 3;
|
|
11
|
+
/** Additional class names */
|
|
12
|
+
className?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare const SectionHeader: React.FC<SectionHeaderProps>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export type StatCardSize = "sm" | "md" | "lg";
|
|
3
|
+
export interface StatCardProps {
|
|
4
|
+
/** The stat value to display prominently */
|
|
5
|
+
value: string;
|
|
6
|
+
/** Label describing the value */
|
|
7
|
+
label: string;
|
|
8
|
+
/** Size of the value text */
|
|
9
|
+
size?: StatCardSize;
|
|
10
|
+
/** Additional class names */
|
|
11
|
+
className?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const MarketingStatCard: React.FC<StatCardProps>;
|
|
@@ -34,4 +34,7 @@ export { AnimatedCounter, type AnimatedCounterProps } from "./AnimatedCounter";
|
|
|
34
34
|
export { InfiniteScrollSentinel, type InfiniteScrollSentinelProps } from "./InfiniteScrollSentinel";
|
|
35
35
|
export { ConfettiEffect, type ConfettiEffectProps } from "./ConfettiEffect";
|
|
36
36
|
export { TypewriterText, type TypewriterTextProps } from "./TypewriterText";
|
|
37
|
+
export { SectionHeader, type SectionHeaderProps } from "./SectionHeader";
|
|
38
|
+
export { MarketingStatCard, type StatCardProps as MarketingStatCardProps, type StatCardSize } from "./StatCard";
|
|
39
|
+
export { ContentSection, type ContentSectionProps, type ContentSectionBackground, type ContentSectionPadding, } from "./ContentSection";
|
|
37
40
|
export * from "./game";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgBranchProps {
|
|
3
|
+
x: number;
|
|
4
|
+
y: number;
|
|
5
|
+
variant?: 'fork' | 'merge' | 'diamond';
|
|
6
|
+
branches?: number;
|
|
7
|
+
size?: number;
|
|
8
|
+
color?: string;
|
|
9
|
+
opacity?: number;
|
|
10
|
+
className?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const SvgBranch: React.FC<SvgBranchProps>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgConnectionProps {
|
|
3
|
+
x1: number;
|
|
4
|
+
y1: number;
|
|
5
|
+
x2: number;
|
|
6
|
+
y2: number;
|
|
7
|
+
variant?: 'solid' | 'dashed' | 'animated';
|
|
8
|
+
color?: string;
|
|
9
|
+
strokeWidth?: number;
|
|
10
|
+
opacity?: number;
|
|
11
|
+
className?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const SvgConnection: React.FC<SvgConnectionProps>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgFlowProps {
|
|
3
|
+
points: Array<[number, number]>;
|
|
4
|
+
color?: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
animated?: boolean;
|
|
7
|
+
opacity?: number;
|
|
8
|
+
className?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const SvgFlow: React.FC<SvgFlowProps>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgGridProps {
|
|
3
|
+
x: number;
|
|
4
|
+
y: number;
|
|
5
|
+
cols?: number;
|
|
6
|
+
rows?: number;
|
|
7
|
+
spacing?: number;
|
|
8
|
+
nodeRadius?: number;
|
|
9
|
+
color?: string;
|
|
10
|
+
opacity?: number;
|
|
11
|
+
className?: string;
|
|
12
|
+
highlights?: number[];
|
|
13
|
+
}
|
|
14
|
+
export declare const SvgGrid: React.FC<SvgGridProps>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgLobeProps {
|
|
3
|
+
cx: number;
|
|
4
|
+
cy: number;
|
|
5
|
+
rx?: number;
|
|
6
|
+
ry?: number;
|
|
7
|
+
rotation?: number;
|
|
8
|
+
shells?: number;
|
|
9
|
+
color?: string;
|
|
10
|
+
opacity?: number;
|
|
11
|
+
className?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const SvgLobe: React.FC<SvgLobeProps>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgMeshProps {
|
|
3
|
+
cx: number;
|
|
4
|
+
cy: number;
|
|
5
|
+
nodes?: number;
|
|
6
|
+
radius?: number;
|
|
7
|
+
color?: string;
|
|
8
|
+
connectionDensity?: number;
|
|
9
|
+
opacity?: number;
|
|
10
|
+
className?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const SvgMesh: React.FC<SvgMeshProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgMorphProps {
|
|
3
|
+
x: number;
|
|
4
|
+
y: number;
|
|
5
|
+
size?: number;
|
|
6
|
+
variant?: 'text-to-code' | 'code-to-app' | 'generic';
|
|
7
|
+
color?: string;
|
|
8
|
+
opacity?: number;
|
|
9
|
+
className?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const SvgMorph: React.FC<SvgMorphProps>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgNodeProps {
|
|
3
|
+
x: number;
|
|
4
|
+
y: number;
|
|
5
|
+
r?: number;
|
|
6
|
+
variant?: 'filled' | 'stroked' | 'pulse';
|
|
7
|
+
color?: string;
|
|
8
|
+
opacity?: number;
|
|
9
|
+
className?: string;
|
|
10
|
+
label?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const SvgNode: React.FC<SvgNodeProps>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgPulseProps {
|
|
3
|
+
cx: number;
|
|
4
|
+
cy: number;
|
|
5
|
+
rings?: number;
|
|
6
|
+
maxRadius?: number;
|
|
7
|
+
color?: string;
|
|
8
|
+
animated?: boolean;
|
|
9
|
+
opacity?: number;
|
|
10
|
+
className?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const SvgPulse: React.FC<SvgPulseProps>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgRingProps {
|
|
3
|
+
cx: number;
|
|
4
|
+
cy: number;
|
|
5
|
+
r?: number;
|
|
6
|
+
variant?: 'solid' | 'dashed' | 'glow';
|
|
7
|
+
color?: string;
|
|
8
|
+
strokeWidth?: number;
|
|
9
|
+
opacity?: number;
|
|
10
|
+
className?: string;
|
|
11
|
+
label?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const SvgRing: React.FC<SvgRingProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgShieldProps {
|
|
3
|
+
x: number;
|
|
4
|
+
y: number;
|
|
5
|
+
size?: number;
|
|
6
|
+
variant?: 'outline' | 'filled' | 'check';
|
|
7
|
+
color?: string;
|
|
8
|
+
opacity?: number;
|
|
9
|
+
className?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const SvgShield: React.FC<SvgShieldProps>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgStackProps {
|
|
3
|
+
x: number;
|
|
4
|
+
y: number;
|
|
5
|
+
layers?: number;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
color?: string;
|
|
9
|
+
opacity?: number;
|
|
10
|
+
className?: string;
|
|
11
|
+
labels?: string[];
|
|
12
|
+
}
|
|
13
|
+
export declare const SvgStack: React.FC<SvgStackProps>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { SvgBranch, type SvgBranchProps } from './SvgBranch';
|
|
2
|
+
export { SvgConnection, type SvgConnectionProps } from './SvgConnection';
|
|
3
|
+
export { SvgFlow, type SvgFlowProps } from './SvgFlow';
|
|
4
|
+
export { SvgGrid, type SvgGridProps } from './SvgGrid';
|
|
5
|
+
export { SvgLobe, type SvgLobeProps } from './SvgLobe';
|
|
6
|
+
export { SvgMesh, type SvgMeshProps } from './SvgMesh';
|
|
7
|
+
export { SvgMorph, type SvgMorphProps } from './SvgMorph';
|
|
8
|
+
export { SvgNode, type SvgNodeProps } from './SvgNode';
|
|
9
|
+
export { SvgPulse, type SvgPulseProps } from './SvgPulse';
|
|
10
|
+
export { SvgRing, type SvgRingProps } from './SvgRing';
|
|
11
|
+
export { SvgShield, type SvgShieldProps } from './SvgShield';
|
|
12
|
+
export { SvgStack, type SvgStackProps } from './SvgStack';
|