@orion-ds/react 1.1.6 → 1.2.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/README.md +3 -3
- package/dist/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.types.d.ts +1 -1
- package/dist/components/Avatar/Avatar.types.d.ts.map +1 -1
- package/dist/components/Carousel/Carousel.d.ts +32 -0
- package/dist/components/Carousel/Carousel.d.ts.map +1 -0
- package/dist/components/Carousel/Carousel.types.d.ts +190 -0
- package/dist/components/Carousel/Carousel.types.d.ts.map +1 -0
- package/dist/components/Carousel/CarouselCard.d.ts +12 -0
- package/dist/components/Carousel/CarouselCard.d.ts.map +1 -0
- package/dist/components/Carousel/index.d.ts +10 -0
- package/dist/components/Carousel/index.d.ts.map +1 -0
- package/dist/components/IconGallery/IconGallery.d.ts +5 -7
- package/dist/components/IconGallery/IconGallery.d.ts.map +1 -1
- package/dist/components/IconGallery/IconGallery.types.d.ts +5 -25
- package/dist/components/IconGallery/IconGallery.types.d.ts.map +1 -1
- package/dist/components/IconGallery/index.d.ts +1 -1
- package/dist/components/IconGallery/index.d.ts.map +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/index.cjs +21 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +17979 -14385
- package/dist/index.mjs.map +1 -1
- package/dist/react.css +1 -1
- package/dist/sections/ActivityFeed/ActivityFeed.d.ts +24 -0
- package/dist/sections/ActivityFeed/ActivityFeed.d.ts.map +1 -0
- package/dist/sections/ActivityFeed/ActivityFeed.types.d.ts +160 -0
- package/dist/sections/ActivityFeed/ActivityFeed.types.d.ts.map +1 -0
- package/dist/sections/ActivityFeed/index.d.ts +3 -0
- package/dist/sections/ActivityFeed/index.d.ts.map +1 -0
- package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts +20 -0
- package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/sections/Breadcrumbs/Breadcrumbs.types.d.ts +83 -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/CarouselSection/CarouselSection.d.ts +35 -0
- package/dist/sections/CarouselSection/CarouselSection.d.ts.map +1 -0
- package/dist/sections/CarouselSection/CarouselSection.types.d.ts +119 -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/CommandBar/CommandBar.d.ts +20 -0
- package/dist/sections/CommandBar/CommandBar.d.ts.map +1 -0
- package/dist/sections/CommandBar/CommandBar.types.d.ts +113 -0
- package/dist/sections/CommandBar/CommandBar.types.d.ts.map +1 -0
- package/dist/sections/CommandBar/index.d.ts +3 -0
- package/dist/sections/CommandBar/index.d.ts.map +1 -0
- package/dist/sections/DataTable/DataTable.d.ts +28 -0
- package/dist/sections/DataTable/DataTable.d.ts.map +1 -0
- package/dist/sections/DataTable/DataTable.types.d.ts +368 -0
- package/dist/sections/DataTable/DataTable.types.d.ts.map +1 -0
- package/dist/sections/DataTable/index.d.ts +3 -0
- package/dist/sections/DataTable/index.d.ts.map +1 -0
- package/dist/sections/DetailPanel/DetailPanel.d.ts +21 -0
- package/dist/sections/DetailPanel/DetailPanel.d.ts.map +1 -0
- package/dist/sections/DetailPanel/DetailPanel.types.d.ts +95 -0
- package/dist/sections/DetailPanel/DetailPanel.types.d.ts.map +1 -0
- package/dist/sections/DetailPanel/index.d.ts +3 -0
- package/dist/sections/DetailPanel/index.d.ts.map +1 -0
- package/dist/sections/EmptyState/EmptyState.d.ts +19 -0
- package/dist/sections/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/sections/EmptyState/EmptyState.types.d.ts +70 -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/FileUploader/FileUploader.d.ts +19 -0
- package/dist/sections/FileUploader/FileUploader.d.ts.map +1 -0
- package/dist/sections/FileUploader/FileUploader.types.d.ts +129 -0
- package/dist/sections/FileUploader/FileUploader.types.d.ts.map +1 -0
- package/dist/sections/FileUploader/index.d.ts +3 -0
- package/dist/sections/FileUploader/index.d.ts.map +1 -0
- package/dist/sections/FilterBar/FilterBar.d.ts +21 -0
- package/dist/sections/FilterBar/FilterBar.d.ts.map +1 -0
- package/dist/sections/FilterBar/FilterBar.types.d.ts +144 -0
- package/dist/sections/FilterBar/FilterBar.types.d.ts.map +1 -0
- package/dist/sections/FilterBar/index.d.ts +3 -0
- package/dist/sections/FilterBar/index.d.ts.map +1 -0
- package/dist/sections/FormSection/FormSection.d.ts +27 -0
- package/dist/sections/FormSection/FormSection.d.ts.map +1 -0
- package/dist/sections/FormSection/FormSection.types.d.ts +112 -0
- package/dist/sections/FormSection/FormSection.types.d.ts.map +1 -0
- package/dist/sections/FormSection/index.d.ts +3 -0
- package/dist/sections/FormSection/index.d.ts.map +1 -0
- package/dist/sections/Hero/Hero.d.ts +18 -1
- package/dist/sections/Hero/Hero.d.ts.map +1 -1
- package/dist/sections/Hero/Hero.types.d.ts +70 -1
- package/dist/sections/Hero/Hero.types.d.ts.map +1 -1
- package/dist/sections/Hero/HeroHighlight.d.ts +19 -0
- package/dist/sections/Hero/HeroHighlight.d.ts.map +1 -0
- package/dist/sections/Hero/index.d.ts +2 -1
- package/dist/sections/Hero/index.d.ts.map +1 -1
- package/dist/sections/KanbanBoard/KanbanBoard.d.ts +20 -0
- package/dist/sections/KanbanBoard/KanbanBoard.d.ts.map +1 -0
- package/dist/sections/KanbanBoard/KanbanBoard.types.d.ts +190 -0
- package/dist/sections/KanbanBoard/KanbanBoard.types.d.ts.map +1 -0
- package/dist/sections/KanbanBoard/index.d.ts +3 -0
- package/dist/sections/KanbanBoard/index.d.ts.map +1 -0
- package/dist/sections/MetricCards/MetricCards.d.ts +23 -0
- package/dist/sections/MetricCards/MetricCards.d.ts.map +1 -0
- package/dist/sections/MetricCards/MetricCards.types.d.ts +139 -0
- package/dist/sections/MetricCards/MetricCards.types.d.ts.map +1 -0
- package/dist/sections/MetricCards/index.d.ts +3 -0
- package/dist/sections/MetricCards/index.d.ts.map +1 -0
- package/dist/sections/NotificationCenter/NotificationCenter.d.ts +18 -0
- package/dist/sections/NotificationCenter/NotificationCenter.d.ts.map +1 -0
- package/dist/sections/NotificationCenter/NotificationCenter.types.d.ts +126 -0
- package/dist/sections/NotificationCenter/NotificationCenter.types.d.ts.map +1 -0
- package/dist/sections/NotificationCenter/index.d.ts +3 -0
- package/dist/sections/NotificationCenter/index.d.ts.map +1 -0
- package/dist/sections/PageHeader/PageHeader.d.ts +22 -0
- package/dist/sections/PageHeader/PageHeader.d.ts.map +1 -0
- package/dist/sections/PageHeader/PageHeader.types.d.ts +135 -0
- package/dist/sections/PageHeader/PageHeader.types.d.ts.map +1 -0
- package/dist/sections/PageHeader/index.d.ts +3 -0
- package/dist/sections/PageHeader/index.d.ts.map +1 -0
- package/dist/sections/QuickActions/QuickActions.d.ts +19 -0
- package/dist/sections/QuickActions/QuickActions.d.ts.map +1 -0
- package/dist/sections/QuickActions/QuickActions.types.d.ts +112 -0
- package/dist/sections/QuickActions/QuickActions.types.d.ts.map +1 -0
- package/dist/sections/QuickActions/index.d.ts +3 -0
- package/dist/sections/QuickActions/index.d.ts.map +1 -0
- package/dist/sections/SettingsLayout/SettingsLayout.d.ts +22 -0
- package/dist/sections/SettingsLayout/SettingsLayout.d.ts.map +1 -0
- package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts +117 -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/Sidebar/Sidebar.d.ts +29 -0
- package/dist/sections/Sidebar/Sidebar.d.ts.map +1 -0
- package/dist/sections/Sidebar/Sidebar.types.d.ts +168 -0
- package/dist/sections/Sidebar/Sidebar.types.d.ts.map +1 -0
- package/dist/sections/Sidebar/index.d.ts +3 -0
- package/dist/sections/Sidebar/index.d.ts.map +1 -0
- package/dist/sections/Stats/StatItemCard.d.ts +1 -1
- package/dist/sections/Stats/StatItemCard.d.ts.map +1 -1
- package/dist/sections/Stats/Stats.d.ts.map +1 -1
- package/dist/sections/Stats/Stats.types.d.ts +10 -0
- package/dist/sections/Stats/Stats.types.d.ts.map +1 -1
- package/dist/sections/Stepper/Stepper.d.ts +22 -0
- package/dist/sections/Stepper/Stepper.d.ts.map +1 -0
- package/dist/sections/Stepper/Stepper.types.d.ts +106 -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.types.d.ts +9 -1
- package/dist/sections/Team/Team.types.d.ts.map +1 -1
- package/dist/sections/Team/TeamMemberCard.d.ts.map +1 -1
- package/dist/sections/UserMenu/UserMenu.d.ts +19 -0
- package/dist/sections/UserMenu/UserMenu.d.ts.map +1 -0
- package/dist/sections/UserMenu/UserMenu.types.d.ts +138 -0
- package/dist/sections/UserMenu/UserMenu.types.d.ts.map +1 -0
- package/dist/sections/UserMenu/index.d.ts +3 -0
- package/dist/sections/UserMenu/index.d.ts.map +1 -0
- package/dist/sections/index.d.ts +41 -2
- package/dist/sections/index.d.ts.map +1 -1
- package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts +28 -0
- package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts.map +1 -0
- package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts +62 -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 +25 -0
- package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts.map +1 -0
- package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts +47 -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/ProfilePageTemplate/ProfilePageTemplate.d.ts +30 -0
- package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts.map +1 -0
- package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts +90 -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 +27 -0
- package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts.map +1 -0
- package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts +71 -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 +14 -0
- package/dist/templates/app/index.d.ts.map +1 -0
- package/dist/templates/index.d.ts +38 -0
- package/dist/templates/index.d.ts.map +1 -0
- package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts +25 -0
- package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts.map +1 -0
- package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts +71 -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 +24 -0
- package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts.map +1 -0
- package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts +60 -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 +25 -0
- package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts.map +1 -0
- package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts +93 -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 +24 -0
- package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts.map +1 -0
- package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts +67 -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/dist/utils/fonts.d.ts +2 -2
- package/dist/utils/fonts.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KanbanPageTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEtE;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,uBAAwB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC7E;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IAEvB;;OAEG;IACH,UAAU,EAAE,eAAe,CAAC;IAE5B;;OAEG;IACH,SAAS,CAAC,EAAE,cAAc,CAAC;IAE3B;;OAEG;IACH,MAAM,EAAE,gBAAgB,CAAC;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/KanbanPageTemplate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AACnE,YAAY,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ProfilePageTemplate
|
|
3
|
+
*
|
|
4
|
+
* A complete profile page template composing Orion sections.
|
|
5
|
+
* Designed for user profile pages, account pages, and team member views.
|
|
6
|
+
*/
|
|
7
|
+
import type { ProfilePageTemplateProps } from './ProfilePageTemplate.types';
|
|
8
|
+
/**
|
|
9
|
+
* ProfilePageTemplate - Full profile page composition
|
|
10
|
+
*
|
|
11
|
+
* Combines Sidebar, PageHeader, Profile card, content sections, and ActivityFeed.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```tsx
|
|
15
|
+
* <ProfilePageTemplate
|
|
16
|
+
* sidebar={{ sections: navSections }}
|
|
17
|
+
* profile={{
|
|
18
|
+
* name: 'John Doe',
|
|
19
|
+
* role: 'Software Engineer',
|
|
20
|
+
* avatar: <img src="..." alt="" />
|
|
21
|
+
* }}
|
|
22
|
+
* activityFeed={{ activities: userActivity }}
|
|
23
|
+
* >
|
|
24
|
+
* <ProfileSections />
|
|
25
|
+
* </ProfilePageTemplate>
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
export declare const ProfilePageTemplate: import("react").ForwardRefExoticComponent<ProfilePageTemplateProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
29
|
+
export default ProfilePageTemplate;
|
|
30
|
+
//# 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,qHA8E/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ProfilePageTemplate Types
|
|
3
|
+
*
|
|
4
|
+
* Type definitions for the profile page template.
|
|
5
|
+
*/
|
|
6
|
+
import type { HTMLAttributes, ReactNode } from 'react';
|
|
7
|
+
import type { SidebarProps } from '../../../sections/Sidebar';
|
|
8
|
+
import type { PageHeaderProps } from '../../../sections/PageHeader';
|
|
9
|
+
import type { DetailPanelProps } from '../../../sections/DetailPanel';
|
|
10
|
+
import type { ActivityFeedProps } from '../../../sections/ActivityFeed';
|
|
11
|
+
/**
|
|
12
|
+
* Profile header content
|
|
13
|
+
*/
|
|
14
|
+
export interface ProfileHeader {
|
|
15
|
+
/**
|
|
16
|
+
* User avatar
|
|
17
|
+
*/
|
|
18
|
+
avatar?: ReactNode;
|
|
19
|
+
/**
|
|
20
|
+
* User name
|
|
21
|
+
*/
|
|
22
|
+
name: string;
|
|
23
|
+
/**
|
|
24
|
+
* User role/title
|
|
25
|
+
*/
|
|
26
|
+
role?: string;
|
|
27
|
+
/**
|
|
28
|
+
* User email
|
|
29
|
+
*/
|
|
30
|
+
email?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Additional metadata items
|
|
33
|
+
*/
|
|
34
|
+
metadata?: Array<{
|
|
35
|
+
icon?: ReactNode;
|
|
36
|
+
label: string;
|
|
37
|
+
value: string;
|
|
38
|
+
}>;
|
|
39
|
+
/**
|
|
40
|
+
* Profile actions (buttons)
|
|
41
|
+
*/
|
|
42
|
+
actions?: ReactNode;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* ProfilePageTemplate props
|
|
46
|
+
*
|
|
47
|
+
* @example
|
|
48
|
+
* ```tsx
|
|
49
|
+
* <ProfilePageTemplate
|
|
50
|
+
* pageHeader={{ title: 'User Profile' }}
|
|
51
|
+
* profile={{
|
|
52
|
+
* name: 'John Doe',
|
|
53
|
+
* role: 'Software Engineer',
|
|
54
|
+
* avatar: <Avatar src="..." />
|
|
55
|
+
* }}
|
|
56
|
+
* />
|
|
57
|
+
* ```
|
|
58
|
+
*/
|
|
59
|
+
export interface ProfilePageTemplateProps extends HTMLAttributes<HTMLDivElement> {
|
|
60
|
+
/**
|
|
61
|
+
* Sidebar configuration (optional)
|
|
62
|
+
*/
|
|
63
|
+
sidebar?: SidebarProps;
|
|
64
|
+
/**
|
|
65
|
+
* Page header configuration
|
|
66
|
+
*/
|
|
67
|
+
pageHeader?: PageHeaderProps;
|
|
68
|
+
/**
|
|
69
|
+
* Profile header information
|
|
70
|
+
*/
|
|
71
|
+
profile: ProfileHeader;
|
|
72
|
+
/**
|
|
73
|
+
* Profile detail sections (rendered in main content)
|
|
74
|
+
*/
|
|
75
|
+
children?: ReactNode;
|
|
76
|
+
/**
|
|
77
|
+
* Activity feed showing user activity
|
|
78
|
+
*/
|
|
79
|
+
activityFeed?: ActivityFeedProps;
|
|
80
|
+
/**
|
|
81
|
+
* Detail panel for editing profile
|
|
82
|
+
*/
|
|
83
|
+
detailPanel?: DetailPanelProps;
|
|
84
|
+
/**
|
|
85
|
+
* Show activity feed in sidebar
|
|
86
|
+
* @default true
|
|
87
|
+
*/
|
|
88
|
+
showActivity?: boolean;
|
|
89
|
+
}
|
|
90
|
+
//# 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,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAExE;;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,EAAE,wBAAwB,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SettingsTemplate
|
|
3
|
+
*
|
|
4
|
+
* A complete settings page template composing Orion sections.
|
|
5
|
+
* Designed for application settings, preferences, and configuration pages.
|
|
6
|
+
*/
|
|
7
|
+
import type { SettingsTemplateProps } from './SettingsTemplate.types';
|
|
8
|
+
/**
|
|
9
|
+
* SettingsTemplate - Full settings page composition
|
|
10
|
+
*
|
|
11
|
+
* Uses SettingsLayout with navigation sidebar and content sections.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```tsx
|
|
15
|
+
* <SettingsTemplate
|
|
16
|
+
* title="Settings"
|
|
17
|
+
* navigation={navGroups}
|
|
18
|
+
* sections={[
|
|
19
|
+
* { id: 'profile', content: <ProfileSettings /> },
|
|
20
|
+
* { id: 'security', content: <SecuritySettings /> },
|
|
21
|
+
* ]}
|
|
22
|
+
* />
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export declare const SettingsTemplate: import("react").ForwardRefExoticComponent<SettingsTemplateProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
26
|
+
export default SettingsTemplate;
|
|
27
|
+
//# 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,kHAuD5B,CAAC;AAIF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SettingsTemplate Types
|
|
3
|
+
*
|
|
4
|
+
* Type definitions for the settings page template.
|
|
5
|
+
*/
|
|
6
|
+
import type { HTMLAttributes, ReactNode } from 'react';
|
|
7
|
+
import type { SettingsLayoutProps } from '../../../sections/SettingsLayout';
|
|
8
|
+
/**
|
|
9
|
+
* Settings section content
|
|
10
|
+
*/
|
|
11
|
+
export interface SettingsSection {
|
|
12
|
+
/**
|
|
13
|
+
* Section ID (must match navigation item ID)
|
|
14
|
+
*/
|
|
15
|
+
id: string;
|
|
16
|
+
/**
|
|
17
|
+
* Section content
|
|
18
|
+
*/
|
|
19
|
+
content: ReactNode;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* SettingsTemplate props
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* ```tsx
|
|
26
|
+
* <SettingsTemplate
|
|
27
|
+
* title="Settings"
|
|
28
|
+
* navigation={[...]}
|
|
29
|
+
* sections={[
|
|
30
|
+
* { id: 'profile', content: <ProfileForm /> },
|
|
31
|
+
* { id: 'security', content: <SecurityForm /> },
|
|
32
|
+
* ]}
|
|
33
|
+
* defaultSection="profile"
|
|
34
|
+
* />
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
export interface SettingsTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
|
|
38
|
+
/**
|
|
39
|
+
* Page title
|
|
40
|
+
*/
|
|
41
|
+
title?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Page description
|
|
44
|
+
*/
|
|
45
|
+
description?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Navigation groups (passed to SettingsLayout)
|
|
48
|
+
*/
|
|
49
|
+
navigation: SettingsLayoutProps['navigation'];
|
|
50
|
+
/**
|
|
51
|
+
* Section content mapped by ID
|
|
52
|
+
*/
|
|
53
|
+
sections: SettingsSection[];
|
|
54
|
+
/**
|
|
55
|
+
* Default/initial section ID
|
|
56
|
+
*/
|
|
57
|
+
defaultSection?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Controlled active section (for external state management)
|
|
60
|
+
*/
|
|
61
|
+
activeSection?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Callback when section changes
|
|
64
|
+
*/
|
|
65
|
+
onSectionChange?: (sectionId: string) => void;
|
|
66
|
+
/**
|
|
67
|
+
* Header actions (buttons in header area)
|
|
68
|
+
*/
|
|
69
|
+
headerActions?: ReactNode;
|
|
70
|
+
}
|
|
71
|
+
//# 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,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAC1F;;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,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
//# 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,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEnF,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAEjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,wBAAwB,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAErF,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,YAAY,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @orion/react Templates
|
|
3
|
+
*
|
|
4
|
+
* Full page templates that compose sections and components into ready-to-use pages.
|
|
5
|
+
* Use these for rapidly building complete pages with consistent structure.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* import { LandingPageTemplate, DashboardTemplate } from '@orion/react';
|
|
10
|
+
*
|
|
11
|
+
* // Marketing page
|
|
12
|
+
* function MarketingPage() {
|
|
13
|
+
* return (
|
|
14
|
+
* <LandingPageTemplate
|
|
15
|
+
* hero={{ headline: 'Welcome' }}
|
|
16
|
+
* features={{ items: [...] }}
|
|
17
|
+
* />
|
|
18
|
+
* );
|
|
19
|
+
* }
|
|
20
|
+
*
|
|
21
|
+
* // App page
|
|
22
|
+
* function AppPage() {
|
|
23
|
+
* return (
|
|
24
|
+
* <DashboardTemplate
|
|
25
|
+
* pageHeader={{ title: 'Dashboard' }}
|
|
26
|
+
* metrics={{ metrics: [...] }}
|
|
27
|
+
* />
|
|
28
|
+
* );
|
|
29
|
+
* }
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
32
|
+
* @packageDocumentation
|
|
33
|
+
*/
|
|
34
|
+
export { LandingPageTemplate, PricingPageTemplate, AboutPageTemplate, ContactPageTemplate, } from './marketing';
|
|
35
|
+
export type { LandingPageTemplateProps, PricingPageTemplateProps, AboutPageTemplateProps, ContactPageTemplateProps, } from './marketing';
|
|
36
|
+
export { DashboardTemplate, SettingsTemplate, ProfilePageTemplate, KanbanPageTemplate, } from './app';
|
|
37
|
+
export type { DashboardTemplateProps, SettingsTemplateProps, ProfilePageTemplateProps, KanbanPageTemplateProps, } from './app';
|
|
38
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AAMH,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,EACjB,mBAAmB,GACpB,MAAM,aAAa,CAAC;AAErB,YAAY,EACV,wBAAwB,EACxB,wBAAwB,EACxB,sBAAsB,EACtB,wBAAwB,GACzB,MAAM,aAAa,CAAC;AAMrB,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EAChB,mBAAmB,EACnB,kBAAkB,GACnB,MAAM,OAAO,CAAC;AAEf,YAAY,EACV,sBAAsB,EACtB,qBAAqB,EACrB,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,OAAO,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AboutPageTemplate
|
|
3
|
+
*
|
|
4
|
+
* A complete about/company page template composing Orion sections.
|
|
5
|
+
* Designed for company about pages, team pages, and culture showcases.
|
|
6
|
+
*/
|
|
7
|
+
import type { AboutPageTemplateProps } from './AboutPageTemplate.types';
|
|
8
|
+
/**
|
|
9
|
+
* AboutPageTemplate - Full about page composition
|
|
10
|
+
*
|
|
11
|
+
* Combines Hero, Stats, Timeline, Team, and Gallery into a complete about page.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```tsx
|
|
15
|
+
* <AboutPageTemplate
|
|
16
|
+
* hero={{ headline: 'Our Mission' }}
|
|
17
|
+
* stats={{ stats: companyStats }}
|
|
18
|
+
* timeline={{ events: companyHistory }}
|
|
19
|
+
* team={{ members: teamMembers }}
|
|
20
|
+
* />
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare const AboutPageTemplate: import("react").ForwardRefExoticComponent<AboutPageTemplateProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
24
|
+
export default AboutPageTemplate;
|
|
25
|
+
//# 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,mHAmE7B,CAAC;AAIF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AboutPageTemplate Types
|
|
3
|
+
*
|
|
4
|
+
* Type definitions for the about/company page template.
|
|
5
|
+
*/
|
|
6
|
+
import type { HTMLAttributes, ReactNode } from 'react';
|
|
7
|
+
import type { NavbarProps } from '../../../components/Navbar';
|
|
8
|
+
import type { HeroProps } from '../../../sections/Hero';
|
|
9
|
+
import type { CarouselSectionProps } from '../../../sections/CarouselSection';
|
|
10
|
+
import type { StatsProps } from '../../../sections/Stats';
|
|
11
|
+
import type { TimelineProps } from '../../../sections/Timeline';
|
|
12
|
+
import type { TeamProps } from '../../../sections/Team';
|
|
13
|
+
import type { CTAProps } from '../../../sections/CTA';
|
|
14
|
+
import type { FooterProps } from '../../../sections/Footer';
|
|
15
|
+
/**
|
|
16
|
+
* AboutPageTemplate props
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```tsx
|
|
20
|
+
* <AboutPageTemplate
|
|
21
|
+
* hero={{ headline: 'Our Story' }}
|
|
22
|
+
* stats={{ stats: [...] }}
|
|
23
|
+
* team={{ members: [...] }}
|
|
24
|
+
* />
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export interface AboutPageTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
|
|
28
|
+
/**
|
|
29
|
+
* Navbar configuration
|
|
30
|
+
*/
|
|
31
|
+
navbar?: NavbarProps & {
|
|
32
|
+
children?: ReactNode;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Hero section (required)
|
|
36
|
+
*/
|
|
37
|
+
hero: HeroProps;
|
|
38
|
+
/**
|
|
39
|
+
* Editorial carousel for company story/milestones
|
|
40
|
+
*/
|
|
41
|
+
storyCarousel?: Omit<CarouselSectionProps, 'variant'>;
|
|
42
|
+
/**
|
|
43
|
+
* Company stats/metrics
|
|
44
|
+
*/
|
|
45
|
+
stats?: StatsProps;
|
|
46
|
+
/**
|
|
47
|
+
* Company timeline/history
|
|
48
|
+
*/
|
|
49
|
+
timeline?: TimelineProps;
|
|
50
|
+
/**
|
|
51
|
+
* Gallery carousel for office/culture photos
|
|
52
|
+
*/
|
|
53
|
+
galleryCarousel?: Omit<CarouselSectionProps, 'variant'>;
|
|
54
|
+
/**
|
|
55
|
+
* Team members section
|
|
56
|
+
*/
|
|
57
|
+
team?: TeamProps;
|
|
58
|
+
/**
|
|
59
|
+
* Call-to-action section (e.g., careers, contact)
|
|
60
|
+
*/
|
|
61
|
+
cta?: CTAProps;
|
|
62
|
+
/**
|
|
63
|
+
* Footer section
|
|
64
|
+
*/
|
|
65
|
+
footer?: FooterProps;
|
|
66
|
+
/**
|
|
67
|
+
* Additional children rendered before footer
|
|
68
|
+
*/
|
|
69
|
+
children?: ReactNode;
|
|
70
|
+
}
|
|
71
|
+
//# 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,4BAA4B,CAAC;AAC9D,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,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAC3F;;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,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ContactPageTemplate
|
|
3
|
+
*
|
|
4
|
+
* A complete contact page template composing Orion sections.
|
|
5
|
+
* Designed for contact us and support pages.
|
|
6
|
+
*/
|
|
7
|
+
import type { ContactPageTemplateProps } from './ContactPageTemplate.types';
|
|
8
|
+
/**
|
|
9
|
+
* ContactPageTemplate - Full contact page composition
|
|
10
|
+
*
|
|
11
|
+
* Combines Hero, Contact form, FAQ, and optional locations gallery.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```tsx
|
|
15
|
+
* <ContactPageTemplate
|
|
16
|
+
* hero={{ headline: 'Contact us' }}
|
|
17
|
+
* contact={{ contactInfo: info, formFields: fields }}
|
|
18
|
+
* faq={{ items: faqItems }}
|
|
19
|
+
* />
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare const ContactPageTemplate: import("react").ForwardRefExoticComponent<ContactPageTemplateProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
23
|
+
export default ContactPageTemplate;
|
|
24
|
+
//# 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,qHA+C/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ContactPageTemplate Types
|
|
3
|
+
*
|
|
4
|
+
* Type definitions for the contact page template.
|
|
5
|
+
*/
|
|
6
|
+
import type { HTMLAttributes, ReactNode } from 'react';
|
|
7
|
+
import type { NavbarProps } from '../../../components/Navbar';
|
|
8
|
+
import type { HeroProps } from '../../../sections/Hero';
|
|
9
|
+
import type { CarouselSectionProps } from '../../../sections/CarouselSection';
|
|
10
|
+
import type { ContactProps } from '../../../sections/Contact';
|
|
11
|
+
import type { FAQProps } from '../../../sections/FAQ';
|
|
12
|
+
import type { FooterProps } from '../../../sections/Footer';
|
|
13
|
+
/**
|
|
14
|
+
* ContactPageTemplate props
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* ```tsx
|
|
18
|
+
* <ContactPageTemplate
|
|
19
|
+
* hero={{ headline: 'Get in touch' }}
|
|
20
|
+
* contact={{
|
|
21
|
+
* contactInfo: [...],
|
|
22
|
+
* formFields: [...],
|
|
23
|
+
* onSubmit: handleSubmit
|
|
24
|
+
* }}
|
|
25
|
+
* />
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
export interface ContactPageTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
|
|
29
|
+
/**
|
|
30
|
+
* Navbar configuration
|
|
31
|
+
*/
|
|
32
|
+
navbar?: NavbarProps & {
|
|
33
|
+
children?: ReactNode;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Hero section (required) - typically smaller for contact pages
|
|
37
|
+
*/
|
|
38
|
+
hero: HeroProps;
|
|
39
|
+
/**
|
|
40
|
+
* Gallery carousel for office locations/photos
|
|
41
|
+
*/
|
|
42
|
+
locationsCarousel?: Omit<CarouselSectionProps, 'variant'>;
|
|
43
|
+
/**
|
|
44
|
+
* Contact section with form and info (required)
|
|
45
|
+
*/
|
|
46
|
+
contact: ContactProps;
|
|
47
|
+
/**
|
|
48
|
+
* FAQ section for common questions
|
|
49
|
+
*/
|
|
50
|
+
faq?: FAQProps;
|
|
51
|
+
/**
|
|
52
|
+
* Footer section
|
|
53
|
+
*/
|
|
54
|
+
footer?: FooterProps;
|
|
55
|
+
/**
|
|
56
|
+
* Additional children rendered before footer
|
|
57
|
+
*/
|
|
58
|
+
children?: ReactNode;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=ContactPageTemplate.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContactPageTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAC7F;;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,iBAAiB,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,SAAS,CAAC,CAAC;IAE1D;;OAEG;IACH,OAAO,EAAE,YAAY,CAAC;IAEtB;;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/ContactPageTemplate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACrE,YAAY,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LandingPageTemplate
|
|
3
|
+
*
|
|
4
|
+
* A complete landing page template composing Orion sections.
|
|
5
|
+
* Designed for marketing sites and product landing pages.
|
|
6
|
+
*/
|
|
7
|
+
import type { LandingPageTemplateProps } from './LandingPageTemplate.types';
|
|
8
|
+
/**
|
|
9
|
+
* LandingPageTemplate - Full landing page composition
|
|
10
|
+
*
|
|
11
|
+
* Combines multiple Orion sections into a complete, ready-to-use landing page.
|
|
12
|
+
* All sections are optional except Hero, allowing flexible page composition.
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ```tsx
|
|
16
|
+
* <LandingPageTemplate
|
|
17
|
+
* hero={{ headline: 'Welcome', primaryAction: <Button>Start</Button> }}
|
|
18
|
+
* features={{ items: featureItems }}
|
|
19
|
+
* pricing={{ plans: pricingPlans }}
|
|
20
|
+
* />
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare const LandingPageTemplate: import("react").ForwardRefExoticComponent<LandingPageTemplateProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
24
|
+
export default LandingPageTemplate;
|
|
25
|
+
//# sourceMappingURL=LandingPageTemplate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LandingPageTemplate.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/LandingPageTemplate/LandingPageTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAiB5E;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,mBAAmB,qHA+E/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
|