@micromag/screen-image 0.3.69 → 0.3.74
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 +10 -5
- package/lib/index.js +10 -5
- 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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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.
|
|
3
|
+
"version": "0.3.74",
|
|
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.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
55
|
-
"@micromag/element-container": "^0.3.
|
|
56
|
-
"@micromag/element-heading": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-text": "^0.3.
|
|
59
|
-
"@micromag/element-visual": "^0.3.
|
|
60
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.74",
|
|
53
|
+
"@micromag/element-background": "^0.3.74",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.74",
|
|
55
|
+
"@micromag/element-container": "^0.3.74",
|
|
56
|
+
"@micromag/element-heading": "^0.3.74",
|
|
57
|
+
"@micromag/element-layout": "^0.3.74",
|
|
58
|
+
"@micromag/element-text": "^0.3.74",
|
|
59
|
+
"@micromag/element-visual": "^0.3.74",
|
|
60
|
+
"@micromag/transforms": "^0.3.74",
|
|
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": "
|
|
70
|
+
"gitHead": "c85b6b4ca7ff2162222291ca6ccaae79789c8db6"
|
|
71
71
|
}
|