daisyui 1.16.4 → 1.18.0
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 +50 -0
- package/README.md +1 -1
- package/colors/themes.js +2 -2
- package/dist/base.js +1 -1
- package/dist/full.css +33342 -2
- package/dist/styled.css +3630 -1
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/themes.css +887 -1
- package/dist/unstyled.css +1067 -1
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/dist/utilities-unstyled.js +1 -1
- package/dist/utilities.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,56 @@
|
|
|
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.18.0](https://github.com/saadeghi/daisyui/compare/v1.17.1...v1.18.0) (2021-12-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add `card-bordered` class ([048c1c6](https://github.com/saadeghi/daisyui/commit/048c1c6a6005fd271d30ae8b1bb66273bd63f6da))
|
|
11
|
+
* responsive compact card. fix [#324](https://github.com/saadeghi/daisyui/issues/324) ([b7d2185](https://github.com/saadeghi/daisyui/commit/b7d21851a19594fc20d767d9ee888e974ce201dc))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* [#266](https://github.com/saadeghi/daisyui/issues/266) ([e21f169](https://github.com/saadeghi/daisyui/commit/e21f16946e88d687632924c73841d7dee8240cc5))
|
|
17
|
+
* [#273](https://github.com/saadeghi/daisyui/issues/273) ([6b22d83](https://github.com/saadeghi/daisyui/commit/6b22d83974234a1f0b4d732dcb5cc410d9a67fb8))
|
|
18
|
+
* [#299](https://github.com/saadeghi/daisyui/issues/299) ([e5831b9](https://github.com/saadeghi/daisyui/commit/e5831b91c9cb914ccce9a6baca334cbdd0d3b63f))
|
|
19
|
+
* [#340](https://github.com/saadeghi/daisyui/issues/340) ([58bed26](https://github.com/saadeghi/daisyui/commit/58bed26e15f191eb4670b8a0fec43fec41d74fd3))
|
|
20
|
+
|
|
21
|
+
### [1.17.1](https://github.com/saadeghi/daisyui/compare/v1.16.6...v1.17.1) (2021-12-21)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* [#341](https://github.com/saadeghi/daisyui/issues/341) ([118ff41](https://github.com/saadeghi/daisyui/commit/118ff417df6d9a1c0170db651067bd524ecb93aa))
|
|
27
|
+
|
|
28
|
+
## [1.17.0](https://github.com/saadeghi/daisyui/compare/v1.16.6...v1.17.0) (2021-12-21)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **components:** steps-horizontal ([5577140](https://github.com/saadeghi/daisyui/commit/5577140e3e8fccd8ada90d27f57c8f9bb5bb6a44))
|
|
34
|
+
* responsive `steps` ([7ba7d65](https://github.com/saadeghi/daisyui/commit/7ba7d6534b6a2abc6b6077faba4c2a5431307b42))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* [#344](https://github.com/saadeghi/daisyui/issues/344) (typography plugin v0.5 compatibility) ([0969505](https://github.com/saadeghi/daisyui/commit/09695059b2ce1c960fb1dc24080bca41576e938e))
|
|
40
|
+
|
|
41
|
+
### [1.16.6](https://github.com/saadeghi/daisyui/compare/v1.16.5...v1.16.6) (2021-12-16)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* [#337](https://github.com/saadeghi/daisyui/issues/337) ([c71800f](https://github.com/saadeghi/daisyui/commit/c71800f5226c6fc71673faf2b26c94578921975e))
|
|
47
|
+
|
|
48
|
+
### [1.16.5](https://github.com/saadeghi/daisyui/compare/v1.16.4...v1.16.5) (2021-12-13)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Bug Fixes
|
|
52
|
+
|
|
53
|
+
* [#329](https://github.com/saadeghi/daisyui/issues/329) ([56abd3c](https://github.com/saadeghi/daisyui/commit/56abd3c09a1838b8c78a10fc16fee9f2fd83cd7b))
|
|
54
|
+
|
|
5
55
|
### [1.16.4](https://github.com/saadeghi/daisyui/compare/v1.16.2...v1.16.4) (2021-12-11)
|
|
6
56
|
|
|
7
57
|
|
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.17.1/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/colors/themes.js
CHANGED
|
@@ -761,8 +761,8 @@ module.exports = {
|
|
|
761
761
|
"accent-focus": "#b8b8b8",
|
|
762
762
|
"accent-content": "#000000",
|
|
763
763
|
"base-100": "#ffffff",
|
|
764
|
-
"base-200": "#
|
|
765
|
-
"base-300": "#
|
|
764
|
+
"base-200": "#eeeeee",
|
|
765
|
+
"base-300": "#dddddd",
|
|
766
766
|
"base-content": "#000000",
|
|
767
767
|
"neutral": "#ebebeb",
|
|
768
768
|
"neutral-focus": "#ebebeb",
|
package/dist/base.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = {":root":{"backgroundColor":"hsla(var(--b1)/var(--tw-bg-opacity,1))","color":"hsla(var(--bc)/var(--tw-text-opacity,1))"},"html":{"WebkitTapHighlightColor":"transparent"}};
|
|
1
|
+
module.exports = {":root":{"backgroundColor":"hsla(var(--b1) / var(--tw-bg-opacity,1))","color":"hsla(var(--bc) / var(--tw-text-opacity,1))"},"html":{"WebkitTapHighlightColor":"transparent"}};
|