@micromag/screen-image 0.3.356 → 0.3.359
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 +142 -30
- package/lib/index.js +142 -30
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -471,7 +471,15 @@ var definition = [{
|
|
|
471
471
|
"type": 0,
|
|
472
472
|
"value": "Header"
|
|
473
473
|
}]
|
|
474
|
-
})
|
|
474
|
+
}),
|
|
475
|
+
theme: {
|
|
476
|
+
badge: {
|
|
477
|
+
label: {
|
|
478
|
+
textStyle: 'badge'
|
|
479
|
+
},
|
|
480
|
+
boxStyle: 'badge'
|
|
481
|
+
}
|
|
482
|
+
}
|
|
475
483
|
}, {
|
|
476
484
|
name: 'footer',
|
|
477
485
|
type: 'footer',
|
|
@@ -481,7 +489,15 @@ var definition = [{
|
|
|
481
489
|
"type": 0,
|
|
482
490
|
"value": "Footer"
|
|
483
491
|
}]
|
|
484
|
-
})
|
|
492
|
+
}),
|
|
493
|
+
theme: {
|
|
494
|
+
callToAction: {
|
|
495
|
+
label: {
|
|
496
|
+
textStyle: 'cta'
|
|
497
|
+
},
|
|
498
|
+
boxStyle: 'cta'
|
|
499
|
+
}
|
|
500
|
+
}
|
|
485
501
|
}]
|
|
486
502
|
}, {
|
|
487
503
|
id: 'image-title',
|
|
@@ -564,17 +580,41 @@ var definition = [{
|
|
|
564
580
|
}]
|
|
565
581
|
})
|
|
566
582
|
}, {
|
|
567
|
-
name: '
|
|
568
|
-
type: '
|
|
583
|
+
name: 'header',
|
|
584
|
+
type: 'header',
|
|
585
|
+
label: defineMessage({
|
|
586
|
+
id: "rhuDxI",
|
|
587
|
+
defaultMessage: [{
|
|
588
|
+
"type": 0,
|
|
589
|
+
"value": "Header"
|
|
590
|
+
}]
|
|
591
|
+
}),
|
|
569
592
|
theme: {
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
593
|
+
badge: {
|
|
594
|
+
label: {
|
|
595
|
+
textStyle: 'badge'
|
|
596
|
+
},
|
|
597
|
+
boxStyle: 'badge'
|
|
573
598
|
}
|
|
574
599
|
}
|
|
575
600
|
}, {
|
|
576
|
-
name: '
|
|
577
|
-
type: '
|
|
601
|
+
name: 'footer',
|
|
602
|
+
type: 'footer',
|
|
603
|
+
label: defineMessage({
|
|
604
|
+
id: "g4nybp",
|
|
605
|
+
defaultMessage: [{
|
|
606
|
+
"type": 0,
|
|
607
|
+
"value": "Footer"
|
|
608
|
+
}]
|
|
609
|
+
}),
|
|
610
|
+
theme: {
|
|
611
|
+
callToAction: {
|
|
612
|
+
label: {
|
|
613
|
+
textStyle: 'cta'
|
|
614
|
+
},
|
|
615
|
+
boxStyle: 'cta'
|
|
616
|
+
}
|
|
617
|
+
}
|
|
578
618
|
}]
|
|
579
619
|
}, {
|
|
580
620
|
id: 'image-text',
|
|
@@ -656,17 +696,41 @@ var definition = [{
|
|
|
656
696
|
}]
|
|
657
697
|
})
|
|
658
698
|
}, {
|
|
659
|
-
name: '
|
|
660
|
-
type: '
|
|
699
|
+
name: 'header',
|
|
700
|
+
type: 'header',
|
|
701
|
+
label: defineMessage({
|
|
702
|
+
id: "rhuDxI",
|
|
703
|
+
defaultMessage: [{
|
|
704
|
+
"type": 0,
|
|
705
|
+
"value": "Header"
|
|
706
|
+
}]
|
|
707
|
+
}),
|
|
661
708
|
theme: {
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
709
|
+
badge: {
|
|
710
|
+
label: {
|
|
711
|
+
textStyle: 'badge'
|
|
712
|
+
},
|
|
713
|
+
boxStyle: 'badge'
|
|
665
714
|
}
|
|
666
715
|
}
|
|
667
716
|
}, {
|
|
668
|
-
name: '
|
|
669
|
-
type: '
|
|
717
|
+
name: 'footer',
|
|
718
|
+
type: 'footer',
|
|
719
|
+
label: defineMessage({
|
|
720
|
+
id: "g4nybp",
|
|
721
|
+
defaultMessage: [{
|
|
722
|
+
"type": 0,
|
|
723
|
+
"value": "Footer"
|
|
724
|
+
}]
|
|
725
|
+
}),
|
|
726
|
+
theme: {
|
|
727
|
+
callToAction: {
|
|
728
|
+
label: {
|
|
729
|
+
textStyle: 'cta'
|
|
730
|
+
},
|
|
731
|
+
boxStyle: 'cta'
|
|
732
|
+
}
|
|
733
|
+
}
|
|
670
734
|
}]
|
|
671
735
|
}, {
|
|
672
736
|
id: 'image-title-text',
|
|
@@ -763,17 +827,41 @@ var definition = [{
|
|
|
763
827
|
}]
|
|
764
828
|
})
|
|
765
829
|
}, {
|
|
766
|
-
name: '
|
|
767
|
-
type: '
|
|
830
|
+
name: 'header',
|
|
831
|
+
type: 'header',
|
|
832
|
+
label: defineMessage({
|
|
833
|
+
id: "rhuDxI",
|
|
834
|
+
defaultMessage: [{
|
|
835
|
+
"type": 0,
|
|
836
|
+
"value": "Header"
|
|
837
|
+
}]
|
|
838
|
+
}),
|
|
768
839
|
theme: {
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
840
|
+
badge: {
|
|
841
|
+
label: {
|
|
842
|
+
textStyle: 'badge'
|
|
843
|
+
},
|
|
844
|
+
boxStyle: 'badge'
|
|
772
845
|
}
|
|
773
846
|
}
|
|
774
847
|
}, {
|
|
775
|
-
name: '
|
|
776
|
-
type: '
|
|
848
|
+
name: 'footer',
|
|
849
|
+
type: 'footer',
|
|
850
|
+
label: defineMessage({
|
|
851
|
+
id: "g4nybp",
|
|
852
|
+
defaultMessage: [{
|
|
853
|
+
"type": 0,
|
|
854
|
+
"value": "Footer"
|
|
855
|
+
}]
|
|
856
|
+
}),
|
|
857
|
+
theme: {
|
|
858
|
+
callToAction: {
|
|
859
|
+
label: {
|
|
860
|
+
textStyle: 'cta'
|
|
861
|
+
},
|
|
862
|
+
boxStyle: 'cta'
|
|
863
|
+
}
|
|
864
|
+
}
|
|
777
865
|
}]
|
|
778
866
|
}, {
|
|
779
867
|
id: 'image-legend',
|
|
@@ -855,17 +943,41 @@ var definition = [{
|
|
|
855
943
|
}]
|
|
856
944
|
})
|
|
857
945
|
}, {
|
|
858
|
-
name: '
|
|
859
|
-
type: '
|
|
946
|
+
name: 'header',
|
|
947
|
+
type: 'header',
|
|
948
|
+
label: defineMessage({
|
|
949
|
+
id: "rhuDxI",
|
|
950
|
+
defaultMessage: [{
|
|
951
|
+
"type": 0,
|
|
952
|
+
"value": "Header"
|
|
953
|
+
}]
|
|
954
|
+
}),
|
|
860
955
|
theme: {
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
956
|
+
badge: {
|
|
957
|
+
label: {
|
|
958
|
+
textStyle: 'badge'
|
|
959
|
+
},
|
|
960
|
+
boxStyle: 'badge'
|
|
864
961
|
}
|
|
865
962
|
}
|
|
866
963
|
}, {
|
|
867
|
-
name: '
|
|
868
|
-
type: '
|
|
964
|
+
name: 'footer',
|
|
965
|
+
type: 'footer',
|
|
966
|
+
label: defineMessage({
|
|
967
|
+
id: "g4nybp",
|
|
968
|
+
defaultMessage: [{
|
|
969
|
+
"type": 0,
|
|
970
|
+
"value": "Footer"
|
|
971
|
+
}]
|
|
972
|
+
}),
|
|
973
|
+
theme: {
|
|
974
|
+
callToAction: {
|
|
975
|
+
label: {
|
|
976
|
+
textStyle: 'cta'
|
|
977
|
+
},
|
|
978
|
+
boxStyle: 'cta'
|
|
979
|
+
}
|
|
980
|
+
}
|
|
869
981
|
}]
|
|
870
982
|
}];
|
|
871
983
|
|
package/lib/index.js
CHANGED
|
@@ -495,7 +495,15 @@ var definition = [{
|
|
|
495
495
|
"type": 0,
|
|
496
496
|
"value": "Header"
|
|
497
497
|
}]
|
|
498
|
-
})
|
|
498
|
+
}),
|
|
499
|
+
theme: {
|
|
500
|
+
badge: {
|
|
501
|
+
label: {
|
|
502
|
+
textStyle: 'badge'
|
|
503
|
+
},
|
|
504
|
+
boxStyle: 'badge'
|
|
505
|
+
}
|
|
506
|
+
}
|
|
499
507
|
}, {
|
|
500
508
|
name: 'footer',
|
|
501
509
|
type: 'footer',
|
|
@@ -505,7 +513,15 @@ var definition = [{
|
|
|
505
513
|
"type": 0,
|
|
506
514
|
"value": "Footer"
|
|
507
515
|
}]
|
|
508
|
-
})
|
|
516
|
+
}),
|
|
517
|
+
theme: {
|
|
518
|
+
callToAction: {
|
|
519
|
+
label: {
|
|
520
|
+
textStyle: 'cta'
|
|
521
|
+
},
|
|
522
|
+
boxStyle: 'cta'
|
|
523
|
+
}
|
|
524
|
+
}
|
|
509
525
|
}]
|
|
510
526
|
}, {
|
|
511
527
|
id: 'image-title',
|
|
@@ -588,17 +604,41 @@ var definition = [{
|
|
|
588
604
|
}]
|
|
589
605
|
})
|
|
590
606
|
}, {
|
|
591
|
-
name: '
|
|
592
|
-
type: '
|
|
607
|
+
name: 'header',
|
|
608
|
+
type: 'header',
|
|
609
|
+
label: reactIntl.defineMessage({
|
|
610
|
+
id: "rhuDxI",
|
|
611
|
+
defaultMessage: [{
|
|
612
|
+
"type": 0,
|
|
613
|
+
"value": "Header"
|
|
614
|
+
}]
|
|
615
|
+
}),
|
|
593
616
|
theme: {
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
617
|
+
badge: {
|
|
618
|
+
label: {
|
|
619
|
+
textStyle: 'badge'
|
|
620
|
+
},
|
|
621
|
+
boxStyle: 'badge'
|
|
597
622
|
}
|
|
598
623
|
}
|
|
599
624
|
}, {
|
|
600
|
-
name: '
|
|
601
|
-
type: '
|
|
625
|
+
name: 'footer',
|
|
626
|
+
type: 'footer',
|
|
627
|
+
label: reactIntl.defineMessage({
|
|
628
|
+
id: "g4nybp",
|
|
629
|
+
defaultMessage: [{
|
|
630
|
+
"type": 0,
|
|
631
|
+
"value": "Footer"
|
|
632
|
+
}]
|
|
633
|
+
}),
|
|
634
|
+
theme: {
|
|
635
|
+
callToAction: {
|
|
636
|
+
label: {
|
|
637
|
+
textStyle: 'cta'
|
|
638
|
+
},
|
|
639
|
+
boxStyle: 'cta'
|
|
640
|
+
}
|
|
641
|
+
}
|
|
602
642
|
}]
|
|
603
643
|
}, {
|
|
604
644
|
id: 'image-text',
|
|
@@ -680,17 +720,41 @@ var definition = [{
|
|
|
680
720
|
}]
|
|
681
721
|
})
|
|
682
722
|
}, {
|
|
683
|
-
name: '
|
|
684
|
-
type: '
|
|
723
|
+
name: 'header',
|
|
724
|
+
type: 'header',
|
|
725
|
+
label: reactIntl.defineMessage({
|
|
726
|
+
id: "rhuDxI",
|
|
727
|
+
defaultMessage: [{
|
|
728
|
+
"type": 0,
|
|
729
|
+
"value": "Header"
|
|
730
|
+
}]
|
|
731
|
+
}),
|
|
685
732
|
theme: {
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
733
|
+
badge: {
|
|
734
|
+
label: {
|
|
735
|
+
textStyle: 'badge'
|
|
736
|
+
},
|
|
737
|
+
boxStyle: 'badge'
|
|
689
738
|
}
|
|
690
739
|
}
|
|
691
740
|
}, {
|
|
692
|
-
name: '
|
|
693
|
-
type: '
|
|
741
|
+
name: 'footer',
|
|
742
|
+
type: 'footer',
|
|
743
|
+
label: reactIntl.defineMessage({
|
|
744
|
+
id: "g4nybp",
|
|
745
|
+
defaultMessage: [{
|
|
746
|
+
"type": 0,
|
|
747
|
+
"value": "Footer"
|
|
748
|
+
}]
|
|
749
|
+
}),
|
|
750
|
+
theme: {
|
|
751
|
+
callToAction: {
|
|
752
|
+
label: {
|
|
753
|
+
textStyle: 'cta'
|
|
754
|
+
},
|
|
755
|
+
boxStyle: 'cta'
|
|
756
|
+
}
|
|
757
|
+
}
|
|
694
758
|
}]
|
|
695
759
|
}, {
|
|
696
760
|
id: 'image-title-text',
|
|
@@ -787,17 +851,41 @@ var definition = [{
|
|
|
787
851
|
}]
|
|
788
852
|
})
|
|
789
853
|
}, {
|
|
790
|
-
name: '
|
|
791
|
-
type: '
|
|
854
|
+
name: 'header',
|
|
855
|
+
type: 'header',
|
|
856
|
+
label: reactIntl.defineMessage({
|
|
857
|
+
id: "rhuDxI",
|
|
858
|
+
defaultMessage: [{
|
|
859
|
+
"type": 0,
|
|
860
|
+
"value": "Header"
|
|
861
|
+
}]
|
|
862
|
+
}),
|
|
792
863
|
theme: {
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
864
|
+
badge: {
|
|
865
|
+
label: {
|
|
866
|
+
textStyle: 'badge'
|
|
867
|
+
},
|
|
868
|
+
boxStyle: 'badge'
|
|
796
869
|
}
|
|
797
870
|
}
|
|
798
871
|
}, {
|
|
799
|
-
name: '
|
|
800
|
-
type: '
|
|
872
|
+
name: 'footer',
|
|
873
|
+
type: 'footer',
|
|
874
|
+
label: reactIntl.defineMessage({
|
|
875
|
+
id: "g4nybp",
|
|
876
|
+
defaultMessage: [{
|
|
877
|
+
"type": 0,
|
|
878
|
+
"value": "Footer"
|
|
879
|
+
}]
|
|
880
|
+
}),
|
|
881
|
+
theme: {
|
|
882
|
+
callToAction: {
|
|
883
|
+
label: {
|
|
884
|
+
textStyle: 'cta'
|
|
885
|
+
},
|
|
886
|
+
boxStyle: 'cta'
|
|
887
|
+
}
|
|
888
|
+
}
|
|
801
889
|
}]
|
|
802
890
|
}, {
|
|
803
891
|
id: 'image-legend',
|
|
@@ -879,17 +967,41 @@ var definition = [{
|
|
|
879
967
|
}]
|
|
880
968
|
})
|
|
881
969
|
}, {
|
|
882
|
-
name: '
|
|
883
|
-
type: '
|
|
970
|
+
name: 'header',
|
|
971
|
+
type: 'header',
|
|
972
|
+
label: reactIntl.defineMessage({
|
|
973
|
+
id: "rhuDxI",
|
|
974
|
+
defaultMessage: [{
|
|
975
|
+
"type": 0,
|
|
976
|
+
"value": "Header"
|
|
977
|
+
}]
|
|
978
|
+
}),
|
|
884
979
|
theme: {
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
980
|
+
badge: {
|
|
981
|
+
label: {
|
|
982
|
+
textStyle: 'badge'
|
|
983
|
+
},
|
|
984
|
+
boxStyle: 'badge'
|
|
888
985
|
}
|
|
889
986
|
}
|
|
890
987
|
}, {
|
|
891
|
-
name: '
|
|
892
|
-
type: '
|
|
988
|
+
name: 'footer',
|
|
989
|
+
type: 'footer',
|
|
990
|
+
label: reactIntl.defineMessage({
|
|
991
|
+
id: "g4nybp",
|
|
992
|
+
defaultMessage: [{
|
|
993
|
+
"type": 0,
|
|
994
|
+
"value": "Footer"
|
|
995
|
+
}]
|
|
996
|
+
}),
|
|
997
|
+
theme: {
|
|
998
|
+
callToAction: {
|
|
999
|
+
label: {
|
|
1000
|
+
textStyle: 'cta'
|
|
1001
|
+
},
|
|
1002
|
+
boxStyle: 'cta'
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
893
1005
|
}]
|
|
894
1006
|
}];
|
|
895
1007
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-image",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.359",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,16 +49,16 @@
|
|
|
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-container": "^0.3.
|
|
55
|
-
"@micromag/element-footer": "^0.3.
|
|
56
|
-
"@micromag/element-header": "^0.3.
|
|
57
|
-
"@micromag/element-heading": "^0.3.
|
|
58
|
-
"@micromag/element-layout": "^0.3.
|
|
59
|
-
"@micromag/element-text": "^0.3.
|
|
60
|
-
"@micromag/element-visual": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.359",
|
|
53
|
+
"@micromag/element-background": "^0.3.359",
|
|
54
|
+
"@micromag/element-container": "^0.3.359",
|
|
55
|
+
"@micromag/element-footer": "^0.3.359",
|
|
56
|
+
"@micromag/element-header": "^0.3.359",
|
|
57
|
+
"@micromag/element-heading": "^0.3.359",
|
|
58
|
+
"@micromag/element-layout": "^0.3.359",
|
|
59
|
+
"@micromag/element-text": "^0.3.359",
|
|
60
|
+
"@micromag/element-visual": "^0.3.359",
|
|
61
|
+
"@micromag/transforms": "^0.3.359",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "22eba0d01f18f8971e0405bbb41081b5e2ae80ee"
|
|
72
72
|
}
|