@campxdev/shared 1.8.49-alpha.5 → 1.8.49-alpha.6

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.8.49-alpha.5",
3
+ "version": "1.8.49-alpha.6",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -1,8 +1,8 @@
1
- import { Box, Button, Typography } from '@mui/material'
1
+ import { Box, Typography } from '@mui/material'
2
2
  import { ReactNode } from 'react'
3
3
  import { isDevelopment } from '../../../constants/isDevelopment'
4
- import { applications } from './applications'
5
4
  import AppsMenu from './AppsMenu'
5
+ import { applications } from './applications'
6
6
  import {
7
7
  collegex,
8
8
  commutex,
@@ -13,17 +13,13 @@ import {
13
13
  peoplex,
14
14
  } from './assets'
15
15
 
16
- import { HelpOutline } from '@mui/icons-material'
17
- import CogWheelMenu from './HeaderActions/CogWheelMenu'
16
+ import HeaderActions from './HeaderActions/HeaderActions'
18
17
  import {
19
18
  StyledHeader,
20
19
  StyledImageWrapper,
21
20
  StyledLogosWrapper,
22
21
  StyledRouterLink,
23
22
  } from './styles'
24
- import UserBox from './HeaderActions/UserBox'
25
- import FreshDeskHelpButton from './HeaderActions/FreshDeskHelpButton'
26
- import HeaderActions from './HeaderActions/HeaderActions'
27
23
 
28
24
  const imageMap = {
29
25
  ums: collegex,
@@ -46,7 +42,6 @@ interface AppHeaderProps {
46
42
  }[]
47
43
  customHeaderActions?: ReactNode
48
44
  cogWheelMenu?: { label: string; path: string }[]
49
- institutions: any[]
50
45
  }
51
46
 
52
47
  export default function AppHeader({
@@ -55,7 +50,6 @@ export default function AppHeader({
55
50
  userBoxActions = [],
56
51
  cogWheelMenu = [],
57
52
  customHeaderActions,
58
- institutions,
59
53
  }: AppHeaderProps) {
60
54
  return (
61
55
  <StyledHeader>