@paulpopat/bakery
Advanced tools
Comparing version 0.2.18 to 0.2.19
@@ -25,4 +25,4 @@ { | ||
"main": "bundle.min.js", | ||
"version": "0.2.18", | ||
"version": "0.2.19", | ||
"description": "Simple web components for all of your web application needs." | ||
} |
@@ -791,3 +791,3 @@ import "../bundle.min"; | ||
* A styled link for usage around the site. | ||
* @param props.href - The URL to send the user to if the button is being used as a link. | ||
* @param props.href - (*optional*) The URL to send the user to if the button is being used as a link. If not provided then the link will simply function as a button. | ||
* @param props.target - (*optional*) The standard target from an anchor element. | ||
@@ -800,3 +800,3 @@ * @param props.private - If set then the link will be treated as external. This means that `rel="noreferrer noopener"` will be applied. | ||
"t-link": { | ||
"href": string; | ||
"href"?: string; | ||
"target"?: target; | ||
@@ -803,0 +803,0 @@ "private"?: boolean; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
479873
8125