@hero-design/rn 8.43.0 → 8.43.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 (170) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/CHANGELOG.md +9 -0
  3. package/es/index.js +1339 -1324
  4. package/jest-setup.ts +2 -0
  5. package/lib/index.js +1339 -1324
  6. package/package.json +20 -20
  7. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +68 -0
  8. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +102 -0
  9. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +85 -0
  10. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +34 -0
  11. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +12 -0
  12. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +108 -0
  13. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +17 -0
  14. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +36 -0
  15. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +36 -0
  16. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +51 -1
  17. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +34 -0
  18. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +128 -0
  19. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +17 -0
  20. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +80 -0
  21. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +85 -0
  22. package/src/components/Carousel/CardCarousel.tsx +10 -7
  23. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +4 -0
  24. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +36 -0
  25. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +68 -0
  26. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +72 -0
  27. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +204 -0
  28. package/src/components/Collapse/index.tsx +1 -1
  29. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +72 -0
  30. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +36 -0
  31. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +12 -0
  32. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +12 -0
  33. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +54 -1
  34. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +51 -0
  35. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +81 -0
  36. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +16 -0
  37. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +24 -0
  38. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +16 -0
  39. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +60 -0
  40. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +32 -0
  41. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +32 -0
  42. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +16 -0
  43. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +24 -0
  44. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +180 -0
  45. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +119 -0
  46. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +1 -0
  47. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +18 -0
  48. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +8 -0
  49. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +124 -0
  50. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +437 -4
  51. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +8 -0
  52. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +124 -0
  53. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +323 -3
  54. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +51 -0
  55. package/src/components/Swipeable/index.tsx +3 -3
  56. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +9 -0
  57. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
  58. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +171 -0
  59. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +40 -0
  60. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +159 -0
  61. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +24 -0
  62. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +66 -1
  63. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +102 -0
  64. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +72 -0
  65. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +96 -0
  66. package/tsconfig.json +4 -1
  67. package/types/components/Accordion/AccordionItem.d.ts +2 -1
  68. package/types/components/Accordion/index.d.ts +1 -1
  69. package/types/components/Attachment/index.d.ts +2 -1
  70. package/types/components/Avatar/Avatar.d.ts +2 -1
  71. package/types/components/Avatar/AvatarStack/index.d.ts +2 -2
  72. package/types/components/Avatar/index.d.ts +3 -2
  73. package/types/components/Badge/StyledBadge.d.ts +0 -4
  74. package/types/components/BottomSheet/Footer.d.ts +2 -1
  75. package/types/components/BottomSheet/Header.d.ts +2 -1
  76. package/types/components/BottomSheet/ScrollView.d.ts +1 -0
  77. package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -4
  78. package/types/components/Box/index.d.ts +2 -1
  79. package/types/components/Button/IconButton.d.ts +2 -1
  80. package/types/components/Button/LoadingIndicator/index.d.ts +2 -1
  81. package/types/components/Button/UtilityButton/index.d.ts +2 -1
  82. package/types/components/Calendar/CalendarRowItem.d.ts +2 -1
  83. package/types/components/Calendar/StyledCalendar.d.ts +1 -1
  84. package/types/components/Calendar/index.d.ts +2 -1
  85. package/types/components/Carousel/CardCarousel.d.ts +1 -1
  86. package/types/components/Carousel/CarouselItem.d.ts +2 -1
  87. package/types/components/Carousel/index.d.ts +2 -2
  88. package/types/components/Checkbox/index.d.ts +2 -1
  89. package/types/components/Chip/index.d.ts +2 -1
  90. package/types/components/Collapse/StyledCollapse.d.ts +0 -2
  91. package/types/components/Collapse/index.d.ts +2 -1
  92. package/types/components/ContentNavigator/index.d.ts +2 -1
  93. package/types/components/DatePicker/DatePickerAndroid.d.ts +2 -1
  94. package/types/components/DatePicker/DatePickerCalendar.d.ts +2 -1
  95. package/types/components/DatePicker/DatePickerIOS.d.ts +2 -1
  96. package/types/components/DatePicker/index.d.ts +2 -1
  97. package/types/components/Divider/index.d.ts +2 -1
  98. package/types/components/Drawer/StyledDrawer.d.ts +0 -6
  99. package/types/components/Error/StyledError.d.ts +0 -4
  100. package/types/components/FAB/ActionGroup/ActionItem.d.ts +2 -1
  101. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -4
  102. package/types/components/FAB/AnimatedFABIcon.d.ts +2 -1
  103. package/types/components/HeroDesignProvider/index.d.ts +2 -1
  104. package/types/components/Icon/AnimatedIcon.d.ts +2 -1
  105. package/types/components/Icon/index.d.ts +2 -1
  106. package/types/components/Icon/utils.d.ts +1 -1
  107. package/types/components/Image/index.d.ts +1 -0
  108. package/types/components/Modal/index.d.ts +2 -2
  109. package/types/components/PageControl/StyledPageControl.d.ts +0 -2
  110. package/types/components/PageControl/index.d.ts +2 -1
  111. package/types/components/PinInput/PinCell.d.ts +2 -1
  112. package/types/components/Portal/PortalHost.d.ts +1 -1
  113. package/types/components/Portal/PortalProvider.d.ts +1 -1
  114. package/types/components/Portal/index.d.ts +2 -2
  115. package/types/components/Progress/ProgressBar.d.ts +1 -0
  116. package/types/components/Progress/StyledProgressBar.d.ts +0 -2
  117. package/types/components/Progress/index.d.ts +1 -0
  118. package/types/components/Rate/StyledRate.d.ts +0 -2
  119. package/types/components/Rate/index.d.ts +2 -1
  120. package/types/components/RefreshControl/index.d.ts +2 -1
  121. package/types/components/RichTextEditor/EditorToolbar.d.ts +2 -1
  122. package/types/components/RichTextEditor/MentionList.d.ts +2 -1
  123. package/types/components/RichTextEditor/index.d.ts +2 -2
  124. package/types/components/Select/BaseOptionList.d.ts +1 -1
  125. package/types/components/Select/Footer.d.ts +2 -1
  126. package/types/components/Select/MultiSelect/Option.d.ts +2 -1
  127. package/types/components/Select/MultiSelect/OptionList.d.ts +2 -1
  128. package/types/components/Select/MultiSelect/index.d.ts +1 -1
  129. package/types/components/Select/SingleSelect/Option.d.ts +2 -1
  130. package/types/components/Select/SingleSelect/OptionList.d.ts +1 -1
  131. package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +2 -1
  132. package/types/components/Select/SingleSelect/index.d.ts +1 -1
  133. package/types/components/Select/helpers.d.ts +1 -2
  134. package/types/components/Select/index.d.ts +2 -1
  135. package/types/components/Skeleton/index.d.ts +2 -1
  136. package/types/components/Slider/index.d.ts +2 -1
  137. package/types/components/Spinner/AnimatedSpinner.d.ts +2 -1
  138. package/types/components/Success/StyledSuccess.d.ts +0 -2
  139. package/types/components/Swipeable/SwipeableAction.d.ts +2 -2
  140. package/types/components/Swipeable/index.d.ts +3 -3
  141. package/types/components/Switch/SelectorSwitch/Option.d.ts +2 -1
  142. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -6
  143. package/types/components/Switch/StyledSwitch.d.ts +0 -2
  144. package/types/components/Tabs/ActiveTabIndicator.d.ts +2 -1
  145. package/types/components/Tabs/SceneView.d.ts +1 -1
  146. package/types/components/Tabs/ScrollableTabs.d.ts +2 -1
  147. package/types/components/Tabs/ScrollableTabsHeader.d.ts +2 -1
  148. package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -4
  149. package/types/components/Tabs/StyledTabs.d.ts +0 -4
  150. package/types/components/Tabs/TabWithBadge.d.ts +2 -2
  151. package/types/components/Tabs/index.d.ts +2 -1
  152. package/types/components/TextInput/StyledTextInput.d.ts +1 -1
  153. package/types/components/TextInput/index.d.ts +1 -1
  154. package/types/components/TimePicker/TimePickerAndroid.d.ts +2 -1
  155. package/types/components/TimePicker/TimePickerIOS.d.ts +2 -1
  156. package/types/components/TimePicker/index.d.ts +2 -1
  157. package/types/components/Toast/StyledToast.d.ts +0 -2
  158. package/types/components/Toast/Toast.d.ts +1 -0
  159. package/types/components/Toast/ToastProvider.d.ts +2 -1
  160. package/types/components/Toast/index.d.ts +1 -1
  161. package/types/components/Toolbar/ToolbarGroup.d.ts +2 -1
  162. package/types/components/Toolbar/ToolbarItem.d.ts +2 -1
  163. package/types/components/Toolbar/index.d.ts +3 -2
  164. package/types/components/Typography/Body/index.d.ts +2 -1
  165. package/types/components/Typography/Caption/index.d.ts +2 -1
  166. package/types/components/Typography/Label/index.d.ts +2 -1
  167. package/types/components/Typography/Text/index.d.ts +2 -1
  168. package/types/components/Typography/Title/index.d.ts +2 -1
  169. package/types/testHelpers/renderWithTheme.d.ts +1 -0
  170. package/types/theme/ThemeSwitcher.d.ts +2 -2
@@ -72,6 +72,7 @@ exports[`OptionList render isLoading correctly 1`] = `
72
72
  >
73
73
  <View>
74
74
  <View
75
+ onFocusCapture={[Function]}
75
76
  onLayout={[Function]}
76
77
  style={null}
77
78
  >
@@ -141,6 +142,7 @@ exports[`OptionList render isLoading correctly 1`] = `
141
142
  </View>
142
143
  </View>
143
144
  <View
145
+ onFocusCapture={[Function]}
144
146
  onLayout={[Function]}
145
147
  style={null}
146
148
  >
@@ -194,6 +196,14 @@ exports[`OptionList render isLoading correctly 1`] = `
194
196
  "disabled": false,
195
197
  }
196
198
  }
199
+ accessibilityValue={
200
+ {
201
+ "max": undefined,
202
+ "min": undefined,
203
+ "now": undefined,
204
+ "text": undefined,
205
+ }
206
+ }
197
207
  accessible={true}
198
208
  focusable={true}
199
209
  onClick={[Function]}
@@ -323,10 +333,12 @@ exports[`OptionList render isLoading correctly 1`] = `
323
333
  </View>
324
334
  </View>
325
335
  <View
336
+ onFocusCapture={[Function]}
326
337
  onLayout={[Function]}
327
338
  style={null}
328
339
  />
329
340
  <View
341
+ onFocusCapture={[Function]}
330
342
  onLayout={[Function]}
331
343
  style={null}
332
344
  >
@@ -396,6 +408,7 @@ exports[`OptionList render isLoading correctly 1`] = `
396
408
  </View>
397
409
  </View>
398
410
  <View
411
+ onFocusCapture={[Function]}
399
412
  onLayout={[Function]}
400
413
  style={null}
401
414
  >
@@ -449,6 +462,14 @@ exports[`OptionList render isLoading correctly 1`] = `
449
462
  "disabled": false,
450
463
  }
451
464
  }
465
+ accessibilityValue={
466
+ {
467
+ "max": undefined,
468
+ "min": undefined,
469
+ "now": undefined,
470
+ "text": undefined,
471
+ }
472
+ }
452
473
  accessible={true}
453
474
  focusable={true}
454
475
  onClick={[Function]}
@@ -556,6 +577,7 @@ exports[`OptionList render isLoading correctly 1`] = `
556
577
  </View>
557
578
  </View>
558
579
  <View
580
+ onFocusCapture={[Function]}
559
581
  onLayout={[Function]}
560
582
  style={null}
561
583
  >
@@ -566,6 +588,14 @@ exports[`OptionList render isLoading correctly 1`] = `
566
588
  "disabled": false,
567
589
  }
568
590
  }
591
+ accessibilityValue={
592
+ {
593
+ "max": undefined,
594
+ "min": undefined,
595
+ "now": undefined,
596
+ "text": undefined,
597
+ }
598
+ }
569
599
  accessible={true}
570
600
  focusable={true}
571
601
  onClick={[Function]}
@@ -667,6 +697,7 @@ exports[`OptionList render isLoading correctly 1`] = `
667
697
  </View>
668
698
  </View>
669
699
  <View
700
+ onFocusCapture={[Function]}
670
701
  onLayout={[Function]}
671
702
  style={null}
672
703
  />
@@ -887,6 +918,7 @@ exports[`OptionList renders correctly 1`] = `
887
918
  >
888
919
  <View>
889
920
  <View
921
+ onFocusCapture={[Function]}
890
922
  onLayout={[Function]}
891
923
  style={null}
892
924
  >
@@ -956,6 +988,7 @@ exports[`OptionList renders correctly 1`] = `
956
988
  </View>
957
989
  </View>
958
990
  <View
991
+ onFocusCapture={[Function]}
959
992
  onLayout={[Function]}
960
993
  style={null}
961
994
  >
@@ -1009,6 +1042,14 @@ exports[`OptionList renders correctly 1`] = `
1009
1042
  "disabled": false,
1010
1043
  }
1011
1044
  }
1045
+ accessibilityValue={
1046
+ {
1047
+ "max": undefined,
1048
+ "min": undefined,
1049
+ "now": undefined,
1050
+ "text": undefined,
1051
+ }
1052
+ }
1012
1053
  accessible={true}
1013
1054
  focusable={true}
1014
1055
  onClick={[Function]}
@@ -1138,10 +1179,12 @@ exports[`OptionList renders correctly 1`] = `
1138
1179
  </View>
1139
1180
  </View>
1140
1181
  <View
1182
+ onFocusCapture={[Function]}
1141
1183
  onLayout={[Function]}
1142
1184
  style={null}
1143
1185
  />
1144
1186
  <View
1187
+ onFocusCapture={[Function]}
1145
1188
  onLayout={[Function]}
1146
1189
  style={null}
1147
1190
  >
@@ -1211,6 +1254,7 @@ exports[`OptionList renders correctly 1`] = `
1211
1254
  </View>
1212
1255
  </View>
1213
1256
  <View
1257
+ onFocusCapture={[Function]}
1214
1258
  onLayout={[Function]}
1215
1259
  style={null}
1216
1260
  >
@@ -1264,6 +1308,14 @@ exports[`OptionList renders correctly 1`] = `
1264
1308
  "disabled": false,
1265
1309
  }
1266
1310
  }
1311
+ accessibilityValue={
1312
+ {
1313
+ "max": undefined,
1314
+ "min": undefined,
1315
+ "now": undefined,
1316
+ "text": undefined,
1317
+ }
1318
+ }
1267
1319
  accessible={true}
1268
1320
  focusable={true}
1269
1321
  onClick={[Function]}
@@ -1371,6 +1423,7 @@ exports[`OptionList renders correctly 1`] = `
1371
1423
  </View>
1372
1424
  </View>
1373
1425
  <View
1426
+ onFocusCapture={[Function]}
1374
1427
  onLayout={[Function]}
1375
1428
  style={null}
1376
1429
  >
@@ -1381,6 +1434,14 @@ exports[`OptionList renders correctly 1`] = `
1381
1434
  "disabled": false,
1382
1435
  }
1383
1436
  }
1437
+ accessibilityValue={
1438
+ {
1439
+ "max": undefined,
1440
+ "min": undefined,
1441
+ "now": undefined,
1442
+ "text": undefined,
1443
+ }
1444
+ }
1384
1445
  accessible={true}
1385
1446
  focusable={true}
1386
1447
  onClick={[Function]}
@@ -1482,6 +1543,7 @@ exports[`OptionList renders correctly 1`] = `
1482
1543
  </View>
1483
1544
  </View>
1484
1545
  <View
1546
+ onFocusCapture={[Function]}
1485
1547
  onLayout={[Function]}
1486
1548
  style={null}
1487
1549
  />
@@ -1549,6 +1611,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1549
1611
  >
1550
1612
  <View>
1551
1613
  <View
1614
+ onFocusCapture={[Function]}
1552
1615
  onLayout={[Function]}
1553
1616
  style={null}
1554
1617
  >
@@ -1618,6 +1681,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1618
1681
  </View>
1619
1682
  </View>
1620
1683
  <View
1684
+ onFocusCapture={[Function]}
1621
1685
  onLayout={[Function]}
1622
1686
  style={null}
1623
1687
  >
@@ -1671,6 +1735,14 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1671
1735
  "disabled": false,
1672
1736
  }
1673
1737
  }
1738
+ accessibilityValue={
1739
+ {
1740
+ "max": undefined,
1741
+ "min": undefined,
1742
+ "now": undefined,
1743
+ "text": undefined,
1744
+ }
1745
+ }
1674
1746
  accessible={true}
1675
1747
  focusable={true}
1676
1748
  onClick={[Function]}
@@ -1800,10 +1872,12 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1800
1872
  </View>
1801
1873
  </View>
1802
1874
  <View
1875
+ onFocusCapture={[Function]}
1803
1876
  onLayout={[Function]}
1804
1877
  style={null}
1805
1878
  />
1806
1879
  <View
1880
+ onFocusCapture={[Function]}
1807
1881
  onLayout={[Function]}
1808
1882
  style={null}
1809
1883
  >
@@ -1873,6 +1947,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1873
1947
  </View>
1874
1948
  </View>
1875
1949
  <View
1950
+ onFocusCapture={[Function]}
1876
1951
  onLayout={[Function]}
1877
1952
  style={null}
1878
1953
  >
@@ -1926,6 +2001,14 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1926
2001
  "disabled": false,
1927
2002
  }
1928
2003
  }
2004
+ accessibilityValue={
2005
+ {
2006
+ "max": undefined,
2007
+ "min": undefined,
2008
+ "now": undefined,
2009
+ "text": undefined,
2010
+ }
2011
+ }
1929
2012
  accessible={true}
1930
2013
  focusable={true}
1931
2014
  onClick={[Function]}
@@ -2061,6 +2144,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
2061
2144
  </View>
2062
2145
  </View>
2063
2146
  <View
2147
+ onFocusCapture={[Function]}
2064
2148
  onLayout={[Function]}
2065
2149
  style={null}
2066
2150
  >
@@ -2071,6 +2155,14 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
2071
2155
  "disabled": false,
2072
2156
  }
2073
2157
  }
2158
+ accessibilityValue={
2159
+ {
2160
+ "max": undefined,
2161
+ "min": undefined,
2162
+ "now": undefined,
2163
+ "text": undefined,
2164
+ }
2165
+ }
2074
2166
  accessible={true}
2075
2167
  focusable={true}
2076
2168
  onClick={[Function]}
@@ -2172,6 +2264,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
2172
2264
  </View>
2173
2265
  </View>
2174
2266
  <View
2267
+ onFocusCapture={[Function]}
2175
2268
  onLayout={[Function]}
2176
2269
  style={null}
2177
2270
  />
@@ -2239,6 +2332,7 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2239
2332
  >
2240
2333
  <View>
2241
2334
  <View
2335
+ onFocusCapture={[Function]}
2242
2336
  onLayout={[Function]}
2243
2337
  style={null}
2244
2338
  >
@@ -2308,6 +2402,7 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2308
2402
  </View>
2309
2403
  </View>
2310
2404
  <View
2405
+ onFocusCapture={[Function]}
2311
2406
  onLayout={[Function]}
2312
2407
  style={null}
2313
2408
  >
@@ -2361,6 +2456,14 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2361
2456
  "disabled": false,
2362
2457
  }
2363
2458
  }
2459
+ accessibilityValue={
2460
+ {
2461
+ "max": undefined,
2462
+ "min": undefined,
2463
+ "now": undefined,
2464
+ "text": undefined,
2465
+ }
2466
+ }
2364
2467
  accessible={true}
2365
2468
  focusable={true}
2366
2469
  onClick={[Function]}
@@ -2490,10 +2593,12 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2490
2593
  </View>
2491
2594
  </View>
2492
2595
  <View
2596
+ onFocusCapture={[Function]}
2493
2597
  onLayout={[Function]}
2494
2598
  style={null}
2495
2599
  />
2496
2600
  <View
2601
+ onFocusCapture={[Function]}
2497
2602
  onLayout={[Function]}
2498
2603
  style={null}
2499
2604
  >
@@ -2563,6 +2668,7 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2563
2668
  </View>
2564
2669
  </View>
2565
2670
  <View
2671
+ onFocusCapture={[Function]}
2566
2672
  onLayout={[Function]}
2567
2673
  style={null}
2568
2674
  >
@@ -2616,6 +2722,14 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2616
2722
  "disabled": false,
2617
2723
  }
2618
2724
  }
2725
+ accessibilityValue={
2726
+ {
2727
+ "max": undefined,
2728
+ "min": undefined,
2729
+ "now": undefined,
2730
+ "text": undefined,
2731
+ }
2732
+ }
2619
2733
  accessible={true}
2620
2734
  focusable={true}
2621
2735
  onClick={[Function]}
@@ -2723,6 +2837,7 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2723
2837
  </View>
2724
2838
  </View>
2725
2839
  <View
2840
+ onFocusCapture={[Function]}
2726
2841
  onLayout={[Function]}
2727
2842
  style={null}
2728
2843
  >
@@ -2733,6 +2848,14 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2733
2848
  "disabled": false,
2734
2849
  }
2735
2850
  }
2851
+ accessibilityValue={
2852
+ {
2853
+ "max": undefined,
2854
+ "min": undefined,
2855
+ "now": undefined,
2856
+ "text": undefined,
2857
+ }
2858
+ }
2736
2859
  accessible={true}
2737
2860
  focusable={true}
2738
2861
  onClick={[Function]}
@@ -2834,6 +2957,7 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2834
2957
  </View>
2835
2958
  </View>
2836
2959
  <View
2960
+ onFocusCapture={[Function]}
2837
2961
  onLayout={[Function]}
2838
2962
  style={null}
2839
2963
  />