daisyui 1.25.2 → 1.25.3

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.25.3](https://github.com/saadeghi/daisyui/compare/v1.25.2...v1.25.3) (2022-01-23)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * [#423](https://github.com/saadeghi/daisyui/issues/423) ([8613f79](https://github.com/saadeghi/daisyui/commit/8613f7972a8eb5517ad33a4069d2ee5e8cccdf0e))
11
+
5
12
  ### [1.25.2](https://github.com/saadeghi/daisyui/compare/v1.25.1...v1.25.2) (2022-01-23)
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.25.1/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.25.2/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
@@ -1628,7 +1628,8 @@ html{
1628
1628
 
1629
1629
  .drawer-toggle:checked~.drawer-side>.drawer-overlay{
1630
1630
  visibility:visible;
1631
- opacity:.4;
1631
+ opacity:.999999;
1632
+ --tw-bg-opacity:0.4;
1632
1633
  }
1633
1634
 
1634
1635
  .drawer-toggle:checked~.drawer-side>.drawer-overlay+*{
package/dist/styled.css CHANGED
@@ -2001,7 +2001,8 @@
2001
2001
  }
2002
2002
 
2003
2003
  .drawer-toggle:checked~.drawer-side>.drawer-overlay{
2004
- opacity:.4;
2004
+ opacity:.999999;
2005
+ --tw-bg-opacity:0.4;
2005
2006
  }
2006
2007
 
2007
2008
  .drawer-toggle:focus-visible~.drawer-content .drawer-button{