@mx-cartographer/insights-ui 1.8.13-aplha.JB0 → 1.8.13-aplha.JB1
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/index.es.js +7 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2179,7 +2179,8 @@ const R1 = ({
|
|
|
2179
2179
|
beat: l,
|
|
2180
2180
|
buttonProps: r,
|
|
2181
2181
|
header: o,
|
|
2182
|
-
|
|
2182
|
+
isLoading: n,
|
|
2183
|
+
isMini: a
|
|
2183
2184
|
}) => /* @__PURE__ */ e(
|
|
2184
2185
|
L,
|
|
2185
2186
|
{
|
|
@@ -2190,17 +2191,18 @@ const R1 = ({
|
|
|
2190
2191
|
{
|
|
2191
2192
|
beat: l,
|
|
2192
2193
|
...r,
|
|
2193
|
-
onClick: (
|
|
2194
|
+
onClick: (s) => r?.onClick?.(s, W.Primary)
|
|
2194
2195
|
}
|
|
2195
2196
|
),
|
|
2196
|
-
header:
|
|
2197
|
-
|
|
2197
|
+
header: a ? void 0 : o,
|
|
2198
|
+
isLoading: n,
|
|
2199
|
+
isMini: a,
|
|
2198
2200
|
children: /* @__PURE__ */ e(p, { mb: 16, ml: -16, mr: -16, children: /* @__PURE__ */ e(
|
|
2199
2201
|
"img",
|
|
2200
2202
|
{
|
|
2201
2203
|
alt: l.description,
|
|
2202
2204
|
src: l.image_url,
|
|
2203
|
-
style: { width: "100%", height: "auto", maxHeight:
|
|
2205
|
+
style: { width: "100%", height: "auto", maxHeight: a ? "200px" : "none" }
|
|
2204
2206
|
}
|
|
2205
2207
|
) })
|
|
2206
2208
|
}
|