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 • 10.8 kB
JavaScript
import { css } from 'lit';
export const styles = css `:host{--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)));--content-foreground: var(--ig-calendar-content-foreground, hsla(var(--ig-gray-800), var(--ig-gray-a)));--content-background: var(--ig-calendar-content-background, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--border-color: var(--ig-calendar-border-color, hsla(var(--ig-gray-400), var(--ig-gray-a)));--picker-background: var(--ig-calendar-picker-background, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--picker-hover-foreground: var(--ig-calendar-picker-hover-foreground, hsla(var(--ig-primary-500), var(--ig-primary-a)));--picker-focus-foreground: var(--ig-calendar-picker-focus-foreground, hsla(var(--ig-primary-500), var(--ig-primary-a)));--navigation-color: var(--ig-calendar-navigation-color, hsla(var(--ig-gray-600), var(--ig-gray-a)));--navigation-hover-color: var(--ig-calendar-navigation-hover-color, hsla(var(--ig-primary-500), var(--ig-primary-a)));--navigation-focus-color: var(--ig-calendar-navigation-focus-color, hsla(var(--ig-primary-500), var(--ig-primary-a)));--ym-current-outline-hover-color: var(--ig-calendar-ym-current-outline-hover-color, hsla(var(--ig-primary-400), var(--ig-primary-a)));--ym-current-outline-focus-color: var(--ig-calendar-ym-current-outline-focus-color, hsla(var(--ig-primary-400), var(--ig-primary-a)));--date-selected-current-range-foreground: var(--ig-calendar-date-selected-current-range-foreground, hsla(var(--ig-gray-800), var(--ig-gray-a)));--date-special-background: var(--ig-calendar-date-special-background, hsla(var(--ig-primary-50), 0.7));--date-special-range-background: var(--ig-calendar-date-special-range-background, hsla(var(--ig-primary-50), 0.7));--week-number-foreground: var(--ig-calendar-week-number-foreground, hsla(var(--ig-gray-600), var(--ig-gray-a)));--week-number-background: var(--ig-calendar-week-number-background, hsla(var(--ig-gray-900), 0.05));--weekend-color: var(--ig-calendar-weekend-color, hsla(var(--ig-gray-800), var(--ig-gray-a)));--border-radius: var(--ig-calendar-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 1) * 0.375rem), 0.375rem));--date-disabled-foreground: var(--ig-calendar-date-disabled-foreground, hsla(var(--ig-gray-900), 0.2));--date-disabled-range-foreground: var(--ig-calendar-date-disabled-range-foreground, hsla(var(--ig-gray-800), 0.38));--date-current-hover-background: var(--ig-calendar-date-current-hover-background, hsla(var(--ig-gray-900), 0.05));--header-foreground: var(--ig-calendar-header-foreground, hsla(var(--ig-gray-800), var(--ig-gray-a)));--header-background: var(--ig-calendar-header-background, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--picker-foreground: var(--ig-calendar-picker-foreground, 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, 1) * 0.25rem), 0.25rem));--date-hover-background: var(--ig-calendar-date-hover-background, hsla(var(--ig-gray-900), 0.05));--date-focus-background: var(--ig-calendar-date-focus-background, hsla(var(--ig-gray-900), 0.05));--date-current-foreground: var(--ig-calendar-date-current-foreground, hsla(var(--ig-gray-800), var(--ig-gray-a)));--date-current-border-color: var(--ig-calendar-date-current-border-color, hsla(var(--ig-primary-500), var(--ig-primary-a)));--date-current-hover-border-color: var(--ig-calendar-date-current-hover-border-color, hsla(var(--ig-primary-400), var(--ig-primary-a)));--date-current-focus-border-color: var(--ig-calendar-date-current-focus-border-color, hsla(var(--ig-primary-400), var(--ig-primary-a)));--date-special-foreground: var(--ig-calendar-date-special-foreground, hsla(var(--ig-primary-500), var(--ig-primary-a)));--date-special-range-foreground: var(--ig-calendar-date-special-range-foreground, hsla(var(--ig-primary-500), var(--ig-primary-a)));--date-special-hover-foreground: var(--ig-calendar-date-special-hover-foreground, hsla(var(--ig-primary-700), var(--ig-primary-a)));--date-special-hover-background: var(--ig-calendar-date-special-hover-background, hsla(var(--ig-primary-50), var(--ig-primary-a)));--date-special-focus-foreground: var(--ig-calendar-date-special-focus-foreground, hsla(var(--ig-primary-700), var(--ig-primary-a)));--date-special-focus-background: var(--ig-calendar-date-special-focus-background, hsla(var(--ig-primary-50), var(--ig-primary-a)));--date-special-range-hover-background: var(--ig-calendar-date-special-range-hover-background, hsla(var(--ig-primary-50), var(--ig-primary-a)));--date-special-range-focus-background: var(--ig-calendar-date-special-range-focus-background, hsla(var(--ig-primary-50), var(--ig-primary-a)));--date-special-border-color: var(--ig-calendar-date-special-border-color, transparent);--date-special-hover-border-color: var(--ig-calendar-date-special-hover-border-color, transparent);--date-selected-foreground: var(--ig-calendar-date-selected-foreground, color-mix(in oklch, var(--ig-primary-500-contrast) 100%, transparent));--date-selected-background: var(--ig-calendar-date-selected-background, hsla(var(--ig-primary-500), var(--ig-primary-a)));--date-selected-hover-foreground: var(--ig-calendar-date-selected-hover-foreground, color-mix(in oklch, var(--ig-primary-900-contrast) 100%, transparent));--date-selected-hover-background: var(--ig-calendar-date-selected-hover-background, hsla(var(--ig-primary-400), var(--ig-primary-a)));--date-selected-focus-foreground: var(--ig-calendar-date-selected-focus-foreground, color-mix(in oklch, var(--ig-primary-900-contrast) 100%, transparent));--date-selected-focus-background: var(--ig-calendar-date-selected-focus-background, hsla(var(--ig-primary-400), var(--ig-primary-a)));--date-selected-current-foreground: var(--ig-calendar-date-selected-current-foreground, color-mix(in oklch, var(--ig-primary-500-contrast) 100%, transparent));--date-selected-current-background: var(--ig-calendar-date-selected-current-background, hsla(var(--ig-primary-500), var(--ig-primary-a)));--date-selected-current-hover-foreground: var(--ig-calendar-date-selected-current-hover-foreground, color-mix(in oklch, var(--ig-primary-900-contrast) 100%, transparent));--date-selected-current-hover-background: var(--ig-calendar-date-selected-current-hover-background, hsla(var(--ig-primary-400), var(--ig-primary-a)));--date-selected-current-focus-foreground: var(--ig-calendar-date-selected-current-focus-foreground, color-mix(in oklch, var(--ig-primary-900-contrast) 100%, transparent));--date-selected-current-focus-background: var(--ig-calendar-date-selected-current-focus-background, hsla(var(--ig-primary-400), var(--ig-primary-a)));--date-selected-current-border-color: var(--ig-calendar-date-selected-current-border-color, color-mix(in oklch, var(--ig-primary-900-contrast) 60%, transparent));--date-selected-current-hover-border-color: var(--ig-calendar-date-selected-current-hover-border-color, color-mix(in oklch, var(--ig-primary-900-contrast) 60%, transparent));--date-selected-current-focus-border-color: var(--ig-calendar-date-selected-current-focus-border-color, color-mix(in oklch, var(--ig-primary-900-contrast) 60%, transparent));--date-selected-range-foreground: var(--ig-calendar-date-selected-range-foreground, hsla(var(--ig-gray-800), var(--ig-gray-a)));--date-selected-range-background: var(--ig-calendar-date-selected-range-background, hsla(var(--ig-primary-300), 0.2));--date-selected-range-hover-background: var(--ig-calendar-date-selected-range-hover-background, hsla(var(--ig-gray-900), 0.05));--date-selected-range-focus-background: var(--ig-calendar-date-selected-range-focus-background, hsla(var(--ig-gray-900), 0.05));--date-selected-current-range-background: var(--ig-calendar-date-selected-current-range-background, hsla(var(--ig-primary-300), 0.02));--date-selected-current-range-hover-background: var(--ig-calendar-date-selected-current-range-hover-background, hsla(var(--ig-gray-900), 0.05));--date-selected-current-range-focus-background: var(--ig-calendar-date-selected-current-range-focus-background, hsla(var(--ig-gray-900), 0.05));--ym-selected-current-hover-foreground: var(--ig-calendar-ym-selected-current-hover-foreground, color-mix(in oklch, var(--ig-primary-900-contrast) 100%, transparent));--ym-selected-current-hover-background: var(--ig-calendar-ym-selected-current-hover-background, hsla(var(--ig-primary-400), var(--ig-primary-a)));--ym-hover-foreground: var(--ig-calendar-ym-hover-foreground, hsla(var(--ig-gray-900), var(--ig-gray-a)));--ym-hover-background: var(--ig-calendar-ym-hover-background, hsla(var(--ig-gray-900), 0.05));--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, transparent);--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-900), 0.05));--ym-selected-foreground: var(--ig-calendar-ym-selected-foreground, color-mix(in oklch, var(--ig-primary-500-contrast) 100%, transparent));--ym-selected-background: var(--ig-calendar-ym-selected-background, hsla(var(--ig-primary-500), var(--ig-primary-a)));--ym-selected-hover-foreground: var(--ig-calendar-ym-selected-hover-foreground, color-mix(in oklch, var(--ig-primary-900-contrast) 100%, transparent));--ym-selected-hover-background: var(--ig-calendar-ym-selected-hover-background, hsla(var(--ig-primary-400), var(--ig-primary-a)));--ym-selected-current-foreground: var(--ig-calendar-ym-selected-current-foreground, color-mix(in oklch, var(--ig-primary-500-contrast) 100%, transparent));--ym-selected-current-background: var(--ig-calendar-ym-selected-current-background, hsla(var(--ig-primary-500), var(--ig-primary-a)));--ym-current-outline-color: var(--ig-calendar-ym-current-outline-color, hsla(var(--ig-primary-500), var(--ig-primary-a)));--ym-selected-current-outline-color: var(--ig-calendar-ym-selected-current-outline-color, color-mix(in oklch, var(--ig-gray-900-contrast) 60%, transparent));--ym-selected-current-outline-hover-color: var(--ig-calendar-ym-selected-current-outline-hover-color, color-mix(in oklch, var(--ig-gray-900-contrast) 60%, transparent));--ym-selected-current-outline-focus-color: var(--ig-calendar-ym-selected-current-outline-focus-color, color-mix(in oklch, var(--ig-gray-900-contrast) 60%, transparent));--actions-divider-color: var(--ig-calendar-actions-divider-color, hsla(var(--ig-gray-400), var(--ig-gray-a)))}`;
//# sourceMappingURL=calendar.indigo.css.js.map