@measured/puck 0.14.0-canary.4932a6e → 0.14.0-canary.53b7937
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{Config-1b86f0dc.d.ts → Config-0bf39037.d.ts} +13 -8
- package/dist/index.css +791 -539
- package/dist/index.d.ts +32 -4
- package/dist/index.js +182 -114
- package/dist/rsc.d.ts +1 -1
- package/package.json +7 -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-0bf39037.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.
|
3
|
+
"version": "0.14.0-canary.53b7937",
|
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",
|
@@ -58,7 +62,8 @@
|
|
58
62
|
"deep-diff": "^1.0.2",
|
59
63
|
"react-hotkeys-hook": "^4.4.1",
|
60
64
|
"react-spinners": "^0.13.8",
|
61
|
-
"use-debounce": "^9.0.4"
|
65
|
+
"use-debounce": "^9.0.4",
|
66
|
+
"uuid": "^9.0.1"
|
62
67
|
},
|
63
68
|
"peerDependencies": {
|
64
69
|
"react": "^17.0.0 || ^18.0.0"
|