react-crud-mobile 1.3.355 → 1.3.357
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/react-crud-mobile.cjs.development.js +3 -3
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +3 -3
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIButton.tsx +1 -1
- package/src/elements/core/UIIcon.tsx +2 -2
@@ -372,8 +372,8 @@ function UIIcon(_ref) {
|
|
372
372
|
var library = reactCrudUtils.Utils.nvl(scope.original.library, 'ion');
|
373
373
|
var Aux = libs[library];
|
374
374
|
var css = scope.getStyle('icon');
|
375
|
-
var fontSize = scope.part('
|
376
|
-
var size = scope.part('
|
375
|
+
var fontSize = scope.part('size', 20);
|
376
|
+
var size = scope.part('iconSize', fontSize);
|
377
377
|
if ((_scope$original = scope.original) != null && _scope$original["transient"]) {
|
378
378
|
css = _extends({}, css, scope.getStyle());
|
379
379
|
}
|
@@ -399,7 +399,7 @@ function UIButton(props) {
|
|
399
399
|
var color = element.color;
|
400
400
|
var label = scope.getLabel();
|
401
401
|
var icon = scope.getPart('icon');
|
402
|
-
//ajuste align
|
402
|
+
//ajuste align v6
|
403
403
|
if (!color) color = 'primaryLight';
|
404
404
|
var styles = {
|
405
405
|
buttonLabel: {
|