allaw-ui 4.4.3 → 4.4.4

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.
@@ -119,7 +119,7 @@ var Input = forwardRef(function (_a, ref) {
119
119
  showClearButton && value && (React.createElement("button", { type: "button", className: "Input-clear-button", onClick: handleClear, "aria-label": "Effacer le contenu" }, "\u00D7"))),
120
120
  renderEndIcon()),
121
121
  error && isTouched && (React.createElement("div", { className: "error-message" },
122
- React.createElement(TinyInfo, { variant: "medium12", color: "actions-error", text: error }))))));
122
+ React.createElement(TinyInfo, { variant: "medium12", color: "actions-error", text: error, align: "left" }))))));
123
123
  });
124
124
  Input.displayName = "Input";
125
125
  export default Input;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "4.4.3",
3
+ "version": "4.4.4",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",