@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,5 @@
1
+ import { default as React } from 'react';
2
+ import { AgentFolderProps } from './AgentFolder.types';
3
+
4
+ export declare const AgentFolder: React.FC<AgentFolderProps>;
5
+ //# sourceMappingURL=AgentFolder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AgentFolder.d.ts","sourceRoot":"","sources":["../../../src/sections/AgentFolder/AgentFolder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAelD,CAAC"}
@@ -0,0 +1,97 @@
1
+ import { HTMLAttributes } from 'react';
2
+ import { AgentCardProps, SortOption } from '@orion-ds/react';
3
+
4
+ export type { SortOption };
5
+ /**
6
+ * AgentFolder component props
7
+ *
8
+ * @example
9
+ * ```tsx
10
+ * <AgentFolder
11
+ * id="folder-1"
12
+ * title="Agentes postgrado"
13
+ * agentCount={2}
14
+ * agents={[...]}
15
+ * defaultExpanded={true}
16
+ * sortOptions={[
17
+ * { label: 'Más reciente', value: 'recent' },
18
+ * { label: 'Alfabético', value: 'alpha' }
19
+ * ]}
20
+ * />
21
+ * ```
22
+ */
23
+ export interface AgentFolderProps extends Omit<HTMLAttributes<HTMLDivElement>, "onDrop"> {
24
+ /**
25
+ * Unique folder identifier
26
+ */
27
+ id: string;
28
+ /**
29
+ * Folder title/name
30
+ */
31
+ title: string;
32
+ /**
33
+ * Number of agents in folder
34
+ */
35
+ agentCount: number;
36
+ /**
37
+ * Array of agents to display
38
+ */
39
+ agents: AgentCardProps[];
40
+ /**
41
+ * Default expanded state
42
+ * @default true
43
+ */
44
+ defaultExpanded?: boolean;
45
+ /**
46
+ * Available sort options
47
+ */
48
+ sortOptions?: SortOption[];
49
+ /**
50
+ * Currently selected sort value
51
+ */
52
+ selectedSort?: string;
53
+ /**
54
+ * Sort option change handler
55
+ */
56
+ onSortChange?: (value: string) => void;
57
+ /**
58
+ * Drop handler for drag & drop
59
+ * @param agentId - ID of the agent being dropped
60
+ * @param folderId - ID of the target folder
61
+ * @param index - Position index where the agent will be inserted (optional, defaults to end)
62
+ */
63
+ onDrop?: (agentId: string, folderId: string, index?: number) => void;
64
+ /**
65
+ * Rename folder handler
66
+ */
67
+ onFolderEdit?: () => void;
68
+ /**
69
+ * Delete folder handler
70
+ */
71
+ onFolderDelete?: () => void;
72
+ /**
73
+ * Invite participants to folder handler
74
+ */
75
+ onFolderInvite?: () => void;
76
+ /**
77
+ * Is this folder currently a valid drop target
78
+ * @internal
79
+ */
80
+ isDropTarget?: boolean;
81
+ /**
82
+ * Briefly set to true after a successful drop for micro-feedback
83
+ * @internal
84
+ */
85
+ isDropCompleted?: boolean;
86
+ /**
87
+ * Callback when drag enters folder (for syncing @dnd-kit state)
88
+ * @internal
89
+ */
90
+ onDragEnter?: () => void;
91
+ /**
92
+ * Callback when drag leaves folder (for syncing @dnd-kit state)
93
+ * @internal
94
+ */
95
+ onDragLeaveFolder?: () => void;
96
+ }
97
+ //# sourceMappingURL=AgentFolder.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AgentFolder.types.d.ts","sourceRoot":"","sources":["../../../src/sections/AgentFolder/AgentFolder.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElE,YAAY,EAAE,UAAU,EAAE,CAAC;AAE3B;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAC5C,cAAc,CAAC,cAAc,CAAC,EAC9B,QAAQ,CACT;IACC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,EAAE,cAAc,EAAE,CAAC;IAEzB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;OAEG;IACH,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAE3B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAEvC;;;;;OAKG;IACH,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAErE;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAE1B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IAEzB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;CAChC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * AgentFolder Section Exports
3
+ *
4
+ * Exports for the AgentFolder section and its types.
5
+ */
6
+ export { AgentFolder } from './AgentFolder';
7
+ export type { AgentFolderProps, SortOption } from './AgentFolder.types';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/AgentFolder/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ import { AppDownloadProps } from './AppDownload.types';
3
+
4
+ /**
5
+ * AppDownload section for mobile app promotion
6
+ */
7
+ export declare const AppDownload: React.FC<AppDownloadProps>;
8
+ //# sourceMappingURL=AppDownload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppDownload.d.ts","sourceRoot":"","sources":["../../../src/sections/AppDownload/AppDownload.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,gBAAgB,EAAiB,MAAM,qBAAqB,CAAC;AAiH3E;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAsGlD,CAAC"}
@@ -0,0 +1,114 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+
3
+ /**
4
+ * App store badge item
5
+ */
6
+ export interface AppStoreBadge {
7
+ /**
8
+ * Store type
9
+ */
10
+ store: "apple" | "google" | "huawei" | "custom";
11
+ /**
12
+ * Download URL
13
+ */
14
+ href: string;
15
+ /**
16
+ * Custom badge image (for 'custom' store)
17
+ */
18
+ badgeImage?: string;
19
+ /**
20
+ * Custom badge alt text
21
+ */
22
+ badgeAlt?: string;
23
+ }
24
+ /**
25
+ * App feature item
26
+ */
27
+ export interface AppFeature {
28
+ /**
29
+ * Feature icon
30
+ */
31
+ icon?: ReactNode;
32
+ /**
33
+ * Feature title
34
+ */
35
+ title: string;
36
+ /**
37
+ * Feature description
38
+ */
39
+ description?: string;
40
+ }
41
+ /**
42
+ * AppDownload section props
43
+ *
44
+ * @example
45
+ * ```tsx
46
+ * <AppDownload
47
+ * title="Download Our App"
48
+ * description="Available on iOS and Android"
49
+ * badges={[
50
+ * { store: 'apple', href: 'https://apps.apple.com/...' },
51
+ * { store: 'google', href: 'https://play.google.com/...' },
52
+ * ]}
53
+ * appImage="/app-preview.png"
54
+ * />
55
+ * ```
56
+ */
57
+ export interface AppDownloadProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
58
+ /**
59
+ * Optional eyebrow text
60
+ */
61
+ eyebrow?: ReactNode;
62
+ /**
63
+ * Section title
64
+ */
65
+ title: ReactNode;
66
+ /**
67
+ * Section description
68
+ */
69
+ description?: ReactNode;
70
+ /**
71
+ * App store badges
72
+ */
73
+ badges: AppStoreBadge[];
74
+ /**
75
+ * App preview image/screenshot
76
+ */
77
+ appImage?: string;
78
+ /**
79
+ * QR code image for direct download
80
+ */
81
+ qrCode?: string;
82
+ /**
83
+ * Show QR code
84
+ * @default false
85
+ */
86
+ showQrCode?: boolean;
87
+ /**
88
+ * App features list
89
+ */
90
+ features?: AppFeature[];
91
+ /**
92
+ * Layout variant
93
+ * @default 'centered'
94
+ */
95
+ layout?: "centered" | "split-left" | "split-right";
96
+ /**
97
+ * Background style
98
+ * @default 'gradient'
99
+ */
100
+ background?: "base" | "subtle" | "gradient" | "dark";
101
+ /**
102
+ * App rating
103
+ */
104
+ rating?: {
105
+ value: number;
106
+ count: string;
107
+ };
108
+ /**
109
+ * Compact mode
110
+ * @default false
111
+ */
112
+ compact?: boolean;
113
+ }
114
+ //# sourceMappingURL=AppDownload.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppDownload.types.d.ts","sourceRoot":"","sources":["../../../src/sections/AppDownload/AppDownload.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,KAAK,EAAE,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAEhD;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAC5C,cAAc,CAAC,WAAW,CAAC,EAC3B,OAAO,CACR;IACC;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,EAAE,SAAS,CAAC;IAEjB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,MAAM,EAAE,aAAa,EAAE,CAAC;IAExB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;IAExB;;;OAGG;IACH,MAAM,CAAC,EAAE,UAAU,GAAG,YAAY,GAAG,aAAa,CAAC;IAEnD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC;IAErD;;OAEG;IACH,MAAM,CAAC,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IAEF;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -0,0 +1,3 @@
1
+ export { AppDownload } from './AppDownload';
2
+ export type { AppDownloadProps, AppStoreBadge, AppFeature, } from './AppDownload.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/AppDownload/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EACV,gBAAgB,EAChB,aAAa,EACb,UAAU,GACX,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ import { BlogProps } from './Blog.types';
3
+
4
+ /**
5
+ * Blog section for displaying articles
6
+ */
7
+ export declare const Blog: React.FC<BlogProps>;
8
+ //# sourceMappingURL=Blog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Blog.d.ts","sourceRoot":"","sources":["../../../src/sections/Blog/Blog.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAe,MAAM,cAAc,CAAC;AAuF3D;;GAEG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA8FpC,CAAC"}
@@ -0,0 +1,139 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+
3
+ /**
4
+ * Blog article item
5
+ */
6
+ export interface BlogArticle {
7
+ /**
8
+ * Article unique identifier
9
+ */
10
+ id: string | number;
11
+ /**
12
+ * Article title
13
+ */
14
+ title: string;
15
+ /**
16
+ * Article excerpt/summary
17
+ */
18
+ excerpt: string;
19
+ /**
20
+ * Featured image URL
21
+ */
22
+ image?: string;
23
+ /**
24
+ * Article category
25
+ */
26
+ category?: string;
27
+ /**
28
+ * Author information
29
+ */
30
+ author?: {
31
+ name: string;
32
+ avatar?: string;
33
+ };
34
+ /**
35
+ * Publication date
36
+ */
37
+ date?: string;
38
+ /**
39
+ * Reading time in minutes
40
+ */
41
+ readTime?: number;
42
+ /**
43
+ * Article URL
44
+ */
45
+ href?: string;
46
+ /**
47
+ * Tags/labels
48
+ */
49
+ tags?: string[];
50
+ }
51
+ /**
52
+ * Blog layout variants
53
+ */
54
+ export type BlogLayout = "grid" | "list" | "featured";
55
+ /**
56
+ * Blog section props
57
+ *
58
+ * @example
59
+ * ```tsx
60
+ * <Blog
61
+ * title="Latest Articles"
62
+ * articles={[
63
+ * {
64
+ * id: 1,
65
+ * title: "Getting Started",
66
+ * excerpt: "Learn the basics...",
67
+ * image: "/blog/getting-started.jpg",
68
+ * author: { name: "John Doe" },
69
+ * date: "2024-01-15"
70
+ * }
71
+ * ]}
72
+ * layout="grid"
73
+ * columns={3}
74
+ * />
75
+ * ```
76
+ */
77
+ export interface BlogProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
78
+ /**
79
+ * Optional eyebrow text
80
+ */
81
+ eyebrow?: ReactNode;
82
+ /**
83
+ * Section title
84
+ */
85
+ title?: ReactNode;
86
+ /**
87
+ * Section description
88
+ */
89
+ description?: ReactNode;
90
+ /**
91
+ * Array of articles
92
+ */
93
+ articles: BlogArticle[];
94
+ /**
95
+ * Layout variant
96
+ * @default 'grid'
97
+ */
98
+ layout?: BlogLayout;
99
+ /**
100
+ * Number of columns for grid layout
101
+ * @default 3
102
+ */
103
+ columns?: 2 | 3 | 4;
104
+ /**
105
+ * Show author info
106
+ * @default true
107
+ */
108
+ showAuthor?: boolean;
109
+ /**
110
+ * Show date
111
+ * @default true
112
+ */
113
+ showDate?: boolean;
114
+ /**
115
+ * Show category badge
116
+ * @default true
117
+ */
118
+ showCategory?: boolean;
119
+ /**
120
+ * Show read time
121
+ * @default true
122
+ */
123
+ showReadTime?: boolean;
124
+ /**
125
+ * Background style
126
+ * @default 'base'
127
+ */
128
+ background?: "base" | "subtle" | "none";
129
+ /**
130
+ * View all link
131
+ */
132
+ viewAllHref?: string;
133
+ /**
134
+ * View all link text
135
+ * @default 'View all articles'
136
+ */
137
+ viewAllText?: string;
138
+ }
139
+ //# sourceMappingURL=Blog.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Blog.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Blog/Blog.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IAEpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,CAAC,EAAE;QACP,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;IAEF;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,UAAU,CAAC;AAEtD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC3E;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,QAAQ,EAAE,WAAW,EAAE,CAAC;IAExB;;;OAGG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,3 @@
1
+ export { Blog } from './Blog';
2
+ export type { BlogProps, BlogArticle, BlogLayout } from './Blog.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Blog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { BreadcrumbsProps } from './Breadcrumbs.types';
2
+
3
+ export declare const Breadcrumbs: import('react').ForwardRefExoticComponent<BreadcrumbsProps & import('react').RefAttributes<HTMLElement>>;
4
+ //# sourceMappingURL=Breadcrumbs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../src/sections/Breadcrumbs/Breadcrumbs.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAIH,OAAO,KAAK,EAAE,gBAAgB,EAAkB,MAAM,qBAAqB,CAAC;AAG5E,eAAO,MAAM,WAAW,0GAiIvB,CAAC"}
@@ -0,0 +1,78 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+
3
+ /**
4
+ * Breadcrumb item
5
+ */
6
+ export interface BreadcrumbItem {
7
+ /**
8
+ * Unique identifier
9
+ */
10
+ id: string;
11
+ /**
12
+ * Item label
13
+ */
14
+ label: string;
15
+ /**
16
+ * Link URL (optional - last item typically has no href)
17
+ */
18
+ href?: string;
19
+ /**
20
+ * Optional icon
21
+ */
22
+ icon?: ReactNode;
23
+ /**
24
+ * Click handler (alternative to href)
25
+ */
26
+ onClick?: () => void;
27
+ }
28
+ /**
29
+ * Breadcrumbs section props
30
+ *
31
+ * @example
32
+ * ```tsx
33
+ * <Breadcrumbs
34
+ * items={[
35
+ * { id: 'home', label: 'Home', href: '/' },
36
+ * { id: 'projects', label: 'Projects', href: '/projects' },
37
+ * { id: 'current', label: 'Project Alpha' }
38
+ * ]}
39
+ * />
40
+ * ```
41
+ */
42
+ export interface BreadcrumbsProps extends HTMLAttributes<HTMLElement> {
43
+ /**
44
+ * Breadcrumb items
45
+ */
46
+ items: BreadcrumbItem[];
47
+ /**
48
+ * Custom separator
49
+ * @default "/"
50
+ */
51
+ separator?: ReactNode;
52
+ /**
53
+ * Maximum items to show before collapsing
54
+ * @default undefined (no collapse)
55
+ */
56
+ maxItems?: number;
57
+ /**
58
+ * Number of items to show at start when collapsed
59
+ * @default 1
60
+ */
61
+ itemsBeforeCollapse?: number;
62
+ /**
63
+ * Number of items to show at end when collapsed
64
+ * @default 1
65
+ */
66
+ itemsAfterCollapse?: number;
67
+ /**
68
+ * Show home icon for first item
69
+ * @default false
70
+ */
71
+ showHomeIcon?: boolean;
72
+ /**
73
+ * Size variant
74
+ * @default "md"
75
+ */
76
+ size?: "sm" | "md" | "lg";
77
+ }
78
+ //# sourceMappingURL=Breadcrumbs.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Breadcrumbs.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Breadcrumbs/Breadcrumbs.types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,gBAAiB,SAAQ,cAAc,CAAC,WAAW,CAAC;IACnE;;OAEG;IACH,KAAK,EAAE,cAAc,EAAE,CAAC;IAExB;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B"}
@@ -0,0 +1,3 @@
1
+ export { Breadcrumbs } from './Breadcrumbs';
2
+ export type { BreadcrumbsProps, BreadcrumbItem } from './Breadcrumbs.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Breadcrumbs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { CTAProps } from './CTA.types';
2
+
3
+ export declare const CTA: import('react').ForwardRefExoticComponent<CTAProps & import('react').RefAttributes<HTMLElement>>;
4
+ //# sourceMappingURL=CTA.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CTA.d.ts","sourceRoot":"","sources":["../../../src/sections/CTA/CTA.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAM5C,eAAO,MAAM,GAAG,kGAsEf,CAAC"}
@@ -0,0 +1,74 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+
3
+ /**
4
+ * CTA visual variants
5
+ */
6
+ export type CTAVariant = "default" | "brand" | "subtle" | "outline";
7
+ /**
8
+ * CTA size variants
9
+ */
10
+ export type CTASize = "sm" | "md" | "lg";
11
+ /**
12
+ * CTA section props
13
+ *
14
+ * @example
15
+ * ```tsx
16
+ * <CTA
17
+ * title="Ready to get started?"
18
+ * description="Join thousands of developers building with Orion"
19
+ * actions={
20
+ * <>
21
+ * <Button size="lg">Start Free Trial</Button>
22
+ * <Button size="lg" variant="ghost">Contact Sales</Button>
23
+ * </>
24
+ * }
25
+ * />
26
+ * ```
27
+ */
28
+ export interface CTAProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
29
+ /**
30
+ * Main title text
31
+ */
32
+ title?: ReactNode;
33
+ /**
34
+ * @deprecated Use `title` instead. Will be removed in v3.0.
35
+ */
36
+ headline?: ReactNode;
37
+ /**
38
+ * Supporting description text
39
+ */
40
+ description?: ReactNode;
41
+ /**
42
+ * Action buttons/elements
43
+ */
44
+ actions?: ReactNode;
45
+ /**
46
+ * Additional text below actions (disclaimers, etc.)
47
+ */
48
+ footnote?: ReactNode;
49
+ /**
50
+ * Visual variant
51
+ * - default: Standard background
52
+ * - brand: Brand color background
53
+ * - subtle: Subtle background
54
+ * - outline: Outlined container
55
+ * @default 'brand'
56
+ */
57
+ variant?: CTAVariant;
58
+ /**
59
+ * Size variant
60
+ * @default 'md'
61
+ */
62
+ size?: CTASize;
63
+ /**
64
+ * Text alignment
65
+ * @default 'center'
66
+ */
67
+ align?: "left" | "center";
68
+ /**
69
+ * Render as card (contained box) vs full-width section
70
+ * @default true
71
+ */
72
+ contained?: boolean;
73
+ }
74
+ //# sourceMappingURL=CTA.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CTA.types.d.ts","sourceRoot":"","sources":["../../../src/sections/CTA/CTA.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,CAAC;AAEpE;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,WAAW,QAAS,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC1E;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,UAAU,CAAC;IAErB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAE1B;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * CTA Component Exports
3
+ */
4
+ export { CTA } from './CTA';
5
+ export type { CTAProps, CTAVariant, CTASize } from './CTA.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/CTA/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { CarouselSectionProps } from './CarouselSection.types';
2
+
3
+ export declare const CarouselSection: import('react').ForwardRefExoticComponent<CarouselSectionProps & import('react').RefAttributes<HTMLElement>>;
4
+ //# sourceMappingURL=CarouselSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CarouselSection.d.ts","sourceRoot":"","sources":["../../../src/sections/CarouselSection/CarouselSection.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AAUH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAYpE,eAAO,MAAM,eAAe,8GAuN3B,CAAC"}