@jsenv/navi 0.14.1 → 0.14.2

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.
@@ -16843,8 +16843,12 @@ import.meta.css = /* css */`
16843
16843
  transition: background 0.12s ease-out;
16844
16844
  user-select: none;
16845
16845
 
16846
- span,
16847
- a {
16846
+ > .navi_text,
16847
+ .navi_link,
16848
+ .navi_button,
16849
+ .navi_text_bold_wrapper,
16850
+ .navi_text_bold_clone,
16851
+ .navi_text_bold_foreground {
16848
16852
  display: inline-flex;
16849
16853
  flex-grow: 1;
16850
16854
  justify-content: center;
@@ -16901,14 +16905,16 @@ import.meta.css = /* css */`
16901
16905
  overflow-y: auto;
16902
16906
 
16903
16907
  .navi_tab {
16904
- span,
16905
- a {
16908
+ > .navi_text,
16909
+ .navi_link,
16910
+ .navi_text_bold_foreground {
16906
16911
  justify-content: start;
16907
16912
  }
16908
16913
 
16909
16914
  &[data-align-x="end"] {
16910
- span,
16911
- a {
16915
+ > .navi_text,
16916
+ .navi_link,
16917
+ .navi_text_bold_foreground {
16912
16918
  justify-content: end;
16913
16919
  }
16914
16920
  }