@myelmut/design-system 0.1.24 → 0.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1202,13 +1202,13 @@ const _t = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1202
1202
|
pink: "bg-pink-oyster-light text-claret-violet-dark ",
|
|
1203
1203
|
beige: "bg-beige-light text-claret-violet-dark",
|
|
1204
1204
|
lavender: "bg-lavender-blue-light text-claret-violet-dark "
|
|
1205
|
-
}, Ut = ({ className: e, variant: t = "violet", title: l, description: r, imageMobile: n, imageDesktop: o, imageMobile2x: c, imageDesktop2x: m, href: g = "" }) => /* @__PURE__ */ d("div", { tabIndex: 0, className: s("group rounded-card outline-claret-violet-dark relative flex aspect-20/23 w-50 max-w-62.5
|
|
1206
|
-
/* @__PURE__ */ a("div", { className: s("absolute inset-0 z-0 overflow-hidden
|
|
1205
|
+
}, Ut = ({ className: e, variant: t = "violet", title: l, description: r, imageMobile: n, imageDesktop: o, imageMobile2x: c, imageDesktop2x: m, href: g = "" }) => /* @__PURE__ */ d("div", { tabIndex: 0, className: s("group rounded-card outline-claret-violet-dark relative flex aspect-20/23 w-50 max-w-62.5 cursor-default flex-col justify-end overflow-hidden transition-colors duration-300 md:h-87 md:w-100 lg:aspect-125/174 lg:w-full lg:min-w-max", e), children: [
|
|
1206
|
+
/* @__PURE__ */ a("div", { className: s("absolute inset-0 z-0 overflow-hidden"), children: /* @__PURE__ */ a(F, { alt: l, mobile: n, desktop: o, mobile2x: c, desktop2x: m, className: "h-full object-cover" }) }),
|
|
1207
1207
|
/* @__PURE__ */ d(
|
|
1208
1208
|
"div",
|
|
1209
1209
|
{
|
|
1210
1210
|
className: s(
|
|
1211
|
-
"z-1 flex flex-col gap-4 p-4 transition-all duration-300 ease-in-out lg:translate-y-[calc(100%-
|
|
1211
|
+
"z-1 flex flex-col gap-4 p-4 transition-all duration-300 ease-in-out lg:translate-y-[calc(100%-72px)] lg:items-center lg:gap-7 lg:px-3 lg:py-6 lg:group-focus-within:translate-y-[0] lg:group-focus-within:gap-4 lg:group-hover:translate-y-[0] lg:group-hover:gap-4 xl:px-6",
|
|
1212
1212
|
v1[t]
|
|
1213
1213
|
),
|
|
1214
1214
|
children: [
|