@micromag/element-button 0.3.820 → 0.3.823
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 +0 -3
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -194,9 +194,6 @@ var RichButton = function RichButton(_ref) {
|
|
|
194
194
|
var showLabel = layout !== 'no-label';
|
|
195
195
|
var defaultWidth = (layout === 'label-left' || layout === 'label-right') && hasBody && hasVisual ? '30%' : '100%';
|
|
196
196
|
var finalLayout = hasVisual ? layout : null;
|
|
197
|
-
|
|
198
|
-
// console.log('finalLayout', finalLayout);
|
|
199
|
-
|
|
200
197
|
return /*#__PURE__*/React.createElement(Tag, Object.assign({
|
|
201
198
|
type: type,
|
|
202
199
|
textStyle: textStyle,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-button",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.823",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"access": "public",
|
|
72
72
|
"registry": "https://registry.npmjs.org/"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "efd3562981f1148d707bf567cce77142350f59f5"
|
|
75
75
|
}
|