@fynd-design-engineering/fynd-one-v2 2.2.0 → 2.2.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/dist/form/download-file.js +1 -33
- package/dist/global/style.css +1 -634
- package/dist/home/index.js +1 -18
- package/dist/navigation/announcement/index.js +1 -5170
- package/dist/navigation/context-menu/index.js +1 -32
- package/dist/navigation/desktop/index.js +1 -4613
- package/dist/navigation/mobile/index.js +1 -288
- package/dist/navigation/scroll/index.js +1 -55
- package/dist/navigation/style.css +1 -102
- package/dist/posthog/form-success.js +1 -74
- package/dist/posthog/index.js +1 -119
- package/dist/test/sample.js +1 -16
- package/dist/tracking/fill-form-fields.js +1 -97
- package/dist/tracking/page-categories.js +1 -21
- package/dist/tracking/user-journey.js +1 -253
- package/dist/tracking/utm-links.js +1 -195
- package/dist/utils/sample.js +1 -18
- package/dist/validations/localhost.js +1 -222
- package/package.json +1 -1
|
@@ -1,33 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
(() => {
|
|
3
|
-
// bin/live-reload.js
|
|
4
|
-
if (window.location.hostname === "localhost" || window.location.hostname === "127.0.0.1") {
|
|
5
|
-
new EventSource(`${"http://localhost:3000"}/esbuild`).addEventListener(
|
|
6
|
-
"change",
|
|
7
|
-
() => location.reload()
|
|
8
|
-
);
|
|
9
|
-
} else {
|
|
10
|
-
console.log("Live reload disabled: not running on localhost");
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
// src/form/download-file.ts
|
|
14
|
-
document.addEventListener("DOMContentLoaded", function() {
|
|
15
|
-
const submitButton = document.querySelector("#wf-form-Event-Download input[type='submit']");
|
|
16
|
-
if (!submitButton) {
|
|
17
|
-
console.error("Submit button not found");
|
|
18
|
-
return;
|
|
19
|
-
}
|
|
20
|
-
submitButton.addEventListener("click", function() {
|
|
21
|
-
setTimeout(() => {
|
|
22
|
-
const successEl = document.getElementById("ebook-success");
|
|
23
|
-
if (successEl && successEl.style.display !== "none") {
|
|
24
|
-
const downloadLink = document.getElementById("ebook-download");
|
|
25
|
-
if (downloadLink) {
|
|
26
|
-
downloadLink.click();
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}, 2500);
|
|
30
|
-
});
|
|
31
|
-
});
|
|
32
|
-
})();
|
|
33
|
-
//# sourceMappingURL=download-file.js.map
|
|
1
|
+
"use strict";(()=>{document.addEventListener("DOMContentLoaded",function(){let e=document.querySelector("#wf-form-Event-Download input[type='submit']");if(!e){console.error("Submit button not found");return}e.addEventListener("click",function(){setTimeout(()=>{let n=document.getElementById("ebook-success");if(n&&n.style.display!=="none"){let t=document.getElementById("ebook-download");t&&t.click()}},2500)})});})();
|
package/dist/global/style.css
CHANGED
|
@@ -1,634 +1 @@
|
|
|
1
|
-
/* src/global/style.css */
|
|
2
|
-
:root {
|
|
3
|
-
--Primary: "Fynd Sans", sans-serif;
|
|
4
|
-
--Secondary: "Inter Display", sans-serif;
|
|
5
|
-
}
|
|
6
|
-
html,
|
|
7
|
-
body {
|
|
8
|
-
-webkit-font-smoothing: antialiased;
|
|
9
|
-
-moz-osx-font-smoothing: grayscale;
|
|
10
|
-
text-rendering: optimizeLegibility;
|
|
11
|
-
font-smooth: always;
|
|
12
|
-
}
|
|
13
|
-
.w-background-video {
|
|
14
|
-
position: absolute;
|
|
15
|
-
inset: 0;
|
|
16
|
-
z-index: 0;
|
|
17
|
-
}
|
|
18
|
-
.video {
|
|
19
|
-
width: 100%;
|
|
20
|
-
height: auto;
|
|
21
|
-
object-fit: cover;
|
|
22
|
-
display: block;
|
|
23
|
-
}
|
|
24
|
-
[data-padding=big] {
|
|
25
|
-
padding-top: 9rem;
|
|
26
|
-
padding-bottom: 9rem;
|
|
27
|
-
}
|
|
28
|
-
[data-padding=medium] {
|
|
29
|
-
padding-top: 5rem;
|
|
30
|
-
padding-bottom: 5rem;
|
|
31
|
-
}
|
|
32
|
-
[data-padding=small] {
|
|
33
|
-
padding-top: 4rem;
|
|
34
|
-
padding-bottom: 4rem;
|
|
35
|
-
}
|
|
36
|
-
[data-text-style=heading-xxl] {
|
|
37
|
-
font-family: var(--Primary);
|
|
38
|
-
font-size: 4.5rem;
|
|
39
|
-
font-weight: 500;
|
|
40
|
-
line-height: 110%;
|
|
41
|
-
letter-spacing: -0.04em;
|
|
42
|
-
}
|
|
43
|
-
[data-text-style=heading-xl] {
|
|
44
|
-
font-family: var(--Primary);
|
|
45
|
-
font-size: 3.5rem;
|
|
46
|
-
font-weight: 400;
|
|
47
|
-
line-height: 110%;
|
|
48
|
-
letter-spacing: -0.04em;
|
|
49
|
-
}
|
|
50
|
-
[data-text-style=heading-l] {
|
|
51
|
-
font-family: var(--Primary);
|
|
52
|
-
font-size: 2.5rem;
|
|
53
|
-
font-weight: 400;
|
|
54
|
-
line-height: 110%;
|
|
55
|
-
letter-spacing: -0.03em;
|
|
56
|
-
}
|
|
57
|
-
[data-text-style=heading-m] {
|
|
58
|
-
font-family: var(--Primary);
|
|
59
|
-
font-size: 2rem;
|
|
60
|
-
font-weight: 400;
|
|
61
|
-
line-height: 120%;
|
|
62
|
-
letter-spacing: -0.02em;
|
|
63
|
-
}
|
|
64
|
-
[data-text-style=heading-s] {
|
|
65
|
-
font-family: var(--Secondary);
|
|
66
|
-
font-size: 1.625rem;
|
|
67
|
-
font-weight: 500;
|
|
68
|
-
line-height: 130%;
|
|
69
|
-
letter-spacing: -0.02em;
|
|
70
|
-
}
|
|
71
|
-
[data-text-style=heading-xs] {
|
|
72
|
-
font-family: var(--Secondary);
|
|
73
|
-
font-size: 1.25rem;
|
|
74
|
-
font-weight: 400;
|
|
75
|
-
line-height: 140%;
|
|
76
|
-
}
|
|
77
|
-
[data-text-style=font-weight-500] {
|
|
78
|
-
font-weight: 500;
|
|
79
|
-
}
|
|
80
|
-
@media (max-width: 1023px) {
|
|
81
|
-
[data-text-style=heading-xxl] {
|
|
82
|
-
font-size: 3.5rem;
|
|
83
|
-
}
|
|
84
|
-
[data-text-style=heading-xl] {
|
|
85
|
-
font-size: 2.5rem;
|
|
86
|
-
}
|
|
87
|
-
[data-text-style=heading-l] {
|
|
88
|
-
font-size: 2rem;
|
|
89
|
-
}
|
|
90
|
-
[data-text-style=heading-m] {
|
|
91
|
-
font-size: 1.5rem;
|
|
92
|
-
}
|
|
93
|
-
[data-text-style=heading-s] {
|
|
94
|
-
font-size: 1.25rem;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
@media (max-width: 767px) {
|
|
98
|
-
[data-text-style=heading-xxl] {
|
|
99
|
-
font-size: 2.5rem;
|
|
100
|
-
}
|
|
101
|
-
[data-text-style=heading-xl] {
|
|
102
|
-
font-size: 2rem;
|
|
103
|
-
}
|
|
104
|
-
[data-text-style=heading-xs] {
|
|
105
|
-
font-size: 1.2rem;
|
|
106
|
-
}
|
|
107
|
-
[data-text-style=heading-l] {
|
|
108
|
-
font-size: 1.5rem;
|
|
109
|
-
}
|
|
110
|
-
[data-text-style=heading-m] {
|
|
111
|
-
font-size: 1.25rem;
|
|
112
|
-
}
|
|
113
|
-
[data-text-style=heading-s] {
|
|
114
|
-
font-size: 1.125rem;
|
|
115
|
-
}
|
|
116
|
-
[data-padding=big],
|
|
117
|
-
[data-padding=medium],
|
|
118
|
-
[data-padding=small] {
|
|
119
|
-
padding-top: 2.5rem;
|
|
120
|
-
padding-bottom: 2.5rem;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
[data-text-style=body-xs-regular] {
|
|
124
|
-
font-size: 0.75rem;
|
|
125
|
-
font-weight: 400;
|
|
126
|
-
line-height: 130%;
|
|
127
|
-
}
|
|
128
|
-
[data-text-style=body-xs-medium] {
|
|
129
|
-
font-size: 0.75rem;
|
|
130
|
-
font-weight: 500;
|
|
131
|
-
line-height: 130%;
|
|
132
|
-
}
|
|
133
|
-
[data-text-style=body-xs-semibold] {
|
|
134
|
-
font-size: 0.75rem;
|
|
135
|
-
font-weight: 600;
|
|
136
|
-
line-height: 130%;
|
|
137
|
-
}
|
|
138
|
-
[data-text-style=body-s-regular] {
|
|
139
|
-
font-size: 0.875rem;
|
|
140
|
-
font-weight: 400;
|
|
141
|
-
line-height: 140%;
|
|
142
|
-
}
|
|
143
|
-
[data-text-style=body-s-medium] {
|
|
144
|
-
font-size: 0.875rem;
|
|
145
|
-
font-weight: 500;
|
|
146
|
-
line-height: 140%;
|
|
147
|
-
}
|
|
148
|
-
[data-text-style=body-m-regular] {
|
|
149
|
-
font-size: 1rem;
|
|
150
|
-
font-weight: 400;
|
|
151
|
-
line-height: 155%;
|
|
152
|
-
}
|
|
153
|
-
[data-text-style=body-m-medium] {
|
|
154
|
-
font-size: 1rem;
|
|
155
|
-
font-weight: 500;
|
|
156
|
-
line-height: 135%;
|
|
157
|
-
}
|
|
158
|
-
[data-text-style=body-l-regular] {
|
|
159
|
-
font-size: 1.125rem;
|
|
160
|
-
font-weight: 400;
|
|
161
|
-
line-height: 145%;
|
|
162
|
-
}
|
|
163
|
-
[data-text-style=body-l-medium] {
|
|
164
|
-
font-size: 1.125rem;
|
|
165
|
-
font-weight: 500;
|
|
166
|
-
line-height: 150%;
|
|
167
|
-
}
|
|
168
|
-
[data-text-style=body-xl-regular] {
|
|
169
|
-
font-size: 1.25rem;
|
|
170
|
-
font-weight: 400;
|
|
171
|
-
line-height: 140%;
|
|
172
|
-
}
|
|
173
|
-
[data-text-style=body-xl-medium] {
|
|
174
|
-
font-size: 1.25rem;
|
|
175
|
-
font-weight: 500;
|
|
176
|
-
line-height: 140%;
|
|
177
|
-
}
|
|
178
|
-
@media (max-width: 991px) {
|
|
179
|
-
[data-text-style=body-xs-regular],
|
|
180
|
-
[data-text-style=body-xs-medium],
|
|
181
|
-
[data-text-style=body-xs-semibold] {
|
|
182
|
-
font-size: 0.6875rem;
|
|
183
|
-
}
|
|
184
|
-
[data-text-style=body-s-regular],
|
|
185
|
-
[data-text-style=body-s-medium] {
|
|
186
|
-
font-size: 0.8125rem;
|
|
187
|
-
}
|
|
188
|
-
[data-text-style=body-m-regular],
|
|
189
|
-
[data-text-style=body-m-medium] {
|
|
190
|
-
font-size: 0.9375rem;
|
|
191
|
-
}
|
|
192
|
-
[data-text-style=body-l-regular],
|
|
193
|
-
[data-text-style=body-l-medium] {
|
|
194
|
-
font-size: 1rem;
|
|
195
|
-
}
|
|
196
|
-
[data-text-style=body-xl-regular],
|
|
197
|
-
[data-text-style=body-xl-medium] {
|
|
198
|
-
font-size: 1.125rem;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
@media (max-width: 767px) {
|
|
202
|
-
[data-text-style=body-xs-regular],
|
|
203
|
-
[data-text-style=body-xs-medium],
|
|
204
|
-
[data-text-style=body-xs-semibold] {
|
|
205
|
-
font-size: 0.75rem;
|
|
206
|
-
}
|
|
207
|
-
[data-text-style=body-s-regular],
|
|
208
|
-
[data-text-style=body-m-regular] {
|
|
209
|
-
font-size: 0.875rem;
|
|
210
|
-
}
|
|
211
|
-
[data-text-style=body-s-medium],
|
|
212
|
-
[data-text-style=body-m-medium],
|
|
213
|
-
[data-text-style=body-l-regular],
|
|
214
|
-
[data-text-style=body-l-medium],
|
|
215
|
-
[data-text-style=body-xl-regular] {
|
|
216
|
-
font-size: 1rem;
|
|
217
|
-
}
|
|
218
|
-
[data-text-style=body-xl-medium] {
|
|
219
|
-
font-size: 1.2rem;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
[data-text-color=title] {
|
|
223
|
-
color: #101319;
|
|
224
|
-
}
|
|
225
|
-
[data-text-color=subtext] {
|
|
226
|
-
color: #5B5C5D;
|
|
227
|
-
}
|
|
228
|
-
[data-text-color=title-inverse] {
|
|
229
|
-
color: #ffffff;
|
|
230
|
-
}
|
|
231
|
-
[data-text-color=subtext-inverse] {
|
|
232
|
-
color: #A0A1A2;
|
|
233
|
-
}
|
|
234
|
-
[data-icon-color=darkest] {
|
|
235
|
-
color: #0E0E0E;
|
|
236
|
-
}
|
|
237
|
-
[data-icon-color=dark] {
|
|
238
|
-
color: #797A7C;
|
|
239
|
-
}
|
|
240
|
-
[data-icon-color=medium] {
|
|
241
|
-
color: #F2F2F2;
|
|
242
|
-
}
|
|
243
|
-
[data-icon-color=darkest] {
|
|
244
|
-
color: #FFFFFF;
|
|
245
|
-
}
|
|
246
|
-
[data-spacing=tiny] {
|
|
247
|
-
height: 0.25rem;
|
|
248
|
-
}
|
|
249
|
-
[data-spacing=xxsmall] {
|
|
250
|
-
height: 0.5rem;
|
|
251
|
-
}
|
|
252
|
-
[data-spacing=xsmall] {
|
|
253
|
-
height: 1rem;
|
|
254
|
-
}
|
|
255
|
-
[data-spacing=small] {
|
|
256
|
-
height: 1.5rem;
|
|
257
|
-
}
|
|
258
|
-
[data-spacing=medium] {
|
|
259
|
-
height: 2.5rem;
|
|
260
|
-
}
|
|
261
|
-
[data-spacing=large] {
|
|
262
|
-
height: 3.5rem;
|
|
263
|
-
}
|
|
264
|
-
[data-spacing=xlarge] {
|
|
265
|
-
height: 4rem;
|
|
266
|
-
}
|
|
267
|
-
[data-spacing=xxlarge] {
|
|
268
|
-
height: 5rem;
|
|
269
|
-
}
|
|
270
|
-
[data-spacing=huge] {
|
|
271
|
-
height: 6rem;
|
|
272
|
-
}
|
|
273
|
-
[data-spacing=xhuge] {
|
|
274
|
-
height: 7rem;
|
|
275
|
-
}
|
|
276
|
-
[data-spacing=xxhuge] {
|
|
277
|
-
height: 8rem;
|
|
278
|
-
}
|
|
279
|
-
[data-badge-bg=blue] {
|
|
280
|
-
background: #5C98F7;
|
|
281
|
-
}
|
|
282
|
-
[data-badge-bg=peach] {
|
|
283
|
-
background: #EEB384;
|
|
284
|
-
}
|
|
285
|
-
[data-badge-bg=green] {
|
|
286
|
-
background: #80D99F;
|
|
287
|
-
}
|
|
288
|
-
[data-badge-bg=yellow] {
|
|
289
|
-
background: #FDF6DB;
|
|
290
|
-
}
|
|
291
|
-
[data-badge-bg=lavender] {
|
|
292
|
-
background: #E382FF;
|
|
293
|
-
}
|
|
294
|
-
[data-badge-bg=red] {
|
|
295
|
-
background: #FDDBDB;
|
|
296
|
-
}
|
|
297
|
-
[data-badge-bg=gray] {
|
|
298
|
-
background: #F8F8F9;
|
|
299
|
-
}
|
|
300
|
-
[data-badge-bg=transparent] {
|
|
301
|
-
background: transparent;
|
|
302
|
-
}
|
|
303
|
-
[data-bg=blue] {
|
|
304
|
-
background: #D4E5FF;
|
|
305
|
-
}
|
|
306
|
-
[data-bg=peach] {
|
|
307
|
-
background: #FCEADB;
|
|
308
|
-
}
|
|
309
|
-
[data-bg=green] {
|
|
310
|
-
background: #C9EBD7;
|
|
311
|
-
}
|
|
312
|
-
[data-bg=yellow] {
|
|
313
|
-
background: #FDF6DB;
|
|
314
|
-
}
|
|
315
|
-
[data-bg=lavender] {
|
|
316
|
-
background: #EBDDEF;
|
|
317
|
-
}
|
|
318
|
-
[data-bg=red] {
|
|
319
|
-
background: #FDDBDB;
|
|
320
|
-
}
|
|
321
|
-
[data-bg=gray] {
|
|
322
|
-
background: #F8F8F9;
|
|
323
|
-
}
|
|
324
|
-
[data-bg=dark],
|
|
325
|
-
.card_badge[data-bg=dark] {
|
|
326
|
-
background: #0E0E0E;
|
|
327
|
-
color: #FFFFFF;
|
|
328
|
-
}
|
|
329
|
-
[data-bg=transparent] {
|
|
330
|
-
background: transparent;
|
|
331
|
-
}
|
|
332
|
-
[data-bg=tea-green] {
|
|
333
|
-
background: #E5F2C2;
|
|
334
|
-
}
|
|
335
|
-
@media (min-width: 1280px) {
|
|
336
|
-
[data-glow=star]::before {
|
|
337
|
-
left: 30vw;
|
|
338
|
-
height: 1370px;
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
@media (min-width: 768px) {
|
|
342
|
-
.hero--right-image-wrap[data-bg] {
|
|
343
|
-
background: transparent;
|
|
344
|
-
}
|
|
345
|
-
[data-glow=star]::before {
|
|
346
|
-
content: "";
|
|
347
|
-
position: absolute;
|
|
348
|
-
z-index: 1;
|
|
349
|
-
background-image: url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67b44aabaca043782cd38488_background-shimmer.gif);
|
|
350
|
-
background-size: contain;
|
|
351
|
-
background-repeat: no-repeat;
|
|
352
|
-
opacity: 0.5;
|
|
353
|
-
mix-blend-mode: screen;
|
|
354
|
-
height: 1200px;
|
|
355
|
-
width: 200vw;
|
|
356
|
-
left: 10vw;
|
|
357
|
-
top: -50%;
|
|
358
|
-
}
|
|
359
|
-
[data-glow=star]::after {
|
|
360
|
-
content: "";
|
|
361
|
-
z-index: 0;
|
|
362
|
-
opacity: .5;
|
|
363
|
-
mix-blend-mode: multiply;
|
|
364
|
-
object-fit: cover;
|
|
365
|
-
background-position: 0 0;
|
|
366
|
-
background-repeat: repeat;
|
|
367
|
-
background-size: contain;
|
|
368
|
-
width: 100%;
|
|
369
|
-
height: 100%;
|
|
370
|
-
position: absolute;
|
|
371
|
-
inset: 0%;
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
@media (max-width: 767px) {
|
|
375
|
-
.section_hero-50-50[data-bg] {
|
|
376
|
-
background: transparent;
|
|
377
|
-
}
|
|
378
|
-
[data-glow=star] .hero--right-image-wrap::before {
|
|
379
|
-
content: "";
|
|
380
|
-
position: absolute;
|
|
381
|
-
inset: -35% 0% 0% auto;
|
|
382
|
-
z-index: 1;
|
|
383
|
-
background-image: url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67b44aabaca043782cd38488_background-shimmer.gif);
|
|
384
|
-
background-size: cover;
|
|
385
|
-
background-position: -120px 0;
|
|
386
|
-
opacity: 0.5;
|
|
387
|
-
mix-blend-mode: screen;
|
|
388
|
-
height: 165%;
|
|
389
|
-
width: 100%;
|
|
390
|
-
}
|
|
391
|
-
[data-glow=star] .hero--right-image-wrap::after {
|
|
392
|
-
content: "";
|
|
393
|
-
z-index: 0;
|
|
394
|
-
opacity: .5;
|
|
395
|
-
mix-blend-mode: multiply;
|
|
396
|
-
object-fit: cover;
|
|
397
|
-
background-image: url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67e014ba0be011b4a7adb7a3_grain-hero.avif);
|
|
398
|
-
background-position: 0 0;
|
|
399
|
-
background-repeat: repeat;
|
|
400
|
-
background-size: contain;
|
|
401
|
-
width: 100%;
|
|
402
|
-
height: 100%;
|
|
403
|
-
position: absolute;
|
|
404
|
-
inset: 0%;
|
|
405
|
-
}
|
|
406
|
-
.section_hero-50-50[data-bg-mobile=True] {
|
|
407
|
-
background: #0e0e0e;
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
.hide-scrollbar::-webkit-scrollbar {
|
|
411
|
-
display: none;
|
|
412
|
-
}
|
|
413
|
-
.hide-scrollbar {
|
|
414
|
-
-ms-overflow-style: none;
|
|
415
|
-
scrollbar-width: none;
|
|
416
|
-
}
|
|
417
|
-
[data-truncate=yes] {
|
|
418
|
-
display: -webkit-box;
|
|
419
|
-
-webkit-line-clamp: 3;
|
|
420
|
-
-webkit-box-orient: vertical;
|
|
421
|
-
overflow: hidden;
|
|
422
|
-
text-overflow: ellipsis;
|
|
423
|
-
}
|
|
424
|
-
[style-line-clamp] {
|
|
425
|
-
display: -webkit-box;
|
|
426
|
-
-webkit-box-orient: vertical;
|
|
427
|
-
overflow: hidden;
|
|
428
|
-
}
|
|
429
|
-
[style-line-clamp="1"] {
|
|
430
|
-
-webkit-line-clamp: 1;
|
|
431
|
-
}
|
|
432
|
-
[style-line-clamp="2"] {
|
|
433
|
-
-webkit-line-clamp: 2;
|
|
434
|
-
}
|
|
435
|
-
[style-line-clamp="3"] {
|
|
436
|
-
-webkit-line-clamp: 3;
|
|
437
|
-
}
|
|
438
|
-
[style-line-clamp="4"] {
|
|
439
|
-
-webkit-line-clamp: 4;
|
|
440
|
-
}
|
|
441
|
-
[data-color="#0A4020"] {
|
|
442
|
-
color: #0A4020;
|
|
443
|
-
}
|
|
444
|
-
[data-color="#043B77"] {
|
|
445
|
-
color: #043B77;
|
|
446
|
-
}
|
|
447
|
-
[data-color="#FF0000"] {
|
|
448
|
-
color: #FF0000;
|
|
449
|
-
}
|
|
450
|
-
[data-color="#48310F"] {
|
|
451
|
-
color: #48310F;
|
|
452
|
-
}
|
|
453
|
-
[data-color="#F8F8F9"] {
|
|
454
|
-
color: #F8F8F9;
|
|
455
|
-
}
|
|
456
|
-
[data-color=white] {
|
|
457
|
-
color: #FFFFFF;
|
|
458
|
-
}
|
|
459
|
-
[data-color=subtext-white] {
|
|
460
|
-
color: #A0A1A2;
|
|
461
|
-
}
|
|
462
|
-
[data-color=green-dark] {
|
|
463
|
-
color: #427C5A;
|
|
464
|
-
}
|
|
465
|
-
[data-color=green-light] {
|
|
466
|
-
color: #B2E0C3;
|
|
467
|
-
}
|
|
468
|
-
[data-height="25rem"] {
|
|
469
|
-
height: 25rem;
|
|
470
|
-
}
|
|
471
|
-
[data-height="26rem"] {
|
|
472
|
-
height: 26.06rem;
|
|
473
|
-
}
|
|
474
|
-
[data-height="31rem"] {
|
|
475
|
-
height: 31.25rem;
|
|
476
|
-
}
|
|
477
|
-
[data-height="39rem"] {
|
|
478
|
-
height: 39.125rem;
|
|
479
|
-
}
|
|
480
|
-
[data-bg-color] {
|
|
481
|
-
background-color: #F8F8F9;
|
|
482
|
-
}
|
|
483
|
-
@media screen and (max-width: 767px) {
|
|
484
|
-
*[data-height] {
|
|
485
|
-
height: 15.62rem;
|
|
486
|
-
}
|
|
487
|
-
div div.bento-card_text {
|
|
488
|
-
font-size: 1rem;
|
|
489
|
-
}
|
|
490
|
-
div p.bento-card_subtext {
|
|
491
|
-
font-size: 0.875rem;
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
[fynd-sticky-bg-theme=blue-1] {
|
|
495
|
-
background: url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67e1b4072adad40eb22e201e_97d7b26441d6a95f90db1952a9d3e122_bg-theme-1.avif) no-repeat;
|
|
496
|
-
background-size: cover;
|
|
497
|
-
}
|
|
498
|
-
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
|
|
499
|
-
font-size: 14px;
|
|
500
|
-
}
|
|
501
|
-
.blog_rich-text strong {
|
|
502
|
-
font-weight: 500;
|
|
503
|
-
}
|
|
504
|
-
.metric-rich-text strong {
|
|
505
|
-
font-weight: 500;
|
|
506
|
-
}
|
|
507
|
-
[data-bg=white] {
|
|
508
|
-
background: white;
|
|
509
|
-
}
|
|
510
|
-
a.blog-details.w-inline-block {
|
|
511
|
-
display: flex;
|
|
512
|
-
}
|
|
513
|
-
.bento-card:hover .btn.global_card_btn {
|
|
514
|
-
opacity: 1;
|
|
515
|
-
}
|
|
516
|
-
#fc_frame {
|
|
517
|
-
visibility: hidden;
|
|
518
|
-
display: none;
|
|
519
|
-
}
|
|
520
|
-
[data-bg=white] {
|
|
521
|
-
background: white;
|
|
522
|
-
}
|
|
523
|
-
a.blog-details.w-inline-block {
|
|
524
|
-
display: flex;
|
|
525
|
-
}
|
|
526
|
-
.bento-card:hover .btn.global_card_btn {
|
|
527
|
-
opacity: 1;
|
|
528
|
-
}
|
|
529
|
-
@media (width <=767px) {
|
|
530
|
-
[data-text-style=body-l-regular] {
|
|
531
|
-
line-height: 145%;
|
|
532
|
-
}
|
|
533
|
-
[data-text-style=heading-xl] {
|
|
534
|
-
line-height: 115%;
|
|
535
|
-
}
|
|
536
|
-
[data-text-style=heading-l] {
|
|
537
|
-
line-height: 135%;
|
|
538
|
-
}
|
|
539
|
-
[data-text-style=body-xl-regular] {
|
|
540
|
-
font-size: 1rem;
|
|
541
|
-
}
|
|
542
|
-
[data-text-style=heading-s] {
|
|
543
|
-
font-size: 1.125rem;
|
|
544
|
-
line-height: 140%;
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
[card-bg=dark] {
|
|
548
|
-
background: #1A1A1A;
|
|
549
|
-
}
|
|
550
|
-
[circle-bg=dark] {
|
|
551
|
-
background: #333333;
|
|
552
|
-
}
|
|
553
|
-
[circle-bg=light] {
|
|
554
|
-
background: #1A1A1A;
|
|
555
|
-
}
|
|
556
|
-
[bottom-line-border=dark] {
|
|
557
|
-
border-color: #333333;
|
|
558
|
-
}
|
|
559
|
-
[bottom-line-border=light] {
|
|
560
|
-
border-color: #1A1A1A;
|
|
561
|
-
}
|
|
562
|
-
.accordian-richtext[data-text-color]:not([data-text-color=""]) > * {
|
|
563
|
-
color: inherit;
|
|
564
|
-
}
|
|
565
|
-
@media (max-width: 767px) {
|
|
566
|
-
[data-glow=star] .hero--right-image-wrap::before {
|
|
567
|
-
top: 0%;
|
|
568
|
-
height: 100%;
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
.iti {
|
|
572
|
-
position: relative;
|
|
573
|
-
display: inline-block;
|
|
574
|
-
width: 100%;
|
|
575
|
-
}
|
|
576
|
-
h1 a,
|
|
577
|
-
h2 a,
|
|
578
|
-
h3 a,
|
|
579
|
-
h6 a {
|
|
580
|
-
height: var(--sizes--40);
|
|
581
|
-
padding: 0px var(--_spacing---24);
|
|
582
|
-
grid-column-gap: var(--_spacing---8);
|
|
583
|
-
grid-row-gap: var(--_spacing---8);
|
|
584
|
-
border-radius: var(--_border-radius---radius-32);
|
|
585
|
-
color: var(--_color-palette---button--primary--button-text-default) !important;
|
|
586
|
-
font-size: var(--sizes--16);
|
|
587
|
-
line-height: var(--_typography---line-height--160);
|
|
588
|
-
font-weight: var(--_typography---font-weight--medium);
|
|
589
|
-
white-space: nowrap;
|
|
590
|
-
border: 1px solid #0000;
|
|
591
|
-
justify-content: center;
|
|
592
|
-
align-items: center;
|
|
593
|
-
transition: all .3s;
|
|
594
|
-
display: inline-flex;
|
|
595
|
-
background: black;
|
|
596
|
-
letter-spacing: 0.02px;
|
|
597
|
-
}
|
|
598
|
-
.scroll_visibility_hidden {
|
|
599
|
-
-ms-overflow-style: none;
|
|
600
|
-
scrollbar-width: none;
|
|
601
|
-
}
|
|
602
|
-
.scroll_visibility_hidden::-webkit-scrollbar {
|
|
603
|
-
display: none;
|
|
604
|
-
}
|
|
605
|
-
@media screen and (max-width: 991px) {
|
|
606
|
-
.global_card_title-3.bottom-caption-31 {
|
|
607
|
-
font-size: 1rem !important;
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
@media screen and (max-width: 479px) {
|
|
611
|
-
.global_card_title-3.bottom-caption-31 {
|
|
612
|
-
font-size: .875rem !important;
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
input#phone-number {
|
|
616
|
-
padding-left: 89px !important;
|
|
617
|
-
}
|
|
618
|
-
.iti__selected-flag {
|
|
619
|
-
border-radius: 4px;
|
|
620
|
-
}
|
|
621
|
-
@media (max-width: 992px) {
|
|
622
|
-
[hide-from-tablet=true] {
|
|
623
|
-
display: none !important;
|
|
624
|
-
visibility: hidden !important;
|
|
625
|
-
}
|
|
626
|
-
}
|
|
627
|
-
[loop-video] {
|
|
628
|
-
width: 100%;
|
|
629
|
-
height: 100%;
|
|
630
|
-
}
|
|
631
|
-
[data-zindex="1"] {
|
|
632
|
-
z-index: 1 !important;
|
|
633
|
-
}
|
|
634
|
-
/*# sourceMappingURL=style.css.map */
|
|
1
|
+
:root{--Primary: "Fynd Sans", sans-serif;--Secondary: "Inter Display", sans-serif}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-smooth:always}.w-background-video{position:absolute;inset:0;z-index:0}.video{width:100%;height:auto;object-fit:cover;display:block}[data-padding=big]{padding-top:9rem;padding-bottom:9rem}[data-padding=medium]{padding-top:5rem;padding-bottom:5rem}[data-padding=small]{padding-top:4rem;padding-bottom:4rem}[data-text-style=heading-xxl]{font-family:var(--Primary);font-size:4.5rem;font-weight:500;line-height:110%;letter-spacing:-.04em}[data-text-style=heading-xl]{font-family:var(--Primary);font-size:3.5rem;font-weight:400;line-height:110%;letter-spacing:-.04em}[data-text-style=heading-l]{font-family:var(--Primary);font-size:2.5rem;font-weight:400;line-height:110%;letter-spacing:-.03em}[data-text-style=heading-m]{font-family:var(--Primary);font-size:2rem;font-weight:400;line-height:120%;letter-spacing:-.02em}[data-text-style=heading-s]{font-family:var(--Secondary);font-size:1.625rem;font-weight:500;line-height:130%;letter-spacing:-.02em}[data-text-style=heading-xs]{font-family:var(--Secondary);font-size:1.25rem;font-weight:400;line-height:140%}[data-text-style=font-weight-500]{font-weight:500}@media (max-width: 1023px){[data-text-style=heading-xxl]{font-size:3.5rem}[data-text-style=heading-xl]{font-size:2.5rem}[data-text-style=heading-l]{font-size:2rem}[data-text-style=heading-m]{font-size:1.5rem}[data-text-style=heading-s]{font-size:1.25rem}}@media (max-width: 767px){[data-text-style=heading-xxl]{font-size:2.5rem}[data-text-style=heading-xl]{font-size:2rem}[data-text-style=heading-xs]{font-size:1.2rem}[data-text-style=heading-l]{font-size:1.5rem}[data-text-style=heading-m]{font-size:1.25rem}[data-text-style=heading-s]{font-size:1.125rem}[data-padding=big],[data-padding=medium],[data-padding=small]{padding-top:2.5rem;padding-bottom:2.5rem}}[data-text-style=body-xs-regular]{font-size:.75rem;font-weight:400;line-height:130%}[data-text-style=body-xs-medium]{font-size:.75rem;font-weight:500;line-height:130%}[data-text-style=body-xs-semibold]{font-size:.75rem;font-weight:600;line-height:130%}[data-text-style=body-s-regular]{font-size:.875rem;font-weight:400;line-height:140%}[data-text-style=body-s-medium]{font-size:.875rem;font-weight:500;line-height:140%}[data-text-style=body-m-regular]{font-size:1rem;font-weight:400;line-height:155%}[data-text-style=body-m-medium]{font-size:1rem;font-weight:500;line-height:135%}[data-text-style=body-l-regular]{font-size:1.125rem;font-weight:400;line-height:145%}[data-text-style=body-l-medium]{font-size:1.125rem;font-weight:500;line-height:150%}[data-text-style=body-xl-regular]{font-size:1.25rem;font-weight:400;line-height:140%}[data-text-style=body-xl-medium]{font-size:1.25rem;font-weight:500;line-height:140%}@media (max-width: 991px){[data-text-style=body-xs-regular],[data-text-style=body-xs-medium],[data-text-style=body-xs-semibold]{font-size:.6875rem}[data-text-style=body-s-regular],[data-text-style=body-s-medium]{font-size:.8125rem}[data-text-style=body-m-regular],[data-text-style=body-m-medium]{font-size:.9375rem}[data-text-style=body-l-regular],[data-text-style=body-l-medium]{font-size:1rem}[data-text-style=body-xl-regular],[data-text-style=body-xl-medium]{font-size:1.125rem}}@media (max-width: 767px){[data-text-style=body-xs-regular],[data-text-style=body-xs-medium],[data-text-style=body-xs-semibold]{font-size:.75rem}[data-text-style=body-s-regular],[data-text-style=body-m-regular]{font-size:.875rem}[data-text-style=body-s-medium],[data-text-style=body-m-medium],[data-text-style=body-l-regular],[data-text-style=body-l-medium],[data-text-style=body-xl-regular]{font-size:1rem}[data-text-style=body-xl-medium]{font-size:1.2rem}}[data-text-color=title]{color:#101319}[data-text-color=subtext]{color:#5b5c5d}[data-text-color=title-inverse]{color:#fff}[data-text-color=subtext-inverse]{color:#a0a1a2}[data-icon-color=darkest]{color:#0e0e0e}[data-icon-color=dark]{color:#797a7c}[data-icon-color=medium]{color:#f2f2f2}[data-icon-color=darkest]{color:#fff}[data-spacing=tiny]{height:.25rem}[data-spacing=xxsmall]{height:.5rem}[data-spacing=xsmall]{height:1rem}[data-spacing=small]{height:1.5rem}[data-spacing=medium]{height:2.5rem}[data-spacing=large]{height:3.5rem}[data-spacing=xlarge]{height:4rem}[data-spacing=xxlarge]{height:5rem}[data-spacing=huge]{height:6rem}[data-spacing=xhuge]{height:7rem}[data-spacing=xxhuge]{height:8rem}[data-badge-bg=blue]{background:#5c98f7}[data-badge-bg=peach]{background:#eeb384}[data-badge-bg=green]{background:#80d99f}[data-badge-bg=yellow]{background:#fdf6db}[data-badge-bg=lavender]{background:#e382ff}[data-badge-bg=red]{background:#fddbdb}[data-badge-bg=gray]{background:#f8f8f9}[data-badge-bg=transparent]{background:transparent}[data-bg=blue]{background:#d4e5ff}[data-bg=peach]{background:#fceadb}[data-bg=green]{background:#c9ebd7}[data-bg=yellow]{background:#fdf6db}[data-bg=lavender]{background:#ebddef}[data-bg=red]{background:#fddbdb}[data-bg=gray]{background:#f8f8f9}[data-bg=dark],.card_badge[data-bg=dark]{background:#0e0e0e;color:#fff}[data-bg=transparent]{background:transparent}[data-bg=tea-green]{background:#e5f2c2}@media (min-width: 1280px){[data-glow=star]:before{left:30vw;height:1370px}}@media (min-width: 768px){.hero--right-image-wrap[data-bg]{background:transparent}[data-glow=star]:before{content:"";position:absolute;z-index:1;background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67b44aabaca043782cd38488_background-shimmer.gif);background-size:contain;background-repeat:no-repeat;opacity:.5;mix-blend-mode:screen;height:1200px;width:200vw;left:10vw;top:-50%}[data-glow=star]:after{content:"";z-index:0;opacity:.5;mix-blend-mode:multiply;object-fit:cover;background-position:0 0;background-repeat:repeat;background-size:contain;width:100%;height:100%;position:absolute;inset:0%}}@media (max-width: 767px){.section_hero-50-50[data-bg]{background:transparent}[data-glow=star] .hero--right-image-wrap:before{content:"";position:absolute;inset:-35% 0% 0% auto;z-index:1;background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67b44aabaca043782cd38488_background-shimmer.gif);background-size:cover;background-position:-120px 0;opacity:.5;mix-blend-mode:screen;height:165%;width:100%}[data-glow=star] .hero--right-image-wrap:after{content:"";z-index:0;opacity:.5;mix-blend-mode:multiply;object-fit:cover;background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67e014ba0be011b4a7adb7a3_grain-hero.avif);background-position:0 0;background-repeat:repeat;background-size:contain;width:100%;height:100%;position:absolute;inset:0%}.section_hero-50-50[data-bg-mobile=True]{background:#0e0e0e}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}[data-truncate=yes]{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}[style-line-clamp]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}[style-line-clamp="1"]{-webkit-line-clamp:1}[style-line-clamp="2"]{-webkit-line-clamp:2}[style-line-clamp="3"]{-webkit-line-clamp:3}[style-line-clamp="4"]{-webkit-line-clamp:4}[data-color="#0A4020"]{color:#0a4020}[data-color="#043B77"]{color:#043b77}[data-color="#FF0000"]{color:red}[data-color="#48310F"]{color:#48310f}[data-color="#F8F8F9"]{color:#f8f8f9}[data-color=white]{color:#fff}[data-color=subtext-white]{color:#a0a1a2}[data-color=green-dark]{color:#427c5a}[data-color=green-light]{color:#b2e0c3}[data-height="25rem"]{height:25rem}[data-height="26rem"]{height:26.06rem}[data-height="31rem"]{height:31.25rem}[data-height="39rem"]{height:39.125rem}[data-bg-color]{background-color:#f8f8f9}@media screen and (max-width: 767px){*[data-height]{height:15.62rem}div div.bento-card_text{font-size:1rem}div p.bento-card_subtext{font-size:.875rem}}[fynd-sticky-bg-theme=blue-1]{background:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67e1b4072adad40eb22e201e_97d7b26441d6a95f90db1952a9d3e122_bg-theme-1.avif) no-repeat;background-size:cover}.w-richtext figure.w-richtext-align-fullwidth>figcaption{font-size:14px}.blog_rich-text strong,.metric-rich-text strong{font-weight:500}#fc_frame{visibility:hidden;display:none}[data-bg=white]{background:#fff}a.blog-details.w-inline-block{display:flex}.bento-card:hover .btn.global_card_btn{opacity:1}@media (width <=767px){[data-text-style=body-l-regular]{line-height:145%}[data-text-style=heading-xl]{line-height:115%}[data-text-style=heading-l]{line-height:135%}[data-text-style=body-xl-regular]{font-size:1rem}[data-text-style=heading-s]{font-size:1.125rem;line-height:140%}}[card-bg=dark]{background:#1a1a1a}[circle-bg=dark]{background:#333}[circle-bg=light]{background:#1a1a1a}[bottom-line-border=dark]{border-color:#333}[bottom-line-border=light]{border-color:#1a1a1a}.accordian-richtext[data-text-color]:not([data-text-color=""])>*{color:inherit}@media (max-width: 767px){[data-glow=star] .hero--right-image-wrap:before{top:0%;height:100%}}.iti{position:relative;display:inline-block;width:100%}h1 a,h2 a,h3 a,h6 a{height:var(--sizes--40);padding:0px var(--_spacing---24);grid-column-gap:var(--_spacing---8);grid-row-gap:var(--_spacing---8);border-radius:var(--_border-radius---radius-32);color:var(--_color-palette---button--primary--button-text-default)!important;font-size:var(--sizes--16);line-height:var(--_typography---line-height--160);font-weight:var(--_typography---font-weight--medium);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;transition:all .3s;display:inline-flex;background:#000;letter-spacing:.02px}.scroll_visibility_hidden{-ms-overflow-style:none;scrollbar-width:none}.scroll_visibility_hidden::-webkit-scrollbar{display:none}@media screen and (max-width: 991px){.global_card_title-3.bottom-caption-31{font-size:1rem!important}}@media screen and (max-width: 479px){.global_card_title-3.bottom-caption-31{font-size:.875rem!important}}input#phone-number{padding-left:89px!important}.iti__selected-flag{border-radius:4px}@media (max-width: 992px){[hide-from-tablet=true]{display:none!important;visibility:hidden!important}}[loop-video]{width:100%;height:100%}[data-zindex="1"]{z-index:1!important}
|
package/dist/home/index.js
CHANGED
|
@@ -1,18 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
(() => {
|
|
3
|
-
// bin/live-reload.js
|
|
4
|
-
if (window.location.hostname === "localhost" || window.location.hostname === "127.0.0.1") {
|
|
5
|
-
new EventSource(`${"http://localhost:3000"}/esbuild`).addEventListener(
|
|
6
|
-
"change",
|
|
7
|
-
() => location.reload()
|
|
8
|
-
);
|
|
9
|
-
} else {
|
|
10
|
-
console.log("Live reload disabled: not running on localhost");
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
// src/home/index.ts
|
|
14
|
-
function logMessage(message) {
|
|
15
|
-
console.log("Logged message:", message);
|
|
16
|
-
}
|
|
17
|
-
})();
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
"use strict";(()=>{function e(o){console.log("Logged message:",o)}})();
|