@measured/puck 0.14.2-canary.4dbd487 → 0.14.2-canary.64303c8
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/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.64303c8",
|
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.a2766de",
|
64
64
|
"deep-diff": "^1.0.2",
|
65
65
|
"react-hotkeys-hook": "^4.4.1",
|
66
66
|
"react-spinners": "^0.13.8",
|