@micromag/screen-video-360 0.2.401 → 0.2.403
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 +8 -8
- package/lib/index.js +8 -8
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -627,8 +627,8 @@ var definition = {
|
|
|
627
627
|
type: 'screen',
|
|
628
628
|
group: {
|
|
629
629
|
label: defineMessage({
|
|
630
|
-
|
|
631
|
-
|
|
630
|
+
id: "+9akmg",
|
|
631
|
+
defaultMessage: [{
|
|
632
632
|
"type": 0,
|
|
633
633
|
"value": "Audio and Video"
|
|
634
634
|
}]
|
|
@@ -636,8 +636,8 @@ var definition = {
|
|
|
636
636
|
order: 5
|
|
637
637
|
},
|
|
638
638
|
title: defineMessage({
|
|
639
|
-
|
|
640
|
-
|
|
639
|
+
id: "GRVidW",
|
|
640
|
+
defaultMessage: [{
|
|
641
641
|
"type": 0,
|
|
642
642
|
"value": "360 Video"
|
|
643
643
|
}]
|
|
@@ -655,8 +655,8 @@ var definition = {
|
|
|
655
655
|
autoPlay: true
|
|
656
656
|
},
|
|
657
657
|
label: defineMessage({
|
|
658
|
-
|
|
659
|
-
|
|
658
|
+
id: "tvl2Zc",
|
|
659
|
+
defaultMessage: [{
|
|
660
660
|
"type": 0,
|
|
661
661
|
"value": "Video"
|
|
662
662
|
}]
|
|
@@ -665,8 +665,8 @@ var definition = {
|
|
|
665
665
|
name: 'background',
|
|
666
666
|
type: 'background',
|
|
667
667
|
label: defineMessage({
|
|
668
|
-
|
|
669
|
-
|
|
668
|
+
id: "+MPZRu",
|
|
669
|
+
defaultMessage: [{
|
|
670
670
|
"type": 0,
|
|
671
671
|
"value": "Background"
|
|
672
672
|
}]
|
package/lib/index.js
CHANGED
|
@@ -666,8 +666,8 @@ var definition = {
|
|
|
666
666
|
type: 'screen',
|
|
667
667
|
group: {
|
|
668
668
|
label: reactIntl.defineMessage({
|
|
669
|
-
|
|
670
|
-
|
|
669
|
+
id: "+9akmg",
|
|
670
|
+
defaultMessage: [{
|
|
671
671
|
"type": 0,
|
|
672
672
|
"value": "Audio and Video"
|
|
673
673
|
}]
|
|
@@ -675,8 +675,8 @@ var definition = {
|
|
|
675
675
|
order: 5
|
|
676
676
|
},
|
|
677
677
|
title: reactIntl.defineMessage({
|
|
678
|
-
|
|
679
|
-
|
|
678
|
+
id: "GRVidW",
|
|
679
|
+
defaultMessage: [{
|
|
680
680
|
"type": 0,
|
|
681
681
|
"value": "360 Video"
|
|
682
682
|
}]
|
|
@@ -694,8 +694,8 @@ var definition = {
|
|
|
694
694
|
autoPlay: true
|
|
695
695
|
},
|
|
696
696
|
label: reactIntl.defineMessage({
|
|
697
|
-
|
|
698
|
-
|
|
697
|
+
id: "tvl2Zc",
|
|
698
|
+
defaultMessage: [{
|
|
699
699
|
"type": 0,
|
|
700
700
|
"value": "Video"
|
|
701
701
|
}]
|
|
@@ -704,8 +704,8 @@ var definition = {
|
|
|
704
704
|
name: 'background',
|
|
705
705
|
type: 'background',
|
|
706
706
|
label: reactIntl.defineMessage({
|
|
707
|
-
|
|
708
|
-
|
|
707
|
+
id: "+MPZRu",
|
|
708
|
+
defaultMessage: [{
|
|
709
709
|
"type": 0,
|
|
710
710
|
"value": "Background"
|
|
711
711
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-video-360",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.403",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@folklore/size": "^0.1.15",
|
|
53
|
-
"@micromag/core": "^0.2.
|
|
54
|
-
"@micromag/element-background": "^0.2.
|
|
55
|
-
"@micromag/element-call-to-action": "^0.2.
|
|
56
|
-
"@micromag/element-closed-captions": "^0.2.
|
|
57
|
-
"@micromag/element-container": "^0.2.
|
|
58
|
-
"@micromag/element-image": "^0.2.
|
|
59
|
-
"@micromag/element-media-controls": "^0.2.
|
|
60
|
-
"@micromag/element-video": "^0.2.
|
|
61
|
-
"@micromag/transforms": "^0.2.
|
|
53
|
+
"@micromag/core": "^0.2.403",
|
|
54
|
+
"@micromag/element-background": "^0.2.403",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.2.403",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.2.403",
|
|
57
|
+
"@micromag/element-container": "^0.2.403",
|
|
58
|
+
"@micromag/element-image": "^0.2.403",
|
|
59
|
+
"@micromag/element-media-controls": "^0.2.403",
|
|
60
|
+
"@micromag/element-video": "^0.2.403",
|
|
61
|
+
"@micromag/transforms": "^0.2.403",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "7a6604651c990286e594350ef730d40772937195"
|
|
74
74
|
}
|