eai-frontend-components 2.0.63 → 2.0.65

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 (304) hide show
  1. package/dist/components/ui/accordion.d.ts +8 -0
  2. package/dist/components/ui/accordion.d.ts.map +1 -0
  3. package/dist/components/ui/accordion.js +13 -0
  4. package/dist/components/ui/alert-dialog.d.ts +25 -0
  5. package/dist/components/ui/alert-dialog.d.ts.map +1 -0
  6. package/dist/components/ui/alert-dialog.js +26 -0
  7. package/dist/components/ui/alert.d.ts +9 -0
  8. package/dist/components/ui/alert.d.ts.map +1 -0
  9. package/dist/components/ui/alert.js +22 -0
  10. package/dist/components/ui/avatar.d.ts +7 -0
  11. package/dist/components/ui/avatar.d.ts.map +1 -0
  12. package/dist/components/ui/avatar.js +11 -0
  13. package/dist/components/ui/badge.d.ts +10 -0
  14. package/dist/components/ui/badge.d.ts.map +1 -0
  15. package/dist/components/ui/badge.js +26 -0
  16. package/dist/components/ui/breadcrumb.d.ts +20 -0
  17. package/dist/components/ui/breadcrumb.d.ts.map +1 -0
  18. package/dist/components/ui/breadcrumb.js +23 -0
  19. package/dist/components/ui/button.d.ts +12 -0
  20. package/dist/components/ui/button.d.ts.map +1 -0
  21. package/dist/components/ui/button.js +34 -0
  22. package/dist/components/ui/calendar.d.ts +9 -0
  23. package/dist/components/ui/calendar.d.ts.map +1 -0
  24. package/dist/components/ui/calendar.js +70 -0
  25. package/dist/components/ui/card.d.ts +9 -0
  26. package/dist/components/ui/card.d.ts.map +1 -0
  27. package/dist/components/ui/card.js +16 -0
  28. package/dist/components/ui/carousel.d.ts +19 -0
  29. package/dist/components/ui/carousel.d.ts.map +1 -0
  30. package/dist/components/ui/carousel.js +94 -0
  31. package/dist/components/ui/chart.d.ts +63 -0
  32. package/dist/components/ui/chart.d.ts.map +1 -0
  33. package/dist/components/ui/chart.js +111 -0
  34. package/dist/components/ui/checkbox.d.ts +5 -0
  35. package/dist/components/ui/checkbox.d.ts.map +1 -0
  36. package/dist/components/ui/checkbox.js +8 -0
  37. package/dist/components/ui/collapsible.d.ts +6 -0
  38. package/dist/components/ui/collapsible.d.ts.map +1 -0
  39. package/dist/components/ui/collapsible.js +5 -0
  40. package/dist/components/ui/command.d.ts +81 -0
  41. package/dist/components/ui/command.d.ts.map +1 -0
  42. package/dist/components/ui/command.js +28 -0
  43. package/dist/components/ui/context-menu.d.ts +28 -0
  44. package/dist/components/ui/context-menu.d.ts.map +1 -0
  45. package/dist/components/ui/context-menu.js +32 -0
  46. package/dist/components/ui/custom/date-picker.d.ts +12 -0
  47. package/dist/components/ui/custom/date-picker.d.ts.map +1 -0
  48. package/dist/components/ui/custom/date-picker.js +35 -0
  49. package/dist/components/ui/custom/form/checkbox.d.ts +13 -0
  50. package/dist/components/ui/custom/form/checkbox.d.ts.map +1 -0
  51. package/dist/components/ui/custom/form/checkbox.js +16 -0
  52. package/dist/components/ui/custom/form/color.d.ts +15 -0
  53. package/dist/components/ui/custom/form/color.d.ts.map +1 -0
  54. package/dist/components/ui/custom/form/color.js +41 -0
  55. package/dist/components/ui/custom/form/combobox.d.ts +39 -0
  56. package/dist/components/ui/custom/form/combobox.d.ts.map +1 -0
  57. package/dist/components/ui/custom/form/combobox.js +88 -0
  58. package/dist/components/ui/custom/form/cpf-cnpj.d.ts +16 -0
  59. package/dist/components/ui/custom/form/cpf-cnpj.d.ts.map +1 -0
  60. package/dist/components/ui/custom/form/cpf-cnpj.js +32 -0
  61. package/dist/components/ui/custom/form/currency.d.ts +14 -0
  62. package/dist/components/ui/custom/form/currency.d.ts.map +1 -0
  63. package/dist/components/ui/custom/form/currency.js +15 -0
  64. package/dist/components/ui/custom/form/date-range.d.ts +16 -0
  65. package/dist/components/ui/custom/form/date-range.d.ts.map +1 -0
  66. package/dist/components/ui/custom/form/date-range.js +24 -0
  67. package/dist/components/ui/custom/form/date.d.ts +16 -0
  68. package/dist/components/ui/custom/form/date.d.ts.map +1 -0
  69. package/dist/components/ui/custom/form/date.js +34 -0
  70. package/dist/components/ui/custom/form/decimal.d.ts +14 -0
  71. package/dist/components/ui/custom/form/decimal.d.ts.map +1 -0
  72. package/dist/components/ui/custom/form/decimal.js +15 -0
  73. package/dist/components/ui/custom/form/file.d.ts +15 -0
  74. package/dist/components/ui/custom/form/file.d.ts.map +1 -0
  75. package/dist/components/ui/custom/form/file.js +18 -0
  76. package/dist/components/ui/custom/form/form-help-text.d.ts +3 -0
  77. package/dist/components/ui/custom/form/form-help-text.d.ts.map +1 -0
  78. package/dist/components/ui/custom/form/form-help-text.js +7 -0
  79. package/dist/components/ui/custom/form/form-label.d.ts +7 -0
  80. package/dist/components/ui/custom/form/form-label.d.ts.map +1 -0
  81. package/dist/components/ui/custom/form/form-label.js +9 -0
  82. package/dist/components/ui/custom/form/form-message.d.ts +5 -0
  83. package/dist/components/ui/custom/form/form-message.d.ts.map +1 -0
  84. package/dist/components/ui/custom/form/form-message.js +5 -0
  85. package/dist/components/ui/custom/form/ghost.d.ts +8 -0
  86. package/dist/components/ui/custom/form/ghost.d.ts.map +1 -0
  87. package/dist/components/ui/custom/form/ghost.js +8 -0
  88. package/dist/components/ui/custom/form/input.d.ts +18 -0
  89. package/dist/components/ui/custom/form/input.d.ts.map +1 -0
  90. package/dist/components/ui/custom/form/input.js +14 -0
  91. package/dist/components/ui/custom/form/mask.d.ts +19 -0
  92. package/dist/components/ui/custom/form/mask.d.ts.map +1 -0
  93. package/dist/components/ui/custom/form/mask.js +19 -0
  94. package/dist/components/ui/custom/form/multi-select.d.ts +26 -0
  95. package/dist/components/ui/custom/form/multi-select.d.ts.map +1 -0
  96. package/dist/components/ui/custom/form/multi-select.js +66 -0
  97. package/dist/components/ui/custom/form/password.d.ts +16 -0
  98. package/dist/components/ui/custom/form/password.d.ts.map +1 -0
  99. package/dist/components/ui/custom/form/password.js +14 -0
  100. package/dist/components/ui/custom/form/percent.d.ts +14 -0
  101. package/dist/components/ui/custom/form/percent.d.ts.map +1 -0
  102. package/dist/components/ui/custom/form/percent.js +15 -0
  103. package/dist/components/ui/custom/form/phone.d.ts +16 -0
  104. package/dist/components/ui/custom/form/phone.d.ts.map +1 -0
  105. package/dist/components/ui/custom/form/phone.js +17 -0
  106. package/dist/components/ui/custom/form/radio-group.d.ts +23 -0
  107. package/dist/components/ui/custom/form/radio-group.d.ts.map +1 -0
  108. package/dist/components/ui/custom/form/radio-group.js +14 -0
  109. package/dist/components/ui/custom/form/select.d.ts +20 -0
  110. package/dist/components/ui/custom/form/select.d.ts.map +1 -0
  111. package/dist/components/ui/custom/form/select.js +12 -0
  112. package/dist/components/ui/custom/form/step-new-form.d.ts +10 -0
  113. package/dist/components/ui/custom/form/step-new-form.d.ts.map +1 -0
  114. package/dist/components/ui/custom/form/step-new-form.js +13 -0
  115. package/dist/components/ui/custom/form/switch.d.ts +14 -0
  116. package/dist/components/ui/custom/form/switch.d.ts.map +1 -0
  117. package/dist/components/ui/custom/form/switch.js +16 -0
  118. package/dist/components/ui/custom/form/text.d.ts +18 -0
  119. package/dist/components/ui/custom/form/text.d.ts.map +1 -0
  120. package/dist/components/ui/custom/form/text.js +14 -0
  121. package/dist/components/ui/custom/form/textarea.d.ts +16 -0
  122. package/dist/components/ui/custom/form/textarea.d.ts.map +1 -0
  123. package/dist/components/ui/custom/form/textarea.js +19 -0
  124. package/dist/components/ui/custom/form/utils.d.ts +18 -0
  125. package/dist/components/ui/custom/form/utils.d.ts.map +1 -0
  126. package/dist/components/ui/custom/form/utils.js +88 -0
  127. package/dist/components/ui/custom/header.d.ts +11 -0
  128. package/dist/components/ui/custom/header.d.ts.map +1 -0
  129. package/dist/components/ui/custom/header.js +74 -0
  130. package/dist/components/ui/custom/label.d.ts +18 -0
  131. package/dist/components/ui/custom/label.d.ts.map +1 -0
  132. package/dist/components/ui/custom/label.js +20 -0
  133. package/dist/components/ui/custom/not-found.d.ts +3 -0
  134. package/dist/components/ui/custom/not-found.d.ts.map +1 -0
  135. package/dist/components/ui/custom/not-found.js +9 -0
  136. package/dist/components/ui/custom/responsive-dialog.d.ts +24 -0
  137. package/dist/components/ui/custom/responsive-dialog.d.ts.map +1 -0
  138. package/dist/components/ui/custom/responsive-dialog.js +32 -0
  139. package/dist/components/ui/custom/sidebar/module-switcher.d.ts +9 -0
  140. package/dist/components/ui/custom/sidebar/module-switcher.d.ts.map +1 -0
  141. package/dist/components/ui/custom/sidebar/module-switcher.js +24 -0
  142. package/dist/components/ui/custom/sidebar/nav-footer.d.ts +7 -0
  143. package/dist/components/ui/custom/sidebar/nav-footer.d.ts.map +1 -0
  144. package/dist/components/ui/custom/sidebar/nav-footer.js +13 -0
  145. package/dist/components/ui/custom/sidebar/nav-main.d.ts +7 -0
  146. package/dist/components/ui/custom/sidebar/nav-main.d.ts.map +1 -0
  147. package/dist/components/ui/custom/sidebar/nav-main.js +26 -0
  148. package/dist/components/ui/custom/sidebar/nav-submenu-collapsible.d.ts +9 -0
  149. package/dist/components/ui/custom/sidebar/nav-submenu-collapsible.d.ts.map +1 -0
  150. package/dist/components/ui/custom/sidebar/nav-submenu-collapsible.js +17 -0
  151. package/dist/components/ui/custom/sidebar/nav-submenu-dropdown.d.ts +10 -0
  152. package/dist/components/ui/custom/sidebar/nav-submenu-dropdown.d.ts.map +1 -0
  153. package/dist/components/ui/custom/sidebar/nav-submenu-dropdown.js +9 -0
  154. package/dist/components/ui/custom/sidebar/nav-user.d.ts +9 -0
  155. package/dist/components/ui/custom/sidebar/nav-user.d.ts.map +1 -0
  156. package/dist/components/ui/custom/sidebar/nav-user.js +24 -0
  157. package/dist/components/ui/custom/sidebar/sidebar-button.d.ts +9 -0
  158. package/dist/components/ui/custom/sidebar/sidebar-button.d.ts.map +1 -0
  159. package/dist/components/ui/custom/sidebar/sidebar-button.js +7 -0
  160. package/dist/components/ui/custom/sidebar/sidebar-item-two-lines.d.ts +12 -0
  161. package/dist/components/ui/custom/sidebar/sidebar-item-two-lines.d.ts.map +1 -0
  162. package/dist/components/ui/custom/sidebar/sidebar-item-two-lines.js +5 -0
  163. package/dist/components/ui/custom/sidebar/sidebar-item.d.ts +9 -0
  164. package/dist/components/ui/custom/sidebar/sidebar-item.d.ts.map +1 -0
  165. package/dist/components/ui/custom/sidebar/sidebar-item.js +7 -0
  166. package/dist/components/ui/custom/sidebar/types/sidebar.d.ts +29 -0
  167. package/dist/components/ui/custom/sidebar/types/sidebar.d.ts.map +1 -0
  168. package/dist/components/ui/custom/sidebar/types/sidebar.js +5 -0
  169. package/dist/components/ui/custom/table/data-table-export.d.ts +8 -0
  170. package/dist/components/ui/custom/table/data-table-export.d.ts.map +1 -0
  171. package/dist/components/ui/custom/table/data-table-export.js +66 -0
  172. package/dist/components/ui/custom/table/data-table-footer.d.ts +25 -0
  173. package/dist/components/ui/custom/table/data-table-footer.d.ts.map +1 -0
  174. package/dist/components/ui/custom/table/data-table-footer.js +39 -0
  175. package/dist/components/ui/custom/table/data-table-header.d.ts +9 -0
  176. package/dist/components/ui/custom/table/data-table-header.d.ts.map +1 -0
  177. package/dist/components/ui/custom/table/data-table-header.js +11 -0
  178. package/dist/components/ui/custom/table/data-table-rows.d.ts +13 -0
  179. package/dist/components/ui/custom/table/data-table-rows.d.ts.map +1 -0
  180. package/dist/components/ui/custom/table/data-table-rows.js +25 -0
  181. package/dist/components/ui/custom/table/data-table.d.ts +35 -0
  182. package/dist/components/ui/custom/table/data-table.d.ts.map +1 -0
  183. package/dist/components/ui/custom/table/data-table.js +99 -0
  184. package/dist/components/ui/custom/table/types/data-table.d.ts +29 -0
  185. package/dist/components/ui/custom/table/types/data-table.d.ts.map +1 -0
  186. package/dist/components/ui/custom/table/types/data-table.js +1 -0
  187. package/dist/components/ui/custom/theme-provider.d.ts +24 -0
  188. package/dist/components/ui/custom/theme-provider.d.ts.map +1 -0
  189. package/dist/components/ui/custom/theme-provider.js +79 -0
  190. package/dist/components/ui/dateRangePicker.d.ts +3 -0
  191. package/dist/components/ui/dateRangePicker.d.ts.map +1 -0
  192. package/dist/components/ui/dateRangePicker.js +15 -0
  193. package/dist/components/ui/dialog.d.ts +23 -0
  194. package/dist/components/ui/dialog.d.ts.map +1 -0
  195. package/dist/components/ui/dialog.js +22 -0
  196. package/dist/components/ui/drawer.d.ts +23 -0
  197. package/dist/components/ui/drawer.d.ts.map +1 -0
  198. package/dist/components/ui/drawer.js +22 -0
  199. package/dist/components/ui/dropdown-menu.d.ts +28 -0
  200. package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
  201. package/dist/components/ui/dropdown-menu.js +32 -0
  202. package/dist/components/ui/form.d.ts +24 -0
  203. package/dist/components/ui/form.d.ts.map +1 -0
  204. package/dist/components/ui/form.js +60 -0
  205. package/dist/components/ui/hover-card.d.ts +7 -0
  206. package/dist/components/ui/hover-card.d.ts.map +1 -0
  207. package/dist/components/ui/hover-card.js +9 -0
  208. package/dist/components/ui/input.d.ts +24 -0
  209. package/dist/components/ui/input.d.ts.map +1 -0
  210. package/dist/components/ui/input.js +51 -0
  211. package/dist/components/ui/label.d.ts +6 -0
  212. package/dist/components/ui/label.d.ts.map +1 -0
  213. package/dist/components/ui/label.js +9 -0
  214. package/dist/components/ui/masks.d.ts +89 -0
  215. package/dist/components/ui/masks.d.ts.map +1 -0
  216. package/dist/components/ui/masks.js +92 -0
  217. package/dist/components/ui/pagination.d.ts +30 -0
  218. package/dist/components/ui/pagination.d.ts.map +1 -0
  219. package/dist/components/ui/pagination.js +23 -0
  220. package/dist/components/ui/popover.d.ts +7 -0
  221. package/dist/components/ui/popover.d.ts.map +1 -0
  222. package/dist/components/ui/popover.js +11 -0
  223. package/dist/components/ui/progress.d.ts +5 -0
  224. package/dist/components/ui/progress.d.ts.map +1 -0
  225. package/dist/components/ui/progress.js +7 -0
  226. package/dist/components/ui/radio-group.d.ts +6 -0
  227. package/dist/components/ui/radio-group.d.ts.map +1 -0
  228. package/dist/components/ui/radio-group.js +14 -0
  229. package/dist/components/ui/scroll-area.d.ts +6 -0
  230. package/dist/components/ui/scroll-area.d.ts.map +1 -0
  231. package/dist/components/ui/scroll-area.js +9 -0
  232. package/dist/components/ui/select.d.ts +14 -0
  233. package/dist/components/ui/select.d.ts.map +1 -0
  234. package/dist/components/ui/select.js +24 -0
  235. package/dist/components/ui/separator.d.ts +5 -0
  236. package/dist/components/ui/separator.d.ts.map +1 -0
  237. package/dist/components/ui/separator.js +7 -0
  238. package/dist/components/ui/sheet.d.ts +26 -0
  239. package/dist/components/ui/sheet.d.ts.map +1 -0
  240. package/dist/components/ui/sheet.js +36 -0
  241. package/dist/components/ui/sidebar.d.ts +67 -0
  242. package/dist/components/ui/sidebar.d.ts.map +1 -0
  243. package/dist/components/ui/sidebar.js +221 -0
  244. package/dist/components/ui/skeleton.d.ts +3 -0
  245. package/dist/components/ui/skeleton.d.ts.map +1 -0
  246. package/dist/components/ui/skeleton.js +6 -0
  247. package/dist/components/ui/slider.d.ts +5 -0
  248. package/dist/components/ui/slider.d.ts.map +1 -0
  249. package/dist/components/ui/slider.js +7 -0
  250. package/dist/components/ui/switch.d.ts +5 -0
  251. package/dist/components/ui/switch.d.ts.map +1 -0
  252. package/dist/components/ui/switch.js +7 -0
  253. package/dist/components/ui/table.d.ts +11 -0
  254. package/dist/components/ui/table.d.ts.map +1 -0
  255. package/dist/components/ui/table.js +20 -0
  256. package/dist/components/ui/tabs.d.ts +8 -0
  257. package/dist/components/ui/tabs.d.ts.map +1 -0
  258. package/dist/components/ui/tabs.js +12 -0
  259. package/dist/components/ui/textarea.d.ts +4 -0
  260. package/dist/components/ui/textarea.d.ts.map +1 -0
  261. package/dist/components/ui/textarea.js +14 -0
  262. package/dist/components/ui/toast.d.ts +16 -0
  263. package/dist/components/ui/toast.d.ts.map +1 -0
  264. package/dist/components/ui/toast.js +34 -0
  265. package/dist/components/ui/toaster.d.ts +2 -0
  266. package/dist/components/ui/toaster.d.ts.map +1 -0
  267. package/dist/components/ui/toaster.js +21 -0
  268. package/dist/components/ui/tooltip.d.ts +8 -0
  269. package/dist/components/ui/tooltip.d.ts.map +1 -0
  270. package/dist/components/ui/tooltip.js +10 -0
  271. package/dist/components/ui/use-calendar.d.ts +7 -0
  272. package/dist/components/ui/use-calendar.d.ts.map +1 -0
  273. package/dist/components/ui/use-calendar.js +23 -0
  274. package/dist/components/ui/use-toast.d.ts +46 -0
  275. package/dist/components/ui/use-toast.d.ts.map +1 -0
  276. package/dist/components/ui/use-toast.js +124 -0
  277. package/dist/hooks/use-mobile.d.ts +2 -0
  278. package/dist/hooks/use-mobile.d.ts.map +1 -0
  279. package/dist/hooks/use-mobile.js +4 -0
  280. package/dist/index.d.ts +3 -3
  281. package/dist/index.d.ts.map +1 -0
  282. package/dist/index.esm.js +2 -2
  283. package/dist/index.esm.js.map +1 -1
  284. package/dist/index.js +2 -2
  285. package/dist/index.js.map +1 -1
  286. package/dist/lib/help/date-utils.d.ts +9 -0
  287. package/dist/lib/help/date-utils.d.ts.map +1 -0
  288. package/dist/lib/help/date-utils.js +65 -0
  289. package/dist/lib/help/download.d.ts +2 -0
  290. package/dist/lib/help/download.d.ts.map +1 -0
  291. package/dist/lib/help/download.js +26 -0
  292. package/dist/lib/help/format.d.ts +133 -0
  293. package/dist/lib/help/format.d.ts.map +1 -0
  294. package/dist/lib/help/format.js +268 -0
  295. package/dist/lib/help/theme.d.ts +291 -0
  296. package/dist/lib/help/theme.d.ts.map +1 -0
  297. package/dist/lib/help/theme.js +340 -0
  298. package/dist/lib/help/uuid.d.ts +2 -0
  299. package/dist/lib/help/uuid.d.ts.map +1 -0
  300. package/dist/lib/help/uuid.js +4 -0
  301. package/dist/lib/utils.d.ts +3 -0
  302. package/dist/lib/utils.d.ts.map +1 -0
  303. package/dist/lib/utils.js +5 -0
  304. package/package.json +1 -1
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from 'react';
3
+ import { cn } from '../../lib/utils';
4
+ function classBorderColor(className, ariaInvalid) {
5
+ if (className?.includes('border-none')) {
6
+ return '';
7
+ }
8
+ return ariaInvalid ? 'border-red-600' : 'border-input';
9
+ }
10
+ const Textarea = React.forwardRef(({ className, ...props }, ref) => {
11
+ return (_jsx("textarea", { className: cn('flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50', classBorderColor(className, props['aria-invalid'] === true), className), ref: ref, ...props }));
12
+ });
13
+ Textarea.displayName = 'Textarea';
14
+ export { Textarea };
@@ -0,0 +1,16 @@
1
+ import * as ToastPrimitives from '@radix-ui/react-toast';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ import * as React from 'react';
4
+ declare const ToastProvider: React.FC<ToastPrimitives.ToastProviderProps>;
5
+ declare const ToastViewport: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React.RefAttributes<HTMLOListElement>, "ref"> & React.RefAttributes<HTMLOListElement>>;
6
+ declare const Toast: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
7
+ variant?: "default" | "destructive" | "success" | null | undefined;
8
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string> & React.RefAttributes<HTMLLIElement>>;
9
+ declare const ToastAction: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
10
+ declare const ToastClose: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
11
+ declare const ToastTitle: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
+ declare const ToastDescription: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
13
+ type ToastProps = React.ComponentPropsWithoutRef<typeof Toast>;
14
+ type ToastActionElement = React.ReactElement<typeof ToastAction>;
15
+ export { Toast, ToastAction, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport, type ToastActionElement, type ToastProps };
16
+ //# sourceMappingURL=toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../src/components/ui/toast.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,QAAA,MAAM,aAAa,8CAA2B,CAAC;AAE/C,QAAA,MAAM,aAAa,kKAKjB,CAAC;AAmBH,QAAA,MAAM,KAAK;;0HAKT,CAAC;AAGH,QAAA,MAAM,WAAW,kKAWhB,CAAC;AAGF,QAAA,MAAM,UAAU,iKAcf,CAAC;AAGF,QAAA,MAAM,UAAU,2JAEf,CAAC;AAGF,QAAA,MAAM,gBAAgB,iKAGmH,CAAC;AAG1I,KAAK,UAAU,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,KAAK,CAAC,CAAC;AAE/D,KAAK,kBAAkB,GAAG,KAAK,CAAC,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AAEjE,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,gBAAgB,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,KAAK,UAAU,EAAE,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as ToastPrimitives from '@radix-ui/react-toast';
3
+ import { cva } from 'class-variance-authority';
4
+ import { X } from 'lucide-react';
5
+ import * as React from 'react';
6
+ import { cn } from '../../lib/utils';
7
+ const ToastProvider = ToastPrimitives.Provider;
8
+ const ToastViewport = React.forwardRef(({ className, ...props }, ref) => (_jsx(ToastPrimitives.Viewport, { ref: ref, className: cn('fixed top-0 right-0 p-4 space-y-2 z-[100]', className), ...props })));
9
+ ToastViewport.displayName = ToastPrimitives.Viewport.displayName;
10
+ const toastVariants = cva('group pointer-events-auto relative flex w-full items-center justify-between space-x-4 overflow-hidden rounded-md border p-6 pr-8 shadow-lg transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-top-full', {
11
+ variants: {
12
+ variant: {
13
+ default: 'border bg-background text-foreground',
14
+ destructive: 'bg-white text-zinc-950',
15
+ success: 'bg-white text-zinc-950',
16
+ },
17
+ },
18
+ defaultVariants: {
19
+ variant: 'default',
20
+ },
21
+ });
22
+ const Toast = React.forwardRef(({ className, variant, ...props }, ref) => {
23
+ return _jsx(ToastPrimitives.Root, { ref: ref, className: cn(toastVariants({ variant }), className), ...props });
24
+ });
25
+ Toast.displayName = ToastPrimitives.Root.displayName;
26
+ const ToastAction = React.forwardRef(({ className, ...props }, ref) => (_jsx(ToastPrimitives.Action, { ref: ref, className: cn('inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium ring-offset-background transition-colors hover:bg-background-secondary focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive', className), ...props })));
27
+ ToastAction.displayName = ToastPrimitives.Action.displayName;
28
+ const ToastClose = React.forwardRef(({ className, ...props }, ref) => (_jsx(ToastPrimitives.Close, { ref: ref, className: cn('absolute right-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-2 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600', className), "toast-close": '', ...props, children: _jsx(X, { className: 'h-4 w-4' }) })));
29
+ ToastClose.displayName = ToastPrimitives.Close.displayName;
30
+ const ToastTitle = React.forwardRef(({ className, ...props }, ref) => _jsx(ToastPrimitives.Title, { ref: ref, className: cn('text-sm font-semibold', className), ...props }));
31
+ ToastTitle.displayName = ToastPrimitives.Title.displayName;
32
+ const ToastDescription = React.forwardRef(({ className, ...props }, ref) => _jsx(ToastPrimitives.Description, { ref: ref, className: cn('text-sm opacity-90', className), ...props }));
33
+ ToastDescription.displayName = ToastPrimitives.Description.displayName;
34
+ export { Toast, ToastAction, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport };
@@ -0,0 +1,2 @@
1
+ export declare function Toaster(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=toaster.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toaster.d.ts","sourceRoot":"","sources":["../../../src/components/ui/toaster.tsx"],"names":[],"mappings":"AAIA,wBAAgB,OAAO,4CA4CtB"}
@@ -0,0 +1,21 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Check, CircleX } from 'lucide-react';
3
+ import { Toast, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport } from './toast';
4
+ import { useToast } from './use-toast';
5
+ export function Toaster() {
6
+ const { toasts } = useToast();
7
+ const getIcon = (icon, variant) => {
8
+ if (icon) {
9
+ return icon;
10
+ }
11
+ switch (variant) {
12
+ case 'success':
13
+ return (_jsx("div", { className: 'mr-3 p-px rounded-full bg-emerald-700', children: _jsx(Check, { size: 16, className: 'text-white' }) }));
14
+ case 'destructive':
15
+ return (_jsx("div", { className: 'mr-3 p-px rounded-full bg-red-700', children: _jsx(CircleX, { size: 16, className: 'text-white' }) }));
16
+ default:
17
+ return null;
18
+ }
19
+ };
20
+ return (_jsxs(ToastProvider, { children: [toasts.map(({ id, title, description, action, icon, variant, ...props }) => (_jsxs(Toast, { ...props, variant: variant, className: 'p-4 w-[334px] rounded-lg', children: [_jsxs("div", { className: 'grid gap-1', children: [_jsxs("div", { className: 'flex items-center', children: [getIcon(icon, variant ?? null), title && _jsx(ToastTitle, { children: title }), " "] }), description && _jsx(ToastDescription, { children: description })] }), action, _jsx(ToastClose, { className: 'text-white' })] }, id))), _jsx(ToastViewport, {})] }));
21
+ }
@@ -0,0 +1,8 @@
1
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
2
+ import * as React from 'react';
3
+ declare const TooltipProvider: React.FC<TooltipPrimitive.TooltipProviderProps>;
4
+ declare const Tooltip: React.FC<TooltipPrimitive.TooltipProps>;
5
+ declare const TooltipTrigger: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React.RefAttributes<HTMLButtonElement>>;
6
+ declare const TooltipContent: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
+ export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
8
+ //# sourceMappingURL=tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/ui/tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,QAAA,MAAM,eAAe,iDAA4B,CAAC;AAElD,QAAA,MAAM,OAAO,yCAAwB,CAAC;AAEtC,QAAA,MAAM,cAAc,gHAA2B,CAAC;AAEhD,QAAA,MAAM,cAAc,gKAgBlB,CAAC;AAGH,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
3
+ import * as React from 'react';
4
+ import { cn } from '../../lib/utils';
5
+ const TooltipProvider = TooltipPrimitive.Provider;
6
+ const Tooltip = TooltipPrimitive.Root;
7
+ const TooltipTrigger = TooltipPrimitive.Trigger;
8
+ const TooltipContent = React.forwardRef(({ className, sideOffset = 4, ...props }, ref) => (_jsxs(TooltipPrimitive.Content, { ref: ref, sideOffset: sideOffset, className: cn('z-50 overflow-hidden rounded-md bg-background-primary text-white px-3 py-1.5 text-sm shadow-md animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2', className), ...props, children: [props.children, _jsx(TooltipPrimitive.Arrow, { className: 'z-50 fill-primary animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2' })] })));
9
+ TooltipContent.displayName = TooltipPrimitive.Content.displayName;
10
+ export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface CalendarFormProps extends React.HTMLAttributes<HTMLDivElement> {
3
+ getDataFilter: (from: Date | null, to: Date | null) => void;
4
+ }
5
+ export default function UseCalendar({ className, getDataFilter }: CalendarFormProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=use-calendar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-calendar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/use-calendar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,iBAAkB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACvE,aAAa,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,EAAE,EAAE,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,CAAC;CAC5D;AAED,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,SAAS,EAAE,aAAa,EAAE,EAAE,iBAAiB,2CA+ClF"}
@@ -0,0 +1,23 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Popover, PopoverClose, PopoverContent, PopoverTrigger } from '@radix-ui/react-popover';
3
+ import { format } from 'date-fns';
4
+ import { ptBR } from 'date-fns/locale';
5
+ import { CalendarDays } from 'lucide-react';
6
+ import React from 'react';
7
+ import { cn } from '../../lib/utils';
8
+ import { Button } from './button';
9
+ import { Calendar } from './calendar';
10
+ export default function UseCalendar({ className, getDataFilter }) {
11
+ const endDate = null;
12
+ const startDate = null;
13
+ const [date, setDate] = React.useState({
14
+ from: startDate,
15
+ to: endDate,
16
+ });
17
+ const submitDate = () => {
18
+ if (date.from !== null && date.to !== null) {
19
+ getDataFilter(date.from, date.to);
20
+ }
21
+ };
22
+ return (_jsx("div", { className: cn('grid gap-2', className), children: _jsxs(Popover, { children: [_jsx(PopoverTrigger, { asChild: true, children: _jsxs(Button, { type: 'button', id: 'date', variant: 'outline', className: 'flex justify-center items-center px-4 py-2 cursor-pointer bg-primaryBack text-textFilter rounded-md', children: [_jsx(CalendarDays, { color: '#0F172A', size: 16, className: 'mr-4' }), date?.to ? (_jsxs(_Fragment, { children: [format(date.from, 'dd/MM', { locale: ptBR }), " - ", format(date.to, 'dd/MM', { locale: ptBR })] })) : (_jsx("span", { children: "Filtrar por Per\u00EDodo" }))] }) }), _jsxs(PopoverContent, { className: 'w-auto p-0 testeCalendar flex flex-col justify-center bg-white z-10 shadow-md text-black ', align: 'start', children: [_jsx(Calendar, { mode: 'range', locale: ptBR, selected: date, onSelect: setDate, className: ' ' }), _jsx(PopoverClose, { className: 'flex justify-center items-center p-4', children: _jsx(Button, { type: 'button', className: 'w-[150px] bg-background-primary mt-8 px-4 py-2 text-white', onClick: submitDate, children: "Aplicar Filtro" }) })] })] }) }));
23
+ }
@@ -0,0 +1,46 @@
1
+ import * as React from 'react';
2
+ import type { ToastActionElement, ToastProps } from './toast';
3
+ type ToasterToast = ToastProps & {
4
+ id: string;
5
+ title?: React.ReactNode;
6
+ description?: React.ReactNode;
7
+ action?: ToastActionElement;
8
+ icon?: React.ReactNode;
9
+ };
10
+ declare const actionTypes: {
11
+ readonly ADD_TOAST: "ADD_TOAST";
12
+ readonly UPDATE_TOAST: "UPDATE_TOAST";
13
+ readonly DISMISS_TOAST: "DISMISS_TOAST";
14
+ readonly REMOVE_TOAST: "REMOVE_TOAST";
15
+ };
16
+ type ActionType = typeof actionTypes;
17
+ type Action = {
18
+ type: ActionType['ADD_TOAST'];
19
+ toast: ToasterToast;
20
+ } | {
21
+ type: ActionType['UPDATE_TOAST'];
22
+ toast: Partial<ToasterToast>;
23
+ } | {
24
+ type: ActionType['DISMISS_TOAST'];
25
+ toastId?: ToasterToast['id'];
26
+ } | {
27
+ type: ActionType['REMOVE_TOAST'];
28
+ toastId?: ToasterToast['id'];
29
+ };
30
+ interface State {
31
+ toasts: ToasterToast[];
32
+ }
33
+ export declare const reducer: (state: State, action: Action) => State;
34
+ type Toast = Omit<ToasterToast, 'id'>;
35
+ declare function toast({ ...props }: Toast): {
36
+ id: string;
37
+ dismiss: () => void;
38
+ update: (props: ToasterToast) => void;
39
+ };
40
+ declare function useToast(): {
41
+ toast: typeof toast;
42
+ dismiss: (toastId?: string) => void;
43
+ toasts: ToasterToast[];
44
+ };
45
+ export { toast, useToast };
46
+ //# sourceMappingURL=use-toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-toast.d.ts","sourceRoot":"","sources":["../../../src/components/ui/use-toast.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAK9D,KAAK,YAAY,GAAG,UAAU,GAAG;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,WAAW;;;;;CAKP,CAAC;AASX,KAAK,UAAU,GAAG,OAAO,WAAW,CAAC;AAErC,KAAK,MAAM,GACR;IACA,IAAI,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAC9B,KAAK,EAAE,YAAY,CAAC;CACnB,GACD;IACA,IAAI,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;IACjC,KAAK,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;CAC5B,GACD;IACA,IAAI,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IAClC,OAAO,CAAC,EAAE,YAAY,CAAC,IAAI,CAAC,CAAC;CAC5B,GACD;IACA,IAAI,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;IACjC,OAAO,CAAC,EAAE,YAAY,CAAC,IAAI,CAAC,CAAC;CAC5B,CAAC;AAEL,UAAU,KAAK;IACd,MAAM,EAAE,YAAY,EAAE,CAAC;CACvB;AAoBD,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,EAAE,QAAQ,MAAM,KAAG,KAiDtD,CAAC;AAaF,KAAK,KAAK,GAAG,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AAEtC,iBAAS,KAAK,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK;;;oBAGV,YAAY;EAwBnC;AAED,iBAAS,QAAQ;;wBAgBK,MAAM;YAlInB,YAAY,EAAE;EAoItB;AAED,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,124 @@
1
+ import * as React from 'react';
2
+ const TOAST_LIMIT = 1;
3
+ const TOAST_REMOVE_DELAY = 1000000;
4
+ const actionTypes = {
5
+ ADD_TOAST: 'ADD_TOAST',
6
+ UPDATE_TOAST: 'UPDATE_TOAST',
7
+ DISMISS_TOAST: 'DISMISS_TOAST',
8
+ REMOVE_TOAST: 'REMOVE_TOAST',
9
+ };
10
+ let count = 0;
11
+ function genId() {
12
+ count = (count + 1) % Number.MAX_SAFE_INTEGER;
13
+ return count.toString();
14
+ }
15
+ const toastTimeouts = new Map();
16
+ const addToRemoveQueue = (toastId) => {
17
+ if (toastTimeouts.has(toastId)) {
18
+ return;
19
+ }
20
+ const timeout = setTimeout(() => {
21
+ toastTimeouts.delete(toastId);
22
+ dispatch({
23
+ type: 'REMOVE_TOAST',
24
+ toastId: toastId,
25
+ });
26
+ }, TOAST_REMOVE_DELAY);
27
+ toastTimeouts.set(toastId, timeout);
28
+ };
29
+ export const reducer = (state, action) => {
30
+ switch (action.type) {
31
+ case 'ADD_TOAST':
32
+ return {
33
+ ...state,
34
+ toasts: [action.toast, ...state.toasts].slice(0, TOAST_LIMIT),
35
+ };
36
+ case 'UPDATE_TOAST':
37
+ return {
38
+ ...state,
39
+ toasts: state.toasts.map((t) => (t.id === action.toast.id ? { ...t, ...action.toast } : t)),
40
+ };
41
+ case 'DISMISS_TOAST': {
42
+ const { toastId } = action;
43
+ if (toastId) {
44
+ addToRemoveQueue(toastId);
45
+ }
46
+ else {
47
+ for (const toast of state.toasts) {
48
+ addToRemoveQueue(toast.id);
49
+ }
50
+ }
51
+ return {
52
+ ...state,
53
+ toasts: state.toasts.map((t) => t.id === toastId || toastId === undefined
54
+ ? {
55
+ ...t,
56
+ open: false,
57
+ }
58
+ : t),
59
+ };
60
+ }
61
+ case 'REMOVE_TOAST':
62
+ if (action.toastId === undefined) {
63
+ return {
64
+ ...state,
65
+ toasts: [],
66
+ };
67
+ }
68
+ return {
69
+ ...state,
70
+ toasts: state.toasts.filter((t) => t.id !== action.toastId),
71
+ };
72
+ }
73
+ };
74
+ const listeners = [];
75
+ let memoryState = { toasts: [] };
76
+ function dispatch(action) {
77
+ memoryState = reducer(memoryState, action);
78
+ for (const listener of listeners) {
79
+ listener(memoryState);
80
+ }
81
+ }
82
+ function toast({ ...props }) {
83
+ const id = genId();
84
+ const update = (props) => dispatch({
85
+ type: 'UPDATE_TOAST',
86
+ toast: { ...props, id },
87
+ });
88
+ const dismiss = () => dispatch({ type: 'DISMISS_TOAST', toastId: id });
89
+ dispatch({
90
+ type: 'ADD_TOAST',
91
+ toast: {
92
+ ...props,
93
+ id,
94
+ open: true,
95
+ onOpenChange: (open) => {
96
+ if (!open)
97
+ dismiss();
98
+ },
99
+ },
100
+ });
101
+ return {
102
+ id: id,
103
+ dismiss,
104
+ update,
105
+ };
106
+ }
107
+ function useToast() {
108
+ const [state, setState] = React.useState(memoryState);
109
+ React.useEffect(() => {
110
+ listeners.push(setState);
111
+ return () => {
112
+ const index = listeners.indexOf(setState);
113
+ if (index > -1) {
114
+ listeners.splice(index, 1);
115
+ }
116
+ };
117
+ }, [state]);
118
+ return {
119
+ ...state,
120
+ toast,
121
+ dismiss: (toastId) => dispatch({ type: 'DISMISS_TOAST', toastId }),
122
+ };
123
+ }
124
+ export { toast, useToast };
@@ -0,0 +1,2 @@
1
+ export declare function useIsMobile(): boolean;
2
+ //# sourceMappingURL=use-mobile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-mobile.d.ts","sourceRoot":"","sources":["../../src/hooks/use-mobile.tsx"],"names":[],"mappings":"AAEA,wBAAgB,WAAW,YAE1B"}
@@ -0,0 +1,4 @@
1
+ import { useMediaQuery } from '@material-ui/core';
2
+ export function useIsMobile() {
3
+ return !useMediaQuery('(min-width: 768px)');
4
+ }
package/dist/index.d.ts CHANGED
@@ -105,7 +105,7 @@ declare const BreadcrumbEllipsis: {
105
105
  };
106
106
 
107
107
  declare const buttonVariants: (props?: ({
108
- variant?: "default" | "secondary" | "destructive" | "outline" | "link" | "primary" | "ghost" | null | undefined;
108
+ variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "primary" | "ghost" | null | undefined;
109
109
  size?: "default" | "sm" | "lg" | "icon" | null | undefined;
110
110
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
111
111
  interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
@@ -224,7 +224,7 @@ declare const CommandInput: React$1.ForwardRefExoticComponent<Omit<Omit<Pick<Pic
224
224
  ref?: React$1.Ref<HTMLInputElement>;
225
225
  } & {
226
226
  asChild?: boolean;
227
- }, "key" | "asChild" | keyof React$1.InputHTMLAttributes<HTMLInputElement>>, "type" | "value" | "onChange"> & {
227
+ }, "key" | "asChild" | keyof React$1.InputHTMLAttributes<HTMLInputElement>>, "onChange" | "type" | "value"> & {
228
228
  value?: string;
229
229
  onValueChange?: (search: string) => void;
230
230
  } & React$1.RefAttributes<HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
@@ -268,7 +268,7 @@ declare const CommandItem: React$1.ForwardRefExoticComponent<Omit<{
268
268
  ref?: React$1.Ref<HTMLDivElement>;
269
269
  } & {
270
270
  asChild?: boolean;
271
- }, "key" | "asChild" | keyof React$1.HTMLAttributes<HTMLDivElement>>, "disabled" | "value" | "onSelect"> & {
271
+ }, "key" | "asChild" | keyof React$1.HTMLAttributes<HTMLDivElement>>, "onSelect" | "value" | "disabled"> & {
272
272
  disabled?: boolean;
273
273
  onSelect?: (value: string) => void;
274
274
  value?: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/dist/index.esm.js CHANGED
@@ -542,7 +542,7 @@ const DrawerOverlay = React$1.forwardRef(({ className, ...props }, ref) => jsx(D
542
542
  DrawerOverlay.displayName = Drawer$1.Overlay.displayName;
543
543
  const DrawerContent = React$1.forwardRef(({ className, children, ...props }, ref) => (jsxs(DrawerPortal, { children: [jsx(DrawerOverlay, {}), jsxs(Drawer$1.Content, { ref: ref, className: cn('fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background', className), ...props, children: [jsx("div", { className: 'mx-auto mt-4 h-2 w-[100px] rounded-full bg-muted' }), children] })] })));
544
544
  DrawerContent.displayName = 'DrawerContent';
545
- const DrawerHeader = ({ className, ...props }) => (jsx("div", { className: cn('grid gap-1.5 p-4', className), ...props }));
545
+ const DrawerHeader = ({ className, ...props }) => jsx("div", { className: cn('grid gap-1.5', className), ...props });
546
546
  DrawerHeader.displayName = 'DrawerHeader';
547
547
  const DrawerFooter = ({ className, ...props }) => (jsx("div", { className: cn('mt-auto flex flex-col gap-2 p-4', className), ...props }));
548
548
  DrawerFooter.displayName = 'DrawerFooter';
@@ -1034,7 +1034,7 @@ const InputText = React$1.forwardRef(({ className, placeholder, type, maxLength,
1034
1034
  return (jsx("input", { type: type, placeholder: placeholder, maxLength: maxLength, value: value || '', className: cn('flex h-10 w-full rounded-md border bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:border-disabled disabled:cursor-not-allowed disabled:opacity-50 md:text-sm', classBorderColor$1(className, props['aria-invalid'] === true), className), disabled: disabled, ref: ref, ...props }));
1035
1035
  });
1036
1036
  const MaskInput = React$1.forwardRef(({ className, type, mask, maskPlaceholder, value, maxLength, disabled, placeholder, ...props }, ref) => {
1037
- return (jsx(InputMask, { ref: ref, mask: mask || '', maskPlaceholder: maskPlaceholder, type: type, value: value || '', disabled: disabled, maxLength: maxLength, placeholder: placeholder, className: cn('flex h-10 w-full rounded-md border bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:border-disabled disabled:cursor-not-allowed disabled:opacity-50 md:text-sm', classBorderColor$1(className, props['aria-invalid'] === true), className), ...props }));
1037
+ return (jsx(InputMask, { ref: ref, mask: mask || '', maskPlaceholder: maskPlaceholder, type: type, value: value || '', disabled: disabled, maxLength: maxLength, placeholder: placeholder, className: cn('flex text-black h-10 w-full rounded-md border bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:border-disabled disabled:cursor-not-allowed disabled:opacity-50 md:text-sm', classBorderColor$1(className, props['aria-invalid'] === true), className), ...props }));
1038
1038
  });
1039
1039
  const InputDate = React$1.forwardRef(({ className, type, mask, maskPlaceholder, value, maxLength, disabled, placeholder, ...props }, ref) => {
1040
1040
  return (jsx(InputMask, { ref: ref, mask: mask || '', maskPlaceholder: maskPlaceholder, type: type, value: value || '', disabled: disabled, maxLength: maxLength, placeholder: placeholder, className: cn('flex h-10 w-full rounded-md border bg-background pl-9 pr-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:border-disabled disabled:cursor-not-allowed disabled:opacity-50 md:text-sm', classBorderColor$1(className, props['aria-invalid'] === true), className), ...props }));