@atlaskit/flag
Advanced tools
Comparing version 6.2.2 to 6.3.0
# @atlaskit/flag | ||
## 6.3.0 | ||
- [minor] Update the expand button to medium size [05d8bd5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/05d8bd5) | ||
## 6.2.2 | ||
@@ -4,0 +9,0 @@ |
@@ -115,3 +115,3 @@ 'use strict'; | ||
}, | ||
_react2.default.createElement(ButtonIcon, { label: buttonLabel, size: 'small' }) | ||
_react2.default.createElement(ButtonIcon, { label: buttonLabel, size: 'large' }) | ||
); | ||
@@ -118,0 +118,0 @@ }, _this.renderBody = function () { |
@@ -68,3 +68,3 @@ import _extends from 'babel-runtime/helpers/extends'; | ||
}, | ||
React.createElement(ButtonIcon, { label: buttonLabel, size: 'small' }) | ||
React.createElement(ButtonIcon, { label: buttonLabel, size: 'large' }) | ||
); | ||
@@ -71,0 +71,0 @@ }, _this.renderBody = function () { |
{ | ||
"name": "@atlaskit/flag", | ||
"version": "6.2.1" | ||
"version": "6.2.2" | ||
} |
{ | ||
"name": "@atlaskit/flag", | ||
"version": "6.2.2", | ||
"version": "6.3.0", | ||
"description": "Flags are used for confirmations, alerts, and acknowledgments that require minimal user interaction.", | ||
@@ -45,2 +45,2 @@ "license": "Apache-2.0", | ||
] | ||
} | ||
} |
81702