@mx-cartographer/experiences 7.0.57 → 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.
@@ -1,4 +1,4 @@
1
1
  import { WidgetProps } from '../common';
2
- export declare const HelpWidget: (({ sx }: WidgetProps) => import("react/jsx-runtime").JSX.Element) & {
2
+ export declare const HelpWidget: (({ onBackClick, sx }: WidgetProps) => import("react/jsx-runtime").JSX.Element) & {
3
3
  displayName: string;
4
4
  };
@@ -1,14 +1,14 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { observer as t } from "mobx-react-lite";
3
- import { H as m } from "../Help-CzBAsKA2.mjs";
4
- import { b as s } from "../hooks-CE2TKk4a.mjs";
5
- import { L as p } from "../Loader-DUaFpDGv.mjs";
6
- import { W as a } from "../WidgetContainer-B8MRJ5Y1.mjs";
7
- const u = t(({ sx: o }) => {
8
- const { isCopyLoaded: i, isInitialized: e } = s();
9
- return !i || !e ? /* @__PURE__ */ r(p, {}) : /* @__PURE__ */ r(a, { sx: { p: 16 }, children: /* @__PURE__ */ r(m, { sx: o }) });
2
+ import { observer as m } from "mobx-react-lite";
3
+ import { H as s } from "../Help-CzBAsKA2.mjs";
4
+ import { b as p } from "../hooks-CE2TKk4a.mjs";
5
+ import { L as a } from "../Loader-DUaFpDGv.mjs";
6
+ import { W as n } from "../WidgetContainer-B8MRJ5Y1.mjs";
7
+ const x = m(({ onBackClick: o, sx: i }) => {
8
+ const { isCopyLoaded: e, isInitialized: t } = p();
9
+ return !e || !t ? /* @__PURE__ */ r(a, {}) : /* @__PURE__ */ r(n, { onBackClick: o, sx: { p: 16 }, children: /* @__PURE__ */ r(s, { sx: i }) });
10
10
  });
11
11
  export {
12
- m as Help,
13
- u as HelpWidget
12
+ s as Help,
13
+ x as HelpWidget
14
14
  };
@@ -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.57",
3
+ "version": "7.0.58-alpha.mm1",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",