@simple-builder/react 1.2.4 → 1.2.5
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/package.json +15 -15
- package/dist/build-container-client-BAVL356F.js +0 -2284
- package/dist/build-container-client-DLQONPHH.mjs +0 -2247
- package/dist/build-container-client-KI3QULNY.mjs +0 -2248
- package/dist/build-container-client-LR4UL6XD.js +0 -2283
- package/dist/build-container-client-UYQEUZU5.mjs +0 -2253
- package/dist/build-container-client-XVX67J7D.js +0 -2289
- package/dist/builder-content-2CLARIDQ.js +0 -42
- package/dist/builder-content-44DXQN5V.mjs +0 -20
- package/dist/builder-content-J45ZXXEM.mjs +0 -20
- package/dist/builder-content-P2XQRXZX.js +0 -42
- package/dist/builder-content-Y7KZGM4Z.js +0 -42
- package/dist/builder-content-YOL4MKX3.mjs +0 -20
- package/dist/chunk-47IWLKYO.js +0 -153
- package/dist/chunk-527WHDFS.mjs +0 -123
- package/dist/chunk-5EZQG6MP.mjs +0 -20
- package/dist/chunk-7SAGJTH2.js +0 -153
- package/dist/chunk-DXQKEGLP.js +0 -263
- package/dist/chunk-F7EVAQN7.mjs +0 -123
- package/dist/chunk-FUIGTZRW.mjs +0 -20
- package/dist/chunk-IAIJXTFG.js +0 -263
- package/dist/chunk-ISTZWAYI.js +0 -263
- package/dist/chunk-M2YJU6AM.js +0 -42
- package/dist/chunk-MV72DQML.mjs +0 -20
- package/dist/chunk-NAY45PRQ.mjs +0 -123
- package/dist/chunk-Q42UV6O3.mjs +0 -238
- package/dist/chunk-R7ZUBTTN.js +0 -42
- package/dist/chunk-TZQPIYI7.mjs +0 -238
- package/dist/chunk-U3LGZ4IJ.js +0 -42
- package/dist/chunk-WVO43G3J.mjs +0 -238
- package/dist/chunk-ZEA47N62.js +0 -153
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simple-builder/react",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "React package for the simple builder package.",
|
|
6
6
|
"repository": "https://github.com/pieter-berkel/simple-builder.git",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@hookform/resolvers": "^3.3.4",
|
|
30
|
-
"@radix-ui/react-alert-dialog": "^1.
|
|
31
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
32
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
33
|
-
"@radix-ui/react-label": "^2.
|
|
34
|
-
"@radix-ui/react-popover": "^1.1.
|
|
35
|
-
"@radix-ui/react-scroll-area": "^1.
|
|
36
|
-
"@radix-ui/react-select": "^2.
|
|
37
|
-
"@radix-ui/react-separator": "^1.1.
|
|
38
|
-
"@radix-ui/react-slot": "^1.
|
|
39
|
-
"@radix-ui/react-switch": "^1.
|
|
40
|
-
"@radix-ui/react-tabs": "^1.
|
|
41
|
-
"@radix-ui/react-toggle": "^1.1.
|
|
42
|
-
"@radix-ui/react-toggle-group": "^1.1.
|
|
30
|
+
"@radix-ui/react-alert-dialog": "^1.1.13",
|
|
31
|
+
"@radix-ui/react-dialog": "^1.1.13",
|
|
32
|
+
"@radix-ui/react-dropdown-menu": "^2.1.14",
|
|
33
|
+
"@radix-ui/react-label": "^2.1.6",
|
|
34
|
+
"@radix-ui/react-popover": "^1.1.13",
|
|
35
|
+
"@radix-ui/react-scroll-area": "^1.2.8",
|
|
36
|
+
"@radix-ui/react-select": "^2.2.4",
|
|
37
|
+
"@radix-ui/react-separator": "^1.1.6",
|
|
38
|
+
"@radix-ui/react-slot": "^1.2.2",
|
|
39
|
+
"@radix-ui/react-switch": "^1.2.4",
|
|
40
|
+
"@radix-ui/react-tabs": "^1.1.11",
|
|
41
|
+
"@radix-ui/react-toggle": "^1.1.8",
|
|
42
|
+
"@radix-ui/react-toggle-group": "^1.1.9",
|
|
43
43
|
"@tiptap/extension-color": "^2.11.5",
|
|
44
44
|
"@tiptap/extension-heading": "^2.11.5",
|
|
45
45
|
"@tiptap/extension-link": "^2.11.5",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"tailwind-merge": "^2.2.0",
|
|
60
60
|
"tailwind-variants": "^0.1.20",
|
|
61
61
|
"zod": "^3.22.4",
|
|
62
|
-
"@simple-builder/server": "1.0.
|
|
62
|
+
"@simple-builder/server": "1.0.23"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"react": ">=16.8.0",
|