componenteshospitais 4.3.8 → 4.3.9

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/cjs/index.js CHANGED
@@ -435,7 +435,7 @@ var Busca = function (_a) {
435
435
  React.createElement("div", { style: { position: 'relative', display: 'flex', alignItems: 'center', gap: '10px', width: '100%' } },
436
436
  React.createElement("input", { type: "text", id: id ? id : 'busca', value: inputValue, onChange: handleInputChange, onFocus: handleFocus, placeholder: "Digite para buscar...", autoComplete: "off", className: styles$7.inputPadrao, style: {
437
437
  width: '100%',
438
- paddingLeft: showIcon ? '30px' : '0',
438
+ //paddingLeft: showIcon ? '30px' : '0',
439
439
  backgroundColor: (corFundo ? corFundo : ''),
440
440
  borderRadius: (borderRadius ? "".concat(borderRadius, "px") : ''),
441
441
  border: (border ? border : '')
package/dist/esm/index.js CHANGED
@@ -433,7 +433,7 @@ var Busca = function (_a) {
433
433
  React.createElement("div", { style: { position: 'relative', display: 'flex', alignItems: 'center', gap: '10px', width: '100%' } },
434
434
  React.createElement("input", { type: "text", id: id ? id : 'busca', value: inputValue, onChange: handleInputChange, onFocus: handleFocus, placeholder: "Digite para buscar...", autoComplete: "off", className: styles$7.inputPadrao, style: {
435
435
  width: '100%',
436
- paddingLeft: showIcon ? '30px' : '0',
436
+ //paddingLeft: showIcon ? '30px' : '0',
437
437
  backgroundColor: (corFundo ? corFundo : ''),
438
438
  borderRadius: (borderRadius ? "".concat(borderRadius, "px") : ''),
439
439
  border: (border ? border : '')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "componenteshospitais",
3
- "version": "4.3.8",
3
+ "version": "4.3.9",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -86,7 +86,7 @@ const Busca: React.FC<FilterableInputProps> = ({ options, value, onChange, label
86
86
  className={styles.inputPadrao}
87
87
  style={{
88
88
  width: '100%',
89
- paddingLeft: showIcon ? '30px' : '0',
89
+ //paddingLeft: showIcon ? '30px' : '0',
90
90
  backgroundColor: (corFundo ? corFundo : ''),
91
91
  borderRadius: (borderRadius ? `${borderRadius}px` : ''),
92
92
  border: (border ? border : '')