@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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS renders correct with hide suffix 1`] = `
231
231
  exports[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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[`TimePickerIOS 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
  },
@@ -457,7 +457,7 @@ exports[`TimePickerIOS renders correctly 1`] = `
457
457
  onStartShouldSetResponder={[Function]}
458
458
  presentationStyle="overFullScreen"
459
459
  style={
460
- Object {
460
+ {
461
461
  "position": "absolute",
462
462
  }
463
463
  }
@@ -467,13 +467,13 @@ exports[`TimePickerIOS renders correctly 1`] = `
467
467
  <View
468
468
  collapsable={false}
469
469
  style={
470
- Array [
471
- Object {
470
+ [
471
+ {
472
472
  "flex": 1,
473
473
  "left": 0,
474
474
  "top": 0,
475
475
  },
476
- Object {
476
+ {
477
477
  "backgroundColor": "transparent",
478
478
  },
479
479
  ]
@@ -482,7 +482,7 @@ exports[`TimePickerIOS renders correctly 1`] = `
482
482
  <View
483
483
  pointerEvents="box-none"
484
484
  style={
485
- Object {
485
+ {
486
486
  "flex": 1,
487
487
  }
488
488
  }
@@ -491,7 +491,7 @@ exports[`TimePickerIOS renders correctly 1`] = `
491
491
  collapsable={true}
492
492
  pointerEvents="box-none"
493
493
  style={
494
- Object {
494
+ {
495
495
  "flex": 1,
496
496
  }
497
497
  }
@@ -499,8 +499,8 @@ exports[`TimePickerIOS renders correctly 1`] = `
499
499
  <View
500
500
  pointerEvents="box-none"
501
501
  style={
502
- Array [
503
- Object {
502
+ [
503
+ {
504
504
  "bottom": 0,
505
505
  "flexDirection": "column-reverse",
506
506
  "left": 0,
@@ -515,15 +515,15 @@ exports[`TimePickerIOS renders correctly 1`] = `
515
515
  <View
516
516
  onLayout={[Function]}
517
517
  style={
518
- Array [
519
- Array [
520
- Object {
518
+ [
519
+ [
520
+ {
521
521
  "flex": 1,
522
522
  "flexDirection": "column-reverse",
523
523
  },
524
524
  undefined,
525
525
  ],
526
- Object {
526
+ {
527
527
  "paddingBottom": 0,
528
528
  },
529
529
  ]
@@ -543,7 +543,7 @@ exports[`TimePickerIOS renders correctly 1`] = `
543
543
  onResponderTerminationRequest={[Function]}
544
544
  onStartShouldSetResponder={[Function]}
545
545
  style={
546
- Object {
546
+ {
547
547
  "backgroundColor": "#000000",
548
548
  "bottom": 0,
549
549
  "left": 0,
@@ -558,24 +558,24 @@ exports[`TimePickerIOS renders correctly 1`] = `
558
558
  collapsable={false}
559
559
  emulateUnlessSupported={true}
560
560
  style={
561
- Object {
561
+ {
562
562
  "backgroundColor": "#ffffff",
563
563
  "borderTopLeftRadius": 16,
564
564
  "borderTopRightRadius": 16,
565
565
  "elevation": 10,
566
566
  "maxHeight": "94%",
567
567
  "shadowColor": "#001f23",
568
- "shadowOffset": Object {
568
+ "shadowOffset": {
569
569
  "height": 3,
570
570
  "width": 0,
571
571
  },
572
572
  "shadowOpacity": 0.4,
573
573
  "shadowRadius": 16,
574
- "transform": Array [
575
- Object {
574
+ "transform": [
575
+ {
576
576
  "scaleY": 1,
577
577
  },
578
- Object {
578
+ {
579
579
  "translateY": 0,
580
580
  },
581
581
  ],
@@ -585,8 +585,8 @@ exports[`TimePickerIOS renders correctly 1`] = `
585
585
  >
586
586
  <View
587
587
  style={
588
- Array [
589
- Object {
588
+ [
589
+ {
590
590
  "flexDirection": "row",
591
591
  "paddingHorizontal": 16,
592
592
  "paddingVertical": 8,
@@ -597,8 +597,8 @@ exports[`TimePickerIOS renders correctly 1`] = `
597
597
  >
598
598
  <View
599
599
  style={
600
- Array [
601
- Object {
600
+ [
601
+ {
602
602
  "flex": 1,
603
603
  "justifyContent": "center",
604
604
  },
@@ -609,8 +609,8 @@ exports[`TimePickerIOS renders correctly 1`] = `
609
609
  <Text
610
610
  allowFontScaling={false}
611
611
  style={
612
- Array [
613
- Object {
612
+ [
613
+ {
614
614
  "color": "#001f23",
615
615
  "fontFamily": "BeVietnamPro-SemiBold",
616
616
  "fontSize": 16,
@@ -629,8 +629,8 @@ exports[`TimePickerIOS renders correctly 1`] = `
629
629
  </View>
630
630
  <View
631
631
  style={
632
- Array [
633
- Object {
632
+ [
633
+ {
634
634
  "alignItems": "center",
635
635
  "height": 48,
636
636
  "justifyContent": "center",
@@ -653,7 +653,7 @@ exports[`TimePickerIOS renders correctly 1`] = `
653
653
  onResponderTerminationRequest={[Function]}
654
654
  onStartShouldSetResponder={[Function]}
655
655
  style={
656
- Object {
656
+ {
657
657
  "opacity": 1,
658
658
  }
659
659
  }
@@ -662,8 +662,8 @@ exports[`TimePickerIOS renders correctly 1`] = `
662
662
  <HeroIcon
663
663
  name="cancel"
664
664
  style={
665
- Array [
666
- Object {
665
+ [
666
+ {
667
667
  "color": "#001f23",
668
668
  "fontSize": 16,
669
669
  },
@@ -678,8 +678,8 @@ exports[`TimePickerIOS renders correctly 1`] = `
678
678
  </View>
679
679
  <View
680
680
  style={
681
- Array [
682
- Object {
681
+ [
682
+ {
683
683
  "height": 176,
684
684
  },
685
685
  undefined,
@@ -691,7 +691,7 @@ exports[`TimePickerIOS renders correctly 1`] = `
691
691
  mode="time"
692
692
  onChange={[Function]}
693
693
  style={
694
- Object {
694
+ {
695
695
  "flex": 1,
696
696
  }
697
697
  }
@@ -703,8 +703,8 @@ exports[`TimePickerIOS renders correctly 1`] = `
703
703
  <View>
704
704
  <View
705
705
  style={
706
- Array [
707
- Object {
706
+ [
707
+ {
708
708
  "alignItems": "center",
709
709
  "flexDirection": "row",
710
710
  "justifyContent": "flex-end",
@@ -717,7 +717,7 @@ exports[`TimePickerIOS renders correctly 1`] = `
717
717
  >
718
718
  <View
719
719
  accessibilityState={
720
- Object {
720
+ {
721
721
  "disabled": false,
722
722
  }
723
723
  }
@@ -731,8 +731,8 @@ exports[`TimePickerIOS renders correctly 1`] = `
731
731
  onResponderTerminationRequest={[Function]}
732
732
  onStartShouldSetResponder={[Function]}
733
733
  style={
734
- Array [
735
- Object {
734
+ [
735
+ {
736
736
  "alignItems": "center",
737
737
  "backgroundColor": "transparent",
738
738
  "borderRadius": 4,
@@ -751,16 +751,16 @@ exports[`TimePickerIOS renders correctly 1`] = `
751
751
  ellipsizeMode="tail"
752
752
  numberOfLines={1}
753
753
  style={
754
- Array [
755
- Object {
754
+ [
755
+ {
756
756
  "color": "#001f23",
757
757
  "fontFamily": "BeVietnamPro-SemiBold",
758
758
  "fontSize": 16,
759
759
  "letterSpacing": 0.24,
760
760
  "lineHeight": 24,
761
761
  },
762
- Array [
763
- Object {
762
+ [
763
+ {
764
764
  "color": "#401960",
765
765
  "flexShrink": 1,
766
766
  "lineHeight": 22,