@developer_tribe/react-builder 1.2.30 → 1.2.32
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/BIcon.d.ts +1 -1
- package/dist/build-components/BIcon/BIconProps.generated.d.ts +1 -1
- package/dist/build-components/BackgroundImage/BackgroundImage.d.ts +1 -1
- package/dist/build-components/BackgroundImage/BackgroundImageProps.generated.d.ts +1 -1
- package/dist/build-components/Button/Button.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 +5 -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/CountDown/CountDownProps.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/NavigationBarColor/NavigationBarColorProps.generated.d.ts +1 -1
- package/dist/build-components/Onboard/OnboardProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardButton/OnboardButton.d.ts +1 -1
- package/dist/build-components/OnboardButton/OnboardButtonProps.generated.d.ts +2 -4
- package/dist/build-components/OnboardButtons/OnboardButtonsProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardDot/OnboardDot.d.ts +1 -1
- package/dist/build-components/OnboardDot/OnboardDotProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardFooter/OnboardFooterProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardImage/OnboardImageProps.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/OnboardSubtitle/OnboardSubtitleProps.generated.d.ts +1 -1
- package/dist/build-components/OnboardTitle/OnboardTitleProps.generated.d.ts +1 -1
- package/dist/build-components/PaywallBackground/PaywallBackgroundProps.generated.d.ts +1 -1
- package/dist/build-components/PaywallCloseButton/PaywallCloseButton.d.ts +1 -1
- package/dist/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.d.ts +1 -1
- package/dist/build-components/PaywallOptions/PaywallOptionsProps.generated.d.ts +1 -1
- package/dist/build-components/PaywallProvider/PaywallProviderProps.generated.d.ts +1 -1
- package/dist/build-components/PaywallSubscribeButton/PaywallSubscribeButtonProps.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/RadioButton/RadioButtonProps.generated.d.ts +1 -1
- package/dist/build-components/Separator/SeparatorProps.generated.d.ts +1 -1
- package/dist/build-components/StatusBarColor/StatusBarColorProps.generated.d.ts +1 -1
- package/dist/build-components/Text/Text.d.ts +1 -1
- package/dist/build-components/Text/TextProps.generated.d.ts +1 -1
- package/dist/build-components/View/ViewProps.generated.d.ts +1 -1
- package/dist/build-components/patterns.generated.d.ts +73 -69
- 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/dist/utils/attributeStyle.d.ts +2 -2
- package/dist/utils/patterns.d.ts +2 -2
- package/dist/utils/useMergedStyle.d.ts +1 -1
- package/package.json +1 -1
- package/scripts/prebuild/utils/createGeneratedProps.js +9 -9
- package/scripts/prebuild/utils/validateAllComponentsOrThrow.js +9 -9
- package/src/RenderPage.tsx +42 -1
- package/src/assets/meta.json +1 -1
- package/src/assets/samples/vpn-onboard-1.json +21 -45
- package/src/assets/samples/vpn-onboard-2.json +21 -45
- package/src/assets/samples/vpn-onboard-3.json +21 -53
- package/src/assets/samples/vpn-onboard-4.json +21 -21
- package/src/assets/samples/vpn-onboard-5.json +33 -33
- package/src/assets/samples/vpn-onboard-6.json +21 -21
- package/src/assets/samples/vpn-onboard-7.json +21 -21
- package/src/build-components/BIcon/BIcon.tsx +1 -1
- package/src/build-components/BIcon/BIconProps.generated.ts +1 -1
- package/src/build-components/BIcon/pattern.json +4 -2
- package/src/build-components/BackgroundImage/BackgroundImage.tsx +2 -2
- package/src/build-components/BackgroundImage/BackgroundImageProps.generated.ts +1 -1
- package/src/build-components/BackgroundImage/pattern.json +11 -3
- package/src/build-components/Button/Button.tsx +3 -3
- package/src/build-components/Button/ButtonProps.generated.ts +1 -1
- package/src/build-components/Button/pattern.json +5 -3
- package/src/build-components/Carousel/CarouselProps.generated.ts +1 -1
- package/src/build-components/Carousel/pattern.json +9 -3
- package/src/build-components/CarouselButtons/CarouselButtonsProps.generated.ts +1 -1
- package/src/build-components/CarouselDots/CarouselDots.tsx +8 -17
- package/src/build-components/CarouselDots/CarouselDotsProps.generated.ts +5 -1
- package/src/build-components/CarouselDots/pattern.json +12 -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/CarouselProvider/pattern.json +5 -2
- package/src/build-components/CountDown/CountDownProps.generated.ts +1 -1
- package/src/build-components/CountDown/pattern.json +4 -2
- package/src/build-components/Image/ImageProps.generated.ts +1 -1
- package/src/build-components/Image/pattern.json +11 -4
- package/src/build-components/Main/Main.tsx +1 -0
- package/src/build-components/Main/MainProps.generated.ts +1 -1
- package/src/build-components/Main/pattern.json +4 -2
- package/src/build-components/NavigationBarColor/NavigationBarColorProps.generated.ts +1 -1
- package/src/build-components/NavigationBarColor/pattern.json +5 -3
- package/src/build-components/Onboard/OnboardProps.generated.ts +1 -1
- package/src/build-components/Onboard/pattern.json +7 -3
- package/src/build-components/OnboardButton/OnboardButton.tsx +3 -22
- package/src/build-components/OnboardButton/OnboardButtonProps.generated.ts +2 -4
- package/src/build-components/OnboardButton/pattern.json +42 -44
- package/src/build-components/OnboardButtons/OnboardButtonsProps.generated.ts +1 -1
- package/src/build-components/OnboardButtons/pattern.json +16 -5
- package/src/build-components/OnboardDot/OnboardDot.tsx +10 -22
- package/src/build-components/OnboardDot/OnboardDotProps.generated.ts +1 -1
- package/src/build-components/OnboardDot/pattern.json +6 -3
- package/src/build-components/OnboardFooter/OnboardFooterProps.generated.ts +1 -1
- package/src/build-components/OnboardFooter/pattern.json +4 -2
- package/src/build-components/OnboardImage/OnboardImageProps.generated.ts +1 -1
- package/src/build-components/OnboardItem/OnboardItemProps.generated.ts +1 -1
- package/src/build-components/OnboardItem/pattern.json +12 -4
- package/src/build-components/OnboardProvider/OnboardProviderProps.generated.ts +1 -1
- package/src/build-components/OnboardProvider/pattern.json +9 -3
- package/src/build-components/OnboardSubtitle/OnboardSubtitleProps.generated.ts +1 -1
- package/src/build-components/OnboardSubtitle/pattern.json +5 -2
- package/src/build-components/OnboardTitle/OnboardTitleProps.generated.ts +1 -1
- package/src/build-components/OnboardTitle/pattern.json +5 -2
- package/src/build-components/PaywallBackground/PaywallBackgroundProps.generated.ts +1 -1
- package/src/build-components/PaywallBackground/pattern.json +4 -2
- package/src/build-components/PaywallCloseButton/PaywallCloseButton.tsx +2 -2
- package/src/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.ts +1 -1
- package/src/build-components/PaywallCloseButton/pattern.json +4 -2
- package/src/build-components/PaywallOptions/PaywallOptionsProps.generated.ts +1 -1
- package/src/build-components/PaywallOptions/pattern.json +4 -2
- package/src/build-components/PaywallProvider/PaywallProviderProps.generated.ts +1 -1
- package/src/build-components/PaywallProvider/pattern.json +4 -2
- package/src/build-components/PaywallSubscribeButton/PaywallSubscribeButtonProps.generated.ts +1 -1
- package/src/build-components/PaywallSubscribeButton/pattern.json +4 -2
- package/src/build-components/PriceTag/PriceTagProps.generated.ts +1 -1
- package/src/build-components/PriceTag/pattern.json +10 -4
- package/src/build-components/Pricing/PricingProps.generated.ts +1 -1
- package/src/build-components/Pricing/pattern.json +4 -2
- package/src/build-components/Promo/PromoProps.generated.ts +1 -1
- package/src/build-components/Promo/pattern.json +4 -2
- package/src/build-components/RadioButton/RadioButton.tsx +6 -3
- package/src/build-components/RadioButton/RadioButtonProps.generated.ts +1 -1
- package/src/build-components/RenderNode.generated.tsx +7 -7
- package/src/build-components/Separator/SeparatorProps.generated.ts +1 -1
- package/src/build-components/Separator/pattern.json +5 -3
- package/src/build-components/StatusBarColor/StatusBarColorProps.generated.ts +1 -1
- package/src/build-components/StatusBarColor/pattern.json +5 -3
- package/src/build-components/Text/Text.tsx +2 -2
- package/src/build-components/Text/TextProps.generated.ts +1 -1
- package/src/build-components/Text/pattern.json +5 -3
- package/src/build-components/View/ViewProps.generated.ts +1 -1
- package/src/build-components/View/pattern.json +18 -6
- package/src/build-components/patterns.generated.ts +73 -69
- package/src/build-components/useNode.ts +2 -16
- package/src/components/BuilderProvider.tsx +1 -1
- package/src/hooks/useLocalize.ts +1 -1
- package/src/migrations/migrations/1.1.2_extract_component_attributes_from_style.ts +31 -10
- package/src/utils/analyseNodeByPatterns.ts +2 -2
- package/src/utils/attributeStyle.ts +9 -3
- package/src/utils/extractImageStyle.ts +4 -4
- package/src/utils/patterns.ts +3 -3
- package/src/utils/projectColors.ts +3 -2
- package/src/utils/useMergedStyle.ts +9 -7
|
@@ -9,7 +9,7 @@ export declare const patterns: readonly [{
|
|
|
9
9
|
readonly adjustsFontSizeToFit: "boolean";
|
|
10
10
|
readonly showEllipsis: "boolean";
|
|
11
11
|
readonly translateCounter: "number";
|
|
12
|
-
readonly
|
|
12
|
+
readonly styles: {
|
|
13
13
|
readonly color: "color";
|
|
14
14
|
readonly fontSize: "size";
|
|
15
15
|
readonly fontFamily: "fontFamily";
|
|
@@ -458,7 +458,7 @@ export declare const patterns: readonly [{
|
|
|
458
458
|
readonly children: "never";
|
|
459
459
|
readonly attributes: {
|
|
460
460
|
readonly scrollable: "boolean";
|
|
461
|
-
readonly
|
|
461
|
+
readonly styles: {
|
|
462
462
|
readonly flexDirection: readonly ["row", "column"];
|
|
463
463
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
464
464
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -845,7 +845,7 @@ export declare const patterns: readonly [{
|
|
|
845
845
|
readonly children: "string";
|
|
846
846
|
readonly attributes: {
|
|
847
847
|
readonly scrollable: "boolean";
|
|
848
|
-
readonly
|
|
848
|
+
readonly styles: {
|
|
849
849
|
readonly flexDirection: readonly ["row", "column"];
|
|
850
850
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
851
851
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -1237,7 +1237,7 @@ export declare const patterns: readonly [{
|
|
|
1237
1237
|
readonly children: "node";
|
|
1238
1238
|
readonly attributes: {
|
|
1239
1239
|
readonly scrollable: "boolean";
|
|
1240
|
-
readonly
|
|
1240
|
+
readonly styles: {
|
|
1241
1241
|
readonly flexDirection: readonly ["row", "column"];
|
|
1242
1242
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
1243
1243
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -1604,7 +1604,7 @@ export declare const patterns: readonly [{
|
|
|
1604
1604
|
readonly children: "never";
|
|
1605
1605
|
readonly attributes: {
|
|
1606
1606
|
readonly scrollable: "boolean";
|
|
1607
|
-
readonly
|
|
1607
|
+
readonly styles: {
|
|
1608
1608
|
readonly flexDirection: readonly ["row", "column"];
|
|
1609
1609
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
1610
1610
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -1984,7 +1984,7 @@ export declare const patterns: readonly [{
|
|
|
1984
1984
|
readonly children: "never";
|
|
1985
1985
|
readonly attributes: {
|
|
1986
1986
|
readonly scrollable: "boolean";
|
|
1987
|
-
readonly
|
|
1987
|
+
readonly styles: {
|
|
1988
1988
|
readonly flexDirection: readonly ["row", "column"];
|
|
1989
1989
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
1990
1990
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -2021,6 +2021,10 @@ export declare const patterns: readonly [{
|
|
|
2021
2021
|
readonly zIndex: "number";
|
|
2022
2022
|
};
|
|
2023
2023
|
readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
|
|
2024
|
+
readonly dot_thickness: "size";
|
|
2025
|
+
readonly inactive_dot_opacity: "number";
|
|
2026
|
+
readonly inactive_dot_color: "color";
|
|
2027
|
+
readonly active_dot_color: "color";
|
|
2024
2028
|
};
|
|
2025
2029
|
};
|
|
2026
2030
|
readonly meta: {
|
|
@@ -2345,6 +2349,11 @@ export declare const patterns: readonly [{
|
|
|
2345
2349
|
readonly flexGrow: 0;
|
|
2346
2350
|
readonly flexShrink: 0;
|
|
2347
2351
|
};
|
|
2352
|
+
readonly dotType: "expanding_dot";
|
|
2353
|
+
readonly dot_thickness: 10;
|
|
2354
|
+
readonly inactive_dot_opacity: 0.3;
|
|
2355
|
+
readonly active_dot_color: "STATIC_COLORS.ONBOARD_DOT_ACTIVE";
|
|
2356
|
+
readonly inactive_dot_color: "THEME_COLORS.BACKGROUND";
|
|
2348
2357
|
};
|
|
2349
2358
|
readonly types: {};
|
|
2350
2359
|
}, {
|
|
@@ -2356,7 +2365,7 @@ export declare const patterns: readonly [{
|
|
|
2356
2365
|
readonly children: "node";
|
|
2357
2366
|
readonly attributes: {
|
|
2358
2367
|
readonly scrollable: "boolean";
|
|
2359
|
-
readonly
|
|
2368
|
+
readonly styles: {
|
|
2360
2369
|
readonly flexDirection: readonly ["row", "column"];
|
|
2361
2370
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
2362
2371
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -2720,7 +2729,7 @@ export declare const patterns: readonly [{
|
|
|
2720
2729
|
readonly children: "node";
|
|
2721
2730
|
readonly attributes: {
|
|
2722
2731
|
readonly scrollable: "boolean";
|
|
2723
|
-
readonly
|
|
2732
|
+
readonly styles: {
|
|
2724
2733
|
readonly flexDirection: readonly ["row", "column"];
|
|
2725
2734
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
2726
2735
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -3089,7 +3098,7 @@ export declare const patterns: readonly [{
|
|
|
3089
3098
|
readonly adjustsFontSizeToFit: "boolean";
|
|
3090
3099
|
readonly showEllipsis: "boolean";
|
|
3091
3100
|
readonly translateCounter: "number";
|
|
3092
|
-
readonly
|
|
3101
|
+
readonly styles: {
|
|
3093
3102
|
readonly color: "color";
|
|
3094
3103
|
readonly fontSize: "size";
|
|
3095
3104
|
readonly fontFamily: "fontFamily";
|
|
@@ -3521,7 +3530,7 @@ export declare const patterns: readonly [{
|
|
|
3521
3530
|
readonly children: "never";
|
|
3522
3531
|
readonly attributes: {
|
|
3523
3532
|
readonly scrollable: "boolean";
|
|
3524
|
-
readonly
|
|
3533
|
+
readonly styles: {
|
|
3525
3534
|
readonly flexDirection: readonly ["row", "column"];
|
|
3526
3535
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
3527
3536
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -3902,7 +3911,7 @@ export declare const patterns: readonly [{
|
|
|
3902
3911
|
readonly children: "node";
|
|
3903
3912
|
readonly attributes: {
|
|
3904
3913
|
readonly scrollable: "boolean";
|
|
3905
|
-
readonly
|
|
3914
|
+
readonly styles: {
|
|
3906
3915
|
readonly flexDirection: readonly ["row", "column"];
|
|
3907
3916
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
3908
3917
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -4280,7 +4289,7 @@ export declare const patterns: readonly [{
|
|
|
4280
4289
|
readonly children: "never";
|
|
4281
4290
|
readonly attributes: {
|
|
4282
4291
|
readonly scrollable: "boolean";
|
|
4283
|
-
readonly
|
|
4292
|
+
readonly styles: {
|
|
4284
4293
|
readonly flexDirection: readonly ["row", "column"];
|
|
4285
4294
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
4286
4295
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -4645,7 +4654,7 @@ export declare const patterns: readonly [{
|
|
|
4645
4654
|
readonly children: "node";
|
|
4646
4655
|
readonly attributes: {
|
|
4647
4656
|
readonly scrollable: "boolean";
|
|
4648
|
-
readonly
|
|
4657
|
+
readonly styles: {
|
|
4649
4658
|
readonly flexDirection: readonly ["row", "column"];
|
|
4650
4659
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
4651
4660
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -5010,7 +5019,7 @@ export declare const patterns: readonly [{
|
|
|
5010
5019
|
readonly children: "never";
|
|
5011
5020
|
readonly attributes: {
|
|
5012
5021
|
readonly scrollable: "boolean";
|
|
5013
|
-
readonly
|
|
5022
|
+
readonly styles: {
|
|
5014
5023
|
readonly flexDirection: readonly ["row", "column"];
|
|
5015
5024
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
5016
5025
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -5045,13 +5054,11 @@ export declare const patterns: readonly [{
|
|
|
5045
5054
|
readonly left: "size";
|
|
5046
5055
|
readonly right: "size";
|
|
5047
5056
|
readonly zIndex: "number";
|
|
5057
|
+
readonly color: "color";
|
|
5048
5058
|
};
|
|
5049
5059
|
readonly labelKey: "string";
|
|
5050
|
-
readonly button_text_color: "color";
|
|
5051
5060
|
readonly animation: readonly ["simple-animation", "line-animation", "blur", "blur-animation", "blur-line-animation"];
|
|
5052
5061
|
readonly animation_color: "color";
|
|
5053
|
-
readonly button_background_color: "color";
|
|
5054
|
-
readonly flex: "number";
|
|
5055
5062
|
readonly events: "EventObject[]";
|
|
5056
5063
|
};
|
|
5057
5064
|
};
|
|
@@ -5101,34 +5108,6 @@ export declare const patterns: readonly [{
|
|
|
5101
5108
|
readonly sort: 21;
|
|
5102
5109
|
readonly preferredScale: "s";
|
|
5103
5110
|
};
|
|
5104
|
-
readonly button_text_color: {
|
|
5105
|
-
readonly label: "Button Text Color";
|
|
5106
|
-
readonly description: "Text color of the button.";
|
|
5107
|
-
readonly category: "style";
|
|
5108
|
-
readonly specialCategory: null;
|
|
5109
|
-
readonly sort: 2;
|
|
5110
|
-
};
|
|
5111
|
-
readonly animation: {
|
|
5112
|
-
readonly label: "Animation";
|
|
5113
|
-
readonly description: "Animation style for the button.";
|
|
5114
|
-
readonly category: "style";
|
|
5115
|
-
readonly specialCategory: null;
|
|
5116
|
-
readonly sort: 3;
|
|
5117
|
-
};
|
|
5118
|
-
readonly animation_color: {
|
|
5119
|
-
readonly label: "Animation Color";
|
|
5120
|
-
readonly description: "Color used by the animation.";
|
|
5121
|
-
readonly category: "style";
|
|
5122
|
-
readonly specialCategory: null;
|
|
5123
|
-
readonly sort: 4;
|
|
5124
|
-
};
|
|
5125
|
-
readonly button_background_color: {
|
|
5126
|
-
readonly label: "Button Background Color";
|
|
5127
|
-
readonly description: "Background color of the button.";
|
|
5128
|
-
readonly category: "style";
|
|
5129
|
-
readonly specialCategory: null;
|
|
5130
|
-
readonly sort: 5;
|
|
5131
|
-
};
|
|
5132
5111
|
};
|
|
5133
5112
|
readonly attributes: {
|
|
5134
5113
|
readonly scrollable: {
|
|
@@ -5336,9 +5315,9 @@ export declare const patterns: readonly [{
|
|
|
5336
5315
|
};
|
|
5337
5316
|
readonly flex: {
|
|
5338
5317
|
readonly label: "Flex";
|
|
5339
|
-
readonly description: "Flex grow
|
|
5318
|
+
readonly description: "Flex grow factor (e.g. 1 fills available space).";
|
|
5340
5319
|
readonly category: "container";
|
|
5341
|
-
readonly specialCategory:
|
|
5320
|
+
readonly specialCategory: "size";
|
|
5342
5321
|
readonly sort: 6;
|
|
5343
5322
|
};
|
|
5344
5323
|
readonly position: {
|
|
@@ -5401,6 +5380,29 @@ export declare const patterns: readonly [{
|
|
|
5401
5380
|
readonly specialCategory: null;
|
|
5402
5381
|
readonly sort: 7;
|
|
5403
5382
|
};
|
|
5383
|
+
readonly animation: {
|
|
5384
|
+
readonly label: "Animation";
|
|
5385
|
+
readonly description: "Animation style for the button.";
|
|
5386
|
+
readonly category: "style";
|
|
5387
|
+
readonly specialCategory: null;
|
|
5388
|
+
readonly sort: 3;
|
|
5389
|
+
};
|
|
5390
|
+
readonly animation_color: {
|
|
5391
|
+
readonly label: "Animation Color";
|
|
5392
|
+
readonly description: "Color used by the animation.";
|
|
5393
|
+
readonly category: "style";
|
|
5394
|
+
readonly specialCategory: null;
|
|
5395
|
+
readonly sort: 4;
|
|
5396
|
+
};
|
|
5397
|
+
readonly styles: {
|
|
5398
|
+
readonly color: {
|
|
5399
|
+
readonly label: "Color";
|
|
5400
|
+
readonly description: "Text color.";
|
|
5401
|
+
readonly category: "style";
|
|
5402
|
+
readonly specialCategory: null;
|
|
5403
|
+
readonly sort: 1;
|
|
5404
|
+
};
|
|
5405
|
+
};
|
|
5404
5406
|
};
|
|
5405
5407
|
};
|
|
5406
5408
|
readonly defaults: {
|
|
@@ -5413,6 +5415,7 @@ export declare const patterns: readonly [{
|
|
|
5413
5415
|
readonly flexShrink: 0;
|
|
5414
5416
|
readonly height: "40@vs";
|
|
5415
5417
|
readonly borderRadius: "12@s";
|
|
5418
|
+
readonly color: "THEME_COLORS.ONBOARD_BUTTON_PRIMARY_TEXT";
|
|
5416
5419
|
};
|
|
5417
5420
|
};
|
|
5418
5421
|
readonly types: {
|
|
@@ -5432,7 +5435,7 @@ export declare const patterns: readonly [{
|
|
|
5432
5435
|
readonly children: "node";
|
|
5433
5436
|
readonly attributes: {
|
|
5434
5437
|
readonly scrollable: "boolean";
|
|
5435
|
-
readonly
|
|
5438
|
+
readonly styles: {
|
|
5436
5439
|
readonly flexDirection: readonly ["row", "column"];
|
|
5437
5440
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
5438
5441
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -5858,7 +5861,7 @@ export declare const patterns: readonly [{
|
|
|
5858
5861
|
readonly children: "never";
|
|
5859
5862
|
readonly attributes: {
|
|
5860
5863
|
readonly scrollable: "boolean";
|
|
5861
|
-
readonly
|
|
5864
|
+
readonly styles: {
|
|
5862
5865
|
readonly flexDirection: readonly ["row", "column"];
|
|
5863
5866
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
5864
5867
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -6260,7 +6263,8 @@ export declare const patterns: readonly [{
|
|
|
6260
6263
|
readonly dotType: "expanding_dot";
|
|
6261
6264
|
readonly dot_thickness: 10;
|
|
6262
6265
|
readonly inactive_dot_opacity: 0.3;
|
|
6263
|
-
readonly active_dot_color: "
|
|
6266
|
+
readonly active_dot_color: "STATIC_COLORS.ONBOARD_DOT_ACTIVE";
|
|
6267
|
+
readonly inactive_dot_color: "THEME_COLORS.BACKGROUND";
|
|
6264
6268
|
};
|
|
6265
6269
|
readonly types: {};
|
|
6266
6270
|
}, {
|
|
@@ -6274,7 +6278,7 @@ export declare const patterns: readonly [{
|
|
|
6274
6278
|
readonly adjustsFontSizeToFit: "boolean";
|
|
6275
6279
|
readonly showEllipsis: "boolean";
|
|
6276
6280
|
readonly translateCounter: "number";
|
|
6277
|
-
readonly
|
|
6281
|
+
readonly styles: {
|
|
6278
6282
|
readonly color: "color";
|
|
6279
6283
|
readonly fontSize: "size";
|
|
6280
6284
|
readonly fontFamily: "fontFamily";
|
|
@@ -6758,7 +6762,7 @@ export declare const patterns: readonly [{
|
|
|
6758
6762
|
readonly children: "node";
|
|
6759
6763
|
readonly attributes: {
|
|
6760
6764
|
readonly src: "string";
|
|
6761
|
-
readonly
|
|
6765
|
+
readonly styles: {
|
|
6762
6766
|
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
6763
6767
|
readonly flexDirection: readonly ["row", "column"];
|
|
6764
6768
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
@@ -7155,7 +7159,7 @@ export declare const patterns: readonly [{
|
|
|
7155
7159
|
readonly children: "node";
|
|
7156
7160
|
readonly attributes: {
|
|
7157
7161
|
readonly scrollable: "boolean";
|
|
7158
|
-
readonly
|
|
7162
|
+
readonly styles: {
|
|
7159
7163
|
readonly flexDirection: readonly ["row", "column"];
|
|
7160
7164
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
7161
7165
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -7531,7 +7535,7 @@ export declare const patterns: readonly [{
|
|
|
7531
7535
|
readonly children: "node";
|
|
7532
7536
|
readonly attributes: {
|
|
7533
7537
|
readonly scrollable: "boolean";
|
|
7534
|
-
readonly
|
|
7538
|
+
readonly styles: {
|
|
7535
7539
|
readonly flexDirection: readonly ["row", "column"];
|
|
7536
7540
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
7537
7541
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -7904,7 +7908,7 @@ export declare const patterns: readonly [{
|
|
|
7904
7908
|
readonly adjustsFontSizeToFit: "boolean";
|
|
7905
7909
|
readonly showEllipsis: "boolean";
|
|
7906
7910
|
readonly translateCounter: "number";
|
|
7907
|
-
readonly
|
|
7911
|
+
readonly styles: {
|
|
7908
7912
|
readonly color: "color";
|
|
7909
7913
|
readonly fontSize: "size";
|
|
7910
7914
|
readonly fontFamily: "fontFamily";
|
|
@@ -8329,7 +8333,7 @@ export declare const patterns: readonly [{
|
|
|
8329
8333
|
readonly adjustsFontSizeToFit: "boolean";
|
|
8330
8334
|
readonly showEllipsis: "boolean";
|
|
8331
8335
|
readonly translateCounter: "number";
|
|
8332
|
-
readonly
|
|
8336
|
+
readonly styles: {
|
|
8333
8337
|
readonly color: "color";
|
|
8334
8338
|
readonly fontSize: "size";
|
|
8335
8339
|
readonly fontFamily: "fontFamily";
|
|
@@ -8755,7 +8759,7 @@ export declare const patterns: readonly [{
|
|
|
8755
8759
|
readonly src: "string";
|
|
8756
8760
|
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
8757
8761
|
readonly scrollable: "boolean";
|
|
8758
|
-
readonly
|
|
8762
|
+
readonly styles: {
|
|
8759
8763
|
readonly flexDirection: readonly ["row", "column"];
|
|
8760
8764
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
8761
8765
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -9145,7 +9149,7 @@ export declare const patterns: readonly [{
|
|
|
9145
9149
|
readonly adjustsFontSizeToFit: "boolean";
|
|
9146
9150
|
readonly showEllipsis: "boolean";
|
|
9147
9151
|
readonly translateCounter: "number";
|
|
9148
|
-
readonly
|
|
9152
|
+
readonly styles: {
|
|
9149
9153
|
readonly color: "color";
|
|
9150
9154
|
readonly fontSize: "size";
|
|
9151
9155
|
readonly fontFamily: "fontFamily";
|
|
@@ -9596,7 +9600,7 @@ export declare const patterns: readonly [{
|
|
|
9596
9600
|
readonly children: "node";
|
|
9597
9601
|
readonly attributes: {
|
|
9598
9602
|
readonly scrollable: "boolean";
|
|
9599
|
-
readonly
|
|
9603
|
+
readonly styles: {
|
|
9600
9604
|
readonly flexDirection: readonly ["row", "column"];
|
|
9601
9605
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
9602
9606
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -9963,7 +9967,7 @@ export declare const patterns: readonly [{
|
|
|
9963
9967
|
readonly children: "node";
|
|
9964
9968
|
readonly attributes: {
|
|
9965
9969
|
readonly scrollable: "boolean";
|
|
9966
|
-
readonly
|
|
9970
|
+
readonly styles: {
|
|
9967
9971
|
readonly flexDirection: readonly ["row", "column"];
|
|
9968
9972
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
9969
9973
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -10340,7 +10344,7 @@ export declare const patterns: readonly [{
|
|
|
10340
10344
|
readonly description: "description";
|
|
10341
10345
|
readonly children: "string";
|
|
10342
10346
|
readonly attributes: {
|
|
10343
|
-
readonly
|
|
10347
|
+
readonly styles: {
|
|
10344
10348
|
readonly color: "color";
|
|
10345
10349
|
readonly fontSize: "size";
|
|
10346
10350
|
readonly fontWeight: readonly ["normal", "bold", "100", "200", "300", "400", "500", "600", "700", "800", "900"];
|
|
@@ -10741,7 +10745,7 @@ export declare const patterns: readonly [{
|
|
|
10741
10745
|
readonly adjustsFontSizeToFit: "boolean";
|
|
10742
10746
|
readonly showEllipsis: "boolean";
|
|
10743
10747
|
readonly translateCounter: "number";
|
|
10744
|
-
readonly
|
|
10748
|
+
readonly styles: {
|
|
10745
10749
|
readonly color: "color";
|
|
10746
10750
|
readonly fontSize: "size";
|
|
10747
10751
|
readonly fontFamily: "fontFamily";
|
|
@@ -11190,7 +11194,7 @@ export declare const patterns: readonly [{
|
|
|
11190
11194
|
readonly adjustsFontSizeToFit: "boolean";
|
|
11191
11195
|
readonly showEllipsis: "boolean";
|
|
11192
11196
|
readonly translateCounter: "number";
|
|
11193
|
-
readonly
|
|
11197
|
+
readonly styles: {
|
|
11194
11198
|
readonly color: "color";
|
|
11195
11199
|
readonly fontSize: "size";
|
|
11196
11200
|
readonly fontFamily: "fontFamily";
|
|
@@ -11616,7 +11620,7 @@ export declare const patterns: readonly [{
|
|
|
11616
11620
|
readonly adjustsFontSizeToFit: "boolean";
|
|
11617
11621
|
readonly showEllipsis: "boolean";
|
|
11618
11622
|
readonly translateCounter: "number";
|
|
11619
|
-
readonly
|
|
11623
|
+
readonly styles: {
|
|
11620
11624
|
readonly color: "color";
|
|
11621
11625
|
readonly fontSize: "size";
|
|
11622
11626
|
readonly fontFamily: "fontFamily";
|
|
@@ -12040,7 +12044,7 @@ export declare const patterns: readonly [{
|
|
|
12040
12044
|
readonly children: "never";
|
|
12041
12045
|
readonly attributes: {
|
|
12042
12046
|
readonly scrollable: "boolean";
|
|
12043
|
-
readonly
|
|
12047
|
+
readonly styles: {
|
|
12044
12048
|
readonly flexDirection: readonly ["row", "column"];
|
|
12045
12049
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
12046
12050
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -12427,7 +12431,7 @@ export declare const patterns: readonly [{
|
|
|
12427
12431
|
readonly description: "description";
|
|
12428
12432
|
readonly children: "never";
|
|
12429
12433
|
readonly attributes: {
|
|
12430
|
-
readonly
|
|
12434
|
+
readonly styles: {
|
|
12431
12435
|
readonly backgroundColor: "color";
|
|
12432
12436
|
readonly width: "size";
|
|
12433
12437
|
readonly height: "size";
|
|
@@ -12486,7 +12490,7 @@ export declare const patterns: readonly [{
|
|
|
12486
12490
|
readonly children: "never";
|
|
12487
12491
|
readonly attributes: {
|
|
12488
12492
|
readonly scrollable: "boolean";
|
|
12489
|
-
readonly
|
|
12493
|
+
readonly styles: {
|
|
12490
12494
|
readonly flexDirection: readonly ["row", "column"];
|
|
12491
12495
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
12492
12496
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -12851,7 +12855,7 @@ export declare const patterns: readonly [{
|
|
|
12851
12855
|
readonly children: "string";
|
|
12852
12856
|
readonly attributes: {
|
|
12853
12857
|
readonly scrollable: "boolean";
|
|
12854
|
-
readonly
|
|
12858
|
+
readonly styles: {
|
|
12855
12859
|
readonly flexDirection: readonly ["row", "column"];
|
|
12856
12860
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
12857
12861
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -13276,7 +13280,7 @@ export declare const patterns: readonly [{
|
|
|
13276
13280
|
readonly children: "node";
|
|
13277
13281
|
readonly attributes: {
|
|
13278
13282
|
readonly scrollable: "boolean";
|
|
13279
|
-
readonly
|
|
13283
|
+
readonly styles: {
|
|
13280
13284
|
readonly flexDirection: readonly ["row", "column"];
|
|
13281
13285
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
13282
13286
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|