@mx-cartographer/experiences 6.0.6 → 6.0.8-alpha.mega1
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/CHANGELOG.md +8 -0
- package/dist/index.es.js +8 -6
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [6.0.8] - 05-02-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Missing `loadBanner` call for `Banner` data
|
|
4
|
+
|
|
5
|
+
## [6.0.7] - 05-02-2025
|
|
6
|
+
|
|
7
|
+
- **FIXED** - Recurring Activity Widget | adjust width & title
|
|
8
|
+
|
|
1
9
|
## [6.0.6] - 05-01-2025
|
|
2
10
|
|
|
3
11
|
- **FIXED** - Net Worth Widget | adjust padding
|
package/dist/index.es.js
CHANGED
|
@@ -8506,7 +8506,7 @@ const va = ({ transaction: A }) => {
|
|
|
8506
8506
|
});
|
|
8507
8507
|
};
|
|
8508
8508
|
return /* @__PURE__ */ I(it, { container: !0, pt: 16, px: 24, spacing: 24, children: [
|
|
8509
|
-
/* @__PURE__ */ e(it, { md: !0, sm: 12, children: /* @__PURE__ */ I(b, { gap: 24, children: [
|
|
8509
|
+
/* @__PURE__ */ e(it, { md: !0, sm: 12, width: "100%", children: /* @__PURE__ */ I(b, { gap: 24, children: [
|
|
8510
8510
|
/* @__PURE__ */ e(
|
|
8511
8511
|
kr,
|
|
8512
8512
|
{
|
|
@@ -8539,13 +8539,13 @@ const va = ({ transaction: A }) => {
|
|
|
8539
8539
|
/* @__PURE__ */ e(
|
|
8540
8540
|
NA,
|
|
8541
8541
|
{
|
|
8542
|
-
label: /* @__PURE__ */ e(R, { bold: !0, sx: { textTransform: "none" }, variant: "Body", children: A.
|
|
8542
|
+
label: /* @__PURE__ */ e(R, { bold: !0, sx: { textTransform: "none" }, variant: "Body", children: A.upcoming })
|
|
8543
8543
|
}
|
|
8544
8544
|
),
|
|
8545
8545
|
/* @__PURE__ */ e(
|
|
8546
8546
|
NA,
|
|
8547
8547
|
{
|
|
8548
|
-
label: /* @__PURE__ */ e(R, { bold: !0, sx: { textTransform: "none" }, variant: "Body", children: A.
|
|
8548
|
+
label: /* @__PURE__ */ e(R, { bold: !0, sx: { textTransform: "none" }, variant: "Body", children: A.paid })
|
|
8549
8549
|
}
|
|
8550
8550
|
)
|
|
8551
8551
|
] }),
|
|
@@ -18676,7 +18676,7 @@ class rR {
|
|
|
18676
18676
|
};
|
|
18677
18677
|
loadBanner = async () => {
|
|
18678
18678
|
try {
|
|
18679
|
-
const t = this.
|
|
18679
|
+
const t = this.user?.guid ?? null, i = t ? await this.bannerApi.getBanner(t) : {};
|
|
18680
18680
|
U(() => {
|
|
18681
18681
|
this.banner = i;
|
|
18682
18682
|
});
|
|
@@ -21230,9 +21230,11 @@ const FR = ({
|
|
|
21230
21230
|
var Xn = /* @__PURE__ */ ((A) => (A[A.Main = 0] = "Main", A[A.RightSide = 1] = "RightSide", A))(Xn || {});
|
|
21231
21231
|
const d3 = g(() => {
|
|
21232
21232
|
const A = vA(), {
|
|
21233
|
-
appDataStore: { banner: t }
|
|
21233
|
+
appDataStore: { banner: t, loadBanner: i, user: n }
|
|
21234
21234
|
} = Ti();
|
|
21235
|
-
return
|
|
21235
|
+
return h.useEffect(() => {
|
|
21236
|
+
i().finally();
|
|
21237
|
+
}, [n]), !t?.redirect_url || !t?.image_url ? null : /* @__PURE__ */ e(
|
|
21236
21238
|
b,
|
|
21237
21239
|
{
|
|
21238
21240
|
sx: {
|