@micromag/screen-contribution 0.3.273 → 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
@@ -602,6 +602,9 @@ var definition = {
602
602
  textStyle: 'cta'
603
603
  }
604
604
  }
605
+ }, {
606
+ name: 'shareIncentive',
607
+ type: 'share-incentive'
605
608
  }]
606
609
  };
607
610
 
package/lib/index.js CHANGED
@@ -623,6 +623,9 @@ var definition = {
623
623
  textStyle: 'cta'
624
624
  }
625
625
  }
626
+ }, {
627
+ name: 'shareIncentive',
628
+ type: 'share-incentive'
626
629
  }]
627
630
  };
628
631
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-contribution",
3
- "version": "0.3.273",
3
+ "version": "0.3.281",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -52,17 +52,18 @@
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.273",
56
- "@micromag/data": "^0.3.273",
57
- "@micromag/element-background": "^0.3.273",
58
- "@micromag/element-button": "^0.3.273",
59
- "@micromag/element-call-to-action": "^0.3.273",
60
- "@micromag/element-container": "^0.3.273",
61
- "@micromag/element-heading": "^0.3.273",
62
- "@micromag/element-scroll": "^0.3.273",
63
- "@micromag/element-text": "^0.3.273",
64
- "@micromag/element-text-input": "^0.3.273",
65
- "@micromag/transforms": "^0.3.273",
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-scroll": "^0.3.281",
63
+ "@micromag/element-share-incentive": "^0.3.281",
64
+ "@micromag/element-text": "^0.3.281",
65
+ "@micromag/element-text-input": "^0.3.281",
66
+ "@micromag/transforms": "^0.3.281",
66
67
  "classnames": "^2.2.6",
67
68
  "lodash": "^4.17.21",
68
69
  "prop-types": "^15.7.2",
@@ -72,5 +73,5 @@
72
73
  "publishConfig": {
73
74
  "access": "public"
74
75
  },
75
- "gitHead": "d9fd178e478b54c1dd4550aa537125b10f8fc0a2"
76
+ "gitHead": "1ccd2caafbcf2b27cde1216f97ae45abf0ae8c63"
76
77
  }