ariadne_view_components 0.0.54-x64-mingw-ucrt → 0.0.57-x64-mingw-ucrt

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: b15cfe0a6b42c55710a9301ed9319958b29d474ceb9da89525bb162a0cf52d2b
4
- data.tar.gz: a6ee00bda6f5f86c26f9b8a8a0865f83c5b722e28699c1f4c4ba1b933e4e1b0a
3
+ metadata.gz: 3de217eb330851677e131f4959e9a5d7a2204b37a8de600183a551096da7aa1a
4
+ data.tar.gz: 410c4f92f4ff8e28c68878c8f2cf03abc9374e148ab5a043a2dc70b9e8fa4daa
5
5
  SHA512:
6
- metadata.gz: ff3d966b88ab8fc3b171b3ab709cc67bfb1f746965c6dd959daf420c32915fd4759cb5260031687cc41c69c14749b537b0686bf30e4b3b6e224d546272cbd66c
7
- data.tar.gz: 02301445e9954f7dbe8138e6b510b1e4aa360170815486b1cc65b75470fe21dc1d775fdff1fc7e8ca16b789ee07cfc4c4a4593615fc8d4547ab0f43622d7524d
6
+ metadata.gz: 5de2fa3c33a2485f9a1614e8d6f4a4cacef6835020334344c7ef1c21a179451c7d038bfc9e6a33d73883e11436b4656c7a28521a98848076b80d65e83ff0b55f
7
+ data.tar.gz: 508960aa832319857841531a5ba37fbfb6c314bc46e30a7ea66b041cc3bb0367c45bd04f37755a4603aaa656869fa938d315ee41721cb1de822fda327577bffd
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;