hplx-feature-library 1.0.345 → 1.0.346
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.
|
@@ -2065,7 +2065,7 @@ const B9 = to(G9), H9 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASC
|
|
|
2065
2065
|
"button",
|
|
2066
2066
|
{
|
|
2067
2067
|
onClick: () => f(Kf.PATIENT),
|
|
2068
|
-
className: `hfl-px-4 hfl-py-2 hfl-text-
|
|
2068
|
+
className: `hfl-px-4 hfl-py-2 hfl-text-m hfl-rounded-md hfl-transition-colors hfl-whitespace-nowrap ${l === Kf.PATIENT ? "hfl-bg-white hfl-text-Blue-600 hfl-shadow-sm" : "hfl-text-Gray-600 hover:hfl-text-Gray-800"}`,
|
|
2069
2069
|
children: "Patient’s Docs"
|
|
2070
2070
|
}
|
|
2071
2071
|
),
|
|
@@ -2073,7 +2073,7 @@ const B9 = to(G9), H9 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASC
|
|
|
2073
2073
|
"button",
|
|
2074
2074
|
{
|
|
2075
2075
|
onClick: () => f(Kf.DOCTOR),
|
|
2076
|
-
className: `hfl-px-4 hfl-py-2 hfl-text-
|
|
2076
|
+
className: `hfl-px-4 hfl-py-2 hfl-text-m hfl-rounded-md hfl-transition-colors hfl-whitespace-nowrap ${l === Kf.DOCTOR ? "hfl-bg-white hfl-text-Blue-600 hfl-shadow-sm" : "hfl-text-Gray-600 hover:hfl-text-Gray-800"}`,
|
|
2077
2077
|
children: "My Docs"
|
|
2078
2078
|
}
|
|
2079
2079
|
)
|