ariadne_view_components 0.0.54-arm64-darwin → 0.0.57-arm64-darwin

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: 4e04f8163e91cc568a2128f456d213c722948c4da0f3012157f4f0a5c77e2262
4
- data.tar.gz: 36bdc40b26e4d2013a7fcdff6f0cf1972a1b24107be392d10b489a7f4cb2566b
3
+ metadata.gz: 61efb3ef90e7e4cf94ddac959a792ae25ca959a4e49046081d5e2a1a67cd38ff
4
+ data.tar.gz: 04df857b3099849d43ec53583c7dedc46b16e1db9e2dcdeab3370eb49b9754f1
5
5
  SHA512:
6
- metadata.gz: 5ca1262f10672a046494bfa42d24acfbb14db30cb4186ee3459a78a68c3df3f208a273a31b7314ccb10bbb8304889fde3d37e1e52e87c18ee706129270b52366
7
- data.tar.gz: e5d646c822e772e8e336eb83ae014ce8de4cb960416fbce87fefb4e85019d39ff04f58695d87806f1b622033d14e5c5e740b2b73ac21c5a1ac777d9bb920d9ca
6
+ metadata.gz: 85a22922bc731c696e3632a76e9f11869068aa49d64318d8ce21ab692f0c7ffcf3a97a1d9c1cb7ad44423bf1c04a976ab8a540b5a1a7bf639ba65676e0336fb6
7
+ data.tar.gz: 9763731b89605e4645ddab50d34379c24ec8d7bd618c80a4fcf968dbf152a3c870d3e0c5f74f745a48c45581929debbfb913173c623b25782e59dfd660a9fb94
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;