@streamlayer/react-ui 0.98.1 → 0.100.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.
Files changed (129) hide show
  1. package/lib/assets/style.css +1 -1
  2. package/lib/hooks/showIn.js +45 -0
  3. package/lib/{index-jRXrW6ie.js → index-Bicco-Aq.js} +1 -1
  4. package/lib/{index-z0QjLiEL.js → index-CZvwzN5o.js} +1 -1
  5. package/lib/index.js +4 -8
  6. package/lib/ui/app/Features/Gamification/Friends.js +10 -23
  7. package/lib/ui/app/Features/Gamification/Leaderboard.d.ts +1 -2
  8. package/lib/ui/app/Features/Gamification/Leaderboard.js +37 -54
  9. package/lib/ui/app/Features/Gamification/Question.js +33 -65
  10. package/lib/ui/app/Features/Gamification/QuestionsList.js +8 -34
  11. package/lib/ui/app/Features/Gamification/Tabs.d.ts +1 -2
  12. package/lib/ui/app/Features/Gamification/Tabs.js +30 -97
  13. package/lib/ui/app/Features/Gamification/UserSummary.js +12 -21
  14. package/lib/ui/app/Features/Gamification/gamification-feature.js +2 -93
  15. package/lib/ui/app/Features/Gamification/index.d.ts +1 -2
  16. package/lib/ui/app/Features/Gamification/index.js +68 -143
  17. package/lib/ui/app/Features/index.d.ts +1 -2
  18. package/lib/ui/app/Features/index.js +20 -109
  19. package/lib/ui/app/Navigation/MastersNavigation/index.js +16 -22
  20. package/lib/ui/app/Navigation/index.js +9 -12
  21. package/lib/ui/app/Notifications/Onboarding/Notification/index.js +13 -16
  22. package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +18 -20
  23. package/lib/ui/app/Notifications/Onboarding/index.js +45 -72
  24. package/lib/ui/app/Notifications/index.js +96 -148
  25. package/lib/ui/app/Notifications/styles.js +10 -15
  26. package/lib/ui/app/Points/index.js +18 -26
  27. package/lib/ui/app/masters.js +71 -190
  28. package/lib/ui/app/useClipboardCopy.js +11 -15
  29. package/lib/ui/app/useMastersApp.js +34 -44
  30. package/lib/ui/app/useSdkResponsive.js +18 -19
  31. package/lib/ui/app/useSdkScroll.js +28 -26
  32. package/lib/ui/button/index.js +3 -4
  33. package/lib/ui/gamification/copyNotification/index.js +5 -7
  34. package/lib/ui/gamification/detail/header/index.js +15 -18
  35. package/lib/ui/gamification/detail/header/styles.js +12 -14
  36. package/lib/ui/gamification/detail/sponsor/index.js +2 -3
  37. package/lib/ui/gamification/insight/index.js +5 -6
  38. package/lib/ui/gamification/insight-list/index.js +3 -6
  39. package/lib/ui/gamification/invite-link/index.js +11 -17
  40. package/lib/ui/gamification/invite-link/styles.js +13 -15
  41. package/lib/ui/gamification/leaderboard/index.js +21 -28
  42. package/lib/ui/gamification/leaderboard/list-item/index.d.ts +0 -1
  43. package/lib/ui/gamification/leaderboard/list-item/index.js +17 -20
  44. package/lib/ui/gamification/leaderboard/list-item/styles.js +16 -18
  45. package/lib/ui/gamification/leaderboard/static.js +34 -31
  46. package/lib/ui/gamification/leaderboard/styles.js +1 -1
  47. package/lib/ui/gamification/onboarding/index.js +51 -73
  48. package/lib/ui/gamification/onboarding/invitingUser/index.js +10 -11
  49. package/lib/ui/gamification/onboarding/slides/onboarding-instructions/index.d.ts +3 -2
  50. package/lib/ui/gamification/onboarding/slides/onboarding-instructions/index.js +17 -20
  51. package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.d.ts +2 -0
  52. package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +21 -11
  53. package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/index.js +21 -30
  54. package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +22 -24
  55. package/lib/ui/gamification/onboarding/slides/onboarding-rules/index.js +5 -7
  56. package/lib/ui/gamification/onboarding/slides/onboarding-terms/index.js +2 -3
  57. package/lib/ui/gamification/onboarding/styles.js +14 -17
  58. package/lib/ui/gamification/points/index.js +9 -15
  59. package/lib/ui/gamification/points/styles.js +12 -14
  60. package/lib/ui/gamification/question/index.d.ts +1 -3
  61. package/lib/ui/gamification/question/index.js +29 -34
  62. package/lib/ui/gamification/question/insight/index.d.ts +0 -1
  63. package/lib/ui/gamification/question/insight/index.js +7 -15
  64. package/lib/ui/gamification/question/list/index.js +20 -57
  65. package/lib/ui/gamification/question/notification/index.js +22 -35
  66. package/lib/ui/gamification/question/notification/insight/index.js +12 -17
  67. package/lib/ui/gamification/question/notification/pill/index.js +7 -9
  68. package/lib/ui/gamification/question/notification/prediction-result/animation-lines/index.js +11 -12
  69. package/lib/ui/gamification/question/notification/prediction-result/index.js +45 -51
  70. package/lib/ui/gamification/question/notification/prediction-result/styles.js +23 -26
  71. package/lib/ui/gamification/question/notification/styles.js +17 -19
  72. package/lib/ui/gamification/question/notification/tweet/index.js +8 -18
  73. package/lib/ui/gamification/question/styles.js +32 -34
  74. package/lib/ui/gamification/question/twitter/index.d.ts +0 -1
  75. package/lib/ui/gamification/question/twitter/index.js +8 -20
  76. package/lib/ui/gamification/question/twitter/styles.js +4 -6
  77. package/lib/ui/gamification/tabs/index.js +6 -7
  78. package/lib/ui/gamification/user-statistics/components/rank/index.js +4 -5
  79. package/lib/ui/gamification/user-statistics/components/statistic/index.js +0 -1
  80. package/lib/ui/gamification/user-statistics/index.js +2 -6
  81. package/lib/ui/gamification/vote/alert/index.d.ts +8 -0
  82. package/lib/ui/gamification/vote/alert/index.js +11 -0
  83. package/lib/ui/gamification/vote/{expired-alert → alert}/styles.js +7 -7
  84. package/lib/ui/gamification/vote/feedback/index.js +29 -33
  85. package/lib/ui/gamification/vote/feedback/styles.js +20 -23
  86. package/lib/ui/gamification/vote/index.d.ts +1 -0
  87. package/lib/ui/gamification/vote/index.js +123 -117
  88. package/lib/ui/gamification/vote/insight-details/index.js +9 -16
  89. package/lib/ui/gamification/vote/styles.d.ts +1 -0
  90. package/lib/ui/gamification/vote/styles.js +14 -8
  91. package/lib/ui/gamification/vote/twitter-details/index.js +7 -17
  92. package/lib/ui/gamification/vote/vote-option/index.js +38 -41
  93. package/lib/ui/gamification/vote/vote-option/styles.d.ts +1 -0
  94. package/lib/ui/gamification/vote/vote-option/styles.js +35 -32
  95. package/lib/ui/gamification/vote/win-bar/index.js +29 -37
  96. package/lib/ui/gamification/vote/win-bar/styles.js +16 -19
  97. package/lib/ui/login/demo.d.ts +1 -0
  98. package/lib/ui/login/demo.js +5 -17
  99. package/lib/ui/login/index.js +29 -35
  100. package/lib/ui/modal/index.js +31 -32
  101. package/lib/ui/navigation/button/Channels.js +5 -8
  102. package/lib/ui/navigation/button/FeaturedGroups.js +3 -6
  103. package/lib/ui/navigation/button/LeaderBoard.js +8 -11
  104. package/lib/ui/navigation/button/index.js +10 -11
  105. package/lib/ui/navigation/masters.js +2 -3
  106. package/lib/ui/questions/insight/index.js +14 -19
  107. package/lib/ui/questions/twitter/account/index.js +13 -15
  108. package/lib/ui/questions/twitter/account/styles.js +14 -16
  109. package/lib/ui/questions/twitter/index.js +31 -38
  110. package/lib/ui/show-in/index.d.ts +1 -0
  111. package/lib/ui/show-in/index.js +12 -10
  112. package/lib/ui/skeleton/index.js +3 -4
  113. package/lib/ui/theme/index.js +3 -5
  114. package/lib/ui/video-player/index.js +44 -38
  115. package/lib/utils/createDemo.js +18 -28
  116. package/lib/utils/debug/components/copyLogs.js +2 -3
  117. package/lib/utils/debug/components/developer.js +20 -24
  118. package/lib/utils/debug/components/eventInput.js +9 -10
  119. package/lib/utils/debug/components/sdkKey.js +9 -10
  120. package/lib/utils/debug/index.js +17 -28
  121. package/lib/utils/debug/storage.js +32 -14
  122. package/lib/utils/decorators/container.js +5 -9
  123. package/lib/utils/storage.js +32 -14
  124. package/package.json +25 -26
  125. package/lib/ui/gamification/vote/expired-alert/index.d.ts +0 -7
  126. package/lib/ui/gamification/vote/expired-alert/index.js +0 -13
  127. /package/lib/{index-uEuzH3jr.js → index-xuotMAFm.js} +0 -0
  128. /package/lib/{styles_z07sl8-w40geAFS.js → styles_z07sl8-l0sNRNKZ.js} +0 -0
  129. /package/lib/ui/gamification/vote/{expired-alert → alert}/styles.d.ts +0 -0
@@ -1,7 +1,7 @@
1
- import { jsx as t, jsxs as k, Fragment as T } from "react/jsx-runtime";
1
+ import { jsx as t, jsxs as w, Fragment as I } from "react/jsx-runtime";
2
2
  import { styled as b } from "@linaria/react";
3
- import { useStore as w } from "@nanostores/react";
4
- import { useRef as A, useState as I, useMemo as S, useLayoutEffect as F, useEffect as _ } from "react";
3
+ import { useStore as S } from "@nanostores/react";
4
+ import { useRef as F, useState as x, useMemo as k, useLayoutEffect as A, useEffect as _ } from "react";
5
5
  import { FeatureType as B } from "@streamlayer/sdk-web-types";
6
6
  import { useImagesPreload as E } from "../../useImagesPreload.js";
7
7
  import { scrollIntoAppView as G } from "../../useSdkScroll.js";
@@ -9,39 +9,12 @@ import { OnboardingUI as P } from "../../../gamification/onboarding/index.js";
9
9
  import { ModalPortal as R } from "../../../modal/index.js";
10
10
  import { ShowIn as W } from "../../../show-in/index.js";
11
11
  import { Onboarding as y } from "./Notification/index.js";
12
- import "lodash.throttle";
13
- import "../../../theme/constants.js";
14
- import "../../../../index-z0QjLiEL.js";
15
- import "../../../../index-uEuzH3jr.js";
16
- import "react-virtualized-auto-sizer";
17
- import "../../../skeleton/index.js";
18
- import "../../../skeleton/styles.js";
19
- import "../../../gamification/onboarding/slides/onboarding-instructions/index.js";
20
- import "../../../gamification/onboarding/invitingUser/index.js";
21
- import "../../../../utils/common.js";
22
- import "../../../gamification/onboarding/invitingUser/styles.js";
23
- import "../../../gamification/onboarding/slides/onboarding-instructions/styles.js";
24
- import "../../../gamification/onboarding/slides/onboarding-invite-card/index.js";
25
- import "../../../../hooks/analytics.js";
26
- import "@streamlayer/sdk-web-interfaces";
27
- import "../../useClipboardCopy.js";
28
- import "../../../../index-jRXrW6ie.js";
29
- import "../../../gamification/copyNotification/index.js";
30
- import "../../../icons/index.js";
31
- import "../../../gamification/copyNotification/styles.js";
32
- import "../../../gamification/onboarding/slides/onboarding-invite-card/styles.js";
33
- import "../../../gamification/onboarding/slides/onboarding-rules/index.js";
34
- import "../../../gamification/onboarding/slides/onboarding-rules/styles.js";
35
- import "../../../gamification/onboarding/slides/onboarding-terms/index.js";
36
- import "../../../gamification/onboarding/slides/onboarding-terms/styles.js";
37
- import "../../../gamification/onboarding/styles.js";
38
- import "../../../button/index.js";
39
- import "../../../button/styles.js";
40
- import "@linaria/core";
41
- import "./Notification/styles.js";
42
12
  const $ = "data:image/svg+xml,%3csvg%20width='92'%20height='19'%20viewBox='0%200%2092%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.1701%200.953996C13.9047%200.873145%2013.6393%201.0177%2013.3739%201.1647C13.2797%201.21615%2013.2127%201.3068%2013.1904%201.4097L12.7736%203.33298C12.7588%203.40404%2012.8233%203.46774%2012.8952%203.45304C13.3342%203.35504%2013.7509%202.97528%2014.19%203.10758C14.6811%203.25703%2015.1722%202.64207%2015.6634%202.64942V0.429688C15.1698%200.432138%2014.6613%201.10345%2014.1701%200.953996Z'%20fill='%23006747'/%3e%3cpath%20d='M20.4404%206.84786C20.3362%206.77681%2020.2717%206.66166%2020.2717%206.53671V6.18635C20.2717%205.87275%2020.0138%205.61549%2019.6938%205.61549H19.4631C19.1878%205.61549%2018.9348%205.75269%2018.7859%205.98055L18.0418%207.11492C17.9674%207.22762%2017.8434%207.29377%2017.7094%207.29377H17.2084C16.9603%207.29377%2016.7321%207.42852%2016.6131%207.64412C16.4915%207.86708%2016.2757%208.02143%2016.0302%208.07288V0.181303C16.0302%200.0808513%2015.9483%200%2015.8466%200C15.7449%200%2015.663%200.0808513%2015.663%200.181303V0.426307V2.64604V8.07778C15.4175%208.02633%2015.2017%207.87198%2015.0801%207.64657C14.9636%207.43097%2014.7354%207.29622%2014.4848%207.29622H14.1475C13.8796%207.29622%2013.639%207.45057%2013.5298%207.69312L13.2496%208.31299C13.2049%208.41099%2013.1057%208.47469%2012.9965%208.47469C12.8874%208.47469%2012.7882%208.41099%2012.7435%208.31299L12.4633%207.69312C12.3541%207.45302%2012.1135%207.29622%2011.8456%207.29622H2.33802C2.26113%207.29622%202.19911%207.35747%202.19911%207.43342C2.19911%207.59512%202.06517%207.72498%201.90394%207.72498H1.49218C1.41529%207.72498%201.35328%207.78623%201.35328%207.86218V8.33504C1.35328%208.77849%201.26646%209.2097%201.09283%209.61886L0.842303%2010.2142C0.60914%2010.7655%200.5%2011.3363%200.5%2011.8974V13.2694C0.5%2013.6394%200.55457%2014.0142%200.66371%2014.3793C0.968807%2015.4034%201.66334%2016.2413%202.61831%2016.7362L4.13883%2017.5276C4.15868%2017.5374%204.181%2017.5423%204.20332%2017.5423L5.32697%2017.5521C5.5899%2017.5545%205.84787%2017.6207%206.07855%2017.7481L6.6813%2018.0813C6.70115%2018.0935%206.72595%2018.0984%206.75076%2018.0984H7.5569C7.83968%2018.0984%208.11997%2018.1744%208.36057%2018.3189C8.36057%2018.3189%208.75497%2018.5566%208.88891%2018.6326C9.10223%2018.7551%209.3602%2018.8727%209.80916%2018.8972C9.91086%2018.9021%2010.0126%2018.8653%2010.0895%2018.7943C10.1639%2018.7232%2010.2085%2018.6228%2010.2085%2018.5223V17.9882C10.2085%2017.6011%2010.4392%2017.2483%2010.7989%2017.0939L12.0317%2016.5598C12.2003%2016.4863%2012.3888%2016.4741%2012.5649%2016.528L13.0263%2016.6627C13.2223%2016.7191%2013.4306%2016.7215%2013.6266%2016.6627L14.718%2016.3418C14.8619%2016.3001%2015.0156%2016.3001%2015.162%2016.3442L15.606%2016.4667C15.8119%2016.5231%2015.9582%2016.7142%2015.9582%2016.9249V17.9931C15.9582%2018.4905%2016.3675%2018.8972%2016.871%2018.8972C17.2481%2018.8972%2017.578%2018.6595%2017.6921%2018.3042C17.8979%2017.6648%2018.0021%2016.9984%2018.0021%2016.3271V15.8714C18.0021%2015.548%2018.1385%2015.2368%2018.3767%2015.0138L18.8306%2014.59C19.1357%2014.3033%2019.3118%2013.8966%2019.3118%2013.4801V10.9468C19.3118%2010.5548%2019.4309%2010.175%2019.6591%209.85161C19.6764%209.82956%2019.6839%209.80016%2019.6839%209.77321V9.1754C19.6839%208.78584%2019.8029%208.40854%2020.0262%208.08758L20.4751%207.44322C20.4925%207.42117%2020.4999%207.39422%2020.4999%207.36482V6.96056C20.5024%206.88461%2020.4553%206.85766%2020.4404%206.84786ZM16.0302%2012.8554C16.3352%2012.9019%2016.5634%2013.0563%2016.5634%2013.2425C16.5634%2013.4287%2016.3377%2013.583%2016.0302%2013.6296V12.8554ZM2.98046%2016.6137L2.74978%2016.4937C2.12222%2016.1678%201.62117%2015.6827%201.27886%2015.0922V14.3523C1.67078%2014.9134%202.20407%2015.3912%202.85644%2015.7317L2.98046%2015.7954V16.6137ZM4.14131%2017.2189L3.52616%2016.9004V16.0821L4.13883%2016.4006H4.14131V17.2189ZM6.70115%2017.775L6.21498%2017.5055C5.94957%2017.3585%205.65191%2017.2801%205.34682%2017.2752V16.4226C5.6023%2016.4275%205.85531%2016.4937%206.07855%2016.6162L6.6813%2016.9494C6.68626%2016.9518%206.6937%2016.9518%206.70115%2016.9543V17.775ZM9.92822%2017.9882V18.4047V18.5223C9.92822%2018.5493%209.91582%2018.5762%209.89598%2018.5958C9.87613%2018.6154%209.85133%2018.6228%209.82404%2018.6228C9.43461%2018.6032%209.21137%2018.5027%209.0303%2018.3973C8.89883%2018.3214%208.50692%2018.0862%208.50444%2018.0862C8.25887%2017.9392%207.98106%2017.8583%207.69581%2017.8363V16.9788C7.92897%2017.0008%208.15718%2017.0694%208.36057%2017.1895L8.7004%2017.3904C9.07246%2017.6109%209.49662%2017.7358%209.92822%2017.7603V17.9882ZM13.2868%2016.4275C13.2272%2016.4251%2013.1652%2016.4153%2013.1057%2016.3981L12.6443%2016.2609C12.5451%2016.2315%2012.4434%2016.2217%2012.3417%2016.2217V15.3667C12.4161%2015.3667%2012.4905%2015.374%2012.5649%2015.3961L13.0263%2015.5308C13.1107%2015.5553%2013.1999%2015.5676%2013.2868%2015.5725V16.4275ZM16.1765%2016.6333C16.0872%2016.4275%2015.9111%2016.2634%2015.6854%2016.2021L15.2438%2016.0796C15.1397%2016.0478%2015.0305%2016.0355%2014.9214%2016.0355V15.1829C15.0057%2015.1804%2015.0901%2015.1902%2015.1719%2015.2172L15.5341%2015.3299C15.9185%2015.45%2016.1765%2015.7979%2016.1765%2016.1948V16.6333ZM17.449%2018.1474C17.4415%2018.1719%2017.4366%2018.1964%2017.4291%2018.2209C17.3522%2018.4611%2017.129%2018.6203%2016.876%2018.6203C16.8537%2018.6203%2016.8313%2018.6154%2016.809%2018.613V17.7628C16.8264%2017.7652%2016.8413%2017.7677%2016.8586%2017.7677C17.1067%2017.7677%2017.3324%2017.6305%2017.4515%2017.4222V18.1474H17.449ZM19.8302%207.48242C19.5524%207.87933%2019.4061%208.34484%2019.4061%208.82749V9.2489L19.1903%209.5576C18.91%209.95696%2018.7611%2010.4249%2018.7611%2010.91V13.0342C18.7611%2013.3772%2018.6173%2013.7129%2018.3643%2013.9481L17.9103%2014.3744C17.6052%2014.661%2017.4366%2015.0628%2017.449%2015.4794L17.4515%2015.5749C17.4688%2016.1262%2017.3969%2016.675%2017.2406%2017.2042C17.191%2017.3732%2017.0323%2017.4908%2016.8561%2017.4908C16.6354%2017.4908%2016.4543%2017.3144%2016.4543%2017.0939V16.1948C16.4543%2015.6754%2016.117%2015.2221%2015.6159%2015.0677L15.2538%2014.955C15.0528%2014.8938%2014.842%2014.8913%2014.6386%2014.9501L13.5472%2015.2686C13.4033%2015.3103%2013.2496%2015.3103%2013.1057%2015.2686L12.6443%2015.1339C12.4062%2015.0628%2012.1482%2015.08%2011.92%2015.178L10.9502%2015.5994C10.3301%2015.8689%209.9307%2016.4741%209.9307%2017.1429V17.4884C9.54871%2017.4663%209.17664%2017.3536%208.84674%2017.1576L8.50692%2016.9567C8.21919%2016.7877%207.89177%2016.697%207.5569%2016.697H6.78548L6.21498%2016.381C5.94461%2016.2315%205.63951%2016.1531%205.32945%2016.1507L4.23805%2016.1433L2.98542%2015.4916C1.08539%2014.5042%200.274278%2012.2821%201.10027%2010.322L1.3508%209.72666C1.53683%209.28565%201.63357%208.81769%201.63357%208.33749V8.00428H1.90394C2.17183%208.00428%202.40003%207.82053%202.46204%207.57307H11.8481C12.0044%207.57307%2012.1482%207.66372%2012.2102%207.80583L12.4905%208.42569C12.5798%208.62414%2012.7783%208.75154%2012.999%208.75154C13.2173%208.75154%2013.4182%208.62414%2013.5075%208.42569L13.7878%207.80338C13.8523%207.66127%2013.9937%207.57062%2014.15%207.57062H14.4873C14.6337%207.57062%2014.7676%207.64902%2014.837%207.77643C15.0082%208.09003%2015.3158%208.30074%2015.6655%208.35709V12.2575C15.1025%2012.3188%2014.6709%2012.6496%2014.6709%2013.0514C14.6709%2013.4973%2015.1967%2013.8574%2015.8466%2013.8574C16.4965%2013.8574%2017.0223%2013.4973%2017.0223%2013.0514C17.0223%2012.6496%2016.5907%2012.3163%2016.0277%2012.2575V8.35464C16.3774%208.29828%2016.685%208.08758%2016.8561%207.77398C16.9256%207.64657%2017.0595%207.56817%2017.2059%207.56817H17.7069C17.9376%207.56817%2018.1485%207.45302%2018.275%207.26192L19.0191%206.12755C19.1158%205.9781%2019.282%205.8899%2019.4631%205.8899H19.6938C19.8575%205.8899%2019.9914%206.0222%2019.9914%206.1839V6.53426C19.9914%206.70331%2020.0584%206.86501%2020.175%206.98506L19.8302%207.48242ZM15.663%2012.8554V13.6296C15.3579%2013.583%2015.1322%2013.4287%2015.1322%2013.2425C15.1322%2013.0563%2015.3579%2012.8995%2015.663%2012.8554Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M43.6355%2014.2212L45.783%206.63627C46.0175%205.80901%2046.629%205.14498%2047.4288%204.848L47.4874%204.60107H44.5028L39.434%2010.6989L37.4942%204.60107H34.7636L34.6978%204.848C35.1653%205.08213%2035.423%205.78176%2035.423%206.35097V6.38628C35.423%209.63469%2033.0443%2015.2183%2029.6984%2015.2183C28.3982%2015.2183%2027.7242%2014.2901%2027.7242%2013.5165C27.7242%2012.5794%2028.5003%2011.9129%2029.3191%2011.9129C30.112%2011.9129%2030.2342%2012.211%2030.6909%2012.211C30.9696%2012.211%2031.2366%2012.0667%2031.3701%2011.8195C31.5797%2011.4313%2031.4208%2010.9572%2031.0376%2010.7714L30.8283%2010.6705C28.8775%209.72228%2026.6152%2011.1582%2026.6152%2013.3453V13.3756C26.6152%2014.9675%2027.8525%2016.2989%2029.4275%2016.3545C33.4867%2016.4983%2036.2019%2010.9661%2036.6338%206.91684L36.9458%208.01243L38.5448%2012.8545H39.1504L44.1452%206.83425L42.0498%2014.229C41.8094%2015.0773%2041.1437%2015.7344%2040.2985%2015.958L40.2399%2016.2049H44.2561L44.3216%2015.958C43.7283%2015.6043%2043.4461%2014.8902%2043.6355%2014.2212Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M51.9847%2012.6335H50.0625C50.2808%2012.034%2050.4898%2011.4617%2050.5603%2011.2743C51.0465%209.97682%2051.971%209.45183%2052.8665%209.37842L52.8572%209.3862L51.9847%2012.6335ZM53.7159%208.72607H53.6817C51.8071%208.7283%2049.7916%208.91155%2048.719%2011.9903C47.8179%2014.5767%2047.5745%2015.6481%2046.8705%2015.6481C46.4204%2015.6481%2046.5297%2014.763%2045.8549%2014.763C45.5509%2014.763%2045.2332%2015.0093%2045.2104%2015.3661C45.1705%2015.9826%2045.9909%2016.3555%2046.6092%2016.3555C48.4929%2016.3555%2049.2148%2014.9671%2049.4505%2014.3203C49.481%2014.2358%2049.6473%2013.778%2049.8436%2013.2386H51.8231L51.4878%2014.4866C51.3107%2015.145%2050.9465%2015.6839%2050.3304%2015.9595L50.2772%2016.2062H53.5154L53.5755%2015.9595C53.1372%2015.5941%2052.9469%2015.0082%2053.089%2014.4627L54.3075%209.78302C54.4011%209.42403%2054.6472%209.12789%2054.9809%208.973L55.0338%208.72607H53.9785H53.7159Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M70.056%209.26026C70.1601%209.08619%2070.2595%208.82035%2070.2595%208.67186L70.2597%208.67103C70.2741%208.39018%2070.0208%208.17273%2069.7488%208.23196H69.7482C69.5304%208.27951%2069.373%208.47499%2069.3771%208.70023C69.3807%208.93436%2069.3341%209.18574%2069.2353%209.30836C69.0082%209.59116%2068.645%209.56697%2066.9717%209.08174V9.07896C66.8186%209.03363%2066.6504%208.98414%2066.4731%208.93492C66.4637%208.93241%2066.4549%208.92963%2066.4453%208.92657L66.4456%208.92741C65.6106%208.698%2064.5732%208.4875%2063.8929%208.82869C63.8874%208.83148%2063.8816%208.83453%2063.8764%208.83704C63.2118%209.17406%2062.7479%209.81223%2062.6086%2010.5502C62.5879%2010.6587%2062.5728%2010.7468%2062.5711%2010.7788V10.7799C62.5513%2011.1675%2062.9009%2011.4679%2063.2767%2011.3864L63.2773%2011.3858C63.5821%2011.3196%2063.7965%2011.0441%2063.7902%2010.7296C63.7836%2010.4117%2063.7205%209.98741%2063.8918%209.70267C64.1674%209.31059%2064.4537%209.28278%2065.7361%209.71462L64.3436%2014.4877C64.1514%2015.1456%2063.6812%2015.6848%2063.059%2015.9601L63.0001%2016.2073H66.3319L66.3977%2015.9601C65.9679%2015.595%2065.7906%2015.0088%2065.9453%2014.4635L67.1628%2010.1637C67.6969%2010.276%2068.2381%2010.305%2068.7651%2010.1531L68.9548%2010.0986C69.3787%209.97629%2069.8129%209.6668%2070.056%209.26026Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M71.3889%208.72607L71.3234%208.97328C71.736%209.26108%2071.9219%209.78079%2071.7886%2010.2671L70.5506%2014.4816C70.3584%2015.14%2069.8882%2015.6789%2069.2659%2015.9542L69.207%2016.2011H70.9696H71.1306H75.1868L75.7226%2014.2252H75.4709L75.3806%2014.4145C75.0447%2015.1206%2074.3372%2015.5699%2073.5614%2015.5699H71.8415L72.7572%2012.2623L73.4878%2012.2615C73.9807%2012.2612%2074.3512%2012.7153%2074.2568%2013.2036H74.5084L75.1094%2010.9679H74.8578C74.7122%2011.3814%2074.3253%2011.6578%2073.8904%2011.658L72.9243%2011.6592L73.5597%209.36341L75.3825%209.36202C75.9775%209.36146%2076.4229%209.9126%2076.304%2010.5015H76.5556L77.033%208.72607H71.3889Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M82.8655%2010.5324C82.6668%2011.2028%2082.0564%2011.6627%2081.3632%2011.6627L80.3076%2011.6636L80.9466%209.36726L82.0055%209.3667C82.6067%209.36642%2083.0379%209.9512%2082.8655%2010.5324ZM82.7978%208.72998H78.7711L78.7053%208.97691C79.0919%209.24636%2079.2791%209.71935%2079.1921%2010.1779L77.9311%2014.4846C77.739%2015.1431%2077.269%2015.682%2076.6465%2015.9573L76.5879%2016.2048H79.9164L79.9822%2015.9573C79.5524%2015.5922%2079.3754%2015.006%2079.5296%2014.4607L80.14%2012.2662H80.3944C80.7787%2012.2665%2081.1014%2012.5584%2081.1438%2012.9444C81.1578%2013.069%2081.3505%2014.5947%2081.5044%2015.1195C81.7059%2015.8052%2081.9705%2016.205%2082.5729%2016.205H84.0788L84.1375%2015.9578L83.9219%2015.8288C83.4966%2015.5738%2083.1885%2015.1773%2083.0508%2014.6531C82.9203%2014.1585%2082.677%2013.2372%2082.5578%2012.7495C82.4961%2012.4981%2082.1866%2012.2654%2081.8667%2012.2654L82.3741%2012.2651C83.284%2012.2645%2084.0827%2011.6525%2084.328%2010.7671C84.611%209.74382%2083.8495%208.72998%2082.7978%208.72998Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M60.6842%209.10931C60.576%209.10931%2060.3431%209.03478%2059.9858%208.88463C59.6281%208.73447%2059.2669%208.65967%2058.9027%208.65967C58.1467%208.65967%2057.5157%208.90687%2056.9997%209.4352C56.5703%209.87483%2056.3795%2010.3628%2056.3795%2010.7852C56.3795%2011.2349%2056.6399%2011.7635%2057.1616%2012.1909C57.6542%2012.5949%2058.1668%2012.982%2058.68%2013.3771C59.2196%2013.8134%2059.4897%2014.2158%2059.4897%2014.5431C59.4897%2015.2616%2059.0269%2015.6481%2058.0688%2015.6481C57.0953%2015.6481%2056.4221%2014.9276%2056.2063%2013.5782H55.9431L55.1777%2016.2045H55.4203C55.7366%2015.9807%2055.9615%2015.8366%2056.4202%2015.8366C56.858%2015.8366%2057.3257%2016.3558%2058.3229%2016.3558C59.1191%2016.3558%2059.7493%2016.189%2060.2892%2015.6434C60.7481%2015.1668%2060.9775%2014.4994%2060.9775%2013.9538C60.9775%2013.4494%2060.6644%2012.8613%2060.1174%2012.4375C59.648%2012.0741%2059.1453%2011.7496%2058.6596%2011.3948C58.1332%2010.9993%2057.87%2010.6637%2057.87%2010.2956C57.87%2010.0906%2057.9713%209.88651%2058.174%209.68213C58.43%209.42325%2058.773%209.36596%2059.232%209.36596C60.1529%209.36596%2060.7974%209.88429%2060.8516%2010.9746H61.0945L61.7368%208.65967H61.4939C61.2373%208.95971%2060.9675%209.10931%2060.6842%209.10931Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M89.1717%209.36569C90.0926%209.36569%2090.7374%209.88401%2090.7914%2010.9743H91.0345L91.6765%208.65967H91.4334C91.1771%208.95915%2090.9075%209.10903%2090.6237%209.10903C90.5158%209.10903%2090.2829%209.03423%2089.9252%208.88435C89.5676%208.73447%2089.2067%208.65967%2088.8422%208.65967C88.0864%208.65967%2087.4554%208.90687%2086.9395%209.43493C86.51%209.87455%2086.3192%2010.3628%2086.3192%2010.785C86.3192%2011.2351%2086.5796%2011.7629%2087.1014%2012.1909C87.5939%2012.5949%2088.1065%2012.9817%2088.6197%2013.3768C89.159%2013.8134%2089.4294%2014.2158%2089.4294%2014.5428C89.4294%2015.2613%2088.9666%2015.6478%2088.0085%2015.6478C87.035%2015.6478%2086.3619%2014.9274%2086.1458%2013.5782H85.8826L85.1172%2016.2045H85.3603C85.6763%2015.9807%2085.9013%2015.8366%2086.3597%2015.8366C86.7977%2015.8366%2087.2652%2016.3558%2088.2626%2016.3558C89.0588%2016.3558%2089.689%2016.1884%2090.2289%2015.6434C90.6878%2015.1662%2090.9172%2014.4991%2090.9172%2013.9538C90.9172%2013.4494%2090.6041%2012.8613%2090.0574%2012.4375C89.5877%2012.0738%2089.0853%2011.7493%2088.5996%2011.3945C88.0729%2010.9993%2087.8097%2010.6632%2087.8097%2010.295C87.8097%2010.0909%2087.911%209.88623%2088.1134%209.68185C88.3697%209.42297%2088.7128%209.36569%2089.1717%209.36569Z'%20fill='%23006747'/%3e%3c/svg%3e", H = [{
43
13
  graphicSrc: "https://cdn.streamlayer.io/assets/sdk-web/onboarding-steps/step_1.png",
44
- headline: "Welcome to Featured Groups +"
14
+ tagline: "Featured groups+ experience",
15
+ headline: /* @__PURE__ */ w(I, {
16
+ children: ["Welcome to ", /* @__PURE__ */ t("br", {}), " Featured Groups +"]
17
+ })
45
18
  }, {
46
19
  graphicSrc: "https://cdn.streamlayer.io/assets/sdk-web/onboarding-steps/step_2.png",
47
20
  headline: "Get real-time insights"
@@ -69,30 +42,30 @@ const $ = "data:image/svg+xml,%3csvg%20width='92'%20height='19'%20viewBox='0%200
69
42
  }), z = ({
70
43
  deepLink: l,
71
44
  onboardingOpts: C,
72
- notification: n,
73
- gamification: c,
74
- loading: o,
45
+ notification: o,
46
+ gamification: p,
47
+ loading: i,
75
48
  renderToNode: f,
76
49
  sdk: a
77
50
  }) => {
78
- var s, u, h, g, V, L, i;
79
- const d = w(c.friends.getStore()), [e, v] = I(void 0), m = S(() => {
80
- var p, M;
51
+ var s, m, h, g, V, L, n;
52
+ const d = S(p.friends.getStore()), [e, v] = x(void 0), u = k(() => {
53
+ var c, M;
81
54
  const r = a.getInviter();
82
- return r ? (M = (p = d.data) == null ? void 0 : p.find(({
83
- slId: x
84
- }) => x === r)) == null ? void 0 : M.name : "";
55
+ return r ? (M = (c = d.data) == null ? void 0 : c.find(({
56
+ slId: T
57
+ }) => T === r)) == null ? void 0 : M.name : "";
85
58
  }, [d.data, a]);
86
59
  return _(() => {
87
- const r = l.$store.subscribe((p) => {
88
- p && v(p.data);
60
+ const r = l.$store.subscribe((c) => {
61
+ c && v(c.data);
89
62
  });
90
63
  return () => {
91
64
  r();
92
65
  };
93
66
  }, [l.$store]), /* @__PURE__ */ t(j, {
94
67
  children: /* @__PURE__ */ t(P, {
95
- loading: o,
68
+ loading: i,
96
69
  renderToNode: f,
97
70
  rules: [{
98
71
  label: "Answer as many questions as you like.",
@@ -105,7 +78,7 @@ const $ = "data:image/svg+xml,%3csvg%20width='92'%20height='19'%20viewBox='0%200
105
78
  icon: "icon-trophy"
106
79
  }],
107
80
  rulesBtnLabel: (s = C.rules) == null ? void 0 : s.buttonLabel,
108
- rulesTitle: (u = C.rules) == null ? void 0 : u.heading,
81
+ rulesTitle: (m = C.rules) == null ? void 0 : m.heading,
109
82
  termsTitle: "Terms and Conditions",
110
83
  termsText: (h = C.rules) == null ? void 0 : h.terms,
111
84
  steps: H,
@@ -113,55 +86,55 @@ const $ = "data:image/svg+xml,%3csvg%20width='92'%20height='19'%20viewBox='0%200
113
86
  inviteLink: e,
114
87
  inviteCardTitle: (V = C.inviteCard) == null ? void 0 : V.heading,
115
88
  inviteCardSubtext: (L = C.inviteCard) == null ? void 0 : L.subtext,
116
- inviteCardBtnLabel: (i = C.inviteCard) == null ? void 0 : i.buttonLabel,
89
+ inviteCardBtnLabel: (n = C.inviteCard) == null ? void 0 : n.buttonLabel,
117
90
  onClose: () => {
118
91
  var r;
119
- (r = n.close) == null || r.call(n);
92
+ (r = o.close) == null || r.call(o);
120
93
  },
121
- gamification: c,
94
+ gamification: p,
122
95
  sdk: a,
123
- inviterName: m
96
+ inviterName: u
124
97
  })
125
98
  });
126
- }, F2 = ({
99
+ }, t2 = ({
127
100
  sdk: l,
128
101
  notification: C,
129
- saveHeight: n,
130
- style: c,
131
- appNode: o,
102
+ saveHeight: o,
103
+ style: p,
104
+ appNode: i,
132
105
  sdkInDesktopView: f,
133
106
  responsiveStore: a
134
107
  }) => {
135
108
  var L;
136
- const d = A(null), e = C.data.onboarding, [v, m] = I(e == null ? void 0 : e.instantOpen), s = l.getFeature(B.GAMES), u = S(() => H == null ? void 0 : H.map(({
137
- graphicSrc: i
138
- }) => i), []), {
109
+ const d = F(null), e = C.data.onboarding, [v, u] = x(e == null ? void 0 : e.instantOpen), s = l.getFeature(B.GAMES), m = k(() => H == null ? void 0 : H.map(({
110
+ graphicSrc: n
111
+ }) => n), []), {
139
112
  screen: h
140
- } = w(a, {
113
+ } = S(a, {
141
114
  keys: ["screen"]
142
115
  });
143
- (L = e == null ? void 0 : e.titleCard) != null && L.media && (e.titleCard.media.sponsorLogo = $), F(() => {
144
- var i;
145
- n(((i = d.current) == null ? void 0 : i.getBoundingClientRect().height) || 0);
146
- }, [n]);
116
+ (L = e == null ? void 0 : e.titleCard) != null && L.media && (e.titleCard.media.sponsorLogo = $), A(() => {
117
+ var n;
118
+ o(((n = d.current) == null ? void 0 : n.getBoundingClientRect().height) || 0);
119
+ }, [o]);
147
120
  const {
148
121
  loading: g,
149
122
  throttled: V
150
- } = E(u);
151
- return v && s && e && o.current && !V ? /* @__PURE__ */ t(R, {
152
- container: o,
123
+ } = E(m);
124
+ return v && s && e && i.current && !V ? /* @__PURE__ */ t(R, {
125
+ container: i,
153
126
  useContainer: !f,
154
127
  children: /* @__PURE__ */ t(z, {
155
128
  notification: C,
156
- setOpened: m,
129
+ setOpened: u,
157
130
  gamification: s,
158
131
  onboardingOpts: e,
159
132
  deepLink: s.deepLink,
160
133
  loading: g,
161
- renderToNode: o,
134
+ renderToNode: i,
162
135
  sdk: l
163
136
  })
164
- }) : /* @__PURE__ */ k(T, {
137
+ }) : /* @__PURE__ */ w(I, {
165
138
  children: [/* @__PURE__ */ t(Z, {
166
139
  ref: d,
167
140
  style: {
@@ -176,14 +149,14 @@ const $ = "data:image/svg+xml,%3csvg%20width='92'%20height='19'%20viewBox='0%200
176
149
  onboarding: e
177
150
  })
178
151
  }), /* @__PURE__ */ t(O, {
179
- style: c,
152
+ style: p,
180
153
  hiding: C.hiding,
181
154
  children: /* @__PURE__ */ t(Z, {
182
155
  children: /* @__PURE__ */ t(y, {
183
156
  close: C.close,
184
157
  action: () => {
185
158
  var r;
186
- m(!0), (((r = o.current) == null ? void 0 : r.getBoundingClientRect().y) || 0) < 0 && G(o, h.size, {
159
+ u(!0), (((r = i.current) == null ? void 0 : r.getBoundingClientRect().y) || 0) < 0 && G(i, h.size, {
187
160
  behavior: "smooth"
188
161
  });
189
162
  },
@@ -194,5 +167,5 @@ const $ = "data:image/svg+xml,%3csvg%20width='92'%20height='19'%20viewBox='0%200
194
167
  });
195
168
  };
196
169
  export {
197
- F2 as Onboarding
170
+ t2 as Onboarding
198
171
  };
@@ -1,10 +1,10 @@
1
- import { jsxs as g, Fragment as D, jsx as s } from "react/jsx-runtime";
1
+ import { jsxs as f, Fragment as D, jsx as c } from "react/jsx-runtime";
2
2
  import { cx as N } from "@linaria/core";
3
- import { useStore as a } from "@nanostores/react";
4
- import { useState as f, useMemo as T, useEffect as d, useRef as E, useCallback as w } from "react";
5
- import { r as O } from "../../../index-jRXrW6ie.js";
3
+ import { useStore as g } from "@nanostores/react";
4
+ import { useState as p, useMemo as T, useEffect as h, useRef as E, useCallback as w } from "react";
5
+ import { r as O } from "../../../index-Bicco-Aq.js";
6
6
  import { eventBus as b } from "@streamlayer/sdk-web-interfaces";
7
- import { NotificationType as h } from "@streamlayer/sdk-web-notifications";
7
+ import { NotificationType as a } from "@streamlayer/sdk-web-notifications";
8
8
  import { useMastersContext as q } from "../useMastersContext.js";
9
9
  import { scrollIntoAppView as C } from "../useSdkScroll.js";
10
10
  import { QuestionTypeData as R } from "../../gamification/constants.js";
@@ -12,204 +12,152 @@ import { Notification as V } from "../../gamification/question/notification/inde
12
12
  import { PredictionResult as P } from "../../gamification/question/notification/prediction-result/index.js";
13
13
  import { Onboarding as x } from "./Onboarding/index.js";
14
14
  import { HiddenContainer as A, Container as B, InnerContainer as H, NotificationRefreshing as Q, Pill as U } from "./styles.js";
15
- import "../../../index-uEuzH3jr.js";
16
- import "lodash.throttle";
17
- import "../../theme/constants.js";
18
- import "../../../index-z0QjLiEL.js";
19
- import "@streamlayer/sdk-web-types";
20
- import "../../gamification/question/notification/insight/index.js";
21
- import "../../video-player/index.js";
22
- import "../../icons/index.js";
23
- import "@linaria/react";
24
- import "../../video-player/styles.js";
25
- import "../../gamification/question/notification/insight/styles.js";
26
- import "../../gamification/question/notification/styles.js";
27
- import "../../gamification/question/notification/tweet/index.js";
28
- import "../../questions/twitter/index.js";
29
- import "../../questions/twitter/account/index.js";
30
- import "../../../utils/common.js";
31
- import "../../questions/twitter/account/styles.js";
32
- import "../../questions/twitter/styles.js";
33
- import "../../gamification/question/notification/tweet/styles.js";
34
- import "../../animated-counter/index.js";
35
- import "react-countup";
36
- import "../../gamification/question/notification/prediction-result/animation-lines/index.js";
37
- import "../../gamification/question/notification/prediction-result/animation-lines/styles.js";
38
- import "../../gamification/question/notification/prediction-result/styles.js";
39
- import "../../show-in/index.js";
40
- import "../useImagesPreload.js";
41
- import "../../gamification/onboarding/index.js";
42
- import "react-virtualized-auto-sizer";
43
- import "../../skeleton/index.js";
44
- import "../../skeleton/styles.js";
45
- import "../../gamification/onboarding/slides/onboarding-instructions/index.js";
46
- import "../../gamification/onboarding/invitingUser/index.js";
47
- import "../../gamification/onboarding/invitingUser/styles.js";
48
- import "../../gamification/onboarding/slides/onboarding-instructions/styles.js";
49
- import "../../gamification/onboarding/slides/onboarding-invite-card/index.js";
50
- import "../../../hooks/analytics.js";
51
- import "../useClipboardCopy.js";
52
- import "../../gamification/copyNotification/index.js";
53
- import "../../gamification/copyNotification/styles.js";
54
- import "../../gamification/onboarding/slides/onboarding-invite-card/styles.js";
55
- import "../../gamification/onboarding/slides/onboarding-rules/index.js";
56
- import "../../gamification/onboarding/slides/onboarding-rules/styles.js";
57
- import "../../gamification/onboarding/slides/onboarding-terms/index.js";
58
- import "../../gamification/onboarding/slides/onboarding-terms/styles.js";
59
- import "../../gamification/onboarding/styles.js";
60
- import "../../button/index.js";
61
- import "../../button/styles.js";
62
- import "../../modal/index.js";
63
- import "./Onboarding/Notification/index.js";
64
- import "./Onboarding/Notification/styles.js";
65
- import "../../gamification/question/notification/pill/index.js";
66
- import "../../gamification/question/notification/pill/styles.js";
67
- const j = (e) => {
68
- const [t, l] = f(0), o = E(null), c = w((m) => {
69
- o.current = m;
15
+ const j = (o) => {
16
+ const [t, u] = p(0), i = E(null), d = w((r) => {
17
+ i.current = r;
70
18
  }, []);
71
- d(() => {
72
- var p;
73
- const m = (p = o.current) == null ? void 0 : p.getBoundingClientRect();
74
- m && l(m.height);
75
- }, [e]);
76
- const r = w((m) => {
77
- l(m);
19
+ h(() => {
20
+ var l;
21
+ const r = (l = i.current) == null ? void 0 : l.getBoundingClientRect();
22
+ r && u(r.height);
23
+ }, [o]);
24
+ const n = w((r) => {
25
+ u(r);
78
26
  }, []);
79
- return [c, t, r];
27
+ return [d, t, n];
80
28
  }, z = ({
81
- sdk: e,
29
+ sdk: o,
82
30
  notification: t,
83
- appNode: l,
84
- responsiveStore: o
31
+ appNode: u,
32
+ responsiveStore: i
85
33
  }) => {
86
- var n, i;
34
+ var s, e;
87
35
  const {
88
- sdkInDesktopView: c
89
- } = a(o, {
36
+ sdkInDesktopView: d
37
+ } = g(i, {
90
38
  keys: ["sdkInDesktopView"]
91
39
  }), {
92
- sdk: r
93
- } = q(), [m, p, u] = j(t.id);
94
- return t.type === h.QUESTION ? /* @__PURE__ */ g(D, {
95
- children: [/* @__PURE__ */ s(A, {
96
- ref: m,
97
- children: /* @__PURE__ */ s(V, {
40
+ sdk: n
41
+ } = q(), [r, l, m] = j(t.id);
42
+ return t.type === a.QUESTION ? /* @__PURE__ */ f(D, {
43
+ children: [/* @__PURE__ */ c(A, {
44
+ ref: r,
45
+ children: /* @__PURE__ */ c(V, {
98
46
  ...t
99
47
  })
100
- }), /* @__PURE__ */ g(B, {
48
+ }), /* @__PURE__ */ f(B, {
101
49
  style: {
102
- height: t.hiding ? 0 : p
50
+ height: t.hiding ? 0 : l
103
51
  },
104
52
  hiding: t.hiding,
105
- children: [/* @__PURE__ */ s(H, {
53
+ children: [/* @__PURE__ */ c(H, {
106
54
  style: {
107
55
  height: "100%"
108
56
  },
109
- children: /* @__PURE__ */ s(V, {
57
+ children: /* @__PURE__ */ c(V, {
110
58
  ...t,
111
- controlVideo: r == null ? void 0 : r.controlVideoPlayer
59
+ controlVideo: n == null ? void 0 : n.controlVideoPlayer
112
60
  })
113
- }), /* @__PURE__ */ s(Q, {}, t.id)]
61
+ }), /* @__PURE__ */ c(Q, {}, t.id)]
114
62
  })]
115
- }) : t.type === h.QUESTION_RESOLVED && ((i = (n = t.data) == null ? void 0 : n.question) != null && i.predictionResult) ? /* @__PURE__ */ s(P, {
63
+ }) : t.type === a.QUESTION_RESOLVED && ((e = (s = t.data) == null ? void 0 : s.question) != null && e.predictionResult) ? /* @__PURE__ */ c(P, {
116
64
  style: {
117
- height: t.hiding ? 0 : p
65
+ height: t.hiding ? 0 : l
118
66
  },
119
- saveHeight: u,
67
+ saveHeight: m,
120
68
  close: t.close,
121
69
  hiding: t.hiding,
122
70
  ...t.data.question
123
- }) : t.type === h.ONBOARDING ? /* @__PURE__ */ s(x, {
71
+ }) : t.type === a.ONBOARDING ? /* @__PURE__ */ c(x, {
124
72
  style: {
125
- height: t.hiding ? 0 : p
73
+ height: t.hiding ? 0 : l
126
74
  },
127
- saveHeight: u,
128
- sdk: e,
75
+ saveHeight: m,
76
+ sdk: o,
129
77
  notification: t,
130
- sdkInDesktopView: c,
131
- appNode: l,
132
- responsiveStore: o
78
+ sdkInDesktopView: d,
79
+ appNode: u,
80
+ responsiveStore: i
133
81
  }) : null;
134
82
  }, F = "p1d7yse1", L = ({
135
- pill: e,
83
+ pill: o,
136
84
  setPill: t,
137
- appNode: l,
138
- headerNode: o,
139
- scrollNode: c,
140
- responsiveStore: r,
141
- scrollStore: m
85
+ appNode: u,
86
+ headerNode: i,
87
+ scrollNode: d,
88
+ responsiveStore: n,
89
+ scrollStore: r
142
90
  }) => {
143
91
  var y, k;
144
92
  const {
145
- screen: p
146
- } = a(r, {
93
+ screen: l
94
+ } = g(n, {
147
95
  keys: ["screen"]
148
96
  }), {
149
- tabsShown: u,
150
- scrollPosition: n
151
- } = a(m, {
97
+ tabsShown: m,
98
+ scrollPosition: s
99
+ } = g(r, {
152
100
  keys: ["tabsShown", "scrollPosition"]
153
101
  });
154
- d(() => {
155
- r.get().sdkInDesktopView ? n < 50 && t(null) : n > -50 && t(null);
156
- }, [n, r, t]);
157
- const i = r.get().sdkInDesktopView ? l : o;
158
- return !e || !i.current ? null : O.createPortal(/* @__PURE__ */ s(U, {
159
- title: e.type === h.QUESTION_RESOLVED ? "Prediction result" : `New ${((k = R[(y = e.data) == null ? void 0 : y.questionType]) == null ? void 0 : k.label) || "notification"}`,
102
+ h(() => {
103
+ n.get().sdkInDesktopView ? s < 50 && t(null) : s > -50 && t(null);
104
+ }, [s, n, t]);
105
+ const e = n.get().sdkInDesktopView ? u : i;
106
+ return !o || !e.current ? null : O.createPortal(/* @__PURE__ */ c(U, {
107
+ title: o.type === a.QUESTION_RESOLVED ? "Prediction result" : `New ${((k = R[(y = o.data) == null ? void 0 : y.questionType]) == null ? void 0 : k.label) || "notification"}`,
160
108
  onClick: () => {
161
109
  var I;
162
- r.get().sdkInDesktopView ? (I = c.current) == null || I.scrollTo({
110
+ n.get().sdkInDesktopView ? (I = d.current) == null || I.scrollTo({
163
111
  top: 0,
164
112
  behavior: "smooth"
165
- }) : C(l, p.size, {
113
+ }) : C(u, l.size, {
166
114
  behavior: "smooth"
167
115
  }), t(null);
168
116
  },
169
- className: N(u && F, "sl-pill-button")
170
- }), i.current);
171
- }, ti = ({
172
- sdk: e,
117
+ className: N(m && F, "sl-pill-button")
118
+ }), e.current);
119
+ }, it = ({
120
+ sdk: o,
173
121
  headerNode: t,
174
- scrollNode: l,
175
- responsiveStore: o,
176
- appNode: c,
177
- scrollStore: r
122
+ scrollNode: u,
123
+ responsiveStore: i,
124
+ appNode: d,
125
+ scrollStore: n
178
126
  }) => {
179
- const [m] = f(e.getNotificationsStore()), p = a(m), [u, n] = f(null), i = T(() => e.getActiveNotification(), [e, p]);
180
- return d(() => {
181
- i && b.emit("notification", {
127
+ const [r] = p(o.getNotificationsStore()), l = g(r), [m, s] = p(null), e = T(() => o.getActiveNotification(), [o, l]);
128
+ return h(() => {
129
+ e && b.emit("notification", {
182
130
  action: "rendered",
183
131
  payload: {
184
- questionId: i.data.questionId,
185
- questionType: i.data.questionType
132
+ questionId: e.data.questionId,
133
+ questionType: e.data.questionType
186
134
  }
187
135
  });
188
- }, [i]), d(() => {
189
- i && (o.get().sdkInDesktopView || o.get().sdkInView) && (!o.get().sdkInDesktopView && o.get().sdkInView && n(i), o.get().sdkInDesktopView && window.requestAnimationFrame(() => {
190
- r.get().scrollPosition !== 0 && n(i);
136
+ }, [e]), h(() => {
137
+ e && (i.get().sdkInDesktopView || i.get().sdkInView) && (!i.get().sdkInDesktopView && i.get().sdkInView && s(e), i.get().sdkInDesktopView && window.requestAnimationFrame(() => {
138
+ n.get().scrollPosition !== 0 && s(e);
191
139
  }));
192
- }, [i]), d(() => {
193
- i || n(null);
194
- }, [i]), /* @__PURE__ */ g(D, {
195
- children: [!u && i && /* @__PURE__ */ s(z, {
140
+ }, [e]), h(() => {
141
+ e || s(null);
142
+ }, [e]), /* @__PURE__ */ f(D, {
143
+ children: [!m && e && /* @__PURE__ */ c(z, {
196
144
  headerNode: t,
197
- appNode: c,
198
- sdk: e,
199
- notification: i,
200
- responsiveStore: o
201
- }), u && /* @__PURE__ */ s(L, {
202
- pill: u,
203
- setPill: n,
204
- appNode: c,
205
- notification: i,
145
+ appNode: d,
146
+ sdk: o,
147
+ notification: e,
148
+ responsiveStore: i
149
+ }), m && /* @__PURE__ */ c(L, {
150
+ pill: m,
151
+ setPill: s,
152
+ appNode: d,
153
+ notification: e,
206
154
  headerNode: t,
207
- scrollNode: l,
208
- scrollStore: r,
209
- responsiveStore: o
155
+ scrollNode: u,
156
+ scrollStore: n,
157
+ responsiveStore: i
210
158
  })]
211
159
  });
212
160
  };
213
161
  export {
214
- ti as SDKNotifications
162
+ it as SDKNotifications
215
163
  };
@@ -1,36 +1,31 @@
1
1
  import { styled as s } from "@linaria/react";
2
2
  import { Pill as n } from "../../gamification/question/notification/pill/index.js";
3
3
  import { ShowIn as o } from "../../show-in/index.js";
4
- import "react/jsx-runtime";
5
- import "../../icons/index.js";
6
- import "react";
7
- import "../../gamification/question/notification/pill/styles.js";
8
- import "@linaria/core";
9
- const i = () => o, h = /* @__PURE__ */ s(i())({
4
+ const e = () => o, l = /* @__PURE__ */ s(e())({
10
5
  name: "Container",
11
6
  class: "ctckejh",
12
7
  propsAsIs: !0
13
- }), r = /* @__PURE__ */ s("div")({
8
+ }), i = /* @__PURE__ */ s("div")({
14
9
  name: "InnerContainer",
15
10
  class: "i1ri7tzr",
16
11
  propsAsIs: !1
17
- }), t = () => r, C = /* @__PURE__ */ s(t())({
12
+ }), r = () => i, m = /* @__PURE__ */ s(r())({
18
13
  name: "HiddenContainer",
19
14
  class: "h1ng1qh5",
20
15
  propsAsIs: !0
21
- }), u = /* @__PURE__ */ s("div")({
16
+ }), f = /* @__PURE__ */ s("div")({
22
17
  name: "NotificationRefreshing",
23
18
  class: "nruq6ik",
24
19
  propsAsIs: !1
25
- }), e = () => n, A = /* @__PURE__ */ s(e())({
20
+ }), t = () => n, I = /* @__PURE__ */ s(t())({
26
21
  name: "Pill",
27
22
  class: "pj6uyys",
28
23
  propsAsIs: !0
29
24
  });
30
25
  export {
31
- h as Container,
32
- C as HiddenContainer,
33
- r as InnerContainer,
34
- u as NotificationRefreshing,
35
- A as Pill
26
+ l as Container,
27
+ m as HiddenContainer,
28
+ i as InnerContainer,
29
+ f as NotificationRefreshing,
30
+ I as Pill
36
31
  };