@pathscale/ui 0.0.49 → 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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9284,7 +9284,7 @@ const TableRow = (props)=>{
9284
9284
  "noCell"
9285
9285
  ]);
9286
9286
  const classAttr = ()=>twMerge(dist_clsx(local.class, {
9287
- "bg-primary text-primary-content": local.active
9287
+ active: local.active
9288
9288
  }));
9289
9289
  const resolved = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.children)(()=>local.children);
9290
9290
  return (()=>{
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "0.0.49",
3
+ "version": "0.0.51",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",