@micromag/fields 0.3.821 → 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/all.js +11 -0
- package/es/index.js +11 -0
- package/package.json +2 -2
package/es/all.js
CHANGED
|
@@ -2157,6 +2157,17 @@ var quizAnswer = {
|
|
|
2157
2157
|
"value": "Answer icon value"
|
|
2158
2158
|
}]
|
|
2159
2159
|
})
|
|
2160
|
+
}, {
|
|
2161
|
+
name: 'buttonLayout',
|
|
2162
|
+
type: 'button-layout',
|
|
2163
|
+
label: defineMessage({
|
|
2164
|
+
id: "OPxJx/",
|
|
2165
|
+
defaultMessage: [{
|
|
2166
|
+
"type": 0,
|
|
2167
|
+
"value": "Layout"
|
|
2168
|
+
}]
|
|
2169
|
+
}),
|
|
2170
|
+
types: ['label-bottom', 'label-top', 'no-label', 'label-over', 'label-left', 'label-right']
|
|
2160
2171
|
}, {
|
|
2161
2172
|
name: 'result',
|
|
2162
2173
|
type: 'text-element',
|
package/es/index.js
CHANGED
|
@@ -2214,6 +2214,17 @@ var quizAnswer = {
|
|
|
2214
2214
|
"value": "Answer icon value"
|
|
2215
2215
|
}]
|
|
2216
2216
|
})
|
|
2217
|
+
}, {
|
|
2218
|
+
name: 'buttonLayout',
|
|
2219
|
+
type: 'button-layout',
|
|
2220
|
+
label: defineMessage({
|
|
2221
|
+
id: "OPxJx/",
|
|
2222
|
+
defaultMessage: [{
|
|
2223
|
+
"type": 0,
|
|
2224
|
+
"value": "Layout"
|
|
2225
|
+
}]
|
|
2226
|
+
}),
|
|
2227
|
+
types: ['label-bottom', 'label-top', 'no-label', 'label-over', 'label-left', 'label-right']
|
|
2217
2228
|
}, {
|
|
2218
2229
|
name: 'result',
|
|
2219
2230
|
type: 'text-element',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/fields",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.822",
|
|
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": "26dc64de31584860c90ba13ca45d546452873c4a"
|
|
109
109
|
}
|