zet-lib 1.3.1 → 1.3.2

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.
Files changed (2) hide show
  1. package/lib/Form.js +1 -1
  2. package/package.json +1 -1
package/lib/Form.js CHANGED
@@ -379,7 +379,7 @@ Form.field = (obj) => {
379
379
  }
380
380
  let btnAdd = ''
381
381
  if (!obj.isAddButton && !obj.viewOnly) {
382
- btnAdd = `<th><img id="add${obj.id}" src="/assets/icons/plus.svg" class="icons-bg-white boxy-small btn-plus" ></th>`
382
+ btnAdd = `<th class="float-end"><img id="add${obj.id}" src="/assets/icons/plus.svg" class="icons-bg-white boxy-small btn-plus" ></th>`
383
383
  }
384
384
  obj.btnAdd = btnAdd
385
385
  obj.html = html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"