daisyui 1.18.0 → 1.19.0

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.19.0](https://github.com/saadeghi/daisyui/compare/v1.17.1...v1.19.0) (2021-12-22)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * menu text color ([30c79ac](https://github.com/saadeghi/daisyui/commit/30c79ac51ba7b1dd642ad8d8871e131da875887f))
11
+
5
12
  ## [1.18.0](https://github.com/saadeghi/daisyui/compare/v1.17.1...v1.18.0) (2021-12-22)
6
13
 
7
14
 
package/README.md CHANGED
@@ -79,7 +79,7 @@ Loading CSS files from CDN is not recommended for production. It's better to ins
79
79
 
80
80
 
81
81
  ```html
82
- <link href="https://cdn.jsdelivr.net/npm/daisyui@1.17.1/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.18.0/dist/full.css" rel="stylesheet" type="text/css" />
83
83
  <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2/dist/tailwind.min.css" rel="stylesheet" type="text/css" />
84
84
  ```
85
85
 
package/dist/full.css CHANGED
@@ -3739,7 +3739,7 @@ html{
3739
3739
  border-radius:var(--rounded-btn, .5rem);
3740
3740
  }
3741
3741
 
3742
- .menu li>a,.menu li>span{
3742
+ .menu li>:where(a),.menu li>:where(span){
3743
3743
  padding:.75rem 1.25rem;
3744
3744
  color:currentColor;
3745
3745
  }
package/dist/styled.css CHANGED
@@ -2320,7 +2320,7 @@
2320
2320
  .menu[class*=p-] li a{
2321
2321
  border-radius:var(--rounded-btn, .5rem);
2322
2322
  }
2323
- .menu li>a,.menu li>span{
2323
+ .menu li>:where(a),.menu li>:where(span){
2324
2324
  padding:.75rem 1.25rem;
2325
2325
  color:currentColor;
2326
2326
  }