@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.
@@ -1006,7 +1006,6 @@ Check the top-level render call using <`+ee+">.")}return U}}function v1(E,U){{if
1006
1006
  padding: ${h.sizing_100};
1007
1007
  width: fit-content;
1008
1008
  min-width: max(${h.sizing_900}, 100%); /* ?? */
1009
- max-width: 100vw; /* ?? */
1010
1009
  background-color: ${h.color_white};
1011
1010
  box-shadow: ${h.elevation_interactive_high};
1012
1011
  z-index: 4;
@@ -1037,7 +1036,7 @@ Check the top-level render call using <`+ee+">.")}return U}}function v1(E,U){{if
1037
1036
  border-radius: ${h.border_radius_400};
1038
1037
  display: flex;
1039
1038
  align-items: center;
1040
- justify-content: space-between; /* make this configurable? */
1039
+ gap: ${h.spacing_200};
1041
1040
  padding: 7px ${h.sizing_200};
1042
1041
  position: relative;
1043
1042
  user-select: none;
@@ -1053,6 +1052,10 @@ Check the top-level render call using <`+ee+">.")}return U}}function v1(E,U){{if
1053
1052
  cursor: not-allowed;
1054
1053
  }
1055
1054
 
1055
+ &:active {
1056
+ background-color: ${h.color_fill_inverse_pressed};
1057
+ }
1058
+
1056
1059
  &[data-highlighted]:not([data-disabled]),
1057
1060
  &:hover:not([data-disabled]) {
1058
1061
  background-color: hsl(
@@ -1078,7 +1081,7 @@ Check the top-level render call using <`+ee+">.")}return U}}function v1(E,U){{if
1078
1081
  }
1079
1082
  `,Y6=C(k6)`
1080
1083
  fill: white;
1081
- filter: drop-shadow(1px 2px 2px hsl(0deg 0% 0% / 9%));
1084
+ filter: drop-shadow(0px 2px 2px hsl(0deg 0% 0% / 7%));
1082
1085
  `,q6=C(w6)`
1083
1086
  padding: 7px ${h.sizing_200};
1084
1087
  font-size: ${h.font_size_50};
@@ -1556,12 +1559,12 @@ Defaulting to \`${Xs}\`.`}function c0(e){return HT.includes(e)}const YT=l0,Pt=["
1556
1559
  right: 0;
1557
1560
  display: flex;
1558
1561
  flex-direction: column;
1559
- padding: ${nl}px;
1560
1562
  gap: 10px;
1563
+ padding: ${nl}px;
1561
1564
  max-width: 100vw;
1562
1565
  margin: 0;
1563
1566
  list-style: none;
1564
- z-index: 30;
1567
+ z-index: 30; // TODO use named meaningful tokens for z-index
1565
1568
  outline: none;
1566
1569
  `,Vk=C(Dk)`
1567
1570
  display: flex;