daisyui 1.14.5 → 1.16.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 CHANGED
@@ -2,6 +2,35 @@
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.0](https://github.com/saadeghi/daisyui/compare/v1.15.0...v1.16.0) (2021-10-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * Add `cmyk` theme, fix: [#203](https://github.com/saadeghi/daisyui/issues/203) ([9a230b5](https://github.com/saadeghi/daisyui/commit/9a230b5541d43610f3b2dc87a8f1ab82b075c5c7))
11
+ * Add `steps-vertical`, fix [#192](https://github.com/saadeghi/daisyui/issues/192) ([c851160](https://github.com/saadeghi/daisyui/commit/c8511600e14feeecf880def1e76cec82bfbcc8bb))
12
+
13
+ ## [1.15.0](https://github.com/saadeghi/daisyui/compare/v1.14.7...v1.15.0) (2021-10-23)
14
+
15
+
16
+ ### Features
17
+
18
+ * add `input-group` utilities, fix [#231](https://github.com/saadeghi/daisyui/issues/231) ([5ac87ce](https://github.com/saadeghi/daisyui/commit/5ac87ce6d9708f359c6da5b019ba10b76f6eb93b))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * [#259](https://github.com/saadeghi/daisyui/issues/259) (Button text alignment issue) ([bff48cb](https://github.com/saadeghi/daisyui/commit/bff48cb728b3dfa5ebf14b07e164f965d7717a51))
24
+
25
+ ### [1.14.7](https://github.com/saadeghi/daisyui/compare/v1.14.6...v1.14.7) (2021-10-21)
26
+
27
+ ### [1.14.6](https://github.com/saadeghi/daisyui/compare/v1.14.5...v1.14.6) (2021-10-19)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * [#255](https://github.com/saadeghi/daisyui/issues/255) (button line height bug) ([6160fb9](https://github.com/saadeghi/daisyui/commit/6160fb9b94f1b0afae9fef8c191ae2f4c81d36aa))
33
+
5
34
  ### [1.14.5](https://github.com/saadeghi/daisyui/compare/v1.14.4...v1.14.5) (2021-10-15)
6
35
 
7
36
 
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.4/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.15.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/)
@@ -209,6 +210,8 @@ Read the documents for more info:
209
210
  - [SvelteKit Crash Course w/ Tailwind CSS and DaisyUI, GraphQL and dynamic routes](https://www.youtube.com/watch?v=zH2qG9YwN3s)
210
211
  - [How to use daisyUI in SvelteKit?](https://www.youtube.com/watch?v=haKnkk6ds20)
211
212
  - [DaisyUI Untuk Yang Mau Pindah ke TailwindCSS dari Bootstrap (Indonesian)](https://www.youtube.com/watch?v=Wm2g6FWec34)
213
+ - Courses
214
+ - [Svelte for Beginners by Mike Karan](https://www.udemy.com/course/svelte-for-beginners/)
212
215
 
213
216
  </details>
214
217
 
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
+ };