@aws-amplify/ui-react-native 1.2.21 → 1.2.22

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 (35) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/Authenticator/common/DefaultContent/styles.js +1 -2
  3. package/dist/primitives/Heading/styles.js +5 -5
  4. package/dist/primitives/Label/styles.js +2 -2
  5. package/dist/primitives/TextField/styles.js +3 -3
  6. package/dist/version.d.ts +1 -1
  7. package/dist/version.js +1 -1
  8. package/package.json +4 -4
  9. package/src/Authenticator/Defaults/ConfirmResetPassword/__tests__/__snapshots__/ConfirmResetPassword.spec.tsx.snap +34 -30
  10. package/src/Authenticator/Defaults/ConfirmSignIn/__tests__/__snapshots__/ConfirmSignIn.spec.tsx.snap +14 -14
  11. package/src/Authenticator/Defaults/ConfirmSignUp/__tests__/__snapshots__/ConfirmSignUp.spec.tsx.snap +12 -15
  12. package/src/Authenticator/Defaults/ConfirmVerifyUser/__tests__/__snapshots__/ConfirmVerifyUser.spec.tsx.snap +6 -9
  13. package/src/Authenticator/Defaults/ForceNewPassword/__tests__/__snapshots__/ForceNewPassword.spec.tsx.snap +12 -9
  14. package/src/Authenticator/Defaults/ResetPassword/__tests__/__snapshots__/ResetPassword.spec.tsx.snap +14 -14
  15. package/src/Authenticator/Defaults/SetupTOTP/__tests__/__snapshots__/SetupTOTP.spec.tsx.snap +22 -22
  16. package/src/Authenticator/Defaults/SignIn/__tests__/__snapshots__/SignIn.spec.tsx.snap +36 -33
  17. package/src/Authenticator/Defaults/SignUp/__tests__/__snapshots__/SignUp.spec.tsx.snap +110 -95
  18. package/src/Authenticator/Defaults/VerifyUser/__tests__/__snapshots__/VerifyUser.spec.tsx.snap +16 -18
  19. package/src/Authenticator/common/DefaultContent/styles.ts +1 -2
  20. package/src/Authenticator/common/DefaultHeader/__tests__/__snapshots__/DefaultHeader.spec.tsx.snap +1 -1
  21. package/src/Authenticator/common/FederatedProviderButton/__tests__/__snapshots__/FederatedProviderButton.spec.tsx.snap +4 -4
  22. package/src/Authenticator/common/FederatedProviderButtons/__tests__/__snapshots__/FederatedProviderButtons.spec.tsx.snap +4 -4
  23. package/src/primitives/Checkbox/__tests__/__snapshots__/Checkbox.spec.tsx.snap +14 -14
  24. package/src/primitives/Divider/__tests__/__snapshots__/Divider.spec.tsx.snap +4 -4
  25. package/src/primitives/Heading/__tests__/__snapshots__/Heading.spec.tsx.snap +7 -7
  26. package/src/primitives/Heading/styles.ts +5 -5
  27. package/src/primitives/Label/__tests__/__snapshots__/Label.spec.tsx.snap +8 -8
  28. package/src/primitives/Label/styles.ts +2 -2
  29. package/src/primitives/PasswordField/__tests__/__snapshots__/PasswordField.spec.tsx.snap +25 -20
  30. package/src/primitives/PhoneNumberField/__tests__/__snapshots__/PhoneNumberField.spec.tsx.snap +6 -0
  31. package/src/primitives/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +14 -14
  32. package/src/primitives/RadioGroup/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +48 -48
  33. package/src/primitives/TextField/__tests__/__snapshots__/TextField.spec.tsx.snap +32 -26
  34. package/src/primitives/TextField/styles.ts +3 -3
  35. package/src/version.ts +1 -1
@@ -11,7 +11,7 @@ Array [
11
11
  },
12
12
  Object {
13
13
  "fontSize": 24,
14
- "fontWeight": "300",
14
+ "fontWeight": "500",
15
15
  "lineHeight": 36,
16
16
  },
17
17
  Object {
@@ -35,6 +35,7 @@ Array [
35
35
  Array [
36
36
  Object {
37
37
  "alignItems": "flex-start",
38
+ "marginBottom": 8,
38
39
  },
39
40
  Array [
40
41
  Object {},
@@ -79,6 +80,7 @@ Array [
79
80
  "color": "hsl(210, 50%, 10%)",
80
81
  "flexGrow": 1,
81
82
  "fontSize": 16,
83
+ "paddingHorizontal": 4,
82
84
  "paddingVertical": 12,
83
85
  },
84
86
  Object {},
@@ -242,8 +244,7 @@ Array [
242
244
  },
243
245
  undefined,
244
246
  Object {
245
- "marginHorizontal": 16,
246
- "marginVertical": 12,
247
+ "margin": 12,
247
248
  },
248
249
  ]
249
250
  }
@@ -337,7 +338,7 @@ Array [
337
338
  },
338
339
  Object {
339
340
  "fontSize": 24,
340
- "fontWeight": "300",
341
+ "fontWeight": "500",
341
342
  "lineHeight": 36,
342
343
  },
343
344
  Object {
@@ -361,6 +362,7 @@ Array [
361
362
  Array [
362
363
  Object {
363
364
  "alignItems": "flex-start",
365
+ "marginBottom": 8,
364
366
  },
365
367
  Array [
366
368
  Object {},
@@ -405,6 +407,7 @@ Array [
405
407
  "color": "hsl(210, 50%, 10%)",
406
408
  "flexGrow": 1,
407
409
  "fontSize": 16,
410
+ "paddingHorizontal": 4,
408
411
  "paddingVertical": 12,
409
412
  },
410
413
  Object {},
@@ -509,8 +512,7 @@ Array [
509
512
  },
510
513
  undefined,
511
514
  Object {
512
- "marginHorizontal": 16,
513
- "marginVertical": 12,
515
+ "margin": 12,
514
516
  },
515
517
  ]
516
518
  }
@@ -604,7 +606,7 @@ Array [
604
606
  },
605
607
  Object {
606
608
  "fontSize": 24,
607
- "fontWeight": "300",
609
+ "fontWeight": "500",
608
610
  "lineHeight": 36,
609
611
  },
610
612
  Object {
@@ -628,6 +630,7 @@ Array [
628
630
  Array [
629
631
  Object {
630
632
  "alignItems": "flex-start",
633
+ "marginBottom": 8,
631
634
  },
632
635
  Array [
633
636
  Object {},
@@ -673,6 +676,7 @@ Array [
673
676
  "color": "hsl(210, 50%, 10%)",
674
677
  "flexGrow": 1,
675
678
  "fontSize": 16,
679
+ "paddingHorizontal": 4,
676
680
  "paddingVertical": 12,
677
681
  },
678
682
  Object {},
@@ -808,8 +812,7 @@ Array [
808
812
  },
809
813
  undefined,
810
814
  Object {
811
- "marginHorizontal": 16,
812
- "marginVertical": 12,
815
+ "margin": 12,
813
816
  },
814
817
  ]
815
818
  }
@@ -11,7 +11,7 @@ Array [
11
11
  },
12
12
  Object {
13
13
  "fontSize": 24,
14
- "fontWeight": "300",
14
+ "fontWeight": "500",
15
15
  "lineHeight": 36,
16
16
  },
17
17
  Object {
@@ -35,6 +35,7 @@ Array [
35
35
  Array [
36
36
  Object {
37
37
  "alignItems": "flex-start",
38
+ "marginBottom": 8,
38
39
  },
39
40
  Object {
40
41
  "paddingHorizontal": 12,
@@ -49,9 +50,9 @@ Array [
49
50
  style={
50
51
  Array [
51
52
  Object {
52
- "fontSize": 14,
53
+ "fontSize": 16,
53
54
  "fontWeight": "400",
54
- "lineHeight": 21,
55
+ "lineHeight": 24,
55
56
  },
56
57
  Object {
57
58
  "color": "hsl(210, 50%, 10%)",
@@ -59,8 +60,7 @@ Array [
59
60
  Array [
60
61
  Object {
61
62
  "color": "hsl(210, 25%, 25%)",
62
- "lineHeight": 21,
63
- "padding": 4,
63
+ "paddingVertical": 8,
64
64
  },
65
65
  undefined,
66
66
  ],
@@ -102,6 +102,7 @@ Array [
102
102
  "color": "hsl(210, 50%, 10%)",
103
103
  "flexGrow": 1,
104
104
  "fontSize": 16,
105
+ "paddingHorizontal": 4,
105
106
  "paddingVertical": 12,
106
107
  },
107
108
  Object {},
@@ -201,8 +202,7 @@ Array [
201
202
  },
202
203
  undefined,
203
204
  Object {
204
- "marginHorizontal": 16,
205
- "marginVertical": 12,
205
+ "margin": 12,
206
206
  },
207
207
  ]
208
208
  }
@@ -296,7 +296,7 @@ Array [
296
296
  },
297
297
  Object {
298
298
  "fontSize": 24,
299
- "fontWeight": "300",
299
+ "fontWeight": "500",
300
300
  "lineHeight": 36,
301
301
  },
302
302
  Object {
@@ -320,6 +320,7 @@ Array [
320
320
  Array [
321
321
  Object {
322
322
  "alignItems": "flex-start",
323
+ "marginBottom": 8,
323
324
  },
324
325
  Object {
325
326
  "paddingHorizontal": 12,
@@ -334,9 +335,9 @@ Array [
334
335
  style={
335
336
  Array [
336
337
  Object {
337
- "fontSize": 14,
338
+ "fontSize": 16,
338
339
  "fontWeight": "400",
339
- "lineHeight": 21,
340
+ "lineHeight": 24,
340
341
  },
341
342
  Object {
342
343
  "color": "hsl(210, 50%, 10%)",
@@ -344,8 +345,7 @@ Array [
344
345
  Array [
345
346
  Object {
346
347
  "color": "hsl(210, 25%, 25%)",
347
- "lineHeight": 21,
348
- "padding": 4,
348
+ "paddingVertical": 8,
349
349
  },
350
350
  undefined,
351
351
  ],
@@ -387,6 +387,7 @@ Array [
387
387
  "color": "hsl(210, 50%, 10%)",
388
388
  "flexGrow": 1,
389
389
  "fontSize": 16,
390
+ "paddingHorizontal": 4,
390
391
  "paddingVertical": 12,
391
392
  },
392
393
  Object {},
@@ -427,8 +428,7 @@ Array [
427
428
  },
428
429
  undefined,
429
430
  Object {
430
- "marginHorizontal": 16,
431
- "marginVertical": 12,
431
+ "margin": 12,
432
432
  },
433
433
  ]
434
434
  }
@@ -11,7 +11,7 @@ Array [
11
11
  },
12
12
  Object {
13
13
  "fontSize": 24,
14
- "fontWeight": "300",
14
+ "fontWeight": "500",
15
15
  "lineHeight": 36,
16
16
  },
17
17
  Object {
@@ -28,9 +28,9 @@ Array [
28
28
  style={
29
29
  Array [
30
30
  Object {
31
- "fontSize": 14,
31
+ "fontSize": 16,
32
32
  "fontWeight": "400",
33
- "lineHeight": 21,
33
+ "lineHeight": 24,
34
34
  },
35
35
  Object {
36
36
  "color": "hsl(210, 50%, 10%)",
@@ -51,9 +51,9 @@ Array [
51
51
  style={
52
52
  Array [
53
53
  Object {
54
- "fontSize": 14,
54
+ "fontSize": 16,
55
55
  "fontWeight": "400",
56
- "lineHeight": 21,
56
+ "lineHeight": 24,
57
57
  },
58
58
  Object {
59
59
  "color": "hsl(210, 50%, 10%)",
@@ -80,6 +80,7 @@ Array [
80
80
  Array [
81
81
  Object {
82
82
  "alignItems": "flex-start",
83
+ "marginBottom": 8,
83
84
  },
84
85
  Object {
85
86
  "paddingHorizontal": 12,
@@ -94,9 +95,9 @@ Array [
94
95
  style={
95
96
  Array [
96
97
  Object {
97
- "fontSize": 14,
98
+ "fontSize": 16,
98
99
  "fontWeight": "400",
99
- "lineHeight": 21,
100
+ "lineHeight": 24,
100
101
  },
101
102
  Object {
102
103
  "color": "hsl(210, 50%, 10%)",
@@ -104,8 +105,7 @@ Array [
104
105
  Array [
105
106
  Object {
106
107
  "color": "hsl(210, 25%, 25%)",
107
- "lineHeight": 21,
108
- "padding": 4,
108
+ "paddingVertical": 8,
109
109
  },
110
110
  undefined,
111
111
  ],
@@ -147,6 +147,7 @@ Array [
147
147
  "color": "hsl(210, 50%, 10%)",
148
148
  "flexGrow": 1,
149
149
  "fontSize": 16,
150
+ "paddingHorizontal": 4,
150
151
  "paddingVertical": 12,
151
152
  },
152
153
  Object {},
@@ -246,8 +247,7 @@ Array [
246
247
  },
247
248
  undefined,
248
249
  Object {
249
- "marginHorizontal": 16,
250
- "marginVertical": 12,
250
+ "margin": 12,
251
251
  },
252
252
  ]
253
253
  }
@@ -341,7 +341,7 @@ Array [
341
341
  },
342
342
  Object {
343
343
  "fontSize": 24,
344
- "fontWeight": "300",
344
+ "fontWeight": "500",
345
345
  "lineHeight": 36,
346
346
  },
347
347
  Object {
@@ -358,9 +358,9 @@ Array [
358
358
  style={
359
359
  Array [
360
360
  Object {
361
- "fontSize": 14,
361
+ "fontSize": 16,
362
362
  "fontWeight": "400",
363
- "lineHeight": 21,
363
+ "lineHeight": 24,
364
364
  },
365
365
  Object {
366
366
  "color": "hsl(210, 50%, 10%)",
@@ -381,9 +381,9 @@ Array [
381
381
  style={
382
382
  Array [
383
383
  Object {
384
- "fontSize": 14,
384
+ "fontSize": 16,
385
385
  "fontWeight": "400",
386
- "lineHeight": 21,
386
+ "lineHeight": 24,
387
387
  },
388
388
  Object {
389
389
  "color": "hsl(210, 50%, 10%)",
@@ -410,6 +410,7 @@ Array [
410
410
  Array [
411
411
  Object {
412
412
  "alignItems": "flex-start",
413
+ "marginBottom": 8,
413
414
  },
414
415
  Object {
415
416
  "paddingHorizontal": 12,
@@ -424,9 +425,9 @@ Array [
424
425
  style={
425
426
  Array [
426
427
  Object {
427
- "fontSize": 14,
428
+ "fontSize": 16,
428
429
  "fontWeight": "400",
429
- "lineHeight": 21,
430
+ "lineHeight": 24,
430
431
  },
431
432
  Object {
432
433
  "color": "hsl(210, 50%, 10%)",
@@ -434,8 +435,7 @@ Array [
434
435
  Array [
435
436
  Object {
436
437
  "color": "hsl(210, 25%, 25%)",
437
- "lineHeight": 21,
438
- "padding": 4,
438
+ "paddingVertical": 8,
439
439
  },
440
440
  undefined,
441
441
  ],
@@ -477,6 +477,7 @@ Array [
477
477
  "color": "hsl(210, 50%, 10%)",
478
478
  "flexGrow": 1,
479
479
  "fontSize": 16,
480
+ "paddingHorizontal": 4,
480
481
  "paddingVertical": 12,
481
482
  },
482
483
  Object {},
@@ -517,8 +518,7 @@ Array [
517
518
  },
518
519
  undefined,
519
520
  Object {
520
- "marginHorizontal": 16,
521
- "marginVertical": 12,
521
+ "margin": 12,
522
522
  },
523
523
  ]
524
524
  }
@@ -11,7 +11,7 @@ Array [
11
11
  },
12
12
  Object {
13
13
  "fontSize": 24,
14
- "fontWeight": "300",
14
+ "fontWeight": "500",
15
15
  "lineHeight": 36,
16
16
  },
17
17
  Object {
@@ -35,6 +35,7 @@ Array [
35
35
  Array [
36
36
  Object {
37
37
  "alignItems": "flex-start",
38
+ "marginBottom": 8,
38
39
  },
39
40
  Object {
40
41
  "paddingHorizontal": 12,
@@ -49,9 +50,9 @@ Array [
49
50
  style={
50
51
  Array [
51
52
  Object {
52
- "fontSize": 14,
53
+ "fontSize": 16,
53
54
  "fontWeight": "400",
54
- "lineHeight": 21,
55
+ "lineHeight": 24,
55
56
  },
56
57
  Object {
57
58
  "color": "hsl(210, 50%, 10%)",
@@ -59,8 +60,7 @@ Array [
59
60
  Array [
60
61
  Object {
61
62
  "color": "hsl(210, 25%, 25%)",
62
- "lineHeight": 21,
63
- "padding": 4,
63
+ "paddingVertical": 8,
64
64
  },
65
65
  undefined,
66
66
  ],
@@ -102,6 +102,7 @@ Array [
102
102
  "color": "hsl(210, 50%, 10%)",
103
103
  "flexGrow": 1,
104
104
  "fontSize": 16,
105
+ "paddingHorizontal": 4,
105
106
  "paddingVertical": 12,
106
107
  },
107
108
  Object {},
@@ -115,6 +116,7 @@ Array [
115
116
  Array [
116
117
  Object {
117
118
  "alignItems": "flex-start",
119
+ "marginBottom": 8,
118
120
  },
119
121
  Array [
120
122
  Object {},
@@ -132,9 +134,9 @@ Array [
132
134
  style={
133
135
  Array [
134
136
  Object {
135
- "fontSize": 14,
137
+ "fontSize": 16,
136
138
  "fontWeight": "400",
137
- "lineHeight": 21,
139
+ "lineHeight": 24,
138
140
  },
139
141
  Object {
140
142
  "color": "hsl(210, 50%, 10%)",
@@ -142,8 +144,7 @@ Array [
142
144
  Array [
143
145
  Object {
144
146
  "color": "hsl(210, 25%, 25%)",
145
- "lineHeight": 21,
146
- "padding": 4,
147
+ "paddingVertical": 8,
147
148
  },
148
149
  undefined,
149
150
  ],
@@ -186,6 +187,7 @@ Array [
186
187
  "color": "hsl(210, 50%, 10%)",
187
188
  "flexGrow": 1,
188
189
  "fontSize": 16,
190
+ "paddingHorizontal": 4,
189
191
  "paddingVertical": 12,
190
192
  },
191
193
  Object {},
@@ -290,8 +292,7 @@ Array [
290
292
  },
291
293
  undefined,
292
294
  Object {
293
- "marginHorizontal": 16,
294
- "marginVertical": 12,
295
+ "margin": 12,
295
296
  },
296
297
  ]
297
298
  }
@@ -433,7 +434,7 @@ Array [
433
434
  },
434
435
  Object {
435
436
  "fontSize": 24,
436
- "fontWeight": "300",
437
+ "fontWeight": "500",
437
438
  "lineHeight": 36,
438
439
  },
439
440
  Object {
@@ -457,6 +458,7 @@ Array [
457
458
  Array [
458
459
  Object {
459
460
  "alignItems": "flex-start",
461
+ "marginBottom": 8,
460
462
  },
461
463
  Object {
462
464
  "paddingHorizontal": 12,
@@ -471,9 +473,9 @@ Array [
471
473
  style={
472
474
  Array [
473
475
  Object {
474
- "fontSize": 14,
476
+ "fontSize": 16,
475
477
  "fontWeight": "400",
476
- "lineHeight": 21,
478
+ "lineHeight": 24,
477
479
  },
478
480
  Object {
479
481
  "color": "hsl(210, 50%, 10%)",
@@ -481,8 +483,7 @@ Array [
481
483
  Array [
482
484
  Object {
483
485
  "color": "hsl(210, 25%, 25%)",
484
- "lineHeight": 21,
485
- "padding": 4,
486
+ "paddingVertical": 8,
486
487
  },
487
488
  undefined,
488
489
  ],
@@ -524,6 +525,7 @@ Array [
524
525
  "color": "hsl(210, 50%, 10%)",
525
526
  "flexGrow": 1,
526
527
  "fontSize": 16,
528
+ "paddingHorizontal": 4,
527
529
  "paddingVertical": 12,
528
530
  },
529
531
  Object {},
@@ -537,6 +539,7 @@ Array [
537
539
  Array [
538
540
  Object {
539
541
  "alignItems": "flex-start",
542
+ "marginBottom": 8,
540
543
  },
541
544
  Array [
542
545
  Object {},
@@ -554,9 +557,9 @@ Array [
554
557
  style={
555
558
  Array [
556
559
  Object {
557
- "fontSize": 14,
560
+ "fontSize": 16,
558
561
  "fontWeight": "400",
559
- "lineHeight": 21,
562
+ "lineHeight": 24,
560
563
  },
561
564
  Object {
562
565
  "color": "hsl(210, 50%, 10%)",
@@ -564,8 +567,7 @@ Array [
564
567
  Array [
565
568
  Object {
566
569
  "color": "hsl(210, 25%, 25%)",
567
- "lineHeight": 21,
568
- "padding": 4,
570
+ "paddingVertical": 8,
569
571
  },
570
572
  undefined,
571
573
  ],
@@ -608,6 +610,7 @@ Array [
608
610
  "color": "hsl(210, 50%, 10%)",
609
611
  "flexGrow": 1,
610
612
  "fontSize": 16,
613
+ "paddingHorizontal": 4,
611
614
  "paddingVertical": 12,
612
615
  },
613
616
  Object {},
@@ -712,8 +715,7 @@ Array [
712
715
  },
713
716
  undefined,
714
717
  Object {
715
- "marginHorizontal": 16,
716
- "marginVertical": 12,
718
+ "margin": 12,
717
719
  },
718
720
  ]
719
721
  }
@@ -807,7 +809,7 @@ Array [
807
809
  },
808
810
  Object {
809
811
  "fontSize": 24,
810
- "fontWeight": "300",
812
+ "fontWeight": "500",
811
813
  "lineHeight": 36,
812
814
  },
813
815
  Object {
@@ -831,6 +833,7 @@ Array [
831
833
  Array [
832
834
  Object {
833
835
  "alignItems": "flex-start",
836
+ "marginBottom": 8,
834
837
  },
835
838
  Object {
836
839
  "paddingHorizontal": 12,
@@ -845,9 +848,9 @@ Array [
845
848
  style={
846
849
  Array [
847
850
  Object {
848
- "fontSize": 14,
851
+ "fontSize": 16,
849
852
  "fontWeight": "400",
850
- "lineHeight": 21,
853
+ "lineHeight": 24,
851
854
  },
852
855
  Object {
853
856
  "color": "hsl(210, 50%, 10%)",
@@ -855,8 +858,7 @@ Array [
855
858
  Array [
856
859
  Object {
857
860
  "color": "hsl(210, 25%, 25%)",
858
- "lineHeight": 21,
859
- "padding": 4,
861
+ "paddingVertical": 8,
860
862
  },
861
863
  undefined,
862
864
  ],
@@ -898,6 +900,7 @@ Array [
898
900
  "color": "hsl(210, 50%, 10%)",
899
901
  "flexGrow": 1,
900
902
  "fontSize": 16,
903
+ "paddingHorizontal": 4,
901
904
  "paddingVertical": 12,
902
905
  },
903
906
  Object {},
@@ -911,6 +914,7 @@ Array [
911
914
  Array [
912
915
  Object {
913
916
  "alignItems": "flex-start",
917
+ "marginBottom": 8,
914
918
  },
915
919
  Array [
916
920
  Object {},
@@ -928,9 +932,9 @@ Array [
928
932
  style={
929
933
  Array [
930
934
  Object {
931
- "fontSize": 14,
935
+ "fontSize": 16,
932
936
  "fontWeight": "400",
933
- "lineHeight": 21,
937
+ "lineHeight": 24,
934
938
  },
935
939
  Object {
936
940
  "color": "hsl(210, 50%, 10%)",
@@ -938,8 +942,7 @@ Array [
938
942
  Array [
939
943
  Object {
940
944
  "color": "hsl(210, 25%, 25%)",
941
- "lineHeight": 21,
942
- "padding": 4,
945
+ "paddingVertical": 8,
943
946
  },
944
947
  undefined,
945
948
  ],
@@ -982,6 +985,7 @@ Array [
982
985
  "color": "hsl(210, 50%, 10%)",
983
986
  "flexGrow": 1,
984
987
  "fontSize": 16,
988
+ "paddingHorizontal": 4,
985
989
  "paddingVertical": 12,
986
990
  },
987
991
  Object {},
@@ -1145,8 +1149,7 @@ Array [
1145
1149
  },
1146
1150
  undefined,
1147
1151
  Object {
1148
- "marginHorizontal": 16,
1149
- "marginVertical": 12,
1152
+ "margin": 12,
1150
1153
  },
1151
1154
  ]
1152
1155
  }