@micromag/screen-timeline 0.3.266 → 0.3.281
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 +6 -0
- package/lib/index.js +6 -0
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -544,6 +544,9 @@ var definition = [{
|
|
|
544
544
|
textStyle: 'cta'
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
|
+
}, {
|
|
548
|
+
name: 'shareIncentive',
|
|
549
|
+
type: 'share-incentive'
|
|
547
550
|
}]
|
|
548
551
|
}, {
|
|
549
552
|
id: 'timeline-illustrated',
|
|
@@ -684,6 +687,9 @@ var definition = [{
|
|
|
684
687
|
textStyle: 'cta'
|
|
685
688
|
}
|
|
686
689
|
}
|
|
690
|
+
}, {
|
|
691
|
+
name: 'shareIncentive',
|
|
692
|
+
type: 'share-incentive'
|
|
687
693
|
}]
|
|
688
694
|
}];
|
|
689
695
|
|
package/lib/index.js
CHANGED
|
@@ -567,6 +567,9 @@ var definition = [{
|
|
|
567
567
|
textStyle: 'cta'
|
|
568
568
|
}
|
|
569
569
|
}
|
|
570
|
+
}, {
|
|
571
|
+
name: 'shareIncentive',
|
|
572
|
+
type: 'share-incentive'
|
|
570
573
|
}]
|
|
571
574
|
}, {
|
|
572
575
|
id: 'timeline-illustrated',
|
|
@@ -707,6 +710,9 @@ var definition = [{
|
|
|
707
710
|
textStyle: 'cta'
|
|
708
711
|
}
|
|
709
712
|
}
|
|
713
|
+
}, {
|
|
714
|
+
name: 'shareIncentive',
|
|
715
|
+
type: 'share-incentive'
|
|
710
716
|
}]
|
|
711
717
|
}];
|
|
712
718
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-timeline",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.281",
|
|
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-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-scroll": "^0.3.
|
|
59
|
-
"@micromag/element-text": "^0.3.
|
|
60
|
-
"@micromag/element-visual": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.281",
|
|
53
|
+
"@micromag/element-background": "^0.3.281",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.281",
|
|
55
|
+
"@micromag/element-container": "^0.3.281",
|
|
56
|
+
"@micromag/element-heading": "^0.3.281",
|
|
57
|
+
"@micromag/element-layout": "^0.3.281",
|
|
58
|
+
"@micromag/element-scroll": "^0.3.281",
|
|
59
|
+
"@micromag/element-text": "^0.3.281",
|
|
60
|
+
"@micromag/element-visual": "^0.3.281",
|
|
61
|
+
"@micromag/transforms": "^0.3.281",
|
|
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": "1ccd2caafbcf2b27cde1216f97ae45abf0ae8c63"
|
|
72
72
|
}
|