tabexseriescomponents 0.2.1360 → 0.2.1361

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/dist/index.cjs.js CHANGED
@@ -73883,7 +73883,7 @@ var Twobgimages = function Twobgimages(props) {
73883
73883
  marginBottom: sectionproperties.image_mb + 'px'
73884
73884
  },
73885
73885
  onClick: function onClick() {
73886
- if (openimagewhenclick == 'Yes') {
73886
+ if (sectionproperties.openimagewhenclick == 'Yes') {
73887
73887
  setopensizeguidemodal(true);
73888
73888
  setimageselected(langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + bgimagearrayofobjs[index].bg1_image : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + bgimagearrayofobjs[index].bg1_image_ar);
73889
73889
  }
package/dist/index.esm.js CHANGED
@@ -73832,7 +73832,7 @@ var Twobgimages = function Twobgimages(props) {
73832
73832
  marginBottom: sectionproperties.image_mb + 'px'
73833
73833
  },
73834
73834
  onClick: function onClick() {
73835
- if (openimagewhenclick == 'Yes') {
73835
+ if (sectionproperties.openimagewhenclick == 'Yes') {
73836
73836
  setopensizeguidemodal(true);
73837
73837
  setimageselected(langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + bgimagearrayofobjs[index].bg1_image : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + bgimagearrayofobjs[index].bg1_image_ar);
73838
73838
  }
package/dist/index.umd.js CHANGED
@@ -73689,7 +73689,7 @@
73689
73689
  marginBottom: sectionproperties.image_mb + 'px'
73690
73690
  },
73691
73691
  onClick: function onClick() {
73692
- if (openimagewhenclick == 'Yes') {
73692
+ if (sectionproperties.openimagewhenclick == 'Yes') {
73693
73693
  setopensizeguidemodal(true);
73694
73694
  setimageselected(langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + bgimagearrayofobjs[index].bg1_image : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + bgimagearrayofobjs[index].bg1_image_ar);
73695
73695
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1360",
3
+ "version": "0.2.1361",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",