File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
packages/components/src/components/hds/dropdown/list-item Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @hashicorp/design-system-components " : patch
3+ ---
4+
5+ <!-- START components/dropdown -->
6+ ` Dropdown ` - Updated component signature for ` ListItemCheckbox ` and ` ListItemRadio ` to have an optional ` @id ` argument.
7+ <!-- END -->
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export interface HdsDropdownListItemCheckboxSignature {
1212 Args : HdsFormCheckboxBaseSignature [ 'Args' ] & {
1313 count ?: string | number ;
1414 icon ?: HdsIconSignature [ 'Args' ] [ 'name' ] ;
15+ id ?: string ;
1516 } ;
1617 Blocks : {
1718 default : [ ] ;
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export interface HdsDropdownListItemRadioSignature {
1212 Args : HdsFormRadioBaseSignature [ 'Args' ] & {
1313 count ?: string | number ;
1414 icon ?: HdsIconSignature [ 'Args' ] [ 'name' ] ;
15+ id ?: string ;
1516 } ;
1617 Blocks : {
1718 default : [ ] ;
You can’t perform that action at this time.
0 commit comments