super-page-runtime 2.2.23 → 2.2.29

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.
@@ -140,7 +140,7 @@ const me = { class: "app-container" }, ge = e({ __name: "super-page", props: { p
140
140
  let l2 = ye.contentHeight;
141
141
  if (!l2) {
142
142
  const a3 = e3.getBoundingClientRect();
143
- l2 = Le ? window.innerHeight - a3.y - 78 : window.innerHeight - a3.y - 40;
143
+ l2 = Le ? window.innerHeight - a3.y - 28 : window.innerHeight - a3.y - 40;
144
144
  }
145
145
  let a2 = l2;
146
146
  ie(l2) && (a2 = l2 + "px"), e3.style.height = a2, e3.style["overflow-y"] = "auto";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-runtime",
3
- "version": "2.2.23",
3
+ "version": "2.2.29",
4
4
  "description": "AgileBuilder super page runtime",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -48,7 +48,7 @@
48
48
  "@vitejs/plugin-vue-jsx": "^3.1.0",
49
49
  "@vue/eslint-config-prettier": "^8.0.0",
50
50
  "@vue/test-utils": "^2.4.4",
51
- "agilebuilder-ui": "1.1.10",
51
+ "agilebuilder-ui": "1.1.12",
52
52
  "axios": "^1.6.8",
53
53
  "cypress": "^13.6.6",
54
54
  "element-plus": "^2.6.1",