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.
- package/README.md +128 -2
- package/dist/acl/access-groups.js +1 -1
- package/dist/components/footer/index.d.ts +1 -0
- package/dist/components/footer/index.esm.js +24364 -0
- package/dist/components/footer/index.esm.js.map +1 -0
- package/dist/components/footer/index.esm.min.js +137 -0
- package/dist/components/footer/index.esm.min.js.map +1 -0
- package/dist/components/footer/index.js +23252 -0
- package/dist/components/footer/index.js.map +1 -0
- package/dist/components/footer/index.min.js +125 -0
- package/dist/components/footer/index.min.js.map +1 -0
- package/dist/components/header/index.d.ts +1 -0
- package/dist/components/header/index.esm.js +1894 -0
- package/dist/components/header/index.esm.js.map +1 -0
- package/dist/components/header/index.esm.min.js +1083 -0
- package/dist/components/header/index.esm.min.js.map +1 -0
- package/dist/components/header/index.js +1855 -0
- package/dist/components/header/index.js.map +1 -0
- package/dist/components/header/index.min.js +1084 -0
- package/dist/components/header/index.min.js.map +1 -0
- package/dist/components/loginButton/index.d.ts +1 -0
- package/dist/components/loginButton/index.esm.js +719 -0
- package/dist/components/loginButton/index.esm.js.map +1 -0
- package/dist/components/loginButton/index.esm.min.js +402 -0
- package/dist/components/loginButton/index.esm.min.js.map +1 -0
- package/dist/components/loginButton/index.js +701 -0
- package/dist/components/loginButton/index.js.map +1 -0
- package/dist/components/loginButton/index.min.js +402 -0
- package/dist/components/loginButton/index.min.js.map +1 -0
- package/dist/components/signupButton/index.d.ts +1 -0
- package/dist/components/signupButton/index.esm.js +270 -0
- package/dist/components/signupButton/index.esm.js.map +1 -0
- package/dist/components/signupButton/index.esm.min.js +82 -0
- package/dist/components/signupButton/index.esm.min.js.map +1 -0
- package/dist/components/signupButton/index.js +264 -0
- package/dist/components/signupButton/index.js.map +1 -0
- package/dist/components/signupButton/index.min.js +82 -0
- package/dist/components/signupButton/index.min.js.map +1 -0
- package/dist/footer/index.d.ts.map +1 -1
- package/dist/footer/index.js +8 -4
- package/dist/footer/index.js.map +1 -1
- package/dist/icons/v2/icons-svg/contactIcons.d.ts +3 -0
- package/dist/icons/v2/icons-svg/contactIcons.d.ts.map +1 -0
- package/dist/icons/v2/icons-svg/contactIcons.js +27 -0
- package/dist/icons/v2/icons-svg/contactIcons.js.map +1 -0
- package/dist/icons/v2/icons-svg/headerIcons.d.ts +18 -0
- package/dist/icons/v2/icons-svg/headerIcons.d.ts.map +1 -0
- package/dist/icons/v2/icons-svg/headerIcons.js +245 -0
- package/dist/icons/v2/icons-svg/headerIcons.js.map +1 -0
- package/dist/icons/v2/icons-svg/pngIcons.d.ts +3 -0
- package/dist/icons/v2/icons-svg/pngIcons.d.ts.map +1 -0
- package/dist/icons/v2/icons-svg/pngIcons.js +4 -0
- package/dist/icons/v2/icons-svg/pngIcons.js.map +1 -0
- package/dist/icons/v2/icons-svg/profileIcons.d.ts +23 -0
- package/dist/icons/v2/icons-svg/profileIcons.d.ts.map +1 -0
- package/dist/icons/v2/icons-svg/profileIcons.js +317 -0
- package/dist/icons/v2/icons-svg/profileIcons.js.map +1 -0
- package/dist/pad.d.ts.map +1 -1
- package/dist/pad.js +13 -13
- package/dist/pad.js.map +1 -1
- package/dist/solid-ui.esm.js +9560 -12181
- package/dist/solid-ui.esm.js.map +1 -1
- package/dist/solid-ui.esm.min.js +15 -14
- package/dist/solid-ui.esm.min.js.map +1 -1
- package/dist/solid-ui.js +12531 -14794
- package/dist/solid-ui.js.map +1 -1
- package/dist/solid-ui.min.js +23 -22
- package/dist/solid-ui.min.js.map +1 -1
- package/dist/utils/headerFooterHelpers.d.ts.map +1 -1
- package/dist/utils/headerFooterHelpers.js +11 -2
- package/dist/utils/headerFooterHelpers.js.map +1 -1
- package/dist/v2/components/footer/Footer.d.ts +60 -0
- package/dist/v2/components/footer/Footer.d.ts.map +1 -0
- package/dist/v2/components/footer/Footer.js +148 -0
- package/dist/v2/components/footer/Footer.js.map +1 -0
- package/dist/v2/components/footer/Footer.test.d.ts +2 -0
- package/dist/v2/components/footer/Footer.test.d.ts.map +1 -0
- package/dist/v2/components/footer/Footer.test.js +53 -0
- package/dist/v2/components/footer/Footer.test.js.map +1 -0
- package/dist/v2/components/footer/index.d.ts +3 -0
- package/dist/v2/components/footer/index.d.ts.map +1 -0
- package/dist/v2/components/footer/index.js +7 -0
- package/dist/v2/components/footer/index.js.map +1 -0
- package/dist/v2/components/header/Header.d.ts +155 -0
- package/dist/v2/components/header/Header.d.ts.map +1 -0
- package/dist/v2/components/header/Header.js +845 -0
- package/dist/v2/components/header/Header.js.map +1 -0
- package/dist/v2/components/header/header.test.d.ts +2 -0
- package/dist/v2/components/header/header.test.d.ts.map +1 -0
- package/dist/v2/components/header/header.test.js +242 -0
- package/dist/v2/components/header/header.test.js.map +1 -0
- package/dist/v2/components/header/index.d.ts +4 -0
- package/dist/v2/components/header/index.d.ts.map +1 -0
- package/dist/v2/components/header/index.js +7 -0
- package/dist/v2/components/header/index.js.map +1 -0
- package/dist/v2/components/loginButton/LoginButton.d.ts +62 -0
- package/dist/v2/components/loginButton/LoginButton.d.ts.map +1 -0
- package/dist/v2/components/loginButton/LoginButton.js +497 -0
- package/dist/v2/components/loginButton/LoginButton.js.map +1 -0
- package/dist/v2/components/loginButton/LoginButton.test.d.ts +2 -0
- package/dist/v2/components/loginButton/LoginButton.test.d.ts.map +1 -0
- package/dist/v2/components/loginButton/LoginButton.test.js +53 -0
- package/dist/v2/components/loginButton/LoginButton.test.js.map +1 -0
- package/dist/v2/components/loginButton/downArrow.d.ts +2 -0
- package/dist/v2/components/loginButton/downArrow.d.ts.map +1 -0
- package/dist/v2/components/loginButton/downArrow.js +10 -0
- package/dist/v2/components/loginButton/downArrow.js.map +1 -0
- package/dist/v2/components/loginButton/index.d.ts +3 -0
- package/dist/v2/components/loginButton/index.d.ts.map +1 -0
- package/dist/v2/components/loginButton/index.js +7 -0
- package/dist/v2/components/loginButton/index.js.map +1 -0
- package/dist/v2/components/signupButton/SignupButton.d.ts +36 -0
- package/dist/v2/components/signupButton/SignupButton.d.ts.map +1 -0
- package/dist/v2/components/signupButton/SignupButton.js +84 -0
- package/dist/v2/components/signupButton/SignupButton.js.map +1 -0
- package/dist/v2/components/signupButton/SignupButton.test.d.ts +2 -0
- package/dist/v2/components/signupButton/SignupButton.test.d.ts.map +1 -0
- package/dist/v2/components/signupButton/SignupButton.test.js +49 -0
- package/dist/v2/components/signupButton/SignupButton.test.js.map +1 -0
- package/dist/v2/components/signupButton/index.d.ts +3 -0
- package/dist/v2/components/signupButton/index.d.ts.map +1 -0
- package/dist/v2/components/signupButton/index.js +7 -0
- package/dist/v2/components/signupButton/index.js.map +1 -0
- package/dist/versionInfo.js +7 -7
- package/dist/widgets/buttons.d.ts +9 -3
- package/dist/widgets/buttons.d.ts.map +1 -1
- package/dist/widgets/buttons.js +68 -7
- package/dist/widgets/buttons.js.map +1 -1
- package/package.json +34 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components/loginButton/index.min.js","mappings":"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","sources":["webpack://solid-ui/external var \"SolidLogic\"","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/loginButton/downArrow.ts","webpack://solid-ui/./src/v2/components/loginButton/LoginButton.ts","webpack://solid-ui/./src/v2/components/loginButton/index.ts"],"sourcesContent":["module.exports = SolidLogic;","/**\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 { html } from 'lit-html'\n\nexport const phoneIcon = html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" \n viewBox=\"0 0 12 7\" \n fill=\"none\"\n >\n <path d=\"M0.679688 0.678955L5.50729 5.50656L10.3349 0.678955\" stroke=\"#6A7282\" stroke-width=\"1.35776\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n`\n","import { LitElement, html, css } from 'lit'\nimport { authSession, authn, getSuggestedIssuers, offlineTestID, solidLogicSingleton } from 'solid-logic'\nimport { phoneIcon as downArrowIcon } from './downArrow'\n\nexport class LoginButton extends LitElement {\n static properties = {\n label: { type: String, reflect: true },\n theme: { type: String, reflect: true },\n issuerUrl: { type: String, attribute: 'issuer-url', reflect: true },\n icon: { type: String, reflect: true },\n layout: { type: String, reflect: true },\n _popupOpen: { state: true },\n _issuerInputValue: { state: true },\n _dropdownOpen: { state: true }\n }\n\n static styles = css`\n :host { // default theme\n display: inline-block;\n position: relative;\n z-index: 400;\n --login-button-background: var(--lavender-900, #7c4cff);\n --login-button-text: var(--color-header-text, #ffffff);\n --popup-background: var(--color-background, #F8F9FB);\n --popup-text: var(--color-text, #1A1A1A);\n --popup-border: var(--color-border, #E5E7EB);\n --popup-shadow: var(--box-shadow-sm, 0 1px 4px rgba(124,77,255,0.12));\n --popup-overlay-background: rgba(0, 0, 0, 0.6);\n --issuer-input-background: var(--color-background, #F8F9FB);\n --issuer-input-text: var(--color-text, #1A1A1A);\n --issuer-input-border: var(--color-text, #1A1A1A);\n --issuer-button-background: var(--color-background, #F8F9FB);\n --issuer-button-text: var(--color-text, #1A1A1A);\n --issuer-button-border: var(--color-border, #E5E7EB);\n --issuer-button-hover-background: var(--lavender-900, #7c4cff);\n --issuer-label-color: var(--grey-purple-700, #1A1A1A);\n --issuer-placeholder-color: var(--grey-purple-700, #5e546d);;\n --error-text-color: var(--color-error, #B00020);\n }\n\n :host([theme='dark']) {\n display: inline-block;\n position: relative;\n z-index: 900;\n --login-button-background: var(--lavender-900, #7c4cff);\n --login-button-text: var(--color-header-text, #ffffff);\n --popup-background: var(--color-background, #F8F9FB);\n --popup-text: var(--color-text, #1A1A1A);\n --popup-border: var(--color-border, #E5E7EB);\n --popup-shadow: var(--box-shadow-sm, 0 1px 4px rgba(124,77,255,0.12));\n --popup-overlay-background: rgba(0, 0, 0, 0.6);\n --issuer-input-background: var(--color-background, #F8F9FB);\n --issuer-input-text: var(--color-text, #1A1A1A);\n --issuer-input-border: var(--color-text, #1A1A1A);\n --issuer-button-background: var(--color-background, #F8F9FB);\n --issuer-button-text: var(--color-text, #1A1A1A);\n --issuer-button-border: var(--color-text, #1A1A1A);\n --issuer-button-hover-background: var(--lavender-900, #7c4cff);\n --issuer-label-color: var(--grey-purple-700, #1A1A1A);\n --issuer-placeholder-color: var(--grey-purple-700, #5e546d);;\n --error-text-color: var(--color-error, #B00020);\n }\n\n .login-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(--login-button-background);\n border: none;\n color: var(--login-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 .login-button-icon {\n width: 16px;\n height: 16px;\n display: inline-block;\n object-fit: contain;\n }\n\n .login-button:active {\n transform: translateY(1px);\n }\n\n .popup-dialog {\n border: none;\n padding: 0;\n background: transparent;\n outline: none;\n overflow: visible;\n max-height: none;\n max-width: none;\n }\n\n .popup-dialog::backdrop {\n background: var(--popup-overlay-background, rgba(0, 0, 0, 0.6));\n }\n\n .popup-box {\n background: var(--popup-background);\n color: var(--popup-text);\n box-shadow: var(--popup-shadow);\n border: 1px solid var(--popup-border);\n border-radius: var(--border-radius-md, 0.5rem);\n min-width: 480px;\n z-index: 1001;\n }\n\n .popup-top-menu {\n border-bottom: 1px solid #DDD;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding-bottom: 8px;\n margin-bottom: 8px;\n padding: 1rem;\n background: var(--gray-200, #E5E7EB);\n }\n\n .popup-title {\n font-weight: 800;\n }\n\n .popup-close {\n background: transparent;\n border: none;\n cursor: pointer;\n font-size: 1.25rem;\n line-height: 1;\n padding: 0 0.25rem;\n }\n\n .issuer-text-section {\n display: flex;\n flex-direction: column;\n padding: 1rem 1rem 1.75rem;\n }\n\n .issuer-text-label {\n color: var(--issuer-label-color);\n margin-bottom: 6px;\n }\n\n .issuer-text-row {\n display: flex;\n flex-direction: row;\n gap: 6px;\n align-items: flex-start;\n }\n\n .issuer-input-wrapper {\n flex: 1;\n display: flex;\n flex-direction: column;\n min-width: 0;\n position: relative;\n }\n\n .issuer-input-field-row {\n display: flex;\n flex-direction: row;\n position: relative;\n }\n\n .issuer-text-input {\n flex: 1;\n padding: 0.375rem 2.75rem 0.375rem 0.5rem;\n border: 1px solid var(--issuer-input-border);\n border-radius: var(--border-radius-base, 0.3125rem);\n background: var(--issuer-input-background);\n color: var(--issuer-input-text);\n font: inherit;\n min-width: 0;\n }\n\n .issuer-text-input::placeholder {\n color: var(--issuer-placeholder-color);\n }\n\n .issuer-dropdown-toggle {\n position: absolute;\n right: 6px;\n top: 50%;\n transform: translateY(-50%);\n width: 26px;\n height: 26px;\n padding: 0;\n border: none;\n background: transparent;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n border-radius: var(--border-radius-base, 0.3125rem);\n }\n\n .issuer-dropdown-toggle:hover {\n background: var(--color-header-menu-item-hover, #e6dcff);\n }\n\n .issuer-dropdown-toggle svg {\n width: 14px;\n height: 14px;\n display: block;\n }\n\n .issuer-dropdown-list {\n position: absolute;\n top: calc(100% + 6px);\n left: 0;\n right: 0;\n border: 1px solid var(--color-border, #E5E7EB);\n border-top: none;\n border-radius: 0 0 var(--border-radius-base, 0.3125rem) var(--border-radius-base, 0.3125rem);\n background: var(--issuer-input-background);\n overflow: visible;\n z-index: 10;\n box-shadow: 0 4px 12px rgba(124, 77, 255, 0.12);\n }\n\n .issuer-dropdown-item {\n display: block;\n width: 100%;\n padding: 0.625rem 0.75rem;\n border: none;\n border-bottom: 1px solid var(--color-border, #E5E7EB);\n background: transparent;\n color: var(--issuer-button-text);\n cursor: pointer;\n font: inherit;\n text-align: left;\n box-sizing: border-box;\n }\n\n .issuer-dropdown-item:last-child {\n border-bottom: none;\n }\n\n .issuer-dropdown-item:hover {\n background: var(--color-header-menu-item-hover, #e6dcff);\n border-radius: var(--border-radius-base-md, 0.5rem);\n }\n\n .popup-footer {\n display: flex;\n flex-direction: row;\n justify-content: center;\n gap: 8px;\n padding: 0.75rem 1rem 1rem;\n }\n\n .popup-footer-hr {\n margin: 0;\n border: none;\n border-top: 1px solid var(--popup-border, #E5E7EB);\n }\n\n .popup-cancel-button {\n padding: 0.5rem 1.25rem;\n border: 1px solid #C0BFC7;\n border-radius: var(--border-radius-base, 0.3125rem);\n background: var(--popup-background);\n color: #314158;\n cursor: pointer;\n font: inherit;\n }\n\n .popup-cancel-button:hover {\n background: #D1D5DB;\n }\n\n .popup-login-button {\n padding: 0.5rem 1.25rem;\n border: none;\n border-radius: var(--border-radius-base, 0.3125rem);\n background: var(--lavender-900, #7c4cff);\n color: #ffffff;\n cursor: pointer;\n font: inherit;\n }\n\n .popup-login-button:hover {\n background: #6a3de8;\n }\n\n .popup-login-button:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n\n .error-msg {\n color: var(--error-text-color);\n font-size: 0.875rem;\n margin-top: 8px;\n }\n `\n\n declare label: string\n declare theme: 'light' | 'dark'\n declare issuerUrl: string\n declare icon: string\n declare layout: 'desktop' | 'mobile'\n declare _popupOpen: boolean\n declare _issuerInputValue: string\n declare _dropdownOpen: boolean\n\n private _issuerInputId = `issuer-url-input-${Math.random().toString(36).slice(2, 10)}`\n private _errorMsg = ''\n\n constructor () {\n super()\n this.label = 'Log In'\n this.theme = 'light'\n this.issuerUrl = ''\n this.icon = ''\n this.layout = 'desktop'\n this._popupOpen = false\n this._issuerInputValue = ''\n this._dropdownOpen = false\n }\n\n connectedCallback () {\n super.connectedCallback()\n }\n\n disconnectedCallback () {\n super.disconnectedCallback()\n }\n\n private _openPopup () {\n const offline = offlineTestID()\n if (offline) {\n this._loginComplete(offline.uri)\n return\n }\n this._issuerInputValue = (typeof localStorage !== 'undefined' && localStorage.getItem('loginIssuer')) || this.issuerUrl || ''\n this._errorMsg = ''\n this._popupOpen = true\n }\n\n private _closePopup () {\n this._popupOpen = false\n }\n\n updated () {\n const dialog = this.shadowRoot?.querySelector('dialog') as HTMLDialogElement | null\n if (!dialog) return\n if (this._popupOpen && !dialog.open) {\n dialog.showModal()\n } else if (!this._popupOpen && dialog.open) {\n dialog.close()\n }\n }\n\n private async _loginToIssuer (issuerUri: string) {\n if (!issuerUri) return\n try {\n // clear authorization metadata from store\n ;(solidLogicSingleton.store.updater as any).flagAuthorizationMetadata()\n\n const preLoginRedirectHash = new URL(window.location.href).hash\n if (preLoginRedirectHash) {\n window.localStorage.setItem('preLoginRedirectHash', preLoginRedirectHash)\n }\n window.localStorage.setItem('loginIssuer', issuerUri)\n\n const locationUrl = new URL(window.location.href)\n locationUrl.hash = ''\n await authSession.login({\n redirectUrl: locationUrl.href,\n oidcIssuer: issuerUri\n })\n } catch (err: any) {\n this._errorMsg = err.message || String(err)\n this.requestUpdate()\n }\n }\n\n private _loginComplete (webIdUri: string) {\n authn.saveUser(webIdUri)\n this.dispatchEvent(new CustomEvent('login-success', {\n detail: { webId: webIdUri },\n bubbles: true,\n composed: true\n }))\n }\n\n private _handleGoClick () {\n this._dropdownOpen = false\n this._loginToIssuer(this._issuerInputValue)\n }\n\n private _toggleDropdown () {\n this._dropdownOpen = !this._dropdownOpen\n }\n\n private _selectIssuerFromDropdown (uri: string) {\n this._issuerInputValue = uri\n this._dropdownOpen = false\n }\n\n private _handleInputChange (e: Event) {\n this._issuerInputValue = (e.target as HTMLInputElement).value\n }\n\n private _handleInputKeydown (e: KeyboardEvent) {\n if (e.key === 'Enter') {\n this._loginToIssuer(this._issuerInputValue)\n }\n if (e.key === 'Escape') {\n this._closePopup()\n }\n }\n\n private _renderPopup () {\n const suggestedIssuers = getSuggestedIssuers()\n return html`\n <div class=\"popup-box\">\n <div class=\"popup-top-menu\">\n <span class=\"popup-title\">Select an identity provider</span>\n <button class=\"popup-close\" type=\"button\" aria-label=\"Close\" @click=\"${() => this._closePopup()}\">✕</button>\n </div>\n\n <div class=\"issuer-text-section\">\n <label class=\"issuer-text-label\" for=\"${this._issuerInputId}\">Solid Identity Provider</label>\n <div class=\"issuer-text-row\">\n <div class=\"issuer-input-wrapper\">\n <div class=\"issuer-input-field-row\">\n <input\n id=\"${this._issuerInputId}\"\n class=\"issuer-text-input\"\n type=\"text\"\n placeholder=\"https://example.com\"\n .value=\"${this._issuerInputValue}\"\n @input=\"${this._handleInputChange}\"\n @keydown=\"${this._handleInputKeydown}\"\n autocomplete=\"url\"\n />\n ${suggestedIssuers.length\n? html`\n <button\n class=\"issuer-dropdown-toggle\"\n type=\"button\"\n aria-label=\"Show identity provider suggestions\"\n aria-expanded=\"${this._dropdownOpen}\"\n @click=\"${() => this._toggleDropdown()}\"\n >${downArrowIcon}</button>\n `\n: ''}\n </div>\n ${this._dropdownOpen && suggestedIssuers.length\n? html`\n <div class=\"issuer-dropdown-list\" role=\"listbox\">\n ${suggestedIssuers.map(issuerInfo => html`\n <button\n class=\"issuer-dropdown-item\"\n type=\"button\"\n role=\"option\"\n @click=\"${() => this._selectIssuerFromDropdown(issuerInfo.uri)}\"\n >${issuerInfo.name}</button>\n `)}\n </div>\n `\n: ''}\n </div>\n </div>\n ${this._errorMsg ? html`<div class=\"error-msg\">${this._errorMsg}</div>` : ''}\n </div>\n <hr class=\"popup-footer-hr\" />\n <div class=\"popup-footer\">\n <button class=\"popup-cancel-button\" type=\"button\" @click=\"${() => this._closePopup()}\">Cancel</button>\n <button\n class=\"popup-login-button\"\n type=\"button\"\n ?disabled=\"${!this._issuerInputValue}\"\n @click=\"${() => this._handleGoClick()}\"\n >Log In</button>\n </div>\n </div>\n `\n }\n\n render () {\n return html`\n <button\n class=\"login-button\"\n type=\"button\"\n part=\"login-button\"\n @click=\"${() => this._openPopup()}\"\n >\n ${this.icon ? html`<img class=\"login-button-icon\" src=\"${this.icon}\" alt=\"\" aria-hidden=\"true\" part=\"login-button-icon\" />` : ''}\n <slot>${this.label}</slot>\n </button>\n\n <dialog\n class=\"popup-dialog\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-label=\"Select an identity provider\"\n @cancel=\"${(e: Event) => { e.preventDefault(); this._closePopup() }}\"\n @click=\"${(e: MouseEvent) => { if (e.target === e.currentTarget) this._closePopup() }}\"\n >\n ${this._popupOpen ? this._renderPopup() : ''}\n </dialog>\n `\n }\n}\n","import { LoginButton } from './LoginButton'\n\nexport { LoginButton }\n\nconst LOGIN_BUTTON_TAG_NAME = 'solid-ui-login-button'\n\nif (!customElements.get(LOGIN_BUTTON_TAG_NAME)) {\n customElements.define(LOGIN_BUTTON_TAG_NAME, LoginButton)\n}\n"],"names":["module","exports","SolidLogic","t","globalThis","e","ShadowRoot","ShadyCSS","nativeShadow","Document","prototype","CSSStyleSheet","s","Symbol","o","WeakMap","n","constructor","this","_$cssResult$","Error","cssText","styleSheet","length","get","replaceSync","set","toString","i","reduce","S","adoptedStyleSheets","map","document","createElement","litNonce","setAttribute","textContent","appendChild","c","cssRules","r","is","defineProperty","getOwnPropertyDescriptor","h","getOwnPropertyNames","getOwnPropertySymbols","getPrototypeOf","Object","a","trustedTypes","l","emptyScript","p","reactiveElementPolyfillSupport","d","u","toAttribute","Boolean","Array","JSON","stringify","fromAttribute","Number","parse","f","b","attribute","type","String","converter","reflect","useDefault","hasChanged","metadata","litPropertyMetadata","y","HTMLElement","addInitializer","_$Ei","push","observedAttributes","finalize","_$Eh","keys","createProperty","state","hasOwnProperty","create","wrapped","elementProperties","noAccessor","getPropertyDescriptor","call","requestUpdate","configurable","enumerable","getPropertyOptions","Map","finalized","properties","_$Eu","elementStyles","finalizeStyles","styles","isArray","Set","flat","reverse","unshift","toLowerCase","super","_$Ep","isUpdatePending","hasUpdated","_$Em","_$Ev","_$ES","Promise","enableUpdating","_$AL","_$E_","forEach","addController","_$EO","add","renderRoot","isConnected","hostConnected","removeController","delete","size","createRenderRoot","shadowRoot","attachShadow","shadowRootOptions","connectedCallback","disconnectedCallback","hostDisconnected","attributeChangedCallback","_$AK","_$ET","removeAttribute","_$Ej","hasAttribute","C","_$EP","has","_$Eq","reject","scheduleUpdate","performUpdate","shouldUpdate","willUpdate","hostUpdate","update","_$EM","_$AE","hostUpdated","firstUpdated","updated","updateComplete","getUpdateComplete","mode","ReactiveElement","reactiveElementVersions","arguments","renderOptions","host","_$Do","renderBefore","firstChild","render","setConnected","_$litElement$","litElementHydrateSupport","LitElement","litElementPolyfillSupport","litElementVersions","createPolicy","createHTML","Math","random","toFixed","slice","createComment","iterator","v","_","m","RegExp","g","$","x","_$litType$","strings","values","E","for","A","P","createTreeWalker","V","N","lastIndex","exec","test","startsWith","parts","el","currentNode","content","replaceWith","childNodes","nextNode","nodeType","hasAttributes","getAttributeNames","endsWith","getAttribute","split","index","name","ctor","I","L","z","H","tagName","append","data","indexOf","innerHTML","M","_$Co","_$Cl","_$litDirective$","_$AO","_$AT","_$AS","R","_$AV","_$AN","_$AD","_$AM","parentNode","_$AU","creationScope","importNode","k","nextSibling","Z","_$AI","_$Cv","_$AH","_$AA","_$AB","options","startNode","endNode","_$AR","T","O","insertBefore","createTextNode","_$AC","_$AP","remove","element","fill","j","toggleAttribute","capture","once","passive","removeEventListener","addEventListener","handleEvent","B","litHtmlPolyfillSupport","litHtmlVersions","D","_$litPart$","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","definition","key","obj","prop","phoneIcon","html","LoginButton","static","label","theme","issuerUrl","icon","layout","_popupOpen","_issuerInputValue","_dropdownOpen","css","_issuerInputId","_errorMsg","_openPopup","offline","offlineTestID","_loginComplete","uri","localStorage","getItem","_closePopup","dialog","querySelector","open","showModal","close","_loginToIssuer","issuerUri","solidLogicSingleton","store","updater","flagAuthorizationMetadata","preLoginRedirectHash","URL","window","location","href","hash","setItem","locationUrl","authSession","login","redirectUrl","oidcIssuer","err","message","webIdUri","authn","saveUser","dispatchEvent","CustomEvent","detail","webId","bubbles","composed","_handleGoClick","_toggleDropdown","_selectIssuerFromDropdown","_handleInputChange","target","value","_handleInputKeydown","_renderPopup","suggestedIssuers","getSuggestedIssuers","downArrowIcon","issuerInfo","preventDefault","currentTarget","LOGIN_BUTTON_TAG_NAME","customElements","define"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../v2/components/signupButton/index';
|
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
/******/ var __webpack_modules__ = ({
|
|
2
|
+
|
|
3
|
+
/***/ 3591
|
|
4
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5
|
+
|
|
6
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7
|
+
/* harmony export */ X: () => (/* binding */ SignupButton)
|
|
8
|
+
/* harmony export */ });
|
|
9
|
+
/* harmony import */ var lit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6161);
|
|
10
|
+
|
|
11
|
+
const DEFAULT_SIGNUP_URL = 'https://solidproject.org/get_a_pod';
|
|
12
|
+
class SignupButton extends lit__WEBPACK_IMPORTED_MODULE_0__/* .LitElement */ .WF {
|
|
13
|
+
static properties = {
|
|
14
|
+
label: {
|
|
15
|
+
type: String,
|
|
16
|
+
reflect: true
|
|
17
|
+
},
|
|
18
|
+
theme: {
|
|
19
|
+
type: String,
|
|
20
|
+
reflect: true
|
|
21
|
+
},
|
|
22
|
+
signupUrl: {
|
|
23
|
+
type: String,
|
|
24
|
+
attribute: 'signup-url',
|
|
25
|
+
reflect: true
|
|
26
|
+
},
|
|
27
|
+
icon: {
|
|
28
|
+
type: String,
|
|
29
|
+
reflect: true
|
|
30
|
+
},
|
|
31
|
+
layout: {
|
|
32
|
+
type: String,
|
|
33
|
+
reflect: true
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
static styles = (0,lit__WEBPACK_IMPORTED_MODULE_0__/* .css */ .AH)`
|
|
37
|
+
:host {
|
|
38
|
+
display: inline-block;
|
|
39
|
+
--signup-button-background: transparent;
|
|
40
|
+
--signup-button-border: var(--color-border, #E5E7EB);
|
|
41
|
+
--signup-button-text: var(--color-header-text, #ffffff);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
:host([theme='dark']) {
|
|
45
|
+
--signup-button-background: transparent;
|
|
46
|
+
--signup-button-border: var(--color-border, #E5E7EB);
|
|
47
|
+
--signup-button-text: var(--color-header-text, #ffffff);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.signup-button {
|
|
51
|
+
display: flex;
|
|
52
|
+
height: 35px;
|
|
53
|
+
padding: var(--spacing-xxs, 0.3125rem) var(--spacing-xs, 0.75rem);
|
|
54
|
+
align-items: center;
|
|
55
|
+
gap: var(--spacing-xxs, 0.3125rem);
|
|
56
|
+
border-radius: var(--border-radius-base, 0.3125rem);
|
|
57
|
+
background: var(--signup-button-background);
|
|
58
|
+
border: 1px solid var(--signup-button-border);
|
|
59
|
+
color: var(--signup-button-text);
|
|
60
|
+
cursor: pointer;
|
|
61
|
+
font: inherit;
|
|
62
|
+
line-height: 1;
|
|
63
|
+
white-space: nowrap;
|
|
64
|
+
text-decoration: none;
|
|
65
|
+
box-sizing: border-box;
|
|
66
|
+
transition: transform 0.2s ease;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
:host([layout='mobile']) .signup-button {
|
|
70
|
+
border: none;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.signup-button-icon {
|
|
74
|
+
width: 16px;
|
|
75
|
+
height: 16px;
|
|
76
|
+
display: inline-block;
|
|
77
|
+
object-fit: contain;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.signup-button:active {
|
|
81
|
+
transform: translateY(1px);
|
|
82
|
+
}
|
|
83
|
+
`;
|
|
84
|
+
constructor() {
|
|
85
|
+
super();
|
|
86
|
+
this.label = 'Sign Up';
|
|
87
|
+
this.signupUrl = DEFAULT_SIGNUP_URL;
|
|
88
|
+
this.theme = 'light';
|
|
89
|
+
this.icon = '';
|
|
90
|
+
this.layout = 'desktop';
|
|
91
|
+
}
|
|
92
|
+
_handleClick() {
|
|
93
|
+
window.open(this.signupUrl, '_blank', 'noopener,noreferrer');
|
|
94
|
+
}
|
|
95
|
+
render() {
|
|
96
|
+
return (0,lit__WEBPACK_IMPORTED_MODULE_0__/* .html */ .qy)`
|
|
97
|
+
<button
|
|
98
|
+
class="signup-button"
|
|
99
|
+
type="button"
|
|
100
|
+
part="signup-button"
|
|
101
|
+
@click="${() => this._handleClick()}"
|
|
102
|
+
>
|
|
103
|
+
${this.icon ? (0,lit__WEBPACK_IMPORTED_MODULE_0__/* .html */ .qy)`<img class="signup-button-icon" src="${this.icon}" alt="" aria-hidden="true" part="signup-button-icon" />` : ''}
|
|
104
|
+
<slot>${this.label}</slot>
|
|
105
|
+
</button>
|
|
106
|
+
`;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/***/ },
|
|
111
|
+
|
|
112
|
+
/***/ 3826
|
|
113
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
114
|
+
|
|
115
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
116
|
+
/* harmony export */ AH: () => (/* binding */ i),
|
|
117
|
+
/* harmony export */ Rf: () => (/* binding */ S),
|
|
118
|
+
/* harmony export */ sk: () => (/* binding */ c)
|
|
119
|
+
/* harmony export */ });
|
|
120
|
+
/* unused harmony exports CSSResult, supportsAdoptingStyleSheets, unsafeCSS */
|
|
121
|
+
/**
|
|
122
|
+
* @license
|
|
123
|
+
* Copyright 2019 Google LLC
|
|
124
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
125
|
+
*/
|
|
126
|
+
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;
|
|
127
|
+
//# sourceMappingURL=css-tag.js.map
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
/***/ },
|
|
131
|
+
|
|
132
|
+
/***/ 8760
|
|
133
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
134
|
+
|
|
135
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
136
|
+
/* harmony export */ AH: () => (/* reexport safe */ _css_tag_js__WEBPACK_IMPORTED_MODULE_0__.AH),
|
|
137
|
+
/* harmony export */ mN: () => (/* binding */ y)
|
|
138
|
+
/* harmony export */ });
|
|
139
|
+
/* unused harmony exports defaultConverter, notEqual */
|
|
140
|
+
/* harmony import */ var _css_tag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3826);
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* @license
|
|
144
|
+
* Copyright 2017 Google LLC
|
|
145
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
146
|
+
*/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");
|
|
147
|
+
//# sourceMappingURL=reactive-element.js.map
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
/***/ },
|
|
151
|
+
|
|
152
|
+
/***/ 5228
|
|
153
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
154
|
+
|
|
155
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
156
|
+
/* harmony export */ AH: () => (/* reexport safe */ _lit_reactive_element__WEBPACK_IMPORTED_MODULE_0__.AH),
|
|
157
|
+
/* harmony export */ WF: () => (/* binding */ i),
|
|
158
|
+
/* harmony export */ qy: () => (/* reexport safe */ lit_html__WEBPACK_IMPORTED_MODULE_1__.qy)
|
|
159
|
+
/* harmony export */ });
|
|
160
|
+
/* unused harmony export _$LE */
|
|
161
|
+
/* harmony import */ var _lit_reactive_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8760);
|
|
162
|
+
/* harmony import */ var lit_html__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6752);
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* @license
|
|
166
|
+
* Copyright 2017 Google LLC
|
|
167
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
168
|
+
*/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");
|
|
169
|
+
//# sourceMappingURL=lit-element.js.map
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
/***/ },
|
|
173
|
+
|
|
174
|
+
/***/ 6752
|
|
175
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
176
|
+
|
|
177
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
178
|
+
/* harmony export */ XX: () => (/* binding */ D),
|
|
179
|
+
/* harmony export */ c0: () => (/* binding */ E),
|
|
180
|
+
/* harmony export */ qy: () => (/* binding */ b)
|
|
181
|
+
/* harmony export */ });
|
|
182
|
+
/* unused harmony exports _$LH, mathml, nothing, svg */
|
|
183
|
+
/**
|
|
184
|
+
* @license
|
|
185
|
+
* Copyright 2017 Google LLC
|
|
186
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
187
|
+
*/
|
|
188
|
+
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};
|
|
189
|
+
//# sourceMappingURL=lit-html.js.map
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
/***/ },
|
|
193
|
+
|
|
194
|
+
/***/ 6161
|
|
195
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
196
|
+
|
|
197
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
198
|
+
/* harmony export */ AH: () => (/* reexport safe */ lit_element_lit_element_js__WEBPACK_IMPORTED_MODULE_2__.AH),
|
|
199
|
+
/* harmony export */ WF: () => (/* reexport safe */ lit_element_lit_element_js__WEBPACK_IMPORTED_MODULE_2__.WF),
|
|
200
|
+
/* harmony export */ qy: () => (/* reexport safe */ lit_element_lit_element_js__WEBPACK_IMPORTED_MODULE_2__.qy)
|
|
201
|
+
/* harmony export */ });
|
|
202
|
+
/* harmony import */ var _lit_reactive_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8760);
|
|
203
|
+
/* harmony import */ var lit_html__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6752);
|
|
204
|
+
/* harmony import */ var lit_element_lit_element_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5228);
|
|
205
|
+
|
|
206
|
+
//# sourceMappingURL=index.js.map
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
/***/ }
|
|
210
|
+
|
|
211
|
+
/******/ });
|
|
212
|
+
/************************************************************************/
|
|
213
|
+
/******/ // The module cache
|
|
214
|
+
/******/ var __webpack_module_cache__ = {};
|
|
215
|
+
/******/
|
|
216
|
+
/******/ // The require function
|
|
217
|
+
/******/ function __webpack_require__(moduleId) {
|
|
218
|
+
/******/ // Check if module is in cache
|
|
219
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
220
|
+
/******/ if (cachedModule !== undefined) {
|
|
221
|
+
/******/ return cachedModule.exports;
|
|
222
|
+
/******/ }
|
|
223
|
+
/******/ // Create a new module (and put it into the cache)
|
|
224
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
225
|
+
/******/ // no module.id needed
|
|
226
|
+
/******/ // no module.loaded needed
|
|
227
|
+
/******/ exports: {}
|
|
228
|
+
/******/ };
|
|
229
|
+
/******/
|
|
230
|
+
/******/ // Execute the module function
|
|
231
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
232
|
+
/******/
|
|
233
|
+
/******/ // Return the exports of the module
|
|
234
|
+
/******/ return module.exports;
|
|
235
|
+
/******/ }
|
|
236
|
+
/******/
|
|
237
|
+
/************************************************************************/
|
|
238
|
+
/******/ /* webpack/runtime/define property getters */
|
|
239
|
+
/******/ (() => {
|
|
240
|
+
/******/ // define getter functions for harmony exports
|
|
241
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
242
|
+
/******/ for(var key in definition) {
|
|
243
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
244
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
245
|
+
/******/ }
|
|
246
|
+
/******/ }
|
|
247
|
+
/******/ };
|
|
248
|
+
/******/ })();
|
|
249
|
+
/******/
|
|
250
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
251
|
+
/******/ (() => {
|
|
252
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
253
|
+
/******/ })();
|
|
254
|
+
/******/
|
|
255
|
+
/************************************************************************/
|
|
256
|
+
var __webpack_exports__ = {};
|
|
257
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
258
|
+
/* harmony export */ X: () => (/* reexport safe */ _SignupButton__WEBPACK_IMPORTED_MODULE_0__.X)
|
|
259
|
+
/* harmony export */ });
|
|
260
|
+
/* harmony import */ var _SignupButton__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3591);
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
const SIGNUP_BUTTON_TAG_NAME = 'solid-ui-signup-button';
|
|
264
|
+
if (!customElements.get(SIGNUP_BUTTON_TAG_NAME)) {
|
|
265
|
+
customElements.define(SIGNUP_BUTTON_TAG_NAME, _SignupButton__WEBPACK_IMPORTED_MODULE_0__/* .SignupButton */ .X);
|
|
266
|
+
}
|
|
267
|
+
const __webpack_exports__SignupButton = __webpack_exports__.X;
|
|
268
|
+
export { __webpack_exports__SignupButton as SignupButton };
|
|
269
|
+
|
|
270
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components/signupButton/index.esm.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/./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/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","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 { 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":""}
|