@uxland/primary-shell 6.0.1 → 6.0.3
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/index.js
CHANGED
|
@@ -15451,7 +15451,11 @@ let ActivityHistoryTimeline = class extends h$m {
|
|
|
15451
15451
|
if (!oe) return;
|
|
15452
15452
|
const de = new Date(oe).getTime(), ce = Math.abs(de - te);
|
|
15453
15453
|
ce < X && (X = ce, J = ne);
|
|
15454
|
-
}), J !== -1 && this._virtualizer && this._virtualizer[virtualizerRef].element(J).scrollIntoView(
|
|
15454
|
+
}), J !== -1 && this._virtualizer && this._virtualizer[virtualizerRef].element(J).scrollIntoView({
|
|
15455
|
+
block: "nearest",
|
|
15456
|
+
inline: "nearest",
|
|
15457
|
+
behavior: "smooth"
|
|
15458
|
+
});
|
|
15455
15459
|
}
|
|
15456
15460
|
};
|
|
15457
15461
|
ActivityHistoryTimeline.styles = i$w`
|
|
@@ -45239,7 +45243,7 @@ class n extends HTMLElement {
|
|
|
45239
45243
|
}
|
|
45240
45244
|
connectedCallback() {
|
|
45241
45245
|
const J = document.createElement("div");
|
|
45242
|
-
J.style.minHeight = "100%", J.style.width = "100%";
|
|
45246
|
+
J.style.minHeight = "100%", J.style.width = "100%", J.style.height = "100%";
|
|
45243
45247
|
const X = document.createElement("style");
|
|
45244
45248
|
X.innerText = this.styles, this.root.appendChild(J), this.root.appendChild(X), this.reactRoot = r$L.createRoot(J), this.renderReact();
|
|
45245
45249
|
}
|