@yakavkaz/uikit 0.0.11 → 0.0.13
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -694,7 +694,7 @@ const Bg = E(
|
|
|
694
694
|
{
|
|
695
695
|
ref: i,
|
|
696
696
|
className: x(
|
|
697
|
-
"relative flex w-full
|
|
697
|
+
"relative flex w-full items-center justify-between",
|
|
698
698
|
"before:bg-success-700 pl-6 before:absolute before:top-1/2 before:left-0 before:h-6 before:w-3 before:-translate-y-1/2 before:content-['']",
|
|
699
699
|
g
|
|
700
700
|
),
|
|
@@ -1291,7 +1291,7 @@ const Yg = [
|
|
|
1291
1291
|
children: [
|
|
1292
1292
|
/* @__PURE__ */ B("div", { className: x(h ? "flex items-center" : "flex flex-col gap-10"), children: [
|
|
1293
1293
|
/* @__PURE__ */ A(H, { iconColor: n, variant: "medium", withTM: !0 }),
|
|
1294
|
-
/* @__PURE__ */ A("div", { className: x("ml-10
|
|
1294
|
+
/* @__PURE__ */ A("div", { className: x(h ? "ml-10 max-w-[340px] text-xs" : "max-w-[200px]"), children: e })
|
|
1295
1295
|
] }),
|
|
1296
1296
|
h ? /* @__PURE__ */ B(k, { children: [
|
|
1297
1297
|
/* @__PURE__ */ A(U, { className: x("fill-current", n), width: "380px" }),
|
|
@@ -1302,7 +1302,7 @@ const Yg = [
|
|
|
1302
1302
|
{
|
|
1303
1303
|
width: 380,
|
|
1304
1304
|
height: 380,
|
|
1305
|
-
className: "absolute
|
|
1305
|
+
className: "absolute right-[-60px] bottom-0"
|
|
1306
1306
|
}
|
|
1307
1307
|
),
|
|
1308
1308
|
/* @__PURE__ */ A(C, { variant: "text_26_medium", className: x(n), onClick: g, children: /* @__PURE__ */ A("a", { href: M, children: "yakavkaz.ru" }) })
|