@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.
- package/lib/LeaderBoard_16p26hz-4ed993c7.js +1 -0
- package/lib/assets/style.css +1 -0
- package/lib/index.js +4 -5
- package/lib/index_4nhkck-4ed993c7.js +1 -0
- package/lib/masters_k70xsy-4ed993c7.js +1 -0
- package/lib/ui/app/Features/FeatureProvider.js +1 -1
- package/lib/ui/app/Features/Gamification/Question.js +47 -34
- package/lib/ui/app/Features/Gamification/gamification-feature.d.ts +2 -0
- package/lib/ui/app/Features/Gamification/gamification-feature.js +66 -0
- package/lib/ui/app/Features/Gamification/index.d.ts +0 -1
- package/lib/ui/app/Features/Gamification/index.js +51 -38
- package/lib/ui/app/Features/index.js +1 -1
- package/lib/ui/app/Navigation/MastersNavigation/index.js +13 -10
- package/lib/ui/app/Navigation/index.js +13 -12
- package/lib/ui/app/Notifications/Onboarding/Notification/index.d.ts +8 -0
- package/lib/ui/app/Notifications/Onboarding/Notification/index.js +21 -0
- package/lib/ui/app/Notifications/Onboarding/Notification/styles.d.ts +10 -0
- package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +52 -0
- package/lib/ui/app/Notifications/Onboarding/index.js +95 -73
- package/lib/ui/app/Notifications/index.js +37 -13
- package/lib/ui/app/Notifications/styles.js +8 -13
- package/lib/ui/app/masters.js +49 -28
- package/lib/ui/app/styles.js +20 -35
- package/lib/ui/app/useMastersApp.js +52 -36
- package/lib/ui/button/styles.js +12 -42
- package/lib/ui/gamification/detail/header/styles.js +33 -55
- package/lib/ui/gamification/detail/sponsor/index.js +18 -11
- package/lib/ui/gamification/insight/styles.js +40 -61
- package/lib/ui/gamification/insight-list/styles.js +11 -17
- package/lib/ui/gamification/invite-link/styles.js +31 -45
- package/lib/ui/gamification/leaderboard/list-item/styles.js +42 -64
- package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +31 -44
- package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +72 -99
- package/lib/ui/gamification/onboarding/slides/onboarding-rules/styles.js +41 -80
- package/lib/ui/gamification/onboarding/styles.js +38 -48
- package/lib/ui/gamification/points/index.d.ts +1 -1
- package/lib/ui/gamification/points/index.js +4 -6
- package/lib/ui/gamification/points/styles.js +32 -81
- package/lib/ui/gamification/question/insight/styles.js +11 -51
- package/lib/ui/gamification/question/list/styles.js +7 -9
- package/lib/ui/gamification/question/notification/insight/styles.js +27 -64
- package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +82 -163
- package/lib/ui/gamification/question/notification/prediction-result/styles.js +53 -128
- package/lib/ui/gamification/question/notification/styles.js +43 -83
- package/lib/ui/gamification/question/notification/tweet/styles.js +35 -64
- package/lib/ui/gamification/question/styles.js +68 -94
- package/lib/ui/gamification/question/twitter/styles.js +13 -23
- package/lib/ui/gamification/tabs/styles.js +22 -65
- package/lib/ui/gamification/user-statistics/components/rank/styles.js +17 -23
- package/lib/ui/gamification/user-statistics/components/statistic/styles.js +17 -21
- package/lib/ui/gamification/user-statistics/styles.js +85 -120
- package/lib/ui/gamification/vote/expired-alert/styles.js +17 -27
- package/lib/ui/gamification/vote/feedback/styles.js +36 -64
- package/lib/ui/gamification/vote/insight-details/styles.js +12 -23
- package/lib/ui/gamification/vote/styles.js +22 -31
- package/lib/ui/gamification/vote/twitter-details/styles.js +7 -9
- package/lib/ui/gamification/vote/vote-option/styles.js +63 -147
- package/lib/ui/gamification/vote/win-bar/styles.js +37 -45
- package/lib/ui/icons/index.js +29 -14
- package/lib/ui/login/styles.js +37 -69
- package/lib/ui/navigation/button/Channels.js +19 -27
- package/lib/ui/navigation/button/FeaturedGroups.js +18 -26
- package/lib/ui/navigation/button/LeaderBoard.js +20 -21
- package/lib/ui/navigation/button/styles.js +16 -56
- package/lib/ui/navigation/index.js +13 -7
- package/lib/ui/navigation/masters.js +8 -32
- package/lib/ui/questions/insight/styles.js +26 -30
- package/lib/ui/questions/twitter/account/styles.js +30 -35
- package/lib/ui/questions/twitter/styles.js +31 -42
- package/lib/ui/show-in/index.js +18 -63
- package/lib/ui/theme/index.js +3 -4
- package/lib/ui/theme/masters.js +2 -9
- package/lib/ui/theme/theme.js +36 -32
- package/lib/ui/timer/index.js +36 -32
- package/lib/ui/video-player/styles.js +22 -27
- package/lib/utils/debug/components/bypassLogin.js +44 -60
- package/lib/utils/debug/components/developer.js +54 -86
- package/lib/utils/debug/components/envToggle.js +33 -58
- package/lib/utils/debug/components/eventInput.js +4 -4
- package/lib/utils/debug/components/styles.js +7 -49
- package/lib/utils/decorators/container.js +3 -4
- package/lib/utils/decorators/styles.js +7 -21
- package/package.json +13 -9
|
@@ -1,124 +1,89 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const o =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
column-gap: 8px;
|
|
72
|
-
`, u = e.div`
|
|
73
|
-
display: flex;
|
|
74
|
-
justify-content: space-between;
|
|
75
|
-
padding: 8px 12px;
|
|
76
|
-
border-radius: 4px;
|
|
77
|
-
background-color: var(--color-primary-green2);
|
|
78
|
-
`, m = e.div`
|
|
79
|
-
background: #2d6ffd;
|
|
80
|
-
border-radius: 50%;
|
|
81
|
-
width: 48px;
|
|
82
|
-
height: 48px;
|
|
83
|
-
text-align: center;
|
|
84
|
-
text-transform: uppercase;
|
|
85
|
-
display: flex;
|
|
86
|
-
align-items: center;
|
|
87
|
-
justify-content: center;
|
|
88
|
-
color: #fff;
|
|
89
|
-
font-size: 18px;
|
|
90
|
-
flex-shrink: 0;
|
|
91
|
-
`, v = e.button`
|
|
92
|
-
border: none;
|
|
93
|
-
outline: none;
|
|
94
|
-
background-color: transparent;
|
|
95
|
-
cursor: pointer;
|
|
96
|
-
padding: 0px;
|
|
97
|
-
display: flex;
|
|
98
|
-
justify-content: center;
|
|
99
|
-
align-items: center;
|
|
100
|
-
border-radius: 50%;
|
|
101
|
-
width: 100%;
|
|
102
|
-
height: 100%;
|
|
103
|
-
max-width: 48px;
|
|
104
|
-
max-height: 48px;
|
|
105
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const o = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "c1yrpn9o",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), n = /* @__PURE__ */ s("div")({
|
|
7
|
+
name: "TopInfo",
|
|
8
|
+
class: "t17fwahh",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), e = /* @__PURE__ */ s("div")({
|
|
11
|
+
name: "BottomInfo",
|
|
12
|
+
class: "by6w7e9",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
}), t = /* @__PURE__ */ s("div")({
|
|
15
|
+
name: "User",
|
|
16
|
+
class: "u1g7arbm",
|
|
17
|
+
propsAsIs: !1
|
|
18
|
+
}), r = /* @__PURE__ */ s("img")({
|
|
19
|
+
name: "Avatar",
|
|
20
|
+
class: "a1ldeata",
|
|
21
|
+
propsAsIs: !1
|
|
22
|
+
}), c = /* @__PURE__ */ s("div")({
|
|
23
|
+
name: "UserInfo",
|
|
24
|
+
class: "u10d4koz",
|
|
25
|
+
propsAsIs: !1
|
|
26
|
+
}), l = /* @__PURE__ */ s("div")({
|
|
27
|
+
name: "UserName",
|
|
28
|
+
class: "u1q6roj0",
|
|
29
|
+
propsAsIs: !1
|
|
30
|
+
}), p = /* @__PURE__ */ s("div")({
|
|
31
|
+
name: "UserRating",
|
|
32
|
+
class: "ui0m425",
|
|
33
|
+
propsAsIs: !1
|
|
34
|
+
}), i = /* @__PURE__ */ s("img")({
|
|
35
|
+
name: "TrophyIcon",
|
|
36
|
+
class: "t1el3mrn",
|
|
37
|
+
propsAsIs: !1
|
|
38
|
+
}), m = /* @__PURE__ */ s("div")({
|
|
39
|
+
name: "Rts",
|
|
40
|
+
class: "r2vgnxv",
|
|
41
|
+
propsAsIs: !1
|
|
42
|
+
}), I = /* @__PURE__ */ s("div")({
|
|
43
|
+
name: "RtsIndicator",
|
|
44
|
+
class: "roqn06j",
|
|
45
|
+
propsAsIs: !1
|
|
46
|
+
}), d = /* @__PURE__ */ s("div")({
|
|
47
|
+
name: "RtsLabel",
|
|
48
|
+
class: "r15adx7c",
|
|
49
|
+
propsAsIs: !1
|
|
50
|
+
}), f = /* @__PURE__ */ s("div")({
|
|
51
|
+
name: "Divider",
|
|
52
|
+
class: "dv59lta",
|
|
53
|
+
propsAsIs: !1
|
|
54
|
+
}), v = /* @__PURE__ */ s("div")({
|
|
55
|
+
name: "Ranks",
|
|
56
|
+
class: "r55lotb",
|
|
57
|
+
propsAsIs: !1
|
|
58
|
+
}), A = /* @__PURE__ */ s("div")({
|
|
59
|
+
name: "Statistics",
|
|
60
|
+
class: "s1knfgqt",
|
|
61
|
+
propsAsIs: !1
|
|
62
|
+
}), R = /* @__PURE__ */ s("div")({
|
|
63
|
+
name: "AvatarPlaceholder",
|
|
64
|
+
class: "a1mqo824",
|
|
65
|
+
propsAsIs: !1
|
|
66
|
+
}), U = /* @__PURE__ */ s("button")({
|
|
67
|
+
name: "UserAccountBtn",
|
|
68
|
+
class: "uxareh6",
|
|
69
|
+
propsAsIs: !1
|
|
70
|
+
});
|
|
106
71
|
export {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
72
|
+
r as Avatar,
|
|
73
|
+
R as AvatarPlaceholder,
|
|
74
|
+
e as BottomInfo,
|
|
110
75
|
o as Container,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
76
|
+
f as Divider,
|
|
77
|
+
v as Ranks,
|
|
78
|
+
m as Rts,
|
|
79
|
+
I as RtsIndicator,
|
|
80
|
+
d as RtsLabel,
|
|
81
|
+
A as Statistics,
|
|
82
|
+
n as TopInfo,
|
|
83
|
+
i as TrophyIcon,
|
|
84
|
+
t as User,
|
|
85
|
+
U as UserAccountBtn,
|
|
86
|
+
c as UserInfo,
|
|
87
|
+
l as UserName,
|
|
123
88
|
p as UserRating
|
|
124
89
|
};
|
|
@@ -1,29 +1,19 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
line-height: 26px;
|
|
16
|
-
text-align: center;
|
|
17
|
-
`, o = t.div`
|
|
18
|
-
color: var(--color-neutrals-gray9);
|
|
19
|
-
font-size: 14px;
|
|
20
|
-
font-weight: var(--font-weight-default);
|
|
21
|
-
line-height: 20px;
|
|
22
|
-
letter-spacing: -0.154px;
|
|
23
|
-
text-align: center;
|
|
24
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const e = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "c38csyt",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), o = /* @__PURE__ */ s("div")({
|
|
7
|
+
name: "Title",
|
|
8
|
+
class: "ty221rx",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), a = /* @__PURE__ */ s("div")({
|
|
11
|
+
name: "Description",
|
|
12
|
+
class: "dlaj9xp",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
});
|
|
25
15
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
16
|
+
e as Container,
|
|
17
|
+
a as Description,
|
|
18
|
+
o as Title
|
|
29
19
|
};
|
|
@@ -1,70 +1,42 @@
|
|
|
1
|
-
import { styled as
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
2
|
import { SvgIcon as e } from "../../../icons/index.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
justify-content: center;
|
|
35
|
-
margin-right: 16px;
|
|
36
|
-
|
|
37
|
-
&[data-feedbackType='correct'] {
|
|
38
|
-
background-color: var(--color-primary-green1);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&[data-feedbackType='incorrect'] {
|
|
42
|
-
background-color: var(--color-secondary-red1);
|
|
43
|
-
}
|
|
44
|
-
`, p = r.div`
|
|
45
|
-
font-weight: var(--font-weight-default);
|
|
46
|
-
`, l = r.span`
|
|
47
|
-
margin-right: 5px;
|
|
48
|
-
|
|
49
|
-
&[data-feedbackType='correct'] {
|
|
50
|
-
color: var(--color-primary-green1);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
&[data-feedbackType='incorrect'] {
|
|
54
|
-
color: var(--color-secondary-red1);
|
|
55
|
-
}
|
|
56
|
-
`, g = r.span`
|
|
57
|
-
color: var(--color-neutrals-gray9);
|
|
58
|
-
`, s = r.div`
|
|
59
|
-
font-weight: 400;
|
|
60
|
-
margin-top: 10px;
|
|
61
|
-
`;
|
|
5
|
+
const p = /* @__PURE__ */ s("div")({
|
|
6
|
+
name: "Container",
|
|
7
|
+
class: "c16sbdnm",
|
|
8
|
+
propsAsIs: !1
|
|
9
|
+
}), a = () => e, r = /* @__PURE__ */ s(a())({
|
|
10
|
+
name: "IconPrediction",
|
|
11
|
+
class: "ibhorgl",
|
|
12
|
+
propsAsIs: !0
|
|
13
|
+
}), i = /* @__PURE__ */ s("div")({
|
|
14
|
+
name: "FeedbackIconWrap",
|
|
15
|
+
class: "f1g20ja7",
|
|
16
|
+
propsAsIs: !1
|
|
17
|
+
}), d = /* @__PURE__ */ s("div")({
|
|
18
|
+
name: "FeedbackHeader",
|
|
19
|
+
class: "f455ozj",
|
|
20
|
+
propsAsIs: !1
|
|
21
|
+
}), l = /* @__PURE__ */ s("span")({
|
|
22
|
+
name: "FeedbackTitle",
|
|
23
|
+
class: "f1913njx",
|
|
24
|
+
propsAsIs: !1
|
|
25
|
+
}), f = /* @__PURE__ */ s("span")({
|
|
26
|
+
name: "FeedbackDescription",
|
|
27
|
+
class: "fzfk69z",
|
|
28
|
+
propsAsIs: !1
|
|
29
|
+
}), m = /* @__PURE__ */ s("div")({
|
|
30
|
+
name: "FeedbackText",
|
|
31
|
+
class: "fx87qaj",
|
|
32
|
+
propsAsIs: !1
|
|
33
|
+
});
|
|
62
34
|
export {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
35
|
+
p as Container,
|
|
36
|
+
f as FeedbackDescription,
|
|
37
|
+
d as FeedbackHeader,
|
|
38
|
+
i as FeedbackIconWrap,
|
|
39
|
+
m as FeedbackText,
|
|
68
40
|
l as FeedbackTitle,
|
|
69
|
-
|
|
41
|
+
r as IconPrediction
|
|
70
42
|
};
|
|
@@ -1,25 +1,14 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
justify-content: center;
|
|
12
|
-
column-gap: 10px;
|
|
13
|
-
padding: 11px 16px;
|
|
14
|
-
color: var(--color-primary-green1);
|
|
15
|
-
font-size: 14px;
|
|
16
|
-
font-weight: var(--font-weight-default);
|
|
17
|
-
line-height: 20px;
|
|
18
|
-
border-radius: 40px;
|
|
19
|
-
border: 1px solid var(--color-primary-green1);
|
|
20
|
-
text-decoration: none;
|
|
21
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const e = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "c1euiow",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), o = /* @__PURE__ */ s("a")({
|
|
7
|
+
name: "WebLinkBtn",
|
|
8
|
+
class: "w19zie3h",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
});
|
|
22
11
|
export {
|
|
23
|
-
|
|
24
|
-
|
|
12
|
+
e as Container,
|
|
13
|
+
o as WebLinkBtn
|
|
25
14
|
};
|
|
@@ -1,33 +1,24 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
font-weight: 400;
|
|
20
|
-
margin: 16px 0px;
|
|
21
|
-
margin-bottom: 16px;
|
|
22
|
-
`, p = i.div`
|
|
23
|
-
position: relative;
|
|
24
|
-
gap: 8px;
|
|
25
|
-
display: flex;
|
|
26
|
-
flex-direction: column;
|
|
27
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const n = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "c14ielyq",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), e = /* @__PURE__ */ s("div")({
|
|
7
|
+
name: "Content",
|
|
8
|
+
class: "c1tlqx57",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), o = /* @__PURE__ */ s("div")({
|
|
11
|
+
name: "Title",
|
|
12
|
+
class: "t1hq58md",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
}), l = /* @__PURE__ */ s("div")({
|
|
15
|
+
name: "Options",
|
|
16
|
+
class: "o1c8nxcx",
|
|
17
|
+
propsAsIs: !1
|
|
18
|
+
});
|
|
28
19
|
export {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
20
|
+
n as Container,
|
|
21
|
+
e as Content,
|
|
22
|
+
l as Options,
|
|
23
|
+
o as Title
|
|
33
24
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
background-color: var(--color-neutrals-white);
|
|
8
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const t = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "c1dcxmvf",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
});
|
|
9
7
|
export {
|
|
10
|
-
|
|
8
|
+
t as Container
|
|
11
9
|
};
|