@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,207 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Social login provider configuration
|
|
5
|
+
*/
|
|
6
|
+
export interface SocialProvider {
|
|
7
|
+
/**
|
|
8
|
+
* Provider name (displayed on button)
|
|
9
|
+
*/
|
|
10
|
+
name: string;
|
|
11
|
+
/**
|
|
12
|
+
* Provider icon
|
|
13
|
+
*/
|
|
14
|
+
icon: ReactNode;
|
|
15
|
+
/**
|
|
16
|
+
* Click handler
|
|
17
|
+
*/
|
|
18
|
+
onClick?: () => void;
|
|
19
|
+
/**
|
|
20
|
+
* Optional href for link-based auth
|
|
21
|
+
*/
|
|
22
|
+
href?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Editorial content for the right panel
|
|
26
|
+
*/
|
|
27
|
+
export interface LoginEditorial {
|
|
28
|
+
/**
|
|
29
|
+
* Main headline
|
|
30
|
+
*/
|
|
31
|
+
headline?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Supporting description
|
|
34
|
+
*/
|
|
35
|
+
description?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Testimonial quote
|
|
38
|
+
*/
|
|
39
|
+
quote?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Quote author name
|
|
42
|
+
*/
|
|
43
|
+
author?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Author role/company
|
|
46
|
+
*/
|
|
47
|
+
authorRole?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Author avatar
|
|
50
|
+
*/
|
|
51
|
+
authorAvatar?: ReactNode;
|
|
52
|
+
/**
|
|
53
|
+
* Background image URL (optional)
|
|
54
|
+
*/
|
|
55
|
+
backgroundImage?: string;
|
|
56
|
+
/**
|
|
57
|
+
* Custom content (overrides all above)
|
|
58
|
+
*/
|
|
59
|
+
children?: ReactNode;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Form field configuration
|
|
63
|
+
*/
|
|
64
|
+
export interface LoginFormConfig {
|
|
65
|
+
/**
|
|
66
|
+
* Email field label
|
|
67
|
+
* @default 'Email'
|
|
68
|
+
*/
|
|
69
|
+
emailLabel?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Email placeholder
|
|
72
|
+
* @default 'you@example.com'
|
|
73
|
+
*/
|
|
74
|
+
emailPlaceholder?: string;
|
|
75
|
+
/**
|
|
76
|
+
* Password field label
|
|
77
|
+
* @default 'Password'
|
|
78
|
+
*/
|
|
79
|
+
passwordLabel?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Password placeholder
|
|
82
|
+
* @default 'Enter your password'
|
|
83
|
+
*/
|
|
84
|
+
passwordPlaceholder?: string;
|
|
85
|
+
/**
|
|
86
|
+
* Submit button text
|
|
87
|
+
* @default 'Sign in'
|
|
88
|
+
*/
|
|
89
|
+
submitLabel?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Show "Remember me" checkbox
|
|
92
|
+
* @default true
|
|
93
|
+
*/
|
|
94
|
+
showRememberMe?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* "Remember me" label
|
|
97
|
+
* @default 'Remember me'
|
|
98
|
+
*/
|
|
99
|
+
rememberMeLabel?: string;
|
|
100
|
+
/**
|
|
101
|
+
* Show "Forgot password" link
|
|
102
|
+
* @default true
|
|
103
|
+
*/
|
|
104
|
+
showForgotPassword?: boolean;
|
|
105
|
+
/**
|
|
106
|
+
* Forgot password link text
|
|
107
|
+
* @default 'Forgot password?'
|
|
108
|
+
*/
|
|
109
|
+
forgotPasswordLabel?: string;
|
|
110
|
+
/**
|
|
111
|
+
* Forgot password URL
|
|
112
|
+
* @default '/forgot-password'
|
|
113
|
+
*/
|
|
114
|
+
forgotPasswordHref?: string;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* LoginTemplate props
|
|
118
|
+
*
|
|
119
|
+
* @example
|
|
120
|
+
* ```tsx
|
|
121
|
+
* <LoginTemplate
|
|
122
|
+
* logo={<Logo />}
|
|
123
|
+
* title="Welcome back"
|
|
124
|
+
* subtitle="Sign in to your account"
|
|
125
|
+
* onSubmit={handleLogin}
|
|
126
|
+
* socialProviders={[
|
|
127
|
+
* { name: 'Google', icon: <GoogleIcon />, onClick: handleGoogleAuth }
|
|
128
|
+
* ]}
|
|
129
|
+
* />
|
|
130
|
+
* ```
|
|
131
|
+
*/
|
|
132
|
+
export interface LoginTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, "title" | "onSubmit"> {
|
|
133
|
+
/**
|
|
134
|
+
* Logo element (displayed at top of form)
|
|
135
|
+
*/
|
|
136
|
+
logo?: ReactNode;
|
|
137
|
+
/**
|
|
138
|
+
* Main heading
|
|
139
|
+
* @default 'Welcome back'
|
|
140
|
+
*/
|
|
141
|
+
title?: string;
|
|
142
|
+
/**
|
|
143
|
+
* Subtitle/description
|
|
144
|
+
* @default 'Sign in to your account'
|
|
145
|
+
*/
|
|
146
|
+
subtitle?: string;
|
|
147
|
+
/**
|
|
148
|
+
* Form configuration
|
|
149
|
+
*/
|
|
150
|
+
formConfig?: LoginFormConfig;
|
|
151
|
+
/**
|
|
152
|
+
* Social login providers
|
|
153
|
+
*/
|
|
154
|
+
socialProviders?: SocialProvider[];
|
|
155
|
+
/**
|
|
156
|
+
* Social login section label
|
|
157
|
+
* @default 'Or continue with'
|
|
158
|
+
*/
|
|
159
|
+
socialLabel?: string;
|
|
160
|
+
/**
|
|
161
|
+
* Show sign up link
|
|
162
|
+
* @default true
|
|
163
|
+
*/
|
|
164
|
+
showSignUp?: boolean;
|
|
165
|
+
/**
|
|
166
|
+
* Sign up prompt text
|
|
167
|
+
* @default "Don't have an account?"
|
|
168
|
+
*/
|
|
169
|
+
signUpPrompt?: string;
|
|
170
|
+
/**
|
|
171
|
+
* Sign up link text
|
|
172
|
+
* @default 'Sign up'
|
|
173
|
+
*/
|
|
174
|
+
signUpLabel?: string;
|
|
175
|
+
/**
|
|
176
|
+
* Sign up URL
|
|
177
|
+
* @default '/signup'
|
|
178
|
+
*/
|
|
179
|
+
signUpHref?: string;
|
|
180
|
+
/**
|
|
181
|
+
* Editorial content for right panel
|
|
182
|
+
* If not provided, right panel is hidden on all screen sizes
|
|
183
|
+
*/
|
|
184
|
+
editorial?: LoginEditorial;
|
|
185
|
+
/**
|
|
186
|
+
* Form submit handler
|
|
187
|
+
*/
|
|
188
|
+
onSubmit?: (data: {
|
|
189
|
+
email: string;
|
|
190
|
+
password: string;
|
|
191
|
+
rememberMe: boolean;
|
|
192
|
+
}) => void;
|
|
193
|
+
/**
|
|
194
|
+
* Loading state (disables form)
|
|
195
|
+
* @default false
|
|
196
|
+
*/
|
|
197
|
+
isLoading?: boolean;
|
|
198
|
+
/**
|
|
199
|
+
* Error message to display
|
|
200
|
+
*/
|
|
201
|
+
error?: string;
|
|
202
|
+
/**
|
|
203
|
+
* Footer content (e.g., terms, privacy links)
|
|
204
|
+
*/
|
|
205
|
+
footer?: ReactNode;
|
|
206
|
+
}
|
|
207
|
+
//# sourceMappingURL=LoginTemplate.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoginTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/LoginTemplate/LoginTemplate.types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAC9C,cAAc,CAAC,cAAc,CAAC,EAC9B,OAAO,GAAG,UAAU,CACrB;IACC;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,eAAe,CAAC;IAE7B;;OAEG;IACH,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IAEnC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,cAAc,CAAC;IAE3B;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE;QAChB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,UAAU,EAAE,OAAO,CAAC;KACrB,KAAK,IAAI,CAAC;IAEX;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LoginTemplate
|
|
3
|
+
*
|
|
4
|
+
* A split-layout login page template inspired by Supabase.
|
|
5
|
+
*/
|
|
6
|
+
export { LoginTemplate } from './LoginTemplate';
|
|
7
|
+
export type { LoginTemplateProps, LoginFormConfig, LoginEditorial, SocialProvider, } from './LoginTemplate.types';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/LoginTemplate/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,YAAY,EACV,kBAAkB,EAClB,eAAe,EACf,cAAc,EACd,cAAc,GACf,MAAM,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ProfilePageTemplateProps } from './ProfilePageTemplate.types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* ProfilePageTemplate - Full profile page composition
|
|
5
|
+
*
|
|
6
|
+
* Combines Sidebar, PageHeader, Profile card, content sections, and ActivityFeed.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```tsx
|
|
10
|
+
* <ProfilePageTemplate
|
|
11
|
+
* sidebar={{ sections: navSections }}
|
|
12
|
+
* profile={{
|
|
13
|
+
* name: 'John Doe',
|
|
14
|
+
* role: 'Software Engineer',
|
|
15
|
+
* avatar: <img src="..." alt="" />
|
|
16
|
+
* }}
|
|
17
|
+
* activityFeed={{ activities: userActivity }}
|
|
18
|
+
* >
|
|
19
|
+
* <ProfileSections />
|
|
20
|
+
* </ProfilePageTemplate>
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare const ProfilePageTemplate: import('react').ForwardRefExoticComponent<ProfilePageTemplateProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
24
|
+
export default ProfilePageTemplate;
|
|
25
|
+
//# sourceMappingURL=ProfilePageTemplate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfilePageTemplate.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/ProfilePageTemplate/ProfilePageTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAU5E;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,mBAAmB,qHAqF/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
import { SidebarProps, PageHeaderProps, DetailPanelProps, ActivityFeedProps } from '@orion-ds/react';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Profile header content
|
|
6
|
+
*/
|
|
7
|
+
export interface ProfileHeader {
|
|
8
|
+
/**
|
|
9
|
+
* User avatar
|
|
10
|
+
*/
|
|
11
|
+
avatar?: ReactNode;
|
|
12
|
+
/**
|
|
13
|
+
* User name
|
|
14
|
+
*/
|
|
15
|
+
name: string;
|
|
16
|
+
/**
|
|
17
|
+
* User role/title
|
|
18
|
+
*/
|
|
19
|
+
role?: string;
|
|
20
|
+
/**
|
|
21
|
+
* User email
|
|
22
|
+
*/
|
|
23
|
+
email?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Additional metadata items
|
|
26
|
+
*/
|
|
27
|
+
metadata?: Array<{
|
|
28
|
+
icon?: ReactNode;
|
|
29
|
+
label: string;
|
|
30
|
+
value: string;
|
|
31
|
+
}>;
|
|
32
|
+
/**
|
|
33
|
+
* Profile actions (buttons)
|
|
34
|
+
*/
|
|
35
|
+
actions?: ReactNode;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* ProfilePageTemplate props
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* ```tsx
|
|
42
|
+
* <ProfilePageTemplate
|
|
43
|
+
* pageHeader={{ title: 'User Profile' }}
|
|
44
|
+
* profile={{
|
|
45
|
+
* name: 'John Doe',
|
|
46
|
+
* role: 'Software Engineer',
|
|
47
|
+
* avatar: <Avatar src="..." />
|
|
48
|
+
* }}
|
|
49
|
+
* />
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
export interface ProfilePageTemplateProps extends HTMLAttributes<HTMLDivElement> {
|
|
53
|
+
/**
|
|
54
|
+
* Sidebar configuration (optional)
|
|
55
|
+
*/
|
|
56
|
+
sidebar?: SidebarProps;
|
|
57
|
+
/**
|
|
58
|
+
* Page header configuration
|
|
59
|
+
*/
|
|
60
|
+
pageHeader?: PageHeaderProps;
|
|
61
|
+
/**
|
|
62
|
+
* Profile header information
|
|
63
|
+
*/
|
|
64
|
+
profile: ProfileHeader;
|
|
65
|
+
/**
|
|
66
|
+
* Profile detail sections (rendered in main content)
|
|
67
|
+
*/
|
|
68
|
+
children?: ReactNode;
|
|
69
|
+
/**
|
|
70
|
+
* Activity feed showing user activity
|
|
71
|
+
*/
|
|
72
|
+
activityFeed?: ActivityFeedProps;
|
|
73
|
+
/**
|
|
74
|
+
* Detail panel for editing profile
|
|
75
|
+
*/
|
|
76
|
+
detailPanel?: DetailPanelProps;
|
|
77
|
+
/**
|
|
78
|
+
* Show activity feed in sidebar
|
|
79
|
+
* @default true
|
|
80
|
+
*/
|
|
81
|
+
showActivity?: boolean;
|
|
82
|
+
}
|
|
83
|
+
//# sourceMappingURL=ProfilePageTemplate.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfilePageTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC;QACf,IAAI,CAAC,EAAE,SAAS,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;KACf,CAAC,CAAC;IAEH;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,wBAAyB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC9E;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IAEvB;;OAEG;IACH,UAAU,CAAC,EAAE,eAAe,CAAC;IAE7B;;OAEG;IACH,OAAO,EAAE,aAAa,CAAC;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;OAEG;IACH,YAAY,CAAC,EAAE,iBAAiB,CAAC;IAEjC;;OAEG;IACH,WAAW,CAAC,EAAE,gBAAgB,CAAC;IAE/B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/ProfilePageTemplate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACrE,YAAY,EACV,wBAAwB,EACxB,aAAa,GACd,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { SettingsTemplateProps } from './SettingsTemplate.types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* SettingsTemplate - Full settings page composition
|
|
5
|
+
*
|
|
6
|
+
* Uses SettingsLayout with navigation sidebar and content sections.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```tsx
|
|
10
|
+
* <SettingsTemplate
|
|
11
|
+
* title="Settings"
|
|
12
|
+
* navigation={navGroups}
|
|
13
|
+
* sections={[
|
|
14
|
+
* { id: 'profile', content: <ProfileSettings /> },
|
|
15
|
+
* { id: 'security', content: <SecuritySettings /> },
|
|
16
|
+
* ]}
|
|
17
|
+
* />
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare const SettingsTemplate: import('react').ForwardRefExoticComponent<SettingsTemplateProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
21
|
+
export default SettingsTemplate;
|
|
22
|
+
//# sourceMappingURL=SettingsTemplate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsTemplate.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/SettingsTemplate/SettingsTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAOtE;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,gBAAgB,kHA4D5B,CAAC;AAIF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
import { SettingsLayoutProps } from '../../../sections/SettingsLayout';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Settings section content
|
|
6
|
+
*/
|
|
7
|
+
export interface SettingsSection {
|
|
8
|
+
/**
|
|
9
|
+
* Section ID (must match navigation item ID)
|
|
10
|
+
*/
|
|
11
|
+
id: string;
|
|
12
|
+
/**
|
|
13
|
+
* Section content
|
|
14
|
+
*/
|
|
15
|
+
content: ReactNode;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* SettingsTemplate props
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* ```tsx
|
|
22
|
+
* <SettingsTemplate
|
|
23
|
+
* title="Settings"
|
|
24
|
+
* navigation={[...]}
|
|
25
|
+
* sections={[
|
|
26
|
+
* { id: 'profile', content: <ProfileForm /> },
|
|
27
|
+
* { id: 'security', content: <SecurityForm /> },
|
|
28
|
+
* ]}
|
|
29
|
+
* defaultSection="profile"
|
|
30
|
+
* />
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
export interface SettingsTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, "title"> {
|
|
34
|
+
/**
|
|
35
|
+
* Page title
|
|
36
|
+
*/
|
|
37
|
+
title?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Page description
|
|
40
|
+
*/
|
|
41
|
+
description?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Navigation groups (passed to SettingsLayout)
|
|
44
|
+
*/
|
|
45
|
+
navigation: SettingsLayoutProps["navigation"];
|
|
46
|
+
/**
|
|
47
|
+
* Section content mapped by ID
|
|
48
|
+
*/
|
|
49
|
+
sections: SettingsSection[];
|
|
50
|
+
/**
|
|
51
|
+
* Default/initial section ID
|
|
52
|
+
*/
|
|
53
|
+
defaultSection?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Controlled active section (for external state management)
|
|
56
|
+
*/
|
|
57
|
+
activeSection?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Callback when section changes
|
|
60
|
+
*/
|
|
61
|
+
onSectionChange?: (sectionId: string) => void;
|
|
62
|
+
/**
|
|
63
|
+
* Header actions (buttons in header area)
|
|
64
|
+
*/
|
|
65
|
+
headerActions?: ReactNode;
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=SettingsTemplate.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/SettingsTemplate/SettingsTemplate.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAE5E;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,OAAO,EAAE,SAAS,CAAC;CACpB;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CACjD,cAAc,CAAC,cAAc,CAAC,EAC9B,OAAO,CACR;IACC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,UAAU,EAAE,mBAAmB,CAAC,YAAY,CAAC,CAAC;IAE9C;;OAEG;IACH,QAAQ,EAAE,eAAe,EAAE,CAAC;IAE5B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,eAAe,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAE9C;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/SettingsTemplate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAC/D,YAAY,EACV,qBAAqB,EACrB,eAAe,GAChB,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* App Page Templates
|
|
3
|
+
*
|
|
4
|
+
* Ready-to-use templates for application dashboards and admin interfaces.
|
|
5
|
+
*/
|
|
6
|
+
export { DashboardTemplate } from './DashboardTemplate';
|
|
7
|
+
export type { DashboardTemplateProps, DashboardLayout, } from './DashboardTemplate';
|
|
8
|
+
export { SettingsTemplate } from './SettingsTemplate';
|
|
9
|
+
export type { SettingsTemplateProps, SettingsSection, } from './SettingsTemplate';
|
|
10
|
+
export { ProfilePageTemplate } from './ProfilePageTemplate';
|
|
11
|
+
export type { ProfilePageTemplateProps, ProfileHeader, } from './ProfilePageTemplate';
|
|
12
|
+
export { KanbanPageTemplate } from './KanbanPageTemplate';
|
|
13
|
+
export type { KanbanPageTemplateProps } from './KanbanPageTemplate';
|
|
14
|
+
export { LoginTemplate } from './LoginTemplate';
|
|
15
|
+
export type { LoginTemplateProps, LoginFormConfig, LoginEditorial, SocialProvider, } from './LoginTemplate';
|
|
16
|
+
export { ChatPageTemplate } from './ChatPageTemplate';
|
|
17
|
+
export type { ChatPageTemplateProps } from './ChatPageTemplate';
|
|
18
|
+
export { AgentWorkspace } from './AgentWorkspace';
|
|
19
|
+
export type { AgentWorkspaceProps, NavbarConfig, PageHeaderConfig, Workspace, DragEndEvent, } from './AgentWorkspace';
|
|
20
|
+
export { AgentEditor } from './AgentEditor';
|
|
21
|
+
export type { AgentEditorProps, AgentEditorTab } from './AgentEditor';
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/templates/app/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EACV,sBAAsB,EACtB,eAAe,GAChB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EACV,qBAAqB,EACrB,eAAe,GAChB,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EACV,wBAAwB,EACxB,aAAa,GACd,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,YAAY,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAEpE,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,YAAY,EACV,kBAAkB,EAClB,eAAe,EACf,cAAc,EACd,cAAc,GACf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EACV,mBAAmB,EACnB,YAAY,EACZ,gBAAgB,EAChB,SAAS,EACT,YAAY,GACb,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Orion Blocks - Templates
|
|
3
|
+
*
|
|
4
|
+
* Full-page templates and complex compositions combining sections and components
|
|
5
|
+
*/
|
|
6
|
+
export * from './app/AgentEditor';
|
|
7
|
+
export * from './app/AgentWorkspace';
|
|
8
|
+
export * from './app/ChatPageTemplate';
|
|
9
|
+
export * from './app/DashboardTemplate';
|
|
10
|
+
export * from './app/KanbanPageTemplate';
|
|
11
|
+
export * from './app/LoginTemplate';
|
|
12
|
+
export * from './app/ProfilePageTemplate';
|
|
13
|
+
export * from './app/SettingsTemplate';
|
|
14
|
+
export * from './marketing/LandingPageTemplate';
|
|
15
|
+
export * from './marketing/PricingPageTemplate';
|
|
16
|
+
export * from './marketing/AboutPageTemplate';
|
|
17
|
+
export * from './marketing/ContactPageTemplate';
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AAGvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { AboutPageTemplateProps } from './AboutPageTemplate.types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* AboutPageTemplate - Full about page composition
|
|
5
|
+
*
|
|
6
|
+
* Combines Hero, Stats, Timeline, Team, and Gallery into a complete about page.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```tsx
|
|
10
|
+
* <AboutPageTemplate
|
|
11
|
+
* hero={{ headline: 'Our Mission' }}
|
|
12
|
+
* stats={{ stats: companyStats }}
|
|
13
|
+
* timeline={{ events: companyHistory }}
|
|
14
|
+
* team={{ members: teamMembers }}
|
|
15
|
+
* />
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare const AboutPageTemplate: import('react').ForwardRefExoticComponent<AboutPageTemplateProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
19
|
+
export default AboutPageTemplate;
|
|
20
|
+
//# sourceMappingURL=AboutPageTemplate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AboutPageTemplate.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/AboutPageTemplate/AboutPageTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAcxE;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,iBAAiB,mHAsE7B,CAAC;AAIF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
import { NavbarProps } from '@orion-ds/react';
|
|
3
|
+
import { HeroProps } from '../../../sections/Hero';
|
|
4
|
+
import { CarouselSectionProps } from '../../../sections/CarouselSection';
|
|
5
|
+
import { StatsProps } from '../../../sections/Stats';
|
|
6
|
+
import { TimelineProps } from '../../../sections/Timeline';
|
|
7
|
+
import { TeamProps } from '../../../sections/Team';
|
|
8
|
+
import { CTAProps } from '../../../sections/CTA';
|
|
9
|
+
import { FooterProps } from '../../../sections/Footer';
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* AboutPageTemplate props
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ```tsx
|
|
16
|
+
* <AboutPageTemplate
|
|
17
|
+
* hero={{ headline: 'Our Story' }}
|
|
18
|
+
* stats={{ stats: [...] }}
|
|
19
|
+
* team={{ members: [...] }}
|
|
20
|
+
* />
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export interface AboutPageTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, "title"> {
|
|
24
|
+
/**
|
|
25
|
+
* Navbar configuration
|
|
26
|
+
*/
|
|
27
|
+
navbar?: NavbarProps & {
|
|
28
|
+
children?: ReactNode;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Hero section (required)
|
|
32
|
+
*/
|
|
33
|
+
hero: HeroProps;
|
|
34
|
+
/**
|
|
35
|
+
* Editorial carousel for company story/milestones
|
|
36
|
+
*/
|
|
37
|
+
storyCarousel?: Omit<CarouselSectionProps, "variant">;
|
|
38
|
+
/**
|
|
39
|
+
* Company stats/metrics
|
|
40
|
+
*/
|
|
41
|
+
stats?: StatsProps;
|
|
42
|
+
/**
|
|
43
|
+
* Company timeline/history
|
|
44
|
+
*/
|
|
45
|
+
timeline?: TimelineProps;
|
|
46
|
+
/**
|
|
47
|
+
* Gallery carousel for office/culture photos
|
|
48
|
+
*/
|
|
49
|
+
galleryCarousel?: Omit<CarouselSectionProps, "variant">;
|
|
50
|
+
/**
|
|
51
|
+
* Team members section
|
|
52
|
+
*/
|
|
53
|
+
team?: TeamProps;
|
|
54
|
+
/**
|
|
55
|
+
* Call-to-action section (e.g., careers, contact)
|
|
56
|
+
*/
|
|
57
|
+
cta?: CTAProps;
|
|
58
|
+
/**
|
|
59
|
+
* Footer section
|
|
60
|
+
*/
|
|
61
|
+
footer?: FooterProps;
|
|
62
|
+
/**
|
|
63
|
+
* Additional children rendered before footer
|
|
64
|
+
*/
|
|
65
|
+
children?: ReactNode;
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=AboutPageTemplate.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AboutPageTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,sBAAuB,SAAQ,IAAI,CAClD,cAAc,CAAC,cAAc,CAAC,EAC9B,OAAO,CACR;IACC;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,GAAG;QAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC;IAEhD;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAEhB;;OAEG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,SAAS,CAAC,CAAC;IAEtD;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IAEzB;;OAEG;IACH,eAAe,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,SAAS,CAAC,CAAC;IAExD;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;OAEG;IACH,GAAG,CAAC,EAAE,QAAQ,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/AboutPageTemplate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACjE,YAAY,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ContactPageTemplateProps } from './ContactPageTemplate.types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* ContactPageTemplate - Full contact page composition
|
|
5
|
+
*
|
|
6
|
+
* Combines Hero, Contact form, FAQ, and optional locations gallery.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```tsx
|
|
10
|
+
* <ContactPageTemplate
|
|
11
|
+
* hero={{ headline: 'Contact us' }}
|
|
12
|
+
* contact={{ contactInfo: info, formFields: fields }}
|
|
13
|
+
* faq={{ items: faqItems }}
|
|
14
|
+
* />
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare const ContactPageTemplate: import('react').ForwardRefExoticComponent<ContactPageTemplateProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
18
|
+
export default ContactPageTemplate;
|
|
19
|
+
//# sourceMappingURL=ContactPageTemplate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContactPageTemplate.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/ContactPageTemplate/ContactPageTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAY5E;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,mBAAmB,qHAkD/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
|