@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.
- package/dist/components/insights/SharedDeposit/SharedDeposit.d.ts +2 -0
- package/dist/components/insights/SharedDeposit/index.d.ts +1 -0
- package/dist/components/insights/{StandardDeposit → SharedDeposit}/types/index.d.ts +1 -1
- package/dist/components/insights/index.d.ts +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/insights/StandardDeposit/StandardDeposit.d.ts +0 -2
- package/dist/components/insights/StandardDeposit/index.d.ts +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SharedDeposit';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CommonBeatProps } from '../../../../types/CommonBeat';
|
|
2
|
-
export interface
|
|
2
|
+
export interface SharedDepositProps extends CommonBeatProps {
|
|
3
3
|
category: string;
|
|
4
4
|
formattedAmount: string;
|
|
5
5
|
transactionDescription: string;
|
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:
|
|
1616
|
+
sx: { px: 0 }
|
|
1617
1617
|
},
|
|
1618
1618
|
header: {
|
|
1619
1619
|
...l.header,
|
|
1620
|
-
sx: { px:
|
|
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
|
|
2768
|
+
$3 as SharedDeposit,
|
|
2769
2769
|
C1 as SwitchDirectDepositBody,
|
|
2770
2770
|
P0 as SwitchDirectDepositMainContainer,
|
|
2771
2771
|
X0 as TotalSavedSection,
|