@measured/puck 0.20.0 → 0.21.0-canary.d32e582b
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/{chunk-DCZ7BU3G.mjs → chunk-VVS2EUKT.mjs} +2409 -1827
- package/dist/{chunk-NFK5JVZW.mjs → chunk-XYKLHT4R.mjs} +4 -2
- package/dist/index.css +650 -272
- package/dist/index.d.mts +15 -4
- package/dist/index.d.ts +15 -4
- package/dist/index.js +2345 -1768
- package/dist/index.mjs +8 -2
- package/dist/no-external.css +650 -272
- package/dist/no-external.d.mts +2 -2
- package/dist/no-external.d.ts +2 -2
- package/dist/no-external.js +2345 -1768
- package/dist/no-external.mjs +8 -2
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +4 -2
- package/dist/rsc.mjs +1 -1
- package/dist/{walk-tree-CiAkCQEp.d.mts → walk-tree-DiatHoF-.d.mts} +21 -8
- package/dist/{walk-tree-CiAkCQEp.d.ts → walk-tree-DiatHoF-.d.ts} +21 -8
- package/package.json +1 -1
@@ -295,7 +295,8 @@ init_react_import();
|
|
295
295
|
var defaultViewports = [
|
296
296
|
{ width: 360, height: "auto", icon: "Smartphone", label: "Small" },
|
297
297
|
{ width: 768, height: "auto", icon: "Tablet", label: "Medium" },
|
298
|
-
{ width: 1280, height: "auto", icon: "Monitor", label: "Large" }
|
298
|
+
{ width: 1280, height: "auto", icon: "Monitor", label: "Large" },
|
299
|
+
{ width: "100%", height: "auto", icon: "FullWidth", label: "Full-width" }
|
299
300
|
];
|
300
301
|
|
301
302
|
// store/default-app-state.ts
|
@@ -317,7 +318,8 @@ var defaultAppState = {
|
|
317
318
|
options: [],
|
318
319
|
controlsVisible: true
|
319
320
|
},
|
320
|
-
field: { focus: null }
|
321
|
+
field: { focus: null },
|
322
|
+
plugin: { current: null }
|
321
323
|
},
|
322
324
|
indexes: {
|
323
325
|
nodes: {},
|