@teach-in/react 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (255) hide show
  1. package/dist/chunk-2SNKT7I4.mjs +9 -0
  2. package/dist/chunk-3YOW5DEZ.mjs +45 -0
  3. package/dist/chunk-4N3FFVKQ.mjs +14 -0
  4. package/dist/{chunk-PFLROV3C.mjs → chunk-544SDU73.mjs} +2 -2
  5. package/dist/chunk-7BTEKEON.mjs +11 -0
  6. package/dist/{chunk-X7ER4IDJ.mjs → chunk-AFVGHUW2.mjs} +2 -2
  7. package/dist/chunk-C4PCTOGM.mjs +12 -0
  8. package/dist/chunk-CA2EAK5M.mjs +40 -0
  9. package/dist/chunk-E5QSNLSR.mjs +38 -0
  10. package/dist/chunk-EEGPGLDC.mjs +26 -0
  11. package/dist/chunk-FKHR6G3R.mjs +1 -0
  12. package/dist/chunk-FQUYFYMS.mjs +24 -0
  13. package/dist/chunk-ICRO6HS3.mjs +1 -0
  14. package/dist/chunk-J3GK2CGQ.mjs +1 -0
  15. package/dist/chunk-JTPBZJ4S.mjs +14 -0
  16. package/dist/chunk-L6XIUULU.mjs +14 -0
  17. package/dist/chunk-LLP2PTPK.mjs +1 -0
  18. package/dist/{chunk-6UIBJVXP.mjs → chunk-MCZBJUTN.mjs} +1 -1
  19. package/dist/chunk-MJTSZFLC.mjs +1 -0
  20. package/dist/{chunk-WTXPB253.mjs → chunk-N3QOXWJI.mjs} +1 -1
  21. package/dist/chunk-N7GOJBLM.mjs +1 -0
  22. package/dist/{chunk-GEJLG5RP.mjs → chunk-NLHQDWUK.mjs} +3 -2
  23. package/dist/chunk-NOXFF2KJ.mjs +16 -0
  24. package/dist/chunk-NVLF7L4R.mjs +1 -0
  25. package/dist/chunk-OZSO3C5Q.mjs +14 -0
  26. package/dist/chunk-PKZZEODR.mjs +29 -0
  27. package/dist/chunk-PSK7I7V4.mjs +30 -0
  28. package/dist/chunk-Q2ILWL7L.mjs +1 -0
  29. package/dist/chunk-Q6JSJOU4.mjs +1 -0
  30. package/dist/chunk-QUMDPADZ.mjs +14 -0
  31. package/dist/chunk-RRA7GWP2.mjs +1 -0
  32. package/dist/chunk-SAYYLTIE.mjs +52 -0
  33. package/dist/chunk-TSD6GU35.mjs +16 -0
  34. package/dist/chunk-U4FAPNVK.mjs +1 -0
  35. package/dist/chunk-UFYLYN5Z.mjs +37 -0
  36. package/dist/chunk-UNBE67YJ.mjs +1 -0
  37. package/dist/chunk-UON5ACST.mjs +1 -0
  38. package/dist/chunk-UT5RUCAT.mjs +1 -0
  39. package/dist/chunk-UUKS7JYX.mjs +1 -0
  40. package/dist/chunk-VWGY6KWP.mjs +15 -0
  41. package/dist/chunk-W2A6C27Y.mjs +35 -0
  42. package/dist/{chunk-545OBZ4O.mjs → chunk-WFNNN6WU.mjs} +1 -1
  43. package/dist/chunk-XHCXM5MU.mjs +14 -0
  44. package/dist/chunk-YNCISHAU.mjs +27 -0
  45. package/dist/chunk-ZSYIKEXW.mjs +21 -0
  46. package/dist/index.d.ts +1 -0
  47. package/dist/index.js +606 -193
  48. package/dist/index.mjs +261 -112
  49. package/dist/ui/data/image/image.d.ts +6 -0
  50. package/dist/ui/data/image/image.js +47 -0
  51. package/dist/ui/data/image/image.mjs +7 -0
  52. package/dist/ui/data/image/index.d.ts +1 -0
  53. package/dist/ui/data/image/index.js +49 -0
  54. package/dist/ui/data/image/index.mjs +8 -0
  55. package/dist/ui/data/index.d.ts +3 -0
  56. package/dist/ui/data/index.js +48 -2
  57. package/dist/ui/data/index.mjs +32 -5
  58. package/dist/ui/data/table/index.d.ts +1 -0
  59. package/dist/ui/data/table/index.js +52 -0
  60. package/dist/ui/data/table/index.mjs +20 -0
  61. package/dist/ui/data/table/table.d.ts +23 -0
  62. package/dist/ui/data/table/table.js +50 -0
  63. package/dist/ui/data/table/table.mjs +19 -0
  64. package/dist/ui/data/user/index.d.ts +1 -0
  65. package/dist/ui/data/user/index.js +49 -0
  66. package/dist/ui/data/user/index.mjs +8 -0
  67. package/dist/ui/data/user/user.d.ts +6 -0
  68. package/dist/ui/data/user/user.js +47 -0
  69. package/dist/ui/data/user/user.mjs +7 -0
  70. package/dist/ui/feedback/chip/chip.js +18 -1
  71. package/dist/ui/feedback/chip/chip.mjs +3 -1
  72. package/dist/ui/feedback/chip/index.js +18 -1
  73. package/dist/ui/feedback/chip/index.mjs +3 -1
  74. package/dist/ui/feedback/index.d.ts +2 -0
  75. package/dist/ui/feedback/index.js +85 -11
  76. package/dist/ui/feedback/index.mjs +32 -3
  77. package/dist/ui/feedback/progress/circular-progress.d.ts +9 -0
  78. package/dist/ui/feedback/progress/circular-progress.js +47 -0
  79. package/dist/ui/feedback/progress/circular-progress.mjs +7 -0
  80. package/dist/ui/feedback/progress/index.d.ts +2 -0
  81. package/dist/ui/feedback/progress/index.js +60 -0
  82. package/dist/ui/feedback/progress/index.mjs +12 -0
  83. package/dist/ui/feedback/progress/progress.d.ts +9 -0
  84. package/dist/ui/feedback/progress/progress.js +47 -0
  85. package/dist/ui/feedback/progress/progress.mjs +7 -0
  86. package/dist/ui/feedback/toast/index.d.ts +1 -0
  87. package/dist/ui/feedback/toast/index.js +73 -0
  88. package/dist/ui/feedback/toast/index.mjs +21 -0
  89. package/dist/ui/feedback/toast/toast.d.ts +17 -0
  90. package/dist/ui/feedback/toast/toast.js +71 -0
  91. package/dist/ui/feedback/toast/toast.mjs +21 -0
  92. package/dist/ui/form/index.js +106 -53
  93. package/dist/ui/form/index.mjs +30 -21
  94. package/dist/ui/form/rhf/fields/autocomplete-field.mjs +13 -8
  95. package/dist/ui/form/rhf/fields/checkbox-field.js +1 -1
  96. package/dist/ui/form/rhf/fields/checkbox-field.mjs +14 -9
  97. package/dist/ui/form/rhf/fields/date-picker-field.mjs +13 -8
  98. package/dist/ui/form/rhf/fields/email-field.mjs +13 -8
  99. package/dist/ui/form/rhf/fields/index.d.ts +1 -0
  100. package/dist/ui/form/rhf/fields/index.js +102 -49
  101. package/dist/ui/form/rhf/fields/index.mjs +28 -19
  102. package/dist/ui/form/rhf/fields/input-field.mjs +13 -8
  103. package/dist/ui/form/rhf/fields/radio-field.d.ts +10 -0
  104. package/dist/ui/form/rhf/fields/radio-field.js +78 -0
  105. package/dist/ui/form/rhf/fields/radio-field.mjs +31 -0
  106. package/dist/ui/form/rhf/fields/select-field.d.ts +8 -3
  107. package/dist/ui/form/rhf/fields/select-field.js +23 -10
  108. package/dist/ui/form/rhf/fields/select-field.mjs +14 -9
  109. package/dist/ui/form/rhf/fields/switch-field.mjs +13 -8
  110. package/dist/ui/form/rhf/fields/text-field.mjs +13 -8
  111. package/dist/ui/form/rhf/fields/textarea-field.mjs +13 -8
  112. package/dist/ui/form/rhf/index.js +102 -49
  113. package/dist/ui/form/rhf/index.mjs +28 -19
  114. package/dist/ui/format/index.mjs +9 -9
  115. package/dist/ui/index.js +604 -193
  116. package/dist/ui/index.mjs +258 -112
  117. package/dist/ui/inputs/checkbox/checkbox-group.d.ts +9 -0
  118. package/dist/ui/inputs/checkbox/checkbox-group.js +45 -0
  119. package/dist/ui/inputs/checkbox/checkbox-group.mjs +7 -0
  120. package/dist/ui/inputs/checkbox/checkbox.js +1 -1
  121. package/dist/ui/inputs/checkbox/checkbox.mjs +1 -1
  122. package/dist/ui/inputs/checkbox/index.d.ts +1 -0
  123. package/dist/ui/inputs/checkbox/index.js +12 -3
  124. package/dist/ui/inputs/checkbox/index.mjs +7 -3
  125. package/dist/ui/inputs/index.d.ts +1 -0
  126. package/dist/ui/inputs/index.js +114 -39
  127. package/dist/ui/inputs/index.mjs +28 -11
  128. package/dist/ui/inputs/radio/index.d.ts +2 -0
  129. package/dist/ui/inputs/radio/index.js +57 -0
  130. package/dist/ui/inputs/radio/index.mjs +12 -0
  131. package/dist/ui/inputs/radio/radio-group.d.ts +9 -0
  132. package/dist/ui/inputs/radio/radio-group.js +49 -0
  133. package/dist/ui/inputs/radio/radio-group.mjs +7 -0
  134. package/dist/ui/inputs/radio/radio.d.ts +6 -0
  135. package/dist/ui/inputs/radio/radio.js +32 -0
  136. package/dist/ui/inputs/radio/radio.mjs +7 -0
  137. package/dist/ui/inputs/select/index.js +21 -9
  138. package/dist/ui/inputs/select/index.mjs +1 -1
  139. package/dist/ui/inputs/select/select.d.ts +18 -5
  140. package/dist/ui/inputs/select/select.js +21 -9
  141. package/dist/ui/inputs/select/select.mjs +1 -1
  142. package/dist/ui/inputs/switch/favorite-switch.d.ts +6 -0
  143. package/dist/ui/inputs/switch/favorite-switch.js +62 -0
  144. package/dist/ui/inputs/switch/favorite-switch.mjs +8 -0
  145. package/dist/ui/inputs/switch/index.d.ts +1 -0
  146. package/dist/ui/inputs/switch/index.js +35 -0
  147. package/dist/ui/inputs/switch/index.mjs +5 -1
  148. package/dist/ui/layout/accordion/accordion.d.ts +10 -0
  149. package/dist/ui/layout/accordion/accordion.js +35 -0
  150. package/dist/ui/layout/accordion/accordion.mjs +9 -0
  151. package/dist/ui/layout/accordion/index.d.ts +1 -0
  152. package/dist/ui/layout/accordion/index.js +37 -0
  153. package/dist/ui/layout/accordion/index.mjs +10 -0
  154. package/dist/ui/layout/container/container.mjs +99 -63
  155. package/dist/ui/layout/container/index.mjs +99 -63
  156. package/dist/ui/layout/divider/divider.d.ts +6 -0
  157. package/dist/ui/layout/divider/divider.js +48 -0
  158. package/dist/ui/layout/divider/divider.mjs +7 -0
  159. package/dist/ui/layout/divider/index.d.ts +1 -0
  160. package/dist/ui/layout/divider/index.js +50 -0
  161. package/dist/ui/layout/divider/index.mjs +8 -0
  162. package/dist/ui/layout/index.d.ts +3 -0
  163. package/dist/ui/layout/index.js +32 -0
  164. package/dist/ui/layout/index.mjs +113 -66
  165. package/dist/ui/layout/page/index.mjs +11 -5
  166. package/dist/ui/layout/page/page-loading.mjs +8 -2
  167. package/dist/ui/layout/page/section-loading.mjs +8 -2
  168. package/dist/ui/layout/scroll-shadow/index.d.ts +1 -0
  169. package/dist/ui/layout/scroll-shadow/index.js +49 -0
  170. package/dist/ui/layout/scroll-shadow/index.mjs +8 -0
  171. package/dist/ui/layout/scroll-shadow/scroll-shadow.d.ts +9 -0
  172. package/dist/ui/layout/scroll-shadow/scroll-shadow.js +47 -0
  173. package/dist/ui/layout/scroll-shadow/scroll-shadow.mjs +7 -0
  174. package/dist/ui/navigation/breadcrumbs/breadcrumbs.d.ts +10 -0
  175. package/dist/ui/navigation/breadcrumbs/breadcrumbs.js +37 -0
  176. package/dist/ui/navigation/breadcrumbs/breadcrumbs.mjs +9 -0
  177. package/dist/ui/navigation/breadcrumbs/index.d.ts +1 -0
  178. package/dist/ui/navigation/breadcrumbs/index.js +39 -0
  179. package/dist/ui/navigation/breadcrumbs/index.mjs +10 -0
  180. package/dist/ui/navigation/index.d.ts +3 -0
  181. package/dist/ui/navigation/index.js +88 -2
  182. package/dist/ui/navigation/index.mjs +31 -2
  183. package/dist/ui/navigation/navbar/index.d.ts +1 -0
  184. package/dist/ui/navigation/navbar/index.js +85 -0
  185. package/dist/ui/navigation/navbar/index.mjs +20 -0
  186. package/dist/ui/navigation/navbar/navbar.d.ts +26 -0
  187. package/dist/ui/navigation/navbar/navbar.js +83 -0
  188. package/dist/ui/navigation/navbar/navbar.mjs +19 -0
  189. package/dist/ui/navigation/tabs/index.d.ts +1 -0
  190. package/dist/ui/navigation/tabs/index.js +56 -0
  191. package/dist/ui/navigation/tabs/index.mjs +8 -0
  192. package/dist/ui/navigation/tabs/tabs.d.ts +7 -0
  193. package/dist/ui/navigation/tabs/tabs.js +54 -0
  194. package/dist/ui/navigation/tabs/tabs.mjs +7 -0
  195. package/dist/ui/overlays/dropdown/dropdown.d.ts +28 -0
  196. package/dist/ui/overlays/dropdown/dropdown.js +48 -0
  197. package/dist/ui/overlays/dropdown/dropdown.mjs +15 -0
  198. package/dist/ui/overlays/dropdown/index.d.ts +1 -0
  199. package/dist/ui/overlays/dropdown/index.js +50 -0
  200. package/dist/ui/overlays/dropdown/index.mjs +16 -0
  201. package/dist/ui/overlays/index.d.ts +2 -0
  202. package/dist/ui/overlays/index.js +47 -2
  203. package/dist/ui/overlays/index.mjs +20 -2
  204. package/dist/ui/overlays/popover/index.d.ts +1 -0
  205. package/dist/ui/overlays/popover/index.js +51 -0
  206. package/dist/ui/overlays/popover/index.mjs +8 -0
  207. package/dist/ui/overlays/popover/popover.d.ts +10 -0
  208. package/dist/ui/overlays/popover/popover.js +49 -0
  209. package/dist/ui/overlays/popover/popover.mjs +7 -0
  210. package/dist/ui/provider/index.js +31 -2
  211. package/dist/ui/provider/index.mjs +16 -1
  212. package/dist/ui/provider/ui-provider.d.ts +3 -1
  213. package/dist/ui/provider/ui-provider.js +31 -2
  214. package/dist/ui/provider/ui-provider.mjs +16 -1
  215. package/dist/ui/surface/card/card.d.ts +36 -0
  216. package/dist/ui/surface/card/card.js +65 -0
  217. package/dist/ui/surface/card/card.mjs +7 -0
  218. package/dist/ui/surface/card/index.d.ts +1 -0
  219. package/dist/ui/surface/card/index.js +67 -0
  220. package/dist/ui/surface/card/index.mjs +8 -0
  221. package/dist/ui/surface/index.d.ts +1 -0
  222. package/dist/ui/surface/index.js +39 -0
  223. package/dist/ui/surface/index.mjs +6 -1
  224. package/dist/ui/theme/colors/common.mjs +5 -5
  225. package/dist/ui/theme/colors/index.js +1 -1
  226. package/dist/ui/theme/colors/index.mjs +7 -7
  227. package/dist/ui/theme/colors/semantic.js +1 -1
  228. package/dist/ui/theme/colors/semantic.mjs +6 -6
  229. package/dist/ui/theme/colors.js +1 -1
  230. package/dist/ui/theme/colors.mjs +7 -7
  231. package/dist/ui/theme/index.js +1 -1
  232. package/dist/ui/theme/index.mjs +8 -8
  233. package/dist/ui/theme/theme.js +1 -1
  234. package/dist/ui/theme/theme.mjs +8 -8
  235. package/dist/utils/extend-variants.d.ts +41 -0
  236. package/dist/utils/extend-variants.js +34 -0
  237. package/dist/utils/extend-variants.mjs +7 -0
  238. package/dist/utils/index.d.ts +1 -0
  239. package/dist/utils/index.js +36 -0
  240. package/dist/utils/index.mjs +8 -0
  241. package/package.json +18 -3
  242. package/dist/chunk-6WK4W5LL.mjs +0 -17
  243. package/dist/chunk-GQ3LBZ2Q.mjs +0 -33
  244. package/dist/chunk-ONQIPN3G.mjs +0 -14
  245. package/dist/{chunk-54ZSBA6H.mjs → chunk-3C4DPNCD.mjs} +0 -0
  246. package/dist/{chunk-5EWHMXCP.mjs → chunk-54FA62HL.mjs} +0 -0
  247. package/dist/{chunk-5HUR2CNH.mjs → chunk-57JRJHSH.mjs} +0 -0
  248. package/dist/{chunk-NCM6KIQH.mjs → chunk-5WDV3PDI.mjs} +12 -12
  249. /package/dist/{chunk-IZ5KKF6P.mjs → chunk-773RYGHT.mjs} +0 -0
  250. /package/dist/{chunk-5YMUHF45.mjs → chunk-AR4IYKG5.mjs} +0 -0
  251. /package/dist/{chunk-CAJWTQDB.mjs → chunk-AT6DX4DN.mjs} +0 -0
  252. /package/dist/{chunk-JJHHWDZT.mjs → chunk-BGNMWHME.mjs} +0 -0
  253. /package/dist/{chunk-OEHJDT6R.mjs → chunk-CTKWGSNJ.mjs} +0 -0
  254. /package/dist/{chunk-UURZJWWV.mjs → chunk-CZEO3U25.mjs} +0 -0
  255. /package/dist/{chunk-WJXIRSSW.mjs → chunk-DRZAPJZH.mjs} +0 -0
package/dist/index.js CHANGED
@@ -31,22 +31,36 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
31
31
  // src/index.ts
32
32
  var index_exports = {};
33
33
  __export(index_exports, {
34
+ Accordion: () => Accordion,
35
+ AccordionItem: () => AccordionItem,
34
36
  Actions: () => Actions,
35
37
  Alert: () => Alert,
36
38
  Autocomplete: () => Autocomplete,
37
39
  AutocompleteField: () => AutocompleteField,
38
40
  Avatar: () => Avatar,
39
41
  Bento: () => Bento,
40
- Body: () => Body,
42
+ Body: () => Body2,
43
+ BreadcrumbItem: () => BreadcrumbItem2,
44
+ Breadcrumbs: () => Breadcrumbs2,
41
45
  Button: () => Button,
46
+ Card: () => Card,
42
47
  Checkbox: () => Checkbox,
43
48
  CheckboxField: () => CheckboxField,
49
+ CheckboxGroup: () => CheckboxGroup,
44
50
  Chip: () => Chip,
51
+ CircularProgress: () => CircularProgress,
45
52
  Container: () => Container,
46
53
  DatePicker: () => DatePicker,
47
54
  DatePickerField: () => DatePickerField,
55
+ Divider: () => Divider,
56
+ Dropdown: () => Dropdown,
57
+ DropdownItem: () => DropdownItem,
58
+ DropdownMenu: () => DropdownMenu,
59
+ DropdownSection: () => DropdownSection,
60
+ DropdownTrigger: () => DropdownTrigger,
48
61
  Email: () => Email,
49
62
  EmailField: () => EmailField,
63
+ FavoriteSwitch: () => FavoriteSwitch,
50
64
  Flex: () => Flex,
51
65
  Form: () => Form,
52
66
  FormatBoolean: () => Boolean,
@@ -59,15 +73,29 @@ __export(index_exports, {
59
73
  FormatPlural: () => Plural,
60
74
  FormatTime: () => Time,
61
75
  Grid: () => Grid,
62
- Header: () => Header,
76
+ Header: () => Header2,
77
+ Image: () => Image,
63
78
  Input: () => Input,
64
79
  InputField: () => InputField,
65
80
  Link: () => Link,
66
81
  Modal: () => Modal,
82
+ Navbar: () => Navbar,
83
+ NavbarBrand: () => NavbarBrand,
84
+ NavbarContent: () => NavbarContent,
85
+ NavbarItem: () => NavbarItem,
86
+ NavbarMenu: () => NavbarMenu,
87
+ NavbarMenuItem: () => NavbarMenuItem,
88
+ NavbarMenuToggle: () => NavbarMenuToggle,
67
89
  PageContent: () => PageContent,
68
90
  PageLoading: () => PageLoading,
69
91
  Pagination: () => Pagination,
70
- Root: () => Root,
92
+ Popover: () => Popover,
93
+ Progress: () => Progress,
94
+ Radio: () => Radio,
95
+ RadioField: () => RadioField,
96
+ RadioGroup: () => RadioGroup,
97
+ Root: () => Root2,
98
+ ScrollShadow: () => ScrollShadow,
71
99
  Section: () => Section,
72
100
  SectionActions: () => SectionActions,
73
101
  SectionHeader: () => SectionHeader,
@@ -78,18 +106,36 @@ __export(index_exports, {
78
106
  Spinner: () => Spinner,
79
107
  Switch: () => Switch,
80
108
  SwitchField: () => SwitchField,
109
+ Table: () => Table,
110
+ TableBody: () => TableBody,
111
+ TableCell: () => TableCell,
112
+ TableColumn: () => TableColumn,
113
+ TableHeader: () => TableHeader,
114
+ TableRow: () => TableRow,
115
+ Tabs: () => Tabs,
81
116
  TeachInUIProvider: () => UIProvider,
82
117
  Text: () => Text,
83
118
  TextField: () => TextField,
84
119
  Textarea: () => Textarea,
85
120
  TextareaField: () => TextareaField,
86
121
  Title: () => Title,
122
+ Toast: () => Toast,
123
+ ToastProvider: () => ToastProvider,
87
124
  Tooltip: () => Tooltip,
88
125
  UIProvider: () => UIProvider,
126
+ User: () => User,
127
+ addToast: () => addToast,
89
128
  bento: () => bento,
90
129
  breakpoints: () => breakpoints,
130
+ closeAll: () => closeAll,
131
+ closeToast: () => closeToast,
91
132
  cn: () => cn,
92
- theme: () => theme
133
+ extendVariants: () => extendVariants2,
134
+ getKeyValue: () => getKeyValue,
135
+ getToastQueue: () => getToastQueue,
136
+ isToastClosing: () => isToastClosing,
137
+ theme: () => theme,
138
+ useToast: () => useToast
93
139
  });
94
140
  module.exports = __toCommonJS(index_exports);
95
141
 
@@ -139,40 +185,122 @@ var Pagination = import_react3.default.forwardRef(({ pages, ...props }, ref) =>
139
185
  });
140
186
  Pagination.displayName = "TeachInUI.Pagination";
141
187
 
142
- // src/ui/feedback/alert/alert.tsx
188
+ // src/ui/data/table/table.tsx
189
+ var import_table = require("@heroui/table");
190
+ var Table = Object.assign(import_table.Table, { displayName: "TeachInUI.Table" });
191
+ var TableHeader = Object.assign(import_table.TableHeader, { displayName: "TeachInUI.TableHeader" });
192
+ var TableColumn = Object.assign(import_table.TableColumn, { displayName: "TeachInUI.TableColumn" });
193
+ var TableBody = Object.assign(import_table.TableBody, { displayName: "TeachInUI.TableBody" });
194
+ var TableRow = Object.assign(import_table.TableRow, { displayName: "TeachInUI.TableRow" });
195
+ var TableCell = Object.assign(import_table.TableCell, { displayName: "TeachInUI.TableCell" });
196
+ var getKeyValue = import_table.getKeyValue;
197
+
198
+ // src/ui/data/user/user.tsx
143
199
  var import_react4 = __toESM(require("react"));
144
- var import_alert = require("@heroui/alert");
200
+ var import_user = require("@heroui/user");
145
201
  var import_jsx_runtime4 = require("react/jsx-runtime");
146
- var Alert = import_react4.default.forwardRef(({ children, ...props }, ref) => {
147
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_alert.Alert, { ref, title: children, ...props });
202
+ var User = import_react4.default.forwardRef((props, ref) => {
203
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_user.User, { ref, ...props });
204
+ });
205
+ User.displayName = "TeachInUI.User";
206
+
207
+ // src/ui/data/image/image.tsx
208
+ var import_react5 = __toESM(require("react"));
209
+ var import_image = require("@heroui/image");
210
+ var import_jsx_runtime5 = require("react/jsx-runtime");
211
+ var Image = import_react5.default.forwardRef(({ ...props }, ref) => {
212
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_image.Image, { ref, ...props });
213
+ });
214
+ Image.displayName = "TeachInUI.Image";
215
+
216
+ // src/ui/feedback/alert/alert.tsx
217
+ var import_react6 = __toESM(require("react"));
218
+ var import_alert = require("@heroui/alert");
219
+ var import_jsx_runtime6 = require("react/jsx-runtime");
220
+ var Alert = import_react6.default.forwardRef(({ children, ...props }, ref) => {
221
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_alert.Alert, { ref, title: children, ...props });
148
222
  });
149
223
  Alert.displayName = "TeachInUI.Alert";
150
224
 
151
225
  // src/ui/feedback/chip/chip.tsx
152
- var import_react5 = __toESM(require("react"));
226
+ var import_react7 = __toESM(require("react"));
153
227
  var import_chip = require("@heroui/chip");
154
- var import_jsx_runtime5 = require("react/jsx-runtime");
155
- var Chip = import_react5.default.forwardRef(({ variant = "flat", ...props }, ref) => {
156
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_chip.Chip, { ref, variant, ...props });
228
+
229
+ // src/utils/extend-variants.ts
230
+ var import_system2 = require("@heroui/system");
231
+ var extendVariants2 = (component, config) => {
232
+ return (0, import_system2.extendVariants)(component, config);
233
+ };
234
+
235
+ // src/ui/feedback/chip/chip.tsx
236
+ var import_jsx_runtime7 = require("react/jsx-runtime");
237
+ var ChipCustom = extendVariants2(import_chip.Chip, {
238
+ variants: {
239
+ variant: {
240
+ bordered: { base: "border-1" },
241
+ faded: { base: "border-1" },
242
+ dot: { base: "border-1" }
243
+ }
244
+ }
245
+ });
246
+ var Chip = import_react7.default.forwardRef(({ variant = "flat", ...props }, ref) => {
247
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(ChipCustom, { ref, variant, ...props });
157
248
  });
158
249
  Chip.displayName = "TeachInUI.Chip";
159
250
 
251
+ // src/ui/feedback/progress/progress.tsx
252
+ var import_react8 = __toESM(require("react"));
253
+ var import_progress = require("@heroui/progress");
254
+ var import_jsx_runtime8 = require("react/jsx-runtime");
255
+ var Progress = import_react8.default.forwardRef((props, ref) => {
256
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_progress.Progress, { ref, ...props });
257
+ });
258
+ Progress.displayName = "TeachInUI.Progress";
259
+
260
+ // src/ui/feedback/progress/circular-progress.tsx
261
+ var import_react9 = __toESM(require("react"));
262
+ var import_progress2 = require("@heroui/progress");
263
+ var import_jsx_runtime9 = require("react/jsx-runtime");
264
+ var CircularProgress = import_react9.default.forwardRef((props, ref) => {
265
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_progress2.CircularProgress, { ref, ...props });
266
+ });
267
+ CircularProgress.displayName = "TeachInUI.CircularProgress";
268
+
160
269
  // src/ui/feedback/spinner/spinner.tsx
161
- var import_react6 = __toESM(require("react"));
270
+ var import_react10 = __toESM(require("react"));
162
271
  var import_spinner = require("@heroui/spinner");
163
- var import_jsx_runtime6 = require("react/jsx-runtime");
164
- var Spinner = import_react6.default.forwardRef((props, ref) => {
165
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_spinner.Spinner, { ref, ...props });
272
+ var import_jsx_runtime10 = require("react/jsx-runtime");
273
+ var Spinner = import_react10.default.forwardRef((props, ref) => {
274
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_spinner.Spinner, { ref, ...props });
166
275
  });
167
276
  Spinner.displayName = "TeachInUI.Spinner";
168
277
 
278
+ // src/ui/feedback/toast/toast.tsx
279
+ var import_react11 = __toESM(require("react"));
280
+ var import_toast = require("@heroui/toast");
281
+ var import_jsx_runtime11 = require("react/jsx-runtime");
282
+ var Toast = import_react11.default.forwardRef((props, ref) => {
283
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_toast.Toast, { ref, ...props });
284
+ });
285
+ Toast.displayName = "TeachInUI.Toast";
286
+ var ToastProvider = (props) => {
287
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_toast.ToastProvider, { ...props });
288
+ };
289
+ ToastProvider.displayName = "TeachInUI.ToastProvider";
290
+ var useToast = (...args) => (0, import_toast.useToast)(...args);
291
+ var addToast = (...args) => (0, import_toast.addToast)(...args);
292
+ var closeToast = (...args) => (0, import_toast.closeToast)(...args);
293
+ var closeAll = (...args) => (0, import_toast.closeAll)(...args);
294
+ var getToastQueue = (...args) => (0, import_toast.getToastQueue)(...args);
295
+ var isToastClosing = (...args) => (0, import_toast.isToastClosing)(...args);
296
+
169
297
  // src/ui/feedback/tooltip/tooltip.tsx
170
- var import_react7 = __toESM(require("react"));
298
+ var import_react12 = __toESM(require("react"));
171
299
  var import_tooltip = require("@heroui/tooltip");
172
- var import_jsx_runtime7 = require("react/jsx-runtime");
173
- var Tooltip = import_react7.default.forwardRef(
300
+ var import_jsx_runtime12 = require("react/jsx-runtime");
301
+ var Tooltip = import_react12.default.forwardRef(
174
302
  ({ placement = "bottom", ...props }, ref) => {
175
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_tooltip.Tooltip, { ref, placement, ...props });
303
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_tooltip.Tooltip, { ref, placement, ...props });
176
304
  }
177
305
  );
178
306
  Tooltip.displayName = "TeachInUI.Tooltip";
@@ -181,80 +309,99 @@ Tooltip.displayName = "TeachInUI.Tooltip";
181
309
  var import_react_hook_form = require("react-hook-form");
182
310
 
183
311
  // src/ui/inputs/autocomplete/autocomplete.tsx
184
- var import_react8 = __toESM(require("react"));
312
+ var import_react13 = __toESM(require("react"));
185
313
  var import_autocomplete = require("@heroui/autocomplete");
186
- var import_jsx_runtime8 = require("react/jsx-runtime");
187
- var Autocomplete = import_react8.default.forwardRef(
314
+ var import_jsx_runtime13 = require("react/jsx-runtime");
315
+ var Autocomplete = import_react13.default.forwardRef(
188
316
  ({ items, ...props }, ref) => {
189
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_autocomplete.Autocomplete, { ref, items, ...props, children: (item) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_autocomplete.AutocompleteItem, { children: item.label }, item.key) });
317
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_autocomplete.Autocomplete, { ref, items, ...props, children: (item) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_autocomplete.AutocompleteItem, { children: item.label }, item.key) });
190
318
  }
191
319
  );
192
320
  Autocomplete.displayName = "TeachInUI.Autocomplete";
193
321
 
194
322
  // src/ui/inputs/checkbox/checkbox.tsx
195
323
  var import_checkbox = require("@heroui/checkbox");
196
- var import_react9 = __toESM(require("react"));
197
- var import_jsx_runtime9 = require("react/jsx-runtime");
198
- var Checkbox = import_react9.default.forwardRef(
324
+ var import_react14 = __toESM(require("react"));
325
+ var import_jsx_runtime14 = require("react/jsx-runtime");
326
+ var Checkbox = import_react14.default.forwardRef(
199
327
  ({ label, ...props }, ref) => {
200
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_checkbox.Checkbox, { ref, label, ...props, children: label });
328
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_checkbox.Checkbox, { ref, ...props, children: label });
201
329
  }
202
330
  );
203
331
  Checkbox.displayName = "TeachInUI.Checkbox";
204
332
 
333
+ // src/ui/inputs/checkbox/checkbox-group.tsx
334
+ var import_react15 = __toESM(require("react"));
335
+ var import_checkbox2 = require("@heroui/checkbox");
336
+ var import_jsx_runtime15 = require("react/jsx-runtime");
337
+ var CheckboxGroup = import_react15.default.forwardRef((props, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_checkbox2.CheckboxGroup, { ref, ...props }));
338
+ CheckboxGroup.displayName = "TeachInUI.CheckboxGroup";
339
+
205
340
  // src/ui/inputs/date-picker/date-picker.tsx
206
- var import_react10 = __toESM(require("react"));
341
+ var import_react16 = __toESM(require("react"));
207
342
  var import_date_picker = require("@heroui/date-picker");
208
343
  var import_i18n = require("@react-aria/i18n");
209
- var import_jsx_runtime10 = require("react/jsx-runtime");
210
- var DatePicker = import_react10.default.forwardRef(
344
+ var import_jsx_runtime16 = require("react/jsx-runtime");
345
+ var DatePicker = import_react16.default.forwardRef(
211
346
  ({ locale, ...props }, ref) => {
212
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_i18n.I18nProvider, { locale, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_date_picker.DatePicker, { ref, ...props }) });
347
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_i18n.I18nProvider, { locale, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_date_picker.DatePicker, { ref, ...props }) });
213
348
  }
214
349
  );
215
350
  DatePicker.displayName = "TeachInUI.DatePicker";
216
351
 
217
352
  // src/ui/inputs/email/email.tsx
218
- var import_react12 = __toESM(require("react"));
353
+ var import_react18 = __toESM(require("react"));
219
354
 
220
355
  // src/ui/inputs/input/input.tsx
221
- var import_react11 = __toESM(require("react"));
356
+ var import_react17 = __toESM(require("react"));
222
357
  var import_input = require("@heroui/input");
223
- var import_jsx_runtime11 = require("react/jsx-runtime");
224
- var Input = import_react11.default.forwardRef(({ ...props }, ref) => {
225
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_input.Input, { ref, ...props });
358
+ var import_jsx_runtime17 = require("react/jsx-runtime");
359
+ var Input = import_react17.default.forwardRef(({ ...props }, ref) => {
360
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_input.Input, { ref, ...props });
226
361
  });
227
362
  Input.displayName = "TeachInUI.Input";
228
363
 
229
364
  // src/ui/inputs/email/email.tsx
230
- var import_jsx_runtime12 = require("react/jsx-runtime");
231
- var Email = import_react12.default.forwardRef(({ ...props }, ref) => {
232
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Input, { ref, autoComplete: "email", type: "email", ...props });
365
+ var import_jsx_runtime18 = require("react/jsx-runtime");
366
+ var Email = import_react18.default.forwardRef(({ ...props }, ref) => {
367
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Input, { ref, autoComplete: "email", type: "email", ...props });
233
368
  });
234
369
  Email.displayName = "TeachInUI.Email";
235
370
 
236
371
  // src/ui/inputs/select/select.tsx
237
- var import_react13 = __toESM(require("react"));
372
+ var import_react19 = __toESM(require("react"));
238
373
  var import_select = require("@heroui/select");
239
- var import_jsx_runtime13 = require("react/jsx-runtime");
240
- var Select = import_react13.default.forwardRef(
241
- ({ value, items, onChange, ...props }, ref) => {
242
- const selectedKeys = value != null ? /* @__PURE__ */ new Set([value]) : void 0;
243
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
374
+ var import_jsx_runtime19 = require("react/jsx-runtime");
375
+ var Select = import_react19.default.forwardRef(
376
+ ({ value, items, onChange, selectionMode, ...props }, ref) => {
377
+ const isMultiple = selectionMode === "multiple";
378
+ const selectedKeys = import_react19.default.useMemo(() => {
379
+ if (value == null) return /* @__PURE__ */ new Set();
380
+ return new Set(Array.isArray(value) ? value : [value]);
381
+ }, [value]);
382
+ const handleSelectionChange = import_react19.default.useCallback(
383
+ (keys) => {
384
+ var _a;
385
+ if (keys === "all") return;
386
+ const selected = Array.from(keys).filter((key) => typeof key === "string");
387
+ if (isMultiple) {
388
+ onChange == null ? void 0 : onChange(selected);
389
+ } else {
390
+ onChange == null ? void 0 : onChange((_a = selected[0]) != null ? _a : null);
391
+ }
392
+ },
393
+ [onChange, isMultiple]
394
+ );
395
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
244
396
  import_select.Select,
245
397
  {
246
398
  ref,
247
399
  items,
248
- placeholder: " ",
249
400
  selectedKeys,
250
- onSelectionChange: (keys) => {
251
- const selected = Array.from(keys)[0];
252
- if (typeof selected === "string") {
253
- onChange == null ? void 0 : onChange(selected);
254
- }
255
- },
401
+ selectionMode,
402
+ onSelectionChange: handleSelectionChange,
256
403
  ...props,
257
- children: (item) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_select.SelectItem, { children: item.label }, item.key)
404
+ children: (item) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_select.SelectItem, { children: item.label }, item.key)
258
405
  }
259
406
  );
260
407
  }
@@ -262,43 +409,91 @@ var Select = import_react13.default.forwardRef(
262
409
  Select.displayName = "TeachInUI.Select";
263
410
 
264
411
  // src/ui/inputs/switch/switch.tsx
265
- var import_react14 = __toESM(require("react"));
412
+ var import_react20 = __toESM(require("react"));
266
413
  var import_switch = require("@heroui/switch");
267
- var import_jsx_runtime14 = require("react/jsx-runtime");
268
- var Switch = import_react14.default.forwardRef(({ ...props }, ref) => {
269
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_switch.Switch, { ref, ...props });
414
+ var import_jsx_runtime20 = require("react/jsx-runtime");
415
+ var Switch = import_react20.default.forwardRef(({ ...props }, ref) => {
416
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_switch.Switch, { ref, ...props });
270
417
  });
271
418
  Switch.displayName = "TeachInUI.Switch";
272
419
 
420
+ // src/ui/inputs/switch/favorite-switch.tsx
421
+ var import_switch2 = require("@heroui/switch");
422
+ var import_lucide_react = require("lucide-react");
423
+ var import_tailwind_variants = require("tailwind-variants");
424
+ var import_jsx_runtime21 = require("react/jsx-runtime");
425
+ var bookmarkVariants = (0, import_tailwind_variants.tv)({
426
+ base: "size-6 stroke-default-400 group-hover:fill-primary-100 group-hover:stroke-default-400",
427
+ variants: {
428
+ isSelected: {
429
+ true: "stroke-primary fill-primary-100"
430
+ }
431
+ }
432
+ });
433
+ function FavoriteSwitch({ isSelected, onValueChange }) {
434
+ const { Component, slots, getBaseProps, getInputProps, getWrapperProps } = (0, import_switch2.useSwitch)({
435
+ isSelected,
436
+ onValueChange
437
+ });
438
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(Component, { ...getBaseProps(), children: [
439
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "sr-only", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("input", { ...getInputProps() }) }),
440
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
441
+ "div",
442
+ {
443
+ ...getWrapperProps(),
444
+ className: slots.wrapper({
445
+ class: "flex h-8 w-8 cursor-pointer items-center justify-center rounded-sm !bg-transparent"
446
+ }),
447
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_lucide_react.Bookmark, { className: bookmarkVariants({ isSelected }) })
448
+ }
449
+ )
450
+ ] });
451
+ }
452
+
453
+ // src/ui/inputs/radio/radio.tsx
454
+ var import_radio = require("@heroui/radio");
455
+ var Radio = Object.assign(import_radio.Radio, { displayName: "TeachInUI.Radio" });
456
+
457
+ // src/ui/inputs/radio/radio-group.tsx
458
+ var import_react21 = __toESM(require("react"));
459
+ var import_radio2 = require("@heroui/radio");
460
+ var import_jsx_runtime22 = require("react/jsx-runtime");
461
+ var RadioGroup = import_react21.default.forwardRef(
462
+ (props, ref) => {
463
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_radio2.RadioGroup, { ref, ...props });
464
+ }
465
+ );
466
+ RadioGroup.displayName = "TeachInUI.RadioGroup";
467
+
273
468
  // src/ui/inputs/text/text.tsx
274
- var import_react15 = __toESM(require("react"));
275
- var import_jsx_runtime15 = require("react/jsx-runtime");
276
- var Text = import_react15.default.forwardRef(({ ...props }, ref) => {
277
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Input, { ref, type: "text", ...props });
469
+ var import_react22 = __toESM(require("react"));
470
+ var import_jsx_runtime23 = require("react/jsx-runtime");
471
+ var Text = import_react22.default.forwardRef(({ ...props }, ref) => {
472
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Input, { ref, type: "text", ...props });
278
473
  });
279
474
  Text.displayName = "TeachInUI.Text";
280
475
 
281
476
  // src/ui/inputs/textarea/textarea.tsx
282
477
  var import_input5 = require("@heroui/input");
283
- var import_react16 = __toESM(require("react"));
284
- var import_jsx_runtime16 = require("react/jsx-runtime");
285
- var Textarea = import_react16.default.forwardRef(
478
+ var import_react23 = __toESM(require("react"));
479
+ var import_jsx_runtime24 = require("react/jsx-runtime");
480
+ var Textarea = import_react23.default.forwardRef(
286
481
  ({ minRows = 4, ...props }, ref) => {
287
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_input5.Textarea, { ref, minRows, ...props });
482
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_input5.Textarea, { ref, minRows, ...props });
288
483
  }
289
484
  );
290
485
  Textarea.displayName = "TeachInUI.Textarea";
291
486
 
292
487
  // src/ui/form/rhf/fields/input-field.tsx
293
- var import_jsx_runtime17 = require("react/jsx-runtime");
488
+ var import_jsx_runtime25 = require("react/jsx-runtime");
294
489
  function InputField({ name, ...props }) {
295
490
  const { control } = (0, import_react_hook_form.useFormContext)();
296
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
491
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
297
492
  import_react_hook_form.Controller,
298
493
  {
299
494
  control,
300
495
  name,
301
- render: ({ field: { ref, ...field }, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Input, { ...props, ...field, ref, errorMessage: error == null ? void 0 : error.message, isInvalid: !!error })
496
+ render: ({ field: { ref, ...field }, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Input, { ...props, ...field, ref, errorMessage: error == null ? void 0 : error.message, isInvalid: !!error })
302
497
  }
303
498
  );
304
499
  }
@@ -306,15 +501,15 @@ InputField.displayName = "TeachInUI.InputField";
306
501
 
307
502
  // src/ui/form/rhf/fields/text-field.tsx
308
503
  var import_react_hook_form2 = require("react-hook-form");
309
- var import_jsx_runtime18 = require("react/jsx-runtime");
504
+ var import_jsx_runtime26 = require("react/jsx-runtime");
310
505
  function TextField({ name, ...props }) {
311
506
  const { control } = (0, import_react_hook_form2.useFormContext)();
312
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
507
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
313
508
  import_react_hook_form2.Controller,
314
509
  {
315
510
  control,
316
511
  name,
317
- render: ({ field: { ref, ...field }, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Text, { ...props, ...field, ref, errorMessage: error == null ? void 0 : error.message, isInvalid: !!error })
512
+ render: ({ field: { ref, ...field }, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Text, { ...props, ...field, ref, errorMessage: error == null ? void 0 : error.message, isInvalid: !!error })
318
513
  }
319
514
  );
320
515
  }
@@ -322,15 +517,15 @@ TextField.displayName = "TeachInUI.TextField";
322
517
 
323
518
  // src/ui/form/rhf/fields/email-field.tsx
324
519
  var import_react_hook_form3 = require("react-hook-form");
325
- var import_jsx_runtime19 = require("react/jsx-runtime");
520
+ var import_jsx_runtime27 = require("react/jsx-runtime");
326
521
  function EmailField({ name, ...props }) {
327
522
  const { control } = (0, import_react_hook_form3.useFormContext)();
328
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
523
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
329
524
  import_react_hook_form3.Controller,
330
525
  {
331
526
  control,
332
527
  name,
333
- render: ({ field: { ref, ...field }, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Email, { ...props, ...field, ref, errorMessage: error == null ? void 0 : error.message, isInvalid: !!error })
528
+ render: ({ field: { ref, ...field }, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Email, { ...props, ...field, ref, errorMessage: error == null ? void 0 : error.message, isInvalid: !!error })
334
529
  }
335
530
  );
336
531
  }
@@ -338,15 +533,15 @@ EmailField.displayName = "TeachInUI.EmailField";
338
533
 
339
534
  // src/ui/form/rhf/fields/textarea-field.tsx
340
535
  var import_react_hook_form4 = require("react-hook-form");
341
- var import_jsx_runtime20 = require("react/jsx-runtime");
536
+ var import_jsx_runtime28 = require("react/jsx-runtime");
342
537
  function TextareaField({ name, ...props }) {
343
538
  const { control } = (0, import_react_hook_form4.useFormContext)();
344
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
539
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
345
540
  import_react_hook_form4.Controller,
346
541
  {
347
542
  control,
348
543
  name,
349
- render: ({ field: { ref, ...field }, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
544
+ render: ({ field: { ref, ...field }, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
350
545
  Textarea,
351
546
  {
352
547
  ...props,
@@ -363,17 +558,18 @@ TextareaField.displayName = "TeachInUI.TextareaField";
363
558
 
364
559
  // src/ui/form/rhf/fields/select-field.tsx
365
560
  var import_react_hook_form5 = require("react-hook-form");
366
- var import_jsx_runtime21 = require("react/jsx-runtime");
367
- function SelectField({ name, ...props }) {
561
+ var import_jsx_runtime29 = require("react/jsx-runtime");
562
+ function SelectField({ name, selectionMode, ...props }) {
368
563
  const { control } = (0, import_react_hook_form5.useFormContext)();
369
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
564
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
370
565
  import_react_hook_form5.Controller,
371
566
  {
372
567
  control,
373
568
  name,
374
- render: ({ field, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
569
+ render: ({ field, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
375
570
  Select,
376
571
  {
572
+ selectionMode,
377
573
  value: field.value,
378
574
  onChange: (value) => field.onChange(value),
379
575
  ...props,
@@ -388,15 +584,15 @@ SelectField.displayName = "TeachInUI.SelectField";
388
584
 
389
585
  // src/ui/form/rhf/fields/autocomplete-field.tsx
390
586
  var import_react_hook_form6 = require("react-hook-form");
391
- var import_jsx_runtime22 = require("react/jsx-runtime");
587
+ var import_jsx_runtime30 = require("react/jsx-runtime");
392
588
  function AutocompleteField({ name, ...props }) {
393
589
  const { control } = (0, import_react_hook_form6.useFormContext)();
394
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
590
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
395
591
  import_react_hook_form6.Controller,
396
592
  {
397
593
  control,
398
594
  name,
399
- render: ({ field, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
595
+ render: ({ field, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
400
596
  Autocomplete,
401
597
  {
402
598
  ...props,
@@ -413,15 +609,15 @@ AutocompleteField.displayName = "TeachInUI.AutocompleteField";
413
609
 
414
610
  // src/ui/form/rhf/fields/date-picker-field.tsx
415
611
  var import_react_hook_form7 = require("react-hook-form");
416
- var import_jsx_runtime23 = require("react/jsx-runtime");
612
+ var import_jsx_runtime31 = require("react/jsx-runtime");
417
613
  function DatePickerField({ name, ...props }) {
418
614
  const { control } = (0, import_react_hook_form7.useFormContext)();
419
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
615
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
420
616
  import_react_hook_form7.Controller,
421
617
  {
422
618
  control,
423
619
  name,
424
- render: ({ field: { ref, ...field }, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
620
+ render: ({ field: { ref, ...field }, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
425
621
  DatePicker,
426
622
  {
427
623
  ...props,
@@ -438,17 +634,17 @@ DatePickerField.displayName = "TeachInUI.DatePickerField";
438
634
 
439
635
  // src/ui/form/rhf/fields/checkbox-field.tsx
440
636
  var import_react_hook_form8 = require("react-hook-form");
441
- var import_jsx_runtime24 = require("react/jsx-runtime");
637
+ var import_jsx_runtime32 = require("react/jsx-runtime");
442
638
  function CheckboxField({ name, ...props }) {
443
639
  const { control } = (0, import_react_hook_form8.useFormContext)();
444
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
640
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
445
641
  import_react_hook_form8.Controller,
446
642
  {
447
643
  control,
448
644
  name,
449
- render: ({ field, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { children: [
450
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Checkbox, { ...props, isSelected: field.value, onValueChange: field.onChange }),
451
- error && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "text-tiny text-danger", children: error.message })
645
+ render: ({ field, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { children: [
646
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Checkbox, { ...props, isSelected: field.value, onValueChange: field.onChange }),
647
+ error && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "text-tiny text-danger", children: error.message })
452
648
  ] })
453
649
  }
454
650
  );
@@ -457,34 +653,61 @@ CheckboxField.displayName = "TeachInUI.CheckboxField";
457
653
 
458
654
  // src/ui/form/rhf/fields/switch-field.tsx
459
655
  var import_react_hook_form9 = require("react-hook-form");
460
- var import_jsx_runtime25 = require("react/jsx-runtime");
656
+ var import_jsx_runtime33 = require("react/jsx-runtime");
461
657
  function SwitchField({ name, ...props }) {
462
658
  const { control } = (0, import_react_hook_form9.useFormContext)();
463
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
659
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
464
660
  import_react_hook_form9.Controller,
465
661
  {
466
662
  control,
467
663
  name,
468
- render: ({ field, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { children: [
469
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Switch, { ...props, isSelected: field.value, onValueChange: field.onChange }),
470
- error && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "text-tiny text-danger", children: error.message })
664
+ render: ({ field, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("div", { children: [
665
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Switch, { ...props, isSelected: field.value, onValueChange: field.onChange }),
666
+ error && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "text-tiny text-danger", children: error.message })
471
667
  ] })
472
668
  }
473
669
  );
474
670
  }
475
671
  SwitchField.displayName = "TeachInUI.SwitchField";
476
672
 
673
+ // src/ui/form/rhf/fields/radio-field.tsx
674
+ var import_react_hook_form10 = require("react-hook-form");
675
+ var import_jsx_runtime34 = require("react/jsx-runtime");
676
+ function RadioField({ name, ...props }) {
677
+ const { control } = (0, import_react_hook_form10.useFormContext)();
678
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
679
+ import_react_hook_form10.Controller,
680
+ {
681
+ control,
682
+ name,
683
+ render: ({ field: { ref, value, onChange, ...field }, fieldState: { error } }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
684
+ RadioGroup,
685
+ {
686
+ ...props,
687
+ ...field,
688
+ ref,
689
+ errorMessage: error == null ? void 0 : error.message,
690
+ isInvalid: !!error,
691
+ value,
692
+ onValueChange: onChange
693
+ }
694
+ )
695
+ }
696
+ );
697
+ }
698
+ RadioField.displayName = "TeachInUI.RadioField";
699
+
477
700
  // src/ui/form/form.tsx
478
701
  var import_form = require("@heroui/form");
479
- var import_react17 = __toESM(require("react"));
480
- var import_jsx_runtime26 = require("react/jsx-runtime");
481
- var Form = import_react17.default.forwardRef(({ ...props }, ref) => {
482
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_form.Form, { ref, ...props });
702
+ var import_react24 = __toESM(require("react"));
703
+ var import_jsx_runtime35 = require("react/jsx-runtime");
704
+ var Form = import_react24.default.forwardRef(({ ...props }, ref) => {
705
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_form.Form, { ref, ...props });
483
706
  });
484
707
  Form.displayName = "TeachInUI.Form";
485
708
 
486
709
  // src/ui/format/datetime.tsx
487
- var import_jsx_runtime27 = require("react/jsx-runtime");
710
+ var import_jsx_runtime36 = require("react/jsx-runtime");
488
711
  var defaultFormat = {
489
712
  day: "numeric",
490
713
  month: "long",
@@ -500,15 +723,15 @@ function Datetime({
500
723
  fallback = "\u2014"
501
724
  }) {
502
725
  const formatter = new Intl.DateTimeFormat(locale, format);
503
- if (!value) return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_jsx_runtime27.Fragment, { children: fallback });
726
+ if (!value) return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_jsx_runtime36.Fragment, { children: fallback });
504
727
  const date = value instanceof Date ? value : new Date(value);
505
- if (isNaN(date.getTime())) return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_jsx_runtime27.Fragment, { children: fallback });
506
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_jsx_runtime27.Fragment, { children: formatter.format(date) });
728
+ if (isNaN(date.getTime())) return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_jsx_runtime36.Fragment, { children: fallback });
729
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_jsx_runtime36.Fragment, { children: formatter.format(date) });
507
730
  }
508
731
  Datetime.displayName = "TeachInUI.FormatDatetime";
509
732
 
510
733
  // src/ui/format/date.tsx
511
- var import_jsx_runtime28 = require("react/jsx-runtime");
734
+ var import_jsx_runtime37 = require("react/jsx-runtime");
512
735
  var defaultFormat2 = {
513
736
  day: "numeric",
514
737
  month: "long",
@@ -521,15 +744,15 @@ function DateFormat({
521
744
  fallback = "\u2014"
522
745
  }) {
523
746
  const formatter = new Intl.DateTimeFormat(locale, format);
524
- if (!value) return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_jsx_runtime28.Fragment, { children: fallback });
747
+ if (!value) return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: fallback });
525
748
  const date = value instanceof Date ? value : new Date(value);
526
- if (isNaN(date.getTime())) return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_jsx_runtime28.Fragment, { children: fallback });
527
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_jsx_runtime28.Fragment, { children: formatter.format(date) });
749
+ if (isNaN(date.getTime())) return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: fallback });
750
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: formatter.format(date) });
528
751
  }
529
752
  DateFormat.displayName = "TeachInUI.FormatDate";
530
753
 
531
754
  // src/ui/format/time.tsx
532
- var import_jsx_runtime29 = require("react/jsx-runtime");
755
+ var import_jsx_runtime38 = require("react/jsx-runtime");
533
756
  var defaultFormat3 = {
534
757
  hour: "2-digit",
535
758
  minute: "2-digit"
@@ -541,15 +764,15 @@ function Time({
541
764
  fallback = "\u2014"
542
765
  }) {
543
766
  const formatter = new Intl.DateTimeFormat(locale, format);
544
- if (!value) return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, { children: fallback });
767
+ if (!value) return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: fallback });
545
768
  const date = value instanceof Date ? value : new Date(value);
546
- if (isNaN(date.getTime())) return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, { children: fallback });
547
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, { children: formatter.format(date) });
769
+ if (isNaN(date.getTime())) return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: fallback });
770
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: formatter.format(date) });
548
771
  }
549
772
  Time.displayName = "TeachInUI.FormatTime";
550
773
 
551
774
  // src/ui/format/currency.tsx
552
- var import_jsx_runtime30 = require("react/jsx-runtime");
775
+ var import_jsx_runtime39 = require("react/jsx-runtime");
553
776
  function Currency({
554
777
  amount,
555
778
  currency = "RUB",
@@ -564,23 +787,23 @@ function Currency({
564
787
  maximumFractionDigits: decimals
565
788
  }
566
789
  });
567
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, { children: formatter.format(amount) });
790
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_jsx_runtime39.Fragment, { children: formatter.format(amount) });
568
791
  }
569
792
  Currency.displayName = "TeachInUI.FormatCurrency";
570
793
 
571
794
  // src/ui/format/number.tsx
572
- var import_jsx_runtime31 = require("react/jsx-runtime");
795
+ var import_jsx_runtime40 = require("react/jsx-runtime");
573
796
  function Number({ value, decimals, locale = "ru-RU" }) {
574
797
  const formatter = new Intl.NumberFormat(locale, {
575
798
  minimumFractionDigits: decimals != null ? decimals : 0,
576
799
  maximumFractionDigits: decimals != null ? decimals : 2
577
800
  });
578
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_jsx_runtime31.Fragment, { children: formatter.format(value) });
801
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_jsx_runtime40.Fragment, { children: formatter.format(value) });
579
802
  }
580
803
  Number.displayName = "TeachInUI.FormatNumber";
581
804
 
582
805
  // src/ui/format/percent.tsx
583
- var import_jsx_runtime32 = require("react/jsx-runtime");
806
+ var import_jsx_runtime41 = require("react/jsx-runtime");
584
807
  function Percent({
585
808
  value,
586
809
  decimals = 1,
@@ -593,12 +816,12 @@ function Percent({
593
816
  maximumFractionDigits: decimals
594
817
  });
595
818
  const normalizedValue = unit === "percent" ? value / 100 : value;
596
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_jsx_runtime32.Fragment, { children: formatter.format(normalizedValue) });
819
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_jsx_runtime41.Fragment, { children: formatter.format(normalizedValue) });
597
820
  }
598
821
  Percent.displayName = "TeachInUI.FormatPercent";
599
822
 
600
823
  // src/ui/format/plural.tsx
601
- var import_jsx_runtime33 = require("react/jsx-runtime");
824
+ var import_jsx_runtime42 = require("react/jsx-runtime");
602
825
  function Plural({
603
826
  count,
604
827
  one,
@@ -619,12 +842,12 @@ function Plural({
619
842
  };
620
843
  const selectedForm = forms[rule];
621
844
  const result = showCount ? `${count} ${selectedForm}` : selectedForm;
622
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, { children: result });
845
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_jsx_runtime42.Fragment, { children: result });
623
846
  }
624
847
  Plural.displayName = "TeachInUI.FormatPlural";
625
848
 
626
849
  // src/ui/format/duration.tsx
627
- var import_jsx_runtime34 = require("react/jsx-runtime");
850
+ var import_jsx_runtime43 = require("react/jsx-runtime");
628
851
  function Duration({
629
852
  minutes = 0,
630
853
  hours = 0,
@@ -646,27 +869,27 @@ function Duration({
646
869
  if (remainingMinutes > 0 || totalDays === 0 && totalHours === 0) {
647
870
  parts.push(compact ? `${remainingMinutes}\u043C` : `${remainingMinutes} \u043C\u0438\u043D`);
648
871
  }
649
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_jsx_runtime34.Fragment, { children: parts.join(" ") });
872
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_jsx_runtime43.Fragment, { children: parts.join(" ") });
650
873
  }
651
874
  Duration.displayName = "TeachInUI.FormatDuration";
652
875
 
653
876
  // src/ui/format/boolean.tsx
654
- var import_jsx_runtime35 = require("react/jsx-runtime");
877
+ var import_jsx_runtime44 = require("react/jsx-runtime");
655
878
  function Boolean({
656
879
  value,
657
880
  trueLabel = "\u0414\u0430",
658
881
  falseLabel = "\u041D\u0435\u0442",
659
882
  nullLabel = "\u2014"
660
883
  }) {
661
- if (value === null || value === void 0) return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_jsx_runtime35.Fragment, { children: nullLabel });
662
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_jsx_runtime35.Fragment, { children: value ? trueLabel : falseLabel });
884
+ if (value === null || value === void 0) return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_jsx_runtime44.Fragment, { children: nullLabel });
885
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_jsx_runtime44.Fragment, { children: value ? trueLabel : falseLabel });
663
886
  }
664
887
  Boolean.displayName = "TeachInUI.FormatBoolean";
665
888
 
666
889
  // src/ui/surface/bento/bento.tsx
667
- var import_tailwind_variants = require("tailwind-variants");
668
- var import_jsx_runtime36 = require("react/jsx-runtime");
669
- var bento = (0, import_tailwind_variants.tv)({
890
+ var import_tailwind_variants2 = require("tailwind-variants");
891
+ var import_jsx_runtime45 = require("react/jsx-runtime");
892
+ var bento = (0, import_tailwind_variants2.tv)({
670
893
  base: "rounded-xl p-6 transition-colors",
671
894
  variants: {
672
895
  color: {
@@ -703,15 +926,42 @@ var bento = (0, import_tailwind_variants.tv)({
703
926
  }
704
927
  });
705
928
  var Bento = ({ className, ...props }) => {
706
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: bento({ ...props, className }), ...props });
929
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: bento({ ...props, className }), ...props });
707
930
  };
708
931
  Bento.displayName = "TeachInUI.Bento";
709
932
 
933
+ // src/ui/surface/card/card.tsx
934
+ var import_react25 = __toESM(require("react"));
935
+ var import_card = require("@heroui/card");
936
+ var import_jsx_runtime46 = require("react/jsx-runtime");
937
+ var Root = import_react25.default.forwardRef(({ children, ...props }, ref) => {
938
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_card.Card, { ref, ...props, children });
939
+ });
940
+ Root.displayName = "TeachInUI.Card.Root";
941
+ var Header = import_react25.default.forwardRef(({ children, ...props }, ref) => {
942
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_card.CardHeader, { ref, ...props, children });
943
+ });
944
+ Header.displayName = "TeachInUI.Card.Header";
945
+ var Body = import_react25.default.forwardRef(({ children, ...props }, ref) => {
946
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_card.CardBody, { ref, ...props, children });
947
+ });
948
+ Body.displayName = "TeachInUI.Card.Body";
949
+ var Footer = import_react25.default.forwardRef(({ children, ...props }, ref) => {
950
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_card.CardFooter, { ref, ...props, children });
951
+ });
952
+ Footer.displayName = "TeachInUI.Card.Footer";
953
+ var Card = {
954
+ Root,
955
+ Header,
956
+ Body,
957
+ Footer
958
+ };
959
+
710
960
  // src/ui/layout/container/container.tsx
711
961
  var import_react_slot = require("@radix-ui/react-slot");
712
- var import_tailwind_variants2 = require("tailwind-variants");
713
- var import_jsx_runtime37 = require("react/jsx-runtime");
714
- var variants = (0, import_tailwind_variants2.tv)({
962
+ var import_tailwind_variants3 = require("tailwind-variants");
963
+ var import_jsx_runtime47 = require("react/jsx-runtime");
964
+ var variants = (0, import_tailwind_variants3.tv)({
715
965
  base: "w-full mx-auto px-6",
716
966
  variants: {
717
967
  size: {
@@ -730,65 +980,65 @@ var variants = (0, import_tailwind_variants2.tv)({
730
980
  });
731
981
  var Container = ({ children, asChild = false, className, size, ...props }) => {
732
982
  const Comp = asChild ? import_react_slot.Slot : "div";
733
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Comp, { className: cn(variants({ size }), className), ...props, children });
983
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Comp, { className: cn(variants({ size }), className), ...props, children });
734
984
  };
735
985
  Container.displayName = "TeachInUI.Container";
736
986
 
737
987
  // src/ui/layout/page/breadcrumbs.tsx
738
988
  var import_breadcrumbs = require("@heroui/breadcrumbs");
739
- var import_jsx_runtime38 = require("react/jsx-runtime");
740
- var Breadcrumbs = ({ items }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_breadcrumbs.Breadcrumbs, { children: items.map((item) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_breadcrumbs.BreadcrumbItem, { href: item.href, isDisabled: item.href === void 0, children: item.label }, item.label)) });
989
+ var import_jsx_runtime48 = require("react/jsx-runtime");
990
+ var Breadcrumbs = ({ items }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_breadcrumbs.Breadcrumbs, { children: items.map((item) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_breadcrumbs.BreadcrumbItem, { href: item.href, isDisabled: item.href === void 0, children: item.label }, item.label)) });
741
991
 
742
992
  // src/ui/layout/page/page-content.tsx
743
- var import_jsx_runtime39 = require("react/jsx-runtime");
744
- var Root = ({
993
+ var import_jsx_runtime49 = require("react/jsx-runtime");
994
+ var Root2 = ({
745
995
  children,
746
996
  breadcrumbs = []
747
- }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex flex-col gap-6", children: [
748
- breadcrumbs.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Breadcrumbs, { items: breadcrumbs }),
997
+ }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { className: "flex flex-col gap-6", children: [
998
+ breadcrumbs.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Breadcrumbs, { items: breadcrumbs }),
749
999
  children
750
1000
  ] });
751
- Root.displayName = "TeachInUI.PageContent.Root";
752
- var Header = ({ children, ...others }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("header", { className: "flex items-center justify-between gap-4", role: "banner", ...others, children });
753
- Header.displayName = "TeachInUI.PageContent.Header";
1001
+ Root2.displayName = "TeachInUI.PageContent.Root";
1002
+ var Header2 = ({ children, ...others }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("header", { className: "flex items-center justify-between gap-4", role: "banner", ...others, children });
1003
+ Header2.displayName = "TeachInUI.PageContent.Header";
754
1004
  var Title = ({
755
1005
  children,
756
1006
  ...others
757
- }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("h1", { className: "text-4xl leading-10 font-bold", ...others, children });
1007
+ }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("h1", { className: "text-4xl leading-10 font-bold", ...others, children });
758
1008
  Title.displayName = "TeachInUI.PageContent.Title";
759
1009
  var Actions = ({
760
1010
  children,
761
1011
  ...others
762
- }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "flex gap-2", role: "group", ...others, children });
1012
+ }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "flex gap-2", role: "group", ...others, children });
763
1013
  Actions.displayName = "TeachInUI.PageContent.Actions";
764
- var Body = ({ children }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "flex flex-col gap-6", children });
765
- Body.displayName = "TeachInUI.PageContent.Body";
1014
+ var Body2 = ({ children }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "flex flex-col gap-6", children });
1015
+ Body2.displayName = "TeachInUI.PageContent.Body";
766
1016
  var Section = ({
767
1017
  children,
768
1018
  ...others
769
- }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("section", { className: "flex flex-col gap-4", ...others, children });
1019
+ }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("section", { className: "flex flex-col gap-4", ...others, children });
770
1020
  Section.displayName = "TeachInUI.PageContent.Section";
771
1021
  var SectionHeader = ({
772
1022
  children,
773
1023
  ...others
774
- }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "flex items-center justify-between", ...others, children });
1024
+ }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "flex items-center justify-between", ...others, children });
775
1025
  SectionHeader.displayName = "TeachInUI.PageContent.SectionHeader";
776
1026
  var SectionTitle = ({
777
1027
  children,
778
1028
  ...others
779
- }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("h2", { className: "text-3xl leading-9 font-bold", ...others, children });
1029
+ }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("h2", { className: "text-3xl leading-9 font-bold", ...others, children });
780
1030
  SectionTitle.displayName = "TeachInUI.PageContent.SectionTitle";
781
1031
  var SectionActions = ({
782
1032
  children,
783
1033
  ...others
784
- }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "flex gap-2", role: "group", ...others, children });
1034
+ }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "flex gap-2", role: "group", ...others, children });
785
1035
  SectionActions.displayName = "TeachInUI.PageContent.SectionActions";
786
1036
  var PageContent = {
787
- Root,
788
- Header,
1037
+ Root: Root2,
1038
+ Header: Header2,
789
1039
  Title,
790
1040
  Actions,
791
- Body,
1041
+ Body: Body2,
792
1042
  Section,
793
1043
  SectionHeader,
794
1044
  SectionTitle,
@@ -796,19 +1046,19 @@ var PageContent = {
796
1046
  };
797
1047
 
798
1048
  // src/ui/layout/page/page-loading.tsx
799
- var import_jsx_runtime40 = require("react/jsx-runtime");
800
- var PageLoading = () => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "flex h-screen items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Spinner, {}) });
1049
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1050
+ var PageLoading = () => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "flex h-screen items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Spinner, {}) });
801
1051
  PageLoading.displayName = "TeachInUI.PageLoading";
802
1052
 
803
1053
  // src/ui/layout/page/section-loading.tsx
804
- var import_jsx_runtime41 = require("react/jsx-runtime");
805
- var SectionLoading = () => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "flex min-h-[400px] items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Spinner, {}) });
1054
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1055
+ var SectionLoading = () => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "flex min-h-[400px] items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Spinner, {}) });
806
1056
  SectionLoading.displayName = "TeachInUI.SectionLoading";
807
1057
 
808
1058
  // src/ui/layout/flex/flex.tsx
809
- var import_tailwind_variants3 = require("tailwind-variants");
810
- var import_jsx_runtime42 = require("react/jsx-runtime");
811
- var variants2 = (0, import_tailwind_variants3.tv)({
1059
+ var import_tailwind_variants4 = require("tailwind-variants");
1060
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1061
+ var variants2 = (0, import_tailwind_variants4.tv)({
812
1062
  base: "flex",
813
1063
  variants: {
814
1064
  direction: {
@@ -855,14 +1105,14 @@ var variants2 = (0, import_tailwind_variants3.tv)({
855
1105
  }
856
1106
  });
857
1107
  var Flex = ({ className, ...props }) => {
858
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: variants2({ ...props, className }), ...props });
1108
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: variants2({ ...props, className }), ...props });
859
1109
  };
860
1110
  Flex.displayName = "TeachInUI.Flex";
861
1111
 
862
1112
  // src/ui/layout/grid/grid.tsx
863
- var import_tailwind_variants4 = require("tailwind-variants");
864
- var import_jsx_runtime43 = require("react/jsx-runtime");
865
- var variants3 = (0, import_tailwind_variants4.tv)({
1113
+ var import_tailwind_variants5 = require("tailwind-variants");
1114
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1115
+ var variants3 = (0, import_tailwind_variants5.tv)({
866
1116
  base: "grid",
867
1117
  variants: {
868
1118
  columns: {
@@ -911,64 +1161,181 @@ var variants3 = (0, import_tailwind_variants4.tv)({
911
1161
  }
912
1162
  });
913
1163
  var Grid = ({ className, ...props }) => {
914
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: variants3({ ...props, className }), ...props });
1164
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: variants3({ ...props, className }), ...props });
915
1165
  };
916
1166
  Grid.displayName = "TeachInUI.Grid";
917
1167
 
1168
+ // src/ui/layout/divider/divider.tsx
1169
+ var import_react26 = __toESM(require("react"));
1170
+ var import_divider = require("@heroui/divider");
1171
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1172
+ var Divider = import_react26.default.forwardRef((props, ref) => {
1173
+ const { ...restProps } = props;
1174
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_divider.Divider, { ref, ...restProps });
1175
+ });
1176
+ Divider.displayName = "TeachInUI.Divider";
1177
+
1178
+ // src/ui/layout/scroll-shadow/scroll-shadow.tsx
1179
+ var import_react27 = __toESM(require("react"));
1180
+ var import_scroll_shadow = require("@heroui/scroll-shadow");
1181
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1182
+ var ScrollShadow = import_react27.default.forwardRef((props, ref) => {
1183
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_scroll_shadow.ScrollShadow, { ref, ...props });
1184
+ });
1185
+ ScrollShadow.displayName = "TeachInUI.ScrollShadow";
1186
+
1187
+ // src/ui/layout/accordion/accordion.tsx
1188
+ var import_accordion = require("@heroui/accordion");
1189
+ var Accordion = Object.assign(import_accordion.Accordion, { displayName: "TeachInUI.Accordion" });
1190
+ var AccordionItem = Object.assign(import_accordion.AccordionItem, { displayName: "TeachInUI.AccordionItem" });
1191
+
918
1192
  // src/ui/navigation/link/link.tsx
919
1193
  var import_link = require("@heroui/link");
920
- var import_jsx_runtime44 = require("react/jsx-runtime");
1194
+ var import_jsx_runtime56 = require("react/jsx-runtime");
921
1195
  function Link({ children, ...props }) {
922
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_link.Link, { ...props, children });
1196
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_link.Link, { ...props, children });
923
1197
  }
924
1198
  Link.displayName = "TeachInUI.Link";
925
1199
 
1200
+ // src/ui/navigation/tabs/tabs.tsx
1201
+ var import_react28 = __toESM(require("react"));
1202
+ var import_tabs = require("@heroui/tabs");
1203
+ var import_jsx_runtime57 = require("react/jsx-runtime");
1204
+ var Root3 = import_react28.default.forwardRef(({ children, ...props }, ref) => {
1205
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_tabs.Tabs, { ref, ...props, children });
1206
+ });
1207
+ Root3.displayName = "TeachInUI.Tabs.Root";
1208
+ var Tab = Object.assign(import_tabs.Tab, {
1209
+ displayName: "TeachInUI.Tabs.Tab"
1210
+ });
1211
+ var Tabs = {
1212
+ Root: Root3,
1213
+ Tab
1214
+ };
1215
+
1216
+ // src/ui/navigation/navbar/navbar.tsx
1217
+ var import_react29 = __toESM(require("react"));
1218
+ var import_navbar = require("@heroui/navbar");
1219
+ var import_jsx_runtime58 = require("react/jsx-runtime");
1220
+ var Navbar = import_react29.default.forwardRef((props, ref) => {
1221
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_navbar.Navbar, { ref, ...props });
1222
+ });
1223
+ Navbar.displayName = "TeachInUI.Navbar";
1224
+ var NavbarBrand = import_react29.default.forwardRef((props, ref) => {
1225
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_navbar.NavbarBrand, { ref, ...props });
1226
+ });
1227
+ NavbarBrand.displayName = "TeachInUI.NavbarBrand";
1228
+ var NavbarContent = import_react29.default.forwardRef((props, ref) => {
1229
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_navbar.NavbarContent, { ref, ...props });
1230
+ });
1231
+ NavbarContent.displayName = "TeachInUI.NavbarContent";
1232
+ var NavbarItem = import_react29.default.forwardRef((props, ref) => {
1233
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_navbar.NavbarItem, { ref, ...props });
1234
+ });
1235
+ NavbarItem.displayName = "TeachInUI.NavbarItem";
1236
+ var NavbarMenu = import_react29.default.forwardRef((props, ref) => {
1237
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_navbar.NavbarMenu, { ref, ...props });
1238
+ });
1239
+ NavbarMenu.displayName = "TeachInUI.NavbarMenu";
1240
+ var NavbarMenuItem = import_react29.default.forwardRef((props, ref) => {
1241
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_navbar.NavbarMenuItem, { ref, ...props });
1242
+ });
1243
+ NavbarMenuItem.displayName = "TeachInUI.NavbarMenuItem";
1244
+ var NavbarMenuToggle = import_react29.default.forwardRef((props, ref) => {
1245
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_navbar.NavbarMenuToggle, { ref, ...props });
1246
+ });
1247
+ NavbarMenuToggle.displayName = "TeachInUI.NavbarMenuToggle";
1248
+
1249
+ // src/ui/navigation/breadcrumbs/breadcrumbs.tsx
1250
+ var import_breadcrumbs3 = require("@heroui/breadcrumbs");
1251
+ var Breadcrumbs2 = Object.assign(import_breadcrumbs3.Breadcrumbs, { displayName: "TeachInUI.Breadcrumbs" });
1252
+ var BreadcrumbItem2 = Object.assign(import_breadcrumbs3.BreadcrumbItem, {
1253
+ displayName: "TeachInUI.BreadcrumbItem"
1254
+ });
1255
+
926
1256
  // src/ui/overlays/modal/modal.tsx
927
1257
  var import_modal = require("@heroui/modal");
928
- var import_jsx_runtime45 = require("react/jsx-runtime");
929
- function Root2({
1258
+ var import_jsx_runtime59 = require("react/jsx-runtime");
1259
+ function Root4({
930
1260
  size = "md",
931
1261
  placement = "center",
932
1262
  children,
933
1263
  ...props
934
1264
  }) {
935
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_modal.Modal, { placement, size, ...props, children });
1265
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_modal.Modal, { placement, size, ...props, children });
936
1266
  }
937
- Root2.displayName = "TeachInUI.Modal.Root";
1267
+ Root4.displayName = "TeachInUI.Modal.Root";
938
1268
  function Content({ children, ...props }) {
939
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_modal.ModalContent, { ...props, children: (onClose) => typeof children === "function" ? children(onClose) : children });
1269
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_modal.ModalContent, { ...props, children: (onClose) => typeof children === "function" ? children(onClose) : children });
940
1270
  }
941
1271
  Content.displayName = "TeachInUI.Modal.Content";
942
- function Header2({ children, ...props }) {
943
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_modal.ModalHeader, { ...props, children });
1272
+ function Header3({ children, ...props }) {
1273
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_modal.ModalHeader, { ...props, children });
944
1274
  }
945
- Header2.displayName = "TeachInUI.Modal.Header";
946
- function Body2({ children, ...props }) {
947
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_modal.ModalBody, { ...props, children });
1275
+ Header3.displayName = "TeachInUI.Modal.Header";
1276
+ function Body3({ children, ...props }) {
1277
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_modal.ModalBody, { ...props, children });
948
1278
  }
949
- Body2.displayName = "TeachInUI.Modal.Body";
950
- function Footer({ children, ...props }) {
951
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_modal.ModalFooter, { ...props, children });
1279
+ Body3.displayName = "TeachInUI.Modal.Body";
1280
+ function Footer2({ children, ...props }) {
1281
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_modal.ModalFooter, { ...props, children });
952
1282
  }
953
- Footer.displayName = "TeachInUI.Modal.Footer";
1283
+ Footer2.displayName = "TeachInUI.Modal.Footer";
954
1284
  var Modal = {
955
- Root: Root2,
1285
+ Root: Root4,
956
1286
  Content,
957
- Header: Header2,
958
- Body: Body2,
959
- Footer
1287
+ Header: Header3,
1288
+ Body: Body3,
1289
+ Footer: Footer2
1290
+ };
1291
+
1292
+ // src/ui/overlays/dropdown/dropdown.tsx
1293
+ var import_dropdown = require("@heroui/dropdown");
1294
+ var Dropdown = Object.assign(import_dropdown.Dropdown, { displayName: "TeachInUI.Dropdown" });
1295
+ var DropdownTrigger = Object.assign(import_dropdown.DropdownTrigger, {
1296
+ displayName: "TeachInUI.DropdownTrigger"
1297
+ });
1298
+ var DropdownMenu = Object.assign(import_dropdown.DropdownMenu, { displayName: "TeachInUI.DropdownMenu" });
1299
+ var DropdownItem = Object.assign(import_dropdown.DropdownItem, { displayName: "TeachInUI.DropdownItem" });
1300
+ var DropdownSection = Object.assign(import_dropdown.DropdownSection, {
1301
+ displayName: "TeachInUI.DropdownSection"
1302
+ });
1303
+
1304
+ // src/ui/overlays/popover/popover.tsx
1305
+ var import_popover = require("@heroui/popover");
1306
+ var import_jsx_runtime60 = require("react/jsx-runtime");
1307
+ var Root5 = ({ children, ...props }) => {
1308
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_popover.Popover, { ...props, children });
1309
+ };
1310
+ Root5.displayName = "TeachInUI.Popover.Root";
1311
+ var Trigger = ({ children, ...props }) => {
1312
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_popover.PopoverTrigger, { ...props, children });
1313
+ };
1314
+ Trigger.displayName = "TeachInUI.Popover.Trigger";
1315
+ var Content2 = ({ children, ...props }) => {
1316
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_popover.PopoverContent, { ...props, children });
1317
+ };
1318
+ Content2.displayName = "TeachInUI.Popover.Content";
1319
+ var Popover = {
1320
+ Root: Root5,
1321
+ Trigger,
1322
+ Content: Content2
960
1323
  };
961
1324
 
962
1325
  // src/ui/provider/ui-provider.tsx
963
- var import_system2 = require("@heroui/system");
964
- var import_jsx_runtime46 = require("react/jsx-runtime");
1326
+ var import_system3 = require("@heroui/system");
1327
+ var import_jsx_runtime61 = require("react/jsx-runtime");
965
1328
  function UIProvider({
966
1329
  children,
967
1330
  locale = "ru-RU",
968
1331
  labelPlacement = "outside",
969
- navigate
1332
+ navigate,
1333
+ toastProviderProps
970
1334
  }) {
971
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_system2.HeroUIProvider, { labelPlacement, locale, navigate, children });
1335
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_system3.HeroUIProvider, { labelPlacement, locale, navigate, children: [
1336
+ children,
1337
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToastProvider, { ...toastProviderProps })
1338
+ ] });
972
1339
  }
973
1340
 
974
1341
  // src/ui/style/css.ts
@@ -1270,7 +1637,7 @@ var themeColorsDark = {
1270
1637
  },
1271
1638
  primary: {
1272
1639
  ...swapColorValues(commonColors.blue),
1273
- foreground: commonColors.blue[500],
1640
+ foreground: commonColors.white,
1274
1641
  flat: commonColors.blue[500],
1275
1642
  DEFAULT: commonColors.blue[500]
1276
1643
  },
@@ -1349,6 +1716,8 @@ var theme = (0, import_theme.heroui)({
1349
1716
  });
1350
1717
  // Annotate the CommonJS export names for ESM import in node:
1351
1718
  0 && (module.exports = {
1719
+ Accordion,
1720
+ AccordionItem,
1352
1721
  Actions,
1353
1722
  Alert,
1354
1723
  Autocomplete,
@@ -1356,15 +1725,27 @@ var theme = (0, import_theme.heroui)({
1356
1725
  Avatar,
1357
1726
  Bento,
1358
1727
  Body,
1728
+ BreadcrumbItem,
1729
+ Breadcrumbs,
1359
1730
  Button,
1731
+ Card,
1360
1732
  Checkbox,
1361
1733
  CheckboxField,
1734
+ CheckboxGroup,
1362
1735
  Chip,
1736
+ CircularProgress,
1363
1737
  Container,
1364
1738
  DatePicker,
1365
1739
  DatePickerField,
1740
+ Divider,
1741
+ Dropdown,
1742
+ DropdownItem,
1743
+ DropdownMenu,
1744
+ DropdownSection,
1745
+ DropdownTrigger,
1366
1746
  Email,
1367
1747
  EmailField,
1748
+ FavoriteSwitch,
1368
1749
  Flex,
1369
1750
  Form,
1370
1751
  FormatBoolean,
@@ -1378,14 +1759,28 @@ var theme = (0, import_theme.heroui)({
1378
1759
  FormatTime,
1379
1760
  Grid,
1380
1761
  Header,
1762
+ Image,
1381
1763
  Input,
1382
1764
  InputField,
1383
1765
  Link,
1384
1766
  Modal,
1767
+ Navbar,
1768
+ NavbarBrand,
1769
+ NavbarContent,
1770
+ NavbarItem,
1771
+ NavbarMenu,
1772
+ NavbarMenuItem,
1773
+ NavbarMenuToggle,
1385
1774
  PageContent,
1386
1775
  PageLoading,
1387
1776
  Pagination,
1777
+ Popover,
1778
+ Progress,
1779
+ Radio,
1780
+ RadioField,
1781
+ RadioGroup,
1388
1782
  Root,
1783
+ ScrollShadow,
1389
1784
  Section,
1390
1785
  SectionActions,
1391
1786
  SectionHeader,
@@ -1396,16 +1791,34 @@ var theme = (0, import_theme.heroui)({
1396
1791
  Spinner,
1397
1792
  Switch,
1398
1793
  SwitchField,
1794
+ Table,
1795
+ TableBody,
1796
+ TableCell,
1797
+ TableColumn,
1798
+ TableHeader,
1799
+ TableRow,
1800
+ Tabs,
1399
1801
  TeachInUIProvider,
1400
1802
  Text,
1401
1803
  TextField,
1402
1804
  Textarea,
1403
1805
  TextareaField,
1404
1806
  Title,
1807
+ Toast,
1808
+ ToastProvider,
1405
1809
  Tooltip,
1406
1810
  UIProvider,
1811
+ User,
1812
+ addToast,
1407
1813
  bento,
1408
1814
  breakpoints,
1815
+ closeAll,
1816
+ closeToast,
1409
1817
  cn,
1410
- theme
1818
+ extendVariants,
1819
+ getKeyValue,
1820
+ getToastQueue,
1821
+ isToastClosing,
1822
+ theme,
1823
+ useToast
1411
1824
  });