@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.
Files changed (217) hide show
  1. package/README.md +3 -3
  2. package/dist/components/Accordion/Accordion.d.ts.map +1 -1
  3. package/dist/components/Avatar/Avatar.d.ts.map +1 -1
  4. package/dist/components/Avatar/Avatar.types.d.ts +1 -1
  5. package/dist/components/Avatar/Avatar.types.d.ts.map +1 -1
  6. package/dist/components/Carousel/Carousel.d.ts +32 -0
  7. package/dist/components/Carousel/Carousel.d.ts.map +1 -0
  8. package/dist/components/Carousel/Carousel.types.d.ts +190 -0
  9. package/dist/components/Carousel/Carousel.types.d.ts.map +1 -0
  10. package/dist/components/Carousel/CarouselCard.d.ts +12 -0
  11. package/dist/components/Carousel/CarouselCard.d.ts.map +1 -0
  12. package/dist/components/Carousel/index.d.ts +10 -0
  13. package/dist/components/Carousel/index.d.ts.map +1 -0
  14. package/dist/components/IconGallery/IconGallery.d.ts +5 -7
  15. package/dist/components/IconGallery/IconGallery.d.ts.map +1 -1
  16. package/dist/components/IconGallery/IconGallery.types.d.ts +5 -25
  17. package/dist/components/IconGallery/IconGallery.types.d.ts.map +1 -1
  18. package/dist/components/IconGallery/index.d.ts +1 -1
  19. package/dist/components/IconGallery/index.d.ts.map +1 -1
  20. package/dist/components/index.d.ts +2 -0
  21. package/dist/components/index.d.ts.map +1 -1
  22. package/dist/index.cjs +21 -21
  23. package/dist/index.cjs.map +1 -1
  24. package/dist/index.d.ts +4 -0
  25. package/dist/index.d.ts.map +1 -1
  26. package/dist/index.mjs +17979 -14385
  27. package/dist/index.mjs.map +1 -1
  28. package/dist/react.css +1 -1
  29. package/dist/sections/ActivityFeed/ActivityFeed.d.ts +24 -0
  30. package/dist/sections/ActivityFeed/ActivityFeed.d.ts.map +1 -0
  31. package/dist/sections/ActivityFeed/ActivityFeed.types.d.ts +160 -0
  32. package/dist/sections/ActivityFeed/ActivityFeed.types.d.ts.map +1 -0
  33. package/dist/sections/ActivityFeed/index.d.ts +3 -0
  34. package/dist/sections/ActivityFeed/index.d.ts.map +1 -0
  35. package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts +20 -0
  36. package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  37. package/dist/sections/Breadcrumbs/Breadcrumbs.types.d.ts +83 -0
  38. package/dist/sections/Breadcrumbs/Breadcrumbs.types.d.ts.map +1 -0
  39. package/dist/sections/Breadcrumbs/index.d.ts +3 -0
  40. package/dist/sections/Breadcrumbs/index.d.ts.map +1 -0
  41. package/dist/sections/CarouselSection/CarouselSection.d.ts +35 -0
  42. package/dist/sections/CarouselSection/CarouselSection.d.ts.map +1 -0
  43. package/dist/sections/CarouselSection/CarouselSection.types.d.ts +119 -0
  44. package/dist/sections/CarouselSection/CarouselSection.types.d.ts.map +1 -0
  45. package/dist/sections/CarouselSection/index.d.ts +11 -0
  46. package/dist/sections/CarouselSection/index.d.ts.map +1 -0
  47. package/dist/sections/CommandBar/CommandBar.d.ts +20 -0
  48. package/dist/sections/CommandBar/CommandBar.d.ts.map +1 -0
  49. package/dist/sections/CommandBar/CommandBar.types.d.ts +113 -0
  50. package/dist/sections/CommandBar/CommandBar.types.d.ts.map +1 -0
  51. package/dist/sections/CommandBar/index.d.ts +3 -0
  52. package/dist/sections/CommandBar/index.d.ts.map +1 -0
  53. package/dist/sections/DataTable/DataTable.d.ts +28 -0
  54. package/dist/sections/DataTable/DataTable.d.ts.map +1 -0
  55. package/dist/sections/DataTable/DataTable.types.d.ts +368 -0
  56. package/dist/sections/DataTable/DataTable.types.d.ts.map +1 -0
  57. package/dist/sections/DataTable/index.d.ts +3 -0
  58. package/dist/sections/DataTable/index.d.ts.map +1 -0
  59. package/dist/sections/DetailPanel/DetailPanel.d.ts +21 -0
  60. package/dist/sections/DetailPanel/DetailPanel.d.ts.map +1 -0
  61. package/dist/sections/DetailPanel/DetailPanel.types.d.ts +95 -0
  62. package/dist/sections/DetailPanel/DetailPanel.types.d.ts.map +1 -0
  63. package/dist/sections/DetailPanel/index.d.ts +3 -0
  64. package/dist/sections/DetailPanel/index.d.ts.map +1 -0
  65. package/dist/sections/EmptyState/EmptyState.d.ts +19 -0
  66. package/dist/sections/EmptyState/EmptyState.d.ts.map +1 -0
  67. package/dist/sections/EmptyState/EmptyState.types.d.ts +70 -0
  68. package/dist/sections/EmptyState/EmptyState.types.d.ts.map +1 -0
  69. package/dist/sections/EmptyState/index.d.ts +3 -0
  70. package/dist/sections/EmptyState/index.d.ts.map +1 -0
  71. package/dist/sections/FileUploader/FileUploader.d.ts +19 -0
  72. package/dist/sections/FileUploader/FileUploader.d.ts.map +1 -0
  73. package/dist/sections/FileUploader/FileUploader.types.d.ts +129 -0
  74. package/dist/sections/FileUploader/FileUploader.types.d.ts.map +1 -0
  75. package/dist/sections/FileUploader/index.d.ts +3 -0
  76. package/dist/sections/FileUploader/index.d.ts.map +1 -0
  77. package/dist/sections/FilterBar/FilterBar.d.ts +21 -0
  78. package/dist/sections/FilterBar/FilterBar.d.ts.map +1 -0
  79. package/dist/sections/FilterBar/FilterBar.types.d.ts +144 -0
  80. package/dist/sections/FilterBar/FilterBar.types.d.ts.map +1 -0
  81. package/dist/sections/FilterBar/index.d.ts +3 -0
  82. package/dist/sections/FilterBar/index.d.ts.map +1 -0
  83. package/dist/sections/FormSection/FormSection.d.ts +27 -0
  84. package/dist/sections/FormSection/FormSection.d.ts.map +1 -0
  85. package/dist/sections/FormSection/FormSection.types.d.ts +112 -0
  86. package/dist/sections/FormSection/FormSection.types.d.ts.map +1 -0
  87. package/dist/sections/FormSection/index.d.ts +3 -0
  88. package/dist/sections/FormSection/index.d.ts.map +1 -0
  89. package/dist/sections/Hero/Hero.d.ts +18 -1
  90. package/dist/sections/Hero/Hero.d.ts.map +1 -1
  91. package/dist/sections/Hero/Hero.types.d.ts +70 -1
  92. package/dist/sections/Hero/Hero.types.d.ts.map +1 -1
  93. package/dist/sections/Hero/HeroHighlight.d.ts +19 -0
  94. package/dist/sections/Hero/HeroHighlight.d.ts.map +1 -0
  95. package/dist/sections/Hero/index.d.ts +2 -1
  96. package/dist/sections/Hero/index.d.ts.map +1 -1
  97. package/dist/sections/KanbanBoard/KanbanBoard.d.ts +20 -0
  98. package/dist/sections/KanbanBoard/KanbanBoard.d.ts.map +1 -0
  99. package/dist/sections/KanbanBoard/KanbanBoard.types.d.ts +190 -0
  100. package/dist/sections/KanbanBoard/KanbanBoard.types.d.ts.map +1 -0
  101. package/dist/sections/KanbanBoard/index.d.ts +3 -0
  102. package/dist/sections/KanbanBoard/index.d.ts.map +1 -0
  103. package/dist/sections/MetricCards/MetricCards.d.ts +23 -0
  104. package/dist/sections/MetricCards/MetricCards.d.ts.map +1 -0
  105. package/dist/sections/MetricCards/MetricCards.types.d.ts +139 -0
  106. package/dist/sections/MetricCards/MetricCards.types.d.ts.map +1 -0
  107. package/dist/sections/MetricCards/index.d.ts +3 -0
  108. package/dist/sections/MetricCards/index.d.ts.map +1 -0
  109. package/dist/sections/NotificationCenter/NotificationCenter.d.ts +18 -0
  110. package/dist/sections/NotificationCenter/NotificationCenter.d.ts.map +1 -0
  111. package/dist/sections/NotificationCenter/NotificationCenter.types.d.ts +126 -0
  112. package/dist/sections/NotificationCenter/NotificationCenter.types.d.ts.map +1 -0
  113. package/dist/sections/NotificationCenter/index.d.ts +3 -0
  114. package/dist/sections/NotificationCenter/index.d.ts.map +1 -0
  115. package/dist/sections/PageHeader/PageHeader.d.ts +22 -0
  116. package/dist/sections/PageHeader/PageHeader.d.ts.map +1 -0
  117. package/dist/sections/PageHeader/PageHeader.types.d.ts +135 -0
  118. package/dist/sections/PageHeader/PageHeader.types.d.ts.map +1 -0
  119. package/dist/sections/PageHeader/index.d.ts +3 -0
  120. package/dist/sections/PageHeader/index.d.ts.map +1 -0
  121. package/dist/sections/QuickActions/QuickActions.d.ts +19 -0
  122. package/dist/sections/QuickActions/QuickActions.d.ts.map +1 -0
  123. package/dist/sections/QuickActions/QuickActions.types.d.ts +112 -0
  124. package/dist/sections/QuickActions/QuickActions.types.d.ts.map +1 -0
  125. package/dist/sections/QuickActions/index.d.ts +3 -0
  126. package/dist/sections/QuickActions/index.d.ts.map +1 -0
  127. package/dist/sections/SettingsLayout/SettingsLayout.d.ts +22 -0
  128. package/dist/sections/SettingsLayout/SettingsLayout.d.ts.map +1 -0
  129. package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts +117 -0
  130. package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts.map +1 -0
  131. package/dist/sections/SettingsLayout/index.d.ts +3 -0
  132. package/dist/sections/SettingsLayout/index.d.ts.map +1 -0
  133. package/dist/sections/Sidebar/Sidebar.d.ts +29 -0
  134. package/dist/sections/Sidebar/Sidebar.d.ts.map +1 -0
  135. package/dist/sections/Sidebar/Sidebar.types.d.ts +168 -0
  136. package/dist/sections/Sidebar/Sidebar.types.d.ts.map +1 -0
  137. package/dist/sections/Sidebar/index.d.ts +3 -0
  138. package/dist/sections/Sidebar/index.d.ts.map +1 -0
  139. package/dist/sections/Stats/StatItemCard.d.ts +1 -1
  140. package/dist/sections/Stats/StatItemCard.d.ts.map +1 -1
  141. package/dist/sections/Stats/Stats.d.ts.map +1 -1
  142. package/dist/sections/Stats/Stats.types.d.ts +10 -0
  143. package/dist/sections/Stats/Stats.types.d.ts.map +1 -1
  144. package/dist/sections/Stepper/Stepper.d.ts +22 -0
  145. package/dist/sections/Stepper/Stepper.d.ts.map +1 -0
  146. package/dist/sections/Stepper/Stepper.types.d.ts +106 -0
  147. package/dist/sections/Stepper/Stepper.types.d.ts.map +1 -0
  148. package/dist/sections/Stepper/index.d.ts +3 -0
  149. package/dist/sections/Stepper/index.d.ts.map +1 -0
  150. package/dist/sections/Team/Team.types.d.ts +9 -1
  151. package/dist/sections/Team/Team.types.d.ts.map +1 -1
  152. package/dist/sections/Team/TeamMemberCard.d.ts.map +1 -1
  153. package/dist/sections/UserMenu/UserMenu.d.ts +19 -0
  154. package/dist/sections/UserMenu/UserMenu.d.ts.map +1 -0
  155. package/dist/sections/UserMenu/UserMenu.types.d.ts +138 -0
  156. package/dist/sections/UserMenu/UserMenu.types.d.ts.map +1 -0
  157. package/dist/sections/UserMenu/index.d.ts +3 -0
  158. package/dist/sections/UserMenu/index.d.ts.map +1 -0
  159. package/dist/sections/index.d.ts +41 -2
  160. package/dist/sections/index.d.ts.map +1 -1
  161. package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts +28 -0
  162. package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts.map +1 -0
  163. package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts +62 -0
  164. package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts.map +1 -0
  165. package/dist/templates/app/DashboardTemplate/index.d.ts +3 -0
  166. package/dist/templates/app/DashboardTemplate/index.d.ts.map +1 -0
  167. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts +25 -0
  168. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts.map +1 -0
  169. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts +47 -0
  170. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts.map +1 -0
  171. package/dist/templates/app/KanbanPageTemplate/index.d.ts +3 -0
  172. package/dist/templates/app/KanbanPageTemplate/index.d.ts.map +1 -0
  173. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts +30 -0
  174. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts.map +1 -0
  175. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts +90 -0
  176. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts.map +1 -0
  177. package/dist/templates/app/ProfilePageTemplate/index.d.ts +3 -0
  178. package/dist/templates/app/ProfilePageTemplate/index.d.ts.map +1 -0
  179. package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts +27 -0
  180. package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts.map +1 -0
  181. package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts +71 -0
  182. package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts.map +1 -0
  183. package/dist/templates/app/SettingsTemplate/index.d.ts +3 -0
  184. package/dist/templates/app/SettingsTemplate/index.d.ts.map +1 -0
  185. package/dist/templates/app/index.d.ts +14 -0
  186. package/dist/templates/app/index.d.ts.map +1 -0
  187. package/dist/templates/index.d.ts +38 -0
  188. package/dist/templates/index.d.ts.map +1 -0
  189. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts +25 -0
  190. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts.map +1 -0
  191. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts +71 -0
  192. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts.map +1 -0
  193. package/dist/templates/marketing/AboutPageTemplate/index.d.ts +3 -0
  194. package/dist/templates/marketing/AboutPageTemplate/index.d.ts.map +1 -0
  195. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts +24 -0
  196. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts.map +1 -0
  197. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts +60 -0
  198. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts.map +1 -0
  199. package/dist/templates/marketing/ContactPageTemplate/index.d.ts +3 -0
  200. package/dist/templates/marketing/ContactPageTemplate/index.d.ts.map +1 -0
  201. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts +25 -0
  202. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts.map +1 -0
  203. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts +93 -0
  204. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts.map +1 -0
  205. package/dist/templates/marketing/LandingPageTemplate/index.d.ts +3 -0
  206. package/dist/templates/marketing/LandingPageTemplate/index.d.ts.map +1 -0
  207. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts +24 -0
  208. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts.map +1 -0
  209. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts +67 -0
  210. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts.map +1 -0
  211. package/dist/templates/marketing/PricingPageTemplate/index.d.ts +3 -0
  212. package/dist/templates/marketing/PricingPageTemplate/index.d.ts.map +1 -0
  213. package/dist/templates/marketing/index.d.ts +14 -0
  214. package/dist/templates/marketing/index.d.ts.map +1 -0
  215. package/dist/utils/fonts.d.ts +2 -2
  216. package/dist/utils/fonts.d.ts.map +1 -1
  217. 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,3 @@
1
+ export { KanbanPageTemplate, default } from './KanbanPageTemplate';
2
+ export type { KanbanPageTemplateProps } from './KanbanPageTemplate.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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,3 @@
1
+ export { ProfilePageTemplate, default } from './ProfilePageTemplate';
2
+ export type { ProfilePageTemplateProps, ProfileHeader } from './ProfilePageTemplate.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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,3 @@
1
+ export { SettingsTemplate, default } from './SettingsTemplate';
2
+ export type { SettingsTemplateProps, SettingsSection } from './SettingsTemplate.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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,3 @@
1
+ export { AboutPageTemplate, default } from './AboutPageTemplate';
2
+ export type { AboutPageTemplateProps } from './AboutPageTemplate.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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,3 @@
1
+ export { ContactPageTemplate, default } from './ContactPageTemplate';
2
+ export type { ContactPageTemplateProps } from './ContactPageTemplate.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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"}