@epam/ai-dial-ui-kit 0.13.0-dev.10 → 0.13.0-dev.11

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,7 +18,7 @@ export interface DialAnalyticsHistogramProps {
18
18
  isLoading?: boolean;
19
19
  /** Additional CSS classes for the outer container. */
20
20
  className?: string;
21
- /** Second set of values to overlay in compare mode. Each column renders as a paired striped bar. */
21
+ /** Second set of values to overlay in compare mode. Primary bars are striped; compare bars are solid. */
22
22
  compareValues?: number[];
23
23
  /** Label for the primary values set, shown on the first tooltip line in compare mode. */
24
24
  valueSetLabel?: string;
@@ -49,7 +49,7 @@ export interface DialAnalyticsHistogramProps {
49
49
  * @param [showCount] - When `true`, renders each column's count inside its bar.
50
50
  * @param [isLoading] - Renders a loader in place of the histogram while the data is being fetched.
51
51
  * @param [className] - Additional CSS classes for the outer container.
52
- * @param [compareValues] - Second set of values; enables compare mode with paired striped columns.
52
+ * @param [compareValues] - Second set of values; enables compare mode (primary striped, compare solid).
53
53
  * @param [valueSetLabel] - Label for the primary values set (compare mode tooltip).
54
54
  * @param [compareValueSetLabel] - Label for the compare values set (compare mode tooltip).
55
55
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.13.0-dev.10",
3
+ "version": "0.13.0-dev.11",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",