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
+ var t={3591(t,e,s){s.d(e,{X:()=>r});var i=s(6161);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`
2
+ :host {
3
+ display: inline-block;
4
+ --signup-button-background: transparent;
5
+ --signup-button-border: var(--color-border, #E5E7EB);
6
+ --signup-button-text: var(--color-header-text, #ffffff);
7
+ }
8
+
9
+ :host([theme='dark']) {
10
+ --signup-button-background: transparent;
11
+ --signup-button-border: var(--color-border, #E5E7EB);
12
+ --signup-button-text: var(--color-header-text, #ffffff);
13
+ }
14
+
15
+ .signup-button {
16
+ display: flex;
17
+ height: 35px;
18
+ padding: var(--spacing-xxs, 0.3125rem) var(--spacing-xs, 0.75rem);
19
+ align-items: center;
20
+ gap: var(--spacing-xxs, 0.3125rem);
21
+ border-radius: var(--border-radius-base, 0.3125rem);
22
+ background: var(--signup-button-background);
23
+ border: 1px solid var(--signup-button-border);
24
+ color: var(--signup-button-text);
25
+ cursor: pointer;
26
+ font: inherit;
27
+ line-height: 1;
28
+ white-space: nowrap;
29
+ text-decoration: none;
30
+ box-sizing: border-box;
31
+ transition: transform 0.2s ease;
32
+ }
33
+
34
+ :host([layout='mobile']) .signup-button {
35
+ border: none;
36
+ }
37
+
38
+ .signup-button-icon {
39
+ width: 16px;
40
+ height: 16px;
41
+ display: inline-block;
42
+ object-fit: contain;
43
+ }
44
+
45
+ .signup-button:active {
46
+ transform: translateY(1px);
47
+ }
48
+ `;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`
49
+ <button
50
+ class="signup-button"
51
+ type="button"
52
+ part="signup-button"
53
+ @click="${()=>this._handleClick()}"
54
+ >
55
+ ${this.icon?i.qy`<img class="signup-button-icon" src="${this.icon}" alt="" aria-hidden="true" part="signup-button-icon" />`:""}
56
+ <slot>${this.label}</slot>
57
+ </button>
58
+ `}}},3826(t,e,s){s.d(e,{AH:()=>a,Rf:()=>l,sk:()=>c});
59
+ /**
60
+ * @license
61
+ * Copyright 2019 Google LLC
62
+ * SPDX-License-Identifier: BSD-3-Clause
63
+ */
64
+ 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},8760(t,e,s){s.d(e,{AH:()=>i.AH,mN:()=>A});var i=s(3826);
65
+ /**
66
+ * @license
67
+ * Copyright 2017 Google LLC
68
+ * SPDX-License-Identifier: BSD-3-Clause
69
+ */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")},5228(t,e,s){s.d(e,{AH:()=>i.AH,WF:()=>o,qy:()=>r.qy});var i=s(8760),r=s(6752);
70
+ /**
71
+ * @license
72
+ * Copyright 2017 Google LLC
73
+ * SPDX-License-Identifier: BSD-3-Clause
74
+ */
75
+ 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")},6752(t,e,s){s.d(e,{XX:()=>q,c0:()=>w,qy:()=>x});
76
+ /**
77
+ * @license
78
+ * Copyright 2017 Google LLC
79
+ * SPDX-License-Identifier: BSD-3-Clause
80
+ */
81
+ 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 B(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 B{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 L=i.litHtmlPolyfillSupport;L?.(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}},6161(t,e,s){s.d(e,{AH:()=>i.AH,WF:()=>i.WF,qy:()=>i.qy});s(8760),s(6752);var i=s(5228)}},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.d(i,{X:()=>r.X});var r=s(3591);const n="solid-ui-signup-button";customElements.get(n)||customElements.define(n,r.X);const o=i.X;export{o as SignupButton};
82
+ //# sourceMappingURL=index.esm.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components/signupButton/index.esm.min.js","mappings":"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","sources":["webpack://solid-ui/./src/v2/components/signupButton/SignupButton.ts","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/index.ts"],"sourcesContent":["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","/**\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 { 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":["SignupButton","LitElement","static","label","type","String","reflect","theme","signupUrl","attribute","icon","layout","css","constructor","super","this","_handleClick","window","open","render","html","t","globalThis","e","ShadowRoot","ShadyCSS","nativeShadow","Document","prototype","CSSStyleSheet","s","Symbol","o","WeakMap","n","_$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","converter","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","_$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","setConnected","_$litElement$","litElementHydrateSupport","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","SIGNUP_BUTTON_TAG_NAME","customElements","define"],"sourceRoot":""}
@@ -0,0 +1,264 @@
1
+ /******/ (() => { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ var __webpack_modules__ = ({
4
+
5
+ /***/ 826
6
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
7
+
8
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9
+ /* harmony export */ AH: () => (/* binding */ i),
10
+ /* harmony export */ Rf: () => (/* binding */ S),
11
+ /* harmony export */ sk: () => (/* binding */ c)
12
+ /* harmony export */ });
13
+ /* unused harmony exports CSSResult, supportsAdoptingStyleSheets, unsafeCSS */
14
+ /**
15
+ * @license
16
+ * Copyright 2019 Google LLC
17
+ * SPDX-License-Identifier: BSD-3-Clause
18
+ */
19
+ const 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;
20
+ //# sourceMappingURL=css-tag.js.map
21
+
22
+
23
+ /***/ },
24
+
25
+ /***/ 760
26
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
27
+
28
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
29
+ /* harmony export */ AH: () => (/* reexport safe */ _css_tag_js__WEBPACK_IMPORTED_MODULE_0__.AH),
30
+ /* harmony export */ mN: () => (/* binding */ y)
31
+ /* harmony export */ });
32
+ /* unused harmony exports defaultConverter, notEqual */
33
+ /* harmony import */ var _css_tag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(826);
34
+
35
+ /**
36
+ * @license
37
+ * Copyright 2017 Google LLC
38
+ * SPDX-License-Identifier: BSD-3-Clause
39
+ */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((0,_css_tag_js__WEBPACK_IMPORTED_MODULE_0__/* .getCompatibleStyle */ .sk)(s))}else void 0!==s&&i.push((0,_css_tag_js__WEBPACK_IMPORTED_MODULE_0__/* .getCompatibleStyle */ .sk)(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 (0,_css_tag_js__WEBPACK_IMPORTED_MODULE_0__/* .adoptStyles */ .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,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");
40
+ //# sourceMappingURL=reactive-element.js.map
41
+
42
+
43
+ /***/ },
44
+
45
+ /***/ 228
46
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
47
+
48
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
49
+ /* harmony export */ AH: () => (/* reexport safe */ _lit_reactive_element__WEBPACK_IMPORTED_MODULE_0__.AH),
50
+ /* harmony export */ WF: () => (/* binding */ i),
51
+ /* harmony export */ qy: () => (/* reexport safe */ lit_html__WEBPACK_IMPORTED_MODULE_1__.qy)
52
+ /* harmony export */ });
53
+ /* unused harmony export _$LE */
54
+ /* harmony import */ var _lit_reactive_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(760);
55
+ /* harmony import */ var lit_html__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(752);
56
+
57
+ /**
58
+ * @license
59
+ * Copyright 2017 Google LLC
60
+ * SPDX-License-Identifier: BSD-3-Clause
61
+ */const s=globalThis;class i extends _lit_reactive_element__WEBPACK_IMPORTED_MODULE_0__/* .ReactiveElement */ .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 r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=(0,lit_html__WEBPACK_IMPORTED_MODULE_1__/* .render */ .XX)(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return lit_html__WEBPACK_IMPORTED_MODULE_1__/* .noChange */ .c0}}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");
62
+ //# sourceMappingURL=lit-element.js.map
63
+
64
+
65
+ /***/ },
66
+
67
+ /***/ 752
68
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
69
+
70
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
71
+ /* harmony export */ XX: () => (/* binding */ D),
72
+ /* harmony export */ c0: () => (/* binding */ E),
73
+ /* harmony export */ qy: () => (/* binding */ b)
74
+ /* harmony export */ });
75
+ /* unused harmony exports _$LH, mathml, nothing, svg */
76
+ /**
77
+ * @license
78
+ * Copyright 2017 Google LLC
79
+ * SPDX-License-Identifier: BSD-3-Clause
80
+ */
81
+ const 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};
82
+ //# sourceMappingURL=lit-html.js.map
83
+
84
+
85
+ /***/ },
86
+
87
+ /***/ 161
88
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
89
+
90
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
91
+ /* harmony export */ AH: () => (/* reexport safe */ lit_element_lit_element_js__WEBPACK_IMPORTED_MODULE_2__.AH),
92
+ /* harmony export */ WF: () => (/* reexport safe */ lit_element_lit_element_js__WEBPACK_IMPORTED_MODULE_2__.WF),
93
+ /* harmony export */ qy: () => (/* reexport safe */ lit_element_lit_element_js__WEBPACK_IMPORTED_MODULE_2__.qy)
94
+ /* harmony export */ });
95
+ /* harmony import */ var _lit_reactive_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(760);
96
+ /* harmony import */ var lit_html__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(752);
97
+ /* harmony import */ var lit_element_lit_element_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(228);
98
+
99
+ //# sourceMappingURL=index.js.map
100
+
101
+
102
+ /***/ }
103
+
104
+ /******/ });
105
+ /************************************************************************/
106
+ /******/ // The module cache
107
+ /******/ var __webpack_module_cache__ = {};
108
+ /******/
109
+ /******/ // The require function
110
+ /******/ function __webpack_require__(moduleId) {
111
+ /******/ // Check if module is in cache
112
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
113
+ /******/ if (cachedModule !== undefined) {
114
+ /******/ return cachedModule.exports;
115
+ /******/ }
116
+ /******/ // Create a new module (and put it into the cache)
117
+ /******/ var module = __webpack_module_cache__[moduleId] = {
118
+ /******/ // no module.id needed
119
+ /******/ // no module.loaded needed
120
+ /******/ exports: {}
121
+ /******/ };
122
+ /******/
123
+ /******/ // Execute the module function
124
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
125
+ /******/
126
+ /******/ // Return the exports of the module
127
+ /******/ return module.exports;
128
+ /******/ }
129
+ /******/
130
+ /************************************************************************/
131
+ /******/ /* webpack/runtime/define property getters */
132
+ /******/ (() => {
133
+ /******/ // define getter functions for harmony exports
134
+ /******/ __webpack_require__.d = (exports, definition) => {
135
+ /******/ for(var key in definition) {
136
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
137
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
138
+ /******/ }
139
+ /******/ }
140
+ /******/ };
141
+ /******/ })();
142
+ /******/
143
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
144
+ /******/ (() => {
145
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
146
+ /******/ })();
147
+ /******/
148
+ /************************************************************************/
149
+ var __webpack_exports__ = {};
150
+
151
+ // UNUSED EXPORTS: SignupButton
152
+
153
+ // EXTERNAL MODULE: ./node_modules/lit/index.js
154
+ var lit = __webpack_require__(161);
155
+ ;// ./src/v2/components/signupButton/SignupButton.ts
156
+
157
+ const DEFAULT_SIGNUP_URL = 'https://solidproject.org/get_a_pod';
158
+ class SignupButton extends lit/* LitElement */.WF {
159
+ static properties = {
160
+ label: {
161
+ type: String,
162
+ reflect: true
163
+ },
164
+ theme: {
165
+ type: String,
166
+ reflect: true
167
+ },
168
+ signupUrl: {
169
+ type: String,
170
+ attribute: 'signup-url',
171
+ reflect: true
172
+ },
173
+ icon: {
174
+ type: String,
175
+ reflect: true
176
+ },
177
+ layout: {
178
+ type: String,
179
+ reflect: true
180
+ }
181
+ };
182
+ static styles = (0,lit/* css */.AH)`
183
+ :host {
184
+ display: inline-block;
185
+ --signup-button-background: transparent;
186
+ --signup-button-border: var(--color-border, #E5E7EB);
187
+ --signup-button-text: var(--color-header-text, #ffffff);
188
+ }
189
+
190
+ :host([theme='dark']) {
191
+ --signup-button-background: transparent;
192
+ --signup-button-border: var(--color-border, #E5E7EB);
193
+ --signup-button-text: var(--color-header-text, #ffffff);
194
+ }
195
+
196
+ .signup-button {
197
+ display: flex;
198
+ height: 35px;
199
+ padding: var(--spacing-xxs, 0.3125rem) var(--spacing-xs, 0.75rem);
200
+ align-items: center;
201
+ gap: var(--spacing-xxs, 0.3125rem);
202
+ border-radius: var(--border-radius-base, 0.3125rem);
203
+ background: var(--signup-button-background);
204
+ border: 1px solid var(--signup-button-border);
205
+ color: var(--signup-button-text);
206
+ cursor: pointer;
207
+ font: inherit;
208
+ line-height: 1;
209
+ white-space: nowrap;
210
+ text-decoration: none;
211
+ box-sizing: border-box;
212
+ transition: transform 0.2s ease;
213
+ }
214
+
215
+ :host([layout='mobile']) .signup-button {
216
+ border: none;
217
+ }
218
+
219
+ .signup-button-icon {
220
+ width: 16px;
221
+ height: 16px;
222
+ display: inline-block;
223
+ object-fit: contain;
224
+ }
225
+
226
+ .signup-button:active {
227
+ transform: translateY(1px);
228
+ }
229
+ `;
230
+ constructor() {
231
+ super();
232
+ this.label = 'Sign Up';
233
+ this.signupUrl = DEFAULT_SIGNUP_URL;
234
+ this.theme = 'light';
235
+ this.icon = '';
236
+ this.layout = 'desktop';
237
+ }
238
+ _handleClick() {
239
+ window.open(this.signupUrl, '_blank', 'noopener,noreferrer');
240
+ }
241
+ render() {
242
+ return (0,lit/* html */.qy)`
243
+ <button
244
+ class="signup-button"
245
+ type="button"
246
+ part="signup-button"
247
+ @click="${() => this._handleClick()}"
248
+ >
249
+ ${this.icon ? (0,lit/* html */.qy)`<img class="signup-button-icon" src="${this.icon}" alt="" aria-hidden="true" part="signup-button-icon" />` : ''}
250
+ <slot>${this.label}</slot>
251
+ </button>
252
+ `;
253
+ }
254
+ }
255
+ ;// ./src/v2/components/signupButton/index.ts
256
+
257
+
258
+ const SIGNUP_BUTTON_TAG_NAME = 'solid-ui-signup-button';
259
+ if (!customElements.get(SIGNUP_BUTTON_TAG_NAME)) {
260
+ customElements.define(SIGNUP_BUTTON_TAG_NAME, SignupButton);
261
+ }
262
+ /******/ })()
263
+ ;
264
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components/signupButton/index.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/./node_modules/lit/index.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","import\"@lit/reactive-element\";import\"lit-html\";export*from\"lit-element/lit-element.js\";export*from\"lit-html/is-server.js\";\n//# sourceMappingURL=index.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":["LitElement","html","css","DEFAULT_SIGNUP_URL","SignupButton","properties","label","type","String","reflect","theme","signupUrl","attribute","icon","layout","styles","constructor","_handleClick","window","open","render","SIGNUP_BUTTON_TAG_NAME","customElements","get","define"],"sourceRoot":""}