daisyui 4.12.22 → 4.12.24

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 {
@@ -6404,7 +6405,8 @@ details.collapse summary::-webkit-details-marker {
6404
6405
  --tw-prose-pre-code: var(--fallback-nc,oklch(var(--nc)/1));
6405
6406
  --tw-prose-pre-bg: var(--fallback-n,oklch(var(--n)/1));
6406
6407
  --tw-prose-th-borders: var(--fallback-bc,oklch(var(--bc)/0.5));
6407
- --tw-prose-td-borders: var(--fallback-bc,oklch(var(--bc)/0.2))}
6408
+ --tw-prose-td-borders: var(--fallback-bc,oklch(var(--bc)/0.2));
6409
+ --tw-prose-kbd: var(--fallback-bc,oklch(var(--bc)/0.8))}
6408
6410
  .prose :where(code):not(:where([class~="not-prose"] *, pre *)) {
6409
6411
  padding: 1px 8px;
6410
6412
  border-radius: var(--rounded-badge);
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
  }
@@ -5166,6 +5167,7 @@ details.collapse summary {
5166
5167
  --tw-prose-pre-bg: var(--fallback-n,oklch(var(--n)/1));
5167
5168
  --tw-prose-th-borders: var(--fallback-bc,oklch(var(--bc)/0.5));
5168
5169
  --tw-prose-td-borders: var(--fallback-bc,oklch(var(--bc)/0.2));
5170
+ --tw-prose-kbd: var(--fallback-bc,oklch(var(--bc)/0.8));
5169
5171
  }
5170
5172
  .prose :where(code):not(:where([class~="not-prose"] *, pre *)) {
5171
5173
  padding: 1px 8px;