@nextui-org/react 2.5.0-beta.9 → 2.5.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +49 -48
package/README.md CHANGED
@@ -39,7 +39,7 @@ Visit [https://storybook.nextui.org](https://storybook.nextui.org/) to view the
39
39
  Canary versions are available after every merge into `canary` branch. You can install the packages with the tag `canary` in npm to use the latest changes before the next production release.
40
40
 
41
41
  - [Documentation](https://canary.nextui.org/docs)
42
- - [Storybook](https://canary-storybook.nextui.org)
42
+ - [Storybook](https://canary-sb.nextui.org)
43
43
 
44
44
  ## Community
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/react",
3
- "version": "2.5.0-beta.9",
3
+ "version": "2.5.0",
4
4
  "description": "🚀 Beautiful and modern React UI library.",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "homepage": "https://nextui.org",
@@ -30,52 +30,54 @@
30
30
  "url": "https://github.com/nextui-org/nextui/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@react-aria/visually-hidden": "3.8.15",
34
- "@nextui-org/system": "2.3.0-beta.4",
35
- "@nextui-org/theme": "2.3.0-beta.5",
36
- "@nextui-org/accordion": "2.1.0-beta.4",
37
- "@nextui-org/avatar": "2.1.0-beta.7",
38
- "@nextui-org/autocomplete": "2.2.0-beta.6",
39
- "@nextui-org/badge": "2.1.0-beta.4",
40
- "@nextui-org/button": "2.1.0-beta.4",
41
- "@nextui-org/card": "2.1.0-beta.4",
42
- "@nextui-org/chip": "2.1.0-beta.4",
43
- "@nextui-org/code": "2.1.0-beta.4",
44
- "@nextui-org/link": "2.1.0-beta.4",
45
- "@nextui-org/checkbox": "2.2.0-beta.4",
46
- "@nextui-org/radio": "2.2.0-beta.4",
47
- "@nextui-org/pagination": "2.1.0-beta.4",
48
- "@nextui-org/snippet": "2.1.0-beta.4",
49
- "@nextui-org/spinner": "2.1.0-beta.4",
50
- "@nextui-org/switch": "2.1.0-beta.4",
51
- "@nextui-org/tooltip": "2.1.0-beta.4",
52
- "@nextui-org/progress": "2.1.0-beta.4",
53
- "@nextui-org/input": "2.3.0-beta.5",
54
- "@nextui-org/user": "2.1.0-beta.7",
55
- "@nextui-org/dropdown": "2.2.0-beta.5",
56
- "@nextui-org/popover": "2.2.0-beta.5",
57
- "@nextui-org/image": "2.1.0-beta.7",
58
- "@nextui-org/navbar": "2.1.0-beta.4",
59
- "@nextui-org/table": "2.1.0-beta.4",
60
- "@nextui-org/modal": "2.1.0-beta.4",
61
- "@nextui-org/spacer": "2.1.0-beta.4",
62
- "@nextui-org/divider": "2.1.0-beta.4",
63
- "@nextui-org/kbd": "2.1.0-beta.4",
64
- "@nextui-org/tabs": "2.1.0-beta.4",
65
- "@nextui-org/skeleton": "2.1.0-beta.4",
66
- "@nextui-org/scroll-shadow": "2.2.0-beta.4",
67
- "@nextui-org/select": "2.3.0-beta.6",
68
- "@nextui-org/listbox": "2.2.0-beta.4",
69
- "@nextui-org/menu": "2.1.0-beta.4",
70
- "@nextui-org/ripple": "2.1.0-beta.4",
71
- "@nextui-org/slider": "2.3.0-beta.4",
72
- "@nextui-org/breadcrumbs": "2.1.0-beta.4",
73
- "@nextui-org/calendar": "2.1.0-beta.4",
74
- "@nextui-org/date-input": "2.2.0-beta.4",
75
- "@nextui-org/date-picker": "2.2.0-beta.5",
76
- "@nextui-org/alert": "2.1.0-beta.4",
77
- "@nextui-org/framer-utils": "2.0.26-beta.4",
78
- "@nextui-org/drawer": "2.1.0-beta.4"
33
+ "@react-aria/visually-hidden": "3.8.17",
34
+ "@nextui-org/system": "2.3.0",
35
+ "@nextui-org/theme": "2.3.0",
36
+ "@nextui-org/accordion": "2.1.0",
37
+ "@nextui-org/autocomplete": "2.2.0",
38
+ "@nextui-org/avatar": "2.1.0",
39
+ "@nextui-org/badge": "2.1.0",
40
+ "@nextui-org/button": "2.1.0",
41
+ "@nextui-org/card": "2.1.0",
42
+ "@nextui-org/chip": "2.1.0",
43
+ "@nextui-org/checkbox": "2.2.0",
44
+ "@nextui-org/code": "2.1.0",
45
+ "@nextui-org/link": "2.1.0",
46
+ "@nextui-org/pagination": "2.1.0",
47
+ "@nextui-org/radio": "2.2.0",
48
+ "@nextui-org/snippet": "2.1.0",
49
+ "@nextui-org/spinner": "2.1.0",
50
+ "@nextui-org/switch": "2.1.0",
51
+ "@nextui-org/tooltip": "2.1.0",
52
+ "@nextui-org/user": "2.1.0",
53
+ "@nextui-org/progress": "2.1.0",
54
+ "@nextui-org/input": "2.3.0",
55
+ "@nextui-org/input-otp": "2.0.1",
56
+ "@nextui-org/popover": "2.2.0",
57
+ "@nextui-org/dropdown": "2.2.0",
58
+ "@nextui-org/image": "2.1.0",
59
+ "@nextui-org/modal": "2.1.0",
60
+ "@nextui-org/navbar": "2.1.0",
61
+ "@nextui-org/table": "2.1.0",
62
+ "@nextui-org/spacer": "2.1.0",
63
+ "@nextui-org/divider": "2.1.0",
64
+ "@nextui-org/kbd": "2.1.0",
65
+ "@nextui-org/tabs": "2.1.0",
66
+ "@nextui-org/skeleton": "2.1.0",
67
+ "@nextui-org/scroll-shadow": "2.2.0",
68
+ "@nextui-org/select": "2.3.0",
69
+ "@nextui-org/listbox": "2.2.0",
70
+ "@nextui-org/menu": "2.1.0",
71
+ "@nextui-org/ripple": "2.1.0",
72
+ "@nextui-org/slider": "2.3.0",
73
+ "@nextui-org/breadcrumbs": "2.1.0",
74
+ "@nextui-org/calendar": "2.1.0",
75
+ "@nextui-org/date-input": "2.2.0",
76
+ "@nextui-org/date-picker": "2.2.0",
77
+ "@nextui-org/framer-utils": "2.0.26",
78
+ "@nextui-org/drawer": "2.1.0",
79
+ "@nextui-org/form": "2.0.1",
80
+ "@nextui-org/alert": "2.1.0"
79
81
  },
80
82
  "peerDependencies": {
81
83
  "react": ">=18 || >=19.0.0-rc.0",
@@ -94,7 +96,6 @@
94
96
  "./package.json": "./package.json"
95
97
  },
96
98
  "scripts": {
97
- "prebuild": "node src/scripts/prebuild.js",
98
99
  "build": "tsup --dts",
99
100
  "postbuild": "node src/scripts/postbuild.js",
100
101
  "dev": "pnpm build:fast --watch",