@australiangreens/ag-internal-components 0.0.85 → 0.0.87

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,14 +1,15 @@
1
- import { PropsWithChildren } from 'react';
2
1
  import { ContainerProps } from '@mui/material';
2
+ import { PropsWithChildren } from 'react';
3
3
  interface PageContainerProps {
4
4
  topBarHeight: number;
5
5
  /** Passed to underlying Container. False be default.*/
6
6
  maxWidth?: ContainerProps['maxWidth'];
7
+ noPadding?: boolean;
7
8
  }
8
9
  /**
9
10
  * An MUI Container component wrapped in a Box whose height adapts to the
10
11
  * topBarHeight and has a stable scrollbar gutter.
11
12
  */
12
- declare function PageContainer({ children, topBarHeight, maxWidth, }: PropsWithChildren<PageContainerProps>): JSX.Element;
13
+ declare function PageContainer({ children, topBarHeight, maxWidth, noPadding, }: PropsWithChildren<PageContainerProps>): JSX.Element;
13
14
  export default PageContainer;
14
15
  //# sourceMappingURL=PageContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PageContainer.d.ts","sourceRoot":"","sources":["../../../src/layouts/AppLayout/PageContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAkB,cAAc,EAAE,MAAM,eAAe,CAAC;AA2B/D,UAAU,kBAAkB;IAC1B,YAAY,EAAE,MAAM,CAAC;IAErB,uDAAuD;IACvD,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,CAAC;CACvC;AAED;;;GAGG;AACH,iBAAS,aAAa,CAAC,EACrB,QAAQ,EACR,YAAY,EACZ,QAAgB,GACjB,EAAE,iBAAiB,CAAC,kBAAkB,CAAC,eAqBvC;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"PageContainer.d.ts","sourceRoot":"","sources":["../../../src/layouts/AppLayout/PageContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkB,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AA2B1C,UAAU,kBAAkB;IAC1B,YAAY,EAAE,MAAM,CAAC;IAErB,uDAAuD;IACvD,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,CAAC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;;GAGG;AACH,iBAAS,aAAa,CAAC,EACrB,QAAQ,EACR,YAAY,EACZ,QAAgB,EAChB,SAAS,GACV,EAAE,iBAAiB,CAAC,kBAAkB,CAAC,eA2BvC;AAED,eAAe,aAAa,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@australiangreens/ag-internal-components",
3
3
  "private": false,
4
- "version": "0.0.85",
4
+ "version": "0.0.87",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/australiangreens/ag-internal-components#readme",
7
7
  "license": "MIT",