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 1.19 kB
import { css } from 'lit'; export const styles = css `:host{--ghost-elevation: var(--ig-chip-ghost-elevation, var(--ig-elevation-0));--focus-outline-color: var(--ig-chip-focus-outline-color, hsla(var(--ig-gray-200), var(--ig-gray-a)));--focus-selected-outline-color: var(--ig-chip-focus-selected-outline-color, hsla(var(--ig-gray-200), var(--ig-gray-a)));--focus-text-color: var(--ig-chip-focus-text-color, color-mix(in oklch, var(--ig-gray-400-contrast) 100%, transparent));--selected-background: var(--ig-chip-selected-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--border-radius: var(--ig-chip-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0.25) * 1rem), 1rem));--text-color: var(--ig-chip-text-color, color-mix(in oklch, var(--ig-gray-200-contrast) 100%, transparent));--focus-background: var(--ig-chip-focus-background, hsla(var(--ig-gray-400), var(--ig-gray-a)));--focus-selected-background: var(--ig-chip-focus-selected-background, hsla(var(--ig-gray-400), var(--ig-gray-a)));--focus-selected-text-color: var(--ig-chip-focus-selected-text-color, color-mix(in oklch, var(--ig-gray-400-contrast) 100%, transparent))}`; //# sourceMappingURL=chip.bootstrap.css.js.map