@hero-design/rn 7.17.0 → 7.17.1

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 (84) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/es/index.js +107 -99
  3. package/lib/index.js +107 -99
  4. package/package.json +2 -2
  5. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +12 -12
  6. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
  7. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
  8. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +3 -3
  9. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  10. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +1 -1
  11. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +2 -2
  12. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
  13. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  14. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +2 -2
  15. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
  16. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
  17. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +1 -1
  18. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +67 -67
  19. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +12 -12
  20. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +1 -1
  21. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +1 -1
  22. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  23. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +1 -1
  24. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
  25. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +5 -5
  26. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +12 -12
  27. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +12 -12
  28. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  29. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  30. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +28 -28
  31. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +2 -2
  32. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +3 -3
  33. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
  34. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  35. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +3 -3
  36. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +20 -20
  37. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +6 -6
  38. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +12 -12
  39. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +4 -4
  40. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
  41. package/src/components/Progress/ProgressCircle.tsx +25 -22
  42. package/src/components/Progress/StyledProgressCircle.tsx +33 -28
  43. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +102 -92
  44. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +5 -5
  45. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +6 -6
  46. package/src/components/Radio/__tests__/__snapshots__/StyledRadio.spec.tsx.snap +3 -3
  47. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +11 -11
  48. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +6 -6
  49. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +1 -1
  50. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
  51. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +3 -3
  52. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +42 -42
  53. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +121 -121
  54. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +2 -2
  55. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +36 -36
  56. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +94 -94
  57. package/src/components/Select/__tests__/__snapshots__/StyledSelect.spec.tsx.snap +2 -2
  58. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +4 -4
  59. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +8 -8
  60. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
  61. package/src/components/Switch/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +1 -1
  62. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  63. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +6 -6
  64. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
  65. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +8 -8
  66. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +50 -50
  67. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +87 -87
  68. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +5 -5
  69. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +12 -12
  70. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +22 -22
  71. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +12 -12
  72. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +8 -8
  73. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +13 -13
  74. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +142 -143
  75. package/src/theme/components/alert.ts +3 -3
  76. package/src/theme/components/badge.ts +1 -1
  77. package/src/theme/components/card.ts +4 -4
  78. package/src/theme/components/list.ts +4 -4
  79. package/src/theme/components/pinInput.ts +2 -2
  80. package/src/theme/components/progress.ts +5 -5
  81. package/src/theme/components/toast.ts +3 -3
  82. package/src/theme/global/colors.ts +40 -39
  83. package/types/components/Progress/StyledProgressCircle.d.ts +12 -6
  84. package/types/theme/components/progress.d.ts +1 -2
@@ -29,7 +29,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
29
29
  style={
30
30
  Array [
31
31
  Object {
32
- "borderColor": "#292a2b",
32
+ "borderColor": "#001f23",
33
33
  "borderRadius": 8,
34
34
  "borderWidth": 1,
35
35
  "bottom": 0,
@@ -64,7 +64,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
64
64
  style={
65
65
  Array [
66
66
  Object {
67
- "color": "#292a2b",
67
+ "color": "#001f23",
68
68
  "fontFamily": "BeVietnamPro-Regular",
69
69
  "fontSize": 12,
70
70
  "letterSpacing": 0.36,
@@ -89,7 +89,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
89
89
  style={
90
90
  Array [
91
91
  Object {
92
- "color": "#292a2b",
92
+ "color": "#001f23",
93
93
  "fontFamily": "BeVietnamPro-Regular",
94
94
  "fontSize": 12,
95
95
  "letterSpacing": 0.36,
@@ -97,7 +97,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
97
97
  },
98
98
  Array [
99
99
  Object {
100
- "color": "#292a2b",
100
+ "color": "#001f23",
101
101
  },
102
102
  undefined,
103
103
  ],
@@ -117,7 +117,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
117
117
  style={
118
118
  Array [
119
119
  Object {
120
- "color": "#292a2b",
120
+ "color": "#001f23",
121
121
  "fontSize": 16,
122
122
  },
123
123
  undefined,
@@ -162,7 +162,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
162
162
  "textAlignVertical": "center",
163
163
  },
164
164
  Object {
165
- "color": "#292a2b",
165
+ "color": "#001f23",
166
166
  },
167
167
  ]
168
168
  }
@@ -195,7 +195,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
195
195
  style={
196
196
  Array [
197
197
  Object {
198
- "color": "#292a2b",
198
+ "color": "#001f23",
199
199
  "fontFamily": "BeVietnamPro-Regular",
200
200
  "fontSize": 12,
201
201
  "letterSpacing": 0.36,
@@ -204,7 +204,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
204
204
  Array [
205
205
  Object {
206
206
  "alignSelf": "flex-end",
207
- "color": "#292a2b",
207
+ "color": "#001f23",
208
208
  "flex": 1,
209
209
  "flexGrow": 1,
210
210
  "fontSize": 12,
@@ -229,7 +229,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
229
229
  style={
230
230
  Array [
231
231
  Object {
232
- "color": "#292a2b",
232
+ "color": "#001f23",
233
233
  "fontFamily": "BeVietnamPro-Regular",
234
234
  "fontSize": 14,
235
235
  "letterSpacing": 0.42,
@@ -282,7 +282,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
282
282
  style={
283
283
  Array [
284
284
  Object {
285
- "borderColor": "#292a2b",
285
+ "borderColor": "#001f23",
286
286
  "borderRadius": 8,
287
287
  "borderWidth": 1,
288
288
  "bottom": 0,
@@ -317,7 +317,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
317
317
  style={
318
318
  Array [
319
319
  Object {
320
- "color": "#292a2b",
320
+ "color": "#001f23",
321
321
  "fontFamily": "BeVietnamPro-Regular",
322
322
  "fontSize": 12,
323
323
  "letterSpacing": 0.36,
@@ -342,7 +342,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
342
342
  style={
343
343
  Array [
344
344
  Object {
345
- "color": "#292a2b",
345
+ "color": "#001f23",
346
346
  "fontFamily": "BeVietnamPro-Regular",
347
347
  "fontSize": 12,
348
348
  "letterSpacing": 0.36,
@@ -350,7 +350,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
350
350
  },
351
351
  Array [
352
352
  Object {
353
- "color": "#292a2b",
353
+ "color": "#001f23",
354
354
  },
355
355
  undefined,
356
356
  ],
@@ -370,7 +370,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
370
370
  style={
371
371
  Array [
372
372
  Object {
373
- "color": "#292a2b",
373
+ "color": "#001f23",
374
374
  "fontSize": 16,
375
375
  },
376
376
  undefined,
@@ -415,7 +415,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
415
415
  "textAlignVertical": "center",
416
416
  },
417
417
  Object {
418
- "color": "#292a2b",
418
+ "color": "#001f23",
419
419
  },
420
420
  ]
421
421
  }
@@ -449,7 +449,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
449
449
  style={
450
450
  Array [
451
451
  Object {
452
- "color": "#292a2b",
452
+ "color": "#001f23",
453
453
  "fontFamily": "BeVietnamPro-Regular",
454
454
  "fontSize": 12,
455
455
  "letterSpacing": 0.36,
@@ -458,7 +458,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
458
458
  Array [
459
459
  Object {
460
460
  "alignSelf": "flex-end",
461
- "color": "#292a2b",
461
+ "color": "#001f23",
462
462
  "flex": 1,
463
463
  "flexGrow": 1,
464
464
  "fontSize": 12,
@@ -483,7 +483,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
483
483
  style={
484
484
  Array [
485
485
  Object {
486
- "color": "#292a2b",
486
+ "color": "#001f23",
487
487
  "fontFamily": "BeVietnamPro-Regular",
488
488
  "fontSize": 14,
489
489
  "letterSpacing": 0.42,
@@ -537,7 +537,7 @@ exports[`TextInput disabled renders correctly 1`] = `
537
537
  style={
538
538
  Array [
539
539
  Object {
540
- "borderColor": "#ccced1",
540
+ "borderColor": "#bfc1c5",
541
541
  "borderRadius": 8,
542
542
  "borderWidth": 1,
543
543
  "bottom": 0,
@@ -572,7 +572,7 @@ exports[`TextInput disabled renders correctly 1`] = `
572
572
  style={
573
573
  Array [
574
574
  Object {
575
- "color": "#292a2b",
575
+ "color": "#001f23",
576
576
  "fontFamily": "BeVietnamPro-Regular",
577
577
  "fontSize": 12,
578
578
  "letterSpacing": 0.36,
@@ -580,7 +580,7 @@ exports[`TextInput disabled renders correctly 1`] = `
580
580
  },
581
581
  Array [
582
582
  Object {
583
- "color": "#ccced1",
583
+ "color": "#bfc1c5",
584
584
  },
585
585
  undefined,
586
586
  ],
@@ -597,7 +597,7 @@ exports[`TextInput disabled renders correctly 1`] = `
597
597
  style={
598
598
  Array [
599
599
  Object {
600
- "color": "#292a2b",
600
+ "color": "#001f23",
601
601
  "fontFamily": "BeVietnamPro-Regular",
602
602
  "fontSize": 12,
603
603
  "letterSpacing": 0.36,
@@ -605,7 +605,7 @@ exports[`TextInput disabled renders correctly 1`] = `
605
605
  },
606
606
  Array [
607
607
  Object {
608
- "color": "#ccced1",
608
+ "color": "#bfc1c5",
609
609
  },
610
610
  undefined,
611
611
  ],
@@ -653,7 +653,7 @@ exports[`TextInput disabled renders correctly 1`] = `
653
653
  "textAlignVertical": "center",
654
654
  },
655
655
  Object {
656
- "color": "#292a2b",
656
+ "color": "#001f23",
657
657
  },
658
658
  ]
659
659
  }
@@ -735,7 +735,7 @@ exports[`TextInput error renders correctly 1`] = `
735
735
  style={
736
736
  Array [
737
737
  Object {
738
- "color": "#292a2b",
738
+ "color": "#001f23",
739
739
  "fontSize": 16,
740
740
  },
741
741
  undefined,
@@ -780,7 +780,7 @@ exports[`TextInput error renders correctly 1`] = `
780
780
  style={
781
781
  Array [
782
782
  Object {
783
- "color": "#292a2b",
783
+ "color": "#001f23",
784
784
  "fontFamily": "BeVietnamPro-Regular",
785
785
  "fontSize": 14,
786
786
  "letterSpacing": 0.42,
@@ -806,7 +806,7 @@ exports[`TextInput error renders correctly 1`] = `
806
806
  style={
807
807
  Array [
808
808
  Object {
809
- "color": "#292a2b",
809
+ "color": "#001f23",
810
810
  "fontFamily": "BeVietnamPro-Regular",
811
811
  "fontSize": 14,
812
812
  "letterSpacing": 0.42,
@@ -816,7 +816,7 @@ exports[`TextInput error renders correctly 1`] = `
816
816
  Object {
817
817
  "alignContent": "center",
818
818
  "alignItems": "center",
819
- "color": "#292a2b",
819
+ "color": "#001f23",
820
820
  "fontSize": 14,
821
821
  "textAlignVertical": "center",
822
822
  },
@@ -853,7 +853,7 @@ exports[`TextInput error renders correctly 1`] = `
853
853
  "textAlignVertical": "center",
854
854
  },
855
855
  Object {
856
- "color": "#292a2b",
856
+ "color": "#001f23",
857
857
  },
858
858
  ]
859
859
  }
@@ -915,7 +915,7 @@ exports[`TextInput error renders correctly 1`] = `
915
915
  style={
916
916
  Array [
917
917
  Object {
918
- "color": "#292a2b",
918
+ "color": "#001f23",
919
919
  "fontFamily": "BeVietnamPro-Regular",
920
920
  "fontSize": 14,
921
921
  "letterSpacing": 0.42,
@@ -973,7 +973,7 @@ exports[`TextInput filled renders correctly 1`] = `
973
973
  style={
974
974
  Array [
975
975
  Object {
976
- "borderColor": "#292a2b",
976
+ "borderColor": "#001f23",
977
977
  "borderRadius": 8,
978
978
  "borderWidth": 1,
979
979
  "bottom": 0,
@@ -1008,7 +1008,7 @@ exports[`TextInput filled renders correctly 1`] = `
1008
1008
  style={
1009
1009
  Array [
1010
1010
  Object {
1011
- "color": "#292a2b",
1011
+ "color": "#001f23",
1012
1012
  "fontFamily": "BeVietnamPro-Regular",
1013
1013
  "fontSize": 12,
1014
1014
  "letterSpacing": 0.36,
@@ -1016,7 +1016,7 @@ exports[`TextInput filled renders correctly 1`] = `
1016
1016
  },
1017
1017
  Array [
1018
1018
  Object {
1019
- "color": "#292a2b",
1019
+ "color": "#001f23",
1020
1020
  },
1021
1021
  undefined,
1022
1022
  ],
@@ -1036,7 +1036,7 @@ exports[`TextInput filled renders correctly 1`] = `
1036
1036
  style={
1037
1037
  Array [
1038
1038
  Object {
1039
- "color": "#292a2b",
1039
+ "color": "#001f23",
1040
1040
  "fontSize": 16,
1041
1041
  },
1042
1042
  undefined,
@@ -1079,7 +1079,7 @@ exports[`TextInput filled renders correctly 1`] = `
1079
1079
  "textAlignVertical": "center",
1080
1080
  },
1081
1081
  Object {
1082
- "color": "#292a2b",
1082
+ "color": "#001f23",
1083
1083
  },
1084
1084
  ]
1085
1085
  }
@@ -1092,7 +1092,7 @@ exports[`TextInput filled renders correctly 1`] = `
1092
1092
  style={
1093
1093
  Array [
1094
1094
  Object {
1095
- "color": "#292a2b",
1095
+ "color": "#001f23",
1096
1096
  "fontSize": 16,
1097
1097
  },
1098
1098
  undefined,
@@ -1157,7 +1157,7 @@ exports[`TextInput helper text renders correctly 1`] = `
1157
1157
  style={
1158
1158
  Array [
1159
1159
  Object {
1160
- "borderColor": "#292a2b",
1160
+ "borderColor": "#001f23",
1161
1161
  "borderRadius": 8,
1162
1162
  "borderWidth": 1,
1163
1163
  "bottom": 0,
@@ -1176,7 +1176,7 @@ exports[`TextInput helper text renders correctly 1`] = `
1176
1176
  style={
1177
1177
  Array [
1178
1178
  Object {
1179
- "color": "#292a2b",
1179
+ "color": "#001f23",
1180
1180
  "fontSize": 16,
1181
1181
  },
1182
1182
  undefined,
@@ -1221,7 +1221,7 @@ exports[`TextInput helper text renders correctly 1`] = `
1221
1221
  style={
1222
1222
  Array [
1223
1223
  Object {
1224
- "color": "#292a2b",
1224
+ "color": "#001f23",
1225
1225
  "fontFamily": "BeVietnamPro-Regular",
1226
1226
  "fontSize": 14,
1227
1227
  "letterSpacing": 0.42,
@@ -1247,7 +1247,7 @@ exports[`TextInput helper text renders correctly 1`] = `
1247
1247
  style={
1248
1248
  Array [
1249
1249
  Object {
1250
- "color": "#292a2b",
1250
+ "color": "#001f23",
1251
1251
  "fontFamily": "BeVietnamPro-Regular",
1252
1252
  "fontSize": 14,
1253
1253
  "letterSpacing": 0.42,
@@ -1257,7 +1257,7 @@ exports[`TextInput helper text renders correctly 1`] = `
1257
1257
  Object {
1258
1258
  "alignContent": "center",
1259
1259
  "alignItems": "center",
1260
- "color": "#292a2b",
1260
+ "color": "#001f23",
1261
1261
  "fontSize": 14,
1262
1262
  "textAlignVertical": "center",
1263
1263
  },
@@ -1294,7 +1294,7 @@ exports[`TextInput helper text renders correctly 1`] = `
1294
1294
  "textAlignVertical": "center",
1295
1295
  },
1296
1296
  Object {
1297
- "color": "#292a2b",
1297
+ "color": "#001f23",
1298
1298
  },
1299
1299
  ]
1300
1300
  }
@@ -1327,7 +1327,7 @@ exports[`TextInput helper text renders correctly 1`] = `
1327
1327
  style={
1328
1328
  Array [
1329
1329
  Object {
1330
- "color": "#292a2b",
1330
+ "color": "#001f23",
1331
1331
  "fontFamily": "BeVietnamPro-Regular",
1332
1332
  "fontSize": 14,
1333
1333
  "letterSpacing": 0.42,
@@ -1381,7 +1381,7 @@ exports[`TextInput idle renders correctly 1`] = `
1381
1381
  style={
1382
1382
  Array [
1383
1383
  Object {
1384
- "borderColor": "#292a2b",
1384
+ "borderColor": "#001f23",
1385
1385
  "borderRadius": 8,
1386
1386
  "borderWidth": 1,
1387
1387
  "bottom": 0,
@@ -1400,7 +1400,7 @@ exports[`TextInput idle renders correctly 1`] = `
1400
1400
  style={
1401
1401
  Array [
1402
1402
  Object {
1403
- "color": "#292a2b",
1403
+ "color": "#001f23",
1404
1404
  "fontSize": 16,
1405
1405
  },
1406
1406
  undefined,
@@ -1445,7 +1445,7 @@ exports[`TextInput idle renders correctly 1`] = `
1445
1445
  style={
1446
1446
  Array [
1447
1447
  Object {
1448
- "color": "#292a2b",
1448
+ "color": "#001f23",
1449
1449
  "fontFamily": "BeVietnamPro-Regular",
1450
1450
  "fontSize": 14,
1451
1451
  "letterSpacing": 0.42,
@@ -1455,7 +1455,7 @@ exports[`TextInput idle renders correctly 1`] = `
1455
1455
  Object {
1456
1456
  "alignContent": "center",
1457
1457
  "alignItems": "center",
1458
- "color": "#292a2b",
1458
+ "color": "#001f23",
1459
1459
  "fontSize": 14,
1460
1460
  "textAlignVertical": "center",
1461
1461
  },
@@ -1492,7 +1492,7 @@ exports[`TextInput idle renders correctly 1`] = `
1492
1492
  "textAlignVertical": "center",
1493
1493
  },
1494
1494
  Object {
1495
- "color": "#292a2b",
1495
+ "color": "#001f23",
1496
1496
  },
1497
1497
  ]
1498
1498
  }
@@ -1504,7 +1504,7 @@ exports[`TextInput idle renders correctly 1`] = `
1504
1504
  style={
1505
1505
  Array [
1506
1506
  Object {
1507
- "color": "#292a2b",
1507
+ "color": "#001f23",
1508
1508
  "fontSize": 16,
1509
1509
  },
1510
1510
  undefined,
@@ -1569,7 +1569,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
1569
1569
  style={
1570
1570
  Array [
1571
1571
  Object {
1572
- "borderColor": "#292a2b",
1572
+ "borderColor": "#001f23",
1573
1573
  "borderRadius": 8,
1574
1574
  "borderWidth": 1,
1575
1575
  "bottom": 0,
@@ -1588,7 +1588,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
1588
1588
  style={
1589
1589
  Array [
1590
1590
  Object {
1591
- "color": "#292a2b",
1591
+ "color": "#001f23",
1592
1592
  "fontSize": 24,
1593
1593
  },
1594
1594
  undefined,
@@ -1633,7 +1633,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
1633
1633
  style={
1634
1634
  Array [
1635
1635
  Object {
1636
- "color": "#292a2b",
1636
+ "color": "#001f23",
1637
1637
  "fontFamily": "BeVietnamPro-Regular",
1638
1638
  "fontSize": 14,
1639
1639
  "letterSpacing": 0.42,
@@ -1659,7 +1659,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
1659
1659
  style={
1660
1660
  Array [
1661
1661
  Object {
1662
- "color": "#292a2b",
1662
+ "color": "#001f23",
1663
1663
  "fontFamily": "BeVietnamPro-Regular",
1664
1664
  "fontSize": 14,
1665
1665
  "letterSpacing": 0.42,
@@ -1669,7 +1669,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
1669
1669
  Object {
1670
1670
  "alignContent": "center",
1671
1671
  "alignItems": "center",
1672
- "color": "#292a2b",
1672
+ "color": "#001f23",
1673
1673
  "fontSize": 14,
1674
1674
  "textAlignVertical": "center",
1675
1675
  },
@@ -1706,7 +1706,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
1706
1706
  "textAlignVertical": "center",
1707
1707
  },
1708
1708
  Object {
1709
- "color": "#292a2b",
1709
+ "color": "#001f23",
1710
1710
  },
1711
1711
  ]
1712
1712
  }
@@ -1718,7 +1718,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
1718
1718
  style={
1719
1719
  Array [
1720
1720
  Object {
1721
- "color": "#292a2b",
1721
+ "color": "#001f23",
1722
1722
  "fontSize": 24,
1723
1723
  },
1724
1724
  undefined,
@@ -1783,7 +1783,7 @@ exports[`TextInput loading renders correctly 1`] = `
1783
1783
  style={
1784
1784
  Array [
1785
1785
  Object {
1786
- "borderColor": "#8b8d92",
1786
+ "borderColor": "#808f91",
1787
1787
  "borderRadius": 8,
1788
1788
  "borderWidth": 1,
1789
1789
  "bottom": 0,
@@ -1848,7 +1848,7 @@ exports[`TextInput loading renders correctly 1`] = `
1848
1848
  "textAlignVertical": "center",
1849
1849
  },
1850
1850
  Object {
1851
- "color": "#292a2b",
1851
+ "color": "#001f23",
1852
1852
  },
1853
1853
  ]
1854
1854
  }
@@ -1873,7 +1873,7 @@ exports[`TextInput loading renders correctly 1`] = `
1873
1873
  style={
1874
1874
  Array [
1875
1875
  Object {
1876
- "color": "#292a2b",
1876
+ "color": "#001f23",
1877
1877
  "fontSize": 16,
1878
1878
  },
1879
1879
  undefined,
@@ -1974,7 +1974,7 @@ exports[`TextInput max length renders correctly 1`] = `
1974
1974
  style={
1975
1975
  Array [
1976
1976
  Object {
1977
- "color": "#292a2b",
1977
+ "color": "#001f23",
1978
1978
  "fontFamily": "BeVietnamPro-Regular",
1979
1979
  "fontSize": 12,
1980
1980
  "letterSpacing": 0.36,
@@ -1999,7 +1999,7 @@ exports[`TextInput max length renders correctly 1`] = `
1999
1999
  style={
2000
2000
  Array [
2001
2001
  Object {
2002
- "color": "#292a2b",
2002
+ "color": "#001f23",
2003
2003
  "fontFamily": "BeVietnamPro-Regular",
2004
2004
  "fontSize": 12,
2005
2005
  "letterSpacing": 0.36,
@@ -2007,7 +2007,7 @@ exports[`TextInput max length renders correctly 1`] = `
2007
2007
  },
2008
2008
  Array [
2009
2009
  Object {
2010
- "color": "#292a2b",
2010
+ "color": "#001f23",
2011
2011
  },
2012
2012
  undefined,
2013
2013
  ],
@@ -2057,7 +2057,7 @@ exports[`TextInput max length renders correctly 1`] = `
2057
2057
  "textAlignVertical": "center",
2058
2058
  },
2059
2059
  Object {
2060
- "color": "#292a2b",
2060
+ "color": "#001f23",
2061
2061
  },
2062
2062
  ]
2063
2063
  }
@@ -2120,7 +2120,7 @@ exports[`TextInput max length renders correctly 1`] = `
2120
2120
  style={
2121
2121
  Array [
2122
2122
  Object {
2123
- "color": "#292a2b",
2123
+ "color": "#001f23",
2124
2124
  "fontFamily": "BeVietnamPro-Regular",
2125
2125
  "fontSize": 14,
2126
2126
  "letterSpacing": 0.42,
@@ -2148,7 +2148,7 @@ exports[`TextInput max length renders correctly 1`] = `
2148
2148
  style={
2149
2149
  Array [
2150
2150
  Object {
2151
- "color": "#292a2b",
2151
+ "color": "#001f23",
2152
2152
  "fontFamily": "BeVietnamPro-Regular",
2153
2153
  "fontSize": 12,
2154
2154
  "letterSpacing": 0.36,
@@ -2211,7 +2211,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
2211
2211
  style={
2212
2212
  Array [
2213
2213
  Object {
2214
- "borderColor": "#292a2b",
2214
+ "borderColor": "#001f23",
2215
2215
  "borderRadius": 8,
2216
2216
  "borderWidth": 1,
2217
2217
  "bottom": 0,
@@ -2230,7 +2230,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
2230
2230
  style={
2231
2231
  Array [
2232
2232
  Object {
2233
- "color": "#292a2b",
2233
+ "color": "#001f23",
2234
2234
  "fontSize": 16,
2235
2235
  },
2236
2236
  undefined,
@@ -2275,7 +2275,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
2275
2275
  style={
2276
2276
  Array [
2277
2277
  Object {
2278
- "color": "#292a2b",
2278
+ "color": "#001f23",
2279
2279
  "fontFamily": "BeVietnamPro-Regular",
2280
2280
  "fontSize": 14,
2281
2281
  "letterSpacing": 0.42,
@@ -2301,7 +2301,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
2301
2301
  style={
2302
2302
  Array [
2303
2303
  Object {
2304
- "color": "#292a2b",
2304
+ "color": "#001f23",
2305
2305
  "fontFamily": "BeVietnamPro-Regular",
2306
2306
  "fontSize": 14,
2307
2307
  "letterSpacing": 0.42,
@@ -2311,7 +2311,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
2311
2311
  Object {
2312
2312
  "alignContent": "center",
2313
2313
  "alignItems": "center",
2314
- "color": "#292a2b",
2314
+ "color": "#001f23",
2315
2315
  "fontSize": 14,
2316
2316
  "textAlignVertical": "center",
2317
2317
  },
@@ -2348,7 +2348,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
2348
2348
  "textAlignVertical": "center",
2349
2349
  },
2350
2350
  Object {
2351
- "color": "#292a2b",
2351
+ "color": "#001f23",
2352
2352
  },
2353
2353
  ]
2354
2354
  }
@@ -2381,7 +2381,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
2381
2381
  style={
2382
2382
  Array [
2383
2383
  Object {
2384
- "color": "#292a2b",
2384
+ "color": "#001f23",
2385
2385
  "fontFamily": "BeVietnamPro-Regular",
2386
2386
  "fontSize": 14,
2387
2387
  "letterSpacing": 0.42,
@@ -2434,7 +2434,7 @@ exports[`TextInput readonly renders correctly 1`] = `
2434
2434
  style={
2435
2435
  Array [
2436
2436
  Object {
2437
- "borderColor": "#8b8d92",
2437
+ "borderColor": "#808f91",
2438
2438
  "borderRadius": 8,
2439
2439
  "borderWidth": 1,
2440
2440
  "bottom": 0,
@@ -2469,7 +2469,7 @@ exports[`TextInput readonly renders correctly 1`] = `
2469
2469
  style={
2470
2470
  Array [
2471
2471
  Object {
2472
- "color": "#292a2b",
2472
+ "color": "#001f23",
2473
2473
  "fontFamily": "BeVietnamPro-Regular",
2474
2474
  "fontSize": 12,
2475
2475
  "letterSpacing": 0.36,
@@ -2477,7 +2477,7 @@ exports[`TextInput readonly renders correctly 1`] = `
2477
2477
  },
2478
2478
  Array [
2479
2479
  Object {
2480
- "color": "#8b8d92",
2480
+ "color": "#808f91",
2481
2481
  },
2482
2482
  undefined,
2483
2483
  ],
@@ -2494,7 +2494,7 @@ exports[`TextInput readonly renders correctly 1`] = `
2494
2494
  style={
2495
2495
  Array [
2496
2496
  Object {
2497
- "color": "#292a2b",
2497
+ "color": "#001f23",
2498
2498
  "fontFamily": "BeVietnamPro-Regular",
2499
2499
  "fontSize": 12,
2500
2500
  "letterSpacing": 0.36,
@@ -2502,7 +2502,7 @@ exports[`TextInput readonly renders correctly 1`] = `
2502
2502
  },
2503
2503
  Array [
2504
2504
  Object {
2505
- "color": "#8b8d92",
2505
+ "color": "#808f91",
2506
2506
  },
2507
2507
  undefined,
2508
2508
  ],
@@ -2522,7 +2522,7 @@ exports[`TextInput readonly renders correctly 1`] = `
2522
2522
  style={
2523
2523
  Array [
2524
2524
  Object {
2525
- "color": "#292a2b",
2525
+ "color": "#001f23",
2526
2526
  "fontSize": 16,
2527
2527
  },
2528
2528
  undefined,
@@ -2565,7 +2565,7 @@ exports[`TextInput readonly renders correctly 1`] = `
2565
2565
  "textAlignVertical": "center",
2566
2566
  },
2567
2567
  Object {
2568
- "color": "#292a2b",
2568
+ "color": "#001f23",
2569
2569
  },
2570
2570
  ]
2571
2571
  }
@@ -2578,7 +2578,7 @@ exports[`TextInput readonly renders correctly 1`] = `
2578
2578
  style={
2579
2579
  Array [
2580
2580
  Object {
2581
- "color": "#292a2b",
2581
+ "color": "#001f23",
2582
2582
  "fontSize": 16,
2583
2583
  },
2584
2584
  undefined,
@@ -2643,7 +2643,7 @@ exports[`TextInput required renders correctly 1`] = `
2643
2643
  style={
2644
2644
  Array [
2645
2645
  Object {
2646
- "borderColor": "#292a2b",
2646
+ "borderColor": "#001f23",
2647
2647
  "borderRadius": 8,
2648
2648
  "borderWidth": 1,
2649
2649
  "bottom": 0,
@@ -2662,7 +2662,7 @@ exports[`TextInput required renders correctly 1`] = `
2662
2662
  style={
2663
2663
  Array [
2664
2664
  Object {
2665
- "color": "#292a2b",
2665
+ "color": "#001f23",
2666
2666
  "fontSize": 16,
2667
2667
  },
2668
2668
  undefined,
@@ -2707,7 +2707,7 @@ exports[`TextInput required renders correctly 1`] = `
2707
2707
  style={
2708
2708
  Array [
2709
2709
  Object {
2710
- "color": "#292a2b",
2710
+ "color": "#001f23",
2711
2711
  "fontFamily": "BeVietnamPro-Regular",
2712
2712
  "fontSize": 14,
2713
2713
  "letterSpacing": 0.42,
@@ -2733,7 +2733,7 @@ exports[`TextInput required renders correctly 1`] = `
2733
2733
  style={
2734
2734
  Array [
2735
2735
  Object {
2736
- "color": "#292a2b",
2736
+ "color": "#001f23",
2737
2737
  "fontFamily": "BeVietnamPro-Regular",
2738
2738
  "fontSize": 14,
2739
2739
  "letterSpacing": 0.42,
@@ -2743,7 +2743,7 @@ exports[`TextInput required renders correctly 1`] = `
2743
2743
  Object {
2744
2744
  "alignContent": "center",
2745
2745
  "alignItems": "center",
2746
- "color": "#292a2b",
2746
+ "color": "#001f23",
2747
2747
  "fontSize": 14,
2748
2748
  "textAlignVertical": "center",
2749
2749
  },
@@ -2780,7 +2780,7 @@ exports[`TextInput required renders correctly 1`] = `
2780
2780
  "textAlignVertical": "center",
2781
2781
  },
2782
2782
  Object {
2783
- "color": "#292a2b",
2783
+ "color": "#001f23",
2784
2784
  },
2785
2785
  ]
2786
2786
  }
@@ -2792,7 +2792,7 @@ exports[`TextInput required renders correctly 1`] = `
2792
2792
  style={
2793
2793
  Array [
2794
2794
  Object {
2795
- "color": "#292a2b",
2795
+ "color": "#001f23",
2796
2796
  "fontSize": 16,
2797
2797
  },
2798
2798
  undefined,