sfc-utils 1.3.42 → 1.3.44

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/package.json +1 -1
  2. package/topper.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.3.42",
3
+ "version": "1.3.44",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",
package/topper.js CHANGED
@@ -838,7 +838,7 @@ let getTopper = function(settings){
838
838
  <h1 class="topper-article-hed">${storySettings.Title}</h1>
839
839
  <h2 class="topper-article-dek">${storySettings.Deck}</h2>
840
840
  <h3 class ="topper-article-byline">${getBylineText(articleAuthorName, articleAuthorLink, readablePubDate, readableModDate)}</h3>
841
- <div id="sharebutton-wrapper"></div>
841
+ <div class="articleHeader--shareTools"><div class="share-list" id="sharebutton-wrapper"></div></div>
842
842
  </div>
843
843
  </div>
844
844
  `