@developer_tribe/react-builder 1.2.37 → 1.2.38
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 +1 -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 +1 -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 +1445 -1015
- 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 +90 -51
- package/src/assets/samples/vpn-onboard-2.json +90 -51
- package/src/assets/samples/vpn-onboard-3.json +84 -48
- package/src/assets/samples/vpn-onboard-4.json +84 -48
- package/src/assets/samples/vpn-onboard-5.json +126 -73
- package/src/assets/samples/vpn-onboard-6.json +90 -51
- package/src/assets/samples/vpn-onboard-7.json +88 -50
- package/src/build-components/BIcon/BIconProps.generated.ts +1 -0
- package/src/build-components/BIcon/pattern.json +2 -1
- package/src/build-components/BackgroundImage/BackgroundImageProps.generated.ts +1 -0
- package/src/build-components/BackgroundImage/pattern.json +2 -1
- package/src/build-components/Button/ButtonProps.generated.ts +1 -0
- package/src/build-components/Button/pattern.json +2 -1
- package/src/build-components/Carousel/CarouselProps.generated.ts +1 -0
- package/src/build-components/Carousel/pattern.json +2 -1
- package/src/build-components/CarouselButtons/CarouselButtonsProps.generated.ts +1 -0
- package/src/build-components/CarouselButtons/pattern.json +2 -1
- package/src/build-components/CarouselDots/CarouselDotsProps.generated.ts +1 -0
- package/src/build-components/CarouselDots/pattern.json +2 -1
- package/src/build-components/CarouselItem/CarouselItemProps.generated.ts +1 -0
- package/src/build-components/CarouselItem/pattern.json +4 -1
- package/src/build-components/CarouselProvider/CarouselProviderProps.generated.ts +1 -0
- package/src/build-components/CarouselProvider/pattern.json +3 -0
- package/src/build-components/CountDown/CountDownProps.generated.ts +1 -0
- package/src/build-components/CountDown/pattern.json +2 -1
- package/src/build-components/Image/ImageProps.generated.ts +1 -0
- package/src/build-components/Image/pattern.json +2 -1
- package/src/build-components/Main/MainProps.generated.ts +1 -0
- package/src/build-components/Main/pattern.json +2 -1
- package/src/build-components/NavigationBarColor/NavigationBarColorProps.generated.ts +1 -0
- package/src/build-components/NavigationBarColor/pattern.json +2 -1
- package/src/build-components/Onboard/OnboardProps.generated.ts +1 -0
- package/src/build-components/Onboard/pattern.json +4 -1
- 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/OnboardButtons/pattern.json +2 -1
- package/src/build-components/OnboardDot/OnboardDotProps.generated.ts +1 -0
- package/src/build-components/OnboardDot/pattern.json +2 -1
- package/src/build-components/OnboardFooter/OnboardFooter.tsx +3 -3
- package/src/build-components/OnboardFooter/OnboardFooterProps.generated.ts +1 -0
- package/src/build-components/OnboardFooter/pattern.json +2 -1
- package/src/build-components/OnboardImage/OnboardImageProps.generated.ts +1 -0
- package/src/build-components/OnboardImage/pattern.json +2 -1
- package/src/build-components/OnboardItem/OnboardItemProps.generated.ts +1 -0
- package/src/build-components/OnboardItem/pattern.json +2 -1
- package/src/build-components/OnboardProvider/OnboardProviderProps.generated.ts +1 -0
- package/src/build-components/OnboardProvider/pattern.json +2 -1
- package/src/build-components/OnboardSubtitle/OnboardSubtitleProps.generated.ts +1 -0
- package/src/build-components/OnboardSubtitle/pattern.json +4 -1
- package/src/build-components/OnboardTitle/OnboardTitleProps.generated.ts +1 -0
- package/src/build-components/OnboardTitle/pattern.json +4 -1
- package/src/build-components/PaywallBackground/PaywallBackgroundProps.generated.ts +1 -0
- package/src/build-components/PaywallBackground/pattern.json +3 -0
- package/src/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.ts +1 -0
- package/src/build-components/PaywallCloseButton/pattern.json +4 -1
- package/src/build-components/PaywallOptions/PaywallOptionsProps.generated.ts +1 -0
- package/src/build-components/PaywallOptions/pattern.json +4 -1
- package/src/build-components/PaywallProvider/PaywallProviderProps.generated.ts +1 -0
- package/src/build-components/PaywallProvider/pattern.json +2 -1
- package/src/build-components/PaywallSubscribeButton/PaywallSubscribeButtonProps.generated.ts +1 -0
- package/src/build-components/PaywallSubscribeButton/pattern.json +4 -1
- package/src/build-components/PriceTag/PriceTagProps.generated.ts +1 -0
- package/src/build-components/PriceTag/pattern.json +2 -1
- package/src/build-components/Pricing/PricingProps.generated.ts +1 -0
- package/src/build-components/Pricing/pattern.json +4 -1
- package/src/build-components/Promo/PromoProps.generated.ts +1 -0
- package/src/build-components/Promo/pattern.json +4 -1
- package/src/build-components/RadioButton/RadioButtonProps.generated.ts +1 -0
- package/src/build-components/RadioButton/pattern.json +2 -1
- 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 +3 -2
- 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 +1544 -1136
- 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
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"title": "Main 1",
|
|
13
13
|
"styles": {
|
|
14
14
|
"paddingBottom": 16
|
|
15
|
-
}
|
|
15
|
+
},
|
|
16
|
+
"testID": "Main-test-id"
|
|
16
17
|
},
|
|
17
18
|
"children": [
|
|
18
19
|
{
|
|
@@ -22,7 +23,8 @@
|
|
|
22
23
|
"description": "Status bar background color.",
|
|
23
24
|
"styles": {
|
|
24
25
|
"backgroundColor": "THEME_COLORS.BACKGROUND"
|
|
25
|
-
}
|
|
26
|
+
},
|
|
27
|
+
"testID": "StatusBarColor-test-id"
|
|
26
28
|
},
|
|
27
29
|
"children": null
|
|
28
30
|
},
|
|
@@ -33,7 +35,8 @@
|
|
|
33
35
|
"description": "Navigation bar background color.",
|
|
34
36
|
"styles": {
|
|
35
37
|
"backgroundColor": "THEME_COLORS.BACKGROUND"
|
|
36
|
-
}
|
|
38
|
+
},
|
|
39
|
+
"testID": "NavigationBarColor-test-id"
|
|
37
40
|
},
|
|
38
41
|
"children": null
|
|
39
42
|
},
|
|
@@ -55,7 +58,8 @@
|
|
|
55
58
|
"lottie": "https://vpn111-stage.s3.eu-central-1.amazonaws.com/onboard/lottie/0be045f9fe44c790a4525a1a6bc4b837.json",
|
|
56
59
|
"styles": {
|
|
57
60
|
"height": 400
|
|
58
|
-
}
|
|
61
|
+
},
|
|
62
|
+
"testID": "OnboardImage-test-id"
|
|
59
63
|
}
|
|
60
64
|
},
|
|
61
65
|
{
|
|
@@ -65,9 +69,10 @@
|
|
|
65
69
|
"title": "OnboardTitle 1",
|
|
66
70
|
"styles": {
|
|
67
71
|
"color": "THEME_COLORS.ONBOARD_TITLE"
|
|
68
|
-
}
|
|
72
|
+
},
|
|
73
|
+
"testID": "OnboardTitle-test-id"
|
|
69
74
|
},
|
|
70
|
-
"children": "onboard.title.one-page"
|
|
75
|
+
"children": "base.onboard.title.one-page"
|
|
71
76
|
},
|
|
72
77
|
{
|
|
73
78
|
"type": "OnboardSubtitle",
|
|
@@ -76,14 +81,16 @@
|
|
|
76
81
|
"title": "OnboardSubtitle 1",
|
|
77
82
|
"styles": {
|
|
78
83
|
"color": "THEME_COLORS.ONBOARD_SUBTITLE"
|
|
79
|
-
}
|
|
84
|
+
},
|
|
85
|
+
"testID": "OnboardSubtitle-test-id"
|
|
80
86
|
},
|
|
81
|
-
"children": "onboard.subtitle.one-page"
|
|
87
|
+
"children": "base.onboard.subtitle.one-page"
|
|
82
88
|
}
|
|
83
89
|
],
|
|
84
90
|
"attributes": {
|
|
85
91
|
"description": "Onboarding sayfası. (#1)",
|
|
86
|
-
"title": "OnboardItem 1"
|
|
92
|
+
"title": "OnboardItem 1",
|
|
93
|
+
"testID": "OnboardItem-test-id"
|
|
87
94
|
}
|
|
88
95
|
},
|
|
89
96
|
{
|
|
@@ -98,7 +105,8 @@
|
|
|
98
105
|
"video_url": "https://vpn111-stage.s3.eu-central-1.amazonaws.com/onboard/video/440346112d02e65be3767c39b96cd7c0.mp4",
|
|
99
106
|
"styles": {
|
|
100
107
|
"height": 400
|
|
101
|
-
}
|
|
108
|
+
},
|
|
109
|
+
"testID": "OnboardImage-test-id"
|
|
102
110
|
}
|
|
103
111
|
},
|
|
104
112
|
{
|
|
@@ -108,9 +116,10 @@
|
|
|
108
116
|
"title": "OnboardTitle 2",
|
|
109
117
|
"styles": {
|
|
110
118
|
"color": "THEME_COLORS.ONBOARD_TITLE"
|
|
111
|
-
}
|
|
119
|
+
},
|
|
120
|
+
"testID": "OnboardTitle-test-id"
|
|
112
121
|
},
|
|
113
|
-
"children": "onboard.title.two-page"
|
|
122
|
+
"children": "base.onboard.title.two-page"
|
|
114
123
|
},
|
|
115
124
|
{
|
|
116
125
|
"type": "OnboardSubtitle",
|
|
@@ -119,14 +128,16 @@
|
|
|
119
128
|
"title": "OnboardSubtitle 2",
|
|
120
129
|
"styles": {
|
|
121
130
|
"color": "THEME_COLORS.ONBOARD_SUBTITLE"
|
|
122
|
-
}
|
|
131
|
+
},
|
|
132
|
+
"testID": "OnboardSubtitle-test-id"
|
|
123
133
|
},
|
|
124
|
-
"children": "onboard.subtitle.two-page"
|
|
134
|
+
"children": "base.onboard.subtitle.two-page"
|
|
125
135
|
}
|
|
126
136
|
],
|
|
127
137
|
"attributes": {
|
|
128
138
|
"description": "Onboarding sayfası. (#2)",
|
|
129
|
-
"title": "OnboardItem 2"
|
|
139
|
+
"title": "OnboardItem 2",
|
|
140
|
+
"testID": "OnboardItem-test-id"
|
|
130
141
|
}
|
|
131
142
|
},
|
|
132
143
|
{
|
|
@@ -140,7 +151,8 @@
|
|
|
140
151
|
"resizeMode": "contain",
|
|
141
152
|
"styles": {
|
|
142
153
|
"height": 400
|
|
143
|
-
}
|
|
154
|
+
},
|
|
155
|
+
"testID": "OnboardImage-test-id"
|
|
144
156
|
}
|
|
145
157
|
},
|
|
146
158
|
{
|
|
@@ -150,9 +162,10 @@
|
|
|
150
162
|
"title": "OnboardTitle 3",
|
|
151
163
|
"styles": {
|
|
152
164
|
"color": "THEME_COLORS.ONBOARD_TITLE"
|
|
153
|
-
}
|
|
165
|
+
},
|
|
166
|
+
"testID": "OnboardTitle-test-id"
|
|
154
167
|
},
|
|
155
|
-
"children": "onboard.title.three-page"
|
|
168
|
+
"children": "base.onboard.title.three-page"
|
|
156
169
|
},
|
|
157
170
|
{
|
|
158
171
|
"type": "OnboardSubtitle",
|
|
@@ -161,14 +174,16 @@
|
|
|
161
174
|
"title": "OnboardSubtitle 3",
|
|
162
175
|
"styles": {
|
|
163
176
|
"color": "THEME_COLORS.ONBOARD_SUBTITLE"
|
|
164
|
-
}
|
|
177
|
+
},
|
|
178
|
+
"testID": "OnboardSubtitle-test-id"
|
|
165
179
|
},
|
|
166
|
-
"children": "onboard.subtitle.three-page"
|
|
180
|
+
"children": "base.onboard.subtitle.three-page"
|
|
167
181
|
}
|
|
168
182
|
],
|
|
169
183
|
"attributes": {
|
|
170
184
|
"description": "Onboarding sayfası. (#3)",
|
|
171
|
-
"title": "OnboardItem 3"
|
|
185
|
+
"title": "OnboardItem 3",
|
|
186
|
+
"testID": "OnboardItem-test-id"
|
|
172
187
|
}
|
|
173
188
|
},
|
|
174
189
|
{
|
|
@@ -182,7 +197,8 @@
|
|
|
182
197
|
"resizeMode": "contain",
|
|
183
198
|
"styles": {
|
|
184
199
|
"height": 400
|
|
185
|
-
}
|
|
200
|
+
},
|
|
201
|
+
"testID": "OnboardImage-test-id"
|
|
186
202
|
}
|
|
187
203
|
},
|
|
188
204
|
{
|
|
@@ -192,9 +208,10 @@
|
|
|
192
208
|
"title": "OnboardTitle 4",
|
|
193
209
|
"styles": {
|
|
194
210
|
"color": "THEME_COLORS.ONBOARD_TITLE"
|
|
195
|
-
}
|
|
211
|
+
},
|
|
212
|
+
"testID": "OnboardTitle-test-id"
|
|
196
213
|
},
|
|
197
|
-
"children": "onboard.title.five-page"
|
|
214
|
+
"children": "base.onboard.title.five-page"
|
|
198
215
|
},
|
|
199
216
|
{
|
|
200
217
|
"type": "OnboardSubtitle",
|
|
@@ -203,14 +220,16 @@
|
|
|
203
220
|
"title": "OnboardSubtitle 4",
|
|
204
221
|
"styles": {
|
|
205
222
|
"color": "THEME_COLORS.ONBOARD_SUBTITLE"
|
|
206
|
-
}
|
|
223
|
+
},
|
|
224
|
+
"testID": "OnboardSubtitle-test-id"
|
|
207
225
|
},
|
|
208
|
-
"children": "onboard.subtitle.five-page"
|
|
226
|
+
"children": "base.onboard.subtitle.five-page"
|
|
209
227
|
}
|
|
210
228
|
],
|
|
211
229
|
"attributes": {
|
|
212
230
|
"description": "Onboarding sayfası. (#4)",
|
|
213
|
-
"title": "OnboardItem 4"
|
|
231
|
+
"title": "OnboardItem 4",
|
|
232
|
+
"testID": "OnboardItem-test-id"
|
|
214
233
|
}
|
|
215
234
|
},
|
|
216
235
|
{
|
|
@@ -224,7 +243,8 @@
|
|
|
224
243
|
"resizeMode": "contain",
|
|
225
244
|
"styles": {
|
|
226
245
|
"height": 400
|
|
227
|
-
}
|
|
246
|
+
},
|
|
247
|
+
"testID": "OnboardImage-test-id"
|
|
228
248
|
}
|
|
229
249
|
},
|
|
230
250
|
{
|
|
@@ -234,9 +254,10 @@
|
|
|
234
254
|
"title": "OnboardTitle 5",
|
|
235
255
|
"styles": {
|
|
236
256
|
"color": "THEME_COLORS.ONBOARD_TITLE"
|
|
237
|
-
}
|
|
257
|
+
},
|
|
258
|
+
"testID": "OnboardTitle-test-id"
|
|
238
259
|
},
|
|
239
|
-
"children": "onboard.title.six-page"
|
|
260
|
+
"children": "base.onboard.title.six-page"
|
|
240
261
|
},
|
|
241
262
|
{
|
|
242
263
|
"type": "OnboardSubtitle",
|
|
@@ -245,14 +266,16 @@
|
|
|
245
266
|
"title": "OnboardSubtitle 5",
|
|
246
267
|
"styles": {
|
|
247
268
|
"color": "THEME_COLORS.ONBOARD_SUBTITLE"
|
|
248
|
-
}
|
|
269
|
+
},
|
|
270
|
+
"testID": "OnboardSubtitle-test-id"
|
|
249
271
|
},
|
|
250
|
-
"children": "onboard.subtitle.six-page"
|
|
272
|
+
"children": "base.onboard.subtitle.six-page"
|
|
251
273
|
}
|
|
252
274
|
],
|
|
253
275
|
"attributes": {
|
|
254
276
|
"description": "Onboarding sayfası. (#5)",
|
|
255
|
-
"title": "OnboardItem 5"
|
|
277
|
+
"title": "OnboardItem 5",
|
|
278
|
+
"testID": "OnboardItem-test-id"
|
|
256
279
|
}
|
|
257
280
|
},
|
|
258
281
|
{
|
|
@@ -266,7 +289,8 @@
|
|
|
266
289
|
"resizeMode": "contain",
|
|
267
290
|
"styles": {
|
|
268
291
|
"height": 400
|
|
269
|
-
}
|
|
292
|
+
},
|
|
293
|
+
"testID": "OnboardImage-test-id"
|
|
270
294
|
}
|
|
271
295
|
},
|
|
272
296
|
{
|
|
@@ -276,9 +300,10 @@
|
|
|
276
300
|
"title": "OnboardTitle 6",
|
|
277
301
|
"styles": {
|
|
278
302
|
"color": "THEME_COLORS.ONBOARD_TITLE"
|
|
279
|
-
}
|
|
303
|
+
},
|
|
304
|
+
"testID": "OnboardTitle-test-id"
|
|
280
305
|
},
|
|
281
|
-
"children": "onboard.title.four-page"
|
|
306
|
+
"children": "base.onboard.title.four-page"
|
|
282
307
|
},
|
|
283
308
|
{
|
|
284
309
|
"type": "OnboardSubtitle",
|
|
@@ -287,14 +312,16 @@
|
|
|
287
312
|
"title": "OnboardSubtitle 6",
|
|
288
313
|
"styles": {
|
|
289
314
|
"color": "THEME_COLORS.ONBOARD_SUBTITLE"
|
|
290
|
-
}
|
|
315
|
+
},
|
|
316
|
+
"testID": "OnboardSubtitle-test-id"
|
|
291
317
|
},
|
|
292
|
-
"children": "onboard.subtitle.four-page"
|
|
318
|
+
"children": "base.onboard.subtitle.four-page"
|
|
293
319
|
}
|
|
294
320
|
],
|
|
295
321
|
"attributes": {
|
|
296
322
|
"description": "Onboarding sayfası. (#6)",
|
|
297
|
-
"title": "OnboardItem 6"
|
|
323
|
+
"title": "OnboardItem 6",
|
|
324
|
+
"testID": "OnboardItem-test-id"
|
|
298
325
|
}
|
|
299
326
|
}
|
|
300
327
|
],
|
|
@@ -303,7 +330,8 @@
|
|
|
303
330
|
"title": "Onboard 1",
|
|
304
331
|
"styles": {
|
|
305
332
|
"flex": 1
|
|
306
|
-
}
|
|
333
|
+
},
|
|
334
|
+
"testID": "Onboard-test-id"
|
|
307
335
|
}
|
|
308
336
|
},
|
|
309
337
|
{
|
|
@@ -316,7 +344,8 @@
|
|
|
316
344
|
"active_dot_color": "STATIC_COLORS.ONBOARD_DOT_ACTIVE",
|
|
317
345
|
"styles": {
|
|
318
346
|
"paddingVertical": 12
|
|
319
|
-
}
|
|
347
|
+
},
|
|
348
|
+
"testID": "OnboardDot-test-id"
|
|
320
349
|
}
|
|
321
350
|
},
|
|
322
351
|
{
|
|
@@ -328,7 +357,8 @@
|
|
|
328
357
|
"width": "100%",
|
|
329
358
|
"height": 2,
|
|
330
359
|
"backgroundColor": "STATIC_COLORS.ONBOARD_SEPARATOR_COLOR"
|
|
331
|
-
}
|
|
360
|
+
},
|
|
361
|
+
"testID": "Separator-test-id"
|
|
332
362
|
}
|
|
333
363
|
},
|
|
334
364
|
{
|
|
@@ -343,13 +373,14 @@
|
|
|
343
373
|
"height": 40,
|
|
344
374
|
"marginVertical": 12,
|
|
345
375
|
"flexShrink": 0
|
|
346
|
-
}
|
|
376
|
+
},
|
|
377
|
+
"testID": "OnboardButtons-test-id"
|
|
347
378
|
},
|
|
348
379
|
"children": [
|
|
349
380
|
{
|
|
350
381
|
"type": "OnboardButton",
|
|
351
382
|
"attributes": {
|
|
352
|
-
"labelKey": "onboard.skip.one-page",
|
|
383
|
+
"labelKey": "base.onboard.skip.one-page",
|
|
353
384
|
"events": [
|
|
354
385
|
{
|
|
355
386
|
"type": "Navigate",
|
|
@@ -361,13 +392,14 @@
|
|
|
361
392
|
"flex": 1,
|
|
362
393
|
"color": "THEME_COLORS.ONBOARD_BUTTON_SECONDARY_TEXT",
|
|
363
394
|
"backgroundColor": "THEME_COLORS.LINE"
|
|
364
|
-
}
|
|
395
|
+
},
|
|
396
|
+
"testID": "onboardNext"
|
|
365
397
|
}
|
|
366
398
|
},
|
|
367
399
|
{
|
|
368
400
|
"type": "OnboardButton",
|
|
369
401
|
"attributes": {
|
|
370
|
-
"labelKey": "onboard.next.one-page",
|
|
402
|
+
"labelKey": "base.onboard.next.one-page",
|
|
371
403
|
"events": [
|
|
372
404
|
{
|
|
373
405
|
"type": "Navigate",
|
|
@@ -379,7 +411,8 @@
|
|
|
379
411
|
"flex": 1,
|
|
380
412
|
"color": "STATIC_COLORS.WHITE",
|
|
381
413
|
"backgroundColor": "STATIC_COLORS.ONBOARD_BUTTON_PRIMARY_BACKGROUND"
|
|
382
|
-
}
|
|
414
|
+
},
|
|
415
|
+
"testID": "onboardNext"
|
|
383
416
|
}
|
|
384
417
|
}
|
|
385
418
|
]
|
|
@@ -396,13 +429,14 @@
|
|
|
396
429
|
"height": 40,
|
|
397
430
|
"marginVertical": 12,
|
|
398
431
|
"flexShrink": 0
|
|
399
|
-
}
|
|
432
|
+
},
|
|
433
|
+
"testID": "OnboardButtons-test-id"
|
|
400
434
|
},
|
|
401
435
|
"children": [
|
|
402
436
|
{
|
|
403
437
|
"type": "OnboardButton",
|
|
404
438
|
"attributes": {
|
|
405
|
-
"labelKey": "onboard.skip.two-page",
|
|
439
|
+
"labelKey": "base.onboard.skip.two-page",
|
|
406
440
|
"events": [
|
|
407
441
|
{
|
|
408
442
|
"type": "Navigate",
|
|
@@ -414,13 +448,14 @@
|
|
|
414
448
|
"flex": 1,
|
|
415
449
|
"color": "THEME_COLORS.ONBOARD_BUTTON_SECONDARY_TEXT",
|
|
416
450
|
"backgroundColor": "THEME_COLORS.LINE"
|
|
417
|
-
}
|
|
451
|
+
},
|
|
452
|
+
"testID": "onboardNext"
|
|
418
453
|
}
|
|
419
454
|
},
|
|
420
455
|
{
|
|
421
456
|
"type": "OnboardButton",
|
|
422
457
|
"attributes": {
|
|
423
|
-
"labelKey": "onboard.next.two-page",
|
|
458
|
+
"labelKey": "base.onboard.next.two-page",
|
|
424
459
|
"events": [
|
|
425
460
|
{
|
|
426
461
|
"type": "Navigate",
|
|
@@ -432,7 +467,8 @@
|
|
|
432
467
|
"flex": 1,
|
|
433
468
|
"color": "STATIC_COLORS.WHITE",
|
|
434
469
|
"backgroundColor": "STATIC_COLORS.ONBOARD_BUTTON_PRIMARY_BACKGROUND"
|
|
435
|
-
}
|
|
470
|
+
},
|
|
471
|
+
"testID": "onboardNext"
|
|
436
472
|
}
|
|
437
473
|
}
|
|
438
474
|
]
|
|
@@ -449,13 +485,14 @@
|
|
|
449
485
|
"height": 40,
|
|
450
486
|
"marginVertical": 12,
|
|
451
487
|
"flexShrink": 0
|
|
452
|
-
}
|
|
488
|
+
},
|
|
489
|
+
"testID": "OnboardButtons-test-id"
|
|
453
490
|
},
|
|
454
491
|
"children": [
|
|
455
492
|
{
|
|
456
493
|
"type": "OnboardButton",
|
|
457
494
|
"attributes": {
|
|
458
|
-
"labelKey": "onboard.skip.three-page",
|
|
495
|
+
"labelKey": "base.onboard.skip.three-page",
|
|
459
496
|
"events": [
|
|
460
497
|
{
|
|
461
498
|
"type": "Navigate",
|
|
@@ -467,13 +504,14 @@
|
|
|
467
504
|
"flex": 1,
|
|
468
505
|
"color": "THEME_COLORS.ONBOARD_BUTTON_SECONDARY_TEXT",
|
|
469
506
|
"backgroundColor": "THEME_COLORS.LINE"
|
|
470
|
-
}
|
|
507
|
+
},
|
|
508
|
+
"testID": "onboardNext"
|
|
471
509
|
}
|
|
472
510
|
},
|
|
473
511
|
{
|
|
474
512
|
"type": "OnboardButton",
|
|
475
513
|
"attributes": {
|
|
476
|
-
"labelKey": "onboard.next.three-page",
|
|
514
|
+
"labelKey": "base.onboard.next.three-page",
|
|
477
515
|
"events": [
|
|
478
516
|
{
|
|
479
517
|
"type": "Navigate",
|
|
@@ -485,7 +523,8 @@
|
|
|
485
523
|
"flex": 1,
|
|
486
524
|
"color": "STATIC_COLORS.WHITE",
|
|
487
525
|
"backgroundColor": "STATIC_COLORS.ONBOARD_BUTTON_PRIMARY_BACKGROUND"
|
|
488
|
-
}
|
|
526
|
+
},
|
|
527
|
+
"testID": "onboardNext"
|
|
489
528
|
}
|
|
490
529
|
}
|
|
491
530
|
]
|
|
@@ -502,13 +541,14 @@
|
|
|
502
541
|
"height": 40,
|
|
503
542
|
"marginVertical": 12,
|
|
504
543
|
"flexShrink": 0
|
|
505
|
-
}
|
|
544
|
+
},
|
|
545
|
+
"testID": "OnboardButtons-test-id"
|
|
506
546
|
},
|
|
507
547
|
"children": [
|
|
508
548
|
{
|
|
509
549
|
"type": "OnboardButton",
|
|
510
550
|
"attributes": {
|
|
511
|
-
"labelKey": "onboard.skip.five-page",
|
|
551
|
+
"labelKey": "base.onboard.skip.five-page",
|
|
512
552
|
"events": [
|
|
513
553
|
{
|
|
514
554
|
"type": "Navigate",
|
|
@@ -520,13 +560,14 @@
|
|
|
520
560
|
"flex": 1,
|
|
521
561
|
"color": "THEME_COLORS.ONBOARD_BUTTON_SECONDARY_TEXT",
|
|
522
562
|
"backgroundColor": "THEME_COLORS.LINE"
|
|
523
|
-
}
|
|
563
|
+
},
|
|
564
|
+
"testID": "onboardNext"
|
|
524
565
|
}
|
|
525
566
|
},
|
|
526
567
|
{
|
|
527
568
|
"type": "OnboardButton",
|
|
528
569
|
"attributes": {
|
|
529
|
-
"labelKey": "onboard.next.five-page",
|
|
570
|
+
"labelKey": "base.onboard.next.five-page",
|
|
530
571
|
"events": [
|
|
531
572
|
{
|
|
532
573
|
"type": "Permission",
|
|
@@ -542,7 +583,8 @@
|
|
|
542
583
|
"flex": 1,
|
|
543
584
|
"color": "STATIC_COLORS.ONBOARD_BUTTON_PRIMARY_TEXT",
|
|
544
585
|
"backgroundColor": "STATIC_COLORS.ONBOARD_BUTTON_PRIMARY_BACKGROUND"
|
|
545
|
-
}
|
|
586
|
+
},
|
|
587
|
+
"testID": "onboardNext"
|
|
546
588
|
}
|
|
547
589
|
}
|
|
548
590
|
]
|
|
@@ -559,13 +601,14 @@
|
|
|
559
601
|
"height": 40,
|
|
560
602
|
"marginVertical": 12,
|
|
561
603
|
"flexShrink": 0
|
|
562
|
-
}
|
|
604
|
+
},
|
|
605
|
+
"testID": "OnboardButtons-test-id"
|
|
563
606
|
},
|
|
564
607
|
"children": [
|
|
565
608
|
{
|
|
566
609
|
"type": "OnboardButton",
|
|
567
610
|
"attributes": {
|
|
568
|
-
"labelKey": "onboard.skip.five-page",
|
|
611
|
+
"labelKey": "base.onboard.skip.five-page",
|
|
569
612
|
"events": [
|
|
570
613
|
{
|
|
571
614
|
"type": "Navigate",
|
|
@@ -577,13 +620,14 @@
|
|
|
577
620
|
"flex": 1,
|
|
578
621
|
"color": "THEME_COLORS.ONBOARD_BUTTON_SECONDARY_TEXT",
|
|
579
622
|
"backgroundColor": "THEME_COLORS.LINE"
|
|
580
|
-
}
|
|
623
|
+
},
|
|
624
|
+
"testID": "onboardNext"
|
|
581
625
|
}
|
|
582
626
|
},
|
|
583
627
|
{
|
|
584
628
|
"type": "OnboardButton",
|
|
585
629
|
"attributes": {
|
|
586
|
-
"labelKey": "onboard.next.five-page",
|
|
630
|
+
"labelKey": "base.onboard.next.five-page",
|
|
587
631
|
"events": [
|
|
588
632
|
{
|
|
589
633
|
"type": "Permission",
|
|
@@ -599,7 +643,8 @@
|
|
|
599
643
|
"flex": 1,
|
|
600
644
|
"color": "STATIC_COLORS.WHITE",
|
|
601
645
|
"backgroundColor": "STATIC_COLORS.ONBOARD_BUTTON_PRIMARY_BACKGROUND"
|
|
602
|
-
}
|
|
646
|
+
},
|
|
647
|
+
"testID": "onboardNext"
|
|
603
648
|
}
|
|
604
649
|
}
|
|
605
650
|
]
|
|
@@ -616,13 +661,14 @@
|
|
|
616
661
|
"height": 40,
|
|
617
662
|
"marginVertical": 12,
|
|
618
663
|
"flexShrink": 0
|
|
619
|
-
}
|
|
664
|
+
},
|
|
665
|
+
"testID": "OnboardButtons-test-id"
|
|
620
666
|
},
|
|
621
667
|
"children": [
|
|
622
668
|
{
|
|
623
669
|
"type": "OnboardButton",
|
|
624
670
|
"attributes": {
|
|
625
|
-
"labelKey": "onboard.allow.four-page",
|
|
671
|
+
"labelKey": "base.onboard.allow.four-page",
|
|
626
672
|
"events": [
|
|
627
673
|
{
|
|
628
674
|
"type": "Permission",
|
|
@@ -637,7 +683,8 @@
|
|
|
637
683
|
"flex": 1,
|
|
638
684
|
"color": "STATIC_COLORS.WHITE",
|
|
639
685
|
"backgroundColor": "STATIC_COLORS.ONBOARD_BUTTON_PRIMARY_BACKGROUND"
|
|
640
|
-
}
|
|
686
|
+
},
|
|
687
|
+
"testID": "onboardNext"
|
|
641
688
|
}
|
|
642
689
|
}
|
|
643
690
|
]
|
|
@@ -650,7 +697,8 @@
|
|
|
650
697
|
"styles": {
|
|
651
698
|
"marginHorizontal": 25,
|
|
652
699
|
"flexShrink": 0
|
|
653
|
-
}
|
|
700
|
+
},
|
|
701
|
+
"testID": "View-test-id"
|
|
654
702
|
},
|
|
655
703
|
"children": [
|
|
656
704
|
{
|
|
@@ -666,7 +714,8 @@
|
|
|
666
714
|
"styles": {
|
|
667
715
|
"gap": 8,
|
|
668
716
|
"color": "THEME_COLORS.ONBOARD_FOOTER_TEXT"
|
|
669
|
-
}
|
|
717
|
+
},
|
|
718
|
+
"testID": "OnboardFooter-test-id"
|
|
670
719
|
}
|
|
671
720
|
}
|
|
672
721
|
]
|
|
@@ -675,9 +724,13 @@
|
|
|
675
724
|
"attributes": {
|
|
676
725
|
"theme": "all",
|
|
677
726
|
"description": "Onboarding sağlayıcısı. (#1)",
|
|
678
|
-
"title": "OnboardProvider 1"
|
|
727
|
+
"title": "OnboardProvider 1",
|
|
728
|
+
"testID": "OnboardProvider-test-id"
|
|
679
729
|
}
|
|
680
730
|
}
|
|
681
731
|
]
|
|
732
|
+
},
|
|
733
|
+
"attributes": {
|
|
734
|
+
"testID": "onboard-test-id"
|
|
682
735
|
}
|
|
683
736
|
}
|