@hero-design/rn 7.23.0 → 7.25.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 (276) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/assets/fonts/hero-icons.ttf +0 -0
  3. package/es/index.js +1364 -9239
  4. package/lib/assets/fonts/hero-icons.ttf +0 -0
  5. package/lib/index.js +1368 -9238
  6. package/package.json +7 -4
  7. package/rollup.config.js +1 -0
  8. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +4 -4
  9. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
  10. package/src/components/Attachment/StyledAttachment.tsx +44 -0
  11. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +158 -0
  12. package/src/components/Attachment/__tests__/index.spec.tsx +59 -0
  13. package/src/components/Attachment/index.tsx +77 -0
  14. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +3 -3
  15. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  16. package/src/components/Badge/Status.tsx +1 -1
  17. package/src/components/Badge/StyledBadge.tsx +8 -1
  18. package/src/components/Badge/__tests__/Badge.spec.tsx +9 -0
  19. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +44 -0
  20. package/src/components/Badge/index.tsx +1 -1
  21. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  22. package/src/components/BottomSheet/Header.tsx +2 -1
  23. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +52 -52
  24. package/src/components/BottomSheet/index.tsx +4 -4
  25. package/src/components/Button/Button.tsx +0 -11
  26. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +4 -4
  27. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  28. package/src/components/Button/LoadingIndicator/index.tsx +1 -1
  29. package/src/components/Button/StyledButton.tsx +24 -63
  30. package/src/components/Button/UtilityButton/__tests__/index.spec.tsx +2 -2
  31. package/src/components/Button/__tests__/Button.spec.tsx +10 -5
  32. package/src/components/Button/__tests__/StyledButton.spec.tsx +0 -70
  33. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +301 -1206
  34. package/src/components/Calendar/CalendarRowItem.tsx +1 -4
  35. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -5
  36. package/src/components/Calendar/index.tsx +4 -3
  37. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +1 -1
  38. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +1 -1
  39. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  40. package/src/components/Checkbox/StyledCheckbox.tsx +7 -5
  41. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +4 -12
  42. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +95 -42
  43. package/src/components/Checkbox/index.tsx +4 -2
  44. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  45. package/src/components/ContentNavigator/index.tsx +14 -9
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +2 -0
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +29 -27
  48. package/src/components/Drawer/DragableDrawer/index.tsx +0 -2
  49. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  50. package/src/components/Empty/index.tsx +1 -2
  51. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  52. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +1 -1
  53. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  54. package/src/components/Icon/HeroIcon/fonts/hero-icons.ttf +0 -0
  55. package/src/components/Icon/HeroIcon/glyphMap.json +1 -0
  56. package/src/components/Icon/HeroIcon/index.tsx +3 -7
  57. package/src/components/Icon/IconList.ts +36 -6
  58. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  59. package/src/components/Icon/index.tsx +1 -0
  60. package/src/components/List/BasicListItem.tsx +13 -8
  61. package/src/components/List/ListItem.tsx +8 -6
  62. package/src/components/List/StyledBasicListItem.tsx +2 -2
  63. package/src/components/List/StyledListItem.tsx +2 -2
  64. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +24 -36
  65. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +39 -59
  66. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +40 -44
  67. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +50 -50
  68. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +6 -6
  69. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
  70. package/src/components/Progress/ProgressBar.tsx +1 -1
  71. package/src/components/Progress/ProgressCircle.tsx +1 -1
  72. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +10 -10
  73. package/src/components/Progress/types.ts +7 -1
  74. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +20 -32
  75. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +30 -48
  76. package/src/components/RefreshControl/__tests__/index.spec.tsx +1 -3
  77. package/src/components/RefreshControl/index.tsx +4 -2
  78. package/src/components/RichTextEditor/MentionList.tsx +12 -3
  79. package/src/components/RichTextEditor/RichTextEditor.tsx +4 -8
  80. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +6 -4
  81. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  82. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +13 -20
  83. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +154 -238
  84. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +435 -650
  85. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +11 -18
  86. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +144 -228
  87. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +414 -629
  88. package/src/components/Select/StyledOptionList.tsx +0 -1
  89. package/src/components/Select/__tests__/__snapshots__/StyledSelect.spec.tsx.snap +1 -1
  90. package/src/components/Spinner/AnimatedSpinner.tsx +22 -7
  91. package/src/components/Spinner/StyledSpinner.tsx +15 -11
  92. package/src/components/Spinner/__tests__/AnimatedSpinner.spec.tsx +3 -1
  93. package/src/components/Spinner/__tests__/StyledSpinner.spec.tsx +42 -31
  94. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +12 -8
  95. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +543 -83
  96. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +12 -8
  97. package/src/components/Spinner/index.tsx +6 -1
  98. package/src/components/Swipeable/StyledSwipeable.tsx +11 -0
  99. package/src/components/Swipeable/SwipeableAction.tsx +45 -0
  100. package/src/components/Swipeable/__tests__/SwipeableAction.spec.tsx +37 -0
  101. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +130 -0
  102. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +33 -0
  103. package/src/components/Swipeable/__tests__/index.spec.tsx +34 -0
  104. package/src/components/Swipeable/index.tsx +160 -0
  105. package/src/components/Switch/SelectorSwitch/Option.tsx +1 -5
  106. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +3 -3
  107. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  108. package/src/components/Switch/SelectorSwitch/__tests__/index.spec.tsx +1 -0
  109. package/src/components/Switch/SelectorSwitch/index.tsx +4 -1
  110. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +1 -1
  111. package/src/components/Tabs/StyledTabs.tsx +1 -1
  112. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +1 -1
  113. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  114. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +2 -2
  115. package/src/components/TextInput/StyledTextInput.tsx +7 -12
  116. package/src/components/TextInput/__tests__/StyledTextInput.spec.tsx +12 -6
  117. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +31 -146
  118. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +40 -14
  119. package/src/components/TextInput/__tests__/index.spec.tsx +114 -124
  120. package/src/components/TextInput/index.tsx +8 -6
  121. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +2 -0
  122. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +29 -27
  123. package/src/components/Toast/Toast.tsx +0 -3
  124. package/src/components/Toast/ToastProvider.tsx +1 -0
  125. package/src/components/Toast/__tests__/index.spec.tsx +1 -1
  126. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +12 -12
  127. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +6 -6
  128. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +4 -4
  129. package/src/emotion.d.ts +1 -0
  130. package/src/index.ts +10 -0
  131. package/src/theme/ThemeSwitcher.tsx +7 -1
  132. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +96 -78
  133. package/src/theme/__tests__/ensureCompatibleWithV7.spec.tsx +13 -0
  134. package/src/theme/components/alert.ts +1 -1
  135. package/src/theme/components/attachment.ts +28 -0
  136. package/src/theme/components/avatar.ts +1 -1
  137. package/src/theme/components/badge.ts +2 -1
  138. package/src/theme/components/bottomNavigation.ts +1 -1
  139. package/src/theme/components/bottomSheet.ts +2 -2
  140. package/src/theme/components/button.ts +4 -20
  141. package/src/theme/components/calendar.ts +3 -3
  142. package/src/theme/components/card.ts +1 -1
  143. package/src/theme/components/checkbox.ts +2 -2
  144. package/src/theme/components/divider.ts +1 -1
  145. package/src/theme/components/drawer.ts +2 -2
  146. package/src/theme/components/empty.ts +3 -3
  147. package/src/theme/components/fab.ts +7 -7
  148. package/src/theme/components/icon.ts +4 -4
  149. package/src/theme/components/list.ts +0 -2
  150. package/src/theme/components/pinInput.ts +4 -4
  151. package/src/theme/components/progress.ts +6 -5
  152. package/src/theme/components/radio.ts +1 -1
  153. package/src/theme/components/richTextEditor.ts +2 -2
  154. package/src/theme/components/slider.ts +2 -2
  155. package/src/theme/components/spinner.ts +4 -1
  156. package/src/theme/components/swipeable.ts +13 -0
  157. package/src/theme/components/switch.ts +4 -4
  158. package/src/theme/components/tabs.ts +6 -5
  159. package/src/theme/components/tag.ts +2 -2
  160. package/src/theme/components/textInput.ts +23 -33
  161. package/src/theme/components/toast.ts +3 -3
  162. package/src/theme/components/toolbar.ts +3 -3
  163. package/src/theme/components/typography.ts +7 -7
  164. package/src/theme/getTheme.ts +7 -1
  165. package/src/theme/global/colors/eBens.ts +23 -0
  166. package/src/theme/global/colors/global.ts +15 -6
  167. package/src/theme/global/colors/jobs.ts +15 -10
  168. package/src/theme/global/colors/legacySystemPalette.ts +6 -6
  169. package/src/theme/global/colors/swag.ts +32 -53
  170. package/src/theme/global/colors/types.ts +35 -15
  171. package/src/theme/global/colors/wallet.ts +23 -0
  172. package/src/theme/global/colors/work.ts +15 -11
  173. package/src/theme/global/index.ts +4 -0
  174. package/src/theme/index.ts +4 -0
  175. package/src/types.ts +2 -0
  176. package/src/utils/functions.ts +2 -0
  177. package/src/utils/scale.ts +1 -1
  178. package/testUtils/setup.tsx +13 -0
  179. package/tsconfig.json +8 -2
  180. package/types/components/Accordion/StyledAccordion.d.ts +14 -14
  181. package/types/components/Alert/StyledAlert.d.ts +15 -15
  182. package/types/components/Attachment/StyledAttachment.d.ts +28 -0
  183. package/types/components/Attachment/index.d.ts +37 -0
  184. package/types/components/Avatar/StyledAvatar.d.ts +15 -15
  185. package/types/components/Avatar/index.d.ts +1 -1
  186. package/types/components/Badge/Status.d.ts +1 -1
  187. package/types/components/Badge/StyledBadge.d.ts +8 -8
  188. package/types/components/Badge/index.d.ts +1 -1
  189. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +21 -21
  190. package/types/components/BottomSheet/Header.d.ts +1 -1
  191. package/types/components/BottomSheet/StyledBottomSheet.d.ts +22 -22
  192. package/types/components/Box/StyledBox.d.ts +4 -4
  193. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +7 -7
  194. package/types/components/Button/StyledButton.d.ts +15 -18
  195. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +8 -8
  196. package/types/components/Calendar/StyledCalendar.d.ts +25 -25
  197. package/types/components/Calendar/helpers.d.ts +2 -2
  198. package/types/components/Card/DataCard/StyledDataCard.d.ts +6 -6
  199. package/types/components/Card/StyledCard.d.ts +7 -7
  200. package/types/components/Checkbox/StyledCheckbox.d.ts +16 -10
  201. package/types/components/Collapse/StyledCollapse.d.ts +8 -8
  202. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +5 -5
  203. package/types/components/ContentNavigator/index.d.ts +2 -1
  204. package/types/components/DatePicker/StyledDatePicker.d.ts +3 -3
  205. package/types/components/Divider/StyledDivider.d.ts +5 -5
  206. package/types/components/Drawer/StyledDrawer.d.ts +19 -19
  207. package/types/components/Empty/StyledEmpty.d.ts +9 -9
  208. package/types/components/Empty/index.d.ts +1 -2
  209. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +11 -11
  210. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +7 -7
  211. package/types/components/FAB/StyledFAB.d.ts +8 -8
  212. package/types/components/Icon/HeroIcon/index.d.ts +3 -3
  213. package/types/components/Icon/IconList.d.ts +1 -1
  214. package/types/components/Icon/index.d.ts +4 -1
  215. package/types/components/Icon/utils.d.ts +1 -1
  216. package/types/components/List/StyledBasicListItem.d.ts +16 -16
  217. package/types/components/List/StyledListItem.d.ts +25 -25
  218. package/types/components/PinInput/StyledPinInput.d.ts +30 -30
  219. package/types/components/Progress/ProgressBar.d.ts +1 -1
  220. package/types/components/Progress/ProgressCircle.d.ts +1 -1
  221. package/types/components/Progress/StyledProgressBar.d.ts +5 -5
  222. package/types/components/Progress/StyledProgressCircle.d.ts +18 -18
  223. package/types/components/Progress/types.d.ts +1 -1
  224. package/types/components/Radio/StyledRadio.d.ts +9 -9
  225. package/types/components/RefreshControl/index.d.ts +1 -2
  226. package/types/components/RichTextEditor/EditorToolbar.d.ts +1 -1
  227. package/types/components/RichTextEditor/MentionList.d.ts +1 -1
  228. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +6 -6
  229. package/types/components/RichTextEditor/StyledToolbar.d.ts +9 -9
  230. package/types/components/RichTextEditor/index.d.ts +2 -2
  231. package/types/components/SectionHeading/StyledHeading.d.ts +9 -9
  232. package/types/components/Select/MultiSelect/Option.d.ts +1 -1
  233. package/types/components/Select/SingleSelect/Option.d.ts +1 -1
  234. package/types/components/Select/StyledSelect.d.ts +11 -11
  235. package/types/components/Select/helpers.d.ts +1 -1
  236. package/types/components/Spinner/AnimatedSpinner.d.ts +2 -1
  237. package/types/components/Spinner/StyledSpinner.d.ts +13 -12
  238. package/types/components/Spinner/index.d.ts +5 -1
  239. package/types/components/Swipeable/StyledSwipeable.d.ts +10 -0
  240. package/types/components/Swipeable/SwipeableAction.d.ts +27 -0
  241. package/types/components/Swipeable/index.d.ts +45 -0
  242. package/types/components/Switch/SelectorSwitch/Option.d.ts +3 -1
  243. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +9 -9
  244. package/types/components/Switch/StyledSwitch.d.ts +5 -5
  245. package/types/components/Tabs/StyledScrollableTabs.d.ts +23 -23
  246. package/types/components/Tabs/StyledTabs.d.ts +22 -22
  247. package/types/components/Tag/StyledTag.d.ts +6 -6
  248. package/types/components/TextInput/StyledTextInput.d.ts +46 -45
  249. package/types/components/TextInput/index.d.ts +6 -6
  250. package/types/components/TimePicker/StyledTimePicker.d.ts +3 -3
  251. package/types/components/Toast/StyledToast.d.ts +17 -17
  252. package/types/components/Toolbar/StyledToolbar.d.ts +9 -9
  253. package/types/components/Typography/Text/StyledText.d.ts +3 -3
  254. package/types/index.d.ts +4 -2
  255. package/types/testHelpers/renderWithTheme.d.ts +1 -1
  256. package/types/theme/ThemeSwitcher.d.ts +2 -2
  257. package/types/theme/components/attachment.d.ts +21 -0
  258. package/types/theme/components/badge.d.ts +1 -0
  259. package/types/theme/components/button.d.ts +0 -15
  260. package/types/theme/components/list.d.ts +0 -1
  261. package/types/theme/components/progress.d.ts +1 -0
  262. package/types/theme/components/spinner.d.ts +4 -1
  263. package/types/theme/components/swipeable.d.ts +9 -0
  264. package/types/theme/components/tabs.d.ts +1 -0
  265. package/types/theme/components/tag.d.ts +2 -2
  266. package/types/theme/components/textInput.d.ts +0 -10
  267. package/types/theme/getTheme.d.ts +4 -0
  268. package/types/theme/global/colors/eBens.d.ts +3 -0
  269. package/types/theme/global/colors/types.d.ts +23 -16
  270. package/types/theme/global/colors/wallet.d.ts +3 -0
  271. package/types/theme/global/index.d.ts +26 -12
  272. package/types/theme/index.d.ts +2 -2
  273. package/types/types.d.ts +2 -1
  274. package/types/utils/functions.d.ts +1 -0
  275. package/types/utils/hooks.d.ts +1 -1
  276. package/src/components/Icon/HeroIcon/selection.json +0 -7029
@@ -2,13 +2,10 @@
2
2
 
3
3
  exports[`ListItem renders correctly ListItem with children 1`] = `
4
4
  <View
5
- accessibilityState={
6
- Object {
7
- "disabled": false,
8
- }
9
- }
10
5
  accessible={true}
6
+ collapsable={false}
11
7
  focusable={false}
8
+ nativeID="animatedComponent"
12
9
  onClick={[Function]}
13
10
  onResponderGrant={[Function]}
14
11
  onResponderMove={[Function]}
@@ -17,14 +14,12 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
17
14
  onResponderTerminationRequest={[Function]}
18
15
  onStartShouldSetResponder={[Function]}
19
16
  style={
20
- Array [
21
- Object {
22
- "backgroundColor": "#ffffff",
23
- "flexDirection": "row",
24
- "padding": 16,
25
- },
26
- undefined,
27
- ]
17
+ Object {
18
+ "backgroundColor": "#ffffff",
19
+ "flexDirection": "row",
20
+ "opacity": 1,
21
+ "padding": 16,
22
+ }
28
23
  }
29
24
  >
30
25
  <View
@@ -61,7 +56,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
61
56
  style={
62
57
  Array [
63
58
  Object {
64
- "borderColor": "#001f23",
59
+ "borderColor": "#401960",
65
60
  "borderRadius": 999,
66
61
  "borderWidth": 1,
67
62
  "height": 32,
@@ -92,7 +87,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
92
87
  style={
93
88
  Array [
94
89
  Object {
95
- "color": "#001f23",
90
+ "color": "#401960",
96
91
  "fontSize": 16,
97
92
  "overflow": "hidden",
98
93
  },
@@ -171,7 +166,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
171
166
  style={
172
167
  Array [
173
168
  Object {
174
- "color": "#001f23",
169
+ "color": "#401960",
175
170
  "fontSize": 20,
176
171
  },
177
172
  undefined,
@@ -297,13 +292,10 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
297
292
 
298
293
  exports[`ListItem renders correctly ListItem with icon 1`] = `
299
294
  <View
300
- accessibilityState={
301
- Object {
302
- "disabled": false,
303
- }
304
- }
305
295
  accessible={true}
296
+ collapsable={false}
306
297
  focusable={false}
298
+ nativeID="animatedComponent"
307
299
  onClick={[Function]}
308
300
  onResponderGrant={[Function]}
309
301
  onResponderMove={[Function]}
@@ -312,14 +304,12 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
312
304
  onResponderTerminationRequest={[Function]}
313
305
  onStartShouldSetResponder={[Function]}
314
306
  style={
315
- Array [
316
- Object {
317
- "backgroundColor": "#ffffff",
318
- "flexDirection": "row",
319
- "padding": 16,
320
- },
321
- undefined,
322
- ]
307
+ Object {
308
+ "backgroundColor": "#ffffff",
309
+ "flexDirection": "row",
310
+ "opacity": 1,
311
+ "padding": 16,
312
+ }
323
313
  }
324
314
  testID="list-item"
325
315
  >
@@ -407,7 +397,7 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
407
397
  style={
408
398
  Array [
409
399
  Object {
410
- "color": "#001f23",
400
+ "color": "#401960",
411
401
  "fontSize": 20,
412
402
  },
413
403
  undefined,
@@ -424,13 +414,10 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
424
414
 
425
415
  exports[`ListItem renders correctly ListItem with leading status 1`] = `
426
416
  <View
427
- accessibilityState={
428
- Object {
429
- "disabled": false,
430
- }
431
- }
432
417
  accessible={true}
418
+ collapsable={false}
433
419
  focusable={false}
420
+ nativeID="animatedComponent"
434
421
  onClick={[Function]}
435
422
  onResponderGrant={[Function]}
436
423
  onResponderMove={[Function]}
@@ -439,14 +426,12 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
439
426
  onResponderTerminationRequest={[Function]}
440
427
  onStartShouldSetResponder={[Function]}
441
428
  style={
442
- Array [
443
- Object {
444
- "backgroundColor": "#ffffff",
445
- "flexDirection": "row",
446
- "padding": 16,
447
- },
448
- undefined,
449
- ]
429
+ Object {
430
+ "backgroundColor": "#ffffff",
431
+ "flexDirection": "row",
432
+ "opacity": 1,
433
+ "padding": 16,
434
+ }
450
435
  }
451
436
  >
452
437
  <View
@@ -529,7 +514,7 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
529
514
  style={
530
515
  Array [
531
516
  Object {
532
- "color": "#001f23",
517
+ "color": "#401960",
533
518
  "fontSize": 20,
534
519
  },
535
520
  undefined,
@@ -546,13 +531,10 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
546
531
 
547
532
  exports[`ListItem renders correctly ListItem with prefix suffix is React.Element 1`] = `
548
533
  <View
549
- accessibilityState={
550
- Object {
551
- "disabled": false,
552
- }
553
- }
554
534
  accessible={true}
535
+ collapsable={false}
555
536
  focusable={false}
537
+ nativeID="animatedComponent"
556
538
  onClick={[Function]}
557
539
  onResponderGrant={[Function]}
558
540
  onResponderMove={[Function]}
@@ -561,14 +543,12 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
561
543
  onResponderTerminationRequest={[Function]}
562
544
  onStartShouldSetResponder={[Function]}
563
545
  style={
564
- Array [
565
- Object {
566
- "backgroundColor": "#ffffff",
567
- "flexDirection": "row",
568
- "padding": 16,
569
- },
570
- undefined,
571
- ]
546
+ Object {
547
+ "backgroundColor": "#ffffff",
548
+ "flexDirection": "row",
549
+ "opacity": 1,
550
+ "padding": 16,
551
+ }
572
552
  }
573
553
  testID="list-item"
574
554
  >
@@ -606,7 +586,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
606
586
  style={
607
587
  Array [
608
588
  Object {
609
- "borderColor": "#001f23",
589
+ "borderColor": "#401960",
610
590
  "borderRadius": 999,
611
591
  "borderWidth": 1,
612
592
  "height": 32,
@@ -637,7 +617,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
637
617
  style={
638
618
  Array [
639
619
  Object {
640
- "color": "#001f23",
620
+ "color": "#401960",
641
621
  "fontSize": 16,
642
622
  "overflow": "hidden",
643
623
  },
@@ -3,7 +3,9 @@
3
3
  exports[`StyledListItemContainer renders correctly themeSelected false themeDisabled false 1`] = `
4
4
  <View
5
5
  accessible={true}
6
+ collapsable={false}
6
7
  focusable={false}
8
+ nativeID="animatedComponent"
7
9
  onClick={[Function]}
8
10
  onResponderGrant={[Function]}
9
11
  onResponderMove={[Function]}
@@ -12,17 +14,14 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
12
14
  onResponderTerminationRequest={[Function]}
13
15
  onStartShouldSetResponder={[Function]}
14
16
  style={
15
- Array [
16
- Object {
17
- "alignItems": "center",
18
- "backgroundColor": "#ffffff",
19
- "borderRadius": 4,
20
- "flexDirection": "row",
21
- "opacity": 1,
22
- "padding": 16,
23
- },
24
- undefined,
25
- ]
17
+ Object {
18
+ "alignItems": "center",
19
+ "backgroundColor": "#ffffff",
20
+ "borderRadius": 4,
21
+ "flexDirection": "row",
22
+ "opacity": 1,
23
+ "padding": 16,
24
+ }
26
25
  }
27
26
  >
28
27
  <Text
@@ -50,7 +49,9 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
50
49
  exports[`StyledListItemContainer renders correctly themeSelected false themeDisabled true 1`] = `
51
50
  <View
52
51
  accessible={true}
52
+ collapsable={false}
53
53
  focusable={false}
54
+ nativeID="animatedComponent"
54
55
  onClick={[Function]}
55
56
  onResponderGrant={[Function]}
56
57
  onResponderMove={[Function]}
@@ -59,17 +60,14 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
59
60
  onResponderTerminationRequest={[Function]}
60
61
  onStartShouldSetResponder={[Function]}
61
62
  style={
62
- Array [
63
- Object {
64
- "alignItems": "center",
65
- "backgroundColor": "#ffffff",
66
- "borderRadius": 4,
67
- "flexDirection": "row",
68
- "opacity": 0.38,
69
- "padding": 16,
70
- },
71
- undefined,
72
- ]
63
+ Object {
64
+ "alignItems": "center",
65
+ "backgroundColor": "#ffffff",
66
+ "borderRadius": 4,
67
+ "flexDirection": "row",
68
+ "opacity": 0.38,
69
+ "padding": 16,
70
+ }
73
71
  }
74
72
  >
75
73
  <Text
@@ -97,7 +95,9 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
97
95
  exports[`StyledListItemContainer renders correctly themeSelected true themeDisabled false 1`] = `
98
96
  <View
99
97
  accessible={true}
98
+ collapsable={false}
100
99
  focusable={false}
100
+ nativeID="animatedComponent"
101
101
  onClick={[Function]}
102
102
  onResponderGrant={[Function]}
103
103
  onResponderMove={[Function]}
@@ -106,17 +106,14 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
106
106
  onResponderTerminationRequest={[Function]}
107
107
  onStartShouldSetResponder={[Function]}
108
108
  style={
109
- Array [
110
- Object {
111
- "alignItems": "center",
112
- "backgroundColor": "#d9d1df",
113
- "borderRadius": 4,
114
- "flexDirection": "row",
115
- "opacity": 1,
116
- "padding": 16,
117
- },
118
- undefined,
119
- ]
109
+ Object {
110
+ "alignItems": "center",
111
+ "backgroundColor": "#ece8ef",
112
+ "borderRadius": 4,
113
+ "flexDirection": "row",
114
+ "opacity": 1,
115
+ "padding": 16,
116
+ }
120
117
  }
121
118
  >
122
119
  <Text
@@ -144,7 +141,9 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
144
141
  exports[`StyledListItemContainer renders correctly themeSelected true themeDisabled true 1`] = `
145
142
  <View
146
143
  accessible={true}
144
+ collapsable={false}
147
145
  focusable={false}
146
+ nativeID="animatedComponent"
148
147
  onClick={[Function]}
149
148
  onResponderGrant={[Function]}
150
149
  onResponderMove={[Function]}
@@ -153,17 +152,14 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
153
152
  onResponderTerminationRequest={[Function]}
154
153
  onStartShouldSetResponder={[Function]}
155
154
  style={
156
- Array [
157
- Object {
158
- "alignItems": "center",
159
- "backgroundColor": "#d9d1df",
160
- "borderRadius": 4,
161
- "flexDirection": "row",
162
- "opacity": 0.38,
163
- "padding": 16,
164
- },
165
- undefined,
166
- ]
155
+ Object {
156
+ "alignItems": "center",
157
+ "backgroundColor": "#ece8ef",
158
+ "borderRadius": 4,
159
+ "flexDirection": "row",
160
+ "opacity": 0.38,
161
+ "padding": 16,
162
+ }
167
163
  }
168
164
  >
169
165
  <Text
@@ -88,7 +88,9 @@ exports[`LeadingStatus renders correctly themeLeadingStausIntent warning 1`] = `
88
88
  exports[`ListItemContainer renders correctly themeSelected false themeVariant card 1`] = `
89
89
  <View
90
90
  accessible={true}
91
+ collapsable={false}
91
92
  focusable={false}
93
+ nativeID="animatedComponent"
92
94
  onClick={[Function]}
93
95
  onResponderGrant={[Function]}
94
96
  onResponderMove={[Function]}
@@ -97,24 +99,22 @@ exports[`ListItemContainer renders correctly themeSelected false themeVariant ca
97
99
  onResponderTerminationRequest={[Function]}
98
100
  onStartShouldSetResponder={[Function]}
99
101
  style={
100
- Array [
101
- Object {
102
- "alignItems": "center",
103
- "backgroundColor": "#ffffff",
104
- "borderRadius": 8,
105
- "elevation": 10,
106
- "flexDirection": "row",
107
- "padding": 16,
108
- "shadowColor": "#ccced1",
109
- "shadowOffset": Object {
110
- "height": 2,
111
- "width": 0,
112
- },
113
- "shadowOpacity": 1,
114
- "shadowRadius": 4,
102
+ Object {
103
+ "alignItems": "center",
104
+ "backgroundColor": "#ffffff",
105
+ "borderRadius": 8,
106
+ "elevation": 10,
107
+ "flexDirection": "row",
108
+ "opacity": 1,
109
+ "padding": 16,
110
+ "shadowColor": "#ccced1",
111
+ "shadowOffset": Object {
112
+ "height": 2,
113
+ "width": 0,
115
114
  },
116
- undefined,
117
- ]
115
+ "shadowOpacity": 1,
116
+ "shadowRadius": 4,
117
+ }
118
118
  }
119
119
  >
120
120
  <Text
@@ -142,7 +142,9 @@ exports[`ListItemContainer renders correctly themeSelected false themeVariant ca
142
142
  exports[`ListItemContainer renders correctly themeSelected false themeVariant full-width 1`] = `
143
143
  <View
144
144
  accessible={true}
145
+ collapsable={false}
145
146
  focusable={false}
147
+ nativeID="animatedComponent"
146
148
  onClick={[Function]}
147
149
  onResponderGrant={[Function]}
148
150
  onResponderMove={[Function]}
@@ -151,14 +153,12 @@ exports[`ListItemContainer renders correctly themeSelected false themeVariant fu
151
153
  onResponderTerminationRequest={[Function]}
152
154
  onStartShouldSetResponder={[Function]}
153
155
  style={
154
- Array [
155
- Object {
156
- "backgroundColor": "#ffffff",
157
- "flexDirection": "row",
158
- "padding": 16,
159
- },
160
- undefined,
161
- ]
156
+ Object {
157
+ "backgroundColor": "#ffffff",
158
+ "flexDirection": "row",
159
+ "opacity": 1,
160
+ "padding": 16,
161
+ }
162
162
  }
163
163
  >
164
164
  <Text
@@ -186,7 +186,9 @@ exports[`ListItemContainer renders correctly themeSelected false themeVariant fu
186
186
  exports[`ListItemContainer renders correctly themeSelected true themeVariant card 1`] = `
187
187
  <View
188
188
  accessible={true}
189
+ collapsable={false}
189
190
  focusable={false}
191
+ nativeID="animatedComponent"
190
192
  onClick={[Function]}
191
193
  onResponderGrant={[Function]}
192
194
  onResponderMove={[Function]}
@@ -195,24 +197,22 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant car
195
197
  onResponderTerminationRequest={[Function]}
196
198
  onStartShouldSetResponder={[Function]}
197
199
  style={
198
- Array [
199
- Object {
200
- "alignItems": "center",
201
- "backgroundColor": "#d9d1df",
202
- "borderRadius": 8,
203
- "elevation": 10,
204
- "flexDirection": "row",
205
- "padding": 16,
206
- "shadowColor": "#ccced1",
207
- "shadowOffset": Object {
208
- "height": 2,
209
- "width": 0,
210
- },
211
- "shadowOpacity": 1,
212
- "shadowRadius": 4,
200
+ Object {
201
+ "alignItems": "center",
202
+ "backgroundColor": "#ece8ef",
203
+ "borderRadius": 8,
204
+ "elevation": 10,
205
+ "flexDirection": "row",
206
+ "opacity": 1,
207
+ "padding": 16,
208
+ "shadowColor": "#ccced1",
209
+ "shadowOffset": Object {
210
+ "height": 2,
211
+ "width": 0,
213
212
  },
214
- undefined,
215
- ]
213
+ "shadowOpacity": 1,
214
+ "shadowRadius": 4,
215
+ }
216
216
  }
217
217
  >
218
218
  <Text
@@ -240,7 +240,9 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant car
240
240
  exports[`ListItemContainer renders correctly themeSelected true themeVariant full-width 1`] = `
241
241
  <View
242
242
  accessible={true}
243
+ collapsable={false}
243
244
  focusable={false}
245
+ nativeID="animatedComponent"
244
246
  onClick={[Function]}
245
247
  onResponderGrant={[Function]}
246
248
  onResponderMove={[Function]}
@@ -249,14 +251,12 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant ful
249
251
  onResponderTerminationRequest={[Function]}
250
252
  onStartShouldSetResponder={[Function]}
251
253
  style={
252
- Array [
253
- Object {
254
- "backgroundColor": "#d9d1df",
255
- "flexDirection": "row",
256
- "padding": 16,
257
- },
258
- undefined,
259
- ]
254
+ Object {
255
+ "backgroundColor": "#ece8ef",
256
+ "flexDirection": "row",
257
+ "opacity": 1,
258
+ "padding": 16,
259
+ }
260
260
  }
261
261
  >
262
262
  <Text
@@ -43,7 +43,7 @@ exports[`PinCell renders correctly when focused is false, state is disabled 1`]
43
43
  Array [
44
44
  Object {
45
45
  "alignItems": "center",
46
- "borderColor": "#4d6265",
46
+ "borderColor": "#bfc1c5",
47
47
  "borderRadius": 8,
48
48
  "borderWidth": 1,
49
49
  "height": 48,
@@ -60,7 +60,7 @@ exports[`PinCell renders correctly when focused is false, state is disabled 1`]
60
60
  style={
61
61
  Array [
62
62
  Object {
63
- "color": "#4d6265",
63
+ "color": "#bfc1c5",
64
64
  "fontFamily": "BeVietnamPro-SemiBold",
65
65
  "fontSize": 28,
66
66
  },
@@ -80,7 +80,7 @@ exports[`PinCell renders correctly when focused is false, state is error 1`] = `
80
80
  Array [
81
81
  Object {
82
82
  "alignItems": "center",
83
- "borderColor": "#f46363",
83
+ "borderColor": "#de350b",
84
84
  "borderRadius": 8,
85
85
  "borderWidth": 1,
86
86
  "height": 48,
@@ -97,7 +97,7 @@ exports[`PinCell renders correctly when focused is false, state is error 1`] = `
97
97
  style={
98
98
  Array [
99
99
  Object {
100
- "color": "#f46363",
100
+ "color": "#de350b",
101
101
  "fontFamily": "BeVietnamPro-SemiBold",
102
102
  "fontSize": 28,
103
103
  },
@@ -154,7 +154,7 @@ exports[`PinCell renders correctly when focused is true, state is error 1`] = `
154
154
  Array [
155
155
  Object {
156
156
  "alignItems": "center",
157
- "borderColor": "#f46363",
157
+ "borderColor": "#de350b",
158
158
  "borderRadius": 8,
159
159
  "borderWidth": 2,
160
160
  "height": 48,
@@ -171,7 +171,7 @@ exports[`PinCell renders correctly when focused is true, state is error 1`] = `
171
171
  style={
172
172
  Array [
173
173
  Object {
174
- "color": "#f46363",
174
+ "color": "#de350b",
175
175
  "fontFamily": "BeVietnamPro-SemiBold",
176
176
  "fontSize": 28,
177
177
  },