plataforma-fundacao-componentes 2.23.32 → 2.23.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.
@@ -40905,6 +40905,7 @@ function usePublicMenuList(props) {
40905
40905
  return true;
40906
40906
  }).map(function (it) {
40907
40907
  return {
40908
+ id: it.id,
40908
40909
  icon: stringToReactElement(it.icon, {
40909
40910
  style: {
40910
40911
  height: '24px',