@developer_tribe/react-builder 1.2.39 → 1.2.40
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/NavigationBarColor/NavigationBarColorProps.generated.d.ts +1 -40
- package/dist/build-components/StatusBarColor/StatusBarColorProps.generated.d.ts +1 -1
- package/dist/build-components/patterns.generated.d.ts +21 -344
- package/dist/components/BuilderProvider.d.ts +1 -0
- package/dist/components/DeviceButton.d.ts +4 -1
- 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/MockOSContext.d.ts +3 -1
- package/dist/size-matters/index.d.ts +1 -1
- package/dist/store.d.ts +6 -0
- package/dist/styles.css +1 -1
- package/dist/types/Device.d.ts +5 -0
- package/dist/utils/extractTextStyle/extractTextStyle.d.ts +1 -0
- package/dist/utils/extractViewStyle/extractViewStyle.d.ts +1 -0
- package/package.json +1 -1
- package/scripts/prebuild/assets/prompt_scheme.md +7 -0
- package/src/DeviceMockFrame.tsx +8 -0
- package/src/RenderPage.tsx +3 -0
- package/src/assets/devices.json +747 -183
- 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 +30 -26
- package/src/assets/samples/paywall-1.json +30 -30
- package/src/assets/samples/paywall-2.json +26 -26
- package/src/assets/samples/paywall-app-delete-offer.json +27 -27
- package/src/assets/samples/paywall-app-open-offer.json +27 -27
- package/src/assets/samples/paywall-back-offer.json +27 -27
- package/src/assets/samples/paywall-notification-offer.json +27 -27
- package/src/assets/samples/simple-1.json +4 -4
- package/src/assets/samples/simple-2.json +25 -25
- package/src/assets/samples/unmigrated-builder-1.1.1.json +7 -7
- package/src/assets/samples/unmigrated-builder1.json +4 -4
- package/src/assets/samples/unvalidated-builder1.json +4 -4
- package/src/assets/samples/unvalidated-crash1.json +2 -2
- package/src/assets/samples/unvalidated-crashcomponent1.json +2 -2
- package/src/assets/samples/vpn-onboard-1.json +30 -30
- package/src/assets/samples/vpn-onboard-2.json +30 -30
- package/src/assets/samples/vpn-onboard-3.json +27 -27
- package/src/assets/samples/vpn-onboard-4.json +27 -27
- package/src/assets/samples/vpn-onboard-5.json +40 -40
- package/src/assets/samples/vpn-onboard-6.json +30 -30
- package/src/assets/samples/vpn-onboard-7.json +29 -29
- package/src/attribute-analyser/style/web/useExtractImageStyle.ts +8 -3
- package/src/attribute-analyser/style/web/useExtractViewStyle.ts +8 -3
- package/src/build-components/CarouselDots/CarouselDots.tsx +8 -3
- package/src/build-components/Main/Main.tsx +3 -1
- package/src/build-components/NavigationBarColor/NavigationBarColor.tsx +15 -1
- package/src/build-components/NavigationBarColor/NavigationBarColorProps.generated.ts +1 -52
- package/src/build-components/NavigationBarColor/pattern.json +11 -2
- package/src/build-components/OnboardDot/OnboardDot.tsx +3 -2
- package/src/build-components/PaywallCloseButton/pattern.json +1 -0
- package/src/build-components/StatusBarColor/StatusBarColor.tsx +15 -1
- package/src/build-components/StatusBarColor/StatusBarColorProps.generated.ts +1 -1
- package/src/build-components/StatusBarColor/pattern.json +10 -1
- package/src/build-components/patterns.generated.ts +25 -364
- package/src/components/BuilderProvider.tsx +1 -0
- package/src/components/DeviceButton.tsx +35 -0
- package/src/components/EditorHeader.tsx +16 -1
- package/src/hooks/useSafeAreaViewStyle.ts +24 -4
- package/src/mockOS/context/MockOSContext.tsx +41 -13
- package/src/modals/DeviceSelectorModal.tsx +94 -10
- package/src/product-base/extractAndroidParams.ts +38 -8
- package/src/size-matters/index.ts +15 -9
- package/src/store.ts +27 -0
- package/src/styles/modals/_product-edit-modal.scss +2 -2
- package/src/types/Device.ts +5 -0
- package/src/utils/analyseNodeByPatterns.ts +6 -2
- package/src/utils/extractTextStyle/extractTextStyle.ts +3 -1
- package/src/utils/extractTextStyle/extractTextStyleNative.ts +1 -1
- package/src/utils/extractViewStyle/extractViewStyle.ts +19 -5
- package/src/utils/extractViewStyle/extractViewStyleNative.ts +5 -1
- package/src/utils/replaceLocalizationParams.ts +5 -7
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"styles": {
|
|
14
14
|
"paddingBottom": 16
|
|
15
15
|
},
|
|
16
|
-
"testID": "Main-test-id"
|
|
16
|
+
"testID": "Main-test-id-1"
|
|
17
17
|
},
|
|
18
18
|
"children": [
|
|
19
19
|
{
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"styles": {
|
|
25
25
|
"backgroundColor": "THEME_COLORS.BACKGROUND"
|
|
26
26
|
},
|
|
27
|
-
"testID": "StatusBarColor-test-id"
|
|
27
|
+
"testID": "StatusBarColor-test-id-1"
|
|
28
28
|
},
|
|
29
29
|
"children": null
|
|
30
30
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"styles": {
|
|
37
37
|
"backgroundColor": "THEME_COLORS.BACKGROUND"
|
|
38
38
|
},
|
|
39
|
-
"testID": "NavigationBarColor-test-id"
|
|
39
|
+
"testID": "NavigationBarColor-test-id-1"
|
|
40
40
|
},
|
|
41
41
|
"children": null
|
|
42
42
|
},
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"textAlign": "center",
|
|
61
61
|
"marginTop": 40
|
|
62
62
|
},
|
|
63
|
-
"testID": "OnboardTitle-test-id"
|
|
63
|
+
"testID": "OnboardTitle-test-id-1"
|
|
64
64
|
},
|
|
65
65
|
"children": "base.onboard.title.one-page2"
|
|
66
66
|
},
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"styles": {
|
|
73
73
|
"height": 350
|
|
74
74
|
},
|
|
75
|
-
"testID": "OnboardImage-test-id",
|
|
75
|
+
"testID": "OnboardImage-test-id-1",
|
|
76
76
|
"fetchStrategy": "highIfItsAppLaunch"
|
|
77
77
|
}
|
|
78
78
|
},
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"fontSize": 16,
|
|
87
87
|
"textAlign": "center"
|
|
88
88
|
},
|
|
89
|
-
"testID": "OnboardSubtitle-test-id"
|
|
89
|
+
"testID": "OnboardSubtitle-test-id-1"
|
|
90
90
|
},
|
|
91
91
|
"children": "base.onboard.subtitle.one-page2"
|
|
92
92
|
}
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"attributes": {
|
|
95
95
|
"description": "Onboarding sayfası. (#1)",
|
|
96
96
|
"title": "OnboardItem 1",
|
|
97
|
-
"testID": "OnboardItem-test-id"
|
|
97
|
+
"testID": "OnboardItem-test-id-1"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
{
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"textAlign": "center",
|
|
112
112
|
"marginTop": 40
|
|
113
113
|
},
|
|
114
|
-
"testID": "OnboardTitle-test-id"
|
|
114
|
+
"testID": "OnboardTitle-test-id-2"
|
|
115
115
|
},
|
|
116
116
|
"children": "base.onboard.title.two-page2"
|
|
117
117
|
},
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"fontSize": 16,
|
|
126
126
|
"textAlign": "center"
|
|
127
127
|
},
|
|
128
|
-
"testID": "OnboardSubtitle-test-id"
|
|
128
|
+
"testID": "OnboardSubtitle-test-id-2"
|
|
129
129
|
},
|
|
130
130
|
"children": "base.onboard.subtitle.two-page"
|
|
131
131
|
}
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"attributes": {
|
|
134
134
|
"description": "Onboarding sayfası. (#2)",
|
|
135
135
|
"title": "OnboardItem 2",
|
|
136
|
-
"testID": "OnboardItem-test-id"
|
|
136
|
+
"testID": "OnboardItem-test-id-2"
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
{
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"textAlign": "center",
|
|
151
151
|
"marginTop": 40
|
|
152
152
|
},
|
|
153
|
-
"testID": "OnboardTitle-test-id"
|
|
153
|
+
"testID": "OnboardTitle-test-id-3"
|
|
154
154
|
},
|
|
155
155
|
"children": "base.onboard.title.three-page2"
|
|
156
156
|
},
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"fontSize": 16,
|
|
165
165
|
"textAlign": "center"
|
|
166
166
|
},
|
|
167
|
-
"testID": "OnboardSubtitle-test-id"
|
|
167
|
+
"testID": "OnboardSubtitle-test-id-3"
|
|
168
168
|
},
|
|
169
169
|
"children": "base.onboard.subtitle.three-page2"
|
|
170
170
|
}
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"attributes": {
|
|
173
173
|
"description": "Onboarding sayfası. (#3)",
|
|
174
174
|
"title": "OnboardItem 3",
|
|
175
|
-
"testID": "OnboardItem-test-id"
|
|
175
|
+
"testID": "OnboardItem-test-id-3"
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
178
|
{
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"textAlign": "center",
|
|
190
190
|
"marginTop": 40
|
|
191
191
|
},
|
|
192
|
-
"testID": "OnboardTitle-test-id"
|
|
192
|
+
"testID": "OnboardTitle-test-id-4"
|
|
193
193
|
},
|
|
194
194
|
"children": "base.onboard.title.four-page2"
|
|
195
195
|
},
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"fontSize": 16,
|
|
204
204
|
"textAlign": "center"
|
|
205
205
|
},
|
|
206
|
-
"testID": "OnboardSubtitle-test-id"
|
|
206
|
+
"testID": "OnboardSubtitle-test-id-4"
|
|
207
207
|
},
|
|
208
208
|
"children": "base.onboard.subtitle.four-page2"
|
|
209
209
|
}
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"attributes": {
|
|
212
212
|
"description": "Onboarding sayfası. (#4)",
|
|
213
213
|
"title": "OnboardItem 4",
|
|
214
|
-
"testID": "OnboardItem-test-id"
|
|
214
|
+
"testID": "OnboardItem-test-id-4"
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
],
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"styles": {
|
|
222
222
|
"flex": 1
|
|
223
223
|
},
|
|
224
|
-
"testID": "Onboard-test-id"
|
|
224
|
+
"testID": "Onboard-test-id-1"
|
|
225
225
|
}
|
|
226
226
|
},
|
|
227
227
|
{
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"styles": {
|
|
236
236
|
"paddingVertical": 12
|
|
237
237
|
},
|
|
238
|
-
"testID": "OnboardDot-test-id"
|
|
238
|
+
"testID": "OnboardDot-test-id-1"
|
|
239
239
|
}
|
|
240
240
|
},
|
|
241
241
|
{
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"height": 2,
|
|
249
249
|
"backgroundColor": "STATIC_COLORS.ONBOARD_SEPARATOR_COLOR"
|
|
250
250
|
},
|
|
251
|
-
"testID": "Separator-test-id"
|
|
251
|
+
"testID": "Separator-test-id-1"
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
{
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"marginVertical": 12,
|
|
265
265
|
"flexShrink": 0
|
|
266
266
|
},
|
|
267
|
-
"testID": "OnboardButtons-test-id"
|
|
267
|
+
"testID": "OnboardButtons-test-id-1"
|
|
268
268
|
},
|
|
269
269
|
"children": [
|
|
270
270
|
{
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
"marginVertical": 12,
|
|
321
321
|
"flexShrink": 0
|
|
322
322
|
},
|
|
323
|
-
"testID": "OnboardButtons-test-id"
|
|
323
|
+
"testID": "OnboardButtons-test-id-2"
|
|
324
324
|
},
|
|
325
325
|
"children": [
|
|
326
326
|
{
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"marginVertical": 12,
|
|
385
385
|
"flexShrink": 0
|
|
386
386
|
},
|
|
387
|
-
"testID": "OnboardButtons-test-id"
|
|
387
|
+
"testID": "OnboardButtons-test-id-3"
|
|
388
388
|
},
|
|
389
389
|
"children": [
|
|
390
390
|
{
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"marginVertical": 12,
|
|
445
445
|
"flexShrink": 0
|
|
446
446
|
},
|
|
447
|
-
"testID": "OnboardButtons-test-id"
|
|
447
|
+
"testID": "OnboardButtons-test-id-4"
|
|
448
448
|
},
|
|
449
449
|
"children": [
|
|
450
450
|
{
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"marginHorizontal": 25,
|
|
481
481
|
"flexShrink": 0
|
|
482
482
|
},
|
|
483
|
-
"testID": "View-test-id"
|
|
483
|
+
"testID": "View-test-id-1"
|
|
484
484
|
},
|
|
485
485
|
"children": [
|
|
486
486
|
{
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"gap": 8,
|
|
498
498
|
"color": "THEME_COLORS.ONBOARD_FOOTER_TEXT"
|
|
499
499
|
},
|
|
500
|
-
"testID": "OnboardFooter-test-id"
|
|
500
|
+
"testID": "OnboardFooter-test-id-1"
|
|
501
501
|
}
|
|
502
502
|
}
|
|
503
503
|
]
|
|
@@ -507,12 +507,12 @@
|
|
|
507
507
|
"theme": "light",
|
|
508
508
|
"description": "Onboarding sağlayıcısı. (#1)",
|
|
509
509
|
"title": "OnboardProvider 1",
|
|
510
|
-
"testID": "OnboardProvider-test-id"
|
|
510
|
+
"testID": "OnboardProvider-test-id-1"
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
]
|
|
514
514
|
},
|
|
515
515
|
"attributes": {
|
|
516
|
-
"testID": "onboard-test-id"
|
|
516
|
+
"testID": "onboard-test-id-1"
|
|
517
517
|
}
|
|
518
518
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"styles": {
|
|
14
14
|
"paddingBottom": 16
|
|
15
15
|
},
|
|
16
|
-
"testID": "Main-test-id"
|
|
16
|
+
"testID": "Main-test-id-1"
|
|
17
17
|
},
|
|
18
18
|
"children": [
|
|
19
19
|
{
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"styles": {
|
|
25
25
|
"backgroundColor": "THEME_COLORS.BACKGROUND"
|
|
26
26
|
},
|
|
27
|
-
"testID": "StatusBarColor-test-id"
|
|
27
|
+
"testID": "StatusBarColor-test-id-1"
|
|
28
28
|
},
|
|
29
29
|
"children": null
|
|
30
30
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"styles": {
|
|
37
37
|
"backgroundColor": "THEME_COLORS.BACKGROUND"
|
|
38
38
|
},
|
|
39
|
-
"testID": "NavigationBarColor-test-id"
|
|
39
|
+
"testID": "NavigationBarColor-test-id-1"
|
|
40
40
|
},
|
|
41
41
|
"children": null
|
|
42
42
|
},
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"textAlign": "center",
|
|
61
61
|
"marginTop": 40
|
|
62
62
|
},
|
|
63
|
-
"testID": "OnboardTitle-test-id"
|
|
63
|
+
"testID": "OnboardTitle-test-id-1"
|
|
64
64
|
},
|
|
65
65
|
"children": "base.onboard.title.one-page2"
|
|
66
66
|
},
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"styles": {
|
|
73
73
|
"height": 350
|
|
74
74
|
},
|
|
75
|
-
"testID": "OnboardImage-test-id",
|
|
75
|
+
"testID": "OnboardImage-test-id-1",
|
|
76
76
|
"fetchStrategy": "highIfItsAppLaunch"
|
|
77
77
|
}
|
|
78
78
|
},
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"fontSize": 16,
|
|
87
87
|
"textAlign": "center"
|
|
88
88
|
},
|
|
89
|
-
"testID": "OnboardSubtitle-test-id"
|
|
89
|
+
"testID": "OnboardSubtitle-test-id-1"
|
|
90
90
|
},
|
|
91
91
|
"children": "base.onboard.subtitle.one-page2"
|
|
92
92
|
}
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"attributes": {
|
|
95
95
|
"description": "Onboarding sayfası. (#1)",
|
|
96
96
|
"title": "OnboardItem 1",
|
|
97
|
-
"testID": "OnboardItem-test-id"
|
|
97
|
+
"testID": "OnboardItem-test-id-1"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
{
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"textAlign": "center",
|
|
112
112
|
"marginTop": 40
|
|
113
113
|
},
|
|
114
|
-
"testID": "OnboardTitle-test-id"
|
|
114
|
+
"testID": "OnboardTitle-test-id-2"
|
|
115
115
|
},
|
|
116
116
|
"children": "base.onboard.title.two-page2"
|
|
117
117
|
},
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"fontSize": 16,
|
|
126
126
|
"textAlign": "center"
|
|
127
127
|
},
|
|
128
|
-
"testID": "OnboardSubtitle-test-id"
|
|
128
|
+
"testID": "OnboardSubtitle-test-id-2"
|
|
129
129
|
},
|
|
130
130
|
"children": "base.onboard.subtitle.two-page2"
|
|
131
131
|
}
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"attributes": {
|
|
134
134
|
"description": "Onboarding sayfası. (#2)",
|
|
135
135
|
"title": "OnboardItem 2",
|
|
136
|
-
"testID": "OnboardItem-test-id"
|
|
136
|
+
"testID": "OnboardItem-test-id-2"
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
{
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"textAlign": "center",
|
|
151
151
|
"marginTop": 40
|
|
152
152
|
},
|
|
153
|
-
"testID": "OnboardTitle-test-id"
|
|
153
|
+
"testID": "OnboardTitle-test-id-3"
|
|
154
154
|
},
|
|
155
155
|
"children": "base.onboard.title.three-page2"
|
|
156
156
|
},
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"fontSize": 16,
|
|
165
165
|
"textAlign": "center"
|
|
166
166
|
},
|
|
167
|
-
"testID": "OnboardSubtitle-test-id"
|
|
167
|
+
"testID": "OnboardSubtitle-test-id-3"
|
|
168
168
|
},
|
|
169
169
|
"children": "base.onboard.subtitle.three-page2"
|
|
170
170
|
}
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"attributes": {
|
|
173
173
|
"description": "Onboarding sayfası. (#3)",
|
|
174
174
|
"title": "OnboardItem 3",
|
|
175
|
-
"testID": "OnboardItem-test-id"
|
|
175
|
+
"testID": "OnboardItem-test-id-3"
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
178
|
{
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"textAlign": "center",
|
|
190
190
|
"marginTop": 40
|
|
191
191
|
},
|
|
192
|
-
"testID": "OnboardTitle-test-id"
|
|
192
|
+
"testID": "OnboardTitle-test-id-4"
|
|
193
193
|
},
|
|
194
194
|
"children": "base.onboard.title.four-page2"
|
|
195
195
|
},
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"fontSize": 16,
|
|
204
204
|
"textAlign": "center"
|
|
205
205
|
},
|
|
206
|
-
"testID": "OnboardSubtitle-test-id"
|
|
206
|
+
"testID": "OnboardSubtitle-test-id-4"
|
|
207
207
|
},
|
|
208
208
|
"children": "base.onboard.subtitle.four-page2"
|
|
209
209
|
}
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"attributes": {
|
|
212
212
|
"description": "Onboarding sayfası. (#4)",
|
|
213
213
|
"title": "OnboardItem 4",
|
|
214
|
-
"testID": "OnboardItem-test-id"
|
|
214
|
+
"testID": "OnboardItem-test-id-4"
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
],
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"styles": {
|
|
222
222
|
"flex": 1
|
|
223
223
|
},
|
|
224
|
-
"testID": "Onboard-test-id"
|
|
224
|
+
"testID": "Onboard-test-id-1"
|
|
225
225
|
}
|
|
226
226
|
},
|
|
227
227
|
{
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"styles": {
|
|
236
236
|
"paddingVertical": 12
|
|
237
237
|
},
|
|
238
|
-
"testID": "OnboardDot-test-id"
|
|
238
|
+
"testID": "OnboardDot-test-id-1"
|
|
239
239
|
}
|
|
240
240
|
},
|
|
241
241
|
{
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"height": 2,
|
|
249
249
|
"backgroundColor": "STATIC_COLORS.ONBOARD_SEPARATOR_COLOR"
|
|
250
250
|
},
|
|
251
|
-
"testID": "Separator-test-id"
|
|
251
|
+
"testID": "Separator-test-id-1"
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
{
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"marginVertical": 12,
|
|
265
265
|
"flexShrink": 0
|
|
266
266
|
},
|
|
267
|
-
"testID": "OnboardButtons-test-id"
|
|
267
|
+
"testID": "OnboardButtons-test-id-1"
|
|
268
268
|
},
|
|
269
269
|
"children": [
|
|
270
270
|
{
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
"marginVertical": 12,
|
|
321
321
|
"flexShrink": 0
|
|
322
322
|
},
|
|
323
|
-
"testID": "OnboardButtons-test-id"
|
|
323
|
+
"testID": "OnboardButtons-test-id-2"
|
|
324
324
|
},
|
|
325
325
|
"children": [
|
|
326
326
|
{
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"marginVertical": 12,
|
|
385
385
|
"flexShrink": 0
|
|
386
386
|
},
|
|
387
|
-
"testID": "OnboardButtons-test-id"
|
|
387
|
+
"testID": "OnboardButtons-test-id-3"
|
|
388
388
|
},
|
|
389
389
|
"children": [
|
|
390
390
|
{
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"marginVertical": 12,
|
|
445
445
|
"flexShrink": 0
|
|
446
446
|
},
|
|
447
|
-
"testID": "OnboardButtons-test-id"
|
|
447
|
+
"testID": "OnboardButtons-test-id-4"
|
|
448
448
|
},
|
|
449
449
|
"children": [
|
|
450
450
|
{
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"marginHorizontal": 25,
|
|
481
481
|
"flexShrink": 0
|
|
482
482
|
},
|
|
483
|
-
"testID": "View-test-id"
|
|
483
|
+
"testID": "View-test-id-1"
|
|
484
484
|
},
|
|
485
485
|
"children": [
|
|
486
486
|
{
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"gap": 8,
|
|
498
498
|
"color": "THEME_COLORS.ONBOARD_FOOTER_TEXT"
|
|
499
499
|
},
|
|
500
|
-
"testID": "OnboardFooter-test-id"
|
|
500
|
+
"testID": "OnboardFooter-test-id-1"
|
|
501
501
|
}
|
|
502
502
|
}
|
|
503
503
|
]
|
|
@@ -507,12 +507,12 @@
|
|
|
507
507
|
"theme": "dark",
|
|
508
508
|
"description": "Onboarding sağlayıcısı. (#1)",
|
|
509
509
|
"title": "OnboardProvider 1",
|
|
510
|
-
"testID": "OnboardProvider-test-id"
|
|
510
|
+
"testID": "OnboardProvider-test-id-1"
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
]
|
|
514
514
|
},
|
|
515
515
|
"attributes": {
|
|
516
|
-
"testID": "onboard-test-id"
|
|
516
|
+
"testID": "onboard-test-id-1"
|
|
517
517
|
}
|
|
518
518
|
}
|