@factorialco/f0-react 1.322.0 → 1.323.0

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/f0.d.ts CHANGED
@@ -4411,8 +4411,8 @@ declare type TableVisualizationOptions<R extends RecordType, _Filters extends Fi
4411
4411
  };
4412
4412
 
4413
4413
  declare type TableVisualizationSettings = {
4414
- order: ColId[];
4415
- hidden: ColId[];
4414
+ order?: ColId[];
4415
+ hidden?: ColId[];
4416
4416
  };
4417
4417
 
4418
4418
  export declare const Tag: ({ tag }: {