@micromag/screen-video 0.2.399 → 0.2.405
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 +10 -10
- package/lib/index.js +10 -10
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -364,8 +364,8 @@ var definition = {
|
|
|
364
364
|
type: 'screen',
|
|
365
365
|
group: {
|
|
366
366
|
label: defineMessage({
|
|
367
|
-
|
|
368
|
-
|
|
367
|
+
id: "+9akmg",
|
|
368
|
+
defaultMessage: [{
|
|
369
369
|
"type": 0,
|
|
370
370
|
"value": "Audio and Video"
|
|
371
371
|
}]
|
|
@@ -373,8 +373,8 @@ var definition = {
|
|
|
373
373
|
order: 5
|
|
374
374
|
},
|
|
375
375
|
title: defineMessage({
|
|
376
|
-
|
|
377
|
-
|
|
376
|
+
id: "UBXIYP",
|
|
377
|
+
defaultMessage: [{
|
|
378
378
|
"type": 0,
|
|
379
379
|
"value": "Video"
|
|
380
380
|
}]
|
|
@@ -387,8 +387,8 @@ var definition = {
|
|
|
387
387
|
type: 'screen-layout',
|
|
388
388
|
defaultValue: 'middle',
|
|
389
389
|
label: defineMessage({
|
|
390
|
-
|
|
391
|
-
|
|
390
|
+
id: "4iBXj2",
|
|
391
|
+
defaultMessage: [{
|
|
392
392
|
"type": 0,
|
|
393
393
|
"value": "Layout"
|
|
394
394
|
}]
|
|
@@ -403,8 +403,8 @@ var definition = {
|
|
|
403
403
|
autoPlay: true
|
|
404
404
|
},
|
|
405
405
|
label: defineMessage({
|
|
406
|
-
|
|
407
|
-
|
|
406
|
+
id: "tvl2Zc",
|
|
407
|
+
defaultMessage: [{
|
|
408
408
|
"type": 0,
|
|
409
409
|
"value": "Video"
|
|
410
410
|
}]
|
|
@@ -413,8 +413,8 @@ var definition = {
|
|
|
413
413
|
name: 'background',
|
|
414
414
|
type: 'background',
|
|
415
415
|
label: defineMessage({
|
|
416
|
-
|
|
417
|
-
|
|
416
|
+
id: "+MPZRu",
|
|
417
|
+
defaultMessage: [{
|
|
418
418
|
"type": 0,
|
|
419
419
|
"value": "Background"
|
|
420
420
|
}]
|
package/lib/index.js
CHANGED
|
@@ -385,8 +385,8 @@ var definition = {
|
|
|
385
385
|
type: 'screen',
|
|
386
386
|
group: {
|
|
387
387
|
label: reactIntl.defineMessage({
|
|
388
|
-
|
|
389
|
-
|
|
388
|
+
id: "+9akmg",
|
|
389
|
+
defaultMessage: [{
|
|
390
390
|
"type": 0,
|
|
391
391
|
"value": "Audio and Video"
|
|
392
392
|
}]
|
|
@@ -394,8 +394,8 @@ var definition = {
|
|
|
394
394
|
order: 5
|
|
395
395
|
},
|
|
396
396
|
title: reactIntl.defineMessage({
|
|
397
|
-
|
|
398
|
-
|
|
397
|
+
id: "UBXIYP",
|
|
398
|
+
defaultMessage: [{
|
|
399
399
|
"type": 0,
|
|
400
400
|
"value": "Video"
|
|
401
401
|
}]
|
|
@@ -408,8 +408,8 @@ var definition = {
|
|
|
408
408
|
type: 'screen-layout',
|
|
409
409
|
defaultValue: 'middle',
|
|
410
410
|
label: reactIntl.defineMessage({
|
|
411
|
-
|
|
412
|
-
|
|
411
|
+
id: "4iBXj2",
|
|
412
|
+
defaultMessage: [{
|
|
413
413
|
"type": 0,
|
|
414
414
|
"value": "Layout"
|
|
415
415
|
}]
|
|
@@ -424,8 +424,8 @@ var definition = {
|
|
|
424
424
|
autoPlay: true
|
|
425
425
|
},
|
|
426
426
|
label: reactIntl.defineMessage({
|
|
427
|
-
|
|
428
|
-
|
|
427
|
+
id: "tvl2Zc",
|
|
428
|
+
defaultMessage: [{
|
|
429
429
|
"type": 0,
|
|
430
430
|
"value": "Video"
|
|
431
431
|
}]
|
|
@@ -434,8 +434,8 @@ var definition = {
|
|
|
434
434
|
name: 'background',
|
|
435
435
|
type: 'background',
|
|
436
436
|
label: reactIntl.defineMessage({
|
|
437
|
-
|
|
438
|
-
|
|
437
|
+
id: "+MPZRu",
|
|
438
|
+
defaultMessage: [{
|
|
439
439
|
"type": 0,
|
|
440
440
|
"value": "Background"
|
|
441
441
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-video",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.405",
|
|
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.405",
|
|
54
|
+
"@micromag/element-background": "^0.2.405",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.2.405",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.2.405",
|
|
57
|
+
"@micromag/element-container": "^0.2.405",
|
|
58
|
+
"@micromag/element-image": "^0.2.405",
|
|
59
|
+
"@micromag/element-media-controls": "^0.2.405",
|
|
60
|
+
"@micromag/element-video": "^0.2.405",
|
|
61
|
+
"@micromag/transforms": "^0.2.405",
|
|
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": "e3d172d92d78222d5307cc1513fee7eef9f28402"
|
|
72
72
|
}
|