@apolitical/component-library 2.2.3 → 2.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.
- package/accessibility/visually-hidden/visually-hidden.d.ts +3 -1
- package/banners/custom-content-banner/custom-content-banner.d.ts +13 -0
- package/banners/custom-content-banner/index.d.ts +1 -0
- package/banners/index.d.ts +1 -0
- package/cards/card/components/links/links.d.ts +1 -1
- package/cards/cards.types.d.ts +3 -1
- package/cards/mocks/mocks.helpers.d.ts +16 -0
- package/constants/courses.d.ts +5 -0
- package/constants/index.d.ts +1 -0
- package/courses/course-progression/course-progression.d.ts +7 -0
- package/courses/course-progression/course-progression.types.d.ts +28 -0
- package/courses/course-progression/index.d.ts +1 -0
- package/courses/course-structure/course-structure.d.ts +3 -0
- package/courses/course-structure/course-structure.mock.d.ts +122 -0
- package/courses/course-structure/course-structure.types.d.ts +55 -0
- package/courses/course-structure/index.d.ts +1 -0
- package/courses/index.d.ts +5 -0
- package/courses/lesson-name/index.d.ts +1 -0
- package/courses/lesson-name/lesson-name.d.ts +19 -0
- package/courses/lesson-type/index.d.ts +1 -0
- package/courses/lesson-type/lesson-type.d.ts +10 -0
- package/courses/mark-complete-button/index.d.ts +1 -0
- package/courses/mark-complete-button/mark-complete-button.d.ts +7 -0
- package/general/index.d.ts +2 -0
- package/general/link/link.d.ts +2 -0
- package/general/table-of-contents/index.d.ts +1 -0
- package/general/table-of-contents/table-of-contents.d.ts +16 -0
- package/general/time-to-complete/index.d.ts +1 -0
- package/general/time-to-complete/time-to-complete.d.ts +12 -0
- package/helpers/cases.d.ts +2 -0
- package/helpers/intl.d.ts +376 -1
- package/index.d.ts +3 -1
- package/index.js +18 -18
- package/index.mjs +6053 -5532
- package/loaders/progress-bar/progress-bar.d.ts +11 -1
- package/modals/invite-modal/invite-modal.d.ts +2 -2
- package/navigation/load-more/load-more.d.ts +2 -1
- package/package.json +1 -1
- package/sections/full-width-section/full-width-section.d.ts +2 -0
- package/sections/logo-section/logo-section.d.ts +11 -1
- package/style.css +1 -1
- package/styles/base/_layout.scss +2 -0
- package/styles/base/_lists.scss +29 -1
- package/styles/base/_titles.scss +14 -0
- package/styles/base/buttons/_button-wrapper.scss +1 -0
- package/styles/base/buttons/_icons.scss +9 -0
- package/styles/variables/colors/theme/_banners.scss +8 -0
- package/styles/variables/colors/theme/_base.scss +2 -0
- package/styles/variables/colors/theme/_courses.scss +22 -0
- package/styles/variables/colors/theme/_general.scss +2 -0
- package/styles/variables/colors/theme/_index.scss +5 -4
- package/styles/variables/colors/theme/_layout.scss +1 -0
- package/styles/variables/colors/theme/_loaders.scss +4 -0
- package/styles/variables/colors/theme/_text.scss +12 -0
- package/text/collapsible-section/accordian.d.ts +15 -0
- package/text/collapsible-section/collapsible-section.d.ts +4 -4
- package/text/content-type-label/content-type-label.d.ts +14 -0
- package/{cards/card/card.helpers.d.ts → text/content-type-label/content-type-label.helpers.d.ts} +1 -1
- package/text/content-type-label/content-type-label.types.d.ts +1 -0
- package/text/content-type-label/index.d.ts +2 -0
- package/text/highlighted-text-box/highlighted-text-box.d.ts +9 -2
- package/text/icon-bulleted-list/icon-bulleted-list.d.ts +31 -0
- package/text/icon-bulleted-list/index.d.ts +1 -0
- package/text/index.d.ts +2 -0
- package/text/markdown-text/markdown-text.d.ts +5 -1
- package/text/pill/pill.d.ts +1 -1
package/helpers/intl.d.ts
CHANGED
|
@@ -1,4 +1,379 @@
|
|
|
1
|
-
export declare const checkIntlPathExists: (path: string
|
|
1
|
+
export declare const checkIntlPathExists: (path: string, language?: {
|
|
2
|
+
apolitical: string;
|
|
3
|
+
dates_now: string;
|
|
4
|
+
dates_hours: string;
|
|
5
|
+
dates_days: string;
|
|
6
|
+
dates_weeks: string;
|
|
7
|
+
dates_years: string;
|
|
8
|
+
card_carousel_viewAll: string;
|
|
9
|
+
card_bootcamp: string;
|
|
10
|
+
card_ended: string;
|
|
11
|
+
card_registered: string;
|
|
12
|
+
card_answers: string;
|
|
13
|
+
card_time_ago: string;
|
|
14
|
+
card_time_read: string;
|
|
15
|
+
card_watch: string;
|
|
16
|
+
card_cta_people: string;
|
|
17
|
+
card_cta_event: string;
|
|
18
|
+
card_cta_microcourse: string;
|
|
19
|
+
card_cta_event_loading: string;
|
|
20
|
+
card_cta_microcourse_loading: string;
|
|
21
|
+
card_cta_event_done: string;
|
|
22
|
+
card_cta_microcourse_done: string;
|
|
23
|
+
carousel_pagination_previous: string;
|
|
24
|
+
carousel_pagination_next: string;
|
|
25
|
+
carousel_pagination_page: string;
|
|
26
|
+
activitySection_notFoundError: string;
|
|
27
|
+
communityDetails_members: string;
|
|
28
|
+
communityDetails_viewAll: string;
|
|
29
|
+
communityDetails_invite: string;
|
|
30
|
+
community_joinToPost: string;
|
|
31
|
+
joinCommunityButton: string;
|
|
32
|
+
joinCommunityButton_short: string;
|
|
33
|
+
joinCommunityButton_joining: string;
|
|
34
|
+
joinCommunityButton_member: string;
|
|
35
|
+
joinCommunityButton_member_aria: string;
|
|
36
|
+
joinCommunityButton_leave: string;
|
|
37
|
+
joinCommunityButton_leaving: string;
|
|
38
|
+
member_apolitical: string;
|
|
39
|
+
member_community: string;
|
|
40
|
+
membersList: string;
|
|
41
|
+
membersList_admin: string;
|
|
42
|
+
courseStructure_section: string;
|
|
43
|
+
courseStructure_section_end: string;
|
|
44
|
+
courseStructure_time_left: string;
|
|
45
|
+
courseStructure_time_completed: string;
|
|
46
|
+
courseProgression_done: string;
|
|
47
|
+
courseProgression_timeLeft: string;
|
|
48
|
+
'lessonType_analyse-data': string;
|
|
49
|
+
'lessonType_analyse-scenarios': string;
|
|
50
|
+
'lessonType_attend-webinar': string;
|
|
51
|
+
'lessonType_brainstorm-ideas': string;
|
|
52
|
+
'lessonType_discuss-with-peers': string;
|
|
53
|
+
'lessonType_discuss-with-team': string;
|
|
54
|
+
'lessonType_do-activity': string;
|
|
55
|
+
'lessonType_do-assessment': string;
|
|
56
|
+
'lessonType_explore-casebook': string;
|
|
57
|
+
'lessonType_fill-out-workbook': string;
|
|
58
|
+
'lessonType_fill-out-worksheet': string;
|
|
59
|
+
'lessonType_investigate-interview': string;
|
|
60
|
+
'lessonType_listen-to-audio': string;
|
|
61
|
+
'lessonType_listen-to-audiocast': string;
|
|
62
|
+
'lessonType_listen-to-podcast': string;
|
|
63
|
+
'lessonType_read-article': string;
|
|
64
|
+
'lessonType_read-article-by-expert': string;
|
|
65
|
+
'lessonType_read-article-by-public-servant': string;
|
|
66
|
+
'lessonType_read-conclusion': string;
|
|
67
|
+
'lessonType_read-infographic': string;
|
|
68
|
+
'lessonType_read-introduction': string;
|
|
69
|
+
'lessonType_read-resource': string;
|
|
70
|
+
'lessonType_reflect-on-content': string;
|
|
71
|
+
'lessonType_share-experiences': string;
|
|
72
|
+
'lessonType_take-quiz': string;
|
|
73
|
+
'lessonType_use-toolkit': string;
|
|
74
|
+
'lessonType_watch-video': string;
|
|
75
|
+
'lessonType_watch-webinar': string;
|
|
76
|
+
markCompleteButton: string;
|
|
77
|
+
markCompleteButton_completed: string;
|
|
78
|
+
discussion_action_answer: string;
|
|
79
|
+
discussion_action_comment: string;
|
|
80
|
+
discussion_action_post: string;
|
|
81
|
+
discussion_action_response: string;
|
|
82
|
+
discussion_action_reply: string;
|
|
83
|
+
discussion_action_question: string;
|
|
84
|
+
discussion_edited: string;
|
|
85
|
+
discussion_delete_title: string;
|
|
86
|
+
discussion_delete_text: string;
|
|
87
|
+
discussion_delete_cancel: string;
|
|
88
|
+
discussion_delete_delete: string;
|
|
89
|
+
discussion_delete_error: string;
|
|
90
|
+
discussion_reply: string;
|
|
91
|
+
discussion_report_subject: string;
|
|
92
|
+
discussion_report_body: string;
|
|
93
|
+
discussion_form_title: string;
|
|
94
|
+
discussion_form_placeholder: string;
|
|
95
|
+
discussion_form_label: string;
|
|
96
|
+
discussion_form_explainer: string;
|
|
97
|
+
discussion_form_success: string;
|
|
98
|
+
discussion_form_post: string;
|
|
99
|
+
discussion_form_posting: string;
|
|
100
|
+
discussion_form_save: string;
|
|
101
|
+
discussion_form_saving: string;
|
|
102
|
+
discussion_form_cancel: string;
|
|
103
|
+
discussion_form_submitting: string;
|
|
104
|
+
discussion_form_placeholder_post: string;
|
|
105
|
+
discussion_form_error: string;
|
|
106
|
+
discussion_form_error_tooLong: string;
|
|
107
|
+
discussion_form_error_tooMany: string;
|
|
108
|
+
discussion_form_error_loggedOut: string;
|
|
109
|
+
discussion_form_error_noPermission: string;
|
|
110
|
+
discussion_form_error_alreadyExists: string;
|
|
111
|
+
discussion_form_title_question: string;
|
|
112
|
+
discussion_form_placeholder_question: string;
|
|
113
|
+
discussion_form_explainer_question: string;
|
|
114
|
+
discussion_likes: string;
|
|
115
|
+
discussion_likes_short: string;
|
|
116
|
+
discussion_likes_more: string;
|
|
117
|
+
discussion_likes_like: string;
|
|
118
|
+
discussion_likes_unlike: string;
|
|
119
|
+
discussion_moreMenu_edit: string;
|
|
120
|
+
discussion_moreMenu_delete: string;
|
|
121
|
+
discussion_moreMenu_report: string;
|
|
122
|
+
discussion_comments_screenReader: string;
|
|
123
|
+
discussion_comments: string;
|
|
124
|
+
discussion_responses_answer: string;
|
|
125
|
+
discussion_responses_comment: string;
|
|
126
|
+
discussion_responses_title: string;
|
|
127
|
+
discussion_responses_empty: string;
|
|
128
|
+
discussion_responses_empty_answer: string;
|
|
129
|
+
discussion_responses_placeholder: string;
|
|
130
|
+
discussion_thread_show: string;
|
|
131
|
+
discussion_thread_hide: string;
|
|
132
|
+
discussion_thread_loadMore: string;
|
|
133
|
+
contactFooter_title: string;
|
|
134
|
+
contactFooter_text: string;
|
|
135
|
+
contactFooter_phone: string;
|
|
136
|
+
contactFooter_email: string;
|
|
137
|
+
contactForm_name: string;
|
|
138
|
+
contactForm_email: string;
|
|
139
|
+
contactForm_organisation: string;
|
|
140
|
+
contactForm_interests: string;
|
|
141
|
+
contactForm_interests_publishingCourse: string;
|
|
142
|
+
contactForm_interests_buyingCourse: string;
|
|
143
|
+
contactForm_interests_learningExperience: string;
|
|
144
|
+
contactForm_interests_somethingElse: string;
|
|
145
|
+
contactForm_message: string;
|
|
146
|
+
dropdown_menu_multiselect_all: string;
|
|
147
|
+
dropdown_menu_multiselect_none: string;
|
|
148
|
+
emailHelperTextBox_fallback_title: string;
|
|
149
|
+
emailHelperTextBox_fallback_text: string;
|
|
150
|
+
emailHelperTextBox_default_title: string;
|
|
151
|
+
emailHelperTextBox_default_text: string;
|
|
152
|
+
emailHelperTextBox_autoApproved_title: string;
|
|
153
|
+
emailHelperTextBox_autoApproved_text: string;
|
|
154
|
+
emailHelperTextBox_unrecognisedEmail_title: string;
|
|
155
|
+
emailHelperTextBox_unrecognisedEmail_text: string;
|
|
156
|
+
emailHelperTextBox_pendingApproval_title: string;
|
|
157
|
+
emailHelperTextBox_pendingApproval_text: string;
|
|
158
|
+
emailHelperTextBox_emailUnverified_title: string;
|
|
159
|
+
emailHelperTextBox_emailUnverified_text: string;
|
|
160
|
+
emailHelperTextBox_emailAlreadyExists_title: string;
|
|
161
|
+
emailHelperTextBox_emailAlreadyExists_text: string;
|
|
162
|
+
emailHelperTextBox_error_verificationFailedToSend_title: string;
|
|
163
|
+
emailHelperTextBox_error_verificationFailedToSend_text: string;
|
|
164
|
+
emailHelperTextBox_error_noFunction: string;
|
|
165
|
+
form_fieldWrapper_required: string;
|
|
166
|
+
form_fieldWrapper_characterLimit: string;
|
|
167
|
+
form_error_generalError: string;
|
|
168
|
+
form_error_required: string;
|
|
169
|
+
form_error_numbers: string;
|
|
170
|
+
form_error_email: string;
|
|
171
|
+
form_error_url: string;
|
|
172
|
+
form_cancel: string;
|
|
173
|
+
form_submit: string;
|
|
174
|
+
form_submitting: string;
|
|
175
|
+
form_submitted: string;
|
|
176
|
+
form_success: string;
|
|
177
|
+
inviteForm_email_placeholder: string;
|
|
178
|
+
inviteForm_title: string;
|
|
179
|
+
inviteForm_label: string;
|
|
180
|
+
inviteForm_ctaMessage: string;
|
|
181
|
+
inviteForm_success: string;
|
|
182
|
+
inviteForm_error: string;
|
|
183
|
+
inviteForm_ctaTryAgain: string;
|
|
184
|
+
inviteForm_ctaSendMoreInvites: string;
|
|
185
|
+
inviteForm_ctaDone: string;
|
|
186
|
+
inputAutocomplete_placeholder: string;
|
|
187
|
+
passwordRules_intro: string;
|
|
188
|
+
passwordRules_rule_label: string;
|
|
189
|
+
passwordRules_rule_8Characters: string;
|
|
190
|
+
passwordRules_rule_numberSymbol: string;
|
|
191
|
+
passwordRules_rule_lowercaseUppercase: string;
|
|
192
|
+
passwordRules_notMet: string;
|
|
193
|
+
profile_image_change_uploading_text: string;
|
|
194
|
+
profile_image_change_cta_with_picture: string;
|
|
195
|
+
profile_image_change_cta_without_picture: string;
|
|
196
|
+
profile_image_change_error: string;
|
|
197
|
+
ratings_text: string;
|
|
198
|
+
ratings_stars: string;
|
|
199
|
+
ratings_low: string;
|
|
200
|
+
ratings_high: string;
|
|
201
|
+
ratings_success: string;
|
|
202
|
+
search_label: string;
|
|
203
|
+
search_placeholder: string;
|
|
204
|
+
search_clear: string;
|
|
205
|
+
search_cta: string;
|
|
206
|
+
showpassword_show: string;
|
|
207
|
+
showpassword_hide: string;
|
|
208
|
+
showpassword_aria_show: string;
|
|
209
|
+
showpassword_aria_hide: string;
|
|
210
|
+
signup_title: string;
|
|
211
|
+
signup_full_name: string;
|
|
212
|
+
signup_full_name_placeholder: string;
|
|
213
|
+
signup_email_address: string;
|
|
214
|
+
signup_email_address_placeholder: string;
|
|
215
|
+
signup_job_title: string;
|
|
216
|
+
signup_job_title_placeholder: string;
|
|
217
|
+
signup_organization: string;
|
|
218
|
+
signup_organization_placeholder: string;
|
|
219
|
+
signup_url: string;
|
|
220
|
+
signup_url_placeholder: string;
|
|
221
|
+
signup_expectation: string;
|
|
222
|
+
signup_expectation_placeholder: string;
|
|
223
|
+
signup_terms: string;
|
|
224
|
+
signup_error: string;
|
|
225
|
+
signup_button_join: string;
|
|
226
|
+
signup_button_login: string;
|
|
227
|
+
signup_submitting: string;
|
|
228
|
+
signup_success_title: string;
|
|
229
|
+
signup_success_text: string;
|
|
230
|
+
tableOfContents: string;
|
|
231
|
+
timeToComplete_hours: string;
|
|
232
|
+
timeToComplete_hours_short: string;
|
|
233
|
+
timeToComplete_minutes: string;
|
|
234
|
+
timeToComplete_minutes_short: string;
|
|
235
|
+
tooltip_loading: string;
|
|
236
|
+
return_to_nav_button: string;
|
|
237
|
+
cookieBanner_title: string;
|
|
238
|
+
cookieBanner_text: string;
|
|
239
|
+
cookieBanner_buttons_settings: string;
|
|
240
|
+
cookieBanner_buttons_reject: string;
|
|
241
|
+
cookieBanner_buttons_accept: string;
|
|
242
|
+
footer_platform: string;
|
|
243
|
+
footer_platform_events: string;
|
|
244
|
+
footer_platform_courses: string;
|
|
245
|
+
footer_platform_qanda: string;
|
|
246
|
+
footer_platform_articles: string;
|
|
247
|
+
footer_community: string;
|
|
248
|
+
footer_community_support: string;
|
|
249
|
+
footer_community_post: string;
|
|
250
|
+
footer_community_join: string;
|
|
251
|
+
footer_community_guidelines: string;
|
|
252
|
+
footer_company: string;
|
|
253
|
+
footer_company_story: string;
|
|
254
|
+
footer_company_team: string;
|
|
255
|
+
footer_company_careers: string;
|
|
256
|
+
footer_company_partner: string;
|
|
257
|
+
footer_company_contact: string;
|
|
258
|
+
footer_legal: string;
|
|
259
|
+
footer_legal_privacy: string;
|
|
260
|
+
footer_legal_terms: string;
|
|
261
|
+
footer_legal_cookie: string;
|
|
262
|
+
footer_legal_accessibility: string;
|
|
263
|
+
footer_legal_dataProtection: string;
|
|
264
|
+
footer_legal_euDataProtection: string;
|
|
265
|
+
footer_contact: string;
|
|
266
|
+
footer_contact_correspondence: string;
|
|
267
|
+
footer_contact_correspondence_address: string;
|
|
268
|
+
footer_contact_registered: string;
|
|
269
|
+
footer_contact_registered_address: string;
|
|
270
|
+
footer_contact_berlin: string;
|
|
271
|
+
footer_contact_berlin_address: string;
|
|
272
|
+
footer_contact_support: string;
|
|
273
|
+
footer_contact_business: string;
|
|
274
|
+
footer_social_linkedin: string;
|
|
275
|
+
footer_social_twitter: string;
|
|
276
|
+
footer_social_facebook: string;
|
|
277
|
+
footer_copyright: string;
|
|
278
|
+
header_skip: string;
|
|
279
|
+
header_search_show: string;
|
|
280
|
+
header_search_hide: string;
|
|
281
|
+
header_menu_show: string;
|
|
282
|
+
header_menu_hide: string;
|
|
283
|
+
header_home_loggedOut: string;
|
|
284
|
+
header_home_loggedIn: string;
|
|
285
|
+
header_topics: string;
|
|
286
|
+
header_topics_explore: string;
|
|
287
|
+
header_topics_explore_events: string;
|
|
288
|
+
header_topics_explore_courses: string;
|
|
289
|
+
'header_topics_explore_q-and-a': string;
|
|
290
|
+
header_topics_explore_articles: string;
|
|
291
|
+
header_topics_topics: string;
|
|
292
|
+
header_topics_topics_climate: string;
|
|
293
|
+
'header_topics_topics_cities-and-local-government': string;
|
|
294
|
+
'header_topics_topics_digital-and-data': string;
|
|
295
|
+
header_topics_topics_education: string;
|
|
296
|
+
'header_topics_topics_equity-justice-and-inclusion': string;
|
|
297
|
+
'header_topics_topics_health-and-social-care': string;
|
|
298
|
+
header_topics_topics_innovation: string;
|
|
299
|
+
'header_topics_topics_leadership-and-skills': string;
|
|
300
|
+
'header_topics_topics_life-in-government': string;
|
|
301
|
+
header_topics_topics_policymaking: string;
|
|
302
|
+
'header_topics_topics_transport-and-infrastructure': string;
|
|
303
|
+
'header_topics_topics_work-and-the-economy': string;
|
|
304
|
+
header_partners: string;
|
|
305
|
+
header_account: string;
|
|
306
|
+
header_account_show: string;
|
|
307
|
+
header_account_hide: string;
|
|
308
|
+
header_account_profile: string;
|
|
309
|
+
header_account_settings: string;
|
|
310
|
+
'header_account_log-out': string;
|
|
311
|
+
header_buttons_login: string;
|
|
312
|
+
header_buttons_signup: string;
|
|
313
|
+
pageLayout_error: string;
|
|
314
|
+
loadingBlock_loading: string;
|
|
315
|
+
loadingBlock_almostDone: string;
|
|
316
|
+
loadingBlock_complete: string;
|
|
317
|
+
progressBar: string;
|
|
318
|
+
inviteModal_title: string;
|
|
319
|
+
inviteModal_formTitle: string;
|
|
320
|
+
inviteModal_formLabel: string;
|
|
321
|
+
inviteModal_cta: string;
|
|
322
|
+
overlay_close: string;
|
|
323
|
+
breadcrumbs_label: string;
|
|
324
|
+
breadcrumbs_currentPage: string;
|
|
325
|
+
filters_all: string;
|
|
326
|
+
filters_disabled: string;
|
|
327
|
+
languageSwitcher_label: string;
|
|
328
|
+
languageSwitcher_translation_original: string;
|
|
329
|
+
languageSwitcher_translation_human: string;
|
|
330
|
+
languageSwitcher_translation_machine: string;
|
|
331
|
+
languageSwitcher_selected: string;
|
|
332
|
+
languageSwitcher_disclaimer: string;
|
|
333
|
+
loadMore_button: string;
|
|
334
|
+
loadMore_endOfFeed: string;
|
|
335
|
+
loadMore_error: string;
|
|
336
|
+
moreMenu: string;
|
|
337
|
+
navigationMenu_links_homepage: string;
|
|
338
|
+
navigationMenu_links_events: string;
|
|
339
|
+
navigationMenu_links_microcourses: string;
|
|
340
|
+
'navigationMenu_links_q-and-a': string;
|
|
341
|
+
navigationMenu_links_articles: string;
|
|
342
|
+
navigationMenu_profile: string;
|
|
343
|
+
shareLinks_label: string;
|
|
344
|
+
shareLinks_link_linkedin: string;
|
|
345
|
+
shareLinks_link_twitter: string;
|
|
346
|
+
shareLinks_link_facebook: string;
|
|
347
|
+
shareLinks_link_email: string;
|
|
348
|
+
'shareLinks_link_clipboard-copy': string;
|
|
349
|
+
tags_community: string;
|
|
350
|
+
edit_section_placeholder_description: string;
|
|
351
|
+
edit_section_placeholder_cta: string;
|
|
352
|
+
notFoundError_title: string;
|
|
353
|
+
notFoundError_text: string;
|
|
354
|
+
notFoundError_post_1: string;
|
|
355
|
+
notFoundError_post_2: string;
|
|
356
|
+
notFoundError_post_3: string;
|
|
357
|
+
notFoundError_cta: string;
|
|
358
|
+
collapsibleSection_summary: string;
|
|
359
|
+
contentTypeLabel_event: string;
|
|
360
|
+
contentTypeLabel_learningHub: string;
|
|
361
|
+
contentTypeLabel_listPage: string;
|
|
362
|
+
contentTypeLabel_microcourse: string;
|
|
363
|
+
contentTypeLabel_qaQuestion: string;
|
|
364
|
+
contentTypeLabel_solutionArticle: string;
|
|
365
|
+
hideShowTextBox_hide: string;
|
|
366
|
+
hideShowTextBox_show: string;
|
|
367
|
+
markdown_collapsibleSection_summary: string;
|
|
368
|
+
markdown_skip_video: string;
|
|
369
|
+
markdown_skip_padlet: string;
|
|
370
|
+
markdown_skip_poll: string;
|
|
371
|
+
markdown_skip: string;
|
|
372
|
+
markdown_iframe_title: string;
|
|
373
|
+
markdown_iframe_video: string;
|
|
374
|
+
markdown_iframe_padlet: string;
|
|
375
|
+
markdown_iframe_poll: string;
|
|
376
|
+
}) => boolean;
|
|
2
377
|
export declare const getIntlPath: (callback: (args1: {
|
|
3
378
|
id: string;
|
|
4
379
|
}, args2?: object) => string, path: string, key: string, value: string, args?: object) => string;
|
package/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export * from './cards';
|
|
|
4
4
|
export * from './communities';
|
|
5
5
|
export * from './constants';
|
|
6
6
|
export * from './context';
|
|
7
|
+
export * from './courses';
|
|
7
8
|
export * from './discussion';
|
|
8
9
|
export * from './form';
|
|
9
10
|
export * from './general';
|
|
@@ -17,5 +18,6 @@ export * from './pages';
|
|
|
17
18
|
export * from './sections';
|
|
18
19
|
export * from './text';
|
|
19
20
|
export * from './user';
|
|
21
|
+
export * from './helpers/cases';
|
|
20
22
|
export * from './helpers/prerender';
|
|
21
|
-
export {
|
|
23
|
+
export { checkIntlPathExists, generateCssIcon, getLongDate, getShortDate, passwordValidator, } from './helpers';
|