@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.
- package/dist/index.js +1 -1
- 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
|
-
|
|
9287
|
+
active: local.active
|
|
9288
9288
|
}));
|
|
9289
9289
|
const resolved = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.children)(()=>local.children);
|
|
9290
9290
|
return (()=>{
|