@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
@@ -49,7 +49,7 @@ Array [
49
49
  style={
50
50
  Array [
51
51
  Object {
52
- "borderColor": "#292a2b",
52
+ "borderColor": "#001f23",
53
53
  "borderRadius": 8,
54
54
  "borderWidth": 1,
55
55
  "bottom": 0,
@@ -98,7 +98,7 @@ Array [
98
98
  style={
99
99
  Array [
100
100
  Object {
101
- "color": "#292a2b",
101
+ "color": "#001f23",
102
102
  "fontFamily": "BeVietnamPro-Regular",
103
103
  "fontSize": 14,
104
104
  "letterSpacing": 0.42,
@@ -108,7 +108,7 @@ Array [
108
108
  Object {
109
109
  "alignContent": "center",
110
110
  "alignItems": "center",
111
- "color": "#292a2b",
111
+ "color": "#001f23",
112
112
  "fontSize": 14,
113
113
  "textAlignVertical": "center",
114
114
  },
@@ -147,7 +147,7 @@ Array [
147
147
  "textAlignVertical": "center",
148
148
  },
149
149
  Object {
150
- "color": "#292a2b",
150
+ "color": "#001f23",
151
151
  },
152
152
  ]
153
153
  }
@@ -159,7 +159,7 @@ Array [
159
159
  style={
160
160
  Array [
161
161
  Object {
162
- "color": "#292a2b",
162
+ "color": "#001f23",
163
163
  "fontSize": 16,
164
164
  },
165
165
  undefined,
@@ -232,7 +232,7 @@ Array [
232
232
  onStartShouldSetResponder={[Function]}
233
233
  style={
234
234
  Object {
235
- "backgroundColor": "#292a2b",
235
+ "backgroundColor": "#001f23",
236
236
  "bottom": 0,
237
237
  "left": 0,
238
238
  "opacity": 0.48,
@@ -253,7 +253,7 @@ Array [
253
253
  "elevation": 10,
254
254
  "maxHeight": "94%",
255
255
  "paddingBottom": 0,
256
- "shadowColor": "#292a2b",
256
+ "shadowColor": "#001f23",
257
257
  "shadowOffset": Object {
258
258
  "height": 3,
259
259
  "width": 0,
@@ -299,7 +299,7 @@ Array [
299
299
  style={
300
300
  Array [
301
301
  Object {
302
- "color": "#292a2b",
302
+ "color": "#001f23",
303
303
  "fontFamily": "BeVietnamPro-SemiBold",
304
304
  "fontSize": 16,
305
305
  "letterSpacing": 0.48,
@@ -351,7 +351,7 @@ Array [
351
351
  style={
352
352
  Array [
353
353
  Object {
354
- "color": "#292a2b",
354
+ "color": "#001f23",
355
355
  "fontSize": 20,
356
356
  },
357
357
  undefined,
@@ -367,7 +367,7 @@ Array [
367
367
  style={
368
368
  Array [
369
369
  Object {
370
- "borderBottomColor": "#dadbde",
370
+ "borderBottomColor": "#e8e9ea",
371
371
  "borderBottomWidth": 1,
372
372
  "maxWidth": "100%",
373
373
  },
@@ -444,7 +444,7 @@ Array [
444
444
  Array [
445
445
  Object {
446
446
  "alignContent": "center",
447
- "backgroundColor": "#dadbde",
447
+ "backgroundColor": "#e8e9ea",
448
448
  "display": "flex",
449
449
  "flexDirection": "row",
450
450
  "justifyContent": "space-between",
@@ -483,7 +483,7 @@ Array [
483
483
  style={
484
484
  Array [
485
485
  Object {
486
- "color": "#292a2b",
486
+ "color": "#001f23",
487
487
  "fontFamily": "BeVietnamPro-Regular",
488
488
  "fontSize": 16,
489
489
  "letterSpacing": 0.48,
@@ -600,7 +600,7 @@ Array [
600
600
  style={
601
601
  Array [
602
602
  Object {
603
- "color": "#292a2b",
603
+ "color": "#001f23",
604
604
  "fontFamily": "BeVietnamPro-SemiBold",
605
605
  "fontSize": 16,
606
606
  "letterSpacing": 0.48,
@@ -619,7 +619,7 @@ Array [
619
619
  style={
620
620
  Array [
621
621
  Object {
622
- "color": "#8b8d92",
622
+ "color": "#808f91",
623
623
  "fontFamily": "BeVietnamPro-Regular",
624
624
  "fontSize": 16,
625
625
  "letterSpacing": 0.48,
@@ -744,7 +744,7 @@ Array [
744
744
  style={
745
745
  Array [
746
746
  Object {
747
- "color": "#292a2b",
747
+ "color": "#001f23",
748
748
  "fontFamily": "BeVietnamPro-SemiBold",
749
749
  "fontSize": 16,
750
750
  "letterSpacing": 0.48,
@@ -763,7 +763,7 @@ Array [
763
763
  style={
764
764
  Array [
765
765
  Object {
766
- "color": "#8b8d92",
766
+ "color": "#808f91",
767
767
  "fontFamily": "BeVietnamPro-Regular",
768
768
  "fontSize": 16,
769
769
  "letterSpacing": 0.48,
@@ -847,7 +847,7 @@ Array [
847
847
  Array [
848
848
  Object {
849
849
  "alignContent": "center",
850
- "backgroundColor": "#dadbde",
850
+ "backgroundColor": "#e8e9ea",
851
851
  "display": "flex",
852
852
  "flexDirection": "row",
853
853
  "justifyContent": "space-between",
@@ -886,7 +886,7 @@ Array [
886
886
  style={
887
887
  Array [
888
888
  Object {
889
- "color": "#292a2b",
889
+ "color": "#001f23",
890
890
  "fontFamily": "BeVietnamPro-Regular",
891
891
  "fontSize": 16,
892
892
  "letterSpacing": 0.48,
@@ -1003,7 +1003,7 @@ Array [
1003
1003
  style={
1004
1004
  Array [
1005
1005
  Object {
1006
- "color": "#292a2b",
1006
+ "color": "#001f23",
1007
1007
  "fontFamily": "BeVietnamPro-SemiBold",
1008
1008
  "fontSize": 16,
1009
1009
  "letterSpacing": 0.48,
@@ -1022,7 +1022,7 @@ Array [
1022
1022
  style={
1023
1023
  Array [
1024
1024
  Object {
1025
- "color": "#8b8d92",
1025
+ "color": "#808f91",
1026
1026
  "fontFamily": "BeVietnamPro-Regular",
1027
1027
  "fontSize": 16,
1028
1028
  "letterSpacing": 0.48,
@@ -1147,7 +1147,7 @@ Array [
1147
1147
  style={
1148
1148
  Array [
1149
1149
  Object {
1150
- "color": "#292a2b",
1150
+ "color": "#001f23",
1151
1151
  "fontFamily": "BeVietnamPro-SemiBold",
1152
1152
  "fontSize": 16,
1153
1153
  "letterSpacing": 0.48,
@@ -1166,7 +1166,7 @@ Array [
1166
1166
  style={
1167
1167
  Array [
1168
1168
  Object {
1169
- "color": "#8b8d92",
1169
+ "color": "#808f91",
1170
1170
  "fontFamily": "BeVietnamPro-Regular",
1171
1171
  "fontSize": 16,
1172
1172
  "letterSpacing": 0.48,
@@ -1300,7 +1300,7 @@ Array [
1300
1300
  style={
1301
1301
  Array [
1302
1302
  Object {
1303
- "borderColor": "#292a2b",
1303
+ "borderColor": "#001f23",
1304
1304
  "borderRadius": 8,
1305
1305
  "borderWidth": 1,
1306
1306
  "bottom": 0,
@@ -1335,7 +1335,7 @@ Array [
1335
1335
  style={
1336
1336
  Array [
1337
1337
  Object {
1338
- "color": "#292a2b",
1338
+ "color": "#001f23",
1339
1339
  "fontFamily": "BeVietnamPro-Regular",
1340
1340
  "fontSize": 12,
1341
1341
  "letterSpacing": 0.36,
@@ -1343,7 +1343,7 @@ Array [
1343
1343
  },
1344
1344
  Array [
1345
1345
  Object {
1346
- "color": "#292a2b",
1346
+ "color": "#001f23",
1347
1347
  },
1348
1348
  undefined,
1349
1349
  ],
@@ -1393,7 +1393,7 @@ Array [
1393
1393
  "textAlignVertical": "center",
1394
1394
  },
1395
1395
  Object {
1396
- "color": "#292a2b",
1396
+ "color": "#001f23",
1397
1397
  },
1398
1398
  ]
1399
1399
  }
@@ -1406,7 +1406,7 @@ Array [
1406
1406
  style={
1407
1407
  Array [
1408
1408
  Object {
1409
- "color": "#292a2b",
1409
+ "color": "#001f23",
1410
1410
  "fontSize": 16,
1411
1411
  },
1412
1412
  undefined,
@@ -1480,7 +1480,7 @@ Array [
1480
1480
  onStartShouldSetResponder={[Function]}
1481
1481
  style={
1482
1482
  Object {
1483
- "backgroundColor": "#292a2b",
1483
+ "backgroundColor": "#001f23",
1484
1484
  "bottom": 0,
1485
1485
  "left": 0,
1486
1486
  "opacity": 0.48,
@@ -1503,7 +1503,7 @@ Array [
1503
1503
  "elevation": 10,
1504
1504
  "maxHeight": "94%",
1505
1505
  "paddingBottom": 0,
1506
- "shadowColor": "#292a2b",
1506
+ "shadowColor": "#001f23",
1507
1507
  "shadowOffset": Object {
1508
1508
  "height": 3,
1509
1509
  "width": 0,
@@ -1549,7 +1549,7 @@ Array [
1549
1549
  style={
1550
1550
  Array [
1551
1551
  Object {
1552
- "color": "#292a2b",
1552
+ "color": "#001f23",
1553
1553
  "fontFamily": "BeVietnamPro-SemiBold",
1554
1554
  "fontSize": 16,
1555
1555
  "letterSpacing": 0.48,
@@ -1603,7 +1603,7 @@ Array [
1603
1603
  style={
1604
1604
  Array [
1605
1605
  Object {
1606
- "color": "#292a2b",
1606
+ "color": "#001f23",
1607
1607
  "fontSize": 20,
1608
1608
  },
1609
1609
  undefined,
@@ -1619,7 +1619,7 @@ Array [
1619
1619
  style={
1620
1620
  Array [
1621
1621
  Object {
1622
- "borderBottomColor": "#dadbde",
1622
+ "borderBottomColor": "#e8e9ea",
1623
1623
  "borderBottomWidth": 1,
1624
1624
  "maxWidth": "100%",
1625
1625
  },
@@ -1771,7 +1771,7 @@ Array [
1771
1771
  Array [
1772
1772
  Object {
1773
1773
  "alignItems": "center",
1774
- "backgroundColor": "#f1e9fb",
1774
+ "backgroundColor": "#f3e6f6",
1775
1775
  "flexDirection": "row",
1776
1776
  "opacity": 1,
1777
1777
  "padding": 16,
@@ -1796,7 +1796,7 @@ Array [
1796
1796
  style={
1797
1797
  Array [
1798
1798
  Object {
1799
- "color": "#292a2b",
1799
+ "color": "#001f23",
1800
1800
  "fontFamily": "BeVietnamPro-Regular",
1801
1801
  "fontSize": 16,
1802
1802
  "letterSpacing": 0.48,
@@ -1923,7 +1923,7 @@ Array [
1923
1923
  style={
1924
1924
  Array [
1925
1925
  Object {
1926
- "color": "#292a2b",
1926
+ "color": "#001f23",
1927
1927
  "fontFamily": "BeVietnamPro-Regular",
1928
1928
  "fontSize": 16,
1929
1929
  "letterSpacing": 0.48,
@@ -2050,7 +2050,7 @@ Array [
2050
2050
  style={
2051
2051
  Array [
2052
2052
  Object {
2053
- "color": "#292a2b",
2053
+ "color": "#001f23",
2054
2054
  "fontFamily": "BeVietnamPro-Regular",
2055
2055
  "fontSize": 16,
2056
2056
  "letterSpacing": 0.48,
@@ -2177,7 +2177,7 @@ Array [
2177
2177
  style={
2178
2178
  Array [
2179
2179
  Object {
2180
- "color": "#292a2b",
2180
+ "color": "#001f23",
2181
2181
  "fontFamily": "BeVietnamPro-Regular",
2182
2182
  "fontSize": 16,
2183
2183
  "letterSpacing": 0.48,
@@ -2304,7 +2304,7 @@ Array [
2304
2304
  style={
2305
2305
  Array [
2306
2306
  Object {
2307
- "color": "#292a2b",
2307
+ "color": "#001f23",
2308
2308
  "fontFamily": "BeVietnamPro-Regular",
2309
2309
  "fontSize": 16,
2310
2310
  "letterSpacing": 0.48,
@@ -2431,7 +2431,7 @@ Array [
2431
2431
  style={
2432
2432
  Array [
2433
2433
  Object {
2434
- "color": "#292a2b",
2434
+ "color": "#001f23",
2435
2435
  "fontFamily": "BeVietnamPro-Regular",
2436
2436
  "fontSize": 16,
2437
2437
  "letterSpacing": 0.48,
@@ -2559,7 +2559,7 @@ Array [
2559
2559
  style={
2560
2560
  Array [
2561
2561
  Object {
2562
- "color": "#292a2b",
2562
+ "color": "#001f23",
2563
2563
  "fontFamily": "BeVietnamPro-Regular",
2564
2564
  "fontSize": 16,
2565
2565
  "letterSpacing": 0.48,
@@ -2693,7 +2693,7 @@ Array [
2693
2693
  style={
2694
2694
  Array [
2695
2695
  Object {
2696
- "borderColor": "#292a2b",
2696
+ "borderColor": "#001f23",
2697
2697
  "borderRadius": 8,
2698
2698
  "borderWidth": 1,
2699
2699
  "bottom": 0,
@@ -2728,7 +2728,7 @@ Array [
2728
2728
  style={
2729
2729
  Array [
2730
2730
  Object {
2731
- "color": "#292a2b",
2731
+ "color": "#001f23",
2732
2732
  "fontFamily": "BeVietnamPro-Regular",
2733
2733
  "fontSize": 12,
2734
2734
  "letterSpacing": 0.36,
@@ -2736,7 +2736,7 @@ Array [
2736
2736
  },
2737
2737
  Array [
2738
2738
  Object {
2739
- "color": "#292a2b",
2739
+ "color": "#001f23",
2740
2740
  },
2741
2741
  undefined,
2742
2742
  ],
@@ -2786,7 +2786,7 @@ Array [
2786
2786
  "textAlignVertical": "center",
2787
2787
  },
2788
2788
  Object {
2789
- "color": "#292a2b",
2789
+ "color": "#001f23",
2790
2790
  },
2791
2791
  ]
2792
2792
  }
@@ -2799,7 +2799,7 @@ Array [
2799
2799
  style={
2800
2800
  Array [
2801
2801
  Object {
2802
- "color": "#292a2b",
2802
+ "color": "#001f23",
2803
2803
  "fontSize": 16,
2804
2804
  },
2805
2805
  undefined,
@@ -2872,7 +2872,7 @@ Array [
2872
2872
  onStartShouldSetResponder={[Function]}
2873
2873
  style={
2874
2874
  Object {
2875
- "backgroundColor": "#292a2b",
2875
+ "backgroundColor": "#001f23",
2876
2876
  "bottom": 0,
2877
2877
  "left": 0,
2878
2878
  "opacity": 0.48,
@@ -2893,7 +2893,7 @@ Array [
2893
2893
  "elevation": 10,
2894
2894
  "maxHeight": "94%",
2895
2895
  "paddingBottom": 0,
2896
- "shadowColor": "#292a2b",
2896
+ "shadowColor": "#001f23",
2897
2897
  "shadowOffset": Object {
2898
2898
  "height": 3,
2899
2899
  "width": 0,
@@ -2939,7 +2939,7 @@ Array [
2939
2939
  style={
2940
2940
  Array [
2941
2941
  Object {
2942
- "color": "#292a2b",
2942
+ "color": "#001f23",
2943
2943
  "fontFamily": "BeVietnamPro-SemiBold",
2944
2944
  "fontSize": 16,
2945
2945
  "letterSpacing": 0.48,
@@ -2991,7 +2991,7 @@ Array [
2991
2991
  style={
2992
2992
  Array [
2993
2993
  Object {
2994
- "color": "#292a2b",
2994
+ "color": "#001f23",
2995
2995
  "fontSize": 20,
2996
2996
  },
2997
2997
  undefined,
@@ -3007,7 +3007,7 @@ Array [
3007
3007
  style={
3008
3008
  Array [
3009
3009
  Object {
3010
- "borderBottomColor": "#dadbde",
3010
+ "borderBottomColor": "#e8e9ea",
3011
3011
  "borderBottomWidth": 1,
3012
3012
  "maxWidth": "100%",
3013
3013
  },
@@ -3159,7 +3159,7 @@ Array [
3159
3159
  Array [
3160
3160
  Object {
3161
3161
  "alignItems": "center",
3162
- "backgroundColor": "#f1e9fb",
3162
+ "backgroundColor": "#f3e6f6",
3163
3163
  "flexDirection": "row",
3164
3164
  "opacity": 1,
3165
3165
  "padding": 16,
@@ -3184,7 +3184,7 @@ Array [
3184
3184
  style={
3185
3185
  Array [
3186
3186
  Object {
3187
- "color": "#292a2b",
3187
+ "color": "#001f23",
3188
3188
  "fontFamily": "BeVietnamPro-Regular",
3189
3189
  "fontSize": 16,
3190
3190
  "letterSpacing": 0.48,
@@ -3311,7 +3311,7 @@ Array [
3311
3311
  style={
3312
3312
  Array [
3313
3313
  Object {
3314
- "color": "#292a2b",
3314
+ "color": "#001f23",
3315
3315
  "fontFamily": "BeVietnamPro-Regular",
3316
3316
  "fontSize": 16,
3317
3317
  "letterSpacing": 0.48,
@@ -3438,7 +3438,7 @@ Array [
3438
3438
  style={
3439
3439
  Array [
3440
3440
  Object {
3441
- "color": "#292a2b",
3441
+ "color": "#001f23",
3442
3442
  "fontFamily": "BeVietnamPro-Regular",
3443
3443
  "fontSize": 16,
3444
3444
  "letterSpacing": 0.48,
@@ -3565,7 +3565,7 @@ Array [
3565
3565
  style={
3566
3566
  Array [
3567
3567
  Object {
3568
- "color": "#292a2b",
3568
+ "color": "#001f23",
3569
3569
  "fontFamily": "BeVietnamPro-Regular",
3570
3570
  "fontSize": 16,
3571
3571
  "letterSpacing": 0.48,
@@ -3692,7 +3692,7 @@ Array [
3692
3692
  style={
3693
3693
  Array [
3694
3694
  Object {
3695
- "color": "#292a2b",
3695
+ "color": "#001f23",
3696
3696
  "fontFamily": "BeVietnamPro-Regular",
3697
3697
  "fontSize": 16,
3698
3698
  "letterSpacing": 0.48,
@@ -3819,7 +3819,7 @@ Array [
3819
3819
  style={
3820
3820
  Array [
3821
3821
  Object {
3822
- "color": "#292a2b",
3822
+ "color": "#001f23",
3823
3823
  "fontFamily": "BeVietnamPro-Regular",
3824
3824
  "fontSize": 16,
3825
3825
  "letterSpacing": 0.48,
@@ -3947,7 +3947,7 @@ Array [
3947
3947
  style={
3948
3948
  Array [
3949
3949
  Object {
3950
- "color": "#292a2b",
3950
+ "color": "#001f23",
3951
3951
  "fontFamily": "BeVietnamPro-Regular",
3952
3952
  "fontSize": 16,
3953
3953
  "letterSpacing": 0.48,
@@ -4083,7 +4083,7 @@ Array [
4083
4083
  style={
4084
4084
  Array [
4085
4085
  Object {
4086
- "borderColor": "#8b8d92",
4086
+ "borderColor": "#808f91",
4087
4087
  "borderRadius": 8,
4088
4088
  "borderWidth": 1,
4089
4089
  "bottom": 0,
@@ -4118,7 +4118,7 @@ Array [
4118
4118
  style={
4119
4119
  Array [
4120
4120
  Object {
4121
- "color": "#292a2b",
4121
+ "color": "#001f23",
4122
4122
  "fontFamily": "BeVietnamPro-Regular",
4123
4123
  "fontSize": 12,
4124
4124
  "letterSpacing": 0.36,
@@ -4126,7 +4126,7 @@ Array [
4126
4126
  },
4127
4127
  Array [
4128
4128
  Object {
4129
- "color": "#8b8d92",
4129
+ "color": "#808f91",
4130
4130
  },
4131
4131
  undefined,
4132
4132
  ],
@@ -4176,7 +4176,7 @@ Array [
4176
4176
  "textAlignVertical": "center",
4177
4177
  },
4178
4178
  Object {
4179
- "color": "#292a2b",
4179
+ "color": "#001f23",
4180
4180
  },
4181
4181
  ]
4182
4182
  }
@@ -4202,7 +4202,7 @@ Array [
4202
4202
  style={
4203
4203
  Array [
4204
4204
  Object {
4205
- "color": "#292a2b",
4205
+ "color": "#001f23",
4206
4206
  "fontSize": 16,
4207
4207
  },
4208
4208
  undefined,
@@ -4277,7 +4277,7 @@ Array [
4277
4277
  onStartShouldSetResponder={[Function]}
4278
4278
  style={
4279
4279
  Object {
4280
- "backgroundColor": "#292a2b",
4280
+ "backgroundColor": "#001f23",
4281
4281
  "bottom": 0,
4282
4282
  "left": 0,
4283
4283
  "opacity": 0.48,
@@ -4300,7 +4300,7 @@ Array [
4300
4300
  "elevation": 10,
4301
4301
  "maxHeight": "94%",
4302
4302
  "paddingBottom": 0,
4303
- "shadowColor": "#292a2b",
4303
+ "shadowColor": "#001f23",
4304
4304
  "shadowOffset": Object {
4305
4305
  "height": 3,
4306
4306
  "width": 0,
@@ -4346,7 +4346,7 @@ Array [
4346
4346
  style={
4347
4347
  Array [
4348
4348
  Object {
4349
- "color": "#292a2b",
4349
+ "color": "#001f23",
4350
4350
  "fontFamily": "BeVietnamPro-SemiBold",
4351
4351
  "fontSize": 16,
4352
4352
  "letterSpacing": 0.48,
@@ -4400,7 +4400,7 @@ Array [
4400
4400
  style={
4401
4401
  Array [
4402
4402
  Object {
4403
- "color": "#292a2b",
4403
+ "color": "#001f23",
4404
4404
  "fontSize": 20,
4405
4405
  },
4406
4406
  undefined,
@@ -4416,7 +4416,7 @@ Array [
4416
4416
  style={
4417
4417
  Array [
4418
4418
  Object {
4419
- "borderBottomColor": "#dadbde",
4419
+ "borderBottomColor": "#e8e9ea",
4420
4420
  "borderBottomWidth": 1,
4421
4421
  "maxWidth": "100%",
4422
4422
  },
@@ -4568,7 +4568,7 @@ Array [
4568
4568
  Array [
4569
4569
  Object {
4570
4570
  "alignItems": "center",
4571
- "backgroundColor": "#f1e9fb",
4571
+ "backgroundColor": "#f3e6f6",
4572
4572
  "flexDirection": "row",
4573
4573
  "opacity": 1,
4574
4574
  "padding": 16,
@@ -4593,7 +4593,7 @@ Array [
4593
4593
  style={
4594
4594
  Array [
4595
4595
  Object {
4596
- "color": "#292a2b",
4596
+ "color": "#001f23",
4597
4597
  "fontFamily": "BeVietnamPro-Regular",
4598
4598
  "fontSize": 16,
4599
4599
  "letterSpacing": 0.48,
@@ -4720,7 +4720,7 @@ Array [
4720
4720
  style={
4721
4721
  Array [
4722
4722
  Object {
4723
- "color": "#292a2b",
4723
+ "color": "#001f23",
4724
4724
  "fontFamily": "BeVietnamPro-Regular",
4725
4725
  "fontSize": 16,
4726
4726
  "letterSpacing": 0.48,
@@ -4847,7 +4847,7 @@ Array [
4847
4847
  style={
4848
4848
  Array [
4849
4849
  Object {
4850
- "color": "#292a2b",
4850
+ "color": "#001f23",
4851
4851
  "fontFamily": "BeVietnamPro-Regular",
4852
4852
  "fontSize": 16,
4853
4853
  "letterSpacing": 0.48,
@@ -4974,7 +4974,7 @@ Array [
4974
4974
  style={
4975
4975
  Array [
4976
4976
  Object {
4977
- "color": "#292a2b",
4977
+ "color": "#001f23",
4978
4978
  "fontFamily": "BeVietnamPro-Regular",
4979
4979
  "fontSize": 16,
4980
4980
  "letterSpacing": 0.48,
@@ -5101,7 +5101,7 @@ Array [
5101
5101
  style={
5102
5102
  Array [
5103
5103
  Object {
5104
- "color": "#292a2b",
5104
+ "color": "#001f23",
5105
5105
  "fontFamily": "BeVietnamPro-Regular",
5106
5106
  "fontSize": 16,
5107
5107
  "letterSpacing": 0.48,
@@ -5228,7 +5228,7 @@ Array [
5228
5228
  style={
5229
5229
  Array [
5230
5230
  Object {
5231
- "color": "#292a2b",
5231
+ "color": "#001f23",
5232
5232
  "fontFamily": "BeVietnamPro-Regular",
5233
5233
  "fontSize": 16,
5234
5234
  "letterSpacing": 0.48,
@@ -5356,7 +5356,7 @@ Array [
5356
5356
  style={
5357
5357
  Array [
5358
5358
  Object {
5359
- "color": "#292a2b",
5359
+ "color": "#001f23",
5360
5360
  "fontFamily": "BeVietnamPro-Regular",
5361
5361
  "fontSize": 16,
5362
5362
  "letterSpacing": 0.48,
@@ -5490,7 +5490,7 @@ Array [
5490
5490
  style={
5491
5491
  Array [
5492
5492
  Object {
5493
- "borderColor": "#292a2b",
5493
+ "borderColor": "#001f23",
5494
5494
  "borderRadius": 8,
5495
5495
  "borderWidth": 1,
5496
5496
  "bottom": 0,
@@ -5525,7 +5525,7 @@ Array [
5525
5525
  style={
5526
5526
  Array [
5527
5527
  Object {
5528
- "color": "#292a2b",
5528
+ "color": "#001f23",
5529
5529
  "fontFamily": "BeVietnamPro-Regular",
5530
5530
  "fontSize": 12,
5531
5531
  "letterSpacing": 0.36,
@@ -5533,7 +5533,7 @@ Array [
5533
5533
  },
5534
5534
  Array [
5535
5535
  Object {
5536
- "color": "#292a2b",
5536
+ "color": "#001f23",
5537
5537
  },
5538
5538
  undefined,
5539
5539
  ],
@@ -5583,7 +5583,7 @@ Array [
5583
5583
  "textAlignVertical": "center",
5584
5584
  },
5585
5585
  Object {
5586
- "color": "#292a2b",
5586
+ "color": "#001f23",
5587
5587
  },
5588
5588
  ]
5589
5589
  }
@@ -5596,7 +5596,7 @@ Array [
5596
5596
  style={
5597
5597
  Array [
5598
5598
  Object {
5599
- "color": "#292a2b",
5599
+ "color": "#001f23",
5600
5600
  "fontSize": 16,
5601
5601
  },
5602
5602
  undefined,
@@ -5669,7 +5669,7 @@ Array [
5669
5669
  onStartShouldSetResponder={[Function]}
5670
5670
  style={
5671
5671
  Object {
5672
- "backgroundColor": "#292a2b",
5672
+ "backgroundColor": "#001f23",
5673
5673
  "bottom": 0,
5674
5674
  "left": 0,
5675
5675
  "opacity": 0.48,
@@ -5690,7 +5690,7 @@ Array [
5690
5690
  "elevation": 10,
5691
5691
  "maxHeight": "94%",
5692
5692
  "paddingBottom": 0,
5693
- "shadowColor": "#292a2b",
5693
+ "shadowColor": "#001f23",
5694
5694
  "shadowOffset": Object {
5695
5695
  "height": 3,
5696
5696
  "width": 0,
@@ -5736,7 +5736,7 @@ Array [
5736
5736
  style={
5737
5737
  Array [
5738
5738
  Object {
5739
- "color": "#292a2b",
5739
+ "color": "#001f23",
5740
5740
  "fontFamily": "BeVietnamPro-SemiBold",
5741
5741
  "fontSize": 16,
5742
5742
  "letterSpacing": 0.48,
@@ -5788,7 +5788,7 @@ Array [
5788
5788
  style={
5789
5789
  Array [
5790
5790
  Object {
5791
- "color": "#292a2b",
5791
+ "color": "#001f23",
5792
5792
  "fontSize": 20,
5793
5793
  },
5794
5794
  undefined,
@@ -5804,7 +5804,7 @@ Array [
5804
5804
  style={
5805
5805
  Array [
5806
5806
  Object {
5807
- "borderBottomColor": "#dadbde",
5807
+ "borderBottomColor": "#e8e9ea",
5808
5808
  "borderBottomWidth": 1,
5809
5809
  "maxWidth": "100%",
5810
5810
  },
@@ -5873,7 +5873,7 @@ Array [
5873
5873
  Array [
5874
5874
  Object {
5875
5875
  "alignContent": "center",
5876
- "backgroundColor": "#dadbde",
5876
+ "backgroundColor": "#e8e9ea",
5877
5877
  "display": "flex",
5878
5878
  "flexDirection": "row",
5879
5879
  "justifyContent": "space-between",
@@ -5912,7 +5912,7 @@ Array [
5912
5912
  style={
5913
5913
  Array [
5914
5914
  Object {
5915
- "color": "#292a2b",
5915
+ "color": "#001f23",
5916
5916
  "fontFamily": "BeVietnamPro-Regular",
5917
5917
  "fontSize": 16,
5918
5918
  "letterSpacing": 0.48,
@@ -5997,7 +5997,7 @@ Array [
5997
5997
  Array [
5998
5998
  Object {
5999
5999
  "alignItems": "center",
6000
- "backgroundColor": "#f1e9fb",
6000
+ "backgroundColor": "#f3e6f6",
6001
6001
  "flexDirection": "row",
6002
6002
  "opacity": 1,
6003
6003
  "padding": 16,
@@ -6022,7 +6022,7 @@ Array [
6022
6022
  style={
6023
6023
  Array [
6024
6024
  Object {
6025
- "color": "#292a2b",
6025
+ "color": "#001f23",
6026
6026
  "fontFamily": "BeVietnamPro-Regular",
6027
6027
  "fontSize": 16,
6028
6028
  "letterSpacing": 0.48,
@@ -6097,7 +6097,7 @@ Array [
6097
6097
  Array [
6098
6098
  Object {
6099
6099
  "alignContent": "center",
6100
- "backgroundColor": "#dadbde",
6100
+ "backgroundColor": "#e8e9ea",
6101
6101
  "display": "flex",
6102
6102
  "flexDirection": "row",
6103
6103
  "justifyContent": "space-between",
@@ -6136,7 +6136,7 @@ Array [
6136
6136
  style={
6137
6137
  Array [
6138
6138
  Object {
6139
- "color": "#292a2b",
6139
+ "color": "#001f23",
6140
6140
  "fontFamily": "BeVietnamPro-Regular",
6141
6141
  "fontSize": 16,
6142
6142
  "letterSpacing": 0.48,
@@ -6246,7 +6246,7 @@ Array [
6246
6246
  style={
6247
6247
  Array [
6248
6248
  Object {
6249
- "color": "#292a2b",
6249
+ "color": "#001f23",
6250
6250
  "fontFamily": "BeVietnamPro-Regular",
6251
6251
  "fontSize": 16,
6252
6252
  "letterSpacing": 0.48,
@@ -6363,7 +6363,7 @@ Array [
6363
6363
  style={
6364
6364
  Array [
6365
6365
  Object {
6366
- "color": "#292a2b",
6366
+ "color": "#001f23",
6367
6367
  "fontFamily": "BeVietnamPro-Regular",
6368
6368
  "fontSize": 16,
6369
6369
  "letterSpacing": 0.48,