@fileverse/ui 4.1.1-patch-1 → 4.1.1-patch-2

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.
@@ -83,7 +83,12 @@ declare const avatarVariants: (props?: ({
83
83
  content?: "image" | "text" | null | undefined;
84
84
  } & ClassProp) | undefined) => string;
85
85
 
86
- export declare const BottomDrawer: ({ open, onOpenChange, title, description, content, primaryAction, secondaryAction, className, contentClassName, hasCloseIcon, }: DynamicModalProps) => JSX_2.Element;
86
+ export declare const BottomDrawer: ({ open, onOpenChange, title, description, content, primaryAction, secondaryAction, className, contentClassName, hasCloseIcon, headerClassName, footerClassName, }: BottomDrawerProps) => JSX_2.Element;
87
+
88
+ export declare interface BottomDrawerProps extends DynamicModalProps {
89
+ headerClassName?: string;
90
+ footerClassName?: string;
91
+ }
87
92
 
88
93
  export declare const Button: React_2.ForwardRefExoticComponent<ButtonProps & React_2.RefAttributes<HTMLButtonElement>>;
89
94
 
package/dist/index.es.js CHANGED
@@ -59584,9 +59584,11 @@ const Kte = Ve(
59584
59584
  secondaryAction: s,
59585
59585
  className: f,
59586
59586
  contentClassName: c,
59587
- hasCloseIcon: l
59588
- }) => /* @__PURE__ */ u.jsx(cs, { open: e, onOpenChange: (d) => t(d), children: /* @__PURE__ */ u.jsxs(ds, { className: z("w-full", f), hasCloseIcon: l, children: [
59589
- /* @__PURE__ */ u.jsx(us, { className: "px-6 pt-6", children: /* @__PURE__ */ u.jsx(ps, { className: "text-left text-heading-md", children: a }) }),
59587
+ hasCloseIcon: l,
59588
+ headerClassName: d,
59589
+ footerClassName: h
59590
+ }) => /* @__PURE__ */ u.jsx(cs, { open: e, onOpenChange: (p) => t(p), children: /* @__PURE__ */ u.jsxs(ds, { className: z("w-full", f), hasCloseIcon: l, children: [
59591
+ /* @__PURE__ */ u.jsx(us, { className: z("px-6 pt-6", d), children: /* @__PURE__ */ u.jsx(ps, { className: "text-left text-heading-md", children: a }) }),
59590
59592
  /* @__PURE__ */ u.jsxs(
59591
59593
  "div",
59592
59594
  {
@@ -59603,7 +59605,7 @@ const Kte = Ve(
59603
59605
  ]
59604
59606
  }
59605
59607
  ),
59606
- /* @__PURE__ */ u.jsxs(hs, { className: "px-5 pb-5 gap-2 w-full", children: [
59608
+ /* @__PURE__ */ u.jsxs(hs, { className: z("px-5 pb-5 gap-2 w-full", h), children: [
59607
59609
  s && /* @__PURE__ */ u.jsx(ls, { asChild: !0, children: /* @__PURE__ */ u.jsx(
59608
59610
  qt,
59609
59611
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.1-patch-1",
3
+ "version": "4.1.1-patch-2",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],