@k3-universe/react-kit 0.0.33 → 0.0.34
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
|
@@ -62,6 +62,7 @@ export function DataTablePagination<TData>({
|
|
|
62
62
|
</div>
|
|
63
63
|
<div className="flex items-center space-x-2">
|
|
64
64
|
<Button
|
|
65
|
+
type="button"
|
|
65
66
|
variant="outline"
|
|
66
67
|
size="icon"
|
|
67
68
|
className="hidden size-8 lg:flex"
|
|
@@ -72,6 +73,7 @@ export function DataTablePagination<TData>({
|
|
|
72
73
|
<ChevronsLeft className="size-4" />
|
|
73
74
|
</Button>
|
|
74
75
|
<Button
|
|
76
|
+
type="button"
|
|
75
77
|
variant="outline"
|
|
76
78
|
size="icon"
|
|
77
79
|
className="size-8"
|
|
@@ -82,6 +84,7 @@ export function DataTablePagination<TData>({
|
|
|
82
84
|
<ChevronLeft className="size-4" />
|
|
83
85
|
</Button>
|
|
84
86
|
<Button
|
|
87
|
+
type="button"
|
|
85
88
|
variant="outline"
|
|
86
89
|
size="icon"
|
|
87
90
|
className="size-8"
|
|
@@ -92,6 +95,7 @@ export function DataTablePagination<TData>({
|
|
|
92
95
|
<ChevronRight className="size-4" />
|
|
93
96
|
</Button>
|
|
94
97
|
<Button
|
|
98
|
+
type="button"
|
|
95
99
|
variant="outline"
|
|
96
100
|
size="icon"
|
|
97
101
|
className="hidden size-8 lg:flex"
|