allaw-ui 4.3.8 → 4.4.0

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.
@@ -99,7 +99,7 @@ var CustomInputField = forwardRef(function (_a, ref) {
99
99
  };
100
100
  return (React.createElement("div", { style: { width: "100%" } },
101
101
  React.createElement("div", { className: "datepicker-input-wrapper" },
102
- React.createElement("input", { ref: inputRef, type: "text", inputMode: "numeric", pattern: "\\d{2}/\\d{2}/\\d{4}", maxLength: 10, className: "datepicker-input ".concat(localError && isTouched ? "datepicker-input-error" : ""), placeholder: placeholder, value: inputValue, onChange: handleInput, onBlur: handleBlur, autoComplete: "off" }),
102
+ React.createElement("input", { ref: inputRef, type: "text", inputMode: "numeric", pattern: "\\d{2}/\\d{2}/\\d{4}", maxLength: 10, className: "datepicker-input ".concat(localError && isTouched ? "datepicker-input-error" : ""), placeholder: placeholder, value: inputValue, onChange: handleInput, onBlur: handleBlur, autoComplete: "off", "data-form-type": "other", "data-lpignore": "true", "data-1p-ignore": true }),
103
103
  React.createElement("button", { type: "button", className: "datepicker-input-icon", tabIndex: -1, onClick: onCalendarClick },
104
104
  React.createElement("i", { className: "datepicker-icon allaw-icon-calendar" }))),
105
105
  localError && isTouched && (React.createElement(TinyInfo, { variant: "medium12", color: "actions-error", text: localError }))));
@@ -7,7 +7,7 @@
7
7
  }
8
8
  .selectWrapper {
9
9
  flex: 0 0 auto;
10
- min-height: 64px;
10
+ /* min-height: 64px; */
11
11
  }
12
12
 
13
13
  .phoneNumberField {
@@ -21,7 +21,7 @@
21
21
  .inputWrapper {
22
22
  display: flex;
23
23
  flex-direction: column;
24
- min-height: 64px;
24
+ /* min-height: 64px; */
25
25
  width: 100%;
26
26
  flex: 1 1 0;
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "4.3.8",
3
+ "version": "4.4.0",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",