@hero-design/rn 8.66.0 → 8.68.0-alpha.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 (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
@@ -794,7 +794,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
794
794
  {
795
795
  "alignItems": "center",
796
796
  "alignSelf": "flex-end",
797
- "backgroundColor": "#401960",
797
+ "backgroundColor": "#7622d7",
798
798
  "borderRadius": 999,
799
799
  "bottom": undefined,
800
800
  "elevation": 3,
@@ -855,7 +855,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
855
855
  },
856
856
  [
857
857
  {
858
- "color": "#ffffff",
858
+ "color": "#FDFBFF",
859
859
  "lineHeight": 24,
860
860
  "textAlign": "center",
861
861
  "textAlignVertical": "center",
@@ -882,7 +882,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
882
882
  },
883
883
  [
884
884
  {
885
- "color": "#ffffff",
885
+ "color": "#FDFBFF",
886
886
  "marginHorizontal": 8,
887
887
  "textAlign": "center",
888
888
  "textAlignVertical": "center",
@@ -1697,7 +1697,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
1697
1697
  {
1698
1698
  "alignItems": "center",
1699
1699
  "alignSelf": "flex-start",
1700
- "backgroundColor": "#401960",
1700
+ "backgroundColor": "#7622d7",
1701
1701
  "borderRadius": 999,
1702
1702
  "bottom": undefined,
1703
1703
  "elevation": 3,
@@ -1755,7 +1755,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
1755
1755
  },
1756
1756
  [
1757
1757
  {
1758
- "color": "#ffffff",
1758
+ "color": "#FDFBFF",
1759
1759
  "lineHeight": 24,
1760
1760
  "textAlign": "center",
1761
1761
  "textAlignVertical": "center",
@@ -1782,7 +1782,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
1782
1782
  },
1783
1783
  [
1784
1784
  {
1785
- "color": "#ffffff",
1785
+ "color": "#FDFBFF",
1786
1786
  "marginHorizontal": 8,
1787
1787
  "textAlign": "center",
1788
1788
  "textAlignVertical": "center",
@@ -1956,7 +1956,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
1956
1956
  {
1957
1957
  "alignItems": "center",
1958
1958
  "alignSelf": "flex-end",
1959
- "backgroundColor": "#401960",
1959
+ "backgroundColor": "#7622d7",
1960
1960
  "borderRadius": 999,
1961
1961
  "bottom": undefined,
1962
1962
  "elevation": 3,
@@ -2017,7 +2017,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
2017
2017
  },
2018
2018
  [
2019
2019
  {
2020
- "color": "#ffffff",
2020
+ "color": "#FDFBFF",
2021
2021
  "lineHeight": 24,
2022
2022
  "textAlign": "center",
2023
2023
  "textAlignVertical": "center",
@@ -2044,7 +2044,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
2044
2044
  },
2045
2045
  [
2046
2046
  {
2047
- "color": "#ffffff",
2047
+ "color": "#FDFBFF",
2048
2048
  "marginHorizontal": 8,
2049
2049
  "textAlign": "center",
2050
2050
  "textAlignVertical": "center",
@@ -2199,7 +2199,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
2199
2199
  {
2200
2200
  "alignItems": "center",
2201
2201
  "alignSelf": "flex-start",
2202
- "backgroundColor": "#401960",
2202
+ "backgroundColor": "#7622d7",
2203
2203
  "borderRadius": 999,
2204
2204
  "bottom": undefined,
2205
2205
  "elevation": 3,
@@ -2257,7 +2257,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
2257
2257
  },
2258
2258
  [
2259
2259
  {
2260
- "color": "#ffffff",
2260
+ "color": "#FDFBFF",
2261
2261
  "lineHeight": 24,
2262
2262
  "textAlign": "center",
2263
2263
  "textAlignVertical": "center",
@@ -2284,7 +2284,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
2284
2284
  },
2285
2285
  [
2286
2286
  {
2287
- "color": "#ffffff",
2287
+ "color": "#FDFBFF",
2288
2288
  "marginHorizontal": 8,
2289
2289
  "textAlign": "center",
2290
2290
  "textAlignVertical": "center",
@@ -2765,7 +2765,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
2765
2765
  {
2766
2766
  "alignItems": "center",
2767
2767
  "alignSelf": "flex-end",
2768
- "backgroundColor": "#401960",
2768
+ "backgroundColor": "#7622d7",
2769
2769
  "borderRadius": 999,
2770
2770
  "bottom": undefined,
2771
2771
  "elevation": 3,
@@ -2826,7 +2826,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
2826
2826
  },
2827
2827
  [
2828
2828
  {
2829
- "color": "#ffffff",
2829
+ "color": "#FDFBFF",
2830
2830
  "lineHeight": 24,
2831
2831
  "textAlign": "center",
2832
2832
  "textAlignVertical": "center",
@@ -2853,7 +2853,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
2853
2853
  },
2854
2854
  [
2855
2855
  {
2856
- "color": "#ffffff",
2856
+ "color": "#FDFBFF",
2857
2857
  "marginHorizontal": 8,
2858
2858
  "textAlign": "center",
2859
2859
  "textAlignVertical": "center",
@@ -3315,7 +3315,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
3315
3315
  {
3316
3316
  "alignItems": "center",
3317
3317
  "alignSelf": "flex-start",
3318
- "backgroundColor": "#401960",
3318
+ "backgroundColor": "#7622d7",
3319
3319
  "borderRadius": 999,
3320
3320
  "bottom": undefined,
3321
3321
  "elevation": 3,
@@ -3373,7 +3373,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
3373
3373
  },
3374
3374
  [
3375
3375
  {
3376
- "color": "#ffffff",
3376
+ "color": "#FDFBFF",
3377
3377
  "lineHeight": 24,
3378
3378
  "textAlign": "center",
3379
3379
  "textAlignVertical": "center",
@@ -3400,7 +3400,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
3400
3400
  },
3401
3401
  [
3402
3402
  {
3403
- "color": "#ffffff",
3403
+ "color": "#FDFBFF",
3404
3404
  "marginHorizontal": 8,
3405
3405
  "textAlign": "center",
3406
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": "#401960",
41
+ "backgroundColor": "#7622d7",
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": "#401960",
163
+ "backgroundColor": "#7622d7",
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": "#401960",
89
+ "backgroundColor": "#7622d7",
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": "#401960",
41
+ "backgroundColor": "#7622d7",
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": "#401960",
180
+ "backgroundColor": "#7622d7",
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": "#401960",
273
+ "backgroundColor": "#7622d7",
274
274
  "borderRadius": 999,
275
275
  "height": 32,
276
276
  "opacity": 1,
@@ -175,7 +175,7 @@ exports[`Badge has info style when intent is primary 1`] = `
175
175
  style={
176
176
  {
177
177
  "alignItems": "center",
178
- "backgroundColor": "#401960",
178
+ "backgroundColor": "#7622d7",
179
179
  "borderRadius": 999,
180
180
  "height": 20,
181
181
  "justifyContent": "center",
@@ -72,7 +72,7 @@ exports[`BottomNavigation renders correctly 1`] = `
72
72
  "paddingBottom": 0,
73
73
  "paddingLeft": 0,
74
74
  "paddingRight": 0,
75
- "shadowColor": "#401960",
75
+ "shadowColor": "#7622d7",
76
76
  "shadowOffset": {
77
77
  "height": 3,
78
78
  "width": 0,
@@ -139,7 +139,7 @@ exports[`BottomNavigation renders correctly 1`] = `
139
139
  style={
140
140
  [
141
141
  {
142
- "color": "#401960",
142
+ "color": "#7622d7",
143
143
  "fontSize": 24,
144
144
  },
145
145
  undefined,
@@ -155,7 +155,7 @@ exports[`BottomNavigation renders correctly 1`] = `
155
155
  style={
156
156
  [
157
157
  {
158
- "color": "#401960",
158
+ "color": "#7622d7",
159
159
  "fontFamily": "BeVietnamPro-SemiBold",
160
160
  "fontSize": 12,
161
161
  "letterSpacing": 0.24,
@@ -242,7 +242,7 @@ exports[`StyledLoadingIndicator has outlined-primary style 1`] = `
242
242
  style={
243
243
  [
244
244
  {
245
- "backgroundColor": "#401960",
245
+ "backgroundColor": "#7622d7",
246
246
  "borderRadius": 8,
247
247
  "height": 12,
248
248
  "marginHorizontal": 8,
@@ -288,7 +288,7 @@ exports[`StyledLoadingIndicator has outlined-secondary style 1`] = `
288
288
  style={
289
289
  [
290
290
  {
291
- "backgroundColor": "#795e90",
291
+ "backgroundColor": "#460078",
292
292
  "borderRadius": 8,
293
293
  "height": 12,
294
294
  "marginHorizontal": 8,
@@ -380,7 +380,7 @@ exports[`StyledLoadingIndicator has text-primary style 1`] = `
380
380
  style={
381
381
  [
382
382
  {
383
- "backgroundColor": "#795e90",
383
+ "backgroundColor": "#460078",
384
384
  "borderRadius": 8,
385
385
  "height": 12,
386
386
  "marginHorizontal": 8,
@@ -426,7 +426,7 @@ exports[`StyledLoadingIndicator has text-secondary style 1`] = `
426
426
  style={
427
427
  [
428
428
  {
429
- "backgroundColor": "#795e90",
429
+ "backgroundColor": "#460078",
430
430
  "borderRadius": 8,
431
431
  "height": 12,
432
432
  "marginHorizontal": 8,
@@ -714,7 +714,7 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-primar
714
714
  style={
715
715
  [
716
716
  {
717
- "backgroundColor": "#401960",
717
+ "backgroundColor": "#7622d7",
718
718
  "borderRadius": 8,
719
719
  "height": 12,
720
720
  "marginHorizontal": 8,
@@ -744,7 +744,7 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-primar
744
744
  style={
745
745
  [
746
746
  {
747
- "backgroundColor": "#401960",
747
+ "backgroundColor": "#7622d7",
748
748
  "borderRadius": 8,
749
749
  "height": 12,
750
750
  "marginHorizontal": 8,
@@ -774,7 +774,7 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-primar
774
774
  style={
775
775
  [
776
776
  {
777
- "backgroundColor": "#401960",
777
+ "backgroundColor": "#7622d7",
778
778
  "borderRadius": 8,
779
779
  "height": 12,
780
780
  "marginHorizontal": 8,
@@ -849,7 +849,7 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-second
849
849
  style={
850
850
  [
851
851
  {
852
- "backgroundColor": "#795e90",
852
+ "backgroundColor": "#460078",
853
853
  "borderRadius": 8,
854
854
  "height": 12,
855
855
  "marginHorizontal": 8,
@@ -879,7 +879,7 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-second
879
879
  style={
880
880
  [
881
881
  {
882
- "backgroundColor": "#795e90",
882
+ "backgroundColor": "#460078",
883
883
  "borderRadius": 8,
884
884
  "height": 12,
885
885
  "marginHorizontal": 8,
@@ -909,7 +909,7 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-second
909
909
  style={
910
910
  [
911
911
  {
912
- "backgroundColor": "#795e90",
912
+ "backgroundColor": "#460078",
913
913
  "borderRadius": 8,
914
914
  "height": 12,
915
915
  "marginHorizontal": 8,
@@ -1119,7 +1119,7 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-primary 1`
1119
1119
  style={
1120
1120
  [
1121
1121
  {
1122
- "backgroundColor": "#795e90",
1122
+ "backgroundColor": "#460078",
1123
1123
  "borderRadius": 8,
1124
1124
  "height": 12,
1125
1125
  "marginHorizontal": 8,
@@ -1149,7 +1149,7 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-primary 1`
1149
1149
  style={
1150
1150
  [
1151
1151
  {
1152
- "backgroundColor": "#795e90",
1152
+ "backgroundColor": "#460078",
1153
1153
  "borderRadius": 8,
1154
1154
  "height": 12,
1155
1155
  "marginHorizontal": 8,
@@ -1179,7 +1179,7 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-primary 1`
1179
1179
  style={
1180
1180
  [
1181
1181
  {
1182
- "backgroundColor": "#795e90",
1182
+ "backgroundColor": "#460078",
1183
1183
  "borderRadius": 8,
1184
1184
  "height": 12,
1185
1185
  "marginHorizontal": 8,
@@ -1254,7 +1254,7 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-secondary
1254
1254
  style={
1255
1255
  [
1256
1256
  {
1257
- "backgroundColor": "#795e90",
1257
+ "backgroundColor": "#460078",
1258
1258
  "borderRadius": 8,
1259
1259
  "height": 12,
1260
1260
  "marginHorizontal": 8,
@@ -1284,7 +1284,7 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-secondary
1284
1284
  style={
1285
1285
  [
1286
1286
  {
1287
- "backgroundColor": "#795e90",
1287
+ "backgroundColor": "#460078",
1288
1288
  "borderRadius": 8,
1289
1289
  "height": 12,
1290
1290
  "marginHorizontal": 8,
@@ -1314,7 +1314,7 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-secondary
1314
1314
  style={
1315
1315
  [
1316
1316
  {
1317
- "backgroundColor": "#795e90",
1317
+ "backgroundColor": "#460078",
1318
1318
  "borderRadius": 8,
1319
1319
  "height": 12,
1320
1320
  "marginHorizontal": 8,
@@ -36,7 +36,7 @@ exports[`Button allows render custom icon 1`] = `
36
36
  {
37
37
  "alignItems": "center",
38
38
  "alignSelf": "stretch",
39
- "backgroundColor": "#401960",
39
+ "backgroundColor": "#7622d7",
40
40
  "borderRadius": 32,
41
41
  "flexDirection": "row",
42
42
  "height": 60,
@@ -192,7 +192,7 @@ exports[`Button renders correctly 1`] = `
192
192
  {
193
193
  "alignItems": "center",
194
194
  "alignSelf": "stretch",
195
- "backgroundColor": "#401960",
195
+ "backgroundColor": "#7622d7",
196
196
  "borderRadius": 32,
197
197
  "flexDirection": "row",
198
198
  "height": 60,
@@ -294,7 +294,7 @@ exports[`Button renders correctly 2`] = `
294
294
  {
295
295
  "alignItems": "center",
296
296
  "alignSelf": "stretch",
297
- "backgroundColor": "#401960",
297
+ "backgroundColor": "#7622d7",
298
298
  "borderRadius": 32,
299
299
  "flexDirection": "row",
300
300
  "height": 60,
@@ -573,7 +573,7 @@ exports[`Button renders correctly 4`] = `
573
573
  "alignItems": "center",
574
574
  "alignSelf": "stretch",
575
575
  "backgroundColor": "transparent",
576
- "borderColor": "#401960",
576
+ "borderColor": "#7622d7",
577
577
  "borderRadius": 32,
578
578
  "borderWidth": 2,
579
579
  "flexDirection": "row",
@@ -601,7 +601,7 @@ exports[`Button renders correctly 4`] = `
601
601
  },
602
602
  [
603
603
  {
604
- "color": "#401960",
604
+ "color": "#7622d7",
605
605
  "flexShrink": 1,
606
606
  "textAlign": "center",
607
607
  },
@@ -677,7 +677,7 @@ exports[`Button renders correctly 5`] = `
677
677
  "alignItems": "center",
678
678
  "alignSelf": "stretch",
679
679
  "backgroundColor": "transparent",
680
- "borderColor": "#401960",
680
+ "borderColor": "#7622d7",
681
681
  "borderRadius": 32,
682
682
  "borderWidth": 2,
683
683
  "flexDirection": "row",
@@ -721,7 +721,7 @@ exports[`Button renders correctly 5`] = `
721
721
  style={
722
722
  [
723
723
  {
724
- "backgroundColor": "#401960",
724
+ "backgroundColor": "#7622d7",
725
725
  "borderRadius": 8,
726
726
  "height": 12,
727
727
  "marginHorizontal": 8,
@@ -751,7 +751,7 @@ exports[`Button renders correctly 5`] = `
751
751
  style={
752
752
  [
753
753
  {
754
- "backgroundColor": "#401960",
754
+ "backgroundColor": "#7622d7",
755
755
  "borderRadius": 8,
756
756
  "height": 12,
757
757
  "marginHorizontal": 8,
@@ -781,7 +781,7 @@ exports[`Button renders correctly 5`] = `
781
781
  style={
782
782
  [
783
783
  {
784
- "backgroundColor": "#401960",
784
+ "backgroundColor": "#7622d7",
785
785
  "borderRadius": 8,
786
786
  "height": 12,
787
787
  "marginHorizontal": 8,
@@ -985,7 +985,7 @@ exports[`Button renders correctly 7`] = `
985
985
  },
986
986
  [
987
987
  {
988
- "color": "#401960",
988
+ "color": "#7622d7",
989
989
  "flexShrink": 1,
990
990
  "lineHeight": 22,
991
991
  "textAlign": "center",
@@ -1060,7 +1060,7 @@ exports[`Button renders correctly 8`] = `
1060
1060
  [
1061
1061
  {
1062
1062
  "alignItems": "center",
1063
- "backgroundColor": "#ece8ef",
1063
+ "backgroundColor": "#F1E9FB",
1064
1064
  "borderRadius": 4,
1065
1065
  "borderWidth": 0,
1066
1066
  "flexDirection": "row",
@@ -1104,7 +1104,7 @@ exports[`Button renders correctly 8`] = `
1104
1104
  style={
1105
1105
  [
1106
1106
  {
1107
- "backgroundColor": "#795e90",
1107
+ "backgroundColor": "#460078",
1108
1108
  "borderRadius": 8,
1109
1109
  "height": 12,
1110
1110
  "marginHorizontal": 8,
@@ -1134,7 +1134,7 @@ exports[`Button renders correctly 8`] = `
1134
1134
  style={
1135
1135
  [
1136
1136
  {
1137
- "backgroundColor": "#795e90",
1137
+ "backgroundColor": "#460078",
1138
1138
  "borderRadius": 8,
1139
1139
  "height": 12,
1140
1140
  "marginHorizontal": 8,
@@ -1164,7 +1164,7 @@ exports[`Button renders correctly 8`] = `
1164
1164
  style={
1165
1165
  [
1166
1166
  {
1167
- "backgroundColor": "#795e90",
1167
+ "backgroundColor": "#460078",
1168
1168
  "borderRadius": 8,
1169
1169
  "height": 12,
1170
1170
  "marginHorizontal": 8,
@@ -1367,7 +1367,7 @@ exports[`Button renders correctly 10`] = `
1367
1367
  },
1368
1368
  [
1369
1369
  {
1370
- "color": "#795e90",
1370
+ "color": "#460078",
1371
1371
  "flexShrink": 1,
1372
1372
  "lineHeight": 22,
1373
1373
  "textAlign": "center",
@@ -1442,7 +1442,7 @@ exports[`Button renders correctly 11`] = `
1442
1442
  [
1443
1443
  {
1444
1444
  "alignItems": "center",
1445
- "backgroundColor": "#ece8ef",
1445
+ "backgroundColor": "#F1E9FB",
1446
1446
  "borderRadius": 4,
1447
1447
  "borderWidth": 0,
1448
1448
  "flexDirection": "row",
@@ -1486,7 +1486,7 @@ exports[`Button renders correctly 11`] = `
1486
1486
  style={
1487
1487
  [
1488
1488
  {
1489
- "backgroundColor": "#795e90",
1489
+ "backgroundColor": "#460078",
1490
1490
  "borderRadius": 8,
1491
1491
  "height": 12,
1492
1492
  "marginHorizontal": 8,
@@ -1516,7 +1516,7 @@ exports[`Button renders correctly 11`] = `
1516
1516
  style={
1517
1517
  [
1518
1518
  {
1519
- "backgroundColor": "#795e90",
1519
+ "backgroundColor": "#460078",
1520
1520
  "borderRadius": 8,
1521
1521
  "height": 12,
1522
1522
  "marginHorizontal": 8,
@@ -1546,7 +1546,7 @@ exports[`Button renders correctly 11`] = `
1546
1546
  style={
1547
1547
  [
1548
1548
  {
1549
- "backgroundColor": "#795e90",
1549
+ "backgroundColor": "#460078",
1550
1550
  "borderRadius": 8,
1551
1551
  "height": 12,
1552
1552
  "marginHorizontal": 8,
@@ -1824,7 +1824,7 @@ exports[`Button renders correctly 14`] = `
1824
1824
  [
1825
1825
  {
1826
1826
  "alignItems": "center",
1827
- "backgroundColor": "#ece8ef",
1827
+ "backgroundColor": "#F1E9FB",
1828
1828
  "borderRadius": 4,
1829
1829
  "borderWidth": 0,
1830
1830
  "flexDirection": "row",
@@ -2104,7 +2104,7 @@ exports[`Button renders loading icon 1`] = `
2104
2104
  {
2105
2105
  "alignItems": "center",
2106
2106
  "alignSelf": "stretch",
2107
- "backgroundColor": "#401960",
2107
+ "backgroundColor": "#7622d7",
2108
2108
  "borderRadius": 32,
2109
2109
  "flexDirection": "row",
2110
2110
  "height": 60,