@simple-builder/react 1.2.7 → 1.2.9
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/build-container-client-56IGH4EB.mjs +6 -0
- package/dist/build-container-client-6D4M5MV6.mjs +6 -0
- package/dist/build-container-client-7UASGAWO.mjs +2264 -0
- package/dist/build-container-client-FP6NTFZ7.js +2298 -0
- package/dist/build-container-client-IC4ZMQPB.js +2300 -0
- package/dist/build-container-client-JR4HENF4.mjs +6 -0
- package/dist/build-container-client-JS3CR4W3.js +6 -0
- package/dist/build-container-client-JXYQOZHZ.js +6 -0
- package/dist/build-container-client-O3HCUDB7.js +2289 -0
- package/dist/build-container-client-OANZW6DH.mjs +6 -0
- package/dist/build-container-client-QBXLJYQD.js +6 -0
- package/dist/build-container-client-QOFTIHCU.js +6 -0
- package/dist/build-container-client-VF3DTHKE.mjs +2253 -0
- package/dist/build-container-client-XNI5DVSE.mjs +6 -0
- package/dist/build-container-client-YSPLIQZC.mjs +2262 -0
- package/dist/build-container-client-YTZ4C67E.mjs +6 -0
- package/dist/build-container-client-Z34EUPR3.js +6 -0
- package/dist/build-container-client-ZXB5JG67.js +6 -0
- package/dist/builder-content-325KIPAU.mjs +20 -0
- package/dist/builder-content-7CYIKIWQ.mjs +20 -0
- package/dist/builder-content-CUJJ3KBR.js +42 -0
- package/dist/builder-content-QFRPA4VE.js +42 -0
- package/dist/builder-content-WJFD3ACD.mjs +20 -0
- package/dist/builder-content-ZHXFSCT7.js +42 -0
- package/dist/chunk-2GRDEACJ.js +153 -0
- package/dist/chunk-2UYKRF3Y.js +263 -0
- package/dist/chunk-7DFHZYGR.js +263 -0
- package/dist/chunk-GVPZDUDM.js +42 -0
- package/dist/chunk-KC4V2ZJN.mjs +123 -0
- package/dist/chunk-KS4VUS45.mjs +238 -0
- package/dist/chunk-LNSOKXFY.mjs +20 -0
- package/dist/chunk-LPZDTDBB.js +153 -0
- package/dist/chunk-PFSFBCPI.mjs +123 -0
- package/dist/chunk-QEQT2EER.mjs +238 -0
- package/dist/chunk-RFPQNWBX.mjs +123 -0
- package/dist/chunk-S4IIRN4J.mjs +20 -0
- package/dist/chunk-TPRY6DEO.js +153 -0
- package/dist/chunk-TSIU64AJ.mjs +238 -0
- package/dist/chunk-UYVCZD2U.mjs +20 -0
- package/dist/chunk-WQ376VV2.js +263 -0
- package/dist/chunk-WUYG7TZ5.js +42 -0
- package/dist/chunk-YMC3DDLP.js +42 -0
- package/dist/index.js +6 -6
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunk2GRDEACJ_js = require('./chunk-2GRDEACJ.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
|
+
chunk2GRDEACJ_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-QFRPA4VE.js'));
|
|
40
|
+
|
|
41
|
+
exports.BuilderContent = BuilderContent;
|
|
42
|
+
exports.StaticContent = StaticContent;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkLPZDTDBB_js = require('./chunk-LPZDTDBB.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
|
+
chunkLPZDTDBB_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-ZHXFSCT7.js'));
|
|
40
|
+
|
|
41
|
+
exports.BuilderContent = BuilderContent;
|
|
42
|
+
exports.StaticContent = StaticContent;
|
package/dist/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkGVPZDUDM_js = require('./chunk-GVPZDUDM.js');
|
|
4
|
+
var chunkTPRY6DEO_js = require('./chunk-TPRY6DEO.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "BuilderContent", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkGVPZDUDM_js.BuilderContent; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "StaticContent", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkGVPZDUDM_js.StaticContent; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "BuildContainer", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkTPRY6DEO_js.BuildContainer; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "builder", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkTPRY6DEO_js.builder; }
|
|
23
23
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { BuilderContent, StaticContent } from './chunk-
|
|
2
|
-
export { BuildContainer, builder } from './chunk-
|
|
1
|
+
export { BuilderContent, StaticContent } from './chunk-UYVCZD2U.mjs';
|
|
2
|
+
export { BuildContainer, builder } from './chunk-KC4V2ZJN.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simple-builder/react",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.9",
|
|
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",
|
|
@@ -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.2.
|
|
62
|
+
"@simple-builder/server": "1.2.9"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"react": ">=16.8.0",
|