@mx-cartographer/experiences 7.0.58-alpha.al0 → 7.0.58-alpha.mm1

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.
@@ -662,7 +662,7 @@ const Ve = ({ selectedTab: t, onTabChange: o }) => /* @__PURE__ */ e(
662
662
  ), tn = ({ beats: t, onInsightCardClick: o }) => {
663
663
  const n = Rt(), { onEvent: s } = k(), { isMobile: a, isDesktop: h, isLargeDesktop: u } = $(), { beatStore: l, endpoint: c, sessionToken: g } = Te(), f = n.palette.mode === "dark", d = h || u, b = d || a ? 1 : 2, r = () => null, m = (w) => {
664
664
  o?.(w), s(T.TRENDS_CLICK_INSIGHT, A);
665
- }, y = d ? 200 : 170, p = d ? 170 : 124, D = t.length > 0 ? y : p;
665
+ }, y = d ? 262 : 170, p = d ? 170 : 124, D = t.length > 0 ? y : p;
666
666
  return /* @__PURE__ */ e(kt, { sx: { height: D }, children: /* @__PURE__ */ e(
667
667
  pt,
668
668
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.0.58-alpha.al0",
3
+ "version": "7.0.58-alpha.mm1",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",
@@ -1,8 +0,0 @@
1
- interface RecurringSettingsDrawerProps {
2
- isOpen: boolean;
3
- onClose: () => void;
4
- }
5
- export declare const RecurringSettingsDrawer: (({ isOpen, onClose }: RecurringSettingsDrawerProps) => import("react/jsx-runtime").JSX.Element) & {
6
- displayName: string;
7
- };
8
- export {};