daisyui 1.25.0 → 1.25.4
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 +23 -0
- package/README.md +1 -1
- package/dist/full.css +20 -18
- package/dist/styled.css +9 -4
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +6 -2
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
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.4](https://github.com/saadeghi/daisyui/compare/v1.25.3...v1.25.4) (2022-01-25)
|
|
6
|
+
|
|
7
|
+
### [1.25.3](https://github.com/saadeghi/daisyui/compare/v1.25.2...v1.25.3) (2022-01-23)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* [#423](https://github.com/saadeghi/daisyui/issues/423) ([8613f79](https://github.com/saadeghi/daisyui/commit/8613f7972a8eb5517ad33a4069d2ee5e8cccdf0e))
|
|
13
|
+
|
|
14
|
+
### [1.25.2](https://github.com/saadeghi/daisyui/compare/v1.25.1...v1.25.2) (2022-01-23)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* [#422](https://github.com/saadeghi/daisyui/issues/422) ([afd8dd6](https://github.com/saadeghi/daisyui/commit/afd8dd66df93ffe7560b5133f89bb0082ffd969e))
|
|
20
|
+
|
|
21
|
+
### [1.25.1](https://github.com/saadeghi/daisyui/compare/v1.25.0...v1.25.1) (2022-01-23)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* [#422](https://github.com/saadeghi/daisyui/issues/422) ([5c6577d](https://github.com/saadeghi/daisyui/commit/5c6577db662e5991a39c8a8f9d7c52aee8b31980))
|
|
27
|
+
|
|
5
28
|
## [1.25.0](https://github.com/saadeghi/daisyui/compare/v1.24.3...v1.25.0) (2022-01-23)
|
|
6
29
|
|
|
7
30
|
|
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.25.3/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
|
@@ -1451,6 +1451,23 @@ html{
|
|
|
1451
1451
|
scroll-snap-align:end;
|
|
1452
1452
|
}
|
|
1453
1453
|
|
|
1454
|
+
.checkbox{
|
|
1455
|
+
flex-shrink:0;
|
|
1456
|
+
--chkbg:var(--bc);
|
|
1457
|
+
--chkfg:var(--b1);
|
|
1458
|
+
-webkit-appearance:none;
|
|
1459
|
+
-moz-appearance:none;
|
|
1460
|
+
appearance:none;
|
|
1461
|
+
--tw-border-opacity:1;
|
|
1462
|
+
--tw-border-opacity:0.2;
|
|
1463
|
+
border-color:hsla(var(--bc) / var(--tw-border-opacity, 1));
|
|
1464
|
+
border-width:1px;
|
|
1465
|
+
cursor:pointer;
|
|
1466
|
+
height:1.5rem;
|
|
1467
|
+
width:1.5rem;
|
|
1468
|
+
border-radius:var(--rounded-btn, .5rem);
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1454
1471
|
.checkbox:focus{
|
|
1455
1472
|
outline:2px solid transparent;
|
|
1456
1473
|
outline-offset:2px;
|
|
@@ -1628,7 +1645,8 @@ html{
|
|
|
1628
1645
|
|
|
1629
1646
|
.drawer-toggle:checked~.drawer-side>.drawer-overlay{
|
|
1630
1647
|
visibility:visible;
|
|
1631
|
-
opacity:.
|
|
1648
|
+
opacity:.999999;
|
|
1649
|
+
--tw-bg-opacity:0.4;
|
|
1632
1650
|
}
|
|
1633
1651
|
|
|
1634
1652
|
.drawer-toggle:checked~.drawer-side>.drawer-overlay+*{
|
|
@@ -2648,7 +2666,7 @@ html{
|
|
|
2648
2666
|
overflow:hidden;
|
|
2649
2667
|
}
|
|
2650
2668
|
|
|
2651
|
-
.avatar-group .avatar{
|
|
2669
|
+
.avatar-group :where(.avatar){
|
|
2652
2670
|
--tw-border-opacity:1;
|
|
2653
2671
|
border-color:hsla(var(--b1) / var(--tw-border-opacity, 1));
|
|
2654
2672
|
border-radius:9999px;
|
|
@@ -3264,22 +3282,6 @@ html{
|
|
|
3264
3282
|
display:none;
|
|
3265
3283
|
}
|
|
3266
3284
|
|
|
3267
|
-
.checkbox{
|
|
3268
|
-
--chkbg:var(--bc);
|
|
3269
|
-
--chkfg:var(--b1);
|
|
3270
|
-
-webkit-appearance:none;
|
|
3271
|
-
-moz-appearance:none;
|
|
3272
|
-
appearance:none;
|
|
3273
|
-
--tw-border-opacity:1;
|
|
3274
|
-
--tw-border-opacity:0.2;
|
|
3275
|
-
border-color:hsla(var(--bc) / var(--tw-border-opacity, 1));
|
|
3276
|
-
border-width:1px;
|
|
3277
|
-
cursor:pointer;
|
|
3278
|
-
height:1.5rem;
|
|
3279
|
-
width:1.5rem;
|
|
3280
|
-
border-radius:var(--rounded-btn, .5rem);
|
|
3281
|
-
}
|
|
3282
|
-
|
|
3283
3285
|
.checkbox:focus-visible{
|
|
3284
3286
|
box-shadow:0 0 0 2px hsl(var(--b1)), 0 0 0 4px hsl(var(--bc));
|
|
3285
3287
|
}
|
package/dist/styled.css
CHANGED
|
@@ -258,10 +258,14 @@
|
|
|
258
258
|
}
|
|
259
259
|
.carousel-end .carousel-item{
|
|
260
260
|
scroll-snap-align:end;
|
|
261
|
-
}.checkbox
|
|
261
|
+
}.checkbox{
|
|
262
|
+
flex-shrink:0;
|
|
263
|
+
}
|
|
264
|
+
.checkbox:focus{
|
|
262
265
|
outline:2px solid transparent;
|
|
263
266
|
outline-offset:2px;
|
|
264
|
-
}
|
|
267
|
+
}
|
|
268
|
+
.collapse{
|
|
265
269
|
display:grid;
|
|
266
270
|
overflow:hidden;
|
|
267
271
|
position:relative;
|
|
@@ -1103,7 +1107,7 @@
|
|
|
1103
1107
|
display:flex;
|
|
1104
1108
|
overflow:hidden;
|
|
1105
1109
|
}
|
|
1106
|
-
.avatar-group .avatar{
|
|
1110
|
+
.avatar-group :where(.avatar){
|
|
1107
1111
|
--tw-border-opacity:1;
|
|
1108
1112
|
border-color:hsla(var(--b1) / var(--tw-border-opacity, 1));
|
|
1109
1113
|
border-radius:9999px;
|
|
@@ -2001,7 +2005,8 @@
|
|
|
2001
2005
|
}
|
|
2002
2006
|
|
|
2003
2007
|
.drawer-toggle:checked~.drawer-side>.drawer-overlay{
|
|
2004
|
-
opacity:.
|
|
2008
|
+
opacity:.999999;
|
|
2009
|
+
--tw-bg-opacity:0.4;
|
|
2005
2010
|
}
|
|
2006
2011
|
|
|
2007
2012
|
.drawer-toggle:focus-visible~.drawer-content .drawer-button{
|