@turtleclub/ui 0.3.0-beta.9 → 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 (269) hide show
  1. package/.prettierrc.json +4 -0
  2. package/.turbo/turbo-build.log +152 -39
  3. package/CHANGELOG.md +334 -0
  4. package/dist/index.cjs +170 -28
  5. package/dist/index.cjs.map +1 -1
  6. package/dist/index.js +23743 -4141
  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 +0 -1
  38. package/dist/types/components/molecules/index.d.ts.map +1 -1
  39. package/dist/types/components/molecules/opportunity/opportunity-apr.d.ts +6 -2
  40. package/dist/types/components/molecules/opportunity/opportunity-apr.d.ts.map +1 -1
  41. package/dist/types/components/molecules/opportunity/opportunity-disclaimer.d.ts +1 -2
  42. package/dist/types/components/molecules/opportunity/opportunity-disclaimer.d.ts.map +1 -1
  43. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-filtering.d.ts +2 -1
  44. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-filtering.d.ts.map +1 -1
  45. package/dist/types/components/molecules/opportunity/opportunity-list/opportunity-list.d.ts.map +1 -1
  46. package/dist/types/components/molecules/opportunity/opportunity-rate-estimator.d.ts +1 -2
  47. package/dist/types/components/molecules/opportunity/opportunity-rate-estimator.d.ts.map +1 -1
  48. package/dist/types/components/molecules/opportunity/opportunity-section.d.ts +3 -0
  49. package/dist/types/components/molecules/opportunity/opportunity-section.d.ts.map +1 -1
  50. package/dist/types/components/molecules/opportunity/opportunity-selector.d.ts +1 -2
  51. package/dist/types/components/molecules/opportunity/opportunity-selector.d.ts.map +1 -1
  52. package/dist/types/components/molecules/opportunity/opportunity-type.d.ts +1 -2
  53. package/dist/types/components/molecules/opportunity/opportunity-type.d.ts.map +1 -1
  54. package/dist/types/components/molecules/route-details.d.ts +1 -1
  55. package/dist/types/components/molecules/route-details.d.ts.map +1 -1
  56. package/dist/types/components/molecules/slippage-selector.d.ts +1 -2
  57. package/dist/types/components/molecules/slippage-selector.d.ts.map +1 -1
  58. package/dist/types/components/molecules/swap-details.d.ts.map +1 -1
  59. package/dist/types/components/molecules/swap-input.d.ts +5 -1
  60. package/dist/types/components/molecules/swap-input.d.ts.map +1 -1
  61. package/dist/types/components/molecules/tabs.d.ts +2 -2
  62. package/dist/types/components/molecules/tabs.d.ts.map +1 -1
  63. package/dist/types/components/molecules/token-selector.d.ts +1 -1
  64. package/dist/types/components/molecules/token-selector.d.ts.map +1 -1
  65. package/dist/types/components/molecules/tx-status.d.ts.map +1 -1
  66. package/dist/types/components/molecules/widget/asset-list/asset-filters.d.ts.map +1 -1
  67. package/dist/types/components/molecules/widget/asset-list/asset-list.d.ts.map +1 -1
  68. package/dist/types/components/molecules/widget/asset-list/hooks/use-asset-grouping.d.ts.map +1 -1
  69. package/dist/types/components/molecules/widget/base-selector.d.ts +1 -1
  70. package/dist/types/components/molecules/widget/base-selector.d.ts.map +1 -1
  71. package/dist/types/components/molecules/widget/campaign-item.d.ts +1 -1
  72. package/dist/types/components/molecules/widget/campaign-item.d.ts.map +1 -1
  73. package/dist/types/components/molecules/widget/index.d.ts +3 -3
  74. package/dist/types/components/molecules/widget/index.d.ts.map +1 -1
  75. package/dist/types/components/molecules/widget/opportunity-item.d.ts +7 -0
  76. package/dist/types/components/molecules/widget/opportunity-item.d.ts.map +1 -1
  77. package/dist/types/components/molecules/widget/widget-item.d.ts +2 -2
  78. package/dist/types/components/molecules/widget/widget-item.d.ts.map +1 -1
  79. package/dist/types/components/molecules/widget/widget-list-items.d.ts +2 -2
  80. package/dist/types/components/molecules/widget/widget-list-items.d.ts.map +1 -1
  81. package/dist/types/components/ui/alert-dialog.d.ts +15 -0
  82. package/dist/types/components/ui/alert-dialog.d.ts.map +1 -0
  83. package/dist/types/components/ui/animated-background/animated-background.d.ts +9 -0
  84. package/dist/types/components/ui/animated-background/animated-background.d.ts.map +1 -0
  85. package/dist/types/components/ui/animated-background/index.d.ts +2 -0
  86. package/dist/types/components/ui/animated-background/index.d.ts.map +1 -0
  87. package/dist/types/components/ui/avatar.d.ts +10 -6
  88. package/dist/types/components/ui/avatar.d.ts.map +1 -1
  89. package/dist/types/components/ui/badge.d.ts +5 -4
  90. package/dist/types/components/ui/badge.d.ts.map +1 -1
  91. package/dist/types/components/ui/banner.d.ts +7 -0
  92. package/dist/types/components/ui/banner.d.ts.map +1 -0
  93. package/dist/types/components/ui/button.d.ts +8 -6
  94. package/dist/types/components/ui/button.d.ts.map +1 -1
  95. package/dist/types/components/ui/card.d.ts +10 -11
  96. package/dist/types/components/ui/card.d.ts.map +1 -1
  97. package/dist/types/components/ui/checkbox.d.ts +5 -0
  98. package/dist/types/components/ui/checkbox.d.ts.map +1 -0
  99. package/dist/types/components/ui/chip.d.ts +1 -1
  100. package/dist/types/components/ui/chip.d.ts.map +1 -1
  101. package/dist/types/components/ui/collapsible.d.ts +7 -0
  102. package/dist/types/components/ui/collapsible.d.ts.map +1 -0
  103. package/dist/types/components/ui/combobox.d.ts +148 -0
  104. package/dist/types/components/ui/combobox.d.ts.map +1 -0
  105. package/dist/types/components/ui/command.d.ts +19 -0
  106. package/dist/types/components/ui/command.d.ts.map +1 -0
  107. package/dist/types/components/ui/dialog.d.ts +10 -10
  108. package/dist/types/components/ui/dialog.d.ts.map +1 -1
  109. package/dist/types/components/ui/dropdown.d.ts +30 -0
  110. package/dist/types/components/ui/dropdown.d.ts.map +1 -0
  111. package/dist/types/components/ui/field.d.ts +26 -0
  112. package/dist/types/components/ui/field.d.ts.map +1 -0
  113. package/dist/types/components/ui/heading.d.ts +12 -0
  114. package/dist/types/components/ui/heading.d.ts.map +1 -0
  115. package/dist/types/components/ui/hover-card.d.ts +7 -7
  116. package/dist/types/components/ui/hover-card.d.ts.map +1 -1
  117. package/dist/types/components/ui/icon-animation.d.ts +1 -1
  118. package/dist/types/components/ui/icon-animation.d.ts.map +1 -1
  119. package/dist/types/components/ui/icon-list.d.ts +3 -0
  120. package/dist/types/components/ui/icon-list.d.ts.map +1 -1
  121. package/dist/types/components/ui/index.d.ts +28 -9
  122. package/dist/types/components/ui/index.d.ts.map +1 -1
  123. package/dist/types/components/ui/info-card.d.ts +4 -4
  124. package/dist/types/components/ui/info-card.d.ts.map +1 -1
  125. package/dist/types/components/ui/input-group.d.ts +17 -0
  126. package/dist/types/components/ui/input-group.d.ts.map +1 -0
  127. package/dist/types/components/ui/input.d.ts +1 -3
  128. package/dist/types/components/ui/input.d.ts.map +1 -1
  129. package/dist/types/components/ui/label-with-icon.d.ts +3 -3
  130. package/dist/types/components/ui/label-with-icon.d.ts.map +1 -1
  131. package/dist/types/components/ui/label.d.ts +1 -1
  132. package/dist/types/components/ui/label.d.ts.map +1 -1
  133. package/dist/types/components/ui/multi-select.d.ts +192 -0
  134. package/dist/types/components/ui/multi-select.d.ts.map +1 -0
  135. package/dist/types/components/ui/navigation-bar.d.ts +2 -2
  136. package/dist/types/components/ui/navigation-bar.d.ts.map +1 -1
  137. package/dist/types/components/ui/navigation-menu.d.ts +15 -0
  138. package/dist/types/components/ui/navigation-menu.d.ts.map +1 -0
  139. package/dist/types/components/ui/opportunity-details-v1.d.ts +1 -1
  140. package/dist/types/components/ui/opportunity-details-v1.d.ts.map +1 -1
  141. package/dist/types/components/ui/popover.d.ts +8 -0
  142. package/dist/types/components/ui/popover.d.ts.map +1 -0
  143. package/dist/types/components/ui/scroll-area.d.ts +2 -2
  144. package/dist/types/components/ui/scroll-area.d.ts.map +1 -1
  145. package/dist/types/components/ui/segment-control.d.ts +19 -0
  146. package/dist/types/components/ui/segment-control.d.ts.map +1 -0
  147. package/dist/types/components/ui/select.d.ts +14 -13
  148. package/dist/types/components/ui/select.d.ts.map +1 -1
  149. package/dist/types/components/ui/separator.d.ts +1 -1
  150. package/dist/types/components/ui/separator.d.ts.map +1 -1
  151. package/dist/types/components/ui/sheet.d.ts +14 -0
  152. package/dist/types/components/ui/sheet.d.ts.map +1 -0
  153. package/dist/types/components/ui/sidebar.d.ts +69 -0
  154. package/dist/types/components/ui/sidebar.d.ts.map +1 -0
  155. package/dist/types/components/ui/skeleton.d.ts +4 -0
  156. package/dist/types/components/ui/skeleton.d.ts.map +1 -0
  157. package/dist/types/components/ui/slider.d.ts +5 -0
  158. package/dist/types/components/ui/slider.d.ts.map +1 -0
  159. package/dist/types/components/ui/sonner.d.ts +1 -2
  160. package/dist/types/components/ui/sonner.d.ts.map +1 -1
  161. package/dist/types/components/ui/switch.d.ts +1 -1
  162. package/dist/types/components/ui/switch.d.ts.map +1 -1
  163. package/dist/types/components/ui/table-shadcn.d.ts +11 -0
  164. package/dist/types/components/ui/table-shadcn.d.ts.map +1 -0
  165. package/dist/types/components/ui/table.d.ts +2 -2
  166. package/dist/types/components/ui/table.d.ts.map +1 -1
  167. package/dist/types/components/ui/textarea.d.ts +4 -0
  168. package/dist/types/components/ui/textarea.d.ts.map +1 -0
  169. package/dist/types/components/ui/toggle-group.d.ts +2 -2
  170. package/dist/types/components/ui/toggle-group.d.ts.map +1 -1
  171. package/dist/types/components/ui/toggle.d.ts +2 -2
  172. package/dist/types/components/ui/toggle.d.ts.map +1 -1
  173. package/dist/types/components/ui/tooltip.d.ts +7 -4
  174. package/dist/types/components/ui/tooltip.d.ts.map +1 -1
  175. package/dist/types/hooks/useIsMobile.d.ts +7 -0
  176. package/dist/types/hooks/useIsMobile.d.ts.map +1 -0
  177. package/dist/types/index.d.ts +2 -0
  178. package/dist/types/index.d.ts.map +1 -1
  179. package/package.json +38 -28
  180. package/src/components/features/data-table.tsx +96 -0
  181. package/src/components/features/index.ts +4 -0
  182. package/src/components/features/page-heading.tsx +22 -0
  183. package/src/components/features/search-bar.tsx +50 -0
  184. package/src/components/features/segmented-navigation.tsx +18 -0
  185. package/src/components/features/sidebar-layout.tsx +190 -0
  186. package/src/components/icons/arrow.tsx +23 -0
  187. package/src/components/icons/beta.tsx +86 -0
  188. package/src/components/icons/dot.tsx +89 -0
  189. package/src/components/icons/index.ts +7 -0
  190. package/src/components/icons/issue.tsx +97 -0
  191. package/src/components/icons/turtle.tsx +143 -0
  192. package/src/components/icons/update.tsx +108 -0
  193. package/src/components/icons/warning.tsx +86 -0
  194. package/src/components/molecules/index.ts +0 -2
  195. package/src/components/molecules/opportunity/opportunity-apr.tsx +97 -16
  196. package/src/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-filtering.ts +4 -3
  197. package/src/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-grouping.ts +1 -1
  198. package/src/components/molecules/opportunity/opportunity-list/opportunity-list.tsx +21 -17
  199. package/src/components/molecules/opportunity/opportunity-rate-estimator.tsx +4 -1
  200. package/src/components/molecules/opportunity/opportunity-section.tsx +19 -17
  201. package/src/components/molecules/opportunity/opportunity-selector.tsx +2 -3
  202. package/src/components/molecules/route-details.tsx +48 -37
  203. package/src/components/molecules/swap-details.tsx +2 -4
  204. package/src/components/molecules/swap-input.tsx +56 -21
  205. package/src/components/molecules/token-selector.tsx +2 -2
  206. package/src/components/molecules/tx-status.tsx +1 -5
  207. package/src/components/molecules/widget/asset-list/asset-filters.tsx +17 -23
  208. package/src/components/molecules/widget/asset-list/asset-list.tsx +23 -19
  209. package/src/components/molecules/widget/asset-list/asset-row.tsx +7 -7
  210. package/src/components/molecules/widget/asset-list/hooks/use-asset-grouping.ts +38 -23
  211. package/src/components/molecules/widget/base-selector.tsx +11 -11
  212. package/src/components/molecules/widget/campaign-item.tsx +2 -2
  213. package/src/components/molecules/widget/index.ts +10 -4
  214. package/src/components/molecules/widget/opportunity-item.tsx +8 -1
  215. package/src/components/molecules/widget/widget-item.tsx +45 -26
  216. package/src/components/molecules/widget/widget-list-items.tsx +6 -5
  217. package/src/components/ui/alert-dialog.tsx +146 -0
  218. package/src/components/ui/animated-background/animated-background.tsx +174 -0
  219. package/src/components/ui/animated-background/index.ts +1 -0
  220. package/src/components/ui/avatar.tsx +16 -3
  221. package/src/components/ui/badge.tsx +18 -8
  222. package/src/components/ui/banner.tsx +78 -0
  223. package/src/components/ui/button.tsx +51 -21
  224. package/src/components/ui/card.tsx +21 -61
  225. package/src/components/ui/checkbox.tsx +29 -0
  226. package/src/components/ui/collapsible.tsx +22 -0
  227. package/src/components/ui/combobox.tsx +617 -0
  228. package/src/components/ui/command.tsx +164 -0
  229. package/src/components/ui/dialog.tsx +5 -9
  230. package/src/components/ui/dropdown.tsx +263 -0
  231. package/src/components/ui/field.tsx +232 -0
  232. package/src/components/ui/heading.tsx +49 -0
  233. package/src/components/ui/hover-card.tsx +10 -10
  234. package/src/components/ui/icon-list.tsx +109 -21
  235. package/src/components/ui/index.ts +29 -10
  236. package/src/components/ui/info-card.tsx +1 -1
  237. package/src/components/ui/input-group.tsx +158 -0
  238. package/src/components/ui/input.tsx +17 -25
  239. package/src/components/ui/label-with-icon.tsx +40 -30
  240. package/src/components/ui/label.tsx +8 -9
  241. package/src/components/ui/multi-select.tsx +1000 -0
  242. package/src/components/ui/navigation-menu.tsx +181 -0
  243. package/src/components/ui/opportunity-details-v1.tsx +2 -2
  244. package/src/components/ui/popover.tsx +42 -0
  245. package/src/components/ui/scroll-area.tsx +11 -11
  246. package/src/components/ui/segment-control.tsx +140 -0
  247. package/src/components/ui/select.tsx +26 -31
  248. package/src/components/ui/sheet.tsx +130 -0
  249. package/src/components/ui/sidebar.tsx +693 -0
  250. package/src/components/ui/skeleton.tsx +14 -0
  251. package/src/components/ui/slider.tsx +58 -0
  252. package/src/components/ui/switch.tsx +8 -11
  253. package/src/components/ui/{table-shad.tsx → table-shadcn.tsx} +25 -39
  254. package/src/components/ui/table.tsx +3 -2
  255. package/src/components/ui/textarea.tsx +22 -0
  256. package/src/components/ui/tooltip.tsx +11 -7
  257. package/src/hooks/useIsMobile.ts +74 -0
  258. package/src/index.ts +2 -0
  259. package/src/styles/globals.css +87 -20
  260. package/src/styles/themes/semantic.css +11 -5
  261. package/src/styles/tokens/colors.css +64 -53
  262. package/src/styles/tokens/radius.css +3 -34
  263. package/tsconfig.json +11 -15
  264. package/vite.config.js +41 -57
  265. package/dist/types/components/molecules/search-bar.d.ts +0 -10
  266. package/dist/types/components/molecules/search-bar.d.ts.map +0 -1
  267. package/dist/types/components/ui/table-shad.d.ts +0 -11
  268. package/dist/types/components/ui/table-shad.d.ts.map +0 -1
  269. package/src/components/molecules/search-bar.tsx +0 -42
@@ -1 +1 @@
1
- {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,cAAc;;;;iEAmCnB,CAAC;AAEF,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAO,EACP,IAAI,EACJ,OAAO,EACP,OAAe,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAC/B,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,qBAUF;AAED,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAKlE,QAAA,MAAM,cAAc;;;;;sEA+CnB,CAAC;AAEF,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAO,EACP,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,QAAgB,EAChB,OAAe,EACf,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAC/B,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,2CAuBF;AAED,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
@@ -1,16 +1,15 @@
1
1
  import * as React from "react";
2
2
  import { type VariantProps } from "class-variance-authority";
3
3
  declare const cardVariants: (props?: {
4
- variant?: "container" | "simple" | "item";
5
- gradientBorder?: "white" | "green" | "none" | "auto";
6
- padding?: "default" | "sm" | "lg" | "none" | "xs" | "md";
7
- rounded?: "default" | "sm" | "lg" | "none" | "md" | "full" | "infoCard" | "xl";
8
- } & import("class-variance-authority/types").ClassProp) => string;
9
- declare function Card({ className, variant, padding, rounded, gradientBorder, ...props }: React.ComponentProps<"div"> & VariantProps<typeof cardVariants>): React.JSX.Element;
10
- declare function CardHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
11
- declare function CardTitle({ className, children, ...props }: React.ComponentProps<"h3">): React.JSX.Element;
12
- declare function CardDescription({ className, ...props }: React.ComponentProps<"p">): React.JSX.Element;
13
- declare function CardContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
14
- declare function CardFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
4
+ variant?: "default" | "border" | "shadow";
5
+ gradient?: "none" | "white" | "primary";
6
+ rounded?: "none" | "default" | "sm" | "lg" | "xl" | "infoCard" | "md" | "full";
7
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
8
+ declare function Card({ className, variant, rounded, gradient, ...props }: React.ComponentProps<"div"> & VariantProps<typeof cardVariants>): import("react/jsx-runtime").JSX.Element;
9
+ declare function CardHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
10
+ declare function CardTitle({ className, children, ...props }: React.ComponentProps<"h3">): import("react/jsx-runtime").JSX.Element;
11
+ declare function CardDescription({ className, ...props }: React.ComponentProps<"p">): import("react/jsx-runtime").JSX.Element;
12
+ declare function CardContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
13
+ declare function CardFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
15
14
  export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, cardVariants };
16
15
  //# sourceMappingURL=card.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,YAAY;;;;;iEAyChB,CAAC;AAEH,iBAAS,IAAI,CAAC,EACZ,SAAS,EACT,OAAO,EACP,OAAO,EACP,OAAO,EACP,cAAc,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,qBA4BjE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAQvE;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,qBAU/E;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,qBAQ1E;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAExE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAQvE;AAED,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,YAAY;;;;sEA4BhB,CAAC;AAEH,iBAAS,IAAI,CAAC,EACZ,SAAS,EACT,OAAO,EACP,OAAO,EACP,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,2CAQjE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAEvE;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAU/E;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,2CAQ1E;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAExE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQvE;AAED,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
3
+ declare function Checkbox({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ export { Checkbox };
5
+ //# sourceMappingURL=checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/checkbox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAK9D,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,2CAkB7F;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -3,7 +3,7 @@ import { type VariantProps } from "class-variance-authority";
3
3
  declare const chipVariants: (props?: {
4
4
  variant?: "default" | "outline" | "secondary";
5
5
  size?: "default" | "sm" | "lg" | "xs";
6
- } & import("class-variance-authority/types").ClassProp) => string;
6
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
7
7
  export interface ChipProps extends React.ComponentProps<"div">, VariantProps<typeof chipVariants> {
8
8
  asChild?: boolean;
9
9
  }
@@ -1 +1 @@
1
- {"version":3,"file":"chip.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,YAAY;;;iEAqBjB,CAAC;AAEF,MAAM,WAAW,SAAU,SAAQ,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,YAAY,CAAC,OAAO,YAAY,CAAC;IAC/F,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,IAAI,+FAWT,CAAC;AAIF,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"chip.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,YAAY;;;sEAqBjB,CAAC;AAEF,MAAM,WAAW,SAAU,SAAQ,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,YAAY,CAAC,OAAO,YAAY,CAAC;IAC/F,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,IAAI,+FAWT,CAAC;AAIF,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
3
+ declare function Collapsible({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): import("react/jsx-runtime").JSX.Element;
6
+ export { Collapsible, CollapsibleTrigger, CollapsibleContent };
7
+ //# sourceMappingURL=collapsible.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collapsible.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/collapsible.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,oBAAoB,MAAM,6BAA6B,CAAC;AAEpE,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,2CAExF;AAED,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,kBAAkB,CAAC,2CAEtE;AAED,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,kBAAkB,CAAC,2CAEtE;AAED,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAC"}
@@ -0,0 +1,148 @@
1
+ import * as React from "react";
2
+ /**
3
+ * Option interface for Combobox component
4
+ */
5
+ interface ComboboxOption {
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
+ * Props for Combobox component
19
+ */
20
+ interface ComboboxProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "animationConfig"> {
21
+ /**
22
+ * An array of option objects or groups to be displayed in the multi-select component.
23
+ */
24
+ options: ComboboxOption[];
25
+ /**
26
+ * Callback function triggered when the selected values change.
27
+ * Receives an array of the new selected values.
28
+ */
29
+ onValueChange: (value: string) => void;
30
+ /** The default selected values when the component mounts. */
31
+ defaultValue?: string;
32
+ /**
33
+ * Placeholder text to be displayed when no values are selected.
34
+ * Optional, defaults to "Select options".
35
+ */
36
+ placeholder?: string;
37
+ /**
38
+ * Animation duration in seconds for the visual effects (e.g., bouncing badges).
39
+ * Optional, defaults to 0 (no animation).
40
+ */
41
+ animation?: number;
42
+ /**
43
+ * The modality of the popover. When set to true, interaction with outside elements
44
+ * will be disabled and only popover content will be visible to screen readers.
45
+ * Optional, defaults to false.
46
+ */
47
+ modalPopover?: boolean;
48
+ /**
49
+ * If true, renders the multi-select component as a child of another component.
50
+ * Optional, defaults to false.
51
+ */
52
+ asChild?: boolean;
53
+ /**
54
+ * Additional class names to apply custom styles to the multi-select component.
55
+ * Optional, can be used to add custom styles.
56
+ */
57
+ className?: string;
58
+ /**
59
+ * If true, shows search functionality in the popover.
60
+ * If false, hides the search input completely.
61
+ * Optional, defaults to true.
62
+ */
63
+ searchable?: boolean;
64
+ /**
65
+ * Custom empty state message when no options match search.
66
+ * Optional, defaults to "No results found."
67
+ */
68
+ emptyIndicator?: React.ReactNode;
69
+ /**
70
+ * If true, allows the component to grow and shrink with its content.
71
+ * If false, uses fixed width behavior.
72
+ * Optional, defaults to false.
73
+ */
74
+ autoSize?: boolean;
75
+ /**
76
+ * Custom CSS class for the popover content.
77
+ * Optional, can be used to customize popover appearance.
78
+ */
79
+ popoverClassName?: string;
80
+ /**
81
+ * If true, disables the component completely.
82
+ * Optional, defaults to false.
83
+ */
84
+ disabled?: boolean;
85
+ /**
86
+ * Responsive configuration for different screen sizes.
87
+ * Allows customizing maxCount and other properties based on viewport.
88
+ * Can be boolean true for default responsive behavior or an object for custom configuration.
89
+ */
90
+ responsive?: boolean | {
91
+ /** Configuration for mobile devices (< 640px) */
92
+ mobile?: {
93
+ maxCount?: number;
94
+ hideIcons?: boolean;
95
+ compactMode?: boolean;
96
+ };
97
+ /** Configuration for tablet devices (640px - 1024px) */
98
+ tablet?: {
99
+ maxCount?: number;
100
+ hideIcons?: boolean;
101
+ compactMode?: boolean;
102
+ };
103
+ /** Configuration for desktop devices (> 1024px) */
104
+ desktop?: {
105
+ maxCount?: number;
106
+ hideIcons?: boolean;
107
+ compactMode?: boolean;
108
+ };
109
+ };
110
+ /**
111
+ * Minimum width for the component.
112
+ * Optional, defaults to auto-sizing based on content.
113
+ * When set, component will not shrink below this width.
114
+ */
115
+ minWidth?: string;
116
+ /**
117
+ * Maximum width for the component.
118
+ * Optional, defaults to 100% of container.
119
+ * Component will not exceed container boundaries.
120
+ */
121
+ maxWidth?: string;
122
+ /**
123
+ * If true, automatically closes the popover after selecting an option.
124
+ * Useful for single-selection-like behavior or mobile UX.
125
+ * Optional, defaults to false.
126
+ */
127
+ closeOnSelect?: boolean;
128
+ }
129
+ /**
130
+ * Imperative methods exposed through ref
131
+ */
132
+ export interface ComboboxRef {
133
+ /**
134
+ * Programmatically reset the component to its default value
135
+ */
136
+ reset: () => void;
137
+ /**
138
+ * Clear all selected values
139
+ */
140
+ clear: () => void;
141
+ /**
142
+ * Focus the component
143
+ */
144
+ focus: () => void;
145
+ }
146
+ export declare const Combobox: React.ForwardRefExoticComponent<ComboboxProps & React.RefAttributes<ComboboxRef>>;
147
+ export type { ComboboxOption, ComboboxProps };
148
+ //# sourceMappingURL=combobox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"combobox.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAe/B;;GAEG;AACH,UAAU,cAAc;IACtB,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,aACR,SAAQ,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAC9E;;OAEG;IACH,OAAO,EAAE,cAAc,EAAE,CAAC;IAC1B;;;OAGG;IACH,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAEvC,6DAA6D;IAC7D,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;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;;;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;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,mFAkbpB,CAAC;AAGF,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+ import { Command as CommandPrimitive } from "cmdk";
3
+ import { Dialog } from "@/components/ui/dialog";
4
+ declare function Command({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>): import("react/jsx-runtime").JSX.Element;
5
+ declare function CommandDialog({ title, description, children, className, showCloseButton, ...props }: React.ComponentProps<typeof Dialog> & {
6
+ title?: string;
7
+ description?: string;
8
+ className?: string;
9
+ showCloseButton?: boolean;
10
+ }): import("react/jsx-runtime").JSX.Element;
11
+ declare function CommandInput({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>): import("react/jsx-runtime").JSX.Element;
12
+ declare function CommandList({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>): import("react/jsx-runtime").JSX.Element;
13
+ declare function CommandEmpty({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>): import("react/jsx-runtime").JSX.Element;
14
+ declare function CommandGroup({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
15
+ declare function CommandSeparator({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
16
+ declare function CommandItem({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
17
+ declare function CommandShortcut({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
18
+ export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, };
19
+ //# sourceMappingURL=command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/command.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,MAAM,CAAC;AAInD,OAAO,EACL,MAAM,EAKP,MAAM,wBAAwB,CAAC;AAEhC,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,2CAWtF;AAED,iBAAS,aAAa,CAAC,EACrB,KAAyB,EACzB,WAA8C,EAC9C,QAAQ,EACR,SAAS,EACT,eAAsB,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,GAAG;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,2CAiBA;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAiBrD;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAQ/F;AAED,iBAAS,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAQtF;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAWrD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,2CAQzD;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAW/F;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAQ7E;AAED,OAAO,EACL,OAAO,EACP,aAAa,EACb,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,eAAe,EACf,gBAAgB,GACjB,CAAC"}
@@ -1,16 +1,16 @@
1
1
  import * as React from "react";
2
2
  import * as DialogPrimitive from "@radix-ui/react-dialog";
3
- declare function Dialog({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>): React.JSX.Element;
4
- declare function DialogTrigger({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>): React.JSX.Element;
5
- declare function DialogPortal({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>): React.JSX.Element;
6
- declare function DialogClose({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>): React.JSX.Element;
7
- declare function DialogOverlay({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>): React.JSX.Element;
3
+ declare function Dialog({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function DialogTrigger({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function DialogPortal({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
6
+ declare function DialogClose({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
7
+ declare function DialogOverlay({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>): import("react/jsx-runtime").JSX.Element;
8
8
  declare function DialogContent({ className, children, showCloseButton, ...props }: React.ComponentProps<typeof DialogPrimitive.Content> & {
9
9
  showCloseButton?: boolean;
10
- }): React.JSX.Element;
11
- declare function DialogHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
12
- declare function DialogFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
13
- declare function DialogTitle({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>): React.JSX.Element;
14
- declare function DialogDescription({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>): React.JSX.Element;
10
+ }): import("react/jsx-runtime").JSX.Element;
11
+ declare function DialogHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
12
+ declare function DialogFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
13
+ declare function DialogTitle({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
14
+ declare function DialogDescription({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
15
15
  export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, };
16
16
  //# sourceMappingURL=dialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAK1D,iBAAS,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,qBAE9E;AAED,iBAAS,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,qBAExF;AAED,iBAAS,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,qBAQtF;AAED,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,qBAEpF;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,qBAWtD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,eAAsB,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IACxD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,qBAyBA;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAQzE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAQzE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,qBAQ/F;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,qBAQ1D;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,GACd,CAAC"}
1
+ {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAK1D,iBAAS,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAE9E;AAED,iBAAS,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAExF;AAED,iBAAS,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,2CAEtF;AAED,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpF;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAWtD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,eAAsB,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IACxD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,2CAyBA;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQ/F;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,2CAQ1D;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,GACd,CAAC"}
@@ -0,0 +1,30 @@
1
+ import * as React from "react";
2
+ import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
3
+ declare function DropdownMenu({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root> & {
4
+ className?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ declare function DropdownMenuPortal({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
7
+ declare function DropdownMenuTrigger({ className, children, src, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger> & {
8
+ src?: string;
9
+ }): import("react/jsx-runtime").JSX.Element;
10
+ declare function DropdownMenuContent({ className, sideOffset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
11
+ declare function DropdownMenuGroup({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
12
+ declare function DropdownMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
13
+ inset?: boolean;
14
+ variant?: "default" | "destructive";
15
+ }): import("react/jsx-runtime").JSX.Element;
16
+ declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): import("react/jsx-runtime").JSX.Element;
17
+ declare function DropdownMenuRadioGroup({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
18
+ declare function DropdownMenuRadioItem({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): import("react/jsx-runtime").JSX.Element;
19
+ declare function DropdownMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
20
+ inset?: boolean;
21
+ }): import("react/jsx-runtime").JSX.Element;
22
+ declare function DropdownMenuSeparator({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
23
+ declare function DropdownMenuShortcut({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
24
+ declare function DropdownMenuSub({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
25
+ declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
26
+ inset?: boolean;
27
+ }): import("react/jsx-runtime").JSX.Element;
28
+ declare function DropdownMenuSubContent({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
29
+ export { DropdownMenu, DropdownMenuPortal, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuGroup, DropdownMenuLabel, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, };
30
+ //# sourceMappingURL=dropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAC;AAIvE,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,IAAI,CAAC,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,2CAMlF;AAED,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,MAAM,CAAC,2CAQ3D;AAED,iBAAS,mBAAmB,CAAC,EAC3B,SAAS,EACT,QAAQ,EACR,GAAG,EACH,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,OAAO,CAAC,GAAG;IAC9D,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,2CAkBA;AAED,iBAAS,mBAAmB,CAAC,EAC3B,SAAS,EACT,UAAc,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,OAAO,CAAC,2CAgB5D;AAED,iBAAS,iBAAiB,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,KAAK,CAAC,2CAEhG;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,KAAK,EACL,OAAmB,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,IAAI,CAAC,GAAG;IAC3D,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;CACrC,2CAaA;AAED,iBAAS,wBAAwB,CAAC,EAChC,SAAS,EACT,QAAQ,EACR,OAAO,EACP,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,YAAY,CAAC,2CAmBjE;AAED,iBAAS,sBAAsB,CAAC,EAC9B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,UAAU,CAAC,2CAE/D;AAED,iBAAS,qBAAqB,CAAC,EAC7B,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,SAAS,CAAC,2CAkB9D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,KAAK,EACL,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,KAAK,CAAC,GAAG;IAC5D,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,2CASA;AAED,iBAAS,qBAAqB,CAAC,EAC7B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,SAAS,CAAC,2CAQ9D;AAED,iBAAS,oBAAoB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAQlF;AAED,iBAAS,eAAe,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,GAAG,CAAC,2CAE5F;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,KAAK,EACL,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,UAAU,CAAC,GAAG;IACjE,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,2CAeA;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,UAAU,CAAC,2CAW/D;AAED,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,wBAAwB,EACxB,sBAAsB,EACtB,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,GACvB,CAAC"}
@@ -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"}
@@ -2,11 +2,14 @@ import * as React from "react";
2
2
  interface IconListItem {
3
3
  icon: string;
4
4
  name: string;
5
+ id?: string;
5
6
  }
6
7
  interface IconListProps extends React.ComponentProps<"div"> {
7
8
  items: IconListItem[] | string[];
8
9
  label?: string;
9
10
  size?: "xs" | "sm" | "md" | "lg";
11
+ maxVisible?: number;
12
+ showTooltip?: boolean;
10
13
  }
11
14
  declare const IconList: React.ForwardRefExoticComponent<Omit<IconListProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
15
  export { IconList };
@@ -1 +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;AAI/B,UAAU,YAAY;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;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;CAClC;AASD,QAAA,MAAM,QAAQ,mGAyBb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,CAAC"}
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,8 +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";
24
- export * from "./icon-list";
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";
25
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;AACxB,cAAc,aAAa,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"}