@central-design-system/components 3.0.0-beta.25 → 3.0.0-beta.26
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/cds.css +1 -1
- package/dist/cds.es.js +3 -3
- package/dist/cds.umd.js +1 -1
- package/package.json +1 -1
- package/src/scss/themes/index.ts +1 -1
package/dist/cds.es.js
CHANGED
|
@@ -11905,7 +11905,7 @@ const Lg = "CdsLayout", Ng = I({
|
|
|
11905
11905
|
directionChanged: !1,
|
|
11906
11906
|
delta: { top: 0, left: 0 },
|
|
11907
11907
|
inflectionPoint: { top: 0, left: 0 }
|
|
11908
|
-
}), d = B(0), u = B(Fn()), m = g(() => "cds-layout cds-layout--" + (e.container ? "containerized" : "standard")), h = g(() => e.container ? null : { minHeight: a(
|
|
11908
|
+
}), d = B(0), u = B(Fn()), m = g(() => "cds-layout cds-layout--" + (e.container ? "containerized" : "standard")), h = g(() => e.container ? null : { minHeight: a(s.height) + "px" }), y = g(
|
|
11909
11909
|
() => a(u) !== 0 ? { right: `${a(u)}px` } : null
|
|
11910
11910
|
), v = g(
|
|
11911
11911
|
() => u.value !== 0 ? {
|
|
@@ -12452,11 +12452,11 @@ const us = "cds-notification-alert__wrapper", er = "CdsNotificationAlert", Jg =
|
|
|
12452
12452
|
const r = g(() => {
|
|
12453
12453
|
const f = (o.header.space ? o.header.size : 0) + (o.footer.space ? o.footer.size : 0);
|
|
12454
12454
|
if (typeof e.styleFn == "function") {
|
|
12455
|
-
const d = a(o.isContainer) ? a(o.containerHeight) :
|
|
12455
|
+
const d = a(o.isContainer) ? a(o.containerHeight) : i;
|
|
12456
12456
|
return e.styleFn(f, d);
|
|
12457
12457
|
}
|
|
12458
12458
|
return {
|
|
12459
|
-
minHeight: a(o.isContainer) ? a(o.containerHeight) - f + "px" :
|
|
12459
|
+
minHeight: a(o.isContainer) ? a(o.containerHeight) - f + "px" : i === 0 ? f !== 0 ? `calc(100vh - ${f}px)` : "100vh" : i - f + "px"
|
|
12460
12460
|
};
|
|
12461
12461
|
}), c = g(() => ({
|
|
12462
12462
|
"cds-page": !0,
|