allaw-ui 1.0.150 → 1.0.151

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.
@@ -11,7 +11,6 @@
11
11
  border-radius: 16px;
12
12
  background: #f4f7fb;
13
13
  width: 100%;
14
- min-height: 48px;
15
14
  }
16
15
 
17
16
  @media (max-width: 767px) {
@@ -38,8 +37,6 @@
38
37
  .selectableListItemColumnsWrapper {
39
38
  flex-direction: row;
40
39
  align-items: center;
41
- justify-content: space-between;
42
- width: 100%;
43
40
  }
44
41
  }
45
42
 
@@ -97,10 +97,12 @@
97
97
 
98
98
  @media (max-width: 800px) {
99
99
  .stepper-container {
100
- height: 95vh;
100
+ height: 99dvh;
101
101
  position: fixed;
102
102
  bottom: 0;
103
103
  justify-content: start;
104
104
  padding: 2rem;
105
+ border-bottom-left-radius: 0;
106
+ border-bottom-right-radius: 0;
105
107
  }
106
108
  }
@@ -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.150",
3
+ "version": "1.0.151",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",