@almadar/ui 5.122.10 → 5.122.11

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.
@@ -4927,8 +4927,8 @@ interface DrawerProps {
4927
4927
  isOpen?: boolean;
4928
4928
  /** Callback when drawer should close (injected by slot wrapper) */
4929
4929
  onClose?: () => void;
4930
- /** Drawer title */
4931
- title?: string;
4930
+ /** Drawer title (text or any node, e.g. a brand logo + name). */
4931
+ title?: React__default.ReactNode;
4932
4932
  /** Drawer content (can be empty if using slot content) */
4933
4933
  children?: React__default.ReactNode;
4934
4934
  /** Footer content */
@@ -4927,8 +4927,8 @@ interface DrawerProps {
4927
4927
  isOpen?: boolean;
4928
4928
  /** Callback when drawer should close (injected by slot wrapper) */
4929
4929
  onClose?: () => void;
4930
- /** Drawer title */
4931
- title?: string;
4930
+ /** Drawer title (text or any node, e.g. a brand logo + name). */
4931
+ title?: React__default.ReactNode;
4932
4932
  /** Drawer content (can be empty if using slot content) */
4933
4933
  children?: React__default.ReactNode;
4934
4934
  /** Footer content */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "5.122.10",
3
+ "version": "5.122.11",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [