@jsenv/navi 0.14.9 → 0.14.11

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.
@@ -17103,7 +17103,6 @@ const TabRoute = ({
17103
17103
  ...props,
17104
17104
  alignX: alignX,
17105
17105
  alignY: alignY,
17106
- visualSelector: ".navi_link",
17107
17106
  children: jsx(RouteLink, {
17108
17107
  box: true,
17109
17108
  route: route,
@@ -17121,6 +17120,7 @@ const TabRoute = ({
17121
17120
  };
17122
17121
  const TabBasic = ({
17123
17122
  children,
17123
+ icon,
17124
17124
  selected,
17125
17125
  onClick,
17126
17126
  ...props
@@ -17147,7 +17147,7 @@ const TabBasic = ({
17147
17147
  children: [(tabListIndicator === "start" || tabListIndicator === "end") && jsx("span", {
17148
17148
  className: "navi_tab_indicator",
17149
17149
  "data-position": tabListIndicator
17150
- }), jsx(Text, {
17150
+ }), icon ? children : jsx(Text, {
17151
17151
  noWrap: true,
17152
17152
  preventBoldLayoutShift: true
17153
17153
  // boldTransition