@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
@@ -255,13 +247,13 @@ exports[`OptionList render isLoading correctly 1`] = `
255
247
  style={
256
248
  Array [
257
249
  Object {
258
- "color": "#001f23",
250
+ "color": "#401960",
259
251
  "fontSize": 20,
260
252
  },
261
253
  undefined,
262
254
  ]
263
255
  }
264
- themeIntent="text"
256
+ themeIntent="primary"
265
257
  themeSize="small"
266
258
  />
267
259
  </View>
@@ -430,13 +422,10 @@ exports[`OptionList render isLoading correctly 1`] = `
430
422
  }
431
423
  />
432
424
  <View
433
- accessibilityState={
434
- Object {
435
- "disabled": false,
436
- }
437
- }
438
425
  accessible={true}
426
+ collapsable={false}
439
427
  focusable={true}
428
+ nativeID="animatedComponent"
440
429
  onClick={[Function]}
441
430
  onResponderGrant={[Function]}
442
431
  onResponderMove={[Function]}
@@ -445,19 +434,15 @@ exports[`OptionList render isLoading correctly 1`] = `
445
434
  onResponderTerminationRequest={[Function]}
446
435
  onStartShouldSetResponder={[Function]}
447
436
  style={
448
- Array [
449
- Object {
450
- "alignItems": "center",
451
- "backgroundColor": "#ffffff",
452
- "borderRadius": 4,
453
- "flexDirection": "row",
454
- "opacity": 1,
455
- "padding": 16,
456
- },
457
- Object {
458
- "marginHorizontal": 12,
459
- },
460
- ]
437
+ Object {
438
+ "alignItems": "center",
439
+ "backgroundColor": "#ffffff",
440
+ "borderRadius": 4,
441
+ "flexDirection": "row",
442
+ "marginHorizontal": 12,
443
+ "opacity": 1,
444
+ "padding": 16,
445
+ }
461
446
  }
462
447
  >
463
448
  <View
@@ -548,13 +533,10 @@ exports[`OptionList render isLoading correctly 1`] = `
548
533
  >
549
534
  <View>
550
535
  <View
551
- accessibilityState={
552
- Object {
553
- "disabled": false,
554
- }
555
- }
556
536
  accessible={true}
537
+ collapsable={false}
557
538
  focusable={true}
539
+ nativeID="animatedComponent"
558
540
  onClick={[Function]}
559
541
  onResponderGrant={[Function]}
560
542
  onResponderMove={[Function]}
@@ -563,19 +545,15 @@ exports[`OptionList render isLoading correctly 1`] = `
563
545
  onResponderTerminationRequest={[Function]}
564
546
  onStartShouldSetResponder={[Function]}
565
547
  style={
566
- Array [
567
- Object {
568
- "alignItems": "center",
569
- "backgroundColor": "#ffffff",
570
- "borderRadius": 4,
571
- "flexDirection": "row",
572
- "opacity": 1,
573
- "padding": 16,
574
- },
575
- Object {
576
- "marginHorizontal": 12,
577
- },
578
- ]
548
+ Object {
549
+ "alignItems": "center",
550
+ "backgroundColor": "#ffffff",
551
+ "borderRadius": 4,
552
+ "flexDirection": "row",
553
+ "marginHorizontal": 12,
554
+ "opacity": 1,
555
+ "padding": 16,
556
+ }
579
557
  }
580
558
  >
581
559
  <View
@@ -724,15 +702,16 @@ exports[`OptionList render isLoading correctly 1`] = `
724
702
  style={
725
703
  Array [
726
704
  Object {
727
- "backgroundColor": "#001f23",
705
+ "backgroundColor": "#401960",
728
706
  "borderRadius": 999,
729
707
  "height": 16,
730
- "opacity": 1,
708
+ "opacity": 0.9,
731
709
  "width": 16,
732
710
  },
733
711
  Object {},
734
712
  ]
735
713
  }
714
+ themeIntent="primary"
736
715
  themePosition="topLeft"
737
716
  themeSize="medium"
738
717
  />
@@ -742,16 +721,17 @@ exports[`OptionList render isLoading correctly 1`] = `
742
721
  style={
743
722
  Array [
744
723
  Object {
745
- "backgroundColor": "#001f23",
724
+ "backgroundColor": "#401960",
746
725
  "borderRadius": 999,
747
726
  "height": 16,
748
727
  "marginLeft": 8,
749
- "opacity": 0.75,
728
+ "opacity": 0.675,
750
729
  "width": 16,
751
730
  },
752
731
  Object {},
753
732
  ]
754
733
  }
734
+ themeIntent="primary"
755
735
  themePosition="topRight"
756
736
  themeSize="medium"
757
737
  />
@@ -777,15 +757,16 @@ exports[`OptionList render isLoading correctly 1`] = `
777
757
  style={
778
758
  Array [
779
759
  Object {
780
- "backgroundColor": "#001f23",
760
+ "backgroundColor": "#401960",
781
761
  "borderRadius": 999,
782
762
  "height": 16,
783
- "opacity": 0.5,
763
+ "opacity": 0.45,
784
764
  "width": 16,
785
765
  },
786
766
  Object {},
787
767
  ]
788
768
  }
769
+ themeIntent="primary"
789
770
  themePosition="bottomLeft"
790
771
  themeSize="medium"
791
772
  />
@@ -795,16 +776,17 @@ exports[`OptionList render isLoading correctly 1`] = `
795
776
  style={
796
777
  Array [
797
778
  Object {
798
- "backgroundColor": "#001f23",
779
+ "backgroundColor": "#401960",
799
780
  "borderRadius": 999,
800
781
  "height": 16,
801
782
  "marginLeft": 8,
802
- "opacity": 0.25,
783
+ "opacity": 0.225,
803
784
  "width": 16,
804
785
  },
805
786
  Object {},
806
787
  ]
807
788
  }
789
+ themeIntent="primary"
808
790
  themePosition="bottomRight"
809
791
  themeSize="medium"
810
792
  />
@@ -859,7 +841,6 @@ exports[`OptionList renders correctly 1`] = `
859
841
  onScroll={[Function]}
860
842
  onScrollBeginDrag={[Function]}
861
843
  onScrollEndDrag={[Function]}
862
- onScrollToIndexFailed={[Function]}
863
844
  renderItem={[Function]}
864
845
  scrollEventThrottle={50}
865
846
  stickyHeaderIndices={
@@ -986,13 +967,10 @@ exports[`OptionList renders correctly 1`] = `
986
967
  }
987
968
  />
988
969
  <View
989
- accessibilityState={
990
- Object {
991
- "disabled": false,
992
- }
993
- }
994
970
  accessible={true}
971
+ collapsable={false}
995
972
  focusable={true}
973
+ nativeID="animatedComponent"
996
974
  onClick={[Function]}
997
975
  onResponderGrant={[Function]}
998
976
  onResponderMove={[Function]}
@@ -1001,19 +979,15 @@ exports[`OptionList renders correctly 1`] = `
1001
979
  onResponderTerminationRequest={[Function]}
1002
980
  onStartShouldSetResponder={[Function]}
1003
981
  style={
1004
- Array [
1005
- Object {
1006
- "alignItems": "center",
1007
- "backgroundColor": "#d9d1df",
1008
- "borderRadius": 4,
1009
- "flexDirection": "row",
1010
- "opacity": 1,
1011
- "padding": 16,
1012
- },
1013
- Object {
1014
- "marginHorizontal": 12,
1015
- },
1016
- ]
982
+ Object {
983
+ "alignItems": "center",
984
+ "backgroundColor": "#ece8ef",
985
+ "borderRadius": 4,
986
+ "flexDirection": "row",
987
+ "marginHorizontal": 12,
988
+ "opacity": 1,
989
+ "padding": 16,
990
+ }
1017
991
  }
1018
992
  >
1019
993
  <View
@@ -1061,13 +1035,13 @@ exports[`OptionList renders correctly 1`] = `
1061
1035
  style={
1062
1036
  Array [
1063
1037
  Object {
1064
- "color": "#001f23",
1038
+ "color": "#401960",
1065
1039
  "fontSize": 20,
1066
1040
  },
1067
1041
  undefined,
1068
1042
  ]
1069
1043
  }
1070
- themeIntent="text"
1044
+ themeIntent="primary"
1071
1045
  themeSize="small"
1072
1046
  />
1073
1047
  </View>
@@ -1236,13 +1210,10 @@ exports[`OptionList renders correctly 1`] = `
1236
1210
  }
1237
1211
  />
1238
1212
  <View
1239
- accessibilityState={
1240
- Object {
1241
- "disabled": false,
1242
- }
1243
- }
1244
1213
  accessible={true}
1214
+ collapsable={false}
1245
1215
  focusable={true}
1216
+ nativeID="animatedComponent"
1246
1217
  onClick={[Function]}
1247
1218
  onResponderGrant={[Function]}
1248
1219
  onResponderMove={[Function]}
@@ -1251,19 +1222,15 @@ exports[`OptionList renders correctly 1`] = `
1251
1222
  onResponderTerminationRequest={[Function]}
1252
1223
  onStartShouldSetResponder={[Function]}
1253
1224
  style={
1254
- Array [
1255
- Object {
1256
- "alignItems": "center",
1257
- "backgroundColor": "#ffffff",
1258
- "borderRadius": 4,
1259
- "flexDirection": "row",
1260
- "opacity": 1,
1261
- "padding": 16,
1262
- },
1263
- Object {
1264
- "marginHorizontal": 12,
1265
- },
1266
- ]
1225
+ Object {
1226
+ "alignItems": "center",
1227
+ "backgroundColor": "#ffffff",
1228
+ "borderRadius": 4,
1229
+ "flexDirection": "row",
1230
+ "marginHorizontal": 12,
1231
+ "opacity": 1,
1232
+ "padding": 16,
1233
+ }
1267
1234
  }
1268
1235
  >
1269
1236
  <View
@@ -1354,13 +1321,10 @@ exports[`OptionList renders correctly 1`] = `
1354
1321
  >
1355
1322
  <View>
1356
1323
  <View
1357
- accessibilityState={
1358
- Object {
1359
- "disabled": false,
1360
- }
1361
- }
1362
1324
  accessible={true}
1325
+ collapsable={false}
1363
1326
  focusable={true}
1327
+ nativeID="animatedComponent"
1364
1328
  onClick={[Function]}
1365
1329
  onResponderGrant={[Function]}
1366
1330
  onResponderMove={[Function]}
@@ -1369,19 +1333,15 @@ exports[`OptionList renders correctly 1`] = `
1369
1333
  onResponderTerminationRequest={[Function]}
1370
1334
  onStartShouldSetResponder={[Function]}
1371
1335
  style={
1372
- Array [
1373
- Object {
1374
- "alignItems": "center",
1375
- "backgroundColor": "#ffffff",
1376
- "borderRadius": 4,
1377
- "flexDirection": "row",
1378
- "opacity": 1,
1379
- "padding": 16,
1380
- },
1381
- Object {
1382
- "marginHorizontal": 12,
1383
- },
1384
- ]
1336
+ Object {
1337
+ "alignItems": "center",
1338
+ "backgroundColor": "#ffffff",
1339
+ "borderRadius": 4,
1340
+ "flexDirection": "row",
1341
+ "marginHorizontal": 12,
1342
+ "opacity": 1,
1343
+ "padding": 16,
1344
+ }
1385
1345
  }
1386
1346
  >
1387
1347
  <View
@@ -1509,7 +1469,6 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1509
1469
  onScroll={[Function]}
1510
1470
  onScrollBeginDrag={[Function]}
1511
1471
  onScrollEndDrag={[Function]}
1512
- onScrollToIndexFailed={[Function]}
1513
1472
  renderItem={[Function]}
1514
1473
  scrollEventThrottle={50}
1515
1474
  stickyHeaderIndices={
@@ -1636,13 +1595,10 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1636
1595
  }
1637
1596
  />
1638
1597
  <View
1639
- accessibilityState={
1640
- Object {
1641
- "disabled": false,
1642
- }
1643
- }
1644
1598
  accessible={true}
1599
+ collapsable={false}
1645
1600
  focusable={true}
1601
+ nativeID="animatedComponent"
1646
1602
  onClick={[Function]}
1647
1603
  onResponderGrant={[Function]}
1648
1604
  onResponderMove={[Function]}
@@ -1651,19 +1607,15 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1651
1607
  onResponderTerminationRequest={[Function]}
1652
1608
  onStartShouldSetResponder={[Function]}
1653
1609
  style={
1654
- Array [
1655
- Object {
1656
- "alignItems": "center",
1657
- "backgroundColor": "#d9d1df",
1658
- "borderRadius": 4,
1659
- "flexDirection": "row",
1660
- "opacity": 1,
1661
- "padding": 16,
1662
- },
1663
- Object {
1664
- "marginHorizontal": 12,
1665
- },
1666
- ]
1610
+ Object {
1611
+ "alignItems": "center",
1612
+ "backgroundColor": "#ece8ef",
1613
+ "borderRadius": 4,
1614
+ "flexDirection": "row",
1615
+ "marginHorizontal": 12,
1616
+ "opacity": 1,
1617
+ "padding": 16,
1618
+ }
1667
1619
  }
1668
1620
  >
1669
1621
  <View
@@ -1711,13 +1663,13 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1711
1663
  style={
1712
1664
  Array [
1713
1665
  Object {
1714
- "color": "#001f23",
1666
+ "color": "#401960",
1715
1667
  "fontSize": 20,
1716
1668
  },
1717
1669
  undefined,
1718
1670
  ]
1719
1671
  }
1720
- themeIntent="text"
1672
+ themeIntent="primary"
1721
1673
  themeSize="small"
1722
1674
  />
1723
1675
  </View>
@@ -1886,13 +1838,10 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1886
1838
  }
1887
1839
  />
1888
1840
  <View
1889
- accessibilityState={
1890
- Object {
1891
- "disabled": false,
1892
- }
1893
- }
1894
1841
  accessible={true}
1842
+ collapsable={false}
1895
1843
  focusable={true}
1844
+ nativeID="animatedComponent"
1896
1845
  onClick={[Function]}
1897
1846
  onResponderGrant={[Function]}
1898
1847
  onResponderMove={[Function]}
@@ -1901,19 +1850,15 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1901
1850
  onResponderTerminationRequest={[Function]}
1902
1851
  onStartShouldSetResponder={[Function]}
1903
1852
  style={
1904
- Array [
1905
- Object {
1906
- "alignItems": "center",
1907
- "backgroundColor": "#d9d1df",
1908
- "borderRadius": 4,
1909
- "flexDirection": "row",
1910
- "opacity": 1,
1911
- "padding": 16,
1912
- },
1913
- Object {
1914
- "marginHorizontal": 12,
1915
- },
1916
- ]
1853
+ Object {
1854
+ "alignItems": "center",
1855
+ "backgroundColor": "#ece8ef",
1856
+ "borderRadius": 4,
1857
+ "flexDirection": "row",
1858
+ "marginHorizontal": 12,
1859
+ "opacity": 1,
1860
+ "padding": 16,
1861
+ }
1917
1862
  }
1918
1863
  >
1919
1864
  <View
@@ -1961,13 +1906,13 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1961
1906
  style={
1962
1907
  Array [
1963
1908
  Object {
1964
- "color": "#001f23",
1909
+ "color": "#401960",
1965
1910
  "fontSize": 20,
1966
1911
  },
1967
1912
  undefined,
1968
1913
  ]
1969
1914
  }
1970
- themeIntent="text"
1915
+ themeIntent="primary"
1971
1916
  themeSize="small"
1972
1917
  />
1973
1918
  </View>
@@ -2029,13 +1974,10 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
2029
1974
  >
2030
1975
  <View>
2031
1976
  <View
2032
- accessibilityState={
2033
- Object {
2034
- "disabled": false,
2035
- }
2036
- }
2037
1977
  accessible={true}
1978
+ collapsable={false}
2038
1979
  focusable={true}
1980
+ nativeID="animatedComponent"
2039
1981
  onClick={[Function]}
2040
1982
  onResponderGrant={[Function]}
2041
1983
  onResponderMove={[Function]}
@@ -2044,19 +1986,15 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
2044
1986
  onResponderTerminationRequest={[Function]}
2045
1987
  onStartShouldSetResponder={[Function]}
2046
1988
  style={
2047
- Array [
2048
- Object {
2049
- "alignItems": "center",
2050
- "backgroundColor": "#ffffff",
2051
- "borderRadius": 4,
2052
- "flexDirection": "row",
2053
- "opacity": 1,
2054
- "padding": 16,
2055
- },
2056
- Object {
2057
- "marginHorizontal": 12,
2058
- },
2059
- ]
1989
+ Object {
1990
+ "alignItems": "center",
1991
+ "backgroundColor": "#ffffff",
1992
+ "borderRadius": 4,
1993
+ "flexDirection": "row",
1994
+ "marginHorizontal": 12,
1995
+ "opacity": 1,
1996
+ "padding": 16,
1997
+ }
2060
1998
  }
2061
1999
  >
2062
2000
  <View
@@ -2184,7 +2122,6 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2184
2122
  onScroll={[Function]}
2185
2123
  onScrollBeginDrag={[Function]}
2186
2124
  onScrollEndDrag={[Function]}
2187
- onScrollToIndexFailed={[Function]}
2188
2125
  renderItem={[Function]}
2189
2126
  scrollEventThrottle={50}
2190
2127
  stickyHeaderIndices={
@@ -2311,13 +2248,10 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2311
2248
  }
2312
2249
  />
2313
2250
  <View
2314
- accessibilityState={
2315
- Object {
2316
- "disabled": false,
2317
- }
2318
- }
2319
2251
  accessible={true}
2252
+ collapsable={false}
2320
2253
  focusable={true}
2254
+ nativeID="animatedComponent"
2321
2255
  onClick={[Function]}
2322
2256
  onResponderGrant={[Function]}
2323
2257
  onResponderMove={[Function]}
@@ -2326,19 +2260,15 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2326
2260
  onResponderTerminationRequest={[Function]}
2327
2261
  onStartShouldSetResponder={[Function]}
2328
2262
  style={
2329
- Array [
2330
- Object {
2331
- "alignItems": "center",
2332
- "backgroundColor": "#d9d1df",
2333
- "borderRadius": 4,
2334
- "flexDirection": "row",
2335
- "opacity": 1,
2336
- "padding": 16,
2337
- },
2338
- Object {
2339
- "marginHorizontal": 12,
2340
- },
2341
- ]
2263
+ Object {
2264
+ "alignItems": "center",
2265
+ "backgroundColor": "#ece8ef",
2266
+ "borderRadius": 4,
2267
+ "flexDirection": "row",
2268
+ "marginHorizontal": 12,
2269
+ "opacity": 1,
2270
+ "padding": 16,
2271
+ }
2342
2272
  }
2343
2273
  >
2344
2274
  <View
@@ -2386,13 +2316,13 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2386
2316
  style={
2387
2317
  Array [
2388
2318
  Object {
2389
- "color": "#001f23",
2319
+ "color": "#401960",
2390
2320
  "fontSize": 20,
2391
2321
  },
2392
2322
  undefined,
2393
2323
  ]
2394
2324
  }
2395
- themeIntent="text"
2325
+ themeIntent="primary"
2396
2326
  themeSize="small"
2397
2327
  />
2398
2328
  </View>
@@ -2561,13 +2491,10 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2561
2491
  }
2562
2492
  />
2563
2493
  <View
2564
- accessibilityState={
2565
- Object {
2566
- "disabled": false,
2567
- }
2568
- }
2569
2494
  accessible={true}
2495
+ collapsable={false}
2570
2496
  focusable={true}
2497
+ nativeID="animatedComponent"
2571
2498
  onClick={[Function]}
2572
2499
  onResponderGrant={[Function]}
2573
2500
  onResponderMove={[Function]}
@@ -2576,19 +2503,15 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2576
2503
  onResponderTerminationRequest={[Function]}
2577
2504
  onStartShouldSetResponder={[Function]}
2578
2505
  style={
2579
- Array [
2580
- Object {
2581
- "alignItems": "center",
2582
- "backgroundColor": "#ffffff",
2583
- "borderRadius": 4,
2584
- "flexDirection": "row",
2585
- "opacity": 1,
2586
- "padding": 16,
2587
- },
2588
- Object {
2589
- "marginHorizontal": 12,
2590
- },
2591
- ]
2506
+ Object {
2507
+ "alignItems": "center",
2508
+ "backgroundColor": "#ffffff",
2509
+ "borderRadius": 4,
2510
+ "flexDirection": "row",
2511
+ "marginHorizontal": 12,
2512
+ "opacity": 1,
2513
+ "padding": 16,
2514
+ }
2592
2515
  }
2593
2516
  >
2594
2517
  <View
@@ -2679,13 +2602,10 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2679
2602
  >
2680
2603
  <View>
2681
2604
  <View
2682
- accessibilityState={
2683
- Object {
2684
- "disabled": false,
2685
- }
2686
- }
2687
2605
  accessible={true}
2606
+ collapsable={false}
2688
2607
  focusable={true}
2608
+ nativeID="animatedComponent"
2689
2609
  onClick={[Function]}
2690
2610
  onResponderGrant={[Function]}
2691
2611
  onResponderMove={[Function]}
@@ -2694,19 +2614,15 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2694
2614
  onResponderTerminationRequest={[Function]}
2695
2615
  onStartShouldSetResponder={[Function]}
2696
2616
  style={
2697
- Array [
2698
- Object {
2699
- "alignItems": "center",
2700
- "backgroundColor": "#ffffff",
2701
- "borderRadius": 4,
2702
- "flexDirection": "row",
2703
- "opacity": 1,
2704
- "padding": 16,
2705
- },
2706
- Object {
2707
- "marginHorizontal": 12,
2708
- },
2709
- ]
2617
+ Object {
2618
+ "alignItems": "center",
2619
+ "backgroundColor": "#ffffff",
2620
+ "borderRadius": 4,
2621
+ "flexDirection": "row",
2622
+ "marginHorizontal": 12,
2623
+ "opacity": 1,
2624
+ "padding": 16,
2625
+ }
2710
2626
  }
2711
2627
  >
2712
2628
  <View