@theroutingcompany/components 0.0.35-alpha.1 → 0.0.35

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.
@@ -23115,7 +23115,7 @@ const iI = r2, Km = A(qe)`
23115
23115
  background-color: ${f.color_white};
23116
23116
  padding: ${f.spacing_500};
23117
23117
  padding-bottom: ${f.spacing_300};
23118
- z-index: ${f.z_index_above};
23118
+ z-index: ${f.z_index_foreground};
23119
23119
 
23120
23120
  ${({ sticky: e }) => e && "position: sticky; top: 0;"}
23121
23121
  `, sI = A(qe)`
@@ -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((l) => n.includes(l))) {
26387
+ if (a.classList && Array.from(a.classList).some((s) => n.includes(s))) {
26390
26388
  o = !0;
26391
26389
  break;
26392
26390
  }