diff --git a/components/lib/cascadeselect/CascadeSelect.d.ts b/components/lib/cascadeselect/CascadeSelect.d.ts index 0a7bcdab2..860dfc461 100644 --- a/components/lib/cascadeselect/CascadeSelect.d.ts +++ b/components/lib/cascadeselect/CascadeSelect.d.ts @@ -62,14 +62,14 @@ export interface CascadeSelectPassThroughOptions { * Uses to pass attributes to the dropdown button's DOM element. */ dropdownButton?: CascadeSelectPassThroughOptionType; - /** - * Uses to pass attributes to the loading icon's DOM element. - */ - loadingIcon?: CascadeSelectPassThroughOptionType; /** * Uses to pass attributes to the dropdown icon's DOM element. */ dropdownIcon?: CascadeSelectPassThroughOptionType; + /** + * Uses to pass attributes to the loading icon's DOM element. + */ + loadingIcon?: CascadeSelectPassThroughOptionType; /** * Uses to pass attributes to the panel's DOM element. */ @@ -102,10 +102,6 @@ export interface CascadeSelectPassThroughOptions { * Uses to pass attributes to the search result message text aria's DOM element. */ hiddenSearchResult?: CascadeSelectPassThroughOptionType; - /** - * Uses to pass attributes to the selected message text aria's DOM element. - */ - selectedMessageAria?: CascadeSelectPassThroughOptionType; } /**