@streamlayer/react-ui 0.89.7 → 0.91.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 (96) hide show
  1. package/lib/assets/style.css +1 -1
  2. package/lib/index-uEuzH3jr.js +118 -0
  3. package/lib/ui/app/Features/Gamification/Friends.d.ts +1 -0
  4. package/lib/ui/app/Features/Gamification/Friends.js +12 -7
  5. package/lib/ui/app/Features/Gamification/Leaderboard.d.ts +2 -1
  6. package/lib/ui/app/Features/Gamification/Leaderboard.js +32 -36
  7. package/lib/ui/app/Features/Gamification/Tabs.d.ts +2 -1
  8. package/lib/ui/app/Features/Gamification/Tabs.js +35 -23
  9. package/lib/ui/app/Features/Gamification/gamification-feature.js +6 -4
  10. package/lib/ui/app/Features/Gamification/index.d.ts +1 -1
  11. package/lib/ui/app/Features/Gamification/index.js +17 -14
  12. package/lib/ui/app/Features/index.d.ts +1 -1
  13. package/lib/ui/app/Navigation/MastersNavigation/index.js +3 -3
  14. package/lib/ui/app/Navigation/index.d.ts +1 -1
  15. package/lib/ui/app/Navigation/index.js +1 -1
  16. package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +2 -2
  17. package/lib/ui/app/Notifications/Onboarding/index.js +71 -70
  18. package/lib/ui/app/Notifications/index.d.ts +1 -1
  19. package/lib/ui/app/Notifications/index.js +46 -45
  20. package/lib/ui/app/Notifications/styles.d.ts +3 -0
  21. package/lib/ui/app/Notifications/styles.js +17 -12
  22. package/lib/ui/app/Points/index.js +15 -15
  23. package/lib/ui/app/masters.js +10 -8
  24. package/lib/ui/app/styles.d.ts +6 -6
  25. package/lib/ui/app/styles.js +7 -7
  26. package/lib/ui/app/useClipboardCopy.d.ts +2 -0
  27. package/lib/ui/app/useClipboardCopy.js +11 -0
  28. package/lib/ui/app/useMastersApp.js +3 -3
  29. package/lib/ui/app/useSdkFeature.d.ts +1 -1
  30. package/lib/ui/app/useSdkFeature.js +1 -1
  31. package/lib/ui/app/useSdkScroll.js +5 -5
  32. package/lib/ui/gamification/copyNotification/styles.js +4 -4
  33. package/lib/ui/gamification/insight/index.js +17 -17
  34. package/lib/ui/gamification/insight/styles.js +4 -4
  35. package/lib/ui/gamification/insight-list/styles.js +4 -4
  36. package/lib/ui/gamification/invite-link/index.js +9 -9
  37. package/lib/ui/gamification/leaderboard/index.d.ts +1 -1
  38. package/lib/ui/gamification/leaderboard/index.js +1 -1
  39. package/lib/ui/gamification/leaderboard/static.d.ts +1 -1
  40. package/lib/ui/gamification/leaderboard/static.js +8 -8
  41. package/lib/ui/gamification/leaderboard/styles.js +1 -1
  42. package/lib/ui/gamification/onboarding/index.js +25 -21
  43. package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +4 -4
  44. package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/index.d.ts +1 -0
  45. package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/index.js +37 -35
  46. package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +6 -6
  47. package/lib/ui/gamification/points/styles.js +4 -4
  48. package/lib/ui/gamification/question/insight/styles.js +2 -2
  49. package/lib/ui/gamification/question/list/styles.js +2 -2
  50. package/lib/ui/gamification/question/notification/insight/styles.js +2 -2
  51. package/lib/ui/gamification/question/notification/pill/styles.js +4 -4
  52. package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.d.ts +28 -28
  53. package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +14 -14
  54. package/lib/ui/gamification/question/notification/prediction-result/index.js +61 -61
  55. package/lib/ui/gamification/question/notification/prediction-result/styles.d.ts +2 -2
  56. package/lib/ui/gamification/question/notification/prediction-result/styles.js +6 -6
  57. package/lib/ui/gamification/question/notification/tweet/styles.js +4 -4
  58. package/lib/ui/gamification/question/twitter/styles.js +5 -5
  59. package/lib/ui/gamification/tabs/styles.js +2 -2
  60. package/lib/ui/gamification/user-statistics/components/rank/styles.js +6 -6
  61. package/lib/ui/gamification/user-statistics/components/statistic/styles.js +2 -2
  62. package/lib/ui/gamification/user-statistics/index.js +42 -42
  63. package/lib/ui/gamification/vote/expired-alert/styles.js +4 -4
  64. package/lib/ui/gamification/vote/feedback/index.js +15 -15
  65. package/lib/ui/gamification/vote/feedback/styles.js +4 -4
  66. package/lib/ui/gamification/vote/insight-details/styles.js +2 -2
  67. package/lib/ui/gamification/vote/styles.js +2 -2
  68. package/lib/ui/gamification/vote/twitter-details/styles.js +4 -4
  69. package/lib/ui/gamification/vote/vote-option/styles.d.ts +4 -4
  70. package/lib/ui/gamification/vote/win-bar/styles.js +10 -10
  71. package/lib/ui/icons/index.js +1 -2
  72. package/lib/ui/login/styles.js +6 -6
  73. package/lib/ui/navigation/button/Channels.js +7 -7
  74. package/lib/ui/navigation/button/FeaturedGroups.js +3 -3
  75. package/lib/ui/navigation/button/LeaderBoard.js +1 -1
  76. package/lib/ui/navigation/index.js +1 -1
  77. package/lib/ui/navigation/masters.d.ts +1 -1
  78. package/lib/ui/navigation/masters.js +2 -2
  79. package/lib/ui/questions/insight/styles.js +8 -8
  80. package/lib/ui/questions/twitter/styles.js +4 -4
  81. package/lib/ui/show-in/index.js +8 -8
  82. package/lib/ui/timer/index.js +20 -20
  83. package/lib/ui/video-player/styles.js +8 -8
  84. package/lib/{index-ba93b6b2.js → useClipboardCopy-E5rEe6It.js} +1545 -1521
  85. package/lib/utils/debug/components/bypassLogin.js +14 -14
  86. package/lib/utils/debug/components/developer.js +18 -18
  87. package/lib/utils/debug/components/envToggle.js +9 -9
  88. package/lib/utils/debug/components/styles.js +2 -2
  89. package/lib/utils/debug/storage.js +14 -32
  90. package/lib/utils/storage.js +14 -32
  91. package/package.json +32 -33
  92. package/lib/index-39a0b9b6.js +0 -1168
  93. /package/lib/{LeaderBoard_16p26hz-4ed993c7.js → LeaderBoard_fzzlxb-w40geAFS.js} +0 -0
  94. /package/lib/{index_4nhkck-4ed993c7.js → index_ej4hfx-w40geAFS.js} +0 -0
  95. /package/lib/{masters_1wv7w2k-4ed993c7.js → masters_m6itlr-w40geAFS.js} +0 -0
  96. /package/lib/{styles_hxnaic-4ed993c7.js → styles_z07sl8-w40geAFS.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ListProps } from 'react-window';
3
- import { LeaderboardItemProps } from '../../gamification/leaderboard/list-item';
3
+ import { LeaderboardItemProps } from './list-item';
4
4
  type LeaderboardListProps = {
5
5
  items: Omit<LeaderboardItemProps, 'openItemDetail'>[];
6
6
  currentUserId?: string;
@@ -10,7 +10,7 @@ import "./list-item/styles.js";
10
10
  import "@linaria/react";
11
11
  import "../../icons/index.js";
12
12
  import "react";
13
- import "../../../styles_hxnaic-4ed993c7.js";
13
+ import "../../../styles_z07sl8-w40geAFS.js";
14
14
  import "react-infinite-scroller";
15
15
  const M = ({
16
16
  items: r,
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ScrollStore } from '../../app/useSdkScroll';
3
- import { LeaderboardItemProps } from '../../gamification/leaderboard/list-item';
3
+ import { LeaderboardItemProps } from './list-item';
4
4
  type LeaderboardListProps = {
5
5
  items: Omit<LeaderboardItemProps, 'openItemDetail'>[];
6
6
  currentUserId?: string;
@@ -11,23 +11,23 @@ const m = /* @__PURE__ */ l("div")({
11
11
  class: "c16btbfp",
12
12
  propsAsIs: !1
13
13
  }), h = ({
14
- items: e,
15
- currentUserId: t,
14
+ items: t,
15
+ currentUserId: e,
16
16
  openItemDetail: i,
17
- fetchMore: s,
18
- scrollNode: a,
17
+ fetchMore: a,
18
+ scrollNode: s,
19
19
  hasMore: n
20
20
  }) => /* @__PURE__ */ o(p, {
21
- loadMore: s,
21
+ loadMore: a,
22
22
  initialLoad: !1,
23
23
  hasMore: n,
24
24
  useWindow: !1,
25
- getScrollParent: () => a.current,
25
+ getScrollParent: () => s.current,
26
26
  children: /* @__PURE__ */ o(m, {
27
- children: e.map((r) => /* @__PURE__ */ o(d, {
27
+ children: t.map((r) => /* @__PURE__ */ o(d, {
28
28
  ...r,
29
29
  openItemDetail: () => i(r.userId),
30
- isCurrentUser: !!t && t === r.userId
30
+ isCurrentUser: !!e && e === r.userId
31
31
  }, r.userId))
32
32
  })
33
33
  });
@@ -1,5 +1,5 @@
1
1
  import { styled as o } from "@linaria/react";
2
- import "../../../styles_hxnaic-4ed993c7.js";
2
+ import "../../../styles_z07sl8-w40geAFS.js";
3
3
  const l = /* @__PURE__ */ o("div")({
4
4
  name: "ScrollContainer",
5
5
  class: "s13d8sg6",
@@ -7,7 +7,11 @@ import { OnboardingRules as z } from "./slides/onboarding-rules/index.js";
7
7
  import { Container as E, OnboardingHeader as F, CloseBtn as G, IconClose as H, Content as M, OnboardingFooter as P, OnboardingActionBtn as R } from "./styles.js";
8
8
  import "./slides/onboarding-instructions/styles.js";
9
9
  import "@linaria/react";
10
+ import "../../../useClipboardCopy-E5rEe6It.js";
11
+ import "../../../index-uEuzH3jr.js";
12
+ import "../copyNotification/index.js";
10
13
  import "../../icons/index.js";
14
+ import "../copyNotification/styles.js";
11
15
  import "./slides/onboarding-invite-card/styles.js";
12
16
  import "./slides/onboarding-rules/styles.js";
13
17
  import "../../button/index.js";
@@ -16,48 +20,48 @@ const a = {
16
20
  steps: !1,
17
21
  rules: !1,
18
22
  inviteCard: !1
19
- }, s = ({
23
+ }, oi = ({
20
24
  gamification: u,
21
- steps: n,
25
+ steps: i,
22
26
  rules: t,
23
- rulesBtnLabel: d,
27
+ rulesBtnLabel: m,
24
28
  rulesTitle: b,
25
- primaryColor: m,
29
+ primaryColor: d,
26
30
  inviteLink: C,
27
31
  socialLinks: S,
28
- inviteCardTitle: y,
29
- inviteCardSubtext: O,
32
+ inviteCardTitle: p,
33
+ inviteCardSubtext: y,
30
34
  inviteCardBtnLabel: c,
31
- onClose: v
35
+ onClose: O
32
36
  }) => {
33
- const [r, f] = h(0), [i, e] = h(a);
37
+ const [r, f] = h(0), [n, e] = h(a);
34
38
  k(() => {
35
- n != null && n.length ? e({ ...a, steps: !0 }) : t != null && t.length ? e({ ...a, rules: !0 }) : e({ ...a, inviteCard: !0 });
39
+ i != null && i.length ? e({ ...a, steps: !0 }) : t != null && t.length ? e({ ...a, rules: !0 }) : e({ ...a, inviteCard: !0 });
36
40
  }, []);
37
- const I = D(() => i.steps && r === 0 ? "Continue" : i.rules ? d || "Got it" : i.inviteCard ? c || "Play Now" : "Next", [i, r, d, c]), p = T(() => {
38
- n != null && n.length && r < n.length - 1 ? f((l) => ++l) : t != null && t.length && i.steps ? e({ ...a, rules: !0 }) : i.rules && e({ ...a, inviteCard: !0 });
39
- }, [r, n == null ? void 0 : n.length, t == null ? void 0 : t.length, i, f, e]), x = async () => {
41
+ const v = D(() => n.steps && r === 0 ? "Continue" : n.rules ? m || "Got it" : n.inviteCard ? c || "Play Now" : "Next", [n, r, m, c]), I = T(() => {
42
+ i != null && i.length && r < i.length - 1 ? f((l) => ++l) : t != null && t.length && n.steps ? e({ ...a, rules: !0 }) : n.rules && e({ ...a, inviteCard: !0 });
43
+ }, [r, i == null ? void 0 : i.length, t == null ? void 0 : t.length, n, f, e]), x = async () => {
40
44
  await u.onboardingStatus.submitInplay();
41
45
  };
42
46
  return /* @__PURE__ */ o(j, { children: ({ width: l, height: N }) => /* @__PURE__ */ g(E, { style: { width: l, height: N }, children: [
43
- /* @__PURE__ */ o(F, { children: /* @__PURE__ */ o(G, { onClick: v, children: /* @__PURE__ */ o(H, { name: "icon-close-btn-gray" }) }) }),
47
+ /* @__PURE__ */ o(F, { children: /* @__PURE__ */ o(G, { onClick: O, children: /* @__PURE__ */ o(H, { name: "icon-close-btn-gray" }) }) }),
44
48
  /* @__PURE__ */ g(M, { children: [
45
- i.steps && (n == null ? void 0 : n.length) && /* @__PURE__ */ o(w, { stepsCount: n.length, currentStep: r, ...n[r] }),
46
- i.rules && /* @__PURE__ */ o(z, { rules: t, rulesTitle: b, primaryColor: m }),
47
- i.inviteCard && /* @__PURE__ */ o(
49
+ n.steps && (i == null ? void 0 : i.length) && /* @__PURE__ */ o(w, { stepsCount: i.length, currentStep: r, ...i[r] }),
50
+ n.rules && /* @__PURE__ */ o(z, { rules: t, rulesTitle: b, primaryColor: d }),
51
+ n.inviteCard && /* @__PURE__ */ o(
48
52
  A,
49
53
  {
50
54
  inviteLink: C,
51
- inviteCardTitle: y,
52
- inviteCardSubtext: O,
53
- primaryColor: m,
55
+ inviteCardTitle: p,
56
+ inviteCardSubtext: y,
57
+ primaryColor: d,
54
58
  socialLinks: S
55
59
  }
56
60
  )
57
61
  ] }),
58
- /* @__PURE__ */ o(P, { children: /* @__PURE__ */ o(R, { onClick: i.inviteCard ? x : p, children: I }) })
62
+ /* @__PURE__ */ o(P, { children: /* @__PURE__ */ o(R, { onClick: n.inviteCard ? x : I, children: v }) })
59
63
  ] }) });
60
64
  };
61
65
  export {
62
- s as Onboarding
66
+ oi as Onboarding
63
67
  };
@@ -7,11 +7,11 @@ const a = /* @__PURE__ */ s("div")({
7
7
  name: "Content",
8
8
  class: "cjyzpp7",
9
9
  propsAsIs: !1
10
- }), t = /* @__PURE__ */ s("div")({
10
+ }), o = /* @__PURE__ */ s("div")({
11
11
  name: "Graphic",
12
12
  class: "g16mldgz",
13
13
  propsAsIs: !1
14
- }), o = /* @__PURE__ */ s("div")({
14
+ }), t = /* @__PURE__ */ s("div")({
15
15
  name: "Headline",
16
16
  class: "h69js65",
17
17
  propsAsIs: !1
@@ -27,8 +27,8 @@ const a = /* @__PURE__ */ s("div")({
27
27
  export {
28
28
  a as Container,
29
29
  e as Content,
30
- t as Graphic,
31
- o as Headline,
30
+ o as Graphic,
31
+ t as Headline,
32
32
  c as StepIndicator,
33
33
  p as StepsContainer
34
34
  };
@@ -1,6 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { icons } from '../../../../icons';
3
3
  export type OnboardingInviteCardProps = {
4
+ appNode: React.MutableRefObject<HTMLDivElement | null>;
4
5
  inviteLink?: string;
5
6
  inviteCardTitle?: string;
6
7
  inviteCardSubtext?: string;
@@ -1,40 +1,42 @@
1
- import { jsxs as r, jsx as n } from "react/jsx-runtime";
2
- import { SvgIcon as m } from "../../../../icons/index.js";
3
- import { Container as p, IconContainer as C, InviteGameIcon as b, Content as g, Heading as I, Subtext as s, LinkContainer as y, LinkInfo as f, LinkTitle as k, LinkAddress as x, LinkIcon as S, SocialLinksContainer as L, SocialLink as u, SocialLinkLabel as v } from "./styles.js";
4
- import "@linaria/react";
1
+ import { jsxs as o, jsx as n } from "react/jsx-runtime";
2
+ import { u as I } from "../../../../../useClipboardCopy-E5rEe6It.js";
3
+ import { SvgIcon as f } from "../../../../icons/index.js";
4
+ import { Container as g, IconContainer as k, InviteGameIcon as s, Content as b, Heading as y, Subtext as u, LinkContainer as L, LinkInfo as S, LinkTitle as x, LinkAddress as v, LinkIcon as j, SocialLinksContainer as A, SocialLink as G, SocialLinkLabel as H } from "./styles.js";
5
5
  import "react";
6
- const O = ({
7
- inviteLink: e,
8
- socialLinks: o,
9
- inviteCardTitle: t,
10
- inviteCardSubtext: a,
11
- primaryColor: l,
6
+ import "../../../../../index-uEuzH3jr.js";
7
+ import "../../../copyNotification/index.js";
8
+ import "../../../copyNotification/styles.js";
9
+ import "@linaria/react";
10
+ const E = ({
11
+ appNode: t,
12
+ inviteLink: r,
13
+ socialLinks: i,
14
+ inviteCardTitle: c,
15
+ inviteCardSubtext: l,
16
+ primaryColor: a,
12
17
  className: d
13
- }) => /* @__PURE__ */ r(p, { className: d, children: [
14
- /* @__PURE__ */ n(C, { style: { backgroundColor: l }, children: /* @__PURE__ */ n(b, { name: "invite-game-icon" }) }),
15
- /* @__PURE__ */ r(g, { children: [
16
- /* @__PURE__ */ n(I, { children: t || "" }),
17
- /* @__PURE__ */ n(s, { children: a || "" })
18
- ] }),
19
- e && /* @__PURE__ */ r(y, { onClick: async () => {
20
- if (e)
21
- try {
22
- await navigator.clipboard.writeText(e);
23
- } catch (i) {
24
- console.error("Unable to copy to clipboard", i);
25
- }
26
- }, children: [
27
- /* @__PURE__ */ r(f, { children: [
28
- /* @__PURE__ */ n(k, { children: "Invite link" }),
29
- /* @__PURE__ */ n(x, { children: e })
18
+ }) => {
19
+ const [m, p] = I(t);
20
+ return /* @__PURE__ */ o(g, { className: d, children: [
21
+ /* @__PURE__ */ n(k, { style: { backgroundColor: a }, children: /* @__PURE__ */ n(s, { name: "invite-game-icon" }) }),
22
+ /* @__PURE__ */ o(b, { children: [
23
+ /* @__PURE__ */ n(y, { children: c || "" }),
24
+ /* @__PURE__ */ n(u, { children: l || "" })
30
25
  ] }),
31
- /* @__PURE__ */ n(S, { name: "icon-copy" })
32
- ] }),
33
- o && o.length > 0 && /* @__PURE__ */ n(L, { children: o.map(({ icon: i, link: c, label: h }) => /* @__PURE__ */ r(u, { href: c, target: "_blank", children: [
34
- /* @__PURE__ */ n(m, { name: i }),
35
- /* @__PURE__ */ n(v, { children: h })
36
- ] }, c)) })
37
- ] });
26
+ r && /* @__PURE__ */ o(L, { onClick: () => m(r), children: [
27
+ /* @__PURE__ */ o(S, { children: [
28
+ /* @__PURE__ */ n(x, { children: "Invite link" }),
29
+ /* @__PURE__ */ n(v, { children: r })
30
+ ] }),
31
+ /* @__PURE__ */ n(j, { name: "icon-copy" })
32
+ ] }),
33
+ i && i.length > 0 && /* @__PURE__ */ n(A, { children: i.map(({ icon: h, link: e, label: C }) => /* @__PURE__ */ o(G, { href: e, target: "_blank", children: [
34
+ /* @__PURE__ */ n(f, { name: h }),
35
+ /* @__PURE__ */ n(H, { children: C })
36
+ ] }, e)) }),
37
+ p
38
+ ] });
39
+ };
38
40
  export {
39
- O as OnboardingInviteCard
41
+ E as OnboardingInviteCard
40
42
  };
@@ -26,15 +26,15 @@ const l = /* @__PURE__ */ s("div")({
26
26
  name: "Subtext",
27
27
  class: "s1lhlj9j",
28
28
  propsAsIs: !1
29
- }), f = /* @__PURE__ */ s("div")({
29
+ }), L = /* @__PURE__ */ s("div")({
30
30
  name: "LinkContainer",
31
31
  class: "l1wot35e",
32
32
  propsAsIs: !1
33
- }), L = /* @__PURE__ */ s("div")({
33
+ }), d = /* @__PURE__ */ s("div")({
34
34
  name: "LinkInfo",
35
35
  class: "l1jdw39q",
36
36
  propsAsIs: !1
37
- }), d = /* @__PURE__ */ s("span")({
37
+ }), f = /* @__PURE__ */ s("span")({
38
38
  name: "LinkTitle",
39
39
  class: "l1cr5mk",
40
40
  propsAsIs: !1
@@ -66,10 +66,10 @@ export {
66
66
  p as IconContainer,
67
67
  r as InviteGameIcon,
68
68
  A as LinkAddress,
69
- f as LinkContainer,
69
+ L as LinkContainer,
70
70
  v as LinkIcon,
71
- L as LinkInfo,
72
- d as LinkTitle,
71
+ d as LinkInfo,
72
+ f as LinkTitle,
73
73
  S as SocialLink,
74
74
  b as SocialLinkLabel,
75
75
  C as SocialLinksContainer,
@@ -10,11 +10,11 @@ const a = /* @__PURE__ */ s("div")({
10
10
  name: "PointsIcon",
11
11
  class: "p1gqe4lh",
12
12
  propsAsIs: !1
13
- }), n = () => o, c = /* @__PURE__ */ s(n())({
13
+ }), n = () => o, r = /* @__PURE__ */ s(n())({
14
14
  name: "PointsSvg",
15
15
  class: "p15syg2y",
16
16
  propsAsIs: !0
17
- }), r = /* @__PURE__ */ s("div")({
17
+ }), c = /* @__PURE__ */ s("div")({
18
18
  name: "PointsBody",
19
19
  class: "p12n4f2h",
20
20
  propsAsIs: !1
@@ -28,10 +28,10 @@ const a = /* @__PURE__ */ s("div")({
28
28
  propsAsIs: !1
29
29
  });
30
30
  export {
31
- r as PointsBody,
31
+ c as PointsBody,
32
32
  a as PointsContainer,
33
33
  l as PointsIcon,
34
- c as PointsSvg,
34
+ r as PointsSvg,
35
35
  m as PointsTitle,
36
36
  P as PointsValue
37
37
  };
@@ -1,5 +1,5 @@
1
1
  import { styled as s } from "@linaria/react";
2
- const n = /* @__PURE__ */ s("div")({
2
+ const t = /* @__PURE__ */ s("div")({
3
3
  name: "Container",
4
4
  class: "cll3md7",
5
5
  propsAsIs: !1
@@ -10,5 +10,5 @@ const n = /* @__PURE__ */ s("div")({
10
10
  });
11
11
  export {
12
12
  o as ActionBtn,
13
- n as Container
13
+ t as Container
14
14
  };
@@ -1,9 +1,9 @@
1
1
  import { styled as s } from "@linaria/react";
2
- const t = /* @__PURE__ */ s("div")({
2
+ const e = /* @__PURE__ */ s("div")({
3
3
  name: "QuestionsContainer",
4
4
  class: "qvghv3l",
5
5
  propsAsIs: !1
6
6
  });
7
7
  export {
8
- t as QuestionsContainer
8
+ e as QuestionsContainer
9
9
  };
@@ -1,5 +1,5 @@
1
1
  import { styled as s } from "@linaria/react";
2
- const n = /* @__PURE__ */ s("div")({
2
+ const t = /* @__PURE__ */ s("div")({
3
3
  name: "InsightContainer",
4
4
  class: "i1pqqgpo",
5
5
  propsAsIs: !1
@@ -28,7 +28,7 @@ export {
28
28
  p as ActionBtn,
29
29
  i as Description,
30
30
  e as Image,
31
- n as InsightContainer,
31
+ t as InsightContainer,
32
32
  o as InsightContent,
33
33
  a as Title
34
34
  };
@@ -3,17 +3,17 @@ const n = /* @__PURE__ */ s("button")({
3
3
  name: "Container",
4
4
  class: "crkmfw1",
5
5
  propsAsIs: !1
6
- }), o = /* @__PURE__ */ s("div")({
6
+ }), e = /* @__PURE__ */ s("div")({
7
7
  name: "Content",
8
8
  class: "c11awpy4",
9
9
  propsAsIs: !1
10
- }), e = /* @__PURE__ */ s("span")({
10
+ }), o = /* @__PURE__ */ s("span")({
11
11
  name: "Title",
12
12
  class: "t154z7mh",
13
13
  propsAsIs: !1
14
14
  });
15
15
  export {
16
16
  n as Container,
17
- o as Content,
18
- e as Title
17
+ e as Content,
18
+ o as Title
19
19
  };
@@ -1,45 +1,45 @@
1
1
  /// <reference types="react" />
2
2
  export declare const BGWrap: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
3
3
  export declare const BGLineBase: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
4
- export declare const BGOneLineOne: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
5
- as?: import("react").ElementType<any> | undefined;
4
+ export declare const BGOneLineOne: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
5
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  }>;
7
- export declare const BGOneLineTwo: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
8
- as?: import("react").ElementType<any> | undefined;
7
+ export declare const BGOneLineTwo: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
8
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
9
9
  }>;
10
- export declare const BGOneLineThree: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
11
- as?: import("react").ElementType<any> | undefined;
10
+ export declare const BGOneLineThree: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
11
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
12
12
  }>;
13
- export declare const BGTwoLineOne: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
14
- as?: import("react").ElementType<any> | undefined;
13
+ export declare const BGTwoLineOne: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
14
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
15
15
  }>;
16
- export declare const BGTwoLineTwo: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
17
- as?: import("react").ElementType<any> | undefined;
16
+ export declare const BGTwoLineTwo: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
17
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
18
18
  }>;
19
- export declare const BGTwoLineThree: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
20
- as?: import("react").ElementType<any> | undefined;
19
+ export declare const BGTwoLineThree: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
20
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
21
21
  }>;
22
- export declare const BGThreeLineOne: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
23
- as?: import("react").ElementType<any> | undefined;
22
+ export declare const BGThreeLineOne: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
23
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
24
24
  }>;
25
- export declare const BGThreeLineTwo: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
26
- as?: import("react").ElementType<any> | undefined;
25
+ export declare const BGThreeLineTwo: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
26
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
27
27
  }>;
28
- export declare const BGThreeLineThree: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
29
- as?: import("react").ElementType<any> | undefined;
28
+ export declare const BGThreeLineThree: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
29
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
30
30
  }>;
31
- export declare const BGThreeLineFour: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
32
- as?: import("react").ElementType<any> | undefined;
31
+ export declare const BGThreeLineFour: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
32
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
33
33
  }>;
34
- export declare const BGFourLineOne: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
35
- as?: import("react").ElementType<any> | undefined;
34
+ export declare const BGFourLineOne: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
35
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
36
36
  }>;
37
- export declare const BGFourLineTwo: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
38
- as?: import("react").ElementType<any> | undefined;
37
+ export declare const BGFourLineTwo: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
38
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
39
39
  }>;
40
- export declare const BGFourLineThree: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
41
- as?: import("react").ElementType<any> | undefined;
40
+ export declare const BGFourLineThree: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
41
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
42
42
  }>;
43
- export declare const BGFourLineFour: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
44
- as?: import("react").ElementType<any> | undefined;
43
+ export declare const BGFourLineFour: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
44
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
45
45
  }>;
@@ -1,5 +1,5 @@
1
1
  import { styled as e } from "@linaria/react";
2
- const b = /* @__PURE__ */ e("div")({
2
+ const l = /* @__PURE__ */ e("div")({
3
3
  name: "BGWrap",
4
4
  class: "b1dqe0sz",
5
5
  propsAsIs: !1
@@ -27,11 +27,11 @@ const b = /* @__PURE__ */ e("div")({
27
27
  name: "BGTwoLineTwo",
28
28
  class: "b1xezvf6",
29
29
  propsAsIs: !0
30
- }), c = () => s, _ = /* @__PURE__ */ e(c())({
30
+ }), c = () => s, O = /* @__PURE__ */ e(c())({
31
31
  name: "BGTwoLineThree",
32
32
  class: "b1jz1hg0",
33
33
  propsAsIs: !0
34
- }), a = () => s, O = /* @__PURE__ */ e(a())({
34
+ }), a = () => s, _ = /* @__PURE__ */ e(a())({
35
35
  name: "BGThreeLineOne",
36
36
  class: "b18ho1tk",
37
37
  propsAsIs: !0
@@ -39,19 +39,19 @@ const b = /* @__PURE__ */ e("div")({
39
39
  name: "BGThreeLineTwo",
40
40
  class: "b14uvjfm",
41
41
  propsAsIs: !0
42
- }), B = () => s, q = /* @__PURE__ */ e(B())({
42
+ }), B = () => s, d = /* @__PURE__ */ e(B())({
43
43
  name: "BGThreeLineThree",
44
44
  class: "b11c3ns7",
45
45
  propsAsIs: !0
46
- }), G = () => s, d = /* @__PURE__ */ e(G())({
46
+ }), G = () => s, v = /* @__PURE__ */ e(G())({
47
47
  name: "BGThreeLineFour",
48
48
  class: "b1bqhhet",
49
49
  propsAsIs: !0
50
- }), L = () => s, v = /* @__PURE__ */ e(L())({
50
+ }), L = () => s, f = /* @__PURE__ */ e(L())({
51
51
  name: "BGFourLineOne",
52
52
  class: "b1xyzi7o",
53
53
  propsAsIs: !0
54
- }), T = () => s, f = /* @__PURE__ */ e(T())({
54
+ }), T = () => s, q = /* @__PURE__ */ e(T())({
55
55
  name: "BGFourLineTwo",
56
56
  class: "byo0rup",
57
57
  propsAsIs: !0
@@ -66,19 +66,19 @@ const b = /* @__PURE__ */ e("div")({
66
66
  });
67
67
  export {
68
68
  z as BGFourLineFour,
69
- v as BGFourLineOne,
69
+ f as BGFourLineOne,
70
70
  y as BGFourLineThree,
71
- f as BGFourLineTwo,
71
+ q as BGFourLineTwo,
72
72
  s as BGLineBase,
73
73
  m as BGOneLineOne,
74
74
  w as BGOneLineThree,
75
75
  x as BGOneLineTwo,
76
- d as BGThreeLineFour,
77
- O as BGThreeLineOne,
78
- q as BGThreeLineThree,
76
+ v as BGThreeLineFour,
77
+ _ as BGThreeLineOne,
78
+ d as BGThreeLineThree,
79
79
  F as BGThreeLineTwo,
80
80
  A as BGTwoLineOne,
81
- _ as BGTwoLineThree,
81
+ O as BGTwoLineThree,
82
82
  I as BGTwoLineTwo,
83
- b as BGWrap
83
+ l as BGWrap
84
84
  };