@openzeppelin/ui-components 2.3.1 → 3.0.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/dist/index.cjs CHANGED
@@ -38,7 +38,7 @@ let sonner = require("sonner");
38
38
  let next_themes = require("next-themes");
39
39
 
40
40
  //#region src/version.ts
41
- const VERSION = "2.3.1";
41
+ const VERSION = "3.0.0";
42
42
 
43
43
  //#endregion
44
44
  //#region src/components/ui/accordion.tsx
package/dist/index.mjs CHANGED
@@ -26,7 +26,7 @@ import { Toaster as Toaster$1, toast } from "sonner";
26
26
  import { useTheme } from "next-themes";
27
27
 
28
28
  //#region src/version.ts
29
- const VERSION = "2.3.1";
29
+ const VERSION = "3.0.0";
30
30
 
31
31
  //#endregion
32
32
  //#region src/components/ui/accordion.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openzeppelin/ui-components",
3
- "version": "2.3.1",
3
+ "version": "3.0.0",
4
4
  "private": false,
5
5
  "description": "Shared React UI components for the OpenZeppelin UI ecosystem.",
6
6
  "type": "module",
@@ -76,8 +76,8 @@
76
76
  "sonner": "^2.0.7",
77
77
  "tailwind-merge": "^3.3.1",
78
78
  "tailwindcss-animate": "^1.0.7",
79
- "@openzeppelin/ui-types": "^2.0.0",
80
- "@openzeppelin/ui-utils": "^2.0.0"
79
+ "@openzeppelin/ui-types": "^3.0.0",
80
+ "@openzeppelin/ui-utils": "^3.0.0"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@testing-library/react": "^16.3.2",