@frontify/fondue
Version:
Design system of Frontify
12 lines (11 loc) • 800 B
JavaScript
import { merge as t } from "./merge.es.js";
const i = "tw-ring-4 tw-ring-blue tw-ring-offset-2 dark:tw-ring-offset-black tw-outline-none", s = "tw-ring-4 tw-ring-blue dark:tw-ring-offset-black tw-outline-none", n = "focus-visible:tw-ring-4 focus-visible:tw-ring-blue focus-visible:tw-ring-offset-2 focus-visible:dark:tw-ring-offset-black focus-visible:tw-outline-none", e = t([i, "tw-ring-inset"]), w = t([n, "tw-ring-inset"]), f = "focus-within:tw-ring-4 focus-within:tw-ring-blue focus-within:tw-ring-offset-2 focus-within:dark:tw-ring-offset-black focus-within:tw-outline-none";
export {
i as FOCUS_STYLE,
e as FOCUS_STYLE_INSET,
s as FOCUS_STYLE_NO_OFFSET,
n as FOCUS_VISIBLE_STYLE,
w as FOCUS_VISIBLE_STYLE_INSET,
f as FOCUS_WITHIN_STYLE
};
//# sourceMappingURL=focusStyle.es.js.map