@pathscale/ui 0.0.49 → 0.0.50

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 +1 -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 (()=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",