daisyui 1.24.0 → 1.24.1
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 +2 -0
- package/README.md +1 -1
- package/dist/full.css +1 -1
- package/dist/styled.css +1 -1
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
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.24.1](https://github.com/saadeghi/daisyui/compare/v1.24.0...v1.24.1) (2022-01-17)
|
|
6
|
+
|
|
5
7
|
## [1.24.0](https://github.com/saadeghi/daisyui/compare/v1.23.1...v1.24.0) (2022-01-17)
|
|
6
8
|
|
|
7
9
|
|
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.
|
|
82
|
+
<link href="https://cdn.jsdelivr.net/npm/daisyui@1.24.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
|
@@ -4430,7 +4430,7 @@ html{
|
|
|
4430
4430
|
color:hsla(var(--bc) / var(--tw-placeholder-opacity, 1));
|
|
4431
4431
|
}
|
|
4432
4432
|
|
|
4433
|
-
.select-multiple,.select[multiple]{
|
|
4433
|
+
.select-multiple,.select[multiple],.select[size].select:not([size="1"]){
|
|
4434
4434
|
background-image:none;
|
|
4435
4435
|
padding-right:1rem;
|
|
4436
4436
|
}
|
package/dist/styled.css
CHANGED
|
@@ -2997,7 +2997,7 @@
|
|
|
2997
2997
|
.select-disabled,.select[disabled]{
|
|
2998
2998
|
--tw-text-opacity:0.2;
|
|
2999
2999
|
}
|
|
3000
|
-
.select-multiple,.select[multiple]{
|
|
3000
|
+
.select-multiple,.select[multiple],.select[size].select:not([size="1"]){
|
|
3001
3001
|
background-image:none;
|
|
3002
3002
|
padding-right:1rem;
|
|
3003
3003
|
}
|