UNPKG

liquidify-react

Version:

🚀 Production-ready React component library inspired by Apple's new design language post-WWDC 2025. Built with Panda CSS and React, using Bun as runtime (npm compatible). Helps developers maintain design consistency for Apple platform apps. 47+ components

47 lines (46 loc) • 1.14 kB
import { jsx as p } from "react/jsx-runtime"; import { HoverCard as o } from "@ark-ui/react"; import { forwardRef as c } from "react"; import { m as C, a as d, s as m, b as v } from "./create-recipe-PrEeV78t.mjs"; import { c as _ } from "./cx-DSqNu2Ai.mjs"; const a = /* @__PURE__ */ d("hover-card", {}, []), t = {}, e = Object.keys(t), g = /* @__PURE__ */ Object.assign(C(a.recipeFn), { __recipe__: !0, __name__: "hoverCard", __getCompoundVariantCss__: a.__getCompoundVariantCss__, raw: (r) => r, variantKeys: e, variantMap: t, merge(r) { return v(this, r); }, splitVariantProps(r) { return m(r, e); }, getVariantProps: a.getVariantProps }), H = o.Root, f = o.Trigger, w = o.Positioner, s = c(({ className: r, ...n }, i) => /* @__PURE__ */ p( o.Content, { ref: i, className: _(g(), r), ...n } )); s.displayName = "HoverCardContent"; const h = o.Arrow, P = o.ArrowTip, b = { Root: H, Trigger: f, Positioner: w, Content: s, Arrow: h, ArrowTip: P }; export { b as H, H as a, f as b, w as c, s as d, h as e, P as f }; //# sourceMappingURL=hoverCard-CT9qFHjy.mjs.map