@genesislcap/pbc-reporting-ui 1.0.384 → 1.0.385

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.
@@ -18,7 +18,7 @@ export const constrainedDimensions = ({ navToContentPx }) => css `
18
18
 
19
19
  /* total height from the page we want to subtract from the total height to give to the slot contents */
20
20
  --taken-height: calc(
21
- var(--footer-height) + var(--reporting-header-to-content-height) + var(--app-top-height)
21
+ var(--footer-height) + var(--reporting-header-to-content-height) + var(--app-top-height, 0px)
22
22
  );
23
23
 
24
24
  /* the height/max height we want to set on the component - the calculated space for the content */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/pbc-reporting-ui",
3
3
  "description": "Genesis PBC Reporting UI",
4
- "version": "1.0.384",
4
+ "version": "1.0.385",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/dts/index.d.ts",