@nextui-org/react 0.0.0-dev-v2-20240416003301 → 0.0.0-dev-v2-20240416125016

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.
@@ -22,7 +22,7 @@
22
22
  "version": "2.0.10",
23
23
  "docs": "https://nextui.org/docs/components/autocomplete",
24
24
  "description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
25
- "status": "new",
25
+ "status": "stable",
26
26
  "style": "",
27
27
  "peerDependencies": {
28
28
  "react": ">=18",
@@ -70,7 +70,7 @@
70
70
  "version": "2.0.4",
71
71
  "docs": "https://nextui.org/docs/components/breadcrumbs",
72
72
  "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
73
- "status": "new",
73
+ "status": "stable",
74
74
  "style": "",
75
75
  "peerDependencies": {
76
76
  "react": ">=18",
@@ -97,6 +97,22 @@
97
97
  "tailwindcss": ">=3.4.0"
98
98
  }
99
99
  },
100
+ {
101
+ "name": "calendar",
102
+ "package": "@nextui-org/calendar",
103
+ "version": "2.0.0",
104
+ "docs": "https://nextui.org/docs/components/calendar",
105
+ "description": "A calendar displays one or more date grids and allows users to select a single date.",
106
+ "status": "new",
107
+ "style": "",
108
+ "peerDependencies": {
109
+ "@nextui-org/system": ">=2.0.0",
110
+ "@nextui-org/theme": ">=2.0.0",
111
+ "react": ">=18",
112
+ "react-dom": ">=18",
113
+ "tailwindcss": ">=3.4.0"
114
+ }
115
+ },
100
116
  {
101
117
  "name": "card",
102
118
  "package": "@nextui-org/card",
@@ -161,6 +177,38 @@
161
177
  "tailwindcss": ">=3.4.0"
162
178
  }
163
179
  },
180
+ {
181
+ "name": "date-input",
182
+ "package": "@nextui-org/date-input",
183
+ "version": "2.0.0",
184
+ "docs": "https://nextui.org/docs/components/date-input",
185
+ "description": "A date input allows users to enter and edit date and time values using a keyboard.",
186
+ "status": "new",
187
+ "style": "",
188
+ "peerDependencies": {
189
+ "@nextui-org/system": ">=2.0.0",
190
+ "@nextui-org/theme": ">=2.0.0",
191
+ "react": ">=18",
192
+ "react-dom": ">=18",
193
+ "tailwindcss": ">=3.4.0"
194
+ }
195
+ },
196
+ {
197
+ "name": "date-picker",
198
+ "package": "@nextui-org/date-picker",
199
+ "version": "2.0.0",
200
+ "docs": "https://nextui.org/docs/components/date-picker",
201
+ "description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
202
+ "status": "new",
203
+ "style": "",
204
+ "peerDependencies": {
205
+ "@nextui-org/system": ">=2.0.0",
206
+ "@nextui-org/theme": ">=2.0.0",
207
+ "react": ">=18",
208
+ "react-dom": ">=18",
209
+ "tailwindcss": ">=3.4.0"
210
+ }
211
+ },
164
212
  {
165
213
  "name": "divider",
166
214
  "package": "@nextui-org/divider",
@@ -182,7 +230,7 @@
182
230
  "version": "2.1.17",
183
231
  "docs": "https://nextui.org/docs/components/dropdown",
184
232
  "description": "A dropdown displays a list of actions or options that a user can choose.",
185
- "status": "updated",
233
+ "status": "stable",
186
234
  "style": "",
187
235
  "peerDependencies": {
188
236
  "react": ">=18",
@@ -246,7 +294,7 @@
246
294
  "version": "2.0.26",
247
295
  "docs": "https://nextui.org/docs/components/link",
248
296
  "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>",
249
- "status": "updated",
297
+ "status": "stable",
250
298
  "style": "",
251
299
  "peerDependencies": {
252
300
  "react": ">=18",
@@ -262,7 +310,7 @@
262
310
  "version": "2.1.16",
263
311
  "docs": "https://nextui.org/docs/components/listbox",
264
312
  "description": "A listbox displays a list of options and allows a user to select one or more of them.",
265
- "status": "updated",
313
+ "status": "stable",
266
314
  "style": "",
267
315
  "peerDependencies": {
268
316
  "react": ">=18",
@@ -458,7 +506,7 @@
458
506
  "version": "2.2.6",
459
507
  "docs": "https://nextui.org/docs/components/slider",
460
508
  "description": "A slider allows a user to select one or more values within a range.",
461
- "status": "new",
509
+ "status": "stable",
462
510
  "style": "",
463
511
  "peerDependencies": {
464
512
  "react": ">=18",
package/dist/index.d.ts CHANGED
@@ -37,4 +37,8 @@ export * from '@nextui-org/ripple';
37
37
  export * from '@nextui-org/slider';
38
38
  export * from '@nextui-org/breadcrumbs';
39
39
  export * from '@nextui-org/autocomplete';
40
+ export * from '@nextui-org/calendar';
41
+ export * from '@nextui-org/date-input';
42
+ export * from '@nextui-org/date-picker';
40
43
  export { VisuallyHidden } from '@react-aria/visually-hidden';
44
+ export { ResizablePanel } from '@nextui-org/framer-utils';
package/dist/index.js CHANGED
@@ -21,6 +21,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  // src/index.ts
22
22
  var src_exports = {};
23
23
  __export(src_exports, {
24
+ ResizablePanel: () => import_framer_utils.ResizablePanel,
24
25
  VisuallyHidden: () => import_visually_hidden.VisuallyHidden
25
26
  });
26
27
  module.exports = __toCommonJS(src_exports);
@@ -63,8 +64,13 @@ __reExport(src_exports, require("@nextui-org/ripple"), module.exports);
63
64
  __reExport(src_exports, require("@nextui-org/slider"), module.exports);
64
65
  __reExport(src_exports, require("@nextui-org/breadcrumbs"), module.exports);
65
66
  __reExport(src_exports, require("@nextui-org/autocomplete"), module.exports);
67
+ __reExport(src_exports, require("@nextui-org/calendar"), module.exports);
68
+ __reExport(src_exports, require("@nextui-org/date-input"), module.exports);
69
+ __reExport(src_exports, require("@nextui-org/date-picker"), module.exports);
66
70
  var import_visually_hidden = require("@react-aria/visually-hidden");
71
+ var import_framer_utils = require("@nextui-org/framer-utils");
67
72
  // Annotate the CommonJS export names for ESM import in node:
68
73
  0 && (module.exports = {
74
+ ResizablePanel,
69
75
  VisuallyHidden
70
76
  });
package/dist/index.mjs CHANGED
@@ -38,7 +38,12 @@ export * from "@nextui-org/ripple";
38
38
  export * from "@nextui-org/slider";
39
39
  export * from "@nextui-org/breadcrumbs";
40
40
  export * from "@nextui-org/autocomplete";
41
+ export * from "@nextui-org/calendar";
42
+ export * from "@nextui-org/date-input";
43
+ export * from "@nextui-org/date-picker";
41
44
  import { VisuallyHidden } from "@react-aria/visually-hidden";
45
+ import { ResizablePanel } from "@nextui-org/framer-utils";
42
46
  export {
47
+ ResizablePanel,
43
48
  VisuallyHidden
44
49
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/react",
3
- "version": "0.0.0-dev-v2-20240416003301",
3
+ "version": "0.0.0-dev-v2-20240416125016",
4
4
  "description": "🚀 Beautiful and modern React UI library.",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "homepage": "https://nextui.org",
@@ -30,46 +30,50 @@
30
30
  "url": "https://github.com/nextui-org/nextui/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@react-aria/visually-hidden": "^3.8.6",
34
- "@nextui-org/system": "0.0.0-dev-v2-20240416003301",
35
- "@nextui-org/theme": "0.0.0-dev-v2-20240416003301",
36
- "@nextui-org/accordion": "0.0.0-dev-v2-20240416003301",
37
- "@nextui-org/autocomplete": "0.0.0-dev-v2-20240416003301",
38
- "@nextui-org/avatar": "0.0.0-dev-v2-20240416003301",
39
- "@nextui-org/badge": "0.0.0-dev-v2-20240416003301",
40
- "@nextui-org/button": "0.0.0-dev-v2-20240416003301",
41
- "@nextui-org/card": "0.0.0-dev-v2-20240416003301",
42
- "@nextui-org/chip": "0.0.0-dev-v2-20240416003301",
43
- "@nextui-org/checkbox": "0.0.0-dev-v2-20240416003301",
44
- "@nextui-org/code": "0.0.0-dev-v2-20240416003301",
45
- "@nextui-org/link": "0.0.0-dev-v2-20240416003301",
46
- "@nextui-org/pagination": "0.0.0-dev-v2-20240416003301",
47
- "@nextui-org/radio": "0.0.0-dev-v2-20240416003301",
48
- "@nextui-org/snippet": "0.0.0-dev-v2-20240416003301",
49
- "@nextui-org/spinner": "0.0.0-dev-v2-20240416003301",
50
- "@nextui-org/switch": "0.0.0-dev-v2-20240416003301",
51
- "@nextui-org/tooltip": "0.0.0-dev-v2-20240416003301",
52
- "@nextui-org/user": "0.0.0-dev-v2-20240416003301",
53
- "@nextui-org/progress": "0.0.0-dev-v2-20240416003301",
54
- "@nextui-org/input": "0.0.0-dev-v2-20240416003301",
55
- "@nextui-org/popover": "0.0.0-dev-v2-20240416003301",
56
- "@nextui-org/dropdown": "0.0.0-dev-v2-20240416003301",
57
- "@nextui-org/image": "0.0.0-dev-v2-20240416003301",
58
- "@nextui-org/modal": "0.0.0-dev-v2-20240416003301",
59
- "@nextui-org/navbar": "0.0.0-dev-v2-20240416003301",
60
- "@nextui-org/table": "0.0.0-dev-v2-20240416003301",
61
- "@nextui-org/spacer": "0.0.0-dev-v2-20240416003301",
62
- "@nextui-org/divider": "0.0.0-dev-v2-20240416003301",
63
- "@nextui-org/kbd": "0.0.0-dev-v2-20240416003301",
64
- "@nextui-org/tabs": "0.0.0-dev-v2-20240416003301",
65
- "@nextui-org/skeleton": "0.0.0-dev-v2-20240416003301",
66
- "@nextui-org/scroll-shadow": "0.0.0-dev-v2-20240416003301",
67
- "@nextui-org/select": "0.0.0-dev-v2-20240416003301",
68
- "@nextui-org/listbox": "0.0.0-dev-v2-20240416003301",
69
- "@nextui-org/menu": "0.0.0-dev-v2-20240416003301",
70
- "@nextui-org/ripple": "0.0.0-dev-v2-20240416003301",
71
- "@nextui-org/slider": "0.0.0-dev-v2-20240416003301",
72
- "@nextui-org/breadcrumbs": "0.0.0-dev-v2-20240416003301"
33
+ "@react-aria/visually-hidden": "^3.8.10",
34
+ "@nextui-org/system": "0.0.0-dev-v2-20240416125016",
35
+ "@nextui-org/theme": "0.0.0-dev-v2-20240416125016",
36
+ "@nextui-org/accordion": "0.0.0-dev-v2-20240416125016",
37
+ "@nextui-org/autocomplete": "0.0.0-dev-v2-20240416125016",
38
+ "@nextui-org/avatar": "0.0.0-dev-v2-20240416125016",
39
+ "@nextui-org/badge": "0.0.0-dev-v2-20240416125016",
40
+ "@nextui-org/button": "0.0.0-dev-v2-20240416125016",
41
+ "@nextui-org/card": "0.0.0-dev-v2-20240416125016",
42
+ "@nextui-org/chip": "0.0.0-dev-v2-20240416125016",
43
+ "@nextui-org/checkbox": "0.0.0-dev-v2-20240416125016",
44
+ "@nextui-org/code": "0.0.0-dev-v2-20240416125016",
45
+ "@nextui-org/link": "0.0.0-dev-v2-20240416125016",
46
+ "@nextui-org/pagination": "0.0.0-dev-v2-20240416125016",
47
+ "@nextui-org/radio": "0.0.0-dev-v2-20240416125016",
48
+ "@nextui-org/snippet": "0.0.0-dev-v2-20240416125016",
49
+ "@nextui-org/spinner": "0.0.0-dev-v2-20240416125016",
50
+ "@nextui-org/switch": "0.0.0-dev-v2-20240416125016",
51
+ "@nextui-org/tooltip": "0.0.0-dev-v2-20240416125016",
52
+ "@nextui-org/user": "0.0.0-dev-v2-20240416125016",
53
+ "@nextui-org/progress": "0.0.0-dev-v2-20240416125016",
54
+ "@nextui-org/input": "0.0.0-dev-v2-20240416125016",
55
+ "@nextui-org/popover": "0.0.0-dev-v2-20240416125016",
56
+ "@nextui-org/dropdown": "0.0.0-dev-v2-20240416125016",
57
+ "@nextui-org/image": "0.0.0-dev-v2-20240416125016",
58
+ "@nextui-org/modal": "0.0.0-dev-v2-20240416125016",
59
+ "@nextui-org/navbar": "0.0.0-dev-v2-20240416125016",
60
+ "@nextui-org/table": "0.0.0-dev-v2-20240416125016",
61
+ "@nextui-org/spacer": "0.0.0-dev-v2-20240416125016",
62
+ "@nextui-org/divider": "0.0.0-dev-v2-20240416125016",
63
+ "@nextui-org/kbd": "0.0.0-dev-v2-20240416125016",
64
+ "@nextui-org/tabs": "0.0.0-dev-v2-20240416125016",
65
+ "@nextui-org/skeleton": "0.0.0-dev-v2-20240416125016",
66
+ "@nextui-org/scroll-shadow": "0.0.0-dev-v2-20240416125016",
67
+ "@nextui-org/select": "0.0.0-dev-v2-20240416125016",
68
+ "@nextui-org/listbox": "0.0.0-dev-v2-20240416125016",
69
+ "@nextui-org/menu": "0.0.0-dev-v2-20240416125016",
70
+ "@nextui-org/ripple": "0.0.0-dev-v2-20240416125016",
71
+ "@nextui-org/slider": "0.0.0-dev-v2-20240416125016",
72
+ "@nextui-org/breadcrumbs": "0.0.0-dev-v2-20240416125016",
73
+ "@nextui-org/calendar": "0.0.0-dev-v2-20240416125016",
74
+ "@nextui-org/date-input": "0.0.0-dev-v2-20240416125016",
75
+ "@nextui-org/date-picker": "0.0.0-dev-v2-20240416125016",
76
+ "@nextui-org/framer-utils": "0.0.0-dev-v2-20240416125016"
73
77
  },
74
78
  "peerDependencies": {
75
79
  "react": ">=18",