fansunited-frontend-components 0.0.1-RC3 → 0.0.1-RC5
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/{dist/esm/components.js → classic-quiz-play.es.js} +1 -1
- package/classic-quiz-play.umd.js +174 -0
- package/index.d.ts +3 -0
- package/package.json +4 -26
- package/src/components/ClassicQuizNotFound.d.ts +4 -0
- package/src/components/ClassicQuizNotFound.d.ts.map +1 -0
- package/src/components/ClassicQuizNotFound.js +55 -0
- package/src/components/ClassicQuizPlay.d.ts +5 -0
- package/src/components/ClassicQuizPlay.d.ts.map +1 -0
- package/src/components/ClassicQuizPlay.js +321 -0
- package/src/components/Leads/CollectLead.d.ts +22 -0
- package/src/components/Leads/CollectLead.d.ts.map +1 -0
- package/src/components/Leads/CollectLead.js +20 -0
- package/src/components/Leads/LeadAgreementCheckbox.d.ts +10 -0
- package/src/components/Leads/LeadAgreementCheckbox.d.ts.map +1 -0
- package/src/components/Leads/LeadAgreementCheckbox.js +45 -0
- package/src/components/Leads/LeadForm.d.ts +20 -0
- package/src/components/Leads/LeadForm.d.ts.map +1 -0
- package/src/components/Leads/LeadForm.js +289 -0
- package/src/components/Shared/AlertMessage.d.ts +10 -0
- package/src/components/Shared/AlertMessage.d.ts.map +1 -0
- package/src/components/Shared/AlertMessage.js +37 -0
- package/src/components/Shared/Answers/Answers.d.ts +14 -0
- package/src/components/Shared/Answers/Answers.d.ts.map +1 -0
- package/src/components/Shared/Answers/Answers.js +31 -0
- package/src/components/Shared/Answers/Option.d.ts +13 -0
- package/src/components/Shared/Answers/Option.d.ts.map +1 -0
- package/src/components/Shared/Answers/Option.js +118 -0
- package/src/components/Shared/Button.d.ts +12 -0
- package/src/components/Shared/Button.d.ts.map +1 -0
- package/src/components/Shared/Button.js +43 -0
- package/src/components/Shared/MainCard.d.ts +10 -0
- package/src/components/Shared/MainCard.d.ts.map +1 -0
- package/src/components/Shared/MainCard.js +24 -0
- package/src/components/Shared/Pagination.d.ts +10 -0
- package/src/components/Shared/Pagination.d.ts.map +1 -0
- package/src/components/Shared/Pagination.js +118 -0
- package/src/components/Shared/PresentedBy.d.ts +8 -0
- package/src/components/Shared/PresentedBy.d.ts.map +1 -0
- package/src/components/Shared/PresentedBy.js +51 -0
- package/src/components/Shared/ScoreStateWrapper.d.ts +13 -0
- package/src/components/Shared/ScoreStateWrapper.d.ts.map +1 -0
- package/src/components/Shared/ScoreStateWrapper.js +254 -0
- package/src/components/Shared/Stepper.d.ts +11 -0
- package/src/components/Shared/Stepper.d.ts.map +1 -0
- package/src/components/Shared/Stepper.js +75 -0
- package/src/components/Shared/Stopwatch.d.ts +12 -0
- package/src/components/Shared/Stopwatch.d.ts.map +1 -0
- package/src/components/Shared/Stopwatch.js +103 -0
- package/src/components/Variants/Overlay/AuthError/OverlayAuthError.d.ts +8 -0
- package/src/components/Variants/Overlay/AuthError/OverlayAuthError.d.ts.map +1 -0
- package/src/components/Variants/Overlay/AuthError/OverlayAuthError.js +68 -0
- package/src/components/Variants/Overlay/AuthError/OverlayAuthError.styles.d.ts +118 -0
- package/src/components/Variants/Overlay/AuthError/OverlayAuthError.styles.d.ts.map +1 -0
- package/src/components/Variants/Overlay/AuthError/OverlayAuthError.styles.js +103 -0
- package/src/components/Variants/Overlay/OverlayVariant.d.ts +5 -0
- package/src/components/Variants/Overlay/OverlayVariant.d.ts.map +1 -0
- package/src/components/Variants/Overlay/OverlayVariant.js +100 -0
- package/src/components/Variants/Overlay/OverlayVariant.styles.d.ts +286 -0
- package/src/components/Variants/Overlay/OverlayVariant.styles.d.ts.map +1 -0
- package/src/components/Variants/Overlay/OverlayVariant.styles.js +266 -0
- package/src/components/Variants/Overlay/ScoreState/OverlayScoreState.d.ts +16 -0
- package/src/components/Variants/Overlay/ScoreState/OverlayScoreState.d.ts.map +1 -0
- package/src/components/Variants/Overlay/ScoreState/OverlayScoreState.js +90 -0
- package/src/components/Variants/Overlay/ScoreState/OverlayScoreState.styles.d.ts +364 -0
- package/src/components/Variants/Overlay/ScoreState/OverlayScoreState.styles.d.ts.map +1 -0
- package/src/components/Variants/Overlay/ScoreState/OverlayScoreState.styles.js +374 -0
- package/src/components/Variants/Split/AuthError/SplitAuthError.d.ts +8 -0
- package/src/components/Variants/Split/AuthError/SplitAuthError.d.ts.map +1 -0
- package/src/components/Variants/Split/AuthError/SplitAuthError.js +44 -0
- package/src/components/Variants/Split/AuthError/SplitAuthError.styles.d.ts +126 -0
- package/src/components/Variants/Split/AuthError/SplitAuthError.styles.d.ts.map +1 -0
- package/src/components/Variants/Split/AuthError/SplitAuthError.styles.js +95 -0
- package/src/components/Variants/Split/ScoreState/SplitScoreState.d.ts +16 -0
- package/src/components/Variants/Split/ScoreState/SplitScoreState.d.ts.map +1 -0
- package/src/components/Variants/Split/ScoreState/SplitScoreState.js +84 -0
- package/src/components/Variants/Split/ScoreState/SplitScoreState.styles.d.ts +403 -0
- package/src/components/Variants/Split/ScoreState/SplitScoreState.styles.d.ts.map +1 -0
- package/src/components/Variants/Split/ScoreState/SplitScoreState.styles.js +400 -0
- package/src/components/Variants/Split/SplitVariant.d.ts +5 -0
- package/src/components/Variants/Split/SplitVariant.d.ts.map +1 -0
- package/src/components/Variants/Split/SplitVariant.js +79 -0
- package/src/components/Variants/Split/SplitVariant.styles.d.ts +252 -0
- package/src/components/Variants/Split/SplitVariant.styles.d.ts.map +1 -0
- package/src/components/Variants/Split/SplitVariant.styles.js +216 -0
- package/src/components/Variants/Standard/AuthError/StandardAuthError.d.ts +9 -0
- package/src/components/Variants/Standard/AuthError/StandardAuthError.d.ts.map +1 -0
- package/src/components/Variants/Standard/AuthError/StandardAuthError.js +43 -0
- package/src/components/Variants/Standard/AuthError/StandardAuthError.styles.d.ts +231 -0
- package/src/components/Variants/Standard/AuthError/StandardAuthError.styles.d.ts.map +1 -0
- package/src/components/Variants/Standard/AuthError/StandardAuthError.styles.js +201 -0
- package/src/components/Variants/Standard/ScoreState/StandardScoreState.d.ts +17 -0
- package/src/components/Variants/Standard/ScoreState/StandardScoreState.d.ts.map +1 -0
- package/src/components/Variants/Standard/ScoreState/StandardScoreState.js +78 -0
- package/src/components/Variants/Standard/ScoreState/StandardScoreState.styles.d.ts +350 -0
- package/src/components/Variants/Standard/ScoreState/StandardScoreState.styles.d.ts.map +1 -0
- package/src/components/Variants/Standard/ScoreState/StandardScoreState.styles.js +349 -0
- package/src/components/Variants/Standard/StandardVariant.d.ts +10 -0
- package/src/components/Variants/Standard/StandardVariant.d.ts.map +1 -0
- package/src/components/Variants/Standard/StandardVariant.js +82 -0
- package/src/components/Variants/Standard/StandardVariant.styles.d.ts +414 -0
- package/src/components/Variants/Standard/StandardVariant.styles.d.ts.map +1 -0
- package/src/components/Variants/Standard/StandardVariant.styles.js +373 -0
- package/src/constants/constants.d.ts +7 -0
- package/src/constants/constants.d.ts.map +1 -0
- package/src/constants/constants.js +446 -0
- package/src/hooks/useClassicQuizById.d.ts +3 -0
- package/src/hooks/useClassicQuizById.d.ts.map +1 -0
- package/src/hooks/useClassicQuizById.js +20 -0
- package/src/hooks/useEmbedCodeContainer.d.ts +2 -0
- package/src/hooks/useEmbedCodeContainer.d.ts.map +1 -0
- package/src/hooks/useEmbedCodeContainer.js +38 -0
- package/src/hooks/useMyParticipation.d.ts +3 -0
- package/src/hooks/useMyParticipation.d.ts.map +1 -0
- package/src/hooks/useMyParticipation.js +22 -0
- package/src/hooks/useScoreStateHelpers.d.ts +18 -0
- package/src/hooks/useScoreStateHelpers.d.ts.map +1 -0
- package/src/hooks/useScoreStateHelpers.js +156 -0
- package/src/index.d.ts +3 -0
- package/src/index.d.ts.map +1 -0
- package/src/index.js +2 -0
- package/src/main.d.ts +5 -0
- package/src/main.d.ts.map +1 -0
- package/src/main.js +53 -0
- package/src/services/service.d.ts +1 -0
- package/src/services/service.d.ts.map +1 -0
- package/src/services/service.js +1 -0
- package/src/styles/form.styles.d.ts +19 -0
- package/src/styles/form.styles.d.ts.map +1 -0
- package/src/styles/form.styles.js +18 -0
- package/src/types/types.d.ts +28 -0
- package/src/types/types.d.ts.map +1 -0
- package/src/types/types.js +1 -0
- package/tsconfig.tsbuildinfo +1 -0
- package/dist/esm/components.d.ts +0 -1
- package/dist/esm/src/index.d.ts +0 -4
- package/dist/esm/src/index.d.ts.map +0 -1
- package/dist/esm/src/indexUmd.d.ts +0 -2
- package/dist/esm/src/indexUmd.d.ts.map +0 -1
- package/dist/esm/vite.config.d.ts +0 -3
- package/dist/esm/vite.config.d.ts.map +0 -1
- package/dist/esm/vite.config.umd.d.ts +0 -3
- package/dist/esm/vite.config.umd.d.ts.map +0 -1
- package/dist/src/index.d.ts +0 -3
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/index.js +0 -2
- package/dist/src/indexUmd.d.ts +0 -2
- package/dist/src/indexUmd.d.ts.map +0 -1
- package/dist/src/indexUmd.js +0 -4
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/dist/vite.config.d.ts +0 -3
- package/dist/vite.config.d.ts.map +0 -1
- package/dist/vite.config.js +0 -38
- package/dist/vite.config.umd.d.ts +0 -3
- package/dist/vite.config.umd.d.ts.map +0 -1
- package/dist/vite.config.umd.js +0 -35
- package/src/index.ts +0 -3
- package/src/indexUmd.ts +0 -5
- package/tsconfig.json +0 -10
- package/vite.config.ts +0 -42
- package/vite.config.umd.ts +0 -39
- package/vite.config_2.ts +0 -30
|
@@ -0,0 +1,364 @@
|
|
|
1
|
+
import { CustomSpacingScale } from "@fansunited/common";
|
|
2
|
+
import { BrandingColorsModel } from "fansunited-sdk-esm";
|
|
3
|
+
import { CSSProperties } from "react";
|
|
4
|
+
interface StyleProps {
|
|
5
|
+
spacingScale: CustomSpacingScale;
|
|
6
|
+
brandingColors: BrandingColorsModel | null;
|
|
7
|
+
primaryColor: string;
|
|
8
|
+
textPrimary: string;
|
|
9
|
+
fontFamilyPrimary: string;
|
|
10
|
+
fontFamilySecondary: string;
|
|
11
|
+
mdBorderRadius: string;
|
|
12
|
+
xlBorderRadius: string;
|
|
13
|
+
borderColor: string;
|
|
14
|
+
borderSize: string;
|
|
15
|
+
contentBgColor: string;
|
|
16
|
+
backgroundImage: string;
|
|
17
|
+
successColor: string;
|
|
18
|
+
dangerColor: string;
|
|
19
|
+
onSurfaceColor: string;
|
|
20
|
+
surfaceVariantColor: string;
|
|
21
|
+
scorePercentage: number;
|
|
22
|
+
}
|
|
23
|
+
export declare const createStyles: (props: StyleProps) => {
|
|
24
|
+
mainContainerWithExplanations: {
|
|
25
|
+
boxShadow: string;
|
|
26
|
+
border: string;
|
|
27
|
+
overflow: string;
|
|
28
|
+
backgroundImage: string;
|
|
29
|
+
backgroundSize: string;
|
|
30
|
+
position: string;
|
|
31
|
+
borderRadius: string;
|
|
32
|
+
minHeight: string;
|
|
33
|
+
"&::before": {
|
|
34
|
+
content: string;
|
|
35
|
+
position: string;
|
|
36
|
+
top: number;
|
|
37
|
+
left: number;
|
|
38
|
+
right: number;
|
|
39
|
+
bottom: number;
|
|
40
|
+
borderRadius: string;
|
|
41
|
+
zIndex: number;
|
|
42
|
+
background: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
mainContainer: {
|
|
46
|
+
display: string;
|
|
47
|
+
flexDirection: string;
|
|
48
|
+
gap: string;
|
|
49
|
+
p: string;
|
|
50
|
+
boxShadow: string;
|
|
51
|
+
border: string;
|
|
52
|
+
overflow: string;
|
|
53
|
+
backgroundImage: string;
|
|
54
|
+
backgroundSize: string;
|
|
55
|
+
position: string;
|
|
56
|
+
borderRadius: string;
|
|
57
|
+
minHeight: string;
|
|
58
|
+
"&::before": {
|
|
59
|
+
content: string;
|
|
60
|
+
position: string;
|
|
61
|
+
top: number;
|
|
62
|
+
left: number;
|
|
63
|
+
right: number;
|
|
64
|
+
bottom: number;
|
|
65
|
+
borderRadius: string;
|
|
66
|
+
zIndex: number;
|
|
67
|
+
background: string;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
scoreStateWrapperContent: {
|
|
71
|
+
display: string;
|
|
72
|
+
flexDirection: string;
|
|
73
|
+
gap: string;
|
|
74
|
+
p: string;
|
|
75
|
+
};
|
|
76
|
+
mainContentWrapper: {
|
|
77
|
+
display: string;
|
|
78
|
+
flexDirection: string;
|
|
79
|
+
gap: string;
|
|
80
|
+
zIndex: number;
|
|
81
|
+
};
|
|
82
|
+
scoreContainer: {
|
|
83
|
+
borderRadius: string;
|
|
84
|
+
p: string;
|
|
85
|
+
display: string;
|
|
86
|
+
flexDirection: string;
|
|
87
|
+
alignItems: string;
|
|
88
|
+
alignSelf: string;
|
|
89
|
+
gap: string;
|
|
90
|
+
backdropFilter: string;
|
|
91
|
+
position: string;
|
|
92
|
+
"&::before": {
|
|
93
|
+
content: string;
|
|
94
|
+
position: string;
|
|
95
|
+
top: number;
|
|
96
|
+
left: number;
|
|
97
|
+
right: number;
|
|
98
|
+
bottom: number;
|
|
99
|
+
backgroundColor: string;
|
|
100
|
+
opacity: number;
|
|
101
|
+
borderRadius: string;
|
|
102
|
+
zIndex: number;
|
|
103
|
+
backdropFilter: string;
|
|
104
|
+
};
|
|
105
|
+
"& > *": {
|
|
106
|
+
position: string;
|
|
107
|
+
zIndex: number;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
scoreContentWrapper: {
|
|
111
|
+
display: string;
|
|
112
|
+
flexDirection: {
|
|
113
|
+
xs: string;
|
|
114
|
+
md: string;
|
|
115
|
+
};
|
|
116
|
+
justifyContent: string;
|
|
117
|
+
alignItems: string;
|
|
118
|
+
alignSelf: string;
|
|
119
|
+
};
|
|
120
|
+
scoreSection: {
|
|
121
|
+
display: string;
|
|
122
|
+
py: string;
|
|
123
|
+
gap: string;
|
|
124
|
+
justifyContent: string;
|
|
125
|
+
alignItems: string;
|
|
126
|
+
flex: string;
|
|
127
|
+
};
|
|
128
|
+
scoreSectionWrapper: {
|
|
129
|
+
display: string;
|
|
130
|
+
minWidth: string;
|
|
131
|
+
p: string;
|
|
132
|
+
justifyContent: string;
|
|
133
|
+
alignItems: string;
|
|
134
|
+
gap: string;
|
|
135
|
+
flex: string;
|
|
136
|
+
alignSelf: string;
|
|
137
|
+
flexDirection: {
|
|
138
|
+
xs: string;
|
|
139
|
+
md: string;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
achievementBadgeContainer: {
|
|
143
|
+
display: string;
|
|
144
|
+
width: {
|
|
145
|
+
xs: string;
|
|
146
|
+
md: string;
|
|
147
|
+
};
|
|
148
|
+
height: {
|
|
149
|
+
xs: string;
|
|
150
|
+
md: string;
|
|
151
|
+
};
|
|
152
|
+
flexDirection: string;
|
|
153
|
+
justifyContent: string;
|
|
154
|
+
alignItems: string;
|
|
155
|
+
position: string;
|
|
156
|
+
};
|
|
157
|
+
hexagonBackground: CSSProperties;
|
|
158
|
+
achievementEmoji: CSSProperties;
|
|
159
|
+
textSection: {
|
|
160
|
+
display: string;
|
|
161
|
+
flexDirection: string;
|
|
162
|
+
alignItems: string;
|
|
163
|
+
};
|
|
164
|
+
congratulationsText: {
|
|
165
|
+
color: string;
|
|
166
|
+
textAlign: string;
|
|
167
|
+
fontFamily: string;
|
|
168
|
+
fontSize: string;
|
|
169
|
+
fontStyle: string;
|
|
170
|
+
fontWeight: number;
|
|
171
|
+
lineHeight: string;
|
|
172
|
+
px: number;
|
|
173
|
+
};
|
|
174
|
+
scoreNumbersContainer: {
|
|
175
|
+
display: string;
|
|
176
|
+
alignItems: string;
|
|
177
|
+
gap: string;
|
|
178
|
+
};
|
|
179
|
+
scoreNumbersWrapper: {
|
|
180
|
+
display: string;
|
|
181
|
+
alignItems: string;
|
|
182
|
+
gap: string;
|
|
183
|
+
};
|
|
184
|
+
correctScoreText: {
|
|
185
|
+
textAlign: string;
|
|
186
|
+
color: string;
|
|
187
|
+
fontFamily: string;
|
|
188
|
+
fontSize: string;
|
|
189
|
+
fontStyle: string;
|
|
190
|
+
fontWeight: number;
|
|
191
|
+
lineHeight: string;
|
|
192
|
+
letterSpacing: string;
|
|
193
|
+
};
|
|
194
|
+
totalScoreText: {
|
|
195
|
+
textAlign: string;
|
|
196
|
+
color: string;
|
|
197
|
+
fontFamily: string;
|
|
198
|
+
fontSize: string;
|
|
199
|
+
fontStyle: string;
|
|
200
|
+
fontWeight: number;
|
|
201
|
+
lineHeight: string;
|
|
202
|
+
letterSpacing: string;
|
|
203
|
+
};
|
|
204
|
+
timeText: {
|
|
205
|
+
textAlign: string;
|
|
206
|
+
color: string;
|
|
207
|
+
fontFamily: string;
|
|
208
|
+
fontSize: string;
|
|
209
|
+
fontStyle: string;
|
|
210
|
+
fontWeight: number;
|
|
211
|
+
lineHeight: string;
|
|
212
|
+
letterSpacing: string;
|
|
213
|
+
};
|
|
214
|
+
pointsText: {
|
|
215
|
+
textAlign: string;
|
|
216
|
+
color: string;
|
|
217
|
+
fontFamily: string;
|
|
218
|
+
fontSize: string;
|
|
219
|
+
fontStyle: string;
|
|
220
|
+
fontWeight: number;
|
|
221
|
+
lineHeight: string;
|
|
222
|
+
letterSpacing: string;
|
|
223
|
+
};
|
|
224
|
+
ctaSection: {
|
|
225
|
+
display: string;
|
|
226
|
+
py: string;
|
|
227
|
+
justifyContent: string;
|
|
228
|
+
alignItems: string;
|
|
229
|
+
gap: string;
|
|
230
|
+
flex: string;
|
|
231
|
+
};
|
|
232
|
+
ctaContentWrapper: {
|
|
233
|
+
display: string;
|
|
234
|
+
flexDirection: string;
|
|
235
|
+
justifyContent: string;
|
|
236
|
+
alignItems: string;
|
|
237
|
+
gap: string;
|
|
238
|
+
flex: string;
|
|
239
|
+
};
|
|
240
|
+
thanksText: {
|
|
241
|
+
color: string;
|
|
242
|
+
textAlign: string;
|
|
243
|
+
fontFamily: string;
|
|
244
|
+
fontSize: string;
|
|
245
|
+
fontStyle: string;
|
|
246
|
+
fontWeight: number;
|
|
247
|
+
lineHeight: string;
|
|
248
|
+
letterSpacing: string;
|
|
249
|
+
};
|
|
250
|
+
buttonsContainer: {
|
|
251
|
+
display: string;
|
|
252
|
+
flexDirection: {
|
|
253
|
+
xs: string;
|
|
254
|
+
md: string;
|
|
255
|
+
};
|
|
256
|
+
gap: string;
|
|
257
|
+
};
|
|
258
|
+
playAgainButton: {
|
|
259
|
+
display: string;
|
|
260
|
+
minHeight: string;
|
|
261
|
+
py: string;
|
|
262
|
+
pr: string;
|
|
263
|
+
pl: string;
|
|
264
|
+
flexDirection: string;
|
|
265
|
+
justifyContent: string;
|
|
266
|
+
alignItems: string;
|
|
267
|
+
gap: string;
|
|
268
|
+
borderRadius: string;
|
|
269
|
+
bgcolor: string;
|
|
270
|
+
"&:hover": {
|
|
271
|
+
bgcolor: string;
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
playAgainButtonContent: {
|
|
275
|
+
display: string;
|
|
276
|
+
justifyContent: string;
|
|
277
|
+
alignItems: string;
|
|
278
|
+
gap: string;
|
|
279
|
+
alignSelf: string;
|
|
280
|
+
};
|
|
281
|
+
playAgainIcon: {
|
|
282
|
+
display: string;
|
|
283
|
+
width: string;
|
|
284
|
+
height: string;
|
|
285
|
+
justifyContent: string;
|
|
286
|
+
alignItems: string;
|
|
287
|
+
color: string;
|
|
288
|
+
};
|
|
289
|
+
playAgainText: {
|
|
290
|
+
color: string;
|
|
291
|
+
textAlign: string;
|
|
292
|
+
fontFamily: string;
|
|
293
|
+
fontSize: string;
|
|
294
|
+
fontStyle: string;
|
|
295
|
+
fontWeight: number;
|
|
296
|
+
lineHeight: string;
|
|
297
|
+
letterSpacing: string;
|
|
298
|
+
textTransform: string;
|
|
299
|
+
};
|
|
300
|
+
shareButton: {
|
|
301
|
+
display: string;
|
|
302
|
+
minHeight: string;
|
|
303
|
+
py: string;
|
|
304
|
+
pr: string;
|
|
305
|
+
pl: string;
|
|
306
|
+
flexDirection: string;
|
|
307
|
+
justifyContent: string;
|
|
308
|
+
alignItems: string;
|
|
309
|
+
gap: string;
|
|
310
|
+
borderRadius: string;
|
|
311
|
+
bgcolor: string;
|
|
312
|
+
"&:hover": {
|
|
313
|
+
bgcolor: string;
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
shareButtonContent: {
|
|
317
|
+
display: string;
|
|
318
|
+
justifyContent: string;
|
|
319
|
+
alignItems: string;
|
|
320
|
+
gap: string;
|
|
321
|
+
alignSelf: string;
|
|
322
|
+
};
|
|
323
|
+
shareIcon: CSSProperties;
|
|
324
|
+
shareText: {
|
|
325
|
+
color: string;
|
|
326
|
+
textAlign: string;
|
|
327
|
+
fontFamily: string;
|
|
328
|
+
fontSize: string;
|
|
329
|
+
fontStyle: string;
|
|
330
|
+
fontWeight: number;
|
|
331
|
+
lineHeight: string;
|
|
332
|
+
letterSpacing: string;
|
|
333
|
+
textTransform: string;
|
|
334
|
+
};
|
|
335
|
+
leadCollectionContainer: {
|
|
336
|
+
borderRadius: string;
|
|
337
|
+
p: string;
|
|
338
|
+
display: string;
|
|
339
|
+
flexDirection: string;
|
|
340
|
+
alignSelf: string;
|
|
341
|
+
gap: string;
|
|
342
|
+
backdropFilter: string;
|
|
343
|
+
position: string;
|
|
344
|
+
"&::before": {
|
|
345
|
+
content: string;
|
|
346
|
+
position: string;
|
|
347
|
+
top: number;
|
|
348
|
+
left: number;
|
|
349
|
+
right: number;
|
|
350
|
+
bottom: number;
|
|
351
|
+
backgroundColor: string;
|
|
352
|
+
opacity: number;
|
|
353
|
+
borderRadius: string;
|
|
354
|
+
zIndex: number;
|
|
355
|
+
backdropFilter: string;
|
|
356
|
+
};
|
|
357
|
+
"& > *": {
|
|
358
|
+
position: string;
|
|
359
|
+
zIndex: number;
|
|
360
|
+
};
|
|
361
|
+
};
|
|
362
|
+
};
|
|
363
|
+
export {};
|
|
364
|
+
//# sourceMappingURL=OverlayScoreState.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OverlayScoreState.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Variants/Overlay/ScoreState/OverlayScoreState.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,UAAU;IAClB,YAAY,EAAE,kBAAkB,CAAC;IACjC,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAsJvC,aAAa;sBAOb,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA8Mb,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2ClB,CAAC"}
|