najm-kit 0.0.17 → 0.0.18

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
@@ -3878,7 +3878,7 @@ function NAvatar({
3878
3878
  {
3879
3879
  src: imageSrc,
3880
3880
  alt: alt || label,
3881
- className: cn("object-cover", classNames?.image)
3881
+ className: cn("absolute inset-0 z-10 object-cover", classNames?.image)
3882
3882
  }
3883
3883
  ),
3884
3884
  /* @__PURE__ */ jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "najm-kit",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "type": "module",
5
5
  "description": "Reusable React UI component package for Najm framework",
6
6
  "main": "./dist/index.mjs",