@sandlada/mdc
Version:
@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.
14 lines • 862 B
TypeScript
export declare const FocusRingDefinition: {
readonly 'active-width': "8px";
readonly 'enabled-color': "var(--md-sys-color-secondary, light-dark(#3c6847, #a2d2ab))";
readonly 'enabled-color-reduced-contrast': "var(--md-sys-color-outline, light-dark(#6d7a6e, #879487))";
readonly duration: "var(--md-sys-motion-duration-long4, 600ms)";
readonly 'inward-offset': "0px";
readonly 'outward-offset': "2px";
readonly width: "3px";
readonly 'shape-start-start': "var(--md-sys-shape-corner-full, calc(infinity * 1px))";
readonly 'shape-start-end': "var(--md-sys-shape-corner-full, calc(infinity * 1px))";
readonly 'shape-end-start': "var(--md-sys-shape-corner-full, calc(infinity * 1px))";
readonly 'shape-end-end': "var(--md-sys-shape-corner-full, calc(infinity * 1px))";
};
//# sourceMappingURL=focus-ring.definition.d.ts.map