@micromag/element-button 0.3.181 → 0.3.182

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
@@ -92,7 +92,9 @@ var Button = function Button(_ref) {
92
92
  onClick: onClick,
93
93
  refButton: refButton,
94
94
  type: type,
95
- focusable: focusable
95
+ focusable: focusable,
96
+ withoutBoostrapStyles: true // @todo viewer should not be embarking any BS styles
97
+
96
98
  }, otherProps), children);
97
99
  };
98
100
 
package/lib/index.js CHANGED
@@ -103,7 +103,9 @@ var Button = function Button(_ref) {
103
103
  onClick: onClick,
104
104
  refButton: refButton,
105
105
  type: type,
106
- focusable: focusable
106
+ focusable: focusable,
107
+ withoutBoostrapStyles: true // @todo viewer should not be embarking any BS styles
108
+
107
109
  }, otherProps), children);
108
110
  };
109
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-button",
3
- "version": "0.3.181",
3
+ "version": "0.3.182",
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.181",
52
+ "@micromag/core": "^0.3.182",
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": "8eadaa7f17c86bf2f8f80cb13bfdd3f6295d29d5"
61
+ "gitHead": "3fdd215df2c83f292063fba88077d88be5718955"
62
62
  }