@hero-design/rn 8.38.0 → 8.39.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 (139) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  3. package/es/index.js +201 -196
  4. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/lib/index.js +201 -196
  6. package/package.json +13 -12
  7. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
  8. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
  9. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
  10. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
  11. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
  12. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
  14. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
  15. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  16. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
  17. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
  18. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  19. package/src/components/BottomNavigation/index.tsx +4 -0
  20. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
  21. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
  22. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
  23. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
  24. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
  25. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
  26. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
  27. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
  28. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
  29. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
  30. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
  31. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
  32. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  33. package/src/components/Carousel/CardCarousel.tsx +1 -1
  34. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
  35. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
  36. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
  37. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
  38. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
  39. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
  40. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
  41. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
  42. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
  43. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
  44. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
  45. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
  48. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
  49. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  50. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
  51. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
  52. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  53. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
  54. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
  55. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
  56. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  57. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  58. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  59. package/src/components/Icon/IconList.ts +2 -0
  60. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  61. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  62. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
  63. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
  64. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
  65. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
  66. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  67. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
  68. package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
  69. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
  70. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
  71. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
  72. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
  73. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
  74. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  75. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
  76. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
  77. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
  78. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
  79. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  80. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
  81. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
  82. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
  83. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
  84. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
  85. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
  86. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
  87. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
  88. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
  89. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
  90. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  91. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
  92. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  93. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
  94. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
  95. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
  96. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
  97. package/src/components/Tabs/SceneView.tsx +5 -2
  98. package/src/components/Tabs/ScrollableTabs.tsx +1 -1
  99. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
  100. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
  101. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
  102. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
  103. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
  104. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
  105. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
  106. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
  107. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
  108. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
  109. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
  110. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
  111. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
  112. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
  113. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
  114. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  115. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
  116. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
  117. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
  118. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
  119. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
  120. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
  121. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  122. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
  123. package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
  124. package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
  125. package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
  126. package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
  127. package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
  128. package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
  129. package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
  130. package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
  131. package/types/components/Icon/IconList.d.ts +1 -1
  132. package/types/components/Icon/index.d.ts +1 -1
  133. package/types/components/Icon/utils.d.ts +1 -1
  134. package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
  135. package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
  136. package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
  137. package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
  138. package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
  139. package/src/components/Modal/__tests__/index.spec.tsx +0 -50
@@ -3,7 +3,7 @@
3
3
  exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
4
4
  <View
5
5
  accessibilityState={
6
- Object {
6
+ {
7
7
  "disabled": false,
8
8
  }
9
9
  }
@@ -18,7 +18,7 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
18
18
  onResponderTerminationRequest={[Function]}
19
19
  onStartShouldSetResponder={[Function]}
20
20
  style={
21
- Object {
21
+ {
22
22
  "opacity": 1,
23
23
  }
24
24
  }
@@ -30,8 +30,8 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
30
30
  <View
31
31
  pointerEvents="auto"
32
32
  style={
33
- Array [
34
- Object {
33
+ [
34
+ {
35
35
  "marginTop": 8,
36
36
  "width": "100%",
37
37
  },
@@ -41,8 +41,8 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
41
41
  >
42
42
  <View
43
43
  style={
44
- Array [
45
- Object {
44
+ [
45
+ {
46
46
  "alignItems": "center",
47
47
  "backgroundColor": "#ffffff",
48
48
  "borderRadius": 8,
@@ -55,8 +55,8 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
55
55
  >
56
56
  <View
57
57
  style={
58
- Array [
59
- Object {
58
+ [
59
+ {
60
60
  "borderColor": "#001f23",
61
61
  "borderRadius": 8,
62
62
  "borderWidth": 1,
@@ -66,8 +66,8 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
66
66
  "right": 0,
67
67
  "top": 0,
68
68
  },
69
- Array [
70
- Object {
69
+ [
70
+ {
71
71
  "backgroundColor": "#ffffff",
72
72
  },
73
73
  undefined,
@@ -81,8 +81,8 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
81
81
  <View
82
82
  pointerEvents="none"
83
83
  style={
84
- Array [
85
- Object {
84
+ [
85
+ {
86
86
  "backgroundColor": "#ffffff",
87
87
  "flexDirection": "row",
88
88
  "left": 16,
@@ -91,7 +91,7 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
91
91
  "top": -4,
92
92
  "zIndex": 1,
93
93
  },
94
- Object {
94
+ {
95
95
  "backgroundColor": "#ffffff",
96
96
  },
97
97
  ]
@@ -101,20 +101,20 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
101
101
  <Text
102
102
  allowFontScaling={false}
103
103
  style={
104
- Array [
105
- Object {
104
+ [
105
+ {
106
106
  "color": "#001f23",
107
107
  "fontFamily": "BeVietnamPro-Regular",
108
108
  "fontSize": 12,
109
109
  "letterSpacing": 0.48,
110
110
  "lineHeight": 16,
111
111
  },
112
- Array [
113
- Object {
112
+ [
113
+ {
114
114
  "color": "#001f23",
115
115
  "lineHeight": 12,
116
116
  },
117
- Object {
117
+ {
118
118
  "backgroundColor": "#ffffff",
119
119
  },
120
120
  ],
@@ -130,8 +130,8 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
130
130
  </View>
131
131
  <View
132
132
  style={
133
- Array [
134
- Object {
133
+ [
134
+ {
135
135
  "alignItems": "center",
136
136
  "alignSelf": "stretch",
137
137
  "flexDirection": "row",
@@ -144,7 +144,7 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
144
144
  >
145
145
  <TextInput
146
146
  accessibilityState={
147
- Object {
147
+ {
148
148
  "disabled": false,
149
149
  }
150
150
  }
@@ -155,8 +155,8 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
155
155
  onFocus={[Function]}
156
156
  placeholder=" "
157
157
  style={
158
- Array [
159
- Object {
158
+ [
159
+ {
160
160
  "alignSelf": "stretch",
161
161
  "flexGrow": 2,
162
162
  "fontFamily": "BeVietnamPro-Regular",
@@ -167,7 +167,7 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
167
167
  "paddingVertical": 0,
168
168
  "textAlignVertical": "center",
169
169
  },
170
- Object {
170
+ {
171
171
  "backgroundColor": "#ffffff",
172
172
  "color": "#001f23",
173
173
  },
@@ -181,8 +181,8 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
181
181
  </View>
182
182
  <View
183
183
  style={
184
- Array [
185
- Object {
184
+ [
185
+ {
186
186
  "minHeight": 16,
187
187
  "paddingLeft": 16,
188
188
  "paddingTop": 2,
@@ -193,8 +193,8 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
193
193
  >
194
194
  <View
195
195
  style={
196
- Array [
197
- Object {
196
+ [
197
+ {
198
198
  "flexDirection": "row",
199
199
  "justifyContent": "space-between",
200
200
  },
@@ -205,8 +205,8 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
205
205
  <Text
206
206
  allowFontScaling={false}
207
207
  style={
208
- Array [
209
- Object {
208
+ [
209
+ {
210
210
  "color": "#001f23",
211
211
  "fontFamily": "BeVietnamPro-Regular",
212
212
  "fontSize": 12,
@@ -231,7 +231,7 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
231
231
  exports[`TimePickerAndroid renders correctly 1`] = `
232
232
  <View
233
233
  accessibilityState={
234
- Object {
234
+ {
235
235
  "disabled": false,
236
236
  }
237
237
  }
@@ -246,7 +246,7 @@ exports[`TimePickerAndroid renders correctly 1`] = `
246
246
  onResponderTerminationRequest={[Function]}
247
247
  onStartShouldSetResponder={[Function]}
248
248
  style={
249
- Object {
249
+ {
250
250
  "opacity": 1,
251
251
  }
252
252
  }
@@ -258,8 +258,8 @@ exports[`TimePickerAndroid renders correctly 1`] = `
258
258
  <View
259
259
  pointerEvents="auto"
260
260
  style={
261
- Array [
262
- Object {
261
+ [
262
+ {
263
263
  "marginTop": 8,
264
264
  "width": "100%",
265
265
  },
@@ -269,8 +269,8 @@ exports[`TimePickerAndroid renders correctly 1`] = `
269
269
  >
270
270
  <View
271
271
  style={
272
- Array [
273
- Object {
272
+ [
273
+ {
274
274
  "alignItems": "center",
275
275
  "backgroundColor": "#ffffff",
276
276
  "borderRadius": 8,
@@ -283,8 +283,8 @@ exports[`TimePickerAndroid renders correctly 1`] = `
283
283
  >
284
284
  <View
285
285
  style={
286
- Array [
287
- Object {
286
+ [
287
+ {
288
288
  "borderColor": "#001f23",
289
289
  "borderRadius": 8,
290
290
  "borderWidth": 1,
@@ -294,8 +294,8 @@ exports[`TimePickerAndroid renders correctly 1`] = `
294
294
  "right": 0,
295
295
  "top": 0,
296
296
  },
297
- Array [
298
- Object {
297
+ [
298
+ {
299
299
  "backgroundColor": "#ffffff",
300
300
  },
301
301
  undefined,
@@ -309,8 +309,8 @@ exports[`TimePickerAndroid renders correctly 1`] = `
309
309
  <View
310
310
  pointerEvents="none"
311
311
  style={
312
- Array [
313
- Object {
312
+ [
313
+ {
314
314
  "backgroundColor": "#ffffff",
315
315
  "flexDirection": "row",
316
316
  "left": 16,
@@ -319,7 +319,7 @@ exports[`TimePickerAndroid renders correctly 1`] = `
319
319
  "top": -4,
320
320
  "zIndex": 1,
321
321
  },
322
- Object {
322
+ {
323
323
  "backgroundColor": "#ffffff",
324
324
  },
325
325
  ]
@@ -329,20 +329,20 @@ exports[`TimePickerAndroid renders correctly 1`] = `
329
329
  <Text
330
330
  allowFontScaling={false}
331
331
  style={
332
- Array [
333
- Object {
332
+ [
333
+ {
334
334
  "color": "#001f23",
335
335
  "fontFamily": "BeVietnamPro-Regular",
336
336
  "fontSize": 12,
337
337
  "letterSpacing": 0.48,
338
338
  "lineHeight": 16,
339
339
  },
340
- Array [
341
- Object {
340
+ [
341
+ {
342
342
  "color": "#001f23",
343
343
  "lineHeight": 12,
344
344
  },
345
- Object {
345
+ {
346
346
  "backgroundColor": "#ffffff",
347
347
  },
348
348
  ],
@@ -358,8 +358,8 @@ exports[`TimePickerAndroid renders correctly 1`] = `
358
358
  </View>
359
359
  <View
360
360
  style={
361
- Array [
362
- Object {
361
+ [
362
+ {
363
363
  "alignItems": "center",
364
364
  "alignSelf": "stretch",
365
365
  "flexDirection": "row",
@@ -372,7 +372,7 @@ exports[`TimePickerAndroid renders correctly 1`] = `
372
372
  >
373
373
  <TextInput
374
374
  accessibilityState={
375
- Object {
375
+ {
376
376
  "disabled": false,
377
377
  }
378
378
  }
@@ -383,8 +383,8 @@ exports[`TimePickerAndroid renders correctly 1`] = `
383
383
  onFocus={[Function]}
384
384
  placeholder=" "
385
385
  style={
386
- Array [
387
- Object {
386
+ [
387
+ {
388
388
  "alignSelf": "stretch",
389
389
  "flexGrow": 2,
390
390
  "fontFamily": "BeVietnamPro-Regular",
@@ -395,7 +395,7 @@ exports[`TimePickerAndroid renders correctly 1`] = `
395
395
  "paddingVertical": 0,
396
396
  "textAlignVertical": "center",
397
397
  },
398
- Object {
398
+ {
399
399
  "backgroundColor": "#ffffff",
400
400
  "color": "#001f23",
401
401
  },
@@ -409,8 +409,8 @@ exports[`TimePickerAndroid renders correctly 1`] = `
409
409
  <HeroIcon
410
410
  name="clock-3"
411
411
  style={
412
- Array [
413
- Object {
412
+ [
413
+ {
414
414
  "color": "#001f23",
415
415
  "fontSize": 24,
416
416
  },
@@ -424,8 +424,8 @@ exports[`TimePickerAndroid renders correctly 1`] = `
424
424
  </View>
425
425
  <View
426
426
  style={
427
- Array [
428
- Object {
427
+ [
428
+ {
429
429
  "minHeight": 16,
430
430
  "paddingLeft": 16,
431
431
  "paddingTop": 2,
@@ -436,8 +436,8 @@ exports[`TimePickerAndroid renders correctly 1`] = `
436
436
  >
437
437
  <View
438
438
  style={
439
- Array [
440
- Object {
439
+ [
440
+ {
441
441
  "flexDirection": "row",
442
442
  "justifyContent": "space-between",
443
443
  },