@micromag/screen-quiz 0.3.270 → 0.3.281

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
@@ -1569,6 +1569,9 @@ var definition = [{
1569
1569
  textStyle: 'cta'
1570
1570
  }
1571
1571
  }
1572
+ }, {
1573
+ name: 'shareIncentive',
1574
+ type: 'share-incentive'
1572
1575
  }]
1573
1576
  }, {
1574
1577
  id: 'quiz-multiple',
@@ -1875,6 +1878,9 @@ var definition = [{
1875
1878
  textStyle: 'cta'
1876
1879
  }
1877
1880
  }
1881
+ }, {
1882
+ name: 'shareIncentive',
1883
+ type: 'share-incentive'
1878
1884
  }]
1879
1885
  }];
1880
1886
 
package/lib/index.js CHANGED
@@ -1591,6 +1591,9 @@ var definition = [{
1591
1591
  textStyle: 'cta'
1592
1592
  }
1593
1593
  }
1594
+ }, {
1595
+ name: 'shareIncentive',
1596
+ type: 'share-incentive'
1594
1597
  }]
1595
1598
  }, {
1596
1599
  id: 'quiz-multiple',
@@ -1897,6 +1900,9 @@ var definition = [{
1897
1900
  textStyle: 'cta'
1898
1901
  }
1899
1902
  }
1903
+ }, {
1904
+ name: 'shareIncentive',
1905
+ type: 'share-incentive'
1900
1906
  }]
1901
1907
  }];
1902
1908
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-quiz",
3
- "version": "0.3.270",
3
+ "version": "0.3.281",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -52,17 +52,17 @@
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.265",
56
- "@micromag/data": "^0.3.265",
57
- "@micromag/element-background": "^0.3.270",
58
- "@micromag/element-button": "^0.3.265",
59
- "@micromag/element-call-to-action": "^0.3.265",
60
- "@micromag/element-container": "^0.3.265",
61
- "@micromag/element-heading": "^0.3.265",
62
- "@micromag/element-layout": "^0.3.265",
63
- "@micromag/element-scroll": "^0.3.265",
64
- "@micromag/element-text": "^0.3.265",
65
- "@micromag/transforms": "^0.3.265",
55
+ "@micromag/core": "^0.3.281",
56
+ "@micromag/data": "^0.3.281",
57
+ "@micromag/element-background": "^0.3.281",
58
+ "@micromag/element-button": "^0.3.281",
59
+ "@micromag/element-call-to-action": "^0.3.281",
60
+ "@micromag/element-container": "^0.3.281",
61
+ "@micromag/element-heading": "^0.3.281",
62
+ "@micromag/element-layout": "^0.3.281",
63
+ "@micromag/element-scroll": "^0.3.281",
64
+ "@micromag/element-text": "^0.3.281",
65
+ "@micromag/transforms": "^0.3.281",
66
66
  "classnames": "^2.2.6",
67
67
  "lodash": "^4.17.21",
68
68
  "prop-types": "^15.7.2",
@@ -73,5 +73,5 @@
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
- "gitHead": "6d6b0a534672b8f75c96218f41cb6e9292988527"
76
+ "gitHead": "1ccd2caafbcf2b27cde1216f97ae45abf0ae8c63"
77
77
  }