@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,93 @@
1
+ /**
2
+ * LandingPageTemplate Types
3
+ *
4
+ * Type definitions for the full landing 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 { LogoCloudProps } from '../../../sections/LogoCloud';
11
+ import type { FeaturesProps } from '../../../sections/Features';
12
+ import type { StatsProps } from '../../../sections/Stats';
13
+ import type { PricingProps } from '../../../sections/Pricing';
14
+ import type { TestimonialsProps } from '../../../sections/Testimonials';
15
+ import type { FAQProps } from '../../../sections/FAQ';
16
+ import type { CTAProps } from '../../../sections/CTA';
17
+ import type { FooterProps } from '../../../sections/Footer';
18
+ /**
19
+ * LandingPageTemplate props
20
+ *
21
+ * @example
22
+ * ```tsx
23
+ * <LandingPageTemplate
24
+ * navbar={{ variant: 'solid', sticky: true }}
25
+ * hero={{
26
+ * headline: 'Build Products 10x Faster',
27
+ * primaryAction: <Button>Get Started</Button>
28
+ * }}
29
+ * features={{ items: [...] }}
30
+ * pricing={{ plans: [...] }}
31
+ * footer={{ brand: {...}, linkGroups: [...] }}
32
+ * />
33
+ * ```
34
+ */
35
+ export interface LandingPageTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
36
+ /**
37
+ * Navbar configuration
38
+ */
39
+ navbar?: NavbarProps & {
40
+ children?: ReactNode;
41
+ };
42
+ /**
43
+ * Hero section (required)
44
+ */
45
+ hero: HeroProps;
46
+ /**
47
+ * Editorial carousel for featured stories/content
48
+ * Displays as magazine-style with large images and text overlays
49
+ */
50
+ featuredCarousel?: Omit<CarouselSectionProps, 'variant'>;
51
+ /**
52
+ * Logo cloud for social proof
53
+ */
54
+ logoCloud?: LogoCloudProps;
55
+ /**
56
+ * Features section
57
+ */
58
+ features?: FeaturesProps;
59
+ /**
60
+ * Stats/metrics section
61
+ */
62
+ stats?: StatsProps;
63
+ /**
64
+ * Product carousel for showcasing features/products
65
+ * Displays as product showcase cards
66
+ */
67
+ productCarousel?: Omit<CarouselSectionProps, 'variant'>;
68
+ /**
69
+ * Pricing section
70
+ */
71
+ pricing?: PricingProps;
72
+ /**
73
+ * Testimonials section
74
+ */
75
+ testimonials?: TestimonialsProps;
76
+ /**
77
+ * FAQ section
78
+ */
79
+ faq?: FAQProps;
80
+ /**
81
+ * Call-to-action section
82
+ */
83
+ cta?: CTAProps;
84
+ /**
85
+ * Footer section
86
+ */
87
+ footer?: FooterProps;
88
+ /**
89
+ * Additional children rendered before footer
90
+ */
91
+ children?: ReactNode;
92
+ }
93
+ //# 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,4BAA4B,CAAC;AAC9D,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,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;;;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,24 @@
1
+ /**
2
+ * PricingPageTemplate
3
+ *
4
+ * A complete pricing page template composing Orion sections.
5
+ * Designed for SaaS and product pricing pages.
6
+ */
7
+ import type { PricingPageTemplateProps } from './PricingPageTemplate.types';
8
+ /**
9
+ * PricingPageTemplate - Full pricing page composition
10
+ *
11
+ * Combines Hero, Pricing cards, Comparison table, and FAQ into a complete pricing page.
12
+ *
13
+ * @example
14
+ * ```tsx
15
+ * <PricingPageTemplate
16
+ * hero={{ headline: 'Choose your plan' }}
17
+ * pricing={{ plans: pricingPlans }}
18
+ * comparison={{ columns: cols, features: features }}
19
+ * />
20
+ * ```
21
+ */
22
+ export declare const PricingPageTemplate: import("react").ForwardRefExoticComponent<PricingPageTemplateProps & import("react").RefAttributes<HTMLDivElement>>;
23
+ export default PricingPageTemplate;
24
+ //# 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,qHAuD/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,67 @@
1
+ /**
2
+ * PricingPageTemplate Types
3
+ *
4
+ * Type definitions for the pricing 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 { PricingProps } from '../../../sections/Pricing';
11
+ import type { ComparisonProps } from '../../../sections/Comparison';
12
+ import type { FAQProps } from '../../../sections/FAQ';
13
+ import type { CTAProps } from '../../../sections/CTA';
14
+ import type { FooterProps } from '../../../sections/Footer';
15
+ /**
16
+ * PricingPageTemplate props
17
+ *
18
+ * @example
19
+ * ```tsx
20
+ * <PricingPageTemplate
21
+ * hero={{ headline: 'Simple, transparent pricing' }}
22
+ * pricing={{ plans: [...] }}
23
+ * comparison={{ columns: [...], features: [...] }}
24
+ * />
25
+ * ```
26
+ */
27
+ export interface PricingPageTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
28
+ /**
29
+ * Navbar configuration
30
+ */
31
+ navbar?: NavbarProps & {
32
+ children?: ReactNode;
33
+ };
34
+ /**
35
+ * Hero section (required) - typically smaller for pricing pages
36
+ */
37
+ hero: HeroProps;
38
+ /**
39
+ * Product carousel for showcasing key features
40
+ */
41
+ featuresCarousel?: Omit<CarouselSectionProps, 'variant'>;
42
+ /**
43
+ * Pricing cards section (required)
44
+ */
45
+ pricing: PricingProps;
46
+ /**
47
+ * Feature comparison table
48
+ */
49
+ comparison?: ComparisonProps;
50
+ /**
51
+ * FAQ section for pricing questions
52
+ */
53
+ faq?: FAQProps;
54
+ /**
55
+ * Call-to-action section
56
+ */
57
+ cta?: CTAProps;
58
+ /**
59
+ * Footer section
60
+ */
61
+ footer?: FooterProps;
62
+ /**
63
+ * Additional children rendered before footer
64
+ */
65
+ children?: ReactNode;
66
+ }
67
+ //# sourceMappingURL=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,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,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,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,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"}
@@ -12,7 +12,7 @@
12
12
  * <link href={GOOGLE_FONTS_URL} rel="stylesheet" />
13
13
  *
14
14
  * // Or check which fonts a brand needs
15
- * console.log(BRAND_FONTS.lemon); // ['Fugaz One', 'Work Sans', 'JetBrains Mono']
15
+ * console.log(BRAND_FONTS.lemon); // ['Anton', 'Work Sans', 'JetBrains Mono']
16
16
  * ```
17
17
  */
18
18
  import type { Brand } from '../hooks/useTheme';
@@ -23,7 +23,7 @@ export declare const BRAND_FONTS: Record<Brand, string[]>;
23
23
  /**
24
24
  * All unique font families used across all brands
25
25
  */
26
- export declare const ALL_FONTS: readonly ["Libre Baskerville", "DM Sans", "Inter", "JetBrains Mono", "Work Sans", "Poppins", "Fugaz One"];
26
+ export declare const ALL_FONTS: readonly ["Libre Baskerville", "DM Sans", "Inter", "JetBrains Mono", "Work Sans", "Poppins", "Anton"];
27
27
  /**
28
28
  * Google Fonts URL with all fonts needed for all brands
29
29
  *
@@ -1 +1 @@
1
- {"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../src/utils/fonts.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAM/C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS,2GAQZ,CAAC;AAEX;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,QASb,CAAC;AAEjB;;GAEG;AACH,eAAO,MAAM,oBAAoB,wEAGvB,CAAC;AAEX;;GAEG;AACH,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CASxD;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAGzD;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,CAGtD;AAED;;GAEG;AACH,wBAAsB,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,OAAO,CAAC,CAWpE;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,MAAM,CAIxC"}
1
+ {"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../src/utils/fonts.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAM/C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS,uGAQZ,CAAC;AAEX;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,QASb,CAAC;AAEjB;;GAEG;AACH,eAAO,MAAM,oBAAoB,wEAGvB,CAAC;AAEX;;GAEG;AACH,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CASxD;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAGzD;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,CAGtD;AAED;;GAEG;AACH,wBAAsB,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,OAAO,CAAC,CAWpE;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,MAAM,CAIxC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-ds/react",
3
- "version": "1.1.6",
3
+ "version": "1.2.0",
4
4
  "description": "Orion Design System - React component library with 39 fully-documented AI-ready components",
5
5
  "author": "Orion Design System Team",
6
6
  "main": "dist/index.cjs",
@@ -68,7 +68,7 @@
68
68
  "react-dom": "^19.2.4"
69
69
  },
70
70
  "dependencies": {
71
- "@orion-ds/core": "^1.1.0",
71
+ "@orion-ds/core": "^1.2.0",
72
72
  "lucide-react": "^0.563.0"
73
73
  },
74
74
  "devDependencies": {