@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
@@ -1,308 +1,299 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`rendering renders correctly 1`] = `
4
- <View>
5
- <View
6
- accessibilityState={
7
- {
8
- "disabled": false,
9
- }
4
+ <View
5
+ style={
6
+ {
7
+ "flex": 1,
10
8
  }
11
- accessibilityValue={
12
- {
13
- "max": undefined,
14
- "min": undefined,
15
- "now": undefined,
16
- "text": undefined,
9
+ }
10
+ >
11
+ <View>
12
+ <View
13
+ accessibilityState={
14
+ {
15
+ "disabled": false,
16
+ }
17
17
  }
18
- }
19
- accessible={true}
20
- focusable={true}
21
- onClick={[Function]}
22
- onResponderGrant={[Function]}
23
- onResponderMove={[Function]}
24
- onResponderRelease={[Function]}
25
- onResponderTerminate={[Function]}
26
- onResponderTerminationRequest={[Function]}
27
- onStartShouldSetResponder={[Function]}
28
- style={
29
- [
18
+ accessibilityValue={
30
19
  {
31
- "alignItems": "center",
32
- "backgroundColor": "#ffffff",
33
- "borderRadius": 4,
34
- "flexDirection": "row",
35
- "opacity": 1,
36
- "padding": 16,
37
- },
38
- undefined,
39
- ]
40
- }
41
- >
42
- <View
20
+ "max": undefined,
21
+ "min": undefined,
22
+ "now": undefined,
23
+ "text": undefined,
24
+ }
25
+ }
26
+ accessible={true}
27
+ focusable={true}
28
+ onClick={[Function]}
29
+ onResponderGrant={[Function]}
30
+ onResponderMove={[Function]}
31
+ onResponderRelease={[Function]}
32
+ onResponderTerminate={[Function]}
33
+ onResponderTerminationRequest={[Function]}
34
+ onStartShouldSetResponder={[Function]}
43
35
  style={
44
36
  [
45
37
  {
46
- "flex": 1,
38
+ "alignItems": "center",
39
+ "backgroundColor": "#ffffff",
40
+ "borderRadius": 4,
41
+ "flexDirection": "row",
42
+ "opacity": 1,
43
+ "padding": 16,
47
44
  },
48
45
  undefined,
49
46
  ]
50
47
  }
51
48
  >
52
- <Text
53
- allowFontScaling={false}
49
+ <View
54
50
  style={
55
51
  [
56
52
  {
57
- "color": "#001f23",
58
- "fontFamily": "BeVietnamPro-Regular",
59
- "fontSize": 16,
60
- "letterSpacing": 0.48,
61
- "lineHeight": 24,
53
+ "flex": 1,
62
54
  },
63
55
  undefined,
64
56
  ]
65
57
  }
66
- themeIntent="body"
67
- themeTypeface="neutral"
68
- themeVariant="regular"
69
58
  >
70
- Everything
71
- </Text>
72
- </View>
73
- <View
74
- style={
75
- [
76
- {
77
- "marginLeft": 8,
78
- },
79
- undefined,
80
- ]
81
- }
82
- >
59
+ <Text
60
+ allowFontScaling={false}
61
+ style={
62
+ [
63
+ {
64
+ "color": "#001f23",
65
+ "fontFamily": "BeVietnamPro-Regular",
66
+ "fontSize": 16,
67
+ "letterSpacing": 0.48,
68
+ "lineHeight": 24,
69
+ },
70
+ undefined,
71
+ ]
72
+ }
73
+ themeIntent="body"
74
+ themeTypeface="neutral"
75
+ themeVariant="regular"
76
+ >
77
+ Everything
78
+ </Text>
79
+ </View>
83
80
  <View
84
81
  style={
85
82
  [
86
83
  {
87
- "alignItems": "center",
88
- "borderColor": "#001f23",
89
- "borderRadius": 999,
90
- "borderWidth": 2,
91
- "height": 20,
92
- "justifyContent": "center",
93
- "width": 20,
84
+ "marginLeft": 8,
94
85
  },
95
86
  undefined,
96
87
  ]
97
88
  }
98
- />
89
+ >
90
+ <View
91
+ style={
92
+ [
93
+ {
94
+ "alignItems": "center",
95
+ "borderColor": "#001f23",
96
+ "borderRadius": 999,
97
+ "borderWidth": 2,
98
+ "height": 20,
99
+ "justifyContent": "center",
100
+ "width": 20,
101
+ },
102
+ undefined,
103
+ ]
104
+ }
105
+ />
106
+ </View>
99
107
  </View>
100
- </View>
101
- <View
102
- style={
103
- [
104
- {
105
- "marginTop": 4,
106
- },
107
- undefined,
108
- ]
109
- }
110
- />
111
- <View
112
- accessibilityState={
113
- {
114
- "disabled": false,
108
+ <View
109
+ style={
110
+ [
111
+ {
112
+ "marginTop": 4,
113
+ },
114
+ undefined,
115
+ ]
115
116
  }
116
- }
117
- accessibilityValue={
118
- {
119
- "max": undefined,
120
- "min": undefined,
121
- "now": undefined,
122
- "text": undefined,
117
+ />
118
+ <View
119
+ accessibilityState={
120
+ {
121
+ "disabled": false,
122
+ }
123
123
  }
124
- }
125
- accessible={true}
126
- focusable={true}
127
- onClick={[Function]}
128
- onResponderGrant={[Function]}
129
- onResponderMove={[Function]}
130
- onResponderRelease={[Function]}
131
- onResponderTerminate={[Function]}
132
- onResponderTerminationRequest={[Function]}
133
- onStartShouldSetResponder={[Function]}
134
- style={
135
- [
124
+ accessibilityValue={
136
125
  {
137
- "alignItems": "center",
138
- "backgroundColor": "#ffffff",
139
- "borderRadius": 4,
140
- "flexDirection": "row",
141
- "opacity": 1,
142
- "padding": 16,
143
- },
144
- undefined,
145
- ]
146
- }
147
- >
148
- <View
126
+ "max": undefined,
127
+ "min": undefined,
128
+ "now": undefined,
129
+ "text": undefined,
130
+ }
131
+ }
132
+ accessible={true}
133
+ focusable={true}
134
+ onClick={[Function]}
135
+ onResponderGrant={[Function]}
136
+ onResponderMove={[Function]}
137
+ onResponderRelease={[Function]}
138
+ onResponderTerminate={[Function]}
139
+ onResponderTerminationRequest={[Function]}
140
+ onStartShouldSetResponder={[Function]}
149
141
  style={
150
142
  [
151
143
  {
152
- "flex": 1,
144
+ "alignItems": "center",
145
+ "backgroundColor": "#ffffff",
146
+ "borderRadius": 4,
147
+ "flexDirection": "row",
148
+ "opacity": 1,
149
+ "padding": 16,
153
150
  },
154
151
  undefined,
155
152
  ]
156
153
  }
157
154
  >
158
- <Text
159
- allowFontScaling={false}
155
+ <View
160
156
  style={
161
157
  [
162
158
  {
163
- "color": "#001f23",
164
- "fontFamily": "BeVietnamPro-Regular",
165
- "fontSize": 16,
166
- "letterSpacing": 0.48,
167
- "lineHeight": 24,
159
+ "flex": 1,
168
160
  },
169
161
  undefined,
170
162
  ]
171
163
  }
172
- themeIntent="body"
173
- themeTypeface="neutral"
174
- themeVariant="regular"
175
164
  >
176
- Direct mentions only
177
- </Text>
178
- </View>
179
- <View
180
- style={
181
- [
182
- {
183
- "marginLeft": 8,
184
- },
185
- undefined,
186
- ]
187
- }
188
- >
165
+ <Text
166
+ allowFontScaling={false}
167
+ style={
168
+ [
169
+ {
170
+ "color": "#001f23",
171
+ "fontFamily": "BeVietnamPro-Regular",
172
+ "fontSize": 16,
173
+ "letterSpacing": 0.48,
174
+ "lineHeight": 24,
175
+ },
176
+ undefined,
177
+ ]
178
+ }
179
+ themeIntent="body"
180
+ themeTypeface="neutral"
181
+ themeVariant="regular"
182
+ >
183
+ Direct mentions only
184
+ </Text>
185
+ </View>
189
186
  <View
190
187
  style={
191
188
  [
192
189
  {
193
- "alignItems": "center",
194
- "borderColor": "#001f23",
195
- "borderRadius": 999,
196
- "borderWidth": 2,
197
- "height": 20,
198
- "justifyContent": "center",
199
- "width": 20,
190
+ "marginLeft": 8,
200
191
  },
201
192
  undefined,
202
193
  ]
203
194
  }
204
- />
195
+ >
196
+ <View
197
+ style={
198
+ [
199
+ {
200
+ "alignItems": "center",
201
+ "borderColor": "#001f23",
202
+ "borderRadius": 999,
203
+ "borderWidth": 2,
204
+ "height": 20,
205
+ "justifyContent": "center",
206
+ "width": 20,
207
+ },
208
+ undefined,
209
+ ]
210
+ }
211
+ />
212
+ </View>
205
213
  </View>
206
- </View>
207
- <View
208
- style={
209
- [
210
- {
211
- "marginTop": 4,
212
- },
213
- undefined,
214
- ]
215
- }
216
- />
217
- <View
218
- accessibilityState={
219
- {
220
- "disabled": false,
214
+ <View
215
+ style={
216
+ [
217
+ {
218
+ "marginTop": 4,
219
+ },
220
+ undefined,
221
+ ]
221
222
  }
222
- }
223
- accessibilityValue={
224
- {
225
- "max": undefined,
226
- "min": undefined,
227
- "now": undefined,
228
- "text": undefined,
223
+ />
224
+ <View
225
+ accessibilityState={
226
+ {
227
+ "disabled": false,
228
+ }
229
229
  }
230
- }
231
- accessible={true}
232
- focusable={true}
233
- onClick={[Function]}
234
- onResponderGrant={[Function]}
235
- onResponderMove={[Function]}
236
- onResponderRelease={[Function]}
237
- onResponderTerminate={[Function]}
238
- onResponderTerminationRequest={[Function]}
239
- onStartShouldSetResponder={[Function]}
240
- style={
241
- [
230
+ accessibilityValue={
242
231
  {
243
- "alignItems": "center",
244
- "backgroundColor": "#ece8ef",
245
- "borderRadius": 4,
246
- "flexDirection": "row",
247
- "opacity": 1,
248
- "padding": 16,
249
- },
250
- undefined,
251
- ]
252
- }
253
- >
254
- <View
232
+ "max": undefined,
233
+ "min": undefined,
234
+ "now": undefined,
235
+ "text": undefined,
236
+ }
237
+ }
238
+ accessible={true}
239
+ focusable={true}
240
+ onClick={[Function]}
241
+ onResponderGrant={[Function]}
242
+ onResponderMove={[Function]}
243
+ onResponderRelease={[Function]}
244
+ onResponderTerminate={[Function]}
245
+ onResponderTerminationRequest={[Function]}
246
+ onStartShouldSetResponder={[Function]}
255
247
  style={
256
248
  [
257
249
  {
258
- "flex": 1,
250
+ "alignItems": "center",
251
+ "backgroundColor": "#ece8ef",
252
+ "borderRadius": 4,
253
+ "flexDirection": "row",
254
+ "opacity": 1,
255
+ "padding": 16,
259
256
  },
260
257
  undefined,
261
258
  ]
262
259
  }
263
260
  >
264
- <Text
265
- allowFontScaling={false}
261
+ <View
266
262
  style={
267
263
  [
268
264
  {
269
- "color": "#001f23",
270
- "fontFamily": "BeVietnamPro-Regular",
271
- "fontSize": 16,
272
- "letterSpacing": 0.48,
273
- "lineHeight": 24,
265
+ "flex": 1,
274
266
  },
275
267
  undefined,
276
268
  ]
277
269
  }
278
- themeIntent="body"
279
- themeTypeface="neutral"
280
- themeVariant="regular"
281
270
  >
282
- Nothing
283
- </Text>
284
- </View>
285
- <View
286
- style={
287
- [
288
- {
289
- "marginLeft": 8,
290
- },
291
- undefined,
292
- ]
293
- }
294
- >
271
+ <Text
272
+ allowFontScaling={false}
273
+ style={
274
+ [
275
+ {
276
+ "color": "#001f23",
277
+ "fontFamily": "BeVietnamPro-Regular",
278
+ "fontSize": 16,
279
+ "letterSpacing": 0.48,
280
+ "lineHeight": 24,
281
+ },
282
+ undefined,
283
+ ]
284
+ }
285
+ themeIntent="body"
286
+ themeTypeface="neutral"
287
+ themeVariant="regular"
288
+ >
289
+ Nothing
290
+ </Text>
291
+ </View>
295
292
  <View
296
293
  style={
297
294
  [
298
295
  {
299
- "alignItems": "center",
300
- "borderColor": "#001f23",
301
- "borderRadius": 999,
302
- "borderWidth": 2,
303
- "height": 20,
304
- "justifyContent": "center",
305
- "width": 20,
296
+ "marginLeft": 8,
306
297
  },
307
298
  undefined,
308
299
  ]
@@ -312,18 +303,55 @@ exports[`rendering renders correctly 1`] = `
312
303
  style={
313
304
  [
314
305
  {
315
- "backgroundColor": "#001f23",
306
+ "alignItems": "center",
307
+ "borderColor": "#001f23",
316
308
  "borderRadius": 999,
317
- "height": 10,
318
- "width": 10,
309
+ "borderWidth": 2,
310
+ "height": 20,
311
+ "justifyContent": "center",
312
+ "width": 20,
319
313
  },
320
314
  undefined,
321
315
  ]
322
316
  }
323
- testID="Nothing-selected-circle"
324
- />
317
+ >
318
+ <View
319
+ style={
320
+ [
321
+ {
322
+ "backgroundColor": "#001f23",
323
+ "borderRadius": 999,
324
+ "height": 10,
325
+ "width": 10,
326
+ },
327
+ undefined,
328
+ ]
329
+ }
330
+ testID="Nothing-selected-circle"
331
+ />
332
+ </View>
325
333
  </View>
326
334
  </View>
327
335
  </View>
336
+ <View
337
+ pointerEvents="box-none"
338
+ position="bottom"
339
+ style={
340
+ [
341
+ {
342
+ "bottom": 0,
343
+ "elevation": 9999,
344
+ "flexDirection": "column-reverse",
345
+ "left": 0,
346
+ "paddingHorizontal": 24,
347
+ "paddingVertical": 16,
348
+ "position": "absolute",
349
+ "right": 0,
350
+ "top": 0,
351
+ },
352
+ undefined,
353
+ ]
354
+ }
355
+ />
328
356
  </View>
329
357
  `;