@canopycanopycanopy/b-ber-grammar-vimeo 1.2.13-react-reader.76 → 1.2.13-react-reader.77
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/dist/helpers.js +1 -1
- package/package.json +7 -7
package/dist/helpers.js
CHANGED
|
@@ -102,7 +102,7 @@ const renderPosterImage = poster => poster ? `<img src="${poster}" alt="Poster I
|
|
|
102
102
|
|
|
103
103
|
exports.renderPosterImage = renderPosterImage;
|
|
104
104
|
|
|
105
|
-
const renderCaption = (caption, mediaType) => caption ? `<p class="
|
|
105
|
+
const renderCaption = (caption, mediaType) => caption ? `<p class="caption caption__${mediaType}">${caption}</p>` : '';
|
|
106
106
|
|
|
107
107
|
exports.renderCaption = renderCaption;
|
|
108
108
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-grammar-vimeo",
|
|
3
|
-
"version": "1.2.13-react-reader.
|
|
3
|
+
"version": "1.2.13-react-reader.77+06ba90cd",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"rimraf": "^2.7.1"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@canopycanopycanopy/b-ber-grammar-attributes": "1.2.13-react-reader.
|
|
29
|
-
"@canopycanopycanopy/b-ber-lib": "1.2.13-react-reader.
|
|
30
|
-
"@canopycanopycanopy/b-ber-logger": "1.2.13-react-reader.
|
|
31
|
-
"@canopycanopycanopy/b-ber-parser-figure": "1.2.13-react-reader.
|
|
32
|
-
"@canopycanopycanopy/b-ber-shapes-directives": "1.2.13-react-reader.
|
|
28
|
+
"@canopycanopycanopy/b-ber-grammar-attributes": "1.2.13-react-reader.77+06ba90cd",
|
|
29
|
+
"@canopycanopycanopy/b-ber-lib": "1.2.13-react-reader.77+06ba90cd",
|
|
30
|
+
"@canopycanopycanopy/b-ber-logger": "1.2.13-react-reader.77+06ba90cd",
|
|
31
|
+
"@canopycanopycanopy/b-ber-parser-figure": "1.2.13-react-reader.77+06ba90cd",
|
|
32
|
+
"@canopycanopycanopy/b-ber-shapes-directives": "1.2.13-react-reader.77+06ba90cd",
|
|
33
33
|
"fs-extra": "^8.1.0",
|
|
34
34
|
"lodash": "^4.17.21",
|
|
35
35
|
"lodash.isundefined": "^3.0.1",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"url": "https://maxwellsimmer.com"
|
|
53
53
|
}
|
|
54
54
|
],
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "06ba90cdb0f5847e691eab3e9963079f3a861a89"
|
|
56
56
|
}
|