daisyui 1.15.0 → 1.16.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 CHANGED
@@ -2,6 +2,43 @@
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.16.4](https://github.com/saadeghi/daisyui/compare/v1.16.2...v1.16.4) (2021-12-11)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * [#329](https://github.com/saadeghi/daisyui/issues/329) ([11cd125](https://github.com/saadeghi/daisyui/commit/11cd125a491f2927b89dd9197d6a09cd9d9709b2))
11
+
12
+ ### [1.16.3](https://github.com/saadeghi/daisyui/compare/v1.16.2...v1.16.3) (2021-12-11)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * [#329](https://github.com/saadeghi/daisyui/issues/329) ([11cd125](https://github.com/saadeghi/daisyui/commit/11cd125a491f2927b89dd9197d6a09cd9d9709b2))
18
+
19
+ ### [1.16.2](https://github.com/saadeghi/daisyui/compare/v1.16.1...v1.16.2) (2021-11-07)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * [#292](https://github.com/saadeghi/daisyui/issues/292) - `select` caret overlap ([4e5d5c1](https://github.com/saadeghi/daisyui/commit/4e5d5c1c417fba6be6ead7986d7168fc5e958e38))
25
+
26
+ ### [1.16.1](https://github.com/saadeghi/daisyui/compare/v1.16.0...v1.16.1) (2021-11-01)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * [#261](https://github.com/saadeghi/daisyui/issues/261) - Added Right Padding for Collapse Arrow ([28a34d4](https://github.com/saadeghi/daisyui/commit/28a34d42d480509a364ebf3cffd6541b2cb4162e))
32
+ * [#279](https://github.com/saadeghi/daisyui/issues/279) - Vertical steps resize to content ([ed7fad6](https://github.com/saadeghi/daisyui/commit/ed7fad696f9bc1d1687c45da19972a8845f27e87))
33
+
34
+ ## [1.16.0](https://github.com/saadeghi/daisyui/compare/v1.15.0...v1.16.0) (2021-10-23)
35
+
36
+
37
+ ### Features
38
+
39
+ * Add `cmyk` theme, fix: [#203](https://github.com/saadeghi/daisyui/issues/203) ([9a230b5](https://github.com/saadeghi/daisyui/commit/9a230b5541d43610f3b2dc87a8f1ab82b075c5c7))
40
+ * Add `steps-vertical`, fix [#192](https://github.com/saadeghi/daisyui/issues/192) ([c851160](https://github.com/saadeghi/daisyui/commit/c8511600e14feeecf880def1e76cec82bfbcc8bb))
41
+
5
42
  ## [1.15.0](https://github.com/saadeghi/daisyui/compare/v1.14.7...v1.15.0) (2021-10-23)
6
43
 
7
44
 
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.14.7/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.16.2/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
 
@@ -205,12 +205,17 @@ Read the documents for more info:
205
205
  - [Siecle Digital](https://siecledigital.fr/2021/05/29/daisyui-plugin-gratuit-avec-composants-tailwind-css-a/)
206
206
  - [speckyboy](https://speckyboy.com/weekly-news-for-designers-594/)
207
207
  - [dailydev](https://app.daily.dev/posts/-4OPGw0te)
208
+ - [Future Tech Blog (Japanese)](https://future-architect.github.io/articles/20211124a/)
208
209
  - Youtube videos
209
210
  - [Setup the Best Frontend JavaScript Stack - Svelte, Vite, TailwindCSS and DaisyUI](https://www.youtube.com/watch?v=mEBPN_9jTAE)
211
+ - [Jamstack powered Image gallery with Cloudinary, Tailwind and DaisyUI](https://www.youtube.com/watch?v=Hpjq0D1vcpM)
210
212
  - [SvelteKit Crash Course w/ Tailwind CSS and DaisyUI, GraphQL and dynamic routes](https://www.youtube.com/watch?v=zH2qG9YwN3s)
213
+ - [DaisyUI : Worth a try or skip on by?](https://www.youtube.com/watch?v=hM9fENyAquM)
211
214
  - [How to use daisyUI in SvelteKit?](https://www.youtube.com/watch?v=haKnkk6ds20)
212
215
  - [DaisyUI Untuk Yang Mau Pindah ke TailwindCSS dari Bootstrap (Indonesian)](https://www.youtube.com/watch?v=Wm2g6FWec34)
216
+ - [Next.js - Tailwind - DeisyUI Setup](https://www.youtube.com/watch?v=uXQgJbUj3PQ)
213
217
  - Courses
218
+ - [Building with SvelteKit and GraphCMS](https://explorers.netlify.com/learn/building-with-sveltekit-and-graphcms)
214
219
  - [Svelte for Beginners by Mike Karan](https://www.udemy.com/course/svelte-for-beginners/)
215
220
 
216
221
  </details>
package/colors/themes.js CHANGED
@@ -101,6 +101,40 @@ module.exports = {
101
101
  "--tab-border": "1px",
102
102
  "--tab-radius": "0.5rem",
103
103
  },
104
+ "[data-theme=cmyk]": {
105
+ 'primary': '#45AEEE',
106
+ 'primary-focus': '#3d9bd6',
107
+ 'primary-content': '#000000',
108
+ 'secondary': '#E8488A',
109
+ 'secondary-focus': '#ce407b',
110
+ 'secondary-content': '#000000',
111
+ 'accent': '#FFF232',
112
+ 'accent-focus': '#ddd12c',
113
+ 'accent-content': '#000000',
114
+ 'neutral': '#1a1a1a',
115
+ 'neutral-focus': '#000000',
116
+ 'neutral-content': '#ffffff',
117
+ 'base-100': '#ffffff',
118
+ 'base-200': '#f5f5f5',
119
+ 'base-300': '#ebebeb',
120
+ 'base-content': '#000000',
121
+ 'info': '#4AA8C0',
122
+ 'success': '#823290',
123
+ 'warning': '#EE8133',
124
+ 'error': '#E93F33',
125
+ "--border-color": "var(--b3)",
126
+ "--rounded-box": "1rem",
127
+ "--rounded-btn": "0.5rem",
128
+ "--rounded-badge": "1.9rem",
129
+ "--animation-btn": "0.25s",
130
+ "--animation-input": ".2s",
131
+ "--btn-text-case": "uppercase",
132
+ "--btn-focus-scale": "0.95",
133
+ "--navbar-padding": ".5rem",
134
+ "--border-btn": "1px",
135
+ "--tab-border": "1px",
136
+ "--tab-radius": "0.5rem",
137
+ },
104
138
  "[data-theme=corporate]": {
105
139
  "primary": "#4b6bfb",
106
140
  "primary-focus": "#1942fa",