@simple-builder/react 1.2.4 → 1.2.6

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 (45) hide show
  1. package/dist/{build-container-client-KI3QULNY.mjs → build-container-client-56IGH4EB.mjs} +13 -6
  2. package/dist/{build-container-client-DLQONPHH.mjs → build-container-client-6D4M5MV6.mjs} +8 -4
  3. package/dist/{build-container-client-UYQEUZU5.mjs → build-container-client-JR4HENF4.mjs} +17 -17
  4. package/dist/{build-container-client-BAVL356F.js → build-container-client-JS3CR4W3.js} +107 -100
  5. package/dist/{build-container-client-LR4UL6XD.js → build-container-client-JXYQOZHZ.js} +102 -98
  6. package/dist/build-container-client-OANZW6DH.mjs +2255 -0
  7. package/dist/build-container-client-QBXLJYQD.js +2291 -0
  8. package/dist/{build-container-client-XVX67J7D.js → build-container-client-QOFTIHCU.js} +110 -110
  9. package/dist/build-container-client-YTZ4C67E.mjs +7 -0
  10. package/dist/build-container-client-Z34EUPR3.js +7 -0
  11. package/dist/{builder-content-2CLARIDQ.js → builder-content-5K55QBEE.js} +7 -7
  12. package/dist/{builder-content-YOL4MKX3.mjs → builder-content-EHVMYKSR.mjs} +2 -2
  13. package/dist/{builder-content-Y7KZGM4Z.js → builder-content-J6G2PNIM.js} +7 -7
  14. package/dist/{builder-content-44DXQN5V.mjs → builder-content-JQ7BYR4W.mjs} +2 -2
  15. package/dist/{builder-content-P2XQRXZX.js → builder-content-LYSSA6KK.js} +7 -7
  16. package/dist/builder-content-MPQ7ZQN4.js +42 -0
  17. package/dist/{builder-content-J45ZXXEM.mjs → builder-content-OE75E24Z.mjs} +2 -2
  18. package/dist/builder-content-STUVQ4ME.mjs +20 -0
  19. package/dist/{chunk-NAY45PRQ.mjs → chunk-2DLJX5FY.mjs} +1 -1
  20. package/dist/{chunk-ISTZWAYI.js → chunk-2S5KDJXM.js} +5 -5
  21. package/dist/{chunk-TZQPIYI7.mjs → chunk-5DXQZNUR.mjs} +1 -1
  22. package/dist/{chunk-R7ZUBTTN.js → chunk-5N4LAZ6V.js} +3 -3
  23. package/dist/{chunk-Q42UV6O3.mjs → chunk-5NN2XSII.mjs} +1 -1
  24. package/dist/{chunk-47IWLKYO.js → chunk-5VQCJART.js} +1 -1
  25. package/dist/{chunk-WVO43G3J.mjs → chunk-75X4HNGS.mjs} +1 -1
  26. package/dist/chunk-BUELIHBX.mjs +238 -0
  27. package/dist/{chunk-U3LGZ4IJ.js → chunk-DMNRRIPC.js} +3 -3
  28. package/dist/{chunk-5EZQG6MP.mjs → chunk-EMZAPBOH.mjs} +2 -2
  29. package/dist/{chunk-FUIGTZRW.mjs → chunk-FN6K4WJP.mjs} +2 -2
  30. package/dist/{chunk-527WHDFS.mjs → chunk-HA4DTJA7.mjs} +1 -1
  31. package/dist/{chunk-IAIJXTFG.js → chunk-I4TPSTXB.js} +5 -5
  32. package/dist/{chunk-ZEA47N62.js → chunk-IACBZNOK.js} +1 -1
  33. package/dist/{chunk-DXQKEGLP.js → chunk-IVF3GTYS.js} +5 -5
  34. package/dist/{chunk-7SAGJTH2.js → chunk-ORODN5Q7.js} +1 -1
  35. package/dist/chunk-RCDOLMDG.js +263 -0
  36. package/dist/chunk-SMRPMB3V.js +153 -0
  37. package/dist/{chunk-F7EVAQN7.mjs → chunk-TF7VKEU2.mjs} +1 -1
  38. package/dist/{chunk-M2YJU6AM.js → chunk-TWGYIJD2.js} +3 -3
  39. package/dist/{chunk-MV72DQML.mjs → chunk-UFWIAKEA.mjs} +2 -2
  40. package/dist/chunk-UH23D2JA.mjs +123 -0
  41. package/dist/chunk-WP7KTUTL.js +42 -0
  42. package/dist/chunk-XULCJNV7.mjs +20 -0
  43. package/dist/index.js +6 -6
  44. package/dist/index.mjs +2 -2
  45. package/package.json +15 -15
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ var chunkORODN5Q7_js = require('./chunk-ORODN5Q7.js');
4
+ var React = require('react');
5
+
6
+ function _interopNamespace(e) {
7
+ if (e && e.__esModule) return e;
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
25
+
26
+ var StaticContent = (props) => {
27
+ return /* @__PURE__ */ React__namespace.createElement(
28
+ chunkORODN5Q7_js.BuildContainer,
29
+ {
30
+ name: "root",
31
+ edit: false,
32
+ multiple: true,
33
+ content: props.content || []
34
+ }
35
+ );
36
+ };
37
+
38
+ // src/index.ts
39
+ var BuilderContent = React.lazy(() => import('./builder-content-J6G2PNIM.js'));
40
+
41
+ exports.BuilderContent = BuilderContent;
42
+ exports.StaticContent = StaticContent;
@@ -0,0 +1,20 @@
1
+ import { BuildContainer } from './chunk-HA4DTJA7.mjs';
2
+ import * as React from 'react';
3
+ import { lazy } from 'react';
4
+
5
+ var StaticContent = (props) => {
6
+ return /* @__PURE__ */ React.createElement(
7
+ BuildContainer,
8
+ {
9
+ name: "root",
10
+ edit: false,
11
+ multiple: true,
12
+ content: props.content || []
13
+ }
14
+ );
15
+ };
16
+
17
+ // src/index.ts
18
+ var BuilderContent = lazy(() => import('./builder-content-STUVQ4ME.mjs'));
19
+
20
+ export { BuilderContent, StaticContent };
package/dist/index.js CHANGED
@@ -1,23 +1,23 @@
1
1
  'use strict';
2
2
 
3
- var chunkXJ4ZJCQS_js = require('./chunk-XJ4ZJCQS.js');
4
- var chunkOOIADGIA_js = require('./chunk-OOIADGIA.js');
3
+ var chunk5N4LAZ6V_js = require('./chunk-5N4LAZ6V.js');
4
+ var chunkSMRPMB3V_js = require('./chunk-SMRPMB3V.js');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "BuilderContent", {
9
9
  enumerable: true,
10
- get: function () { return chunkXJ4ZJCQS_js.BuilderContent; }
10
+ get: function () { return chunk5N4LAZ6V_js.BuilderContent; }
11
11
  });
12
12
  Object.defineProperty(exports, "StaticContent", {
13
13
  enumerable: true,
14
- get: function () { return chunkXJ4ZJCQS_js.StaticContent; }
14
+ get: function () { return chunk5N4LAZ6V_js.StaticContent; }
15
15
  });
16
16
  Object.defineProperty(exports, "BuildContainer", {
17
17
  enumerable: true,
18
- get: function () { return chunkOOIADGIA_js.BuildContainer; }
18
+ get: function () { return chunkSMRPMB3V_js.BuildContainer; }
19
19
  });
20
20
  Object.defineProperty(exports, "builder", {
21
21
  enumerable: true,
22
- get: function () { return chunkOOIADGIA_js.builder; }
22
+ get: function () { return chunkSMRPMB3V_js.builder; }
23
23
  });
package/dist/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export { BuilderContent, StaticContent } from './chunk-7J7CMYXS.mjs';
2
- export { BuildContainer, builder } from './chunk-NJ6FM7SJ.mjs';
1
+ export { BuilderContent, StaticContent } from './chunk-UFWIAKEA.mjs';
2
+ export { BuildContainer, builder } from './chunk-UH23D2JA.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simple-builder/react",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
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.0.5",
31
- "@radix-ui/react-dialog": "^1.1.6",
32
- "@radix-ui/react-dropdown-menu": "^2.1.6",
33
- "@radix-ui/react-label": "^2.0.2",
34
- "@radix-ui/react-popover": "^1.1.6",
35
- "@radix-ui/react-scroll-area": "^1.0.5",
36
- "@radix-ui/react-select": "^2.0.0",
37
- "@radix-ui/react-separator": "^1.1.2",
38
- "@radix-ui/react-slot": "^1.1.2",
39
- "@radix-ui/react-switch": "^1.0.3",
40
- "@radix-ui/react-tabs": "^1.0.4",
41
- "@radix-ui/react-toggle": "^1.1.2",
42
- "@radix-ui/react-toggle-group": "^1.1.2",
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.22"
62
+ "@simple-builder/server": "1.2.6"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "react": ">=16.8.0",