@mx-cartographer/experiences 7.11.21 → 7.11.22

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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [7.11.22] - 03-13-2026
2
+
3
+ - **UPDATED** - Theming to use updated MuiPaper border radius
4
+
1
5
  ## [7.11.21] - 03-14-2026
2
6
 
3
7
  - **ADDED** - `Merchant Budget Flow` Added the Manage Merchant Budget Flow
@@ -184,7 +184,7 @@ const St = [
184
184
  styleOverrides: { root: { borderRadius: `${_}px` } }
185
185
  },
186
186
  MuiPaper: {
187
- styleOverrides: { root: { borderRadius: `${_}px` } }
187
+ styleOverrides: { rounded: { borderRadius: `${_}px` } }
188
188
  }
189
189
  }
190
190
  };
@@ -26,7 +26,7 @@ export declare const getClientTheme: (theme: Theme, clientStyleProfile: ClientSt
26
26
  } | undefined;
27
27
  MuiPaper?: {
28
28
  styleOverrides: {
29
- root: {
29
+ rounded: {
30
30
  borderRadius: string;
31
31
  };
32
32
  };
@@ -131,7 +131,7 @@ const P = ({ widgets: t, isLoading: o }) => {
131
131
  [d]
132
132
  );
133
133
  return /* @__PURE__ */ c(u, { container: !0, spacing: a ? 0 : 24, sx: { overflow: "scroll" }, children: [
134
- /* @__PURE__ */ e(u, { xs: 12, children: g.isInitialized && /* @__PURE__ */ e(Q, {}) }),
134
+ /* @__PURE__ */ e(u, { sx: { pt: 16 }, xs: 12, children: g.isInitialized && /* @__PURE__ */ e(Q, {}) }),
135
135
  /* @__PURE__ */ c(u, { lg: 8, xs: 12, children: [
136
136
  /* @__PURE__ */ e(H, {}),
137
137
  o && /* @__PURE__ */ c(s, { direction: "column", spacing: 24, children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.11.21",
3
+ "version": "7.11.22",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",
@@ -193,7 +193,7 @@
193
193
  "@mui/x-date-pickers-pro": "^7.29.4",
194
194
  "@mxenabled/cssinjs": "^0.6.0",
195
195
  "@mxenabled/mx-icons": "^1.5.1",
196
- "@mxenabled/mxui": "^1.5.11",
196
+ "@mxenabled/mxui": "^1.5.12",
197
197
  "@mxenabled/web-widget-sdk": "^0.0.13",
198
198
  "@tanstack/react-virtual": "^3.13.2",
199
199
  "bowser": "^2.11.0",