@hero-design/rn 7.23.0 → 7.25.0

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 (276) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/assets/fonts/hero-icons.ttf +0 -0
  3. package/es/index.js +1364 -9239
  4. package/lib/assets/fonts/hero-icons.ttf +0 -0
  5. package/lib/index.js +1368 -9238
  6. package/package.json +7 -4
  7. package/rollup.config.js +1 -0
  8. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +4 -4
  9. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
  10. package/src/components/Attachment/StyledAttachment.tsx +44 -0
  11. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +158 -0
  12. package/src/components/Attachment/__tests__/index.spec.tsx +59 -0
  13. package/src/components/Attachment/index.tsx +77 -0
  14. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +3 -3
  15. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  16. package/src/components/Badge/Status.tsx +1 -1
  17. package/src/components/Badge/StyledBadge.tsx +8 -1
  18. package/src/components/Badge/__tests__/Badge.spec.tsx +9 -0
  19. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +44 -0
  20. package/src/components/Badge/index.tsx +1 -1
  21. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  22. package/src/components/BottomSheet/Header.tsx +2 -1
  23. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +52 -52
  24. package/src/components/BottomSheet/index.tsx +4 -4
  25. package/src/components/Button/Button.tsx +0 -11
  26. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +4 -4
  27. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  28. package/src/components/Button/LoadingIndicator/index.tsx +1 -1
  29. package/src/components/Button/StyledButton.tsx +24 -63
  30. package/src/components/Button/UtilityButton/__tests__/index.spec.tsx +2 -2
  31. package/src/components/Button/__tests__/Button.spec.tsx +10 -5
  32. package/src/components/Button/__tests__/StyledButton.spec.tsx +0 -70
  33. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +301 -1206
  34. package/src/components/Calendar/CalendarRowItem.tsx +1 -4
  35. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -5
  36. package/src/components/Calendar/index.tsx +4 -3
  37. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +1 -1
  38. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +1 -1
  39. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  40. package/src/components/Checkbox/StyledCheckbox.tsx +7 -5
  41. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +4 -12
  42. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +95 -42
  43. package/src/components/Checkbox/index.tsx +4 -2
  44. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  45. package/src/components/ContentNavigator/index.tsx +14 -9
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +2 -0
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +29 -27
  48. package/src/components/Drawer/DragableDrawer/index.tsx +0 -2
  49. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  50. package/src/components/Empty/index.tsx +1 -2
  51. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  52. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +1 -1
  53. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  54. package/src/components/Icon/HeroIcon/fonts/hero-icons.ttf +0 -0
  55. package/src/components/Icon/HeroIcon/glyphMap.json +1 -0
  56. package/src/components/Icon/HeroIcon/index.tsx +3 -7
  57. package/src/components/Icon/IconList.ts +36 -6
  58. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  59. package/src/components/Icon/index.tsx +1 -0
  60. package/src/components/List/BasicListItem.tsx +13 -8
  61. package/src/components/List/ListItem.tsx +8 -6
  62. package/src/components/List/StyledBasicListItem.tsx +2 -2
  63. package/src/components/List/StyledListItem.tsx +2 -2
  64. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +24 -36
  65. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +39 -59
  66. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +40 -44
  67. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +50 -50
  68. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +6 -6
  69. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
  70. package/src/components/Progress/ProgressBar.tsx +1 -1
  71. package/src/components/Progress/ProgressCircle.tsx +1 -1
  72. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +10 -10
  73. package/src/components/Progress/types.ts +7 -1
  74. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +20 -32
  75. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +30 -48
  76. package/src/components/RefreshControl/__tests__/index.spec.tsx +1 -3
  77. package/src/components/RefreshControl/index.tsx +4 -2
  78. package/src/components/RichTextEditor/MentionList.tsx +12 -3
  79. package/src/components/RichTextEditor/RichTextEditor.tsx +4 -8
  80. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +6 -4
  81. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  82. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +13 -20
  83. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +154 -238
  84. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +435 -650
  85. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +11 -18
  86. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +144 -228
  87. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +414 -629
  88. package/src/components/Select/StyledOptionList.tsx +0 -1
  89. package/src/components/Select/__tests__/__snapshots__/StyledSelect.spec.tsx.snap +1 -1
  90. package/src/components/Spinner/AnimatedSpinner.tsx +22 -7
  91. package/src/components/Spinner/StyledSpinner.tsx +15 -11
  92. package/src/components/Spinner/__tests__/AnimatedSpinner.spec.tsx +3 -1
  93. package/src/components/Spinner/__tests__/StyledSpinner.spec.tsx +42 -31
  94. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +12 -8
  95. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +543 -83
  96. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +12 -8
  97. package/src/components/Spinner/index.tsx +6 -1
  98. package/src/components/Swipeable/StyledSwipeable.tsx +11 -0
  99. package/src/components/Swipeable/SwipeableAction.tsx +45 -0
  100. package/src/components/Swipeable/__tests__/SwipeableAction.spec.tsx +37 -0
  101. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +130 -0
  102. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +33 -0
  103. package/src/components/Swipeable/__tests__/index.spec.tsx +34 -0
  104. package/src/components/Swipeable/index.tsx +160 -0
  105. package/src/components/Switch/SelectorSwitch/Option.tsx +1 -5
  106. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +3 -3
  107. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  108. package/src/components/Switch/SelectorSwitch/__tests__/index.spec.tsx +1 -0
  109. package/src/components/Switch/SelectorSwitch/index.tsx +4 -1
  110. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +1 -1
  111. package/src/components/Tabs/StyledTabs.tsx +1 -1
  112. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +1 -1
  113. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  114. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +2 -2
  115. package/src/components/TextInput/StyledTextInput.tsx +7 -12
  116. package/src/components/TextInput/__tests__/StyledTextInput.spec.tsx +12 -6
  117. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +31 -146
  118. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +40 -14
  119. package/src/components/TextInput/__tests__/index.spec.tsx +114 -124
  120. package/src/components/TextInput/index.tsx +8 -6
  121. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +2 -0
  122. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +29 -27
  123. package/src/components/Toast/Toast.tsx +0 -3
  124. package/src/components/Toast/ToastProvider.tsx +1 -0
  125. package/src/components/Toast/__tests__/index.spec.tsx +1 -1
  126. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +12 -12
  127. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +6 -6
  128. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +4 -4
  129. package/src/emotion.d.ts +1 -0
  130. package/src/index.ts +10 -0
  131. package/src/theme/ThemeSwitcher.tsx +7 -1
  132. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +96 -78
  133. package/src/theme/__tests__/ensureCompatibleWithV7.spec.tsx +13 -0
  134. package/src/theme/components/alert.ts +1 -1
  135. package/src/theme/components/attachment.ts +28 -0
  136. package/src/theme/components/avatar.ts +1 -1
  137. package/src/theme/components/badge.ts +2 -1
  138. package/src/theme/components/bottomNavigation.ts +1 -1
  139. package/src/theme/components/bottomSheet.ts +2 -2
  140. package/src/theme/components/button.ts +4 -20
  141. package/src/theme/components/calendar.ts +3 -3
  142. package/src/theme/components/card.ts +1 -1
  143. package/src/theme/components/checkbox.ts +2 -2
  144. package/src/theme/components/divider.ts +1 -1
  145. package/src/theme/components/drawer.ts +2 -2
  146. package/src/theme/components/empty.ts +3 -3
  147. package/src/theme/components/fab.ts +7 -7
  148. package/src/theme/components/icon.ts +4 -4
  149. package/src/theme/components/list.ts +0 -2
  150. package/src/theme/components/pinInput.ts +4 -4
  151. package/src/theme/components/progress.ts +6 -5
  152. package/src/theme/components/radio.ts +1 -1
  153. package/src/theme/components/richTextEditor.ts +2 -2
  154. package/src/theme/components/slider.ts +2 -2
  155. package/src/theme/components/spinner.ts +4 -1
  156. package/src/theme/components/swipeable.ts +13 -0
  157. package/src/theme/components/switch.ts +4 -4
  158. package/src/theme/components/tabs.ts +6 -5
  159. package/src/theme/components/tag.ts +2 -2
  160. package/src/theme/components/textInput.ts +23 -33
  161. package/src/theme/components/toast.ts +3 -3
  162. package/src/theme/components/toolbar.ts +3 -3
  163. package/src/theme/components/typography.ts +7 -7
  164. package/src/theme/getTheme.ts +7 -1
  165. package/src/theme/global/colors/eBens.ts +23 -0
  166. package/src/theme/global/colors/global.ts +15 -6
  167. package/src/theme/global/colors/jobs.ts +15 -10
  168. package/src/theme/global/colors/legacySystemPalette.ts +6 -6
  169. package/src/theme/global/colors/swag.ts +32 -53
  170. package/src/theme/global/colors/types.ts +35 -15
  171. package/src/theme/global/colors/wallet.ts +23 -0
  172. package/src/theme/global/colors/work.ts +15 -11
  173. package/src/theme/global/index.ts +4 -0
  174. package/src/theme/index.ts +4 -0
  175. package/src/types.ts +2 -0
  176. package/src/utils/functions.ts +2 -0
  177. package/src/utils/scale.ts +1 -1
  178. package/testUtils/setup.tsx +13 -0
  179. package/tsconfig.json +8 -2
  180. package/types/components/Accordion/StyledAccordion.d.ts +14 -14
  181. package/types/components/Alert/StyledAlert.d.ts +15 -15
  182. package/types/components/Attachment/StyledAttachment.d.ts +28 -0
  183. package/types/components/Attachment/index.d.ts +37 -0
  184. package/types/components/Avatar/StyledAvatar.d.ts +15 -15
  185. package/types/components/Avatar/index.d.ts +1 -1
  186. package/types/components/Badge/Status.d.ts +1 -1
  187. package/types/components/Badge/StyledBadge.d.ts +8 -8
  188. package/types/components/Badge/index.d.ts +1 -1
  189. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +21 -21
  190. package/types/components/BottomSheet/Header.d.ts +1 -1
  191. package/types/components/BottomSheet/StyledBottomSheet.d.ts +22 -22
  192. package/types/components/Box/StyledBox.d.ts +4 -4
  193. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +7 -7
  194. package/types/components/Button/StyledButton.d.ts +15 -18
  195. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +8 -8
  196. package/types/components/Calendar/StyledCalendar.d.ts +25 -25
  197. package/types/components/Calendar/helpers.d.ts +2 -2
  198. package/types/components/Card/DataCard/StyledDataCard.d.ts +6 -6
  199. package/types/components/Card/StyledCard.d.ts +7 -7
  200. package/types/components/Checkbox/StyledCheckbox.d.ts +16 -10
  201. package/types/components/Collapse/StyledCollapse.d.ts +8 -8
  202. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +5 -5
  203. package/types/components/ContentNavigator/index.d.ts +2 -1
  204. package/types/components/DatePicker/StyledDatePicker.d.ts +3 -3
  205. package/types/components/Divider/StyledDivider.d.ts +5 -5
  206. package/types/components/Drawer/StyledDrawer.d.ts +19 -19
  207. package/types/components/Empty/StyledEmpty.d.ts +9 -9
  208. package/types/components/Empty/index.d.ts +1 -2
  209. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +11 -11
  210. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +7 -7
  211. package/types/components/FAB/StyledFAB.d.ts +8 -8
  212. package/types/components/Icon/HeroIcon/index.d.ts +3 -3
  213. package/types/components/Icon/IconList.d.ts +1 -1
  214. package/types/components/Icon/index.d.ts +4 -1
  215. package/types/components/Icon/utils.d.ts +1 -1
  216. package/types/components/List/StyledBasicListItem.d.ts +16 -16
  217. package/types/components/List/StyledListItem.d.ts +25 -25
  218. package/types/components/PinInput/StyledPinInput.d.ts +30 -30
  219. package/types/components/Progress/ProgressBar.d.ts +1 -1
  220. package/types/components/Progress/ProgressCircle.d.ts +1 -1
  221. package/types/components/Progress/StyledProgressBar.d.ts +5 -5
  222. package/types/components/Progress/StyledProgressCircle.d.ts +18 -18
  223. package/types/components/Progress/types.d.ts +1 -1
  224. package/types/components/Radio/StyledRadio.d.ts +9 -9
  225. package/types/components/RefreshControl/index.d.ts +1 -2
  226. package/types/components/RichTextEditor/EditorToolbar.d.ts +1 -1
  227. package/types/components/RichTextEditor/MentionList.d.ts +1 -1
  228. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +6 -6
  229. package/types/components/RichTextEditor/StyledToolbar.d.ts +9 -9
  230. package/types/components/RichTextEditor/index.d.ts +2 -2
  231. package/types/components/SectionHeading/StyledHeading.d.ts +9 -9
  232. package/types/components/Select/MultiSelect/Option.d.ts +1 -1
  233. package/types/components/Select/SingleSelect/Option.d.ts +1 -1
  234. package/types/components/Select/StyledSelect.d.ts +11 -11
  235. package/types/components/Select/helpers.d.ts +1 -1
  236. package/types/components/Spinner/AnimatedSpinner.d.ts +2 -1
  237. package/types/components/Spinner/StyledSpinner.d.ts +13 -12
  238. package/types/components/Spinner/index.d.ts +5 -1
  239. package/types/components/Swipeable/StyledSwipeable.d.ts +10 -0
  240. package/types/components/Swipeable/SwipeableAction.d.ts +27 -0
  241. package/types/components/Swipeable/index.d.ts +45 -0
  242. package/types/components/Switch/SelectorSwitch/Option.d.ts +3 -1
  243. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +9 -9
  244. package/types/components/Switch/StyledSwitch.d.ts +5 -5
  245. package/types/components/Tabs/StyledScrollableTabs.d.ts +23 -23
  246. package/types/components/Tabs/StyledTabs.d.ts +22 -22
  247. package/types/components/Tag/StyledTag.d.ts +6 -6
  248. package/types/components/TextInput/StyledTextInput.d.ts +46 -45
  249. package/types/components/TextInput/index.d.ts +6 -6
  250. package/types/components/TimePicker/StyledTimePicker.d.ts +3 -3
  251. package/types/components/Toast/StyledToast.d.ts +17 -17
  252. package/types/components/Toolbar/StyledToolbar.d.ts +9 -9
  253. package/types/components/Typography/Text/StyledText.d.ts +3 -3
  254. package/types/index.d.ts +4 -2
  255. package/types/testHelpers/renderWithTheme.d.ts +1 -1
  256. package/types/theme/ThemeSwitcher.d.ts +2 -2
  257. package/types/theme/components/attachment.d.ts +21 -0
  258. package/types/theme/components/badge.d.ts +1 -0
  259. package/types/theme/components/button.d.ts +0 -15
  260. package/types/theme/components/list.d.ts +0 -1
  261. package/types/theme/components/progress.d.ts +1 -0
  262. package/types/theme/components/spinner.d.ts +4 -1
  263. package/types/theme/components/swipeable.d.ts +9 -0
  264. package/types/theme/components/tabs.d.ts +1 -0
  265. package/types/theme/components/tag.d.ts +2 -2
  266. package/types/theme/components/textInput.d.ts +0 -10
  267. package/types/theme/getTheme.d.ts +4 -0
  268. package/types/theme/global/colors/eBens.d.ts +3 -0
  269. package/types/theme/global/colors/types.d.ts +23 -16
  270. package/types/theme/global/colors/wallet.d.ts +3 -0
  271. package/types/theme/global/index.d.ts +26 -12
  272. package/types/theme/index.d.ts +2 -2
  273. package/types/types.d.ts +2 -1
  274. package/types/utils/functions.d.ts +1 -0
  275. package/types/utils/hooks.d.ts +1 -1
  276. package/src/components/Icon/HeroIcon/selection.json +0 -7029
@@ -53,7 +53,6 @@ exports[`OptionList render isLoading correctly 1`] = `
53
53
  onScroll={[Function]}
54
54
  onScrollBeginDrag={[Function]}
55
55
  onScrollEndDrag={[Function]}
56
- onScrollToIndexFailed={[Function]}
57
56
  renderItem={[Function]}
58
57
  scrollEventThrottle={50}
59
58
  stickyHeaderIndices={
@@ -180,13 +179,10 @@ exports[`OptionList render isLoading correctly 1`] = `
180
179
  }
181
180
  />
182
181
  <View
183
- accessibilityState={
184
- Object {
185
- "disabled": false,
186
- }
187
- }
188
182
  accessible={true}
183
+ collapsable={false}
189
184
  focusable={true}
185
+ nativeID="animatedComponent"
190
186
  onClick={[Function]}
191
187
  onResponderGrant={[Function]}
192
188
  onResponderMove={[Function]}
@@ -195,19 +191,15 @@ exports[`OptionList render isLoading correctly 1`] = `
195
191
  onResponderTerminationRequest={[Function]}
196
192
  onStartShouldSetResponder={[Function]}
197
193
  style={
198
- Array [
199
- Object {
200
- "alignItems": "center",
201
- "backgroundColor": "#d9d1df",
202
- "borderRadius": 4,
203
- "flexDirection": "row",
204
- "opacity": 1,
205
- "padding": 16,
206
- },
207
- Object {
208
- "marginHorizontal": 12,
209
- },
210
- ]
194
+ Object {
195
+ "alignItems": "center",
196
+ "backgroundColor": "#ece8ef",
197
+ "borderRadius": 4,
198
+ "flexDirection": "row",
199
+ "marginHorizontal": 12,
200
+ "opacity": 1,
201
+ "padding": 16,
202
+ }
211
203
  }
212
204
  >
213
205
  <View
@@ -405,13 +397,10 @@ exports[`OptionList render isLoading correctly 1`] = `
405
397
  }
406
398
  />
407
399
  <View
408
- accessibilityState={
409
- Object {
410
- "disabled": false,
411
- }
412
- }
413
400
  accessible={true}
401
+ collapsable={false}
414
402
  focusable={true}
403
+ nativeID="animatedComponent"
415
404
  onClick={[Function]}
416
405
  onResponderGrant={[Function]}
417
406
  onResponderMove={[Function]}
@@ -420,19 +409,15 @@ exports[`OptionList render isLoading correctly 1`] = `
420
409
  onResponderTerminationRequest={[Function]}
421
410
  onStartShouldSetResponder={[Function]}
422
411
  style={
423
- Array [
424
- Object {
425
- "alignItems": "center",
426
- "backgroundColor": "#ffffff",
427
- "borderRadius": 4,
428
- "flexDirection": "row",
429
- "opacity": 1,
430
- "padding": 16,
431
- },
432
- Object {
433
- "marginHorizontal": 12,
434
- },
435
- ]
412
+ Object {
413
+ "alignItems": "center",
414
+ "backgroundColor": "#ffffff",
415
+ "borderRadius": 4,
416
+ "flexDirection": "row",
417
+ "marginHorizontal": 12,
418
+ "opacity": 1,
419
+ "padding": 16,
420
+ }
436
421
  }
437
422
  >
438
423
  <View
@@ -523,13 +508,10 @@ exports[`OptionList render isLoading correctly 1`] = `
523
508
  >
524
509
  <View>
525
510
  <View
526
- accessibilityState={
527
- Object {
528
- "disabled": false,
529
- }
530
- }
531
511
  accessible={true}
512
+ collapsable={false}
532
513
  focusable={true}
514
+ nativeID="animatedComponent"
533
515
  onClick={[Function]}
534
516
  onResponderGrant={[Function]}
535
517
  onResponderMove={[Function]}
@@ -538,19 +520,15 @@ exports[`OptionList render isLoading correctly 1`] = `
538
520
  onResponderTerminationRequest={[Function]}
539
521
  onStartShouldSetResponder={[Function]}
540
522
  style={
541
- Array [
542
- Object {
543
- "alignItems": "center",
544
- "backgroundColor": "#ffffff",
545
- "borderRadius": 4,
546
- "flexDirection": "row",
547
- "opacity": 1,
548
- "padding": 16,
549
- },
550
- Object {
551
- "marginHorizontal": 12,
552
- },
553
- ]
523
+ Object {
524
+ "alignItems": "center",
525
+ "backgroundColor": "#ffffff",
526
+ "borderRadius": 4,
527
+ "flexDirection": "row",
528
+ "marginHorizontal": 12,
529
+ "opacity": 1,
530
+ "padding": 16,
531
+ }
554
532
  }
555
533
  >
556
534
  <View
@@ -699,15 +677,16 @@ exports[`OptionList render isLoading correctly 1`] = `
699
677
  style={
700
678
  Array [
701
679
  Object {
702
- "backgroundColor": "#001f23",
680
+ "backgroundColor": "#401960",
703
681
  "borderRadius": 999,
704
682
  "height": 16,
705
- "opacity": 1,
683
+ "opacity": 0.9,
706
684
  "width": 16,
707
685
  },
708
686
  Object {},
709
687
  ]
710
688
  }
689
+ themeIntent="primary"
711
690
  themePosition="topLeft"
712
691
  themeSize="medium"
713
692
  />
@@ -717,16 +696,17 @@ exports[`OptionList render isLoading correctly 1`] = `
717
696
  style={
718
697
  Array [
719
698
  Object {
720
- "backgroundColor": "#001f23",
699
+ "backgroundColor": "#401960",
721
700
  "borderRadius": 999,
722
701
  "height": 16,
723
702
  "marginLeft": 8,
724
- "opacity": 0.75,
703
+ "opacity": 0.675,
725
704
  "width": 16,
726
705
  },
727
706
  Object {},
728
707
  ]
729
708
  }
709
+ themeIntent="primary"
730
710
  themePosition="topRight"
731
711
  themeSize="medium"
732
712
  />
@@ -752,15 +732,16 @@ exports[`OptionList render isLoading correctly 1`] = `
752
732
  style={
753
733
  Array [
754
734
  Object {
755
- "backgroundColor": "#001f23",
735
+ "backgroundColor": "#401960",
756
736
  "borderRadius": 999,
757
737
  "height": 16,
758
- "opacity": 0.5,
738
+ "opacity": 0.45,
759
739
  "width": 16,
760
740
  },
761
741
  Object {},
762
742
  ]
763
743
  }
744
+ themeIntent="primary"
764
745
  themePosition="bottomLeft"
765
746
  themeSize="medium"
766
747
  />
@@ -770,16 +751,17 @@ exports[`OptionList render isLoading correctly 1`] = `
770
751
  style={
771
752
  Array [
772
753
  Object {
773
- "backgroundColor": "#001f23",
754
+ "backgroundColor": "#401960",
774
755
  "borderRadius": 999,
775
756
  "height": 16,
776
757
  "marginLeft": 8,
777
- "opacity": 0.25,
758
+ "opacity": 0.225,
778
759
  "width": 16,
779
760
  },
780
761
  Object {},
781
762
  ]
782
763
  }
764
+ themeIntent="primary"
783
765
  themePosition="bottomRight"
784
766
  themeSize="medium"
785
767
  />
@@ -834,7 +816,6 @@ exports[`OptionList renders correctly 1`] = `
834
816
  onScroll={[Function]}
835
817
  onScrollBeginDrag={[Function]}
836
818
  onScrollEndDrag={[Function]}
837
- onScrollToIndexFailed={[Function]}
838
819
  renderItem={[Function]}
839
820
  scrollEventThrottle={50}
840
821
  stickyHeaderIndices={
@@ -961,13 +942,10 @@ exports[`OptionList renders correctly 1`] = `
961
942
  }
962
943
  />
963
944
  <View
964
- accessibilityState={
965
- Object {
966
- "disabled": false,
967
- }
968
- }
969
945
  accessible={true}
946
+ collapsable={false}
970
947
  focusable={true}
948
+ nativeID="animatedComponent"
971
949
  onClick={[Function]}
972
950
  onResponderGrant={[Function]}
973
951
  onResponderMove={[Function]}
@@ -976,19 +954,15 @@ exports[`OptionList renders correctly 1`] = `
976
954
  onResponderTerminationRequest={[Function]}
977
955
  onStartShouldSetResponder={[Function]}
978
956
  style={
979
- Array [
980
- Object {
981
- "alignItems": "center",
982
- "backgroundColor": "#d9d1df",
983
- "borderRadius": 4,
984
- "flexDirection": "row",
985
- "opacity": 1,
986
- "padding": 16,
987
- },
988
- Object {
989
- "marginHorizontal": 12,
990
- },
991
- ]
957
+ Object {
958
+ "alignItems": "center",
959
+ "backgroundColor": "#ece8ef",
960
+ "borderRadius": 4,
961
+ "flexDirection": "row",
962
+ "marginHorizontal": 12,
963
+ "opacity": 1,
964
+ "padding": 16,
965
+ }
992
966
  }
993
967
  >
994
968
  <View
@@ -1186,13 +1160,10 @@ exports[`OptionList renders correctly 1`] = `
1186
1160
  }
1187
1161
  />
1188
1162
  <View
1189
- accessibilityState={
1190
- Object {
1191
- "disabled": false,
1192
- }
1193
- }
1194
1163
  accessible={true}
1164
+ collapsable={false}
1195
1165
  focusable={true}
1166
+ nativeID="animatedComponent"
1196
1167
  onClick={[Function]}
1197
1168
  onResponderGrant={[Function]}
1198
1169
  onResponderMove={[Function]}
@@ -1201,19 +1172,15 @@ exports[`OptionList renders correctly 1`] = `
1201
1172
  onResponderTerminationRequest={[Function]}
1202
1173
  onStartShouldSetResponder={[Function]}
1203
1174
  style={
1204
- Array [
1205
- Object {
1206
- "alignItems": "center",
1207
- "backgroundColor": "#ffffff",
1208
- "borderRadius": 4,
1209
- "flexDirection": "row",
1210
- "opacity": 1,
1211
- "padding": 16,
1212
- },
1213
- Object {
1214
- "marginHorizontal": 12,
1215
- },
1216
- ]
1175
+ Object {
1176
+ "alignItems": "center",
1177
+ "backgroundColor": "#ffffff",
1178
+ "borderRadius": 4,
1179
+ "flexDirection": "row",
1180
+ "marginHorizontal": 12,
1181
+ "opacity": 1,
1182
+ "padding": 16,
1183
+ }
1217
1184
  }
1218
1185
  >
1219
1186
  <View
@@ -1304,13 +1271,10 @@ exports[`OptionList renders correctly 1`] = `
1304
1271
  >
1305
1272
  <View>
1306
1273
  <View
1307
- accessibilityState={
1308
- Object {
1309
- "disabled": false,
1310
- }
1311
- }
1312
1274
  accessible={true}
1275
+ collapsable={false}
1313
1276
  focusable={true}
1277
+ nativeID="animatedComponent"
1314
1278
  onClick={[Function]}
1315
1279
  onResponderGrant={[Function]}
1316
1280
  onResponderMove={[Function]}
@@ -1319,19 +1283,15 @@ exports[`OptionList renders correctly 1`] = `
1319
1283
  onResponderTerminationRequest={[Function]}
1320
1284
  onStartShouldSetResponder={[Function]}
1321
1285
  style={
1322
- Array [
1323
- Object {
1324
- "alignItems": "center",
1325
- "backgroundColor": "#ffffff",
1326
- "borderRadius": 4,
1327
- "flexDirection": "row",
1328
- "opacity": 1,
1329
- "padding": 16,
1330
- },
1331
- Object {
1332
- "marginHorizontal": 12,
1333
- },
1334
- ]
1286
+ Object {
1287
+ "alignItems": "center",
1288
+ "backgroundColor": "#ffffff",
1289
+ "borderRadius": 4,
1290
+ "flexDirection": "row",
1291
+ "marginHorizontal": 12,
1292
+ "opacity": 1,
1293
+ "padding": 16,
1294
+ }
1335
1295
  }
1336
1296
  >
1337
1297
  <View
@@ -1459,7 +1419,6 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1459
1419
  onScroll={[Function]}
1460
1420
  onScrollBeginDrag={[Function]}
1461
1421
  onScrollEndDrag={[Function]}
1462
- onScrollToIndexFailed={[Function]}
1463
1422
  renderItem={[Function]}
1464
1423
  scrollEventThrottle={50}
1465
1424
  stickyHeaderIndices={
@@ -1586,13 +1545,10 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1586
1545
  }
1587
1546
  />
1588
1547
  <View
1589
- accessibilityState={
1590
- Object {
1591
- "disabled": false,
1592
- }
1593
- }
1594
1548
  accessible={true}
1549
+ collapsable={false}
1595
1550
  focusable={true}
1551
+ nativeID="animatedComponent"
1596
1552
  onClick={[Function]}
1597
1553
  onResponderGrant={[Function]}
1598
1554
  onResponderMove={[Function]}
@@ -1601,19 +1557,15 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1601
1557
  onResponderTerminationRequest={[Function]}
1602
1558
  onStartShouldSetResponder={[Function]}
1603
1559
  style={
1604
- Array [
1605
- Object {
1606
- "alignItems": "center",
1607
- "backgroundColor": "#d9d1df",
1608
- "borderRadius": 4,
1609
- "flexDirection": "row",
1610
- "opacity": 1,
1611
- "padding": 16,
1612
- },
1613
- Object {
1614
- "marginHorizontal": 12,
1615
- },
1616
- ]
1560
+ Object {
1561
+ "alignItems": "center",
1562
+ "backgroundColor": "#ece8ef",
1563
+ "borderRadius": 4,
1564
+ "flexDirection": "row",
1565
+ "marginHorizontal": 12,
1566
+ "opacity": 1,
1567
+ "padding": 16,
1568
+ }
1617
1569
  }
1618
1570
  >
1619
1571
  <View
@@ -1811,13 +1763,10 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1811
1763
  }
1812
1764
  />
1813
1765
  <View
1814
- accessibilityState={
1815
- Object {
1816
- "disabled": false,
1817
- }
1818
- }
1819
1766
  accessible={true}
1767
+ collapsable={false}
1820
1768
  focusable={true}
1769
+ nativeID="animatedComponent"
1821
1770
  onClick={[Function]}
1822
1771
  onResponderGrant={[Function]}
1823
1772
  onResponderMove={[Function]}
@@ -1826,19 +1775,15 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1826
1775
  onResponderTerminationRequest={[Function]}
1827
1776
  onStartShouldSetResponder={[Function]}
1828
1777
  style={
1829
- Array [
1830
- Object {
1831
- "alignItems": "center",
1832
- "backgroundColor": "#ffffff",
1833
- "borderRadius": 4,
1834
- "flexDirection": "row",
1835
- "opacity": 1,
1836
- "padding": 16,
1837
- },
1838
- Object {
1839
- "marginHorizontal": 12,
1840
- },
1841
- ]
1778
+ Object {
1779
+ "alignItems": "center",
1780
+ "backgroundColor": "#ffffff",
1781
+ "borderRadius": 4,
1782
+ "flexDirection": "row",
1783
+ "marginHorizontal": 12,
1784
+ "opacity": 1,
1785
+ "padding": 16,
1786
+ }
1842
1787
  }
1843
1788
  >
1844
1789
  <View
@@ -1929,13 +1874,10 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1929
1874
  >
1930
1875
  <View>
1931
1876
  <View
1932
- accessibilityState={
1933
- Object {
1934
- "disabled": false,
1935
- }
1936
- }
1937
1877
  accessible={true}
1878
+ collapsable={false}
1938
1879
  focusable={true}
1880
+ nativeID="animatedComponent"
1939
1881
  onClick={[Function]}
1940
1882
  onResponderGrant={[Function]}
1941
1883
  onResponderMove={[Function]}
@@ -1944,19 +1886,15 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1944
1886
  onResponderTerminationRequest={[Function]}
1945
1887
  onStartShouldSetResponder={[Function]}
1946
1888
  style={
1947
- Array [
1948
- Object {
1949
- "alignItems": "center",
1950
- "backgroundColor": "#ffffff",
1951
- "borderRadius": 4,
1952
- "flexDirection": "row",
1953
- "opacity": 1,
1954
- "padding": 16,
1955
- },
1956
- Object {
1957
- "marginHorizontal": 12,
1958
- },
1959
- ]
1889
+ Object {
1890
+ "alignItems": "center",
1891
+ "backgroundColor": "#ffffff",
1892
+ "borderRadius": 4,
1893
+ "flexDirection": "row",
1894
+ "marginHorizontal": 12,
1895
+ "opacity": 1,
1896
+ "padding": 16,
1897
+ }
1960
1898
  }
1961
1899
  >
1962
1900
  <View
@@ -2084,7 +2022,6 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2084
2022
  onScroll={[Function]}
2085
2023
  onScrollBeginDrag={[Function]}
2086
2024
  onScrollEndDrag={[Function]}
2087
- onScrollToIndexFailed={[Function]}
2088
2025
  renderItem={[Function]}
2089
2026
  scrollEventThrottle={50}
2090
2027
  stickyHeaderIndices={
@@ -2211,13 +2148,10 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2211
2148
  }
2212
2149
  />
2213
2150
  <View
2214
- accessibilityState={
2215
- Object {
2216
- "disabled": false,
2217
- }
2218
- }
2219
2151
  accessible={true}
2152
+ collapsable={false}
2220
2153
  focusable={true}
2154
+ nativeID="animatedComponent"
2221
2155
  onClick={[Function]}
2222
2156
  onResponderGrant={[Function]}
2223
2157
  onResponderMove={[Function]}
@@ -2226,19 +2160,15 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2226
2160
  onResponderTerminationRequest={[Function]}
2227
2161
  onStartShouldSetResponder={[Function]}
2228
2162
  style={
2229
- Array [
2230
- Object {
2231
- "alignItems": "center",
2232
- "backgroundColor": "#d9d1df",
2233
- "borderRadius": 4,
2234
- "flexDirection": "row",
2235
- "opacity": 1,
2236
- "padding": 16,
2237
- },
2238
- Object {
2239
- "marginHorizontal": 12,
2240
- },
2241
- ]
2163
+ Object {
2164
+ "alignItems": "center",
2165
+ "backgroundColor": "#ece8ef",
2166
+ "borderRadius": 4,
2167
+ "flexDirection": "row",
2168
+ "marginHorizontal": 12,
2169
+ "opacity": 1,
2170
+ "padding": 16,
2171
+ }
2242
2172
  }
2243
2173
  >
2244
2174
  <View
@@ -2436,13 +2366,10 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2436
2366
  }
2437
2367
  />
2438
2368
  <View
2439
- accessibilityState={
2440
- Object {
2441
- "disabled": false,
2442
- }
2443
- }
2444
2369
  accessible={true}
2370
+ collapsable={false}
2445
2371
  focusable={true}
2372
+ nativeID="animatedComponent"
2446
2373
  onClick={[Function]}
2447
2374
  onResponderGrant={[Function]}
2448
2375
  onResponderMove={[Function]}
@@ -2451,19 +2378,15 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2451
2378
  onResponderTerminationRequest={[Function]}
2452
2379
  onStartShouldSetResponder={[Function]}
2453
2380
  style={
2454
- Array [
2455
- Object {
2456
- "alignItems": "center",
2457
- "backgroundColor": "#ffffff",
2458
- "borderRadius": 4,
2459
- "flexDirection": "row",
2460
- "opacity": 1,
2461
- "padding": 16,
2462
- },
2463
- Object {
2464
- "marginHorizontal": 12,
2465
- },
2466
- ]
2381
+ Object {
2382
+ "alignItems": "center",
2383
+ "backgroundColor": "#ffffff",
2384
+ "borderRadius": 4,
2385
+ "flexDirection": "row",
2386
+ "marginHorizontal": 12,
2387
+ "opacity": 1,
2388
+ "padding": 16,
2389
+ }
2467
2390
  }
2468
2391
  >
2469
2392
  <View
@@ -2554,13 +2477,10 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2554
2477
  >
2555
2478
  <View>
2556
2479
  <View
2557
- accessibilityState={
2558
- Object {
2559
- "disabled": false,
2560
- }
2561
- }
2562
2480
  accessible={true}
2481
+ collapsable={false}
2563
2482
  focusable={true}
2483
+ nativeID="animatedComponent"
2564
2484
  onClick={[Function]}
2565
2485
  onResponderGrant={[Function]}
2566
2486
  onResponderMove={[Function]}
@@ -2569,19 +2489,15 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2569
2489
  onResponderTerminationRequest={[Function]}
2570
2490
  onStartShouldSetResponder={[Function]}
2571
2491
  style={
2572
- Array [
2573
- Object {
2574
- "alignItems": "center",
2575
- "backgroundColor": "#ffffff",
2576
- "borderRadius": 4,
2577
- "flexDirection": "row",
2578
- "opacity": 1,
2579
- "padding": 16,
2580
- },
2581
- Object {
2582
- "marginHorizontal": 12,
2583
- },
2584
- ]
2492
+ Object {
2493
+ "alignItems": "center",
2494
+ "backgroundColor": "#ffffff",
2495
+ "borderRadius": 4,
2496
+ "flexDirection": "row",
2497
+ "marginHorizontal": 12,
2498
+ "opacity": 1,
2499
+ "padding": 16,
2500
+ }
2585
2501
  }
2586
2502
  >
2587
2503
  <View