@micromag/screen-image 0.3.69 → 0.3.71

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 +10 -5
  2. package/lib/index.js +10 -5
  3. package/package.json +11 -11
package/es/index.js CHANGED
@@ -459,8 +459,9 @@ var definition = [{
459
459
  name: 'callToAction',
460
460
  type: 'call-to-action',
461
461
  theme: {
462
+ boxStyle: 'cta',
462
463
  label: {
463
- textStyle: 'heading2'
464
+ textStyle: 'cta'
464
465
  }
465
466
  }
466
467
  }]
@@ -548,8 +549,9 @@ var definition = [{
548
549
  name: 'callToAction',
549
550
  type: 'call-to-action',
550
551
  theme: {
552
+ boxStyle: 'cta',
551
553
  label: {
552
- textStyle: 'heading2'
554
+ textStyle: 'cta'
553
555
  }
554
556
  }
555
557
  }]
@@ -636,8 +638,9 @@ var definition = [{
636
638
  name: 'callToAction',
637
639
  type: 'call-to-action',
638
640
  theme: {
641
+ boxStyle: 'cta',
639
642
  label: {
640
- textStyle: 'heading2'
643
+ textStyle: 'cta'
641
644
  }
642
645
  }
643
646
  }]
@@ -739,8 +742,9 @@ var definition = [{
739
742
  name: 'callToAction',
740
743
  type: 'call-to-action',
741
744
  theme: {
745
+ boxStyle: 'cta',
742
746
  label: {
743
- textStyle: 'heading2'
747
+ textStyle: 'cta'
744
748
  }
745
749
  }
746
750
  }]
@@ -827,8 +831,9 @@ var definition = [{
827
831
  name: 'callToAction',
828
832
  type: 'call-to-action',
829
833
  theme: {
834
+ boxStyle: 'cta',
830
835
  label: {
831
- textStyle: 'heading2'
836
+ textStyle: 'cta'
832
837
  }
833
838
  }
834
839
  }]
package/lib/index.js CHANGED
@@ -481,8 +481,9 @@ var definition = [{
481
481
  name: 'callToAction',
482
482
  type: 'call-to-action',
483
483
  theme: {
484
+ boxStyle: 'cta',
484
485
  label: {
485
- textStyle: 'heading2'
486
+ textStyle: 'cta'
486
487
  }
487
488
  }
488
489
  }]
@@ -570,8 +571,9 @@ var definition = [{
570
571
  name: 'callToAction',
571
572
  type: 'call-to-action',
572
573
  theme: {
574
+ boxStyle: 'cta',
573
575
  label: {
574
- textStyle: 'heading2'
576
+ textStyle: 'cta'
575
577
  }
576
578
  }
577
579
  }]
@@ -658,8 +660,9 @@ var definition = [{
658
660
  name: 'callToAction',
659
661
  type: 'call-to-action',
660
662
  theme: {
663
+ boxStyle: 'cta',
661
664
  label: {
662
- textStyle: 'heading2'
665
+ textStyle: 'cta'
663
666
  }
664
667
  }
665
668
  }]
@@ -761,8 +764,9 @@ var definition = [{
761
764
  name: 'callToAction',
762
765
  type: 'call-to-action',
763
766
  theme: {
767
+ boxStyle: 'cta',
764
768
  label: {
765
- textStyle: 'heading2'
769
+ textStyle: 'cta'
766
770
  }
767
771
  }
768
772
  }]
@@ -849,8 +853,9 @@ var definition = [{
849
853
  name: 'callToAction',
850
854
  type: 'call-to-action',
851
855
  theme: {
856
+ boxStyle: 'cta',
852
857
  label: {
853
- textStyle: 'heading2'
858
+ textStyle: 'cta'
854
859
  }
855
860
  }
856
861
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-image",
3
- "version": "0.3.69",
3
+ "version": "0.3.71",
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.69",
53
- "@micromag/element-background": "^0.3.69",
54
- "@micromag/element-call-to-action": "^0.3.69",
55
- "@micromag/element-container": "^0.3.69",
56
- "@micromag/element-heading": "^0.3.69",
57
- "@micromag/element-layout": "^0.3.69",
58
- "@micromag/element-text": "^0.3.69",
59
- "@micromag/element-visual": "^0.3.69",
60
- "@micromag/transforms": "^0.3.69",
52
+ "@micromag/core": "^0.3.71",
53
+ "@micromag/element-background": "^0.3.71",
54
+ "@micromag/element-call-to-action": "^0.3.71",
55
+ "@micromag/element-container": "^0.3.71",
56
+ "@micromag/element-heading": "^0.3.71",
57
+ "@micromag/element-layout": "^0.3.71",
58
+ "@micromag/element-text": "^0.3.71",
59
+ "@micromag/element-visual": "^0.3.71",
60
+ "@micromag/transforms": "^0.3.71",
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": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
70
+ "gitHead": "50093d0adc731dfb58656015179c4ac0b1c6765f"
71
71
  }