@micromag/screen-keypad 0.3.638 → 0.3.641
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 -1
- 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.
|
|
3
|
+
"version": "0.3.641",
|
|
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": "
|
|
98
|
+
"gitHead": "e104f7c5ad33c8a3a32721b42cf5efa204e1d307"
|
|
99
99
|
}
|