@abi-software/map-side-bar 2.6.3-beta.0 → 2.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/map-side-bar",
3
- "version": "2.6.3-beta.0",
3
+ "version": "2.6.3",
4
4
  "files": [
5
5
  "dist/*",
6
6
  "src/*",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@abi-software/gallery": "^1.1.2",
42
- "@abi-software/map-utilities": "^1.3.1",
42
+ "@abi-software/map-utilities": "^1.3.2",
43
43
  "@abi-software/svg-sprite": "^1.0.1",
44
44
  "@element-plus/icons-vue": "^2.3.1",
45
45
  "algoliasearch": "^4.10.5",
@@ -814,7 +814,6 @@ export default {
814
814
  this.setCascader(this.entry.filterFacets)
815
815
  this.cssMods()
816
816
  this.$emit('cascaderReady')
817
- this.replaceCascader();
818
817
  })
819
818
  },
820
819
  }
@@ -436,7 +436,6 @@ export default {
436
436
  display: flex;
437
437
  align-items: center;
438
438
  gap: 6px;
439
- transform: translateZ(0);
440
439
  }
441
440
 
442
441
  .search-tag.el-tag {