@cuemath/leap 3.2.25-mb → 3.2.26

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 (99) 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/analytics-events/whitelist-events.js +17 -15
  4. package/dist/features/analytics-events/whitelist-events.js.map +1 -1
  5. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js +2 -1
  6. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js.map +1 -1
  7. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +8 -8
  8. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +1 -1
  9. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +82 -60
  10. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +1 -1
  11. package/dist/features/auth/comps/pill-button/pill-button.js +41 -38
  12. package/dist/features/auth/comps/pill-button/pill-button.js.map +1 -1
  13. package/dist/features/auth/comps/resend-otp/resend-otp.js +18 -14
  14. package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
  15. package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js +32 -26
  16. package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js.map +1 -1
  17. package/dist/features/auth/pla-signup/pla-analytics-events.js +23 -0
  18. package/dist/features/auth/pla-signup/pla-analytics-events.js.map +1 -0
  19. package/dist/features/auth/pla-signup/signup-options/signup-options.js +42 -35
  20. package/dist/features/auth/pla-signup/signup-options/signup-options.js.map +1 -1
  21. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapters-list.js +68 -53
  22. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapters-list.js.map +1 -1
  23. package/dist/features/notification/notification.js +129 -0
  24. package/dist/features/notification/notification.js.map +1 -0
  25. package/dist/features/ui/carousal/carousal-styles.js +45 -0
  26. package/dist/features/ui/carousal/carousal-styles.js.map +1 -0
  27. package/dist/features/ui/carousal/carousal.js +76 -0
  28. package/dist/features/ui/carousal/carousal.js.map +1 -0
  29. package/dist/features/ui/dot-lottie-animations/dot-lottie-animation.js +75 -88
  30. package/dist/features/ui/dot-lottie-animations/dot-lottie-animation.js.map +1 -1
  31. package/dist/features/ui/inputs/base-select-input/base-select-input.js +77 -67
  32. package/dist/features/ui/inputs/base-select-input/base-select-input.js.map +1 -1
  33. package/dist/features/ui/lottie-animation/lottie-animation.js +43 -45
  34. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
  35. package/dist/features/ui/modals/modal-styled.js +8 -39
  36. package/dist/features/ui/modals/modal-styled.js.map +1 -1
  37. package/dist/features/ui/modals/modal.js +31 -31
  38. package/dist/features/ui/modals/modal.js.map +1 -1
  39. package/dist/features/{stickers/sticker-selector/sticker-selector-styles.js → ui/sticker-grid/sticker-grid-styles.js} +31 -21
  40. package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +1 -0
  41. package/dist/features/ui/sticker-grid/sticker-grid.js +24 -0
  42. package/dist/features/ui/sticker-grid/sticker-grid.js.map +1 -0
  43. package/dist/features/ui/sticker-grid/sticker.js +57 -0
  44. package/dist/features/ui/sticker-grid/sticker.js.map +1 -0
  45. package/dist/features/ui/stickers/constants.js +6 -0
  46. package/dist/features/ui/stickers/constants.js.map +1 -0
  47. package/dist/features/{stickers/stickers-effects/effects.js → ui/stickers/stickers-effects.js} +6 -6
  48. package/dist/features/ui/stickers/stickers-effects.js.map +1 -0
  49. package/dist/features/{stickers/stickers-effects/stickers-effects-styled.js → ui/stickers/stickers-styled.js} +2 -2
  50. package/dist/features/ui/stickers/stickers-styled.js.map +1 -0
  51. package/dist/features/ui/stickers/stickers-utils.js +91 -0
  52. package/dist/features/ui/stickers/stickers-utils.js.map +1 -0
  53. package/dist/features/ui/stickers/stickers.js +40 -0
  54. package/dist/features/ui/stickers/stickers.js.map +1 -0
  55. package/dist/features/ui/theme/layout.js +3 -3
  56. package/dist/features/ui/theme/layout.js.map +1 -1
  57. package/dist/index.d.ts +114 -81
  58. package/dist/index.js +452 -448
  59. package/dist/index.js.map +1 -1
  60. package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
  61. package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
  62. package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
  63. package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
  64. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
  65. package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
  66. package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
  67. package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
  68. package/dist/static/animated-avatar.c3a0fa98.json +1 -0
  69. package/package.json +1 -1
  70. package/dist/features/stickers/sticker-data.js +0 -234
  71. package/dist/features/stickers/sticker-data.js.map +0 -1
  72. package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +0 -1
  73. package/dist/features/stickers/sticker-selector/sticker-selector.js +0 -27
  74. package/dist/features/stickers/sticker-selector/sticker-selector.js.map +0 -1
  75. package/dist/features/stickers/sticker-selector/sticker.js +0 -57
  76. package/dist/features/stickers/sticker-selector/sticker.js.map +0 -1
  77. package/dist/features/stickers/stickers-effects/effects.js.map +0 -1
  78. package/dist/features/stickers/stickers-effects/stickers-cache.js +0 -19
  79. package/dist/features/stickers/stickers-effects/stickers-cache.js.map +0 -1
  80. package/dist/features/stickers/stickers-effects/stickers-effects-helper.js +0 -86
  81. package/dist/features/stickers/stickers-effects/stickers-effects-helper.js.map +0 -1
  82. package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +0 -1
  83. package/dist/features/stickers/stickers-effects/stickers-effects.js +0 -54
  84. package/dist/features/stickers/stickers-effects/stickers-effects.js.map +0 -1
  85. package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
  86. package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
  87. package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
  88. package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
  89. package/dist/static/animated-avatar.1ad58b1d.json +0 -1
  90. package/dist/static/animated-avatar.69b07505.json +0 -1
  91. package/dist/static/animated-avatar.9c560b46.json +0 -1
  92. package/dist/static/cuemath-app-qr-code.4beefe48.svg +0 -1
  93. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +0 -1
  94. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  95. package/dist/static/otp.2d08f874.json +0 -1
  96. package/dist/static/phone-number.84f55562.json +0 -1
  97. package/dist/static/target-achieved-text.053bd142.json +0 -2830
  98. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +0 -1
  99. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +0 -1
@@ -1 +0,0 @@
1
- <svg width="1920" height="2160" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1920" height="2160" fill="#0D0D0D"/><line x1="370.5" y1="2160" x2="370.5" y2="6.55673e-08" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1546.5" y1="2160" x2="1546.5" y2="6.55673e-08" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="244.5" x2="-1.31134e-07" y2="244.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="337.5" x2="-1.31134e-07" y2="337.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="526.5" x2="-1.31134e-07" y2="526.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="934.5" x2="-1.31134e-07" y2="934.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="898.5" y1="2160" x2="898.5" y2="933" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1018.5" y1="2160" x2="1018.5" y2="933" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="1036.5" x2="-1.31134e-07" y2="1036.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="1462.5" x2="-1.31134e-07" y2="1462.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="1564.5" x2="-1.31134e-07" y2="1564.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/></svg>
@@ -1 +0,0 @@
1
- <svg width="640" height="720" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="640" height="720" fill="#0D0D0D"/><line x1="123.5" y1="720" x2="123.5" y2="2.18557e-08" stroke="white" stroke-opacity="0.15"/><line x1="515.5" y1="720" x2="515.5" y2="2.18557e-08" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="81.5" x2="-4.37113e-08" y2="81.4999" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="112.5" x2="-4.37113e-08" y2="112.5" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="175.5" x2="-4.37113e-08" y2="175.5" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="311.5" x2="-4.37113e-08" y2="311.5" stroke="white" stroke-opacity="0.15"/><line x1="299.5" y1="720" x2="299.5" y2="311" stroke="white" stroke-opacity="0.15"/><line x1="339.5" y1="720" x2="339.5" y2="311" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="345.5" x2="-4.37113e-08" y2="345.5" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="487.5" x2="-4.37113e-08" y2="487.5" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="521.5" x2="-4.37113e-08" y2="521.5" stroke="white" stroke-opacity="0.15"/></svg>