@micromag/screen-image-360 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
@@ -575,6 +575,9 @@ var definition = {
575
575
  textStyle: 'cta'
576
576
  }
577
577
  }
578
+ }, {
579
+ name: 'shareIncentive',
580
+ type: 'share-incentive'
578
581
  }]
579
582
  };
580
583
 
package/lib/index.js CHANGED
@@ -611,6 +611,9 @@ var definition = {
611
611
  textStyle: 'cta'
612
612
  }
613
613
  }
614
+ }, {
615
+ name: 'shareIncentive',
616
+ type: 'share-incentive'
614
617
  }]
615
618
  };
616
619
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-image-360",
3
- "version": "0.3.270",
3
+ "version": "0.3.281",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -50,15 +50,15 @@
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
52
  "@folklore/size": "^0.1.20",
53
- "@micromag/core": "^0.3.265",
54
- "@micromag/element-background": "^0.3.270",
55
- "@micromag/element-call-to-action": "^0.3.265",
56
- "@micromag/element-closed-captions": "^0.3.265",
57
- "@micromag/element-container": "^0.3.265",
58
- "@micromag/element-image": "^0.3.265",
59
- "@micromag/element-media-controls": "^0.3.265",
60
- "@micromag/element-video": "^0.3.270",
61
- "@micromag/transforms": "^0.3.265",
53
+ "@micromag/core": "^0.3.281",
54
+ "@micromag/element-background": "^0.3.281",
55
+ "@micromag/element-call-to-action": "^0.3.281",
56
+ "@micromag/element-closed-captions": "^0.3.281",
57
+ "@micromag/element-container": "^0.3.281",
58
+ "@micromag/element-image": "^0.3.281",
59
+ "@micromag/element-media-controls": "^0.3.281",
60
+ "@micromag/element-video": "^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",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "6d6b0a534672b8f75c96218f41cb6e9292988527"
73
+ "gitHead": "1ccd2caafbcf2b27cde1216f97ae45abf0ae8c63"
74
74
  }