@finema/core 2.48.0 → 2.49.0
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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/theme/table.js +3 -3
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -2,11 +2,11 @@ export const tableTheme = {
|
|
|
2
2
|
slots: {
|
|
3
3
|
root: "rounded-t-md rounded-b-md bg-white",
|
|
4
4
|
searchContainer: "mb-4 flex justify-end",
|
|
5
|
-
captionContainer: "hidden",
|
|
5
|
+
captionContainer: "hidden mb-4 text-gray-500",
|
|
6
6
|
captionBoldText: "font-bold",
|
|
7
7
|
errorMessage: "text-error-400 text-2xl h-[200px] flex justify-center items-center",
|
|
8
|
-
paginationContainer: "items-center flex-col lg:flex-row gap-4",
|
|
9
|
-
paginationInfo: "text-gray-600",
|
|
8
|
+
paginationContainer: "mt-4 flex justify-between px-3 items-center flex-col lg:flex-row gap-4",
|
|
9
|
+
paginationInfo: "text-sm text-gray-600",
|
|
10
10
|
thead: "bg-primary",
|
|
11
11
|
th: "text-[#222222] bg-white whitespace-nowrap",
|
|
12
12
|
td: "text-[#222222]"
|