dgz-ui
Version:
Custom ui library using React.js, Shadcn/ui, TailwindCSS, Typescript
32 lines (31 loc) • 654 B
JavaScript
import * as i from "react";
import { P as o } from "./index-l3y0hILL.js";
import { j as t } from "./jsx-runtime-DS1N_tNq.js";
var s = Object.freeze({
// See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss
position: "absolute",
border: 0,
width: 1,
height: 1,
padding: 0,
margin: -1,
overflow: "hidden",
clip: "rect(0, 0, 0, 0)",
whiteSpace: "nowrap",
wordWrap: "normal"
}), d = "VisuallyHidden", e = i.forwardRef(
(r, a) => /* @__PURE__ */ t.jsx(
o.span,
{
...r,
ref: a,
style: { ...s, ...r.style }
}
)
);
e.displayName = d;
var n = e;
export {
n as R,
s as V
};