@mindly/ui-components 3.49.0 → 3.49.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.
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  declare type ProgressBarProps = {
3
3
  progress: number;
4
+ loaderTitle?: string;
4
5
  };
5
6
  declare const _default: React.NamedExoticComponent<ProgressBarProps>;
6
7
  export default _default;
package/dist/index.d.ts CHANGED
@@ -1111,6 +1111,7 @@ declare const ChevronHeader: React.FC<BookingHeaderProps>;
1111
1111
 
1112
1112
  declare type ProgressBarProps = {
1113
1113
  progress: number;
1114
+ loaderTitle?: string;
1114
1115
  };
1115
1116
  declare const _default$2: React.NamedExoticComponent<ProgressBarProps>;
1116
1117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.49.0",
3
+ "version": "3.49.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",