@crystaltech/hsms-shared-ui 0.7.10-alpha.0.2 → 0.7.10
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/dist/index.es.js +3 -3
- package/dist/index.js +2 -2
- package/dist/sw.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -32,11 +32,11 @@ const Ln = {
|
|
|
32
32
|
// Changed to match primary color
|
|
33
33
|
},
|
|
34
34
|
primary: {
|
|
35
|
-
main: "#
|
|
35
|
+
main: "#1976d2"
|
|
36
36
|
// Changed to Material UI default primary blue
|
|
37
37
|
},
|
|
38
38
|
secondary: {
|
|
39
|
-
main: "#
|
|
39
|
+
main: "#dc004e"
|
|
40
40
|
// Changed to Material UI default secondary color
|
|
41
41
|
},
|
|
42
42
|
background: {
|
|
@@ -29047,7 +29047,7 @@ const xQ = () => {
|
|
|
29047
29047
|
"hsms-qms-client": {
|
|
29048
29048
|
roles: ["QMS_ADMIN", "QMS_USER"]
|
|
29049
29049
|
}
|
|
29050
|
-
}, i = JSON.parse(localStorage.getItem("user_info") || "{}"), a = na(i, ["SUPER_ADMIN"
|
|
29050
|
+
}, i = JSON.parse(localStorage.getItem("user_info") || "{}"), a = na(i, ["SUPER_ADMIN"]) ? r : JSON.parse(localStorage.getItem("user_info") || "{}").resource_access || r, s = (u) => {
|
|
29051
29051
|
t(u.currentTarget);
|
|
29052
29052
|
}, l = () => {
|
|
29053
29053
|
t(null);
|