@micromag/screen-image 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.
Files changed (3) hide show
  1. package/es/index.js +15 -0
  2. package/lib/index.js +15 -0
  3. package/package.json +11 -11
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
  }, {
488
491
  id: 'image-title',
@@ -573,6 +576,9 @@ var definition = [{
573
576
  textStyle: 'cta'
574
577
  }
575
578
  }
579
+ }, {
580
+ name: 'shareIncentive',
581
+ type: 'share-incentive'
576
582
  }]
577
583
  }, {
578
584
  id: 'image-text',
@@ -662,6 +668,9 @@ var definition = [{
662
668
  textStyle: 'cta'
663
669
  }
664
670
  }
671
+ }, {
672
+ name: 'shareIncentive',
673
+ type: 'share-incentive'
665
674
  }]
666
675
  }, {
667
676
  id: 'image-title-text',
@@ -766,6 +775,9 @@ var definition = [{
766
775
  textStyle: 'cta'
767
776
  }
768
777
  }
778
+ }, {
779
+ name: 'shareIncentive',
780
+ type: 'share-incentive'
769
781
  }]
770
782
  }, {
771
783
  id: 'image-legend',
@@ -855,6 +867,9 @@ var definition = [{
855
867
  textStyle: 'cta'
856
868
  }
857
869
  }
870
+ }, {
871
+ name: 'shareIncentive',
872
+ type: 'share-incentive'
858
873
  }]
859
874
  }];
860
875
 
package/lib/index.js CHANGED
@@ -505,6 +505,9 @@ var definition = [{
505
505
  textStyle: 'cta'
506
506
  }
507
507
  }
508
+ }, {
509
+ name: 'shareIncentive',
510
+ type: 'share-incentive'
508
511
  }]
509
512
  }, {
510
513
  id: 'image-title',
@@ -595,6 +598,9 @@ var definition = [{
595
598
  textStyle: 'cta'
596
599
  }
597
600
  }
601
+ }, {
602
+ name: 'shareIncentive',
603
+ type: 'share-incentive'
598
604
  }]
599
605
  }, {
600
606
  id: 'image-text',
@@ -684,6 +690,9 @@ var definition = [{
684
690
  textStyle: 'cta'
685
691
  }
686
692
  }
693
+ }, {
694
+ name: 'shareIncentive',
695
+ type: 'share-incentive'
687
696
  }]
688
697
  }, {
689
698
  id: 'image-title-text',
@@ -788,6 +797,9 @@ var definition = [{
788
797
  textStyle: 'cta'
789
798
  }
790
799
  }
800
+ }, {
801
+ name: 'shareIncentive',
802
+ type: 'share-incentive'
791
803
  }]
792
804
  }, {
793
805
  id: 'image-legend',
@@ -877,6 +889,9 @@ var definition = [{
877
889
  textStyle: 'cta'
878
890
  }
879
891
  }
892
+ }, {
893
+ name: 'shareIncentive',
894
+ type: 'share-incentive'
880
895
  }]
881
896
  }];
882
897
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-image",
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-background": "^0.3.273",
54
- "@micromag/element-call-to-action": "^0.3.273",
55
- "@micromag/element-container": "^0.3.273",
56
- "@micromag/element-heading": "^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.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-heading": "^0.3.281",
57
+ "@micromag/element-layout": "^0.3.281",
58
+ "@micromag/element-text": "^0.3.281",
59
+ "@micromag/element-visual": "^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
  }