@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,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @almadar/ui/marketing
|
|
3
|
+
*
|
|
4
|
+
* SSR-safe subset of @almadar/ui for marketing/documentation sites.
|
|
5
|
+
* Contains only the atoms and molecules used in Docusaurus pages.
|
|
6
|
+
* No game engines, no Three.js, no browser-only APIs at module scope.
|
|
7
|
+
*/
|
|
8
|
+
export { Box } from '../components/atoms/Box';
|
|
9
|
+
export { VStack, HStack } from '../components/atoms/Stack';
|
|
10
|
+
export { Typography } from '../components/atoms/Typography';
|
|
11
|
+
export { Button } from '../components/atoms/Button';
|
|
12
|
+
export { Badge } from '../components/atoms/Badge';
|
|
13
|
+
export { Icon } from '../components/atoms/Icon';
|
|
14
|
+
export { Card } from '../components/atoms/Card';
|
|
15
|
+
export { Divider } from '../components/atoms/Divider';
|
|
16
|
+
export { Center } from '../components/atoms/Center';
|
|
17
|
+
export { Spacer } from '../components/atoms/Spacer';
|
|
18
|
+
export { ContentSection } from '../components/atoms/ContentSection';
|
|
19
|
+
export type { ContentSectionProps } from '../components/atoms/ContentSection';
|
|
20
|
+
export { HeroSection } from '../components/molecules/HeroSection';
|
|
21
|
+
export type { HeroSectionProps } from '../components/molecules/HeroSection';
|
|
22
|
+
export { CTABanner } from '../components/molecules/CTABanner';
|
|
23
|
+
export type { CTABannerProps } from '../components/molecules/CTABanner';
|
|
24
|
+
export { FeatureCard } from '../components/molecules/FeatureCard';
|
|
25
|
+
export type { FeatureCardProps } from '../components/molecules/FeatureCard';
|
|
26
|
+
export { FeatureGrid } from '../components/molecules/FeatureGrid';
|
|
27
|
+
export type { FeatureGridProps } from '../components/molecules/FeatureGrid';
|
|
28
|
+
export { PricingCard } from '../components/molecules/PricingCard';
|
|
29
|
+
export type { PricingCardProps } from '../components/molecules/PricingCard';
|
|
30
|
+
export { PricingGrid } from '../components/molecules/PricingGrid';
|
|
31
|
+
export type { PricingGridProps } from '../components/molecules/PricingGrid';
|
|
32
|
+
export { SplitSection } from '../components/molecules/SplitSection';
|
|
33
|
+
export type { SplitSectionProps } from '../components/molecules/SplitSection';
|
|
34
|
+
export { InstallBox } from '../components/molecules/InstallBox';
|
|
35
|
+
export type { InstallBoxProps } from '../components/molecules/InstallBox';
|
|
36
|
+
export { StepFlow } from '../components/molecules/StepFlow';
|
|
37
|
+
export type { StepFlowProps, StepItemProps } from '../components/molecules/StepFlow';
|
|
38
|
+
export { StatsGrid } from '../components/molecules/StatsGrid';
|
|
39
|
+
export type { StatsGridProps } from '../components/molecules/StatsGrid';
|
|
40
|
+
export { TagCloud } from '../components/molecules/TagCloud';
|
|
41
|
+
export type { TagCloudProps } from '../components/molecules/TagCloud';
|
|
42
|
+
export { CommunityLinks } from '../components/molecules/CommunityLinks';
|
|
43
|
+
export type { CommunityLinksProps } from '../components/molecules/CommunityLinks';
|
|
44
|
+
export { ServiceCatalog } from '../components/molecules/ServiceCatalog';
|
|
45
|
+
export type { ServiceCatalogProps } from '../components/molecules/ServiceCatalog';
|
|
46
|
+
export { ShowcaseCard } from '../components/molecules/ShowcaseCard';
|
|
47
|
+
export type { ShowcaseCardProps } from '../components/molecules/ShowcaseCard';
|
|
48
|
+
export { TeamCard } from '../components/molecules/TeamCard';
|
|
49
|
+
export type { TeamCardProps } from '../components/molecules/TeamCard';
|
|
50
|
+
export { CaseStudyCard } from '../components/molecules/CaseStudyCard';
|
|
51
|
+
export type { CaseStudyCardProps } from '../components/molecules/CaseStudyCard';
|
|
52
|
+
export { ArticleSection } from '../components/molecules/ArticleSection';
|
|
53
|
+
export type { ArticleSectionProps } from '../components/molecules/ArticleSection';
|
|
54
|
+
export { SimpleGrid } from '../components/molecules/SimpleGrid';
|
|
55
|
+
export { MarketingFooter } from '../components/molecules/MarketingFooter';
|
|
56
|
+
export type { MarketingFooterProps, FooterLinkColumn, FooterLinkItem } from '../components/molecules/MarketingFooter';
|
|
57
|
+
export { GradientDivider } from '../components/molecules/GradientDivider';
|
|
58
|
+
export type { GradientDividerProps } from '../components/molecules/GradientDivider';
|
|
59
|
+
export { PullQuote } from '../components/molecules/PullQuote';
|
|
60
|
+
export type { PullQuoteProps } from '../components/molecules/PullQuote';
|
|
61
|
+
export { AnimatedCounter } from '../components/molecules/AnimatedCounter';
|
|
62
|
+
export type { AnimatedCounterProps } from '../components/molecules/AnimatedCounter';
|