@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.modern.js
CHANGED
|
@@ -14966,8 +14966,8 @@ var Select = React__default.forwardRef(function (props, ref) {
|
|
|
14966
14966
|
'max-height': {}
|
|
14967
14967
|
}
|
|
14968
14968
|
},
|
|
14969
|
-
emptyContent:
|
|
14970
|
-
children:
|
|
14969
|
+
emptyContent: React__default.createElement(EmptyContentContainer, {
|
|
14970
|
+
children: props.emptyContent || 'Nenhuma opção encontrada'
|
|
14971
14971
|
})
|
|
14972
14972
|
}))));
|
|
14973
14973
|
});
|