@developer_tribe/react-builder 1.2.24 → 1.2.25
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/attributes-editor/SpecialCategorySection.d.ts +2 -1
- package/dist/attributes-editor/attributesEditorModelTypes.d.ts +2 -0
- package/dist/build-components/BIcon/BIconProps.generated.d.ts +0 -2
- package/dist/build-components/BackgroundImage/BackgroundImageProps.generated.d.ts +0 -2
- package/dist/build-components/Button/ButtonProps.generated.d.ts +0 -2
- package/dist/build-components/Carousel/CarouselProps.generated.d.ts +0 -2
- package/dist/build-components/CarouselButtons/CarouselButtonsProps.generated.d.ts +0 -2
- package/dist/build-components/CarouselDots/CarouselDotsProps.generated.d.ts +0 -2
- package/dist/build-components/CarouselItem/CarouselItemProps.generated.d.ts +0 -2
- package/dist/build-components/CarouselProvider/CarouselProviderProps.generated.d.ts +0 -2
- package/dist/build-components/CountDown/CountDownProps.generated.d.ts +0 -2
- package/dist/build-components/Counter/CounterProps.generated.d.ts +0 -2
- package/dist/build-components/Image/ImageProps.generated.d.ts +0 -2
- package/dist/build-components/Main/MainProps.generated.d.ts +0 -2
- package/dist/build-components/NavigationBarColor/NavigationBarColorProps.generated.d.ts +0 -2
- package/dist/build-components/Onboard/OnboardProps.generated.d.ts +0 -2
- package/dist/build-components/OnboardButton/OnboardButtonProps.generated.d.ts +0 -2
- package/dist/build-components/OnboardButtons/OnboardButtonsProps.generated.d.ts +0 -2
- package/dist/build-components/OnboardDot/OnboardDotProps.generated.d.ts +0 -2
- package/dist/build-components/OnboardFooter/OnboardFooterProps.generated.d.ts +0 -2
- package/dist/build-components/OnboardImage/OnboardImageProps.generated.d.ts +0 -2
- package/dist/build-components/OnboardItem/OnboardItemProps.generated.d.ts +0 -2
- package/dist/build-components/OnboardProvider/OnboardProviderProps.generated.d.ts +0 -2
- package/dist/build-components/OnboardSubtitle/OnboardSubtitleProps.generated.d.ts +0 -2
- package/dist/build-components/OnboardTitle/OnboardTitleProps.generated.d.ts +0 -2
- package/dist/build-components/PaywallBackground/PaywallBackgroundProps.generated.d.ts +0 -2
- package/dist/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.d.ts +0 -2
- package/dist/build-components/PaywallCounter/PaywallCounterProps.generated.d.ts +0 -2
- package/dist/build-components/PaywallOptions/PaywallOptionsProps.generated.d.ts +0 -2
- package/dist/build-components/PaywallProvider/PaywallProviderProps.generated.d.ts +0 -2
- package/dist/build-components/PaywallSubscribeButton/PaywallSubscribeButtonProps.generated.d.ts +0 -2
- package/dist/build-components/RadioButton/RadioButtonProps.generated.d.ts +0 -2
- package/dist/build-components/Separator/SeparatorProps.generated.d.ts +0 -2
- package/dist/build-components/StatusBarColor/StatusBarColorProps.generated.d.ts +0 -2
- package/dist/build-components/Text/TextProps.generated.d.ts +0 -2
- package/dist/build-components/patterns.generated.d.ts +76 -70
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.web.cjs.js +4 -4
- package/dist/index.web.cjs.js.map +1 -1
- package/dist/index.web.esm.js +2 -2
- package/dist/index.web.esm.js.map +1 -1
- package/dist/pages/ProjectPage.d.ts +2 -2
- package/dist/pages/projectPageUtils.d.ts +7 -1
- package/dist/types/Project.d.ts +6 -0
- package/dist/utils/patterns.d.ts +2 -0
- package/package.json +1 -1
- package/scripts/prebuild/utils/validateAllComponentsOrThrow.js +11 -2
- package/src/AttributesEditor.tsx +15 -4
- package/src/assets/meta.json +1 -1
- package/src/assets/samples/paywall-app-delete-offer.json +0 -1
- package/src/assets/samples/paywall-app-open-offer.json +0 -1
- package/src/assets/samples/paywall-back-offer.json +0 -1
- package/src/assets/samples/paywall-notification-offer.json +0 -1
- package/src/assets/samples/simple-2.json +0 -1
- package/src/attributes-editor/AttributesEditorView.tsx +43 -36
- package/src/attributes-editor/SpecialCategorySection.tsx +5 -3
- package/src/attributes-editor/attributesEditorModelTypes.ts +2 -0
- package/src/attributes-editor/useAttributesEditorModel.ts +6 -0
- package/src/build-components/BIcon/BIconProps.generated.ts +0 -2
- package/src/build-components/BIcon/pattern.json +5 -3
- package/src/build-components/BackgroundImage/BackgroundImageProps.generated.ts +0 -2
- package/src/build-components/BackgroundImage/pattern.json +12 -4
- package/src/build-components/Button/ButtonProps.generated.ts +0 -2
- package/src/build-components/Button/pattern.json +5 -3
- package/src/build-components/Carousel/CarouselProps.generated.ts +0 -2
- package/src/build-components/Carousel/pattern.json +11 -5
- package/src/build-components/CarouselButtons/CarouselButtonsProps.generated.ts +0 -2
- package/src/build-components/CarouselButtons/pattern.json +11 -4
- package/src/build-components/CarouselDots/CarouselDotsProps.generated.ts +0 -2
- package/src/build-components/CarouselDots/pattern.json +5 -3
- package/src/build-components/CarouselItem/CarouselItemProps.generated.ts +0 -2
- package/src/build-components/CarouselItem/pattern.json +6 -6
- package/src/build-components/CarouselProvider/CarouselProviderProps.generated.ts +0 -2
- package/src/build-components/CarouselProvider/pattern.json +6 -5
- package/src/build-components/CountDown/CountDownProps.generated.ts +0 -2
- package/src/build-components/CountDown/pattern.json +6 -3
- package/src/build-components/Counter/CounterProps.generated.ts +0 -2
- package/src/build-components/Counter/pattern.json +5 -1
- package/src/build-components/Image/ImageProps.generated.ts +0 -2
- package/src/build-components/Image/pattern.json +5 -3
- package/src/build-components/Main/MainProps.generated.ts +0 -2
- package/src/build-components/Main/pattern.json +5 -3
- package/src/build-components/NavigationBarColor/NavigationBarColorProps.generated.ts +0 -2
- package/src/build-components/NavigationBarColor/pattern.json +5 -3
- package/src/build-components/Onboard/OnboardProps.generated.ts +0 -2
- package/src/build-components/Onboard/pattern.json +9 -7
- package/src/build-components/OnboardButton/OnboardButtonProps.generated.ts +0 -2
- package/src/build-components/OnboardButton/pattern.json +16 -5
- package/src/build-components/OnboardButtons/OnboardButtonsProps.generated.ts +0 -2
- package/src/build-components/OnboardButtons/pattern.json +17 -6
- package/src/build-components/OnboardDot/OnboardDotProps.generated.ts +0 -2
- package/src/build-components/OnboardDot/pattern.json +5 -3
- package/src/build-components/OnboardFooter/OnboardFooterProps.generated.ts +0 -2
- package/src/build-components/OnboardFooter/pattern.json +5 -3
- package/src/build-components/OnboardImage/OnboardImageProps.generated.ts +0 -2
- package/src/build-components/OnboardImage/pattern.json +7 -3
- package/src/build-components/OnboardItem/OnboardItemProps.generated.ts +0 -2
- package/src/build-components/OnboardItem/pattern.json +13 -5
- package/src/build-components/OnboardProvider/OnboardProviderProps.generated.ts +0 -2
- package/src/build-components/OnboardProvider/pattern.json +10 -4
- package/src/build-components/OnboardSubtitle/OnboardSubtitleProps.generated.ts +0 -2
- package/src/build-components/OnboardSubtitle/pattern.json +7 -6
- package/src/build-components/OnboardTitle/OnboardTitleProps.generated.ts +0 -2
- package/src/build-components/OnboardTitle/pattern.json +7 -6
- package/src/build-components/PaywallBackground/PaywallBackgroundProps.generated.ts +0 -2
- package/src/build-components/PaywallBackground/pattern.json +5 -5
- package/src/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.ts +0 -2
- package/src/build-components/PaywallCloseButton/pattern.json +6 -6
- package/src/build-components/PaywallCounter/PaywallCounterProps.generated.ts +0 -2
- package/src/build-components/PaywallCounter/pattern.json +6 -3
- package/src/build-components/PaywallOptions/PaywallOptionsProps.generated.ts +0 -2
- package/src/build-components/PaywallOptions/pattern.json +6 -6
- package/src/build-components/PaywallProvider/PaywallProviderProps.generated.ts +0 -2
- package/src/build-components/PaywallProvider/pattern.json +5 -3
- package/src/build-components/PaywallSubscribeButton/PaywallSubscribeButtonProps.generated.ts +0 -2
- package/src/build-components/PaywallSubscribeButton/pattern.json +6 -6
- package/src/build-components/RadioButton/RadioButtonProps.generated.ts +0 -2
- package/src/build-components/RadioButton/pattern.json +5 -3
- package/src/build-components/Separator/SeparatorProps.generated.ts +0 -2
- package/src/build-components/Separator/pattern.json +5 -3
- package/src/build-components/StatusBarColor/StatusBarColorProps.generated.ts +0 -2
- package/src/build-components/StatusBarColor/pattern.json +5 -3
- package/src/build-components/Text/TextProps.generated.ts +0 -2
- package/src/build-components/Text/pattern.json +11 -5
- package/src/build-components/View/pattern.json +18 -4
- package/src/build-components/patterns.generated.ts +72 -70
- package/src/components/AttributesEditorPanel.tsx +48 -32
- package/src/components/Builder.tsx +4 -1
- package/src/index.ts +1 -1
- package/src/pages/ProjectPage.tsx +45 -22
- package/src/pages/projectPageUtils.ts +15 -1
- package/src/types/Project.ts +7 -0
- package/src/utils/patterns.ts +2 -0
|
@@ -2,10 +2,10 @@ export declare const patterns: readonly [{
|
|
|
2
2
|
readonly schemaVersion: 2;
|
|
3
3
|
readonly pattern: {
|
|
4
4
|
readonly type: "BIcon";
|
|
5
|
+
readonly title: "title";
|
|
6
|
+
readonly description: "description";
|
|
5
7
|
readonly children: "never";
|
|
6
8
|
readonly attributes: {
|
|
7
|
-
readonly title: "title";
|
|
8
|
-
readonly description: "description";
|
|
9
9
|
readonly adjustsFontSizeToFit: "boolean";
|
|
10
10
|
readonly showEllipsis: "boolean";
|
|
11
11
|
readonly style: {
|
|
@@ -459,6 +459,8 @@ export declare const patterns: readonly [{
|
|
|
459
459
|
readonly schemaVersion: 2;
|
|
460
460
|
readonly pattern: {
|
|
461
461
|
readonly type: "BackgroundImage";
|
|
462
|
+
readonly title: "title";
|
|
463
|
+
readonly description: "description";
|
|
462
464
|
readonly children: "never";
|
|
463
465
|
readonly attributes: {
|
|
464
466
|
readonly scrollable: "boolean";
|
|
@@ -498,8 +500,6 @@ export declare const patterns: readonly [{
|
|
|
498
500
|
readonly right: "size";
|
|
499
501
|
readonly zIndex: "number";
|
|
500
502
|
};
|
|
501
|
-
readonly title: "title";
|
|
502
|
-
readonly description: "description";
|
|
503
503
|
readonly src: "string";
|
|
504
504
|
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
505
505
|
};
|
|
@@ -858,6 +858,8 @@ export declare const patterns: readonly [{
|
|
|
858
858
|
readonly schemaVersion: 2;
|
|
859
859
|
readonly pattern: {
|
|
860
860
|
readonly type: "Button";
|
|
861
|
+
readonly title: "title";
|
|
862
|
+
readonly description: "description";
|
|
861
863
|
readonly children: "string";
|
|
862
864
|
readonly attributes: {
|
|
863
865
|
readonly scrollable: "boolean";
|
|
@@ -900,8 +902,6 @@ export declare const patterns: readonly [{
|
|
|
900
902
|
readonly fontSize: "size";
|
|
901
903
|
readonly fontWeight: readonly ["normal", "bold", "100", "200", "300", "400", "500", "600", "700", "800", "900"];
|
|
902
904
|
};
|
|
903
|
-
readonly title: "title";
|
|
904
|
-
readonly description: "description";
|
|
905
905
|
};
|
|
906
906
|
};
|
|
907
907
|
readonly meta: {
|
|
@@ -1250,6 +1250,8 @@ export declare const patterns: readonly [{
|
|
|
1250
1250
|
readonly schemaVersion: 2;
|
|
1251
1251
|
readonly pattern: {
|
|
1252
1252
|
readonly type: "Carousel";
|
|
1253
|
+
readonly title: "title";
|
|
1254
|
+
readonly description: "description";
|
|
1253
1255
|
readonly children: "node";
|
|
1254
1256
|
readonly attributes: {
|
|
1255
1257
|
readonly scrollable: "boolean";
|
|
@@ -1289,8 +1291,6 @@ export declare const patterns: readonly [{
|
|
|
1289
1291
|
readonly right: "size";
|
|
1290
1292
|
readonly zIndex: "number";
|
|
1291
1293
|
};
|
|
1292
|
-
readonly title: "title";
|
|
1293
|
-
readonly description: "description";
|
|
1294
1294
|
readonly loop: "boolean";
|
|
1295
1295
|
readonly dragFree: "boolean";
|
|
1296
1296
|
readonly align: readonly ["start", "center", "end"];
|
|
@@ -1617,6 +1617,8 @@ export declare const patterns: readonly [{
|
|
|
1617
1617
|
readonly schemaVersion: 2;
|
|
1618
1618
|
readonly pattern: {
|
|
1619
1619
|
readonly type: "CarouselButtons";
|
|
1620
|
+
readonly title: "title";
|
|
1621
|
+
readonly description: "description";
|
|
1620
1622
|
readonly children: "never";
|
|
1621
1623
|
readonly attributes: {
|
|
1622
1624
|
readonly scrollable: "boolean";
|
|
@@ -1656,8 +1658,6 @@ export declare const patterns: readonly [{
|
|
|
1656
1658
|
readonly right: "size";
|
|
1657
1659
|
readonly zIndex: "number";
|
|
1658
1660
|
};
|
|
1659
|
-
readonly title: "title";
|
|
1660
|
-
readonly description: "description";
|
|
1661
1661
|
readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
|
|
1662
1662
|
readonly skipNumber: "number";
|
|
1663
1663
|
};
|
|
@@ -1997,6 +1997,8 @@ export declare const patterns: readonly [{
|
|
|
1997
1997
|
readonly schemaVersion: 2;
|
|
1998
1998
|
readonly pattern: {
|
|
1999
1999
|
readonly type: "CarouselDots";
|
|
2000
|
+
readonly title: "title";
|
|
2001
|
+
readonly description: "description";
|
|
2000
2002
|
readonly children: "never";
|
|
2001
2003
|
readonly attributes: {
|
|
2002
2004
|
readonly scrollable: "boolean";
|
|
@@ -2036,8 +2038,6 @@ export declare const patterns: readonly [{
|
|
|
2036
2038
|
readonly right: "size";
|
|
2037
2039
|
readonly zIndex: "number";
|
|
2038
2040
|
};
|
|
2039
|
-
readonly title: "title";
|
|
2040
|
-
readonly description: "description";
|
|
2041
2041
|
readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
|
|
2042
2042
|
};
|
|
2043
2043
|
};
|
|
@@ -2369,6 +2369,8 @@ export declare const patterns: readonly [{
|
|
|
2369
2369
|
readonly schemaVersion: 2;
|
|
2370
2370
|
readonly pattern: {
|
|
2371
2371
|
readonly type: "CarouselItem";
|
|
2372
|
+
readonly title: "title";
|
|
2373
|
+
readonly description: "description";
|
|
2372
2374
|
readonly children: "node";
|
|
2373
2375
|
readonly attributes: {
|
|
2374
2376
|
readonly scrollable: "boolean";
|
|
@@ -2408,8 +2410,6 @@ export declare const patterns: readonly [{
|
|
|
2408
2410
|
readonly right: "size";
|
|
2409
2411
|
readonly zIndex: "number";
|
|
2410
2412
|
};
|
|
2411
|
-
readonly title: "title";
|
|
2412
|
-
readonly description: "description";
|
|
2413
2413
|
};
|
|
2414
2414
|
};
|
|
2415
2415
|
readonly meta: {
|
|
@@ -2733,6 +2733,8 @@ export declare const patterns: readonly [{
|
|
|
2733
2733
|
readonly schemaVersion: 1;
|
|
2734
2734
|
readonly pattern: {
|
|
2735
2735
|
readonly type: "CarouselProvider";
|
|
2736
|
+
readonly title: "title";
|
|
2737
|
+
readonly description: "description";
|
|
2736
2738
|
readonly children: "node";
|
|
2737
2739
|
readonly attributes: {
|
|
2738
2740
|
readonly scrollable: "boolean";
|
|
@@ -2772,8 +2774,6 @@ export declare const patterns: readonly [{
|
|
|
2772
2774
|
readonly right: "size";
|
|
2773
2775
|
readonly zIndex: "number";
|
|
2774
2776
|
};
|
|
2775
|
-
readonly title: "title";
|
|
2776
|
-
readonly description: "description";
|
|
2777
2777
|
};
|
|
2778
2778
|
readonly defaults: {
|
|
2779
2779
|
readonly style: {
|
|
@@ -3106,11 +3106,11 @@ export declare const patterns: readonly [{
|
|
|
3106
3106
|
readonly schemaVersion: 2;
|
|
3107
3107
|
readonly pattern: {
|
|
3108
3108
|
readonly type: "CountDown";
|
|
3109
|
+
readonly title: "title";
|
|
3110
|
+
readonly description: "description";
|
|
3109
3111
|
readonly children: "never";
|
|
3110
3112
|
readonly attributes: {
|
|
3111
3113
|
readonly count: "number";
|
|
3112
|
-
readonly title: "title";
|
|
3113
|
-
readonly description: "description";
|
|
3114
3114
|
readonly adjustsFontSizeToFit: "boolean";
|
|
3115
3115
|
readonly showEllipsis: "boolean";
|
|
3116
3116
|
readonly style: {
|
|
@@ -3545,10 +3545,10 @@ export declare const patterns: readonly [{
|
|
|
3545
3545
|
readonly schemaVersion: 2;
|
|
3546
3546
|
readonly pattern: {
|
|
3547
3547
|
readonly type: "Counter";
|
|
3548
|
+
readonly title: "title";
|
|
3549
|
+
readonly description: "description";
|
|
3548
3550
|
readonly children: "never";
|
|
3549
3551
|
readonly attributes: {
|
|
3550
|
-
readonly title: "title";
|
|
3551
|
-
readonly description: "description";
|
|
3552
3552
|
readonly adjustsFontSizeToFit: "boolean";
|
|
3553
3553
|
readonly showEllipsis: "boolean";
|
|
3554
3554
|
readonly style: {
|
|
@@ -3984,6 +3984,8 @@ export declare const patterns: readonly [{
|
|
|
3984
3984
|
readonly schemaVersion: 2;
|
|
3985
3985
|
readonly pattern: {
|
|
3986
3986
|
readonly type: "Image";
|
|
3987
|
+
readonly title: "title";
|
|
3988
|
+
readonly description: "description";
|
|
3987
3989
|
readonly children: "never";
|
|
3988
3990
|
readonly attributes: {
|
|
3989
3991
|
readonly scrollable: "boolean";
|
|
@@ -4024,12 +4026,12 @@ export declare const patterns: readonly [{
|
|
|
4024
4026
|
readonly zIndex: "number";
|
|
4025
4027
|
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
4026
4028
|
};
|
|
4027
|
-
readonly title: "title";
|
|
4028
|
-
readonly description: "description";
|
|
4029
4029
|
readonly src: "string";
|
|
4030
4030
|
};
|
|
4031
4031
|
readonly defaults: {
|
|
4032
|
-
readonly
|
|
4032
|
+
readonly style: {
|
|
4033
|
+
readonly resizeMode: "contain";
|
|
4034
|
+
};
|
|
4033
4035
|
};
|
|
4034
4036
|
};
|
|
4035
4037
|
readonly meta: {
|
|
@@ -4353,7 +4355,6 @@ export declare const patterns: readonly [{
|
|
|
4353
4355
|
};
|
|
4354
4356
|
};
|
|
4355
4357
|
readonly defaults: {
|
|
4356
|
-
readonly resizeMode: "contain";
|
|
4357
4358
|
readonly style: {
|
|
4358
4359
|
readonly flexDirection: "column";
|
|
4359
4360
|
readonly position: "relative";
|
|
@@ -4361,6 +4362,7 @@ export declare const patterns: readonly [{
|
|
|
4361
4362
|
readonly alignSelf: "flex-start";
|
|
4362
4363
|
readonly flexGrow: 0;
|
|
4363
4364
|
readonly flexShrink: 0;
|
|
4365
|
+
readonly resizeMode: "contain";
|
|
4364
4366
|
};
|
|
4365
4367
|
};
|
|
4366
4368
|
readonly types: {};
|
|
@@ -4368,6 +4370,8 @@ export declare const patterns: readonly [{
|
|
|
4368
4370
|
readonly schemaVersion: 2;
|
|
4369
4371
|
readonly pattern: {
|
|
4370
4372
|
readonly type: "Main";
|
|
4373
|
+
readonly title: "title";
|
|
4374
|
+
readonly description: "description";
|
|
4371
4375
|
readonly children: "node";
|
|
4372
4376
|
readonly attributes: {
|
|
4373
4377
|
readonly scrollable: "boolean";
|
|
@@ -4407,8 +4411,6 @@ export declare const patterns: readonly [{
|
|
|
4407
4411
|
readonly right: "size";
|
|
4408
4412
|
readonly zIndex: "number";
|
|
4409
4413
|
};
|
|
4410
|
-
readonly title: "title";
|
|
4411
|
-
readonly description: "description";
|
|
4412
4414
|
readonly useSafeAreaView: "boolean";
|
|
4413
4415
|
};
|
|
4414
4416
|
};
|
|
@@ -4746,6 +4748,8 @@ export declare const patterns: readonly [{
|
|
|
4746
4748
|
readonly schemaVersion: 2;
|
|
4747
4749
|
readonly pattern: {
|
|
4748
4750
|
readonly type: "NavigationBarColor";
|
|
4751
|
+
readonly title: "title";
|
|
4752
|
+
readonly description: "description";
|
|
4749
4753
|
readonly children: "never";
|
|
4750
4754
|
readonly attributes: {
|
|
4751
4755
|
readonly scrollable: "boolean";
|
|
@@ -4785,8 +4789,6 @@ export declare const patterns: readonly [{
|
|
|
4785
4789
|
readonly right: "size";
|
|
4786
4790
|
readonly zIndex: "number";
|
|
4787
4791
|
};
|
|
4788
|
-
readonly title: "title";
|
|
4789
|
-
readonly description: "description";
|
|
4790
4792
|
};
|
|
4791
4793
|
};
|
|
4792
4794
|
readonly meta: {
|
|
@@ -5111,6 +5113,8 @@ export declare const patterns: readonly [{
|
|
|
5111
5113
|
readonly schemaVersion: 2;
|
|
5112
5114
|
readonly pattern: {
|
|
5113
5115
|
readonly type: "Onboard";
|
|
5116
|
+
readonly title: "title";
|
|
5117
|
+
readonly description: "description";
|
|
5114
5118
|
readonly children: "node";
|
|
5115
5119
|
readonly attributes: {
|
|
5116
5120
|
readonly scrollable: "boolean";
|
|
@@ -5150,8 +5154,6 @@ export declare const patterns: readonly [{
|
|
|
5150
5154
|
readonly right: "size";
|
|
5151
5155
|
readonly zIndex: "number";
|
|
5152
5156
|
};
|
|
5153
|
-
readonly title: "title";
|
|
5154
|
-
readonly description: "description";
|
|
5155
5157
|
};
|
|
5156
5158
|
};
|
|
5157
5159
|
readonly meta: {
|
|
@@ -5476,6 +5478,8 @@ export declare const patterns: readonly [{
|
|
|
5476
5478
|
readonly schemaVersion: 2;
|
|
5477
5479
|
readonly pattern: {
|
|
5478
5480
|
readonly type: "OnboardButton";
|
|
5481
|
+
readonly title: "title";
|
|
5482
|
+
readonly description: "description";
|
|
5479
5483
|
readonly children: "never";
|
|
5480
5484
|
readonly attributes: {
|
|
5481
5485
|
readonly scrollable: "boolean";
|
|
@@ -5515,8 +5519,6 @@ export declare const patterns: readonly [{
|
|
|
5515
5519
|
readonly right: "size";
|
|
5516
5520
|
readonly zIndex: "number";
|
|
5517
5521
|
};
|
|
5518
|
-
readonly title: "title";
|
|
5519
|
-
readonly description: "description";
|
|
5520
5522
|
readonly labelKey: "string";
|
|
5521
5523
|
readonly button_text_color: "color";
|
|
5522
5524
|
readonly animation: readonly ["simple-animation", "line-animation", "blur", "blur-animation", "blur-line-animation"];
|
|
@@ -5904,6 +5906,8 @@ export declare const patterns: readonly [{
|
|
|
5904
5906
|
readonly schemaVersion: 2;
|
|
5905
5907
|
readonly pattern: {
|
|
5906
5908
|
readonly type: "OnboardButtons";
|
|
5909
|
+
readonly title: "title";
|
|
5910
|
+
readonly description: "description";
|
|
5907
5911
|
readonly children: "node";
|
|
5908
5912
|
readonly attributes: {
|
|
5909
5913
|
readonly scrollable: "boolean";
|
|
@@ -5943,8 +5947,6 @@ export declare const patterns: readonly [{
|
|
|
5943
5947
|
readonly right: "size";
|
|
5944
5948
|
readonly zIndex: "number";
|
|
5945
5949
|
};
|
|
5946
|
-
readonly title: "title";
|
|
5947
|
-
readonly description: "description";
|
|
5948
5950
|
readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
|
|
5949
5951
|
readonly skipNumber: "number";
|
|
5950
5952
|
readonly buttons_direction: readonly ["row", "column"];
|
|
@@ -6341,6 +6343,8 @@ export declare const patterns: readonly [{
|
|
|
6341
6343
|
readonly schemaVersion: 2;
|
|
6342
6344
|
readonly pattern: {
|
|
6343
6345
|
readonly type: "OnboardDot";
|
|
6346
|
+
readonly title: "title";
|
|
6347
|
+
readonly description: "description";
|
|
6344
6348
|
readonly children: "never";
|
|
6345
6349
|
readonly attributes: {
|
|
6346
6350
|
readonly scrollable: "boolean";
|
|
@@ -6380,8 +6384,6 @@ export declare const patterns: readonly [{
|
|
|
6380
6384
|
readonly right: "size";
|
|
6381
6385
|
readonly zIndex: "number";
|
|
6382
6386
|
};
|
|
6383
|
-
readonly title: "title";
|
|
6384
|
-
readonly description: "description";
|
|
6385
6387
|
readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
|
|
6386
6388
|
readonly dot_thickness: "size";
|
|
6387
6389
|
readonly inactive_dot_opacity: "number";
|
|
@@ -6755,10 +6757,10 @@ export declare const patterns: readonly [{
|
|
|
6755
6757
|
readonly schemaVersion: 2;
|
|
6756
6758
|
readonly pattern: {
|
|
6757
6759
|
readonly type: "OnboardFooter";
|
|
6760
|
+
readonly title: "title";
|
|
6761
|
+
readonly description: "description";
|
|
6758
6762
|
readonly children: "node";
|
|
6759
6763
|
readonly attributes: {
|
|
6760
|
-
readonly title: "title";
|
|
6761
|
-
readonly description: "description";
|
|
6762
6764
|
readonly adjustsFontSizeToFit: "boolean";
|
|
6763
6765
|
readonly showEllipsis: "boolean";
|
|
6764
6766
|
readonly style: {
|
|
@@ -7247,10 +7249,10 @@ export declare const patterns: readonly [{
|
|
|
7247
7249
|
readonly schemaVersion: 2;
|
|
7248
7250
|
readonly pattern: {
|
|
7249
7251
|
readonly type: "OnboardImage";
|
|
7252
|
+
readonly title: "title";
|
|
7253
|
+
readonly description: "description";
|
|
7250
7254
|
readonly children: "node";
|
|
7251
7255
|
readonly attributes: {
|
|
7252
|
-
readonly title: "title";
|
|
7253
|
-
readonly description: "description";
|
|
7254
7256
|
readonly src: "string";
|
|
7255
7257
|
readonly style: {
|
|
7256
7258
|
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
@@ -7294,7 +7296,9 @@ export declare const patterns: readonly [{
|
|
|
7294
7296
|
readonly lottie: "string";
|
|
7295
7297
|
};
|
|
7296
7298
|
readonly defaults: {
|
|
7297
|
-
readonly
|
|
7299
|
+
readonly style: {
|
|
7300
|
+
readonly resizeMode: "contain";
|
|
7301
|
+
};
|
|
7298
7302
|
};
|
|
7299
7303
|
};
|
|
7300
7304
|
readonly meta: {
|
|
@@ -7632,8 +7636,8 @@ export declare const patterns: readonly [{
|
|
|
7632
7636
|
};
|
|
7633
7637
|
};
|
|
7634
7638
|
readonly defaults: {
|
|
7635
|
-
readonly resizeMode: "contain";
|
|
7636
7639
|
readonly style: {
|
|
7640
|
+
readonly resizeMode: "contain";
|
|
7637
7641
|
readonly flexDirection: "column";
|
|
7638
7642
|
readonly position: "relative";
|
|
7639
7643
|
readonly zIndex: 1;
|
|
@@ -7647,6 +7651,8 @@ export declare const patterns: readonly [{
|
|
|
7647
7651
|
readonly schemaVersion: 2;
|
|
7648
7652
|
readonly pattern: {
|
|
7649
7653
|
readonly type: "OnboardItem";
|
|
7654
|
+
readonly title: "title";
|
|
7655
|
+
readonly description: "description";
|
|
7650
7656
|
readonly children: "node";
|
|
7651
7657
|
readonly attributes: {
|
|
7652
7658
|
readonly scrollable: "boolean";
|
|
@@ -7686,8 +7692,6 @@ export declare const patterns: readonly [{
|
|
|
7686
7692
|
readonly right: "size";
|
|
7687
7693
|
readonly zIndex: "number";
|
|
7688
7694
|
};
|
|
7689
|
-
readonly title: "title";
|
|
7690
|
-
readonly description: "description";
|
|
7691
7695
|
readonly display: readonly ["flex", "block"];
|
|
7692
7696
|
readonly gap: "size";
|
|
7693
7697
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -8023,6 +8027,8 @@ export declare const patterns: readonly [{
|
|
|
8023
8027
|
readonly schemaVersion: 2;
|
|
8024
8028
|
readonly pattern: {
|
|
8025
8029
|
readonly type: "OnboardProvider";
|
|
8030
|
+
readonly title: "title";
|
|
8031
|
+
readonly description: "description";
|
|
8026
8032
|
readonly children: "node";
|
|
8027
8033
|
readonly attributes: {
|
|
8028
8034
|
readonly scrollable: "boolean";
|
|
@@ -8062,8 +8068,6 @@ export declare const patterns: readonly [{
|
|
|
8062
8068
|
readonly right: "size";
|
|
8063
8069
|
readonly zIndex: "number";
|
|
8064
8070
|
};
|
|
8065
|
-
readonly title: "title";
|
|
8066
|
-
readonly description: "description";
|
|
8067
8071
|
readonly theme: readonly ["light", "dark", "all"];
|
|
8068
8072
|
readonly borderRadius: "never";
|
|
8069
8073
|
};
|
|
@@ -8394,10 +8398,10 @@ export declare const patterns: readonly [{
|
|
|
8394
8398
|
readonly schemaVersion: 2;
|
|
8395
8399
|
readonly pattern: {
|
|
8396
8400
|
readonly type: "OnboardSubtitle";
|
|
8401
|
+
readonly title: "title";
|
|
8402
|
+
readonly description: "description";
|
|
8397
8403
|
readonly children: "string";
|
|
8398
8404
|
readonly attributes: {
|
|
8399
|
-
readonly title: "title";
|
|
8400
|
-
readonly description: "description";
|
|
8401
8405
|
readonly adjustsFontSizeToFit: "boolean";
|
|
8402
8406
|
readonly showEllipsis: "boolean";
|
|
8403
8407
|
readonly style: {
|
|
@@ -8825,10 +8829,10 @@ export declare const patterns: readonly [{
|
|
|
8825
8829
|
readonly schemaVersion: 2;
|
|
8826
8830
|
readonly pattern: {
|
|
8827
8831
|
readonly type: "OnboardTitle";
|
|
8832
|
+
readonly title: "title";
|
|
8833
|
+
readonly description: "description";
|
|
8828
8834
|
readonly children: "string";
|
|
8829
8835
|
readonly attributes: {
|
|
8830
|
-
readonly title: "title";
|
|
8831
|
-
readonly description: "description";
|
|
8832
8836
|
readonly adjustsFontSizeToFit: "boolean";
|
|
8833
8837
|
readonly showEllipsis: "boolean";
|
|
8834
8838
|
readonly style: {
|
|
@@ -9257,10 +9261,10 @@ export declare const patterns: readonly [{
|
|
|
9257
9261
|
readonly schemaVersion: 2;
|
|
9258
9262
|
readonly pattern: {
|
|
9259
9263
|
readonly type: "PaywallBackground";
|
|
9264
|
+
readonly title: "title";
|
|
9265
|
+
readonly description: "description";
|
|
9260
9266
|
readonly children: "never";
|
|
9261
9267
|
readonly attributes: {
|
|
9262
|
-
readonly title: "title";
|
|
9263
|
-
readonly description: "description";
|
|
9264
9268
|
readonly src: "string";
|
|
9265
9269
|
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
9266
9270
|
readonly scrollable: "boolean";
|
|
@@ -9656,10 +9660,10 @@ export declare const patterns: readonly [{
|
|
|
9656
9660
|
readonly schemaVersion: 2;
|
|
9657
9661
|
readonly pattern: {
|
|
9658
9662
|
readonly type: "PaywallCloseButton";
|
|
9663
|
+
readonly title: "title";
|
|
9664
|
+
readonly description: "description";
|
|
9659
9665
|
readonly children: "never";
|
|
9660
9666
|
readonly attributes: {
|
|
9661
|
-
readonly title: "title";
|
|
9662
|
-
readonly description: "description";
|
|
9663
9667
|
readonly iconType: "iconType";
|
|
9664
9668
|
readonly size: "number";
|
|
9665
9669
|
readonly strokeWidth: "number";
|
|
@@ -10118,11 +10122,11 @@ export declare const patterns: readonly [{
|
|
|
10118
10122
|
readonly schemaVersion: 2;
|
|
10119
10123
|
readonly pattern: {
|
|
10120
10124
|
readonly type: "PaywallCounter";
|
|
10125
|
+
readonly title: "title";
|
|
10126
|
+
readonly description: "description";
|
|
10121
10127
|
readonly children: "never";
|
|
10122
10128
|
readonly attributes: {
|
|
10123
10129
|
readonly count: "number";
|
|
10124
|
-
readonly title: "title";
|
|
10125
|
-
readonly description: "description";
|
|
10126
10130
|
readonly adjustsFontSizeToFit: "boolean";
|
|
10127
10131
|
readonly showEllipsis: "boolean";
|
|
10128
10132
|
readonly style: {
|
|
@@ -10557,6 +10561,8 @@ export declare const patterns: readonly [{
|
|
|
10557
10561
|
readonly schemaVersion: 2;
|
|
10558
10562
|
readonly pattern: {
|
|
10559
10563
|
readonly type: "PaywallOptions";
|
|
10564
|
+
readonly title: "title";
|
|
10565
|
+
readonly description: "description";
|
|
10560
10566
|
readonly children: "node";
|
|
10561
10567
|
readonly attributes: {
|
|
10562
10568
|
readonly scrollable: "boolean";
|
|
@@ -10596,8 +10602,6 @@ export declare const patterns: readonly [{
|
|
|
10596
10602
|
readonly right: "size";
|
|
10597
10603
|
readonly zIndex: "number";
|
|
10598
10604
|
};
|
|
10599
|
-
readonly title: "title";
|
|
10600
|
-
readonly description: "description";
|
|
10601
10605
|
};
|
|
10602
10606
|
};
|
|
10603
10607
|
readonly meta: {
|
|
@@ -10924,6 +10928,8 @@ export declare const patterns: readonly [{
|
|
|
10924
10928
|
readonly schemaVersion: 2;
|
|
10925
10929
|
readonly pattern: {
|
|
10926
10930
|
readonly type: "PaywallProvider";
|
|
10931
|
+
readonly title: "title";
|
|
10932
|
+
readonly description: "description";
|
|
10927
10933
|
readonly children: "node";
|
|
10928
10934
|
readonly attributes: {
|
|
10929
10935
|
readonly scrollable: "boolean";
|
|
@@ -10963,8 +10969,6 @@ export declare const patterns: readonly [{
|
|
|
10963
10969
|
readonly right: "size";
|
|
10964
10970
|
readonly zIndex: "number";
|
|
10965
10971
|
};
|
|
10966
|
-
readonly title: "title";
|
|
10967
|
-
readonly description: "description";
|
|
10968
10972
|
readonly delay: "number";
|
|
10969
10973
|
};
|
|
10970
10974
|
};
|
|
@@ -11302,10 +11306,10 @@ export declare const patterns: readonly [{
|
|
|
11302
11306
|
readonly schemaVersion: 2;
|
|
11303
11307
|
readonly pattern: {
|
|
11304
11308
|
readonly type: "PaywallSubscribeButton";
|
|
11309
|
+
readonly title: "title";
|
|
11310
|
+
readonly description: "description";
|
|
11305
11311
|
readonly children: "string";
|
|
11306
11312
|
readonly attributes: {
|
|
11307
|
-
readonly title: "title";
|
|
11308
|
-
readonly description: "description";
|
|
11309
11313
|
readonly style: {
|
|
11310
11314
|
readonly color: "color";
|
|
11311
11315
|
readonly fontSize: "size";
|
|
@@ -11700,6 +11704,8 @@ export declare const patterns: readonly [{
|
|
|
11700
11704
|
readonly schemaVersion: 2;
|
|
11701
11705
|
readonly pattern: {
|
|
11702
11706
|
readonly type: "RadioButton";
|
|
11707
|
+
readonly title: "title";
|
|
11708
|
+
readonly description: "description";
|
|
11703
11709
|
readonly children: "never";
|
|
11704
11710
|
readonly attributes: {
|
|
11705
11711
|
readonly scrollable: "boolean";
|
|
@@ -11739,8 +11745,6 @@ export declare const patterns: readonly [{
|
|
|
11739
11745
|
readonly right: "size";
|
|
11740
11746
|
readonly zIndex: "number";
|
|
11741
11747
|
};
|
|
11742
|
-
readonly title: "title";
|
|
11743
|
-
readonly description: "description";
|
|
11744
11748
|
readonly selected: "boolean";
|
|
11745
11749
|
readonly color: "color";
|
|
11746
11750
|
readonly size: "number";
|
|
@@ -12088,10 +12092,10 @@ export declare const patterns: readonly [{
|
|
|
12088
12092
|
readonly schemaVersion: 2;
|
|
12089
12093
|
readonly pattern: {
|
|
12090
12094
|
readonly type: "Separator";
|
|
12095
|
+
readonly title: "title";
|
|
12096
|
+
readonly description: "description";
|
|
12091
12097
|
readonly children: "never";
|
|
12092
12098
|
readonly attributes: {
|
|
12093
|
-
readonly title: "title";
|
|
12094
|
-
readonly description: "description";
|
|
12095
12099
|
readonly style: {
|
|
12096
12100
|
readonly backgroundColor: "color";
|
|
12097
12101
|
readonly width: "size";
|
|
@@ -12146,6 +12150,8 @@ export declare const patterns: readonly [{
|
|
|
12146
12150
|
readonly schemaVersion: 2;
|
|
12147
12151
|
readonly pattern: {
|
|
12148
12152
|
readonly type: "StatusBarColor";
|
|
12153
|
+
readonly title: "title";
|
|
12154
|
+
readonly description: "description";
|
|
12149
12155
|
readonly children: "never";
|
|
12150
12156
|
readonly attributes: {
|
|
12151
12157
|
readonly scrollable: "boolean";
|
|
@@ -12185,8 +12191,6 @@ export declare const patterns: readonly [{
|
|
|
12185
12191
|
readonly right: "size";
|
|
12186
12192
|
readonly zIndex: "number";
|
|
12187
12193
|
};
|
|
12188
|
-
readonly title: "title";
|
|
12189
|
-
readonly description: "description";
|
|
12190
12194
|
};
|
|
12191
12195
|
};
|
|
12192
12196
|
readonly meta: {
|
|
@@ -12511,6 +12515,8 @@ export declare const patterns: readonly [{
|
|
|
12511
12515
|
readonly schemaVersion: 2;
|
|
12512
12516
|
readonly pattern: {
|
|
12513
12517
|
readonly type: "Text";
|
|
12518
|
+
readonly title: "title";
|
|
12519
|
+
readonly description: "description";
|
|
12514
12520
|
readonly children: "string";
|
|
12515
12521
|
readonly attributes: {
|
|
12516
12522
|
readonly scrollable: "boolean";
|
|
@@ -12555,8 +12561,6 @@ export declare const patterns: readonly [{
|
|
|
12555
12561
|
readonly fontWeight: "fontWeight";
|
|
12556
12562
|
readonly textAlign: readonly ["left", "center", "right", "justify"];
|
|
12557
12563
|
};
|
|
12558
|
-
readonly title: "title";
|
|
12559
|
-
readonly description: "description";
|
|
12560
12564
|
readonly adjustsFontSizeToFit: "boolean";
|
|
12561
12565
|
readonly showEllipsis: "boolean";
|
|
12562
12566
|
};
|
|
@@ -12942,6 +12946,8 @@ export declare const patterns: readonly [{
|
|
|
12942
12946
|
readonly schemaVersion: 2;
|
|
12943
12947
|
readonly pattern: {
|
|
12944
12948
|
readonly type: "View";
|
|
12949
|
+
readonly title: "title";
|
|
12950
|
+
readonly description: "description";
|
|
12945
12951
|
readonly children: "node";
|
|
12946
12952
|
readonly attributes: {
|
|
12947
12953
|
readonly scrollable: "boolean";
|