@apolitical/component-library 5.3.4-SW.2 → 5.3.4-ac.1

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.
@@ -148,21 +148,3 @@ export interface IndividualCarouselProps extends BaseCarouselProps {
148
148
  /** The types for each card, from Contentful */
149
149
  cardTypes: CardContentType[];
150
150
  }
151
- export interface NarrowCardType {
152
- /** The image to use */
153
- banner?: ResponsiveImageType;
154
- /** The title of the narrow card */
155
- title?: string;
156
- /** The primary text */
157
- text?: string;
158
- /** The URL the card should point to */
159
- slug?: string | null;
160
- /** Is the content private */
161
- isPrivate?: boolean;
162
- }
163
- export interface NarrowCardProps {
164
- /** The card data, from Contentful */
165
- card: NarrowCardType;
166
- /** Additional classes */
167
- className?: string;
168
- }
package/cards/index.d.ts CHANGED
@@ -2,4 +2,3 @@ export * from './card';
2
2
  export * from './card-block';
3
3
  export * from './carousel';
4
4
  export * from './cards.types';
5
- export * from './narrow-card';
@@ -1,4 +1,3 @@
1
1
  export * from './card';
2
2
  export * from './carousel';
3
3
  export * from './mocks.helpers';
4
- export * from './narrow-card';
@@ -12,6 +12,7 @@ export interface IDiscussionFormMeta {
12
12
  isAutoFocused?: boolean;
13
13
  /** Whether we're editing or creating */
14
14
  isEditing: false | {
15
+ categories?: string[] | string;
15
16
  text?: string;
16
17
  };
17
18
  /** Whether the form has a title field */
package/helpers/intl.d.ts CHANGED
@@ -49,6 +49,9 @@ export declare const checkIntlPathExists: (path: string, language?: {
49
49
  activitiesFeed_rankingMethod_recent: string;
50
50
  activitiesFeed_rankingMethod_popular: string;
51
51
  activitiesFeed_rankingMethod_internalTesting: string;
52
+ activitiesFeed_noActivities_inCategories: string;
53
+ activitiesFeed_noActivities: string;
54
+ activitiesFeed_noActivities_button: string;
52
55
  communityDetails_members: string;
53
56
  communityDetails_viewAll: string;
54
57
  communityDetails_invite: string;