vite-plugin-blocklet 0.6.9 → 0.6.10

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
@@ -193,7 +193,6 @@ function generateHtml({ color, image }) {
193
193
  body,
194
194
  html,
195
195
  #app {
196
- background: white;
197
196
  width: 100%;
198
197
  height: 100%;
199
198
  display: flex;
package/libs/loading.js CHANGED
@@ -21,7 +21,6 @@ function generateHtml({ color, image }) {
21
21
  body,
22
22
  html,
23
23
  #app {
24
- background: white;
25
24
  width: 100%;
26
25
  height: 100%;
27
26
  display: flex;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-plugin-blocklet",
3
3
  "type": "module",
4
- "version": "0.6.9",
4
+ "version": "0.6.10",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "files": [