@measured/puck 0.17.0-canary.552c8f9 → 0.17.0-canary.5e57623

Sign up to get free protection for your applications and to get access to all the features.
@@ -309,6 +309,7 @@ type Overrides = OverridesGeneric<{
309
309
  actionBar: RenderFunc<{
310
310
  label?: string;
311
311
  children: ReactNode;
312
+ parentAction: ReactNode;
312
313
  }>;
313
314
  headerActions: RenderFunc<{
314
315
  children: ReactNode;
@@ -309,6 +309,7 @@ type Overrides = OverridesGeneric<{
309
309
  actionBar: RenderFunc<{
310
310
  label?: string;
311
311
  children: ReactNode;
312
+ parentAction: ReactNode;
312
313
  }>;
313
314
  headerActions: RenderFunc<{
314
315
  children: ReactNode;
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, D as Data } from './resolve-all-data-Fx9YY5bj.mjs';
3
- export { a6 as resolveAllData } from './resolve-all-data-Fx9YY5bj.mjs';
2
+ import { C as Config, D as Data } from './resolve-all-data-ZKVfUAQq.mjs';
3
+ export { a6 as resolveAllData } from './resolve-all-data-ZKVfUAQq.mjs';
4
4
  import 'react';
5
5
 
6
6
  declare function Render<UserConfig extends Config = Config>({ config, data, }: {
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, D as Data } from './resolve-all-data-Fx9YY5bj.js';
3
- export { a6 as resolveAllData } from './resolve-all-data-Fx9YY5bj.js';
2
+ import { C as Config, D as Data } from './resolve-all-data-ZKVfUAQq.js';
3
+ export { a6 as resolveAllData } from './resolve-all-data-ZKVfUAQq.js';
4
4
  import 'react';
5
5
 
6
6
  declare function Render<UserConfig extends Config = Config>({ config, data, }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.17.0-canary.552c8f9",
3
+ "version": "0.17.0-canary.5e57623",
4
4
  "author": "Measured Corporation Ltd <hello@measured.co>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",