@micromag/screen-slideshow 0.3.266 → 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
@@ -289,6 +289,9 @@ var definition = [{
289
289
  textStyle: 'cta'
290
290
  }
291
291
  }
292
+ }, {
293
+ name: 'shareIncentive',
294
+ type: 'share-incentive'
292
295
  }]
293
296
  }];
294
297
 
package/lib/index.js CHANGED
@@ -306,6 +306,9 @@ var definition = [{
306
306
  textStyle: 'cta'
307
307
  }
308
308
  }
309
+ }, {
310
+ name: 'shareIncentive',
311
+ type: 'share-incentive'
309
312
  }]
310
313
  }];
311
314
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-slideshow",
3
- "version": "0.3.266",
3
+ "version": "0.3.281",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,14 +49,14 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.265",
53
- "@micromag/element-background": "^0.3.266",
54
- "@micromag/element-call-to-action": "^0.3.265",
55
- "@micromag/element-container": "^0.3.265",
56
- "@micromag/element-layout": "^0.3.265",
57
- "@micromag/element-text": "^0.3.265",
58
- "@micromag/element-visual": "^0.3.265",
59
- "@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-layout": "^0.3.281",
57
+ "@micromag/element-text": "^0.3.281",
58
+ "@micromag/element-visual": "^0.3.281",
59
+ "@micromag/transforms": "^0.3.281",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.21",
62
62
  "prop-types": "^15.7.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "562d67e6a6146225391a02d951a98b1b5deeb06e"
69
+ "gitHead": "1ccd2caafbcf2b27cde1216f97ae45abf0ae8c63"
70
70
  }