@gisce/react-ooui 2.75.0-alpha.3 → 2.75.0-alpha.5
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/react-ooui.es.js
CHANGED
|
@@ -4614,7 +4614,7 @@ const gf = (e) => /* @__PURE__ */ s(Me, { ...e, children: /* @__PURE__ */ s(wa,
|
|
|
4614
4614
|
Fo,
|
|
4615
4615
|
{
|
|
4616
4616
|
closable: !!t,
|
|
4617
|
-
color: Yc.isEmail(r) ? void 0 : "error",
|
|
4617
|
+
color: Yc.isEmail(r, { allow_display_name: !0 }) ? void 0 : "error",
|
|
4618
4618
|
onClose: () => t && t(r),
|
|
4619
4619
|
children: r
|
|
4620
4620
|
},
|
|
@@ -9943,7 +9943,7 @@ const kh = At(Ph), er = "legacy", Vh = (e) => {
|
|
|
9943
9943
|
options: i,
|
|
9944
9944
|
onChange: x,
|
|
9945
9945
|
loading: f,
|
|
9946
|
-
filterOption: (A, T) => T.label.toLowerCase().includes(A.toString())
|
|
9946
|
+
filterOption: (A, T) => T.label.toLowerCase().includes(A.toString().toLowerCase())
|
|
9947
9947
|
}
|
|
9948
9948
|
) }) });
|
|
9949
9949
|
}, zh = (e) => {
|
|
@@ -14414,7 +14414,7 @@ const di = (e, t) => ({
|
|
|
14414
14414
|
{
|
|
14415
14415
|
ooui: t,
|
|
14416
14416
|
linkPrefix: "mailto:",
|
|
14417
|
-
valueValidator: (r) => r ? qc(r) : !1
|
|
14417
|
+
valueValidator: (r) => r ? qc(r, { allow_display_name: !0 }) : !1
|
|
14418
14418
|
}
|
|
14419
14419
|
) });
|
|
14420
14420
|
}, Ay = (e) => {
|