@micromag/screen-gallery 0.3.273 → 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 +11 -11
package/es/index.js
CHANGED
|
@@ -561,6 +561,9 @@ var definition = [{
|
|
|
561
561
|
textStyle: 'cta'
|
|
562
562
|
}
|
|
563
563
|
}
|
|
564
|
+
}, {
|
|
565
|
+
name: 'shareIncentive',
|
|
566
|
+
type: 'share-incentive'
|
|
564
567
|
}]
|
|
565
568
|
}, {
|
|
566
569
|
id: 'gallery-captions',
|
|
@@ -635,6 +638,9 @@ var definition = [{
|
|
|
635
638
|
textStyle: 'cta'
|
|
636
639
|
}
|
|
637
640
|
}
|
|
641
|
+
}, {
|
|
642
|
+
name: 'shareIncentive',
|
|
643
|
+
type: 'share-incentive'
|
|
638
644
|
}]
|
|
639
645
|
}];
|
|
640
646
|
|
package/lib/index.js
CHANGED
|
@@ -583,6 +583,9 @@ var definition = [{
|
|
|
583
583
|
textStyle: 'cta'
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
|
+
}, {
|
|
587
|
+
name: 'shareIncentive',
|
|
588
|
+
type: 'share-incentive'
|
|
586
589
|
}]
|
|
587
590
|
}, {
|
|
588
591
|
id: 'gallery-captions',
|
|
@@ -657,6 +660,9 @@ var definition = [{
|
|
|
657
660
|
textStyle: 'cta'
|
|
658
661
|
}
|
|
659
662
|
}
|
|
663
|
+
}, {
|
|
664
|
+
name: 'shareIncentive',
|
|
665
|
+
type: 'share-incentive'
|
|
660
666
|
}]
|
|
661
667
|
}];
|
|
662
668
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-gallery",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.281",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,15 +49,15 @@
|
|
|
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-grid": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-text": "^0.3.
|
|
59
|
-
"@micromag/element-visual": "^0.3.
|
|
60
|
-
"@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-grid": "^0.3.281",
|
|
57
|
+
"@micromag/element-layout": "^0.3.281",
|
|
58
|
+
"@micromag/element-text": "^0.3.281",
|
|
59
|
+
"@micromag/element-visual": "^0.3.281",
|
|
60
|
+
"@micromag/transforms": "^0.3.281",
|
|
61
61
|
"classnames": "^2.2.6",
|
|
62
62
|
"lodash": "^4.17.21",
|
|
63
63
|
"prop-types": "^15.7.2",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "1ccd2caafbcf2b27cde1216f97ae45abf0ae8c63"
|
|
71
71
|
}
|