@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.
Files changed (252) hide show
  1. package/dist/client.d.ts +20 -0
  2. package/dist/client.d.ts.map +1 -0
  3. package/dist/index.cjs +4 -0
  4. package/dist/index.d.ts +29 -0
  5. package/dist/index.d.ts.map +1 -0
  6. package/dist/index.mjs +4639 -0
  7. package/dist/sections/AgentFolder/AgentFolder.d.ts +5 -0
  8. package/dist/sections/AgentFolder/AgentFolder.d.ts.map +1 -0
  9. package/dist/sections/AgentFolder/AgentFolder.types.d.ts +97 -0
  10. package/dist/sections/AgentFolder/AgentFolder.types.d.ts.map +1 -0
  11. package/dist/sections/AgentFolder/index.d.ts +8 -0
  12. package/dist/sections/AgentFolder/index.d.ts.map +1 -0
  13. package/dist/sections/AppDownload/AppDownload.d.ts +8 -0
  14. package/dist/sections/AppDownload/AppDownload.d.ts.map +1 -0
  15. package/dist/sections/AppDownload/AppDownload.types.d.ts +114 -0
  16. package/dist/sections/AppDownload/AppDownload.types.d.ts.map +1 -0
  17. package/dist/sections/AppDownload/index.d.ts +3 -0
  18. package/dist/sections/AppDownload/index.d.ts.map +1 -0
  19. package/dist/sections/Blog/Blog.d.ts +8 -0
  20. package/dist/sections/Blog/Blog.d.ts.map +1 -0
  21. package/dist/sections/Blog/Blog.types.d.ts +139 -0
  22. package/dist/sections/Blog/Blog.types.d.ts.map +1 -0
  23. package/dist/sections/Blog/index.d.ts +3 -0
  24. package/dist/sections/Blog/index.d.ts.map +1 -0
  25. package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts +4 -0
  26. package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  27. package/dist/sections/Breadcrumbs/Breadcrumbs.types.d.ts +78 -0
  28. package/dist/sections/Breadcrumbs/Breadcrumbs.types.d.ts.map +1 -0
  29. package/dist/sections/Breadcrumbs/index.d.ts +3 -0
  30. package/dist/sections/Breadcrumbs/index.d.ts.map +1 -0
  31. package/dist/sections/CTA/CTA.d.ts +4 -0
  32. package/dist/sections/CTA/CTA.d.ts.map +1 -0
  33. package/dist/sections/CTA/CTA.types.d.ts +74 -0
  34. package/dist/sections/CTA/CTA.types.d.ts.map +1 -0
  35. package/dist/sections/CTA/index.d.ts +6 -0
  36. package/dist/sections/CTA/index.d.ts.map +1 -0
  37. package/dist/sections/CarouselSection/CarouselSection.d.ts +4 -0
  38. package/dist/sections/CarouselSection/CarouselSection.d.ts.map +1 -0
  39. package/dist/sections/CarouselSection/CarouselSection.types.d.ts +114 -0
  40. package/dist/sections/CarouselSection/CarouselSection.types.d.ts.map +1 -0
  41. package/dist/sections/CarouselSection/index.d.ts +11 -0
  42. package/dist/sections/CarouselSection/index.d.ts.map +1 -0
  43. package/dist/sections/Chat/ChatSection.d.ts +4 -0
  44. package/dist/sections/Chat/ChatSection.d.ts.map +1 -0
  45. package/dist/sections/Chat/index.d.ts +19 -0
  46. package/dist/sections/Chat/index.d.ts.map +1 -0
  47. package/dist/sections/Comparison/Comparison.d.ts +8 -0
  48. package/dist/sections/Comparison/Comparison.d.ts.map +1 -0
  49. package/dist/sections/Comparison/Comparison.types.d.ts +120 -0
  50. package/dist/sections/Comparison/Comparison.types.d.ts.map +1 -0
  51. package/dist/sections/Comparison/index.d.ts +3 -0
  52. package/dist/sections/Comparison/index.d.ts.map +1 -0
  53. package/dist/sections/Contact/Contact.d.ts +4 -0
  54. package/dist/sections/Contact/Contact.d.ts.map +1 -0
  55. package/dist/sections/Contact/Contact.types.d.ts +133 -0
  56. package/dist/sections/Contact/Contact.types.d.ts.map +1 -0
  57. package/dist/sections/Contact/index.d.ts +6 -0
  58. package/dist/sections/Contact/index.d.ts.map +1 -0
  59. package/dist/sections/EmptyState/EmptyState.d.ts +4 -0
  60. package/dist/sections/EmptyState/EmptyState.d.ts.map +1 -0
  61. package/dist/sections/EmptyState/EmptyState.types.d.ts +65 -0
  62. package/dist/sections/EmptyState/EmptyState.types.d.ts.map +1 -0
  63. package/dist/sections/EmptyState/index.d.ts +3 -0
  64. package/dist/sections/EmptyState/index.d.ts.map +1 -0
  65. package/dist/sections/FAQ/FAQ.d.ts +4 -0
  66. package/dist/sections/FAQ/FAQ.d.ts.map +1 -0
  67. package/dist/sections/FAQ/FAQ.types.d.ts +117 -0
  68. package/dist/sections/FAQ/FAQ.types.d.ts.map +1 -0
  69. package/dist/sections/FAQ/FAQItemCard.d.ts +7 -0
  70. package/dist/sections/FAQ/FAQItemCard.d.ts.map +1 -0
  71. package/dist/sections/FAQ/index.d.ts +7 -0
  72. package/dist/sections/FAQ/index.d.ts.map +1 -0
  73. package/dist/sections/Features/FeatureCard.d.ts +7 -0
  74. package/dist/sections/Features/FeatureCard.d.ts.map +1 -0
  75. package/dist/sections/Features/Features.d.ts +4 -0
  76. package/dist/sections/Features/Features.d.ts.map +1 -0
  77. package/dist/sections/Features/Features.types.d.ts +100 -0
  78. package/dist/sections/Features/Features.types.d.ts.map +1 -0
  79. package/dist/sections/Features/index.d.ts +7 -0
  80. package/dist/sections/Features/index.d.ts.map +1 -0
  81. package/dist/sections/Footer/Footer.d.ts +4 -0
  82. package/dist/sections/Footer/Footer.d.ts.map +1 -0
  83. package/dist/sections/Footer/Footer.types.d.ts +129 -0
  84. package/dist/sections/Footer/Footer.types.d.ts.map +1 -0
  85. package/dist/sections/Footer/index.d.ts +6 -0
  86. package/dist/sections/Footer/index.d.ts.map +1 -0
  87. package/dist/sections/Gallery/Gallery.d.ts +8 -0
  88. package/dist/sections/Gallery/Gallery.d.ts.map +1 -0
  89. package/dist/sections/Gallery/Gallery.types.d.ts +114 -0
  90. package/dist/sections/Gallery/Gallery.types.d.ts.map +1 -0
  91. package/dist/sections/Gallery/index.d.ts +3 -0
  92. package/dist/sections/Gallery/index.d.ts.map +1 -0
  93. package/dist/sections/Hero/Hero.d.ts +10 -0
  94. package/dist/sections/Hero/Hero.d.ts.map +1 -0
  95. package/dist/sections/Hero/Hero.types.d.ts +152 -0
  96. package/dist/sections/Hero/Hero.types.d.ts.map +1 -0
  97. package/dist/sections/Hero/HeroHighlight.d.ts +7 -0
  98. package/dist/sections/Hero/HeroHighlight.d.ts.map +1 -0
  99. package/dist/sections/Hero/index.d.ts +7 -0
  100. package/dist/sections/Hero/index.d.ts.map +1 -0
  101. package/dist/sections/LogoCloud/LogoCloud.d.ts +4 -0
  102. package/dist/sections/LogoCloud/LogoCloud.d.ts.map +1 -0
  103. package/dist/sections/LogoCloud/LogoCloud.types.d.ts +101 -0
  104. package/dist/sections/LogoCloud/LogoCloud.types.d.ts.map +1 -0
  105. package/dist/sections/LogoCloud/index.d.ts +6 -0
  106. package/dist/sections/LogoCloud/index.d.ts.map +1 -0
  107. package/dist/sections/Newsletter/Newsletter.d.ts +4 -0
  108. package/dist/sections/Newsletter/Newsletter.d.ts.map +1 -0
  109. package/dist/sections/Newsletter/Newsletter.types.d.ts +97 -0
  110. package/dist/sections/Newsletter/Newsletter.types.d.ts.map +1 -0
  111. package/dist/sections/Newsletter/index.d.ts +6 -0
  112. package/dist/sections/Newsletter/index.d.ts.map +1 -0
  113. package/dist/sections/Pricing/Pricing.d.ts +4 -0
  114. package/dist/sections/Pricing/Pricing.d.ts.map +1 -0
  115. package/dist/sections/Pricing/Pricing.types.d.ts +129 -0
  116. package/dist/sections/Pricing/Pricing.types.d.ts.map +1 -0
  117. package/dist/sections/Pricing/PricingCard.d.ts +7 -0
  118. package/dist/sections/Pricing/PricingCard.d.ts.map +1 -0
  119. package/dist/sections/Pricing/index.d.ts +7 -0
  120. package/dist/sections/Pricing/index.d.ts.map +1 -0
  121. package/dist/sections/SettingsLayout/SettingsLayout.d.ts +4 -0
  122. package/dist/sections/SettingsLayout/SettingsLayout.d.ts.map +1 -0
  123. package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts +112 -0
  124. package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts.map +1 -0
  125. package/dist/sections/SettingsLayout/index.d.ts +3 -0
  126. package/dist/sections/SettingsLayout/index.d.ts.map +1 -0
  127. package/dist/sections/SocialProof/SocialProof.d.ts +8 -0
  128. package/dist/sections/SocialProof/SocialProof.d.ts.map +1 -0
  129. package/dist/sections/SocialProof/SocialProof.types.d.ts +138 -0
  130. package/dist/sections/SocialProof/SocialProof.types.d.ts.map +1 -0
  131. package/dist/sections/SocialProof/index.d.ts +3 -0
  132. package/dist/sections/SocialProof/index.d.ts.map +1 -0
  133. package/dist/sections/Stats/StatItemCard.d.ts +7 -0
  134. package/dist/sections/Stats/StatItemCard.d.ts.map +1 -0
  135. package/dist/sections/Stats/Stats.d.ts +4 -0
  136. package/dist/sections/Stats/Stats.d.ts.map +1 -0
  137. package/dist/sections/Stats/Stats.types.d.ts +131 -0
  138. package/dist/sections/Stats/Stats.types.d.ts.map +1 -0
  139. package/dist/sections/Stats/index.d.ts +7 -0
  140. package/dist/sections/Stats/index.d.ts.map +1 -0
  141. package/dist/sections/Stepper/Stepper.d.ts +4 -0
  142. package/dist/sections/Stepper/Stepper.d.ts.map +1 -0
  143. package/dist/sections/Stepper/Stepper.types.d.ts +101 -0
  144. package/dist/sections/Stepper/Stepper.types.d.ts.map +1 -0
  145. package/dist/sections/Stepper/index.d.ts +3 -0
  146. package/dist/sections/Stepper/index.d.ts.map +1 -0
  147. package/dist/sections/Team/Team.d.ts +4 -0
  148. package/dist/sections/Team/Team.d.ts.map +1 -0
  149. package/dist/sections/Team/Team.types.d.ts +139 -0
  150. package/dist/sections/Team/Team.types.d.ts.map +1 -0
  151. package/dist/sections/Team/TeamMemberCard.d.ts +7 -0
  152. package/dist/sections/Team/TeamMemberCard.d.ts.map +1 -0
  153. package/dist/sections/Team/index.d.ts +7 -0
  154. package/dist/sections/Team/index.d.ts.map +1 -0
  155. package/dist/sections/Testimonials/TestimonialCard.d.ts +7 -0
  156. package/dist/sections/Testimonials/TestimonialCard.d.ts.map +1 -0
  157. package/dist/sections/Testimonials/Testimonials.d.ts +4 -0
  158. package/dist/sections/Testimonials/Testimonials.d.ts.map +1 -0
  159. package/dist/sections/Testimonials/Testimonials.types.d.ts +126 -0
  160. package/dist/sections/Testimonials/Testimonials.types.d.ts.map +1 -0
  161. package/dist/sections/Testimonials/index.d.ts +7 -0
  162. package/dist/sections/Testimonials/index.d.ts.map +1 -0
  163. package/dist/sections/Timeline/Timeline.d.ts +8 -0
  164. package/dist/sections/Timeline/Timeline.d.ts.map +1 -0
  165. package/dist/sections/Timeline/Timeline.types.d.ts +98 -0
  166. package/dist/sections/Timeline/Timeline.types.d.ts.map +1 -0
  167. package/dist/sections/Timeline/index.d.ts +3 -0
  168. package/dist/sections/Timeline/index.d.ts.map +1 -0
  169. package/dist/sections/index.d.ts +31 -0
  170. package/dist/sections/index.d.ts.map +1 -0
  171. package/dist/style.css +1 -0
  172. package/dist/templates/app/AgentEditor/AgentEditor.d.ts +25 -0
  173. package/dist/templates/app/AgentEditor/AgentEditor.d.ts.map +1 -0
  174. package/dist/templates/app/AgentEditor/AgentEditor.types.d.ts +180 -0
  175. package/dist/templates/app/AgentEditor/AgentEditor.types.d.ts.map +1 -0
  176. package/dist/templates/app/AgentEditor/MultiAgentPanel.d.ts +9 -0
  177. package/dist/templates/app/AgentEditor/MultiAgentPanel.d.ts.map +1 -0
  178. package/dist/templates/app/AgentEditor/index.d.ts +3 -0
  179. package/dist/templates/app/AgentEditor/index.d.ts.map +1 -0
  180. package/dist/templates/app/AgentWorkspace/AgentWorkspace.d.ts +5 -0
  181. package/dist/templates/app/AgentWorkspace/AgentWorkspace.d.ts.map +1 -0
  182. package/dist/templates/app/AgentWorkspace/AgentWorkspace.types.d.ts +280 -0
  183. package/dist/templates/app/AgentWorkspace/AgentWorkspace.types.d.ts.map +1 -0
  184. package/dist/templates/app/AgentWorkspace/index.d.ts +8 -0
  185. package/dist/templates/app/AgentWorkspace/index.d.ts.map +1 -0
  186. package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.d.ts +4 -0
  187. package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.d.ts.map +1 -0
  188. package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.types.d.ts +69 -0
  189. package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.types.d.ts.map +1 -0
  190. package/dist/templates/app/ChatPageTemplate/index.d.ts +19 -0
  191. package/dist/templates/app/ChatPageTemplate/index.d.ts.map +1 -0
  192. package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts +23 -0
  193. package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts.map +1 -0
  194. package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts +54 -0
  195. package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts.map +1 -0
  196. package/dist/templates/app/DashboardTemplate/index.d.ts +3 -0
  197. package/dist/templates/app/DashboardTemplate/index.d.ts.map +1 -0
  198. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts +20 -0
  199. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts.map +1 -0
  200. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts +40 -0
  201. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts.map +1 -0
  202. package/dist/templates/app/KanbanPageTemplate/index.d.ts +3 -0
  203. package/dist/templates/app/KanbanPageTemplate/index.d.ts.map +1 -0
  204. package/dist/templates/app/LoginTemplate/LoginTemplate.d.ts +5 -0
  205. package/dist/templates/app/LoginTemplate/LoginTemplate.d.ts.map +1 -0
  206. package/dist/templates/app/LoginTemplate/LoginTemplate.types.d.ts +207 -0
  207. package/dist/templates/app/LoginTemplate/LoginTemplate.types.d.ts.map +1 -0
  208. package/dist/templates/app/LoginTemplate/index.d.ts +8 -0
  209. package/dist/templates/app/LoginTemplate/index.d.ts.map +1 -0
  210. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts +25 -0
  211. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts.map +1 -0
  212. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts +83 -0
  213. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts.map +1 -0
  214. package/dist/templates/app/ProfilePageTemplate/index.d.ts +3 -0
  215. package/dist/templates/app/ProfilePageTemplate/index.d.ts.map +1 -0
  216. package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts +22 -0
  217. package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts.map +1 -0
  218. package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts +67 -0
  219. package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts.map +1 -0
  220. package/dist/templates/app/SettingsTemplate/index.d.ts +3 -0
  221. package/dist/templates/app/SettingsTemplate/index.d.ts.map +1 -0
  222. package/dist/templates/app/index.d.ts +22 -0
  223. package/dist/templates/app/index.d.ts.map +1 -0
  224. package/dist/templates/index.d.ts +18 -0
  225. package/dist/templates/index.d.ts.map +1 -0
  226. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts +20 -0
  227. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts.map +1 -0
  228. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts +67 -0
  229. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts.map +1 -0
  230. package/dist/templates/marketing/AboutPageTemplate/index.d.ts +3 -0
  231. package/dist/templates/marketing/AboutPageTemplate/index.d.ts.map +1 -0
  232. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts +19 -0
  233. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts.map +1 -0
  234. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts +56 -0
  235. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts.map +1 -0
  236. package/dist/templates/marketing/ContactPageTemplate/index.d.ts +3 -0
  237. package/dist/templates/marketing/ContactPageTemplate/index.d.ts.map +1 -0
  238. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts +20 -0
  239. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts.map +1 -0
  240. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts +89 -0
  241. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts.map +1 -0
  242. package/dist/templates/marketing/LandingPageTemplate/index.d.ts +3 -0
  243. package/dist/templates/marketing/LandingPageTemplate/index.d.ts.map +1 -0
  244. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts +19 -0
  245. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts.map +1 -0
  246. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts +63 -0
  247. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts.map +1 -0
  248. package/dist/templates/marketing/PricingPageTemplate/index.d.ts +3 -0
  249. package/dist/templates/marketing/PricingPageTemplate/index.d.ts.map +1 -0
  250. package/dist/templates/marketing/index.d.ts +14 -0
  251. package/dist/templates/marketing/index.d.ts.map +1 -0
  252. package/package.json +94 -0
@@ -0,0 +1,56 @@
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 { ContactProps } from '../../../sections/Contact';
6
+ import { FAQProps } from '../../../sections/FAQ';
7
+ import { FooterProps } from '../../../sections/Footer';
8
+
9
+ /**
10
+ * ContactPageTemplate props
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * <ContactPageTemplate
15
+ * hero={{ headline: 'Get in touch' }}
16
+ * contact={{
17
+ * contactInfo: [...],
18
+ * formFields: [...],
19
+ * onSubmit: handleSubmit
20
+ * }}
21
+ * />
22
+ * ```
23
+ */
24
+ export interface ContactPageTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, "title"> {
25
+ /**
26
+ * Navbar configuration
27
+ */
28
+ navbar?: NavbarProps & {
29
+ children?: ReactNode;
30
+ };
31
+ /**
32
+ * Hero section (required) - typically smaller for contact pages
33
+ */
34
+ hero: HeroProps;
35
+ /**
36
+ * Gallery carousel for office locations/photos
37
+ */
38
+ locationsCarousel?: Omit<CarouselSectionProps, "variant">;
39
+ /**
40
+ * Contact section with form and info (required)
41
+ */
42
+ contact: ContactProps;
43
+ /**
44
+ * FAQ section for common questions
45
+ */
46
+ faq?: FAQProps;
47
+ /**
48
+ * Footer section
49
+ */
50
+ footer?: FooterProps;
51
+ /**
52
+ * Additional children rendered before footer
53
+ */
54
+ children?: ReactNode;
55
+ }
56
+ //# 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,iBAAiB,CAAC;AACnD,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,CACpD,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,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,20 @@
1
+ import { LandingPageTemplateProps } from './LandingPageTemplate.types';
2
+
3
+ /**
4
+ * LandingPageTemplate - Full landing page composition
5
+ *
6
+ * Combines multiple Orion sections into a complete, ready-to-use landing page.
7
+ * All sections are optional except Hero, allowing flexible page composition.
8
+ *
9
+ * @example
10
+ * ```tsx
11
+ * <LandingPageTemplate
12
+ * hero={{ title: 'Welcome', primaryAction: <Button>Start</Button> }}
13
+ * features={{ items: featureItems }}
14
+ * pricing={{ plans: pricingPlans }}
15
+ * />
16
+ * ```
17
+ */
18
+ export declare const LandingPageTemplate: import('react').ForwardRefExoticComponent<LandingPageTemplateProps & import('react').RefAttributes<HTMLDivElement>>;
19
+ export default LandingPageTemplate;
20
+ //# 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,qHAkF/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,89 @@
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 { LogoCloudProps } from '../../../sections/LogoCloud';
6
+ import { FeaturesProps } from '../../../sections/Features';
7
+ import { StatsProps } from '../../../sections/Stats';
8
+ import { PricingProps } from '../../../sections/Pricing';
9
+ import { TestimonialsProps } from '../../../sections/Testimonials';
10
+ import { FAQProps } from '../../../sections/FAQ';
11
+ import { CTAProps } from '../../../sections/CTA';
12
+ import { FooterProps } from '../../../sections/Footer';
13
+
14
+ /**
15
+ * LandingPageTemplate props
16
+ *
17
+ * @example
18
+ * ```tsx
19
+ * <LandingPageTemplate
20
+ * navbar={{ variant: 'solid', sticky: true }}
21
+ * hero={{
22
+ * headline: 'Build Products 10x Faster',
23
+ * primaryAction: <Button>Get Started</Button>
24
+ * }}
25
+ * features={{ items: [...] }}
26
+ * pricing={{ plans: [...] }}
27
+ * footer={{ brand: {...}, linkGroups: [...] }}
28
+ * />
29
+ * ```
30
+ */
31
+ export interface LandingPageTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, "title"> {
32
+ /**
33
+ * Navbar configuration
34
+ */
35
+ navbar?: NavbarProps & {
36
+ children?: ReactNode;
37
+ };
38
+ /**
39
+ * Hero section (required)
40
+ */
41
+ hero: HeroProps;
42
+ /**
43
+ * Editorial carousel for featured stories/content
44
+ * Displays as magazine-style with large images and text overlays
45
+ */
46
+ featuredCarousel?: Omit<CarouselSectionProps, "variant">;
47
+ /**
48
+ * Logo cloud for social proof
49
+ */
50
+ logoCloud?: LogoCloudProps;
51
+ /**
52
+ * Features section
53
+ */
54
+ features?: FeaturesProps;
55
+ /**
56
+ * Stats/metrics section
57
+ */
58
+ stats?: StatsProps;
59
+ /**
60
+ * Product carousel for showcasing features/products
61
+ * Displays as product showcase cards
62
+ */
63
+ productCarousel?: Omit<CarouselSectionProps, "variant">;
64
+ /**
65
+ * Pricing section
66
+ */
67
+ pricing?: PricingProps;
68
+ /**
69
+ * Testimonials section
70
+ */
71
+ testimonials?: TestimonialsProps;
72
+ /**
73
+ * FAQ section
74
+ */
75
+ faq?: FAQProps;
76
+ /**
77
+ * Call-to-action section
78
+ */
79
+ cta?: CTAProps;
80
+ /**
81
+ * Footer section
82
+ */
83
+ footer?: FooterProps;
84
+ /**
85
+ * Additional children rendered before footer
86
+ */
87
+ children?: ReactNode;
88
+ }
89
+ //# sourceMappingURL=LandingPageTemplate.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LandingPageTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/LandingPageTemplate/LandingPageTemplate.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,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CACpD,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;;;OAGG;IACH,gBAAgB,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,SAAS,CAAC,CAAC;IAEzD;;OAEG;IACH,SAAS,CAAC,EAAE,cAAc,CAAC;IAE3B;;OAEG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IAEzB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IAEnB;;;OAGG;IACH,eAAe,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,SAAS,CAAC,CAAC;IAExD;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IAEvB;;OAEG;IACH,YAAY,CAAC,EAAE,iBAAiB,CAAC;IAEjC;;OAEG;IACH,GAAG,CAAC,EAAE,QAAQ,CAAC;IAEf;;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 { LandingPageTemplate, default } from './LandingPageTemplate';
2
+ export type { LandingPageTemplateProps } from './LandingPageTemplate.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/LandingPageTemplate/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,19 @@
1
+ import { PricingPageTemplateProps } from './PricingPageTemplate.types';
2
+
3
+ /**
4
+ * PricingPageTemplate - Full pricing page composition
5
+ *
6
+ * Combines Hero, Pricing cards, Comparison table, and FAQ into a complete pricing page.
7
+ *
8
+ * @example
9
+ * ```tsx
10
+ * <PricingPageTemplate
11
+ * hero={{ headline: 'Choose your plan' }}
12
+ * pricing={{ plans: pricingPlans }}
13
+ * comparison={{ columns: cols, features: features }}
14
+ * />
15
+ * ```
16
+ */
17
+ export declare const PricingPageTemplate: import('react').ForwardRefExoticComponent<PricingPageTemplateProps & import('react').RefAttributes<HTMLDivElement>>;
18
+ export default PricingPageTemplate;
19
+ //# sourceMappingURL=PricingPageTemplate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PricingPageTemplate.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/PricingPageTemplate/PricingPageTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAc5E;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,mBAAmB,qHA0D/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,63 @@
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 { PricingProps } from '../../../sections/Pricing';
6
+ import { ComparisonProps } from '../../../sections/Comparison';
7
+ import { FAQProps } from '../../../sections/FAQ';
8
+ import { CTAProps } from '../../../sections/CTA';
9
+ import { FooterProps } from '../../../sections/Footer';
10
+
11
+ /**
12
+ * PricingPageTemplate props
13
+ *
14
+ * @example
15
+ * ```tsx
16
+ * <PricingPageTemplate
17
+ * hero={{ headline: 'Simple, transparent pricing' }}
18
+ * pricing={{ plans: [...] }}
19
+ * comparison={{ columns: [...], features: [...] }}
20
+ * />
21
+ * ```
22
+ */
23
+ export interface PricingPageTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, "title"> {
24
+ /**
25
+ * Navbar configuration
26
+ */
27
+ navbar?: NavbarProps & {
28
+ children?: ReactNode;
29
+ };
30
+ /**
31
+ * Hero section (required) - typically smaller for pricing pages
32
+ */
33
+ hero: HeroProps;
34
+ /**
35
+ * Product carousel for showcasing key features
36
+ */
37
+ featuresCarousel?: Omit<CarouselSectionProps, "variant">;
38
+ /**
39
+ * Pricing cards section (required)
40
+ */
41
+ pricing: PricingProps;
42
+ /**
43
+ * Feature comparison table
44
+ */
45
+ comparison?: ComparisonProps;
46
+ /**
47
+ * FAQ section for pricing questions
48
+ */
49
+ faq?: FAQProps;
50
+ /**
51
+ * Call-to-action section
52
+ */
53
+ cta?: CTAProps;
54
+ /**
55
+ * Footer section
56
+ */
57
+ footer?: FooterProps;
58
+ /**
59
+ * Additional children rendered before footer
60
+ */
61
+ children?: ReactNode;
62
+ }
63
+ //# sourceMappingURL=PricingPageTemplate.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PricingPageTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/PricingPageTemplate/PricingPageTemplate.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,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CACpD,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,gBAAgB,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,SAAS,CAAC,CAAC;IAEzD;;OAEG;IACH,OAAO,EAAE,YAAY,CAAC;IAEtB;;OAEG;IACH,UAAU,CAAC,EAAE,eAAe,CAAC;IAE7B;;OAEG;IACH,GAAG,CAAC,EAAE,QAAQ,CAAC;IAEf;;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 { PricingPageTemplate, default } from './PricingPageTemplate';
2
+ export type { PricingPageTemplateProps } from './PricingPageTemplate.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/PricingPageTemplate/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,14 @@
1
+ /**
2
+ * Marketing Page Templates
3
+ *
4
+ * Ready-to-use templates for marketing sites and landing pages.
5
+ */
6
+ export { LandingPageTemplate } from './LandingPageTemplate';
7
+ export type { LandingPageTemplateProps } from './LandingPageTemplate';
8
+ export { PricingPageTemplate } from './PricingPageTemplate';
9
+ export type { PricingPageTemplateProps } from './PricingPageTemplate';
10
+ export { AboutPageTemplate } from './AboutPageTemplate';
11
+ export type { AboutPageTemplateProps } from './AboutPageTemplate';
12
+ export { ContactPageTemplate } from './ContactPageTemplate';
13
+ export type { ContactPageTemplateProps } from './ContactPageTemplate';
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/templates/marketing/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAElE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC"}
package/package.json ADDED
@@ -0,0 +1,94 @@
1
+ {
2
+ "name": "@orion-ds/blocks",
3
+ "version": "1.0.0",
4
+ "description": "Premium sections and templates for Orion Design System - pre-built UI blocks for marketing, app, and SaaS interfaces",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.mjs",
8
+ "types": "./dist/index.d.ts",
9
+ "sideEffects": ["**/*.css"],
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/index.mjs",
13
+ "require": "./dist/index.cjs",
14
+ "types": "./dist/index.d.ts"
15
+ },
16
+ "./client": {
17
+ "import": "./dist/client.mjs",
18
+ "require": "./dist/client.cjs",
19
+ "types": "./dist/client.d.ts"
20
+ },
21
+ "./sections": {
22
+ "import": "./dist/sections/index.mjs",
23
+ "require": "./dist/sections/index.cjs",
24
+ "types": "./dist/sections/index.d.ts"
25
+ },
26
+ "./sections/*": {
27
+ "import": "./dist/sections/*/index.mjs",
28
+ "require": "./dist/sections/*/index.cjs",
29
+ "types": "./dist/sections/*/index.d.ts"
30
+ },
31
+ "./templates": {
32
+ "import": "./dist/templates/index.mjs",
33
+ "require": "./dist/templates/index.cjs",
34
+ "types": "./dist/templates/index.d.ts"
35
+ },
36
+ "./templates/*": {
37
+ "import": "./dist/templates/*/index.mjs",
38
+ "require": "./dist/templates/*/index.cjs",
39
+ "types": "./dist/templates/*/index.d.ts"
40
+ },
41
+ "./styles.css": "./dist/blocks.css"
42
+ },
43
+ "files": ["dist"],
44
+ "peerDependencies": {
45
+ "react": "^18.0.0 || ^19.0.0",
46
+ "react-dom": "^18.0.0 || ^19.0.0",
47
+ "@orion-ds/react": "workspace:*",
48
+ "lucide-react": ">=0.400.0",
49
+ "recharts": ">=3.0.0",
50
+ "@dnd-kit/core": ">=6.0.0",
51
+ "@dnd-kit/sortable": ">=8.0.0"
52
+ },
53
+ "peerDependenciesMeta": {
54
+ "recharts": {
55
+ "optional": true
56
+ },
57
+ "@dnd-kit/core": {
58
+ "optional": true
59
+ },
60
+ "@dnd-kit/sortable": {
61
+ "optional": true
62
+ }
63
+ },
64
+ "scripts": {
65
+ "build": "vite build",
66
+ "build:watch": "vite build --watch",
67
+ "type-check": "tsc --noEmit",
68
+ "dev": "vite build --watch"
69
+ },
70
+ "keywords": [
71
+ "orion",
72
+ "design-system",
73
+ "blocks",
74
+ "sections",
75
+ "templates",
76
+ "react",
77
+ "ui",
78
+ "components"
79
+ ],
80
+ "author": "Orion Design System",
81
+ "license": "MIT",
82
+ "devDependencies": {
83
+ "@types/node": "^20.0.0",
84
+ "@types/react": "^18.2.0 || ^19.0.0",
85
+ "@types/react-dom": "^18.2.0 || ^19.0.0",
86
+ "@vitejs/plugin-react": "^5.0.0",
87
+ "@orion-ds/react": "workspace:*",
88
+ "react": "^18.2.0",
89
+ "react-dom": "^18.2.0",
90
+ "typescript": "^5.3.0",
91
+ "vite": "^5.0.0",
92
+ "vite-plugin-dts": "^3.7.0"
93
+ }
94
+ }