@hero-design/rn 8.43.1 → 8.44.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 (133) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/CHANGELOG.md +10 -0
  3. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/es/index.js +366 -359
  5. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  6. package/lib/index.js +366 -359
  7. package/package.json +1 -1
  8. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +564 -452
  9. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +76 -20
  10. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +790 -706
  11. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +848 -652
  12. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +170 -142
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +138 -82
  14. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +745 -689
  15. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +157 -73
  16. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +273 -189
  17. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +391 -223
  18. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +119 -63
  19. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +306 -278
  20. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +317 -233
  21. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +1042 -454
  22. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +400 -120
  23. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +1090 -810
  24. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +196 -140
  25. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +1666 -1218
  26. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +70 -42
  27. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +1623 -727
  28. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +555 -415
  29. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +265 -69
  30. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +205 -65
  31. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +36 -8
  32. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +292 -124
  33. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +486 -430
  34. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +196 -84
  35. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +41 -13
  36. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +1720 -1636
  37. package/src/components/Carousel/__tests__/index.spec.tsx +7 -6
  38. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +400 -176
  39. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +574 -406
  40. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +1170 -834
  41. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +73 -17
  42. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +94 -38
  43. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +37 -9
  44. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +421 -337
  45. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +586 -502
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +200 -172
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +192 -164
  48. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +471 -443
  49. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +464 -128
  50. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +97 -69
  51. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +327 -243
  52. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +169 -113
  53. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +323 -213
  54. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +845 -789
  55. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +98 -42
  56. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +197 -113
  57. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +290 -206
  58. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +45 -17
  59. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  60. package/src/components/Icon/IconList.ts +2 -0
  61. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +158 -46
  62. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +164 -52
  63. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +242 -186
  64. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +761 -649
  65. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +268 -156
  66. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +473 -221
  67. package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +60 -8
  68. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +83 -55
  69. package/src/components/PinInput/__tests__/StyledPinInput.spec.tsx +9 -4
  70. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +293 -153
  71. package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +15 -48
  72. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +809 -697
  73. package/src/components/Portal/__tests__/PortalHost.spec.tsx +12 -14
  74. package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +43 -15
  75. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +743 -603
  76. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +188 -132
  77. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +256 -228
  78. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +864 -780
  79. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +128 -44
  80. package/src/components/RichTextEditor/__tests__/EditorToolbar.spec.tsx +5 -2
  81. package/src/components/RichTextEditor/__tests__/RichTextEditor.spec.tsx +3 -3
  82. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +406 -378
  83. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +64 -36
  84. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +371 -315
  85. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +158 -46
  86. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +394 -226
  87. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +93 -65
  88. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +2402 -2290
  89. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +180 -24
  90. package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +7 -6
  91. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +73 -45
  92. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +2309 -2197
  93. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +150 -20
  94. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +490 -294
  95. package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +117 -33
  96. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +105 -77
  97. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +1308 -636
  98. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +121 -93
  99. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +323 -213
  100. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +210 -126
  101. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +58 -30
  102. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +226 -114
  103. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +145 -117
  104. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +202 -62
  105. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +132 -76
  106. package/src/components/Tabs/__tests__/SceneView.spec.tsx +7 -7
  107. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +206 -94
  108. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +2214 -2130
  109. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +523 -495
  110. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +121 -65
  111. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +1637 -1553
  112. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +554 -274
  113. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +1542 -646
  114. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +3177 -2701
  115. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +390 -334
  116. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +662 -606
  117. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +871 -675
  118. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +180 -68
  119. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +582 -498
  120. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +683 -459
  121. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +704 -256
  122. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +855 -323
  123. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +430 -150
  124. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +572 -208
  125. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +328 -104
  126. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +462 -154
  127. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +900 -340
  128. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +880 -320
  129. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +1035 -391
  130. package/src/testHelpers/renderWithTheme.tsx +2 -2
  131. package/types/components/Icon/IconList.d.ts +1 -1
  132. package/types/components/Icon/index.d.ts +1 -1
  133. package/types/components/Icon/utils.d.ts +1 -1
@@ -3,434 +3,462 @@
3
3
  exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
4
4
  <View
5
5
  style={
6
- [
7
- {
8
- "alignItems": "center",
9
- "backgroundColor": "#f6f6f7",
10
- "borderTopColor": "#e8e9ea",
11
- "borderTopWidth": 0.5,
12
- "flexDirection": "row",
13
- "paddingHorizontal": 8,
14
- },
15
- undefined,
16
- ]
6
+ {
7
+ "flex": 1,
8
+ }
17
9
  }
18
- testID="toolbar"
19
10
  >
20
11
  <View
21
- accessibilityState={
22
- {
23
- "busy": undefined,
24
- "checked": undefined,
25
- "disabled": undefined,
26
- "expanded": undefined,
27
- "selected": undefined,
28
- }
29
- }
30
- accessibilityValue={
31
- {
32
- "max": undefined,
33
- "min": undefined,
34
- "now": undefined,
35
- "text": undefined,
36
- }
37
- }
38
- accessible={true}
39
- collapsable={false}
40
- focusable={true}
41
- onClick={[Function]}
42
- onResponderGrant={[Function]}
43
- onResponderMove={[Function]}
44
- onResponderRelease={[Function]}
45
- onResponderTerminate={[Function]}
46
- onResponderTerminationRequest={[Function]}
47
- onStartShouldSetResponder={[Function]}
48
12
  style={
49
- {
50
- "alignItems": "center",
51
- "backgroundColor": undefined,
52
- "height": 48,
53
- "justifyContent": "center",
54
- "opacity": 1,
55
- "width": 48,
56
- }
13
+ [
14
+ {
15
+ "alignItems": "center",
16
+ "backgroundColor": "#f6f6f7",
17
+ "borderTopColor": "#e8e9ea",
18
+ "borderTopWidth": 0.5,
19
+ "flexDirection": "row",
20
+ "paddingHorizontal": 8,
21
+ },
22
+ undefined,
23
+ ]
57
24
  }
58
- testID="format-bold"
25
+ testID="toolbar"
59
26
  >
60
- <HeroIcon
61
- name="format-bold"
62
- style={
63
- [
64
- {
65
- "color": "#001f23",
66
- "fontSize": 20,
67
- },
68
- undefined,
69
- ]
27
+ <View
28
+ accessibilityState={
29
+ {
30
+ "busy": undefined,
31
+ "checked": undefined,
32
+ "disabled": undefined,
33
+ "expanded": undefined,
34
+ "selected": undefined,
35
+ }
70
36
  }
71
- themeIntent="text"
72
- themeSize="small"
73
- />
74
- </View>
75
- <View
76
- accessibilityState={
77
- {
78
- "busy": undefined,
79
- "checked": undefined,
80
- "disabled": undefined,
81
- "expanded": undefined,
82
- "selected": undefined,
37
+ accessibilityValue={
38
+ {
39
+ "max": undefined,
40
+ "min": undefined,
41
+ "now": undefined,
42
+ "text": undefined,
43
+ }
83
44
  }
84
- }
85
- accessibilityValue={
86
- {
87
- "max": undefined,
88
- "min": undefined,
89
- "now": undefined,
90
- "text": undefined,
45
+ accessible={true}
46
+ collapsable={false}
47
+ focusable={true}
48
+ onClick={[Function]}
49
+ onResponderGrant={[Function]}
50
+ onResponderMove={[Function]}
51
+ onResponderRelease={[Function]}
52
+ onResponderTerminate={[Function]}
53
+ onResponderTerminationRequest={[Function]}
54
+ onStartShouldSetResponder={[Function]}
55
+ style={
56
+ {
57
+ "alignItems": "center",
58
+ "backgroundColor": undefined,
59
+ "height": 48,
60
+ "justifyContent": "center",
61
+ "opacity": 1,
62
+ "width": 48,
63
+ }
91
64
  }
92
- }
93
- accessible={true}
94
- collapsable={false}
95
- focusable={true}
96
- onClick={[Function]}
97
- onResponderGrant={[Function]}
98
- onResponderMove={[Function]}
99
- onResponderRelease={[Function]}
100
- onResponderTerminate={[Function]}
101
- onResponderTerminationRequest={[Function]}
102
- onStartShouldSetResponder={[Function]}
103
- style={
104
- {
105
- "alignItems": "center",
106
- "backgroundColor": undefined,
107
- "height": 48,
108
- "justifyContent": "center",
109
- "opacity": 1,
110
- "width": 48,
65
+ testID="format-bold"
66
+ >
67
+ <HeroIcon
68
+ name="format-bold"
69
+ style={
70
+ [
71
+ {
72
+ "color": "#001f23",
73
+ "fontSize": 20,
74
+ },
75
+ undefined,
76
+ ]
77
+ }
78
+ themeIntent="text"
79
+ themeSize="small"
80
+ />
81
+ </View>
82
+ <View
83
+ accessibilityState={
84
+ {
85
+ "busy": undefined,
86
+ "checked": undefined,
87
+ "disabled": undefined,
88
+ "expanded": undefined,
89
+ "selected": undefined,
90
+ }
111
91
  }
112
- }
113
- testID="format-italic"
114
- >
115
- <HeroIcon
116
- name="format-italic"
92
+ accessibilityValue={
93
+ {
94
+ "max": undefined,
95
+ "min": undefined,
96
+ "now": undefined,
97
+ "text": undefined,
98
+ }
99
+ }
100
+ accessible={true}
101
+ collapsable={false}
102
+ focusable={true}
103
+ onClick={[Function]}
104
+ onResponderGrant={[Function]}
105
+ onResponderMove={[Function]}
106
+ onResponderRelease={[Function]}
107
+ onResponderTerminate={[Function]}
108
+ onResponderTerminationRequest={[Function]}
109
+ onStartShouldSetResponder={[Function]}
117
110
  style={
118
- [
119
- {
120
- "color": "#001f23",
121
- "fontSize": 20,
122
- },
123
- undefined,
124
- ]
111
+ {
112
+ "alignItems": "center",
113
+ "backgroundColor": undefined,
114
+ "height": 48,
115
+ "justifyContent": "center",
116
+ "opacity": 1,
117
+ "width": 48,
118
+ }
125
119
  }
126
- themeIntent="text"
127
- themeSize="small"
128
- />
129
- </View>
130
- <View
131
- accessibilityState={
132
- {
133
- "busy": undefined,
134
- "checked": undefined,
135
- "disabled": undefined,
136
- "expanded": undefined,
137
- "selected": undefined,
120
+ testID="format-italic"
121
+ >
122
+ <HeroIcon
123
+ name="format-italic"
124
+ style={
125
+ [
126
+ {
127
+ "color": "#001f23",
128
+ "fontSize": 20,
129
+ },
130
+ undefined,
131
+ ]
132
+ }
133
+ themeIntent="text"
134
+ themeSize="small"
135
+ />
136
+ </View>
137
+ <View
138
+ accessibilityState={
139
+ {
140
+ "busy": undefined,
141
+ "checked": undefined,
142
+ "disabled": undefined,
143
+ "expanded": undefined,
144
+ "selected": undefined,
145
+ }
138
146
  }
139
- }
140
- accessibilityValue={
141
- {
142
- "max": undefined,
143
- "min": undefined,
144
- "now": undefined,
145
- "text": undefined,
147
+ accessibilityValue={
148
+ {
149
+ "max": undefined,
150
+ "min": undefined,
151
+ "now": undefined,
152
+ "text": undefined,
153
+ }
146
154
  }
147
- }
148
- accessible={true}
149
- collapsable={false}
150
- focusable={true}
151
- onClick={[Function]}
152
- onResponderGrant={[Function]}
153
- onResponderMove={[Function]}
154
- onResponderRelease={[Function]}
155
- onResponderTerminate={[Function]}
156
- onResponderTerminationRequest={[Function]}
157
- onStartShouldSetResponder={[Function]}
158
- style={
159
- {
160
- "alignItems": "center",
161
- "backgroundColor": undefined,
162
- "height": 48,
163
- "justifyContent": "center",
164
- "opacity": 1,
165
- "width": 48,
155
+ accessible={true}
156
+ collapsable={false}
157
+ focusable={true}
158
+ onClick={[Function]}
159
+ onResponderGrant={[Function]}
160
+ onResponderMove={[Function]}
161
+ onResponderRelease={[Function]}
162
+ onResponderTerminate={[Function]}
163
+ onResponderTerminationRequest={[Function]}
164
+ onStartShouldSetResponder={[Function]}
165
+ style={
166
+ {
167
+ "alignItems": "center",
168
+ "backgroundColor": undefined,
169
+ "height": 48,
170
+ "justifyContent": "center",
171
+ "opacity": 1,
172
+ "width": 48,
173
+ }
166
174
  }
167
- }
168
- testID="format-underlined"
169
- >
170
- <HeroIcon
171
- name="format-underlined"
175
+ testID="format-underlined"
176
+ >
177
+ <HeroIcon
178
+ name="format-underlined"
179
+ style={
180
+ [
181
+ {
182
+ "color": "#001f23",
183
+ "fontSize": 20,
184
+ },
185
+ undefined,
186
+ ]
187
+ }
188
+ themeIntent="text"
189
+ themeSize="small"
190
+ />
191
+ </View>
192
+ <View
172
193
  style={
173
194
  [
174
195
  {
175
- "color": "#001f23",
176
- "fontSize": 20,
196
+ "alignItems": "center",
197
+ "backgroundColor": "#e8e9ea",
198
+ "flexDirection": "row",
199
+ "height": 16,
200
+ "marginHorizontal": 8,
201
+ "width": 2,
177
202
  },
178
203
  undefined,
179
204
  ]
180
205
  }
181
- themeIntent="text"
182
- themeSize="small"
183
206
  />
184
- </View>
185
- <View
186
- style={
187
- [
207
+ <View
208
+ accessibilityState={
209
+ {
210
+ "busy": undefined,
211
+ "checked": undefined,
212
+ "disabled": undefined,
213
+ "expanded": undefined,
214
+ "selected": undefined,
215
+ }
216
+ }
217
+ accessibilityValue={
218
+ {
219
+ "max": undefined,
220
+ "min": undefined,
221
+ "now": undefined,
222
+ "text": undefined,
223
+ }
224
+ }
225
+ accessible={true}
226
+ collapsable={false}
227
+ focusable={true}
228
+ onClick={[Function]}
229
+ onResponderGrant={[Function]}
230
+ onResponderMove={[Function]}
231
+ onResponderRelease={[Function]}
232
+ onResponderTerminate={[Function]}
233
+ onResponderTerminationRequest={[Function]}
234
+ onStartShouldSetResponder={[Function]}
235
+ style={
188
236
  {
189
237
  "alignItems": "center",
190
- "backgroundColor": "#e8e9ea",
191
- "flexDirection": "row",
192
- "height": 16,
193
- "marginHorizontal": 8,
194
- "width": 2,
195
- },
196
- undefined,
197
- ]
198
- }
199
- />
200
- <View
201
- accessibilityState={
202
- {
203
- "busy": undefined,
204
- "checked": undefined,
205
- "disabled": undefined,
206
- "expanded": undefined,
207
- "selected": undefined,
238
+ "backgroundColor": undefined,
239
+ "height": 48,
240
+ "justifyContent": "center",
241
+ "opacity": 1,
242
+ "width": 48,
243
+ }
208
244
  }
209
- }
210
- accessibilityValue={
211
- {
212
- "max": undefined,
213
- "min": undefined,
214
- "now": undefined,
215
- "text": undefined,
245
+ testID="format-list-bulleted"
246
+ >
247
+ <HeroIcon
248
+ name="format-list-bulleted"
249
+ style={
250
+ [
251
+ {
252
+ "color": "#001f23",
253
+ "fontSize": 20,
254
+ },
255
+ undefined,
256
+ ]
257
+ }
258
+ themeIntent="text"
259
+ themeSize="small"
260
+ />
261
+ </View>
262
+ <View
263
+ accessibilityState={
264
+ {
265
+ "busy": undefined,
266
+ "checked": undefined,
267
+ "disabled": undefined,
268
+ "expanded": undefined,
269
+ "selected": undefined,
270
+ }
216
271
  }
217
- }
218
- accessible={true}
219
- collapsable={false}
220
- focusable={true}
221
- onClick={[Function]}
222
- onResponderGrant={[Function]}
223
- onResponderMove={[Function]}
224
- onResponderRelease={[Function]}
225
- onResponderTerminate={[Function]}
226
- onResponderTerminationRequest={[Function]}
227
- onStartShouldSetResponder={[Function]}
228
- style={
229
- {
230
- "alignItems": "center",
231
- "backgroundColor": undefined,
232
- "height": 48,
233
- "justifyContent": "center",
234
- "opacity": 1,
235
- "width": 48,
272
+ accessibilityValue={
273
+ {
274
+ "max": undefined,
275
+ "min": undefined,
276
+ "now": undefined,
277
+ "text": undefined,
278
+ }
236
279
  }
237
- }
238
- testID="format-list-bulleted"
239
- >
240
- <HeroIcon
241
- name="format-list-bulleted"
280
+ accessible={true}
281
+ collapsable={false}
282
+ focusable={true}
283
+ onClick={[Function]}
284
+ onResponderGrant={[Function]}
285
+ onResponderMove={[Function]}
286
+ onResponderRelease={[Function]}
287
+ onResponderTerminate={[Function]}
288
+ onResponderTerminationRequest={[Function]}
289
+ onStartShouldSetResponder={[Function]}
290
+ style={
291
+ {
292
+ "alignItems": "center",
293
+ "backgroundColor": undefined,
294
+ "height": 48,
295
+ "justifyContent": "center",
296
+ "opacity": 1,
297
+ "width": 48,
298
+ }
299
+ }
300
+ testID="format-list-numbered"
301
+ >
302
+ <HeroIcon
303
+ name="format-list-numbered"
304
+ style={
305
+ [
306
+ {
307
+ "color": "#001f23",
308
+ "fontSize": 20,
309
+ },
310
+ undefined,
311
+ ]
312
+ }
313
+ themeIntent="text"
314
+ themeSize="small"
315
+ />
316
+ </View>
317
+ <View
242
318
  style={
243
319
  [
244
320
  {
245
- "color": "#001f23",
246
- "fontSize": 20,
321
+ "alignItems": "center",
322
+ "backgroundColor": "#e8e9ea",
323
+ "flexDirection": "row",
324
+ "height": 16,
325
+ "marginHorizontal": 8,
326
+ "width": 2,
247
327
  },
248
328
  undefined,
249
329
  ]
250
330
  }
251
- themeIntent="text"
252
- themeSize="small"
253
331
  />
254
- </View>
255
- <View
256
- accessibilityState={
257
- {
258
- "busy": undefined,
259
- "checked": undefined,
260
- "disabled": undefined,
261
- "expanded": undefined,
262
- "selected": undefined,
332
+ <View
333
+ accessibilityState={
334
+ {
335
+ "busy": undefined,
336
+ "checked": undefined,
337
+ "disabled": undefined,
338
+ "expanded": undefined,
339
+ "selected": undefined,
340
+ }
263
341
  }
264
- }
265
- accessibilityValue={
266
- {
267
- "max": undefined,
268
- "min": undefined,
269
- "now": undefined,
270
- "text": undefined,
342
+ accessibilityValue={
343
+ {
344
+ "max": undefined,
345
+ "min": undefined,
346
+ "now": undefined,
347
+ "text": undefined,
348
+ }
271
349
  }
272
- }
273
- accessible={true}
274
- collapsable={false}
275
- focusable={true}
276
- onClick={[Function]}
277
- onResponderGrant={[Function]}
278
- onResponderMove={[Function]}
279
- onResponderRelease={[Function]}
280
- onResponderTerminate={[Function]}
281
- onResponderTerminationRequest={[Function]}
282
- onStartShouldSetResponder={[Function]}
283
- style={
284
- {
285
- "alignItems": "center",
286
- "backgroundColor": undefined,
287
- "height": 48,
288
- "justifyContent": "center",
289
- "opacity": 1,
290
- "width": 48,
350
+ accessible={true}
351
+ collapsable={false}
352
+ focusable={true}
353
+ onClick={[Function]}
354
+ onResponderGrant={[Function]}
355
+ onResponderMove={[Function]}
356
+ onResponderRelease={[Function]}
357
+ onResponderTerminate={[Function]}
358
+ onResponderTerminationRequest={[Function]}
359
+ onStartShouldSetResponder={[Function]}
360
+ style={
361
+ {
362
+ "alignItems": "center",
363
+ "backgroundColor": undefined,
364
+ "height": 48,
365
+ "justifyContent": "center",
366
+ "opacity": 1,
367
+ "width": 48,
368
+ }
291
369
  }
292
- }
293
- testID="format-list-numbered"
294
- >
295
- <HeroIcon
296
- name="format-list-numbered"
370
+ testID="format-heading1"
371
+ >
372
+ <HeroIcon
373
+ name="format-heading1"
374
+ style={
375
+ [
376
+ {
377
+ "color": "#001f23",
378
+ "fontSize": 20,
379
+ },
380
+ undefined,
381
+ ]
382
+ }
383
+ themeIntent="text"
384
+ themeSize="small"
385
+ />
386
+ </View>
387
+ <View
388
+ accessibilityState={
389
+ {
390
+ "busy": undefined,
391
+ "checked": undefined,
392
+ "disabled": undefined,
393
+ "expanded": undefined,
394
+ "selected": undefined,
395
+ }
396
+ }
397
+ accessibilityValue={
398
+ {
399
+ "max": undefined,
400
+ "min": undefined,
401
+ "now": undefined,
402
+ "text": undefined,
403
+ }
404
+ }
405
+ accessible={true}
406
+ collapsable={false}
407
+ focusable={true}
408
+ onClick={[Function]}
409
+ onResponderGrant={[Function]}
410
+ onResponderMove={[Function]}
411
+ onResponderRelease={[Function]}
412
+ onResponderTerminate={[Function]}
413
+ onResponderTerminationRequest={[Function]}
414
+ onStartShouldSetResponder={[Function]}
297
415
  style={
298
- [
299
- {
300
- "color": "#001f23",
301
- "fontSize": 20,
302
- },
303
- undefined,
304
- ]
416
+ {
417
+ "alignItems": "center",
418
+ "backgroundColor": undefined,
419
+ "height": 48,
420
+ "justifyContent": "center",
421
+ "opacity": 1,
422
+ "width": 48,
423
+ }
305
424
  }
306
- themeIntent="text"
307
- themeSize="small"
308
- />
425
+ testID="format-heading2"
426
+ >
427
+ <HeroIcon
428
+ name="format-heading2"
429
+ style={
430
+ [
431
+ {
432
+ "color": "#001f23",
433
+ "fontSize": 20,
434
+ },
435
+ undefined,
436
+ ]
437
+ }
438
+ themeIntent="text"
439
+ themeSize="small"
440
+ />
441
+ </View>
309
442
  </View>
310
443
  <View
444
+ pointerEvents="box-none"
445
+ position="bottom"
311
446
  style={
312
447
  [
313
448
  {
314
- "alignItems": "center",
315
- "backgroundColor": "#e8e9ea",
316
- "flexDirection": "row",
317
- "height": 16,
318
- "marginHorizontal": 8,
319
- "width": 2,
449
+ "bottom": 0,
450
+ "elevation": 9999,
451
+ "flexDirection": "column-reverse",
452
+ "left": 0,
453
+ "paddingHorizontal": 24,
454
+ "paddingVertical": 16,
455
+ "position": "absolute",
456
+ "right": 0,
457
+ "top": 0,
320
458
  },
321
459
  undefined,
322
460
  ]
323
461
  }
324
462
  />
325
- <View
326
- accessibilityState={
327
- {
328
- "busy": undefined,
329
- "checked": undefined,
330
- "disabled": undefined,
331
- "expanded": undefined,
332
- "selected": undefined,
333
- }
334
- }
335
- accessibilityValue={
336
- {
337
- "max": undefined,
338
- "min": undefined,
339
- "now": undefined,
340
- "text": undefined,
341
- }
342
- }
343
- accessible={true}
344
- collapsable={false}
345
- focusable={true}
346
- onClick={[Function]}
347
- onResponderGrant={[Function]}
348
- onResponderMove={[Function]}
349
- onResponderRelease={[Function]}
350
- onResponderTerminate={[Function]}
351
- onResponderTerminationRequest={[Function]}
352
- onStartShouldSetResponder={[Function]}
353
- style={
354
- {
355
- "alignItems": "center",
356
- "backgroundColor": undefined,
357
- "height": 48,
358
- "justifyContent": "center",
359
- "opacity": 1,
360
- "width": 48,
361
- }
362
- }
363
- testID="format-heading1"
364
- >
365
- <HeroIcon
366
- name="format-heading1"
367
- style={
368
- [
369
- {
370
- "color": "#001f23",
371
- "fontSize": 20,
372
- },
373
- undefined,
374
- ]
375
- }
376
- themeIntent="text"
377
- themeSize="small"
378
- />
379
- </View>
380
- <View
381
- accessibilityState={
382
- {
383
- "busy": undefined,
384
- "checked": undefined,
385
- "disabled": undefined,
386
- "expanded": undefined,
387
- "selected": undefined,
388
- }
389
- }
390
- accessibilityValue={
391
- {
392
- "max": undefined,
393
- "min": undefined,
394
- "now": undefined,
395
- "text": undefined,
396
- }
397
- }
398
- accessible={true}
399
- collapsable={false}
400
- focusable={true}
401
- onClick={[Function]}
402
- onResponderGrant={[Function]}
403
- onResponderMove={[Function]}
404
- onResponderRelease={[Function]}
405
- onResponderTerminate={[Function]}
406
- onResponderTerminationRequest={[Function]}
407
- onStartShouldSetResponder={[Function]}
408
- style={
409
- {
410
- "alignItems": "center",
411
- "backgroundColor": undefined,
412
- "height": 48,
413
- "justifyContent": "center",
414
- "opacity": 1,
415
- "width": 48,
416
- }
417
- }
418
- testID="format-heading2"
419
- >
420
- <HeroIcon
421
- name="format-heading2"
422
- style={
423
- [
424
- {
425
- "color": "#001f23",
426
- "fontSize": 20,
427
- },
428
- undefined,
429
- ]
430
- }
431
- themeIntent="text"
432
- themeSize="small"
433
- />
434
- </View>
435
463
  </View>
436
464
  `;