@mindly/ui-components 7.1.1 → 7.1.2

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.
@@ -45,6 +45,7 @@ export declare enum OnBoardingScreenOptions {
45
45
  export type OnBoardingScreenOptionType = {
46
46
  id: string;
47
47
  label: string;
48
+ loaderLabel?: string | null;
48
49
  alphabeticalOrder?: string | null;
49
50
  isDefault?: boolean;
50
51
  filtrationAnswerId?: string;
@@ -45,6 +45,7 @@ export declare enum OnBoardingScreenOptions {
45
45
  export type OnBoardingScreenOptionType = {
46
46
  id: string;
47
47
  label: string;
48
+ loaderLabel?: string | null;
48
49
  alphabeticalOrder?: string | null;
49
50
  isDefault?: boolean;
50
51
  filtrationAnswerId?: string;
package/dist/index.d.ts CHANGED
@@ -699,6 +699,7 @@ declare enum OnBoardingScreenOptions {
699
699
  type OnBoardingScreenOptionType = {
700
700
  id: string;
701
701
  label: string;
702
+ loaderLabel?: string | null;
702
703
  alphabeticalOrder?: string | null;
703
704
  isDefault?: boolean;
704
705
  filtrationAnswerId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "7.1.1",
3
+ "version": "7.1.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",