@micromag/screen-quiz 0.3.126 → 0.3.134
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 +8 -8
- package/lib/index.js +8 -8
- package/package.json +4 -4
package/es/index.js
CHANGED
|
@@ -1741,23 +1741,23 @@ var definition = [{
|
|
|
1741
1741
|
}),
|
|
1742
1742
|
isList: true,
|
|
1743
1743
|
fields: [{
|
|
1744
|
-
name: '
|
|
1745
|
-
type: '
|
|
1744
|
+
name: 'buttonsStyle',
|
|
1745
|
+
type: 'box-style-form',
|
|
1746
1746
|
label: defineMessage({
|
|
1747
|
-
id: "
|
|
1747
|
+
id: "l5uLMd",
|
|
1748
1748
|
defaultMessage: [{
|
|
1749
1749
|
"type": 0,
|
|
1750
|
-
"value": "Buttons
|
|
1750
|
+
"value": "Buttons"
|
|
1751
1751
|
}]
|
|
1752
1752
|
})
|
|
1753
1753
|
}, {
|
|
1754
|
-
name: '
|
|
1755
|
-
type: '
|
|
1754
|
+
name: 'buttonsTextStyle',
|
|
1755
|
+
type: 'text-style-form',
|
|
1756
1756
|
label: defineMessage({
|
|
1757
|
-
id: "
|
|
1757
|
+
id: "gwPu/I",
|
|
1758
1758
|
defaultMessage: [{
|
|
1759
1759
|
"type": 0,
|
|
1760
|
-
"value": "Buttons"
|
|
1760
|
+
"value": "Buttons text"
|
|
1761
1761
|
}]
|
|
1762
1762
|
})
|
|
1763
1763
|
}, {
|
package/lib/index.js
CHANGED
|
@@ -1762,23 +1762,23 @@ var definition = [{
|
|
|
1762
1762
|
}),
|
|
1763
1763
|
isList: true,
|
|
1764
1764
|
fields: [{
|
|
1765
|
-
name: '
|
|
1766
|
-
type: '
|
|
1765
|
+
name: 'buttonsStyle',
|
|
1766
|
+
type: 'box-style-form',
|
|
1767
1767
|
label: reactIntl.defineMessage({
|
|
1768
|
-
id: "
|
|
1768
|
+
id: "l5uLMd",
|
|
1769
1769
|
defaultMessage: [{
|
|
1770
1770
|
"type": 0,
|
|
1771
|
-
"value": "Buttons
|
|
1771
|
+
"value": "Buttons"
|
|
1772
1772
|
}]
|
|
1773
1773
|
})
|
|
1774
1774
|
}, {
|
|
1775
|
-
name: '
|
|
1776
|
-
type: '
|
|
1775
|
+
name: 'buttonsTextStyle',
|
|
1776
|
+
type: 'text-style-form',
|
|
1777
1777
|
label: reactIntl.defineMessage({
|
|
1778
|
-
id: "
|
|
1778
|
+
id: "gwPu/I",
|
|
1779
1779
|
defaultMessage: [{
|
|
1780
1780
|
"type": 0,
|
|
1781
|
-
"value": "Buttons"
|
|
1781
|
+
"value": "Buttons text"
|
|
1782
1782
|
}]
|
|
1783
1783
|
})
|
|
1784
1784
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.134",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"@fortawesome/react-fontawesome": "^0.1.13",
|
|
55
55
|
"@micromag/core": "^0.3.126",
|
|
56
56
|
"@micromag/data": "^0.3.126",
|
|
57
|
-
"@micromag/element-background": "^0.3.
|
|
57
|
+
"@micromag/element-background": "^0.3.134",
|
|
58
58
|
"@micromag/element-button": "^0.3.126",
|
|
59
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
59
|
+
"@micromag/element-call-to-action": "^0.3.128",
|
|
60
60
|
"@micromag/element-container": "^0.3.126",
|
|
61
61
|
"@micromag/element-heading": "^0.3.126",
|
|
62
62
|
"@micromag/element-layout": "^0.3.126",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "3eda132e0f399a773083f6b42a4d1ff7131b7b04"
|
|
76
76
|
}
|