hrp-ui-base 1.4.3 → 1.4.4
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/components.es.js
CHANGED
|
@@ -5613,7 +5613,7 @@ const Je = {
|
|
|
5613
5613
|
hrm: "hrm",
|
|
5614
5614
|
hrms: "hrms",
|
|
5615
5615
|
itr: "itrms",
|
|
5616
|
-
personalization: "
|
|
5616
|
+
personalization: "hws",
|
|
5617
5617
|
projectManagement: "projectManagement"
|
|
5618
5618
|
}, xa = ["/auth-login", "/oa-login", "/login"], te = (o) => !o || o === "/" ? "" : o.endsWith("/") ? o.slice(0, -1) : o, Pa = () => Array.from(new Set(Object.values(Je))), Xa = () => {
|
|
5619
5619
|
const o = window.location.pathname || "/";
|
package/package.json
CHANGED