@meetelise/chat 1.22.77 → 1.22.78

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.22.77",
3
+ "version": "1.22.78",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -193,6 +193,7 @@ var e={8005:function(e,t,i){var n,r=this&&this.__extends||(n=function(e,t){retur
193
193
  flex: 1 1 0px;
194
194
  border: none;
195
195
  background: none;
196
+ width: 24px;
196
197
  }
197
198
 
198
199
  .dayInitial {
@@ -200,7 +201,18 @@ var e={8005:function(e,t,i){var n,r=this&&this.__extends||(n=function(e,t){retur
200
201
  }
201
202
 
202
203
  .dayNumber {
203
- font-weight: 600;
204
+ position: relative;
205
+ font-size: 12px;
206
+ text-align: center;
207
+ flex: 1 1 0px;
208
+ border: none;
209
+ background: none;
210
+ width: 24px;
211
+ -webkit-appearance: none;
212
+ appearance: none;
213
+ margin: 0;
214
+ padding: 0;
215
+ border-radius: 0;
204
216
  }
205
217
 
206
218
  .dayNumber.selected::after,
@@ -337,7 +349,7 @@ var e={8005:function(e,t,i){var n,r=this&&this.__extends||(n=function(e,t){retur
337
349
  justify-content: center;
338
350
  align-items: center;
339
351
  max-width: none;
340
- max-height: 250px;
352
+ max-height: 120px;
341
353
  overflow-x: auto;
342
354
  gap: 8px;
343
355
 
@@ -150,6 +150,7 @@ export class DatePicker extends LitElement {
150
150
  flex: 1 1 0px;
151
151
  border: none;
152
152
  background: none;
153
+ width: 24px;
153
154
  }
154
155
 
155
156
  .dayInitial {
@@ -157,7 +158,18 @@ export class DatePicker extends LitElement {
157
158
  }
158
159
 
159
160
  .dayNumber {
160
- font-weight: 600;
161
+ position: relative;
162
+ font-size: 12px;
163
+ text-align: center;
164
+ flex: 1 1 0px;
165
+ border: none;
166
+ background: none;
167
+ width: 24px;
168
+ -webkit-appearance: none;
169
+ appearance: none;
170
+ margin: 0;
171
+ padding: 0;
172
+ border-radius: 0;
161
173
  }
162
174
 
163
175
  .dayNumber.selected::after,
@@ -103,7 +103,7 @@ export class TimePicker extends LitElement {
103
103
  justify-content: center;
104
104
  align-items: center;
105
105
  max-width: none;
106
- max-height: 250px;
106
+ max-height: 120px;
107
107
  overflow-x: auto;
108
108
  gap: 8px;
109
109