vueless 0.0.97 → 0.0.98
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/package.json
CHANGED
|
@@ -20,7 +20,7 @@ export default /*tw*/ {
|
|
|
20
20
|
stickyHeaderColumn: "flex-none text-sm font-normal text-gray-500 p-4",
|
|
21
21
|
selectedRowsCount: "absolute left-11 pr-2 font-medium text-sm text-gray-900 bg-gradient-to-r from-white from-80%",
|
|
22
22
|
selectAllCheckbox: "flex-none text-sm font-normal text-gray-500 pr-[1.125rem] pl-4 py-4 group-[]/table-compact:!px-4",
|
|
23
|
-
innerWrapper: "overflow-visible rounded-lg border border-gray-200",
|
|
23
|
+
innerWrapper: "!overflow-visible rounded-lg border border-gray-200",
|
|
24
24
|
innerWrapperSelected: "!rounded-t-none border-t-0",
|
|
25
25
|
table: "min-w-full border-none text-sm w-full",
|
|
26
26
|
tableLoader: "absolute !top-auto",
|
|
@@ -39,7 +39,7 @@ export default /*tw*/ {
|
|
|
39
39
|
body: "group/body divide-none",
|
|
40
40
|
bodyRow: "hover:bg-gray-50",
|
|
41
41
|
checkboxBodyWrapperCell: "py-3 px-4 align-top",
|
|
42
|
-
bodyCell: "
|
|
42
|
+
bodyCell: "",
|
|
43
43
|
tableCheckbox: "",
|
|
44
44
|
dateSeparator: "",
|
|
45
45
|
toggleItemButton: "flex relative -top-px",
|