@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/style.css CHANGED
@@ -1 +0,0 @@
1
- /*# sourceMappingURL=style.css.map */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widelab-nc/widelab",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Widelab starter template based on Finsweet template + add-ons.",
5
5
  "homepage": "https://widelab.co",
6
6
  "license": "ISC",
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();