@tekkare/auriga 0.2.155 → 0.2.156

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.2.155"
7
+ "version": "0.2.156"
8
8
  }
@@ -10,7 +10,6 @@
10
10
  <p v-else class="filters_title">
11
11
  {{ langData?.title }}
12
12
  </p>
13
- {{ filtersOpen }}
14
13
  <div class="filters_amount">{{ filters_amount }}</div>
15
14
  <p
16
15
  v-if="haveSaveScope && filtersOpen"
@@ -115,7 +114,6 @@ export default defineComponent({
115
114
  if (!props.autoOpen) {
116
115
  if (window.scrollY > 0) {
117
116
  if (isUserScrolling.value) {
118
- console.log("close on open");
119
117
  filtersOpen.value = false;
120
118
  }
121
119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.2.155",
3
+ "version": "0.2.156",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",