@financial-times/x-live-blog-wrapper
Advanced tools
Comparing version 1.6.8 to 1.6.9
@@ -196,3 +196,4 @@ 'use strict'; | ||
showShareButtons = _ref.showShareButtons, | ||
id = _ref.id; | ||
id = _ref.id, | ||
liveBlogWrapperElementRef = _ref.liveBlogWrapperElementRef; | ||
posts.sort(function (a, b) { | ||
@@ -222,3 +223,4 @@ var timestampA = a.publishedDate || a.publishedTimestamp; | ||
className: "x-live-blog-wrapper", | ||
"data-live-blog-wrapper-id": id | ||
"data-live-blog-wrapper-id": id, | ||
ref: liveBlogWrapperElementRef | ||
}, postElements); | ||
@@ -225,0 +227,0 @@ }; |
@@ -196,3 +196,4 @@ 'use strict'; | ||
showShareButtons = _ref.showShareButtons, | ||
id = _ref.id; | ||
id = _ref.id, | ||
liveBlogWrapperElementRef = _ref.liveBlogWrapperElementRef; | ||
posts.sort(function (a, b) { | ||
@@ -222,3 +223,4 @@ var timestampA = a.publishedDate || a.publishedTimestamp; | ||
className: "x-live-blog-wrapper", | ||
"data-live-blog-wrapper-id": id | ||
"data-live-blog-wrapper-id": id, | ||
ref: liveBlogWrapperElementRef | ||
}, postElements); | ||
@@ -225,0 +227,0 @@ }; |
@@ -192,3 +192,4 @@ import { h } from '@financial-times/x-engine'; | ||
showShareButtons = _ref.showShareButtons, | ||
id = _ref.id; | ||
id = _ref.id, | ||
liveBlogWrapperElementRef = _ref.liveBlogWrapperElementRef; | ||
posts.sort(function (a, b) { | ||
@@ -218,3 +219,4 @@ var timestampA = a.publishedDate || a.publishedTimestamp; | ||
className: "x-live-blog-wrapper", | ||
"data-live-blog-wrapper-id": id | ||
"data-live-blog-wrapper-id": id, | ||
ref: liveBlogWrapperElementRef | ||
}, postElements); | ||
@@ -221,0 +223,0 @@ }; |
{ | ||
"name": "@financial-times/x-live-blog-wrapper", | ||
"version": "1.6.8", | ||
"version": "1.6.9", | ||
"description": "", | ||
@@ -18,5 +18,5 @@ "main": "dist/LiveBlogWrapper.cjs.js", | ||
"dependencies": { | ||
"@financial-times/x-engine": "^1.6.8", | ||
"@financial-times/x-live-blog-post": "^1.6.8", | ||
"@financial-times/x-interaction": "^1.6.8" | ||
"@financial-times/x-engine": "^1.6.9", | ||
"@financial-times/x-live-blog-post": "^1.6.9", | ||
"@financial-times/x-interaction": "^1.6.9" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
32665
636