@homebound/beam 2.396.0 → 2.397.0
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/README.md +10 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5377,7 +5377,7 @@ function IconButton(props) {
|
|
|
5377
5377
|
}
|
|
5378
5378
|
);
|
|
5379
5379
|
return maybeTooltip({
|
|
5380
|
-
title: resolveTooltip(disabled, tooltip),
|
|
5380
|
+
title: resolveTooltip(disabled ?? label, tooltip),
|
|
5381
5381
|
placement: "top",
|
|
5382
5382
|
children: getButtonOrLink(buttonContent, onPress, buttonAttrs, openInNew, download)
|
|
5383
5383
|
});
|