@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.
@@ -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: {},