web: components: change Link default props, bump version

This commit is contained in:
Daniil Senkiv 2019-12-14 13:42:10 +03:00
parent 5eeff88737
commit 461b2ef7e5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "asc-web-components",
"version": "1.0.239",
"version": "1.0.240",
"description": "Ascensio System SIA component library",
"license": "AGPL-3.0",
"main": "dist/asc-web-components.js",

View File

@ -78,7 +78,7 @@ Link.defaultProps = {
isBold: false,
isHovered: false,
isSemitransparent: false,
isTextOverflow: true,
isTextOverflow: false,
rel: "noopener noreferrer",
tabIndex: -1,
type: "page",