@fynd-design-engineering/fynd-one-v2 3.4.63 → 3.4.64
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/accordians/dropdown.js +1 -95
- package/dist/accordians/index.js +1 -391
- package/dist/cms-listing/index.js +1 -24
- package/dist/filters/clear-search.js +1 -32
- package/dist/filters/konnect.js +1 -165
- package/dist/filters/show-count.js +1 -66
- package/dist/form/country-dropdown.css +1 -160
- package/dist/form/cs-gated-redirection.js +1 -40
- package/dist/form/download-file.js +1 -70
- package/dist/form/validation.css +1 -1019
- package/dist/form/validation.js +7 -10611
- package/dist/global/anchor-scroll.js +1 -174
- package/dist/global/auth.js +1 -87
- package/dist/global/chat.js +1 -185
- package/dist/global/console-links.js +1 -89
- package/dist/global/contact-popup.js +2 -83
- package/dist/global/css/in-page-embed.css +1 -1043
- package/dist/global/css/in-project-settings.css +1 -173
- package/dist/global/css/temp.css +1 -89
- package/dist/global/custom-bg-video.js +1 -40
- package/dist/global/footer-accordion.js +1 -44
- package/dist/global/lazy-loader.js +1 -135
- package/dist/global/loader.js +2 -166
- package/dist/global/media-card.js +1 -166
- package/dist/global/miscellaneous.js +1 -136
- package/dist/global/number-count.js +1 -82
- package/dist/global/popup-video.js +1 -276
- package/dist/global/progressive-scroll.js +1 -222
- package/dist/global/responsive-video.js +1 -321
- package/dist/global/style.css +1 -1065
- package/dist/global/video-card.js +1 -50
- package/dist/hacktimus/2025.js +1 -177
- package/dist/hacktimus/styles.css +1 -91
- package/dist/home/index.js +1 -17
- package/dist/marquee/index.js +1 -3104
- package/dist/marquee/marquee-swiper.js +1 -36
- package/dist/navigation/announcement/index.js +1 -5169
- package/dist/navigation/context-menu/index.js +1 -31
- package/dist/navigation/desktop/index.js +1 -4603
- package/dist/navigation/initialization.js +1 -602
- package/dist/navigation/main.js +1 -4911
- package/dist/navigation/mobile/index.js +1 -286
- package/dist/navigation/scroll/index.js +1 -62
- package/dist/navigation/secondary-navigation/index.js +1 -437
- package/dist/navigation/style.css +1 -154
- package/dist/navigation/temp.css +0 -2
- package/dist/navigation/theme.css +1 -69
- package/dist/navigation-v2/index.js +1 -4990
- package/dist/navigation-v2/styles.css +1 -233
- package/dist/others/feature-detail.js +1 -75
- package/dist/others/geolocation.js +1 -50
- package/dist/others/hero-aniamtion.js +1 -53
- package/dist/others/hero-india-animation-2.js +1 -70
- package/dist/others/hero-india-animation.js +1 -93
- package/dist/others/home-solution-tab.js +1 -115
- package/dist/others/storefront-chat/index.js +1 -487
- package/dist/others/storefront-chat/styles.css +1 -107
- package/dist/playbook-2026/hero-reveal.js +1 -47
- package/dist/playbook-2026/index.js +1 -536
- package/dist/playbook-2026/styles.css +1 -110
- package/dist/posthog-and-ga/attributes.js +1 -190
- package/dist/posthog-and-ga/main.js +1 -528
- package/dist/progressive-scroll/index.js +1 -147
- package/dist/quick-fix/reload.js +1 -22
- package/dist/seo/schema.js +1 -465
- package/dist/slider/freescroll.js +1 -34
- package/dist/test/sample.js +1 -15
- package/dist/testimonials/index.js +1 -2654
- package/dist/timeline/index.js +1 -160
- package/dist/timeline/style.css +1 -42
- package/dist/tracking/custom-id.js +1 -75
- package/dist/tracking/fill-form-fields.js +1 -238
- package/dist/tracking/form-tracker.js +1 -146
- package/dist/tracking/page-categories.js +1 -20
- package/dist/tracking/user-journey.js +1 -839
- package/dist/tracking/utm-links.js +1 -194
- package/dist/utils/sample.js +1 -17
- package/dist/validations/localhost.js +1 -221
- package/package.json +1 -1
|
@@ -1,107 +1 @@
|
|
|
1
|
-
|
|
2
|
-
[fynd-storefront-chat=input] {
|
|
3
|
-
border: none;
|
|
4
|
-
outline: none;
|
|
5
|
-
width: 100%;
|
|
6
|
-
white-space: nowrap;
|
|
7
|
-
overflow: hidden;
|
|
8
|
-
pointer-events: auto;
|
|
9
|
-
}
|
|
10
|
-
[fynd-storefront-chat=input-container] {
|
|
11
|
-
transform: translate(0px, 100px);
|
|
12
|
-
}
|
|
13
|
-
[fynd-storefront-chat=window] {
|
|
14
|
-
position: absolute !important;
|
|
15
|
-
z-index: 5;
|
|
16
|
-
transform-origin: bottom center;
|
|
17
|
-
pointer-events: auto;
|
|
18
|
-
overflow: hidden;
|
|
19
|
-
transform: scale(0);
|
|
20
|
-
display: block;
|
|
21
|
-
}
|
|
22
|
-
[fynd-storefront-chat=window-overlay] {
|
|
23
|
-
pointer-events: auto;
|
|
24
|
-
opacity: 0;
|
|
25
|
-
display: none;
|
|
26
|
-
}
|
|
27
|
-
[fynd-storefront-chat=wrapper] {
|
|
28
|
-
pointer-events: none;
|
|
29
|
-
display: flex;
|
|
30
|
-
}
|
|
31
|
-
[fynd-storefront-chat=input-ghost] {
|
|
32
|
-
position: absolute;
|
|
33
|
-
visibility: hidden;
|
|
34
|
-
white-space: nowrap;
|
|
35
|
-
font-size: 16px;
|
|
36
|
-
font-family: sans-serif;
|
|
37
|
-
}
|
|
38
|
-
[fynd-storefront-chat=input]::placeholder {
|
|
39
|
-
color: white;
|
|
40
|
-
}
|
|
41
|
-
[fynd-storefront-chat=input]:focus {
|
|
42
|
-
box-shadow: 0 0 0 6px #00000020;
|
|
43
|
-
}
|
|
44
|
-
[fynd-storefront-chat=input],
|
|
45
|
-
[fynd-storefront-chat=input]::placeholder,
|
|
46
|
-
[fynd-storefront-chat=icon],
|
|
47
|
-
[fynd-storefront-chat=button] {
|
|
48
|
-
transition: all 0.4s ease;
|
|
49
|
-
}
|
|
50
|
-
[fynd-storefront-chat=button][fynd-storefront-chat-active=false] {
|
|
51
|
-
background-color: transparent;
|
|
52
|
-
color: #ffffff;
|
|
53
|
-
border: 1px solid #ffffffb3;
|
|
54
|
-
}
|
|
55
|
-
@media screen and (max-width: 479px) {
|
|
56
|
-
[fynd-storefront-chat=input] {
|
|
57
|
-
width: 80vw;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
#dynamicInput::placeholder {
|
|
61
|
-
color: red;
|
|
62
|
-
}
|
|
63
|
-
#placeholderText {
|
|
64
|
-
color: #A0A1A2;
|
|
65
|
-
pointer-events: none;
|
|
66
|
-
}
|
|
67
|
-
.chroma-text {
|
|
68
|
-
background-image:
|
|
69
|
-
linear-gradient(
|
|
70
|
-
90deg,
|
|
71
|
-
#000000 0,
|
|
72
|
-
#000000 33.33%,
|
|
73
|
-
#4E52F2 40%,
|
|
74
|
-
#DD9DFF 45%,
|
|
75
|
-
#E3A4A8 50%,
|
|
76
|
-
#50C0FE 55%,
|
|
77
|
-
#1E31FC 60%,
|
|
78
|
-
transparent 66.67%,
|
|
79
|
-
transparent);
|
|
80
|
-
background-size: 300% 100%;
|
|
81
|
-
background-position: 100% 0;
|
|
82
|
-
-webkit-background-clip: text;
|
|
83
|
-
background-clip: text;
|
|
84
|
-
-webkit-text-fill-color: transparent;
|
|
85
|
-
text-fill-color: transparent;
|
|
86
|
-
color: transparent;
|
|
87
|
-
}
|
|
88
|
-
.chroma-text[data-animate=true] {
|
|
89
|
-
animation: chroma-sweep 1.5s ease-in-out forwards;
|
|
90
|
-
filter: blur(1px);
|
|
91
|
-
}
|
|
92
|
-
@keyframes chroma-sweep {
|
|
93
|
-
0% {
|
|
94
|
-
background-position: 100% 0;
|
|
95
|
-
filter: blur(1px);
|
|
96
|
-
}
|
|
97
|
-
to {
|
|
98
|
-
background-position: 0 0;
|
|
99
|
-
filter: blur(0);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
@media screen and (max-width: 767px) {
|
|
103
|
-
[fynd-storefront-chat=wrapper] {
|
|
104
|
-
display: none;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
/*# sourceMappingURL=styles.css.map */
|
|
1
|
+
[fynd-storefront-chat=input]{border:none;outline:none;width:100%;white-space:nowrap;overflow:hidden;pointer-events:auto}[fynd-storefront-chat=input-container]{transform:translateY(100px)}[fynd-storefront-chat=window]{position:absolute!important;z-index:5;transform-origin:bottom center;pointer-events:auto;overflow:hidden;transform:scale(0);display:block}[fynd-storefront-chat=window-overlay]{pointer-events:auto;opacity:0;display:none}[fynd-storefront-chat=wrapper]{pointer-events:none;display:flex}[fynd-storefront-chat=input-ghost]{position:absolute;visibility:hidden;white-space:nowrap;font-size:16px;font-family:sans-serif}[fynd-storefront-chat=input]::placeholder{color:#fff}[fynd-storefront-chat=input]:focus{box-shadow:0 0 0 6px #00000020}[fynd-storefront-chat=input],[fynd-storefront-chat=input]::placeholder,[fynd-storefront-chat=icon],[fynd-storefront-chat=button]{transition:all .4s ease}[fynd-storefront-chat=button][fynd-storefront-chat-active=false]{background-color:transparent;color:#fff;border:1px solid #ffffffb3}@media screen and (max-width: 479px){[fynd-storefront-chat=input]{width:80vw}}#dynamicInput::placeholder{color:red}#placeholderText{color:#a0a1a2;pointer-events:none}.chroma-text{background-image:linear-gradient(90deg,#000000 0,#000000 33.33%,#4E52F2 40%,#DD9DFF 45%,#E3A4A8 50%,#50C0FE 55%,#1E31FC 60%,transparent 66.67%,transparent);background-size:300% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;color:transparent}.chroma-text[data-animate=true]{animation:chroma-sweep 1.5s ease-in-out forwards;filter:blur(1px)}@keyframes chroma-sweep{0%{background-position:100% 0;filter:blur(1px)}to{background-position:0 0;filter:blur(0)}}@media screen and (max-width: 767px){[fynd-storefront-chat=wrapper]{display:none}}
|
|
@@ -1,47 +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
|
-
}
|
|
11
|
-
|
|
12
|
-
// src/playbook-2026/hero-reveal.ts
|
|
13
|
-
document.addEventListener("DOMContentLoaded", () => {
|
|
14
|
-
const gsap = window.gsap;
|
|
15
|
-
if (!gsap) {
|
|
16
|
-
console.error("ERROR: GSAP not loaded!");
|
|
17
|
-
return;
|
|
18
|
-
}
|
|
19
|
-
const grid = document.querySelector("[playbook-desktop-grid]");
|
|
20
|
-
const cells = grid?.querySelectorAll("[playbook-cell]");
|
|
21
|
-
console.log(cells);
|
|
22
|
-
if (!cells) {
|
|
23
|
-
console.warn("No playbook-cell elements found");
|
|
24
|
-
return;
|
|
25
|
-
}
|
|
26
|
-
gsap.set(cells, {
|
|
27
|
-
opacity: 0,
|
|
28
|
-
scale: 0.5
|
|
29
|
-
});
|
|
30
|
-
const tl = gsap.timeline();
|
|
31
|
-
cells.forEach((cell) => {
|
|
32
|
-
const randomDelay = Math.random() * 0.6;
|
|
33
|
-
tl.to(
|
|
34
|
-
cell,
|
|
35
|
-
{
|
|
36
|
-
duration: 0.8,
|
|
37
|
-
opacity: 1,
|
|
38
|
-
scale: 1,
|
|
39
|
-
ease: "power4.out"
|
|
40
|
-
},
|
|
41
|
-
randomDelay
|
|
42
|
-
);
|
|
43
|
-
});
|
|
44
|
-
});
|
|
45
|
-
console.log("Hero reveal animation loaded");
|
|
46
|
-
})();
|
|
47
|
-
//# sourceMappingURL=hero-reveal.js.map
|
|
1
|
+
"use strict";(()=>{document.addEventListener("DOMContentLoaded",()=>{let e=window.gsap;if(!e){console.error("ERROR: GSAP not loaded!");return}let o=document.querySelector("[playbook-desktop-grid]")?.querySelectorAll("[playbook-cell]");if(console.log(o),!o){console.warn("No playbook-cell elements found");return}e.set(o,{opacity:0,scale:.5});let n=e.timeline();o.forEach(l=>{let t=Math.random()*.6;n.to(l,{duration:.8,opacity:1,scale:1,ease:"power4.out"},t)})});console.log("Hero reveal animation loaded");})();
|