@abi-software/scaffoldvuer 1.7.0 → 1.7.2

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/scaffoldvuer",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,8 +41,8 @@
41
41
  "*.js"
42
42
  ],
43
43
  "dependencies": {
44
- "@abi-software/map-utilities": "^1.3.0",
45
- "@abi-software/sparc-annotation": "^0.3.1",
44
+ "@abi-software/map-utilities": "^1.3.2",
45
+ "@abi-software/sparc-annotation": "^0.3.2",
46
46
  "@abi-software/svg-sprite": "^1.0.1",
47
47
  "@element-plus/icons-vue": "^2.3.1",
48
48
  "core-js": "^3.22.5",
@@ -54,7 +54,7 @@
54
54
  "vue": "^3.4.21",
55
55
  "vue-router": "^4.2.5",
56
56
  "vue3-component-svg-sprite": "^0.0.1",
57
- "zincjs": "^1.11.5"
57
+ "zincjs": "^1.11.7"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@vitejs/plugin-vue": "^4.6.2",
@@ -2913,6 +2913,10 @@ export default {
2913
2913
  </style>
2914
2914
 
2915
2915
  <style lang="scss">
2916
+ canvas:focus {
2917
+ outline: none !important;
2918
+ }
2919
+
2916
2920
  .scaffold-container {
2917
2921
  --el-color-primary: #8300BF;
2918
2922
  --el-color-primary-light-5: #cd99e5;