trepur_components 2.3.13 → 2.3.15
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.
|
@@ -56,7 +56,7 @@ const l = y(null), v = o(({ children: a }, s) => {
|
|
|
56
56
|
/* @__PURE__ */ e("p", { children: a }),
|
|
57
57
|
/* @__PURE__ */ e(w, { icon: k })
|
|
58
58
|
] }),
|
|
59
|
-
r && /* @__PURE__ */ e("div", { className: "absolute -left-5 top-7 w-
|
|
59
|
+
r && /* @__PURE__ */ e("div", { className: "absolute -left-5 top-7 z-50 w-40 bg-nav-bg", children: /* @__PURE__ */ e("div", { className: "grid grid-cols-1 gap-y-2 bg-nav-bg px-4 py-4", children: s }) })
|
|
60
60
|
]
|
|
61
61
|
}
|
|
62
62
|
);
|
|
@@ -29,7 +29,7 @@ const m = g(null), x = l(({ id: i, className: e, children: r, swapDesktop: t, sw
|
|
|
29
29
|
ref: t,
|
|
30
30
|
...r,
|
|
31
31
|
className: a(
|
|
32
|
-
"mx-auto flex items-center
|
|
32
|
+
"mx-auto flex items-center p-8 py-12 text-center md:p-12 lg:p-20",
|
|
33
33
|
{
|
|
34
34
|
"md:order-last": n,
|
|
35
35
|
"order-last": !d && o
|
|
@@ -47,7 +47,7 @@ const m = g(null), x = l(({ id: i, className: e, children: r, swapDesktop: t, sw
|
|
|
47
47
|
ref: t,
|
|
48
48
|
...r,
|
|
49
49
|
className: a(
|
|
50
|
-
"flex h-full items-center
|
|
50
|
+
"flex h-full items-center p-8 text-center md:p-12 lg:p-20",
|
|
51
51
|
{
|
|
52
52
|
"md:order-first": n,
|
|
53
53
|
"order-first": !d && o
|
package/lib/tailwind/colors.ts
CHANGED