@hydralms/components 0.2.0 → 0.3.1

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 (302) hide show
  1. package/dist/StudentProfile-BPsZBaJj.cjs +1 -0
  2. package/dist/StudentProfile-Cw2p-RZn.js +3273 -0
  3. package/dist/assessment-toolbar/question-navigator.d.ts +1 -1
  4. package/dist/assessment-toolbar/timer-display.d.ts +1 -1
  5. package/dist/common/index.d.ts +2 -1
  6. package/dist/common/pagination.d.ts +26 -0
  7. package/dist/common/types.d.ts +1 -0
  8. package/dist/components.css +1 -1
  9. package/dist/content/audio-player.d.ts +22 -0
  10. package/dist/content/code-block.d.ts +30 -0
  11. package/dist/content/embed-block.d.ts +28 -0
  12. package/dist/content/index.d.ts +6 -0
  13. package/dist/content/types.d.ts +24 -0
  14. package/dist/curriculum/course-card.d.ts +51 -0
  15. package/dist/curriculum/index.d.ts +2 -0
  16. package/dist/curriculum/types.d.ts +2 -2
  17. package/dist/index.cjs +1 -1
  18. package/dist/index.d.ts +1 -0
  19. package/dist/index.js +495 -439
  20. package/dist/license/HydraContext.d.ts +16 -0
  21. package/dist/license/ProBadge.d.ts +6 -0
  22. package/dist/license/index.d.ts +7 -0
  23. package/dist/license/tiers.d.ts +6 -0
  24. package/dist/license/useHydraLicense.d.ts +6 -0
  25. package/dist/license/validate.d.ts +13 -0
  26. package/dist/license/withProGate.d.ts +6 -0
  27. package/dist/modules/AssignmentModule/AssignmentModule.d.ts +4 -7
  28. package/dist/modules/AssignmentModule/types.d.ts +5 -1
  29. package/dist/modules/CertificateModule/CertificateModule.d.ts +4 -8
  30. package/dist/modules/CertificateModule/types.d.ts +6 -4
  31. package/dist/modules/CourseCatalogModule/CourseCatalogModule.d.ts +5 -0
  32. package/dist/modules/CourseCatalogModule/types.d.ts +43 -0
  33. package/dist/modules/CoursePlayer/CoursePlayer.d.ts +4 -1
  34. package/dist/modules/DiscussionModule/DiscussionModule.d.ts +4 -7
  35. package/dist/modules/ExamModule/ExamModule.d.ts +4 -7
  36. package/dist/modules/ExamModule/types.d.ts +5 -14
  37. package/dist/modules/FlashcardLab/FlashcardLab.d.ts +4 -1
  38. package/dist/modules/FlashcardLab/types.d.ts +2 -0
  39. package/dist/modules/GradeCenterModule/GradeCenterModule.d.ts +4 -8
  40. package/dist/modules/GradeCenterModule/types.d.ts +2 -0
  41. package/dist/modules/QuizModule/QuizModule.d.ts +4 -1
  42. package/dist/modules/QuizModule/types.d.ts +5 -14
  43. package/dist/modules/StudentDashboardModule/StudentDashboardModule.d.ts +5 -0
  44. package/dist/modules/StudentDashboardModule/types.d.ts +54 -0
  45. package/dist/modules/StudentProfileModule/StudentProfileModule.d.ts +5 -0
  46. package/dist/modules/StudentProfileModule/types.d.ts +43 -0
  47. package/dist/modules/SurveyModule/SurveyModule.d.ts +4 -6
  48. package/dist/modules/SurveyModule/types.d.ts +2 -0
  49. package/dist/modules/_shared/assessment-intro.d.ts +16 -0
  50. package/dist/modules/_shared/assessment-results.d.ts +23 -0
  51. package/dist/modules/_shared/types.d.ts +10 -0
  52. package/dist/modules/_shared/use-timer.d.ts +9 -0
  53. package/dist/modules/index.d.ts +6 -0
  54. package/dist/modules.cjs +1 -1
  55. package/dist/modules.js +1267 -854
  56. package/dist/progress/types.d.ts +2 -0
  57. package/dist/provider/HydraProvider.d.ts +5 -1
  58. package/dist/questions/choice.d.ts +1 -1
  59. package/dist/questions/confidence-indicator.d.ts +37 -0
  60. package/dist/questions/essay.d.ts +1 -1
  61. package/dist/questions/fill-in-the-blank.d.ts +1 -1
  62. package/dist/questions/hotspot.d.ts +1 -1
  63. package/dist/questions/index.d.ts +2 -0
  64. package/dist/questions/inline-choice.d.ts +1 -1
  65. package/dist/questions/matching.d.ts +1 -1
  66. package/dist/questions/multiple-choice.d.ts +1 -1
  67. package/dist/questions/numeric.d.ts +1 -1
  68. package/dist/questions/ordering.d.ts +1 -1
  69. package/dist/questions/question-renderer.d.ts +1 -1
  70. package/dist/questions/scenario.d.ts +1 -1
  71. package/dist/questions/spreadsheet.d.ts +1 -1
  72. package/dist/questions/true-false.d.ts +1 -1
  73. package/dist/sections/AdaptiveLearningPath/AdaptiveLearningPath.d.ts +5 -0
  74. package/dist/sections/AdaptiveLearningPath/path-connector.d.ts +8 -0
  75. package/dist/sections/AdaptiveLearningPath/path-milestone-marker.d.ts +7 -0
  76. package/dist/sections/AdaptiveLearningPath/path-node-card.d.ts +10 -0
  77. package/dist/sections/AdaptiveLearningPath/path-skill-bar.d.ts +8 -0
  78. package/dist/sections/AdaptiveLearningPath/types.d.ts +136 -0
  79. package/dist/sections/AnnouncementFeed/AnnouncementFeed.d.ts +1 -1
  80. package/dist/sections/AnnouncementFeed/types.d.ts +15 -1
  81. package/dist/sections/AssessmentReview/AssessmentReview.d.ts +1 -1
  82. package/dist/sections/AssessmentReview/types.d.ts +6 -0
  83. package/dist/sections/AssignmentSubmission/AssignmentSubmission.d.ts +1 -1
  84. package/dist/sections/AssignmentSubmission/types.d.ts +6 -0
  85. package/dist/sections/CertificateViewer/CertificateViewer.d.ts +1 -1
  86. package/dist/sections/CertificateViewer/certificate-variants.d.ts +42 -0
  87. package/dist/sections/CertificateViewer/types.d.ts +6 -0
  88. package/dist/sections/ContentAuthoringStudio/ContentAuthoringStudio.d.ts +5 -0
  89. package/dist/sections/ContentAuthoringStudio/block-editor-item.d.ts +14 -0
  90. package/dist/sections/ContentAuthoringStudio/block-type-picker.d.ts +12 -0
  91. package/dist/sections/ContentAuthoringStudio/types.d.ts +67 -0
  92. package/dist/sections/CourseCatalog/CourseCatalog.d.ts +2 -0
  93. package/dist/sections/CourseCatalog/types.d.ts +80 -0
  94. package/dist/sections/CourseOutline/CourseOutline.d.ts +1 -1
  95. package/dist/sections/CourseOutline/types.d.ts +6 -0
  96. package/dist/sections/DiscussionThread/DiscussionThread.d.ts +1 -1
  97. package/dist/sections/DiscussionThread/types.d.ts +6 -0
  98. package/dist/sections/EnrollmentWizard/EnrollmentWizard.d.ts +2 -0
  99. package/dist/sections/EnrollmentWizard/types.d.ts +66 -0
  100. package/dist/sections/ExamSession/ExamSession.d.ts +1 -1
  101. package/dist/sections/ExamSession/types.d.ts +6 -0
  102. package/dist/sections/FlashcardStudySession/FlashcardStudySession.d.ts +1 -1
  103. package/dist/sections/FlashcardStudySession/types.d.ts +6 -0
  104. package/dist/sections/ForumBoard/ForumBoard.d.ts +1 -1
  105. package/dist/sections/ForumBoard/types.d.ts +14 -0
  106. package/dist/sections/GradebookTable/GradebookTable.d.ts +1 -1
  107. package/dist/sections/GradebookTable/types.d.ts +14 -0
  108. package/dist/sections/LecturePlayer/LecturePlayer.d.ts +1 -1
  109. package/dist/sections/LecturePlayer/types.d.ts +8 -0
  110. package/dist/sections/LessonPage/LessonPage.d.ts +1 -1
  111. package/dist/sections/LessonPage/types.d.ts +6 -0
  112. package/dist/sections/PracticeQuiz/PracticeQuiz.d.ts +1 -1
  113. package/dist/sections/PracticeQuiz/types.d.ts +6 -0
  114. package/dist/sections/ProgressDashboard/ProgressDashboard.d.ts +1 -1
  115. package/dist/sections/ProgressDashboard/types.d.ts +6 -0
  116. package/dist/sections/QuizSession/QuizSession.d.ts +1 -1
  117. package/dist/sections/QuizSession/types.d.ts +6 -0
  118. package/dist/sections/RequirementsChecklist/RequirementsChecklist.d.ts +1 -1
  119. package/dist/sections/RequirementsChecklist/types.d.ts +6 -0
  120. package/dist/sections/ResourceLibrary/ResourceLibrary.d.ts +1 -1
  121. package/dist/sections/ResourceLibrary/types.d.ts +15 -1
  122. package/dist/sections/RubricView/RubricView.d.ts +1 -1
  123. package/dist/sections/RubricView/types.d.ts +6 -0
  124. package/dist/sections/ScrollableQuiz/ScrollableQuiz.d.ts +1 -1
  125. package/dist/sections/ScrollableQuiz/types.d.ts +6 -0
  126. package/dist/sections/StudentProfile/StudentProfile.d.ts +2 -0
  127. package/dist/sections/StudentProfile/types.d.ts +98 -0
  128. package/dist/sections/SurveyForm/SurveyForm.d.ts +1 -1
  129. package/dist/sections/SurveyForm/types.d.ts +6 -0
  130. package/dist/sections/_shared/merge-answers.d.ts +9 -0
  131. package/dist/sections/_shared/section-shell.d.ts +20 -0
  132. package/dist/sections/_shared/use-assessment-session.d.ts +30 -0
  133. package/dist/sections/index.d.ts +10 -0
  134. package/dist/sections.cjs +1 -1
  135. package/dist/sections.js +1361 -307
  136. package/dist/ui/badge.d.ts +1 -1
  137. package/dist/ui/index.d.ts +2 -0
  138. package/dist/ui/progress.d.ts +1 -1
  139. package/dist/ui/rich-text-editor.d.ts +3 -1
  140. package/dist/ui/toast.d.ts +43 -0
  141. package/dist/utils/debounce.d.ts +5 -1
  142. package/dist/utils/pick-palette-color.d.ts +19 -0
  143. package/dist/video/types.d.ts +15 -0
  144. package/dist/video/video-player.d.ts +1 -1
  145. package/dist/withProGate-BJdu1T9Y.cjs +2 -0
  146. package/dist/withProGate-BvFc7Jwy.js +4975 -0
  147. package/package.json +57 -226
  148. package/src/assessment-toolbar/question-navigator.tsx +10 -5
  149. package/src/assessment-toolbar/timer-display.tsx +4 -3
  150. package/src/assessment-toolbar/use-countdown.ts +1 -1
  151. package/src/common/empty-state.tsx +1 -0
  152. package/src/common/index.ts +2 -0
  153. package/src/common/pagination.tsx +135 -0
  154. package/src/common/search-input.tsx +2 -1
  155. package/src/common/types.ts +2 -0
  156. package/src/content/attachment-list.tsx +2 -0
  157. package/src/content/audio-player.tsx +196 -0
  158. package/src/content/code-block.tsx +113 -0
  159. package/src/content/content-block.tsx +64 -0
  160. package/src/content/embed-block.tsx +78 -0
  161. package/src/content/file-upload-zone.tsx +10 -0
  162. package/src/content/index.ts +6 -0
  163. package/src/content/types.ts +5 -0
  164. package/src/curriculum/course-card.tsx +199 -0
  165. package/src/curriculum/curriculum-item.tsx +3 -3
  166. package/src/curriculum/curriculum-tree.tsx +20 -13
  167. package/src/curriculum/index.ts +2 -0
  168. package/src/curriculum/types.ts +2 -2
  169. package/src/flashcards/flashcard.tsx +28 -8
  170. package/src/index.ts +3 -0
  171. package/src/license/HydraContext.tsx +62 -0
  172. package/src/license/ProBadge.tsx +43 -0
  173. package/src/license/index.ts +7 -0
  174. package/src/license/tiers.ts +34 -0
  175. package/src/license/useHydraLicense.ts +10 -0
  176. package/src/license/validate.ts +90 -0
  177. package/src/license/withProGate.tsx +21 -0
  178. package/src/modules/AssignmentModule/AssignmentModule.tsx +17 -8
  179. package/src/modules/AssignmentModule/types.ts +5 -1
  180. package/src/modules/CertificateModule/CertificateModule.tsx +21 -9
  181. package/src/modules/CertificateModule/types.ts +6 -4
  182. package/src/modules/CourseCatalogModule/CourseCatalogModule.tsx +126 -0
  183. package/src/modules/CourseCatalogModule/types.ts +47 -0
  184. package/src/modules/CoursePlayer/CoursePlayer.tsx +39 -22
  185. package/src/modules/DiscussionModule/DiscussionModule.tsx +57 -22
  186. package/src/modules/ExamModule/ExamModule.tsx +64 -198
  187. package/src/modules/ExamModule/types.ts +5 -14
  188. package/src/modules/FlashcardLab/FlashcardLab.tsx +10 -5
  189. package/src/modules/FlashcardLab/types.ts +2 -0
  190. package/src/modules/GradeCenterModule/GradeCenterModule.tsx +7 -2
  191. package/src/modules/GradeCenterModule/types.ts +2 -0
  192. package/src/modules/QuizModule/QuizModule.tsx +49 -169
  193. package/src/modules/QuizModule/types.ts +5 -15
  194. package/src/modules/StudentDashboardModule/StudentDashboardModule.tsx +117 -0
  195. package/src/modules/StudentDashboardModule/types.ts +56 -0
  196. package/src/modules/StudentProfileModule/StudentProfileModule.tsx +289 -0
  197. package/src/modules/StudentProfileModule/types.ts +45 -0
  198. package/src/modules/SurveyModule/SurveyModule.tsx +9 -4
  199. package/src/modules/SurveyModule/types.ts +2 -0
  200. package/src/modules/_shared/assessment-intro.tsx +75 -0
  201. package/src/modules/_shared/assessment-results.tsx +133 -0
  202. package/src/modules/_shared/types.ts +11 -0
  203. package/src/modules/_shared/use-timer.ts +49 -0
  204. package/src/modules/index.ts +9 -0
  205. package/src/progress/achievement-badge.tsx +3 -3
  206. package/src/progress/grade-indicator.tsx +9 -1
  207. package/src/progress/progress-ring.tsx +2 -1
  208. package/src/progress/stat-card.tsx +14 -2
  209. package/src/progress/types.ts +2 -0
  210. package/src/provider/HydraProvider.tsx +15 -6
  211. package/src/questions/choice.tsx +13 -6
  212. package/src/questions/confidence-indicator.tsx +107 -0
  213. package/src/questions/essay.tsx +6 -4
  214. package/src/questions/fill-in-the-blank.tsx +8 -4
  215. package/src/questions/hotspot.tsx +4 -4
  216. package/src/questions/index.ts +2 -0
  217. package/src/questions/inline-choice.tsx +5 -4
  218. package/src/questions/matching.tsx +5 -4
  219. package/src/questions/multiple-choice.tsx +13 -6
  220. package/src/questions/numeric.tsx +8 -4
  221. package/src/questions/ordering.tsx +12 -4
  222. package/src/questions/question-renderer.tsx +3 -2
  223. package/src/questions/scenario.tsx +4 -4
  224. package/src/questions/spreadsheet.tsx +5 -4
  225. package/src/questions/true-false.tsx +13 -6
  226. package/src/sections/AdaptiveLearningPath/AdaptiveLearningPath.tsx +251 -0
  227. package/src/sections/AdaptiveLearningPath/path-connector.tsx +27 -0
  228. package/src/sections/AdaptiveLearningPath/path-milestone-marker.tsx +50 -0
  229. package/src/sections/AdaptiveLearningPath/path-node-card.tsx +166 -0
  230. package/src/sections/AdaptiveLearningPath/path-skill-bar.tsx +49 -0
  231. package/src/sections/AdaptiveLearningPath/types.ts +159 -0
  232. package/src/sections/AnnouncementFeed/AnnouncementFeed.tsx +64 -8
  233. package/src/sections/AnnouncementFeed/types.ts +15 -1
  234. package/src/sections/AssessmentReview/AssessmentReview.tsx +37 -0
  235. package/src/sections/AssessmentReview/types.ts +6 -0
  236. package/src/sections/AssignmentSubmission/AssignmentSubmission.tsx +37 -1
  237. package/src/sections/AssignmentSubmission/types.ts +6 -0
  238. package/src/sections/CertificateViewer/CertificateViewer.tsx +29 -227
  239. package/src/sections/CertificateViewer/certificate-variants.tsx +170 -0
  240. package/src/sections/CertificateViewer/types.ts +6 -0
  241. package/src/sections/ContentAuthoringStudio/ContentAuthoringStudio.tsx +289 -0
  242. package/src/sections/ContentAuthoringStudio/block-editor-item.tsx +487 -0
  243. package/src/sections/ContentAuthoringStudio/block-type-picker.tsx +123 -0
  244. package/src/sections/ContentAuthoringStudio/types.ts +67 -0
  245. package/src/sections/CourseCatalog/CourseCatalog.tsx +220 -0
  246. package/src/sections/CourseCatalog/types.ts +76 -0
  247. package/src/sections/CourseOutline/CourseOutline.tsx +41 -0
  248. package/src/sections/CourseOutline/types.ts +6 -0
  249. package/src/sections/DiscussionThread/DiscussionThread.tsx +42 -1
  250. package/src/sections/DiscussionThread/types.ts +6 -0
  251. package/src/sections/EnrollmentWizard/EnrollmentWizard.tsx +343 -0
  252. package/src/sections/EnrollmentWizard/types.ts +65 -0
  253. package/src/sections/ExamSession/ExamSession.tsx +100 -94
  254. package/src/sections/ExamSession/types.ts +6 -0
  255. package/src/sections/FlashcardStudySession/FlashcardStudySession.tsx +53 -36
  256. package/src/sections/FlashcardStudySession/types.ts +6 -0
  257. package/src/sections/ForumBoard/ForumBoard.tsx +67 -7
  258. package/src/sections/ForumBoard/types.ts +14 -0
  259. package/src/sections/GradebookTable/GradebookTable.tsx +54 -1
  260. package/src/sections/GradebookTable/types.ts +14 -0
  261. package/src/sections/LecturePlayer/LecturePlayer.tsx +63 -37
  262. package/src/sections/LecturePlayer/types.ts +8 -0
  263. package/src/sections/LessonPage/LessonPage.tsx +34 -6
  264. package/src/sections/LessonPage/types.ts +6 -0
  265. package/src/sections/PracticeQuiz/PracticeQuiz.tsx +106 -74
  266. package/src/sections/PracticeQuiz/types.ts +6 -0
  267. package/src/sections/ProgressDashboard/ProgressDashboard.tsx +64 -10
  268. package/src/sections/ProgressDashboard/types.ts +6 -0
  269. package/src/sections/QuizSession/QuizSession.tsx +71 -82
  270. package/src/sections/QuizSession/types.ts +6 -0
  271. package/src/sections/RequirementsChecklist/RequirementsChecklist.tsx +41 -1
  272. package/src/sections/RequirementsChecklist/types.ts +6 -0
  273. package/src/sections/ResourceLibrary/ResourceLibrary.tsx +64 -8
  274. package/src/sections/ResourceLibrary/types.ts +15 -1
  275. package/src/sections/RubricView/RubricView.tsx +37 -1
  276. package/src/sections/RubricView/types.ts +6 -0
  277. package/src/sections/ScrollableQuiz/ScrollableQuiz.tsx +36 -15
  278. package/src/sections/ScrollableQuiz/types.ts +6 -0
  279. package/src/sections/StudentProfile/StudentProfile.tsx +279 -0
  280. package/src/sections/StudentProfile/types.ts +99 -0
  281. package/src/sections/SurveyForm/SurveyForm.tsx +32 -5
  282. package/src/sections/SurveyForm/types.ts +6 -0
  283. package/src/sections/_shared/merge-answers.ts +22 -0
  284. package/src/sections/_shared/section-shell.tsx +64 -0
  285. package/src/sections/_shared/use-assessment-session.ts +125 -0
  286. package/src/sections/index.ts +40 -0
  287. package/src/social/user-avatar.tsx +9 -5
  288. package/src/styles/globals.css +39 -41
  289. package/src/ui/badge.tsx +8 -0
  290. package/src/ui/index.ts +2 -0
  291. package/src/ui/progress.tsx +4 -0
  292. package/src/ui/rich-text-editor.tsx +10 -0
  293. package/src/ui/rich-text-toolbar.tsx +2 -1
  294. package/src/ui/toast.tsx +170 -0
  295. package/src/utils/debounce.ts +8 -2
  296. package/src/utils/pick-palette-color.ts +33 -0
  297. package/src/video/types.ts +16 -0
  298. package/src/video/video-player.tsx +27 -6
  299. package/dist/ForumBoard-CHXU3mjC.js +0 -2207
  300. package/dist/ForumBoard-d1w5-r6n.cjs +0 -1
  301. package/dist/tabs-DRM2Iq_J.cjs +0 -172
  302. package/dist/tabs-Wf3h_Cx3.js +0 -21580
package/dist/index.js CHANGED
@@ -1,74 +1,137 @@
1
- import { c as l, f as D, a as z, P, b as H, B as A } from "./tabs-Wf3h_Cx3.js";
2
- import { A as ye, d as we, e as De, g as ze, h as Ce, i as Te, j as Ae, k as Ie, l as je, m as ke, n as Fe, o as Be, p as Re, q as Ve, r as Pe, s as He, t as Me, u as Ee, C as Le, v as Qe, w as $e, x as Ke, y as qe, z as Ge, D as Ue, E as We, F as Je, G as Xe, H as Ze, I as Ye, J as _e, K as Oe, L as Se, M as et, N as tt, O as rt, Q as at, R as st, S as it, T as nt, U as lt, V as ot, W as dt, X as ct, Y as ut, Z as mt, _ as ft, $ as xt, a0 as pt, a1 as gt, a2 as ht, a3 as bt, a4 as vt, a5 as Nt, a6 as yt, a7 as wt, a8 as Dt, a9 as zt, aa as Ct, ab as Tt, ac as At, ad as It, ae as jt, af as kt, ag as Ft, ah as Bt, ai as Rt, aj as Vt, ak as Pt, al as Ht, am as Mt, an as Et, ao as Lt, ap as Qt, aq as $t, ar as Kt, as as qt, at as Gt, au as Ut, av as Wt, aw as Jt, ax as Xt, ay as Zt, az as Yt, aA as _t, aB as Ot, aC as St, aD as er, aE as tr, aF as rr, aG as ar, aH as sr, aI as ir, aJ as nr, aK as lr, aL as or, aM as dr, aN as cr, aO as ur, aP as mr, aQ as fr, aR as xr, aS as pr } from "./tabs-Wf3h_Cx3.js";
3
- import { jsxs as f, jsx as e } from "react/jsx-runtime";
4
- import { Clock as M, Play as N, Video as E, Bookmark as L, Pencil as Q, Trash2 as $, CheckCircle2 as K, Circle as q, Download as G, X as U, Image as W, Film as J, Music as X, FileText as Z, Archive as Y, File as _, Check as O } from "lucide-react";
5
- import { useRef as h, useMemo as I, useEffect as j, memo as k, useState as S, useCallback as b } from "react";
6
- const ie = ({
7
- entries: t,
8
- currentTime: a = 0,
9
- onSeek: r,
10
- readOnly: n = !1,
1
+ import { c, f as C, a as D, P as E, H as F } from "./withProGate-BvFc7Jwy.js";
2
+ import { A as Me, b as ke, d as Le, e as Ee, g as Fe, h as He, i as Qe, j as $e, k as Ge, l as Ke, m as Ue, n as _e, o as Oe, p as qe, q as Xe, r as Ze, s as Je, t as Ye, u as We, B as Se, v as ea, C as aa, w as ta, x as ra, y as sa, z as ia, D as na, E as oa, F as la, G as da, I as ca, J as ua, K as ma, L as fa, M as ga, N as pa, O as ba, Q as xa, R as va, S as ha, T as Na, U as ya, V as wa, W as Ca, X as Da, Y as Ta, Z as za, _ as Aa, $ as Ia, a0 as Pa, a1 as Ba, a2 as Ra, a3 as Va, a4 as ja, a5 as Ma, a6 as ka, a7 as La, a8 as Ea, a9 as Fa, aa as Ha, ab as Qa, ac as $a, ad as Ga, ae as Ka, af as Ua, ag as _a, ah as Oa, ai as qa, aj as Xa, ak as Za, al as Ja, am as Ya, an as Wa, ao as Sa, ap as et, aq as at, ar as tt, as as rt, at as st, au as it, av as nt, aw as ot, ax as lt, ay as dt, az as ct, aA as ut, aB as mt, aC as ft, aD as gt, aE as pt, aF as bt, aG as xt, aH as vt, aI as ht, aJ as Nt, aK as yt, aL as wt, aM as Ct, aN as Dt, aO as Tt, aP as zt, aQ as At, aR as It, aS as Pt, aT as Bt, aU as Rt, aV as Vt, aW as jt, aX as Mt, aY as kt, aZ as Lt, a_ as Et, a$ as Ft, b0 as Ht, b1 as Qt, b2 as $t } from "./withProGate-BvFc7Jwy.js";
3
+ import { jsx as e, jsxs as f } from "react/jsx-runtime";
4
+ import { memo as T, useRef as v, useMemo as P, useEffect as z, useState as B, useCallback as x, useContext as H, createContext as Q } from "react";
5
+ import { HelpCircle as $, Brain as G, Lightbulb as K, Clock as U, Play as N, Video as _, Bookmark as O, Pencil as q, Trash2 as X, CheckCircle2 as R, Circle as Z, Info as J, AlertTriangle as Y, AlertCircle as W, X as S } from "lucide-react";
6
+ import { createPortal as ee } from "react-dom";
7
+ import { cva as ae } from "class-variance-authority";
8
+ const te = [
9
+ {
10
+ value: "low",
11
+ label: "Guessing",
12
+ icon: /* @__PURE__ */ e($, { className: "size-3.5" })
13
+ },
14
+ {
15
+ value: "medium",
16
+ label: "Somewhat sure",
17
+ icon: /* @__PURE__ */ e(G, { className: "size-3.5" })
18
+ },
19
+ {
20
+ value: "high",
21
+ label: "Confident",
22
+ icon: /* @__PURE__ */ e(K, { className: "size-3.5" })
23
+ }
24
+ ], be = T(function({
25
+ value: r,
26
+ onChange: t,
27
+ levels: i = te,
28
+ disabled: o = !1,
29
+ readOnly: l = !1,
30
+ className: s,
31
+ style: n
32
+ }) {
33
+ const u = o || l;
34
+ return /* @__PURE__ */ e(
35
+ "div",
36
+ {
37
+ "data-slot": "confidence-indicator",
38
+ className: c("flex items-center gap-1", s),
39
+ style: n,
40
+ role: "radiogroup",
41
+ "aria-label": "Confidence level",
42
+ children: i.map((m) => {
43
+ const d = r === m.value;
44
+ return /* @__PURE__ */ f(
45
+ "button",
46
+ {
47
+ type: "button",
48
+ role: "radio",
49
+ "aria-checked": d,
50
+ "aria-label": m.label,
51
+ disabled: u,
52
+ onClick: () => t(m.value),
53
+ className: c(
54
+ "inline-flex items-center gap-1.5 rounded-full px-3 py-1 text-xs font-medium transition-all",
55
+ "border outline-none focus-visible:ring-2 focus-visible:ring-ring/50",
56
+ d ? "border-primary bg-primary/10 text-primary" : "border-transparent bg-muted text-muted-foreground hover:bg-muted/80",
57
+ u && "opacity-50 pointer-events-none"
58
+ ),
59
+ children: [
60
+ m.icon,
61
+ m.label
62
+ ]
63
+ },
64
+ m.value
65
+ );
66
+ })
67
+ }
68
+ );
69
+ }), xe = ({
70
+ entries: a,
71
+ currentTime: r = 0,
72
+ onSeek: t,
73
+ readOnly: i = !1,
11
74
  maxHeight: o = "400px",
12
- className: c,
75
+ className: l,
13
76
  style: s
14
77
  }) => {
15
- const i = h(null), u = h(null), x = I(
16
- () => t.reduce((d, p, m) => p.time <= a ? m : d, -1),
17
- [t, a]
78
+ const n = v(null), u = v(null), m = P(
79
+ () => a.reduce((d, b, g) => b.time <= r ? g : d, -1),
80
+ [a, r]
18
81
  );
19
- return j(() => {
20
- u.current && i.current && u.current.scrollIntoView({
82
+ return z(() => {
83
+ u.current && n.current && u.current.scrollIntoView({
21
84
  behavior: "smooth",
22
85
  block: "nearest"
23
86
  });
24
- }, [x]), t.length === 0 ? /* @__PURE__ */ f(
87
+ }, [m]), a.length === 0 ? /* @__PURE__ */ f(
25
88
  "div",
26
89
  {
27
- className: l(
90
+ className: c(
28
91
  "flex flex-col items-center justify-center gap-2 rounded-md border border-border bg-muted p-6",
29
- c
92
+ l
30
93
  ),
31
94
  style: s,
32
95
  children: [
33
- /* @__PURE__ */ e(M, { size: 20, className: "text-muted-foreground" }),
96
+ /* @__PURE__ */ e(U, { size: 20, className: "text-muted-foreground" }),
34
97
  /* @__PURE__ */ e("span", { className: "text-sm text-muted-foreground", children: "No transcript available" })
35
98
  ]
36
99
  }
37
100
  ) : /* @__PURE__ */ e(
38
101
  "div",
39
102
  {
40
- ref: i,
41
- className: l(
103
+ ref: n,
104
+ className: c(
42
105
  "overflow-y-auto rounded-md border border-border",
43
- c
106
+ l
44
107
  ),
45
108
  style: { maxHeight: o, ...s },
46
- children: t.map((d, p) => {
47
- const m = p === x;
109
+ children: a.map((d, b) => {
110
+ const g = b === m;
48
111
  return /* @__PURE__ */ f(
49
112
  "div",
50
113
  {
51
- ref: m ? u : void 0,
52
- className: l(
114
+ ref: g ? u : void 0,
115
+ className: c(
53
116
  "flex gap-3 px-3 py-2 text-sm transition-colors",
54
- m && "bg-primary/10",
55
- !n && r && "cursor-pointer hover:bg-muted"
117
+ g && "bg-primary/10",
118
+ !i && t && "cursor-pointer hover:bg-muted"
56
119
  ),
57
- onClick: () => !n && (r == null ? void 0 : r(d.time)),
58
- role: !n && r ? "button" : void 0,
59
- tabIndex: !n && r ? 0 : void 0,
60
- onKeyDown: !n && r ? (g) => {
61
- (g.key === "Enter" || g.key === " ") && (g.preventDefault(), r(d.time));
120
+ onClick: () => !i && (t == null ? void 0 : t(d.time)),
121
+ role: !i && t ? "button" : void 0,
122
+ tabIndex: !i && t ? 0 : void 0,
123
+ onKeyDown: !i && t ? (p) => {
124
+ (p.key === "Enter" || p.key === " ") && (p.preventDefault(), t(d.time));
62
125
  } : void 0,
63
126
  children: [
64
127
  /* @__PURE__ */ e(
65
128
  "span",
66
129
  {
67
- className: l(
130
+ className: c(
68
131
  "shrink-0 font-mono text-xs tabular-nums pt-0.5",
69
- m ? "text-primary font-medium" : "text-muted-foreground"
132
+ g ? "text-primary font-medium" : "text-muted-foreground"
70
133
  ),
71
- children: D(Math.floor(d.time))
134
+ children: C(Math.floor(d.time))
72
135
  }
73
136
  ),
74
137
  /* @__PURE__ */ f("div", { className: "min-w-0", children: [
@@ -79,7 +142,7 @@ const ie = ({
79
142
  /* @__PURE__ */ e(
80
143
  "span",
81
144
  {
82
- className: m ? "text-foreground" : "text-muted-foreground",
145
+ className: g ? "text-foreground" : "text-muted-foreground",
83
146
  children: d.text
84
147
  }
85
148
  )
@@ -91,40 +154,40 @@ const ie = ({
91
154
  })
92
155
  }
93
156
  );
94
- }, ne = ({
95
- chapters: t,
96
- currentTime: a = 0,
97
- onSeek: r,
98
- className: n,
157
+ }, ve = ({
158
+ chapters: a,
159
+ currentTime: r = 0,
160
+ onSeek: t,
161
+ className: i,
99
162
  style: o
100
163
  }) => {
101
- const c = I(
102
- () => t.reduce((s, i, u) => i.time <= a ? u : s, -1),
103
- [t, a]
164
+ const l = P(
165
+ () => a.reduce((s, n, u) => n.time <= r ? u : s, -1),
166
+ [a, r]
104
167
  );
105
168
  return /* @__PURE__ */ e(
106
169
  "div",
107
170
  {
108
- className: l(
171
+ className: c(
109
172
  "divide-y divide-border rounded-md border border-border",
110
- n
173
+ i
111
174
  ),
112
175
  style: o,
113
- children: t.map((s, i) => {
114
- const u = i === c;
176
+ children: a.map((s, n) => {
177
+ const u = n === l;
115
178
  return /* @__PURE__ */ f(
116
179
  "div",
117
180
  {
118
- className: l(
181
+ className: c(
119
182
  "flex items-center gap-3 p-3 transition-colors",
120
183
  u && "bg-primary/10",
121
- r && "cursor-pointer hover:bg-muted"
184
+ t && "cursor-pointer hover:bg-muted"
122
185
  ),
123
- onClick: () => r == null ? void 0 : r(s.time),
124
- role: r ? "button" : void 0,
125
- tabIndex: r ? 0 : void 0,
126
- onKeyDown: r ? (x) => {
127
- (x.key === "Enter" || x.key === " ") && (x.preventDefault(), r(s.time));
186
+ onClick: () => t == null ? void 0 : t(s.time),
187
+ role: t ? "button" : void 0,
188
+ tabIndex: t ? 0 : void 0,
189
+ onKeyDown: t ? (m) => {
190
+ (m.key === "Enter" || m.key === " ") && (m.preventDefault(), t(s.time));
128
191
  } : void 0,
129
192
  children: [
130
193
  s.thumbnail ? /* @__PURE__ */ f(
@@ -148,18 +211,18 @@ const ie = ({
148
211
  ) : /* @__PURE__ */ e(
149
212
  "div",
150
213
  {
151
- className: l(
214
+ className: c(
152
215
  "flex shrink-0 items-center justify-center size-8 rounded-full",
153
216
  u ? "bg-primary text-primary-foreground" : "bg-muted text-muted-foreground"
154
217
  ),
155
- children: /* @__PURE__ */ e("span", { className: "text-xs font-semibold", children: i + 1 })
218
+ children: /* @__PURE__ */ e("span", { className: "text-xs font-semibold", children: n + 1 })
156
219
  }
157
220
  ),
158
221
  /* @__PURE__ */ f("div", { className: "min-w-0 flex-1", children: [
159
222
  /* @__PURE__ */ e(
160
223
  "div",
161
224
  {
162
- className: l(
225
+ className: c(
163
226
  "truncate text-sm font-medium",
164
227
  u ? "text-primary" : "text-foreground"
165
228
  ),
@@ -167,8 +230,8 @@ const ie = ({
167
230
  }
168
231
  ),
169
232
  /* @__PURE__ */ f("div", { className: "mt-0.5 flex items-center gap-2", children: [
170
- /* @__PURE__ */ e("span", { className: "font-mono text-xs tabular-nums text-muted-foreground", children: D(Math.floor(s.time)) }),
171
- s.duration != null && s.duration > 0 && /* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: z(s.duration) })
233
+ /* @__PURE__ */ e("span", { className: "font-mono text-xs tabular-nums text-muted-foreground", children: C(Math.floor(s.time)) }),
234
+ s.duration != null && s.duration > 0 && /* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: D(s.duration) })
172
235
  ] })
173
236
  ] })
174
237
  ]
@@ -178,144 +241,144 @@ const ie = ({
178
241
  })
179
242
  }
180
243
  );
181
- }, le = ({
182
- poster: t,
183
- title: a,
184
- duration: r,
185
- progress: n,
244
+ }, he = ({
245
+ poster: a,
246
+ title: r,
247
+ duration: t,
248
+ progress: i,
186
249
  onClick: o,
187
- className: c,
250
+ className: l,
188
251
  style: s
189
252
  }) => /* @__PURE__ */ f(
190
253
  "div",
191
254
  {
192
- className: l(
255
+ className: c(
193
256
  "group overflow-hidden rounded-lg border border-border transition-colors",
194
257
  o && "cursor-pointer hover:border-primary/50 hover:shadow-sm",
195
- c
258
+ l
196
259
  ),
197
260
  style: s,
198
261
  onClick: o,
199
262
  role: o ? "button" : void 0,
200
263
  tabIndex: o ? 0 : void 0,
201
- onKeyDown: o ? (i) => {
202
- (i.key === "Enter" || i.key === " ") && (i.preventDefault(), o());
264
+ onKeyDown: o ? (n) => {
265
+ (n.key === "Enter" || n.key === " ") && (n.preventDefault(), o());
203
266
  } : void 0,
204
267
  children: [
205
268
  /* @__PURE__ */ f("div", { className: "relative overflow-hidden", style: { aspectRatio: "16/9" }, children: [
206
- t ? /* @__PURE__ */ e(
269
+ a ? /* @__PURE__ */ e(
207
270
  "img",
208
271
  {
209
- src: t,
210
- alt: a,
272
+ src: a,
273
+ alt: r,
211
274
  loading: "lazy",
212
275
  className: "size-full object-cover transition-transform duration-300 group-hover:scale-105"
213
276
  }
214
- ) : /* @__PURE__ */ e("div", { className: "flex size-full items-center justify-center bg-muted", children: /* @__PURE__ */ e(E, { size: 32, className: "text-muted-foreground" }) }),
277
+ ) : /* @__PURE__ */ e("div", { className: "flex size-full items-center justify-center bg-muted", children: /* @__PURE__ */ e(_, { size: 32, className: "text-muted-foreground" }) }),
215
278
  /* @__PURE__ */ e("div", { className: "absolute inset-0 flex items-center justify-center bg-black/0 transition-colors group-hover:bg-black/20", children: /* @__PURE__ */ e("div", { className: "flex size-10 items-center justify-center rounded-full bg-black/60 opacity-0 transition-opacity group-hover:opacity-100", children: /* @__PURE__ */ e(N, { size: 20, className: "ml-0.5 text-white" }) }) }),
216
- r != null && r > 0 && /* @__PURE__ */ e("span", { className: "absolute bottom-2 right-2 rounded bg-black/75 px-1.5 py-0.5 text-xs font-medium tabular-nums text-white", children: z(r) })
279
+ t != null && t > 0 && /* @__PURE__ */ e("span", { className: "absolute bottom-2 right-2 rounded bg-black/75 px-1.5 py-0.5 text-xs font-medium tabular-nums text-white", children: D(t) })
217
280
  ] }),
218
- /* @__PURE__ */ e("div", { className: "p-3", children: /* @__PURE__ */ e("h4", { className: "truncate text-sm font-medium text-foreground", children: a }) }),
219
- n != null && n >= 0 && /* @__PURE__ */ e("div", { className: "px-3 pb-3", children: /* @__PURE__ */ e(
220
- P,
281
+ /* @__PURE__ */ e("div", { className: "p-3", children: /* @__PURE__ */ e("h4", { className: "truncate text-sm font-medium text-foreground", children: r }) }),
282
+ i != null && i >= 0 && /* @__PURE__ */ e("div", { className: "px-3 pb-3", children: /* @__PURE__ */ e(
283
+ E,
221
284
  {
222
- value: n,
285
+ value: i,
223
286
  size: "sm",
224
- variant: n >= 100 ? "success" : "default"
287
+ variant: i >= 100 ? "success" : "default"
225
288
  }
226
289
  ) })
227
290
  ]
228
291
  }
229
- ), oe = k(function({
230
- bookmark: a,
231
- onSeek: r,
232
- onDelete: n,
292
+ ), Ne = T(function({
293
+ bookmark: r,
294
+ onSeek: t,
295
+ onDelete: i,
233
296
  onEdit: o,
234
- className: c,
297
+ className: l,
235
298
  style: s
236
299
  }) {
237
300
  return /* @__PURE__ */ f(
238
301
  "div",
239
302
  {
240
- className: l(
303
+ className: c(
241
304
  "flex items-start gap-3 rounded-md border border-border p-3",
242
- c
305
+ l
243
306
  ),
244
307
  style: s,
245
308
  children: [
246
- /* @__PURE__ */ e("div", { className: "flex shrink-0 items-center justify-center size-8 rounded-full bg-primary/10 text-primary", children: /* @__PURE__ */ e(L, { size: 16 }) }),
309
+ /* @__PURE__ */ e("div", { className: "flex shrink-0 items-center justify-center size-8 rounded-full bg-primary/10 text-primary", children: /* @__PURE__ */ e(O, { size: 16 }) }),
247
310
  /* @__PURE__ */ f("div", { className: "min-w-0 flex-1", children: [
248
311
  /* @__PURE__ */ e(
249
312
  "button",
250
313
  {
251
314
  type: "button",
252
- className: l(
315
+ className: c(
253
316
  "font-mono text-xs font-medium tabular-nums",
254
- r ? "cursor-pointer text-primary hover:underline" : "text-muted-foreground"
317
+ t ? "cursor-pointer text-primary hover:underline" : "text-muted-foreground"
255
318
  ),
256
- onClick: () => r == null ? void 0 : r(a.time),
257
- disabled: !r,
258
- children: D(Math.floor(a.time))
319
+ onClick: () => t == null ? void 0 : t(r.time),
320
+ disabled: !t,
321
+ children: C(Math.floor(r.time))
259
322
  }
260
323
  ),
261
- a.note && /* @__PURE__ */ e("p", { className: "mt-0.5 text-sm text-foreground", children: a.note }),
262
- a.createdAt && /* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: new Date(a.createdAt).toLocaleDateString() })
324
+ r.note && /* @__PURE__ */ e("p", { className: "mt-0.5 text-sm text-foreground", children: r.note }),
325
+ r.createdAt && /* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: new Date(r.createdAt).toLocaleDateString() })
263
326
  ] }),
264
- (o || n) && /* @__PURE__ */ f("div", { className: "flex shrink-0 items-center gap-1", children: [
327
+ (o || i) && /* @__PURE__ */ f("div", { className: "flex shrink-0 items-center gap-1", children: [
265
328
  o && /* @__PURE__ */ e(
266
329
  "button",
267
330
  {
268
331
  type: "button",
269
332
  className: "inline-flex items-center justify-center rounded-md p-1.5 text-muted-foreground transition-colors hover:bg-muted hover:text-foreground",
270
333
  "aria-label": "Edit bookmark",
271
- onClick: () => o(a.id),
272
- children: /* @__PURE__ */ e(Q, { size: 14 })
334
+ onClick: () => o(r.id),
335
+ children: /* @__PURE__ */ e(q, { size: 14 })
273
336
  }
274
337
  ),
275
- n && /* @__PURE__ */ e(
338
+ i && /* @__PURE__ */ e(
276
339
  "button",
277
340
  {
278
341
  type: "button",
279
342
  className: "inline-flex items-center justify-center rounded-md p-1.5 text-muted-foreground transition-colors hover:bg-destructive/10 hover:text-destructive",
280
343
  "aria-label": "Delete bookmark",
281
- onClick: () => n(a.id),
282
- children: /* @__PURE__ */ e($, { size: 14 })
344
+ onClick: () => i(r.id),
345
+ children: /* @__PURE__ */ e(X, { size: 14 })
283
346
  }
284
347
  )
285
348
  ] })
286
349
  ]
287
350
  }
288
351
  );
289
- }), de = k(function({
290
- thumbnail: a,
291
- title: r,
292
- duration: n,
352
+ }), ye = T(function({
353
+ thumbnail: r,
354
+ title: t,
355
+ duration: i,
293
356
  status: o = "unwatched",
294
- isActive: c = !1,
357
+ isActive: l = !1,
295
358
  index: s,
296
- onClick: i,
359
+ onClick: n,
297
360
  className: u,
298
- style: x
361
+ style: m
299
362
  }) {
300
363
  return /* @__PURE__ */ f(
301
364
  "div",
302
365
  {
303
- className: l(
366
+ className: c(
304
367
  "flex items-center gap-3 rounded-md px-3 py-2 transition-colors",
305
- c && "bg-primary/10",
306
- i && "cursor-pointer hover:bg-muted",
368
+ l && "bg-primary/10",
369
+ n && "cursor-pointer hover:bg-muted",
307
370
  u
308
371
  ),
309
- style: x,
310
- onClick: i,
311
- role: i ? "button" : void 0,
312
- tabIndex: i ? 0 : void 0,
313
- onKeyDown: i ? (d) => {
314
- (d.key === "Enter" || d.key === " ") && (d.preventDefault(), i());
372
+ style: m,
373
+ onClick: n,
374
+ role: n ? "button" : void 0,
375
+ tabIndex: n ? 0 : void 0,
376
+ onKeyDown: n ? (d) => {
377
+ (d.key === "Enter" || d.key === " ") && (d.preventDefault(), n());
315
378
  } : void 0,
316
379
  children: [
317
- /* @__PURE__ */ e("div", { className: "flex shrink-0 items-center justify-center size-6", children: o === "completed" ? /* @__PURE__ */ e("span", { className: "text-success", children: /* @__PURE__ */ e(K, { size: 18 }) }) : c ? /* @__PURE__ */ e("span", { className: "text-primary", children: /* @__PURE__ */ e(N, { size: 16, className: "ml-px" }) }) : s != null ? /* @__PURE__ */ e("span", { className: "text-xs font-medium tabular-nums text-muted-foreground", children: s }) : /* @__PURE__ */ e("span", { className: "text-muted-foreground", children: /* @__PURE__ */ e(q, { size: 16 }) }) }),
318
- a && /* @__PURE__ */ f(
380
+ /* @__PURE__ */ e("div", { className: "flex shrink-0 items-center justify-center size-6", children: o === "completed" ? /* @__PURE__ */ e("span", { className: "text-success", children: /* @__PURE__ */ e(R, { size: 18 }) }) : l ? /* @__PURE__ */ e("span", { className: "text-primary", children: /* @__PURE__ */ e(N, { size: 16, className: "ml-px" }) }) : s != null ? /* @__PURE__ */ e("span", { className: "text-xs font-medium tabular-nums text-muted-foreground", children: s }) : /* @__PURE__ */ e("span", { className: "text-muted-foreground", children: /* @__PURE__ */ e(Z, { size: 16 }) }) }),
381
+ r && /* @__PURE__ */ f(
319
382
  "div",
320
383
  {
321
384
  className: "relative shrink-0 w-16 overflow-hidden rounded",
@@ -324,16 +387,16 @@ const ie = ({
324
387
  /* @__PURE__ */ e(
325
388
  "img",
326
389
  {
327
- src: a,
328
- alt: r,
390
+ src: r,
391
+ alt: t,
329
392
  loading: "lazy",
330
- className: l(
393
+ className: c(
331
394
  "size-full object-cover",
332
395
  o === "completed" && "opacity-60"
333
396
  )
334
397
  }
335
398
  ),
336
- c && /* @__PURE__ */ e("div", { className: "absolute inset-0 flex items-center justify-center bg-black/40", children: /* @__PURE__ */ e(N, { size: 12, className: "ml-px text-white" }) })
399
+ l && /* @__PURE__ */ e("div", { className: "absolute inset-0 flex items-center justify-center bg-black/40", children: /* @__PURE__ */ e(N, { size: 12, className: "ml-px text-white" }) })
337
400
  ]
338
401
  }
339
402
  ),
@@ -341,390 +404,383 @@ const ie = ({
341
404
  /* @__PURE__ */ e(
342
405
  "div",
343
406
  {
344
- className: l(
407
+ className: c(
345
408
  "truncate text-sm",
346
- c ? "font-medium text-primary" : "text-foreground",
347
- o === "completed" && !c && "text-muted-foreground"
409
+ l ? "font-medium text-primary" : "text-foreground",
410
+ o === "completed" && !l && "text-muted-foreground"
348
411
  ),
349
- children: r
412
+ children: t
350
413
  }
351
414
  ),
352
- n != null && n > 0 && /* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: z(n) })
415
+ i != null && i > 0 && /* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: D(i) })
353
416
  ] })
354
417
  ]
355
418
  }
356
419
  );
357
420
  });
358
- function ee(t) {
359
- return t.startsWith("image/") ? W : t.startsWith("video/") ? J : t.startsWith("audio/") ? X : t === "application/pdf" ? Z : t === "application/zip" || t === "application/x-rar-compressed" || t === "application/gzip" ? Y : _;
360
- }
361
- function ce({
362
- files: t,
363
- onDownload: a,
364
- onRemove: r,
365
- readOnly: n = !0,
366
- className: o,
367
- style: c
368
- }) {
369
- return t.length === 0 ? null : /* @__PURE__ */ e("div", { className: l("flex flex-col gap-1", o), style: c, children: t.map((s, i) => {
370
- const u = ee(s.type);
371
- return /* @__PURE__ */ f(
372
- "div",
373
- {
374
- className: "flex items-center gap-3 rounded-md px-2 py-1.5 hover:bg-muted/50 transition-colors",
375
- children: [
376
- /* @__PURE__ */ e("span", { className: "shrink-0 text-muted-foreground", children: /* @__PURE__ */ e(u, { size: 18 }) }),
377
- /* @__PURE__ */ f("div", { className: "flex-1 min-w-0", children: [
378
- /* @__PURE__ */ e("span", { className: "text-sm text-foreground block truncate", children: s.name }),
379
- /* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: H(s.size) })
380
- ] }),
381
- a && s.url && /* @__PURE__ */ e(
382
- A,
383
- {
384
- variant: "ghost",
385
- size: "sm",
386
- className: "shrink-0 h-7 w-7 p-0",
387
- onClick: () => a(s),
388
- children: /* @__PURE__ */ e(G, { size: 14 })
389
- }
390
- ),
391
- !n && r && /* @__PURE__ */ e(
392
- A,
393
- {
394
- variant: "ghost",
395
- size: "sm",
396
- className: "shrink-0 h-7 w-7 p-0 text-muted-foreground hover:text-destructive",
397
- onClick: () => r(s),
398
- children: /* @__PURE__ */ e(U, { size: 14 })
399
- }
400
- )
401
- ]
402
- },
403
- `${s.name}-${i}`
404
- );
405
- }) });
406
- }
407
- function ue({
408
- durationSeconds: t,
409
- warningThresholdSeconds: a = 60,
410
- onExpire: r,
411
- onWarning: n,
421
+ function we({
422
+ durationSeconds: a,
423
+ warningThresholdSeconds: r = 60,
424
+ onExpire: t,
425
+ onWarning: i,
412
426
  autoStart: o = !1
413
427
  }) {
414
- const [c, s] = S(t), i = h(o ? "running" : "idle"), u = h(null), x = h(r), d = h(n), p = h(!1);
415
- x.current = r, d.current = n;
416
- const m = b(() => {
428
+ const [l, s] = B(a), n = v(o ? "running" : "idle"), u = v(null), m = v(t), d = v(i), b = v(!1);
429
+ m.current = t, d.current = i;
430
+ const g = x(() => {
417
431
  u.current != null && (clearInterval(u.current), u.current = null);
418
- }, []), g = b(() => {
419
- m(), u.current = setInterval(() => {
432
+ }, []), p = x(() => {
433
+ g(), u.current = setInterval(() => {
420
434
  s((w) => {
421
- var C, T;
422
- const v = w - 1;
423
- return !p.current && v <= a && v > 0 && (p.current = !0, (C = d.current) == null || C.call(d)), v <= 0 ? (m(), i.current = "expired", (T = x.current) == null || T.call(x), 0) : v;
435
+ var A, I;
436
+ const h = w - 1;
437
+ return !b.current && h <= r && h > 0 && (b.current = !0, (A = d.current) == null || A.call(d)), h <= 0 ? (g(), n.current = "expired", (I = m.current) == null || I.call(m), 0) : h;
424
438
  });
425
439
  }, 1e3);
426
- }, [m, a]), F = b(() => {
427
- s(t), p.current = !1, i.current = "running", g();
428
- }, [t, g]), B = b(() => {
429
- i.current === "running" && (m(), i.current = "paused", s((w) => w));
430
- }, [m]), R = b(() => {
431
- i.current === "paused" && (i.current = "running", g());
432
- }, [g]), V = b(() => {
433
- m(), i.current = "idle", p.current = !1, s(t);
434
- }, [m, t]);
435
- j(() => (o && g(), m), []);
436
- const y = i.current;
440
+ }, [g, r]), j = x(() => {
441
+ s(a), b.current = !1, n.current = "running", p();
442
+ }, [a, p]), M = x(() => {
443
+ n.current === "running" && (g(), n.current = "paused", s((w) => w));
444
+ }, [g]), k = x(() => {
445
+ n.current === "paused" && (n.current = "running", p());
446
+ }, [p]), L = x(() => {
447
+ g(), n.current = "idle", b.current = !1, s(a);
448
+ }, [g, a]);
449
+ z(() => (o && p(), g), [o, p, g]);
450
+ const y = n.current;
437
451
  return {
438
- timeRemaining: c,
452
+ timeRemaining: l,
439
453
  isRunning: y === "running",
440
454
  isPaused: y === "paused",
441
455
  isExpired: y === "expired",
442
- isWarning: c <= a && c > 0,
443
- start: F,
444
- pause: B,
445
- resume: R,
446
- reset: V
456
+ isWarning: l <= r && l > 0,
457
+ start: j,
458
+ pause: M,
459
+ resume: k,
460
+ reset: L
447
461
  };
448
462
  }
449
- function me({
450
- steps: t,
451
- currentStep: a,
452
- orientation: r = "horizontal",
453
- variant: n = "default",
463
+ function Ce({
464
+ children: a,
465
+ colorMode: r = "dark",
466
+ licenseKey: t,
467
+ validateUrl: i,
454
468
  className: o,
455
- style: c
469
+ style: l
456
470
  }) {
457
- const s = r === "horizontal", i = n === "compact", u = i ? "w-6 h-6 text-xs" : "w-8 h-8 text-sm", x = i ? 12 : 16;
458
- return /* @__PURE__ */ e(
471
+ return /* @__PURE__ */ e(F, { licenseKey: t, validateUrl: i, children: /* @__PURE__ */ e(
459
472
  "div",
460
473
  {
461
- className: l(
462
- "flex",
463
- s ? "flex-row items-start" : "flex-col",
464
- o
465
- ),
466
- style: c,
467
- children: t.map((d, p) => {
468
- const m = p < a, g = p === a;
469
- return /* @__PURE__ */ f("div", { className: l("flex", s ? "flex-1 flex-row items-start" : "flex-row items-start"), children: [
470
- /* @__PURE__ */ f("div", { className: l("flex", s ? "flex-col items-center" : "flex-row items-start gap-3"), children: [
471
- /* @__PURE__ */ e(
472
- "div",
473
- {
474
- className: l(
475
- "rounded-full flex items-center justify-center shrink-0 font-semibold transition-colors",
476
- u,
477
- m && "bg-primary text-primary-foreground",
478
- g && "border-2 border-primary bg-primary/10 text-primary",
479
- !m && !g && "border-2 border-border bg-muted text-muted-foreground"
480
- ),
481
- children: m ? /* @__PURE__ */ e(O, { size: x }) : /* @__PURE__ */ e("span", { children: p + 1 })
482
- }
483
- ),
484
- /* @__PURE__ */ f("div", { className: l(s ? "mt-1.5 text-center" : "pt-0.5"), children: [
485
- /* @__PURE__ */ e(
486
- "p",
487
- {
488
- className: l(
489
- "text-sm font-medium leading-tight",
490
- g ? "text-foreground" : "text-muted-foreground"
491
- ),
492
- children: d.label
493
- }
494
- ),
495
- !i && d.description && /* @__PURE__ */ e("p", { className: "text-xs text-muted-foreground mt-0.5", children: d.description })
496
- ] })
497
- ] }),
498
- p < t.length - 1 && (s ? /* @__PURE__ */ e(
499
- "div",
500
- {
501
- className: l(
502
- "flex-1 h-0.5 self-center mt-0 mx-2",
503
- i ? "mt-3" : "mt-4",
504
- m ? "bg-primary" : "bg-border"
505
- )
506
- }
507
- ) : /* @__PURE__ */ e(
508
- "div",
509
- {
510
- className: l(
511
- "w-0.5 h-6 ml-3.5",
512
- i && "ml-2.5",
513
- m ? "bg-primary" : "bg-border"
514
- )
515
- }
516
- ))
517
- ] }, p);
518
- })
474
+ className: `hydra-root${r === "dark" ? " dark" : ""}${o ? ` ${o}` : ""}`,
475
+ style: l,
476
+ children: a
519
477
  }
520
- );
478
+ ) });
521
479
  }
522
- function fe({
523
- children: t,
524
- colorMode: a = "dark",
525
- className: r,
526
- style: n
527
- }) {
528
- return /* @__PURE__ */ e(
529
- "div",
530
- {
531
- className: `hydra-root${a === "dark" ? " dark" : ""}${r ? ` ${r}` : ""}`,
532
- style: n,
533
- children: t
534
- }
535
- );
536
- }
537
- function xe({ className: t, ...a }) {
480
+ function De({ className: a, ...r }) {
538
481
  return /* @__PURE__ */ e(
539
482
  "textarea",
540
483
  {
541
484
  "data-slot": "textarea",
542
- className: l(
485
+ className: c(
543
486
  "placeholder:text-muted-foreground border-input flex min-h-16 w-full rounded-md border bg-transparent px-3 py-2 text-sm shadow-xs outline-none transition-[color,box-shadow] disabled:pointer-events-none disabled:opacity-50",
544
487
  "focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",
545
488
  "aria-invalid:ring-destructive/20 aria-invalid:border-destructive",
546
- t
489
+ a
547
490
  ),
548
- ...a
491
+ ...r
549
492
  }
550
493
  );
551
494
  }
552
- function pe({
553
- className: t,
554
- ...a
495
+ function Te({
496
+ className: a,
497
+ ...r
555
498
  }) {
556
499
  return /* @__PURE__ */ e(
557
500
  "span",
558
501
  {
559
502
  "data-slot": "avatar",
560
- className: l(
503
+ className: c(
561
504
  "relative flex size-9 shrink-0 overflow-hidden rounded-full",
562
- t
505
+ a
563
506
  ),
564
- ...a
507
+ ...r
565
508
  }
566
509
  );
567
510
  }
568
- function ge({
569
- className: t,
570
- onError: a,
571
- ...r
511
+ function ze({
512
+ className: a,
513
+ onError: r,
514
+ ...t
572
515
  }) {
573
516
  return /* @__PURE__ */ e(
574
517
  "img",
575
518
  {
576
519
  "data-slot": "avatar-image",
577
- className: l("aspect-square size-full object-cover", t),
578
- onError: a,
579
- ...r
520
+ className: c("aspect-square size-full object-cover", a),
521
+ onError: r,
522
+ ...t
580
523
  }
581
524
  );
582
525
  }
583
- function he({
584
- className: t,
585
- ...a
526
+ function Ae({
527
+ className: a,
528
+ ...r
586
529
  }) {
587
530
  return /* @__PURE__ */ e(
588
531
  "span",
589
532
  {
590
533
  "data-slot": "avatar-fallback",
591
- className: l(
534
+ className: c(
592
535
  "bg-muted text-muted-foreground flex size-full items-center justify-center rounded-full text-xs font-medium",
593
- t
536
+ a
594
537
  ),
595
- ...a
538
+ ...r
596
539
  }
597
540
  );
598
541
  }
599
- function be({ className: t, ...a }) {
600
- return /* @__PURE__ */ e(
542
+ const re = ae(
543
+ "pointer-events-auto relative flex w-full items-start gap-3 rounded-lg border p-4 pr-8 shadow-lg text-sm transition-all",
544
+ {
545
+ variants: {
546
+ variant: {
547
+ success: "border-success/50 bg-success/5 text-success [&>svg]:text-success",
548
+ error: "border-destructive/50 bg-destructive/5 text-destructive [&>svg]:text-destructive",
549
+ warning: "border-warning/50 bg-warning/5 text-warning [&>svg]:text-warning",
550
+ info: "border-info/50 bg-info/5 text-info [&>svg]:text-info"
551
+ }
552
+ },
553
+ defaultVariants: {
554
+ variant: "info"
555
+ }
556
+ }
557
+ ), V = Q(null), se = {
558
+ success: R,
559
+ error: W,
560
+ warning: Y,
561
+ info: J
562
+ };
563
+ function ie({
564
+ item: a,
565
+ onDismiss: r
566
+ }) {
567
+ const t = v(void 0), i = a.duration ?? 5e3, o = se[a.variant ?? "info"];
568
+ return z(() => (i > 0 && (t.current = setTimeout(() => r(a.id), i)), () => clearTimeout(t.current)), [i, a.id, r]), /* @__PURE__ */ f(
601
569
  "div",
602
570
  {
603
- "data-slot": "skeleton",
604
- className: l("bg-muted animate-pulse rounded-md", t),
605
- ...a
571
+ "data-slot": "toast",
572
+ role: "status",
573
+ "aria-live": "polite",
574
+ className: c(re({ variant: a.variant ?? "info" })),
575
+ children: [
576
+ /* @__PURE__ */ e(o, { className: "size-4 shrink-0 translate-y-0.5" }),
577
+ /* @__PURE__ */ f("div", { className: "flex-1 space-y-1", children: [
578
+ a.title && /* @__PURE__ */ e("p", { className: "font-medium leading-none", children: a.title }),
579
+ /* @__PURE__ */ e("p", { className: "text-sm opacity-90", children: a.message })
580
+ ] }),
581
+ /* @__PURE__ */ e(
582
+ "button",
583
+ {
584
+ type: "button",
585
+ onClick: () => r(a.id),
586
+ "aria-label": "Dismiss notification",
587
+ className: "absolute right-2 top-2 rounded-md p-1 opacity-70 hover:opacity-100 transition-opacity",
588
+ children: /* @__PURE__ */ e(S, { className: "size-3.5" })
589
+ }
590
+ )
591
+ ]
606
592
  }
607
593
  );
608
594
  }
595
+ let ne = 0;
596
+ function oe({ children: a }) {
597
+ const [r, t] = B([]), i = x((l) => {
598
+ const s = `toast-${++ne}`;
599
+ t((n) => [...n.slice(-2), { ...l, id: s }]);
600
+ }, []), o = x((l) => {
601
+ t((s) => s.filter((n) => n.id !== l));
602
+ }, []);
603
+ return /* @__PURE__ */ f(V.Provider, { value: { toast: i }, children: [
604
+ a,
605
+ typeof document < "u" && ee(
606
+ /* @__PURE__ */ e(
607
+ "div",
608
+ {
609
+ "data-slot": "toaster",
610
+ className: "fixed top-4 right-4 z-50 flex flex-col gap-2 w-80 pointer-events-none",
611
+ children: r.map((l) => /* @__PURE__ */ e(ie, { item: l, onDismiss: o }, l.id))
612
+ }
613
+ ),
614
+ document.body
615
+ )
616
+ ] });
617
+ }
618
+ function Ie() {
619
+ const a = H(V);
620
+ if (!a) throw new Error("useToast must be used within a ToastProvider");
621
+ return a;
622
+ }
623
+ const Pe = oe, le = /* @__PURE__ */ new Set([
624
+ "QuizModule",
625
+ "FlashcardLab",
626
+ "CoursePlayer",
627
+ "ExamModule",
628
+ "SurveyModule",
629
+ "GradeCenterModule",
630
+ "AssignmentModule",
631
+ "CertificateModule",
632
+ "DiscussionModule",
633
+ "StudentDashboardModule",
634
+ "CourseCatalogModule",
635
+ "StudentProfileModule"
636
+ ]);
637
+ function Be(a) {
638
+ return le.has(a);
639
+ }
640
+ const de = /* @__PURE__ */ new Set([
641
+ "ContentAuthoringStudio"
642
+ ]);
643
+ function Re(a) {
644
+ return de.has(a);
645
+ }
609
646
  export {
610
- ye as AchievementBadge,
611
- we as ActivityTimeline,
612
- De as Alert,
613
- ze as AlertDescription,
614
- Ce as AlertDialog,
615
- Te as AlertDialogAction,
616
- Ae as AlertDialogBackdrop,
617
- Ie as AlertDialogCancel,
618
- je as AlertDialogContent,
619
- ke as AlertDialogDescription,
620
- Fe as AlertDialogFooter,
621
- Be as AlertDialogHeader,
622
- Re as AlertDialogPortal,
623
- Ve as AlertDialogTitle,
624
- Pe as AlertDialogTrigger,
625
- He as AlertTitle,
626
- Me as AssessmentToolbar,
627
- ce as AttachmentList,
628
- pe as Avatar,
629
- he as AvatarFallback,
630
- ge as AvatarImage,
631
- Ee as Badge,
632
- A as Button,
633
- Le as Card,
634
- Qe as CardAction,
635
- $e as CardContent,
636
- Ke as CardDescription,
637
- qe as CardFooter,
638
- Ge as CardHeader,
639
- Ue as CardTitle,
640
- We as Choice,
641
- Je as ConfirmDialog,
642
- Xe as ContentBlock,
643
- Ze as CurriculumItemRow,
644
- Ye as CurriculumTree,
645
- _e as Drawer,
646
- Oe as DrawerBackdrop,
647
- Se as DrawerBody,
648
- et as DrawerClose,
649
- tt as DrawerContent,
650
- rt as DrawerDescription,
651
- at as DrawerFooter,
652
- st as DrawerHeader,
653
- it as DrawerNav,
654
- nt as DrawerNavItem,
655
- lt as DrawerPortal,
656
- ot as DrawerTitle,
657
- dt as DrawerTrigger,
658
- ct as DrawerViewport,
659
- ut as DueDateDisplay,
660
- mt as EmptyState,
661
- ft as Essay,
662
- xt as FeedbackBanner,
663
- pt as FileUploadZone,
664
- gt as FillInTheBlank,
665
- ht as Flashcard,
666
- bt as FlashcardDeck,
667
- vt as GradeIndicator,
668
- Nt as Hotspot,
669
- fe as HydraProvider,
670
- yt as InlineChoice,
671
- wt as Input,
672
- Dt as LearningObjectIcon,
673
- zt as LikertScale,
674
- Ct as Matching,
675
- Tt as MultipleChoice,
676
- At as Numeric,
677
- It as Ordering,
678
- jt as PostCard,
679
- P as Progress,
680
- kt as ProgressRing,
681
- Ft as QuestionHeaderBar,
682
- Bt as QuestionMaterialsDrawer,
683
- Rt as QuestionNavigator,
684
- Vt as QuestionRenderer,
685
- Pt as RichTextEditor,
686
- Ht as Scenario,
687
- Mt as SearchInput,
688
- Et as Separator,
689
- be as Skeleton,
690
- Lt as Spreadsheet,
691
- Qt as StarRating,
692
- $t as StatCard,
693
- Kt as StatusBadge,
694
- me as Stepper,
695
- qt as StreakBadge,
696
- Gt as Table,
697
- Ut as TableBody,
698
- Wt as TableCaption,
699
- Jt as TableCell,
700
- Xt as TableFooter,
701
- Zt as TableHead,
702
- Yt as TableHeader,
703
- _t as TableRow,
704
- Ot as Tabs,
705
- St as TabsContent,
706
- er as TabsList,
707
- tr as TabsTrigger,
708
- xe as Textarea,
709
- rr as TimerDisplay,
710
- ar as Tooltip,
711
- sr as TooltipContent,
712
- ir as TooltipTrigger,
713
- nr as TrueFalse,
714
- lr as UserAvatar,
715
- oe as VideoBookmark,
716
- ne as VideoChapterList,
717
- or as VideoPlayer,
718
- de as VideoPlaylistItem,
719
- le as VideoThumbnailCard,
720
- ie as VideoTranscript,
721
- dr as alertVariants,
722
- cr as badgeVariants,
723
- ur as buttonVariants,
724
- l as cn,
725
- mr as drawerContentVariants,
726
- fr as progressVariants,
727
- xr as scoreQuestion,
728
- pr as scoreScenarioSubQuestions,
729
- ue as useCountdown
647
+ Me as AchievementBadge,
648
+ ke as ActivityTimeline,
649
+ Le as Alert,
650
+ Ee as AlertDescription,
651
+ Fe as AlertDialog,
652
+ He as AlertDialogAction,
653
+ Qe as AlertDialogBackdrop,
654
+ $e as AlertDialogCancel,
655
+ Ge as AlertDialogContent,
656
+ Ke as AlertDialogDescription,
657
+ Ue as AlertDialogFooter,
658
+ _e as AlertDialogHeader,
659
+ Oe as AlertDialogPortal,
660
+ qe as AlertDialogTitle,
661
+ Xe as AlertDialogTrigger,
662
+ Ze as AlertTitle,
663
+ Je as AssessmentToolbar,
664
+ Ye as AttachmentList,
665
+ We as AudioPlayer,
666
+ Te as Avatar,
667
+ Ae as AvatarFallback,
668
+ ze as AvatarImage,
669
+ Se as Badge,
670
+ ea as Button,
671
+ aa as Card,
672
+ ta as CardAction,
673
+ ra as CardContent,
674
+ sa as CardDescription,
675
+ ia as CardFooter,
676
+ na as CardHeader,
677
+ oa as CardTitle,
678
+ la as Choice,
679
+ da as CodeBlock,
680
+ be as ConfidenceIndicator,
681
+ ca as ConfirmDialog,
682
+ ua as ContentBlock,
683
+ ma as CourseCard,
684
+ fa as CurriculumItemRow,
685
+ ga as CurriculumTree,
686
+ pa as Drawer,
687
+ ba as DrawerBackdrop,
688
+ xa as DrawerBody,
689
+ va as DrawerClose,
690
+ ha as DrawerContent,
691
+ Na as DrawerDescription,
692
+ ya as DrawerFooter,
693
+ wa as DrawerHeader,
694
+ Ca as DrawerNav,
695
+ Da as DrawerNavItem,
696
+ Ta as DrawerPortal,
697
+ za as DrawerTitle,
698
+ Aa as DrawerTrigger,
699
+ Ia as DrawerViewport,
700
+ Pa as DueDateDisplay,
701
+ Ba as EmbedBlock,
702
+ Ra as EmptyState,
703
+ Va as Essay,
704
+ ja as FeedbackBanner,
705
+ Ma as FileUploadZone,
706
+ ka as FillInTheBlank,
707
+ La as Flashcard,
708
+ Ea as FlashcardDeck,
709
+ Fa as GradeIndicator,
710
+ Ha as Hotspot,
711
+ Qa as HydraLicenseContext,
712
+ F as HydraLicenseProvider,
713
+ Ce as HydraProvider,
714
+ $a as InlineChoice,
715
+ Ga as Input,
716
+ Ka as LearningObjectIcon,
717
+ Ua as LikertScale,
718
+ _a as Matching,
719
+ Oa as MultipleChoice,
720
+ qa as Numeric,
721
+ Xa as Ordering,
722
+ le as PRO_MODULES,
723
+ de as PRO_SECTIONS,
724
+ Za as Pagination,
725
+ Ja as PostCard,
726
+ Ya as ProBadge,
727
+ E as Progress,
728
+ Wa as ProgressRing,
729
+ Sa as QuestionHeaderBar,
730
+ et as QuestionMaterialsDrawer,
731
+ at as QuestionNavigator,
732
+ tt as QuestionRenderer,
733
+ rt as RichTextEditor,
734
+ st as Scenario,
735
+ it as SearchInput,
736
+ nt as Separator,
737
+ ot as Skeleton,
738
+ lt as Spreadsheet,
739
+ dt as StarRating,
740
+ ct as StatCard,
741
+ ut as StatusBadge,
742
+ mt as Stepper,
743
+ ft as StreakBadge,
744
+ gt as Table,
745
+ pt as TableBody,
746
+ bt as TableCaption,
747
+ xt as TableCell,
748
+ vt as TableFooter,
749
+ ht as TableHead,
750
+ Nt as TableHeader,
751
+ yt as TableRow,
752
+ wt as Tabs,
753
+ Ct as TabsContent,
754
+ Dt as TabsList,
755
+ Tt as TabsTrigger,
756
+ De as Textarea,
757
+ zt as TimerDisplay,
758
+ oe as ToastProvider,
759
+ Pe as Toaster,
760
+ At as Tooltip,
761
+ It as TooltipContent,
762
+ Pt as TooltipTrigger,
763
+ Bt as TrueFalse,
764
+ Rt as UserAvatar,
765
+ Ne as VideoBookmark,
766
+ ve as VideoChapterList,
767
+ Vt as VideoPlayer,
768
+ ye as VideoPlaylistItem,
769
+ he as VideoThumbnailCard,
770
+ xe as VideoTranscript,
771
+ jt as alertVariants,
772
+ Mt as badgeVariants,
773
+ kt as buttonVariants,
774
+ c as cn,
775
+ Lt as drawerContentVariants,
776
+ Be as isProModule,
777
+ Re as isProSection,
778
+ Et as progressVariants,
779
+ Ft as scoreQuestion,
780
+ Ht as scoreScenarioSubQuestions,
781
+ re as toastVariants,
782
+ we as useCountdown,
783
+ Qt as useHydraLicense,
784
+ Ie as useToast,
785
+ $t as withProGate
730
786
  };