@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
|
@@ -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
|
},
|
|
@@ -56,9 +59,10 @@
|
|
|
56
59
|
"color": "THEME_COLORS.ONBOARD_TITLE",
|
|
57
60
|
"textAlign": "center",
|
|
58
61
|
"marginTop": 40
|
|
59
|
-
}
|
|
62
|
+
},
|
|
63
|
+
"testID": "OnboardTitle-test-id"
|
|
60
64
|
},
|
|
61
|
-
"children": "onboard.title.one-page2"
|
|
65
|
+
"children": "base.onboard.title.one-page2"
|
|
62
66
|
},
|
|
63
67
|
{
|
|
64
68
|
"type": "OnboardImage",
|
|
@@ -67,7 +71,9 @@
|
|
|
67
71
|
"resizeMode": "contain",
|
|
68
72
|
"styles": {
|
|
69
73
|
"height": 350
|
|
70
|
-
}
|
|
74
|
+
},
|
|
75
|
+
"testID": "OnboardImage-test-id",
|
|
76
|
+
"fetchStrategy": "highIfItsAppLaunch"
|
|
71
77
|
}
|
|
72
78
|
},
|
|
73
79
|
{
|
|
@@ -79,14 +85,16 @@
|
|
|
79
85
|
"color": "THEME_COLORS.ONBOARD_SUBTITLE",
|
|
80
86
|
"fontSize": 16,
|
|
81
87
|
"textAlign": "center"
|
|
82
|
-
}
|
|
88
|
+
},
|
|
89
|
+
"testID": "OnboardSubtitle-test-id"
|
|
83
90
|
},
|
|
84
|
-
"children": "onboard.subtitle.one-page2"
|
|
91
|
+
"children": "base.onboard.subtitle.one-page2"
|
|
85
92
|
}
|
|
86
93
|
],
|
|
87
94
|
"attributes": {
|
|
88
95
|
"description": "Onboarding sayfası. (#1)",
|
|
89
|
-
"title": "OnboardItem 1"
|
|
96
|
+
"title": "OnboardItem 1",
|
|
97
|
+
"testID": "OnboardItem-test-id"
|
|
90
98
|
}
|
|
91
99
|
},
|
|
92
100
|
{
|
|
@@ -102,9 +110,10 @@
|
|
|
102
110
|
"color": "THEME_COLORS.ONBOARD_TITLE",
|
|
103
111
|
"textAlign": "center",
|
|
104
112
|
"marginTop": 40
|
|
105
|
-
}
|
|
113
|
+
},
|
|
114
|
+
"testID": "OnboardTitle-test-id"
|
|
106
115
|
},
|
|
107
|
-
"children": "onboard.title.two-page2"
|
|
116
|
+
"children": "base.onboard.title.two-page2"
|
|
108
117
|
},
|
|
109
118
|
{
|
|
110
119
|
"type": "OnboardSubtitle",
|
|
@@ -115,14 +124,16 @@
|
|
|
115
124
|
"color": "THEME_COLORS.ONBOARD_SUBTITLE",
|
|
116
125
|
"fontSize": 16,
|
|
117
126
|
"textAlign": "center"
|
|
118
|
-
}
|
|
127
|
+
},
|
|
128
|
+
"testID": "OnboardSubtitle-test-id"
|
|
119
129
|
},
|
|
120
|
-
"children": "onboard.subtitle.two-page2"
|
|
130
|
+
"children": "base.onboard.subtitle.two-page2"
|
|
121
131
|
}
|
|
122
132
|
],
|
|
123
133
|
"attributes": {
|
|
124
134
|
"description": "Onboarding sayfası. (#2)",
|
|
125
|
-
"title": "OnboardItem 2"
|
|
135
|
+
"title": "OnboardItem 2",
|
|
136
|
+
"testID": "OnboardItem-test-id"
|
|
126
137
|
}
|
|
127
138
|
},
|
|
128
139
|
{
|
|
@@ -138,9 +149,10 @@
|
|
|
138
149
|
"color": "THEME_COLORS.ONBOARD_TITLE",
|
|
139
150
|
"textAlign": "center",
|
|
140
151
|
"marginTop": 40
|
|
141
|
-
}
|
|
152
|
+
},
|
|
153
|
+
"testID": "OnboardTitle-test-id"
|
|
142
154
|
},
|
|
143
|
-
"children": "onboard.title.three-page2"
|
|
155
|
+
"children": "base.onboard.title.three-page2"
|
|
144
156
|
},
|
|
145
157
|
{
|
|
146
158
|
"type": "OnboardSubtitle",
|
|
@@ -151,14 +163,16 @@
|
|
|
151
163
|
"color": "THEME_COLORS.ONBOARD_SUBTITLE",
|
|
152
164
|
"fontSize": 16,
|
|
153
165
|
"textAlign": "center"
|
|
154
|
-
}
|
|
166
|
+
},
|
|
167
|
+
"testID": "OnboardSubtitle-test-id"
|
|
155
168
|
},
|
|
156
|
-
"children": "onboard.subtitle.three-page2"
|
|
169
|
+
"children": "base.onboard.subtitle.three-page2"
|
|
157
170
|
}
|
|
158
171
|
],
|
|
159
172
|
"attributes": {
|
|
160
173
|
"description": "Onboarding sayfası. (#3)",
|
|
161
|
-
"title": "OnboardItem 3"
|
|
174
|
+
"title": "OnboardItem 3",
|
|
175
|
+
"testID": "OnboardItem-test-id"
|
|
162
176
|
}
|
|
163
177
|
},
|
|
164
178
|
{
|
|
@@ -174,9 +188,10 @@
|
|
|
174
188
|
"color": "THEME_COLORS.ONBOARD_TITLE",
|
|
175
189
|
"textAlign": "center",
|
|
176
190
|
"marginTop": 40
|
|
177
|
-
}
|
|
191
|
+
},
|
|
192
|
+
"testID": "OnboardTitle-test-id"
|
|
178
193
|
},
|
|
179
|
-
"children": "onboard.title.four-page2"
|
|
194
|
+
"children": "base.onboard.title.four-page2"
|
|
180
195
|
},
|
|
181
196
|
{
|
|
182
197
|
"type": "OnboardSubtitle",
|
|
@@ -187,14 +202,16 @@
|
|
|
187
202
|
"color": "THEME_COLORS.ONBOARD_SUBTITLE",
|
|
188
203
|
"fontSize": 16,
|
|
189
204
|
"textAlign": "center"
|
|
190
|
-
}
|
|
205
|
+
},
|
|
206
|
+
"testID": "OnboardSubtitle-test-id"
|
|
191
207
|
},
|
|
192
|
-
"children": "onboard.subtitle.four-page2"
|
|
208
|
+
"children": "base.onboard.subtitle.four-page2"
|
|
193
209
|
}
|
|
194
210
|
],
|
|
195
211
|
"attributes": {
|
|
196
212
|
"description": "Onboarding sayfası. (#4)",
|
|
197
|
-
"title": "OnboardItem 4"
|
|
213
|
+
"title": "OnboardItem 4",
|
|
214
|
+
"testID": "OnboardItem-test-id"
|
|
198
215
|
}
|
|
199
216
|
}
|
|
200
217
|
],
|
|
@@ -203,7 +220,8 @@
|
|
|
203
220
|
"title": "Onboard 1",
|
|
204
221
|
"styles": {
|
|
205
222
|
"flex": 1
|
|
206
|
-
}
|
|
223
|
+
},
|
|
224
|
+
"testID": "Onboard-test-id"
|
|
207
225
|
}
|
|
208
226
|
},
|
|
209
227
|
{
|
|
@@ -216,7 +234,8 @@
|
|
|
216
234
|
"active_dot_color": "STATIC_COLORS.ONBOARD_DOT_ACTIVE",
|
|
217
235
|
"styles": {
|
|
218
236
|
"paddingVertical": 12
|
|
219
|
-
}
|
|
237
|
+
},
|
|
238
|
+
"testID": "OnboardDot-test-id"
|
|
220
239
|
}
|
|
221
240
|
},
|
|
222
241
|
{
|
|
@@ -228,7 +247,8 @@
|
|
|
228
247
|
"width": "100%",
|
|
229
248
|
"height": 2,
|
|
230
249
|
"backgroundColor": "STATIC_COLORS.ONBOARD_SEPARATOR_COLOR"
|
|
231
|
-
}
|
|
250
|
+
},
|
|
251
|
+
"testID": "Separator-test-id"
|
|
232
252
|
}
|
|
233
253
|
},
|
|
234
254
|
{
|
|
@@ -243,13 +263,14 @@
|
|
|
243
263
|
"height": 40,
|
|
244
264
|
"marginVertical": 12,
|
|
245
265
|
"flexShrink": 0
|
|
246
|
-
}
|
|
266
|
+
},
|
|
267
|
+
"testID": "OnboardButtons-test-id"
|
|
247
268
|
},
|
|
248
269
|
"children": [
|
|
249
270
|
{
|
|
250
271
|
"type": "OnboardButton",
|
|
251
272
|
"attributes": {
|
|
252
|
-
"labelKey": "onboard.skip.one-page",
|
|
273
|
+
"labelKey": "base.onboard.skip.one-page",
|
|
253
274
|
"events": [
|
|
254
275
|
{
|
|
255
276
|
"type": "Navigate",
|
|
@@ -261,13 +282,14 @@
|
|
|
261
282
|
"flex": 1,
|
|
262
283
|
"color": "THEME_COLORS.ONBOARD_BUTTON_SECONDARY_TEXT",
|
|
263
284
|
"backgroundColor": "STATIC_COLORS.TRANSPARENT"
|
|
264
|
-
}
|
|
285
|
+
},
|
|
286
|
+
"testID": "onboardNext"
|
|
265
287
|
}
|
|
266
288
|
},
|
|
267
289
|
{
|
|
268
290
|
"type": "OnboardButton",
|
|
269
291
|
"attributes": {
|
|
270
|
-
"labelKey": "onboard.next.one-page",
|
|
292
|
+
"labelKey": "base.onboard.next.one-page",
|
|
271
293
|
"events": [
|
|
272
294
|
{
|
|
273
295
|
"type": "Navigate",
|
|
@@ -279,7 +301,8 @@
|
|
|
279
301
|
"flex": 1,
|
|
280
302
|
"color": "STATIC_COLORS.WHITE",
|
|
281
303
|
"backgroundColor": "STATIC_COLORS.ONBOARD_BUTTON_PRIMARY_BACKGROUND"
|
|
282
|
-
}
|
|
304
|
+
},
|
|
305
|
+
"testID": "onboardNext"
|
|
283
306
|
}
|
|
284
307
|
}
|
|
285
308
|
]
|
|
@@ -296,13 +319,14 @@
|
|
|
296
319
|
"height": 40,
|
|
297
320
|
"marginVertical": 12,
|
|
298
321
|
"flexShrink": 0
|
|
299
|
-
}
|
|
322
|
+
},
|
|
323
|
+
"testID": "OnboardButtons-test-id"
|
|
300
324
|
},
|
|
301
325
|
"children": [
|
|
302
326
|
{
|
|
303
327
|
"type": "OnboardButton",
|
|
304
328
|
"attributes": {
|
|
305
|
-
"labelKey": "onboard.skip.two-page",
|
|
329
|
+
"labelKey": "base.onboard.skip.two-page",
|
|
306
330
|
"events": [
|
|
307
331
|
{
|
|
308
332
|
"type": "Permission",
|
|
@@ -318,13 +342,14 @@
|
|
|
318
342
|
"flex": 1,
|
|
319
343
|
"color": "THEME_COLORS.ONBOARD_BUTTON_SECONDARY_TEXT",
|
|
320
344
|
"backgroundColor": "STATIC_COLORS.TRANSPARENT"
|
|
321
|
-
}
|
|
345
|
+
},
|
|
346
|
+
"testID": "onboardNext"
|
|
322
347
|
}
|
|
323
348
|
},
|
|
324
349
|
{
|
|
325
350
|
"type": "OnboardButton",
|
|
326
351
|
"attributes": {
|
|
327
|
-
"labelKey": "onboard.next.two-page",
|
|
352
|
+
"labelKey": "base.onboard.next.two-page",
|
|
328
353
|
"events": [
|
|
329
354
|
{
|
|
330
355
|
"type": "Permission",
|
|
@@ -340,7 +365,8 @@
|
|
|
340
365
|
"flex": 1,
|
|
341
366
|
"color": "STATIC_COLORS.WHITE",
|
|
342
367
|
"backgroundColor": "STATIC_COLORS.ONBOARD_BUTTON_PRIMARY_BACKGROUND"
|
|
343
|
-
}
|
|
368
|
+
},
|
|
369
|
+
"testID": "onboardNext"
|
|
344
370
|
}
|
|
345
371
|
}
|
|
346
372
|
]
|
|
@@ -357,13 +383,14 @@
|
|
|
357
383
|
"height": 40,
|
|
358
384
|
"marginVertical": 12,
|
|
359
385
|
"flexShrink": 0
|
|
360
|
-
}
|
|
386
|
+
},
|
|
387
|
+
"testID": "OnboardButtons-test-id"
|
|
361
388
|
},
|
|
362
389
|
"children": [
|
|
363
390
|
{
|
|
364
391
|
"type": "OnboardButton",
|
|
365
392
|
"attributes": {
|
|
366
|
-
"labelKey": "onboard.skip.three-page",
|
|
393
|
+
"labelKey": "base.onboard.skip.three-page",
|
|
367
394
|
"events": [
|
|
368
395
|
{
|
|
369
396
|
"type": "Navigate",
|
|
@@ -375,13 +402,14 @@
|
|
|
375
402
|
"flex": 1,
|
|
376
403
|
"color": "THEME_COLORS.ONBOARD_BUTTON_SECONDARY_TEXT",
|
|
377
404
|
"backgroundColor": "STATIC_COLORS.TRANSPARENT"
|
|
378
|
-
}
|
|
405
|
+
},
|
|
406
|
+
"testID": "onboardNext"
|
|
379
407
|
}
|
|
380
408
|
},
|
|
381
409
|
{
|
|
382
410
|
"type": "OnboardButton",
|
|
383
411
|
"attributes": {
|
|
384
|
-
"labelKey": "onboard.next.three-page",
|
|
412
|
+
"labelKey": "base.onboard.next.three-page",
|
|
385
413
|
"events": [
|
|
386
414
|
{
|
|
387
415
|
"type": "Permission",
|
|
@@ -397,7 +425,8 @@
|
|
|
397
425
|
"flex": 1,
|
|
398
426
|
"color": "STATIC_COLORS.WHITE",
|
|
399
427
|
"backgroundColor": "STATIC_COLORS.ONBOARD_BUTTON_PRIMARY_BACKGROUND"
|
|
400
|
-
}
|
|
428
|
+
},
|
|
429
|
+
"testID": "onboardNext"
|
|
401
430
|
}
|
|
402
431
|
}
|
|
403
432
|
]
|
|
@@ -414,13 +443,14 @@
|
|
|
414
443
|
"height": 40,
|
|
415
444
|
"marginVertical": 12,
|
|
416
445
|
"flexShrink": 0
|
|
417
|
-
}
|
|
446
|
+
},
|
|
447
|
+
"testID": "OnboardButtons-test-id"
|
|
418
448
|
},
|
|
419
449
|
"children": [
|
|
420
450
|
{
|
|
421
451
|
"type": "OnboardButton",
|
|
422
452
|
"attributes": {
|
|
423
|
-
"labelKey": "onboard.allow.four-page",
|
|
453
|
+
"labelKey": "base.onboard.allow.four-page",
|
|
424
454
|
"events": [
|
|
425
455
|
{
|
|
426
456
|
"type": "Permission",
|
|
@@ -435,7 +465,8 @@
|
|
|
435
465
|
"flex": 1,
|
|
436
466
|
"color": "STATIC_COLORS.WHITE",
|
|
437
467
|
"backgroundColor": "STATIC_COLORS.ONBOARD_BUTTON_PRIMARY_BACKGROUND"
|
|
438
|
-
}
|
|
468
|
+
},
|
|
469
|
+
"testID": "onboardNext"
|
|
439
470
|
}
|
|
440
471
|
}
|
|
441
472
|
]
|
|
@@ -448,7 +479,8 @@
|
|
|
448
479
|
"styles": {
|
|
449
480
|
"marginHorizontal": 25,
|
|
450
481
|
"flexShrink": 0
|
|
451
|
-
}
|
|
482
|
+
},
|
|
483
|
+
"testID": "View-test-id"
|
|
452
484
|
},
|
|
453
485
|
"children": [
|
|
454
486
|
{
|
|
@@ -464,7 +496,8 @@
|
|
|
464
496
|
"styles": {
|
|
465
497
|
"gap": 8,
|
|
466
498
|
"color": "THEME_COLORS.ONBOARD_FOOTER_TEXT"
|
|
467
|
-
}
|
|
499
|
+
},
|
|
500
|
+
"testID": "OnboardFooter-test-id"
|
|
468
501
|
}
|
|
469
502
|
}
|
|
470
503
|
]
|
|
@@ -473,9 +506,13 @@
|
|
|
473
506
|
"attributes": {
|
|
474
507
|
"theme": "dark",
|
|
475
508
|
"description": "Onboarding sağlayıcısı. (#1)",
|
|
476
|
-
"title": "OnboardProvider 1"
|
|
509
|
+
"title": "OnboardProvider 1",
|
|
510
|
+
"testID": "OnboardProvider-test-id"
|
|
477
511
|
}
|
|
478
512
|
}
|
|
479
513
|
]
|
|
514
|
+
},
|
|
515
|
+
"attributes": {
|
|
516
|
+
"testID": "onboard-test-id"
|
|
480
517
|
}
|
|
481
518
|
}
|