@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
@@ -32,7 +32,7 @@ exports[`CalendarRowItem renders correctly 1`] = `
32
32
  Object {
33
33
  "alignItems": "center",
34
34
  "backgroundColor": undefined,
35
- "borderColor": "#292a2b",
35
+ "borderColor": "#001f23",
36
36
  "borderRadius": 999,
37
37
  "borderWidth": 0,
38
38
  "height": 44,
@@ -46,7 +46,7 @@ exports[`CalendarRowItem renders correctly 1`] = `
46
46
  style={
47
47
  Array [
48
48
  Object {
49
- "color": "#292a2b",
49
+ "color": "#001f23",
50
50
  "fontFamily": "BeVietnamPro-Regular",
51
51
  "fontSize": 14,
52
52
  "letterSpacing": 0.42,
@@ -65,7 +65,7 @@ exports[`CalendarRowItem renders correctly 1`] = `
65
65
  style={
66
66
  Array [
67
67
  Object {
68
- "backgroundColor": "#7622d7",
68
+ "backgroundColor": "#8505a2",
69
69
  "borderRadius": 999,
70
70
  "bottom": "10%",
71
71
  "height": 4,
@@ -114,7 +114,7 @@ exports[`CalendarRowItem renders correctly 2`] = `
114
114
  Object {
115
115
  "alignItems": "center",
116
116
  "backgroundColor": undefined,
117
- "borderColor": "#292a2b",
117
+ "borderColor": "#001f23",
118
118
  "borderRadius": 999,
119
119
  "borderWidth": 0,
120
120
  "height": 44,
@@ -128,7 +128,7 @@ exports[`CalendarRowItem renders correctly 2`] = `
128
128
  style={
129
129
  Array [
130
130
  Object {
131
- "color": "#8b8d92",
131
+ "color": "#808f91",
132
132
  "fontFamily": "BeVietnamPro-Regular",
133
133
  "fontSize": 14,
134
134
  "letterSpacing": 0.42,
@@ -147,7 +147,7 @@ exports[`CalendarRowItem renders correctly 2`] = `
147
147
  style={
148
148
  Array [
149
149
  Object {
150
- "backgroundColor": "#7622d7",
150
+ "backgroundColor": "#8505a2",
151
151
  "borderRadius": 999,
152
152
  "bottom": "10%",
153
153
  "height": 4,
@@ -195,8 +195,8 @@ exports[`CalendarRowItem renders correctly when is current date 1`] = `
195
195
  style={
196
196
  Object {
197
197
  "alignItems": "center",
198
- "backgroundColor": "#7622d7",
199
- "borderColor": "#292a2b",
198
+ "backgroundColor": "#8505a2",
199
+ "borderColor": "#001f23",
200
200
  "borderRadius": 999,
201
201
  "borderWidth": 0,
202
202
  "height": 44,
@@ -277,8 +277,8 @@ exports[`CalendarRowItem renders correctly when selected, and is current date eq
277
277
  style={
278
278
  Object {
279
279
  "alignItems": "center",
280
- "backgroundColor": "#7622d7",
281
- "borderColor": "#292a2b",
280
+ "backgroundColor": "#8505a2",
281
+ "borderColor": "#001f23",
282
282
  "borderRadius": 999,
283
283
  "borderWidth": 0,
284
284
  "height": 44,
@@ -359,8 +359,8 @@ exports[`CalendarRowItem renders correctly when selected, and is current date eq
359
359
  style={
360
360
  Object {
361
361
  "alignItems": "center",
362
- "backgroundColor": "#7622d7",
363
- "borderColor": "#292a2b",
362
+ "backgroundColor": "#8505a2",
363
+ "borderColor": "#001f23",
364
364
  "borderRadius": 999,
365
365
  "borderWidth": 0,
366
366
  "height": 44,
@@ -5,7 +5,7 @@ exports[`LeftDataCard renders correctly 1`] = `
5
5
  style={
6
6
  Array [
7
7
  Object {
8
- "backgroundColor": "#a26fb0",
8
+ "backgroundColor": "#8505a2",
9
9
  "height": "100%",
10
10
  "width": 16,
11
11
  },
@@ -15,7 +15,7 @@ exports[`StyledWrapper renders correct style 1`] = `
15
15
  onStartShouldSetResponder={[Function]}
16
16
  style={
17
17
  Object {
18
- "borderColor": "#7622d7",
18
+ "borderColor": "#8505a2",
19
19
  "borderRadius": 4,
20
20
  "borderWidth": 2,
21
21
  "display": "flex",
@@ -15,7 +15,7 @@ exports[`Checkbox renders correctly 1`] = `
15
15
  onStartShouldSetResponder={[Function]}
16
16
  style={
17
17
  Object {
18
- "borderColor": "#7622d7",
18
+ "borderColor": "#8505a2",
19
19
  "borderRadius": 4,
20
20
  "borderWidth": 2,
21
21
  "display": "flex",
@@ -46,7 +46,7 @@ exports[`Checkbox trigger press function correctly 1`] = `
46
46
  onStartShouldSetResponder={[Function]}
47
47
  style={
48
48
  Object {
49
- "borderColor": "#7622d7",
49
+ "borderColor": "#8505a2",
50
50
  "borderRadius": 4,
51
51
  "borderWidth": 2,
52
52
  "display": "flex",
@@ -5,7 +5,7 @@ exports[`Value has correct style 1`] = `
5
5
  style={
6
6
  Array [
7
7
  Object {
8
- "color": "#292a2b",
8
+ "color": "#001f23",
9
9
  "fontFamily": "BeVietnamPro-Regular",
10
10
  "fontSize": 14,
11
11
  "letterSpacing": 0.42,
@@ -37,7 +37,7 @@ exports[`rendering renders correctly 1`] = `
37
37
  style={
38
38
  Array [
39
39
  Object {
40
- "color": "#292a2b",
40
+ "color": "#001f23",
41
41
  "fontSize": 24,
42
42
  },
43
43
  undefined,
@@ -51,7 +51,7 @@ exports[`rendering renders correctly 1`] = `
51
51
  style={
52
52
  Array [
53
53
  Object {
54
- "color": "#292a2b",
54
+ "color": "#001f23",
55
55
  "fontFamily": "BeVietnamPro-SemiBold",
56
56
  "fontSize": 14,
57
57
  "letterSpacing": 0.42,
@@ -96,7 +96,7 @@ exports[`rendering renders correctly 1`] = `
96
96
  style={
97
97
  Array [
98
98
  Object {
99
- "color": "#292a2b",
99
+ "color": "#001f23",
100
100
  "fontSize": 24,
101
101
  },
102
102
  undefined,
@@ -146,7 +146,7 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
146
146
  style={
147
147
  Array [
148
148
  Object {
149
- "color": "#8b8d92",
149
+ "color": "#808f91",
150
150
  "fontSize": 24,
151
151
  },
152
152
  undefined,
@@ -160,7 +160,7 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
160
160
  style={
161
161
  Array [
162
162
  Object {
163
- "color": "#292a2b",
163
+ "color": "#001f23",
164
164
  "fontFamily": "BeVietnamPro-SemiBold",
165
165
  "fontSize": 14,
166
166
  "letterSpacing": 0.42,
@@ -205,7 +205,7 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
205
205
  style={
206
206
  Array [
207
207
  Object {
208
- "color": "#8b8d92",
208
+ "color": "#808f91",
209
209
  "fontSize": 24,
210
210
  },
211
211
  undefined,
@@ -49,7 +49,7 @@ exports[`DatePickerAndroid renders correctly 1`] = `
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,
@@ -84,7 +84,7 @@ exports[`DatePickerAndroid renders correctly 1`] = `
84
84
  style={
85
85
  Array [
86
86
  Object {
87
- "color": "#292a2b",
87
+ "color": "#001f23",
88
88
  "fontFamily": "BeVietnamPro-Regular",
89
89
  "fontSize": 12,
90
90
  "letterSpacing": 0.36,
@@ -92,7 +92,7 @@ exports[`DatePickerAndroid renders correctly 1`] = `
92
92
  },
93
93
  Array [
94
94
  Object {
95
- "color": "#292a2b",
95
+ "color": "#001f23",
96
96
  },
97
97
  undefined,
98
98
  ],
@@ -140,7 +140,7 @@ exports[`DatePickerAndroid renders correctly 1`] = `
140
140
  "textAlignVertical": "center",
141
141
  },
142
142
  Object {
143
- "color": "#292a2b",
143
+ "color": "#001f23",
144
144
  },
145
145
  ]
146
146
  }
@@ -153,7 +153,7 @@ exports[`DatePickerAndroid renders correctly 1`] = `
153
153
  style={
154
154
  Array [
155
155
  Object {
156
- "color": "#292a2b",
156
+ "color": "#001f23",
157
157
  "fontSize": 16,
158
158
  },
159
159
  undefined,
@@ -49,7 +49,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
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,
@@ -84,7 +84,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
84
84
  style={
85
85
  Array [
86
86
  Object {
87
- "color": "#292a2b",
87
+ "color": "#001f23",
88
88
  "fontFamily": "BeVietnamPro-Regular",
89
89
  "fontSize": 12,
90
90
  "letterSpacing": 0.36,
@@ -92,7 +92,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
92
92
  },
93
93
  Array [
94
94
  Object {
95
- "color": "#292a2b",
95
+ "color": "#001f23",
96
96
  },
97
97
  undefined,
98
98
  ],
@@ -140,7 +140,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
140
140
  "textAlignVertical": "center",
141
141
  },
142
142
  Object {
143
- "color": "#292a2b",
143
+ "color": "#001f23",
144
144
  },
145
145
  ]
146
146
  }
@@ -153,7 +153,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
153
153
  style={
154
154
  Array [
155
155
  Object {
156
- "color": "#292a2b",
156
+ "color": "#001f23",
157
157
  "fontSize": 16,
158
158
  },
159
159
  undefined,
@@ -266,7 +266,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
266
266
  onStartShouldSetResponder={[Function]}
267
267
  style={
268
268
  Object {
269
- "backgroundColor": "#292a2b",
269
+ "backgroundColor": "#001f23",
270
270
  "bottom": 0,
271
271
  "left": 0,
272
272
  "opacity": 0.48,
@@ -288,7 +288,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
288
288
  "borderTopRightRadius": 16,
289
289
  "elevation": 10,
290
290
  "maxHeight": "94%",
291
- "shadowColor": "#292a2b",
291
+ "shadowColor": "#001f23",
292
292
  "shadowOffset": Object {
293
293
  "height": 3,
294
294
  "width": 0,
@@ -334,7 +334,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
334
334
  style={
335
335
  Array [
336
336
  Object {
337
- "color": "#292a2b",
337
+ "color": "#001f23",
338
338
  "fontFamily": "BeVietnamPro-SemiBold",
339
339
  "fontSize": 16,
340
340
  "letterSpacing": 0.48,
@@ -388,7 +388,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
388
388
  style={
389
389
  Array [
390
390
  Object {
391
- "color": "#292a2b",
391
+ "color": "#001f23",
392
392
  "fontSize": 20,
393
393
  },
394
394
  undefined,
@@ -404,7 +404,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
404
404
  style={
405
405
  Array [
406
406
  Object {
407
- "borderBottomColor": "#dadbde",
407
+ "borderBottomColor": "#e8e9ea",
408
408
  "borderBottomWidth": 1,
409
409
  "maxWidth": "100%",
410
410
  },
@@ -440,7 +440,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
440
440
  style={
441
441
  Array [
442
442
  Object {
443
- "borderBottomColor": "#dadbde",
443
+ "borderBottomColor": "#e8e9ea",
444
444
  "borderBottomWidth": 1,
445
445
  "maxWidth": "100%",
446
446
  },
@@ -485,7 +485,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
485
485
  style={
486
486
  Array [
487
487
  Object {
488
- "color": "#7622d7",
488
+ "color": "#8505a2",
489
489
  "fontFamily": "BeVietnamPro-SemiBold",
490
490
  "fontSize": 16,
491
491
  "letterSpacing": 0.48,
@@ -5,7 +5,7 @@ exports[`Divider has large marginHorizontal style 1`] = `
5
5
  style={
6
6
  Array [
7
7
  Object {
8
- "borderBottomColor": "#dadbde",
8
+ "borderBottomColor": "#e8e9ea",
9
9
  "borderBottomWidth": 1,
10
10
  "marginHorizontal": 24,
11
11
  "maxWidth": "100%",
@@ -22,7 +22,7 @@ exports[`Divider has large marginVertical style 1`] = `
22
22
  style={
23
23
  Array [
24
24
  Object {
25
- "borderBottomColor": "#dadbde",
25
+ "borderBottomColor": "#e8e9ea",
26
26
  "borderBottomWidth": 1,
27
27
  "marginVertical": 24,
28
28
  "maxWidth": "100%",
@@ -39,7 +39,7 @@ exports[`Divider has medium marginHorizontal style 1`] = `
39
39
  style={
40
40
  Array [
41
41
  Object {
42
- "borderBottomColor": "#dadbde",
42
+ "borderBottomColor": "#e8e9ea",
43
43
  "borderBottomWidth": 1,
44
44
  "marginHorizontal": 16,
45
45
  "maxWidth": "100%",
@@ -56,7 +56,7 @@ exports[`Divider has medium marginVertical style 1`] = `
56
56
  style={
57
57
  Array [
58
58
  Object {
59
- "borderBottomColor": "#dadbde",
59
+ "borderBottomColor": "#e8e9ea",
60
60
  "borderBottomWidth": 1,
61
61
  "marginVertical": 16,
62
62
  "maxWidth": "100%",
@@ -73,7 +73,7 @@ exports[`Divider has small marginHorizontal style 1`] = `
73
73
  style={
74
74
  Array [
75
75
  Object {
76
- "borderBottomColor": "#dadbde",
76
+ "borderBottomColor": "#e8e9ea",
77
77
  "borderBottomWidth": 1,
78
78
  "marginHorizontal": 8,
79
79
  "maxWidth": "100%",
@@ -90,7 +90,7 @@ exports[`Divider has small marginVertical style 1`] = `
90
90
  style={
91
91
  Array [
92
92
  Object {
93
- "borderBottomColor": "#dadbde",
93
+ "borderBottomColor": "#e8e9ea",
94
94
  "borderBottomWidth": 1,
95
95
  "marginVertical": 8,
96
96
  "maxWidth": "100%",
@@ -107,7 +107,7 @@ exports[`Divider has undefined marginHorizontal style 1`] = `
107
107
  style={
108
108
  Array [
109
109
  Object {
110
- "borderBottomColor": "#dadbde",
110
+ "borderBottomColor": "#e8e9ea",
111
111
  "borderBottomWidth": 1,
112
112
  "maxWidth": "100%",
113
113
  },
@@ -122,7 +122,7 @@ exports[`Divider has undefined marginVertical style 1`] = `
122
122
  style={
123
123
  Array [
124
124
  Object {
125
- "borderBottomColor": "#dadbde",
125
+ "borderBottomColor": "#e8e9ea",
126
126
  "borderBottomWidth": 1,
127
127
  "maxWidth": "100%",
128
128
  },
@@ -137,7 +137,7 @@ exports[`Divider has xlarge marginHorizontal style 1`] = `
137
137
  style={
138
138
  Array [
139
139
  Object {
140
- "borderBottomColor": "#dadbde",
140
+ "borderBottomColor": "#e8e9ea",
141
141
  "borderBottomWidth": 1,
142
142
  "marginHorizontal": 32,
143
143
  "maxWidth": "100%",
@@ -154,7 +154,7 @@ exports[`Divider has xlarge marginVertical style 1`] = `
154
154
  style={
155
155
  Array [
156
156
  Object {
157
- "borderBottomColor": "#dadbde",
157
+ "borderBottomColor": "#e8e9ea",
158
158
  "borderBottomWidth": 1,
159
159
  "marginVertical": 32,
160
160
  "maxWidth": "100%",
@@ -171,7 +171,7 @@ exports[`Divider has xsmall marginHorizontal style 1`] = `
171
171
  style={
172
172
  Array [
173
173
  Object {
174
- "borderBottomColor": "#dadbde",
174
+ "borderBottomColor": "#e8e9ea",
175
175
  "borderBottomWidth": 1,
176
176
  "marginHorizontal": 4,
177
177
  "maxWidth": "100%",
@@ -188,7 +188,7 @@ exports[`Divider has xsmall marginVertical style 1`] = `
188
188
  style={
189
189
  Array [
190
190
  Object {
191
- "borderBottomColor": "#dadbde",
191
+ "borderBottomColor": "#e8e9ea",
192
192
  "borderBottomWidth": 1,
193
193
  "marginVertical": 4,
194
194
  "maxWidth": "100%",
@@ -44,7 +44,7 @@ exports[`Drawer renders correctly in invisible state 1`] = `
44
44
  pointerEvents="box-none"
45
45
  style={
46
46
  Object {
47
- "backgroundColor": "#292a2b",
47
+ "backgroundColor": "#001f23",
48
48
  "bottom": 0,
49
49
  "left": 0,
50
50
  "opacity": 0,
@@ -125,7 +125,7 @@ exports[`Drawer renders correctly in visible state 1`] = `
125
125
  pointerEvents="auto"
126
126
  style={
127
127
  Object {
128
- "backgroundColor": "#292a2b",
128
+ "backgroundColor": "#001f23",
129
129
  "bottom": 0,
130
130
  "left": 0,
131
131
  "opacity": 0.35,
@@ -206,7 +206,7 @@ exports[`Drawer renders correctly with no backdrop 1`] = `
206
206
  pointerEvents="box-none"
207
207
  style={
208
208
  Object {
209
- "backgroundColor": "#292a2b",
209
+ "backgroundColor": "#001f23",
210
210
  "bottom": 0,
211
211
  "left": 0,
212
212
  "opacity": 0,
@@ -19,7 +19,7 @@ exports[`Empty renders empty state content correctly 1`] = `
19
19
  style={
20
20
  Array [
21
21
  Object {
22
- "backgroundColor": "#dadbde",
22
+ "backgroundColor": "#ccced1",
23
23
  "borderRadius": 999,
24
24
  "height": 168,
25
25
  "marginBottom": 24,
@@ -33,7 +33,7 @@ exports[`Empty renders empty state content correctly 1`] = `
33
33
  style={
34
34
  Array [
35
35
  Object {
36
- "color": "#292a2b",
36
+ "color": "#001f23",
37
37
  "fontFamily": "BeVietnamPro-SemiBold",
38
38
  "fontSize": 28,
39
39
  "marginBottom": 16,
@@ -50,7 +50,7 @@ exports[`Empty renders empty state content correctly 1`] = `
50
50
  style={
51
51
  Array [
52
52
  Object {
53
- "color": "#727478",
53
+ "color": "#4d6265",
54
54
  "fontFamily": "BeVietnamPro-Light",
55
55
  "fontSize": 16,
56
56
  "textAlign": "center",