@fynd-design-engineering/fynd-one-v2 3.3.62 → 3.3.63
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../bin/live-reload.js", "../../src/slider/freescroll.ts"],
|
|
4
|
-
"sourcesContent": ["// Only enable live reload when running on localhost\nif (\n window.location.hostname === \"localhost\" ||\n window.location.hostname === \"127.0.0.1\"\n) {\n new EventSource(`${SERVE_ORIGIN}/esbuild`).addEventListener(\"change\", () =>\n location.reload()\n );\n} else {\n // console.log(\"Live reload disabled: not running on localhost\");\n}\n", "document.addEventListener('DOMContentLoaded', function () {\n const enableFreeMode = window.innerWidth >= 992;\n\n const incentiveSwiper = new Swiper(\"[fynd-slider='freescroll']\", {\n slidesPerView: 3,\n spaceBetween: 20,\n loop: false,\n freeMode: enableFreeMode,\n mousewheel: enableFreeMode\n ? {\n forceToAxis: true,\n sensitivity: 1,\n }\n : false,\n breakpoints: {\n 992: { slidesPerView: 3 },\n 768: { slidesPerView: 2.1 },\n 640: { slidesPerView: 1.8 },\n 0: { slidesPerView: 1.2 },\n },\n });\n});"],
|
|
5
|
-
"mappings": ";;;AACA,MACE,OAAO,SAAS,aAAa,eAC7B,OAAO,SAAS,aAAa,aAC7B;AACA,QAAI,YAAY,GAAG,uBAAY,UAAU,EAAE;AAAA,MAAiB;AAAA,MAAU,MACpE,SAAS,OAAO;AAAA,IAClB;AAAA,EACF,OAAO;AAAA,EAEP;;;ACVA,WAAS,iBAAiB,oBAAoB,WAAY;AACtD,UAAM,iBAAiB,OAAO,cAAc;AAE5C,UAAM,kBAAkB,IAAI,OAAO,8BAA8B;AAAA,MAC7D,eAAe;AAAA,MACf,cAAc;AAAA,MACd,MAAM;AAAA,
|
|
4
|
+
"sourcesContent": ["// Only enable live reload when running on localhost\nif (\n window.location.hostname === \"localhost\" ||\n window.location.hostname === \"127.0.0.1\"\n) {\n new EventSource(`${SERVE_ORIGIN}/esbuild`).addEventListener(\"change\", () =>\n location.reload()\n );\n} else {\n // console.log(\"Live reload disabled: not running on localhost\");\n}\n", "document.addEventListener('DOMContentLoaded', function () {\n const enableFreeMode = window.innerWidth >= 992;\n\n const incentiveSwiper = new Swiper(\"[fynd-slider='freescroll']\", {\n slidesPerView: 3,\n spaceBetween: 20,\n loop: false,\n // autoHeight: false,\n freeMode: enableFreeMode,\n mousewheel: enableFreeMode\n ? {\n forceToAxis: true,\n sensitivity: 1,\n }\n : false,\n breakpoints: {\n 992: { slidesPerView: 3 },\n 768: { slidesPerView: 2.1 },\n 640: { slidesPerView: 1.8 },\n 0: { slidesPerView: 1.2 },\n },\n });\n});"],
|
|
5
|
+
"mappings": ";;;AACA,MACE,OAAO,SAAS,aAAa,eAC7B,OAAO,SAAS,aAAa,aAC7B;AACA,QAAI,YAAY,GAAG,uBAAY,UAAU,EAAE;AAAA,MAAiB;AAAA,MAAU,MACpE,SAAS,OAAO;AAAA,IAClB;AAAA,EACF,OAAO;AAAA,EAEP;;;ACVA,WAAS,iBAAiB,oBAAoB,WAAY;AACtD,UAAM,iBAAiB,OAAO,cAAc;AAE5C,UAAM,kBAAkB,IAAI,OAAO,8BAA8B;AAAA,MAC7D,eAAe;AAAA,MACf,cAAc;AAAA,MACd,MAAM;AAAA;AAAA,MAEN,UAAU;AAAA,MACV,YAAY,iBACN;AAAA,QACE,aAAa;AAAA,QACb,aAAa;AAAA,MACjB,IACE;AAAA,MACN,aAAa;AAAA,QACT,KAAK,EAAE,eAAe,EAAE;AAAA,QACxB,KAAK,EAAE,eAAe,IAAI;AAAA,QAC1B,KAAK,EAAE,eAAe,IAAI;AAAA,QAC1B,GAAG,EAAE,eAAe,IAAI;AAAA,MAC5B;AAAA,IACJ,CAAC;AAAA,EACL,CAAC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED