@measured/puck 0.14.2-canary.03ab0bd → 0.14.2-canary.2b2ef32
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -33382,7 +33382,7 @@ var Canvas = () => {
|
|
33382
33382
|
{
|
33383
33383
|
className: getClassName24("root"),
|
33384
33384
|
style: {
|
33385
|
-
width: iframe.enabled ? ui.viewports.current.width :
|
33385
|
+
width: iframe.enabled ? ui.viewports.current.width : "100%",
|
33386
33386
|
height: zoomConfig.rootHeight,
|
33387
33387
|
transform: iframe.enabled ? `scale(${zoomConfig.zoom})` : void 0,
|
33388
33388
|
transition: showTransition ? "width 150ms ease-out, height 150ms ease-out, transform 150ms ease-out" : "",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck",
|
3
|
-
"version": "0.14.2-canary.
|
3
|
+
"version": "0.14.2-canary.2b2ef32",
|
4
4
|
"author": "Measured Corporation Ltd <hello@measured.co>",
|
5
5
|
"repository": "measuredco/puck",
|
6
6
|
"bugs": "https://github.com/measuredco/puck/issues",
|
@@ -60,7 +60,7 @@
|
|
60
60
|
},
|
61
61
|
"dependencies": {
|
62
62
|
"@measured/auto-frame-component": "0.1.1",
|
63
|
-
"@measured/dnd": "16.6.0-canary.
|
63
|
+
"@measured/dnd": "16.6.0-canary.27e9f8e",
|
64
64
|
"deep-diff": "^1.0.2",
|
65
65
|
"react-hotkeys-hook": "^4.4.1",
|
66
66
|
"react-spinners": "^0.13.8",
|