@developer_tribe/react-builder 1.2.15 → 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/PaywallCloseButton/PaywallCloseButton.d.ts +1 -1
- package/dist/build-components/PaywallOptions/PaywallOptionsProps.generated.d.ts +1 -1
- package/dist/build-components/PaywallProvider/PaywallContext.d.ts +2 -1
- package/dist/build-components/PaywallProvider/PaywallProviderProps.generated.d.ts +2 -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 +49 -41
- package/dist/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.web.cjs.js +3 -3
- 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/dist/mockOS/backHandler.d.ts +4 -0
- package/dist/paywall/hooks/index.d.ts +3 -3
- package/dist/paywall/hooks/useChangeDelayByPaywall.d.ts +4 -0
- package/dist/paywall/hooks/useHandleGoBack.d.ts +1 -0
- package/dist/paywall/hooks/useMockOSBackHandler.d.ts +1 -0
- package/package.json +4 -1
- package/src/RenderPage.tsx +0 -24
- package/src/assets/meta.json +1 -1
- package/src/assets/samples/paywall-2.json +3 -2
- 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/CountDown/CountDown.tsx +9 -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/PaywallCloseButton/PaywallCloseButton.tsx +5 -1
- package/src/build-components/PaywallCloseButton/pattern.json +3 -0
- package/src/build-components/PaywallCounter/PaywallCounter.tsx +2 -5
- package/src/build-components/PaywallOptions/PaywallOptions.tsx +2 -2
- package/src/build-components/PaywallOptions/PaywallOptionsProps.generated.ts +1 -1
- package/src/build-components/PaywallProvider/PaywallContext.ts +4 -2
- package/src/build-components/PaywallProvider/PaywallProvider.tsx +45 -7
- package/src/build-components/PaywallProvider/PaywallProviderProps.generated.ts +2 -1
- package/src/build-components/PaywallProvider/pattern.json +11 -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 +50 -41
- package/src/components/BuilderProvider.tsx +0 -9
- package/src/components/DeviceNavigationBar.tsx +5 -0
- package/src/index.ts +1 -3
- package/src/mockOS/backHandler.ts +35 -0
- package/src/mockOS/managers/navigationManager.ts +0 -3
- package/src/pages/ProjectMigrationPage.tsx +3 -1
- package/src/paywall/hooks/index.ts +3 -3
- package/src/paywall/hooks/useChangeDelayByPaywall.ts +25 -0
- package/src/paywall/hooks/useHandleGoBack.ts +60 -0
- package/src/paywall/hooks/useMockOSBackHandler.ts +9 -0
- package/dist/paywall/hooks/useCarouselOptionsSeperator.d.ts +0 -6
- package/dist/paywall/hooks/useCloseStatusPaywall.d.ts +0 -4
- package/dist/paywall/hooks/usePaywallCounter.d.ts +0 -4
- package/src/paywall/hooks/useCarouselOptionsSeperator.ts +0 -8
- package/src/paywall/hooks/useCloseStatusPaywall.ts +0 -6
- package/src/paywall/hooks/usePaywallCounter.ts +0 -6
|
@@ -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
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { PaywallCloseButtonComponentProps } from './PaywallCloseButtonProps.generated';
|
|
3
|
-
declare function PaywallCloseButton({ node }: PaywallCloseButtonComponentProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function PaywallCloseButton({ node }: PaywallCloseButtonComponentProps): import("react/jsx-runtime").JSX.Element | null;
|
|
4
4
|
declare const _default: React.MemoExoticComponent<typeof PaywallCloseButton>;
|
|
5
5
|
export default _default;
|
|
@@ -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 {
|
|
@@ -2,11 +2,12 @@ import React from 'react';
|
|
|
2
2
|
import type { Product } from '../../paywall/types/paywall-types';
|
|
3
3
|
export type PaywallContextValue = {
|
|
4
4
|
products: Product[];
|
|
5
|
-
selectedProductId: string;
|
|
6
5
|
setSelectedProductId: (productId: string) => void;
|
|
7
6
|
selectedProduct?: Product;
|
|
8
7
|
onClose?: () => void;
|
|
9
8
|
onSubscribe?: (product?: Product) => void | boolean | Promise<boolean>;
|
|
9
|
+
onCounterDown?: () => void;
|
|
10
|
+
isBackAllowed: boolean;
|
|
10
11
|
};
|
|
11
12
|
export declare const PaywallContext: React.Context<PaywallContextValue | undefined>;
|
|
12
13
|
export declare function usePaywallContext(): PaywallContextValue;
|
|
@@ -42,9 +42,10 @@ export interface PaywallProviderPropsGenerated {
|
|
|
42
42
|
child: string;
|
|
43
43
|
attributes: {
|
|
44
44
|
style?: PaywallProviderStyleGenerated;
|
|
45
|
+
scrollable?: boolean;
|
|
45
46
|
title?: string;
|
|
46
47
|
description?: string;
|
|
47
|
-
|
|
48
|
+
delay?: number;
|
|
48
49
|
};
|
|
49
50
|
}
|
|
50
51
|
export interface PaywallProviderComponentProps {
|
|
@@ -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
|
};
|
|
@@ -9436,11 +9436,13 @@ export declare const patterns: readonly [{
|
|
|
9436
9436
|
readonly style: {
|
|
9437
9437
|
readonly fontSize: "16";
|
|
9438
9438
|
readonly flexDirection: "row";
|
|
9439
|
-
readonly position: "
|
|
9439
|
+
readonly position: "absolute";
|
|
9440
9440
|
readonly zIndex: 1;
|
|
9441
9441
|
readonly alignSelf: "flex-start";
|
|
9442
9442
|
readonly flexGrow: 0;
|
|
9443
9443
|
readonly flexShrink: 0;
|
|
9444
|
+
readonly top: "35@vs";
|
|
9445
|
+
readonly left: "24@s";
|
|
9444
9446
|
readonly justifyContent: "center";
|
|
9445
9447
|
readonly alignItems: "center";
|
|
9446
9448
|
};
|
|
@@ -9876,8 +9878,6 @@ export declare const patterns: readonly [{
|
|
|
9876
9878
|
readonly type: "PaywallOptions";
|
|
9877
9879
|
readonly children: "node";
|
|
9878
9880
|
readonly attributes: {
|
|
9879
|
-
readonly title: "title";
|
|
9880
|
-
readonly description: "description";
|
|
9881
9881
|
readonly scrollable: "boolean";
|
|
9882
9882
|
readonly style: {
|
|
9883
9883
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -9914,6 +9914,8 @@ export declare const patterns: readonly [{
|
|
|
9914
9914
|
readonly right: "size";
|
|
9915
9915
|
readonly zIndex: "number";
|
|
9916
9916
|
};
|
|
9917
|
+
readonly title: "title";
|
|
9918
|
+
readonly description: "description";
|
|
9917
9919
|
};
|
|
9918
9920
|
};
|
|
9919
9921
|
readonly meta: {
|
|
@@ -10235,8 +10237,6 @@ export declare const patterns: readonly [{
|
|
|
10235
10237
|
readonly type: "PaywallProvider";
|
|
10236
10238
|
readonly children: "node";
|
|
10237
10239
|
readonly attributes: {
|
|
10238
|
-
readonly title: "title";
|
|
10239
|
-
readonly description: "description";
|
|
10240
10240
|
readonly scrollable: "boolean";
|
|
10241
10241
|
readonly style: {
|
|
10242
10242
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -10273,6 +10273,9 @@ export declare const patterns: readonly [{
|
|
|
10273
10273
|
readonly right: "size";
|
|
10274
10274
|
readonly zIndex: "number";
|
|
10275
10275
|
};
|
|
10276
|
+
readonly title: "title";
|
|
10277
|
+
readonly description: "description";
|
|
10278
|
+
readonly delay: "number";
|
|
10276
10279
|
};
|
|
10277
10280
|
};
|
|
10278
10281
|
readonly meta: {
|
|
@@ -10572,6 +10575,13 @@ export declare const patterns: readonly [{
|
|
|
10572
10575
|
readonly specialCategory: null;
|
|
10573
10576
|
readonly sort: 26;
|
|
10574
10577
|
};
|
|
10578
|
+
readonly delay: {
|
|
10579
|
+
readonly label: "Back Delay (ms)";
|
|
10580
|
+
readonly description: "Milliseconds before the paywall can be dismissed via back/close.";
|
|
10581
|
+
readonly category: "other";
|
|
10582
|
+
readonly specialCategory: null;
|
|
10583
|
+
readonly sort: 1;
|
|
10584
|
+
};
|
|
10575
10585
|
};
|
|
10576
10586
|
readonly mockableFeatures: {
|
|
10577
10587
|
readonly products: true;
|
|
@@ -10987,8 +10997,6 @@ export declare const patterns: readonly [{
|
|
|
10987
10997
|
readonly type: "RadioButton";
|
|
10988
10998
|
readonly children: "never";
|
|
10989
10999
|
readonly attributes: {
|
|
10990
|
-
readonly title: "title";
|
|
10991
|
-
readonly description: "description";
|
|
10992
11000
|
readonly scrollable: "boolean";
|
|
10993
11001
|
readonly style: {
|
|
10994
11002
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -11025,6 +11033,8 @@ export declare const patterns: readonly [{
|
|
|
11025
11033
|
readonly right: "size";
|
|
11026
11034
|
readonly zIndex: "number";
|
|
11027
11035
|
};
|
|
11036
|
+
readonly title: "title";
|
|
11037
|
+
readonly description: "description";
|
|
11028
11038
|
readonly selected: "boolean";
|
|
11029
11039
|
readonly color: "color";
|
|
11030
11040
|
readonly size: "number";
|
|
@@ -11367,8 +11377,6 @@ export declare const patterns: readonly [{
|
|
|
11367
11377
|
readonly type: "Text";
|
|
11368
11378
|
readonly children: "string";
|
|
11369
11379
|
readonly attributes: {
|
|
11370
|
-
readonly title: "title";
|
|
11371
|
-
readonly description: "description";
|
|
11372
11380
|
readonly scrollable: "boolean";
|
|
11373
11381
|
readonly style: {
|
|
11374
11382
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -11410,6 +11418,8 @@ export declare const patterns: readonly [{
|
|
|
11410
11418
|
readonly fontWeight: "fontWeight";
|
|
11411
11419
|
readonly textAlign: readonly ["left", "center", "right", "justify"];
|
|
11412
11420
|
};
|
|
11421
|
+
readonly title: "title";
|
|
11422
|
+
readonly description: "description";
|
|
11413
11423
|
readonly adjustsFontSizeToFit: "boolean";
|
|
11414
11424
|
readonly showEllipsis: "boolean";
|
|
11415
11425
|
};
|
|
@@ -11782,8 +11792,6 @@ export declare const patterns: readonly [{
|
|
|
11782
11792
|
readonly type: "View";
|
|
11783
11793
|
readonly children: "node";
|
|
11784
11794
|
readonly attributes: {
|
|
11785
|
-
readonly title: "title";
|
|
11786
|
-
readonly description: "description";
|
|
11787
11795
|
readonly scrollable: "boolean";
|
|
11788
11796
|
readonly style: {
|
|
11789
11797
|
readonly flexDirection: readonly ["row", "column"];
|