@mx-cartographer/experiences 6.3.14 → 6.3.15-alpha-ram1-budgetscssfix

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [6.3.14] - 06-12-2025
2
2
 
3
+ - **CHANGED** - Recurring Transactions header to show current month info
4
+
5
+ ## [6.3.14] - 06-12-2025
6
+
3
7
  - **CHANGED** - Recurring Transactions header to show current month info
4
8
  - **CHANGED** - Recurring Transactions upcoming activity to show next 30 days
5
9
 
package/dist/index.es.js CHANGED
@@ -21811,13 +21811,14 @@ const Zf = ({
21811
21811
  secondaryButton: r.zero_state_generate_budgets_secondary_button,
21812
21812
  subText: r.zero_state_generate_budgets_subheader,
21813
21813
  sx: {
21814
- width: { sm: 500 },
21815
- height: { sm: 468 },
21814
+ width: e ? "100%" : { sm: 500 },
21815
+ height: e ? "100%" : { sm: 468 },
21816
21816
  mt: 50,
21817
21817
  ".buttons-footer": {
21818
21818
  width: 208,
21819
21819
  height: 100
21820
- }
21820
+ },
21821
+ padding: e ? 4 : 0
21821
21822
  }
21822
21823
  }
21823
21824
  ) : /* @__PURE__ */ t(
@@ -21833,13 +21834,14 @@ const Zf = ({
21833
21834
  secondaryButton: e ? void 0 : r.empty_state_secondary_button,
21834
21835
  subText: r.empty_state_subheader,
21835
21836
  sx: {
21836
- width: { sm: 432 },
21837
- height: { sm: 468 },
21837
+ width: e ? "100%" : { sm: 432 },
21838
+ height: e ? "100%" : { sm: 468 },
21838
21839
  mt: 50,
21839
21840
  ".buttons-footer": {
21840
21841
  width: 208,
21841
21842
  height: 100
21842
- }
21843
+ },
21844
+ padding: e ? 4 : 0
21843
21845
  }
21844
21846
  }
21845
21847
  ) });