@lookiero/checkout 9.11.0 → 9.12.0
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/src/ExpoRoot.js +1 -1
- package/dist/src/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.js +5 -2
- package/dist/src/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.style.d.ts +18 -2
- package/dist/src/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.style.js +14 -2
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +1 -1
- package/src/ExpoRoot.tsx +1 -1
- package/src/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.style.ts +25 -4
- package/src/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.tsx +11 -6
- package/src/infrastructure/ui/views/item/components/getOutOfCheckoutModal/__snapshots__/GetOutOfCheckoutModal.test.tsx.snap +159 -87
- package/src/infrastructure/ui/views/item/components/itemActions/__snapshots__/ItemActions.test.tsx.snap +242 -126
- package/src/infrastructure/ui/views/item/components/sizeWithoutStockModal/__snapshots__/SizeWithoutStockModal.test.tsx.snap +74 -40
- package/src/infrastructure/ui/views/summary/components/collapsiblePricing/__snapshots__/CollapsiblePricing.test.tsx.snap +152 -80
|
@@ -148,24 +148,14 @@ exports[`ItemActions component matches the snapshot 1`] = `
|
|
|
148
148
|
"right": 0,
|
|
149
149
|
"top": 0,
|
|
150
150
|
},
|
|
151
|
-
"alignContent": "center",
|
|
152
151
|
"alignSelf": "flex-start",
|
|
153
|
-
"backgroundColor": "#FFFFFF",
|
|
154
|
-
"borderColor": "#0C0A0A",
|
|
155
|
-
"borderRadius": 9999,
|
|
156
|
-
"borderStyle": "solid",
|
|
157
|
-
"borderWidth": 2,
|
|
158
152
|
"container": {
|
|
159
153
|
"overflow": "hidden",
|
|
160
154
|
},
|
|
161
155
|
"flex": 1,
|
|
162
156
|
"height": 48,
|
|
163
|
-
"justifyContent": "center",
|
|
164
157
|
"marginRight": 8,
|
|
165
158
|
"overflow": "hidden",
|
|
166
|
-
"paddingLeft": 24,
|
|
167
|
-
"paddingRight": 24,
|
|
168
|
-
"position": "relative",
|
|
169
159
|
"pressed": {
|
|
170
160
|
"bottom": 0,
|
|
171
161
|
"left": 0,
|
|
@@ -182,55 +172,105 @@ exports[`ItemActions component matches the snapshot 1`] = `
|
|
|
182
172
|
}
|
|
183
173
|
testID="size-selector"
|
|
184
174
|
>
|
|
185
|
-
<
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
175
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
176
|
+
colors={
|
|
177
|
+
[
|
|
178
|
+
4294967295,
|
|
179
|
+
4294967295,
|
|
180
|
+
]
|
|
181
|
+
}
|
|
182
|
+
endPoint={
|
|
183
|
+
[
|
|
184
|
+
1,
|
|
185
|
+
0,
|
|
186
|
+
]
|
|
187
|
+
}
|
|
188
|
+
startPoint={
|
|
189
|
+
[
|
|
190
|
+
0,
|
|
191
|
+
1,
|
|
192
|
+
]
|
|
198
193
|
}
|
|
199
|
-
/>
|
|
200
|
-
<View
|
|
201
194
|
style={
|
|
202
195
|
[
|
|
203
196
|
{
|
|
204
|
-
"
|
|
205
|
-
"
|
|
197
|
+
"alignContent": "center",
|
|
198
|
+
"height": 64,
|
|
206
199
|
"justifyContent": "center",
|
|
200
|
+
"overflow": "hidden",
|
|
201
|
+
"paddingLeft": 24,
|
|
202
|
+
"paddingRight": 24,
|
|
203
|
+
"position": "relative",
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"borderColor": "#0C0A0A",
|
|
207
|
+
"borderStyle": "solid",
|
|
208
|
+
"borderWidth": 2,
|
|
209
|
+
"height": 64,
|
|
210
|
+
"paddingLeft": 24,
|
|
211
|
+
"paddingRight": 24,
|
|
212
|
+
},
|
|
213
|
+
undefined,
|
|
214
|
+
{
|
|
215
|
+
"height": 48,
|
|
216
|
+
},
|
|
217
|
+
false,
|
|
218
|
+
{
|
|
219
|
+
"borderRadius": 9999,
|
|
207
220
|
},
|
|
208
221
|
]
|
|
209
222
|
}
|
|
210
223
|
>
|
|
211
|
-
<
|
|
212
|
-
|
|
213
|
-
|
|
224
|
+
<View
|
|
225
|
+
collapsable={false}
|
|
226
|
+
pointerEvents="none"
|
|
227
|
+
style={
|
|
228
|
+
{
|
|
229
|
+
"backgroundColor": "#B7B3B3",
|
|
230
|
+
"height": 48,
|
|
231
|
+
"left": 0,
|
|
232
|
+
"opacity": 0.7,
|
|
233
|
+
"position": "absolute",
|
|
234
|
+
"top": 0,
|
|
235
|
+
"width": "0%",
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
/>
|
|
239
|
+
<View
|
|
214
240
|
style={
|
|
215
241
|
[
|
|
216
242
|
{
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"letterSpacing": -0.2,
|
|
221
|
-
"lineHeight": 20,
|
|
222
|
-
"paddingBottom": 0,
|
|
223
|
-
"paddingLeft": 0,
|
|
224
|
-
"paddingRight": 0,
|
|
225
|
-
"paddingTop": 0,
|
|
226
|
-
"textAlign": "center",
|
|
243
|
+
"alignItems": "center",
|
|
244
|
+
"flexDirection": "row",
|
|
245
|
+
"justifyContent": "center",
|
|
227
246
|
},
|
|
228
247
|
]
|
|
229
248
|
}
|
|
230
249
|
>
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
250
|
+
<Text
|
|
251
|
+
allowFontScaling={false}
|
|
252
|
+
selectable={false}
|
|
253
|
+
style={
|
|
254
|
+
[
|
|
255
|
+
{
|
|
256
|
+
"color": "#0C0C0A",
|
|
257
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
258
|
+
"fontSize": 15,
|
|
259
|
+
"letterSpacing": -0.2,
|
|
260
|
+
"lineHeight": 20,
|
|
261
|
+
"paddingBottom": 0,
|
|
262
|
+
"paddingLeft": 0,
|
|
263
|
+
"paddingRight": 0,
|
|
264
|
+
"paddingTop": 0,
|
|
265
|
+
"textAlign": "center",
|
|
266
|
+
},
|
|
267
|
+
]
|
|
268
|
+
}
|
|
269
|
+
>
|
|
270
|
+
item.change_size_button
|
|
271
|
+
</Text>
|
|
272
|
+
</View>
|
|
273
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
234
274
|
</View>
|
|
235
275
|
<View
|
|
236
276
|
accessibilityRole="button"
|
|
@@ -277,23 +317,13 @@ exports[`ItemActions component matches the snapshot 1`] = `
|
|
|
277
317
|
"right": 0,
|
|
278
318
|
"top": 0,
|
|
279
319
|
},
|
|
280
|
-
"alignContent": "center",
|
|
281
320
|
"alignSelf": "flex-start",
|
|
282
|
-
"backgroundColor": "#FFFFFF",
|
|
283
|
-
"borderColor": "#0C0A0A",
|
|
284
|
-
"borderRadius": 9999,
|
|
285
|
-
"borderStyle": "solid",
|
|
286
|
-
"borderWidth": 2,
|
|
287
321
|
"container": {
|
|
288
322
|
"overflow": "hidden",
|
|
289
323
|
},
|
|
290
324
|
"flex": 1,
|
|
291
325
|
"height": 48,
|
|
292
|
-
"justifyContent": "center",
|
|
293
326
|
"overflow": "hidden",
|
|
294
|
-
"paddingLeft": 24,
|
|
295
|
-
"paddingRight": 24,
|
|
296
|
-
"position": "relative",
|
|
297
327
|
"pressed": {
|
|
298
328
|
"bottom": 0,
|
|
299
329
|
"left": 0,
|
|
@@ -310,55 +340,105 @@ exports[`ItemActions component matches the snapshot 1`] = `
|
|
|
310
340
|
}
|
|
311
341
|
testID="return-button"
|
|
312
342
|
>
|
|
313
|
-
<
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
343
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
344
|
+
colors={
|
|
345
|
+
[
|
|
346
|
+
4294967295,
|
|
347
|
+
4294967295,
|
|
348
|
+
]
|
|
349
|
+
}
|
|
350
|
+
endPoint={
|
|
351
|
+
[
|
|
352
|
+
1,
|
|
353
|
+
0,
|
|
354
|
+
]
|
|
355
|
+
}
|
|
356
|
+
startPoint={
|
|
357
|
+
[
|
|
358
|
+
0,
|
|
359
|
+
1,
|
|
360
|
+
]
|
|
326
361
|
}
|
|
327
|
-
/>
|
|
328
|
-
<View
|
|
329
362
|
style={
|
|
330
363
|
[
|
|
331
364
|
{
|
|
332
|
-
"
|
|
333
|
-
"
|
|
365
|
+
"alignContent": "center",
|
|
366
|
+
"height": 64,
|
|
334
367
|
"justifyContent": "center",
|
|
368
|
+
"overflow": "hidden",
|
|
369
|
+
"paddingLeft": 24,
|
|
370
|
+
"paddingRight": 24,
|
|
371
|
+
"position": "relative",
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"borderColor": "#0C0A0A",
|
|
375
|
+
"borderStyle": "solid",
|
|
376
|
+
"borderWidth": 2,
|
|
377
|
+
"height": 64,
|
|
378
|
+
"paddingLeft": 24,
|
|
379
|
+
"paddingRight": 24,
|
|
380
|
+
},
|
|
381
|
+
undefined,
|
|
382
|
+
{
|
|
383
|
+
"height": 48,
|
|
384
|
+
},
|
|
385
|
+
false,
|
|
386
|
+
{
|
|
387
|
+
"borderRadius": 9999,
|
|
335
388
|
},
|
|
336
389
|
]
|
|
337
390
|
}
|
|
338
391
|
>
|
|
339
|
-
<
|
|
340
|
-
|
|
341
|
-
|
|
392
|
+
<View
|
|
393
|
+
collapsable={false}
|
|
394
|
+
pointerEvents="none"
|
|
395
|
+
style={
|
|
396
|
+
{
|
|
397
|
+
"backgroundColor": "#B7B3B3",
|
|
398
|
+
"height": 48,
|
|
399
|
+
"left": 0,
|
|
400
|
+
"opacity": 0.7,
|
|
401
|
+
"position": "absolute",
|
|
402
|
+
"top": 0,
|
|
403
|
+
"width": "0%",
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
/>
|
|
407
|
+
<View
|
|
342
408
|
style={
|
|
343
409
|
[
|
|
344
410
|
{
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"letterSpacing": -0.2,
|
|
349
|
-
"lineHeight": 20,
|
|
350
|
-
"paddingBottom": 0,
|
|
351
|
-
"paddingLeft": 0,
|
|
352
|
-
"paddingRight": 0,
|
|
353
|
-
"paddingTop": 0,
|
|
354
|
-
"textAlign": "center",
|
|
411
|
+
"alignItems": "center",
|
|
412
|
+
"flexDirection": "row",
|
|
413
|
+
"justifyContent": "center",
|
|
355
414
|
},
|
|
356
415
|
]
|
|
357
416
|
}
|
|
358
417
|
>
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
418
|
+
<Text
|
|
419
|
+
allowFontScaling={false}
|
|
420
|
+
selectable={false}
|
|
421
|
+
style={
|
|
422
|
+
[
|
|
423
|
+
{
|
|
424
|
+
"color": "#0C0C0A",
|
|
425
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
426
|
+
"fontSize": 15,
|
|
427
|
+
"letterSpacing": -0.2,
|
|
428
|
+
"lineHeight": 20,
|
|
429
|
+
"paddingBottom": 0,
|
|
430
|
+
"paddingLeft": 0,
|
|
431
|
+
"paddingRight": 0,
|
|
432
|
+
"paddingTop": 0,
|
|
433
|
+
"textAlign": "center",
|
|
434
|
+
},
|
|
435
|
+
]
|
|
436
|
+
}
|
|
437
|
+
>
|
|
438
|
+
item.return_button
|
|
439
|
+
</Text>
|
|
440
|
+
</View>
|
|
441
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
362
442
|
</View>
|
|
363
443
|
</View>
|
|
364
444
|
<View
|
|
@@ -406,19 +486,12 @@ exports[`ItemActions component matches the snapshot 1`] = `
|
|
|
406
486
|
"right": 0,
|
|
407
487
|
"top": 0,
|
|
408
488
|
},
|
|
409
|
-
"alignContent": "center",
|
|
410
489
|
"alignSelf": "flex-start",
|
|
411
|
-
"backgroundColor": "#0C0A0A",
|
|
412
|
-
"borderRadius": 9999,
|
|
413
490
|
"container": {
|
|
414
491
|
"overflow": "hidden",
|
|
415
492
|
},
|
|
416
493
|
"height": 48,
|
|
417
|
-
"justifyContent": "center",
|
|
418
494
|
"overflow": "hidden",
|
|
419
|
-
"paddingLeft": 24,
|
|
420
|
-
"paddingRight": 24,
|
|
421
|
-
"position": "relative",
|
|
422
495
|
"pressed": {
|
|
423
496
|
"bottom": 0,
|
|
424
497
|
"left": 0,
|
|
@@ -435,55 +508,98 @@ exports[`ItemActions component matches the snapshot 1`] = `
|
|
|
435
508
|
}
|
|
436
509
|
testID="keep-button"
|
|
437
510
|
>
|
|
438
|
-
<
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
511
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
512
|
+
colors={
|
|
513
|
+
[
|
|
514
|
+
4278979082,
|
|
515
|
+
4278979082,
|
|
516
|
+
]
|
|
517
|
+
}
|
|
518
|
+
endPoint={
|
|
519
|
+
[
|
|
520
|
+
1,
|
|
521
|
+
0,
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
startPoint={
|
|
525
|
+
[
|
|
526
|
+
0,
|
|
527
|
+
1,
|
|
528
|
+
]
|
|
451
529
|
}
|
|
452
|
-
/>
|
|
453
|
-
<View
|
|
454
530
|
style={
|
|
455
531
|
[
|
|
456
532
|
{
|
|
457
|
-
"
|
|
458
|
-
"
|
|
533
|
+
"alignContent": "center",
|
|
534
|
+
"height": 64,
|
|
459
535
|
"justifyContent": "center",
|
|
536
|
+
"overflow": "hidden",
|
|
537
|
+
"paddingLeft": 24,
|
|
538
|
+
"paddingRight": 24,
|
|
539
|
+
"position": "relative",
|
|
540
|
+
},
|
|
541
|
+
{},
|
|
542
|
+
undefined,
|
|
543
|
+
{
|
|
544
|
+
"height": 48,
|
|
545
|
+
},
|
|
546
|
+
false,
|
|
547
|
+
{
|
|
548
|
+
"borderRadius": 9999,
|
|
460
549
|
},
|
|
461
550
|
]
|
|
462
551
|
}
|
|
463
552
|
>
|
|
464
|
-
<
|
|
465
|
-
|
|
466
|
-
|
|
553
|
+
<View
|
|
554
|
+
collapsable={false}
|
|
555
|
+
pointerEvents="none"
|
|
556
|
+
style={
|
|
557
|
+
{
|
|
558
|
+
"backgroundColor": "#716A6B",
|
|
559
|
+
"height": 48,
|
|
560
|
+
"left": 0,
|
|
561
|
+
"opacity": 0.7,
|
|
562
|
+
"position": "absolute",
|
|
563
|
+
"top": 0,
|
|
564
|
+
"width": "0%",
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
/>
|
|
568
|
+
<View
|
|
467
569
|
style={
|
|
468
570
|
[
|
|
469
571
|
{
|
|
470
|
-
"
|
|
471
|
-
"
|
|
472
|
-
"
|
|
473
|
-
"letterSpacing": -0.2,
|
|
474
|
-
"lineHeight": 20,
|
|
475
|
-
"paddingBottom": 0,
|
|
476
|
-
"paddingLeft": 0,
|
|
477
|
-
"paddingRight": 0,
|
|
478
|
-
"paddingTop": 0,
|
|
479
|
-
"textAlign": "center",
|
|
572
|
+
"alignItems": "center",
|
|
573
|
+
"flexDirection": "row",
|
|
574
|
+
"justifyContent": "center",
|
|
480
575
|
},
|
|
481
576
|
]
|
|
482
577
|
}
|
|
483
578
|
>
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
579
|
+
<Text
|
|
580
|
+
allowFontScaling={false}
|
|
581
|
+
selectable={false}
|
|
582
|
+
style={
|
|
583
|
+
[
|
|
584
|
+
{
|
|
585
|
+
"color": "#FFFFFF",
|
|
586
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
587
|
+
"fontSize": 15,
|
|
588
|
+
"letterSpacing": -0.2,
|
|
589
|
+
"lineHeight": 20,
|
|
590
|
+
"paddingBottom": 0,
|
|
591
|
+
"paddingLeft": 0,
|
|
592
|
+
"paddingRight": 0,
|
|
593
|
+
"paddingTop": 0,
|
|
594
|
+
"textAlign": "center",
|
|
595
|
+
},
|
|
596
|
+
]
|
|
597
|
+
}
|
|
598
|
+
>
|
|
599
|
+
item.keep_button
|
|
600
|
+
</Text>
|
|
601
|
+
</View>
|
|
602
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
487
603
|
</View>
|
|
488
604
|
</View>
|
|
489
605
|
</View>
|
|
@@ -344,19 +344,12 @@ exports[`SizeWithoutStockModal component matches the snapshot 1`] = `
|
|
|
344
344
|
"right": 0,
|
|
345
345
|
"top": 0,
|
|
346
346
|
},
|
|
347
|
-
"alignContent": "center",
|
|
348
347
|
"alignSelf": "flex-start",
|
|
349
|
-
"backgroundColor": "#0C0A0A",
|
|
350
|
-
"borderRadius": 9999,
|
|
351
348
|
"container": {
|
|
352
349
|
"overflow": "hidden",
|
|
353
350
|
},
|
|
354
351
|
"height": 64,
|
|
355
|
-
"justifyContent": "center",
|
|
356
352
|
"overflow": "hidden",
|
|
357
|
-
"paddingLeft": 24,
|
|
358
|
-
"paddingRight": 24,
|
|
359
|
-
"position": "relative",
|
|
360
353
|
"pressed": {
|
|
361
354
|
"bottom": 0,
|
|
362
355
|
"left": 0,
|
|
@@ -372,55 +365,96 @@ exports[`SizeWithoutStockModal component matches the snapshot 1`] = `
|
|
|
372
365
|
]
|
|
373
366
|
}
|
|
374
367
|
>
|
|
375
|
-
<
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
368
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
369
|
+
colors={
|
|
370
|
+
[
|
|
371
|
+
4278979082,
|
|
372
|
+
4278979082,
|
|
373
|
+
]
|
|
374
|
+
}
|
|
375
|
+
endPoint={
|
|
376
|
+
[
|
|
377
|
+
1,
|
|
378
|
+
0,
|
|
379
|
+
]
|
|
380
|
+
}
|
|
381
|
+
startPoint={
|
|
382
|
+
[
|
|
383
|
+
0,
|
|
384
|
+
1,
|
|
385
|
+
]
|
|
388
386
|
}
|
|
389
|
-
/>
|
|
390
|
-
<View
|
|
391
387
|
style={
|
|
392
388
|
[
|
|
393
389
|
{
|
|
394
|
-
"
|
|
395
|
-
"
|
|
390
|
+
"alignContent": "center",
|
|
391
|
+
"height": 64,
|
|
396
392
|
"justifyContent": "center",
|
|
393
|
+
"overflow": "hidden",
|
|
394
|
+
"paddingLeft": 24,
|
|
395
|
+
"paddingRight": 24,
|
|
396
|
+
"position": "relative",
|
|
397
|
+
},
|
|
398
|
+
{},
|
|
399
|
+
undefined,
|
|
400
|
+
undefined,
|
|
401
|
+
false,
|
|
402
|
+
{
|
|
403
|
+
"borderRadius": 9999,
|
|
397
404
|
},
|
|
398
405
|
]
|
|
399
406
|
}
|
|
400
407
|
>
|
|
401
|
-
<
|
|
402
|
-
|
|
403
|
-
|
|
408
|
+
<View
|
|
409
|
+
collapsable={false}
|
|
410
|
+
pointerEvents="none"
|
|
411
|
+
style={
|
|
412
|
+
{
|
|
413
|
+
"backgroundColor": "#716A6B",
|
|
414
|
+
"height": "300%",
|
|
415
|
+
"left": 0,
|
|
416
|
+
"opacity": 0.7,
|
|
417
|
+
"position": "absolute",
|
|
418
|
+
"top": 0,
|
|
419
|
+
"width": "0%",
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
/>
|
|
423
|
+
<View
|
|
404
424
|
style={
|
|
405
425
|
[
|
|
406
426
|
{
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"letterSpacing": -0.2,
|
|
411
|
-
"lineHeight": 20,
|
|
412
|
-
"paddingBottom": 0,
|
|
413
|
-
"paddingLeft": 0,
|
|
414
|
-
"paddingRight": 0,
|
|
415
|
-
"paddingTop": 0,
|
|
416
|
-
"textAlign": "center",
|
|
427
|
+
"alignItems": "center",
|
|
428
|
+
"flexDirection": "row",
|
|
429
|
+
"justifyContent": "center",
|
|
417
430
|
},
|
|
418
431
|
]
|
|
419
432
|
}
|
|
420
433
|
>
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
434
|
+
<Text
|
|
435
|
+
allowFontScaling={false}
|
|
436
|
+
selectable={false}
|
|
437
|
+
style={
|
|
438
|
+
[
|
|
439
|
+
{
|
|
440
|
+
"color": "#FFFFFF",
|
|
441
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
442
|
+
"fontSize": 15,
|
|
443
|
+
"letterSpacing": -0.2,
|
|
444
|
+
"lineHeight": 20,
|
|
445
|
+
"paddingBottom": 0,
|
|
446
|
+
"paddingLeft": 0,
|
|
447
|
+
"paddingRight": 0,
|
|
448
|
+
"paddingTop": 0,
|
|
449
|
+
"textAlign": "center",
|
|
450
|
+
},
|
|
451
|
+
]
|
|
452
|
+
}
|
|
453
|
+
>
|
|
454
|
+
size_without_stock_modal.button
|
|
455
|
+
</Text>
|
|
456
|
+
</View>
|
|
457
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
424
458
|
</View>
|
|
425
459
|
</View>
|
|
426
460
|
</View>
|