@cuemath/leap 3.1.0-gg1 → 3.1.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/assets/gif/gif.js +22 -22
- package/dist/assets/gif/gif.js.map +1 -1
- package/dist/assets/illustrations/illustrations.js +128 -127
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/images/images.js +32 -32
- package/dist/assets/images/images.js.map +1 -1
- package/dist/assets/line-icons/icons/check.js +3 -3
- package/dist/assets/line-icons/icons/check.js.map +1 -1
- package/dist/assets/line-icons/icons/puzzle-icon.js +51 -0
- package/dist/assets/line-icons/icons/puzzle-icon.js.map +1 -0
- package/dist/assets/line-icons/icons/share.js +48 -0
- package/dist/assets/line-icons/icons/share.js.map +1 -0
- package/dist/assets/line-icons/icons/tile.js +54 -0
- package/dist/assets/line-icons/icons/tile.js.map +1 -0
- package/dist/assets/lottie/lottie.js +86 -86
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +34 -32
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/chapter-details.js +47 -45
- package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +11 -11
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +47 -46
- package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +165 -124
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -1
- package/dist/features/chapters-v2/utils/node-card-utils.js +41 -41
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
- package/dist/features/cue-canvas/bottombar/homework-controls.js +73 -0
- package/dist/features/cue-canvas/bottombar/homework-controls.js.map +1 -0
- package/dist/features/cue-canvas/cue-canvas-context.js +8 -5
- package/dist/features/cue-canvas/cue-canvas-context.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-core.js +80 -75
- package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-helpers.js +31 -25
- package/dist/features/cue-canvas/cue-canvas-helpers.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-provider.js +14 -12
- package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas.js +79 -65
- package/dist/features/cue-canvas/cue-canvas.js.map +1 -1
- package/dist/features/cue-canvas/cue-cavas-styled.js +45 -42
- package/dist/features/cue-canvas/cue-cavas-styled.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +61 -54
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js +18 -14
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-upload-helper.js +23 -0
- package/dist/features/cue-canvas/hooks/use-upload-helper.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/helper.js +20 -0
- package/dist/features/cue-canvas/sidebar/homework/helper.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-menu.js +33 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-request.js +68 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-request.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-styled.js +25 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework.js +39 -0
- package/dist/features/cue-canvas/sidebar/homework/homework.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js +13 -0
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js +60 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js +44 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters.js +107 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js +42 -0
- package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js +84 -0
- package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js +36 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js +133 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js +96 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js +29 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/utils.js +120 -0
- package/dist/features/cue-canvas/sidebar/puzzles/utils.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/sidebar-styled.js +32 -0
- package/dist/features/cue-canvas/sidebar/sidebar-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/sidebar.js +29 -0
- package/dist/features/cue-canvas/sidebar/sidebar.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/tiles/tile.js +16 -0
- package/dist/features/cue-canvas/sidebar/tiles/tile.js.map +1 -0
- package/dist/features/cue-canvas/toolbar/grid-menu.js +13 -13
- package/dist/features/cue-canvas/toolbar/grid-menu.js.map +1 -1
- package/dist/features/cue-canvas/toolbar/tool.js +22 -20
- package/dist/features/cue-canvas/toolbar/tool.js.map +1 -1
- package/dist/features/homework/homework-card-view.js +56 -54
- package/dist/features/homework/homework-card-view.js.map +1 -1
- package/dist/features/homework/homework-card.js +53 -52
- package/dist/features/homework/homework-card.js.map +1 -1
- package/dist/features/homework/styles.js +5 -4
- package/dist/features/homework/styles.js.map +1 -1
- package/dist/features/hooks/use-debounce.js +16 -0
- package/dist/features/hooks/use-debounce.js.map +1 -0
- package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js +38 -36
- package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js.map +1 -1
- package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js +24 -22
- package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js.map +1 -1
- package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js +23 -22
- package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js.map +1 -1
- package/dist/features/milestone/create/comps/chapters-selection-step/utils.js +49 -47
- package/dist/features/milestone/create/comps/chapters-selection-step/utils.js.map +1 -1
- package/dist/features/milestone/create/comps/class-details-step/class-details-step.js +94 -87
- package/dist/features/milestone/create/comps/class-details-step/class-details-step.js.map +1 -1
- package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js +13 -12
- package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js.map +1 -1
- package/dist/features/milestone/create/comps/test-type-step/test-type-step.js +23 -21
- package/dist/features/milestone/create/comps/test-type-step/test-type-step.js.map +1 -1
- package/dist/features/milestone/create/milestone-create-helpers.js +165 -162
- package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
- package/dist/features/trial-session/comps/pricing/india-pricing/index.js +96 -0
- package/dist/features/trial-session/comps/pricing/india-pricing/index.js.map +1 -0
- package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js +59 -0
- package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js.map +1 -0
- package/dist/features/trial-session/comps/pricing/pricing.js +36 -35
- package/dist/features/trial-session/comps/pricing/pricing.js.map +1 -1
- package/dist/features/ui/stepper/stepper.js +7 -7
- package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js +22 -19
- package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js.map +1 -1
- package/dist/index.d.ts +298 -247
- package/dist/index.js +184 -180
- package/dist/index.js.map +1 -1
- package/dist/static/accuracy-meter.99585cba.json +4218 -0
- package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
- package/dist/static/achievement_bg.0d0555ac.png +0 -0
- package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
- package/dist/static/alarm-clock-orange.31fb90d9.svg +1 -0
- package/dist/static/alarm-clock-purple.06d4911c.svg +1 -0
- package/dist/static/alien-1.fc7ba696.svg +1 -0
- package/dist/static/alien-2.15fdda07.svg +1 -0
- package/dist/static/alien-3.2664a37f.svg +1 -0
- package/dist/static/alien-4.06ac66da.svg +1 -0
- package/dist/static/ashta.0d3926b2.png +0 -0
- package/dist/static/avatar-selected.860ee923.json +1 -0
- package/dist/static/awesome.8e1cf046.png +0 -0
- package/dist/static/badge_success.2f6c8e65.png +0 -0
- package/dist/static/beginner1x.489908a7.json +3508 -0
- package/dist/static/bg_empty_resources.63b187fd.png +0 -0
- package/dist/static/blue-clip.87cc4543.svg +1 -0
- package/dist/static/bobwave.5603c70b.gif +0 -0
- package/dist/static/book-green.20f6eed3.svg +1 -0
- package/dist/static/book-open-blue.d4f8d08c.svg +5 -0
- package/dist/static/book-orange.04bdc75e.svg +1 -0
- package/dist/static/book-yellow.c210ac06.svg +1 -0
- package/dist/static/bronze-1.da4e4b5f.json +4176 -0
- package/dist/static/bronze-2.97f9c639.json +4433 -0
- package/dist/static/bronze-3.6a433ebd.json +4786 -0
- package/dist/static/bullet-yellow.2f892d88.svg +1 -0
- package/dist/static/calendar-blue.e0d52d09.svg +1 -0
- package/dist/static/calendar-gray.1c72682a.svg +1 -0
- package/dist/static/calendar-green.a2b6a393.svg +1 -0
- package/dist/static/caution.5766a967.svg +1 -0
- package/dist/static/chapter-1.8a1683a0.svg +1 -0
- package/dist/static/chapter-10.c97de4a5.svg +1 -0
- package/dist/static/chapter-2.71ac6dfc.svg +1 -0
- package/dist/static/chapter-3.003fc901.svg +1 -0
- package/dist/static/chapter-4.8abbacd8.svg +1 -0
- package/dist/static/chapter-5.c774b439.svg +1 -0
- package/dist/static/chapter-6.cb5cf1cb.svg +1 -0
- package/dist/static/chapter-7.57b0beb4.svg +1 -0
- package/dist/static/chapter-8.68d36477.svg +1 -0
- package/dist/static/chapter-9.0c00e26f.svg +1 -0
- package/dist/static/chapter-completed.1241399b.json +497 -0
- package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
- package/dist/static/chapter-header-bg.4ed173c2.svg +1 -0
- package/dist/static/chatva.d0c57a95.png +0 -0
- package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
- package/dist/static/circle-cuemath-logo.8bcb1ad4.svg +1 -0
- package/dist/static/circle-outercircle-bg.65f21460.svg +1 -0
- package/dist/static/circular-loader.a5a1a0a6.json +238 -0
- package/dist/static/clock-30min.eae818b8.json +1197 -0
- package/dist/static/clock-45min.df8adf51.json +1197 -0
- package/dist/static/clock-60min.2b48d875.json +1197 -0
- package/dist/static/clock-90min.3e557ed7.json +1407 -0
- package/dist/static/clock-orange.c144059b.svg +6 -0
- package/dist/static/color-1.45101b9a.json +4545 -0
- package/dist/static/color-2.ccdc7d0a.json +4828 -0
- package/dist/static/color-3.5e8e1422.json +5273 -0
- package/dist/static/community-bulb.3b42af21.svg +1 -0
- package/dist/static/competitive-arena.b9c40801.json +1 -0
- package/dist/static/congrats.75718de8.png +0 -0
- package/dist/static/cool.1893941c.png +0 -0
- package/dist/static/cosa.46c0c49b.png +0 -0
- package/dist/static/crosshair-circle.522a26ea.svg +1 -0
- package/dist/static/crown-overlay.11fb073c.svg +1 -0
- package/dist/static/crown.c18fa217.svg +1 -0
- package/dist/static/cuecoin-gold.bcb8085e.svg +1 -0
- package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
- package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
- package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
- package/dist/static/default-chapter.8ede1160.png +0 -0
- package/dist/static/desktop-with-purple-fill.dfec66cc.svg +1 -0
- package/dist/static/difficult.6846c064.json +2755 -0
- package/dist/static/dob.9ce3c15b.json +1 -0
- package/dist/static/doda.3103971c.png +0 -0
- package/dist/static/duration-30min-gray.f6442df4.svg +1 -0
- package/dist/static/duration-45min-gray.ad90fb23.svg +1 -0
- package/dist/static/duration-60min-gray.874e52a2.svg +1 -0
- package/dist/static/duration-90min-gray.32a04cef.svg +1 -0
- package/dist/static/dvi.fc7b32a5.png +0 -0
- package/dist/static/earth-green.e1329b7a.svg +1 -0
- package/dist/static/easy-rescheduling.3a6d1a00.gif +0 -0
- package/dist/static/easy.68242ddd.json +2658 -0
- package/dist/static/eka.b10a06fa.png +0 -0
- package/dist/static/elite-circle.3df58972.json +6876 -0
- package/dist/static/ellipse-clip.dfb25608.svg +1 -0
- package/dist/static/empty_mix_tests.1d251f07.png +0 -0
- package/dist/static/enrichment-mini.fc3c0f83.gif +0 -0
- package/dist/static/enrichment.571feac0.gif +0 -0
- package/dist/static/error-lottie.b3507a4b.json +5255 -0
- package/dist/static/error.cbe1ddde.json +1 -0
- package/dist/static/familiar1x.7c9c7f15.json +3046 -0
- package/dist/static/female-avatar.b8cd1012.svg +1 -0
- package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
- package/dist/static/five-min-clock.6be5cc41.json +721 -0
- package/dist/static/game-play.4982b0cb.svg +1 -0
- package/dist/static/games.47abcb18.gif +0 -0
- package/dist/static/globe-with-blue-fill.beae6ca4.svg +1 -0
- package/dist/static/gold-1.ab2489fe.json +4176 -0
- package/dist/static/gold-2.34045826.json +4441 -0
- package/dist/static/gold-3.d704698b.json +4810 -0
- package/dist/static/grade-grid-background.b17b4ccb.svg +1 -0
- package/dist/static/grade.b3730524.json +1 -0
- package/dist/static/graduate-hat.4b49eb44.svg +1 -0
- package/dist/static/graduate-icon-pink.01fbfb1b.svg +1 -0
- package/dist/static/graduate-pink-filled-bg.c91e9c53.svg +1 -0
- package/dist/static/great.2a5dcc34.png +0 -0
- package/dist/static/green-balloon.67ac8587.svg +1 -0
- package/dist/static/green-face.1b4dd82f.svg +1 -0
- package/dist/static/hexo.eab4b9f5.png +0 -0
- package/dist/static/infinite-button-bg.5909225e.json +1 -0
- package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
- package/dist/static/jigii-wave.150a6d18.gif +0 -0
- package/dist/static/key.d6846476.json +1 -0
- package/dist/static/kudos.b7e2aeb6.png +0 -0
- package/dist/static/learn.71b13323.json +1 -0
- package/dist/static/learned-shield-gray.1495b0d5.svg +1 -0
- package/dist/static/learned-shield-green.7c26b423.svg +1 -0
- package/dist/static/learning-plan.72d64a61.png +0 -0
- package/dist/static/learning-session.71cc8f22.gif +0 -0
- package/dist/static/learnt.870c5e38.svg +1 -0
- package/dist/static/lesson-overview-banner.f5404af6.png +0 -0
- package/dist/static/levelup-rings.b1055283.json +549 -0
- package/dist/static/like.cb492460.svg +1 -0
- package/dist/static/live-session.a0d25c78.svg +1 -0
- package/dist/static/loader-1.6524355e.svg +1 -0
- package/dist/static/loader.52f8c35c.svg +1 -0
- package/dist/static/locked.0c3b7577.svg +1 -0
- package/dist/static/mail.c30e8708.json +1 -0
- package/dist/static/maintenance.a26aca65.svg +1 -0
- package/dist/static/male-avatar.2febc9eb.svg +1 -0
- package/dist/static/mastered-badge.81f156fb.svg +1 -0
- package/dist/static/mastered-shield-gray.a58cbe19.svg +1 -0
- package/dist/static/mastered-shield-green.070fa4eb.svg +1 -0
- package/dist/static/max-wave.44e002c9.gif +0 -0
- package/dist/static/medium.94c3829b.json +2289 -0
- package/dist/static/mental-math.3c95f169.svg +1 -0
- package/dist/static/milestone-intro-1.281a354c.svg +1 -0
- package/dist/static/milestone-intro-2.19faee69.svg +1 -0
- package/dist/static/milestone-intro-3.6f6055d6.svg +1 -0
- package/dist/static/mistake.476d1aa7.svg +1 -0
- package/dist/static/no-info.f4bfe437.png +0 -0
- package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
- package/dist/static/node-learn-bg.b61f815c.svg +1 -0
- package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
- package/dist/static/node-project-bg.e6a33e28.svg +1 -0
- package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
- package/dist/static/node-recap-bg.546154e4.svg +1 -0
- package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
- package/dist/static/node-video-bg.3df3f73a.svg +1 -0
- package/dist/static/nudge-tap.5cb30093.json +1057 -0
- package/dist/static/number-1-orange.cbf526ed.svg +1 -0
- package/dist/static/number-2-orange.6f29eb72.svg +1 -0
- package/dist/static/number-3-orange.58baf717.svg +1 -0
- package/dist/static/number-4-orange.5ed1ec5e.svg +1 -0
- package/dist/static/octo.3020bd93.png +0 -0
- package/dist/static/one-star-filled.b6084257.svg +1 -0
- package/dist/static/orange-face.5824c2e9.svg +1 -0
- package/dist/static/otp.2d08f874.json +1 -0
- package/dist/static/otp.a3029760.json +1 -0
- package/dist/static/parent-avatar.772d53e0.json +1 -0
- package/dist/static/people-with-orange-fill.3835b8f1.svg +1 -0
- package/dist/static/phone-number.0be312ea.json +1 -0
- package/dist/static/phone-number.84f55562.json +1 -0
- package/dist/static/play-icon.13baaa7d.svg +1 -0
- package/dist/static/play.68d16dec.svg +1 -0
- package/dist/static/point1.b53831de.json +2942 -0
- package/dist/static/point10.7b5e536d.json +3179 -0
- package/dist/static/point100.1df16f82.json +3196 -0
- package/dist/static/point15.fea00c32.json +3179 -0
- package/dist/static/point2.7cec6e24.json +1 -0
- package/dist/static/point20.c88d776d.json +3178 -0
- package/dist/static/point25.a18c346a.json +3178 -0
- package/dist/static/point3.f96fe7aa.json +1 -0
- package/dist/static/point30.c5224b0b.json +3202 -0
- package/dist/static/point35.fad343dd.json +3058 -0
- package/dist/static/point4.fe04fb83.json +1 -0
- package/dist/static/point40.10a16f72.json +3082 -0
- package/dist/static/point45.2ad7561f.json +3082 -0
- package/dist/static/point5.da40ed1f.json +2948 -0
- package/dist/static/point50.5718cb3d.json +3046 -0
- package/dist/static/point60.17380d9f.json +3076 -0
- package/dist/static/points-sum.360e63de.svg +1 -0
- package/dist/static/practice.158dd488.json +1 -0
- package/dist/static/practiced-shield-green.90278855.svg +1 -0
- package/dist/static/practiced-shield-grey.16cf4fe0.svg +1 -0
- package/dist/static/proficient-badge.1a6dbb72.svg +1 -0
- package/dist/static/proficient1x.fa6e7b80.json +3430 -0
- package/dist/static/profile-board.4f4a17e6.svg +1 -0
- package/dist/static/project.eb665827.json +1 -0
- package/dist/static/puzzle-student.de530364.svg +1 -0
- package/dist/static/puzzle.5aad5cf8.svg +1 -0
- package/dist/static/puzzle.b298c7e4.json +1 -0
- package/dist/static/puzzle_card_easy.7d9439b5.png +0 -0
- package/dist/static/puzzle_card_hard.185a19c4.png +0 -0
- package/dist/static/puzzle_card_medium.17daef9c.png +0 -0
- package/dist/static/puzzles.1e269965.gif +0 -0
- package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
- package/dist/static/recap.0dd2c1e2.json +1 -0
- package/dist/static/refund-policy-with-headphone.589398e0.svg +1 -0
- package/dist/static/refund-policy.912dbb4c.svg +1 -0
- package/dist/static/report-404.dd67785c.svg +1 -0
- package/dist/static/rocket-broken.1f86fa43.svg +1 -0
- package/dist/static/rocket-yellow.62d27e15.svg +1 -0
- package/dist/static/school-success-mini.f74a852f.gif +0 -0
- package/dist/static/school-success.f9669771.gif +0 -0
- package/dist/static/score.41971107.svg +1 -0
- package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
- package/dist/static/shared.3af01b49.png +0 -0
- package/dist/static/sheet-reference.9da7a09f.png +0 -0
- package/dist/static/silver-1.0396328a.json +4168 -0
- package/dist/static/silver-2.bf50615f.json +4433 -0
- package/dist/static/silver-3.13d66b84.json +4810 -0
- package/dist/static/skills.90ce4cbb.gif +0 -0
- package/dist/static/sleepy-boi.031a1165.json +1008 -0
- package/dist/static/smiley.49bb7d7c.svg +1 -0
- package/dist/static/speckie-wave.510639ce.gif +0 -0
- package/dist/static/spinner-white.639e0d87.json +122 -0
- package/dist/static/spiral_pattern.9fd3e6e9.png +0 -0
- package/dist/static/splash-screen.bbf567ce.json +2411 -0
- package/dist/static/star-orange-filled.a7ff9c8f.svg +1 -0
- package/dist/static/star-orange.a91a341f.svg +1 -0
- package/dist/static/star-with-green-fill.86877d41.svg +1 -0
- package/dist/static/stay-connected.371d3d9d.gif +0 -0
- package/dist/static/streak-green.b59bf4dd.svg +1 -0
- package/dist/static/streak-white.2cbdc9b8.svg +1 -0
- package/dist/static/student-avatar.524226bd.json +1 -0
- package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
- package/dist/static/table-mode-star.b8a1d762.json +1 -0
- package/dist/static/table-segment-star.78e851d6.json +1 -0
- package/dist/static/target-achieved-text.053bd142.json +2830 -0
- package/dist/static/target-achieved-text.10db8475.json +1 -0
- package/dist/static/teacher-validation.7577ecdc.json +245 -0
- package/dist/static/tera-wave.2954a6a4.gif +0 -0
- package/dist/static/test-difficulty-easy.56df71dd.svg +1 -0
- package/dist/static/test-difficulty-hard.7250f1f4.svg +1 -0
- package/dist/static/test-difficulty-medium.2fd9686e.svg +1 -0
- package/dist/static/test-prep-mini.718e5734.gif +0 -0
- package/dist/static/test-prep.ea433f71.gif +0 -0
- package/dist/static/test.803d6036.json +1 -0
- package/dist/static/tetra.354ff2b9.png +0 -0
- package/dist/static/three-stars-filled.72b51f03.svg +1 -0
- package/dist/static/tick-green.a1654049.svg +1 -0
- package/dist/static/total-streak.d5ce7669.json +842 -0
- package/dist/static/total-time-spent.434005d3.json +200 -0
- package/dist/static/total-time.d979cbb9.json +24383 -0
- package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
- package/dist/static/track-progress.c75b1031.gif +0 -0
- package/dist/static/trophy-blue-filled.7e2b40ab.svg +1 -0
- package/dist/static/trophy-blue.e684ba4c.svg +1 -0
- package/dist/static/trophy-circle.b7b23e36.svg +1 -0
- package/dist/static/trophy-green.6c0741c8.svg +10 -0
- package/dist/static/two-stars-filled.a51a14b4.svg +1 -0
- package/dist/static/up-arrow.a6946bd3.svg +1 -0
- package/dist/static/user-crown-grid-background.c2875a73.svg +1 -0
- package/dist/static/user-down.a06f2f94.svg +1 -0
- package/dist/static/user-pin.5f334465.svg +1 -0
- package/dist/static/user-profile-background.199977a9.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
- package/dist/static/user-up.2aecbbae.svg +1 -0
- package/dist/static/username.9e034d51.json +1 -0
- package/dist/static/video.b41451e2.json +1 -0
- package/dist/static/vinnie-wave.10734dd5.gif +0 -0
- package/dist/static/way-forward.1428093e.gif +0 -0
- package/dist/static/wow.864fbb02.png +0 -0
- package/dist/static/yellow-face.b7525a33.svg +1 -0
- package/dist/static/your-goals.63ffbee5.gif +0 -0
- package/dist/static/zodasa.336c3bb0.png +0 -0
- package/package.json +3 -2
package/dist/index.js
CHANGED
@@ -16,8 +16,8 @@ import { default as M } from "./assets/line-icons/icons/bulb2.js";
|
|
16
16
|
import { default as D } from "./assets/line-icons/icons/calendar.js";
|
17
17
|
import { default as g } from "./assets/line-icons/icons/check.js";
|
18
18
|
import { default as U } from "./assets/line-icons/icons/check2.js";
|
19
|
-
import { default as
|
20
|
-
import { default as
|
19
|
+
import { default as v } from "./assets/line-icons/icons/clipboard.js";
|
20
|
+
import { default as w } from "./assets/line-icons/icons/clock.js";
|
21
21
|
import { default as V } from "./assets/line-icons/icons/clock2.js";
|
22
22
|
import { default as Y } from "./assets/line-icons/icons/code.js";
|
23
23
|
import { default as Q } from "./assets/line-icons/icons/copy.js";
|
@@ -43,8 +43,8 @@ import { default as Me } from "./assets/line-icons/icons/info.js";
|
|
43
43
|
import { default as De } from "./assets/line-icons/icons/info2.js";
|
44
44
|
import { default as ge } from "./assets/line-icons/icons/left.js";
|
45
45
|
import { default as Ue } from "./assets/line-icons/icons/lock.js";
|
46
|
-
import { default as
|
47
|
-
import { default as
|
46
|
+
import { default as ve } from "./assets/line-icons/icons/lock2.js";
|
47
|
+
import { default as we } from "./assets/line-icons/icons/lock3.js";
|
48
48
|
import { default as Ve } from "./assets/line-icons/icons/minus.js";
|
49
49
|
import { default as Ye } from "./assets/line-icons/icons/minus2.js";
|
50
50
|
import { default as Qe } from "./assets/line-icons/icons/mistake.js";
|
@@ -70,8 +70,8 @@ import { default as Ho } from "./assets/line-icons/icons/star.js";
|
|
70
70
|
import { default as Go } from "./assets/line-icons/icons/skip-colored.js";
|
71
71
|
import { default as yo } from "./assets/line-icons/icons/skip.js";
|
72
72
|
import { default as Bo } from "./assets/line-icons/icons/skip2.js";
|
73
|
-
import { default as
|
74
|
-
import { default as
|
73
|
+
import { default as bo } from "./assets/line-icons/icons/star2.js";
|
74
|
+
import { default as Wo } from "./assets/line-icons/icons/status.js";
|
75
75
|
import { default as Fo } from "./assets/line-icons/icons/striked-eye.js";
|
76
76
|
import { default as Jo } from "./assets/line-icons/icons/switch-icon.js";
|
77
77
|
import { default as Ko } from "./assets/line-icons/icons/tick.js";
|
@@ -96,8 +96,8 @@ import { AutoPlayPermissionProvider as Mr } from "./features/hooks/use-auto-play
|
|
96
96
|
import { default as Dr } from "./features/hooks/use-zoom-disable.js";
|
97
97
|
import { default as gr } from "./features/hooks/use-force-reload.js";
|
98
98
|
import { default as Ur } from "./features/ui/accordion-section/accordion-section.js";
|
99
|
-
import { default as
|
100
|
-
import { default as
|
99
|
+
import { default as vr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
100
|
+
import { default as wr } from "./features/ui/context-menu/context-menu.js";
|
101
101
|
import { default as Vr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
102
102
|
import { default as Yr } from "./features/ui/nudge/nudge.js";
|
103
103
|
import { default as Qr } from "./features/ui/buttons/button/button.js";
|
@@ -123,8 +123,8 @@ import { CircularLoader as Mt } from "./features/ui/loader/circular-loader/circu
|
|
123
123
|
import { default as Dt } from "./features/ui/radio-cards/radio-cards.js";
|
124
124
|
import { default as gt } from "./features/ui/section-list/section-list.js";
|
125
125
|
import { default as Ut } from "./features/ui/text/text.js";
|
126
|
-
import { default as
|
127
|
-
import { default as
|
126
|
+
import { default as vt } from "./features/ui/tag/tag.js";
|
127
|
+
import { default as wt } from "./features/ui/callout/callout.js";
|
128
128
|
import { default as Vt, useUIContext as Ft } from "./features/ui/context/context.js";
|
129
129
|
import { default as Jt } from "./features/ui/context/use-tracking-context.js";
|
130
130
|
import { default as Kt } from "./features/ui/hooks/use-context-menu-click-handler.js";
|
@@ -150,8 +150,8 @@ import { default as Ha } from "./features/auth/signup/custom-input-field/grade-i
|
|
150
150
|
import { default as Ga } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
|
151
151
|
import { default as ya } from "./features/auth/signup/custom-input-field/custom-input-field.js";
|
152
152
|
import { default as Ba } from "./features/auth/signup/circular-step-wrapper/circular-step-wrapper.js";
|
153
|
-
import { default as
|
154
|
-
import { default as
|
153
|
+
import { default as ba } from "./features/auth/signup/signup-methods/signup-methods.js";
|
154
|
+
import { default as Wa } from "./features/auth/account-selector/account-selector.js";
|
155
155
|
import { default as Fa } from "./features/auth/login/social-login-methods/social-login-methods.js";
|
156
156
|
import { default as Ja } from "./features/auth/login/social-account-not-found/social-account-not-found.js";
|
157
157
|
import { default as Ka } from "./features/auth/login/username-password-form/username-password-form.js";
|
@@ -176,8 +176,8 @@ import { default as Mf } from "./features/chapters-v2/chapter-details/chapter-de
|
|
176
176
|
import { invalidateGetChapterDetails as Df } from "./features/chapters-v2/api/chapter.js";
|
177
177
|
import { GAME_LAUNCHER_ASSET_PADDING as gf } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
|
178
178
|
import { GAME_LAUNCHER_SIZE as Uf } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
|
179
|
-
import { useCircleSounds as
|
180
|
-
import { CircleSoundKey as
|
179
|
+
import { useCircleSounds as vf } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
180
|
+
import { CircleSoundKey as wf } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
181
181
|
import { useGetLeaderboardDal as Vf } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
182
182
|
import { ELeaderboardType as Yf } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
|
183
183
|
import { StreakReductionLocalStorageUtil as Qf } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
|
@@ -200,84 +200,86 @@ import { default as Ls } from "./features/cue-canvas/cue-canvas-provider.js";
|
|
200
200
|
import { default as ks } from "./features/cue-canvas/toolbar/toolbar.js";
|
201
201
|
import { default as Os } from "./features/cue-canvas/cue-canvas.js";
|
202
202
|
import { default as Hs } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
203
|
-
import { default as Gs } from "./features/
|
204
|
-
import { default as ys } from "./features/
|
205
|
-
import {
|
206
|
-
import {
|
207
|
-
import {
|
208
|
-
import {
|
209
|
-
import {
|
210
|
-
import {
|
211
|
-
import {
|
212
|
-
import { default as Xs } from "./features/
|
213
|
-
import {
|
214
|
-
import {
|
215
|
-
import {
|
216
|
-
import {
|
217
|
-
import {
|
218
|
-
import {
|
219
|
-
import {
|
220
|
-
import {
|
221
|
-
import {
|
222
|
-
import {
|
223
|
-
import {
|
224
|
-
import {
|
225
|
-
import {
|
226
|
-
import { default as Rl } from "./features/
|
227
|
-
import { default as Nl } from "./features/milestone/create/
|
228
|
-
import { default as Ml } from "./features/milestone/create/
|
229
|
-
import { default as Dl } from "./features/milestone/
|
230
|
-
import { default as gl } from "./features/milestone/
|
231
|
-
import { default as Ul } from "./features/milestone/
|
232
|
-
import { default as
|
233
|
-
import { default as
|
234
|
-
import { default as Vl } from "./features/milestone/
|
235
|
-
import { default as Yl } from "./features/milestone/edit/milestone-
|
236
|
-
import { default as Ql } from "./features/milestone/
|
237
|
-
import { default as jl } from "./features/milestone/
|
238
|
-
import { default as ql } from "./features/milestone/
|
239
|
-
import { default as Xl } from "./features/milestone/milestone-
|
240
|
-
import { default as ep } from "./features/milestone/milestone-
|
241
|
-
import {
|
242
|
-
import {
|
243
|
-
import {
|
244
|
-
import {
|
245
|
-
import {
|
246
|
-
import {
|
247
|
-
import {
|
248
|
-
import {
|
249
|
-
import {
|
250
|
-
import {
|
251
|
-
import {
|
252
|
-
import { default as
|
253
|
-
import {
|
254
|
-
import { default as Gp } from "./features/
|
255
|
-
import { default as yp } from "./features/
|
256
|
-
import {
|
257
|
-
import {
|
258
|
-
import {
|
259
|
-
import {
|
260
|
-
import {
|
261
|
-
import {
|
262
|
-
import {
|
263
|
-
import {
|
264
|
-
import { default as nm } from "./features/worksheet/worksheet/worksheet-
|
265
|
-
import { default as Im } from "./features/worksheet/worksheet/worksheet-
|
266
|
-
import { default as Tm } from "./features/worksheet/
|
267
|
-
import { default as Em } from "./features/worksheet/
|
268
|
-
import { default as Am } from "./features/worksheet/
|
203
|
+
import { default as Gs } from "./features/cue-canvas/sidebar/sidebar.js";
|
204
|
+
import { default as ys } from "./features/cue-canvas/bottombar/homework-controls.js";
|
205
|
+
import { default as Bs } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
206
|
+
import { default as bs } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
207
|
+
import { EVENTS as Ws } from "./features/communication/pub-sub/constants.js";
|
208
|
+
import { useInClassActionDispatcher as Fs, useInClassActionListener as Ys } from "./features/communication/pub-sub/hooks.js";
|
209
|
+
import { default as Qs } from "./features/trial-session/trial-session.js";
|
210
|
+
import { EClassTimeAlertLevel as js } from "./features/trial-session/trial-session-types.js";
|
211
|
+
import { useClassTimeAlerts as qs } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
212
|
+
import { default as Xs } from "./features/talk-meter/talk-meter.js";
|
213
|
+
import { default as el } from "./features/extra-practice/extra-practice.js";
|
214
|
+
import { default as rl } from "./features/homework/hw-card-list/hw-card-list.js";
|
215
|
+
import { invalidateHomeworks as al } from "./features/homework/hw-card-list/api/get-homeworks.js";
|
216
|
+
import { useAutoPlayPermission as sl } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
217
|
+
import { JOURNEY_ID_STUDENT as pl } from "./features/journey/journey-id/journey-id-student.js";
|
218
|
+
import { JOURNEY_ID_TEACHER as ul } from "./features/journey/journey-id/journey-id-teacher.js";
|
219
|
+
import { useJourney as xl } from "./features/journey/use-journey/use-journey.js";
|
220
|
+
import { useGetEligibleJourneysViaRoute as cl } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
|
221
|
+
import { JourneyProvider as il } from "./features/journey/use-journey/journey-context-provider.js";
|
222
|
+
import { IndicatorType as Sl } from "./features/journey/use-journey/constants.js";
|
223
|
+
import { Coachmark as Cl } from "./features/journey/comps/coachmark/coachmark.js";
|
224
|
+
import { useHomePageJourney as _l } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
|
225
|
+
import { useChapterPageJourney as hl } from "./features/journey/hooks/use-chapter-journey.js";
|
226
|
+
import { default as Rl } from "./features/maintenance/maintenance.js";
|
227
|
+
import { default as Nl } from "./features/milestone/create/submit-modal/submit-modal.js";
|
228
|
+
import { default as Ml } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
229
|
+
import { default as Dl } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
230
|
+
import { default as gl } from "./features/milestone/create/milestone-create-container.js";
|
231
|
+
import { default as Ul } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
232
|
+
import { default as vl } from "./features/milestone/outcome/milestone-outcome-container.js";
|
233
|
+
import { default as wl } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
234
|
+
import { default as Vl } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
235
|
+
import { default as Yl } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
236
|
+
import { default as Ql } from "./features/milestone/edit/goal-edit-container.js";
|
237
|
+
import { default as jl } from "./features/milestone/edit/milestone-edit-container.js";
|
238
|
+
import { default as ql } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
239
|
+
import { default as Xl } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
240
|
+
import { default as ep } from "./features/milestone/start/milestone-start.js";
|
241
|
+
import { default as rp } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
242
|
+
import { default as ap } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
243
|
+
import { ACHIEVEMENT_ACTIONS as sp, STAGES as lp } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
244
|
+
import { invalidateMilestonesData as mp, useGetAllMilestonesdata as up } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
245
|
+
import { invalidateTestHelpData as xp, useGetTestHelpData as np } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
246
|
+
import { invalidateMilestoneResources as Ip, useGetMilestoneResources as ip } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
247
|
+
import { default as Sp } from "./features/pointer-sync/pointer.js";
|
248
|
+
import { default as Cp } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
249
|
+
import { DigitalMeter as _p } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
250
|
+
import { EPostGameStat as hp } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
251
|
+
import { PostGameStats as Rp } from "./features/post-game-stats/post-game-stats.js";
|
252
|
+
import { default as Np } from "./features/recent-chapters/recent-chapters.js";
|
253
|
+
import { SENTRY_DENIED_URLS as Mp, SENTRY_IGNORED_ERRORS as Hp } from "./features/sentry/constants/ignored.js";
|
254
|
+
import { default as Gp } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
255
|
+
import { default as yp } from "./features/sheet-tools/tool-header/tool-header.js";
|
256
|
+
import { default as Bp } from "./features/sheets/sheets-list/sheets-list.js";
|
257
|
+
import { default as bp } from "./features/sheets/reference-sheet/reference-sheet.js";
|
258
|
+
import { WORKSHEET_V3_NODE_TYPES as Wp } from "./features/sheets/utils/is-v3-worksheet.js";
|
259
|
+
import { COMPLETED_SHEET_STATE as Fp, NODE_LABELS as Yp, NODE_SUB_GROUP as Jp, NODE_TYPE as Qp, PYTHON_NODE_TYPES as Kp, REWARDS_LIST as jp, SHEET_ACTIONS as Zp, SHEET_ATTEMPT_LOCATION as qp, SHEET_ATTEMPT_LOCATION_MAP as zp, SHEET_ATTEMPT_STATE as Xp, SHEET_DATA_TYPE as $p, SHEET_STATE as em } from "./features/sheets/constants/sheet.js";
|
260
|
+
import { default as rm } from "./features/student-details/student-details.js";
|
261
|
+
import { default as am } from "./features/utils/load-script.js";
|
262
|
+
import { ACTION_BAR_HEIGHT as sm, QUESTIONS_GAP as lm, QUESTION_WIDTH as pm, TOP_NAVIGATION_HEIGHT as mm } from "./features/worksheet/worksheet/constants.js";
|
263
|
+
import { isOkayTypeQuestion as dm } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
264
|
+
import { default as nm } from "./features/worksheet/worksheet/worksheet-container.js";
|
265
|
+
import { default as Im } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
266
|
+
import { default as Tm } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
267
|
+
import { default as Em } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
268
|
+
import { default as Am } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
269
|
+
import { default as Pm } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
270
|
+
import { default as Lm } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
269
271
|
export {
|
270
|
-
|
272
|
+
sp as ACHIEVEMENT_ACTIONS,
|
271
273
|
tf as AUTH_TABS,
|
272
274
|
Ur as AccordionSection,
|
273
|
-
|
274
|
-
|
275
|
-
|
275
|
+
Wa as AccountSelector,
|
276
|
+
wl as AchievementNotShareReasonModal,
|
277
|
+
Vl as AchievementShareInstructionModal,
|
276
278
|
x as AlertIcon,
|
277
279
|
na as AnimatedArc,
|
278
280
|
Nt as AppLoader,
|
279
281
|
et as ArcButton,
|
280
|
-
|
282
|
+
vr as ArrowTooltip,
|
281
283
|
ff as AuthApiErrorCode,
|
282
284
|
Ta as AuthPageLayout,
|
283
285
|
Ia as AuthStaticPanel,
|
@@ -297,12 +299,12 @@ export {
|
|
297
299
|
Qr as Button,
|
298
300
|
us as CIRCLE_ACTION_IDS,
|
299
301
|
ps as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
300
|
-
|
302
|
+
Fp as COMPLETED_SHEET_STATE,
|
301
303
|
D as CalendarIcon,
|
302
|
-
|
304
|
+
wt as Callout,
|
303
305
|
St as CascadingSelectInput,
|
304
306
|
Sf as Chapter,
|
305
|
-
|
307
|
+
Dl as ChapterClearanceConfirmationModal,
|
306
308
|
Mf as ChapterDetails,
|
307
309
|
Cf as ChaptersList,
|
308
310
|
hr as ChatIcon,
|
@@ -313,48 +315,50 @@ export {
|
|
313
315
|
Sr as ChevronDownIcon,
|
314
316
|
ir as ChevronLeftIcon,
|
315
317
|
cr as ChevronRightIcon,
|
316
|
-
|
318
|
+
wf as CircleSoundKey,
|
317
319
|
Mt as CircularLoader,
|
318
320
|
Ba as CircularStepWrapper,
|
319
321
|
Es as CircularSteps,
|
320
322
|
Oa as ClaimUserAccount,
|
321
323
|
jr as Clickable,
|
322
|
-
|
324
|
+
v as ClipboardIcon,
|
323
325
|
V as Clock2Icon,
|
324
|
-
|
325
|
-
|
326
|
+
w as ClockIcon,
|
327
|
+
Cl as Coachmark,
|
326
328
|
Y as CodeIcon,
|
327
|
-
|
329
|
+
wr as ContextMenu,
|
328
330
|
Q as CopyIcon,
|
329
331
|
Vr as CountdownTimer,
|
330
332
|
j as CrossIcon,
|
331
333
|
Os as CueCanvas,
|
332
334
|
ks as CueCanvasController,
|
335
|
+
ys as CueCanvasHomeworkController,
|
333
336
|
Ls as CueCanvasProvider,
|
337
|
+
Gs as CueCanvasSideBar,
|
334
338
|
q as CueRocket,
|
335
339
|
Rr as CuemathLogo,
|
336
340
|
ya as CustomInputField,
|
337
341
|
X as DashArrowIcon,
|
338
342
|
Ga as DatePickerInput,
|
339
|
-
|
340
|
-
|
343
|
+
Gp as DesmosCalculator,
|
344
|
+
_p as DigitalMeter,
|
341
345
|
ee as DownIcon,
|
342
346
|
re as DraftIcon,
|
343
347
|
ae as DragIcon,
|
344
|
-
|
348
|
+
js as EClassTimeAlertLevel,
|
345
349
|
Yf as ELeaderboardType,
|
346
|
-
|
347
|
-
|
348
|
-
|
350
|
+
ap as EPResourceAssign,
|
351
|
+
hp as EPostGameStat,
|
352
|
+
Ws as EVENTS,
|
349
353
|
pe as Edit2Icon,
|
350
354
|
se as EditIcon,
|
351
|
-
|
355
|
+
Yl as EditMilestoneModal,
|
352
356
|
ue as EditStarIcon,
|
353
357
|
xe as EraserIcon,
|
354
358
|
rt as Error,
|
355
359
|
Se as ExclamationIcon,
|
356
|
-
|
357
|
-
|
360
|
+
yp as ExpandableHeader,
|
361
|
+
el as ExtraPractice,
|
358
362
|
ie as Eye2Icon,
|
359
363
|
ce as EyeIcon,
|
360
364
|
Rt as FlexView,
|
@@ -362,9 +366,9 @@ export {
|
|
362
366
|
Uf as GAME_LAUNCHER_SIZE,
|
363
367
|
Cr as GameIcon,
|
364
368
|
xs as GameLauncher,
|
365
|
-
|
366
|
-
|
367
|
-
|
369
|
+
Ml as GoalCreationConfirmationModal,
|
370
|
+
Ul as GoalDraftEdit,
|
371
|
+
Ql as GoalEdit,
|
368
372
|
ct as GooglePlacesSearchInput,
|
369
373
|
Ha as GradeInput,
|
370
374
|
r as GradeSelector,
|
@@ -372,7 +376,7 @@ export {
|
|
372
376
|
_e as HelpIcon,
|
373
377
|
he as HighlighterIcon,
|
374
378
|
Re as HomeIcon,
|
375
|
-
|
379
|
+
rl as HomeworkCardList,
|
376
380
|
s as ILLUSTRATIONS,
|
377
381
|
p as IMAGES,
|
378
382
|
ss as IStatsToAwardErrorCode,
|
@@ -380,38 +384,38 @@ export {
|
|
380
384
|
Za as IdentifierOtpForm,
|
381
385
|
da as Image,
|
382
386
|
Ne as ImageIcon,
|
383
|
-
|
387
|
+
Sl as IndicatorType,
|
384
388
|
De as Info2Icon,
|
385
389
|
Me as InfoIcon,
|
386
390
|
Pa as InputStatusIcon,
|
387
|
-
|
388
|
-
|
389
|
-
|
391
|
+
pl as JOURNEY_ID_STUDENT,
|
392
|
+
ul as JOURNEY_ID_TEACHER,
|
393
|
+
il as JourneyProvider,
|
390
394
|
u as LOTTIE,
|
391
395
|
_f as LPARChapter,
|
392
396
|
hf as LPARMilestoneChapter,
|
393
397
|
is as Leaderboard,
|
394
|
-
|
398
|
+
Am as LearnosityPreloader,
|
395
399
|
ge as LeftIcon,
|
396
|
-
|
397
|
-
|
400
|
+
ve as Lock2Icon,
|
401
|
+
we as Lock3Icon,
|
398
402
|
Ue as LockIcon,
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
403
|
+
Rl as Maintenance,
|
404
|
+
Xl as MilestoneActionWidget,
|
405
|
+
gl as MilestoneCreate,
|
406
|
+
jl as MilestoneEdit,
|
407
|
+
ql as MilestoneList,
|
408
|
+
vl as MilestoneOutcome,
|
409
|
+
ep as MilestoneStart,
|
406
410
|
Ye as Minus2Icon,
|
407
411
|
Ve as MinusIcon,
|
408
412
|
Qe as MistakeIcon,
|
409
413
|
je as Mobile,
|
410
414
|
qe as MoreVerticalIcon,
|
411
415
|
If as MultiTabBlocker,
|
412
|
-
|
413
|
-
|
414
|
-
|
416
|
+
Yp as NODE_LABELS,
|
417
|
+
Jp as NODE_SUB_GROUP,
|
418
|
+
Qp as NODE_TYPE,
|
415
419
|
Nr as Next2Icon,
|
416
420
|
Xe as NextIcon,
|
417
421
|
Yr as Nudge,
|
@@ -420,7 +424,7 @@ export {
|
|
420
424
|
Ea as OverlayLoader,
|
421
425
|
lf as PLATFORM_EVENTS_STUDENT,
|
422
426
|
mf as PLATFORM_EVENTS_TEACHER,
|
423
|
-
|
427
|
+
Kp as PYTHON_NODE_TYPES,
|
424
428
|
eo as PencilIcon,
|
425
429
|
_t as PercentileInput,
|
426
430
|
ma as PerfectHits,
|
@@ -430,35 +434,35 @@ export {
|
|
430
434
|
uo as Plus2Icon,
|
431
435
|
po as PlusIcon,
|
432
436
|
ro as PointerIcon,
|
433
|
-
|
437
|
+
Rp as PostGameStats,
|
434
438
|
no as PracticeIcon,
|
435
|
-
|
439
|
+
Im as PreviewWorksheet,
|
436
440
|
Io as ProgressIcon,
|
437
441
|
Xf as ProjectOutcome,
|
438
442
|
rs as ProjectType,
|
439
443
|
To as QuestionIcon,
|
440
444
|
Eo as QuestionLetterIcon,
|
441
|
-
|
445
|
+
jp as REWARDS_LIST,
|
442
446
|
Dt as RadioCard,
|
443
447
|
pt as RadioInput,
|
444
|
-
|
448
|
+
Np as RecentChapters,
|
445
449
|
Ao as RedoIcon,
|
446
|
-
|
447
|
-
|
450
|
+
bp as ReferenceSheet,
|
451
|
+
Sp as RemotePeerPointer,
|
448
452
|
La as ResendOTP,
|
449
453
|
$a as ResetPasswordForm,
|
450
454
|
Po as RightIcon,
|
451
455
|
Lo as RulerIcon,
|
452
456
|
Rf as SATSheetSummary,
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
457
|
+
Mp as SENTRY_DENIED_URLS,
|
458
|
+
Hp as SENTRY_IGNORED_ERRORS,
|
459
|
+
Zp as SHEET_ACTIONS,
|
460
|
+
qp as SHEET_ATTEMPT_LOCATION,
|
461
|
+
zp as SHEET_ATTEMPT_LOCATION_MAP,
|
462
|
+
Xp as SHEET_ATTEMPT_STATE,
|
463
|
+
$p as SHEET_DATA_TYPE,
|
464
|
+
em as SHEET_STATE,
|
465
|
+
lp as STAGES,
|
462
466
|
mr as ScribbleIcon,
|
463
467
|
ko as SearchIcon,
|
464
468
|
xt as SearchableSelectInput,
|
@@ -466,12 +470,12 @@ export {
|
|
466
470
|
ut as SelectInput,
|
467
471
|
ht as SelectionCards,
|
468
472
|
fa as Separator,
|
469
|
-
|
473
|
+
Em as SheetError,
|
470
474
|
Oo as SheetIcon,
|
471
|
-
|
472
|
-
|
475
|
+
Bp as SheetList,
|
476
|
+
Tm as SheetLocked,
|
473
477
|
Ps as SignUp,
|
474
|
-
|
478
|
+
ba as SignupMethods,
|
475
479
|
ur as SketchIcon,
|
476
480
|
Bo as Skip2Icon,
|
477
481
|
Go as SkipColoredIcon,
|
@@ -479,27 +483,27 @@ export {
|
|
479
483
|
Ja as SocialAccountNotFound,
|
480
484
|
Fa as SocialLoginMethods,
|
481
485
|
As as SplashScreen,
|
482
|
-
|
486
|
+
bo as Star2Icon,
|
483
487
|
Ho as StarIcon,
|
484
|
-
|
488
|
+
Wo as StatusIcon,
|
485
489
|
a as Stepper,
|
486
490
|
ta as StreakIcon,
|
487
491
|
Qf as StreakReductionLocalStorageUtil,
|
488
492
|
Fo as StrikedEyeIcon,
|
489
|
-
|
490
|
-
|
493
|
+
rm as StudentDetails,
|
494
|
+
Nl as SubmitMilestoneModal,
|
491
495
|
Jo as SwitchIcon,
|
492
496
|
oa as TabComponent,
|
493
497
|
Aa as Tabs,
|
494
|
-
|
495
|
-
|
496
|
-
|
498
|
+
vt as Tag,
|
499
|
+
Xs as TalkMeter,
|
500
|
+
rp as TestsCreation,
|
497
501
|
Ut as Text,
|
498
502
|
Xr as TextButton,
|
499
503
|
it as TextInput,
|
500
504
|
Ko as TickIcon,
|
501
505
|
$t as TimeLeftTimeline,
|
502
|
-
|
506
|
+
Qs as TrialSession,
|
503
507
|
Zo as TrophyIcon,
|
504
508
|
jf as Tutorial,
|
505
509
|
_r as TutoringIcon,
|
@@ -515,48 +519,48 @@ export {
|
|
515
519
|
Ka as UsernamePasswordForm,
|
516
520
|
la as Video,
|
517
521
|
df as WHITELIST_EVENTS,
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
522
|
+
sm as WORKSHEET_ACTION_BAR_HEIGHT,
|
523
|
+
lm as WORKSHEET_QUESTIONS_GAP,
|
524
|
+
pm as WORKSHEET_QUESTION_WIDTH,
|
525
|
+
mm as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
526
|
+
Wp as WORKSHEET_V3_NODE_TYPES,
|
523
527
|
qf as WebView,
|
524
528
|
es as WebViewEvent,
|
525
|
-
|
529
|
+
nm as Worksheet,
|
526
530
|
Nf as checkIfPPTNodeType,
|
527
531
|
Zt as getTheme,
|
528
532
|
Df as invalidateGetChapterDetails,
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
533
|
+
al as invalidateHomeworks,
|
534
|
+
Ip as invalidateMilestoneResources,
|
535
|
+
mp as invalidateMilestonesData,
|
536
|
+
xp as invalidateTestHelpData,
|
537
|
+
dm as isOkayTypeQuestion,
|
538
|
+
am as loadScript,
|
539
|
+
sl as useAutoPlayPermission,
|
536
540
|
Hs as useCanvasSyncBroker,
|
537
|
-
|
538
|
-
|
539
|
-
|
541
|
+
hl as useChapterPageJourney,
|
542
|
+
vf as useCircleSounds,
|
543
|
+
qs as useClassTimeAlerts,
|
540
544
|
Kt as useContextMenuClickHandler,
|
541
545
|
gr as useForceReload,
|
542
|
-
|
546
|
+
up as useGetAllMilestonesdata,
|
543
547
|
cs as useGetCircleHomeDetailsDal,
|
544
|
-
|
548
|
+
cl as useGetEligibleJourneysViaRoute,
|
545
549
|
Vf as useGetLeaderboardDal,
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
550
|
+
ip as useGetMilestoneResources,
|
551
|
+
np as useGetTestHelpData,
|
552
|
+
_l as useHomePageJourney,
|
553
|
+
Fs as useInClassActionDispatcher,
|
554
|
+
Ys as useInClassActionListener,
|
555
|
+
Bs as useInClassMessageBroker,
|
556
|
+
Pm as useIsLearnosityLoaded,
|
553
557
|
nf as useIsTabBlocked,
|
554
|
-
|
555
|
-
|
558
|
+
xl as useJourney,
|
559
|
+
Cp as usePointerSync,
|
556
560
|
Jt as useTrackingContext,
|
557
|
-
|
561
|
+
bs as useTrialSessionMessageBroker,
|
558
562
|
Ft as useUIContext,
|
559
|
-
|
563
|
+
Lm as useWorksheetLayout,
|
560
564
|
Dr as useZoomDisable
|
561
565
|
};
|
562
566
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|