@hero-design/rn 8.76.1-alpha.0 → 8.76.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (345) hide show
  1. package/.turbo/turbo-build.log +3 -4
  2. package/CHANGELOG.md +1 -9
  3. package/es/index.js +14 -16
  4. package/lib/index.js +14 -16
  5. package/package.json +2 -2
  6. package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +18 -84
  7. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -2
  8. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +1 -1
  9. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  10. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  11. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -5
  12. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +1 -1
  13. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  14. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +4 -4
  15. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +3 -3
  16. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
  17. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
  18. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  19. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +1 -1
  20. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  21. package/src/components/FAB/ActionGroup/ActionItem.tsx +3 -1
  22. package/src/components/FAB/ActionGroup/StyledActionGroup.tsx +1 -1
  23. package/src/components/FAB/ActionGroup/StyledActionItem.tsx +2 -2
  24. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +89 -162
  25. package/src/components/FAB/FAB.tsx +1 -1
  26. package/src/components/FAB/StyledFAB.tsx +3 -2
  27. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +2 -2
  28. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +3 -25
  29. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  30. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +2 -2
  31. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +6 -6
  32. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +2 -2
  33. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +2 -2
  34. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  35. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +5 -5
  36. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +10 -10
  37. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +14 -14
  38. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
  39. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +1 -1
  40. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  41. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +2 -2
  42. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +14 -14
  43. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +14 -14
  44. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -1
  45. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +8 -8
  46. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  47. package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
  48. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +4 -4
  49. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +32 -32
  50. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
  51. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  52. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +1 -1
  53. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  54. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +2 -2
  55. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -3
  56. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +5 -5
  57. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  58. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +5 -5
  59. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +1 -1
  60. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +18 -18
  61. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +7 -7
  62. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +1 -1
  63. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  64. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +1 -1
  65. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  66. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +1 -1
  67. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  68. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +1 -1
  69. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +1 -1
  70. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  71. package/src/theme/ThemeSwitcher.tsx +2 -12
  72. package/src/theme/components/fab.ts +6 -6
  73. package/src/theme/getTheme.ts +2 -2
  74. package/stats/8.76.1/rn-stats.html +4842 -0
  75. package/types/components/Accordion/AccordionItem.d.ts +0 -0
  76. package/types/components/Accordion/StyledAccordion.d.ts +0 -0
  77. package/types/components/Accordion/index.d.ts +0 -0
  78. package/types/components/Alert/StyledAlert.d.ts +0 -0
  79. package/types/components/Alert/index.d.ts +0 -0
  80. package/types/components/Attachment/StyledAttachment.d.ts +0 -0
  81. package/types/components/Attachment/index.d.ts +0 -0
  82. package/types/components/Avatar/Avatar.d.ts +0 -0
  83. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -0
  84. package/types/components/Avatar/AvatarStack/index.d.ts +0 -0
  85. package/types/components/Avatar/AvatarStack/utils.d.ts +0 -0
  86. package/types/components/Avatar/StyledAvatar.d.ts +0 -0
  87. package/types/components/Avatar/index.d.ts +0 -0
  88. package/types/components/Badge/Status.d.ts +0 -0
  89. package/types/components/Badge/StyledBadge.d.ts +0 -0
  90. package/types/components/Badge/index.d.ts +0 -0
  91. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
  92. package/types/components/BottomNavigation/index.d.ts +0 -0
  93. package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -0
  94. package/types/components/BottomSheet/Footer.d.ts +0 -0
  95. package/types/components/BottomSheet/Header.d.ts +0 -0
  96. package/types/components/BottomSheet/ScrollView.d.ts +0 -0
  97. package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
  98. package/types/components/BottomSheet/index.d.ts +0 -0
  99. package/types/components/Box/StyledBox.d.ts +0 -0
  100. package/types/components/Box/config.d.ts +0 -0
  101. package/types/components/Box/index.d.ts +0 -0
  102. package/types/components/Box/types.d.ts +0 -0
  103. package/types/components/Button/Button.d.ts +0 -0
  104. package/types/components/Button/IconButton.d.ts +0 -0
  105. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
  106. package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
  107. package/types/components/Button/StyledButton.d.ts +0 -0
  108. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -0
  109. package/types/components/Button/UtilityButton/index.d.ts +0 -0
  110. package/types/components/Button/index.d.ts +0 -0
  111. package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
  112. package/types/components/Calendar/StyledCalendar.d.ts +0 -0
  113. package/types/components/Calendar/helpers.d.ts +0 -0
  114. package/types/components/Calendar/index.d.ts +0 -0
  115. package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
  116. package/types/components/Card/DataCard/index.d.ts +0 -0
  117. package/types/components/Card/StyledCard.d.ts +0 -0
  118. package/types/components/Card/index.d.ts +0 -0
  119. package/types/components/Carousel/CardCarousel.d.ts +0 -0
  120. package/types/components/Carousel/CarouselItem.d.ts +0 -0
  121. package/types/components/Carousel/StyledCardCarousel.d.ts +0 -0
  122. package/types/components/Carousel/StyledCarousel.d.ts +0 -0
  123. package/types/components/Carousel/contants.d.ts +0 -0
  124. package/types/components/Carousel/index.d.ts +0 -0
  125. package/types/components/Carousel/types.d.ts +0 -0
  126. package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
  127. package/types/components/Checkbox/index.d.ts +0 -0
  128. package/types/components/Collapse/StyledCollapse.d.ts +0 -0
  129. package/types/components/Collapse/index.d.ts +0 -0
  130. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
  131. package/types/components/ContentNavigator/index.d.ts +0 -0
  132. package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
  133. package/types/components/DatePicker/DatePickerCalendar.d.ts +0 -0
  134. package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
  135. package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
  136. package/types/components/DatePicker/index.d.ts +0 -0
  137. package/types/components/DatePicker/types.d.ts +0 -0
  138. package/types/components/Divider/StyledDivider.d.ts +0 -0
  139. package/types/components/Divider/index.d.ts +0 -0
  140. package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -0
  141. package/types/components/Drawer/DragableDrawer/index.d.ts +0 -0
  142. package/types/components/Drawer/StyledDrawer.d.ts +0 -0
  143. package/types/components/Drawer/index.d.ts +0 -0
  144. package/types/components/Empty/StyledEmpty.d.ts +0 -0
  145. package/types/components/Empty/index.d.ts +0 -0
  146. package/types/components/Error/StyledError.d.ts +0 -0
  147. package/types/components/Error/index.d.ts +0 -0
  148. package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
  149. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
  150. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +3 -3
  151. package/types/components/FAB/ActionGroup/index.d.ts +0 -0
  152. package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
  153. package/types/components/FAB/FAB.d.ts +0 -0
  154. package/types/components/FAB/StyledFAB.d.ts +3 -2
  155. package/types/components/FAB/index.d.ts +0 -0
  156. package/types/components/Icon/AnimatedIcon.d.ts +0 -0
  157. package/types/components/Icon/HeroIcon/index.d.ts +0 -0
  158. package/types/components/Icon/IconList.d.ts +0 -0
  159. package/types/components/Icon/index.d.ts +0 -0
  160. package/types/components/Icon/utils.d.ts +0 -0
  161. package/types/components/Image/index.d.ts +0 -0
  162. package/types/components/List/BasicListItem.d.ts +0 -0
  163. package/types/components/List/ListItem.d.ts +0 -0
  164. package/types/components/List/StyledBasicListItem.d.ts +0 -0
  165. package/types/components/List/StyledListItem.d.ts +0 -0
  166. package/types/components/List/index.d.ts +0 -0
  167. package/types/components/PageControl/StyledPageControl.d.ts +0 -0
  168. package/types/components/PageControl/index.d.ts +0 -0
  169. package/types/components/PinInput/PinCell.d.ts +0 -0
  170. package/types/components/PinInput/StyledPinInput.d.ts +0 -0
  171. package/types/components/PinInput/index.d.ts +0 -0
  172. package/types/components/Progress/ProgressBar.d.ts +0 -0
  173. package/types/components/Progress/ProgressCircle.d.ts +0 -0
  174. package/types/components/Progress/StyledProgressBar.d.ts +0 -0
  175. package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
  176. package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
  177. package/types/components/Progress/constants.d.ts +0 -0
  178. package/types/components/Progress/index.d.ts +0 -0
  179. package/types/components/Progress/types.d.ts +0 -0
  180. package/types/components/Radio/Radio.d.ts +0 -0
  181. package/types/components/Radio/RadioGroup.d.ts +0 -0
  182. package/types/components/Radio/StyledRadio.d.ts +0 -0
  183. package/types/components/Radio/index.d.ts +0 -0
  184. package/types/components/Radio/types.d.ts +0 -0
  185. package/types/components/RefreshControl/index.d.ts +0 -0
  186. package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
  187. package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
  188. package/types/components/RichTextEditor/MentionList.d.ts +0 -0
  189. package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
  190. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
  191. package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
  192. package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -0
  193. package/types/components/RichTextEditor/constants.d.ts +0 -0
  194. package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -0
  195. package/types/components/RichTextEditor/index.d.ts +0 -0
  196. package/types/components/RichTextEditor/types.d.ts +0 -0
  197. package/types/components/RichTextEditor/utils/events.d.ts +0 -0
  198. package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
  199. package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
  200. package/types/components/SectionHeading/index.d.ts +0 -0
  201. package/types/components/Select/BaseOptionList.d.ts +0 -0
  202. package/types/components/Select/Footer.d.ts +0 -0
  203. package/types/components/Select/MultiSelect/Option.d.ts +0 -0
  204. package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
  205. package/types/components/Select/MultiSelect/index.d.ts +0 -0
  206. package/types/components/Select/SingleSelect/Option.d.ts +0 -0
  207. package/types/components/Select/SingleSelect/OptionList.d.ts +0 -0
  208. package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -0
  209. package/types/components/Select/SingleSelect/index.d.ts +0 -0
  210. package/types/components/Select/StyledSelect.d.ts +0 -0
  211. package/types/components/Select/helpers.d.ts +0 -0
  212. package/types/components/Select/index.d.ts +0 -0
  213. package/types/components/Select/types.d.ts +0 -0
  214. package/types/components/Skeleton/StyledSkeleton.d.ts +0 -0
  215. package/types/components/Skeleton/index.d.ts +0 -0
  216. package/types/components/Slider/index.d.ts +0 -0
  217. package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
  218. package/types/components/Spinner/StyledSpinner.d.ts +0 -0
  219. package/types/components/Spinner/index.d.ts +0 -0
  220. package/types/components/Success/StyledSuccess.d.ts +0 -0
  221. package/types/components/Success/index.d.ts +0 -0
  222. package/types/components/Swipeable/StyledSwipeable.d.ts +0 -0
  223. package/types/components/Swipeable/SwipeableAction.d.ts +0 -0
  224. package/types/components/Swipeable/index.d.ts +0 -0
  225. package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -0
  226. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -0
  227. package/types/components/Switch/SelectorSwitch/index.d.ts +0 -0
  228. package/types/components/Switch/StyledSwitch.d.ts +0 -0
  229. package/types/components/Switch/index.d.ts +0 -0
  230. package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
  231. package/types/components/Tabs/SceneView.d.ts +0 -0
  232. package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
  233. package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
  234. package/types/components/Tabs/StyledTabs.d.ts +0 -0
  235. package/types/components/Tabs/TabWithBadge.d.ts +0 -0
  236. package/types/components/Tabs/index.d.ts +0 -0
  237. package/types/components/Tabs/useIsFocused.d.ts +0 -0
  238. package/types/components/Tabs/utils.d.ts +0 -0
  239. package/types/components/Tag/StyledTag.d.ts +0 -0
  240. package/types/components/Tag/index.d.ts +0 -0
  241. package/types/components/TextInput/StyledTextInput.d.ts +0 -0
  242. package/types/components/TextInput/index.d.ts +0 -0
  243. package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
  244. package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
  245. package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
  246. package/types/components/TimePicker/index.d.ts +0 -0
  247. package/types/components/TimePicker/types.d.ts +0 -0
  248. package/types/components/Toast/StyledToast.d.ts +0 -0
  249. package/types/components/Toast/Toast.d.ts +0 -0
  250. package/types/components/Toast/ToastContainer.d.ts +0 -0
  251. package/types/components/Toast/ToastContext.d.ts +0 -0
  252. package/types/components/Toast/ToastProvider.d.ts +0 -0
  253. package/types/components/Toast/index.d.ts +0 -0
  254. package/types/components/Toast/types.d.ts +0 -0
  255. package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
  256. package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
  257. package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
  258. package/types/components/Toolbar/index.d.ts +0 -0
  259. package/types/components/Typography/Text/StyledText.d.ts +0 -0
  260. package/types/components/Typography/Text/index.d.ts +0 -0
  261. package/types/components/Typography/index.d.ts +0 -0
  262. package/types/index.d.ts +0 -0
  263. package/types/testHelpers/renderWithTheme.d.ts +0 -0
  264. package/types/theme/ThemeProvider.d.ts +0 -0
  265. package/types/theme/ThemeSwitcher.d.ts +1 -1
  266. package/types/theme/components/accordion.d.ts +0 -0
  267. package/types/theme/components/alert.d.ts +0 -0
  268. package/types/theme/components/attachment.d.ts +0 -0
  269. package/types/theme/components/avatar.d.ts +0 -0
  270. package/types/theme/components/badge.d.ts +0 -0
  271. package/types/theme/components/bottomNavigation.d.ts +0 -0
  272. package/types/theme/components/bottomSheet.d.ts +0 -0
  273. package/types/theme/components/button.d.ts +0 -0
  274. package/types/theme/components/calendar.d.ts +0 -0
  275. package/types/theme/components/card.d.ts +0 -0
  276. package/types/theme/components/cardCarousel.d.ts +0 -0
  277. package/types/theme/components/carousel.d.ts +0 -0
  278. package/types/theme/components/checkbox.d.ts +0 -0
  279. package/types/theme/components/contentNavigator.d.ts +0 -0
  280. package/types/theme/components/datePicker.d.ts +0 -0
  281. package/types/theme/components/divider.d.ts +0 -0
  282. package/types/theme/components/drawer.d.ts +0 -0
  283. package/types/theme/components/empty.d.ts +0 -0
  284. package/types/theme/components/error.d.ts +0 -0
  285. package/types/theme/components/fab.d.ts +0 -0
  286. package/types/theme/components/icon.d.ts +0 -0
  287. package/types/theme/components/image.d.ts +0 -0
  288. package/types/theme/components/list.d.ts +0 -0
  289. package/types/theme/components/pageControl.d.ts +0 -0
  290. package/types/theme/components/pinInput.d.ts +0 -0
  291. package/types/theme/components/progress.d.ts +0 -0
  292. package/types/theme/components/radio.d.ts +0 -0
  293. package/types/theme/components/refreshControl.d.ts +0 -0
  294. package/types/theme/components/richTextEditor.d.ts +0 -0
  295. package/types/theme/components/sectionHeading.d.ts +0 -0
  296. package/types/theme/components/select.d.ts +0 -0
  297. package/types/theme/components/skeleton.d.ts +0 -0
  298. package/types/theme/components/slider.d.ts +0 -0
  299. package/types/theme/components/spinner.d.ts +0 -0
  300. package/types/theme/components/success.d.ts +0 -0
  301. package/types/theme/components/swipeable.d.ts +0 -0
  302. package/types/theme/components/switch.d.ts +0 -0
  303. package/types/theme/components/tabs.d.ts +0 -0
  304. package/types/theme/components/tag.d.ts +0 -0
  305. package/types/theme/components/textInput.d.ts +0 -0
  306. package/types/theme/components/timePicker.d.ts +0 -0
  307. package/types/theme/components/toast.d.ts +0 -0
  308. package/types/theme/components/toolbar.d.ts +0 -0
  309. package/types/theme/components/typography.d.ts +0 -0
  310. package/types/theme/getTheme.d.ts +0 -0
  311. package/types/theme/global/borders.d.ts +0 -0
  312. package/types/theme/global/colors/eBens.d.ts +0 -0
  313. package/types/theme/global/colors/global.d.ts +0 -0
  314. package/types/theme/global/colors/globalDark.d.ts +0 -0
  315. package/types/theme/global/colors/jobs.d.ts +0 -0
  316. package/types/theme/global/colors/swag.d.ts +0 -0
  317. package/types/theme/global/colors/swagDark.d.ts +0 -0
  318. package/types/theme/global/colors/types.d.ts +0 -0
  319. package/types/theme/global/colors/wallet.d.ts +0 -0
  320. package/types/theme/global/colors/work.d.ts +0 -0
  321. package/types/theme/global/index.d.ts +0 -0
  322. package/types/theme/global/scale.d.ts +0 -0
  323. package/types/theme/global/sizes.d.ts +0 -0
  324. package/types/theme/global/space.d.ts +0 -0
  325. package/types/theme/global/typography.d.ts +0 -0
  326. package/types/theme/index.d.ts +0 -0
  327. package/types/types.d.ts +0 -0
  328. package/types/utils/functions.d.ts +0 -0
  329. package/types/utils/helpers.d.ts +0 -0
  330. package/types/utils/hooks.d.ts +0 -0
  331. package/types/utils/scale.d.ts +0 -0
  332. package/.turbo/turbo-build$colon$types.log +0 -0
  333. package/.turbo/turbo-lint.log +0 -183
  334. package/.turbo/turbo-publish:npm.log +0 -9
  335. package/.turbo/turbo-test.log +0 -4726
  336. package/.turbo/turbo-type-check.log +0 -0
  337. package/types/components/CompoundSearch/CompoundSearchHandler.d.ts +0 -31
  338. package/types/components/CompoundSearch/CompoundSearchTextInput.d.ts +0 -60
  339. package/types/components/CompoundSearch/StyledCompoundSearch.d.ts +0 -40
  340. package/types/components/CompoundSearch/index.d.ts +0 -8
  341. package/types/components/CompoundSearch/utils.d.ts +0 -8
  342. package/types/components/Search/SearchBasic.d.ts +0 -31
  343. package/types/components/Search/SearchCompound.d.ts +0 -60
  344. package/types/components/Tabs/ScrollableTabsHeader.d.ts +0 -35
  345. package/types/theme/components/compoundSearch.d.ts +0 -36
@@ -1,8 +1,7 @@
1
- (node:6144) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js.
1
+ (node:2828) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
2
2
  (Use `node --trace-warnings ...` to show where the warning was created)
3
- (node:6144) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
4
3
  
5
4
  src/index.ts → lib/index.js, es/index.js...
6
5
  (!) [plugin replace] @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
7
- (!) [plugin node-resolve] preferring built-in module 'events' over local alternative at '/Volumes/Data/Projects/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning.or passing a function to 'preferBuiltins' to provide more fine-grained control over which built-in modules to prefer.
8
- created lib/index.js, es/index.js in 34s
6
+ (!) [plugin node-resolve] preferring built-in module 'events' over local alternative at '/home/runner/work/hero-design/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning.or passing a function to 'preferBuiltins' to provide more fine-grained control over which built-in modules to prefer.
7
+ created lib/index.js, es/index.js in 49.3s
package/CHANGELOG.md CHANGED
@@ -1,19 +1,11 @@
1
1
  # @hero-design/rn
2
2
 
3
- ## 8.76.1-alpha.0
3
+ ## 8.76.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#3392](https://github.com/Thinkei/hero-design/pull/3392) [`e4e7617d654929c059e7dc28b752ad8f192893e2`](https://github.com/Thinkei/hero-design/commit/e4e7617d654929c059e7dc28b752ad8f192893e2) Thanks [@ttkien](https://github.com/ttkien)! - - Set theme swag light as default
8
-
9
- - Update Swag light colors
10
- - Update alert and FAB components
11
-
12
7
  - [#3464](https://github.com/Thinkei/hero-design/pull/3464) [`a4d255c31603bbeb7731fe6e2ad6281219d5405d`](https://github.com/Thinkei/hero-design/commit/a4d255c31603bbeb7731fe6e2ad6281219d5405d) Thanks [@luanlai2201](https://github.com/luanlai2201)! - [Icon] Add thumb-down-outlined, handshake-outlined, box-1-outlined, play-arrow-filled, thumb-down icons
13
8
 
14
- - Updated dependencies [[`e4e7617d654929c059e7dc28b752ad8f192893e2`](https://github.com/Thinkei/hero-design/commit/e4e7617d654929c059e7dc28b752ad8f192893e2)]:
15
- - @hero-design/colors@8.45.2-alpha.0
16
-
17
9
  ## 8.76.0
18
10
 
19
11
  ### Minor Changes
package/es/index.js CHANGED
@@ -1354,7 +1354,6 @@ var BASE_COLORS = {
1354
1354
  vermilion: '#de350b',
1355
1355
  violet1: '#8505a2',
1356
1356
  violet: '#7622d7',
1357
- darkViolet: '#460078',
1358
1357
  vodka: '#b5c3fd',
1359
1358
  theatreGold: '#a56822',
1360
1359
  uniformGreen: '#4d4628',
@@ -2829,13 +2828,13 @@ var getErrorTheme = function getErrorTheme(theme) {
2829
2828
 
2830
2829
  var getFABTheme = function getFABTheme(theme) {
2831
2830
  var colors = {
2832
- buttonBackground: theme.colors.overlayGlobalSurface,
2833
- buttonPressedBackground: theme.colors.overlayGlobalSurface,
2834
- buttonActiveBackground: theme.colors.overlayGlobalSurface,
2831
+ buttonBackground: theme.colors.primary,
2832
+ buttonPressedBackground: theme.colors.pressedSurface,
2833
+ buttonActiveBackground: theme.colors.pressedSurface,
2835
2834
  icon: theme.colors.onPrimary,
2836
- actionItemBackground: theme.colors.overlayGlobalSurface,
2837
- actionItemPressedBackground: theme.colors.overlayGlobalSurface,
2838
- backdropBackground: theme.colors.defaultSurface,
2835
+ actionItemBackground: theme.colors.secondary,
2836
+ actionItemPressedBackground: theme.colors.pressedSurface,
2837
+ backdropBackground: theme.colors.overlayGlobalSurface,
2839
2838
  titleText: theme.colors.onPrimary,
2840
2839
  actionItemText: theme.colors.onPrimary
2841
2840
  };
@@ -4003,7 +4002,7 @@ var getFloatingIslandTheme = function getFloatingIslandTheme(theme) {
4003
4002
 
4004
4003
  var getTheme$1 = function getTheme() {
4005
4004
  var scale = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : scale$1;
4006
- var systemPallete = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : swagSystemPalette;
4005
+ var systemPallete = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : swagSystemPalette$1;
4007
4006
  var globalTheme = getGlobalTheme(scale, systemPallete);
4008
4007
  return _objectSpread2(_objectSpread2({}, globalTheme), {}, {
4009
4008
  __hd__: {
@@ -5225,7 +5224,7 @@ var useTheme = useTheme$1;
5225
5224
 
5226
5225
  var ThemeSwitcher = function ThemeSwitcher(_ref) {
5227
5226
  var _ref$name = _ref.name,
5228
- name = _ref$name === void 0 ? 'swagLight' : _ref$name,
5227
+ name = _ref$name === void 0 ? 'swag' : _ref$name,
5229
5228
  children = _ref.children;
5230
5229
  var theme = useMemo(function () {
5231
5230
  switch (name) {
@@ -5241,8 +5240,6 @@ var ThemeSwitcher = function ThemeSwitcher(_ref) {
5241
5240
  return getTheme$1(scale$1, eBensSystemPalette);
5242
5241
  case 'swagDark':
5243
5242
  return getTheme$1(scale$1, swagDarkSystemPalette);
5244
- case 'swagLight':
5245
- return getTheme$1(scale$1, swagSystemPalette);
5246
5243
  }
5247
5244
  }, [name]);
5248
5245
  return /*#__PURE__*/React__default.createElement(ThemeProvider, {
@@ -14960,7 +14957,7 @@ var ErrorComponent = function ErrorComponent(_ref2) {
14960
14957
  }, nativeProps));
14961
14958
  };
14962
14959
 
14963
- var StyledActionItem = index$a(TouchableOpacity)(function (_ref) {
14960
+ var StyledActionItem = index$a(TouchableHighlight)(function (_ref) {
14964
14961
  var theme = _ref.theme;
14965
14962
  return {
14966
14963
  padding: theme.__hd__.fab.space.actionItemPadding,
@@ -14987,7 +14984,7 @@ var StyledIcon$1 = index$a(Icon)(function (_ref3) {
14987
14984
  };
14988
14985
  });
14989
14986
 
14990
- var AnimatedTouchableHighlight = Animated.createAnimatedComponent(TouchableOpacity);
14987
+ var AnimatedTouchableHighlight = Animated.createAnimatedComponent(TouchableHighlight);
14991
14988
  var StyledFAB$2 = index$a(AnimatedTouchableHighlight)(function (_ref) {
14992
14989
  var theme = _ref.theme,
14993
14990
  themeActive = _ref.themeActive;
@@ -15044,6 +15041,7 @@ var ActionItem = function ActionItem(_ref) {
15044
15041
  index = _ref.index,
15045
15042
  _ref$active = _ref.active,
15046
15043
  active = _ref$active === void 0 ? false : _ref$active;
15044
+ var theme = useTheme();
15047
15045
  var animatedValue = React__default.useRef(new Animated.Value(0));
15048
15046
  var translateY = animatedValue.current.interpolate({
15049
15047
  inputRange: [0, 1],
@@ -15065,7 +15063,7 @@ var ActionItem = function ActionItem(_ref) {
15065
15063
  }]
15066
15064
  }
15067
15065
  }, /*#__PURE__*/React__default.createElement(StyledActionItem, {
15068
- activeOpacity: 0.8,
15066
+ underlayColor: theme.__hd__.fab.colors.actionItemPressedBackground,
15069
15067
  style: style,
15070
15068
  onPress: onPress,
15071
15069
  testID: testID
@@ -15229,7 +15227,7 @@ var FAB$1 = /*#__PURE__*/forwardRef(function (_ref3, ref) {
15229
15227
  onLayout: function onLayout(event) {
15230
15228
  return !hasSetButtonWidth && !active && setButtonWidth(event.nativeEvent.layout.width);
15231
15229
  },
15232
- activeOpacity: 0.8,
15230
+ underlayColor: theme.__hd__.fab.colors.buttonPressedBackground,
15233
15231
  onPress: onPress,
15234
15232
  style: [style, {
15235
15233
  bottom: displayState.hideButton ? -(marginBottom + theme.__hd__.fab.sizes.height * 2) : (_StyleSheet$flatten2 = StyleSheet$1.flatten(style)) === null || _StyleSheet$flatten2 === void 0 ? void 0 : _StyleSheet$flatten2.bottom,
@@ -15301,7 +15299,7 @@ var StyledBackdrop = index$a(AnimatedPressable)(function (_ref2) {
15301
15299
  right: 0,
15302
15300
  top: 0,
15303
15301
  bottom: 0,
15304
- opacity: 0.8,
15302
+ opacity: 0.25,
15305
15303
  backgroundColor: theme.__hd__.fab.colors.backdropBackground
15306
15304
  };
15307
15305
  });
package/lib/index.js CHANGED
@@ -1381,7 +1381,6 @@ var BASE_COLORS = {
1381
1381
  vermilion: '#de350b',
1382
1382
  violet1: '#8505a2',
1383
1383
  violet: '#7622d7',
1384
- darkViolet: '#460078',
1385
1384
  vodka: '#b5c3fd',
1386
1385
  theatreGold: '#a56822',
1387
1386
  uniformGreen: '#4d4628',
@@ -2856,13 +2855,13 @@ var getErrorTheme = function getErrorTheme(theme) {
2856
2855
 
2857
2856
  var getFABTheme = function getFABTheme(theme) {
2858
2857
  var colors = {
2859
- buttonBackground: theme.colors.overlayGlobalSurface,
2860
- buttonPressedBackground: theme.colors.overlayGlobalSurface,
2861
- buttonActiveBackground: theme.colors.overlayGlobalSurface,
2858
+ buttonBackground: theme.colors.primary,
2859
+ buttonPressedBackground: theme.colors.pressedSurface,
2860
+ buttonActiveBackground: theme.colors.pressedSurface,
2862
2861
  icon: theme.colors.onPrimary,
2863
- actionItemBackground: theme.colors.overlayGlobalSurface,
2864
- actionItemPressedBackground: theme.colors.overlayGlobalSurface,
2865
- backdropBackground: theme.colors.defaultSurface,
2862
+ actionItemBackground: theme.colors.secondary,
2863
+ actionItemPressedBackground: theme.colors.pressedSurface,
2864
+ backdropBackground: theme.colors.overlayGlobalSurface,
2866
2865
  titleText: theme.colors.onPrimary,
2867
2866
  actionItemText: theme.colors.onPrimary
2868
2867
  };
@@ -4030,7 +4029,7 @@ var getFloatingIslandTheme = function getFloatingIslandTheme(theme) {
4030
4029
 
4031
4030
  var getTheme$1 = function getTheme() {
4032
4031
  var scale = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : scale$1;
4033
- var systemPallete = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : swagSystemPalette;
4032
+ var systemPallete = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : swagSystemPalette$1;
4034
4033
  var globalTheme = getGlobalTheme(scale, systemPallete);
4035
4034
  return _objectSpread2(_objectSpread2({}, globalTheme), {}, {
4036
4035
  __hd__: {
@@ -5252,7 +5251,7 @@ var useTheme = useTheme$1;
5252
5251
 
5253
5252
  var ThemeSwitcher = function ThemeSwitcher(_ref) {
5254
5253
  var _ref$name = _ref.name,
5255
- name = _ref$name === void 0 ? 'swagLight' : _ref$name,
5254
+ name = _ref$name === void 0 ? 'swag' : _ref$name,
5256
5255
  children = _ref.children;
5257
5256
  var theme = React.useMemo(function () {
5258
5257
  switch (name) {
@@ -5268,8 +5267,6 @@ var ThemeSwitcher = function ThemeSwitcher(_ref) {
5268
5267
  return getTheme$1(scale$1, eBensSystemPalette);
5269
5268
  case 'swagDark':
5270
5269
  return getTheme$1(scale$1, swagDarkSystemPalette);
5271
- case 'swagLight':
5272
- return getTheme$1(scale$1, swagSystemPalette);
5273
5270
  }
5274
5271
  }, [name]);
5275
5272
  return /*#__PURE__*/React__namespace.default.createElement(ThemeProvider, {
@@ -14987,7 +14984,7 @@ var ErrorComponent = function ErrorComponent(_ref2) {
14987
14984
  }, nativeProps));
14988
14985
  };
14989
14986
 
14990
- var StyledActionItem = index$a(reactNative.TouchableOpacity)(function (_ref) {
14987
+ var StyledActionItem = index$a(reactNative.TouchableHighlight)(function (_ref) {
14991
14988
  var theme = _ref.theme;
14992
14989
  return {
14993
14990
  padding: theme.__hd__.fab.space.actionItemPadding,
@@ -15014,7 +15011,7 @@ var StyledIcon$1 = index$a(Icon)(function (_ref3) {
15014
15011
  };
15015
15012
  });
15016
15013
 
15017
- var AnimatedTouchableHighlight = reactNative.Animated.createAnimatedComponent(reactNative.TouchableOpacity);
15014
+ var AnimatedTouchableHighlight = reactNative.Animated.createAnimatedComponent(reactNative.TouchableHighlight);
15018
15015
  var StyledFAB$2 = index$a(AnimatedTouchableHighlight)(function (_ref) {
15019
15016
  var theme = _ref.theme,
15020
15017
  themeActive = _ref.themeActive;
@@ -15071,6 +15068,7 @@ var ActionItem = function ActionItem(_ref) {
15071
15068
  index = _ref.index,
15072
15069
  _ref$active = _ref.active,
15073
15070
  active = _ref$active === void 0 ? false : _ref$active;
15071
+ var theme = useTheme();
15074
15072
  var animatedValue = React__namespace.default.useRef(new reactNative.Animated.Value(0));
15075
15073
  var translateY = animatedValue.current.interpolate({
15076
15074
  inputRange: [0, 1],
@@ -15092,7 +15090,7 @@ var ActionItem = function ActionItem(_ref) {
15092
15090
  }]
15093
15091
  }
15094
15092
  }, /*#__PURE__*/React__namespace.default.createElement(StyledActionItem, {
15095
- activeOpacity: 0.8,
15093
+ underlayColor: theme.__hd__.fab.colors.actionItemPressedBackground,
15096
15094
  style: style,
15097
15095
  onPress: onPress,
15098
15096
  testID: testID
@@ -15256,7 +15254,7 @@ var FAB$1 = /*#__PURE__*/React.forwardRef(function (_ref3, ref) {
15256
15254
  onLayout: function onLayout(event) {
15257
15255
  return !hasSetButtonWidth && !active && setButtonWidth(event.nativeEvent.layout.width);
15258
15256
  },
15259
- activeOpacity: 0.8,
15257
+ underlayColor: theme.__hd__.fab.colors.buttonPressedBackground,
15260
15258
  onPress: onPress,
15261
15259
  style: [style, {
15262
15260
  bottom: displayState.hideButton ? -(marginBottom + theme.__hd__.fab.sizes.height * 2) : (_StyleSheet$flatten2 = reactNative.StyleSheet.flatten(style)) === null || _StyleSheet$flatten2 === void 0 ? void 0 : _StyleSheet$flatten2.bottom,
@@ -15328,7 +15326,7 @@ var StyledBackdrop = index$a(AnimatedPressable)(function (_ref2) {
15328
15326
  right: 0,
15329
15327
  top: 0,
15330
15328
  bottom: 0,
15331
- opacity: 0.8,
15329
+ opacity: 0.25,
15332
15330
  backgroundColor: theme.__hd__.fab.colors.backdropBackground
15333
15331
  };
15334
15332
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "8.76.1-alpha.0",
3
+ "version": "8.76.1",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -22,7 +22,7 @@
22
22
  "@emotion/native": "^11.9.3",
23
23
  "@emotion/primitives-core": "11.0.0",
24
24
  "@emotion/react": "^11.9.3",
25
- "@hero-design/colors": "8.45.2-alpha.0",
25
+ "@hero-design/colors": "8.45.1",
26
26
  "date-fns": "^2.16.1",
27
27
  "hero-editor": "^1.9.21",
28
28
  "nanoid": "^4.0.2"
@@ -772,15 +772,6 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
772
772
  style={{}}
773
773
  >
774
774
  <View
775
- accessibilityState={
776
- {
777
- "busy": undefined,
778
- "checked": undefined,
779
- "disabled": undefined,
780
- "expanded": undefined,
781
- "selected": undefined,
782
- }
783
- }
784
775
  accessibilityValue={
785
776
  {
786
777
  "max": undefined,
@@ -790,7 +781,6 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
790
781
  }
791
782
  }
792
783
  accessible={true}
793
- collapsable={false}
794
784
  focusable={false}
795
785
  onClick={[Function]}
796
786
  onLayout={[Function]}
@@ -804,7 +794,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
804
794
  {
805
795
  "alignItems": "center",
806
796
  "alignSelf": "flex-end",
807
- "backgroundColor": "#000000",
797
+ "backgroundColor": "#401960",
808
798
  "borderRadius": 999,
809
799
  "bottom": undefined,
810
800
  "elevation": 3,
@@ -813,7 +803,6 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
813
803
  "justifyContent": "center",
814
804
  "marginRight": 24,
815
805
  "marginTop": 24,
816
- "opacity": 1,
817
806
  "padding": 20,
818
807
  "shadowColor": "#001f23",
819
808
  "shadowOffset": {
@@ -866,7 +855,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
866
855
  },
867
856
  [
868
857
  {
869
- "color": "#FDFBFF",
858
+ "color": "#ffffff",
870
859
  "lineHeight": 24,
871
860
  "textAlign": "center",
872
861
  "textAlignVertical": "center",
@@ -893,7 +882,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
893
882
  },
894
883
  [
895
884
  {
896
- "color": "#FDFBFF",
885
+ "color": "#ffffff",
897
886
  "marginHorizontal": 8,
898
887
  "textAlign": "center",
899
888
  "textAlignVertical": "center",
@@ -1686,15 +1675,6 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
1686
1675
  </View>
1687
1676
  </RCTScrollView>
1688
1677
  <View
1689
- accessibilityState={
1690
- {
1691
- "busy": undefined,
1692
- "checked": undefined,
1693
- "disabled": undefined,
1694
- "expanded": undefined,
1695
- "selected": undefined,
1696
- }
1697
- }
1698
1678
  accessibilityValue={
1699
1679
  {
1700
1680
  "max": undefined,
@@ -1704,7 +1684,6 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
1704
1684
  }
1705
1685
  }
1706
1686
  accessible={true}
1707
- collapsable={false}
1708
1687
  focusable={false}
1709
1688
  onClick={[Function]}
1710
1689
  onLayout={[Function]}
@@ -1718,14 +1697,13 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
1718
1697
  {
1719
1698
  "alignItems": "center",
1720
1699
  "alignSelf": "flex-start",
1721
- "backgroundColor": "#000000",
1700
+ "backgroundColor": "#401960",
1722
1701
  "borderRadius": 999,
1723
1702
  "bottom": undefined,
1724
1703
  "elevation": 3,
1725
1704
  "flexDirection": "row",
1726
1705
  "height": 64,
1727
1706
  "justifyContent": "center",
1728
- "opacity": 1,
1729
1707
  "padding": 20,
1730
1708
  "shadowColor": "#001f23",
1731
1709
  "shadowOffset": {
@@ -1777,7 +1755,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
1777
1755
  },
1778
1756
  [
1779
1757
  {
1780
- "color": "#FDFBFF",
1758
+ "color": "#ffffff",
1781
1759
  "lineHeight": 24,
1782
1760
  "textAlign": "center",
1783
1761
  "textAlignVertical": "center",
@@ -1804,7 +1782,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
1804
1782
  },
1805
1783
  [
1806
1784
  {
1807
- "color": "#FDFBFF",
1785
+ "color": "#ffffff",
1808
1786
  "marginHorizontal": 8,
1809
1787
  "textAlign": "center",
1810
1788
  "textAlignVertical": "center",
@@ -1956,15 +1934,6 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
1956
1934
  style={{}}
1957
1935
  >
1958
1936
  <View
1959
- accessibilityState={
1960
- {
1961
- "busy": undefined,
1962
- "checked": undefined,
1963
- "disabled": undefined,
1964
- "expanded": undefined,
1965
- "selected": undefined,
1966
- }
1967
- }
1968
1937
  accessibilityValue={
1969
1938
  {
1970
1939
  "max": undefined,
@@ -1974,7 +1943,6 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
1974
1943
  }
1975
1944
  }
1976
1945
  accessible={true}
1977
- collapsable={false}
1978
1946
  focusable={false}
1979
1947
  onClick={[Function]}
1980
1948
  onLayout={[Function]}
@@ -1988,7 +1956,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
1988
1956
  {
1989
1957
  "alignItems": "center",
1990
1958
  "alignSelf": "flex-end",
1991
- "backgroundColor": "#000000",
1959
+ "backgroundColor": "#401960",
1992
1960
  "borderRadius": 999,
1993
1961
  "bottom": undefined,
1994
1962
  "elevation": 3,
@@ -1997,7 +1965,6 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
1997
1965
  "justifyContent": "center",
1998
1966
  "marginRight": 24,
1999
1967
  "marginTop": 24,
2000
- "opacity": 1,
2001
1968
  "padding": 20,
2002
1969
  "shadowColor": "#001f23",
2003
1970
  "shadowOffset": {
@@ -2050,7 +2017,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
2050
2017
  },
2051
2018
  [
2052
2019
  {
2053
- "color": "#FDFBFF",
2020
+ "color": "#ffffff",
2054
2021
  "lineHeight": 24,
2055
2022
  "textAlign": "center",
2056
2023
  "textAlignVertical": "center",
@@ -2077,7 +2044,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
2077
2044
  },
2078
2045
  [
2079
2046
  {
2080
- "color": "#FDFBFF",
2047
+ "color": "#ffffff",
2081
2048
  "marginHorizontal": 8,
2082
2049
  "textAlign": "center",
2083
2050
  "textAlignVertical": "center",
@@ -2210,15 +2177,6 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
2210
2177
  </View>
2211
2178
  </RCTScrollView>
2212
2179
  <View
2213
- accessibilityState={
2214
- {
2215
- "busy": undefined,
2216
- "checked": undefined,
2217
- "disabled": undefined,
2218
- "expanded": undefined,
2219
- "selected": undefined,
2220
- }
2221
- }
2222
2180
  accessibilityValue={
2223
2181
  {
2224
2182
  "max": undefined,
@@ -2228,7 +2186,6 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
2228
2186
  }
2229
2187
  }
2230
2188
  accessible={true}
2231
- collapsable={false}
2232
2189
  focusable={false}
2233
2190
  onClick={[Function]}
2234
2191
  onLayout={[Function]}
@@ -2242,14 +2199,13 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
2242
2199
  {
2243
2200
  "alignItems": "center",
2244
2201
  "alignSelf": "flex-start",
2245
- "backgroundColor": "#000000",
2202
+ "backgroundColor": "#401960",
2246
2203
  "borderRadius": 999,
2247
2204
  "bottom": undefined,
2248
2205
  "elevation": 3,
2249
2206
  "flexDirection": "row",
2250
2207
  "height": 64,
2251
2208
  "justifyContent": "center",
2252
- "opacity": 1,
2253
2209
  "padding": 20,
2254
2210
  "shadowColor": "#001f23",
2255
2211
  "shadowOffset": {
@@ -2301,7 +2257,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
2301
2257
  },
2302
2258
  [
2303
2259
  {
2304
- "color": "#FDFBFF",
2260
+ "color": "#ffffff",
2305
2261
  "lineHeight": 24,
2306
2262
  "textAlign": "center",
2307
2263
  "textAlignVertical": "center",
@@ -2328,7 +2284,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
2328
2284
  },
2329
2285
  [
2330
2286
  {
2331
- "color": "#FDFBFF",
2287
+ "color": "#ffffff",
2332
2288
  "marginHorizontal": 8,
2333
2289
  "textAlign": "center",
2334
2290
  "textAlignVertical": "center",
@@ -2787,15 +2743,6 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
2787
2743
  style={{}}
2788
2744
  >
2789
2745
  <View
2790
- accessibilityState={
2791
- {
2792
- "busy": undefined,
2793
- "checked": undefined,
2794
- "disabled": undefined,
2795
- "expanded": undefined,
2796
- "selected": undefined,
2797
- }
2798
- }
2799
2746
  accessibilityValue={
2800
2747
  {
2801
2748
  "max": undefined,
@@ -2805,7 +2752,6 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
2805
2752
  }
2806
2753
  }
2807
2754
  accessible={true}
2808
- collapsable={false}
2809
2755
  focusable={false}
2810
2756
  onClick={[Function]}
2811
2757
  onLayout={[Function]}
@@ -2819,7 +2765,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
2819
2765
  {
2820
2766
  "alignItems": "center",
2821
2767
  "alignSelf": "flex-end",
2822
- "backgroundColor": "#000000",
2768
+ "backgroundColor": "#401960",
2823
2769
  "borderRadius": 999,
2824
2770
  "bottom": undefined,
2825
2771
  "elevation": 3,
@@ -2828,7 +2774,6 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
2828
2774
  "justifyContent": "center",
2829
2775
  "marginRight": 24,
2830
2776
  "marginTop": 24,
2831
- "opacity": 1,
2832
2777
  "padding": 20,
2833
2778
  "shadowColor": "#001f23",
2834
2779
  "shadowOffset": {
@@ -2881,7 +2826,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
2881
2826
  },
2882
2827
  [
2883
2828
  {
2884
- "color": "#FDFBFF",
2829
+ "color": "#ffffff",
2885
2830
  "lineHeight": 24,
2886
2831
  "textAlign": "center",
2887
2832
  "textAlignVertical": "center",
@@ -2908,7 +2853,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
2908
2853
  },
2909
2854
  [
2910
2855
  {
2911
- "color": "#FDFBFF",
2856
+ "color": "#ffffff",
2912
2857
  "marginHorizontal": 8,
2913
2858
  "textAlign": "center",
2914
2859
  "textAlignVertical": "center",
@@ -3348,15 +3293,6 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
3348
3293
  </View>
3349
3294
  </RCTScrollView>
3350
3295
  <View
3351
- accessibilityState={
3352
- {
3353
- "busy": undefined,
3354
- "checked": undefined,
3355
- "disabled": undefined,
3356
- "expanded": undefined,
3357
- "selected": undefined,
3358
- }
3359
- }
3360
3296
  accessibilityValue={
3361
3297
  {
3362
3298
  "max": undefined,
@@ -3366,7 +3302,6 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
3366
3302
  }
3367
3303
  }
3368
3304
  accessible={true}
3369
- collapsable={false}
3370
3305
  focusable={false}
3371
3306
  onClick={[Function]}
3372
3307
  onLayout={[Function]}
@@ -3380,14 +3315,13 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
3380
3315
  {
3381
3316
  "alignItems": "center",
3382
3317
  "alignSelf": "flex-start",
3383
- "backgroundColor": "#000000",
3318
+ "backgroundColor": "#401960",
3384
3319
  "borderRadius": 999,
3385
3320
  "bottom": undefined,
3386
3321
  "elevation": 3,
3387
3322
  "flexDirection": "row",
3388
3323
  "height": 64,
3389
3324
  "justifyContent": "center",
3390
- "opacity": 1,
3391
3325
  "padding": 20,
3392
3326
  "shadowColor": "#001f23",
3393
3327
  "shadowOffset": {
@@ -3439,7 +3373,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
3439
3373
  },
3440
3374
  [
3441
3375
  {
3442
- "color": "#FDFBFF",
3376
+ "color": "#ffffff",
3443
3377
  "lineHeight": 24,
3444
3378
  "textAlign": "center",
3445
3379
  "textAlignVertical": "center",
@@ -3466,7 +3400,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
3466
3400
  },
3467
3401
  [
3468
3402
  {
3469
- "color": "#FDFBFF",
3403
+ "color": "#ffffff",
3470
3404
  "marginHorizontal": 8,
3471
3405
  "textAlign": "center",
3472
3406
  "textAlignVertical": "center",
@@ -38,7 +38,7 @@ exports[`StyledAvatar renders correctly with $variant 1`] = `
38
38
  onStartShouldSetResponder={[Function]}
39
39
  style={
40
40
  {
41
- "backgroundColor": "#460078",
41
+ "backgroundColor": "#401960",
42
42
  "borderRadius": 999,
43
43
  "height": 40,
44
44
  "left": 56,
@@ -160,7 +160,7 @@ exports[`StyledAvatar renders correctly with $variant 2`] = `
160
160
  onStartShouldSetResponder={[Function]}
161
161
  style={
162
162
  {
163
- "backgroundColor": "#460078",
163
+ "backgroundColor": "#401960",
164
164
  "borderRadius": 999,
165
165
  "height": 40,
166
166
  "left": undefined,
@@ -86,7 +86,7 @@ exports[`StyledPressable renders correct style 1`] = `
86
86
  onStartShouldSetResponder={[Function]}
87
87
  style={
88
88
  {
89
- "backgroundColor": "#460078",
89
+ "backgroundColor": "#401960",
90
90
  "borderRadius": 999,
91
91
  "height": 32,
92
92
  "opacity": 1,
@@ -38,7 +38,7 @@ exports[`Avatar fallbacks to title when there image failed to load 1`] = `
38
38
  onStartShouldSetResponder={[Function]}
39
39
  style={
40
40
  {
41
- "backgroundColor": "#460078",
41
+ "backgroundColor": "#401960",
42
42
  "borderRadius": 999,
43
43
  "height": 32,
44
44
  "opacity": 1,
@@ -177,7 +177,7 @@ exports[`Avatar prioritizes source over title 1`] = `
177
177
  onStartShouldSetResponder={[Function]}
178
178
  style={
179
179
  {
180
- "backgroundColor": "#460078",
180
+ "backgroundColor": "#401960",
181
181
  "borderRadius": 999,
182
182
  "height": 32,
183
183
  "opacity": 1,
@@ -270,7 +270,7 @@ exports[`Avatar shows title when there is no source 1`] = `
270
270
  onStartShouldSetResponder={[Function]}
271
271
  style={
272
272
  {
273
- "backgroundColor": "#460078",
273
+ "backgroundColor": "#401960",
274
274
  "borderRadius": 999,
275
275
  "height": 32,
276
276
  "opacity": 1,