daisyui 1.20.0 → 1.20.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 +7 -0
- package/README.md +1 -1
- package/dist/full.css +9 -0
- package/dist/styled.css +7 -0
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +7 -0
- 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,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.20.1](https://github.com/saadeghi/daisyui/compare/v1.20.0...v1.20.1) (2021-12-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* [#369](https://github.com/saadeghi/daisyui/issues/369) ([7b1b52b](https://github.com/saadeghi/daisyui/commit/7b1b52b71561e86dedf3e69f98e08143ed6a762a))
|
|
11
|
+
|
|
5
12
|
## [1.20.0](https://github.com/saadeghi/daisyui/compare/v1.19.0...v1.20.0) (2021-12-26)
|
|
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.
|
|
82
|
+
<link href="https://cdn.jsdelivr.net/npm/daisyui@1.20.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
|
@@ -1541,6 +1541,14 @@ html{
|
|
|
1541
1541
|
overflow:hidden;
|
|
1542
1542
|
}
|
|
1543
1543
|
|
|
1544
|
+
.drawer.drawer-end{
|
|
1545
|
+
direction:rtl;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
.drawer.drawer-end>*{
|
|
1549
|
+
direction:ltr;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1544
1552
|
.drawer.drawer-end .drawer-toggle~.drawer-side>.drawer-overlay+*{
|
|
1545
1553
|
justify-self:end;
|
|
1546
1554
|
--tw-translate-x:100%;
|
|
@@ -1692,6 +1700,7 @@ html{
|
|
|
1692
1700
|
.drawer-mobile.drawer-end{
|
|
1693
1701
|
grid-auto-columns:auto -webkit-max-content;
|
|
1694
1702
|
grid-auto-columns:auto max-content;
|
|
1703
|
+
direction:ltr;
|
|
1695
1704
|
}
|
|
1696
1705
|
|
|
1697
1706
|
.drawer-mobile.drawer-end>.drawer-toggle~.drawer-content{
|
package/dist/styled.css
CHANGED
|
@@ -319,6 +319,12 @@
|
|
|
319
319
|
display:grid;
|
|
320
320
|
overflow:hidden;
|
|
321
321
|
}
|
|
322
|
+
.drawer.drawer-end{
|
|
323
|
+
direction:rtl;
|
|
324
|
+
}
|
|
325
|
+
.drawer.drawer-end>*{
|
|
326
|
+
direction:ltr;
|
|
327
|
+
}
|
|
322
328
|
.drawer.drawer-end .drawer-toggle~.drawer-side>.drawer-overlay+*{
|
|
323
329
|
justify-self:end;
|
|
324
330
|
--tw-translate-x:100%;
|
|
@@ -424,6 +430,7 @@
|
|
|
424
430
|
.drawer-mobile.drawer-end{
|
|
425
431
|
grid-auto-columns:auto -webkit-max-content;
|
|
426
432
|
grid-auto-columns:auto max-content;
|
|
433
|
+
direction:ltr;
|
|
427
434
|
}
|
|
428
435
|
.drawer-mobile.drawer-end>.drawer-toggle~.drawer-content{
|
|
429
436
|
height:auto;
|