@rehagro/ui 1.0.62 → 1.0.64
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4691,8 +4691,8 @@ var CustomSelect = ({
|
|
|
4691
4691
|
children: /* @__PURE__ */ jsx("div", { className: "rh-flex rh-items-center rh-gap-2 rh-flex-1 rh-px-0.5", children: /* @__PURE__ */ jsx(
|
|
4692
4692
|
"span",
|
|
4693
4693
|
{
|
|
4694
|
-
className: "rh-
|
|
4695
|
-
style: { fontSize: type === "date" ? "14px" : "12px", fontWeight: type === "date" ? "normal" : "bold", backgroundColor: displayBg || "transparent", fontFamily: "Inter, sans-serif", color: displayTextColor },
|
|
4694
|
+
className: "rh-line-height-[20px] rh-rounded-xl rh-whitespace-normal rh-text-ellipsis rh-text-nowrap",
|
|
4695
|
+
style: { fontSize: type === "date" ? "14px" : "12px", fontWeight: type === "date" ? "normal" : "bold", padding: type === "date" ? "0px 3px" : "2px 14px", backgroundColor: displayBg || "transparent", fontFamily: "Inter, sans-serif", color: displayTextColor },
|
|
4696
4696
|
children: displayLabel
|
|
4697
4697
|
}
|
|
4698
4698
|
) })
|
|
@@ -4726,7 +4726,7 @@ var CustomSelect = ({
|
|
|
4726
4726
|
/* @__PURE__ */ jsx(
|
|
4727
4727
|
"span",
|
|
4728
4728
|
{
|
|
4729
|
-
className: "rh-px-
|
|
4729
|
+
className: "rh-px-3.5 rh-py-0.5 rh-font-semibold rh-rounded-xl rh-text-white rh-text-[12px] rh-whitespace-normal rh-break-words",
|
|
4730
4730
|
style: {
|
|
4731
4731
|
backgroundColor: option.backgroundColor || backgroundColor || "transparent",
|
|
4732
4732
|
fontFamily: "Inter, sans-serif",
|