mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 19:18:32 -05:00
Resource Deployment UX Refresh (#12173)
* adding new card to styles * renamed property, removed unnecessary css * Fixed to match new props * added horizontal class * merged from master
This commit is contained in:
3
src/sql/azdata.proposed.d.ts
vendored
3
src/sql/azdata.proposed.d.ts
vendored
@@ -271,7 +271,8 @@ declare module 'azdata' {
|
||||
iconWidth?: string;
|
||||
iconHeight?: string;
|
||||
selectedCardId?: string;
|
||||
orientation?: Orientation // Defaults to horizontal
|
||||
orientation?: Orientation; // Defaults to horizontal
|
||||
iconPosition?: 'top' | 'left'; // Defaults to top
|
||||
}
|
||||
|
||||
export type RadioCardSelectionChangedEvent = { cardId: string; card: RadioCard };
|
||||
|
||||
Reference in New Issue
Block a user