@abi-software/map-side-bar 2.6.1-beta.4 → 2.6.1

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.1-beta.4",
3
+ "version": "2.6.1",
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-beta.1",
42
+ "@abi-software/map-utilities": "^1.3.1",
43
43
  "@abi-software/svg-sprite": "^1.0.1",
44
44
  "@element-plus/icons-vue": "^2.3.1",
45
45
  "algoliasearch": "^4.10.5",
@@ -811,7 +811,6 @@ export default {
811
811
  this.setCascader(this.entry.filterFacets)
812
812
  this.cssMods()
813
813
  this.$emit('cascaderReady')
814
- this.replaceCascader();
815
814
  })
816
815
  },
817
816
  }
@@ -999,9 +998,14 @@ export default {
999
998
  border-color: $app-primary-color;
1000
999
  }
1001
1000
 
1001
+ .filter-help-popover {
1002
+ color: rgb(48, 49, 51);
1003
+ font-family: Asap;
1004
+ margin: 12px;
1005
+ }
1006
+
1002
1007
  .filter-help-popover,
1003
1008
  .cascade-tags-popover {
1004
- font-family: 'Asap', sans-serif;
1005
1009
  background: #f3ecf6 !important;
1006
1010
  border: 1px solid $app-primary-color !important;
1007
1011
  border-radius: 4px !important;
@@ -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 {
@@ -490,7 +489,6 @@ export default {
490
489
  .el-icon {
491
490
  transform: rotate(0deg);
492
491
  transition: transform 0.25s linear;
493
- color: var(--el-text-color-placeholder);
494
492
  }
495
493
 
496
494
  &[aria-expanded="true"] {