@micromag/screen-quiz 0.3.78 → 0.3.79
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 +20 -0
- package/lib/index.js +20 -0
- package/package.json +4 -4
package/es/index.js
CHANGED
|
@@ -1638,6 +1638,26 @@ var definition = [{
|
|
|
1638
1638
|
"value": "Buttons"
|
|
1639
1639
|
}]
|
|
1640
1640
|
})
|
|
1641
|
+
}, {
|
|
1642
|
+
name: 'answersHeadingStyle',
|
|
1643
|
+
type: 'text-style-form',
|
|
1644
|
+
label: defineMessage({
|
|
1645
|
+
id: "L0xMt7",
|
|
1646
|
+
defaultMessage: [{
|
|
1647
|
+
"type": 0,
|
|
1648
|
+
"value": "Answers headings"
|
|
1649
|
+
}]
|
|
1650
|
+
})
|
|
1651
|
+
}, {
|
|
1652
|
+
name: 'answersTextStyle',
|
|
1653
|
+
type: 'text-style-form',
|
|
1654
|
+
label: defineMessage({
|
|
1655
|
+
id: "JMq0pm",
|
|
1656
|
+
defaultMessage: [{
|
|
1657
|
+
"type": 0,
|
|
1658
|
+
"value": "Answers text"
|
|
1659
|
+
}]
|
|
1660
|
+
})
|
|
1641
1661
|
}]
|
|
1642
1662
|
}, {
|
|
1643
1663
|
name: 'background',
|
package/lib/index.js
CHANGED
|
@@ -1659,6 +1659,26 @@ var definition = [{
|
|
|
1659
1659
|
"value": "Buttons"
|
|
1660
1660
|
}]
|
|
1661
1661
|
})
|
|
1662
|
+
}, {
|
|
1663
|
+
name: 'answersHeadingStyle',
|
|
1664
|
+
type: 'text-style-form',
|
|
1665
|
+
label: reactIntl.defineMessage({
|
|
1666
|
+
id: "L0xMt7",
|
|
1667
|
+
defaultMessage: [{
|
|
1668
|
+
"type": 0,
|
|
1669
|
+
"value": "Answers headings"
|
|
1670
|
+
}]
|
|
1671
|
+
})
|
|
1672
|
+
}, {
|
|
1673
|
+
name: 'answersTextStyle',
|
|
1674
|
+
type: 'text-style-form',
|
|
1675
|
+
label: reactIntl.defineMessage({
|
|
1676
|
+
id: "JMq0pm",
|
|
1677
|
+
defaultMessage: [{
|
|
1678
|
+
"type": 0,
|
|
1679
|
+
"value": "Answers text"
|
|
1680
|
+
}]
|
|
1681
|
+
})
|
|
1662
1682
|
}]
|
|
1663
1683
|
}, {
|
|
1664
1684
|
name: 'background',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.79",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"@micromag/core": "^0.3.78",
|
|
56
56
|
"@micromag/data": "^0.3.78",
|
|
57
57
|
"@micromag/element-background": "^0.3.78",
|
|
58
|
-
"@micromag/element-button": "^0.3.
|
|
59
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
58
|
+
"@micromag/element-button": "^0.3.79",
|
|
59
|
+
"@micromag/element-call-to-action": "^0.3.79",
|
|
60
60
|
"@micromag/element-container": "^0.3.78",
|
|
61
61
|
"@micromag/element-heading": "^0.3.78",
|
|
62
62
|
"@micromag/element-layout": "^0.3.78",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "b25bd1907137fd148b912a5a48c1bc9d2bd0dadd"
|
|
76
76
|
}
|