@apia/components 3.0.30 → 3.0.31
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -7416,7 +7416,7 @@ const DefaultIconRendererNoMemo = (props) => {
|
|
|
7416
7416
|
return /* @__PURE__ */ jsxs(
|
|
7417
7417
|
Box,
|
|
7418
7418
|
{
|
|
7419
|
-
title: props.title || props.label,
|
|
7419
|
+
title: String(props.additionalProps?.title) || props.label,
|
|
7420
7420
|
className: "iconsList__icon__wrapper",
|
|
7421
7421
|
children: [
|
|
7422
7422
|
/* @__PURE__ */ jsxs(Box, { className: "iconsList__icon__image__wrapper", children: [
|