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 • 787 B
JavaScript
import { css } from 'lit';
export const styles = css `:host{--fill-color-default: var(--ig-circular-progress-fill-color-default, var(--ig-primary-500));--fill-color-danger: var(--ig-circular-progress-fill-color-danger, var(--ig-error-500));--fill-color-warning: var(--ig-circular-progress-fill-color-warning, var(--ig-warn-500));--fill-color-info: var(--ig-circular-progress-fill-color-info, var(--ig-info-500));--fill-color-success: var(--ig-circular-progress-fill-color-success, var(--ig-success-500));--text-color: var(--ig-circular-progress-text-color, var(--ig-gray-700));--diameter: var(--ig-circular-progress-diameter, 2rem);--track-border-radius: var(--ig-circular-progress-track-border-radius, 0rem);--ig-theme: fluent}`;
//# sourceMappingURL=circular.progress.fluent.css.js.map