@mw-kit/mw-ui 1.7.52 → 1.7.53
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14969,8 +14969,8 @@ var Select = React__default.forwardRef(function (props, ref) {
|
|
|
14969
14969
|
'max-height': {}
|
|
14970
14970
|
}
|
|
14971
14971
|
},
|
|
14972
|
-
emptyContent:
|
|
14973
|
-
children:
|
|
14972
|
+
emptyContent: React__default.createElement(EmptyContentContainer, {
|
|
14973
|
+
children: props.emptyContent || 'Nenhuma opção encontrada'
|
|
14974
14974
|
})
|
|
14975
14975
|
}))));
|
|
14976
14976
|
});
|