@frontify/fondue
Version:
Design system of Frontify
13 lines (12 loc) • 1.02 kB
JavaScript
import { merge as i } from "./merge.es.js";
const t = "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 = "group-focus-visible:tw-ring-4 group-focus-visible:tw-ring-blue group-focus-visible:tw-ring-offset-2 group-focus-visible:dark:tw-ring-offset-black group-focus-visible:tw-outline-none", r = i([t, "tw-ring-inset"]), f = i([n, "tw-ring-inset"]), w = "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 {
t as FOCUS_STYLE,
r as FOCUS_STYLE_INSET,
s as FOCUS_STYLE_NO_OFFSET,
n as FOCUS_VISIBLE_STYLE,
f as FOCUS_VISIBLE_STYLE_INSET,
w as FOCUS_WITHIN_STYLE,
e as PARENT_FOCUS_VISIBLE_STYLE
};
//# sourceMappingURL=focusStyle.es.js.map