@izumisy-tailor/tailor-data-viewer 0.2.26 → 0.2.27

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@izumisy-tailor/tailor-data-viewer",
3
3
  "private": false,
4
- "version": "0.2.26",
4
+ "version": "0.2.27",
5
5
  "type": "module",
6
6
  "description": "Flexible data viewer component for Tailor Platform",
7
7
  "files": [
@@ -12,7 +12,7 @@ interface TableRootProps extends ComponentProps<"table"> {
12
12
 
13
13
  function Root({ className, tableLayout = "fixed", ...props }: TableRootProps) {
14
14
  return (
15
- <div className="relative w-full overflow-x-auto">
15
+ <div className="relative w-full overflow-x-auto rounded-md border bg-background">
16
16
  <table
17
17
  className={cn(
18
18
  "w-full caption-bottom text-sm",