@hero-design/rn 8.35.0-alpha.4 → 8.35.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 (370) hide show
  1. package/.eslintrc.js +1 -0
  2. package/.turbo/turbo-build.log +2 -2
  3. package/.turbo/turbo-publish:npm.log +0 -9
  4. package/es/index.js +539 -637
  5. package/jest.config.js +1 -1
  6. package/lib/index.js +549 -647
  7. package/package.json +9 -9
  8. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  9. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +3 -3
  10. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +1 -1
  11. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +2 -2
  12. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
  13. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  14. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +4 -4
  15. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +6 -6
  16. package/src/components/Calendar/__tests__/index.spec.tsx +29 -0
  17. package/src/components/Calendar/index.tsx +10 -1
  18. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +75 -74
  19. package/src/components/Carousel/index.tsx +1 -1
  20. package/src/components/DatePicker/DatePickerCalendar.tsx +23 -14
  21. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  22. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +1 -1
  23. package/src/components/FAB/index.tsx +0 -4
  24. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  25. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +4 -4
  26. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  27. package/src/components/Portal/PortalHost.tsx +24 -0
  28. package/src/components/Portal/PortalProvider.tsx +29 -0
  29. package/src/components/Portal/__tests__/PortalHost.spec.tsx +50 -0
  30. package/src/components/Portal/__tests__/PortalProvider.spec.tsx +24 -0
  31. package/src/components/Portal/__tests__/index.spec.tsx +29 -0
  32. package/src/components/Portal/__tests__/reducer.spec.tsx +110 -0
  33. package/src/components/Portal/constants.ts +10 -0
  34. package/src/components/Portal/contexts.ts +14 -0
  35. package/src/components/Portal/index.tsx +42 -0
  36. package/src/components/Portal/reducer.ts +106 -0
  37. package/src/components/Portal/types.tsx +31 -0
  38. package/src/components/Portal/usePortal.ts +50 -0
  39. package/src/components/Portal/usePortalState.ts +11 -0
  40. package/src/components/Progress/StyledProgressBar.tsx +1 -0
  41. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +46 -44
  42. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +6 -6
  43. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  44. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +7 -7
  45. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +5 -0
  46. package/src/components/Swipeable/index.tsx +6 -1
  47. package/src/components/Switch/SelectorSwitch/StyledSelectorSwitch.tsx +4 -7
  48. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +3 -3
  49. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
  50. package/src/components/Switch/SelectorSwitch/index.tsx +7 -15
  51. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +21 -21
  52. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +6 -6
  53. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +2 -2
  54. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
  55. package/src/components/Tag/StyledTag.tsx +6 -35
  56. package/src/components/Tag/__tests__/Tag.spec.tsx +13 -13
  57. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +40 -79
  58. package/src/components/Tag/index.tsx +8 -6
  59. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +7 -7
  60. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
  61. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +1 -1
  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 +3 -3
  70. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
  71. package/src/index.ts +2 -2
  72. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +49 -46
  73. package/src/theme/components/button.ts +1 -1
  74. package/src/theme/components/progress.ts +2 -2
  75. package/src/theme/components/swipeable.ts +5 -1
  76. package/src/theme/components/switch.ts +4 -4
  77. package/src/theme/components/tabs.ts +1 -1
  78. package/src/theme/components/tag.ts +2 -2
  79. package/src/theme/components/typography.ts +2 -2
  80. package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +7 -7
  81. package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +5 -5
  82. package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +6 -6
  83. package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +6 -6
  84. package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +7 -7
  85. package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +5 -5
  86. package/src/theme/global/colors/eBens.ts +2 -2
  87. package/src/theme/global/colors/global.ts +5 -5
  88. package/src/theme/global/colors/jobs.ts +1 -1
  89. package/src/theme/global/colors/swag.ts +1 -1
  90. package/src/theme/global/colors/wallet.ts +2 -2
  91. package/types/components/Accordion/AccordionItem.d.ts +0 -0
  92. package/types/components/Accordion/StyledAccordion.d.ts +0 -0
  93. package/types/components/Accordion/index.d.ts +0 -0
  94. package/types/components/Alert/StyledAlert.d.ts +0 -0
  95. package/types/components/Alert/index.d.ts +0 -0
  96. package/types/components/Attachment/StyledAttachment.d.ts +0 -0
  97. package/types/components/Attachment/index.d.ts +0 -0
  98. package/types/components/Avatar/Avatar.d.ts +0 -0
  99. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -0
  100. package/types/components/Avatar/AvatarStack/index.d.ts +0 -0
  101. package/types/components/Avatar/AvatarStack/utils.d.ts +0 -0
  102. package/types/components/Avatar/StyledAvatar.d.ts +0 -0
  103. package/types/components/Avatar/index.d.ts +0 -0
  104. package/types/components/Badge/Status.d.ts +0 -0
  105. package/types/components/Badge/StyledBadge.d.ts +0 -0
  106. package/types/components/Badge/index.d.ts +0 -0
  107. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
  108. package/types/components/BottomNavigation/index.d.ts +0 -0
  109. package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -0
  110. package/types/components/BottomSheet/Footer.d.ts +0 -0
  111. package/types/components/BottomSheet/Header.d.ts +0 -0
  112. package/types/components/BottomSheet/ScrollView.d.ts +0 -0
  113. package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
  114. package/types/components/BottomSheet/index.d.ts +0 -0
  115. package/types/components/Box/StyledBox.d.ts +0 -0
  116. package/types/components/Box/config.d.ts +0 -0
  117. package/types/components/Box/index.d.ts +0 -0
  118. package/types/components/Box/types.d.ts +0 -0
  119. package/types/components/Button/Button.d.ts +0 -0
  120. package/types/components/Button/IconButton.d.ts +0 -0
  121. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
  122. package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
  123. package/types/components/Button/StyledButton.d.ts +0 -0
  124. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -0
  125. package/types/components/Button/UtilityButton/index.d.ts +0 -0
  126. package/types/components/Button/index.d.ts +0 -0
  127. package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
  128. package/types/components/Calendar/StyledCalendar.d.ts +0 -0
  129. package/types/components/Calendar/helpers.d.ts +0 -0
  130. package/types/components/Calendar/index.d.ts +2 -1
  131. package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
  132. package/types/components/Card/DataCard/index.d.ts +0 -0
  133. package/types/components/Card/StyledCard.d.ts +0 -0
  134. package/types/components/Card/index.d.ts +0 -0
  135. package/types/components/Carousel/CardCarousel.d.ts +0 -0
  136. package/types/components/Carousel/CarouselItem.d.ts +0 -0
  137. package/types/components/Carousel/StyledCardCarousel.d.ts +0 -0
  138. package/types/components/Carousel/StyledCarousel.d.ts +0 -0
  139. package/types/components/Carousel/contants.d.ts +0 -0
  140. package/types/components/Carousel/index.d.ts +0 -0
  141. package/types/components/Carousel/types.d.ts +0 -0
  142. package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
  143. package/types/components/Checkbox/index.d.ts +0 -0
  144. package/types/components/Collapse/StyledCollapse.d.ts +0 -0
  145. package/types/components/Collapse/index.d.ts +0 -0
  146. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
  147. package/types/components/ContentNavigator/index.d.ts +0 -0
  148. package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
  149. package/types/components/DatePicker/DatePickerCalendar.d.ts +0 -0
  150. package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
  151. package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
  152. package/types/components/DatePicker/index.d.ts +0 -0
  153. package/types/components/DatePicker/types.d.ts +0 -0
  154. package/types/components/Divider/StyledDivider.d.ts +0 -0
  155. package/types/components/Divider/index.d.ts +0 -0
  156. package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -0
  157. package/types/components/Drawer/DragableDrawer/index.d.ts +0 -0
  158. package/types/components/Drawer/StyledDrawer.d.ts +0 -0
  159. package/types/components/Drawer/index.d.ts +0 -0
  160. package/types/components/Empty/StyledEmpty.d.ts +0 -0
  161. package/types/components/Empty/index.d.ts +0 -0
  162. package/types/components/Error/StyledError.d.ts +0 -0
  163. package/types/components/Error/index.d.ts +0 -0
  164. package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
  165. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
  166. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -0
  167. package/types/components/FAB/ActionGroup/index.d.ts +0 -0
  168. package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
  169. package/types/components/FAB/FAB.d.ts +0 -0
  170. package/types/components/FAB/StyledFAB.d.ts +0 -0
  171. package/types/components/FAB/index.d.ts +0 -3
  172. package/types/components/Icon/AnimatedIcon.d.ts +0 -0
  173. package/types/components/Icon/HeroIcon/index.d.ts +0 -0
  174. package/types/components/Icon/IconList.d.ts +0 -0
  175. package/types/components/Icon/index.d.ts +0 -0
  176. package/types/components/Icon/utils.d.ts +0 -0
  177. package/types/components/Image/index.d.ts +0 -0
  178. package/types/components/List/BasicListItem.d.ts +0 -0
  179. package/types/components/List/ListItem.d.ts +0 -0
  180. package/types/components/List/StyledBasicListItem.d.ts +0 -0
  181. package/types/components/List/StyledListItem.d.ts +0 -0
  182. package/types/components/List/index.d.ts +0 -0
  183. package/types/components/PageControl/StyledPageControl.d.ts +0 -0
  184. package/types/components/PageControl/index.d.ts +0 -0
  185. package/types/components/PinInput/PinCell.d.ts +0 -0
  186. package/types/components/PinInput/StyledPinInput.d.ts +0 -0
  187. package/types/components/PinInput/index.d.ts +0 -0
  188. package/types/components/Portal/PortalHost.d.ts +5 -0
  189. package/types/components/Portal/PortalProvider.d.ts +7 -0
  190. package/types/components/Portal/constants.d.ts +8 -0
  191. package/types/components/Portal/contexts.d.ts +9 -0
  192. package/types/components/Portal/index.d.ts +13 -0
  193. package/types/components/Portal/reducer.d.ts +5 -0
  194. package/types/components/Portal/types.d.ts +22 -0
  195. package/types/components/Portal/usePortal.d.ts +8 -0
  196. package/types/components/Portal/usePortalState.d.ts +1 -0
  197. package/types/components/Progress/ProgressBar.d.ts +0 -0
  198. package/types/components/Progress/ProgressCircle.d.ts +0 -0
  199. package/types/components/Progress/StyledProgressBar.d.ts +0 -0
  200. package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
  201. package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
  202. package/types/components/Progress/constants.d.ts +0 -0
  203. package/types/components/Progress/index.d.ts +0 -0
  204. package/types/components/Progress/types.d.ts +0 -0
  205. package/types/components/Radio/Radio.d.ts +0 -0
  206. package/types/components/Radio/RadioGroup.d.ts +0 -0
  207. package/types/components/Radio/StyledRadio.d.ts +0 -0
  208. package/types/components/Radio/index.d.ts +0 -0
  209. package/types/components/Radio/types.d.ts +0 -0
  210. package/types/components/RefreshControl/index.d.ts +0 -0
  211. package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
  212. package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
  213. package/types/components/RichTextEditor/MentionList.d.ts +0 -0
  214. package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
  215. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
  216. package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
  217. package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -0
  218. package/types/components/RichTextEditor/constants.d.ts +0 -0
  219. package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -0
  220. package/types/components/RichTextEditor/index.d.ts +0 -0
  221. package/types/components/RichTextEditor/types.d.ts +0 -0
  222. package/types/components/RichTextEditor/utils/events.d.ts +0 -0
  223. package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
  224. package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
  225. package/types/components/SectionHeading/index.d.ts +0 -0
  226. package/types/components/Select/BaseOptionList.d.ts +0 -0
  227. package/types/components/Select/Footer.d.ts +0 -0
  228. package/types/components/Select/MultiSelect/Option.d.ts +0 -0
  229. package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
  230. package/types/components/Select/MultiSelect/index.d.ts +0 -0
  231. package/types/components/Select/SingleSelect/Option.d.ts +0 -0
  232. package/types/components/Select/SingleSelect/OptionList.d.ts +0 -0
  233. package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -0
  234. package/types/components/Select/SingleSelect/index.d.ts +0 -0
  235. package/types/components/Select/StyledSelect.d.ts +0 -0
  236. package/types/components/Select/helpers.d.ts +0 -0
  237. package/types/components/Select/index.d.ts +0 -0
  238. package/types/components/Select/types.d.ts +0 -0
  239. package/types/components/Skeleton/StyledSkeleton.d.ts +0 -0
  240. package/types/components/Skeleton/index.d.ts +0 -0
  241. package/types/components/Slider/index.d.ts +0 -0
  242. package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
  243. package/types/components/Spinner/StyledSpinner.d.ts +0 -0
  244. package/types/components/Spinner/index.d.ts +0 -0
  245. package/types/components/Success/StyledSuccess.d.ts +0 -0
  246. package/types/components/Success/index.d.ts +0 -0
  247. package/types/components/Swipeable/StyledSwipeable.d.ts +0 -0
  248. package/types/components/Swipeable/SwipeableAction.d.ts +0 -0
  249. package/types/components/Swipeable/index.d.ts +1 -1
  250. package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -0
  251. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -0
  252. package/types/components/Switch/SelectorSwitch/index.d.ts +0 -0
  253. package/types/components/Switch/StyledSwitch.d.ts +0 -0
  254. package/types/components/Switch/index.d.ts +0 -0
  255. package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
  256. package/types/components/Tabs/SceneView.d.ts +0 -0
  257. package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
  258. package/types/components/Tabs/ScrollableTabsHeader.d.ts +0 -0
  259. package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
  260. package/types/components/Tabs/StyledTabs.d.ts +0 -0
  261. package/types/components/Tabs/TabWithBadge.d.ts +0 -0
  262. package/types/components/Tabs/index.d.ts +0 -0
  263. package/types/components/Tabs/useIsFocused.d.ts +0 -0
  264. package/types/components/Tabs/utils.d.ts +0 -0
  265. package/types/components/Tag/StyledTag.d.ts +1 -4
  266. package/types/components/Tag/index.d.ts +1 -0
  267. package/types/components/TextInput/StyledTextInput.d.ts +0 -0
  268. package/types/components/TextInput/index.d.ts +0 -0
  269. package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
  270. package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
  271. package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
  272. package/types/components/TimePicker/index.d.ts +0 -0
  273. package/types/components/TimePicker/types.d.ts +0 -0
  274. package/types/components/Toast/StyledToast.d.ts +0 -0
  275. package/types/components/Toast/Toast.d.ts +0 -0
  276. package/types/components/Toast/ToastContainer.d.ts +0 -0
  277. package/types/components/Toast/ToastContext.d.ts +0 -0
  278. package/types/components/Toast/ToastProvider.d.ts +0 -0
  279. package/types/components/Toast/index.d.ts +0 -0
  280. package/types/components/Toast/types.d.ts +0 -0
  281. package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
  282. package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
  283. package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
  284. package/types/components/Toolbar/index.d.ts +0 -0
  285. package/types/components/Typography/Text/StyledText.d.ts +0 -0
  286. package/types/components/Typography/Text/index.d.ts +0 -0
  287. package/types/components/Typography/index.d.ts +0 -0
  288. package/types/index.d.ts +2 -2
  289. package/types/testHelpers/renderWithTheme.d.ts +0 -0
  290. package/types/theme/ThemeProvider.d.ts +0 -0
  291. package/types/theme/ThemeSwitcher.d.ts +0 -0
  292. package/types/theme/components/accordion.d.ts +0 -0
  293. package/types/theme/components/alert.d.ts +0 -0
  294. package/types/theme/components/attachment.d.ts +0 -0
  295. package/types/theme/components/avatar.d.ts +0 -0
  296. package/types/theme/components/badge.d.ts +0 -0
  297. package/types/theme/components/bottomNavigation.d.ts +0 -0
  298. package/types/theme/components/bottomSheet.d.ts +0 -0
  299. package/types/theme/components/button.d.ts +0 -0
  300. package/types/theme/components/calendar.d.ts +0 -0
  301. package/types/theme/components/card.d.ts +0 -0
  302. package/types/theme/components/cardCarousel.d.ts +0 -0
  303. package/types/theme/components/carousel.d.ts +0 -0
  304. package/types/theme/components/checkbox.d.ts +0 -0
  305. package/types/theme/components/contentNavigator.d.ts +0 -0
  306. package/types/theme/components/datePicker.d.ts +0 -0
  307. package/types/theme/components/divider.d.ts +0 -0
  308. package/types/theme/components/drawer.d.ts +0 -0
  309. package/types/theme/components/empty.d.ts +0 -0
  310. package/types/theme/components/error.d.ts +0 -0
  311. package/types/theme/components/fab.d.ts +0 -0
  312. package/types/theme/components/icon.d.ts +0 -0
  313. package/types/theme/components/image.d.ts +0 -0
  314. package/types/theme/components/list.d.ts +0 -0
  315. package/types/theme/components/pageControl.d.ts +0 -0
  316. package/types/theme/components/pinInput.d.ts +0 -0
  317. package/types/theme/components/progress.d.ts +0 -0
  318. package/types/theme/components/radio.d.ts +0 -0
  319. package/types/theme/components/refreshControl.d.ts +0 -0
  320. package/types/theme/components/richTextEditor.d.ts +0 -0
  321. package/types/theme/components/sectionHeading.d.ts +0 -0
  322. package/types/theme/components/select.d.ts +0 -0
  323. package/types/theme/components/skeleton.d.ts +0 -0
  324. package/types/theme/components/slider.d.ts +0 -0
  325. package/types/theme/components/spinner.d.ts +0 -0
  326. package/types/theme/components/success.d.ts +0 -0
  327. package/types/theme/components/swipeable.d.ts +3 -0
  328. package/types/theme/components/switch.d.ts +1 -1
  329. package/types/theme/components/tabs.d.ts +0 -0
  330. package/types/theme/components/tag.d.ts +1 -1
  331. package/types/theme/components/textInput.d.ts +0 -0
  332. package/types/theme/components/timePicker.d.ts +0 -0
  333. package/types/theme/components/toast.d.ts +0 -0
  334. package/types/theme/components/toolbar.d.ts +0 -0
  335. package/types/theme/components/typography.d.ts +0 -0
  336. package/types/theme/getTheme.d.ts +0 -0
  337. package/types/theme/global/borders.d.ts +0 -0
  338. package/types/theme/global/colors/eBens.d.ts +0 -0
  339. package/types/theme/global/colors/global.d.ts +0 -0
  340. package/types/theme/global/colors/globalDark.d.ts +0 -0
  341. package/types/theme/global/colors/jobs.d.ts +0 -0
  342. package/types/theme/global/colors/swag.d.ts +0 -0
  343. package/types/theme/global/colors/swagDark.d.ts +0 -0
  344. package/types/theme/global/colors/types.d.ts +0 -0
  345. package/types/theme/global/colors/wallet.d.ts +0 -0
  346. package/types/theme/global/colors/work.d.ts +0 -0
  347. package/types/theme/global/index.d.ts +0 -0
  348. package/types/theme/global/scale.d.ts +0 -0
  349. package/types/theme/global/sizes.d.ts +0 -0
  350. package/types/theme/global/space.d.ts +0 -0
  351. package/types/theme/global/typography.d.ts +0 -0
  352. package/types/theme/index.d.ts +0 -0
  353. package/types/types.d.ts +0 -0
  354. package/types/utils/functions.d.ts +0 -0
  355. package/types/utils/helpers.d.ts +0 -0
  356. package/types/utils/hooks.d.ts +0 -0
  357. package/types/utils/scale.d.ts +0 -0
  358. package/.tool-versions +0 -1
  359. package/.turbo/turbo-build:types.log +0 -9
  360. package/.turbo/turbo-lint.log +0 -163
  361. package/.turbo/turbo-test.log +0 -725
  362. package/.turbo/turbo-type-check.log +0 -1
  363. package/types/components/FAB/ActionGroup/FABModal.d.ts +0 -21
  364. package/types/components/FAB/ActionGroup/FABModalContentWrapper.d.ts +0 -18
  365. package/types/components/FAB/ActionGroup/FABProvider.d.ts +0 -5
  366. package/types/components/FAB/ActionGroup/ModalPresenter/ModalPresenter.d.ts +0 -34
  367. package/types/components/FAB/ActionGroup/ModalPresenter/index.d.ts +0 -3
  368. package/types/components/Tabs/ScrollableTabsV2/SceneView.d.ts +0 -10
  369. package/types/components/Tabs/ScrollableTabsV2/ScrollableTabsV2.d.ts +0 -9
  370. package/types/components/Tabs/ScrollableTabsV2/index.d.ts +0 -4
@@ -1,14 +1,12 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
- exports[`Tag renders correctly when variant is filled and intent is danger 1`] = `
3
+ exports[`Tag renders correctly when intent is danger 1`] = `
4
4
  <View
5
5
  style={
6
6
  Array [
7
7
  Object {
8
8
  "backgroundColor": "#fcebe7",
9
- "borderColor": "#fcebe7",
10
9
  "borderRadius": 4,
11
- "borderWidth": 1,
12
10
  "paddingHorizontal": 8,
13
11
  "paddingVertical": 4,
14
12
  },
@@ -16,7 +14,6 @@ exports[`Tag renders correctly when variant is filled and intent is danger 1`] =
16
14
  ]
17
15
  }
18
16
  themeIntent="danger"
19
- themeVariant="filled"
20
17
  >
21
18
  <Text
22
19
  allowFontScaling={false}
@@ -31,7 +28,7 @@ exports[`Tag renders correctly when variant is filled and intent is danger 1`] =
31
28
  },
32
29
  Array [
33
30
  Object {
34
- "color": "#de350b",
31
+ "color": "#cb300a",
35
32
  "includeFontPadding": false,
36
33
  "textAlign": "center",
37
34
  "textAlignVertical": "center",
@@ -42,30 +39,26 @@ exports[`Tag renders correctly when variant is filled and intent is danger 1`] =
42
39
  }
43
40
  themeFontWeight="semi-bold"
44
41
  themeIntent="body"
45
- themeVariant="filled"
46
42
  >
47
43
  DANGER
48
44
  </Text>
49
45
  </View>
50
46
  `;
51
47
 
52
- exports[`Tag renders correctly when variant is filled and intent is info 1`] = `
48
+ exports[`Tag renders correctly when intent is danger 2`] = `
53
49
  <View
54
50
  style={
55
51
  Array [
56
52
  Object {
57
- "backgroundColor": "#ecf0ff",
58
- "borderColor": "#ecf0ff",
53
+ "backgroundColor": "#fcebe7",
59
54
  "borderRadius": 4,
60
- "borderWidth": 1,
61
55
  "paddingHorizontal": 8,
62
56
  "paddingVertical": 4,
63
57
  },
64
58
  undefined,
65
59
  ]
66
60
  }
67
- themeIntent="info"
68
- themeVariant="filled"
61
+ themeIntent="danger"
69
62
  >
70
63
  <Text
71
64
  allowFontScaling={false}
@@ -80,7 +73,7 @@ exports[`Tag renders correctly when variant is filled and intent is info 1`] = `
80
73
  },
81
74
  Array [
82
75
  Object {
83
- "color": "#4568fb",
76
+ "color": "#cb300a",
84
77
  "includeFontPadding": false,
85
78
  "textAlign": "center",
86
79
  "textAlignVertical": "center",
@@ -91,30 +84,26 @@ exports[`Tag renders correctly when variant is filled and intent is info 1`] = `
91
84
  }
92
85
  themeFontWeight="semi-bold"
93
86
  themeIntent="body"
94
- themeVariant="filled"
95
87
  >
96
- INFO
88
+ DANGER
97
89
  </Text>
98
90
  </View>
99
91
  `;
100
92
 
101
- exports[`Tag renders correctly when variant is filled and intent is primary 1`] = `
93
+ exports[`Tag renders correctly when intent is info 1`] = `
102
94
  <View
103
95
  style={
104
96
  Array [
105
97
  Object {
106
- "backgroundColor": undefined,
107
- "borderColor": undefined,
98
+ "backgroundColor": "#ecf0ff",
108
99
  "borderRadius": 4,
109
- "borderWidth": 1,
110
100
  "paddingHorizontal": 8,
111
101
  "paddingVertical": 4,
112
102
  },
113
103
  undefined,
114
104
  ]
115
105
  }
116
- themeIntent="primary"
117
- themeVariant="filled"
106
+ themeIntent="info"
118
107
  >
119
108
  <Text
120
109
  allowFontScaling={false}
@@ -129,7 +118,7 @@ exports[`Tag renders correctly when variant is filled and intent is primary 1`]
129
118
  },
130
119
  Array [
131
120
  Object {
132
- "color": "#001f23",
121
+ "color": "#355bfb",
133
122
  "includeFontPadding": false,
134
123
  "textAlign": "center",
135
124
  "textAlignVertical": "center",
@@ -140,30 +129,26 @@ exports[`Tag renders correctly when variant is filled and intent is primary 1`]
140
129
  }
141
130
  themeFontWeight="semi-bold"
142
131
  themeIntent="body"
143
- themeVariant="filled"
144
132
  >
145
- PRIMARY
133
+ INFO
146
134
  </Text>
147
135
  </View>
148
136
  `;
149
137
 
150
- exports[`Tag renders correctly when variant is filled and intent is warning 1`] = `
138
+ exports[`Tag renders correctly when intent is info 2`] = `
151
139
  <View
152
140
  style={
153
141
  Array [
154
142
  Object {
155
- "backgroundColor": "#fff6eb",
156
- "borderColor": "#fff6eb",
143
+ "backgroundColor": "#ecf0ff",
157
144
  "borderRadius": 4,
158
- "borderWidth": 1,
159
145
  "paddingHorizontal": 8,
160
146
  "paddingVertical": 4,
161
147
  },
162
148
  undefined,
163
149
  ]
164
150
  }
165
- themeIntent="warning"
166
- themeVariant="filled"
151
+ themeIntent="info"
167
152
  >
168
153
  <Text
169
154
  allowFontScaling={false}
@@ -178,7 +163,7 @@ exports[`Tag renders correctly when variant is filled and intent is warning 1`]
178
163
  },
179
164
  Array [
180
165
  Object {
181
- "color": "#ffa234",
166
+ "color": "#355bfb",
182
167
  "includeFontPadding": false,
183
168
  "textAlign": "center",
184
169
  "textAlignVertical": "center",
@@ -189,30 +174,26 @@ exports[`Tag renders correctly when variant is filled and intent is warning 1`]
189
174
  }
190
175
  themeFontWeight="semi-bold"
191
176
  themeIntent="body"
192
- themeVariant="filled"
193
177
  >
194
- WARNING
178
+ INFO
195
179
  </Text>
196
180
  </View>
197
181
  `;
198
182
 
199
- exports[`Tag renders correctly when variant is outlined and intent is danger 1`] = `
183
+ exports[`Tag renders correctly when intent is primary 1`] = `
200
184
  <View
201
185
  style={
202
186
  Array [
203
187
  Object {
204
- "backgroundColor": "#fcebe7",
205
- "borderColor": "#de350b",
188
+ "backgroundColor": "#ece8ef",
206
189
  "borderRadius": 4,
207
- "borderWidth": 1,
208
190
  "paddingHorizontal": 8,
209
191
  "paddingVertical": 4,
210
192
  },
211
193
  undefined,
212
194
  ]
213
195
  }
214
- themeIntent="danger"
215
- themeVariant="outlined"
196
+ themeIntent="primary"
216
197
  >
217
198
  <Text
218
199
  allowFontScaling={false}
@@ -227,7 +208,7 @@ exports[`Tag renders correctly when variant is outlined and intent is danger 1`]
227
208
  },
228
209
  Array [
229
210
  Object {
230
- "color": "#de350b",
211
+ "color": "#401960",
231
212
  "includeFontPadding": false,
232
213
  "textAlign": "center",
233
214
  "textAlignVertical": "center",
@@ -238,30 +219,26 @@ exports[`Tag renders correctly when variant is outlined and intent is danger 1`]
238
219
  }
239
220
  themeFontWeight="semi-bold"
240
221
  themeIntent="body"
241
- themeVariant="outlined"
242
222
  >
243
- DANGER
223
+ PRIMARY
244
224
  </Text>
245
225
  </View>
246
226
  `;
247
227
 
248
- exports[`Tag renders correctly when variant is outlined and intent is info 1`] = `
228
+ exports[`Tag renders correctly when intent is primary 2`] = `
249
229
  <View
250
230
  style={
251
231
  Array [
252
232
  Object {
253
- "backgroundColor": "#ecf0ff",
254
- "borderColor": "#4568fb",
233
+ "backgroundColor": "#ece8ef",
255
234
  "borderRadius": 4,
256
- "borderWidth": 1,
257
235
  "paddingHorizontal": 8,
258
236
  "paddingVertical": 4,
259
237
  },
260
238
  undefined,
261
239
  ]
262
240
  }
263
- themeIntent="info"
264
- themeVariant="outlined"
241
+ themeIntent="primary"
265
242
  >
266
243
  <Text
267
244
  allowFontScaling={false}
@@ -276,7 +253,7 @@ exports[`Tag renders correctly when variant is outlined and intent is info 1`] =
276
253
  },
277
254
  Array [
278
255
  Object {
279
- "color": "#4568fb",
256
+ "color": "#401960",
280
257
  "includeFontPadding": false,
281
258
  "textAlign": "center",
282
259
  "textAlignVertical": "center",
@@ -287,30 +264,26 @@ exports[`Tag renders correctly when variant is outlined and intent is info 1`] =
287
264
  }
288
265
  themeFontWeight="semi-bold"
289
266
  themeIntent="body"
290
- themeVariant="outlined"
291
267
  >
292
- INFO
268
+ PRIMARY
293
269
  </Text>
294
270
  </View>
295
271
  `;
296
272
 
297
- exports[`Tag renders correctly when variant is outlined and intent is primary 1`] = `
273
+ exports[`Tag renders correctly when intent is success 1`] = `
298
274
  <View
299
275
  style={
300
276
  Array [
301
277
  Object {
302
- "backgroundColor": undefined,
303
- "borderColor": "#001f23",
278
+ "backgroundColor": "#f0fef4",
304
279
  "borderRadius": 4,
305
- "borderWidth": 1,
306
280
  "paddingHorizontal": 8,
307
281
  "paddingVertical": 4,
308
282
  },
309
283
  undefined,
310
284
  ]
311
285
  }
312
- themeIntent="primary"
313
- themeVariant="outlined"
286
+ themeIntent="success"
314
287
  >
315
288
  <Text
316
289
  allowFontScaling={false}
@@ -325,7 +298,7 @@ exports[`Tag renders correctly when variant is outlined and intent is primary 1`
325
298
  },
326
299
  Array [
327
300
  Object {
328
- "color": "#001f23",
301
+ "color": "#017d6d",
329
302
  "includeFontPadding": false,
330
303
  "textAlign": "center",
331
304
  "textAlignVertical": "center",
@@ -336,30 +309,26 @@ exports[`Tag renders correctly when variant is outlined and intent is primary 1`
336
309
  }
337
310
  themeFontWeight="semi-bold"
338
311
  themeIntent="body"
339
- themeVariant="outlined"
340
312
  >
341
- PRIMARY
313
+ SUCCESS
342
314
  </Text>
343
315
  </View>
344
316
  `;
345
317
 
346
- exports[`Tag renders correctly when variant is outlined and intent is success 1`] = `
318
+ exports[`Tag renders correctly when intent is warning 1`] = `
347
319
  <View
348
320
  style={
349
321
  Array [
350
322
  Object {
351
- "backgroundColor": "#f0fef4",
352
- "borderColor": "#017d6d",
323
+ "backgroundColor": "#fff6eb",
353
324
  "borderRadius": 4,
354
- "borderWidth": 1,
355
325
  "paddingHorizontal": 8,
356
326
  "paddingVertical": 4,
357
327
  },
358
328
  undefined,
359
329
  ]
360
330
  }
361
- themeIntent="success"
362
- themeVariant="outlined"
331
+ themeIntent="warning"
363
332
  >
364
333
  <Text
365
334
  allowFontScaling={false}
@@ -374,7 +343,7 @@ exports[`Tag renders correctly when variant is outlined and intent is success 1`
374
343
  },
375
344
  Array [
376
345
  Object {
377
- "color": "#017d6d",
346
+ "color": "#ac5d00",
378
347
  "includeFontPadding": false,
379
348
  "textAlign": "center",
380
349
  "textAlignVertical": "center",
@@ -385,22 +354,19 @@ exports[`Tag renders correctly when variant is outlined and intent is success 1`
385
354
  }
386
355
  themeFontWeight="semi-bold"
387
356
  themeIntent="body"
388
- themeVariant="outlined"
389
357
  >
390
- SUCCESS
358
+ WARNING
391
359
  </Text>
392
360
  </View>
393
361
  `;
394
362
 
395
- exports[`Tag renders correctly when variant is outlined and intent is warning 1`] = `
363
+ exports[`Tag renders correctly when intent is warning 2`] = `
396
364
  <View
397
365
  style={
398
366
  Array [
399
367
  Object {
400
368
  "backgroundColor": "#fff6eb",
401
- "borderColor": "#ffa234",
402
369
  "borderRadius": 4,
403
- "borderWidth": 1,
404
370
  "paddingHorizontal": 8,
405
371
  "paddingVertical": 4,
406
372
  },
@@ -408,7 +374,6 @@ exports[`Tag renders correctly when variant is outlined and intent is warning 1`
408
374
  ]
409
375
  }
410
376
  themeIntent="warning"
411
- themeVariant="outlined"
412
377
  >
413
378
  <Text
414
379
  allowFontScaling={false}
@@ -423,7 +388,7 @@ exports[`Tag renders correctly when variant is outlined and intent is warning 1`
423
388
  },
424
389
  Array [
425
390
  Object {
426
- "color": "#ffa234",
391
+ "color": "#ac5d00",
427
392
  "includeFontPadding": false,
428
393
  "textAlign": "center",
429
394
  "textAlignVertical": "center",
@@ -434,7 +399,6 @@ exports[`Tag renders correctly when variant is outlined and intent is warning 1`
434
399
  }
435
400
  themeFontWeight="semi-bold"
436
401
  themeIntent="body"
437
- themeVariant="outlined"
438
402
  >
439
403
  WARNING
440
404
  </Text>
@@ -446,10 +410,8 @@ exports[`Tag renders correctly with custom content 1`] = `
446
410
  style={
447
411
  Array [
448
412
  Object {
449
- "backgroundColor": undefined,
450
- "borderColor": "#001f23",
413
+ "backgroundColor": "#ece8ef",
451
414
  "borderRadius": 4,
452
- "borderWidth": 1,
453
415
  "paddingHorizontal": 8,
454
416
  "paddingVertical": 4,
455
417
  },
@@ -457,7 +419,6 @@ exports[`Tag renders correctly with custom content 1`] = `
457
419
  ]
458
420
  }
459
421
  themeIntent="primary"
460
- themeVariant="outlined"
461
422
  >
462
423
  <Text
463
424
  allowFontScaling={false}
@@ -1,6 +1,7 @@
1
1
  import React, { ReactElement } from 'react';
2
2
  import type { StyleProp, ViewProps, ViewStyle } from 'react-native';
3
3
  import { StyledText, StyledView } from './StyledTag';
4
+ import { useDeprecation } from '../../utils/hooks';
4
5
 
5
6
  interface TagProps extends ViewProps {
6
7
  /**
@@ -12,6 +13,7 @@ interface TagProps extends ViewProps {
12
13
  */
13
14
  intent?: 'primary' | 'info' | 'success' | 'warning' | 'danger' | 'archived';
14
15
  /**
16
+ * @deprecated Tag variant prop is deprecated and will be removed in the next major release. Please remove it.
15
17
  * Tag variant.
16
18
  */
17
19
  variant?: 'filled' | 'outlined';
@@ -33,20 +35,20 @@ const Tag = ({
33
35
  testID,
34
36
  ...nativeProps
35
37
  }: TagProps): JSX.Element => {
38
+ useDeprecation(
39
+ `Tag's variant prop is deprecated and will be removed in the next major release. Please remove it.`,
40
+ variant !== undefined
41
+ );
42
+
36
43
  return (
37
44
  <StyledView
38
45
  {...nativeProps}
39
46
  themeIntent={intent}
40
- themeVariant={variant}
41
47
  style={style}
42
48
  testID={testID}
43
49
  >
44
50
  {typeof content === 'string' ? (
45
- <StyledText
46
- themeIntent={intent}
47
- themeVariant={variant}
48
- fontWeight="semi-bold"
49
- >
51
+ <StyledText themeIntent={intent} fontWeight="semi-bold">
50
52
  {content}
51
53
  </StyledText>
52
54
  ) : (
@@ -343,7 +343,7 @@ exports[`StyledAsteriskLabel renders correctly with themeState default 1`] = `
343
343
  },
344
344
  Array [
345
345
  Object {
346
- "color": "#de350b",
346
+ "color": "#cb300a",
347
347
  "lineHeight": 12,
348
348
  },
349
349
  undefined,
@@ -401,7 +401,7 @@ exports[`StyledAsteriskLabel renders correctly with themeState error 1`] = `
401
401
  },
402
402
  Array [
403
403
  Object {
404
- "color": "#de350b",
404
+ "color": "#cb300a",
405
405
  "lineHeight": 12,
406
406
  },
407
407
  undefined,
@@ -430,7 +430,7 @@ exports[`StyledAsteriskLabel renders correctly with themeState filled 1`] = `
430
430
  },
431
431
  Array [
432
432
  Object {
433
- "color": "#de350b",
433
+ "color": "#cb300a",
434
434
  "lineHeight": 12,
435
435
  },
436
436
  undefined,
@@ -479,7 +479,7 @@ exports[`StyledBorderBackDrop renders correctly when focused 1`] = `
479
479
  style={
480
480
  Array [
481
481
  Object {
482
- "borderColor": "#de350b",
482
+ "borderColor": "#cb300a",
483
483
  "borderRadius": 8,
484
484
  "borderWidth": 2,
485
485
  "bottom": 0,
@@ -545,7 +545,7 @@ exports[`StyledBorderBackDrop renders correctly with themeState error 1`] = `
545
545
  style={
546
546
  Array [
547
547
  Object {
548
- "borderColor": "#de350b",
548
+ "borderColor": "#cb300a",
549
549
  "borderRadius": 8,
550
550
  "borderWidth": 1,
551
551
  "bottom": 0,
@@ -620,7 +620,7 @@ exports[`StyledErrorMessage renders correctly 1`] = `
620
620
  },
621
621
  Array [
622
622
  Object {
623
- "color": "#de350b",
623
+ "color": "#cb300a",
624
624
  "marginLeft": 4,
625
625
  },
626
626
  undefined,
@@ -763,7 +763,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeState error 1`] = `
763
763
  Array [
764
764
  Object {
765
765
  "alignSelf": "flex-end",
766
- "color": "#de350b",
766
+ "color": "#cb300a",
767
767
  "flex": 1,
768
768
  "flexGrow": 1,
769
769
  "marginRight": 4,
@@ -85,7 +85,7 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
85
85
  },
86
86
  Array [
87
87
  Object {
88
- "color": "#de350b",
88
+ "color": "#cb300a",
89
89
  "lineHeight": 12,
90
90
  },
91
91
  undefined,
@@ -360,7 +360,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
360
360
  },
361
361
  Array [
362
362
  Object {
363
- "color": "#de350b",
363
+ "color": "#cb300a",
364
364
  "lineHeight": 12,
365
365
  },
366
366
  undefined,
@@ -634,7 +634,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
634
634
  },
635
635
  Array [
636
636
  Object {
637
- "color": "#de350b",
637
+ "color": "#cb300a",
638
638
  "lineHeight": 12,
639
639
  },
640
640
  undefined,
@@ -1062,7 +1062,7 @@ exports[`TextInput error renders correctly 1`] = `
1062
1062
  style={
1063
1063
  Array [
1064
1064
  Object {
1065
- "borderColor": "#de350b",
1065
+ "borderColor": "#cb300a",
1066
1066
  "borderRadius": 8,
1067
1067
  "borderWidth": 1,
1068
1068
  "bottom": 0,
@@ -1144,7 +1144,7 @@ exports[`TextInput error renders correctly 1`] = `
1144
1144
  },
1145
1145
  Array [
1146
1146
  Object {
1147
- "color": "#de350b",
1147
+ "color": "#cb300a",
1148
1148
  },
1149
1149
  undefined,
1150
1150
  ],
@@ -1267,7 +1267,7 @@ exports[`TextInput error renders correctly 1`] = `
1267
1267
  style={
1268
1268
  Array [
1269
1269
  Object {
1270
- "color": "#de350b",
1270
+ "color": "#cb300a",
1271
1271
  "fontSize": 16,
1272
1272
  },
1273
1273
  undefined,
@@ -1290,7 +1290,7 @@ exports[`TextInput error renders correctly 1`] = `
1290
1290
  },
1291
1291
  Array [
1292
1292
  Object {
1293
- "color": "#de350b",
1293
+ "color": "#cb300a",
1294
1294
  "marginLeft": 4,
1295
1295
  },
1296
1296
  undefined,
@@ -1632,7 +1632,7 @@ exports[`TextInput helper text renders correctly 1`] = `
1632
1632
  },
1633
1633
  Array [
1634
1634
  Object {
1635
- "color": "#de350b",
1635
+ "color": "#cb300a",
1636
1636
  },
1637
1637
  undefined,
1638
1638
  ],
@@ -2086,7 +2086,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
2086
2086
  },
2087
2087
  Array [
2088
2088
  Object {
2089
- "color": "#de350b",
2089
+ "color": "#cb300a",
2090
2090
  },
2091
2091
  undefined,
2092
2092
  ],
@@ -2415,7 +2415,7 @@ exports[`TextInput max length renders correctly 1`] = `
2415
2415
  style={
2416
2416
  Array [
2417
2417
  Object {
2418
- "borderColor": "#de350b",
2418
+ "borderColor": "#cb300a",
2419
2419
  "borderRadius": 8,
2420
2420
  "borderWidth": 1,
2421
2421
  "bottom": 0,
@@ -2469,7 +2469,7 @@ exports[`TextInput max length renders correctly 1`] = `
2469
2469
  },
2470
2470
  Array [
2471
2471
  Object {
2472
- "color": "#de350b",
2472
+ "color": "#cb300a",
2473
2473
  "lineHeight": 12,
2474
2474
  },
2475
2475
  undefined,
@@ -2607,7 +2607,7 @@ exports[`TextInput max length renders correctly 1`] = `
2607
2607
  style={
2608
2608
  Array [
2609
2609
  Object {
2610
- "color": "#de350b",
2610
+ "color": "#cb300a",
2611
2611
  "fontSize": 16,
2612
2612
  },
2613
2613
  undefined,
@@ -2630,7 +2630,7 @@ exports[`TextInput max length renders correctly 1`] = `
2630
2630
  },
2631
2631
  Array [
2632
2632
  Object {
2633
- "color": "#de350b",
2633
+ "color": "#cb300a",
2634
2634
  "marginLeft": 4,
2635
2635
  },
2636
2636
  undefined,
@@ -2658,7 +2658,7 @@ exports[`TextInput max length renders correctly 1`] = `
2658
2658
  Array [
2659
2659
  Object {
2660
2660
  "alignSelf": "flex-end",
2661
- "color": "#de350b",
2661
+ "color": "#cb300a",
2662
2662
  "flex": 1,
2663
2663
  "flexGrow": 1,
2664
2664
  "marginRight": 4,
@@ -2712,7 +2712,7 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
2712
2712
  style={
2713
2713
  Array [
2714
2714
  Object {
2715
- "borderColor": "#de350b",
2715
+ "borderColor": "#cb300a",
2716
2716
  "borderRadius": 8,
2717
2717
  "borderWidth": 1,
2718
2718
  "bottom": 0,
@@ -2766,7 +2766,7 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
2766
2766
  },
2767
2767
  Array [
2768
2768
  Object {
2769
- "color": "#de350b",
2769
+ "color": "#cb300a",
2770
2770
  "lineHeight": 12,
2771
2771
  },
2772
2772
  undefined,
@@ -2904,7 +2904,7 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
2904
2904
  style={
2905
2905
  Array [
2906
2906
  Object {
2907
- "color": "#de350b",
2907
+ "color": "#cb300a",
2908
2908
  "fontSize": 16,
2909
2909
  },
2910
2910
  undefined,
@@ -2927,7 +2927,7 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
2927
2927
  },
2928
2928
  Array [
2929
2929
  Object {
2930
- "color": "#de350b",
2930
+ "color": "#cb300a",
2931
2931
  "marginLeft": 4,
2932
2932
  },
2933
2933
  undefined,
@@ -3059,7 +3059,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
3059
3059
  },
3060
3060
  Array [
3061
3061
  Object {
3062
- "color": "#de350b",
3062
+ "color": "#cb300a",
3063
3063
  },
3064
3064
  undefined,
3065
3065
  ],
@@ -3716,7 +3716,7 @@ exports[`TextInput required renders correctly 1`] = `
3716
3716
  },
3717
3717
  Array [
3718
3718
  Object {
3719
- "color": "#de350b",
3719
+ "color": "#cb300a",
3720
3720
  },
3721
3721
  undefined,
3722
3722
  ],
@@ -174,7 +174,7 @@ exports[`ToolbarItems renders correctly when intent is info, icon is undefined,
174
174
  style={
175
175
  Array [
176
176
  Object {
177
- "color": "#4568fb",
177
+ "color": "#355bfb",
178
178
  "fontFamily": "BeVietnamPro-SemiBold",
179
179
  "fontSize": 16,
180
180
  "letterSpacing": 0.24,