@epam/ai-dial-ui-kit 0.11.0-dev.35 → 0.11.0-dev.37

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,8 @@ export interface DialSkeletonProps extends HTMLAttributes<HTMLDivElement> {
18
18
  variant?: DialSkeletonVariant;
19
19
  width?: string | number;
20
20
  height?: string | number;
21
+ overlay?: ReactNode;
22
+ color?: string;
21
23
  }
22
24
  /**
23
25
  * DialSkeleton
@@ -74,5 +76,7 @@ export interface DialSkeletonProps extends HTMLAttributes<HTMLDivElement> {
74
76
  * @param [width] - Width of the skeleton
75
77
  * @param [height] - Height of the skeleton
76
78
  * @param [className] - Additional CSS classes
79
+ * @param [overlay] - Content to overlay on top of the skeleton (e.g., a spinner)
80
+ * @param [color] - Custom background color for the skeleton elements (overrides the default token)
77
81
  */
78
82
  export declare const DialSkeleton: FC<DialSkeletonProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.11.0-dev.35",
3
+ "version": "0.11.0-dev.37",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",