@micromag/screen-image 0.3.357 → 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.
Files changed (3) hide show
  1. package/es/index.js +90 -10
  2. package/lib/index.js +90 -10
  3. 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',
@@ -572,7 +588,15 @@ var definition = [{
572
588
  "type": 0,
573
589
  "value": "Header"
574
590
  }]
575
- })
591
+ }),
592
+ theme: {
593
+ badge: {
594
+ label: {
595
+ textStyle: 'badge'
596
+ },
597
+ boxStyle: 'badge'
598
+ }
599
+ }
576
600
  }, {
577
601
  name: 'footer',
578
602
  type: 'footer',
@@ -582,7 +606,15 @@ var definition = [{
582
606
  "type": 0,
583
607
  "value": "Footer"
584
608
  }]
585
- })
609
+ }),
610
+ theme: {
611
+ callToAction: {
612
+ label: {
613
+ textStyle: 'cta'
614
+ },
615
+ boxStyle: 'cta'
616
+ }
617
+ }
586
618
  }]
587
619
  }, {
588
620
  id: 'image-text',
@@ -672,7 +704,15 @@ var definition = [{
672
704
  "type": 0,
673
705
  "value": "Header"
674
706
  }]
675
- })
707
+ }),
708
+ theme: {
709
+ badge: {
710
+ label: {
711
+ textStyle: 'badge'
712
+ },
713
+ boxStyle: 'badge'
714
+ }
715
+ }
676
716
  }, {
677
717
  name: 'footer',
678
718
  type: 'footer',
@@ -682,7 +722,15 @@ var definition = [{
682
722
  "type": 0,
683
723
  "value": "Footer"
684
724
  }]
685
- })
725
+ }),
726
+ theme: {
727
+ callToAction: {
728
+ label: {
729
+ textStyle: 'cta'
730
+ },
731
+ boxStyle: 'cta'
732
+ }
733
+ }
686
734
  }]
687
735
  }, {
688
736
  id: 'image-title-text',
@@ -787,7 +835,15 @@ var definition = [{
787
835
  "type": 0,
788
836
  "value": "Header"
789
837
  }]
790
- })
838
+ }),
839
+ theme: {
840
+ badge: {
841
+ label: {
842
+ textStyle: 'badge'
843
+ },
844
+ boxStyle: 'badge'
845
+ }
846
+ }
791
847
  }, {
792
848
  name: 'footer',
793
849
  type: 'footer',
@@ -797,7 +853,15 @@ var definition = [{
797
853
  "type": 0,
798
854
  "value": "Footer"
799
855
  }]
800
- })
856
+ }),
857
+ theme: {
858
+ callToAction: {
859
+ label: {
860
+ textStyle: 'cta'
861
+ },
862
+ boxStyle: 'cta'
863
+ }
864
+ }
801
865
  }]
802
866
  }, {
803
867
  id: 'image-legend',
@@ -887,7 +951,15 @@ var definition = [{
887
951
  "type": 0,
888
952
  "value": "Header"
889
953
  }]
890
- })
954
+ }),
955
+ theme: {
956
+ badge: {
957
+ label: {
958
+ textStyle: 'badge'
959
+ },
960
+ boxStyle: 'badge'
961
+ }
962
+ }
891
963
  }, {
892
964
  name: 'footer',
893
965
  type: 'footer',
@@ -897,7 +969,15 @@ var definition = [{
897
969
  "type": 0,
898
970
  "value": "Footer"
899
971
  }]
900
- })
972
+ }),
973
+ theme: {
974
+ callToAction: {
975
+ label: {
976
+ textStyle: 'cta'
977
+ },
978
+ boxStyle: 'cta'
979
+ }
980
+ }
901
981
  }]
902
982
  }];
903
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',
@@ -596,7 +612,15 @@ var definition = [{
596
612
  "type": 0,
597
613
  "value": "Header"
598
614
  }]
599
- })
615
+ }),
616
+ theme: {
617
+ badge: {
618
+ label: {
619
+ textStyle: 'badge'
620
+ },
621
+ boxStyle: 'badge'
622
+ }
623
+ }
600
624
  }, {
601
625
  name: 'footer',
602
626
  type: 'footer',
@@ -606,7 +630,15 @@ var definition = [{
606
630
  "type": 0,
607
631
  "value": "Footer"
608
632
  }]
609
- })
633
+ }),
634
+ theme: {
635
+ callToAction: {
636
+ label: {
637
+ textStyle: 'cta'
638
+ },
639
+ boxStyle: 'cta'
640
+ }
641
+ }
610
642
  }]
611
643
  }, {
612
644
  id: 'image-text',
@@ -696,7 +728,15 @@ var definition = [{
696
728
  "type": 0,
697
729
  "value": "Header"
698
730
  }]
699
- })
731
+ }),
732
+ theme: {
733
+ badge: {
734
+ label: {
735
+ textStyle: 'badge'
736
+ },
737
+ boxStyle: 'badge'
738
+ }
739
+ }
700
740
  }, {
701
741
  name: 'footer',
702
742
  type: 'footer',
@@ -706,7 +746,15 @@ var definition = [{
706
746
  "type": 0,
707
747
  "value": "Footer"
708
748
  }]
709
- })
749
+ }),
750
+ theme: {
751
+ callToAction: {
752
+ label: {
753
+ textStyle: 'cta'
754
+ },
755
+ boxStyle: 'cta'
756
+ }
757
+ }
710
758
  }]
711
759
  }, {
712
760
  id: 'image-title-text',
@@ -811,7 +859,15 @@ var definition = [{
811
859
  "type": 0,
812
860
  "value": "Header"
813
861
  }]
814
- })
862
+ }),
863
+ theme: {
864
+ badge: {
865
+ label: {
866
+ textStyle: 'badge'
867
+ },
868
+ boxStyle: 'badge'
869
+ }
870
+ }
815
871
  }, {
816
872
  name: 'footer',
817
873
  type: 'footer',
@@ -821,7 +877,15 @@ var definition = [{
821
877
  "type": 0,
822
878
  "value": "Footer"
823
879
  }]
824
- })
880
+ }),
881
+ theme: {
882
+ callToAction: {
883
+ label: {
884
+ textStyle: 'cta'
885
+ },
886
+ boxStyle: 'cta'
887
+ }
888
+ }
825
889
  }]
826
890
  }, {
827
891
  id: 'image-legend',
@@ -911,7 +975,15 @@ var definition = [{
911
975
  "type": 0,
912
976
  "value": "Header"
913
977
  }]
914
- })
978
+ }),
979
+ theme: {
980
+ badge: {
981
+ label: {
982
+ textStyle: 'badge'
983
+ },
984
+ boxStyle: 'badge'
985
+ }
986
+ }
915
987
  }, {
916
988
  name: 'footer',
917
989
  type: 'footer',
@@ -921,7 +993,15 @@ var definition = [{
921
993
  "type": 0,
922
994
  "value": "Footer"
923
995
  }]
924
- })
996
+ }),
997
+ theme: {
998
+ callToAction: {
999
+ label: {
1000
+ textStyle: 'cta'
1001
+ },
1002
+ boxStyle: 'cta'
1003
+ }
1004
+ }
925
1005
  }]
926
1006
  }];
927
1007
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-image",
3
- "version": "0.3.357",
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.354",
53
- "@micromag/element-background": "^0.3.354",
54
- "@micromag/element-container": "^0.3.354",
55
- "@micromag/element-footer": "^0.3.354",
56
- "@micromag/element-header": "^0.3.357",
57
- "@micromag/element-heading": "^0.3.354",
58
- "@micromag/element-layout": "^0.3.354",
59
- "@micromag/element-text": "^0.3.354",
60
- "@micromag/element-visual": "^0.3.354",
61
- "@micromag/transforms": "^0.3.354",
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": "60264402b3f34eaba79d9c2a266b440966a957d2"
71
+ "gitHead": "22eba0d01f18f8971e0405bbb41081b5e2ae80ee"
72
72
  }