@innovastudio/contentbox 1.6.103 → 1.6.104

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.103",
4
+ "version": "1.6.104",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",
@@ -159407,6 +159407,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
159407
159407
  contentHtmlEnd: '</div></div></div>'
159408
159408
  };
159409
159409
  this.settings = Object.assign(this, defaults, settings);
159410
+ if (Object.keys(this.settings.lang).length > 0) window._txt = this.settings.lang;
159410
159411
 
159411
159412
  if (this.clearPreferences) {
159412
159413
  localStorage.removeItem('_disclaimershown');