@mx-cartographer/experiences 6.18.8 → 6.18.9
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 +5 -1
- package/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
+
## [6.18.9] - 07-29-2025
|
|
2
|
+
|
|
3
|
+
- **UPDATED** - "Export CSV" button is now visible only on desktop and larger screens
|
|
4
|
+
|
|
1
5
|
## [6.18.8] - 07-28-2025
|
|
2
6
|
|
|
3
7
|
- **FIXED** - `NotificationSettings` opens in new drawer from `Notifications`
|
|
4
8
|
|
|
5
9
|
## [6.18.7] - 07-28-2025
|
|
6
10
|
|
|
7
|
-
- **
|
|
11
|
+
- **UPDATED** - Hide "Export CSV" button when `is_mobile_webview` or `isSmallTablet` is true
|
|
8
12
|
|
|
9
13
|
## [6.18.6] - 07-25-2025
|
|
10
14
|
|
package/dist/index.es.js
CHANGED
|
@@ -7698,7 +7698,7 @@ const nc = ({ transaction: e }) => {
|
|
|
7698
7698
|
selectedAccountGuids: f,
|
|
7699
7699
|
setDisplayedDate: E,
|
|
7700
7700
|
setSelectedAccounts: y
|
|
7701
|
-
} = le(), {
|
|
7701
|
+
} = le(), { isDesktop: S } = Ee(), A = fe(), {
|
|
7702
7702
|
addTransaction: w,
|
|
7703
7703
|
filter: v,
|
|
7704
7704
|
loadAssociatedBeats: D,
|
|
@@ -7764,7 +7764,7 @@ const nc = ({ transaction: e }) => {
|
|
|
7764
7764
|
if (!m || !p || !Le)
|
|
7765
7765
|
return /* @__PURE__ */ t(de, {});
|
|
7766
7766
|
const Ta = [];
|
|
7767
|
-
return !s &&
|
|
7767
|
+
return !s && S && Ta.push({
|
|
7768
7768
|
iconName: "open_in_new",
|
|
7769
7769
|
label: u.export_csv_btn,
|
|
7770
7770
|
onClick: Sa
|
|
@@ -25347,7 +25347,7 @@ const R0 = ({
|
|
|
25347
25347
|
] })
|
|
25348
25348
|
] });
|
|
25349
25349
|
}), U0 = x(({ budget: e }) => {
|
|
25350
|
-
const { is_mobile_webview: n } = Ht(), { setAlert: i } = ht(), { budgets: a, common: o, transactions: r } = I(), {
|
|
25350
|
+
const { is_mobile_webview: n } = Ht(), { setAlert: i } = ht(), { budgets: a, common: o, transactions: r } = I(), { isDesktop: s } = Ee(), {
|
|
25351
25351
|
sortedTransactions: c,
|
|
25352
25352
|
sortedTransactionsWithSplits: d,
|
|
25353
25353
|
tags: _
|
|
@@ -25358,7 +25358,7 @@ const R0 = ({
|
|
|
25358
25358
|
g(w);
|
|
25359
25359
|
}, y = () => {
|
|
25360
25360
|
Qs(d, _), i(a.alert_csv_downloaded);
|
|
25361
|
-
}, S = c.length > 0 && !n &&
|
|
25361
|
+
}, S = c.length > 0 && !n && s;
|
|
25362
25362
|
return /* @__PURE__ */ l(b, { gap: 24, children: [
|
|
25363
25363
|
/* @__PURE__ */ t(dl, { budget: e }),
|
|
25364
25364
|
/* @__PURE__ */ l(b, { children: [
|