@campxdev/shared 1.3.0 → 1.3.1

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/shared",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -114,6 +114,9 @@ const DropDownButton = ({
114
114
  anchorEl={anchorEl}
115
115
  open={open}
116
116
  onClose={handleClose}
117
+ PaperProps={{
118
+ elevation: 2,
119
+ }}
117
120
  MenuListProps={{ sx: { padding: 0 }, ...menuListProps }}
118
121
  anchorOrigin={{
119
122
  vertical: 'bottom',
@@ -19,7 +19,7 @@ type AuthResponse = {
19
19
  data: {
20
20
  user?: any
21
21
  roles?: any
22
- username?: any
22
+ fullName?: any
23
23
  permissions?: any
24
24
  assets?: {
25
25
  logo: string