@campxdev/shared 2.0.15 → 2.0.17

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": "2.0.15",
3
+ "version": "2.0.17",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -32,6 +32,7 @@ interface ApplicationProfileProps {
32
32
  | 'hrms'
33
33
  | 'commute_x'
34
34
  | 'admin'
35
+ | 'dashboards'
35
36
  title: string
36
37
  permissions?: {
37
38
  add: string
@@ -141,6 +141,10 @@ export const ProfileApplicationType = [
141
141
  label: 'AdminX',
142
142
  value: 'admin',
143
143
  },
144
+ {
145
+ label: 'Dashboards',
146
+ value: 'dashboards',
147
+ },
144
148
  ]
145
149
 
146
150
  export interface Option {