najm-kit 2.1.26 → 2.1.27

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -5856,7 +5856,7 @@ function NDonutCard({
5856
5856
  iconColor,
5857
5857
  bordered: true,
5858
5858
  className: cn(className, classNames?.root),
5859
- classNames: { content: "@container p-0" },
5859
+ classNames: { content: "p-0" },
5860
5860
  children: [
5861
5861
  /* @__PURE__ */ jsxs(
5862
5862
  "div",
@@ -5867,7 +5867,7 @@ function NDonutCard({
5867
5867
  role: "group",
5868
5868
  "aria-label": accessibleLabel,
5869
5869
  className: cn(
5870
- isHorizontal ? "grid grid-cols-1 justify-items-center gap-4 p-2 lg:p-3 xl:p-4 2xl:p-5 @min-[16rem]:grid-cols-[auto_minmax(0,1fr)] @min-[16rem]:items-center @min-[16rem]:justify-items-stretch @min-[16rem]:gap-5" : cn(
5870
+ isHorizontal ? "grid grid-cols-[auto_minmax(0,1fr)] items-center gap-5 p-2 lg:p-3 xl:p-4 2xl:p-5" : cn(
5871
5871
  "flex flex-col items-center p-2 lg:p-3 xl:p-4 2xl:p-5",
5872
5872
  isCompact ? "gap-2" : "gap-4"
5873
5873
  ),
@@ -5969,7 +5969,7 @@ function NDonutCard({
5969
5969
  className: cn(
5970
5970
  "flex flex-col gap-1.5 w-full",
5971
5971
  isCompact && "gap-1",
5972
- isHorizontal && "min-w-0 flex-1 gap-2 pt-0.5 @min-[16rem]:pt-0",
5972
+ isHorizontal && "min-w-0 flex-1 gap-2 pt-0.5",
5973
5973
  classNames?.legend
5974
5974
  ),
5975
5975
  children: normalized.map((item) => /* @__PURE__ */ jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "najm-kit",
3
- "version": "2.1.26",
3
+ "version": "2.1.27",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Reusable React UI component package for Najm framework",