@finema/core 2.54.0 → 2.54.1
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/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -25,8 +25,14 @@ export const tableTheme = {
|
|
|
25
25
|
},
|
|
26
26
|
sticky: {
|
|
27
27
|
true: {
|
|
28
|
-
thead: "sticky bg-transparent top-0 inset-x-0 z-[1]",
|
|
29
|
-
tfoot: "sticky bottom-0 inset-x-0 bg-white z-[1]"
|
|
28
|
+
thead: "sticky bg-transparent top-0 inset-x-0 z-[1] backdrop-blur-none",
|
|
29
|
+
tfoot: "sticky bottom-0 inset-x-0 bg-white z-[1] backdrop-blur-none"
|
|
30
|
+
},
|
|
31
|
+
header: {
|
|
32
|
+
thead: "sticky top-0 inset-x-0 bg-default/75 z-[1] backdrop-blur-none"
|
|
33
|
+
},
|
|
34
|
+
footer: {
|
|
35
|
+
tfoot: "sticky bottom-0 inset-x-0 bg-default/75 z-[1] backdrop-blur-none"
|
|
30
36
|
}
|
|
31
37
|
}
|
|
32
38
|
}
|