@apolitical/component-library 6.0.5 → 6.1.0

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/helpers/intl.d.ts CHANGED
@@ -345,6 +345,10 @@ export declare const checkIntlPathExists: (path: string, language?: {
345
345
  signup_submitting: string;
346
346
  signup_success_title: string;
347
347
  signup_success_text: string;
348
+ poll_instructions: string;
349
+ poll_num_votes: string;
350
+ poll_remove_vote_button: string;
351
+ poll_aria_votes: string;
348
352
  tableOfContents: string;
349
353
  timeToComplete_hours: string;
350
354
  timeToComplete_hours_short: string;
package/index.d.ts CHANGED
@@ -16,6 +16,7 @@ export * from './mappers';
16
16
  export * from './modals';
17
17
  export * from './navigation';
18
18
  export * from './pages';
19
+ export * from './polls';
19
20
  export * from './sections';
20
21
  export * from './text';
21
22
  export * from './user';