@factorialco/f0-react 1.308.0 → 1.309.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.
@@ -815,7 +815,7 @@ export declare const BaseCelebration: ({ link, firstName, lastName, src, onClick
815
815
 
816
816
  declare type BaseColor = keyof typeof baseColors;
817
817
 
818
- export declare const BaseCommunityPost: ({ id, author, group, createdAt, title, description, onClick, mediaUrl, event, counters, reactions, inLabel, comment, dropdownItems, noReactionsButton, noVideoPreload, }: CommunityPostProps) => JSX_2.Element;
818
+ export declare const BaseCommunityPost: ({ id, author, group, createdAt, title, description, onClick, mediaUrl, event, counters, reactions, inLabel, comment, dropdownItems, noReactionsButton, }: CommunityPostProps) => JSX_2.Element;
819
819
 
820
820
  /**
821
821
  * Base data adapter configuration for non-paginated collections
@@ -1567,7 +1567,7 @@ declare const columnWidths: {
1567
1567
  readonly fit: 1;
1568
1568
  };
1569
1569
 
1570
- export declare const CommunityPost: (({ id, author, group, createdAt, title, description, onClick, mediaUrl, event, counters, reactions, inLabel, comment, dropdownItems, noReactionsButton, noVideoPreload, }: CommunityPostProps) => JSX_2.Element) & {
1570
+ export declare const CommunityPost: (({ id, author, group, createdAt, title, description, onClick, mediaUrl, event, counters, reactions, inLabel, comment, dropdownItems, noReactionsButton, }: CommunityPostProps) => JSX_2.Element) & {
1571
1571
  Skeleton: ({ withEvent, withImage, }: CommunityPostSkeletonProps) => JSX_2.Element;
1572
1572
  };
1573
1573
 
@@ -4846,7 +4846,7 @@ declare type PostDescriptionProps = {
4846
4846
 
4847
4847
  declare type PostEventProps = {
4848
4848
  title: string;
4849
- imageUrl?: string;
4849
+ mediaUrl?: string;
4850
4850
  place?: string;
4851
4851
  date: Date;
4852
4852
  };
@@ -6438,23 +6438,6 @@ declare global {
6438
6438
  }
6439
6439
  }
6440
6440
 
6441
- declare module "gridstack" {
6442
- interface GridStackWidget {
6443
- id?: string;
6444
- allowedSizes?: Array<{
6445
- w: number;
6446
- h: number;
6447
- }>;
6448
- meta?: Record<string, unknown>;
6449
- }
6450
- interface GridStackNode {
6451
- allowedSizes?: Array<{
6452
- w: number;
6453
- h: number;
6454
- }>;
6455
- }
6456
- }
6457
-
6458
6441
 
6459
6442
  declare module "@tiptap/core" {
6460
6443
  interface Commands<ReturnType> {
@@ -6482,9 +6465,21 @@ declare module "@tiptap/core" {
6482
6465
  }
6483
6466
  }
6484
6467
 
6485
-
6486
- declare namespace Calendar {
6487
- var displayName: string;
6468
+ declare module "gridstack" {
6469
+ interface GridStackWidget {
6470
+ id?: string;
6471
+ allowedSizes?: Array<{
6472
+ w: number;
6473
+ h: number;
6474
+ }>;
6475
+ meta?: Record<string, unknown>;
6476
+ }
6477
+ interface GridStackNode {
6478
+ allowedSizes?: Array<{
6479
+ w: number;
6480
+ h: number;
6481
+ }>;
6482
+ }
6488
6483
  }
6489
6484
 
6490
6485
 
@@ -6495,3 +6490,8 @@ declare module "@tiptap/core" {
6495
6490
  };
6496
6491
  }
6497
6492
  }
6493
+
6494
+
6495
+ declare namespace Calendar {
6496
+ var displayName: string;
6497
+ }