crosstalk-comments-livechat-sdk 0.0.6-beta.4 → 0.0.6-beta.5

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.
@@ -128,6 +128,7 @@ export class CrossTalkChatEmbed {
128
128
  parentDiv.id = "crosstalkChatHolder";
129
129
  document.body.appendChild(parentDiv);
130
130
  }
131
+ parentDiv.setAttribute("class", "crosstalk_parent");
131
132
  if (!this.config.theme)
132
133
  this.config.theme = "light";
133
134
  this.config.pageIDs.forEach(pageID => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crosstalk-comments-livechat-sdk",
3
- "version": "0.0.6-beta.4",
3
+ "version": "0.0.6-beta.5",
4
4
  "description": "Add Comments, Live Chat, and Video Player Embeds to your website with CrossTalk Comments and Live Chat!",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",