@sikt/sds-footer 1.0.1 → 1.1.0
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.
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.css.map +1 -1
- package/dist/cjs/index.d.ts +2 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +2 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.sds-
|
|
1
|
+
.sds-footer{background-color:var(--sds-color-background-action);color:var(--sds-color-text-default);min-height:100px}.sds-footer__content{grid-gap:var(--sds-size-padding-large);display:flex;flex-flow:column;grid-template-columns:auto;justify-content:space-between;margin:0 auto;max-width:var(--sds-grid-content-medium);padding:var(--sds-size-base-l)}@media (width >= 834px){.sds-footer__content{flex-flow:row}}.sds-footer__logo-link.sds-typography-link{color:inherit;display:inline-flex;text-decoration:none}
|
|
2
2
|
/*# sourceMappingURL=index.css.map */
|
package/dist/cjs/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["footer.pcss"],"names":[],"mappings":"AAEA,YACE,mDAAoD,CACpD,mCAAoC,CACpC,gBAsBF,CApBE,qBAGE,sCAAuC,CAFvC,YAAa,CACb,gBAAiB,CAEjB,0BAA2B,CAC3B,6BAA8B,CAC9B,aAAc,CACd,wCAAyC,CACzC,8BAKF,CAHE,wBAVF,qBAWI,aAEJ,CADE,CAGF,2CACE,aAAc,CACd,mBAAoB,CACpB,oBACF","file":"index.css","sourcesContent":["@import url(\"@sikt/sds-core/dist/tokens/css/custom-media.css\");\n\n.sds-footer {\n background-color: var(--sds-color-background-action);\n color: var(--sds-color-text-default);\n min-height: 100px;\n\n &__content {\n display: flex;\n flex-flow: column;\n grid-gap: var(--sds-size-padding-large);\n grid-template-columns: auto;\n justify-content: space-between;\n margin: 0 auto;\n max-width: var(--sds-grid-content-medium);\n padding: var(--sds-size-base-l);\n\n @media (--sds-breakpoint-tablet) {\n flex-flow: row;\n }\n }\n\n &__logo-link.sds-typography-link {\n color: inherit;\n display: inline-flex;\n text-decoration: none;\n }\n}\n"]}
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes, ReactNode } from "react";
|
|
3
|
-
|
|
4
|
-
className?: string;
|
|
5
|
-
lang?: "nb" | "nn" | "en" | "se" | "smj" | "sma" | "fkv";
|
|
6
|
-
}
|
|
3
|
+
import { LogoProps } from "@sikt/sds-logo";
|
|
7
4
|
interface FooterProps extends HTMLAttributes<HTMLElement> {
|
|
8
5
|
className?: string;
|
|
9
6
|
children?: ReactNode;
|
|
10
7
|
lang?: LogoProps["lang"];
|
|
11
8
|
logoHref?: string;
|
|
12
9
|
}
|
|
13
|
-
declare const Footer: ({ children, className, lang, logoHref, ...rest }: FooterProps) => JSX.Element;
|
|
10
|
+
declare const Footer: ({ children, className, lang, logoHref, ...rest }: FooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
11
|
export type { FooterProps };
|
|
15
12
|
export { Footer };
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../node_modules/@sikt/sds-core/dist/index.js","../../../logo/dist/index.js","../../Footer.tsx"],"sourcesContent":["import{jsx as e,jsxs as s}from\"react/jsx-runtime\";import a,{clsx as r}from\"clsx\";import{Children as i,isValidElement as l,cloneElement as d}from\"react\";const n=({children:s,className:r,title:i,...l})=>e(\"abbr\",{className:a(\"sds-typography-abbr\",r),tabIndex:0,title:i,...l,children:s}),c=({children:a,aspectRatio:n,figCaption:c,...h})=>s(\"figure\",{className:\"sds-figure\",...h,children:[i.map(a,(e=>{if(l(e))return(e=>{const s={className:r(\"sds-figure__figure\",\"16x9\"===n&&\"sds-figure__figure--ratio-16x9\",e.props.className)};return d(e,s)})(e)})),c&&e(\"figcaption\",{className:\"sds-figure__caption\",children:c})]}),h=({children:s,headingLevel:r,headingType:i,className:l,...d})=>e(`h${r}`,{...d,className:a(\"sds-typography-heading\",`sds-typography-heading--${i}`,l),children:s}),t=e=>h({...e,headingLevel:\"1\"}),p=e=>h({...e,headingLevel:\"2\"}),o=e=>h({...e,headingLevel:\"3\"}),g=e=>h({...e,headingLevel:\"4\"}),m=e=>h({...e,headingLevel:\"5\"}),y=e=>h({...e,headingLevel:\"6\"}),f=({children:s,typographyType:r=\"regular\",className:i,as:l=\"p\",...d})=>e(l,{...d,className:a(\"sds-typography-body\",`sds-typography-body--${r}`,i),children:s}),N=({children:s,className:r,isExternal:i,...l})=>e(\"a\",{className:a(\"sds-typography-link\",i&&\"sds-typography-link--external\",r),...l,children:s}),u=({children:s,className:r,isFocusable:i,...l})=>e(\"span\",{className:a(\"sds-screen-reader-only\",i&&\"sds-screen-reader-only--focusable\",r),...l,children:s});export{n as Abbreviation,c as Figure,t as Heading1,p as Heading2,o as Heading3,g as Heading4,m as Heading5,y as Heading6,N as Link,f as Paragraph,u as ScreenReaderOnly};\n//# sourceMappingURL=index.js.map\n","import{jsxs as e,jsx as r}from\"react/jsx-runtime\";import t from\"clsx\";import*as a from\"react\";var n,s;function l(){return l=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])}return e},l.apply(this,arguments)}const o=e=>a.createElement(\"svg\",l({xmlns:\"http://www.w3.org/2000/svg\",fill:\"none\",viewBox:\"0 0 75 48\"},e),n||(n=a.createElement(\"g\",{fill:\"currentColor\",clipPath:\"url(#Logo_svg__a)\"},a.createElement(\"path\",{d:\"M52.262 1.63c-6.493 0-12.331 2.769-16.409 7.175l9.998 9.998c2.865 2.864 2.865 7.53 0 10.394l-9.998 9.998c4.092 4.406 9.93 7.175 16.409 7.175 12.358 0 22.37-10.012 22.37-22.37S64.62 1.63 52.262 1.63z\"}),a.createElement(\"path\",{d:\"M29.893 24a22.277 22.277 0 0 1 5.96-15.195l-6.656-6.656c-2.864-2.865-7.53-2.865-10.394 0L2.148 18.804c-2.864 2.864-2.864 7.529 0 10.394l16.655 16.655c2.865 2.864 7.53 2.864 10.394 0l6.657-6.657a22.214 22.214 0 0 1-5.961-15.195z\"}))),s||(s=a.createElement(\"defs\",null,a.createElement(\"clipPath\",{id:\"Logo_svg__a\"},a.createElement(\"path\",{fill:\"currentColor\",d:\"M0 0h75v48H0z\"}))))),i={nb:\"Kunnskapssektorens<br /> tjenesteleverandør\",nn:\"Kunnskapssektorens<br /> tenesteleverandør\",en:\"Norwegian Agency for Shared<br /> Services in Education and Research\",se:\"Máhttosuorggi<br /> bálvaluslágideaddji\",smj:\"Máhtudaksuorge<br /> dievnastusbuvtadadiddje\",sma:\"Maahtoesuerkien<br /> dïenesjedeellije\",fkv:\"Tietosektorin<br /> palvelu\"},c=({logoType:a,className:n,lang:s=\"nb\",...l})=>{const c=\"secondary\"===a;return e(\"div\",{className:t(\"sds-logo\",`sds-logo--${a}`,n),...l,children:[r(o,{className:\"sds-logo__icon\",\"aria-hidden\":!0}),e(\"div\",{children:[r(\"div\",{className:\"sds-logo__title\",children:\"Sikt\"}),c&&r(\"div\",{className:\"sds-logo__subtitle\",dangerouslySetInnerHTML:{__html:i[s]}})]})]})},d=e=>c({...e,logoType:\"primary\"}),g=e=>c({...e,logoType:\"secondary\"});export{d as PrimaryLogo,g as SecondaryLogo};\n//# sourceMappingURL=index.js.map\n","import React, { HTMLAttributes, ReactNode } from \"react\";\nimport clsx from \"clsx\";\nimport { Link } from \"@sikt/sds-core\";\nimport { SecondaryLogo, LogoProps } from \"@sikt/sds-logo\";\nimport \"./footer.pcss\";\n\nexport interface FooterProps extends HTMLAttributes<HTMLElement> {\n className?: string;\n children?: ReactNode;\n lang?: LogoProps[\"lang\"];\n logoHref?: string;\n}\n\nexport const Footer = ({\n children,\n className,\n lang = \"nb\",\n logoHref = \"//sikt.no\",\n ...rest\n}: FooterProps) => {\n const logoElement = <SecondaryLogo lang={lang} />;\n\n return (\n <footer\n className={clsx(\"sds-footer\", className)}\n data-color-scheme=\"dark\"\n {...rest}\n >\n <div className=\"sds-footer__content\">\n <div>\n {logoHref ? (\n <Link href={logoHref} className=\"sds-footer__logo-link\">\n {logoElement}\n </Link>\n ) : (\n logoElement\n )}\n </div>\n {children}\n </div>\n </footer>\n );\n};\n"],"names":["N","children","s","className","r","isExternal","i","l","e","jsx","a","n","Object","assign","bind","arguments","length","t","prototype","hasOwnProperty","call","apply","this","o","createElement","xmlns","fill","viewBox","clipPath","d","id","nb","nn","en","se","smj","sma","fkv","g","logoType","lang","c","jsxs","dangerouslySetInnerHTML","__html","logoHref","rest","logoElement","_jsx","SecondaryLogo","clsx","_jsxs","Link","href"],"mappings":"+VAA8J,MAA08BA,EAAE,EAAEC,SAASC,EAAEC,UAAUC,EAAEC,WAAWC,KAAKC,KAAKC,EAACC,IAAC,IAAI,CAACN,UAAUO,EAAE,sBAAsBJ,GAAG,gCAAgCF,MAAMG,EAAEN,SAASC,ICAvpC,IAAIS,EAAET,EAAE,SAASK,IAAI,OAAOA,EAAEK,OAAOC,OAAOD,OAAOC,OAAOC,OAAO,SAASN,GAAG,IAAI,IAAIJ,EAAE,EAAEA,EAAEW,UAAUC,OAAOZ,IAAI,CAAC,IAAIa,EAAEF,UAAUX,GAAG,IAAI,IAAIM,KAAKO,EAAEL,OAAOM,UAAUC,eAAeC,KAAKH,EAAEP,KAAKF,EAAEE,GAAGO,EAAEP,GAAI,CAAA,OAAOF,GAAGD,EAAEc,MAAMC,KAAKP,UAAW,CAAA,MAAMQ,EAAEf,GAAGE,EAAEc,cAAc,MAAMjB,EAAE,CAACkB,MAAM,6BAA6BC,KAAK,OAAOC,QAAQ,aAAanB,GAAGG,IAAIA,EAAED,EAAEc,cAAc,IAAI,CAACE,KAAK,eAAeE,SAAS,qBAAqBlB,EAAEc,cAAc,OAAO,CAACK,EAAE,2MAA2MnB,EAAEc,cAAc,OAAO,CAACK,EAAE,0OAA0O3B,IAAIA,EAAEQ,EAAEc,cAAc,OAAO,KAAKd,EAAEc,cAAc,WAAW,CAACM,GAAG,eAAepB,EAAEc,cAAc,OAAO,CAACE,KAAK,eAAeG,EAAE,sBAAsBvB,EAAE,CAACyB,GAAG,8CAA8CC,GAAG,6CAA6CC,GAAG,uEAAuEC,GAAG,0CAA0CC,IAAI,+CAA+CC,IAAI,yCAAyCC,IAAI,+BAA0aC,EAAE9B,GAA3Y,GAAE+B,SAAS7B,EAAEP,UAAUQ,EAAE6B,KAAKtC,EAAE,QAAQK,MAAM,MAAMkC,EAAE,cAAc/B,EAAE,OAAOF,EAACkC,KAAC,MAAM,CAACvC,UAAUc,EAAE,WAAW,aAAaP,IAAIC,MAAMJ,EAAEN,SAAS,CAACG,EAAAA,IAAEmB,EAAE,CAACpB,UAAU,iBAAiB,eAAc,IAAKK,EAAAA,KAAE,MAAM,CAACP,SAAS,CAACG,EAAAA,IAAE,MAAM,CAACD,UAAU,kBAAkBF,SAAS,SAASwC,GAAGrC,MAAE,MAAM,CAACD,UAAU,qBAAqBwC,wBAAwB,CAACC,OAAOtC,EAAEJ,WAAW,EAAyCuC,CAAE,IAAIjC,EAAE+B,SAAS,6BCax2D,EACpBtC,WACAE,YACAqC,OAAO,KACPK,WAAW,eACRC,MAEH,MAAMC,EAAcC,EAAAA,IAACC,GAAcT,KAAMA,IAEzC,OACEQ,EAAAA,IACE,SAAA,CAAA7C,UAAW+C,EAAK,aAAc/C,GACZ,oBAAA,UACd2C,EAAI7C,SAERkD,OAAK,MAAA,CAAAhD,UAAU,gCACb6C,EAAAA,IACG,MAAA,CAAA/C,SAAA4C,EACCG,MAACI,EAAI,CAACC,KAAMR,EAAU1C,UAAU,wBAC7BF,SAAA8C,IACI,IAKV9C,MAGL","x_google_ignoreList":[0]}
|
package/dist/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.sds-
|
|
1
|
+
.sds-footer{background-color:var(--sds-color-background-action);color:var(--sds-color-text-default);min-height:100px}.sds-footer__content{grid-gap:var(--sds-size-padding-large);display:flex;flex-flow:column;grid-template-columns:auto;justify-content:space-between;margin:0 auto;max-width:var(--sds-grid-content-medium);padding:var(--sds-size-base-l)}@media (width >= 834px){.sds-footer__content{flex-flow:row}}.sds-footer__logo-link.sds-typography-link{color:inherit;display:inline-flex;text-decoration:none}
|
|
2
2
|
/*# sourceMappingURL=index.css.map */
|
package/dist/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["footer.pcss"],"names":[],"mappings":"AAEA,YACE,mDAAoD,CACpD,mCAAoC,CACpC,gBAsBF,CApBE,qBAGE,sCAAuC,CAFvC,YAAa,CACb,gBAAiB,CAEjB,0BAA2B,CAC3B,6BAA8B,CAC9B,aAAc,CACd,wCAAyC,CACzC,8BAKF,CAHE,wBAVF,qBAWI,aAEJ,CADE,CAGF,2CACE,aAAc,CACd,mBAAoB,CACpB,oBACF","file":"index.css","sourcesContent":["@import url(\"@sikt/sds-core/dist/tokens/css/custom-media.css\");\n\n.sds-footer {\n background-color: var(--sds-color-background-action);\n color: var(--sds-color-text-default);\n min-height: 100px;\n\n &__content {\n display: flex;\n flex-flow: column;\n grid-gap: var(--sds-size-padding-large);\n grid-template-columns: auto;\n justify-content: space-between;\n margin: 0 auto;\n max-width: var(--sds-grid-content-medium);\n padding: var(--sds-size-base-l);\n\n @media (--sds-breakpoint-tablet) {\n flex-flow: row;\n }\n }\n\n &__logo-link.sds-typography-link {\n color: inherit;\n display: inline-flex;\n text-decoration: none;\n }\n}\n"]}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes, ReactNode } from "react";
|
|
3
|
-
|
|
4
|
-
className?: string;
|
|
5
|
-
lang?: "nb" | "nn" | "en" | "se" | "smj" | "sma" | "fkv";
|
|
6
|
-
}
|
|
3
|
+
import { LogoProps } from "@sikt/sds-logo";
|
|
7
4
|
interface FooterProps extends HTMLAttributes<HTMLElement> {
|
|
8
5
|
className?: string;
|
|
9
6
|
children?: ReactNode;
|
|
10
7
|
lang?: LogoProps["lang"];
|
|
11
8
|
logoHref?: string;
|
|
12
9
|
}
|
|
13
|
-
declare const Footer: ({ children, className, lang, logoHref, ...rest }: FooterProps) => JSX.Element;
|
|
10
|
+
declare const Footer: ({ children, className, lang, logoHref, ...rest }: FooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
11
|
export type { FooterProps };
|
|
15
12
|
export { Footer };
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../node_modules/@sikt/sds-core/dist/index.js","../../logo/dist/index.js","../Footer.tsx"],"sourcesContent":["import{jsx as e,jsxs as s}from\"react/jsx-runtime\";import a,{clsx as r}from\"clsx\";import{Children as i,isValidElement as l,cloneElement as d}from\"react\";const n=({children:s,className:r,title:i,...l})=>e(\"abbr\",{className:a(\"sds-typography-abbr\",r),tabIndex:0,title:i,...l,children:s}),c=({children:a,aspectRatio:n,figCaption:c,...h})=>s(\"figure\",{className:\"sds-figure\",...h,children:[i.map(a,(e=>{if(l(e))return(e=>{const s={className:r(\"sds-figure__figure\",\"16x9\"===n&&\"sds-figure__figure--ratio-16x9\",e.props.className)};return d(e,s)})(e)})),c&&e(\"figcaption\",{className:\"sds-figure__caption\",children:c})]}),h=({children:s,headingLevel:r,headingType:i,className:l,...d})=>e(`h${r}`,{...d,className:a(\"sds-typography-heading\",`sds-typography-heading--${i}`,l),children:s}),t=e=>h({...e,headingLevel:\"1\"}),p=e=>h({...e,headingLevel:\"2\"}),o=e=>h({...e,headingLevel:\"3\"}),g=e=>h({...e,headingLevel:\"4\"}),m=e=>h({...e,headingLevel:\"5\"}),y=e=>h({...e,headingLevel:\"6\"}),f=({children:s,typographyType:r=\"regular\",className:i,as:l=\"p\",...d})=>e(l,{...d,className:a(\"sds-typography-body\",`sds-typography-body--${r}`,i),children:s}),N=({children:s,className:r,isExternal:i,...l})=>e(\"a\",{className:a(\"sds-typography-link\",i&&\"sds-typography-link--external\",r),...l,children:s}),u=({children:s,className:r,isFocusable:i,...l})=>e(\"span\",{className:a(\"sds-screen-reader-only\",i&&\"sds-screen-reader-only--focusable\",r),...l,children:s});export{n as Abbreviation,c as Figure,t as Heading1,p as Heading2,o as Heading3,g as Heading4,m as Heading5,y as Heading6,N as Link,f as Paragraph,u as ScreenReaderOnly};\n//# sourceMappingURL=index.js.map\n","import{jsxs as e,jsx as r}from\"react/jsx-runtime\";import t from\"clsx\";import*as a from\"react\";var n,s;function l(){return l=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])}return e},l.apply(this,arguments)}const o=e=>a.createElement(\"svg\",l({xmlns:\"http://www.w3.org/2000/svg\",fill:\"none\",viewBox:\"0 0 75 48\"},e),n||(n=a.createElement(\"g\",{fill:\"currentColor\",clipPath:\"url(#Logo_svg__a)\"},a.createElement(\"path\",{d:\"M52.262 1.63c-6.493 0-12.331 2.769-16.409 7.175l9.998 9.998c2.865 2.864 2.865 7.53 0 10.394l-9.998 9.998c4.092 4.406 9.93 7.175 16.409 7.175 12.358 0 22.37-10.012 22.37-22.37S64.62 1.63 52.262 1.63z\"}),a.createElement(\"path\",{d:\"M29.893 24a22.277 22.277 0 0 1 5.96-15.195l-6.656-6.656c-2.864-2.865-7.53-2.865-10.394 0L2.148 18.804c-2.864 2.864-2.864 7.529 0 10.394l16.655 16.655c2.865 2.864 7.53 2.864 10.394 0l6.657-6.657a22.214 22.214 0 0 1-5.961-15.195z\"}))),s||(s=a.createElement(\"defs\",null,a.createElement(\"clipPath\",{id:\"Logo_svg__a\"},a.createElement(\"path\",{fill:\"currentColor\",d:\"M0 0h75v48H0z\"}))))),i={nb:\"Kunnskapssektorens<br /> tjenesteleverandør\",nn:\"Kunnskapssektorens<br /> tenesteleverandør\",en:\"Norwegian Agency for Shared<br /> Services in Education and Research\",se:\"Máhttosuorggi<br /> bálvaluslágideaddji\",smj:\"Máhtudaksuorge<br /> dievnastusbuvtadadiddje\",sma:\"Maahtoesuerkien<br /> dïenesjedeellije\",fkv:\"Tietosektorin<br /> palvelu\"},c=({logoType:a,className:n,lang:s=\"nb\",...l})=>{const c=\"secondary\"===a;return e(\"div\",{className:t(\"sds-logo\",`sds-logo--${a}`,n),...l,children:[r(o,{className:\"sds-logo__icon\",\"aria-hidden\":!0}),e(\"div\",{children:[r(\"div\",{className:\"sds-logo__title\",children:\"Sikt\"}),c&&r(\"div\",{className:\"sds-logo__subtitle\",dangerouslySetInnerHTML:{__html:i[s]}})]})]})},d=e=>c({...e,logoType:\"primary\"}),g=e=>c({...e,logoType:\"secondary\"});export{d as PrimaryLogo,g as SecondaryLogo};\n//# sourceMappingURL=index.js.map\n","import React, { HTMLAttributes, ReactNode } from \"react\";\nimport clsx from \"clsx\";\nimport { Link } from \"@sikt/sds-core\";\nimport { SecondaryLogo, LogoProps } from \"@sikt/sds-logo\";\nimport \"./footer.pcss\";\n\nexport interface FooterProps extends HTMLAttributes<HTMLElement> {\n className?: string;\n children?: ReactNode;\n lang?: LogoProps[\"lang\"];\n logoHref?: string;\n}\n\nexport const Footer = ({\n children,\n className,\n lang = \"nb\",\n logoHref = \"//sikt.no\",\n ...rest\n}: FooterProps) => {\n const logoElement = <SecondaryLogo lang={lang} />;\n\n return (\n <footer\n className={clsx(\"sds-footer\", className)}\n data-color-scheme=\"dark\"\n {...rest}\n >\n <div className=\"sds-footer__content\">\n <div>\n {logoHref ? (\n <Link href={logoHref} className=\"sds-footer__logo-link\">\n {logoElement}\n </Link>\n ) : (\n logoElement\n )}\n </div>\n {children}\n </div>\n </footer>\n );\n};\n"],"names":["N","children","s","className","r","isExternal","i","l","e","a","n","Object","assign","bind","arguments","length","t","prototype","hasOwnProperty","call","apply","this","o","createElement","xmlns","fill","viewBox","clipPath","d","id","nb","nn","en","se","smj","sma","fkv","g","logoType","lang","c","dangerouslySetInnerHTML","__html","Footer","logoHref","rest","logoElement","_jsx","SecondaryLogo","clsx","_jsxs","Link","href"],"mappings":"8FAA8J,MAA08BA,EAAE,EAAEC,SAASC,EAAEC,UAAUC,EAAEC,WAAWC,KAAKC,KAAKC,EAAE,IAAI,CAACL,UAAUM,EAAE,sBAAsBH,GAAG,gCAAgCF,MAAMG,EAAEN,SAASC,ICAvpC,IAAIQ,EAAER,EAAE,SAASK,IAAI,OAAOA,EAAEI,OAAOC,OAAOD,OAAOC,OAAOC,OAAO,SAASL,GAAG,IAAI,IAAIJ,EAAE,EAAEA,EAAEU,UAAUC,OAAOX,IAAI,CAAC,IAAIY,EAAEF,UAAUV,GAAG,IAAI,IAAIK,KAAKO,EAAEL,OAAOM,UAAUC,eAAeC,KAAKH,EAAEP,KAAKD,EAAEC,GAAGO,EAAEP,GAAI,CAAA,OAAOD,GAAGD,EAAEa,MAAMC,KAAKP,UAAW,CAAA,MAAMQ,EAAEd,GAAGC,EAAEc,cAAc,MAAMhB,EAAE,CAACiB,MAAM,6BAA6BC,KAAK,OAAOC,QAAQ,aAAalB,GAAGE,IAAIA,EAAED,EAAEc,cAAc,IAAI,CAACE,KAAK,eAAeE,SAAS,qBAAqBlB,EAAEc,cAAc,OAAO,CAACK,EAAE,2MAA2MnB,EAAEc,cAAc,OAAO,CAACK,EAAE,0OAA0O1B,IAAIA,EAAEO,EAAEc,cAAc,OAAO,KAAKd,EAAEc,cAAc,WAAW,CAACM,GAAG,eAAepB,EAAEc,cAAc,OAAO,CAACE,KAAK,eAAeG,EAAE,sBAAsBtB,EAAE,CAACwB,GAAG,8CAA8CC,GAAG,6CAA6CC,GAAG,uEAAuEC,GAAG,0CAA0CC,IAAI,+CAA+CC,IAAI,yCAAyCC,IAAI,+BAA0aC,EAAE7B,GAA3Y,GAAE8B,SAAS7B,EAAEN,UAAUO,EAAE6B,KAAKrC,EAAE,QAAQK,MAAM,MAAMiC,EAAE,cAAc/B,EAAE,OAAOD,EAAE,MAAM,CAACL,UAAUa,EAAE,WAAW,aAAaP,IAAIC,MAAMH,EAAEN,SAAS,CAACG,EAAEkB,EAAE,CAACnB,UAAU,iBAAiB,eAAc,IAAKK,EAAE,MAAM,CAACP,SAAS,CAACG,EAAE,MAAM,CAACD,UAAU,kBAAkBF,SAAS,SAASuC,GAAGpC,EAAE,MAAM,CAACD,UAAU,qBAAqBsC,wBAAwB,CAACC,OAAOpC,EAAEJ,WAAW,EAAyCsC,CAAE,IAAIhC,EAAE8B,SAAS,cCaj3DK,EAAS,EACpB1C,WACAE,YACAoC,OAAO,KACPK,WAAW,eACRC,MAEH,MAAMC,EAAcC,EAACC,GAAcT,KAAMA,IAEzC,OACEQ,EACE,SAAA,CAAA5C,UAAW8C,EAAK,aAAc9C,GACZ,oBAAA,UACd0C,EAAI5C,SAERiD,EAAK,MAAA,CAAA/C,UAAU,gCACb4C,EACG,MAAA,CAAA9C,SAAA2C,EACCG,EAACI,EAAI,CAACC,KAAMR,EAAUzC,UAAU,wBAC7BF,SAAA6C,IACI,IAKV7C,MAGL","x_google_ignoreList":[0]}
|