@orion-ds/react 1.1.6 → 1.1.7

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 (199) hide show
  1. package/README.md +3 -3
  2. package/dist/components/Carousel/Carousel.d.ts +32 -0
  3. package/dist/components/Carousel/Carousel.d.ts.map +1 -0
  4. package/dist/components/Carousel/Carousel.types.d.ts +190 -0
  5. package/dist/components/Carousel/Carousel.types.d.ts.map +1 -0
  6. package/dist/components/Carousel/CarouselCard.d.ts +12 -0
  7. package/dist/components/Carousel/CarouselCard.d.ts.map +1 -0
  8. package/dist/components/Carousel/index.d.ts +10 -0
  9. package/dist/components/Carousel/index.d.ts.map +1 -0
  10. package/dist/components/index.d.ts +2 -0
  11. package/dist/components/index.d.ts.map +1 -1
  12. package/dist/index.cjs +21 -21
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.ts +4 -0
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/index.mjs +17841 -14282
  17. package/dist/index.mjs.map +1 -1
  18. package/dist/react.css +1 -1
  19. package/dist/sections/ActivityFeed/ActivityFeed.d.ts +24 -0
  20. package/dist/sections/ActivityFeed/ActivityFeed.d.ts.map +1 -0
  21. package/dist/sections/ActivityFeed/ActivityFeed.types.d.ts +160 -0
  22. package/dist/sections/ActivityFeed/ActivityFeed.types.d.ts.map +1 -0
  23. package/dist/sections/ActivityFeed/index.d.ts +3 -0
  24. package/dist/sections/ActivityFeed/index.d.ts.map +1 -0
  25. package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts +20 -0
  26. package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  27. package/dist/sections/Breadcrumbs/Breadcrumbs.types.d.ts +83 -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/CarouselSection/CarouselSection.d.ts +35 -0
  32. package/dist/sections/CarouselSection/CarouselSection.d.ts.map +1 -0
  33. package/dist/sections/CarouselSection/CarouselSection.types.d.ts +119 -0
  34. package/dist/sections/CarouselSection/CarouselSection.types.d.ts.map +1 -0
  35. package/dist/sections/CarouselSection/index.d.ts +11 -0
  36. package/dist/sections/CarouselSection/index.d.ts.map +1 -0
  37. package/dist/sections/CommandBar/CommandBar.d.ts +20 -0
  38. package/dist/sections/CommandBar/CommandBar.d.ts.map +1 -0
  39. package/dist/sections/CommandBar/CommandBar.types.d.ts +113 -0
  40. package/dist/sections/CommandBar/CommandBar.types.d.ts.map +1 -0
  41. package/dist/sections/CommandBar/index.d.ts +3 -0
  42. package/dist/sections/CommandBar/index.d.ts.map +1 -0
  43. package/dist/sections/DataTable/DataTable.d.ts +28 -0
  44. package/dist/sections/DataTable/DataTable.d.ts.map +1 -0
  45. package/dist/sections/DataTable/DataTable.types.d.ts +368 -0
  46. package/dist/sections/DataTable/DataTable.types.d.ts.map +1 -0
  47. package/dist/sections/DataTable/index.d.ts +3 -0
  48. package/dist/sections/DataTable/index.d.ts.map +1 -0
  49. package/dist/sections/DetailPanel/DetailPanel.d.ts +21 -0
  50. package/dist/sections/DetailPanel/DetailPanel.d.ts.map +1 -0
  51. package/dist/sections/DetailPanel/DetailPanel.types.d.ts +95 -0
  52. package/dist/sections/DetailPanel/DetailPanel.types.d.ts.map +1 -0
  53. package/dist/sections/DetailPanel/index.d.ts +3 -0
  54. package/dist/sections/DetailPanel/index.d.ts.map +1 -0
  55. package/dist/sections/EmptyState/EmptyState.d.ts +19 -0
  56. package/dist/sections/EmptyState/EmptyState.d.ts.map +1 -0
  57. package/dist/sections/EmptyState/EmptyState.types.d.ts +70 -0
  58. package/dist/sections/EmptyState/EmptyState.types.d.ts.map +1 -0
  59. package/dist/sections/EmptyState/index.d.ts +3 -0
  60. package/dist/sections/EmptyState/index.d.ts.map +1 -0
  61. package/dist/sections/FileUploader/FileUploader.d.ts +19 -0
  62. package/dist/sections/FileUploader/FileUploader.d.ts.map +1 -0
  63. package/dist/sections/FileUploader/FileUploader.types.d.ts +129 -0
  64. package/dist/sections/FileUploader/FileUploader.types.d.ts.map +1 -0
  65. package/dist/sections/FileUploader/index.d.ts +3 -0
  66. package/dist/sections/FileUploader/index.d.ts.map +1 -0
  67. package/dist/sections/FilterBar/FilterBar.d.ts +21 -0
  68. package/dist/sections/FilterBar/FilterBar.d.ts.map +1 -0
  69. package/dist/sections/FilterBar/FilterBar.types.d.ts +144 -0
  70. package/dist/sections/FilterBar/FilterBar.types.d.ts.map +1 -0
  71. package/dist/sections/FilterBar/index.d.ts +3 -0
  72. package/dist/sections/FilterBar/index.d.ts.map +1 -0
  73. package/dist/sections/FormSection/FormSection.d.ts +27 -0
  74. package/dist/sections/FormSection/FormSection.d.ts.map +1 -0
  75. package/dist/sections/FormSection/FormSection.types.d.ts +112 -0
  76. package/dist/sections/FormSection/FormSection.types.d.ts.map +1 -0
  77. package/dist/sections/FormSection/index.d.ts +3 -0
  78. package/dist/sections/FormSection/index.d.ts.map +1 -0
  79. package/dist/sections/Hero/Hero.d.ts +18 -1
  80. package/dist/sections/Hero/Hero.d.ts.map +1 -1
  81. package/dist/sections/Hero/Hero.types.d.ts +70 -1
  82. package/dist/sections/Hero/Hero.types.d.ts.map +1 -1
  83. package/dist/sections/Hero/HeroHighlight.d.ts +19 -0
  84. package/dist/sections/Hero/HeroHighlight.d.ts.map +1 -0
  85. package/dist/sections/Hero/index.d.ts +2 -1
  86. package/dist/sections/Hero/index.d.ts.map +1 -1
  87. package/dist/sections/KanbanBoard/KanbanBoard.d.ts +20 -0
  88. package/dist/sections/KanbanBoard/KanbanBoard.d.ts.map +1 -0
  89. package/dist/sections/KanbanBoard/KanbanBoard.types.d.ts +190 -0
  90. package/dist/sections/KanbanBoard/KanbanBoard.types.d.ts.map +1 -0
  91. package/dist/sections/KanbanBoard/index.d.ts +3 -0
  92. package/dist/sections/KanbanBoard/index.d.ts.map +1 -0
  93. package/dist/sections/MetricCards/MetricCards.d.ts +23 -0
  94. package/dist/sections/MetricCards/MetricCards.d.ts.map +1 -0
  95. package/dist/sections/MetricCards/MetricCards.types.d.ts +139 -0
  96. package/dist/sections/MetricCards/MetricCards.types.d.ts.map +1 -0
  97. package/dist/sections/MetricCards/index.d.ts +3 -0
  98. package/dist/sections/MetricCards/index.d.ts.map +1 -0
  99. package/dist/sections/NotificationCenter/NotificationCenter.d.ts +18 -0
  100. package/dist/sections/NotificationCenter/NotificationCenter.d.ts.map +1 -0
  101. package/dist/sections/NotificationCenter/NotificationCenter.types.d.ts +126 -0
  102. package/dist/sections/NotificationCenter/NotificationCenter.types.d.ts.map +1 -0
  103. package/dist/sections/NotificationCenter/index.d.ts +3 -0
  104. package/dist/sections/NotificationCenter/index.d.ts.map +1 -0
  105. package/dist/sections/PageHeader/PageHeader.d.ts +22 -0
  106. package/dist/sections/PageHeader/PageHeader.d.ts.map +1 -0
  107. package/dist/sections/PageHeader/PageHeader.types.d.ts +135 -0
  108. package/dist/sections/PageHeader/PageHeader.types.d.ts.map +1 -0
  109. package/dist/sections/PageHeader/index.d.ts +3 -0
  110. package/dist/sections/PageHeader/index.d.ts.map +1 -0
  111. package/dist/sections/QuickActions/QuickActions.d.ts +19 -0
  112. package/dist/sections/QuickActions/QuickActions.d.ts.map +1 -0
  113. package/dist/sections/QuickActions/QuickActions.types.d.ts +112 -0
  114. package/dist/sections/QuickActions/QuickActions.types.d.ts.map +1 -0
  115. package/dist/sections/QuickActions/index.d.ts +3 -0
  116. package/dist/sections/QuickActions/index.d.ts.map +1 -0
  117. package/dist/sections/SettingsLayout/SettingsLayout.d.ts +22 -0
  118. package/dist/sections/SettingsLayout/SettingsLayout.d.ts.map +1 -0
  119. package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts +117 -0
  120. package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts.map +1 -0
  121. package/dist/sections/SettingsLayout/index.d.ts +3 -0
  122. package/dist/sections/SettingsLayout/index.d.ts.map +1 -0
  123. package/dist/sections/Sidebar/Sidebar.d.ts +29 -0
  124. package/dist/sections/Sidebar/Sidebar.d.ts.map +1 -0
  125. package/dist/sections/Sidebar/Sidebar.types.d.ts +168 -0
  126. package/dist/sections/Sidebar/Sidebar.types.d.ts.map +1 -0
  127. package/dist/sections/Sidebar/index.d.ts +3 -0
  128. package/dist/sections/Sidebar/index.d.ts.map +1 -0
  129. package/dist/sections/Stepper/Stepper.d.ts +22 -0
  130. package/dist/sections/Stepper/Stepper.d.ts.map +1 -0
  131. package/dist/sections/Stepper/Stepper.types.d.ts +106 -0
  132. package/dist/sections/Stepper/Stepper.types.d.ts.map +1 -0
  133. package/dist/sections/Stepper/index.d.ts +3 -0
  134. package/dist/sections/Stepper/index.d.ts.map +1 -0
  135. package/dist/sections/UserMenu/UserMenu.d.ts +19 -0
  136. package/dist/sections/UserMenu/UserMenu.d.ts.map +1 -0
  137. package/dist/sections/UserMenu/UserMenu.types.d.ts +138 -0
  138. package/dist/sections/UserMenu/UserMenu.types.d.ts.map +1 -0
  139. package/dist/sections/UserMenu/index.d.ts +3 -0
  140. package/dist/sections/UserMenu/index.d.ts.map +1 -0
  141. package/dist/sections/index.d.ts +41 -2
  142. package/dist/sections/index.d.ts.map +1 -1
  143. package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts +28 -0
  144. package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts.map +1 -0
  145. package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts +62 -0
  146. package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts.map +1 -0
  147. package/dist/templates/app/DashboardTemplate/index.d.ts +3 -0
  148. package/dist/templates/app/DashboardTemplate/index.d.ts.map +1 -0
  149. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts +25 -0
  150. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts.map +1 -0
  151. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts +47 -0
  152. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts.map +1 -0
  153. package/dist/templates/app/KanbanPageTemplate/index.d.ts +3 -0
  154. package/dist/templates/app/KanbanPageTemplate/index.d.ts.map +1 -0
  155. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts +30 -0
  156. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts.map +1 -0
  157. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts +90 -0
  158. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts.map +1 -0
  159. package/dist/templates/app/ProfilePageTemplate/index.d.ts +3 -0
  160. package/dist/templates/app/ProfilePageTemplate/index.d.ts.map +1 -0
  161. package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts +27 -0
  162. package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts.map +1 -0
  163. package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts +71 -0
  164. package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts.map +1 -0
  165. package/dist/templates/app/SettingsTemplate/index.d.ts +3 -0
  166. package/dist/templates/app/SettingsTemplate/index.d.ts.map +1 -0
  167. package/dist/templates/app/index.d.ts +14 -0
  168. package/dist/templates/app/index.d.ts.map +1 -0
  169. package/dist/templates/index.d.ts +38 -0
  170. package/dist/templates/index.d.ts.map +1 -0
  171. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts +25 -0
  172. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts.map +1 -0
  173. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts +71 -0
  174. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts.map +1 -0
  175. package/dist/templates/marketing/AboutPageTemplate/index.d.ts +3 -0
  176. package/dist/templates/marketing/AboutPageTemplate/index.d.ts.map +1 -0
  177. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts +24 -0
  178. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts.map +1 -0
  179. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts +60 -0
  180. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts.map +1 -0
  181. package/dist/templates/marketing/ContactPageTemplate/index.d.ts +3 -0
  182. package/dist/templates/marketing/ContactPageTemplate/index.d.ts.map +1 -0
  183. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts +25 -0
  184. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts.map +1 -0
  185. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts +93 -0
  186. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts.map +1 -0
  187. package/dist/templates/marketing/LandingPageTemplate/index.d.ts +3 -0
  188. package/dist/templates/marketing/LandingPageTemplate/index.d.ts.map +1 -0
  189. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts +24 -0
  190. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts.map +1 -0
  191. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts +67 -0
  192. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts.map +1 -0
  193. package/dist/templates/marketing/PricingPageTemplate/index.d.ts +3 -0
  194. package/dist/templates/marketing/PricingPageTemplate/index.d.ts.map +1 -0
  195. package/dist/templates/marketing/index.d.ts +14 -0
  196. package/dist/templates/marketing/index.d.ts.map +1 -0
  197. package/dist/utils/fonts.d.ts +2 -2
  198. package/dist/utils/fonts.d.ts.map +1 -1
  199. package/package.json +1 -1
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Stepper Component
3
+ *
4
+ * A multi-step wizard/progress indicator for SaaS applications.
5
+ * Optimized for Product Mode with clean, efficient step navigation.
6
+ *
7
+ * @example
8
+ * ```tsx
9
+ * <Stepper
10
+ * steps={[
11
+ * { id: 'details', label: 'Details' },
12
+ * { id: 'payment', label: 'Payment' },
13
+ * { id: 'confirm', label: 'Confirmation' }
14
+ * ]}
15
+ * activeStep={1}
16
+ * onStepClick={(index) => setActiveStep(index)}
17
+ * />
18
+ * ```
19
+ */
20
+ import type { StepperProps } from './Stepper.types';
21
+ export declare const Stepper: import("react").ForwardRefExoticComponent<StepperProps & import("react").RefAttributes<HTMLDivElement>>;
22
+ //# sourceMappingURL=Stepper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../src/sections/Stepper/Stepper.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,OAAO,KAAK,EAAE,YAAY,EAAY,MAAM,iBAAiB,CAAC;AAG9D,eAAO,MAAM,OAAO,yGAwInB,CAAC"}
@@ -0,0 +1,106 @@
1
+ /**
2
+ * Stepper Component Types
3
+ *
4
+ * Type definitions for the Orion Stepper section component.
5
+ * A multi-step wizard/progress indicator for SaaS applications.
6
+ */
7
+ import type { HTMLAttributes, ReactNode } from 'react';
8
+ /**
9
+ * Step item
10
+ */
11
+ export interface StepItem {
12
+ /**
13
+ * Unique identifier
14
+ */
15
+ id: string;
16
+ /**
17
+ * Step label
18
+ */
19
+ label: string;
20
+ /**
21
+ * Optional description
22
+ */
23
+ description?: string;
24
+ /**
25
+ * Optional icon (replaces step number)
26
+ */
27
+ icon?: ReactNode;
28
+ /**
29
+ * Whether step is optional
30
+ */
31
+ optional?: boolean;
32
+ /**
33
+ * Error state for this step
34
+ */
35
+ error?: boolean;
36
+ /**
37
+ * Error message
38
+ */
39
+ errorMessage?: string;
40
+ }
41
+ /**
42
+ * Stepper section props
43
+ *
44
+ * @example
45
+ * ```tsx
46
+ * <Stepper
47
+ * steps={[
48
+ * { id: 'details', label: 'Details' },
49
+ * { id: 'payment', label: 'Payment' },
50
+ * { id: 'confirm', label: 'Confirmation' }
51
+ * ]}
52
+ * activeStep={1}
53
+ * onStepClick={(index) => setActiveStep(index)}
54
+ * />
55
+ * ```
56
+ */
57
+ export interface StepperProps extends HTMLAttributes<HTMLDivElement> {
58
+ /**
59
+ * Step items
60
+ */
61
+ steps: StepItem[];
62
+ /**
63
+ * Current active step index (0-based)
64
+ */
65
+ activeStep: number;
66
+ /**
67
+ * Click handler for step navigation
68
+ */
69
+ onStepClick?: (index: number) => void;
70
+ /**
71
+ * Orientation
72
+ * @default "horizontal"
73
+ */
74
+ orientation?: 'horizontal' | 'vertical';
75
+ /**
76
+ * Allow clicking on completed steps
77
+ * @default true
78
+ */
79
+ allowClickOnCompleted?: boolean;
80
+ /**
81
+ * Allow clicking on future steps
82
+ * @default false
83
+ */
84
+ allowClickOnFuture?: boolean;
85
+ /**
86
+ * Show step numbers
87
+ * @default true
88
+ */
89
+ showStepNumbers?: boolean;
90
+ /**
91
+ * Connector line style
92
+ * @default "solid"
93
+ */
94
+ connectorStyle?: 'solid' | 'dashed' | 'dotted';
95
+ /**
96
+ * Size variant
97
+ * @default "md"
98
+ */
99
+ size?: 'sm' | 'md' | 'lg';
100
+ /**
101
+ * Alternative label placement (horizontal only)
102
+ * @default false
103
+ */
104
+ alternativeLabel?: boolean;
105
+ }
106
+ //# sourceMappingURL=Stepper.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stepper.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Stepper/Stepper.types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,YAAa,SAAQ,cAAc,CAAC,cAAc,CAAC;IAClE;;OAEG;IACH,KAAK,EAAE,QAAQ,EAAE,CAAC;IAElB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAEtC;;;OAGG;IACH,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IAExC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAE/C;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAE1B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B"}
@@ -0,0 +1,3 @@
1
+ export { Stepper } from './Stepper';
2
+ export type { StepperProps, StepItem } from './Stepper.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Stepper/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * UserMenu Component
3
+ *
4
+ * A dropdown profile menu for SaaS applications.
5
+ * Optimized for Product Mode with efficient user account management.
6
+ *
7
+ * @example
8
+ * ```tsx
9
+ * <UserMenu
10
+ * user={{ name: 'John Doe', email: 'john@example.com' }}
11
+ * sections={[
12
+ * { id: 'account', items: [{ id: 'profile', label: 'Profile' }] }
13
+ * ]}
14
+ * />
15
+ * ```
16
+ */
17
+ import type { UserMenuProps } from './UserMenu.types';
18
+ export declare const UserMenu: import("react").ForwardRefExoticComponent<UserMenuProps & import("react").RefAttributes<HTMLDivElement>>;
19
+ //# sourceMappingURL=UserMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserMenu.d.ts","sourceRoot":"","sources":["../../../src/sections/UserMenu/UserMenu.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAIH,OAAO,KAAK,EAAE,aAAa,EAAgB,MAAM,kBAAkB,CAAC;AAWpE,eAAO,MAAM,QAAQ,0GAwMpB,CAAC"}
@@ -0,0 +1,138 @@
1
+ /**
2
+ * UserMenu Component Types
3
+ *
4
+ * Type definitions for the Orion UserMenu section component.
5
+ * A dropdown profile menu for SaaS applications.
6
+ */
7
+ import type { HTMLAttributes, ReactNode } from 'react';
8
+ /**
9
+ * User menu item
10
+ */
11
+ export interface UserMenuItem {
12
+ /**
13
+ * Unique identifier
14
+ */
15
+ id: string;
16
+ /**
17
+ * Item label
18
+ */
19
+ label: string;
20
+ /**
21
+ * Optional icon
22
+ */
23
+ icon?: ReactNode;
24
+ /**
25
+ * Link URL
26
+ */
27
+ href?: string;
28
+ /**
29
+ * Click handler
30
+ */
31
+ onClick?: () => void;
32
+ /**
33
+ * Danger styling (for logout, delete account, etc.)
34
+ */
35
+ danger?: boolean;
36
+ /**
37
+ * Disabled state
38
+ */
39
+ disabled?: boolean;
40
+ }
41
+ /**
42
+ * User menu section (group of items)
43
+ */
44
+ export interface UserMenuSection {
45
+ /**
46
+ * Section ID
47
+ */
48
+ id: string;
49
+ /**
50
+ * Optional section label
51
+ */
52
+ label?: string;
53
+ /**
54
+ * Items in this section
55
+ */
56
+ items: UserMenuItem[];
57
+ }
58
+ /**
59
+ * User info displayed in menu header
60
+ */
61
+ export interface UserInfo {
62
+ /**
63
+ * User's display name
64
+ */
65
+ name: string;
66
+ /**
67
+ * User's email
68
+ */
69
+ email?: string;
70
+ /**
71
+ * Avatar URL
72
+ */
73
+ avatar?: string;
74
+ /**
75
+ * Initials fallback (if no avatar)
76
+ */
77
+ initials?: string;
78
+ /**
79
+ * Status indicator
80
+ */
81
+ status?: 'online' | 'away' | 'busy' | 'offline';
82
+ /**
83
+ * Role or subscription tier
84
+ */
85
+ role?: string;
86
+ }
87
+ /**
88
+ * UserMenu section props
89
+ *
90
+ * @example
91
+ * ```tsx
92
+ * <UserMenu
93
+ * user={{ name: 'John Doe', email: 'john@example.com', avatar: '/avatar.jpg' }}
94
+ * sections={[
95
+ * { id: 'account', items: [{ id: 'profile', label: 'Profile', icon: <User /> }] },
96
+ * { id: 'actions', items: [{ id: 'logout', label: 'Sign out', danger: true }] }
97
+ * ]}
98
+ * />
99
+ * ```
100
+ */
101
+ export interface UserMenuProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children'> {
102
+ /**
103
+ * User information
104
+ */
105
+ user: UserInfo;
106
+ /**
107
+ * Menu sections
108
+ */
109
+ sections: UserMenuSection[];
110
+ /**
111
+ * Open state (controlled)
112
+ */
113
+ open?: boolean;
114
+ /**
115
+ * Open state change handler
116
+ */
117
+ onOpenChange?: (open: boolean) => void;
118
+ /**
119
+ * Trigger element (custom trigger button)
120
+ */
121
+ trigger?: ReactNode;
122
+ /**
123
+ * Menu alignment
124
+ * @default "end"
125
+ */
126
+ align?: 'start' | 'end';
127
+ /**
128
+ * Show user info header in dropdown
129
+ * @default true
130
+ */
131
+ showHeader?: boolean;
132
+ /**
133
+ * Compact mode (smaller trigger)
134
+ * @default false
135
+ */
136
+ compact?: boolean;
137
+ }
138
+ //# sourceMappingURL=UserMenu.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserMenu.types.d.ts","sourceRoot":"","sources":["../../../src/sections/UserMenu/UserMenu.types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IAEhD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IACrF;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAC;IAEf;;OAEG;IACH,QAAQ,EAAE,eAAe,EAAE,CAAC;IAE5B;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAEvC;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -0,0 +1,3 @@
1
+ export { UserMenu } from './UserMenu';
2
+ export type { UserMenuProps, UserMenuItem, UserMenuSection, UserInfo, } from './UserMenu.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/UserMenu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EACV,aAAa,EACb,YAAY,EACZ,eAAe,EACf,QAAQ,GACT,MAAM,kBAAkB,CAAC"}
@@ -53,8 +53,11 @@ export { Stats, StatItemCard } from './Stats';
53
53
  export type { StatsProps, StatItem, StatTrend, StatItemCardProps, StatsColumns, StatsVariant, } from './Stats';
54
54
  export { FAQ, FAQItemCard } from './FAQ';
55
55
  export type { FAQProps, FAQItem, FAQItemCardProps, FAQColumns, FAQVariant, } from './FAQ';
56
- export { Carousel, CarouselCard } from './Carousel';
57
- export type { CarouselProps, CarouselItem, CarouselCardProps, CarouselVariant, CarouselAspectRatio, CarouselGap, CarouselOverlay, } from './Carousel';
56
+ export { CarouselSection, CarouselCard } from './CarouselSection';
57
+ export type { CarouselSectionProps, CarouselItem, CarouselCardProps, CarouselVariant, CarouselAspectRatio, CarouselGap, CarouselOverlay, } from './CarouselSection';
58
+ export { CarouselSection as Carousel } from './CarouselSection';
59
+ /** @deprecated Use CarouselSectionProps instead */
60
+ export type { CarouselSectionProps as CarouselProps } from './CarouselSection';
58
61
  export { Team, TeamMemberCard } from './Team';
59
62
  export type { TeamProps, TeamMember, TeamSocialLink, TeamMemberCardProps, TeamColumns, TeamVariant, } from './Team';
60
63
  export { Contact } from './Contact';
@@ -77,4 +80,40 @@ export { SocialProof } from './SocialProof';
77
80
  export type { SocialProofProps, SocialProofLogo, SocialProofTestimonial, SocialProofStat, } from './SocialProof';
78
81
  export { AppDownload } from './AppDownload';
79
82
  export type { AppDownloadProps, AppStoreBadge, AppFeature, } from './AppDownload';
83
+ export { EmptyState } from './EmptyState';
84
+ export type { EmptyStateProps, EmptyStateVariant, EmptyStateSize, } from './EmptyState';
85
+ export { PageHeader } from './PageHeader';
86
+ export type { PageHeaderProps, PageHeaderVariant, PageHeaderSize, BreadcrumbItem, PageHeaderTab, } from './PageHeader';
87
+ export { FormSection } from './FormSection';
88
+ export type { FormSectionProps, FormSectionVariant, FormSectionGroupProps, FormSectionActionsProps, } from './FormSection';
89
+ export { MetricCards, MetricCard } from './MetricCards';
90
+ export type { MetricCardsProps, MetricCardProps, MetricItem, MetricTrend, SparklineData, MetricCardsColumns, MetricCardsVariant, } from './MetricCards';
91
+ export { Sidebar } from './Sidebar';
92
+ export type { SidebarProps, SidebarVariant, SidebarItem, SidebarSection, SidebarItemProps, SidebarSectionProps, SidebarDividerProps, } from './Sidebar';
93
+ export { DataTable } from './DataTable';
94
+ export type { DataTableProps, DataTableColumn, DataTableSort, DataTablePagination, DataTableFilter, DataTableBulkAction, DataTableRowAction, DataTableEmptyState, DataTableToolbarProps, DataTablePaginationProps, DataTableEmptyStateProps, } from './DataTable';
95
+ export { CommandBar } from './CommandBar';
96
+ export type { CommandBarProps, CommandItem, CommandGroup, } from './CommandBar';
97
+ export { ActivityFeed } from './ActivityFeed';
98
+ export type { ActivityFeedProps, ActivityItem, ActivityActor, ActivityFilter, } from './ActivityFeed';
99
+ export { DetailPanel } from './DetailPanel';
100
+ export type { DetailPanelProps, DetailPanelSize, DetailPanelPosition, } from './DetailPanel';
101
+ export { FilterBar } from './FilterBar';
102
+ export type { FilterBarProps, FilterDefinition, FilterOption, ActiveFilter, } from './FilterBar';
103
+ export { SettingsLayout } from './SettingsLayout';
104
+ export type { SettingsLayoutProps, SettingsNavItem, SettingsNavGroup, } from './SettingsLayout';
105
+ export { QuickActions } from './QuickActions';
106
+ export type { QuickActionsProps, QuickAction, QuickActionsVariant, QuickActionsPosition, } from './QuickActions';
107
+ export { KanbanBoard } from './KanbanBoard';
108
+ export type { KanbanBoardProps, KanbanColumn, KanbanCard, KanbanLabel, KanbanAssignee, KanbanDragResult, } from './KanbanBoard';
109
+ export { NotificationCenter } from './NotificationCenter';
110
+ export type { NotificationCenterProps, NotificationItem, } from './NotificationCenter';
111
+ export { UserMenu } from './UserMenu';
112
+ export type { UserMenuProps, UserMenuItem, UserMenuSection, UserInfo, } from './UserMenu';
113
+ export { Breadcrumbs } from './Breadcrumbs';
114
+ export type { BreadcrumbsProps, BreadcrumbItem as StandaloneBreadcrumbItem, } from './Breadcrumbs';
115
+ export { Stepper } from './Stepper';
116
+ export type { StepperProps, StepItem, } from './Stepper';
117
+ export { FileUploader } from './FileUploader';
118
+ export type { FileUploaderProps, UploadedFile, } from './FileUploader';
80
119
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sections/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sections/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * DashboardTemplate
3
+ *
4
+ * A complete dashboard page template composing Orion sections.
5
+ * Designed for admin panels, analytics dashboards, and data-heavy interfaces.
6
+ */
7
+ import type { DashboardTemplateProps } from './DashboardTemplate.types';
8
+ /**
9
+ * DashboardTemplate - Full dashboard page composition
10
+ *
11
+ * Combines Sidebar, PageHeader, MetricCards, DataTable, and ActivityFeed
12
+ * into a complete dashboard layout.
13
+ *
14
+ * @example
15
+ * ```tsx
16
+ * <DashboardTemplate
17
+ * sidebar={{ sections: navSections }}
18
+ * pageHeader={{ title: 'Dashboard', description: 'Overview' }}
19
+ * metrics={{ metrics: dashboardMetrics }}
20
+ * dataTable={{ columns: columns, data: tableData }}
21
+ * layout="split"
22
+ * activityFeed={{ activities: recentActivity }}
23
+ * />
24
+ * ```
25
+ */
26
+ export declare const DashboardTemplate: import("react").ForwardRefExoticComponent<DashboardTemplateProps & import("react").RefAttributes<HTMLDivElement>>;
27
+ export default DashboardTemplate;
28
+ //# sourceMappingURL=DashboardTemplate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DashboardTemplate.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/DashboardTemplate/DashboardTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAWxE;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,iBAAiB,mHA2D7B,CAAC;AAIF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * DashboardTemplate Types
3
+ *
4
+ * Type definitions for the dashboard page template.
5
+ */
6
+ import type { HTMLAttributes, ReactNode } from 'react';
7
+ import type { SidebarProps } from '../../../sections/Sidebar';
8
+ import type { PageHeaderProps } from '../../../sections/PageHeader';
9
+ import type { MetricCardsProps } from '../../../sections/MetricCards';
10
+ import type { DataTableProps } from '../../../sections/DataTable';
11
+ import type { ActivityFeedProps } from '../../../sections/ActivityFeed';
12
+ /**
13
+ * Dashboard layout variant
14
+ */
15
+ export type DashboardLayout = 'default' | 'split' | 'compact';
16
+ /**
17
+ * DashboardTemplate props
18
+ *
19
+ * @example
20
+ * ```tsx
21
+ * <DashboardTemplate
22
+ * pageHeader={{ title: 'Dashboard' }}
23
+ * metrics={{ metrics: [...] }}
24
+ * dataTable={{ columns: [...], data: [...] }}
25
+ * />
26
+ * ```
27
+ */
28
+ export interface DashboardTemplateProps extends HTMLAttributes<HTMLDivElement> {
29
+ /**
30
+ * Sidebar configuration (optional)
31
+ */
32
+ sidebar?: SidebarProps;
33
+ /**
34
+ * Page header configuration (required)
35
+ */
36
+ pageHeader: PageHeaderProps;
37
+ /**
38
+ * Metric cards section
39
+ */
40
+ metrics?: MetricCardsProps;
41
+ /**
42
+ * Main data table
43
+ */
44
+ dataTable?: DataTableProps<Record<string, unknown>>;
45
+ /**
46
+ * Activity feed for side panel (used in split layout)
47
+ */
48
+ activityFeed?: ActivityFeedProps;
49
+ /**
50
+ * Layout variant
51
+ * - default: Full width content
52
+ * - split: Content + activity feed side panel
53
+ * - compact: Compact spacing for dense data
54
+ * @default 'default'
55
+ */
56
+ layout?: DashboardLayout;
57
+ /**
58
+ * Additional children rendered in the main content area
59
+ */
60
+ children?: ReactNode;
61
+ }
62
+ //# sourceMappingURL=DashboardTemplate.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DashboardTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/DashboardTemplate/DashboardTemplate.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAExE;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;AAE9D;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,sBAAuB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC5E;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IAEvB;;OAEG;IACH,UAAU,EAAE,eAAe,CAAC;IAE5B;;OAEG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAE3B;;OAEG;IACH,SAAS,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IAEpD;;OAEG;IACH,YAAY,CAAC,EAAE,iBAAiB,CAAC;IAEjC;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
@@ -0,0 +1,3 @@
1
+ export { DashboardTemplate, default } from './DashboardTemplate';
2
+ export type { DashboardTemplateProps, DashboardLayout } from './DashboardTemplate.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/DashboardTemplate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACjE,YAAY,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * KanbanPageTemplate
3
+ *
4
+ * A complete Kanban board page template composing Orion sections.
5
+ * Designed for project management, task boards, and workflow visualization.
6
+ */
7
+ import type { KanbanPageTemplateProps } from './KanbanPageTemplate.types';
8
+ /**
9
+ * KanbanPageTemplate - Full Kanban board page composition
10
+ *
11
+ * Combines Sidebar, PageHeader, FilterBar, and KanbanBoard.
12
+ *
13
+ * @example
14
+ * ```tsx
15
+ * <KanbanPageTemplate
16
+ * sidebar={{ sections: navSections }}
17
+ * pageHeader={{ title: 'Sprint Board' }}
18
+ * filterBar={{ filters: filterOptions }}
19
+ * kanban={{ columns: boardColumns }}
20
+ * />
21
+ * ```
22
+ */
23
+ export declare const KanbanPageTemplate: import("react").ForwardRefExoticComponent<KanbanPageTemplateProps & import("react").RefAttributes<HTMLDivElement>>;
24
+ export default KanbanPageTemplate;
25
+ //# sourceMappingURL=KanbanPageTemplate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KanbanPageTemplate.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/KanbanPageTemplate/KanbanPageTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAU1E;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,kBAAkB,oHA8C9B,CAAC;AAIF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,47 @@
1
+ /**
2
+ * KanbanPageTemplate Types
3
+ *
4
+ * Type definitions for the Kanban board page template.
5
+ */
6
+ import type { HTMLAttributes, ReactNode } from 'react';
7
+ import type { SidebarProps } from '../../../sections/Sidebar';
8
+ import type { PageHeaderProps } from '../../../sections/PageHeader';
9
+ import type { FilterBarProps } from '../../../sections/FilterBar';
10
+ import type { KanbanBoardProps } from '../../../sections/KanbanBoard';
11
+ /**
12
+ * KanbanPageTemplate props
13
+ *
14
+ * @example
15
+ * ```tsx
16
+ * <KanbanPageTemplate
17
+ * pageHeader={{ title: 'Project Board' }}
18
+ * kanban={{
19
+ * columns: [...],
20
+ * onCardMove: handleMove
21
+ * }}
22
+ * />
23
+ * ```
24
+ */
25
+ export interface KanbanPageTemplateProps extends HTMLAttributes<HTMLDivElement> {
26
+ /**
27
+ * Sidebar configuration (optional)
28
+ */
29
+ sidebar?: SidebarProps;
30
+ /**
31
+ * Page header configuration (required)
32
+ */
33
+ pageHeader: PageHeaderProps;
34
+ /**
35
+ * Filter bar for filtering cards
36
+ */
37
+ filterBar?: FilterBarProps;
38
+ /**
39
+ * Kanban board configuration (required)
40
+ */
41
+ kanban: KanbanBoardProps;
42
+ /**
43
+ * Additional content rendered above the board
44
+ */
45
+ children?: ReactNode;
46
+ }
47
+ //# sourceMappingURL=KanbanPageTemplate.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KanbanPageTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEtE;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,uBAAwB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC7E;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IAEvB;;OAEG;IACH,UAAU,EAAE,eAAe,CAAC;IAE5B;;OAEG;IACH,SAAS,CAAC,EAAE,cAAc,CAAC;IAE3B;;OAEG;IACH,MAAM,EAAE,gBAAgB,CAAC;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
@@ -0,0 +1,3 @@
1
+ export { KanbanPageTemplate, default } from './KanbanPageTemplate';
2
+ export type { KanbanPageTemplateProps } from './KanbanPageTemplate.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/KanbanPageTemplate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AACnE,YAAY,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * ProfilePageTemplate
3
+ *
4
+ * A complete profile page template composing Orion sections.
5
+ * Designed for user profile pages, account pages, and team member views.
6
+ */
7
+ import type { ProfilePageTemplateProps } from './ProfilePageTemplate.types';
8
+ /**
9
+ * ProfilePageTemplate - Full profile page composition
10
+ *
11
+ * Combines Sidebar, PageHeader, Profile card, content sections, and ActivityFeed.
12
+ *
13
+ * @example
14
+ * ```tsx
15
+ * <ProfilePageTemplate
16
+ * sidebar={{ sections: navSections }}
17
+ * profile={{
18
+ * name: 'John Doe',
19
+ * role: 'Software Engineer',
20
+ * avatar: <img src="..." alt="" />
21
+ * }}
22
+ * activityFeed={{ activities: userActivity }}
23
+ * >
24
+ * <ProfileSections />
25
+ * </ProfilePageTemplate>
26
+ * ```
27
+ */
28
+ export declare const ProfilePageTemplate: import("react").ForwardRefExoticComponent<ProfilePageTemplateProps & import("react").RefAttributes<HTMLDivElement>>;
29
+ export default ProfilePageTemplate;
30
+ //# sourceMappingURL=ProfilePageTemplate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProfilePageTemplate.d.ts","sourceRoot":"","sources":["../../../../src/templates/app/ProfilePageTemplate/ProfilePageTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAU5E;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,mBAAmB,qHA8E/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}