@abi-software/mapintegratedvuer 1.18.2 → 1.18.4-beta.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": "1.18.2",
3
+ "version": "1.18.4-beta.0",
4
4
  "license": "Apache-2.0",
5
5
  "scripts": {
6
6
  "serve": "vite --host --force",
@@ -53,11 +53,11 @@
53
53
  ],
54
54
  "dependencies": {
55
55
  "@abi-software/flatmapvuer": "1.13.4",
56
- "@abi-software/map-side-bar": "2.14.5",
56
+ "@abi-software/map-side-bar": "^2.14.7",
57
57
  "@abi-software/map-utilities": "1.8.3",
58
58
  "@abi-software/plotvuer": "1.0.7",
59
59
  "@abi-software/scaffoldvuer": "1.15.6",
60
- "@abi-software/simulationvuer": "3.0.16",
60
+ "@abi-software/simulationvuer": "3.2.0",
61
61
  "@abi-software/sparc-annotation": "0.3.2",
62
62
  "@abi-software/svg-sprite": "1.0.4",
63
63
  "@element-plus/icons-vue": "^2.3.1",
@@ -737,7 +737,7 @@ export default {
737
737
 
738
738
  .contentvuer {
739
739
  position: absolute;
740
- transition: opacity 0s, visibility 0s, left 1s ease, top 1s ease, width 1s ease, height 1s ease;
740
+ transition: opacity 0s, visibility 0s, left 0s ease, top 0s ease, width 0s ease, height 0s ease;
741
741
  background: rgba(255, 255, 255, 1);
742
742
  visibility: visible;
743
743
  opacity: 1;