formanitor 0.0.25 → 0.0.26
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1235,7 +1235,7 @@ var SelectContent = React13__namespace.forwardRef(({ className, children, positi
|
|
|
1235
1235
|
{
|
|
1236
1236
|
ref,
|
|
1237
1237
|
className: cn(
|
|
1238
|
-
"relative z-50 max-h-
|
|
1238
|
+
"relative z-50 max-h-52 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
1239
1239
|
position === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
1240
1240
|
className
|
|
1241
1241
|
),
|
|
@@ -4245,7 +4245,7 @@ var ReferralWidget = ({ fieldId }) => {
|
|
|
4245
4245
|
},
|
|
4246
4246
|
`referral-${selectedItems.map((i) => i.specialization).join(",")}`
|
|
4247
4247
|
),
|
|
4248
|
-
selectedItems.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-wrap gap-1.5
|
|
4248
|
+
selectedItems.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-1.5 flex h-12 flex-wrap content-start gap-1.5 overflow-y-auto pr-1", children: selectedItems.map((item) => {
|
|
4249
4249
|
const isUrgent = item.is_urgent;
|
|
4250
4250
|
const chipClass = isUrgent ? "inline-flex items-center gap-0.5 px-2 py-0.5 bg-red-100 text-red-800 border border-red-300 rounded-full text-xs max-w-full cursor-pointer hover:bg-red-200 transition-colors" : "inline-flex items-center gap-0.5 px-2 py-0.5 bg-blue-100 text-blue-800 rounded-full text-xs max-w-full cursor-pointer hover:bg-blue-200 transition-colors";
|
|
4251
4251
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|