@developer_tribe/react-builder 1.2.37 → 1.2.39
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 -0
- package/dist/build-components/BackgroundImage/BackgroundImageProps.generated.d.ts +1 -0
- package/dist/build-components/Button/ButtonProps.generated.d.ts +1 -0
- package/dist/build-components/Carousel/CarouselProps.generated.d.ts +1 -0
- package/dist/build-components/CarouselButtons/CarouselButtonsProps.generated.d.ts +1 -0
- package/dist/build-components/CarouselDots/CarouselDotsProps.generated.d.ts +1 -0
- package/dist/build-components/CarouselItem/CarouselItemProps.generated.d.ts +1 -0
- package/dist/build-components/CarouselProvider/CarouselProviderProps.generated.d.ts +1 -0
- package/dist/build-components/CountDown/CountDownProps.generated.d.ts +1 -0
- package/dist/build-components/Image/ImageProps.generated.d.ts +3 -0
- package/dist/build-components/Main/MainProps.generated.d.ts +1 -0
- package/dist/build-components/NavigationBarColor/NavigationBarColorProps.generated.d.ts +1 -0
- package/dist/build-components/Onboard/OnboardProps.generated.d.ts +1 -0
- package/dist/build-components/OnboardButton/OnboardButtonProps.generated.d.ts +2 -0
- package/dist/build-components/OnboardButtons/OnboardButtonsProps.generated.d.ts +1 -0
- package/dist/build-components/OnboardDot/OnboardDotProps.generated.d.ts +1 -0
- package/dist/build-components/OnboardFooter/OnboardFooterProps.generated.d.ts +1 -0
- package/dist/build-components/OnboardImage/OnboardImageProps.generated.d.ts +3 -0
- package/dist/build-components/OnboardItem/OnboardItemProps.generated.d.ts +1 -0
- package/dist/build-components/OnboardProvider/OnboardProviderProps.generated.d.ts +1 -0
- package/dist/build-components/OnboardSubtitle/OnboardSubtitleProps.generated.d.ts +1 -0
- package/dist/build-components/OnboardTitle/OnboardTitleProps.generated.d.ts +1 -0
- package/dist/build-components/PaywallBackground/PaywallBackgroundProps.generated.d.ts +1 -0
- package/dist/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.d.ts +1 -0
- package/dist/build-components/PaywallOptions/PaywallOptionsProps.generated.d.ts +1 -0
- package/dist/build-components/PaywallProvider/PaywallProviderProps.generated.d.ts +1 -0
- package/dist/build-components/PaywallSubscribeButton/PaywallSubscribeButtonProps.generated.d.ts +1 -0
- package/dist/build-components/PriceTag/PriceTagProps.generated.d.ts +1 -0
- package/dist/build-components/Pricing/PricingProps.generated.d.ts +1 -0
- package/dist/build-components/Promo/PromoProps.generated.d.ts +1 -0
- package/dist/build-components/RadioButton/RadioButtonProps.generated.d.ts +1 -0
- package/dist/build-components/Separator/SeparatorProps.generated.d.ts +1 -0
- package/dist/build-components/StatusBarColor/StatusBarColorProps.generated.d.ts +1 -39
- package/dist/build-components/Text/TextProps.generated.d.ts +1 -0
- package/dist/build-components/View/ViewProps.generated.d.ts +1 -0
- package/dist/build-components/patterns.generated.d.ts +1455 -1007
- 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/mockOS/context/MockOSContextBase.d.ts +1 -0
- package/dist/mockOS/managers/mockPermissionManager.d.ts +1 -1
- package/dist/types/PreviewConfig.d.ts +1 -1
- package/package.json +1 -1
- package/scripts/prebuild/utils/validateAllComponentsOrThrow.js +18 -0
- 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/carousel-sample.json +49 -23
- package/src/assets/samples/paywall-1.json +61 -29
- package/src/assets/samples/paywall-2.json +53 -25
- package/src/assets/samples/paywall-app-delete-offer.json +55 -26
- package/src/assets/samples/paywall-app-open-offer.json +55 -26
- package/src/assets/samples/paywall-back-offer.json +55 -26
- package/src/assets/samples/paywall-notification-offer.json +55 -26
- package/src/assets/samples/simple-1.json +9 -3
- package/src/assets/samples/simple-2.json +51 -24
- package/src/assets/samples/unmigrated-builder-1.1.1.json +15 -6
- package/src/assets/samples/unmigrated-builder1.json +9 -3
- package/src/assets/samples/unvalidated-builder1.json +9 -3
- package/src/assets/samples/unvalidated-crash1.json +5 -1
- package/src/assets/samples/unvalidated-crashcomponent1.json +5 -1
- package/src/assets/samples/vpn-onboard-1.json +94 -51
- package/src/assets/samples/vpn-onboard-2.json +94 -51
- package/src/assets/samples/vpn-onboard-3.json +85 -48
- package/src/assets/samples/vpn-onboard-4.json +85 -48
- package/src/assets/samples/vpn-onboard-5.json +132 -73
- package/src/assets/samples/vpn-onboard-6.json +94 -51
- package/src/assets/samples/vpn-onboard-7.json +92 -50
- package/src/build-components/BIcon/BIconProps.generated.ts +1 -0
- package/src/build-components/BackgroundImage/BackgroundImageProps.generated.ts +1 -0
- package/src/build-components/Button/ButtonProps.generated.ts +1 -0
- package/src/build-components/Carousel/CarouselProps.generated.ts +1 -0
- package/src/build-components/CarouselButtons/CarouselButtonsProps.generated.ts +1 -0
- package/src/build-components/CarouselDots/CarouselDotsProps.generated.ts +1 -0
- package/src/build-components/CarouselItem/CarouselItemProps.generated.ts +1 -0
- package/src/build-components/CarouselProvider/CarouselProviderProps.generated.ts +1 -0
- package/src/build-components/CountDown/CountDownProps.generated.ts +1 -0
- package/src/build-components/Image/ImageProps.generated.ts +7 -0
- package/src/build-components/Image/pattern.json +9 -0
- package/src/build-components/Main/MainProps.generated.ts +1 -0
- package/src/build-components/NavigationBarColor/NavigationBarColorProps.generated.ts +1 -0
- package/src/build-components/Onboard/OnboardProps.generated.ts +1 -0
- package/src/build-components/OnboardButton/OnboardButton.tsx +6 -6
- package/src/build-components/OnboardButton/OnboardButtonProps.generated.ts +2 -0
- package/src/build-components/OnboardButton/pattern.json +2 -1
- package/src/build-components/OnboardButtons/OnboardButtonsProps.generated.ts +1 -0
- package/src/build-components/OnboardDot/OnboardDotProps.generated.ts +1 -0
- package/src/build-components/OnboardFooter/OnboardFooter.tsx +3 -3
- package/src/build-components/OnboardFooter/OnboardFooterProps.generated.ts +1 -0
- package/src/build-components/OnboardImage/OnboardImageProps.generated.ts +7 -0
- package/src/build-components/OnboardItem/OnboardItemProps.generated.ts +1 -0
- package/src/build-components/OnboardProvider/OnboardProviderProps.generated.ts +1 -0
- package/src/build-components/OnboardSubtitle/OnboardSubtitleProps.generated.ts +1 -0
- package/src/build-components/OnboardTitle/OnboardTitleProps.generated.ts +1 -0
- package/src/build-components/PaywallBackground/PaywallBackgroundProps.generated.ts +1 -0
- package/src/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.ts +1 -0
- package/src/build-components/PaywallOptions/PaywallOptionsProps.generated.ts +1 -0
- package/src/build-components/PaywallProvider/PaywallProviderProps.generated.ts +1 -0
- package/src/build-components/PaywallSubscribeButton/PaywallSubscribeButtonProps.generated.ts +1 -0
- package/src/build-components/PriceTag/PriceTagProps.generated.ts +1 -0
- package/src/build-components/Pricing/PricingProps.generated.ts +1 -0
- package/src/build-components/Promo/PromoProps.generated.ts +1 -0
- package/src/build-components/RadioButton/RadioButtonProps.generated.ts +1 -0
- package/src/build-components/Separator/SeparatorProps.generated.ts +1 -0
- package/src/build-components/Separator/pattern.json +2 -1
- package/src/build-components/StatusBarColor/StatusBarColorProps.generated.ts +1 -51
- package/src/build-components/StatusBarColor/pattern.json +2 -2
- package/src/build-components/Text/TextProps.generated.ts +1 -0
- package/src/build-components/Text/pattern.json +1 -1
- package/src/build-components/View/ViewProps.generated.ts +1 -0
- package/src/build-components/View/pattern.json +2 -1
- package/src/build-components/patterns.generated.ts +1567 -1139
- package/src/mockOS/context/MockOSContext.tsx +32 -0
- package/src/mockOS/context/MockOSContextBase.ts +3 -0
- package/src/mockOS/managers/mockPermissionManager.ts +9 -3
- package/src/modals/InspectModal.tsx +37 -8
- package/src/product-base/buildPaywallLocalizationParams.ts +12 -3
- package/src/types/PreviewConfig.ts +70 -46
|
@@ -51,6 +51,7 @@ export declare const patterns: readonly [{
|
|
|
51
51
|
readonly zIndex: "number";
|
|
52
52
|
};
|
|
53
53
|
readonly scrollable: "boolean";
|
|
54
|
+
readonly testID: "string";
|
|
54
55
|
readonly iconType: "iconType";
|
|
55
56
|
readonly size: "number";
|
|
56
57
|
readonly strokeWidth: "number";
|
|
@@ -74,7 +75,7 @@ export declare const patterns: readonly [{
|
|
|
74
75
|
readonly category: "style";
|
|
75
76
|
readonly specialCategory: null;
|
|
76
77
|
readonly sort: 2;
|
|
77
|
-
readonly preferredScale: "
|
|
78
|
+
readonly preferredScale: "f";
|
|
78
79
|
};
|
|
79
80
|
readonly fontFamily: {
|
|
80
81
|
readonly label: "Font Family";
|
|
@@ -497,6 +498,7 @@ export declare const patterns: readonly [{
|
|
|
497
498
|
readonly right: "size";
|
|
498
499
|
readonly zIndex: "number";
|
|
499
500
|
};
|
|
501
|
+
readonly testID: "string";
|
|
500
502
|
readonly src: "string";
|
|
501
503
|
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
502
504
|
};
|
|
@@ -888,6 +890,7 @@ export declare const patterns: readonly [{
|
|
|
888
890
|
readonly fontSize: "size";
|
|
889
891
|
readonly fontWeight: readonly ["normal", "bold", "100", "200", "300", "400", "500", "600", "700", "800", "900"];
|
|
890
892
|
};
|
|
893
|
+
readonly testID: "string";
|
|
891
894
|
};
|
|
892
895
|
};
|
|
893
896
|
readonly meta: {
|
|
@@ -1279,6 +1282,7 @@ export declare const patterns: readonly [{
|
|
|
1279
1282
|
readonly right: "size";
|
|
1280
1283
|
readonly zIndex: "number";
|
|
1281
1284
|
};
|
|
1285
|
+
readonly testID: "string";
|
|
1282
1286
|
readonly loop: "boolean";
|
|
1283
1287
|
readonly dragFree: "boolean";
|
|
1284
1288
|
readonly align: readonly ["start", "center", "end"];
|
|
@@ -1647,6 +1651,7 @@ export declare const patterns: readonly [{
|
|
|
1647
1651
|
readonly right: "size";
|
|
1648
1652
|
readonly zIndex: "number";
|
|
1649
1653
|
};
|
|
1654
|
+
readonly testID: "string";
|
|
1650
1655
|
readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
|
|
1651
1656
|
readonly skipNumber: "number";
|
|
1652
1657
|
};
|
|
@@ -2028,6 +2033,7 @@ export declare const patterns: readonly [{
|
|
|
2028
2033
|
readonly right: "size";
|
|
2029
2034
|
readonly zIndex: "number";
|
|
2030
2035
|
};
|
|
2036
|
+
readonly testID: "string";
|
|
2031
2037
|
readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
|
|
2032
2038
|
readonly dot_thickness: "size";
|
|
2033
2039
|
readonly inactive_dot_opacity: "number";
|
|
@@ -2410,6 +2416,7 @@ export declare const patterns: readonly [{
|
|
|
2410
2416
|
readonly right: "size";
|
|
2411
2417
|
readonly zIndex: "number";
|
|
2412
2418
|
};
|
|
2419
|
+
readonly testID: "string";
|
|
2413
2420
|
};
|
|
2414
2421
|
};
|
|
2415
2422
|
readonly meta: {
|
|
@@ -2775,6 +2782,7 @@ export declare const patterns: readonly [{
|
|
|
2775
2782
|
readonly right: "size";
|
|
2776
2783
|
readonly zIndex: "number";
|
|
2777
2784
|
};
|
|
2785
|
+
readonly testID: "string";
|
|
2778
2786
|
};
|
|
2779
2787
|
};
|
|
2780
2788
|
readonly meta: {
|
|
@@ -3151,6 +3159,7 @@ export declare const patterns: readonly [{
|
|
|
3151
3159
|
readonly zIndex: "number";
|
|
3152
3160
|
};
|
|
3153
3161
|
readonly scrollable: "boolean";
|
|
3162
|
+
readonly testID: "string";
|
|
3154
3163
|
readonly count: "number";
|
|
3155
3164
|
};
|
|
3156
3165
|
};
|
|
@@ -3172,7 +3181,7 @@ export declare const patterns: readonly [{
|
|
|
3172
3181
|
readonly category: "style";
|
|
3173
3182
|
readonly specialCategory: null;
|
|
3174
3183
|
readonly sort: 2;
|
|
3175
|
-
readonly preferredScale: "
|
|
3184
|
+
readonly preferredScale: "f";
|
|
3176
3185
|
};
|
|
3177
3186
|
readonly fontFamily: {
|
|
3178
3187
|
readonly label: "Font Family";
|
|
@@ -3580,7 +3589,9 @@ export declare const patterns: readonly [{
|
|
|
3580
3589
|
readonly zIndex: "number";
|
|
3581
3590
|
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
3582
3591
|
};
|
|
3592
|
+
readonly testID: "string";
|
|
3583
3593
|
readonly src: "string";
|
|
3594
|
+
readonly fetchStrategy: readonly ["highIfItsAppLaunch", "normal", "lazy", "none"];
|
|
3584
3595
|
};
|
|
3585
3596
|
};
|
|
3586
3597
|
readonly meta: {
|
|
@@ -3894,6 +3905,13 @@ export declare const patterns: readonly [{
|
|
|
3894
3905
|
readonly specialCategory: null;
|
|
3895
3906
|
readonly sort: 1;
|
|
3896
3907
|
};
|
|
3908
|
+
readonly fetchStrategy: {
|
|
3909
|
+
readonly label: "Fetch Strategy";
|
|
3910
|
+
readonly description: "highIfItsAppLaunch ilk başta yükleniyor eğer app_launch placeholder'i ile gelirse\nnormal sonra bütün hepsi toplanıp prefetch ediniyor\nlazy builder açılır açılmaz\nnone ise os'a bırakıldı";
|
|
3911
|
+
readonly category: "other";
|
|
3912
|
+
readonly specialCategory: null;
|
|
3913
|
+
readonly sort: 2;
|
|
3914
|
+
};
|
|
3897
3915
|
};
|
|
3898
3916
|
readonly styles: {
|
|
3899
3917
|
readonly resizeMode: {
|
|
@@ -3915,6 +3933,7 @@ export declare const patterns: readonly [{
|
|
|
3915
3933
|
readonly flexShrink: 0;
|
|
3916
3934
|
readonly resizeMode: "contain";
|
|
3917
3935
|
};
|
|
3936
|
+
readonly fetchStrategy: "normal";
|
|
3918
3937
|
};
|
|
3919
3938
|
readonly types: {};
|
|
3920
3939
|
}, {
|
|
@@ -3962,6 +3981,7 @@ export declare const patterns: readonly [{
|
|
|
3962
3981
|
readonly right: "size";
|
|
3963
3982
|
readonly zIndex: "number";
|
|
3964
3983
|
};
|
|
3984
|
+
readonly testID: "string";
|
|
3965
3985
|
readonly useSafeAreaView: "boolean";
|
|
3966
3986
|
};
|
|
3967
3987
|
};
|
|
@@ -4341,6 +4361,7 @@ export declare const patterns: readonly [{
|
|
|
4341
4361
|
readonly right: "size";
|
|
4342
4362
|
readonly zIndex: "number";
|
|
4343
4363
|
};
|
|
4364
|
+
readonly testID: "string";
|
|
4344
4365
|
};
|
|
4345
4366
|
};
|
|
4346
4367
|
readonly meta: {
|
|
@@ -4715,6 +4736,7 @@ export declare const patterns: readonly [{
|
|
|
4715
4736
|
readonly right: "size";
|
|
4716
4737
|
readonly zIndex: "number";
|
|
4717
4738
|
};
|
|
4739
|
+
readonly testID: "string";
|
|
4718
4740
|
};
|
|
4719
4741
|
};
|
|
4720
4742
|
readonly meta: {
|
|
@@ -5082,6 +5104,7 @@ export declare const patterns: readonly [{
|
|
|
5082
5104
|
readonly zIndex: "number";
|
|
5083
5105
|
readonly color: "color";
|
|
5084
5106
|
};
|
|
5107
|
+
readonly testID: readonly ["onboardSkip", "onboardNext"];
|
|
5085
5108
|
readonly labelKey: "string";
|
|
5086
5109
|
readonly animation: readonly ["simple-animation", "line-animation", "blur", "blur-animation", "blur-line-animation"];
|
|
5087
5110
|
readonly animation_color: "color";
|
|
@@ -5118,159 +5141,6 @@ export declare const patterns: readonly [{
|
|
|
5118
5141
|
readonly sort: 4;
|
|
5119
5142
|
};
|
|
5120
5143
|
};
|
|
5121
|
-
readonly attributes: {
|
|
5122
|
-
readonly scrollable: {
|
|
5123
|
-
readonly label: "Scrollable";
|
|
5124
|
-
readonly description: "Turns scroll interaction on.";
|
|
5125
|
-
readonly category: "container";
|
|
5126
|
-
readonly specialCategory: null;
|
|
5127
|
-
readonly sort: -1;
|
|
5128
|
-
};
|
|
5129
|
-
readonly styles: {
|
|
5130
|
-
readonly color: {
|
|
5131
|
-
readonly label: "Color";
|
|
5132
|
-
readonly description: "Text color.";
|
|
5133
|
-
readonly category: "style";
|
|
5134
|
-
readonly specialCategory: null;
|
|
5135
|
-
readonly sort: 1;
|
|
5136
|
-
};
|
|
5137
|
-
};
|
|
5138
|
-
readonly labelKey: {
|
|
5139
|
-
readonly label: "Label Key";
|
|
5140
|
-
readonly description: "Localization key for the button text.";
|
|
5141
|
-
readonly category: "other";
|
|
5142
|
-
readonly specialCategory: null;
|
|
5143
|
-
readonly sort: 1;
|
|
5144
|
-
};
|
|
5145
|
-
readonly events: {
|
|
5146
|
-
readonly label: "Events";
|
|
5147
|
-
readonly description: "List of events fired by the button.";
|
|
5148
|
-
readonly category: "other";
|
|
5149
|
-
readonly specialCategory: null;
|
|
5150
|
-
readonly sort: 7;
|
|
5151
|
-
};
|
|
5152
|
-
readonly animation: {
|
|
5153
|
-
readonly label: "Animation";
|
|
5154
|
-
readonly description: "Animation style for the button.";
|
|
5155
|
-
readonly category: "style";
|
|
5156
|
-
readonly specialCategory: null;
|
|
5157
|
-
readonly sort: 3;
|
|
5158
|
-
};
|
|
5159
|
-
readonly animation_color: {
|
|
5160
|
-
readonly label: "Animation Color";
|
|
5161
|
-
readonly description: "Color used by the animation.";
|
|
5162
|
-
readonly category: "style";
|
|
5163
|
-
readonly specialCategory: null;
|
|
5164
|
-
readonly sort: 4;
|
|
5165
|
-
};
|
|
5166
|
-
};
|
|
5167
|
-
readonly styles: {};
|
|
5168
|
-
};
|
|
5169
|
-
readonly defaults: {
|
|
5170
|
-
readonly styles: {
|
|
5171
|
-
readonly flexDirection: "column";
|
|
5172
|
-
readonly position: "relative";
|
|
5173
|
-
readonly zIndex: 1;
|
|
5174
|
-
readonly alignSelf: "flex-start";
|
|
5175
|
-
readonly flexGrow: 0;
|
|
5176
|
-
readonly flexShrink: 0;
|
|
5177
|
-
readonly height: "40@vs";
|
|
5178
|
-
readonly borderRadius: "12@s";
|
|
5179
|
-
readonly color: "THEME_COLORS.ONBOARD_BUTTON_PRIMARY_TEXT";
|
|
5180
|
-
};
|
|
5181
|
-
};
|
|
5182
|
-
readonly types: {
|
|
5183
|
-
readonly EventObject: {
|
|
5184
|
-
readonly type: readonly ["Permission", "Navigate"];
|
|
5185
|
-
readonly permission: readonly ["att", "notification", "rating", "GDPR", "null"];
|
|
5186
|
-
readonly navigate_to: "string";
|
|
5187
|
-
readonly targetIndex: "number";
|
|
5188
|
-
};
|
|
5189
|
-
};
|
|
5190
|
-
}, {
|
|
5191
|
-
readonly schemaVersion: 2;
|
|
5192
|
-
readonly pattern: {
|
|
5193
|
-
readonly type: "OnboardButtons";
|
|
5194
|
-
readonly title: "title";
|
|
5195
|
-
readonly description: "description";
|
|
5196
|
-
readonly children: "node";
|
|
5197
|
-
readonly attributes: {
|
|
5198
|
-
readonly scrollable: "boolean";
|
|
5199
|
-
readonly styles: {
|
|
5200
|
-
readonly flexDirection: readonly ["row", "column"];
|
|
5201
|
-
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
5202
|
-
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
5203
|
-
readonly justifyContent: readonly ["flex-start", "center", "flex-end", "space-between", "space-around", "space-evenly"];
|
|
5204
|
-
readonly gap: "size";
|
|
5205
|
-
readonly padding: "size";
|
|
5206
|
-
readonly paddingHorizontal: "size";
|
|
5207
|
-
readonly paddingVertical: "size";
|
|
5208
|
-
readonly paddingTop: "size";
|
|
5209
|
-
readonly paddingBottom: "size";
|
|
5210
|
-
readonly paddingLeft: "size";
|
|
5211
|
-
readonly paddingRight: "size";
|
|
5212
|
-
readonly margin: "size";
|
|
5213
|
-
readonly marginHorizontal: "size";
|
|
5214
|
-
readonly marginVertical: "size";
|
|
5215
|
-
readonly marginTop: "size";
|
|
5216
|
-
readonly marginBottom: "size";
|
|
5217
|
-
readonly marginLeft: "size";
|
|
5218
|
-
readonly marginRight: "size";
|
|
5219
|
-
readonly backgroundColor: "color";
|
|
5220
|
-
readonly borderRadius: "size";
|
|
5221
|
-
readonly width: "size";
|
|
5222
|
-
readonly minWidth: "size";
|
|
5223
|
-
readonly maxWidth: "size";
|
|
5224
|
-
readonly height: "size";
|
|
5225
|
-
readonly minHeight: "size";
|
|
5226
|
-
readonly maxHeight: "size";
|
|
5227
|
-
readonly flex: "number";
|
|
5228
|
-
readonly position: readonly ["relative", "absolute"];
|
|
5229
|
-
readonly top: "size";
|
|
5230
|
-
readonly bottom: "size";
|
|
5231
|
-
readonly left: "size";
|
|
5232
|
-
readonly right: "size";
|
|
5233
|
-
readonly zIndex: "number";
|
|
5234
|
-
};
|
|
5235
|
-
readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
|
|
5236
|
-
readonly skipNumber: "number";
|
|
5237
|
-
readonly buttons_direction: readonly ["row", "column"];
|
|
5238
|
-
readonly forIndex: "number";
|
|
5239
|
-
readonly seperatorColor: "color";
|
|
5240
|
-
readonly condition: readonly ["carousel-index"];
|
|
5241
|
-
readonly conditionVariable: "number";
|
|
5242
|
-
};
|
|
5243
|
-
};
|
|
5244
|
-
readonly meta: {
|
|
5245
|
-
readonly desiredParent: readonly ["=OnboardItem"];
|
|
5246
|
-
readonly label: "Onboard Buttons";
|
|
5247
|
-
readonly description: "Wrapper for onboarding button set.";
|
|
5248
|
-
readonly specialCategories: {
|
|
5249
|
-
readonly padding: {
|
|
5250
|
-
readonly label: "Padding";
|
|
5251
|
-
readonly description: "Uniform padding on all sides.";
|
|
5252
|
-
readonly category: "container";
|
|
5253
|
-
readonly sort: 1;
|
|
5254
|
-
};
|
|
5255
|
-
readonly margin: {
|
|
5256
|
-
readonly label: "Margin";
|
|
5257
|
-
readonly description: "Uniform margin on all sides.";
|
|
5258
|
-
readonly category: "container";
|
|
5259
|
-
readonly sort: 2;
|
|
5260
|
-
};
|
|
5261
|
-
readonly size: {
|
|
5262
|
-
readonly label: "Size";
|
|
5263
|
-
readonly description: "Fixed dimensions.";
|
|
5264
|
-
readonly category: "container";
|
|
5265
|
-
readonly sort: 3;
|
|
5266
|
-
};
|
|
5267
|
-
readonly offset: {
|
|
5268
|
-
readonly label: "Offset";
|
|
5269
|
-
readonly description: "Absolute positioning offsets.";
|
|
5270
|
-
readonly category: "container";
|
|
5271
|
-
readonly sort: 4;
|
|
5272
|
-
};
|
|
5273
|
-
};
|
|
5274
5144
|
readonly attributes: {
|
|
5275
5145
|
readonly scrollable: {
|
|
5276
5146
|
readonly label: "Scrollable";
|
|
@@ -5544,83 +5414,73 @@ export declare const patterns: readonly [{
|
|
|
5544
5414
|
readonly specialCategory: null;
|
|
5545
5415
|
readonly sort: 26;
|
|
5546
5416
|
};
|
|
5417
|
+
readonly color: {
|
|
5418
|
+
readonly label: "Color";
|
|
5419
|
+
readonly description: "Text color.";
|
|
5420
|
+
readonly category: "style";
|
|
5421
|
+
readonly specialCategory: null;
|
|
5422
|
+
readonly sort: 1;
|
|
5423
|
+
};
|
|
5547
5424
|
};
|
|
5548
|
-
readonly
|
|
5549
|
-
readonly label: "
|
|
5550
|
-
readonly description: "
|
|
5551
|
-
readonly category: "style";
|
|
5552
|
-
readonly specialCategory: null;
|
|
5553
|
-
readonly sort: 5;
|
|
5554
|
-
};
|
|
5555
|
-
readonly buttonType: {
|
|
5556
|
-
readonly label: "Button Type";
|
|
5557
|
-
readonly description: "Which onboard button to show.";
|
|
5425
|
+
readonly labelKey: {
|
|
5426
|
+
readonly label: "Label Key";
|
|
5427
|
+
readonly description: "Localization key for the button text.";
|
|
5558
5428
|
readonly category: "other";
|
|
5559
5429
|
readonly specialCategory: null;
|
|
5560
5430
|
readonly sort: 1;
|
|
5561
5431
|
};
|
|
5562
|
-
readonly
|
|
5563
|
-
readonly label: "
|
|
5564
|
-
readonly description: "
|
|
5432
|
+
readonly events: {
|
|
5433
|
+
readonly label: "Events";
|
|
5434
|
+
readonly description: "List of events fired by the button.";
|
|
5565
5435
|
readonly category: "other";
|
|
5566
5436
|
readonly specialCategory: null;
|
|
5567
|
-
readonly sort:
|
|
5437
|
+
readonly sort: 7;
|
|
5568
5438
|
};
|
|
5569
|
-
readonly
|
|
5570
|
-
readonly label: "
|
|
5571
|
-
readonly description: "
|
|
5572
|
-
readonly category: "
|
|
5439
|
+
readonly animation: {
|
|
5440
|
+
readonly label: "Animation";
|
|
5441
|
+
readonly description: "Animation style for the button.";
|
|
5442
|
+
readonly category: "style";
|
|
5573
5443
|
readonly specialCategory: null;
|
|
5574
5444
|
readonly sort: 3;
|
|
5575
5445
|
};
|
|
5576
|
-
readonly
|
|
5577
|
-
readonly label: "
|
|
5578
|
-
readonly description: "
|
|
5579
|
-
readonly category: "
|
|
5446
|
+
readonly animation_color: {
|
|
5447
|
+
readonly label: "Animation Color";
|
|
5448
|
+
readonly description: "Color used by the animation.";
|
|
5449
|
+
readonly category: "style";
|
|
5580
5450
|
readonly specialCategory: null;
|
|
5581
5451
|
readonly sort: 4;
|
|
5582
5452
|
};
|
|
5583
|
-
readonly condition: {
|
|
5584
|
-
readonly label: "Condition";
|
|
5585
|
-
readonly description: "Built-in condition to check.";
|
|
5586
|
-
readonly category: "other";
|
|
5587
|
-
readonly specialCategory: null;
|
|
5588
|
-
readonly sort: 6;
|
|
5589
|
-
};
|
|
5590
|
-
readonly conditionVariable: {
|
|
5591
|
-
readonly label: "Condition Variable";
|
|
5592
|
-
readonly description: "Value used when checking the condition.";
|
|
5593
|
-
readonly category: "other";
|
|
5594
|
-
readonly specialCategory: null;
|
|
5595
|
-
readonly sort: 7;
|
|
5596
|
-
};
|
|
5597
5453
|
};
|
|
5598
5454
|
readonly styles: {};
|
|
5599
5455
|
};
|
|
5600
5456
|
readonly defaults: {
|
|
5601
5457
|
readonly styles: {
|
|
5602
|
-
readonly flexDirection: "
|
|
5458
|
+
readonly flexDirection: "column";
|
|
5603
5459
|
readonly position: "relative";
|
|
5604
5460
|
readonly zIndex: 1;
|
|
5605
5461
|
readonly alignSelf: "flex-start";
|
|
5606
5462
|
readonly flexGrow: 0;
|
|
5607
5463
|
readonly flexShrink: 0;
|
|
5608
|
-
readonly
|
|
5609
|
-
readonly
|
|
5610
|
-
readonly
|
|
5611
|
-
|
|
5612
|
-
|
|
5613
|
-
|
|
5464
|
+
readonly height: "40@vs";
|
|
5465
|
+
readonly borderRadius: "12@s";
|
|
5466
|
+
readonly color: "THEME_COLORS.ONBOARD_BUTTON_PRIMARY_TEXT";
|
|
5467
|
+
};
|
|
5468
|
+
};
|
|
5469
|
+
readonly types: {
|
|
5470
|
+
readonly EventObject: {
|
|
5471
|
+
readonly type: readonly ["Permission", "Navigate"];
|
|
5472
|
+
readonly permission: readonly ["att", "notification", "rating", "GDPR", "null"];
|
|
5473
|
+
readonly navigate_to: "string";
|
|
5474
|
+
readonly targetIndex: "number";
|
|
5614
5475
|
};
|
|
5615
5476
|
};
|
|
5616
|
-
readonly types: {};
|
|
5617
5477
|
}, {
|
|
5618
5478
|
readonly schemaVersion: 2;
|
|
5619
5479
|
readonly pattern: {
|
|
5620
|
-
readonly type: "
|
|
5480
|
+
readonly type: "OnboardButtons";
|
|
5621
5481
|
readonly title: "title";
|
|
5622
5482
|
readonly description: "description";
|
|
5623
|
-
readonly children: "
|
|
5483
|
+
readonly children: "node";
|
|
5624
5484
|
readonly attributes: {
|
|
5625
5485
|
readonly scrollable: "boolean";
|
|
5626
5486
|
readonly styles: {
|
|
@@ -5659,20 +5519,20 @@ export declare const patterns: readonly [{
|
|
|
5659
5519
|
readonly right: "size";
|
|
5660
5520
|
readonly zIndex: "number";
|
|
5661
5521
|
};
|
|
5662
|
-
readonly
|
|
5663
|
-
readonly
|
|
5664
|
-
readonly
|
|
5665
|
-
readonly
|
|
5666
|
-
readonly
|
|
5667
|
-
readonly
|
|
5668
|
-
readonly
|
|
5669
|
-
readonly
|
|
5522
|
+
readonly testID: "string";
|
|
5523
|
+
readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
|
|
5524
|
+
readonly skipNumber: "number";
|
|
5525
|
+
readonly buttons_direction: readonly ["row", "column"];
|
|
5526
|
+
readonly forIndex: "number";
|
|
5527
|
+
readonly seperatorColor: "color";
|
|
5528
|
+
readonly condition: readonly ["carousel-index"];
|
|
5529
|
+
readonly conditionVariable: "number";
|
|
5670
5530
|
};
|
|
5671
5531
|
};
|
|
5672
5532
|
readonly meta: {
|
|
5673
|
-
readonly desiredParent: readonly ["
|
|
5674
|
-
readonly label: "Onboard
|
|
5675
|
-
readonly description: "
|
|
5533
|
+
readonly desiredParent: readonly ["=OnboardItem"];
|
|
5534
|
+
readonly label: "Onboard Buttons";
|
|
5535
|
+
readonly description: "Wrapper for onboarding button set.";
|
|
5676
5536
|
readonly specialCategories: {
|
|
5677
5537
|
readonly padding: {
|
|
5678
5538
|
readonly label: "Padding";
|
|
@@ -5973,40 +5833,54 @@ export declare const patterns: readonly [{
|
|
|
5973
5833
|
readonly sort: 26;
|
|
5974
5834
|
};
|
|
5975
5835
|
};
|
|
5976
|
-
readonly
|
|
5977
|
-
readonly label: "
|
|
5978
|
-
readonly description: "
|
|
5836
|
+
readonly seperatorColor: {
|
|
5837
|
+
readonly label: "Seperator Color";
|
|
5838
|
+
readonly description: "Color of the divider line.";
|
|
5979
5839
|
readonly category: "style";
|
|
5980
5840
|
readonly specialCategory: null;
|
|
5841
|
+
readonly sort: 5;
|
|
5842
|
+
};
|
|
5843
|
+
readonly buttonType: {
|
|
5844
|
+
readonly label: "Button Type";
|
|
5845
|
+
readonly description: "Which onboard button to show.";
|
|
5846
|
+
readonly category: "other";
|
|
5847
|
+
readonly specialCategory: null;
|
|
5981
5848
|
readonly sort: 1;
|
|
5982
5849
|
};
|
|
5983
|
-
readonly
|
|
5984
|
-
readonly label: "
|
|
5985
|
-
readonly description: "
|
|
5986
|
-
readonly category: "
|
|
5850
|
+
readonly skipNumber: {
|
|
5851
|
+
readonly label: "Skip Number";
|
|
5852
|
+
readonly description: "Slide index to skip to.";
|
|
5853
|
+
readonly category: "other";
|
|
5987
5854
|
readonly specialCategory: null;
|
|
5988
5855
|
readonly sort: 2;
|
|
5989
5856
|
};
|
|
5990
|
-
readonly
|
|
5991
|
-
readonly label: "
|
|
5992
|
-
readonly description: "
|
|
5993
|
-
readonly category: "
|
|
5857
|
+
readonly buttons_direction: {
|
|
5858
|
+
readonly label: "Buttons Direction";
|
|
5859
|
+
readonly description: "Direction to lay out buttons.";
|
|
5860
|
+
readonly category: "container";
|
|
5994
5861
|
readonly specialCategory: null;
|
|
5995
5862
|
readonly sort: 3;
|
|
5996
5863
|
};
|
|
5997
|
-
readonly
|
|
5998
|
-
readonly label: "
|
|
5999
|
-
readonly description: "
|
|
6000
|
-
readonly category: "
|
|
5864
|
+
readonly forIndex: {
|
|
5865
|
+
readonly label: "For Index";
|
|
5866
|
+
readonly description: "Show only for this slide index.";
|
|
5867
|
+
readonly category: "other";
|
|
6001
5868
|
readonly specialCategory: null;
|
|
6002
5869
|
readonly sort: 4;
|
|
6003
5870
|
};
|
|
6004
|
-
readonly
|
|
6005
|
-
readonly label: "
|
|
6006
|
-
readonly description: "
|
|
6007
|
-
readonly category: "
|
|
5871
|
+
readonly condition: {
|
|
5872
|
+
readonly label: "Condition";
|
|
5873
|
+
readonly description: "Built-in condition to check.";
|
|
5874
|
+
readonly category: "other";
|
|
6008
5875
|
readonly specialCategory: null;
|
|
6009
|
-
readonly sort:
|
|
5876
|
+
readonly sort: 6;
|
|
5877
|
+
};
|
|
5878
|
+
readonly conditionVariable: {
|
|
5879
|
+
readonly label: "Condition Variable";
|
|
5880
|
+
readonly description: "Value used when checking the condition.";
|
|
5881
|
+
readonly category: "other";
|
|
5882
|
+
readonly specialCategory: null;
|
|
5883
|
+
readonly sort: 7;
|
|
6010
5884
|
};
|
|
6011
5885
|
};
|
|
6012
5886
|
readonly styles: {};
|
|
@@ -6019,34 +5893,25 @@ export declare const patterns: readonly [{
|
|
|
6019
5893
|
readonly alignSelf: "flex-start";
|
|
6020
5894
|
readonly flexGrow: 0;
|
|
6021
5895
|
readonly flexShrink: 0;
|
|
5896
|
+
readonly display: "flex";
|
|
5897
|
+
readonly gap: 12;
|
|
6022
5898
|
readonly alignItems: "center";
|
|
6023
5899
|
readonly justifyContent: "center";
|
|
6024
|
-
readonly
|
|
5900
|
+
readonly marginVertical: "12@vs";
|
|
5901
|
+
readonly marginHorizontal: "24@s";
|
|
6025
5902
|
};
|
|
6026
|
-
readonly dotType: "expanding_dot";
|
|
6027
|
-
readonly dot_thickness: 10;
|
|
6028
|
-
readonly inactive_dot_opacity: 0.3;
|
|
6029
|
-
readonly active_dot_color: "STATIC_COLORS.ONBOARD_DOT_ACTIVE";
|
|
6030
|
-
readonly inactive_dot_color: "THEME_COLORS.BACKGROUND";
|
|
6031
5903
|
};
|
|
6032
5904
|
readonly types: {};
|
|
6033
5905
|
}, {
|
|
6034
5906
|
readonly schemaVersion: 2;
|
|
6035
5907
|
readonly pattern: {
|
|
6036
|
-
readonly type: "
|
|
5908
|
+
readonly type: "OnboardDot";
|
|
6037
5909
|
readonly title: "title";
|
|
6038
5910
|
readonly description: "description";
|
|
6039
5911
|
readonly children: "never";
|
|
6040
5912
|
readonly attributes: {
|
|
6041
|
-
readonly
|
|
6042
|
-
readonly showEllipsis: "boolean";
|
|
6043
|
-
readonly translateCounter: "number";
|
|
5913
|
+
readonly scrollable: "boolean";
|
|
6044
5914
|
readonly styles: {
|
|
6045
|
-
readonly color: "color";
|
|
6046
|
-
readonly fontSize: "size";
|
|
6047
|
-
readonly fontFamily: "fontFamily";
|
|
6048
|
-
readonly fontWeight: "fontWeight";
|
|
6049
|
-
readonly textAlign: "string";
|
|
6050
5915
|
readonly flexDirection: readonly ["row", "column"];
|
|
6051
5916
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
6052
5917
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -6082,73 +5947,48 @@ export declare const patterns: readonly [{
|
|
|
6082
5947
|
readonly right: "size";
|
|
6083
5948
|
readonly zIndex: "number";
|
|
6084
5949
|
};
|
|
6085
|
-
readonly
|
|
6086
|
-
readonly
|
|
6087
|
-
readonly
|
|
6088
|
-
readonly
|
|
6089
|
-
readonly
|
|
6090
|
-
readonly
|
|
6091
|
-
readonly
|
|
6092
|
-
readonly
|
|
5950
|
+
readonly testID: "string";
|
|
5951
|
+
readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
|
|
5952
|
+
readonly flexDirection: "never";
|
|
5953
|
+
readonly alignItems: "never";
|
|
5954
|
+
readonly justifyContent: "never";
|
|
5955
|
+
readonly dot_thickness: "size";
|
|
5956
|
+
readonly inactive_dot_opacity: "number";
|
|
5957
|
+
readonly inactive_dot_color: "color";
|
|
5958
|
+
readonly active_dot_color: "color";
|
|
6093
5959
|
};
|
|
6094
5960
|
};
|
|
6095
5961
|
readonly meta: {
|
|
6096
|
-
readonly desiredParent: readonly [">
|
|
6097
|
-
readonly label: "Onboard
|
|
6098
|
-
readonly description: "
|
|
6099
|
-
readonly
|
|
6100
|
-
readonly
|
|
6101
|
-
readonly label: "
|
|
6102
|
-
readonly description: "
|
|
6103
|
-
readonly category: "
|
|
6104
|
-
readonly specialCategory: null;
|
|
5962
|
+
readonly desiredParent: readonly [">OnboardProvider"];
|
|
5963
|
+
readonly label: "Onboard Dot";
|
|
5964
|
+
readonly description: "Renders onboarding progress dots.";
|
|
5965
|
+
readonly specialCategories: {
|
|
5966
|
+
readonly padding: {
|
|
5967
|
+
readonly label: "Padding";
|
|
5968
|
+
readonly description: "Uniform padding on all sides.";
|
|
5969
|
+
readonly category: "container";
|
|
6105
5970
|
readonly sort: 1;
|
|
6106
5971
|
};
|
|
6107
|
-
readonly
|
|
6108
|
-
readonly label: "
|
|
6109
|
-
readonly description: "
|
|
6110
|
-
readonly category: "
|
|
6111
|
-
readonly specialCategory: null;
|
|
5972
|
+
readonly margin: {
|
|
5973
|
+
readonly label: "Margin";
|
|
5974
|
+
readonly description: "Uniform margin on all sides.";
|
|
5975
|
+
readonly category: "container";
|
|
6112
5976
|
readonly sort: 2;
|
|
6113
|
-
readonly preferredScale: "s";
|
|
6114
5977
|
};
|
|
6115
|
-
readonly
|
|
6116
|
-
readonly label: "
|
|
6117
|
-
readonly description: "
|
|
6118
|
-
readonly category: "
|
|
6119
|
-
readonly specialCategory: null;
|
|
5978
|
+
readonly size: {
|
|
5979
|
+
readonly label: "Size";
|
|
5980
|
+
readonly description: "Fixed dimensions.";
|
|
5981
|
+
readonly category: "container";
|
|
6120
5982
|
readonly sort: 3;
|
|
6121
5983
|
};
|
|
6122
|
-
readonly
|
|
6123
|
-
readonly label: "
|
|
6124
|
-
readonly description: "
|
|
6125
|
-
readonly category: "
|
|
6126
|
-
readonly specialCategory: null;
|
|
5984
|
+
readonly offset: {
|
|
5985
|
+
readonly label: "Offset";
|
|
5986
|
+
readonly description: "Absolute positioning offsets.";
|
|
5987
|
+
readonly category: "container";
|
|
6127
5988
|
readonly sort: 4;
|
|
6128
5989
|
};
|
|
6129
|
-
readonly textAlign: {
|
|
6130
|
-
readonly label: "Text Align";
|
|
6131
|
-
readonly description: "Text alignment.";
|
|
6132
|
-
readonly category: "style";
|
|
6133
|
-
readonly specialCategory: null;
|
|
6134
|
-
readonly sort: 5;
|
|
6135
|
-
};
|
|
6136
5990
|
};
|
|
6137
5991
|
readonly attributes: {
|
|
6138
|
-
readonly adjustsFontSizeToFit: {
|
|
6139
|
-
readonly label: "Adjust Font Size To Fit";
|
|
6140
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
6141
|
-
readonly category: "other";
|
|
6142
|
-
readonly specialCategory: null;
|
|
6143
|
-
readonly sort: 1;
|
|
6144
|
-
};
|
|
6145
|
-
readonly showEllipsis: {
|
|
6146
|
-
readonly label: "Show Ellipsis";
|
|
6147
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
6148
|
-
readonly category: "other";
|
|
6149
|
-
readonly specialCategory: null;
|
|
6150
|
-
readonly sort: 2;
|
|
6151
|
-
};
|
|
6152
5992
|
readonly scrollable: {
|
|
6153
5993
|
readonly label: "Scrollable";
|
|
6154
5994
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -6422,114 +6262,80 @@ export declare const patterns: readonly [{
|
|
|
6422
6262
|
readonly sort: 26;
|
|
6423
6263
|
};
|
|
6424
6264
|
};
|
|
6425
|
-
readonly
|
|
6426
|
-
readonly label: "
|
|
6427
|
-
readonly description: "
|
|
6428
|
-
readonly category: "
|
|
6265
|
+
readonly dotType: {
|
|
6266
|
+
readonly label: "Dot Type";
|
|
6267
|
+
readonly description: "Dot animation style.";
|
|
6268
|
+
readonly category: "style";
|
|
6429
6269
|
readonly specialCategory: null;
|
|
6430
6270
|
readonly sort: 1;
|
|
6431
6271
|
};
|
|
6432
|
-
readonly
|
|
6433
|
-
readonly label: "
|
|
6434
|
-
readonly description: "
|
|
6435
|
-
readonly category: "
|
|
6272
|
+
readonly dot_thickness: {
|
|
6273
|
+
readonly label: "Dot Thickness";
|
|
6274
|
+
readonly description: "Dot size/diameter.";
|
|
6275
|
+
readonly category: "style";
|
|
6436
6276
|
readonly specialCategory: null;
|
|
6437
6277
|
readonly sort: 2;
|
|
6438
6278
|
};
|
|
6439
|
-
readonly
|
|
6440
|
-
readonly label: "
|
|
6441
|
-
readonly description: "
|
|
6442
|
-
readonly category: "
|
|
6279
|
+
readonly inactive_dot_opacity: {
|
|
6280
|
+
readonly label: "Inactive Dot Opacity";
|
|
6281
|
+
readonly description: "Opacity for inactive dots.";
|
|
6282
|
+
readonly category: "style";
|
|
6443
6283
|
readonly specialCategory: null;
|
|
6444
6284
|
readonly sort: 3;
|
|
6445
6285
|
};
|
|
6446
|
-
readonly
|
|
6447
|
-
readonly label: "
|
|
6448
|
-
readonly description: "
|
|
6449
|
-
readonly category: "
|
|
6286
|
+
readonly inactive_dot_color: {
|
|
6287
|
+
readonly label: "Inactive Dot Color";
|
|
6288
|
+
readonly description: "Color of inactive dots.";
|
|
6289
|
+
readonly category: "style";
|
|
6450
6290
|
readonly specialCategory: null;
|
|
6451
6291
|
readonly sort: 4;
|
|
6452
6292
|
};
|
|
6453
|
-
readonly
|
|
6454
|
-
readonly label: "
|
|
6455
|
-
readonly description: "
|
|
6456
|
-
readonly category: "
|
|
6293
|
+
readonly active_dot_color: {
|
|
6294
|
+
readonly label: "Active Dot Color";
|
|
6295
|
+
readonly description: "Color of the active dot.";
|
|
6296
|
+
readonly category: "style";
|
|
6457
6297
|
readonly specialCategory: null;
|
|
6458
6298
|
readonly sort: 5;
|
|
6459
6299
|
};
|
|
6460
|
-
readonly linkedWordSecondColor: {
|
|
6461
|
-
readonly label: "Linked Word Second Color";
|
|
6462
|
-
readonly description: "Color of the second linked word.";
|
|
6463
|
-
readonly category: "other";
|
|
6464
|
-
readonly specialCategory: null;
|
|
6465
|
-
readonly sort: 6;
|
|
6466
|
-
};
|
|
6467
|
-
readonly linkedWordSecondPage: {
|
|
6468
|
-
readonly label: "Linked Word Second Page";
|
|
6469
|
-
readonly description: "Page opened by the second link.";
|
|
6470
|
-
readonly category: "other";
|
|
6471
|
-
readonly specialCategory: null;
|
|
6472
|
-
readonly sort: 7;
|
|
6473
|
-
};
|
|
6474
|
-
};
|
|
6475
|
-
readonly specialCategories: {
|
|
6476
|
-
readonly padding: {
|
|
6477
|
-
readonly label: "Padding";
|
|
6478
|
-
readonly description: "Uniform padding on all sides.";
|
|
6479
|
-
readonly category: "container";
|
|
6480
|
-
readonly sort: 1;
|
|
6481
|
-
};
|
|
6482
|
-
readonly margin: {
|
|
6483
|
-
readonly label: "Margin";
|
|
6484
|
-
readonly description: "Uniform margin on all sides.";
|
|
6485
|
-
readonly category: "container";
|
|
6486
|
-
readonly sort: 2;
|
|
6487
|
-
};
|
|
6488
|
-
readonly size: {
|
|
6489
|
-
readonly label: "Size";
|
|
6490
|
-
readonly description: "Fixed dimensions.";
|
|
6491
|
-
readonly category: "container";
|
|
6492
|
-
readonly sort: 3;
|
|
6493
|
-
};
|
|
6494
|
-
readonly offset: {
|
|
6495
|
-
readonly label: "Offset";
|
|
6496
|
-
readonly description: "Absolute positioning offsets.";
|
|
6497
|
-
readonly category: "container";
|
|
6498
|
-
readonly sort: 4;
|
|
6499
|
-
};
|
|
6500
6300
|
};
|
|
6301
|
+
readonly styles: {};
|
|
6501
6302
|
};
|
|
6502
6303
|
readonly defaults: {
|
|
6503
|
-
readonly translateCounter: 1;
|
|
6504
6304
|
readonly styles: {
|
|
6505
|
-
readonly color: "THEME_COLORS.TEXT";
|
|
6506
|
-
readonly fontSize: "16@fs";
|
|
6507
|
-
readonly fontWeight: "400";
|
|
6508
6305
|
readonly flexDirection: "row";
|
|
6509
6306
|
readonly position: "relative";
|
|
6510
6307
|
readonly zIndex: 1;
|
|
6511
6308
|
readonly alignSelf: "flex-start";
|
|
6512
6309
|
readonly flexGrow: 0;
|
|
6513
6310
|
readonly flexShrink: 0;
|
|
6514
|
-
readonly flexWrap: "wrap";
|
|
6515
6311
|
readonly alignItems: "center";
|
|
6516
6312
|
readonly justifyContent: "center";
|
|
6517
|
-
readonly
|
|
6518
|
-
readonly paddingHorizontal: "24@s";
|
|
6313
|
+
readonly gap: "12@s";
|
|
6519
6314
|
};
|
|
6315
|
+
readonly dotType: "expanding_dot";
|
|
6316
|
+
readonly dot_thickness: 10;
|
|
6317
|
+
readonly inactive_dot_opacity: 0.3;
|
|
6318
|
+
readonly active_dot_color: "STATIC_COLORS.ONBOARD_DOT_ACTIVE";
|
|
6319
|
+
readonly inactive_dot_color: "THEME_COLORS.BACKGROUND";
|
|
6520
6320
|
};
|
|
6521
6321
|
readonly types: {};
|
|
6522
6322
|
}, {
|
|
6523
6323
|
readonly schemaVersion: 2;
|
|
6524
6324
|
readonly pattern: {
|
|
6525
|
-
readonly type: "
|
|
6325
|
+
readonly type: "OnboardFooter";
|
|
6526
6326
|
readonly title: "title";
|
|
6527
6327
|
readonly description: "description";
|
|
6528
|
-
readonly children: "
|
|
6328
|
+
readonly children: "never";
|
|
6529
6329
|
readonly attributes: {
|
|
6530
|
-
readonly
|
|
6330
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
6331
|
+
readonly showEllipsis: "boolean";
|
|
6332
|
+
readonly translateCounter: "number";
|
|
6531
6333
|
readonly styles: {
|
|
6532
|
-
readonly
|
|
6334
|
+
readonly color: "color";
|
|
6335
|
+
readonly fontSize: "size";
|
|
6336
|
+
readonly fontFamily: "fontFamily";
|
|
6337
|
+
readonly fontWeight: "fontWeight";
|
|
6338
|
+
readonly textAlign: "string";
|
|
6533
6339
|
readonly flexDirection: readonly ["row", "column"];
|
|
6534
6340
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
6535
6341
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -6566,31 +6372,73 @@ export declare const patterns: readonly [{
|
|
|
6566
6372
|
readonly zIndex: "number";
|
|
6567
6373
|
};
|
|
6568
6374
|
readonly scrollable: "boolean";
|
|
6569
|
-
readonly
|
|
6570
|
-
readonly
|
|
6375
|
+
readonly testID: "string";
|
|
6376
|
+
readonly textLocalizationKey: "string";
|
|
6377
|
+
readonly linkedWordFirstLocalizationKey: "string";
|
|
6378
|
+
readonly linkedWordFirstColor: "color";
|
|
6379
|
+
readonly linkedWordFirstPage: "string";
|
|
6380
|
+
readonly linkedWordSecondLocalizationKey: "string";
|
|
6381
|
+
readonly linkedWordSecondColor: "color";
|
|
6382
|
+
readonly linkedWordSecondPage: "string";
|
|
6571
6383
|
};
|
|
6572
6384
|
};
|
|
6573
6385
|
readonly meta: {
|
|
6574
|
-
readonly desiredParent: readonly [">
|
|
6575
|
-
readonly label: "Onboard
|
|
6576
|
-
readonly description: "
|
|
6386
|
+
readonly desiredParent: readonly [">OnboardItem"];
|
|
6387
|
+
readonly label: "Onboard Footer";
|
|
6388
|
+
readonly description: "Footer text with optional links.";
|
|
6577
6389
|
readonly styles: {
|
|
6578
|
-
readonly
|
|
6579
|
-
readonly label: "
|
|
6580
|
-
readonly description: "
|
|
6390
|
+
readonly color: {
|
|
6391
|
+
readonly label: "Color";
|
|
6392
|
+
readonly description: "Text color.";
|
|
6393
|
+
readonly category: "style";
|
|
6394
|
+
readonly specialCategory: null;
|
|
6395
|
+
readonly sort: 1;
|
|
6396
|
+
};
|
|
6397
|
+
readonly fontSize: {
|
|
6398
|
+
readonly label: "Font Size";
|
|
6399
|
+
readonly description: "Text size.";
|
|
6400
|
+
readonly category: "style";
|
|
6401
|
+
readonly specialCategory: null;
|
|
6402
|
+
readonly sort: 2;
|
|
6403
|
+
readonly preferredScale: "f";
|
|
6404
|
+
};
|
|
6405
|
+
readonly fontFamily: {
|
|
6406
|
+
readonly label: "Font Family";
|
|
6407
|
+
readonly description: "Font family used for the text.";
|
|
6408
|
+
readonly category: "style";
|
|
6409
|
+
readonly specialCategory: null;
|
|
6410
|
+
readonly sort: 3;
|
|
6411
|
+
};
|
|
6412
|
+
readonly fontWeight: {
|
|
6413
|
+
readonly label: "Font Weight";
|
|
6414
|
+
readonly description: "Text weight.";
|
|
6581
6415
|
readonly category: "style";
|
|
6582
6416
|
readonly specialCategory: null;
|
|
6583
6417
|
readonly sort: 4;
|
|
6584
6418
|
};
|
|
6419
|
+
readonly textAlign: {
|
|
6420
|
+
readonly label: "Text Align";
|
|
6421
|
+
readonly description: "Text alignment.";
|
|
6422
|
+
readonly category: "style";
|
|
6423
|
+
readonly specialCategory: null;
|
|
6424
|
+
readonly sort: 5;
|
|
6425
|
+
};
|
|
6585
6426
|
};
|
|
6586
6427
|
readonly attributes: {
|
|
6587
|
-
readonly
|
|
6588
|
-
readonly label: "
|
|
6589
|
-
readonly description: "
|
|
6428
|
+
readonly adjustsFontSizeToFit: {
|
|
6429
|
+
readonly label: "Adjust Font Size To Fit";
|
|
6430
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
6590
6431
|
readonly category: "other";
|
|
6591
6432
|
readonly specialCategory: null;
|
|
6592
6433
|
readonly sort: 1;
|
|
6593
6434
|
};
|
|
6435
|
+
readonly showEllipsis: {
|
|
6436
|
+
readonly label: "Show Ellipsis";
|
|
6437
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
6438
|
+
readonly category: "other";
|
|
6439
|
+
readonly specialCategory: null;
|
|
6440
|
+
readonly sort: 2;
|
|
6441
|
+
};
|
|
6594
6442
|
readonly scrollable: {
|
|
6595
6443
|
readonly label: "Scrollable";
|
|
6596
6444
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -6864,20 +6712,55 @@ export declare const patterns: readonly [{
|
|
|
6864
6712
|
readonly sort: 26;
|
|
6865
6713
|
};
|
|
6866
6714
|
};
|
|
6867
|
-
readonly
|
|
6868
|
-
readonly label: "
|
|
6869
|
-
readonly description: "
|
|
6715
|
+
readonly textLocalizationKey: {
|
|
6716
|
+
readonly label: "Text Localization Key";
|
|
6717
|
+
readonly description: "Localization key for the footer text.";
|
|
6870
6718
|
readonly category: "other";
|
|
6871
6719
|
readonly specialCategory: null;
|
|
6872
6720
|
readonly sort: 1;
|
|
6873
6721
|
};
|
|
6874
|
-
readonly
|
|
6875
|
-
readonly label: "
|
|
6876
|
-
readonly description: "
|
|
6722
|
+
readonly linkedWordFirstLocalizationKey: {
|
|
6723
|
+
readonly label: "Linked Word First Localization Key";
|
|
6724
|
+
readonly description: "Key for the first linked word.";
|
|
6877
6725
|
readonly category: "other";
|
|
6878
6726
|
readonly specialCategory: null;
|
|
6879
6727
|
readonly sort: 2;
|
|
6880
6728
|
};
|
|
6729
|
+
readonly linkedWordFirstColor: {
|
|
6730
|
+
readonly label: "Linked Word First Color";
|
|
6731
|
+
readonly description: "Color of the first linked word.";
|
|
6732
|
+
readonly category: "other";
|
|
6733
|
+
readonly specialCategory: null;
|
|
6734
|
+
readonly sort: 3;
|
|
6735
|
+
};
|
|
6736
|
+
readonly linkedWordFirstPage: {
|
|
6737
|
+
readonly label: "Linked Word First Page";
|
|
6738
|
+
readonly description: "Page opened by the first link.";
|
|
6739
|
+
readonly category: "other";
|
|
6740
|
+
readonly specialCategory: null;
|
|
6741
|
+
readonly sort: 4;
|
|
6742
|
+
};
|
|
6743
|
+
readonly linkedWordSecondLocalizationKey: {
|
|
6744
|
+
readonly label: "Linked Word Second Localization Key";
|
|
6745
|
+
readonly description: "Key for the second linked word.";
|
|
6746
|
+
readonly category: "other";
|
|
6747
|
+
readonly specialCategory: null;
|
|
6748
|
+
readonly sort: 5;
|
|
6749
|
+
};
|
|
6750
|
+
readonly linkedWordSecondColor: {
|
|
6751
|
+
readonly label: "Linked Word Second Color";
|
|
6752
|
+
readonly description: "Color of the second linked word.";
|
|
6753
|
+
readonly category: "other";
|
|
6754
|
+
readonly specialCategory: null;
|
|
6755
|
+
readonly sort: 6;
|
|
6756
|
+
};
|
|
6757
|
+
readonly linkedWordSecondPage: {
|
|
6758
|
+
readonly label: "Linked Word Second Page";
|
|
6759
|
+
readonly description: "Page opened by the second link.";
|
|
6760
|
+
readonly category: "other";
|
|
6761
|
+
readonly specialCategory: null;
|
|
6762
|
+
readonly sort: 7;
|
|
6763
|
+
};
|
|
6881
6764
|
};
|
|
6882
6765
|
readonly specialCategories: {
|
|
6883
6766
|
readonly padding: {
|
|
@@ -6907,27 +6790,37 @@ export declare const patterns: readonly [{
|
|
|
6907
6790
|
};
|
|
6908
6791
|
};
|
|
6909
6792
|
readonly defaults: {
|
|
6793
|
+
readonly translateCounter: 1;
|
|
6910
6794
|
readonly styles: {
|
|
6911
|
-
readonly
|
|
6912
|
-
readonly
|
|
6795
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
6796
|
+
readonly fontSize: "16@fs";
|
|
6797
|
+
readonly fontWeight: "400";
|
|
6798
|
+
readonly flexDirection: "row";
|
|
6913
6799
|
readonly position: "relative";
|
|
6914
6800
|
readonly zIndex: 1;
|
|
6915
6801
|
readonly alignSelf: "flex-start";
|
|
6916
6802
|
readonly flexGrow: 0;
|
|
6917
6803
|
readonly flexShrink: 0;
|
|
6804
|
+
readonly flexWrap: "wrap";
|
|
6805
|
+
readonly alignItems: "center";
|
|
6806
|
+
readonly justifyContent: "center";
|
|
6807
|
+
readonly textAlign: "center";
|
|
6808
|
+
readonly paddingHorizontal: "24@s";
|
|
6918
6809
|
};
|
|
6919
6810
|
};
|
|
6920
6811
|
readonly types: {};
|
|
6921
6812
|
}, {
|
|
6922
6813
|
readonly schemaVersion: 2;
|
|
6923
6814
|
readonly pattern: {
|
|
6924
|
-
readonly type: "
|
|
6815
|
+
readonly type: "OnboardImage";
|
|
6925
6816
|
readonly title: "title";
|
|
6926
6817
|
readonly description: "description";
|
|
6927
6818
|
readonly children: "node";
|
|
6928
6819
|
readonly attributes: {
|
|
6929
|
-
readonly
|
|
6820
|
+
readonly src: "string";
|
|
6821
|
+
readonly fetchStrategy: readonly ["highIfItsAppLaunch", "normal", "lazy", "none"];
|
|
6930
6822
|
readonly styles: {
|
|
6823
|
+
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
6931
6824
|
readonly flexDirection: readonly ["row", "column"];
|
|
6932
6825
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
6933
6826
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -6963,40 +6856,40 @@ export declare const patterns: readonly [{
|
|
|
6963
6856
|
readonly right: "size";
|
|
6964
6857
|
readonly zIndex: "number";
|
|
6965
6858
|
};
|
|
6966
|
-
readonly
|
|
6859
|
+
readonly scrollable: "boolean";
|
|
6860
|
+
readonly testID: "string";
|
|
6861
|
+
readonly video_url: "string";
|
|
6862
|
+
readonly lottie: "string";
|
|
6967
6863
|
};
|
|
6968
6864
|
};
|
|
6969
6865
|
readonly meta: {
|
|
6970
|
-
readonly desiredParent: readonly ["
|
|
6971
|
-
readonly label: "Onboard
|
|
6972
|
-
readonly description: "
|
|
6973
|
-
readonly
|
|
6974
|
-
readonly
|
|
6975
|
-
readonly label: "
|
|
6976
|
-
readonly description: "
|
|
6977
|
-
readonly category: "
|
|
6978
|
-
readonly
|
|
6979
|
-
};
|
|
6980
|
-
readonly margin: {
|
|
6981
|
-
readonly label: "Margin";
|
|
6982
|
-
readonly description: "Uniform margin on all sides.";
|
|
6983
|
-
readonly category: "container";
|
|
6984
|
-
readonly sort: 2;
|
|
6985
|
-
};
|
|
6986
|
-
readonly size: {
|
|
6987
|
-
readonly label: "Size";
|
|
6988
|
-
readonly description: "Fixed dimensions.";
|
|
6989
|
-
readonly category: "container";
|
|
6990
|
-
readonly sort: 3;
|
|
6991
|
-
};
|
|
6992
|
-
readonly offset: {
|
|
6993
|
-
readonly label: "Offset";
|
|
6994
|
-
readonly description: "Absolute positioning offsets.";
|
|
6995
|
-
readonly category: "container";
|
|
6866
|
+
readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem", "!=Onboard"];
|
|
6867
|
+
readonly label: "Onboard Image";
|
|
6868
|
+
readonly description: "Onboarding hero image with media.";
|
|
6869
|
+
readonly styles: {
|
|
6870
|
+
readonly resizeMode: {
|
|
6871
|
+
readonly label: "Resize Mode";
|
|
6872
|
+
readonly description: "How the image fits the frame.";
|
|
6873
|
+
readonly category: "style";
|
|
6874
|
+
readonly specialCategory: null;
|
|
6996
6875
|
readonly sort: 4;
|
|
6997
6876
|
};
|
|
6998
6877
|
};
|
|
6999
6878
|
readonly attributes: {
|
|
6879
|
+
readonly src: {
|
|
6880
|
+
readonly label: "Src";
|
|
6881
|
+
readonly description: "Image source URL.";
|
|
6882
|
+
readonly category: "other";
|
|
6883
|
+
readonly specialCategory: null;
|
|
6884
|
+
readonly sort: 1;
|
|
6885
|
+
};
|
|
6886
|
+
readonly fetchStrategy: {
|
|
6887
|
+
readonly label: "Fetch Strategy";
|
|
6888
|
+
readonly description: "highIfItsAppLaunch ilk başta yükleniyor eğer app_launch placeholder'i ile gelirse\nnormal sonra bütün hepsi toplanıp prefetch ediniyor\nlazy builder açılır açılmaz\nnone ise os'a bırakıldı";
|
|
6889
|
+
readonly category: "other";
|
|
6890
|
+
readonly specialCategory: null;
|
|
6891
|
+
readonly sort: 2;
|
|
6892
|
+
};
|
|
7000
6893
|
readonly scrollable: {
|
|
7001
6894
|
readonly label: "Scrollable";
|
|
7002
6895
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -7005,56 +6898,330 @@ export declare const patterns: readonly [{
|
|
|
7005
6898
|
readonly sort: -1;
|
|
7006
6899
|
};
|
|
7007
6900
|
readonly styles: {
|
|
7008
|
-
readonly
|
|
7009
|
-
readonly label: "
|
|
7010
|
-
readonly description: "
|
|
7011
|
-
readonly category: "
|
|
6901
|
+
readonly backgroundColor: {
|
|
6902
|
+
readonly label: "Background Color";
|
|
6903
|
+
readonly description: "Background fill color.";
|
|
6904
|
+
readonly category: "style";
|
|
7012
6905
|
readonly specialCategory: null;
|
|
7013
|
-
readonly sort:
|
|
6906
|
+
readonly sort: 20;
|
|
6907
|
+
};
|
|
6908
|
+
readonly borderRadius: {
|
|
6909
|
+
readonly label: "Border Radius";
|
|
6910
|
+
readonly description: "Corner rounding amount.";
|
|
6911
|
+
readonly category: "style";
|
|
6912
|
+
readonly specialCategory: null;
|
|
6913
|
+
readonly sort: 21;
|
|
6914
|
+
readonly preferredScale: "s";
|
|
7014
6915
|
};
|
|
7015
6916
|
readonly flexDirection: {
|
|
7016
6917
|
readonly label: "Flex Direction";
|
|
7017
|
-
readonly description: "
|
|
6918
|
+
readonly description: "Sets row or column layout.";
|
|
6919
|
+
readonly category: "container";
|
|
6920
|
+
readonly specialCategory: null;
|
|
6921
|
+
readonly sort: 4;
|
|
6922
|
+
};
|
|
6923
|
+
readonly flexWrap: {
|
|
6924
|
+
readonly label: "Flex Wrap";
|
|
6925
|
+
readonly description: "Controls whether flex items wrap to multiple lines.";
|
|
6926
|
+
readonly category: "container";
|
|
6927
|
+
readonly specialCategory: null;
|
|
6928
|
+
readonly sort: 4.5;
|
|
6929
|
+
};
|
|
6930
|
+
readonly alignItems: {
|
|
6931
|
+
readonly label: "Align Items";
|
|
6932
|
+
readonly description: "Controls cross-axis alignment.";
|
|
7018
6933
|
readonly category: "container";
|
|
7019
6934
|
readonly specialCategory: null;
|
|
7020
6935
|
readonly sort: 3;
|
|
7021
6936
|
};
|
|
6937
|
+
readonly justifyContent: {
|
|
6938
|
+
readonly label: "Justify Content";
|
|
6939
|
+
readonly description: "Controls main-axis alignment.";
|
|
6940
|
+
readonly category: "container";
|
|
6941
|
+
readonly specialCategory: null;
|
|
6942
|
+
readonly sort: 5;
|
|
6943
|
+
};
|
|
6944
|
+
readonly gap: {
|
|
6945
|
+
readonly label: "Gap";
|
|
6946
|
+
readonly description: "Space between children.";
|
|
6947
|
+
readonly category: "container";
|
|
6948
|
+
readonly specialCategory: null;
|
|
6949
|
+
readonly sort: 10;
|
|
6950
|
+
readonly preferredScale: "s";
|
|
6951
|
+
};
|
|
6952
|
+
readonly padding: {
|
|
6953
|
+
readonly label: "Padding";
|
|
6954
|
+
readonly description: "Uniform padding on all sides.";
|
|
6955
|
+
readonly category: "container";
|
|
6956
|
+
readonly specialCategory: "padding";
|
|
6957
|
+
readonly sort: 6;
|
|
6958
|
+
readonly preferredScale: "s";
|
|
6959
|
+
};
|
|
7022
6960
|
readonly paddingHorizontal: {
|
|
7023
6961
|
readonly label: "Padding Horizontal";
|
|
7024
6962
|
readonly description: "Left and right padding.";
|
|
7025
6963
|
readonly category: "container";
|
|
7026
6964
|
readonly specialCategory: "padding";
|
|
7027
|
-
readonly sort:
|
|
6965
|
+
readonly sort: 7;
|
|
6966
|
+
readonly preferredScale: "s";
|
|
7028
6967
|
};
|
|
7029
|
-
|
|
7030
|
-
|
|
7031
|
-
|
|
7032
|
-
|
|
7033
|
-
|
|
7034
|
-
|
|
7035
|
-
|
|
7036
|
-
|
|
6968
|
+
readonly paddingVertical: {
|
|
6969
|
+
readonly label: "Padding Vertical";
|
|
6970
|
+
readonly description: "Top and bottom padding.";
|
|
6971
|
+
readonly category: "container";
|
|
6972
|
+
readonly specialCategory: "padding";
|
|
6973
|
+
readonly sort: 8;
|
|
6974
|
+
readonly preferredScale: "vs";
|
|
6975
|
+
};
|
|
6976
|
+
readonly paddingTop: {
|
|
6977
|
+
readonly label: "Padding Top";
|
|
6978
|
+
readonly description: "Top padding only.";
|
|
6979
|
+
readonly category: "container";
|
|
6980
|
+
readonly specialCategory: "padding";
|
|
6981
|
+
readonly sort: 9;
|
|
6982
|
+
readonly preferredScale: "vs";
|
|
6983
|
+
};
|
|
6984
|
+
readonly paddingBottom: {
|
|
6985
|
+
readonly label: "Padding Bottom";
|
|
6986
|
+
readonly description: "Bottom padding only.";
|
|
6987
|
+
readonly category: "container";
|
|
6988
|
+
readonly specialCategory: "padding";
|
|
6989
|
+
readonly sort: 10;
|
|
6990
|
+
readonly preferredScale: "vs";
|
|
6991
|
+
};
|
|
6992
|
+
readonly paddingLeft: {
|
|
6993
|
+
readonly label: "Padding Left";
|
|
6994
|
+
readonly description: "Left padding only.";
|
|
6995
|
+
readonly category: "container";
|
|
6996
|
+
readonly specialCategory: "padding";
|
|
6997
|
+
readonly sort: 11;
|
|
6998
|
+
readonly preferredScale: "s";
|
|
6999
|
+
};
|
|
7000
|
+
readonly paddingRight: {
|
|
7001
|
+
readonly label: "Padding Right";
|
|
7002
|
+
readonly description: "Right padding only.";
|
|
7003
|
+
readonly category: "container";
|
|
7004
|
+
readonly specialCategory: "padding";
|
|
7005
|
+
readonly sort: 12;
|
|
7006
|
+
readonly preferredScale: "s";
|
|
7007
|
+
};
|
|
7008
|
+
readonly margin: {
|
|
7009
|
+
readonly label: "Margin";
|
|
7010
|
+
readonly description: "Uniform margin on all sides.";
|
|
7011
|
+
readonly category: "container";
|
|
7012
|
+
readonly specialCategory: "margin";
|
|
7013
|
+
readonly sort: 13;
|
|
7014
|
+
readonly preferredScale: "s";
|
|
7015
|
+
};
|
|
7016
|
+
readonly marginHorizontal: {
|
|
7017
|
+
readonly label: "Margin Horizontal";
|
|
7018
|
+
readonly description: "Left and right margin.";
|
|
7019
|
+
readonly category: "container";
|
|
7020
|
+
readonly specialCategory: "margin";
|
|
7021
|
+
readonly sort: 14;
|
|
7022
|
+
readonly preferredScale: "s";
|
|
7023
|
+
};
|
|
7024
|
+
readonly marginVertical: {
|
|
7025
|
+
readonly label: "Margin Vertical";
|
|
7026
|
+
readonly description: "Top and bottom margin.";
|
|
7027
|
+
readonly category: "container";
|
|
7028
|
+
readonly specialCategory: "margin";
|
|
7029
|
+
readonly sort: 15;
|
|
7030
|
+
readonly preferredScale: "vs";
|
|
7031
|
+
};
|
|
7032
|
+
readonly marginTop: {
|
|
7033
|
+
readonly label: "Margin Top";
|
|
7034
|
+
readonly description: "Top margin only.";
|
|
7035
|
+
readonly category: "container";
|
|
7036
|
+
readonly specialCategory: "margin";
|
|
7037
|
+
readonly sort: 16;
|
|
7038
|
+
readonly preferredScale: "vs";
|
|
7039
|
+
};
|
|
7040
|
+
readonly marginBottom: {
|
|
7041
|
+
readonly label: "Margin Bottom";
|
|
7042
|
+
readonly description: "Bottom margin only.";
|
|
7043
|
+
readonly category: "container";
|
|
7044
|
+
readonly specialCategory: "margin";
|
|
7045
|
+
readonly sort: 17;
|
|
7046
|
+
readonly preferredScale: "vs";
|
|
7047
|
+
};
|
|
7048
|
+
readonly marginLeft: {
|
|
7049
|
+
readonly label: "Margin Left";
|
|
7050
|
+
readonly description: "Left margin only.";
|
|
7051
|
+
readonly category: "container";
|
|
7052
|
+
readonly specialCategory: "margin";
|
|
7053
|
+
readonly sort: 18;
|
|
7054
|
+
readonly preferredScale: "s";
|
|
7055
|
+
};
|
|
7056
|
+
readonly marginRight: {
|
|
7057
|
+
readonly label: "Margin Right";
|
|
7058
|
+
readonly description: "Right margin only.";
|
|
7059
|
+
readonly category: "container";
|
|
7060
|
+
readonly specialCategory: "margin";
|
|
7061
|
+
readonly sort: 19;
|
|
7062
|
+
readonly preferredScale: "s";
|
|
7063
|
+
};
|
|
7064
|
+
readonly width: {
|
|
7065
|
+
readonly label: "Width";
|
|
7066
|
+
readonly description: "Fixed width value.";
|
|
7067
|
+
readonly category: "container";
|
|
7068
|
+
readonly specialCategory: "size";
|
|
7069
|
+
readonly sort: 0;
|
|
7070
|
+
readonly preferredScale: "s";
|
|
7071
|
+
};
|
|
7072
|
+
readonly minWidth: {
|
|
7073
|
+
readonly label: "Min Width";
|
|
7074
|
+
readonly description: "Minimum width constraint.";
|
|
7075
|
+
readonly category: "container";
|
|
7076
|
+
readonly specialCategory: "size";
|
|
7077
|
+
readonly sort: 1;
|
|
7078
|
+
readonly preferredScale: "s";
|
|
7079
|
+
};
|
|
7080
|
+
readonly maxWidth: {
|
|
7081
|
+
readonly label: "Max Width";
|
|
7082
|
+
readonly description: "Maximum width constraint.";
|
|
7083
|
+
readonly category: "container";
|
|
7084
|
+
readonly specialCategory: "size";
|
|
7085
|
+
readonly sort: 2;
|
|
7086
|
+
readonly preferredScale: "s";
|
|
7087
|
+
};
|
|
7088
|
+
readonly height: {
|
|
7089
|
+
readonly label: "Height";
|
|
7090
|
+
readonly description: "Fixed height value.";
|
|
7091
|
+
readonly category: "container";
|
|
7092
|
+
readonly specialCategory: "size";
|
|
7093
|
+
readonly sort: 3;
|
|
7094
|
+
readonly preferredScale: "vs";
|
|
7095
|
+
};
|
|
7096
|
+
readonly minHeight: {
|
|
7097
|
+
readonly label: "Min Height";
|
|
7098
|
+
readonly description: "Minimum height constraint.";
|
|
7099
|
+
readonly category: "container";
|
|
7100
|
+
readonly specialCategory: "size";
|
|
7101
|
+
readonly sort: 4;
|
|
7102
|
+
readonly preferredScale: "vs";
|
|
7103
|
+
};
|
|
7104
|
+
readonly maxHeight: {
|
|
7105
|
+
readonly label: "Max Height";
|
|
7106
|
+
readonly description: "Maximum height constraint.";
|
|
7107
|
+
readonly category: "container";
|
|
7108
|
+
readonly specialCategory: "size";
|
|
7109
|
+
readonly sort: 5;
|
|
7110
|
+
readonly preferredScale: "vs";
|
|
7111
|
+
};
|
|
7112
|
+
readonly flex: {
|
|
7113
|
+
readonly label: "Flex";
|
|
7114
|
+
readonly description: "Flex grow factor (e.g. 1 fills available space).";
|
|
7115
|
+
readonly category: "container";
|
|
7116
|
+
readonly specialCategory: "size";
|
|
7117
|
+
readonly sort: 6;
|
|
7118
|
+
};
|
|
7119
|
+
readonly position: {
|
|
7120
|
+
readonly label: "Position";
|
|
7121
|
+
readonly description: "Sets layout positioning mode.";
|
|
7122
|
+
readonly category: "container";
|
|
7123
|
+
readonly specialCategory: null;
|
|
7124
|
+
readonly sort: 3;
|
|
7125
|
+
};
|
|
7126
|
+
readonly top: {
|
|
7127
|
+
readonly label: "Top";
|
|
7128
|
+
readonly description: "Offset from the top edge.";
|
|
7129
|
+
readonly category: "container";
|
|
7130
|
+
readonly specialCategory: "offset";
|
|
7131
|
+
readonly sort: 22;
|
|
7132
|
+
readonly preferredScale: "vs";
|
|
7133
|
+
};
|
|
7134
|
+
readonly bottom: {
|
|
7135
|
+
readonly label: "Bottom";
|
|
7136
|
+
readonly description: "Offset from the bottom edge.";
|
|
7137
|
+
readonly category: "container";
|
|
7138
|
+
readonly specialCategory: "offset";
|
|
7139
|
+
readonly sort: 23;
|
|
7140
|
+
readonly preferredScale: "vs";
|
|
7141
|
+
};
|
|
7142
|
+
readonly left: {
|
|
7143
|
+
readonly label: "Left";
|
|
7144
|
+
readonly description: "Offset from the left edge.";
|
|
7145
|
+
readonly category: "container";
|
|
7146
|
+
readonly specialCategory: "offset";
|
|
7147
|
+
readonly sort: 24;
|
|
7148
|
+
readonly preferredScale: "s";
|
|
7149
|
+
};
|
|
7150
|
+
readonly right: {
|
|
7151
|
+
readonly label: "Right";
|
|
7152
|
+
readonly description: "Offset from the right edge.";
|
|
7153
|
+
readonly category: "container";
|
|
7154
|
+
readonly specialCategory: "offset";
|
|
7155
|
+
readonly sort: 25;
|
|
7156
|
+
readonly preferredScale: "s";
|
|
7157
|
+
};
|
|
7158
|
+
readonly zIndex: {
|
|
7159
|
+
readonly label: "Z-Index";
|
|
7160
|
+
readonly description: "Controls stacking order.";
|
|
7161
|
+
readonly category: "container";
|
|
7162
|
+
readonly specialCategory: null;
|
|
7163
|
+
readonly sort: 26;
|
|
7164
|
+
};
|
|
7165
|
+
};
|
|
7166
|
+
readonly video_url: {
|
|
7167
|
+
readonly label: "Video Url";
|
|
7168
|
+
readonly description: "URL for the onboarding video.";
|
|
7169
|
+
readonly category: "other";
|
|
7170
|
+
readonly specialCategory: null;
|
|
7171
|
+
readonly sort: 1;
|
|
7172
|
+
};
|
|
7173
|
+
readonly lottie: {
|
|
7174
|
+
readonly label: "Lottie";
|
|
7175
|
+
readonly description: "Path to the lottie animation.";
|
|
7176
|
+
readonly category: "other";
|
|
7177
|
+
readonly specialCategory: null;
|
|
7178
|
+
readonly sort: 2;
|
|
7179
|
+
};
|
|
7180
|
+
};
|
|
7181
|
+
readonly specialCategories: {
|
|
7182
|
+
readonly padding: {
|
|
7183
|
+
readonly label: "Padding";
|
|
7184
|
+
readonly description: "Uniform padding on all sides.";
|
|
7185
|
+
readonly category: "container";
|
|
7186
|
+
readonly sort: 1;
|
|
7187
|
+
};
|
|
7188
|
+
readonly margin: {
|
|
7189
|
+
readonly label: "Margin";
|
|
7190
|
+
readonly description: "Uniform margin on all sides.";
|
|
7191
|
+
readonly category: "container";
|
|
7192
|
+
readonly sort: 2;
|
|
7193
|
+
};
|
|
7194
|
+
readonly size: {
|
|
7195
|
+
readonly label: "Size";
|
|
7196
|
+
readonly description: "Fixed dimensions.";
|
|
7197
|
+
readonly category: "container";
|
|
7198
|
+
readonly sort: 3;
|
|
7199
|
+
};
|
|
7200
|
+
readonly offset: {
|
|
7201
|
+
readonly label: "Offset";
|
|
7202
|
+
readonly description: "Absolute positioning offsets.";
|
|
7203
|
+
readonly category: "container";
|
|
7204
|
+
readonly sort: 4;
|
|
7205
|
+
};
|
|
7037
7206
|
};
|
|
7038
|
-
readonly styles: {};
|
|
7039
7207
|
};
|
|
7040
7208
|
readonly defaults: {
|
|
7209
|
+
readonly fetchStrategy: "normal";
|
|
7041
7210
|
readonly styles: {
|
|
7211
|
+
readonly resizeMode: "contain";
|
|
7042
7212
|
readonly flexDirection: "column";
|
|
7043
7213
|
readonly position: "relative";
|
|
7044
7214
|
readonly zIndex: 1;
|
|
7045
7215
|
readonly alignSelf: "flex-start";
|
|
7046
7216
|
readonly flexGrow: 0;
|
|
7047
7217
|
readonly flexShrink: 0;
|
|
7048
|
-
readonly gap: "16@vs";
|
|
7049
|
-
readonly paddingHorizontal: "24@s";
|
|
7050
7218
|
};
|
|
7051
|
-
readonly display: "flex";
|
|
7052
7219
|
};
|
|
7053
7220
|
readonly types: {};
|
|
7054
7221
|
}, {
|
|
7055
7222
|
readonly schemaVersion: 2;
|
|
7056
7223
|
readonly pattern: {
|
|
7057
|
-
readonly type: "
|
|
7224
|
+
readonly type: "OnboardItem";
|
|
7058
7225
|
readonly title: "title";
|
|
7059
7226
|
readonly description: "description";
|
|
7060
7227
|
readonly children: "node";
|
|
@@ -7096,14 +7263,14 @@ export declare const patterns: readonly [{
|
|
|
7096
7263
|
readonly right: "size";
|
|
7097
7264
|
readonly zIndex: "number";
|
|
7098
7265
|
};
|
|
7099
|
-
readonly
|
|
7100
|
-
readonly
|
|
7266
|
+
readonly testID: "string";
|
|
7267
|
+
readonly display: readonly ["flex", "block"];
|
|
7101
7268
|
};
|
|
7102
7269
|
};
|
|
7103
7270
|
readonly meta: {
|
|
7104
|
-
readonly desiredParent: readonly ["
|
|
7105
|
-
readonly label: "Onboard
|
|
7106
|
-
readonly description: "
|
|
7271
|
+
readonly desiredParent: readonly ["=Onboard"];
|
|
7272
|
+
readonly label: "Onboard Item";
|
|
7273
|
+
readonly description: "Single onboarding screen section.";
|
|
7107
7274
|
readonly specialCategories: {
|
|
7108
7275
|
readonly padding: {
|
|
7109
7276
|
readonly label: "Padding";
|
|
@@ -7139,41 +7306,275 @@ export declare const patterns: readonly [{
|
|
|
7139
7306
|
readonly sort: -1;
|
|
7140
7307
|
};
|
|
7141
7308
|
readonly styles: {
|
|
7142
|
-
readonly
|
|
7143
|
-
readonly label: "
|
|
7144
|
-
readonly description: "
|
|
7309
|
+
readonly backgroundColor: {
|
|
7310
|
+
readonly label: "Background Color";
|
|
7311
|
+
readonly description: "Background fill color.";
|
|
7312
|
+
readonly category: "style";
|
|
7313
|
+
readonly specialCategory: null;
|
|
7314
|
+
readonly sort: 20;
|
|
7315
|
+
};
|
|
7316
|
+
readonly borderRadius: {
|
|
7317
|
+
readonly label: "Border Radius";
|
|
7318
|
+
readonly description: "Corner rounding amount.";
|
|
7319
|
+
readonly category: "style";
|
|
7320
|
+
readonly specialCategory: null;
|
|
7321
|
+
readonly sort: 21;
|
|
7322
|
+
readonly preferredScale: "s";
|
|
7323
|
+
};
|
|
7324
|
+
readonly flexDirection: {
|
|
7325
|
+
readonly label: "Flex Direction";
|
|
7326
|
+
readonly description: "Order of child stacking.";
|
|
7327
|
+
readonly category: "container";
|
|
7328
|
+
readonly specialCategory: null;
|
|
7329
|
+
readonly sort: 3;
|
|
7330
|
+
};
|
|
7331
|
+
readonly flexWrap: {
|
|
7332
|
+
readonly label: "Flex Wrap";
|
|
7333
|
+
readonly description: "Controls whether flex items wrap to multiple lines.";
|
|
7334
|
+
readonly category: "container";
|
|
7335
|
+
readonly specialCategory: null;
|
|
7336
|
+
readonly sort: 4.5;
|
|
7337
|
+
};
|
|
7338
|
+
readonly alignItems: {
|
|
7339
|
+
readonly label: "Align Items";
|
|
7340
|
+
readonly description: "Controls cross-axis alignment.";
|
|
7341
|
+
readonly category: "container";
|
|
7342
|
+
readonly specialCategory: null;
|
|
7343
|
+
readonly sort: 3;
|
|
7344
|
+
};
|
|
7345
|
+
readonly justifyContent: {
|
|
7346
|
+
readonly label: "Justify Content";
|
|
7347
|
+
readonly description: "Controls main-axis alignment.";
|
|
7348
|
+
readonly category: "container";
|
|
7349
|
+
readonly specialCategory: null;
|
|
7350
|
+
readonly sort: 5;
|
|
7351
|
+
};
|
|
7352
|
+
readonly gap: {
|
|
7353
|
+
readonly label: "Gap";
|
|
7354
|
+
readonly description: "Space between child blocks.";
|
|
7355
|
+
readonly category: "container";
|
|
7356
|
+
readonly specialCategory: null;
|
|
7357
|
+
readonly sort: 2;
|
|
7358
|
+
};
|
|
7359
|
+
readonly padding: {
|
|
7360
|
+
readonly label: "Padding";
|
|
7361
|
+
readonly description: "Uniform padding on all sides.";
|
|
7145
7362
|
readonly category: "container";
|
|
7146
7363
|
readonly specialCategory: "padding";
|
|
7147
|
-
readonly sort:
|
|
7364
|
+
readonly sort: 6;
|
|
7365
|
+
readonly preferredScale: "s";
|
|
7148
7366
|
};
|
|
7149
|
-
readonly
|
|
7150
|
-
readonly label: "Padding
|
|
7151
|
-
readonly description: "
|
|
7367
|
+
readonly paddingHorizontal: {
|
|
7368
|
+
readonly label: "Padding Horizontal";
|
|
7369
|
+
readonly description: "Left and right padding.";
|
|
7152
7370
|
readonly category: "container";
|
|
7153
7371
|
readonly specialCategory: "padding";
|
|
7154
|
-
readonly sort:
|
|
7372
|
+
readonly sort: 4;
|
|
7373
|
+
};
|
|
7374
|
+
readonly paddingVertical: {
|
|
7375
|
+
readonly label: "Padding Vertical";
|
|
7376
|
+
readonly description: "Top and bottom padding.";
|
|
7377
|
+
readonly category: "container";
|
|
7378
|
+
readonly specialCategory: "padding";
|
|
7379
|
+
readonly sort: 8;
|
|
7380
|
+
readonly preferredScale: "vs";
|
|
7381
|
+
};
|
|
7382
|
+
readonly paddingTop: {
|
|
7383
|
+
readonly label: "Padding Top";
|
|
7384
|
+
readonly description: "Top padding only.";
|
|
7385
|
+
readonly category: "container";
|
|
7386
|
+
readonly specialCategory: "padding";
|
|
7387
|
+
readonly sort: 9;
|
|
7388
|
+
readonly preferredScale: "vs";
|
|
7155
7389
|
};
|
|
7156
7390
|
readonly paddingBottom: {
|
|
7157
7391
|
readonly label: "Padding Bottom";
|
|
7158
|
-
readonly description: "Bottom padding
|
|
7392
|
+
readonly description: "Bottom padding only.";
|
|
7159
7393
|
readonly category: "container";
|
|
7160
7394
|
readonly specialCategory: "padding";
|
|
7161
|
-
readonly sort:
|
|
7395
|
+
readonly sort: 10;
|
|
7396
|
+
readonly preferredScale: "vs";
|
|
7162
7397
|
};
|
|
7163
7398
|
readonly paddingLeft: {
|
|
7164
7399
|
readonly label: "Padding Left";
|
|
7165
|
-
readonly description: "Left padding
|
|
7400
|
+
readonly description: "Left padding only.";
|
|
7166
7401
|
readonly category: "container";
|
|
7167
7402
|
readonly specialCategory: "padding";
|
|
7403
|
+
readonly sort: 11;
|
|
7404
|
+
readonly preferredScale: "s";
|
|
7405
|
+
};
|
|
7406
|
+
readonly paddingRight: {
|
|
7407
|
+
readonly label: "Padding Right";
|
|
7408
|
+
readonly description: "Right padding only.";
|
|
7409
|
+
readonly category: "container";
|
|
7410
|
+
readonly specialCategory: "padding";
|
|
7411
|
+
readonly sort: 12;
|
|
7412
|
+
readonly preferredScale: "s";
|
|
7413
|
+
};
|
|
7414
|
+
readonly margin: {
|
|
7415
|
+
readonly label: "Margin";
|
|
7416
|
+
readonly description: "Uniform margin on all sides.";
|
|
7417
|
+
readonly category: "container";
|
|
7418
|
+
readonly specialCategory: "margin";
|
|
7419
|
+
readonly sort: 13;
|
|
7420
|
+
readonly preferredScale: "s";
|
|
7421
|
+
};
|
|
7422
|
+
readonly marginHorizontal: {
|
|
7423
|
+
readonly label: "Margin Horizontal";
|
|
7424
|
+
readonly description: "Left and right margin.";
|
|
7425
|
+
readonly category: "container";
|
|
7426
|
+
readonly specialCategory: "margin";
|
|
7427
|
+
readonly sort: 14;
|
|
7428
|
+
readonly preferredScale: "s";
|
|
7429
|
+
};
|
|
7430
|
+
readonly marginVertical: {
|
|
7431
|
+
readonly label: "Margin Vertical";
|
|
7432
|
+
readonly description: "Top and bottom margin.";
|
|
7433
|
+
readonly category: "container";
|
|
7434
|
+
readonly specialCategory: "margin";
|
|
7435
|
+
readonly sort: 15;
|
|
7436
|
+
readonly preferredScale: "vs";
|
|
7437
|
+
};
|
|
7438
|
+
readonly marginTop: {
|
|
7439
|
+
readonly label: "Margin Top";
|
|
7440
|
+
readonly description: "Top margin only.";
|
|
7441
|
+
readonly category: "container";
|
|
7442
|
+
readonly specialCategory: "margin";
|
|
7443
|
+
readonly sort: 16;
|
|
7444
|
+
readonly preferredScale: "vs";
|
|
7445
|
+
};
|
|
7446
|
+
readonly marginBottom: {
|
|
7447
|
+
readonly label: "Margin Bottom";
|
|
7448
|
+
readonly description: "Bottom margin only.";
|
|
7449
|
+
readonly category: "container";
|
|
7450
|
+
readonly specialCategory: "margin";
|
|
7451
|
+
readonly sort: 17;
|
|
7452
|
+
readonly preferredScale: "vs";
|
|
7453
|
+
};
|
|
7454
|
+
readonly marginLeft: {
|
|
7455
|
+
readonly label: "Margin Left";
|
|
7456
|
+
readonly description: "Left margin only.";
|
|
7457
|
+
readonly category: "container";
|
|
7458
|
+
readonly specialCategory: "margin";
|
|
7459
|
+
readonly sort: 18;
|
|
7460
|
+
readonly preferredScale: "s";
|
|
7461
|
+
};
|
|
7462
|
+
readonly marginRight: {
|
|
7463
|
+
readonly label: "Margin Right";
|
|
7464
|
+
readonly description: "Right margin only.";
|
|
7465
|
+
readonly category: "container";
|
|
7466
|
+
readonly specialCategory: "margin";
|
|
7467
|
+
readonly sort: 19;
|
|
7468
|
+
readonly preferredScale: "s";
|
|
7469
|
+
};
|
|
7470
|
+
readonly width: {
|
|
7471
|
+
readonly label: "Width";
|
|
7472
|
+
readonly description: "Fixed width value.";
|
|
7473
|
+
readonly category: "container";
|
|
7474
|
+
readonly specialCategory: "size";
|
|
7475
|
+
readonly sort: 0;
|
|
7476
|
+
readonly preferredScale: "s";
|
|
7477
|
+
};
|
|
7478
|
+
readonly minWidth: {
|
|
7479
|
+
readonly label: "Min Width";
|
|
7480
|
+
readonly description: "Minimum width constraint.";
|
|
7481
|
+
readonly category: "container";
|
|
7482
|
+
readonly specialCategory: "size";
|
|
7483
|
+
readonly sort: 1;
|
|
7484
|
+
readonly preferredScale: "s";
|
|
7485
|
+
};
|
|
7486
|
+
readonly maxWidth: {
|
|
7487
|
+
readonly label: "Max Width";
|
|
7488
|
+
readonly description: "Maximum width constraint.";
|
|
7489
|
+
readonly category: "container";
|
|
7490
|
+
readonly specialCategory: "size";
|
|
7491
|
+
readonly sort: 2;
|
|
7492
|
+
readonly preferredScale: "s";
|
|
7493
|
+
};
|
|
7494
|
+
readonly height: {
|
|
7495
|
+
readonly label: "Height";
|
|
7496
|
+
readonly description: "Fixed height value.";
|
|
7497
|
+
readonly category: "container";
|
|
7498
|
+
readonly specialCategory: "size";
|
|
7499
|
+
readonly sort: 3;
|
|
7500
|
+
readonly preferredScale: "vs";
|
|
7501
|
+
};
|
|
7502
|
+
readonly minHeight: {
|
|
7503
|
+
readonly label: "Min Height";
|
|
7504
|
+
readonly description: "Minimum height constraint.";
|
|
7505
|
+
readonly category: "container";
|
|
7506
|
+
readonly specialCategory: "size";
|
|
7168
7507
|
readonly sort: 4;
|
|
7508
|
+
readonly preferredScale: "vs";
|
|
7509
|
+
};
|
|
7510
|
+
readonly maxHeight: {
|
|
7511
|
+
readonly label: "Max Height";
|
|
7512
|
+
readonly description: "Maximum height constraint.";
|
|
7513
|
+
readonly category: "container";
|
|
7514
|
+
readonly specialCategory: "size";
|
|
7515
|
+
readonly sort: 5;
|
|
7516
|
+
readonly preferredScale: "vs";
|
|
7517
|
+
};
|
|
7518
|
+
readonly flex: {
|
|
7519
|
+
readonly label: "Flex";
|
|
7520
|
+
readonly description: "Flex grow factor (e.g. 1 fills available space).";
|
|
7521
|
+
readonly category: "container";
|
|
7522
|
+
readonly specialCategory: "size";
|
|
7523
|
+
readonly sort: 6;
|
|
7524
|
+
};
|
|
7525
|
+
readonly position: {
|
|
7526
|
+
readonly label: "Position";
|
|
7527
|
+
readonly description: "Sets layout positioning mode.";
|
|
7528
|
+
readonly category: "container";
|
|
7529
|
+
readonly specialCategory: null;
|
|
7530
|
+
readonly sort: 3;
|
|
7531
|
+
};
|
|
7532
|
+
readonly top: {
|
|
7533
|
+
readonly label: "Top";
|
|
7534
|
+
readonly description: "Offset from the top edge.";
|
|
7535
|
+
readonly category: "container";
|
|
7536
|
+
readonly specialCategory: "offset";
|
|
7537
|
+
readonly sort: 22;
|
|
7538
|
+
readonly preferredScale: "vs";
|
|
7539
|
+
};
|
|
7540
|
+
readonly bottom: {
|
|
7541
|
+
readonly label: "Bottom";
|
|
7542
|
+
readonly description: "Offset from the bottom edge.";
|
|
7543
|
+
readonly category: "container";
|
|
7544
|
+
readonly specialCategory: "offset";
|
|
7545
|
+
readonly sort: 23;
|
|
7546
|
+
readonly preferredScale: "vs";
|
|
7547
|
+
};
|
|
7548
|
+
readonly left: {
|
|
7549
|
+
readonly label: "Left";
|
|
7550
|
+
readonly description: "Offset from the left edge.";
|
|
7551
|
+
readonly category: "container";
|
|
7552
|
+
readonly specialCategory: "offset";
|
|
7553
|
+
readonly sort: 24;
|
|
7554
|
+
readonly preferredScale: "s";
|
|
7555
|
+
};
|
|
7556
|
+
readonly right: {
|
|
7557
|
+
readonly label: "Right";
|
|
7558
|
+
readonly description: "Offset from the right edge.";
|
|
7559
|
+
readonly category: "container";
|
|
7560
|
+
readonly specialCategory: "offset";
|
|
7561
|
+
readonly sort: 25;
|
|
7562
|
+
readonly preferredScale: "s";
|
|
7563
|
+
};
|
|
7564
|
+
readonly zIndex: {
|
|
7565
|
+
readonly label: "Z-Index";
|
|
7566
|
+
readonly description: "Controls stacking order.";
|
|
7567
|
+
readonly category: "container";
|
|
7568
|
+
readonly specialCategory: null;
|
|
7569
|
+
readonly sort: 26;
|
|
7169
7570
|
};
|
|
7170
7571
|
};
|
|
7171
|
-
readonly
|
|
7172
|
-
readonly label: "
|
|
7173
|
-
readonly description: "Controls
|
|
7174
|
-
readonly category: "
|
|
7572
|
+
readonly display: {
|
|
7573
|
+
readonly label: "Display";
|
|
7574
|
+
readonly description: "Controls layout display mode.";
|
|
7575
|
+
readonly category: "container";
|
|
7175
7576
|
readonly specialCategory: null;
|
|
7176
|
-
readonly sort:
|
|
7577
|
+
readonly sort: 1;
|
|
7177
7578
|
};
|
|
7178
7579
|
};
|
|
7179
7580
|
readonly styles: {};
|
|
@@ -7186,28 +7587,22 @@ export declare const patterns: readonly [{
|
|
|
7186
7587
|
readonly alignSelf: "flex-start";
|
|
7187
7588
|
readonly flexGrow: 0;
|
|
7188
7589
|
readonly flexShrink: 0;
|
|
7189
|
-
readonly
|
|
7190
|
-
readonly
|
|
7590
|
+
readonly gap: "16@vs";
|
|
7591
|
+
readonly paddingHorizontal: "24@s";
|
|
7191
7592
|
};
|
|
7593
|
+
readonly display: "flex";
|
|
7192
7594
|
};
|
|
7193
7595
|
readonly types: {};
|
|
7194
7596
|
}, {
|
|
7195
7597
|
readonly schemaVersion: 2;
|
|
7196
7598
|
readonly pattern: {
|
|
7197
|
-
readonly type: "
|
|
7599
|
+
readonly type: "OnboardProvider";
|
|
7198
7600
|
readonly title: "title";
|
|
7199
7601
|
readonly description: "description";
|
|
7200
|
-
readonly children: "
|
|
7602
|
+
readonly children: "node";
|
|
7201
7603
|
readonly attributes: {
|
|
7202
|
-
readonly
|
|
7203
|
-
readonly showEllipsis: "boolean";
|
|
7204
|
-
readonly translateCounter: "number";
|
|
7604
|
+
readonly scrollable: "boolean";
|
|
7205
7605
|
readonly styles: {
|
|
7206
|
-
readonly color: "color";
|
|
7207
|
-
readonly fontSize: "size";
|
|
7208
|
-
readonly fontFamily: "fontFamily";
|
|
7209
|
-
readonly fontWeight: "fontWeight";
|
|
7210
|
-
readonly textAlign: "string";
|
|
7211
7606
|
readonly flexDirection: readonly ["row", "column"];
|
|
7212
7607
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
7213
7608
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -7243,66 +7638,42 @@ export declare const patterns: readonly [{
|
|
|
7243
7638
|
readonly right: "size";
|
|
7244
7639
|
readonly zIndex: "number";
|
|
7245
7640
|
};
|
|
7246
|
-
readonly
|
|
7641
|
+
readonly testID: "string";
|
|
7642
|
+
readonly theme: readonly ["light", "dark", "all"];
|
|
7643
|
+
readonly borderRadius: "never";
|
|
7247
7644
|
};
|
|
7248
7645
|
};
|
|
7249
7646
|
readonly meta: {
|
|
7250
|
-
readonly desiredParent: readonly ["
|
|
7251
|
-
readonly label: "Onboard
|
|
7252
|
-
readonly description: "
|
|
7253
|
-
readonly
|
|
7254
|
-
readonly
|
|
7255
|
-
readonly label: "
|
|
7256
|
-
readonly description: "
|
|
7257
|
-
readonly category: "
|
|
7258
|
-
readonly specialCategory: null;
|
|
7647
|
+
readonly desiredParent: readonly ["root"];
|
|
7648
|
+
readonly label: "Onboard Provider";
|
|
7649
|
+
readonly description: "Provides shared settings for onboarding.";
|
|
7650
|
+
readonly specialCategories: {
|
|
7651
|
+
readonly padding: {
|
|
7652
|
+
readonly label: "Padding";
|
|
7653
|
+
readonly description: "Uniform padding on all sides.";
|
|
7654
|
+
readonly category: "container";
|
|
7259
7655
|
readonly sort: 1;
|
|
7260
7656
|
};
|
|
7261
|
-
readonly
|
|
7262
|
-
readonly label: "
|
|
7263
|
-
readonly description: "
|
|
7264
|
-
readonly category: "
|
|
7265
|
-
readonly specialCategory: null;
|
|
7657
|
+
readonly margin: {
|
|
7658
|
+
readonly label: "Margin";
|
|
7659
|
+
readonly description: "Uniform margin on all sides.";
|
|
7660
|
+
readonly category: "container";
|
|
7266
7661
|
readonly sort: 2;
|
|
7267
|
-
readonly preferredScale: "s";
|
|
7268
|
-
};
|
|
7269
|
-
readonly fontFamily: {
|
|
7270
|
-
readonly label: "Font Family";
|
|
7271
|
-
readonly description: "Font family used for the text.";
|
|
7272
|
-
readonly category: "style";
|
|
7273
|
-
readonly specialCategory: null;
|
|
7274
|
-
readonly sort: 3;
|
|
7275
7662
|
};
|
|
7276
|
-
readonly
|
|
7277
|
-
readonly label: "
|
|
7278
|
-
readonly description: "
|
|
7279
|
-
readonly category: "
|
|
7280
|
-
readonly
|
|
7281
|
-
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
readonly
|
|
7285
|
-
readonly
|
|
7286
|
-
readonly
|
|
7287
|
-
readonly specialCategory: null;
|
|
7288
|
-
readonly sort: 5;
|
|
7289
|
-
};
|
|
7290
|
-
};
|
|
7291
|
-
readonly attributes: {
|
|
7292
|
-
readonly adjustsFontSizeToFit: {
|
|
7293
|
-
readonly label: "Adjust Font Size To Fit";
|
|
7294
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
7295
|
-
readonly category: "other";
|
|
7296
|
-
readonly specialCategory: null;
|
|
7297
|
-
readonly sort: 1;
|
|
7298
|
-
};
|
|
7299
|
-
readonly showEllipsis: {
|
|
7300
|
-
readonly label: "Show Ellipsis";
|
|
7301
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
7302
|
-
readonly category: "other";
|
|
7303
|
-
readonly specialCategory: null;
|
|
7304
|
-
readonly sort: 2;
|
|
7663
|
+
readonly size: {
|
|
7664
|
+
readonly label: "Size";
|
|
7665
|
+
readonly description: "Fixed dimensions.";
|
|
7666
|
+
readonly category: "container";
|
|
7667
|
+
readonly sort: 3;
|
|
7668
|
+
};
|
|
7669
|
+
readonly offset: {
|
|
7670
|
+
readonly label: "Offset";
|
|
7671
|
+
readonly description: "Absolute positioning offsets.";
|
|
7672
|
+
readonly category: "container";
|
|
7673
|
+
readonly sort: 4;
|
|
7305
7674
|
};
|
|
7675
|
+
};
|
|
7676
|
+
readonly attributes: {
|
|
7306
7677
|
readonly scrollable: {
|
|
7307
7678
|
readonly label: "Scrollable";
|
|
7308
7679
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -7388,35 +7759,31 @@ export declare const patterns: readonly [{
|
|
|
7388
7759
|
};
|
|
7389
7760
|
readonly paddingTop: {
|
|
7390
7761
|
readonly label: "Padding Top";
|
|
7391
|
-
readonly description: "Top padding
|
|
7762
|
+
readonly description: "Top padding for the provider.";
|
|
7392
7763
|
readonly category: "container";
|
|
7393
7764
|
readonly specialCategory: "padding";
|
|
7394
|
-
readonly sort:
|
|
7395
|
-
readonly preferredScale: "vs";
|
|
7765
|
+
readonly sort: 1;
|
|
7396
7766
|
};
|
|
7397
7767
|
readonly paddingBottom: {
|
|
7398
7768
|
readonly label: "Padding Bottom";
|
|
7399
|
-
readonly description: "Bottom padding
|
|
7769
|
+
readonly description: "Bottom padding for the provider.";
|
|
7400
7770
|
readonly category: "container";
|
|
7401
7771
|
readonly specialCategory: "padding";
|
|
7402
|
-
readonly sort:
|
|
7403
|
-
readonly preferredScale: "vs";
|
|
7772
|
+
readonly sort: 3;
|
|
7404
7773
|
};
|
|
7405
7774
|
readonly paddingLeft: {
|
|
7406
7775
|
readonly label: "Padding Left";
|
|
7407
|
-
readonly description: "Left padding
|
|
7776
|
+
readonly description: "Left padding for the provider.";
|
|
7408
7777
|
readonly category: "container";
|
|
7409
7778
|
readonly specialCategory: "padding";
|
|
7410
|
-
readonly sort:
|
|
7411
|
-
readonly preferredScale: "s";
|
|
7779
|
+
readonly sort: 4;
|
|
7412
7780
|
};
|
|
7413
7781
|
readonly paddingRight: {
|
|
7414
7782
|
readonly label: "Padding Right";
|
|
7415
|
-
readonly description: "Right padding
|
|
7783
|
+
readonly description: "Right padding for the provider.";
|
|
7416
7784
|
readonly category: "container";
|
|
7417
7785
|
readonly specialCategory: "padding";
|
|
7418
|
-
readonly sort:
|
|
7419
|
-
readonly preferredScale: "s";
|
|
7786
|
+
readonly sort: 2;
|
|
7420
7787
|
};
|
|
7421
7788
|
readonly margin: {
|
|
7422
7789
|
readonly label: "Margin";
|
|
@@ -7576,53 +7943,33 @@ export declare const patterns: readonly [{
|
|
|
7576
7943
|
readonly sort: 26;
|
|
7577
7944
|
};
|
|
7578
7945
|
};
|
|
7579
|
-
|
|
7580
|
-
|
|
7581
|
-
|
|
7582
|
-
readonly
|
|
7583
|
-
readonly
|
|
7584
|
-
readonly
|
|
7585
|
-
readonly sort: 1;
|
|
7586
|
-
};
|
|
7587
|
-
readonly margin: {
|
|
7588
|
-
readonly label: "Margin";
|
|
7589
|
-
readonly description: "Uniform margin on all sides.";
|
|
7590
|
-
readonly category: "container";
|
|
7591
|
-
readonly sort: 2;
|
|
7592
|
-
};
|
|
7593
|
-
readonly size: {
|
|
7594
|
-
readonly label: "Size";
|
|
7595
|
-
readonly description: "Fixed dimensions.";
|
|
7596
|
-
readonly category: "container";
|
|
7597
|
-
readonly sort: 3;
|
|
7598
|
-
};
|
|
7599
|
-
readonly offset: {
|
|
7600
|
-
readonly label: "Offset";
|
|
7601
|
-
readonly description: "Absolute positioning offsets.";
|
|
7602
|
-
readonly category: "container";
|
|
7603
|
-
readonly sort: 4;
|
|
7946
|
+
readonly theme: {
|
|
7947
|
+
readonly label: "Theme";
|
|
7948
|
+
readonly description: "Controls which app theme(s) this onboarding is intended for.";
|
|
7949
|
+
readonly category: "other";
|
|
7950
|
+
readonly specialCategory: null;
|
|
7951
|
+
readonly sort: -10;
|
|
7604
7952
|
};
|
|
7605
7953
|
};
|
|
7954
|
+
readonly styles: {};
|
|
7606
7955
|
};
|
|
7607
7956
|
readonly defaults: {
|
|
7608
|
-
readonly translateCounter: 1;
|
|
7609
7957
|
readonly styles: {
|
|
7610
|
-
readonly color: "THEME_COLORS.TEXT";
|
|
7611
|
-
readonly fontSize: "14@fs";
|
|
7612
|
-
readonly fontWeight: "600";
|
|
7613
7958
|
readonly flexDirection: "column";
|
|
7614
7959
|
readonly position: "relative";
|
|
7615
7960
|
readonly zIndex: 1;
|
|
7616
7961
|
readonly alignSelf: "flex-start";
|
|
7617
7962
|
readonly flexGrow: 0;
|
|
7618
7963
|
readonly flexShrink: 0;
|
|
7964
|
+
readonly width: "100%";
|
|
7965
|
+
readonly height: "100%";
|
|
7619
7966
|
};
|
|
7620
7967
|
};
|
|
7621
7968
|
readonly types: {};
|
|
7622
7969
|
}, {
|
|
7623
7970
|
readonly schemaVersion: 2;
|
|
7624
7971
|
readonly pattern: {
|
|
7625
|
-
readonly type: "
|
|
7972
|
+
readonly type: "OnboardSubtitle";
|
|
7626
7973
|
readonly title: "title";
|
|
7627
7974
|
readonly description: "description";
|
|
7628
7975
|
readonly children: "string";
|
|
@@ -7672,12 +8019,13 @@ export declare const patterns: readonly [{
|
|
|
7672
8019
|
readonly zIndex: "number";
|
|
7673
8020
|
};
|
|
7674
8021
|
readonly scrollable: "boolean";
|
|
8022
|
+
readonly testID: "string";
|
|
7675
8023
|
};
|
|
7676
8024
|
};
|
|
7677
8025
|
readonly meta: {
|
|
7678
|
-
readonly desiredParent: readonly [">
|
|
7679
|
-
readonly label: "Onboard
|
|
7680
|
-
readonly description: "
|
|
8026
|
+
readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem"];
|
|
8027
|
+
readonly label: "Onboard Subtitle";
|
|
8028
|
+
readonly description: "Subtitle text for an onboarding step.";
|
|
7681
8029
|
readonly styles: {
|
|
7682
8030
|
readonly color: {
|
|
7683
8031
|
readonly label: "Color";
|
|
@@ -7692,7 +8040,7 @@ export declare const patterns: readonly [{
|
|
|
7692
8040
|
readonly category: "style";
|
|
7693
8041
|
readonly specialCategory: null;
|
|
7694
8042
|
readonly sort: 2;
|
|
7695
|
-
readonly preferredScale: "
|
|
8043
|
+
readonly preferredScale: "f";
|
|
7696
8044
|
};
|
|
7697
8045
|
readonly fontFamily: {
|
|
7698
8046
|
readonly label: "Font Family";
|
|
@@ -8036,30 +8384,34 @@ export declare const patterns: readonly [{
|
|
|
8036
8384
|
readonly translateCounter: 1;
|
|
8037
8385
|
readonly styles: {
|
|
8038
8386
|
readonly color: "THEME_COLORS.TEXT";
|
|
8039
|
-
readonly fontSize: "
|
|
8040
|
-
readonly fontWeight: "
|
|
8387
|
+
readonly fontSize: "14@fs";
|
|
8388
|
+
readonly fontWeight: "600";
|
|
8041
8389
|
readonly flexDirection: "column";
|
|
8042
8390
|
readonly position: "relative";
|
|
8043
8391
|
readonly zIndex: 1;
|
|
8044
8392
|
readonly alignSelf: "flex-start";
|
|
8045
8393
|
readonly flexGrow: 0;
|
|
8046
8394
|
readonly flexShrink: 0;
|
|
8047
|
-
readonly textAlign: "center";
|
|
8048
8395
|
};
|
|
8049
8396
|
};
|
|
8050
8397
|
readonly types: {};
|
|
8051
8398
|
}, {
|
|
8052
8399
|
readonly schemaVersion: 2;
|
|
8053
8400
|
readonly pattern: {
|
|
8054
|
-
readonly type: "
|
|
8401
|
+
readonly type: "OnboardTitle";
|
|
8055
8402
|
readonly title: "title";
|
|
8056
8403
|
readonly description: "description";
|
|
8057
|
-
readonly children: "
|
|
8404
|
+
readonly children: "string";
|
|
8058
8405
|
readonly attributes: {
|
|
8059
|
-
readonly
|
|
8060
|
-
readonly
|
|
8061
|
-
readonly
|
|
8406
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
8407
|
+
readonly showEllipsis: "boolean";
|
|
8408
|
+
readonly translateCounter: "number";
|
|
8062
8409
|
readonly styles: {
|
|
8410
|
+
readonly color: "color";
|
|
8411
|
+
readonly fontSize: "size";
|
|
8412
|
+
readonly fontFamily: "fontFamily";
|
|
8413
|
+
readonly fontWeight: "fontWeight";
|
|
8414
|
+
readonly textAlign: "string";
|
|
8063
8415
|
readonly flexDirection: readonly ["row", "column"];
|
|
8064
8416
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
8065
8417
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -8095,27 +8447,66 @@ export declare const patterns: readonly [{
|
|
|
8095
8447
|
readonly right: "size";
|
|
8096
8448
|
readonly zIndex: "number";
|
|
8097
8449
|
};
|
|
8450
|
+
readonly scrollable: "boolean";
|
|
8451
|
+
readonly testID: "string";
|
|
8098
8452
|
};
|
|
8099
8453
|
};
|
|
8100
8454
|
readonly meta: {
|
|
8101
|
-
readonly desiredParent: readonly [">
|
|
8102
|
-
readonly label: "
|
|
8103
|
-
readonly description: "
|
|
8104
|
-
readonly styles: {
|
|
8455
|
+
readonly desiredParent: readonly [">OnboardItem", ">OnboardProvider"];
|
|
8456
|
+
readonly label: "Onboard Title";
|
|
8457
|
+
readonly description: "Title text for an onboarding step.";
|
|
8458
|
+
readonly styles: {
|
|
8459
|
+
readonly color: {
|
|
8460
|
+
readonly label: "Color";
|
|
8461
|
+
readonly description: "Text color.";
|
|
8462
|
+
readonly category: "style";
|
|
8463
|
+
readonly specialCategory: null;
|
|
8464
|
+
readonly sort: 1;
|
|
8465
|
+
};
|
|
8466
|
+
readonly fontSize: {
|
|
8467
|
+
readonly label: "Font Size";
|
|
8468
|
+
readonly description: "Text size.";
|
|
8469
|
+
readonly category: "style";
|
|
8470
|
+
readonly specialCategory: null;
|
|
8471
|
+
readonly sort: 2;
|
|
8472
|
+
readonly preferredScale: "f";
|
|
8473
|
+
};
|
|
8474
|
+
readonly fontFamily: {
|
|
8475
|
+
readonly label: "Font Family";
|
|
8476
|
+
readonly description: "Font family used for the text.";
|
|
8477
|
+
readonly category: "style";
|
|
8478
|
+
readonly specialCategory: null;
|
|
8479
|
+
readonly sort: 3;
|
|
8480
|
+
};
|
|
8481
|
+
readonly fontWeight: {
|
|
8482
|
+
readonly label: "Font Weight";
|
|
8483
|
+
readonly description: "Text weight.";
|
|
8484
|
+
readonly category: "style";
|
|
8485
|
+
readonly specialCategory: null;
|
|
8486
|
+
readonly sort: 4;
|
|
8487
|
+
};
|
|
8488
|
+
readonly textAlign: {
|
|
8489
|
+
readonly label: "Text Align";
|
|
8490
|
+
readonly description: "Text alignment.";
|
|
8491
|
+
readonly category: "style";
|
|
8492
|
+
readonly specialCategory: null;
|
|
8493
|
+
readonly sort: 5;
|
|
8494
|
+
};
|
|
8495
|
+
};
|
|
8105
8496
|
readonly attributes: {
|
|
8106
|
-
readonly
|
|
8107
|
-
readonly label: "
|
|
8108
|
-
readonly description: "
|
|
8497
|
+
readonly adjustsFontSizeToFit: {
|
|
8498
|
+
readonly label: "Adjust Font Size To Fit";
|
|
8499
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
8109
8500
|
readonly category: "other";
|
|
8110
8501
|
readonly specialCategory: null;
|
|
8111
8502
|
readonly sort: 1;
|
|
8112
8503
|
};
|
|
8113
|
-
readonly
|
|
8114
|
-
readonly label: "
|
|
8115
|
-
readonly description: "
|
|
8504
|
+
readonly showEllipsis: {
|
|
8505
|
+
readonly label: "Show Ellipsis";
|
|
8506
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
8116
8507
|
readonly category: "other";
|
|
8117
8508
|
readonly specialCategory: null;
|
|
8118
|
-
readonly sort:
|
|
8509
|
+
readonly sort: 2;
|
|
8119
8510
|
};
|
|
8120
8511
|
readonly scrollable: {
|
|
8121
8512
|
readonly label: "Scrollable";
|
|
@@ -8419,43 +8810,33 @@ export declare const patterns: readonly [{
|
|
|
8419
8810
|
};
|
|
8420
8811
|
};
|
|
8421
8812
|
readonly defaults: {
|
|
8422
|
-
readonly
|
|
8813
|
+
readonly translateCounter: 1;
|
|
8423
8814
|
readonly styles: {
|
|
8424
|
-
readonly
|
|
8425
|
-
readonly
|
|
8426
|
-
readonly
|
|
8427
|
-
readonly top: 0;
|
|
8428
|
-
readonly left: 0;
|
|
8429
|
-
readonly right: 0;
|
|
8430
|
-
readonly bottom: 0;
|
|
8431
|
-
readonly zIndex: 1;
|
|
8815
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
8816
|
+
readonly fontSize: "24@fs";
|
|
8817
|
+
readonly fontWeight: "700";
|
|
8432
8818
|
readonly flexDirection: "column";
|
|
8819
|
+
readonly position: "relative";
|
|
8820
|
+
readonly zIndex: 1;
|
|
8433
8821
|
readonly alignSelf: "flex-start";
|
|
8434
8822
|
readonly flexGrow: 0;
|
|
8435
8823
|
readonly flexShrink: 0;
|
|
8824
|
+
readonly textAlign: "center";
|
|
8436
8825
|
};
|
|
8437
8826
|
};
|
|
8438
8827
|
readonly types: {};
|
|
8439
8828
|
}, {
|
|
8440
8829
|
readonly schemaVersion: 2;
|
|
8441
8830
|
readonly pattern: {
|
|
8442
|
-
readonly type: "
|
|
8831
|
+
readonly type: "PaywallBackground";
|
|
8443
8832
|
readonly title: "title";
|
|
8444
8833
|
readonly description: "description";
|
|
8445
8834
|
readonly children: "never";
|
|
8446
8835
|
readonly attributes: {
|
|
8447
|
-
readonly
|
|
8448
|
-
readonly
|
|
8449
|
-
readonly
|
|
8450
|
-
readonly adjustsFontSizeToFit: "boolean";
|
|
8451
|
-
readonly showEllipsis: "boolean";
|
|
8452
|
-
readonly translateCounter: "number";
|
|
8836
|
+
readonly src: "string";
|
|
8837
|
+
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
8838
|
+
readonly scrollable: "boolean";
|
|
8453
8839
|
readonly styles: {
|
|
8454
|
-
readonly color: "color";
|
|
8455
|
-
readonly fontSize: "size";
|
|
8456
|
-
readonly fontFamily: "fontFamily";
|
|
8457
|
-
readonly fontWeight: "fontWeight";
|
|
8458
|
-
readonly textAlign: "string";
|
|
8459
8840
|
readonly flexDirection: readonly ["row", "column"];
|
|
8460
8841
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
8461
8842
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -8488,89 +8869,31 @@ export declare const patterns: readonly [{
|
|
|
8488
8869
|
readonly top: "size";
|
|
8489
8870
|
readonly bottom: "size";
|
|
8490
8871
|
readonly left: "size";
|
|
8491
|
-
readonly right: "size";
|
|
8492
|
-
readonly zIndex: "number";
|
|
8493
|
-
};
|
|
8494
|
-
readonly scrollable: "boolean";
|
|
8495
|
-
};
|
|
8496
|
-
};
|
|
8497
|
-
readonly meta: {
|
|
8498
|
-
readonly desiredParent: readonly [">PaywallProvider"];
|
|
8499
|
-
readonly label: "Paywall Close Button";
|
|
8500
|
-
readonly description: "Paywall Close Button component.";
|
|
8501
|
-
readonly styles: {
|
|
8502
|
-
readonly color: {
|
|
8503
|
-
readonly label: "Color";
|
|
8504
|
-
readonly description: "Text color.";
|
|
8505
|
-
readonly category: "style";
|
|
8506
|
-
readonly specialCategory: null;
|
|
8507
|
-
readonly sort: 1;
|
|
8508
|
-
};
|
|
8509
|
-
readonly fontSize: {
|
|
8510
|
-
readonly label: "Font Size";
|
|
8511
|
-
readonly description: "Text size.";
|
|
8512
|
-
readonly category: "style";
|
|
8513
|
-
readonly specialCategory: null;
|
|
8514
|
-
readonly sort: 2;
|
|
8515
|
-
readonly preferredScale: "s";
|
|
8516
|
-
};
|
|
8517
|
-
readonly fontFamily: {
|
|
8518
|
-
readonly label: "Font Family";
|
|
8519
|
-
readonly description: "Font family used for the text.";
|
|
8520
|
-
readonly category: "style";
|
|
8521
|
-
readonly specialCategory: null;
|
|
8522
|
-
readonly sort: 3;
|
|
8523
|
-
};
|
|
8524
|
-
readonly fontWeight: {
|
|
8525
|
-
readonly label: "Font Weight";
|
|
8526
|
-
readonly description: "Text weight.";
|
|
8527
|
-
readonly category: "style";
|
|
8528
|
-
readonly specialCategory: null;
|
|
8529
|
-
readonly sort: 4;
|
|
8530
|
-
};
|
|
8531
|
-
readonly textAlign: {
|
|
8532
|
-
readonly label: "Text Align";
|
|
8533
|
-
readonly description: "Text alignment.";
|
|
8534
|
-
readonly category: "style";
|
|
8535
|
-
readonly specialCategory: null;
|
|
8536
|
-
readonly sort: 5;
|
|
8537
|
-
};
|
|
8538
|
-
};
|
|
8539
|
-
readonly attributes: {
|
|
8540
|
-
readonly iconType: {
|
|
8541
|
-
readonly label: "Icon";
|
|
8542
|
-
readonly description: "Which icon to render.";
|
|
8543
|
-
readonly category: "other";
|
|
8544
|
-
readonly specialCategory: null;
|
|
8545
|
-
readonly sort: 1;
|
|
8546
|
-
};
|
|
8547
|
-
readonly size: {
|
|
8548
|
-
readonly label: "Size";
|
|
8549
|
-
readonly description: "Icon size (px).";
|
|
8550
|
-
readonly category: "other";
|
|
8551
|
-
readonly specialCategory: null;
|
|
8552
|
-
readonly sort: 2;
|
|
8553
|
-
};
|
|
8554
|
-
readonly strokeWidth: {
|
|
8555
|
-
readonly label: "Stroke Width";
|
|
8556
|
-
readonly description: "SVG stroke width override (applied to the icon paths).";
|
|
8557
|
-
readonly category: "other";
|
|
8558
|
-
readonly specialCategory: null;
|
|
8559
|
-
readonly sort: 3;
|
|
8872
|
+
readonly right: "size";
|
|
8873
|
+
readonly zIndex: "number";
|
|
8560
8874
|
};
|
|
8561
|
-
readonly
|
|
8562
|
-
|
|
8563
|
-
|
|
8875
|
+
readonly testID: "string";
|
|
8876
|
+
};
|
|
8877
|
+
};
|
|
8878
|
+
readonly meta: {
|
|
8879
|
+
readonly desiredParent: readonly [">PaywallProvider"];
|
|
8880
|
+
readonly label: "Paywall Background";
|
|
8881
|
+
readonly description: "Paywall Background component.";
|
|
8882
|
+
readonly styles: {};
|
|
8883
|
+
readonly attributes: {
|
|
8884
|
+
readonly src: {
|
|
8885
|
+
readonly label: "Src";
|
|
8886
|
+
readonly description: "Image source URL.";
|
|
8564
8887
|
readonly category: "other";
|
|
8565
8888
|
readonly specialCategory: null;
|
|
8566
8889
|
readonly sort: 1;
|
|
8567
8890
|
};
|
|
8568
|
-
readonly
|
|
8569
|
-
readonly label: "
|
|
8570
|
-
readonly description: "
|
|
8891
|
+
readonly resizeMode: {
|
|
8892
|
+
readonly label: "Resize Mode";
|
|
8893
|
+
readonly description: "How the image fits its container.";
|
|
8571
8894
|
readonly category: "other";
|
|
8572
8895
|
readonly specialCategory: null;
|
|
8573
|
-
readonly sort:
|
|
8896
|
+
readonly sort: 4;
|
|
8574
8897
|
};
|
|
8575
8898
|
readonly scrollable: {
|
|
8576
8899
|
readonly label: "Scrollable";
|
|
@@ -8874,37 +9197,43 @@ export declare const patterns: readonly [{
|
|
|
8874
9197
|
};
|
|
8875
9198
|
};
|
|
8876
9199
|
readonly defaults: {
|
|
8877
|
-
readonly
|
|
8878
|
-
readonly strokeWidth: 1.5;
|
|
9200
|
+
readonly resizeMode: "cover";
|
|
8879
9201
|
readonly styles: {
|
|
8880
|
-
readonly
|
|
8881
|
-
readonly
|
|
8882
|
-
readonly fontWeight: "400";
|
|
8883
|
-
readonly flexDirection: "row";
|
|
9202
|
+
readonly width: "100%";
|
|
9203
|
+
readonly height: "100%";
|
|
8884
9204
|
readonly position: "absolute";
|
|
9205
|
+
readonly top: 0;
|
|
9206
|
+
readonly left: 0;
|
|
9207
|
+
readonly right: 0;
|
|
9208
|
+
readonly bottom: 0;
|
|
8885
9209
|
readonly zIndex: 1;
|
|
9210
|
+
readonly flexDirection: "column";
|
|
8886
9211
|
readonly alignSelf: "flex-start";
|
|
8887
9212
|
readonly flexGrow: 0;
|
|
8888
9213
|
readonly flexShrink: 0;
|
|
8889
|
-
readonly top: "35@vs";
|
|
8890
|
-
readonly left: "24@s";
|
|
8891
|
-
readonly justifyContent: "center";
|
|
8892
|
-
readonly alignItems: "center";
|
|
8893
9214
|
};
|
|
8894
|
-
readonly translateCounter: 1;
|
|
8895
|
-
readonly size: 24;
|
|
8896
9215
|
};
|
|
8897
9216
|
readonly types: {};
|
|
8898
9217
|
}, {
|
|
8899
9218
|
readonly schemaVersion: 2;
|
|
8900
9219
|
readonly pattern: {
|
|
8901
|
-
readonly type: "
|
|
9220
|
+
readonly type: "PaywallCloseButton";
|
|
8902
9221
|
readonly title: "title";
|
|
8903
9222
|
readonly description: "description";
|
|
8904
|
-
readonly children: "
|
|
9223
|
+
readonly children: "never";
|
|
8905
9224
|
readonly attributes: {
|
|
8906
|
-
readonly
|
|
9225
|
+
readonly iconType: "iconType";
|
|
9226
|
+
readonly size: "number";
|
|
9227
|
+
readonly strokeWidth: "number";
|
|
9228
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
9229
|
+
readonly showEllipsis: "boolean";
|
|
9230
|
+
readonly translateCounter: "number";
|
|
8907
9231
|
readonly styles: {
|
|
9232
|
+
readonly color: "color";
|
|
9233
|
+
readonly fontSize: "size";
|
|
9234
|
+
readonly fontFamily: "fontFamily";
|
|
9235
|
+
readonly fontWeight: "fontWeight";
|
|
9236
|
+
readonly textAlign: "string";
|
|
8908
9237
|
readonly flexDirection: readonly ["row", "column"];
|
|
8909
9238
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
8910
9239
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -8940,39 +9269,88 @@ export declare const patterns: readonly [{
|
|
|
8940
9269
|
readonly right: "size";
|
|
8941
9270
|
readonly zIndex: "number";
|
|
8942
9271
|
};
|
|
9272
|
+
readonly scrollable: "boolean";
|
|
9273
|
+
readonly testID: "string";
|
|
8943
9274
|
};
|
|
8944
9275
|
};
|
|
8945
9276
|
readonly meta: {
|
|
8946
9277
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
8947
|
-
readonly label: "Paywall
|
|
8948
|
-
readonly description: "Paywall
|
|
8949
|
-
readonly
|
|
8950
|
-
readonly
|
|
8951
|
-
readonly label: "
|
|
8952
|
-
readonly description: "
|
|
8953
|
-
readonly category: "
|
|
9278
|
+
readonly label: "Paywall Close Button";
|
|
9279
|
+
readonly description: "Paywall Close Button component.";
|
|
9280
|
+
readonly styles: {
|
|
9281
|
+
readonly color: {
|
|
9282
|
+
readonly label: "Color";
|
|
9283
|
+
readonly description: "Text color.";
|
|
9284
|
+
readonly category: "style";
|
|
9285
|
+
readonly specialCategory: null;
|
|
8954
9286
|
readonly sort: 1;
|
|
8955
9287
|
};
|
|
8956
|
-
readonly
|
|
8957
|
-
readonly label: "
|
|
8958
|
-
readonly description: "
|
|
8959
|
-
readonly category: "
|
|
9288
|
+
readonly fontSize: {
|
|
9289
|
+
readonly label: "Font Size";
|
|
9290
|
+
readonly description: "Text size.";
|
|
9291
|
+
readonly category: "style";
|
|
9292
|
+
readonly specialCategory: null;
|
|
8960
9293
|
readonly sort: 2;
|
|
9294
|
+
readonly preferredScale: "f";
|
|
8961
9295
|
};
|
|
8962
|
-
readonly
|
|
8963
|
-
readonly label: "
|
|
8964
|
-
readonly description: "
|
|
8965
|
-
readonly category: "
|
|
9296
|
+
readonly fontFamily: {
|
|
9297
|
+
readonly label: "Font Family";
|
|
9298
|
+
readonly description: "Font family used for the text.";
|
|
9299
|
+
readonly category: "style";
|
|
9300
|
+
readonly specialCategory: null;
|
|
8966
9301
|
readonly sort: 3;
|
|
8967
9302
|
};
|
|
8968
|
-
readonly
|
|
8969
|
-
readonly label: "
|
|
8970
|
-
readonly description: "
|
|
8971
|
-
readonly category: "
|
|
9303
|
+
readonly fontWeight: {
|
|
9304
|
+
readonly label: "Font Weight";
|
|
9305
|
+
readonly description: "Text weight.";
|
|
9306
|
+
readonly category: "style";
|
|
9307
|
+
readonly specialCategory: null;
|
|
8972
9308
|
readonly sort: 4;
|
|
8973
9309
|
};
|
|
9310
|
+
readonly textAlign: {
|
|
9311
|
+
readonly label: "Text Align";
|
|
9312
|
+
readonly description: "Text alignment.";
|
|
9313
|
+
readonly category: "style";
|
|
9314
|
+
readonly specialCategory: null;
|
|
9315
|
+
readonly sort: 5;
|
|
9316
|
+
};
|
|
8974
9317
|
};
|
|
8975
9318
|
readonly attributes: {
|
|
9319
|
+
readonly iconType: {
|
|
9320
|
+
readonly label: "Icon";
|
|
9321
|
+
readonly description: "Which icon to render.";
|
|
9322
|
+
readonly category: "other";
|
|
9323
|
+
readonly specialCategory: null;
|
|
9324
|
+
readonly sort: 1;
|
|
9325
|
+
};
|
|
9326
|
+
readonly size: {
|
|
9327
|
+
readonly label: "Size";
|
|
9328
|
+
readonly description: "Icon size (px).";
|
|
9329
|
+
readonly category: "other";
|
|
9330
|
+
readonly specialCategory: null;
|
|
9331
|
+
readonly sort: 2;
|
|
9332
|
+
};
|
|
9333
|
+
readonly strokeWidth: {
|
|
9334
|
+
readonly label: "Stroke Width";
|
|
9335
|
+
readonly description: "SVG stroke width override (applied to the icon paths).";
|
|
9336
|
+
readonly category: "other";
|
|
9337
|
+
readonly specialCategory: null;
|
|
9338
|
+
readonly sort: 3;
|
|
9339
|
+
};
|
|
9340
|
+
readonly adjustsFontSizeToFit: {
|
|
9341
|
+
readonly label: "Adjust Font Size To Fit";
|
|
9342
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
9343
|
+
readonly category: "other";
|
|
9344
|
+
readonly specialCategory: null;
|
|
9345
|
+
readonly sort: 1;
|
|
9346
|
+
};
|
|
9347
|
+
readonly showEllipsis: {
|
|
9348
|
+
readonly label: "Show Ellipsis";
|
|
9349
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
9350
|
+
readonly category: "other";
|
|
9351
|
+
readonly specialCategory: null;
|
|
9352
|
+
readonly sort: 2;
|
|
9353
|
+
};
|
|
8976
9354
|
readonly scrollable: {
|
|
8977
9355
|
readonly label: "Scrollable";
|
|
8978
9356
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -9247,26 +9625,59 @@ export declare const patterns: readonly [{
|
|
|
9247
9625
|
};
|
|
9248
9626
|
};
|
|
9249
9627
|
};
|
|
9250
|
-
readonly
|
|
9628
|
+
readonly specialCategories: {
|
|
9629
|
+
readonly padding: {
|
|
9630
|
+
readonly label: "Padding";
|
|
9631
|
+
readonly description: "Uniform padding on all sides.";
|
|
9632
|
+
readonly category: "container";
|
|
9633
|
+
readonly sort: 1;
|
|
9634
|
+
};
|
|
9635
|
+
readonly margin: {
|
|
9636
|
+
readonly label: "Margin";
|
|
9637
|
+
readonly description: "Uniform margin on all sides.";
|
|
9638
|
+
readonly category: "container";
|
|
9639
|
+
readonly sort: 2;
|
|
9640
|
+
};
|
|
9641
|
+
readonly size: {
|
|
9642
|
+
readonly label: "Size";
|
|
9643
|
+
readonly description: "Fixed dimensions.";
|
|
9644
|
+
readonly category: "container";
|
|
9645
|
+
readonly sort: 3;
|
|
9646
|
+
};
|
|
9647
|
+
readonly offset: {
|
|
9648
|
+
readonly label: "Offset";
|
|
9649
|
+
readonly description: "Absolute positioning offsets.";
|
|
9650
|
+
readonly category: "container";
|
|
9651
|
+
readonly sort: 4;
|
|
9652
|
+
};
|
|
9653
|
+
};
|
|
9251
9654
|
};
|
|
9252
9655
|
readonly defaults: {
|
|
9656
|
+
readonly iconType: "close";
|
|
9657
|
+
readonly strokeWidth: 1.5;
|
|
9253
9658
|
readonly styles: {
|
|
9659
|
+
readonly fontSize: "16@fs";
|
|
9660
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
9661
|
+
readonly fontWeight: "400";
|
|
9254
9662
|
readonly flexDirection: "row";
|
|
9255
|
-
readonly position: "
|
|
9663
|
+
readonly position: "absolute";
|
|
9256
9664
|
readonly zIndex: 1;
|
|
9257
9665
|
readonly alignSelf: "flex-start";
|
|
9258
9666
|
readonly flexGrow: 0;
|
|
9259
9667
|
readonly flexShrink: 0;
|
|
9260
|
-
readonly
|
|
9668
|
+
readonly top: "35@vs";
|
|
9669
|
+
readonly left: "24@s";
|
|
9670
|
+
readonly justifyContent: "center";
|
|
9261
9671
|
readonly alignItems: "center";
|
|
9262
|
-
readonly minHeight: "60px";
|
|
9263
9672
|
};
|
|
9673
|
+
readonly translateCounter: 1;
|
|
9674
|
+
readonly size: 24;
|
|
9264
9675
|
};
|
|
9265
9676
|
readonly types: {};
|
|
9266
9677
|
}, {
|
|
9267
9678
|
readonly schemaVersion: 2;
|
|
9268
9679
|
readonly pattern: {
|
|
9269
|
-
readonly type: "
|
|
9680
|
+
readonly type: "PaywallOptions";
|
|
9270
9681
|
readonly title: "title";
|
|
9271
9682
|
readonly description: "description";
|
|
9272
9683
|
readonly children: "node";
|
|
@@ -9308,13 +9719,13 @@ export declare const patterns: readonly [{
|
|
|
9308
9719
|
readonly right: "size";
|
|
9309
9720
|
readonly zIndex: "number";
|
|
9310
9721
|
};
|
|
9311
|
-
readonly
|
|
9722
|
+
readonly testID: "string";
|
|
9312
9723
|
};
|
|
9313
9724
|
};
|
|
9314
9725
|
readonly meta: {
|
|
9315
|
-
readonly desiredParent: readonly ["
|
|
9316
|
-
readonly label: "Paywall
|
|
9317
|
-
readonly description: "
|
|
9726
|
+
readonly desiredParent: readonly [">PaywallProvider"];
|
|
9727
|
+
readonly label: "Paywall Options";
|
|
9728
|
+
readonly description: "Paywall options selector component.";
|
|
9318
9729
|
readonly specialCategories: {
|
|
9319
9730
|
readonly padding: {
|
|
9320
9731
|
readonly label: "Padding";
|
|
@@ -9615,45 +10026,33 @@ export declare const patterns: readonly [{
|
|
|
9615
10026
|
readonly sort: 26;
|
|
9616
10027
|
};
|
|
9617
10028
|
};
|
|
9618
|
-
readonly delay: {
|
|
9619
|
-
readonly label: "Back Delay (ms)";
|
|
9620
|
-
readonly description: "Milliseconds before the paywall can be dismissed via back/close.";
|
|
9621
|
-
readonly category: "other";
|
|
9622
|
-
readonly specialCategory: null;
|
|
9623
|
-
readonly sort: 1;
|
|
9624
|
-
};
|
|
9625
|
-
};
|
|
9626
|
-
readonly mockableFeatures: {
|
|
9627
|
-
readonly products: true;
|
|
9628
|
-
readonly benefits: true;
|
|
9629
10029
|
};
|
|
9630
10030
|
readonly styles: {};
|
|
9631
10031
|
};
|
|
9632
10032
|
readonly defaults: {
|
|
9633
10033
|
readonly styles: {
|
|
9634
|
-
readonly flexDirection: "
|
|
10034
|
+
readonly flexDirection: "row";
|
|
9635
10035
|
readonly position: "relative";
|
|
9636
10036
|
readonly zIndex: 1;
|
|
9637
10037
|
readonly alignSelf: "flex-start";
|
|
9638
10038
|
readonly flexGrow: 0;
|
|
9639
10039
|
readonly flexShrink: 0;
|
|
9640
|
-
readonly
|
|
9641
|
-
readonly
|
|
10040
|
+
readonly justifyContent: "space-between";
|
|
10041
|
+
readonly alignItems: "center";
|
|
10042
|
+
readonly minHeight: "60px";
|
|
9642
10043
|
};
|
|
9643
10044
|
};
|
|
9644
10045
|
readonly types: {};
|
|
9645
10046
|
}, {
|
|
9646
10047
|
readonly schemaVersion: 2;
|
|
9647
10048
|
readonly pattern: {
|
|
9648
|
-
readonly type: "
|
|
10049
|
+
readonly type: "PaywallProvider";
|
|
9649
10050
|
readonly title: "title";
|
|
9650
10051
|
readonly description: "description";
|
|
9651
|
-
readonly children: "
|
|
10052
|
+
readonly children: "node";
|
|
9652
10053
|
readonly attributes: {
|
|
10054
|
+
readonly scrollable: "boolean";
|
|
9653
10055
|
readonly styles: {
|
|
9654
|
-
readonly color: "color";
|
|
9655
|
-
readonly fontSize: "size";
|
|
9656
|
-
readonly fontWeight: readonly ["normal", "bold", "100", "200", "300", "400", "500", "600", "700", "800", "900"];
|
|
9657
10056
|
readonly flexDirection: readonly ["row", "column"];
|
|
9658
10057
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
9659
10058
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -9689,36 +10088,14 @@ export declare const patterns: readonly [{
|
|
|
9689
10088
|
readonly right: "size";
|
|
9690
10089
|
readonly zIndex: "number";
|
|
9691
10090
|
};
|
|
9692
|
-
readonly
|
|
10091
|
+
readonly testID: "string";
|
|
10092
|
+
readonly delay: "number";
|
|
9693
10093
|
};
|
|
9694
10094
|
};
|
|
9695
10095
|
readonly meta: {
|
|
9696
|
-
readonly desiredParent: readonly ["
|
|
9697
|
-
readonly label: "Paywall
|
|
9698
|
-
readonly description: "
|
|
9699
|
-
readonly styles: {
|
|
9700
|
-
readonly color: {
|
|
9701
|
-
readonly label: "Color";
|
|
9702
|
-
readonly description: "Text color of the button.";
|
|
9703
|
-
readonly category: "style";
|
|
9704
|
-
readonly specialCategory: null;
|
|
9705
|
-
readonly sort: 1;
|
|
9706
|
-
};
|
|
9707
|
-
readonly fontSize: {
|
|
9708
|
-
readonly label: "Font Size";
|
|
9709
|
-
readonly description: "Text size of the button.";
|
|
9710
|
-
readonly category: "style";
|
|
9711
|
-
readonly specialCategory: null;
|
|
9712
|
-
readonly sort: 2;
|
|
9713
|
-
};
|
|
9714
|
-
readonly fontWeight: {
|
|
9715
|
-
readonly label: "Font Weight";
|
|
9716
|
-
readonly description: "Text weight of the button.";
|
|
9717
|
-
readonly category: "style";
|
|
9718
|
-
readonly specialCategory: null;
|
|
9719
|
-
readonly sort: 3;
|
|
9720
|
-
};
|
|
9721
|
-
};
|
|
10096
|
+
readonly desiredParent: readonly ["all"];
|
|
10097
|
+
readonly label: "Paywall Provider";
|
|
10098
|
+
readonly description: "Provider/wrapper for paywall screen components.";
|
|
9722
10099
|
readonly specialCategories: {
|
|
9723
10100
|
readonly padding: {
|
|
9724
10101
|
readonly label: "Padding";
|
|
@@ -10019,46 +10396,45 @@ export declare const patterns: readonly [{
|
|
|
10019
10396
|
readonly sort: 26;
|
|
10020
10397
|
};
|
|
10021
10398
|
};
|
|
10399
|
+
readonly delay: {
|
|
10400
|
+
readonly label: "Back Delay (ms)";
|
|
10401
|
+
readonly description: "Milliseconds before the paywall can be dismissed via back/close.";
|
|
10402
|
+
readonly category: "other";
|
|
10403
|
+
readonly specialCategory: null;
|
|
10404
|
+
readonly sort: 1;
|
|
10405
|
+
};
|
|
10406
|
+
};
|
|
10407
|
+
readonly mockableFeatures: {
|
|
10408
|
+
readonly products: true;
|
|
10409
|
+
readonly benefits: true;
|
|
10022
10410
|
};
|
|
10411
|
+
readonly styles: {};
|
|
10023
10412
|
};
|
|
10024
10413
|
readonly defaults: {
|
|
10025
10414
|
readonly styles: {
|
|
10026
|
-
readonly display: "flex";
|
|
10027
|
-
readonly alignItems: "center";
|
|
10028
|
-
readonly justifyContent: "center";
|
|
10029
|
-
readonly backgroundColor: "#6495ED";
|
|
10030
10415
|
readonly flexDirection: "column";
|
|
10031
10416
|
readonly position: "relative";
|
|
10032
10417
|
readonly zIndex: 1;
|
|
10033
10418
|
readonly alignSelf: "flex-start";
|
|
10034
10419
|
readonly flexGrow: 0;
|
|
10035
10420
|
readonly flexShrink: 0;
|
|
10036
|
-
readonly
|
|
10037
|
-
readonly
|
|
10038
|
-
readonly borderRadius: "12@s";
|
|
10039
|
-
readonly color: "#FFFFFF";
|
|
10040
|
-
readonly fontSize: "16@fs";
|
|
10041
|
-
readonly fontWeight: "700";
|
|
10421
|
+
readonly width: "100%";
|
|
10422
|
+
readonly height: "100%";
|
|
10042
10423
|
};
|
|
10043
10424
|
};
|
|
10044
10425
|
readonly types: {};
|
|
10045
10426
|
}, {
|
|
10046
10427
|
readonly schemaVersion: 2;
|
|
10047
10428
|
readonly pattern: {
|
|
10048
|
-
readonly type: "
|
|
10429
|
+
readonly type: "PaywallSubscribeButton";
|
|
10049
10430
|
readonly title: "title";
|
|
10050
10431
|
readonly description: "description";
|
|
10051
10432
|
readonly children: "string";
|
|
10052
10433
|
readonly attributes: {
|
|
10053
|
-
readonly adjustsFontSizeToFit: "boolean";
|
|
10054
|
-
readonly showEllipsis: "boolean";
|
|
10055
|
-
readonly translateCounter: "number";
|
|
10056
10434
|
readonly styles: {
|
|
10057
10435
|
readonly color: "color";
|
|
10058
10436
|
readonly fontSize: "size";
|
|
10059
|
-
readonly
|
|
10060
|
-
readonly fontWeight: "fontWeight";
|
|
10061
|
-
readonly textAlign: "string";
|
|
10437
|
+
readonly fontWeight: readonly ["normal", "bold", "100", "200", "300", "400", "500", "600", "700", "800", "900"];
|
|
10062
10438
|
readonly flexDirection: readonly ["row", "column"];
|
|
10063
10439
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
10064
10440
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -10093,77 +10469,65 @@ export declare const patterns: readonly [{
|
|
|
10093
10469
|
readonly left: "size";
|
|
10094
10470
|
readonly right: "size";
|
|
10095
10471
|
readonly zIndex: "number";
|
|
10096
|
-
readonly textDecorationLine: readonly ["none", "underline", "line-through"];
|
|
10097
10472
|
};
|
|
10098
10473
|
readonly scrollable: "boolean";
|
|
10099
|
-
readonly
|
|
10100
|
-
readonly hideIfItsNotDiscount: "boolean";
|
|
10474
|
+
readonly testID: "string";
|
|
10101
10475
|
};
|
|
10102
10476
|
};
|
|
10103
10477
|
readonly meta: {
|
|
10104
10478
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
10105
|
-
readonly label: "
|
|
10106
|
-
readonly description: "
|
|
10479
|
+
readonly label: "Paywall Subscribe Button";
|
|
10480
|
+
readonly description: "Paywall subscribe call-to-action button. Extends Button.";
|
|
10107
10481
|
readonly styles: {
|
|
10108
10482
|
readonly color: {
|
|
10109
10483
|
readonly label: "Color";
|
|
10110
|
-
readonly description: "Text color.";
|
|
10484
|
+
readonly description: "Text color of the button.";
|
|
10111
10485
|
readonly category: "style";
|
|
10112
10486
|
readonly specialCategory: null;
|
|
10113
10487
|
readonly sort: 1;
|
|
10114
10488
|
};
|
|
10115
10489
|
readonly fontSize: {
|
|
10116
10490
|
readonly label: "Font Size";
|
|
10117
|
-
readonly description: "Text size.";
|
|
10491
|
+
readonly description: "Text size of the button.";
|
|
10118
10492
|
readonly category: "style";
|
|
10119
10493
|
readonly specialCategory: null;
|
|
10120
10494
|
readonly sort: 2;
|
|
10121
|
-
readonly preferredScale: "s";
|
|
10122
|
-
};
|
|
10123
|
-
readonly fontFamily: {
|
|
10124
|
-
readonly label: "Font Family";
|
|
10125
|
-
readonly description: "Font family used for the text.";
|
|
10126
|
-
readonly category: "style";
|
|
10127
|
-
readonly specialCategory: null;
|
|
10128
|
-
readonly sort: 3;
|
|
10129
10495
|
};
|
|
10130
10496
|
readonly fontWeight: {
|
|
10131
10497
|
readonly label: "Font Weight";
|
|
10132
|
-
readonly description: "Text weight.";
|
|
10133
|
-
readonly category: "style";
|
|
10134
|
-
readonly specialCategory: null;
|
|
10135
|
-
readonly sort: 4;
|
|
10136
|
-
};
|
|
10137
|
-
readonly textAlign: {
|
|
10138
|
-
readonly label: "Text Align";
|
|
10139
|
-
readonly description: "Text alignment.";
|
|
10140
|
-
readonly category: "style";
|
|
10141
|
-
readonly specialCategory: null;
|
|
10142
|
-
readonly sort: 5;
|
|
10143
|
-
};
|
|
10144
|
-
readonly textDecorationLine: {
|
|
10145
|
-
readonly label: "Text Decoration";
|
|
10146
|
-
readonly description: "Text decoration line style (e.g. line-through for strikethrough).";
|
|
10498
|
+
readonly description: "Text weight of the button.";
|
|
10147
10499
|
readonly category: "style";
|
|
10148
10500
|
readonly specialCategory: null;
|
|
10149
|
-
readonly sort:
|
|
10501
|
+
readonly sort: 3;
|
|
10150
10502
|
};
|
|
10151
10503
|
};
|
|
10152
|
-
readonly
|
|
10153
|
-
readonly
|
|
10154
|
-
readonly label: "
|
|
10155
|
-
readonly description: "
|
|
10156
|
-
readonly category: "
|
|
10157
|
-
readonly specialCategory: null;
|
|
10504
|
+
readonly specialCategories: {
|
|
10505
|
+
readonly padding: {
|
|
10506
|
+
readonly label: "Padding";
|
|
10507
|
+
readonly description: "Uniform padding on all sides.";
|
|
10508
|
+
readonly category: "container";
|
|
10158
10509
|
readonly sort: 1;
|
|
10159
10510
|
};
|
|
10160
|
-
readonly
|
|
10161
|
-
readonly label: "
|
|
10162
|
-
readonly description: "
|
|
10163
|
-
readonly category: "
|
|
10164
|
-
readonly specialCategory: null;
|
|
10511
|
+
readonly margin: {
|
|
10512
|
+
readonly label: "Margin";
|
|
10513
|
+
readonly description: "Uniform margin on all sides.";
|
|
10514
|
+
readonly category: "container";
|
|
10165
10515
|
readonly sort: 2;
|
|
10166
10516
|
};
|
|
10517
|
+
readonly size: {
|
|
10518
|
+
readonly label: "Size";
|
|
10519
|
+
readonly description: "Fixed dimensions.";
|
|
10520
|
+
readonly category: "container";
|
|
10521
|
+
readonly sort: 3;
|
|
10522
|
+
};
|
|
10523
|
+
readonly offset: {
|
|
10524
|
+
readonly label: "Offset";
|
|
10525
|
+
readonly description: "Absolute positioning offsets.";
|
|
10526
|
+
readonly category: "container";
|
|
10527
|
+
readonly sort: 4;
|
|
10528
|
+
};
|
|
10529
|
+
};
|
|
10530
|
+
readonly attributes: {
|
|
10167
10531
|
readonly scrollable: {
|
|
10168
10532
|
readonly label: "Scrollable";
|
|
10169
10533
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -10437,69 +10801,35 @@ export declare const patterns: readonly [{
|
|
|
10437
10801
|
readonly sort: 26;
|
|
10438
10802
|
};
|
|
10439
10803
|
};
|
|
10440
|
-
readonly showOriginalPricePossible: {
|
|
10441
|
-
readonly label: "Show Original Price Possible";
|
|
10442
|
-
readonly description: "When enabled, shows the original price if available.";
|
|
10443
|
-
readonly category: "other";
|
|
10444
|
-
readonly specialCategory: null;
|
|
10445
|
-
readonly sort: 1;
|
|
10446
|
-
};
|
|
10447
|
-
readonly hideIfItsNotDiscount: {
|
|
10448
|
-
readonly label: "Hide If No Discount";
|
|
10449
|
-
readonly description: "Hides this element when there is no active discount/promo.";
|
|
10450
|
-
readonly category: "other";
|
|
10451
|
-
readonly specialCategory: null;
|
|
10452
|
-
readonly sort: 2;
|
|
10453
|
-
};
|
|
10454
|
-
};
|
|
10455
|
-
readonly specialCategories: {
|
|
10456
|
-
readonly padding: {
|
|
10457
|
-
readonly label: "Padding";
|
|
10458
|
-
readonly description: "Uniform padding on all sides.";
|
|
10459
|
-
readonly category: "container";
|
|
10460
|
-
readonly sort: 1;
|
|
10461
|
-
};
|
|
10462
|
-
readonly margin: {
|
|
10463
|
-
readonly label: "Margin";
|
|
10464
|
-
readonly description: "Uniform margin on all sides.";
|
|
10465
|
-
readonly category: "container";
|
|
10466
|
-
readonly sort: 2;
|
|
10467
|
-
};
|
|
10468
|
-
readonly size: {
|
|
10469
|
-
readonly label: "Size";
|
|
10470
|
-
readonly description: "Fixed dimensions.";
|
|
10471
|
-
readonly category: "container";
|
|
10472
|
-
readonly sort: 3;
|
|
10473
|
-
};
|
|
10474
|
-
readonly offset: {
|
|
10475
|
-
readonly label: "Offset";
|
|
10476
|
-
readonly description: "Absolute positioning offsets.";
|
|
10477
|
-
readonly category: "container";
|
|
10478
|
-
readonly sort: 4;
|
|
10479
|
-
};
|
|
10480
10804
|
};
|
|
10481
10805
|
};
|
|
10482
10806
|
readonly defaults: {
|
|
10483
|
-
readonly translateCounter: 1;
|
|
10484
10807
|
readonly styles: {
|
|
10485
|
-
readonly
|
|
10486
|
-
readonly
|
|
10487
|
-
readonly
|
|
10808
|
+
readonly display: "flex";
|
|
10809
|
+
readonly alignItems: "center";
|
|
10810
|
+
readonly justifyContent: "center";
|
|
10811
|
+
readonly backgroundColor: "#6495ED";
|
|
10488
10812
|
readonly flexDirection: "column";
|
|
10489
10813
|
readonly position: "relative";
|
|
10490
10814
|
readonly zIndex: 1;
|
|
10491
10815
|
readonly alignSelf: "flex-start";
|
|
10492
10816
|
readonly flexGrow: 0;
|
|
10493
10817
|
readonly flexShrink: 0;
|
|
10818
|
+
readonly paddingHorizontal: "20@s";
|
|
10819
|
+
readonly paddingVertical: "12@vs";
|
|
10820
|
+
readonly borderRadius: "12@s";
|
|
10821
|
+
readonly color: "#FFFFFF";
|
|
10822
|
+
readonly fontSize: "16@fs";
|
|
10823
|
+
readonly fontWeight: "700";
|
|
10494
10824
|
};
|
|
10495
10825
|
};
|
|
10496
10826
|
readonly types: {};
|
|
10497
10827
|
}, {
|
|
10498
10828
|
readonly schemaVersion: 2;
|
|
10499
10829
|
readonly pattern: {
|
|
10500
|
-
readonly type: "
|
|
10830
|
+
readonly type: "PriceTag";
|
|
10501
10831
|
readonly title: "title";
|
|
10502
|
-
readonly description: "
|
|
10832
|
+
readonly description: "description";
|
|
10503
10833
|
readonly children: "string";
|
|
10504
10834
|
readonly attributes: {
|
|
10505
10835
|
readonly adjustsFontSizeToFit: "boolean";
|
|
@@ -10545,14 +10875,18 @@ export declare const patterns: readonly [{
|
|
|
10545
10875
|
readonly left: "size";
|
|
10546
10876
|
readonly right: "size";
|
|
10547
10877
|
readonly zIndex: "number";
|
|
10878
|
+
readonly textDecorationLine: readonly ["none", "underline", "line-through"];
|
|
10548
10879
|
};
|
|
10549
10880
|
readonly scrollable: "boolean";
|
|
10881
|
+
readonly testID: "string";
|
|
10882
|
+
readonly showOriginalPricePossible: "boolean";
|
|
10883
|
+
readonly hideIfItsNotDiscount: "boolean";
|
|
10550
10884
|
};
|
|
10551
10885
|
};
|
|
10552
10886
|
readonly meta: {
|
|
10553
10887
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
10554
|
-
readonly label: "
|
|
10555
|
-
readonly description: "Displays
|
|
10888
|
+
readonly label: "Price Tag";
|
|
10889
|
+
readonly description: "Displays a price tag text. Extends Text.";
|
|
10556
10890
|
readonly styles: {
|
|
10557
10891
|
readonly color: {
|
|
10558
10892
|
readonly label: "Color";
|
|
@@ -10567,7 +10901,7 @@ export declare const patterns: readonly [{
|
|
|
10567
10901
|
readonly category: "style";
|
|
10568
10902
|
readonly specialCategory: null;
|
|
10569
10903
|
readonly sort: 2;
|
|
10570
|
-
readonly preferredScale: "
|
|
10904
|
+
readonly preferredScale: "f";
|
|
10571
10905
|
};
|
|
10572
10906
|
readonly fontFamily: {
|
|
10573
10907
|
readonly label: "Font Family";
|
|
@@ -10590,6 +10924,13 @@ export declare const patterns: readonly [{
|
|
|
10590
10924
|
readonly specialCategory: null;
|
|
10591
10925
|
readonly sort: 5;
|
|
10592
10926
|
};
|
|
10927
|
+
readonly textDecorationLine: {
|
|
10928
|
+
readonly label: "Text Decoration";
|
|
10929
|
+
readonly description: "Text decoration line style (e.g. line-through for strikethrough).";
|
|
10930
|
+
readonly category: "style";
|
|
10931
|
+
readonly specialCategory: null;
|
|
10932
|
+
readonly sort: 6;
|
|
10933
|
+
};
|
|
10593
10934
|
};
|
|
10594
10935
|
readonly attributes: {
|
|
10595
10936
|
readonly adjustsFontSizeToFit: {
|
|
@@ -10879,6 +11220,20 @@ export declare const patterns: readonly [{
|
|
|
10879
11220
|
readonly sort: 26;
|
|
10880
11221
|
};
|
|
10881
11222
|
};
|
|
11223
|
+
readonly showOriginalPricePossible: {
|
|
11224
|
+
readonly label: "Show Original Price Possible";
|
|
11225
|
+
readonly description: "When enabled, shows the original price if available.";
|
|
11226
|
+
readonly category: "other";
|
|
11227
|
+
readonly specialCategory: null;
|
|
11228
|
+
readonly sort: 1;
|
|
11229
|
+
};
|
|
11230
|
+
readonly hideIfItsNotDiscount: {
|
|
11231
|
+
readonly label: "Hide If No Discount";
|
|
11232
|
+
readonly description: "Hides this element when there is no active discount/promo.";
|
|
11233
|
+
readonly category: "other";
|
|
11234
|
+
readonly specialCategory: null;
|
|
11235
|
+
readonly sort: 2;
|
|
11236
|
+
};
|
|
10882
11237
|
};
|
|
10883
11238
|
readonly specialCategories: {
|
|
10884
11239
|
readonly padding: {
|
|
@@ -10908,27 +11263,26 @@ export declare const patterns: readonly [{
|
|
|
10908
11263
|
};
|
|
10909
11264
|
};
|
|
10910
11265
|
readonly defaults: {
|
|
10911
|
-
readonly translateCounter:
|
|
11266
|
+
readonly translateCounter: 1;
|
|
10912
11267
|
readonly styles: {
|
|
10913
|
-
readonly color: "
|
|
10914
|
-
readonly fontSize: "
|
|
10915
|
-
readonly fontWeight: "
|
|
11268
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
11269
|
+
readonly fontSize: "16@fs";
|
|
11270
|
+
readonly fontWeight: "700";
|
|
10916
11271
|
readonly flexDirection: "column";
|
|
10917
11272
|
readonly position: "relative";
|
|
10918
11273
|
readonly zIndex: 1;
|
|
10919
11274
|
readonly alignSelf: "flex-start";
|
|
10920
11275
|
readonly flexGrow: 0;
|
|
10921
11276
|
readonly flexShrink: 0;
|
|
10922
|
-
readonly textAlign: "center";
|
|
10923
11277
|
};
|
|
10924
11278
|
};
|
|
10925
11279
|
readonly types: {};
|
|
10926
11280
|
}, {
|
|
10927
11281
|
readonly schemaVersion: 2;
|
|
10928
11282
|
readonly pattern: {
|
|
10929
|
-
readonly type: "
|
|
11283
|
+
readonly type: "Pricing";
|
|
10930
11284
|
readonly title: "title";
|
|
10931
|
-
readonly description: "base.builder.paywall.
|
|
11285
|
+
readonly description: "base.builder.paywall.pricing.default.text";
|
|
10932
11286
|
readonly children: "string";
|
|
10933
11287
|
readonly attributes: {
|
|
10934
11288
|
readonly adjustsFontSizeToFit: "boolean";
|
|
@@ -10976,12 +11330,13 @@ export declare const patterns: readonly [{
|
|
|
10976
11330
|
readonly zIndex: "number";
|
|
10977
11331
|
};
|
|
10978
11332
|
readonly scrollable: "boolean";
|
|
11333
|
+
readonly testID: "string";
|
|
10979
11334
|
};
|
|
10980
11335
|
};
|
|
10981
11336
|
readonly meta: {
|
|
10982
11337
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
10983
|
-
readonly label: "
|
|
10984
|
-
readonly description: "Displays
|
|
11338
|
+
readonly label: "Pricing";
|
|
11339
|
+
readonly description: "Displays pricing details (e.g. promo/trial breakdown). Extends Text.";
|
|
10985
11340
|
readonly styles: {
|
|
10986
11341
|
readonly color: {
|
|
10987
11342
|
readonly label: "Color";
|
|
@@ -10996,7 +11351,7 @@ export declare const patterns: readonly [{
|
|
|
10996
11351
|
readonly category: "style";
|
|
10997
11352
|
readonly specialCategory: null;
|
|
10998
11353
|
readonly sort: 2;
|
|
10999
|
-
readonly preferredScale: "
|
|
11354
|
+
readonly preferredScale: "f";
|
|
11000
11355
|
};
|
|
11001
11356
|
readonly fontFamily: {
|
|
11002
11357
|
readonly label: "Font Family";
|
|
@@ -11339,9 +11694,9 @@ export declare const patterns: readonly [{
|
|
|
11339
11694
|
readonly defaults: {
|
|
11340
11695
|
readonly translateCounter: 2;
|
|
11341
11696
|
readonly styles: {
|
|
11342
|
-
readonly color: "
|
|
11697
|
+
readonly color: "rgba(255,255,255,0.6)";
|
|
11343
11698
|
readonly fontSize: "12@fs";
|
|
11344
|
-
readonly fontWeight: "
|
|
11699
|
+
readonly fontWeight: "400";
|
|
11345
11700
|
readonly flexDirection: "column";
|
|
11346
11701
|
readonly position: "relative";
|
|
11347
11702
|
readonly zIndex: 1;
|
|
@@ -11355,13 +11710,20 @@ export declare const patterns: readonly [{
|
|
|
11355
11710
|
}, {
|
|
11356
11711
|
readonly schemaVersion: 2;
|
|
11357
11712
|
readonly pattern: {
|
|
11358
|
-
readonly type: "
|
|
11713
|
+
readonly type: "Promo";
|
|
11359
11714
|
readonly title: "title";
|
|
11360
|
-
readonly description: "
|
|
11361
|
-
readonly children: "
|
|
11715
|
+
readonly description: "base.builder.paywall.promo.default.text";
|
|
11716
|
+
readonly children: "string";
|
|
11362
11717
|
readonly attributes: {
|
|
11363
|
-
readonly
|
|
11718
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
11719
|
+
readonly showEllipsis: "boolean";
|
|
11720
|
+
readonly translateCounter: "number";
|
|
11364
11721
|
readonly styles: {
|
|
11722
|
+
readonly color: "color";
|
|
11723
|
+
readonly fontSize: "size";
|
|
11724
|
+
readonly fontFamily: "fontFamily";
|
|
11725
|
+
readonly fontWeight: "fontWeight";
|
|
11726
|
+
readonly textAlign: "string";
|
|
11365
11727
|
readonly flexDirection: readonly ["row", "column"];
|
|
11366
11728
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
11367
11729
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -11397,42 +11759,67 @@ export declare const patterns: readonly [{
|
|
|
11397
11759
|
readonly right: "size";
|
|
11398
11760
|
readonly zIndex: "number";
|
|
11399
11761
|
};
|
|
11400
|
-
readonly
|
|
11401
|
-
readonly
|
|
11402
|
-
readonly size: "number";
|
|
11762
|
+
readonly scrollable: "boolean";
|
|
11763
|
+
readonly testID: "string";
|
|
11403
11764
|
};
|
|
11404
11765
|
};
|
|
11405
11766
|
readonly meta: {
|
|
11406
|
-
readonly desiredParent: readonly ["
|
|
11407
|
-
readonly label: "
|
|
11408
|
-
readonly description: "
|
|
11409
|
-
readonly
|
|
11410
|
-
readonly
|
|
11411
|
-
readonly label: "
|
|
11412
|
-
readonly description: "
|
|
11413
|
-
readonly category: "
|
|
11767
|
+
readonly desiredParent: readonly [">PaywallProvider"];
|
|
11768
|
+
readonly label: "Promo";
|
|
11769
|
+
readonly description: "Displays promotional badge/text (e.g. discount percentage). Extends Text.";
|
|
11770
|
+
readonly styles: {
|
|
11771
|
+
readonly color: {
|
|
11772
|
+
readonly label: "Color";
|
|
11773
|
+
readonly description: "Text color.";
|
|
11774
|
+
readonly category: "style";
|
|
11775
|
+
readonly specialCategory: null;
|
|
11414
11776
|
readonly sort: 1;
|
|
11415
11777
|
};
|
|
11416
|
-
readonly
|
|
11417
|
-
readonly label: "
|
|
11418
|
-
readonly description: "
|
|
11419
|
-
readonly category: "
|
|
11778
|
+
readonly fontSize: {
|
|
11779
|
+
readonly label: "Font Size";
|
|
11780
|
+
readonly description: "Text size.";
|
|
11781
|
+
readonly category: "style";
|
|
11782
|
+
readonly specialCategory: null;
|
|
11420
11783
|
readonly sort: 2;
|
|
11784
|
+
readonly preferredScale: "f";
|
|
11421
11785
|
};
|
|
11422
|
-
readonly
|
|
11423
|
-
readonly label: "
|
|
11424
|
-
readonly description: "
|
|
11425
|
-
readonly category: "
|
|
11786
|
+
readonly fontFamily: {
|
|
11787
|
+
readonly label: "Font Family";
|
|
11788
|
+
readonly description: "Font family used for the text.";
|
|
11789
|
+
readonly category: "style";
|
|
11790
|
+
readonly specialCategory: null;
|
|
11426
11791
|
readonly sort: 3;
|
|
11427
11792
|
};
|
|
11428
|
-
readonly
|
|
11429
|
-
readonly label: "
|
|
11430
|
-
readonly description: "
|
|
11431
|
-
readonly category: "
|
|
11793
|
+
readonly fontWeight: {
|
|
11794
|
+
readonly label: "Font Weight";
|
|
11795
|
+
readonly description: "Text weight.";
|
|
11796
|
+
readonly category: "style";
|
|
11797
|
+
readonly specialCategory: null;
|
|
11432
11798
|
readonly sort: 4;
|
|
11433
11799
|
};
|
|
11800
|
+
readonly textAlign: {
|
|
11801
|
+
readonly label: "Text Align";
|
|
11802
|
+
readonly description: "Text alignment.";
|
|
11803
|
+
readonly category: "style";
|
|
11804
|
+
readonly specialCategory: null;
|
|
11805
|
+
readonly sort: 5;
|
|
11806
|
+
};
|
|
11434
11807
|
};
|
|
11435
11808
|
readonly attributes: {
|
|
11809
|
+
readonly adjustsFontSizeToFit: {
|
|
11810
|
+
readonly label: "Adjust Font Size To Fit";
|
|
11811
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
11812
|
+
readonly category: "other";
|
|
11813
|
+
readonly specialCategory: null;
|
|
11814
|
+
readonly sort: 1;
|
|
11815
|
+
};
|
|
11816
|
+
readonly showEllipsis: {
|
|
11817
|
+
readonly label: "Show Ellipsis";
|
|
11818
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
11819
|
+
readonly category: "other";
|
|
11820
|
+
readonly specialCategory: null;
|
|
11821
|
+
readonly sort: 2;
|
|
11822
|
+
};
|
|
11436
11823
|
readonly scrollable: {
|
|
11437
11824
|
readonly label: "Scrollable";
|
|
11438
11825
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -11706,103 +12093,54 @@ export declare const patterns: readonly [{
|
|
|
11706
12093
|
readonly sort: 26;
|
|
11707
12094
|
};
|
|
11708
12095
|
};
|
|
11709
|
-
|
|
11710
|
-
|
|
11711
|
-
|
|
11712
|
-
readonly
|
|
11713
|
-
readonly
|
|
12096
|
+
};
|
|
12097
|
+
readonly specialCategories: {
|
|
12098
|
+
readonly padding: {
|
|
12099
|
+
readonly label: "Padding";
|
|
12100
|
+
readonly description: "Uniform padding on all sides.";
|
|
12101
|
+
readonly category: "container";
|
|
11714
12102
|
readonly sort: 1;
|
|
11715
12103
|
};
|
|
12104
|
+
readonly margin: {
|
|
12105
|
+
readonly label: "Margin";
|
|
12106
|
+
readonly description: "Uniform margin on all sides.";
|
|
12107
|
+
readonly category: "container";
|
|
12108
|
+
readonly sort: 2;
|
|
12109
|
+
};
|
|
11716
12110
|
readonly size: {
|
|
11717
12111
|
readonly label: "Size";
|
|
11718
|
-
readonly description: "
|
|
11719
|
-
readonly category: "
|
|
11720
|
-
readonly
|
|
11721
|
-
readonly sort: 2;
|
|
12112
|
+
readonly description: "Fixed dimensions.";
|
|
12113
|
+
readonly category: "container";
|
|
12114
|
+
readonly sort: 3;
|
|
11722
12115
|
};
|
|
11723
|
-
readonly
|
|
11724
|
-
readonly label: "
|
|
11725
|
-
readonly description: "
|
|
11726
|
-
readonly category: "
|
|
11727
|
-
readonly
|
|
11728
|
-
readonly sort: 0;
|
|
12116
|
+
readonly offset: {
|
|
12117
|
+
readonly label: "Offset";
|
|
12118
|
+
readonly description: "Absolute positioning offsets.";
|
|
12119
|
+
readonly category: "container";
|
|
12120
|
+
readonly sort: 4;
|
|
11729
12121
|
};
|
|
11730
12122
|
};
|
|
11731
|
-
readonly styles: {};
|
|
11732
12123
|
};
|
|
11733
12124
|
readonly defaults: {
|
|
12125
|
+
readonly translateCounter: 2;
|
|
11734
12126
|
readonly styles: {
|
|
12127
|
+
readonly color: "#34D399";
|
|
12128
|
+
readonly fontSize: "12@fs";
|
|
12129
|
+
readonly fontWeight: "600";
|
|
11735
12130
|
readonly flexDirection: "column";
|
|
11736
12131
|
readonly position: "relative";
|
|
11737
12132
|
readonly zIndex: 1;
|
|
11738
12133
|
readonly alignSelf: "flex-start";
|
|
11739
12134
|
readonly flexGrow: 0;
|
|
11740
12135
|
readonly flexShrink: 0;
|
|
12136
|
+
readonly textAlign: "center";
|
|
11741
12137
|
};
|
|
11742
12138
|
};
|
|
11743
12139
|
readonly types: {};
|
|
11744
12140
|
}, {
|
|
11745
12141
|
readonly schemaVersion: 2;
|
|
11746
12142
|
readonly pattern: {
|
|
11747
|
-
readonly type: "
|
|
11748
|
-
readonly title: "title";
|
|
11749
|
-
readonly description: "description";
|
|
11750
|
-
readonly children: "never";
|
|
11751
|
-
readonly attributes: {
|
|
11752
|
-
readonly styles: {
|
|
11753
|
-
readonly backgroundColor: "color";
|
|
11754
|
-
readonly width: "size";
|
|
11755
|
-
readonly height: "size";
|
|
11756
|
-
readonly marginHorizontal: "size";
|
|
11757
|
-
readonly marginVertical: "size";
|
|
11758
|
-
readonly marginTop: "size";
|
|
11759
|
-
readonly marginBottom: "size";
|
|
11760
|
-
};
|
|
11761
|
-
};
|
|
11762
|
-
};
|
|
11763
|
-
readonly meta: {
|
|
11764
|
-
readonly desiredParent: readonly ["all"];
|
|
11765
|
-
readonly label: "Separator";
|
|
11766
|
-
readonly description: "Horizontal line separator.";
|
|
11767
|
-
readonly attributes: {
|
|
11768
|
-
readonly styles: {
|
|
11769
|
-
readonly backgroundColor: {
|
|
11770
|
-
readonly label: "Color";
|
|
11771
|
-
readonly description: "Separator line color.";
|
|
11772
|
-
readonly category: "style";
|
|
11773
|
-
readonly specialCategory: null;
|
|
11774
|
-
readonly sort: 1;
|
|
11775
|
-
};
|
|
11776
|
-
readonly width: {
|
|
11777
|
-
readonly label: "Width";
|
|
11778
|
-
readonly description: "Separator width.";
|
|
11779
|
-
readonly category: "container";
|
|
11780
|
-
readonly specialCategory: null;
|
|
11781
|
-
readonly sort: 1;
|
|
11782
|
-
readonly preferredScale: "s";
|
|
11783
|
-
};
|
|
11784
|
-
readonly height: {
|
|
11785
|
-
readonly label: "Height";
|
|
11786
|
-
readonly description: "Separator thickness.";
|
|
11787
|
-
readonly category: "container";
|
|
11788
|
-
readonly specialCategory: null;
|
|
11789
|
-
readonly sort: 2;
|
|
11790
|
-
readonly preferredScale: "vs";
|
|
11791
|
-
};
|
|
11792
|
-
};
|
|
11793
|
-
};
|
|
11794
|
-
};
|
|
11795
|
-
readonly defaults: {
|
|
11796
|
-
readonly styles: {
|
|
11797
|
-
readonly width: "100%";
|
|
11798
|
-
readonly height: 2;
|
|
11799
|
-
readonly backgroundColor: "#000000";
|
|
11800
|
-
};
|
|
11801
|
-
};
|
|
11802
|
-
}, {
|
|
11803
|
-
readonly schemaVersion: 2;
|
|
11804
|
-
readonly pattern: {
|
|
11805
|
-
readonly type: "StatusBarColor";
|
|
12143
|
+
readonly type: "RadioButton";
|
|
11806
12144
|
readonly title: "title";
|
|
11807
12145
|
readonly description: "description";
|
|
11808
12146
|
readonly children: "never";
|
|
@@ -11844,12 +12182,16 @@ export declare const patterns: readonly [{
|
|
|
11844
12182
|
readonly right: "size";
|
|
11845
12183
|
readonly zIndex: "number";
|
|
11846
12184
|
};
|
|
12185
|
+
readonly testID: "string";
|
|
12186
|
+
readonly selected: "boolean";
|
|
12187
|
+
readonly color: "color";
|
|
12188
|
+
readonly size: "number";
|
|
11847
12189
|
};
|
|
11848
12190
|
};
|
|
11849
12191
|
readonly meta: {
|
|
11850
12192
|
readonly desiredParent: readonly ["all"];
|
|
11851
|
-
readonly label: "
|
|
11852
|
-
readonly description: "
|
|
12193
|
+
readonly label: "Radio Button";
|
|
12194
|
+
readonly description: "Generic radio button icon.";
|
|
11853
12195
|
readonly specialCategories: {
|
|
11854
12196
|
readonly padding: {
|
|
11855
12197
|
readonly label: "Padding";
|
|
@@ -12150,16 +12492,29 @@ export declare const patterns: readonly [{
|
|
|
12150
12492
|
readonly sort: 26;
|
|
12151
12493
|
};
|
|
12152
12494
|
};
|
|
12153
|
-
|
|
12154
|
-
|
|
12155
|
-
|
|
12156
|
-
readonly label: "Background Color";
|
|
12157
|
-
readonly description: "Status bar background color.";
|
|
12495
|
+
readonly color: {
|
|
12496
|
+
readonly label: "Color";
|
|
12497
|
+
readonly description: "Radio color.";
|
|
12158
12498
|
readonly category: "style";
|
|
12159
12499
|
readonly specialCategory: null;
|
|
12160
12500
|
readonly sort: 1;
|
|
12161
12501
|
};
|
|
12502
|
+
readonly size: {
|
|
12503
|
+
readonly label: "Size";
|
|
12504
|
+
readonly description: "Radio size in px.";
|
|
12505
|
+
readonly category: "style";
|
|
12506
|
+
readonly specialCategory: null;
|
|
12507
|
+
readonly sort: 2;
|
|
12508
|
+
};
|
|
12509
|
+
readonly selected: {
|
|
12510
|
+
readonly label: "Selected";
|
|
12511
|
+
readonly description: "Whether the radio is selected.";
|
|
12512
|
+
readonly category: "other";
|
|
12513
|
+
readonly specialCategory: null;
|
|
12514
|
+
readonly sort: 0;
|
|
12515
|
+
};
|
|
12162
12516
|
};
|
|
12517
|
+
readonly styles: {};
|
|
12163
12518
|
};
|
|
12164
12519
|
readonly defaults: {
|
|
12165
12520
|
readonly styles: {
|
|
@@ -12169,10 +12524,101 @@ export declare const patterns: readonly [{
|
|
|
12169
12524
|
readonly alignSelf: "flex-start";
|
|
12170
12525
|
readonly flexGrow: 0;
|
|
12171
12526
|
readonly flexShrink: 0;
|
|
12172
|
-
readonly backgroundColor: "THEME_COLORS.BACKGROUND";
|
|
12173
12527
|
};
|
|
12174
12528
|
};
|
|
12175
12529
|
readonly types: {};
|
|
12530
|
+
}, {
|
|
12531
|
+
readonly schemaVersion: 2;
|
|
12532
|
+
readonly pattern: {
|
|
12533
|
+
readonly type: "Separator";
|
|
12534
|
+
readonly title: "title";
|
|
12535
|
+
readonly description: "description";
|
|
12536
|
+
readonly children: "never";
|
|
12537
|
+
readonly attributes: {
|
|
12538
|
+
readonly styles: {
|
|
12539
|
+
readonly backgroundColor: "color";
|
|
12540
|
+
readonly width: "size";
|
|
12541
|
+
readonly height: "size";
|
|
12542
|
+
readonly marginHorizontal: "size";
|
|
12543
|
+
readonly marginVertical: "size";
|
|
12544
|
+
readonly marginTop: "size";
|
|
12545
|
+
readonly marginBottom: "size";
|
|
12546
|
+
};
|
|
12547
|
+
readonly testID: "string";
|
|
12548
|
+
};
|
|
12549
|
+
};
|
|
12550
|
+
readonly meta: {
|
|
12551
|
+
readonly desiredParent: readonly ["all"];
|
|
12552
|
+
readonly label: "Separator";
|
|
12553
|
+
readonly description: "Horizontal line separator.";
|
|
12554
|
+
readonly attributes: {
|
|
12555
|
+
readonly styles: {
|
|
12556
|
+
readonly backgroundColor: {
|
|
12557
|
+
readonly label: "Color";
|
|
12558
|
+
readonly description: "Separator line color.";
|
|
12559
|
+
readonly category: "style";
|
|
12560
|
+
readonly specialCategory: null;
|
|
12561
|
+
readonly sort: 1;
|
|
12562
|
+
};
|
|
12563
|
+
readonly width: {
|
|
12564
|
+
readonly label: "Width";
|
|
12565
|
+
readonly description: "Separator width.";
|
|
12566
|
+
readonly category: "container";
|
|
12567
|
+
readonly specialCategory: null;
|
|
12568
|
+
readonly sort: 1;
|
|
12569
|
+
readonly preferredScale: "s";
|
|
12570
|
+
};
|
|
12571
|
+
readonly height: {
|
|
12572
|
+
readonly label: "Height";
|
|
12573
|
+
readonly description: "Separator thickness.";
|
|
12574
|
+
readonly category: "container";
|
|
12575
|
+
readonly specialCategory: null;
|
|
12576
|
+
readonly sort: 2;
|
|
12577
|
+
readonly preferredScale: "vs";
|
|
12578
|
+
};
|
|
12579
|
+
};
|
|
12580
|
+
};
|
|
12581
|
+
};
|
|
12582
|
+
readonly defaults: {
|
|
12583
|
+
readonly styles: {
|
|
12584
|
+
readonly width: "100%";
|
|
12585
|
+
readonly height: 2;
|
|
12586
|
+
readonly backgroundColor: "#000000";
|
|
12587
|
+
};
|
|
12588
|
+
};
|
|
12589
|
+
}, {
|
|
12590
|
+
readonly schemaVersion: 2;
|
|
12591
|
+
readonly pattern: {
|
|
12592
|
+
readonly type: "StatusBarColor";
|
|
12593
|
+
readonly title: "title";
|
|
12594
|
+
readonly description: "description";
|
|
12595
|
+
readonly children: "never";
|
|
12596
|
+
readonly attributes: {
|
|
12597
|
+
readonly styles: {
|
|
12598
|
+
readonly backgroundColor: "color";
|
|
12599
|
+
};
|
|
12600
|
+
readonly testID: "string";
|
|
12601
|
+
};
|
|
12602
|
+
};
|
|
12603
|
+
readonly meta: {
|
|
12604
|
+
readonly desiredParent: readonly ["all"];
|
|
12605
|
+
readonly label: "Status Bar Color";
|
|
12606
|
+
readonly description: "Sets the OS status bar background color.";
|
|
12607
|
+
readonly styles: {
|
|
12608
|
+
readonly backgroundColor: {
|
|
12609
|
+
readonly label: "Background Color";
|
|
12610
|
+
readonly description: "Status bar background color.";
|
|
12611
|
+
readonly category: "style";
|
|
12612
|
+
readonly specialCategory: null;
|
|
12613
|
+
readonly sort: 1;
|
|
12614
|
+
};
|
|
12615
|
+
};
|
|
12616
|
+
};
|
|
12617
|
+
readonly defaults: {
|
|
12618
|
+
readonly styles: {
|
|
12619
|
+
readonly backgroundColor: "THEME_COLORS.BACKGROUND";
|
|
12620
|
+
};
|
|
12621
|
+
};
|
|
12176
12622
|
}, {
|
|
12177
12623
|
readonly schemaVersion: 2;
|
|
12178
12624
|
readonly pattern: {
|
|
@@ -12223,6 +12669,7 @@ export declare const patterns: readonly [{
|
|
|
12223
12669
|
readonly fontWeight: "fontWeight";
|
|
12224
12670
|
readonly textAlign: "string";
|
|
12225
12671
|
};
|
|
12672
|
+
readonly testID: "string";
|
|
12226
12673
|
readonly adjustsFontSizeToFit: "boolean";
|
|
12227
12674
|
readonly showEllipsis: "boolean";
|
|
12228
12675
|
readonly translateCounter: "number";
|
|
@@ -12561,7 +13008,7 @@ export declare const patterns: readonly [{
|
|
|
12561
13008
|
readonly category: "style";
|
|
12562
13009
|
readonly specialCategory: null;
|
|
12563
13010
|
readonly sort: 2;
|
|
12564
|
-
readonly preferredScale: "
|
|
13011
|
+
readonly preferredScale: "f";
|
|
12565
13012
|
};
|
|
12566
13013
|
readonly fontFamily: {
|
|
12567
13014
|
readonly label: "Font Family";
|
|
@@ -12646,6 +13093,7 @@ export declare const patterns: readonly [{
|
|
|
12646
13093
|
readonly right: "size";
|
|
12647
13094
|
readonly zIndex: "number";
|
|
12648
13095
|
};
|
|
13096
|
+
readonly testID: "string";
|
|
12649
13097
|
};
|
|
12650
13098
|
};
|
|
12651
13099
|
readonly meta: {
|