@sudobility/components 5.0.16 → 5.0.17
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.esm.js
CHANGED
|
@@ -17329,8 +17329,11 @@ const $0 = ({
|
|
|
17329
17329
|
"div",
|
|
17330
17330
|
{
|
|
17331
17331
|
ref: T,
|
|
17332
|
-
className: `bg-white dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700 p-8 overflow-
|
|
17333
|
-
style:
|
|
17332
|
+
className: `bg-white dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700 p-8 overflow-y-auto ${y ? "max-h-[calc(100vh-200px)] sticky" : ""} ${c}`,
|
|
17333
|
+
style: {
|
|
17334
|
+
...F,
|
|
17335
|
+
...y ? { top: `${b}px` } : {}
|
|
17336
|
+
},
|
|
17334
17337
|
children: /* @__PURE__ */ h("div", { className: R, style: W, children: [
|
|
17335
17338
|
s && /* @__PURE__ */ a(
|
|
17336
17339
|
"h1",
|