@incognia/cosmik 0.41.0 → 1.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (308) hide show
  1. package/README.md +7 -19
  2. package/dist/Alert/index.d.ts +8 -7
  3. package/dist/Alert/index.d.ts.map +1 -1
  4. package/dist/AlertDialog/index.d.ts +17 -23
  5. package/dist/AlertDialog/index.d.ts.map +1 -1
  6. package/dist/Badge/index.d.ts +7 -6
  7. package/dist/Badge/index.d.ts.map +1 -1
  8. package/dist/Button/index.d.ts +6 -6
  9. package/dist/Button/index.d.ts.map +1 -1
  10. package/dist/Calendar/index.d.ts +4 -7
  11. package/dist/Calendar/index.d.ts.map +1 -1
  12. package/dist/Card/index.d.ts +8 -7
  13. package/dist/Card/index.d.ts.map +1 -1
  14. package/dist/Checkbox/index.d.ts +1 -1
  15. package/dist/Checkbox/index.d.ts.map +1 -1
  16. package/dist/Command/index.d.ts +19 -51
  17. package/dist/Command/index.d.ts.map +1 -1
  18. package/dist/Dialog/index.d.ts +14 -19
  19. package/dist/Dialog/index.d.ts.map +1 -1
  20. package/dist/DropdownMenu/index.d.ts +23 -25
  21. package/dist/DropdownMenu/index.d.ts.map +1 -1
  22. package/dist/Filter/index.d.ts +1 -1
  23. package/dist/FilterBar/GradientScroll.d.ts +4 -4
  24. package/dist/FilterBar/index.d.ts +2 -2
  25. package/dist/Input/index.d.ts +1 -3
  26. package/dist/Input/index.d.ts.map +1 -1
  27. package/dist/Label/index.d.ts +1 -2
  28. package/dist/Label/index.d.ts.map +1 -1
  29. package/dist/Layout/index.d.ts +1 -1
  30. package/dist/Layout/index.d.ts.map +1 -1
  31. package/dist/Pagination/index.d.ts +11 -26
  32. package/dist/Pagination/index.d.ts.map +1 -1
  33. package/dist/Popover/index.d.ts +6 -6
  34. package/dist/Popover/index.d.ts.map +1 -1
  35. package/dist/Progress/index.d.ts +1 -1
  36. package/dist/Progress/index.d.ts.map +1 -1
  37. package/dist/RadioGroup/index.d.ts +2 -2
  38. package/dist/RadioGroup/index.d.ts.map +1 -1
  39. package/dist/Select/index.d.ts +13 -11
  40. package/dist/Select/index.d.ts.map +1 -1
  41. package/dist/Separator/index.d.ts +1 -1
  42. package/dist/Separator/index.d.ts.map +1 -1
  43. package/dist/Sheet/index.d.ts +13 -23
  44. package/dist/Sheet/index.d.ts.map +1 -1
  45. package/dist/Skeleton/index.d.ts +0 -1
  46. package/dist/Skeleton/index.d.ts.map +1 -1
  47. package/dist/Sonner/index.d.ts +0 -1
  48. package/dist/Sonner/index.d.ts.map +1 -1
  49. package/dist/Switch/index.d.ts +2 -2
  50. package/dist/Switch/index.d.ts.map +1 -1
  51. package/dist/Table/index.d.ts +12 -12
  52. package/dist/Table/index.d.ts.map +1 -1
  53. package/dist/Tabs/index.d.ts +5 -5
  54. package/dist/Tabs/index.d.ts.map +1 -1
  55. package/dist/TagInput/index.d.ts +4 -5
  56. package/dist/TagInput/index.d.ts.map +1 -1
  57. package/dist/Textarea/index.d.ts +1 -3
  58. package/dist/Textarea/index.d.ts.map +1 -1
  59. package/dist/Toggle/index.d.ts +3 -8
  60. package/dist/Toggle/index.d.ts.map +1 -1
  61. package/dist/ToggleGroup/index.d.ts +4 -13
  62. package/dist/ToggleGroup/index.d.ts.map +1 -1
  63. package/dist/Tooltip/index.d.ts +7 -11
  64. package/dist/Tooltip/index.d.ts.map +1 -1
  65. package/dist/VerticalNavigationMenu/index.d.ts +8 -6
  66. package/dist/VerticalNavigationMenu/index.d.ts.map +1 -1
  67. package/dist/cosmik-theme.css +185 -0
  68. package/dist/cosmik.css +1 -1
  69. package/dist/index.cjs +1 -1
  70. package/dist/index.d.ts +2 -10
  71. package/dist/index.d.ts.map +1 -1
  72. package/dist/index.js +174 -178
  73. package/dist/index.js.map +1 -1
  74. package/dist/index10.cjs +1 -1
  75. package/dist/index10.cjs.map +1 -1
  76. package/dist/index10.js +191 -45
  77. package/dist/index10.js.map +1 -1
  78. package/dist/index11.cjs +1 -1
  79. package/dist/index11.cjs.map +1 -1
  80. package/dist/index11.js +138 -33
  81. package/dist/index11.js.map +1 -1
  82. package/dist/index12.cjs +1 -1
  83. package/dist/index12.cjs.map +1 -1
  84. package/dist/index12.js +224 -139
  85. package/dist/index12.js.map +1 -1
  86. package/dist/index13.cjs +1 -1
  87. package/dist/index13.cjs.map +1 -1
  88. package/dist/index13.js +98 -103
  89. package/dist/index13.js.map +1 -1
  90. package/dist/index14.cjs +1 -1
  91. package/dist/index14.cjs.map +1 -1
  92. package/dist/index14.js +22 -141
  93. package/dist/index14.js.map +1 -1
  94. package/dist/index15.cjs +1 -1
  95. package/dist/index15.cjs.map +1 -1
  96. package/dist/index15.js +18 -103
  97. package/dist/index15.js.map +1 -1
  98. package/dist/index16.cjs +1 -1
  99. package/dist/index16.cjs.map +1 -1
  100. package/dist/index16.js +18 -20
  101. package/dist/index16.js.map +1 -1
  102. package/dist/index17.cjs +1 -1
  103. package/dist/index17.cjs.map +1 -1
  104. package/dist/index17.js +58 -22
  105. package/dist/index17.js.map +1 -1
  106. package/dist/index18.cjs +1 -1
  107. package/dist/index18.cjs.map +1 -1
  108. package/dist/index18.js +20 -17
  109. package/dist/index18.js.map +1 -1
  110. package/dist/index19.cjs +1 -1
  111. package/dist/index19.cjs.map +1 -1
  112. package/dist/index19.js +89 -47
  113. package/dist/index19.js.map +1 -1
  114. package/dist/index20.cjs +1 -1
  115. package/dist/index20.cjs.map +1 -1
  116. package/dist/index20.js +39 -17
  117. package/dist/index20.js.map +1 -1
  118. package/dist/index21.cjs +1 -1
  119. package/dist/index21.cjs.map +1 -1
  120. package/dist/index21.js +29 -96
  121. package/dist/index21.js.map +1 -1
  122. package/dist/index22.cjs +1 -1
  123. package/dist/index22.cjs.map +1 -1
  124. package/dist/index22.js +44 -22
  125. package/dist/index22.js.map +1 -1
  126. package/dist/index23.cjs +1 -1
  127. package/dist/index23.cjs.map +1 -1
  128. package/dist/index23.js +183 -24
  129. package/dist/index23.js.map +1 -1
  130. package/dist/index24.cjs +1 -1
  131. package/dist/index24.cjs.map +1 -1
  132. package/dist/index24.js +26 -30
  133. package/dist/index24.js.map +1 -1
  134. package/dist/index25.cjs +1 -1
  135. package/dist/index25.cjs.map +1 -1
  136. package/dist/index25.js +128 -130
  137. package/dist/index25.js.map +1 -1
  138. package/dist/index26.cjs +1 -1
  139. package/dist/index26.cjs.map +1 -1
  140. package/dist/index26.js +13 -21
  141. package/dist/index26.js.map +1 -1
  142. package/dist/index27.cjs +1 -1
  143. package/dist/index27.cjs.map +1 -1
  144. package/dist/index27.js +28 -103
  145. package/dist/index27.js.map +1 -1
  146. package/dist/index28.cjs +1 -1
  147. package/dist/index28.cjs.map +1 -1
  148. package/dist/index28.js +25 -9
  149. package/dist/index28.js.map +1 -1
  150. package/dist/index29.cjs +1 -1
  151. package/dist/index29.cjs.map +1 -1
  152. package/dist/index29.js +132 -34
  153. package/dist/index29.js.map +1 -1
  154. package/dist/index3.cjs +1 -1
  155. package/dist/index3.cjs.map +1 -1
  156. package/dist/index3.js +83 -69
  157. package/dist/index3.js.map +1 -1
  158. package/dist/index30.cjs +1 -1
  159. package/dist/index30.cjs.map +1 -1
  160. package/dist/index30.js +62 -27
  161. package/dist/index30.js.map +1 -1
  162. package/dist/index31.cjs +1 -1
  163. package/dist/index31.cjs.map +1 -1
  164. package/dist/index31.js +78 -104
  165. package/dist/index31.js.map +1 -1
  166. package/dist/index32.cjs +1 -1
  167. package/dist/index32.cjs.map +1 -1
  168. package/dist/index32.js +21 -42
  169. package/dist/index32.js.map +1 -1
  170. package/dist/index33.cjs +1 -1
  171. package/dist/index33.cjs.map +1 -1
  172. package/dist/index33.js +85 -77
  173. package/dist/index33.js.map +1 -1
  174. package/dist/index34.cjs +1 -1
  175. package/dist/index34.cjs.map +1 -1
  176. package/dist/index34.js +67 -20
  177. package/dist/index34.js.map +1 -1
  178. package/dist/index35.cjs +1 -1
  179. package/dist/index35.cjs.map +1 -1
  180. package/dist/index35.js +55 -75
  181. package/dist/index35.js.map +1 -1
  182. package/dist/index36.cjs +1 -1
  183. package/dist/index36.cjs.map +1 -1
  184. package/dist/index36.js +89 -39
  185. package/dist/index36.js.map +1 -1
  186. package/dist/index37.cjs +1 -1
  187. package/dist/index37.cjs.map +1 -1
  188. package/dist/index37.js +3 -33
  189. package/dist/index37.js.map +1 -1
  190. package/dist/index38.cjs +1 -1
  191. package/dist/index38.cjs.map +1 -1
  192. package/dist/index38.js +33 -65
  193. package/dist/index38.js.map +1 -1
  194. package/dist/index39.cjs +1 -1
  195. package/dist/index39.cjs.map +1 -1
  196. package/dist/index39.js +11 -261
  197. package/dist/index39.js.map +1 -1
  198. package/dist/index4.cjs +1 -1
  199. package/dist/index4.cjs.map +1 -1
  200. package/dist/index4.js +153 -323
  201. package/dist/index4.js.map +1 -1
  202. package/dist/index40.cjs +1 -1
  203. package/dist/index40.cjs.map +1 -1
  204. package/dist/index40.js +118 -6
  205. package/dist/index40.js.map +1 -1
  206. package/dist/index41.cjs +1 -1
  207. package/dist/index41.cjs.map +1 -1
  208. package/dist/index41.js +13 -12
  209. package/dist/index41.js.map +1 -1
  210. package/dist/index42.cjs +1 -1
  211. package/dist/index42.cjs.map +1 -1
  212. package/dist/index42.js +7 -118
  213. package/dist/index42.js.map +1 -1
  214. package/dist/index43.cjs +1 -1
  215. package/dist/index43.cjs.map +1 -1
  216. package/dist/index43.js +2 -14
  217. package/dist/index43.js.map +1 -1
  218. package/dist/index44.cjs +1 -1
  219. package/dist/index44.cjs.map +1 -1
  220. package/dist/index44.js +23 -3
  221. package/dist/index44.js.map +1 -1
  222. package/dist/index45.cjs +6 -1
  223. package/dist/index45.cjs.map +1 -1
  224. package/dist/index45.js +234 -103
  225. package/dist/index45.js.map +1 -1
  226. package/dist/index46.cjs +1 -1
  227. package/dist/index46.cjs.map +1 -1
  228. package/dist/index46.js +13 -32
  229. package/dist/index46.js.map +1 -1
  230. package/dist/index47.cjs +1 -1
  231. package/dist/index47.cjs.map +1 -1
  232. package/dist/index47.js +2729 -2
  233. package/dist/index47.js.map +1 -1
  234. package/dist/index48.cjs +1 -9
  235. package/dist/index48.cjs.map +1 -1
  236. package/dist/index48.js +2 -30
  237. package/dist/index48.js.map +1 -1
  238. package/dist/index49.cjs +1 -19
  239. package/dist/index49.cjs.map +1 -1
  240. package/dist/index49.js +2 -599
  241. package/dist/index49.js.map +1 -1
  242. package/dist/index5.cjs +1 -1
  243. package/dist/index5.cjs.map +1 -1
  244. package/dist/index5.js +77 -41
  245. package/dist/index5.js.map +1 -1
  246. package/dist/index6.cjs +1 -1
  247. package/dist/index6.cjs.map +1 -1
  248. package/dist/index6.js +157 -110
  249. package/dist/index6.js.map +1 -1
  250. package/dist/index7.cjs +1 -1
  251. package/dist/index7.cjs.map +1 -1
  252. package/dist/index7.js +182 -80
  253. package/dist/index7.js.map +1 -1
  254. package/dist/index8.cjs +1 -1
  255. package/dist/index8.cjs.map +1 -1
  256. package/dist/index8.js +87 -157
  257. package/dist/index8.js.map +1 -1
  258. package/dist/index9.cjs +1 -1
  259. package/dist/index9.cjs.map +1 -1
  260. package/dist/index9.js +32 -65
  261. package/dist/index9.js.map +1 -1
  262. package/dist/lib/utils.d.ts +1 -1
  263. package/dist/lib/utils.d.ts.map +1 -1
  264. package/package.json +59 -63
  265. package/dist/Colors.d.ts +0 -71
  266. package/dist/Colors.d.ts.map +0 -1
  267. package/dist/index2.cjs +0 -2
  268. package/dist/index2.cjs.map +0 -1
  269. package/dist/index2.js +0 -5
  270. package/dist/index2.js.map +0 -1
  271. package/dist/index50.cjs +0 -2
  272. package/dist/index50.cjs.map +0 -1
  273. package/dist/index50.js +0 -5
  274. package/dist/index50.js.map +0 -1
  275. package/dist/index51.cjs +0 -2
  276. package/dist/index51.cjs.map +0 -1
  277. package/dist/index51.js +0 -154
  278. package/dist/index51.js.map +0 -1
  279. package/dist/index52.cjs +0 -2
  280. package/dist/index52.cjs.map +0 -1
  281. package/dist/index52.js +0 -19
  282. package/dist/index52.js.map +0 -1
  283. package/dist/index53.cjs +0 -2
  284. package/dist/index53.cjs.map +0 -1
  285. package/dist/index53.js +0 -345
  286. package/dist/index53.js.map +0 -1
  287. package/dist/index54.cjs +0 -2
  288. package/dist/index54.cjs.map +0 -1
  289. package/dist/index54.js +0 -48
  290. package/dist/index54.js.map +0 -1
  291. package/dist/index55.cjs +0 -2
  292. package/dist/index55.cjs.map +0 -1
  293. package/dist/index55.js +0 -5
  294. package/dist/index55.js.map +0 -1
  295. package/dist/index56.cjs +0 -2
  296. package/dist/index56.cjs.map +0 -1
  297. package/dist/index56.js +0 -5
  298. package/dist/index56.js.map +0 -1
  299. package/dist/index57.cjs +0 -2
  300. package/dist/index57.cjs.map +0 -1
  301. package/dist/index57.js +0 -5
  302. package/dist/index57.js.map +0 -1
  303. package/dist/index58.cjs +0 -2
  304. package/dist/index58.cjs.map +0 -1
  305. package/dist/index58.js +0 -7
  306. package/dist/index58.js.map +0 -1
  307. package/dist/tailwind-theme-config.d.ts +0 -318
  308. package/dist/tailwind-theme-config.d.ts.map +0 -1
package/README.md CHANGED
@@ -12,30 +12,18 @@ Component Docs: https://inloco.github.io/cosmik
12
12
  npm install --save @incognia/cosmik
13
13
  ```
14
14
 
15
- 2. CSS: There are two ways to import the CSS depeding on wheather your project uses the cosmik tailwindcss theme
16
-
17
- 2.1. Uses cosmik tailwind theme (prefered):
18
- Configure your tailwind file (tailwind.config.js):
15
+ 2. Add the cosmik css to your project:
19
16
 
20
17
  ```js
21
- const { tailwindTheme } = require('@incognia/cosmik')
22
-
23
- /** @type {import('tailwindcss').Config} */
24
- export default {
25
- content: [
26
- './index.html',
27
- './src/**/*.{js,ts,jsx,tsx}',
28
- './node_modules/@incognia/cosmik/dist/**/*.js'
29
- ],
30
- theme: tailwindTheme
31
- }
18
+ import '@incognia/cosmik/cosmik.css'
32
19
  ```
33
20
 
34
- 2.2. Does not use cosmik tailwind theme:
35
- Add the cosmik css to your project:
21
+ 2.1. Tailwind v4: Cosmik exports the cosmik theme to be used in your project. Import on your css file:
36
22
 
37
- ```js
38
- import '@incognia/cosmik/dist/cosmik.css'
23
+ ```css
24
+ @import 'tailwindcss';
25
+ @import 'tw-animate-css';
26
+ @import '@incognia/cosmik/cosmik-theme.css';
39
27
  ```
40
28
 
41
29
  3. Import Cosmik components as needed:
@@ -1,12 +1,13 @@
1
- import { type VariantProps } from 'class-variance-authority';
1
+ import { VariantProps } from 'class-variance-authority';
2
2
  import * as React from 'react';
3
- declare const Alert: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
4
- variant?: "default" | "success" | "error" | "warning" | null | undefined;
3
+ declare const alertVariants: (props?: ({
4
+ variant?: "info" | "success" | "error" | "warning" | null | undefined;
5
5
  size?: "sm" | "md" | null | undefined;
6
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string> & {
6
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
7
+ declare function Alert({ className, variant, size, icon, children, ...props }: React.ComponentProps<'div'> & VariantProps<typeof alertVariants> & {
7
8
  icon?: React.ReactNode;
8
- } & React.RefAttributes<HTMLDivElement>>;
9
- declare const AlertTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLParagraphElement>>;
10
- declare const AlertDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
9
+ }): import("react/jsx-runtime").JSX.Element;
10
+ declare function AlertTitle({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
11
+ declare function AlertDescription({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
11
12
  export { Alert, AlertDescription, AlertTitle };
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Alert/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAOjE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAgC9B,QAAA,MAAM,KAAK;;;;WAIE,MAAM,SAAS;wCAgB1B,CAAA;AAGF,QAAA,MAAM,UAAU,uHAKd,CAAA;AAGF,QAAA,MAAM,gBAAgB,yHAGyB,CAAA;AAG/C,OAAO,EAAE,KAAK,EAAE,gBAAgB,EAAE,UAAU,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Alert/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAOjE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,QAAA,MAAM,aAAa;;;mFAoBlB,CAAA;AASD,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,OAAO,EACP,IAAI,EACJ,IAAI,EACJ,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAC5B,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CACvB,2CAYF;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAW7B;AAED,OAAO,EAAE,KAAK,EAAE,gBAAgB,EAAE,UAAU,EAAE,CAAA"}
@@ -1,30 +1,24 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { buttonVariants } from '../Button';
1
3
  import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
2
- import { type VariantProps } from 'class-variance-authority';
3
4
  import * as React from 'react';
4
- import { buttonVariants } from '../Button';
5
- declare const AlertDialog: React.FC<AlertDialogPrimitive.AlertDialogProps>;
6
- declare const AlertDialogTrigger: React.ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
7
- declare const AlertDialogPortal: React.FC<AlertDialogPrimitive.AlertDialogPortalProps>;
8
- declare const AlertDialogOverlay: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
9
- declare const AlertDialogContent: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
10
- declare const AlertDialogHeader: {
11
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
12
- displayName: string;
13
- };
14
- declare const AlertDialogFooter: {
15
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
16
- displayName: string;
17
- };
5
+ declare function AlertDialog({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
6
+ declare function AlertDialogTrigger({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
7
+ declare function AlertDialogPortal({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
8
+ declare function AlertDialogOverlay({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>): import("react/jsx-runtime").JSX.Element;
9
+ declare function AlertDialogContent({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
10
+ declare function AlertDialogHeader({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
11
+ declare function AlertDialogFooter({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
18
12
  declare const titleVariants: (props?: ({
19
- intent?: "default" | "warning" | "danger" | null | undefined;
20
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
21
- declare const AlertDialogTitle: React.ForwardRefExoticComponent<{
13
+ intent?: "warning" | "danger" | "default" | null | undefined;
14
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
15
+ declare function AlertDialogTitle({ className, intent, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title> & {
22
16
  intent?: VariantProps<typeof titleVariants>['intent'];
23
- } & Omit<AlertDialogPrimitive.AlertDialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
24
- declare const AlertDialogDescription: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
25
- declare const AlertDialogAction: React.ForwardRefExoticComponent<{
17
+ }): import("react/jsx-runtime").JSX.Element;
18
+ declare function AlertDialogDescription({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
19
+ declare function AlertDialogAction({ className, intent, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action> & {
26
20
  intent?: VariantProps<typeof buttonVariants>['intent'];
27
- } & Omit<AlertDialogPrimitive.AlertDialogActionProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
28
- declare const AlertDialogCancel: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogCancelProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
21
+ }): import("react/jsx-runtime").JSX.Element;
22
+ declare function AlertDialogCancel({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): import("react/jsx-runtime").JSX.Element;
29
23
  export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, titleVariants };
30
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/AlertDialog/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAA;AACpE,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;AAG1C,QAAA,MAAM,WAAW,iDAA4B,CAAA;AAE7C,QAAA,MAAM,kBAAkB,wHAA+B,CAAA;AAEvD,QAAA,MAAM,iBAAiB,uDAA8B,CAAA;AAErD,QAAA,MAAM,kBAAkB,wKAYtB,CAAA;AAGF,QAAA,MAAM,kBAAkB,wKAgBtB,CAAA;AAGF,QAAA,MAAM,iBAAiB;8BAGpB,MAAM,cAAc,CAAC,cAAc,CAAC;;CAKtC,CAAA;AAGD,QAAA,MAAM,iBAAiB;8BAGpB,MAAM,cAAc,CAAC,cAAc,CAAC;;CAKtC,CAAA;AAGD,QAAA,MAAM,aAAa;;mFAWjB,CAAA;AAEF,QAAA,MAAM,gBAAgB;aAGT,aAAa,oBAAoB,CAAC,CAAC,QAAQ,CAAC;gJAQvD,CAAA;AAGF,QAAA,MAAM,sBAAsB,wLAS1B,CAAA;AAIF,QAAA,MAAM,iBAAiB;aAGV,aAAa,qBAAqB,CAAC,CAAC,QAAQ,CAAC;+IAQxD,CAAA;AAGF,QAAA,MAAM,iBAAiB,6KASrB,CAAA;AAGF,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,EACd,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/AlertDialog/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAA;AACpE,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;AAG1C,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,2CAExD;AAED,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAI3D;AAED,iBAAS,iBAAiB,CAAC,EACzB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAI1D;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAW3D;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAc3D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQ7B;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQ7B;AAED,QAAA,MAAM,aAAa;;mFAWjB,CAAA;AAEF,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,MAAM,EACN,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,KAAK,CAAC,GAAG;IAC3D,MAAM,CAAC,EAAE,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC,QAAQ,CAAC,CAAA;CACtD,2CAQA;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,WAAW,CAAC,2CAQ/D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,MAAM,EACN,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,GAAG;IAC5D,MAAM,CAAC,EAAE,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC,QAAQ,CAAC,CAAA;CACvD,2CAOA;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAO1D;AAED,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,EACd,CAAA"}
@@ -1,17 +1,18 @@
1
- import { type VariantProps } from 'class-variance-authority';
1
+ import { VariantProps } from 'class-variance-authority';
2
2
  import * as React from 'react';
3
3
  /**
4
4
  * The Toggle component has "badge-like" variants
5
5
  * When updating the styles in here, you should consider also updating it there
6
6
  */
7
7
  declare const badgeVariants: (props?: ({
8
- variant?: "gray" | "robinblue" | "purple" | "green" | "yellow" | "magenta" | null | undefined;
8
+ variant?: "green" | "yellow" | "magenta" | "gray" | "purple" | "robinblue" | null | undefined;
9
9
  size?: "sm" | "md" | "icon" | null | undefined;
10
10
  border?: "none" | "outline" | null | undefined;
11
11
  inverted?: boolean | null | undefined;
12
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
13
- export interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
14
- }
15
- declare function Badge({ className, variant, size, border, inverted, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element;
12
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
13
+ export type BadgeProps = React.ComponentProps<'span'> & VariantProps<typeof badgeVariants> & {
14
+ asChild?: boolean;
15
+ };
16
+ declare function Badge({ className, variant, size, border, asChild, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element;
16
17
  export { Badge, badgeVariants };
17
18
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Badge/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B;;;GAGG;AACH,QAAA,MAAM,aAAa;;;;;mFAiElB,CAAA;AAED,MAAM,WAAW,UACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAC1C,YAAY,CAAC,OAAO,aAAa,CAAC;CAAG;AAEzC,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,OAAO,EACP,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,UAAU,2CAUZ;AAED,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Badge/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B;;;GAGG;AACH,QAAA,MAAM,aAAa;;;;;mFAiElB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,GACnD,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAA;AAE5D,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,OAAO,EACP,IAAI,EACJ,MAAM,EACN,OAAe,EACf,GAAG,KAAK,EACT,EAAE,UAAU,2CASZ;AAED,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAA"}
@@ -1,13 +1,13 @@
1
- import { type VariantProps } from 'class-variance-authority';
1
+ import { VariantProps } from 'class-variance-authority';
2
2
  import * as React from 'react';
3
3
  declare const buttonVariants: (props?: ({
4
4
  variant?: "link" | "filled" | "outline" | "ghost" | null | undefined;
5
5
  intent?: "warning" | "filter" | "primary" | "secondary" | "danger" | null | undefined;
6
- size?: "fit-content" | "sm" | "md" | "icon" | null | undefined;
7
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
8
- export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
6
+ size?: "sm" | "md" | "icon" | "fit-content" | null | undefined;
7
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
8
+ export type ButtonProps = React.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
9
9
  asChild?: boolean;
10
- }
11
- declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
10
+ };
11
+ declare function Button({ className, variant, size, intent, asChild, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;
12
12
  export { Button, buttonVariants };
13
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Button/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,QAAA,MAAM,cAAc;;;;mFAyJnB,CAAA;AAED,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,YAAY,CAAC,OAAO,cAAc,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,QAAA,MAAM,MAAM,uFAWX,CAAA;AAGD,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Button/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,QAAA,MAAM,cAAc;;;;mFAyJnB,CAAA;AAED,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GACtD,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IACpC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAEH,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAO,EACP,IAAI,EACJ,MAAM,EACN,OAAe,EACf,GAAG,KAAK,EACT,EAAE,WAAW,2CAUb;AAED,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAA"}
@@ -1,9 +1,6 @@
1
+ import { DayButton, DayPicker } from 'react-day-picker';
1
2
  import * as React from 'react';
2
- import { DayPicker } from 'react-day-picker';
3
- export type CalendarProps = React.ComponentProps<typeof DayPicker>;
4
- declare function Calendar({ className, classNames, showOutsideDays, ...props }: CalendarProps): import("react/jsx-runtime").JSX.Element;
5
- declare namespace Calendar {
6
- var displayName: string;
7
- }
8
- export { Calendar };
3
+ declare function Calendar({ className, classNames, showOutsideDays, captionLayout, formatters, components, ...props }: React.ComponentProps<typeof DayPicker>): import("react/jsx-runtime").JSX.Element;
4
+ declare function CalendarDayButton({ className, day, modifiers, ...props }: React.ComponentProps<typeof DayButton>): import("react/jsx-runtime").JSX.Element;
5
+ export { Calendar, CalendarDayButton };
9
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Calendar/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAI5C,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,CAAA;AAElE,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,UAAU,EACV,eAAsB,EACtB,GAAG,KAAK,EACT,EAAE,aAAa,2CA2Df;kBAhEQ,QAAQ;;;AAmEjB,OAAO,EAAE,QAAQ,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Calendar/index.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,SAAS,EAAE,SAAS,EAAwB,MAAM,kBAAkB,CAAA;AAI7E,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,UAAU,EACV,eAAsB,EACtB,aAAuB,EACvB,UAAU,EACV,UAAU,EACV,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,2CA+JxC;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,EACH,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,2CAwCxC;AAED,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,CAAA"}
@@ -1,9 +1,10 @@
1
1
  import * as React from 'react';
2
- declare const Card: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
3
- declare const CardHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
4
- declare const CardTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLParagraphElement>>;
5
- declare const CardDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
6
- declare const CardContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
7
- declare const CardFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
8
- export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
2
+ declare function Card({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
3
+ declare function CardHeader({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
4
+ declare function CardTitle({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
5
+ declare function CardDescription({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
6
+ declare function CardAction({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
7
+ declare function CardContent({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
8
+ declare function CardFooter({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
9
+ export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
9
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Card/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,QAAA,MAAM,IAAI,6GAYR,CAAA;AAGF,QAAA,MAAM,UAAU,6GASd,CAAA;AAGF,QAAA,MAAM,SAAS,uHAKb,CAAA;AAGF,QAAA,MAAM,eAAe,yHAKnB,CAAA;AAGF,QAAA,MAAM,WAAW,6GAKf,CAAA;AAGF,QAAA,MAAM,UAAU,6GASd,CAAA;AAGF,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Card/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWjE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQtE;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQ5E;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQxE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQvE;AAED,OAAO,EACL,IAAI,EACJ,UAAU,EACV,WAAW,EACX,eAAe,EACf,UAAU,EACV,UAAU,EACV,SAAS,EACV,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
2
2
  import * as React from 'react';
3
- declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
3
+ declare function Checkbox({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
4
  export { Checkbox };
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Checkbox/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAA;AAE7D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,QAAA,MAAM,QAAQ,iKA8BZ,CAAA;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Checkbox/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAA;AAE7D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,2CA8BrD;AACD,OAAO,EAAE,QAAQ,EAAE,CAAA"}
@@ -1,53 +1,21 @@
1
- import { type DialogProps } from '@radix-ui/react-dialog';
1
+ import { Command as CommandPrimitive } from 'cmdk';
2
+ import { Dialog } from '../';
2
3
  import * as React from 'react';
3
- declare const Command: React.ForwardRefExoticComponent<Omit<{
4
- children?: React.ReactNode;
5
- } & React.HTMLAttributes<HTMLDivElement> & {
6
- label?: string | undefined;
7
- shouldFilter?: boolean | undefined;
8
- filter?: ((value: string, search: string) => number) | undefined;
9
- defaultValue?: string | undefined;
10
- value?: string | undefined;
11
- onValueChange?: ((value: string) => void) | undefined;
12
- loop?: boolean | undefined;
13
- vimBindings?: boolean | undefined;
14
- } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
15
- interface CommandDialogProps extends DialogProps {
16
- }
17
- declare const CommandDialog: ({ children, ...props }: CommandDialogProps) => import("react/jsx-runtime").JSX.Element;
18
- declare const CommandInput: React.ForwardRefExoticComponent<Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "type" | "value"> & {
19
- value?: string | undefined;
20
- onValueChange?: ((search: string) => void) | undefined;
21
- } & React.RefAttributes<HTMLInputElement>, "ref"> & {
22
- inputWrapperClassName?: string | undefined;
23
- } & React.RefAttributes<HTMLInputElement>>;
24
- declare const CommandList: React.ForwardRefExoticComponent<Omit<{
25
- children?: React.ReactNode;
26
- } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
27
- declare const CommandEmpty: React.ForwardRefExoticComponent<Omit<{
28
- children?: React.ReactNode;
29
- } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
30
- declare const CommandGroup: React.ForwardRefExoticComponent<Omit<{
31
- children?: React.ReactNode;
32
- } & Omit<React.HTMLAttributes<HTMLDivElement>, "heading" | "value"> & {
33
- heading?: React.ReactNode;
34
- value?: string | undefined;
35
- forceMount?: boolean | undefined;
36
- } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
37
- declare const CommandSeparator: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLDivElement> & {
38
- alwaysRender?: boolean | undefined;
39
- } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
40
- declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
41
- children?: React.ReactNode;
42
- } & Omit<React.HTMLAttributes<HTMLDivElement>, "onSelect" | "disabled" | "value"> & {
43
- disabled?: boolean | undefined;
44
- onSelect?: ((value: string) => void) | undefined;
45
- value?: string | undefined;
46
- forceMount?: boolean | undefined;
47
- } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
48
- declare const CommandShortcut: {
49
- ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
50
- displayName: string;
51
- };
52
- export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator };
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, inputWrapperClassName, ...props }: React.ComponentProps<typeof CommandPrimitive.Input> & {
12
+ inputWrapperClassName?: string;
13
+ }): import("react/jsx-runtime").JSX.Element;
14
+ declare function CommandList({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>): import("react/jsx-runtime").JSX.Element;
15
+ declare function CommandEmpty({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>): import("react/jsx-runtime").JSX.Element;
16
+ declare function CommandGroup({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
17
+ declare function CommandSeparator({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
18
+ declare function CommandItem({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
19
+ declare function CommandShortcut({ className, ...props }: React.ComponentProps<'span'>): import("react/jsx-runtime").JSX.Element;
20
+ export { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut };
53
21
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Command/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAGzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,QAAA,MAAM,OAAO;;;;;;;;;;;sFAYX,CAAA;AAGF,UAAU,kBAAmB,SAAQ,WAAW;CAAG;AAEnD,QAAA,MAAM,aAAa,2BAA4B,kBAAkB,4CAUhE,CAAA;AAED,QAAA,MAAM,YAAY;;;;;0CAoBhB,CAAA;AAIF,QAAA,MAAM,WAAW;;6HASf,CAAA;AAIF,QAAA,MAAM,YAAY;;6HAShB,CAAA;AAIF,QAAA,MAAM,YAAY;;;;;;sFAYhB,CAAA;AAIF,QAAA,MAAM,gBAAgB;;sFASpB,CAAA;AAGF,QAAA,MAAM,WAAW;;;;;;;sFAYf,CAAA;AAIF,QAAA,MAAM,eAAe;8BAGlB,MAAM,cAAc,CAAC,eAAe,CAAC;;CAOvC,CAAA;AAGD,OAAO,EACL,OAAO,EACP,aAAa,EACb,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,eAAe,EACf,gBAAgB,EACjB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Command/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,MAAM,CAAA;AAElD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EACL,MAAM,EAKP,MAAM,KAAK,CAAA;AAGZ,iBAAS,OAAO,CAAC,EACf,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,2CAW/C;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,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B,2CAiBA;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,qBAAqB,EACrB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,GAAG;IACvD,qBAAqB,CAAC,EAAE,MAAM,CAAA;CAC/B,2CAoBA;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAWpD;AAED,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAQrD;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,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAWpD;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAQ9B;AAED,OAAO,EACL,OAAO,EACP,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,WAAW,EACX,gBAAgB,EAChB,eAAe,EAChB,CAAA"}
@@ -1,22 +1,17 @@
1
1
  import * as DialogPrimitive from '@radix-ui/react-dialog';
2
2
  import * as React from 'react';
3
- declare const Dialog: React.FC<DialogPrimitive.DialogProps>;
4
- declare const DialogTrigger: React.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
- declare const DialogPortal: React.FC<DialogPrimitive.DialogPortalProps>;
6
- declare const DialogOverlay: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
- declare const DialogContent: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & {
8
- fullscreen?: boolean | undefined;
9
- hideCloseIcon?: boolean | undefined;
10
- } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
11
- declare const DialogHeader: {
12
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
13
- displayName: string;
14
- };
15
- declare const DialogFooter: {
16
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
17
- displayName: string;
18
- };
19
- declare const DialogTitle: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
20
- declare const DialogDescription: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
21
- export { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
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
+ declare function DialogContent({ className, children, showCloseButton, fullscreen, onInteractOutside, ...props }: React.ComponentProps<typeof DialogPrimitive.Content> & {
9
+ showCloseButton?: boolean;
10
+ fullscreen?: boolean;
11
+ }): import("react/jsx-runtime").JSX.Element;
12
+ declare function DialogHeader({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
13
+ declare function DialogFooter({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
14
+ declare function DialogTitle({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
15
+ declare function DialogDescription({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
16
+ export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
22
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Dialog/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AAEzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,QAAA,MAAM,MAAM,uCAAuB,CAAA;AAEnC,QAAA,MAAM,aAAa,8GAA0B,CAAA;AAE7C,QAAA,MAAM,YAAY,6CAAyB,CAAA;AAE3C,QAAA,MAAM,aAAa,8JAYjB,CAAA;AAYF,QAAA,MAAM,aAAa;;;sFA4DlB,CAAA;AAGD,QAAA,MAAM,YAAY;8BAGf,MAAM,cAAc,CAAC,cAAc,CAAC;;CAEtC,CAAA;AAGD,QAAA,MAAM,YAAY;8BAGf,MAAM,cAAc,CAAC,cAAc,CAAC;;CAQtC,CAAA;AAGD,QAAA,MAAM,WAAW,oKASf,CAAA;AAGF,QAAA,MAAM,iBAAiB,8KASrB,CAAA;AAGF,OAAO,EACL,MAAM,EACN,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,EACd,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Dialog/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AAEzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,iBAAS,MAAM,CAAC,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAEnD;AAED,iBAAS,aAAa,CAAC,EACrB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAEtD;AAED,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,2CAErD;AAED,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpD;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,UAAkB,EAClB,iBAAiB,EACjB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IACxD,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,2CA0CA;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,2CAWzE;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAWpD;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,EACd,CAAA"}
@@ -1,28 +1,26 @@
1
1
  import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
2
2
  import * as React from 'react';
3
- declare const DropdownMenu: React.FC<DropdownMenuPrimitive.DropdownMenuProps>;
4
- declare const DropdownMenuTrigger: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
- declare const DropdownMenuGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React.RefAttributes<HTMLDivElement>>;
6
- declare const DropdownMenuPortal: React.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
7
- declare const DropdownMenuSub: React.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
8
- declare const DropdownMenuRadioGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React.RefAttributes<HTMLDivElement>>;
9
- declare const DropdownMenuSubTrigger: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
10
- inset?: boolean | undefined;
11
- } & React.RefAttributes<HTMLDivElement>>;
12
- declare const DropdownMenuSubContent: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
13
- declare const DropdownMenuContent: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
14
- declare const DropdownMenuItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
15
- inset?: boolean | undefined;
16
- } & React.RefAttributes<HTMLDivElement>>;
17
- declare const DropdownMenuCheckboxItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
18
- declare const DropdownMenuRadioItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
19
- declare const DropdownMenuLabel: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
20
- inset?: boolean | undefined;
21
- } & React.RefAttributes<HTMLDivElement>>;
22
- declare const DropdownMenuSeparator: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
23
- declare const DropdownMenuShortcut: {
24
- ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
25
- displayName: string;
26
- };
27
- export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup };
3
+ declare function DropdownMenu({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function DropdownMenuPortal({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
5
+ declare function DropdownMenuTrigger({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
6
+ declare function DropdownMenuContent({ className, sideOffset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
7
+ declare function DropdownMenuGroup({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
8
+ declare function DropdownMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
9
+ inset?: boolean;
10
+ variant?: 'default' | 'destructive';
11
+ }): import("react/jsx-runtime").JSX.Element;
12
+ declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): import("react/jsx-runtime").JSX.Element;
13
+ declare function DropdownMenuRadioGroup({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
14
+ declare function DropdownMenuRadioItem({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): import("react/jsx-runtime").JSX.Element;
15
+ declare function DropdownMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
16
+ inset?: boolean;
17
+ }): import("react/jsx-runtime").JSX.Element;
18
+ declare function DropdownMenuSeparator({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
19
+ declare function DropdownMenuShortcut({ className, ...props }: React.ComponentProps<'span'>): import("react/jsx-runtime").JSX.Element;
20
+ declare function DropdownMenuSub({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
21
+ declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
22
+ inset?: boolean;
23
+ }): import("react/jsx-runtime").JSX.Element;
24
+ declare function DropdownMenuSubContent({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
25
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger };
28
26
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/DropdownMenu/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAA;AAEtE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,QAAA,MAAM,YAAY,mDAA6B,CAAA;AAE/C,QAAA,MAAM,mBAAmB,0HAAgC,CAAA;AAEzD,QAAA,MAAM,iBAAiB,qHAA8B,CAAA;AAErD,QAAA,MAAM,kBAAkB,yDAA+B,CAAA;AAEvD,QAAA,MAAM,eAAe,sDAA4B,CAAA;AAEjD,QAAA,MAAM,sBAAsB,0HAAmC,CAAA;AAE/D,QAAA,MAAM,sBAAsB;;wCAkB1B,CAAA;AAIF,QAAA,MAAM,sBAAsB,6KAY1B,CAAA;AAIF,QAAA,MAAM,mBAAmB,0KAevB,CAAA;AAGF,QAAA,MAAM,gBAAgB;;wCAepB,CAAA;AAGF,QAAA,MAAM,wBAAwB,+KAoB5B,CAAA;AAIF,QAAA,MAAM,qBAAqB,4KAmBzB,CAAA;AAGF,QAAA,MAAM,iBAAiB;;wCAerB,CAAA;AAGF,QAAA,MAAM,qBAAqB,4KASzB,CAAA;AAGF,QAAA,MAAM,oBAAoB;8BAGvB,MAAM,cAAc,CAAC,eAAe,CAAC;;CAOvC,CAAA;AAGD,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACvB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/DropdownMenu/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAA;AAEtE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,IAAI,CAAC,2CAEzD;AAED,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,MAAM,CAAC,2CAI3D;AAED,iBAAS,mBAAmB,CAAC,EAC3B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,OAAO,CAAC,2CAO5D;AAED,iBAAS,mBAAmB,CAAC,EAC3B,SAAS,EACT,UAAc,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,OAAO,CAAC,2CAc5D;AAED,iBAAS,iBAAiB,CAAC,EACzB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,KAAK,CAAC,2CAI1D;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,CAAA;IACf,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAA;CACpC,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,2CAO/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,CAAA;CAChB,2CAYA;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,EAC5B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAQ9B;AAED,iBAAS,eAAe,CAAC,EACvB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,GAAG,CAAC,2CAExD;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,CAAA;CAChB,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,wBAAwB,EACxB,mBAAmB,EACnB,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,mBAAmB,EACpB,CAAA"}
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
2
  import { ButtonProps } from '../Button';
3
3
  import { PopoverContentProps } from '../Popover';
4
4
  type FilterPropsBase<T> = {
@@ -1,11 +1,11 @@
1
- import { type VariantProps } from 'class-variance-authority';
2
- import React from 'react';
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { default as React } from 'react';
3
3
  export declare const gradientVariants: (props?: ({
4
4
  variant?: "gray" | "white" | null | undefined;
5
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
5
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
6
6
  export declare const backgroundVariants: (props?: ({
7
7
  variant?: "gray" | "white" | null | undefined;
8
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
8
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
9
9
  interface GradientScrollProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof gradientVariants> {
10
10
  }
11
11
  export declare function GradientScroll({ children, className, variant }: GradientScrollProps): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
- import { type VariantProps } from 'class-variance-authority';
2
- import React from 'react';
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { default as React } from 'react';
3
3
  import { gradientVariants } from './GradientScroll';
4
4
  type FilterBarProps = React.HTMLAttributes<HTMLDivElement> & {
5
5
  className?: string;
@@ -1,6 +1,4 @@
1
1
  import * as React from 'react';
2
- export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
3
- }
4
- declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
2
+ declare function Input({ className, type, ...props }: React.ComponentProps<'input'>): import("react/jsx-runtime").JSX.Element;
5
3
  export { Input };
6
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,MAAM,WAAW,UACf,SAAQ,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC;CAAG;AAExD,QAAA,MAAM,KAAK,qFAoBV,CAAA;AAGD,OAAO,EAAE,KAAK,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAkB1E;AAED,OAAO,EAAE,KAAK,EAAE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import * as LabelPrimitive from '@radix-ui/react-label';
2
- import { type VariantProps } from 'class-variance-authority';
3
2
  import * as React from 'react';
4
- declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string> & React.RefAttributes<HTMLLabelElement>>;
3
+ declare function Label({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
5
4
  export { Label };
6
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Label/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAA;AACvD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAO9B,QAAA,MAAM,KAAK,iQAUT,CAAA;AAGF,OAAO,EAAE,KAAK,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Label/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAA;AACvD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAWlD;AAED,OAAO,EAAE,KAAK,EAAE,CAAA"}
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
2
  type LayoutProps = React.HTMLAttributes<HTMLDivElement> & {
3
3
  children: React.ReactNode;
4
4
  className?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Layout/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,KAAK,WAAW,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IACxD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EACR,SAAS,EACT,SAAS,EACT,GAAG,KAAK,EACT,EAAE,WAAW,GAAG;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,2CAOA;AAUD,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAUjE;AAED,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAEjE;AAED,wBAAgB,uBAAuB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAE3E;AAED,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAU9D;AAED,wBAAgB,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAUhE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Layout/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,KAAK,WAAW,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IACxD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EACR,SAAS,EACT,SAAS,EACT,GAAG,KAAK,EACT,EAAE,WAAW,GAAG;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,2CAOA;AAUD,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAUjE;AAED,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAEjE;AAED,wBAAgB,uBAAuB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAE3E;AAED,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAU9D;AAED,wBAAgB,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAOhE"}