allaw-ui 3.9.9 → 4.0.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.
@@ -29,6 +29,12 @@
29
29
  justify-content: space-between;
30
30
  }
31
31
 
32
+ .datepicker-content i {
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: center;
36
+ }
37
+
32
38
  .datepicker-text {
33
39
  color: var(--Primary-Mid-black, #171e25);
34
40
  font-family: "Open Sans";
@@ -97,15 +97,15 @@
97
97
  }
98
98
 
99
99
  .phoneInputContainer {
100
- width: 140px;
101
- min-width: 140px;
102
- max-width: 140px;
100
+ width: 160px;
101
+ min-width: 160px;
102
+ max-width: 160px;
103
103
  }
104
104
 
105
105
  .clientTypeSelectContainer {
106
106
  padding-left: 0px;
107
- max-width: 140px;
108
- min-width: 140px;
107
+ max-width: 160px;
108
+ min-width: 160px;
109
109
  }
110
110
 
111
111
  /* Media queries responsive */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "3.9.9",
3
+ "version": "4.0.0",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",