@orion-ds/react 1.0.1 → 1.0.2

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 (293) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +18 -0
  2. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  3. package/dist/components/Accordion/Accordion.types.d.ts +92 -0
  4. package/dist/components/Accordion/Accordion.types.d.ts.map +1 -0
  5. package/dist/components/Accordion/index.d.ts +6 -0
  6. package/dist/components/Accordion/index.d.ts.map +1 -0
  7. package/dist/components/Alert/Alert.d.ts +1 -0
  8. package/dist/components/Alert/Alert.d.ts.map +1 -1
  9. package/dist/components/Card/Card.d.ts +5 -1
  10. package/dist/components/Card/Card.d.ts.map +1 -1
  11. package/dist/components/Card/Card.types.d.ts +43 -1
  12. package/dist/components/Card/Card.types.d.ts.map +1 -1
  13. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
  14. package/dist/components/Chip/Chip.d.ts +15 -0
  15. package/dist/components/Chip/Chip.d.ts.map +1 -0
  16. package/dist/components/Chip/Chip.types.d.ts +68 -0
  17. package/dist/components/Chip/Chip.types.d.ts.map +1 -0
  18. package/dist/components/Chip/index.d.ts +6 -0
  19. package/dist/components/Chip/index.d.ts.map +1 -0
  20. package/dist/components/Combobox/Combobox.d.ts +21 -0
  21. package/dist/components/Combobox/Combobox.d.ts.map +1 -0
  22. package/dist/components/Combobox/Combobox.types.d.ts +153 -0
  23. package/dist/components/Combobox/Combobox.types.d.ts.map +1 -0
  24. package/dist/components/Combobox/index.d.ts +6 -0
  25. package/dist/components/Combobox/index.d.ts.map +1 -0
  26. package/dist/components/Divider/Divider.d.ts +15 -0
  27. package/dist/components/Divider/Divider.d.ts.map +1 -0
  28. package/dist/components/Divider/Divider.types.d.ts +46 -0
  29. package/dist/components/Divider/Divider.types.d.ts.map +1 -0
  30. package/dist/components/Divider/index.d.ts +6 -0
  31. package/dist/components/Divider/index.d.ts.map +1 -0
  32. package/dist/components/Drawer/Drawer.d.ts +23 -0
  33. package/dist/components/Drawer/Drawer.d.ts.map +1 -0
  34. package/dist/components/Drawer/Drawer.types.d.ts +83 -0
  35. package/dist/components/Drawer/Drawer.types.d.ts.map +1 -0
  36. package/dist/components/Drawer/index.d.ts +6 -0
  37. package/dist/components/Drawer/index.d.ts.map +1 -0
  38. package/dist/components/Dropdown/Dropdown.d.ts +19 -0
  39. package/dist/components/Dropdown/Dropdown.d.ts.map +1 -0
  40. package/dist/components/Dropdown/Dropdown.types.d.ts +119 -0
  41. package/dist/components/Dropdown/Dropdown.types.d.ts.map +1 -0
  42. package/dist/components/Dropdown/index.d.ts +6 -0
  43. package/dist/components/Dropdown/index.d.ts.map +1 -0
  44. package/dist/components/EmptyState/EmptyState.d.ts +18 -0
  45. package/dist/components/EmptyState/EmptyState.d.ts.map +1 -0
  46. package/dist/components/EmptyState/EmptyState.types.d.ts +51 -0
  47. package/dist/components/EmptyState/EmptyState.types.d.ts.map +1 -0
  48. package/dist/components/EmptyState/index.d.ts +6 -0
  49. package/dist/components/EmptyState/index.d.ts.map +1 -0
  50. package/dist/components/Icon/Icon.d.ts +37 -0
  51. package/dist/components/Icon/Icon.d.ts.map +1 -0
  52. package/dist/components/Icon/Icon.types.d.ts +102 -0
  53. package/dist/components/Icon/Icon.types.d.ts.map +1 -0
  54. package/dist/components/Icon/index.d.ts +6 -0
  55. package/dist/components/Icon/index.d.ts.map +1 -0
  56. package/dist/components/IconGallery/IconGallery.d.ts +6 -8
  57. package/dist/components/IconGallery/IconGallery.d.ts.map +1 -1
  58. package/dist/components/IconGallery/IconGallery.types.d.ts +39 -0
  59. package/dist/components/IconGallery/IconGallery.types.d.ts.map +1 -0
  60. package/dist/components/IconGallery/index.d.ts +6 -0
  61. package/dist/components/IconGallery/index.d.ts.map +1 -0
  62. package/dist/components/Link/Link.d.ts +15 -0
  63. package/dist/components/Link/Link.d.ts.map +1 -0
  64. package/dist/components/Link/Link.types.d.ts +59 -0
  65. package/dist/components/Link/Link.types.d.ts.map +1 -0
  66. package/dist/components/Link/index.d.ts +6 -0
  67. package/dist/components/Link/index.d.ts.map +1 -0
  68. package/dist/components/List/List.d.ts +19 -0
  69. package/dist/components/List/List.d.ts.map +1 -0
  70. package/dist/components/List/List.types.d.ts +117 -0
  71. package/dist/components/List/List.types.d.ts.map +1 -0
  72. package/dist/components/List/index.d.ts +6 -0
  73. package/dist/components/List/index.d.ts.map +1 -0
  74. package/dist/components/Pagination/Pagination.d.ts +17 -0
  75. package/dist/components/Pagination/Pagination.d.ts.map +1 -0
  76. package/dist/components/Pagination/Pagination.types.d.ts +62 -0
  77. package/dist/components/Pagination/Pagination.types.d.ts.map +1 -0
  78. package/dist/components/Pagination/index.d.ts +6 -0
  79. package/dist/components/Pagination/index.d.ts.map +1 -0
  80. package/dist/components/Popover/Popover.d.ts +17 -0
  81. package/dist/components/Popover/Popover.d.ts.map +1 -0
  82. package/dist/components/Popover/Popover.types.d.ts +100 -0
  83. package/dist/components/Popover/Popover.types.d.ts.map +1 -0
  84. package/dist/components/Popover/index.d.ts +6 -0
  85. package/dist/components/Popover/index.d.ts.map +1 -0
  86. package/dist/components/SearchInput/SearchInput.d.ts +18 -0
  87. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
  88. package/dist/components/SearchInput/SearchInput.types.d.ts +73 -0
  89. package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -0
  90. package/dist/components/SearchInput/index.d.ts +6 -0
  91. package/dist/components/SearchInput/index.d.ts.map +1 -0
  92. package/dist/components/Skeleton/Skeleton.d.ts +15 -0
  93. package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
  94. package/dist/components/Skeleton/Skeleton.types.d.ts +56 -0
  95. package/dist/components/Skeleton/Skeleton.types.d.ts.map +1 -0
  96. package/dist/components/Skeleton/index.d.ts +6 -0
  97. package/dist/components/Skeleton/index.d.ts.map +1 -0
  98. package/dist/components/Slider/Slider.d.ts +18 -0
  99. package/dist/components/Slider/Slider.d.ts.map +1 -0
  100. package/dist/components/Slider/Slider.types.d.ts +98 -0
  101. package/dist/components/Slider/Slider.types.d.ts.map +1 -0
  102. package/dist/components/Slider/index.d.ts +6 -0
  103. package/dist/components/Slider/index.d.ts.map +1 -0
  104. package/dist/components/Stepper/Stepper.d.ts +20 -0
  105. package/dist/components/Stepper/Stepper.d.ts.map +1 -0
  106. package/dist/components/Stepper/Stepper.types.d.ts +135 -0
  107. package/dist/components/Stepper/Stepper.types.d.ts.map +1 -0
  108. package/dist/components/Stepper/index.d.ts +6 -0
  109. package/dist/components/Stepper/index.d.ts.map +1 -0
  110. package/dist/components/Table/Table.types.d.ts +2 -2
  111. package/dist/components/Table/Table.types.d.ts.map +1 -1
  112. package/dist/components/Toast/Toast.d.ts +33 -0
  113. package/dist/components/Toast/Toast.d.ts.map +1 -0
  114. package/dist/components/Toast/Toast.types.d.ts +126 -0
  115. package/dist/components/Toast/Toast.types.d.ts.map +1 -0
  116. package/dist/components/Toast/index.d.ts +6 -0
  117. package/dist/components/Toast/index.d.ts.map +1 -0
  118. package/dist/components/index.d.ts +48 -0
  119. package/dist/components/index.d.ts.map +1 -0
  120. package/dist/hooks/index.d.ts +14 -0
  121. package/dist/hooks/index.d.ts.map +1 -1
  122. package/dist/hooks/useClickOutside.d.ts +31 -0
  123. package/dist/hooks/useClickOutside.d.ts.map +1 -0
  124. package/dist/hooks/useCopyToClipboard.d.ts +72 -0
  125. package/dist/hooks/useCopyToClipboard.d.ts.map +1 -0
  126. package/dist/hooks/useDebounce.d.ts +58 -0
  127. package/dist/hooks/useDebounce.d.ts.map +1 -0
  128. package/dist/hooks/useDisclosure.d.ts +74 -0
  129. package/dist/hooks/useDisclosure.d.ts.map +1 -0
  130. package/dist/hooks/useKeyboard.d.ts +101 -0
  131. package/dist/hooks/useKeyboard.d.ts.map +1 -0
  132. package/dist/hooks/useLocalStorage.d.ts +48 -0
  133. package/dist/hooks/useLocalStorage.d.ts.map +1 -0
  134. package/dist/hooks/useMediaQuery.d.ts +43 -0
  135. package/dist/hooks/useMediaQuery.d.ts.map +1 -0
  136. package/dist/index.cjs +3 -3
  137. package/dist/index.cjs.map +1 -1
  138. package/dist/index.d.ts +54 -0
  139. package/dist/index.d.ts.map +1 -1
  140. package/dist/index.mjs +16458 -12654
  141. package/dist/index.mjs.map +1 -1
  142. package/dist/react.css +1 -1
  143. package/dist/sections/AppDownload/AppDownload.d.ts +12 -0
  144. package/dist/sections/AppDownload/AppDownload.d.ts.map +1 -0
  145. package/dist/sections/AppDownload/AppDownload.types.d.ts +118 -0
  146. package/dist/sections/AppDownload/AppDownload.types.d.ts.map +1 -0
  147. package/dist/sections/AppDownload/index.d.ts +3 -0
  148. package/dist/sections/AppDownload/index.d.ts.map +1 -0
  149. package/dist/sections/Banner/Banner.d.ts +12 -0
  150. package/dist/sections/Banner/Banner.d.ts.map +1 -0
  151. package/dist/sections/Banner/Banner.types.d.ts +105 -0
  152. package/dist/sections/Banner/Banner.types.d.ts.map +1 -0
  153. package/dist/sections/Banner/index.d.ts +3 -0
  154. package/dist/sections/Banner/index.d.ts.map +1 -0
  155. package/dist/sections/Blog/Blog.d.ts +12 -0
  156. package/dist/sections/Blog/Blog.d.ts.map +1 -0
  157. package/dist/sections/Blog/Blog.types.d.ts +143 -0
  158. package/dist/sections/Blog/Blog.types.d.ts.map +1 -0
  159. package/dist/sections/Blog/index.d.ts +3 -0
  160. package/dist/sections/Blog/index.d.ts.map +1 -0
  161. package/dist/sections/CTA/CTA.d.ts +24 -0
  162. package/dist/sections/CTA/CTA.d.ts.map +1 -0
  163. package/dist/sections/CTA/CTA.types.d.ts +74 -0
  164. package/dist/sections/CTA/CTA.types.d.ts.map +1 -0
  165. package/dist/sections/CTA/index.d.ts +6 -0
  166. package/dist/sections/CTA/index.d.ts.map +1 -0
  167. package/dist/sections/Carousel/Carousel.d.ts +36 -0
  168. package/dist/sections/Carousel/Carousel.d.ts.map +1 -0
  169. package/dist/sections/Carousel/Carousel.types.d.ts +160 -0
  170. package/dist/sections/Carousel/Carousel.types.d.ts.map +1 -0
  171. package/dist/sections/Carousel/CarouselCard.d.ts +12 -0
  172. package/dist/sections/Carousel/CarouselCard.d.ts.map +1 -0
  173. package/dist/sections/Carousel/index.d.ts +7 -0
  174. package/dist/sections/Carousel/index.d.ts.map +1 -0
  175. package/dist/sections/Comparison/Comparison.d.ts +12 -0
  176. package/dist/sections/Comparison/Comparison.d.ts.map +1 -0
  177. package/dist/sections/Comparison/Comparison.types.d.ts +124 -0
  178. package/dist/sections/Comparison/Comparison.types.d.ts.map +1 -0
  179. package/dist/sections/Comparison/index.d.ts +3 -0
  180. package/dist/sections/Comparison/index.d.ts.map +1 -0
  181. package/dist/sections/Contact/Contact.d.ts +29 -0
  182. package/dist/sections/Contact/Contact.d.ts.map +1 -0
  183. package/dist/sections/Contact/Contact.types.d.ts +137 -0
  184. package/dist/sections/Contact/Contact.types.d.ts.map +1 -0
  185. package/dist/sections/Contact/index.d.ts +6 -0
  186. package/dist/sections/Contact/index.d.ts.map +1 -0
  187. package/dist/sections/Container/Container.d.ts +17 -0
  188. package/dist/sections/Container/Container.d.ts.map +1 -0
  189. package/dist/sections/Container/Container.types.d.ts +47 -0
  190. package/dist/sections/Container/Container.types.d.ts.map +1 -0
  191. package/dist/sections/Container/index.d.ts +6 -0
  192. package/dist/sections/Container/index.d.ts.map +1 -0
  193. package/dist/sections/FAQ/FAQ.d.ts +29 -0
  194. package/dist/sections/FAQ/FAQ.d.ts.map +1 -0
  195. package/dist/sections/FAQ/FAQ.types.d.ts +121 -0
  196. package/dist/sections/FAQ/FAQ.types.d.ts.map +1 -0
  197. package/dist/sections/FAQ/FAQItemCard.d.ts +12 -0
  198. package/dist/sections/FAQ/FAQItemCard.d.ts.map +1 -0
  199. package/dist/sections/FAQ/index.d.ts +7 -0
  200. package/dist/sections/FAQ/index.d.ts.map +1 -0
  201. package/dist/sections/Features/FeatureCard.d.ts +11 -0
  202. package/dist/sections/Features/FeatureCard.d.ts.map +1 -0
  203. package/dist/sections/Features/Features.d.ts +24 -0
  204. package/dist/sections/Features/Features.d.ts.map +1 -0
  205. package/dist/sections/Features/Features.types.d.ts +104 -0
  206. package/dist/sections/Features/Features.types.d.ts.map +1 -0
  207. package/dist/sections/Features/index.d.ts +7 -0
  208. package/dist/sections/Features/index.d.ts.map +1 -0
  209. package/dist/sections/Footer/Footer.d.ts +24 -0
  210. package/dist/sections/Footer/Footer.d.ts.map +1 -0
  211. package/dist/sections/Footer/Footer.types.d.ts +133 -0
  212. package/dist/sections/Footer/Footer.types.d.ts.map +1 -0
  213. package/dist/sections/Footer/index.d.ts +6 -0
  214. package/dist/sections/Footer/index.d.ts.map +1 -0
  215. package/dist/sections/Gallery/Gallery.d.ts +12 -0
  216. package/dist/sections/Gallery/Gallery.d.ts.map +1 -0
  217. package/dist/sections/Gallery/Gallery.types.d.ts +118 -0
  218. package/dist/sections/Gallery/Gallery.types.d.ts.map +1 -0
  219. package/dist/sections/Gallery/index.d.ts +3 -0
  220. package/dist/sections/Gallery/index.d.ts.map +1 -0
  221. package/dist/sections/Hero/Hero.d.ts +22 -0
  222. package/dist/sections/Hero/Hero.d.ts.map +1 -0
  223. package/dist/sections/Hero/Hero.types.d.ts +83 -0
  224. package/dist/sections/Hero/Hero.types.d.ts.map +1 -0
  225. package/dist/sections/Hero/index.d.ts +6 -0
  226. package/dist/sections/Hero/index.d.ts.map +1 -0
  227. package/dist/sections/LogoCloud/LogoCloud.d.ts +26 -0
  228. package/dist/sections/LogoCloud/LogoCloud.d.ts.map +1 -0
  229. package/dist/sections/LogoCloud/LogoCloud.types.d.ts +105 -0
  230. package/dist/sections/LogoCloud/LogoCloud.types.d.ts.map +1 -0
  231. package/dist/sections/LogoCloud/index.d.ts +6 -0
  232. package/dist/sections/LogoCloud/index.d.ts.map +1 -0
  233. package/dist/sections/Newsletter/Newsletter.d.ts +22 -0
  234. package/dist/sections/Newsletter/Newsletter.d.ts.map +1 -0
  235. package/dist/sections/Newsletter/Newsletter.types.d.ts +101 -0
  236. package/dist/sections/Newsletter/Newsletter.types.d.ts.map +1 -0
  237. package/dist/sections/Newsletter/index.d.ts +6 -0
  238. package/dist/sections/Newsletter/index.d.ts.map +1 -0
  239. package/dist/sections/Pricing/Pricing.d.ts +35 -0
  240. package/dist/sections/Pricing/Pricing.d.ts.map +1 -0
  241. package/dist/sections/Pricing/Pricing.types.d.ts +133 -0
  242. package/dist/sections/Pricing/Pricing.types.d.ts.map +1 -0
  243. package/dist/sections/Pricing/PricingCard.d.ts +11 -0
  244. package/dist/sections/Pricing/PricingCard.d.ts.map +1 -0
  245. package/dist/sections/Pricing/index.d.ts +7 -0
  246. package/dist/sections/Pricing/index.d.ts.map +1 -0
  247. package/dist/sections/Section/Section.d.ts +19 -0
  248. package/dist/sections/Section/Section.d.ts.map +1 -0
  249. package/dist/sections/Section/Section.types.d.ts +68 -0
  250. package/dist/sections/Section/Section.types.d.ts.map +1 -0
  251. package/dist/sections/Section/index.d.ts +6 -0
  252. package/dist/sections/Section/index.d.ts.map +1 -0
  253. package/dist/sections/SocialProof/SocialProof.d.ts +12 -0
  254. package/dist/sections/SocialProof/SocialProof.d.ts.map +1 -0
  255. package/dist/sections/SocialProof/SocialProof.types.d.ts +142 -0
  256. package/dist/sections/SocialProof/SocialProof.types.d.ts.map +1 -0
  257. package/dist/sections/SocialProof/index.d.ts +3 -0
  258. package/dist/sections/SocialProof/index.d.ts.map +1 -0
  259. package/dist/sections/Stats/StatItemCard.d.ts +11 -0
  260. package/dist/sections/Stats/StatItemCard.d.ts.map +1 -0
  261. package/dist/sections/Stats/Stats.d.ts +25 -0
  262. package/dist/sections/Stats/Stats.d.ts.map +1 -0
  263. package/dist/sections/Stats/Stats.types.d.ts +125 -0
  264. package/dist/sections/Stats/Stats.types.d.ts.map +1 -0
  265. package/dist/sections/Stats/index.d.ts +7 -0
  266. package/dist/sections/Stats/index.d.ts.map +1 -0
  267. package/dist/sections/Team/Team.d.ts +31 -0
  268. package/dist/sections/Team/Team.d.ts.map +1 -0
  269. package/dist/sections/Team/Team.types.d.ts +135 -0
  270. package/dist/sections/Team/Team.types.d.ts.map +1 -0
  271. package/dist/sections/Team/TeamMemberCard.d.ts +11 -0
  272. package/dist/sections/Team/TeamMemberCard.d.ts.map +1 -0
  273. package/dist/sections/Team/index.d.ts +7 -0
  274. package/dist/sections/Team/index.d.ts.map +1 -0
  275. package/dist/sections/Testimonials/TestimonialCard.d.ts +11 -0
  276. package/dist/sections/Testimonials/TestimonialCard.d.ts.map +1 -0
  277. package/dist/sections/Testimonials/Testimonials.d.ts +31 -0
  278. package/dist/sections/Testimonials/Testimonials.d.ts.map +1 -0
  279. package/dist/sections/Testimonials/Testimonials.types.d.ts +130 -0
  280. package/dist/sections/Testimonials/Testimonials.types.d.ts.map +1 -0
  281. package/dist/sections/Testimonials/index.d.ts +7 -0
  282. package/dist/sections/Testimonials/index.d.ts.map +1 -0
  283. package/dist/sections/Timeline/Timeline.d.ts +12 -0
  284. package/dist/sections/Timeline/Timeline.d.ts.map +1 -0
  285. package/dist/sections/Timeline/Timeline.types.d.ts +102 -0
  286. package/dist/sections/Timeline/Timeline.types.d.ts.map +1 -0
  287. package/dist/sections/Timeline/index.d.ts +3 -0
  288. package/dist/sections/Timeline/index.d.ts.map +1 -0
  289. package/dist/sections/index.d.ts +80 -0
  290. package/dist/sections/index.d.ts.map +1 -0
  291. package/dist/utils/icons.d.ts +47 -46
  292. package/dist/utils/icons.d.ts.map +1 -1
  293. package/package.json +14 -14
@@ -0,0 +1,83 @@
1
+ /**
2
+ * Drawer Component Types
3
+ *
4
+ * Type definitions for the Orion Drawer component.
5
+ */
6
+ import type { HTMLAttributes, ReactNode } from 'react';
7
+ /**
8
+ * Drawer placement options
9
+ */
10
+ export type DrawerPlacement = 'left' | 'right' | 'top' | 'bottom';
11
+ /**
12
+ * Drawer sizes
13
+ */
14
+ export type DrawerSize = 'sm' | 'md' | 'lg' | 'xl' | 'full';
15
+ /**
16
+ * Drawer component props
17
+ *
18
+ * @example
19
+ * ```tsx
20
+ * <Drawer open={isOpen} onClose={() => setIsOpen(false)}>
21
+ * <Drawer.Header>Settings</Drawer.Header>
22
+ * <Drawer.Body>Content here</Drawer.Body>
23
+ * </Drawer>
24
+ * ```
25
+ */
26
+ export interface DrawerProps extends HTMLAttributes<HTMLDivElement> {
27
+ /**
28
+ * Whether the drawer is open
29
+ */
30
+ open: boolean;
31
+ /**
32
+ * Callback when the drawer should close
33
+ */
34
+ onClose: () => void;
35
+ /**
36
+ * Placement of the drawer
37
+ * @default 'right'
38
+ */
39
+ placement?: DrawerPlacement;
40
+ /**
41
+ * Size of the drawer
42
+ * @default 'md'
43
+ */
44
+ size?: DrawerSize;
45
+ /**
46
+ * Whether to close when clicking the backdrop
47
+ * @default true
48
+ */
49
+ closeOnBackdrop?: boolean;
50
+ /**
51
+ * Whether to close when pressing Escape
52
+ * @default true
53
+ */
54
+ closeOnEscape?: boolean;
55
+ /**
56
+ * Whether to show a close button
57
+ * @default true
58
+ */
59
+ showCloseButton?: boolean;
60
+ /**
61
+ * Drawer content
62
+ */
63
+ children?: ReactNode;
64
+ }
65
+ /**
66
+ * Drawer Header props
67
+ */
68
+ export interface DrawerHeaderProps extends HTMLAttributes<HTMLDivElement> {
69
+ children?: ReactNode;
70
+ }
71
+ /**
72
+ * Drawer Body props
73
+ */
74
+ export interface DrawerBodyProps extends HTMLAttributes<HTMLDivElement> {
75
+ children?: ReactNode;
76
+ }
77
+ /**
78
+ * Drawer Footer props
79
+ */
80
+ export interface DrawerFooterProps extends HTMLAttributes<HTMLDivElement> {
81
+ children?: ReactNode;
82
+ }
83
+ //# sourceMappingURL=Drawer.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Drawer.types.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;AAElE;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAE5D;;;;;;;;;;GAUG;AACH,MAAM,WAAW,WAAY,SAAQ,cAAc,CAAC,cAAc,CAAC;IACjE;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAE5B;;;OAGG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAElB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACvE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACrE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACvE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Drawer Component Export
3
+ */
4
+ export { Drawer } from './Drawer';
5
+ export type { DrawerProps, DrawerPlacement, DrawerSize, DrawerHeaderProps, DrawerBodyProps, DrawerFooterProps, } from './Drawer.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EACV,WAAW,EACX,eAAe,EACf,UAAU,EACV,iBAAiB,EACjB,eAAe,EACf,iBAAiB,GAClB,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Dropdown Component
3
+ *
4
+ * A menu that appears below a trigger element.
5
+ *
6
+ * @example
7
+ * ```tsx
8
+ * <Dropdown
9
+ * trigger={<Button>Options</Button>}
10
+ * items={[
11
+ * { id: 'edit', label: 'Edit', onClick: handleEdit },
12
+ * { id: 'delete', label: 'Delete', danger: true, onClick: handleDelete },
13
+ * ]}
14
+ * />
15
+ * ```
16
+ */
17
+ import type { DropdownProps } from './Dropdown.types';
18
+ export declare const Dropdown: import("react").ForwardRefExoticComponent<DropdownProps & import("react").RefAttributes<HTMLDivElement>>;
19
+ //# sourceMappingURL=Dropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/Dropdown.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAaH,OAAO,KAAK,EACV,aAAa,EAId,MAAM,kBAAkB,CAAC;AAkG1B,eAAO,MAAM,QAAQ,0GA4KpB,CAAC"}
@@ -0,0 +1,119 @@
1
+ /**
2
+ * Dropdown Component Types
3
+ *
4
+ * Type definitions for the Orion Dropdown/Menu component.
5
+ */
6
+ import type { HTMLAttributes, ReactNode } from 'react';
7
+ /**
8
+ * Dropdown placement options
9
+ */
10
+ export type DropdownPlacement = 'bottom-start' | 'bottom' | 'bottom-end' | 'top-start' | 'top' | 'top-end';
11
+ /**
12
+ * Dropdown menu item
13
+ */
14
+ export interface DropdownItem {
15
+ /**
16
+ * Unique identifier for the item
17
+ */
18
+ id: string;
19
+ /**
20
+ * Label to display
21
+ */
22
+ label: string;
23
+ /**
24
+ * Optional icon to display before the label
25
+ */
26
+ icon?: ReactNode;
27
+ /**
28
+ * Whether the item is disabled
29
+ */
30
+ disabled?: boolean;
31
+ /**
32
+ * Whether this is a destructive action (red text)
33
+ */
34
+ danger?: boolean;
35
+ /**
36
+ * Optional keyboard shortcut to display
37
+ */
38
+ shortcut?: string;
39
+ /**
40
+ * Click handler for the item
41
+ */
42
+ onClick?: () => void;
43
+ }
44
+ /**
45
+ * Dropdown item group (for organizing items)
46
+ */
47
+ export interface DropdownGroup {
48
+ /**
49
+ * Optional label for the group
50
+ */
51
+ label?: string;
52
+ /**
53
+ * Items in this group
54
+ */
55
+ items: DropdownItem[];
56
+ }
57
+ /**
58
+ * Dropdown component props
59
+ *
60
+ * @example
61
+ * ```tsx
62
+ * <Dropdown
63
+ * trigger={<Button>Options</Button>}
64
+ * items={[
65
+ * { id: 'edit', label: 'Edit', icon: <EditIcon /> },
66
+ * { id: 'delete', label: 'Delete', danger: true },
67
+ * ]}
68
+ * />
69
+ * ```
70
+ */
71
+ export interface DropdownProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange' | 'onSelect'> {
72
+ /**
73
+ * The trigger element that opens the dropdown
74
+ */
75
+ trigger: ReactNode;
76
+ /**
77
+ * Menu items (flat list or grouped)
78
+ */
79
+ items?: DropdownItem[];
80
+ /**
81
+ * Grouped menu items
82
+ */
83
+ groups?: DropdownGroup[];
84
+ /**
85
+ * Placement of the dropdown
86
+ * @default 'bottom-start'
87
+ */
88
+ placement?: DropdownPlacement;
89
+ /**
90
+ * Whether the dropdown is open (controlled)
91
+ */
92
+ open?: boolean;
93
+ /**
94
+ * Callback when open state changes
95
+ */
96
+ onOpenChange?: (open: boolean) => void;
97
+ /**
98
+ * Callback when an item is selected
99
+ */
100
+ onSelect?: (item: DropdownItem) => void;
101
+ /**
102
+ * Minimum width of the dropdown menu
103
+ * @default 180
104
+ */
105
+ minWidth?: number;
106
+ /**
107
+ * Whether to close when an item is selected
108
+ * @default true
109
+ */
110
+ closeOnSelect?: boolean;
111
+ }
112
+ /**
113
+ * Dropdown Item component props (internal)
114
+ */
115
+ export interface DropdownMenuItemProps {
116
+ item: DropdownItem;
117
+ onSelect: () => void;
118
+ }
119
+ //# sourceMappingURL=Dropdown.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown.types.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/Dropdown.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,iBAAiB,GACzB,cAAc,GACd,QAAQ,GACR,YAAY,GACZ,WAAW,GACX,KAAK,GACL,SAAS,CAAC;AAEd;;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,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC;IAClG;;OAEG;IACH,OAAO,EAAE,SAAS,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC;IAEvB;;OAEG;IACH,MAAM,CAAC,EAAE,aAAa,EAAE,CAAC;IAEzB;;;OAGG;IACH,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAE9B;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAEvC;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;IAExC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,YAAY,CAAC;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Dropdown Component Export
3
+ */
4
+ export { Dropdown } from './Dropdown';
5
+ export type { DropdownProps, DropdownItem, DropdownGroup, DropdownPlacement, } from './Dropdown.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EACV,aAAa,EACb,YAAY,EACZ,aAAa,EACb,iBAAiB,GAClB,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * EmptyState Component
3
+ *
4
+ * Displays when there's no content to show.
5
+ *
6
+ * @example
7
+ * ```tsx
8
+ * <EmptyState
9
+ * icon={<Inbox size={48} />}
10
+ * title="No messages yet"
11
+ * description="When you receive messages, they'll appear here."
12
+ * action={<Button>Send a message</Button>}
13
+ * />
14
+ * ```
15
+ */
16
+ import type { EmptyStateProps } from './EmptyState.types';
17
+ export declare const EmptyState: import("react").ForwardRefExoticComponent<EmptyStateProps & import("react").RefAttributes<HTMLDivElement>>;
18
+ //# sourceMappingURL=EmptyState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState.d.ts","sourceRoot":"","sources":["../../../src/components/EmptyState/EmptyState.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAG1D,eAAO,MAAM,UAAU,4GA6CtB,CAAC"}
@@ -0,0 +1,51 @@
1
+ /**
2
+ * EmptyState Component Types
3
+ *
4
+ * Type definitions for the Orion EmptyState component.
5
+ */
6
+ import type { HTMLAttributes, ReactNode } from 'react';
7
+ /**
8
+ * EmptyState sizes
9
+ */
10
+ export type EmptyStateSize = 'sm' | 'md' | 'lg';
11
+ /**
12
+ * EmptyState component props
13
+ *
14
+ * @example
15
+ * ```tsx
16
+ * <EmptyState
17
+ * icon={<InboxIcon />}
18
+ * title="No messages"
19
+ * description="Your inbox is empty"
20
+ * action={<Button>Compose</Button>}
21
+ * />
22
+ * ```
23
+ */
24
+ export interface EmptyStateProps extends HTMLAttributes<HTMLDivElement> {
25
+ /**
26
+ * Icon or illustration to display
27
+ */
28
+ icon?: ReactNode;
29
+ /**
30
+ * Main title text
31
+ */
32
+ title: string;
33
+ /**
34
+ * Description text
35
+ */
36
+ description?: string;
37
+ /**
38
+ * Primary action button
39
+ */
40
+ action?: ReactNode;
41
+ /**
42
+ * Secondary action button
43
+ */
44
+ secondaryAction?: ReactNode;
45
+ /**
46
+ * Size variant
47
+ * @default 'md'
48
+ */
49
+ size?: EmptyStateSize;
50
+ }
51
+ //# sourceMappingURL=EmptyState.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState.types.d.ts","sourceRoot":"","sources":["../../../src/components/EmptyState/EmptyState.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhD;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,eAAgB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACrE;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAE5B;;;OAGG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;CACvB"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * EmptyState Component Export
3
+ */
4
+ export { EmptyState } from './EmptyState';
5
+ export type { EmptyStateProps, EmptyStateSize } from './EmptyState.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/EmptyState/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Icon Component
3
+ *
4
+ * A normalized wrapper for Lucide icons that provides:
5
+ * - Consistent sizing via design tokens
6
+ * - Semantic color variants
7
+ * - Proper accessibility handling
8
+ * - Tree-shaking friendly (icons imported directly from lucide-react)
9
+ *
10
+ * @example Basic usage
11
+ * ```tsx
12
+ * import { Icon } from '@orion/react';
13
+ * import { Search, AlertCircle, Check } from 'lucide-react';
14
+ *
15
+ * // Decorative icon (hidden from screen readers)
16
+ * <Icon icon={Search} size="md" decorative />
17
+ *
18
+ * // Semantic icon (announced to screen readers)
19
+ * <Icon icon={AlertCircle} size="lg" label="Warning" color="warning" />
20
+ *
21
+ * // Custom pixel size
22
+ * <Icon icon={Check} size={18} color="success" />
23
+ * ```
24
+ *
25
+ * @example In Button component
26
+ * ```tsx
27
+ * import { Button, Icon } from '@orion/react';
28
+ * import { Download } from 'lucide-react';
29
+ *
30
+ * <Button icon={<Icon icon={Download} decorative />}>
31
+ * Download File
32
+ * </Button>
33
+ * ```
34
+ */
35
+ import type { IconProps } from './Icon.types';
36
+ export declare const Icon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
37
+ //# sourceMappingURL=Icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAY,MAAM,cAAc,CAAC;AAexD,eAAO,MAAM,IAAI,qGA0FhB,CAAC"}
@@ -0,0 +1,102 @@
1
+ /**
2
+ * Icon Component Types
3
+ *
4
+ * Type definitions for the Orion Icon wrapper component.
5
+ * Provides normalized icon rendering with design token integration.
6
+ *
7
+ * @see https://lucide.dev for available icons
8
+ */
9
+ import type { LucideIcon, LucideProps } from 'lucide-react';
10
+ import type { SVGProps } from 'react';
11
+ /**
12
+ * Icon size tokens (mapped to CSS variables)
13
+ * - xs: 12px (--icon-size-xs) - Badges, compact UI
14
+ * - sm: 16px (--icon-size-sm) - Inline text, small buttons
15
+ * - md: 20px (--icon-size-md) - Default for buttons/inputs
16
+ * - lg: 24px (--icon-size-lg) - Section headers
17
+ * - xl: 32px (--icon-size-xl) - Large callouts
18
+ */
19
+ export type IconSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
20
+ /**
21
+ * Icon color variants (mapped to semantic tokens)
22
+ */
23
+ export type IconColor = 'current' | 'primary' | 'secondary' | 'tertiary' | 'brand' | 'success' | 'warning' | 'error' | 'info' | 'inverse';
24
+ /**
25
+ * Icon component props
26
+ *
27
+ * @example Decorative icon (hidden from screen readers)
28
+ * ```tsx
29
+ * import { Icon } from '@orion/react';
30
+ * import { Search } from 'lucide-react';
31
+ *
32
+ * <Icon icon={Search} size="md" decorative />
33
+ * ```
34
+ *
35
+ * @example Semantic icon (announced to screen readers)
36
+ * ```tsx
37
+ * <Icon icon={AlertCircle} size="lg" label="Warning" color="warning" />
38
+ * ```
39
+ *
40
+ * @example Custom size in pixels
41
+ * ```tsx
42
+ * <Icon icon={Star} size={18} />
43
+ * ```
44
+ */
45
+ export interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'ref'> {
46
+ /**
47
+ * Lucide icon component to render
48
+ * Import directly from lucide-react for tree-shaking
49
+ *
50
+ * @example
51
+ * import { Search } from 'lucide-react';
52
+ * <Icon icon={Search} />
53
+ */
54
+ icon: LucideIcon;
55
+ /**
56
+ * Icon size - uses design tokens or custom pixel value
57
+ * @default 'md'
58
+ */
59
+ size?: IconSize | number;
60
+ /**
61
+ * Icon color variant - uses semantic tokens
62
+ * @default 'current'
63
+ */
64
+ color?: IconColor;
65
+ /**
66
+ * Stroke width (Lucide default: 2)
67
+ * @default 2
68
+ */
69
+ strokeWidth?: number;
70
+ /**
71
+ * Accessible label for screen readers
72
+ * Required when decorative=false
73
+ *
74
+ * @example
75
+ * <Icon icon={AlertCircle} label="Error occurred" />
76
+ */
77
+ label?: string;
78
+ /**
79
+ * Mark icon as decorative (hidden from screen readers)
80
+ * Use when icon is purely visual and adjacent text provides meaning
81
+ * @default false
82
+ *
83
+ * @example
84
+ * <Button icon={<Icon icon={Search} decorative />}>Search</Button>
85
+ */
86
+ decorative?: boolean;
87
+ /**
88
+ * Disabled state (applies muted styling)
89
+ * @default false
90
+ */
91
+ disabled?: boolean;
92
+ /**
93
+ * Additional CSS class name
94
+ */
95
+ className?: string;
96
+ }
97
+ /**
98
+ * Props passed to Lucide icon components
99
+ * Used internally for consistent rendering
100
+ */
101
+ export type IconRenderProps = LucideProps;
102
+ //# sourceMappingURL=Icon.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.types.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.types.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC;;;;;;;GAOG;AACH,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAExD;;GAEG;AACH,MAAM,MAAM,SAAS,GACjB,SAAS,GACT,SAAS,GACT,WAAW,GACX,UAAU,GACV,OAAO,GACP,SAAS,GACT,SAAS,GACT,OAAO,GACP,MAAM,GACN,SAAS,CAAC;AAEd;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,KAAK,CAAC;IACrE;;;;;;;OAOG;IACH,IAAI,EAAE,UAAU,CAAC;IAEjB;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;IAEzB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;GAGG;AACH,MAAM,MAAM,eAAe,GAAG,WAAW,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Icon Component Exports
3
+ */
4
+ export { Icon } from './Icon';
5
+ export type { IconProps, IconSize, IconColor, IconRenderProps } from './Icon.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
@@ -3,15 +3,13 @@
3
3
  *
4
4
  * A comprehensive gallery showing all available Lucide icons
5
5
  * with search, filtering, and usage examples.
6
+ *
7
+ * @example
8
+ * ```tsx
9
+ * <IconGallery columns={6} showNames />
10
+ * ```
6
11
  */
7
12
  import React from 'react';
8
- export interface IconGalleryProps {
9
- /** Number of columns in the grid */
10
- columns?: number;
11
- /** Show icon names */
12
- showNames?: boolean;
13
- /** Show usage code */
14
- showCode?: boolean;
15
- }
13
+ import type { IconGalleryProps } from './IconGallery.types';
16
14
  export declare const IconGallery: React.FC<IconGalleryProps>;
17
15
  //# sourceMappingURL=IconGallery.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconGallery.d.ts","sourceRoot":"","sources":["../../../src/components/IconGallery/IconGallery.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAA4B,MAAM,OAAO,CAAC;AAIjD,MAAM,WAAW,gBAAgB;IAC/B,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sBAAsB;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,sBAAsB;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAwCD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA8IlD,CAAC"}
1
+ {"version":3,"file":"IconGallery.d.ts","sourceRoot":"","sources":["../../../src/components/IconGallery/IconGallery.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAA4B,MAAM,OAAO,CAAC;AAGjD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AA4C5D,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAgJlD,CAAC"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * IconGallery Component Types
3
+ *
4
+ * Type definitions for the Orion IconGallery component.
5
+ */
6
+ /**
7
+ * Icon category definition
8
+ */
9
+ export type IconCategory = 'Navigation' | 'Actions' | 'Status & Feedback' | 'Media & Files' | 'Social & Communication' | 'Commerce & Business' | 'UI & Objects';
10
+ /**
11
+ * IconGallery component props
12
+ *
13
+ * @example
14
+ * ```tsx
15
+ * <IconGallery columns={6} showNames />
16
+ * ```
17
+ */
18
+ export interface IconGalleryProps {
19
+ /**
20
+ * Number of columns in the grid
21
+ * @default 6
22
+ */
23
+ columns?: number;
24
+ /**
25
+ * Show icon names below icons
26
+ * @default true
27
+ */
28
+ showNames?: boolean;
29
+ /**
30
+ * Show usage code examples
31
+ * @default false
32
+ */
33
+ showCode?: boolean;
34
+ /**
35
+ * Additional CSS class name
36
+ */
37
+ className?: string;
38
+ }
39
+ //# sourceMappingURL=IconGallery.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconGallery.types.d.ts","sourceRoot":"","sources":["../../../src/components/IconGallery/IconGallery.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;GAEG;AACH,MAAM,MAAM,YAAY,GACpB,YAAY,GACZ,SAAS,GACT,mBAAmB,GACnB,eAAe,GACf,wBAAwB,GACxB,qBAAqB,GACrB,cAAc,CAAC;AAEnB;;;;;;;GAOG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * IconGallery Component Exports
3
+ */
4
+ export { IconGallery } from './IconGallery';
5
+ export type { IconGalleryProps, IconCategory } from './IconGallery.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/IconGallery/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Link Component
3
+ *
4
+ * A styled anchor element for navigation.
5
+ *
6
+ * @example
7
+ * ```tsx
8
+ * <Link href="/about">About us</Link>
9
+ * <Link href="https://docs.example.com" external>Documentation</Link>
10
+ * <Link href="/profile" variant="brand">View Profile</Link>
11
+ * ```
12
+ */
13
+ import type { LinkProps } from './Link.types';
14
+ export declare const Link: import("react").ForwardRefExoticComponent<LinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
15
+ //# sourceMappingURL=Link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../src/components/Link/Link.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,eAAO,MAAM,IAAI,yGAiDhB,CAAC"}