@canopycanopycanopy/b-ber-grammar-vimeo 1.2.13-react-reader.76 → 1.2.13-react-reader.85

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.
Files changed (2) hide show
  1. package/dist/helpers.js +1 -1
  2. 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="bber-caption bber-caption__${mediaType}">${caption}</p>` : '';
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.76+2c9bef61",
3
+ "version": "1.2.13-react-reader.85+1d22056b",
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.76+2c9bef61",
29
- "@canopycanopycanopy/b-ber-lib": "1.2.13-react-reader.76+2c9bef61",
30
- "@canopycanopycanopy/b-ber-logger": "1.2.13-react-reader.76+2c9bef61",
31
- "@canopycanopycanopy/b-ber-parser-figure": "1.2.13-react-reader.76+2c9bef61",
32
- "@canopycanopycanopy/b-ber-shapes-directives": "1.2.13-react-reader.76+2c9bef61",
28
+ "@canopycanopycanopy/b-ber-grammar-attributes": "1.2.13-react-reader.85+1d22056b",
29
+ "@canopycanopycanopy/b-ber-lib": "1.2.13-react-reader.85+1d22056b",
30
+ "@canopycanopycanopy/b-ber-logger": "1.2.13-react-reader.85+1d22056b",
31
+ "@canopycanopycanopy/b-ber-parser-figure": "1.2.13-react-reader.85+1d22056b",
32
+ "@canopycanopycanopy/b-ber-shapes-directives": "1.2.13-react-reader.85+1d22056b",
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": "2c9bef61a8d8e29580f6576b651916910ca39cec"
55
+ "gitHead": "1d22056b18a72c7ff9e228930ec14fb623185c14"
56
56
  }