@measured/puck 0.21.0-canary.2e1b5267 → 0.21.0-canary.5333fc7e
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-PZ4O44EW.mjs → chunk-KNAV6QTS.mjs} +1866 -2459
- package/dist/{chunk-IMW7FUQQ.mjs → chunk-X7YZ3YE7.mjs} +2 -4
- package/dist/index.css +272 -649
- package/dist/index.d.mts +4 -15
- package/dist/index.d.ts +4 -15
- package/dist/index.js +1829 -2417
- package/dist/index.mjs +2 -8
- package/dist/no-external.css +272 -649
- package/dist/no-external.d.mts +2 -2
- package/dist/no-external.d.ts +2 -2
- package/dist/no-external.js +1829 -2417
- package/dist/no-external.mjs +2 -8
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +2 -4
- package/dist/rsc.mjs +1 -1
- package/dist/{walk-tree-Cvtjzg9C.d.mts → walk-tree-Ctf3FZQI.d.mts} +8 -21
- package/dist/{walk-tree-Cvtjzg9C.d.ts → walk-tree-Ctf3FZQI.d.ts} +8 -21
- package/package.json +1 -1
|
@@ -295,8 +295,7 @@ 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" }
|
|
299
|
-
{ width: "100%", height: "auto", icon: "FullWidth", label: "Full-width" }
|
|
298
|
+
{ width: 1280, height: "auto", icon: "Monitor", label: "Large" }
|
|
300
299
|
];
|
|
301
300
|
|
|
302
301
|
// store/default-app-state.ts
|
|
@@ -318,8 +317,7 @@ var defaultAppState = {
|
|
|
318
317
|
options: [],
|
|
319
318
|
controlsVisible: true
|
|
320
319
|
},
|
|
321
|
-
field: { focus: null }
|
|
322
|
-
plugin: { current: null }
|
|
320
|
+
field: { focus: null }
|
|
323
321
|
},
|
|
324
322
|
indexes: {
|
|
325
323
|
nodes: {},
|