@aurodesignsystem-dev/auro-tail 0.0.0-pr27.4 → 0.0.0-pr27.5
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 +2 -2
- package/package.json +1 -1
package/demo/api.md
CHANGED
|
@@ -100,8 +100,8 @@ Make tails clickable by adding an `href` attribute. This displays a clickable li
|
|
|
100
100
|
- `md`, `lg`, `xl`, `2xl`
|
|
101
101
|
|
|
102
102
|
#### Customizing the label:
|
|
103
|
-
- Use the `
|
|
104
|
-
- If no
|
|
103
|
+
- Use the default slot (no `slot` attribute) to provide custom link text
|
|
104
|
+
- If no slotted content is provided, a default label is inserted automatically
|
|
105
105
|
|
|
106
106
|
```html
|
|
107
107
|
<auro-tail tail="HA" size="md" href="https://hawaiianairlines.com/">
|
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.5",
|
|
11
11
|
"description": "auro-tail HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|