@micromag/screen-gallery 0.3.273 → 0.3.285

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
@@ -561,6 +561,9 @@ var definition = [{
561
561
  textStyle: 'cta'
562
562
  }
563
563
  }
564
+ }, {
565
+ name: 'shareIncentive',
566
+ type: 'share-incentive'
564
567
  }]
565
568
  }, {
566
569
  id: 'gallery-captions',
@@ -635,6 +638,9 @@ var definition = [{
635
638
  textStyle: 'cta'
636
639
  }
637
640
  }
641
+ }, {
642
+ name: 'shareIncentive',
643
+ type: 'share-incentive'
638
644
  }]
639
645
  }];
640
646
 
package/lib/index.js CHANGED
@@ -583,6 +583,9 @@ var definition = [{
583
583
  textStyle: 'cta'
584
584
  }
585
585
  }
586
+ }, {
587
+ name: 'shareIncentive',
588
+ type: 'share-incentive'
586
589
  }]
587
590
  }, {
588
591
  id: 'gallery-captions',
@@ -657,6 +660,9 @@ var definition = [{
657
660
  textStyle: 'cta'
658
661
  }
659
662
  }
663
+ }, {
664
+ name: 'shareIncentive',
665
+ type: 'share-incentive'
660
666
  }]
661
667
  }];
662
668
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-gallery",
3
- "version": "0.3.273",
3
+ "version": "0.3.285",
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-background": "^0.3.273",
54
- "@micromag/element-call-to-action": "^0.3.273",
55
- "@micromag/element-container": "^0.3.273",
56
- "@micromag/element-grid": "^0.3.273",
57
- "@micromag/element-layout": "^0.3.273",
58
- "@micromag/element-text": "^0.3.273",
59
- "@micromag/element-visual": "^0.3.273",
60
- "@micromag/transforms": "^0.3.273",
52
+ "@micromag/core": "^0.3.285",
53
+ "@micromag/element-background": "^0.3.285",
54
+ "@micromag/element-call-to-action": "^0.3.285",
55
+ "@micromag/element-container": "^0.3.285",
56
+ "@micromag/element-grid": "^0.3.285",
57
+ "@micromag/element-layout": "^0.3.285",
58
+ "@micromag/element-text": "^0.3.285",
59
+ "@micromag/element-visual": "^0.3.285",
60
+ "@micromag/transforms": "^0.3.285",
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": "1090e20ce0aed0d4f3e9a7b03c42403b06293b04"
71
71
  }