@jsenv/navi 0.11.16 → 0.11.17
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 +1 -1
- package/dist/jsenv_navi.js.map +4 -5
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -19488,7 +19488,7 @@ const Spacing = ({
|
|
|
19488
19488
|
}) => {
|
|
19489
19489
|
const [remainingProps, innerStyle] = withPropsStyle(rest, {
|
|
19490
19490
|
spacing: true,
|
|
19491
|
-
|
|
19491
|
+
size: true
|
|
19492
19492
|
});
|
|
19493
19493
|
return jsx("div", {
|
|
19494
19494
|
...remainingProps,
|