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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "najm-kit",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "description": "Reusable React UI component package for Najm framework",
6
6
  "main": "./dist/index.mjs",