@yakavkaz/uikit 0.0.19 → 0.0.21
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.js
CHANGED
|
@@ -553,7 +553,7 @@ const p = e(
|
|
|
553
553
|
...w
|
|
554
554
|
}, x) => {
|
|
555
555
|
const h = w.value !== void 0 ? w : { ...w, defaultValue: c };
|
|
556
|
-
return /* @__PURE__ */ M("div", { className: m("flex flex-col gap-1", g), children: [
|
|
556
|
+
return /* @__PURE__ */ M("div", { className: m("bg-light-100 flex flex-col gap-1", g), children: [
|
|
557
557
|
E && /* @__PURE__ */ A(C, { style: { color: J }, variant: "text_16_regular", children: E[0]?.toUpperCase() + E.slice(1) }),
|
|
558
558
|
/* @__PURE__ */ M(G.Root, { ...h, children: [
|
|
559
559
|
/* @__PURE__ */ M(
|
|
@@ -564,7 +564,7 @@ const p = e(
|
|
|
564
564
|
"aria-label": E,
|
|
565
565
|
className: m(
|
|
566
566
|
"inline-flex items-center justify-between gap-2",
|
|
567
|
-
"
|
|
567
|
+
"text-black",
|
|
568
568
|
"transition-colors",
|
|
569
569
|
"hover:text-light-900",
|
|
570
570
|
"data-[disabled]:text-light-700",
|