@measured/puck 0.19.0-canary.f96dc87b → 0.19.0
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/README.md +1 -4
- package/dist/chunk-H4SMAS54.mjs +959 -0
- package/dist/index.css +195 -184
- package/dist/index.d.mts +122 -112
- package/dist/index.d.ts +122 -112
- package/dist/index.js +3003 -2406
- package/dist/index.mjs +2137 -2144
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +688 -161
- package/dist/rsc.mjs +8 -105
- package/dist/{resolve-all-data-3XjIPfNh.d.mts → walk-tree-DBd3aQ_5.d.mts} +116 -41
- package/dist/{resolve-all-data-3XjIPfNh.d.ts → walk-tree-DBd3aQ_5.d.ts} +116 -41
- package/package.json +13 -8
- package/dist/chunk-7N5DRY4G.mjs +0 -308
package/README.md
CHANGED
@@ -3,9 +3,6 @@
|
|
3
3
|
The visual editor for React.
|
4
4
|
|
5
5
|
<p align="left">
|
6
|
-
<a aria-label="Measured logo" href="https://measured.co">
|
7
|
-
<img src="https://img.shields.io/badge/MADE%20BY%20Measured-000000.svg?style=for-the-badge&labelColor=000">
|
8
|
-
</a>
|
9
6
|
<a aria-label="NPM version" href="https://www.npmjs.com/package/@measured/puck">
|
10
7
|
<img alt="" src="https://img.shields.io/npm/v/@measured/puck.svg?style=for-the-badge&labelColor=000000">
|
11
8
|
</a>
|
@@ -110,4 +107,4 @@ Or [book a discovery call](https://app.cal.com/chrisvxd/puck-enquiry/) for hands
|
|
110
107
|
|
111
108
|
## License
|
112
109
|
|
113
|
-
MIT © [
|
110
|
+
MIT © [The Puck Contributors](https://github.com/measuredco/puck/graphs/contributors)
|