@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.
- package/dist/assets/lottie/lottie.js +1 -1
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/analytics-events/whitelist-events.js +17 -15
- package/dist/features/analytics-events/whitelist-events.js.map +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js +2 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js.map +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +8 -8
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +82 -60
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +1 -1
- package/dist/features/auth/comps/pill-button/pill-button.js +41 -38
- package/dist/features/auth/comps/pill-button/pill-button.js.map +1 -1
- package/dist/features/auth/comps/resend-otp/resend-otp.js +18 -14
- package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js +32 -26
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js.map +1 -1
- package/dist/features/auth/pla-signup/pla-analytics-events.js +23 -0
- package/dist/features/auth/pla-signup/pla-analytics-events.js.map +1 -0
- package/dist/features/auth/pla-signup/signup-options/signup-options.js +42 -35
- package/dist/features/auth/pla-signup/signup-options/signup-options.js.map +1 -1
- package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapters-list.js +68 -53
- package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapters-list.js.map +1 -1
- package/dist/features/notification/notification.js +129 -0
- package/dist/features/notification/notification.js.map +1 -0
- package/dist/features/ui/carousal/carousal-styles.js +45 -0
- package/dist/features/ui/carousal/carousal-styles.js.map +1 -0
- package/dist/features/ui/carousal/carousal.js +76 -0
- package/dist/features/ui/carousal/carousal.js.map +1 -0
- package/dist/features/ui/dot-lottie-animations/dot-lottie-animation.js +75 -88
- package/dist/features/ui/dot-lottie-animations/dot-lottie-animation.js.map +1 -1
- package/dist/features/ui/inputs/base-select-input/base-select-input.js +77 -67
- package/dist/features/ui/inputs/base-select-input/base-select-input.js.map +1 -1
- package/dist/features/ui/lottie-animation/lottie-animation.js +43 -45
- package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
- package/dist/features/ui/modals/modal-styled.js +8 -39
- package/dist/features/ui/modals/modal-styled.js.map +1 -1
- package/dist/features/ui/modals/modal.js +31 -31
- package/dist/features/ui/modals/modal.js.map +1 -1
- package/dist/features/{stickers/sticker-selector/sticker-selector-styles.js → ui/sticker-grid/sticker-grid-styles.js} +31 -21
- package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +1 -0
- package/dist/features/ui/sticker-grid/sticker-grid.js +24 -0
- package/dist/features/ui/sticker-grid/sticker-grid.js.map +1 -0
- package/dist/features/ui/sticker-grid/sticker.js +57 -0
- package/dist/features/ui/sticker-grid/sticker.js.map +1 -0
- package/dist/features/ui/stickers/constants.js +6 -0
- package/dist/features/ui/stickers/constants.js.map +1 -0
- package/dist/features/{stickers/stickers-effects/effects.js → ui/stickers/stickers-effects.js} +6 -6
- package/dist/features/ui/stickers/stickers-effects.js.map +1 -0
- package/dist/features/{stickers/stickers-effects/stickers-effects-styled.js → ui/stickers/stickers-styled.js} +2 -2
- package/dist/features/ui/stickers/stickers-styled.js.map +1 -0
- package/dist/features/ui/stickers/stickers-utils.js +91 -0
- package/dist/features/ui/stickers/stickers-utils.js.map +1 -0
- package/dist/features/ui/stickers/stickers.js +40 -0
- package/dist/features/ui/stickers/stickers.js.map +1 -0
- package/dist/features/ui/theme/layout.js +3 -3
- package/dist/features/ui/theme/layout.js.map +1 -1
- package/dist/index.d.ts +114 -81
- package/dist/index.js +452 -448
- package/dist/index.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
- package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
- package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
- package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/static/animated-avatar.c3a0fa98.json +1 -0
- package/package.json +1 -1
- package/dist/features/stickers/sticker-data.js +0 -234
- package/dist/features/stickers/sticker-data.js.map +0 -1
- package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +0 -1
- package/dist/features/stickers/sticker-selector/sticker-selector.js +0 -27
- package/dist/features/stickers/sticker-selector/sticker-selector.js.map +0 -1
- package/dist/features/stickers/sticker-selector/sticker.js +0 -57
- package/dist/features/stickers/sticker-selector/sticker.js.map +0 -1
- package/dist/features/stickers/stickers-effects/effects.js.map +0 -1
- package/dist/features/stickers/stickers-effects/stickers-cache.js +0 -19
- package/dist/features/stickers/stickers-effects/stickers-cache.js.map +0 -1
- package/dist/features/stickers/stickers-effects/stickers-effects-helper.js +0 -86
- package/dist/features/stickers/stickers-effects/stickers-effects-helper.js.map +0 -1
- package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +0 -1
- package/dist/features/stickers/stickers-effects/stickers-effects.js +0 -54
- package/dist/features/stickers/stickers-effects/stickers-effects.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
- package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
- package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
- package/dist/static/animated-avatar.1ad58b1d.json +0 -1
- package/dist/static/animated-avatar.69b07505.json +0 -1
- package/dist/static/animated-avatar.9c560b46.json +0 -1
- package/dist/static/cuemath-app-qr-code.4beefe48.svg +0 -1
- package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +0 -1
- package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
- package/dist/static/otp.2d08f874.json +0 -1
- package/dist/static/phone-number.84f55562.json +0 -1
- package/dist/static/target-achieved-text.053bd142.json +0 -2830
- package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +0 -1
- 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>
|