/*
 * SPDX-FileCopyrightText: 2025 Siemens AG
 *
 * SPDX-License-Identifier: MIT
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

/*
 * NOTE: This file is automatically generated.
 * Do NOT edit this file directly — changes will be overwritten.
 * To make permanent changes ask for assistant inside the pull request
 */
@mixin setVars {
  --theme-input--background: var(--theme-color-component-8);
  --theme-input--background--autofill: var(--theme-color-component-info);
  --theme-input--background--disabled: var(--theme-color-0);
  --theme-input--background--focus: var(--theme-color-component-8--hover);
  --theme-input--background--hover: var(--theme-color-component-8--hover);
  --theme-input--background--invalid: var(--theme-color-component-error);
  --theme-input--background--invalid--focus: var(--theme-color-component-error);
  --theme-input--background--invalid--hover: var(--theme-color-component-error);
  --theme-input--background--readonly: var(--theme-color-0);
  --theme-input--background--warning: var(--theme-color-component-warning);
  --theme-input--background--warning--focus: var(--theme-color-component-warning);
  --theme-input--background--warning--hover: var(--theme-color-component-warning);
  --theme-input--border-color: var(--theme-color-std-bdr);
  --theme-input--border-color--autofill: var(--theme-color-hard-bdr);
  --theme-input--border-color--disabled: var(--theme-color-weak-bdr);
  --theme-input--border-color--focus: var(--theme-color-dynamic);
  --theme-input--border-color--hover: var(--theme-color-dynamic);
  --theme-input--border-color--info: var(--theme-color-info);
  --theme-input--border-color--info--active: var(--theme-color-info);
  --theme-input--border-color--info--hover: var(--theme-color-info);
  --theme-input--border-color--invalid: var(--theme-color-alarm-bdr);
  --theme-input--border-color--invalid--active: var(--theme-color-alarm-bdr);
  --theme-input--border-color--invalid--hover: var(--theme-color-alarm-bdr);
  --theme-input--border-color--readonly: var(--theme-color-std-bdr);
  --theme-input--border-color--warning: var(--theme-color-warning-bdr);
  --theme-input--border-color--warning--active: var(--theme-color-warning-bdr);
  --theme-input--border-color--warning--hover: var(--theme-color-warning-bdr);
  --theme-input--border-color-bottom--disabled: var(--theme-color-weak-bdr);
  --theme-input--border-color-bottom--readonly: var(--theme-color-std-bdr);
  --theme-input--border-radius: var(--theme-small-border-radius);
  --theme-input--border-thickness: var(--theme-border-width-default);
  --theme-input--box-shadow: var(--theme-inset-shadow-1);
  --theme-input--color: var(--theme-color-std-text);
  --theme-input--color--autofill: var(--theme-color-std-text);
  --theme-input--color--disabled: var(--theme-color-weak-text);
  --theme-input--focus--outline-offset: var(--theme-focus-outline-offset);
  --theme-input-error--background: var(--theme-color-component-error);
  --theme-input-error--border-color: var(--theme-color-alarm);
  --theme-input-error-icon--color: var(--theme-color-alarm);
  --theme-input-extra--background--active: var(--theme-color-component-8--hover);
  --theme-input-extra--background--hover: var(--theme-color-component-8--hover);
  --theme-input-gripper--color: var(--theme-color-weak-text);
  --theme-input-gripper--color--focus: var(--theme-color-weak-text);
  --theme-input-gripper--color--hover: var(--theme-color-weak-text);
  --theme-input-hint--color: var(--theme-color-soft-text);
  --theme-input-search-icon--color: var(--theme-color-primary);
  --theme-input-search-icon--color--disabled: var(--theme-color-weak-text);
  --theme-input-search-icon--color--focus: var(--theme-color-dynamic);
  --theme-input-search-icon--color--hover: var(--theme-color-dynamic);
  --theme-input-select-icon--color: var(--theme-color-soft-text);
  --theme-input-select-icon--color--active: var(--theme-color-dynamic);
  --theme-input-select-icon--color--hover: var(--theme-color-dynamic);
  --theme-input-unit--color: var(--theme-color-soft-text);
}