Skip to content

Commit 9d23c67

Browse files
committed
docs: update examples based on design feedback
1 parent 722adb5 commit 9d23c67

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You can do this by importing only the component class and using the `register(na
118118
<custom-tail tail="AS" size="2xl"></custom-tail>
119119
<custom-tail-group size="lg">
120120
<custom-tail tail="HA"></custom-tail>
121-
<custom-tail tail="DL"></custom-tail>
121+
<custom-tail tail="AA"></custom-tail>
122122
</custom-tail-group>
123123
<!-- AURO-GENERATED-CONTENT:END -->
124124
</div>
@@ -131,7 +131,7 @@ You can do this by importing only the component class and using the `register(na
131131
<custom-tail tail="AS" size="2xl"></custom-tail>
132132
<custom-tail-group size="lg">
133133
<custom-tail tail="HA"></custom-tail>
134-
<custom-tail tail="DL"></custom-tail>
134+
<custom-tail tail="AA"></custom-tail>
135135
</custom-tail-group>
136136
```
137137
<!-- AURO-GENERATED-CONTENT:END -->

apiExamples/custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
<custom-tail-group size="lg">
44
<custom-tail tail="HA"></custom-tail>
5-
<custom-tail tail="DL"></custom-tail>
5+
<custom-tail tail="AA"></custom-tail>
66
</custom-tail-group>

apiExamples/overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<auro-tail tail="AS"></auro-tail>
1+
<auro-tail tail="AS" badge="oneworld"></auro-tail>
22

3-
<auro-tail tail="HA" size="lg" badge="oneworld"></auro-tail>
3+
<auro-tail tail="HA" size="lg"></auro-tail>
44

55
<auro-tail-group layout="horizontal" size="lg" style="--ds-auro-tail-border-color: var(--ds-basic-color-brand-primary)">
66
<auro-tail tail="AS"></auro-tail>
@@ -12,4 +12,4 @@
1212
<auro-tail tail="HA"></auro-tail>
1313
</auro-tail-group>
1414

15-
<auro-tail tail="PR" size="xl" variant="outline" style="--ds-auro-tail-border-width: 3px; --ds-auro-tail-border-color: red"></auro-tail>
15+
<auro-tail tail="PR" size="xl" variant="outline"></auro-tail>

docs/partials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This file is generated based on a template fetched from `./docs/partials/index.m
1414
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/useCases.md) -->
1515
<!-- AURO-GENERATED-CONTENT:END -->
1616

17-
## Example(s)
17+
## Examples
1818

1919
<div class="exampleWrapper">
2020
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/overview.html) -->

0 commit comments

Comments
 (0)