@@ -91,9 +91,9 @@ export const Default: ComponentStory<typeof Sidebar> = () => (
91
91
</ SidebarItemContent >
92
92
< SidebarItemContainer >
93
93
< SidebarItemActions >
94
- < SidebarItemAction secondarySuccess icon = 'phone' />
95
- < SidebarItemAction secondaryDanger icon = 'circle-cross' />
96
- < SidebarItemAction secondaryInfo icon = 'trash' />
94
+ < SidebarItemAction secondary success icon = 'phone' />
95
+ < SidebarItemAction secondary danger icon = 'circle-cross' />
96
+ < SidebarItemAction secondary info icon = 'trash' />
97
97
< SidebarItemAction icon = 'phone' secondary />
98
98
</ SidebarItemActions >
99
99
</ SidebarItemContainer >
@@ -118,9 +118,9 @@ export const Default: ComponentStory<typeof Sidebar> = () => (
118
118
</ SidebarItemContent >
119
119
< SidebarItemContainer >
120
120
< SidebarItemActions >
121
- < SidebarItemAction secondarySuccess icon = 'phone' />
122
- < SidebarItemAction secondaryDanger icon = 'circle-cross' />
123
- < SidebarItemAction secondaryInfo icon = 'trash' />
121
+ < SidebarItemAction secondary success icon = 'phone' />
122
+ < SidebarItemAction secondary danger icon = 'circle-cross' />
123
+ < SidebarItemAction secondary info icon = 'trash' />
124
124
< SidebarItemAction icon = 'phone' secondary />
125
125
</ SidebarItemActions >
126
126
</ SidebarItemContainer >
@@ -155,9 +155,9 @@ export const Default: ComponentStory<typeof Sidebar> = () => (
155
155
</ SidebarItemContent >
156
156
< SidebarItemContainer >
157
157
< SidebarItemActions >
158
- < SidebarItemAction secondarySuccess icon = 'phone' />
159
- < SidebarItemAction secondaryDanger icon = 'circle-cross' />
160
- < SidebarItemAction secondaryInfo icon = 'trash' />
158
+ < SidebarItemAction secondary success icon = 'phone' />
159
+ < SidebarItemAction secondary danger icon = 'circle-cross' />
160
+ < SidebarItemAction secondary info icon = 'trash' />
161
161
< SidebarItemAction icon = 'phone' secondary />
162
162
</ SidebarItemActions >
163
163
</ SidebarItemContainer >
@@ -218,9 +218,9 @@ export const WithFooter: ComponentStory<typeof Sidebar> = () => (
218
218
</ SidebarItemContent >
219
219
< SidebarItemContainer >
220
220
< SidebarItemActions >
221
- < SidebarItemAction secondarySuccess icon = 'phone' />
222
- < SidebarItemAction secondaryDanger icon = 'circle-cross' />
223
- < SidebarItemAction secondaryInfo icon = 'trash' />
221
+ < SidebarItemAction secondary success icon = 'phone' />
222
+ < SidebarItemAction secondary danger icon = 'circle-cross' />
223
+ < SidebarItemAction secondary info icon = 'trash' />
224
224
< SidebarItemAction icon = 'phone' secondary />
225
225
</ SidebarItemActions >
226
226
</ SidebarItemContainer >
@@ -245,9 +245,9 @@ export const WithFooter: ComponentStory<typeof Sidebar> = () => (
245
245
</ SidebarItemContent >
246
246
< SidebarItemContainer >
247
247
< SidebarItemActions >
248
- < SidebarItemAction secondarySuccess icon = 'phone' />
249
- < SidebarItemAction secondaryDanger icon = 'circle-cross' />
250
- < SidebarItemAction secondaryInfo icon = 'trash' />
248
+ < SidebarItemAction secondary success icon = 'phone' />
249
+ < SidebarItemAction secondary danger icon = 'circle-cross' />
250
+ < SidebarItemAction secondary info icon = 'trash' />
251
251
< SidebarItemAction icon = 'phone' secondary />
252
252
</ SidebarItemActions >
253
253
</ SidebarItemContainer >
@@ -282,9 +282,9 @@ export const WithFooter: ComponentStory<typeof Sidebar> = () => (
282
282
</ SidebarItemContent >
283
283
< SidebarItemContainer >
284
284
< SidebarItemActions >
285
- < SidebarItemAction secondarySuccess icon = 'phone' />
286
- < SidebarItemAction secondaryDanger icon = 'circle-cross' />
287
- < SidebarItemAction secondaryInfo icon = 'trash' />
285
+ < SidebarItemAction secondary success icon = 'phone' />
286
+ < SidebarItemAction secondary danger icon = 'circle-cross' />
287
+ < SidebarItemAction secondary info icon = 'trash' />
288
288
< SidebarItemAction icon = 'phone' secondary />
289
289
</ SidebarItemActions >
290
290
</ SidebarItemContainer >
@@ -336,7 +336,7 @@ export const WithFooter: ComponentStory<typeof Sidebar> = () => (
336
336
</ SidebarItemContent >
337
337
< SidebarItemContainer >
338
338
< SidebarItemActions >
339
- < SidebarItemAction secondaryDanger icon = 'phone-off' />
339
+ < SidebarItemAction secondary danger icon = 'phone-off' />
340
340
</ SidebarItemActions >
341
341
</ SidebarItemContainer >
342
342
</ SidebarItem >
0 commit comments