@micromag/screen-gallery-feed 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
@@ -372,6 +372,9 @@ var definition = [{
372
372
  textStyle: 'cta'
373
373
  }
374
374
  }
375
+ }, {
376
+ name: 'shareIncentive',
377
+ type: 'share-incentive'
375
378
  }]
376
379
  }, {
377
380
  id: 'gallery-feed-captions',
@@ -441,6 +444,9 @@ var definition = [{
441
444
  textStyle: 'cta'
442
445
  }
443
446
  }
447
+ }, {
448
+ name: 'shareIncentive',
449
+ type: 'share-incentive'
444
450
  }]
445
451
  }];
446
452
 
package/lib/index.js CHANGED
@@ -394,6 +394,9 @@ var definition = [{
394
394
  textStyle: 'cta'
395
395
  }
396
396
  }
397
+ }, {
398
+ name: 'shareIncentive',
399
+ type: 'share-incentive'
397
400
  }]
398
401
  }, {
399
402
  id: 'gallery-feed-captions',
@@ -463,6 +466,9 @@ var definition = [{
463
466
  textStyle: 'cta'
464
467
  }
465
468
  }
469
+ }, {
470
+ name: 'shareIncentive',
471
+ type: 'share-incentive'
466
472
  }]
467
473
  }];
468
474
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-gallery-feed",
3
- "version": "0.3.270",
3
+ "version": "0.3.281",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,16 +49,16 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.265",
53
- "@micromag/element-background": "^0.3.270",
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-scroll": "^0.3.265",
58
- "@micromag/element-stack": "^0.3.265",
59
- "@micromag/element-text": "^0.3.265",
60
- "@micromag/element-visual": "^0.3.270",
61
- "@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-scroll": "^0.3.281",
58
+ "@micromag/element-stack": "^0.3.281",
59
+ "@micromag/element-text": "^0.3.281",
60
+ "@micromag/element-visual": "^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",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "6d6b0a534672b8f75c96218f41cb6e9292988527"
71
+ "gitHead": "1ccd2caafbcf2b27cde1216f97ae45abf0ae8c63"
72
72
  }