@innovastudio/contentbox 1.6.49 → 1.6.50

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.49",
4
+ "version": "1.6.50",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -13098,7 +13098,7 @@ class PanelBox {
13098
13098
  <div class="adjustboxheight">
13099
13099
  <div class="label mt-3">${out('Height')}:</div>
13100
13100
  <div class="group" style="margin-top:5px">
13101
- <button title="${out('Fixed')}" data-boxheight="set" style="width:75px">${out('Fixed')}</button>
13101
+ <button title="${out('Lock')}" data-boxheight="set" style="width:75px">${out('Lock')}</button>
13102
13102
  <button title="${out('Decrease')}" data-boxheight="-"><svg><use xlink:href="#icon-minus"></use></svg></button>
13103
13103
  <button title="${out('Increase')}" data-boxheight="+"><svg><use xlink:href="#icon-plus2"></use></svg></button>
13104
13104
  <button title="${out('Clear')}" data-boxheight=""><svg><use xlink:href="#icon-eraser"></use></svg></button>