@jsenv/navi 0.20.19 → 0.20.20

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.
@@ -18821,9 +18821,14 @@ const css$3 = /* css */`
18821
18821
  .navi_text_bold_clone,
18822
18822
  .navi_text_bold_foreground {
18823
18823
  display: inherit;
18824
+ width: inherit;
18825
+ min-width: inherit;
18826
+ height: inherit;
18827
+ min-height: inherit;
18824
18828
  flex-grow: inherit;
18825
18829
  align-items: inherit;
18826
18830
  justify-content: inherit;
18831
+ gap: inherit;
18827
18832
  text-align: inherit;
18828
18833
  border-radius: inherit;
18829
18834
  }
@@ -19138,7 +19143,7 @@ const TextBasic = ({
19138
19143
  // La technique consiste a avoid un double gras qui force une taille
19139
19144
  // et la version light par dessus en position absolute
19140
19145
  // on la centre aussi pour donner l'impression que le gras s'applique depuis le centre
19141
- // ne fonctionne que sur une seul ligne de texte (donc lorsque noWrap est actif)
19146
+ // ne fonctionne que sur une seule ligne de texte (donc lorsque noWrap est actif)
19142
19147
  // on pourrait auto-active cela sur une prop genre boldCanChange
19143
19148
  return jsxs(Box, {
19144
19149
  ...boxProps,