@@ -220,21 +220,19 @@ const docs: ComponentDocs = {
220
220
doubles as the screen reader order. The visual order can be flipped
221
221
using the < Strong > reverse</ Strong > prop.
222
222
</ Text >
223
+ < Text >
224
+ This is useful when navigating forward within a flow, where the
225
+ primary action is on the right when inline, and on top when
226
+ collapsed. For this reason, the default horizontal alignment when
227
+ reversed is to the < Strong > right</ Strong > .
228
+ </ Text >
223
229
< Notice >
224
- < Stack space = "medium" >
225
- < Text >
226
- Reversing is only applied in combination with the{ ' ' }
227
- < Strong > collapseBelow</ Strong > prop. This ensures the content is
228
- reversed on the same row, and follow the document order when
229
- collapsed.
230
- </ Text >
231
- < Text >
232
- This is useful when navigating forward within a flow, where the
233
- primary action is on the right when inline, and on top when
234
- collapsed. For this reason, the default the horizontal alignment
235
- when reversed is to the < Strong > right</ Strong > .
236
- </ Text >
237
- </ Stack >
230
+ < Text >
231
+ Reverse is only applied in combination with the{ ' ' }
232
+ < Strong > collapseBelow</ Strong > prop to ensure the content is
233
+ reversed on the same row, but follows the document order when
234
+ collapsed.
235
+ </ Text >
238
236
</ Notice >
239
237
</ >
240
238
) ,
@@ -245,9 +243,9 @@ const docs: ComponentDocs = {
245
243
< Text tone = "secondary" size = "small" >
246
244
On “tablet” and above
247
245
</ Text >
248
- < Inline space = "small" collapseBelow = "tablet" align = "right" >
249
- < Placeholder width = { 75 } height = { 48 } label = "Second" />
250
- < Placeholder width = { 75 } height = { 48 } label = "First" />
246
+ < Inline space = "small" align = "right" >
247
+ < Placeholder height = { 48 } label = "Second" />
248
+ < Placeholder height = { 48 } label = "First" />
251
249
</ Inline >
252
250
</ Stack >
253
251
< Stack space = "small" >
@@ -264,8 +262,8 @@ const docs: ComponentDocs = {
264
262
265
263
const { code : codeDemo } = source (
266
264
< Inline space = "small" collapseBelow = "tablet" reverse >
267
- < Placeholder width = { 75 } height = { 48 } label = "First" />
268
- < Placeholder width = { 75 } height = { 48 } label = "Second" />
265
+ < Placeholder height = { 48 } label = "First" />
266
+ < Placeholder height = { 48 } label = "Second" />
269
267
</ Inline > ,
270
268
) ;
271
269
@@ -285,8 +283,8 @@ const docs: ComponentDocs = {
285
283
) ,
286
284
code : source (
287
285
< Inline component = "span" space = "small" >
288
- < Placeholder height = { 40 } />
289
- < Placeholder height = { 40 } />
286
+ < Placeholder width = { 40 } height = { 40 } />
287
+ < Placeholder width = { 40 } height = { 40 } />
290
288
</ Inline > ,
291
289
) . code ,
292
290
} ,
0 commit comments