@aurodesignsystem-dev/auro-hyperlink 0.0.0-pr334.0 → 0.0.0-pr344.0
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/custom-elements.json
CHANGED
package/demo/api.md
CHANGED
|
@@ -177,7 +177,7 @@ For link security purposes, when using the `target="_blank"` attribute, this imp
|
|
|
177
177
|
Example link with
|
|
178
178
|
<auro-hyperlink
|
|
179
179
|
target="_blank"
|
|
180
|
-
href="https://
|
|
180
|
+
href="https://auro.alaskaair.com">
|
|
181
181
|
external target
|
|
182
182
|
</auro-hyperlink>
|
|
183
183
|
but same domain
|
|
@@ -199,7 +199,7 @@ For link security purposes, when using the `target="_blank"` attribute, this imp
|
|
|
199
199
|
<auro-hyperlink
|
|
200
200
|
appearance="inverse"
|
|
201
201
|
target="_blank"
|
|
202
|
-
href="https://
|
|
202
|
+
href="https://auro.alaskaair.com">
|
|
203
203
|
external target
|
|
204
204
|
</auro-hyperlink>
|
|
205
205
|
but same domain
|
|
@@ -224,7 +224,7 @@ For link security purposes, when using the `target="_blank"` attribute, this imp
|
|
|
224
224
|
Example link with
|
|
225
225
|
<auro-hyperlink
|
|
226
226
|
target="_blank"
|
|
227
|
-
href="https://
|
|
227
|
+
href="https://auro.alaskaair.com">
|
|
228
228
|
external target
|
|
229
229
|
</auro-hyperlink>
|
|
230
230
|
but same domain
|
|
@@ -247,7 +247,7 @@ Example link with
|
|
|
247
247
|
<auro-hyperlink
|
|
248
248
|
appearance="inverse"
|
|
249
249
|
target="_blank"
|
|
250
|
-
href="https://
|
|
250
|
+
href="https://auro.alaskaair.com">
|
|
251
251
|
external target
|
|
252
252
|
</auro-hyperlink>
|
|
253
253
|
but same domain
|