@theroutingcompany/components 0.0.18-alpha.7 → 0.0.18-alpha.8

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.
@@ -2479,7 +2479,10 @@ const Kf = `
2479
2479
  }
2480
2480
  `, F_ = z(ia)`
2481
2481
  ${jf}
2482
- `, zA = ({ children: e = "×", ...t }) => /* @__PURE__ */ k(F_, { ...t, children: e }), LA = Tf, KA = kf, VA = ia, z_ = z(D_)`
2482
+ `, zA = ({
2483
+ children: e = "×",
2484
+ ...t
2485
+ }) => /* @__PURE__ */ k(F_, { ...t, children: e }), LA = Tf, KA = kf, VA = ia, z_ = z(D_)`
2483
2486
  ${Ff}
2484
2487
  `, L_ = z(T_)`
2485
2488
  ${Lf}
@@ -12033,7 +12036,6 @@ const i6 = OS, s6 = Ob, l6 = AS, c6 = MS, d6 = Rb, u6 = zS, f6 = Yl, p6 = LS, h6
12033
12036
  padding: ${h.sizing_100};
12034
12037
  width: fit-content;
12035
12038
  min-width: max(${h.sizing_900}, 100%); /* ?? */
12036
- max-width: 100vw; /* ?? */
12037
12039
  background-color: ${h.color_white};
12038
12040
  box-shadow: ${h.elevation_interactive_high};
12039
12041
  z-index: 4;
@@ -12072,7 +12074,7 @@ const aR = j6, iR = Bb, Na = Zt`
12072
12074
  border-radius: ${h.border_radius_400};
12073
12075
  display: flex;
12074
12076
  align-items: center;
12075
- justify-content: space-between; /* make this configurable? */
12077
+ gap: ${h.spacing_200};
12076
12078
  padding: 7px ${h.sizing_200};
12077
12079
  position: relative;
12078
12080
  user-select: none;
@@ -12088,6 +12090,10 @@ const aR = j6, iR = Bb, Na = Zt`
12088
12090
  cursor: not-allowed;
12089
12091
  }
12090
12092
 
12093
+ &:active {
12094
+ background-color: ${h.color_fill_inverse_pressed};
12095
+ }
12096
+
12091
12097
  &[data-highlighted]:not([data-disabled]),
12092
12098
  &:hover:not([data-disabled]) {
12093
12099
  background-color: hsl(
@@ -12117,7 +12123,7 @@ const aR = j6, iR = Bb, Na = Zt`
12117
12123
  }
12118
12124
  `, hR = z(Q6)`
12119
12125
  fill: white;
12120
- filter: drop-shadow(1px 2px 2px hsl(0deg 0% 0% / 9%));
12126
+ filter: drop-shadow(0px 2px 2px hsl(0deg 0% 0% / 7%));
12121
12127
  `, mR = z(H6)`
12122
12128
  padding: 7px ${h.sizing_200};
12123
12129
  font-size: ${h.font_size_50};
@@ -16284,12 +16290,12 @@ const RT = Og, MT = $T, NT = PT, FT = TT, zT = Ag, LT = Rg, nc = 25, KT = ot`
16284
16290
  right: 0;
16285
16291
  display: flex;
16286
16292
  flex-direction: column;
16287
- padding: ${nc}px;
16288
16293
  gap: 10px;
16294
+ padding: ${nc}px;
16289
16295
  max-width: 100vw;
16290
16296
  margin: 0;
16291
16297
  list-style: none;
16292
- z-index: 30;
16298
+ z-index: 30; // TODO use named meaningful tokens for z-index
16293
16299
  outline: none;
16294
16300
  `, qT = z(NT)`
16295
16301
  display: flex;