@epam/ai-dial-ui-kit 0.11.0-dev.36 → 0.11.0-dev.38

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.
@@ -19,6 +19,7 @@ export interface DialSkeletonProps extends HTMLAttributes<HTMLDivElement> {
19
19
  width?: string | number;
20
20
  height?: string | number;
21
21
  overlay?: ReactNode;
22
+ color?: string;
22
23
  }
23
24
  /**
24
25
  * DialSkeleton
@@ -75,5 +76,7 @@ export interface DialSkeletonProps extends HTMLAttributes<HTMLDivElement> {
75
76
  * @param [width] - Width of the skeleton
76
77
  * @param [height] - Height of the skeleton
77
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)
78
81
  */
79
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.36",
3
+ "version": "0.11.0-dev.38",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",
@@ -98,13 +98,13 @@
98
98
  }
99
99
  },
100
100
  "devDependencies": {
101
- "@chromatic-com/storybook": "^5.1.2",
101
+ "@chromatic-com/storybook": "^5.2.1",
102
102
  "@eslint/js": "^9.39.2",
103
103
  "@modelcontextprotocol/sdk": "^1.29.0",
104
- "@storybook/addon-a11y": "^10.3.6",
105
- "@storybook/addon-docs": "^10.3.6",
106
- "@storybook/addon-vitest": "^10.3.6",
107
- "@storybook/react-vite": "^10.3.6",
104
+ "@storybook/addon-a11y": "^10.4.4",
105
+ "@storybook/addon-docs": "^10.4.4",
106
+ "@storybook/addon-vitest": "^10.4.4",
107
+ "@storybook/react-vite": "^10.4.4",
108
108
  "@testing-library/dom": "^10.4.1",
109
109
  "@testing-library/react": "^16.3.0",
110
110
  "@types/jsdom": "^28.0.1",
@@ -125,7 +125,7 @@
125
125
  "eslint-plugin-prettier": "^5.5.5",
126
126
  "eslint-plugin-react": "^7.37.5",
127
127
  "eslint-plugin-react-hooks": "^7.1.1",
128
- "eslint-plugin-storybook": "^10.2.17",
128
+ "eslint-plugin-storybook": "^10.4.4",
129
129
  "eslint-plugin-tailwindcss": "^3.18.3",
130
130
  "globals": "^16.3.0",
131
131
  "husky": "^9.1.7",
@@ -136,8 +136,8 @@
136
136
  "prettier": "^3.8.3",
137
137
  "sass": "^1.99.0",
138
138
  "sass-embedded": "^1.99.0",
139
- "storybook": "^10.3.6",
140
- "storybook-addon-pseudo-states": "^10.3.6",
139
+ "storybook": "^10.4.4",
140
+ "storybook-addon-pseudo-states": "^10.4.4",
141
141
  "tailwindcss": "^3.4.19",
142
142
  "tsx": "^4.20.5",
143
143
  "typescript": "~5.9.3",