@measured/puck 0.20.0-canary.33cf4f0e → 0.20.0-canary.3badc0ce
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/{chunk-IAEXMHQX.mjs → chunk-32MJ3X3H.mjs} +92 -6
- package/dist/chunk-H4AGHNLK.mjs +8476 -0
- package/dist/index.mjs +25 -8460
- package/dist/no-external.css +1750 -0
- package/dist/no-external.d.mts +4 -2
- package/dist/no-external.d.ts +4 -2
- package/dist/no-external.js +9330 -1
- package/dist/no-external.mjs +48 -2
- package/dist/rsc.mjs +2 -4
- package/package.json +1 -1
- package/dist/chunk-M6W7YEVX.mjs +0 -95
package/dist/no-external.mjs
CHANGED
|
@@ -1,6 +1,52 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
Action,
|
|
3
|
+
ActionBar,
|
|
4
|
+
AutoField,
|
|
5
|
+
Button,
|
|
6
|
+
Drawer,
|
|
7
|
+
DropZone,
|
|
8
|
+
FieldLabel,
|
|
9
|
+
Group,
|
|
10
|
+
IconButton,
|
|
11
|
+
Label,
|
|
12
|
+
Puck,
|
|
13
|
+
Render,
|
|
14
|
+
createUsePuck,
|
|
15
|
+
overrideKeys,
|
|
16
|
+
renderContext,
|
|
17
|
+
useGetPuck,
|
|
18
|
+
usePuck
|
|
19
|
+
} from "./chunk-H4AGHNLK.mjs";
|
|
20
|
+
import {
|
|
21
|
+
init_react_import,
|
|
22
|
+
migrate,
|
|
23
|
+
resolveAllData,
|
|
24
|
+
transformProps,
|
|
25
|
+
walkTree
|
|
26
|
+
} from "./chunk-32MJ3X3H.mjs";
|
|
4
27
|
|
|
5
28
|
// bundle/no-external.ts
|
|
6
29
|
init_react_import();
|
|
30
|
+
export {
|
|
31
|
+
Action,
|
|
32
|
+
ActionBar,
|
|
33
|
+
AutoField,
|
|
34
|
+
Button,
|
|
35
|
+
Drawer,
|
|
36
|
+
DropZone,
|
|
37
|
+
FieldLabel,
|
|
38
|
+
Group,
|
|
39
|
+
IconButton,
|
|
40
|
+
Label,
|
|
41
|
+
Puck,
|
|
42
|
+
Render,
|
|
43
|
+
createUsePuck,
|
|
44
|
+
migrate,
|
|
45
|
+
overrideKeys,
|
|
46
|
+
renderContext,
|
|
47
|
+
resolveAllData,
|
|
48
|
+
transformProps,
|
|
49
|
+
useGetPuck,
|
|
50
|
+
usePuck,
|
|
51
|
+
walkTree
|
|
52
|
+
};
|
package/dist/rsc.mjs
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Render,
|
|
3
|
+
init_react_import,
|
|
3
4
|
migrate,
|
|
4
5
|
resolveAllData,
|
|
5
6
|
transformProps,
|
|
6
7
|
walkTree
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import {
|
|
9
|
-
init_react_import
|
|
10
|
-
} from "./chunk-M6W7YEVX.mjs";
|
|
8
|
+
} from "./chunk-32MJ3X3H.mjs";
|
|
11
9
|
|
|
12
10
|
// bundle/rsc.tsx
|
|
13
11
|
init_react_import();
|
package/package.json
CHANGED
package/dist/chunk-M6W7YEVX.mjs
DELETED
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
var __create = Object.create;
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __defProps = Object.defineProperties;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
6
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
8
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
9
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
10
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
11
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
12
|
-
var __spreadValues = (a, b) => {
|
|
13
|
-
for (var prop in b || (b = {}))
|
|
14
|
-
if (__hasOwnProp.call(b, prop))
|
|
15
|
-
__defNormalProp(a, prop, b[prop]);
|
|
16
|
-
if (__getOwnPropSymbols)
|
|
17
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
18
|
-
if (__propIsEnum.call(b, prop))
|
|
19
|
-
__defNormalProp(a, prop, b[prop]);
|
|
20
|
-
}
|
|
21
|
-
return a;
|
|
22
|
-
};
|
|
23
|
-
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
24
|
-
var __objRest = (source, exclude) => {
|
|
25
|
-
var target = {};
|
|
26
|
-
for (var prop in source)
|
|
27
|
-
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
28
|
-
target[prop] = source[prop];
|
|
29
|
-
if (source != null && __getOwnPropSymbols)
|
|
30
|
-
for (var prop of __getOwnPropSymbols(source)) {
|
|
31
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
32
|
-
target[prop] = source[prop];
|
|
33
|
-
}
|
|
34
|
-
return target;
|
|
35
|
-
};
|
|
36
|
-
var __esm = (fn, res) => function __init() {
|
|
37
|
-
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
38
|
-
};
|
|
39
|
-
var __commonJS = (cb, mod) => function __require() {
|
|
40
|
-
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
41
|
-
};
|
|
42
|
-
var __copyProps = (to, from, except, desc) => {
|
|
43
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
44
|
-
for (let key of __getOwnPropNames(from))
|
|
45
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
46
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
47
|
-
}
|
|
48
|
-
return to;
|
|
49
|
-
};
|
|
50
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
51
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
52
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
53
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
54
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
55
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
56
|
-
mod
|
|
57
|
-
));
|
|
58
|
-
var __async = (__this, __arguments, generator) => {
|
|
59
|
-
return new Promise((resolve, reject) => {
|
|
60
|
-
var fulfilled = (value) => {
|
|
61
|
-
try {
|
|
62
|
-
step(generator.next(value));
|
|
63
|
-
} catch (e) {
|
|
64
|
-
reject(e);
|
|
65
|
-
}
|
|
66
|
-
};
|
|
67
|
-
var rejected = (value) => {
|
|
68
|
-
try {
|
|
69
|
-
step(generator.throw(value));
|
|
70
|
-
} catch (e) {
|
|
71
|
-
reject(e);
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
|
|
75
|
-
step((generator = generator.apply(__this, __arguments)).next());
|
|
76
|
-
});
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
// ../tsup-config/react-import.js
|
|
80
|
-
import React from "react";
|
|
81
|
-
var init_react_import = __esm({
|
|
82
|
-
"../tsup-config/react-import.js"() {
|
|
83
|
-
"use strict";
|
|
84
|
-
}
|
|
85
|
-
});
|
|
86
|
-
|
|
87
|
-
export {
|
|
88
|
-
__spreadValues,
|
|
89
|
-
__spreadProps,
|
|
90
|
-
__objRest,
|
|
91
|
-
__commonJS,
|
|
92
|
-
__toESM,
|
|
93
|
-
__async,
|
|
94
|
-
init_react_import
|
|
95
|
-
};
|