@measured/puck 0.15.0-canary.e0448f0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{Config-6344ec1b.d.ts → Config-041c35a2.d.ts} +2 -1
- package/dist/index.css +130 -98
- package/dist/index.d.ts +3 -3
- package/dist/index.js +687 -623
- 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-041c35a2.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
|
3
|
+
"version": "0.15.0",
|
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"
|