@micromag/screen-video 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 +19 -31
- package/lib/index.js +19 -31
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -464,7 +464,15 @@ var definition = {
|
|
|
464
464
|
"type": 0,
|
|
465
465
|
"value": "Header"
|
|
466
466
|
}]
|
|
467
|
-
})
|
|
467
|
+
}),
|
|
468
|
+
theme: {
|
|
469
|
+
badge: {
|
|
470
|
+
label: {
|
|
471
|
+
textStyle: 'badge'
|
|
472
|
+
},
|
|
473
|
+
boxStyle: 'badge'
|
|
474
|
+
}
|
|
475
|
+
}
|
|
468
476
|
}, {
|
|
469
477
|
name: 'footer',
|
|
470
478
|
type: 'footer',
|
|
@@ -474,36 +482,16 @@ var definition = {
|
|
|
474
482
|
"type": 0,
|
|
475
483
|
"value": "Footer"
|
|
476
484
|
}]
|
|
477
|
-
})
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
// {
|
|
488
|
-
// name: 'callToAction',
|
|
489
|
-
// type: 'call-to-action-form',
|
|
490
|
-
// label: defineMessage({
|
|
491
|
-
// defaultMessage: 'Call to action',
|
|
492
|
-
// description: 'Cta field label',
|
|
493
|
-
// }),
|
|
494
|
-
// isHorizontal: true,
|
|
495
|
-
// // isList: true,
|
|
496
|
-
// // isFlushList: true,
|
|
497
|
-
// // defaultValue: null,
|
|
498
|
-
// // theme: {
|
|
499
|
-
// // label: {
|
|
500
|
-
// // textStyle: 'heading2',
|
|
501
|
-
// // },
|
|
502
|
-
// // },
|
|
503
|
-
// },
|
|
504
|
-
// ],
|
|
505
|
-
// },
|
|
506
|
-
]
|
|
485
|
+
}),
|
|
486
|
+
theme: {
|
|
487
|
+
callToAction: {
|
|
488
|
+
label: {
|
|
489
|
+
textStyle: 'cta'
|
|
490
|
+
},
|
|
491
|
+
boxStyle: 'cta'
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
}]
|
|
507
495
|
};
|
|
508
496
|
|
|
509
497
|
export { VideoScreen$1 as VideoScreen, definition as default };
|
package/lib/index.js
CHANGED
|
@@ -485,7 +485,15 @@ var definition = {
|
|
|
485
485
|
"type": 0,
|
|
486
486
|
"value": "Header"
|
|
487
487
|
}]
|
|
488
|
-
})
|
|
488
|
+
}),
|
|
489
|
+
theme: {
|
|
490
|
+
badge: {
|
|
491
|
+
label: {
|
|
492
|
+
textStyle: 'badge'
|
|
493
|
+
},
|
|
494
|
+
boxStyle: 'badge'
|
|
495
|
+
}
|
|
496
|
+
}
|
|
489
497
|
}, {
|
|
490
498
|
name: 'footer',
|
|
491
499
|
type: 'footer',
|
|
@@ -495,36 +503,16 @@ var definition = {
|
|
|
495
503
|
"type": 0,
|
|
496
504
|
"value": "Footer"
|
|
497
505
|
}]
|
|
498
|
-
})
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
// {
|
|
509
|
-
// name: 'callToAction',
|
|
510
|
-
// type: 'call-to-action-form',
|
|
511
|
-
// label: defineMessage({
|
|
512
|
-
// defaultMessage: 'Call to action',
|
|
513
|
-
// description: 'Cta field label',
|
|
514
|
-
// }),
|
|
515
|
-
// isHorizontal: true,
|
|
516
|
-
// // isList: true,
|
|
517
|
-
// // isFlushList: true,
|
|
518
|
-
// // defaultValue: null,
|
|
519
|
-
// // theme: {
|
|
520
|
-
// // label: {
|
|
521
|
-
// // textStyle: 'heading2',
|
|
522
|
-
// // },
|
|
523
|
-
// // },
|
|
524
|
-
// },
|
|
525
|
-
// ],
|
|
526
|
-
// },
|
|
527
|
-
]
|
|
506
|
+
}),
|
|
507
|
+
theme: {
|
|
508
|
+
callToAction: {
|
|
509
|
+
label: {
|
|
510
|
+
textStyle: 'cta'
|
|
511
|
+
},
|
|
512
|
+
boxStyle: 'cta'
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
}]
|
|
528
516
|
};
|
|
529
517
|
|
|
530
518
|
exports.VideoScreen = VideoScreen$1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-video",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.359",
|
|
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.20",
|
|
53
|
-
"@micromag/core": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
56
|
-
"@micromag/element-container": "^0.3.
|
|
57
|
-
"@micromag/element-footer": "^0.3.
|
|
58
|
-
"@micromag/element-header": "^0.3.
|
|
59
|
-
"@micromag/element-image": "^0.3.
|
|
60
|
-
"@micromag/element-video": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
53
|
+
"@micromag/core": "^0.3.359",
|
|
54
|
+
"@micromag/element-background": "^0.3.359",
|
|
55
|
+
"@micromag/element-closed-captions": "^0.3.359",
|
|
56
|
+
"@micromag/element-container": "^0.3.359",
|
|
57
|
+
"@micromag/element-footer": "^0.3.359",
|
|
58
|
+
"@micromag/element-header": "^0.3.359",
|
|
59
|
+
"@micromag/element-image": "^0.3.359",
|
|
60
|
+
"@micromag/element-video": "^0.3.359",
|
|
61
|
+
"@micromag/transforms": "^0.3.359",
|
|
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": "22eba0d01f18f8971e0405bbb41081b5e2ae80ee"
|
|
72
72
|
}
|