@anker-in/headless-ui 0.0.22 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/style.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.4.6 | 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)
@@ -674,11 +674,6 @@ video {
674
674
  .ai-gap-4 {
675
675
  gap: 1rem;
676
676
  }
677
- .ai-space-y-1 > :not([hidden]) ~ :not([hidden]) {
678
- --tw-space-y-reverse: 0;
679
- margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
680
- margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
681
- }
682
677
  .ai-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
683
678
  --tw-space-y-reverse: 0;
684
679
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));