@mx-cartographer/experiences 7.0.55-alpha.mega1 → 7.0.55-alpha.mega2

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.
@@ -396,7 +396,7 @@ const xt = ({
396
396
  onConnectAccountsClick: o,
397
397
  createBudgetOnClick: i
398
398
  }) => {
399
- const { recalculateBudgets: s } = D(), { spendCategories: a } = j(), { budgets: n } = w(), { availableWidth: r } = te(), { isSmallMobile: c } = se(r), d = c && t, [g, u] = l.useState(!1), [h, f] = l.useState(!1), [p, b] = l.useState(!1), B = l.useMemo(() => [...a.filter((C) => C.totalAverageAmount > 0)], [a]), _ = async () => {
399
+ const { recalculateBudgets: s } = D(), { spendCategories: a } = j(), { budgets: n } = w(), { availableWidth: r } = te(), { isMobile: c } = se(r), d = c && t, [g, u] = l.useState(!1), [h, f] = l.useState(!1), [p, b] = l.useState(!1), B = l.useMemo(() => [...a.filter((C) => C.totalAverageAmount > 0)], [a]), _ = async () => {
400
400
  b(!0);
401
401
  const { data: C, isSuccess: v } = await s(B);
402
402
  b(!1), v ? (C.length === 0 && u(!0), f(!1)) : f(!0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.0.55-alpha.mega1",
3
+ "version": "7.0.55-alpha.mega2",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",