@developer_tribe/react-builder 1.2.42 → 1.2.43
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/BIcon/BIconProps.generated.d.ts +1 -1
- package/dist/build-components/CountDown/CountDownProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardFooter/OnboardFooterProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardSubtitle/OnboardSubtitleProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardTitle/OnboardTitleProps.generated.d.ts +1 -1
- package/dist/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.d.ts +1 -1
- package/dist/build-components/PaywallFooter/PaywallFooterProps.generated.d.ts +1 -1
- package/dist/build-components/PriceTag/PriceTagProps.generated.d.ts +1 -1
- package/dist/build-components/Pricing/PricingProps.generated.d.ts +1 -1
- package/dist/build-components/Promo/PromoProps.generated.d.ts +1 -1
- package/dist/build-components/Text/TextProps.generated.d.ts +1 -1
- package/dist/build-components/patterns.generated.d.ts +22 -11
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- 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 +4 -4
- package/dist/index.web.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/RenderPage.tsx +4 -1
- package/src/assets/meta.json +1 -1
- package/src/assets/prompt-scheme-onboard.generated.ts +1 -1
- package/src/assets/prompt-scheme-paywall.generated.ts +1 -1
- package/src/assets/samples/paywall-1.json +2 -2
- package/src/attributes-editor/FallbackLocalizationField.tsx +725 -250
- package/src/build-components/BIcon/BIconProps.generated.ts +1 -1
- package/src/build-components/CountDown/CountDownProps.generated.ts +1 -1
- package/src/build-components/OnboardFooter/OnboardFooterProps.generated.ts +1 -1
- package/src/build-components/OnboardSubtitle/OnboardSubtitleProps.generated.ts +1 -1
- package/src/build-components/OnboardTitle/OnboardTitleProps.generated.ts +1 -1
- package/src/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.ts +1 -1
- package/src/build-components/PaywallFooter/PaywallFooterProps.generated.ts +1 -1
- package/src/build-components/PriceTag/PriceTagProps.generated.ts +1 -1
- package/src/build-components/Pricing/PricingProps.generated.ts +1 -1
- package/src/build-components/Promo/PromoProps.generated.ts +1 -1
- package/src/build-components/Text/Text.tsx +5 -4
- package/src/build-components/Text/TextProps.generated.ts +1 -1
- package/src/build-components/Text/pattern.json +2 -1
- package/src/build-components/patterns.generated.ts +22 -11
- package/src/hooks/useSafeAreaViewStyle.ts +1 -11
- package/src/utils/extractViewStyle/extractViewStyle.ts +0 -1
- package/src/utils/useMergedStyle.ts +1 -1
|
@@ -50,7 +50,7 @@ export interface CountDownPropsGenerated {
|
|
|
50
50
|
attributes: {
|
|
51
51
|
styles?: CountDownStyleGenerated;
|
|
52
52
|
adjustsFontSizeToFit?: boolean;
|
|
53
|
-
|
|
53
|
+
numberOfLines?: number;
|
|
54
54
|
translateCounter?: number;
|
|
55
55
|
scrollable?: boolean;
|
|
56
56
|
testID?: string;
|
|
@@ -50,7 +50,7 @@ export interface OnboardFooterPropsGenerated {
|
|
|
50
50
|
attributes: {
|
|
51
51
|
styles?: OnboardFooterStyleGenerated;
|
|
52
52
|
adjustsFontSizeToFit?: boolean;
|
|
53
|
-
|
|
53
|
+
numberOfLines?: number;
|
|
54
54
|
translateCounter?: number;
|
|
55
55
|
scrollable?: boolean;
|
|
56
56
|
testID?: string;
|
|
@@ -50,7 +50,7 @@ export interface OnboardSubtitlePropsGenerated {
|
|
|
50
50
|
attributes: {
|
|
51
51
|
styles?: OnboardSubtitleStyleGenerated;
|
|
52
52
|
adjustsFontSizeToFit?: boolean;
|
|
53
|
-
|
|
53
|
+
numberOfLines?: number;
|
|
54
54
|
translateCounter?: number;
|
|
55
55
|
scrollable?: boolean;
|
|
56
56
|
testID?: string;
|
|
@@ -50,7 +50,7 @@ export interface OnboardTitlePropsGenerated {
|
|
|
50
50
|
attributes: {
|
|
51
51
|
styles?: OnboardTitleStyleGenerated;
|
|
52
52
|
adjustsFontSizeToFit?: boolean;
|
|
53
|
-
|
|
53
|
+
numberOfLines?: number;
|
|
54
54
|
translateCounter?: number;
|
|
55
55
|
scrollable?: boolean;
|
|
56
56
|
testID?: string;
|
|
@@ -50,7 +50,7 @@ export interface PaywallFooterPropsGenerated {
|
|
|
50
50
|
attributes: {
|
|
51
51
|
styles?: PaywallFooterStyleGenerated;
|
|
52
52
|
adjustsFontSizeToFit?: boolean;
|
|
53
|
-
|
|
53
|
+
numberOfLines?: number;
|
|
54
54
|
translateCounter?: number;
|
|
55
55
|
scrollable?: boolean;
|
|
56
56
|
testID?: string;
|
|
@@ -7,7 +7,7 @@ export declare const patterns: readonly [{
|
|
|
7
7
|
readonly children: "never";
|
|
8
8
|
readonly attributes: {
|
|
9
9
|
readonly adjustsFontSizeToFit: "boolean";
|
|
10
|
-
readonly
|
|
10
|
+
readonly numberOfLines: "number";
|
|
11
11
|
readonly translateCounter: "number";
|
|
12
12
|
readonly styles: {
|
|
13
13
|
readonly color: "color";
|
|
@@ -438,6 +438,7 @@ export declare const patterns: readonly [{
|
|
|
438
438
|
};
|
|
439
439
|
readonly defaults: {
|
|
440
440
|
readonly translateCounter: 1;
|
|
441
|
+
readonly numberOfLines: 1;
|
|
441
442
|
readonly styles: {
|
|
442
443
|
readonly color: "THEME_COLORS.TEXT";
|
|
443
444
|
readonly fontSize: "16";
|
|
@@ -3115,7 +3116,7 @@ export declare const patterns: readonly [{
|
|
|
3115
3116
|
readonly children: "never";
|
|
3116
3117
|
readonly attributes: {
|
|
3117
3118
|
readonly adjustsFontSizeToFit: "boolean";
|
|
3118
|
-
readonly
|
|
3119
|
+
readonly numberOfLines: "number";
|
|
3119
3120
|
readonly translateCounter: "number";
|
|
3120
3121
|
readonly styles: {
|
|
3121
3122
|
readonly color: "color";
|
|
@@ -3530,6 +3531,7 @@ export declare const patterns: readonly [{
|
|
|
3530
3531
|
};
|
|
3531
3532
|
readonly defaults: {
|
|
3532
3533
|
readonly translateCounter: 1;
|
|
3534
|
+
readonly numberOfLines: 1;
|
|
3533
3535
|
readonly styles: {
|
|
3534
3536
|
readonly color: "THEME_COLORS.TEXT";
|
|
3535
3537
|
readonly fontSize: "16@fs";
|
|
@@ -5995,7 +5997,7 @@ export declare const patterns: readonly [{
|
|
|
5995
5997
|
readonly children: "never";
|
|
5996
5998
|
readonly attributes: {
|
|
5997
5999
|
readonly adjustsFontSizeToFit: "boolean";
|
|
5998
|
-
readonly
|
|
6000
|
+
readonly numberOfLines: "number";
|
|
5999
6001
|
readonly translateCounter: "number";
|
|
6000
6002
|
readonly styles: {
|
|
6001
6003
|
readonly color: "color";
|
|
@@ -6458,6 +6460,7 @@ export declare const patterns: readonly [{
|
|
|
6458
6460
|
};
|
|
6459
6461
|
readonly defaults: {
|
|
6460
6462
|
readonly translateCounter: 1;
|
|
6463
|
+
readonly numberOfLines: 1;
|
|
6461
6464
|
readonly styles: {
|
|
6462
6465
|
readonly color: "THEME_COLORS.TEXT";
|
|
6463
6466
|
readonly fontSize: "16@fs";
|
|
@@ -7643,7 +7646,7 @@ export declare const patterns: readonly [{
|
|
|
7643
7646
|
readonly children: "string";
|
|
7644
7647
|
readonly attributes: {
|
|
7645
7648
|
readonly adjustsFontSizeToFit: "boolean";
|
|
7646
|
-
readonly
|
|
7649
|
+
readonly numberOfLines: "number";
|
|
7647
7650
|
readonly translateCounter: "number";
|
|
7648
7651
|
readonly styles: {
|
|
7649
7652
|
readonly color: "color";
|
|
@@ -8050,6 +8053,7 @@ export declare const patterns: readonly [{
|
|
|
8050
8053
|
};
|
|
8051
8054
|
readonly defaults: {
|
|
8052
8055
|
readonly translateCounter: 1;
|
|
8056
|
+
readonly numberOfLines: 1;
|
|
8053
8057
|
readonly styles: {
|
|
8054
8058
|
readonly color: "THEME_COLORS.TEXT";
|
|
8055
8059
|
readonly fontSize: "14@fs";
|
|
@@ -8072,7 +8076,7 @@ export declare const patterns: readonly [{
|
|
|
8072
8076
|
readonly children: "string";
|
|
8073
8077
|
readonly attributes: {
|
|
8074
8078
|
readonly adjustsFontSizeToFit: "boolean";
|
|
8075
|
-
readonly
|
|
8079
|
+
readonly numberOfLines: "number";
|
|
8076
8080
|
readonly translateCounter: "number";
|
|
8077
8081
|
readonly styles: {
|
|
8078
8082
|
readonly color: "color";
|
|
@@ -8479,6 +8483,7 @@ export declare const patterns: readonly [{
|
|
|
8479
8483
|
};
|
|
8480
8484
|
readonly defaults: {
|
|
8481
8485
|
readonly translateCounter: 1;
|
|
8486
|
+
readonly numberOfLines: 1;
|
|
8482
8487
|
readonly styles: {
|
|
8483
8488
|
readonly color: "THEME_COLORS.TEXT";
|
|
8484
8489
|
readonly fontSize: "24@fs";
|
|
@@ -8894,7 +8899,7 @@ export declare const patterns: readonly [{
|
|
|
8894
8899
|
readonly size: "number";
|
|
8895
8900
|
readonly strokeWidth: "number";
|
|
8896
8901
|
readonly adjustsFontSizeToFit: "boolean";
|
|
8897
|
-
readonly
|
|
8902
|
+
readonly numberOfLines: "number";
|
|
8898
8903
|
readonly translateCounter: "number";
|
|
8899
8904
|
readonly styles: {
|
|
8900
8905
|
readonly color: "color";
|
|
@@ -9339,6 +9344,7 @@ export declare const patterns: readonly [{
|
|
|
9339
9344
|
readonly alignItems: "center";
|
|
9340
9345
|
};
|
|
9341
9346
|
readonly translateCounter: 1;
|
|
9347
|
+
readonly numberOfLines: 1;
|
|
9342
9348
|
readonly testID: "paywall-close-button";
|
|
9343
9349
|
readonly size: 24;
|
|
9344
9350
|
};
|
|
@@ -9352,7 +9358,7 @@ export declare const patterns: readonly [{
|
|
|
9352
9358
|
readonly children: "never";
|
|
9353
9359
|
readonly attributes: {
|
|
9354
9360
|
readonly adjustsFontSizeToFit: "boolean";
|
|
9355
|
-
readonly
|
|
9361
|
+
readonly numberOfLines: "number";
|
|
9356
9362
|
readonly translateCounter: "number";
|
|
9357
9363
|
readonly styles: {
|
|
9358
9364
|
readonly color: "color";
|
|
@@ -9815,6 +9821,7 @@ export declare const patterns: readonly [{
|
|
|
9815
9821
|
};
|
|
9816
9822
|
readonly defaults: {
|
|
9817
9823
|
readonly translateCounter: 1;
|
|
9824
|
+
readonly numberOfLines: 1;
|
|
9818
9825
|
readonly styles: {
|
|
9819
9826
|
readonly color: "THEME_COLORS.TEXT";
|
|
9820
9827
|
readonly fontSize: "16@fs";
|
|
@@ -10993,7 +11000,7 @@ export declare const patterns: readonly [{
|
|
|
10993
11000
|
readonly children: "string";
|
|
10994
11001
|
readonly attributes: {
|
|
10995
11002
|
readonly adjustsFontSizeToFit: "boolean";
|
|
10996
|
-
readonly
|
|
11003
|
+
readonly numberOfLines: "number";
|
|
10997
11004
|
readonly translateCounter: "number";
|
|
10998
11005
|
readonly styles: {
|
|
10999
11006
|
readonly color: "color";
|
|
@@ -11424,6 +11431,7 @@ export declare const patterns: readonly [{
|
|
|
11424
11431
|
};
|
|
11425
11432
|
readonly defaults: {
|
|
11426
11433
|
readonly translateCounter: 1;
|
|
11434
|
+
readonly numberOfLines: 1;
|
|
11427
11435
|
readonly styles: {
|
|
11428
11436
|
readonly color: "THEME_COLORS.TEXT";
|
|
11429
11437
|
readonly fontSize: "16@fs";
|
|
@@ -11446,7 +11454,7 @@ export declare const patterns: readonly [{
|
|
|
11446
11454
|
readonly children: "string";
|
|
11447
11455
|
readonly attributes: {
|
|
11448
11456
|
readonly adjustsFontSizeToFit: "boolean";
|
|
11449
|
-
readonly
|
|
11457
|
+
readonly numberOfLines: "number";
|
|
11450
11458
|
readonly translateCounter: "number";
|
|
11451
11459
|
readonly styles: {
|
|
11452
11460
|
readonly color: "color";
|
|
@@ -11853,6 +11861,7 @@ export declare const patterns: readonly [{
|
|
|
11853
11861
|
};
|
|
11854
11862
|
readonly defaults: {
|
|
11855
11863
|
readonly translateCounter: 2;
|
|
11864
|
+
readonly numberOfLines: 1;
|
|
11856
11865
|
readonly styles: {
|
|
11857
11866
|
readonly color: "rgba(255,255,255,0.6)";
|
|
11858
11867
|
readonly fontSize: "12@fs";
|
|
@@ -11876,7 +11885,7 @@ export declare const patterns: readonly [{
|
|
|
11876
11885
|
readonly children: "string";
|
|
11877
11886
|
readonly attributes: {
|
|
11878
11887
|
readonly adjustsFontSizeToFit: "boolean";
|
|
11879
|
-
readonly
|
|
11888
|
+
readonly numberOfLines: "number";
|
|
11880
11889
|
readonly translateCounter: "number";
|
|
11881
11890
|
readonly styles: {
|
|
11882
11891
|
readonly color: "color";
|
|
@@ -12283,6 +12292,7 @@ export declare const patterns: readonly [{
|
|
|
12283
12292
|
};
|
|
12284
12293
|
readonly defaults: {
|
|
12285
12294
|
readonly translateCounter: 2;
|
|
12295
|
+
readonly numberOfLines: 1;
|
|
12286
12296
|
readonly styles: {
|
|
12287
12297
|
readonly color: "#34D399";
|
|
12288
12298
|
readonly fontSize: "12@fs";
|
|
@@ -12840,7 +12850,7 @@ export declare const patterns: readonly [{
|
|
|
12840
12850
|
};
|
|
12841
12851
|
readonly testID: "string";
|
|
12842
12852
|
readonly adjustsFontSizeToFit: "boolean";
|
|
12843
|
-
readonly
|
|
12853
|
+
readonly numberOfLines: "number";
|
|
12844
12854
|
readonly translateCounter: "number";
|
|
12845
12855
|
};
|
|
12846
12856
|
};
|
|
@@ -13215,6 +13225,7 @@ export declare const patterns: readonly [{
|
|
|
13215
13225
|
readonly fontWeight: "400";
|
|
13216
13226
|
};
|
|
13217
13227
|
readonly translateCounter: 1;
|
|
13228
|
+
readonly numberOfLines: 1;
|
|
13218
13229
|
};
|
|
13219
13230
|
readonly types: {};
|
|
13220
13231
|
}, {
|