Skip to content

Commit d723fc4

Browse files
committed
Update remaining docs and patterns examples to orientation='vertical'
1 parent 5d99723 commit d723fc4

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

docs/docs/components/split-panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Create complex layouts that can be repositioned independently by nesting split p
248248
Start
249249
</div>
250250
<div slot="end">
251-
<wa-split-panel vertical style="height: 400px;">
251+
<wa-split-panel orientation="vertical" style="height: 400px;">
252252
<div
253253
slot="start"
254254
style="height: 100%; background: var(--wa-color-surface-lowered); display: flex; align-items: center; justify-content: center; overflow: hidden"

docs/docs/patterns/app/activity-log.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ description: 'Track and organize recent user actions or events.'
6666
<wa-format-date date="2025-04-01" month="short" day="numeric"></wa-format-date>
6767
</div>
6868
</article>
69-
<wa-divider vertical style="height: 1em; margin-left: 1rem"></wa-divider>
69+
<wa-divider orientation="vertical" style="height: 1em; margin-left: 1rem"></wa-divider>
7070
<article class="wa-flank" style="flex-wrap: nowrap">
7171
<wa-avatar style="--size: 2rem">
7272
<wa-icon slot="icon" name="seedling"></wa-icon>
@@ -76,7 +76,7 @@ description: 'Track and organize recent user actions or events.'
7676
<wa-format-date date="2025-05-29" month="short" day="numeric"></wa-format-date>
7777
</div>
7878
</article>
79-
<wa-divider vertical style="height: 1em; margin-left: 1rem"></wa-divider>
79+
<wa-divider orientation="vertical" style="height: 1em; margin-left: 1rem"></wa-divider>
8080
<article class="wa-flank" style="flex-wrap: nowrap">
8181
<wa-avatar style="--size: 2rem">
8282
<wa-icon slot="icon" name="tree-deciduous"></wa-icon>
@@ -86,7 +86,7 @@ description: 'Track and organize recent user actions or events.'
8686
<wa-format-date date="2025-09-15" month="short" day="numeric"></wa-format-date>
8787
</div>
8888
</article>
89-
<wa-divider vertical style="height: 1em; margin-left: 1rem"></wa-divider>
89+
<wa-divider orientation="vertical" style="height: 1em; margin-left: 1rem"></wa-divider>
9090
<article class="wa-flank" style="flex-wrap: nowrap">
9191
<wa-avatar style="--size: 2rem">
9292
<wa-icon slot="icon" name="crate-apple"></wa-icon>
@@ -218,7 +218,7 @@ description: 'Track and organize recent user actions or events.'
218218
</div>
219219
</wa-card>
220220
<div class="wa-flank wa-gap-xl">
221-
<wa-divider vertical style="height: auto; align-self: stretch"></wa-divider>
221+
<wa-divider orientation="vertical" style="height: auto; align-self: stretch"></wa-divider>
222222
<ul class="wa-stack">
223223
<li class="wa-stack wa-gap-2xs">
224224
<wa-card>

docs/docs/patterns/app/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ isPro: true
5151
</p>
5252
</li>
5353
<div class="wa-flank wa-gap-xl">
54-
<wa-divider vertical style="height: auto; align-self: stretch"></wa-divider>
54+
<wa-divider orientation="vertical" style="height: auto; align-self: stretch"></wa-divider>
5555
<ul class="wa-stack">
5656
<li class="wa-stack wa-gap-2xs">
5757
<div class="wa-flank">

docs/docs/patterns/app/description-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ isPro: true
195195
</span>
196196
<div class="wa-cluster wa-gap-2xs">
197197
<wa-button appearance="plain" variant="brand" size="small">Download</wa-button>
198-
<wa-divider vertical style="height: 1em"></wa-divider>
198+
<wa-divider orientation="vertical" style="height: 1em"></wa-divider>
199199
<wa-button appearance="plain" variant="danger" size="small">Delete</wa-button>
200200
</div>
201201
</div>
@@ -210,7 +210,7 @@ isPro: true
210210
</span>
211211
<div class="wa-cluster wa-gap-2xs">
212212
<wa-button appearance="plain" variant="brand" size="small">Download</wa-button>
213-
<wa-divider vertical style="height: 1em"></wa-divider>
213+
<wa-divider orientation="vertical" style="height: 1em"></wa-divider>
214214
<wa-button appearance="plain" variant="danger" size="small">Delete</wa-button>
215215
</div>
216216
</div>

docs/docs/patterns/ecommerce/order-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ isPro: true
102102
>Order placed
103103
<wa-format-date date="2025-02-26T09:00:00-04:00" month="long" day="numeric" year="numeric"></wa-format-date
104104
></span>
105-
<wa-divider vertical style="height: 2em"></wa-divider>
105+
<wa-divider orientation="vertical" style="height: 2em"></wa-divider>
106106
<span>Order # 45646456-4656-4542</span>
107107
</div>
108108
<wa-button size="small" appearance="outlined" pill>View Invoice</wa-button>

docs/docs/patterns/ecommerce/product-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ isPro: true
2424
<div class="wa-stack wa-gap-xl">
2525
<div class="wa-cluster">
2626
<span class="wa-heading-2xl">$32</span>
27-
<wa-divider vertical style="height: 2em"></wa-divider>
27+
<wa-divider orientation="vertical" style="height: 2em"></wa-divider>
2828
<wa-rating label="Rating" value="3.75" readonly></wa-rating>
2929
<a href="" class="wa-caption-m">36 Reviews</a>
3030
</div>

0 commit comments

Comments
 (0)