@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
@@ -64,6 +64,7 @@ Array [
64
64
  undefined,
65
65
  ]
66
66
  }
67
+ themeFocused={false}
67
68
  themeVariant="default"
68
69
  />
69
70
  <View
@@ -148,6 +149,7 @@ Array [
148
149
  "flexGrow": 2,
149
150
  "fontSize": 14,
150
151
  "marginHorizontal": 8,
152
+ "paddingVertical": 0,
151
153
  "textAlignVertical": "center",
152
154
  },
153
155
  Object {
@@ -223,31 +225,6 @@ Array [
223
225
  ]
224
226
  }
225
227
  >
226
- <View
227
- accessible={true}
228
- collapsable={false}
229
- focusable={true}
230
- onBlur={[Function]}
231
- onClick={[Function]}
232
- onFocus={[Function]}
233
- onResponderGrant={[Function]}
234
- onResponderMove={[Function]}
235
- onResponderRelease={[Function]}
236
- onResponderTerminate={[Function]}
237
- onResponderTerminationRequest={[Function]}
238
- onStartShouldSetResponder={[Function]}
239
- style={
240
- Object {
241
- "backgroundColor": "#001f23",
242
- "bottom": 0,
243
- "left": 0,
244
- "opacity": 0.48,
245
- "position": "absolute",
246
- "right": 0,
247
- "top": 0,
248
- }
249
- }
250
- />
251
228
  <View
252
229
  onLayout={[Function]}
253
230
  style={
@@ -265,6 +242,31 @@ Array [
265
242
  ]
266
243
  }
267
244
  >
245
+ <View
246
+ accessible={true}
247
+ collapsable={false}
248
+ focusable={true}
249
+ onBlur={[Function]}
250
+ onClick={[Function]}
251
+ onFocus={[Function]}
252
+ onResponderGrant={[Function]}
253
+ onResponderMove={[Function]}
254
+ onResponderRelease={[Function]}
255
+ onResponderTerminate={[Function]}
256
+ onResponderTerminationRequest={[Function]}
257
+ onStartShouldSetResponder={[Function]}
258
+ style={
259
+ Object {
260
+ "backgroundColor": "#001f23",
261
+ "bottom": 0,
262
+ "left": 0,
263
+ "opacity": 0.48,
264
+ "position": "absolute",
265
+ "right": 0,
266
+ "top": 0,
267
+ }
268
+ }
269
+ />
268
270
  <RCTSafeAreaView
269
271
  emulateUnlessSupported={true}
270
272
  style={
@@ -445,7 +447,6 @@ Array [
445
447
  onScroll={[Function]}
446
448
  onScrollBeginDrag={[Function]}
447
449
  onScrollEndDrag={[Function]}
448
- onScrollToIndexFailed={[Function]}
449
450
  renderItem={[Function]}
450
451
  scrollEventThrottle={50}
451
452
  stickyHeaderIndices={
@@ -581,11 +582,6 @@ Array [
581
582
  }
582
583
  />
583
584
  <View
584
- accessibilityState={
585
- Object {
586
- "disabled": false,
587
- }
588
- }
589
585
  accessible={true}
590
586
  focusable={true}
591
587
  onClick={[Function]}
@@ -596,17 +592,14 @@ Array [
596
592
  onResponderTerminationRequest={[Function]}
597
593
  onStartShouldSetResponder={[Function]}
598
594
  style={
599
- Array [
600
- Object {
601
- "alignItems": "center",
602
- "backgroundColor": "#ffffff",
603
- "borderRadius": 4,
604
- "flexDirection": "row",
605
- "opacity": 1,
606
- "padding": 16,
607
- },
608
- undefined,
609
- ]
595
+ Object {
596
+ "alignItems": "center",
597
+ "backgroundColor": "#ffffff",
598
+ "borderRadius": 4,
599
+ "flexDirection": "row",
600
+ "opacity": 1,
601
+ "padding": 16,
602
+ }
610
603
  }
611
604
  >
612
605
  <View
@@ -726,11 +719,6 @@ Array [
726
719
  >
727
720
  <View>
728
721
  <View
729
- accessibilityState={
730
- Object {
731
- "disabled": false,
732
- }
733
- }
734
722
  accessible={true}
735
723
  focusable={true}
736
724
  onClick={[Function]}
@@ -741,17 +729,14 @@ Array [
741
729
  onResponderTerminationRequest={[Function]}
742
730
  onStartShouldSetResponder={[Function]}
743
731
  style={
744
- Array [
745
- Object {
746
- "alignItems": "center",
747
- "backgroundColor": "#ffffff",
748
- "borderRadius": 4,
749
- "flexDirection": "row",
750
- "opacity": 1,
751
- "padding": 16,
752
- },
753
- undefined,
754
- ]
732
+ Object {
733
+ "alignItems": "center",
734
+ "backgroundColor": "#ffffff",
735
+ "borderRadius": 4,
736
+ "flexDirection": "row",
737
+ "opacity": 1,
738
+ "padding": 16,
739
+ }
755
740
  }
756
741
  >
757
742
  <View
@@ -986,11 +971,6 @@ Array [
986
971
  }
987
972
  />
988
973
  <View
989
- accessibilityState={
990
- Object {
991
- "disabled": false,
992
- }
993
- }
994
974
  accessible={true}
995
975
  focusable={true}
996
976
  onClick={[Function]}
@@ -1001,17 +981,14 @@ Array [
1001
981
  onResponderTerminationRequest={[Function]}
1002
982
  onStartShouldSetResponder={[Function]}
1003
983
  style={
1004
- Array [
1005
- Object {
1006
- "alignItems": "center",
1007
- "backgroundColor": "#ffffff",
1008
- "borderRadius": 4,
1009
- "flexDirection": "row",
1010
- "opacity": 1,
1011
- "padding": 16,
1012
- },
1013
- undefined,
1014
- ]
984
+ Object {
985
+ "alignItems": "center",
986
+ "backgroundColor": "#ffffff",
987
+ "borderRadius": 4,
988
+ "flexDirection": "row",
989
+ "opacity": 1,
990
+ "padding": 16,
991
+ }
1015
992
  }
1016
993
  >
1017
994
  <View
@@ -1131,11 +1108,6 @@ Array [
1131
1108
  >
1132
1109
  <View>
1133
1110
  <View
1134
- accessibilityState={
1135
- Object {
1136
- "disabled": false,
1137
- }
1138
- }
1139
1111
  accessible={true}
1140
1112
  focusable={true}
1141
1113
  onClick={[Function]}
@@ -1146,17 +1118,14 @@ Array [
1146
1118
  onResponderTerminationRequest={[Function]}
1147
1119
  onStartShouldSetResponder={[Function]}
1148
1120
  style={
1149
- Array [
1150
- Object {
1151
- "alignItems": "center",
1152
- "backgroundColor": "#ffffff",
1153
- "borderRadius": 4,
1154
- "flexDirection": "row",
1155
- "opacity": 1,
1156
- "padding": 16,
1157
- },
1158
- undefined,
1159
- ]
1121
+ Object {
1122
+ "alignItems": "center",
1123
+ "backgroundColor": "#ffffff",
1124
+ "borderRadius": 4,
1125
+ "flexDirection": "row",
1126
+ "opacity": 1,
1127
+ "padding": 16,
1128
+ }
1160
1129
  }
1161
1130
  >
1162
1131
  <View
@@ -1325,7 +1294,7 @@ Array [
1325
1294
  },
1326
1295
  Array [
1327
1296
  Object {
1328
- "color": "#401960",
1297
+ "color": "#795e90",
1329
1298
  },
1330
1299
  undefined,
1331
1300
  ],
@@ -1413,6 +1382,7 @@ Array [
1413
1382
  undefined,
1414
1383
  ]
1415
1384
  }
1385
+ themeFocused={false}
1416
1386
  themeVariant="filled"
1417
1387
  />
1418
1388
  <View
@@ -1492,6 +1462,7 @@ Array [
1492
1462
  "flexGrow": 2,
1493
1463
  "fontSize": 14,
1494
1464
  "marginHorizontal": 8,
1465
+ "paddingVertical": 0,
1495
1466
  "textAlignVertical": "center",
1496
1467
  },
1497
1468
  Object {
@@ -1567,32 +1538,6 @@ Array [
1567
1538
  ]
1568
1539
  }
1569
1540
  >
1570
- <View
1571
- accessible={true}
1572
- collapsable={false}
1573
- focusable={true}
1574
- nativeID="animatedComponent"
1575
- onBlur={[Function]}
1576
- onClick={[Function]}
1577
- onFocus={[Function]}
1578
- onResponderGrant={[Function]}
1579
- onResponderMove={[Function]}
1580
- onResponderRelease={[Function]}
1581
- onResponderTerminate={[Function]}
1582
- onResponderTerminationRequest={[Function]}
1583
- onStartShouldSetResponder={[Function]}
1584
- style={
1585
- Object {
1586
- "backgroundColor": "#001f23",
1587
- "bottom": 0,
1588
- "left": 0,
1589
- "opacity": 0.48,
1590
- "position": "absolute",
1591
- "right": 0,
1592
- "top": 0,
1593
- }
1594
- }
1595
- />
1596
1541
  <View
1597
1542
  onLayout={[Function]}
1598
1543
  style={
@@ -1610,6 +1555,32 @@ Array [
1610
1555
  ]
1611
1556
  }
1612
1557
  >
1558
+ <View
1559
+ accessible={true}
1560
+ collapsable={false}
1561
+ focusable={true}
1562
+ nativeID="animatedComponent"
1563
+ onBlur={[Function]}
1564
+ onClick={[Function]}
1565
+ onFocus={[Function]}
1566
+ onResponderGrant={[Function]}
1567
+ onResponderMove={[Function]}
1568
+ onResponderRelease={[Function]}
1569
+ onResponderTerminate={[Function]}
1570
+ onResponderTerminationRequest={[Function]}
1571
+ onStartShouldSetResponder={[Function]}
1572
+ style={
1573
+ Object {
1574
+ "backgroundColor": "#001f23",
1575
+ "bottom": 0,
1576
+ "left": 0,
1577
+ "opacity": 0.48,
1578
+ "position": "absolute",
1579
+ "right": 0,
1580
+ "top": 0,
1581
+ }
1582
+ }
1583
+ />
1613
1584
  <RCTSafeAreaView
1614
1585
  collapsable={false}
1615
1586
  emulateUnlessSupported={true}
@@ -1798,7 +1769,6 @@ Array [
1798
1769
  onScroll={[Function]}
1799
1770
  onScrollBeginDrag={[Function]}
1800
1771
  onScrollEndDrag={[Function]}
1801
- onScrollToIndexFailed={[Function]}
1802
1772
  renderItem={[Function]}
1803
1773
  scrollEventThrottle={50}
1804
1774
  stickyHeaderIndices={
@@ -1872,13 +1842,10 @@ Array [
1872
1842
  }
1873
1843
  />
1874
1844
  <View
1875
- accessibilityState={
1876
- Object {
1877
- "disabled": false,
1878
- }
1879
- }
1880
1845
  accessible={true}
1846
+ collapsable={false}
1881
1847
  focusable={true}
1848
+ nativeID="animatedComponent"
1882
1849
  onClick={[Function]}
1883
1850
  onResponderGrant={[Function]}
1884
1851
  onResponderMove={[Function]}
@@ -1887,19 +1854,15 @@ Array [
1887
1854
  onResponderTerminationRequest={[Function]}
1888
1855
  onStartShouldSetResponder={[Function]}
1889
1856
  style={
1890
- Array [
1891
- Object {
1892
- "alignItems": "center",
1893
- "backgroundColor": "#d9d1df",
1894
- "borderRadius": 4,
1895
- "flexDirection": "row",
1896
- "opacity": 1,
1897
- "padding": 16,
1898
- },
1899
- Object {
1900
- "marginHorizontal": 12,
1901
- },
1902
- ]
1857
+ Object {
1858
+ "alignItems": "center",
1859
+ "backgroundColor": "#ece8ef",
1860
+ "borderRadius": 4,
1861
+ "flexDirection": "row",
1862
+ "marginHorizontal": 12,
1863
+ "opacity": 1,
1864
+ "padding": 16,
1865
+ }
1903
1866
  }
1904
1867
  >
1905
1868
  <View
@@ -1947,13 +1910,13 @@ Array [
1947
1910
  style={
1948
1911
  Array [
1949
1912
  Object {
1950
- "color": "#001f23",
1913
+ "color": "#401960",
1951
1914
  "fontSize": 20,
1952
1915
  },
1953
1916
  undefined,
1954
1917
  ]
1955
1918
  }
1956
- themeIntent="text"
1919
+ themeIntent="primary"
1957
1920
  themeSize="small"
1958
1921
  />
1959
1922
  </View>
@@ -2025,13 +1988,10 @@ Array [
2025
1988
  >
2026
1989
  <View>
2027
1990
  <View
2028
- accessibilityState={
2029
- Object {
2030
- "disabled": false,
2031
- }
2032
- }
2033
1991
  accessible={true}
1992
+ collapsable={false}
2034
1993
  focusable={true}
1994
+ nativeID="animatedComponent"
2035
1995
  onClick={[Function]}
2036
1996
  onResponderGrant={[Function]}
2037
1997
  onResponderMove={[Function]}
@@ -2040,19 +2000,15 @@ Array [
2040
2000
  onResponderTerminationRequest={[Function]}
2041
2001
  onStartShouldSetResponder={[Function]}
2042
2002
  style={
2043
- Array [
2044
- Object {
2045
- "alignItems": "center",
2046
- "backgroundColor": "#d9d1df",
2047
- "borderRadius": 4,
2048
- "flexDirection": "row",
2049
- "opacity": 1,
2050
- "padding": 16,
2051
- },
2052
- Object {
2053
- "marginHorizontal": 12,
2054
- },
2055
- ]
2003
+ Object {
2004
+ "alignItems": "center",
2005
+ "backgroundColor": "#ece8ef",
2006
+ "borderRadius": 4,
2007
+ "flexDirection": "row",
2008
+ "marginHorizontal": 12,
2009
+ "opacity": 1,
2010
+ "padding": 16,
2011
+ }
2056
2012
  }
2057
2013
  >
2058
2014
  <View
@@ -2100,13 +2056,13 @@ Array [
2100
2056
  style={
2101
2057
  Array [
2102
2058
  Object {
2103
- "color": "#001f23",
2059
+ "color": "#401960",
2104
2060
  "fontSize": 20,
2105
2061
  },
2106
2062
  undefined,
2107
2063
  ]
2108
2064
  }
2109
- themeIntent="text"
2065
+ themeIntent="primary"
2110
2066
  themeSize="small"
2111
2067
  />
2112
2068
  </View>
@@ -2178,13 +2134,10 @@ Array [
2178
2134
  >
2179
2135
  <View>
2180
2136
  <View
2181
- accessibilityState={
2182
- Object {
2183
- "disabled": false,
2184
- }
2185
- }
2186
2137
  accessible={true}
2138
+ collapsable={false}
2187
2139
  focusable={true}
2140
+ nativeID="animatedComponent"
2188
2141
  onClick={[Function]}
2189
2142
  onResponderGrant={[Function]}
2190
2143
  onResponderMove={[Function]}
@@ -2193,19 +2146,15 @@ Array [
2193
2146
  onResponderTerminationRequest={[Function]}
2194
2147
  onStartShouldSetResponder={[Function]}
2195
2148
  style={
2196
- Array [
2197
- Object {
2198
- "alignItems": "center",
2199
- "backgroundColor": "#ffffff",
2200
- "borderRadius": 4,
2201
- "flexDirection": "row",
2202
- "opacity": 1,
2203
- "padding": 16,
2204
- },
2205
- Object {
2206
- "marginHorizontal": 12,
2207
- },
2208
- ]
2149
+ Object {
2150
+ "alignItems": "center",
2151
+ "backgroundColor": "#ffffff",
2152
+ "borderRadius": 4,
2153
+ "flexDirection": "row",
2154
+ "marginHorizontal": 12,
2155
+ "opacity": 1,
2156
+ "padding": 16,
2157
+ }
2209
2158
  }
2210
2159
  >
2211
2160
  <View
@@ -2306,13 +2255,10 @@ Array [
2306
2255
  >
2307
2256
  <View>
2308
2257
  <View
2309
- accessibilityState={
2310
- Object {
2311
- "disabled": false,
2312
- }
2313
- }
2314
2258
  accessible={true}
2259
+ collapsable={false}
2315
2260
  focusable={true}
2261
+ nativeID="animatedComponent"
2316
2262
  onClick={[Function]}
2317
2263
  onResponderGrant={[Function]}
2318
2264
  onResponderMove={[Function]}
@@ -2321,19 +2267,15 @@ Array [
2321
2267
  onResponderTerminationRequest={[Function]}
2322
2268
  onStartShouldSetResponder={[Function]}
2323
2269
  style={
2324
- Array [
2325
- Object {
2326
- "alignItems": "center",
2327
- "backgroundColor": "#ffffff",
2328
- "borderRadius": 4,
2329
- "flexDirection": "row",
2330
- "opacity": 1,
2331
- "padding": 16,
2332
- },
2333
- Object {
2334
- "marginHorizontal": 12,
2335
- },
2336
- ]
2270
+ Object {
2271
+ "alignItems": "center",
2272
+ "backgroundColor": "#ffffff",
2273
+ "borderRadius": 4,
2274
+ "flexDirection": "row",
2275
+ "marginHorizontal": 12,
2276
+ "opacity": 1,
2277
+ "padding": 16,
2278
+ }
2337
2279
  }
2338
2280
  >
2339
2281
  <View
@@ -2434,13 +2376,10 @@ Array [
2434
2376
  >
2435
2377
  <View>
2436
2378
  <View
2437
- accessibilityState={
2438
- Object {
2439
- "disabled": false,
2440
- }
2441
- }
2442
2379
  accessible={true}
2380
+ collapsable={false}
2443
2381
  focusable={true}
2382
+ nativeID="animatedComponent"
2444
2383
  onClick={[Function]}
2445
2384
  onResponderGrant={[Function]}
2446
2385
  onResponderMove={[Function]}
@@ -2449,19 +2388,15 @@ Array [
2449
2388
  onResponderTerminationRequest={[Function]}
2450
2389
  onStartShouldSetResponder={[Function]}
2451
2390
  style={
2452
- Array [
2453
- Object {
2454
- "alignItems": "center",
2455
- "backgroundColor": "#ffffff",
2456
- "borderRadius": 4,
2457
- "flexDirection": "row",
2458
- "opacity": 1,
2459
- "padding": 16,
2460
- },
2461
- Object {
2462
- "marginHorizontal": 12,
2463
- },
2464
- ]
2391
+ Object {
2392
+ "alignItems": "center",
2393
+ "backgroundColor": "#ffffff",
2394
+ "borderRadius": 4,
2395
+ "flexDirection": "row",
2396
+ "marginHorizontal": 12,
2397
+ "opacity": 1,
2398
+ "padding": 16,
2399
+ }
2465
2400
  }
2466
2401
  >
2467
2402
  <View
@@ -2562,13 +2497,10 @@ Array [
2562
2497
  >
2563
2498
  <View>
2564
2499
  <View
2565
- accessibilityState={
2566
- Object {
2567
- "disabled": false,
2568
- }
2569
- }
2570
2500
  accessible={true}
2501
+ collapsable={false}
2571
2502
  focusable={true}
2503
+ nativeID="animatedComponent"
2572
2504
  onClick={[Function]}
2573
2505
  onResponderGrant={[Function]}
2574
2506
  onResponderMove={[Function]}
@@ -2577,19 +2509,15 @@ Array [
2577
2509
  onResponderTerminationRequest={[Function]}
2578
2510
  onStartShouldSetResponder={[Function]}
2579
2511
  style={
2580
- Array [
2581
- Object {
2582
- "alignItems": "center",
2583
- "backgroundColor": "#ffffff",
2584
- "borderRadius": 4,
2585
- "flexDirection": "row",
2586
- "opacity": 1,
2587
- "padding": 16,
2588
- },
2589
- Object {
2590
- "marginHorizontal": 12,
2591
- },
2592
- ]
2512
+ Object {
2513
+ "alignItems": "center",
2514
+ "backgroundColor": "#ffffff",
2515
+ "borderRadius": 4,
2516
+ "flexDirection": "row",
2517
+ "marginHorizontal": 12,
2518
+ "opacity": 1,
2519
+ "padding": 16,
2520
+ }
2593
2521
  }
2594
2522
  >
2595
2523
  <View
@@ -2691,13 +2619,10 @@ Array [
2691
2619
  >
2692
2620
  <View>
2693
2621
  <View
2694
- accessibilityState={
2695
- Object {
2696
- "disabled": true,
2697
- }
2698
- }
2699
2622
  accessible={true}
2623
+ collapsable={false}
2700
2624
  focusable={true}
2625
+ nativeID="animatedComponent"
2701
2626
  onClick={[Function]}
2702
2627
  onResponderGrant={[Function]}
2703
2628
  onResponderMove={[Function]}
@@ -2706,19 +2631,15 @@ Array [
2706
2631
  onResponderTerminationRequest={[Function]}
2707
2632
  onStartShouldSetResponder={[Function]}
2708
2633
  style={
2709
- Array [
2710
- Object {
2711
- "alignItems": "center",
2712
- "backgroundColor": "#ffffff",
2713
- "borderRadius": 4,
2714
- "flexDirection": "row",
2715
- "opacity": 0.38,
2716
- "padding": 16,
2717
- },
2718
- Object {
2719
- "marginHorizontal": 12,
2720
- },
2721
- ]
2634
+ Object {
2635
+ "alignItems": "center",
2636
+ "backgroundColor": "#ffffff",
2637
+ "borderRadius": 4,
2638
+ "flexDirection": "row",
2639
+ "marginHorizontal": 12,
2640
+ "opacity": 0.38,
2641
+ "padding": 16,
2642
+ }
2722
2643
  }
2723
2644
  >
2724
2645
  <View
@@ -2872,7 +2793,7 @@ Array [
2872
2793
  },
2873
2794
  Array [
2874
2795
  Object {
2875
- "color": "#401960",
2796
+ "color": "#795e90",
2876
2797
  },
2877
2798
  undefined,
2878
2799
  ],
@@ -2958,6 +2879,7 @@ Array [
2958
2879
  undefined,
2959
2880
  ]
2960
2881
  }
2882
+ themeFocused={false}
2961
2883
  themeVariant="filled"
2962
2884
  />
2963
2885
  <View
@@ -3037,6 +2959,7 @@ Array [
3037
2959
  "flexGrow": 2,
3038
2960
  "fontSize": 14,
3039
2961
  "marginHorizontal": 8,
2962
+ "paddingVertical": 0,
3040
2963
  "textAlignVertical": "center",
3041
2964
  },
3042
2965
  Object {
@@ -3112,31 +3035,6 @@ Array [
3112
3035
  ]
3113
3036
  }
3114
3037
  >
3115
- <View
3116
- accessible={true}
3117
- collapsable={false}
3118
- focusable={true}
3119
- onBlur={[Function]}
3120
- onClick={[Function]}
3121
- onFocus={[Function]}
3122
- onResponderGrant={[Function]}
3123
- onResponderMove={[Function]}
3124
- onResponderRelease={[Function]}
3125
- onResponderTerminate={[Function]}
3126
- onResponderTerminationRequest={[Function]}
3127
- onStartShouldSetResponder={[Function]}
3128
- style={
3129
- Object {
3130
- "backgroundColor": "#001f23",
3131
- "bottom": 0,
3132
- "left": 0,
3133
- "opacity": 0.48,
3134
- "position": "absolute",
3135
- "right": 0,
3136
- "top": 0,
3137
- }
3138
- }
3139
- />
3140
3038
  <View
3141
3039
  onLayout={[Function]}
3142
3040
  style={
@@ -3154,6 +3052,31 @@ Array [
3154
3052
  ]
3155
3053
  }
3156
3054
  >
3055
+ <View
3056
+ accessible={true}
3057
+ collapsable={false}
3058
+ focusable={true}
3059
+ onBlur={[Function]}
3060
+ onClick={[Function]}
3061
+ onFocus={[Function]}
3062
+ onResponderGrant={[Function]}
3063
+ onResponderMove={[Function]}
3064
+ onResponderRelease={[Function]}
3065
+ onResponderTerminate={[Function]}
3066
+ onResponderTerminationRequest={[Function]}
3067
+ onStartShouldSetResponder={[Function]}
3068
+ style={
3069
+ Object {
3070
+ "backgroundColor": "#001f23",
3071
+ "bottom": 0,
3072
+ "left": 0,
3073
+ "opacity": 0.48,
3074
+ "position": "absolute",
3075
+ "right": 0,
3076
+ "top": 0,
3077
+ }
3078
+ }
3079
+ />
3157
3080
  <RCTSafeAreaView
3158
3081
  emulateUnlessSupported={true}
3159
3082
  style={
@@ -3338,7 +3261,6 @@ Array [
3338
3261
  onScroll={[Function]}
3339
3262
  onScrollBeginDrag={[Function]}
3340
3263
  onScrollEndDrag={[Function]}
3341
- onScrollToIndexFailed={[Function]}
3342
3264
  renderItem={[Function]}
3343
3265
  scrollEventThrottle={50}
3344
3266
  stickyHeaderIndices={
@@ -3412,11 +3334,6 @@ Array [
3412
3334
  }
3413
3335
  />
3414
3336
  <View
3415
- accessibilityState={
3416
- Object {
3417
- "disabled": false,
3418
- }
3419
- }
3420
3337
  accessible={true}
3421
3338
  focusable={true}
3422
3339
  onClick={[Function]}
@@ -3427,19 +3344,15 @@ Array [
3427
3344
  onResponderTerminationRequest={[Function]}
3428
3345
  onStartShouldSetResponder={[Function]}
3429
3346
  style={
3430
- Array [
3431
- Object {
3432
- "alignItems": "center",
3433
- "backgroundColor": "#d9d1df",
3434
- "borderRadius": 4,
3435
- "flexDirection": "row",
3436
- "opacity": 1,
3437
- "padding": 16,
3438
- },
3439
- Object {
3440
- "marginHorizontal": 12,
3441
- },
3442
- ]
3347
+ Object {
3348
+ "alignItems": "center",
3349
+ "backgroundColor": "#ece8ef",
3350
+ "borderRadius": 4,
3351
+ "flexDirection": "row",
3352
+ "marginHorizontal": 12,
3353
+ "opacity": 1,
3354
+ "padding": 16,
3355
+ }
3443
3356
  }
3444
3357
  >
3445
3358
  <View
@@ -3487,13 +3400,13 @@ Array [
3487
3400
  style={
3488
3401
  Array [
3489
3402
  Object {
3490
- "color": "#001f23",
3403
+ "color": "#401960",
3491
3404
  "fontSize": 20,
3492
3405
  },
3493
3406
  undefined,
3494
3407
  ]
3495
3408
  }
3496
- themeIntent="text"
3409
+ themeIntent="primary"
3497
3410
  themeSize="small"
3498
3411
  />
3499
3412
  </View>
@@ -3565,11 +3478,6 @@ Array [
3565
3478
  >
3566
3479
  <View>
3567
3480
  <View
3568
- accessibilityState={
3569
- Object {
3570
- "disabled": false,
3571
- }
3572
- }
3573
3481
  accessible={true}
3574
3482
  focusable={true}
3575
3483
  onClick={[Function]}
@@ -3580,19 +3488,15 @@ Array [
3580
3488
  onResponderTerminationRequest={[Function]}
3581
3489
  onStartShouldSetResponder={[Function]}
3582
3490
  style={
3583
- Array [
3584
- Object {
3585
- "alignItems": "center",
3586
- "backgroundColor": "#d9d1df",
3587
- "borderRadius": 4,
3588
- "flexDirection": "row",
3589
- "opacity": 1,
3590
- "padding": 16,
3591
- },
3592
- Object {
3593
- "marginHorizontal": 12,
3594
- },
3595
- ]
3491
+ Object {
3492
+ "alignItems": "center",
3493
+ "backgroundColor": "#ece8ef",
3494
+ "borderRadius": 4,
3495
+ "flexDirection": "row",
3496
+ "marginHorizontal": 12,
3497
+ "opacity": 1,
3498
+ "padding": 16,
3499
+ }
3596
3500
  }
3597
3501
  >
3598
3502
  <View
@@ -3640,13 +3544,13 @@ Array [
3640
3544
  style={
3641
3545
  Array [
3642
3546
  Object {
3643
- "color": "#001f23",
3547
+ "color": "#401960",
3644
3548
  "fontSize": 20,
3645
3549
  },
3646
3550
  undefined,
3647
3551
  ]
3648
3552
  }
3649
- themeIntent="text"
3553
+ themeIntent="primary"
3650
3554
  themeSize="small"
3651
3555
  />
3652
3556
  </View>
@@ -3718,11 +3622,6 @@ Array [
3718
3622
  >
3719
3623
  <View>
3720
3624
  <View
3721
- accessibilityState={
3722
- Object {
3723
- "disabled": false,
3724
- }
3725
- }
3726
3625
  accessible={true}
3727
3626
  focusable={true}
3728
3627
  onClick={[Function]}
@@ -3733,19 +3632,15 @@ Array [
3733
3632
  onResponderTerminationRequest={[Function]}
3734
3633
  onStartShouldSetResponder={[Function]}
3735
3634
  style={
3736
- Array [
3737
- Object {
3738
- "alignItems": "center",
3739
- "backgroundColor": "#ffffff",
3740
- "borderRadius": 4,
3741
- "flexDirection": "row",
3742
- "opacity": 1,
3743
- "padding": 16,
3744
- },
3745
- Object {
3746
- "marginHorizontal": 12,
3747
- },
3748
- ]
3635
+ Object {
3636
+ "alignItems": "center",
3637
+ "backgroundColor": "#ffffff",
3638
+ "borderRadius": 4,
3639
+ "flexDirection": "row",
3640
+ "marginHorizontal": 12,
3641
+ "opacity": 1,
3642
+ "padding": 16,
3643
+ }
3749
3644
  }
3750
3645
  >
3751
3646
  <View
@@ -3846,11 +3741,6 @@ Array [
3846
3741
  >
3847
3742
  <View>
3848
3743
  <View
3849
- accessibilityState={
3850
- Object {
3851
- "disabled": false,
3852
- }
3853
- }
3854
3744
  accessible={true}
3855
3745
  focusable={true}
3856
3746
  onClick={[Function]}
@@ -3861,19 +3751,15 @@ Array [
3861
3751
  onResponderTerminationRequest={[Function]}
3862
3752
  onStartShouldSetResponder={[Function]}
3863
3753
  style={
3864
- Array [
3865
- Object {
3866
- "alignItems": "center",
3867
- "backgroundColor": "#ffffff",
3868
- "borderRadius": 4,
3869
- "flexDirection": "row",
3870
- "opacity": 1,
3871
- "padding": 16,
3872
- },
3873
- Object {
3874
- "marginHorizontal": 12,
3875
- },
3876
- ]
3754
+ Object {
3755
+ "alignItems": "center",
3756
+ "backgroundColor": "#ffffff",
3757
+ "borderRadius": 4,
3758
+ "flexDirection": "row",
3759
+ "marginHorizontal": 12,
3760
+ "opacity": 1,
3761
+ "padding": 16,
3762
+ }
3877
3763
  }
3878
3764
  >
3879
3765
  <View
@@ -3974,11 +3860,6 @@ Array [
3974
3860
  >
3975
3861
  <View>
3976
3862
  <View
3977
- accessibilityState={
3978
- Object {
3979
- "disabled": false,
3980
- }
3981
- }
3982
3863
  accessible={true}
3983
3864
  focusable={true}
3984
3865
  onClick={[Function]}
@@ -3989,19 +3870,15 @@ Array [
3989
3870
  onResponderTerminationRequest={[Function]}
3990
3871
  onStartShouldSetResponder={[Function]}
3991
3872
  style={
3992
- Array [
3993
- Object {
3994
- "alignItems": "center",
3995
- "backgroundColor": "#ffffff",
3996
- "borderRadius": 4,
3997
- "flexDirection": "row",
3998
- "opacity": 1,
3999
- "padding": 16,
4000
- },
4001
- Object {
4002
- "marginHorizontal": 12,
4003
- },
4004
- ]
3873
+ Object {
3874
+ "alignItems": "center",
3875
+ "backgroundColor": "#ffffff",
3876
+ "borderRadius": 4,
3877
+ "flexDirection": "row",
3878
+ "marginHorizontal": 12,
3879
+ "opacity": 1,
3880
+ "padding": 16,
3881
+ }
4005
3882
  }
4006
3883
  >
4007
3884
  <View
@@ -4102,11 +3979,6 @@ Array [
4102
3979
  >
4103
3980
  <View>
4104
3981
  <View
4105
- accessibilityState={
4106
- Object {
4107
- "disabled": false,
4108
- }
4109
- }
4110
3982
  accessible={true}
4111
3983
  focusable={true}
4112
3984
  onClick={[Function]}
@@ -4117,19 +3989,15 @@ Array [
4117
3989
  onResponderTerminationRequest={[Function]}
4118
3990
  onStartShouldSetResponder={[Function]}
4119
3991
  style={
4120
- Array [
4121
- Object {
4122
- "alignItems": "center",
4123
- "backgroundColor": "#ffffff",
4124
- "borderRadius": 4,
4125
- "flexDirection": "row",
4126
- "opacity": 1,
4127
- "padding": 16,
4128
- },
4129
- Object {
4130
- "marginHorizontal": 12,
4131
- },
4132
- ]
3992
+ Object {
3993
+ "alignItems": "center",
3994
+ "backgroundColor": "#ffffff",
3995
+ "borderRadius": 4,
3996
+ "flexDirection": "row",
3997
+ "marginHorizontal": 12,
3998
+ "opacity": 1,
3999
+ "padding": 16,
4000
+ }
4133
4001
  }
4134
4002
  >
4135
4003
  <View
@@ -4231,11 +4099,6 @@ Array [
4231
4099
  >
4232
4100
  <View>
4233
4101
  <View
4234
- accessibilityState={
4235
- Object {
4236
- "disabled": true,
4237
- }
4238
- }
4239
4102
  accessible={true}
4240
4103
  focusable={true}
4241
4104
  onClick={[Function]}
@@ -4246,19 +4109,15 @@ Array [
4246
4109
  onResponderTerminationRequest={[Function]}
4247
4110
  onStartShouldSetResponder={[Function]}
4248
4111
  style={
4249
- Array [
4250
- Object {
4251
- "alignItems": "center",
4252
- "backgroundColor": "#ffffff",
4253
- "borderRadius": 4,
4254
- "flexDirection": "row",
4255
- "opacity": 0.38,
4256
- "padding": 16,
4257
- },
4258
- Object {
4259
- "marginHorizontal": 12,
4260
- },
4261
- ]
4112
+ Object {
4113
+ "alignItems": "center",
4114
+ "backgroundColor": "#ffffff",
4115
+ "borderRadius": 4,
4116
+ "flexDirection": "row",
4117
+ "marginHorizontal": 12,
4118
+ "opacity": 0.38,
4119
+ "padding": 16,
4120
+ }
4262
4121
  }
4263
4122
  >
4264
4123
  <View
@@ -4410,7 +4269,7 @@ Array [
4410
4269
  },
4411
4270
  Array [
4412
4271
  Object {
4413
- "color": "#401960",
4272
+ "color": "#795e90",
4414
4273
  },
4415
4274
  undefined,
4416
4275
  ],
@@ -4498,6 +4357,7 @@ Array [
4498
4357
  undefined,
4499
4358
  ]
4500
4359
  }
4360
+ themeFocused={false}
4501
4361
  themeVariant="readonly"
4502
4362
  />
4503
4363
  <View
@@ -4529,7 +4389,7 @@ Array [
4529
4389
  },
4530
4390
  Array [
4531
4391
  Object {
4532
- "color": "#bfc1c5",
4392
+ "color": "#808f91",
4533
4393
  },
4534
4394
  undefined,
4535
4395
  ],
@@ -4577,6 +4437,7 @@ Array [
4577
4437
  "flexGrow": 2,
4578
4438
  "fontSize": 14,
4579
4439
  "marginHorizontal": 8,
4440
+ "paddingVertical": 0,
4580
4441
  "textAlignVertical": "center",
4581
4442
  },
4582
4443
  Object {
@@ -4666,32 +4527,6 @@ Array [
4666
4527
  ]
4667
4528
  }
4668
4529
  >
4669
- <View
4670
- accessible={true}
4671
- collapsable={false}
4672
- focusable={true}
4673
- nativeID="animatedComponent"
4674
- onBlur={[Function]}
4675
- onClick={[Function]}
4676
- onFocus={[Function]}
4677
- onResponderGrant={[Function]}
4678
- onResponderMove={[Function]}
4679
- onResponderRelease={[Function]}
4680
- onResponderTerminate={[Function]}
4681
- onResponderTerminationRequest={[Function]}
4682
- onStartShouldSetResponder={[Function]}
4683
- style={
4684
- Object {
4685
- "backgroundColor": "#001f23",
4686
- "bottom": 0,
4687
- "left": 0,
4688
- "opacity": 0.48,
4689
- "position": "absolute",
4690
- "right": 0,
4691
- "top": 0,
4692
- }
4693
- }
4694
- />
4695
4530
  <View
4696
4531
  onLayout={[Function]}
4697
4532
  style={
@@ -4709,6 +4544,32 @@ Array [
4709
4544
  ]
4710
4545
  }
4711
4546
  >
4547
+ <View
4548
+ accessible={true}
4549
+ collapsable={false}
4550
+ focusable={true}
4551
+ nativeID="animatedComponent"
4552
+ onBlur={[Function]}
4553
+ onClick={[Function]}
4554
+ onFocus={[Function]}
4555
+ onResponderGrant={[Function]}
4556
+ onResponderMove={[Function]}
4557
+ onResponderRelease={[Function]}
4558
+ onResponderTerminate={[Function]}
4559
+ onResponderTerminationRequest={[Function]}
4560
+ onStartShouldSetResponder={[Function]}
4561
+ style={
4562
+ Object {
4563
+ "backgroundColor": "#001f23",
4564
+ "bottom": 0,
4565
+ "left": 0,
4566
+ "opacity": 0.48,
4567
+ "position": "absolute",
4568
+ "right": 0,
4569
+ "top": 0,
4570
+ }
4571
+ }
4572
+ />
4712
4573
  <RCTSafeAreaView
4713
4574
  collapsable={false}
4714
4575
  emulateUnlessSupported={true}
@@ -4897,7 +4758,6 @@ Array [
4897
4758
  onScroll={[Function]}
4898
4759
  onScrollBeginDrag={[Function]}
4899
4760
  onScrollEndDrag={[Function]}
4900
- onScrollToIndexFailed={[Function]}
4901
4761
  renderItem={[Function]}
4902
4762
  scrollEventThrottle={50}
4903
4763
  stickyHeaderIndices={
@@ -4971,13 +4831,10 @@ Array [
4971
4831
  }
4972
4832
  />
4973
4833
  <View
4974
- accessibilityState={
4975
- Object {
4976
- "disabled": false,
4977
- }
4978
- }
4979
4834
  accessible={true}
4835
+ collapsable={false}
4980
4836
  focusable={true}
4837
+ nativeID="animatedComponent"
4981
4838
  onClick={[Function]}
4982
4839
  onResponderGrant={[Function]}
4983
4840
  onResponderMove={[Function]}
@@ -4986,19 +4843,15 @@ Array [
4986
4843
  onResponderTerminationRequest={[Function]}
4987
4844
  onStartShouldSetResponder={[Function]}
4988
4845
  style={
4989
- Array [
4990
- Object {
4991
- "alignItems": "center",
4992
- "backgroundColor": "#d9d1df",
4993
- "borderRadius": 4,
4994
- "flexDirection": "row",
4995
- "opacity": 1,
4996
- "padding": 16,
4997
- },
4998
- Object {
4999
- "marginHorizontal": 12,
5000
- },
5001
- ]
4846
+ Object {
4847
+ "alignItems": "center",
4848
+ "backgroundColor": "#ece8ef",
4849
+ "borderRadius": 4,
4850
+ "flexDirection": "row",
4851
+ "marginHorizontal": 12,
4852
+ "opacity": 1,
4853
+ "padding": 16,
4854
+ }
5002
4855
  }
5003
4856
  >
5004
4857
  <View
@@ -5046,13 +4899,13 @@ Array [
5046
4899
  style={
5047
4900
  Array [
5048
4901
  Object {
5049
- "color": "#001f23",
4902
+ "color": "#401960",
5050
4903
  "fontSize": 20,
5051
4904
  },
5052
4905
  undefined,
5053
4906
  ]
5054
4907
  }
5055
- themeIntent="text"
4908
+ themeIntent="primary"
5056
4909
  themeSize="small"
5057
4910
  />
5058
4911
  </View>
@@ -5124,13 +4977,10 @@ Array [
5124
4977
  >
5125
4978
  <View>
5126
4979
  <View
5127
- accessibilityState={
5128
- Object {
5129
- "disabled": false,
5130
- }
5131
- }
5132
4980
  accessible={true}
4981
+ collapsable={false}
5133
4982
  focusable={true}
4983
+ nativeID="animatedComponent"
5134
4984
  onClick={[Function]}
5135
4985
  onResponderGrant={[Function]}
5136
4986
  onResponderMove={[Function]}
@@ -5139,19 +4989,15 @@ Array [
5139
4989
  onResponderTerminationRequest={[Function]}
5140
4990
  onStartShouldSetResponder={[Function]}
5141
4991
  style={
5142
- Array [
5143
- Object {
5144
- "alignItems": "center",
5145
- "backgroundColor": "#d9d1df",
5146
- "borderRadius": 4,
5147
- "flexDirection": "row",
5148
- "opacity": 1,
5149
- "padding": 16,
5150
- },
5151
- Object {
5152
- "marginHorizontal": 12,
5153
- },
5154
- ]
4992
+ Object {
4993
+ "alignItems": "center",
4994
+ "backgroundColor": "#ece8ef",
4995
+ "borderRadius": 4,
4996
+ "flexDirection": "row",
4997
+ "marginHorizontal": 12,
4998
+ "opacity": 1,
4999
+ "padding": 16,
5000
+ }
5155
5001
  }
5156
5002
  >
5157
5003
  <View
@@ -5199,13 +5045,13 @@ Array [
5199
5045
  style={
5200
5046
  Array [
5201
5047
  Object {
5202
- "color": "#001f23",
5048
+ "color": "#401960",
5203
5049
  "fontSize": 20,
5204
5050
  },
5205
5051
  undefined,
5206
5052
  ]
5207
5053
  }
5208
- themeIntent="text"
5054
+ themeIntent="primary"
5209
5055
  themeSize="small"
5210
5056
  />
5211
5057
  </View>
@@ -5277,13 +5123,10 @@ Array [
5277
5123
  >
5278
5124
  <View>
5279
5125
  <View
5280
- accessibilityState={
5281
- Object {
5282
- "disabled": false,
5283
- }
5284
- }
5285
5126
  accessible={true}
5127
+ collapsable={false}
5286
5128
  focusable={true}
5129
+ nativeID="animatedComponent"
5287
5130
  onClick={[Function]}
5288
5131
  onResponderGrant={[Function]}
5289
5132
  onResponderMove={[Function]}
@@ -5292,19 +5135,15 @@ Array [
5292
5135
  onResponderTerminationRequest={[Function]}
5293
5136
  onStartShouldSetResponder={[Function]}
5294
5137
  style={
5295
- Array [
5296
- Object {
5297
- "alignItems": "center",
5298
- "backgroundColor": "#ffffff",
5299
- "borderRadius": 4,
5300
- "flexDirection": "row",
5301
- "opacity": 1,
5302
- "padding": 16,
5303
- },
5304
- Object {
5305
- "marginHorizontal": 12,
5306
- },
5307
- ]
5138
+ Object {
5139
+ "alignItems": "center",
5140
+ "backgroundColor": "#ffffff",
5141
+ "borderRadius": 4,
5142
+ "flexDirection": "row",
5143
+ "marginHorizontal": 12,
5144
+ "opacity": 1,
5145
+ "padding": 16,
5146
+ }
5308
5147
  }
5309
5148
  >
5310
5149
  <View
@@ -5405,13 +5244,10 @@ Array [
5405
5244
  >
5406
5245
  <View>
5407
5246
  <View
5408
- accessibilityState={
5409
- Object {
5410
- "disabled": false,
5411
- }
5412
- }
5413
5247
  accessible={true}
5248
+ collapsable={false}
5414
5249
  focusable={true}
5250
+ nativeID="animatedComponent"
5415
5251
  onClick={[Function]}
5416
5252
  onResponderGrant={[Function]}
5417
5253
  onResponderMove={[Function]}
@@ -5420,19 +5256,15 @@ Array [
5420
5256
  onResponderTerminationRequest={[Function]}
5421
5257
  onStartShouldSetResponder={[Function]}
5422
5258
  style={
5423
- Array [
5424
- Object {
5425
- "alignItems": "center",
5426
- "backgroundColor": "#ffffff",
5427
- "borderRadius": 4,
5428
- "flexDirection": "row",
5429
- "opacity": 1,
5430
- "padding": 16,
5431
- },
5432
- Object {
5433
- "marginHorizontal": 12,
5434
- },
5435
- ]
5259
+ Object {
5260
+ "alignItems": "center",
5261
+ "backgroundColor": "#ffffff",
5262
+ "borderRadius": 4,
5263
+ "flexDirection": "row",
5264
+ "marginHorizontal": 12,
5265
+ "opacity": 1,
5266
+ "padding": 16,
5267
+ }
5436
5268
  }
5437
5269
  >
5438
5270
  <View
@@ -5533,13 +5365,10 @@ Array [
5533
5365
  >
5534
5366
  <View>
5535
5367
  <View
5536
- accessibilityState={
5537
- Object {
5538
- "disabled": false,
5539
- }
5540
- }
5541
5368
  accessible={true}
5369
+ collapsable={false}
5542
5370
  focusable={true}
5371
+ nativeID="animatedComponent"
5543
5372
  onClick={[Function]}
5544
5373
  onResponderGrant={[Function]}
5545
5374
  onResponderMove={[Function]}
@@ -5548,19 +5377,15 @@ Array [
5548
5377
  onResponderTerminationRequest={[Function]}
5549
5378
  onStartShouldSetResponder={[Function]}
5550
5379
  style={
5551
- Array [
5552
- Object {
5553
- "alignItems": "center",
5554
- "backgroundColor": "#ffffff",
5555
- "borderRadius": 4,
5556
- "flexDirection": "row",
5557
- "opacity": 1,
5558
- "padding": 16,
5559
- },
5560
- Object {
5561
- "marginHorizontal": 12,
5562
- },
5563
- ]
5380
+ Object {
5381
+ "alignItems": "center",
5382
+ "backgroundColor": "#ffffff",
5383
+ "borderRadius": 4,
5384
+ "flexDirection": "row",
5385
+ "marginHorizontal": 12,
5386
+ "opacity": 1,
5387
+ "padding": 16,
5388
+ }
5564
5389
  }
5565
5390
  >
5566
5391
  <View
@@ -5661,13 +5486,10 @@ Array [
5661
5486
  >
5662
5487
  <View>
5663
5488
  <View
5664
- accessibilityState={
5665
- Object {
5666
- "disabled": false,
5667
- }
5668
- }
5669
5489
  accessible={true}
5490
+ collapsable={false}
5670
5491
  focusable={true}
5492
+ nativeID="animatedComponent"
5671
5493
  onClick={[Function]}
5672
5494
  onResponderGrant={[Function]}
5673
5495
  onResponderMove={[Function]}
@@ -5676,19 +5498,15 @@ Array [
5676
5498
  onResponderTerminationRequest={[Function]}
5677
5499
  onStartShouldSetResponder={[Function]}
5678
5500
  style={
5679
- Array [
5680
- Object {
5681
- "alignItems": "center",
5682
- "backgroundColor": "#ffffff",
5683
- "borderRadius": 4,
5684
- "flexDirection": "row",
5685
- "opacity": 1,
5686
- "padding": 16,
5687
- },
5688
- Object {
5689
- "marginHorizontal": 12,
5690
- },
5691
- ]
5501
+ Object {
5502
+ "alignItems": "center",
5503
+ "backgroundColor": "#ffffff",
5504
+ "borderRadius": 4,
5505
+ "flexDirection": "row",
5506
+ "marginHorizontal": 12,
5507
+ "opacity": 1,
5508
+ "padding": 16,
5509
+ }
5692
5510
  }
5693
5511
  >
5694
5512
  <View
@@ -5790,13 +5608,10 @@ Array [
5790
5608
  >
5791
5609
  <View>
5792
5610
  <View
5793
- accessibilityState={
5794
- Object {
5795
- "disabled": true,
5796
- }
5797
- }
5798
5611
  accessible={true}
5612
+ collapsable={false}
5799
5613
  focusable={true}
5614
+ nativeID="animatedComponent"
5800
5615
  onClick={[Function]}
5801
5616
  onResponderGrant={[Function]}
5802
5617
  onResponderMove={[Function]}
@@ -5805,19 +5620,15 @@ Array [
5805
5620
  onResponderTerminationRequest={[Function]}
5806
5621
  onStartShouldSetResponder={[Function]}
5807
5622
  style={
5808
- Array [
5809
- Object {
5810
- "alignItems": "center",
5811
- "backgroundColor": "#ffffff",
5812
- "borderRadius": 4,
5813
- "flexDirection": "row",
5814
- "opacity": 0.38,
5815
- "padding": 16,
5816
- },
5817
- Object {
5818
- "marginHorizontal": 12,
5819
- },
5820
- ]
5623
+ Object {
5624
+ "alignItems": "center",
5625
+ "backgroundColor": "#ffffff",
5626
+ "borderRadius": 4,
5627
+ "flexDirection": "row",
5628
+ "marginHorizontal": 12,
5629
+ "opacity": 0.38,
5630
+ "padding": 16,
5631
+ }
5821
5632
  }
5822
5633
  >
5823
5634
  <View
@@ -5971,7 +5782,7 @@ Array [
5971
5782
  },
5972
5783
  Array [
5973
5784
  Object {
5974
- "color": "#401960",
5785
+ "color": "#795e90",
5975
5786
  },
5976
5787
  undefined,
5977
5788
  ],
@@ -6057,6 +5868,7 @@ Array [
6057
5868
  undefined,
6058
5869
  ]
6059
5870
  }
5871
+ themeFocused={false}
6060
5872
  themeVariant="filled"
6061
5873
  />
6062
5874
  <View
@@ -6136,6 +5948,7 @@ Array [
6136
5948
  "flexGrow": 2,
6137
5949
  "fontSize": 14,
6138
5950
  "marginHorizontal": 8,
5951
+ "paddingVertical": 0,
6139
5952
  "textAlignVertical": "center",
6140
5953
  },
6141
5954
  Object {
@@ -6211,31 +6024,6 @@ Array [
6211
6024
  ]
6212
6025
  }
6213
6026
  >
6214
- <View
6215
- accessible={true}
6216
- collapsable={false}
6217
- focusable={true}
6218
- onBlur={[Function]}
6219
- onClick={[Function]}
6220
- onFocus={[Function]}
6221
- onResponderGrant={[Function]}
6222
- onResponderMove={[Function]}
6223
- onResponderRelease={[Function]}
6224
- onResponderTerminate={[Function]}
6225
- onResponderTerminationRequest={[Function]}
6226
- onStartShouldSetResponder={[Function]}
6227
- style={
6228
- Object {
6229
- "backgroundColor": "#001f23",
6230
- "bottom": 0,
6231
- "left": 0,
6232
- "opacity": 0.48,
6233
- "position": "absolute",
6234
- "right": 0,
6235
- "top": 0,
6236
- }
6237
- }
6238
- />
6239
6027
  <View
6240
6028
  onLayout={[Function]}
6241
6029
  style={
@@ -6253,6 +6041,31 @@ Array [
6253
6041
  ]
6254
6042
  }
6255
6043
  >
6044
+ <View
6045
+ accessible={true}
6046
+ collapsable={false}
6047
+ focusable={true}
6048
+ onBlur={[Function]}
6049
+ onClick={[Function]}
6050
+ onFocus={[Function]}
6051
+ onResponderGrant={[Function]}
6052
+ onResponderMove={[Function]}
6053
+ onResponderRelease={[Function]}
6054
+ onResponderTerminate={[Function]}
6055
+ onResponderTerminationRequest={[Function]}
6056
+ onStartShouldSetResponder={[Function]}
6057
+ style={
6058
+ Object {
6059
+ "backgroundColor": "#001f23",
6060
+ "bottom": 0,
6061
+ "left": 0,
6062
+ "opacity": 0.48,
6063
+ "position": "absolute",
6064
+ "right": 0,
6065
+ "top": 0,
6066
+ }
6067
+ }
6068
+ />
6256
6069
  <RCTSafeAreaView
6257
6070
  emulateUnlessSupported={true}
6258
6071
  style={
@@ -6425,7 +6238,6 @@ Array [
6425
6238
  onScroll={[Function]}
6426
6239
  onScrollBeginDrag={[Function]}
6427
6240
  onScrollEndDrag={[Function]}
6428
- onScrollToIndexFailed={[Function]}
6429
6241
  renderItem={[Function]}
6430
6242
  scrollEventThrottle={50}
6431
6243
  stickyHeaderIndices={
@@ -6552,11 +6364,6 @@ Array [
6552
6364
  }
6553
6365
  />
6554
6366
  <View
6555
- accessibilityState={
6556
- Object {
6557
- "disabled": false,
6558
- }
6559
- }
6560
6367
  accessible={true}
6561
6368
  focusable={true}
6562
6369
  onClick={[Function]}
@@ -6567,19 +6374,15 @@ Array [
6567
6374
  onResponderTerminationRequest={[Function]}
6568
6375
  onStartShouldSetResponder={[Function]}
6569
6376
  style={
6570
- Array [
6571
- Object {
6572
- "alignItems": "center",
6573
- "backgroundColor": "#ffffff",
6574
- "borderRadius": 4,
6575
- "flexDirection": "row",
6576
- "opacity": 1,
6577
- "padding": 16,
6578
- },
6579
- Object {
6580
- "marginHorizontal": 12,
6581
- },
6582
- ]
6377
+ Object {
6378
+ "alignItems": "center",
6379
+ "backgroundColor": "#ffffff",
6380
+ "borderRadius": 4,
6381
+ "flexDirection": "row",
6382
+ "marginHorizontal": 12,
6383
+ "opacity": 1,
6384
+ "padding": 16,
6385
+ }
6583
6386
  }
6584
6387
  >
6585
6388
  <View
@@ -6777,11 +6580,6 @@ Array [
6777
6580
  }
6778
6581
  />
6779
6582
  <View
6780
- accessibilityState={
6781
- Object {
6782
- "disabled": false,
6783
- }
6784
- }
6785
6583
  accessible={true}
6786
6584
  focusable={true}
6787
6585
  onClick={[Function]}
@@ -6792,19 +6590,15 @@ Array [
6792
6590
  onResponderTerminationRequest={[Function]}
6793
6591
  onStartShouldSetResponder={[Function]}
6794
6592
  style={
6795
- Array [
6796
- Object {
6797
- "alignItems": "center",
6798
- "backgroundColor": "#d9d1df",
6799
- "borderRadius": 4,
6800
- "flexDirection": "row",
6801
- "opacity": 1,
6802
- "padding": 16,
6803
- },
6804
- Object {
6805
- "marginHorizontal": 12,
6806
- },
6807
- ]
6593
+ Object {
6594
+ "alignItems": "center",
6595
+ "backgroundColor": "#ece8ef",
6596
+ "borderRadius": 4,
6597
+ "flexDirection": "row",
6598
+ "marginHorizontal": 12,
6599
+ "opacity": 1,
6600
+ "padding": 16,
6601
+ }
6808
6602
  }
6809
6603
  >
6810
6604
  <View
@@ -6852,13 +6646,13 @@ Array [
6852
6646
  style={
6853
6647
  Array [
6854
6648
  Object {
6855
- "color": "#001f23",
6649
+ "color": "#401960",
6856
6650
  "fontSize": 20,
6857
6651
  },
6858
6652
  undefined,
6859
6653
  ]
6860
6654
  }
6861
- themeIntent="text"
6655
+ themeIntent="primary"
6862
6656
  themeSize="small"
6863
6657
  />
6864
6658
  </View>
@@ -6920,11 +6714,6 @@ Array [
6920
6714
  >
6921
6715
  <View>
6922
6716
  <View
6923
- accessibilityState={
6924
- Object {
6925
- "disabled": false,
6926
- }
6927
- }
6928
6717
  accessible={true}
6929
6718
  focusable={true}
6930
6719
  onClick={[Function]}
@@ -6935,19 +6724,15 @@ Array [
6935
6724
  onResponderTerminationRequest={[Function]}
6936
6725
  onStartShouldSetResponder={[Function]}
6937
6726
  style={
6938
- Array [
6939
- Object {
6940
- "alignItems": "center",
6941
- "backgroundColor": "#d9d1df",
6942
- "borderRadius": 4,
6943
- "flexDirection": "row",
6944
- "opacity": 1,
6945
- "padding": 16,
6946
- },
6947
- Object {
6948
- "marginHorizontal": 12,
6949
- },
6950
- ]
6727
+ Object {
6728
+ "alignItems": "center",
6729
+ "backgroundColor": "#ece8ef",
6730
+ "borderRadius": 4,
6731
+ "flexDirection": "row",
6732
+ "marginHorizontal": 12,
6733
+ "opacity": 1,
6734
+ "padding": 16,
6735
+ }
6951
6736
  }
6952
6737
  >
6953
6738
  <View
@@ -6995,13 +6780,13 @@ Array [
6995
6780
  style={
6996
6781
  Array [
6997
6782
  Object {
6998
- "color": "#001f23",
6783
+ "color": "#401960",
6999
6784
  "fontSize": 20,
7000
6785
  },
7001
6786
  undefined,
7002
6787
  ]
7003
6788
  }
7004
- themeIntent="text"
6789
+ themeIntent="primary"
7005
6790
  themeSize="small"
7006
6791
  />
7007
6792
  </View>
@@ -7113,7 +6898,7 @@ Array [
7113
6898
  },
7114
6899
  Array [
7115
6900
  Object {
7116
- "color": "#401960",
6901
+ "color": "#795e90",
7117
6902
  },
7118
6903
  undefined,
7119
6904
  ],