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.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -40879,6 +40879,7 @@ function usePublicMenuList(props) {
|
|
|
40879
40879
|
return true;
|
|
40880
40880
|
}).map(function (it) {
|
|
40881
40881
|
return {
|
|
40882
|
+
id: it.id,
|
|
40882
40883
|
icon: stringToReactElement(it.icon, {
|
|
40883
40884
|
style: {
|
|
40884
40885
|
height: '24px',
|