vite-plugin-blocklet 0.9.17 → 0.9.19

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/dist/index.cjs CHANGED
@@ -348,7 +348,7 @@ function generateHtml({ color, image }) {
348
348
  }
349
349
  </style>
350
350
  <div class="spinner-wrapper">
351
- <img id="loadingImage" width="70" height="70" />
351
+ <img id="loadingImage" width="70" height="70" style="object-fit: contain;" />
352
352
  <div class="spinner">
353
353
  <div class="bounce1"></div>
354
354
  <div class="bounce2"></div>
package/libs/loading.js CHANGED
@@ -102,7 +102,7 @@ function generateHtml({ color, image }) {
102
102
  }
103
103
  </style>
104
104
  <div class="spinner-wrapper">
105
- <img id="loadingImage" width="70" height="70" />
105
+ <img id="loadingImage" width="70" height="70" style="object-fit: contain;" />
106
106
  <div class="spinner">
107
107
  <div class="bounce1"></div>
108
108
  <div class="bounce2"></div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-plugin-blocklet",
3
3
  "type": "module",
4
- "version": "0.9.17",
4
+ "version": "0.9.19",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -27,9 +27,9 @@
27
27
  "rollup": "^4.20.0"
28
28
  },
29
29
  "dependencies": {
30
- "@arcblock/did": "^1.19.2",
31
- "@ocap/mcrypto": "^1.19.2",
32
- "@ocap/util": "^1.19.2",
30
+ "@arcblock/did": "^1.19.9",
31
+ "@ocap/mcrypto": "^1.19.9",
32
+ "@ocap/util": "^1.19.9",
33
33
  "get-port": "^5.1.1",
34
34
  "http-proxy-middleware": "^3.0.0",
35
35
  "ismobilejs": "^1.1.1",