@vonage/vwc-textarea 2.25.10 → 2.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vwc-textarea",
3
- "version": "2.25.10",
3
+ "version": "2.26.0",
4
4
  "description": "textarea component",
5
5
  "homepage": "https://github.com/Vonage/vivid/tree/master/components/textarea#readme",
6
6
  "license": "ISC",
@@ -28,19 +28,19 @@
28
28
  "dependencies": {
29
29
  "@material/mwc-textarea": "^0.22.1",
30
30
  "@material/mwc-textfield": "^0.22.1",
31
- "@vonage/vvd-core": "2.25.10",
32
- "@vonage/vvd-foundation": "2.25.10",
33
- "@vonage/vvd-style-coupling": "2.25.10",
34
- "@vonage/vwc-helper-message": "2.25.10",
35
- "@vonage/vwc-notched-outline": "2.25.10",
31
+ "@vonage/vvd-core": "2.26.0",
32
+ "@vonage/vvd-foundation": "2.26.0",
33
+ "@vonage/vvd-style-coupling": "2.26.0",
34
+ "@vonage/vwc-helper-message": "2.26.0",
35
+ "@vonage/vwc-notched-outline": "2.26.0",
36
36
  "lit-element": "^2.4.0",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@vonage/vvd-typography": "2.25.10",
41
- "@vonage/vvd-umbrella": "2.25.10",
42
- "@vonage/vwc-textfield": "2.25.10",
40
+ "@vonage/vvd-typography": "2.26.0",
41
+ "@vonage/vvd-umbrella": "2.26.0",
42
+ "@vonage/vwc-textfield": "2.26.0",
43
43
  "typescript": "^4.3.2"
44
44
  },
45
- "gitHead": "bd24e3dd8c755fe6372bd70ed478800c172f7242"
45
+ "gitHead": "1218e3c7fed82e113d00f79adff58524550d26b6"
46
46
  }
@@ -1,3 +1,3 @@
1
1
  import { css } from 'lit-element';
2
- export const style = css `:host .mdc-floating-label{--vvd-typography-font-family: SpeziaWebVariable;--vvd-typography-font-size: 16px;--vvd-typography-font-stretch: 50%;--vvd-typography-font-weight: 400;--vvd-typography-letter-spacing: 0px;--vvd-typography-line-height: 24px;--vvd-typography-text-decoration: none;--vvd-typography-text-transform: none;--mdc-typography-subtitle1-font-family: var(--vvd-typography-font-family);--mdc-typography-subtitle1-font-size: var(--vvd-typography-font-size);--mdc-typography-subtitle1-font-stretch: var(--vvd-typography-font-stretch);--mdc-typography-subtitle1-font-weight: var(--vvd-typography-font-weight);--mdc-typography-subtitle1-letter-spacing: var(--vvd-typography-letter-spacing);--mdc-typography-subtitle1-line-height: var(--vvd-typography-line-height);--mdc-typography-subtitle1-text-decoration: var(--vvd-typography-text-decoration);--mdc-typography-subtitle1-text-transform: var(--vvd-typography-text-transform)}:host .mdc-floating-label--float-above{--vvd-typography-font-family: SpeziaWebVariable;--vvd-typography-font-size: 12px;--vvd-typography-font-stretch: 50%;--vvd-typography-font-weight: 400;--vvd-typography-letter-spacing: 0px;--vvd-typography-line-height: 16px;--vvd-typography-text-decoration: none;--vvd-typography-text-transform: none;--mdc-typography-subtitle1-font-family: var(--vvd-typography-font-family);--mdc-typography-subtitle1-font-size: var(--vvd-typography-font-size);--mdc-typography-subtitle1-font-stretch: var(--vvd-typography-font-stretch);--mdc-typography-subtitle1-font-weight: var(--vvd-typography-font-weight);--mdc-typography-subtitle1-letter-spacing: var(--vvd-typography-letter-spacing);--mdc-typography-subtitle1-line-height: var(--vvd-typography-line-height);--mdc-typography-subtitle1-text-decoration: var(--vvd-typography-text-decoration);--mdc-typography-subtitle1-text-transform: var(--vvd-typography-text-transform)}:host([dense]) .mdc-floating-label{--vvd-typography-font-family: SpeziaWebVariable;--vvd-typography-font-size: 14px;--vvd-typography-font-stretch: 50%;--vvd-typography-font-weight: 400;--vvd-typography-letter-spacing: 0px;--vvd-typography-line-height: 20px;--vvd-typography-text-decoration: none;--vvd-typography-text-transform: none;--mdc-typography-subtitle1-font-family: var(--vvd-typography-font-family);--mdc-typography-subtitle1-font-size: var(--vvd-typography-font-size);--mdc-typography-subtitle1-font-stretch: var(--vvd-typography-font-stretch);--mdc-typography-subtitle1-font-weight: var(--vvd-typography-font-weight);--mdc-typography-subtitle1-letter-spacing: var(--vvd-typography-letter-spacing);--mdc-typography-subtitle1-line-height: var(--vvd-typography-line-height);--mdc-typography-subtitle1-text-decoration: var(--vvd-typography-text-decoration);--mdc-typography-subtitle1-text-transform: var(--vvd-typography-text-transform)}::slotted(.vivid-input-internal){font:400 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box !important;border:unset;background:unset;block-size:100%;border-radius:var(--vvd-textfield-shape);color:var(--vvd-color-on-canvas);inline-size:100%;inset:0;outline:unset}:host([disabled]) ::slotted(.vivid-input-internal),:host([disabled]) ::slotted(.vivid-input-internal)::placeholder{color:var(--vvd-formfield-disabled-ink)}::slotted(.vivid-input-internal:not([style*=padding i])){opacity:0}::slotted(.vivid-input-internal:-webkit-autofill),::slotted(.vivid-input-internal:-webkit-autofill:hover),::slotted(.vivid-input-internal:-webkit-autofill:focus){z-index:-1;box-shadow:0 0 0 30px var(--vvd-color-neutral-20) inset;-webkit-text-fill-color:var(--vvd-color-on-canvas)}:host(:not([dense])) :not(.mdc-text-field--no-label) ::slotted(.vivid-input-internal){padding-block-start:calc( var(--vvd-textfield-block-size) - 32px )}:host(:not([dense])) ::slotted(.vivid-input-internal){transition:opacity 100ms}:host(:not([dense])) ::slotted(.vivid-input-internal:placeholder-shown:not(:focus)){opacity:0}slot[name=action i]::slotted(vwc-icon-button){align-self:center;margin-inline-start:4px}:host(:not([dense])) slot[name=action i]::slotted(vwc-icon-button){--vvd-icon-button-icon-size:var(--vvd-textfield-action-icon-size, 20px)}:host([dense]) slot[name=action i]::slotted(vwc-icon-button){--vvd-icon-button-icon-size:var(--vvd-textfield-action-icon-size, 16px)}:host{--mdc-shape-small: var(--vvd-textfield-shape);--mdc-theme-error: --vvd-formfield-label-error-ink;--mdc-text-field-fill-color: var(--vvd-color-canvas);--mdc-text-field-ink-color: var(--vvd-color-on-canvas);--mdc-text-field-label-ink-color: var(--vvd-formfield-label-idle-ink);--mdc-text-field-disabled-ink-color: var( --vvd-formfield-disabled-ink );--mdc-text-field-disabled-fill-color: var( --vvd-formfield-disabled-fill );--mdc-text-field-outlined-idle-border-color: var( --vvd-formfield-border-idle );--mdc-text-field-outlined-hover-border-color: var( --vvd-formfield-border-hover );--mdc-text-field-outlined-disabled-border-color: var( --vvd-formfield-border-disabled );--mdc-text-field-error-color: var( --vvd-formfield-label-error-ink );--mdc-text-field-error-fill-color: var( --vvd-formfield-error-fill );--vvd-formfield-disabled-ink:var(--vvd-color-neutral-50);--vvd-formfield-disabled-fill:var(--vvd-color-neutral-20);--vvd-formfield-label-idle-ink:var(--vvd-color-neutral-70);--vvd-formfield-border-idle:var(--vvd-color-neutral-50);--vvd-formfield-border-hover:var(--vvd-color-on-canvas);--vvd-formfield-border-disabled:var(--vvd-color-neutral-50);--vvd-formfield-error-fill:var(--vvd-color-alert-20);--vvd-formfield-label-error-ink:var(--vvd-color-alert);min-width:180px;font-stretch:var(--mdc-typography-subtitle1-font-stretch)}:host .mdc-text-field__input{pointer-events:none}:host([readonly]) vwc-notched-outline,:host([disabled]) vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-disabled-border-color )}:host([readonly]) .mdc-text-field,:host([disabled]) .mdc-text-field{background-color:var(--mdc-text-field-disabled-fill-color)}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-hover-border-color )}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-floating-label{color:var(--mdc-text-field-label-ink-color)}:host([dense]){--vvd-textfield-block-size:40px}:host(:not([dense])){--vvd-textfield-block-size:48px}:host([dense][label]:not([label=""])){padding-top:24px}:host([dense][label]:not([label=""])) .mdc-text-field .mdc-floating-label{top:-25px;left:-12px;transform:none}:host([dense][label]:not([label=""])) .mdc-text-field .mdc-floating-label,:host([dense][label]:not([label=""])) .mdc-text-field--invalid.mdc-text-field--outlined .mdc-floating-label,:host([dense][label]:not([label=""])) .mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) .mdc-floating-label,:host([dense][label]:not([label=""])) .mdc-text-field:not(.mdc-text-field--invalid).mdc-text-field--focused .mdc-floating-label{color:var(--mdc-text-field-ink-color)}.mdc-text-field{height:var(--vvd-textfield-block-size);border-bottom-left-radius:var(--vvd-textfield-shape);border-bottom-right-radius:var(--vvd-textfield-shape)}.mdc-text-field .mdc-floating-label{left:14px;font-stretch:var(--mdc-typography-subtitle1-font-stretch);line-height:var(--mdc-typography-subtitle1-line-height);transition-property:transform,font-size}.mdc-text-field .mdc-floating-label--float-above{font-size:var(--mdc-typography-subtitle1-font-size);transform:translateY(-18px)}.mdc-text-field .mdc-floating-label--float-above.mdc-floating-label--shake{animation:none}.mdc-text-field--outlined{padding-left:max(16px, var(--mdc-shape-small, 4px));background-color:var(--mdc-text-field-fill-color)}.mdc-text-field--outlined .mdc-floating-label{left:4px}.mdc-text-field--outlined.vvd-text-field--with-action,.mdc-text-field--outlined.vvd-text-field--with-action.mdc-text-field--with-trailing-icon{padding-inline-end:4px}.mdc-text-field--invalid{--vvd-outline-color: var(--mdc-text-field-error-color)}.mdc-text-field--invalid.mdc-text-field--outlined{background-color:var(--mdc-text-field-error-fill-color)}.mdc-text-field--invalid.mdc-text-field--outlined vwc-notched-outline{--mdc-notched-outline-border-color: var(--mdc-text-field-error-color)}.mdc-text-field--invalid.mdc-text-field--outlined .mdc-floating-label{color:var(--mdc-text-field-error-color)}.mdc-text-field--invalid .mdc-text-field__icon--trailing{color:var(--mdc-text-field-label-ink-color)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-text-field-label-ink-color)}:host(:hover) .mdc-text-field,.mdc-text-field:hover,.mdc-text-field--focused{--vvd-outline-color: var(--mdc-text-field-outlined-hover-border-color)}:host(:hover) .mdc-text-field.mdc-text-field--invalid,.mdc-text-field:hover.mdc-text-field--invalid,.mdc-text-field--focused.mdc-text-field--invalid{--vvd-outline-color: var(--mdc-text-field-error-color)}.mdc-text-field--disabled .mdc-text-field__icon--leading,.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:var(--mdc-text-field-disabled-ink-color)}.mdc-text-field .mdc-text-field__icon--leading,.mdc-text-field .mdc-text-field__icon--trailing{display:flex;align-self:center;padding:0;margin:0 16px}.mdc-text-field .mdc-text-field__icon--leading vwc-icon,.mdc-text-field .mdc-text-field__icon--trailing vwc-icon{--vvd-icon-size:var(--vvd-textfield-action-icon-size, 20px)}vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-idle-border-color )}:host(:not([disabled]):hover) :not(.mdc-text-field--invalid):not(.mdc-text-field--focused) vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-hover-border-color )}:host(:not([shape=pill i])),:host([shape=rounded i]){--vvd-textfield-shape:6px}:host([shape=pill i]){--vvd-textfield-shape:24px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:var(--mdc-typography-subtitle1-font-size);transform:translateY(-18px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:40px}:host{display:inline-flex;flex-direction:column;outline:none}:host .mdc-text-field__input{pointer-events:all}:host([dense][label]:not([label=""])) .mdc-text-field--outlined{padding-top:8px}:host([resizable]) .mdc-text-field__input{resize:vertical}.mdc-text-field--textarea{height:100%;min-height:var(--vvd-textfield-block-size);padding-right:0;padding-left:0}.mdc-text-field--textarea .mdc-text-field__input{font:400 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;padding-inline-end:16px;padding-inline-start:16px}.mdc-text-field--textarea.mdc-text-field--outlined{padding-top:22px}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-text-field--no-label{padding-top:8px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{height:auto;margin:0;line-height:normal}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:12px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:var(--mdc-typography-subtitle1-font-size);transform:translateY(-7px) scale(1)}`;
2
+ export const style = css `:host .mdc-floating-label{--vvd-typography-font-family: SpeziaWebVariable;--vvd-typography-font-size: 16px;--vvd-typography-font-stretch: 50%;--vvd-typography-font-weight: 400;--vvd-typography-letter-spacing: 0px;--vvd-typography-line-height: 24px;--vvd-typography-text-decoration: none;--vvd-typography-text-transform: none;--mdc-typography-subtitle1-font-family: var(--vvd-typography-font-family);--mdc-typography-subtitle1-font-size: var(--vvd-typography-font-size);--mdc-typography-subtitle1-font-stretch: var(--vvd-typography-font-stretch);--mdc-typography-subtitle1-font-weight: var(--vvd-typography-font-weight);--mdc-typography-subtitle1-letter-spacing: var(--vvd-typography-letter-spacing);--mdc-typography-subtitle1-line-height: var(--vvd-typography-line-height);--mdc-typography-subtitle1-text-decoration: var(--vvd-typography-text-decoration);--mdc-typography-subtitle1-text-transform: var(--vvd-typography-text-transform)}:host .mdc-floating-label--float-above{--vvd-typography-font-family: SpeziaWebVariable;--vvd-typography-font-size: 12px;--vvd-typography-font-stretch: 50%;--vvd-typography-font-weight: 400;--vvd-typography-letter-spacing: 0px;--vvd-typography-line-height: 16px;--vvd-typography-text-decoration: none;--vvd-typography-text-transform: none;--mdc-typography-subtitle1-font-family: var(--vvd-typography-font-family);--mdc-typography-subtitle1-font-size: var(--vvd-typography-font-size);--mdc-typography-subtitle1-font-stretch: var(--vvd-typography-font-stretch);--mdc-typography-subtitle1-font-weight: var(--vvd-typography-font-weight);--mdc-typography-subtitle1-letter-spacing: var(--vvd-typography-letter-spacing);--mdc-typography-subtitle1-line-height: var(--vvd-typography-line-height);--mdc-typography-subtitle1-text-decoration: var(--vvd-typography-text-decoration);--mdc-typography-subtitle1-text-transform: var(--vvd-typography-text-transform)}:host([dense]) .mdc-floating-label{--vvd-typography-font-family: SpeziaWebVariable;--vvd-typography-font-size: 14px;--vvd-typography-font-stretch: 50%;--vvd-typography-font-weight: 400;--vvd-typography-letter-spacing: 0px;--vvd-typography-line-height: 20px;--vvd-typography-text-decoration: none;--vvd-typography-text-transform: none;--mdc-typography-subtitle1-font-family: var(--vvd-typography-font-family);--mdc-typography-subtitle1-font-size: var(--vvd-typography-font-size);--mdc-typography-subtitle1-font-stretch: var(--vvd-typography-font-stretch);--mdc-typography-subtitle1-font-weight: var(--vvd-typography-font-weight);--mdc-typography-subtitle1-letter-spacing: var(--vvd-typography-letter-spacing);--mdc-typography-subtitle1-line-height: var(--vvd-typography-line-height);--mdc-typography-subtitle1-text-decoration: var(--vvd-typography-text-decoration);--mdc-typography-subtitle1-text-transform: var(--vvd-typography-text-transform)}::slotted(.vivid-input-internal){font:400 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box !important;border:unset;background:unset;block-size:100%;border-radius:var(--vvd-textfield-shape);color:var(--vvd-color-on-canvas);inline-size:100%;inset:0;outline:unset}:host([disabled]) ::slotted(.vivid-input-internal),:host([disabled]) ::slotted(.vivid-input-internal)::placeholder{color:var(--vvd-formfield-disabled-ink)}::slotted(.vivid-input-internal:not([style*=padding i])){opacity:0}::slotted(.vivid-input-internal:-webkit-autofill),::slotted(.vivid-input-internal:-webkit-autofill:hover),::slotted(.vivid-input-internal:-webkit-autofill:focus){z-index:-1;box-shadow:0 0 0 30px var(--vvd-color-neutral-20) inset;-webkit-text-fill-color:var(--vvd-color-on-canvas)}:host(:not([dense])) :not(.mdc-text-field--no-label) ::slotted(.vivid-input-internal){padding-block-start:calc( var(--vvd-textfield-block-size) - 32px )}:host(:not([dense])) ::slotted(.vivid-input-internal){transition:opacity 100ms}:host(:not([dense])) ::slotted(.vivid-input-internal:placeholder-shown:not(:focus)){opacity:0}slot[name=action i]::slotted(vwc-icon-button){align-self:center;margin-inline-start:4px}:host(:not([dense])) slot[name=action i]::slotted(vwc-icon-button){--vvd-icon-button-icon-size:var(--vvd-textfield-action-icon-size, 20px)}:host([dense]) slot[name=action i]::slotted(vwc-icon-button){--vvd-icon-button-icon-size:var(--vvd-textfield-action-icon-size, 16px)}:host{--mdc-shape-small: var(--vvd-textfield-shape);--mdc-theme-error: --vvd-formfield-label-error-ink;--mdc-text-field-fill-color: var(--vvd-color-canvas);--mdc-text-field-ink-color: var(--vvd-color-on-canvas);--mdc-text-field-label-ink-color: var(--vvd-formfield-label-idle-ink);--mdc-text-field-disabled-ink-color: var( --vvd-formfield-disabled-ink );--mdc-text-field-disabled-fill-color: var( --vvd-formfield-disabled-fill );--mdc-text-field-outlined-idle-border-color: var( --vvd-formfield-border-idle );--mdc-text-field-outlined-hover-border-color: var( --vvd-formfield-border-hover );--mdc-text-field-outlined-disabled-border-color: var( --vvd-formfield-border-disabled );--mdc-text-field-error-color: var( --vvd-formfield-label-error-ink );--mdc-text-field-error-fill-color: var( --vvd-formfield-error-fill );--vvd-formfield-disabled-ink:var(--vvd-color-neutral-50);--vvd-formfield-disabled-fill:var(--vvd-color-neutral-20);--vvd-formfield-label-idle-ink:var(--vvd-color-neutral-70);--vvd-formfield-border-idle:var(--vvd-color-neutral-50);--vvd-formfield-border-hover:var(--vvd-color-on-canvas);--vvd-formfield-border-disabled:var(--vvd-color-neutral-50);--vvd-formfield-error-fill:var(--vvd-color-alert-20);--vvd-formfield-label-error-ink:var(--vvd-color-alert);min-width:180px;font-stretch:var(--mdc-typography-subtitle1-font-stretch)}:host .mdc-text-field__input{pointer-events:none}:host([readonly]) vwc-notched-outline,:host([disabled]) vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-disabled-border-color )}:host([readonly]) .mdc-text-field,:host([disabled]) .mdc-text-field{background-color:var(--mdc-text-field-disabled-fill-color)}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-hover-border-color )}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-floating-label{color:var(--mdc-text-field-label-ink-color)}:host([dense]){--vvd-textfield-block-size:40px}:host(:not([dense])){--vvd-textfield-block-size:48px}:host([dense][label]:not([label=""])) .mdc-text-field .mdc-floating-label{top:-25px;left:-12px;transform:none}:host([dense][label]:not([label=""])) .mdc-text-field .mdc-floating-label,:host([dense][label]:not([label=""])) .mdc-text-field--invalid.mdc-text-field--outlined .mdc-floating-label,:host([dense][label]:not([label=""])) .mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) .mdc-floating-label,:host([dense][label]:not([label=""])) .mdc-text-field:not(.mdc-text-field--invalid).mdc-text-field--focused .mdc-floating-label{color:var(--mdc-text-field-ink-color)}:host([charcounter]),:host([dense][label]:not([label=""])){padding-top:24px}.mdc-text-field{height:var(--vvd-textfield-block-size);border-bottom-left-radius:var(--vvd-textfield-shape);border-bottom-right-radius:var(--vvd-textfield-shape)}.mdc-text-field .mdc-floating-label{left:14px;font-stretch:var(--mdc-typography-subtitle1-font-stretch);line-height:var(--mdc-typography-subtitle1-line-height);transition-property:transform,font-size}.mdc-text-field .mdc-floating-label--float-above{font-size:var(--mdc-typography-subtitle1-font-size);transform:translateY(-18px)}.mdc-text-field .mdc-floating-label--float-above.mdc-floating-label--shake{animation:none}.mdc-text-field--outlined{padding-left:max(16px, var(--mdc-shape-small, 4px));background-color:var(--mdc-text-field-fill-color)}.mdc-text-field--outlined .mdc-floating-label{left:4px}.mdc-text-field--outlined.vvd-text-field--with-action,.mdc-text-field--outlined.vvd-text-field--with-action.mdc-text-field--with-trailing-icon{padding-inline-end:4px}.mdc-text-field--invalid{--vvd-outline-color: var(--mdc-text-field-error-color)}.mdc-text-field--invalid.mdc-text-field--outlined{background-color:var(--mdc-text-field-error-fill-color)}.mdc-text-field--invalid.mdc-text-field--outlined vwc-notched-outline{--mdc-notched-outline-border-color: var(--mdc-text-field-error-color)}.mdc-text-field--invalid.mdc-text-field--outlined .mdc-floating-label{color:var(--mdc-text-field-error-color)}.mdc-text-field--invalid .mdc-text-field__icon--trailing{color:var(--mdc-text-field-label-ink-color)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-text-field-label-ink-color)}:host(:hover) .mdc-text-field,.mdc-text-field:hover,.mdc-text-field--focused{--vvd-outline-color: var(--mdc-text-field-outlined-hover-border-color)}:host(:hover) .mdc-text-field.mdc-text-field--invalid,.mdc-text-field:hover.mdc-text-field--invalid,.mdc-text-field--focused.mdc-text-field--invalid{--vvd-outline-color: var(--mdc-text-field-error-color)}.mdc-text-field--disabled .mdc-text-field__icon--leading,.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:var(--mdc-text-field-disabled-ink-color)}.mdc-text-field .mdc-text-field__icon--leading,.mdc-text-field .mdc-text-field__icon--trailing{display:flex;align-self:center;padding:0;margin:0 16px}.mdc-text-field .mdc-text-field__icon--leading vwc-icon,.mdc-text-field .mdc-text-field__icon--trailing vwc-icon{--vvd-icon-size:var(--vvd-textfield-action-icon-size, 20px)}vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-idle-border-color )}:host(:not([disabled]):hover) :not(.mdc-text-field--invalid):not(.mdc-text-field--focused) vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-hover-border-color )}:host(:not([shape=pill i])),:host([shape=rounded i]){--vvd-textfield-shape:6px}:host([shape=pill i]){--vvd-textfield-shape:24px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:var(--mdc-typography-subtitle1-font-size);transform:translateY(-18px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:40px}.mdc-text-field-character-counter{font:400 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;position:absolute;top:-25px;right:0;color:var(--vvd-color-neutral-70) !important}:host{display:inline-flex;flex-direction:column;outline:none}:host .mdc-text-field__input{pointer-events:all}:host([dense][label]:not([label=""])) .mdc-text-field--outlined{padding-top:8px}:host([resizable]) .mdc-text-field__input{resize:vertical}.mdc-text-field--textarea{height:100%;min-height:var(--vvd-textfield-block-size);padding-right:0;padding-left:0}.mdc-text-field--textarea .mdc-text-field__input{font:400 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;padding-inline-end:16px;padding-inline-start:16px}.mdc-text-field--textarea.mdc-text-field--outlined{padding-top:22px}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-text-field--no-label{padding-top:8px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{height:auto;margin:0;line-height:normal}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:12px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:var(--mdc-typography-subtitle1-font-size);transform:translateY(-7px) scale(1)}`;
3
3
  //# sourceMappingURL=vwc-textarea.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"vwc-textarea.css.js","sourceRoot":"","sources":["src/vwc-textarea.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,GAAG,EAAC,MAAM,aAAa,CAAC;AAChC,MAAM,CAAC,MAAM,KAAK,GAAG,GAAG,CAAA,stWAAstW,CAAC","sourcesContent":["// autogenerated module\nimport {css} from 'lit-element';\nexport const style = css`:host .mdc-floating-label{--vvd-typography-font-family: SpeziaWebVariable;--vvd-typography-font-size: 16px;--vvd-typography-font-stretch: 50%;--vvd-typography-font-weight: 400;--vvd-typography-letter-spacing: 0px;--vvd-typography-line-height: 24px;--vvd-typography-text-decoration: none;--vvd-typography-text-transform: none;--mdc-typography-subtitle1-font-family: var(--vvd-typography-font-family);--mdc-typography-subtitle1-font-size: var(--vvd-typography-font-size);--mdc-typography-subtitle1-font-stretch: var(--vvd-typography-font-stretch);--mdc-typography-subtitle1-font-weight: var(--vvd-typography-font-weight);--mdc-typography-subtitle1-letter-spacing: var(--vvd-typography-letter-spacing);--mdc-typography-subtitle1-line-height: var(--vvd-typography-line-height);--mdc-typography-subtitle1-text-decoration: var(--vvd-typography-text-decoration);--mdc-typography-subtitle1-text-transform: var(--vvd-typography-text-transform)}:host .mdc-floating-label--float-above{--vvd-typography-font-family: SpeziaWebVariable;--vvd-typography-font-size: 12px;--vvd-typography-font-stretch: 50%;--vvd-typography-font-weight: 400;--vvd-typography-letter-spacing: 0px;--vvd-typography-line-height: 16px;--vvd-typography-text-decoration: none;--vvd-typography-text-transform: none;--mdc-typography-subtitle1-font-family: var(--vvd-typography-font-family);--mdc-typography-subtitle1-font-size: var(--vvd-typography-font-size);--mdc-typography-subtitle1-font-stretch: var(--vvd-typography-font-stretch);--mdc-typography-subtitle1-font-weight: var(--vvd-typography-font-weight);--mdc-typography-subtitle1-letter-spacing: var(--vvd-typography-letter-spacing);--mdc-typography-subtitle1-line-height: var(--vvd-typography-line-height);--mdc-typography-subtitle1-text-decoration: var(--vvd-typography-text-decoration);--mdc-typography-subtitle1-text-transform: var(--vvd-typography-text-transform)}:host([dense]) .mdc-floating-label{--vvd-typography-font-family: SpeziaWebVariable;--vvd-typography-font-size: 14px;--vvd-typography-font-stretch: 50%;--vvd-typography-font-weight: 400;--vvd-typography-letter-spacing: 0px;--vvd-typography-line-height: 20px;--vvd-typography-text-decoration: none;--vvd-typography-text-transform: none;--mdc-typography-subtitle1-font-family: var(--vvd-typography-font-family);--mdc-typography-subtitle1-font-size: var(--vvd-typography-font-size);--mdc-typography-subtitle1-font-stretch: var(--vvd-typography-font-stretch);--mdc-typography-subtitle1-font-weight: var(--vvd-typography-font-weight);--mdc-typography-subtitle1-letter-spacing: var(--vvd-typography-letter-spacing);--mdc-typography-subtitle1-line-height: var(--vvd-typography-line-height);--mdc-typography-subtitle1-text-decoration: var(--vvd-typography-text-decoration);--mdc-typography-subtitle1-text-transform: var(--vvd-typography-text-transform)}::slotted(.vivid-input-internal){font:400 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box !important;border:unset;background:unset;block-size:100%;border-radius:var(--vvd-textfield-shape);color:var(--vvd-color-on-canvas);inline-size:100%;inset:0;outline:unset}:host([disabled]) ::slotted(.vivid-input-internal),:host([disabled]) ::slotted(.vivid-input-internal)::placeholder{color:var(--vvd-formfield-disabled-ink)}::slotted(.vivid-input-internal:not([style*=padding i])){opacity:0}::slotted(.vivid-input-internal:-webkit-autofill),::slotted(.vivid-input-internal:-webkit-autofill:hover),::slotted(.vivid-input-internal:-webkit-autofill:focus){z-index:-1;box-shadow:0 0 0 30px var(--vvd-color-neutral-20) inset;-webkit-text-fill-color:var(--vvd-color-on-canvas)}:host(:not([dense])) :not(.mdc-text-field--no-label) ::slotted(.vivid-input-internal){padding-block-start:calc( \t\t\t\tvar(--vvd-textfield-block-size) - 32px \t\t\t)}:host(:not([dense])) ::slotted(.vivid-input-internal){transition:opacity 100ms}:host(:not([dense])) ::slotted(.vivid-input-internal:placeholder-shown:not(:focus)){opacity:0}slot[name=action i]::slotted(vwc-icon-button){align-self:center;margin-inline-start:4px}:host(:not([dense])) slot[name=action i]::slotted(vwc-icon-button){--vvd-icon-button-icon-size:var(--vvd-textfield-action-icon-size, 20px)}:host([dense]) slot[name=action i]::slotted(vwc-icon-button){--vvd-icon-button-icon-size:var(--vvd-textfield-action-icon-size, 16px)}:host{--mdc-shape-small: var(--vvd-textfield-shape);--mdc-theme-error: --vvd-formfield-label-error-ink;--mdc-text-field-fill-color: var(--vvd-color-canvas);--mdc-text-field-ink-color: var(--vvd-color-on-canvas);--mdc-text-field-label-ink-color: var(--vvd-formfield-label-idle-ink);--mdc-text-field-disabled-ink-color: var( --vvd-formfield-disabled-ink );--mdc-text-field-disabled-fill-color: var( --vvd-formfield-disabled-fill );--mdc-text-field-outlined-idle-border-color: var( --vvd-formfield-border-idle );--mdc-text-field-outlined-hover-border-color: var( --vvd-formfield-border-hover );--mdc-text-field-outlined-disabled-border-color: var( --vvd-formfield-border-disabled );--mdc-text-field-error-color: var( --vvd-formfield-label-error-ink );--mdc-text-field-error-fill-color: var( --vvd-formfield-error-fill );--vvd-formfield-disabled-ink:var(--vvd-color-neutral-50);--vvd-formfield-disabled-fill:var(--vvd-color-neutral-20);--vvd-formfield-label-idle-ink:var(--vvd-color-neutral-70);--vvd-formfield-border-idle:var(--vvd-color-neutral-50);--vvd-formfield-border-hover:var(--vvd-color-on-canvas);--vvd-formfield-border-disabled:var(--vvd-color-neutral-50);--vvd-formfield-error-fill:var(--vvd-color-alert-20);--vvd-formfield-label-error-ink:var(--vvd-color-alert);min-width:180px;font-stretch:var(--mdc-typography-subtitle1-font-stretch)}:host .mdc-text-field__input{pointer-events:none}:host([readonly]) vwc-notched-outline,:host([disabled]) vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-disabled-border-color )}:host([readonly]) .mdc-text-field,:host([disabled]) .mdc-text-field{background-color:var(--mdc-text-field-disabled-fill-color)}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-hover-border-color )}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-floating-label{color:var(--mdc-text-field-label-ink-color)}:host([dense]){--vvd-textfield-block-size:40px}:host(:not([dense])){--vvd-textfield-block-size:48px}:host([dense][label]:not([label=\"\"])){padding-top:24px}:host([dense][label]:not([label=\"\"])) .mdc-text-field .mdc-floating-label{top:-25px;left:-12px;transform:none}:host([dense][label]:not([label=\"\"])) .mdc-text-field .mdc-floating-label,:host([dense][label]:not([label=\"\"])) .mdc-text-field--invalid.mdc-text-field--outlined .mdc-floating-label,:host([dense][label]:not([label=\"\"])) .mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) .mdc-floating-label,:host([dense][label]:not([label=\"\"])) .mdc-text-field:not(.mdc-text-field--invalid).mdc-text-field--focused .mdc-floating-label{color:var(--mdc-text-field-ink-color)}.mdc-text-field{height:var(--vvd-textfield-block-size);border-bottom-left-radius:var(--vvd-textfield-shape);border-bottom-right-radius:var(--vvd-textfield-shape)}.mdc-text-field .mdc-floating-label{left:14px;font-stretch:var(--mdc-typography-subtitle1-font-stretch);line-height:var(--mdc-typography-subtitle1-line-height);transition-property:transform,font-size}.mdc-text-field .mdc-floating-label--float-above{font-size:var(--mdc-typography-subtitle1-font-size);transform:translateY(-18px)}.mdc-text-field .mdc-floating-label--float-above.mdc-floating-label--shake{animation:none}.mdc-text-field--outlined{padding-left:max(16px, var(--mdc-shape-small, 4px));background-color:var(--mdc-text-field-fill-color)}.mdc-text-field--outlined .mdc-floating-label{left:4px}.mdc-text-field--outlined.vvd-text-field--with-action,.mdc-text-field--outlined.vvd-text-field--with-action.mdc-text-field--with-trailing-icon{padding-inline-end:4px}.mdc-text-field--invalid{--vvd-outline-color: var(--mdc-text-field-error-color)}.mdc-text-field--invalid.mdc-text-field--outlined{background-color:var(--mdc-text-field-error-fill-color)}.mdc-text-field--invalid.mdc-text-field--outlined vwc-notched-outline{--mdc-notched-outline-border-color: var(--mdc-text-field-error-color)}.mdc-text-field--invalid.mdc-text-field--outlined .mdc-floating-label{color:var(--mdc-text-field-error-color)}.mdc-text-field--invalid .mdc-text-field__icon--trailing{color:var(--mdc-text-field-label-ink-color)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-text-field-label-ink-color)}:host(:hover) .mdc-text-field,.mdc-text-field:hover,.mdc-text-field--focused{--vvd-outline-color: var(--mdc-text-field-outlined-hover-border-color)}:host(:hover) .mdc-text-field.mdc-text-field--invalid,.mdc-text-field:hover.mdc-text-field--invalid,.mdc-text-field--focused.mdc-text-field--invalid{--vvd-outline-color: var(--mdc-text-field-error-color)}.mdc-text-field--disabled .mdc-text-field__icon--leading,.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:var(--mdc-text-field-disabled-ink-color)}.mdc-text-field .mdc-text-field__icon--leading,.mdc-text-field .mdc-text-field__icon--trailing{display:flex;align-self:center;padding:0;margin:0 16px}.mdc-text-field .mdc-text-field__icon--leading vwc-icon,.mdc-text-field .mdc-text-field__icon--trailing vwc-icon{--vvd-icon-size:var(--vvd-textfield-action-icon-size, 20px)}vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-idle-border-color )}:host(:not([disabled]):hover) :not(.mdc-text-field--invalid):not(.mdc-text-field--focused) vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-hover-border-color )}:host(:not([shape=pill i])),:host([shape=rounded i]){--vvd-textfield-shape:6px}:host([shape=pill i]){--vvd-textfield-shape:24px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:var(--mdc-typography-subtitle1-font-size);transform:translateY(-18px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:40px}:host{display:inline-flex;flex-direction:column;outline:none}:host .mdc-text-field__input{pointer-events:all}:host([dense][label]:not([label=\"\"])) .mdc-text-field--outlined{padding-top:8px}:host([resizable]) .mdc-text-field__input{resize:vertical}.mdc-text-field--textarea{height:100%;min-height:var(--vvd-textfield-block-size);padding-right:0;padding-left:0}.mdc-text-field--textarea .mdc-text-field__input{font:400 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;padding-inline-end:16px;padding-inline-start:16px}.mdc-text-field--textarea.mdc-text-field--outlined{padding-top:22px}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-text-field--no-label{padding-top:8px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{height:auto;margin:0;line-height:normal}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:12px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:var(--mdc-typography-subtitle1-font-size);transform:translateY(-7px) scale(1)}`;"]}
1
+ {"version":3,"file":"vwc-textarea.css.js","sourceRoot":"","sources":["src/vwc-textarea.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,GAAG,EAAC,MAAM,aAAa,CAAC;AAChC,MAAM,CAAC,MAAM,KAAK,GAAG,GAAG,CAAA,i9WAAi9W,CAAC","sourcesContent":["// autogenerated module\nimport {css} from 'lit-element';\nexport const style = css`:host .mdc-floating-label{--vvd-typography-font-family: SpeziaWebVariable;--vvd-typography-font-size: 16px;--vvd-typography-font-stretch: 50%;--vvd-typography-font-weight: 400;--vvd-typography-letter-spacing: 0px;--vvd-typography-line-height: 24px;--vvd-typography-text-decoration: none;--vvd-typography-text-transform: none;--mdc-typography-subtitle1-font-family: var(--vvd-typography-font-family);--mdc-typography-subtitle1-font-size: var(--vvd-typography-font-size);--mdc-typography-subtitle1-font-stretch: var(--vvd-typography-font-stretch);--mdc-typography-subtitle1-font-weight: var(--vvd-typography-font-weight);--mdc-typography-subtitle1-letter-spacing: var(--vvd-typography-letter-spacing);--mdc-typography-subtitle1-line-height: var(--vvd-typography-line-height);--mdc-typography-subtitle1-text-decoration: var(--vvd-typography-text-decoration);--mdc-typography-subtitle1-text-transform: var(--vvd-typography-text-transform)}:host .mdc-floating-label--float-above{--vvd-typography-font-family: SpeziaWebVariable;--vvd-typography-font-size: 12px;--vvd-typography-font-stretch: 50%;--vvd-typography-font-weight: 400;--vvd-typography-letter-spacing: 0px;--vvd-typography-line-height: 16px;--vvd-typography-text-decoration: none;--vvd-typography-text-transform: none;--mdc-typography-subtitle1-font-family: var(--vvd-typography-font-family);--mdc-typography-subtitle1-font-size: var(--vvd-typography-font-size);--mdc-typography-subtitle1-font-stretch: var(--vvd-typography-font-stretch);--mdc-typography-subtitle1-font-weight: var(--vvd-typography-font-weight);--mdc-typography-subtitle1-letter-spacing: var(--vvd-typography-letter-spacing);--mdc-typography-subtitle1-line-height: var(--vvd-typography-line-height);--mdc-typography-subtitle1-text-decoration: var(--vvd-typography-text-decoration);--mdc-typography-subtitle1-text-transform: var(--vvd-typography-text-transform)}:host([dense]) .mdc-floating-label{--vvd-typography-font-family: SpeziaWebVariable;--vvd-typography-font-size: 14px;--vvd-typography-font-stretch: 50%;--vvd-typography-font-weight: 400;--vvd-typography-letter-spacing: 0px;--vvd-typography-line-height: 20px;--vvd-typography-text-decoration: none;--vvd-typography-text-transform: none;--mdc-typography-subtitle1-font-family: var(--vvd-typography-font-family);--mdc-typography-subtitle1-font-size: var(--vvd-typography-font-size);--mdc-typography-subtitle1-font-stretch: var(--vvd-typography-font-stretch);--mdc-typography-subtitle1-font-weight: var(--vvd-typography-font-weight);--mdc-typography-subtitle1-letter-spacing: var(--vvd-typography-letter-spacing);--mdc-typography-subtitle1-line-height: var(--vvd-typography-line-height);--mdc-typography-subtitle1-text-decoration: var(--vvd-typography-text-decoration);--mdc-typography-subtitle1-text-transform: var(--vvd-typography-text-transform)}::slotted(.vivid-input-internal){font:400 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box !important;border:unset;background:unset;block-size:100%;border-radius:var(--vvd-textfield-shape);color:var(--vvd-color-on-canvas);inline-size:100%;inset:0;outline:unset}:host([disabled]) ::slotted(.vivid-input-internal),:host([disabled]) ::slotted(.vivid-input-internal)::placeholder{color:var(--vvd-formfield-disabled-ink)}::slotted(.vivid-input-internal:not([style*=padding i])){opacity:0}::slotted(.vivid-input-internal:-webkit-autofill),::slotted(.vivid-input-internal:-webkit-autofill:hover),::slotted(.vivid-input-internal:-webkit-autofill:focus){z-index:-1;box-shadow:0 0 0 30px var(--vvd-color-neutral-20) inset;-webkit-text-fill-color:var(--vvd-color-on-canvas)}:host(:not([dense])) :not(.mdc-text-field--no-label) ::slotted(.vivid-input-internal){padding-block-start:calc( \t\t\t\tvar(--vvd-textfield-block-size) - 32px \t\t\t)}:host(:not([dense])) ::slotted(.vivid-input-internal){transition:opacity 100ms}:host(:not([dense])) ::slotted(.vivid-input-internal:placeholder-shown:not(:focus)){opacity:0}slot[name=action i]::slotted(vwc-icon-button){align-self:center;margin-inline-start:4px}:host(:not([dense])) slot[name=action i]::slotted(vwc-icon-button){--vvd-icon-button-icon-size:var(--vvd-textfield-action-icon-size, 20px)}:host([dense]) slot[name=action i]::slotted(vwc-icon-button){--vvd-icon-button-icon-size:var(--vvd-textfield-action-icon-size, 16px)}:host{--mdc-shape-small: var(--vvd-textfield-shape);--mdc-theme-error: --vvd-formfield-label-error-ink;--mdc-text-field-fill-color: var(--vvd-color-canvas);--mdc-text-field-ink-color: var(--vvd-color-on-canvas);--mdc-text-field-label-ink-color: var(--vvd-formfield-label-idle-ink);--mdc-text-field-disabled-ink-color: var( --vvd-formfield-disabled-ink );--mdc-text-field-disabled-fill-color: var( --vvd-formfield-disabled-fill );--mdc-text-field-outlined-idle-border-color: var( --vvd-formfield-border-idle );--mdc-text-field-outlined-hover-border-color: var( --vvd-formfield-border-hover );--mdc-text-field-outlined-disabled-border-color: var( --vvd-formfield-border-disabled );--mdc-text-field-error-color: var( --vvd-formfield-label-error-ink );--mdc-text-field-error-fill-color: var( --vvd-formfield-error-fill );--vvd-formfield-disabled-ink:var(--vvd-color-neutral-50);--vvd-formfield-disabled-fill:var(--vvd-color-neutral-20);--vvd-formfield-label-idle-ink:var(--vvd-color-neutral-70);--vvd-formfield-border-idle:var(--vvd-color-neutral-50);--vvd-formfield-border-hover:var(--vvd-color-on-canvas);--vvd-formfield-border-disabled:var(--vvd-color-neutral-50);--vvd-formfield-error-fill:var(--vvd-color-alert-20);--vvd-formfield-label-error-ink:var(--vvd-color-alert);min-width:180px;font-stretch:var(--mdc-typography-subtitle1-font-stretch)}:host .mdc-text-field__input{pointer-events:none}:host([readonly]) vwc-notched-outline,:host([disabled]) vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-disabled-border-color )}:host([readonly]) .mdc-text-field,:host([disabled]) .mdc-text-field{background-color:var(--mdc-text-field-disabled-fill-color)}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-hover-border-color )}:host(:not([disabled])) .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-floating-label{color:var(--mdc-text-field-label-ink-color)}:host([dense]){--vvd-textfield-block-size:40px}:host(:not([dense])){--vvd-textfield-block-size:48px}:host([dense][label]:not([label=\"\"])) .mdc-text-field .mdc-floating-label{top:-25px;left:-12px;transform:none}:host([dense][label]:not([label=\"\"])) .mdc-text-field .mdc-floating-label,:host([dense][label]:not([label=\"\"])) .mdc-text-field--invalid.mdc-text-field--outlined .mdc-floating-label,:host([dense][label]:not([label=\"\"])) .mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) .mdc-floating-label,:host([dense][label]:not([label=\"\"])) .mdc-text-field:not(.mdc-text-field--invalid).mdc-text-field--focused .mdc-floating-label{color:var(--mdc-text-field-ink-color)}:host([charcounter]),:host([dense][label]:not([label=\"\"])){padding-top:24px}.mdc-text-field{height:var(--vvd-textfield-block-size);border-bottom-left-radius:var(--vvd-textfield-shape);border-bottom-right-radius:var(--vvd-textfield-shape)}.mdc-text-field .mdc-floating-label{left:14px;font-stretch:var(--mdc-typography-subtitle1-font-stretch);line-height:var(--mdc-typography-subtitle1-line-height);transition-property:transform,font-size}.mdc-text-field .mdc-floating-label--float-above{font-size:var(--mdc-typography-subtitle1-font-size);transform:translateY(-18px)}.mdc-text-field .mdc-floating-label--float-above.mdc-floating-label--shake{animation:none}.mdc-text-field--outlined{padding-left:max(16px, var(--mdc-shape-small, 4px));background-color:var(--mdc-text-field-fill-color)}.mdc-text-field--outlined .mdc-floating-label{left:4px}.mdc-text-field--outlined.vvd-text-field--with-action,.mdc-text-field--outlined.vvd-text-field--with-action.mdc-text-field--with-trailing-icon{padding-inline-end:4px}.mdc-text-field--invalid{--vvd-outline-color: var(--mdc-text-field-error-color)}.mdc-text-field--invalid.mdc-text-field--outlined{background-color:var(--mdc-text-field-error-fill-color)}.mdc-text-field--invalid.mdc-text-field--outlined vwc-notched-outline{--mdc-notched-outline-border-color: var(--mdc-text-field-error-color)}.mdc-text-field--invalid.mdc-text-field--outlined .mdc-floating-label{color:var(--mdc-text-field-error-color)}.mdc-text-field--invalid .mdc-text-field__icon--trailing{color:var(--mdc-text-field-label-ink-color)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-text-field-label-ink-color)}:host(:hover) .mdc-text-field,.mdc-text-field:hover,.mdc-text-field--focused{--vvd-outline-color: var(--mdc-text-field-outlined-hover-border-color)}:host(:hover) .mdc-text-field.mdc-text-field--invalid,.mdc-text-field:hover.mdc-text-field--invalid,.mdc-text-field--focused.mdc-text-field--invalid{--vvd-outline-color: var(--mdc-text-field-error-color)}.mdc-text-field--disabled .mdc-text-field__icon--leading,.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:var(--mdc-text-field-disabled-ink-color)}.mdc-text-field .mdc-text-field__icon--leading,.mdc-text-field .mdc-text-field__icon--trailing{display:flex;align-self:center;padding:0;margin:0 16px}.mdc-text-field .mdc-text-field__icon--leading vwc-icon,.mdc-text-field .mdc-text-field__icon--trailing vwc-icon{--vvd-icon-size:var(--vvd-textfield-action-icon-size, 20px)}vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-idle-border-color )}:host(:not([disabled]):hover) :not(.mdc-text-field--invalid):not(.mdc-text-field--focused) vwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-text-field-outlined-hover-border-color )}:host(:not([shape=pill i])),:host([shape=rounded i]){--vvd-textfield-shape:6px}:host([shape=pill i]){--vvd-textfield-shape:24px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:var(--mdc-typography-subtitle1-font-size);transform:translateY(-18px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:40px}.mdc-text-field-character-counter{font:400 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;position:absolute;top:-25px;right:0;color:var(--vvd-color-neutral-70) !important}:host{display:inline-flex;flex-direction:column;outline:none}:host .mdc-text-field__input{pointer-events:all}:host([dense][label]:not([label=\"\"])) .mdc-text-field--outlined{padding-top:8px}:host([resizable]) .mdc-text-field__input{resize:vertical}.mdc-text-field--textarea{height:100%;min-height:var(--vvd-textfield-block-size);padding-right:0;padding-left:0}.mdc-text-field--textarea .mdc-text-field__input{font:400 ultra-condensed 14px / 20px SpeziaWebVariable;letter-spacing:0px;text-decoration:none;text-transform:none;padding-inline-end:16px;padding-inline-start:16px}.mdc-text-field--textarea.mdc-text-field--outlined{padding-top:22px}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-text-field--no-label{padding-top:8px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{height:auto;margin:0;line-height:normal}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:12px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:var(--mdc-typography-subtitle1-font-size);transform:translateY(-7px) scale(1)}`;"]}