@micromag/screen-quiz 0.3.820 → 0.3.822
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 +2 -2
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -1826,7 +1826,7 @@ var definition = [{
|
|
|
1826
1826
|
}, {
|
|
1827
1827
|
name: 'keypadLayout',
|
|
1828
1828
|
type: 'keypad-layout',
|
|
1829
|
-
isList:
|
|
1829
|
+
isList: true,
|
|
1830
1830
|
withoutLabel: true,
|
|
1831
1831
|
defaultValue: {
|
|
1832
1832
|
columnAlign: 'middle',
|
|
@@ -2137,7 +2137,7 @@ var definition = [{
|
|
|
2137
2137
|
}, {
|
|
2138
2138
|
name: 'keypadLayout',
|
|
2139
2139
|
type: 'keypad-layout',
|
|
2140
|
-
isList:
|
|
2140
|
+
isList: true,
|
|
2141
2141
|
withoutLabel: true,
|
|
2142
2142
|
defaultValue: {
|
|
2143
2143
|
columnAlign: 'middle',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.822",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"access": "public",
|
|
90
90
|
"registry": "https://registry.npmjs.org/"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "26dc64de31584860c90ba13ca45d546452873c4a"
|
|
93
93
|
}
|