@aurodesignsystem-dev/auro-hyperlink 0.0.0-pr328.2 → 0.0.0-pr328.3
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 +1 -1
- package/demo/api.md +1 -1
- package/demo/auro-hyperlink.min.js +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"declarations": [
|
|
15
15
|
{
|
|
16
16
|
"kind": "class",
|
|
17
|
-
"description": "The
|
|
17
|
+
"description": "The `auro-hyperlink` element is a wrapper for an HTML5 `<a>` anchor element. \nThis contains styling enabling multi-brand theme support as well as behavior and accessibility improvements over the HTML5 standard anchor element.",
|
|
18
18
|
"name": "AuroHyperlink",
|
|
19
19
|
"cssParts": [
|
|
20
20
|
{
|
package/demo/api.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
# auro-hyperlink
|
|
10
10
|
|
|
11
|
-
The
|
|
11
|
+
The `auro-hyperlink` element is a wrapper for an HTML5 `<a>` anchor element.
|
|
12
12
|
This contains styling enabling multi-brand theme support as well as behavior and accessibility improvements over the HTML5 standard anchor element.
|
|
13
13
|
|
|
14
14
|
### Properties & Attributes
|
|
@@ -1157,7 +1157,7 @@ var tokensCss = i$5`:host(:not([type=cta])){--ds-auro-hyperlink-default-color-de
|
|
|
1157
1157
|
|
|
1158
1158
|
// See https://git.io/JJ6SJ for "How to document your components using JSDoc"
|
|
1159
1159
|
/**
|
|
1160
|
-
* The
|
|
1160
|
+
* The `auro-hyperlink` element is a wrapper for an HTML5 `<a>` anchor element.
|
|
1161
1161
|
* This contains styling enabling multi-brand theme support as well as behavior and accessibility improvements over the HTML5 standard anchor element.
|
|
1162
1162
|
* @customElement auro-hyperlink
|
|
1163
1163
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -121,7 +121,7 @@ export type AuroHyperlinkProps = {
|
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
/**
|
|
124
|
-
* The
|
|
124
|
+
* The `auro-hyperlink` element is a wrapper for an HTML5 `<a>` anchor element.
|
|
125
125
|
* This contains styling enabling multi-brand theme support as well as behavior and accessibility improvements over the HTML5 standard anchor element.
|
|
126
126
|
*
|
|
127
127
|
* ## Attributes & Properties
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-hyperlink",
|
|
10
|
-
"version": "0.0.0-pr328.
|
|
10
|
+
"version": "0.0.0-pr328.3",
|
|
11
11
|
"description": "auro-hyperlink HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|