@pathscale/ui 0.0.59 → 0.0.60
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8254,7 +8254,7 @@ const NavbarRow = (props)=>{
|
|
|
8254
8254
|
"dataTheme"
|
|
8255
8255
|
]);
|
|
8256
8256
|
const resolvedChildren = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.children)(()=>local.children);
|
|
8257
|
-
const classes = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>twMerge("flex items-center",
|
|
8257
|
+
const classes = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>twMerge("flex items-center", clsx({
|
|
8258
8258
|
"border-b border-gray-200": true === local.bordered,
|
|
8259
8259
|
"px-4 py-2": false !== local.padded,
|
|
8260
8260
|
"bg-base-100": !local.color || "ghost" === local.color,
|
|
@@ -8266,7 +8266,7 @@ const NavbarRow = (props)=>{
|
|
|
8266
8266
|
"bg-success text-success-content": "success" === local.color,
|
|
8267
8267
|
"bg-warning text-warning-content": "warning" === local.color,
|
|
8268
8268
|
"bg-error text-error-content": "error" === local.color
|
|
8269
|
-
})));
|
|
8269
|
+
}), local.class, local.className));
|
|
8270
8270
|
return (()=>{
|
|
8271
8271
|
var _el$ = NavbarRow_tmpl$();
|
|
8272
8272
|
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)({
|