@jsenv/navi 0.14.23 → 0.14.24
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 +4 -4
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -16314,8 +16314,8 @@ const ButtonBasic = props => {
|
|
|
16314
16314
|
loading,
|
|
16315
16315
|
autoFocus,
|
|
16316
16316
|
// visual
|
|
16317
|
-
discrete,
|
|
16318
16317
|
icon,
|
|
16318
|
+
discrete = icon,
|
|
16319
16319
|
children,
|
|
16320
16320
|
...rest
|
|
16321
16321
|
} = props;
|
|
@@ -16338,6 +16338,7 @@ const ButtonBasic = props => {
|
|
|
16338
16338
|
const renderButtonContentMemoized = useCallback(renderButtonContent, [children]);
|
|
16339
16339
|
return jsxs(Box, {
|
|
16340
16340
|
"data-readonly-silent": innerLoading ? "" : undefined,
|
|
16341
|
+
"data-nohover": icon ? "" : undefined,
|
|
16341
16342
|
...remainingProps,
|
|
16342
16343
|
as: "button",
|
|
16343
16344
|
ref: ref,
|