@micromag/screen-gallery 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.
- package/es/index.js +49 -9
- package/lib/index.js +49 -9
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -560,17 +560,41 @@ var definition = [{
|
|
|
560
560
|
}]
|
|
561
561
|
})
|
|
562
562
|
}, {
|
|
563
|
-
name: '
|
|
564
|
-
type: '
|
|
563
|
+
name: 'header',
|
|
564
|
+
type: 'header',
|
|
565
|
+
label: defineMessage({
|
|
566
|
+
id: "rhuDxI",
|
|
567
|
+
defaultMessage: [{
|
|
568
|
+
"type": 0,
|
|
569
|
+
"value": "Header"
|
|
570
|
+
}]
|
|
571
|
+
}),
|
|
565
572
|
theme: {
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
573
|
+
badge: {
|
|
574
|
+
label: {
|
|
575
|
+
textStyle: 'badge'
|
|
576
|
+
},
|
|
577
|
+
boxStyle: 'badge'
|
|
569
578
|
}
|
|
570
579
|
}
|
|
571
580
|
}, {
|
|
572
|
-
name: '
|
|
573
|
-
type: '
|
|
581
|
+
name: 'footer',
|
|
582
|
+
type: 'footer',
|
|
583
|
+
label: defineMessage({
|
|
584
|
+
id: "g4nybp",
|
|
585
|
+
defaultMessage: [{
|
|
586
|
+
"type": 0,
|
|
587
|
+
"value": "Footer"
|
|
588
|
+
}]
|
|
589
|
+
}),
|
|
590
|
+
theme: {
|
|
591
|
+
callToAction: {
|
|
592
|
+
label: {
|
|
593
|
+
textStyle: 'cta'
|
|
594
|
+
},
|
|
595
|
+
boxStyle: 'cta'
|
|
596
|
+
}
|
|
597
|
+
}
|
|
574
598
|
}]
|
|
575
599
|
}, {
|
|
576
600
|
id: 'gallery-captions',
|
|
@@ -650,7 +674,15 @@ var definition = [{
|
|
|
650
674
|
"type": 0,
|
|
651
675
|
"value": "Header"
|
|
652
676
|
}]
|
|
653
|
-
})
|
|
677
|
+
}),
|
|
678
|
+
theme: {
|
|
679
|
+
badge: {
|
|
680
|
+
label: {
|
|
681
|
+
textStyle: 'badge'
|
|
682
|
+
},
|
|
683
|
+
boxStyle: 'badge'
|
|
684
|
+
}
|
|
685
|
+
}
|
|
654
686
|
}, {
|
|
655
687
|
name: 'footer',
|
|
656
688
|
type: 'footer',
|
|
@@ -660,7 +692,15 @@ var definition = [{
|
|
|
660
692
|
"type": 0,
|
|
661
693
|
"value": "Footer"
|
|
662
694
|
}]
|
|
663
|
-
})
|
|
695
|
+
}),
|
|
696
|
+
theme: {
|
|
697
|
+
callToAction: {
|
|
698
|
+
label: {
|
|
699
|
+
textStyle: 'cta'
|
|
700
|
+
},
|
|
701
|
+
boxStyle: 'cta'
|
|
702
|
+
}
|
|
703
|
+
}
|
|
664
704
|
}]
|
|
665
705
|
}];
|
|
666
706
|
|
package/lib/index.js
CHANGED
|
@@ -584,17 +584,41 @@ var definition = [{
|
|
|
584
584
|
}]
|
|
585
585
|
})
|
|
586
586
|
}, {
|
|
587
|
-
name: '
|
|
588
|
-
type: '
|
|
587
|
+
name: 'header',
|
|
588
|
+
type: 'header',
|
|
589
|
+
label: reactIntl.defineMessage({
|
|
590
|
+
id: "rhuDxI",
|
|
591
|
+
defaultMessage: [{
|
|
592
|
+
"type": 0,
|
|
593
|
+
"value": "Header"
|
|
594
|
+
}]
|
|
595
|
+
}),
|
|
589
596
|
theme: {
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
597
|
+
badge: {
|
|
598
|
+
label: {
|
|
599
|
+
textStyle: 'badge'
|
|
600
|
+
},
|
|
601
|
+
boxStyle: 'badge'
|
|
593
602
|
}
|
|
594
603
|
}
|
|
595
604
|
}, {
|
|
596
|
-
name: '
|
|
597
|
-
type: '
|
|
605
|
+
name: 'footer',
|
|
606
|
+
type: 'footer',
|
|
607
|
+
label: reactIntl.defineMessage({
|
|
608
|
+
id: "g4nybp",
|
|
609
|
+
defaultMessage: [{
|
|
610
|
+
"type": 0,
|
|
611
|
+
"value": "Footer"
|
|
612
|
+
}]
|
|
613
|
+
}),
|
|
614
|
+
theme: {
|
|
615
|
+
callToAction: {
|
|
616
|
+
label: {
|
|
617
|
+
textStyle: 'cta'
|
|
618
|
+
},
|
|
619
|
+
boxStyle: 'cta'
|
|
620
|
+
}
|
|
621
|
+
}
|
|
598
622
|
}]
|
|
599
623
|
}, {
|
|
600
624
|
id: 'gallery-captions',
|
|
@@ -674,7 +698,15 @@ var definition = [{
|
|
|
674
698
|
"type": 0,
|
|
675
699
|
"value": "Header"
|
|
676
700
|
}]
|
|
677
|
-
})
|
|
701
|
+
}),
|
|
702
|
+
theme: {
|
|
703
|
+
badge: {
|
|
704
|
+
label: {
|
|
705
|
+
textStyle: 'badge'
|
|
706
|
+
},
|
|
707
|
+
boxStyle: 'badge'
|
|
708
|
+
}
|
|
709
|
+
}
|
|
678
710
|
}, {
|
|
679
711
|
name: 'footer',
|
|
680
712
|
type: 'footer',
|
|
@@ -684,7 +716,15 @@ var definition = [{
|
|
|
684
716
|
"type": 0,
|
|
685
717
|
"value": "Footer"
|
|
686
718
|
}]
|
|
687
|
-
})
|
|
719
|
+
}),
|
|
720
|
+
theme: {
|
|
721
|
+
callToAction: {
|
|
722
|
+
label: {
|
|
723
|
+
textStyle: 'cta'
|
|
724
|
+
},
|
|
725
|
+
boxStyle: 'cta'
|
|
726
|
+
}
|
|
727
|
+
}
|
|
688
728
|
}]
|
|
689
729
|
}];
|
|
690
730
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-gallery",
|
|
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-grid": "^0.3.
|
|
57
|
-
"@micromag/element-header": "^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-grid": "^0.3.359",
|
|
57
|
+
"@micromag/element-header": "^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
|
}
|