ece-docs-components 1.0.96 → 1.0.97

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.
@@ -9,21 +9,32 @@ var Link = require('@mui/material/Link');
9
9
 
10
10
  const Footer = () => {
11
11
  const theme = ThemeProvider.useTheme();
12
- return jsxRuntime.jsxs(Box
12
+ return (jsxRuntime.jsxs(Box
13
13
  // Palette Swapped for contrast
14
14
  , {
15
15
  // Palette Swapped for contrast
16
- bgcolor: theme.palette.text.secondary, width: '100%', padding: 6, gap: 2, display: 'flex', flexDirection: 'column', justifyContent: 'space-evenly', sx: {
17
- '& a, & a.MuiLink-root': {
16
+ bgcolor: theme.palette.text.secondary, width: "100%", display: "flex", flexDirection: "column", justifyContent: "space-evenly", sx: {
17
+ mt: { xs: 3, sm: 4 },
18
+ p: { xs: 3, sm: 6 },
19
+ gap: { xs: 1.5, sm: 2 },
20
+ "& a, & a.MuiLink-root": {
18
21
  color: `${theme.palette.background.paper} !important`,
19
22
  textDecorationColor: `${theme.palette.background.paper} !important`,
20
- '&:hover': {
23
+ "&:hover": {
21
24
  color: `${theme.palette.background.paper} !important`,
22
25
  textDecorationColor: `${theme.palette.background.paper} !important`,
23
26
  opacity: 0.8,
24
27
  },
25
28
  },
26
- }, children: [jsxRuntime.jsx(LIGHTN_PrimaryLogo_Cream.ReactComponent, { width: 154, display: 'block' }), jsxRuntime.jsx(Typography, { color: theme.palette.background.paper, fontSize: 12, children: "\u00A9 Copyright: Except where stated, the content on this site is the copyright of LIGHTN Ltd. It may not be reproduced without written permission from LIGHTN Ltd." }), jsxRuntime.jsxs(Typography, { color: theme.palette.background.paper, fontSize: 16, children: [jsxRuntime.jsx(Link, { target: "_blank", rel: "noopener noreferrer", href: "https://www.lightn.co.nz/eula", children: "EULA" }), ' | ', jsxRuntime.jsx(Link, { target: "_blank", rel: "noopener noreferrer", href: "https://www.lightn.co.nz/terms-of-use", children: "Terms of Use" }), ' | ', jsxRuntime.jsx(Link, { target: "_blank", rel: "noopener noreferrer", href: "https://www.lightn.co.nz/privacy-statement", children: "Privacy Policy" })] })] });
29
+ }, children: [jsxRuntime.jsx(LIGHTN_PrimaryLogo_Cream.ReactComponent, { width: 154, display: "block" }), jsxRuntime.jsx(Typography, { sx: {
30
+ color: theme.palette.background.paper,
31
+ fontSize: { xs: 11, sm: 12 },
32
+ lineHeight: 1.5,
33
+ }, children: "\u00A9 Copyright: Except where stated, the content on this site is the copyright of LIGHTN Ltd. It may not be reproduced without written permission from LIGHTN Ltd." }), jsxRuntime.jsxs(Typography, { sx: {
34
+ color: theme.palette.background.paper,
35
+ fontSize: { xs: 14, sm: 16 },
36
+ lineHeight: 1.5,
37
+ }, children: [jsxRuntime.jsx(Link, { target: "_blank", rel: "noopener noreferrer", href: "https://www.lightn.co.nz/eula", children: "EULA" }), " | ", jsxRuntime.jsx(Link, { target: "_blank", rel: "noopener noreferrer", href: "https://www.lightn.co.nz/terms-of-use", children: "Terms of Use" }), " | ", jsxRuntime.jsx(Link, { target: "_blank", rel: "noopener noreferrer", href: "https://www.lightn.co.nz/privacy-statement", children: "Privacy Policy" })] })] }));
27
38
  };
28
39
 
29
40
  exports.Footer = Footer;
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.js","sources":["../../../../src/components/Footer.tsx"],"sourcesContent":["import React, { Fragment, ReactNode } from 'react';\r\nimport { useTheme } from '../ThemeProvider';\r\nimport { ReactComponent as LightnLogo } from '../images/LIGHTN_PrimaryLogo_Cream.svg';\r\nimport Box from '@mui/material/Box';\r\nimport Typography from '@mui/material/Typography';\r\nimport Link from '@mui/material/Link';\r\n\r\nexport const Footer: React.FC = () => {\r\n const theme = useTheme();\r\n return <Box\r\n // Palette Swapped for contrast\r\n bgcolor={theme.palette.text.secondary}\r\n width={'100%'}\r\n padding={6}\r\n gap={2}\r\n display={'flex'}\r\n flexDirection={'column'}\r\n justifyContent={'space-evenly'}\r\n sx={{\r\n '& a, & a.MuiLink-root': {\r\n color: `${theme.palette.background.paper} !important`,\r\n textDecorationColor: `${theme.palette.background.paper} !important`,\r\n '&:hover': {\r\n color: `${theme.palette.background.paper} !important`,\r\n textDecorationColor: `${theme.palette.background.paper} !important`,\r\n opacity: 0.8,\r\n },\r\n },\r\n }}\r\n >\r\n <LightnLogo\r\n width={154}\r\n display={'block'}\r\n />\r\n <Typography color={theme.palette.background.paper} fontSize={12}>\r\n © Copyright: Except where stated, the content on this site is the copyright of LIGHTN Ltd. It may not be reproduced without written permission from LIGHTN Ltd.\r\n </Typography>\r\n <Typography color={theme.palette.background.paper} fontSize={16}>\r\n <Link target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.lightn.co.nz/eula\">EULA</Link>\r\n {' | '}\r\n <Link target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.lightn.co.nz/terms-of-use\">Terms of Use</Link>\r\n {' | '}\r\n <Link target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.lightn.co.nz/privacy-statement\">Privacy Policy</Link>\r\n </Typography>\r\n </Box>\r\n}"],"names":["useTheme","_jsxs","_jsx","LightnLogo"],"mappings":";;;;;;;;;AAOO,MAAM,MAAM,GAAa,MAAK;AACnC,IAAA,MAAM,KAAK,GAAGA,sBAAQ,EAAE;AACxB,IAAA,OAAOC,gBAAC;;;;AAEN,QAAA,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,EACrC,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,CAAC,EACV,GAAG,EAAE,CAAC,EACN,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,QAAQ,EACvB,cAAc,EAAE,cAAc,EAC9B,EAAE,EAAE;AACF,YAAA,uBAAuB,EAAE;gBACvB,KAAK,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;gBACrD,mBAAmB,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;AACnE,gBAAA,SAAS,EAAE;oBACT,KAAK,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;oBACrD,mBAAmB,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;AACnE,oBAAA,OAAO,EAAE,GAAG;AACb,iBAAA;AACF,aAAA;SACF,EAAA,QAAA,EAAA,CAEDC,cAAA,CAACC,uCAAU,EAAA,EACX,KAAK,EAAE,GAAG,EACV,OAAO,EAAE,OAAO,EAAA,CACd,EACFD,cAAA,CAAC,UAAU,IAAC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAA,QAAA,EAAA,sKAAA,EAAA,CAElD,EACbD,gBAAC,UAAU,EAAA,EAAC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAA,QAAA,EAAA,CAC7DC,cAAA,CAAC,IAAI,EAAA,EAAC,MAAM,EAAC,QAAQ,EAAC,GAAG,EAAC,qBAAqB,EAAC,IAAI,EAAC,+BAA+B,EAAA,QAAA,EAAA,MAAA,EAAA,CAAY,EAC/F,KAAK,EACNA,cAAA,CAAC,IAAI,EAAA,EAAC,MAAM,EAAC,QAAQ,EAAC,GAAG,EAAC,qBAAqB,EAAC,IAAI,EAAC,uCAAuC,6BAAoB,EAC/G,KAAK,EACNA,cAAA,CAAC,IAAI,EAAA,EAAC,MAAM,EAAC,QAAQ,EAAC,GAAG,EAAC,qBAAqB,EAAC,IAAI,EAAC,4CAA4C,EAAA,QAAA,EAAA,gBAAA,EAAA,CAAsB,CAAA,EAAA,CAC5G,CAAA,EAAA,CACT;AACR;;;;"}
1
+ {"version":3,"file":"Footer.js","sources":["../../../../src/components/Footer.tsx"],"sourcesContent":["import React, { Fragment, ReactNode } from \"react\";\r\nimport { useTheme } from \"../ThemeProvider\";\r\nimport { ReactComponent as LightnLogo } from \"../images/LIGHTN_PrimaryLogo_Cream.svg\";\r\nimport Box from \"@mui/material/Box\";\r\nimport Typography from \"@mui/material/Typography\";\r\nimport Link from \"@mui/material/Link\";\r\n\r\nexport const Footer: React.FC = () => {\r\n const theme = useTheme();\r\n return (\r\n <Box\r\n // Palette Swapped for contrast\r\n bgcolor={theme.palette.text.secondary}\r\n width={\"100%\"}\r\n display={\"flex\"}\r\n flexDirection={\"column\"}\r\n justifyContent={\"space-evenly\"}\r\n sx={{\r\n mt: { xs: 3, sm: 4 },\r\n p: { xs: 3, sm: 6 },\r\n gap: { xs: 1.5, sm: 2 },\r\n \"& a, & a.MuiLink-root\": {\r\n color: `${theme.palette.background.paper} !important`,\r\n textDecorationColor: `${theme.palette.background.paper} !important`,\r\n \"&:hover\": {\r\n color: `${theme.palette.background.paper} !important`,\r\n textDecorationColor: `${theme.palette.background.paper} !important`,\r\n opacity: 0.8,\r\n },\r\n },\r\n }}\r\n >\r\n <LightnLogo width={154} display={\"block\"} />\r\n <Typography\r\n sx={{\r\n color: theme.palette.background.paper,\r\n fontSize: { xs: 11, sm: 12 },\r\n lineHeight: 1.5,\r\n }}\r\n >\r\n © Copyright: Except where stated, the content on this site is the\r\n copyright of LIGHTN Ltd. It may not be reproduced without written\r\n permission from LIGHTN Ltd.\r\n </Typography>\r\n <Typography\r\n sx={{\r\n color: theme.palette.background.paper,\r\n fontSize: { xs: 14, sm: 16 },\r\n lineHeight: 1.5,\r\n }}\r\n >\r\n <Link\r\n target=\"_blank\"\r\n rel=\"noopener noreferrer\"\r\n href=\"https://www.lightn.co.nz/eula\"\r\n >\r\n EULA\r\n </Link>\r\n {\" | \"}\r\n <Link\r\n target=\"_blank\"\r\n rel=\"noopener noreferrer\"\r\n href=\"https://www.lightn.co.nz/terms-of-use\"\r\n >\r\n Terms of Use\r\n </Link>\r\n {\" | \"}\r\n <Link\r\n target=\"_blank\"\r\n rel=\"noopener noreferrer\"\r\n href=\"https://www.lightn.co.nz/privacy-statement\"\r\n >\r\n Privacy Policy\r\n </Link>\r\n </Typography>\r\n </Box>\r\n );\r\n};\r\n"],"names":["useTheme","_jsxs","_jsx","LightnLogo"],"mappings":";;;;;;;;;AAOO,MAAM,MAAM,GAAa,MAAK;AACnC,IAAA,MAAM,KAAK,GAAGA,sBAAQ,EAAE;IACxB,QACEC,gBAAC;;;;QAEC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,EACrC,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,QAAQ,EACvB,cAAc,EAAE,cAAc,EAC9B,EAAE,EAAE;YACF,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE;YACpB,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE;YACnB,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE;AACvB,YAAA,uBAAuB,EAAE;gBACvB,KAAK,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;gBACrD,mBAAmB,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;AACnE,gBAAA,SAAS,EAAE;oBACT,KAAK,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;oBACrD,mBAAmB,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;AACnE,oBAAA,OAAO,EAAE,GAAG;AACb,iBAAA;AACF,aAAA;AACF,SAAA,EAAA,QAAA,EAAA,CAEDC,eAACC,uCAAU,EAAA,EAAC,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,GAAI,EAC5CD,cAAA,CAAC,UAAU,EAAA,EACT,EAAE,EAAE;AACF,oBAAA,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK;oBACrC,QAAQ,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE;AAC5B,oBAAA,UAAU,EAAE,GAAG;AAChB,iBAAA,EAAA,QAAA,EAAA,sKAAA,EAAA,CAKU,EACbD,eAAA,CAAC,UAAU,EAAA,EACT,EAAE,EAAE;AACF,oBAAA,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK;oBACrC,QAAQ,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE;AAC5B,oBAAA,UAAU,EAAE,GAAG;iBAChB,EAAA,QAAA,EAAA,CAEDC,cAAA,CAAC,IAAI,EAAA,EACH,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,qBAAqB,EACzB,IAAI,EAAC,+BAA+B,EAAA,QAAA,EAAA,MAAA,EAAA,CAG/B,EACN,KAAK,EACNA,cAAA,CAAC,IAAI,EAAA,EACH,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,qBAAqB,EACzB,IAAI,EAAC,uCAAuC,EAAA,QAAA,EAAA,cAAA,EAAA,CAGvC,EACN,KAAK,EACNA,cAAA,CAAC,IAAI,EAAA,EACH,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,qBAAqB,EACzB,IAAI,EAAC,4CAA4C,EAAA,QAAA,EAAA,gBAAA,EAAA,CAG5C,CAAA,EAAA,CACI,CAAA,EAAA,CACT;AAEV;;;;"}
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('../../../_virtual/index4.js');
3
+ var index = require('../../../_virtual/index3.js');
4
4
  var index$1 = require('../../domelementtype/lib/index.js');
5
5
  var node = require('./node.js');
6
6
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('../../../_virtual/index3.js');
3
+ var index = require('../../../_virtual/index4.js');
4
4
  var htmlToDom = require('./server/html-to-dom.js');
5
5
  var types = require('./types.js');
6
6
 
@@ -1,4 +1,4 @@
1
- var cjs = {};
1
+ var lib = {};
2
2
 
3
- export { cjs as __exports };
3
+ export { lib as __exports };
4
4
  //# sourceMappingURL=index8.js.map
@@ -1,4 +1,4 @@
1
- var lib = {};
1
+ var cjs = {};
2
2
 
3
- export { lib as __exports };
3
+ export { cjs as __exports };
4
4
  //# sourceMappingURL=index9.js.map
@@ -1,2 +1,2 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  export declare const Footer: React.FC;
@@ -7,21 +7,32 @@ import Link from '@mui/material/Link';
7
7
 
8
8
  const Footer = () => {
9
9
  const theme = useTheme();
10
- return jsxs(Box
10
+ return (jsxs(Box
11
11
  // Palette Swapped for contrast
12
12
  , {
13
13
  // Palette Swapped for contrast
14
- bgcolor: theme.palette.text.secondary, width: '100%', padding: 6, gap: 2, display: 'flex', flexDirection: 'column', justifyContent: 'space-evenly', sx: {
15
- '& a, & a.MuiLink-root': {
14
+ bgcolor: theme.palette.text.secondary, width: "100%", display: "flex", flexDirection: "column", justifyContent: "space-evenly", sx: {
15
+ mt: { xs: 3, sm: 4 },
16
+ p: { xs: 3, sm: 6 },
17
+ gap: { xs: 1.5, sm: 2 },
18
+ "& a, & a.MuiLink-root": {
16
19
  color: `${theme.palette.background.paper} !important`,
17
20
  textDecorationColor: `${theme.palette.background.paper} !important`,
18
- '&:hover': {
21
+ "&:hover": {
19
22
  color: `${theme.palette.background.paper} !important`,
20
23
  textDecorationColor: `${theme.palette.background.paper} !important`,
21
24
  opacity: 0.8,
22
25
  },
23
26
  },
24
- }, children: [jsx(SvgLightnPrimaryLogoCream, { width: 154, display: 'block' }), jsx(Typography, { color: theme.palette.background.paper, fontSize: 12, children: "\u00A9 Copyright: Except where stated, the content on this site is the copyright of LIGHTN Ltd. It may not be reproduced without written permission from LIGHTN Ltd." }), jsxs(Typography, { color: theme.palette.background.paper, fontSize: 16, children: [jsx(Link, { target: "_blank", rel: "noopener noreferrer", href: "https://www.lightn.co.nz/eula", children: "EULA" }), ' | ', jsx(Link, { target: "_blank", rel: "noopener noreferrer", href: "https://www.lightn.co.nz/terms-of-use", children: "Terms of Use" }), ' | ', jsx(Link, { target: "_blank", rel: "noopener noreferrer", href: "https://www.lightn.co.nz/privacy-statement", children: "Privacy Policy" })] })] });
27
+ }, children: [jsx(SvgLightnPrimaryLogoCream, { width: 154, display: "block" }), jsx(Typography, { sx: {
28
+ color: theme.palette.background.paper,
29
+ fontSize: { xs: 11, sm: 12 },
30
+ lineHeight: 1.5,
31
+ }, children: "\u00A9 Copyright: Except where stated, the content on this site is the copyright of LIGHTN Ltd. It may not be reproduced without written permission from LIGHTN Ltd." }), jsxs(Typography, { sx: {
32
+ color: theme.palette.background.paper,
33
+ fontSize: { xs: 14, sm: 16 },
34
+ lineHeight: 1.5,
35
+ }, children: [jsx(Link, { target: "_blank", rel: "noopener noreferrer", href: "https://www.lightn.co.nz/eula", children: "EULA" }), " | ", jsx(Link, { target: "_blank", rel: "noopener noreferrer", href: "https://www.lightn.co.nz/terms-of-use", children: "Terms of Use" }), " | ", jsx(Link, { target: "_blank", rel: "noopener noreferrer", href: "https://www.lightn.co.nz/privacy-statement", children: "Privacy Policy" })] })] }));
25
36
  };
26
37
 
27
38
  export { Footer };
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.js","sources":["../../../../src/components/Footer.tsx"],"sourcesContent":["import React, { Fragment, ReactNode } from 'react';\r\nimport { useTheme } from '../ThemeProvider';\r\nimport { ReactComponent as LightnLogo } from '../images/LIGHTN_PrimaryLogo_Cream.svg';\r\nimport Box from '@mui/material/Box';\r\nimport Typography from '@mui/material/Typography';\r\nimport Link from '@mui/material/Link';\r\n\r\nexport const Footer: React.FC = () => {\r\n const theme = useTheme();\r\n return <Box\r\n // Palette Swapped for contrast\r\n bgcolor={theme.palette.text.secondary}\r\n width={'100%'}\r\n padding={6}\r\n gap={2}\r\n display={'flex'}\r\n flexDirection={'column'}\r\n justifyContent={'space-evenly'}\r\n sx={{\r\n '& a, & a.MuiLink-root': {\r\n color: `${theme.palette.background.paper} !important`,\r\n textDecorationColor: `${theme.palette.background.paper} !important`,\r\n '&:hover': {\r\n color: `${theme.palette.background.paper} !important`,\r\n textDecorationColor: `${theme.palette.background.paper} !important`,\r\n opacity: 0.8,\r\n },\r\n },\r\n }}\r\n >\r\n <LightnLogo\r\n width={154}\r\n display={'block'}\r\n />\r\n <Typography color={theme.palette.background.paper} fontSize={12}>\r\n © Copyright: Except where stated, the content on this site is the copyright of LIGHTN Ltd. It may not be reproduced without written permission from LIGHTN Ltd.\r\n </Typography>\r\n <Typography color={theme.palette.background.paper} fontSize={16}>\r\n <Link target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.lightn.co.nz/eula\">EULA</Link>\r\n {' | '}\r\n <Link target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.lightn.co.nz/terms-of-use\">Terms of Use</Link>\r\n {' | '}\r\n <Link target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.lightn.co.nz/privacy-statement\">Privacy Policy</Link>\r\n </Typography>\r\n </Box>\r\n}"],"names":["_jsxs","_jsx","LightnLogo"],"mappings":";;;;;;;AAOO,MAAM,MAAM,GAAa,MAAK;AACnC,IAAA,MAAM,KAAK,GAAG,QAAQ,EAAE;AACxB,IAAA,OAAOA,KAAC;;;;AAEN,QAAA,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,EACrC,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,CAAC,EACV,GAAG,EAAE,CAAC,EACN,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,QAAQ,EACvB,cAAc,EAAE,cAAc,EAC9B,EAAE,EAAE;AACF,YAAA,uBAAuB,EAAE;gBACvB,KAAK,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;gBACrD,mBAAmB,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;AACnE,gBAAA,SAAS,EAAE;oBACT,KAAK,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;oBACrD,mBAAmB,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;AACnE,oBAAA,OAAO,EAAE,GAAG;AACb,iBAAA;AACF,aAAA;SACF,EAAA,QAAA,EAAA,CAEDC,GAAA,CAACC,yBAAU,EAAA,EACX,KAAK,EAAE,GAAG,EACV,OAAO,EAAE,OAAO,EAAA,CACd,EACFD,GAAA,CAAC,UAAU,IAAC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAA,QAAA,EAAA,sKAAA,EAAA,CAElD,EACbD,KAAC,UAAU,EAAA,EAAC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAA,QAAA,EAAA,CAC7DC,GAAA,CAAC,IAAI,EAAA,EAAC,MAAM,EAAC,QAAQ,EAAC,GAAG,EAAC,qBAAqB,EAAC,IAAI,EAAC,+BAA+B,EAAA,QAAA,EAAA,MAAA,EAAA,CAAY,EAC/F,KAAK,EACNA,GAAA,CAAC,IAAI,EAAA,EAAC,MAAM,EAAC,QAAQ,EAAC,GAAG,EAAC,qBAAqB,EAAC,IAAI,EAAC,uCAAuC,6BAAoB,EAC/G,KAAK,EACNA,GAAA,CAAC,IAAI,EAAA,EAAC,MAAM,EAAC,QAAQ,EAAC,GAAG,EAAC,qBAAqB,EAAC,IAAI,EAAC,4CAA4C,EAAA,QAAA,EAAA,gBAAA,EAAA,CAAsB,CAAA,EAAA,CAC5G,CAAA,EAAA,CACT;AACR;;;;"}
1
+ {"version":3,"file":"Footer.js","sources":["../../../../src/components/Footer.tsx"],"sourcesContent":["import React, { Fragment, ReactNode } from \"react\";\r\nimport { useTheme } from \"../ThemeProvider\";\r\nimport { ReactComponent as LightnLogo } from \"../images/LIGHTN_PrimaryLogo_Cream.svg\";\r\nimport Box from \"@mui/material/Box\";\r\nimport Typography from \"@mui/material/Typography\";\r\nimport Link from \"@mui/material/Link\";\r\n\r\nexport const Footer: React.FC = () => {\r\n const theme = useTheme();\r\n return (\r\n <Box\r\n // Palette Swapped for contrast\r\n bgcolor={theme.palette.text.secondary}\r\n width={\"100%\"}\r\n display={\"flex\"}\r\n flexDirection={\"column\"}\r\n justifyContent={\"space-evenly\"}\r\n sx={{\r\n mt: { xs: 3, sm: 4 },\r\n p: { xs: 3, sm: 6 },\r\n gap: { xs: 1.5, sm: 2 },\r\n \"& a, & a.MuiLink-root\": {\r\n color: `${theme.palette.background.paper} !important`,\r\n textDecorationColor: `${theme.palette.background.paper} !important`,\r\n \"&:hover\": {\r\n color: `${theme.palette.background.paper} !important`,\r\n textDecorationColor: `${theme.palette.background.paper} !important`,\r\n opacity: 0.8,\r\n },\r\n },\r\n }}\r\n >\r\n <LightnLogo width={154} display={\"block\"} />\r\n <Typography\r\n sx={{\r\n color: theme.palette.background.paper,\r\n fontSize: { xs: 11, sm: 12 },\r\n lineHeight: 1.5,\r\n }}\r\n >\r\n © Copyright: Except where stated, the content on this site is the\r\n copyright of LIGHTN Ltd. It may not be reproduced without written\r\n permission from LIGHTN Ltd.\r\n </Typography>\r\n <Typography\r\n sx={{\r\n color: theme.palette.background.paper,\r\n fontSize: { xs: 14, sm: 16 },\r\n lineHeight: 1.5,\r\n }}\r\n >\r\n <Link\r\n target=\"_blank\"\r\n rel=\"noopener noreferrer\"\r\n href=\"https://www.lightn.co.nz/eula\"\r\n >\r\n EULA\r\n </Link>\r\n {\" | \"}\r\n <Link\r\n target=\"_blank\"\r\n rel=\"noopener noreferrer\"\r\n href=\"https://www.lightn.co.nz/terms-of-use\"\r\n >\r\n Terms of Use\r\n </Link>\r\n {\" | \"}\r\n <Link\r\n target=\"_blank\"\r\n rel=\"noopener noreferrer\"\r\n href=\"https://www.lightn.co.nz/privacy-statement\"\r\n >\r\n Privacy Policy\r\n </Link>\r\n </Typography>\r\n </Box>\r\n );\r\n};\r\n"],"names":["_jsxs","_jsx","LightnLogo"],"mappings":";;;;;;;AAOO,MAAM,MAAM,GAAa,MAAK;AACnC,IAAA,MAAM,KAAK,GAAG,QAAQ,EAAE;IACxB,QACEA,KAAC;;;;QAEC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,EACrC,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,QAAQ,EACvB,cAAc,EAAE,cAAc,EAC9B,EAAE,EAAE;YACF,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE;YACpB,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE;YACnB,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE;AACvB,YAAA,uBAAuB,EAAE;gBACvB,KAAK,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;gBACrD,mBAAmB,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;AACnE,gBAAA,SAAS,EAAE;oBACT,KAAK,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;oBACrD,mBAAmB,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAA,WAAA,CAAa;AACnE,oBAAA,OAAO,EAAE,GAAG;AACb,iBAAA;AACF,aAAA;AACF,SAAA,EAAA,QAAA,EAAA,CAEDC,IAACC,yBAAU,EAAA,EAAC,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,GAAI,EAC5CD,GAAA,CAAC,UAAU,EAAA,EACT,EAAE,EAAE;AACF,oBAAA,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK;oBACrC,QAAQ,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE;AAC5B,oBAAA,UAAU,EAAE,GAAG;AAChB,iBAAA,EAAA,QAAA,EAAA,sKAAA,EAAA,CAKU,EACbD,IAAA,CAAC,UAAU,EAAA,EACT,EAAE,EAAE;AACF,oBAAA,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK;oBACrC,QAAQ,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE;AAC5B,oBAAA,UAAU,EAAE,GAAG;iBAChB,EAAA,QAAA,EAAA,CAEDC,GAAA,CAAC,IAAI,EAAA,EACH,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,qBAAqB,EACzB,IAAI,EAAC,+BAA+B,EAAA,QAAA,EAAA,MAAA,EAAA,CAG/B,EACN,KAAK,EACNA,GAAA,CAAC,IAAI,EAAA,EACH,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,qBAAqB,EACzB,IAAI,EAAC,uCAAuC,EAAA,QAAA,EAAA,cAAA,EAAA,CAGvC,EACN,KAAK,EACNA,GAAA,CAAC,IAAI,EAAA,EACH,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,qBAAqB,EACzB,IAAI,EAAC,4CAA4C,EAAA,QAAA,EAAA,gBAAA,EAAA,CAG5C,CAAA,EAAA,CACI,CAAA,EAAA,CACT;AAEV;;;;"}
@@ -1,4 +1,4 @@
1
- import { __exports as lib } from '../../../_virtual/index9.js';
1
+ import { __exports as lib } from '../../../_virtual/index8.js';
2
2
  import { __require as requireStringify } from './stringify.js';
3
3
  import { __require as requireTraversal } from './traversal.js';
4
4
  import { __require as requireManipulation } from './manipulation.js';
@@ -1,4 +1,4 @@
1
- import { __exports as decodeDataHtml } from '../../../../_virtual/decode-data-html2.js';
1
+ import { __exports as decodeDataHtml } from '../../../../_virtual/decode-data-html.js';
2
2
 
3
3
  var hasRequiredDecodeDataHtml;
4
4
 
@@ -1,4 +1,4 @@
1
- import { __exports as decodeDataXml } from '../../../../_virtual/decode-data-xml2.js';
1
+ import { __exports as decodeDataXml } from '../../../../_virtual/decode-data-xml.js';
2
2
 
3
3
  var hasRequiredDecodeDataXml;
4
4
 
@@ -1,4 +1,4 @@
1
- import { __exports as decodeDataHtml } from '../../../../../../../_virtual/decode-data-html.js';
1
+ import { __exports as decodeDataHtml } from '../../../../../../../_virtual/decode-data-html2.js';
2
2
 
3
3
  var hasRequiredDecodeDataHtml;
4
4
 
@@ -1,4 +1,4 @@
1
- import { __exports as decodeDataXml } from '../../../../../../../_virtual/decode-data-xml.js';
1
+ import { __exports as decodeDataXml } from '../../../../../../../_virtual/decode-data-xml2.js';
2
2
 
3
3
  var hasRequiredDecodeDataXml;
4
4
 
@@ -1,4 +1,4 @@
1
- import { __exports as cjs } from '../../../_virtual/index8.js';
1
+ import { __exports as cjs } from '../../../_virtual/index9.js';
2
2
  import { __require as requireCjs$1 } from '../../inline-style-parser/cjs/index.js';
3
3
 
4
4
  var hasRequiredCjs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ece-docs-components",
3
- "version": "1.0.96",
3
+ "version": "1.0.97",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",