buildgrid-ui 1.19.0 → 1.19.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -28,7 +28,7 @@
28
28
  BuildGrid UI is a comprehensive React component library featuring **44+ components** and **12 specialized blocks**, all built with production use in mind.
29
29
 
30
30
  - 🎯 **Battle-Tested** - Components refined through real-world usage
31
- - 🎨 **Modern Stack** - Built with React 19, TypeScript, and Tailwind CSS
31
+ - 🎨 **Modern Stack** - Built with React 18+, TypeScript, and Tailwind CSS
32
32
  - ♿ **Accessible** - WCAG compliant with full keyboard navigation
33
33
  - 📱 **Responsive** - Mobile-first design approach
34
34
  - 🎭 **Customizable** - Flexible theming and styling options
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buildgrid-ui",
3
- "version": "1.19.0",
3
+ "version": "1.19.1",
4
4
  "homepage": "http://adrianomaringolo.github.io/buildgrid-ui",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -108,8 +108,8 @@
108
108
  "tw-animate-css": "^1.3.6"
109
109
  },
110
110
  "peerDependencies": {
111
- "react": "^19.0.0",
112
- "react-dom": "^19.0.0"
111
+ "react": "^18.0.0 || ^19.0.0",
112
+ "react-dom": "^18.0.0 || ^19.0.0"
113
113
  },
114
114
  "devDependencies": {
115
115
  "@commitlint/cli": "^19.8.1",