@micromag/screen-title 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.
Files changed (3) hide show
  1. package/es/index.js +12 -0
  2. package/lib/index.js +12 -0
  3. package/package.json +10 -10
package/es/index.js CHANGED
@@ -403,6 +403,9 @@ var definition = [{
403
403
  textStyle: 'cta'
404
404
  }
405
405
  }
406
+ }, {
407
+ name: 'shareIncentive',
408
+ type: 'share-incentive'
406
409
  }]
407
410
  }, {
408
411
  id: 'title-subtitle',
@@ -483,6 +486,9 @@ var definition = [{
483
486
  textStyle: 'cta'
484
487
  }
485
488
  }
489
+ }, {
490
+ name: 'shareIncentive',
491
+ type: 'share-incentive'
486
492
  }]
487
493
  }, {
488
494
  id: 'title-subtitle-credits',
@@ -576,6 +582,9 @@ var definition = [{
576
582
  textStyle: 'cta'
577
583
  }
578
584
  }
585
+ }, {
586
+ name: 'shareIncentive',
587
+ type: 'share-incentive'
579
588
  }]
580
589
  }, {
581
590
  id: 'title-with-box',
@@ -690,6 +699,9 @@ var definition = [{
690
699
  textStyle: 'cta'
691
700
  }
692
701
  }
702
+ }, {
703
+ name: 'shareIncentive',
704
+ type: 'share-incentive'
693
705
  }]
694
706
  }];
695
707
 
package/lib/index.js CHANGED
@@ -424,6 +424,9 @@ var definition = [{
424
424
  textStyle: 'cta'
425
425
  }
426
426
  }
427
+ }, {
428
+ name: 'shareIncentive',
429
+ type: 'share-incentive'
427
430
  }]
428
431
  }, {
429
432
  id: 'title-subtitle',
@@ -504,6 +507,9 @@ var definition = [{
504
507
  textStyle: 'cta'
505
508
  }
506
509
  }
510
+ }, {
511
+ name: 'shareIncentive',
512
+ type: 'share-incentive'
507
513
  }]
508
514
  }, {
509
515
  id: 'title-subtitle-credits',
@@ -597,6 +603,9 @@ var definition = [{
597
603
  textStyle: 'cta'
598
604
  }
599
605
  }
606
+ }, {
607
+ name: 'shareIncentive',
608
+ type: 'share-incentive'
600
609
  }]
601
610
  }, {
602
611
  id: 'title-with-box',
@@ -711,6 +720,9 @@ var definition = [{
711
720
  textStyle: 'cta'
712
721
  }
713
722
  }
723
+ }, {
724
+ name: 'shareIncentive',
725
+ type: 'share-incentive'
714
726
  }]
715
727
  }];
716
728
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-title",
3
- "version": "0.3.273",
3
+ "version": "0.3.285",
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.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/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-heading": "^0.3.285",
57
+ "@micromag/element-layout": "^0.3.285",
58
+ "@micromag/element-text": "^0.3.285",
59
+ "@micromag/transforms": "^0.3.285",
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": "d9fd178e478b54c1dd4550aa537125b10f8fc0a2"
69
+ "gitHead": "1090e20ce0aed0d4f3e9a7b03c42403b06293b04"
70
70
  }