@pathscale/ui 0.0.50 → 0.0.51
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/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9509,11 +9509,13 @@ const Table = (props)=>{
|
|
|
9509
9509
|
"zebra",
|
|
9510
9510
|
"pinRows",
|
|
9511
9511
|
"pinCols",
|
|
9512
|
+
"hover",
|
|
9512
9513
|
"dataTheme",
|
|
9513
9514
|
"class"
|
|
9514
9515
|
]);
|
|
9515
9516
|
const classes = ()=>twMerge("table", local.class, dist_clsx({
|
|
9516
9517
|
"table-zebra": local.zebra,
|
|
9518
|
+
"table-hover": local.hover,
|
|
9517
9519
|
"table-xl": "xl" === local.size,
|
|
9518
9520
|
"table-lg": "lg" === local.size,
|
|
9519
9521
|
"table-md": "md" === local.size,
|