@epam/ai-dial-ui-kit 0.13.0-dev.49 → 0.13.0-dev.51

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.
@@ -9,6 +9,8 @@ export interface PopupProps {
9
9
  overlayClassName?: string;
10
10
  titleClassName?: string;
11
11
  headerClassName?: string;
12
+ /** Additional CSS classes applied to the scrollable body wrapper around `children`. */
13
+ bodyClassName?: string;
12
14
  children?: ReactNode;
13
15
  footer?: ReactNode;
14
16
  onClose?: (e?: MouseEvent<HTMLButtonElement> | null) => void;
@@ -56,6 +58,7 @@ export interface PopupProps {
56
58
  * @param [overlayClassName] - Additional CSS classes applied to the overlay
57
59
  * @param [titleClassName] - Additional CSS classes applied to the title element
58
60
  * @param [headerClassName] - Additional CSS classes applied to the popup header container
61
+ * @param [bodyClassName] - Additional CSS classes applied to the scrollable body wrapper around `children`
59
62
  * @param [children] - Body content
60
63
  * @param [footer] - Footer area for actions
61
64
  * @param [onClose] - Callback fired when the popup requests to close
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.13.0-dev.49",
3
+ "version": "0.13.0-dev.51",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",