@streamlayer/react-ui 0.64.0 → 0.65.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.
@@ -9,7 +9,6 @@ import "../../../gamification/onboarding/slides/onboarding-instructions/index.js
9
9
  import "../../../lottie/index.js";
10
10
  import "@lottiefiles/react-lottie-player";
11
11
  import "../../../gamification/onboarding/slides/onboarding-instructions/styles.js";
12
- import "@linaria/core";
13
12
  import "../../../gamification/onboarding/slides/onboarding-invite-card/index.js";
14
13
  import "../../../icons/index.js";
15
14
  import "../../../gamification/onboarding/slides/onboarding-invite-card/styles.js";
@@ -18,6 +17,7 @@ import "../../../gamification/onboarding/slides/onboarding-rules/styles.js";
18
17
  import "../../../gamification/onboarding/styles.js";
19
18
  import "../../../button/index.js";
20
19
  import "../../../button/styles.js";
20
+ import "@linaria/core";
21
21
  const C = g(f)`
22
22
  height: 100%;
23
23
 
@@ -2,8 +2,8 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import { useStore as c } from "@nanostores/react";
3
3
  import { useMemo as s } from "react";
4
4
  import { NotificationType as r } from "@streamlayer/sdk-web-notifications";
5
- import { Notification as e } from "../../gamification/question/notification/index.js";
6
- import { Container as m } from "./styles.js";
5
+ import { Notification as p } from "../../gamification/question/notification/index.js";
6
+ import { Container as n } from "./styles.js";
7
7
  import "@streamlayer/sdk-web-types";
8
8
  import "../../gamification/constants.js";
9
9
  import "../../gamification/question/notification/insight/index.js";
@@ -17,19 +17,23 @@ import "../../gamification/question/notification/prediction-result/animation-lin
17
17
  import "../../gamification/question/notification/prediction-result/animation-lines/styles.js";
18
18
  import "../../gamification/question/notification/prediction-result/styles.js";
19
19
  import "../../gamification/question/notification/styles.js";
20
+ import "../../gamification/question/notification/tweet/index.js";
21
+ import "../../questions/twitter/account/index.js";
22
+ import "../../questions/twitter/account/styles.js";
23
+ import "../../gamification/question/notification/tweet/styles.js";
20
24
  import "../../show-in/index.js";
21
25
  import "@linaria/core";
22
- const B = ({ sdk: p }) => {
23
- const f = p.getNotificationsStore(), t = c(f), i = s(() => {
26
+ const L = ({ sdk: e }) => {
27
+ const f = e.getNotificationsStore(), t = c(f), i = s(() => {
24
28
  if (!(t != null && t.size))
25
29
  return null;
26
- for (const n of t.values())
27
- if (n.type === r.ONBOARDING)
28
- return n;
30
+ for (const m of t.values())
31
+ if (m.type === r.ONBOARDING)
32
+ return m;
29
33
  return t.values().next().value;
30
34
  }, [t]);
31
- return (i == null ? void 0 : i.type) === r.QUESTION ? /* @__PURE__ */ o(m, { hiding: i.hiding, children: /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(e, { ...i }) }) }) : (i == null ? void 0 : i.type) === r.QUESTION_RESOLVED ? /* @__PURE__ */ o(m, { hiding: i.hiding, children: /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(e, { ...i }) }) }) : null;
35
+ return (i == null ? void 0 : i.type) === r.QUESTION ? /* @__PURE__ */ o(n, { hiding: i.hiding, children: /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(p, { ...i }) }) }) : (i == null ? void 0 : i.type) === r.QUESTION_RESOLVED ? /* @__PURE__ */ o(n, { hiding: i.hiding, children: /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(p, { ...i }) }) }) : null;
32
36
  };
33
37
  export {
34
- B as SDKNotifications
38
+ L as SDKNotifications
35
39
  };
@@ -32,6 +32,10 @@ import "../gamification/question/notification/prediction-result/animation-lines/
32
32
  import "../gamification/question/notification/prediction-result/animation-lines/styles.js";
33
33
  import "../gamification/question/notification/prediction-result/styles.js";
34
34
  import "../gamification/question/notification/styles.js";
35
+ import "../gamification/question/notification/tweet/index.js";
36
+ import "../questions/twitter/account/index.js";
37
+ import "../questions/twitter/account/styles.js";
38
+ import "../gamification/question/notification/tweet/styles.js";
35
39
  import "./Notifications/styles.js";
36
40
  import "../show-in/index.js";
37
41
  import "../navigation/button/index.js";
@@ -39,7 +43,7 @@ import "../navigation/button/styles.js";
39
43
  const x = ({ sdk: i, className: e }) => {
40
44
  const [, m] = A(i);
41
45
  return /* @__PURE__ */ o(S, { className: e, feature: m, sdk: i });
42
- }, st = ({ sdk: i, overlays: e, children: m }) => {
46
+ }, ft = ({ sdk: i, overlays: e, children: m }) => {
43
47
  const { sdkEnabled: t, sdkReady: l, activeOverlay: r, activateAndLoadOverlay: c, enableSdk: f, disableSdk: u, isLogged: p } = k(i);
44
48
  return /* @__PURE__ */ y(b, { children: [
45
49
  t && /* @__PURE__ */ o(
@@ -73,5 +77,5 @@ const x = ({ sdk: i, className: e }) => {
73
77
  ] });
74
78
  };
75
79
  export {
76
- st as MastersApp
80
+ ft as MastersApp
77
81
  };
@@ -8,7 +8,6 @@ import { Container as A, OnboardingHeader as B, CloseBtn as z, IconClose as E, C
8
8
  import "../../lottie/index.js";
9
9
  import "@lottiefiles/react-lottie-player";
10
10
  import "./slides/onboarding-instructions/styles.js";
11
- import "@linaria/core";
12
11
  import "@linaria/react";
13
12
  import "../../icons/index.js";
14
13
  import "./slides/onboarding-invite-card/styles.js";
@@ -19,13 +18,13 @@ const e = {
19
18
  steps: !1,
20
19
  rules: !1,
21
20
  inviteCard: !1
22
- }, ii = ({
21
+ }, s = ({
23
22
  gamification: f,
24
23
  steps: i,
25
24
  rules: n,
26
25
  rulesBtnLabel: h,
27
26
  rulesTitle: b,
28
- primaryColor: m,
27
+ primaryColor: d,
29
28
  inviteLink: C,
30
29
  socialLinks: u,
31
30
  inviteCardTitle: S,
@@ -33,27 +32,27 @@ const e = {
33
32
  inviteCardBtnLabel: v,
34
33
  onClose: O
35
34
  }) => {
36
- const [a, d] = g(0), [t, r] = g(e);
35
+ const [a, m] = g(0), [t, r] = g(e);
37
36
  N(() => {
38
37
  i != null && i.length ? r({ ...e, steps: !0 }) : n != null && n.length ? r({ ...e, rules: !0 }) : r({ ...e, inviteCard: !0 });
39
38
  }, []);
40
39
  const p = k(() => {
41
- i != null && i.length && a < i.length - 1 ? d((l) => ++l) : n != null && n.length && t.steps ? r({ ...e, rules: !0 }) : t.rules && r({ ...e, inviteCard: !0 });
42
- }, [a, i == null ? void 0 : i.length, n == null ? void 0 : n.length, t, d, r]), I = async () => {
40
+ i != null && i.length && a < i.length - 1 ? m((l) => ++l) : n != null && n.length && t.steps ? r({ ...e, rules: !0 }) : t.rules && r({ ...e, inviteCard: !0 });
41
+ }, [a, i == null ? void 0 : i.length, n == null ? void 0 : n.length, t, m, r]), I = async () => {
43
42
  await f.onboardingStatus.submitInplay();
44
43
  };
45
44
  return /* @__PURE__ */ o(D, { children: ({ width: l, height: x }) => /* @__PURE__ */ c(A, { style: { width: l, height: x }, children: [
46
45
  /* @__PURE__ */ o(B, { children: /* @__PURE__ */ o(z, { onClick: O, children: /* @__PURE__ */ o(E, { name: "icon-close-btn-gray" }) }) }),
47
46
  /* @__PURE__ */ c(F, { children: [
48
47
  t.steps && (i == null ? void 0 : i.length) && /* @__PURE__ */ o(T, { stepsCount: i.length, currentStep: a, ...i[a] }),
49
- t.rules && /* @__PURE__ */ o(w, { rules: n, rulesTitle: b, primaryColor: m }),
48
+ t.rules && /* @__PURE__ */ o(w, { rules: n, rulesTitle: b, primaryColor: d }),
50
49
  t.inviteCard && /* @__PURE__ */ o(
51
50
  j,
52
51
  {
53
52
  inviteLink: C,
54
53
  inviteCardTitle: S,
55
54
  inviteCardSubtext: y,
56
- primaryColor: m,
55
+ primaryColor: d,
57
56
  socialLinks: u
58
57
  }
59
58
  )
@@ -62,5 +61,5 @@ const e = {
62
61
  ] }) });
63
62
  };
64
63
  export {
65
- ii as Onboarding
64
+ s as Onboarding
66
65
  };
@@ -1,22 +1,21 @@
1
- import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
- import { Lottie as a } from "../../../../lottie/index.js";
3
- import { Container as p, Content as c, Graphic as s, Headline as d, StepsContainer as l, StepIndicator as h } from "./styles.js";
1
+ import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
+ import { Lottie as m } from "../../../../lottie/index.js";
3
+ import { Container as p, Content as a, Graphic as d, Headline as s, StepsContainer as h, StepIndicator as l } from "./styles.js";
4
4
  import "@lottiefiles/react-lottie-player";
5
5
  import "react-virtualized-auto-sizer";
6
- import "@linaria/core";
7
6
  import "@linaria/react";
8
- const b = ({
9
- graphicSrc: n,
7
+ const S = ({
8
+ graphicSrc: i,
10
9
  headline: t,
11
10
  stepsCount: e,
12
- currentStep: m
13
- }) => /* @__PURE__ */ i(p, { children: [
14
- /* @__PURE__ */ i(c, { children: [
15
- /* @__PURE__ */ r(a, { className: s, src: n }),
16
- t && /* @__PURE__ */ r(d, { children: t })
11
+ currentStep: c
12
+ }) => /* @__PURE__ */ o(p, { children: [
13
+ /* @__PURE__ */ o(a, { children: [
14
+ /* @__PURE__ */ r(d, { children: /* @__PURE__ */ r(m, { src: i }) }),
15
+ t && /* @__PURE__ */ r(s, { children: t })
17
16
  ] }),
18
- /* @__PURE__ */ r(l, { children: Array.from({ length: e }).map((f, o) => /* @__PURE__ */ r(h, { "data-active": m === o }, o)) })
17
+ /* @__PURE__ */ r(h, { children: Array.from({ length: e }).map((f, n) => /* @__PURE__ */ r(l, { "data-active": c === n }, n)) })
19
18
  ] });
20
19
  export {
21
- b as OnboardingInstructions
20
+ S as OnboardingInstructions
22
21
  };
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  export declare const Container: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
3
3
  export declare const Content: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
4
- export declare const Graphic: import("@linaria/core").LinariaClassName;
4
+ export declare const Graphic: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
5
  export declare const Headline: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
6
6
  export declare const StepsContainer: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
7
7
  export declare const StepIndicator: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
@@ -1,22 +1,21 @@
1
- import { css as e } from "@linaria/core";
2
1
  import { styled as t } from "@linaria/react";
3
- const r = t.div`
2
+ const o = t.div`
4
3
  display: flex;
5
4
  flex-grow: 1;
6
5
  flex-direction: column;
7
6
  padding-bottom: 24px;
8
- `, i = t.div`
7
+ `, n = t.div`
9
8
  display: flex;
10
9
  flex-direction: column;
11
10
  justify-content: center;
12
11
  align-items: center;
13
12
  height: 100%;
14
13
  padding: 0 16px 32px;
15
- `, a = e`
14
+ `, i = t.div`
16
15
  display: flex;
17
16
  flex-grow: 1;
18
- align-items: center;
19
- `, c = t.div`
17
+ width: 100%;
18
+ `, r = t.div`
20
19
  max-width: 270px;
21
20
  color: var(--color-primary-green1);
22
21
  font-family: var(--font-serif);
@@ -24,11 +23,11 @@ const r = t.div`
24
23
  font-weight: 400;
25
24
  line-height: 30px;
26
25
  text-align: center;
27
- `, l = t.div`
26
+ `, a = t.div`
28
27
  display: flex;
29
28
  justify-content: center;
30
29
  column-gap: 8px;
31
- `, p = t.span`
30
+ `, c = t.span`
32
31
  width: 6px;
33
32
  height: 6px;
34
33
  border-radius: 50%;
@@ -39,10 +38,10 @@ const r = t.div`
39
38
  }
40
39
  `;
41
40
  export {
42
- r as Container,
43
- i as Content,
44
- a as Graphic,
45
- c as Headline,
46
- p as StepIndicator,
47
- l as StepsContainer
41
+ o as Container,
42
+ n as Content,
43
+ i as Graphic,
44
+ r as Headline,
45
+ c as StepIndicator,
46
+ a as StepsContainer
48
47
  };
@@ -1,9 +1,10 @@
1
- import { jsx as r, jsxs as n } from "react/jsx-runtime";
2
- import { QuestionType as p } from "@streamlayer/sdk-web-types";
3
- import { QuestionTypeData as l } from "../../constants.js";
4
- import { Insight as a } from "./insight/index.js";
5
- import { PredictionResult as d } from "./prediction-result/index.js";
6
- import { Container as f, CloseIconWrap as h, CloseIcon as C, Header as I, TypeIcon as s, TypeName as T, Question as A, AnswerButton as D } from "./styles.js";
1
+ import { jsx as r, jsxs as e, Fragment as a } from "react/jsx-runtime";
2
+ import { QuestionType as i } from "@streamlayer/sdk-web-types";
3
+ import { QuestionTypeData as d } from "../../constants.js";
4
+ import { Insight as f } from "./insight/index.js";
5
+ import { PredictionResult as T } from "./prediction-result/index.js";
6
+ import { Container as h, CloseIconWrap as C, CloseIcon as E, Header as I, TypeIcon as A, TypeName as D, Question as W, AnswerButton as w } from "./styles.js";
7
+ import { Tweet as x } from "./tweet/index.js";
7
8
  import "../../../video-player/index.js";
8
9
  import "react";
9
10
  import "../../../icons/index.js";
@@ -13,22 +14,32 @@ import "./insight/styles.js";
13
14
  import "./prediction-result/animation-lines/index.js";
14
15
  import "./prediction-result/animation-lines/styles.js";
15
16
  import "./prediction-result/styles.js";
16
- const W = ({
17
- close: m,
18
- action: e,
19
- data: { questionType: i, question: o, insight: c }
17
+ import "../../../questions/twitter/account/index.js";
18
+ import "../../../questions/twitter/account/styles.js";
19
+ import "./tweet/styles.js";
20
+ const L = ({
21
+ close: n,
22
+ action: t,
23
+ data: { questionType: o, question: m, insight: c, tweet: l }
20
24
  }) => {
21
- const t = l[i];
22
- return t ? o != null && o.predictionResult ? /* @__PURE__ */ r(d, { close: m, ...o }) : /* @__PURE__ */ n(f, { children: [
23
- /* @__PURE__ */ r(h, { onClick: m, children: /* @__PURE__ */ r(C, { name: "icon-cross" }) }),
24
- /* @__PURE__ */ n(I, { children: [
25
- /* @__PURE__ */ r(s, { name: t.iconName }),
26
- /* @__PURE__ */ r(T, { children: t.label })
25
+ const p = d[o];
26
+ return p ? m != null && m.predictionResult ? /* @__PURE__ */ r(T, { close: n, ...m }) : /* @__PURE__ */ e(h, { children: [
27
+ /* @__PURE__ */ r(C, { onClick: n, children: /* @__PURE__ */ r(E, { name: "icon-cross" }) }),
28
+ o !== i.TWEET && /* @__PURE__ */ e(I, { children: [
29
+ /* @__PURE__ */ r(A, { name: p.iconName }),
30
+ /* @__PURE__ */ r(D, { children: p.label })
27
31
  ] }),
28
- i === p.FACTOID ? /* @__PURE__ */ r(a, { ...c, action: e }) : /* @__PURE__ */ r(A, { children: o == null ? void 0 : o.title }),
29
- i !== p.FACTOID && /* @__PURE__ */ r(D, { onClick: e, children: "Answer" })
32
+ o === i.FACTOID && /* @__PURE__ */ r(f, { ...c, action: t }),
33
+ o === i.TWEET && // ToDo: connect with real Api data
34
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
35
+ // @ts-ignore
36
+ /* @__PURE__ */ r(x, { ...l, action: t }),
37
+ o !== i.FACTOID && o !== i.TWEET && /* @__PURE__ */ e(a, { children: [
38
+ /* @__PURE__ */ r(W, { children: m == null ? void 0 : m.title }),
39
+ /* @__PURE__ */ r(w, { onClick: t, children: "Answer" })
40
+ ] })
30
41
  ] }) : null;
31
42
  };
32
43
  export {
33
- W as Notification
44
+ L as Notification
34
45
  };
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import type { Notification } from '@streamlayer/sdk-web-notifications';
3
+ import { TwitterContentProps } from '../../../../questions/twitter';
4
+ export declare const Tweet: React.FC<TwitterContentProps & {
5
+ action: Notification['action'];
6
+ }>;
@@ -0,0 +1,25 @@
1
+ import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
+ import { Account as m } from "../../../../questions/twitter/account/index.js";
3
+ import { Container as p, QuoteWrap as l, Quote as d, Details as h, Body as s, Image as u, ActionBtn as f } from "./styles.js";
4
+ import "../../../../icons/index.js";
5
+ import "@linaria/react";
6
+ import "react";
7
+ import "../../../../questions/twitter/account/styles.js";
8
+ const Q = ({
9
+ account: i,
10
+ body: n,
11
+ image: o,
12
+ title: c,
13
+ action: t
14
+ }) => /* @__PURE__ */ e(p, { children: [
15
+ /* @__PURE__ */ r(l, { children: /* @__PURE__ */ r(d, { children: c }) }),
16
+ /* @__PURE__ */ e(h, { children: [
17
+ /* @__PURE__ */ r(m, { ...i }),
18
+ /* @__PURE__ */ r(s, { children: n }),
19
+ o && /* @__PURE__ */ r(u, { src: o })
20
+ ] }),
21
+ t && /* @__PURE__ */ r(f, { onClick: t, children: "View Tweet" })
22
+ ] });
23
+ export {
24
+ Q as Tweet
25
+ };
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ export declare const Container: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
3
+ export declare const ActionBtn: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown>>;
4
+ export declare const Body: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
+ export declare const Image: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLImageElement> & import("react").ImgHTMLAttributes<HTMLImageElement> & Record<never, unknown>>;
6
+ export declare const Details: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
7
+ export declare const QuoteWrap: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
8
+ export declare const Quote: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLQuoteElement> & import("react").BlockquoteHTMLAttributes<HTMLQuoteElement> & Record<never, unknown>>;
@@ -0,0 +1,68 @@
1
+ import { styled as o } from "@linaria/react";
2
+ const t = o.div`
3
+ box-sizing: border-box;
4
+ background-color: var(--color-neutrals-white);
5
+ border-radius: 8px;
6
+ width: 100%;
7
+ `, e = o.button`
8
+ border: none;
9
+ outline: none;
10
+ background-color: var(--color-primary-green1);
11
+ color: var(--color-white);
12
+ border-radius: 40px;
13
+ display: flex;
14
+ justify-content: center;
15
+ align-items: center;
16
+ font-size: 14px;
17
+ font-weight: 550;
18
+ width: 100%;
19
+ padding: 0px 16px;
20
+ height: 44px;
21
+
22
+ &:hover {
23
+ background-color: var(--color-primary-green2);
24
+ cursor: pointer;
25
+ }
26
+ `, i = o.div`
27
+ color: var(--color-neutrals-gray9);
28
+ font-size: 12px;
29
+ font-weight: var(--font-weight-default);
30
+ line-height: 18px;
31
+ `, n = o.img`
32
+ max-width: 100%;
33
+ border-radius: 8px;
34
+ `, a = o.div`
35
+ display: flex;
36
+ flex-direction: column;
37
+ row-gap: 12px;
38
+ color: var(--color-neutrals-gray9);
39
+ font-weight: var(--font-weight-default);
40
+ margin-bottom: 16px;
41
+ `, l = o.div`
42
+ padding-bottom: 12px;
43
+ border-bottom: 0.7px solid var(--color-neutrals-gray3);
44
+ margin-bottom: 12px;
45
+ `, d = o.blockquote`
46
+ padding: 0px 24px 0px 12px;
47
+ color: var(--color-primary-green2);
48
+ border-left: 2px solid var(--color-primary-green2);
49
+ font-size: 12px;
50
+ font-family: var(--font-serif);
51
+ font-weight: var(--font-weight-default);
52
+ display: -webkit-box;
53
+ -webkit-box-orient: vertical;
54
+ -webkit-line-clamp: 2;
55
+ overflow: hidden;
56
+ word-break: break-word;
57
+ text-overflow: ellipsis;
58
+ max-height: 32px;
59
+ `;
60
+ export {
61
+ e as ActionBtn,
62
+ i as Body,
63
+ t as Container,
64
+ a as Details,
65
+ n as Image,
66
+ d as Quote,
67
+ l as QuoteWrap
68
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamlayer/react-ui",
3
- "version": "0.64.0",
3
+ "version": "0.65.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./lib/index.d.ts",
@@ -36,14 +36,14 @@
36
36
  "react-window": "^1.8.9",
37
37
  "@lottiefiles/react-lottie-player": "*",
38
38
  "react-window-infinite-loader": "^1.0.9",
39
- "@streamlayer/feature-gamification": "^0.25.0",
40
- "@streamlayer/sdk-web": "^0.28.21",
41
- "@streamlayer/sdk-web-anonymous-auth": "^0.11.16",
39
+ "@streamlayer/feature-gamification": "^0.26.0",
40
+ "@streamlayer/sdk-web": "^0.28.22",
41
+ "@streamlayer/sdk-web-anonymous-auth": "^0.11.17",
42
42
  "@streamlayer/sdk-web-api": "^0.0.1",
43
43
  "@streamlayer/sdk-web-core": "^0.17.8",
44
- "@streamlayer/sdk-web-features": "^0.10.24",
44
+ "@streamlayer/sdk-web-features": "^0.10.25",
45
45
  "@streamlayer/sdk-web-interfaces": "^0.18.15",
46
- "@streamlayer/sdk-web-notifications": "^0.12.1",
46
+ "@streamlayer/sdk-web-notifications": "^0.13.0",
47
47
  "@streamlayer/sdk-web-storage": "^0.0.4",
48
48
  "@streamlayer/sdk-web-types": "^0.20.1"
49
49
  },
@@ -84,6 +84,6 @@
84
84
  "vite-plugin-svgr": "^4.1.0",
85
85
  "vite-svg-loader": "^4.0.0",
86
86
  "vite-tsconfig-paths": "^4.2.1",
87
- "@streamlayer/react": "^0.29.5"
87
+ "@streamlayer/react": "^0.29.7"
88
88
  }
89
89
  }