@australiangreens/ag-internal-components 0.0.53 → 0.0.54-experiment1

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":"NavBar.d.ts","sourceRoot":"","sources":["../../../../src/layouts/AppLayout/NavBar/NavBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAG3C,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAGjD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,OAAO,CAAC;IAEd,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,SAAS,EAAE,MAAM,CAAC;IAElB,WAAW,EAAE,MAAM,CAAC;IAEpB;kBACc;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,6EAA6E;IAC7E,GAAG,CAAC,EAAE,SAAS,CAAC;IAEhB;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,MAAM,EAAE,SAAS,GAAG,UAAU,EAAE,CAAC;IAEjC,qEAAqE;IACrE,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ,0DAA0D;IAC1D,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB,gFAAgF;IAChF,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,IAAI,EACJ,SAAa,EACb,SAAS,EACT,WAAW,EACX,aAAa,EAAE,UAAU,EACzB,GAAG,EACH,MAAM,EACN,MAAM,EACN,IAAI,EACJ,UAAU,GACX,EAAE,WAAW,eAyCb"}
1
+ {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../../src/layouts/AppLayout/NavBar/NavBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAK3C,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,OAAO,CAAC;IAEd,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,SAAS,EAAE,MAAM,CAAC;IAElB,WAAW,EAAE,MAAM,CAAC;IAEpB;kBACc;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,6EAA6E;IAC7E,GAAG,CAAC,EAAE,SAAS,CAAC;IAEhB;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,MAAM,EAAE,SAAS,GAAG,UAAU,EAAE,CAAC;IAEjC,qEAAqE;IACrE,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ,0DAA0D;IAC1D,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB,gFAAgF;IAChF,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,IAAI,EACJ,SAAa,EACb,SAAS,EACT,WAAW,EACX,aAAa,EAAE,UAAU,EACzB,GAAG,EACH,MAAM,EACN,MAAM,EACN,IAAI,EACJ,UAAU,GACX,EAAE,WAAW,eAyCb"}
@@ -0,0 +1,18 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { BoxProps, DrawerProps } from '@mui/material';
3
+ export declare const classes: {
4
+ root: string;
5
+ menuButton: string;
6
+ hide: string;
7
+ content: string;
8
+ };
9
+ export declare const Root: StyledComponent<BoxProps>;
10
+ interface NavDrawerProps {
11
+ open: boolean;
12
+ widthOpen: number;
13
+ widthClosed: number;
14
+ offsetTop: number;
15
+ }
16
+ export declare const NavDrawer: StyledComponent<DrawerProps, NavDrawerProps>;
17
+ export {};
18
+ //# sourceMappingURL=Styling.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Styling.d.ts","sourceRoot":"","sources":["../../../../src/layouts/AppLayout/NavBar/Styling.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAO,QAAQ,EAAU,WAAW,EAAE,MAAM,eAAe,CAAC;AAInE,eAAO,MAAM,OAAO;;;;;CAQnB,CAAC;AAIF,eAAO,MAAM,IAAI,EAAE,eAAe,CAAC,QAAQ,CAuBxC,CAAC;AA+BJ,UAAU,cAAc;IACtB,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB;AAKD,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,WAAW,EAAE,cAAc,CAkBhE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { ContainerProps } from '@mui/material';
3
+ /** Just a simple styled container applying our spacings*/
4
+ declare const PageContainer: StyledComponent<ContainerProps>;
5
+ export default PageContainer;
6
+ //# sourceMappingURL=PageContainer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageContainer.d.ts","sourceRoot":"","sources":["../../../src/layouts/PageLayout/PageContainer.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAa,cAAc,EAAE,MAAM,eAAe,CAAC;AAE1D,0DAA0D;AAC1D,QAAA,MAAM,aAAa,EAAE,eAAe,CAAC,cAAc,CAMhD,CAAC;AAEJ,eAAe,aAAa,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { BoxProps } from '@mui/material';
3
+ /** With the optional leftPanel and rightPanel props providing state and width,
4
+ * the children of of the PanelAwareMargins will looks like they is pushed aside
5
+ * by the panels by transitioning the margins. */
6
+ declare const PanelAwareMargins: StyledComponent<BoxProps>;
7
+ export default PanelAwareMargins;
8
+ //# sourceMappingURL=PanelAwareMargins.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PanelAwareMargins.d.ts","sourceRoot":"","sources":["../../../src/layouts/PageLayout/PanelAwareMargins.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAO,QAAQ,EAAE,MAAM,eAAe,CAAC;AAoB9C;;iDAEiD;AACjD,QAAA,MAAM,iBAAiB,EAAE,eAAe,CAAC,QAAQ,CAuB9C,CAAC;AAEJ,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import PageLayout from '.';
3
+ declare const meta: Meta<typeof PageLayout>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Playground: Story;
7
+ //# sourceMappingURL=index.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../src/layouts/PageLayout/index.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,OAAO,UAAU,MAAM,GAAG,CAAC;AAwB3B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAmDC,CAAC;AAEpC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAoDnC,eAAO,MAAM,UAAU,EAAE,KA4BxB,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.53",
4
+ "version": "0.0.54-experiment1",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/australiangreens/ag-internal-components#readme",
7
7
  "license": "MIT",