@micromag/screen-quiz 0.3.127 → 0.3.135

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 CHANGED
@@ -1741,23 +1741,23 @@ var definition = [{
1741
1741
  }),
1742
1742
  isList: true,
1743
1743
  fields: [{
1744
- name: 'buttonsTextStyle',
1745
- type: 'text-style-form',
1744
+ name: 'buttonsStyle',
1745
+ type: 'box-style-form',
1746
1746
  label: defineMessage({
1747
- id: "gwPu/I",
1747
+ id: "l5uLMd",
1748
1748
  defaultMessage: [{
1749
1749
  "type": 0,
1750
- "value": "Buttons text"
1750
+ "value": "Buttons"
1751
1751
  }]
1752
1752
  })
1753
1753
  }, {
1754
- name: 'buttonsStyle',
1755
- type: 'box-style-form',
1754
+ name: 'buttonsTextStyle',
1755
+ type: 'text-style-form',
1756
1756
  label: defineMessage({
1757
- id: "l5uLMd",
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: 'buttonsTextStyle',
1766
- type: 'text-style-form',
1765
+ name: 'buttonsStyle',
1766
+ type: 'box-style-form',
1767
1767
  label: reactIntl.defineMessage({
1768
- id: "gwPu/I",
1768
+ id: "l5uLMd",
1769
1769
  defaultMessage: [{
1770
1770
  "type": 0,
1771
- "value": "Buttons text"
1771
+ "value": "Buttons"
1772
1772
  }]
1773
1773
  })
1774
1774
  }, {
1775
- name: 'buttonsStyle',
1776
- type: 'box-style-form',
1775
+ name: 'buttonsTextStyle',
1776
+ type: 'text-style-form',
1777
1777
  label: reactIntl.defineMessage({
1778
- id: "l5uLMd",
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.127",
3
+ "version": "0.3.135",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -52,16 +52,16 @@
52
52
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
53
53
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
54
54
  "@fortawesome/react-fontawesome": "^0.1.13",
55
- "@micromag/core": "^0.3.126",
56
- "@micromag/data": "^0.3.126",
57
- "@micromag/element-background": "^0.3.127",
58
- "@micromag/element-button": "^0.3.126",
59
- "@micromag/element-call-to-action": "^0.3.126",
60
- "@micromag/element-container": "^0.3.126",
61
- "@micromag/element-heading": "^0.3.126",
62
- "@micromag/element-layout": "^0.3.126",
63
- "@micromag/element-text": "^0.3.126",
64
- "@micromag/transforms": "^0.3.126",
55
+ "@micromag/core": "^0.3.135",
56
+ "@micromag/data": "^0.3.135",
57
+ "@micromag/element-background": "^0.3.135",
58
+ "@micromag/element-button": "^0.3.135",
59
+ "@micromag/element-call-to-action": "^0.3.135",
60
+ "@micromag/element-container": "^0.3.135",
61
+ "@micromag/element-heading": "^0.3.135",
62
+ "@micromag/element-layout": "^0.3.135",
63
+ "@micromag/element-text": "^0.3.135",
64
+ "@micromag/transforms": "^0.3.135",
65
65
  "classnames": "^2.2.6",
66
66
  "lodash": "^4.17.21",
67
67
  "prop-types": "^15.7.2",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "1ab0adecaed3d74de7f5d02018eb624546e251a5"
75
+ "gitHead": "b9bd185aacc16b6fb5540aa113dc7872c822e279"
76
76
  }