@abi-software/map-side-bar 2.14.2-demo.1 → 2.14.3-demo.0

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.14.2-demo.1",
3
+ "version": "2.14.3-demo.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@abi-software/gallery": "1.3.0",
47
- "@abi-software/map-utilities": "1.8.1",
47
+ "@abi-software/map-utilities": "^1.8.2-demo.0",
48
48
  "@abi-software/svg-sprite": "^1.0.2",
49
49
  "@element-plus/icons-vue": "^2.3.1",
50
50
  "algoliasearch": "^4.10.5",
@@ -294,7 +294,7 @@
294
294
  v-if="entry.featuresAlert"
295
295
  >
296
296
  <div class="block attribute-title-container">
297
- <span class="attribute-title">Alert</span>
297
+ <span class="attribute-title">Notes</span>
298
298
  </div>
299
299
  <div class="block">
300
300
  <div class="alert-block"
@@ -798,12 +798,12 @@ export default {
798
798
  contentArray.push(contentString);
799
799
  }
800
800
 
801
- // Alert
801
+ // Alert (Notes)
802
802
  if (this.entry.featuresAlert) {
803
803
  const alertContent = this.entry.featuresAlert
804
804
  .map((alert) => this.formatAlertText(alert))
805
805
  .join('\n');
806
- contentArray.push(`<div><strong>Alert</strong></div>\n${alertContent}`);
806
+ contentArray.push(`<div><strong>Notes</strong></div>\n${alertContent}`);
807
807
  }
808
808
 
809
809
  return contentArray.join('\n\n<br>');
@@ -53,8 +53,8 @@
53
53
  :connectivityEntry="connectivityEntry"
54
54
  :availableAnatomyFacets="availableAnatomyFacets"
55
55
  :showLongLabel="showLongLabel"
56
- @filter-visibility="$emit('filter-visibility', $event)"
57
56
  :connectivityFilterOptions="filterOptions"
57
+ @filter-visibility="$emit('filter-visibility', $event)"
58
58
  :showVisibilityFilter="showVisibilityFilter"
59
59
  @search-changed="searchChanged(tab.id, $event)"
60
60
  @hover-changed="hoverChanged(tab.id, $event)"