@widelab-nc/widelab 1.0.2 → 1.0.3
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/index.js +1 -6
- package/dist/index.js.map +4 -4
- package/dist/style.css +0 -1
- package/package.json +1 -1
- package/src/index.js +2 -2
package/dist/style.css
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/*# sourceMappingURL=style.css.map */
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {initAlpine} from "./init";
|
|
1
|
+
//import {initAlpine} from "./init";
|
|
2
2
|
import Lenis from '@studio-freight/lenis';
|
|
3
3
|
import { gsap } from 'gsap';
|
|
4
4
|
import { CustomEase } from 'gsap/CustomEase';
|
|
@@ -980,7 +980,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
|
|
980
980
|
// !!!!!!!!! Keep this Alpine init at the end !!!!!!!!!
|
|
981
981
|
window.Webflow ||= [];
|
|
982
982
|
window.Webflow.push(() => {
|
|
983
|
-
initAlpine();
|
|
983
|
+
//initAlpine();
|
|
984
984
|
lenisScroll();
|
|
985
985
|
customGsapEasing();
|
|
986
986
|
lazyLoad();
|