@streamlayer/react-ui 1.18.0 → 1.19.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 (69) hide show
  1. package/lib/app/app/Notifications/index.js +1 -1
  2. package/lib/app/masters/BetPack/BetPackContent/EmergencyScreen/index.js +12 -8
  3. package/lib/app/masters/BetPack/BetPackContent/EndScreen/index.js +42 -14
  4. package/lib/app/masters/BetPack/BetPackContent/EndScreen/styles.d.ts +12 -0
  5. package/lib/app/masters/BetPack/BetPackContent/EndScreen/styles.js +40 -20
  6. package/lib/app/masters/BetPack/BetPackContent/ScreenContainer/index.js +8 -4
  7. package/lib/app/masters/BetPack/BetPackContent/ScreenContainer/useDynamicParentFont.d.ts +4 -0
  8. package/lib/app/masters/BetPack/BetPackContent/ScreenContainer/useDynamicParentFont.js +27 -0
  9. package/lib/app/masters/BetPack/BetPackContent/StartScreen/index.js +21 -19
  10. package/lib/app/masters/BetPack/BetPackContent/StartScreen/styles.d.ts +1 -0
  11. package/lib/app/masters/BetPack/BetPackContent/StartScreen/styles.js +22 -17
  12. package/lib/app/masters/BetPack/BetPackContent/index.js +88 -62
  13. package/lib/app/masters/BetPack/BetPackContent/styles.d.ts +1 -0
  14. package/lib/app/masters/BetPack/BetPackContent/styles.js +8 -7
  15. package/lib/app/masters/BetPack/index.js +59 -53
  16. package/lib/app/masters/Features/Gamification/Question.js +3 -3
  17. package/lib/app/masters/Features/Gamification/Tabs.d.ts +0 -7
  18. package/lib/app/masters/Features/Gamification/Tabs.js +9 -42
  19. package/lib/app/masters/Features/Gamification/UserSummary.js +15 -14
  20. package/lib/app/masters/Features/Gamification/index.d.ts +1 -6
  21. package/lib/app/masters/Features/Gamification/index.js +37 -76
  22. package/lib/app/masters/Features/index.d.ts +1 -6
  23. package/lib/app/masters/Features/index.js +15 -25
  24. package/lib/app/masters/Header/index.d.ts +3 -0
  25. package/lib/app/masters/Header/index.js +38 -0
  26. package/lib/app/masters/Notifications/index.js +1 -1
  27. package/lib/app/masters/masters.d.ts +1 -0
  28. package/lib/app/masters/masters.js +75 -92
  29. package/lib/app/masters/story/index.d.ts +1 -0
  30. package/lib/app/masters/story/index.js +21 -22
  31. package/lib/app/masters/styles.d.ts +0 -10
  32. package/lib/app/masters/styles.js +13 -23
  33. package/lib/app/masters/useSdkResponsive.js +1 -1
  34. package/lib/app/masters/useSdkScroll.js +1 -1
  35. package/lib/app/useClipboardCopy.js +1 -1
  36. package/lib/app/useSdkResponsive.js +1 -1
  37. package/lib/app/useSdkScroll.js +1 -1
  38. package/lib/assets/style.css +1 -1
  39. package/lib/index-BEm7B1u1.js +72 -0
  40. package/lib/index-DALxy-8N.js +5437 -0
  41. package/lib/ui/gamification/user-statistics/index.d.ts +1 -0
  42. package/lib/ui/gamification/user-statistics/index.js +47 -39
  43. package/lib/ui/gamification/user-statistics/styles.d.ts +2 -0
  44. package/lib/ui/gamification/user-statistics/styles.js +34 -24
  45. package/lib/ui/gamification/vote/feedback/index.d.ts +1 -0
  46. package/lib/ui/gamification/vote/feedback/index.js +60 -47
  47. package/lib/ui/gamification/vote/feedback/styles.d.ts +12 -0
  48. package/lib/ui/gamification/vote/feedback/styles.js +47 -27
  49. package/lib/ui/gamification/vote/index.js +145 -136
  50. package/lib/ui/gamification/vote/styles.d.ts +3 -1
  51. package/lib/ui/gamification/vote/styles.js +42 -32
  52. package/lib/ui/gamification/vote/vote-option/index.d.ts +1 -0
  53. package/lib/ui/gamification/vote/vote-option/index.js +59 -60
  54. package/lib/ui/gamification/vote/vote-option/styles.d.ts +1 -0
  55. package/lib/ui/gamification/vote/vote-option/styles.js +16 -11
  56. package/lib/ui/icons/index.d.ts +3 -0
  57. package/lib/ui/icons/index.js +69 -51
  58. package/lib/ui/loader/index.js +4 -3
  59. package/lib/ui/modal/index.js +1 -1
  60. package/lib/ui/theme/masters-theme.js +152 -32
  61. package/lib/ui/theme/theme.js +66 -20
  62. package/package.json +16 -15
  63. package/lib/app/masters/Features/Gamification/Friends.d.ts +0 -3
  64. package/lib/app/masters/Features/Gamification/Friends.js +0 -19
  65. package/lib/app/masters/Features/Gamification/Leaderboard.d.ts +0 -8
  66. package/lib/app/masters/Features/Gamification/Leaderboard.js +0 -56
  67. package/lib/index-B1QdimmR.js +0 -19047
  68. package/lib/index-CZvwzN5o.js +0 -75
  69. package/lib/index-xuotMAFm.js +0 -118
@@ -20,7 +20,7 @@ const r = /* @__PURE__ */ s("button")({
20
20
  name: "IconContainer",
21
21
  class: "i19tpfua",
22
22
  propsAsIs: !1
23
- }), u = /* @__PURE__ */ s("div")({
23
+ }), f = /* @__PURE__ */ s("div")({
24
24
  name: "IconWrap",
25
25
  class: "i1tubmma",
26
26
  propsAsIs: !1
@@ -28,7 +28,7 @@ const r = /* @__PURE__ */ s("button")({
28
28
  name: "Icon",
29
29
  class: "i1grrgwj",
30
30
  propsAsIs: !1
31
- }), t = () => n, f = /* @__PURE__ */ s(t())({
31
+ }), t = () => n, u = /* @__PURE__ */ s(t())({
32
32
  name: "IconDefault",
33
33
  class: "ibemyq8",
34
34
  propsAsIs: !0
@@ -44,17 +44,21 @@ const r = /* @__PURE__ */ s("button")({
44
44
  name: "Indicators",
45
45
  class: "i17ajcu2",
46
46
  propsAsIs: !1
47
+ }), P = /* @__PURE__ */ s("div")({
48
+ name: "PtsWrap",
49
+ class: "pu9kmlb",
50
+ propsAsIs: !1
47
51
  }), b = /* @__PURE__ */ s("span")({
48
52
  name: "Pts",
49
- class: "pu9kmlb",
53
+ class: "p1j2j0s0",
50
54
  propsAsIs: !1
51
- }), C = /* @__PURE__ */ s("span")({
55
+ }), g = /* @__PURE__ */ s("span")({
52
56
  name: "Percentage",
53
- class: "p1j2j0s0",
57
+ class: "p1mzj1sj",
54
58
  propsAsIs: !1
55
- }), c = () => o, P = /* @__PURE__ */ s(c())({
59
+ }), c = () => o, C = /* @__PURE__ */ s(c())({
56
60
  name: "CheckIcon",
57
- class: "c1mzj1sj",
61
+ class: "cichgz8",
58
62
  propsAsIs: !0
59
63
  });
60
64
  export {
@@ -62,14 +66,15 @@ export {
62
66
  r as ButtonContainer,
63
67
  I as ButtonPct,
64
68
  l as ButtonPctWrap,
65
- P as CheckIcon,
69
+ C as CheckIcon,
66
70
  n as Icon,
67
71
  A as IconCircle,
68
72
  m as IconContainer,
69
- f as IconDefault,
70
- u as IconWrap,
73
+ u as IconDefault,
74
+ f as IconWrap,
71
75
  B as Indicators,
72
- C as Percentage,
76
+ g as Percentage,
73
77
  b as Pts,
78
+ P as PtsWrap,
74
79
  d as Title
75
80
  };
@@ -39,11 +39,13 @@ export declare const icons: {
39
39
  'icon-arrow': any;
40
40
  'icon-twitter-verified': any;
41
41
  'icon-trophy-bet-pack': any;
42
+ 'icon-trivia-transparent': any;
42
43
  dashboard: any;
43
44
  correct: any;
44
45
  incorrect: any;
45
46
  questionExpired: any;
46
47
  selected: any;
48
+ selectedBetPack: any;
47
49
  circleClose: any;
48
50
  incorrectVoted: any;
49
51
  mastersLogo: any;
@@ -57,6 +59,7 @@ export declare const icons: {
57
59
  iconEarlyPrediction: any;
58
60
  iconArrowPrev: any;
59
61
  mastersLogoWhite: any;
62
+ loader: any;
60
63
  };
61
64
  export declare const IconsLibrary: () => import("react/jsx-runtime").JSX.Element;
62
65
  type SvgIconProps = {