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 750 B
import { css } from 'lit'; export const styles = css `:host{--background: var(--ig-chip-background, hsla(var(--ig-gray-300), var(--ig-gray-a)));--selected-background: var(--ig-chip-selected-background, hsla(var(--ig-gray-300), var(--ig-gray-a)));--text-color: var(--ig-chip-text-color, color-mix(in oklch, var(--ig-gray-300-contrast) 100%, transparent));--focus-background: var(--ig-chip-focus-background, hsla(var(--ig-gray-500), var(--ig-gray-a)));--focus-selected-text-color: var(--ig-chip-focus-selected-text-color, color-mix(in oklch, var(--ig-gray-500-contrast) 100%, transparent));--focus-selected-background: var(--ig-chip-focus-selected-background, hsla(var(--ig-gray-500), var(--ig-gray-a)))}`; //# sourceMappingURL=chip.material.css.js.map