@genesislcap/pbc-reporting-ui 1.0.404 → 1.0.405
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constraints.styles.d.ts","sourceRoot":"","sources":["../../../../src/new/styles/constraints.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;;;GASG;AACH,eAAO,MAAM,qBAAqB;oBAA0C,MAAM;
|
|
1
|
+
{"version":3,"file":"constraints.styles.d.ts","sourceRoot":"","sources":["../../../../src/new/styles/constraints.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;;;GASG;AACH,eAAO,MAAM,qBAAqB;oBAA0C,MAAM;oDAmBjF,CAAC"}
|
|
@@ -13,6 +13,8 @@ export const constrainedDimensions = ({ navToContentPx }) => css `
|
|
|
13
13
|
/* the height of the stepper footer (back/next buttons) */
|
|
14
14
|
--footer-height: 62px;
|
|
15
15
|
|
|
16
|
+
--app-top-height: 60px; /* can be used to account for main app header, in this case the extra height taken up by the tabs to select between the beta */
|
|
17
|
+
|
|
16
18
|
/* the height from the top of the reporting PBC (tabs with configure/destinations/etc.) to the top of the slotted section */
|
|
17
19
|
--reporting-header-to-content-height: ${navToContentPx.toString()}px;
|
|
18
20
|
|
package/package.json
CHANGED