daisyui 1.14.6 → 1.16.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,6 +2,36 @@
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.1](https://github.com/saadeghi/daisyui/compare/v1.16.0...v1.16.1) (2021-11-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * [#261](https://github.com/saadeghi/daisyui/issues/261) - Added Right Padding for Collapse Arrow ([28a34d4](https://github.com/saadeghi/daisyui/commit/28a34d42d480509a364ebf3cffd6541b2cb4162e))
11
+ * [#279](https://github.com/saadeghi/daisyui/issues/279) - Vertical steps resize to content ([ed7fad6](https://github.com/saadeghi/daisyui/commit/ed7fad696f9bc1d1687c45da19972a8845f27e87))
12
+
13
+ ## [1.16.0](https://github.com/saadeghi/daisyui/compare/v1.15.0...v1.16.0) (2021-10-23)
14
+
15
+
16
+ ### Features
17
+
18
+ * Add `cmyk` theme, fix: [#203](https://github.com/saadeghi/daisyui/issues/203) ([9a230b5](https://github.com/saadeghi/daisyui/commit/9a230b5541d43610f3b2dc87a8f1ab82b075c5c7))
19
+ * Add `steps-vertical`, fix [#192](https://github.com/saadeghi/daisyui/issues/192) ([c851160](https://github.com/saadeghi/daisyui/commit/c8511600e14feeecf880def1e76cec82bfbcc8bb))
20
+
21
+ ## [1.15.0](https://github.com/saadeghi/daisyui/compare/v1.14.7...v1.15.0) (2021-10-23)
22
+
23
+
24
+ ### Features
25
+
26
+ * add `input-group` utilities, fix [#231](https://github.com/saadeghi/daisyui/issues/231) ([5ac87ce](https://github.com/saadeghi/daisyui/commit/5ac87ce6d9708f359c6da5b019ba10b76f6eb93b))
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * [#259](https://github.com/saadeghi/daisyui/issues/259) (Button text alignment issue) ([bff48cb](https://github.com/saadeghi/daisyui/commit/bff48cb728b3dfa5ebf14b07e164f965d7717a51))
32
+
33
+ ### [1.14.7](https://github.com/saadeghi/daisyui/compare/v1.14.6...v1.14.7) (2021-10-21)
34
+
5
35
  ### [1.14.6](https://github.com/saadeghi/daisyui/compare/v1.14.5...v1.14.6) (2021-10-19)
6
36
 
7
37
 
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.5/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.16.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
 
@@ -196,6 +196,7 @@ Read the documents for more info:
196
196
 
197
197
  - Blogs
198
198
  - [Logrocket](https://blog.logrocket.com/daisyui-tailwind-components-react-apps/)
199
+ - [GraphCMS](https://graphcms.com/blog/build-a-personal-timeline-with-graphcms-and-sveltekit)
199
200
  - [wweb.dev](https://wweb.dev/weekly/85/)
200
201
  - [flaming.codes](https://flaming.codes/posts/boostrap-tailwind-alternative-with-daisy-ui)
201
202
  - [rockyourcode](https://www.rockyourcode.com/how-to-setup-react-typescript-with-snowpack-and-daisyui/)
@@ -205,10 +206,14 @@ Read the documents for more info:
205
206
  - [speckyboy](https://speckyboy.com/weekly-news-for-designers-594/)
206
207
  - [dailydev](https://app.daily.dev/posts/-4OPGw0te)
207
208
  - Youtube videos
209
+ - [DaisyUI : Worth a try or skip on by?](https://www.youtube.com/watch?v=hM9fENyAquM)
208
210
  - [Setup the Best Frontend JavaScript Stack - Svelte, Vite, TailwindCSS and DaisyUI](https://www.youtube.com/watch?v=mEBPN_9jTAE)
209
211
  - [SvelteKit Crash Course w/ Tailwind CSS and DaisyUI, GraphQL and dynamic routes](https://www.youtube.com/watch?v=zH2qG9YwN3s)
210
212
  - [How to use daisyUI in SvelteKit?](https://www.youtube.com/watch?v=haKnkk6ds20)
211
213
  - [DaisyUI Untuk Yang Mau Pindah ke TailwindCSS dari Bootstrap (Indonesian)](https://www.youtube.com/watch?v=Wm2g6FWec34)
214
+ - Courses
215
+ - [Building with SvelteKit and GraphCMS](https://explorers.netlify.com/learn/building-with-sveltekit-and-graphcms)
216
+ - [Svelte for Beginners by Mike Karan](https://www.udemy.com/course/svelte-for-beginners/)
212
217
 
213
218
  </details>
214
219
 
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",
@@ -732,4 +790,4 @@ module.exports = {
732
790
  "--tw-shadow": "0 0 0 1px var(--border-color) !important",
733
791
  },
734
792
  }
735
- };
793
+ };