@mx-cartographer/experiences 6.24.12-alpha.mega1 → 6.24.14-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.
- package/CHANGELOG.md +4 -0
- package/dist/common/types/Client.d.ts +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -110,7 +110,7 @@ export interface ClientStyleProfile {
|
|
|
110
110
|
error_color_dark?: string;
|
|
111
111
|
warning_color_dark?: string;
|
|
112
112
|
info_color_dark?: string;
|
|
113
|
-
mode?: 'dark' | 'light' | '';
|
|
113
|
+
mode?: 'dark' | 'light' | 'browser' | '';
|
|
114
114
|
system_font?: string;
|
|
115
115
|
card_corner_radius?: number;
|
|
116
116
|
button_corner_radius?: number;
|
package/dist/index.es.js
CHANGED
|
@@ -3466,7 +3466,7 @@ const ha = ({
|
|
|
3466
3466
|
...(w || D) && { alignSelf: "center" }
|
|
3467
3467
|
},
|
|
3468
3468
|
"& .MuiCardHeader-content": {
|
|
3469
|
-
|
|
3469
|
+
overflow: "hidden"
|
|
3470
3470
|
}
|
|
3471
3471
|
},
|
|
3472
3472
|
title: v || D ? /* @__PURE__ */ t($t, { children: m }) : /* @__PURE__ */ l(b, { alignItems: "center", flexDirection: "row", sx: { overflow: "hidden" }, children: [
|