@nextui-org/react 2.4.8 → 2.5.0-beta.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/README.md +1 -1
- package/dist/components.json +161 -129
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +48 -46
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ We're excited to see the community adopt NextUI, raise issues, and provide feedb
|
|
|
47
47
|
Whether it's a feature request, bug report, or a project to showcase, please get involved!
|
|
48
48
|
|
|
49
49
|
- [Discord](https://discord.gg/9b6yyZKmH4)
|
|
50
|
-
- [
|
|
50
|
+
- [X](https://x.com/getnextui)
|
|
51
51
|
- [GitHub Discussions](https://github.com/nextui-org/nextui/discussions)
|
|
52
52
|
|
|
53
53
|
## Contributing
|
package/dist/components.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{
|
|
3
3
|
"name": "accordion",
|
|
4
4
|
"package": "@nextui-org/accordion",
|
|
5
|
-
"version": "2.0.
|
|
5
|
+
"version": "2.1.0-beta.1",
|
|
6
6
|
"docs": "https://nextui.org/docs/components/accordion",
|
|
7
7
|
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
|
|
8
8
|
"status": "stable",
|
|
@@ -10,24 +10,40 @@
|
|
|
10
10
|
"peerDependencies": {
|
|
11
11
|
"react": ">=18",
|
|
12
12
|
"react-dom": ">=18",
|
|
13
|
-
"framer-motion": ">=
|
|
14
|
-
"@nextui-org/theme": ">=2.
|
|
15
|
-
"@nextui-org/system": ">=2.0.0",
|
|
13
|
+
"framer-motion": ">=11.5.6",
|
|
14
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
15
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
16
|
+
"tailwindcss": ">=3.4.0"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "alert",
|
|
21
|
+
"package": "@nextui-org/alert",
|
|
22
|
+
"version": "2.1.0-beta.1",
|
|
23
|
+
"docs": "https://nextui.org/docs/components/alert",
|
|
24
|
+
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
|
|
25
|
+
"status": "stable",
|
|
26
|
+
"style": "",
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"react": ">=18",
|
|
29
|
+
"react-dom": ">=18",
|
|
30
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
31
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
16
32
|
"tailwindcss": ">=3.4.0"
|
|
17
33
|
}
|
|
18
34
|
},
|
|
19
35
|
{
|
|
20
36
|
"name": "autocomplete",
|
|
21
37
|
"package": "@nextui-org/autocomplete",
|
|
22
|
-
"version": "2.1
|
|
38
|
+
"version": "2.2.0-beta.1",
|
|
23
39
|
"docs": "https://nextui.org/docs/components/autocomplete",
|
|
24
40
|
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
|
|
25
41
|
"status": "stable",
|
|
26
42
|
"style": "",
|
|
27
43
|
"peerDependencies": {
|
|
28
|
-
"@nextui-org/system": ">=2.0.0",
|
|
29
|
-
"@nextui-org/theme": ">=2.
|
|
30
|
-
"framer-motion": ">=
|
|
44
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
45
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
46
|
+
"framer-motion": ">=11.5.6",
|
|
31
47
|
"react": ">=18",
|
|
32
48
|
"react-dom": ">=18",
|
|
33
49
|
"tailwindcss": ">=3.4.0"
|
|
@@ -36,7 +52,7 @@
|
|
|
36
52
|
{
|
|
37
53
|
"name": "avatar",
|
|
38
54
|
"package": "@nextui-org/avatar",
|
|
39
|
-
"version": "2.0.
|
|
55
|
+
"version": "2.1.0-beta.1",
|
|
40
56
|
"docs": "https://nextui.org/docs/components/avatar",
|
|
41
57
|
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
|
|
42
58
|
"status": "stable",
|
|
@@ -44,15 +60,15 @@
|
|
|
44
60
|
"peerDependencies": {
|
|
45
61
|
"react": ">=18",
|
|
46
62
|
"react-dom": ">=18",
|
|
47
|
-
"@nextui-org/theme": ">=2.
|
|
48
|
-
"@nextui-org/system": ">=2.0.0",
|
|
63
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
64
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
49
65
|
"tailwindcss": ">=3.4.0"
|
|
50
66
|
}
|
|
51
67
|
},
|
|
52
68
|
{
|
|
53
69
|
"name": "badge",
|
|
54
70
|
"package": "@nextui-org/badge",
|
|
55
|
-
"version": "2.0.
|
|
71
|
+
"version": "2.1.0-beta.1",
|
|
56
72
|
"docs": "https://nextui.org/docs/components/badge",
|
|
57
73
|
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
|
|
58
74
|
"status": "updated",
|
|
@@ -60,15 +76,15 @@
|
|
|
60
76
|
"peerDependencies": {
|
|
61
77
|
"react": ">=18",
|
|
62
78
|
"react-dom": ">=18",
|
|
63
|
-
"@nextui-org/theme": ">=2.
|
|
64
|
-
"@nextui-org/system": ">=2.0.0",
|
|
79
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
80
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
65
81
|
"tailwindcss": ">=3.4.0"
|
|
66
82
|
}
|
|
67
83
|
},
|
|
68
84
|
{
|
|
69
85
|
"name": "breadcrumbs",
|
|
70
86
|
"package": "@nextui-org/breadcrumbs",
|
|
71
|
-
"version": "2.0.
|
|
87
|
+
"version": "2.1.0-beta.1",
|
|
72
88
|
"docs": "https://nextui.org/docs/components/breadcrumbs",
|
|
73
89
|
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
|
|
74
90
|
"status": "stable",
|
|
@@ -76,15 +92,15 @@
|
|
|
76
92
|
"peerDependencies": {
|
|
77
93
|
"react": ">=18",
|
|
78
94
|
"react-dom": ">=18",
|
|
79
|
-
"@nextui-org/theme": ">=2.
|
|
80
|
-
"@nextui-org/system": ">=2.0.0",
|
|
95
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
96
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
81
97
|
"tailwindcss": ">=3.4.0"
|
|
82
98
|
}
|
|
83
99
|
},
|
|
84
100
|
{
|
|
85
101
|
"name": "button",
|
|
86
102
|
"package": "@nextui-org/button",
|
|
87
|
-
"version": "2.0.
|
|
103
|
+
"version": "2.1.0-beta.1",
|
|
88
104
|
"docs": "https://nextui.org/docs/components/button",
|
|
89
105
|
"description": "Buttons allow users to perform actions and choose with a single tap.",
|
|
90
106
|
"status": "stable",
|
|
@@ -92,23 +108,23 @@
|
|
|
92
108
|
"peerDependencies": {
|
|
93
109
|
"react": ">=18",
|
|
94
110
|
"react-dom": ">=18",
|
|
95
|
-
"framer-motion": ">=
|
|
96
|
-
"@nextui-org/theme": ">=2.
|
|
97
|
-
"@nextui-org/system": ">=2.0.0",
|
|
111
|
+
"framer-motion": ">=11.5.6",
|
|
112
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
113
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
98
114
|
"tailwindcss": ">=3.4.0"
|
|
99
115
|
}
|
|
100
116
|
},
|
|
101
117
|
{
|
|
102
118
|
"name": "calendar",
|
|
103
119
|
"package": "@nextui-org/calendar",
|
|
104
|
-
"version": "2.0.
|
|
120
|
+
"version": "2.1.0-beta.1",
|
|
105
121
|
"docs": "https://nextui.org/docs/components/calendar",
|
|
106
122
|
"description": "A calendar displays one or more date grids and allows users to select a single date.",
|
|
107
123
|
"status": "new",
|
|
108
124
|
"style": "",
|
|
109
125
|
"peerDependencies": {
|
|
110
|
-
"@nextui-org/system": ">=2.
|
|
111
|
-
"@nextui-org/theme": ">=2.
|
|
126
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
127
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
112
128
|
"react": ">=18",
|
|
113
129
|
"react-dom": ">=18",
|
|
114
130
|
"tailwindcss": ">=3.4.0"
|
|
@@ -117,7 +133,7 @@
|
|
|
117
133
|
{
|
|
118
134
|
"name": "card",
|
|
119
135
|
"package": "@nextui-org/card",
|
|
120
|
-
"version": "2.0.
|
|
136
|
+
"version": "2.1.0-beta.1",
|
|
121
137
|
"docs": "https://nextui.org/docs/components/card",
|
|
122
138
|
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
|
|
123
139
|
"status": "stable",
|
|
@@ -125,23 +141,23 @@
|
|
|
125
141
|
"peerDependencies": {
|
|
126
142
|
"react": ">=18",
|
|
127
143
|
"react-dom": ">=18",
|
|
128
|
-
"framer-motion": ">=
|
|
129
|
-
"@nextui-org/theme": ">=2.
|
|
130
|
-
"@nextui-org/system": ">=2.0.0",
|
|
144
|
+
"framer-motion": ">=11.5.6",
|
|
145
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
146
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
131
147
|
"tailwindcss": ">=3.4.0"
|
|
132
148
|
}
|
|
133
149
|
},
|
|
134
150
|
{
|
|
135
151
|
"name": "checkbox",
|
|
136
152
|
"package": "@nextui-org/checkbox",
|
|
137
|
-
"version": "2.1
|
|
153
|
+
"version": "2.2.0-beta.1",
|
|
138
154
|
"docs": "https://nextui.org/docs/components/checkbox",
|
|
139
155
|
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
|
|
140
156
|
"status": "updated",
|
|
141
157
|
"style": "",
|
|
142
158
|
"peerDependencies": {
|
|
143
|
-
"@nextui-org/system": ">=2.0.0",
|
|
144
|
-
"@nextui-org/theme": ">=2.
|
|
159
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
160
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
145
161
|
"react": ">=18",
|
|
146
162
|
"react-dom": ">=18",
|
|
147
163
|
"tailwindcss": ">=3.4.0"
|
|
@@ -150,7 +166,7 @@
|
|
|
150
166
|
{
|
|
151
167
|
"name": "chip",
|
|
152
168
|
"package": "@nextui-org/chip",
|
|
153
|
-
"version": "2.0.
|
|
169
|
+
"version": "2.1.0-beta.1",
|
|
154
170
|
"docs": "https://nextui.org/docs/components/chip",
|
|
155
171
|
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
|
|
156
172
|
"status": "stable",
|
|
@@ -158,15 +174,15 @@
|
|
|
158
174
|
"peerDependencies": {
|
|
159
175
|
"react": ">=18",
|
|
160
176
|
"react-dom": ">=18",
|
|
161
|
-
"@nextui-org/theme": ">=2.
|
|
162
|
-
"@nextui-org/system": ">=2.0.0",
|
|
177
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
178
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
163
179
|
"tailwindcss": ">=3.4.0"
|
|
164
180
|
}
|
|
165
181
|
},
|
|
166
182
|
{
|
|
167
183
|
"name": "code",
|
|
168
184
|
"package": "@nextui-org/code",
|
|
169
|
-
"version": "2.0.
|
|
185
|
+
"version": "2.1.0-beta.1",
|
|
170
186
|
"docs": "https://nextui.org/docs/components/code",
|
|
171
187
|
"description": "Code is a component used to display inline code.",
|
|
172
188
|
"status": "stable",
|
|
@@ -174,21 +190,21 @@
|
|
|
174
190
|
"peerDependencies": {
|
|
175
191
|
"react": ">=18",
|
|
176
192
|
"react-dom": ">=18",
|
|
177
|
-
"@nextui-org/theme": ">=2.
|
|
193
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
178
194
|
"tailwindcss": ">=3.4.0"
|
|
179
195
|
}
|
|
180
196
|
},
|
|
181
197
|
{
|
|
182
198
|
"name": "date-input",
|
|
183
199
|
"package": "@nextui-org/date-input",
|
|
184
|
-
"version": "2.1
|
|
200
|
+
"version": "2.2.0-beta.1",
|
|
185
201
|
"docs": "https://nextui.org/docs/components/date-input",
|
|
186
202
|
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
|
|
187
203
|
"status": "new",
|
|
188
204
|
"style": "",
|
|
189
205
|
"peerDependencies": {
|
|
190
|
-
"@nextui-org/system": ">=2.
|
|
191
|
-
"@nextui-org/theme": ">=2.
|
|
206
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
207
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
192
208
|
"react": ">=18",
|
|
193
209
|
"react-dom": ">=18",
|
|
194
210
|
"tailwindcss": ">=3.4.0"
|
|
@@ -197,14 +213,14 @@
|
|
|
197
213
|
{
|
|
198
214
|
"name": "date-picker",
|
|
199
215
|
"package": "@nextui-org/date-picker",
|
|
200
|
-
"version": "2.1
|
|
216
|
+
"version": "2.2.0-beta.1",
|
|
201
217
|
"docs": "https://nextui.org/docs/components/date-picker",
|
|
202
218
|
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
|
|
203
219
|
"status": "new",
|
|
204
220
|
"style": "",
|
|
205
221
|
"peerDependencies": {
|
|
206
|
-
"@nextui-org/system": ">=2.
|
|
207
|
-
"@nextui-org/theme": ">=2.
|
|
222
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
223
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
208
224
|
"react": ">=18",
|
|
209
225
|
"react-dom": ">=18",
|
|
210
226
|
"tailwindcss": ">=3.4.0"
|
|
@@ -213,7 +229,7 @@
|
|
|
213
229
|
{
|
|
214
230
|
"name": "divider",
|
|
215
231
|
"package": "@nextui-org/divider",
|
|
216
|
-
"version": "2.0.
|
|
232
|
+
"version": "2.1.0-beta.1",
|
|
217
233
|
"docs": "https://nextui.org/docs/components/divider",
|
|
218
234
|
"description": ". A separator is a visual divider between two groups of content",
|
|
219
235
|
"status": "stable",
|
|
@@ -221,22 +237,38 @@
|
|
|
221
237
|
"peerDependencies": {
|
|
222
238
|
"react": ">=18",
|
|
223
239
|
"react-dom": ">=18",
|
|
224
|
-
"@nextui-org/theme": ">=2.
|
|
240
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
241
|
+
"tailwindcss": ">=3.4.0"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "drawer",
|
|
246
|
+
"package": "@nextui-org/drawer",
|
|
247
|
+
"version": "2.1.0-beta.1",
|
|
248
|
+
"docs": "https://nextui.org/docs/components/drawer",
|
|
249
|
+
"description": "Used to render a content that slides in from the side of the screen.",
|
|
250
|
+
"status": "new",
|
|
251
|
+
"style": "",
|
|
252
|
+
"peerDependencies": {
|
|
253
|
+
"react": ">=18",
|
|
254
|
+
"react-dom": ">=18",
|
|
255
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
256
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
225
257
|
"tailwindcss": ">=3.4.0"
|
|
226
258
|
}
|
|
227
259
|
},
|
|
228
260
|
{
|
|
229
261
|
"name": "dropdown",
|
|
230
262
|
"package": "@nextui-org/dropdown",
|
|
231
|
-
"version": "2.1
|
|
263
|
+
"version": "2.2.0-beta.1",
|
|
232
264
|
"docs": "https://nextui.org/docs/components/dropdown",
|
|
233
265
|
"description": "A dropdown displays a list of actions or options that a user can choose.",
|
|
234
266
|
"status": "stable",
|
|
235
267
|
"style": "",
|
|
236
268
|
"peerDependencies": {
|
|
237
|
-
"@nextui-org/system": ">=2.0.0",
|
|
238
|
-
"@nextui-org/theme": ">=2.
|
|
239
|
-
"framer-motion": ">=
|
|
269
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
270
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
271
|
+
"framer-motion": ">=11.5.6",
|
|
240
272
|
"react": ">=18",
|
|
241
273
|
"react-dom": ">=18",
|
|
242
274
|
"tailwindcss": ">=3.4.0"
|
|
@@ -245,7 +277,7 @@
|
|
|
245
277
|
{
|
|
246
278
|
"name": "image",
|
|
247
279
|
"package": "@nextui-org/image",
|
|
248
|
-
"version": "2.0.
|
|
280
|
+
"version": "2.1.0-beta.1",
|
|
249
281
|
"docs": "https://nextui.org/docs/components/image",
|
|
250
282
|
"description": "A simple image component",
|
|
251
283
|
"status": "stable",
|
|
@@ -253,15 +285,15 @@
|
|
|
253
285
|
"peerDependencies": {
|
|
254
286
|
"react": ">=18",
|
|
255
287
|
"react-dom": ">=18",
|
|
256
|
-
"@nextui-org/theme": ">=2.
|
|
257
|
-
"@nextui-org/system": ">=2.0.0",
|
|
288
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
289
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
258
290
|
"tailwindcss": ">=3.4.0"
|
|
259
291
|
}
|
|
260
292
|
},
|
|
261
293
|
{
|
|
262
294
|
"name": "input",
|
|
263
295
|
"package": "@nextui-org/input",
|
|
264
|
-
"version": "2.
|
|
296
|
+
"version": "2.3.0-beta.1",
|
|
265
297
|
"docs": "https://nextui.org/docs/components/input",
|
|
266
298
|
"description": "The input component is designed for capturing user input within a text field.",
|
|
267
299
|
"status": "stable",
|
|
@@ -269,15 +301,15 @@
|
|
|
269
301
|
"peerDependencies": {
|
|
270
302
|
"react": ">=18",
|
|
271
303
|
"react-dom": ">=18",
|
|
272
|
-
"@nextui-org/theme": ">=2.
|
|
273
|
-
"@nextui-org/system": ">=2.0.0",
|
|
304
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
305
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
274
306
|
"tailwindcss": ">=3.4.0"
|
|
275
307
|
}
|
|
276
308
|
},
|
|
277
309
|
{
|
|
278
310
|
"name": "kbd",
|
|
279
311
|
"package": "@nextui-org/kbd",
|
|
280
|
-
"version": "2.0.
|
|
312
|
+
"version": "2.1.0-beta.1",
|
|
281
313
|
"docs": "https://nextui.org/docs/components/kbd",
|
|
282
314
|
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
|
|
283
315
|
"status": "stable",
|
|
@@ -285,14 +317,14 @@
|
|
|
285
317
|
"peerDependencies": {
|
|
286
318
|
"react": ">=18",
|
|
287
319
|
"react-dom": ">=18",
|
|
288
|
-
"@nextui-org/theme": ">=2.
|
|
320
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
289
321
|
"tailwindcss": ">=3.4.0"
|
|
290
322
|
}
|
|
291
323
|
},
|
|
292
324
|
{
|
|
293
325
|
"name": "link",
|
|
294
326
|
"package": "@nextui-org/link",
|
|
295
|
-
"version": "2.0.
|
|
327
|
+
"version": "2.1.0-beta.1",
|
|
296
328
|
"docs": "https://nextui.org/docs/components/link",
|
|
297
329
|
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>",
|
|
298
330
|
"status": "stable",
|
|
@@ -300,15 +332,15 @@
|
|
|
300
332
|
"peerDependencies": {
|
|
301
333
|
"react": ">=18",
|
|
302
334
|
"react-dom": ">=18",
|
|
303
|
-
"@nextui-org/theme": ">=2.
|
|
304
|
-
"@nextui-org/system": ">=2.0.0",
|
|
335
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
336
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
305
337
|
"tailwindcss": ">=3.4.0"
|
|
306
338
|
}
|
|
307
339
|
},
|
|
308
340
|
{
|
|
309
341
|
"name": "listbox",
|
|
310
342
|
"package": "@nextui-org/listbox",
|
|
311
|
-
"version": "2.1
|
|
343
|
+
"version": "2.2.0-beta.1",
|
|
312
344
|
"docs": "https://nextui.org/docs/components/listbox",
|
|
313
345
|
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
|
|
314
346
|
"status": "stable",
|
|
@@ -316,15 +348,15 @@
|
|
|
316
348
|
"peerDependencies": {
|
|
317
349
|
"react": ">=18",
|
|
318
350
|
"react-dom": ">=18",
|
|
319
|
-
"@nextui-org/theme": ">=2.
|
|
320
|
-
"@nextui-org/system": ">=2.0.0",
|
|
351
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
352
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
321
353
|
"tailwindcss": ">=3.4.0"
|
|
322
354
|
}
|
|
323
355
|
},
|
|
324
356
|
{
|
|
325
357
|
"name": "menu",
|
|
326
358
|
"package": "@nextui-org/menu",
|
|
327
|
-
"version": "2.0.
|
|
359
|
+
"version": "2.1.0-beta.1",
|
|
328
360
|
"docs": "https://nextui.org/docs/components/menu",
|
|
329
361
|
"description": "A menu displays a list of options and allows a user to select one or more of them.",
|
|
330
362
|
"status": "stable",
|
|
@@ -332,32 +364,32 @@
|
|
|
332
364
|
"peerDependencies": {
|
|
333
365
|
"react": ">=18",
|
|
334
366
|
"react-dom": ">=18",
|
|
335
|
-
"@nextui-org/theme": ">=2.
|
|
336
|
-
"@nextui-org/system": ">=2.0.0",
|
|
367
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
368
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
337
369
|
"tailwindcss": ">=3.4.0"
|
|
338
370
|
}
|
|
339
371
|
},
|
|
340
372
|
{
|
|
341
373
|
"name": "modal",
|
|
342
374
|
"package": "@nextui-org/modal",
|
|
343
|
-
"version": "2.0.
|
|
375
|
+
"version": "2.1.0-beta.1",
|
|
344
376
|
"docs": "https://nextui.org/docs/components/modal",
|
|
345
377
|
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
|
|
346
|
-
"status": "
|
|
378
|
+
"status": "updated",
|
|
347
379
|
"style": "",
|
|
348
380
|
"peerDependencies": {
|
|
349
381
|
"react": ">=18",
|
|
350
382
|
"react-dom": ">=18",
|
|
351
|
-
"framer-motion": ">=
|
|
352
|
-
"@nextui-org/theme": ">=2.
|
|
353
|
-
"@nextui-org/system": ">=2.0.0",
|
|
383
|
+
"framer-motion": ">=11.5.6",
|
|
384
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
385
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
354
386
|
"tailwindcss": ">=3.4.0"
|
|
355
387
|
}
|
|
356
388
|
},
|
|
357
389
|
{
|
|
358
390
|
"name": "navbar",
|
|
359
391
|
"package": "@nextui-org/navbar",
|
|
360
|
-
"version": "2.0.
|
|
392
|
+
"version": "2.1.0-beta.1",
|
|
361
393
|
"docs": "https://nextui.org/docs/components/navbar",
|
|
362
394
|
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
|
|
363
395
|
"status": "stable",
|
|
@@ -365,16 +397,16 @@
|
|
|
365
397
|
"peerDependencies": {
|
|
366
398
|
"react": ">=18",
|
|
367
399
|
"react-dom": ">=18",
|
|
368
|
-
"framer-motion": ">=
|
|
369
|
-
"@nextui-org/theme": ">=2.
|
|
370
|
-
"@nextui-org/system": ">=2.0.0",
|
|
400
|
+
"framer-motion": ">=11.5.6",
|
|
401
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
402
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
371
403
|
"tailwindcss": ">=3.4.0"
|
|
372
404
|
}
|
|
373
405
|
},
|
|
374
406
|
{
|
|
375
407
|
"name": "pagination",
|
|
376
408
|
"package": "@nextui-org/pagination",
|
|
377
|
-
"version": "2.0.
|
|
409
|
+
"version": "2.1.0-beta.1",
|
|
378
410
|
"docs": "https://nextui.org/docs/components/pagination",
|
|
379
411
|
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
|
|
380
412
|
"status": "stable",
|
|
@@ -382,23 +414,23 @@
|
|
|
382
414
|
"peerDependencies": {
|
|
383
415
|
"react": ">=18",
|
|
384
416
|
"react-dom": ">=18",
|
|
385
|
-
"@nextui-org/theme": ">=2.
|
|
386
|
-
"@nextui-org/system": ">=2.0.0",
|
|
417
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
418
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
387
419
|
"tailwindcss": ">=3.4.0"
|
|
388
420
|
}
|
|
389
421
|
},
|
|
390
422
|
{
|
|
391
423
|
"name": "popover",
|
|
392
424
|
"package": "@nextui-org/popover",
|
|
393
|
-
"version": "2.1
|
|
425
|
+
"version": "2.2.0-beta.1",
|
|
394
426
|
"docs": "https://nextui.org/docs/components/popover",
|
|
395
427
|
"description": "A popover is an overlay element positioned relative to a trigger.",
|
|
396
428
|
"status": "stable",
|
|
397
429
|
"style": "",
|
|
398
430
|
"peerDependencies": {
|
|
399
|
-
"@nextui-org/system": ">=2.0.0",
|
|
400
|
-
"@nextui-org/theme": ">=2.
|
|
401
|
-
"framer-motion": ">=
|
|
431
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
432
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
433
|
+
"framer-motion": ">=11.5.6",
|
|
402
434
|
"react": ">=18",
|
|
403
435
|
"react-dom": ">=18",
|
|
404
436
|
"tailwindcss": ">=3.4.0"
|
|
@@ -407,7 +439,7 @@
|
|
|
407
439
|
{
|
|
408
440
|
"name": "progress",
|
|
409
441
|
"package": "@nextui-org/progress",
|
|
410
|
-
"version": "2.0.
|
|
442
|
+
"version": "2.1.0-beta.1",
|
|
411
443
|
"docs": "https://nextui.org/docs/components/progress",
|
|
412
444
|
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
|
|
413
445
|
"status": "stable",
|
|
@@ -415,15 +447,15 @@
|
|
|
415
447
|
"peerDependencies": {
|
|
416
448
|
"react": ">=18",
|
|
417
449
|
"react-dom": ">=18",
|
|
418
|
-
"@nextui-org/theme": ">=2.
|
|
419
|
-
"@nextui-org/system": ">=2.0.0",
|
|
450
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
451
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
420
452
|
"tailwindcss": ">=3.4.0"
|
|
421
453
|
}
|
|
422
454
|
},
|
|
423
455
|
{
|
|
424
456
|
"name": "radio",
|
|
425
457
|
"package": "@nextui-org/radio",
|
|
426
|
-
"version": "2.1
|
|
458
|
+
"version": "2.2.0-beta.1",
|
|
427
459
|
"docs": "https://nextui.org/docs/components/radio",
|
|
428
460
|
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
|
|
429
461
|
"status": "stable",
|
|
@@ -431,15 +463,15 @@
|
|
|
431
463
|
"peerDependencies": {
|
|
432
464
|
"react": ">=18",
|
|
433
465
|
"react-dom": ">=18",
|
|
434
|
-
"@nextui-org/theme": ">=2.
|
|
435
|
-
"@nextui-org/system": ">=2.0.0",
|
|
466
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
467
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
436
468
|
"tailwindcss": ">=3.4.0"
|
|
437
469
|
}
|
|
438
470
|
},
|
|
439
471
|
{
|
|
440
472
|
"name": "ripple",
|
|
441
473
|
"package": "@nextui-org/ripple",
|
|
442
|
-
"version": "2.0.
|
|
474
|
+
"version": "2.1.0-beta.1",
|
|
443
475
|
"docs": "https://nextui.org/docs/components/ripple",
|
|
444
476
|
"description": "A simple implementation to display a ripple animation when the source component is clicked",
|
|
445
477
|
"status": "stable",
|
|
@@ -447,16 +479,16 @@
|
|
|
447
479
|
"peerDependencies": {
|
|
448
480
|
"react": ">=18",
|
|
449
481
|
"react-dom": ">=18",
|
|
450
|
-
"framer-motion": ">=
|
|
451
|
-
"@nextui-org/theme": ">=2.
|
|
452
|
-
"@nextui-org/system": ">=2.0.0",
|
|
482
|
+
"framer-motion": ">=11.5.6",
|
|
483
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
484
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
453
485
|
"tailwindcss": ">=3.4.0"
|
|
454
486
|
}
|
|
455
487
|
},
|
|
456
488
|
{
|
|
457
489
|
"name": "scroll-shadow",
|
|
458
490
|
"package": "@nextui-org/scroll-shadow",
|
|
459
|
-
"version": "2.1
|
|
491
|
+
"version": "2.2.0-beta.1",
|
|
460
492
|
"docs": "https://nextui.org/docs/components/scroll-shadow",
|
|
461
493
|
"description": "A component that applies top and bottom shadows when content overflows on scroll.",
|
|
462
494
|
"status": "stable",
|
|
@@ -464,23 +496,23 @@
|
|
|
464
496
|
"peerDependencies": {
|
|
465
497
|
"react": ">=18",
|
|
466
498
|
"react-dom": ">=18",
|
|
467
|
-
"@nextui-org/theme": ">=2.
|
|
468
|
-
"@nextui-org/system": ">=2.0.0",
|
|
499
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
500
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
469
501
|
"tailwindcss": ">=3.4.0"
|
|
470
502
|
}
|
|
471
503
|
},
|
|
472
504
|
{
|
|
473
505
|
"name": "select",
|
|
474
506
|
"package": "@nextui-org/select",
|
|
475
|
-
"version": "2.
|
|
507
|
+
"version": "2.3.0-beta.1",
|
|
476
508
|
"docs": "https://nextui.org/docs/components/select",
|
|
477
509
|
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
|
|
478
510
|
"status": "stable",
|
|
479
511
|
"style": "",
|
|
480
512
|
"peerDependencies": {
|
|
481
|
-
"@nextui-org/system": ">=2.0.0",
|
|
482
|
-
"@nextui-org/theme": ">=2.
|
|
483
|
-
"framer-motion": ">=
|
|
513
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
514
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
515
|
+
"framer-motion": ">=11.5.6",
|
|
484
516
|
"react": ">=18",
|
|
485
517
|
"react-dom": ">=18",
|
|
486
518
|
"tailwindcss": ">=3.4.0"
|
|
@@ -489,7 +521,7 @@
|
|
|
489
521
|
{
|
|
490
522
|
"name": "skeleton",
|
|
491
523
|
"package": "@nextui-org/skeleton",
|
|
492
|
-
"version": "2.0.
|
|
524
|
+
"version": "2.1.0-beta.1",
|
|
493
525
|
"docs": "https://nextui.org/docs/components/skeleton",
|
|
494
526
|
"description": "Skeleton is used to display the loading state of some component.",
|
|
495
527
|
"status": "updated",
|
|
@@ -497,15 +529,15 @@
|
|
|
497
529
|
"peerDependencies": {
|
|
498
530
|
"react": ">=18",
|
|
499
531
|
"react-dom": ">=18",
|
|
500
|
-
"@nextui-org/theme": ">=2.
|
|
501
|
-
"@nextui-org/system": ">=2.0.0",
|
|
532
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
533
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
502
534
|
"tailwindcss": ">=3.4.0"
|
|
503
535
|
}
|
|
504
536
|
},
|
|
505
537
|
{
|
|
506
538
|
"name": "slider",
|
|
507
539
|
"package": "@nextui-org/slider",
|
|
508
|
-
"version": "2.
|
|
540
|
+
"version": "2.3.0-beta.1",
|
|
509
541
|
"docs": "https://nextui.org/docs/components/slider",
|
|
510
542
|
"description": "A slider allows a user to select one or more values within a range.",
|
|
511
543
|
"status": "stable",
|
|
@@ -513,15 +545,15 @@
|
|
|
513
545
|
"peerDependencies": {
|
|
514
546
|
"react": ">=18",
|
|
515
547
|
"react-dom": ">=18",
|
|
516
|
-
"@nextui-org/theme": ">=2.
|
|
517
|
-
"@nextui-org/system": ">=2.0.0",
|
|
548
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
549
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
518
550
|
"tailwindcss": ">=3.4.0"
|
|
519
551
|
}
|
|
520
552
|
},
|
|
521
553
|
{
|
|
522
554
|
"name": "snippet",
|
|
523
555
|
"package": "@nextui-org/snippet",
|
|
524
|
-
"version": "2.0.
|
|
556
|
+
"version": "2.1.0-beta.1",
|
|
525
557
|
"docs": "https://nextui.org/docs/components/snippet",
|
|
526
558
|
"description": "Display a snippet of copyable code for the command line.",
|
|
527
559
|
"status": "stable",
|
|
@@ -529,16 +561,16 @@
|
|
|
529
561
|
"peerDependencies": {
|
|
530
562
|
"react": ">=18",
|
|
531
563
|
"react-dom": ">=18",
|
|
532
|
-
"framer-motion": ">=
|
|
533
|
-
"@nextui-org/theme": ">=2.
|
|
534
|
-
"@nextui-org/system": ">=2.0.0",
|
|
564
|
+
"framer-motion": ">=11.5.6",
|
|
565
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
566
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
535
567
|
"tailwindcss": ">=3.4.0"
|
|
536
568
|
}
|
|
537
569
|
},
|
|
538
570
|
{
|
|
539
571
|
"name": "spacer",
|
|
540
572
|
"package": "@nextui-org/spacer",
|
|
541
|
-
"version": "2.0.
|
|
573
|
+
"version": "2.1.0-beta.1",
|
|
542
574
|
"docs": "https://nextui.org/docs/components/spacer",
|
|
543
575
|
"description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
|
|
544
576
|
"status": "stable",
|
|
@@ -546,14 +578,14 @@
|
|
|
546
578
|
"peerDependencies": {
|
|
547
579
|
"react": ">=18",
|
|
548
580
|
"react-dom": ">=18",
|
|
549
|
-
"@nextui-org/theme": ">=2.
|
|
581
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
550
582
|
"tailwindcss": ">=3.4.0"
|
|
551
583
|
}
|
|
552
584
|
},
|
|
553
585
|
{
|
|
554
586
|
"name": "spinner",
|
|
555
587
|
"package": "@nextui-org/spinner",
|
|
556
|
-
"version": "2.0.
|
|
588
|
+
"version": "2.1.0-beta.1",
|
|
557
589
|
"docs": "https://nextui.org/docs/components/spinner",
|
|
558
590
|
"description": "Loaders express an unspecified wait time or display the length of a process.",
|
|
559
591
|
"status": "stable",
|
|
@@ -561,14 +593,14 @@
|
|
|
561
593
|
"peerDependencies": {
|
|
562
594
|
"react": ">=18",
|
|
563
595
|
"react-dom": ">=18",
|
|
564
|
-
"@nextui-org/theme": ">=2.
|
|
596
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
565
597
|
"tailwindcss": ">=3.4.0"
|
|
566
598
|
}
|
|
567
599
|
},
|
|
568
600
|
{
|
|
569
601
|
"name": "switch",
|
|
570
602
|
"package": "@nextui-org/switch",
|
|
571
|
-
"version": "2.0.
|
|
603
|
+
"version": "2.1.0-beta.1",
|
|
572
604
|
"docs": "https://nextui.org/docs/components/switch",
|
|
573
605
|
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
|
|
574
606
|
"status": "stable",
|
|
@@ -576,15 +608,15 @@
|
|
|
576
608
|
"peerDependencies": {
|
|
577
609
|
"react": ">=18",
|
|
578
610
|
"react-dom": ">=18",
|
|
579
|
-
"@nextui-org/theme": ">=2.
|
|
580
|
-
"@nextui-org/system": ">=2.0.0",
|
|
611
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
612
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
581
613
|
"tailwindcss": ">=3.4.0"
|
|
582
614
|
}
|
|
583
615
|
},
|
|
584
616
|
{
|
|
585
617
|
"name": "table",
|
|
586
618
|
"package": "@nextui-org/table",
|
|
587
|
-
"version": "2.0.
|
|
619
|
+
"version": "2.1.0-beta.1",
|
|
588
620
|
"docs": "https://nextui.org/docs/components/table",
|
|
589
621
|
"description": "Tables are used to display tabular data using rows and columns. ",
|
|
590
622
|
"status": "stable",
|
|
@@ -592,15 +624,15 @@
|
|
|
592
624
|
"peerDependencies": {
|
|
593
625
|
"react": ">=18",
|
|
594
626
|
"react-dom": ">=18",
|
|
595
|
-
"@nextui-org/theme": ">=2.
|
|
596
|
-
"@nextui-org/system": ">=2.0.0",
|
|
627
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
628
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
597
629
|
"tailwindcss": ">=3.4.0"
|
|
598
630
|
}
|
|
599
631
|
},
|
|
600
632
|
{
|
|
601
633
|
"name": "tabs",
|
|
602
634
|
"package": "@nextui-org/tabs",
|
|
603
|
-
"version": "2.0.
|
|
635
|
+
"version": "2.1.0-beta.1",
|
|
604
636
|
"docs": "https://nextui.org/docs/components/tabs",
|
|
605
637
|
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
|
|
606
638
|
"status": "updated",
|
|
@@ -608,16 +640,16 @@
|
|
|
608
640
|
"peerDependencies": {
|
|
609
641
|
"react": ">=18",
|
|
610
642
|
"react-dom": ">=18",
|
|
611
|
-
"framer-motion": ">=
|
|
612
|
-
"@nextui-org/theme": ">=2.
|
|
613
|
-
"@nextui-org/system": ">=2.0.0",
|
|
643
|
+
"framer-motion": ">=11.5.6",
|
|
644
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
645
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
614
646
|
"tailwindcss": ">=3.4.0"
|
|
615
647
|
}
|
|
616
648
|
},
|
|
617
649
|
{
|
|
618
650
|
"name": "tooltip",
|
|
619
651
|
"package": "@nextui-org/tooltip",
|
|
620
|
-
"version": "2.0.
|
|
652
|
+
"version": "2.1.0-beta.1",
|
|
621
653
|
"docs": "https://nextui.org/docs/components/tooltip",
|
|
622
654
|
"description": "A React Component for rendering dynamically positioned Tooltips",
|
|
623
655
|
"status": "updated",
|
|
@@ -625,16 +657,16 @@
|
|
|
625
657
|
"peerDependencies": {
|
|
626
658
|
"react": ">=18",
|
|
627
659
|
"react-dom": ">=18",
|
|
628
|
-
"framer-motion": ">=
|
|
629
|
-
"@nextui-org/theme": ">=2.
|
|
630
|
-
"@nextui-org/system": ">=2.0.0",
|
|
660
|
+
"framer-motion": ">=11.5.6",
|
|
661
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
662
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
631
663
|
"tailwindcss": ">=3.4.0"
|
|
632
664
|
}
|
|
633
665
|
},
|
|
634
666
|
{
|
|
635
667
|
"name": "user",
|
|
636
668
|
"package": "@nextui-org/user",
|
|
637
|
-
"version": "2.0.
|
|
669
|
+
"version": "2.1.0-beta.1",
|
|
638
670
|
"docs": "https://nextui.org/docs/components/user",
|
|
639
671
|
"description": "Flexible User Profile Component.",
|
|
640
672
|
"status": "stable",
|
|
@@ -642,8 +674,8 @@
|
|
|
642
674
|
"peerDependencies": {
|
|
643
675
|
"react": ">=18",
|
|
644
676
|
"react-dom": ">=18",
|
|
645
|
-
"@nextui-org/theme": ">=2.
|
|
646
|
-
"@nextui-org/system": ">=2.0.0",
|
|
677
|
+
"@nextui-org/theme": ">=2.3.0-beta.0",
|
|
678
|
+
"@nextui-org/system": ">=2.3.0-beta.0",
|
|
647
679
|
"tailwindcss": ">=3.4.0"
|
|
648
680
|
}
|
|
649
681
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -40,5 +40,7 @@ export * from '@nextui-org/autocomplete';
|
|
|
40
40
|
export * from '@nextui-org/calendar';
|
|
41
41
|
export * from '@nextui-org/date-input';
|
|
42
42
|
export * from '@nextui-org/date-picker';
|
|
43
|
+
export * from '@nextui-org/alert';
|
|
44
|
+
export * from '@nextui-org/drawer';
|
|
43
45
|
export { VisuallyHidden } from '@react-aria/visually-hidden';
|
|
44
46
|
export { ResizablePanel } from '@nextui-org/framer-utils';
|
package/dist/index.js
CHANGED
|
@@ -67,6 +67,8 @@ __reExport(src_exports, require("@nextui-org/autocomplete"), module.exports);
|
|
|
67
67
|
__reExport(src_exports, require("@nextui-org/calendar"), module.exports);
|
|
68
68
|
__reExport(src_exports, require("@nextui-org/date-input"), module.exports);
|
|
69
69
|
__reExport(src_exports, require("@nextui-org/date-picker"), module.exports);
|
|
70
|
+
__reExport(src_exports, require("@nextui-org/alert"), module.exports);
|
|
71
|
+
__reExport(src_exports, require("@nextui-org/drawer"), module.exports);
|
|
70
72
|
var import_visually_hidden = require("@react-aria/visually-hidden");
|
|
71
73
|
var import_framer_utils = require("@nextui-org/framer-utils");
|
|
72
74
|
// Annotate the CommonJS export names for ESM import in node:
|
package/dist/index.mjs
CHANGED
|
@@ -41,6 +41,8 @@ export * from "@nextui-org/autocomplete";
|
|
|
41
41
|
export * from "@nextui-org/calendar";
|
|
42
42
|
export * from "@nextui-org/date-input";
|
|
43
43
|
export * from "@nextui-org/date-picker";
|
|
44
|
+
export * from "@nextui-org/alert";
|
|
45
|
+
export * from "@nextui-org/drawer";
|
|
44
46
|
import { VisuallyHidden } from "@react-aria/visually-hidden";
|
|
45
47
|
import { ResizablePanel } from "@nextui-org/framer-utils";
|
|
46
48
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextui-org/react",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0-beta.1",
|
|
4
4
|
"description": "🚀 Beautiful and modern React UI library.",
|
|
5
5
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
6
6
|
"homepage": "https://nextui.org",
|
|
@@ -30,55 +30,57 @@
|
|
|
30
30
|
"url": "https://github.com/nextui-org/nextui/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@react-aria/visually-hidden": "3.8.
|
|
34
|
-
"@nextui-org/system": "2.
|
|
35
|
-
"@nextui-org/theme": "2.
|
|
36
|
-
"@nextui-org/accordion": "2.0.
|
|
37
|
-
"@nextui-org/autocomplete": "2.1
|
|
38
|
-
"@nextui-org/avatar": "2.0.
|
|
39
|
-
"@nextui-org/badge": "2.0.
|
|
40
|
-
"@nextui-org/button": "2.0.
|
|
41
|
-
"@nextui-org/card": "2.0.
|
|
42
|
-
"@nextui-org/chip": "2.0.
|
|
43
|
-
"@nextui-org/checkbox": "2.1
|
|
44
|
-
"@nextui-org/code": "2.0.
|
|
45
|
-
"@nextui-org/link": "2.0.
|
|
46
|
-
"@nextui-org/pagination": "2.0.
|
|
47
|
-
"@nextui-org/radio": "2.1
|
|
48
|
-
"@nextui-org/snippet": "2.0.
|
|
49
|
-
"@nextui-org/spinner": "2.0.
|
|
50
|
-
"@nextui-org/switch": "2.0.
|
|
51
|
-
"@nextui-org/tooltip": "2.0.
|
|
52
|
-
"@nextui-org/user": "2.0.
|
|
53
|
-
"@nextui-org/progress": "2.0.
|
|
54
|
-
"@nextui-org/input": "2.
|
|
55
|
-
"@nextui-org/popover": "2.1
|
|
56
|
-
"@nextui-org/dropdown": "2.1
|
|
57
|
-
"@nextui-org/image": "2.0.
|
|
58
|
-
"@nextui-org/modal": "2.0.
|
|
59
|
-
"@nextui-org/navbar": "2.0.
|
|
60
|
-
"@nextui-org/table": "2.0.
|
|
61
|
-
"@nextui-org/spacer": "2.0.
|
|
62
|
-
"@nextui-org/divider": "2.0.
|
|
63
|
-
"@nextui-org/kbd": "2.0.
|
|
64
|
-
"@nextui-org/tabs": "2.0.
|
|
65
|
-
"@nextui-org/skeleton": "2.0.
|
|
66
|
-
"@nextui-org/scroll-shadow": "2.1
|
|
67
|
-
"@nextui-org/select": "2.
|
|
68
|
-
"@nextui-org/listbox": "2.1
|
|
69
|
-
"@nextui-org/menu": "2.0.
|
|
70
|
-
"@nextui-org/ripple": "2.0.
|
|
71
|
-
"@nextui-org/slider": "2.
|
|
72
|
-
"@nextui-org/breadcrumbs": "2.0.
|
|
73
|
-
"@nextui-org/calendar": "2.0.
|
|
74
|
-
"@nextui-org/date-input": "2.1
|
|
75
|
-
"@nextui-org/date-picker": "2.1
|
|
76
|
-
"@nextui-org/
|
|
33
|
+
"@react-aria/visually-hidden": "3.8.15",
|
|
34
|
+
"@nextui-org/system": "2.3.0-beta.1",
|
|
35
|
+
"@nextui-org/theme": "2.3.0-beta.1",
|
|
36
|
+
"@nextui-org/accordion": "2.1.0-beta.1",
|
|
37
|
+
"@nextui-org/autocomplete": "2.2.0-beta.1",
|
|
38
|
+
"@nextui-org/avatar": "2.1.0-beta.1",
|
|
39
|
+
"@nextui-org/badge": "2.1.0-beta.1",
|
|
40
|
+
"@nextui-org/button": "2.1.0-beta.1",
|
|
41
|
+
"@nextui-org/card": "2.1.0-beta.1",
|
|
42
|
+
"@nextui-org/chip": "2.1.0-beta.1",
|
|
43
|
+
"@nextui-org/checkbox": "2.2.0-beta.1",
|
|
44
|
+
"@nextui-org/code": "2.1.0-beta.1",
|
|
45
|
+
"@nextui-org/link": "2.1.0-beta.1",
|
|
46
|
+
"@nextui-org/pagination": "2.1.0-beta.1",
|
|
47
|
+
"@nextui-org/radio": "2.2.0-beta.1",
|
|
48
|
+
"@nextui-org/snippet": "2.1.0-beta.1",
|
|
49
|
+
"@nextui-org/spinner": "2.1.0-beta.1",
|
|
50
|
+
"@nextui-org/switch": "2.1.0-beta.1",
|
|
51
|
+
"@nextui-org/tooltip": "2.1.0-beta.1",
|
|
52
|
+
"@nextui-org/user": "2.1.0-beta.1",
|
|
53
|
+
"@nextui-org/progress": "2.1.0-beta.1",
|
|
54
|
+
"@nextui-org/input": "2.3.0-beta.1",
|
|
55
|
+
"@nextui-org/popover": "2.2.0-beta.1",
|
|
56
|
+
"@nextui-org/dropdown": "2.2.0-beta.1",
|
|
57
|
+
"@nextui-org/image": "2.1.0-beta.1",
|
|
58
|
+
"@nextui-org/modal": "2.1.0-beta.1",
|
|
59
|
+
"@nextui-org/navbar": "2.1.0-beta.1",
|
|
60
|
+
"@nextui-org/table": "2.1.0-beta.1",
|
|
61
|
+
"@nextui-org/spacer": "2.1.0-beta.1",
|
|
62
|
+
"@nextui-org/divider": "2.1.0-beta.1",
|
|
63
|
+
"@nextui-org/kbd": "2.1.0-beta.1",
|
|
64
|
+
"@nextui-org/tabs": "2.1.0-beta.1",
|
|
65
|
+
"@nextui-org/skeleton": "2.1.0-beta.1",
|
|
66
|
+
"@nextui-org/scroll-shadow": "2.2.0-beta.1",
|
|
67
|
+
"@nextui-org/select": "2.3.0-beta.1",
|
|
68
|
+
"@nextui-org/listbox": "2.2.0-beta.1",
|
|
69
|
+
"@nextui-org/menu": "2.1.0-beta.1",
|
|
70
|
+
"@nextui-org/ripple": "2.1.0-beta.1",
|
|
71
|
+
"@nextui-org/slider": "2.3.0-beta.1",
|
|
72
|
+
"@nextui-org/breadcrumbs": "2.1.0-beta.1",
|
|
73
|
+
"@nextui-org/calendar": "2.1.0-beta.1",
|
|
74
|
+
"@nextui-org/date-input": "2.2.0-beta.1",
|
|
75
|
+
"@nextui-org/date-picker": "2.2.0-beta.1",
|
|
76
|
+
"@nextui-org/alert": "2.1.0-beta.1",
|
|
77
|
+
"@nextui-org/framer-utils": "2.0.26-beta.1",
|
|
78
|
+
"@nextui-org/drawer": "2.1.0-beta.1"
|
|
77
79
|
},
|
|
78
80
|
"peerDependencies": {
|
|
79
81
|
"react": ">=18",
|
|
80
82
|
"react-dom": ">=18",
|
|
81
|
-
"framer-motion": ">=
|
|
83
|
+
"framer-motion": ">=11.5.6"
|
|
82
84
|
},
|
|
83
85
|
"clean-package": "../../../clean-package.config.json",
|
|
84
86
|
"module": "dist/index.mjs",
|