@orion-ds/blocks 1.0.0
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/client.d.ts +20 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/index.cjs +4 -0
- package/dist/index.d.ts +29 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +4639 -0
- package/dist/sections/AgentFolder/AgentFolder.d.ts +5 -0
- package/dist/sections/AgentFolder/AgentFolder.d.ts.map +1 -0
- package/dist/sections/AgentFolder/AgentFolder.types.d.ts +97 -0
- package/dist/sections/AgentFolder/AgentFolder.types.d.ts.map +1 -0
- package/dist/sections/AgentFolder/index.d.ts +8 -0
- package/dist/sections/AgentFolder/index.d.ts.map +1 -0
- package/dist/sections/AppDownload/AppDownload.d.ts +8 -0
- package/dist/sections/AppDownload/AppDownload.d.ts.map +1 -0
- package/dist/sections/AppDownload/AppDownload.types.d.ts +114 -0
- package/dist/sections/AppDownload/AppDownload.types.d.ts.map +1 -0
- package/dist/sections/AppDownload/index.d.ts +3 -0
- package/dist/sections/AppDownload/index.d.ts.map +1 -0
- package/dist/sections/Blog/Blog.d.ts +8 -0
- package/dist/sections/Blog/Blog.d.ts.map +1 -0
- package/dist/sections/Blog/Blog.types.d.ts +139 -0
- package/dist/sections/Blog/Blog.types.d.ts.map +1 -0
- package/dist/sections/Blog/index.d.ts +3 -0
- package/dist/sections/Blog/index.d.ts.map +1 -0
- package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts +4 -0
- package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/sections/Breadcrumbs/Breadcrumbs.types.d.ts +78 -0
- package/dist/sections/Breadcrumbs/Breadcrumbs.types.d.ts.map +1 -0
- package/dist/sections/Breadcrumbs/index.d.ts +3 -0
- package/dist/sections/Breadcrumbs/index.d.ts.map +1 -0
- package/dist/sections/CTA/CTA.d.ts +4 -0
- package/dist/sections/CTA/CTA.d.ts.map +1 -0
- package/dist/sections/CTA/CTA.types.d.ts +74 -0
- package/dist/sections/CTA/CTA.types.d.ts.map +1 -0
- package/dist/sections/CTA/index.d.ts +6 -0
- package/dist/sections/CTA/index.d.ts.map +1 -0
- package/dist/sections/CarouselSection/CarouselSection.d.ts +4 -0
- package/dist/sections/CarouselSection/CarouselSection.d.ts.map +1 -0
- package/dist/sections/CarouselSection/CarouselSection.types.d.ts +114 -0
- package/dist/sections/CarouselSection/CarouselSection.types.d.ts.map +1 -0
- package/dist/sections/CarouselSection/index.d.ts +11 -0
- package/dist/sections/CarouselSection/index.d.ts.map +1 -0
- package/dist/sections/Chat/ChatSection.d.ts +4 -0
- package/dist/sections/Chat/ChatSection.d.ts.map +1 -0
- package/dist/sections/Chat/index.d.ts +19 -0
- package/dist/sections/Chat/index.d.ts.map +1 -0
- package/dist/sections/Comparison/Comparison.d.ts +8 -0
- package/dist/sections/Comparison/Comparison.d.ts.map +1 -0
- package/dist/sections/Comparison/Comparison.types.d.ts +120 -0
- package/dist/sections/Comparison/Comparison.types.d.ts.map +1 -0
- package/dist/sections/Comparison/index.d.ts +3 -0
- package/dist/sections/Comparison/index.d.ts.map +1 -0
- package/dist/sections/Contact/Contact.d.ts +4 -0
- package/dist/sections/Contact/Contact.d.ts.map +1 -0
- package/dist/sections/Contact/Contact.types.d.ts +133 -0
- package/dist/sections/Contact/Contact.types.d.ts.map +1 -0
- package/dist/sections/Contact/index.d.ts +6 -0
- package/dist/sections/Contact/index.d.ts.map +1 -0
- package/dist/sections/EmptyState/EmptyState.d.ts +4 -0
- package/dist/sections/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/sections/EmptyState/EmptyState.types.d.ts +65 -0
- package/dist/sections/EmptyState/EmptyState.types.d.ts.map +1 -0
- package/dist/sections/EmptyState/index.d.ts +3 -0
- package/dist/sections/EmptyState/index.d.ts.map +1 -0
- package/dist/sections/FAQ/FAQ.d.ts +4 -0
- package/dist/sections/FAQ/FAQ.d.ts.map +1 -0
- package/dist/sections/FAQ/FAQ.types.d.ts +117 -0
- package/dist/sections/FAQ/FAQ.types.d.ts.map +1 -0
- package/dist/sections/FAQ/FAQItemCard.d.ts +7 -0
- package/dist/sections/FAQ/FAQItemCard.d.ts.map +1 -0
- package/dist/sections/FAQ/index.d.ts +7 -0
- package/dist/sections/FAQ/index.d.ts.map +1 -0
- package/dist/sections/Features/FeatureCard.d.ts +7 -0
- package/dist/sections/Features/FeatureCard.d.ts.map +1 -0
- package/dist/sections/Features/Features.d.ts +4 -0
- package/dist/sections/Features/Features.d.ts.map +1 -0
- package/dist/sections/Features/Features.types.d.ts +100 -0
- package/dist/sections/Features/Features.types.d.ts.map +1 -0
- package/dist/sections/Features/index.d.ts +7 -0
- package/dist/sections/Features/index.d.ts.map +1 -0
- package/dist/sections/Footer/Footer.d.ts +4 -0
- package/dist/sections/Footer/Footer.d.ts.map +1 -0
- package/dist/sections/Footer/Footer.types.d.ts +129 -0
- package/dist/sections/Footer/Footer.types.d.ts.map +1 -0
- package/dist/sections/Footer/index.d.ts +6 -0
- package/dist/sections/Footer/index.d.ts.map +1 -0
- package/dist/sections/Gallery/Gallery.d.ts +8 -0
- package/dist/sections/Gallery/Gallery.d.ts.map +1 -0
- package/dist/sections/Gallery/Gallery.types.d.ts +114 -0
- package/dist/sections/Gallery/Gallery.types.d.ts.map +1 -0
- package/dist/sections/Gallery/index.d.ts +3 -0
- package/dist/sections/Gallery/index.d.ts.map +1 -0
- package/dist/sections/Hero/Hero.d.ts +10 -0
- package/dist/sections/Hero/Hero.d.ts.map +1 -0
- package/dist/sections/Hero/Hero.types.d.ts +152 -0
- package/dist/sections/Hero/Hero.types.d.ts.map +1 -0
- package/dist/sections/Hero/HeroHighlight.d.ts +7 -0
- package/dist/sections/Hero/HeroHighlight.d.ts.map +1 -0
- package/dist/sections/Hero/index.d.ts +7 -0
- package/dist/sections/Hero/index.d.ts.map +1 -0
- package/dist/sections/LogoCloud/LogoCloud.d.ts +4 -0
- package/dist/sections/LogoCloud/LogoCloud.d.ts.map +1 -0
- package/dist/sections/LogoCloud/LogoCloud.types.d.ts +101 -0
- package/dist/sections/LogoCloud/LogoCloud.types.d.ts.map +1 -0
- package/dist/sections/LogoCloud/index.d.ts +6 -0
- package/dist/sections/LogoCloud/index.d.ts.map +1 -0
- package/dist/sections/Newsletter/Newsletter.d.ts +4 -0
- package/dist/sections/Newsletter/Newsletter.d.ts.map +1 -0
- package/dist/sections/Newsletter/Newsletter.types.d.ts +97 -0
- package/dist/sections/Newsletter/Newsletter.types.d.ts.map +1 -0
- package/dist/sections/Newsletter/index.d.ts +6 -0
- package/dist/sections/Newsletter/index.d.ts.map +1 -0
- package/dist/sections/Pricing/Pricing.d.ts +4 -0
- package/dist/sections/Pricing/Pricing.d.ts.map +1 -0
- package/dist/sections/Pricing/Pricing.types.d.ts +129 -0
- package/dist/sections/Pricing/Pricing.types.d.ts.map +1 -0
- package/dist/sections/Pricing/PricingCard.d.ts +7 -0
- package/dist/sections/Pricing/PricingCard.d.ts.map +1 -0
- package/dist/sections/Pricing/index.d.ts +7 -0
- package/dist/sections/Pricing/index.d.ts.map +1 -0
- package/dist/sections/SettingsLayout/SettingsLayout.d.ts +4 -0
- package/dist/sections/SettingsLayout/SettingsLayout.d.ts.map +1 -0
- package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts +112 -0
- package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts.map +1 -0
- package/dist/sections/SettingsLayout/index.d.ts +3 -0
- package/dist/sections/SettingsLayout/index.d.ts.map +1 -0
- package/dist/sections/SocialProof/SocialProof.d.ts +8 -0
- package/dist/sections/SocialProof/SocialProof.d.ts.map +1 -0
- package/dist/sections/SocialProof/SocialProof.types.d.ts +138 -0
- package/dist/sections/SocialProof/SocialProof.types.d.ts.map +1 -0
- package/dist/sections/SocialProof/index.d.ts +3 -0
- package/dist/sections/SocialProof/index.d.ts.map +1 -0
- package/dist/sections/Stats/StatItemCard.d.ts +7 -0
- package/dist/sections/Stats/StatItemCard.d.ts.map +1 -0
- package/dist/sections/Stats/Stats.d.ts +4 -0
- package/dist/sections/Stats/Stats.d.ts.map +1 -0
- package/dist/sections/Stats/Stats.types.d.ts +131 -0
- package/dist/sections/Stats/Stats.types.d.ts.map +1 -0
- package/dist/sections/Stats/index.d.ts +7 -0
- package/dist/sections/Stats/index.d.ts.map +1 -0
- package/dist/sections/Stepper/Stepper.d.ts +4 -0
- package/dist/sections/Stepper/Stepper.d.ts.map +1 -0
- package/dist/sections/Stepper/Stepper.types.d.ts +101 -0
- package/dist/sections/Stepper/Stepper.types.d.ts.map +1 -0
- package/dist/sections/Stepper/index.d.ts +3 -0
- package/dist/sections/Stepper/index.d.ts.map +1 -0
- package/dist/sections/Team/Team.d.ts +4 -0
- package/dist/sections/Team/Team.d.ts.map +1 -0
- package/dist/sections/Team/Team.types.d.ts +139 -0
- package/dist/sections/Team/Team.types.d.ts.map +1 -0
- package/dist/sections/Team/TeamMemberCard.d.ts +7 -0
- package/dist/sections/Team/TeamMemberCard.d.ts.map +1 -0
- package/dist/sections/Team/index.d.ts +7 -0
- package/dist/sections/Team/index.d.ts.map +1 -0
- package/dist/sections/Testimonials/TestimonialCard.d.ts +7 -0
- package/dist/sections/Testimonials/TestimonialCard.d.ts.map +1 -0
- package/dist/sections/Testimonials/Testimonials.d.ts +4 -0
- package/dist/sections/Testimonials/Testimonials.d.ts.map +1 -0
- package/dist/sections/Testimonials/Testimonials.types.d.ts +126 -0
- package/dist/sections/Testimonials/Testimonials.types.d.ts.map +1 -0
- package/dist/sections/Testimonials/index.d.ts +7 -0
- package/dist/sections/Testimonials/index.d.ts.map +1 -0
- package/dist/sections/Timeline/Timeline.d.ts +8 -0
- package/dist/sections/Timeline/Timeline.d.ts.map +1 -0
- package/dist/sections/Timeline/Timeline.types.d.ts +98 -0
- package/dist/sections/Timeline/Timeline.types.d.ts.map +1 -0
- package/dist/sections/Timeline/index.d.ts +3 -0
- package/dist/sections/Timeline/index.d.ts.map +1 -0
- package/dist/sections/index.d.ts +31 -0
- package/dist/sections/index.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/dist/templates/app/AgentEditor/AgentEditor.d.ts +25 -0
- package/dist/templates/app/AgentEditor/AgentEditor.d.ts.map +1 -0
- package/dist/templates/app/AgentEditor/AgentEditor.types.d.ts +180 -0
- package/dist/templates/app/AgentEditor/AgentEditor.types.d.ts.map +1 -0
- package/dist/templates/app/AgentEditor/MultiAgentPanel.d.ts +9 -0
- package/dist/templates/app/AgentEditor/MultiAgentPanel.d.ts.map +1 -0
- package/dist/templates/app/AgentEditor/index.d.ts +3 -0
- package/dist/templates/app/AgentEditor/index.d.ts.map +1 -0
- package/dist/templates/app/AgentWorkspace/AgentWorkspace.d.ts +5 -0
- package/dist/templates/app/AgentWorkspace/AgentWorkspace.d.ts.map +1 -0
- package/dist/templates/app/AgentWorkspace/AgentWorkspace.types.d.ts +280 -0
- package/dist/templates/app/AgentWorkspace/AgentWorkspace.types.d.ts.map +1 -0
- package/dist/templates/app/AgentWorkspace/index.d.ts +8 -0
- package/dist/templates/app/AgentWorkspace/index.d.ts.map +1 -0
- package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.d.ts +4 -0
- package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.d.ts.map +1 -0
- package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.types.d.ts +69 -0
- package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.types.d.ts.map +1 -0
- package/dist/templates/app/ChatPageTemplate/index.d.ts +19 -0
- package/dist/templates/app/ChatPageTemplate/index.d.ts.map +1 -0
- package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts +23 -0
- package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts.map +1 -0
- package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts +54 -0
- package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts.map +1 -0
- package/dist/templates/app/DashboardTemplate/index.d.ts +3 -0
- package/dist/templates/app/DashboardTemplate/index.d.ts.map +1 -0
- package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts +20 -0
- package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts.map +1 -0
- package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts +40 -0
- package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts.map +1 -0
- package/dist/templates/app/KanbanPageTemplate/index.d.ts +3 -0
- package/dist/templates/app/KanbanPageTemplate/index.d.ts.map +1 -0
- package/dist/templates/app/LoginTemplate/LoginTemplate.d.ts +5 -0
- package/dist/templates/app/LoginTemplate/LoginTemplate.d.ts.map +1 -0
- package/dist/templates/app/LoginTemplate/LoginTemplate.types.d.ts +207 -0
- package/dist/templates/app/LoginTemplate/LoginTemplate.types.d.ts.map +1 -0
- package/dist/templates/app/LoginTemplate/index.d.ts +8 -0
- package/dist/templates/app/LoginTemplate/index.d.ts.map +1 -0
- package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts +25 -0
- package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts.map +1 -0
- package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts +83 -0
- package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts.map +1 -0
- package/dist/templates/app/ProfilePageTemplate/index.d.ts +3 -0
- package/dist/templates/app/ProfilePageTemplate/index.d.ts.map +1 -0
- package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts +22 -0
- package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts.map +1 -0
- package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts +67 -0
- package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts.map +1 -0
- package/dist/templates/app/SettingsTemplate/index.d.ts +3 -0
- package/dist/templates/app/SettingsTemplate/index.d.ts.map +1 -0
- package/dist/templates/app/index.d.ts +22 -0
- package/dist/templates/app/index.d.ts.map +1 -0
- package/dist/templates/index.d.ts +18 -0
- package/dist/templates/index.d.ts.map +1 -0
- package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts +20 -0
- package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts.map +1 -0
- package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts +67 -0
- package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts.map +1 -0
- package/dist/templates/marketing/AboutPageTemplate/index.d.ts +3 -0
- package/dist/templates/marketing/AboutPageTemplate/index.d.ts.map +1 -0
- package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts +19 -0
- package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts.map +1 -0
- package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts +56 -0
- package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts.map +1 -0
- package/dist/templates/marketing/ContactPageTemplate/index.d.ts +3 -0
- package/dist/templates/marketing/ContactPageTemplate/index.d.ts.map +1 -0
- package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts +20 -0
- package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts.map +1 -0
- package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts +89 -0
- package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts.map +1 -0
- package/dist/templates/marketing/LandingPageTemplate/index.d.ts +3 -0
- package/dist/templates/marketing/LandingPageTemplate/index.d.ts.map +1 -0
- package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts +19 -0
- package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts.map +1 -0
- package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts +63 -0
- package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts.map +1 -0
- package/dist/templates/marketing/PricingPageTemplate/index.d.ts +3 -0
- package/dist/templates/marketing/PricingPageTemplate/index.d.ts.map +1 -0
- package/dist/templates/marketing/index.d.ts +14 -0
- package/dist/templates/marketing/index.d.ts.map +1 -0
- package/package.json +94 -0
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Grid column count for team members
|
|
5
|
+
*/
|
|
6
|
+
export type TeamColumns = 2 | 3 | 4;
|
|
7
|
+
/**
|
|
8
|
+
* Team card visual variant
|
|
9
|
+
*/
|
|
10
|
+
export type TeamVariant = "default" | "cards" | "compact";
|
|
11
|
+
/**
|
|
12
|
+
* Social link for team member
|
|
13
|
+
*/
|
|
14
|
+
export interface TeamSocialLink {
|
|
15
|
+
/**
|
|
16
|
+
* Platform name (e.g., "twitter", "linkedin", "github")
|
|
17
|
+
*/
|
|
18
|
+
platform: string;
|
|
19
|
+
/**
|
|
20
|
+
* URL to the social profile
|
|
21
|
+
*/
|
|
22
|
+
href: string;
|
|
23
|
+
/**
|
|
24
|
+
* Icon element for the social link
|
|
25
|
+
*/
|
|
26
|
+
icon?: ReactNode;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Team member data structure
|
|
30
|
+
*/
|
|
31
|
+
export interface TeamMember {
|
|
32
|
+
/**
|
|
33
|
+
* Member's name
|
|
34
|
+
*/
|
|
35
|
+
name: string;
|
|
36
|
+
/**
|
|
37
|
+
* Member's role or title
|
|
38
|
+
*/
|
|
39
|
+
role: string;
|
|
40
|
+
/**
|
|
41
|
+
* Optional bio or description
|
|
42
|
+
*/
|
|
43
|
+
bio?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Avatar image URL
|
|
46
|
+
*/
|
|
47
|
+
avatarSrc?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Avatar initials (fallback if no image)
|
|
50
|
+
*/
|
|
51
|
+
avatarInitials?: string;
|
|
52
|
+
/**
|
|
53
|
+
* @deprecated Use avatarSrc instead. Legacy support for ReactNode avatar.
|
|
54
|
+
*/
|
|
55
|
+
avatar?: ReactNode;
|
|
56
|
+
/**
|
|
57
|
+
* Social media links
|
|
58
|
+
*/
|
|
59
|
+
socialLinks?: TeamSocialLink[];
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Team member card props (internal component)
|
|
63
|
+
*/
|
|
64
|
+
export interface TeamMemberCardProps extends HTMLAttributes<HTMLDivElement> {
|
|
65
|
+
/**
|
|
66
|
+
* Team member data
|
|
67
|
+
*/
|
|
68
|
+
member: TeamMember;
|
|
69
|
+
/**
|
|
70
|
+
* Visual variant
|
|
71
|
+
* @default 'default'
|
|
72
|
+
*/
|
|
73
|
+
variant?: TeamVariant;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Team section props
|
|
77
|
+
*
|
|
78
|
+
* @example
|
|
79
|
+
* ```tsx
|
|
80
|
+
* <Team
|
|
81
|
+
* title="Meet our team"
|
|
82
|
+
* description="The people behind the product"
|
|
83
|
+
* members={[
|
|
84
|
+
* {
|
|
85
|
+
* name: "Jane Doe",
|
|
86
|
+
* role: "CEO & Founder",
|
|
87
|
+
* bio: "Building the future of design systems",
|
|
88
|
+
* avatar: <img src="/jane.jpg" alt="Jane" />,
|
|
89
|
+
* socialLinks: [
|
|
90
|
+
* { platform: "twitter", href: "#", icon: <Twitter /> }
|
|
91
|
+
* ]
|
|
92
|
+
* }
|
|
93
|
+
* ]}
|
|
94
|
+
* columns={4}
|
|
95
|
+
* />
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
export interface TeamProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
|
|
99
|
+
/**
|
|
100
|
+
* Optional eyebrow/badge above title
|
|
101
|
+
*/
|
|
102
|
+
eyebrow?: ReactNode;
|
|
103
|
+
/**
|
|
104
|
+
* Section title
|
|
105
|
+
*/
|
|
106
|
+
title?: ReactNode;
|
|
107
|
+
/**
|
|
108
|
+
* Section description
|
|
109
|
+
*/
|
|
110
|
+
description?: ReactNode;
|
|
111
|
+
/**
|
|
112
|
+
* Array of team members
|
|
113
|
+
*/
|
|
114
|
+
members: TeamMember[];
|
|
115
|
+
/**
|
|
116
|
+
* Number of grid columns
|
|
117
|
+
* @default 4
|
|
118
|
+
*/
|
|
119
|
+
columns?: TeamColumns;
|
|
120
|
+
/**
|
|
121
|
+
* Visual variant
|
|
122
|
+
* - default: Simple grid with avatars
|
|
123
|
+
* - cards: Card-based layout with borders
|
|
124
|
+
* - compact: Smaller avatars, minimal info
|
|
125
|
+
* @default 'default'
|
|
126
|
+
*/
|
|
127
|
+
variant?: TeamVariant;
|
|
128
|
+
/**
|
|
129
|
+
* Background style
|
|
130
|
+
* @default 'base'
|
|
131
|
+
*/
|
|
132
|
+
background?: "base" | "subtle" | "none";
|
|
133
|
+
/**
|
|
134
|
+
* Center the header and members
|
|
135
|
+
* @default true
|
|
136
|
+
*/
|
|
137
|
+
centered?: boolean;
|
|
138
|
+
}
|
|
139
|
+
//# sourceMappingURL=Team.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Team.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Team/Team.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAEpC;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;AAE1D;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB;;OAEG;IACH,WAAW,CAAC,EAAE,cAAc,EAAE,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACzE;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC3E;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,OAAO,EAAE,UAAU,EAAE,CAAC;IAEtB;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IAEtB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TeamMemberCardProps } from './Team.types';
|
|
2
|
+
|
|
3
|
+
export declare const TeamMemberCard: {
|
|
4
|
+
({ member, variant, className, }: TeamMemberCardProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=TeamMemberCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TeamMemberCard.d.ts","sourceRoot":"","sources":["../../../src/sections/Team/TeamMemberCard.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAIxD,eAAO,MAAM,cAAc;sCAIxB,mBAAmB;;CA8ErB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Team Component Exports
|
|
3
|
+
*/
|
|
4
|
+
export { Team } from './Team';
|
|
5
|
+
export { TeamMemberCard } from './TeamMemberCard';
|
|
6
|
+
export type { TeamProps, TeamMember, TeamSocialLink, TeamMemberCardProps, TeamColumns, TeamVariant, } from './Team.types';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Team/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EACV,SAAS,EACT,UAAU,EACV,cAAc,EACd,mBAAmB,EACnB,WAAW,EACX,WAAW,GACZ,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TestimonialCardProps } from './Testimonials.types';
|
|
2
|
+
|
|
3
|
+
export declare const TestimonialCard: {
|
|
4
|
+
({ testimonial, variant, className, }: TestimonialCardProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=TestimonialCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TestimonialCard.d.ts","sourceRoot":"","sources":["../../../src/sections/Testimonials/TestimonialCard.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAKjE,eAAO,MAAM,eAAe;2CAIzB,oBAAoB;;CA2DtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Testimonials.d.ts","sourceRoot":"","sources":["../../../src/sections/Testimonials/Testimonials.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAM9D,eAAO,MAAM,YAAY,2GA0DxB,CAAC"}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Grid column count for testimonial cards
|
|
5
|
+
*/
|
|
6
|
+
export type TestimonialsColumns = 1 | 2 | 3;
|
|
7
|
+
/**
|
|
8
|
+
* Testimonial variant styles
|
|
9
|
+
*/
|
|
10
|
+
export type TestimonialsVariant = "default" | "cards" | "minimal";
|
|
11
|
+
/**
|
|
12
|
+
* Author information for a testimonial
|
|
13
|
+
*/
|
|
14
|
+
export interface TestimonialAuthor {
|
|
15
|
+
/**
|
|
16
|
+
* Author's name
|
|
17
|
+
*/
|
|
18
|
+
name: string;
|
|
19
|
+
/**
|
|
20
|
+
* Author's role or title
|
|
21
|
+
*/
|
|
22
|
+
role?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Author's company or organization
|
|
25
|
+
*/
|
|
26
|
+
company?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Avatar element (img or custom component)
|
|
29
|
+
*/
|
|
30
|
+
avatar?: ReactNode;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Testimonial data structure
|
|
34
|
+
*/
|
|
35
|
+
export interface Testimonial {
|
|
36
|
+
/**
|
|
37
|
+
* The testimonial quote text
|
|
38
|
+
*/
|
|
39
|
+
quote: string;
|
|
40
|
+
/**
|
|
41
|
+
* Author information
|
|
42
|
+
*/
|
|
43
|
+
author: TestimonialAuthor;
|
|
44
|
+
/**
|
|
45
|
+
* Star rating (1-5)
|
|
46
|
+
*/
|
|
47
|
+
rating?: number;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Testimonial card props (internal component)
|
|
51
|
+
*/
|
|
52
|
+
export interface TestimonialCardProps extends HTMLAttributes<HTMLDivElement> {
|
|
53
|
+
/**
|
|
54
|
+
* Testimonial data
|
|
55
|
+
*/
|
|
56
|
+
testimonial: Testimonial;
|
|
57
|
+
/**
|
|
58
|
+
* Visual variant
|
|
59
|
+
* @default 'default'
|
|
60
|
+
*/
|
|
61
|
+
variant?: TestimonialsVariant;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Testimonials section props
|
|
65
|
+
*
|
|
66
|
+
* @example
|
|
67
|
+
* ```tsx
|
|
68
|
+
* <Testimonials
|
|
69
|
+
* title="What our customers say"
|
|
70
|
+
* testimonials={[
|
|
71
|
+
* {
|
|
72
|
+
* quote: "This product changed everything for us.",
|
|
73
|
+
* author: {
|
|
74
|
+
* name: "Jane Doe",
|
|
75
|
+
* role: "CEO",
|
|
76
|
+
* company: "Acme Corp",
|
|
77
|
+
* avatar: <img src="/avatar.jpg" alt="Jane" />
|
|
78
|
+
* },
|
|
79
|
+
* rating: 5
|
|
80
|
+
* }
|
|
81
|
+
* ]}
|
|
82
|
+
* />
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
export interface TestimonialsProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
|
|
86
|
+
/**
|
|
87
|
+
* Optional eyebrow/badge above title
|
|
88
|
+
*/
|
|
89
|
+
eyebrow?: ReactNode;
|
|
90
|
+
/**
|
|
91
|
+
* Section title
|
|
92
|
+
*/
|
|
93
|
+
title?: ReactNode;
|
|
94
|
+
/**
|
|
95
|
+
* Section description
|
|
96
|
+
*/
|
|
97
|
+
description?: ReactNode;
|
|
98
|
+
/**
|
|
99
|
+
* Array of testimonials
|
|
100
|
+
*/
|
|
101
|
+
testimonials: Testimonial[];
|
|
102
|
+
/**
|
|
103
|
+
* Number of grid columns
|
|
104
|
+
* @default 3
|
|
105
|
+
*/
|
|
106
|
+
columns?: TestimonialsColumns;
|
|
107
|
+
/**
|
|
108
|
+
* Visual variant
|
|
109
|
+
* - default: Full cards with borders
|
|
110
|
+
* - cards: Elevated cards with shadows
|
|
111
|
+
* - minimal: Simple quotes without cards
|
|
112
|
+
* @default 'default'
|
|
113
|
+
*/
|
|
114
|
+
variant?: TestimonialsVariant;
|
|
115
|
+
/**
|
|
116
|
+
* Background style
|
|
117
|
+
* @default 'base'
|
|
118
|
+
*/
|
|
119
|
+
background?: "base" | "subtle" | "none";
|
|
120
|
+
/**
|
|
121
|
+
* Center the header text
|
|
122
|
+
* @default true
|
|
123
|
+
*/
|
|
124
|
+
centered?: boolean;
|
|
125
|
+
}
|
|
126
|
+
//# sourceMappingURL=Testimonials.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Testimonials.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Testimonials/Testimonials.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAE5C;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;AAElE;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,iBAAiB,CAAC;IAE1B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC1E;;OAEG;IACH,WAAW,EAAE,WAAW,CAAC;IAEzB;;;OAGG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;CAC/B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAC7C,cAAc,CAAC,WAAW,CAAC,EAC3B,OAAO,CACR;IACC;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,YAAY,EAAE,WAAW,EAAE,CAAC;IAE5B;;;OAGG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAE9B;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAE9B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Testimonials Component Exports
|
|
3
|
+
*/
|
|
4
|
+
export { Testimonials } from './Testimonials';
|
|
5
|
+
export { TestimonialCard } from './TestimonialCard';
|
|
6
|
+
export type { TestimonialsProps, Testimonial, TestimonialAuthor, TestimonialCardProps, TestimonialsColumns, TestimonialsVariant, } from './Testimonials.types';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Testimonials/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EACV,iBAAiB,EACjB,WAAW,EACX,iBAAiB,EACjB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,GACpB,MAAM,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["../../../src/sections/Timeline/Timeline.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,aAAa,EAAiB,MAAM,kBAAkB,CAAC;AAiCrE;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAwE5C,CAAC"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Timeline event item
|
|
5
|
+
*/
|
|
6
|
+
export interface TimelineEvent {
|
|
7
|
+
/**
|
|
8
|
+
* Event unique identifier
|
|
9
|
+
*/
|
|
10
|
+
id: string | number;
|
|
11
|
+
/**
|
|
12
|
+
* Event date or period
|
|
13
|
+
*/
|
|
14
|
+
date: string;
|
|
15
|
+
/**
|
|
16
|
+
* Event title
|
|
17
|
+
*/
|
|
18
|
+
title: string;
|
|
19
|
+
/**
|
|
20
|
+
* Event description
|
|
21
|
+
*/
|
|
22
|
+
description?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Optional icon element
|
|
25
|
+
*/
|
|
26
|
+
icon?: ReactNode;
|
|
27
|
+
/**
|
|
28
|
+
* Event status/type
|
|
29
|
+
*/
|
|
30
|
+
status?: "completed" | "current" | "upcoming" | "default";
|
|
31
|
+
/**
|
|
32
|
+
* Additional content
|
|
33
|
+
*/
|
|
34
|
+
content?: ReactNode;
|
|
35
|
+
/**
|
|
36
|
+
* Link URL
|
|
37
|
+
*/
|
|
38
|
+
href?: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Timeline section props
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* ```tsx
|
|
45
|
+
* <Timeline
|
|
46
|
+
* title="Our Journey"
|
|
47
|
+
* events={[
|
|
48
|
+
* { id: 1, date: "2020", title: "Founded", status: "completed" },
|
|
49
|
+
* { id: 2, date: "2022", title: "Series A", status: "completed" },
|
|
50
|
+
* { id: 3, date: "2024", title: "Global Launch", status: "current" },
|
|
51
|
+
* ]}
|
|
52
|
+
* />
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
export interface TimelineProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
|
|
56
|
+
/**
|
|
57
|
+
* Optional eyebrow text
|
|
58
|
+
*/
|
|
59
|
+
eyebrow?: ReactNode;
|
|
60
|
+
/**
|
|
61
|
+
* Section title
|
|
62
|
+
*/
|
|
63
|
+
title?: ReactNode;
|
|
64
|
+
/**
|
|
65
|
+
* Section description
|
|
66
|
+
*/
|
|
67
|
+
description?: ReactNode;
|
|
68
|
+
/**
|
|
69
|
+
* Array of timeline events
|
|
70
|
+
*/
|
|
71
|
+
events: TimelineEvent[];
|
|
72
|
+
/**
|
|
73
|
+
* Timeline orientation
|
|
74
|
+
* @default 'vertical'
|
|
75
|
+
*/
|
|
76
|
+
orientation?: "vertical" | "horizontal";
|
|
77
|
+
/**
|
|
78
|
+
* Alternate items left/right (vertical only)
|
|
79
|
+
* @default false
|
|
80
|
+
*/
|
|
81
|
+
alternating?: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* Show connector line
|
|
84
|
+
* @default true
|
|
85
|
+
*/
|
|
86
|
+
showConnector?: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* Background style
|
|
89
|
+
* @default 'base'
|
|
90
|
+
*/
|
|
91
|
+
background?: "base" | "subtle" | "none";
|
|
92
|
+
/**
|
|
93
|
+
* Compact mode (smaller spacing)
|
|
94
|
+
* @default false
|
|
95
|
+
*/
|
|
96
|
+
compact?: boolean;
|
|
97
|
+
}
|
|
98
|
+
//# sourceMappingURL=Timeline.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Timeline.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Timeline/Timeline.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IAEpB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;IAE1D;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,aAAc,SAAQ,IAAI,CACzC,cAAc,CAAC,WAAW,CAAC,EAC3B,OAAO,CACR;IACC;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,MAAM,EAAE,aAAa,EAAE,CAAC;IAExB;;;OAGG;IACH,WAAW,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;IAExC;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Timeline/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Orion Blocks - Sections
|
|
3
|
+
*
|
|
4
|
+
* Pre-built page sections for marketing, SaaS, and app interfaces
|
|
5
|
+
*/
|
|
6
|
+
export * from './Hero';
|
|
7
|
+
export * from './Features';
|
|
8
|
+
export * from './CTA';
|
|
9
|
+
export * from './Footer';
|
|
10
|
+
export * from './Pricing';
|
|
11
|
+
export * from './Testimonials';
|
|
12
|
+
export * from './Stats';
|
|
13
|
+
export * from './FAQ';
|
|
14
|
+
export * from './CarouselSection';
|
|
15
|
+
export * from './Team';
|
|
16
|
+
export * from './Contact';
|
|
17
|
+
export * from './Newsletter';
|
|
18
|
+
export * from './LogoCloud';
|
|
19
|
+
export * from './Blog';
|
|
20
|
+
export * from './Gallery';
|
|
21
|
+
export * from './Timeline';
|
|
22
|
+
export * from './Comparison';
|
|
23
|
+
export * from './SocialProof';
|
|
24
|
+
export * from './AppDownload';
|
|
25
|
+
export * from './AgentFolder';
|
|
26
|
+
export * from './Chat';
|
|
27
|
+
export * from './SettingsLayout';
|
|
28
|
+
export * from './Stepper';
|
|
29
|
+
export * from './Breadcrumbs';
|
|
30
|
+
export * from './EmptyState';
|
|
31
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sections/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAG9B,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC"}
|