ui-czn 1.0.52 → 1.0.53

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.d.ts CHANGED
@@ -109,7 +109,7 @@ export declare const CardWithIcon: React_2.ForwardRefExoticComponent<CardWithIco
109
109
  export declare interface CardWithIconProps extends VariantProps<typeof cardWithIconVariants>, VariantProps<typeof contentVariants>, VariantProps<typeof iconVariants> {
110
110
  icon: string;
111
111
  content: ReactNode;
112
- alt: string;
112
+ alt?: string;
113
113
  className?: string;
114
114
  iconClassName?: string;
115
115
  contentClassName?: string;
package/dist/ui-czn.es.js CHANGED
@@ -6076,7 +6076,7 @@ const Bi = gt("flex", {
6076
6076
  iconPosition: "last"
6077
6077
  }
6078
6078
  }), cv = f.forwardRef(
6079
- ({ icon: e, alt: t, content: r, className: n, contentClassName: s, iconClassName: o, direction: i = "column", iconPosition: A, color: a = "white" }, u) => /* @__PURE__ */ v.jsx(br, { ref: u, className: le("flex h-full", Bi({ color: a }), n), children: /* @__PURE__ */ v.jsxs(yr, { className: le("p-0 w-full h-full", Bi({ direction: i }), s), children: [
6079
+ ({ icon: e, alt: t = "Изображение", content: r, className: n, contentClassName: s, iconClassName: o, direction: i = "column", iconPosition: A, color: a = "white" }, u) => /* @__PURE__ */ v.jsx(br, { ref: u, className: le("flex h-full", Bi({ color: a }), n), children: /* @__PURE__ */ v.jsxs(yr, { className: le("p-0 w-full h-full", Bi({ direction: i }), s), children: [
6080
6080
  /* @__PURE__ */ v.jsx("div", { className: le(av({ iconPosition: A }), s), children: r }),
6081
6081
  /* @__PURE__ */ v.jsx(
6082
6082
  "img",