@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
@@ -31,15 +31,19 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
31
31
  // src/ui/layout/index.ts
32
32
  var layout_exports = {};
33
33
  __export(layout_exports, {
34
+ Accordion: () => Accordion,
35
+ AccordionItem: () => AccordionItem,
34
36
  Actions: () => Actions,
35
37
  Body: () => Body,
36
38
  Container: () => Container,
39
+ Divider: () => Divider,
37
40
  Flex: () => Flex,
38
41
  Grid: () => Grid,
39
42
  Header: () => Header,
40
43
  PageContent: () => PageContent,
41
44
  PageLoading: () => PageLoading,
42
45
  Root: () => Root,
46
+ ScrollShadow: () => ScrollShadow,
43
47
  Section: () => Section,
44
48
  SectionActions: () => SectionActions,
45
49
  SectionHeader: () => SectionHeader,
@@ -274,17 +278,45 @@ var Grid = ({ className, ...props }) => {
274
278
  return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", { className: variants3({ ...props, className }), ...props });
275
279
  };
276
280
  Grid.displayName = "TeachInUI.Grid";
281
+
282
+ // src/ui/layout/divider/divider.tsx
283
+ var import_react2 = __toESM(require("react"));
284
+ var import_divider = require("@heroui/divider");
285
+ var import_jsx_runtime9 = require("react/jsx-runtime");
286
+ var Divider = import_react2.default.forwardRef((props, ref) => {
287
+ const { ...restProps } = props;
288
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_divider.Divider, { ref, ...restProps });
289
+ });
290
+ Divider.displayName = "TeachInUI.Divider";
291
+
292
+ // src/ui/layout/scroll-shadow/scroll-shadow.tsx
293
+ var import_react3 = __toESM(require("react"));
294
+ var import_scroll_shadow = require("@heroui/scroll-shadow");
295
+ var import_jsx_runtime10 = require("react/jsx-runtime");
296
+ var ScrollShadow = import_react3.default.forwardRef((props, ref) => {
297
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_scroll_shadow.ScrollShadow, { ref, ...props });
298
+ });
299
+ ScrollShadow.displayName = "TeachInUI.ScrollShadow";
300
+
301
+ // src/ui/layout/accordion/accordion.tsx
302
+ var import_accordion = require("@heroui/accordion");
303
+ var Accordion = Object.assign(import_accordion.Accordion, { displayName: "TeachInUI.Accordion" });
304
+ var AccordionItem = Object.assign(import_accordion.AccordionItem, { displayName: "TeachInUI.AccordionItem" });
277
305
  // Annotate the CommonJS export names for ESM import in node:
278
306
  0 && (module.exports = {
307
+ Accordion,
308
+ AccordionItem,
279
309
  Actions,
280
310
  Body,
281
311
  Container,
312
+ Divider,
282
313
  Flex,
283
314
  Grid,
284
315
  Header,
285
316
  PageContent,
286
317
  PageLoading,
287
318
  Root,
319
+ ScrollShadow,
288
320
  Section,
289
321
  SectionActions,
290
322
  SectionHeader,
@@ -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,41 +31,52 @@ 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
- import "../../chunk-J3OZNLTZ.mjs";
47
+ import "../../chunk-LOMRTWX5.mjs";
37
48
  import "../../chunk-EVQFKHCM.mjs";
38
49
  import "../../chunk-XAW35UDV.mjs";
39
50
  import "../../chunk-NBFOX367.mjs";
40
- import "../../chunk-545OBZ4O.mjs";
51
+ import "../../chunk-2ASQXBDD.mjs";
52
+ import "../../chunk-NMMWGIQE.mjs";
53
+ import "../../chunk-I5AMV7H7.mjs";
54
+ import "../../chunk-T57H3CGO.mjs";
55
+ import "../../chunk-ICRO6HS3.mjs";
56
+ import "../../chunk-YNCISHAU.mjs";
57
+ import "../../chunk-3N5UZODS.mjs";
58
+ import "../../chunk-FQUYFYMS.mjs";
59
+ import "../../chunk-UNBE67YJ.mjs";
60
+ import "../../chunk-57JRJHSH.mjs";
61
+ import "../../chunk-UFYLYN5Z.mjs";
62
+ import "../../chunk-PON4ZQKG.mjs";
63
+ import "../../chunk-J3OZNLTZ.mjs";
41
64
  import "../../chunk-JWMPI5AZ.mjs";
42
- import "../../chunk-PFLROV3C.mjs";
43
- import "../../chunk-X7ER4IDJ.mjs";
65
+ import "../../chunk-QCLLPJMB.mjs";
66
+ import "../../chunk-2CEZXLZR.mjs";
44
67
  import "../../chunk-EJQH6CYW.mjs";
45
- import "../../chunk-NCM6KIQH.mjs";
68
+ import "../../chunk-IXPMUODA.mjs";
69
+ import "../../chunk-3LOCA2SP.mjs";
70
+ import "../../chunk-YBQFG6QJ.mjs";
71
+ import "../../chunk-XKX5LFH7.mjs";
46
72
  import "../../chunk-SLB2JE3N.mjs";
47
73
  import "../../chunk-XYQVL4EX.mjs";
48
74
  import "../../chunk-HOVAPYGJ.mjs";
49
- import "../../chunk-3LOCA2SP.mjs";
50
75
  import "../../chunk-2OPPNAW2.mjs";
51
76
  import "../../chunk-OW6U64MG.mjs";
52
77
  import "../../chunk-LUERGYYZ.mjs";
53
- import "../../chunk-YBQFG6QJ.mjs";
54
- import "../../chunk-XKX5LFH7.mjs";
55
78
  import "../../chunk-VIPLRFPR.mjs";
56
- import "../../chunk-OEHJDT6R.mjs";
57
- import "../../chunk-I5AMV7H7.mjs";
58
- import "../../chunk-T57H3CGO.mjs";
59
- import "../../chunk-3N5UZODS.mjs";
60
- import "../../chunk-6WK4W5LL.mjs";
61
- import "../../chunk-LOMRTWX5.mjs";
62
- import "../../chunk-5HUR2CNH.mjs";
63
- import "../../chunk-25ISU6R3.mjs";
64
- import "../../chunk-7T3JFARO.mjs";
65
79
  import "../../chunk-5IHVMMCK.mjs";
66
- import "../../chunk-NZI5NBXF.mjs";
67
- import "../../chunk-CXAZBWS4.mjs";
68
80
  import "../../chunk-UHLC7GOU.mjs";
69
81
  import "../../chunk-3ZTXXJSO.mjs";
70
82
  import "../../chunk-26RHRVH2.mjs";
@@ -72,65 +84,94 @@ import "../../chunk-LN7WH3OB.mjs";
72
84
  import "../../chunk-BUVPBB4J.mjs";
73
85
  import "../../chunk-6NZ4IHNU.mjs";
74
86
  import "../../chunk-4QSIBIUI.mjs";
75
- import "../../chunk-HZ5YAOU6.mjs";
76
- import "../../chunk-5UKTT75Y.mjs";
77
- import "../../chunk-TYMUQULA.mjs";
78
- import "../../chunk-54ZSBA6H.mjs";
79
- import "../../chunk-KH4D2C2T.mjs";
80
- import "../../chunk-O5T4GUJH.mjs";
81
- import "../../chunk-UTZUYZZL.mjs";
82
- import "../../chunk-IZEJE6V2.mjs";
83
- import "../../chunk-UURZJWWV.mjs";
84
- import "../../chunk-WZDFBWUL.mjs";
85
- import "../../chunk-ZXCQ73RT.mjs";
86
- import "../../chunk-3BST3PYD.mjs";
87
- import "../../chunk-TJBXXTYS.mjs";
88
- import "../../chunk-K3WTHFIG.mjs";
89
- import "../../chunk-ONQIPN3G.mjs";
90
- import "../../chunk-V77JZXH7.mjs";
91
- import "../../chunk-TIFF5WZA.mjs";
87
+ import "../../chunk-NZI5NBXF.mjs";
88
+ import "../../chunk-CXAZBWS4.mjs";
92
89
  import "../../chunk-VOG5HJID.mjs";
93
90
  import "../../chunk-FXXWSYJA.mjs";
94
- import "../../chunk-JJHHWDZT.mjs";
91
+ import "../../chunk-Q6JSJOU4.mjs";
92
+ import "../../chunk-JDFRAN4S.mjs";
93
+ import "../../chunk-W2A6C27Y.mjs";
94
+ import "../../chunk-GEJLG5RP.mjs";
95
+ import "../../chunk-EC3NSPHR.mjs";
95
96
  import "../../chunk-CETCW7DS.mjs";
96
97
  import "../../chunk-V4HKGJYK.mjs";
97
98
  import "../../chunk-S3ET5HKP.mjs";
98
- import "../../chunk-6UIBJVXP.mjs";
99
+ import "../../chunk-MCZBJUTN.mjs";
99
100
  import "../../chunk-7GHK5XYK.mjs";
100
101
  import "../../chunk-R7LDL5CU.mjs";
101
- import "../../chunk-JDFRAN4S.mjs";
102
- import "../../chunk-GEJLG5RP.mjs";
103
- import "../../chunk-EC3NSPHR.mjs";
104
- import "../../chunk-5YMUHF45.mjs";
105
- import "../../chunk-5HK7HRTR.mjs";
106
- import "../../chunk-HJUZTISD.mjs";
107
- import "../../chunk-5EWHMXCP.mjs";
102
+ import "../../chunk-CZEO3U25.mjs";
103
+ import "../../chunk-LLP2PTPK.mjs";
104
+ import "../../chunk-E5QSNLSR.mjs";
108
105
  import "../../chunk-N3EAW6UO.mjs";
106
+ import "../../chunk-RRA7GWP2.mjs";
107
+ import "../../chunk-NOXFF2KJ.mjs";
108
+ import "../../chunk-2SNKT7I4.mjs";
109
109
  import "../../chunk-DUQFM3QS.mjs";
110
110
  import "../../chunk-KTUGFQWJ.mjs";
111
+ import "../../chunk-5HK7HRTR.mjs";
112
+ import "../../chunk-HJUZTISD.mjs";
113
+ import "../../chunk-V3KKDSQP.mjs";
111
114
  import "../../chunk-V2HNFTTX.mjs";
112
115
  import "../../chunk-IAJ6G633.mjs";
113
- import "../../chunk-V3KKDSQP.mjs";
114
- import "../../chunk-LJIVY6GU.mjs";
115
- import "../../chunk-ZRHEFEFS.mjs";
116
- import "../../chunk-V2G5QHZZ.mjs";
117
116
  import "../../chunk-AQ3ISJKU.mjs";
118
117
  import "../../chunk-GQ3LBZ2Q.mjs";
119
118
  import "../../chunk-WYJW5NNA.mjs";
120
119
  import "../../chunk-C3MURCMZ.mjs";
121
- import "../../chunk-WJXIRSSW.mjs";
122
- import "../../chunk-WTXPB253.mjs";
120
+ import "../../chunk-UUKS7JYX.mjs";
121
+ import "../../chunk-C4PCTOGM.mjs";
122
+ import "../../chunk-N3QOXWJI.mjs";
123
+ import "../../chunk-LJIVY6GU.mjs";
124
+ import "../../chunk-ZRHEFEFS.mjs";
125
+ import "../../chunk-V2G5QHZZ.mjs";
123
126
  import "../../chunk-A3AAC7PF.mjs";
127
+ import "../../chunk-HZ5YAOU6.mjs";
128
+ import "../../chunk-5UKTT75Y.mjs";
129
+ import "../../chunk-TYMUQULA.mjs";
130
+ import "../../chunk-CYSW4N3T.mjs";
131
+ import "../../chunk-54FA62HL.mjs";
132
+ import "../../chunk-PKZZEODR.mjs";
133
+ import "../../chunk-CTKWGSNJ.mjs";
134
+ import "../../chunk-XHCXM5MU.mjs";
135
+ import "../../chunk-KH4D2C2T.mjs";
136
+ import "../../chunk-O5T4GUJH.mjs";
137
+ import "../../chunk-UTZUYZZL.mjs";
138
+ import "../../chunk-IZEJE6V2.mjs";
139
+ import "../../chunk-AR4IYKG5.mjs";
140
+ import "../../chunk-CA2EAK5M.mjs";
141
+ import "../../chunk-U4FAPNVK.mjs";
142
+ import "../../chunk-L6XIUULU.mjs";
143
+ import "../../chunk-JTPBZJ4S.mjs";
144
+ import "../../chunk-WZDFBWUL.mjs";
145
+ import "../../chunk-ZXCQ73RT.mjs";
146
+ import "../../chunk-3BST3PYD.mjs";
147
+ import "../../chunk-TJBXXTYS.mjs";
148
+ import "../../chunk-V77JZXH7.mjs";
149
+ import "../../chunk-TIFF5WZA.mjs";
150
+ import "../../chunk-K3WTHFIG.mjs";
151
+ import "../../chunk-ONQIPN3G.mjs";
152
+ import "../../chunk-J3GK2CGQ.mjs";
153
+ import "../../chunk-MJTSZFLC.mjs";
154
+ import "../../chunk-ZSYIKEXW.mjs";
155
+ import "../../chunk-AT6DX4DN.mjs";
156
+ import "../../chunk-SAYYLTIE.mjs";
157
+ import "../../chunk-25ISU6R3.mjs";
158
+ import "../../chunk-7T3JFARO.mjs";
159
+ import "../../chunk-FKHR6G3R.mjs";
160
+ import "../../chunk-4KPEPEPC.mjs";
124
161
  export {
162
+ Accordion,
163
+ AccordionItem,
125
164
  Actions,
126
165
  Body,
127
166
  Container,
167
+ Divider,
128
168
  Flex,
129
169
  Grid,
130
170
  Header,
131
171
  PageContent,
132
172
  PageLoading,
133
173
  Root,
174
+ ScrollShadow,
134
175
  Section,
135
176
  SectionActions,
136
177
  SectionHeader,
@@ -1,8 +1,5 @@
1
1
  "use client";
2
2
  import "../../../chunk-CRPCWBXA.mjs";
3
- import {
4
- PageLoading
5
- } from "../../../chunk-SPED4RBS.mjs";
6
3
  import {
7
4
  SectionLoading
8
5
  } from "../../../chunk-25XG46X6.mjs";
@@ -19,15 +16,22 @@ import {
19
16
  Title
20
17
  } from "../../../chunk-Q4TQYK6N.mjs";
21
18
  import "../../../chunk-DBQTFBA3.mjs";
22
- import "../../../chunk-UURZJWWV.mjs";
19
+ import {
20
+ PageLoading
21
+ } from "../../../chunk-SPED4RBS.mjs";
22
+ import "../../../chunk-AR4IYKG5.mjs";
23
+ import "../../../chunk-CA2EAK5M.mjs";
24
+ import "../../../chunk-U4FAPNVK.mjs";
25
+ import "../../../chunk-L6XIUULU.mjs";
26
+ import "../../../chunk-JTPBZJ4S.mjs";
23
27
  import "../../../chunk-WZDFBWUL.mjs";
24
28
  import "../../../chunk-ZXCQ73RT.mjs";
25
29
  import "../../../chunk-3BST3PYD.mjs";
26
30
  import "../../../chunk-TJBXXTYS.mjs";
27
- import "../../../chunk-K3WTHFIG.mjs";
28
- import "../../../chunk-ONQIPN3G.mjs";
29
31
  import "../../../chunk-V77JZXH7.mjs";
30
32
  import "../../../chunk-TIFF5WZA.mjs";
33
+ import "../../../chunk-K3WTHFIG.mjs";
34
+ import "../../../chunk-ONQIPN3G.mjs";
31
35
  export {
32
36
  Actions,
33
37
  Body,
@@ -2,15 +2,19 @@
2
2
  import {
3
3
  PageLoading
4
4
  } from "../../../chunk-SPED4RBS.mjs";
5
- import "../../../chunk-UURZJWWV.mjs";
5
+ import "../../../chunk-AR4IYKG5.mjs";
6
+ import "../../../chunk-CA2EAK5M.mjs";
7
+ import "../../../chunk-U4FAPNVK.mjs";
8
+ import "../../../chunk-L6XIUULU.mjs";
9
+ import "../../../chunk-JTPBZJ4S.mjs";
6
10
  import "../../../chunk-WZDFBWUL.mjs";
7
11
  import "../../../chunk-ZXCQ73RT.mjs";
8
12
  import "../../../chunk-3BST3PYD.mjs";
9
13
  import "../../../chunk-TJBXXTYS.mjs";
10
- import "../../../chunk-K3WTHFIG.mjs";
11
- import "../../../chunk-ONQIPN3G.mjs";
12
14
  import "../../../chunk-V77JZXH7.mjs";
13
15
  import "../../../chunk-TIFF5WZA.mjs";
16
+ import "../../../chunk-K3WTHFIG.mjs";
17
+ import "../../../chunk-ONQIPN3G.mjs";
14
18
  export {
15
19
  PageLoading
16
20
  };
@@ -2,15 +2,19 @@
2
2
  import {
3
3
  SectionLoading
4
4
  } from "../../../chunk-25XG46X6.mjs";
5
- import "../../../chunk-UURZJWWV.mjs";
5
+ import "../../../chunk-AR4IYKG5.mjs";
6
+ import "../../../chunk-CA2EAK5M.mjs";
7
+ import "../../../chunk-U4FAPNVK.mjs";
8
+ import "../../../chunk-L6XIUULU.mjs";
9
+ import "../../../chunk-JTPBZJ4S.mjs";
6
10
  import "../../../chunk-WZDFBWUL.mjs";
7
11
  import "../../../chunk-ZXCQ73RT.mjs";
8
12
  import "../../../chunk-3BST3PYD.mjs";
9
13
  import "../../../chunk-TJBXXTYS.mjs";
10
- import "../../../chunk-K3WTHFIG.mjs";
11
- import "../../../chunk-ONQIPN3G.mjs";
12
14
  import "../../../chunk-V77JZXH7.mjs";
13
15
  import "../../../chunk-TIFF5WZA.mjs";
16
+ import "../../../chunk-K3WTHFIG.mjs";
17
+ import "../../../chunk-ONQIPN3G.mjs";
14
18
  export {
15
19
  SectionLoading
16
20
  };
@@ -0,0 +1 @@
1
+ export * from "./scroll-shadow";
@@ -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/layout/scroll-shadow/index.ts
32
+ var scroll_shadow_exports = {};
33
+ __export(scroll_shadow_exports, {
34
+ ScrollShadow: () => ScrollShadow
35
+ });
36
+ module.exports = __toCommonJS(scroll_shadow_exports);
37
+
38
+ // src/ui/layout/scroll-shadow/scroll-shadow.tsx
39
+ var import_react = __toESM(require("react"));
40
+ var import_scroll_shadow = require("@heroui/scroll-shadow");
41
+ var import_jsx_runtime = require("react/jsx-runtime");
42
+ var ScrollShadow = import_react.default.forwardRef((props, ref) => {
43
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_scroll_shadow.ScrollShadow, { ref, ...props });
44
+ });
45
+ ScrollShadow.displayName = "TeachInUI.ScrollShadow";
46
+ // Annotate the CommonJS export names for ESM import in node:
47
+ 0 && (module.exports = {
48
+ ScrollShadow
49
+ });
@@ -0,0 +1,8 @@
1
+ "use client";
2
+ import "../../../chunk-BGNMWHME.mjs";
3
+ import {
4
+ ScrollShadow
5
+ } from "../../../chunk-OZSO3C5Q.mjs";
6
+ export {
7
+ ScrollShadow
8
+ };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { ScrollShadow as HeroUIScrollShadow } from "@heroui/scroll-shadow";
3
+ export type ScrollShadowProps = React.ComponentProps<typeof HeroUIScrollShadow>;
4
+ declare const ScrollShadow: React.ForwardRefExoticComponent<(Omit<import("@heroui/system").OmitCommonProps<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, keyof import("@heroui/scroll-shadow").ScrollShadowProps> & import("@heroui/scroll-shadow").ScrollShadowProps & {
5
+ as?: import("@heroui/system").As<any> | undefined;
6
+ }, "ref"> | Omit<import("@heroui/system").OmitCommonProps<Omit<Omit<any, "ref">, never>, keyof import("@heroui/scroll-shadow").ScrollShadowProps> & import("@heroui/scroll-shadow").ScrollShadowProps & {
7
+ as?: import("@heroui/system").As<any> | undefined;
8
+ }, "ref">) & React.RefAttributes<HTMLElement>>;
9
+ export { ScrollShadow };
@@ -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/layout/scroll-shadow/scroll-shadow.tsx
32
+ var scroll_shadow_exports = {};
33
+ __export(scroll_shadow_exports, {
34
+ ScrollShadow: () => ScrollShadow
35
+ });
36
+ module.exports = __toCommonJS(scroll_shadow_exports);
37
+ var import_react = __toESM(require("react"));
38
+ var import_scroll_shadow = require("@heroui/scroll-shadow");
39
+ var import_jsx_runtime = require("react/jsx-runtime");
40
+ var ScrollShadow = import_react.default.forwardRef((props, ref) => {
41
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_scroll_shadow.ScrollShadow, { ref, ...props });
42
+ });
43
+ ScrollShadow.displayName = "TeachInUI.ScrollShadow";
44
+ // Annotate the CommonJS export names for ESM import in node:
45
+ 0 && (module.exports = {
46
+ ScrollShadow
47
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ ScrollShadow
4
+ } from "../../../chunk-OZSO3C5Q.mjs";
5
+ export {
6
+ ScrollShadow
7
+ };
@@ -0,0 +1,6 @@
1
+ import type { BreadcrumbsProps as HeroUIBreadcrumbsProps, BreadcrumbItemProps as HeroUIBreadcrumbItemProps } from "@heroui/breadcrumbs";
2
+ import React from "react";
3
+ export type BreadcrumbsProps = HeroUIBreadcrumbsProps;
4
+ export type BreadcrumbItemProps = HeroUIBreadcrumbItemProps;
5
+ export declare const Breadcrumbs: React.ForwardRefExoticComponent<Omit<HeroUIBreadcrumbsProps, "ref"> & React.RefAttributes<HTMLElement>>;
6
+ export declare const BreadcrumbItem: React.ForwardRefExoticComponent<Omit<HeroUIBreadcrumbItemProps, "ref"> & React.RefAttributes<HTMLLIElement>>;
@@ -0,0 +1,57 @@
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/navigation/breadcrumbs/breadcrumbs.tsx
32
+ var breadcrumbs_exports = {};
33
+ __export(breadcrumbs_exports, {
34
+ BreadcrumbItem: () => BreadcrumbItem,
35
+ Breadcrumbs: () => Breadcrumbs
36
+ });
37
+ module.exports = __toCommonJS(breadcrumbs_exports);
38
+ var import_react = __toESM(require("react"));
39
+ var import_breadcrumbs = require("@heroui/breadcrumbs");
40
+ var import_jsx_runtime = require("react/jsx-runtime");
41
+ var Breadcrumbs = import_react.default.forwardRef(
42
+ (props, ref) => {
43
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_breadcrumbs.Breadcrumbs, { ref, ...props });
44
+ }
45
+ );
46
+ Breadcrumbs.displayName = "TeachInUI.Breadcrumbs";
47
+ var BreadcrumbItem = import_react.default.forwardRef(
48
+ ({ children, ...props }, ref) => {
49
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_breadcrumbs.BreadcrumbItem, { ref, ...props, children });
50
+ }
51
+ );
52
+ BreadcrumbItem.displayName = "TeachInUI.BreadcrumbItem";
53
+ // Annotate the CommonJS export names for ESM import in node:
54
+ 0 && (module.exports = {
55
+ BreadcrumbItem,
56
+ Breadcrumbs
57
+ });
@@ -0,0 +1,9 @@
1
+ "use client";
2
+ import {
3
+ BreadcrumbItem,
4
+ Breadcrumbs
5
+ } from "../../../chunk-4KPEPEPC.mjs";
6
+ export {
7
+ BreadcrumbItem,
8
+ Breadcrumbs
9
+ };
@@ -0,0 +1 @@
1
+ export * from "./breadcrumbs";
@@ -0,0 +1,59 @@
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/navigation/breadcrumbs/index.ts
32
+ var breadcrumbs_exports = {};
33
+ __export(breadcrumbs_exports, {
34
+ BreadcrumbItem: () => BreadcrumbItem,
35
+ Breadcrumbs: () => Breadcrumbs
36
+ });
37
+ module.exports = __toCommonJS(breadcrumbs_exports);
38
+
39
+ // src/ui/navigation/breadcrumbs/breadcrumbs.tsx
40
+ var import_react = __toESM(require("react"));
41
+ var import_breadcrumbs = require("@heroui/breadcrumbs");
42
+ var import_jsx_runtime = require("react/jsx-runtime");
43
+ var Breadcrumbs = import_react.default.forwardRef(
44
+ (props, ref) => {
45
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_breadcrumbs.Breadcrumbs, { ref, ...props });
46
+ }
47
+ );
48
+ Breadcrumbs.displayName = "TeachInUI.Breadcrumbs";
49
+ var BreadcrumbItem = import_react.default.forwardRef(
50
+ ({ children, ...props }, ref) => {
51
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_breadcrumbs.BreadcrumbItem, { ref, ...props, children });
52
+ }
53
+ );
54
+ BreadcrumbItem.displayName = "TeachInUI.BreadcrumbItem";
55
+ // Annotate the CommonJS export names for ESM import in node:
56
+ 0 && (module.exports = {
57
+ BreadcrumbItem,
58
+ Breadcrumbs
59
+ });
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import "../../../chunk-FKHR6G3R.mjs";
3
+ import {
4
+ BreadcrumbItem,
5
+ Breadcrumbs
6
+ } from "../../../chunk-4KPEPEPC.mjs";
7
+ export {
8
+ BreadcrumbItem,
9
+ Breadcrumbs
10
+ };
@@ -1 +1,4 @@
1
1
  export * from "./link";
2
+ export * from "./tabs";
3
+ export * from "./navbar";
4
+ export * from "./breadcrumbs";