@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,838 +3,894 @@
3
3
  exports[`AvatarStack renders correctly by default 1`] = `
4
4
  <View
5
5
  style={
6
- [
7
- {
8
- "flexDirection": "row",
9
- "height": 32,
10
- "width": 121.6,
11
- },
12
- undefined,
13
- ]
6
+ {
7
+ "flex": 1,
8
+ }
14
9
  }
15
- testID="group-avatar"
16
- themeAvatarCount={5}
17
- themeSize="small"
18
10
  >
19
11
  <View
20
- accessibilityState={
21
- {
22
- "busy": undefined,
23
- "checked": undefined,
24
- "disabled": true,
25
- "expanded": undefined,
26
- "selected": undefined,
27
- }
28
- }
29
- accessibilityValue={
30
- {
31
- "max": undefined,
32
- "min": undefined,
33
- "now": undefined,
34
- "text": undefined,
35
- }
36
- }
37
- accessible={true}
38
- collapsable={false}
39
- focusable={false}
40
- onClick={[Function]}
41
- onResponderGrant={[Function]}
42
- onResponderMove={[Function]}
43
- onResponderRelease={[Function]}
44
- onResponderTerminate={[Function]}
45
- onResponderTerminationRequest={[Function]}
46
- onStartShouldSetResponder={[Function]}
47
12
  style={
48
- {
49
- "backgroundColor": "#001f23",
50
- "borderRadius": 999,
51
- "height": 32,
52
- "left": 0,
53
- "opacity": 1,
54
- "overflow": "hidden",
55
- "position": "absolute",
56
- "width": 32,
57
- }
13
+ [
14
+ {
15
+ "flexDirection": "row",
16
+ "height": 32,
17
+ "width": 121.6,
18
+ },
19
+ undefined,
20
+ ]
58
21
  }
22
+ testID="group-avatar"
23
+ themeAvatarCount={5}
24
+ themeSize="small"
59
25
  >
60
26
  <View
27
+ accessibilityState={
28
+ {
29
+ "busy": undefined,
30
+ "checked": undefined,
31
+ "disabled": true,
32
+ "expanded": undefined,
33
+ "selected": undefined,
34
+ }
35
+ }
36
+ accessibilityValue={
37
+ {
38
+ "max": undefined,
39
+ "min": undefined,
40
+ "now": undefined,
41
+ "text": undefined,
42
+ }
43
+ }
44
+ accessible={true}
45
+ collapsable={false}
46
+ focusable={false}
47
+ onClick={[Function]}
48
+ onResponderGrant={[Function]}
49
+ onResponderMove={[Function]}
50
+ onResponderRelease={[Function]}
51
+ onResponderTerminate={[Function]}
52
+ onResponderTerminationRequest={[Function]}
53
+ onStartShouldSetResponder={[Function]}
61
54
  style={
62
- [
63
- {
64
- "alignItems": "center",
65
- "height": "100%",
66
- "justifyContent": "center",
67
- "width": "100%",
68
- },
69
- undefined,
70
- ]
55
+ {
56
+ "backgroundColor": "#001f23",
57
+ "borderRadius": 999,
58
+ "height": 32,
59
+ "left": 0,
60
+ "opacity": 1,
61
+ "overflow": "hidden",
62
+ "position": "absolute",
63
+ "width": 32,
64
+ }
71
65
  }
72
66
  >
73
- <Text
74
- allowFontScaling={false}
67
+ <View
75
68
  style={
76
69
  [
77
70
  {
78
- "color": "#001f23",
79
- "fontFamily": "BeVietnamPro-Regular",
80
- "fontSize": 14,
81
- "letterSpacing": 0.42,
82
- "lineHeight": 22,
71
+ "alignItems": "center",
72
+ "height": "100%",
73
+ "justifyContent": "center",
74
+ "width": "100%",
83
75
  },
76
+ undefined,
77
+ ]
78
+ }
79
+ >
80
+ <Text
81
+ allowFontScaling={false}
82
+ style={
84
83
  [
85
84
  {
86
- "color": "#ffffff",
85
+ "color": "#001f23",
87
86
  "fontFamily": "BeVietnamPro-Regular",
88
- "fontSize": 16,
89
- "lineHeight": 0,
90
- "overflow": "hidden",
91
- "textAlign": "center",
92
- "textAlignVertical": "center",
87
+ "fontSize": 14,
88
+ "letterSpacing": 0.42,
89
+ "lineHeight": 22,
93
90
  },
94
- undefined,
95
- ],
96
- ]
97
- }
98
- themeFontSize="medium"
99
- themeFontWeight="regular"
100
- themeIntent="body"
101
- themeSize="small"
102
- themeTypeface="neutral"
103
- >
104
- TT
105
- </Text>
91
+ [
92
+ {
93
+ "color": "#ffffff",
94
+ "fontFamily": "BeVietnamPro-Regular",
95
+ "fontSize": 16,
96
+ "lineHeight": 0,
97
+ "overflow": "hidden",
98
+ "textAlign": "center",
99
+ "textAlignVertical": "center",
100
+ },
101
+ undefined,
102
+ ],
103
+ ]
104
+ }
105
+ themeFontSize="medium"
106
+ themeFontWeight="regular"
107
+ themeIntent="body"
108
+ themeSize="small"
109
+ themeTypeface="neutral"
110
+ >
111
+ TT
112
+ </Text>
113
+ </View>
106
114
  </View>
107
- </View>
108
- <View
109
- accessibilityState={
110
- {
111
- "busy": undefined,
112
- "checked": undefined,
113
- "disabled": true,
114
- "expanded": undefined,
115
- "selected": undefined,
116
- }
117
- }
118
- accessibilityValue={
119
- {
120
- "max": undefined,
121
- "min": undefined,
122
- "now": undefined,
123
- "text": undefined,
115
+ <View
116
+ accessibilityState={
117
+ {
118
+ "busy": undefined,
119
+ "checked": undefined,
120
+ "disabled": true,
121
+ "expanded": undefined,
122
+ "selected": undefined,
123
+ }
124
124
  }
125
- }
126
- accessible={true}
127
- collapsable={false}
128
- focusable={false}
129
- onClick={[Function]}
130
- onResponderGrant={[Function]}
131
- onResponderMove={[Function]}
132
- onResponderRelease={[Function]}
133
- onResponderTerminate={[Function]}
134
- onResponderTerminationRequest={[Function]}
135
- onStartShouldSetResponder={[Function]}
136
- style={
137
- {
138
- "backgroundColor": "#0d2a2e",
139
- "borderRadius": 999,
140
- "height": 32,
141
- "left": 22.4,
142
- "opacity": 1,
143
- "overflow": "hidden",
144
- "position": "absolute",
145
- "width": 32,
125
+ accessibilityValue={
126
+ {
127
+ "max": undefined,
128
+ "min": undefined,
129
+ "now": undefined,
130
+ "text": undefined,
131
+ }
146
132
  }
147
- }
148
- >
149
- <View
133
+ accessible={true}
134
+ collapsable={false}
135
+ focusable={false}
136
+ onClick={[Function]}
137
+ onResponderGrant={[Function]}
138
+ onResponderMove={[Function]}
139
+ onResponderRelease={[Function]}
140
+ onResponderTerminate={[Function]}
141
+ onResponderTerminationRequest={[Function]}
142
+ onStartShouldSetResponder={[Function]}
150
143
  style={
151
- [
152
- {
153
- "alignItems": "center",
154
- "height": "100%",
155
- "justifyContent": "center",
156
- "width": "100%",
157
- },
158
- undefined,
159
- ]
144
+ {
145
+ "backgroundColor": "#0d2a2e",
146
+ "borderRadius": 999,
147
+ "height": 32,
148
+ "left": 22.4,
149
+ "opacity": 1,
150
+ "overflow": "hidden",
151
+ "position": "absolute",
152
+ "width": 32,
153
+ }
160
154
  }
161
155
  >
162
- <Text
163
- allowFontScaling={false}
156
+ <View
164
157
  style={
165
158
  [
166
159
  {
167
- "color": "#001f23",
168
- "fontFamily": "BeVietnamPro-Regular",
169
- "fontSize": 14,
170
- "letterSpacing": 0.42,
171
- "lineHeight": 22,
160
+ "alignItems": "center",
161
+ "height": "100%",
162
+ "justifyContent": "center",
163
+ "width": "100%",
172
164
  },
165
+ undefined,
166
+ ]
167
+ }
168
+ >
169
+ <Text
170
+ allowFontScaling={false}
171
+ style={
173
172
  [
174
173
  {
175
- "color": "#ffffff",
174
+ "color": "#001f23",
176
175
  "fontFamily": "BeVietnamPro-Regular",
177
- "fontSize": 16,
178
- "lineHeight": 0,
179
- "overflow": "hidden",
180
- "textAlign": "center",
181
- "textAlignVertical": "center",
176
+ "fontSize": 14,
177
+ "letterSpacing": 0.42,
178
+ "lineHeight": 22,
182
179
  },
183
- undefined,
184
- ],
185
- ]
186
- }
187
- themeFontSize="medium"
188
- themeFontWeight="regular"
189
- themeIntent="body"
190
- themeSize="small"
191
- themeTypeface="neutral"
192
- >
193
- SS
194
- </Text>
180
+ [
181
+ {
182
+ "color": "#ffffff",
183
+ "fontFamily": "BeVietnamPro-Regular",
184
+ "fontSize": 16,
185
+ "lineHeight": 0,
186
+ "overflow": "hidden",
187
+ "textAlign": "center",
188
+ "textAlignVertical": "center",
189
+ },
190
+ undefined,
191
+ ],
192
+ ]
193
+ }
194
+ themeFontSize="medium"
195
+ themeFontWeight="regular"
196
+ themeIntent="body"
197
+ themeSize="small"
198
+ themeTypeface="neutral"
199
+ >
200
+ SS
201
+ </Text>
202
+ </View>
195
203
  </View>
196
- </View>
197
- <View
198
- accessibilityState={
199
- {
200
- "busy": undefined,
201
- "checked": undefined,
202
- "disabled": true,
203
- "expanded": undefined,
204
- "selected": undefined,
205
- }
206
- }
207
- accessibilityValue={
208
- {
209
- "max": undefined,
210
- "min": undefined,
211
- "now": undefined,
212
- "text": undefined,
204
+ <View
205
+ accessibilityState={
206
+ {
207
+ "busy": undefined,
208
+ "checked": undefined,
209
+ "disabled": true,
210
+ "expanded": undefined,
211
+ "selected": undefined,
212
+ }
213
213
  }
214
- }
215
- accessible={true}
216
- collapsable={false}
217
- focusable={false}
218
- onClick={[Function]}
219
- onResponderGrant={[Function]}
220
- onResponderMove={[Function]}
221
- onResponderRelease={[Function]}
222
- onResponderTerminate={[Function]}
223
- onResponderTerminationRequest={[Function]}
224
- onStartShouldSetResponder={[Function]}
225
- style={
226
- {
227
- "backgroundColor": "#193539",
228
- "borderRadius": 999,
229
- "height": 32,
230
- "left": 44.8,
231
- "opacity": 1,
232
- "overflow": "hidden",
233
- "position": "absolute",
234
- "width": 32,
214
+ accessibilityValue={
215
+ {
216
+ "max": undefined,
217
+ "min": undefined,
218
+ "now": undefined,
219
+ "text": undefined,
220
+ }
235
221
  }
236
- }
237
- >
238
- <View
222
+ accessible={true}
223
+ collapsable={false}
224
+ focusable={false}
225
+ onClick={[Function]}
226
+ onResponderGrant={[Function]}
227
+ onResponderMove={[Function]}
228
+ onResponderRelease={[Function]}
229
+ onResponderTerminate={[Function]}
230
+ onResponderTerminationRequest={[Function]}
231
+ onStartShouldSetResponder={[Function]}
239
232
  style={
240
- [
241
- {
242
- "alignItems": "center",
243
- "height": "100%",
244
- "justifyContent": "center",
245
- "width": "100%",
246
- },
247
- undefined,
248
- ]
233
+ {
234
+ "backgroundColor": "#193539",
235
+ "borderRadius": 999,
236
+ "height": 32,
237
+ "left": 44.8,
238
+ "opacity": 1,
239
+ "overflow": "hidden",
240
+ "position": "absolute",
241
+ "width": 32,
242
+ }
249
243
  }
250
244
  >
251
- <Text
252
- allowFontScaling={false}
245
+ <View
253
246
  style={
254
247
  [
255
248
  {
256
- "color": "#001f23",
257
- "fontFamily": "BeVietnamPro-Regular",
258
- "fontSize": 14,
259
- "letterSpacing": 0.42,
260
- "lineHeight": 22,
249
+ "alignItems": "center",
250
+ "height": "100%",
251
+ "justifyContent": "center",
252
+ "width": "100%",
261
253
  },
254
+ undefined,
255
+ ]
256
+ }
257
+ >
258
+ <Text
259
+ allowFontScaling={false}
260
+ style={
262
261
  [
263
262
  {
264
- "color": "#ffffff",
263
+ "color": "#001f23",
265
264
  "fontFamily": "BeVietnamPro-Regular",
266
- "fontSize": 16,
267
- "lineHeight": 0,
268
- "overflow": "hidden",
269
- "textAlign": "center",
270
- "textAlignVertical": "center",
265
+ "fontSize": 14,
266
+ "letterSpacing": 0.42,
267
+ "lineHeight": 22,
271
268
  },
272
- undefined,
273
- ],
274
- ]
275
- }
276
- themeFontSize="medium"
277
- themeFontWeight="regular"
278
- themeIntent="body"
279
- themeSize="small"
280
- themeTypeface="neutral"
281
- >
282
- AA
283
- </Text>
269
+ [
270
+ {
271
+ "color": "#ffffff",
272
+ "fontFamily": "BeVietnamPro-Regular",
273
+ "fontSize": 16,
274
+ "lineHeight": 0,
275
+ "overflow": "hidden",
276
+ "textAlign": "center",
277
+ "textAlignVertical": "center",
278
+ },
279
+ undefined,
280
+ ],
281
+ ]
282
+ }
283
+ themeFontSize="medium"
284
+ themeFontWeight="regular"
285
+ themeIntent="body"
286
+ themeSize="small"
287
+ themeTypeface="neutral"
288
+ >
289
+ AA
290
+ </Text>
291
+ </View>
284
292
  </View>
285
- </View>
286
- <View
287
- accessibilityState={
288
- {
289
- "busy": undefined,
290
- "checked": undefined,
291
- "disabled": true,
292
- "expanded": undefined,
293
- "selected": undefined,
294
- }
295
- }
296
- accessibilityValue={
297
- {
298
- "max": undefined,
299
- "min": undefined,
300
- "now": undefined,
301
- "text": undefined,
293
+ <View
294
+ accessibilityState={
295
+ {
296
+ "busy": undefined,
297
+ "checked": undefined,
298
+ "disabled": true,
299
+ "expanded": undefined,
300
+ "selected": undefined,
301
+ }
302
302
  }
303
- }
304
- accessible={true}
305
- collapsable={false}
306
- focusable={false}
307
- onClick={[Function]}
308
- onResponderGrant={[Function]}
309
- onResponderMove={[Function]}
310
- onResponderRelease={[Function]}
311
- onResponderTerminate={[Function]}
312
- onResponderTerminationRequest={[Function]}
313
- onStartShouldSetResponder={[Function]}
314
- style={
315
- {
316
- "backgroundColor": "#264144",
317
- "borderRadius": 999,
318
- "height": 32,
319
- "left": 67.19999999999999,
320
- "opacity": 1,
321
- "overflow": "hidden",
322
- "position": "absolute",
323
- "width": 32,
303
+ accessibilityValue={
304
+ {
305
+ "max": undefined,
306
+ "min": undefined,
307
+ "now": undefined,
308
+ "text": undefined,
309
+ }
324
310
  }
325
- }
326
- >
327
- <View
311
+ accessible={true}
312
+ collapsable={false}
313
+ focusable={false}
314
+ onClick={[Function]}
315
+ onResponderGrant={[Function]}
316
+ onResponderMove={[Function]}
317
+ onResponderRelease={[Function]}
318
+ onResponderTerminate={[Function]}
319
+ onResponderTerminationRequest={[Function]}
320
+ onStartShouldSetResponder={[Function]}
328
321
  style={
329
- [
330
- {
331
- "alignItems": "center",
332
- "height": "100%",
333
- "justifyContent": "center",
334
- "width": "100%",
335
- },
336
- undefined,
337
- ]
322
+ {
323
+ "backgroundColor": "#264144",
324
+ "borderRadius": 999,
325
+ "height": 32,
326
+ "left": 67.19999999999999,
327
+ "opacity": 1,
328
+ "overflow": "hidden",
329
+ "position": "absolute",
330
+ "width": 32,
331
+ }
338
332
  }
339
333
  >
340
- <Text
341
- allowFontScaling={false}
334
+ <View
342
335
  style={
343
336
  [
344
337
  {
345
- "color": "#001f23",
346
- "fontFamily": "BeVietnamPro-Regular",
347
- "fontSize": 14,
348
- "letterSpacing": 0.42,
349
- "lineHeight": 22,
338
+ "alignItems": "center",
339
+ "height": "100%",
340
+ "justifyContent": "center",
341
+ "width": "100%",
350
342
  },
343
+ undefined,
344
+ ]
345
+ }
346
+ >
347
+ <Text
348
+ allowFontScaling={false}
349
+ style={
351
350
  [
352
351
  {
353
- "color": "#ffffff",
352
+ "color": "#001f23",
354
353
  "fontFamily": "BeVietnamPro-Regular",
355
- "fontSize": 16,
356
- "lineHeight": 0,
357
- "overflow": "hidden",
358
- "textAlign": "center",
359
- "textAlignVertical": "center",
354
+ "fontSize": 14,
355
+ "letterSpacing": 0.42,
356
+ "lineHeight": 22,
360
357
  },
361
- undefined,
362
- ],
363
- ]
364
- }
365
- themeFontSize="medium"
366
- themeFontWeight="regular"
367
- themeIntent="body"
368
- themeSize="small"
369
- themeTypeface="neutral"
370
- >
371
- OO
372
- </Text>
358
+ [
359
+ {
360
+ "color": "#ffffff",
361
+ "fontFamily": "BeVietnamPro-Regular",
362
+ "fontSize": 16,
363
+ "lineHeight": 0,
364
+ "overflow": "hidden",
365
+ "textAlign": "center",
366
+ "textAlignVertical": "center",
367
+ },
368
+ undefined,
369
+ ],
370
+ ]
371
+ }
372
+ themeFontSize="medium"
373
+ themeFontWeight="regular"
374
+ themeIntent="body"
375
+ themeSize="small"
376
+ themeTypeface="neutral"
377
+ >
378
+ OO
379
+ </Text>
380
+ </View>
373
381
  </View>
374
- </View>
375
- <View
376
- accessibilityState={
377
- {
378
- "busy": undefined,
379
- "checked": undefined,
380
- "disabled": true,
381
- "expanded": undefined,
382
- "selected": undefined,
383
- }
384
- }
385
- accessibilityValue={
386
- {
387
- "max": undefined,
388
- "min": undefined,
389
- "now": undefined,
390
- "text": undefined,
382
+ <View
383
+ accessibilityState={
384
+ {
385
+ "busy": undefined,
386
+ "checked": undefined,
387
+ "disabled": true,
388
+ "expanded": undefined,
389
+ "selected": undefined,
390
+ }
391
391
  }
392
- }
393
- accessible={true}
394
- collapsable={false}
395
- focusable={false}
396
- onClick={[Function]}
397
- onResponderGrant={[Function]}
398
- onResponderMove={[Function]}
399
- onResponderRelease={[Function]}
400
- onResponderTerminate={[Function]}
401
- onResponderTerminationRequest={[Function]}
402
- onStartShouldSetResponder={[Function]}
403
- style={
404
- {
405
- "backgroundColor": "#334c4f",
406
- "borderRadius": 999,
407
- "height": 32,
408
- "left": 89.6,
409
- "opacity": 1,
410
- "overflow": "hidden",
411
- "position": "absolute",
412
- "width": 32,
392
+ accessibilityValue={
393
+ {
394
+ "max": undefined,
395
+ "min": undefined,
396
+ "now": undefined,
397
+ "text": undefined,
398
+ }
413
399
  }
414
- }
415
- >
416
- <View
400
+ accessible={true}
401
+ collapsable={false}
402
+ focusable={false}
403
+ onClick={[Function]}
404
+ onResponderGrant={[Function]}
405
+ onResponderMove={[Function]}
406
+ onResponderRelease={[Function]}
407
+ onResponderTerminate={[Function]}
408
+ onResponderTerminationRequest={[Function]}
409
+ onStartShouldSetResponder={[Function]}
417
410
  style={
418
- [
419
- {
420
- "alignItems": "center",
421
- "height": "100%",
422
- "justifyContent": "center",
423
- "width": "100%",
424
- },
425
- undefined,
426
- ]
411
+ {
412
+ "backgroundColor": "#334c4f",
413
+ "borderRadius": 999,
414
+ "height": 32,
415
+ "left": 89.6,
416
+ "opacity": 1,
417
+ "overflow": "hidden",
418
+ "position": "absolute",
419
+ "width": 32,
420
+ }
427
421
  }
428
422
  >
429
- <Text
430
- allowFontScaling={false}
423
+ <View
431
424
  style={
432
425
  [
433
426
  {
434
- "color": "#001f23",
435
- "fontFamily": "BeVietnamPro-Regular",
436
- "fontSize": 14,
437
- "letterSpacing": 0.42,
438
- "lineHeight": 22,
427
+ "alignItems": "center",
428
+ "height": "100%",
429
+ "justifyContent": "center",
430
+ "width": "100%",
439
431
  },
432
+ undefined,
433
+ ]
434
+ }
435
+ >
436
+ <Text
437
+ allowFontScaling={false}
438
+ style={
440
439
  [
441
440
  {
442
- "color": "#ffffff",
441
+ "color": "#001f23",
443
442
  "fontFamily": "BeVietnamPro-Regular",
444
- "fontSize": 16,
445
- "lineHeight": 0,
446
- "overflow": "hidden",
447
- "textAlign": "center",
448
- "textAlignVertical": "center",
443
+ "fontSize": 14,
444
+ "letterSpacing": 0.42,
445
+ "lineHeight": 22,
449
446
  },
450
- undefined,
451
- ],
452
- ]
453
- }
454
- themeFontSize="medium"
455
- themeFontWeight="regular"
456
- themeIntent="body"
457
- themeSize="small"
458
- themeTypeface="neutral"
459
- >
460
- NA
461
- </Text>
447
+ [
448
+ {
449
+ "color": "#ffffff",
450
+ "fontFamily": "BeVietnamPro-Regular",
451
+ "fontSize": 16,
452
+ "lineHeight": 0,
453
+ "overflow": "hidden",
454
+ "textAlign": "center",
455
+ "textAlignVertical": "center",
456
+ },
457
+ undefined,
458
+ ],
459
+ ]
460
+ }
461
+ themeFontSize="medium"
462
+ themeFontWeight="regular"
463
+ themeIntent="body"
464
+ themeSize="small"
465
+ themeTypeface="neutral"
466
+ >
467
+ NA
468
+ </Text>
469
+ </View>
462
470
  </View>
463
471
  </View>
472
+ <View
473
+ pointerEvents="box-none"
474
+ position="bottom"
475
+ style={
476
+ [
477
+ {
478
+ "bottom": 0,
479
+ "elevation": 9999,
480
+ "flexDirection": "column-reverse",
481
+ "left": 0,
482
+ "paddingHorizontal": 24,
483
+ "paddingVertical": 16,
484
+ "position": "absolute",
485
+ "right": 0,
486
+ "top": 0,
487
+ },
488
+ undefined,
489
+ ]
490
+ }
491
+ />
464
492
  </View>
465
493
  `;
466
494
 
467
495
  exports[`AvatarStack renders correctly with custom props 1`] = `
468
496
  <View
469
497
  style={
470
- [
471
- {
472
- "flexDirection": "row",
473
- "height": 40,
474
- "width": 123.99999999999999,
475
- },
476
- undefined,
477
- ]
498
+ {
499
+ "flex": 1,
500
+ }
478
501
  }
479
- testID="group-avatar"
480
- themeAvatarCount={4}
481
- themeSize="medium"
482
502
  >
483
503
  <View
484
- accessibilityState={
485
- {
486
- "busy": undefined,
487
- "checked": undefined,
488
- "disabled": true,
489
- "expanded": undefined,
490
- "selected": undefined,
491
- }
492
- }
493
- accessibilityValue={
494
- {
495
- "max": undefined,
496
- "min": undefined,
497
- "now": undefined,
498
- "text": undefined,
499
- }
500
- }
501
- accessible={true}
502
- collapsable={false}
503
- focusable={false}
504
- onClick={[Function]}
505
- onResponderGrant={[Function]}
506
- onResponderMove={[Function]}
507
- onResponderRelease={[Function]}
508
- onResponderTerminate={[Function]}
509
- onResponderTerminationRequest={[Function]}
510
- onStartShouldSetResponder={[Function]}
511
504
  style={
512
- {
513
- "backgroundColor": "#001f23",
514
- "borderRadius": 999,
515
- "height": 40,
516
- "left": 0,
517
- "opacity": 1,
518
- "overflow": "hidden",
519
- "position": "absolute",
520
- "width": 40,
521
- }
505
+ [
506
+ {
507
+ "flexDirection": "row",
508
+ "height": 40,
509
+ "width": 123.99999999999999,
510
+ },
511
+ undefined,
512
+ ]
522
513
  }
514
+ testID="group-avatar"
515
+ themeAvatarCount={4}
516
+ themeSize="medium"
523
517
  >
524
518
  <View
519
+ accessibilityState={
520
+ {
521
+ "busy": undefined,
522
+ "checked": undefined,
523
+ "disabled": true,
524
+ "expanded": undefined,
525
+ "selected": undefined,
526
+ }
527
+ }
528
+ accessibilityValue={
529
+ {
530
+ "max": undefined,
531
+ "min": undefined,
532
+ "now": undefined,
533
+ "text": undefined,
534
+ }
535
+ }
536
+ accessible={true}
537
+ collapsable={false}
538
+ focusable={false}
539
+ onClick={[Function]}
540
+ onResponderGrant={[Function]}
541
+ onResponderMove={[Function]}
542
+ onResponderRelease={[Function]}
543
+ onResponderTerminate={[Function]}
544
+ onResponderTerminationRequest={[Function]}
545
+ onStartShouldSetResponder={[Function]}
525
546
  style={
526
- [
527
- {
528
- "alignItems": "center",
529
- "height": "100%",
530
- "justifyContent": "center",
531
- "width": "100%",
532
- },
533
- undefined,
534
- ]
547
+ {
548
+ "backgroundColor": "#001f23",
549
+ "borderRadius": 999,
550
+ "height": 40,
551
+ "left": 0,
552
+ "opacity": 1,
553
+ "overflow": "hidden",
554
+ "position": "absolute",
555
+ "width": 40,
556
+ }
535
557
  }
536
558
  >
537
- <Text
538
- allowFontScaling={false}
559
+ <View
539
560
  style={
540
561
  [
541
562
  {
542
- "color": "#001f23",
543
- "fontFamily": "BeVietnamPro-Regular",
544
- "fontSize": 14,
545
- "letterSpacing": 0.42,
546
- "lineHeight": 22,
563
+ "alignItems": "center",
564
+ "height": "100%",
565
+ "justifyContent": "center",
566
+ "width": "100%",
547
567
  },
568
+ undefined,
569
+ ]
570
+ }
571
+ >
572
+ <Text
573
+ allowFontScaling={false}
574
+ style={
548
575
  [
549
576
  {
550
- "color": "#ffffff",
577
+ "color": "#001f23",
551
578
  "fontFamily": "BeVietnamPro-Regular",
552
- "fontSize": 18,
553
- "lineHeight": 0,
554
- "overflow": "hidden",
555
- "textAlign": "center",
556
- "textAlignVertical": "center",
579
+ "fontSize": 14,
580
+ "letterSpacing": 0.42,
581
+ "lineHeight": 22,
557
582
  },
558
- undefined,
559
- ],
560
- ]
561
- }
562
- themeFontSize="medium"
563
- themeFontWeight="regular"
564
- themeIntent="body"
565
- themeSize="medium"
566
- themeTypeface="neutral"
567
- >
568
- TT
569
- </Text>
583
+ [
584
+ {
585
+ "color": "#ffffff",
586
+ "fontFamily": "BeVietnamPro-Regular",
587
+ "fontSize": 18,
588
+ "lineHeight": 0,
589
+ "overflow": "hidden",
590
+ "textAlign": "center",
591
+ "textAlignVertical": "center",
592
+ },
593
+ undefined,
594
+ ],
595
+ ]
596
+ }
597
+ themeFontSize="medium"
598
+ themeFontWeight="regular"
599
+ themeIntent="body"
600
+ themeSize="medium"
601
+ themeTypeface="neutral"
602
+ >
603
+ TT
604
+ </Text>
605
+ </View>
570
606
  </View>
571
- </View>
572
- <View
573
- accessibilityState={
574
- {
575
- "busy": undefined,
576
- "checked": undefined,
577
- "disabled": true,
578
- "expanded": undefined,
579
- "selected": undefined,
580
- }
581
- }
582
- accessibilityValue={
583
- {
584
- "max": undefined,
585
- "min": undefined,
586
- "now": undefined,
587
- "text": undefined,
607
+ <View
608
+ accessibilityState={
609
+ {
610
+ "busy": undefined,
611
+ "checked": undefined,
612
+ "disabled": true,
613
+ "expanded": undefined,
614
+ "selected": undefined,
615
+ }
588
616
  }
589
- }
590
- accessible={true}
591
- collapsable={false}
592
- focusable={false}
593
- onClick={[Function]}
594
- onResponderGrant={[Function]}
595
- onResponderMove={[Function]}
596
- onResponderRelease={[Function]}
597
- onResponderTerminate={[Function]}
598
- onResponderTerminationRequest={[Function]}
599
- onStartShouldSetResponder={[Function]}
600
- style={
601
- {
602
- "backgroundColor": "#0d2a2e",
603
- "borderRadius": 999,
604
- "height": 40,
605
- "left": 28,
606
- "opacity": 1,
607
- "overflow": "hidden",
608
- "position": "absolute",
609
- "width": 40,
617
+ accessibilityValue={
618
+ {
619
+ "max": undefined,
620
+ "min": undefined,
621
+ "now": undefined,
622
+ "text": undefined,
623
+ }
610
624
  }
611
- }
612
- >
613
- <View
625
+ accessible={true}
626
+ collapsable={false}
627
+ focusable={false}
628
+ onClick={[Function]}
629
+ onResponderGrant={[Function]}
630
+ onResponderMove={[Function]}
631
+ onResponderRelease={[Function]}
632
+ onResponderTerminate={[Function]}
633
+ onResponderTerminationRequest={[Function]}
634
+ onStartShouldSetResponder={[Function]}
614
635
  style={
615
- [
616
- {
617
- "alignItems": "center",
618
- "height": "100%",
619
- "justifyContent": "center",
620
- "width": "100%",
621
- },
622
- undefined,
623
- ]
636
+ {
637
+ "backgroundColor": "#0d2a2e",
638
+ "borderRadius": 999,
639
+ "height": 40,
640
+ "left": 28,
641
+ "opacity": 1,
642
+ "overflow": "hidden",
643
+ "position": "absolute",
644
+ "width": 40,
645
+ }
624
646
  }
625
647
  >
626
- <Text
627
- allowFontScaling={false}
648
+ <View
628
649
  style={
629
650
  [
630
651
  {
631
- "color": "#001f23",
632
- "fontFamily": "BeVietnamPro-Regular",
633
- "fontSize": 14,
634
- "letterSpacing": 0.42,
635
- "lineHeight": 22,
652
+ "alignItems": "center",
653
+ "height": "100%",
654
+ "justifyContent": "center",
655
+ "width": "100%",
636
656
  },
657
+ undefined,
658
+ ]
659
+ }
660
+ >
661
+ <Text
662
+ allowFontScaling={false}
663
+ style={
637
664
  [
638
665
  {
639
- "color": "#ffffff",
666
+ "color": "#001f23",
640
667
  "fontFamily": "BeVietnamPro-Regular",
641
- "fontSize": 18,
642
- "lineHeight": 0,
643
- "overflow": "hidden",
644
- "textAlign": "center",
645
- "textAlignVertical": "center",
668
+ "fontSize": 14,
669
+ "letterSpacing": 0.42,
670
+ "lineHeight": 22,
646
671
  },
647
- undefined,
648
- ],
649
- ]
650
- }
651
- themeFontSize="medium"
652
- themeFontWeight="regular"
653
- themeIntent="body"
654
- themeSize="medium"
655
- themeTypeface="neutral"
656
- >
657
- SS
658
- </Text>
672
+ [
673
+ {
674
+ "color": "#ffffff",
675
+ "fontFamily": "BeVietnamPro-Regular",
676
+ "fontSize": 18,
677
+ "lineHeight": 0,
678
+ "overflow": "hidden",
679
+ "textAlign": "center",
680
+ "textAlignVertical": "center",
681
+ },
682
+ undefined,
683
+ ],
684
+ ]
685
+ }
686
+ themeFontSize="medium"
687
+ themeFontWeight="regular"
688
+ themeIntent="body"
689
+ themeSize="medium"
690
+ themeTypeface="neutral"
691
+ >
692
+ SS
693
+ </Text>
694
+ </View>
659
695
  </View>
660
- </View>
661
- <View
662
- accessibilityState={
663
- {
664
- "busy": undefined,
665
- "checked": undefined,
666
- "disabled": true,
667
- "expanded": undefined,
668
- "selected": undefined,
669
- }
670
- }
671
- accessibilityValue={
672
- {
673
- "max": undefined,
674
- "min": undefined,
675
- "now": undefined,
676
- "text": undefined,
696
+ <View
697
+ accessibilityState={
698
+ {
699
+ "busy": undefined,
700
+ "checked": undefined,
701
+ "disabled": true,
702
+ "expanded": undefined,
703
+ "selected": undefined,
704
+ }
677
705
  }
678
- }
679
- accessible={true}
680
- collapsable={false}
681
- focusable={false}
682
- onClick={[Function]}
683
- onResponderGrant={[Function]}
684
- onResponderMove={[Function]}
685
- onResponderRelease={[Function]}
686
- onResponderTerminate={[Function]}
687
- onResponderTerminationRequest={[Function]}
688
- onStartShouldSetResponder={[Function]}
689
- style={
690
- {
691
- "backgroundColor": "#193539",
692
- "borderRadius": 999,
693
- "height": 40,
694
- "left": 56,
695
- "opacity": 1,
696
- "overflow": "hidden",
697
- "position": "absolute",
698
- "width": 40,
706
+ accessibilityValue={
707
+ {
708
+ "max": undefined,
709
+ "min": undefined,
710
+ "now": undefined,
711
+ "text": undefined,
712
+ }
699
713
  }
700
- }
701
- >
702
- <View
714
+ accessible={true}
715
+ collapsable={false}
716
+ focusable={false}
717
+ onClick={[Function]}
718
+ onResponderGrant={[Function]}
719
+ onResponderMove={[Function]}
720
+ onResponderRelease={[Function]}
721
+ onResponderTerminate={[Function]}
722
+ onResponderTerminationRequest={[Function]}
723
+ onStartShouldSetResponder={[Function]}
703
724
  style={
704
- [
705
- {
706
- "alignItems": "center",
707
- "height": "100%",
708
- "justifyContent": "center",
709
- "width": "100%",
710
- },
711
- undefined,
712
- ]
725
+ {
726
+ "backgroundColor": "#193539",
727
+ "borderRadius": 999,
728
+ "height": 40,
729
+ "left": 56,
730
+ "opacity": 1,
731
+ "overflow": "hidden",
732
+ "position": "absolute",
733
+ "width": 40,
734
+ }
713
735
  }
714
736
  >
715
- <Text
716
- allowFontScaling={false}
737
+ <View
717
738
  style={
718
739
  [
719
740
  {
720
- "color": "#001f23",
721
- "fontFamily": "BeVietnamPro-Regular",
722
- "fontSize": 14,
723
- "letterSpacing": 0.42,
724
- "lineHeight": 22,
741
+ "alignItems": "center",
742
+ "height": "100%",
743
+ "justifyContent": "center",
744
+ "width": "100%",
725
745
  },
746
+ undefined,
747
+ ]
748
+ }
749
+ >
750
+ <Text
751
+ allowFontScaling={false}
752
+ style={
726
753
  [
727
754
  {
728
- "color": "#ffffff",
755
+ "color": "#001f23",
729
756
  "fontFamily": "BeVietnamPro-Regular",
730
- "fontSize": 18,
731
- "lineHeight": 0,
732
- "overflow": "hidden",
733
- "textAlign": "center",
734
- "textAlignVertical": "center",
757
+ "fontSize": 14,
758
+ "letterSpacing": 0.42,
759
+ "lineHeight": 22,
735
760
  },
736
- undefined,
737
- ],
738
- ]
739
- }
740
- themeFontSize="medium"
741
- themeFontWeight="regular"
742
- themeIntent="body"
743
- themeSize="medium"
744
- themeTypeface="neutral"
745
- >
746
- AA
747
- </Text>
761
+ [
762
+ {
763
+ "color": "#ffffff",
764
+ "fontFamily": "BeVietnamPro-Regular",
765
+ "fontSize": 18,
766
+ "lineHeight": 0,
767
+ "overflow": "hidden",
768
+ "textAlign": "center",
769
+ "textAlignVertical": "center",
770
+ },
771
+ undefined,
772
+ ],
773
+ ]
774
+ }
775
+ themeFontSize="medium"
776
+ themeFontWeight="regular"
777
+ themeIntent="body"
778
+ themeSize="medium"
779
+ themeTypeface="neutral"
780
+ >
781
+ AA
782
+ </Text>
783
+ </View>
748
784
  </View>
749
- </View>
750
- <View
751
- accessibilityState={
752
- {
753
- "busy": undefined,
754
- "checked": undefined,
755
- "disabled": true,
756
- "expanded": undefined,
757
- "selected": undefined,
758
- }
759
- }
760
- accessibilityValue={
761
- {
762
- "max": undefined,
763
- "min": undefined,
764
- "now": undefined,
765
- "text": undefined,
785
+ <View
786
+ accessibilityState={
787
+ {
788
+ "busy": undefined,
789
+ "checked": undefined,
790
+ "disabled": true,
791
+ "expanded": undefined,
792
+ "selected": undefined,
793
+ }
766
794
  }
767
- }
768
- accessible={true}
769
- collapsable={false}
770
- focusable={false}
771
- onClick={[Function]}
772
- onResponderGrant={[Function]}
773
- onResponderMove={[Function]}
774
- onResponderRelease={[Function]}
775
- onResponderTerminate={[Function]}
776
- onResponderTerminationRequest={[Function]}
777
- onStartShouldSetResponder={[Function]}
778
- style={
779
- {
780
- "backgroundColor": "#264144",
781
- "borderRadius": 999,
782
- "height": 40,
783
- "left": 84,
784
- "opacity": 1,
785
- "overflow": "hidden",
786
- "position": "absolute",
787
- "width": 40,
795
+ accessibilityValue={
796
+ {
797
+ "max": undefined,
798
+ "min": undefined,
799
+ "now": undefined,
800
+ "text": undefined,
801
+ }
788
802
  }
789
- }
790
- >
791
- <View
803
+ accessible={true}
804
+ collapsable={false}
805
+ focusable={false}
806
+ onClick={[Function]}
807
+ onResponderGrant={[Function]}
808
+ onResponderMove={[Function]}
809
+ onResponderRelease={[Function]}
810
+ onResponderTerminate={[Function]}
811
+ onResponderTerminationRequest={[Function]}
812
+ onStartShouldSetResponder={[Function]}
792
813
  style={
793
- [
794
- {
795
- "alignItems": "center",
796
- "height": "100%",
797
- "justifyContent": "center",
798
- "width": "100%",
799
- },
800
- undefined,
801
- ]
814
+ {
815
+ "backgroundColor": "#264144",
816
+ "borderRadius": 999,
817
+ "height": 40,
818
+ "left": 84,
819
+ "opacity": 1,
820
+ "overflow": "hidden",
821
+ "position": "absolute",
822
+ "width": 40,
823
+ }
802
824
  }
803
825
  >
804
- <Text
805
- allowFontScaling={false}
826
+ <View
806
827
  style={
807
828
  [
808
829
  {
809
- "color": "#001f23",
810
- "fontFamily": "BeVietnamPro-Regular",
811
- "fontSize": 14,
812
- "letterSpacing": 0.42,
813
- "lineHeight": 22,
830
+ "alignItems": "center",
831
+ "height": "100%",
832
+ "justifyContent": "center",
833
+ "width": "100%",
814
834
  },
835
+ undefined,
836
+ ]
837
+ }
838
+ >
839
+ <Text
840
+ allowFontScaling={false}
841
+ style={
815
842
  [
816
843
  {
817
- "color": "#ffffff",
844
+ "color": "#001f23",
818
845
  "fontFamily": "BeVietnamPro-Regular",
819
- "fontSize": 18,
820
- "lineHeight": 0,
821
- "overflow": "hidden",
822
- "textAlign": "center",
823
- "textAlignVertical": "center",
846
+ "fontSize": 14,
847
+ "letterSpacing": 0.42,
848
+ "lineHeight": 22,
824
849
  },
825
- undefined,
826
- ],
827
- ]
828
- }
829
- themeFontSize="medium"
830
- themeFontWeight="regular"
831
- themeIntent="body"
832
- themeSize="medium"
833
- themeTypeface="neutral"
834
- >
835
- +2
836
- </Text>
850
+ [
851
+ {
852
+ "color": "#ffffff",
853
+ "fontFamily": "BeVietnamPro-Regular",
854
+ "fontSize": 18,
855
+ "lineHeight": 0,
856
+ "overflow": "hidden",
857
+ "textAlign": "center",
858
+ "textAlignVertical": "center",
859
+ },
860
+ undefined,
861
+ ],
862
+ ]
863
+ }
864
+ themeFontSize="medium"
865
+ themeFontWeight="regular"
866
+ themeIntent="body"
867
+ themeSize="medium"
868
+ themeTypeface="neutral"
869
+ >
870
+ +2
871
+ </Text>
872
+ </View>
837
873
  </View>
838
874
  </View>
875
+ <View
876
+ pointerEvents="box-none"
877
+ position="bottom"
878
+ style={
879
+ [
880
+ {
881
+ "bottom": 0,
882
+ "elevation": 9999,
883
+ "flexDirection": "column-reverse",
884
+ "left": 0,
885
+ "paddingHorizontal": 24,
886
+ "paddingVertical": 16,
887
+ "position": "absolute",
888
+ "right": 0,
889
+ "top": 0,
890
+ },
891
+ undefined,
892
+ ]
893
+ }
894
+ />
839
895
  </View>
840
896
  `;