@micromag/element-button 0.3.80 → 0.3.88

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.
package/es/index.js CHANGED
@@ -94,12 +94,10 @@ var Button = function Button(_ref) {
94
94
  } : null);
95
95
  borderStyles = {
96
96
  borderRadius: borderRadius + borderWidth,
97
- // backgroundColor: borderColor,
98
97
  borderWidth: borderWidth,
99
98
  borderColor: borderColor,
100
99
  borderStyle: borderStyle,
101
- display: inline ? 'inline-block' : null // width: `calc(100% - ${borderWidth || 0}px)`,
102
-
100
+ display: inline ? 'inline-block' : null
103
101
  };
104
102
  }
105
103
 
package/lib/index.js CHANGED
@@ -105,12 +105,10 @@ var Button = function Button(_ref) {
105
105
  } : null);
106
106
  borderStyles = {
107
107
  borderRadius: borderRadius + borderWidth,
108
- // backgroundColor: borderColor,
109
108
  borderWidth: borderWidth,
110
109
  borderColor: borderColor,
111
110
  borderStyle: borderStyle,
112
- display: inline ? 'inline-block' : null // width: `calc(100% - ${borderWidth || 0}px)`,
113
-
111
+ display: inline ? 'inline-block' : null
114
112
  };
115
113
  }
116
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-button",
3
- "version": "0.3.80",
3
+ "version": "0.3.88",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.80",
52
+ "@micromag/core": "^0.3.88",
53
53
  "classnames": "^2.2.6",
54
54
  "prop-types": "^15.7.2",
55
55
  "react-intl": "^5.12.1",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "3fdbc1c17e63df2cbe671bd08a19d21cd32754b9"
61
+ "gitHead": "d0fb1f7d4ae6bfa1fd07dc856307c1c4225ab889"
62
62
  }