@apolitical/component-library 8.9.0-beta.1 → 8.9.1-re.2

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.
@@ -345,6 +345,10 @@ $font-size-md: 1rem;
345
345
  margin-top: 2.5rem; /* 40px */
346
346
  }
347
347
 
348
+ .u-mt-12 {
349
+ margin-top: 3rem; /* 64px */
350
+ }
351
+
348
352
  .u-mr-auto {
349
353
  margin-right: auto;
350
354
  }
@@ -26,7 +26,7 @@ export type MemberDetailsProps = {
26
26
  /** The user's badges */
27
27
  badges?: IBadgesObject;
28
28
  };
29
- export type MemberProps = 'apolitical' | 'community' | 'deleted' | MemberDetailsProps;
29
+ export type MemberProps = 'apolitical' | 'community' | 'deleted' | 'anonymous' | MemberDetailsProps;
30
30
  export declare enum ConnectionStatusType {
31
31
  Accepted = "accepted",
32
32
  Cancelled = "cancelled",