Skip to content

Commit

Permalink
Deploying to gh-pages from @ 175581c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesray committed May 24, 2024
1 parent f10c2d6 commit 88fd160
Show file tree
Hide file tree
Showing 169 changed files with 917 additions and 1,019 deletions.
Empty file added .gitkeep
Empty file.
75 changes: 0 additions & 75 deletions assets/AppBarInternal-CTam0wyK.js

This file was deleted.

62 changes: 62 additions & 0 deletions assets/AppBarInternal-Ds--IjlI.js
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};
1 change: 0 additions & 1 deletion assets/AppBarInternal.stories-DqgfgjX6.js

This file was deleted.

1 change: 1 addition & 0 deletions assets/AppBarInternal.stories-zmk-LDgq.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed assets/ArchivoNarrow-Bold-0Hil0ZKv.woff2
Binary file not shown.
Binary file removed assets/ArchivoNarrow-BoldItalic-BGqXmmvL.woff2
Binary file not shown.
Binary file removed assets/ArchivoNarrow-SemiBold-Afw-zrLl.woff2
Binary file not shown.
Binary file removed assets/ArchivoNarrow-SemiBoldItalic-B0CMKvKp.woff2
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions assets/BaseButton-CkSNoISR.js
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};
30 changes: 0 additions & 30 deletions assets/BaseButton-DpIDzJwf.js

This file was deleted.

58 changes: 0 additions & 58 deletions assets/BaseButton.stories-BxCTZGHO.js

This file was deleted.

Loading

0 comments on commit 88fd160

Please sign in to comment.