@sandlada/mdc
Version:
@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.
9 lines • 532 B
TypeScript
export declare const RippleDefinition: {
readonly 'hovered-color': "var(--md-sys-color-on-surface, var(--md-sys-palette-neutral-10, #1d1b20))";
readonly 'hovered-opacity': "0.08";
readonly 'focused-color': "var(--md-sys-color-on-surface, var(--md-sys-palette-neutral-10, #1d1b20))";
readonly 'focused-opacity': "0.12";
readonly 'pressed-color': "var(--md-sys-color-on-surface, var(--md-sys-palette-neutral-10, #1d1b20))";
readonly 'pressed-opacity': "0.12";
};
//# sourceMappingURL=ripple.definition.d.ts.map