@micromag/screen-urbania-article 0.3.273 → 0.3.285

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
@@ -783,6 +783,9 @@ var definition = {
783
783
  textStyle: 'cta'
784
784
  }
785
785
  }
786
+ }, {
787
+ name: 'shareIncentive',
788
+ type: 'share-incentive'
786
789
  }]
787
790
  };
788
791
 
package/lib/index.js CHANGED
@@ -804,6 +804,9 @@ var definition = {
804
804
  textStyle: 'cta'
805
805
  }
806
806
  }
807
+ }, {
808
+ name: 'shareIncentive',
809
+ type: 'share-incentive'
807
810
  }]
808
811
  };
809
812
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-article",
3
- "version": "0.3.273",
3
+ "version": "0.3.285",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -51,19 +51,19 @@
51
51
  "@babel/runtime": "^7.13.10",
52
52
  "@folklore/fetch": "^0.1.15",
53
53
  "@folklore/size": "^0.1.20",
54
- "@micromag/core": "^0.3.273",
55
- "@micromag/element-background": "^0.3.273",
56
- "@micromag/element-call-to-action": "^0.3.273",
57
- "@micromag/element-closed-captions": "^0.3.273",
58
- "@micromag/element-container": "^0.3.273",
59
- "@micromag/element-heading": "^0.3.273",
60
- "@micromag/element-image": "^0.3.273",
61
- "@micromag/element-media-controls": "^0.3.273",
62
- "@micromag/element-text": "^0.3.273",
63
- "@micromag/element-urbania-author": "^0.3.273",
64
- "@micromag/element-video": "^0.3.273",
65
- "@micromag/element-visual": "^0.3.273",
66
- "@micromag/transforms": "^0.3.273",
54
+ "@micromag/core": "^0.3.285",
55
+ "@micromag/element-background": "^0.3.285",
56
+ "@micromag/element-call-to-action": "^0.3.285",
57
+ "@micromag/element-closed-captions": "^0.3.285",
58
+ "@micromag/element-container": "^0.3.285",
59
+ "@micromag/element-heading": "^0.3.285",
60
+ "@micromag/element-image": "^0.3.285",
61
+ "@micromag/element-media-controls": "^0.3.285",
62
+ "@micromag/element-text": "^0.3.285",
63
+ "@micromag/element-urbania-author": "^0.3.285",
64
+ "@micromag/element-video": "^0.3.285",
65
+ "@micromag/element-visual": "^0.3.285",
66
+ "@micromag/transforms": "^0.3.285",
67
67
  "classnames": "^2.2.6",
68
68
  "lodash": "^4.17.21",
69
69
  "prop-types": "^15.7.2",
@@ -73,5 +73,5 @@
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
- "gitHead": "d9fd178e478b54c1dd4550aa537125b10f8fc0a2"
76
+ "gitHead": "1090e20ce0aed0d4f3e9a7b03c42403b06293b04"
77
77
  }