@measured/puck 0.14.0-canary.4932a6e → 0.14.0-canary.4c77ac5

Sign up to get free protection for your applications and to get access to all the features.
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-1b86f0dc.js';
2
+ import { C as Config, D as Data } from './Config-29dc2731.js';
3
3
  import 'react';
4
4
 
5
5
  declare function Render<UserConfig extends Config<any, any, any> = Config<any, any, any>>({ config, data }: {
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.14.0-canary.4932a6e",
3
+ "version": "0.14.0-canary.4c77ac5",
4
+ "author": "Measured Corporation Ltd <hello@measured.co>",
5
+ "repository": "measuredco/puck",
6
+ "bugs": "https://github.com/measuredco/puck/issues",
7
+ "homepage": "https://puckeditor.com",
4
8
  "private": false,
5
9
  "main": "./dist/index.js",
6
10
  "types": "./dist/index.d.ts",
@@ -42,6 +46,7 @@
42
46
  "@types/jest": "^29.5.4",
43
47
  "@types/react": "^18.2.0",
44
48
  "@types/react-dom": "^18.2.0",
49
+ "css-box-model": "^1.2.1",
45
50
  "eslint": "^7.32.0",
46
51
  "eslint-config-custom": "*",
47
52
  "jest": "^29.6.4",
@@ -54,11 +59,13 @@
54
59
  "typescript": "^4.5.2"
55
60
  },
56
61
  "dependencies": {
57
- "@hello-pangea/dnd": "^16.3.0",
62
+ "@measured/auto-frame-component": "0.1.0-canary.4686711",
63
+ "@measured/dnd": "16.6.0-canary.dcf051d",
58
64
  "deep-diff": "^1.0.2",
59
65
  "react-hotkeys-hook": "^4.4.1",
60
66
  "react-spinners": "^0.13.8",
61
- "use-debounce": "^9.0.4"
67
+ "use-debounce": "^9.0.4",
68
+ "uuid": "^9.0.1"
62
69
  },
63
70
  "peerDependencies": {
64
71
  "react": "^17.0.0 || ^18.0.0"