@abi-software/mapintegratedvuer 0.7.0-vue3.3 → 0.7.0-vue3.5

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.3",
3
+ "version": "0.7.0-vue3.5",
4
4
  "license": "Apache-2.0",
5
5
  "scripts": {
6
6
  "serve": "vite --host --force",
@@ -44,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "@abi-software/flatmapvuer": "^0.6.0-vue3.6",
46
46
  "@abi-software/map-side-bar": "^1.7.0-vue3.4",
47
- "@abi-software/plotvuer": "^0.4.0-vue-3-alpha.5",
48
- "@abi-software/scaffoldvuer": "^0.4.0-vue3-optimise.0",
49
- "@abi-software/simulationvuer": "^0.7.0-vue-3-alpha.3",
47
+ "@abi-software/plotvuer": "^0.4.0-vue-3-alpha.7",
48
+ "@abi-software/scaffoldvuer": "^0.4.0-vue3.6",
49
+ "@abi-software/simulationvuer": "^0.7.0-vue-3-alpha.4",
50
50
  "@abi-software/svg-sprite": "^0.4.0-vue3-beta.0",
51
51
  "@cypress/vite-dev-server": "^5.0.7",
52
52
  "@element-plus/icons-vue": "^2.3.1",
@@ -368,5 +368,6 @@ export default {
368
368
  max-width: calc(100vw - 100px);
369
369
  padding-right: 0px;
370
370
  width: unset!important;
371
+ background: #fff!important;
371
372
  }
372
373
  </style>