@micromag/screen-keypad 0.3.638 → 0.3.640

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.
Files changed (2) hide show
  1. package/es/index.js +0 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -242,7 +242,6 @@ var KeypadScreen = function KeypadScreen(_ref) {
242
242
  var popupLayoutClassName = useMemo(function () {
243
243
  return popupLayout !== null ? camelCase(popupLayout) : '';
244
244
  }, [popupLayout]);
245
- console.log('popupLayoutClassName', popupLayoutClassName);
246
245
  var _useState = useState(false),
247
246
  _useState2 = _slicedToArray(_useState, 2),
248
247
  showPopup = _useState2[0],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-keypad",
3
- "version": "0.3.638",
3
+ "version": "0.3.640",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -95,5 +95,5 @@
95
95
  "access": "public",
96
96
  "registry": "https://registry.npmjs.org/"
97
97
  },
98
- "gitHead": "3da246905201a39de1a4a723d3680959da9c63eb"
98
+ "gitHead": "cde867c88b0975b1993da27034a76e1b683f9a52"
99
99
  }