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