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 11.5 kB
import { css } from 'lit'; export const styles = css `:host{--size: var(--ig-calendar-size, max(var(--is-large, 1) * max(2.5rem, -1 * 2.5rem), var(--is-medium, 1) * max(2rem, -1 * 2rem), var(--is-small, 1) * max(1.75rem, -1 * 1.75rem)));--inner-size: var(--ig-calendar-inner-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)));--picker-hover-foreground: var(--ig-calendar-picker-hover-foreground, hsla(var(--ig-primary-200), var(--ig-primary-a)));--picker-focus-foreground: var(--ig-calendar-picker-focus-foreground, hsla(var(--ig-primary-200), var(--ig-primary-a)));--navigation-hover-color: var(--ig-calendar-navigation-hover-color, hsla(var(--ig-primary-200), var(--ig-primary-a)));--navigation-focus-color: var(--ig-calendar-navigation-focus-color, hsla(var(--ig-primary-200), var(--ig-primary-a)));--ym-current-outline-hover-color: var(--ig-calendar-ym-current-outline-hover-color, transparent);--ym-current-outline-focus-color: var(--ig-calendar-ym-current-outline-focus-color, transparent);--date-selected-current-range-foreground: var(--ig-calendar-date-selected-current-range-foreground, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--date-selected-current-range-hover-foreground: var(--ig-calendar-date-selected-current-range-hover-foreground, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--date-selected-current-range-focus-foreground: var(--ig-calendar-date-selected-current-range-focus-foreground, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--date-current-background: var(--ig-calendar-date-current-background, hsla(var(--ig-primary-200), var(--ig-primary-a)));--date-current-hover-foreground: var(--ig-calendar-date-current-hover-foreground, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--date-current-focus-foreground: var(--ig-calendar-date-current-focus-foreground, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--date-current-focus-background: var(--ig-calendar-date-current-focus-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-special-range-border-color: var(--ig-calendar-date-special-range-border-color, hsla(var(--ig-primary-50), var(--ig-primary-a)));--date-special-current-border-color: var(--ig-calendar-date-special-current-border-color, transparent);--border-radius: var(--ig-calendar-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0) * 1.5625rem), 1.5625rem));--date-border-radius: var(--ig-calendar-date-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0) * 1.5625rem), 1.5625rem));--date-range-border-radius: var(--ig-calendar-date-range-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0) * 1.5625rem), 1.5625rem));--ym-border-radius: var(--ig-calendar-ym-border-radius, clamp(0.125rem, calc(var(--ig-radius-factor, 0) * 1.5625rem), 1.5625rem));--date-selected-border-color: var(--ig-calendar-date-selected-border-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--date-selected-hover-border-color: var(--ig-calendar-date-selected-hover-border-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--date-selected-focus-border-color: var(--ig-calendar-date-selected-focus-border-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--date-range-border-color: var(--ig-calendar-date-range-border-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--date-range-preview-border-color: var(--ig-calendar-date-range-preview-border-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--ym-hover-background: var(--ig-calendar-ym-hover-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-special-foreground: var(--ig-calendar-date-special-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--date-special-hover-foreground: var(--ig-calendar-date-special-hover-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--date-special-focus-foreground: var(--ig-calendar-date-special-focus-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--date-selected-current-border-color: var(--ig-calendar-date-selected-current-border-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--date-selected-current-hover-border-color: var(--ig-calendar-date-selected-current-hover-border-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--date-selected-current-focus-border-color: var(--ig-calendar-date-selected-current-focus-border-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--date-special-border-color: var(--ig-calendar-date-special-border-color, hsla(var(--ig-primary-50), var(--ig-primary-a)));--date-special-hover-border-color: var(--ig-calendar-date-special-hover-border-color, hsla(var(--ig-primary-50), var(--ig-primary-a)));--date-special-hover-background: var(--ig-calendar-date-special-hover-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-special-focus-background: var(--ig-calendar-date-special-focus-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-special-range-hover-background: var(--ig-calendar-date-special-range-hover-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-special-range-focus-background: var(--ig-calendar-date-special-range-focus-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--header-foreground: var(--ig-calendar-header-foreground, color-mix(in oklch, var(--ig-primary-200-contrast) 100%, transparent));--header-background: var(--ig-calendar-header-background, hsla(var(--ig-primary-200), var(--ig-primary-a)));--picker-foreground: var(--ig-calendar-picker-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--ym-selected-current-hover-foreground: var(--ig-calendar-ym-selected-current-hover-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--ym-selected-current-hover-background: var(--ig-calendar-ym-selected-current-hover-background, hsla(var(--ig-primary-600), var(--ig-primary-a)));--ym-hover-foreground: var(--ig-calendar-ym-hover-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--ym-current-foreground: var(--ig-calendar-ym-current-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--ym-current-background: var(--ig-calendar-ym-current-background, hsla(var(--ig-gray-100), var(--ig-gray-a)));--ym-current-hover-foreground: var(--ig-calendar-ym-current-hover-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--ym-current-hover-background: var(--ig-calendar-ym-current-hover-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--ym-selected-foreground: var(--ig-calendar-ym-selected-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--ym-selected-background: var(--ig-calendar-ym-selected-background, hsla(var(--ig-primary-800), var(--ig-primary-a)));--ym-selected-hover-foreground: var(--ig-calendar-ym-selected-hover-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--ym-selected-hover-background: var(--ig-calendar-ym-selected-hover-background, hsla(var(--ig-primary-600), var(--ig-primary-a)));--ym-selected-current-foreground: var(--ig-calendar-ym-selected-current-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--ym-selected-current-background: var(--ig-calendar-ym-selected-current-background, hsla(var(--ig-primary-800), var(--ig-primary-a)));--date-selected-current-foreground: var(--ig-calendar-date-selected-current-foreground, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--date-selected-current-background: var(--ig-calendar-date-selected-current-background, hsla(var(--ig-gray-100), var(--ig-gray-a)));--date-selected-current-hover-foreground: var(--ig-calendar-date-selected-current-hover-foreground, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--date-selected-current-hover-background: var(--ig-calendar-date-selected-current-hover-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-selected-current-focus-foreground: var(--ig-calendar-date-selected-current-focus-foreground, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--date-selected-current-focus-background: var(--ig-calendar-date-selected-current-focus-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-selected-current-range-background: var(--ig-calendar-date-selected-current-range-background, hsla(var(--ig-gray-100), var(--ig-gray-a)));--date-selected-current-range-hover-background: var(--ig-calendar-date-selected-current-range-hover-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-selected-current-range-focus-background: var(--ig-calendar-date-selected-current-range-focus-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-selected-range-foreground: var(--ig-calendar-date-selected-range-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--date-selected-range-background: var(--ig-calendar-date-selected-range-background, hsla(var(--ig-gray-100), var(--ig-gray-a)));--date-selected-range-hover-background: var(--ig-calendar-date-selected-range-hover-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-selected-range-focus-background: var(--ig-calendar-date-selected-range-focus-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-hover-background: var(--ig-calendar-date-hover-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-focus-background: var(--ig-calendar-date-focus-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-current-foreground: var(--ig-calendar-date-current-foreground, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--date-current-hover-background: var(--ig-calendar-date-current-hover-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-selected-foreground: var(--ig-calendar-date-selected-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--date-selected-background: var(--ig-calendar-date-selected-background, hsla(var(--ig-gray-100), var(--ig-gray-a)));--date-selected-hover-foreground: var(--ig-calendar-date-selected-hover-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--date-selected-hover-background: var(--ig-calendar-date-selected-hover-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--date-selected-focus-foreground: var(--ig-calendar-date-selected-focus-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--date-selected-focus-background: var(--ig-calendar-date-selected-focus-background, hsla(var(--ig-gray-200), var(--ig-gray-a)));--ym-current-outline-color: var(--ig-calendar-ym-current-outline-color, transparent);--ym-selected-current-outline-color: var(--ig-calendar-ym-selected-current-outline-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--ym-selected-current-outline-hover-color: var(--ig-calendar-ym-selected-current-outline-hover-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--ym-selected-current-outline-focus-color: var(--ig-calendar-ym-selected-current-outline-focus-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--week-number-border-radius: var(--ig-calendar-week-number-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0) * 0.5rem), 0.5rem));--date-current-border-color: var(--ig-calendar-date-current-border-color, transparent);--date-current-hover-border-color: var(--ig-calendar-date-current-hover-border-color, transparent);--date-current-focus-border-color: var(--ig-calendar-date-current-focus-border-color, transparent);--actions-divider-color: var(--ig-calendar-actions-divider-color, hsla(var(--ig-gray-100), var(--ig-gray-a)));--date-special-range-foreground: var(--ig-calendar-date-special-range-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)))}`; //# sourceMappingURL=calendar.fluent.css.js.map