@developer_tribe/react-builder 1.2.23 → 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/attribute-analyser/style/native/useExtractImageStyle.d.ts +5 -5
- package/dist/attribute-analyser/style/native/useExtractTextStyle.d.ts +6 -4
- package/dist/attribute-analyser/style/native/useExtractViewStyle.d.ts +5 -3
- 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 +80 -66
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.esm.js +2 -2
- 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/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/attributeStyle.d.ts +12 -0
- package/dist/utils/patterns.d.ts +2 -0
- package/package.json +6 -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-1.json +5 -5
- package/src/assets/samples/paywall-2.json +5 -5
- 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/attribute-analyser/style/native/useExtractImageStyle.ts +19 -15
- package/src/attribute-analyser/style/native/useExtractTextStyle.ts +25 -15
- package/src/attribute-analyser/style/native/useExtractViewStyle.ts +19 -21
- 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 +7 -2
- 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/OnboardButton.tsx +19 -5
- 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/OnboardFooter.tsx +15 -4
- 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 -66
- package/src/components/AttributesEditorPanel.tsx +48 -32
- package/src/components/Builder.tsx +4 -1
- package/src/components/BuilderProvider.tsx +6 -6
- package/src/index.ts +4 -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/attributeStyle.ts +78 -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,10 +4026,13 @@ 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
|
+
readonly defaults: {
|
|
4032
|
+
readonly style: {
|
|
4033
|
+
readonly resizeMode: "contain";
|
|
4034
|
+
};
|
|
4035
|
+
};
|
|
4031
4036
|
};
|
|
4032
4037
|
readonly meta: {
|
|
4033
4038
|
readonly desiredParent: readonly ["all"];
|
|
@@ -4357,6 +4362,7 @@ export declare const patterns: readonly [{
|
|
|
4357
4362
|
readonly alignSelf: "flex-start";
|
|
4358
4363
|
readonly flexGrow: 0;
|
|
4359
4364
|
readonly flexShrink: 0;
|
|
4365
|
+
readonly resizeMode: "contain";
|
|
4360
4366
|
};
|
|
4361
4367
|
};
|
|
4362
4368
|
readonly types: {};
|
|
@@ -4364,6 +4370,8 @@ export declare const patterns: readonly [{
|
|
|
4364
4370
|
readonly schemaVersion: 2;
|
|
4365
4371
|
readonly pattern: {
|
|
4366
4372
|
readonly type: "Main";
|
|
4373
|
+
readonly title: "title";
|
|
4374
|
+
readonly description: "description";
|
|
4367
4375
|
readonly children: "node";
|
|
4368
4376
|
readonly attributes: {
|
|
4369
4377
|
readonly scrollable: "boolean";
|
|
@@ -4403,8 +4411,6 @@ export declare const patterns: readonly [{
|
|
|
4403
4411
|
readonly right: "size";
|
|
4404
4412
|
readonly zIndex: "number";
|
|
4405
4413
|
};
|
|
4406
|
-
readonly title: "title";
|
|
4407
|
-
readonly description: "description";
|
|
4408
4414
|
readonly useSafeAreaView: "boolean";
|
|
4409
4415
|
};
|
|
4410
4416
|
};
|
|
@@ -4742,6 +4748,8 @@ export declare const patterns: readonly [{
|
|
|
4742
4748
|
readonly schemaVersion: 2;
|
|
4743
4749
|
readonly pattern: {
|
|
4744
4750
|
readonly type: "NavigationBarColor";
|
|
4751
|
+
readonly title: "title";
|
|
4752
|
+
readonly description: "description";
|
|
4745
4753
|
readonly children: "never";
|
|
4746
4754
|
readonly attributes: {
|
|
4747
4755
|
readonly scrollable: "boolean";
|
|
@@ -4781,8 +4789,6 @@ export declare const patterns: readonly [{
|
|
|
4781
4789
|
readonly right: "size";
|
|
4782
4790
|
readonly zIndex: "number";
|
|
4783
4791
|
};
|
|
4784
|
-
readonly title: "title";
|
|
4785
|
-
readonly description: "description";
|
|
4786
4792
|
};
|
|
4787
4793
|
};
|
|
4788
4794
|
readonly meta: {
|
|
@@ -5107,6 +5113,8 @@ export declare const patterns: readonly [{
|
|
|
5107
5113
|
readonly schemaVersion: 2;
|
|
5108
5114
|
readonly pattern: {
|
|
5109
5115
|
readonly type: "Onboard";
|
|
5116
|
+
readonly title: "title";
|
|
5117
|
+
readonly description: "description";
|
|
5110
5118
|
readonly children: "node";
|
|
5111
5119
|
readonly attributes: {
|
|
5112
5120
|
readonly scrollable: "boolean";
|
|
@@ -5146,8 +5154,6 @@ export declare const patterns: readonly [{
|
|
|
5146
5154
|
readonly right: "size";
|
|
5147
5155
|
readonly zIndex: "number";
|
|
5148
5156
|
};
|
|
5149
|
-
readonly title: "title";
|
|
5150
|
-
readonly description: "description";
|
|
5151
5157
|
};
|
|
5152
5158
|
};
|
|
5153
5159
|
readonly meta: {
|
|
@@ -5472,6 +5478,8 @@ export declare const patterns: readonly [{
|
|
|
5472
5478
|
readonly schemaVersion: 2;
|
|
5473
5479
|
readonly pattern: {
|
|
5474
5480
|
readonly type: "OnboardButton";
|
|
5481
|
+
readonly title: "title";
|
|
5482
|
+
readonly description: "description";
|
|
5475
5483
|
readonly children: "never";
|
|
5476
5484
|
readonly attributes: {
|
|
5477
5485
|
readonly scrollable: "boolean";
|
|
@@ -5511,8 +5519,6 @@ export declare const patterns: readonly [{
|
|
|
5511
5519
|
readonly right: "size";
|
|
5512
5520
|
readonly zIndex: "number";
|
|
5513
5521
|
};
|
|
5514
|
-
readonly title: "title";
|
|
5515
|
-
readonly description: "description";
|
|
5516
5522
|
readonly labelKey: "string";
|
|
5517
5523
|
readonly button_text_color: "color";
|
|
5518
5524
|
readonly animation: readonly ["simple-animation", "line-animation", "blur", "blur-animation", "blur-line-animation"];
|
|
@@ -5900,6 +5906,8 @@ export declare const patterns: readonly [{
|
|
|
5900
5906
|
readonly schemaVersion: 2;
|
|
5901
5907
|
readonly pattern: {
|
|
5902
5908
|
readonly type: "OnboardButtons";
|
|
5909
|
+
readonly title: "title";
|
|
5910
|
+
readonly description: "description";
|
|
5903
5911
|
readonly children: "node";
|
|
5904
5912
|
readonly attributes: {
|
|
5905
5913
|
readonly scrollable: "boolean";
|
|
@@ -5939,8 +5947,6 @@ export declare const patterns: readonly [{
|
|
|
5939
5947
|
readonly right: "size";
|
|
5940
5948
|
readonly zIndex: "number";
|
|
5941
5949
|
};
|
|
5942
|
-
readonly title: "title";
|
|
5943
|
-
readonly description: "description";
|
|
5944
5950
|
readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
|
|
5945
5951
|
readonly skipNumber: "number";
|
|
5946
5952
|
readonly buttons_direction: readonly ["row", "column"];
|
|
@@ -6337,6 +6343,8 @@ export declare const patterns: readonly [{
|
|
|
6337
6343
|
readonly schemaVersion: 2;
|
|
6338
6344
|
readonly pattern: {
|
|
6339
6345
|
readonly type: "OnboardDot";
|
|
6346
|
+
readonly title: "title";
|
|
6347
|
+
readonly description: "description";
|
|
6340
6348
|
readonly children: "never";
|
|
6341
6349
|
readonly attributes: {
|
|
6342
6350
|
readonly scrollable: "boolean";
|
|
@@ -6376,8 +6384,6 @@ export declare const patterns: readonly [{
|
|
|
6376
6384
|
readonly right: "size";
|
|
6377
6385
|
readonly zIndex: "number";
|
|
6378
6386
|
};
|
|
6379
|
-
readonly title: "title";
|
|
6380
|
-
readonly description: "description";
|
|
6381
6387
|
readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
|
|
6382
6388
|
readonly dot_thickness: "size";
|
|
6383
6389
|
readonly inactive_dot_opacity: "number";
|
|
@@ -6751,10 +6757,10 @@ export declare const patterns: readonly [{
|
|
|
6751
6757
|
readonly schemaVersion: 2;
|
|
6752
6758
|
readonly pattern: {
|
|
6753
6759
|
readonly type: "OnboardFooter";
|
|
6760
|
+
readonly title: "title";
|
|
6761
|
+
readonly description: "description";
|
|
6754
6762
|
readonly children: "node";
|
|
6755
6763
|
readonly attributes: {
|
|
6756
|
-
readonly title: "title";
|
|
6757
|
-
readonly description: "description";
|
|
6758
6764
|
readonly adjustsFontSizeToFit: "boolean";
|
|
6759
6765
|
readonly showEllipsis: "boolean";
|
|
6760
6766
|
readonly style: {
|
|
@@ -7243,10 +7249,10 @@ export declare const patterns: readonly [{
|
|
|
7243
7249
|
readonly schemaVersion: 2;
|
|
7244
7250
|
readonly pattern: {
|
|
7245
7251
|
readonly type: "OnboardImage";
|
|
7252
|
+
readonly title: "title";
|
|
7253
|
+
readonly description: "description";
|
|
7246
7254
|
readonly children: "node";
|
|
7247
7255
|
readonly attributes: {
|
|
7248
|
-
readonly title: "title";
|
|
7249
|
-
readonly description: "description";
|
|
7250
7256
|
readonly src: "string";
|
|
7251
7257
|
readonly style: {
|
|
7252
7258
|
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
@@ -7289,6 +7295,11 @@ export declare const patterns: readonly [{
|
|
|
7289
7295
|
readonly video_url: "string";
|
|
7290
7296
|
readonly lottie: "string";
|
|
7291
7297
|
};
|
|
7298
|
+
readonly defaults: {
|
|
7299
|
+
readonly style: {
|
|
7300
|
+
readonly resizeMode: "contain";
|
|
7301
|
+
};
|
|
7302
|
+
};
|
|
7292
7303
|
};
|
|
7293
7304
|
readonly meta: {
|
|
7294
7305
|
readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem", "!=Onboard"];
|
|
@@ -7626,6 +7637,7 @@ export declare const patterns: readonly [{
|
|
|
7626
7637
|
};
|
|
7627
7638
|
readonly defaults: {
|
|
7628
7639
|
readonly style: {
|
|
7640
|
+
readonly resizeMode: "contain";
|
|
7629
7641
|
readonly flexDirection: "column";
|
|
7630
7642
|
readonly position: "relative";
|
|
7631
7643
|
readonly zIndex: 1;
|
|
@@ -7639,6 +7651,8 @@ export declare const patterns: readonly [{
|
|
|
7639
7651
|
readonly schemaVersion: 2;
|
|
7640
7652
|
readonly pattern: {
|
|
7641
7653
|
readonly type: "OnboardItem";
|
|
7654
|
+
readonly title: "title";
|
|
7655
|
+
readonly description: "description";
|
|
7642
7656
|
readonly children: "node";
|
|
7643
7657
|
readonly attributes: {
|
|
7644
7658
|
readonly scrollable: "boolean";
|
|
@@ -7678,8 +7692,6 @@ export declare const patterns: readonly [{
|
|
|
7678
7692
|
readonly right: "size";
|
|
7679
7693
|
readonly zIndex: "number";
|
|
7680
7694
|
};
|
|
7681
|
-
readonly title: "title";
|
|
7682
|
-
readonly description: "description";
|
|
7683
7695
|
readonly display: readonly ["flex", "block"];
|
|
7684
7696
|
readonly gap: "size";
|
|
7685
7697
|
readonly flexDirection: readonly ["row", "column"];
|
|
@@ -8015,6 +8027,8 @@ export declare const patterns: readonly [{
|
|
|
8015
8027
|
readonly schemaVersion: 2;
|
|
8016
8028
|
readonly pattern: {
|
|
8017
8029
|
readonly type: "OnboardProvider";
|
|
8030
|
+
readonly title: "title";
|
|
8031
|
+
readonly description: "description";
|
|
8018
8032
|
readonly children: "node";
|
|
8019
8033
|
readonly attributes: {
|
|
8020
8034
|
readonly scrollable: "boolean";
|
|
@@ -8054,8 +8068,6 @@ export declare const patterns: readonly [{
|
|
|
8054
8068
|
readonly right: "size";
|
|
8055
8069
|
readonly zIndex: "number";
|
|
8056
8070
|
};
|
|
8057
|
-
readonly title: "title";
|
|
8058
|
-
readonly description: "description";
|
|
8059
8071
|
readonly theme: readonly ["light", "dark", "all"];
|
|
8060
8072
|
readonly borderRadius: "never";
|
|
8061
8073
|
};
|
|
@@ -8386,10 +8398,10 @@ export declare const patterns: readonly [{
|
|
|
8386
8398
|
readonly schemaVersion: 2;
|
|
8387
8399
|
readonly pattern: {
|
|
8388
8400
|
readonly type: "OnboardSubtitle";
|
|
8401
|
+
readonly title: "title";
|
|
8402
|
+
readonly description: "description";
|
|
8389
8403
|
readonly children: "string";
|
|
8390
8404
|
readonly attributes: {
|
|
8391
|
-
readonly title: "title";
|
|
8392
|
-
readonly description: "description";
|
|
8393
8405
|
readonly adjustsFontSizeToFit: "boolean";
|
|
8394
8406
|
readonly showEllipsis: "boolean";
|
|
8395
8407
|
readonly style: {
|
|
@@ -8817,10 +8829,10 @@ export declare const patterns: readonly [{
|
|
|
8817
8829
|
readonly schemaVersion: 2;
|
|
8818
8830
|
readonly pattern: {
|
|
8819
8831
|
readonly type: "OnboardTitle";
|
|
8832
|
+
readonly title: "title";
|
|
8833
|
+
readonly description: "description";
|
|
8820
8834
|
readonly children: "string";
|
|
8821
8835
|
readonly attributes: {
|
|
8822
|
-
readonly title: "title";
|
|
8823
|
-
readonly description: "description";
|
|
8824
8836
|
readonly adjustsFontSizeToFit: "boolean";
|
|
8825
8837
|
readonly showEllipsis: "boolean";
|
|
8826
8838
|
readonly style: {
|
|
@@ -9249,10 +9261,10 @@ export declare const patterns: readonly [{
|
|
|
9249
9261
|
readonly schemaVersion: 2;
|
|
9250
9262
|
readonly pattern: {
|
|
9251
9263
|
readonly type: "PaywallBackground";
|
|
9264
|
+
readonly title: "title";
|
|
9265
|
+
readonly description: "description";
|
|
9252
9266
|
readonly children: "never";
|
|
9253
9267
|
readonly attributes: {
|
|
9254
|
-
readonly title: "title";
|
|
9255
|
-
readonly description: "description";
|
|
9256
9268
|
readonly src: "string";
|
|
9257
9269
|
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
9258
9270
|
readonly scrollable: "boolean";
|
|
@@ -9648,10 +9660,10 @@ export declare const patterns: readonly [{
|
|
|
9648
9660
|
readonly schemaVersion: 2;
|
|
9649
9661
|
readonly pattern: {
|
|
9650
9662
|
readonly type: "PaywallCloseButton";
|
|
9663
|
+
readonly title: "title";
|
|
9664
|
+
readonly description: "description";
|
|
9651
9665
|
readonly children: "never";
|
|
9652
9666
|
readonly attributes: {
|
|
9653
|
-
readonly title: "title";
|
|
9654
|
-
readonly description: "description";
|
|
9655
9667
|
readonly iconType: "iconType";
|
|
9656
9668
|
readonly size: "number";
|
|
9657
9669
|
readonly strokeWidth: "number";
|
|
@@ -10110,11 +10122,11 @@ export declare const patterns: readonly [{
|
|
|
10110
10122
|
readonly schemaVersion: 2;
|
|
10111
10123
|
readonly pattern: {
|
|
10112
10124
|
readonly type: "PaywallCounter";
|
|
10125
|
+
readonly title: "title";
|
|
10126
|
+
readonly description: "description";
|
|
10113
10127
|
readonly children: "never";
|
|
10114
10128
|
readonly attributes: {
|
|
10115
10129
|
readonly count: "number";
|
|
10116
|
-
readonly title: "title";
|
|
10117
|
-
readonly description: "description";
|
|
10118
10130
|
readonly adjustsFontSizeToFit: "boolean";
|
|
10119
10131
|
readonly showEllipsis: "boolean";
|
|
10120
10132
|
readonly style: {
|
|
@@ -10549,6 +10561,8 @@ export declare const patterns: readonly [{
|
|
|
10549
10561
|
readonly schemaVersion: 2;
|
|
10550
10562
|
readonly pattern: {
|
|
10551
10563
|
readonly type: "PaywallOptions";
|
|
10564
|
+
readonly title: "title";
|
|
10565
|
+
readonly description: "description";
|
|
10552
10566
|
readonly children: "node";
|
|
10553
10567
|
readonly attributes: {
|
|
10554
10568
|
readonly scrollable: "boolean";
|
|
@@ -10588,8 +10602,6 @@ export declare const patterns: readonly [{
|
|
|
10588
10602
|
readonly right: "size";
|
|
10589
10603
|
readonly zIndex: "number";
|
|
10590
10604
|
};
|
|
10591
|
-
readonly title: "title";
|
|
10592
|
-
readonly description: "description";
|
|
10593
10605
|
};
|
|
10594
10606
|
};
|
|
10595
10607
|
readonly meta: {
|
|
@@ -10916,6 +10928,8 @@ export declare const patterns: readonly [{
|
|
|
10916
10928
|
readonly schemaVersion: 2;
|
|
10917
10929
|
readonly pattern: {
|
|
10918
10930
|
readonly type: "PaywallProvider";
|
|
10931
|
+
readonly title: "title";
|
|
10932
|
+
readonly description: "description";
|
|
10919
10933
|
readonly children: "node";
|
|
10920
10934
|
readonly attributes: {
|
|
10921
10935
|
readonly scrollable: "boolean";
|
|
@@ -10955,8 +10969,6 @@ export declare const patterns: readonly [{
|
|
|
10955
10969
|
readonly right: "size";
|
|
10956
10970
|
readonly zIndex: "number";
|
|
10957
10971
|
};
|
|
10958
|
-
readonly title: "title";
|
|
10959
|
-
readonly description: "description";
|
|
10960
10972
|
readonly delay: "number";
|
|
10961
10973
|
};
|
|
10962
10974
|
};
|
|
@@ -11294,10 +11306,10 @@ export declare const patterns: readonly [{
|
|
|
11294
11306
|
readonly schemaVersion: 2;
|
|
11295
11307
|
readonly pattern: {
|
|
11296
11308
|
readonly type: "PaywallSubscribeButton";
|
|
11309
|
+
readonly title: "title";
|
|
11310
|
+
readonly description: "description";
|
|
11297
11311
|
readonly children: "string";
|
|
11298
11312
|
readonly attributes: {
|
|
11299
|
-
readonly title: "title";
|
|
11300
|
-
readonly description: "description";
|
|
11301
11313
|
readonly style: {
|
|
11302
11314
|
readonly color: "color";
|
|
11303
11315
|
readonly fontSize: "size";
|
|
@@ -11692,6 +11704,8 @@ export declare const patterns: readonly [{
|
|
|
11692
11704
|
readonly schemaVersion: 2;
|
|
11693
11705
|
readonly pattern: {
|
|
11694
11706
|
readonly type: "RadioButton";
|
|
11707
|
+
readonly title: "title";
|
|
11708
|
+
readonly description: "description";
|
|
11695
11709
|
readonly children: "never";
|
|
11696
11710
|
readonly attributes: {
|
|
11697
11711
|
readonly scrollable: "boolean";
|
|
@@ -11731,8 +11745,6 @@ export declare const patterns: readonly [{
|
|
|
11731
11745
|
readonly right: "size";
|
|
11732
11746
|
readonly zIndex: "number";
|
|
11733
11747
|
};
|
|
11734
|
-
readonly title: "title";
|
|
11735
|
-
readonly description: "description";
|
|
11736
11748
|
readonly selected: "boolean";
|
|
11737
11749
|
readonly color: "color";
|
|
11738
11750
|
readonly size: "number";
|
|
@@ -12080,10 +12092,10 @@ export declare const patterns: readonly [{
|
|
|
12080
12092
|
readonly schemaVersion: 2;
|
|
12081
12093
|
readonly pattern: {
|
|
12082
12094
|
readonly type: "Separator";
|
|
12095
|
+
readonly title: "title";
|
|
12096
|
+
readonly description: "description";
|
|
12083
12097
|
readonly children: "never";
|
|
12084
12098
|
readonly attributes: {
|
|
12085
|
-
readonly title: "title";
|
|
12086
|
-
readonly description: "description";
|
|
12087
12099
|
readonly style: {
|
|
12088
12100
|
readonly backgroundColor: "color";
|
|
12089
12101
|
readonly width: "size";
|
|
@@ -12138,6 +12150,8 @@ export declare const patterns: readonly [{
|
|
|
12138
12150
|
readonly schemaVersion: 2;
|
|
12139
12151
|
readonly pattern: {
|
|
12140
12152
|
readonly type: "StatusBarColor";
|
|
12153
|
+
readonly title: "title";
|
|
12154
|
+
readonly description: "description";
|
|
12141
12155
|
readonly children: "never";
|
|
12142
12156
|
readonly attributes: {
|
|
12143
12157
|
readonly scrollable: "boolean";
|
|
@@ -12177,8 +12191,6 @@ export declare const patterns: readonly [{
|
|
|
12177
12191
|
readonly right: "size";
|
|
12178
12192
|
readonly zIndex: "number";
|
|
12179
12193
|
};
|
|
12180
|
-
readonly title: "title";
|
|
12181
|
-
readonly description: "description";
|
|
12182
12194
|
};
|
|
12183
12195
|
};
|
|
12184
12196
|
readonly meta: {
|
|
@@ -12503,6 +12515,8 @@ export declare const patterns: readonly [{
|
|
|
12503
12515
|
readonly schemaVersion: 2;
|
|
12504
12516
|
readonly pattern: {
|
|
12505
12517
|
readonly type: "Text";
|
|
12518
|
+
readonly title: "title";
|
|
12519
|
+
readonly description: "description";
|
|
12506
12520
|
readonly children: "string";
|
|
12507
12521
|
readonly attributes: {
|
|
12508
12522
|
readonly scrollable: "boolean";
|
|
@@ -12547,8 +12561,6 @@ export declare const patterns: readonly [{
|
|
|
12547
12561
|
readonly fontWeight: "fontWeight";
|
|
12548
12562
|
readonly textAlign: readonly ["left", "center", "right", "justify"];
|
|
12549
12563
|
};
|
|
12550
|
-
readonly title: "title";
|
|
12551
|
-
readonly description: "description";
|
|
12552
12564
|
readonly adjustsFontSizeToFit: "boolean";
|
|
12553
12565
|
readonly showEllipsis: "boolean";
|
|
12554
12566
|
};
|
|
@@ -12934,6 +12946,8 @@ export declare const patterns: readonly [{
|
|
|
12934
12946
|
readonly schemaVersion: 2;
|
|
12935
12947
|
readonly pattern: {
|
|
12936
12948
|
readonly type: "View";
|
|
12949
|
+
readonly title: "title";
|
|
12950
|
+
readonly description: "description";
|
|
12937
12951
|
readonly children: "node";
|
|
12938
12952
|
readonly attributes: {
|
|
12939
12953
|
readonly scrollable: "boolean";
|