daisyui 3.0.7 → 3.0.8

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.
Files changed (2) hide show
  1. package/README.md +4 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,23 +45,6 @@ module.exports = {
45
45
 
46
46
  [ [Read more →][docs-url-install] ]
47
47
 
48
- <details>
49
- <summary>
50
- Or use a CDN
51
- </summary>
52
-
53
- Loading CSS files from CDN is not recommended for production. It's better to install Tailwind and daisyUI as Nodejs dependencies so you can config/customize everything, and purge unused styles.
54
-
55
- ```html
56
- <link
57
- href="https://cdn.jsdelivr.net/npm/daisyui@3.0.6/dist/full.css"
58
- rel="stylesheet"
59
- type="text/css" />
60
- <script src="https://cdn.tailwindcss.com"></script>
61
- ```
62
-
63
- </details>
64
-
65
48
  ## 🚀 Use
66
49
 
67
50
  [[See all components →](https://daisyui.com/components/)]
@@ -105,11 +88,10 @@ Tweet about daisyUI: [![][tweet]][tweet-url]
105
88
  - [x] Carousel
106
89
  - [x] Chat bubble
107
90
  - [x] Collapse
108
- - [ ] Comment
109
91
  - [x] Countdown
110
92
  - [ ] Empty placeholder
111
93
  - [x] Kbd
112
- - [ ] Loading
94
+ - [x] Loading
113
95
  - [x] Progress
114
96
  - [x] Radial progress
115
97
  - [x] Stat
@@ -118,10 +100,11 @@ Tweet about daisyUI: [![][tweet]][tweet-url]
118
100
  - [ ] Timeline
119
101
  - [x] Toast
120
102
  - [x] Tooltip
121
- - [ ] Treeview
103
+ - [x] Treeview
122
104
 
123
105
  - Data input
124
106
  - [x] Checkbox
107
+ - [x] File input
125
108
  - [x] Text input
126
109
  - [x] Radio
127
110
  - [x] Range
@@ -129,7 +112,6 @@ Tweet about daisyUI: [![][tweet]][tweet-url]
129
112
  - [x] Select
130
113
  - [x] Textarea
131
114
  - [x] Toggle
132
- - [ ] Upload
133
115
  - Layout
134
116
 
135
117
  - [x] Artboard
@@ -137,6 +119,7 @@ Tweet about daisyUI: [![][tweet]][tweet-url]
137
119
  - [x] Divider
138
120
  - [x] Drawer
139
121
  - [x] Footer
122
+ - [x] Join
140
123
  - [x] Hero
141
124
  - [x] Indicator
142
125
  - [x] Input group
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daisyui",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "daisyUI - Tailwind CSS Components",
5
5
  "author": "Pouya Saadeghi",
6
6
  "license": "MIT",