@@ -59,12 +59,12 @@ ErrorStyle.parameters = {
59
59
docs : {
60
60
source : {
61
61
code : `
62
- <uui-toast-notification look="danger">
63
- <uui-toast-notification-layout headline="Your title">
64
- Your description
65
- <uui-button slot="actions" look="danger">Retry</uui-button>
66
- </uui-toast-notification-layout>
67
- </uui-toast-notification>`,
62
+ <uui-toast-notification look="danger">
63
+ <uui-toast-notification-layout headline="Your title">
64
+ Your description
65
+ <uui-button slot="actions" look="danger">Retry</uui-button>
66
+ </uui-toast-notification-layout>
67
+ </uui-toast-notification>` ,
68
68
} ,
69
69
} ,
70
70
} ;
@@ -86,11 +86,11 @@ PositiveStyle.parameters = {
86
86
docs : {
87
87
source : {
88
88
code : `
89
- <uui-toast-notification look="positive">
90
- <uui-toast-notification-layout headline="Your title">
91
- Your description
92
- </uui-toast-notification-layout>
93
- </uui-toast-notification>`,
89
+ <uui-toast-notification look="positive">
90
+ <uui-toast-notification-layout headline="Your title">
91
+ Your description
92
+ </uui-toast-notification-layout>
93
+ </uui-toast-notification>` ,
94
94
} ,
95
95
} ,
96
96
} ;
@@ -115,7 +115,10 @@ CustomLayout.args = {
115
115
CustomLayout . parameters = {
116
116
docs : {
117
117
source : {
118
- code : `<uui-toast-notification><!-- Anything can be injected here --></uui-toast-notification>` ,
118
+ code : `
119
+ <uui-toast-notification>
120
+ <!-- Anything can be injected here -->
121
+ </uui-toast-notification>` ,
119
122
} ,
120
123
} ,
121
124
} ;
0 commit comments