File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
test/integration/__snapshots__ Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -451,11 +451,17 @@ export function Plugging<TBase extends new (...args: any[]) => EditingElement>(
451
451
>
452
452
</ mwc-button >
453
453
< mwc-button
454
- raised
454
+ slot ="secondaryAction "
455
+ icon =""
456
+ label ="${ translate ( 'close' ) } "
457
+ dialogAction ="close "
458
+ > </ mwc-button >
459
+ < mwc-button
460
+ outlined
455
461
trailingIcon
456
462
slot ="primaryAction "
457
463
icon ="library_add "
458
- label ="${ translate ( 'add' ) } … "
464
+ label ="${ translate ( 'plugins. add.heading ' ) } … "
459
465
@click =${ ( ) => this . pluginDownloadUI . show ( ) }
460
466
>
461
467
</ mwc-button >
Original file line number Diff line number Diff line change @@ -875,10 +875,17 @@ snapshots["open-scd looks like its snapshot"] =
875
875
style="--mdc-theme-primary: var(--mdc-theme-error)"
876
876
>
877
877
</mwc-button>
878
+ <mwc-button
879
+ dialogaction="close"
880
+ icon=""
881
+ label="Close"
882
+ slot="secondaryAction"
883
+ >
884
+ </mwc-button>
878
885
<mwc-button
879
886
icon="library_add"
880
- label="Add…"
881
- raised =""
887
+ label="Add custom extension …"
888
+ outlined =""
882
889
slot="primaryAction"
883
890
trailingicon=""
884
891
>
You can’t perform that action at this time.
0 commit comments