pesona-ui 1.0.25 → 1.0.26
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.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8330,7 +8330,7 @@ const InputWithAction = React.forwardRef(({ className, name, label, message, flo
|
|
|
8330
8330
|
" ",
|
|
8331
8331
|
rest.required && React.createElement("span", { className: "text-danger" }, "*"))),
|
|
8332
8332
|
React.createElement("div", { className: "input-group-icon" },
|
|
8333
|
-
React.createElement("input", { type: "text", className: `form-control ${className}`, id: name, name: name, placeholder: !floatingLabel ? ' ' : '', ref: ref, ...rest }),
|
|
8333
|
+
React.createElement("input", { type: "text", className: `form-control pr-35 ${className}`, id: name, name: name, placeholder: !floatingLabel ? ' ' : '', ref: ref, ...rest }),
|
|
8334
8334
|
actionIcon && (React.createElement(Button, { role: "button", className: "icon", onClick: actionButtonHandler, tabIndex: 0, "aria-label": actionButtonLabel, disabled: rest.disabled }, actionIcon))),
|
|
8335
8335
|
floatingLabel && label && (React.createElement("label", { htmlFor: name },
|
|
8336
8336
|
label,
|
package/dist/index.esm.js
CHANGED
|
@@ -8328,7 +8328,7 @@ const InputWithAction = React.forwardRef(({ className, name, label, message, flo
|
|
|
8328
8328
|
" ",
|
|
8329
8329
|
rest.required && React.createElement("span", { className: "text-danger" }, "*"))),
|
|
8330
8330
|
React.createElement("div", { className: "input-group-icon" },
|
|
8331
|
-
React.createElement("input", { type: "text", className: `form-control ${className}`, id: name, name: name, placeholder: !floatingLabel ? ' ' : '', ref: ref, ...rest }),
|
|
8331
|
+
React.createElement("input", { type: "text", className: `form-control pr-35 ${className}`, id: name, name: name, placeholder: !floatingLabel ? ' ' : '', ref: ref, ...rest }),
|
|
8332
8332
|
actionIcon && (React.createElement(Button, { role: "button", className: "icon", onClick: actionButtonHandler, tabIndex: 0, "aria-label": actionButtonLabel, disabled: rest.disabled }, actionIcon))),
|
|
8333
8333
|
floatingLabel && label && (React.createElement("label", { htmlFor: name },
|
|
8334
8334
|
label,
|