@micromag/screen-timeline 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 +36 -4
- package/lib/index.js +36 -4
- package/package.json +13 -13
package/es/index.js
CHANGED
|
@@ -520,7 +520,15 @@ var definition = [{
|
|
|
520
520
|
"type": 0,
|
|
521
521
|
"value": "Header"
|
|
522
522
|
}]
|
|
523
|
-
})
|
|
523
|
+
}),
|
|
524
|
+
theme: {
|
|
525
|
+
badge: {
|
|
526
|
+
label: {
|
|
527
|
+
textStyle: 'badge'
|
|
528
|
+
},
|
|
529
|
+
boxStyle: 'badge'
|
|
530
|
+
}
|
|
531
|
+
}
|
|
524
532
|
}, {
|
|
525
533
|
name: 'footer',
|
|
526
534
|
type: 'footer',
|
|
@@ -530,7 +538,15 @@ var definition = [{
|
|
|
530
538
|
"type": 0,
|
|
531
539
|
"value": "Footer"
|
|
532
540
|
}]
|
|
533
|
-
})
|
|
541
|
+
}),
|
|
542
|
+
theme: {
|
|
543
|
+
callToAction: {
|
|
544
|
+
label: {
|
|
545
|
+
textStyle: 'cta'
|
|
546
|
+
},
|
|
547
|
+
boxStyle: 'cta'
|
|
548
|
+
}
|
|
549
|
+
}
|
|
534
550
|
}]
|
|
535
551
|
}, {
|
|
536
552
|
id: 'timeline-illustrated',
|
|
@@ -671,7 +687,15 @@ var definition = [{
|
|
|
671
687
|
"type": 0,
|
|
672
688
|
"value": "Header"
|
|
673
689
|
}]
|
|
674
|
-
})
|
|
690
|
+
}),
|
|
691
|
+
theme: {
|
|
692
|
+
badge: {
|
|
693
|
+
label: {
|
|
694
|
+
textStyle: 'badge'
|
|
695
|
+
},
|
|
696
|
+
boxStyle: 'badge'
|
|
697
|
+
}
|
|
698
|
+
}
|
|
675
699
|
}, {
|
|
676
700
|
name: 'footer',
|
|
677
701
|
type: 'footer',
|
|
@@ -681,7 +705,15 @@ var definition = [{
|
|
|
681
705
|
"type": 0,
|
|
682
706
|
"value": "Footer"
|
|
683
707
|
}]
|
|
684
|
-
})
|
|
708
|
+
}),
|
|
709
|
+
theme: {
|
|
710
|
+
callToAction: {
|
|
711
|
+
label: {
|
|
712
|
+
textStyle: 'cta'
|
|
713
|
+
},
|
|
714
|
+
boxStyle: 'cta'
|
|
715
|
+
}
|
|
716
|
+
}
|
|
685
717
|
}]
|
|
686
718
|
}];
|
|
687
719
|
|
package/lib/index.js
CHANGED
|
@@ -545,7 +545,15 @@ var definition = [{
|
|
|
545
545
|
"type": 0,
|
|
546
546
|
"value": "Header"
|
|
547
547
|
}]
|
|
548
|
-
})
|
|
548
|
+
}),
|
|
549
|
+
theme: {
|
|
550
|
+
badge: {
|
|
551
|
+
label: {
|
|
552
|
+
textStyle: 'badge'
|
|
553
|
+
},
|
|
554
|
+
boxStyle: 'badge'
|
|
555
|
+
}
|
|
556
|
+
}
|
|
549
557
|
}, {
|
|
550
558
|
name: 'footer',
|
|
551
559
|
type: 'footer',
|
|
@@ -555,7 +563,15 @@ var definition = [{
|
|
|
555
563
|
"type": 0,
|
|
556
564
|
"value": "Footer"
|
|
557
565
|
}]
|
|
558
|
-
})
|
|
566
|
+
}),
|
|
567
|
+
theme: {
|
|
568
|
+
callToAction: {
|
|
569
|
+
label: {
|
|
570
|
+
textStyle: 'cta'
|
|
571
|
+
},
|
|
572
|
+
boxStyle: 'cta'
|
|
573
|
+
}
|
|
574
|
+
}
|
|
559
575
|
}]
|
|
560
576
|
}, {
|
|
561
577
|
id: 'timeline-illustrated',
|
|
@@ -696,7 +712,15 @@ var definition = [{
|
|
|
696
712
|
"type": 0,
|
|
697
713
|
"value": "Header"
|
|
698
714
|
}]
|
|
699
|
-
})
|
|
715
|
+
}),
|
|
716
|
+
theme: {
|
|
717
|
+
badge: {
|
|
718
|
+
label: {
|
|
719
|
+
textStyle: 'badge'
|
|
720
|
+
},
|
|
721
|
+
boxStyle: 'badge'
|
|
722
|
+
}
|
|
723
|
+
}
|
|
700
724
|
}, {
|
|
701
725
|
name: 'footer',
|
|
702
726
|
type: 'footer',
|
|
@@ -706,7 +730,15 @@ var definition = [{
|
|
|
706
730
|
"type": 0,
|
|
707
731
|
"value": "Footer"
|
|
708
732
|
}]
|
|
709
|
-
})
|
|
733
|
+
}),
|
|
734
|
+
theme: {
|
|
735
|
+
callToAction: {
|
|
736
|
+
label: {
|
|
737
|
+
textStyle: 'cta'
|
|
738
|
+
},
|
|
739
|
+
boxStyle: 'cta'
|
|
740
|
+
}
|
|
741
|
+
}
|
|
710
742
|
}]
|
|
711
743
|
}];
|
|
712
744
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-timeline",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.359",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,17 +49,17 @@
|
|
|
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-scroll": "^0.3.
|
|
60
|
-
"@micromag/element-text": "^0.3.
|
|
61
|
-
"@micromag/element-visual": "^0.3.
|
|
62
|
-
"@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-scroll": "^0.3.359",
|
|
60
|
+
"@micromag/element-text": "^0.3.359",
|
|
61
|
+
"@micromag/element-visual": "^0.3.359",
|
|
62
|
+
"@micromag/transforms": "^0.3.359",
|
|
63
63
|
"classnames": "^2.2.6",
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
65
|
"prop-types": "^15.7.2",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "22eba0d01f18f8971e0405bbb41081b5e2ae80ee"
|
|
73
73
|
}
|