-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 175581c 🚀
- Loading branch information
Showing
169 changed files
with
917 additions
and
1,019 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
import{L as f}from"./LogoJPL-CN4_E0dD.js";import{I as d}from"./IconClose-BD6-dXf8.js";import{I as m}from"./IconMenu-DV0OjQIk.js";import{I as i}from"./IconUser-CqYZ7HgZ.js";const b=({orgNumber:s,siteTitle:a,includeMobileMenuToggle:l,includeSignIn:n,signedIn:o,userData:e,logInUrl:t,logOutUrl:r})=>{s||(s=""),a||(a=""),l==null&&(l=!1),n==null&&(n=!1),o==null&&(o=!1),e||(e={}),t||(t="#"),r||(r="#");const p=l?`<button id="NavMobileToggle" class="block lg:hidden focus:outline-none focus:ring-2 p-2" aria-label="Open menu"> | ||
${m({})} | ||
${d({})} | ||
</button> | ||
`:"",c=n?o&&e?` | ||
<a href="${r}" class="flex flex-nowrap items-center focus:outline-none focus:ring-2 mr-2 py-1"> | ||
<span class="hidden lg:block mr-2"> | ||
Sign Out | ||
</span> | ||
${e.photo?`<span class="block shrink-0 w-6 h-6 overflow-hidden rounded-full border-2 border-white bg-white"> | ||
<img class="object-cover w-6 h-6" src="${e.photo}" alt="${e.firstName} ${e.lastName}'s profile photo" /> | ||
</span>`:` | ||
<span class="block shrink-0"> | ||
${i({})} | ||
</span> | ||
`} | ||
</a> | ||
`:` | ||
<a href="${t}" class="flex flex-nowrap items-center focus:outline-none focus:ring-2 mr-2 py-1"> | ||
<span class="hidden lg:block mr-2"> | ||
Sign In | ||
</span> | ||
<span class="block shrink-0"> | ||
${i({})} | ||
</span> | ||
</a> | ||
`:"";return` | ||
<div class="AppBarInternal sticky lg:relative top-0 z-30"> | ||
<div class="bg-gradient-to-r from-jpl-red to-jpl-red-darker text-white font-medium relative z-10"> | ||
<div class="flex flex-row px-4 lg:container mx-auto py-2 items-center justify-between"> | ||
<div class="flex flex-row items-center py-px"> | ||
<a href="//js.jpl.nasa.gov" aria-label="JPL Space" class="block mr-10"> | ||
${f({colorClass:"text-white lg:w-14.5"})} | ||
</a> | ||
<a class="hidden lg:flex flex-row items-center text-3xl py-px leading-tighter tracking-wide" href="/" title="${a}"> | ||
<span> | ||
${s} | ||
</span> | ||
<span class="border-l border-white pl-5 ml-5"> | ||
${a} | ||
</span> | ||
</a> | ||
</div> | ||
<div class="flex flex-nowrap -mr-2"> | ||
${c} | ||
${p} | ||
</div> | ||
</div> | ||
</div> | ||
<div class="lg:hidden block relative z-30 bg-white shadow-lg py-4"> | ||
<a class=" px-4 lg:px-0 lg:container mx-auto flex flex-row items-center leading-tight tracking-wide font-medium text-gray-dark" href="/" title="${a}"> | ||
<span class="text-3xl"> | ||
${s} | ||
</span> | ||
<span class="text-lg border-l-2 border-gray-dark pl-3 ml-3"> | ||
${a} | ||
</span> | ||
</a> | ||
</div> | ||
</div> | ||
`};export{b as A}; |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
assets/BackToTop.stories-CIbZjRjy.js → assets/BackToTop.stories-DeR7Nqgk.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
import{I,a as T,b,c as k,d as x,e as B,f as S}from"./IconExpand-udGnqQBS.js";import{I as w,a as g}from"./IconPrev-yIQlxMWd.js";import{I as E}from"./IconExternal-D74KcMPJ.js";import{I as h}from"./IconDropdown-Bsl9sJbQ.js";const N=({label:a,ariaLabel:t,variant:o,link:f,caret:d,compact:$,disabled:u,icon:s,iconBefore:p,iconOnly:c,cssClass:r,fancybox:n,target:m})=>{p==null&&(p=!1),c==null&&(c=!1),n=n||"";let e="",l="";s=="next"?e=w({}):s=="prev"?e=g({}):s=="expand"?e=I({}):s=="facebook"?e=T({}):s=="twitter"?e=b({}):s=="instagram"?e=k({}):s=="youtube"?e=x({}):s=="reddit"?e=B({}):s=="external"?e=E({}):s=="dropdown"?e=h({}):d&&(e=S({})),o=="primary"?l="-primary":o=="secondary"?l="-secondary":o=="dark"?l="-dark":o=="social"&&(l="-social"),$&&(l+=" -compact"),r&&(l+=" "+r),c&&(l+=" -icon-only",t?t=t:t=a,a="");const i=p?`${e}<span class="label-text">${a}</span>`:`<span class="label-text">${a}</span>${e}`;return u?` | ||
<button | ||
disabled="disabled" | ||
class="BaseButton text-contrast-none inline-block ${l}" ${t?`aria-label="${t}"`:""} | ||
> | ||
<span class="label block"> | ||
${i} | ||
</span> | ||
</button> | ||
`:f?` | ||
<a | ||
href="${f}" | ||
class="BaseButton text-contrast-none inline-block ${l}" ${m?` | ||
target="${m}"`:""} ${t?` | ||
aria-label="${t}"`:""} | ||
> | ||
<span class="label block"> | ||
${i} | ||
</span> | ||
</a> | ||
`:` | ||
<button | ||
class="BaseButton text-contrast-none inline-block ${l}" ${t?` | ||
aria-label="${t}"`:""} ${n} | ||
> | ||
<span class="label block"> | ||
${i} | ||
</span> | ||
</button> | ||
`};export{N as B}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.