@case-framework/survey-ui 0.8.0 → 0.8.2
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/survey-ui.js
CHANGED
|
@@ -7908,6 +7908,7 @@ function ah(e, t) {
|
|
|
7908
7908
|
let n = e ?? {};
|
|
7909
7909
|
return {
|
|
7910
7910
|
id: typeof n.id == "string" && n.id.trim() ? n.id : t,
|
|
7911
|
+
authoringMode: n.authoringMode === "simple" ? "simple" : "custom",
|
|
7911
7912
|
fieldGroups: Array.isArray(n.fieldGroups) ? n.fieldGroups.map((e) => ih(e)).filter((e) => e !== null) : []
|
|
7912
7913
|
};
|
|
7913
7914
|
}
|
|
@@ -12788,7 +12789,7 @@ function lx({ className: e, defaultValue: t, value: n, min: r = 0, max: i = 100,
|
|
|
12788
12789
|
value: n,
|
|
12789
12790
|
min: r,
|
|
12790
12791
|
max: i,
|
|
12791
|
-
className: Y("relative flex w-full touch-none items-center select-none data-disabled:opacity-50 data-vertical:h-full data-vertical:min-h-40 data-vertical:w-auto data-vertical:flex-col", e),
|
|
12792
|
+
className: Y("relative flex h-8 w-full touch-none items-center select-none data-disabled:opacity-50 data-vertical:h-full data-vertical:min-h-40 data-vertical:w-auto data-vertical:flex-col", e),
|
|
12792
12793
|
...a,
|
|
12793
12794
|
children: [/* @__PURE__ */ k(jd, {
|
|
12794
12795
|
"data-slot": "slider-track",
|