@apolitical/component-library 8.7.18-ac.4 → 8.7.18-ac.6

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.
@@ -28,7 +28,6 @@ export declare const activitiesFeedMock: {
28
28
  };
29
29
  };
30
30
  title: string;
31
- categories: string[];
32
31
  content: string;
33
32
  feed_id: string;
34
33
  foreign_id: string;
@@ -120,6 +119,7 @@ export declare const activitiesFeedMock: {
120
119
  target: string;
121
120
  time: string;
122
121
  verb: string;
122
+ categories?: undefined;
123
123
  } | {
124
124
  actor: {
125
125
  created_at: string;