@sandlada/mdc
Version:
@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.
52 lines • 2.88 kB
TypeScript
export declare const LinearProgressIndicatorDefinition: {
readonly height: "4px";
readonly 'with-wave-height': "10px";
readonly 'active-indicator-thickness': "4px";
readonly 'track-thickness': "4px";
readonly 'stop-indicator-size': "4px";
readonly 'track-active-indicator-space': "4px";
readonly 'stop-indicator-trailing-space': "0px";
readonly 'wave-amplitude': "3px";
readonly 'wave-wavelength': "16px";
readonly 'indeterminate-wave-wavelength': "20px";
readonly "active-indicator-shape-start-start": string;
readonly "active-indicator-shape-start-end": string;
readonly "active-indicator-shape-end-end": string;
readonly "active-indicator-shape-end-start": string;
readonly "track-shape-start-start": string;
readonly "track-shape-start-end": string;
readonly "track-shape-end-end": string;
readonly "track-shape-end-start": string;
readonly "stop-indicator-shape-start-start": string;
readonly "stop-indicator-shape-start-end": string;
readonly "stop-indicator-shape-end-end": string;
readonly "stop-indicator-shape-end-start": string;
readonly 'active-indicator-color': "var(--md-sys-color-primary, var(--md-sys-palette-primary-40, #6750a4))";
readonly 'track-color': "var(--md-sys-color-secondary-container, var(--md-sys-palette-secondary-90, #e8def8))";
readonly 'stop-indicator-color': "var(--md-sys-color-primary, var(--md-sys-palette-primary-40, #6750a4))";
};
export declare const CircularProgressIndicatorDefinition: {
readonly height: "40px";
readonly 'size-with-wave': "48px";
readonly 'active-indicator-thickness': "4px";
readonly 'track-thickness': "4px";
readonly 'stop-indicator-size': "4px";
readonly 'track-active-indicator-amplitude': "1.6px";
readonly 'active-indicator-wave-wavelength': "20px";
readonly "active-indicator-shape-start-start": string;
readonly "active-indicator-shape-start-end": string;
readonly "active-indicator-shape-end-end": string;
readonly "active-indicator-shape-end-start": string;
readonly "track-shape-start-start": string;
readonly "track-shape-start-end": string;
readonly "track-shape-end-end": string;
readonly "track-shape-end-start": string;
readonly "stop-indicator-shape-start-start": string;
readonly "stop-indicator-shape-start-end": string;
readonly "stop-indicator-shape-end-end": string;
readonly "stop-indicator-shape-end-start": string;
readonly 'active-indicator-color': "var(--md-sys-color-primary, var(--md-sys-palette-primary-40, #6750a4))";
readonly 'track-color': "var(--md-sys-color-secondary-container, var(--md-sys-palette-secondary-90, #e8def8))";
readonly 'stop-indicator-color': "var(--md-sys-color-primary, var(--md-sys-palette-primary-40, #6750a4))";
};
//# sourceMappingURL=progress-indicator.definition.d.ts.map