@fluid-topics/ft-input-label 0.3.71 → 1.0.0-alpha.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.
@@ -13,4 +13,3 @@ export declare const FtInputLabelCssVariables: {
13
13
  colorError: import("@fluid-topics/ft-wc-utils").FtCssVariable;
14
14
  };
15
15
  export declare const styles: import("lit").CSSResult;
16
- //# sourceMappingURL=ft-input-label.css.d.ts.map
@@ -139,4 +139,3 @@ export const styles = css `
139
139
  border-top: none;
140
140
  }
141
141
  `;
142
- //# sourceMappingURL=ft-input-label.css.js.map
@@ -10,4 +10,3 @@ export declare class FtInputLabel extends FtLitElement implements FtInputLabelPr
10
10
  error: boolean;
11
11
  protected render(): import("lit-html").TemplateResult<1>;
12
12
  }
13
- //# sourceMappingURL=ft-input-label.d.ts.map
@@ -10,7 +10,7 @@ import { classMap } from "lit/directives/class-map.js";
10
10
  import { FtLitElement } from "@fluid-topics/ft-wc-utils";
11
11
  import { FtTypographyCaption } from "@fluid-topics/ft-typography/build/ft-typography.css";
12
12
  import { styles } from "./ft-input-label.css";
13
- export class FtInputLabel extends FtLitElement {
13
+ class FtInputLabel extends FtLitElement {
14
14
  constructor() {
15
15
  super(...arguments);
16
16
  this.text = "";
@@ -59,4 +59,4 @@ __decorate([
59
59
  __decorate([
60
60
  property({ type: Boolean })
61
61
  ], FtInputLabel.prototype, "error", void 0);
62
- //# sourceMappingURL=ft-input-label.js.map
62
+ export { FtInputLabel };
@@ -1,6 +1,6 @@
1
- !function(t,e,i,o,r){const n=e.FtCssVariableFactory.extend("--ft-typography-font-family",e.designSystemVariables.titleFont),l=e.FtCssVariableFactory.extend("--ft-typography-font-family",e.designSystemVariables.contentFont),p={fontFamily:l,fontSize:e.FtCssVariableFactory.create("--ft-typography-font-size","SIZE","16px"),fontWeight:e.FtCssVariableFactory.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:e.FtCssVariableFactory.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:e.FtCssVariableFactory.create("--ft-typography-line-height","NUMBER","1.5"),textTransform:e.FtCssVariableFactory.create("--ft-typography-text-transform","UNKNOWN","inherit")},a=e.FtCssVariableFactory.extend("--ft-typography-title-font-family",n),f=e.FtCssVariableFactory.extend("--ft-typography-title-font-size",p.fontSize,"20px"),y=e.FtCssVariableFactory.extend("--ft-typography-title-font-weight",p.fontWeight,"normal"),h=e.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing",p.letterSpacing,"0.15px"),s=e.FtCssVariableFactory.extend("--ft-typography-title-line-height",p.lineHeight,"1.2"),g=e.FtCssVariableFactory.extend("--ft-typography-title-text-transform",p.textTransform,"inherit"),b=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family",n),d=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size",p.fontSize,"14px"),u=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight",p.fontWeight,"normal"),x=e.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing",p.letterSpacing,"0.105px"),c=e.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height",p.lineHeight,"1.7"),$=e.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform",p.textTransform,"inherit"),m=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family",l),w=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size",p.fontSize,"16px"),z=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight",p.fontWeight,"600"),v=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing",p.letterSpacing,"0.144px"),S=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height",p.lineHeight,"1.5"),E=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform",p.textTransform,"inherit"),I=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family",l),N=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size",p.fontSize,"14px"),Z=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight",p.fontWeight,"normal"),B=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing",p.letterSpacing,"0.098px"),k=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height",p.lineHeight,"1.7"),O=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform",p.textTransform,"inherit"),W=e.FtCssVariableFactory.extend("--ft-typography-body1-font-family",l),G=e.FtCssVariableFactory.extend("--ft-typography-body1-font-size",p.fontSize,"16px"),M=e.FtCssVariableFactory.extend("--ft-typography-body1-font-weight",p.fontWeight,"normal"),U=e.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing",p.letterSpacing,"0.496px"),j=e.FtCssVariableFactory.extend("--ft-typography-body1-line-height",p.lineHeight,"1.5"),C=e.FtCssVariableFactory.extend("--ft-typography-body1-text-transform",p.textTransform,"inherit"),D=e.FtCssVariableFactory.extend("--ft-typography-body2-font-family",l),F=e.FtCssVariableFactory.extend("--ft-typography-body2-font-size",p.fontSize,"14px"),R=e.FtCssVariableFactory.extend("--ft-typography-body2-font-weight",p.fontWeight,"normal"),T=e.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing",p.letterSpacing,"0.252px"),H=e.FtCssVariableFactory.extend("--ft-typography-body2-line-height",p.lineHeight,"1.4"),K=e.FtCssVariableFactory.extend("--ft-typography-body2-text-transform",p.textTransform,"inherit"),_={fontFamily:e.FtCssVariableFactory.extend("--ft-typography-caption-font-family",l),fontSize:e.FtCssVariableFactory.extend("--ft-typography-caption-font-size",p.fontSize,"12px"),fontWeight:e.FtCssVariableFactory.extend("--ft-typography-caption-font-weight",p.fontWeight,"normal"),letterSpacing:e.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing",p.letterSpacing,"0.396px"),lineHeight:e.FtCssVariableFactory.extend("--ft-typography-caption-line-height",p.lineHeight,"1.33"),textTransform:e.FtCssVariableFactory.extend("--ft-typography-caption-text-transform",p.textTransform,"inherit")},q=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family",l),A=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size",p.fontSize,"10px"),J=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight",p.fontWeight,"normal"),L=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing",p.letterSpacing,"0.33px"),P=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height",p.lineHeight,"1.6"),Q=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform",p.textTransform,"inherit"),V=e.FtCssVariableFactory.extend("--ft-typography-overline-font-family",l),X=e.FtCssVariableFactory.extend("--ft-typography-overline-font-size",p.fontSize,"10px"),Y=e.FtCssVariableFactory.extend("--ft-typography-overline-font-weight",p.fontWeight,"normal"),tt=e.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing",p.letterSpacing,"1.5px"),et=e.FtCssVariableFactory.extend("--ft-typography-overline-line-height",p.lineHeight,"1.6"),it=e.FtCssVariableFactory.extend("--ft-typography-overline-text-transform",p.textTransform,"uppercase"),ot=e.FtCssVariableFactory.extend("--ft-typography-button-font-family",l),rt=e.FtCssVariableFactory.extend("--ft-typography-button-font-size",p.fontSize,"14px"),nt=e.FtCssVariableFactory.extend("--ft-typography-button-font-weight",p.fontWeight,"600"),lt=e.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing",p.letterSpacing,"1.246px"),pt=e.FtCssVariableFactory.extend("--ft-typography-button-line-height",p.lineHeight,"1.15"),at=e.FtCssVariableFactory.extend("--ft-typography-button-text-transform",p.textTransform,"uppercase");i.css`
1
+ !function(t,e,i,o,r){const n=e.FtCssVariableFactory.extend("--ft-typography-font-family",e.designSystemVariables.titleFont),p=e.FtCssVariableFactory.extend("--ft-typography-font-family",e.designSystemVariables.contentFont),a={fontFamily:p,fontSize:e.FtCssVariableFactory.create("--ft-typography-font-size","SIZE","16px"),fontWeight:e.FtCssVariableFactory.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:e.FtCssVariableFactory.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:e.FtCssVariableFactory.create("--ft-typography-line-height","NUMBER","1.5"),textTransform:e.FtCssVariableFactory.create("--ft-typography-text-transform","UNKNOWN","inherit")},l=e.FtCssVariableFactory.extend("--ft-typography-title-font-family",n),f=e.FtCssVariableFactory.extend("--ft-typography-title-font-size",a.fontSize,"20px"),y=e.FtCssVariableFactory.extend("--ft-typography-title-font-weight",a.fontWeight,"normal"),h=e.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing",a.letterSpacing,"0.15px"),s=e.FtCssVariableFactory.extend("--ft-typography-title-line-height",a.lineHeight,"1.2"),g=e.FtCssVariableFactory.extend("--ft-typography-title-text-transform",a.textTransform,"inherit"),b=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family",n),d=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size",a.fontSize,"14px"),u=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight",a.fontWeight,"normal"),x=e.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing",a.letterSpacing,"0.105px"),c=e.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height",a.lineHeight,"1.7"),$=e.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform",a.textTransform,"inherit"),m=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family",p),w=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size",a.fontSize,"16px"),z=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight",a.fontWeight,"600"),v=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing",a.letterSpacing,"0.144px"),S=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height",a.lineHeight,"1.5"),E=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform",a.textTransform,"inherit"),I=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family",p),N=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size",a.fontSize,"14px"),Z=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight",a.fontWeight,"normal"),B=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing",a.letterSpacing,"0.098px"),k=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height",a.lineHeight,"1.7"),W=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform",a.textTransform,"inherit"),G=e.FtCssVariableFactory.extend("--ft-typography-body1-font-family",p),O=e.FtCssVariableFactory.extend("--ft-typography-body1-font-size",a.fontSize,"16px"),U=e.FtCssVariableFactory.extend("--ft-typography-body1-font-weight",a.fontWeight,"normal"),C=e.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing",a.letterSpacing,"0.496px"),D=e.FtCssVariableFactory.extend("--ft-typography-body1-line-height",a.lineHeight,"1.5"),F=e.FtCssVariableFactory.extend("--ft-typography-body1-text-transform",a.textTransform,"inherit"),M=e.FtCssVariableFactory.extend("--ft-typography-body2-font-family",p),R=e.FtCssVariableFactory.extend("--ft-typography-body2-font-size",a.fontSize,"14px"),T=e.FtCssVariableFactory.extend("--ft-typography-body2-font-weight",a.fontWeight,"normal"),j=e.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing",a.letterSpacing,"0.252px"),H=e.FtCssVariableFactory.extend("--ft-typography-body2-line-height",a.lineHeight,"1.4"),K=e.FtCssVariableFactory.extend("--ft-typography-body2-text-transform",a.textTransform,"inherit"),q={fontFamily:e.FtCssVariableFactory.extend("--ft-typography-caption-font-family",p),fontSize:e.FtCssVariableFactory.extend("--ft-typography-caption-font-size",a.fontSize,"12px"),fontWeight:e.FtCssVariableFactory.extend("--ft-typography-caption-font-weight",a.fontWeight,"normal"),letterSpacing:e.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing",a.letterSpacing,"0.396px"),lineHeight:e.FtCssVariableFactory.extend("--ft-typography-caption-line-height",a.lineHeight,"1.33"),textTransform:e.FtCssVariableFactory.extend("--ft-typography-caption-text-transform",a.textTransform,"inherit")},A=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family",p),J=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size",a.fontSize,"10px"),L=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight",a.fontWeight,"normal"),P=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing",a.letterSpacing,"0.33px"),Q=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height",a.lineHeight,"1.6"),V=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform",a.textTransform,"inherit"),X=e.FtCssVariableFactory.extend("--ft-typography-overline-font-family",p),Y=e.FtCssVariableFactory.extend("--ft-typography-overline-font-size",a.fontSize,"10px"),_=e.FtCssVariableFactory.extend("--ft-typography-overline-font-weight",a.fontWeight,"normal"),tt=e.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing",a.letterSpacing,"1.5px"),et=e.FtCssVariableFactory.extend("--ft-typography-overline-line-height",a.lineHeight,"1.6"),it=e.FtCssVariableFactory.extend("--ft-typography-overline-text-transform",a.textTransform,"uppercase"),ot=e.FtCssVariableFactory.extend("--ft-typography-button-font-family",p),rt=e.FtCssVariableFactory.extend("--ft-typography-button-font-size",a.fontSize,"14px"),nt=e.FtCssVariableFactory.extend("--ft-typography-button-font-weight",a.fontWeight,"600"),pt=e.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing",a.letterSpacing,"1.246px"),at=e.FtCssVariableFactory.extend("--ft-typography-button-line-height",a.lineHeight,"1.15"),lt=e.FtCssVariableFactory.extend("--ft-typography-button-text-transform",a.textTransform,"uppercase");i.css`
2
2
  .ft-typography--title {
3
- font-family: ${a};
3
+ font-family: ${l};
4
4
  font-size: ${f};
5
5
  font-weight: ${y};
6
6
  letter-spacing: ${h};
@@ -32,50 +32,50 @@
32
32
  font-weight: ${Z};
33
33
  letter-spacing: ${B};
34
34
  line-height: ${k};
35
- text-transform: ${O};
35
+ text-transform: ${W};
36
36
  }
37
37
 
38
38
  `,i.css`
39
39
  .ft-typography--body1 {
40
- font-family: ${W};
41
- font-size: ${G};
42
- font-weight: ${M};
43
- letter-spacing: ${U};
44
- line-height: ${j};
45
- text-transform: ${C};
40
+ font-family: ${G};
41
+ font-size: ${O};
42
+ font-weight: ${U};
43
+ letter-spacing: ${C};
44
+ line-height: ${D};
45
+ text-transform: ${F};
46
46
  }
47
47
  `,i.css`
48
48
  .ft-typography--body2 {
49
- font-family: ${D};
50
- font-size: ${F};
51
- font-weight: ${R};
52
- letter-spacing: ${T};
49
+ font-family: ${M};
50
+ font-size: ${R};
51
+ font-weight: ${T};
52
+ letter-spacing: ${j};
53
53
  line-height: ${H};
54
54
  text-transform: ${K};
55
55
  }
56
56
  `;const ft=i.css`
57
57
  .ft-typography--caption {
58
- font-family: ${_.fontFamily};
59
- font-size: ${_.fontSize};
60
- font-weight: ${_.fontWeight};
61
- letter-spacing: ${_.letterSpacing};
62
- line-height: ${_.lineHeight};
63
- text-transform: ${_.textTransform};
58
+ font-family: ${q.fontFamily};
59
+ font-size: ${q.fontSize};
60
+ font-weight: ${q.fontWeight};
61
+ letter-spacing: ${q.letterSpacing};
62
+ line-height: ${q.lineHeight};
63
+ text-transform: ${q.textTransform};
64
64
  }
65
65
  `;i.css`
66
66
  .ft-typography--breadcrumb {
67
- font-family: ${q};
68
- font-size: ${A};
69
- font-weight: ${J};
70
- letter-spacing: ${L};
71
- line-height: ${P};
72
- text-transform: ${Q};
67
+ font-family: ${A};
68
+ font-size: ${J};
69
+ font-weight: ${L};
70
+ letter-spacing: ${P};
71
+ line-height: ${Q};
72
+ text-transform: ${V};
73
73
  }
74
74
  `,i.css`
75
75
  .ft-typography--overline {
76
- font-family: ${V};
77
- font-size: ${X};
78
- font-weight: ${Y};
76
+ font-family: ${X};
77
+ font-size: ${Y};
78
+ font-weight: ${_};
79
79
  letter-spacing: ${tt};
80
80
  line-height: ${et};
81
81
  text-transform: ${it};
@@ -85,9 +85,9 @@
85
85
  font-family: ${ot};
86
86
  font-size: ${rt};
87
87
  font-weight: ${nt};
88
- letter-spacing: ${lt};
89
- line-height: ${pt};
90
- text-transform: ${at};
88
+ letter-spacing: ${pt};
89
+ line-height: ${at};
90
+ text-transform: ${lt};
91
91
  }
92
92
  `,i.css`
93
93
  .ft-typography {
@@ -144,8 +144,8 @@
144
144
  transition: font-size 250ms, line-height 250ms, color 250ms;
145
145
  max-width: calc(${yt.labelMaxWidth} - 2 * (${yt.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
146
146
  text-overflow: ellipsis;
147
- ${e.setVariable(_.fontSize,yt.fontSize)};
148
- ${e.setVariable(_.lineHeight,yt.fontSize)};
147
+ ${e.setVariable(q.fontSize,yt.fontSize)};
148
+ ${e.setVariable(q.lineHeight,yt.fontSize)};
149
149
  }
150
150
 
151
151
  .ft-input-label--in-error .ft-input-label--text {
@@ -177,8 +177,8 @@
177
177
  }
178
178
 
179
179
  .ft-input-label--raised .ft-input-label--text {
180
- ${e.setVariable(_.fontSize,yt.raisedFontSize)};
181
- ${e.setVariable(_.lineHeight,yt.raisedFontSize)};
180
+ ${e.setVariable(q.fontSize,yt.raisedFontSize)};
181
+ ${e.setVariable(q.lineHeight,yt.raisedFontSize)};
182
182
  }
183
183
 
184
184
  .ft-input-label--raised .ft-input-label--floating-text {
@@ -215,7 +215,7 @@
215
215
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
216
216
  border-top: none;
217
217
  }
218
- `;var st=function(t,e,i,o){for(var r,n=arguments.length,l=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,p=t.length-1;p>=0;p--)(r=t[p])&&(l=(n<3?r(l):n>3?r(e,i,l):r(e,i))||l);return n>3&&l&&Object.defineProperty(e,i,l),l};class gt extends e.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return i.html`
218
+ `;var st=function(t,e,i,o){for(var r,n=arguments.length,p=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(p=(n<3?r(p):n>3?r(e,i,p):r(e,i))||p);return n>3&&p&&Object.defineProperty(e,i,p),p};class gt extends e.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return i.html`
219
219
  <div class="${r.classMap(t)}">
220
220
  ${this.text?i.html`
221
221
  <div class="ft-input-label--text ft-typography--caption">
@@ -224,4 +224,4 @@
224
224
  </div>
225
225
  `:null}
226
226
  </div>
227
- `}}gt.elementDefinitions={},gt.styles=[ft,ht],st([o.property({type:String})],gt.prototype,"text",void 0),st([o.property({type:Boolean})],gt.prototype,"raised",void 0),st([o.property({type:Boolean})],gt.prototype,"outlined",void 0),st([o.property({type:Boolean})],gt.prototype,"disabled",void 0),st([o.property({type:Boolean})],gt.prototype,"error",void 0),e.customElement("ft-input-label")(gt),t.FtInputLabel=gt,t.FtInputLabelCssVariables=yt,t.styles=ht,Object.defineProperty(t,"t",{value:!0})}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap);
227
+ `}}gt.elementDefinitions={},gt.styles=[ft,ht],st([o.property({type:String})],gt.prototype,"text",void 0),st([o.property({type:Boolean})],gt.prototype,"raised",void 0),st([o.property({type:Boolean})],gt.prototype,"outlined",void 0),st([o.property({type:Boolean})],gt.prototype,"disabled",void 0),st([o.property({type:Boolean})],gt.prototype,"error",void 0),e.customElement("ft-input-label")(gt),t.FtInputLabel=gt,t.FtInputLabelCssVariables=yt,t.styles=ht}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap);
@@ -14,7 +14,7 @@
14
14
  *
15
15
  * @see https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry
16
16
  */
17
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,i=window.customElements.get,o=window.customElements,r=new WeakMap,n=new WeakMap,s=new WeakMap,a=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,r){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(r))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const a=r.prototype.attributeChangedCallback,l=new Set(r.observedAttributes||[]);f(r,l,a);const h={elementClass:r,connectedCallback:r.prototype.connectedCallback,disconnectedCallback:r.prototype.disconnectedCallback,adoptedCallback:r.prototype.adoptedCallback,attributeChangedCallback:a,formAssociated:r.formAssociated,formAssociatedCallback:r.prototype.formAssociatedCallback,formDisabledCallback:r.prototype.formDisabledCallback,formResetCallback:r.prototype.formResetCallback,formStateRestoreCallback:r.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,h),this._definitionsByClass.set(r,h);let c=i.call(o,t);c||(c=p(t),e.call(o,t,c)),this===window.customElements&&(s.set(r,h),h.standInClass=c);const u=this._awaitingUpgrade.get(t);if(u){this._awaitingUpgrade.delete(t);for(const t of u)n.delete(t),d(t,h,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(r),this._whenDefinedPromises.delete(t)),r}upgrade(){b.push(this),o.upgrade.apply(o,arguments),b.pop()}get(t){return this._definitionsByTag.get(t)?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let i=this._whenDefinedPromises.get(t);return void 0===i&&(i={},i.promise=new Promise((t=>i.resolve=t)),this._whenDefinedPromises.set(t,i)),i.promise}_upgradeWhenDefined(t,e,i){let o=this._awaitingUpgrade.get(e);o||this._awaitingUpgrade.set(e,o=new Set),i?o.add(t):o.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const i=s.get(this.constructor);if(!i)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],i.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),r.set(e,i),e},window.HTMLElement.prototype=t.prototype;const h=t=>t===document||t instanceof ShadowRoot,c=t=>{let e=t.getRootNode();if(!h(e)){const t=b[b.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),h(e)||(e=a.get(e)?.getRootNode()||document)}return e.customElements},p=e=>class{static get formAssociated(){return!0}constructor(){const i=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(i,HTMLElement.prototype);const o=c(i)||window.customElements,r=o._getDefinition(e);return r?d(i,r):n.set(i,o),i}connectedCallback(){const t=r.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=r.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){r.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=r.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=r.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=r.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=r.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},f=(t,e,i)=>{if(0===e.size||void 0===i)return;const o=t.prototype.setAttribute;o&&(t.prototype.setAttribute=function(t,r){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);o.call(this,n,r),i.call(this,n,t,r)}else o.call(this,n,r)});const r=t.prototype.removeAttribute;r&&(t.prototype.removeAttribute=function(t){const o=t.toLowerCase();if(e.has(o)){const t=this.getAttribute(o);r.call(this,o),i.call(this,o,t,null)}else r.call(this,o)})},u=e=>{const i=Object.getPrototypeOf(e);if(i!==window.HTMLElement)return i===t||"HTMLElement"===i?.prototype?.constructor?.name?Object.setPrototypeOf(e,window.HTMLElement):u(i)},d=(t,e,i=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),r.set(t,e),l=t;try{new e.elementClass}catch(t){u(e.elementClass),new e.elementClass}e.observedAttributes.forEach((i=>{t.hasAttribute(i)&&e.attributeChangedCallback.call(t,i,null,t.getAttribute(i))})),i&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let b=[document];const g=(t,e,i)=>{const o=(i?Object.getPrototypeOf(i):t.prototype)[e];t.prototype[e]=function(){b.push(this);const t=o.apply(i||this,arguments);return void 0!==t&&a.set(t,this),b.pop(),t}};g(ShadowRoot,"createElement",document),g(ShadowRoot,"importNode",document),g(Element,"insertAdjacentHTML");const v=(t,e)=>{const i=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...i,set(t){b.push(this),i.set.call(this,t),b.pop()}})};if(v(Element,"innerHTML"),v(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,e=HTMLElement.prototype.attachInternals,i=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...i){const o=e.call(this,...i);return t.set(o,this),o},i.forEach((e=>{const i=window.ElementInternals.prototype,o=i[e];i[e]=function(...e){const i=t.get(this);if(!0!==r.get(i).formAssociated)throw new DOMException(`Failed to execute ${o} on 'ElementInternals': The target element is not a form-associated custom element.`);o?.call(this,...e)}}));class o extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const e=new Map;t.forEach(((t,i)=>{const o=t.getAttribute("name"),r=e.get(o)||[];this[+i]=t,r.push(t),e.set(o,r)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new o(t))}))}namedItem(t){return this[t]}}const s=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=s.get.call(this,[]),e=[];for(const i of t){const t=r.get(i);t&&!0!==t.formAssociated||e.push(i)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(t){const e=window.customElements.define;window.customElements.define=(t,i,o)=>{try{e.bind(window.customElements)(t,i,o)}catch(e){console.info(t,i,o,e)}}}class e{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const i=[...this.callbacks];this.callbacks=[];const o=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,r=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of i)try{await t()}catch(t){return void o(t)}r(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
17
+ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,i=window.customElements.get,o=window.customElements,r=new WeakMap,n=new WeakMap,s=new WeakMap,a=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,r){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(r))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const a=r.prototype.attributeChangedCallback,l=new Set(r.observedAttributes||[]);f(r,l,a);const h={elementClass:r,connectedCallback:r.prototype.connectedCallback,disconnectedCallback:r.prototype.disconnectedCallback,adoptedCallback:r.prototype.adoptedCallback,attributeChangedCallback:a,formAssociated:r.formAssociated,formAssociatedCallback:r.prototype.formAssociatedCallback,formDisabledCallback:r.prototype.formDisabledCallback,formResetCallback:r.prototype.formResetCallback,formStateRestoreCallback:r.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,h),this._definitionsByClass.set(r,h);let c=i.call(o,t);c||(c=p(t),e.call(o,t,c)),this===window.customElements&&(s.set(r,h),h.standInClass=c);const u=this._awaitingUpgrade.get(t);if(u){this._awaitingUpgrade.delete(t);for(const t of u)n.delete(t),d(t,h,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(r),this._whenDefinedPromises.delete(t)),r}upgrade(){b.push(this),o.upgrade.apply(o,arguments),b.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let i=this._whenDefinedPromises.get(t);return void 0===i&&(i={},i.promise=new Promise((t=>i.resolve=t)),this._whenDefinedPromises.set(t,i)),i.promise}_upgradeWhenDefined(t,e,i){let o=this._awaitingUpgrade.get(e);o||this._awaitingUpgrade.set(e,o=new Set),i?o.add(t):o.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const i=s.get(this.constructor);if(!i)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],i.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),r.set(e,i),e},window.HTMLElement.prototype=t.prototype;const h=t=>t===document||t instanceof ShadowRoot,c=t=>{let e=t.getRootNode();if(!h(e)){const t=b[b.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),h(e)||(e=a.get(e)?.getRootNode()||document)}return e.customElements},p=e=>class{static get formAssociated(){return!0}constructor(){const i=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(i,HTMLElement.prototype);const o=c(i)||window.customElements,r=o._getDefinition(e);return r?d(i,r):n.set(i,o),i}connectedCallback(){const t=r.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=r.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=r.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=r.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=r.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=r.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=r.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},f=(t,e,i)=>{if(0===e.size||void 0===i)return;const o=t.prototype.setAttribute;o&&(t.prototype.setAttribute=function(t,r){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);o.call(this,n,r),i.call(this,n,t,r)}else o.call(this,n,r)});const r=t.prototype.removeAttribute;r&&(t.prototype.removeAttribute=function(t){const o=t.toLowerCase();if(e.has(o)){const t=this.getAttribute(o);r.call(this,o),i.call(this,o,t,null)}else r.call(this,o)})},u=e=>{const i=Object.getPrototypeOf(e);if(i!==window.HTMLElement)return i===t||"HTMLElement"===i?.prototype?.constructor?.name?Object.setPrototypeOf(e,window.HTMLElement):u(i)},d=(t,e,i=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),r.set(t,e),l=t;try{new e.elementClass}catch(t){u(e.elementClass),new e.elementClass}e.observedAttributes.forEach((i=>{t.hasAttribute(i)&&e.attributeChangedCallback.call(t,i,null,t.getAttribute(i))})),i&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let b=[document];const g=(t,e,i=void 0)=>{const o=(i?Object.getPrototypeOf(i):t.prototype)[e];t.prototype[e]=function(){b.push(this);const t=o.apply(i||this,arguments);return void 0!==t&&a.set(t,this),b.pop(),t}};g(ShadowRoot,"createElement",document),g(ShadowRoot,"importNode",document),g(Element,"insertAdjacentHTML");const v=(t,e)=>{const i=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...i,set(t){b.push(this),i.set.call(this,t),b.pop()}})};if(v(Element,"innerHTML"),v(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,e=HTMLElement.prototype.attachInternals,i=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...i){const o=e.call(this,...i);return t.set(o,this),o},i.forEach((e=>{const i=window.ElementInternals.prototype,o=i[e];i[e]=function(...e){const i=t.get(this);if(!0!==r.get(i).formAssociated)throw new DOMException(`Failed to execute ${o} on 'ElementInternals': The target element is not a form-associated custom element.`);o?.call(this,...e)}}));class o extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const e=new Map;t.forEach(((t,i)=>{const o=t.getAttribute("name"),r=e.get(o)||[];this[+i]=t,r.push(t),e.set(o,r)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new o(t))}))}namedItem(t){return this[t]}}const s=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=s.get.call(this,[]),e=[];for(const i of t){const t=r.get(i);t&&!0!==t.formAssociated||e.push(i)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(t){const e=window.customElements.define;window.customElements.define=(t,i,o)=>{try{e.bind(window.customElements)(t,i,o)}catch(e){console.info(t,i,o,e)}}}class e{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const i=[...this.callbacks];this.callbacks=[];const o=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,r=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of i)try{await t()}catch(t){return void o(t)}r(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
18
18
  /**
19
19
  * @license
20
20
  * Copyright 2017 Google LLC
@@ -30,34 +30,24 @@ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.cust
30
30
  * Copyright 2019 Google LLC
31
31
  * SPDX-License-Identifier: BSD-3-Clause
32
32
  */
33
- const s=window,a=s.ShadowRoot&&(void 0===s.ShadyCSS||s.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,l=Symbol(),h=new WeakMap;class c{constructor(t,e,i){if(this._$cssResult$=!0,i!==l)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(a&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=h.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&h.set(e,t))}return t}toString(){return this.cssText}}const p=t=>new c("string"==typeof t?t:t+"",void 0,l),f=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,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.")})(i)+t[o+1]),t[0]);return new c(i,t,l)},u=(t,e)=>{a?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const i=document.createElement("style"),o=s.litNonce;void 0!==o&&i.setAttribute("nonce",o),i.textContent=e.cssText,t.appendChild(i)}))},d=a?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return p(e)})(t):t
33
+ const s=window,a=s.ShadowRoot&&(void 0===s.ShadyCSS||s.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,l=Symbol(),h=new WeakMap;let c=class{constructor(t,e,i){if(this._$cssResult$=!0,i!==l)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(a&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=h.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&h.set(e,t))}return t}toString(){return this.cssText}};const p=t=>new c("string"==typeof t?t:t+"",void 0,l),f=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,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.")})(i)+t[o+1]),t[0]);return new c(i,t,l)},u=(t,e)=>{a?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const i=document.createElement("style"),o=s.litNonce;void 0!==o&&i.setAttribute("nonce",o),i.textContent=e.cssText,t.appendChild(i)}))},d=a?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return p(e)})(t):t
34
34
  /**
35
35
  * @license
36
36
  * Copyright 2017 Google LLC
37
37
  * SPDX-License-Identifier: BSD-3-Clause
38
- */;var y;const b=window,g=b.trustedTypes,v=g?g.emptyScript:"",x=b.reactiveElementPolyfillSupport,m={toAttribute(t,e){switch(e){case Boolean:t=t?v:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){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}},w=(t,e)=>e!==t&&(e==e||t==t),$={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:w};class O extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var e;null!==(e=this.h)&&void 0!==e||(this.h=[]),this.h.push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const o=this._$Ep(i,e);void 0!==o&&(this._$Ev.set(o,i),t.push(o))})),t}static createProperty(t,e=$){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,o=this.getPropertyDescriptor(t,i,e);void 0!==o&&Object.defineProperty(this.prototype,t,o)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(o){const r=this[t];this[e]=o,this.requestUpdate(t,r,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||$}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(d(t))}else void 0!==t&&e.push(d(t));return e}static _$Ep(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$ES)&&void 0!==e?e:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$ES)||void 0===e||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return u(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$EO(t,e,i=$){var o;const r=this.constructor._$Ep(t,i);if(void 0!==r&&!0===i.reflect){const n=(void 0!==(null===(o=i.converter)||void 0===o?void 0:o.toAttribute)?i.converter:m).toAttribute(e,i.type);this._$El=t,null==n?this.removeAttribute(r):this.setAttribute(r,n),this._$El=null}}_$AK(t,e){var i;const o=this.constructor,r=o._$Ev.get(t);if(void 0!==r&&this._$El!==r){const t=o.getPropertyOptions(r),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(i=t.converter)||void 0===i?void 0:i.fromAttribute)?t.converter:m;this._$El=r,this[r]=n.fromAttribute(e,t.type),this._$El=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||w)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):o=!1),!this.isUpdatePending&&o&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,e)=>this[e]=t)),this._$Ei=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(i)):this._$Ek()}catch(t){throw e=!1,this._$Ek(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$ES)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$EO(e,this[e],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}}
38
+ */;var y;const b=window,g=b.trustedTypes,v=g?g.emptyScript:"",x=b.reactiveElementPolyfillSupport,m={toAttribute(t,e){switch(e){case Boolean:t=t?v:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){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}},w=(t,e)=>e!==t&&(e==e||t==t),$={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:w};let O=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var e;this.finalize(),(null!==(e=this.h)&&void 0!==e?e:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const o=this._$Ep(i,e);void 0!==o&&(this._$Ev.set(o,i),t.push(o))})),t}static createProperty(t,e=$){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,o=this.getPropertyDescriptor(t,i,e);void 0!==o&&Object.defineProperty(this.prototype,t,o)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(o){const r=this[t];this[e]=o,this.requestUpdate(t,r,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||$}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(d(t))}else void 0!==t&&e.push(d(t));return e}static _$Ep(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$ES)&&void 0!==e?e:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$ES)||void 0===e||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return u(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$EO(t,e,i=$){var o;const r=this.constructor._$Ep(t,i);if(void 0!==r&&!0===i.reflect){const n=(void 0!==(null===(o=i.converter)||void 0===o?void 0:o.toAttribute)?i.converter:m).toAttribute(e,i.type);this._$El=t,null==n?this.removeAttribute(r):this.setAttribute(r,n),this._$El=null}}_$AK(t,e){var i;const o=this.constructor,r=o._$Ev.get(t);if(void 0!==r&&this._$El!==r){const t=o.getPropertyOptions(r),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(i=t.converter)||void 0===i?void 0:i.fromAttribute)?t.converter:m;this._$El=r,this[r]=n.fromAttribute(e,t.type),this._$El=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||w)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):o=!1),!this.isUpdatePending&&o&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,e)=>this[e]=t)),this._$Ei=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(i)):this._$Ek()}catch(t){throw e=!1,this._$Ek(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$ES)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$EO(e,this[e],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
39
39
  /**
40
40
  * @license
41
41
  * Copyright 2017 Google LLC
42
42
  * SPDX-License-Identifier: BSD-3-Clause
43
43
  */
44
- var S;O.finalized=!0,O.elementProperties=new Map,O.elementStyles=[],O.shadowRootOptions={mode:"open"},null==x||x({ReactiveElement:O}),(null!==(y=b.reactiveElementVersions)&&void 0!==y?y:b.reactiveElementVersions=[]).push("1.4.1");const N=window,E=N.trustedTypes,C=E?E.createPolicy("lit-html",{createHTML:t=>t}):void 0,R=`lit$${(Math.random()+"").slice(9)}$`,M="?"+R,U=`<${M}>`,k=document,F=(t="")=>k.createComment(t),z=t=>null===t||"object"!=typeof t&&"function"!=typeof t,A=Array.isArray,j=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,L=/-->/g,P=/>/g,B=RegExp(">|[ \t\n\f\r](?:([^\\s\"'>=/]+)([ \t\n\f\r]*=[ \t\n\f\r]*(?:[^ \t\n\f\r\"'`<>=]|(\"|')|))|$)","g"),T=/'/g,_=/"/g,D=/^(?:script|style|textarea|title)$/i,W=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),H=Symbol.for("lit-noChange"),I=Symbol.for("lit-nothing"),K=new WeakMap,Z=k.createTreeWalker(k,129,null,!1),V=(t,e)=>{const i=t.length-1,o=[];let r,n=2===e?"<svg>":"",s=j;for(let e=0;e<i;e++){const i=t[e];let a,l,h=-1,c=0;for(;c<i.length&&(s.lastIndex=c,l=s.exec(i),null!==l);)c=s.lastIndex,s===j?"!--"===l[1]?s=L:void 0!==l[1]?s=P:void 0!==l[2]?(D.test(l[2])&&(r=RegExp("</"+l[2],"g")),s=B):void 0!==l[3]&&(s=B):s===B?">"===l[0]?(s=null!=r?r:j,h=-1):void 0===l[1]?h=-2:(h=s.lastIndex-l[2].length,a=l[1],s=void 0===l[3]?B:'"'===l[3]?_:T):s===_||s===T?s=B:s===L||s===P?s=j:(s=B,r=void 0);const p=s===B&&t[e+1].startsWith("/>")?" ":"";n+=s===j?i+U:h>=0?(o.push(a),i.slice(0,h)+"$lit$"+i.slice(h)+R+p):i+R+(-2===h?(o.push(void 0),e):p)}const a=n+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==C?C.createHTML(a):a,o]};class J{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let r=0,n=0;const s=t.length-1,a=this.parts,[l,h]=V(t,e);if(this.el=J.createElement(l,i),Z.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=Z.nextNode())&&a.length<s;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(R)){const i=h[n++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+"$lit$").split(R),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:r,name:e[2],strings:t,ctor:"."===e[1]?Y:"?"===e[1]?et:"@"===e[1]?it:Q})}else a.push({type:6,index:r})}for(const e of t)o.removeAttribute(e)}if(D.test(o.tagName)){const t=o.textContent.split(R),e=t.length-1;if(e>0){o.textContent=E?E.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],F()),Z.nextNode(),a.push({type:2,index:++r});o.append(t[e],F())}}}else if(8===o.nodeType)if(o.data===M)a.push({type:2,index:r});else{let t=-1;for(;-1!==(t=o.data.indexOf(R,t+1));)a.push({type:7,index:r}),t+=R.length-1}r++}}static createElement(t,e){const i=k.createElement("template");return i.innerHTML=t,i}}function q(t,e,i=t,o){var r,n,s,a;if(e===H)return e;let l=void 0!==o?null===(r=i._$Co)||void 0===r?void 0:r[o]:i._$Cl;const h=z(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==h&&(null===(n=null==l?void 0:l._$AO)||void 0===n||n.call(l,!1),void 0===h?l=void 0:(l=new h(t),l._$AT(t,i,o)),void 0!==o?(null!==(s=(a=i)._$Co)&&void 0!==s?s:a._$Co=[])[o]=l:i._$Cl=l),void 0!==l&&(e=q(t,l._$AS(t,e.values),l,o)),e}class X{constructor(t,e){this.u=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}v(t){var e;const{el:{content:i},parts:o}=this._$AD,r=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:k).importNode(i,!0);Z.currentNode=r;let n=Z.nextNode(),s=0,a=0,l=o[0];for(;void 0!==l;){if(s===l.index){let e;2===l.type?e=new G(n,n.nextSibling,this,t):1===l.type?e=new l.ctor(n,l.name,l.strings,this,t):6===l.type&&(e=new ot(n,this,t)),this.u.push(e),l=o[++a]}s!==(null==l?void 0:l.index)&&(n=Z.nextNode(),s++)}return r}p(t){let e=0;for(const i of this.u)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class G{constructor(t,e,i,o){var r;this.type=2,this._$AH=I,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cm=null===(r=null==o?void 0:o.isConnected)||void 0===r||r}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cm}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=q(this,t,e),z(t)?t===I||null==t||""===t?(this._$AH!==I&&this._$AR(),this._$AH=I):t!==this._$AH&&t!==H&&this.g(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):(t=>A(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.k(t):this.g(t)}O(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}g(t){this._$AH!==I&&z(this._$AH)?this._$AA.nextSibling.data=t:this.T(k.createTextNode(t)),this._$AH=t}$(t){var e;const{values:i,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=J.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===r)this._$AH.p(i);else{const t=new X(r,this),e=t.v(this.options);t.p(i),this.T(e),this._$AH=t}}_$AC(t){let e=K.get(t.strings);return void 0===e&&K.set(t.strings,e=new J(t)),e}k(t){A(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const r of t)o===e.length?e.push(i=new G(this.O(F()),this.O(F()),this,this.options)):i=e[o],i._$AI(r),o++;o<e.length&&(this._$AR(i&&i._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cm=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class Q{constructor(t,e,i,o,r){this.type=1,this._$AH=I,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=r,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=I}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,o){const r=this.strings;let n=!1;if(void 0===r)t=q(this,t,e,0),n=!z(t)||t!==this._$AH&&t!==H,n&&(this._$AH=t);else{const o=t;let s,a;for(t=r[0],s=0;s<r.length-1;s++)a=q(this,o[i+s],e,s),a===H&&(a=this._$AH[s]),n||(n=!z(a)||a!==this._$AH[s]),a===I?t=I:t!==I&&(t+=(null!=a?a:"")+r[s+1]),this._$AH[s]=a}n&&!o&&this.j(t)}j(t){t===I?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class Y extends Q{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===I?void 0:t}}const tt=E?E.emptyScript:"";class et extends Q{constructor(){super(...arguments),this.type=4}j(t){t&&t!==I?this.element.setAttribute(this.name,tt):this.element.removeAttribute(this.name)}}class it extends Q{constructor(t,e,i,o,r){super(t,e,i,o,r),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=q(this,t,e,0))&&void 0!==i?i:I)===H)return;const o=this._$AH,r=t===I&&o!==I||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,n=t!==I&&(o===I||r);r&&this.element.removeEventListener(this.name,this,o),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class ot{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){q(this,t)}}const rt=N.litHtmlPolyfillSupport;null==rt||rt(J,G),(null!==(S=N.litHtmlVersions)&&void 0!==S?S:N.litHtmlVersions=[]).push("2.4.0");
44
+ var S;O.finalized=!0,O.elementProperties=new Map,O.elementStyles=[],O.shadowRootOptions={mode:"open"},null==x||x({ReactiveElement:O}),(null!==(y=b.reactiveElementVersions)&&void 0!==y?y:b.reactiveElementVersions=[]).push("1.6.1");const N=window,E=N.trustedTypes,C=E?E.createPolicy("lit-html",{createHTML:t=>t}):void 0,R="$lit$",M=`lit$${(Math.random()+"").slice(9)}$`,U="?"+M,k=`<${U}>`,F=document,z=()=>F.createComment(""),A=t=>null===t||"object"!=typeof t&&"function"!=typeof t,j=Array.isArray,L="[ \t\n\f\r]",P=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,B=/-->/g,T=/>/g,_=RegExp(`>|${L}(?:([^\\s"'>=/]+)(${L}*=${L}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),D=/'/g,W=/"/g,H=/^(?:script|style|textarea|title)$/i,I=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),K=Symbol.for("lit-noChange"),Z=Symbol.for("lit-nothing"),V=new WeakMap,J=F.createTreeWalker(F,129,null,!1),q=(t,e)=>{const i=t.length-1,o=[];let r,n=2===e?"<svg>":"",s=P;for(let e=0;e<i;e++){const i=t[e];let a,l,h=-1,c=0;for(;c<i.length&&(s.lastIndex=c,l=s.exec(i),null!==l);)c=s.lastIndex,s===P?"!--"===l[1]?s=B:void 0!==l[1]?s=T:void 0!==l[2]?(H.test(l[2])&&(r=RegExp("</"+l[2],"g")),s=_):void 0!==l[3]&&(s=_):s===_?">"===l[0]?(s=null!=r?r:P,h=-1):void 0===l[1]?h=-2:(h=s.lastIndex-l[2].length,a=l[1],s=void 0===l[3]?_:'"'===l[3]?W:D):s===W||s===D?s=_:s===B||s===T?s=P:(s=_,r=void 0);const p=s===_&&t[e+1].startsWith("/>")?" ":"";n+=s===P?i+k:h>=0?(o.push(a),i.slice(0,h)+R+i.slice(h)+M+p):i+M+(-2===h?(o.push(void 0),e):p)}const a=n+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==C?C.createHTML(a):a,o]};class X{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let r=0,n=0;const s=t.length-1,a=this.parts,[l,h]=q(t,e);if(this.el=X.createElement(l,i),J.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=J.nextNode())&&a.length<s;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith(R)||e.startsWith(M)){const i=h[n++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+R).split(M),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:r,name:e[2],strings:t,ctor:"."===e[1]?et:"?"===e[1]?ot:"@"===e[1]?rt:tt})}else a.push({type:6,index:r})}for(const e of t)o.removeAttribute(e)}if(H.test(o.tagName)){const t=o.textContent.split(M),e=t.length-1;if(e>0){o.textContent=E?E.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],z()),J.nextNode(),a.push({type:2,index:++r});o.append(t[e],z())}}}else if(8===o.nodeType)if(o.data===U)a.push({type:2,index:r});else{let t=-1;for(;-1!==(t=o.data.indexOf(M,t+1));)a.push({type:7,index:r}),t+=M.length-1}r++}}static createElement(t,e){const i=F.createElement("template");return i.innerHTML=t,i}}function G(t,e,i=t,o){var r,n,s,a;if(e===K)return e;let l=void 0!==o?null===(r=i._$Co)||void 0===r?void 0:r[o]:i._$Cl;const h=A(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==h&&(null===(n=null==l?void 0:l._$AO)||void 0===n||n.call(l,!1),void 0===h?l=void 0:(l=new h(t),l._$AT(t,i,o)),void 0!==o?(null!==(s=(a=i)._$Co)&&void 0!==s?s:a._$Co=[])[o]=l:i._$Cl=l),void 0!==l&&(e=G(t,l._$AS(t,e.values),l,o)),e}class Q{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var e;const{el:{content:i},parts:o}=this._$AD,r=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:F).importNode(i,!0);J.currentNode=r;let n=J.nextNode(),s=0,a=0,l=o[0];for(;void 0!==l;){if(s===l.index){let e;2===l.type?e=new Y(n,n.nextSibling,this,t):1===l.type?e=new l.ctor(n,l.name,l.strings,this,t):6===l.type&&(e=new nt(n,this,t)),this._$AV.push(e),l=o[++a]}s!==(null==l?void 0:l.index)&&(n=J.nextNode(),s++)}return r}v(t){let e=0;for(const i of this._$AV)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class Y{constructor(t,e,i,o){var r;this.type=2,this._$AH=Z,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cp=null===(r=null==o?void 0:o.isConnected)||void 0===r||r}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===(null==t?void 0:t.nodeType)&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=G(this,t,e),A(t)?t===Z||null==t||""===t?(this._$AH!==Z&&this._$AR(),this._$AH=Z):t!==this._$AH&&t!==K&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>j(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Z&&A(this._$AH)?this._$AA.nextSibling.data=t:this.$(F.createTextNode(t)),this._$AH=t}g(t){var e;const{values:i,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=X.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===r)this._$AH.v(i);else{const t=new Q(r,this),e=t.u(this.options);t.v(i),this.$(e),this._$AH=t}}_$AC(t){let e=V.get(t.strings);return void 0===e&&V.set(t.strings,e=new X(t)),e}T(t){j(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const r of t)o===e.length?e.push(i=new Y(this.k(z()),this.k(z()),this,this.options)):i=e[o],i._$AI(r),o++;o<e.length&&(this._$AR(i&&i._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cp=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class tt{constructor(t,e,i,o,r){this.type=1,this._$AH=Z,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=r,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=Z}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,o){const r=this.strings;let n=!1;if(void 0===r)t=G(this,t,e,0),n=!A(t)||t!==this._$AH&&t!==K,n&&(this._$AH=t);else{const o=t;let s,a;for(t=r[0],s=0;s<r.length-1;s++)a=G(this,o[i+s],e,s),a===K&&(a=this._$AH[s]),n||(n=!A(a)||a!==this._$AH[s]),a===Z?t=Z:t!==Z&&(t+=(null!=a?a:"")+r[s+1]),this._$AH[s]=a}n&&!o&&this.j(t)}j(t){t===Z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class et extends tt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===Z?void 0:t}}const it=E?E.emptyScript:"";class ot extends tt{constructor(){super(...arguments),this.type=4}j(t){t&&t!==Z?this.element.setAttribute(this.name,it):this.element.removeAttribute(this.name)}}class rt extends tt{constructor(t,e,i,o,r){super(t,e,i,o,r),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=G(this,t,e,0))&&void 0!==i?i:Z)===K)return;const o=this._$AH,r=t===Z&&o!==Z||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,n=t!==Z&&(o===Z||r);r&&this.element.removeEventListener(this.name,this,o),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class nt{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){G(this,t)}}const st=N.litHtmlPolyfillSupport;null==st||st(X,Y),(null!==(S=N.litHtmlVersions)&&void 0!==S?S:N.litHtmlVersions=[]).push("2.7.3");
45
45
  /**
46
46
  * @license
47
47
  * Copyright 2017 Google LLC
48
48
  * SPDX-License-Identifier: BSD-3-Clause
49
49
  */
50
- var nt,st;class at extends O{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,i)=>{var o,r;const n=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let s=n._$litPart$;if(void 0===s){const t=null!==(r=null==i?void 0:i.renderBefore)&&void 0!==r?r:null;n._$litPart$=s=new G(e.insertBefore(F(),t),t,void 0,null!=i?i:{})}return s._$AI(t),s})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return H}}at.finalized=!0,at._$litElement$=!0,null===(nt=globalThis.litElementHydrateSupport)||void 0===nt||nt.call(globalThis,{LitElement:at});const lt=globalThis.litElementPolyfillSupport;null==lt||lt({LitElement:at}),(null!==(st=globalThis.litElementVersions)&&void 0!==st?st:globalThis.litElementVersions=[]).push("3.2.2");class ht{static create(t,e,i){let o=t=>p(null!=t?t:i),r=f`var(${p(t)}, ${o(i)})`;return r.name=t,r.category=e,r.defaultValue=i,r.defaultCssValue=o,r.get=e=>f`var(${p(t)}, ${o(e)})`,r.breadcrumb=()=>[],r.lastResortDefaultValue=()=>i,r}static extend(t,e,i){let o=t=>e.get(null!=t?t:i),r=f`var(${p(t)}, ${o(i)})`;return r.name=t,r.category=e.category,r.fallbackVariable=e,r.defaultValue=i,r.defaultCssValue=o,r.get=e=>f`var(${p(t)}, ${o(e)})`,r.breadcrumb=()=>[e.name,...e.breadcrumb()],r.lastResortDefaultValue=()=>i,r}static external(t,e){let i=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):p(null!=e?e:t.defaultValue),o=f`var(${p(t.name)}, ${i(t.defaultValue)})`;return o.name=t.name,o.category=t.category,o.fallbackVariable=t.fallbackVariable,o.defaultValue=t.defaultValue,o.context=e,o.defaultCssValue=i,o.get=e=>f`var(${p(t.name)}, ${i(e)})`,o.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],o.lastResortDefaultValue=()=>{var e,i;return null!==(e=t.defaultValue)&&void 0!==e?e:null===(i=t.fallbackVariable)||void 0===i?void 0:i.lastResortDefaultValue()},o}}function ct(t,e){return p(`${t.name}: ${e}`)}const pt={colorPrimary:ht.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:ht.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:ht.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:ht.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:ht.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:ht.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:ht.create("--ft-color-error","COLOR","#B00020"),colorOutline:ht.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:ht.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:ht.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:ht.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:ht.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:ht.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:ht.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:ht.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:ht.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:ht.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:ht.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:ht.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:ht.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:ht.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:ht.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:ht.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:ht.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:ht.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:ht.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:ht.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:ht.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:ht.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:ht.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:ht.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:ht.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:ht.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:ht.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:ht.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:ht.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:ht.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:ht.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:ht.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:ht.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:ht.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:ht.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:ht.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:ht.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:ht.create("--ft-elevation-00","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:ht.create("--ft-elevation-01","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:ht.create("--ft-elevation-02","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:ht.create("--ft-elevation-03","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:ht.create("--ft-elevation-04","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:ht.create("--ft-elevation-06","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:ht.create("--ft-elevation-08","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:ht.create("--ft-elevation-12","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:ht.create("--ft-elevation-16","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:ht.create("--ft-elevation-24","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:ht.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:ht.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:ht.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:ht.create("--ft-border-radius-XL","SIZE","16px"),titleFont:ht.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:ht.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:ht.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:ht.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};
51
- /**
52
- * @license
53
- * Copyright 2021 Google LLC
54
- * SPDX-License-Identifier: BSD-3-Clause
55
- */var ft,ut,dt=function(t,e,i,o){for(var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class yt extends(function(t){return class extends t{createRenderRoot(){const t=this.constructor,{registry:e,elementDefinitions:i,shadowRootOptions:o}=t;i&&!e&&(t.registry=new CustomElementRegistry,Object.entries(i).forEach((([e,i])=>t.registry.define(e,i))));const r=this.renderOptions.creationScope=this.attachShadow({...o,customElements:t.registry});return u(r,this.constructor.elementStyles),r}}}(at)){constructor(){super(),this.exportpartsDebouncer=new e(5),this.constructorName=this.constructor.name,this.constructorPrototype=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this.constructorName&&Object.setPrototypeOf(this,this.constructorPrototype)}getStyles(){return[]}getTemplate(){return null}render(){let t=this.getStyles();return Array.isArray(t)||(t=[t]),W`
56
- ${t.map((t=>W`
57
- <style>${t}</style>
58
- `))}
59
- ${this.getTemplate()}
60
- `}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,i;if((null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==i?i:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this.exportpartsDebouncer.run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,i,o,r,n,s;const a=t=>null!=t&&t.trim().length>0,l=t.filter(a).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const h=new Set;for(let t of null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==i?i:[]){const e=null!==(r=null===(o=t.getAttribute("part"))||void 0===o?void 0:o.split(" "))&&void 0!==r?r:[],i=null!==(s=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==s?s:[];new Array(...e,...i).filter(a).map((t=>t.trim())).forEach((t=>h.add(t)))}if(0===h.size)return void this.removeAttribute("exportparts");const c=[...h.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...c].join(", "))}}dt([o()],yt.prototype,"exportpartsPrefix",void 0),dt([function(t,e){const i=()=>JSON.parse(JSON.stringify(t));return o({type:Object,converter:{fromAttribute:t=>{if(null==t)return i();try{return JSON.parse(t)}catch{return i()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!n(t,e),...null!=e?e:{}})}([])],yt.prototype,"exportpartsPrefixes",void 0),dt([o()],yt.prototype,"customStylesheet",void 0),f`
50
+ var at,lt;class ht extends O{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,i)=>{var o,r;const n=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let s=n._$litPart$;if(void 0===s){const t=null!==(r=null==i?void 0:i.renderBefore)&&void 0!==r?r:null;n._$litPart$=s=new Y(e.insertBefore(z(),t),t,void 0,null!=i?i:{})}return s._$AI(t),s})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return K}}ht.finalized=!0,ht._$litElement$=!0,null===(at=globalThis.litElementHydrateSupport)||void 0===at||at.call(globalThis,{LitElement:ht});const ct=globalThis.litElementPolyfillSupport;null==ct||ct({LitElement:ht}),(null!==(lt=globalThis.litElementVersions)&&void 0!==lt?lt:globalThis.litElementVersions=[]).push("3.3.2");class pt{static create(t,e,i){let o=t=>p(null!=t?t:i),r=f`var(${p(t)}, ${o(i)})`;return r.name=t,r.category=e,r.defaultValue=i,r.defaultCssValue=o,r.get=e=>f`var(${p(t)}, ${o(e)})`,r.breadcrumb=()=>[],r.lastResortDefaultValue=()=>i,r}static extend(t,e,i){let o=t=>e.get(null!=t?t:i),r=f`var(${p(t)}, ${o(i)})`;return r.name=t,r.category=e.category,r.fallbackVariable=e,r.defaultValue=i,r.defaultCssValue=o,r.get=e=>f`var(${p(t)}, ${o(e)})`,r.breadcrumb=()=>[e.name,...e.breadcrumb()],r.lastResortDefaultValue=()=>i,r}static external(t,e){let i=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):p(null!=e?e:t.defaultValue),o=f`var(${p(t.name)}, ${i(t.defaultValue)})`;return o.name=t.name,o.category=t.category,o.fallbackVariable=t.fallbackVariable,o.defaultValue=t.defaultValue,o.context=e,o.defaultCssValue=i,o.get=e=>f`var(${p(t.name)}, ${i(e)})`,o.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],o.lastResortDefaultValue=()=>{var e,i;return null!==(e=t.defaultValue)&&void 0!==e?e:null===(i=t.fallbackVariable)||void 0===i?void 0:i.lastResortDefaultValue()},o}}function ft(t,e){return p(`${t.name}: ${e}`)}const ut={colorPrimary:pt.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:pt.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:pt.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:pt.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:pt.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:pt.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:pt.create("--ft-color-error","COLOR","#B00020"),colorOutline:pt.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:pt.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:pt.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:pt.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:pt.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:pt.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:pt.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:pt.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:pt.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:pt.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:pt.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:pt.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:pt.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:pt.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:pt.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:pt.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:pt.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:pt.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:pt.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:pt.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:pt.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:pt.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:pt.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:pt.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:pt.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:pt.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:pt.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:pt.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:pt.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:pt.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:pt.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:pt.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:pt.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:pt.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:pt.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:pt.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:pt.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:pt.create("--ft-elevation-00","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:pt.create("--ft-elevation-01","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:pt.create("--ft-elevation-02","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:pt.create("--ft-elevation-03","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:pt.create("--ft-elevation-04","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:pt.create("--ft-elevation-06","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:pt.create("--ft-elevation-08","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:pt.create("--ft-elevation-12","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:pt.create("--ft-elevation-16","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:pt.create("--ft-elevation-24","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:pt.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:pt.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:pt.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:pt.create("--ft-border-radius-XL","SIZE","16px"),titleFont:pt.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:pt.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:pt.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:pt.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};class dt extends ht{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,i])=>t.registry.define(e,i))));const e={...t.shadowRootOptions,customElements:t.registry},i=this.renderOptions.creationScope=this.attachShadow(e);return u(i,t.elementStyles),i}}var yt,bt=function(t,e,i,o){for(var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};const gt=Symbol("constructorPrototype"),vt=Symbol("constructorName"),xt=Symbol("exportpartsDebouncer");class mt extends dt{constructor(){super(),this[yt]=new e(5),this[vt]=this.constructor.name,this[gt]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[vt]&&Object.setPrototypeOf(this,this[gt])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,i;if((null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==i?i:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[xt].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,i,o,r,n,s;const a=t=>null!=t&&t.trim().length>0,l=t.filter(a).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const h=new Set;for(let t of null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==i?i:[]){const e=null!==(r=null===(o=t.getAttribute("part"))||void 0===o?void 0:o.split(" "))&&void 0!==r?r:[],i=null!==(s=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==s?s:[];new Array(...e,...i).filter(a).map((t=>t.trim())).forEach((t=>h.add(t)))}if(0===h.size)return void this.removeAttribute("exportparts");const c=[...h.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...c].join(", "))}}var wt,$t;yt=xt,bt([o()],mt.prototype,"exportpartsPrefix",void 0),bt([function(t,e){const i=()=>JSON.parse(JSON.stringify(t));return o({type:Object,converter:{fromAttribute:t=>{if(null==t)return i();try{return JSON.parse(t)}catch{return i()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!n(t,e),...null!=e?e:{}})}([])],mt.prototype,"exportpartsPrefixes",void 0),bt([o()],mt.prototype,"customStylesheet",void 0),f`
61
51
  .ft-no-text-select {
62
52
  -webkit-touch-callout: none;
63
53
  -webkit-user-select: none;
@@ -89,83 +79,65 @@ var nt,st;class at extends O{constructor(){super(...arguments),this.renderOption
89
79
  display: inline-block;
90
80
  width: 0;
91
81
  }
92
- `,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(ut=null===(ft=window.safari)||void 0===ft?void 0:ft.pushNotification)||void 0===ut||ut.toString());
82
+ `,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===($t=null===(wt=window.safari)||void 0===wt?void 0:wt.pushNotification)||void 0===$t||$t.toString());
93
83
  /**
94
84
  * @license
95
85
  * Copyright 2017 Google LLC
96
86
  * SPDX-License-Identifier: BSD-3-Clause
97
87
  */
98
- const bt=1;class gt{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}
88
+ const Ot=1;class St{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}
99
89
  /**
100
90
  * @license
101
91
  * Copyright 2018 Google LLC
102
92
  * SPDX-License-Identifier: BSD-3-Clause
103
- */const vt=(t=>(...e)=>({_$litDirective$:t,values:e}))(class extends gt{constructor(t){var e;if(super(t),t.type!==bt||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){var i,o;if(void 0===this.nt){this.nt=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.st)||void 0===i?void 0:i.has(t))&&this.nt.add(t);return this.render(e)}const r=t.element.classList;this.nt.forEach((t=>{t in e||(r.remove(t),this.nt.delete(t))}));for(const t in e){const i=!!e[t];i===this.nt.has(t)||(null===(o=this.st)||void 0===o?void 0:o.has(t))||(i?(r.add(t),this.nt.add(t)):(r.remove(t),this.nt.delete(t)))}return H}}),xt=ht.extend("--ft-typography-font-family",pt.titleFont),mt=ht.extend("--ft-typography-font-family",pt.contentFont),wt={fontFamily:mt,fontSize:ht.create("--ft-typography-font-size","SIZE","16px"),fontWeight:ht.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:ht.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:ht.create("--ft-typography-line-height","NUMBER","1.5"),textTransform:ht.create("--ft-typography-text-transform","UNKNOWN","inherit")},$t=ht.extend("--ft-typography-title-font-family",xt),Ot=ht.extend("--ft-typography-title-font-size",wt.fontSize,"20px"),St=ht.extend("--ft-typography-title-font-weight",wt.fontWeight,"normal"),Nt=ht.extend("--ft-typography-title-letter-spacing",wt.letterSpacing,"0.15px"),Et=ht.extend("--ft-typography-title-line-height",wt.lineHeight,"1.2"),Ct=ht.extend("--ft-typography-title-text-transform",wt.textTransform,"inherit"),Rt=ht.extend("--ft-typography-title-dense-font-family",xt),Mt=ht.extend("--ft-typography-title-dense-font-size",wt.fontSize,"14px"),Ut=ht.extend("--ft-typography-title-dense-font-weight",wt.fontWeight,"normal"),kt=ht.extend("--ft-typography-title-dense-letter-spacing",wt.letterSpacing,"0.105px"),Ft=ht.extend("--ft-typography-title-dense-line-height",wt.lineHeight,"1.7"),zt=ht.extend("--ft-typography-title-dense-text-transform",wt.textTransform,"inherit"),At=ht.extend("--ft-typography-subtitle1-font-family",mt),jt=ht.extend("--ft-typography-subtitle1-font-size",wt.fontSize,"16px"),Lt=ht.extend("--ft-typography-subtitle1-font-weight",wt.fontWeight,"600"),Pt=ht.extend("--ft-typography-subtitle1-letter-spacing",wt.letterSpacing,"0.144px"),Bt=ht.extend("--ft-typography-subtitle1-line-height",wt.lineHeight,"1.5"),Tt=ht.extend("--ft-typography-subtitle1-text-transform",wt.textTransform,"inherit"),_t=ht.extend("--ft-typography-subtitle2-font-family",mt),Dt=ht.extend("--ft-typography-subtitle2-font-size",wt.fontSize,"14px"),Wt=ht.extend("--ft-typography-subtitle2-font-weight",wt.fontWeight,"normal"),Ht=ht.extend("--ft-typography-subtitle2-letter-spacing",wt.letterSpacing,"0.098px"),It=ht.extend("--ft-typography-subtitle2-line-height",wt.lineHeight,"1.7"),Kt=ht.extend("--ft-typography-subtitle2-text-transform",wt.textTransform,"inherit"),Zt=ht.extend("--ft-typography-body1-font-family",mt),Vt=ht.extend("--ft-typography-body1-font-size",wt.fontSize,"16px"),Jt=ht.extend("--ft-typography-body1-font-weight",wt.fontWeight,"normal"),qt=ht.extend("--ft-typography-body1-letter-spacing",wt.letterSpacing,"0.496px"),Xt=ht.extend("--ft-typography-body1-line-height",wt.lineHeight,"1.5"),Gt=ht.extend("--ft-typography-body1-text-transform",wt.textTransform,"inherit"),Qt=ht.extend("--ft-typography-body2-font-family",mt),Yt=ht.extend("--ft-typography-body2-font-size",wt.fontSize,"14px"),te=ht.extend("--ft-typography-body2-font-weight",wt.fontWeight,"normal"),ee=ht.extend("--ft-typography-body2-letter-spacing",wt.letterSpacing,"0.252px"),ie=ht.extend("--ft-typography-body2-line-height",wt.lineHeight,"1.4"),oe=ht.extend("--ft-typography-body2-text-transform",wt.textTransform,"inherit"),re={fontFamily:ht.extend("--ft-typography-caption-font-family",mt),fontSize:ht.extend("--ft-typography-caption-font-size",wt.fontSize,"12px"),fontWeight:ht.extend("--ft-typography-caption-font-weight",wt.fontWeight,"normal"),letterSpacing:ht.extend("--ft-typography-caption-letter-spacing",wt.letterSpacing,"0.396px"),lineHeight:ht.extend("--ft-typography-caption-line-height",wt.lineHeight,"1.33"),textTransform:ht.extend("--ft-typography-caption-text-transform",wt.textTransform,"inherit")},ne=ht.extend("--ft-typography-breadcrumb-font-family",mt),se=ht.extend("--ft-typography-breadcrumb-font-size",wt.fontSize,"10px"),ae=ht.extend("--ft-typography-breadcrumb-font-weight",wt.fontWeight,"normal"),le=ht.extend("--ft-typography-breadcrumb-letter-spacing",wt.letterSpacing,"0.33px"),he=ht.extend("--ft-typography-breadcrumb-line-height",wt.lineHeight,"1.6"),ce=ht.extend("--ft-typography-breadcrumb-text-transform",wt.textTransform,"inherit"),pe=ht.extend("--ft-typography-overline-font-family",mt),fe=ht.extend("--ft-typography-overline-font-size",wt.fontSize,"10px"),ue=ht.extend("--ft-typography-overline-font-weight",wt.fontWeight,"normal"),de=ht.extend("--ft-typography-overline-letter-spacing",wt.letterSpacing,"1.5px"),ye=ht.extend("--ft-typography-overline-line-height",wt.lineHeight,"1.6"),be=ht.extend("--ft-typography-overline-text-transform",wt.textTransform,"uppercase"),ge=ht.extend("--ft-typography-button-font-family",mt),ve=ht.extend("--ft-typography-button-font-size",wt.fontSize,"14px"),xe=ht.extend("--ft-typography-button-font-weight",wt.fontWeight,"600"),me=ht.extend("--ft-typography-button-letter-spacing",wt.letterSpacing,"1.246px"),we=ht.extend("--ft-typography-button-line-height",wt.lineHeight,"1.15"),$e=ht.extend("--ft-typography-button-text-transform",wt.textTransform,"uppercase");f`
93
+ */const Nt=(t=>(...e)=>({_$litDirective$:t,values:e}))(class extends St{constructor(t){var e;if(super(t),t.type!==Ot||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){var i,o;if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.nt)||void 0===i?void 0:i.has(t))&&this.it.add(t);return this.render(e)}const r=t.element.classList;this.it.forEach((t=>{t in e||(r.remove(t),this.it.delete(t))}));for(const t in e){const i=!!e[t];i===this.it.has(t)||(null===(o=this.nt)||void 0===o?void 0:o.has(t))||(i?(r.add(t),this.it.add(t)):(r.remove(t),this.it.delete(t)))}return K}}),Et=pt.extend("--ft-typography-font-family",ut.titleFont),Ct=pt.extend("--ft-typography-font-family",ut.contentFont),Rt={fontFamily:Ct,fontSize:pt.create("--ft-typography-font-size","SIZE","16px"),fontWeight:pt.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:pt.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:pt.create("--ft-typography-line-height","NUMBER","1.5"),textTransform:pt.create("--ft-typography-text-transform","UNKNOWN","inherit")},Mt=pt.extend("--ft-typography-title-font-family",Et),Ut=pt.extend("--ft-typography-title-font-size",Rt.fontSize,"20px"),kt=pt.extend("--ft-typography-title-font-weight",Rt.fontWeight,"normal"),Ft=pt.extend("--ft-typography-title-letter-spacing",Rt.letterSpacing,"0.15px"),zt=pt.extend("--ft-typography-title-line-height",Rt.lineHeight,"1.2"),At=pt.extend("--ft-typography-title-text-transform",Rt.textTransform,"inherit"),jt=pt.extend("--ft-typography-title-dense-font-family",Et),Lt=pt.extend("--ft-typography-title-dense-font-size",Rt.fontSize,"14px"),Pt=pt.extend("--ft-typography-title-dense-font-weight",Rt.fontWeight,"normal"),Bt=pt.extend("--ft-typography-title-dense-letter-spacing",Rt.letterSpacing,"0.105px"),Tt=pt.extend("--ft-typography-title-dense-line-height",Rt.lineHeight,"1.7"),_t=pt.extend("--ft-typography-title-dense-text-transform",Rt.textTransform,"inherit"),Dt=pt.extend("--ft-typography-subtitle1-font-family",Ct),Wt=pt.extend("--ft-typography-subtitle1-font-size",Rt.fontSize,"16px"),Ht=pt.extend("--ft-typography-subtitle1-font-weight",Rt.fontWeight,"600"),It=pt.extend("--ft-typography-subtitle1-letter-spacing",Rt.letterSpacing,"0.144px"),Kt=pt.extend("--ft-typography-subtitle1-line-height",Rt.lineHeight,"1.5"),Zt=pt.extend("--ft-typography-subtitle1-text-transform",Rt.textTransform,"inherit"),Vt=pt.extend("--ft-typography-subtitle2-font-family",Ct),Jt=pt.extend("--ft-typography-subtitle2-font-size",Rt.fontSize,"14px"),qt=pt.extend("--ft-typography-subtitle2-font-weight",Rt.fontWeight,"normal"),Xt=pt.extend("--ft-typography-subtitle2-letter-spacing",Rt.letterSpacing,"0.098px"),Gt=pt.extend("--ft-typography-subtitle2-line-height",Rt.lineHeight,"1.7"),Qt=pt.extend("--ft-typography-subtitle2-text-transform",Rt.textTransform,"inherit"),Yt=pt.extend("--ft-typography-body1-font-family",Ct),te=pt.extend("--ft-typography-body1-font-size",Rt.fontSize,"16px"),ee=pt.extend("--ft-typography-body1-font-weight",Rt.fontWeight,"normal"),ie=pt.extend("--ft-typography-body1-letter-spacing",Rt.letterSpacing,"0.496px"),oe=pt.extend("--ft-typography-body1-line-height",Rt.lineHeight,"1.5"),re=pt.extend("--ft-typography-body1-text-transform",Rt.textTransform,"inherit"),ne=pt.extend("--ft-typography-body2-font-family",Ct),se=pt.extend("--ft-typography-body2-font-size",Rt.fontSize,"14px"),ae=pt.extend("--ft-typography-body2-font-weight",Rt.fontWeight,"normal"),le=pt.extend("--ft-typography-body2-letter-spacing",Rt.letterSpacing,"0.252px"),he=pt.extend("--ft-typography-body2-line-height",Rt.lineHeight,"1.4"),ce=pt.extend("--ft-typography-body2-text-transform",Rt.textTransform,"inherit"),pe={fontFamily:pt.extend("--ft-typography-caption-font-family",Ct),fontSize:pt.extend("--ft-typography-caption-font-size",Rt.fontSize,"12px"),fontWeight:pt.extend("--ft-typography-caption-font-weight",Rt.fontWeight,"normal"),letterSpacing:pt.extend("--ft-typography-caption-letter-spacing",Rt.letterSpacing,"0.396px"),lineHeight:pt.extend("--ft-typography-caption-line-height",Rt.lineHeight,"1.33"),textTransform:pt.extend("--ft-typography-caption-text-transform",Rt.textTransform,"inherit")},fe=pt.extend("--ft-typography-breadcrumb-font-family",Ct),ue=pt.extend("--ft-typography-breadcrumb-font-size",Rt.fontSize,"10px"),de=pt.extend("--ft-typography-breadcrumb-font-weight",Rt.fontWeight,"normal"),ye=pt.extend("--ft-typography-breadcrumb-letter-spacing",Rt.letterSpacing,"0.33px"),be=pt.extend("--ft-typography-breadcrumb-line-height",Rt.lineHeight,"1.6"),ge=pt.extend("--ft-typography-breadcrumb-text-transform",Rt.textTransform,"inherit"),ve=pt.extend("--ft-typography-overline-font-family",Ct),xe=pt.extend("--ft-typography-overline-font-size",Rt.fontSize,"10px"),me=pt.extend("--ft-typography-overline-font-weight",Rt.fontWeight,"normal"),we=pt.extend("--ft-typography-overline-letter-spacing",Rt.letterSpacing,"1.5px"),$e=pt.extend("--ft-typography-overline-line-height",Rt.lineHeight,"1.6"),Oe=pt.extend("--ft-typography-overline-text-transform",Rt.textTransform,"uppercase"),Se=pt.extend("--ft-typography-button-font-family",Ct),Ne=pt.extend("--ft-typography-button-font-size",Rt.fontSize,"14px"),Ee=pt.extend("--ft-typography-button-font-weight",Rt.fontWeight,"600"),Ce=pt.extend("--ft-typography-button-letter-spacing",Rt.letterSpacing,"1.246px"),Re=pt.extend("--ft-typography-button-line-height",Rt.lineHeight,"1.15"),Me=pt.extend("--ft-typography-button-text-transform",Rt.textTransform,"uppercase");f`
104
94
  .ft-typography--title {
105
- font-family: ${$t};
106
- font-size: ${Ot};
107
- font-weight: ${St};
108
- letter-spacing: ${Nt};
109
- line-height: ${Et};
110
- text-transform: ${Ct};
95
+ font-family: ${Mt};
96
+ font-size: ${Ut};
97
+ font-weight: ${kt};
98
+ letter-spacing: ${Ft};
99
+ line-height: ${zt};
100
+ text-transform: ${At};
111
101
  }
112
102
  `,f`
113
103
  .ft-typography--title-dense {
114
- font-family: ${Rt};
115
- font-size: ${Mt};
116
- font-weight: ${Ut};
117
- letter-spacing: ${kt};
118
- line-height: ${Ft};
119
- text-transform: ${zt};
104
+ font-family: ${jt};
105
+ font-size: ${Lt};
106
+ font-weight: ${Pt};
107
+ letter-spacing: ${Bt};
108
+ line-height: ${Tt};
109
+ text-transform: ${_t};
120
110
  }
121
111
  `,f`
122
112
  .ft-typography--subtitle1 {
123
- font-family: ${At};
124
- font-size: ${jt};
125
- font-weight: ${Lt};
126
- letter-spacing: ${Pt};
127
- line-height: ${Bt};
128
- text-transform: ${Tt};
113
+ font-family: ${Dt};
114
+ font-size: ${Wt};
115
+ font-weight: ${Ht};
116
+ letter-spacing: ${It};
117
+ line-height: ${Kt};
118
+ text-transform: ${Zt};
129
119
  }
130
120
  `,f`
131
121
  .ft-typography--subtitle2 {
132
- font-family: ${_t};
133
- font-size: ${Dt};
134
- font-weight: ${Wt};
135
- letter-spacing: ${Ht};
136
- line-height: ${It};
137
- text-transform: ${Kt};
122
+ font-family: ${Vt};
123
+ font-size: ${Jt};
124
+ font-weight: ${qt};
125
+ letter-spacing: ${Xt};
126
+ line-height: ${Gt};
127
+ text-transform: ${Qt};
138
128
  }
139
129
 
140
130
  `,f`
141
131
  .ft-typography--body1 {
142
- font-family: ${Zt};
143
- font-size: ${Vt};
144
- font-weight: ${Jt};
145
- letter-spacing: ${qt};
146
- line-height: ${Xt};
147
- text-transform: ${Gt};
132
+ font-family: ${Yt};
133
+ font-size: ${te};
134
+ font-weight: ${ee};
135
+ letter-spacing: ${ie};
136
+ line-height: ${oe};
137
+ text-transform: ${re};
148
138
  }
149
139
  `,f`
150
140
  .ft-typography--body2 {
151
- font-family: ${Qt};
152
- font-size: ${Yt};
153
- font-weight: ${te};
154
- letter-spacing: ${ee};
155
- line-height: ${ie};
156
- text-transform: ${oe};
157
- }
158
- `;const Oe=f`
159
- .ft-typography--caption {
160
- font-family: ${re.fontFamily};
161
- font-size: ${re.fontSize};
162
- font-weight: ${re.fontWeight};
163
- letter-spacing: ${re.letterSpacing};
164
- line-height: ${re.lineHeight};
165
- text-transform: ${re.textTransform};
166
- }
167
- `;f`
168
- .ft-typography--breadcrumb {
169
141
  font-family: ${ne};
170
142
  font-size: ${se};
171
143
  font-weight: ${ae};
@@ -173,47 +145,65 @@ const bt=1;class gt{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i)
173
145
  line-height: ${he};
174
146
  text-transform: ${ce};
175
147
  }
148
+ `;const Ue=f`
149
+ .ft-typography--caption {
150
+ font-family: ${pe.fontFamily};
151
+ font-size: ${pe.fontSize};
152
+ font-weight: ${pe.fontWeight};
153
+ letter-spacing: ${pe.letterSpacing};
154
+ line-height: ${pe.lineHeight};
155
+ text-transform: ${pe.textTransform};
156
+ }
157
+ `;f`
158
+ .ft-typography--breadcrumb {
159
+ font-family: ${fe};
160
+ font-size: ${ue};
161
+ font-weight: ${de};
162
+ letter-spacing: ${ye};
163
+ line-height: ${be};
164
+ text-transform: ${ge};
165
+ }
176
166
  `,f`
177
167
  .ft-typography--overline {
178
- font-family: ${pe};
179
- font-size: ${fe};
180
- font-weight: ${ue};
181
- letter-spacing: ${de};
182
- line-height: ${ye};
183
- text-transform: ${be};
168
+ font-family: ${ve};
169
+ font-size: ${xe};
170
+ font-weight: ${me};
171
+ letter-spacing: ${we};
172
+ line-height: ${$e};
173
+ text-transform: ${Oe};
184
174
  }
185
175
  `,f`
186
176
  .ft-typography--button {
187
- font-family: ${ge};
188
- font-size: ${ve};
189
- font-weight: ${xe};
190
- letter-spacing: ${me};
191
- line-height: ${we};
192
- text-transform: ${$e};
177
+ font-family: ${Se};
178
+ font-size: ${Ne};
179
+ font-weight: ${Ee};
180
+ letter-spacing: ${Ce};
181
+ line-height: ${Re};
182
+ text-transform: ${Me};
193
183
  }
194
184
  `,f`
195
185
  .ft-typography {
196
186
  vertical-align: inherit;
197
187
  }
198
- `;const Se={fontSize:ht.create("--ft-input-label-font-size","SIZE","14px"),raisedFontSize:ht.create("--ft-input-label-raised-font-size","SIZE","11px"),raisedZIndex:ht.create("--ft-input-label-outlined-raised-z-index","NUMBER","2"),verticalSpacing:ht.create("--ft-input-label-vertical-spacing","SIZE","4px"),horizontalSpacing:ht.create("--ft-input-label-horizontal-spacing","SIZE","12px"),labelMaxWidth:ht.create("--ft-input-label-max-width","SIZE","100%"),borderColor:ht.extend("--ft-input-label-border-color",pt.colorOutline),textColor:ht.extend("--ft-input-label-text-color",pt.colorOnSurfaceMedium),disabledTextColor:ht.extend("--ft-input-label-disabled-text-color",pt.colorOnSurfaceDisabled),colorSurface:ht.external(pt.colorSurface,"Design system"),borderRadiusS:ht.external(pt.borderRadiusS,"Design system"),colorError:ht.external(pt.colorError,"Design system")},Ne=f`
188
+ `;const ke={fontSize:pt.create("--ft-input-label-font-size","SIZE","14px"),raisedFontSize:pt.create("--ft-input-label-raised-font-size","SIZE","11px"),raisedZIndex:pt.create("--ft-input-label-outlined-raised-z-index","NUMBER","2"),verticalSpacing:pt.create("--ft-input-label-vertical-spacing","SIZE","4px"),horizontalSpacing:pt.create("--ft-input-label-horizontal-spacing","SIZE","12px"),labelMaxWidth:pt.create("--ft-input-label-max-width","SIZE","100%"),borderColor:pt.extend("--ft-input-label-border-color",ut.colorOutline),textColor:pt.extend("--ft-input-label-text-color",ut.colorOnSurfaceMedium),disabledTextColor:pt.extend("--ft-input-label-disabled-text-color",ut.colorOnSurfaceDisabled),colorSurface:pt.external(ut.colorSurface,"Design system"),borderRadiusS:pt.external(ut.borderRadiusS,"Design system"),colorError:pt.external(ut.colorError,"Design system")},Fe=f`
199
189
  .ft-input-label {
200
190
  position: absolute;
201
191
  inset: 0;
202
192
  display: flex;
203
- background-color: ${Se.colorSurface};
204
- border-radius: ${Se.borderRadiusS} ${Se.borderRadiusS} 0 0;
193
+ background-color: ${ke.colorSurface};
194
+ border-radius: ${ke.borderRadiusS} ${ke.borderRadiusS} 0 0;
205
195
  }
206
196
 
207
197
  .ft-input-label--outlined {
208
- border-radius: ${Se.borderRadiusS};
198
+ border-radius: ${ke.borderRadiusS};
209
199
  }
210
200
 
211
201
  .ft-input-label {
212
- border-color: ${Se.borderColor};
202
+ border-color: ${ke.borderColor};
213
203
  }
214
204
 
215
205
  .ft-input-label.ft-input-label--in-error {
216
- border-color: ${Se.colorError}
206
+ border-color: ${ke.colorError}
217
207
  }
218
208
 
219
209
  .ft-input-label:before,
@@ -226,7 +216,7 @@ const bt=1;class gt{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i)
226
216
  }
227
217
 
228
218
  .ft-input-label:before {
229
- width: calc(${Se.horizontalSpacing} - 4px);
219
+ width: calc(${ke.horizontalSpacing} - 4px);
230
220
  flex-shrink: 0;
231
221
  }
232
222
 
@@ -242,20 +232,20 @@ const bt=1;class gt{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i)
242
232
  border-bottom-width: 1px;
243
233
  border-bottom-style: solid;
244
234
  border-color: inherit;
245
- color: ${Se.textColor};
235
+ color: ${ke.textColor};
246
236
  transition: font-size 250ms, line-height 250ms, color 250ms;
247
- max-width: calc(${Se.labelMaxWidth} - 2 * (${Se.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
237
+ max-width: calc(${ke.labelMaxWidth} - 2 * (${ke.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
248
238
  text-overflow: ellipsis;
249
- ${ct(re.fontSize,Se.fontSize)};
250
- ${ct(re.lineHeight,Se.fontSize)};
239
+ ${ft(pe.fontSize,ke.fontSize)};
240
+ ${ft(pe.lineHeight,ke.fontSize)};
251
241
  }
252
242
 
253
243
  .ft-input-label--in-error .ft-input-label--text {
254
- color: ${Se.colorError}
244
+ color: ${ke.colorError}
255
245
  }
256
246
 
257
247
  .ft-input-label--disabled .ft-input-label--text {
258
- color: ${Se.disabledTextColor};
248
+ color: ${ke.disabledTextColor};
259
249
  }
260
250
 
261
251
  .ft-input-label--hidden-text {
@@ -272,19 +262,19 @@ const bt=1;class gt{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i)
272
262
  overflow: hidden;
273
263
  white-space: nowrap;
274
264
  text-overflow: ellipsis;
275
- padding: ${Se.verticalSpacing} 4px;
276
- margin: calc(${Se.verticalSpacing} * -1) 0;
265
+ padding: ${ke.verticalSpacing} 4px;
266
+ margin: calc(${ke.verticalSpacing} * -1) 0;
277
267
  max-width: 100%;
278
268
  box-sizing: border-box;
279
269
  }
280
270
 
281
271
  .ft-input-label--raised .ft-input-label--text {
282
- ${ct(re.fontSize,Se.raisedFontSize)};
283
- ${ct(re.lineHeight,Se.raisedFontSize)};
272
+ ${ft(pe.fontSize,ke.raisedFontSize)};
273
+ ${ft(pe.lineHeight,ke.raisedFontSize)};
284
274
  }
285
275
 
286
276
  .ft-input-label--raised .ft-input-label--floating-text {
287
- top: ${Se.verticalSpacing};
277
+ top: ${ke.verticalSpacing};
288
278
  }
289
279
 
290
280
  .ft-input-label--outlined .ft-input-label--text,
@@ -297,33 +287,33 @@ const bt=1;class gt{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i)
297
287
  .ft-input-label--outlined:before {
298
288
  border-left-width: 1px;
299
289
  border-left-style: solid;
300
- border-radius: ${Se.borderRadiusS} 0 0 ${Se.borderRadiusS};
290
+ border-radius: ${ke.borderRadiusS} 0 0 ${ke.borderRadiusS};
301
291
  }
302
292
 
303
293
  .ft-input-label--outlined:after {
304
294
  border-right-width: 1px;
305
295
  border-right-style: solid;
306
- border-radius: 0 ${Se.borderRadiusS} ${Se.borderRadiusS} 0;
296
+ border-radius: 0 ${ke.borderRadiusS} ${ke.borderRadiusS} 0;
307
297
  }
308
298
 
309
299
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
310
300
  padding: 2px 4px;
311
- z-index: ${Se.raisedZIndex};
312
- background-color: ${Se.colorSurface};
313
- border-radius: ${Se.borderRadiusS};
301
+ z-index: ${ke.raisedZIndex};
302
+ background-color: ${ke.colorSurface};
303
+ border-radius: ${ke.borderRadiusS};
314
304
  top: calc((var(--ft-typography-caption-line-height) / -2) + 2px);
315
305
  }
316
306
 
317
307
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
318
308
  border-top: none;
319
309
  }
320
- `;var Ee,Ce=function(t,e,i,o){for(var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class Re extends yt{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return W`
321
- <div class="${vt(t)}">
322
- ${this.text?W`
310
+ `;var ze,Ae=function(t,e,i,o){for(var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class je extends mt{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return I`
311
+ <div class="${Nt(t)}">
312
+ ${this.text?I`
323
313
  <div class="ft-input-label--text ft-typography--caption">
324
314
  <span class="ft-input-label--floating-text">${this.text}</span>
325
315
  <span class="ft-input-label--hidden-text" aria-hidden="true">${this.text}</span>
326
316
  </div>
327
317
  `:null}
328
318
  </div>
329
- `}}Re.elementDefinitions={},Re.styles=[Oe,Ne],Ce([o({type:String})],Re.prototype,"text",void 0),Ce([o({type:Boolean})],Re.prototype,"raised",void 0),Ce([o({type:Boolean})],Re.prototype,"outlined",void 0),Ce([o({type:Boolean})],Re.prototype,"disabled",void 0),Ce([o({type:Boolean})],Re.prototype,"error",void 0),(Ee="ft-input-label",t=>{window.customElements.get(Ee)||window.customElements.define(Ee,t)})(Re),t.FtInputLabel=Re,t.FtInputLabelCssVariables=Se,t.styles=Ne,Object.defineProperty(t,"i",{value:!0})}({});
319
+ `}}je.elementDefinitions={},je.styles=[Ue,Fe],Ae([o({type:String})],je.prototype,"text",void 0),Ae([o({type:Boolean})],je.prototype,"raised",void 0),Ae([o({type:Boolean})],je.prototype,"outlined",void 0),Ae([o({type:Boolean})],je.prototype,"disabled",void 0),Ae([o({type:Boolean})],je.prototype,"error",void 0),(ze="ft-input-label",t=>{window.customElements.get(ze)||window.customElements.define(ze,t)})(je),t.FtInputLabel=je,t.FtInputLabelCssVariables=ke,t.styles=Fe}({});
@@ -5,4 +5,3 @@ export interface FtInputLabelProperties {
5
5
  disabled?: boolean;
6
6
  error?: boolean;
7
7
  }
8
- //# sourceMappingURL=ft-input-label.properties.d.ts.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=ft-input-label.properties.js.map
package/build/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  export * from "./ft-input-label";
2
2
  export * from "./ft-input-label.css";
3
3
  export * from "./ft-input-label.properties";
4
- //# sourceMappingURL=index.d.ts.map
package/build/index.js CHANGED
@@ -4,4 +4,3 @@ export * from "./ft-input-label";
4
4
  export * from "./ft-input-label.css";
5
5
  export * from "./ft-input-label.properties";
6
6
  customElement("ft-input-label")(FtInputLabel);
7
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-input-label",
3
- "version": "0.3.71",
3
+ "version": "1.0.0-alpha.0",
4
4
  "description": "Dynamic label with outline",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,9 +19,9 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-typography": "0.3.71",
23
- "@fluid-topics/ft-wc-utils": "0.3.71",
24
- "lit": "2.2.8"
22
+ "@fluid-topics/ft-typography": "1.0.0-alpha.0",
23
+ "@fluid-topics/ft-wc-utils": "1.0.0-alpha.0",
24
+ "lit": "2.7.2"
25
25
  },
26
- "gitHead": "aeaa883cc0e3596e6cc75d282aa99de3c603f6a2"
26
+ "gitHead": "e20baae36b79d721b948090d552affaf92c4f12f"
27
27
  }