@micromag/screen-audio 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
@@ -397,6 +397,9 @@ var definition = {
397
397
  textStyle: 'cta'
398
398
  }
399
399
  }
400
+ }, {
401
+ name: 'shareIncentive',
402
+ type: 'share-incentive'
400
403
  }]
401
404
  };
402
405
 
package/lib/index.js CHANGED
@@ -417,6 +417,9 @@ var definition = {
417
417
  textStyle: 'cta'
418
418
  }
419
419
  }
420
+ }, {
421
+ name: 'shareIncentive',
422
+ type: 'share-incentive'
420
423
  }]
421
424
  };
422
425
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-audio",
3
- "version": "0.3.273",
3
+ "version": "0.3.281",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,15 +49,15 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.273",
53
- "@micromag/element-audio": "^0.3.273",
54
- "@micromag/element-background": "^0.3.273",
55
- "@micromag/element-call-to-action": "^0.3.273",
56
- "@micromag/element-closed-captions": "^0.3.273",
57
- "@micromag/element-container": "^0.3.273",
58
- "@micromag/element-layout": "^0.3.273",
59
- "@micromag/element-media-controls": "^0.3.273",
60
- "@micromag/transforms": "^0.3.273",
52
+ "@micromag/core": "^0.3.281",
53
+ "@micromag/element-audio": "^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-layout": "^0.3.281",
59
+ "@micromag/element-media-controls": "^0.3.281",
60
+ "@micromag/transforms": "^0.3.281",
61
61
  "classnames": "^2.2.6",
62
62
  "lodash": "^4.17.21",
63
63
  "prop-types": "^15.7.2",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "d9fd178e478b54c1dd4550aa537125b10f8fc0a2"
70
+ "gitHead": "1ccd2caafbcf2b27cde1216f97ae45abf0ae8c63"
71
71
  }