@jsenv/navi 0.26.4 → 0.26.6

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.
@@ -31066,12 +31066,18 @@ installImportMetaCssBuild(import.meta);const css$f = /* css */`
31066
31066
  under a single border/shadow. CSS order places it before the list
31067
31067
  when the popover is below the trigger, and after when above. */
31068
31068
  .navi_select_anchor_clone {
31069
+ display: flex;
31070
+ min-height: calc(var(--anchor-height) - var(--select-border-width));
31069
31071
  /* Mirror the trigger's padding so the clone looks identical */
31070
31072
  padding-top: var(--x-select-padding-top);
31071
31073
  padding-right: var(--x-select-padding-right);
31072
31074
  padding-bottom: var(--x-select-padding-bottom);
31073
31075
  padding-left: var(--x-select-padding-left);
31074
31076
  flex-shrink: 0;
31077
+ flex-direction: column;
31078
+ align-items: center;
31079
+ justify-content: center;
31080
+ gap: var(--navi-s);
31075
31081
  order: -1; /* before the list — popover is below the trigger */
31076
31082
  background: var(--x-select-background-color);
31077
31083
  border-bottom: var(--select-border-width) solid
@@ -31112,10 +31118,6 @@ installImportMetaCssBuild(import.meta);const css$f = /* css */`
31112
31118
  }
31113
31119
 
31114
31120
  &[aria-expanded="true"] {
31115
- border-top-color: var(--select-border-color);
31116
- border-top-left-radius: 0;
31117
- border-top-right-radius: 0;
31118
-
31119
31121
  .navi_select_popover {
31120
31122
  display: flex;
31121
31123
  flex-direction: column;