@apolitical/component-library 3.2.0-beta.1 → 3.3.0-beta.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.
@@ -25,9 +25,7 @@ export interface CardType {
25
25
  /** Details of contributors, such as speakers or authors */
26
26
  contributors?: MemberProps[];
27
27
  /** Details of partners - this is similar to `contributors`, but won't show profile pictures */
28
- partner?: {
29
- title: string;
30
- };
28
+ partner?: string[];
31
29
  /** The title of the card */
32
30
  title?: string;
33
31
  /** The primary text */
@@ -46,7 +44,7 @@ export interface CardType {
46
44
  customIcon?: CustomIconType;
47
45
  /** The label to use */
48
46
  customLabel?: string;
49
- /** The link to use */
47
+ /** The link text to use */
50
48
  customLinkText?: string;
51
49
  /** Event cards */
52
50
  /** The date the event starts */
package/helpers/intl.d.ts CHANGED
@@ -9,6 +9,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
9
9
  card_bootcamp: string;
10
10
  card_ended: string;
11
11
  card_registered: string;
12
+ card_partner: string;
12
13
  card_answers: string;
13
14
  card_time_ago: string;
14
15
  card_time_read: string;