daisyui 1.16.5 → 1.16.6

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.16.6](https://github.com/saadeghi/daisyui/compare/v1.16.5...v1.16.6) (2021-12-16)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * [#337](https://github.com/saadeghi/daisyui/issues/337) ([c71800f](https://github.com/saadeghi/daisyui/commit/c71800f5226c6fc71673faf2b26c94578921975e))
11
+
5
12
  ### [1.16.5](https://github.com/saadeghi/daisyui/compare/v1.16.4...v1.16.5) (2021-12-13)
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.16.4/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.16.5/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
@@ -2205,7 +2205,7 @@ html{
2205
2205
  appearance:none;
2206
2206
  height:0;
2207
2207
  opacity:0;
2208
- position:absolute;
2208
+ position:fixed;
2209
2209
  width:0;
2210
2210
  }
2211
2211
 
@@ -4976,7 +4976,6 @@ html{
4976
4976
  .prose code{
4977
4977
  background:hsla(var(--bc) / .2);
4978
4978
  color:hsl(var(--bc));
4979
- padding:2px 6px;
4980
4979
  border-radius:var(--rounded-badge);
4981
4980
  }
4982
4981
 
package/dist/styled.css CHANGED
@@ -827,7 +827,7 @@
827
827
  appearance:none;
828
828
  height:0;
829
829
  opacity:0;
830
- position:absolute;
830
+ position:fixed;
831
831
  width:0;
832
832
  }.navbar{
833
833
  display:flex;
@@ -3612,7 +3612,6 @@
3612
3612
  .prose code{
3613
3613
  background:hsla(var(--bc) / .2);
3614
3614
  color:hsl(var(--bc));
3615
- padding:2px 6px;
3616
3615
  border-radius:var(--rounded-badge);
3617
3616
  }
3618
3617
  .prose pre{