@mx-cartographer/experiences 6.0.13 → 6.0.15
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/CHANGELOG.md +8 -0
- package/dist/index.es.js +8 -8
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [6.0.15] - 05-08-2025
|
|
2
|
+
|
|
3
|
+
- **UPDATED** - `Dashboard` to use updated MXUI breakpoints
|
|
4
|
+
|
|
5
|
+
## [6.0.14] - 05-08-2025
|
|
6
|
+
|
|
7
|
+
- **UPDATED** - `useScreenSize` hook to use updated MXUI breakpoints
|
|
8
|
+
|
|
1
9
|
## [6.0.13] - 05-07-2025
|
|
2
10
|
|
|
3
11
|
- **UPDATED** - InsightsMicroWidget Messaging Insights posthog events
|
package/dist/index.es.js
CHANGED
|
@@ -1332,17 +1332,17 @@ const fc = (A, t) => {
|
|
|
1332
1332
|
}, [A, i]);
|
|
1333
1333
|
}, zA = () => ({
|
|
1334
1334
|
// Larger than 1400
|
|
1335
|
-
isLargeDesktop: yt(vA().breakpoints.up(
|
|
1335
|
+
isLargeDesktop: yt(vA().breakpoints.up("xl")),
|
|
1336
1336
|
// Larger than 1200
|
|
1337
|
-
isDesktop: yt(vA().breakpoints.up("
|
|
1337
|
+
isDesktop: yt(vA().breakpoints.up("lg")),
|
|
1338
1338
|
// Smaller than 768
|
|
1339
|
-
isMobile: yt(vA().breakpoints.down("
|
|
1339
|
+
isMobile: yt(vA().breakpoints.down("sm")),
|
|
1340
1340
|
// Smaller than 400
|
|
1341
|
-
isSmallMobile: yt(vA().breakpoints.down(
|
|
1341
|
+
isSmallMobile: yt(vA().breakpoints.down("xs")),
|
|
1342
1342
|
// Between 768 and 992
|
|
1343
|
-
isSmallTablet: yt(vA().breakpoints.between("
|
|
1343
|
+
isSmallTablet: yt(vA().breakpoints.between("sm", "md")),
|
|
1344
1344
|
// Between 768 and 1200
|
|
1345
|
-
isTablet: yt(vA().breakpoints.between("
|
|
1345
|
+
isTablet: yt(vA().breakpoints.between("sm", "lg"))
|
|
1346
1346
|
}), PP = (A) => {
|
|
1347
1347
|
const t = wo();
|
|
1348
1348
|
return zt(() => {
|
|
@@ -21360,7 +21360,7 @@ const d3 = g(() => {
|
|
|
21360
21360
|
);
|
|
21361
21361
|
return /* @__PURE__ */ I(it, { container: !0, spacing: n ? 0 : 24, sx: { overflow: "scroll" }, children: [
|
|
21362
21362
|
/* @__PURE__ */ e(it, { xs: 12, children: r.isInitialized && /* @__PURE__ */ e(E3, {}) }),
|
|
21363
|
-
/* @__PURE__ */ I(it, {
|
|
21363
|
+
/* @__PURE__ */ I(it, { lg: 8, xs: 12, children: [
|
|
21364
21364
|
/* @__PURE__ */ e(d3, {}),
|
|
21365
21365
|
t && /* @__PURE__ */ I(b, { direction: "column", spacing: 24, children: [
|
|
21366
21366
|
/* @__PURE__ */ e($e, { height: 100, variant: "rounded", width: "100%" }),
|
|
@@ -21369,7 +21369,7 @@ const d3 = g(() => {
|
|
|
21369
21369
|
] }),
|
|
21370
21370
|
!t && /* @__PURE__ */ e(b, { direction: "column", spacing: 24, children: i ? c.map((d) => /* @__PURE__ */ e(h.Fragment, { children: d.component }, d.index)) : s.map((d) => /* @__PURE__ */ e(h.Fragment, { children: d.component }, d.index)) })
|
|
21371
21371
|
] }),
|
|
21372
|
-
i && /* @__PURE__ */ e(it, {
|
|
21372
|
+
i && /* @__PURE__ */ e(it, { lg: 4, children: t ? /* @__PURE__ */ I(b, { direction: "column", spacing: 24, children: [
|
|
21373
21373
|
/* @__PURE__ */ e($e, { height: 200, variant: "rounded", width: "100%" }),
|
|
21374
21374
|
/* @__PURE__ */ e($e, { height: 100, variant: "rounded", width: "100%" }),
|
|
21375
21375
|
/* @__PURE__ */ e($e, { height: 300, variant: "rounded", width: "100%" })
|