beca-ui 2.0.3-beta.1 → 2.0.3-beta.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/beca-ui.js +7 -5
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -95031,12 +95031,14 @@ const Cfe = td({}), _$t = (e) => {
|
|
|
95031
95031
|
backUrl: v,
|
|
95032
95032
|
LinkComponent: y
|
|
95033
95033
|
} = e, C = ir(Cfe), b = () => {
|
|
95034
|
+
var E;
|
|
95034
95035
|
const w = document.querySelector(".card-content");
|
|
95035
|
-
if (w
|
|
95036
|
-
const $ =
|
|
95037
|
-
|
|
95038
|
-
|
|
95039
|
-
|
|
95036
|
+
if (w) {
|
|
95037
|
+
const $ = w.querySelector(".beca-card-body");
|
|
95038
|
+
if ($) {
|
|
95039
|
+
const O = ((E = document.querySelector(".ant-layout-header.header")) == null ? void 0 : E.clientHeight) ?? 0, N = 16, T = 16, I = w.querySelector(".beca-card-header"), D = I ? I.clientHeight : 0, _ = window.innerHeight - O - N - T - D;
|
|
95040
|
+
d && $.setAttribute("style", `height:${_}px`), p && p(_);
|
|
95041
|
+
}
|
|
95040
95042
|
}
|
|
95041
95043
|
};
|
|
95042
95044
|
return nn(() => {
|