@micromag/screen-keypad 0.3.435 → 0.3.437
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 +1 -0
- package/lib/index.js +1 -0
- package/package.json +18 -18
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.
|
|
3
|
+
"version": "0.3.437",
|
|
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.
|
|
68
|
-
"@micromag/element-background": "^0.3.
|
|
69
|
-
"@micromag/element-button": "^0.3.
|
|
70
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
71
|
-
"@micromag/element-container": "^0.3.
|
|
72
|
-
"@micromag/element-footer": "^0.3.
|
|
73
|
-
"@micromag/element-grid": "^0.3.
|
|
74
|
-
"@micromag/element-header": "^0.3.
|
|
75
|
-
"@micromag/element-heading": "^0.3.
|
|
76
|
-
"@micromag/element-keypad": "^0.3.
|
|
77
|
-
"@micromag/element-layout": "^0.3.
|
|
78
|
-
"@micromag/element-scroll": "^0.3.
|
|
79
|
-
"@micromag/element-text": "^0.3.
|
|
80
|
-
"@micromag/element-urbania-author": "^0.3.
|
|
81
|
-
"@micromag/element-visual": "^0.3.
|
|
82
|
-
"@micromag/transforms": "^0.3.
|
|
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": "
|
|
97
|
+
"gitHead": "6d102018a50c0ecaeb65c6f530d314998bd6e62a"
|
|
98
98
|
}
|