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 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,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "pesona-ui",
4
- "version": "1.0.25",
4
+ "version": "1.0.26",
5
5
  "description": "PesonaUI - A reusable React component library built with TypeScript and SCSS",
6
6
  "keywords": [
7
7
  "react",