beem-component 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61,9 +61,9 @@ var Dropdown = function Dropdown(value, rest) {
61
61
 
62
62
  if (!value.expandIcon) {
63
63
  return value.toggle ? /*#__PURE__*/_react.default.createElement(_iconStyles.BmIcons, _extends({
64
- icon: /*#__PURE__*/_react.default.createElement(_icons.KeyboardArrowDown, null)
65
- }, rest)) : /*#__PURE__*/_react.default.createElement(_iconStyles.BmIcons, _extends({
66
64
  icon: /*#__PURE__*/_react.default.createElement(_icons.KeyboardArrowUp, null)
65
+ }, rest)) : /*#__PURE__*/_react.default.createElement(_iconStyles.BmIcons, _extends({
66
+ icon: /*#__PURE__*/_react.default.createElement(_icons.KeyboardArrowDown, null)
67
67
  }, rest));
68
68
  }
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beem-component",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "private": false,
5
5
  "main": "dist/components/index.js",
6
6
  "scripts": {
@@ -13,9 +13,9 @@ const Dropdown = (value, rest) => {
13
13
  }
14
14
  if (!value.expandIcon) {
15
15
  return value.toggle ? (
16
- <BmIcons icon={<KeyboardArrowDown />} {...rest} />
17
- ) : (
18
16
  <BmIcons icon={<KeyboardArrowUp />} {...rest} />
17
+ ) : (
18
+ <BmIcons icon={<KeyboardArrowDown />} {...rest} />
19
19
  );
20
20
  }
21
21
  if (value.expandIcon && value.expandIcon !== "none") {