@theroutingcompany/components 0.0.35-alpha.0 → 0.0.35-alpha.2
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.
|
@@ -26382,11 +26382,9 @@ const kM = A.div`
|
|
|
26382
26382
|
);
|
|
26383
26383
|
NM.displayName = "FileUpload";
|
|
26384
26384
|
const Gm = (e, t, r, n = []) => {
|
|
26385
|
-
var i;
|
|
26386
|
-
console.log(e.target, (i = e.target) == null ? void 0 : i.toString());
|
|
26387
26385
|
let o = !1, a = e.target;
|
|
26388
26386
|
for (; a; ) {
|
|
26389
|
-
if (a.classList && Array.from(a.classList).some((
|
|
26387
|
+
if (a.classList && Array.from(a.classList).some((s) => n.includes(s))) {
|
|
26390
26388
|
o = !0;
|
|
26391
26389
|
break;
|
|
26392
26390
|
}
|