@hero-design/rn 8.66.0 → 8.68.0-alpha.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 (342) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/es/index.js +151 -132
  3. package/lib/index.js +152 -132
  4. package/package.json +2 -2
  5. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +4 -4
  6. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
  7. package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +18 -18
  8. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -2
  9. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +1 -1
  10. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  11. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +1 -1
  12. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  13. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +4 -4
  14. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  15. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +21 -21
  16. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +12 -12
  17. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -5
  18. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +1 -1
  19. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  20. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +4 -4
  21. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +3 -3
  22. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
  23. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
  24. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  25. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +1 -1
  26. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  27. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
  28. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +2 -2
  29. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +3 -3
  30. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
  31. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  32. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  33. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +2 -2
  34. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +6 -6
  35. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +2 -2
  36. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +2 -2
  37. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  38. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +5 -5
  39. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +10 -10
  40. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +14 -14
  41. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
  42. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +1 -1
  43. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  44. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +2 -2
  45. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +14 -14
  46. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +14 -14
  47. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -1
  48. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +8 -8
  49. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  50. package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
  51. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +4 -4
  52. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +32 -32
  53. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
  54. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  55. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +1 -1
  56. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  57. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +2 -2
  58. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -3
  59. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +5 -5
  60. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  61. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +5 -5
  62. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +1 -1
  63. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +18 -18
  64. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +7 -7
  65. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +1 -1
  66. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  67. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +1 -1
  68. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  69. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +1 -1
  70. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  71. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +1 -1
  72. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +1 -1
  73. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  74. package/src/index.ts +2 -0
  75. package/src/theme/ThemeSwitcher.tsx +12 -2
  76. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +66 -66
  77. package/src/theme/getTheme.ts +2 -2
  78. package/src/theme/global/colors/__tests__/__snapshots__/swagLight.spec.ts.snap +48 -0
  79. package/src/theme/global/colors/__tests__/swagLight.spec.ts +7 -0
  80. package/src/theme/global/colors/swagLight.ts +25 -0
  81. package/src/theme/global/index.ts +2 -0
  82. package/src/theme/index.ts +2 -0
  83. package/types/components/Accordion/AccordionItem.d.ts +0 -0
  84. package/types/components/Accordion/StyledAccordion.d.ts +0 -0
  85. package/types/components/Accordion/index.d.ts +0 -0
  86. package/types/components/Alert/StyledAlert.d.ts +0 -0
  87. package/types/components/Alert/index.d.ts +0 -0
  88. package/types/components/Attachment/StyledAttachment.d.ts +0 -0
  89. package/types/components/Attachment/index.d.ts +0 -0
  90. package/types/components/Avatar/Avatar.d.ts +0 -0
  91. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -0
  92. package/types/components/Avatar/AvatarStack/index.d.ts +0 -0
  93. package/types/components/Avatar/AvatarStack/utils.d.ts +0 -0
  94. package/types/components/Avatar/StyledAvatar.d.ts +0 -0
  95. package/types/components/Avatar/index.d.ts +0 -0
  96. package/types/components/Badge/Status.d.ts +0 -0
  97. package/types/components/Badge/StyledBadge.d.ts +0 -0
  98. package/types/components/Badge/index.d.ts +0 -0
  99. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
  100. package/types/components/BottomNavigation/index.d.ts +0 -0
  101. package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -0
  102. package/types/components/BottomSheet/Footer.d.ts +0 -0
  103. package/types/components/BottomSheet/Header.d.ts +0 -0
  104. package/types/components/BottomSheet/ScrollView.d.ts +0 -0
  105. package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
  106. package/types/components/BottomSheet/index.d.ts +0 -0
  107. package/types/components/Box/StyledBox.d.ts +0 -0
  108. package/types/components/Box/config.d.ts +0 -0
  109. package/types/components/Box/index.d.ts +0 -0
  110. package/types/components/Box/types.d.ts +0 -0
  111. package/types/components/Button/Button.d.ts +0 -0
  112. package/types/components/Button/IconButton.d.ts +0 -0
  113. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
  114. package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
  115. package/types/components/Button/StyledButton.d.ts +0 -0
  116. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -0
  117. package/types/components/Button/UtilityButton/index.d.ts +0 -0
  118. package/types/components/Button/index.d.ts +0 -0
  119. package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
  120. package/types/components/Calendar/StyledCalendar.d.ts +0 -0
  121. package/types/components/Calendar/helpers.d.ts +0 -0
  122. package/types/components/Calendar/index.d.ts +0 -0
  123. package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
  124. package/types/components/Card/DataCard/index.d.ts +0 -0
  125. package/types/components/Card/StyledCard.d.ts +0 -0
  126. package/types/components/Card/index.d.ts +0 -0
  127. package/types/components/Carousel/CardCarousel.d.ts +0 -0
  128. package/types/components/Carousel/CarouselItem.d.ts +0 -0
  129. package/types/components/Carousel/StyledCardCarousel.d.ts +0 -0
  130. package/types/components/Carousel/StyledCarousel.d.ts +0 -0
  131. package/types/components/Carousel/contants.d.ts +0 -0
  132. package/types/components/Carousel/index.d.ts +0 -0
  133. package/types/components/Carousel/types.d.ts +0 -0
  134. package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
  135. package/types/components/Checkbox/index.d.ts +0 -0
  136. package/types/components/Collapse/StyledCollapse.d.ts +0 -0
  137. package/types/components/Collapse/index.d.ts +0 -0
  138. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
  139. package/types/components/ContentNavigator/index.d.ts +0 -0
  140. package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
  141. package/types/components/DatePicker/DatePickerCalendar.d.ts +0 -0
  142. package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
  143. package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
  144. package/types/components/DatePicker/index.d.ts +0 -0
  145. package/types/components/DatePicker/types.d.ts +0 -0
  146. package/types/components/Divider/StyledDivider.d.ts +0 -0
  147. package/types/components/Divider/index.d.ts +0 -0
  148. package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -0
  149. package/types/components/Drawer/DragableDrawer/index.d.ts +0 -0
  150. package/types/components/Drawer/StyledDrawer.d.ts +0 -0
  151. package/types/components/Drawer/index.d.ts +0 -0
  152. package/types/components/Empty/StyledEmpty.d.ts +0 -0
  153. package/types/components/Empty/index.d.ts +0 -0
  154. package/types/components/Error/StyledError.d.ts +0 -0
  155. package/types/components/Error/index.d.ts +0 -0
  156. package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
  157. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
  158. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -0
  159. package/types/components/FAB/ActionGroup/index.d.ts +0 -0
  160. package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
  161. package/types/components/FAB/FAB.d.ts +0 -0
  162. package/types/components/FAB/StyledFAB.d.ts +0 -0
  163. package/types/components/FAB/index.d.ts +0 -0
  164. package/types/components/Icon/AnimatedIcon.d.ts +0 -0
  165. package/types/components/Icon/HeroIcon/index.d.ts +0 -0
  166. package/types/components/Icon/IconList.d.ts +0 -0
  167. package/types/components/Icon/index.d.ts +0 -0
  168. package/types/components/Icon/utils.d.ts +0 -0
  169. package/types/components/Image/index.d.ts +0 -0
  170. package/types/components/List/BasicListItem.d.ts +0 -0
  171. package/types/components/List/ListItem.d.ts +0 -0
  172. package/types/components/List/StyledBasicListItem.d.ts +0 -0
  173. package/types/components/List/StyledListItem.d.ts +0 -0
  174. package/types/components/List/index.d.ts +0 -0
  175. package/types/components/PageControl/StyledPageControl.d.ts +0 -0
  176. package/types/components/PageControl/index.d.ts +0 -0
  177. package/types/components/PinInput/PinCell.d.ts +0 -0
  178. package/types/components/PinInput/StyledPinInput.d.ts +0 -0
  179. package/types/components/PinInput/index.d.ts +0 -0
  180. package/types/components/Progress/ProgressBar.d.ts +0 -0
  181. package/types/components/Progress/ProgressCircle.d.ts +0 -0
  182. package/types/components/Progress/StyledProgressBar.d.ts +0 -0
  183. package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
  184. package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
  185. package/types/components/Progress/constants.d.ts +0 -0
  186. package/types/components/Progress/index.d.ts +0 -0
  187. package/types/components/Progress/types.d.ts +0 -0
  188. package/types/components/Radio/Radio.d.ts +0 -0
  189. package/types/components/Radio/RadioGroup.d.ts +0 -0
  190. package/types/components/Radio/StyledRadio.d.ts +0 -0
  191. package/types/components/Radio/index.d.ts +0 -0
  192. package/types/components/Radio/types.d.ts +0 -0
  193. package/types/components/RefreshControl/index.d.ts +0 -0
  194. package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
  195. package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
  196. package/types/components/RichTextEditor/MentionList.d.ts +0 -0
  197. package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
  198. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
  199. package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
  200. package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -0
  201. package/types/components/RichTextEditor/constants.d.ts +0 -0
  202. package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -0
  203. package/types/components/RichTextEditor/index.d.ts +0 -0
  204. package/types/components/RichTextEditor/types.d.ts +0 -0
  205. package/types/components/RichTextEditor/utils/events.d.ts +0 -0
  206. package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
  207. package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
  208. package/types/components/SectionHeading/index.d.ts +0 -0
  209. package/types/components/Select/BaseOptionList.d.ts +0 -0
  210. package/types/components/Select/Footer.d.ts +0 -0
  211. package/types/components/Select/MultiSelect/Option.d.ts +0 -0
  212. package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
  213. package/types/components/Select/MultiSelect/index.d.ts +0 -0
  214. package/types/components/Select/SingleSelect/Option.d.ts +0 -0
  215. package/types/components/Select/SingleSelect/OptionList.d.ts +0 -0
  216. package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -0
  217. package/types/components/Select/SingleSelect/index.d.ts +0 -0
  218. package/types/components/Select/StyledSelect.d.ts +0 -0
  219. package/types/components/Select/helpers.d.ts +0 -0
  220. package/types/components/Select/index.d.ts +0 -0
  221. package/types/components/Select/types.d.ts +0 -0
  222. package/types/components/Skeleton/StyledSkeleton.d.ts +0 -0
  223. package/types/components/Skeleton/index.d.ts +0 -0
  224. package/types/components/Slider/index.d.ts +0 -0
  225. package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
  226. package/types/components/Spinner/StyledSpinner.d.ts +0 -0
  227. package/types/components/Spinner/index.d.ts +0 -0
  228. package/types/components/Success/StyledSuccess.d.ts +0 -0
  229. package/types/components/Success/index.d.ts +0 -0
  230. package/types/components/Swipeable/StyledSwipeable.d.ts +0 -0
  231. package/types/components/Swipeable/SwipeableAction.d.ts +0 -0
  232. package/types/components/Swipeable/index.d.ts +0 -0
  233. package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -0
  234. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -0
  235. package/types/components/Switch/SelectorSwitch/index.d.ts +0 -0
  236. package/types/components/Switch/StyledSwitch.d.ts +0 -0
  237. package/types/components/Switch/index.d.ts +0 -0
  238. package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
  239. package/types/components/Tabs/SceneView.d.ts +0 -0
  240. package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
  241. package/types/components/Tabs/ScrollableTabsHeader.d.ts +35 -0
  242. package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
  243. package/types/components/Tabs/StyledTabs.d.ts +0 -0
  244. package/types/components/Tabs/TabWithBadge.d.ts +0 -0
  245. package/types/components/Tabs/index.d.ts +0 -0
  246. package/types/components/Tabs/useIsFocused.d.ts +0 -0
  247. package/types/components/Tabs/utils.d.ts +0 -0
  248. package/types/components/Tag/StyledTag.d.ts +0 -0
  249. package/types/components/Tag/index.d.ts +0 -0
  250. package/types/components/TextInput/StyledTextInput.d.ts +0 -0
  251. package/types/components/TextInput/index.d.ts +0 -0
  252. package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
  253. package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
  254. package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
  255. package/types/components/TimePicker/index.d.ts +0 -0
  256. package/types/components/TimePicker/types.d.ts +0 -0
  257. package/types/components/Toast/StyledToast.d.ts +0 -0
  258. package/types/components/Toast/Toast.d.ts +0 -0
  259. package/types/components/Toast/ToastContainer.d.ts +0 -0
  260. package/types/components/Toast/ToastContext.d.ts +0 -0
  261. package/types/components/Toast/ToastProvider.d.ts +0 -0
  262. package/types/components/Toast/index.d.ts +0 -0
  263. package/types/components/Toast/types.d.ts +0 -0
  264. package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
  265. package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
  266. package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
  267. package/types/components/Toolbar/index.d.ts +0 -0
  268. package/types/components/Typography/Text/StyledText.d.ts +0 -0
  269. package/types/components/Typography/Text/index.d.ts +0 -0
  270. package/types/components/Typography/index.d.ts +0 -0
  271. package/types/index.d.ts +2 -2
  272. package/types/testHelpers/renderWithTheme.d.ts +0 -0
  273. package/types/theme/ThemeProvider.d.ts +0 -0
  274. package/types/theme/ThemeSwitcher.d.ts +1 -1
  275. package/types/theme/components/accordion.d.ts +0 -0
  276. package/types/theme/components/alert.d.ts +0 -0
  277. package/types/theme/components/attachment.d.ts +0 -0
  278. package/types/theme/components/avatar.d.ts +0 -0
  279. package/types/theme/components/badge.d.ts +0 -0
  280. package/types/theme/components/bottomNavigation.d.ts +0 -0
  281. package/types/theme/components/bottomSheet.d.ts +0 -0
  282. package/types/theme/components/button.d.ts +0 -0
  283. package/types/theme/components/calendar.d.ts +0 -0
  284. package/types/theme/components/card.d.ts +0 -0
  285. package/types/theme/components/cardCarousel.d.ts +0 -0
  286. package/types/theme/components/carousel.d.ts +0 -0
  287. package/types/theme/components/checkbox.d.ts +0 -0
  288. package/types/theme/components/contentNavigator.d.ts +0 -0
  289. package/types/theme/components/datePicker.d.ts +0 -0
  290. package/types/theme/components/divider.d.ts +0 -0
  291. package/types/theme/components/drawer.d.ts +0 -0
  292. package/types/theme/components/empty.d.ts +0 -0
  293. package/types/theme/components/error.d.ts +0 -0
  294. package/types/theme/components/fab.d.ts +0 -0
  295. package/types/theme/components/icon.d.ts +0 -0
  296. package/types/theme/components/image.d.ts +0 -0
  297. package/types/theme/components/list.d.ts +0 -0
  298. package/types/theme/components/pageControl.d.ts +0 -0
  299. package/types/theme/components/pinInput.d.ts +0 -0
  300. package/types/theme/components/progress.d.ts +0 -0
  301. package/types/theme/components/radio.d.ts +0 -0
  302. package/types/theme/components/refreshControl.d.ts +0 -0
  303. package/types/theme/components/richTextEditor.d.ts +0 -0
  304. package/types/theme/components/sectionHeading.d.ts +0 -0
  305. package/types/theme/components/select.d.ts +0 -0
  306. package/types/theme/components/skeleton.d.ts +0 -0
  307. package/types/theme/components/slider.d.ts +0 -0
  308. package/types/theme/components/spinner.d.ts +0 -0
  309. package/types/theme/components/success.d.ts +0 -0
  310. package/types/theme/components/swipeable.d.ts +0 -0
  311. package/types/theme/components/switch.d.ts +0 -0
  312. package/types/theme/components/tabs.d.ts +0 -0
  313. package/types/theme/components/tag.d.ts +0 -0
  314. package/types/theme/components/textInput.d.ts +0 -0
  315. package/types/theme/components/timePicker.d.ts +0 -0
  316. package/types/theme/components/toast.d.ts +0 -0
  317. package/types/theme/components/toolbar.d.ts +0 -0
  318. package/types/theme/components/typography.d.ts +0 -0
  319. package/types/theme/getTheme.d.ts +0 -0
  320. package/types/theme/global/borders.d.ts +0 -0
  321. package/types/theme/global/colors/eBens.d.ts +0 -0
  322. package/types/theme/global/colors/global.d.ts +0 -0
  323. package/types/theme/global/colors/globalDark.d.ts +0 -0
  324. package/types/theme/global/colors/jobs.d.ts +0 -0
  325. package/types/theme/global/colors/swag.d.ts +0 -0
  326. package/types/theme/global/colors/swagDark.d.ts +0 -0
  327. package/types/theme/global/colors/swagLight.d.ts +3 -0
  328. package/types/theme/global/colors/types.d.ts +0 -0
  329. package/types/theme/global/colors/wallet.d.ts +0 -0
  330. package/types/theme/global/colors/work.d.ts +0 -0
  331. package/types/theme/global/index.d.ts +2 -1
  332. package/types/theme/global/scale.d.ts +0 -0
  333. package/types/theme/global/sizes.d.ts +0 -0
  334. package/types/theme/global/space.d.ts +0 -0
  335. package/types/theme/global/typography.d.ts +0 -0
  336. package/types/theme/index.d.ts +2 -2
  337. package/types/types.d.ts +0 -0
  338. package/types/utils/functions.d.ts +0 -0
  339. package/types/utils/helpers.d.ts +0 -0
  340. package/types/utils/hooks.d.ts +0 -0
  341. package/types/utils/scale.d.ts +0 -0
  342. package/.turbo/turbo-build.log +0 -8
@@ -39,7 +39,7 @@ exports[`AnimatedSpinner renders correctly 1`] = `
39
39
  style={
40
40
  [
41
41
  {
42
- "backgroundColor": "#401960",
42
+ "backgroundColor": "#7622d7",
43
43
  "borderRadius": 999,
44
44
  "height": 16,
45
45
  "opacity": 0.9,
@@ -57,7 +57,7 @@ exports[`AnimatedSpinner renders correctly 1`] = `
57
57
  style={
58
58
  [
59
59
  {
60
- "backgroundColor": "#401960",
60
+ "backgroundColor": "#7622d7",
61
61
  "borderRadius": 999,
62
62
  "height": 16,
63
63
  "marginLeft": 8,
@@ -91,7 +91,7 @@ exports[`AnimatedSpinner renders correctly 1`] = `
91
91
  style={
92
92
  [
93
93
  {
94
- "backgroundColor": "#401960",
94
+ "backgroundColor": "#7622d7",
95
95
  "borderRadius": 999,
96
96
  "height": 16,
97
97
  "opacity": 0.45,
@@ -109,7 +109,7 @@ exports[`AnimatedSpinner renders correctly 1`] = `
109
109
  style={
110
110
  [
111
111
  {
112
- "backgroundColor": "#401960",
112
+ "backgroundColor": "#7622d7",
113
113
  "borderRadius": 999,
114
114
  "height": 16,
115
115
  "marginLeft": 8,
@@ -51,7 +51,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
51
51
  style={
52
52
  [
53
53
  {
54
- "backgroundColor": "#401960",
54
+ "backgroundColor": "#7622d7",
55
55
  "borderRadius": 999,
56
56
  "height": 8,
57
57
  "opacity": 0.9,
@@ -69,7 +69,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
69
69
  style={
70
70
  [
71
71
  {
72
- "backgroundColor": "#401960",
72
+ "backgroundColor": "#7622d7",
73
73
  "borderRadius": 999,
74
74
  "height": 8,
75
75
  "marginLeft": 4,
@@ -103,7 +103,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
103
103
  style={
104
104
  [
105
105
  {
106
- "backgroundColor": "#401960",
106
+ "backgroundColor": "#7622d7",
107
107
  "borderRadius": 999,
108
108
  "height": 8,
109
109
  "opacity": 0.45,
@@ -121,7 +121,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
121
121
  style={
122
122
  [
123
123
  {
124
- "backgroundColor": "#401960",
124
+ "backgroundColor": "#7622d7",
125
125
  "borderRadius": 999,
126
126
  "height": 8,
127
127
  "marginLeft": 4,
@@ -212,7 +212,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
212
212
  style={
213
213
  [
214
214
  {
215
- "backgroundColor": "#ffffff",
215
+ "backgroundColor": "#FDFBFF",
216
216
  "borderRadius": 999,
217
217
  "height": 8,
218
218
  "opacity": 0.9,
@@ -230,7 +230,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
230
230
  style={
231
231
  [
232
232
  {
233
- "backgroundColor": "#ffffff",
233
+ "backgroundColor": "#FDFBFF",
234
234
  "borderRadius": 999,
235
235
  "height": 8,
236
236
  "marginLeft": 4,
@@ -264,7 +264,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
264
264
  style={
265
265
  [
266
266
  {
267
- "backgroundColor": "#ffffff",
267
+ "backgroundColor": "#FDFBFF",
268
268
  "borderRadius": 999,
269
269
  "height": 8,
270
270
  "opacity": 0.45,
@@ -282,7 +282,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
282
282
  style={
283
283
  [
284
284
  {
285
- "backgroundColor": "#ffffff",
285
+ "backgroundColor": "#FDFBFF",
286
286
  "borderRadius": 999,
287
287
  "height": 8,
288
288
  "marginLeft": 4,
@@ -373,7 +373,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
373
373
  style={
374
374
  [
375
375
  {
376
- "backgroundColor": "#401960",
376
+ "backgroundColor": "#7622d7",
377
377
  "borderRadius": 999,
378
378
  "height": 16,
379
379
  "opacity": 0.9,
@@ -391,7 +391,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
391
391
  style={
392
392
  [
393
393
  {
394
- "backgroundColor": "#401960",
394
+ "backgroundColor": "#7622d7",
395
395
  "borderRadius": 999,
396
396
  "height": 16,
397
397
  "marginLeft": 8,
@@ -425,7 +425,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
425
425
  style={
426
426
  [
427
427
  {
428
- "backgroundColor": "#401960",
428
+ "backgroundColor": "#7622d7",
429
429
  "borderRadius": 999,
430
430
  "height": 16,
431
431
  "opacity": 0.45,
@@ -443,7 +443,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
443
443
  style={
444
444
  [
445
445
  {
446
- "backgroundColor": "#401960",
446
+ "backgroundColor": "#7622d7",
447
447
  "borderRadius": 999,
448
448
  "height": 16,
449
449
  "marginLeft": 8,
@@ -534,7 +534,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
534
534
  style={
535
535
  [
536
536
  {
537
- "backgroundColor": "#ffffff",
537
+ "backgroundColor": "#FDFBFF",
538
538
  "borderRadius": 999,
539
539
  "height": 16,
540
540
  "opacity": 0.9,
@@ -552,7 +552,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
552
552
  style={
553
553
  [
554
554
  {
555
- "backgroundColor": "#ffffff",
555
+ "backgroundColor": "#FDFBFF",
556
556
  "borderRadius": 999,
557
557
  "height": 16,
558
558
  "marginLeft": 8,
@@ -586,7 +586,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
586
586
  style={
587
587
  [
588
588
  {
589
- "backgroundColor": "#ffffff",
589
+ "backgroundColor": "#FDFBFF",
590
590
  "borderRadius": 999,
591
591
  "height": 16,
592
592
  "opacity": 0.45,
@@ -604,7 +604,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
604
604
  style={
605
605
  [
606
606
  {
607
- "backgroundColor": "#ffffff",
607
+ "backgroundColor": "#FDFBFF",
608
608
  "borderRadius": 999,
609
609
  "height": 16,
610
610
  "marginLeft": 8,
@@ -656,7 +656,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is
656
656
  style={
657
657
  [
658
658
  {
659
- "backgroundColor": "#ffffff",
659
+ "backgroundColor": "#FDFBFF",
660
660
  "borderRadius": 999,
661
661
  "height": 16,
662
662
  "opacity": 0.45,
@@ -704,7 +704,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is
704
704
  style={
705
705
  [
706
706
  {
707
- "backgroundColor": "#401960",
707
+ "backgroundColor": "#7622d7",
708
708
  "borderRadius": 999,
709
709
  "height": 16,
710
710
  "opacity": 0.45,
@@ -752,7 +752,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is
752
752
  style={
753
753
  [
754
754
  {
755
- "backgroundColor": "#ffffff",
755
+ "backgroundColor": "#FDFBFF",
756
756
  "borderRadius": 999,
757
757
  "height": 8,
758
758
  "opacity": 0.45,
@@ -800,7 +800,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is
800
800
  style={
801
801
  [
802
802
  {
803
- "backgroundColor": "#401960",
803
+ "backgroundColor": "#7622d7",
804
804
  "borderRadius": 999,
805
805
  "height": 8,
806
806
  "opacity": 0.45,
@@ -848,7 +848,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomRight, size i
848
848
  style={
849
849
  [
850
850
  {
851
- "backgroundColor": "#ffffff",
851
+ "backgroundColor": "#FDFBFF",
852
852
  "borderRadius": 999,
853
853
  "height": 16,
854
854
  "marginLeft": 8,
@@ -897,7 +897,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomRight, size i
897
897
  style={
898
898
  [
899
899
  {
900
- "backgroundColor": "#401960",
900
+ "backgroundColor": "#7622d7",
901
901
  "borderRadius": 999,
902
902
  "height": 16,
903
903
  "marginLeft": 8,
@@ -946,7 +946,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomRight, size i
946
946
  style={
947
947
  [
948
948
  {
949
- "backgroundColor": "#ffffff",
949
+ "backgroundColor": "#FDFBFF",
950
950
  "borderRadius": 999,
951
951
  "height": 8,
952
952
  "marginLeft": 4,
@@ -995,7 +995,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomRight, size i
995
995
  style={
996
996
  [
997
997
  {
998
- "backgroundColor": "#401960",
998
+ "backgroundColor": "#7622d7",
999
999
  "borderRadius": 999,
1000
1000
  "height": 8,
1001
1001
  "marginLeft": 4,
@@ -1044,7 +1044,7 @@ exports[`StyledSpinnerDot renders correctly when position is topLeft, size is me
1044
1044
  style={
1045
1045
  [
1046
1046
  {
1047
- "backgroundColor": "#ffffff",
1047
+ "backgroundColor": "#FDFBFF",
1048
1048
  "borderRadius": 999,
1049
1049
  "height": 16,
1050
1050
  "opacity": 0.9,
@@ -1092,7 +1092,7 @@ exports[`StyledSpinnerDot renders correctly when position is topLeft, size is me
1092
1092
  style={
1093
1093
  [
1094
1094
  {
1095
- "backgroundColor": "#401960",
1095
+ "backgroundColor": "#7622d7",
1096
1096
  "borderRadius": 999,
1097
1097
  "height": 16,
1098
1098
  "opacity": 0.9,
@@ -1140,7 +1140,7 @@ exports[`StyledSpinnerDot renders correctly when position is topLeft, size is sm
1140
1140
  style={
1141
1141
  [
1142
1142
  {
1143
- "backgroundColor": "#ffffff",
1143
+ "backgroundColor": "#FDFBFF",
1144
1144
  "borderRadius": 999,
1145
1145
  "height": 8,
1146
1146
  "opacity": 0.9,
@@ -1188,7 +1188,7 @@ exports[`StyledSpinnerDot renders correctly when position is topLeft, size is sm
1188
1188
  style={
1189
1189
  [
1190
1190
  {
1191
- "backgroundColor": "#401960",
1191
+ "backgroundColor": "#7622d7",
1192
1192
  "borderRadius": 999,
1193
1193
  "height": 8,
1194
1194
  "opacity": 0.9,
@@ -1236,7 +1236,7 @@ exports[`StyledSpinnerDot renders correctly when position is topRight, size is m
1236
1236
  style={
1237
1237
  [
1238
1238
  {
1239
- "backgroundColor": "#ffffff",
1239
+ "backgroundColor": "#FDFBFF",
1240
1240
  "borderRadius": 999,
1241
1241
  "height": 16,
1242
1242
  "marginLeft": 8,
@@ -1285,7 +1285,7 @@ exports[`StyledSpinnerDot renders correctly when position is topRight, size is m
1285
1285
  style={
1286
1286
  [
1287
1287
  {
1288
- "backgroundColor": "#401960",
1288
+ "backgroundColor": "#7622d7",
1289
1289
  "borderRadius": 999,
1290
1290
  "height": 16,
1291
1291
  "marginLeft": 8,
@@ -1334,7 +1334,7 @@ exports[`StyledSpinnerDot renders correctly when position is topRight, size is s
1334
1334
  style={
1335
1335
  [
1336
1336
  {
1337
- "backgroundColor": "#ffffff",
1337
+ "backgroundColor": "#FDFBFF",
1338
1338
  "borderRadius": 999,
1339
1339
  "height": 8,
1340
1340
  "marginLeft": 4,
@@ -1383,7 +1383,7 @@ exports[`StyledSpinnerDot renders correctly when position is topRight, size is s
1383
1383
  style={
1384
1384
  [
1385
1385
  {
1386
- "backgroundColor": "#401960",
1386
+ "backgroundColor": "#7622d7",
1387
1387
  "borderRadius": 999,
1388
1388
  "height": 8,
1389
1389
  "marginLeft": 4,
@@ -60,7 +60,7 @@ exports[`Spinner renders correctly 1`] = `
60
60
  style={
61
61
  [
62
62
  {
63
- "backgroundColor": "#401960",
63
+ "backgroundColor": "#7622d7",
64
64
  "borderRadius": 999,
65
65
  "height": 16,
66
66
  "opacity": 0.9,
@@ -78,7 +78,7 @@ exports[`Spinner renders correctly 1`] = `
78
78
  style={
79
79
  [
80
80
  {
81
- "backgroundColor": "#401960",
81
+ "backgroundColor": "#7622d7",
82
82
  "borderRadius": 999,
83
83
  "height": 16,
84
84
  "marginLeft": 8,
@@ -112,7 +112,7 @@ exports[`Spinner renders correctly 1`] = `
112
112
  style={
113
113
  [
114
114
  {
115
- "backgroundColor": "#401960",
115
+ "backgroundColor": "#7622d7",
116
116
  "borderRadius": 999,
117
117
  "height": 16,
118
118
  "opacity": 0.45,
@@ -130,7 +130,7 @@ exports[`Spinner renders correctly 1`] = `
130
130
  style={
131
131
  [
132
132
  {
133
- "backgroundColor": "#401960",
133
+ "backgroundColor": "#7622d7",
134
134
  "borderRadius": 999,
135
135
  "height": 16,
136
136
  "marginLeft": 8,
@@ -44,7 +44,7 @@ exports[`Success renders full screen success page correctly 1`] = `
44
44
  style={
45
45
  [
46
46
  {
47
- "backgroundColor": "#ccd2d3",
47
+ "backgroundColor": "#B382FD",
48
48
  "display": "flex",
49
49
  "flex": 1,
50
50
  "flexDirection": "column",
@@ -126,7 +126,7 @@ exports[`rendering renders correctly when intent is primary 1`] = `
126
126
  onStartShouldSetResponder={[Function]}
127
127
  style={
128
128
  {
129
- "backgroundColor": "#401960",
129
+ "backgroundColor": "#7622d7",
130
130
  "flex": 1,
131
131
  "opacity": 1,
132
132
  }
@@ -148,7 +148,7 @@ exports[`SelectorSwitch renders correctly 1`] = `
148
148
  collapsable={false}
149
149
  style={
150
150
  {
151
- "backgroundColor": "#ccd2d3",
151
+ "backgroundColor": "#B382FD",
152
152
  "borderRadius": 999,
153
153
  "bottom": 0,
154
154
  "left": 0,
@@ -54,7 +54,7 @@ exports[`StyledWrapper renders correct style with variant checked 1`] = `
54
54
  style={
55
55
  [
56
56
  {
57
- "backgroundColor": "#401960",
57
+ "backgroundColor": "#7622d7",
58
58
  "borderRadius": 999,
59
59
  "display": "flex",
60
60
  "height": 24,
@@ -102,7 +102,7 @@ exports[`StyledWrapper renders correct style with variant disabled-checked 1`] =
102
102
  style={
103
103
  [
104
104
  {
105
- "backgroundColor": "#ece8ef",
105
+ "backgroundColor": "#F1E9FB",
106
106
  "borderRadius": 999,
107
107
  "display": "flex",
108
108
  "height": 24,
@@ -275,7 +275,7 @@ exports[`Tabs.Scroll lazy not render lazy screen: xxx 1`] = `
275
275
  collapsable={false}
276
276
  style={
277
277
  {
278
- "backgroundColor": "#ccd2d3",
278
+ "backgroundColor": "#B382FD",
279
279
  "borderRadius": 16,
280
280
  "flex": 1,
281
281
  "transform": [
@@ -1196,7 +1196,7 @@ exports[`Tabs.Scroll renders correctly 1`] = `
1196
1196
  collapsable={false}
1197
1197
  style={
1198
1198
  {
1199
- "backgroundColor": "#ccd2d3",
1199
+ "backgroundColor": "#B382FD",
1200
1200
  "borderRadius": 16,
1201
1201
  "flex": 1,
1202
1202
  "transform": [
@@ -2117,7 +2117,7 @@ exports[`useIsFocused renders correctly 1`] = `
2117
2117
  collapsable={false}
2118
2118
  style={
2119
2119
  {
2120
- "backgroundColor": "#ccd2d3",
2120
+ "backgroundColor": "#B382FD",
2121
2121
  "borderRadius": 16,
2122
2122
  "flex": 1,
2123
2123
  "transform": [
@@ -170,7 +170,7 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
170
170
  collapsable={false}
171
171
  style={
172
172
  {
173
- "backgroundColor": "#ccd2d3",
173
+ "backgroundColor": "#B382FD",
174
174
  "borderRadius": 16,
175
175
  "flex": 1,
176
176
  "transform": [
@@ -859,7 +859,7 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
859
859
  collapsable={false}
860
860
  style={
861
861
  {
862
- "backgroundColor": "#401960",
862
+ "backgroundColor": "#7622d7",
863
863
  "bottom": -2,
864
864
  "height": 2,
865
865
  "opacity": 1,
@@ -954,7 +954,7 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
954
954
  collapsable={false}
955
955
  style={
956
956
  {
957
- "backgroundColor": "#401960",
957
+ "backgroundColor": "#7622d7",
958
958
  "bottom": -2,
959
959
  "height": 2,
960
960
  "opacity": 0,
@@ -1076,7 +1076,7 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
1076
1076
  collapsable={false}
1077
1077
  style={
1078
1078
  {
1079
- "backgroundColor": "#401960",
1079
+ "backgroundColor": "#7622d7",
1080
1080
  "bottom": -2,
1081
1081
  "height": 2,
1082
1082
  "opacity": 0,
@@ -1232,7 +1232,7 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
1232
1232
  collapsable={false}
1233
1233
  style={
1234
1234
  {
1235
- "backgroundColor": "#401960",
1235
+ "backgroundColor": "#7622d7",
1236
1236
  "bottom": -2,
1237
1237
  "height": 2,
1238
1238
  "opacity": 0,
@@ -473,7 +473,7 @@ exports[`Tabs renders correctly 1`] = `
473
473
  collapsable={false}
474
474
  style={
475
475
  {
476
- "backgroundColor": "#401960",
476
+ "backgroundColor": "#7622d7",
477
477
  "bottom": -2,
478
478
  "height": 2,
479
479
  "position": "absolute",
@@ -1138,7 +1138,7 @@ exports[`useIsFocused renders correctly 1`] = `
1138
1138
  collapsable={false}
1139
1139
  style={
1140
1140
  {
1141
- "backgroundColor": "#401960",
1141
+ "backgroundColor": "#7622d7",
1142
1142
  "bottom": -2,
1143
1143
  "height": 2,
1144
1144
  "position": "absolute",
@@ -1803,7 +1803,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1803
1803
  collapsable={false}
1804
1804
  style={
1805
1805
  {
1806
- "backgroundColor": "#401960",
1806
+ "backgroundColor": "#7622d7",
1807
1807
  "bottom": -2,
1808
1808
  "height": 2,
1809
1809
  "position": "absolute",
@@ -304,7 +304,7 @@ exports[`Tag renders correctly when intent is primary 1`] = `
304
304
  style={
305
305
  [
306
306
  {
307
- "backgroundColor": "#ece8ef",
307
+ "backgroundColor": "#F1E9FB",
308
308
  "borderRadius": 4,
309
309
  "paddingHorizontal": 8,
310
310
  "paddingVertical": 4,
@@ -327,7 +327,7 @@ exports[`Tag renders correctly when intent is primary 1`] = `
327
327
  },
328
328
  [
329
329
  {
330
- "color": "#401960",
330
+ "color": "#7622d7",
331
331
  "includeFontPadding": false,
332
332
  "textAlign": "center",
333
333
  "textAlignVertical": "center",
@@ -377,7 +377,7 @@ exports[`Tag renders correctly when intent is primary 2`] = `
377
377
  style={
378
378
  [
379
379
  {
380
- "backgroundColor": "#ece8ef",
380
+ "backgroundColor": "#F1E9FB",
381
381
  "borderRadius": 4,
382
382
  "paddingHorizontal": 8,
383
383
  "paddingVertical": 4,
@@ -400,7 +400,7 @@ exports[`Tag renders correctly when intent is primary 2`] = `
400
400
  },
401
401
  [
402
402
  {
403
- "color": "#401960",
403
+ "color": "#7622d7",
404
404
  "includeFontPadding": false,
405
405
  "textAlign": "center",
406
406
  "textAlignVertical": "center",
@@ -669,7 +669,7 @@ exports[`Tag renders correctly with custom content 1`] = `
669
669
  style={
670
670
  [
671
671
  {
672
- "backgroundColor": "#ece8ef",
672
+ "backgroundColor": "#F1E9FB",
673
673
  "borderRadius": 4,
674
674
  "paddingHorizontal": 8,
675
675
  "paddingVertical": 4,
@@ -903,7 +903,7 @@ exports[`TimePickerIOS renders correctly 1`] = `
903
903
  },
904
904
  [
905
905
  {
906
- "color": "#401960",
906
+ "color": "#7622d7",
907
907
  "flexShrink": 1,
908
908
  "lineHeight": 22,
909
909
  "textAlign": "center",