@apia/components 4.0.34 → 4.0.36
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
|
@@ -9627,7 +9627,7 @@ const DefaultIconRendererNoMemo = (props) => {
|
|
|
9627
9627
|
return /* @__PURE__ */ jsxs(
|
|
9628
9628
|
Box,
|
|
9629
9629
|
{
|
|
9630
|
-
title: props.title || props.label,
|
|
9630
|
+
title: String(props.additionalProps?.title) || props.label,
|
|
9631
9631
|
className: "iconsList__icon__wrapper",
|
|
9632
9632
|
children: [
|
|
9633
9633
|
/* @__PURE__ */ jsxs(Box, { className: "iconsList__icon__image__wrapper", children: [
|