@blocklet/theme 3.0.26 → 3.0.28

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/cjs/index.js CHANGED
@@ -493,6 +493,13 @@ const BLOCKLET_THEME_LIGHT = {
493
493
  }
494
494
  })
495
495
  }
496
+ },
497
+ MuiPaper: {
498
+ styleOverrides: {
499
+ root: {
500
+ backgroundImage: "none"
501
+ }
502
+ }
496
503
  }
497
504
  }
498
505
  };
package/dist/es/index.js CHANGED
@@ -491,6 +491,13 @@ const BLOCKLET_THEME_LIGHT = {
491
491
  }
492
492
  })
493
493
  }
494
+ },
495
+ MuiPaper: {
496
+ styleOverrides: {
497
+ root: {
498
+ backgroundImage: "none"
499
+ }
500
+ }
494
501
  }
495
502
  }
496
503
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.0.26",
6
+ "version": "3.0.28",
7
7
  "description": "A preset MUI-based theme configuration designed for use with Blocklet.",
8
8
  "main": "dist/cjs/index.js",
9
9
  "module": "dist/es/index.js",
@@ -44,5 +44,5 @@
44
44
  "ts-jest": "^29.4.0",
45
45
  "typescript": "~5.5.4"
46
46
  },
47
- "gitHead": "7bfbe63186facc499363ec4bcc776d1506893576"
47
+ "gitHead": "a2d0c2d51c4a6f4fd301e59104fa5811bf4bd4ab"
48
48
  }