@micromag/screen-keypad 0.3.359 → 0.3.361

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
@@ -465,7 +465,7 @@ var KeypadScreen = function KeypadScreen(_ref) {
465
465
  ref: headerRef,
466
466
  className: styles.header,
467
467
  style: {
468
- paddingTop: spacing,
468
+ paddingTop: spacing / 2,
469
469
  paddingLeft: spacing,
470
470
  paddingRight: spacing,
471
471
  paddingBottom: spacing,
package/lib/index.js CHANGED
@@ -491,7 +491,7 @@ var KeypadScreen = function KeypadScreen(_ref) {
491
491
  ref: headerRef,
492
492
  className: styles.header,
493
493
  style: {
494
- paddingTop: spacing,
494
+ paddingTop: spacing / 2,
495
495
  paddingLeft: spacing,
496
496
  paddingRight: spacing,
497
497
  paddingBottom: spacing,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-keypad",
3
- "version": "0.3.359",
3
+ "version": "0.3.361",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -54,22 +54,22 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@babel/runtime": "^7.13.10",
57
- "@micromag/core": "^0.3.359",
58
- "@micromag/element-background": "^0.3.359",
59
- "@micromag/element-button": "^0.3.359",
60
- "@micromag/element-call-to-action": "^0.3.359",
61
- "@micromag/element-container": "^0.3.359",
62
- "@micromag/element-footer": "^0.3.359",
63
- "@micromag/element-grid": "^0.3.359",
64
- "@micromag/element-header": "^0.3.359",
65
- "@micromag/element-heading": "^0.3.359",
66
- "@micromag/element-keypad": "^0.3.359",
67
- "@micromag/element-layout": "^0.3.359",
68
- "@micromag/element-scroll": "^0.3.359",
69
- "@micromag/element-text": "^0.3.359",
70
- "@micromag/element-urbania-author": "^0.3.359",
71
- "@micromag/element-visual": "^0.3.359",
72
- "@micromag/transforms": "^0.3.359",
57
+ "@micromag/core": "^0.3.360",
58
+ "@micromag/element-background": "^0.3.360",
59
+ "@micromag/element-button": "^0.3.360",
60
+ "@micromag/element-call-to-action": "^0.3.360",
61
+ "@micromag/element-container": "^0.3.360",
62
+ "@micromag/element-footer": "^0.3.360",
63
+ "@micromag/element-grid": "^0.3.360",
64
+ "@micromag/element-header": "^0.3.360",
65
+ "@micromag/element-heading": "^0.3.360",
66
+ "@micromag/element-keypad": "^0.3.360",
67
+ "@micromag/element-layout": "^0.3.360",
68
+ "@micromag/element-scroll": "^0.3.360",
69
+ "@micromag/element-text": "^0.3.360",
70
+ "@micromag/element-urbania-author": "^0.3.360",
71
+ "@micromag/element-visual": "^0.3.360",
72
+ "@micromag/transforms": "^0.3.360",
73
73
  "@react-spring/core": "^9.6.1",
74
74
  "@react-spring/web": "^9.6.1",
75
75
  "@use-gesture/react": "^10.2.4",
@@ -84,5 +84,5 @@
84
84
  "publishConfig": {
85
85
  "access": "public"
86
86
  },
87
- "gitHead": "22eba0d01f18f8971e0405bbb41081b5e2ae80ee"
87
+ "gitHead": "846c75443d002315fbf6ec9b6e6292f7f3dfbd06"
88
88
  }