@measured/puck 0.15.0-canary.dd7051e → 0.15.0-canary.e2cd445
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/{Config-25917005.d.ts → Config-a4123ba2.d.ts} +25 -11
- package/dist/index.css +1027 -995
- package/dist/index.d.ts +40 -25
- package/dist/index.js +3205 -3115
- package/dist/rsc.d.ts +1 -1
- package/dist/rsc.js +2 -1
- package/package.json +1 -2
package/dist/rsc.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
2
|
-
import { C as Config, D as Data } from './Config-
|
2
|
+
import { C as Config, D as Data } from './Config-a4123ba2.js';
|
3
3
|
import 'react';
|
4
4
|
|
5
5
|
declare function Render<UserConfig extends Config = Config>({ config, data, }: {
|
package/dist/rsc.js
CHANGED
@@ -121,7 +121,8 @@ function Render({
|
|
121
121
|
config.root.render,
|
122
122
|
__spreadProps(__spreadValues({}, rootProps), {
|
123
123
|
puck: {
|
124
|
-
renderDropZone: ({ zone }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DropZoneRender, { zone, data, config })
|
124
|
+
renderDropZone: ({ zone }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DropZoneRender, { zone, data, config }),
|
125
|
+
isEditing: false
|
125
126
|
},
|
126
127
|
title,
|
127
128
|
editMode: false,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck",
|
3
|
-
"version": "0.15.0-canary.
|
3
|
+
"version": "0.15.0-canary.e2cd445",
|
4
4
|
"author": "Measured Corporation Ltd <hello@measured.co>",
|
5
5
|
"repository": "measuredco/puck",
|
6
6
|
"bugs": "https://github.com/measuredco/puck/issues",
|
@@ -65,7 +65,6 @@
|
|
65
65
|
"object-hash": "^3.0.0",
|
66
66
|
"react-frame-component": "^5.2.6",
|
67
67
|
"react-hotkeys-hook": "^4.4.1",
|
68
|
-
"react-spinners": "^0.13.8",
|
69
68
|
"ua-parser-js": "^1.0.37",
|
70
69
|
"use-debounce": "^9.0.4",
|
71
70
|
"uuid": "^9.0.1"
|