@jsenv/navi 0.14.10 → 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.
- package/dist/jsenv_navi.js +2 -1
- package/dist/jsenv_navi.js.map +3 -3
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -17120,6 +17120,7 @@ const TabRoute = ({
|
|
|
17120
17120
|
};
|
|
17121
17121
|
const TabBasic = ({
|
|
17122
17122
|
children,
|
|
17123
|
+
icon,
|
|
17123
17124
|
selected,
|
|
17124
17125
|
onClick,
|
|
17125
17126
|
...props
|
|
@@ -17146,7 +17147,7 @@ const TabBasic = ({
|
|
|
17146
17147
|
children: [(tabListIndicator === "start" || tabListIndicator === "end") && jsx("span", {
|
|
17147
17148
|
className: "navi_tab_indicator",
|
|
17148
17149
|
"data-position": tabListIndicator
|
|
17149
|
-
}), jsx(Text, {
|
|
17150
|
+
}), icon ? children : jsx(Text, {
|
|
17150
17151
|
noWrap: true,
|
|
17151
17152
|
preventBoldLayoutShift: true
|
|
17152
17153
|
// boldTransition
|