allaw-ui 3.3.1 → 3.3.2

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.
@@ -1,171 +1,174 @@
1
1
  .backdrop {
2
- position: fixed;
3
- top: 0;
4
- left: 0;
5
- height: 100vh;
6
- width: 100vw;
7
- z-index: 4500;
2
+ position: fixed;
3
+ top: 0;
4
+ left: 0;
5
+ height: 100vh;
6
+ width: 100vw;
7
+ /* z-index: 4500; */
8
8
  }
9
9
 
10
10
  .baseFilter {
11
- position: relative;
12
- width: fit-content;
11
+ position: relative;
12
+ width: fit-content;
13
13
  }
14
14
 
15
- .smallOpenFilter{
16
- position: relative;
17
- width: fit-content;
15
+ .smallOpenFilter {
16
+ position: relative;
17
+ width: fit-content;
18
18
  }
19
19
 
20
20
  .options {
21
- position: absolute;
22
- top: 120%;
23
- left: 0;
24
- width: fit-content;
25
- border: 0.5px solid #ddd;
26
- border-radius: 4px;
27
- background-color: #ffffff;
28
- box-shadow: rgba(9, 30, 66, 0.15) 0px 8px 12px 0px;
29
- z-index: 1000;
30
- padding: 0.4rem 0rem;
21
+ position: absolute;
22
+ top: 120%;
23
+ left: 0;
24
+ width: fit-content;
25
+ border: 0.5px solid #ddd;
26
+ border-radius: 4px;
27
+ background-color: #ffffff;
28
+ box-shadow: rgba(9, 30, 66, 0.15) 0px 8px 12px 0px;
29
+ z-index: 1000;
30
+ padding: 0.4rem 0rem;
31
31
  }
32
32
 
33
33
  .item {
34
- background: none;
35
- border: none;
36
- display: flex;
37
- flex-direction: row;
38
- align-items: center;
39
- gap: 0.75rem;
40
- padding: 0.5rem 1rem;
41
- cursor: pointer;
42
- border-left: 2px solid #FFF;
43
- width: 100%;
44
- color: #0000
34
+ background: none;
35
+ border: none;
36
+ display: flex;
37
+ flex-direction: row;
38
+ align-items: center;
39
+ gap: 0.75rem;
40
+ padding: 0.5rem 1rem;
41
+ cursor: pointer;
42
+ border-left: 2px solid #fff;
43
+ width: 100%;
44
+ color: #0000;
45
45
  }
46
46
 
47
47
  .round {
48
-
49
- display: flex;
50
- align-items: center;
51
- justify-content: center;
52
- border: 1px solid #D1DCE7;
53
- border-radius: 3rem;
54
- padding: 2px;
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: center;
51
+ border: 1px solid #d1dce7;
52
+ border-radius: 3rem;
53
+ padding: 2px;
55
54
  }
56
55
 
57
56
  .selected {
58
- background-color: #25BEEB;
59
- min-width: 0.6rem;
60
- min-height: 0.6rem;
61
- border-radius: 1rem;
62
- display: block;
57
+ background-color: #25beeb;
58
+ min-width: 0.6rem;
59
+ min-height: 0.6rem;
60
+ border-radius: 1rem;
61
+ display: block;
63
62
  }
64
63
 
65
64
  .notSelected {
66
- background-color: #FFF;
67
- min-width: 0.6rem;
68
- min-height: 0.6rem;
69
- border-radius: 1rem;
70
- display: block;
65
+ background-color: #fff;
66
+ min-width: 0.6rem;
67
+ min-height: 0.6rem;
68
+ border-radius: 1rem;
69
+ display: block;
71
70
  }
72
71
 
73
72
  .item > span {
74
- text-wrap: nowrap;
75
- font-family: var(--font-open-sans);
76
- font-size: 14px;
77
- font-weight: 500;
78
- color: #000;
73
+ text-wrap: nowrap;
74
+ font-family: var(--font-open-sans);
75
+ font-size: 14px;
76
+ font-weight: 500;
77
+ color: #000;
79
78
  }
80
79
 
81
80
  .item:hover {
82
- background-color: #EFF2F5;
83
- border-left: 2px solid #25BEEB;
81
+ background-color: #eff2f5;
82
+ border-left: 2px solid #25beeb;
84
83
  }
85
84
 
86
85
  .optionsSmall {
87
- position: fixed;
88
- right: 0;
89
- transition: bottom 225ms cubic-bezier(0, 0, 0.2, 1);
90
- max-height: 90dvh;
91
- background-color: white;
92
- width: 100vw;
93
- display: none;
94
- border-radius: 8px 8px 0 0;
95
- padding: 1rem;
96
- flex-direction: column;
97
- gap: 2rem;
86
+ position: fixed;
87
+ right: 0;
88
+ transition: bottom 225ms cubic-bezier(0, 0, 0.2, 1);
89
+ max-height: 90dvh;
90
+ background-color: white;
91
+ width: 100vw;
92
+ display: none;
93
+ border-radius: 8px 8px 0 0;
94
+ padding: 1rem;
95
+ flex-direction: column;
96
+ gap: 2rem;
98
97
  }
99
98
 
100
99
  .smallItem {
101
- background: none;
102
- border: none;
103
- display: flex;
104
- flex-direction: row-reverse;
105
- align-items: center;
106
- justify-content: space-between;
107
- padding: 1.5rem 1rem;
108
- cursor: pointer;
109
- border-left: 2px solid #FFF;
110
- width: 100%;
111
- color: #0000;
112
- border-top: 1px solid #e4edf6;
100
+ background: none;
101
+ border: none;
102
+ display: flex;
103
+ flex-direction: row-reverse;
104
+ align-items: center;
105
+ justify-content: space-between;
106
+ padding: 1.5rem 1rem;
107
+ cursor: pointer;
108
+ border-left: 2px solid #fff;
109
+ width: 100%;
110
+ color: #0000;
111
+ border-top: 1px solid #e4edf6;
113
112
  }
114
113
 
115
114
  .smallItem:first-child {
116
- border-top: none;
115
+ border-top: none;
117
116
  }
118
117
 
119
118
  .smallItem > span {
120
- text-wrap: nowrap;
121
- font-family: var(--font-open-sans);
122
- font-size: 14px;
123
- font-weight: 500;
124
- color: #000;
119
+ text-wrap: nowrap;
120
+ font-family: var(--font-open-sans);
121
+ font-size: 14px;
122
+ font-weight: 500;
123
+ color: #000;
125
124
  }
126
125
 
127
126
  .choices {
128
- display: flex;
129
- flex-direction: column;
127
+ display: flex;
128
+ flex-direction: column;
130
129
  }
131
130
 
132
131
  .closeButton {
133
- height: fit-content;
134
- border: none;
135
- background: transparent;
136
- cursor: pointer;
137
- width: 20px;
138
- display: flex;
139
- align-items: center;
140
- justify-content: center;
132
+ height: fit-content;
133
+ border: none;
134
+ background: transparent;
135
+ cursor: pointer;
136
+ width: 20px;
137
+ display: flex;
138
+ align-items: center;
139
+ justify-content: center;
141
140
  }
142
141
 
143
142
  .closeButton > i {
144
- font-size: 16px;
143
+ font-size: 16px;
145
144
  }
146
145
 
147
146
  .row {
148
- width: 100%;
149
- height: fit-content;
150
- display: flex;
151
- flex-direction: row;
152
- justify-content: space-between;
153
- align-items: center;
154
- gap: 1rem;
155
- padding: 1rem 0.5rem;
147
+ width: 100%;
148
+ height: fit-content;
149
+ display: flex;
150
+ flex-direction: row;
151
+ justify-content: space-between;
152
+ align-items: center;
153
+ gap: 1rem;
154
+ padding: 1rem 0.5rem;
156
155
  }
157
156
 
158
157
  @media screen and (max-width: 800px) {
159
- .options {
160
- display: none;
161
- }
162
-
163
- .optionsSmall {
164
- z-index: 5000;
165
- display: flex;
166
- }
167
-
168
- .backdrop {
169
- background: linear-gradient(180deg, rgba(26, 50, 56, 0.00) 0%, rgba(2, 9, 11, 0.45) 100%);
170
- }
171
- }
158
+ .options {
159
+ display: none;
160
+ }
161
+
162
+ .optionsSmall {
163
+ z-index: 5000;
164
+ display: flex;
165
+ }
166
+
167
+ .backdrop {
168
+ background: linear-gradient(
169
+ 180deg,
170
+ rgba(26, 50, 56, 0) 0%,
171
+ rgba(2, 9, 11, 0.45) 100%
172
+ );
173
+ }
174
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",