coveragebook_components 0.8.3 → 0.8.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 934ff8191a17e974019ad3af5683b6ab32c77a28ea79bc6522f0020c4be472c9
4
- data.tar.gz: fa25388dbca9b1595182a3f5371f193a641d3c82e094b2b009b341900ff59365
3
+ metadata.gz: aafbeb1f1688632f89c507287fc11591a6b88062ba2881570fd27249b9610e79
4
+ data.tar.gz: 52f5380f901b410120aa416be543f2d301d058184521416b17f4f04537afa1b1
5
5
  SHA512:
6
- metadata.gz: a9a7c27f93a481fc858781abf8e5417f622803439acc2c2dfe1dd140f382a2e93b2bffe017e2507f736c89f87aabb507185c5763eda31edaee89ca93e3582267
7
- data.tar.gz: 8f96dac0386f6496dbf78ddee19884642a4226ee2315ce230be3dfbc57efb03c8b6fbf21abf93f82bfce79eed14b173a6bf7c8ff1da8ca30478d101b9dd9fc11
6
+ metadata.gz: cdc74dffcdb0bf9a3f2b3a749fa382668a4d47afc70edb377dfda7df5374a15586e8781d11f48f433e85ce13a886f072ba81412c4e1129edba01f7d5d9491743
7
+ data.tar.gz: 8fbc21c3159a2b56296ec56c4cce6b4985a68795dde41844f9af9af17434d5d13a80a9504396ddac59e424fa870e91c5e946c1e7b9a0fd0d5e1ac9d8488af8ce
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
3
3
  *//*
4
4
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
5
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
@@ -167,6 +167,8 @@ optgroup,
167
167
  select,
168
168
  textarea {
169
169
  font-family: inherit; /* 1 */
170
+ font-feature-settings: inherit; /* 1 */
171
+ font-variation-settings: inherit; /* 1 */
170
172
  font-size: 100%; /* 1 */
171
173
  font-weight: inherit; /* 1 */
172
174
  line-height: inherit; /* 1 */
@@ -304,6 +306,13 @@ menu {
304
306
  padding: 0;
305
307
  }
306
308
 
309
+ /*
310
+ Reset default styling for dialogs.
311
+ */
312
+ dialog {
313
+ padding: 0;
314
+ }
315
+
307
316
  /*
308
317
  Prevent resizing textareas horizontally by default.
309
318
  */
@@ -377,7 +386,7 @@ video {
377
386
  display: none;
378
387
  }
379
388
 
380
- [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
389
+ [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
381
390
  -webkit-appearance: none;
382
391
  -moz-appearance: none;
383
392
  appearance: none;
@@ -393,7 +402,7 @@ video {
393
402
  line-height: 1.5rem;
394
403
  --tw-shadow: 0 0 #0000;}
395
404
 
396
- [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
405
+ [type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
397
406
  outline: 2px solid transparent;
398
407
  outline-offset: 2px;
399
408
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
@@ -417,7 +426,11 @@ input::placeholder,textarea::placeholder{
417
426
  padding: 0}
418
427
 
419
428
  ::-webkit-date-and-time-value{
420
- min-height: 1.5em}
429
+ min-height: 1.5em;
430
+ text-align: inherit}
431
+
432
+ ::-webkit-datetime-edit{
433
+ display: inline-flex}
421
434
 
422
435
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
423
436
  padding-top: 0;
@@ -432,7 +445,7 @@ select{
432
445
  -webkit-print-color-adjust: exact;
433
446
  print-color-adjust: exact}
434
447
 
435
- [multiple]{
448
+ [multiple],[size]:where(select:not([size="1"])){
436
449
  background-image: initial;
437
450
  background-position: initial;
438
451
  background-repeat: unset;
@@ -4163,10 +4176,16 @@ select{
4163
4176
  [data-coco][data-component="app-user-profile"] .user-profile-avatar{
4164
4177
  display: flex;
4165
4178
  align-items: center}
4179
+ [data-coco][data-component="app-user-profile"] .user-profile-details{
4180
+ display: flex;
4181
+ flex-direction: column;
4182
+ justify-content: center}
4166
4183
  [data-coco][data-component="app-user-profile"] .user-profile-details > :not([hidden]) ~ :not([hidden]){
4167
4184
  --tw-space-y-reverse: 0;
4168
4185
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
4169
4186
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))}
4187
+ [data-coco][data-component="app-user-profile"] .user-profile-details{
4188
+ overflow: hidden}
4170
4189
  [data-coco][data-component="app-user-profile"] .user-profile-name{
4171
4190
  overflow: hidden;
4172
4191
  text-overflow: ellipsis;