vueless 0.0.808 → 0.0.810

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.
@@ -30,6 +30,7 @@ export default /*tw*/ {
30
30
  table: "min-w-full border-none text-sm w-full table-auto",
31
31
  header: "border-b border-gray-200",
32
32
  headerRow: "",
33
+ headerRowBefore: "{>headerCellBase} py-1",
33
34
  headerCellBase: {
34
35
  base: "p-4 text-sm font-normal text-gray-500 text-left text-nowrap",
35
36
  variants: {
@@ -84,6 +85,7 @@ export default /*tw*/ {
84
85
  label: "bg-gray-100 transition",
85
86
  },
86
87
  bodyEmptyState: "{UEmpty} my-8",
88
+ bodyEmptyStateCell: "",
87
89
  footer: {
88
90
  base: "group/footer border-t border-solid border-gray-200",
89
91
  variants: {