@innovastudio/contentbuilder 1.2.14 → 1.2.15

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
- "version": "1.2.14",
3
+ "version": "1.2.15",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
@@ -56533,7 +56533,7 @@ class ColumnTool {
56533
56533
  const scale = elm.getAttribute('data-scale');
56534
56534
 
56535
56535
  if (scale) {
56536
- inpImageHorSlider.value = scale;
56536
+ inpImageScaleSlider.value = scale;
56537
56537
  }
56538
56538
 
56539
56539
  const posX = elm.getAttribute('data-x');