@micromag/screen-keypad 0.3.820 → 0.3.823

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 +6 -6
package/es/index.js CHANGED
@@ -775,7 +775,7 @@ var definition = [{
775
775
  }, {
776
776
  name: 'keypadLayout',
777
777
  type: 'keypad-layout',
778
- isList: false,
778
+ isList: true,
779
779
  withoutLabel: true,
780
780
  defaultValue: {
781
781
  columnAlign: 'middle',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-keypad",
3
- "version": "0.3.820",
3
+ "version": "0.3.823",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -67,10 +67,10 @@
67
67
  "@babel/runtime": "^7.13.10",
68
68
  "@micromag/core": "^0.3.820",
69
69
  "@micromag/element-background": "^0.3.820",
70
- "@micromag/element-button": "^0.3.820",
71
- "@micromag/element-call-to-action": "^0.3.820",
70
+ "@micromag/element-button": "^0.3.823",
71
+ "@micromag/element-call-to-action": "^0.3.823",
72
72
  "@micromag/element-container": "^0.3.820",
73
- "@micromag/element-footer": "^0.3.820",
73
+ "@micromag/element-footer": "^0.3.823",
74
74
  "@micromag/element-grid": "^0.3.820",
75
75
  "@micromag/element-header": "^0.3.820",
76
76
  "@micromag/element-heading": "^0.3.820",
@@ -78,7 +78,7 @@
78
78
  "@micromag/element-layout": "^0.3.820",
79
79
  "@micromag/element-scroll": "^0.3.820",
80
80
  "@micromag/element-text": "^0.3.820",
81
- "@micromag/element-urbania-author": "^0.3.820",
81
+ "@micromag/element-urbania-author": "^0.3.823",
82
82
  "@micromag/element-visual": "^0.3.820",
83
83
  "@micromag/transforms": "^0.3.820",
84
84
  "@react-spring/core": "^9.6.1",
@@ -95,5 +95,5 @@
95
95
  "access": "public",
96
96
  "registry": "https://registry.npmjs.org/"
97
97
  },
98
- "gitHead": "c4ef0ae4055720a367551328e824ad3b111e4c9f"
98
+ "gitHead": "efd3562981f1148d707bf567cce77142350f59f5"
99
99
  }