@measured/puck 0.9.1-canary.3602b0f → 0.9.1-canary.efa4f45

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4467,7 +4467,8 @@ function Puck({
4467
4467
  "div",
4468
4468
  {
4469
4469
  style: {
4470
- border: "1px solid var(--puck-color-grey-8)"
4470
+ border: "1px solid var(--puck-color-grey-8)",
4471
+ transform: "scale(1, 1)"
4471
4472
  },
4472
4473
  children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Page, __spreadProps(__spreadValues({ data }, data.root), { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(DropZone, { zone: rootDroppableId }) }))
4473
4474
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.9.1-canary.3602b0f",
3
+ "version": "0.9.1-canary.efa4f45",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",