@mx-cartographer/experiences 3.9.0 → 3.9.1

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,3 +1,7 @@
1
+ ## [3.9.1] - 10-21-2024
2
+
3
+ - **UPDATED** - SetUpDirectDeposit styles
4
+
1
5
  ## [3.9.0] - 10-18-2024
2
6
 
3
7
  - **UPDATED** - Use the common `ConnectDrawer` component instead of the LinkAccounts from Money Dashboard in ConnectMiniWidget
package/dist/index.es.js CHANGED
@@ -12095,8 +12095,7 @@ const gi = ({
12095
12095
  containerHeight: o ? 140 : 186,
12096
12096
  logoSize: o ? 20 : 48,
12097
12097
  card: {
12098
- gap: o ? 8 : 12,
12099
- height: o ? 115 : 138
12098
+ gap: o ? 8 : 12
12100
12099
  },
12101
12100
  padding: o ? "12px 16px 12px 16px" : "32px 16px 16px 16px"
12102
12101
  }, C = /* @__PURE__ */ t(
@@ -12194,7 +12193,6 @@ const gi = ({
12194
12193
  flexDirection: "column",
12195
12194
  flexWrap: "wrap",
12196
12195
  gap: h.card.gap,
12197
- height: h.card.height,
12198
12196
  left: 16,
12199
12197
  padding: h.padding,
12200
12198
  top: 24,
@@ -12226,7 +12224,7 @@ const gi = ({
12226
12224
  fA,
12227
12225
  {
12228
12226
  "data-ui-test": "mx-insights-sudd-left-upper-text",
12229
- sx: { color: l.palette.secondary.darker },
12227
+ sx: { color: l.palette.grey[600] },
12230
12228
  variant: "XSmall",
12231
12229
  children: r
12232
12230
  }
@@ -12240,7 +12238,7 @@ const gi = ({
12240
12238
  {
12241
12239
  sx: {
12242
12240
  backgroundColor: a ? l.palette.success.lighter : "transparent",
12243
- border: a ? `1px solid ${l.palette.success.darker}` : `1px dashed ${l.palette.secondary.dark}`,
12241
+ border: a ? `1px solid ${l.palette.success.darker}` : `1px dashed ${l.palette.secondary.lighter}`,
12244
12242
  borderRadius: "4px",
12245
12243
  gap: 2,
12246
12244
  padding: 12,
@@ -12252,7 +12250,7 @@ const gi = ({
12252
12250
  fA,
12253
12251
  {
12254
12252
  "data-ui-test": "mx-insights-sudd-right-upper-text",
12255
- sx: { color: l.palette.secondary.darker },
12253
+ sx: { color: l.palette.grey[600] },
12256
12254
  variant: "XSmall",
12257
12255
  children: u
12258
12256
  }