@abi-software/mapintegratedvuer 0.7.0-vue3.9 → 0.7.1-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/mapintegratedvuer",
3
- "version": "0.7.0-vue3.9",
3
+ "version": "0.7.1-demo.0",
4
4
  "license": "Apache-2.0",
5
5
  "scripts": {
6
6
  "serve": "vite --host --force",
@@ -42,12 +42,12 @@
42
42
  "*.js"
43
43
  ],
44
44
  "dependencies": {
45
- "@abi-software/flatmapvuer": "^0.6.1-vue3.8",
45
+ "@abi-software/flatmapvuer": "0.6.1-demo-0",
46
46
  "@abi-software/map-side-bar": "^1.7.0-vue3.4",
47
47
  "@abi-software/plotvuer": "^0.4.0-vue-3-alpha.10",
48
48
  "@abi-software/scaffoldvuer": "^0.4.0-vue3.6",
49
49
  "@abi-software/simulationvuer": "^0.7.0-vue-3-alpha.5",
50
- "@abi-software/svg-sprite": "^0.4.0-vue3-beta.0",
50
+ "@abi-software/svg-sprite": "0.4.0-vue3.3",
51
51
  "@cypress/vite-dev-server": "^5.0.7",
52
52
  "@element-plus/icons-vue": "^2.3.1",
53
53
  "@pinia/testing": "^0.1.3",
package/src/App.vue CHANGED
@@ -240,6 +240,6 @@ body {
240
240
  }
241
241
 
242
242
  .map-icon {
243
- color: $app-primary-color!important;
243
+ color: $app-primary-color;
244
244
  }
245
245
  </style>
@@ -98,7 +98,7 @@ export default {
98
98
  } else if ((this.activeSpecies === "Human Male") || (this.activeSpecies === "Human Female")) {
99
99
  //Dynamically construct the whole body scaffold for human and store it
100
100
  if (!("human" in this.scaffoldResource)) {
101
- this.scaffoldResource["human"] = await getBodyScaffoldInfo(storeeSettings.sparcApi, "human");
101
+ this.scaffoldResource["human"] = await getBodyScaffoldInfo(this.apiLocation, "human");
102
102
  }
103
103
  action = {
104
104
  contextCardUrl: this.scaffoldResource["human"].datasetInfo.contextCardUrl,