Merge branch 'feature/files' of github.com:ONLYOFFICE/AppServer into feature/files

This commit is contained in:
Artem Tarasov 2020-08-19 18:17:02 +03:00
commit d7133d88d2
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,3 +1,3 @@
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 2.5C17 3.88071 15.8807 5 14.5 5C13.1193 5 12 3.88071 12 2.5C12 1.11929 13.1193 0 14.5 0C15.8807 0 17 1.11929 17 2.5ZM14.5 11C15.8807 11 17 9.88071 17 8.5C17 7.11929 15.8807 6 14.5 6C13.1193 6 12 7.11929 12 8.5C12 9.88071 13.1193 11 14.5 11ZM14.5 17C15.8807 17 17 15.8807 17 14.5C17 13.1193 15.8807 12 14.5 12C13.1193 12 12 13.1193 12 14.5C12 15.8807 13.1193 17 14.5 17Z" fill="#A3A9AE"/>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 2C16 3.10457 15.1046 4 14 4C12.8954 4 12 3.10457 12 2C12 0.89543 12.8954 0 14 0C15.1046 0 16 0.89543 16 2ZM14 10C15.1046 10 16 9.10457 16 8C16 6.89543 15.1046 6 14 6C12.8954 6 12 6.89543 12 8C12 9.10457 12.8954 10 14 10ZM14 16C15.1046 16 16 15.1046 16 14C16 12.8954 15.1046 12 14 12C12.8954 12 12 12.8954 12 14C12 15.1046 12.8954 16 14 16Z" fill="#A3A9AE"/>
</svg>

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 514 B

View File

@ -126,7 +126,7 @@ class Row extends React.Component {
<StyledContent className="row_content">{children}</StyledContent>
<StyledOptionButton className="row_context-menu-wrapper" spacerWidth={contextButtonSpacerWidth}>
{renderContext
? (<ContextMenuButton onClick={selectItem} className="expandButton" directionX="right" getData={getOptions} />)
? (<ContextMenuButton isFill color='#A3A9AE' hoverColor='#657077' onClick={selectItem} className="expandButton" directionX="right" getData={getOptions} />)
: (<div className="expandButton">{' '}</div>)}
</StyledOptionButton>
</StyledRow>