@developer_tribe/react-builder 1.2.17 → 1.2.18
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/dist/build-components/BackgroundImage/BackgroundImageProps.generated.d.ts +1 -1
- package/dist/build-components/Button/ButtonProps.generated.d.ts +1 -1
- package/dist/build-components/Carousel/CarouselProps.generated.d.ts +1 -1
- package/dist/build-components/CarouselButtons/CarouselButtonsProps.generated.d.ts +1 -1
- package/dist/build-components/CarouselDots/CarouselDotsProps.generated.d.ts +1 -1
- package/dist/build-components/CarouselItem/CarouselItemProps.generated.d.ts +1 -1
- package/dist/build-components/CarouselProvider/CarouselProviderProps.generated.d.ts +1 -1
- package/dist/build-components/Image/ImageProps.generated.d.ts +1 -1
- package/dist/build-components/Main/MainProps.generated.d.ts +1 -1
- package/dist/build-components/Onboard/OnboardProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardButton/OnboardButtonProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardButtons/OnboardButtonsProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardDot/OnboardDotProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardItem/OnboardItemProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardProvider/OnboardProviderProps.generated.d.ts +1 -1
- package/dist/build-components/PaywallOptions/PaywallOptionsProps.generated.d.ts +1 -1
- package/dist/build-components/PaywallProvider/PaywallProviderProps.generated.d.ts +1 -1
- package/dist/build-components/RadioButton/RadioButtonProps.generated.d.ts +1 -1
- package/dist/build-components/Text/TextProps.generated.d.ts +1 -1
- package/dist/build-components/View/ViewProps.generated.d.ts +0 -2
- package/dist/build-components/patterns.generated.d.ts +38 -40
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.web.cjs.js +2 -2
- package/dist/index.web.cjs.js.map +1 -1
- package/dist/index.web.esm.js +3 -3
- package/dist/index.web.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/RenderPage.tsx +0 -24
- package/src/build-components/BackgroundImage/BackgroundImageProps.generated.ts +1 -1
- package/src/build-components/Button/ButtonProps.generated.ts +1 -1
- package/src/build-components/Carousel/CarouselProps.generated.ts +1 -1
- package/src/build-components/CarouselButtons/CarouselButtonsProps.generated.ts +1 -1
- package/src/build-components/CarouselDots/CarouselDotsProps.generated.ts +1 -1
- package/src/build-components/CarouselItem/CarouselItemProps.generated.ts +1 -1
- package/src/build-components/CarouselProvider/CarouselProviderProps.generated.ts +1 -1
- package/src/build-components/Image/ImageProps.generated.ts +1 -1
- package/src/build-components/Main/MainProps.generated.ts +1 -1
- package/src/build-components/Onboard/OnboardProps.generated.ts +1 -1
- package/src/build-components/OnboardButton/OnboardButtonProps.generated.ts +1 -1
- package/src/build-components/OnboardButtons/OnboardButtonsProps.generated.ts +1 -1
- package/src/build-components/OnboardDot/OnboardDotProps.generated.ts +1 -1
- package/src/build-components/OnboardItem/OnboardItemProps.generated.ts +1 -1
- package/src/build-components/OnboardProvider/OnboardProviderProps.generated.ts +1 -1
- package/src/build-components/PaywallOptions/PaywallOptionsProps.generated.ts +1 -1
- package/src/build-components/PaywallProvider/PaywallProviderProps.generated.ts +1 -1
- package/src/build-components/RadioButton/RadioButtonProps.generated.ts +1 -1
- package/src/build-components/Text/TextProps.generated.ts +1 -1
- package/src/build-components/View/ViewProps.generated.ts +0 -2
- package/src/build-components/View/pattern.json +0 -2
- package/src/build-components/patterns.generated.ts +38 -40
- package/src/components/BuilderProvider.tsx +0 -9
- package/src/mockOS/managers/navigationManager.ts +0 -3
- package/src/pages/ProjectMigrationPage.tsx +0 -7
- package/src/pages/ProjectPage.tsx +0 -7
|
@@ -43,9 +43,9 @@ export interface BackgroundImagePropsGenerated {
|
|
|
43
43
|
child: string;
|
|
44
44
|
attributes: {
|
|
45
45
|
style?: BackgroundImageStyleGenerated;
|
|
46
|
+
scrollable?: boolean;
|
|
46
47
|
title?: string;
|
|
47
48
|
description?: string;
|
|
48
|
-
scrollable?: boolean;
|
|
49
49
|
src?: string;
|
|
50
50
|
resizeMode?: ResizeModeOptionType;
|
|
51
51
|
};
|
|
@@ -46,9 +46,9 @@ export interface ButtonPropsGenerated {
|
|
|
46
46
|
child: string;
|
|
47
47
|
attributes: {
|
|
48
48
|
style?: ButtonStyleGenerated;
|
|
49
|
+
scrollable?: boolean;
|
|
49
50
|
title?: string;
|
|
50
51
|
description?: string;
|
|
51
|
-
scrollable?: boolean;
|
|
52
52
|
};
|
|
53
53
|
}
|
|
54
54
|
export interface ButtonComponentProps {
|
|
@@ -43,9 +43,9 @@ export interface CarouselPropsGenerated {
|
|
|
43
43
|
child: string;
|
|
44
44
|
attributes: {
|
|
45
45
|
style?: CarouselStyleGenerated;
|
|
46
|
+
scrollable?: boolean;
|
|
46
47
|
title?: string;
|
|
47
48
|
description?: string;
|
|
48
|
-
scrollable?: boolean;
|
|
49
49
|
loop?: boolean;
|
|
50
50
|
dragFree?: boolean;
|
|
51
51
|
align?: AlignOptionType;
|
|
@@ -43,9 +43,9 @@ export interface CarouselButtonsPropsGenerated {
|
|
|
43
43
|
child: string;
|
|
44
44
|
attributes: {
|
|
45
45
|
style?: CarouselButtonsStyleGenerated;
|
|
46
|
+
scrollable?: boolean;
|
|
46
47
|
title?: string;
|
|
47
48
|
description?: string;
|
|
48
|
-
scrollable?: boolean;
|
|
49
49
|
buttonType?: ButtonTypeOptionType;
|
|
50
50
|
skipNumber?: number;
|
|
51
51
|
};
|
|
@@ -43,9 +43,9 @@ export interface CarouselDotsPropsGenerated {
|
|
|
43
43
|
child: string;
|
|
44
44
|
attributes: {
|
|
45
45
|
style?: CarouselDotsStyleGenerated;
|
|
46
|
+
scrollable?: boolean;
|
|
46
47
|
title?: string;
|
|
47
48
|
description?: string;
|
|
48
|
-
scrollable?: boolean;
|
|
49
49
|
dotType?: DotTypeOptionType;
|
|
50
50
|
};
|
|
51
51
|
}
|
|
@@ -42,9 +42,9 @@ export interface CarouselItemPropsGenerated {
|
|
|
42
42
|
child: string;
|
|
43
43
|
attributes: {
|
|
44
44
|
style?: CarouselItemStyleGenerated;
|
|
45
|
+
scrollable?: boolean;
|
|
45
46
|
title?: string;
|
|
46
47
|
description?: string;
|
|
47
|
-
scrollable?: boolean;
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
50
|
export interface CarouselItemComponentProps {
|
|
@@ -42,9 +42,9 @@ export interface CarouselProviderPropsGenerated {
|
|
|
42
42
|
child: string;
|
|
43
43
|
attributes: {
|
|
44
44
|
style?: CarouselProviderStyleGenerated;
|
|
45
|
+
scrollable?: boolean;
|
|
45
46
|
title?: string;
|
|
46
47
|
description?: string;
|
|
47
|
-
scrollable?: boolean;
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
50
|
export interface CarouselProviderComponentProps {
|
|
@@ -43,9 +43,9 @@ export interface ImagePropsGenerated {
|
|
|
43
43
|
child: string;
|
|
44
44
|
attributes: {
|
|
45
45
|
style?: ImageStyleGenerated;
|
|
46
|
+
scrollable?: boolean;
|
|
46
47
|
title?: string;
|
|
47
48
|
description?: string;
|
|
48
|
-
scrollable?: boolean;
|
|
49
49
|
src?: string;
|
|
50
50
|
width?: string;
|
|
51
51
|
height?: string;
|
|
@@ -42,9 +42,9 @@ export interface OnboardPropsGenerated {
|
|
|
42
42
|
child: string;
|
|
43
43
|
attributes: {
|
|
44
44
|
style?: OnboardStyleGenerated;
|
|
45
|
+
scrollable?: boolean;
|
|
45
46
|
title?: string;
|
|
46
47
|
description?: string;
|
|
47
|
-
scrollable?: boolean;
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
50
|
export interface OnboardComponentProps {
|
|
@@ -51,9 +51,9 @@ export interface OnboardButtonPropsGenerated {
|
|
|
51
51
|
child: string;
|
|
52
52
|
attributes: {
|
|
53
53
|
style?: OnboardButtonStyleGenerated;
|
|
54
|
+
scrollable?: boolean;
|
|
54
55
|
title?: string;
|
|
55
56
|
description?: string;
|
|
56
|
-
scrollable?: boolean;
|
|
57
57
|
labelKey?: string;
|
|
58
58
|
button_text_color?: string;
|
|
59
59
|
animation?: AnimationOptionType;
|
|
@@ -45,9 +45,9 @@ export interface OnboardButtonsPropsGenerated {
|
|
|
45
45
|
child: string;
|
|
46
46
|
attributes: {
|
|
47
47
|
style?: OnboardButtonsStyleGenerated;
|
|
48
|
+
scrollable?: boolean;
|
|
48
49
|
title?: string;
|
|
49
50
|
description?: string;
|
|
50
|
-
scrollable?: boolean;
|
|
51
51
|
buttonType?: ButtonTypeOptionType;
|
|
52
52
|
skipNumber?: number;
|
|
53
53
|
buttons_direction?: ButtonsDirectionOptionType;
|
|
@@ -43,9 +43,9 @@ export interface OnboardDotPropsGenerated {
|
|
|
43
43
|
child: string;
|
|
44
44
|
attributes: {
|
|
45
45
|
style?: OnboardDotStyleGenerated;
|
|
46
|
+
scrollable?: boolean;
|
|
46
47
|
title?: string;
|
|
47
48
|
description?: string;
|
|
48
|
-
scrollable?: boolean;
|
|
49
49
|
dotType?: DotTypeOptionType;
|
|
50
50
|
inactive_dot_opacity?: number;
|
|
51
51
|
expanding_dot_width?: string;
|
|
@@ -43,9 +43,9 @@ export interface OnboardItemPropsGenerated {
|
|
|
43
43
|
child: string;
|
|
44
44
|
attributes: {
|
|
45
45
|
style?: OnboardItemStyleGenerated;
|
|
46
|
+
scrollable?: boolean;
|
|
46
47
|
title?: string;
|
|
47
48
|
description?: string;
|
|
48
|
-
scrollable?: boolean;
|
|
49
49
|
display?: DisplayOptionType;
|
|
50
50
|
gap?: string;
|
|
51
51
|
flexDirection?: FlexDirectionOptionType;
|
|
@@ -43,9 +43,9 @@ export interface OnboardProviderPropsGenerated {
|
|
|
43
43
|
child: string;
|
|
44
44
|
attributes: {
|
|
45
45
|
style?: OnboardProviderStyleGenerated;
|
|
46
|
+
scrollable?: boolean;
|
|
46
47
|
title?: string;
|
|
47
48
|
description?: string;
|
|
48
|
-
scrollable?: boolean;
|
|
49
49
|
theme?: ThemeOptionType;
|
|
50
50
|
borderRadius?: never;
|
|
51
51
|
};
|
|
@@ -42,9 +42,9 @@ export interface PaywallOptionsPropsGenerated {
|
|
|
42
42
|
child: string;
|
|
43
43
|
attributes: {
|
|
44
44
|
style?: PaywallOptionsStyleGenerated;
|
|
45
|
+
scrollable?: boolean;
|
|
45
46
|
title?: string;
|
|
46
47
|
description?: string;
|
|
47
|
-
scrollable?: boolean;
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
50
|
export interface PaywallOptionsComponentProps {
|
|
@@ -42,9 +42,9 @@ export interface RadioButtonPropsGenerated {
|
|
|
42
42
|
child: string;
|
|
43
43
|
attributes: {
|
|
44
44
|
style?: RadioButtonStyleGenerated;
|
|
45
|
+
scrollable?: boolean;
|
|
45
46
|
title?: string;
|
|
46
47
|
description?: string;
|
|
47
|
-
scrollable?: boolean;
|
|
48
48
|
selected?: boolean;
|
|
49
49
|
color?: string;
|
|
50
50
|
size?: number;
|
|
@@ -48,9 +48,9 @@ export interface TextPropsGenerated {
|
|
|
48
48
|
child: string;
|
|
49
49
|
attributes: {
|
|
50
50
|
style?: TextStyleGenerated;
|
|
51
|
+
scrollable?: boolean;
|
|
51
52
|
title?: string;
|
|
52
53
|
description?: string;
|
|
53
|
-
scrollable?: boolean;
|
|
54
54
|
adjustsFontSizeToFit?: boolean;
|
|
55
55
|
showEllipsis?: boolean;
|
|
56
56
|
};
|
|
@@ -446,8 +446,6 @@ export declare const patterns: readonly [{
|
|
|
446
446
|
readonly type: "BackgroundImage";
|
|
447
447
|
readonly children: "never";
|
|
448
448
|
readonly attributes: {
|
|
449
|
-
readonly title: "title";
|
|
450
|
-
readonly description: "description";
|
|
451
449
|
readonly scrollable: "boolean";
|
|
452
450
|
readonly style: {
|
|
453
451
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -484,6 +482,8 @@ export declare const patterns: readonly [{
|
|
|
484
482
|
readonly right: "size";
|
|
485
483
|
readonly zIndex: "number";
|
|
486
484
|
};
|
|
485
|
+
readonly title: "title";
|
|
486
|
+
readonly description: "description";
|
|
487
487
|
readonly src: "string";
|
|
488
488
|
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
489
489
|
};
|
|
@@ -837,8 +837,6 @@ export declare const patterns: readonly [{
|
|
|
837
837
|
readonly type: "Button";
|
|
838
838
|
readonly children: "string";
|
|
839
839
|
readonly attributes: {
|
|
840
|
-
readonly title: "title";
|
|
841
|
-
readonly description: "description";
|
|
842
840
|
readonly scrollable: "boolean";
|
|
843
841
|
readonly style: {
|
|
844
842
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -878,6 +876,8 @@ export declare const patterns: readonly [{
|
|
|
878
876
|
readonly fontSize: "size";
|
|
879
877
|
readonly fontWeight: readonly ["normal", "bold", "100", "200", "300", "400", "500", "600", "700", "800", "900"];
|
|
880
878
|
};
|
|
879
|
+
readonly title: "title";
|
|
880
|
+
readonly description: "description";
|
|
881
881
|
};
|
|
882
882
|
};
|
|
883
883
|
readonly meta: {
|
|
@@ -1221,8 +1221,6 @@ export declare const patterns: readonly [{
|
|
|
1221
1221
|
readonly type: "Carousel";
|
|
1222
1222
|
readonly children: "node";
|
|
1223
1223
|
readonly attributes: {
|
|
1224
|
-
readonly title: "title";
|
|
1225
|
-
readonly description: "description";
|
|
1226
1224
|
readonly scrollable: "boolean";
|
|
1227
1225
|
readonly style: {
|
|
1228
1226
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -1259,6 +1257,8 @@ export declare const patterns: readonly [{
|
|
|
1259
1257
|
readonly right: "size";
|
|
1260
1258
|
readonly zIndex: "number";
|
|
1261
1259
|
};
|
|
1260
|
+
readonly title: "title";
|
|
1261
|
+
readonly description: "description";
|
|
1262
1262
|
readonly loop: "boolean";
|
|
1263
1263
|
readonly dragFree: "boolean";
|
|
1264
1264
|
readonly align: readonly ["start", "center", "end"];
|
|
@@ -1580,8 +1580,6 @@ export declare const patterns: readonly [{
|
|
|
1580
1580
|
readonly type: "CarouselButtons";
|
|
1581
1581
|
readonly children: "never";
|
|
1582
1582
|
readonly attributes: {
|
|
1583
|
-
readonly title: "title";
|
|
1584
|
-
readonly description: "description";
|
|
1585
1583
|
readonly scrollable: "boolean";
|
|
1586
1584
|
readonly style: {
|
|
1587
1585
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -1618,6 +1616,8 @@ export declare const patterns: readonly [{
|
|
|
1618
1616
|
readonly right: "size";
|
|
1619
1617
|
readonly zIndex: "number";
|
|
1620
1618
|
};
|
|
1619
|
+
readonly title: "title";
|
|
1620
|
+
readonly description: "description";
|
|
1621
1621
|
readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
|
|
1622
1622
|
readonly skipNumber: "number";
|
|
1623
1623
|
};
|
|
@@ -1952,8 +1952,6 @@ export declare const patterns: readonly [{
|
|
|
1952
1952
|
readonly type: "CarouselDots";
|
|
1953
1953
|
readonly children: "never";
|
|
1954
1954
|
readonly attributes: {
|
|
1955
|
-
readonly title: "title";
|
|
1956
|
-
readonly description: "description";
|
|
1957
1955
|
readonly scrollable: "boolean";
|
|
1958
1956
|
readonly style: {
|
|
1959
1957
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -1990,6 +1988,8 @@ export declare const patterns: readonly [{
|
|
|
1990
1988
|
readonly right: "size";
|
|
1991
1989
|
readonly zIndex: "number";
|
|
1992
1990
|
};
|
|
1991
|
+
readonly title: "title";
|
|
1992
|
+
readonly description: "description";
|
|
1993
1993
|
readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
|
|
1994
1994
|
};
|
|
1995
1995
|
};
|
|
@@ -2316,8 +2316,6 @@ export declare const patterns: readonly [{
|
|
|
2316
2316
|
readonly type: "CarouselItem";
|
|
2317
2317
|
readonly children: "node";
|
|
2318
2318
|
readonly attributes: {
|
|
2319
|
-
readonly title: "title";
|
|
2320
|
-
readonly description: "description";
|
|
2321
2319
|
readonly scrollable: "boolean";
|
|
2322
2320
|
readonly style: {
|
|
2323
2321
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -2354,6 +2352,8 @@ export declare const patterns: readonly [{
|
|
|
2354
2352
|
readonly right: "size";
|
|
2355
2353
|
readonly zIndex: "number";
|
|
2356
2354
|
};
|
|
2355
|
+
readonly title: "title";
|
|
2356
|
+
readonly description: "description";
|
|
2357
2357
|
};
|
|
2358
2358
|
};
|
|
2359
2359
|
readonly meta: {
|
|
@@ -2672,8 +2672,6 @@ export declare const patterns: readonly [{
|
|
|
2672
2672
|
readonly type: "CarouselProvider";
|
|
2673
2673
|
readonly children: "node";
|
|
2674
2674
|
readonly attributes: {
|
|
2675
|
-
readonly title: "title";
|
|
2676
|
-
readonly description: "description";
|
|
2677
2675
|
readonly scrollable: "boolean";
|
|
2678
2676
|
readonly style: {
|
|
2679
2677
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -2710,6 +2708,8 @@ export declare const patterns: readonly [{
|
|
|
2710
2708
|
readonly right: "size";
|
|
2711
2709
|
readonly zIndex: "number";
|
|
2712
2710
|
};
|
|
2711
|
+
readonly title: "title";
|
|
2712
|
+
readonly description: "description";
|
|
2713
2713
|
};
|
|
2714
2714
|
};
|
|
2715
2715
|
readonly meta: {
|
|
@@ -3875,8 +3875,6 @@ export declare const patterns: readonly [{
|
|
|
3875
3875
|
readonly type: "Image";
|
|
3876
3876
|
readonly children: "never";
|
|
3877
3877
|
readonly attributes: {
|
|
3878
|
-
readonly title: "title";
|
|
3879
|
-
readonly description: "description";
|
|
3880
3878
|
readonly scrollable: "boolean";
|
|
3881
3879
|
readonly style: {
|
|
3882
3880
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -3913,6 +3911,8 @@ export declare const patterns: readonly [{
|
|
|
3913
3911
|
readonly right: "size";
|
|
3914
3912
|
readonly zIndex: "number";
|
|
3915
3913
|
};
|
|
3914
|
+
readonly title: "title";
|
|
3915
|
+
readonly description: "description";
|
|
3916
3916
|
readonly src: "string";
|
|
3917
3917
|
readonly width: "size";
|
|
3918
3918
|
readonly height: "size";
|
|
@@ -4247,8 +4247,6 @@ export declare const patterns: readonly [{
|
|
|
4247
4247
|
readonly type: "Main";
|
|
4248
4248
|
readonly children: "node";
|
|
4249
4249
|
readonly attributes: {
|
|
4250
|
-
readonly title: "title";
|
|
4251
|
-
readonly description: "description";
|
|
4252
4250
|
readonly scrollable: "boolean";
|
|
4253
4251
|
readonly style: {
|
|
4254
4252
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -4285,6 +4283,8 @@ export declare const patterns: readonly [{
|
|
|
4285
4283
|
readonly right: "size";
|
|
4286
4284
|
readonly zIndex: "number";
|
|
4287
4285
|
};
|
|
4286
|
+
readonly title: "title";
|
|
4287
|
+
readonly description: "description";
|
|
4288
4288
|
readonly useSafeAreaView: "boolean";
|
|
4289
4289
|
};
|
|
4290
4290
|
};
|
|
@@ -4617,8 +4617,6 @@ export declare const patterns: readonly [{
|
|
|
4617
4617
|
readonly type: "Onboard";
|
|
4618
4618
|
readonly children: "node";
|
|
4619
4619
|
readonly attributes: {
|
|
4620
|
-
readonly title: "title";
|
|
4621
|
-
readonly description: "description";
|
|
4622
4620
|
readonly scrollable: "boolean";
|
|
4623
4621
|
readonly style: {
|
|
4624
4622
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -4655,6 +4653,8 @@ export declare const patterns: readonly [{
|
|
|
4655
4653
|
readonly right: "size";
|
|
4656
4654
|
readonly zIndex: "number";
|
|
4657
4655
|
};
|
|
4656
|
+
readonly title: "title";
|
|
4657
|
+
readonly description: "description";
|
|
4658
4658
|
};
|
|
4659
4659
|
};
|
|
4660
4660
|
readonly meta: {
|
|
@@ -4974,8 +4974,6 @@ export declare const patterns: readonly [{
|
|
|
4974
4974
|
readonly type: "OnboardButton";
|
|
4975
4975
|
readonly children: "never";
|
|
4976
4976
|
readonly attributes: {
|
|
4977
|
-
readonly title: "title";
|
|
4978
|
-
readonly description: "description";
|
|
4979
4977
|
readonly scrollable: "boolean";
|
|
4980
4978
|
readonly style: {
|
|
4981
4979
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -5012,6 +5010,8 @@ export declare const patterns: readonly [{
|
|
|
5012
5010
|
readonly right: "size";
|
|
5013
5011
|
readonly zIndex: "number";
|
|
5014
5012
|
};
|
|
5013
|
+
readonly title: "title";
|
|
5014
|
+
readonly description: "description";
|
|
5015
5015
|
readonly labelKey: "string";
|
|
5016
5016
|
readonly button_text_color: "color";
|
|
5017
5017
|
readonly animation: readonly ["simple-animation", "line-animation", "blur", "blur-animation", "blur-line-animation"];
|
|
@@ -5386,8 +5386,6 @@ export declare const patterns: readonly [{
|
|
|
5386
5386
|
readonly type: "OnboardButtons";
|
|
5387
5387
|
readonly children: "node";
|
|
5388
5388
|
readonly attributes: {
|
|
5389
|
-
readonly title: "title";
|
|
5390
|
-
readonly description: "description";
|
|
5391
5389
|
readonly scrollable: "boolean";
|
|
5392
5390
|
readonly style: {
|
|
5393
5391
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -5424,6 +5422,8 @@ export declare const patterns: readonly [{
|
|
|
5424
5422
|
readonly right: "size";
|
|
5425
5423
|
readonly zIndex: "number";
|
|
5426
5424
|
};
|
|
5425
|
+
readonly title: "title";
|
|
5426
|
+
readonly description: "description";
|
|
5427
5427
|
readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
|
|
5428
5428
|
readonly skipNumber: "number";
|
|
5429
5429
|
readonly buttons_direction: readonly ["row", "column"];
|
|
@@ -5798,8 +5798,6 @@ export declare const patterns: readonly [{
|
|
|
5798
5798
|
readonly type: "OnboardDot";
|
|
5799
5799
|
readonly children: "never";
|
|
5800
5800
|
readonly attributes: {
|
|
5801
|
-
readonly title: "title";
|
|
5802
|
-
readonly description: "description";
|
|
5803
5801
|
readonly scrollable: "boolean";
|
|
5804
5802
|
readonly style: {
|
|
5805
5803
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -5836,6 +5834,8 @@ export declare const patterns: readonly [{
|
|
|
5836
5834
|
readonly right: "size";
|
|
5837
5835
|
readonly zIndex: "number";
|
|
5838
5836
|
};
|
|
5837
|
+
readonly title: "title";
|
|
5838
|
+
readonly description: "description";
|
|
5839
5839
|
readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
|
|
5840
5840
|
readonly inactive_dot_opacity: "number";
|
|
5841
5841
|
readonly expanding_dot_width: "size";
|
|
@@ -7051,8 +7051,6 @@ export declare const patterns: readonly [{
|
|
|
7051
7051
|
readonly type: "OnboardItem";
|
|
7052
7052
|
readonly children: "node";
|
|
7053
7053
|
readonly attributes: {
|
|
7054
|
-
readonly title: "title";
|
|
7055
|
-
readonly description: "description";
|
|
7056
7054
|
readonly scrollable: "boolean";
|
|
7057
7055
|
readonly style: {
|
|
7058
7056
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -7089,6 +7087,8 @@ export declare const patterns: readonly [{
|
|
|
7089
7087
|
readonly right: "size";
|
|
7090
7088
|
readonly zIndex: "number";
|
|
7091
7089
|
};
|
|
7090
|
+
readonly title: "title";
|
|
7091
|
+
readonly description: "description";
|
|
7092
7092
|
readonly display: readonly ["flex", "block"];
|
|
7093
7093
|
readonly gap: "size";
|
|
7094
7094
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -7419,8 +7419,6 @@ export declare const patterns: readonly [{
|
|
|
7419
7419
|
readonly type: "OnboardProvider";
|
|
7420
7420
|
readonly children: "node";
|
|
7421
7421
|
readonly attributes: {
|
|
7422
|
-
readonly title: "title";
|
|
7423
|
-
readonly description: "description";
|
|
7424
7422
|
readonly scrollable: "boolean";
|
|
7425
7423
|
readonly style: {
|
|
7426
7424
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -7457,6 +7455,8 @@ export declare const patterns: readonly [{
|
|
|
7457
7455
|
readonly right: "size";
|
|
7458
7456
|
readonly zIndex: "number";
|
|
7459
7457
|
};
|
|
7458
|
+
readonly title: "title";
|
|
7459
|
+
readonly description: "description";
|
|
7460
7460
|
readonly theme: readonly ["light", "dark", "all"];
|
|
7461
7461
|
readonly borderRadius: "never";
|
|
7462
7462
|
};
|
|
@@ -9878,8 +9878,6 @@ export declare const patterns: readonly [{
|
|
|
9878
9878
|
readonly type: "PaywallOptions";
|
|
9879
9879
|
readonly children: "node";
|
|
9880
9880
|
readonly attributes: {
|
|
9881
|
-
readonly title: "title";
|
|
9882
|
-
readonly description: "description";
|
|
9883
9881
|
readonly scrollable: "boolean";
|
|
9884
9882
|
readonly style: {
|
|
9885
9883
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -9916,6 +9914,8 @@ export declare const patterns: readonly [{
|
|
|
9916
9914
|
readonly right: "size";
|
|
9917
9915
|
readonly zIndex: "number";
|
|
9918
9916
|
};
|
|
9917
|
+
readonly title: "title";
|
|
9918
|
+
readonly description: "description";
|
|
9919
9919
|
};
|
|
9920
9920
|
};
|
|
9921
9921
|
readonly meta: {
|
|
@@ -10237,8 +10237,6 @@ export declare const patterns: readonly [{
|
|
|
10237
10237
|
readonly type: "PaywallProvider";
|
|
10238
10238
|
readonly children: "node";
|
|
10239
10239
|
readonly attributes: {
|
|
10240
|
-
readonly title: "title";
|
|
10241
|
-
readonly description: "description";
|
|
10242
10240
|
readonly scrollable: "boolean";
|
|
10243
10241
|
readonly style: {
|
|
10244
10242
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -10275,6 +10273,8 @@ export declare const patterns: readonly [{
|
|
|
10275
10273
|
readonly right: "size";
|
|
10276
10274
|
readonly zIndex: "number";
|
|
10277
10275
|
};
|
|
10276
|
+
readonly title: "title";
|
|
10277
|
+
readonly description: "description";
|
|
10278
10278
|
readonly delay: "number";
|
|
10279
10279
|
};
|
|
10280
10280
|
};
|
|
@@ -10997,8 +10997,6 @@ export declare const patterns: readonly [{
|
|
|
10997
10997
|
readonly type: "RadioButton";
|
|
10998
10998
|
readonly children: "never";
|
|
10999
10999
|
readonly attributes: {
|
|
11000
|
-
readonly title: "title";
|
|
11001
|
-
readonly description: "description";
|
|
11002
11000
|
readonly scrollable: "boolean";
|
|
11003
11001
|
readonly style: {
|
|
11004
11002
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -11035,6 +11033,8 @@ export declare const patterns: readonly [{
|
|
|
11035
11033
|
readonly right: "size";
|
|
11036
11034
|
readonly zIndex: "number";
|
|
11037
11035
|
};
|
|
11036
|
+
readonly title: "title";
|
|
11037
|
+
readonly description: "description";
|
|
11038
11038
|
readonly selected: "boolean";
|
|
11039
11039
|
readonly color: "color";
|
|
11040
11040
|
readonly size: "number";
|
|
@@ -11377,8 +11377,6 @@ export declare const patterns: readonly [{
|
|
|
11377
11377
|
readonly type: "Text";
|
|
11378
11378
|
readonly children: "string";
|
|
11379
11379
|
readonly attributes: {
|
|
11380
|
-
readonly title: "title";
|
|
11381
|
-
readonly description: "description";
|
|
11382
11380
|
readonly scrollable: "boolean";
|
|
11383
11381
|
readonly style: {
|
|
11384
11382
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -11420,6 +11418,8 @@ export declare const patterns: readonly [{
|
|
|
11420
11418
|
readonly fontWeight: "fontWeight";
|
|
11421
11419
|
readonly textAlign: readonly ["left", "center", "right", "justify"];
|
|
11422
11420
|
};
|
|
11421
|
+
readonly title: "title";
|
|
11422
|
+
readonly description: "description";
|
|
11423
11423
|
readonly adjustsFontSizeToFit: "boolean";
|
|
11424
11424
|
readonly showEllipsis: "boolean";
|
|
11425
11425
|
};
|
|
@@ -11792,8 +11792,6 @@ export declare const patterns: readonly [{
|
|
|
11792
11792
|
readonly type: "View";
|
|
11793
11793
|
readonly children: "node";
|
|
11794
11794
|
readonly attributes: {
|
|
11795
|
-
readonly title: "title";
|
|
11796
|
-
readonly description: "description";
|
|
11797
11795
|
readonly scrollable: "boolean";
|
|
11798
11796
|
readonly style: {
|
|
11799
11797
|
readonly flexDirection: readonly ["row", "column"];
|