@australiangreens/ag-internal-components 0.0.81 → 0.0.82
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/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/components/SessionExpiryDialog/index.comp.test.d.ts +2 -0
- package/dist/components/SessionExpiryDialog/index.comp.test.d.ts.map +1 -0
- package/dist/esm/index.js +13 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/layouts/AppLayout/TopBar.d.ts.map +1 -1
- package/dist/layouts/AppLayout/defaults.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/SessionExpiryDialog/index.unit.test.d.ts +0 -2
- package/dist/components/SessionExpiryDialog/index.unit.test.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.comp.test.d.ts","sourceRoot":"","sources":["../../../src/components/SessionExpiryDialog/index.comp.test.tsx"],"names":[],"mappings":""}
|
package/dist/esm/index.js
CHANGED
|
@@ -1004,7 +1004,7 @@ function Po({
|
|
|
1004
1004
|
const mt = () => {
|
|
1005
1005
|
const e = ae();
|
|
1006
1006
|
return Rt(e.breakpoints.down("sm"));
|
|
1007
|
-
}, On = 64, En =
|
|
1007
|
+
}, On = 64, En = 72, Bn = 256, Y = _(!0), Ct = _(Bn), xt = _(En), Ce = _(""), Fn = _(void 0), vt = _(On), wt = _(void 0);
|
|
1008
1008
|
function Pn({ links: e }) {
|
|
1009
1009
|
return /* @__PURE__ */ o("div", { children: "LinksMenu not implemented yet" });
|
|
1010
1010
|
}
|
|
@@ -1162,11 +1162,11 @@ function Wn({
|
|
|
1162
1162
|
!u && /* @__PURE__ */ o(zt, {}),
|
|
1163
1163
|
r && /* @__PURE__ */ p(y, { flexGrow: "0", children: [
|
|
1164
1164
|
r,
|
|
1165
|
-
/* @__PURE__ */ o(Pe, { variant: "middle" })
|
|
1165
|
+
/* @__PURE__ */ o(Pe, { variant: "middle", sx: { marginY: "0.5rem" } })
|
|
1166
1166
|
] }),
|
|
1167
1167
|
/* @__PURE__ */ o(y, { flexGrow: "1", children: Array.isArray(a) ? /* @__PURE__ */ o(Pn, { links: a }) : a }),
|
|
1168
1168
|
/* @__PURE__ */ p(y, { flexGrow: "0", children: [
|
|
1169
|
-
/* @__PURE__ */ o(Pe, { variant: "middle" }),
|
|
1169
|
+
/* @__PURE__ */ o(Pe, { variant: "middle", sx: { marginY: "0.5rem" } }),
|
|
1170
1170
|
/* @__PURE__ */ o(Hn, { user: d, domainCode: l, open: e }),
|
|
1171
1171
|
c && /* @__PURE__ */ o(L, { children: c })
|
|
1172
1172
|
] })
|
|
@@ -1230,7 +1230,16 @@ function Vn({
|
|
|
1230
1230
|
zIndex: d ? 0 : c.zIndex.drawer + 1
|
|
1231
1231
|
},
|
|
1232
1232
|
children: [
|
|
1233
|
-
/* @__PURE__ */ o(
|
|
1233
|
+
/* @__PURE__ */ o(
|
|
1234
|
+
Q,
|
|
1235
|
+
{
|
|
1236
|
+
size: "medium",
|
|
1237
|
+
color: "inherit",
|
|
1238
|
+
sx: { padding: 1.5, marginLeft: "12px" },
|
|
1239
|
+
onClick: a,
|
|
1240
|
+
children: /* @__PURE__ */ o(Zt, { fontSize: "medium" })
|
|
1241
|
+
}
|
|
1242
|
+
),
|
|
1234
1243
|
/* @__PURE__ */ o(B, { className: Gn.titleText, variant: "h6", children: e }),
|
|
1235
1244
|
i
|
|
1236
1245
|
]
|