@micromag/screen-keypad 0.3.435 → 0.3.436

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
@@ -506,6 +506,7 @@ var KeypadScreen = function KeypadScreen(_ref) {
506
506
  height: height,
507
507
  verticalAlign: layout,
508
508
  withArrow: !showPopup,
509
+ withShadow: !showPopup,
509
510
  disabled: isPreview || isPlaceholder || showPopup
510
511
  }, /*#__PURE__*/React.createElement(Layout, {
511
512
  className: styles.layout,
package/lib/index.js CHANGED
@@ -510,6 +510,7 @@ var KeypadScreen = function KeypadScreen(_ref) {
510
510
  height: height,
511
511
  verticalAlign: layout,
512
512
  withArrow: !showPopup,
513
+ withShadow: !showPopup,
513
514
  disabled: isPreview || isPlaceholder || showPopup
514
515
  }, /*#__PURE__*/React.createElement(Layout, {
515
516
  className: styles.layout,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-keypad",
3
- "version": "0.3.435",
3
+ "version": "0.3.436",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -64,22 +64,22 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@babel/runtime": "^7.13.10",
67
- "@micromag/core": "^0.3.434",
68
- "@micromag/element-background": "^0.3.434",
69
- "@micromag/element-button": "^0.3.434",
70
- "@micromag/element-call-to-action": "^0.3.434",
71
- "@micromag/element-container": "^0.3.434",
72
- "@micromag/element-footer": "^0.3.434",
73
- "@micromag/element-grid": "^0.3.434",
74
- "@micromag/element-header": "^0.3.434",
75
- "@micromag/element-heading": "^0.3.434",
76
- "@micromag/element-keypad": "^0.3.434",
77
- "@micromag/element-layout": "^0.3.434",
78
- "@micromag/element-scroll": "^0.3.434",
79
- "@micromag/element-text": "^0.3.434",
80
- "@micromag/element-urbania-author": "^0.3.434",
81
- "@micromag/element-visual": "^0.3.434",
82
- "@micromag/transforms": "^0.3.434",
67
+ "@micromag/core": "^0.3.436",
68
+ "@micromag/element-background": "^0.3.436",
69
+ "@micromag/element-button": "^0.3.436",
70
+ "@micromag/element-call-to-action": "^0.3.436",
71
+ "@micromag/element-container": "^0.3.436",
72
+ "@micromag/element-footer": "^0.3.436",
73
+ "@micromag/element-grid": "^0.3.436",
74
+ "@micromag/element-header": "^0.3.436",
75
+ "@micromag/element-heading": "^0.3.436",
76
+ "@micromag/element-keypad": "^0.3.436",
77
+ "@micromag/element-layout": "^0.3.436",
78
+ "@micromag/element-scroll": "^0.3.436",
79
+ "@micromag/element-text": "^0.3.436",
80
+ "@micromag/element-urbania-author": "^0.3.436",
81
+ "@micromag/element-visual": "^0.3.436",
82
+ "@micromag/transforms": "^0.3.436",
83
83
  "@react-spring/core": "^9.6.1",
84
84
  "@react-spring/web": "^9.6.1",
85
85
  "@use-gesture/react": "^10.2.4",
@@ -94,5 +94,5 @@
94
94
  "access": "public",
95
95
  "registry": "https://registry.npmjs.org/"
96
96
  },
97
- "gitHead": "72cbc33f4de8e3f507f85b3feefaaa18e449ce3f"
97
+ "gitHead": "75dc79aa33e0bb347135acea40eaef42351e2dd4"
98
98
  }