allaw-ui 1.0.6 → 1.0.7

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.
@@ -2,20 +2,19 @@
2
2
 
3
3
  .case-card-wrapper {
4
4
  display: flex;
5
- max-width: 500px;
5
+ width: 100%;
6
6
  min-width: 350px;
7
+ max-width: 500px;
7
8
  height: 150px;
8
9
  padding: 10px 18px 14px 18px;
9
10
  justify-content: space-between;
10
11
  align-items: flex-start;
11
- flex-shrink: 0;
12
12
  border-radius: 8px;
13
13
  border: 3px solid transparent;
14
14
  background: var(--Primary-Blanc, #fff);
15
15
  box-shadow: 0px 1px 9px 0px rgba(15, 133, 168, 0.08);
16
16
  cursor: pointer;
17
17
  transition: all 0.15s ease;
18
- width: 100%;
19
18
  }
20
19
 
21
20
  .case-card-wrapper:hover {
@@ -39,7 +38,9 @@
39
38
  flex-direction: column;
40
39
  justify-content: space-between;
41
40
  align-items: flex-start;
42
- align-self: stretch;
41
+ flex: 1;
42
+ min-width: 0;
43
+ overflow: hidden;
43
44
  }
44
45
 
45
46
  .case-card-header {
@@ -83,6 +84,7 @@
83
84
  gap: 8px;
84
85
  padding-top: 6px;
85
86
  padding-left: 16px;
87
+ flex-shrink: 0;
86
88
  }
87
89
 
88
90
  .case-card-next-appointment-label {
@@ -98,6 +100,8 @@
98
100
  display: flex;
99
101
  gap: 8px;
100
102
  margin-top: 8px;
103
+ flex-wrap: wrap;
104
+ width: 100%;
101
105
  }
102
106
 
103
107
  .case-card-mobile .case-card-next-appointment-label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",