@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
@@ -115,7 +115,7 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
115
115
  [
116
116
  {
117
117
  "alignItems": "center",
118
- "borderColor": "#401960",
118
+ "borderColor": "#7622d7",
119
119
  "borderRadius": 999,
120
120
  "borderWidth": 2,
121
121
  "height": 20,
@@ -247,7 +247,7 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
247
247
  [
248
248
  {
249
249
  "alignItems": "center",
250
- "borderColor": "#401960",
250
+ "borderColor": "#7622d7",
251
251
  "borderRadius": 999,
252
252
  "borderWidth": 2,
253
253
  "height": 20,
@@ -299,14 +299,14 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
299
299
  style={
300
300
  [
301
301
  {
302
- "backgroundColor": "#ece8ef",
302
+ "backgroundColor": "#F1E9FB",
303
303
  "borderRadius": 8,
304
304
  "flexDirection": "row",
305
305
  "padding": 16,
306
306
  },
307
307
  [
308
308
  {
309
- "backgroundColor": "#ece8ef",
309
+ "backgroundColor": "#F1E9FB",
310
310
  },
311
311
  undefined,
312
312
  ],
@@ -379,7 +379,7 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
379
379
  [
380
380
  {
381
381
  "alignItems": "center",
382
- "borderColor": "#401960",
382
+ "borderColor": "#7622d7",
383
383
  "borderRadius": 999,
384
384
  "borderWidth": 2,
385
385
  "height": 20,
@@ -394,7 +394,7 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
394
394
  style={
395
395
  [
396
396
  {
397
- "backgroundColor": "#401960",
397
+ "backgroundColor": "#7622d7",
398
398
  "borderRadius": 999,
399
399
  "height": 10,
400
400
  "width": 10,
@@ -548,7 +548,7 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
548
548
  [
549
549
  {
550
550
  "alignItems": "center",
551
- "borderColor": "#401960",
551
+ "borderColor": "#7622d7",
552
552
  "borderRadius": 999,
553
553
  "borderWidth": 2,
554
554
  "height": 20,
@@ -680,7 +680,7 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
680
680
  [
681
681
  {
682
682
  "alignItems": "center",
683
- "borderColor": "#401960",
683
+ "borderColor": "#7622d7",
684
684
  "borderRadius": 999,
685
685
  "borderWidth": 2,
686
686
  "height": 20,
@@ -732,14 +732,14 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
732
732
  style={
733
733
  [
734
734
  {
735
- "backgroundColor": "#ece8ef",
735
+ "backgroundColor": "#F1E9FB",
736
736
  "borderRadius": 8,
737
737
  "flexDirection": "row",
738
738
  "padding": 16,
739
739
  },
740
740
  [
741
741
  {
742
- "backgroundColor": "#ece8ef",
742
+ "backgroundColor": "#F1E9FB",
743
743
  },
744
744
  undefined,
745
745
  ],
@@ -812,7 +812,7 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
812
812
  [
813
813
  {
814
814
  "alignItems": "center",
815
- "borderColor": "#401960",
815
+ "borderColor": "#7622d7",
816
816
  "borderRadius": 999,
817
817
  "borderWidth": 2,
818
818
  "height": 20,
@@ -827,7 +827,7 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
827
827
  style={
828
828
  [
829
829
  {
830
- "backgroundColor": "#401960",
830
+ "backgroundColor": "#7622d7",
831
831
  "borderRadius": 999,
832
832
  "height": 10,
833
833
  "width": 10,
@@ -1000,7 +1000,7 @@ exports[`rendering renders correctly with subtext 1`] = `
1000
1000
  [
1001
1001
  {
1002
1002
  "alignItems": "center",
1003
- "borderColor": "#401960",
1003
+ "borderColor": "#7622d7",
1004
1004
  "borderRadius": 999,
1005
1005
  "borderWidth": 2,
1006
1006
  "height": 20,
@@ -1151,7 +1151,7 @@ exports[`rendering renders correctly with subtext 1`] = `
1151
1151
  [
1152
1152
  {
1153
1153
  "alignItems": "center",
1154
- "borderColor": "#401960",
1154
+ "borderColor": "#7622d7",
1155
1155
  "borderRadius": 999,
1156
1156
  "borderWidth": 2,
1157
1157
  "height": 20,
@@ -67,7 +67,7 @@ exports[`Rate renders correctly 1`] = `
67
67
  style={
68
68
  [
69
69
  {
70
- "color": "#401960",
70
+ "color": "#7622d7",
71
71
  "fontSize": 24,
72
72
  },
73
73
  undefined,
@@ -124,7 +124,7 @@ exports[`Rate renders correctly 1`] = `
124
124
  style={
125
125
  [
126
126
  {
127
- "color": "#401960",
127
+ "color": "#7622d7",
128
128
  "fontSize": 24,
129
129
  },
130
130
  undefined,
@@ -186,7 +186,7 @@ exports[`Rate renders correctly 1`] = `
186
186
  style={
187
187
  [
188
188
  {
189
- "color": "#401960",
189
+ "color": "#7622d7",
190
190
  "fontSize": 24,
191
191
  },
192
192
  undefined,
@@ -243,7 +243,7 @@ exports[`Rate renders correctly 1`] = `
243
243
  style={
244
244
  [
245
245
  {
246
- "color": "#401960",
246
+ "color": "#7622d7",
247
247
  "fontSize": 24,
248
248
  },
249
249
  undefined,
@@ -300,7 +300,7 @@ exports[`Rate renders correctly 1`] = `
300
300
  style={
301
301
  [
302
302
  {
303
- "color": "#401960",
303
+ "color": "#7622d7",
304
304
  "fontSize": 24,
305
305
  },
306
306
  undefined,
@@ -402,7 +402,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
402
402
  style={
403
403
  [
404
404
  {
405
- "color": "#401960",
405
+ "color": "#7622d7",
406
406
  "fontSize": 24,
407
407
  },
408
408
  undefined,
@@ -459,7 +459,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
459
459
  style={
460
460
  [
461
461
  {
462
- "color": "#401960",
462
+ "color": "#7622d7",
463
463
  "fontSize": 24,
464
464
  },
465
465
  undefined,
@@ -521,7 +521,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
521
521
  style={
522
522
  [
523
523
  {
524
- "color": "#401960",
524
+ "color": "#7622d7",
525
525
  "fontSize": 24,
526
526
  },
527
527
  undefined,
@@ -578,7 +578,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
578
578
  style={
579
579
  [
580
580
  {
581
- "color": "#401960",
581
+ "color": "#7622d7",
582
582
  "fontSize": 24,
583
583
  },
584
584
  undefined,
@@ -635,7 +635,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
635
635
  style={
636
636
  [
637
637
  {
638
- "color": "#401960",
638
+ "color": "#7622d7",
639
639
  "fontSize": 24,
640
640
  },
641
641
  undefined,
@@ -62,7 +62,7 @@ exports[`StyledHeading renders correct style with small 1`] = `
62
62
  [
63
63
  {
64
64
  "alignContent": "center",
65
- "backgroundColor": "#ccd2d3",
65
+ "backgroundColor": "#B382FD",
66
66
  "display": "flex",
67
67
  "flexDirection": "row",
68
68
  "justifyContent": "space-between",
@@ -68,7 +68,7 @@ exports[`SectionHeading allows to customise the icon 1`] = `
68
68
  style={
69
69
  [
70
70
  {
71
- "color": "#401960",
71
+ "color": "#7622d7",
72
72
  "fontFamily": "BeVietnamPro-Regular",
73
73
  "fontSize": 14,
74
74
  "letterSpacing": 0.48,
@@ -437,7 +437,7 @@ exports[`SectionHeading renders correct style with small 1`] = `
437
437
  [
438
438
  {
439
439
  "alignContent": "center",
440
- "backgroundColor": "#ccd2d3",
440
+ "backgroundColor": "#B382FD",
441
441
  "display": "flex",
442
442
  "flexDirection": "row",
443
443
  "justifyContent": "space-between",
@@ -35,7 +35,7 @@ exports[`Option renders correctly 1`] = `
35
35
  [
36
36
  {
37
37
  "alignItems": "center",
38
- "backgroundColor": "#ece8ef",
38
+ "backgroundColor": "#F1E9FB",
39
39
  "borderRadius": 4,
40
40
  "flexDirection": "row",
41
41
  "opacity": 1,
@@ -91,7 +91,7 @@ exports[`Option renders correctly 1`] = `
91
91
  style={
92
92
  [
93
93
  {
94
- "color": "#401960",
94
+ "color": "#7622d7",
95
95
  "fontSize": 20,
96
96
  },
97
97
  {
@@ -224,7 +224,7 @@ exports[`OptionList render isLoading correctly 1`] = `
224
224
  [
225
225
  {
226
226
  "alignItems": "center",
227
- "backgroundColor": "#ece8ef",
227
+ "backgroundColor": "#F1E9FB",
228
228
  "borderRadius": 4,
229
229
  "flexDirection": "row",
230
230
  "opacity": 1,
@@ -280,7 +280,7 @@ exports[`OptionList render isLoading correctly 1`] = `
280
280
  style={
281
281
  [
282
282
  {
283
- "color": "#401960",
283
+ "color": "#7622d7",
284
284
  "fontSize": 20,
285
285
  },
286
286
  {
@@ -771,7 +771,7 @@ exports[`OptionList render isLoading correctly 1`] = `
771
771
  style={
772
772
  [
773
773
  {
774
- "backgroundColor": "#401960",
774
+ "backgroundColor": "#7622d7",
775
775
  "borderRadius": 999,
776
776
  "height": 16,
777
777
  "opacity": 0.9,
@@ -789,7 +789,7 @@ exports[`OptionList render isLoading correctly 1`] = `
789
789
  style={
790
790
  [
791
791
  {
792
- "backgroundColor": "#401960",
792
+ "backgroundColor": "#7622d7",
793
793
  "borderRadius": 999,
794
794
  "height": 16,
795
795
  "marginLeft": 8,
@@ -823,7 +823,7 @@ exports[`OptionList render isLoading correctly 1`] = `
823
823
  style={
824
824
  [
825
825
  {
826
- "backgroundColor": "#401960",
826
+ "backgroundColor": "#7622d7",
827
827
  "borderRadius": 999,
828
828
  "height": 16,
829
829
  "opacity": 0.45,
@@ -841,7 +841,7 @@ exports[`OptionList render isLoading correctly 1`] = `
841
841
  style={
842
842
  [
843
843
  {
844
- "backgroundColor": "#401960",
844
+ "backgroundColor": "#7622d7",
845
845
  "borderRadius": 999,
846
846
  "height": 16,
847
847
  "marginLeft": 8,
@@ -1098,7 +1098,7 @@ exports[`OptionList renders correctly 1`] = `
1098
1098
  [
1099
1099
  {
1100
1100
  "alignItems": "center",
1101
- "backgroundColor": "#ece8ef",
1101
+ "backgroundColor": "#F1E9FB",
1102
1102
  "borderRadius": 4,
1103
1103
  "flexDirection": "row",
1104
1104
  "opacity": 1,
@@ -1154,7 +1154,7 @@ exports[`OptionList renders correctly 1`] = `
1154
1154
  style={
1155
1155
  [
1156
1156
  {
1157
- "color": "#401960",
1157
+ "color": "#7622d7",
1158
1158
  "fontSize": 20,
1159
1159
  },
1160
1160
  {
@@ -1819,7 +1819,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1819
1819
  [
1820
1820
  {
1821
1821
  "alignItems": "center",
1822
- "backgroundColor": "#ece8ef",
1822
+ "backgroundColor": "#F1E9FB",
1823
1823
  "borderRadius": 4,
1824
1824
  "flexDirection": "row",
1825
1825
  "opacity": 1,
@@ -1875,7 +1875,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
1875
1875
  style={
1876
1876
  [
1877
1877
  {
1878
- "color": "#401960",
1878
+ "color": "#7622d7",
1879
1879
  "fontSize": 20,
1880
1880
  },
1881
1881
  {
@@ -2085,7 +2085,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
2085
2085
  [
2086
2086
  {
2087
2087
  "alignItems": "center",
2088
- "backgroundColor": "#ece8ef",
2088
+ "backgroundColor": "#F1E9FB",
2089
2089
  "borderRadius": 4,
2090
2090
  "flexDirection": "row",
2091
2091
  "opacity": 1,
@@ -2141,7 +2141,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
2141
2141
  style={
2142
2142
  [
2143
2143
  {
2144
- "color": "#401960",
2144
+ "color": "#7622d7",
2145
2145
  "fontSize": 20,
2146
2146
  },
2147
2147
  {
@@ -2568,7 +2568,7 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2568
2568
  [
2569
2569
  {
2570
2570
  "alignItems": "center",
2571
- "backgroundColor": "#ece8ef",
2571
+ "backgroundColor": "#F1E9FB",
2572
2572
  "borderRadius": 4,
2573
2573
  "flexDirection": "row",
2574
2574
  "opacity": 1,
@@ -2624,7 +2624,7 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
2624
2624
  style={
2625
2625
  [
2626
2626
  {
2627
- "color": "#401960",
2627
+ "color": "#7622d7",
2628
2628
  "fontSize": 20,
2629
2629
  },
2630
2630
  {
@@ -1491,7 +1491,7 @@ exports[`rendering allows custom renderer 1`] = `
1491
1491
  },
1492
1492
  [
1493
1493
  {
1494
- "color": "#401960",
1494
+ "color": "#7622d7",
1495
1495
  "flexShrink": 1,
1496
1496
  "lineHeight": 22,
1497
1497
  "textAlign": "center",
@@ -2472,7 +2472,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
2472
2472
  [
2473
2473
  {
2474
2474
  "alignItems": "center",
2475
- "backgroundColor": "#ece8ef",
2475
+ "backgroundColor": "#F1E9FB",
2476
2476
  "borderRadius": 4,
2477
2477
  "flexDirection": "row",
2478
2478
  "opacity": 1,
@@ -2528,7 +2528,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
2528
2528
  style={
2529
2529
  [
2530
2530
  {
2531
- "color": "#401960",
2531
+ "color": "#7622d7",
2532
2532
  "fontSize": 20,
2533
2533
  },
2534
2534
  {
@@ -2636,7 +2636,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
2636
2636
  [
2637
2637
  {
2638
2638
  "alignItems": "center",
2639
- "backgroundColor": "#ece8ef",
2639
+ "backgroundColor": "#F1E9FB",
2640
2640
  "borderRadius": 4,
2641
2641
  "flexDirection": "row",
2642
2642
  "opacity": 1,
@@ -2692,7 +2692,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
2692
2692
  style={
2693
2693
  [
2694
2694
  {
2695
- "color": "#401960",
2695
+ "color": "#7622d7",
2696
2696
  "fontSize": 20,
2697
2697
  },
2698
2698
  {
@@ -3520,7 +3520,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
3520
3520
  },
3521
3521
  [
3522
3522
  {
3523
- "color": "#401960",
3523
+ "color": "#7622d7",
3524
3524
  "flexShrink": 1,
3525
3525
  "lineHeight": 22,
3526
3526
  "textAlign": "center",
@@ -4796,7 +4796,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
4796
4796
  [
4797
4797
  {
4798
4798
  "alignItems": "center",
4799
- "backgroundColor": "#ece8ef",
4799
+ "backgroundColor": "#F1E9FB",
4800
4800
  "borderRadius": 4,
4801
4801
  "flexDirection": "row",
4802
4802
  "opacity": 1,
@@ -4852,7 +4852,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
4852
4852
  style={
4853
4853
  [
4854
4854
  {
4855
- "color": "#401960",
4855
+ "color": "#7622d7",
4856
4856
  "fontSize": 20,
4857
4857
  },
4858
4858
  {
@@ -4950,7 +4950,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
4950
4950
  [
4951
4951
  {
4952
4952
  "alignItems": "center",
4953
- "backgroundColor": "#ece8ef",
4953
+ "backgroundColor": "#F1E9FB",
4954
4954
  "borderRadius": 4,
4955
4955
  "flexDirection": "row",
4956
4956
  "opacity": 1,
@@ -5006,7 +5006,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
5006
5006
  style={
5007
5007
  [
5008
5008
  {
5009
- "color": "#401960",
5009
+ "color": "#7622d7",
5010
5010
  "fontSize": 20,
5011
5011
  },
5012
5012
  {
@@ -5142,7 +5142,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
5142
5142
  },
5143
5143
  [
5144
5144
  {
5145
- "color": "#401960",
5145
+ "color": "#7622d7",
5146
5146
  "flexShrink": 1,
5147
5147
  "lineHeight": 22,
5148
5148
  "textAlign": "center",
@@ -5881,7 +5881,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
5881
5881
  [
5882
5882
  {
5883
5883
  "alignItems": "center",
5884
- "backgroundColor": "#ece8ef",
5884
+ "backgroundColor": "#F1E9FB",
5885
5885
  "borderRadius": 4,
5886
5886
  "flexDirection": "row",
5887
5887
  "opacity": 1,
@@ -5937,7 +5937,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
5937
5937
  style={
5938
5938
  [
5939
5939
  {
5940
- "color": "#401960",
5940
+ "color": "#7622d7",
5941
5941
  "fontSize": 20,
5942
5942
  },
5943
5943
  {
@@ -6437,7 +6437,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
6437
6437
  },
6438
6438
  [
6439
6439
  {
6440
- "color": "#401960",
6440
+ "color": "#7622d7",
6441
6441
  "flexShrink": 1,
6442
6442
  "lineHeight": 22,
6443
6443
  "textAlign": "center",
@@ -35,7 +35,7 @@ exports[`Option renders correctly 1`] = `
35
35
  [
36
36
  {
37
37
  "alignItems": "center",
38
- "backgroundColor": "#ece8ef",
38
+ "backgroundColor": "#F1E9FB",
39
39
  "borderRadius": 4,
40
40
  "flexDirection": "row",
41
41
  "opacity": 1,
@@ -229,7 +229,7 @@ exports[`OptionList render isLoading correctly 1`] = `
229
229
  [
230
230
  {
231
231
  "alignItems": "center",
232
- "backgroundColor": "#ece8ef",
232
+ "backgroundColor": "#F1E9FB",
233
233
  "borderRadius": 4,
234
234
  "flexDirection": "row",
235
235
  "opacity": 1,
@@ -748,7 +748,7 @@ exports[`OptionList render isLoading correctly 1`] = `
748
748
  style={
749
749
  [
750
750
  {
751
- "backgroundColor": "#401960",
751
+ "backgroundColor": "#7622d7",
752
752
  "borderRadius": 999,
753
753
  "height": 16,
754
754
  "opacity": 0.9,
@@ -766,7 +766,7 @@ exports[`OptionList render isLoading correctly 1`] = `
766
766
  style={
767
767
  [
768
768
  {
769
- "backgroundColor": "#401960",
769
+ "backgroundColor": "#7622d7",
770
770
  "borderRadius": 999,
771
771
  "height": 16,
772
772
  "marginLeft": 8,
@@ -800,7 +800,7 @@ exports[`OptionList render isLoading correctly 1`] = `
800
800
  style={
801
801
  [
802
802
  {
803
- "backgroundColor": "#401960",
803
+ "backgroundColor": "#7622d7",
804
804
  "borderRadius": 999,
805
805
  "height": 16,
806
806
  "opacity": 0.45,
@@ -818,7 +818,7 @@ exports[`OptionList render isLoading correctly 1`] = `
818
818
  style={
819
819
  [
820
820
  {
821
- "backgroundColor": "#401960",
821
+ "backgroundColor": "#7622d7",
822
822
  "borderRadius": 999,
823
823
  "height": 16,
824
824
  "marginLeft": 8,
@@ -1080,7 +1080,7 @@ exports[`OptionList renders correctly 1`] = `
1080
1080
  [
1081
1081
  {
1082
1082
  "alignItems": "center",
1083
- "backgroundColor": "#ece8ef",
1083
+ "backgroundColor": "#F1E9FB",
1084
1084
  "borderRadius": 4,
1085
1085
  "flexDirection": "row",
1086
1086
  "opacity": 1,
@@ -1778,7 +1778,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1778
1778
  [
1779
1779
  {
1780
1780
  "alignItems": "center",
1781
- "backgroundColor": "#ece8ef",
1781
+ "backgroundColor": "#F1E9FB",
1782
1782
  "borderRadius": 4,
1783
1783
  "flexDirection": "row",
1784
1784
  "opacity": 1,
@@ -2476,7 +2476,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2476
2476
  [
2477
2477
  {
2478
2478
  "alignItems": "center",
2479
- "backgroundColor": "#ece8ef",
2479
+ "backgroundColor": "#F1E9FB",
2480
2480
  "borderRadius": 4,
2481
2481
  "flexDirection": "row",
2482
2482
  "opacity": 1,
@@ -2392,7 +2392,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
2392
2392
  [
2393
2393
  {
2394
2394
  "alignItems": "center",
2395
- "backgroundColor": "#ece8ef",
2395
+ "backgroundColor": "#F1E9FB",
2396
2396
  "borderRadius": 4,
2397
2397
  "flexDirection": "row",
2398
2398
  "opacity": 1,
@@ -4338,7 +4338,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
4338
4338
  [
4339
4339
  {
4340
4340
  "alignItems": "center",
4341
- "backgroundColor": "#ece8ef",
4341
+ "backgroundColor": "#F1E9FB",
4342
4342
  "borderRadius": 4,
4343
4343
  "flexDirection": "row",
4344
4344
  "opacity": 1,
@@ -10,12 +10,12 @@ exports[`Slider renders correctly by default 1`] = `
10
10
  >
11
11
  <Slider
12
12
  disabled={false}
13
- maximumTrackTintColor="#ece8ef"
13
+ maximumTrackTintColor="#F1E9FB"
14
14
  maximumValue={1}
15
- minimumTrackTintColor="#401960"
15
+ minimumTrackTintColor="#7622d7"
16
16
  minimumValue={0}
17
17
  step={0}
18
- thumbTintColor="#401960"
18
+ thumbTintColor="#7622d7"
19
19
  value={0}
20
20
  />
21
21
  <View
@@ -51,12 +51,12 @@ exports[`Slider renders correctly when disabled 1`] = `
51
51
  >
52
52
  <Slider
53
53
  disabled={true}
54
- maximumTrackTintColor="#ece8ef"
54
+ maximumTrackTintColor="#F1E9FB"
55
55
  maximumValue={1}
56
- minimumTrackTintColor="#401960"
56
+ minimumTrackTintColor="#7622d7"
57
57
  minimumValue={0}
58
58
  step={0}
59
- thumbTintColor="#401960"
59
+ thumbTintColor="#7622d7"
60
60
  value={0}
61
61
  />
62
62
  <View
@@ -92,15 +92,15 @@ exports[`Slider renders correctly with props 1`] = `
92
92
  >
93
93
  <Slider
94
94
  disabled={false}
95
- maximumTrackTintColor="#ece8ef"
95
+ maximumTrackTintColor="#F1E9FB"
96
96
  maximumValue={2}
97
- minimumTrackTintColor="#401960"
97
+ minimumTrackTintColor="#7622d7"
98
98
  minimumValue={-1}
99
99
  onSlidingComplete={[MockFunction]}
100
100
  onSlidingStart={[MockFunction]}
101
101
  onValueChange={[MockFunction]}
102
102
  step={0.25}
103
- thumbTintColor="#401960"
103
+ thumbTintColor="#7622d7"
104
104
  value={0.5}
105
105
  />
106
106
  <View