@measured/puck 0.16.0-canary.eb42734 → 0.16.0-canary.f0655f0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{Config-041c35a2.d.ts → Config-CkVFT1_w.d.ts} +16 -2
- package/dist/index.css +95 -78
- package/dist/index.d.ts +98 -56
- package/dist/index.js +2500 -2817
- package/dist/rsc.d.ts +1 -1
- package/package.json +4 -4
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-CkVFT1_w.js';
|
3
3
|
import 'react';
|
4
4
|
|
5
5
|
declare function Render<UserConfig extends Config = Config>({ config, data, }: {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck",
|
3
|
-
"version": "0.16.0-canary.
|
3
|
+
"version": "0.16.0-canary.f0655f0",
|
4
4
|
"author": "Measured Corporation Ltd <hello@measured.co>",
|
5
5
|
"repository": "measuredco/puck",
|
6
6
|
"bugs": "https://github.com/measuredco/puck/issues",
|
@@ -53,11 +53,11 @@
|
|
53
53
|
"jest": "^29.6.4",
|
54
54
|
"jest-environment-jsdom": "^29.6.4",
|
55
55
|
"lucide-react": "^0.298.0",
|
56
|
-
"ts-jest": "^29.
|
56
|
+
"ts-jest": "^29.2.4",
|
57
57
|
"tsconfig": "*",
|
58
|
-
"tsup": "^
|
58
|
+
"tsup": "^8.2.4",
|
59
59
|
"tsup-config": "*",
|
60
|
-
"typescript": "^
|
60
|
+
"typescript": "^5.5.4"
|
61
61
|
},
|
62
62
|
"dependencies": {
|
63
63
|
"@measured/dnd": "16.6.0-canary.4cba1d1",
|