@cuemath/leap 3.2.12 → 3.2.13-m

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/dist/assets/lottie/lottie.js +1 -1
  2. package/dist/assets/lottie/lottie.js.map +1 -1
  3. package/dist/features/auth/account-selector/account-selector.js +25 -26
  4. package/dist/features/auth/account-selector/account-selector.js.map +1 -1
  5. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +14 -15
  6. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
  7. package/dist/features/auth/comps/user-list/user-item/user-item.js +31 -30
  8. package/dist/features/auth/comps/user-list/user-item/user-item.js.map +1 -1
  9. package/dist/features/auth/comps/user-list/user-list.js +34 -35
  10. package/dist/features/auth/comps/user-list/user-list.js.map +1 -1
  11. package/dist/features/auth/forgot-password/forgot-password-styled.js +15 -14
  12. package/dist/features/auth/forgot-password/forgot-password-styled.js.map +1 -1
  13. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +7 -6
  14. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -1
  15. package/dist/features/auth/login/login-styled.js +9 -8
  16. package/dist/features/auth/login/login-styled.js.map +1 -1
  17. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +98 -121
  18. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
  19. package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js +28 -29
  20. package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js.map +1 -1
  21. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js +42 -43
  22. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js.map +1 -1
  23. package/dist/features/circle-games/games/tutorial/tutorial.js +35 -43
  24. package/dist/features/circle-games/games/tutorial/tutorial.js.map +1 -1
  25. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js +2 -2
  26. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js.map +1 -1
  27. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js +1 -1
  28. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js.map +1 -1
  29. package/dist/features/circle-games/sign-up/comp/username-input/username-input.js +24 -26
  30. package/dist/features/circle-games/sign-up/comp/username-input/username-input.js.map +1 -1
  31. package/dist/features/circle-games/sign-up/constants.js +1 -3
  32. package/dist/features/circle-games/sign-up/constants.js.map +1 -1
  33. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +42 -42
  34. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
  35. package/dist/features/hooks/use-viewport/use-viewport.js +22 -0
  36. package/dist/features/hooks/use-viewport/use-viewport.js.map +1 -0
  37. package/dist/features/journey/comps/coachmark/coachmark.js +27 -29
  38. package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
  39. package/dist/features/journey/journey-id/journey-id-student.js +2 -2
  40. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  41. package/dist/features/journey/use-journey/journey-context-provider.js +72 -73
  42. package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
  43. package/dist/features/journey/use-journey/journey-styled.js +4 -6
  44. package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
  45. package/dist/features/stickers/sticker-data.js +228 -0
  46. package/dist/features/stickers/sticker-data.js.map +1 -0
  47. package/dist/features/{ui/sticker-grid/sticker-grid-styles.js → stickers/sticker-selector/sticker-selector-styles.js} +1 -1
  48. package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +1 -0
  49. package/dist/features/stickers/sticker-selector/sticker-selector.js +25 -0
  50. package/dist/features/stickers/sticker-selector/sticker-selector.js.map +1 -0
  51. package/dist/features/{ui/sticker-grid → stickers/sticker-selector}/sticker.js +9 -9
  52. package/dist/features/stickers/sticker-selector/sticker.js.map +1 -0
  53. package/dist/features/{ui/stickers/stickers-effects.js → stickers/stickers-effects/effects.js} +6 -6
  54. package/dist/features/stickers/stickers-effects/effects.js.map +1 -0
  55. package/dist/features/{ui/stickers/stickers-styled.js → stickers/stickers-effects/stickers-effects-styled.js} +2 -2
  56. package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +1 -0
  57. package/dist/features/{ui/stickers/stickers-utils.js → stickers/stickers-effects/stickers-effects-utils.js} +6 -6
  58. package/dist/features/stickers/stickers-effects/stickers-effects-utils.js.map +1 -0
  59. package/dist/features/stickers/stickers-effects/stickers-effects.js +39 -0
  60. package/dist/features/stickers/stickers-effects/stickers-effects.js.map +1 -0
  61. package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js +60 -12
  62. package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js.map +1 -1
  63. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +77 -72
  64. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
  65. package/dist/features/ui/error/error.js +27 -65
  66. package/dist/features/ui/error/error.js.map +1 -1
  67. package/dist/features/ui/modals/modal-styled.js +58 -34
  68. package/dist/features/ui/modals/modal-styled.js.map +1 -1
  69. package/dist/features/ui/modals/modal.js +14 -40
  70. package/dist/features/ui/modals/modal.js.map +1 -1
  71. package/dist/features/ui/nudge/nudge-styled.js +7 -14
  72. package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
  73. package/dist/features/ui/nudge/nudge.js +12 -13
  74. package/dist/features/ui/nudge/nudge.js.map +1 -1
  75. package/dist/features/ui/streak-icon/streak-icon-styled.js +13 -13
  76. package/dist/features/ui/streak-icon/streak-icon-styled.js.map +1 -1
  77. package/dist/features/ui/streak-icon/streak-icon.js +15 -17
  78. package/dist/features/ui/streak-icon/streak-icon.js.map +1 -1
  79. package/dist/features/ui/text/text.js +36 -40
  80. package/dist/features/ui/text/text.js.map +1 -1
  81. package/dist/features/ui/theme/constants.js +2 -4
  82. package/dist/features/ui/theme/constants.js.map +1 -1
  83. package/dist/features/ui/theme/get-device.js +3 -3
  84. package/dist/features/ui/theme/get-device.js.map +1 -1
  85. package/dist/features/worksheet/worksheet/constants.js +13 -12
  86. package/dist/features/worksheet/worksheet/constants.js.map +1 -1
  87. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +24 -24
  88. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
  89. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +260 -246
  90. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  91. package/dist/features/worksheet/worksheet/worksheet-styled.js +28 -37
  92. package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
  93. package/dist/features/worksheet/worksheet/worksheet.js +164 -166
  94. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  95. package/dist/index.d.ts +51 -35
  96. package/dist/index.js +310 -308
  97. package/dist/index.js.map +1 -1
  98. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  99. package/package.json +1 -1
  100. package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js +0 -6
  101. package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js.map +0 -1
  102. package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js +0 -63
  103. package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js.map +0 -1
  104. package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js +0 -21
  105. package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js.map +0 -1
  106. package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +0 -1
  107. package/dist/features/ui/sticker-grid/sticker-grid.js +0 -24
  108. package/dist/features/ui/sticker-grid/sticker-grid.js.map +0 -1
  109. package/dist/features/ui/sticker-grid/sticker.js.map +0 -1
  110. package/dist/features/ui/stickers/constants.js +0 -6
  111. package/dist/features/ui/stickers/constants.js.map +0 -1
  112. package/dist/features/ui/stickers/stickers-effects.js.map +0 -1
  113. package/dist/features/ui/stickers/stickers-styled.js.map +0 -1
  114. package/dist/features/ui/stickers/stickers-utils.js.map +0 -1
  115. package/dist/features/ui/stickers/stickers.js +0 -40
  116. package/dist/features/ui/stickers/stickers.js.map +0 -1
  117. package/dist/static/nudge-tap.0591aef4.json +0 -1
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}