sevago-sso-fe 1.0.78 → 1.0.79
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7217,7 +7217,7 @@ const AppGrid = ({
|
|
|
7217
7217
|
const end = start + pageSize;
|
|
7218
7218
|
const visibleApps = totalPages > 1 ? apps.slice(start, end) : apps;
|
|
7219
7219
|
const placeholdersCount = Math.max(0, pageSize - visibleApps.length);
|
|
7220
|
-
const placeholderHeight = iconSize +
|
|
7220
|
+
const placeholderHeight = iconSize + 36.5;
|
|
7221
7221
|
return /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { sx: { position: "relative" }, children: [
|
|
7222
7222
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
7223
7223
|
material.Box,
|