Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into icons-refactoring
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/desktop/src/logo-block-link/LogoBlockLink.md
  • Loading branch information
dimonka83 committed Aug 23, 2019
2 parents b672730 + edbaa7b commit 2a878e9
Show file tree
Hide file tree
Showing 19 changed files with 1,482 additions and 43 deletions.
21 changes: 21 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [@qiwi/pijma-desktop-v1.69.1](https://github.com/qiwi/pijma/compare/v1.69.0...v1.69.1) (2019-08-22)


### Bug Fixes

* **desktop:** logo block link ([3f9040e](https://github.com/qiwi/pijma/commit/3f9040e))

# [@qiwi/pijma-desktop-v1.69.0](https://github.com/qiwi/pijma/compare/v1.68.0...v1.69.0) (2019-08-22)


### Features

* logo block link improvements ([6006c08](https://github.com/qiwi/pijma/commit/6006c08))

# [@qiwi/pijma-desktop-v1.68.0](https://github.com/qiwi/pijma/compare/v1.67.0...v1.68.0) (2019-08-20)


### Features

* logo link ([94d01e6](https://github.com/qiwi/pijma/commit/94d01e6))

# [@qiwi/pijma-desktop-v1.67.0](https://github.com/qiwi/pijma/compare/v1.66.1...v1.67.0) (2019-08-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/pijma-desktop",
"version": "1.67.0",
"version": "1.69.1",
"main": "lib/es5/index.js",
"types": "lib/es5/index.d.ts",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/desktop/src/button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export const Button: FunctionComponent<ButtonProps> = (props) => (
transition="all 300ms cubic-bezier(0.4, 0.0, 0.2, 1)"
children={React.cloneElement(props.icon, {
color: props.disabled ? '#666' : props.kind === 'brand' ? '#fff' : '#000',
size: 1,
})}
/>
) : (
Expand Down
1 change: 1 addition & 0 deletions packages/desktop/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export * from './pagination'
export * from './header-menu'
export * from './header'
export * from './status'
export * from './logo-link'

export {TextField as MaskTextField} from './text-field'
export {PasswordField as MaskPasswordField} from './password-field'
Loading

0 comments on commit 2a878e9

Please sign in to comment.