allaw-ui 1.0.7 → 1.0.8

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