@mx-cartographer/insights-ui 1.16.20 → 1.16.21
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 +4 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1700,7 +1700,8 @@ const s1 = ({
|
|
|
1700
1700
|
beat: n,
|
|
1701
1701
|
buttonProps: r,
|
|
1702
1702
|
header: l,
|
|
1703
|
-
isMini: s
|
|
1703
|
+
isMini: s,
|
|
1704
|
+
...o
|
|
1704
1705
|
}) => /* @__PURE__ */ e(
|
|
1705
1706
|
H,
|
|
1706
1707
|
{
|
|
@@ -1711,11 +1712,12 @@ const s1 = ({
|
|
|
1711
1712
|
{
|
|
1712
1713
|
beat: n,
|
|
1713
1714
|
...r,
|
|
1714
|
-
onClick: (
|
|
1715
|
+
onClick: (a) => r?.onClick?.(a, K.Primary)
|
|
1715
1716
|
}
|
|
1716
1717
|
),
|
|
1717
1718
|
header: l,
|
|
1718
1719
|
isMini: s,
|
|
1720
|
+
...o,
|
|
1719
1721
|
children: /* @__PURE__ */ e(G, {})
|
|
1720
1722
|
}
|
|
1721
1723
|
), c1 = ({
|