@micromag/screen-video 0.3.273 → 0.3.295

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
@@ -483,6 +483,9 @@ var definition = {
483
483
  textStyle: 'cta'
484
484
  }
485
485
  }
486
+ }, {
487
+ name: 'shareIncentive',
488
+ type: 'share-incentive'
486
489
  } // {
487
490
  // type: 'fields',
488
491
  // isList: true,
package/lib/index.js CHANGED
@@ -503,6 +503,9 @@ var definition = {
503
503
  textStyle: 'cta'
504
504
  }
505
505
  }
506
+ }, {
507
+ name: 'shareIncentive',
508
+ type: 'share-incentive'
506
509
  } // {
507
510
  // type: 'fields',
508
511
  // isList: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-video",
3
- "version": "0.3.273",
3
+ "version": "0.3.295",
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.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-image": "^0.3.273",
59
- "@micromag/element-media-controls": "^0.3.273",
60
- "@micromag/element-video": "^0.3.273",
61
- "@micromag/transforms": "^0.3.273",
53
+ "@micromag/core": "^0.3.295",
54
+ "@micromag/element-background": "^0.3.295",
55
+ "@micromag/element-call-to-action": "^0.3.295",
56
+ "@micromag/element-closed-captions": "^0.3.295",
57
+ "@micromag/element-container": "^0.3.295",
58
+ "@micromag/element-image": "^0.3.295",
59
+ "@micromag/element-media-controls": "^0.3.295",
60
+ "@micromag/element-video": "^0.3.295",
61
+ "@micromag/transforms": "^0.3.295",
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": "d9fd178e478b54c1dd4550aa537125b10f8fc0a2"
71
+ "gitHead": "0bcd099c7e697bc4ebb858e7fd63fad111d052b8"
72
72
  }