@vacano/ui 1.15.3 → 1.15.4

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/index.d.ts CHANGED
@@ -1408,12 +1408,14 @@ export declare type TimelineClassNames = {
1408
1408
  title?: string;
1409
1409
  description?: string;
1410
1410
  body?: string;
1411
+ actions?: string;
1411
1412
  };
1412
1413
 
1413
1414
  export declare type TimelineItem = {
1414
1415
  title: ReactNode;
1415
1416
  description?: ReactNode;
1416
1417
  content?: ReactNode;
1418
+ actions?: ReactNode;
1417
1419
  };
1418
1420
 
1419
1421
  export declare type TimelineProps = VacanoComponentProps<HTMLDivElement, TimelineClassNames> & Omit<HTMLAttributes<HTMLDivElement>, 'className'> & {