@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[`DatePicker renders DatePickerAndroid when OS is android 1`] = `
4
4
  <View
5
5
  accessibilityState={
6
- Object {
6
+ {
7
7
  "disabled": false,
8
8
  }
9
9
  }
@@ -18,7 +18,7 @@ exports[`DatePicker renders DatePickerAndroid when OS is android 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[`DatePicker renders DatePickerAndroid when OS is android 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[`DatePicker renders DatePickerAndroid when OS is android 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[`DatePicker renders DatePickerAndroid when OS is android 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[`DatePicker renders DatePickerAndroid when OS is android 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[`DatePicker renders DatePickerAndroid when OS is android 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[`DatePicker renders DatePickerAndroid when OS is android 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[`DatePicker renders DatePickerAndroid when OS is android 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[`DatePicker renders DatePickerAndroid when OS is android 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[`DatePicker renders DatePickerAndroid when OS is android 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[`DatePicker renders DatePickerAndroid when OS is android 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[`DatePicker renders DatePickerAndroid when OS is android 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[`DatePicker renders DatePickerAndroid when OS is android 1`] = `
181
181
  <HeroIcon
182
182
  name="calendar-dates-outlined"
183
183
  style={
184
- Array [
185
- Object {
184
+ [
185
+ {
186
186
  "color": "#001f23",
187
187
  "fontSize": 24,
188
188
  },
@@ -196,8 +196,8 @@ exports[`DatePicker renders DatePickerAndroid when OS is android 1`] = `
196
196
  </View>
197
197
  <View
198
198
  style={
199
- Array [
200
- Object {
199
+ [
200
+ {
201
201
  "minHeight": 16,
202
202
  "paddingLeft": 16,
203
203
  "paddingTop": 2,
@@ -208,8 +208,8 @@ exports[`DatePicker renders DatePickerAndroid when OS is android 1`] = `
208
208
  >
209
209
  <View
210
210
  style={
211
- Array [
212
- Object {
211
+ [
212
+ {
213
213
  "flexDirection": "row",
214
214
  "justifyContent": "space-between",
215
215
  },
@@ -226,7 +226,7 @@ exports[`DatePicker renders DatePickerAndroid when OS is android 1`] = `
226
226
  exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
227
227
  <View
228
228
  accessibilityState={
229
- Object {
229
+ {
230
230
  "disabled": false,
231
231
  }
232
232
  }
@@ -241,7 +241,7 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
241
241
  onResponderTerminationRequest={[Function]}
242
242
  onStartShouldSetResponder={[Function]}
243
243
  style={
244
- Object {
244
+ {
245
245
  "opacity": 1,
246
246
  }
247
247
  }
@@ -253,8 +253,8 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
253
253
  <View
254
254
  pointerEvents="auto"
255
255
  style={
256
- Array [
257
- Object {
256
+ [
257
+ {
258
258
  "marginTop": 8,
259
259
  "width": "100%",
260
260
  },
@@ -264,8 +264,8 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
264
264
  >
265
265
  <View
266
266
  style={
267
- Array [
268
- Object {
267
+ [
268
+ {
269
269
  "alignItems": "center",
270
270
  "backgroundColor": "#ffffff",
271
271
  "borderRadius": 8,
@@ -278,8 +278,8 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
278
278
  >
279
279
  <View
280
280
  style={
281
- Array [
282
- Object {
281
+ [
282
+ {
283
283
  "borderColor": "#001f23",
284
284
  "borderRadius": 8,
285
285
  "borderWidth": 1,
@@ -289,8 +289,8 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
289
289
  "right": 0,
290
290
  "top": 0,
291
291
  },
292
- Array [
293
- Object {
292
+ [
293
+ {
294
294
  "backgroundColor": "#ffffff",
295
295
  },
296
296
  undefined,
@@ -304,8 +304,8 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
304
304
  <View
305
305
  pointerEvents="none"
306
306
  style={
307
- Array [
308
- Object {
307
+ [
308
+ {
309
309
  "backgroundColor": "#ffffff",
310
310
  "flexDirection": "row",
311
311
  "left": 16,
@@ -314,7 +314,7 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
314
314
  "top": -4,
315
315
  "zIndex": 1,
316
316
  },
317
- Object {
317
+ {
318
318
  "backgroundColor": "#ffffff",
319
319
  },
320
320
  ]
@@ -324,20 +324,20 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
324
324
  <Text
325
325
  allowFontScaling={false}
326
326
  style={
327
- Array [
328
- Object {
327
+ [
328
+ {
329
329
  "color": "#001f23",
330
330
  "fontFamily": "BeVietnamPro-Regular",
331
331
  "fontSize": 12,
332
332
  "letterSpacing": 0.48,
333
333
  "lineHeight": 16,
334
334
  },
335
- Array [
336
- Object {
335
+ [
336
+ {
337
337
  "color": "#001f23",
338
338
  "lineHeight": 12,
339
339
  },
340
- Object {
340
+ {
341
341
  "backgroundColor": "#ffffff",
342
342
  },
343
343
  ],
@@ -353,8 +353,8 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
353
353
  </View>
354
354
  <View
355
355
  style={
356
- Array [
357
- Object {
356
+ [
357
+ {
358
358
  "alignItems": "center",
359
359
  "alignSelf": "stretch",
360
360
  "flexDirection": "row",
@@ -367,7 +367,7 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
367
367
  >
368
368
  <TextInput
369
369
  accessibilityState={
370
- Object {
370
+ {
371
371
  "disabled": false,
372
372
  }
373
373
  }
@@ -378,8 +378,8 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
378
378
  onFocus={[Function]}
379
379
  placeholder=" "
380
380
  style={
381
- Array [
382
- Object {
381
+ [
382
+ {
383
383
  "alignSelf": "stretch",
384
384
  "flexGrow": 2,
385
385
  "fontFamily": "BeVietnamPro-Regular",
@@ -390,7 +390,7 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
390
390
  "paddingVertical": 0,
391
391
  "textAlignVertical": "center",
392
392
  },
393
- Object {
393
+ {
394
394
  "backgroundColor": "#ffffff",
395
395
  "color": "#001f23",
396
396
  },
@@ -404,8 +404,8 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
404
404
  <HeroIcon
405
405
  name="calendar-dates-outlined"
406
406
  style={
407
- Array [
408
- Object {
407
+ [
408
+ {
409
409
  "color": "#001f23",
410
410
  "fontSize": 24,
411
411
  },
@@ -419,8 +419,8 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
419
419
  </View>
420
420
  <View
421
421
  style={
422
- Array [
423
- Object {
422
+ [
423
+ {
424
424
  "minHeight": 16,
425
425
  "paddingLeft": 16,
426
426
  "paddingTop": 2,
@@ -431,8 +431,8 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
431
431
  >
432
432
  <View
433
433
  style={
434
- Array [
435
- Object {
434
+ [
435
+ {
436
436
  "flexDirection": "row",
437
437
  "justifyContent": "space-between",
438
438
  },
@@ -455,7 +455,7 @@ exports[`DatePicker renders DatePickerIOS when OS is iOS 1`] = `
455
455
  exports[`DatePicker renders variant Calendar 1`] = `
456
456
  <View
457
457
  accessibilityState={
458
- Object {
458
+ {
459
459
  "disabled": false,
460
460
  }
461
461
  }
@@ -470,7 +470,7 @@ exports[`DatePicker renders variant Calendar 1`] = `
470
470
  onResponderTerminationRequest={[Function]}
471
471
  onStartShouldSetResponder={[Function]}
472
472
  style={
473
- Object {
473
+ {
474
474
  "opacity": 1,
475
475
  }
476
476
  }
@@ -482,8 +482,8 @@ exports[`DatePicker renders variant Calendar 1`] = `
482
482
  <View
483
483
  pointerEvents="auto"
484
484
  style={
485
- Array [
486
- Object {
485
+ [
486
+ {
487
487
  "marginTop": 8,
488
488
  "width": "100%",
489
489
  },
@@ -493,8 +493,8 @@ exports[`DatePicker renders variant Calendar 1`] = `
493
493
  >
494
494
  <View
495
495
  style={
496
- Array [
497
- Object {
496
+ [
497
+ {
498
498
  "alignItems": "center",
499
499
  "backgroundColor": "#ffffff",
500
500
  "borderRadius": 8,
@@ -507,8 +507,8 @@ exports[`DatePicker renders variant Calendar 1`] = `
507
507
  >
508
508
  <View
509
509
  style={
510
- Array [
511
- Object {
510
+ [
511
+ {
512
512
  "borderColor": "#001f23",
513
513
  "borderRadius": 8,
514
514
  "borderWidth": 1,
@@ -518,8 +518,8 @@ exports[`DatePicker renders variant Calendar 1`] = `
518
518
  "right": 0,
519
519
  "top": 0,
520
520
  },
521
- Array [
522
- Object {
521
+ [
522
+ {
523
523
  "backgroundColor": "#ffffff",
524
524
  },
525
525
  undefined,
@@ -533,8 +533,8 @@ exports[`DatePicker renders variant Calendar 1`] = `
533
533
  <View
534
534
  pointerEvents="none"
535
535
  style={
536
- Array [
537
- Object {
536
+ [
537
+ {
538
538
  "backgroundColor": "#ffffff",
539
539
  "flexDirection": "row",
540
540
  "left": 16,
@@ -543,7 +543,7 @@ exports[`DatePicker renders variant Calendar 1`] = `
543
543
  "top": -4,
544
544
  "zIndex": 1,
545
545
  },
546
- Object {
546
+ {
547
547
  "backgroundColor": "#ffffff",
548
548
  },
549
549
  ]
@@ -553,20 +553,20 @@ exports[`DatePicker renders variant Calendar 1`] = `
553
553
  <Text
554
554
  allowFontScaling={false}
555
555
  style={
556
- Array [
557
- Object {
556
+ [
557
+ {
558
558
  "color": "#001f23",
559
559
  "fontFamily": "BeVietnamPro-Regular",
560
560
  "fontSize": 12,
561
561
  "letterSpacing": 0.48,
562
562
  "lineHeight": 16,
563
563
  },
564
- Array [
565
- Object {
564
+ [
565
+ {
566
566
  "color": "#001f23",
567
567
  "lineHeight": 12,
568
568
  },
569
- Object {
569
+ {
570
570
  "backgroundColor": "#ffffff",
571
571
  },
572
572
  ],
@@ -582,8 +582,8 @@ exports[`DatePicker renders variant Calendar 1`] = `
582
582
  </View>
583
583
  <View
584
584
  style={
585
- Array [
586
- Object {
585
+ [
586
+ {
587
587
  "alignItems": "center",
588
588
  "alignSelf": "stretch",
589
589
  "flexDirection": "row",
@@ -596,7 +596,7 @@ exports[`DatePicker renders variant Calendar 1`] = `
596
596
  >
597
597
  <TextInput
598
598
  accessibilityState={
599
- Object {
599
+ {
600
600
  "disabled": false,
601
601
  }
602
602
  }
@@ -607,8 +607,8 @@ exports[`DatePicker renders variant Calendar 1`] = `
607
607
  onFocus={[Function]}
608
608
  placeholder=" "
609
609
  style={
610
- Array [
611
- Object {
610
+ [
611
+ {
612
612
  "alignSelf": "stretch",
613
613
  "flexGrow": 2,
614
614
  "fontFamily": "BeVietnamPro-Regular",
@@ -619,7 +619,7 @@ exports[`DatePicker renders variant Calendar 1`] = `
619
619
  "paddingVertical": 0,
620
620
  "textAlignVertical": "center",
621
621
  },
622
- Object {
622
+ {
623
623
  "backgroundColor": "#ffffff",
624
624
  "color": "#001f23",
625
625
  },
@@ -633,8 +633,8 @@ exports[`DatePicker renders variant Calendar 1`] = `
633
633
  <HeroIcon
634
634
  name="calendar-dates-outlined"
635
635
  style={
636
- Array [
637
- Object {
636
+ [
637
+ {
638
638
  "color": "#001f23",
639
639
  "fontSize": 24,
640
640
  },
@@ -648,8 +648,8 @@ exports[`DatePicker renders variant Calendar 1`] = `
648
648
  </View>
649
649
  <View
650
650
  style={
651
- Array [
652
- Object {
651
+ [
652
+ {
653
653
  "minHeight": 16,
654
654
  "paddingLeft": 16,
655
655
  "paddingTop": 2,
@@ -660,8 +660,8 @@ exports[`DatePicker renders variant Calendar 1`] = `
660
660
  >
661
661
  <View
662
662
  style={
663
- Array [
664
- Object {
663
+ [
664
+ {
665
665
  "flexDirection": "row",
666
666
  "justifyContent": "space-between",
667
667
  },
@@ -3,7 +3,7 @@
3
3
  exports[`DatePickerAndroid renders correctly 1`] = `
4
4
  <View
5
5
  accessibilityState={
6
- Object {
6
+ {
7
7
  "disabled": false,
8
8
  }
9
9
  }
@@ -18,7 +18,7 @@ exports[`DatePickerAndroid renders correctly 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[`DatePickerAndroid renders correctly 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[`DatePickerAndroid renders correctly 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[`DatePickerAndroid renders correctly 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[`DatePickerAndroid renders correctly 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[`DatePickerAndroid renders correctly 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[`DatePickerAndroid renders correctly 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[`DatePickerAndroid renders correctly 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[`DatePickerAndroid renders correctly 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[`DatePickerAndroid renders correctly 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[`DatePickerAndroid renders correctly 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[`DatePickerAndroid renders correctly 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[`DatePickerAndroid renders correctly 1`] = `
181
181
  <HeroIcon
182
182
  name="calendar-dates-outlined"
183
183
  style={
184
- Array [
185
- Object {
184
+ [
185
+ {
186
186
  "color": "#001f23",
187
187
  "fontSize": 24,
188
188
  },
@@ -196,8 +196,8 @@ exports[`DatePickerAndroid renders correctly 1`] = `
196
196
  </View>
197
197
  <View
198
198
  style={
199
- Array [
200
- Object {
199
+ [
200
+ {
201
201
  "minHeight": 16,
202
202
  "paddingLeft": 16,
203
203
  "paddingTop": 2,
@@ -208,8 +208,8 @@ exports[`DatePickerAndroid renders correctly 1`] = `
208
208
  >
209
209
  <View
210
210
  style={
211
- Array [
212
- Object {
211
+ [
212
+ {
213
213
  "flexDirection": "row",
214
214
  "justifyContent": "space-between",
215
215
  },