ariadne_view_components 0.0.54-aarch64-linux → 0.0.57-aarch64-linux

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: adfe936d892cd9d82383b700af8453f1ae1cbc25b217fe28822b28e826bb6448
4
- data.tar.gz: c052bdf62adb6079085f5ff440aa0c652bba16b0b342e594053fc598cd482758
3
+ metadata.gz: c334740093f5533352751f27c416ec731d49c53580d563f1fd19c540dd7696a0
4
+ data.tar.gz: 873f9c568241c44ad58828cf8cc5a52ed6e8b7ea433d51c30d58c5805e155fb0
5
5
  SHA512:
6
- metadata.gz: 212124470a1964fe9a800a412944254279578f90890d6e73fee8ee2a2afc61791faf67048022b8492de83ec672d40d5a06b4049e2b1b9436be24b1dfc4ed67aa
7
- data.tar.gz: 60b7feea53785fc85445107a42761a1bfd12d5f2672dc653d7f2ae9cc415fcafb4fbc2af99068b72c793a215d9741774e3e1976565cc11a6991e61ffd16895c5
6
+ metadata.gz: 8ee7e68cc863622897ba1ec2e66aab3f437a7d39d815ca13c1cb1cb9e4d0c0eb1aca7a534674eed1218600aedfa32c7cefbf27a09b7bd1a7c2841db35cadcf10
7
+ data.tar.gz: 17b35c27ea51cdf7976059ba0f72ae7aae0f1e1f991281b3893072f04f291ae6711df0e35ed8d5ca567328b3103fbf6169212676c6638479d9db7fabb3f2aa5e
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;