daisyui 1.14.7 → 1.16.2

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,41 @@
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.2](https://github.com/saadeghi/daisyui/compare/v1.16.1...v1.16.2) (2021-11-07)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * [#292](https://github.com/saadeghi/daisyui/issues/292) - `select` caret overlap ([4e5d5c1](https://github.com/saadeghi/daisyui/commit/4e5d5c1c417fba6be6ead7986d7168fc5e958e38))
11
+
12
+ ### [1.16.1](https://github.com/saadeghi/daisyui/compare/v1.16.0...v1.16.1) (2021-11-01)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * [#261](https://github.com/saadeghi/daisyui/issues/261) - Added Right Padding for Collapse Arrow ([28a34d4](https://github.com/saadeghi/daisyui/commit/28a34d42d480509a364ebf3cffd6541b2cb4162e))
18
+ * [#279](https://github.com/saadeghi/daisyui/issues/279) - Vertical steps resize to content ([ed7fad6](https://github.com/saadeghi/daisyui/commit/ed7fad696f9bc1d1687c45da19972a8845f27e87))
19
+
20
+ ## [1.16.0](https://github.com/saadeghi/daisyui/compare/v1.15.0...v1.16.0) (2021-10-23)
21
+
22
+
23
+ ### Features
24
+
25
+ * Add `cmyk` theme, fix: [#203](https://github.com/saadeghi/daisyui/issues/203) ([9a230b5](https://github.com/saadeghi/daisyui/commit/9a230b5541d43610f3b2dc87a8f1ab82b075c5c7))
26
+ * Add `steps-vertical`, fix [#192](https://github.com/saadeghi/daisyui/issues/192) ([c851160](https://github.com/saadeghi/daisyui/commit/c8511600e14feeecf880def1e76cec82bfbcc8bb))
27
+
28
+ ## [1.15.0](https://github.com/saadeghi/daisyui/compare/v1.14.7...v1.15.0) (2021-10-23)
29
+
30
+
31
+ ### Features
32
+
33
+ * add `input-group` utilities, fix [#231](https://github.com/saadeghi/daisyui/issues/231) ([5ac87ce](https://github.com/saadeghi/daisyui/commit/5ac87ce6d9708f359c6da5b019ba10b76f6eb93b))
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * [#259](https://github.com/saadeghi/daisyui/issues/259) (Button text alignment issue) ([bff48cb](https://github.com/saadeghi/daisyui/commit/bff48cb728b3dfa5ebf14b07e164f965d7717a51))
39
+
5
40
  ### [1.14.7](https://github.com/saadeghi/daisyui/compare/v1.14.6...v1.14.7) (2021-10-21)
6
41
 
7
42
  ### [1.14.6](https://github.com/saadeghi/daisyui/compare/v1.14.5...v1.14.6) (2021-10-19)
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.6/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.16.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
 
@@ -206,11 +206,13 @@ Read the documents for more info:
206
206
  - [speckyboy](https://speckyboy.com/weekly-news-for-designers-594/)
207
207
  - [dailydev](https://app.daily.dev/posts/-4OPGw0te)
208
208
  - Youtube videos
209
+ - [DaisyUI : Worth a try or skip on by?](https://www.youtube.com/watch?v=hM9fENyAquM)
209
210
  - [Setup the Best Frontend JavaScript Stack - Svelte, Vite, TailwindCSS and DaisyUI](https://www.youtube.com/watch?v=mEBPN_9jTAE)
210
211
  - [SvelteKit Crash Course w/ Tailwind CSS and DaisyUI, GraphQL and dynamic routes](https://www.youtube.com/watch?v=zH2qG9YwN3s)
211
212
  - [How to use daisyUI in SvelteKit?](https://www.youtube.com/watch?v=haKnkk6ds20)
212
213
  - [DaisyUI Untuk Yang Mau Pindah ke TailwindCSS dari Bootstrap (Indonesian)](https://www.youtube.com/watch?v=Wm2g6FWec34)
213
214
  - Courses
215
+ - [Building with SvelteKit and GraphCMS](https://explorers.netlify.com/learn/building-with-sveltekit-and-graphcms)
214
216
  - [Svelte for Beginners by Mike Karan](https://www.udemy.com/course/svelte-for-beginners/)
215
217
 
216
218
  </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",
@@ -510,7 +544,31 @@ module.exports = {
510
544
  "--border-btn": "1px",
511
545
  "--tab-border": "1px",
512
546
  "--tab-radius": "0",
513
- "*:where(.btn,.mockup-code,.mockup-window,.badge,.card)": {
547
+ "*:where(.btn)": {
548
+ "border-color": "var(--border-color) !important",
549
+ "--tw-border-opacity": "1 !important",
550
+ "--tw-text-opacity": "1 !important",
551
+ "--tw-shadow": "0 0 0 1px var(--border-color) !important",
552
+ },
553
+ "*:where(.mockup-code)": {
554
+ "border-color": "var(--border-color) !important",
555
+ "--tw-border-opacity": "1 !important",
556
+ "--tw-text-opacity": "1 !important",
557
+ "--tw-shadow": "0 0 0 1px var(--border-color) !important",
558
+ },
559
+ "*:where(.mockup-window)": {
560
+ "border-color": "var(--border-color) !important",
561
+ "--tw-border-opacity": "1 !important",
562
+ "--tw-text-opacity": "1 !important",
563
+ "--tw-shadow": "0 0 0 1px var(--border-color) !important",
564
+ },
565
+ "*:where(.badge)": {
566
+ "border-color": "var(--border-color) !important",
567
+ "--tw-border-opacity": "1 !important",
568
+ "--tw-text-opacity": "1 !important",
569
+ "--tw-shadow": "0 0 0 1px var(--border-color) !important",
570
+ },
571
+ "*:where(.card)": {
514
572
  "border-color": "var(--border-color) !important",
515
573
  "--tw-border-opacity": "1 !important",
516
574
  "--tw-text-opacity": "1 !important",