@starasia/admin 1.2.9 → 1.2.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.cjs.js +1 -1
- package/dist/index.es.js +30 -21
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1431,25 +1431,34 @@ const Ht = _(
|
|
|
1431
1431
|
children: (e == null ? void 0 : e.title) || "Back"
|
|
1432
1432
|
}
|
|
1433
1433
|
)
|
|
1434
|
-
] }) }) }), h = () => /* @__PURE__ */ g(
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1434
|
+
] }) }) }), h = () => /* @__PURE__ */ g(
|
|
1435
|
+
a,
|
|
1436
|
+
{
|
|
1437
|
+
gap: "sm",
|
|
1438
|
+
paddingTop: (s == null ? void 0 : s.paddingTop) || "lg",
|
|
1439
|
+
paddingInline: (s == null ? void 0 : s.paddingInline) || "xl",
|
|
1440
|
+
...s,
|
|
1441
|
+
children: [
|
|
1442
|
+
w && j(),
|
|
1443
|
+
/* @__PURE__ */ g(
|
|
1444
|
+
a,
|
|
1445
|
+
{
|
|
1446
|
+
direction: C ? "row" : "column",
|
|
1447
|
+
gap: "lg",
|
|
1448
|
+
justify: "space-between",
|
|
1449
|
+
align: "center",
|
|
1450
|
+
children: [
|
|
1451
|
+
typeof i == "string" ? /* @__PURE__ */ g(a, { direction: "row", gap: "lg", align: "center", children: [
|
|
1452
|
+
/* @__PURE__ */ A(Q, { variant: "h2", fontWeight: "semibold", fontFamily: "Poppins", children: i }),
|
|
1453
|
+
r && /* @__PURE__ */ A(XA, { border: !0, size: "lg", text: r, ...l })
|
|
1454
|
+
] }) : i,
|
|
1455
|
+
u()
|
|
1456
|
+
]
|
|
1457
|
+
}
|
|
1458
|
+
)
|
|
1459
|
+
]
|
|
1460
|
+
}
|
|
1461
|
+
), Y = () => o;
|
|
1453
1462
|
return /* @__PURE__ */ g(a, { gap: "lg", variant: "main", ...c, children: [
|
|
1454
1463
|
t && h(),
|
|
1455
1464
|
Y()
|
|
@@ -6955,7 +6964,7 @@ const Lr = (e) => {
|
|
|
6955
6964
|
const s = () => {
|
|
6956
6965
|
if (n.current) {
|
|
6957
6966
|
const C = n.current.getBoundingClientRect().top;
|
|
6958
|
-
c(`calc(100vh - ${C
|
|
6967
|
+
c(`calc(100vh - ${C}px)`);
|
|
6959
6968
|
}
|
|
6960
6969
|
};
|
|
6961
6970
|
return s(), window.addEventListener("resize", s), () => window.removeEventListener("resize", s);
|
|
@@ -6970,7 +6979,7 @@ const Lr = (e) => {
|
|
|
6970
6979
|
paddingInline: t,
|
|
6971
6980
|
bg: "gray-50",
|
|
6972
6981
|
style: {
|
|
6973
|
-
|
|
6982
|
+
minHeight: l
|
|
6974
6983
|
},
|
|
6975
6984
|
children: e
|
|
6976
6985
|
}
|