solid-ui 3.0.6 → 3.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.
Files changed (129) hide show
  1. package/README.md +128 -2
  2. package/dist/acl/access-groups.js +1 -1
  3. package/dist/components/footer/index.d.ts +1 -0
  4. package/dist/components/footer/index.esm.js +24364 -0
  5. package/dist/components/footer/index.esm.js.map +1 -0
  6. package/dist/components/footer/index.esm.min.js +137 -0
  7. package/dist/components/footer/index.esm.min.js.map +1 -0
  8. package/dist/components/footer/index.js +23252 -0
  9. package/dist/components/footer/index.js.map +1 -0
  10. package/dist/components/footer/index.min.js +125 -0
  11. package/dist/components/footer/index.min.js.map +1 -0
  12. package/dist/components/header/index.d.ts +1 -0
  13. package/dist/components/header/index.esm.js +1894 -0
  14. package/dist/components/header/index.esm.js.map +1 -0
  15. package/dist/components/header/index.esm.min.js +1083 -0
  16. package/dist/components/header/index.esm.min.js.map +1 -0
  17. package/dist/components/header/index.js +1855 -0
  18. package/dist/components/header/index.js.map +1 -0
  19. package/dist/components/header/index.min.js +1084 -0
  20. package/dist/components/header/index.min.js.map +1 -0
  21. package/dist/components/loginButton/index.d.ts +1 -0
  22. package/dist/components/loginButton/index.esm.js +719 -0
  23. package/dist/components/loginButton/index.esm.js.map +1 -0
  24. package/dist/components/loginButton/index.esm.min.js +402 -0
  25. package/dist/components/loginButton/index.esm.min.js.map +1 -0
  26. package/dist/components/loginButton/index.js +701 -0
  27. package/dist/components/loginButton/index.js.map +1 -0
  28. package/dist/components/loginButton/index.min.js +402 -0
  29. package/dist/components/loginButton/index.min.js.map +1 -0
  30. package/dist/components/signupButton/index.d.ts +1 -0
  31. package/dist/components/signupButton/index.esm.js +270 -0
  32. package/dist/components/signupButton/index.esm.js.map +1 -0
  33. package/dist/components/signupButton/index.esm.min.js +82 -0
  34. package/dist/components/signupButton/index.esm.min.js.map +1 -0
  35. package/dist/components/signupButton/index.js +264 -0
  36. package/dist/components/signupButton/index.js.map +1 -0
  37. package/dist/components/signupButton/index.min.js +82 -0
  38. package/dist/components/signupButton/index.min.js.map +1 -0
  39. package/dist/footer/index.d.ts.map +1 -1
  40. package/dist/footer/index.js +8 -4
  41. package/dist/footer/index.js.map +1 -1
  42. package/dist/icons/v2/icons-svg/contactIcons.d.ts +3 -0
  43. package/dist/icons/v2/icons-svg/contactIcons.d.ts.map +1 -0
  44. package/dist/icons/v2/icons-svg/contactIcons.js +27 -0
  45. package/dist/icons/v2/icons-svg/contactIcons.js.map +1 -0
  46. package/dist/icons/v2/icons-svg/headerIcons.d.ts +18 -0
  47. package/dist/icons/v2/icons-svg/headerIcons.d.ts.map +1 -0
  48. package/dist/icons/v2/icons-svg/headerIcons.js +245 -0
  49. package/dist/icons/v2/icons-svg/headerIcons.js.map +1 -0
  50. package/dist/icons/v2/icons-svg/pngIcons.d.ts +3 -0
  51. package/dist/icons/v2/icons-svg/pngIcons.d.ts.map +1 -0
  52. package/dist/icons/v2/icons-svg/pngIcons.js +4 -0
  53. package/dist/icons/v2/icons-svg/pngIcons.js.map +1 -0
  54. package/dist/icons/v2/icons-svg/profileIcons.d.ts +23 -0
  55. package/dist/icons/v2/icons-svg/profileIcons.d.ts.map +1 -0
  56. package/dist/icons/v2/icons-svg/profileIcons.js +317 -0
  57. package/dist/icons/v2/icons-svg/profileIcons.js.map +1 -0
  58. package/dist/pad.d.ts.map +1 -1
  59. package/dist/pad.js +13 -13
  60. package/dist/pad.js.map +1 -1
  61. package/dist/solid-ui.esm.js +9560 -12181
  62. package/dist/solid-ui.esm.js.map +1 -1
  63. package/dist/solid-ui.esm.min.js +15 -14
  64. package/dist/solid-ui.esm.min.js.map +1 -1
  65. package/dist/solid-ui.js +12531 -14794
  66. package/dist/solid-ui.js.map +1 -1
  67. package/dist/solid-ui.min.js +23 -22
  68. package/dist/solid-ui.min.js.map +1 -1
  69. package/dist/utils/headerFooterHelpers.d.ts.map +1 -1
  70. package/dist/utils/headerFooterHelpers.js +11 -2
  71. package/dist/utils/headerFooterHelpers.js.map +1 -1
  72. package/dist/v2/components/footer/Footer.d.ts +60 -0
  73. package/dist/v2/components/footer/Footer.d.ts.map +1 -0
  74. package/dist/v2/components/footer/Footer.js +148 -0
  75. package/dist/v2/components/footer/Footer.js.map +1 -0
  76. package/dist/v2/components/footer/Footer.test.d.ts +2 -0
  77. package/dist/v2/components/footer/Footer.test.d.ts.map +1 -0
  78. package/dist/v2/components/footer/Footer.test.js +53 -0
  79. package/dist/v2/components/footer/Footer.test.js.map +1 -0
  80. package/dist/v2/components/footer/index.d.ts +3 -0
  81. package/dist/v2/components/footer/index.d.ts.map +1 -0
  82. package/dist/v2/components/footer/index.js +7 -0
  83. package/dist/v2/components/footer/index.js.map +1 -0
  84. package/dist/v2/components/header/Header.d.ts +155 -0
  85. package/dist/v2/components/header/Header.d.ts.map +1 -0
  86. package/dist/v2/components/header/Header.js +845 -0
  87. package/dist/v2/components/header/Header.js.map +1 -0
  88. package/dist/v2/components/header/header.test.d.ts +2 -0
  89. package/dist/v2/components/header/header.test.d.ts.map +1 -0
  90. package/dist/v2/components/header/header.test.js +242 -0
  91. package/dist/v2/components/header/header.test.js.map +1 -0
  92. package/dist/v2/components/header/index.d.ts +4 -0
  93. package/dist/v2/components/header/index.d.ts.map +1 -0
  94. package/dist/v2/components/header/index.js +7 -0
  95. package/dist/v2/components/header/index.js.map +1 -0
  96. package/dist/v2/components/loginButton/LoginButton.d.ts +62 -0
  97. package/dist/v2/components/loginButton/LoginButton.d.ts.map +1 -0
  98. package/dist/v2/components/loginButton/LoginButton.js +497 -0
  99. package/dist/v2/components/loginButton/LoginButton.js.map +1 -0
  100. package/dist/v2/components/loginButton/LoginButton.test.d.ts +2 -0
  101. package/dist/v2/components/loginButton/LoginButton.test.d.ts.map +1 -0
  102. package/dist/v2/components/loginButton/LoginButton.test.js +53 -0
  103. package/dist/v2/components/loginButton/LoginButton.test.js.map +1 -0
  104. package/dist/v2/components/loginButton/downArrow.d.ts +2 -0
  105. package/dist/v2/components/loginButton/downArrow.d.ts.map +1 -0
  106. package/dist/v2/components/loginButton/downArrow.js +10 -0
  107. package/dist/v2/components/loginButton/downArrow.js.map +1 -0
  108. package/dist/v2/components/loginButton/index.d.ts +3 -0
  109. package/dist/v2/components/loginButton/index.d.ts.map +1 -0
  110. package/dist/v2/components/loginButton/index.js +7 -0
  111. package/dist/v2/components/loginButton/index.js.map +1 -0
  112. package/dist/v2/components/signupButton/SignupButton.d.ts +36 -0
  113. package/dist/v2/components/signupButton/SignupButton.d.ts.map +1 -0
  114. package/dist/v2/components/signupButton/SignupButton.js +84 -0
  115. package/dist/v2/components/signupButton/SignupButton.js.map +1 -0
  116. package/dist/v2/components/signupButton/SignupButton.test.d.ts +2 -0
  117. package/dist/v2/components/signupButton/SignupButton.test.d.ts.map +1 -0
  118. package/dist/v2/components/signupButton/SignupButton.test.js +49 -0
  119. package/dist/v2/components/signupButton/SignupButton.test.js.map +1 -0
  120. package/dist/v2/components/signupButton/index.d.ts +3 -0
  121. package/dist/v2/components/signupButton/index.d.ts.map +1 -0
  122. package/dist/v2/components/signupButton/index.js +7 -0
  123. package/dist/v2/components/signupButton/index.js.map +1 -0
  124. package/dist/versionInfo.js +7 -7
  125. package/dist/widgets/buttons.d.ts +9 -3
  126. package/dist/widgets/buttons.d.ts.map +1 -1
  127. package/dist/widgets/buttons.js +68 -7
  128. package/dist/widgets/buttons.js.map +1 -1
  129. package/package.json +34 -7
@@ -0,0 +1,82 @@
1
+ (()=>{"use strict";var t={826(t,e,s){s.d(e,{AH:()=>a,Rf:()=>l,sk:()=>c});
2
+ /**
3
+ * @license
4
+ * Copyright 2019 Google LLC
5
+ * SPDX-License-Identifier: BSD-3-Clause
6
+ */
7
+ const i=globalThis,r=i.ShadowRoot&&(void 0===i.ShadyCSS||i.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,n=Symbol(),o=new WeakMap;class h{constructor(t,e,s){if(this._$cssResult$=!0,s!==n)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(r&&void 0===t){const s=void 0!==e&&1===e.length;s&&(t=o.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),s&&o.set(e,t))}return t}toString(){return this.cssText}}const a=(t,...e)=>{const s=1===t.length?t[0]:e.reduce((e,s,i)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(s)+t[i+1],t[0]);return new h(s,t,n)},l=(t,e)=>{if(r)t.adoptedStyleSheets=e.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const s of e){const e=document.createElement("style"),r=i.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=s.cssText,t.appendChild(e)}},c=r?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return(t=>new h("string"==typeof t?t:t+"",void 0,n))(e)})(t):t},760(t,e,s){s.d(e,{AH:()=>i.AH,mN:()=>A});var i=s(826);
8
+ /**
9
+ * @license
10
+ * Copyright 2017 Google LLC
11
+ * SPDX-License-Identifier: BSD-3-Clause
12
+ */const{is:r,defineProperty:n,getOwnPropertyDescriptor:o,getOwnPropertyNames:h,getOwnPropertySymbols:a,getPrototypeOf:l}=Object,c=globalThis,p=c.trustedTypes,d=p?p.emptyScript:"",u=c.reactiveElementPolyfillSupport,$=(t,e)=>t,_={toAttribute(t,e){switch(e){case Boolean:t=t?d:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let s=t;switch(e){case Boolean:s=null!==t;break;case Number:s=null===t?null:Number(t);break;case Object:case Array:try{s=JSON.parse(t)}catch(t){s=null}}return s}},f=(t,e)=>!r(t,e),g={attribute:!0,type:String,converter:_,reflect:!1,useDefault:!1,hasChanged:f};Symbol.metadata??=Symbol("metadata"),c.litPropertyMetadata??=new WeakMap;class A extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=g){if(e.state&&(e.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((e=Object.create(e)).wrapped=!0),this.elementProperties.set(t,e),!e.noAccessor){const s=Symbol(),i=this.getPropertyDescriptor(t,s,e);void 0!==i&&n(this.prototype,t,i)}}static getPropertyDescriptor(t,e,s){const{get:i,set:r}=o(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get:i,set(e){const n=i?.call(this);r?.call(this,e),this.requestUpdate(t,n,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??g}static _$Ei(){if(this.hasOwnProperty($("elementProperties")))return;const t=l(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty($("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty($("properties"))){const t=this.properties,e=[...h(t),...a(t)];for(const s of e)this.createProperty(s,t[s])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,s]of e)this.elementProperties.set(t,s)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const s=this._$Eu(t,e);void 0!==s&&this._$Eh.set(s,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const s=new Set(t.flat(1/0).reverse());for(const t of s)e.unshift((0,i.sk)(t))}else void 0!==t&&e.push((0,i.sk)(t));return e}static _$Eu(t,e){const s=e.attribute;return!1===s?void 0:"string"==typeof s?s:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const s of e.keys())this.hasOwnProperty(s)&&(t.set(s,this[s]),delete this[s]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return(0,i.Rf)(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,e,s){this._$AK(t,s)}_$ET(t,e){const s=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,s);if(void 0!==i&&!0===s.reflect){const r=(void 0!==s.converter?.toAttribute?s.converter:_).toAttribute(e,s.type);this._$Em=t,null==r?this.removeAttribute(i):this.setAttribute(i,r),this._$Em=null}}_$AK(t,e){const s=this.constructor,i=s._$Eh.get(t);if(void 0!==i&&this._$Em!==i){const t=s.getPropertyOptions(i),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:_;this._$Em=i;const n=r.fromAttribute(e,t.type);this[i]=n??this._$Ej?.get(i)??n,this._$Em=null}}requestUpdate(t,e,s,i=!1,r){if(void 0!==t){const n=this.constructor;if(!1===i&&(r=this[t]),s??=n.getPropertyOptions(t),!((s.hasChanged??f)(r,e)||s.useDefault&&s.reflect&&r===this._$Ej?.get(t)&&!this.hasAttribute(n._$Eu(t,s))))return;this.C(t,e,s)}!1===this.isUpdatePending&&(this._$ES=this._$EP())}C(t,e,{useDefault:s,reflect:i,wrapped:r},n){s&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,n??e??this[t]),!0!==r||void 0!==n)||(this._$AL.has(t)||(this.hasUpdated||s||(e=void 0),this._$AL.set(t,e)),!0===i&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,s]of t){const{wrapped:t}=s,i=this[e];!0!==t||this._$AL.has(e)||void 0===i||this.C(e,void 0,s,i)}}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$EO?.forEach(t=>t.hostUpdate?.()),this.update(e)):this._$EM()}catch(e){throw t=!1,this._$EM(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$EO?.forEach(t=>t.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach(t=>this._$ET(t,this[t])),this._$EM()}updated(t){}firstUpdated(t){}}A.elementStyles=[],A.shadowRootOptions={mode:"open"},A[$("elementProperties")]=new Map,A[$("finalized")]=new Map,u?.({ReactiveElement:A}),(c.reactiveElementVersions??=[]).push("2.1.2")},228(t,e,s){s.d(e,{AH:()=>i.AH,WF:()=>o,qy:()=>r.qy});var i=s(760),r=s(752);
13
+ /**
14
+ * @license
15
+ * Copyright 2017 Google LLC
16
+ * SPDX-License-Identifier: BSD-3-Clause
17
+ */
18
+ const n=globalThis;class o extends i.mN{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=(0,r.XX)(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return r.c0}}o._$litElement$=!0,o.finalized=!0,n.litElementHydrateSupport?.({LitElement:o});const h=n.litElementPolyfillSupport;h?.({LitElement:o});(n.litElementVersions??=[]).push("4.2.2")},752(t,e,s){s.d(e,{XX:()=>q,c0:()=>w,qy:()=>x});
19
+ /**
20
+ * @license
21
+ * Copyright 2017 Google LLC
22
+ * SPDX-License-Identifier: BSD-3-Clause
23
+ */
24
+ const i=globalThis,r=t=>t,n=i.trustedTypes,o=n?n.createPolicy("lit-html",{createHTML:t=>t}):void 0,h="$lit$",a=`lit$${Math.random().toFixed(9).slice(2)}$`,l="?"+a,c=`<${l}>`,p=document,d=()=>p.createComment(""),u=t=>null===t||"object"!=typeof t&&"function"!=typeof t,$=Array.isArray,_=t=>$(t)||"function"==typeof t?.[Symbol.iterator],f="[ \t\n\f\r]",g=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,A=/-->/g,y=/>/g,m=RegExp(`>|${f}(?:([^\\s"'>=/]+)(${f}*=${f}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),b=/'/g,v=/"/g,E=/^(?:script|style|textarea|title)$/i,S=t=>(e,...s)=>({_$litType$:t,strings:e,values:s}),x=S(1),w=(S(2),S(3),Symbol.for("lit-noChange")),C=Symbol.for("lit-nothing"),P=new WeakMap,U=p.createTreeWalker(p,129);function H(t,e){if(!$(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==o?o.createHTML(e):e}const O=(t,e)=>{const s=t.length-1,i=[];let r,n=2===e?"<svg>":3===e?"<math>":"",o=g;for(let e=0;e<s;e++){const s=t[e];let l,p,d=-1,u=0;for(;u<s.length&&(o.lastIndex=u,p=o.exec(s),null!==p);)u=o.lastIndex,o===g?"!--"===p[1]?o=A:void 0!==p[1]?o=y:void 0!==p[2]?(E.test(p[2])&&(r=RegExp("</"+p[2],"g")),o=m):void 0!==p[3]&&(o=m):o===m?">"===p[0]?(o=r??g,d=-1):void 0===p[1]?d=-2:(d=o.lastIndex-p[2].length,l=p[1],o=void 0===p[3]?m:'"'===p[3]?v:b):o===v||o===b?o=m:o===A||o===y?o=g:(o=m,r=void 0);const $=o===m&&t[e+1].startsWith("/>")?" ":"";n+=o===g?s+c:d>=0?(i.push(l),s.slice(0,d)+h+s.slice(d)+a+$):s+a+(-2===d?e:$)}return[H(t,n+(t[s]||"<?>")+(2===e?"</svg>":3===e?"</math>":"")),i]};class k{constructor({strings:t,_$litType$:e},s){let i;this.parts=[];let r=0,o=0;const c=t.length-1,p=this.parts,[u,$]=O(t,e);if(this.el=k.createElement(u,s),U.currentNode=this.el.content,2===e||3===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=U.nextNode())&&p.length<c;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(h)){const e=$[o++],s=i.getAttribute(t).split(a),n=/([.?@])?(.*)/.exec(e);p.push({type:1,index:r,name:n[2],strings:s,ctor:"."===n[1]?j:"?"===n[1]?D:"@"===n[1]?z:R}),i.removeAttribute(t)}else t.startsWith(a)&&(p.push({type:6,index:r}),i.removeAttribute(t));if(E.test(i.tagName)){const t=i.textContent.split(a),e=t.length-1;if(e>0){i.textContent=n?n.emptyScript:"";for(let s=0;s<e;s++)i.append(t[s],d()),U.nextNode(),p.push({type:2,index:++r});i.append(t[e],d())}}}else if(8===i.nodeType)if(i.data===l)p.push({type:2,index:r});else{let t=-1;for(;-1!==(t=i.data.indexOf(a,t+1));)p.push({type:7,index:r}),t+=a.length-1}r++}}static createElement(t,e){const s=p.createElement("template");return s.innerHTML=t,s}}function N(t,e,s=t,i){if(e===w)return e;let r=void 0!==i?s._$Co?.[i]:s._$Cl;const n=u(e)?void 0:e._$litDirective$;return r?.constructor!==n&&(r?._$AO?.(!1),void 0===n?r=void 0:(r=new n(t),r._$AT(t,s,i)),void 0!==i?(s._$Co??=[])[i]=r:s._$Cl=r),void 0!==r&&(e=N(t,r._$AS(t,e.values),r,i)),e}class M{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:s}=this._$AD,i=(t?.creationScope??p).importNode(e,!0);U.currentNode=i;let r=U.nextNode(),n=0,o=0,h=s[0];for(;void 0!==h;){if(n===h.index){let e;2===h.type?e=new T(r,r.nextSibling,this,t):1===h.type?e=new h.ctor(r,h.name,h.strings,this,t):6===h.type&&(e=new L(r,this,t)),this._$AV.push(e),h=s[++o]}n!==h?.index&&(r=U.nextNode(),n++)}return U.currentNode=p,i}p(t){let e=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,e),e+=s.strings.length-2):s._$AI(t[e])),e++}}class T{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,s,i){this.type=2,this._$AH=C,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=s,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=N(this,t,e),u(t)?t===C||null==t||""===t?(this._$AH!==C&&this._$AR(),this._$AH=C):t!==this._$AH&&t!==w&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):_(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==C&&u(this._$AH)?this._$AA.nextSibling.data=t:this.T(p.createTextNode(t)),this._$AH=t}$(t){const{values:e,_$litType$:s}=t,i="number"==typeof s?this._$AC(t):(void 0===s.el&&(s.el=k.createElement(H(s.h,s.h[0]),this.options)),s);if(this._$AH?._$AD===i)this._$AH.p(e);else{const t=new M(i,this),s=t.u(this.options);t.p(e),this.T(s),this._$AH=t}}_$AC(t){let e=P.get(t.strings);return void 0===e&&P.set(t.strings,e=new k(t)),e}k(t){$(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let s,i=0;for(const r of t)i===e.length?e.push(s=new T(this.O(d()),this.O(d()),this,this.options)):s=e[i],s._$AI(r),i++;i<e.length&&(this._$AR(s&&s._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t!==this._$AB;){const e=r(t).nextSibling;r(t).remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class R{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,s,i,r){this.type=1,this._$AH=C,this._$AN=void 0,this.element=t,this.name=e,this._$AM=i,this.options=r,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=C}_$AI(t,e=this,s,i){const r=this.strings;let n=!1;if(void 0===r)t=N(this,t,e,0),n=!u(t)||t!==this._$AH&&t!==w,n&&(this._$AH=t);else{const i=t;let o,h;for(t=r[0],o=0;o<r.length-1;o++)h=N(this,i[s+o],e,o),h===w&&(h=this._$AH[o]),n||=!u(h)||h!==this._$AH[o],h===C?t=C:t!==C&&(t+=(h??"")+r[o+1]),this._$AH[o]=h}n&&!i&&this.j(t)}j(t){t===C?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class j extends R{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===C?void 0:t}}class D extends R{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==C)}}class z extends R{constructor(t,e,s,i,r){super(t,e,s,i,r),this.type=5}_$AI(t,e=this){if((t=N(this,t,e,0)??C)===w)return;const s=this._$AH,i=t===C&&s!==C||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,r=t!==C&&(s===C||i);i&&this.element.removeEventListener(this.name,this,s),r&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class L{constructor(t,e,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=s}get _$AU(){return this._$AM._$AU}_$AI(t){N(this,t)}}const B=i.litHtmlPolyfillSupport;B?.(k,T),(i.litHtmlVersions??=[]).push("3.3.2");const q=(t,e,s)=>{const i=s?.renderBefore??e;let r=i._$litPart$;if(void 0===r){const t=s?.renderBefore??null;i._$litPart$=r=new T(e.insertBefore(d(),t),t,void 0,s??{})}return r._$AI(t),r}},161(t,e,s){s.d(e,{AH:()=>i.AH,WF:()=>i.WF,qy:()=>i.qy});s(760),s(752);var i=s(228)}},e={};function s(i){var r=e[i];if(void 0!==r)return r.exports;var n=e[i]={exports:{}};return t[i](n,n.exports,s),n.exports}s.d=(t,e)=>{for(var i in e)s.o(e,i)&&!s.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},s.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);var i=s(161);class r extends i.WF{static properties={label:{type:String,reflect:!0},theme:{type:String,reflect:!0},signupUrl:{type:String,attribute:"signup-url",reflect:!0},icon:{type:String,reflect:!0},layout:{type:String,reflect:!0}};static styles=i.AH`
25
+ :host {
26
+ display: inline-block;
27
+ --signup-button-background: transparent;
28
+ --signup-button-border: var(--color-border, #E5E7EB);
29
+ --signup-button-text: var(--color-header-text, #ffffff);
30
+ }
31
+
32
+ :host([theme='dark']) {
33
+ --signup-button-background: transparent;
34
+ --signup-button-border: var(--color-border, #E5E7EB);
35
+ --signup-button-text: var(--color-header-text, #ffffff);
36
+ }
37
+
38
+ .signup-button {
39
+ display: flex;
40
+ height: 35px;
41
+ padding: var(--spacing-xxs, 0.3125rem) var(--spacing-xs, 0.75rem);
42
+ align-items: center;
43
+ gap: var(--spacing-xxs, 0.3125rem);
44
+ border-radius: var(--border-radius-base, 0.3125rem);
45
+ background: var(--signup-button-background);
46
+ border: 1px solid var(--signup-button-border);
47
+ color: var(--signup-button-text);
48
+ cursor: pointer;
49
+ font: inherit;
50
+ line-height: 1;
51
+ white-space: nowrap;
52
+ text-decoration: none;
53
+ box-sizing: border-box;
54
+ transition: transform 0.2s ease;
55
+ }
56
+
57
+ :host([layout='mobile']) .signup-button {
58
+ border: none;
59
+ }
60
+
61
+ .signup-button-icon {
62
+ width: 16px;
63
+ height: 16px;
64
+ display: inline-block;
65
+ object-fit: contain;
66
+ }
67
+
68
+ .signup-button:active {
69
+ transform: translateY(1px);
70
+ }
71
+ `;constructor(){super(),this.label="Sign Up",this.signupUrl="https://solidproject.org/get_a_pod",this.theme="light",this.icon="",this.layout="desktop"}_handleClick(){window.open(this.signupUrl,"_blank","noopener,noreferrer")}render(){return i.qy`
72
+ <button
73
+ class="signup-button"
74
+ type="button"
75
+ part="signup-button"
76
+ @click="${()=>this._handleClick()}"
77
+ >
78
+ ${this.icon?i.qy`<img class="signup-button-icon" src="${this.icon}" alt="" aria-hidden="true" part="signup-button-icon" />`:""}
79
+ <slot>${this.label}</slot>
80
+ </button>
81
+ `}}const n="solid-ui-signup-button";customElements.get(n)||customElements.define(n,r)})();
82
+ //# sourceMappingURL=index.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components/signupButton/index.min.js","mappings":"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","sources":["webpack://solid-ui/./node_modules/@lit/reactive-element/css-tag.js","webpack://solid-ui/./node_modules/@lit/reactive-element/reactive-element.js","webpack://solid-ui/./node_modules/lit-element/lit-element.js","webpack://solid-ui/./node_modules/lit-html/lit-html.js","webpack://solid-ui/webpack/bootstrap","webpack://solid-ui/webpack/runtime/define property getters","webpack://solid-ui/webpack/runtime/hasOwnProperty shorthand","webpack://solid-ui/./src/v2/components/signupButton/SignupButton.ts","webpack://solid-ui/./src/v2/components/signupButton/index.ts"],"sourcesContent":["/**\n * @license\n * Copyright 2019 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&\"adoptedStyleSheets\"in Document.prototype&&\"replace\"in CSSStyleSheet.prototype,s=Symbol(),o=new WeakMap;class n{constructor(t,e,o){if(this._$cssResult$=!0,o!==s)throw Error(\"CSSResult is not constructable. Use `unsafeCSS` or `css` instead.\");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const s=this.t;if(e&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=o.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o.set(s,t))}return t}toString(){return this.cssText}}const r=t=>new n(\"string\"==typeof t?t:t+\"\",void 0,s),i=(t,...e)=>{const o=1===t.length?t[0]:e.reduce((e,s,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if(\"number\"==typeof t)return t;throw Error(\"Value passed to 'css' function must be a 'css' function result: \"+t+\". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.\")})(s)+t[o+1],t[0]);return new n(o,t,s)},S=(s,o)=>{if(e)s.adoptedStyleSheets=o.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const e of o){const o=document.createElement(\"style\"),n=t.litNonce;void 0!==n&&o.setAttribute(\"nonce\",n),o.textContent=e.cssText,s.appendChild(o)}},c=e?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e=\"\";for(const s of t.cssRules)e+=s.cssText;return r(e)})(t):t;export{n as CSSResult,S as adoptStyles,i as css,c as getCompatibleStyle,e as supportsAdoptingStyleSheets,r as unsafeCSS};\n//# sourceMappingURL=css-tag.js.map\n","import{getCompatibleStyle as t,adoptStyles as s}from\"./css-tag.js\";export{CSSResult,css,supportsAdoptingStyleSheets,unsafeCSS}from\"./css-tag.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const{is:i,defineProperty:e,getOwnPropertyDescriptor:h,getOwnPropertyNames:r,getOwnPropertySymbols:o,getPrototypeOf:n}=Object,a=globalThis,c=a.trustedTypes,l=c?c.emptyScript:\"\",p=a.reactiveElementPolyfillSupport,d=(t,s)=>t,u={toAttribute(t,s){switch(s){case Boolean:t=t?l:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,s){let i=t;switch(s){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},f=(t,s)=>!i(t,s),b={attribute:!0,type:String,converter:u,reflect:!1,useDefault:!1,hasChanged:f};Symbol.metadata??=Symbol(\"metadata\"),a.litPropertyMetadata??=new WeakMap;class y extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,s=b){if(s.state&&(s.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((s=Object.create(s)).wrapped=!0),this.elementProperties.set(t,s),!s.noAccessor){const i=Symbol(),h=this.getPropertyDescriptor(t,i,s);void 0!==h&&e(this.prototype,t,h)}}static getPropertyDescriptor(t,s,i){const{get:e,set:r}=h(this.prototype,t)??{get(){return this[s]},set(t){this[s]=t}};return{get:e,set(s){const h=e?.call(this);r?.call(this,s),this.requestUpdate(t,h,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??b}static _$Ei(){if(this.hasOwnProperty(d(\"elementProperties\")))return;const t=n(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(d(\"finalized\")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(d(\"properties\"))){const t=this.properties,s=[...r(t),...o(t)];for(const i of s)this.createProperty(i,t[i])}const t=this[Symbol.metadata];if(null!==t){const s=litPropertyMetadata.get(t);if(void 0!==s)for(const[t,i]of s)this.elementProperties.set(t,i)}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const i=this._$Eu(t,s);void 0!==i&&this._$Eh.set(i,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(s){const i=[];if(Array.isArray(s)){const e=new Set(s.flat(1/0).reverse());for(const s of e)i.unshift(t(s))}else void 0!==s&&i.push(t(s));return i}static _$Eu(t,s){const i=s.attribute;return!1===i?void 0:\"string\"==typeof i?i:\"string\"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,s=this.constructor.elementProperties;for(const i of s.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return s(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,s,i){this._$AK(t,i)}_$ET(t,s){const i=this.constructor.elementProperties.get(t),e=this.constructor._$Eu(t,i);if(void 0!==e&&!0===i.reflect){const h=(void 0!==i.converter?.toAttribute?i.converter:u).toAttribute(s,i.type);this._$Em=t,null==h?this.removeAttribute(e):this.setAttribute(e,h),this._$Em=null}}_$AK(t,s){const i=this.constructor,e=i._$Eh.get(t);if(void 0!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),h=\"function\"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:u;this._$Em=e;const r=h.fromAttribute(s,t.type);this[e]=r??this._$Ej?.get(e)??r,this._$Em=null}}requestUpdate(t,s,i,e=!1,h){if(void 0!==t){const r=this.constructor;if(!1===e&&(h=this[t]),i??=r.getPropertyOptions(t),!((i.hasChanged??f)(h,s)||i.useDefault&&i.reflect&&h===this._$Ej?.get(t)&&!this.hasAttribute(r._$Eu(t,i))))return;this.C(t,s,i)}!1===this.isUpdatePending&&(this._$ES=this._$EP())}C(t,s,{useDefault:i,reflect:e,wrapped:h},r){i&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,r??s??this[t]),!0!==h||void 0!==r)||(this._$AL.has(t)||(this.hasUpdated||i||(s=void 0),this._$AL.set(t,s)),!0===e&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,s]of this._$Ep)this[t]=s;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t){const{wrapped:t}=i,e=this[s];!0!==t||this._$AL.has(s)||void 0===e||this.C(s,void 0,i,e)}}let t=!1;const s=this._$AL;try{t=this.shouldUpdate(s),t?(this.willUpdate(s),this._$EO?.forEach(t=>t.hostUpdate?.()),this.update(s)):this._$EM()}catch(s){throw t=!1,this._$EM(),s}t&&this._$AE(s)}willUpdate(t){}_$AE(t){this._$EO?.forEach(t=>t.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach(t=>this._$ET(t,this[t])),this._$EM()}updated(t){}firstUpdated(t){}}y.elementStyles=[],y.shadowRootOptions={mode:\"open\"},y[d(\"elementProperties\")]=new Map,y[d(\"finalized\")]=new Map,p?.({ReactiveElement:y}),(a.reactiveElementVersions??=[]).push(\"2.1.2\");export{y as ReactiveElement,s as adoptStyles,u as defaultConverter,t as getCompatibleStyle,f as notEqual};\n//# sourceMappingURL=reactive-element.js.map\n","import{ReactiveElement as t}from\"@lit/reactive-element\";export*from\"@lit/reactive-element\";import{render as e,noChange as r}from\"lit-html\";export*from\"lit-html\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const s=globalThis;class i extends t{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=e(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return r}}i._$litElement$=!0,i[\"finalized\"]=!0,s.litElementHydrateSupport?.({LitElement:i});const o=s.litElementPolyfillSupport;o?.({LitElement:i});const n={_$AK:(t,e,r)=>{t._$AK(e,r)},_$AL:t=>t._$AL};(s.litElementVersions??=[]).push(\"4.2.2\");export{i as LitElement,n as _$LE};\n//# sourceMappingURL=lit-element.js.map\n","/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=globalThis,i=t=>t,s=t.trustedTypes,e=s?s.createPolicy(\"lit-html\",{createHTML:t=>t}):void 0,h=\"$lit$\",o=`lit$${Math.random().toFixed(9).slice(2)}$`,n=\"?\"+o,r=`<${n}>`,l=document,c=()=>l.createComment(\"\"),a=t=>null===t||\"object\"!=typeof t&&\"function\"!=typeof t,u=Array.isArray,d=t=>u(t)||\"function\"==typeof t?.[Symbol.iterator],f=\"[ \\t\\n\\f\\r]\",v=/<(?:(!--|\\/[^a-zA-Z])|(\\/?[a-zA-Z][^>\\s]*)|(\\/?$))/g,_=/-->/g,m=/>/g,p=RegExp(`>|${f}(?:([^\\\\s\"'>=/]+)(${f}*=${f}*(?:[^ \\t\\n\\f\\r\"'\\`<>=]|(\"|')|))|$)`,\"g\"),g=/'/g,$=/\"/g,y=/^(?:script|style|textarea|title)$/i,x=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),b=x(1),w=x(2),T=x(3),E=Symbol.for(\"lit-noChange\"),A=Symbol.for(\"lit-nothing\"),C=new WeakMap,P=l.createTreeWalker(l,129);function V(t,i){if(!u(t)||!t.hasOwnProperty(\"raw\"))throw Error(\"invalid template strings array\");return void 0!==e?e.createHTML(i):i}const N=(t,i)=>{const s=t.length-1,e=[];let n,l=2===i?\"<svg>\":3===i?\"<math>\":\"\",c=v;for(let i=0;i<s;i++){const s=t[i];let a,u,d=-1,f=0;for(;f<s.length&&(c.lastIndex=f,u=c.exec(s),null!==u);)f=c.lastIndex,c===v?\"!--\"===u[1]?c=_:void 0!==u[1]?c=m:void 0!==u[2]?(y.test(u[2])&&(n=RegExp(\"</\"+u[2],\"g\")),c=p):void 0!==u[3]&&(c=p):c===p?\">\"===u[0]?(c=n??v,d=-1):void 0===u[1]?d=-2:(d=c.lastIndex-u[2].length,a=u[1],c=void 0===u[3]?p:'\"'===u[3]?$:g):c===$||c===g?c=p:c===_||c===m?c=v:(c=p,n=void 0);const x=c===p&&t[i+1].startsWith(\"/>\")?\" \":\"\";l+=c===v?s+r:d>=0?(e.push(a),s.slice(0,d)+h+s.slice(d)+o+x):s+o+(-2===d?i:x)}return[V(t,l+(t[s]||\"<?>\")+(2===i?\"</svg>\":3===i?\"</math>\":\"\")),e]};class S{constructor({strings:t,_$litType$:i},e){let r;this.parts=[];let l=0,a=0;const u=t.length-1,d=this.parts,[f,v]=N(t,i);if(this.el=S.createElement(f,e),P.currentNode=this.el.content,2===i||3===i){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=P.nextNode())&&d.length<u;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(h)){const i=v[a++],s=r.getAttribute(t).split(o),e=/([.?@])?(.*)/.exec(i);d.push({type:1,index:l,name:e[2],strings:s,ctor:\".\"===e[1]?I:\"?\"===e[1]?L:\"@\"===e[1]?z:H}),r.removeAttribute(t)}else t.startsWith(o)&&(d.push({type:6,index:l}),r.removeAttribute(t));if(y.test(r.tagName)){const t=r.textContent.split(o),i=t.length-1;if(i>0){r.textContent=s?s.emptyScript:\"\";for(let s=0;s<i;s++)r.append(t[s],c()),P.nextNode(),d.push({type:2,index:++l});r.append(t[i],c())}}}else if(8===r.nodeType)if(r.data===n)d.push({type:2,index:l});else{let t=-1;for(;-1!==(t=r.data.indexOf(o,t+1));)d.push({type:7,index:l}),t+=o.length-1}l++}}static createElement(t,i){const s=l.createElement(\"template\");return s.innerHTML=t,s}}function M(t,i,s=t,e){if(i===E)return i;let h=void 0!==e?s._$Co?.[e]:s._$Cl;const o=a(i)?void 0:i._$litDirective$;return h?.constructor!==o&&(h?._$AO?.(!1),void 0===o?h=void 0:(h=new o(t),h._$AT(t,s,e)),void 0!==e?(s._$Co??=[])[e]=h:s._$Cl=h),void 0!==h&&(i=M(t,h._$AS(t,i.values),h,e)),i}class R{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:i},parts:s}=this._$AD,e=(t?.creationScope??l).importNode(i,!0);P.currentNode=e;let h=P.nextNode(),o=0,n=0,r=s[0];for(;void 0!==r;){if(o===r.index){let i;2===r.type?i=new k(h,h.nextSibling,this,t):1===r.type?i=new r.ctor(h,r.name,r.strings,this,t):6===r.type&&(i=new Z(h,this,t)),this._$AV.push(i),r=s[++n]}o!==r?.index&&(h=P.nextNode(),o++)}return P.currentNode=l,e}p(t){let i=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++}}class k{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,i,s,e){this.type=2,this._$AH=A,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cv=e?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t?.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=M(this,t,i),a(t)?t===A||null==t||\"\"===t?(this._$AH!==A&&this._$AR(),this._$AH=A):t!==this._$AH&&t!==E&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):d(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==A&&a(this._$AH)?this._$AA.nextSibling.data=t:this.T(l.createTextNode(t)),this._$AH=t}$(t){const{values:i,_$litType$:s}=t,e=\"number\"==typeof s?this._$AC(t):(void 0===s.el&&(s.el=S.createElement(V(s.h,s.h[0]),this.options)),s);if(this._$AH?._$AD===e)this._$AH.p(i);else{const t=new R(e,this),s=t.u(this.options);t.p(i),this.T(s),this._$AH=t}}_$AC(t){let i=C.get(t.strings);return void 0===i&&C.set(t.strings,i=new S(t)),i}k(t){u(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const h of t)e===i.length?i.push(s=new k(this.O(c()),this.O(c()),this,this.options)):s=i[e],s._$AI(h),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e)}_$AR(t=this._$AA.nextSibling,s){for(this._$AP?.(!1,!0,s);t!==this._$AB;){const s=i(t).nextSibling;i(t).remove(),t=s}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class H{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,i,s,e,h){this.type=1,this._$AH=A,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=h,s.length>2||\"\"!==s[0]||\"\"!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=A}_$AI(t,i=this,s,e){const h=this.strings;let o=!1;if(void 0===h)t=M(this,t,i,0),o=!a(t)||t!==this._$AH&&t!==E,o&&(this._$AH=t);else{const e=t;let n,r;for(t=h[0],n=0;n<h.length-1;n++)r=M(this,e[s+n],i,n),r===E&&(r=this._$AH[n]),o||=!a(r)||r!==this._$AH[n],r===A?t=A:t!==A&&(t+=(r??\"\")+h[n+1]),this._$AH[n]=r}o&&!e&&this.j(t)}j(t){t===A?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??\"\")}}class I extends H{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===A?void 0:t}}class L extends H{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==A)}}class z extends H{constructor(t,i,s,e,h){super(t,i,s,e,h),this.type=5}_$AI(t,i=this){if((t=M(this,t,i,0)??A)===E)return;const s=this._$AH,e=t===A&&s!==A||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,h=t!==A&&(s===A||e);e&&this.element.removeEventListener(this.name,this,s),h&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){\"function\"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class Z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s}get _$AU(){return this._$AM._$AU}_$AI(t){M(this,t)}}const j={M:h,P:o,A:n,C:1,L:N,R,D:d,V:M,I:k,H,N:L,U:z,B:I,F:Z},B=t.litHtmlPolyfillSupport;B?.(S,k),(t.litHtmlVersions??=[]).push(\"3.3.2\");const D=(t,i,s)=>{const e=s?.renderBefore??i;let h=e._$litPart$;if(void 0===h){const t=s?.renderBefore??null;e._$litPart$=h=new k(i.insertBefore(c(),t),t,void 0,s??{})}return h._$AI(t),h};export{j as _$LH,b as html,T as mathml,E as noChange,A as nothing,D as render,w as svg};\n//# sourceMappingURL=lit-html.js.map\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","import { LitElement, html, css } from 'lit'\n\nconst DEFAULT_SIGNUP_URL = 'https://solidproject.org/get_a_pod'\n\nexport class SignupButton extends LitElement {\n static properties = {\n label: { type: String, reflect: true },\n theme: { type: String, reflect: true },\n signupUrl: { type: String, attribute: 'signup-url', reflect: true },\n icon: { type: String, reflect: true },\n layout: { type: String, reflect: true }\n }\n\n static styles = css`\n :host {\n display: inline-block;\n --signup-button-background: transparent;\n --signup-button-border: var(--color-border, #E5E7EB);\n --signup-button-text: var(--color-header-text, #ffffff);\n }\n\n :host([theme='dark']) {\n --signup-button-background: transparent;\n --signup-button-border: var(--color-border, #E5E7EB);\n --signup-button-text: var(--color-header-text, #ffffff);\n }\n\n .signup-button {\n display: flex;\n height: 35px;\n padding: var(--spacing-xxs, 0.3125rem) var(--spacing-xs, 0.75rem);\n align-items: center;\n gap: var(--spacing-xxs, 0.3125rem);\n border-radius: var(--border-radius-base, 0.3125rem);\n background: var(--signup-button-background);\n border: 1px solid var(--signup-button-border);\n color: var(--signup-button-text);\n cursor: pointer;\n font: inherit;\n line-height: 1;\n white-space: nowrap;\n text-decoration: none;\n box-sizing: border-box;\n transition: transform 0.2s ease;\n }\n\n :host([layout='mobile']) .signup-button {\n border: none;\n }\n\n .signup-button-icon {\n width: 16px;\n height: 16px;\n display: inline-block;\n object-fit: contain;\n }\n\n .signup-button:active {\n transform: translateY(1px);\n }\n `\n\n declare label: string\n declare theme: 'light' | 'dark'\n declare signupUrl: string\n declare icon: string\n declare layout: 'desktop' | 'mobile'\n\n constructor () {\n super()\n this.label = 'Sign Up'\n this.signupUrl = DEFAULT_SIGNUP_URL\n this.theme = 'light'\n this.icon = ''\n this.layout = 'desktop'\n }\n\n private _handleClick () {\n window.open(this.signupUrl, '_blank', 'noopener,noreferrer')\n }\n\n render () {\n return html`\n <button\n class=\"signup-button\"\n type=\"button\"\n part=\"signup-button\"\n @click=\"${() => this._handleClick()}\"\n >\n ${this.icon ? html`<img class=\"signup-button-icon\" src=\"${this.icon}\" alt=\"\" aria-hidden=\"true\" part=\"signup-button-icon\" />` : ''}\n <slot>${this.label}</slot>\n </button>\n `\n }\n}\n","import { SignupButton } from './SignupButton'\n\nexport { SignupButton }\n\nconst SIGNUP_BUTTON_TAG_NAME = 'solid-ui-signup-button'\n\nif (!customElements.get(SIGNUP_BUTTON_TAG_NAME)) {\n customElements.define(SIGNUP_BUTTON_TAG_NAME, SignupButton)\n}\n"],"names":["t","globalThis","e","ShadowRoot","ShadyCSS","nativeShadow","Document","prototype","CSSStyleSheet","s","Symbol","o","WeakMap","n","constructor","this","_$cssResult$","Error","cssText","styleSheet","length","get","replaceSync","set","toString","i","reduce","S","adoptedStyleSheets","map","document","createElement","litNonce","setAttribute","textContent","appendChild","c","cssRules","r","is","defineProperty","getOwnPropertyDescriptor","h","getOwnPropertyNames","getOwnPropertySymbols","getPrototypeOf","Object","a","trustedTypes","l","emptyScript","p","reactiveElementPolyfillSupport","d","u","toAttribute","Boolean","Array","JSON","stringify","fromAttribute","Number","parse","f","b","attribute","type","String","converter","reflect","useDefault","hasChanged","metadata","litPropertyMetadata","y","HTMLElement","addInitializer","_$Ei","push","observedAttributes","finalize","_$Eh","keys","createProperty","state","hasOwnProperty","create","wrapped","elementProperties","noAccessor","getPropertyDescriptor","call","requestUpdate","configurable","enumerable","getPropertyOptions","Map","finalized","properties","_$Eu","elementStyles","finalizeStyles","styles","isArray","Set","flat","reverse","unshift","toLowerCase","super","_$Ep","isUpdatePending","hasUpdated","_$Em","_$Ev","_$ES","Promise","enableUpdating","_$AL","_$E_","forEach","addController","_$EO","add","renderRoot","isConnected","hostConnected","removeController","delete","size","createRenderRoot","shadowRoot","attachShadow","shadowRootOptions","connectedCallback","disconnectedCallback","hostDisconnected","attributeChangedCallback","_$AK","_$ET","removeAttribute","_$Ej","hasAttribute","C","_$EP","has","_$Eq","reject","scheduleUpdate","performUpdate","shouldUpdate","willUpdate","hostUpdate","update","_$EM","_$AE","hostUpdated","firstUpdated","updated","updateComplete","getUpdateComplete","mode","ReactiveElement","reactiveElementVersions","arguments","renderOptions","host","_$Do","renderBefore","firstChild","render","setConnected","_$litElement$","litElementHydrateSupport","LitElement","litElementPolyfillSupport","litElementVersions","createPolicy","createHTML","Math","random","toFixed","slice","createComment","iterator","v","_","m","RegExp","g","$","x","_$litType$","strings","values","E","for","A","P","createTreeWalker","V","N","lastIndex","exec","test","startsWith","parts","el","currentNode","content","replaceWith","childNodes","nextNode","nodeType","hasAttributes","getAttributeNames","endsWith","getAttribute","split","index","name","ctor","I","L","z","H","tagName","append","data","indexOf","innerHTML","M","_$Co","_$Cl","_$litDirective$","_$AO","_$AT","_$AS","R","_$AV","_$AN","_$AD","_$AM","parentNode","_$AU","creationScope","importNode","k","nextSibling","Z","_$AI","_$Cv","_$AH","_$AA","_$AB","options","startNode","endNode","_$AR","T","O","insertBefore","createTextNode","_$AC","_$AP","remove","element","fill","j","toggleAttribute","capture","once","passive","removeEventListener","addEventListener","handleEvent","B","litHtmlPolyfillSupport","litHtmlVersions","D","_$litPart$","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","exports","module","__webpack_modules__","definition","key","obj","prop","SignupButton","static","label","theme","signupUrl","icon","layout","css","_handleClick","window","open","html","SIGNUP_BUTTON_TAG_NAME","customElements","define"],"sourceRoot":""}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/footer/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAW7C,MAAM,MAAM,aAAa,GAAG;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B,CAAA;AAED;;;;GAIG;AACH,wBAAsB,UAAU,CAAE,KAAK,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,aAAa,iBAU1E;AACD;;GAEG;AACH,wBAAgB,aAAa,CAAE,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,EAAE,SAAS,GAAG,IAAI,EAAE,QAAQ,EAAE,SAAS,GAAG,IAAI,EAAE,OAAO,CAAC,EAAE,aAAa,uBAM/I;AACD;;GAEG;AACH,wBAAgB,yBAAyB,CAAE,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,GAAG,IAAI,EAAE,GAAG,EAAE,SAAS,GAAG,IAAI,EAAE,QAAQ,EAAE,SAAS,GAAG,IAAI,EAAE,OAAO,CAAC,EAAE,aAAa,GAAG,WAAW,CAyC5K"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/footer/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAW7C,MAAM,MAAM,aAAa,GAAG;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B,CAAA;AAED;;;;GAIG;AACH,wBAAsB,UAAU,CAAE,KAAK,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,aAAa,iBAU1E;AACD;;GAEG;AACH,wBAAgB,aAAa,CAAE,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,EAAE,SAAS,GAAG,IAAI,EAAE,QAAQ,EAAE,SAAS,GAAG,IAAI,EAAE,OAAO,CAAC,EAAE,aAAa,uBAM/I;AACD;;GAEG;AACH,wBAAgB,yBAAyB,CAAE,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,GAAG,IAAI,EAAE,GAAG,EAAE,SAAS,GAAG,IAAI,EAAE,QAAQ,EAAE,SAAS,GAAG,IAAI,EAAE,OAAO,CAAC,EAAE,aAAa,GAAG,WAAW,CA6C5K"}
@@ -34,10 +34,17 @@ export function rebuildFooter(footer, store, pod, podOwner, options) {
34
34
  */
35
35
  export function createControllerInfoBlock(store, user, pod, podOwner, options) {
36
36
  const profileLinkContainer = document.createElement('div');
37
+ profileLinkContainer.setAttribute('style', style.footer);
38
+ const solidProjectLink = document.createElement('a');
39
+ solidProjectLink.href = options && options.solidProjectUrl ? options.solidProjectUrl : DEFAULT_SOLID_PROJECT_URL;
40
+ solidProjectLink.innerText = options && options.solidProjectName ? options.solidProjectName : DEFAULT_SOLID_PROJECT_NAME;
37
41
  if (!pod || !podOwner || (user && user.equals(podOwner))) {
42
+ const defaultPrefix = document.createElement('span');
43
+ defaultPrefix.innerText = 'Powered by ';
44
+ profileLinkContainer.appendChild(defaultPrefix);
45
+ profileLinkContainer.appendChild(solidProjectLink);
38
46
  return profileLinkContainer;
39
47
  }
40
- profileLinkContainer.setAttribute('style', style.footer);
41
48
  const podLinkPre = document.createElement('span');
42
49
  podLinkPre.innerText = 'You\'re visiting ';
43
50
  const podLink = document.createElement('a');
@@ -50,9 +57,6 @@ export function createControllerInfoBlock(store, user, pod, podOwner, options) {
50
57
  profileLink.innerText = getName(store, podOwner);
51
58
  const solidProjectLinkPre = document.createElement('span');
52
59
  solidProjectLinkPre.innerText = '. For more info, check out ';
53
- const solidProjectLink = document.createElement('a');
54
- solidProjectLink.href = options && options.solidProjectUrl ? options.solidProjectUrl : DEFAULT_SOLID_PROJECT_URL;
55
- solidProjectLink.innerText = options && options.solidProjectName ? options.solidProjectName : DEFAULT_SOLID_PROJECT_NAME;
56
60
  const solidProjectLinkPost = document.createElement('span');
57
61
  solidProjectLinkPost.innerText = '.';
58
62
  profileLinkContainer.appendChild(podLinkPre);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/footer/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/footer/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export declare const phoneIcon: import("lit-html").TemplateResult<1>;
2
+ export declare const emailIcon: import("lit-html").TemplateResult<1>;
3
+ //# sourceMappingURL=contactIcons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contactIcons.d.ts","sourceRoot":"","sources":["../../../../src/icons/v2/icons-svg/contactIcons.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,sCAWrB,CAAA;AACD,eAAO,MAAM,SAAS,sCAYnB,CAAA"}
@@ -0,0 +1,27 @@
1
+ import { html } from 'lit-html';
2
+ export const phoneIcon = html `
3
+ <svg xmlns="http://www.w3.org/2000/svg"
4
+ width="16"
5
+ height="16"
6
+ viewBox="0 0 16 16"
7
+ fill="none"
8
+ aria-hidden="true"
9
+ focusable="false"
10
+ >
11
+ <path d="M9.22198 11.0453C9.35967 11.1085 9.51478 11.1229 9.66178 11.0862C9.80877 11.0495 9.93887 10.9638 10.0307 10.8433L10.2673 10.5333C10.3915 10.3677 10.5526 10.2333 10.7377 10.1407C10.9228 10.0481 11.127 9.99992 11.334 9.99992H13.334C13.6876 9.99992 14.0267 10.1404 14.2768 10.3904C14.5268 10.6405 14.6673 10.9796 14.6673 11.3333V13.3333C14.6673 13.6869 14.5268 14.026 14.2768 14.2761C14.0267 14.5261 13.6876 14.6666 13.334 14.6666C10.1514 14.6666 7.09914 13.4023 4.8487 11.1519C2.59827 8.90143 1.33398 5.84918 1.33398 2.66659C1.33398 2.31296 1.47446 1.97382 1.72451 1.72378C1.97456 1.47373 2.3137 1.33325 2.66732 1.33325H4.66732C5.02094 1.33325 5.36008 1.47373 5.61013 1.72378C5.86017 1.97382 6.00065 2.31296 6.00065 2.66659V4.66659C6.00065 4.87358 5.95246 5.07773 5.85989 5.26287C5.76732 5.44801 5.63291 5.60906 5.46732 5.73325L5.15532 5.96725C5.03293 6.0607 4.94666 6.19364 4.91118 6.34349C4.87569 6.49333 4.89317 6.65084 4.96065 6.78925C5.87177 8.63983 7.37027 10.1364 9.22198 11.0453Z" stroke="#4A5565" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
12
+ </svg>
13
+ `;
14
+ export const emailIcon = html `
15
+ <svg xmlns="http://www.w3.org/2000/svg"
16
+ width="16"
17
+ height="16"
18
+ viewBox="0 0 16 16"
19
+ fill="none"
20
+ aria-hidden="true"
21
+ focusable="false"
22
+ >
23
+ <path d="M14.6673 4.66675L8.67332 8.48475C8.46991 8.60289 8.23888 8.66512 8.00365 8.66512C7.76843 8.66512 7.53739 8.60289 7.33398 8.48475L1.33398 4.66675" stroke="#4A5565" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
24
+ <path d="M13.334 2.66675H2.66732C1.93094 2.66675 1.33398 3.2637 1.33398 4.00008V12.0001C1.33398 12.7365 1.93094 13.3334 2.66732 13.3334H13.334C14.0704 13.3334 14.6673 12.7365 14.6673 12.0001V4.00008C14.6673 3.2637 14.0704 2.66675 13.334 2.66675Z" stroke="#4A5565" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
25
+ </svg>
26
+ `;
27
+ //# sourceMappingURL=contactIcons.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contactIcons.js","sourceRoot":"","sources":["../../../../src/icons/v2/icons-svg/contactIcons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AAE/B,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,CAAA;;;;;;;;;;;CAW5B,CAAA;AACD,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,CAAA;;;;;;;;;;;;GAY1B,CAAA"}
@@ -0,0 +1,18 @@
1
+ export declare const profileIcon: import("lit-html").TemplateResult<1>;
2
+ export declare const friendsIcon: import("lit-html").TemplateResult<1>;
3
+ export declare const helpIcon: import("lit-html").TemplateResult<1>;
4
+ export declare const solidIcon: import("lit-html").TemplateResult<1>;
5
+ export declare const dashboardIcon: import("lit-html").TemplateResult<1>;
6
+ export declare const chatIcon: import("lit-html").TemplateResult<1>;
7
+ export declare const sharingIcon: import("lit-html").TemplateResult<1>;
8
+ export declare const personIcon: import("lit-html").TemplateResult<1>;
9
+ export declare const downArrowIcon: import("lit-html").TemplateResult<1>;
10
+ export declare const checkBoxIcon: import("lit-html").TemplateResult<1>;
11
+ export declare const signOutIcon: import("lit-html").TemplateResult<1>;
12
+ export declare const mainEditIcon: import("lit-html").TemplateResult<1>;
13
+ export declare const myProfileIcon: import("lit-html").TemplateResult<1>;
14
+ export declare const emptyCircleIcon: import("lit-html").TemplateResult<1>;
15
+ export declare const grayPlusIcon: import("lit-html").TemplateResult<1>;
16
+ export declare const clockIcon: import("lit-html").TemplateResult<1>;
17
+ export declare const favStarIcon: import("lit-html").TemplateResult<1>;
18
+ //# sourceMappingURL=headerIcons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"headerIcons.d.ts","sourceRoot":"","sources":["../../../../src/icons/v2/icons-svg/headerIcons.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,sCAkBvB,CAAA;AACD,eAAO,MAAM,WAAW,sCAcvB,CAAA;AACD,eAAO,MAAM,QAAQ,sCAalB,CAAA;AACH,eAAO,MAAM,SAAS,sCAiBrB,CAAA;AACD,eAAO,MAAM,aAAa,sCAgBzB,CAAA;AACD,eAAO,MAAM,QAAQ,sCAWpB,CAAA;AACD,eAAO,MAAM,WAAW,sCAevB,CAAA;AACD,eAAO,MAAM,UAAU,sCAWtB,CAAA;AACD,eAAO,MAAM,aAAa,sCAWzB,CAAA;AACD,eAAO,MAAM,YAAY,sCAWxB,CAAA;AACD,eAAO,MAAM,WAAW,sCAavB,CAAA;AACD,eAAO,MAAM,YAAY,sCAYxB,CAAA;AACD,eAAO,MAAM,aAAa,sCAkBzB,CAAA;AACD,eAAO,MAAM,eAAe,sCAW3B,CAAA;AACD,eAAO,MAAM,YAAY,sCAWxB,CAAA;AACD,eAAO,MAAM,SAAS,sCAYrB,CAAA;AACD,eAAO,MAAM,WAAW,sCAYvB,CAAA"}
@@ -0,0 +1,245 @@
1
+ import { html } from 'lit-html';
2
+ export const profileIcon = html `
3
+ <svg xmlns="http://www.w3.org/2000/svg"
4
+ width="20"
5
+ height="20"
6
+ viewBox="0 0 20 20"
7
+ fill="none"
8
+ aria-hidden="true"
9
+ focusable="false"
10
+ >
11
+ <g clip-path="url(#clip0_3001_2472)">
12
+ <path d="M13.0157 9.27363C14.2954 8.34031 15.1288 6.82984 15.1288 5.1282C15.1288 2.30051 12.8283 0 10.0006 0C7.17289 0 4.87238 2.30051 4.87238 5.1282C4.87238 6.82984 5.7057 8.34031 6.98547 9.27363C3.80422 10.491 1.53906 13.5754 1.53906 17.1795C1.53906 18.7347 2.80434 20 4.35957 20H15.6416C17.1968 20 18.4621 18.7347 18.4621 17.1795C18.4621 13.5754 16.197 10.491 13.0157 9.27363ZM6.41086 5.1282C6.41086 3.14883 8.02121 1.53848 10.0006 1.53848C11.98 1.53848 13.5903 3.14883 13.5903 5.1282C13.5903 7.10758 11.98 8.71797 10.0006 8.71797C8.02121 8.71797 6.41086 7.10758 6.41086 5.1282ZM15.6416 18.4615H4.35957C3.65266 18.4615 3.07754 17.8864 3.07754 17.1795C3.07754 13.362 6.18316 10.2564 10.0006 10.2564C13.8181 10.2564 16.9237 13.362 16.9237 17.1795C16.9237 17.8864 16.3486 18.4615 15.6416 18.4615Z" fill="#7C4DFF"/>
13
+ </g>
14
+ <defs>
15
+ <clipPath id="clip0_3001_2472">
16
+ <rect width="20" height="20" fill="white"/>
17
+ </clipPath>
18
+ </defs>
19
+ </svg>
20
+ `;
21
+ export const friendsIcon = html `
22
+ <svg xmlns="http://www.w3.org/2000/svg"
23
+ width="20"
24
+ height="20"
25
+ viewBox="0 0 20 20"
26
+ fill="none"
27
+ aria-hidden="true"
28
+ focusable="false"
29
+ >
30
+ <path d="M13.3327 17.5V15.8333C13.3327 14.9493 12.9815 14.1014 12.3564 13.4763C11.7313 12.8512 10.8834 12.5 9.99935 12.5H4.99935C4.11529 12.5 3.26745 12.8512 2.64233 13.4763C2.01721 14.1014 1.66602 14.9493 1.66602 15.8333V17.5" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
31
+ <path d="M13.334 2.60669C14.0488 2.792 14.6818 3.20941 15.1337 3.79341C15.5856 4.37741 15.8308 5.09493 15.8308 5.83336C15.8308 6.57178 15.5856 7.28931 15.1337 7.8733C14.6818 8.4573 14.0488 8.87471 13.334 9.06002" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
32
+ <path d="M18.334 17.5001V15.8334C18.3334 15.0948 18.0876 14.3774 17.6351 13.7937C17.1826 13.2099 16.5491 12.793 15.834 12.6084" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
33
+ <path d="M7.49935 9.16667C9.3403 9.16667 10.8327 7.67428 10.8327 5.83333C10.8327 3.99238 9.3403 2.5 7.49935 2.5C5.6584 2.5 4.16602 3.99238 4.16602 5.83333C4.16602 7.67428 5.6584 9.16667 7.49935 9.16667Z" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
34
+ </svg>
35
+ `;
36
+ export const helpIcon = html `
37
+ <svg xmlns="http://www.w3.org/2000/svg"
38
+ width="35"
39
+ height="35"
40
+ viewBox="0 0 35 35"
41
+ fill="none"
42
+ aria-hidden="true"
43
+ focusable="false"
44
+ >
45
+ <path d="M17.4546 30.9091C10.0462 30.9091 4 24.8625 4 17.4546C4 10.0462 10.0467 4 17.4546 4C24.8629 4 30.9091 10.0466 30.9091 17.4546C30.9091 24.8629 24.8625 30.9091 17.4546 30.9091ZM17.4546 5.57671C10.9051 5.57671 5.57671 10.9051 5.57671 17.4546C5.57671 24.0041 10.9051 29.3324 17.4546 29.3324C24.0041 29.3324 29.3324 24.0041 29.3324 17.4546C29.3324 10.9051 24.0041 5.57671 17.4546 5.57671Z" fill="white"/>
46
+ <path d="M17.4554 21.3963C17.0201 21.3963 16.6671 21.0434 16.6671 20.608V19.7642C16.6671 18.3614 17.4221 17.0533 18.6374 16.3502C19.3671 15.9281 19.8205 15.1429 19.8205 14.3011C19.8205 12.997 18.7595 11.9361 17.4554 11.9361C16.1513 11.9361 15.0904 12.997 15.0904 14.3011C15.0904 14.7365 14.7374 15.0895 14.302 15.0895C13.8666 15.0895 13.5137 14.7365 13.5137 14.3011C13.5137 12.1277 15.2819 10.3594 17.4554 10.3594C19.6289 10.3594 21.3972 12.1277 21.3972 14.3011C21.3972 15.7039 20.6422 17.012 19.4269 17.7151C18.6971 18.1372 18.2438 18.9224 18.2438 19.7642V20.608C18.2438 21.0434 17.8908 21.3963 17.4554 21.3963Z" fill="white"/>
47
+ <path d="M17.4544 24.5499C17.8898 24.5499 18.2427 24.1969 18.2427 23.7615C18.2427 23.3261 17.8898 22.9731 17.4544 22.9731C17.019 22.9731 16.666 23.3261 16.666 23.7615C16.666 24.1969 17.019 24.5499 17.4544 24.5499Z" fill="white"/>
48
+ </svg>
49
+ `;
50
+ export const solidIcon = html `
51
+ <svg xmlns="http://www.w3.org/2000/svg"
52
+ width="46"
53
+ height="46"
54
+ viewBox="0 0 46 46"
55
+ fill="none"
56
+ aria-hidden="true"
57
+ focusable="false"
58
+ >
59
+ <path d="M23.0006 0C10.3189 0 0.000610352 10.3183 0.000610352 23C0.000610352 35.6817 10.3189 46 23.0006 46C35.6823 46 45.9997 35.6817 45.9997 23C45.9997 10.3183 35.6823 0 23.0006 0Z" fill="#7C4DFF"/>
60
+ <path d="M26.1252 33.1452L18.4667 27.1438H20.1617L26.1252 33.1452ZM18.0449 14.1797L24.078 20.2473H26.1252
61
+ <path d="M9.65913 41.2058L0.626915 25.4511C-0.208972 23.9916 -0.208972 22.1935 0.626915 20.7341L9.65913 4.99108C10.4989 3.52771 12.0507 2.62866 13.7225 2.62866H31.7753C33.4509 2.62866 35.0066 3.52771 35.8386 4.99108L44.8747 20.7418C45.7106 22.2013 45.7106 23.9994 44.8747 25.4589L35.8425 41.2136C35.0028 42.6769 33.4509 43.576 31.7792 43.576H13.7341C12.0507 43.5682 10.5028 42.6652 9.65913 41.2058Z" fill="white"/>
62
+ <path d="M10.4301 40.1353L1.93584 25.3186C1.14639 23.9447 1.14639 22.2517 1.93584 20.8818L10.4301 6.06118C11.2235 4.68342 12.6824 3.83887 14.2574 3.83887H31.246C32.8211 3.83887 34.2839 4.68342 35.0733 6.06118L43.5754 20.874C44.3648 22.2478 44.3648 23.9408 43.5754 25.3108L35.0772 40.1392C34.2839 41.5169 32.8249 42.3615 31.2499 42.3615H14.2652C12.6824 42.3615 11.2235 41.513 10.4301 40.1353Z" fill="#7C4DFF"/>
63
+ <path d="M14.1952 20.2473H31.6753C31.8958 20.2473 32.07 20.0682 32.07 19.8503V16.5538C32.07 14.3626 30.3015 12.584 28.1227 12.584H17.6277C14.5744 12.5801 12.1016 15.0671 12.1016 18.1378C12.0977 19.3093 13.0342 20.2473 14.1952 20.2473ZM15.9095 34.811H26.3542C29.5082 34.811 32.07 32.2345 32.07 29.0625C32.07 28.0039 31.2186 27.1438 30.1622 27.1438H12.4808C12.2641 27.1438 12.1016 27.3189 12.1016 27.5252V30.9735C12.0977 33.0946 13.8082 34.811 15.9095 34.811Z" fill="#F7F7F7"/>
64
+ <path d="M12.8743 19.8115L25.9118 32.9235C26.7747 33.7914 28.1718 33.7914 29.0347 32.9235L31.2947 30.6506C32.1577 29.7827 32.1577 28.3777 31.2947 27.5098L18.2611 14.3978C17.3981 13.5298 16.0011 13.5298 15.1381 14.3978L12.8781 16.6707C12.0074 17.5386 12.0074 18.9475 12.8743 19.8115Z" fill="#F7F7F7"/>
65
+ <path opacity="0.3" d="M26.1252 33.1452L18.4667 27.1438H20.1617L26.1252 33.1452ZM18.0449 14.1797L24.078 20.2473H26.1252L18.0449 14.1797Z" fill="#444444"/>
66
+ </svg>
67
+ `;
68
+ export const dashboardIcon = html `
69
+ <svg xmlns="http://www.w3.org/2000/svg"
70
+ width="20"
71
+ height="20"
72
+ viewBox="0 0 20 20"
73
+ fill="none"
74
+ aria-hidden="true"
75
+ focusable="false"
76
+ >
77
+ <path d="M7.5 2.5H3.33333C2.8731 2.5 2.5 2.8731 2.5 3.33333V9.16667C2.5 9.6269 2.8731 10 3.33333 10H7.5C7.96024 10 8.33333 9.6269 8.33333 9.16667V3.33333C8.33333 2.8731 7.96024 2.5 7.5 2.5Z" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
78
+ <path d="M16.666 2.5H12.4993C12.0391 2.5
79
+ <path d="M7.5 2.5H3.33333C2.8731 2.5 2.5 2.8731 2.5 3.33333V9.16667C2.5 9.6269 2.8731 10 3.33333 10H7.5C7.96024 10 8.33333 9.6269 8.33333 9.16667V3.33333C8.33333 2.8731 7.96024 2.5 7.5 2.5Z" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
80
+ <path d="M16.666 2.5H12.4993C12.0391 2.5 11.666 2.8731 11.666 3.33333V5.83333C11.666 6.29357 12.0391 6.66667 12.4993 6.66667H16.666C17.1263 6.66667 17.4993 6.29357 17.4993 5.83333V3.33333C17.4993 2.8731 17.1263 2.5 16.666 2.5Z" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
81
+ <path d="M16.666 10H12.4993C12.0391 10 11.666 10.3731 11.666 10.8333V16.6667C11.666 17.1269 12.0391 17.5 12.4993 17.5H16.666C17.1263 17.5 17.4993 17.1269 17.4993 16.6667V10.8333C17.4993 10.3731 17.1263 10 16.666 10Z" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
82
+ <path d="M7.5 13.3333H3.33333C2.8731 13.3333 2.5 13.7063 2.5 14.1666V16.6666C2.5 17.1268 2.8731 17.4999 3.33333 17.4999H7.5C7.96024 17.4999 8.33333 17.1268 8.33333 16.6666V14.1666C8.33333 13.7063 7.96024 13.3333 7.5 13.3333Z" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
83
+ </svg>
84
+ `;
85
+ export const chatIcon = html `
86
+ <svg xmlns="http://www.w3.org/2000/svg"
87
+ width="20"
88
+ height="20"
89
+ viewBox="0 0 20 20"
90
+ fill="none"
91
+ aria-hidden="true"
92
+ focusable="false"
93
+ >
94
+ <path d="M18.3327 14.1667C18.3327 14.6087 18.1571 15.0326 17.8445 15.3452C17.532 15.6577 17.108 15.8333 16.666 15.8333H5.68935C5.24736 15.8334 4.8235 16.0091 4.51102 16.3217L2.67602 18.1567C2.59327 18.2394 2.48785 18.2957 2.37309 18.3186C2.25833 18.3414 2.13938 18.3297 2.03127 18.2849C1.92317 18.2401 1.83077 18.1643 1.76575 18.067C1.70074 17.9697 1.66603 17.8553 1.66602 17.7383V4.16667C1.66602 3.72464 1.84161 3.30072 2.15417 2.98816C2.46673 2.67559 2.89065 2.5 3.33268 2.5H16.666C17.108 2.5 17.532 2.67559 17.8445 2.98816C18.1571 3.30072 18.3327 3.72464 18.3327 4.16667V14.1667Z" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
95
+ </svg>
96
+ `;
97
+ export const sharingIcon = html `
98
+ <svg xmlns="http://www.w3.org/2000/svg"
99
+ width="20"
100
+ height="20"
101
+ viewBox="0 0 20 20"
102
+ fill="none"
103
+ aria-hidden="true"
104
+ focusable="false"
105
+ >
106
+ <path d="M15 6.66675C16.3807 6.66675 17.5 5.54746 17.5 4.16675C17.5 2.78604 16.3807 1.66675 15 1.66675C13.6193 1.66675 12.5 2.78604 12.5 4.16675C12.5 5.54746 13.6193 6.66675 15 6.66675Z" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
107
+ <path d="M5 12.5C6.38071 12.5 7.5 11.3807 7.5 10C7.5 8.61929 6.38071 7.5 5 7.5C3.61929 7.5 2.5 8.61929 2.5 10C2.5 11.3807 3.61929 12.5 5 12.5Z" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
108
+ <path d="M15 18.3333C16.3807 18.3333 17.5 17.214 17.5 15.8333C17.5 14.4525 16.3807 13.3333 15 13.3333C13.6193 13.3333 12.5 14.4525 12.5 15.8333C12.5 17.214 13.6193 18.3333 15 18.3333Z" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
109
+ <path d="M7.1582 11.2583L12.8499 14.575" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
110
+ <path d="M12.8415 5.42505L7.1582 8.74172" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
111
+ </svg>
112
+ `;
113
+ export const personIcon = html `
114
+ <svg xmlns="http://www.w3.org/2000/svg"
115
+ width="14"
116
+ height="16"
117
+ viewBox="0 0 14 16"
118
+ fill="none"
119
+ aria-hidden="true"
120
+ focusable="false"
121
+ >
122
+ <path d="M9.18131 7.41891C10.2051 6.67225 10.8718 5.46387 10.8718 4.10256C10.8718 1.84041 9.03137 0 6.76922 0C4.50706 0 2.66666 1.84041 2.66666 4.10256C2.66666 5.46387 3.33331 6.67225 4.35713 7.41891C1.81213 8.39281 0 10.8603 0 13.7436C0 14.9878 1.01222 16 2.25641 16H11.282C12.5262 16 13.5384 14.9878 13.5384 13.7436C13.5384 10.8603 11.7263 8.39281 9.18131 7.41891ZM3.89744 4.10256C3.89744 2.51906 5.18572 1.23078 6.76922 1.23078C8.35272 1.23078 9.641 2.51906 9.641 4.10256C9.641 5.68606 8.35272 6.97437 6.76922 6.97437C5.18572 6.97437 3.89744 5.68606 3.89744 4.10256ZM11.282 14.7692H2.25641C1.69088 14.7692 1.23078 14.3091 1.23078 13.7436C1.23078 10.6896 3.71528 8.20509 6.76925 8.20509C9.82322 8.20509 12.3077 10.6896 12.3077 13.7436C12.3077 14.3091 11.8476 14.7692 11.282 14.7692Z" fill="white"/>
123
+ </svg>
124
+ `;
125
+ export const downArrowIcon = html `
126
+ <svg xmlns="http://www.w3.org/2000/svg"
127
+ width="12"
128
+ height="7"
129
+ viewBox="0 0 12 7"
130
+ fill="none"
131
+ aria-hidden="true"
132
+ focusable="false"
133
+ >
134
+ <path d="M0.679688 0.678955L5.50729 5.50656L10.3349 0.678955" stroke="white" stroke-width="1.35776" stroke-linecap="round" stroke-linejoin="round"/>
135
+ </svg>
136
+ `;
137
+ export const checkBoxIcon = html `
138
+ <svg xmlns="http://www.w3.org/2000/svg"
139
+ width="16"
140
+ height="16"
141
+ viewBox="0 0 16 16"
142
+ fill="none"
143
+ aria-hidden="true"
144
+ focusable="false"
145
+ >
146
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.90168 1.60877C8.44749 1.36525 10.0306 1.65886 11.3861 2.44081C11.6729 2.60641 11.7712 2.97318 11.6058 3.26014C11.4401 3.54681 11.0733 3.64627 10.7864 3.48084C9.6687 2.83596 8.36391 2.59356 7.08918 2.79432C5.81443 2.99519 4.64687 3.62706 3.78156 4.58436C2.91639 5.54166 2.4047 6.76675 2.33332 8.05506C2.26207 9.34331 2.63483 10.6175 3.38898 11.6644C4.14326 12.7114 5.2341 13.4686 6.47883 13.809C7.72347 14.1493 9.04774 14.0529 10.2298 13.5355C11.4118 13.0181 12.3806 12.1104 12.9749 10.9652C13.5692 9.81989 13.753 8.50494 13.4954 7.24061C13.4293 6.91607 13.6388 6.59896 13.9632 6.5326C14.2879 6.46644 14.605 6.67665 14.6712 7.00135C14.9835 8.53456 14.761 10.1291 14.0403 11.518C13.3196 12.9068 12.1438 14.0067 10.7103 14.6342C9.27685 15.2615 7.67171 15.3789 6.16242 14.9662C4.65295 14.5534 3.33007 13.6353 2.41535 12.3656C1.50082 11.096 1.04865 9.55093 1.13508 7.98866C1.22164 6.42635 1.84181 4.94057 2.89093 3.77967C3.9402 2.61886 5.35599 1.85243 6.90168 1.60877ZM13.7845 2.95155C14.0188 2.71738 14.3989 2.71727 14.6331 2.95155C14.8669 3.18575 14.8669 3.565 14.6331 3.7992L8.39093 10.0414C8.15667 10.2756 7.77662 10.2755 7.5423 10.0414L5.67023 8.16834C5.43594 7.93403 5.43593 7.555 5.67023 7.32069C5.90455 7.08654 6.28362 7.08644 6.51789 7.32069L7.96613 8.76795L13.7845 2.95155Z" fill="#7C4DFF"/>
147
+ </svg>
148
+ `;
149
+ export const signOutIcon = html `
150
+ <svg xmlns="http://www.w3.org/2000/svg"
151
+ width="20"
152
+ height="20"
153
+ viewBox="0 0 20 20"
154
+ fill="none"
155
+ aria-hidden="true"
156
+ focusable="false"
157
+ >
158
+ <path d="M13.3334 14.1667L17.5 10L13.3334 5.83337" stroke="#4A5565" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
159
+ <path d="M17.5 10H7.5" stroke="#4A5565" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
160
+ <path d="M7.5 17.5H4.16667C3.72464 17.5 3.30072 17.3244 2.98816 17.0118C2.67559 16.6993 2.5 16.2754 2.5 15.8333V4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H7.5" stroke="#4A5565" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
161
+ </svg>
162
+ `;
163
+ export const mainEditIcon = html `
164
+ <svg xmlns="http://www.w3.org/2000/svg"
165
+ width="20"
166
+ height="20"
167
+ viewBox="0 0 20 20"
168
+ fill="none"
169
+ aria-hidden="true"
170
+ focusable="false"
171
+ >
172
+ <path d="M10 2.5H4.16667C3.72464 2.5 3.30072 2.67559 2.98816 2.98816C2.67559 3.30072 2.5 3.72464 2.5 4.16667V15.8333C2.5 16.2754 2.67559 16.6993 2.98816 17.0118C3.30072 17.3244 3.72464 17.5 4.16667 17.5H15.8333C16.2754 17.5 16.6993 17.3244 17.0118 17.0118C17.3244 16.6993 17.5 16.2754 17.5 15.8333V10" stroke="#4A5565" stroke-width="1.45833" stroke-linecap="round" stroke-linejoin="round"/>
173
+ <path d="M15.3125 2.18744C15.644 1.85592 16.0937 1.66968 16.5625 1.66968C17.0313 1.66968 17.481 1.85592 17.8125 2.18744C18.144 2.51897 18.3303 2.9686 18.3303 3.43744C18.3303 3.90629 18.144 4.35592 17.8125 4.68744L10.3017 12.1991C10.1038 12.3968 9.85933 12.5415 9.59083 12.6199L7.19666 13.3199C7.12496 13.3409 7.04895 13.3421 6.97659 13.3236C6.90423 13.305 6.83819 13.2674 6.78537 13.2146C6.73255 13.1618 6.6949 13.0957 6.67637 13.0234C6.65783 12.951 6.65908 12.875 6.68 12.8033L7.38 10.4091C7.45877 10.1408 7.60378 9.89666 7.80166 9.69911L15.3125 2.18744Z" stroke="#4A5565" stroke-width="1.45833" stroke-linecap="round" stroke-linejoin="round"/>
174
+ </svg>
175
+ `;
176
+ export const myProfileIcon = html `
177
+ <svg xmlns="http://www.w3.org/2000/svg"
178
+ width="20"
179
+ height="20"
180
+ viewBox="0 0 20 20"
181
+ fill="none"
182
+ aria-hidden="true"
183
+ focusable="false"
184
+ >
185
+ <g clip-path="url(#clip0_666_3418)">
186
+ <path d="M13.0151 9.27363C14.2948 8.34031 15.1282 6.82984 15.1282 5.1282C15.1282 2.30051 12.8277 0 9.99998 0C7.17228 0 4.87177 2.30051 4.87177 5.1282C4.87177 6.82984 5.70509 8.34031 6.98486 9.27363C3.80361 10.491 1.53845 13.5754 1.53845 17.1795C1.53845 18.7347 2.80373 20 4.35896 20H15.641C17.1962 20 18.4615 18.7347 18.4615 17.1795C18.4615 13.5754 16.1963 10.491 13.0151 9.27363ZM6.41025 5.1282C6.41025 3.14883 8.0206 1.53848 9.99998 1.53848C11.9794 1.53848 13.5897 3.14883 13.5897 5.1282C13.5897 7.10758 11.9794 8.71797 9.99998 8.71797C8.0206 8.71797 6.41025 7.10758 6.41025 5.1282ZM15.641 18.4615H4.35896C3.65205 18.4615 3.07693 17.8864 3.07693 17.1795C3.07693 13.362 6.18255 10.2564 10 10.2564C13.8175 10.2564 16.9231 13.362 16.9231 17.1795C16.9231 17.8864 16.3479 18.4615 15.641 18.4615Z" fill="#101828"/>
187
+ </g>
188
+ <defs>
189
+ <clipPath id="clip0_666_3418">
190
+ <rect width="20" height="20" fill="white"/>
191
+ </clipPath>
192
+ </defs>
193
+ </svg>
194
+ `;
195
+ export const emptyCircleIcon = html `
196
+ <svg xmlns="http://www.w3.org/2000/svg"
197
+ width="16"
198
+ height="16"
199
+ viewBox="0 0 16 16"
200
+ fill="none"
201
+ aria-hidden="true"
202
+ focusable="false"
203
+ >
204
+ <path d="M8.00028 14.6666C11.6822 14.6666 14.667 11.6818 14.667 7.99992C14.667 4.31802 11.6822 1.33325 8.00028 1.33325C4.31839 1.33325 1.33362 4.31802 1.33362 7.99992C1.33362 11.6818 4.31839 14.6666 8.00028 14.6666Z" stroke="#90A1B9" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
205
+ </svg>
206
+ `;
207
+ export const grayPlusIcon = html `
208
+ <svg xmlns="http://www.w3.org/2000/svg"
209
+ width="12"
210
+ height="12"
211
+ viewBox="0 0 12 12"
212
+ fill="none"
213
+ aria-hidden="true"
214
+ focusable="false"
215
+ >
216
+ <path d="M5.96094 0C6.43411 0.000226318 6.81832 0.384206 6.81836 0.857422V5.10449H11.0654C11.5388 5.10449 11.9229 5.48853 11.9229 5.96191C11.9227 6.43517 11.5387 6.81934 11.0654 6.81934H6.81836V11.0654C6.81836 11.5387 6.43413 11.9226 5.96094 11.9229C5.48755 11.9229 5.10352 11.5388 5.10352 11.0654V6.81934H0.857422C0.38432 6.81911 0.000150713 6.43503 0 5.96191C0 5.48867 0.384227 5.10472 0.857422 5.10449H5.10352V0.857422C5.10355 0.384067 5.48757 0 5.96094 0Z" fill="#99A1AF"/>
217
+ </svg>
218
+ `;
219
+ export const clockIcon = html `
220
+ <svg xmlns="http://www.w3.org/2000/svg"
221
+ width="20"
222
+ height="20"
223
+ viewBox="0 0 20 20"
224
+ fill="none"
225
+ aria-hidden="true"
226
+ focusable="false"
227
+ >
228
+ <path d="M9.99935 18.3334C14.6017 18.3334 18.3327 14.6025 18.3327 10.0001C18.3327 5.39771 14.6017 1.66675 9.99935 1.66675C5.39698 1.66675 1.66602 5.39771 1.66602 10.0001C1.66602 14.6025 5.39698 18.3334 9.99935 18.3334Z" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
229
+ <path d="M10 5V10L13.3333 8.33333" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
230
+ </svg>
231
+ `;
232
+ export const favStarIcon = html `
233
+ <svg xmlns="http://www.w3.org/2000/svg"
234
+ width="20"
235
+ height="20"
236
+ viewBox="0 0 20 20"
237
+ fill="none"
238
+ aria-hidden="true"
239
+ focusable="false"
240
+ >
241
+ <path d="M9.99935 18.3334C14.6017 18.3334 18.3327 14.6025 18.3327 10.0001C18.3327 5.39771 14.6017 1.66675 9.99935 1.66675C5.39698 1.66675 1.66602 5.39771 1.66602 10.0001C1.66602 14.6025 5.39698 18.3334 9.99935 18.3334Z" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
242
+ <path d="M10 5V10L13.3333 8.33333" stroke="#314158" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
243
+ </svg>
244
+ `;
245
+ //# sourceMappingURL=headerIcons.js.map