@mindly/ui-components 6.4.0 → 6.4.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.
|
@@ -94,7 +94,6 @@ export type OnBoardingBaseScreenType = {
|
|
|
94
94
|
id: string;
|
|
95
95
|
type: OnBoardingScreenOptions;
|
|
96
96
|
name: string | null;
|
|
97
|
-
isDefault?: boolean;
|
|
98
97
|
filtrationQuestionId?: string;
|
|
99
98
|
order: number;
|
|
100
99
|
position: {
|
|
@@ -110,6 +109,10 @@ export type OnBoardingBaseScreenType = {
|
|
|
110
109
|
isStartScreen?: boolean;
|
|
111
110
|
backgroundColor?: string | null;
|
|
112
111
|
contentStyle: OnBoardingScreenStyleOptions;
|
|
112
|
+
/**
|
|
113
|
+
* @deprecated This field is deprecated and will be removed in future versions
|
|
114
|
+
*/
|
|
115
|
+
isDefault?: boolean;
|
|
113
116
|
};
|
|
114
117
|
export type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenDescriptionType & {
|
|
115
118
|
image?: ResponseFileType | null;
|
|
@@ -94,7 +94,6 @@ export type OnBoardingBaseScreenType = {
|
|
|
94
94
|
id: string;
|
|
95
95
|
type: OnBoardingScreenOptions;
|
|
96
96
|
name: string | null;
|
|
97
|
-
isDefault?: boolean;
|
|
98
97
|
filtrationQuestionId?: string;
|
|
99
98
|
order: number;
|
|
100
99
|
position: {
|
|
@@ -110,6 +109,10 @@ export type OnBoardingBaseScreenType = {
|
|
|
110
109
|
isStartScreen?: boolean;
|
|
111
110
|
backgroundColor?: string | null;
|
|
112
111
|
contentStyle: OnBoardingScreenStyleOptions;
|
|
112
|
+
/**
|
|
113
|
+
* @deprecated This field is deprecated and will be removed in future versions
|
|
114
|
+
*/
|
|
115
|
+
isDefault?: boolean;
|
|
113
116
|
};
|
|
114
117
|
export type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenDescriptionType & {
|
|
115
118
|
image?: ResponseFileType | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1324,7 +1324,6 @@ type OnBoardingBaseScreenType = {
|
|
|
1324
1324
|
id: string;
|
|
1325
1325
|
type: OnBoardingScreenOptions;
|
|
1326
1326
|
name: string | null;
|
|
1327
|
-
isDefault?: boolean;
|
|
1328
1327
|
filtrationQuestionId?: string;
|
|
1329
1328
|
order: number;
|
|
1330
1329
|
position: {
|
|
@@ -1340,6 +1339,10 @@ type OnBoardingBaseScreenType = {
|
|
|
1340
1339
|
isStartScreen?: boolean;
|
|
1341
1340
|
backgroundColor?: string | null;
|
|
1342
1341
|
contentStyle: OnBoardingScreenStyleOptions;
|
|
1342
|
+
/**
|
|
1343
|
+
* @deprecated This field is deprecated and will be removed in future versions
|
|
1344
|
+
*/
|
|
1345
|
+
isDefault?: boolean;
|
|
1343
1346
|
};
|
|
1344
1347
|
type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenDescriptionType & {
|
|
1345
1348
|
image?: ResponseFileType | null;
|