@canopycanopycanopy/b-ber-shapes-directives 3.0.7 → 3.0.8-vimeo.0
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/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -55,7 +55,7 @@ const htmlIframeAttributes = new _set.default(['title', 'width', 'height', 'allo
|
|
|
55
55
|
// Attributes that are used in the vimeo and vimeo-inline directives and passed
|
|
56
56
|
// to vimeo via query string
|
|
57
57
|
exports.htmlIframeAttributes = htmlIframeAttributes;
|
|
58
|
-
const vimeoEmbedAttributes = new _set.default(['autopause', 'autoplay', 'background', 'byline', 'color', 'controls', 'dnt', 'fun', 'loop', 'muted', 'playsinline', 'portrait', 'quality', 'speed', '#t', 'texttrack', 'title', 'transparent']);
|
|
58
|
+
const vimeoEmbedAttributes = new _set.default(['autopause', 'autoplay', 'background', 'byline', 'color', 'controls', 'dnt', 'fun', 'h', 'loop', 'muted', 'playsinline', 'portrait', 'quality', 'speed', '#t', 'texttrack', 'title', 'transparent']);
|
|
59
59
|
|
|
60
60
|
// b-ber attributes for audio, video and vimeo directives
|
|
61
61
|
exports.vimeoEmbedAttributes = vimeoEmbedAttributes;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-shapes-directives",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8-vimeo.0+dd5e98f0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"url": "https://maxwellsimmer.com"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "dd5e98f05114403e8cea7502fb6b5bcac61d7ca3"
|
|
50
50
|
}
|