@meetalva/alva-design
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -18,3 +18,3 @@ "use strict"; | ||
React.createElement(copy_1.Copy, { color: colors_1.Color.Grey70 }, | ||
React.createElement("a", { href: props.linkHref, style: { textDecoration: 'none', color: 'inherit' } }, props.linkText))), | ||
React.createElement("a", { href: props.linkHref, target: "_blank", style: { textDecoration: 'none', color: 'inherit' } }, props.linkText))), | ||
React.createElement(space_1.Space, { size: space_1.SpaceSize.S }), | ||
@@ -21,0 +21,0 @@ React.createElement(button_1.Button, { order: button_1.ButtonOrder.Primary, onClick: props.buttonOnClick }, props.buttonText))); |
{ | ||
"name": "@meetalva/alva-design", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Every component used for the official Alva website", | ||
@@ -5,0 +5,0 @@ "alva": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
453413