@camstack/ui-library 1.2.48 → 1.2.50

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.
@@ -51,6 +51,12 @@ export declare function DialogHeader({ className, ...props }: HTMLAttributes<HTM
51
51
  * footer out of the dialog instead of scrolling — the exact failure this
52
52
  * variant exists to remove. Anything sticky INSIDE a dialog body pins against
53
53
  * this element, since it is the scroll container.
54
+ *
55
+ * It only bounds a scroll area if every ancestor up to the dialog has a
56
+ * resolved height. `DialogContent` supplies the top of that chain (see the
57
+ * `scroll: 'body'` compound variants); an intermediate wrapper between them —
58
+ * a `<Tabs>` that owns the tab strip, say — must carry `flex-1 min-h-0` too,
59
+ * or it collapses and takes the body with it.
54
60
  */
55
61
  export declare function DialogBody({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react").JSX.Element;
56
62
  export declare function DialogFooter({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/ui-library",
3
- "version": "1.2.48",
3
+ "version": "1.2.50",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",