@phila/phila-ui-app-footer 1.2.3-beta.0 → 1.2.3-beta.10
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/AppFooter.vue.d.ts +1 -0
- package/dist/AppFooter.vue.d.ts.map +1 -1
- package/dist/DefaultContent/SubFooterContent.vue.d.ts +3 -0
- package/dist/DefaultContent/SubFooterContent.vue.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +208 -230
- package/package.json +3 -3
package/dist/AppFooter.vue.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppFooter.vue.d.ts","sourceRoot":"","sources":["../src/AppFooter.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AppFooter.vue.d.ts","sourceRoot":"","sources":["../src/AppFooter.vue"],"names":[],"mappings":"AAwHA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAoB9C,iBAAS,cAAc;WAkGT,OAAO,IAA6B;;8BAbhB,GAAG;+BACF,GAAG;8BACH,GAAG;+BACF,GAAG;;;;EAetC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;qFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=SubFooterContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubFooterContent.vue.d.ts","sourceRoot":"","sources":["../../src/DefaultContent/SubFooterContent.vue"],"names":[],"mappings":";AAmGA,wBAKG"}
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.phila-footer-icon-list[data-v-
|
|
1
|
+
.phila-footer-icon-list[data-v-08e653d8]{display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.phila-footer-icon-list li a[data-v-08e653d8]{display:flex;align-items:center;justify-content:center}.phila-footer[data-v-fa0cb348]{color:var(--Schemes-On-Primary-Container)}.phila-footer [data-v-fa0cb348] ul{list-style:none;padding:0;margin-top:var(--spacing-m)}.phila-footer [data-v-fa0cb348] li{margin-bottom:var(--spacing-xs);padding:0}.phila-main-footer[data-v-fa0cb348]{display:flex;justify-content:center;padding:var(--spacing-xl);background-color:var(--union-blue-500-union-blue)}.phila-main-footer [data-v-fa0cb348] :is(h1,h2,h3,h4,h5,h6){color:var(--Schemes-On-Primary)}.phila-main-footer-content[data-v-fa0cb348]{display:flex;max-width:60rem;gap:var(--spacing-3xl)}.phila-main-footer-slot[data-v-fa0cb348]{display:flex;min-width:6.25rem;flex:1 0 0}.phila-main-footer-divider[data-v-fa0cb348]{width:.0625rem;background-color:var(--Schemes-On-Primary-Container);height:100%}@media(max-width:40rem){.phila-main-footer-content[data-v-fa0cb348]{flex-direction:column}.phila-main-footer-divider[data-v-fa0cb348]{height:.0625rem;width:100%}}.phila-sub-footer[data-v-fa0cb348]{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--spacing-xs);padding:var(--spacing-m);background-color:var(--Schemes-On-Surface-High)}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./index.css');const e=require("vue"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./index.css');const e=require("vue"),d=require("@phila/phila-ui-core"),a=require("@phila/phila-ui-core/icons"),o=e.defineComponent({inheritAttrs:!1,__name:"Link",props:{to:{},href:{},target:{},rel:{},disabled:{type:Boolean,default:!1},ariaLabel:{},className:{},iconRight:{type:Boolean},iconOnly:{type:Boolean,default:!1},inline:{type:Boolean},text:{},size:{},shadow:{type:Boolean},iconSize:{},icon:{},src:{},svgRaw:{},variant:{default:"default"},isExternal:{type:Boolean,default:!1}},setup(n){const l=n,t=e.computed(()=>!(!l.isExternal||l.icon||l.src||l.svgRaw)),r=e.computed(()=>d.cn("phila-link",l.variant&&`phila-link--${l.variant}`,l.size&&`is-${l.size}`,l.iconOnly&&"icon-link",l.disabled&&"is-disabled",l.className)),i=e.computed(()=>{const s={disabled:l.disabled,ariaLabel:l.ariaLabel,className:r.value};return d.isRouterLink(l)?{to:l.to,...s}:{href:l.href,target:l.target,rel:l.rel,...s}}),u=e.computed(()=>({icon:l.icon??(t.value?a.IconUpRightFromSquare:void 0),src:l.src,svgRaw:l.svgRaw,iconRight:t.value?!0:l.iconRight,iconOnly:l.iconOnly,inline:l.inline,text:l.text,size:l.size}));return(s,S)=>(e.openBlock(),e.createBlock(e.unref(d.BaseLink),e.normalizeProps(e.guardReactiveProps({...i.value,...s.$attrs})),{default:e.withCtx(()=>[e.createVNode(e.unref(d.ActionContent),e.normalizeProps(e.guardReactiveProps(u.value)),{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(l.text),1)])]),_:3},16)]),_:3},16))}}),p={"aria-label":"Elected officials"},m=e.defineComponent({__name:"FirstNavSlotContent",setup(n){return(l,t)=>(e.openBlock(),e.createElementBlock("nav",p,[t[8]||(t[8]=e.createElementVNode("h4",null,"Elected officials",-1)),e.createElementVNode("ul",null,[e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://www.phila.gov/departments/mayor/"},{default:e.withCtx(()=>[...t[0]||(t[0]=[e.createTextVNode("Mayor",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"http://phlcouncil.com/","is-external":""},{default:e.withCtx(()=>[...t[1]||(t[1]=[e.createTextVNode("City Council",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"http://www.courts.phila.gov/"},{default:e.withCtx(()=>[...t[2]||(t[2]=[e.createTextVNode("Courts",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://phillyda.org/","is-external":""},{default:e.withCtx(()=>[...t[3]||(t[3]=[e.createTextVNode("District Attorney",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://controller.phila.gov/"},{default:e.withCtx(()=>[...t[4]||(t[4]=[e.createTextVNode("City Controller",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://phillysheriff.com/","is-external":""},{default:e.withCtx(()=>[...t[5]||(t[5]=[e.createTextVNode("Sheriff",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://vote.phila.gov/"},{default:e.withCtx(()=>[...t[6]||(t[6]=[e.createTextVNode("City Commissioners",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://www.phila.gov/departments/register-of-wills/"},{default:e.withCtx(()=>[...t[7]||(t[7]=[e.createTextVNode("Register of Wills",-1)])]),_:1})])])]))}}),f={"aria-label":"Open government"},h=e.defineComponent({__name:"SecondNavSlotContent",setup(n){return(l,t)=>(e.openBlock(),e.createElementBlock("nav",f,[t[8]||(t[8]=e.createElementVNode("h4",null,"Open government",-1)),e.createElementVNode("ul",null,[e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://codelibrary.amlegal.com/codes/philadelphia/latest/overview","is-external":""},{default:e.withCtx(()=>[...t[0]||(t[0]=[e.createTextVNode(" Philadelphia Code & Charter ",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://www.phila.gov/departments/department-of-records/"},{default:e.withCtx(()=>[...t[1]||(t[1]=[e.createTextVNode(" City records ",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://www.phila.gov/departments/department-of-records/proposed-regulations/#/"},{default:e.withCtx(()=>[...t[2]||(t[2]=[e.createTextVNode(" City agency regulations ",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://www.phila.gov/departments/mayor/executive-orders/"},{default:e.withCtx(()=>[...t[3]||(t[3]=[e.createTextVNode(" Executive orders ",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://www.phila.gov/programs/integrity-works/"},{default:e.withCtx(()=>[...t[4]||(t[4]=[e.createTextVNode(" Honesty in government ",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://vote.phila.gov/"},{default:e.withCtx(()=>[...t[5]||(t[5]=[e.createTextVNode(" Voting & elections ",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://www.phila.gov/programs/open-data-program/"},{default:e.withCtx(()=>[...t[6]||(t[6]=[e.createTextVNode(" Open data ",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://www.phila.gov/documents/city-of-philadelphia-organization-chart/"},{default:e.withCtx(()=>[...t[7]||(t[7]=[e.createTextVNode(" City organization chart ",-1)])]),_:1})])])]))}}),V=`<svg width="31" height="25" viewBox="0 0 31 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g clip-path="url(#clip0_745_1378)">
|
|
3
3
|
<path d="M28 3.125H3.1V17H28V3.125ZM0 17.1875V3.125C0 1.40137 1.39016 0 3.1 0H27.9C29.6098 0 31 1.40137 31 3.125V17.1875C31 18.9111 29.6098 20.3125 27.9 20H3.1C1.39016 20.3125 0 18.9111 0 17.1875ZM4.65 23.4375C4.65 22.5732 5.34266 21.875 6.2 21.875H24.8C25.6573 21.875 26.35 22.5732 26.35 23.4375C26.35 24.3018 25.6573 25 24.8 25H6.2C5.34266 25 4.65 24.3018 4.65 23.4375Z" fill="#ECFDFF"/>
|
|
4
4
|
<path d="M8.76074 10.4209V9.69727H10.6299V11.4082C10.4482 11.584 10.1846 11.7393 9.83887 11.874C9.49512 12.0068 9.14648 12.0732 8.79297 12.0732C8.34375 12.0732 7.95215 11.9795 7.61816 11.792C7.28418 11.6025 7.0332 11.333 6.86523 10.9834C6.69727 10.6318 6.61328 10.25 6.61328 9.83789C6.61328 9.39062 6.70703 8.99316 6.89453 8.64551C7.08203 8.29785 7.35645 8.03125 7.71777 7.8457C7.99316 7.70312 8.33594 7.63184 8.74609 7.63184C9.2793 7.63184 9.69531 7.74414 9.99414 7.96875C10.2949 8.19141 10.4883 8.5 10.5742 8.89453L9.71289 9.05566C9.65234 8.84473 9.53809 8.67871 9.37012 8.55762C9.2041 8.43457 8.99609 8.37305 8.74609 8.37305C8.36719 8.37305 8.06543 8.49316 7.84082 8.7334C7.61816 8.97363 7.50684 9.33008 7.50684 9.80273C7.50684 10.3125 7.62012 10.6953 7.84668 10.9512C8.07324 11.2051 8.37012 11.332 8.7373 11.332C8.91895 11.332 9.10059 11.2969 9.28223 11.2266C9.46582 11.1543 9.62305 11.0674 9.75391 10.9658V10.4209H8.76074ZM11.2363 10.4004C11.2363 10.127 11.3037 9.8623 11.4385 9.60645C11.5732 9.35059 11.7637 9.15527 12.0098 9.02051C12.2578 8.88574 12.5342 8.81836 12.8389 8.81836C13.3096 8.81836 13.6953 8.97168 13.9961 9.27832C14.2969 9.58301 14.4473 9.96875 14.4473 10.4355C14.4473 10.9062 14.2949 11.2969 13.9902 11.6074C13.6875 11.916 13.3057 12.0703 12.8447 12.0703C12.5596 12.0703 12.2871 12.0059 12.0273 11.877C11.7695 11.748 11.5732 11.5596 11.4385 11.3115C11.3037 11.0615 11.2363 10.7578 11.2363 10.4004ZM12.0801 10.4443C12.0801 10.7529 12.1533 10.9893 12.2998 11.1533C12.4463 11.3174 12.627 11.3994 12.8418 11.3994C13.0566 11.3994 13.2363 11.3174 13.3809 11.1533C13.5273 10.9893 13.6006 10.751 13.6006 10.4385C13.6006 10.1338 13.5273 9.89941 13.3809 9.73535C13.2363 9.57129 13.0566 9.48926 12.8418 9.48926C12.627 9.48926 12.4463 9.57129 12.2998 9.73535C12.1533 9.89941 12.0801 10.1357 12.0801 10.4443ZM15.9502 12L14.6963 8.88867H15.5605L16.1465 10.4766L16.3164 11.0068C16.3613 10.8721 16.3896 10.7832 16.4014 10.7402C16.4287 10.6523 16.458 10.5645 16.4893 10.4766L17.0811 8.88867H17.9277L16.6914 12H15.9502ZM19.4072 12V8.43164H18.1328V7.70508H21.5459V8.43164H20.2744V12H19.4072ZM23.2041 12L21.6689 7.70508H22.6094L23.6963 10.8838L24.748 7.70508H25.668L24.1299 12H23.2041Z" fill="#ECFDFF"/>
|
|
@@ -9,4 +9,4 @@
|
|
|
9
9
|
</clipPath>
|
|
10
10
|
</defs>
|
|
11
11
|
</svg>
|
|
12
|
-
`,
|
|
12
|
+
`,N={"aria-label":"Explore Philadelphia"},w={"aria-label":"Social media"},C={class:"phila-footer-icon-list"},v=e.defineComponent({__name:"ThirdNavSlotContent",setup(n){return(l,t)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("nav",N,[t[2]||(t[2]=e.createElementVNode("h4",null,"Explore Philadelphia",-1)),e.createElementVNode("ul",null,[e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://www.septa.org/","is-external":""},{default:e.withCtx(()=>[...t[0]||(t[0]=[e.createTextVNode("SEPTA",-1)])]),_:1})]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{size:"small",href:"https://www.visitphilly.com/","is-external":""},{default:e.withCtx(()=>[...t[1]||(t[1]=[e.createTextVNode("Visit Philadelphia",-1)])]),_:1})])])]),e.createElementVNode("nav",w,[e.createElementVNode("ul",C,[e.createElementVNode("li",null,[e.createVNode(e.unref(o),{"icon-only":"",size:"medium",icon:e.unref(a.IconFacebook),href:"https://www.facebook.com/cityofphiladelphia","aria-label":"Facebook"},null,8,["icon"])]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{"icon-only":"",size:"medium",icon:e.unref(a.IconXTwitter),href:"https://twitter.com/PhiladelphiaGov","aria-label":"X (Twitter)"},null,8,["icon"])]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{"icon-only":"",size:"medium",icon:e.unref(a.IconInstagram),href:"https://www.instagram.com/cityofphiladelphia/","aria-label":"Instagram"},null,8,["icon"])]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{"icon-only":"",size:"medium","svg-raw":e.unref(V),href:"https://www.phila.gov/departments/office-of-innovation-and-technology/phlgovtv/","aria-label":"PhlGovTV"},null,8,["svg-raw"])]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{"icon-only":"",size:"medium",icon:e.unref(a.IconYoutube),href:"https://www.youtube.com/user/PhilaGov","aria-label":"YouTube"},null,8,["icon"])]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{"icon-only":"",size:"medium",icon:e.unref(a.IconFlickr),href:"https://www.flickr.com/photos/phillycityrep","aria-label":"Flickr"},null,8,["icon"])]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{"icon-only":"",size:"medium",icon:e.unref(a.IconGithub),href:"https://github.com/CityOfPhiladelphia","aria-label":"GitHub"},null,8,["icon"])]),e.createElementVNode("li",null,[e.createVNode(e.unref(o),{"icon-only":"",size:"medium",icon:e.unref(a.IconLinkedinIn),href:"https://www.linkedin.com/showcase/phlcitycareers","aria-label":"LinkedIn"},null,8,["icon"])])])])]))}}),c=(n,l)=>{const t=n.__vccOpts||n;for(const[r,i]of l)t[r]=i;return t},g=c(v,[["__scopeId","data-v-08e653d8"]]),x=e.defineComponent({__name:"SubFooterContent",setup(n){return(l,t)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(e.unref(o),{size:"small",href:"https://www.phila.gov/terms-of-use/"},{default:e.withCtx(()=>[...t[0]||(t[0]=[e.createTextVNode("Terms of use",-1)])]),_:1}),e.createVNode(e.unref(o),{size:"small",href:"https://www.phila.gov/open-records-policy/"},{default:e.withCtx(()=>[...t[1]||(t[1]=[e.createTextVNode("Right to know",-1)])]),_:1}),e.createVNode(e.unref(o),{size:"small",href:"https://www.phila.gov/privacypolicy/"},{default:e.withCtx(()=>[...t[2]||(t[2]=[e.createTextVNode("Privacy Policy",-1)])]),_:1}),e.createVNode(e.unref(o),{size:"small",href:"https://www.phila.gov/accessibility-policy/"},{default:e.withCtx(()=>[...t[3]||(t[3]=[e.createTextVNode("Accessibility",-1)])]),_:1})],64))}}),y={key:0,id:"mainFooter",class:"phila-main-footer has-links-on-primary"},E={class:"phila-main-footer-content"},b={class:"phila-main-footer-slot"},z={class:"phila-main-footer-slot"},_={class:"phila-main-footer-slot"},k={id:"subFooter",class:"phila-sub-footer has-links-on-primary"},T=e.defineComponent({__name:"AppFooter",props:{subFooterOnly:{type:Boolean,default:!1},className:{}},setup(n){const l=n,t=e.computed(()=>d.cn("phila-footer content",l.className));return(r,i)=>(e.openBlock(),e.createElementBlock("footer",{class:e.normalizeClass(t.value)},[n.subFooterOnly?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",y,[e.createElementVNode("div",E,[e.createElementVNode("div",b,[e.renderSlot(r.$slots,"firstNavSlot",{},()=>[e.createVNode(m)],!0)]),i[0]||(i[0]=e.createElementVNode("div",{class:"phila-main-footer-divider"},null,-1)),e.createElementVNode("div",z,[e.renderSlot(r.$slots,"secondNavSlot",{},()=>[e.createVNode(h)],!0)]),i[1]||(i[1]=e.createElementVNode("div",{class:"phila-main-footer-divider"},null,-1)),e.createElementVNode("div",_,[e.renderSlot(r.$slots,"thirdNavSlot",{},()=>[e.createVNode(g)],!0)])])])),e.createElementVNode("div",k,[e.renderSlot(r.$slots,"subFooterSlot",{},()=>[e.createVNode(x)],!0)])],2))}}),B=c(T,[["__scopeId","data-v-fa0cb348"]]);exports.AppFooter=B;
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { defineComponent as h, computed as
|
|
2
|
-
import { cn as g, isRouterLink as
|
|
1
|
+
import { defineComponent as h, computed as c, createBlock as b, openBlock as d, unref as e, normalizeProps as v, guardReactiveProps as C, withCtx as s, createVNode as o, renderSlot as w, createTextVNode as a, toDisplayString as _, createElementBlock as f, createElementVNode as t, Fragment as k, normalizeClass as x, createCommentVNode as F } from "vue";
|
|
2
|
+
import { cn as g, isRouterLink as H, BaseLink as L, ActionContent as V } from "@phila/phila-ui-core";
|
|
3
|
+
import { IconUpRightFromSquare as S, IconFacebook as $, IconXTwitter as N, IconInstagram as I, IconYoutube as P, IconFlickr as B, IconGithub as E, IconLinkedinIn as R } from "@phila/phila-ui-core/icons";
|
|
3
4
|
import './index.css';const n = /* @__PURE__ */ h({
|
|
4
5
|
inheritAttrs: !1,
|
|
5
6
|
__name: "Link",
|
|
@@ -18,55 +19,53 @@ import './index.css';const n = /* @__PURE__ */ h({
|
|
|
18
19
|
size: {},
|
|
19
20
|
shadow: { type: Boolean },
|
|
20
21
|
iconSize: {},
|
|
21
|
-
|
|
22
|
-
iconClass: {},
|
|
22
|
+
icon: {},
|
|
23
23
|
src: {},
|
|
24
24
|
svgRaw: {},
|
|
25
25
|
variant: { default: "default" },
|
|
26
26
|
isExternal: { type: Boolean, default: !1 }
|
|
27
27
|
},
|
|
28
|
-
setup(
|
|
29
|
-
const
|
|
28
|
+
setup(r) {
|
|
29
|
+
const i = r, l = c(() => !(!i.isExternal || i.icon || i.src || i.svgRaw)), p = c(() => g(
|
|
30
30
|
"phila-link",
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
)),
|
|
37
|
-
const
|
|
38
|
-
disabled:
|
|
39
|
-
ariaLabel:
|
|
31
|
+
i.variant && `phila-link--${i.variant}`,
|
|
32
|
+
i.size && `is-${i.size}`,
|
|
33
|
+
i.iconOnly && "icon-link",
|
|
34
|
+
i.disabled && "is-disabled",
|
|
35
|
+
i.className
|
|
36
|
+
)), u = c(() => {
|
|
37
|
+
const m = {
|
|
38
|
+
disabled: i.disabled,
|
|
39
|
+
ariaLabel: i.ariaLabel,
|
|
40
40
|
className: p.value
|
|
41
41
|
};
|
|
42
|
-
return
|
|
43
|
-
to:
|
|
44
|
-
...
|
|
42
|
+
return H(i) ? {
|
|
43
|
+
to: i.to,
|
|
44
|
+
...m
|
|
45
45
|
} : {
|
|
46
|
-
href:
|
|
47
|
-
target:
|
|
48
|
-
rel:
|
|
49
|
-
...
|
|
46
|
+
href: i.href,
|
|
47
|
+
target: i.target,
|
|
48
|
+
rel: i.rel,
|
|
49
|
+
...m
|
|
50
50
|
};
|
|
51
|
-
}),
|
|
51
|
+
}), z = c(
|
|
52
52
|
() => ({
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
size: t.size
|
|
53
|
+
icon: i.icon ?? (l.value ? S : void 0),
|
|
54
|
+
src: i.src,
|
|
55
|
+
svgRaw: i.svgRaw,
|
|
56
|
+
iconRight: l.value ? !0 : i.iconRight,
|
|
57
|
+
iconOnly: i.iconOnly,
|
|
58
|
+
inline: i.inline,
|
|
59
|
+
text: i.text,
|
|
60
|
+
size: i.size
|
|
62
61
|
})
|
|
63
62
|
);
|
|
64
|
-
return (
|
|
65
|
-
default:
|
|
66
|
-
o(e(
|
|
67
|
-
default:
|
|
68
|
-
|
|
69
|
-
|
|
63
|
+
return (m, el) => (d(), b(e(L), v(C({ ...u.value, ...m.$attrs })), {
|
|
64
|
+
default: s(() => [
|
|
65
|
+
o(e(V), v(C(z.value)), {
|
|
66
|
+
default: s(() => [
|
|
67
|
+
w(m.$slots, "default", {}, () => [
|
|
68
|
+
a(_(i.text), 1)
|
|
70
69
|
])
|
|
71
70
|
]),
|
|
72
71
|
_: 3
|
|
@@ -75,99 +74,99 @@ import './index.css';const n = /* @__PURE__ */ h({
|
|
|
75
74
|
_: 3
|
|
76
75
|
}, 16));
|
|
77
76
|
}
|
|
78
|
-
}),
|
|
77
|
+
}), O = { "aria-label": "Elected officials" }, M = /* @__PURE__ */ h({
|
|
79
78
|
__name: "FirstNavSlotContent",
|
|
80
|
-
setup(
|
|
81
|
-
return (
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
79
|
+
setup(r) {
|
|
80
|
+
return (i, l) => (d(), f("nav", O, [
|
|
81
|
+
l[8] || (l[8] = t("h4", null, "Elected officials", -1)),
|
|
82
|
+
t("ul", null, [
|
|
83
|
+
t("li", null, [
|
|
85
84
|
o(e(n), {
|
|
86
85
|
size: "small",
|
|
87
86
|
href: "https://www.phila.gov/departments/mayor/"
|
|
88
87
|
}, {
|
|
89
|
-
default:
|
|
90
|
-
|
|
88
|
+
default: s(() => [...l[0] || (l[0] = [
|
|
89
|
+
a("Mayor", -1)
|
|
91
90
|
])]),
|
|
92
91
|
_: 1
|
|
93
92
|
})
|
|
94
93
|
]),
|
|
95
|
-
|
|
94
|
+
t("li", null, [
|
|
96
95
|
o(e(n), {
|
|
97
96
|
size: "small",
|
|
98
97
|
href: "http://phlcouncil.com/",
|
|
99
98
|
"is-external": ""
|
|
100
99
|
}, {
|
|
101
|
-
default:
|
|
102
|
-
|
|
100
|
+
default: s(() => [...l[1] || (l[1] = [
|
|
101
|
+
a("City Council", -1)
|
|
103
102
|
])]),
|
|
104
103
|
_: 1
|
|
105
104
|
})
|
|
106
105
|
]),
|
|
107
|
-
|
|
106
|
+
t("li", null, [
|
|
108
107
|
o(e(n), {
|
|
109
108
|
size: "small",
|
|
110
109
|
href: "http://www.courts.phila.gov/"
|
|
111
110
|
}, {
|
|
112
|
-
default:
|
|
113
|
-
|
|
111
|
+
default: s(() => [...l[2] || (l[2] = [
|
|
112
|
+
a("Courts", -1)
|
|
114
113
|
])]),
|
|
115
114
|
_: 1
|
|
116
115
|
})
|
|
117
116
|
]),
|
|
118
|
-
|
|
117
|
+
t("li", null, [
|
|
119
118
|
o(e(n), {
|
|
120
119
|
size: "small",
|
|
121
120
|
href: "https://phillyda.org/",
|
|
122
121
|
"is-external": ""
|
|
123
122
|
}, {
|
|
124
|
-
default:
|
|
125
|
-
|
|
123
|
+
default: s(() => [...l[3] || (l[3] = [
|
|
124
|
+
a("District Attorney", -1)
|
|
126
125
|
])]),
|
|
127
126
|
_: 1
|
|
128
127
|
})
|
|
129
128
|
]),
|
|
130
|
-
|
|
129
|
+
t("li", null, [
|
|
131
130
|
o(e(n), {
|
|
132
131
|
size: "small",
|
|
133
132
|
href: "https://controller.phila.gov/"
|
|
134
133
|
}, {
|
|
135
|
-
default:
|
|
136
|
-
|
|
134
|
+
default: s(() => [...l[4] || (l[4] = [
|
|
135
|
+
a("City Controller", -1)
|
|
137
136
|
])]),
|
|
138
137
|
_: 1
|
|
139
138
|
})
|
|
140
139
|
]),
|
|
141
|
-
|
|
140
|
+
t("li", null, [
|
|
142
141
|
o(e(n), {
|
|
143
142
|
size: "small",
|
|
144
143
|
href: "https://phillysheriff.com/",
|
|
145
144
|
"is-external": ""
|
|
146
145
|
}, {
|
|
147
|
-
default:
|
|
148
|
-
|
|
146
|
+
default: s(() => [...l[5] || (l[5] = [
|
|
147
|
+
a("Sheriff", -1)
|
|
149
148
|
])]),
|
|
150
149
|
_: 1
|
|
151
150
|
})
|
|
152
151
|
]),
|
|
153
|
-
|
|
152
|
+
t("li", null, [
|
|
154
153
|
o(e(n), {
|
|
155
154
|
size: "small",
|
|
156
155
|
href: "https://vote.phila.gov/"
|
|
157
156
|
}, {
|
|
158
|
-
default:
|
|
159
|
-
|
|
157
|
+
default: s(() => [...l[6] || (l[6] = [
|
|
158
|
+
a("City Commissioners", -1)
|
|
160
159
|
])]),
|
|
161
160
|
_: 1
|
|
162
161
|
})
|
|
163
162
|
]),
|
|
164
|
-
|
|
163
|
+
t("li", null, [
|
|
165
164
|
o(e(n), {
|
|
166
165
|
size: "small",
|
|
167
166
|
href: "https://www.phila.gov/departments/register-of-wills/"
|
|
168
167
|
}, {
|
|
169
|
-
default:
|
|
170
|
-
|
|
168
|
+
default: s(() => [...l[7] || (l[7] = [
|
|
169
|
+
a("Register of Wills", -1)
|
|
171
170
|
])]),
|
|
172
171
|
_: 1
|
|
173
172
|
})
|
|
@@ -175,97 +174,97 @@ import './index.css';const n = /* @__PURE__ */ h({
|
|
|
175
174
|
])
|
|
176
175
|
]));
|
|
177
176
|
}
|
|
178
|
-
}),
|
|
177
|
+
}), T = { "aria-label": "Open government" }, Z = /* @__PURE__ */ h({
|
|
179
178
|
__name: "SecondNavSlotContent",
|
|
180
|
-
setup(
|
|
181
|
-
return (
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
179
|
+
setup(r) {
|
|
180
|
+
return (i, l) => (d(), f("nav", T, [
|
|
181
|
+
l[8] || (l[8] = t("h4", null, "Open government", -1)),
|
|
182
|
+
t("ul", null, [
|
|
183
|
+
t("li", null, [
|
|
185
184
|
o(e(n), {
|
|
186
185
|
size: "small",
|
|
187
186
|
href: "https://codelibrary.amlegal.com/codes/philadelphia/latest/overview",
|
|
188
187
|
"is-external": ""
|
|
189
188
|
}, {
|
|
190
|
-
default:
|
|
191
|
-
|
|
189
|
+
default: s(() => [...l[0] || (l[0] = [
|
|
190
|
+
a(" Philadelphia Code & Charter ", -1)
|
|
192
191
|
])]),
|
|
193
192
|
_: 1
|
|
194
193
|
})
|
|
195
194
|
]),
|
|
196
|
-
|
|
195
|
+
t("li", null, [
|
|
197
196
|
o(e(n), {
|
|
198
197
|
size: "small",
|
|
199
198
|
href: "https://www.phila.gov/departments/department-of-records/"
|
|
200
199
|
}, {
|
|
201
|
-
default:
|
|
202
|
-
|
|
200
|
+
default: s(() => [...l[1] || (l[1] = [
|
|
201
|
+
a(" City records ", -1)
|
|
203
202
|
])]),
|
|
204
203
|
_: 1
|
|
205
204
|
})
|
|
206
205
|
]),
|
|
207
|
-
|
|
206
|
+
t("li", null, [
|
|
208
207
|
o(e(n), {
|
|
209
208
|
size: "small",
|
|
210
209
|
href: "https://www.phila.gov/departments/department-of-records/proposed-regulations/#/"
|
|
211
210
|
}, {
|
|
212
|
-
default:
|
|
213
|
-
|
|
211
|
+
default: s(() => [...l[2] || (l[2] = [
|
|
212
|
+
a(" City agency regulations ", -1)
|
|
214
213
|
])]),
|
|
215
214
|
_: 1
|
|
216
215
|
})
|
|
217
216
|
]),
|
|
218
|
-
|
|
217
|
+
t("li", null, [
|
|
219
218
|
o(e(n), {
|
|
220
219
|
size: "small",
|
|
221
220
|
href: "https://www.phila.gov/departments/mayor/executive-orders/"
|
|
222
221
|
}, {
|
|
223
|
-
default:
|
|
224
|
-
|
|
222
|
+
default: s(() => [...l[3] || (l[3] = [
|
|
223
|
+
a(" Executive orders ", -1)
|
|
225
224
|
])]),
|
|
226
225
|
_: 1
|
|
227
226
|
})
|
|
228
227
|
]),
|
|
229
|
-
|
|
228
|
+
t("li", null, [
|
|
230
229
|
o(e(n), {
|
|
231
230
|
size: "small",
|
|
232
231
|
href: "https://www.phila.gov/programs/integrity-works/"
|
|
233
232
|
}, {
|
|
234
|
-
default:
|
|
235
|
-
|
|
233
|
+
default: s(() => [...l[4] || (l[4] = [
|
|
234
|
+
a(" Honesty in government ", -1)
|
|
236
235
|
])]),
|
|
237
236
|
_: 1
|
|
238
237
|
})
|
|
239
238
|
]),
|
|
240
|
-
|
|
239
|
+
t("li", null, [
|
|
241
240
|
o(e(n), {
|
|
242
241
|
size: "small",
|
|
243
242
|
href: "https://vote.phila.gov/"
|
|
244
243
|
}, {
|
|
245
|
-
default:
|
|
246
|
-
|
|
244
|
+
default: s(() => [...l[5] || (l[5] = [
|
|
245
|
+
a(" Voting & elections ", -1)
|
|
247
246
|
])]),
|
|
248
247
|
_: 1
|
|
249
248
|
})
|
|
250
249
|
]),
|
|
251
|
-
|
|
250
|
+
t("li", null, [
|
|
252
251
|
o(e(n), {
|
|
253
252
|
size: "small",
|
|
254
253
|
href: "https://www.phila.gov/programs/open-data-program/"
|
|
255
254
|
}, {
|
|
256
|
-
default:
|
|
257
|
-
|
|
255
|
+
default: s(() => [...l[6] || (l[6] = [
|
|
256
|
+
a(" Open data ", -1)
|
|
258
257
|
])]),
|
|
259
258
|
_: 1
|
|
260
259
|
})
|
|
261
260
|
]),
|
|
262
|
-
|
|
261
|
+
t("li", null, [
|
|
263
262
|
o(e(n), {
|
|
264
263
|
size: "small",
|
|
265
264
|
href: "https://www.phila.gov/documents/city-of-philadelphia-organization-chart/"
|
|
266
265
|
}, {
|
|
267
|
-
default:
|
|
268
|
-
|
|
266
|
+
default: s(() => [...l[7] || (l[7] = [
|
|
267
|
+
a(" City organization chart ", -1)
|
|
269
268
|
])]),
|
|
270
269
|
_: 1
|
|
271
270
|
})
|
|
@@ -273,37 +272,7 @@ import './index.css';const n = /* @__PURE__ */ h({
|
|
|
273
272
|
])
|
|
274
273
|
]));
|
|
275
274
|
}
|
|
276
|
-
})
|
|
277
|
-
var S = {
|
|
278
|
-
prefix: "fab",
|
|
279
|
-
iconName: "facebook-f",
|
|
280
|
-
icon: [320, 512, [], "f39e", "M80 299.3l0 212.7 116 0 0-212.7 86.5 0 18-97.8-104.5 0 0-34.6c0-51.7 20.3-71.5 72.7-71.5 16.3 0 29.4 .4 37 1.2l0-88.7C291.4 4 256.4 0 236.2 0 129.3 0 80 50.5 80 159.4l0 42.1-66 0 0 97.8 66 0z"]
|
|
281
|
-
}, $ = {
|
|
282
|
-
prefix: "fab",
|
|
283
|
-
iconName: "youtube",
|
|
284
|
-
icon: [576, 512, [61802], "f167", "M549.7 124.1C543.5 100.4 524.9 81.8 501.4 75.5 458.9 64 288.1 64 288.1 64S117.3 64 74.7 75.5C51.2 81.8 32.7 100.4 26.4 124.1 15 167 15 256.4 15 256.4s0 89.4 11.4 132.3c6.3 23.6 24.8 41.5 48.3 47.8 42.6 11.5 213.4 11.5 213.4 11.5s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zM232.2 337.6l0-162.4 142.7 81.2-142.7 81.2z"]
|
|
285
|
-
}, B = {
|
|
286
|
-
prefix: "fab",
|
|
287
|
-
iconName: "github",
|
|
288
|
-
icon: [512, 512, [], "f09b", "M173.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3 .3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5 .3-6.2 2.3zm44.2-1.7c-2.9 .7-4.9 2.6-4.6 4.9 .3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM252.8 8c-138.7 0-244.8 105.3-244.8 244 0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1 100-33.2 167.8-128.1 167.8-239 0-138.7-112.5-244-251.2-244zM105.2 352.9c-1.3 1-1 3.3 .7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3 .3 2.9 2.3 3.9 1.6 1 3.6 .7 4.3-.7 .7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3 .7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3 .7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"]
|
|
289
|
-
}, E = {
|
|
290
|
-
prefix: "fab",
|
|
291
|
-
iconName: "flickr",
|
|
292
|
-
icon: [448, 512, [], "f16e", "M400 32L48 32C21.5 32 0 53.5 0 80L0 432c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48zM144.5 192a63.5 63.5 0 1 1 0 127 63.5 63.5 0 1 1 0-127zm159 0a63.5 63.5 0 1 1 0 127 63.5 63.5 0 1 1 0-127z"]
|
|
293
|
-
}, R = {
|
|
294
|
-
prefix: "fab",
|
|
295
|
-
iconName: "instagram",
|
|
296
|
-
icon: [448, 512, [], "f16d", "M224.3 141a115 115 0 1 0 -.6 230 115 115 0 1 0 .6-230zm-.6 40.4a74.6 74.6 0 1 1 .6 149.2 74.6 74.6 0 1 1 -.6-149.2zm93.4-45.1a26.8 26.8 0 1 1 53.6 0 26.8 26.8 0 1 1 -53.6 0zm129.7 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM399 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"]
|
|
297
|
-
}, O = {
|
|
298
|
-
prefix: "fab",
|
|
299
|
-
iconName: "x-twitter",
|
|
300
|
-
icon: [448, 512, [], "e61b", "M357.2 48L427.8 48 273.6 224.2 455 464 313 464 201.7 318.6 74.5 464 3.8 464 168.7 275.5-5.2 48 140.4 48 240.9 180.9 357.2 48zM332.4 421.8l39.1 0-252.4-333.8-42 0 255.3 333.8z"]
|
|
301
|
-
}, T = {
|
|
302
|
-
prefix: "fab",
|
|
303
|
-
iconName: "linkedin-in",
|
|
304
|
-
icon: [448, 512, [], "f0e1", "M100.3 448l-92.9 0 0-299.1 92.9 0 0 299.1zM53.8 108.1C24.1 108.1 0 83.5 0 53.8 0 39.5 5.7 25.9 15.8 15.8s23.8-15.8 38-15.8 27.9 5.7 38 15.8 15.8 23.8 15.8 38c0 29.7-24.1 54.3-53.8 54.3zM447.9 448l-92.7 0 0-145.6c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7l0 148.1-92.8 0 0-299.1 89.1 0 0 40.8 1.3 0c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3l0 164.3-.1 0z"]
|
|
305
|
-
};
|
|
306
|
-
const Z = `<svg width="31" height="25" viewBox="0 0 31 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
275
|
+
}), A = `<svg width="31" height="25" viewBox="0 0 31 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
307
276
|
<g clip-path="url(#clip0_745_1378)">
|
|
308
277
|
<path d="M28 3.125H3.1V17H28V3.125ZM0 17.1875V3.125C0 1.40137 1.39016 0 3.1 0H27.9C29.6098 0 31 1.40137 31 3.125V17.1875C31 18.9111 29.6098 20.3125 27.9 20H3.1C1.39016 20.3125 0 18.9111 0 17.1875ZM4.65 23.4375C4.65 22.5732 5.34266 21.875 6.2 21.875H24.8C25.6573 21.875 26.35 22.5732 26.35 23.4375C26.35 24.3018 25.6573 25 24.8 25H6.2C5.34266 25 4.65 24.3018 4.65 23.4375Z" fill="#ECFDFF"/>
|
|
309
278
|
<path d="M8.76074 10.4209V9.69727H10.6299V11.4082C10.4482 11.584 10.1846 11.7393 9.83887 11.874C9.49512 12.0068 9.14648 12.0732 8.79297 12.0732C8.34375 12.0732 7.95215 11.9795 7.61816 11.792C7.28418 11.6025 7.0332 11.333 6.86523 10.9834C6.69727 10.6318 6.61328 10.25 6.61328 9.83789C6.61328 9.39062 6.70703 8.99316 6.89453 8.64551C7.08203 8.29785 7.35645 8.03125 7.71777 7.8457C7.99316 7.70312 8.33594 7.63184 8.74609 7.63184C9.2793 7.63184 9.69531 7.74414 9.99414 7.96875C10.2949 8.19141 10.4883 8.5 10.5742 8.89453L9.71289 9.05566C9.65234 8.84473 9.53809 8.67871 9.37012 8.55762C9.2041 8.43457 8.99609 8.37305 8.74609 8.37305C8.36719 8.37305 8.06543 8.49316 7.84082 8.7334C7.61816 8.97363 7.50684 9.33008 7.50684 9.80273C7.50684 10.3125 7.62012 10.6953 7.84668 10.9512C8.07324 11.2051 8.37012 11.332 8.7373 11.332C8.91895 11.332 9.10059 11.2969 9.28223 11.2266C9.46582 11.1543 9.62305 11.0674 9.75391 10.9658V10.4209H8.76074ZM11.2363 10.4004C11.2363 10.127 11.3037 9.8623 11.4385 9.60645C11.5732 9.35059 11.7637 9.15527 12.0098 9.02051C12.2578 8.88574 12.5342 8.81836 12.8389 8.81836C13.3096 8.81836 13.6953 8.97168 13.9961 9.27832C14.2969 9.58301 14.4473 9.96875 14.4473 10.4355C14.4473 10.9062 14.2949 11.2969 13.9902 11.6074C13.6875 11.916 13.3057 12.0703 12.8447 12.0703C12.5596 12.0703 12.2871 12.0059 12.0273 11.877C11.7695 11.748 11.5732 11.5596 11.4385 11.3115C11.3037 11.0615 11.2363 10.7578 11.2363 10.4004ZM12.0801 10.4443C12.0801 10.7529 12.1533 10.9893 12.2998 11.1533C12.4463 11.3174 12.627 11.3994 12.8418 11.3994C13.0566 11.3994 13.2363 11.3174 13.3809 11.1533C13.5273 10.9893 13.6006 10.751 13.6006 10.4385C13.6006 10.1338 13.5273 9.89941 13.3809 9.73535C13.2363 9.57129 13.0566 9.48926 12.8418 9.48926C12.627 9.48926 12.4463 9.57129 12.2998 9.73535C12.1533 9.89941 12.0801 10.1357 12.0801 10.4443ZM15.9502 12L14.6963 8.88867H15.5605L16.1465 10.4766L16.3164 11.0068C16.3613 10.8721 16.3896 10.7832 16.4014 10.7402C16.4287 10.6523 16.458 10.5645 16.4893 10.4766L17.0811 8.88867H17.9277L16.6914 12H15.9502ZM19.4072 12V8.43164H18.1328V7.70508H21.5459V8.43164H20.2744V12H19.4072ZM23.2041 12L21.6689 7.70508H22.6094L23.6963 10.8838L24.748 7.70508H25.668L24.1299 12H23.2041Z" fill="#ECFDFF"/>
|
|
@@ -314,202 +283,211 @@ const Z = `<svg width="31" height="25" viewBox="0 0 31 25" fill="none" xmlns="ht
|
|
|
314
283
|
</clipPath>
|
|
315
284
|
</defs>
|
|
316
285
|
</svg>
|
|
317
|
-
`,
|
|
286
|
+
`, G = { "aria-label": "Explore Philadelphia" }, D = { "aria-label": "Social media" }, X = { class: "phila-footer-icon-list" }, Y = /* @__PURE__ */ h({
|
|
318
287
|
__name: "ThirdNavSlotContent",
|
|
319
|
-
setup(
|
|
320
|
-
return (
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
288
|
+
setup(r) {
|
|
289
|
+
return (i, l) => (d(), f("div", null, [
|
|
290
|
+
t("nav", G, [
|
|
291
|
+
l[2] || (l[2] = t("h4", null, "Explore Philadelphia", -1)),
|
|
292
|
+
t("ul", null, [
|
|
293
|
+
t("li", null, [
|
|
325
294
|
o(e(n), {
|
|
326
295
|
size: "small",
|
|
327
296
|
href: "https://www.septa.org/",
|
|
328
297
|
"is-external": ""
|
|
329
298
|
}, {
|
|
330
|
-
default:
|
|
331
|
-
|
|
299
|
+
default: s(() => [...l[0] || (l[0] = [
|
|
300
|
+
a("SEPTA", -1)
|
|
332
301
|
])]),
|
|
333
302
|
_: 1
|
|
334
303
|
})
|
|
335
304
|
]),
|
|
336
|
-
|
|
305
|
+
t("li", null, [
|
|
337
306
|
o(e(n), {
|
|
338
307
|
size: "small",
|
|
339
308
|
href: "https://www.visitphilly.com/",
|
|
340
309
|
"is-external": ""
|
|
341
310
|
}, {
|
|
342
|
-
default:
|
|
343
|
-
|
|
311
|
+
default: s(() => [...l[1] || (l[1] = [
|
|
312
|
+
a("Visit Philadelphia", -1)
|
|
344
313
|
])]),
|
|
345
314
|
_: 1
|
|
346
315
|
})
|
|
347
316
|
])
|
|
348
317
|
])
|
|
349
318
|
]),
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
319
|
+
t("nav", D, [
|
|
320
|
+
t("ul", X, [
|
|
321
|
+
t("li", null, [
|
|
353
322
|
o(e(n), {
|
|
354
323
|
"icon-only": "",
|
|
355
324
|
size: "medium",
|
|
356
|
-
|
|
325
|
+
icon: e($),
|
|
357
326
|
href: "https://www.facebook.com/cityofphiladelphia",
|
|
358
327
|
"aria-label": "Facebook"
|
|
359
|
-
}, null, 8, ["icon
|
|
328
|
+
}, null, 8, ["icon"])
|
|
360
329
|
]),
|
|
361
|
-
|
|
330
|
+
t("li", null, [
|
|
362
331
|
o(e(n), {
|
|
363
332
|
"icon-only": "",
|
|
364
333
|
size: "medium",
|
|
365
|
-
|
|
334
|
+
icon: e(N),
|
|
366
335
|
href: "https://twitter.com/PhiladelphiaGov",
|
|
367
336
|
"aria-label": "X (Twitter)"
|
|
368
|
-
}, null, 8, ["icon
|
|
337
|
+
}, null, 8, ["icon"])
|
|
369
338
|
]),
|
|
370
|
-
|
|
339
|
+
t("li", null, [
|
|
371
340
|
o(e(n), {
|
|
372
341
|
"icon-only": "",
|
|
373
342
|
size: "medium",
|
|
374
|
-
|
|
343
|
+
icon: e(I),
|
|
375
344
|
href: "https://www.instagram.com/cityofphiladelphia/",
|
|
376
345
|
"aria-label": "Instagram"
|
|
377
|
-
}, null, 8, ["icon
|
|
346
|
+
}, null, 8, ["icon"])
|
|
378
347
|
]),
|
|
379
|
-
|
|
348
|
+
t("li", null, [
|
|
380
349
|
o(e(n), {
|
|
381
350
|
"icon-only": "",
|
|
382
351
|
size: "medium",
|
|
383
|
-
"svg-raw": e(
|
|
352
|
+
"svg-raw": e(A),
|
|
384
353
|
href: "https://www.phila.gov/departments/office-of-innovation-and-technology/phlgovtv/",
|
|
385
354
|
"aria-label": "PhlGovTV"
|
|
386
355
|
}, null, 8, ["svg-raw"])
|
|
387
356
|
]),
|
|
388
|
-
|
|
357
|
+
t("li", null, [
|
|
389
358
|
o(e(n), {
|
|
390
359
|
"icon-only": "",
|
|
391
360
|
size: "medium",
|
|
392
|
-
|
|
361
|
+
icon: e(P),
|
|
393
362
|
href: "https://www.youtube.com/user/PhilaGov",
|
|
394
363
|
"aria-label": "YouTube"
|
|
395
|
-
}, null, 8, ["icon
|
|
364
|
+
}, null, 8, ["icon"])
|
|
396
365
|
]),
|
|
397
|
-
|
|
366
|
+
t("li", null, [
|
|
398
367
|
o(e(n), {
|
|
399
368
|
"icon-only": "",
|
|
400
369
|
size: "medium",
|
|
401
|
-
|
|
370
|
+
icon: e(B),
|
|
402
371
|
href: "https://www.flickr.com/photos/phillycityrep",
|
|
403
372
|
"aria-label": "Flickr"
|
|
404
|
-
}, null, 8, ["icon
|
|
373
|
+
}, null, 8, ["icon"])
|
|
405
374
|
]),
|
|
406
|
-
|
|
375
|
+
t("li", null, [
|
|
407
376
|
o(e(n), {
|
|
408
377
|
"icon-only": "",
|
|
409
378
|
size: "medium",
|
|
410
|
-
|
|
379
|
+
icon: e(E),
|
|
411
380
|
href: "https://github.com/CityOfPhiladelphia",
|
|
412
381
|
"aria-label": "GitHub"
|
|
413
|
-
}, null, 8, ["icon
|
|
382
|
+
}, null, 8, ["icon"])
|
|
414
383
|
]),
|
|
415
|
-
|
|
384
|
+
t("li", null, [
|
|
416
385
|
o(e(n), {
|
|
417
386
|
"icon-only": "",
|
|
418
387
|
size: "medium",
|
|
419
|
-
|
|
388
|
+
icon: e(R),
|
|
420
389
|
href: "https://www.linkedin.com/showcase/phlcitycareers",
|
|
421
390
|
"aria-label": "LinkedIn"
|
|
422
|
-
}, null, 8, ["icon
|
|
391
|
+
}, null, 8, ["icon"])
|
|
423
392
|
])
|
|
424
393
|
])
|
|
425
394
|
])
|
|
426
395
|
]));
|
|
427
396
|
}
|
|
428
|
-
}),
|
|
429
|
-
const
|
|
430
|
-
for (const [p,
|
|
431
|
-
|
|
432
|
-
return
|
|
433
|
-
},
|
|
397
|
+
}), y = (r, i) => {
|
|
398
|
+
const l = r.__vccOpts || r;
|
|
399
|
+
for (const [p, u] of i)
|
|
400
|
+
l[p] = u;
|
|
401
|
+
return l;
|
|
402
|
+
}, q = /* @__PURE__ */ y(Y, [["__scopeId", "data-v-08e653d8"]]), U = /* @__PURE__ */ h({
|
|
403
|
+
__name: "SubFooterContent",
|
|
404
|
+
setup(r) {
|
|
405
|
+
return (i, l) => (d(), f(k, null, [
|
|
406
|
+
o(e(n), {
|
|
407
|
+
size: "small",
|
|
408
|
+
href: "https://www.phila.gov/terms-of-use/"
|
|
409
|
+
}, {
|
|
410
|
+
default: s(() => [...l[0] || (l[0] = [
|
|
411
|
+
a("Terms of use", -1)
|
|
412
|
+
])]),
|
|
413
|
+
_: 1
|
|
414
|
+
}),
|
|
415
|
+
o(e(n), {
|
|
416
|
+
size: "small",
|
|
417
|
+
href: "https://www.phila.gov/open-records-policy/"
|
|
418
|
+
}, {
|
|
419
|
+
default: s(() => [...l[1] || (l[1] = [
|
|
420
|
+
a("Right to know", -1)
|
|
421
|
+
])]),
|
|
422
|
+
_: 1
|
|
423
|
+
}),
|
|
424
|
+
o(e(n), {
|
|
425
|
+
size: "small",
|
|
426
|
+
href: "https://www.phila.gov/privacypolicy/"
|
|
427
|
+
}, {
|
|
428
|
+
default: s(() => [...l[2] || (l[2] = [
|
|
429
|
+
a("Privacy Policy", -1)
|
|
430
|
+
])]),
|
|
431
|
+
_: 1
|
|
432
|
+
}),
|
|
433
|
+
o(e(n), {
|
|
434
|
+
size: "small",
|
|
435
|
+
href: "https://www.phila.gov/accessibility-policy/"
|
|
436
|
+
}, {
|
|
437
|
+
default: s(() => [...l[3] || (l[3] = [
|
|
438
|
+
a("Accessibility", -1)
|
|
439
|
+
])]),
|
|
440
|
+
_: 1
|
|
441
|
+
})
|
|
442
|
+
], 64));
|
|
443
|
+
}
|
|
444
|
+
}), W = {
|
|
434
445
|
key: 0,
|
|
435
446
|
id: "mainFooter",
|
|
436
|
-
class: "phila-main-footer has-
|
|
437
|
-
},
|
|
447
|
+
class: "phila-main-footer has-links-on-primary"
|
|
448
|
+
}, j = { class: "phila-main-footer-content" }, J = { class: "phila-main-footer-slot" }, K = { class: "phila-main-footer-slot" }, Q = { class: "phila-main-footer-slot" }, ll = {
|
|
438
449
|
id: "subFooter",
|
|
439
|
-
class: "phila-sub-footer has-
|
|
440
|
-
},
|
|
450
|
+
class: "phila-sub-footer has-links-on-primary"
|
|
451
|
+
}, tl = /* @__PURE__ */ h({
|
|
441
452
|
__name: "AppFooter",
|
|
442
453
|
props: {
|
|
443
454
|
subFooterOnly: { type: Boolean, default: !1 },
|
|
444
455
|
className: {}
|
|
445
456
|
},
|
|
446
|
-
setup(
|
|
447
|
-
const
|
|
448
|
-
return (p,
|
|
449
|
-
class:
|
|
457
|
+
setup(r) {
|
|
458
|
+
const i = r, l = c(() => g("phila-footer content", i.className));
|
|
459
|
+
return (p, u) => (d(), f("footer", {
|
|
460
|
+
class: x(l.value)
|
|
450
461
|
}, [
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
o(
|
|
462
|
+
r.subFooterOnly ? F("", !0) : (d(), f("div", W, [
|
|
463
|
+
t("div", j, [
|
|
464
|
+
t("div", J, [
|
|
465
|
+
w(p.$slots, "firstNavSlot", {}, () => [
|
|
466
|
+
o(M)
|
|
456
467
|
], !0)
|
|
457
468
|
]),
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
o(
|
|
469
|
+
u[0] || (u[0] = t("div", { class: "phila-main-footer-divider" }, null, -1)),
|
|
470
|
+
t("div", K, [
|
|
471
|
+
w(p.$slots, "secondNavSlot", {}, () => [
|
|
472
|
+
o(Z)
|
|
462
473
|
], !0)
|
|
463
474
|
]),
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
o(
|
|
475
|
+
u[1] || (u[1] = t("div", { class: "phila-main-footer-divider" }, null, -1)),
|
|
476
|
+
t("div", Q, [
|
|
477
|
+
w(p.$slots, "thirdNavSlot", {}, () => [
|
|
478
|
+
o(q)
|
|
468
479
|
], !0)
|
|
469
480
|
])
|
|
470
481
|
])
|
|
471
482
|
])),
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
}, {
|
|
477
|
-
default: a(() => [...r[2] || (r[2] = [
|
|
478
|
-
s("Terms of use", -1)
|
|
479
|
-
])]),
|
|
480
|
-
_: 1
|
|
481
|
-
}),
|
|
482
|
-
o(e(n), {
|
|
483
|
-
size: "small",
|
|
484
|
-
href: "https://www.phila.gov/open-records-policy/"
|
|
485
|
-
}, {
|
|
486
|
-
default: a(() => [...r[3] || (r[3] = [
|
|
487
|
-
s("Right to know", -1)
|
|
488
|
-
])]),
|
|
489
|
-
_: 1
|
|
490
|
-
}),
|
|
491
|
-
o(e(n), {
|
|
492
|
-
size: "small",
|
|
493
|
-
href: "https://www.phila.gov/privacypolicy/"
|
|
494
|
-
}, {
|
|
495
|
-
default: a(() => [...r[4] || (r[4] = [
|
|
496
|
-
s("Privacy Policy", -1)
|
|
497
|
-
])]),
|
|
498
|
-
_: 1
|
|
499
|
-
}),
|
|
500
|
-
o(e(n), {
|
|
501
|
-
size: "small",
|
|
502
|
-
href: "https://www.phila.gov/accessibility-policy/"
|
|
503
|
-
}, {
|
|
504
|
-
default: a(() => [...r[5] || (r[5] = [
|
|
505
|
-
s("Accessibility", -1)
|
|
506
|
-
])]),
|
|
507
|
-
_: 1
|
|
508
|
-
})
|
|
483
|
+
t("div", ll, [
|
|
484
|
+
w(p.$slots, "subFooterSlot", {}, () => [
|
|
485
|
+
o(U)
|
|
486
|
+
], !0)
|
|
509
487
|
])
|
|
510
488
|
], 2));
|
|
511
489
|
}
|
|
512
|
-
}),
|
|
490
|
+
}), sl = /* @__PURE__ */ y(tl, [["__scopeId", "data-v-fa0cb348"]]);
|
|
513
491
|
export {
|
|
514
|
-
|
|
492
|
+
sl as AppFooter
|
|
515
493
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phila/phila-ui-app-footer",
|
|
3
|
-
"version": "1.2.3-beta.
|
|
3
|
+
"version": "1.2.3-beta.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A footer vue component for site info and related links.",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@fortawesome/free-brands-svg-icons": "^7.1.0",
|
|
33
|
-
"@phila/phila-ui-core": "
|
|
34
|
-
"@phila/phila-ui-link": "1.0
|
|
33
|
+
"@phila/phila-ui-core": "3.0.0-beta.9",
|
|
34
|
+
"@phila/phila-ui-link": "1.1.0-beta.9"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^24.0.0",
|