daisyui 4.12.21 → 4.12.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/README.md CHANGED
@@ -27,10 +27,7 @@
27
27
 
28
28
  <div align="center">
29
29
 
30
- Premium Sponsors
31
- [![][sponsors]][opencollective]
32
-
33
- Backers
30
+ Backers and sponsors
34
31
  [![][backers_org]][opencollective]
35
32
  [![][backers]][opencollective]
36
33
 
@@ -63,6 +60,6 @@ Contributors
63
60
  [sponsors]: https://opencollective.com/daisyui/tiers/premium-sponsor.svg?button=false&avatarHeight=60
64
61
  [backers]: https://opencollective.com/daisyui/backers.svg?button=false&width=978&avatarHeight=36
65
62
  [backers_org]: https://opencollective.com/daisyui/organizations.svg?button=false&avatarHeight=36
66
- [contribute]: https://github.com/saadeghi/daisyui/blob/master/.github/CONTRIBUTING.md
67
- [contributors_img]: https://contrib.rocks/image?repo=saadeghi/daisyui&columns=25&anon=1&max=300
63
+ [contribute]: https://opencollective.com/daisyui/contributors.svg?width=1060&button=false&avatarHeight=40
64
+ [contributors_img]: https://opencollective.com/daisyui/contributors.svg?width=1060&button=false&avatarHeight=40
68
65
  [contributors]: https://github.com/saadeghi/daisyui/graphs/contributors
package/dist/full.css CHANGED
@@ -2983,6 +2983,7 @@ html {
2983
2983
  display: grid;
2984
2984
  width: 100%;
2985
2985
  overflow: hidden;
2986
+ direction: ltr;
2986
2987
  container-type: inline-size;
2987
2988
  grid-template-columns: auto 1fr}
2988
2989
  .diff-resizer {
package/dist/styled.css CHANGED
@@ -386,6 +386,7 @@
386
386
  display: grid;
387
387
  width: 100%;
388
388
  overflow: hidden;
389
+ direction: ltr;
389
390
  container-type: inline-size;
390
391
  grid-template-columns: auto 1fr
391
392
  }