@teach-in/react 0.2.0 → 0.3.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 (214) hide show
  1. package/dist/{chunk-545OBZ4O.mjs → chunk-2ASQXBDD.mjs} +1 -1
  2. package/dist/{chunk-X7ER4IDJ.mjs → chunk-2CEZXLZR.mjs} +2 -2
  3. package/dist/chunk-2SNKT7I4.mjs +9 -0
  4. package/dist/chunk-4KPEPEPC.mjs +26 -0
  5. package/dist/chunk-C4PCTOGM.mjs +12 -0
  6. package/dist/chunk-CA2EAK5M.mjs +40 -0
  7. package/dist/chunk-E5QSNLSR.mjs +38 -0
  8. package/dist/chunk-FQUYFYMS.mjs +24 -0
  9. package/dist/chunk-ICRO6HS3.mjs +1 -0
  10. package/dist/chunk-J3GK2CGQ.mjs +1 -0
  11. package/dist/chunk-JTPBZJ4S.mjs +14 -0
  12. package/dist/chunk-L6XIUULU.mjs +14 -0
  13. package/dist/chunk-LLP2PTPK.mjs +1 -0
  14. package/dist/{chunk-6UIBJVXP.mjs → chunk-MCZBJUTN.mjs} +1 -1
  15. package/dist/chunk-MJTSZFLC.mjs +1 -0
  16. package/dist/{chunk-WTXPB253.mjs → chunk-N3QOXWJI.mjs} +1 -1
  17. package/dist/chunk-N7GOJBLM.mjs +1 -0
  18. package/dist/chunk-NMMWGIQE.mjs +1 -0
  19. package/dist/chunk-NOXFF2KJ.mjs +16 -0
  20. package/dist/chunk-NVLF7L4R.mjs +1 -0
  21. package/dist/chunk-OZSO3C5Q.mjs +14 -0
  22. package/dist/chunk-PKZZEODR.mjs +29 -0
  23. package/dist/chunk-Q6JSJOU4.mjs +1 -0
  24. package/dist/{chunk-PFLROV3C.mjs → chunk-QCLLPJMB.mjs} +2 -2
  25. package/dist/chunk-QUMDPADZ.mjs +14 -0
  26. package/dist/chunk-RRA7GWP2.mjs +1 -0
  27. package/dist/chunk-SAYYLTIE.mjs +52 -0
  28. package/dist/chunk-U4FAPNVK.mjs +1 -0
  29. package/dist/chunk-UFYLYN5Z.mjs +37 -0
  30. package/dist/chunk-UNBE67YJ.mjs +1 -0
  31. package/dist/chunk-UUKS7JYX.mjs +1 -0
  32. package/dist/chunk-VWGY6KWP.mjs +15 -0
  33. package/dist/chunk-W2A6C27Y.mjs +35 -0
  34. package/dist/chunk-XHCXM5MU.mjs +14 -0
  35. package/dist/chunk-YNCISHAU.mjs +27 -0
  36. package/dist/chunk-ZSYIKEXW.mjs +21 -0
  37. package/dist/index.js +539 -182
  38. package/dist/index.mjs +227 -93
  39. package/dist/ui/data/index.d.ts +2 -0
  40. package/dist/ui/data/index.js +37 -2
  41. package/dist/ui/data/index.mjs +24 -2
  42. package/dist/ui/data/table/index.d.ts +1 -0
  43. package/dist/ui/data/table/index.js +52 -0
  44. package/dist/ui/data/table/index.mjs +20 -0
  45. package/dist/ui/data/table/table.d.ts +23 -0
  46. package/dist/ui/data/table/table.js +50 -0
  47. package/dist/ui/data/table/table.mjs +19 -0
  48. package/dist/ui/data/user/index.d.ts +1 -0
  49. package/dist/ui/data/user/index.js +49 -0
  50. package/dist/ui/data/user/index.mjs +8 -0
  51. package/dist/ui/data/user/user.d.ts +6 -0
  52. package/dist/ui/data/user/user.js +47 -0
  53. package/dist/ui/data/user/user.mjs +7 -0
  54. package/dist/ui/feedback/index.d.ts +2 -0
  55. package/dist/ui/feedback/index.js +67 -10
  56. package/dist/ui/feedback/index.mjs +33 -6
  57. package/dist/ui/feedback/progress/circular-progress.d.ts +9 -0
  58. package/dist/ui/feedback/progress/circular-progress.js +47 -0
  59. package/dist/ui/feedback/progress/circular-progress.mjs +7 -0
  60. package/dist/ui/feedback/progress/index.d.ts +2 -0
  61. package/dist/ui/feedback/progress/index.js +60 -0
  62. package/dist/ui/feedback/progress/index.mjs +12 -0
  63. package/dist/ui/feedback/progress/progress.d.ts +9 -0
  64. package/dist/ui/feedback/progress/progress.js +47 -0
  65. package/dist/ui/feedback/progress/progress.mjs +7 -0
  66. package/dist/ui/feedback/toast/index.d.ts +1 -0
  67. package/dist/ui/feedback/toast/index.js +73 -0
  68. package/dist/ui/feedback/toast/index.mjs +21 -0
  69. package/dist/ui/feedback/toast/toast.d.ts +17 -0
  70. package/dist/ui/feedback/toast/toast.js +71 -0
  71. package/dist/ui/feedback/toast/toast.mjs +21 -0
  72. package/dist/ui/form/index.js +83 -43
  73. package/dist/ui/form/index.mjs +30 -21
  74. package/dist/ui/form/rhf/fields/autocomplete-field.mjs +15 -10
  75. package/dist/ui/form/rhf/fields/checkbox-field.js +1 -1
  76. package/dist/ui/form/rhf/fields/checkbox-field.mjs +16 -11
  77. package/dist/ui/form/rhf/fields/date-picker-field.mjs +15 -10
  78. package/dist/ui/form/rhf/fields/email-field.mjs +15 -10
  79. package/dist/ui/form/rhf/fields/index.d.ts +1 -0
  80. package/dist/ui/form/rhf/fields/index.js +79 -39
  81. package/dist/ui/form/rhf/fields/index.mjs +30 -21
  82. package/dist/ui/form/rhf/fields/input-field.mjs +15 -10
  83. package/dist/ui/form/rhf/fields/radio-field.d.ts +10 -0
  84. package/dist/ui/form/rhf/fields/radio-field.js +78 -0
  85. package/dist/ui/form/rhf/fields/radio-field.mjs +31 -0
  86. package/dist/ui/form/rhf/fields/select-field.mjs +15 -10
  87. package/dist/ui/form/rhf/fields/switch-field.mjs +15 -10
  88. package/dist/ui/form/rhf/fields/text-field.mjs +15 -10
  89. package/dist/ui/form/rhf/fields/textarea-field.mjs +15 -10
  90. package/dist/ui/form/rhf/index.js +79 -39
  91. package/dist/ui/form/rhf/index.mjs +30 -21
  92. package/dist/ui/format/index.mjs +6 -6
  93. package/dist/ui/index.js +539 -182
  94. package/dist/ui/index.mjs +227 -93
  95. package/dist/ui/inputs/checkbox/checkbox-group.d.ts +9 -0
  96. package/dist/ui/inputs/checkbox/checkbox-group.js +45 -0
  97. package/dist/ui/inputs/checkbox/checkbox-group.mjs +7 -0
  98. package/dist/ui/inputs/checkbox/checkbox.js +1 -1
  99. package/dist/ui/inputs/checkbox/checkbox.mjs +1 -1
  100. package/dist/ui/inputs/checkbox/index.d.ts +1 -0
  101. package/dist/ui/inputs/checkbox/index.js +12 -3
  102. package/dist/ui/inputs/checkbox/index.mjs +7 -3
  103. package/dist/ui/inputs/index.d.ts +1 -0
  104. package/dist/ui/inputs/index.js +93 -30
  105. package/dist/ui/inputs/index.mjs +32 -15
  106. package/dist/ui/inputs/radio/index.d.ts +2 -0
  107. package/dist/ui/inputs/radio/index.js +57 -0
  108. package/dist/ui/inputs/radio/index.mjs +12 -0
  109. package/dist/ui/inputs/radio/radio-group.d.ts +9 -0
  110. package/dist/ui/inputs/radio/radio-group.js +49 -0
  111. package/dist/ui/inputs/radio/radio-group.mjs +7 -0
  112. package/dist/ui/inputs/radio/radio.d.ts +6 -0
  113. package/dist/ui/inputs/radio/radio.js +32 -0
  114. package/dist/ui/inputs/radio/radio.mjs +7 -0
  115. package/dist/ui/inputs/switch/favorite-switch.d.ts +6 -0
  116. package/dist/ui/inputs/switch/favorite-switch.js +62 -0
  117. package/dist/ui/inputs/switch/favorite-switch.mjs +8 -0
  118. package/dist/ui/inputs/switch/index.d.ts +1 -0
  119. package/dist/ui/inputs/switch/index.js +35 -0
  120. package/dist/ui/inputs/switch/index.mjs +5 -1
  121. package/dist/ui/layout/accordion/accordion.d.ts +10 -0
  122. package/dist/ui/layout/accordion/accordion.js +35 -0
  123. package/dist/ui/layout/accordion/accordion.mjs +9 -0
  124. package/dist/ui/layout/accordion/index.d.ts +1 -0
  125. package/dist/ui/layout/accordion/index.js +37 -0
  126. package/dist/ui/layout/accordion/index.mjs +10 -0
  127. package/dist/ui/layout/container/container.mjs +85 -55
  128. package/dist/ui/layout/container/index.mjs +85 -55
  129. package/dist/ui/layout/divider/divider.d.ts +6 -0
  130. package/dist/ui/layout/divider/divider.js +48 -0
  131. package/dist/ui/layout/divider/divider.mjs +7 -0
  132. package/dist/ui/layout/divider/index.d.ts +1 -0
  133. package/dist/ui/layout/divider/index.js +50 -0
  134. package/dist/ui/layout/divider/index.mjs +8 -0
  135. package/dist/ui/layout/index.d.ts +3 -0
  136. package/dist/ui/layout/index.js +32 -0
  137. package/dist/ui/layout/index.mjs +98 -57
  138. package/dist/ui/layout/page/index.mjs +10 -6
  139. package/dist/ui/layout/page/page-loading.mjs +7 -3
  140. package/dist/ui/layout/page/section-loading.mjs +7 -3
  141. package/dist/ui/layout/scroll-shadow/index.d.ts +1 -0
  142. package/dist/ui/layout/scroll-shadow/index.js +49 -0
  143. package/dist/ui/layout/scroll-shadow/index.mjs +8 -0
  144. package/dist/ui/layout/scroll-shadow/scroll-shadow.d.ts +9 -0
  145. package/dist/ui/layout/scroll-shadow/scroll-shadow.js +47 -0
  146. package/dist/ui/layout/scroll-shadow/scroll-shadow.mjs +7 -0
  147. package/dist/ui/navigation/breadcrumbs/breadcrumbs.d.ts +6 -0
  148. package/dist/ui/navigation/breadcrumbs/breadcrumbs.js +57 -0
  149. package/dist/ui/navigation/breadcrumbs/breadcrumbs.mjs +9 -0
  150. package/dist/ui/navigation/breadcrumbs/index.d.ts +1 -0
  151. package/dist/ui/navigation/breadcrumbs/index.js +59 -0
  152. package/dist/ui/navigation/breadcrumbs/index.mjs +10 -0
  153. package/dist/ui/navigation/index.d.ts +3 -0
  154. package/dist/ui/navigation/index.js +98 -2
  155. package/dist/ui/navigation/index.mjs +31 -2
  156. package/dist/ui/navigation/navbar/index.d.ts +1 -0
  157. package/dist/ui/navigation/navbar/index.js +85 -0
  158. package/dist/ui/navigation/navbar/index.mjs +20 -0
  159. package/dist/ui/navigation/navbar/navbar.d.ts +26 -0
  160. package/dist/ui/navigation/navbar/navbar.js +83 -0
  161. package/dist/ui/navigation/navbar/navbar.mjs +19 -0
  162. package/dist/ui/navigation/tabs/index.d.ts +1 -0
  163. package/dist/ui/navigation/tabs/index.js +56 -0
  164. package/dist/ui/navigation/tabs/index.mjs +8 -0
  165. package/dist/ui/navigation/tabs/tabs.d.ts +7 -0
  166. package/dist/ui/navigation/tabs/tabs.js +54 -0
  167. package/dist/ui/navigation/tabs/tabs.mjs +7 -0
  168. package/dist/ui/overlays/dropdown/dropdown.d.ts +28 -0
  169. package/dist/ui/overlays/dropdown/dropdown.js +48 -0
  170. package/dist/ui/overlays/dropdown/dropdown.mjs +15 -0
  171. package/dist/ui/overlays/dropdown/index.d.ts +1 -0
  172. package/dist/ui/overlays/dropdown/index.js +50 -0
  173. package/dist/ui/overlays/dropdown/index.mjs +16 -0
  174. package/dist/ui/overlays/index.d.ts +1 -0
  175. package/dist/ui/overlays/index.js +22 -0
  176. package/dist/ui/overlays/index.mjs +14 -1
  177. package/dist/ui/provider/index.js +31 -2
  178. package/dist/ui/provider/index.mjs +14 -1
  179. package/dist/ui/provider/ui-provider.d.ts +3 -1
  180. package/dist/ui/provider/ui-provider.js +31 -2
  181. package/dist/ui/provider/ui-provider.mjs +14 -1
  182. package/dist/ui/surface/card/card.d.ts +36 -0
  183. package/dist/ui/surface/card/card.js +65 -0
  184. package/dist/ui/surface/card/card.mjs +7 -0
  185. package/dist/ui/surface/card/index.d.ts +1 -0
  186. package/dist/ui/surface/card/index.js +67 -0
  187. package/dist/ui/surface/card/index.mjs +8 -0
  188. package/dist/ui/surface/index.d.ts +1 -0
  189. package/dist/ui/surface/index.js +39 -0
  190. package/dist/ui/surface/index.mjs +6 -1
  191. package/dist/ui/theme/colors/common.mjs +4 -4
  192. package/dist/ui/theme/colors/index.js +1 -1
  193. package/dist/ui/theme/colors/index.mjs +6 -6
  194. package/dist/ui/theme/colors/semantic.js +1 -1
  195. package/dist/ui/theme/colors/semantic.mjs +5 -5
  196. package/dist/ui/theme/colors.js +1 -1
  197. package/dist/ui/theme/colors.mjs +6 -6
  198. package/dist/ui/theme/index.js +1 -1
  199. package/dist/ui/theme/index.mjs +7 -7
  200. package/dist/ui/theme/theme.js +1 -1
  201. package/dist/ui/theme/theme.mjs +7 -7
  202. package/package.json +14 -1
  203. package/dist/chunk-6WK4W5LL.mjs +0 -17
  204. package/dist/{chunk-54ZSBA6H.mjs → chunk-54FA62HL.mjs} +0 -0
  205. package/dist/{chunk-5EWHMXCP.mjs → chunk-57JRJHSH.mjs} +0 -0
  206. package/dist/{chunk-IZ5KKF6P.mjs → chunk-773RYGHT.mjs} +0 -0
  207. package/dist/{chunk-5HUR2CNH.mjs → chunk-AR4IYKG5.mjs} +0 -0
  208. package/dist/{chunk-5YMUHF45.mjs → chunk-AT6DX4DN.mjs} +0 -0
  209. package/dist/{chunk-CAJWTQDB.mjs → chunk-BGNMWHME.mjs} +0 -0
  210. package/dist/{chunk-JJHHWDZT.mjs → chunk-CTKWGSNJ.mjs} +0 -0
  211. package/dist/{chunk-OEHJDT6R.mjs → chunk-CYSW4N3T.mjs} +0 -0
  212. package/dist/{chunk-UURZJWWV.mjs → chunk-CZEO3U25.mjs} +0 -0
  213. package/dist/{chunk-WJXIRSSW.mjs → chunk-FKHR6G3R.mjs} +0 -0
  214. package/dist/{chunk-NCM6KIQH.mjs → chunk-IXPMUODA.mjs} +9 -9
package/dist/index.mjs CHANGED
@@ -1,7 +1,11 @@
1
1
  "use client";
2
2
  import {
3
3
  Container
4
- } from "./chunk-IZ5KKF6P.mjs";
4
+ } from "./chunk-773RYGHT.mjs";
5
+ import "./chunk-BGNMWHME.mjs";
6
+ import {
7
+ ScrollShadow
8
+ } from "./chunk-OZSO3C5Q.mjs";
5
9
  import "./chunk-JUIVZCH7.mjs";
6
10
  import {
7
11
  Flex
@@ -11,9 +15,6 @@ 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,22 @@ 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-N7GOJBLM.mjs";
38
+ import "./chunk-NVLF7L4R.mjs";
39
+ import {
40
+ Divider
41
+ } from "./chunk-VWGY6KWP.mjs";
42
+ import {
43
+ Accordion,
44
+ AccordionItem
45
+ } from "./chunk-QUMDPADZ.mjs";
33
46
  import "./chunk-Q6XJI7Q2.mjs";
34
- import "./chunk-CAJWTQDB.mjs";
35
- import "./chunk-PON4ZQKG.mjs";
36
47
  import {
37
- Bento,
38
- bento
39
- } from "./chunk-J3OZNLTZ.mjs";
48
+ cn
49
+ } from "./chunk-LOMRTWX5.mjs";
40
50
  import "./chunk-EVQFKHCM.mjs";
41
51
  import "./chunk-XAW35UDV.mjs";
42
52
  import {
@@ -44,46 +54,50 @@ import {
44
54
  } from "./chunk-NBFOX367.mjs";
45
55
  import {
46
56
  theme
47
- } from "./chunk-545OBZ4O.mjs";
48
- import "./chunk-JWMPI5AZ.mjs";
49
- import "./chunk-PFLROV3C.mjs";
50
- import "./chunk-X7ER4IDJ.mjs";
51
- import "./chunk-EJQH6CYW.mjs";
52
- import "./chunk-NCM6KIQH.mjs";
53
- import "./chunk-SLB2JE3N.mjs";
54
- import "./chunk-XYQVL4EX.mjs";
55
- import "./chunk-HOVAPYGJ.mjs";
56
- import "./chunk-3LOCA2SP.mjs";
57
- import "./chunk-2OPPNAW2.mjs";
58
- import "./chunk-OW6U64MG.mjs";
59
- import "./chunk-LUERGYYZ.mjs";
60
- import "./chunk-YBQFG6QJ.mjs";
61
- import "./chunk-XKX5LFH7.mjs";
62
- import "./chunk-VIPLRFPR.mjs";
63
- import "./chunk-OEHJDT6R.mjs";
57
+ } from "./chunk-2ASQXBDD.mjs";
58
+ import "./chunk-NMMWGIQE.mjs";
64
59
  import "./chunk-I5AMV7H7.mjs";
65
60
  import {
66
61
  Modal
67
62
  } from "./chunk-T57H3CGO.mjs";
63
+ import "./chunk-ICRO6HS3.mjs";
64
+ import {
65
+ Dropdown,
66
+ DropdownItem,
67
+ DropdownMenu,
68
+ DropdownSection,
69
+ DropdownTrigger
70
+ } from "./chunk-YNCISHAU.mjs";
68
71
  import "./chunk-3N5UZODS.mjs";
69
72
  import {
70
73
  UIProvider
71
- } from "./chunk-6WK4W5LL.mjs";
74
+ } from "./chunk-FQUYFYMS.mjs";
75
+ import "./chunk-UNBE67YJ.mjs";
76
+ import "./chunk-57JRJHSH.mjs";
72
77
  import {
73
- cn
74
- } from "./chunk-LOMRTWX5.mjs";
75
- import "./chunk-5HUR2CNH.mjs";
76
- import "./chunk-25ISU6R3.mjs";
78
+ Card
79
+ } from "./chunk-UFYLYN5Z.mjs";
80
+ import "./chunk-PON4ZQKG.mjs";
77
81
  import {
78
- Link
79
- } from "./chunk-7T3JFARO.mjs";
82
+ Bento,
83
+ bento
84
+ } from "./chunk-J3OZNLTZ.mjs";
85
+ import "./chunk-JWMPI5AZ.mjs";
86
+ import "./chunk-QCLLPJMB.mjs";
87
+ import "./chunk-2CEZXLZR.mjs";
88
+ import "./chunk-EJQH6CYW.mjs";
89
+ import "./chunk-IXPMUODA.mjs";
90
+ import "./chunk-3LOCA2SP.mjs";
91
+ import "./chunk-YBQFG6QJ.mjs";
92
+ import "./chunk-XKX5LFH7.mjs";
93
+ import "./chunk-SLB2JE3N.mjs";
94
+ import "./chunk-XYQVL4EX.mjs";
95
+ import "./chunk-HOVAPYGJ.mjs";
96
+ import "./chunk-2OPPNAW2.mjs";
97
+ import "./chunk-OW6U64MG.mjs";
98
+ import "./chunk-LUERGYYZ.mjs";
99
+ import "./chunk-VIPLRFPR.mjs";
80
100
  import "./chunk-5IHVMMCK.mjs";
81
- import {
82
- Number
83
- } from "./chunk-NZI5NBXF.mjs";
84
- import {
85
- Percent
86
- } from "./chunk-CXAZBWS4.mjs";
87
101
  import {
88
102
  Plural
89
103
  } from "./chunk-UHLC7GOU.mjs";
@@ -105,40 +119,27 @@ import {
105
119
  import {
106
120
  Duration
107
121
  } from "./chunk-4QSIBIUI.mjs";
108
- import "./chunk-HZ5YAOU6.mjs";
109
- import "./chunk-5UKTT75Y.mjs";
110
122
  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";
123
+ Number
124
+ } from "./chunk-NZI5NBXF.mjs";
119
125
  import {
120
- Avatar
121
- } from "./chunk-IZEJE6V2.mjs";
122
- import "./chunk-UURZJWWV.mjs";
123
- import "./chunk-WZDFBWUL.mjs";
126
+ Percent
127
+ } from "./chunk-CXAZBWS4.mjs";
128
+ import "./chunk-VOG5HJID.mjs";
129
+ import "./chunk-FXXWSYJA.mjs";
130
+ import "./chunk-Q6JSJOU4.mjs";
124
131
  import {
125
- Spinner
126
- } from "./chunk-ZXCQ73RT.mjs";
127
- import "./chunk-3BST3PYD.mjs";
132
+ InputField
133
+ } from "./chunk-JDFRAN4S.mjs";
128
134
  import {
129
- Tooltip
130
- } from "./chunk-TJBXXTYS.mjs";
131
- import "./chunk-K3WTHFIG.mjs";
135
+ RadioField
136
+ } from "./chunk-W2A6C27Y.mjs";
132
137
  import {
133
- Chip
134
- } from "./chunk-ONQIPN3G.mjs";
135
- import "./chunk-V77JZXH7.mjs";
138
+ SelectField
139
+ } from "./chunk-GEJLG5RP.mjs";
136
140
  import {
137
- Alert
138
- } from "./chunk-TIFF5WZA.mjs";
139
- import "./chunk-VOG5HJID.mjs";
140
- import "./chunk-FXXWSYJA.mjs";
141
- import "./chunk-JJHHWDZT.mjs";
141
+ SwitchField
142
+ } from "./chunk-EC3NSPHR.mjs";
142
143
  import {
143
144
  TextField
144
145
  } from "./chunk-CETCW7DS.mjs";
@@ -150,47 +151,41 @@ import {
150
151
  } from "./chunk-S3ET5HKP.mjs";
151
152
  import {
152
153
  CheckboxField
153
- } from "./chunk-6UIBJVXP.mjs";
154
+ } from "./chunk-MCZBJUTN.mjs";
154
155
  import {
155
156
  DatePickerField
156
157
  } from "./chunk-7GHK5XYK.mjs";
157
158
  import {
158
159
  EmailField
159
160
  } from "./chunk-R7LDL5CU.mjs";
161
+ import "./chunk-CZEO3U25.mjs";
162
+ import "./chunk-LLP2PTPK.mjs";
160
163
  import {
161
- InputField
162
- } from "./chunk-JDFRAN4S.mjs";
163
- import {
164
- SelectField
165
- } from "./chunk-GEJLG5RP.mjs";
166
- import {
167
- SwitchField
168
- } from "./chunk-EC3NSPHR.mjs";
169
- import "./chunk-5YMUHF45.mjs";
170
- import "./chunk-5HK7HRTR.mjs";
171
- import {
172
- Textarea
173
- } from "./chunk-HJUZTISD.mjs";
174
- import "./chunk-5EWHMXCP.mjs";
164
+ FavoriteSwitch
165
+ } from "./chunk-E5QSNLSR.mjs";
175
166
  import {
176
167
  Switch
177
168
  } from "./chunk-N3EAW6UO.mjs";
169
+ import "./chunk-RRA7GWP2.mjs";
170
+ import {
171
+ RadioGroup
172
+ } from "./chunk-NOXFF2KJ.mjs";
173
+ import {
174
+ Radio
175
+ } from "./chunk-2SNKT7I4.mjs";
178
176
  import "./chunk-DUQFM3QS.mjs";
179
177
  import {
180
178
  Text
181
179
  } from "./chunk-KTUGFQWJ.mjs";
180
+ import "./chunk-5HK7HRTR.mjs";
181
+ import {
182
+ Textarea
183
+ } from "./chunk-HJUZTISD.mjs";
184
+ import "./chunk-V3KKDSQP.mjs";
182
185
  import "./chunk-V2HNFTTX.mjs";
183
186
  import {
184
187
  DatePicker
185
188
  } from "./chunk-IAJ6G633.mjs";
186
- import "./chunk-V3KKDSQP.mjs";
187
- import {
188
- Email
189
- } from "./chunk-LJIVY6GU.mjs";
190
- import "./chunk-ZRHEFEFS.mjs";
191
- import {
192
- Input
193
- } from "./chunk-V2G5QHZZ.mjs";
194
189
  import "./chunk-AQ3ISJKU.mjs";
195
190
  import {
196
191
  Select
@@ -199,14 +194,112 @@ import "./chunk-WYJW5NNA.mjs";
199
194
  import {
200
195
  Autocomplete
201
196
  } from "./chunk-C3MURCMZ.mjs";
202
- import "./chunk-WJXIRSSW.mjs";
197
+ import "./chunk-UUKS7JYX.mjs";
198
+ import {
199
+ CheckboxGroup
200
+ } from "./chunk-C4PCTOGM.mjs";
203
201
  import {
204
202
  Checkbox
205
- } from "./chunk-WTXPB253.mjs";
203
+ } from "./chunk-N3QOXWJI.mjs";
204
+ import {
205
+ Email
206
+ } from "./chunk-LJIVY6GU.mjs";
207
+ import "./chunk-ZRHEFEFS.mjs";
208
+ import {
209
+ Input
210
+ } from "./chunk-V2G5QHZZ.mjs";
206
211
  import {
207
212
  Form
208
213
  } from "./chunk-A3AAC7PF.mjs";
214
+ import "./chunk-HZ5YAOU6.mjs";
215
+ import "./chunk-5UKTT75Y.mjs";
216
+ import {
217
+ Button
218
+ } from "./chunk-TYMUQULA.mjs";
219
+ import "./chunk-CYSW4N3T.mjs";
220
+ import "./chunk-54FA62HL.mjs";
221
+ import {
222
+ Table,
223
+ TableBody,
224
+ TableCell,
225
+ TableColumn,
226
+ TableHeader,
227
+ TableRow,
228
+ getKeyValue
229
+ } from "./chunk-PKZZEODR.mjs";
230
+ import "./chunk-CTKWGSNJ.mjs";
231
+ import {
232
+ User
233
+ } from "./chunk-XHCXM5MU.mjs";
234
+ import "./chunk-KH4D2C2T.mjs";
235
+ import {
236
+ Pagination
237
+ } from "./chunk-O5T4GUJH.mjs";
238
+ import "./chunk-UTZUYZZL.mjs";
239
+ import {
240
+ Avatar
241
+ } from "./chunk-IZEJE6V2.mjs";
242
+ import "./chunk-AR4IYKG5.mjs";
243
+ import {
244
+ Toast,
245
+ ToastProvider,
246
+ addToast,
247
+ closeAll,
248
+ closeToast,
249
+ getToastQueue,
250
+ isToastClosing,
251
+ useToast
252
+ } from "./chunk-CA2EAK5M.mjs";
253
+ import "./chunk-U4FAPNVK.mjs";
254
+ import {
255
+ CircularProgress
256
+ } from "./chunk-L6XIUULU.mjs";
257
+ import {
258
+ Progress
259
+ } from "./chunk-JTPBZJ4S.mjs";
260
+ import "./chunk-WZDFBWUL.mjs";
261
+ import {
262
+ Spinner
263
+ } from "./chunk-ZXCQ73RT.mjs";
264
+ import "./chunk-3BST3PYD.mjs";
265
+ import {
266
+ Tooltip
267
+ } from "./chunk-TJBXXTYS.mjs";
268
+ import "./chunk-V77JZXH7.mjs";
269
+ import {
270
+ Alert
271
+ } from "./chunk-TIFF5WZA.mjs";
272
+ import "./chunk-K3WTHFIG.mjs";
273
+ import {
274
+ Chip
275
+ } from "./chunk-ONQIPN3G.mjs";
276
+ import "./chunk-J3GK2CGQ.mjs";
277
+ import "./chunk-MJTSZFLC.mjs";
278
+ import {
279
+ Tabs
280
+ } from "./chunk-ZSYIKEXW.mjs";
281
+ import "./chunk-AT6DX4DN.mjs";
282
+ import {
283
+ Navbar,
284
+ NavbarBrand,
285
+ NavbarContent,
286
+ NavbarItem,
287
+ NavbarMenu,
288
+ NavbarMenuItem,
289
+ NavbarMenuToggle
290
+ } from "./chunk-SAYYLTIE.mjs";
291
+ import "./chunk-25ISU6R3.mjs";
292
+ import {
293
+ Link
294
+ } from "./chunk-7T3JFARO.mjs";
295
+ import "./chunk-FKHR6G3R.mjs";
296
+ import {
297
+ BreadcrumbItem,
298
+ Breadcrumbs
299
+ } from "./chunk-4KPEPEPC.mjs";
209
300
  export {
301
+ Accordion,
302
+ AccordionItem,
210
303
  Actions,
211
304
  Alert,
212
305
  Autocomplete,
@@ -214,15 +307,27 @@ export {
214
307
  Avatar,
215
308
  Bento,
216
309
  Body,
310
+ BreadcrumbItem,
311
+ Breadcrumbs,
217
312
  Button,
313
+ Card,
218
314
  Checkbox,
219
315
  CheckboxField,
316
+ CheckboxGroup,
220
317
  Chip,
318
+ CircularProgress,
221
319
  Container,
222
320
  DatePicker,
223
321
  DatePickerField,
322
+ Divider,
323
+ Dropdown,
324
+ DropdownItem,
325
+ DropdownMenu,
326
+ DropdownSection,
327
+ DropdownTrigger,
224
328
  Email,
225
329
  EmailField,
330
+ FavoriteSwitch,
226
331
  Flex,
227
332
  Form,
228
333
  Boolean as FormatBoolean,
@@ -240,10 +345,22 @@ export {
240
345
  InputField,
241
346
  Link,
242
347
  Modal,
348
+ Navbar,
349
+ NavbarBrand,
350
+ NavbarContent,
351
+ NavbarItem,
352
+ NavbarMenu,
353
+ NavbarMenuItem,
354
+ NavbarMenuToggle,
243
355
  PageContent,
244
356
  PageLoading,
245
357
  Pagination,
358
+ Progress,
359
+ Radio,
360
+ RadioField,
361
+ RadioGroup,
246
362
  Root,
363
+ ScrollShadow,
247
364
  Section,
248
365
  SectionActions,
249
366
  SectionHeader,
@@ -254,16 +371,33 @@ export {
254
371
  Spinner,
255
372
  Switch,
256
373
  SwitchField,
374
+ Table,
375
+ TableBody,
376
+ TableCell,
377
+ TableColumn,
378
+ TableHeader,
379
+ TableRow,
380
+ Tabs,
257
381
  UIProvider as TeachInUIProvider,
258
382
  Text,
259
383
  TextField,
260
384
  Textarea,
261
385
  TextareaField,
262
386
  Title,
387
+ Toast,
388
+ ToastProvider,
263
389
  Tooltip,
264
390
  UIProvider,
391
+ User,
392
+ addToast,
265
393
  bento,
266
394
  breakpoints,
395
+ closeAll,
396
+ closeToast,
267
397
  cn,
268
- theme
398
+ getKeyValue,
399
+ getToastQueue,
400
+ isToastClosing,
401
+ theme,
402
+ useToast
269
403
  };
@@ -1,2 +1,4 @@
1
1
  export * from "./avatar";
2
2
  export * from "./pagination";
3
+ export * from "./table";
4
+ export * from "./user";
@@ -32,7 +32,15 @@ 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
+ Pagination: () => Pagination,
36
+ Table: () => Table,
37
+ TableBody: () => TableBody,
38
+ TableCell: () => TableCell,
39
+ TableColumn: () => TableColumn,
40
+ TableHeader: () => TableHeader,
41
+ TableRow: () => TableRow,
42
+ User: () => User,
43
+ getKeyValue: () => getKeyValue
36
44
  });
37
45
  module.exports = __toCommonJS(data_exports);
38
46
 
@@ -54,8 +62,35 @@ var Pagination = import_react2.default.forwardRef(({ pages, ...props }, ref) =>
54
62
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_pagination.Pagination, { ref, isCompact: true, showControls: true, showShadow: true, total: pages, ...props });
55
63
  });
56
64
  Pagination.displayName = "TeachInUI.Pagination";
65
+
66
+ // src/ui/data/table/table.tsx
67
+ var import_table = require("@heroui/table");
68
+ var Table = Object.assign(import_table.Table, { displayName: "TeachInUI.Table" });
69
+ var TableHeader = Object.assign(import_table.TableHeader, { displayName: "TeachInUI.TableHeader" });
70
+ var TableColumn = Object.assign(import_table.TableColumn, { displayName: "TeachInUI.TableColumn" });
71
+ var TableBody = Object.assign(import_table.TableBody, { displayName: "TeachInUI.TableBody" });
72
+ var TableRow = Object.assign(import_table.TableRow, { displayName: "TeachInUI.TableRow" });
73
+ var TableCell = Object.assign(import_table.TableCell, { displayName: "TeachInUI.TableCell" });
74
+ var getKeyValue = import_table.getKeyValue;
75
+
76
+ // src/ui/data/user/user.tsx
77
+ var import_react3 = __toESM(require("react"));
78
+ var import_user = require("@heroui/user");
79
+ var import_jsx_runtime3 = require("react/jsx-runtime");
80
+ var User = import_react3.default.forwardRef((props, ref) => {
81
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_user.User, { ref, ...props });
82
+ });
83
+ User.displayName = "TeachInUI.User";
57
84
  // Annotate the CommonJS export names for ESM import in node:
58
85
  0 && (module.exports = {
59
86
  Avatar,
60
- Pagination
87
+ Pagination,
88
+ Table,
89
+ TableBody,
90
+ TableCell,
91
+ TableColumn,
92
+ TableHeader,
93
+ TableRow,
94
+ User,
95
+ getKeyValue
61
96
  });
@@ -1,5 +1,19 @@
1
1
  "use client";
2
- import "../../chunk-54ZSBA6H.mjs";
2
+ import "../../chunk-CYSW4N3T.mjs";
3
+ import "../../chunk-54FA62HL.mjs";
4
+ import {
5
+ Table,
6
+ TableBody,
7
+ TableCell,
8
+ TableColumn,
9
+ TableHeader,
10
+ TableRow,
11
+ getKeyValue
12
+ } from "../../chunk-PKZZEODR.mjs";
13
+ import "../../chunk-CTKWGSNJ.mjs";
14
+ import {
15
+ User
16
+ } from "../../chunk-XHCXM5MU.mjs";
3
17
  import "../../chunk-KH4D2C2T.mjs";
4
18
  import {
5
19
  Pagination
@@ -10,5 +24,13 @@ import {
10
24
  } from "../../chunk-IZEJE6V2.mjs";
11
25
  export {
12
26
  Avatar,
13
- Pagination
27
+ Pagination,
28
+ Table,
29
+ TableBody,
30
+ TableCell,
31
+ TableColumn,
32
+ TableHeader,
33
+ TableRow,
34
+ User,
35
+ getKeyValue
14
36
  };
@@ -0,0 +1 @@
1
+ export * from "./table";
@@ -0,0 +1,52 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/ui/data/table/index.ts
22
+ var table_exports = {};
23
+ __export(table_exports, {
24
+ Table: () => Table,
25
+ TableBody: () => TableBody,
26
+ TableCell: () => TableCell,
27
+ TableColumn: () => TableColumn,
28
+ TableHeader: () => TableHeader,
29
+ TableRow: () => TableRow,
30
+ getKeyValue: () => getKeyValue
31
+ });
32
+ module.exports = __toCommonJS(table_exports);
33
+
34
+ // src/ui/data/table/table.tsx
35
+ var import_table = require("@heroui/table");
36
+ var Table = Object.assign(import_table.Table, { displayName: "TeachInUI.Table" });
37
+ var TableHeader = Object.assign(import_table.TableHeader, { displayName: "TeachInUI.TableHeader" });
38
+ var TableColumn = Object.assign(import_table.TableColumn, { displayName: "TeachInUI.TableColumn" });
39
+ var TableBody = Object.assign(import_table.TableBody, { displayName: "TeachInUI.TableBody" });
40
+ var TableRow = Object.assign(import_table.TableRow, { displayName: "TeachInUI.TableRow" });
41
+ var TableCell = Object.assign(import_table.TableCell, { displayName: "TeachInUI.TableCell" });
42
+ var getKeyValue = import_table.getKeyValue;
43
+ // Annotate the CommonJS export names for ESM import in node:
44
+ 0 && (module.exports = {
45
+ Table,
46
+ TableBody,
47
+ TableCell,
48
+ TableColumn,
49
+ TableHeader,
50
+ TableRow,
51
+ getKeyValue
52
+ });
@@ -0,0 +1,20 @@
1
+ "use client";
2
+ import "../../../chunk-54FA62HL.mjs";
3
+ import {
4
+ Table,
5
+ TableBody,
6
+ TableCell,
7
+ TableColumn,
8
+ TableHeader,
9
+ TableRow,
10
+ getKeyValue
11
+ } from "../../../chunk-PKZZEODR.mjs";
12
+ export {
13
+ Table,
14
+ TableBody,
15
+ TableCell,
16
+ TableColumn,
17
+ TableHeader,
18
+ TableRow,
19
+ getKeyValue
20
+ };
@@ -0,0 +1,23 @@
1
+ import type React from "react";
2
+ import { Table as HeroUITable } from "@heroui/table";
3
+ export type TableProps = React.ComponentProps<typeof HeroUITable>;
4
+ declare const Table: import("@heroui/system").InternalForwardRefRenderFunction<"table", import("@heroui/table").TableProps<object>, never> & {
5
+ displayName: string;
6
+ };
7
+ declare const TableHeader: (<T>(props: import("@heroui/table").TableHeaderProps<T>) => JSX.Element) & {
8
+ displayName: string;
9
+ };
10
+ declare const TableColumn: (<T>(props: import("@heroui/table").TableColumnProps<T>) => JSX.Element) & {
11
+ displayName: string;
12
+ };
13
+ declare const TableBody: (<T>(props: import("@heroui/table").TableBodyProps<T>) => JSX.Element) & {
14
+ displayName: string;
15
+ };
16
+ declare const TableRow: ((props: import("@heroui/table").TableRowProps) => JSX.Element) & {
17
+ displayName: string;
18
+ };
19
+ declare const TableCell: ((props: import("@heroui/table").TableCellProps) => JSX.Element) & {
20
+ displayName: string;
21
+ };
22
+ export declare const getKeyValue: (obj: any, key: string | number) => any;
23
+ export { Table, TableHeader, TableColumn, TableBody, TableRow, TableCell };
@@ -0,0 +1,50 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/ui/data/table/table.tsx
22
+ var table_exports = {};
23
+ __export(table_exports, {
24
+ Table: () => Table,
25
+ TableBody: () => TableBody,
26
+ TableCell: () => TableCell,
27
+ TableColumn: () => TableColumn,
28
+ TableHeader: () => TableHeader,
29
+ TableRow: () => TableRow,
30
+ getKeyValue: () => getKeyValue
31
+ });
32
+ module.exports = __toCommonJS(table_exports);
33
+ var import_table = require("@heroui/table");
34
+ var Table = Object.assign(import_table.Table, { displayName: "TeachInUI.Table" });
35
+ var TableHeader = Object.assign(import_table.TableHeader, { displayName: "TeachInUI.TableHeader" });
36
+ var TableColumn = Object.assign(import_table.TableColumn, { displayName: "TeachInUI.TableColumn" });
37
+ var TableBody = Object.assign(import_table.TableBody, { displayName: "TeachInUI.TableBody" });
38
+ var TableRow = Object.assign(import_table.TableRow, { displayName: "TeachInUI.TableRow" });
39
+ var TableCell = Object.assign(import_table.TableCell, { displayName: "TeachInUI.TableCell" });
40
+ var getKeyValue = import_table.getKeyValue;
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ Table,
44
+ TableBody,
45
+ TableCell,
46
+ TableColumn,
47
+ TableHeader,
48
+ TableRow,
49
+ getKeyValue
50
+ });