UNPKG

igniteui-webcomponents

Version:

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.

3 lines 4.57 kB
import { css } from 'lit'; export const styles = css `:host{--toggle-button-background-focus--border: var(--ig-combo-toggle-button-background-focus--border, transparent);--empty-list-placeholder-color: var(--ig-combo-empty-list-placeholder-color, var(--ig-gray-600));--toggle-button-background: var(--ig-combo-toggle-button-background, transparent);--toggle-button-background-focus: var(--ig-combo-toggle-button-background-focus, transparent);--toggle-button-foreground: var(--ig-combo-toggle-button-foreground, hsl(from var(--ig-gray-100-contrast) h s l/0.6));--toggle-button-foreground-focus: var(--ig-combo-toggle-button-foreground-focus, hsl(from var(--ig-gray-100-contrast) h s l/0.8));--toggle-button-foreground-filled: var(--ig-combo-toggle-button-foreground-filled, hsl(from var(--ig-gray-100-contrast) h s l/0.6));--clear-button-foreground: var(--ig-combo-clear-button-foreground, hsl(from var(--ig-gray-100-contrast) h s l/0.6));--clear-button-foreground-focus: var(--ig-combo-clear-button-foreground-focus, hsl(from var(--ig-gray-100-contrast) h s l/0.6));--toggle-button-background-disabled: var(--ig-combo-toggle-button-background-disabled, transparent);--toggle-button-foreground-disabled: var(--ig-combo-toggle-button-foreground-disabled, hsl(from var(--ig-gray-100-contrast) h s l/0.2));--clear-button-background-focus: var(--ig-combo-clear-button-background-focus, transparent);--helper-text-color: var(--ig-combo-helper-text-color, hsl(from var(--ig-gray-50-contrast) h s l/0.8));--disabled-text-color: var(--ig-combo-disabled-text-color, hsl(from var(--ig-gray-50-contrast) h s l/0.2));--error-secondary-color: var(--ig-combo-error-secondary-color, var(--ig-error-500));--ig-theme: indigo;--elevation: var(--ig-combo-list-elevation, var(--ig-elevation-2));--background-color: var(--ig-combo-list-background-color, var(--ig-gray-50));--header-text-color: var(--ig-combo-list-header-text-color, hsl(from var(--ig-gray-50-contrast) h s l/0.6));--item-text-color: var(--ig-combo-list-item-text-color, hsl(from var(--ig-gray-50-contrast) h s l/0.8));--item-icon-color: var(--ig-combo-list-item-icon-color, hsl(from var(--ig-gray-50-contrast) h s l/0.6));--hover-item-text-color: var(--ig-combo-list-hover-item-text-color, var(--ig-gray-50-contrast));--hover-item-icon-color: var(--ig-combo-list-hover-item-icon-color, hsl(from var(--ig-gray-50-contrast) h s l/0.8));--focused-item-text-color: var(--ig-combo-list-focused-item-text-color, hsl(from var(--ig-gray-50-contrast) h s l/0.8));--focused-item-border-color: var(--ig-combo-list-focused-item-border-color, var(--ig-primary-400));--selected-item-background: var(--ig-combo-list-selected-item-background, hsl(from var(--ig-primary-400) h s l/0.3));--disabled-item-background: var(--ig-combo-list-disabled-item-background, transparent);--disabled-item-text-color: var(--ig-combo-list-disabled-item-text-color, hsl(from var(--ig-gray-50-contrast) h s l/0.2));--border-color: var(--ig-combo-list-border-color, var(--ig-gray-100));--border-width: var(--ig-combo-list-border-width, 1px);--border-radius: var(--ig-combo-list-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0.2) * 1.25rem), 1.25rem));--item-border-radius: var(--ig-combo-list-item-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0.1) * 1.25rem), 1.25rem));--size: var(--ig-combo-list-size, max(var(--is-large, 1) * max(2rem, -1 * 2rem), var(--is-medium, 1) * max(1.75rem, -1 * 1.75rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--hover-item-background: var(--ig-combo-list-hover-item-background, hsl(from var(--ig-gray-50-contrast) h s l/0.1));--focused-item-background: var(--ig-combo-list-focused-item-background, transparent);--selected-item-text-color: var(--ig-combo-list-selected-item-text-color, var(--ig-gray-50-contrast));--selected-item-icon-color: var(--ig-combo-list-selected-item-icon-color, hsl(from var(--ig-gray-50-contrast) h s l/0.8));--selected-hover-item-background: var(--ig-combo-list-selected-hover-item-background, hsl(from var(--ig-primary-400) h s l/0.5));--selected-hover-item-text-color: var(--ig-combo-list-selected-hover-item-text-color, var(--ig-gray-50-contrast));--selected-hover-item-icon-color: var(--ig-combo-list-selected-hover-item-icon-color, var(--ig-gray-50-contrast));--selected-focus-item-background: var(--ig-combo-list-selected-focus-item-background, hsl(from var(--ig-primary-400) h s l/0.3));--selected-focus-item-text-color: var(--ig-combo-list-selected-focus-item-text-color, var(--ig-gray-50-contrast));--ig-theme: indigo}`; //# sourceMappingURL=combo.indigo.css.js.map