@apolitical/component-library 3.5.10 → 3.5.12
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 +5 -1
- package/index.js +13 -13
- package/index.mjs +793 -777
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/base/_blockquotes.scss +11 -0
- package/styles/base/_lists.scss +3 -3
package/helpers/intl.d.ts
CHANGED
|
@@ -27,10 +27,13 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
27
27
|
card_member_type_member: string;
|
|
28
28
|
card_member_count: string;
|
|
29
29
|
card_cta_people: string;
|
|
30
|
+
card_cta_communityPage: string;
|
|
30
31
|
card_cta_event: string;
|
|
31
32
|
card_cta_microcourse: string;
|
|
33
|
+
card_cta_communityPage_loading: string;
|
|
32
34
|
card_cta_event_loading: string;
|
|
33
35
|
card_cta_microcourse_loading: string;
|
|
36
|
+
card_cta_communityPage_done: string;
|
|
34
37
|
card_cta_event_done: string;
|
|
35
38
|
card_cta_microcourse_done: string;
|
|
36
39
|
carousel_pagination_previous: string;
|
|
@@ -253,7 +256,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
253
256
|
timeToComplete_range_aria: string;
|
|
254
257
|
tooltip_loading: string;
|
|
255
258
|
return_to_nav_button: string;
|
|
256
|
-
|
|
259
|
+
progressTracker: string;
|
|
257
260
|
cookieBanner_title: string;
|
|
258
261
|
cookieBanner_text: string;
|
|
259
262
|
cookieBanner_buttons_settings: string;
|
|
@@ -271,6 +274,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
271
274
|
footer_community_join: string;
|
|
272
275
|
footer_community_guidelines: string;
|
|
273
276
|
footer_company: string;
|
|
277
|
+
footer_company_news: string;
|
|
274
278
|
footer_company_story: string;
|
|
275
279
|
footer_company_team: string;
|
|
276
280
|
footer_company_careers: string;
|