@mx-cartographer/experiences 3.9.0 → 3.9.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/dist/index.es.js +4 -6
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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.
|
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.
|
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.
|
12253
|
+
sx: { color: l.palette.grey[600] },
|
12256
12254
|
variant: "XSmall",
|
12257
12255
|
children: u
|
12258
12256
|
}
|