@hero-design/rn 8.12.4 → 8.12.5-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 (326) hide show
  1. package/.turbo/turbo-build.log +9 -9
  2. package/.turbo/turbo-build:types.log +2 -0
  3. package/.turbo/turbo-lint.log +149 -0
  4. package/.turbo/turbo-publish:npm.log +9 -0
  5. package/es/index.js +53 -58
  6. package/lib/index.js +53 -58
  7. package/package.json +5 -5
  8. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +0 -8
  9. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +0 -12
  10. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +0 -13
  11. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  12. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +4 -21
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +36 -189
  14. package/src/components/Avatar/StyledAvatar.tsx +4 -11
  15. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +4 -21
  16. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +8 -42
  17. package/src/components/Badge/StyledBadge.tsx +2 -4
  18. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -132
  19. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +0 -1
  20. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
  21. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  22. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  23. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +0 -10
  24. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +0 -10
  25. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +0 -5
  26. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +0 -6
  27. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +0 -2
  28. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +0 -16
  29. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
  30. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +0 -1
  31. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  32. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +0 -2
  33. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +0 -4
  34. package/src/components/Empty/StyledEmpty.tsx +13 -14
  35. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +20 -76
  36. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +16 -56
  37. package/src/components/FAB/StyledFAB.tsx +2 -3
  38. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +0 -1
  39. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +8 -22
  40. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +0 -4
  41. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +8 -53
  42. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +0 -4
  43. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +0 -4
  44. package/src/components/PinInput/StyledPinInput.tsx +3 -6
  45. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +18 -93
  46. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +13 -73
  47. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +0 -3
  48. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +0 -2
  49. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +0 -3
  50. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +0 -4
  51. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +1 -23
  52. package/src/components/SectionHeading/__tests__/index.spec.tsx +2 -2
  53. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +0 -1
  54. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +0 -20
  55. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +0 -38
  56. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +0 -1
  57. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +0 -20
  58. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +0 -35
  59. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +0 -3
  60. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  61. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +0 -1
  62. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  63. package/src/components/Tabs/ScrollableTabs.tsx +208 -167
  64. package/src/components/Tabs/__tests__/ScrollableTabs.spec.tsx +58 -11
  65. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +7 -24
  66. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +7 -22
  67. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +7 -27
  68. package/src/components/Tag/StyledTag.tsx +2 -3
  69. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +62 -167
  70. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +0 -22
  71. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +0 -51
  72. package/src/components/TextInput/index.tsx +0 -2
  73. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +0 -5
  74. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +0 -7
  75. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +0 -13
  76. package/src/components/Typography/Text/index.tsx +0 -2
  77. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +0 -17
  78. package/src/theme/components/avatar.ts +1 -11
  79. package/src/theme/components/badge.ts +1 -5
  80. package/src/theme/components/pinInput.ts +1 -14
  81. package/src/types.ts +2 -0
  82. package/types/components/Accordion/AccordionItem.d.ts +0 -0
  83. package/types/components/Accordion/StyledAccordion.d.ts +0 -0
  84. package/types/components/Accordion/index.d.ts +0 -0
  85. package/types/components/Alert/StyledAlert.d.ts +0 -0
  86. package/types/components/Alert/index.d.ts +0 -0
  87. package/types/components/Attachment/StyledAttachment.d.ts +0 -0
  88. package/types/components/Attachment/index.d.ts +0 -0
  89. package/types/components/Avatar/Avatar.d.ts +0 -0
  90. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -0
  91. package/types/components/Avatar/AvatarStack/index.d.ts +0 -0
  92. package/types/components/Avatar/AvatarStack/utils.d.ts +0 -0
  93. package/types/components/Avatar/StyledAvatar.d.ts +5 -4
  94. package/types/components/Avatar/index.d.ts +0 -0
  95. package/types/components/Badge/Status.d.ts +0 -0
  96. package/types/components/Badge/StyledBadge.d.ts +5 -3
  97. package/types/components/Badge/index.d.ts +0 -0
  98. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
  99. package/types/components/BottomNavigation/index.d.ts +0 -0
  100. package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -0
  101. package/types/components/BottomSheet/Footer.d.ts +0 -0
  102. package/types/components/BottomSheet/Header.d.ts +0 -0
  103. package/types/components/BottomSheet/ScrollView.d.ts +0 -0
  104. package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
  105. package/types/components/BottomSheet/index.d.ts +0 -0
  106. package/types/components/Box/StyledBox.d.ts +0 -0
  107. package/types/components/Box/config.d.ts +0 -0
  108. package/types/components/Box/index.d.ts +0 -0
  109. package/types/components/Box/types.d.ts +0 -0
  110. package/types/components/Button/Button.d.ts +0 -0
  111. package/types/components/Button/IconButton.d.ts +0 -0
  112. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
  113. package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
  114. package/types/components/Button/StyledButton.d.ts +0 -0
  115. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -0
  116. package/types/components/Button/UtilityButton/index.d.ts +0 -0
  117. package/types/components/Button/index.d.ts +0 -0
  118. package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
  119. package/types/components/Calendar/StyledCalendar.d.ts +0 -0
  120. package/types/components/Calendar/helpers.d.ts +0 -0
  121. package/types/components/Calendar/index.d.ts +0 -0
  122. package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
  123. package/types/components/Card/DataCard/index.d.ts +0 -0
  124. package/types/components/Card/StyledCard.d.ts +0 -0
  125. package/types/components/Card/index.d.ts +0 -0
  126. package/types/components/Carousel/CardCarousel.d.ts +0 -0
  127. package/types/components/Carousel/CarouselItem.d.ts +0 -0
  128. package/types/components/Carousel/StyledCardCarousel.d.ts +0 -0
  129. package/types/components/Carousel/StyledCarousel.d.ts +0 -0
  130. package/types/components/Carousel/contants.d.ts +0 -0
  131. package/types/components/Carousel/index.d.ts +0 -0
  132. package/types/components/Carousel/types.d.ts +0 -0
  133. package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
  134. package/types/components/Checkbox/index.d.ts +0 -0
  135. package/types/components/Collapse/StyledCollapse.d.ts +0 -0
  136. package/types/components/Collapse/index.d.ts +0 -0
  137. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
  138. package/types/components/ContentNavigator/index.d.ts +0 -0
  139. package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
  140. package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
  141. package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
  142. package/types/components/DatePicker/index.d.ts +0 -0
  143. package/types/components/DatePicker/types.d.ts +0 -0
  144. package/types/components/Divider/StyledDivider.d.ts +0 -0
  145. package/types/components/Divider/index.d.ts +0 -0
  146. package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -0
  147. package/types/components/Drawer/DragableDrawer/index.d.ts +0 -0
  148. package/types/components/Drawer/StyledDrawer.d.ts +0 -0
  149. package/types/components/Drawer/index.d.ts +0 -0
  150. package/types/components/Empty/StyledEmpty.d.ts +9 -5
  151. package/types/components/Empty/index.d.ts +0 -0
  152. package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
  153. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
  154. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -0
  155. package/types/components/FAB/ActionGroup/index.d.ts +0 -0
  156. package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
  157. package/types/components/FAB/FAB.d.ts +0 -0
  158. package/types/components/FAB/StyledFAB.d.ts +5 -3
  159. package/types/components/FAB/index.d.ts +0 -0
  160. package/types/components/Icon/AnimatedIcon.d.ts +0 -0
  161. package/types/components/Icon/HeroIcon/index.d.ts +0 -0
  162. package/types/components/Icon/IconList.d.ts +0 -0
  163. package/types/components/Icon/index.d.ts +0 -0
  164. package/types/components/Icon/utils.d.ts +0 -0
  165. package/types/components/Image/index.d.ts +0 -0
  166. package/types/components/List/BasicListItem.d.ts +0 -0
  167. package/types/components/List/ListItem.d.ts +0 -0
  168. package/types/components/List/StyledBasicListItem.d.ts +0 -0
  169. package/types/components/List/StyledListItem.d.ts +0 -0
  170. package/types/components/List/index.d.ts +0 -0
  171. package/types/components/PageControl/StyledPageControl.d.ts +0 -0
  172. package/types/components/PageControl/index.d.ts +0 -0
  173. package/types/components/PinInput/PinCell.d.ts +0 -0
  174. package/types/components/PinInput/StyledPinInput.d.ts +9 -5
  175. package/types/components/PinInput/index.d.ts +0 -0
  176. package/types/components/Progress/ProgressBar.d.ts +0 -0
  177. package/types/components/Progress/ProgressCircle.d.ts +0 -0
  178. package/types/components/Progress/StyledProgressBar.d.ts +0 -0
  179. package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
  180. package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
  181. package/types/components/Progress/constants.d.ts +0 -0
  182. package/types/components/Progress/index.d.ts +0 -0
  183. package/types/components/Progress/types.d.ts +0 -0
  184. package/types/components/Radio/Radio.d.ts +0 -0
  185. package/types/components/Radio/RadioGroup.d.ts +0 -0
  186. package/types/components/Radio/StyledRadio.d.ts +0 -0
  187. package/types/components/Radio/index.d.ts +0 -0
  188. package/types/components/Radio/types.d.ts +0 -0
  189. package/types/components/RefreshControl/index.d.ts +0 -0
  190. package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
  191. package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
  192. package/types/components/RichTextEditor/MentionList.d.ts +0 -0
  193. package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
  194. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
  195. package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
  196. package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -0
  197. package/types/components/RichTextEditor/constants.d.ts +0 -0
  198. package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -0
  199. package/types/components/RichTextEditor/index.d.ts +0 -0
  200. package/types/components/RichTextEditor/types.d.ts +0 -0
  201. package/types/components/RichTextEditor/utils/events.d.ts +0 -0
  202. package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
  203. package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
  204. package/types/components/SectionHeading/index.d.ts +0 -0
  205. package/types/components/Select/BaseOptionList.d.ts +0 -0
  206. package/types/components/Select/Footer.d.ts +0 -0
  207. package/types/components/Select/MultiSelect/Option.d.ts +0 -0
  208. package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
  209. package/types/components/Select/MultiSelect/index.d.ts +0 -0
  210. package/types/components/Select/SingleSelect/Option.d.ts +0 -0
  211. package/types/components/Select/SingleSelect/OptionList.d.ts +0 -0
  212. package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -0
  213. package/types/components/Select/SingleSelect/index.d.ts +0 -0
  214. package/types/components/Select/StyledSelect.d.ts +0 -0
  215. package/types/components/Select/helpers.d.ts +0 -0
  216. package/types/components/Select/index.d.ts +0 -0
  217. package/types/components/Select/types.d.ts +0 -0
  218. package/types/components/Slider/index.d.ts +0 -0
  219. package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
  220. package/types/components/Spinner/StyledSpinner.d.ts +0 -0
  221. package/types/components/Spinner/index.d.ts +0 -0
  222. package/types/components/Swipeable/StyledSwipeable.d.ts +0 -0
  223. package/types/components/Swipeable/SwipeableAction.d.ts +0 -0
  224. package/types/components/Swipeable/index.d.ts +0 -0
  225. package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -0
  226. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -0
  227. package/types/components/Switch/SelectorSwitch/index.d.ts +0 -0
  228. package/types/components/Switch/StyledSwitch.d.ts +0 -0
  229. package/types/components/Switch/index.d.ts +0 -0
  230. package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
  231. package/types/components/Tabs/ScrollableTabs.d.ts +8 -1
  232. package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
  233. package/types/components/Tabs/StyledTabs.d.ts +0 -0
  234. package/types/components/Tabs/TabWithBadge.d.ts +0 -0
  235. package/types/components/Tabs/index.d.ts +2 -1
  236. package/types/components/Tabs/utils.d.ts +0 -0
  237. package/types/components/Tag/StyledTag.d.ts +5 -3
  238. package/types/components/Tag/index.d.ts +0 -0
  239. package/types/components/TextInput/StyledTextInput.d.ts +0 -0
  240. package/types/components/TextInput/index.d.ts +0 -0
  241. package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
  242. package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
  243. package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
  244. package/types/components/TimePicker/index.d.ts +0 -0
  245. package/types/components/TimePicker/types.d.ts +0 -0
  246. package/types/components/Toast/StyledToast.d.ts +0 -0
  247. package/types/components/Toast/Toast.d.ts +0 -0
  248. package/types/components/Toast/ToastContainer.d.ts +0 -0
  249. package/types/components/Toast/ToastContext.d.ts +0 -0
  250. package/types/components/Toast/ToastProvider.d.ts +0 -0
  251. package/types/components/Toast/index.d.ts +0 -0
  252. package/types/components/Toast/types.d.ts +0 -0
  253. package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
  254. package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
  255. package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
  256. package/types/components/Toolbar/index.d.ts +0 -0
  257. package/types/components/Typography/Text/StyledText.d.ts +0 -0
  258. package/types/components/Typography/Text/index.d.ts +1 -1
  259. package/types/components/Typography/index.d.ts +0 -0
  260. package/types/index.d.ts +0 -0
  261. package/types/testHelpers/renderWithTheme.d.ts +0 -0
  262. package/types/theme/ThemeProvider.d.ts +0 -0
  263. package/types/theme/ThemeSwitcher.d.ts +0 -0
  264. package/types/theme/components/accordion.d.ts +0 -0
  265. package/types/theme/components/alert.d.ts +0 -0
  266. package/types/theme/components/attachment.d.ts +0 -0
  267. package/types/theme/components/avatar.d.ts +0 -10
  268. package/types/theme/components/badge.d.ts +0 -3
  269. package/types/theme/components/bottomNavigation.d.ts +0 -0
  270. package/types/theme/components/bottomSheet.d.ts +0 -0
  271. package/types/theme/components/button.d.ts +0 -0
  272. package/types/theme/components/calendar.d.ts +0 -0
  273. package/types/theme/components/card.d.ts +0 -0
  274. package/types/theme/components/cardCarousel.d.ts +0 -0
  275. package/types/theme/components/carousel.d.ts +0 -0
  276. package/types/theme/components/checkbox.d.ts +0 -0
  277. package/types/theme/components/contentNavigator.d.ts +0 -0
  278. package/types/theme/components/datePicker.d.ts +0 -0
  279. package/types/theme/components/divider.d.ts +0 -0
  280. package/types/theme/components/drawer.d.ts +0 -0
  281. package/types/theme/components/empty.d.ts +0 -0
  282. package/types/theme/components/fab.d.ts +0 -0
  283. package/types/theme/components/icon.d.ts +0 -0
  284. package/types/theme/components/image.d.ts +0 -0
  285. package/types/theme/components/list.d.ts +0 -0
  286. package/types/theme/components/pageControl.d.ts +0 -0
  287. package/types/theme/components/pinInput.d.ts +0 -4
  288. package/types/theme/components/progress.d.ts +0 -0
  289. package/types/theme/components/radio.d.ts +0 -0
  290. package/types/theme/components/refreshControl.d.ts +0 -0
  291. package/types/theme/components/richTextEditor.d.ts +0 -0
  292. package/types/theme/components/sectionHeading.d.ts +0 -0
  293. package/types/theme/components/select.d.ts +0 -0
  294. package/types/theme/components/slider.d.ts +0 -0
  295. package/types/theme/components/spinner.d.ts +0 -0
  296. package/types/theme/components/swipeable.d.ts +0 -0
  297. package/types/theme/components/switch.d.ts +0 -0
  298. package/types/theme/components/tabs.d.ts +0 -0
  299. package/types/theme/components/tag.d.ts +0 -0
  300. package/types/theme/components/textInput.d.ts +0 -0
  301. package/types/theme/components/timePicker.d.ts +0 -0
  302. package/types/theme/components/toast.d.ts +0 -0
  303. package/types/theme/components/toolbar.d.ts +0 -0
  304. package/types/theme/components/typography.d.ts +0 -0
  305. package/types/theme/getTheme.d.ts +0 -0
  306. package/types/theme/global/borders.d.ts +0 -0
  307. package/types/theme/global/colors/eBens.d.ts +0 -0
  308. package/types/theme/global/colors/global.d.ts +0 -0
  309. package/types/theme/global/colors/globalDark.d.ts +0 -0
  310. package/types/theme/global/colors/jobs.d.ts +0 -0
  311. package/types/theme/global/colors/swag.d.ts +0 -0
  312. package/types/theme/global/colors/swagDark.d.ts +0 -0
  313. package/types/theme/global/colors/types.d.ts +0 -0
  314. package/types/theme/global/colors/wallet.d.ts +0 -0
  315. package/types/theme/global/colors/work.d.ts +0 -0
  316. package/types/theme/global/index.d.ts +0 -0
  317. package/types/theme/global/scale.d.ts +0 -0
  318. package/types/theme/global/sizes.d.ts +0 -0
  319. package/types/theme/global/space.d.ts +0 -0
  320. package/types/theme/global/typography.d.ts +0 -0
  321. package/types/theme/index.d.ts +0 -0
  322. package/types/types.d.ts +2 -1
  323. package/types/utils/functions.d.ts +0 -0
  324. package/types/utils/helpers.d.ts +0 -0
  325. package/types/utils/hooks.d.ts +0 -0
  326. package/types/utils/scale.d.ts +0 -0
@@ -24,34 +24,19 @@ exports[`Badge has danger style when intent is danger 1`] = `
24
24
  themePadding="wideContent"
25
25
  >
26
26
  <Text
27
- allowFontScaling={false}
28
27
  style={
29
28
  Array [
30
29
  Object {
31
- "color": "#001f23",
32
- "fontFamily": "BeVietnamPro-Regular",
33
- "fontSize": 14,
34
- "letterSpacing": 0.42,
35
- "lineHeight": 22,
30
+ "color": "#ffffff",
31
+ "fontFamily": "BeVietnamPro-SemiBold",
32
+ "fontSize": 12,
33
+ "includeFontPadding": false,
34
+ "textAlign": "center",
35
+ "textAlignVertical": "center",
36
36
  },
37
- Array [
38
- Object {
39
- "color": "#ffffff",
40
- "fontFamily": "BeVietnamPro-SemiBold",
41
- "fontSize": 12,
42
- "includeFontPadding": false,
43
- "lineHeight": 20,
44
- "textAlign": "center",
45
- "textAlignVertical": "center",
46
- },
47
- undefined,
48
- ],
37
+ undefined,
49
38
  ]
50
39
  }
51
- themeFontSize="medium"
52
- themeFontWeight="regular"
53
- themeIntent="body"
54
- themeTypeface="neutral"
55
40
  >
56
41
  DECLINED
57
42
  </Text>
@@ -82,34 +67,19 @@ exports[`Badge has info style when intent is info 1`] = `
82
67
  themePadding="wideContent"
83
68
  >
84
69
  <Text
85
- allowFontScaling={false}
86
70
  style={
87
71
  Array [
88
72
  Object {
89
- "color": "#001f23",
90
- "fontFamily": "BeVietnamPro-Regular",
91
- "fontSize": 14,
92
- "letterSpacing": 0.42,
93
- "lineHeight": 22,
73
+ "color": "#ffffff",
74
+ "fontFamily": "BeVietnamPro-SemiBold",
75
+ "fontSize": 12,
76
+ "includeFontPadding": false,
77
+ "textAlign": "center",
78
+ "textAlignVertical": "center",
94
79
  },
95
- Array [
96
- Object {
97
- "color": "#ffffff",
98
- "fontFamily": "BeVietnamPro-SemiBold",
99
- "fontSize": 12,
100
- "includeFontPadding": false,
101
- "lineHeight": 20,
102
- "textAlign": "center",
103
- "textAlignVertical": "center",
104
- },
105
- undefined,
106
- ],
80
+ undefined,
107
81
  ]
108
82
  }
109
- themeFontSize="medium"
110
- themeFontWeight="regular"
111
- themeIntent="body"
112
- themeTypeface="neutral"
113
83
  >
114
84
  SUBMITTED
115
85
  </Text>
@@ -140,34 +110,19 @@ exports[`Badge has info style when intent is primary 1`] = `
140
110
  themePadding="wideContent"
141
111
  >
142
112
  <Text
143
- allowFontScaling={false}
144
113
  style={
145
114
  Array [
146
115
  Object {
147
- "color": "#001f23",
148
- "fontFamily": "BeVietnamPro-Regular",
149
- "fontSize": 14,
150
- "letterSpacing": 0.42,
151
- "lineHeight": 22,
116
+ "color": "#ffffff",
117
+ "fontFamily": "BeVietnamPro-SemiBold",
118
+ "fontSize": 12,
119
+ "includeFontPadding": false,
120
+ "textAlign": "center",
121
+ "textAlignVertical": "center",
152
122
  },
153
- Array [
154
- Object {
155
- "color": "#ffffff",
156
- "fontFamily": "BeVietnamPro-SemiBold",
157
- "fontSize": 12,
158
- "includeFontPadding": false,
159
- "lineHeight": 20,
160
- "textAlign": "center",
161
- "textAlignVertical": "center",
162
- },
163
- undefined,
164
- ],
123
+ undefined,
165
124
  ]
166
125
  }
167
- themeFontSize="medium"
168
- themeFontWeight="regular"
169
- themeIntent="body"
170
- themeTypeface="neutral"
171
126
  >
172
127
  PRIMARY
173
128
  </Text>
@@ -198,34 +153,19 @@ exports[`Badge has success style when intent is success 1`] = `
198
153
  themePadding="wideContent"
199
154
  >
200
155
  <Text
201
- allowFontScaling={false}
202
156
  style={
203
157
  Array [
204
158
  Object {
205
- "color": "#001f23",
206
- "fontFamily": "BeVietnamPro-Regular",
207
- "fontSize": 14,
208
- "letterSpacing": 0.42,
209
- "lineHeight": 22,
159
+ "color": "#ffffff",
160
+ "fontFamily": "BeVietnamPro-SemiBold",
161
+ "fontSize": 12,
162
+ "includeFontPadding": false,
163
+ "textAlign": "center",
164
+ "textAlignVertical": "center",
210
165
  },
211
- Array [
212
- Object {
213
- "color": "#ffffff",
214
- "fontFamily": "BeVietnamPro-SemiBold",
215
- "fontSize": 12,
216
- "includeFontPadding": false,
217
- "lineHeight": 20,
218
- "textAlign": "center",
219
- "textAlignVertical": "center",
220
- },
221
- undefined,
222
- ],
166
+ undefined,
223
167
  ]
224
168
  }
225
- themeFontSize="medium"
226
- themeFontWeight="regular"
227
- themeIntent="body"
228
- themeTypeface="neutral"
229
169
  >
230
170
  APPROVED
231
171
  </Text>
@@ -256,34 +196,19 @@ exports[`Badge has warning style when intent is warning 1`] = `
256
196
  themePadding="wideContent"
257
197
  >
258
198
  <Text
259
- allowFontScaling={false}
260
199
  style={
261
200
  Array [
262
201
  Object {
263
- "color": "#001f23",
264
- "fontFamily": "BeVietnamPro-Regular",
265
- "fontSize": 14,
266
- "letterSpacing": 0.42,
267
- "lineHeight": 22,
202
+ "color": "#ffffff",
203
+ "fontFamily": "BeVietnamPro-SemiBold",
204
+ "fontSize": 12,
205
+ "includeFontPadding": false,
206
+ "textAlign": "center",
207
+ "textAlignVertical": "center",
268
208
  },
269
- Array [
270
- Object {
271
- "color": "#ffffff",
272
- "fontFamily": "BeVietnamPro-SemiBold",
273
- "fontSize": 12,
274
- "includeFontPadding": false,
275
- "lineHeight": 20,
276
- "textAlign": "center",
277
- "textAlignVertical": "center",
278
- },
279
- undefined,
280
- ],
209
+ undefined,
281
210
  ]
282
211
  }
283
- themeFontSize="medium"
284
- themeFontWeight="regular"
285
- themeIntent="body"
286
- themeTypeface="neutral"
287
212
  >
288
213
  PENDING
289
214
  </Text>
@@ -315,34 +240,19 @@ exports[`Badge renders correctly with custom props 1`] = `
315
240
  themePadding="wideContent"
316
241
  >
317
242
  <Text
318
- allowFontScaling={false}
319
243
  style={
320
244
  Array [
321
245
  Object {
322
- "color": "#001f23",
323
- "fontFamily": "BeVietnamPro-Regular",
324
- "fontSize": 14,
325
- "letterSpacing": 0.42,
326
- "lineHeight": 22,
246
+ "color": "#ffffff",
247
+ "fontFamily": "BeVietnamPro-SemiBold",
248
+ "fontSize": 12,
249
+ "includeFontPadding": false,
250
+ "textAlign": "center",
251
+ "textAlignVertical": "center",
327
252
  },
328
- Array [
329
- Object {
330
- "color": "#ffffff",
331
- "fontFamily": "BeVietnamPro-SemiBold",
332
- "fontSize": 12,
333
- "includeFontPadding": false,
334
- "lineHeight": 20,
335
- "textAlign": "center",
336
- "textAlignVertical": "center",
337
- },
338
- undefined,
339
- ],
253
+ undefined,
340
254
  ]
341
255
  }
342
- themeFontSize="medium"
343
- themeFontWeight="regular"
344
- themeIntent="body"
345
- themeTypeface="neutral"
346
256
  >
347
257
  50+
348
258
  </Text>
@@ -44,7 +44,6 @@ exports[`Status Badge renders correctly 1`] = `
44
44
  exports[`Status Badge renders correctly with intent 1`] = `
45
45
  <View>
46
46
  <Text
47
- allowFontScaling={false}
48
47
  style={
49
48
  Array [
50
49
  Object {
@@ -134,7 +134,6 @@ exports[`BottomNavigation renders correctly 1`] = `
134
134
  themeSize="medium"
135
135
  />
136
136
  <Text
137
- allowFontScaling={false}
138
137
  numberOfLines={1}
139
138
  style={
140
139
  Array [
@@ -197,7 +196,6 @@ exports[`BottomNavigation renders correctly 1`] = `
197
196
  themeSize="medium"
198
197
  />
199
198
  <Text
200
- allowFontScaling={false}
201
199
  numberOfLines={1}
202
200
  style={
203
201
  Array [
@@ -260,7 +258,6 @@ exports[`BottomNavigation renders correctly 1`] = `
260
258
  themeSize="medium"
261
259
  />
262
260
  <Text
263
- allowFontScaling={false}
264
261
  numberOfLines={1}
265
262
  style={
266
263
  Array [
@@ -323,7 +320,6 @@ exports[`BottomNavigation renders correctly 1`] = `
323
320
  themeSize="medium"
324
321
  />
325
322
  <Text
326
- allowFontScaling={false}
327
323
  numberOfLines={1}
328
324
  style={
329
325
  Array [
@@ -136,7 +136,6 @@ exports[`BottomSheet renders correctly with open state 1`] = `
136
136
  }
137
137
  >
138
138
  <Text
139
- allowFontScaling={false}
140
139
  style={
141
140
  Array [
142
141
  Object {
@@ -53,7 +53,6 @@ exports[`UtilityButton snapshot has intent primary style 1`] = `
53
53
  />
54
54
  </View>
55
55
  <Text
56
- allowFontScaling={false}
57
56
  style={
58
57
  Array [
59
58
  Object {
@@ -137,7 +136,6 @@ exports[`UtilityButton snapshot has intent text style 1`] = `
137
136
  />
138
137
  </View>
139
138
  <Text
140
- allowFontScaling={false}
141
139
  style={
142
140
  Array [
143
141
  Object {
@@ -32,7 +32,6 @@ exports[`Button renders correctly 1`] = `
32
32
  }
33
33
  >
34
34
  <Text
35
- allowFontScaling={false}
36
35
  disabled={false}
37
36
  ellipsizeMode="tail"
38
37
  numberOfLines={1}
@@ -247,7 +246,6 @@ exports[`Button renders correctly 3`] = `
247
246
  }
248
247
  >
249
248
  <Text
250
- allowFontScaling={false}
251
249
  disabled={true}
252
250
  ellipsizeMode="tail"
253
251
  numberOfLines={1}
@@ -318,7 +316,6 @@ exports[`Button renders correctly 4`] = `
318
316
  }
319
317
  >
320
318
  <Text
321
- allowFontScaling={false}
322
319
  disabled={false}
323
320
  ellipsizeMode="tail"
324
321
  numberOfLines={1}
@@ -537,7 +534,6 @@ exports[`Button renders correctly 6`] = `
537
534
  }
538
535
  >
539
536
  <Text
540
- allowFontScaling={false}
541
537
  disabled={true}
542
538
  ellipsizeMode="tail"
543
539
  numberOfLines={1}
@@ -606,7 +602,6 @@ exports[`Button renders correctly 7`] = `
606
602
  }
607
603
  >
608
604
  <Text
609
- allowFontScaling={false}
610
605
  disabled={false}
611
606
  ellipsizeMode="tail"
612
607
  numberOfLines={1}
@@ -821,7 +816,6 @@ exports[`Button renders correctly 9`] = `
821
816
  }
822
817
  >
823
818
  <Text
824
- allowFontScaling={false}
825
819
  disabled={true}
826
820
  ellipsizeMode="tail"
827
821
  numberOfLines={1}
@@ -890,7 +884,6 @@ exports[`Button renders correctly 10`] = `
890
884
  }
891
885
  >
892
886
  <Text
893
- allowFontScaling={false}
894
887
  disabled={false}
895
888
  ellipsizeMode="tail"
896
889
  numberOfLines={1}
@@ -1105,7 +1098,6 @@ exports[`Button renders correctly 12`] = `
1105
1098
  }
1106
1099
  >
1107
1100
  <Text
1108
- allowFontScaling={false}
1109
1101
  disabled={true}
1110
1102
  ellipsizeMode="tail"
1111
1103
  numberOfLines={1}
@@ -1174,7 +1166,6 @@ exports[`Button renders correctly 13`] = `
1174
1166
  }
1175
1167
  >
1176
1168
  <Text
1177
- allowFontScaling={false}
1178
1169
  disabled={false}
1179
1170
  ellipsizeMode="tail"
1180
1171
  numberOfLines={1}
@@ -1389,7 +1380,6 @@ exports[`Button renders correctly 15`] = `
1389
1380
  }
1390
1381
  >
1391
1382
  <Text
1392
- allowFontScaling={false}
1393
1383
  disabled={true}
1394
1384
  ellipsizeMode="tail"
1395
1385
  numberOfLines={1}
@@ -597,7 +597,6 @@ exports[`StyledButtonIconWrapper has right style 1`] = `
597
597
 
598
598
  exports[`StyledButtonText has filled-danger style 1`] = `
599
599
  <Text
600
- allowFontScaling={false}
601
600
  style={
602
601
  Array [
603
602
  Object {
@@ -632,7 +631,6 @@ exports[`StyledButtonText has filled-danger style 1`] = `
632
631
 
633
632
  exports[`StyledButtonText has filled-primary style 1`] = `
634
633
  <Text
635
- allowFontScaling={false}
636
634
  style={
637
635
  Array [
638
636
  Object {
@@ -667,7 +665,6 @@ exports[`StyledButtonText has filled-primary style 1`] = `
667
665
 
668
666
  exports[`StyledButtonText has filled-secondary style 1`] = `
669
667
  <Text
670
- allowFontScaling={false}
671
668
  style={
672
669
  Array [
673
670
  Object {
@@ -702,7 +699,6 @@ exports[`StyledButtonText has filled-secondary style 1`] = `
702
699
 
703
700
  exports[`StyledButtonText has outlined-danger style 1`] = `
704
701
  <Text
705
- allowFontScaling={false}
706
702
  style={
707
703
  Array [
708
704
  Object {
@@ -737,7 +733,6 @@ exports[`StyledButtonText has outlined-danger style 1`] = `
737
733
 
738
734
  exports[`StyledButtonText has outlined-primary style 1`] = `
739
735
  <Text
740
- allowFontScaling={false}
741
736
  style={
742
737
  Array [
743
738
  Object {
@@ -772,7 +767,6 @@ exports[`StyledButtonText has outlined-primary style 1`] = `
772
767
 
773
768
  exports[`StyledButtonText has outlined-secondary style 1`] = `
774
769
  <Text
775
- allowFontScaling={false}
776
770
  style={
777
771
  Array [
778
772
  Object {
@@ -807,7 +801,6 @@ exports[`StyledButtonText has outlined-secondary style 1`] = `
807
801
 
808
802
  exports[`StyledButtonText has text-danger style 1`] = `
809
803
  <Text
810
- allowFontScaling={false}
811
804
  style={
812
805
  Array [
813
806
  Object {
@@ -842,7 +835,6 @@ exports[`StyledButtonText has text-danger style 1`] = `
842
835
 
843
836
  exports[`StyledButtonText has text-primary style 1`] = `
844
837
  <Text
845
- allowFontScaling={false}
846
838
  style={
847
839
  Array [
848
840
  Object {
@@ -877,7 +869,6 @@ exports[`StyledButtonText has text-primary style 1`] = `
877
869
 
878
870
  exports[`StyledButtonText has text-secondary style 1`] = `
879
871
  <Text
880
- allowFontScaling={false}
881
872
  style={
882
873
  Array [
883
874
  Object {
@@ -912,7 +903,6 @@ exports[`StyledButtonText has text-secondary style 1`] = `
912
903
 
913
904
  exports[`StyledButtonText renders disabled correctly 1`] = `
914
905
  <Text
915
- allowFontScaling={false}
916
906
  disabled={true}
917
907
  style={
918
908
  Array [
@@ -42,7 +42,6 @@ exports[`CalendarRowItem renders correctly 1`] = `
42
42
  }
43
43
  >
44
44
  <Text
45
- allowFontScaling={false}
46
45
  style={
47
46
  Array [
48
47
  Object {
@@ -125,7 +124,6 @@ exports[`CalendarRowItem renders correctly 2`] = `
125
124
  }
126
125
  >
127
126
  <Text
128
- allowFontScaling={false}
129
127
  style={
130
128
  Array [
131
129
  Object {
@@ -208,7 +206,6 @@ exports[`CalendarRowItem renders correctly when is current date 1`] = `
208
206
  }
209
207
  >
210
208
  <Text
211
- allowFontScaling={false}
212
209
  style={
213
210
  Array [
214
211
  Object {
@@ -291,7 +288,6 @@ exports[`CalendarRowItem renders correctly when selected, and is current date eq
291
288
  }
292
289
  >
293
290
  <Text
294
- allowFontScaling={false}
295
291
  style={
296
292
  Array [
297
293
  Object {
@@ -374,7 +370,6 @@ exports[`CalendarRowItem renders correctly when selected, and is current date eq
374
370
  }
375
371
  >
376
372
  <Text
377
- allowFontScaling={false}
378
373
  style={
379
374
  Array [
380
375
  Object {
@@ -15,7 +15,6 @@ exports[`Card renders correctly when intent is archived 1`] = `
15
15
  themeIntent="archived"
16
16
  >
17
17
  <Text
18
- allowFontScaling={false}
19
18
  style={
20
19
  Array [
21
20
  Object {
@@ -53,7 +52,6 @@ exports[`Card renders correctly when intent is danger 1`] = `
53
52
  themeIntent="danger"
54
53
  >
55
54
  <Text
56
- allowFontScaling={false}
57
55
  style={
58
56
  Array [
59
57
  Object {
@@ -91,7 +89,6 @@ exports[`Card renders correctly when intent is info 1`] = `
91
89
  themeIntent="info"
92
90
  >
93
91
  <Text
94
- allowFontScaling={false}
95
92
  style={
96
93
  Array [
97
94
  Object {
@@ -129,7 +126,6 @@ exports[`Card renders correctly when intent is primary 1`] = `
129
126
  themeIntent="primary"
130
127
  >
131
128
  <Text
132
- allowFontScaling={false}
133
129
  style={
134
130
  Array [
135
131
  Object {
@@ -167,7 +163,6 @@ exports[`Card renders correctly when intent is success 1`] = `
167
163
  themeIntent="success"
168
164
  >
169
165
  <Text
170
- allowFontScaling={false}
171
166
  style={
172
167
  Array [
173
168
  Object {
@@ -203,7 +198,6 @@ exports[`Card renders correctly when intent is undefined 1`] = `
203
198
  }
204
199
  >
205
200
  <Text
206
- allowFontScaling={false}
207
201
  style={
208
202
  Array [
209
203
  Object {
@@ -133,7 +133,6 @@ exports[`CardCarousel should render correctly 1`] = `
133
133
  }
134
134
  >
135
135
  <Text
136
- allowFontScaling={false}
137
136
  style={
138
137
  Array [
139
138
  Object {
@@ -217,7 +216,6 @@ exports[`CardCarousel should render correctly 1`] = `
217
216
  }
218
217
  >
219
218
  <Text
220
- allowFontScaling={false}
221
219
  style={
222
220
  Array [
223
221
  Object {
@@ -173,7 +173,6 @@ exports[`Carousel renders basic carousel 1`] = `
173
173
  width={750}
174
174
  >
175
175
  <Text
176
- allowFontScaling={false}
177
176
  style={
178
177
  Array [
179
178
  Object {
@@ -203,7 +202,6 @@ exports[`Carousel renders basic carousel 1`] = `
203
202
  Welcome to the new Employment Hero app
204
203
  </Text>
205
204
  <Text
206
- allowFontScaling={false}
207
205
  style={
208
206
  Array [
209
207
  Object {
@@ -309,7 +307,6 @@ exports[`Carousel renders basic carousel 1`] = `
309
307
  }
310
308
  />
311
309
  <Text
312
- allowFontScaling={false}
313
310
  style={
314
311
  Array [
315
312
  Object {
@@ -339,7 +336,6 @@ exports[`Carousel renders basic carousel 1`] = `
339
336
  Same app with a new look!
340
337
  </Text>
341
338
  <Text
342
- allowFontScaling={false}
343
339
  style={
344
340
  Array [
345
341
  Object {
@@ -435,7 +431,6 @@ exports[`Carousel renders basic carousel 1`] = `
435
431
  width={750}
436
432
  >
437
433
  <Text
438
- allowFontScaling={false}
439
434
  style={
440
435
  Array [
441
436
  Object {
@@ -465,7 +460,6 @@ exports[`Carousel renders basic carousel 1`] = `
465
460
  Easier to get around
466
461
  </Text>
467
462
  <Text
468
- allowFontScaling={false}
469
463
  style={
470
464
  Array [
471
465
  Object {
@@ -559,7 +553,6 @@ exports[`Carousel renders basic carousel 1`] = `
559
553
  width={750}
560
554
  >
561
555
  <Text
562
- allowFontScaling={false}
563
556
  style={
564
557
  Array [
565
558
  Object {
@@ -638,7 +631,6 @@ exports[`Carousel renders basic carousel 1`] = `
638
631
  }
639
632
  >
640
633
  <Text
641
- allowFontScaling={false}
642
634
  disabled={false}
643
635
  ellipsizeMode="tail"
644
636
  numberOfLines={1}
@@ -924,7 +916,6 @@ exports[`Carousel should call skip call back when press skip 1`] = `
924
916
  width={750}
925
917
  >
926
918
  <Text
927
- allowFontScaling={false}
928
919
  style={
929
920
  Array [
930
921
  Object {
@@ -954,7 +945,6 @@ exports[`Carousel should call skip call back when press skip 1`] = `
954
945
  Welcome to the new Employment Hero app
955
946
  </Text>
956
947
  <Text
957
- allowFontScaling={false}
958
948
  style={
959
949
  Array [
960
950
  Object {
@@ -1060,7 +1050,6 @@ exports[`Carousel should call skip call back when press skip 1`] = `
1060
1050
  }
1061
1051
  />
1062
1052
  <Text
1063
- allowFontScaling={false}
1064
1053
  style={
1065
1054
  Array [
1066
1055
  Object {
@@ -1090,7 +1079,6 @@ exports[`Carousel should call skip call back when press skip 1`] = `
1090
1079
  Same app with a new look!
1091
1080
  </Text>
1092
1081
  <Text
1093
- allowFontScaling={false}
1094
1082
  style={
1095
1083
  Array [
1096
1084
  Object {
@@ -1186,7 +1174,6 @@ exports[`Carousel should call skip call back when press skip 1`] = `
1186
1174
  width={750}
1187
1175
  >
1188
1176
  <Text
1189
- allowFontScaling={false}
1190
1177
  style={
1191
1178
  Array [
1192
1179
  Object {
@@ -1216,7 +1203,6 @@ exports[`Carousel should call skip call back when press skip 1`] = `
1216
1203
  Easier to get around
1217
1204
  </Text>
1218
1205
  <Text
1219
- allowFontScaling={false}
1220
1206
  style={
1221
1207
  Array [
1222
1208
  Object {
@@ -1310,7 +1296,6 @@ exports[`Carousel should call skip call back when press skip 1`] = `
1310
1296
  width={750}
1311
1297
  >
1312
1298
  <Text
1313
- allowFontScaling={false}
1314
1299
  style={
1315
1300
  Array [
1316
1301
  Object {
@@ -1389,7 +1374,6 @@ exports[`Carousel should call skip call back when press skip 1`] = `
1389
1374
  }
1390
1375
  >
1391
1376
  <Text
1392
- allowFontScaling={false}
1393
1377
  disabled={false}
1394
1378
  ellipsizeMode="tail"
1395
1379
  numberOfLines={1}