bam32bittheme
Advanced tools
Comparing version
@@ -26,2 +26,3 @@ "use strict"; | ||
const Input = _ref => { | ||
var _String; | ||
let { | ||
@@ -92,3 +93,3 @@ debounceTime = 0, | ||
const displayedValue = toUpperCase ? innerValue.toLocaleUpperCase() || '' : innerValue || ''; | ||
const remainingCount = numberOfCharacters ? Math.max(numberOfCharacters - (displayedValue === null || displayedValue === void 0 ? void 0 : displayedValue.length), 0) : 0; | ||
const remainingCount = numberOfCharacters ? Math.max(numberOfCharacters - ((_String = String(displayedValue)) === null || _String === void 0 ? void 0 : _String.length), 0) : 0; | ||
return /*#__PURE__*/_react.default.createElement(_material.Box, _extends({}, boxProps, { | ||
@@ -95,0 +96,0 @@ sx: _objectSpread({ |
@@ -128,3 +128,3 @@ "use strict"; | ||
position: isMobile ? 'relative' : 'absolute', | ||
right: isMobile ? 0 : 35, | ||
right: isMobile ? 0 : props !== null && props !== void 0 && props.freeSolo ? 35 : 70, | ||
top: isMobile ? 0 : 10, | ||
@@ -131,0 +131,0 @@ marginLeft: isMobile ? 1 : 0 |
{ | ||
"name": "bam32bittheme", | ||
"version": "2.1.142", | ||
"version": "2.1.143", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "32bit Theme for Material UI v5.x", |
1588973
0.01%5710
0.02%