@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.mjs CHANGED
@@ -1,19 +1,20 @@
1
1
  "use client";
2
2
  import {
3
3
  Container
4
- } from "./chunk-IZ5KKF6P.mjs";
5
- import "./chunk-JUIVZCH7.mjs";
4
+ } from "./chunk-773RYGHT.mjs";
5
+ import "./chunk-BGNMWHME.mjs";
6
6
  import {
7
- Flex
8
- } from "./chunk-M5F723W7.mjs";
7
+ ScrollShadow
8
+ } from "./chunk-OZSO3C5Q.mjs";
9
+ import "./chunk-NVLF7L4R.mjs";
10
+ import {
11
+ Divider
12
+ } from "./chunk-VWGY6KWP.mjs";
9
13
  import "./chunk-NDQAHQFL.mjs";
10
14
  import {
11
15
  Grid
12
16
  } from "./chunk-W6NKLZ73.mjs";
13
17
  import "./chunk-CRPCWBXA.mjs";
14
- import {
15
- PageLoading
16
- } from "./chunk-SPED4RBS.mjs";
17
18
  import {
18
19
  SectionLoading
19
20
  } from "./chunk-25XG46X6.mjs";
@@ -30,13 +31,32 @@ import {
30
31
  Title
31
32
  } from "./chunk-Q4TQYK6N.mjs";
32
33
  import "./chunk-DBQTFBA3.mjs";
34
+ import {
35
+ PageLoading
36
+ } from "./chunk-SPED4RBS.mjs";
37
+ import "./chunk-JUIVZCH7.mjs";
38
+ import {
39
+ Flex
40
+ } from "./chunk-M5F723W7.mjs";
41
+ import "./chunk-N7GOJBLM.mjs";
42
+ import {
43
+ Accordion,
44
+ AccordionItem
45
+ } from "./chunk-QUMDPADZ.mjs";
33
46
  import "./chunk-Q6XJI7Q2.mjs";
34
- import "./chunk-CAJWTQDB.mjs";
47
+ import {
48
+ cn
49
+ } from "./chunk-LOMRTWX5.mjs";
50
+ import "./chunk-UNBE67YJ.mjs";
35
51
  import "./chunk-PON4ZQKG.mjs";
36
52
  import {
37
53
  Bento,
38
54
  bento
39
55
  } from "./chunk-J3OZNLTZ.mjs";
56
+ import "./chunk-57JRJHSH.mjs";
57
+ import {
58
+ Card
59
+ } from "./chunk-UFYLYN5Z.mjs";
40
60
  import "./chunk-EVQFKHCM.mjs";
41
61
  import "./chunk-XAW35UDV.mjs";
42
62
  import {
@@ -44,101 +64,37 @@ import {
44
64
  } from "./chunk-NBFOX367.mjs";
45
65
  import {
46
66
  theme
47
- } from "./chunk-545OBZ4O.mjs";
67
+ } from "./chunk-WFNNN6WU.mjs";
48
68
  import "./chunk-JWMPI5AZ.mjs";
49
- import "./chunk-PFLROV3C.mjs";
50
- import "./chunk-X7ER4IDJ.mjs";
69
+ import "./chunk-544SDU73.mjs";
70
+ import "./chunk-AFVGHUW2.mjs";
51
71
  import "./chunk-EJQH6CYW.mjs";
52
- import "./chunk-NCM6KIQH.mjs";
53
- import "./chunk-SLB2JE3N.mjs";
54
- import "./chunk-XYQVL4EX.mjs";
72
+ import "./chunk-5WDV3PDI.mjs";
55
73
  import "./chunk-HOVAPYGJ.mjs";
56
74
  import "./chunk-3LOCA2SP.mjs";
57
- import "./chunk-2OPPNAW2.mjs";
58
- import "./chunk-OW6U64MG.mjs";
59
75
  import "./chunk-LUERGYYZ.mjs";
60
76
  import "./chunk-YBQFG6QJ.mjs";
61
77
  import "./chunk-XKX5LFH7.mjs";
78
+ import "./chunk-SLB2JE3N.mjs";
79
+ import "./chunk-XYQVL4EX.mjs";
80
+ import "./chunk-2OPPNAW2.mjs";
81
+ import "./chunk-OW6U64MG.mjs";
62
82
  import "./chunk-VIPLRFPR.mjs";
63
- import "./chunk-OEHJDT6R.mjs";
64
- import "./chunk-I5AMV7H7.mjs";
65
- import {
66
- Modal
67
- } from "./chunk-T57H3CGO.mjs";
68
- import "./chunk-3N5UZODS.mjs";
69
- import {
70
- UIProvider
71
- } from "./chunk-6WK4W5LL.mjs";
72
- import {
73
- cn
74
- } from "./chunk-LOMRTWX5.mjs";
75
- import "./chunk-5HUR2CNH.mjs";
76
- import "./chunk-25ISU6R3.mjs";
77
- import {
78
- Link
79
- } from "./chunk-7T3JFARO.mjs";
80
- import "./chunk-5IHVMMCK.mjs";
81
- import {
82
- Number
83
- } from "./chunk-NZI5NBXF.mjs";
84
- import {
85
- Percent
86
- } from "./chunk-CXAZBWS4.mjs";
87
- import {
88
- Plural
89
- } from "./chunk-UHLC7GOU.mjs";
90
- import {
91
- Time
92
- } from "./chunk-3ZTXXJSO.mjs";
93
- import {
94
- Boolean
95
- } from "./chunk-26RHRVH2.mjs";
96
- import {
97
- Currency
98
- } from "./chunk-LN7WH3OB.mjs";
99
- import {
100
- DateFormat
101
- } from "./chunk-BUVPBB4J.mjs";
102
- import {
103
- Datetime
104
- } from "./chunk-6NZ4IHNU.mjs";
105
- import {
106
- Duration
107
- } from "./chunk-4QSIBIUI.mjs";
108
- import "./chunk-HZ5YAOU6.mjs";
109
- import "./chunk-5UKTT75Y.mjs";
110
- import {
111
- Button
112
- } from "./chunk-TYMUQULA.mjs";
113
- import "./chunk-54ZSBA6H.mjs";
114
- import "./chunk-KH4D2C2T.mjs";
115
- import {
116
- Pagination
117
- } from "./chunk-O5T4GUJH.mjs";
118
- import "./chunk-UTZUYZZL.mjs";
119
- import {
120
- Avatar
121
- } from "./chunk-IZEJE6V2.mjs";
122
- import "./chunk-UURZJWWV.mjs";
123
- import "./chunk-WZDFBWUL.mjs";
83
+ import "./chunk-VOG5HJID.mjs";
84
+ import "./chunk-FXXWSYJA.mjs";
85
+ import "./chunk-Q6JSJOU4.mjs";
124
86
  import {
125
- Spinner
126
- } from "./chunk-ZXCQ73RT.mjs";
127
- import "./chunk-3BST3PYD.mjs";
87
+ InputField
88
+ } from "./chunk-JDFRAN4S.mjs";
128
89
  import {
129
- Tooltip
130
- } from "./chunk-TJBXXTYS.mjs";
131
- import "./chunk-K3WTHFIG.mjs";
90
+ RadioField
91
+ } from "./chunk-W2A6C27Y.mjs";
132
92
  import {
133
- Chip
134
- } from "./chunk-ONQIPN3G.mjs";
135
- import "./chunk-V77JZXH7.mjs";
93
+ SelectField
94
+ } from "./chunk-NLHQDWUK.mjs";
136
95
  import {
137
- Alert
138
- } from "./chunk-TIFF5WZA.mjs";
139
- import "./chunk-VOG5HJID.mjs";
140
- import "./chunk-FXXWSYJA.mjs";
141
- import "./chunk-JJHHWDZT.mjs";
96
+ SwitchField
97
+ } from "./chunk-EC3NSPHR.mjs";
142
98
  import {
143
99
  TextField
144
100
  } from "./chunk-CETCW7DS.mjs";
@@ -150,7 +106,7 @@ import {
150
106
  } from "./chunk-S3ET5HKP.mjs";
151
107
  import {
152
108
  CheckboxField
153
- } from "./chunk-6UIBJVXP.mjs";
109
+ } from "./chunk-MCZBJUTN.mjs";
154
110
  import {
155
111
  DatePickerField
156
112
  } from "./chunk-7GHK5XYK.mjs";
@@ -158,27 +114,31 @@ import {
158
114
  EmailField
159
115
  } from "./chunk-R7LDL5CU.mjs";
160
116
  import {
161
- InputField
162
- } from "./chunk-JDFRAN4S.mjs";
117
+ Form
118
+ } from "./chunk-A3AAC7PF.mjs";
119
+ import "./chunk-CZEO3U25.mjs";
120
+ import "./chunk-DUQFM3QS.mjs";
163
121
  import {
164
- SelectField
165
- } from "./chunk-GEJLG5RP.mjs";
122
+ Text
123
+ } from "./chunk-KTUGFQWJ.mjs";
124
+ import "./chunk-RRA7GWP2.mjs";
166
125
  import {
167
- SwitchField
168
- } from "./chunk-EC3NSPHR.mjs";
169
- import "./chunk-5YMUHF45.mjs";
170
- import "./chunk-5HK7HRTR.mjs";
126
+ RadioGroup
127
+ } from "./chunk-NOXFF2KJ.mjs";
171
128
  import {
172
- Textarea
173
- } from "./chunk-HJUZTISD.mjs";
174
- import "./chunk-5EWHMXCP.mjs";
129
+ Radio
130
+ } from "./chunk-2SNKT7I4.mjs";
131
+ import "./chunk-LLP2PTPK.mjs";
132
+ import {
133
+ FavoriteSwitch
134
+ } from "./chunk-E5QSNLSR.mjs";
175
135
  import {
176
136
  Switch
177
137
  } from "./chunk-N3EAW6UO.mjs";
178
- import "./chunk-DUQFM3QS.mjs";
138
+ import "./chunk-5HK7HRTR.mjs";
179
139
  import {
180
- Text
181
- } from "./chunk-KTUGFQWJ.mjs";
140
+ Textarea
141
+ } from "./chunk-HJUZTISD.mjs";
182
142
  import "./chunk-V2HNFTTX.mjs";
183
143
  import {
184
144
  DatePicker
@@ -194,19 +154,164 @@ import {
194
154
  import "./chunk-AQ3ISJKU.mjs";
195
155
  import {
196
156
  Select
197
- } from "./chunk-GQ3LBZ2Q.mjs";
157
+ } from "./chunk-3YOW5DEZ.mjs";
198
158
  import "./chunk-WYJW5NNA.mjs";
199
159
  import {
200
160
  Autocomplete
201
161
  } from "./chunk-C3MURCMZ.mjs";
202
- import "./chunk-WJXIRSSW.mjs";
162
+ import "./chunk-UUKS7JYX.mjs";
163
+ import {
164
+ CheckboxGroup
165
+ } from "./chunk-C4PCTOGM.mjs";
203
166
  import {
204
167
  Checkbox
205
- } from "./chunk-WTXPB253.mjs";
168
+ } from "./chunk-N3QOXWJI.mjs";
169
+ import "./chunk-J3GK2CGQ.mjs";
170
+ import "./chunk-MJTSZFLC.mjs";
206
171
  import {
207
- Form
208
- } from "./chunk-A3AAC7PF.mjs";
172
+ Tabs
173
+ } from "./chunk-ZSYIKEXW.mjs";
174
+ import "./chunk-FKHR6G3R.mjs";
175
+ import {
176
+ BreadcrumbItem,
177
+ Breadcrumbs
178
+ } from "./chunk-TSD6GU35.mjs";
179
+ import "./chunk-25ISU6R3.mjs";
180
+ import {
181
+ Link
182
+ } from "./chunk-7T3JFARO.mjs";
183
+ import "./chunk-AT6DX4DN.mjs";
184
+ import {
185
+ Navbar,
186
+ NavbarBrand,
187
+ NavbarContent,
188
+ NavbarItem,
189
+ NavbarMenu,
190
+ NavbarMenuItem,
191
+ NavbarMenuToggle
192
+ } from "./chunk-SAYYLTIE.mjs";
193
+ import "./chunk-UON5ACST.mjs";
194
+ import "./chunk-ICRO6HS3.mjs";
195
+ import {
196
+ Dropdown,
197
+ DropdownItem,
198
+ DropdownMenu,
199
+ DropdownSection,
200
+ DropdownTrigger
201
+ } from "./chunk-YNCISHAU.mjs";
202
+ import "./chunk-I5AMV7H7.mjs";
203
+ import {
204
+ Modal
205
+ } from "./chunk-T57H3CGO.mjs";
206
+ import "./chunk-UT5RUCAT.mjs";
207
+ import {
208
+ Popover
209
+ } from "./chunk-PSK7I7V4.mjs";
210
+ import "./chunk-3N5UZODS.mjs";
211
+ import {
212
+ UIProvider
213
+ } from "./chunk-FQUYFYMS.mjs";
214
+ import "./chunk-AR4IYKG5.mjs";
215
+ import {
216
+ Toast,
217
+ ToastProvider,
218
+ addToast,
219
+ closeAll,
220
+ closeToast,
221
+ getToastQueue,
222
+ isToastClosing,
223
+ useToast
224
+ } from "./chunk-CA2EAK5M.mjs";
225
+ import "./chunk-U4FAPNVK.mjs";
226
+ import {
227
+ CircularProgress
228
+ } from "./chunk-L6XIUULU.mjs";
229
+ import {
230
+ Progress
231
+ } from "./chunk-JTPBZJ4S.mjs";
232
+ import "./chunk-WZDFBWUL.mjs";
233
+ import {
234
+ Spinner
235
+ } from "./chunk-ZXCQ73RT.mjs";
236
+ import "./chunk-3BST3PYD.mjs";
237
+ import {
238
+ Tooltip
239
+ } from "./chunk-TJBXXTYS.mjs";
240
+ import "./chunk-K3WTHFIG.mjs";
241
+ import {
242
+ Chip
243
+ } from "./chunk-EEGPGLDC.mjs";
244
+ import "./chunk-V77JZXH7.mjs";
245
+ import {
246
+ Alert
247
+ } from "./chunk-TIFF5WZA.mjs";
248
+ import "./chunk-5IHVMMCK.mjs";
249
+ import {
250
+ DateFormat
251
+ } from "./chunk-BUVPBB4J.mjs";
252
+ import {
253
+ Datetime
254
+ } from "./chunk-6NZ4IHNU.mjs";
255
+ import {
256
+ Duration
257
+ } from "./chunk-4QSIBIUI.mjs";
258
+ import {
259
+ Number
260
+ } from "./chunk-NZI5NBXF.mjs";
261
+ import {
262
+ Percent
263
+ } from "./chunk-CXAZBWS4.mjs";
264
+ import {
265
+ Plural
266
+ } from "./chunk-UHLC7GOU.mjs";
267
+ import {
268
+ Time
269
+ } from "./chunk-3ZTXXJSO.mjs";
270
+ import "./chunk-Q2ILWL7L.mjs";
271
+ import {
272
+ extendVariants
273
+ } from "./chunk-7BTEKEON.mjs";
274
+ import "./chunk-HZ5YAOU6.mjs";
275
+ import "./chunk-5UKTT75Y.mjs";
276
+ import {
277
+ Button
278
+ } from "./chunk-TYMUQULA.mjs";
279
+ import "./chunk-3C4DPNCD.mjs";
280
+ import "./chunk-54FA62HL.mjs";
281
+ import {
282
+ Table,
283
+ TableBody,
284
+ TableCell,
285
+ TableColumn,
286
+ TableHeader,
287
+ TableRow,
288
+ getKeyValue
289
+ } from "./chunk-PKZZEODR.mjs";
290
+ import "./chunk-CTKWGSNJ.mjs";
291
+ import {
292
+ User
293
+ } from "./chunk-XHCXM5MU.mjs";
294
+ import "./chunk-UTZUYZZL.mjs";
295
+ import {
296
+ Avatar
297
+ } from "./chunk-IZEJE6V2.mjs";
298
+ import "./chunk-DRZAPJZH.mjs";
299
+ import {
300
+ Image
301
+ } from "./chunk-4N3FFVKQ.mjs";
302
+ import "./chunk-KH4D2C2T.mjs";
303
+ import {
304
+ Pagination
305
+ } from "./chunk-O5T4GUJH.mjs";
306
+ import {
307
+ Boolean
308
+ } from "./chunk-26RHRVH2.mjs";
309
+ import {
310
+ Currency
311
+ } from "./chunk-LN7WH3OB.mjs";
209
312
  export {
313
+ Accordion,
314
+ AccordionItem,
210
315
  Actions,
211
316
  Alert,
212
317
  Autocomplete,
@@ -214,15 +319,27 @@ export {
214
319
  Avatar,
215
320
  Bento,
216
321
  Body,
322
+ BreadcrumbItem,
323
+ Breadcrumbs,
217
324
  Button,
325
+ Card,
218
326
  Checkbox,
219
327
  CheckboxField,
328
+ CheckboxGroup,
220
329
  Chip,
330
+ CircularProgress,
221
331
  Container,
222
332
  DatePicker,
223
333
  DatePickerField,
334
+ Divider,
335
+ Dropdown,
336
+ DropdownItem,
337
+ DropdownMenu,
338
+ DropdownSection,
339
+ DropdownTrigger,
224
340
  Email,
225
341
  EmailField,
342
+ FavoriteSwitch,
226
343
  Flex,
227
344
  Form,
228
345
  Boolean as FormatBoolean,
@@ -236,14 +353,28 @@ export {
236
353
  Time as FormatTime,
237
354
  Grid,
238
355
  Header,
356
+ Image,
239
357
  Input,
240
358
  InputField,
241
359
  Link,
242
360
  Modal,
361
+ Navbar,
362
+ NavbarBrand,
363
+ NavbarContent,
364
+ NavbarItem,
365
+ NavbarMenu,
366
+ NavbarMenuItem,
367
+ NavbarMenuToggle,
243
368
  PageContent,
244
369
  PageLoading,
245
370
  Pagination,
371
+ Popover,
372
+ Progress,
373
+ Radio,
374
+ RadioField,
375
+ RadioGroup,
246
376
  Root,
377
+ ScrollShadow,
247
378
  Section,
248
379
  SectionActions,
249
380
  SectionHeader,
@@ -254,16 +385,34 @@ export {
254
385
  Spinner,
255
386
  Switch,
256
387
  SwitchField,
388
+ Table,
389
+ TableBody,
390
+ TableCell,
391
+ TableColumn,
392
+ TableHeader,
393
+ TableRow,
394
+ Tabs,
257
395
  UIProvider as TeachInUIProvider,
258
396
  Text,
259
397
  TextField,
260
398
  Textarea,
261
399
  TextareaField,
262
400
  Title,
401
+ Toast,
402
+ ToastProvider,
263
403
  Tooltip,
264
404
  UIProvider,
405
+ User,
406
+ addToast,
265
407
  bento,
266
408
  breakpoints,
409
+ closeAll,
410
+ closeToast,
267
411
  cn,
268
- theme
412
+ extendVariants,
413
+ getKeyValue,
414
+ getToastQueue,
415
+ isToastClosing,
416
+ theme,
417
+ useToast
269
418
  };
@@ -0,0 +1,6 @@
1
+ import type { ImageProps as HeroUIImageProps } from "@heroui/image";
2
+ import React from "react";
3
+ export interface ImageProps extends HeroUIImageProps {
4
+ }
5
+ declare const Image: React.ForwardRefExoticComponent<Omit<ImageProps, "ref"> & React.RefAttributes<HTMLImageElement>>;
6
+ export { Image };
@@ -0,0 +1,47 @@
1
+ "use client";
2
+ "use strict";
3
+ var __create = Object.create;
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __export = (target, all) => {
10
+ for (var name in all)
11
+ __defProp(target, name, { get: all[name], enumerable: true });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from))
16
+ if (!__hasOwnProp.call(to, key) && key !== except)
17
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
18
+ }
19
+ return to;
20
+ };
21
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
22
+ // If the importer is in node compatibility mode or this is not an ESM
23
+ // file that has been converted to a CommonJS file using a Babel-
24
+ // compatible transform (i.e. "__esModule" has not been set), then set
25
+ // "default" to the CommonJS "module.exports" for node compatibility.
26
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
27
+ mod
28
+ ));
29
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
+
31
+ // src/ui/data/image/image.tsx
32
+ var image_exports = {};
33
+ __export(image_exports, {
34
+ Image: () => Image
35
+ });
36
+ module.exports = __toCommonJS(image_exports);
37
+ var import_react = __toESM(require("react"));
38
+ var import_image = require("@heroui/image");
39
+ var import_jsx_runtime = require("react/jsx-runtime");
40
+ var Image = import_react.default.forwardRef(({ ...props }, ref) => {
41
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_image.Image, { ref, ...props });
42
+ });
43
+ Image.displayName = "TeachInUI.Image";
44
+ // Annotate the CommonJS export names for ESM import in node:
45
+ 0 && (module.exports = {
46
+ Image
47
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ Image
4
+ } from "../../../chunk-4N3FFVKQ.mjs";
5
+ export {
6
+ Image
7
+ };
@@ -0,0 +1 @@
1
+ export { Image } from "./image";
@@ -0,0 +1,49 @@
1
+ "use client";
2
+ "use strict";
3
+ var __create = Object.create;
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __export = (target, all) => {
10
+ for (var name in all)
11
+ __defProp(target, name, { get: all[name], enumerable: true });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from))
16
+ if (!__hasOwnProp.call(to, key) && key !== except)
17
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
18
+ }
19
+ return to;
20
+ };
21
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
22
+ // If the importer is in node compatibility mode or this is not an ESM
23
+ // file that has been converted to a CommonJS file using a Babel-
24
+ // compatible transform (i.e. "__esModule" has not been set), then set
25
+ // "default" to the CommonJS "module.exports" for node compatibility.
26
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
27
+ mod
28
+ ));
29
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
+
31
+ // src/ui/data/image/index.ts
32
+ var image_exports = {};
33
+ __export(image_exports, {
34
+ Image: () => Image
35
+ });
36
+ module.exports = __toCommonJS(image_exports);
37
+
38
+ // src/ui/data/image/image.tsx
39
+ var import_react = __toESM(require("react"));
40
+ var import_image = require("@heroui/image");
41
+ var import_jsx_runtime = require("react/jsx-runtime");
42
+ var Image = import_react.default.forwardRef(({ ...props }, ref) => {
43
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_image.Image, { ref, ...props });
44
+ });
45
+ Image.displayName = "TeachInUI.Image";
46
+ // Annotate the CommonJS export names for ESM import in node:
47
+ 0 && (module.exports = {
48
+ Image
49
+ });
@@ -0,0 +1,8 @@
1
+ "use client";
2
+ import "../../../chunk-DRZAPJZH.mjs";
3
+ import {
4
+ Image
5
+ } from "../../../chunk-4N3FFVKQ.mjs";
6
+ export {
7
+ Image
8
+ };
@@ -1,2 +1,5 @@
1
1
  export * from "./avatar";
2
2
  export * from "./pagination";
3
+ export * from "./table";
4
+ export * from "./user";
5
+ export * from "./image";
@@ -32,7 +32,16 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
32
32
  var data_exports = {};
33
33
  __export(data_exports, {
34
34
  Avatar: () => Avatar,
35
- Pagination: () => Pagination
35
+ Image: () => Image,
36
+ Pagination: () => Pagination,
37
+ Table: () => Table,
38
+ TableBody: () => TableBody,
39
+ TableCell: () => TableCell,
40
+ TableColumn: () => TableColumn,
41
+ TableHeader: () => TableHeader,
42
+ TableRow: () => TableRow,
43
+ User: () => User,
44
+ getKeyValue: () => getKeyValue
36
45
  });
37
46
  module.exports = __toCommonJS(data_exports);
38
47
 
@@ -54,8 +63,45 @@ var Pagination = import_react2.default.forwardRef(({ pages, ...props }, ref) =>
54
63
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_pagination.Pagination, { ref, isCompact: true, showControls: true, showShadow: true, total: pages, ...props });
55
64
  });
56
65
  Pagination.displayName = "TeachInUI.Pagination";
66
+
67
+ // src/ui/data/table/table.tsx
68
+ var import_table = require("@heroui/table");
69
+ var Table = Object.assign(import_table.Table, { displayName: "TeachInUI.Table" });
70
+ var TableHeader = Object.assign(import_table.TableHeader, { displayName: "TeachInUI.TableHeader" });
71
+ var TableColumn = Object.assign(import_table.TableColumn, { displayName: "TeachInUI.TableColumn" });
72
+ var TableBody = Object.assign(import_table.TableBody, { displayName: "TeachInUI.TableBody" });
73
+ var TableRow = Object.assign(import_table.TableRow, { displayName: "TeachInUI.TableRow" });
74
+ var TableCell = Object.assign(import_table.TableCell, { displayName: "TeachInUI.TableCell" });
75
+ var getKeyValue = import_table.getKeyValue;
76
+
77
+ // src/ui/data/user/user.tsx
78
+ var import_react3 = __toESM(require("react"));
79
+ var import_user = require("@heroui/user");
80
+ var import_jsx_runtime3 = require("react/jsx-runtime");
81
+ var User = import_react3.default.forwardRef((props, ref) => {
82
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_user.User, { ref, ...props });
83
+ });
84
+ User.displayName = "TeachInUI.User";
85
+
86
+ // src/ui/data/image/image.tsx
87
+ var import_react4 = __toESM(require("react"));
88
+ var import_image = require("@heroui/image");
89
+ var import_jsx_runtime4 = require("react/jsx-runtime");
90
+ var Image = import_react4.default.forwardRef(({ ...props }, ref) => {
91
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_image.Image, { ref, ...props });
92
+ });
93
+ Image.displayName = "TeachInUI.Image";
57
94
  // Annotate the CommonJS export names for ESM import in node:
58
95
  0 && (module.exports = {
59
96
  Avatar,
60
- Pagination
97
+ Image,
98
+ Pagination,
99
+ Table,
100
+ TableBody,
101
+ TableCell,
102
+ TableColumn,
103
+ TableHeader,
104
+ TableRow,
105
+ User,
106
+ getKeyValue
61
107
  });