Skip to content

Commit

Permalink
docs(fluid): add missing jsdoc for fluid attribute #137
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Sidor authored and blackfalcon committed Dec 7, 2022
1 parent ed705fb commit bbfcf13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| Property | Attribute | Type | Default | Description |
|------------------|------------------|-----------|---------|--------------------------------------------------|
| `download` | `download` | `Boolean` | false | Specifies that the target will be downloaded when a user clicks on the hyperlink. |
| `fluid` | `fluid` | `boolean` | | |
| `fluid` | `fluid` | `Boolean` | | Modifier for `type="cta"` fluid-width UI option. |
| `href` | `href` | `String` | | Specifies the URL of the page link. |
| `ondark` | `ondark` | `Boolean` | false | Specifies dark theme use of hyperlink. |
| `referrerpolicy` | `referrerpolicy` | `Boolean` | | Sets `strict-origin-when-cross-origin` to send a full URL when performing a same-origin request, only sends the origin when the protocol security level stays the same (HTTPS→HTTPS), and sends no header to a less secure destination (HTTPS→HTTP). |
Expand Down
1 change: 1 addition & 0 deletions src/auro-hyperlink.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import styleCssFixed from './style-fixed-css.js';
* `<auro-hyperlink>` is a wrapper components for an HTML `<a>` element containing styling and behavior.
*
* @attr {Boolean} download - Specifies that the target will be downloaded when a user clicks on the hyperlink.
* @attr {Boolean} fluid - Modifier for `type="cta"` fluid-width UI option.
* @attr {Boolean} ondark - Specifies dark theme use of hyperlink.
* @attr {Boolean} relative - Add flag to disable auto URL re-write feature.
* @attr {Boolean} secondary - Modifier for `type="cta"` secondary UI option.
Expand Down

0 comments on commit bbfcf13

Please sign in to comment.