Skip to content

Commit d1c56ac

Browse files
authored
chore(drp): annotate with all css parts (#1729)
1 parent 2f78deb commit d1c56ac

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/components/date-range-picker/date-range-picker.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,15 @@ export interface IgcDateRangePickerComponentEventMap {
122122
* @csspart separator - The separator element between the two inputs.
123123
* @csspart ranges - The wrapper that renders the custom and predefined ranges.
124124
* @csspart label - The label wrapper that renders content above the target input.
125-
* @csspart calendar-icon - The calendar icon wrapper for closed state.
126-
* @csspart calendar-icon-open - The calendar icon wrapper for opened state.
125+
* @csspart calendar-icon - The calendar icon wrapper for closed state (single input).
126+
* @csspart calendar-icon-start - The calendar icon wrapper for closed state for the start input (two inputs).
127+
* @csspart calendar-icon-end - The calendar icon wrapper for closed state for the end input (two inputs).
128+
* @csspart calendar-icon-open - The calendar icon wrapper for opened state (single input).
129+
* @csspart calendar-icon-open-start - The calendar icon wrapper for opened state for the start input (two inputs).
130+
* @csspart calendar-icon-open-end - The calendar icon wrapper for opened state for the end input (two inputs).
131+
* @csspart clear-icon - The clear icon wrapper (single input).
132+
* @csspart clear-icon-start - The clear icon wrapper for the start input (two inputs).
133+
* @csspart clear-icon-end - The clear icon wrapper for the end input (two inputs).
127134
* @csspart actions - The wrapper for the custom actions area.
128135
* @csspart clear-icon - The clear icon wrapper.
129136
* @csspart input - The native input element.

0 commit comments

Comments
 (0)