@theroutingcompany/components 0.0.18-alpha.13 → 0.0.18-alpha.14

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.
@@ -12043,7 +12043,7 @@ const i6 = OS, s6 = Ob, l6 = AS, c6 = MS, d6 = Rb, u6 = zS, f6 = Yl, p6 = LS, h6
12043
12043
  background-color: ${h.color_white};
12044
12044
  box-shadow: ${h.elevation_interactive_high};
12045
12045
  z-index: 4;
12046
- will-change: transform, opacity;
12046
+ will-change: opacity; /* adding transform here will shift the dropdownmenu for some reason */
12047
12047
 
12048
12048
  &[data-state~='open'] {
12049
12049
  &[data-side='top'] {
@@ -14844,11 +14844,8 @@ const Ns = {
14844
14844
  transition-property: ${h.transition_property_color};
14845
14845
  transition-duration: ${h.transition_duration_150};
14846
14846
 
14847
- /* &:focus-visible {
14848
- outline: none;
14849
- } */
14850
-
14851
- &[data-state~='focused'] {
14847
+ &[data-state~='focused'],
14848
+ &:focus-visible {
14852
14849
  outline: ${h.color_black}solid 1px;
14853
14850
  outline-offset: 2px;
14854
14851
  }