ariadne_view_components 0.0.54 → 0.0.57

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: 65ffc7f4095780058ff3b2eda4ded26e8faa33a77059d0352eb290811d4b1036
4
- data.tar.gz: 0bc6c2f7a87c33381e9a0f138ad644e83bc384b1c05099e32bc67c3f4a017916
3
+ metadata.gz: 13f311613574ac1c0d0d5f8a9effa0d5fc8892d6616ca2286e6e591c39755e1a
4
+ data.tar.gz: 530cb57eac925bee54b64a26fad97ff12bec9da8292e4aeb686a2d2324344494
5
5
  SHA512:
6
- metadata.gz: e9427a4b86c65e1079b90e982c42dfb602ca536b6e721bb482c979d684131bbfad76372f13be9a4e8720a036d2fd545d566485f36ab1a25e4aac60389c5db087
7
- data.tar.gz: 9007f17c45c3388db440aca8320e0f607e5219ca9abffa9b0268abee4662714fc7249277ce758367e6e06714b0e529b6327461396d58896d7d0fe7ab73a62812
6
+ metadata.gz: a00351baf5889bd89ce7d54976831ebf21a05faf3e0be83ad5d63e020a44e1ed5153eccdce419682a8061a7a0f34447fdf9fab4271a561a1a0b5801fb1a7d742
7
+ data.tar.gz: 5c7f1a49b24f886b99f7982d9dcf11130ab543fde498b7adfaa760cf77b5e86a70c335fc7923d243e2c384cf997a6818baac2e0b495a334892a2d1b2bd34354e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [v0.0.55] - 14-07-2023
2
+ null
3
+ ## [v0.0.54] - 13-07-2023
4
+ null
1
5
  ## [v0.0.53] - 11-07-2023
2
6
  null
3
7
  ## [v0.0.52] - 07-07-2023
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
3
3
  */
4
4
 
5
5
  /*
@@ -191,6 +191,10 @@ select,
191
191
  textarea {
192
192
  font-family: inherit;
193
193
  /* 1 */
194
+ font-feature-settings: inherit;
195
+ /* 1 */
196
+ font-variation-settings: inherit;
197
+ /* 1 */
194
198
  font-size: 100%;
195
199
  /* 1 */
196
200
  font-weight: inherit;
@@ -341,6 +345,14 @@ menu {
341
345
  padding: 0;
342
346
  }
343
347
 
348
+ /*
349
+ Reset default styling for dialogs.
350
+ */
351
+
352
+ dialog {
353
+ padding: 0;
354
+ }
355
+
344
356
  /*
345
357
  Prevent resizing textareas horizontally by default.
346
358
  */
@@ -422,7 +434,7 @@ video {
422
434
  display: none;
423
435
  }
424
436
 
425
- [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 {
437
+ [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 {
426
438
  -webkit-appearance: none;
427
439
  -moz-appearance: none;
428
440
  appearance: none;
@@ -439,7 +451,7 @@ video {
439
451
  --tw-shadow: 0 0 #0000;
440
452
  }
441
453
 
442
- [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 {
454
+ [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 {
443
455
  outline: 2px solid transparent;
444
456
  outline-offset: 2px;
445
457
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
@@ -485,7 +497,7 @@ select {
485
497
  print-color-adjust: exact;
486
498
  }
487
499
 
488
- [multiple] {
500
+ [multiple],[size]:where(select:not([size="1"])) {
489
501
  background-image: initial;
490
502
  background-position: initial;
491
503
  background-repeat: unset;