allaw-ui 1.0.140 → 1.0.143

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,15 +2,15 @@
2
2
 
3
3
  .folder-status-tag {
4
4
  display: inline-flex;
5
- padding: 8px;
5
+ padding: 6px;
6
6
  justify-content: center;
7
7
  align-items: center;
8
8
  gap: 8px;
9
- border-radius: 8px;
9
+ border-radius: 6px;
10
10
  font-family: "Open Sans", sans-serif;
11
- font-size: 14px;
11
+ font-size: 12px;
12
12
  font-style: normal;
13
- font-weight: 700;
13
+ font-weight: 600;
14
14
  line-height: normal;
15
15
  text-align: right;
16
16
  }
@@ -4,7 +4,8 @@
4
4
  flex-direction: column;
5
5
  align-items: flex-start;
6
6
  width: 100%;
7
- max-width: 280px;
7
+ max-width: 260px;
8
+ min-width: 260px;
8
9
  box-shadow: 0px 1px 20px 0px rgba(213, 233, 246, 0.8);
9
10
  border-radius: 16px;
10
11
  overflow: hidden;
@@ -12,6 +12,8 @@
12
12
  transition:
13
13
  border-color 0.1s ease,
14
14
  border-width 0.1s ease;
15
+ flex-wrap: wrap;
16
+ row-gap: 8px;
15
17
  }
16
18
 
17
19
  .case-card-compact:hover {
@@ -36,7 +38,7 @@
36
38
  flex-direction: column;
37
39
  align-items: flex-end;
38
40
  gap: 8px;
39
- min-height: 45px;
41
+
40
42
  }
41
43
 
42
44
  .case-card-compact-right--centered .case-card-compact-arrow {
@@ -73,5 +75,6 @@
73
75
  display: flex;
74
76
  flex-direction: row;
75
77
  align-items: center;
76
- gap: 8px;
78
+ gap: 1rem;
79
+ flex-wrap: wrap;
77
80
  }
@@ -7,9 +7,9 @@ declare const meta: {
7
7
  layout: string;
8
8
  };
9
9
  args: {
10
- onLogin: import("@vitest/spy").Mock<(...args: any[]) => any>;
11
- onLogout: import("@vitest/spy").Mock<(...args: any[]) => any>;
12
- onCreateAccount: import("@vitest/spy").Mock<(...args: any[]) => any>;
10
+ onLogin: import("@vitest/spy").Mock<[], void>;
11
+ onLogout: import("@vitest/spy").Mock<[], void>;
12
+ onCreateAccount: import("@vitest/spy").Mock<[], void>;
13
13
  };
14
14
  };
15
15
  export default meta;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "1.0.140",
3
+ "version": "1.0.143",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",