@uxland/primary-shell 7.45.7 → 7.45.8
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/{component-BOMzXHzc.js → component-DBEM-AzG.js} +2 -2
- package/dist/{component-BOMzXHzc.js.map → component-DBEM-AzG.js.map} +1 -1
- package/dist/{index-DD62MwFV.js → index--RrXhs-S.js} +4 -3
- package/dist/{index-DD62MwFV.js.map → index--RrXhs-S.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +2 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/src/UI/shared-components/primaria-nav-item/template.ts +2 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as s, d as e, z as t, B as r, P as n, b as o, v as l, Q as c, n as g, w as m, o as p, p as v, m as P, c as h, u as E, f as R, q as u, e as y, y as S, g as d, j as M, x as w, s as A, l as C, A as f } from "./index-
|
|
1
|
+
import { E as s, d as e, z as t, B as r, P as n, b as o, v as l, Q as c, n as g, w as m, o as p, p as v, m as P, c as h, u as E, f as R, q as u, e as y, y as S, g as d, j as M, x as w, s as A, l as C, A as f } from "./index--RrXhs-S.js";
|
|
2
2
|
export {
|
|
3
3
|
s as EcapEventManager,
|
|
4
4
|
e as ExitShell,
|
package/dist/index.umd.cjs
CHANGED
|
@@ -8804,8 +8804,9 @@ ${J.searchString?.length>1?ke$1`
|
|
|
8804
8804
|
<div
|
|
8805
8805
|
class=${Rt({item:!0,active:J.isActive})}
|
|
8806
8806
|
?expanded=${J.showText}
|
|
8807
|
+
@click=${J.config.callbackFn}
|
|
8807
8808
|
>
|
|
8808
|
-
<div class="icon-label"
|
|
8809
|
+
<div class="icon-label">
|
|
8809
8810
|
<dss-icon icon=${J.config.icon} size="md" ?fill=${J.config.fill} style=${J.config.rotateIcon?"transform: rotate(180deg);":""}></dss-icon>
|
|
8810
8811
|
${J.showText?ke$1`<span>${J.config.label}</span>`:""}
|
|
8811
8812
|
</div>
|