@@ -19,24 +19,32 @@ import { ProgressMixin } from './vaadin-progress-mixin.js';
1919 *
2020 * The following shadow DOM parts are available for styling:
2121 *
22- * Part name | Description
23- * ----------------|----------------
24- * `bar` | Progress-bar's background
25- * `value` | Progress-bar's foreground
26- *
27- * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
28- *
29- * The following custom properties are available:
30- *
31- * Custom property | Description | Default
32- * ----------------|-------------|-------------
33- * `--vaadin-progress-value` | current progress value (between 0 and 1) | 0
22+ * Part name | Description
23+ * -----------|----------------
24+ * `bar` | Progress-bar's background
25+ * `value` | Progress-bar's foreground
26+ *
27+ * The following custom CSS properties are available for styling:
28+ *
29+ * Custom CSS property |
30+ * :--------------------------------------------|
31+ * | `--vaadin-progress-bar-animation-duration` |
32+ * | `--vaadin-progress-bar-background` |
33+ * | `--vaadin-progress-bar-border-color` |
34+ * | `--vaadin-progress-bar-border-radius` |
35+ * | `--vaadin-progress-bar-border-width` |
36+ * | `--vaadin-progress-bar-height` |
37+ * | `--vaadin-progress-bar-padding` |
38+ * | `--vaadin-progress-bar-value-background` |
39+ * | `--vaadin-progress-value` |
3440 *
3541 * The following state attributes are available for styling:
3642 *
3743 * Attribute | Description
3844 * ----------------|-------------------------------------
3945 * `indeterminate` | Set to an indeterminate progress bar
46+ *
47+ * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
4048 */
4149declare class ProgressBar extends ProgressMixin ( ThemableMixin ( ElementMixin ( HTMLElement ) ) ) { }
4250
0 commit comments