@almadar/ui 2.15.7 → 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.
- 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-K43H3ZDY.js → components/index.cjs} +24780 -16651
- package/dist/components/index.js +37757 -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/UISlotRenderer.d.ts +1 -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/DashboardLayout.d.ts +2 -1
- 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 +4683 -0
- package/dist/marketing/index.d.cts +831 -0
- package/dist/marketing/index.d.ts +62 -0
- package/dist/marketing/index.js +4626 -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 +27 -2
- package/themes/index.css +22 -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-GF6RQBO7.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
|
+
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>;
|
|
@@ -65,6 +65,7 @@ interface SlotContentRendererProps {
|
|
|
65
65
|
*
|
|
66
66
|
* Dynamically renders pattern components from the registry.
|
|
67
67
|
* For layout patterns with `hasChildren`, recursively renders nested patterns.
|
|
68
|
+
* For all patterns, named props containing pattern configs are also rendered.
|
|
68
69
|
*/
|
|
69
70
|
declare function SlotContentRenderer({ content, onDismiss, }: SlotContentRendererProps): React.ReactElement;
|
|
70
71
|
export interface UISlotRendererProps {
|