@aurodesignsystem-dev/auro-hyperlink 0.0.0-pr328.0 → 0.0.0-pr328.2

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/README.md CHANGED
@@ -21,7 +21,7 @@ The following sections are editable by making changes to the following files:
21
21
 
22
22
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/description.md) -->
23
23
  <!-- The below content is automatically added from ./docs/partials/description.md -->
24
- The `<auro-hyperlink>` element is a wrapper element for an HTML `<a>` element containing styling and behavior.
24
+ The `<auro-hyperlink>` element is a wrapper for an HTML5 `<a>` anchor element. This contains styling enabling multi-brand theme support as well as behavior and accessibility improvements over the HTML5 standard anchor element.
25
25
  <!-- AURO-GENERATED-CONTENT:END -->
26
26
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/readmeAddlInfo.md) -->
27
27
  <!-- The below content is automatically added from ./docs/partials/readmeAddlInfo.md -->
@@ -14,7 +14,7 @@
14
14
  "declarations": [
15
15
  {
16
16
  "kind": "class",
17
- "description": "The `auro-hyperlink` element wraps an HTML `<a>` element, providing additional styling and behavior.",
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,8 @@
8
8
 
9
9
  # auro-hyperlink
10
10
 
11
- The `auro-hyperlink` element wraps an HTML `<a>` element, providing additional styling and behavior.
11
+ The `<auro-hyperlink>` element is a wrapper for an HTML5 `<a>` anchor element.
12
+ This contains styling enabling multi-brand theme support as well as behavior and accessibility improvements over the HTML5 standard anchor element.
12
13
 
13
14
  ### Properties & Attributes
14
15
 
@@ -114,7 +115,7 @@ Relative href converted to absolute URL to <a class="hyperlink" href="https://ww
114
115
 
115
116
  #### HTTPS Enforcement
116
117
 
117
- Regardless of protocol used with `http` property, `auro-hyperlink` will rewrite the final reference with the correct `https` protocol.
118
+ Regardless of protocol used with `href` attribute, `auro-hyperlink` will rewrite the final reference with the correct `https` protocol.
118
119
 
119
120
  <div class="exampleWrapper">
120
121
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/https-enforcement.html) -->
@@ -163,7 +164,7 @@ Example of a <a class="hyperlink" href="https://auro.alaskaair.com/components/au
163
164
  <!-- AURO-GENERATED-CONTENT:END -->
164
165
  </auro-accordion>
165
166
 
166
- #### Using telephone/text/mailto URLs protocols
167
+ #### Using telephone/text/mailto URLs Schemes
167
168
 
168
169
  <div class="exampleWrapper">
169
170
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/URLscheme.html) -->
@@ -1157,7 +1157,8 @@ 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 `auro-hyperlink` element wraps an HTML `<a>` element, providing additional styling and behavior.
1160
+ * The `<auro-hyperlink>` element is a wrapper for an HTML5 `<a>` anchor element.
1161
+ * This contains styling enabling multi-brand theme support as well as behavior and accessibility improvements over the HTML5 standard anchor element.
1161
1162
  * @customElement auro-hyperlink
1162
1163
  *
1163
1164
  * @forcePrivate {'layout'}
package/demo/index.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/description.md) -->
10
10
  <!-- The below content is automatically added from ./../docs/partials/description.md -->
11
- The `<auro-hyperlink>` element is a wrapper element for an HTML `<a>` element containing styling and behavior.
11
+ The `<auro-hyperlink>` element is a wrapper for an HTML5 `<a>` anchor element. This contains styling enabling multi-brand theme support as well as behavior and accessibility improvements over the HTML5 standard anchor element.
12
12
  <!-- AURO-GENERATED-CONTENT:END -->
13
13
 
14
14
  ## Use Cases
package/dist/index.d.ts CHANGED
@@ -121,7 +121,8 @@ export type AuroHyperlinkProps = {
121
121
 
122
122
 
123
123
  /**
124
- * The `auro-hyperlink` element wraps an HTML `<a>` element, providing additional styling and behavior.
124
+ * The `<auro-hyperlink>` element is a wrapper for an HTML5 `<a>` anchor element.
125
+ * This contains styling enabling multi-brand theme support as well as behavior and accessibility improvements over the HTML5 standard anchor element.
125
126
  *
126
127
  * ## Attributes & Properties
127
128
  *
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.0",
10
+ "version": "0.0.0-pr328.2",
11
11
  "description": "auro-hyperlink HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",