@jsenv/navi 0.14.3 → 0.14.4
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
|
@@ -17066,7 +17066,7 @@ const TabRoute = ({
|
|
|
17066
17066
|
route,
|
|
17067
17067
|
routeParams,
|
|
17068
17068
|
children,
|
|
17069
|
-
paddingX,
|
|
17069
|
+
paddingX = "s",
|
|
17070
17070
|
padding,
|
|
17071
17071
|
paddingY,
|
|
17072
17072
|
alignX,
|
|
@@ -17085,6 +17085,7 @@ const TabRoute = ({
|
|
|
17085
17085
|
alignY: alignY,
|
|
17086
17086
|
...props,
|
|
17087
17087
|
children: jsx(RouteLink, {
|
|
17088
|
+
box: true,
|
|
17088
17089
|
route: route,
|
|
17089
17090
|
routeParams: routeParams,
|
|
17090
17091
|
expand: true,
|