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