@yakavkaz/uikit 0.0.12 → 0.0.14
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
|
@@ -380,9 +380,9 @@ const AA = (e, g) => /* @__PURE__ */ A("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
380
380
|
// 24px
|
|
381
381
|
[J.heading_2_regular]: "text-md font-regular",
|
|
382
382
|
// 24px
|
|
383
|
-
[J.heading_3_bold]: "text-
|
|
383
|
+
[J.heading_3_bold]: "text-sm font-semibold",
|
|
384
384
|
// 18px
|
|
385
|
-
[J.heading_3_semibold]: "text-
|
|
385
|
+
[J.heading_3_semibold]: "text-sm font-bold",
|
|
386
386
|
// 18px
|
|
387
387
|
// Текст
|
|
388
388
|
[J.text_30_semibold]: "text-[30px] font-semibold",
|
|
@@ -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
|
),
|