@micromag/element-button 0.3.307 → 0.3.311

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