daisyui 1.17.1 → 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 CHANGED
@@ -2,19 +2,49 @@
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.17.1](https://github.com/saadeghi/daisyui/compare/v1.16.6...v1.17.1) (2021-12-21)
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
+
12
+ ## [1.20.0](https://github.com/saadeghi/daisyui/compare/v1.19.0...v1.20.0) (2021-12-26)
6
13
 
7
14
 
8
15
  ### Features
9
16
 
10
- * **components:** steps-horizontal ([5577140](https://github.com/saadeghi/daisyui/commit/5577140e3e8fccd8ada90d27f57c8f9bb5bb6a44))
11
- * responsive `steps` ([7ba7d65](https://github.com/saadeghi/daisyui/commit/7ba7d6534b6a2abc6b6077faba4c2a5431307b42))
17
+ * support [checked=true] style on checkbox and toggle ([8131232](https://github.com/saadeghi/daisyui/commit/8131232836c145c23ed40707f4272fb00c6a3f1b))
18
+
19
+ ## [1.19.0](https://github.com/saadeghi/daisyui/compare/v1.17.1...v1.19.0) (2021-12-22)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * menu text color ([30c79ac](https://github.com/saadeghi/daisyui/commit/30c79ac51ba7b1dd642ad8d8871e131da875887f))
25
+
26
+ ## [1.18.0](https://github.com/saadeghi/daisyui/compare/v1.17.1...v1.18.0) (2021-12-22)
27
+
28
+
29
+ ### Features
30
+
31
+ * add `card-bordered` class ([048c1c6](https://github.com/saadeghi/daisyui/commit/048c1c6a6005fd271d30ae8b1bb66273bd63f6da))
32
+ * responsive compact card. fix [#324](https://github.com/saadeghi/daisyui/issues/324) ([b7d2185](https://github.com/saadeghi/daisyui/commit/b7d21851a19594fc20d767d9ee888e974ce201dc))
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * [#266](https://github.com/saadeghi/daisyui/issues/266) ([e21f169](https://github.com/saadeghi/daisyui/commit/e21f16946e88d687632924c73841d7dee8240cc5))
38
+ * [#273](https://github.com/saadeghi/daisyui/issues/273) ([6b22d83](https://github.com/saadeghi/daisyui/commit/6b22d83974234a1f0b4d732dcb5cc410d9a67fb8))
39
+ * [#299](https://github.com/saadeghi/daisyui/issues/299) ([e5831b9](https://github.com/saadeghi/daisyui/commit/e5831b91c9cb914ccce9a6baca334cbdd0d3b63f))
40
+ * [#340](https://github.com/saadeghi/daisyui/issues/340) ([58bed26](https://github.com/saadeghi/daisyui/commit/58bed26e15f191eb4670b8a0fec43fec41d74fd3))
41
+
42
+ ### [1.17.1](https://github.com/saadeghi/daisyui/compare/v1.16.6...v1.17.1) (2021-12-21)
12
43
 
13
44
 
14
45
  ### Bug Fixes
15
46
 
16
47
  * [#341](https://github.com/saadeghi/daisyui/issues/341) ([118ff41](https://github.com/saadeghi/daisyui/commit/118ff417df6d9a1c0170db651067bd524ecb93aa))
17
- * [#344](https://github.com/saadeghi/daisyui/issues/344) (typography plugin v0.5 compatibility) ([0969505](https://github.com/saadeghi/daisyui/commit/09695059b2ce1c960fb1dc24080bca41576e938e))
18
48
 
19
49
  ## [1.17.0](https://github.com/saadeghi/daisyui/compare/v1.16.6...v1.17.0) (2021-12-21)
20
50
 
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.6/dist/full.css" rel="stylesheet" type="text/css" />
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
 
@@ -207,6 +207,7 @@ Read the documents for more info:
207
207
  - [dailydev](https://app.daily.dev/posts/-4OPGw0te)
208
208
  - [Future Tech Blog (Japanese)](https://future-architect.github.io/articles/20211124a/)
209
209
  - Youtube videos
210
+ - [Supabase & Sveltekit - Build Twitter in 75 minutes](https://www.youtube.com/watch?v=mPQyckogDYc)
210
211
  - [Setup the Best Frontend JavaScript Stack - Svelte, Vite, TailwindCSS and DaisyUI](https://www.youtube.com/watch?v=mEBPN_9jTAE)
211
212
  - [Jamstack powered Image gallery with Cloudinary, Tailwind and DaisyUI](https://www.youtube.com/watch?v=Hpjq0D1vcpM)
212
213
  - [SvelteKit Crash Course w/ Tailwind CSS and DaisyUI, GraphQL and dynamic routes](https://www.youtube.com/watch?v=zH2qG9YwN3s)
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": "#ffffff",
765
- "base-300": "#ffffff",
764
+ "base-200": "#eeeeee",
765
+ "base-300": "#dddddd",
766
766
  "base-content": "#000000",
767
767
  "neutral": "#ebebeb",
768
768
  "neutral-focus": "#ebebeb",