@mx-cartographer/insights-ui 1.15.0-alpha.mega1 → 1.15.0-alpha.mega3

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.
@@ -0,0 +1,2 @@
1
+ import { SharedDepositProps } from './types';
2
+ export declare const SharedDeposit: React.FC<SharedDepositProps>;
@@ -0,0 +1 @@
1
+ export * from './SharedDeposit';
@@ -1,5 +1,5 @@
1
1
  import { CommonBeatProps } from '../../../../types/CommonBeat';
2
- export interface StandardDepositProps extends CommonBeatProps {
2
+ export interface SharedDepositProps extends CommonBeatProps {
3
3
  category: string;
4
4
  formattedAmount: string;
5
5
  transactionDescription: string;
@@ -1,6 +1,6 @@
1
1
  export * from './BillAmountNotStandard';
2
2
  export * from './CategorySpendingV2';
3
- export * from './StandardDeposit';
3
+ export * from './SharedDeposit';
4
4
  export * from './DiscoveredAccounts';
5
5
  export * from './FederalBankHoliday';
6
6
  export * from './MarketingHub';
package/dist/index.es.js CHANGED
@@ -1613,11 +1613,11 @@ const _3 = ({
1613
1613
  ...l,
1614
1614
  beat: e,
1615
1615
  contentProps: {
1616
- sx: { px: l.isMini ? 16 : 8 }
1616
+ sx: { px: 0 }
1617
1617
  },
1618
1618
  header: {
1619
1619
  ...l.header,
1620
- sx: { px: 16, mb: 0 }
1620
+ sx: { px: 0, mb: 0 }
1621
1621
  },
1622
1622
  children: /* @__PURE__ */ A(M, { sx: { background: "linear-gradient(#D9FDEA, #8DF1CE)", p: 16, width: "100%" }, children: /* @__PURE__ */ A(K, { sx: { p: 16 }, children: /* @__PURE__ */ c(m, { sx: { alignItems: "center", gap: 12 }, children: [
1623
1623
  /* @__PURE__ */ A(
@@ -2765,7 +2765,7 @@ export {
2765
2765
  P2 as PulseProgressBar,
2766
2766
  t0 as RightBox,
2767
2767
  B1 as SetUpDirectDepositBody,
2768
- $3 as StandardDeposit,
2768
+ $3 as SharedDeposit,
2769
2769
  C1 as SwitchDirectDepositBody,
2770
2770
  P0 as SwitchDirectDepositMainContainer,
2771
2771
  X0 as TotalSavedSection,