@@ -40,17 +40,17 @@ registerStyles('vaadin-date-time-picker', inputFieldShared, { moduleId: 'vaadin-
4040 *
4141 * The following state attributes are available for styling:
4242 *
43- * Attribute | Description | Part name
44- * --------------------|-------------------------------------------|------------
45- * `disabled` | Set when the element is disabled | :host
46- * `focused` | Set when the element is focused | :host
47- * `focus-ring` | Set when the element is keyboard focused | :host
48- * `readonly` | Set when the element is readonly | :host
49- * `invalid` | Set when the element is invalid | :host
50- * `has-label` | Set when the element has a label | :host
51- * `has-value` | Set when the element has a value | :host
52- * `has-helper` | Set when the element has helper text | :host
53- * `has-error-message` | Set when the element has an error message | :host
43+ * Attribute | Description
44+ * --------------------|---------------------------------
45+ * `disabled` | Set when the element is disabled
46+ * `focused` | Set when the element is focused
47+ * `focus-ring` | Set when the element is keyboard focused
48+ * `readonly` | Set when the element is readonly
49+ * `invalid` | Set when the element is invalid
50+ * `has-label` | Set when the element has a label
51+ * `has-value` | Set when the element has a value
52+ * `has-helper` | Set when the element has helper text
53+ * `has-error-message` | Set when the element has an error message
5454 *
5555 * ### Internal components
5656 *
0 commit comments