@apolitical/component-library 6.6.16 → 6.6.17
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 +2 -0
- package/index.js +32 -32
- package/index.mjs +3006 -2982
- package/modals/components/overlay/index.d.ts +1 -1
- package/modals/components/overlay/overlay.d.ts +2 -2
- package/navigation/action-bar/components/button/button.d.ts +2 -0
- package/navigation/filters/filters.d.ts +5 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/base/_text.scss +3 -3
- package/styles/base/buttons/_icons.scss +3 -3
- package/styles/mixins/_styles.scss +8 -0
package/helpers/intl.d.ts
CHANGED
|
@@ -129,6 +129,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
129
129
|
discussion_report_subject: string;
|
|
130
130
|
discussion_report_body: string;
|
|
131
131
|
discussionFormCard_placeholder: string;
|
|
132
|
+
discussionFormCard_placeholder_long: string;
|
|
132
133
|
discussionFormCard_overlay_title: string;
|
|
133
134
|
discussionFormCard_overlay_text: string;
|
|
134
135
|
discussionFormCard_overlay_cta_discard: string;
|
|
@@ -471,6 +472,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
471
472
|
'header_account_log-out': string;
|
|
472
473
|
header_buttons_login: string;
|
|
473
474
|
header_buttons_signup: string;
|
|
475
|
+
pageLayout_browserTooSmall: string;
|
|
474
476
|
pageLayout_error: string;
|
|
475
477
|
loadingBlock_loading: string;
|
|
476
478
|
loadingBlock_almostDone: string;
|