@mx-cartographer/experiences 7.0.58-alpha.mm1 → 7.0.58-alpha.sms1
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/help/HelpWidget.d.ts +1 -1
- package/dist/help/index.es.js +10 -10
- package/dist/trends/index.es.js +1 -1
- package/package.json +2 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { WidgetProps } from '../common';
|
|
2
|
-
export declare const HelpWidget: (({
|
|
2
|
+
export declare const HelpWidget: (({ sx }: WidgetProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
3
3
|
displayName: string;
|
|
4
4
|
};
|
package/dist/help/index.es.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { observer as
|
|
3
|
-
import { H as
|
|
4
|
-
import { b as
|
|
5
|
-
import { L as
|
|
6
|
-
import { W as
|
|
7
|
-
const
|
|
8
|
-
const { isCopyLoaded:
|
|
9
|
-
return !
|
|
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 }) });
|
|
10
10
|
});
|
|
11
11
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
m as Help,
|
|
13
|
+
u as HelpWidget
|
|
14
14
|
};
|
package/dist/trends/index.es.js
CHANGED
|
@@ -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 ?
|
|
665
|
+
}, y = d ? 200 : 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.
|
|
3
|
+
"version": "7.0.58-alpha.sms1",
|
|
4
4
|
"description": "Library containing experience widgets",
|
|
5
5
|
"author": "MX",
|
|
6
6
|
"license": "MIT",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"@mui/x-date-pickers-pro": "^7.29.4",
|
|
187
187
|
"@mxenabled/cssinjs": "^0.6.0",
|
|
188
188
|
"@mxenabled/mx-icons": "^1.5.1",
|
|
189
|
-
"@mxenabled/mxui": "
|
|
189
|
+
"@mxenabled/mxui": "1.5.7-alpha.sms11",
|
|
190
190
|
"@mxenabled/web-widget-sdk": "^0.0.13",
|
|
191
191
|
"@tanstack/react-virtual": "^3.13.2",
|
|
192
192
|
"bowser": "^2.11.0",
|
|
@@ -259,7 +259,6 @@
|
|
|
259
259
|
},
|
|
260
260
|
"peerDependencies": {
|
|
261
261
|
"@mui/material": "^5",
|
|
262
|
-
"@mxenabled/mxui": "^1",
|
|
263
262
|
"d3": "^7",
|
|
264
263
|
"date-fns": "^3",
|
|
265
264
|
"mobx": "^6",
|