@@ -69,17 +69,17 @@ export interface DateTimePickerEventMap extends DateTimePickerCustomEventMap, HT
6969 *
7070 * The following state attributes are available for styling:
7171 *
72- * Attribute | Description | Part name
73- * --------------------|-------------------------------------------|------------
74- * `disabled` | Set when the element is disabled | :host
75- * `focused` | Set when the element is focused | :host
76- * `focus-ring` | Set when the element is keyboard focused | :host
77- * `readonly` | Set when the element is readonly | :host
78- * `invalid` | Set when the element is invalid | :host
79- * `has-label` | Set when the element has a label | :host
80- * `has-value` | Set when the element has a value | :host
81- * `has-helper` | Set when the element has helper text | :host
82- * `has-error-message` | Set when the element has an error message | :host
72+ * Attribute | Description
73+ * --------------------|---------------------------------
74+ * `disabled` | Set when the element is disabled
75+ * `focused` | Set when the element is focused
76+ * `focus-ring` | Set when the element is keyboard focused
77+ * `readonly` | Set when the element is readonly
78+ * `invalid` | Set when the element is invalid
79+ * `has-label` | Set when the element has a label
80+ * `has-value` | Set when the element has a value
81+ * `has-helper` | Set when the element has helper text
82+ * `has-error-message` | Set when the element has an error message
8383 *
8484 * ### Internal components
8585 *
0 commit comments