@mx-cartographer/insights-ui 1.8.15-alpha.JB1 → 1.8.15-alpha.JB2
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 +12 -9
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2180,7 +2180,7 @@ const R1 = ({
|
|
|
2180
2180
|
buttonProps: r,
|
|
2181
2181
|
header: o,
|
|
2182
2182
|
isMini: n
|
|
2183
|
-
}) => /* @__PURE__ */
|
|
2183
|
+
}) => /* @__PURE__ */ d(
|
|
2184
2184
|
L,
|
|
2185
2185
|
{
|
|
2186
2186
|
altLoadingText: i,
|
|
@@ -2195,14 +2195,17 @@ const R1 = ({
|
|
|
2195
2195
|
),
|
|
2196
2196
|
header: n ? void 0 : o,
|
|
2197
2197
|
isMini: n,
|
|
2198
|
-
children:
|
|
2199
|
-
"
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2198
|
+
children: [
|
|
2199
|
+
/* @__PURE__ */ e(p, { maxHeight: n ? 200 : "auto", ml: -16, mr: -16, children: /* @__PURE__ */ e(
|
|
2200
|
+
"img",
|
|
2201
|
+
{
|
|
2202
|
+
alt: l.description,
|
|
2203
|
+
src: l.image_url,
|
|
2204
|
+
style: { width: "100%", height: "auto" }
|
|
2205
|
+
}
|
|
2206
|
+
) }),
|
|
2207
|
+
/* @__PURE__ */ e(p, { height: 16 })
|
|
2208
|
+
]
|
|
2206
2209
|
}
|
|
2207
2210
|
);
|
|
2208
2211
|
export {
|