@micromag/screen-conversation 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
@@ -550,6 +550,9 @@ var definition = {
550
550
  textStyle: 'cta'
551
551
  }
552
552
  }
553
+ }, {
554
+ name: 'shareIncentive',
555
+ type: 'share-incentive'
553
556
  }]
554
557
  };
555
558
 
package/lib/index.js CHANGED
@@ -572,6 +572,9 @@ var definition = {
572
572
  textStyle: 'cta'
573
573
  }
574
574
  }
575
+ }, {
576
+ name: 'shareIncentive',
577
+ type: 'share-incentive'
575
578
  }]
576
579
  };
577
580
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-conversation",
3
- "version": "0.3.270",
3
+ "version": "0.3.281",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,16 +49,16 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.265",
53
- "@micromag/element-background": "^0.3.270",
54
- "@micromag/element-call-to-action": "^0.3.265",
55
- "@micromag/element-container": "^0.3.265",
56
- "@micromag/element-heading": "^0.3.265",
57
- "@micromag/element-layout": "^0.3.265",
58
- "@micromag/element-scroll": "^0.3.265",
59
- "@micromag/element-text": "^0.3.265",
60
- "@micromag/element-visual": "^0.3.270",
61
- "@micromag/transforms": "^0.3.265",
52
+ "@micromag/core": "^0.3.281",
53
+ "@micromag/element-background": "^0.3.281",
54
+ "@micromag/element-call-to-action": "^0.3.281",
55
+ "@micromag/element-container": "^0.3.281",
56
+ "@micromag/element-heading": "^0.3.281",
57
+ "@micromag/element-layout": "^0.3.281",
58
+ "@micromag/element-scroll": "^0.3.281",
59
+ "@micromag/element-text": "^0.3.281",
60
+ "@micromag/element-visual": "^0.3.281",
61
+ "@micromag/transforms": "^0.3.281",
62
62
  "classnames": "^2.2.6",
63
63
  "lodash": "^4.17.21",
64
64
  "prop-types": "^15.7.2",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "6d6b0a534672b8f75c96218f41cb6e9292988527"
71
+ "gitHead": "1ccd2caafbcf2b27cde1216f97ae45abf0ae8c63"
72
72
  }