@blocklet/theme 2.13.61 → 2.13.62
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 +0 -7
- package/dist/es/index.js +0 -7
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -648,13 +648,6 @@ var BLOCKLET_THEME_LIGHT = {
|
|
|
648
648
|
})
|
|
649
649
|
}
|
|
650
650
|
},
|
|
651
|
-
MuiPaper: {
|
|
652
|
-
styleOverrides: {
|
|
653
|
-
root: ({ theme }) => ({
|
|
654
|
-
boxShadow: `inset 0 0 0 1px ${theme.palette.action.hover}`
|
|
655
|
-
})
|
|
656
|
-
}
|
|
657
|
-
},
|
|
658
651
|
MuiAlert: {
|
|
659
652
|
styleOverrides: {
|
|
660
653
|
filledError: ({ theme }) => ({
|
package/dist/es/index.js
CHANGED
|
@@ -626,13 +626,6 @@ var BLOCKLET_THEME_LIGHT = {
|
|
|
626
626
|
})
|
|
627
627
|
}
|
|
628
628
|
},
|
|
629
|
-
MuiPaper: {
|
|
630
|
-
styleOverrides: {
|
|
631
|
-
root: ({ theme }) => ({
|
|
632
|
-
boxShadow: `inset 0 0 0 1px ${theme.palette.action.hover}`
|
|
633
|
-
})
|
|
634
|
-
}
|
|
635
|
-
},
|
|
636
629
|
MuiAlert: {
|
|
637
630
|
styleOverrides: {
|
|
638
631
|
filledError: ({ theme }) => ({
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "2.13.
|
|
6
|
+
"version": "2.13.62",
|
|
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",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"ts-jest": "^29.1.2",
|
|
56
56
|
"typescript": "~5.5.4"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "36a4594299167a1bff28fc11cb590e552576f687"
|
|
59
59
|
}
|