@measured/puck 0.20.0-canary.6dace1cf → 0.20.0-canary.88a4251d

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.
@@ -16,7 +16,7 @@ import {
16
16
  renderContext,
17
17
  useGetPuck,
18
18
  usePuck
19
- } from "./chunk-4KAREQPB.mjs";
19
+ } from "./chunk-EMTLDPBH.mjs";
20
20
  import {
21
21
  init_react_import,
22
22
  migrate,
package/dist/rsc.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { C as Config, U as UserGenerics, M as Metadata } from './walk-tree-DrNRq2FV.mjs';
3
- export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-DrNRq2FV.mjs';
2
+ import { C as Config, U as UserGenerics, M as Metadata } from './walk-tree-BCI5tk0w.mjs';
3
+ export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-BCI5tk0w.mjs';
4
4
  import 'react';
5
5
 
6
6
  declare function Render<UserConfig extends Config = Config, G extends UserGenerics<UserConfig> = UserGenerics<UserConfig>>({ config, data, metadata, }: {
package/dist/rsc.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { C as Config, U as UserGenerics, M as Metadata } from './walk-tree-DrNRq2FV.js';
3
- export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-DrNRq2FV.js';
2
+ import { C as Config, U as UserGenerics, M as Metadata } from './walk-tree-BCI5tk0w.js';
3
+ export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-BCI5tk0w.js';
4
4
  import 'react';
5
5
 
6
6
  declare function Render<UserConfig extends Config = Config, G extends UserGenerics<UserConfig> = UserGenerics<UserConfig>>({ config, data, metadata, }: {
@@ -286,6 +286,8 @@ type ArrayState = {
286
286
  type UiState = {
287
287
  leftSideBarVisible: boolean;
288
288
  rightSideBarVisible: boolean;
289
+ leftSideBarWidth?: number | null;
290
+ rightSideBarWidth?: number | null;
289
291
  itemSelector: ItemSelector | null;
290
292
  arrayState: Record<string, ArrayState | undefined>;
291
293
  previewMode: "interactive" | "edit";
@@ -286,6 +286,8 @@ type ArrayState = {
286
286
  type UiState = {
287
287
  leftSideBarVisible: boolean;
288
288
  rightSideBarVisible: boolean;
289
+ leftSideBarWidth?: number | null;
290
+ rightSideBarWidth?: number | null;
289
291
  itemSelector: ItemSelector | null;
290
292
  arrayState: Record<string, ArrayState | undefined>;
291
293
  previewMode: "interactive" | "edit";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.20.0-canary.6dace1cf",
3
+ "version": "0.20.0-canary.88a4251d",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",