@ixo/editor 6.12.0 → 6.13.0
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.
|
@@ -5806,8 +5806,23 @@ function buildSurveyTheme() {
|
|
|
5806
5806
|
"--sjs-special-yellow": "rgba(255, 152, 20, 1)",
|
|
5807
5807
|
"--sjs-special-yellow-light": "rgba(255, 152, 20, 0.1)",
|
|
5808
5808
|
"--sjs-special-yellow-forecolor": "var(--mantine-color-body)",
|
|
5809
|
-
|
|
5810
|
-
"--sjs-font-
|
|
5809
|
+
// ── Typography (follow Mantine at every SurveyJS layer) ──
|
|
5810
|
+
"--sjs-font-family": "var(--mantine-font-family)",
|
|
5811
|
+
"--sjs-font-editorfont-family": "var(--mantine-font-family)",
|
|
5812
|
+
"--sjs-font-questiontitle-family": "var(--mantine-font-family)",
|
|
5813
|
+
"--sjs-font-questiondescription-family": "var(--mantine-font-family)",
|
|
5814
|
+
"--sjs-font-pagetitle-family": "var(--mantine-font-family)",
|
|
5815
|
+
"--sjs-font-pagedescription-family": "var(--mantine-font-family)",
|
|
5816
|
+
"--sjs-font-surveytitle-family": "var(--mantine-font-family)",
|
|
5817
|
+
"--sjs-font-surveydescription-family": "var(--mantine-font-family)",
|
|
5818
|
+
"--sjs-font-size": "var(--mantine-font-size-md)",
|
|
5819
|
+
"--sjs-font-editorfont-size": "var(--mantine-font-size-md)",
|
|
5820
|
+
"--sjs-font-questiontitle-size": "var(--mantine-font-size-md)",
|
|
5821
|
+
"--sjs-font-questiondescription-size": "var(--mantine-font-size-sm)",
|
|
5822
|
+
"--sjs-font-pagetitle-size": "var(--mantine-h4-font-size)",
|
|
5823
|
+
"--sjs-font-pagedescription-size": "var(--mantine-font-size-sm)",
|
|
5824
|
+
"--sjs-font-surveytitle-size": "var(--mantine-h4-font-size)",
|
|
5825
|
+
"--sjs-font-surveydescription-size": "var(--mantine-font-size-sm)"
|
|
5811
5826
|
},
|
|
5812
5827
|
themeName: "ixoUnified",
|
|
5813
5828
|
colorPalette: "light",
|
|
@@ -51481,4 +51496,4 @@ export {
|
|
|
51481
51496
|
ixoGraphQLClient,
|
|
51482
51497
|
getEntity
|
|
51483
51498
|
};
|
|
51484
|
-
//# sourceMappingURL=chunk-
|
|
51499
|
+
//# sourceMappingURL=chunk-LMX55KEO.js.map
|