@turtleclub/ui 0.3.0-beta.8 → 0.3.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 (302) hide show
  1. package/.prettierrc.json +4 -0
  2. package/.turbo/turbo-build.log +152 -26
  3. package/CHANGELOG.md +338 -0
  4. package/dist/index.cjs +178 -36
  5. package/dist/index.cjs.map +1 -1
  6. package/dist/index.js +25526 -4757
  7. package/dist/index.js.map +1 -1
  8. package/dist/styles.css +1 -1
  9. package/dist/types/components/features/data-table.d.ts +9 -0
  10. package/dist/types/components/features/data-table.d.ts.map +1 -0
  11. package/dist/types/components/features/index.d.ts +5 -0
  12. package/dist/types/components/features/index.d.ts.map +1 -0
  13. package/dist/types/components/features/page-heading.d.ts +10 -0
  14. package/dist/types/components/features/page-heading.d.ts.map +1 -0
  15. package/dist/types/components/features/search-bar.d.ts +10 -0
  16. package/dist/types/components/features/search-bar.d.ts.map +1 -0
  17. package/dist/types/components/features/segmented-navigation.d.ts +7 -0
  18. package/dist/types/components/features/segmented-navigation.d.ts.map +1 -0
  19. package/dist/types/components/features/sidebar-layout.d.ts +36 -0
  20. package/dist/types/components/features/sidebar-layout.d.ts.map +1 -0
  21. package/dist/types/components/icons/arrow.d.ts +4 -0
  22. package/dist/types/components/icons/arrow.d.ts.map +1 -0
  23. package/dist/types/components/icons/beta.d.ts +4 -0
  24. package/dist/types/components/icons/beta.d.ts.map +1 -0
  25. package/dist/types/components/icons/dot.d.ts +4 -0
  26. package/dist/types/components/icons/dot.d.ts.map +1 -0
  27. package/dist/types/components/icons/index.d.ts +8 -0
  28. package/dist/types/components/icons/index.d.ts.map +1 -0
  29. package/dist/types/components/icons/issue.d.ts +4 -0
  30. package/dist/types/components/icons/issue.d.ts.map +1 -0
  31. package/dist/types/components/icons/turtle.d.ts +4 -0
  32. package/dist/types/components/icons/turtle.d.ts.map +1 -0
  33. package/dist/types/components/icons/update.d.ts +4 -0
  34. package/dist/types/components/icons/update.d.ts.map +1 -0
  35. package/dist/types/components/icons/warning.d.ts +4 -0
  36. package/dist/types/components/icons/warning.d.ts.map +1 -0
  37. package/dist/types/components/molecules/index.d.ts +2 -0
  38. package/dist/types/components/molecules/index.d.ts.map +1 -1
  39. package/dist/types/components/molecules/opportunity/index.d.ts +3 -1
  40. package/dist/types/components/molecules/opportunity/index.d.ts.map +1 -1
  41. package/dist/types/components/molecules/opportunity/opportunity-apr.d.ts +8 -3
  42. package/dist/types/components/molecules/opportunity/opportunity-apr.d.ts.map +1 -1
  43. package/dist/types/components/molecules/opportunity/opportunity-disclaimer.d.ts +1 -2
  44. package/dist/types/components/molecules/opportunity/opportunity-disclaimer.d.ts.map +1 -1
  45. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/index.d.ts +3 -0
  46. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/index.d.ts.map +1 -0
  47. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-filtering.d.ts +11 -0
  48. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-filtering.d.ts.map +1 -0
  49. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-grouping.d.ts +9 -0
  50. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-grouping.d.ts.map +1 -0
  51. package/dist/types/components/molecules/opportunity/opportunity-list/index.d.ts +2 -0
  52. package/dist/types/components/molecules/opportunity/opportunity-list/index.d.ts.map +1 -0
  53. package/dist/types/components/molecules/opportunity/opportunity-list/opportunity-list.d.ts +22 -0
  54. package/dist/types/components/molecules/opportunity/opportunity-list/opportunity-list.d.ts.map +1 -0
  55. package/dist/types/components/molecules/opportunity/opportunity-rate-estimator.d.ts +1 -2
  56. package/dist/types/components/molecules/opportunity/opportunity-rate-estimator.d.ts.map +1 -1
  57. package/dist/types/components/molecules/opportunity/opportunity-section.d.ts +4 -0
  58. package/dist/types/components/molecules/opportunity/opportunity-section.d.ts.map +1 -1
  59. package/dist/types/components/molecules/opportunity/opportunity-selector.d.ts +1 -2
  60. package/dist/types/components/molecules/opportunity/opportunity-selector.d.ts.map +1 -1
  61. package/dist/types/components/molecules/opportunity/opportunity-type.d.ts +1 -2
  62. package/dist/types/components/molecules/opportunity/opportunity-type.d.ts.map +1 -1
  63. package/dist/types/components/molecules/route-details.d.ts +1 -1
  64. package/dist/types/components/molecules/route-details.d.ts.map +1 -1
  65. package/dist/types/components/molecules/slippage-selector.d.ts +1 -2
  66. package/dist/types/components/molecules/slippage-selector.d.ts.map +1 -1
  67. package/dist/types/components/molecules/swap-details.d.ts.map +1 -1
  68. package/dist/types/components/molecules/swap-input.d.ts +5 -1
  69. package/dist/types/components/molecules/swap-input.d.ts.map +1 -1
  70. package/dist/types/components/molecules/tabs.d.ts +18 -0
  71. package/dist/types/components/molecules/tabs.d.ts.map +1 -0
  72. package/dist/types/components/molecules/token-selector.d.ts +1 -1
  73. package/dist/types/components/molecules/token-selector.d.ts.map +1 -1
  74. package/dist/types/components/molecules/tx-status.d.ts.map +1 -1
  75. package/dist/types/components/molecules/widget/asset-list/asset-filters.d.ts +20 -0
  76. package/dist/types/components/molecules/widget/asset-list/asset-filters.d.ts.map +1 -0
  77. package/dist/types/components/molecules/widget/asset-list/asset-list.d.ts +35 -0
  78. package/dist/types/components/molecules/widget/asset-list/asset-list.d.ts.map +1 -0
  79. package/dist/types/components/molecules/widget/asset-list/asset-row.d.ts +12 -0
  80. package/dist/types/components/molecules/widget/asset-list/asset-row.d.ts.map +1 -0
  81. package/dist/types/components/molecules/widget/asset-list/hooks/index.d.ts +3 -0
  82. package/dist/types/components/molecules/widget/asset-list/hooks/index.d.ts.map +1 -0
  83. package/dist/types/components/molecules/widget/asset-list/hooks/use-asset-filtering.d.ts +10 -0
  84. package/dist/types/components/molecules/widget/asset-list/hooks/use-asset-filtering.d.ts.map +1 -0
  85. package/dist/types/components/molecules/widget/asset-list/hooks/use-asset-grouping.d.ts +9 -0
  86. package/dist/types/components/molecules/widget/asset-list/hooks/use-asset-grouping.d.ts.map +1 -0
  87. package/dist/types/components/molecules/widget/asset-list/index.d.ts +4 -0
  88. package/dist/types/components/molecules/widget/asset-list/index.d.ts.map +1 -0
  89. package/dist/types/components/molecules/widget/base-selector.d.ts +17 -0
  90. package/dist/types/components/molecules/widget/base-selector.d.ts.map +1 -0
  91. package/dist/types/components/molecules/widget/campaign-item.d.ts +20 -0
  92. package/dist/types/components/molecules/widget/campaign-item.d.ts.map +1 -0
  93. package/dist/types/components/molecules/widget/deal-item.d.ts +20 -0
  94. package/dist/types/components/molecules/widget/deal-item.d.ts.map +1 -0
  95. package/dist/types/components/molecules/widget/index.d.ts +14 -0
  96. package/dist/types/components/molecules/widget/index.d.ts.map +1 -0
  97. package/dist/types/components/molecules/widget/opportunity-item.d.ts +33 -0
  98. package/dist/types/components/molecules/widget/opportunity-item.d.ts.map +1 -0
  99. package/dist/types/components/molecules/widget/widget-item-stats.d.ts +14 -0
  100. package/dist/types/components/molecules/widget/widget-item-stats.d.ts.map +1 -0
  101. package/dist/types/components/molecules/widget/widget-item.d.ts +26 -0
  102. package/dist/types/components/molecules/widget/widget-item.d.ts.map +1 -0
  103. package/dist/types/components/molecules/widget/widget-list-items.d.ts +20 -0
  104. package/dist/types/components/molecules/widget/widget-list-items.d.ts.map +1 -0
  105. package/dist/types/components/ui/alert-dialog.d.ts +15 -0
  106. package/dist/types/components/ui/alert-dialog.d.ts.map +1 -0
  107. package/dist/types/components/ui/animated-background/animated-background.d.ts +9 -0
  108. package/dist/types/components/ui/animated-background/animated-background.d.ts.map +1 -0
  109. package/dist/types/components/ui/animated-background/index.d.ts +2 -0
  110. package/dist/types/components/ui/animated-background/index.d.ts.map +1 -0
  111. package/dist/types/components/ui/avatar.d.ts +18 -4
  112. package/dist/types/components/ui/avatar.d.ts.map +1 -1
  113. package/dist/types/components/ui/badge.d.ts +5 -4
  114. package/dist/types/components/ui/badge.d.ts.map +1 -1
  115. package/dist/types/components/ui/banner.d.ts +7 -0
  116. package/dist/types/components/ui/banner.d.ts.map +1 -0
  117. package/dist/types/components/ui/button.d.ts +8 -6
  118. package/dist/types/components/ui/button.d.ts.map +1 -1
  119. package/dist/types/components/ui/card.d.ts +10 -11
  120. package/dist/types/components/ui/card.d.ts.map +1 -1
  121. package/dist/types/components/ui/checkbox.d.ts +5 -0
  122. package/dist/types/components/ui/checkbox.d.ts.map +1 -0
  123. package/dist/types/components/ui/chip.d.ts +1 -1
  124. package/dist/types/components/ui/chip.d.ts.map +1 -1
  125. package/dist/types/components/ui/collapsible.d.ts +7 -0
  126. package/dist/types/components/ui/collapsible.d.ts.map +1 -0
  127. package/dist/types/components/ui/combobox.d.ts +148 -0
  128. package/dist/types/components/ui/combobox.d.ts.map +1 -0
  129. package/dist/types/components/ui/command.d.ts +19 -0
  130. package/dist/types/components/ui/command.d.ts.map +1 -0
  131. package/dist/types/components/ui/dialog.d.ts +10 -10
  132. package/dist/types/components/ui/dialog.d.ts.map +1 -1
  133. package/dist/types/components/ui/dropdown.d.ts +30 -0
  134. package/dist/types/components/ui/dropdown.d.ts.map +1 -0
  135. package/dist/types/components/ui/field.d.ts +26 -0
  136. package/dist/types/components/ui/field.d.ts.map +1 -0
  137. package/dist/types/components/ui/heading.d.ts +12 -0
  138. package/dist/types/components/ui/heading.d.ts.map +1 -0
  139. package/dist/types/components/ui/hover-card.d.ts +7 -7
  140. package/dist/types/components/ui/hover-card.d.ts.map +1 -1
  141. package/dist/types/components/ui/icon-animation.d.ts +1 -1
  142. package/dist/types/components/ui/icon-animation.d.ts.map +1 -1
  143. package/dist/types/components/ui/icon-list.d.ts +17 -0
  144. package/dist/types/components/ui/icon-list.d.ts.map +1 -0
  145. package/dist/types/components/ui/index.d.ts +28 -8
  146. package/dist/types/components/ui/index.d.ts.map +1 -1
  147. package/dist/types/components/ui/info-card.d.ts +4 -4
  148. package/dist/types/components/ui/info-card.d.ts.map +1 -1
  149. package/dist/types/components/ui/input-group.d.ts +17 -0
  150. package/dist/types/components/ui/input-group.d.ts.map +1 -0
  151. package/dist/types/components/ui/input.d.ts +1 -3
  152. package/dist/types/components/ui/input.d.ts.map +1 -1
  153. package/dist/types/components/ui/label-with-icon.d.ts +3 -3
  154. package/dist/types/components/ui/label-with-icon.d.ts.map +1 -1
  155. package/dist/types/components/ui/label.d.ts +1 -1
  156. package/dist/types/components/ui/label.d.ts.map +1 -1
  157. package/dist/types/components/ui/multi-select.d.ts +192 -0
  158. package/dist/types/components/ui/multi-select.d.ts.map +1 -0
  159. package/dist/types/components/ui/navigation-bar.d.ts +2 -2
  160. package/dist/types/components/ui/navigation-bar.d.ts.map +1 -1
  161. package/dist/types/components/ui/navigation-menu.d.ts +15 -0
  162. package/dist/types/components/ui/navigation-menu.d.ts.map +1 -0
  163. package/dist/types/components/ui/opportunity-details-v1.d.ts +1 -1
  164. package/dist/types/components/ui/opportunity-details-v1.d.ts.map +1 -1
  165. package/dist/types/components/ui/popover.d.ts +8 -0
  166. package/dist/types/components/ui/popover.d.ts.map +1 -0
  167. package/dist/types/components/ui/scroll-area.d.ts +2 -2
  168. package/dist/types/components/ui/scroll-area.d.ts.map +1 -1
  169. package/dist/types/components/ui/segment-control.d.ts +19 -0
  170. package/dist/types/components/ui/segment-control.d.ts.map +1 -0
  171. package/dist/types/components/ui/select.d.ts +14 -13
  172. package/dist/types/components/ui/select.d.ts.map +1 -1
  173. package/dist/types/components/ui/separator.d.ts +1 -1
  174. package/dist/types/components/ui/separator.d.ts.map +1 -1
  175. package/dist/types/components/ui/sheet.d.ts +14 -0
  176. package/dist/types/components/ui/sheet.d.ts.map +1 -0
  177. package/dist/types/components/ui/sidebar.d.ts +69 -0
  178. package/dist/types/components/ui/sidebar.d.ts.map +1 -0
  179. package/dist/types/components/ui/skeleton.d.ts +4 -0
  180. package/dist/types/components/ui/skeleton.d.ts.map +1 -0
  181. package/dist/types/components/ui/slider.d.ts +5 -0
  182. package/dist/types/components/ui/slider.d.ts.map +1 -0
  183. package/dist/types/components/ui/sonner.d.ts +1 -2
  184. package/dist/types/components/ui/sonner.d.ts.map +1 -1
  185. package/dist/types/components/ui/switch.d.ts +1 -1
  186. package/dist/types/components/ui/switch.d.ts.map +1 -1
  187. package/dist/types/components/ui/table-shadcn.d.ts +11 -0
  188. package/dist/types/components/ui/table-shadcn.d.ts.map +1 -0
  189. package/dist/types/components/ui/table.d.ts +2 -2
  190. package/dist/types/components/ui/table.d.ts.map +1 -1
  191. package/dist/types/components/ui/textarea.d.ts +4 -0
  192. package/dist/types/components/ui/textarea.d.ts.map +1 -0
  193. package/dist/types/components/ui/toggle-group.d.ts +2 -2
  194. package/dist/types/components/ui/toggle-group.d.ts.map +1 -1
  195. package/dist/types/components/ui/toggle.d.ts +2 -2
  196. package/dist/types/components/ui/toggle.d.ts.map +1 -1
  197. package/dist/types/components/ui/tooltip.d.ts +7 -4
  198. package/dist/types/components/ui/tooltip.d.ts.map +1 -1
  199. package/dist/types/hooks/useIsMobile.d.ts +7 -0
  200. package/dist/types/hooks/useIsMobile.d.ts.map +1 -0
  201. package/dist/types/index.d.ts +2 -0
  202. package/dist/types/index.d.ts.map +1 -1
  203. package/package.json +39 -28
  204. package/src/components/features/data-table.tsx +96 -0
  205. package/src/components/features/index.ts +4 -0
  206. package/src/components/features/page-heading.tsx +22 -0
  207. package/src/components/features/search-bar.tsx +50 -0
  208. package/src/components/features/segmented-navigation.tsx +18 -0
  209. package/src/components/features/sidebar-layout.tsx +190 -0
  210. package/src/components/icons/arrow.tsx +23 -0
  211. package/src/components/icons/beta.tsx +86 -0
  212. package/src/components/icons/dot.tsx +89 -0
  213. package/src/components/icons/index.ts +7 -0
  214. package/src/components/icons/issue.tsx +97 -0
  215. package/src/components/icons/turtle.tsx +143 -0
  216. package/src/components/icons/update.tsx +108 -0
  217. package/src/components/icons/warning.tsx +86 -0
  218. package/src/components/molecules/index.ts +2 -1
  219. package/src/components/molecules/opportunity/index.ts +5 -1
  220. package/src/components/molecules/opportunity/opportunity-apr.tsx +99 -16
  221. package/src/components/molecules/opportunity/opportunity-list/hooks/index.ts +2 -0
  222. package/src/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-filtering.ts +45 -0
  223. package/src/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-grouping.ts +81 -0
  224. package/src/components/molecules/opportunity/opportunity-list/index.ts +1 -0
  225. package/src/components/molecules/opportunity/opportunity-list/opportunity-list.tsx +136 -0
  226. package/src/components/molecules/opportunity/opportunity-rate-estimator.tsx +4 -1
  227. package/src/components/molecules/opportunity/opportunity-section.tsx +37 -19
  228. package/src/components/molecules/opportunity/opportunity-selector.tsx +2 -3
  229. package/src/components/molecules/route-details.tsx +48 -37
  230. package/src/components/molecules/swap-details.tsx +2 -4
  231. package/src/components/molecules/swap-input.tsx +56 -21
  232. package/src/components/molecules/tabs.tsx +67 -0
  233. package/src/components/molecules/token-selector.tsx +2 -2
  234. package/src/components/molecules/tx-status.tsx +1 -5
  235. package/src/components/molecules/widget/asset-list/asset-filters.tsx +111 -0
  236. package/src/components/molecules/widget/asset-list/asset-list.tsx +171 -0
  237. package/src/components/molecules/widget/asset-list/asset-row.tsx +45 -0
  238. package/src/components/molecules/widget/asset-list/hooks/index.ts +2 -0
  239. package/src/components/molecules/widget/asset-list/hooks/use-asset-filtering.ts +42 -0
  240. package/src/components/molecules/widget/asset-list/hooks/use-asset-grouping.ts +78 -0
  241. package/src/components/molecules/widget/asset-list/index.ts +3 -0
  242. package/src/components/molecules/widget/base-selector.tsx +104 -0
  243. package/src/components/molecules/widget/campaign-item.tsx +76 -0
  244. package/src/components/molecules/widget/deal-item.tsx +80 -0
  245. package/src/components/molecules/widget/index.ts +33 -0
  246. package/src/components/molecules/widget/opportunity-item.tsx +91 -0
  247. package/src/components/molecules/widget/widget-item-stats.tsx +50 -0
  248. package/src/components/molecules/widget/widget-item.tsx +138 -0
  249. package/src/components/molecules/widget/widget-list-items.tsx +86 -0
  250. package/src/components/ui/alert-dialog.tsx +146 -0
  251. package/src/components/ui/animated-background/animated-background.tsx +174 -0
  252. package/src/components/ui/animated-background/index.ts +1 -0
  253. package/src/components/ui/avatar.tsx +34 -19
  254. package/src/components/ui/badge.tsx +18 -8
  255. package/src/components/ui/banner.tsx +78 -0
  256. package/src/components/ui/button.tsx +51 -21
  257. package/src/components/ui/card.tsx +21 -61
  258. package/src/components/ui/checkbox.tsx +29 -0
  259. package/src/components/ui/collapsible.tsx +22 -0
  260. package/src/components/ui/combobox.tsx +617 -0
  261. package/src/components/ui/command.tsx +164 -0
  262. package/src/components/ui/dialog.tsx +5 -9
  263. package/src/components/ui/dropdown.tsx +263 -0
  264. package/src/components/ui/field.tsx +232 -0
  265. package/src/components/ui/heading.tsx +49 -0
  266. package/src/components/ui/hover-card.tsx +10 -10
  267. package/src/components/ui/icon-list.tsx +141 -0
  268. package/src/components/ui/index.ts +29 -9
  269. package/src/components/ui/info-card.tsx +1 -1
  270. package/src/components/ui/input-group.tsx +158 -0
  271. package/src/components/ui/input.tsx +17 -25
  272. package/src/components/ui/label-with-icon.tsx +40 -30
  273. package/src/components/ui/label.tsx +8 -9
  274. package/src/components/ui/multi-select.tsx +1000 -0
  275. package/src/components/ui/navigation-menu.tsx +181 -0
  276. package/src/components/ui/opportunity-details-v1.tsx +2 -2
  277. package/src/components/ui/popover.tsx +42 -0
  278. package/src/components/ui/scroll-area.tsx +11 -11
  279. package/src/components/ui/segment-control.tsx +140 -0
  280. package/src/components/ui/select.tsx +26 -31
  281. package/src/components/ui/sheet.tsx +130 -0
  282. package/src/components/ui/sidebar.tsx +693 -0
  283. package/src/components/ui/skeleton.tsx +14 -0
  284. package/src/components/ui/slider.tsx +58 -0
  285. package/src/components/ui/switch.tsx +8 -11
  286. package/src/components/ui/{table-shad.tsx → table-shadcn.tsx} +25 -39
  287. package/src/components/ui/table.tsx +3 -2
  288. package/src/components/ui/textarea.tsx +22 -0
  289. package/src/components/ui/tooltip.tsx +11 -7
  290. package/src/hooks/useIsMobile.ts +74 -0
  291. package/src/index.ts +2 -0
  292. package/src/styles/globals.css +87 -20
  293. package/src/styles/themes/semantic.css +11 -5
  294. package/src/styles/tokens/colors.css +64 -53
  295. package/src/styles/tokens/radius.css +3 -34
  296. package/tsconfig.json +11 -15
  297. package/vite.config.js +41 -57
  298. package/dist/types/components/molecules/opportunity/opportunity-item.d.ts +0 -15
  299. package/dist/types/components/molecules/opportunity/opportunity-item.d.ts.map +0 -1
  300. package/dist/types/components/ui/table-shad.d.ts +0 -11
  301. package/dist/types/components/ui/table-shad.d.ts.map +0 -1
  302. package/src/components/molecules/opportunity/opportunity-item.tsx +0 -93
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dropdown.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,26 @@
1
+ import React from "react";
2
+ import { type VariantProps } from "class-variance-authority";
3
+ import { Label } from "@/components/ui/label";
4
+ declare function FieldSet({ className, ...props }: React.ComponentProps<"fieldset">): import("react/jsx-runtime").JSX.Element;
5
+ declare function FieldLegend({ className, variant, ...props }: React.ComponentProps<"legend"> & {
6
+ variant?: "legend" | "label";
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ declare function FieldGroup({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
9
+ declare const fieldVariants: (props?: {
10
+ orientation?: "horizontal" | "vertical" | "responsive";
11
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
12
+ declare function Field({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): import("react/jsx-runtime").JSX.Element;
13
+ declare function FieldContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
14
+ declare function FieldLabel({ className, ...props }: React.ComponentProps<typeof Label>): import("react/jsx-runtime").JSX.Element;
15
+ declare function FieldTitle({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
16
+ declare function FieldDescription({ className, ...props }: React.ComponentProps<"p">): import("react/jsx-runtime").JSX.Element;
17
+ declare function FieldSeparator({ children, className, ...props }: React.ComponentProps<"div"> & {
18
+ children?: React.ReactNode;
19
+ }): import("react/jsx-runtime").JSX.Element;
20
+ declare function FieldError({ className, children, errors, ...props }: React.ComponentProps<"div"> & {
21
+ errors?: Array<{
22
+ message?: string;
23
+ } | undefined>;
24
+ }): import("react/jsx-runtime").JSX.Element;
25
+ export { Field, FieldLabel, FieldDescription, FieldError, FieldGroup, FieldLegend, FieldSeparator, FieldSet, FieldContent, FieldTitle, };
26
+ //# sourceMappingURL=field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/field.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAG9C,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,2CAY1E;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,OAAkB,EAClB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAAG;IAAE,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;CAAE,2CAcnE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,QAAA,MAAM,aAAa;;sEAmBjB,CAAC;AAEH,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,WAAwB,EACxB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,2CAUlE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,2CAa9E;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,2CAa3E;AAED,iBAAS,cAAc,CAAC,EACtB,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,2CAsBA;AAED,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,QAAQ,EACR,MAAM,EACN,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,MAAM,CAAC,EAAE,KAAK,CAAC;QAAE,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC,CAAC;CAClD,2CAmCA;AAED,OAAO,EACL,KAAK,EACL,UAAU,EACV,gBAAgB,EAChB,UAAU,EACV,UAAU,EACV,WAAW,EACX,cAAc,EACd,QAAQ,EACR,YAAY,EACZ,UAAU,GACX,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+ export type TypographyProps = {
3
+ children: React.ReactNode;
4
+ className?: string;
5
+ };
6
+ export declare function HeadingH1({ children, className }: TypographyProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function HeadingH2({ children, className }: TypographyProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function HeadingH3({ children, className }: TypographyProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function HeadingH4({ children, className }: TypographyProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function HeadingH5({ children, className }: TypographyProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function HeadingH6({ children, className }: TypographyProps): import("react/jsx-runtime").JSX.Element;
12
+ //# sourceMappingURL=heading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/heading.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,eAAe,GAAG;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAEhF,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,eAAe,2CAMjE;AAED,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,eAAe,2CAMjE;AAED,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,eAAe,2CAIjE;AAED,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,eAAe,2CAIjE;AAED,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,eAAe,2CAEjE;AAED,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,eAAe,2CAWjE"}
@@ -3,12 +3,12 @@ import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
3
3
  import { type VariantProps } from "class-variance-authority";
4
4
  declare const hoverCardContentVariants: (props?: {
5
5
  variant?: "container" | "simple" | "item";
6
- gradientBorder?: "white" | "green" | "none" | "auto";
7
- padding?: "default" | "sm" | "lg" | "none" | "md";
8
- rounded?: "default" | "sm" | "lg" | "none" | "md" | "full" | "infoCard" | "xl";
9
- } & import("class-variance-authority/types").ClassProp) => string;
10
- declare function HoverCard({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Root>): React.JSX.Element;
11
- declare function HoverCardTrigger({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Trigger>): React.JSX.Element;
12
- declare function HoverCardContent({ className, align, sideOffset, variant, padding, rounded, gradientBorder, ...props }: React.ComponentProps<typeof HoverCardPrimitive.Content> & VariantProps<typeof hoverCardContentVariants>): React.JSX.Element;
6
+ gradientBorder?: "none" | "auto" | "green" | "white";
7
+ padding?: "none" | "default" | "sm" | "lg" | "md";
8
+ rounded?: "none" | "default" | "sm" | "lg" | "xl" | "infoCard" | "md" | "full";
9
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
10
+ declare function HoverCard({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
11
+ declare function HoverCardTrigger({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
12
+ declare function HoverCardContent({ className, align, sideOffset, variant, padding, rounded, gradientBorder, ...props }: React.ComponentProps<typeof HoverCardPrimitive.Content> & VariantProps<typeof hoverCardContentVariants>): import("react/jsx-runtime").JSX.Element;
13
13
  export { HoverCard, HoverCardTrigger, HoverCardContent, hoverCardContentVariants };
14
14
  //# sourceMappingURL=hover-card.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hover-card.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/hover-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,kBAAkB,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,wBAAwB;;;;;iEA0C7B,CAAC;AAEF,iBAAS,SAAS,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,qBAEpF;AAED,iBAAS,gBAAgB,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,qBAE9F;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,KAAgB,EAChB,UAAc,EACd,OAAO,EACP,OAAO,EACP,OAAO,EACP,cAAc,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,GACxD,YAAY,CAAC,OAAO,wBAAwB,CAAC,qBA2C9C;AAED,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,CAAC"}
1
+ {"version":3,"file":"hover-card.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/hover-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,kBAAkB,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,wBAAwB;;;;;sEA0C7B,CAAC;AAEF,iBAAS,SAAS,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CAEpF;AAED,iBAAS,gBAAgB,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,2CAE9F;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,KAAgB,EAChB,UAAc,EACd,OAAO,EACP,OAAO,EACP,OAAO,EACP,cAAc,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,GACxD,YAAY,CAAC,OAAO,wBAAwB,CAAC,2CA2C9C;AAED,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,CAAC"}
@@ -3,7 +3,7 @@ import { type VariantProps } from "class-variance-authority";
3
3
  declare const iconAnimationVariants: (props?: {
4
4
  size?: "default" | "sm" | "lg" | "xl";
5
5
  variant?: "default" | "transparent";
6
- } & import("class-variance-authority/types").ClassProp) => string;
6
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
7
7
  export interface IconAnimationProps extends React.ComponentProps<"div">, VariantProps<typeof iconAnimationVariants> {
8
8
  children: React.ReactNode;
9
9
  spinning?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"icon-animation.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/icon-animation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,qBAAqB;;;iEAoB1B,CAAC;AAEF,MAAM,WAAW,kBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EACjC,YAAY,CAAC,OAAO,qBAAqB,CAAC;IAC5C,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,aAAa,wGA2ClB,CAAC;AAIF,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,CAAC"}
1
+ {"version":3,"file":"icon-animation.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/icon-animation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,qBAAqB;;;sEAoB1B,CAAC;AAEF,MAAM,WAAW,kBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EACjC,YAAY,CAAC,OAAO,qBAAqB,CAAC;IAC5C,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,aAAa,wGA2ClB,CAAC;AAIF,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,CAAC"}
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+ interface IconListItem {
3
+ icon: string;
4
+ name: string;
5
+ id?: string;
6
+ }
7
+ interface IconListProps extends React.ComponentProps<"div"> {
8
+ items: IconListItem[] | string[];
9
+ label?: string;
10
+ size?: "xs" | "sm" | "md" | "lg";
11
+ maxVisible?: number;
12
+ showTooltip?: boolean;
13
+ }
14
+ declare const IconList: React.ForwardRefExoticComponent<Omit<IconListProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
15
+ export { IconList };
16
+ export type { IconListProps, IconListItem };
17
+ //# sourceMappingURL=icon-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-list.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/icon-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,UAAU,YAAY;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,UAAU,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC;IACzD,KAAK,EAAE,YAAY,EAAE,GAAG,MAAM,EAAE,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AASD,QAAA,MAAM,QAAQ,mGA4Gb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,CAAC"}
@@ -1,15 +1,7 @@
1
- export * from "./input";
2
- export * from "./label";
3
- export * from "./scroll-area";
4
- export * from "./select";
5
- export * from "./separator";
6
1
  export * from "./sonner";
7
2
  export * from "./switch";
8
3
  export * from "./toggle-group";
9
4
  export * from "./toggle";
10
- export * from "./tooltip";
11
- export * from "./button";
12
- export * from "./card";
13
5
  export * from "./chip";
14
6
  export * from "./icon-animation";
15
7
  export * from "./label-with-icon";
@@ -18,7 +10,35 @@ export * from "./info-card";
18
10
  export * from "./opportunity-details-v1";
19
11
  export * from "./table";
20
12
  export * from "./hover-card";
13
+ export * from "./icon-list";
14
+ export * from "./animated-background";
15
+ export * from "./separator";
16
+ export * from "./select";
17
+ export * from "./button";
18
+ export * from "./card";
21
19
  export * from "./dialog";
22
20
  export * from "./avatar";
23
21
  export * from "./badge";
22
+ export * from "./table-shadcn";
23
+ export * from "./checkbox";
24
+ export * from "./dropdown";
25
+ export * from "./segment-control";
26
+ export * from "./input";
27
+ export * from "./input-group";
28
+ export * from "./tooltip";
29
+ export * from "./navigation-menu";
30
+ export * from "./slider";
31
+ export * from "./alert-dialog";
32
+ export * from "./heading";
33
+ export * from "./textarea";
34
+ export * from "./field";
35
+ export * from "./label";
36
+ export * from "./popover";
37
+ export * from "./command";
38
+ export * from "./multi-select";
39
+ export * from "./combobox";
40
+ export * from "./scroll-area";
41
+ export * from "./sidebar";
42
+ export * from "./collapsible";
43
+ export * from "./banner";
24
44
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC;AAEtC,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC"}
@@ -2,13 +2,13 @@ import * as React from "react";
2
2
  import type { VariantProps } from "class-variance-authority";
3
3
  declare const infoCardVariants: (props?: {
4
4
  align?: "center" | "left" | "right";
5
- } & import("class-variance-authority/types").ClassProp) => string;
5
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
6
6
  declare const valueVariants: (props?: {
7
- color?: "primary" | "secondary" | "accent" | "success" | "warning" | "error";
8
- } & import("class-variance-authority/types").ClassProp) => string;
7
+ color?: "secondary" | "primary" | "accent" | "success" | "warning" | "error";
8
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
9
9
  declare const titleVariants: (props?: {
10
10
  size?: "default" | "sm" | "lg";
11
- } & import("class-variance-authority/types").ClassProp) => string;
11
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
12
12
  interface InfoCardProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "color">, VariantProps<typeof infoCardVariants> {
13
13
  title: string;
14
14
  value: string;
@@ -1 +1 @@
1
- {"version":3,"file":"info-card.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/info-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAG7D,QAAA,MAAM,gBAAgB;;iEAWpB,CAAC;AAEH,QAAA,MAAM,aAAa;;iEAcjB,CAAC;AAEH,QAAA,MAAM,aAAa;;iEAWjB,CAAC;AAEH,UAAU,aACR,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC,EACzD,YAAY,CAAC,OAAO,gBAAgB,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC,OAAO,CAAC,CAAC;IACpD,SAAS,CAAC,EAAE,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;IACvD,KAAK,CAAC,EAAE,YAAY,CAAC,OAAO,gBAAgB,CAAC,CAAC,OAAO,CAAC,CAAC;IACvD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,QAAA,MAAM,QAAQ,sFAqCb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"info-card.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/info-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAG7D,QAAA,MAAM,gBAAgB;;sEAWpB,CAAC;AAEH,QAAA,MAAM,aAAa;;sEAcjB,CAAC;AAEH,QAAA,MAAM,aAAa;;sEAWjB,CAAC;AAEH,UAAU,aACR,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC,EACzD,YAAY,CAAC,OAAO,gBAAgB,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC,OAAO,CAAC,CAAC;IACpD,SAAS,CAAC,EAAE,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;IACvD,KAAK,CAAC,EAAE,YAAY,CAAC,OAAO,gBAAgB,CAAC,CAAC,OAAO,CAAC,CAAC;IACvD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,QAAA,MAAM,QAAQ,sFAqCb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+ import { type VariantProps } from "class-variance-authority";
3
+ import { Button } from "@/components/ui/button";
4
+ declare function InputGroup({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
5
+ declare const inputGroupAddonVariants: (props?: {
6
+ align?: "inline-start" | "inline-end" | "block-start" | "block-end";
7
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
8
+ declare function InputGroupAddon({ className, align, ...props }: React.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): import("react/jsx-runtime").JSX.Element;
9
+ declare const inputGroupButtonVariants: (props?: {
10
+ size?: "sm" | "xs" | "icon-xs" | "icon-sm";
11
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
12
+ declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): import("react/jsx-runtime").JSX.Element;
13
+ declare function InputGroupText({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
14
+ declare function InputGroupInput({ className, ...props }: React.ComponentProps<"input">): import("react/jsx-runtime").JSX.Element;
15
+ declare function InputGroupTextarea({ className, ...props }: React.ComponentProps<"textarea">): import("react/jsx-runtime").JSX.Element;
16
+ export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupText, InputGroupInput, InputGroupTextarea, };
17
+ //# sourceMappingURL=input-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-group.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input-group.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAIhD,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CA0BvE;AAED,QAAA,MAAM,uBAAuB;;sEAiB5B,CAAC;AAEF,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,KAAsB,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,uBAAuB,CAAC,2CAgB5E;AAED,QAAA,MAAM,wBAAwB;;sEAY5B,CAAC;AAEH,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,IAAe,EACf,OAAmB,EACnB,IAAW,EACX,GAAG,KAAK,EACT,EAAE,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,EAAE,MAAM,CAAC,GAClD,YAAY,CAAC,OAAO,wBAAwB,CAAC,2CAU9C;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAU5E;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAW9E;AAED,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,2CAWpF;AAED,OAAO,EACL,UAAU,EACV,eAAe,EACf,gBAAgB,EAChB,cAAc,EACd,eAAe,EACf,kBAAkB,GACnB,CAAC"}
@@ -2,9 +2,7 @@ import * as React from "react";
2
2
  import { type VariantProps } from "class-variance-authority";
3
3
  declare const inputVariants: (props?: {
4
4
  variant?: "default" | "bordered" | "nofocus";
5
- size?: "default" | "sm" | "lg";
6
- cursor?: "primary" | "foreground" | "white" | "green";
7
- } & import("class-variance-authority/types").ClassProp) => string;
5
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
8
6
  export interface InputProps extends Omit<React.ComponentProps<"input">, "size">, VariantProps<typeof inputVariants> {
9
7
  prompt?: string;
10
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,aAAa;;;;iEA8BlB,CAAC;AAEF,MAAM,WAAW,UACf,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,EACjD,YAAY,CAAC,OAAO,aAAa,CAAC;IAEpC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,KAAK,kGA6BV,CAAC;AAIF,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,aAAa;;sEAyBlB,CAAC;AAEF,MAAM,WAAW,UACf,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,EACjD,YAAY,CAAC,OAAO,aAAa,CAAC;IAEpC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,KAAK,kGA2BV,CAAC;AAIF,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import * as React from "react";
2
2
  import { type VariantProps } from "class-variance-authority";
3
3
  declare const labelWithIconVariants: (props?: {
4
- variant?: "default" | "primary" | "secondary" | "muted";
5
- textSize?: "sm" | "lg" | "base" | "xs" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl";
6
- } & import("class-variance-authority/types").ClassProp) => string;
4
+ variant?: "default" | "secondary" | "muted" | "primary";
5
+ textSize?: "base" | "sm" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl";
6
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
7
7
  declare const iconSizeClasses: {
8
8
  xs: string;
9
9
  sm: string;
@@ -1 +1 @@
1
- {"version":3,"file":"label-with-icon.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/label-with-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,qBAAqB;;;iEA2BzB,CAAC;AAEH,QAAA,MAAM,eAAe;;;;;;CAMpB,CAAC;AAEF,MAAM,WAAW,kBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EACjC,YAAY,CAAC,OAAO,qBAAqB,CAAC;IAC5C,IAAI,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,OAAO,eAAe,CAAC;IACxC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,QAAA,MAAM,aAAa,wGAuDlB,CAAC;AAIF,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,CAAC"}
1
+ {"version":3,"file":"label-with-icon.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/label-with-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,qBAAqB;;;sEA8B1B,CAAC;AAEF,QAAA,MAAM,eAAe;;;;;;CAMpB,CAAC;AAEF,MAAM,WAAW,kBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EACjC,YAAY,CAAC,OAAO,qBAAqB,CAAC;IAC5C,IAAI,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,OAAO,eAAe,CAAC;IACxC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,QAAA,MAAM,aAAa,wGA8DlB,CAAC;AAIF,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
2
  import * as LabelPrimitive from "@radix-ui/react-label";
3
- declare function Label({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>): React.JSX.Element;
3
+ declare function Label({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
4
  export { Label };
5
5
  //# sourceMappingURL=label.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAA;AAIvD,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,qBAWlD;AAED,OAAO,EAAE,KAAK,EAAE,CAAA"}
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/label.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAC;AAIxD,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAWvF;AAED,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,192 @@
1
+ import * as React from "react";
2
+ /**
3
+ * Option interface for MultiSelect component
4
+ */
5
+ interface MultiSelectOption {
6
+ /** The text to display for the option. */
7
+ label: string;
8
+ /** The unique value associated with the option. */
9
+ value: string;
10
+ /** Optional icon component to display alongside the option. */
11
+ icon?: React.ComponentType<{
12
+ className?: string;
13
+ }>;
14
+ /** Whether this option is disabled */
15
+ disabled?: boolean;
16
+ }
17
+ /**
18
+ * Group interface for organizing options
19
+ */
20
+ interface MultiSelectGroup {
21
+ /** Group heading */
22
+ heading: string;
23
+ /** Options in this group */
24
+ options: MultiSelectOption[];
25
+ }
26
+ /**
27
+ * Props for MultiSelect component
28
+ */
29
+ interface MultiSelectProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "animationConfig"> {
30
+ /**
31
+ * An array of option objects or groups to be displayed in the multi-select component.
32
+ */
33
+ options: MultiSelectOption[] | MultiSelectGroup[];
34
+ /**
35
+ * Callback function triggered when the selected values change.
36
+ * Receives an array of the new selected values.
37
+ */
38
+ onValueChange: (value: string[]) => void;
39
+ /** The default selected values when the component mounts. */
40
+ defaultValue?: string[];
41
+ /**
42
+ * Placeholder text to be displayed when no values are selected.
43
+ * Optional, defaults to "Select options".
44
+ */
45
+ placeholder?: string;
46
+ /**
47
+ * Animation duration in seconds for the visual effects (e.g., bouncing badges).
48
+ * Optional, defaults to 0 (no animation).
49
+ */
50
+ animation?: number;
51
+ /**
52
+ * Maximum number of items to display. Extra selected items will be summarized.
53
+ * Optional, defaults to 3.
54
+ */
55
+ maxCount?: number;
56
+ /**
57
+ * The modality of the popover. When set to true, interaction with outside elements
58
+ * will be disabled and only popover content will be visible to screen readers.
59
+ * Optional, defaults to false.
60
+ */
61
+ modalPopover?: boolean;
62
+ /**
63
+ * If true, renders the multi-select component as a child of another component.
64
+ * Optional, defaults to false.
65
+ */
66
+ asChild?: boolean;
67
+ /**
68
+ * Additional class names to apply custom styles to the multi-select component.
69
+ * Optional, can be used to add custom styles.
70
+ */
71
+ className?: string;
72
+ /**
73
+ * If true, disables the select all functionality.
74
+ * Optional, defaults to false.
75
+ */
76
+ hideSelectAll?: boolean;
77
+ /**
78
+ * If true, shows search functionality in the popover.
79
+ * If false, hides the search input completely.
80
+ * Optional, defaults to true.
81
+ */
82
+ searchable?: boolean;
83
+ /**
84
+ * Custom empty state message when no options match search.
85
+ * Optional, defaults to "No results found."
86
+ */
87
+ emptyIndicator?: React.ReactNode;
88
+ /**
89
+ * If true, allows the component to grow and shrink with its content.
90
+ * If false, uses fixed width behavior.
91
+ * Optional, defaults to false.
92
+ */
93
+ autoSize?: boolean;
94
+ /**
95
+ * If true, shows badges in a single line with horizontal scroll.
96
+ * If false, badges wrap to multiple lines.
97
+ * Optional, defaults to false.
98
+ */
99
+ singleLine?: boolean;
100
+ /**
101
+ * Custom CSS class for the popover content.
102
+ * Optional, can be used to customize popover appearance.
103
+ */
104
+ popoverClassName?: string;
105
+ /**
106
+ * If true, disables the component completely.
107
+ * Optional, defaults to false.
108
+ */
109
+ disabled?: boolean;
110
+ /**
111
+ * Responsive configuration for different screen sizes.
112
+ * Allows customizing maxCount and other properties based on viewport.
113
+ * Can be boolean true for default responsive behavior or an object for custom configuration.
114
+ */
115
+ responsive?: boolean | {
116
+ /** Configuration for mobile devices (< 640px) */
117
+ mobile?: {
118
+ maxCount?: number;
119
+ hideIcons?: boolean;
120
+ compactMode?: boolean;
121
+ };
122
+ /** Configuration for tablet devices (640px - 1024px) */
123
+ tablet?: {
124
+ maxCount?: number;
125
+ hideIcons?: boolean;
126
+ compactMode?: boolean;
127
+ };
128
+ /** Configuration for desktop devices (> 1024px) */
129
+ desktop?: {
130
+ maxCount?: number;
131
+ hideIcons?: boolean;
132
+ compactMode?: boolean;
133
+ };
134
+ };
135
+ /**
136
+ * Minimum width for the component.
137
+ * Optional, defaults to auto-sizing based on content.
138
+ * When set, component will not shrink below this width.
139
+ */
140
+ minWidth?: string;
141
+ /**
142
+ * Maximum width for the component.
143
+ * Optional, defaults to 100% of container.
144
+ * Component will not exceed container boundaries.
145
+ */
146
+ maxWidth?: string;
147
+ /**
148
+ * If true, automatically removes duplicate options based on their value.
149
+ * Optional, defaults to false (shows warning in dev mode instead).
150
+ */
151
+ deduplicateOptions?: boolean;
152
+ /**
153
+ * If true, the component will reset its internal state when defaultValue changes.
154
+ * Useful for React Hook Form integration and form reset functionality.
155
+ * Optional, defaults to true.
156
+ */
157
+ resetOnDefaultValueChange?: boolean;
158
+ /**
159
+ * If true, automatically closes the popover after selecting an option.
160
+ * Useful for single-selection-like behavior or mobile UX.
161
+ * Optional, defaults to false.
162
+ */
163
+ closeOnSelect?: boolean;
164
+ }
165
+ /**
166
+ * Imperative methods exposed through ref
167
+ */
168
+ export interface MultiSelectRef {
169
+ /**
170
+ * Programmatically reset the component to its default value
171
+ */
172
+ reset: () => void;
173
+ /**
174
+ * Get current selected values
175
+ */
176
+ getSelectedValues: () => string[];
177
+ /**
178
+ * Set selected values programmatically
179
+ */
180
+ setSelectedValues: (values: string[]) => void;
181
+ /**
182
+ * Clear all selected values
183
+ */
184
+ clear: () => void;
185
+ /**
186
+ * Focus the component
187
+ */
188
+ focus: () => void;
189
+ }
190
+ export declare const MultiSelect: React.ForwardRefExoticComponent<MultiSelectProps & React.RefAttributes<MultiSelectRef>>;
191
+ export type { MultiSelectOption, MultiSelectGroup, MultiSelectProps };
192
+ //# sourceMappingURL=multi-select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multi-select.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/multi-select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAiB/B;;GAEG;AACH,UAAU,iBAAiB;IACzB,0CAA0C;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,mDAAmD;IACnD,KAAK,EAAE,MAAM,CAAC;IACd,+DAA+D;IAC/D,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACnD,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;CAEpB;AAED;;GAEG;AACH,UAAU,gBAAgB;IACxB,oBAAoB;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,4BAA4B;IAC5B,OAAO,EAAE,iBAAiB,EAAE,CAAC;CAC9B;AAED;;GAEG;AACH,UAAU,gBACR,SAAQ,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAC9E;;OAEG;IACH,OAAO,EAAE,iBAAiB,EAAE,GAAG,gBAAgB,EAAE,CAAC;IAClD;;;OAGG;IACH,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAEzC,6DAA6D;IAC7D,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAExB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;OAGG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEjC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;OAIG;IACH,UAAU,CAAC,EACP,OAAO,GACP;QACE,iDAAiD;QACjD,MAAM,CAAC,EAAE;YACP,QAAQ,CAAC,EAAE,MAAM,CAAC;YAClB,SAAS,CAAC,EAAE,OAAO,CAAC;YACpB,WAAW,CAAC,EAAE,OAAO,CAAC;SACvB,CAAC;QACF,wDAAwD;QACxD,MAAM,CAAC,EAAE;YACP,QAAQ,CAAC,EAAE,MAAM,CAAC;YAClB,SAAS,CAAC,EAAE,OAAO,CAAC;YACpB,WAAW,CAAC,EAAE,OAAO,CAAC;SACvB,CAAC;QACF,mDAAmD;QACnD,OAAO,CAAC,EAAE;YACR,QAAQ,CAAC,EAAE,MAAM,CAAC;YAClB,SAAS,CAAC,EAAE,OAAO,CAAC;YACpB,WAAW,CAAC,EAAE,OAAO,CAAC;SACvB,CAAC;KACH,CAAC;IAEN;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB;;OAEG;IACH,iBAAiB,EAAE,MAAM,MAAM,EAAE,CAAC;IAClC;;OAEG;IACH,iBAAiB,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC9C;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,yFA6vBvB,CAAC;AAGF,YAAY,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,CAAC"}
@@ -2,10 +2,10 @@ import * as React from "react";
2
2
  import { type VariantProps } from "class-variance-authority";
3
3
  declare const navigationBarVariants: (props?: {
4
4
  variant?: "default" | "transparent" | "menuBar";
5
- } & import("class-variance-authority/types").ClassProp) => string;
5
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
6
6
  declare const navigationItemVariants: (props?: {
7
7
  variant?: "default" | "active" | "menuBarDefault" | "menuBarActive";
8
- } & import("class-variance-authority/types").ClassProp) => string;
8
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
9
9
  export interface NavigationBarProps extends React.ComponentProps<"nav">, VariantProps<typeof navigationBarVariants> {
10
10
  activeValue?: string;
11
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"navigation-bar.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navigation-bar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,qBAAqB;;iEAWzB,CAAC;AAEH,QAAA,MAAM,sBAAsB;;iEAe3B,CAAC;AAEF,MAAM,WAAW,kBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EACjC,YAAY,CAAC,OAAO,qBAAqB,CAAC;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,mBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EACpC,YAAY,CAAC,OAAO,sBAAsB,CAAC;IAC7C,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,aAAa,qGAiDlB,CAAC;AAIF,QAAA,MAAM,cAAc,4GA6BnB,CAAC;AAIF,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,CAAC"}
1
+ {"version":3,"file":"navigation-bar.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navigation-bar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,qBAAqB;;sEAWzB,CAAC;AAEH,QAAA,MAAM,sBAAsB;;sEAe3B,CAAC;AAEF,MAAM,WAAW,kBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EACjC,YAAY,CAAC,OAAO,qBAAqB,CAAC;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,mBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EACpC,YAAY,CAAC,OAAO,sBAAsB,CAAC;IAC7C,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,aAAa,qGAiDlB,CAAC;AAIF,QAAA,MAAM,cAAc,4GA6BnB,CAAC;AAIF,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
3
+ declare function NavigationMenu({ className, children, viewport, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
4
+ viewport?: boolean;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ declare function NavigationMenuList({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.List>): import("react/jsx-runtime").JSX.Element;
7
+ declare function NavigationMenuItem({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
8
+ declare const navigationMenuTriggerStyle: (props?: import("class-variance-authority/dist/types").ClassProp) => string;
9
+ declare function NavigationMenuTrigger({ className, children, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
10
+ declare function NavigationMenuContent({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
11
+ declare function NavigationMenuViewport({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): import("react/jsx-runtime").JSX.Element;
12
+ declare function NavigationMenuLink({ children, className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Link>): import("react/jsx-runtime").JSX.Element;
13
+ declare function NavigationMenuIndicator({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): import("react/jsx-runtime").JSX.Element;
14
+ export { NavigationMenu, NavigationMenuList, NavigationMenuItem, NavigationMenuContent, NavigationMenuTrigger, NavigationMenuLink, NavigationMenuIndicator, NavigationMenuViewport, navigationMenuTriggerStyle, };
15
+ //# sourceMappingURL=navigation-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navigation-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,uBAAuB,MAAM,iCAAiC,CAAC;AAQ3E,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,QAAQ,EACR,QAAe,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,GAAG;IAC7D,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,2CAgBA;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,2CAQ3D;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,2CAQ3D;AAED,QAAA,MAAM,0BAA0B,6EAE/B,CAAC;AAEF,iBAAS,qBAAqB,CAAC,EAC7B,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,uBAAuB,CAAC,OAAO,CAAC,2CAc9D;AAED,iBAAS,qBAAqB,CAAC,EAC7B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,uBAAuB,CAAC,OAAO,CAAC,2CAY9D;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,uBAAuB,CAAC,QAAQ,CAAC,2CAa/D;AAED,iBAAS,kBAAkB,CAAC,EAC1B,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,2CA2B3D;AAED,iBAAS,uBAAuB,CAAC,EAC/B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,uBAAuB,CAAC,SAAS,CAAC,2CAahE;AAED,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,EACrB,qBAAqB,EACrB,kBAAkB,EAClB,uBAAuB,EACvB,sBAAsB,EACtB,0BAA0B,GAC3B,CAAC"}
@@ -16,6 +16,6 @@ interface OpportunityDetailsV1Props {
16
16
  };
17
17
  className?: string;
18
18
  }
19
- declare function OpportunityDetailsV1({ value, className }: OpportunityDetailsV1Props): React.JSX.Element;
19
+ declare function OpportunityDetailsV1({ value, className }: OpportunityDetailsV1Props): import("react/jsx-runtime").JSX.Element;
20
20
  export { OpportunityDetailsV1, type InfoCardData };
21
21
  //# sourceMappingURL=opportunity-details-v1.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"opportunity-details-v1.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/opportunity-details-v1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,UAAU,YAAY;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAC7E,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,yBAAyB;IACjC,KAAK,EAAE;QACL,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QAC5B,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,SAAS,YAAY,EAAE,CAAC;QAClC,WAAW,EAAE,SAAS,YAAY,EAAE,CAAC;QACrC,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;KAC3B,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,iBAAS,oBAAoB,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,yBAAyB,qBAsE5E;AAED,OAAO,EAAE,oBAAoB,EAAE,KAAK,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"opportunity-details-v1.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/opportunity-details-v1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,UAAU,YAAY;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAC7E,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,yBAAyB;IACjC,KAAK,EAAE;QACL,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QAC5B,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,SAAS,YAAY,EAAE,CAAC;QAClC,WAAW,EAAE,SAAS,YAAY,EAAE,CAAC;QACrC,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;KAC3B,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,iBAAS,oBAAoB,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,yBAAyB,2CAsE5E;AAED,OAAO,EAAE,oBAAoB,EAAE,KAAK,YAAY,EAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import * as PopoverPrimitive from "@radix-ui/react-popover";
3
+ declare function Popover({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function PopoverTrigger({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function PopoverContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof PopoverPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
6
+ declare function PopoverAnchor({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>): import("react/jsx-runtime").JSX.Element;
7
+ export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor };
8
+ //# sourceMappingURL=popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/popover.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAI5D,iBAAS,OAAO,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAEhF;AAED,iBAAS,cAAc,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAE1F;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,KAAgB,EAChB,UAAc,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAevD;AAED,iBAAS,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,2CAExF;AAED,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,aAAa,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import * as React from "react";
2
2
  import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
3
- declare function ScrollArea({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>): React.JSX.Element;
4
- declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): React.JSX.Element;
3
+ declare function ScrollArea({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): import("react/jsx-runtime").JSX.Element;
5
5
  export { ScrollArea, ScrollBar };
6
6
  //# sourceMappingURL=scroll-area.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/scroll-area.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAA;AAIlE,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,qBAiBvD;AAED,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,WAAwB,EACxB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,mBAAmB,CAAC,qBAqBtE;AAED,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,CAAA"}
1
+ {"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/scroll-area.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAInE,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,2CAiBvD;AAED,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,WAAwB,EACxB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,mBAAmB,CAAC,2CAmBtE;AAED,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+ import { VariantProps } from "class-variance-authority";
3
+ declare const segmentVariants: (props?: {
4
+ variant?: "default" | "segment" | "pill";
5
+ size?: "default" | "sm" | "xs";
6
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
7
+ export type SegmentControlProps<T extends string> = {
8
+ value: T;
9
+ onChange: (value: T) => void;
10
+ items: {
11
+ label: React.ReactNode;
12
+ value: T;
13
+ }[];
14
+ cursorPointer?: boolean;
15
+ className?: string;
16
+ } & VariantProps<typeof segmentVariants>;
17
+ export declare function SegmentControl<T extends string>({ value, onChange, items, variant, size, cursorPointer, className, }: SegmentControlProps<T>): import("react/jsx-runtime").JSX.Element;
18
+ export {};
19
+ //# sourceMappingURL=segment-control.d.ts.map