@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.
- package/cards/cards.types.d.ts +0 -18
- package/cards/index.d.ts +0 -1
- package/cards/mocks/index.d.ts +0 -1
- package/discussion/components/form/form.type.d.ts +1 -0
- package/helpers/intl.d.ts +3 -0
- package/index.js +37 -37
- package/index.mjs +4024 -4075
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/variables/colors/theme/_cards.scss +0 -4
- package/cards/mocks/narrow-card.d.ts +0 -31
- package/cards/narrow-card/index.d.ts +0 -1
- package/cards/narrow-card/narrow-card.d.ts +0 -3
package/cards/cards.types.d.ts
CHANGED
|
@@ -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
package/cards/mocks/index.d.ts
CHANGED
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;
|