@campxdev/shared 0.6.10 → 0.6.12
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 +1 -1
- package/src/components/Layout/Header/AppHeader.tsx +3 -3
- package/src/components/Layout/Header/applications.ts +8 -1
- package/src/components/Layout/Header/assets/index.ts +7 -7
- package/src/components/Layout/Header/assets/newAssets/campx.png +0 -0
- package/src/components/Layout/Header/assets/newAssets/commuteX.png +0 -0
- package/src/components/Layout/Header/assets/newAssets/commutex.png +0 -0
- package/src/components/Layout/Header/assets/newAssets/entrollx.png +0 -0
- package/src/components/Layout/Header/assets/newAssets/examx.png +0 -0
- package/src/components/Layout/Header/assets/newAssets/hostelx.png +0 -0
- package/src/components/Layout/Header/assets/newAssets/libreryx.png +0 -0
- package/src/components/Layout/Header/assets/newAssets/payx.png +0 -0
- package/src/components/Layout/Header/assets/newAssets/pepolex.png +0 -0
package/package.json
CHANGED
|
@@ -33,10 +33,10 @@ const imageMap = {
|
|
|
33
33
|
enroll: enrollx,
|
|
34
34
|
exams: examx,
|
|
35
35
|
payments: payx,
|
|
36
|
-
|
|
36
|
+
people: peoplex,
|
|
37
37
|
campx: collegex,
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
commute:commutex,
|
|
39
|
+
hostel:hostelx
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
interface AppHeaderProps {
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
hostelSmall,
|
|
6
6
|
paySmall,
|
|
7
7
|
peopleSmall,
|
|
8
|
-
|
|
8
|
+
commuteSmall,
|
|
9
9
|
} from './assets'
|
|
10
10
|
|
|
11
11
|
const origins = {
|
|
@@ -57,6 +57,13 @@ export const applications = [
|
|
|
57
57
|
icon: hostelSmall,
|
|
58
58
|
description: 'Manage Hostels in the Campus',
|
|
59
59
|
},
|
|
60
|
+
{
|
|
61
|
+
title: 'PayX',
|
|
62
|
+
key: 'payments',
|
|
63
|
+
path: isDevelopment ? origins.payments.dev : origins.payments.prod,
|
|
64
|
+
icon: paySmall,
|
|
65
|
+
description: 'Manage Payments in the Campus',
|
|
66
|
+
},
|
|
60
67
|
{
|
|
61
68
|
title: 'CommuteX',
|
|
62
69
|
key: 'commute',
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import collegex from './newAssets/
|
|
2
|
-
import enrollx from './newAssets/
|
|
3
|
-
import examx from './newAssets/
|
|
4
|
-
import payx from './newAssets/payx.
|
|
5
|
-
import peoplex from './newAssets/
|
|
1
|
+
import collegex from './newAssets/campx.png'
|
|
2
|
+
import enrollx from './newAssets/entrollx.png'
|
|
3
|
+
import examx from './newAssets/examx.png'
|
|
4
|
+
import payx from './newAssets/payx.png'
|
|
5
|
+
import peoplex from './newAssets/pepolex.png'
|
|
6
6
|
import campxSquareSmall from './newAssets/campx_square_small.svg'
|
|
7
7
|
import examsSmall from './newAssets/exams_small.svg'
|
|
8
8
|
import paySmall from './newAssets/pay_small.svg'
|
|
9
9
|
import peopleSmall from './newAssets/people_small.svg'
|
|
10
10
|
import hostelSmall from './newAssets/hostel_small.svg'
|
|
11
11
|
import commuteSmall from './newAssets/commutexSmall.svg'
|
|
12
|
-
import commutex from './newAssets/
|
|
13
|
-
import hostelx from './newAssets/hostelx.
|
|
12
|
+
import commutex from './newAssets/commuteX.png'
|
|
13
|
+
import hostelx from './newAssets/hostelx.png'
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
export {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|