najm-kit 0.0.9 → 0.0.10
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9947,7 +9947,7 @@ function NPageHeader({ icon: Icon2, title, subtitle, actions, filters, top, sear
|
|
|
9947
9947
|
bordered,
|
|
9948
9948
|
fallback: "default"
|
|
9949
9949
|
});
|
|
9950
|
-
const hasBorderShell = bordered || Boolean(borderDegree);
|
|
9950
|
+
const hasBorderShell = bordered || Boolean(borderDegree) || resolvedBorderDegree !== "default";
|
|
9951
9951
|
const isStrong = resolvedBorderDegree === "strong";
|
|
9952
9952
|
return /* @__PURE__ */ jsxs(
|
|
9953
9953
|
"div",
|