@jsenv/navi 0.27.32 → 0.27.33
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 +3 -2
- package/dist/jsenv_navi.js.map +4 -4
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -27380,8 +27380,6 @@ installImportMetaCssBuild(import.meta);const css$I = /* css */`
|
|
|
27380
27380
|
}
|
|
27381
27381
|
|
|
27382
27382
|
a.navi_button {
|
|
27383
|
-
display: inline-block;
|
|
27384
|
-
color: inherit;
|
|
27385
27383
|
text-align: center;
|
|
27386
27384
|
text-decoration: none;
|
|
27387
27385
|
}
|
|
@@ -27685,11 +27683,14 @@ const ButtonUI = props => {
|
|
|
27685
27683
|
elementSelector: visualSelector
|
|
27686
27684
|
});
|
|
27687
27685
|
return jsxs(Box, {
|
|
27686
|
+
inline: true,
|
|
27687
|
+
flex: true,
|
|
27688
27688
|
...buttonControlRootProps,
|
|
27689
27689
|
...buttonControlHostProps,
|
|
27690
27690
|
// eslint-disable-next-line react/no-children-prop
|
|
27691
27691
|
children: undefined,
|
|
27692
27692
|
spacing: undefined,
|
|
27693
|
+
cta: undefined,
|
|
27693
27694
|
ref: ref,
|
|
27694
27695
|
as: as,
|
|
27695
27696
|
href: href,
|