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.
- package/dist/index.mjs +3 -3
- 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: "
|
|
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-
|
|
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
|
|
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(
|