@micromag/fields 0.3.820 → 0.3.821
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/all.js +10 -0
- package/es/index.js +10 -0
- package/package.json +2 -2
package/es/all.js
CHANGED
|
@@ -2137,6 +2137,16 @@ var quizAnswer = {
|
|
|
2137
2137
|
"value": "Label"
|
|
2138
2138
|
}]
|
|
2139
2139
|
})
|
|
2140
|
+
}, {
|
|
2141
|
+
name: 'visual',
|
|
2142
|
+
type: 'visual',
|
|
2143
|
+
label: defineMessage({
|
|
2144
|
+
id: "xT/onn",
|
|
2145
|
+
defaultMessage: [{
|
|
2146
|
+
"type": 0,
|
|
2147
|
+
"value": "Image"
|
|
2148
|
+
}]
|
|
2149
|
+
})
|
|
2140
2150
|
}, {
|
|
2141
2151
|
name: 'good',
|
|
2142
2152
|
type: 'true-false',
|
package/es/index.js
CHANGED
|
@@ -2194,6 +2194,16 @@ var quizAnswer = {
|
|
|
2194
2194
|
"value": "Label"
|
|
2195
2195
|
}]
|
|
2196
2196
|
})
|
|
2197
|
+
}, {
|
|
2198
|
+
name: 'visual',
|
|
2199
|
+
type: 'visual',
|
|
2200
|
+
label: defineMessage({
|
|
2201
|
+
id: "xT/onn",
|
|
2202
|
+
defaultMessage: [{
|
|
2203
|
+
"type": 0,
|
|
2204
|
+
"value": "Image"
|
|
2205
|
+
}]
|
|
2206
|
+
})
|
|
2197
2207
|
}, {
|
|
2198
2208
|
name: 'good',
|
|
2199
2209
|
type: 'true-false',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/fields",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.821",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"access": "public",
|
|
106
106
|
"registry": "https://registry.npmjs.org/"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "090299f5def48c4e11580b7ac83e36659d04153f"
|
|
109
109
|
}
|