@micromag/screen-keypad 0.3.759 → 0.3.760

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 +1 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -536,7 +536,7 @@ var KeypadScreen = function KeypadScreen(_ref) {
536
536
  textStyle: finalTextStyle
537
537
  })) : null)));
538
538
  });
539
- }, [items, screenState, keypadSettings, buttonAlignment, buttonBoxStyle, buttonTextStyle, buttonLayout, clickDisabled]);
539
+ }, [items, screenState, keypadSettings, buttonAlignment, buttonBoxStyle, buttonTextStyle, buttonLayout, isNotInteractive]);
540
540
  useEffect(function () {
541
541
  if (screenState === 'popup' && isPlaceholder) {
542
542
  setPopup(placeholderPopupBoxStyles); // @note force placeholder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-keypad",
3
- "version": "0.3.759",
3
+ "version": "0.3.760",
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": "c1356f90b8c8ac48369c1500207127706a41e6ba"
98
+ "gitHead": "f40ecc7dc196ef6798d2741e0ca59e54788775f5"
99
99
  }