@aurodesignsystem-dev/auro-tail 0.0.0-pr27.2 → 0.0.0-pr27.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/demo/api.md +4 -6
- package/package.json +1 -1
package/demo/api.md
CHANGED
|
@@ -92,14 +92,14 @@ Display predefined badges such as OneWorld Alliance using the `badge` attribute.
|
|
|
92
92
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
93
93
|
</auro-accordion>
|
|
94
94
|
|
|
95
|
-
|
|
95
|
+
### Href
|
|
96
96
|
|
|
97
97
|
Make tails clickable by adding an `href` attribute. This displays a clickable link below the tail using the `<auro-hyperlink>` component.
|
|
98
98
|
|
|
99
|
-
|
|
99
|
+
#### Supported sizes:
|
|
100
100
|
- `md`, `lg`, `xl`, `2xl`
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
#### Customizing the label:
|
|
103
103
|
- Use the `display` slot to provide custom link text
|
|
104
104
|
- If no `slot` is provided, a default label is inserted automatically
|
|
105
105
|
|
|
@@ -196,8 +196,6 @@ Set the `tail` attribute to insert a tail graphic from the `<auro-icon>` reposit
|
|
|
196
196
|
|
|
197
197
|
Tail codes from `<auro-icon>` are expected to be UPPERCASE (e.g., `AS`, not `as`).
|
|
198
198
|
|
|
199
|
-
The `tail` attribute is required.
|
|
200
|
-
|
|
201
199
|
<div class="exampleWrapper">
|
|
202
200
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/tail.html) -->
|
|
203
201
|
<!-- The below content is automatically added from ../apiExamples/tail.html -->
|
|
@@ -219,7 +217,7 @@ The `tail` attribute is required.
|
|
|
219
217
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
220
218
|
</auro-accordion>
|
|
221
219
|
|
|
222
|
-
|
|
220
|
+
#### Fallback
|
|
223
221
|
|
|
224
222
|
When the `tail` attribute is omitted or an unrecognized tail code is provided, `<auro-tail>` gracefully falls back to a default tail livery graphic rather than showing a broken icon.
|
|
225
223
|
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-tail",
|
|
10
|
-
"version": "0.0.0-pr27.
|
|
10
|
+
"version": "0.0.0-pr27.4",
|
|
11
11
|
"description": "auro-tail HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|