@chaibuilder/sdk 2.0.0-beta.73 → 2.0.0-beta.74

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 +2 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -4,6 +4,8 @@ Chai Builder is an Open Source Low Code React + Tailwind CSS Visual Builder.
4
4
  It allows you to create web pages visually by dragging and dropping elements onto the canvas.
5
5
  It is a simple React component that renders a full-fledged visual builder into any React application.
6
6
 
7
+ Demo: https://chaibuilder-sdk.vercel.app/
8
+
7
9
  ---
8
10
 
9
11
  ### Manual installation:
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "author": "Suraj Air",
6
6
  "license": "BSD-3-Clause",
7
7
  "homepage": "https://chaibuilder.com",
8
- "version": "2.0.0-beta.73",
8
+ "version": "2.0.0-beta.74",
9
9
  "type": "module",
10
10
  "repository": {
11
11
  "type": "git",
@@ -53,7 +53,7 @@
53
53
  }
54
54
  },
55
55
  "peerDependencies": {
56
- "@chaibuilder/runtime": "2.0.0-beta.21",
56
+ "@chaibuilder/runtime": "2.0.0-beta.22",
57
57
  "@types/react": "*",
58
58
  "@types/react-dom": "*",
59
59
  "react": "^18.0 || ^19.0",
@@ -68,7 +68,7 @@
68
68
  }
69
69
  },
70
70
  "dependencies": {
71
- "@chaibuilder/runtime": "2.0.0-beta.21",
71
+ "@chaibuilder/runtime": "2.0.0-beta.22",
72
72
  "@floating-ui/dom": "1.6.13",
73
73
  "@floating-ui/react-dom": "2.1.2",
74
74
  "@mhsdesign/jit-browser-tailwindcss": "0.4.2",
@@ -146,8 +146,6 @@
146
146
  "@vitejs/plugin-react-swc": "^3.7.2",
147
147
  "autoprefixer": "^10.4.20",
148
148
  "axios": "^1.7.9",
149
- "react": "^18.3.1",
150
- "react-dom": "^18.3.1",
151
149
  "cheerio": "1.0.0-rc.12",
152
150
  "dotenv": "^16.4.7",
153
151
  "eslint": "^9.18.0",
@@ -161,6 +159,8 @@
161
159
  "prettier": "^3.4.2",
162
160
  "prettier-plugin-tailwindcss": "^0.6.11",
163
161
  "prop-types": "^15.8.1",
162
+ "react": "^18.3.1",
163
+ "react-dom": "^18.3.1",
164
164
  "react-router-dom": "^7.1.3",
165
165
  "tailwindcss": "^3.4.11",
166
166
  "tailwindcss-animate": "^1.0.7",