@pathscale/ui 0.0.47 → 0.0.49
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3778,7 +3778,7 @@ const Background = (props)=>{
|
|
|
3778
3778
|
var _el$ = Background_tmpl$();
|
|
3779
3779
|
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)({
|
|
3780
3780
|
get ["class"] () {
|
|
3781
|
-
return twMerge("bg-base-
|
|
3781
|
+
return twMerge("bg-base-100 min-h-screen", dist_clsx(className, classNameAlt));
|
|
3782
3782
|
}
|
|
3783
3783
|
}, rest), false, false);
|
|
3784
3784
|
return _el$;
|
|
@@ -8277,7 +8277,7 @@ const ShowcaseSection_ShowcaseSection = (props)=>{
|
|
|
8277
8277
|
}
|
|
8278
8278
|
}, others, {
|
|
8279
8279
|
get ["class"] () {
|
|
8280
|
-
return twMerge("p-3 bg-base-
|
|
8280
|
+
return twMerge("p-3 bg-base-100 rounded-lg shadow-sm scroll-mt-6", local.class, local.className);
|
|
8281
8281
|
}
|
|
8282
8282
|
}), false, true);
|
|
8283
8283
|
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(flex_Flex, {
|
|
@@ -9284,7 +9284,7 @@ const TableRow = (props)=>{
|
|
|
9284
9284
|
"noCell"
|
|
9285
9285
|
]);
|
|
9286
9286
|
const classAttr = ()=>twMerge(dist_clsx(local.class, {
|
|
9287
|
-
|
|
9287
|
+
"bg-primary text-primary-content": local.active
|
|
9288
9288
|
}));
|
|
9289
9289
|
const resolved = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.children)(()=>local.children);
|
|
9290
9290
|
return (()=>{
|