@tekkare/auriga 0.1.62 → 0.1.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.
package/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.1.62"
7
+ "version": "0.1.63"
8
8
  }
@@ -102,7 +102,6 @@ export default defineComponent({
102
102
  adjustFilterPosition();
103
103
  listenToHeaderChange();
104
104
  openFromScroll();
105
- window.addEventListener("scroll", openFromScroll);
106
105
  });
107
106
  onUpdated(() => {
108
107
  adjustFilterPosition();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",