wcz-test 4.5.5 → 4.5.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/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/index.cjs +0 -4379
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -429
package/dist/index.js
CHANGED
|
@@ -3088,7 +3088,11 @@ var ToolbarAccount = () => {
|
|
|
3088
3088
|
closeMenu();
|
|
3089
3089
|
};
|
|
3090
3090
|
const keycloak = useKeycloak();
|
|
3091
|
-
const user =
|
|
3091
|
+
const user = {
|
|
3092
|
+
name: "Dalibor Homola",
|
|
3093
|
+
employeeId: "C2503017",
|
|
3094
|
+
department: "IT"
|
|
3095
|
+
};
|
|
3092
3096
|
const getModeText = () => {
|
|
3093
3097
|
switch (mode) {
|
|
3094
3098
|
case "light": {
|