@apolitical/component-library 5.5.3-bht.0 → 5.5.4-beta.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.
@@ -0,0 +1 @@
1
+ export * from './progress-bar';
@@ -0,0 +1 @@
1
+ export { default as ProgressBar } from './progress-bar';
@@ -0,0 +1,2 @@
1
+ declare const ProgressBar: () => import("react/jsx-runtime").JSX.Element;
2
+ export default ProgressBar;
package/helpers/intl.d.ts CHANGED
@@ -288,6 +288,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
288
288
  publishArticleForm_error: string;
289
289
  publishArticleForm_error_underMinLength: string;
290
290
  publishArticleForm_error_loggedOut: string;
291
+ publishArticleForm_progressBar: string;
291
292
  ratings_text: string;
292
293
  ratings_stars: string;
293
294
  ratings_low: string;