@starasia/admin 5.3.1 → 5.4.0

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.
@@ -18,6 +18,11 @@ export interface LayoutDialogProps {
18
18
  showCloseButton?: boolean;
19
19
  /** Max width for `modal` and `sidebar` view modes. Accepts size key ('md'|'lg'|'xl'|'2xl') or any CSS length. Default: 'xl'. */
20
20
  size?: LayoutDialogSize;
21
+ /**
22
+ * Width of the aside panel. Accepts any CSS length string.
23
+ * Default: "360px". Use to animate collapse (e.g. "48px") from consumer side.
24
+ */
25
+ asideWidth?: string;
21
26
  /** Disable closing via the Escape key. */
22
27
  disableEscapeClose?: boolean;
23
28
  /** Disable closing via backdrop click. */