@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.
Files changed (79) hide show
  1. package/dist/build-components/NavigationBarColor/NavigationBarColorProps.generated.d.ts +1 -40
  2. package/dist/build-components/StatusBarColor/StatusBarColorProps.generated.d.ts +1 -1
  3. package/dist/build-components/patterns.generated.d.ts +21 -344
  4. package/dist/components/BuilderProvider.d.ts +1 -0
  5. package/dist/components/DeviceButton.d.ts +4 -1
  6. package/dist/index.cjs.js +1 -1
  7. package/dist/index.cjs.js.map +1 -1
  8. package/dist/index.esm.js +1 -1
  9. package/dist/index.esm.js.map +1 -1
  10. package/dist/index.web.cjs.js +4 -4
  11. package/dist/index.web.cjs.js.map +1 -1
  12. package/dist/index.web.esm.js +4 -4
  13. package/dist/index.web.esm.js.map +1 -1
  14. package/dist/mockOS/context/MockOSContext.d.ts +3 -1
  15. package/dist/size-matters/index.d.ts +1 -1
  16. package/dist/store.d.ts +6 -0
  17. package/dist/styles.css +1 -1
  18. package/dist/types/Device.d.ts +5 -0
  19. package/dist/utils/extractTextStyle/extractTextStyle.d.ts +1 -0
  20. package/dist/utils/extractViewStyle/extractViewStyle.d.ts +1 -0
  21. package/package.json +1 -1
  22. package/scripts/prebuild/assets/prompt_scheme.md +7 -0
  23. package/src/DeviceMockFrame.tsx +8 -0
  24. package/src/RenderPage.tsx +3 -0
  25. package/src/assets/devices.json +747 -183
  26. package/src/assets/meta.json +1 -1
  27. package/src/assets/prompt-scheme-onboard.generated.ts +1 -1
  28. package/src/assets/prompt-scheme-paywall.generated.ts +1 -1
  29. package/src/assets/samples/carousel-sample.json +30 -26
  30. package/src/assets/samples/paywall-1.json +30 -30
  31. package/src/assets/samples/paywall-2.json +26 -26
  32. package/src/assets/samples/paywall-app-delete-offer.json +27 -27
  33. package/src/assets/samples/paywall-app-open-offer.json +27 -27
  34. package/src/assets/samples/paywall-back-offer.json +27 -27
  35. package/src/assets/samples/paywall-notification-offer.json +27 -27
  36. package/src/assets/samples/simple-1.json +4 -4
  37. package/src/assets/samples/simple-2.json +25 -25
  38. package/src/assets/samples/unmigrated-builder-1.1.1.json +7 -7
  39. package/src/assets/samples/unmigrated-builder1.json +4 -4
  40. package/src/assets/samples/unvalidated-builder1.json +4 -4
  41. package/src/assets/samples/unvalidated-crash1.json +2 -2
  42. package/src/assets/samples/unvalidated-crashcomponent1.json +2 -2
  43. package/src/assets/samples/vpn-onboard-1.json +30 -30
  44. package/src/assets/samples/vpn-onboard-2.json +30 -30
  45. package/src/assets/samples/vpn-onboard-3.json +27 -27
  46. package/src/assets/samples/vpn-onboard-4.json +27 -27
  47. package/src/assets/samples/vpn-onboard-5.json +40 -40
  48. package/src/assets/samples/vpn-onboard-6.json +30 -30
  49. package/src/assets/samples/vpn-onboard-7.json +29 -29
  50. package/src/attribute-analyser/style/web/useExtractImageStyle.ts +8 -3
  51. package/src/attribute-analyser/style/web/useExtractViewStyle.ts +8 -3
  52. package/src/build-components/CarouselDots/CarouselDots.tsx +8 -3
  53. package/src/build-components/Main/Main.tsx +3 -1
  54. package/src/build-components/NavigationBarColor/NavigationBarColor.tsx +15 -1
  55. package/src/build-components/NavigationBarColor/NavigationBarColorProps.generated.ts +1 -52
  56. package/src/build-components/NavigationBarColor/pattern.json +11 -2
  57. package/src/build-components/OnboardDot/OnboardDot.tsx +3 -2
  58. package/src/build-components/PaywallCloseButton/pattern.json +1 -0
  59. package/src/build-components/StatusBarColor/StatusBarColor.tsx +15 -1
  60. package/src/build-components/StatusBarColor/StatusBarColorProps.generated.ts +1 -1
  61. package/src/build-components/StatusBarColor/pattern.json +10 -1
  62. package/src/build-components/patterns.generated.ts +25 -364
  63. package/src/components/BuilderProvider.tsx +1 -0
  64. package/src/components/DeviceButton.tsx +35 -0
  65. package/src/components/EditorHeader.tsx +16 -1
  66. package/src/hooks/useSafeAreaViewStyle.ts +24 -4
  67. package/src/mockOS/context/MockOSContext.tsx +41 -13
  68. package/src/modals/DeviceSelectorModal.tsx +94 -10
  69. package/src/product-base/extractAndroidParams.ts +38 -8
  70. package/src/size-matters/index.ts +15 -9
  71. package/src/store.ts +27 -0
  72. package/src/styles/modals/_product-edit-modal.scss +2 -2
  73. package/src/types/Device.ts +5 -0
  74. package/src/utils/analyseNodeByPatterns.ts +6 -2
  75. package/src/utils/extractTextStyle/extractTextStyle.ts +3 -1
  76. package/src/utils/extractTextStyle/extractTextStyleNative.ts +1 -1
  77. package/src/utils/extractViewStyle/extractViewStyle.ts +19 -5
  78. package/src/utils/extractViewStyle/extractViewStyleNative.ts +5 -1
  79. 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
  },
@@ -59,7 +59,7 @@
59
59
  "styles": {
60
60
  "height": 400
61
61
  },
62
- "testID": "OnboardImage-test-id",
62
+ "testID": "OnboardImage-test-id-1",
63
63
  "fetchStrategy": "highIfItsAppLaunch"
64
64
  }
65
65
  },
@@ -71,7 +71,7 @@
71
71
  "styles": {
72
72
  "color": "THEME_COLORS.ONBOARD_TITLE"
73
73
  },
74
- "testID": "OnboardTitle-test-id"
74
+ "testID": "OnboardTitle-test-id-1"
75
75
  },
76
76
  "children": "base.onboard.title.one-page"
77
77
  },
@@ -83,7 +83,7 @@
83
83
  "styles": {
84
84
  "color": "THEME_COLORS.ONBOARD_SUBTITLE"
85
85
  },
86
- "testID": "OnboardSubtitle-test-id"
86
+ "testID": "OnboardSubtitle-test-id-1"
87
87
  },
88
88
  "children": "base.onboard.subtitle.one-page"
89
89
  }
@@ -91,7 +91,7 @@
91
91
  "attributes": {
92
92
  "description": "Onboarding sayfası. (#1)",
93
93
  "title": "OnboardItem 1",
94
- "testID": "OnboardItem-test-id"
94
+ "testID": "OnboardItem-test-id-1"
95
95
  }
96
96
  },
97
97
  {
@@ -107,7 +107,7 @@
107
107
  "styles": {
108
108
  "height": 400
109
109
  },
110
- "testID": "OnboardImage-test-id",
110
+ "testID": "OnboardImage-test-id-2",
111
111
  "fetchStrategy": "normal"
112
112
  }
113
113
  },
@@ -119,7 +119,7 @@
119
119
  "styles": {
120
120
  "color": "THEME_COLORS.ONBOARD_TITLE"
121
121
  },
122
- "testID": "OnboardTitle-test-id"
122
+ "testID": "OnboardTitle-test-id-2"
123
123
  },
124
124
  "children": "base.onboard.title.two-page"
125
125
  },
@@ -131,7 +131,7 @@
131
131
  "styles": {
132
132
  "color": "THEME_COLORS.ONBOARD_SUBTITLE"
133
133
  },
134
- "testID": "OnboardSubtitle-test-id"
134
+ "testID": "OnboardSubtitle-test-id-2"
135
135
  },
136
136
  "children": "base.onboard.subtitle.two-page"
137
137
  }
@@ -139,7 +139,7 @@
139
139
  "attributes": {
140
140
  "description": "Onboarding sayfası. (#2)",
141
141
  "title": "OnboardItem 2",
142
- "testID": "OnboardItem-test-id"
142
+ "testID": "OnboardItem-test-id-2"
143
143
  }
144
144
  },
145
145
  {
@@ -154,7 +154,7 @@
154
154
  "styles": {
155
155
  "height": 400
156
156
  },
157
- "testID": "OnboardImage-test-id",
157
+ "testID": "OnboardImage-test-id-3",
158
158
  "fetchStrategy": "normal"
159
159
  }
160
160
  },
@@ -166,7 +166,7 @@
166
166
  "styles": {
167
167
  "color": "THEME_COLORS.ONBOARD_TITLE"
168
168
  },
169
- "testID": "OnboardTitle-test-id"
169
+ "testID": "OnboardTitle-test-id-3"
170
170
  },
171
171
  "children": "base.onboard.title.three-page"
172
172
  },
@@ -178,7 +178,7 @@
178
178
  "styles": {
179
179
  "color": "THEME_COLORS.ONBOARD_SUBTITLE"
180
180
  },
181
- "testID": "OnboardSubtitle-test-id"
181
+ "testID": "OnboardSubtitle-test-id-3"
182
182
  },
183
183
  "children": "base.onboard.subtitle.three-page"
184
184
  }
@@ -186,7 +186,7 @@
186
186
  "attributes": {
187
187
  "description": "Onboarding sayfası. (#3)",
188
188
  "title": "OnboardItem 3",
189
- "testID": "OnboardItem-test-id"
189
+ "testID": "OnboardItem-test-id-3"
190
190
  }
191
191
  },
192
192
  {
@@ -201,7 +201,7 @@
201
201
  "styles": {
202
202
  "height": 400
203
203
  },
204
- "testID": "OnboardImage-test-id",
204
+ "testID": "OnboardImage-test-id-4",
205
205
  "fetchStrategy": "normal"
206
206
  }
207
207
  },
@@ -213,7 +213,7 @@
213
213
  "styles": {
214
214
  "color": "THEME_COLORS.ONBOARD_TITLE"
215
215
  },
216
- "testID": "OnboardTitle-test-id"
216
+ "testID": "OnboardTitle-test-id-4"
217
217
  },
218
218
  "children": "base.onboard.title.five-page"
219
219
  },
@@ -225,7 +225,7 @@
225
225
  "styles": {
226
226
  "color": "THEME_COLORS.ONBOARD_SUBTITLE"
227
227
  },
228
- "testID": "OnboardSubtitle-test-id"
228
+ "testID": "OnboardSubtitle-test-id-4"
229
229
  },
230
230
  "children": "base.onboard.subtitle.five-page"
231
231
  }
@@ -233,7 +233,7 @@
233
233
  "attributes": {
234
234
  "description": "Onboarding sayfası. (#4)",
235
235
  "title": "OnboardItem 4",
236
- "testID": "OnboardItem-test-id"
236
+ "testID": "OnboardItem-test-id-4"
237
237
  }
238
238
  },
239
239
  {
@@ -248,7 +248,7 @@
248
248
  "styles": {
249
249
  "height": 400
250
250
  },
251
- "testID": "OnboardImage-test-id",
251
+ "testID": "OnboardImage-test-id-5",
252
252
  "fetchStrategy": "normal"
253
253
  }
254
254
  },
@@ -260,7 +260,7 @@
260
260
  "styles": {
261
261
  "color": "THEME_COLORS.ONBOARD_TITLE"
262
262
  },
263
- "testID": "OnboardTitle-test-id"
263
+ "testID": "OnboardTitle-test-id-5"
264
264
  },
265
265
  "children": "base.onboard.title.six-page"
266
266
  },
@@ -272,7 +272,7 @@
272
272
  "styles": {
273
273
  "color": "THEME_COLORS.ONBOARD_SUBTITLE"
274
274
  },
275
- "testID": "OnboardSubtitle-test-id"
275
+ "testID": "OnboardSubtitle-test-id-5"
276
276
  },
277
277
  "children": "base.onboard.subtitle.six-page"
278
278
  }
@@ -280,7 +280,7 @@
280
280
  "attributes": {
281
281
  "description": "Onboarding sayfası. (#5)",
282
282
  "title": "OnboardItem 5",
283
- "testID": "OnboardItem-test-id"
283
+ "testID": "OnboardItem-test-id-5"
284
284
  }
285
285
  },
286
286
  {
@@ -295,7 +295,7 @@
295
295
  "styles": {
296
296
  "height": 400
297
297
  },
298
- "testID": "OnboardImage-test-id",
298
+ "testID": "OnboardImage-test-id-6",
299
299
  "fetchStrategy": "normal"
300
300
  }
301
301
  },
@@ -307,7 +307,7 @@
307
307
  "styles": {
308
308
  "color": "THEME_COLORS.ONBOARD_TITLE"
309
309
  },
310
- "testID": "OnboardTitle-test-id"
310
+ "testID": "OnboardTitle-test-id-6"
311
311
  },
312
312
  "children": "base.onboard.title.four-page"
313
313
  },
@@ -319,7 +319,7 @@
319
319
  "styles": {
320
320
  "color": "THEME_COLORS.ONBOARD_SUBTITLE"
321
321
  },
322
- "testID": "OnboardSubtitle-test-id"
322
+ "testID": "OnboardSubtitle-test-id-6"
323
323
  },
324
324
  "children": "base.onboard.subtitle.four-page"
325
325
  }
@@ -327,7 +327,7 @@
327
327
  "attributes": {
328
328
  "description": "Onboarding sayfası. (#6)",
329
329
  "title": "OnboardItem 6",
330
- "testID": "OnboardItem-test-id"
330
+ "testID": "OnboardItem-test-id-6"
331
331
  }
332
332
  }
333
333
  ],
@@ -337,7 +337,7 @@
337
337
  "styles": {
338
338
  "flex": 1
339
339
  },
340
- "testID": "Onboard-test-id"
340
+ "testID": "Onboard-test-id-1"
341
341
  }
342
342
  },
343
343
  {
@@ -351,7 +351,7 @@
351
351
  "styles": {
352
352
  "paddingVertical": 12
353
353
  },
354
- "testID": "OnboardDot-test-id"
354
+ "testID": "OnboardDot-test-id-1"
355
355
  }
356
356
  },
357
357
  {
@@ -364,7 +364,7 @@
364
364
  "height": 2,
365
365
  "backgroundColor": "STATIC_COLORS.ONBOARD_SEPARATOR_COLOR"
366
366
  },
367
- "testID": "Separator-test-id"
367
+ "testID": "Separator-test-id-1"
368
368
  }
369
369
  },
370
370
  {
@@ -380,7 +380,7 @@
380
380
  "marginVertical": 12,
381
381
  "flexShrink": 0
382
382
  },
383
- "testID": "OnboardButtons-test-id"
383
+ "testID": "OnboardButtons-test-id-1"
384
384
  },
385
385
  "children": [
386
386
  {
@@ -436,7 +436,7 @@
436
436
  "marginVertical": 12,
437
437
  "flexShrink": 0
438
438
  },
439
- "testID": "OnboardButtons-test-id"
439
+ "testID": "OnboardButtons-test-id-2"
440
440
  },
441
441
  "children": [
442
442
  {
@@ -492,7 +492,7 @@
492
492
  "marginVertical": 12,
493
493
  "flexShrink": 0
494
494
  },
495
- "testID": "OnboardButtons-test-id"
495
+ "testID": "OnboardButtons-test-id-3"
496
496
  },
497
497
  "children": [
498
498
  {
@@ -548,7 +548,7 @@
548
548
  "marginVertical": 12,
549
549
  "flexShrink": 0
550
550
  },
551
- "testID": "OnboardButtons-test-id"
551
+ "testID": "OnboardButtons-test-id-4"
552
552
  },
553
553
  "children": [
554
554
  {
@@ -608,7 +608,7 @@
608
608
  "marginVertical": 12,
609
609
  "flexShrink": 0
610
610
  },
611
- "testID": "OnboardButtons-test-id"
611
+ "testID": "OnboardButtons-test-id-5"
612
612
  },
613
613
  "children": [
614
614
  {
@@ -668,7 +668,7 @@
668
668
  "marginVertical": 12,
669
669
  "flexShrink": 0
670
670
  },
671
- "testID": "OnboardButtons-test-id"
671
+ "testID": "OnboardButtons-test-id-6"
672
672
  },
673
673
  "children": [
674
674
  {
@@ -704,7 +704,7 @@
704
704
  "marginHorizontal": 25,
705
705
  "flexShrink": 0
706
706
  },
707
- "testID": "View-test-id"
707
+ "testID": "View-test-id-1"
708
708
  },
709
709
  "children": [
710
710
  {
@@ -721,7 +721,7 @@
721
721
  "gap": 8,
722
722
  "color": "THEME_COLORS.ONBOARD_FOOTER_TEXT"
723
723
  },
724
- "testID": "OnboardFooter-test-id"
724
+ "testID": "OnboardFooter-test-id-1"
725
725
  }
726
726
  }
727
727
  ]
@@ -731,12 +731,12 @@
731
731
  "theme": "all",
732
732
  "description": "Onboarding sağlayıcısı. (#1)",
733
733
  "title": "OnboardProvider 1",
734
- "testID": "OnboardProvider-test-id"
734
+ "testID": "OnboardProvider-test-id-1"
735
735
  }
736
736
  }
737
737
  ]
738
738
  },
739
739
  "attributes": {
740
- "testID": "onboard-test-id"
740
+ "testID": "onboard-test-id-1"
741
741
  }
742
742
  }
@@ -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
  },
@@ -58,7 +58,7 @@
58
58
  "styles": {
59
59
  "height": 400
60
60
  },
61
- "testID": "OnboardImage-test-id",
61
+ "testID": "OnboardImage-test-id-1",
62
62
  "fetchStrategy": "highIfItsAppLaunch"
63
63
  }
64
64
  },
@@ -70,7 +70,7 @@
70
70
  "styles": {
71
71
  "color": "THEME_COLORS.ONBOARD_TITLE"
72
72
  },
73
- "testID": "OnboardTitle-test-id"
73
+ "testID": "OnboardTitle-test-id-1"
74
74
  },
75
75
  "children": "base.onboard.title.one-page"
76
76
  },
@@ -82,7 +82,7 @@
82
82
  "styles": {
83
83
  "color": "THEME_COLORS.ONBOARD_SUBTITLE"
84
84
  },
85
- "testID": "OnboardSubtitle-test-id"
85
+ "testID": "OnboardSubtitle-test-id-1"
86
86
  },
87
87
  "children": "base.onboard.subtitle.one-page"
88
88
  }
@@ -90,7 +90,7 @@
90
90
  "attributes": {
91
91
  "description": "Onboarding sayfası. (#1)",
92
92
  "title": "OnboardItem 1",
93
- "testID": "OnboardItem-test-id"
93
+ "testID": "OnboardItem-test-id-1"
94
94
  }
95
95
  },
96
96
  {
@@ -105,7 +105,7 @@
105
105
  "styles": {
106
106
  "height": 400
107
107
  },
108
- "testID": "OnboardImage-test-id",
108
+ "testID": "OnboardImage-test-id-2",
109
109
  "fetchStrategy": "normal"
110
110
  }
111
111
  },
@@ -117,7 +117,7 @@
117
117
  "styles": {
118
118
  "color": "THEME_COLORS.ONBOARD_TITLE"
119
119
  },
120
- "testID": "OnboardTitle-test-id"
120
+ "testID": "OnboardTitle-test-id-2"
121
121
  },
122
122
  "children": "base.onboard.title.two-page"
123
123
  },
@@ -129,7 +129,7 @@
129
129
  "styles": {
130
130
  "color": "THEME_COLORS.ONBOARD_SUBTITLE"
131
131
  },
132
- "testID": "OnboardSubtitle-test-id"
132
+ "testID": "OnboardSubtitle-test-id-2"
133
133
  },
134
134
  "children": "base.onboard.subtitle.two-page"
135
135
  }
@@ -137,7 +137,7 @@
137
137
  "attributes": {
138
138
  "description": "Onboarding sayfası. (#2)",
139
139
  "title": "OnboardItem 2",
140
- "testID": "OnboardItem-test-id"
140
+ "testID": "OnboardItem-test-id-2"
141
141
  }
142
142
  },
143
143
  {
@@ -152,7 +152,7 @@
152
152
  "styles": {
153
153
  "height": 400
154
154
  },
155
- "testID": "OnboardImage-test-id",
155
+ "testID": "OnboardImage-test-id-3",
156
156
  "fetchStrategy": "normal"
157
157
  }
158
158
  },
@@ -164,7 +164,7 @@
164
164
  "styles": {
165
165
  "color": "THEME_COLORS.ONBOARD_TITLE"
166
166
  },
167
- "testID": "OnboardTitle-test-id"
167
+ "testID": "OnboardTitle-test-id-3"
168
168
  },
169
169
  "children": "base.onboard.title.three-page"
170
170
  },
@@ -176,7 +176,7 @@
176
176
  "styles": {
177
177
  "color": "THEME_COLORS.ONBOARD_SUBTITLE"
178
178
  },
179
- "testID": "OnboardSubtitle-test-id"
179
+ "testID": "OnboardSubtitle-test-id-3"
180
180
  },
181
181
  "children": "base.onboard.subtitle.three-page"
182
182
  }
@@ -184,7 +184,7 @@
184
184
  "attributes": {
185
185
  "description": "Onboarding sayfası. (#3)",
186
186
  "title": "OnboardItem 3",
187
- "testID": "OnboardItem-test-id"
187
+ "testID": "OnboardItem-test-id-3"
188
188
  }
189
189
  },
190
190
  {
@@ -199,7 +199,7 @@
199
199
  "styles": {
200
200
  "height": 400
201
201
  },
202
- "testID": "OnboardImage-test-id",
202
+ "testID": "OnboardImage-test-id-4",
203
203
  "fetchStrategy": "normal"
204
204
  }
205
205
  },
@@ -211,7 +211,7 @@
211
211
  "styles": {
212
212
  "color": "THEME_COLORS.ONBOARD_TITLE"
213
213
  },
214
- "testID": "OnboardTitle-test-id"
214
+ "testID": "OnboardTitle-test-id-4"
215
215
  },
216
216
  "children": "base.onboard.title.four-page"
217
217
  },
@@ -223,7 +223,7 @@
223
223
  "styles": {
224
224
  "color": "THEME_COLORS.ONBOARD_SUBTITLE"
225
225
  },
226
- "testID": "OnboardSubtitle-test-id"
226
+ "testID": "OnboardSubtitle-test-id-4"
227
227
  },
228
228
  "children": "base.onboard.subtitle.four-page"
229
229
  }
@@ -231,7 +231,7 @@
231
231
  "attributes": {
232
232
  "description": "Onboarding sayfası. (#4)",
233
233
  "title": "OnboardItem 4",
234
- "testID": "OnboardItem-test-id"
234
+ "testID": "OnboardItem-test-id-4"
235
235
  }
236
236
  }
237
237
  ],
@@ -241,7 +241,7 @@
241
241
  "styles": {
242
242
  "flex": 1
243
243
  },
244
- "testID": "Onboard-test-id"
244
+ "testID": "Onboard-test-id-1"
245
245
  }
246
246
  },
247
247
  {
@@ -255,7 +255,7 @@
255
255
  "styles": {
256
256
  "paddingVertical": 12
257
257
  },
258
- "testID": "OnboardDot-test-id"
258
+ "testID": "OnboardDot-test-id-1"
259
259
  }
260
260
  },
261
261
  {
@@ -268,7 +268,7 @@
268
268
  "height": 2,
269
269
  "backgroundColor": "STATIC_COLORS.ONBOARD_SEPARATOR_COLOR"
270
270
  },
271
- "testID": "Separator-test-id"
271
+ "testID": "Separator-test-id-1"
272
272
  }
273
273
  },
274
274
  {
@@ -284,7 +284,7 @@
284
284
  "marginVertical": 12,
285
285
  "flexShrink": 0
286
286
  },
287
- "testID": "OnboardButtons-test-id"
287
+ "testID": "OnboardButtons-test-id-1"
288
288
  },
289
289
  "children": [
290
290
  {
@@ -340,7 +340,7 @@
340
340
  "marginVertical": 12,
341
341
  "flexShrink": 0
342
342
  },
343
- "testID": "OnboardButtons-test-id"
343
+ "testID": "OnboardButtons-test-id-2"
344
344
  },
345
345
  "children": [
346
346
  {
@@ -396,7 +396,7 @@
396
396
  "marginVertical": 12,
397
397
  "flexShrink": 0
398
398
  },
399
- "testID": "OnboardButtons-test-id"
399
+ "testID": "OnboardButtons-test-id-3"
400
400
  },
401
401
  "children": [
402
402
  {
@@ -456,7 +456,7 @@
456
456
  "marginVertical": 12,
457
457
  "flexShrink": 0
458
458
  },
459
- "testID": "OnboardButtons-test-id"
459
+ "testID": "OnboardButtons-test-id-4"
460
460
  },
461
461
  "children": [
462
462
  {
@@ -492,7 +492,7 @@
492
492
  "marginHorizontal": 25,
493
493
  "flexShrink": 0
494
494
  },
495
- "testID": "View-test-id"
495
+ "testID": "View-test-id-1"
496
496
  },
497
497
  "children": [
498
498
  {
@@ -509,7 +509,7 @@
509
509
  "gap": 8,
510
510
  "color": "THEME_COLORS.ONBOARD_FOOTER_TEXT"
511
511
  },
512
- "testID": "OnboardFooter-test-id"
512
+ "testID": "OnboardFooter-test-id-1"
513
513
  }
514
514
  }
515
515
  ]
@@ -519,12 +519,12 @@
519
519
  "theme": "dark",
520
520
  "description": "Onboarding sağlayıcısı. (#1)",
521
521
  "title": "OnboardProvider 1",
522
- "testID": "OnboardProvider-test-id"
522
+ "testID": "OnboardProvider-test-id-1"
523
523
  }
524
524
  }
525
525
  ]
526
526
  },
527
527
  "attributes": {
528
- "testID": "onboard-test-id"
528
+ "testID": "onboard-test-id-1"
529
529
  }
530
530
  }