@hero-design/rn 8.12.0-rc.0 → 8.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/.turbo/turbo-build.log +9 -9
  2. package/es/index.js +57 -18
  3. package/lib/index.js +57 -18
  4. package/package.json +5 -5
  5. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +17 -3
  6. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +17 -3
  7. package/src/components/List/BasicListItem.tsx +6 -0
  8. package/src/components/List/ListItem.tsx +6 -0
  9. package/src/components/List/StyledBasicListItem.tsx +2 -2
  10. package/src/components/List/StyledListItem.tsx +2 -2
  11. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +22 -18
  12. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +32 -28
  13. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +44 -36
  14. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +50 -46
  15. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +22 -18
  16. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +33 -27
  17. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -0
  18. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +11 -9
  19. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +132 -108
  20. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +232 -139
  21. package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +20 -0
  22. package/src/components/Select/MultiSelect/index.tsx +1 -1
  23. package/src/components/Select/SingleSelect/OptionList.tsx +8 -1
  24. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +11 -9
  25. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +136 -112
  26. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +235 -142
  27. package/src/components/Select/SingleSelect/__tests__/index.spec.tsx +15 -0
  28. package/src/components/Select/SingleSelect/index.tsx +1 -1
  29. package/src/components/TextInput/StyledTextInput.tsx +3 -0
  30. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +466 -28
  31. package/src/components/TextInput/__tests__/index.spec.tsx +32 -0
  32. package/src/components/TextInput/index.tsx +32 -4
  33. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +34 -6
  34. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +34 -6
  35. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +3 -3
  36. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +3 -3
  37. package/src/theme/ThemeSwitcher.tsx +6 -3
  38. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +4 -3
  39. package/src/theme/components/textInput.ts +1 -0
  40. package/src/theme/components/typography.ts +3 -3
  41. package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +3 -3
  42. package/src/theme/global/colors/swagDark.ts +3 -3
  43. package/types/components/Accordion/AccordionItem.d.ts +0 -0
  44. package/types/components/Accordion/StyledAccordion.d.ts +0 -0
  45. package/types/components/Accordion/index.d.ts +0 -0
  46. package/types/components/Alert/StyledAlert.d.ts +0 -0
  47. package/types/components/Alert/index.d.ts +0 -0
  48. package/types/components/Attachment/StyledAttachment.d.ts +0 -0
  49. package/types/components/Attachment/index.d.ts +0 -0
  50. package/types/components/Avatar/Avatar.d.ts +0 -0
  51. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -0
  52. package/types/components/Avatar/AvatarStack/index.d.ts +0 -0
  53. package/types/components/Avatar/AvatarStack/utils.d.ts +0 -0
  54. package/types/components/Avatar/StyledAvatar.d.ts +0 -0
  55. package/types/components/Avatar/index.d.ts +0 -0
  56. package/types/components/Badge/Status.d.ts +0 -0
  57. package/types/components/Badge/StyledBadge.d.ts +0 -0
  58. package/types/components/Badge/index.d.ts +0 -0
  59. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
  60. package/types/components/BottomNavigation/index.d.ts +0 -0
  61. package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -0
  62. package/types/components/BottomSheet/Footer.d.ts +0 -0
  63. package/types/components/BottomSheet/Header.d.ts +0 -0
  64. package/types/components/BottomSheet/ScrollView.d.ts +0 -0
  65. package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
  66. package/types/components/BottomSheet/index.d.ts +0 -0
  67. package/types/components/Box/StyledBox.d.ts +0 -0
  68. package/types/components/Box/config.d.ts +0 -0
  69. package/types/components/Box/index.d.ts +0 -0
  70. package/types/components/Box/types.d.ts +0 -0
  71. package/types/components/Button/Button.d.ts +0 -0
  72. package/types/components/Button/IconButton.d.ts +0 -0
  73. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
  74. package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
  75. package/types/components/Button/StyledButton.d.ts +0 -0
  76. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -0
  77. package/types/components/Button/UtilityButton/index.d.ts +0 -0
  78. package/types/components/Button/index.d.ts +0 -0
  79. package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
  80. package/types/components/Calendar/StyledCalendar.d.ts +0 -0
  81. package/types/components/Calendar/helpers.d.ts +0 -0
  82. package/types/components/Calendar/index.d.ts +0 -0
  83. package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
  84. package/types/components/Card/DataCard/index.d.ts +0 -0
  85. package/types/components/Card/StyledCard.d.ts +0 -0
  86. package/types/components/Card/index.d.ts +0 -0
  87. package/types/components/Carousel/CardCarousel.d.ts +0 -0
  88. package/types/components/Carousel/CarouselItem.d.ts +0 -0
  89. package/types/components/Carousel/StyledCardCarousel.d.ts +0 -0
  90. package/types/components/Carousel/StyledCarousel.d.ts +0 -0
  91. package/types/components/Carousel/contants.d.ts +0 -0
  92. package/types/components/Carousel/index.d.ts +0 -0
  93. package/types/components/Carousel/types.d.ts +0 -0
  94. package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
  95. package/types/components/Checkbox/index.d.ts +0 -0
  96. package/types/components/Collapse/StyledCollapse.d.ts +0 -0
  97. package/types/components/Collapse/index.d.ts +0 -0
  98. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
  99. package/types/components/ContentNavigator/index.d.ts +0 -0
  100. package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
  101. package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
  102. package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
  103. package/types/components/DatePicker/index.d.ts +0 -0
  104. package/types/components/DatePicker/types.d.ts +0 -0
  105. package/types/components/Divider/StyledDivider.d.ts +0 -0
  106. package/types/components/Divider/index.d.ts +0 -0
  107. package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -0
  108. package/types/components/Drawer/DragableDrawer/index.d.ts +0 -0
  109. package/types/components/Drawer/StyledDrawer.d.ts +0 -0
  110. package/types/components/Drawer/index.d.ts +0 -0
  111. package/types/components/Empty/StyledEmpty.d.ts +0 -0
  112. package/types/components/Empty/index.d.ts +0 -0
  113. package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
  114. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
  115. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -0
  116. package/types/components/FAB/ActionGroup/index.d.ts +0 -0
  117. package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
  118. package/types/components/FAB/FAB.d.ts +0 -0
  119. package/types/components/FAB/StyledFAB.d.ts +0 -0
  120. package/types/components/FAB/index.d.ts +0 -0
  121. package/types/components/Icon/AnimatedIcon.d.ts +0 -0
  122. package/types/components/Icon/HeroIcon/index.d.ts +0 -0
  123. package/types/components/Icon/IconList.d.ts +0 -0
  124. package/types/components/Icon/index.d.ts +0 -0
  125. package/types/components/Icon/utils.d.ts +0 -0
  126. package/types/components/Image/index.d.ts +0 -0
  127. package/types/components/List/BasicListItem.d.ts +0 -0
  128. package/types/components/List/ListItem.d.ts +0 -0
  129. package/types/components/List/StyledBasicListItem.d.ts +3 -3
  130. package/types/components/List/StyledListItem.d.ts +3 -3
  131. package/types/components/List/index.d.ts +0 -0
  132. package/types/components/PageControl/StyledPageControl.d.ts +0 -0
  133. package/types/components/PageControl/index.d.ts +0 -0
  134. package/types/components/PinInput/PinCell.d.ts +0 -0
  135. package/types/components/PinInput/StyledPinInput.d.ts +0 -0
  136. package/types/components/PinInput/index.d.ts +0 -0
  137. package/types/components/Progress/ProgressBar.d.ts +0 -0
  138. package/types/components/Progress/ProgressCircle.d.ts +0 -0
  139. package/types/components/Progress/StyledProgressBar.d.ts +0 -0
  140. package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
  141. package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
  142. package/types/components/Progress/constants.d.ts +0 -0
  143. package/types/components/Progress/index.d.ts +0 -0
  144. package/types/components/Progress/types.d.ts +0 -0
  145. package/types/components/Radio/Radio.d.ts +0 -0
  146. package/types/components/Radio/RadioGroup.d.ts +0 -0
  147. package/types/components/Radio/StyledRadio.d.ts +0 -0
  148. package/types/components/Radio/index.d.ts +0 -0
  149. package/types/components/Radio/types.d.ts +0 -0
  150. package/types/components/RefreshControl/index.d.ts +0 -0
  151. package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
  152. package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
  153. package/types/components/RichTextEditor/MentionList.d.ts +0 -0
  154. package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
  155. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
  156. package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
  157. package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -0
  158. package/types/components/RichTextEditor/constants.d.ts +0 -0
  159. package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -0
  160. package/types/components/RichTextEditor/index.d.ts +0 -0
  161. package/types/components/RichTextEditor/types.d.ts +0 -0
  162. package/types/components/RichTextEditor/utils/events.d.ts +0 -0
  163. package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
  164. package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
  165. package/types/components/SectionHeading/index.d.ts +0 -0
  166. package/types/components/Select/BaseOptionList.d.ts +0 -0
  167. package/types/components/Select/Footer.d.ts +0 -0
  168. package/types/components/Select/MultiSelect/Option.d.ts +0 -0
  169. package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
  170. package/types/components/Select/MultiSelect/index.d.ts +0 -0
  171. package/types/components/Select/SingleSelect/Option.d.ts +0 -0
  172. package/types/components/Select/SingleSelect/OptionList.d.ts +1 -1
  173. package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -0
  174. package/types/components/Select/SingleSelect/index.d.ts +0 -0
  175. package/types/components/Select/StyledSelect.d.ts +0 -0
  176. package/types/components/Select/helpers.d.ts +0 -0
  177. package/types/components/Select/index.d.ts +0 -0
  178. package/types/components/Select/types.d.ts +0 -0
  179. package/types/components/Slider/index.d.ts +0 -0
  180. package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
  181. package/types/components/Spinner/StyledSpinner.d.ts +0 -0
  182. package/types/components/Spinner/index.d.ts +0 -0
  183. package/types/components/Swipeable/StyledSwipeable.d.ts +0 -0
  184. package/types/components/Swipeable/SwipeableAction.d.ts +0 -0
  185. package/types/components/Swipeable/index.d.ts +0 -0
  186. package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -0
  187. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -0
  188. package/types/components/Switch/SelectorSwitch/index.d.ts +0 -0
  189. package/types/components/Switch/StyledSwitch.d.ts +0 -0
  190. package/types/components/Switch/index.d.ts +0 -0
  191. package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
  192. package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
  193. package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
  194. package/types/components/Tabs/StyledTabs.d.ts +0 -0
  195. package/types/components/Tabs/TabWithBadge.d.ts +0 -0
  196. package/types/components/Tabs/index.d.ts +0 -0
  197. package/types/components/Tabs/utils.d.ts +0 -0
  198. package/types/components/Tag/StyledTag.d.ts +0 -0
  199. package/types/components/Tag/index.d.ts +0 -0
  200. package/types/components/TextInput/StyledTextInput.d.ts +0 -0
  201. package/types/components/TextInput/index.d.ts +0 -0
  202. package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
  203. package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
  204. package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
  205. package/types/components/TimePicker/index.d.ts +0 -0
  206. package/types/components/TimePicker/types.d.ts +0 -0
  207. package/types/components/Toast/StyledToast.d.ts +0 -0
  208. package/types/components/Toast/Toast.d.ts +0 -0
  209. package/types/components/Toast/ToastContainer.d.ts +0 -0
  210. package/types/components/Toast/ToastContext.d.ts +0 -0
  211. package/types/components/Toast/ToastProvider.d.ts +0 -0
  212. package/types/components/Toast/index.d.ts +0 -0
  213. package/types/components/Toast/types.d.ts +0 -0
  214. package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
  215. package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
  216. package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
  217. package/types/components/Toolbar/index.d.ts +0 -0
  218. package/types/components/Typography/Text/StyledText.d.ts +0 -0
  219. package/types/components/Typography/Text/index.d.ts +0 -0
  220. package/types/components/Typography/index.d.ts +0 -0
  221. package/types/index.d.ts +0 -0
  222. package/types/testHelpers/renderWithTheme.d.ts +0 -0
  223. package/types/theme/ThemeProvider.d.ts +0 -0
  224. package/types/theme/ThemeSwitcher.d.ts +2 -2
  225. package/types/theme/components/accordion.d.ts +0 -0
  226. package/types/theme/components/alert.d.ts +0 -0
  227. package/types/theme/components/attachment.d.ts +0 -0
  228. package/types/theme/components/avatar.d.ts +0 -0
  229. package/types/theme/components/badge.d.ts +0 -0
  230. package/types/theme/components/bottomNavigation.d.ts +0 -0
  231. package/types/theme/components/bottomSheet.d.ts +0 -0
  232. package/types/theme/components/button.d.ts +0 -0
  233. package/types/theme/components/calendar.d.ts +0 -0
  234. package/types/theme/components/card.d.ts +0 -0
  235. package/types/theme/components/cardCarousel.d.ts +0 -0
  236. package/types/theme/components/carousel.d.ts +0 -0
  237. package/types/theme/components/checkbox.d.ts +0 -0
  238. package/types/theme/components/contentNavigator.d.ts +0 -0
  239. package/types/theme/components/datePicker.d.ts +0 -0
  240. package/types/theme/components/divider.d.ts +0 -0
  241. package/types/theme/components/drawer.d.ts +0 -0
  242. package/types/theme/components/empty.d.ts +0 -0
  243. package/types/theme/components/fab.d.ts +0 -0
  244. package/types/theme/components/icon.d.ts +0 -0
  245. package/types/theme/components/image.d.ts +0 -0
  246. package/types/theme/components/list.d.ts +0 -0
  247. package/types/theme/components/pageControl.d.ts +0 -0
  248. package/types/theme/components/pinInput.d.ts +0 -0
  249. package/types/theme/components/progress.d.ts +0 -0
  250. package/types/theme/components/radio.d.ts +0 -0
  251. package/types/theme/components/refreshControl.d.ts +0 -0
  252. package/types/theme/components/richTextEditor.d.ts +0 -0
  253. package/types/theme/components/sectionHeading.d.ts +0 -0
  254. package/types/theme/components/select.d.ts +0 -0
  255. package/types/theme/components/slider.d.ts +0 -0
  256. package/types/theme/components/spinner.d.ts +0 -0
  257. package/types/theme/components/swipeable.d.ts +0 -0
  258. package/types/theme/components/switch.d.ts +0 -0
  259. package/types/theme/components/tabs.d.ts +0 -0
  260. package/types/theme/components/tag.d.ts +0 -0
  261. package/types/theme/components/textInput.d.ts +1 -0
  262. package/types/theme/components/timePicker.d.ts +0 -0
  263. package/types/theme/components/toast.d.ts +0 -0
  264. package/types/theme/components/toolbar.d.ts +0 -0
  265. package/types/theme/components/typography.d.ts +0 -0
  266. package/types/theme/getTheme.d.ts +0 -0
  267. package/types/theme/global/borders.d.ts +0 -0
  268. package/types/theme/global/colors/eBens.d.ts +0 -0
  269. package/types/theme/global/colors/global.d.ts +0 -0
  270. package/types/theme/global/colors/globalDark.d.ts +0 -0
  271. package/types/theme/global/colors/jobs.d.ts +0 -0
  272. package/types/theme/global/colors/swag.d.ts +0 -0
  273. package/types/theme/global/colors/swagDark.d.ts +0 -0
  274. package/types/theme/global/colors/types.d.ts +0 -0
  275. package/types/theme/global/colors/wallet.d.ts +0 -0
  276. package/types/theme/global/colors/work.d.ts +0 -0
  277. package/types/theme/global/index.d.ts +0 -0
  278. package/types/theme/global/scale.d.ts +0 -0
  279. package/types/theme/global/sizes.d.ts +0 -0
  280. package/types/theme/global/space.d.ts +0 -0
  281. package/types/theme/global/typography.d.ts +0 -0
  282. package/types/theme/index.d.ts +0 -0
  283. package/types/types.d.ts +0 -0
  284. package/types/utils/functions.d.ts +0 -0
  285. package/types/utils/helpers.d.ts +0 -0
  286. package/types/utils/hooks.d.ts +0 -0
  287. package/types/utils/scale.d.ts +0 -0
@@ -8,7 +8,6 @@ exports[`BasicListItem when suffix and prefix are icon name renders correctly 1`
8
8
  }
9
9
  }
10
10
  accessible={true}
11
- collapsable={false}
12
11
  focusable={false}
13
12
  onClick={[Function]}
14
13
  onResponderGrant={[Function]}
@@ -18,14 +17,17 @@ exports[`BasicListItem when suffix and prefix are icon name renders correctly 1`
18
17
  onResponderTerminationRequest={[Function]}
19
18
  onStartShouldSetResponder={[Function]}
20
19
  style={
21
- Object {
22
- "alignItems": "center",
23
- "backgroundColor": "#ffffff",
24
- "borderRadius": 4,
25
- "flexDirection": "row",
26
- "opacity": 1,
27
- "padding": 16,
28
- }
20
+ Array [
21
+ Object {
22
+ "alignItems": "center",
23
+ "backgroundColor": "#ffffff",
24
+ "borderRadius": 4,
25
+ "flexDirection": "row",
26
+ "opacity": 1,
27
+ "padding": 16,
28
+ },
29
+ undefined,
30
+ ]
29
31
  }
30
32
  testID="basic-list-item"
31
33
  >
@@ -141,7 +143,6 @@ exports[`BasicListItem when suffix and prefix are react element renders correctl
141
143
  }
142
144
  }
143
145
  accessible={true}
144
- collapsable={false}
145
146
  focusable={false}
146
147
  onClick={[Function]}
147
148
  onResponderGrant={[Function]}
@@ -151,14 +152,17 @@ exports[`BasicListItem when suffix and prefix are react element renders correctl
151
152
  onResponderTerminationRequest={[Function]}
152
153
  onStartShouldSetResponder={[Function]}
153
154
  style={
154
- Object {
155
- "alignItems": "center",
156
- "backgroundColor": "#ffffff",
157
- "borderRadius": 4,
158
- "flexDirection": "row",
159
- "opacity": 1,
160
- "padding": 16,
161
- }
155
+ Array [
156
+ Object {
157
+ "alignItems": "center",
158
+ "backgroundColor": "#ffffff",
159
+ "borderRadius": 4,
160
+ "flexDirection": "row",
161
+ "opacity": 1,
162
+ "padding": 16,
163
+ },
164
+ undefined,
165
+ ]
162
166
  }
163
167
  testID="basic-list-item"
164
168
  >
@@ -8,7 +8,6 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
8
8
  }
9
9
  }
10
10
  accessible={true}
11
- collapsable={false}
12
11
  focusable={false}
13
12
  onClick={[Function]}
14
13
  onResponderGrant={[Function]}
@@ -18,12 +17,14 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
18
17
  onResponderTerminationRequest={[Function]}
19
18
  onStartShouldSetResponder={[Function]}
20
19
  style={
21
- Object {
22
- "backgroundColor": "#ffffff",
23
- "flexDirection": "row",
24
- "opacity": 1,
25
- "padding": 16,
26
- }
20
+ Array [
21
+ Object {
22
+ "backgroundColor": "#ffffff",
23
+ "flexDirection": "row",
24
+ "padding": 16,
25
+ },
26
+ undefined,
27
+ ]
27
28
  }
28
29
  >
29
30
  <View
@@ -318,7 +319,6 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
318
319
  }
319
320
  }
320
321
  accessible={true}
321
- collapsable={false}
322
322
  focusable={false}
323
323
  onClick={[Function]}
324
324
  onResponderGrant={[Function]}
@@ -328,12 +328,14 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
328
328
  onResponderTerminationRequest={[Function]}
329
329
  onStartShouldSetResponder={[Function]}
330
330
  style={
331
- Object {
332
- "backgroundColor": "#ffffff",
333
- "flexDirection": "row",
334
- "opacity": 1,
335
- "padding": 16,
336
- }
331
+ Array [
332
+ Object {
333
+ "backgroundColor": "#ffffff",
334
+ "flexDirection": "row",
335
+ "padding": 16,
336
+ },
337
+ undefined,
338
+ ]
337
339
  }
338
340
  testID="list-item"
339
341
  >
@@ -446,7 +448,6 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
446
448
  }
447
449
  }
448
450
  accessible={true}
449
- collapsable={false}
450
451
  focusable={false}
451
452
  onClick={[Function]}
452
453
  onResponderGrant={[Function]}
@@ -456,12 +457,14 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
456
457
  onResponderTerminationRequest={[Function]}
457
458
  onStartShouldSetResponder={[Function]}
458
459
  style={
459
- Object {
460
- "backgroundColor": "#ffffff",
461
- "flexDirection": "row",
462
- "opacity": 1,
463
- "padding": 16,
464
- }
460
+ Array [
461
+ Object {
462
+ "backgroundColor": "#ffffff",
463
+ "flexDirection": "row",
464
+ "padding": 16,
465
+ },
466
+ undefined,
467
+ ]
465
468
  }
466
469
  >
467
470
  <View
@@ -568,7 +571,6 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
568
571
  }
569
572
  }
570
573
  accessible={true}
571
- collapsable={false}
572
574
  focusable={false}
573
575
  onClick={[Function]}
574
576
  onResponderGrant={[Function]}
@@ -578,12 +580,14 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
578
580
  onResponderTerminationRequest={[Function]}
579
581
  onStartShouldSetResponder={[Function]}
580
582
  style={
581
- Object {
582
- "backgroundColor": "#ffffff",
583
- "flexDirection": "row",
584
- "opacity": 1,
585
- "padding": 16,
586
- }
583
+ Array [
584
+ Object {
585
+ "backgroundColor": "#ffffff",
586
+ "flexDirection": "row",
587
+ "padding": 16,
588
+ },
589
+ undefined,
590
+ ]
587
591
  }
588
592
  testID="list-item"
589
593
  >
@@ -3,7 +3,6 @@
3
3
  exports[`StyledListItemContainer renders correctly themeSelected false themeDisabled false 1`] = `
4
4
  <View
5
5
  accessible={true}
6
- collapsable={false}
7
6
  focusable={false}
8
7
  onClick={[Function]}
9
8
  onResponderGrant={[Function]}
@@ -13,14 +12,17 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
13
12
  onResponderTerminationRequest={[Function]}
14
13
  onStartShouldSetResponder={[Function]}
15
14
  style={
16
- Object {
17
- "alignItems": "center",
18
- "backgroundColor": "#ffffff",
19
- "borderRadius": 4,
20
- "flexDirection": "row",
21
- "opacity": 1,
22
- "padding": 16,
23
- }
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
+ ]
24
26
  }
25
27
  >
26
28
  <Text
@@ -49,7 +51,6 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
49
51
  exports[`StyledListItemContainer renders correctly themeSelected false themeDisabled true 1`] = `
50
52
  <View
51
53
  accessible={true}
52
- collapsable={false}
53
54
  focusable={false}
54
55
  onClick={[Function]}
55
56
  onResponderGrant={[Function]}
@@ -59,14 +60,17 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
59
60
  onResponderTerminationRequest={[Function]}
60
61
  onStartShouldSetResponder={[Function]}
61
62
  style={
62
- Object {
63
- "alignItems": "center",
64
- "backgroundColor": "#ffffff",
65
- "borderRadius": 4,
66
- "flexDirection": "row",
67
- "opacity": 0.38,
68
- "padding": 16,
69
- }
63
+ Array [
64
+ Object {
65
+ "alignItems": "center",
66
+ "backgroundColor": "#ffffff",
67
+ "borderRadius": 4,
68
+ "flexDirection": "row",
69
+ "opacity": 0.38,
70
+ "padding": 16,
71
+ },
72
+ undefined,
73
+ ]
70
74
  }
71
75
  >
72
76
  <Text
@@ -95,7 +99,6 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
95
99
  exports[`StyledListItemContainer renders correctly themeSelected true themeDisabled false 1`] = `
96
100
  <View
97
101
  accessible={true}
98
- collapsable={false}
99
102
  focusable={false}
100
103
  onClick={[Function]}
101
104
  onResponderGrant={[Function]}
@@ -105,14 +108,17 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
105
108
  onResponderTerminationRequest={[Function]}
106
109
  onStartShouldSetResponder={[Function]}
107
110
  style={
108
- Object {
109
- "alignItems": "center",
110
- "backgroundColor": "#ece8ef",
111
- "borderRadius": 4,
112
- "flexDirection": "row",
113
- "opacity": 1,
114
- "padding": 16,
115
- }
111
+ Array [
112
+ Object {
113
+ "alignItems": "center",
114
+ "backgroundColor": "#ece8ef",
115
+ "borderRadius": 4,
116
+ "flexDirection": "row",
117
+ "opacity": 1,
118
+ "padding": 16,
119
+ },
120
+ undefined,
121
+ ]
116
122
  }
117
123
  >
118
124
  <Text
@@ -141,7 +147,6 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
141
147
  exports[`StyledListItemContainer renders correctly themeSelected true themeDisabled true 1`] = `
142
148
  <View
143
149
  accessible={true}
144
- collapsable={false}
145
150
  focusable={false}
146
151
  onClick={[Function]}
147
152
  onResponderGrant={[Function]}
@@ -151,14 +156,17 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
151
156
  onResponderTerminationRequest={[Function]}
152
157
  onStartShouldSetResponder={[Function]}
153
158
  style={
154
- Object {
155
- "alignItems": "center",
156
- "backgroundColor": "#ece8ef",
157
- "borderRadius": 4,
158
- "flexDirection": "row",
159
- "opacity": 0.38,
160
- "padding": 16,
161
- }
159
+ Array [
160
+ Object {
161
+ "alignItems": "center",
162
+ "backgroundColor": "#ece8ef",
163
+ "borderRadius": 4,
164
+ "flexDirection": "row",
165
+ "opacity": 0.38,
166
+ "padding": 16,
167
+ },
168
+ undefined,
169
+ ]
162
170
  }
163
171
  >
164
172
  <Text
@@ -88,7 +88,6 @@ 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}
92
91
  focusable={false}
93
92
  onClick={[Function]}
94
93
  onResponderGrant={[Function]}
@@ -98,22 +97,24 @@ exports[`ListItemContainer renders correctly themeSelected false themeVariant ca
98
97
  onResponderTerminationRequest={[Function]}
99
98
  onStartShouldSetResponder={[Function]}
100
99
  style={
101
- Object {
102
- "alignItems": "center",
103
- "backgroundColor": "#ffffff",
104
- "borderRadius": 8,
105
- "elevation": 10,
106
- "flexDirection": "row",
107
- "opacity": 1,
108
- "padding": 16,
109
- "shadowColor": "#e8e9ea",
110
- "shadowOffset": Object {
111
- "height": 2,
112
- "width": 0,
100
+ Array [
101
+ Object {
102
+ "alignItems": "center",
103
+ "backgroundColor": "#ffffff",
104
+ "borderRadius": 8,
105
+ "elevation": 10,
106
+ "flexDirection": "row",
107
+ "padding": 16,
108
+ "shadowColor": "#e8e9ea",
109
+ "shadowOffset": Object {
110
+ "height": 2,
111
+ "width": 0,
112
+ },
113
+ "shadowOpacity": 1,
114
+ "shadowRadius": 4,
113
115
  },
114
- "shadowOpacity": 1,
115
- "shadowRadius": 4,
116
- }
116
+ undefined,
117
+ ]
117
118
  }
118
119
  >
119
120
  <Text
@@ -142,7 +143,6 @@ exports[`ListItemContainer renders correctly themeSelected false themeVariant ca
142
143
  exports[`ListItemContainer renders correctly themeSelected false themeVariant full-width 1`] = `
143
144
  <View
144
145
  accessible={true}
145
- collapsable={false}
146
146
  focusable={false}
147
147
  onClick={[Function]}
148
148
  onResponderGrant={[Function]}
@@ -152,12 +152,14 @@ exports[`ListItemContainer renders correctly themeSelected false themeVariant fu
152
152
  onResponderTerminationRequest={[Function]}
153
153
  onStartShouldSetResponder={[Function]}
154
154
  style={
155
- Object {
156
- "backgroundColor": "#ffffff",
157
- "flexDirection": "row",
158
- "opacity": 1,
159
- "padding": 16,
160
- }
155
+ Array [
156
+ Object {
157
+ "backgroundColor": "#ffffff",
158
+ "flexDirection": "row",
159
+ "padding": 16,
160
+ },
161
+ undefined,
162
+ ]
161
163
  }
162
164
  >
163
165
  <Text
@@ -186,7 +188,6 @@ exports[`ListItemContainer renders correctly themeSelected false themeVariant fu
186
188
  exports[`ListItemContainer renders correctly themeSelected true themeVariant card 1`] = `
187
189
  <View
188
190
  accessible={true}
189
- collapsable={false}
190
191
  focusable={false}
191
192
  onClick={[Function]}
192
193
  onResponderGrant={[Function]}
@@ -196,22 +197,24 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant car
196
197
  onResponderTerminationRequest={[Function]}
197
198
  onStartShouldSetResponder={[Function]}
198
199
  style={
199
- Object {
200
- "alignItems": "center",
201
- "backgroundColor": "#ece8ef",
202
- "borderRadius": 8,
203
- "elevation": 10,
204
- "flexDirection": "row",
205
- "opacity": 1,
206
- "padding": 16,
207
- "shadowColor": "#e8e9ea",
208
- "shadowOffset": Object {
209
- "height": 2,
210
- "width": 0,
200
+ Array [
201
+ Object {
202
+ "alignItems": "center",
203
+ "backgroundColor": "#ece8ef",
204
+ "borderRadius": 8,
205
+ "elevation": 10,
206
+ "flexDirection": "row",
207
+ "padding": 16,
208
+ "shadowColor": "#e8e9ea",
209
+ "shadowOffset": Object {
210
+ "height": 2,
211
+ "width": 0,
212
+ },
213
+ "shadowOpacity": 1,
214
+ "shadowRadius": 4,
211
215
  },
212
- "shadowOpacity": 1,
213
- "shadowRadius": 4,
214
- }
216
+ undefined,
217
+ ]
215
218
  }
216
219
  >
217
220
  <Text
@@ -240,7 +243,6 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant car
240
243
  exports[`ListItemContainer renders correctly themeSelected true themeVariant full-width 1`] = `
241
244
  <View
242
245
  accessible={true}
243
- collapsable={false}
244
246
  focusable={false}
245
247
  onClick={[Function]}
246
248
  onResponderGrant={[Function]}
@@ -250,12 +252,14 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant ful
250
252
  onResponderTerminationRequest={[Function]}
251
253
  onStartShouldSetResponder={[Function]}
252
254
  style={
253
- Object {
254
- "backgroundColor": "#ece8ef",
255
- "flexDirection": "row",
256
- "opacity": 1,
257
- "padding": 16,
258
- }
255
+ Array [
256
+ Object {
257
+ "backgroundColor": "#ece8ef",
258
+ "flexDirection": "row",
259
+ "padding": 16,
260
+ },
261
+ undefined,
262
+ ]
259
263
  }
260
264
  >
261
265
  <Text
@@ -8,7 +8,6 @@ exports[`rendering renders correctly when checked 1`] = `
8
8
  }
9
9
  }
10
10
  accessible={true}
11
- collapsable={false}
12
11
  focusable={true}
13
12
  onClick={[Function]}
14
13
  onResponderGrant={[Function]}
@@ -18,14 +17,17 @@ exports[`rendering renders correctly when checked 1`] = `
18
17
  onResponderTerminationRequest={[Function]}
19
18
  onStartShouldSetResponder={[Function]}
20
19
  style={
21
- Object {
22
- "alignItems": "center",
23
- "backgroundColor": "#ece8ef",
24
- "borderRadius": 4,
25
- "flexDirection": "row",
26
- "opacity": 1,
27
- "padding": 16,
28
- }
20
+ Array [
21
+ Object {
22
+ "alignItems": "center",
23
+ "backgroundColor": "#ece8ef",
24
+ "borderRadius": 4,
25
+ "flexDirection": "row",
26
+ "opacity": 1,
27
+ "padding": 16,
28
+ },
29
+ undefined,
30
+ ]
29
31
  }
30
32
  >
31
33
  <View
@@ -112,7 +114,6 @@ exports[`rendering renders correctly when not checked 1`] = `
112
114
  }
113
115
  }
114
116
  accessible={true}
115
- collapsable={false}
116
117
  focusable={true}
117
118
  onClick={[Function]}
118
119
  onResponderGrant={[Function]}
@@ -122,14 +123,17 @@ exports[`rendering renders correctly when not checked 1`] = `
122
123
  onResponderTerminationRequest={[Function]}
123
124
  onStartShouldSetResponder={[Function]}
124
125
  style={
125
- Object {
126
- "alignItems": "center",
127
- "backgroundColor": "#ffffff",
128
- "borderRadius": 4,
129
- "flexDirection": "row",
130
- "opacity": 1,
131
- "padding": 16,
132
- }
126
+ Array [
127
+ Object {
128
+ "alignItems": "center",
129
+ "backgroundColor": "#ffffff",
130
+ "borderRadius": 4,
131
+ "flexDirection": "row",
132
+ "opacity": 1,
133
+ "padding": 16,
134
+ },
135
+ undefined,
136
+ ]
133
137
  }
134
138
  >
135
139
  <View
@@ -9,7 +9,6 @@ exports[`rendering renders correctly 1`] = `
9
9
  }
10
10
  }
11
11
  accessible={true}
12
- collapsable={false}
13
12
  focusable={true}
14
13
  onClick={[Function]}
15
14
  onResponderGrant={[Function]}
@@ -19,14 +18,17 @@ exports[`rendering renders correctly 1`] = `
19
18
  onResponderTerminationRequest={[Function]}
20
19
  onStartShouldSetResponder={[Function]}
21
20
  style={
22
- Object {
23
- "alignItems": "center",
24
- "backgroundColor": "#ffffff",
25
- "borderRadius": 4,
26
- "flexDirection": "row",
27
- "opacity": 1,
28
- "padding": 16,
29
- }
21
+ Array [
22
+ Object {
23
+ "alignItems": "center",
24
+ "backgroundColor": "#ffffff",
25
+ "borderRadius": 4,
26
+ "flexDirection": "row",
27
+ "opacity": 1,
28
+ "padding": 16,
29
+ },
30
+ undefined,
31
+ ]
30
32
  }
31
33
  >
32
34
  <View
@@ -105,7 +107,6 @@ exports[`rendering renders correctly 1`] = `
105
107
  }
106
108
  }
107
109
  accessible={true}
108
- collapsable={false}
109
110
  focusable={true}
110
111
  onClick={[Function]}
111
112
  onResponderGrant={[Function]}
@@ -115,14 +116,17 @@ exports[`rendering renders correctly 1`] = `
115
116
  onResponderTerminationRequest={[Function]}
116
117
  onStartShouldSetResponder={[Function]}
117
118
  style={
118
- Object {
119
- "alignItems": "center",
120
- "backgroundColor": "#ffffff",
121
- "borderRadius": 4,
122
- "flexDirection": "row",
123
- "opacity": 1,
124
- "padding": 16,
125
- }
119
+ Array [
120
+ Object {
121
+ "alignItems": "center",
122
+ "backgroundColor": "#ffffff",
123
+ "borderRadius": 4,
124
+ "flexDirection": "row",
125
+ "opacity": 1,
126
+ "padding": 16,
127
+ },
128
+ undefined,
129
+ ]
126
130
  }
127
131
  >
128
132
  <View
@@ -201,7 +205,6 @@ exports[`rendering renders correctly 1`] = `
201
205
  }
202
206
  }
203
207
  accessible={true}
204
- collapsable={false}
205
208
  focusable={true}
206
209
  onClick={[Function]}
207
210
  onResponderGrant={[Function]}
@@ -211,14 +214,17 @@ exports[`rendering renders correctly 1`] = `
211
214
  onResponderTerminationRequest={[Function]}
212
215
  onStartShouldSetResponder={[Function]}
213
216
  style={
214
- Object {
215
- "alignItems": "center",
216
- "backgroundColor": "#ece8ef",
217
- "borderRadius": 4,
218
- "flexDirection": "row",
219
- "opacity": 1,
220
- "padding": 16,
221
- }
217
+ Array [
218
+ Object {
219
+ "alignItems": "center",
220
+ "backgroundColor": "#ece8ef",
221
+ "borderRadius": 4,
222
+ "flexDirection": "row",
223
+ "opacity": 1,
224
+ "padding": 16,
225
+ },
226
+ undefined,
227
+ ]
222
228
  }
223
229
  >
224
230
  <View
@@ -17,6 +17,8 @@ exports[`RichTextEditor onMessage recevied event editor-layout should update hei
17
17
  Array [
18
18
  Object {
19
19
  "alignItems": "center",
20
+ "backgroundColor": "#ffffff",
21
+ "borderRadius": 8,
20
22
  "flexDirection": "row",
21
23
  "padding": 16,
22
24
  },
@@ -283,6 +285,8 @@ exports[`RichTextEditor should render correctly 1`] = `
283
285
  Array [
284
286
  Object {
285
287
  "alignItems": "center",
288
+ "backgroundColor": "#ffffff",
289
+ "borderRadius": 8,
286
290
  "flexDirection": "row",
287
291
  "padding": 16,
288
292
  },