@streamlayer/react-ui 0.66.0 → 0.67.1

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 (83) hide show
  1. package/lib/LeaderBoard_16p26hz-4ed993c7.js +1 -0
  2. package/lib/assets/style.css +1 -0
  3. package/lib/index.js +4 -5
  4. package/lib/index_4nhkck-4ed993c7.js +1 -0
  5. package/lib/masters_k70xsy-4ed993c7.js +1 -0
  6. package/lib/ui/app/Features/FeatureProvider.js +1 -1
  7. package/lib/ui/app/Features/Gamification/Question.js +47 -34
  8. package/lib/ui/app/Features/Gamification/gamification-feature.d.ts +2 -0
  9. package/lib/ui/app/Features/Gamification/gamification-feature.js +66 -0
  10. package/lib/ui/app/Features/Gamification/index.d.ts +0 -1
  11. package/lib/ui/app/Features/Gamification/index.js +51 -38
  12. package/lib/ui/app/Features/index.js +1 -1
  13. package/lib/ui/app/Navigation/MastersNavigation/index.js +13 -10
  14. package/lib/ui/app/Navigation/index.js +13 -12
  15. package/lib/ui/app/Notifications/Onboarding/Notification/index.d.ts +8 -0
  16. package/lib/ui/app/Notifications/Onboarding/Notification/index.js +21 -0
  17. package/lib/ui/app/Notifications/Onboarding/Notification/styles.d.ts +10 -0
  18. package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +52 -0
  19. package/lib/ui/app/Notifications/Onboarding/index.js +95 -73
  20. package/lib/ui/app/Notifications/index.js +37 -13
  21. package/lib/ui/app/Notifications/styles.js +8 -13
  22. package/lib/ui/app/masters.js +49 -28
  23. package/lib/ui/app/styles.js +20 -35
  24. package/lib/ui/app/useMastersApp.js +52 -36
  25. package/lib/ui/button/styles.js +12 -42
  26. package/lib/ui/gamification/detail/header/styles.js +33 -55
  27. package/lib/ui/gamification/detail/sponsor/index.js +18 -11
  28. package/lib/ui/gamification/insight/styles.js +40 -61
  29. package/lib/ui/gamification/insight-list/styles.js +11 -17
  30. package/lib/ui/gamification/invite-link/styles.js +31 -45
  31. package/lib/ui/gamification/leaderboard/list-item/styles.js +42 -64
  32. package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +31 -44
  33. package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +72 -99
  34. package/lib/ui/gamification/onboarding/slides/onboarding-rules/styles.js +41 -80
  35. package/lib/ui/gamification/onboarding/styles.js +38 -48
  36. package/lib/ui/gamification/points/index.d.ts +1 -1
  37. package/lib/ui/gamification/points/index.js +4 -6
  38. package/lib/ui/gamification/points/styles.js +32 -81
  39. package/lib/ui/gamification/question/insight/styles.js +11 -51
  40. package/lib/ui/gamification/question/list/styles.js +7 -9
  41. package/lib/ui/gamification/question/notification/insight/styles.js +27 -64
  42. package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +82 -163
  43. package/lib/ui/gamification/question/notification/prediction-result/styles.js +53 -128
  44. package/lib/ui/gamification/question/notification/styles.js +43 -83
  45. package/lib/ui/gamification/question/notification/tweet/styles.js +35 -64
  46. package/lib/ui/gamification/question/styles.js +68 -94
  47. package/lib/ui/gamification/question/twitter/styles.js +13 -23
  48. package/lib/ui/gamification/tabs/styles.js +22 -65
  49. package/lib/ui/gamification/user-statistics/components/rank/styles.js +17 -23
  50. package/lib/ui/gamification/user-statistics/components/statistic/styles.js +17 -21
  51. package/lib/ui/gamification/user-statistics/styles.js +85 -120
  52. package/lib/ui/gamification/vote/expired-alert/styles.js +17 -27
  53. package/lib/ui/gamification/vote/feedback/styles.js +36 -64
  54. package/lib/ui/gamification/vote/insight-details/styles.js +12 -23
  55. package/lib/ui/gamification/vote/styles.js +22 -31
  56. package/lib/ui/gamification/vote/twitter-details/styles.js +7 -9
  57. package/lib/ui/gamification/vote/vote-option/styles.js +63 -147
  58. package/lib/ui/gamification/vote/win-bar/styles.js +37 -45
  59. package/lib/ui/icons/index.js +29 -14
  60. package/lib/ui/login/styles.js +37 -69
  61. package/lib/ui/navigation/button/Channels.js +19 -27
  62. package/lib/ui/navigation/button/FeaturedGroups.js +18 -26
  63. package/lib/ui/navigation/button/LeaderBoard.js +20 -21
  64. package/lib/ui/navigation/button/styles.js +16 -56
  65. package/lib/ui/navigation/index.js +13 -7
  66. package/lib/ui/navigation/masters.js +8 -32
  67. package/lib/ui/questions/insight/styles.js +26 -30
  68. package/lib/ui/questions/twitter/account/styles.js +30 -35
  69. package/lib/ui/questions/twitter/styles.js +31 -42
  70. package/lib/ui/show-in/index.js +18 -63
  71. package/lib/ui/theme/index.js +3 -4
  72. package/lib/ui/theme/masters.js +2 -9
  73. package/lib/ui/theme/theme.js +36 -32
  74. package/lib/ui/timer/index.js +36 -32
  75. package/lib/ui/video-player/styles.js +22 -27
  76. package/lib/utils/debug/components/bypassLogin.js +44 -60
  77. package/lib/utils/debug/components/developer.js +54 -86
  78. package/lib/utils/debug/components/envToggle.js +33 -58
  79. package/lib/utils/debug/components/eventInput.js +4 -4
  80. package/lib/utils/debug/components/styles.js +7 -49
  81. package/lib/utils/decorators/container.js +3 -4
  82. package/lib/utils/decorators/styles.js +7 -21
  83. package/package.json +13 -9
@@ -1,44 +1,14 @@
1
- import { styled as r } from "@linaria/react";
2
- const a = r.button`
3
- border-radius: 71px;
4
- padding: 14px 16px 12px;
5
- font-size: 12px;
6
- border: 1px solid;
7
- font-weight: var(--font-weight-default);
8
- outline: none;
9
-
10
- &[data-variant='primary'] {
11
- color: var(--color-neutrals-white);
12
- background-color: var(--color-primary-green1);
13
- border-color: var(--color-primary-green1);
14
-
15
- &:hover:enabled {
16
- background-color: var(--color-primary-green2);
17
- border-color: var(--color-primary-green2);
18
- }
19
- }
20
-
21
- &[data-variant='secondary'] {
22
- color: var(--color-primary-green1);
23
- background-color: transparent;
24
- border-color: var(--color-primary-green1);
25
-
26
- &:hover:enabled {
27
- color: var(--color-neutrals-white);
28
- background-color: var(--color-primary-green2);
29
- border-color: var(--color-primary-green2);
30
- }
31
- }
32
-
33
- &:disabled {
34
- opacity: 0.5;
35
-
36
- &:hover {
37
- cursor: default;
38
- }
39
- }
40
- `, e = r.span``;
1
+ import { styled as s } from "@linaria/react";
2
+ const o = /* @__PURE__ */ s("button")({
3
+ name: "SButton",
4
+ class: "s1nve60q",
5
+ propsAsIs: !1
6
+ }), n = /* @__PURE__ */ s("span")({
7
+ name: "ButtonLabel",
8
+ class: "b1xoswwx",
9
+ propsAsIs: !1
10
+ });
41
11
  export {
42
- e as ButtonLabel,
43
- a as SButton
12
+ n as ButtonLabel,
13
+ o as SButton
44
14
  };
@@ -1,59 +1,37 @@
1
- import { styled as o } from "@linaria/react";
2
- import { SvgIcon as t } from "../../../icons/index.js";
1
+ import { styled as s } from "@linaria/react";
2
+ import { SvgIcon as o } from "../../../icons/index.js";
3
3
  import "react/jsx-runtime";
4
4
  import "react";
5
- const a = o.div`
6
- font-weight: var(--font-weight-default);
7
- color: var(--color-neutrals-gray7);
8
- border-bottom: 1px solid var(--color-neutrals-gray3);
9
- background: var(--color-neutrals-white);
10
- box-sizing: border-box;
11
- width: 100%;
12
- font-size: 12px;
13
- display: flex;
14
- justify-content: space-between;
15
- align-items: center;
16
- padding: 12px 12px 12px 16px;
17
- `, l = o.div`
18
- display: flex;
19
- align-items: center;
20
- `, p = o(t)`
21
- width: 16px;
22
- height: 16px;
23
-
24
- path {
25
- fill: var(--color-primary-green1);
26
- fill-opacity: 1;
27
- }
28
- `, s = o.span`
29
- font-family: var(--font-regular);
30
- margin-left: 8px;
31
- `, c = o.button`
32
- width: 24px;
33
- height: 24px;
34
- border: none;
35
- outline: none;
36
- background-color: transparent;
37
- display: flex;
38
- justify-content: center;
39
- align-items: center;
40
- cursor: pointer;
41
- `, g = o(t)`
42
- path {
43
- stroke: var(--color-neutrals-gray7);
44
- }
45
-
46
- &:hover {
47
- path {
48
- stroke: var(--color-primary-green2);
49
- }
50
- }
51
- `;
5
+ const l = /* @__PURE__ */ s("div")({
6
+ name: "Container",
7
+ class: "c1vwopgc",
8
+ propsAsIs: !1
9
+ }), r = /* @__PURE__ */ s("div")({
10
+ name: "QuestionTypeWrap",
11
+ class: "qyktpt0",
12
+ propsAsIs: !1
13
+ }), e = () => o, i = /* @__PURE__ */ s(e())({
14
+ name: "QuestionTypeIcon",
15
+ class: "q951jdx",
16
+ propsAsIs: !0
17
+ }), u = /* @__PURE__ */ s("span")({
18
+ name: "QuestionTypeTitle",
19
+ class: "qss5f0e",
20
+ propsAsIs: !1
21
+ }), m = /* @__PURE__ */ s("button")({
22
+ name: "CloseButton",
23
+ class: "c1ao1jtv",
24
+ propsAsIs: !1
25
+ }), t = () => o, I = /* @__PURE__ */ s(t())({
26
+ name: "CloseIcon",
27
+ class: "cvsl7l3",
28
+ propsAsIs: !0
29
+ });
52
30
  export {
53
- c as CloseButton,
54
- g as CloseIcon,
55
- a as Container,
56
- p as QuestionTypeIcon,
57
- s as QuestionTypeTitle,
58
- l as QuestionTypeWrap
31
+ m as CloseButton,
32
+ I as CloseIcon,
33
+ l as Container,
34
+ i as QuestionTypeIcon,
35
+ u as QuestionTypeTitle,
36
+ r as QuestionTypeWrap
59
37
  };
@@ -1,14 +1,21 @@
1
- import { jsx as t } from "react/jsx-runtime";
1
+ import { jsx as s } from "react/jsx-runtime";
2
2
  import { styled as p } from "@linaria/react";
3
- const r = p.div`
4
- width: 100%;
5
- height: 53px;
6
- display: flex;
7
- padding: 16px 0px;
8
- justify-content: center;
9
- `, i = p.img`
10
- max-width: 20px;
11
- `, d = ({ sponsorLogo: o }) => o && /* @__PURE__ */ t(r, { children: /* @__PURE__ */ t(i, { alt: "sponsor-logo", src: o }) });
3
+ const r = /* @__PURE__ */ p("div")({
4
+ name: "SponsorLogoWrap",
5
+ class: "s8p5v5z",
6
+ propsAsIs: !1
7
+ }), n = /* @__PURE__ */ p("img")({
8
+ name: "SponsorLogo",
9
+ class: "s755yti",
10
+ propsAsIs: !1
11
+ }), c = ({
12
+ sponsorLogo: o
13
+ }) => o && /* @__PURE__ */ s(r, {
14
+ children: /* @__PURE__ */ s(n, {
15
+ alt: "sponsor-logo",
16
+ src: o
17
+ })
18
+ });
12
19
  export {
13
- d as Sponsor
20
+ c as Sponsor
14
21
  };
@@ -1,65 +1,44 @@
1
- import { styled as t } from "@linaria/react";
2
- const e = t.div`
3
- box-sizing: border-box;
4
- display: flex;
5
- width: 100%;
6
- min-height: 55px;
7
- height: 55px;
8
- background-color: var(--color-transparent-item);
9
- border-radius: 8px;
10
- cursor: pointer;
11
- `, o = t.div`
12
- display: flex;
13
- flex: 1;
14
- justify-content: space-between;
15
- align-items: center;
16
- padding: 9px;
17
- `, n = t.div`
18
- display: flex;
19
- justify-content: center;
20
- align-items: center;
21
- border-top-left-radius: 8px;
22
- border-bottom-left-radius: 8px;
23
- min-width: 60px;
24
- width: 60px;
25
- height: 100%;
26
- background-color: var(--color-blue-question-action-btn);
27
- position: relative;
28
- `, r = t.img`
29
- width: 35px;
30
- height: 35px;
31
- `, l = t.img`
32
- width: 35px;
33
- height: 35px;
34
- border-radius: 50%;
35
- `, s = t.img`
36
- position: absolute;
37
- left: 0;
38
- bottom: 0;
39
- width: 60px;
40
- `, p = t.div`
41
- color: var(--color-white);
42
- font-size: 12px;
43
- font-weight: 400px;
44
- display: -webkit-box;
45
- -webkit-box-orient: vertical;
46
- -webkit-line-clamp: 2;
47
- overflow: hidden;
48
- word-break: break-all;
49
- text-overflow: ellipsis;
50
- max-height: 100%;
51
- margin-right: 35px;
52
- `, a = t.img`
53
- width: 16px;
54
- height: 16px;
55
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const e = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "cygkmjj",
5
+ propsAsIs: !1
6
+ }), o = /* @__PURE__ */ s("div")({
7
+ name: "Content",
8
+ class: "c71yvf9",
9
+ propsAsIs: !1
10
+ }), t = /* @__PURE__ */ s("div")({
11
+ name: "Graphic",
12
+ class: "gao3b2f",
13
+ propsAsIs: !1
14
+ }), a = /* @__PURE__ */ s("img")({
15
+ name: "InsightIconDefault",
16
+ class: "i1k4eec3",
17
+ propsAsIs: !1
18
+ }), c = /* @__PURE__ */ s("img")({
19
+ name: "InsightIconCircle",
20
+ class: "i1uhyahn",
21
+ propsAsIs: !1
22
+ }), i = /* @__PURE__ */ s("img")({
23
+ name: "InsightIconAbsolute",
24
+ class: "i2ernmy",
25
+ propsAsIs: !1
26
+ }), l = /* @__PURE__ */ s("div")({
27
+ name: "Title",
28
+ class: "t12j99pr",
29
+ propsAsIs: !1
30
+ }), p = /* @__PURE__ */ s("img")({
31
+ name: "NextIcon",
32
+ class: "n1uwonpi",
33
+ propsAsIs: !1
34
+ });
56
35
  export {
57
36
  e as Container,
58
37
  o as Content,
59
- n as Graphic,
60
- s as InsightIconAbsolute,
61
- l as InsightIconCircle,
62
- r as InsightIconDefault,
63
- a as NextIcon,
64
- p as Title
38
+ t as Graphic,
39
+ i as InsightIconAbsolute,
40
+ c as InsightIconCircle,
41
+ a as InsightIconDefault,
42
+ p as NextIcon,
43
+ l as Title
65
44
  };
@@ -1,20 +1,14 @@
1
- import { styled as o } from "@linaria/react";
2
- const e = o.div`
3
- display: flex;
4
- flex-direction: column;
5
- border-radius: 13px;
6
- height: 100%;
7
- `, t = o.div`
8
- display: flex;
9
- flex-direction: column;
10
- overflow-y: auto;
11
- max-height: 100%;
12
-
13
- & > div {
14
- margin-bottom: 8px;
15
- }
16
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const e = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "cddmj9e",
5
+ propsAsIs: !1
6
+ }), n = /* @__PURE__ */ s("div")({
7
+ name: "ItemsContainer",
8
+ class: "i16t83sg",
9
+ propsAsIs: !1
10
+ });
17
11
  export {
18
12
  e as Container,
19
- t as ItemsContainer
13
+ n as ItemsContainer
20
14
  };
@@ -1,48 +1,34 @@
1
- import { styled as i } from "@linaria/react";
2
- const t = i.div`
3
- display: flex;
4
- align-items: center;
5
- column-gap: 4px;
6
- width: 100%;
7
- height: 58px;
8
- min-height: 58px;
9
- max-height: 58px;
10
- padding: 4px 12px;
11
- border-radius: 8px;
12
- box-sizing: border-box;
13
- background-color: var(--color-primary-green1);
14
- overflow: hidden;
15
- cursor: pointer;
16
- `, e = i.img`
17
- width: 32px;
18
- height: 32px;
19
- `, r = i.div`
20
- display: flex;
21
- flex: 1;
22
- flex-direction: column;
23
- row-gap: 6px;
24
- padding: 0px 4px;
25
- font-weight: var(--font-weight-default);
26
- `, n = i.div`
27
- color: var(--color-neutrals-white);
28
- font-size: 11px;
29
- line-height: 14px;
30
- text-transform: uppercase;
31
- opacity: 0.8;
32
- `, p = i.div`
33
- color: var(--color-white);
34
- font-size: 14px;
35
- line-height: 13px;
36
- `, x = i.img`
37
- margin-right: 8px;
38
- width: 18px;
39
- height: 18px;
40
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const o = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "c1ux29ft",
5
+ propsAsIs: !1
6
+ }), e = /* @__PURE__ */ s("img")({
7
+ name: "FriendsIcon",
8
+ class: "f10ncfg2",
9
+ propsAsIs: !1
10
+ }), t = /* @__PURE__ */ s("div")({
11
+ name: "Content",
12
+ class: "c1yc07bd",
13
+ propsAsIs: !1
14
+ }), c = /* @__PURE__ */ s("div")({
15
+ name: "Title",
16
+ class: "tj6cq7w",
17
+ propsAsIs: !1
18
+ }), a = /* @__PURE__ */ s("div")({
19
+ name: "Description",
20
+ class: "d1ag78xo",
21
+ propsAsIs: !1
22
+ }), i = /* @__PURE__ */ s("img")({
23
+ name: "ArrowInviteIcon",
24
+ class: "awohrz6",
25
+ propsAsIs: !1
26
+ });
41
27
  export {
42
- x as ArrowInviteIcon,
43
- t as Container,
44
- r as Content,
45
- p as Description,
28
+ i as ArrowInviteIcon,
29
+ o as Container,
30
+ t as Content,
31
+ a as Description,
46
32
  e as FriendsIcon,
47
- n as Title
33
+ c as Title
48
34
  };
@@ -1,69 +1,47 @@
1
- import { styled as r } from "@linaria/react";
2
- import { SvgIcon as e } from "../../../icons/index.js";
1
+ import { styled as s } from "@linaria/react";
2
+ import { SvgIcon as a } from "../../../icons/index.js";
3
3
  import "react/jsx-runtime";
4
4
  import "react";
5
- const a = r.div`
6
- display: flex;
7
- align-items: center;
8
- column-gap: 4px;
9
- padding: 8px 16px 8px 8px;
10
- color: var(--color-neutrals-gray9);
11
- font-size: 12px;
12
- font-weight: var(--font-weight-default);
13
- line-height: 16px;
14
- border: 1px solid var(--color-neutrals-gray3);
15
- border-radius: 8px;
16
- background-color: var(--color-neutrals-white);
17
- cursor: pointer;
18
-
19
- &:hover {
20
- color: var(--color-primary-green1);
21
- border-color: var(--color-neutrals-gray5);
22
- }
23
- `, l = r.div`
24
- min-width: 28px;
25
- text-align: center;
26
- `, p = r.img`
27
- width: 32px;
28
- height: 32px;
29
- border-radius: 50%;
30
- `, s = r.div`
31
- display: flex;
32
- flex-shrink: 0;
33
- align-items: center;
34
- justify-content: center;
35
- width: 32px;
36
- height: 32px;
37
- color: var(--color-neutrals-gray9);
38
- font-size: 12px;
39
- border-radius: 50%;
40
- background: var(--color-grey-primary-onboarding-inapp);
41
- text-align: center;
42
- text-transform: uppercase;
43
- `, c = r.div`
44
- display: flex;
45
- flex-grow: 1;
46
- align-items: center;
47
- column-gap: 8px;
48
- `, d = r.div`
49
- display: grid;
50
- align-items: center;
51
- column-gap: 4px;
52
- grid-template-columns: 1fr auto;
53
- `, g = r.span`
54
- text-overflow: ellipsis;
55
- white-space: nowrap;
56
- overflow: hidden;
57
- `, x = r(e)`
58
- flex-shrink: 0;
59
- `;
5
+ const c = /* @__PURE__ */ s("div")({
6
+ name: "Container",
7
+ class: "culdu4a",
8
+ propsAsIs: !1
9
+ }), p = /* @__PURE__ */ s("div")({
10
+ name: "Position",
11
+ class: "pwf8e69",
12
+ propsAsIs: !1
13
+ }), l = /* @__PURE__ */ s("img")({
14
+ name: "Avatar",
15
+ class: "atf4yh4",
16
+ propsAsIs: !1
17
+ }), m = /* @__PURE__ */ s("div")({
18
+ name: "AvatarPlaceholder",
19
+ class: "a1dg29ja",
20
+ propsAsIs: !1
21
+ }), i = /* @__PURE__ */ s("div")({
22
+ name: "Content",
23
+ class: "c10a68rc",
24
+ propsAsIs: !1
25
+ }), d = /* @__PURE__ */ s("div")({
26
+ name: "NameContainer",
27
+ class: "nc4kck5",
28
+ propsAsIs: !1
29
+ }), A = /* @__PURE__ */ s("span")({
30
+ name: "Name",
31
+ class: "njsrqgr",
32
+ propsAsIs: !1
33
+ }), e = () => a, f = /* @__PURE__ */ s(e())({
34
+ name: "CurrentUserBadge",
35
+ class: "c17uc4zr",
36
+ propsAsIs: !0
37
+ });
60
38
  export {
61
- p as Avatar,
62
- s as AvatarPlaceholder,
63
- a as Container,
64
- c as Content,
65
- x as CurrentUserBadge,
66
- g as Name,
39
+ l as Avatar,
40
+ m as AvatarPlaceholder,
41
+ c as Container,
42
+ i as Content,
43
+ f as CurrentUserBadge,
44
+ A as Name,
67
45
  d as NameContainer,
68
- l as Position
46
+ p as Position
69
47
  };
@@ -1,47 +1,34 @@
1
- import { styled as t } from "@linaria/react";
2
- const o = t.div`
3
- display: flex;
4
- flex-grow: 1;
5
- flex-direction: column;
6
- padding-bottom: 24px;
7
- `, n = t.div`
8
- display: flex;
9
- flex-direction: column;
10
- justify-content: center;
11
- align-items: center;
12
- height: 100%;
13
- padding: 0 16px 32px;
14
- `, i = t.div`
15
- display: flex;
16
- flex-grow: 1;
17
- width: 100%;
18
- `, r = t.div`
19
- max-width: 270px;
20
- color: var(--color-primary-green1);
21
- font-family: var(--font-serif);
22
- font-size: 22px;
23
- font-weight: 400;
24
- line-height: 30px;
25
- text-align: center;
26
- `, a = t.div`
27
- display: flex;
28
- justify-content: center;
29
- column-gap: 8px;
30
- `, c = t.span`
31
- width: 6px;
32
- height: 6px;
33
- border-radius: 50%;
34
- background-color: var(--color-neutrals-gray4);
35
-
36
- &[data-active='true'] {
37
- background-color: var(--color-primary-green1);
38
- }
39
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const e = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "c1htq1lb",
5
+ propsAsIs: !1
6
+ }), a = /* @__PURE__ */ s("div")({
7
+ name: "Content",
8
+ class: "cjyzpp7",
9
+ propsAsIs: !1
10
+ }), t = /* @__PURE__ */ s("div")({
11
+ name: "Graphic",
12
+ class: "g16mldgz",
13
+ propsAsIs: !1
14
+ }), o = /* @__PURE__ */ s("div")({
15
+ name: "Headline",
16
+ class: "h69js65",
17
+ propsAsIs: !1
18
+ }), p = /* @__PURE__ */ s("div")({
19
+ name: "StepsContainer",
20
+ class: "smm7qmo",
21
+ propsAsIs: !1
22
+ }), c = /* @__PURE__ */ s("span")({
23
+ name: "StepIndicator",
24
+ class: "s17knuw2",
25
+ propsAsIs: !1
26
+ });
40
27
  export {
41
- o as Container,
42
- n as Content,
43
- i as Graphic,
44
- r as Headline,
28
+ e as Container,
29
+ a as Content,
30
+ t as Graphic,
31
+ o as Headline,
45
32
  c as StepIndicator,
46
- a as StepsContainer
33
+ p as StepsContainer
47
34
  };