@campxdev/react-blueprint 1.7.15-alpha.1 → 1.7.16

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": "@campxdev/react-blueprint",
3
- "version": "1.7.15-alpha.1",
3
+ "version": "1.7.16",
4
4
  "main": "./export.ts",
5
5
  "dependencies": {
6
6
  "@emotion/react": "^11.13.3",
@@ -260,14 +260,14 @@ export const getCommonTheme = (mode: Theme) => {
260
260
  root: {
261
261
  fullWidth: true,
262
262
  },
263
- // paper: {
264
- // // color: ColorTokens.surface.defaultBackground,
265
- // borderRadius: '5px',
266
- // width: '100%',
267
- // maxHeight: 'calc(100vh - 64px)',
268
- // overflow: 'auto',
269
- // boxShadow: 'none',
270
- // },
263
+ paper: {
264
+ backgroundColor: ColorTokens.surface.defaultBackground,
265
+ borderRadius: '5px',
266
+ width: '100%',
267
+ maxHeight: 'calc(100vh - 64px)',
268
+ overflow: 'auto',
269
+ boxShadow: 'none',
270
+ },
271
271
  },
272
272
  },
273
273
  MuiMenu: {