@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
@@ -2,1641 +2,2089 @@
2
2
 
3
3
  exports[`Button renders correctly 1`] = `
4
4
  <View
5
- accessibilityState={
5
+ style={
6
6
  {
7
- "disabled": false,
7
+ "flex": 1,
8
8
  }
9
9
  }
10
- accessibilityValue={
11
- {
12
- "max": undefined,
13
- "min": undefined,
14
- "now": undefined,
15
- "text": undefined,
10
+ >
11
+ <View
12
+ accessibilityState={
13
+ {
14
+ "disabled": false,
15
+ }
16
16
  }
17
- }
18
- accessible={true}
19
- focusable={true}
20
- onClick={[Function]}
21
- onResponderGrant={[Function]}
22
- onResponderMove={[Function]}
23
- onResponderRelease={[Function]}
24
- onResponderTerminate={[Function]}
25
- onResponderTerminationRequest={[Function]}
26
- onStartShouldSetResponder={[Function]}
27
- style={
28
- [
17
+ accessibilityValue={
29
18
  {
30
- "alignItems": "center",
31
- "alignSelf": "stretch",
32
- "backgroundColor": "#401960",
33
- "borderRadius": 32,
34
- "flexDirection": "row",
35
- "height": 60,
36
- "justifyContent": "center",
37
- "padding": 16,
38
- },
39
- undefined,
40
- ]
41
- }
42
- >
43
- <Text
44
- allowFontScaling={false}
45
- disabled={false}
46
- ellipsizeMode="tail"
47
- numberOfLines={1}
19
+ "max": undefined,
20
+ "min": undefined,
21
+ "now": undefined,
22
+ "text": undefined,
23
+ }
24
+ }
25
+ accessible={true}
26
+ focusable={true}
27
+ onClick={[Function]}
28
+ onResponderGrant={[Function]}
29
+ onResponderMove={[Function]}
30
+ onResponderRelease={[Function]}
31
+ onResponderTerminate={[Function]}
32
+ onResponderTerminationRequest={[Function]}
33
+ onStartShouldSetResponder={[Function]}
48
34
  style={
49
35
  [
50
36
  {
51
- "color": "#001f23",
52
- "fontFamily": "BeVietnamPro-SemiBold",
53
- "fontSize": 18,
54
- "letterSpacing": 0.24,
55
- "lineHeight": 28,
37
+ "alignItems": "center",
38
+ "alignSelf": "stretch",
39
+ "backgroundColor": "#401960",
40
+ "borderRadius": 32,
41
+ "flexDirection": "row",
42
+ "height": 60,
43
+ "justifyContent": "center",
44
+ "padding": 16,
56
45
  },
46
+ undefined,
47
+ ]
48
+ }
49
+ >
50
+ <Text
51
+ allowFontScaling={false}
52
+ disabled={false}
53
+ ellipsizeMode="tail"
54
+ numberOfLines={1}
55
+ style={
57
56
  [
58
57
  {
59
- "color": "#ffffff",
60
- "flexShrink": 1,
61
- "textAlign": "center",
58
+ "color": "#001f23",
59
+ "fontFamily": "BeVietnamPro-SemiBold",
60
+ "fontSize": 18,
61
+ "letterSpacing": 0.24,
62
+ "lineHeight": 28,
62
63
  },
63
- undefined,
64
- ],
64
+ [
65
+ {
66
+ "color": "#ffffff",
67
+ "flexShrink": 1,
68
+ "textAlign": "center",
69
+ },
70
+ undefined,
71
+ ],
72
+ ]
73
+ }
74
+ themeButtonVariant="filled-primary"
75
+ themeIntent="body"
76
+ themeLevel="h5"
77
+ themeTypeface="neutral"
78
+ >
79
+ A button
80
+ </Text>
81
+ </View>
82
+ <View
83
+ pointerEvents="box-none"
84
+ position="bottom"
85
+ style={
86
+ [
87
+ {
88
+ "bottom": 0,
89
+ "elevation": 9999,
90
+ "flexDirection": "column-reverse",
91
+ "left": 0,
92
+ "paddingHorizontal": 24,
93
+ "paddingVertical": 16,
94
+ "position": "absolute",
95
+ "right": 0,
96
+ "top": 0,
97
+ },
98
+ undefined,
65
99
  ]
66
100
  }
67
- themeButtonVariant="filled-primary"
68
- themeIntent="body"
69
- themeLevel="h5"
70
- themeTypeface="neutral"
71
- >
72
- A button
73
- </Text>
101
+ />
74
102
  </View>
75
103
  `;
76
104
 
77
105
  exports[`Button renders correctly 2`] = `
78
106
  <View
79
- accessibilityState={
80
- {
81
- "disabled": true,
82
- }
83
- }
84
- accessibilityValue={
107
+ style={
85
108
  {
86
- "max": undefined,
87
- "min": undefined,
88
- "now": undefined,
89
- "text": undefined,
109
+ "flex": 1,
90
110
  }
91
111
  }
92
- accessible={true}
93
- focusable={true}
94
- onClick={[Function]}
95
- onResponderGrant={[Function]}
96
- onResponderMove={[Function]}
97
- onResponderRelease={[Function]}
98
- onResponderTerminate={[Function]}
99
- onResponderTerminationRequest={[Function]}
100
- onStartShouldSetResponder={[Function]}
101
- style={
102
- [
103
- {
104
- "alignItems": "center",
105
- "alignSelf": "stretch",
106
- "backgroundColor": "#401960",
107
- "borderRadius": 32,
108
- "flexDirection": "row",
109
- "height": 60,
110
- "justifyContent": "center",
111
- "padding": 16,
112
- },
113
- undefined,
114
- ]
115
- }
116
112
  >
117
113
  <View
118
- collapsable={false}
114
+ accessibilityState={
115
+ {
116
+ "disabled": true,
117
+ }
118
+ }
119
+ accessibilityValue={
120
+ {
121
+ "max": undefined,
122
+ "min": undefined,
123
+ "now": undefined,
124
+ "text": undefined,
125
+ }
126
+ }
127
+ accessible={true}
128
+ focusable={true}
129
+ onClick={[Function]}
130
+ onResponderGrant={[Function]}
131
+ onResponderMove={[Function]}
132
+ onResponderRelease={[Function]}
133
+ onResponderTerminate={[Function]}
134
+ onResponderTerminationRequest={[Function]}
135
+ onStartShouldSetResponder={[Function]}
119
136
  style={
120
137
  [
121
138
  {
122
139
  "alignItems": "center",
140
+ "alignSelf": "stretch",
141
+ "backgroundColor": "#401960",
142
+ "borderRadius": 32,
123
143
  "flexDirection": "row",
144
+ "height": 60,
124
145
  "justifyContent": "center",
146
+ "padding": 16,
125
147
  },
126
- {},
148
+ undefined,
127
149
  ]
128
150
  }
129
- testID="undefined-loading-indicator"
130
151
  >
131
152
  <View
132
153
  collapsable={false}
133
154
  style={
134
- {
135
- "transform": [
136
- {
137
- "scale": 1,
138
- },
139
- ],
140
- }
155
+ [
156
+ {
157
+ "alignItems": "center",
158
+ "flexDirection": "row",
159
+ "justifyContent": "center",
160
+ },
161
+ {},
162
+ ]
141
163
  }
164
+ testID="undefined-loading-indicator"
142
165
  >
143
166
  <View
144
167
  collapsable={false}
145
- size={12}
146
168
  style={
147
- [
148
- {
149
- "backgroundColor": "#ffffff",
150
- "borderRadius": 8,
151
- "height": 12,
152
- "marginHorizontal": 8,
153
- "width": 12,
154
- },
155
- {},
156
- ]
157
- }
158
- themeVariant="filled-primary"
159
- />
160
- </View>
161
- <View
162
- collapsable={false}
163
- style={
164
- {
165
- "transform": [
166
- {
167
- "scale": 1,
168
- },
169
- ],
169
+ {
170
+ "transform": [
171
+ {
172
+ "scale": 1,
173
+ },
174
+ ],
175
+ }
170
176
  }
171
- }
172
- >
177
+ >
178
+ <View
179
+ collapsable={false}
180
+ size={12}
181
+ style={
182
+ [
183
+ {
184
+ "backgroundColor": "#ffffff",
185
+ "borderRadius": 8,
186
+ "height": 12,
187
+ "marginHorizontal": 8,
188
+ "width": 12,
189
+ },
190
+ {},
191
+ ]
192
+ }
193
+ themeVariant="filled-primary"
194
+ />
195
+ </View>
173
196
  <View
174
197
  collapsable={false}
175
- size={12}
176
198
  style={
177
- [
178
- {
179
- "backgroundColor": "#ffffff",
180
- "borderRadius": 8,
181
- "height": 12,
182
- "marginHorizontal": 8,
183
- "width": 12,
184
- },
185
- {},
186
- ]
187
- }
188
- themeVariant="filled-primary"
189
- />
190
- </View>
191
- <View
192
- collapsable={false}
193
- style={
194
- {
195
- "transform": [
196
- {
197
- "scale": 1,
198
- },
199
- ],
199
+ {
200
+ "transform": [
201
+ {
202
+ "scale": 1,
203
+ },
204
+ ],
205
+ }
200
206
  }
201
- }
202
- >
207
+ >
208
+ <View
209
+ collapsable={false}
210
+ size={12}
211
+ style={
212
+ [
213
+ {
214
+ "backgroundColor": "#ffffff",
215
+ "borderRadius": 8,
216
+ "height": 12,
217
+ "marginHorizontal": 8,
218
+ "width": 12,
219
+ },
220
+ {},
221
+ ]
222
+ }
223
+ themeVariant="filled-primary"
224
+ />
225
+ </View>
203
226
  <View
204
227
  collapsable={false}
205
- size={12}
206
228
  style={
207
- [
208
- {
209
- "backgroundColor": "#ffffff",
210
- "borderRadius": 8,
211
- "height": 12,
212
- "marginHorizontal": 8,
213
- "width": 12,
214
- },
215
- {},
216
- ]
229
+ {
230
+ "transform": [
231
+ {
232
+ "scale": 1,
233
+ },
234
+ ],
235
+ }
217
236
  }
218
- themeVariant="filled-primary"
219
- />
237
+ >
238
+ <View
239
+ collapsable={false}
240
+ size={12}
241
+ style={
242
+ [
243
+ {
244
+ "backgroundColor": "#ffffff",
245
+ "borderRadius": 8,
246
+ "height": 12,
247
+ "marginHorizontal": 8,
248
+ "width": 12,
249
+ },
250
+ {},
251
+ ]
252
+ }
253
+ themeVariant="filled-primary"
254
+ />
255
+ </View>
220
256
  </View>
221
257
  </View>
258
+ <View
259
+ pointerEvents="box-none"
260
+ position="bottom"
261
+ style={
262
+ [
263
+ {
264
+ "bottom": 0,
265
+ "elevation": 9999,
266
+ "flexDirection": "column-reverse",
267
+ "left": 0,
268
+ "paddingHorizontal": 24,
269
+ "paddingVertical": 16,
270
+ "position": "absolute",
271
+ "right": 0,
272
+ "top": 0,
273
+ },
274
+ undefined,
275
+ ]
276
+ }
277
+ />
222
278
  </View>
223
279
  `;
224
280
 
225
281
  exports[`Button renders correctly 3`] = `
226
282
  <View
227
- accessibilityState={
283
+ style={
228
284
  {
229
- "disabled": true,
285
+ "flex": 1,
230
286
  }
231
287
  }
232
- accessibilityValue={
233
- {
234
- "max": undefined,
235
- "min": undefined,
236
- "now": undefined,
237
- "text": undefined,
288
+ >
289
+ <View
290
+ accessibilityState={
291
+ {
292
+ "disabled": true,
293
+ }
238
294
  }
239
- }
240
- accessible={true}
241
- focusable={true}
242
- onClick={[Function]}
243
- onResponderGrant={[Function]}
244
- onResponderMove={[Function]}
245
- onResponderRelease={[Function]}
246
- onResponderTerminate={[Function]}
247
- onResponderTerminationRequest={[Function]}
248
- onStartShouldSetResponder={[Function]}
249
- style={
250
- [
295
+ accessibilityValue={
251
296
  {
252
- "alignItems": "center",
253
- "alignSelf": "stretch",
254
- "backgroundColor": "#bfc1c5",
255
- "borderRadius": 32,
256
- "flexDirection": "row",
257
- "height": 60,
258
- "justifyContent": "center",
259
- "padding": 16,
260
- },
261
- undefined,
262
- ]
263
- }
264
- >
265
- <Text
266
- allowFontScaling={false}
267
- disabled={true}
268
- ellipsizeMode="tail"
269
- numberOfLines={1}
297
+ "max": undefined,
298
+ "min": undefined,
299
+ "now": undefined,
300
+ "text": undefined,
301
+ }
302
+ }
303
+ accessible={true}
304
+ focusable={true}
305
+ onClick={[Function]}
306
+ onResponderGrant={[Function]}
307
+ onResponderMove={[Function]}
308
+ onResponderRelease={[Function]}
309
+ onResponderTerminate={[Function]}
310
+ onResponderTerminationRequest={[Function]}
311
+ onStartShouldSetResponder={[Function]}
270
312
  style={
271
313
  [
272
314
  {
273
- "color": "#001f23",
274
- "fontFamily": "BeVietnamPro-SemiBold",
275
- "fontSize": 18,
276
- "letterSpacing": 0.24,
277
- "lineHeight": 28,
315
+ "alignItems": "center",
316
+ "alignSelf": "stretch",
317
+ "backgroundColor": "#bfc1c5",
318
+ "borderRadius": 32,
319
+ "flexDirection": "row",
320
+ "height": 60,
321
+ "justifyContent": "center",
322
+ "padding": 16,
278
323
  },
324
+ undefined,
325
+ ]
326
+ }
327
+ >
328
+ <Text
329
+ allowFontScaling={false}
330
+ disabled={true}
331
+ ellipsizeMode="tail"
332
+ numberOfLines={1}
333
+ style={
279
334
  [
280
335
  {
281
- "color": "#ffffff",
282
- "flexShrink": 1,
283
- "textAlign": "center",
336
+ "color": "#001f23",
337
+ "fontFamily": "BeVietnamPro-SemiBold",
338
+ "fontSize": 18,
339
+ "letterSpacing": 0.24,
340
+ "lineHeight": 28,
284
341
  },
285
- undefined,
286
- ],
342
+ [
343
+ {
344
+ "color": "#ffffff",
345
+ "flexShrink": 1,
346
+ "textAlign": "center",
347
+ },
348
+ undefined,
349
+ ],
350
+ ]
351
+ }
352
+ themeButtonVariant="filled-primary"
353
+ themeIntent="body"
354
+ themeLevel="h5"
355
+ themeTypeface="neutral"
356
+ >
357
+ A button
358
+ </Text>
359
+ </View>
360
+ <View
361
+ pointerEvents="box-none"
362
+ position="bottom"
363
+ style={
364
+ [
365
+ {
366
+ "bottom": 0,
367
+ "elevation": 9999,
368
+ "flexDirection": "column-reverse",
369
+ "left": 0,
370
+ "paddingHorizontal": 24,
371
+ "paddingVertical": 16,
372
+ "position": "absolute",
373
+ "right": 0,
374
+ "top": 0,
375
+ },
376
+ undefined,
287
377
  ]
288
378
  }
289
- themeButtonVariant="filled-primary"
290
- themeIntent="body"
291
- themeLevel="h5"
292
- themeTypeface="neutral"
293
- >
294
- A button
295
- </Text>
379
+ />
296
380
  </View>
297
381
  `;
298
382
 
299
383
  exports[`Button renders correctly 4`] = `
300
384
  <View
301
- accessibilityState={
385
+ style={
302
386
  {
303
- "disabled": false,
387
+ "flex": 1,
304
388
  }
305
389
  }
306
- accessibilityValue={
307
- {
308
- "max": undefined,
309
- "min": undefined,
310
- "now": undefined,
311
- "text": undefined,
390
+ >
391
+ <View
392
+ accessibilityState={
393
+ {
394
+ "disabled": false,
395
+ }
312
396
  }
313
- }
314
- accessible={true}
315
- focusable={true}
316
- onClick={[Function]}
317
- onResponderGrant={[Function]}
318
- onResponderMove={[Function]}
319
- onResponderRelease={[Function]}
320
- onResponderTerminate={[Function]}
321
- onResponderTerminationRequest={[Function]}
322
- onStartShouldSetResponder={[Function]}
323
- style={
324
- [
397
+ accessibilityValue={
325
398
  {
326
- "alignItems": "center",
327
- "alignSelf": "stretch",
328
- "backgroundColor": "transparent",
329
- "borderColor": "#401960",
330
- "borderRadius": 32,
331
- "borderWidth": 2,
332
- "flexDirection": "row",
333
- "height": 60,
334
- "justifyContent": "center",
335
- "padding": 14,
336
- },
337
- undefined,
338
- ]
339
- }
340
- >
341
- <Text
342
- allowFontScaling={false}
343
- disabled={false}
344
- ellipsizeMode="tail"
345
- numberOfLines={1}
399
+ "max": undefined,
400
+ "min": undefined,
401
+ "now": undefined,
402
+ "text": undefined,
403
+ }
404
+ }
405
+ accessible={true}
406
+ focusable={true}
407
+ onClick={[Function]}
408
+ onResponderGrant={[Function]}
409
+ onResponderMove={[Function]}
410
+ onResponderRelease={[Function]}
411
+ onResponderTerminate={[Function]}
412
+ onResponderTerminationRequest={[Function]}
413
+ onStartShouldSetResponder={[Function]}
346
414
  style={
347
415
  [
348
416
  {
349
- "color": "#001f23",
350
- "fontFamily": "BeVietnamPro-SemiBold",
351
- "fontSize": 18,
352
- "letterSpacing": 0.24,
353
- "lineHeight": 28,
417
+ "alignItems": "center",
418
+ "alignSelf": "stretch",
419
+ "backgroundColor": "transparent",
420
+ "borderColor": "#401960",
421
+ "borderRadius": 32,
422
+ "borderWidth": 2,
423
+ "flexDirection": "row",
424
+ "height": 60,
425
+ "justifyContent": "center",
426
+ "padding": 14,
354
427
  },
428
+ undefined,
429
+ ]
430
+ }
431
+ >
432
+ <Text
433
+ allowFontScaling={false}
434
+ disabled={false}
435
+ ellipsizeMode="tail"
436
+ numberOfLines={1}
437
+ style={
355
438
  [
356
439
  {
357
- "color": "#401960",
358
- "flexShrink": 1,
359
- "textAlign": "center",
440
+ "color": "#001f23",
441
+ "fontFamily": "BeVietnamPro-SemiBold",
442
+ "fontSize": 18,
443
+ "letterSpacing": 0.24,
444
+ "lineHeight": 28,
360
445
  },
361
- undefined,
362
- ],
446
+ [
447
+ {
448
+ "color": "#401960",
449
+ "flexShrink": 1,
450
+ "textAlign": "center",
451
+ },
452
+ undefined,
453
+ ],
454
+ ]
455
+ }
456
+ themeButtonVariant="outlined-primary"
457
+ themeIntent="body"
458
+ themeLevel="h5"
459
+ themeTypeface="neutral"
460
+ >
461
+ A button
462
+ </Text>
463
+ </View>
464
+ <View
465
+ pointerEvents="box-none"
466
+ position="bottom"
467
+ style={
468
+ [
469
+ {
470
+ "bottom": 0,
471
+ "elevation": 9999,
472
+ "flexDirection": "column-reverse",
473
+ "left": 0,
474
+ "paddingHorizontal": 24,
475
+ "paddingVertical": 16,
476
+ "position": "absolute",
477
+ "right": 0,
478
+ "top": 0,
479
+ },
480
+ undefined,
363
481
  ]
364
482
  }
365
- themeButtonVariant="outlined-primary"
366
- themeIntent="body"
367
- themeLevel="h5"
368
- themeTypeface="neutral"
369
- >
370
- A button
371
- </Text>
483
+ />
372
484
  </View>
373
485
  `;
374
486
 
375
487
  exports[`Button renders correctly 5`] = `
376
488
  <View
377
- accessibilityState={
378
- {
379
- "disabled": true,
380
- }
381
- }
382
- accessibilityValue={
489
+ style={
383
490
  {
384
- "max": undefined,
385
- "min": undefined,
386
- "now": undefined,
387
- "text": undefined,
491
+ "flex": 1,
388
492
  }
389
493
  }
390
- accessible={true}
391
- focusable={true}
392
- onClick={[Function]}
393
- onResponderGrant={[Function]}
394
- onResponderMove={[Function]}
395
- onResponderRelease={[Function]}
396
- onResponderTerminate={[Function]}
397
- onResponderTerminationRequest={[Function]}
398
- onStartShouldSetResponder={[Function]}
399
- style={
400
- [
401
- {
402
- "alignItems": "center",
403
- "alignSelf": "stretch",
404
- "backgroundColor": "transparent",
405
- "borderColor": "#401960",
406
- "borderRadius": 32,
407
- "borderWidth": 2,
408
- "flexDirection": "row",
409
- "height": 60,
410
- "justifyContent": "center",
411
- "padding": 14,
412
- },
413
- undefined,
414
- ]
415
- }
416
494
  >
417
495
  <View
418
- collapsable={false}
496
+ accessibilityState={
497
+ {
498
+ "disabled": true,
499
+ }
500
+ }
501
+ accessibilityValue={
502
+ {
503
+ "max": undefined,
504
+ "min": undefined,
505
+ "now": undefined,
506
+ "text": undefined,
507
+ }
508
+ }
509
+ accessible={true}
510
+ focusable={true}
511
+ onClick={[Function]}
512
+ onResponderGrant={[Function]}
513
+ onResponderMove={[Function]}
514
+ onResponderRelease={[Function]}
515
+ onResponderTerminate={[Function]}
516
+ onResponderTerminationRequest={[Function]}
517
+ onStartShouldSetResponder={[Function]}
419
518
  style={
420
519
  [
421
520
  {
422
521
  "alignItems": "center",
522
+ "alignSelf": "stretch",
523
+ "backgroundColor": "transparent",
524
+ "borderColor": "#401960",
525
+ "borderRadius": 32,
526
+ "borderWidth": 2,
423
527
  "flexDirection": "row",
528
+ "height": 60,
424
529
  "justifyContent": "center",
530
+ "padding": 14,
425
531
  },
426
- {},
532
+ undefined,
427
533
  ]
428
534
  }
429
- testID="undefined-loading-indicator"
430
535
  >
431
536
  <View
432
537
  collapsable={false}
433
538
  style={
434
- {
435
- "transform": [
436
- {
437
- "scale": 1,
438
- },
439
- ],
440
- }
539
+ [
540
+ {
541
+ "alignItems": "center",
542
+ "flexDirection": "row",
543
+ "justifyContent": "center",
544
+ },
545
+ {},
546
+ ]
441
547
  }
548
+ testID="undefined-loading-indicator"
442
549
  >
443
550
  <View
444
551
  collapsable={false}
445
- size={12}
446
552
  style={
447
- [
448
- {
449
- "backgroundColor": "#401960",
450
- "borderRadius": 8,
451
- "height": 12,
452
- "marginHorizontal": 8,
453
- "width": 12,
454
- },
455
- {},
456
- ]
457
- }
458
- themeVariant="outlined-primary"
459
- />
460
- </View>
461
- <View
462
- collapsable={false}
463
- style={
464
- {
465
- "transform": [
466
- {
467
- "scale": 1,
468
- },
469
- ],
553
+ {
554
+ "transform": [
555
+ {
556
+ "scale": 1,
557
+ },
558
+ ],
559
+ }
470
560
  }
471
- }
472
- >
561
+ >
562
+ <View
563
+ collapsable={false}
564
+ size={12}
565
+ style={
566
+ [
567
+ {
568
+ "backgroundColor": "#401960",
569
+ "borderRadius": 8,
570
+ "height": 12,
571
+ "marginHorizontal": 8,
572
+ "width": 12,
573
+ },
574
+ {},
575
+ ]
576
+ }
577
+ themeVariant="outlined-primary"
578
+ />
579
+ </View>
473
580
  <View
474
581
  collapsable={false}
475
- size={12}
476
582
  style={
477
- [
478
- {
479
- "backgroundColor": "#401960",
480
- "borderRadius": 8,
481
- "height": 12,
482
- "marginHorizontal": 8,
483
- "width": 12,
484
- },
485
- {},
486
- ]
487
- }
488
- themeVariant="outlined-primary"
489
- />
490
- </View>
491
- <View
492
- collapsable={false}
493
- style={
494
- {
495
- "transform": [
496
- {
497
- "scale": 1,
498
- },
499
- ],
583
+ {
584
+ "transform": [
585
+ {
586
+ "scale": 1,
587
+ },
588
+ ],
589
+ }
500
590
  }
501
- }
502
- >
591
+ >
592
+ <View
593
+ collapsable={false}
594
+ size={12}
595
+ style={
596
+ [
597
+ {
598
+ "backgroundColor": "#401960",
599
+ "borderRadius": 8,
600
+ "height": 12,
601
+ "marginHorizontal": 8,
602
+ "width": 12,
603
+ },
604
+ {},
605
+ ]
606
+ }
607
+ themeVariant="outlined-primary"
608
+ />
609
+ </View>
503
610
  <View
504
611
  collapsable={false}
505
- size={12}
506
612
  style={
507
- [
508
- {
509
- "backgroundColor": "#401960",
510
- "borderRadius": 8,
511
- "height": 12,
512
- "marginHorizontal": 8,
513
- "width": 12,
514
- },
515
- {},
516
- ]
613
+ {
614
+ "transform": [
615
+ {
616
+ "scale": 1,
617
+ },
618
+ ],
619
+ }
517
620
  }
518
- themeVariant="outlined-primary"
519
- />
621
+ >
622
+ <View
623
+ collapsable={false}
624
+ size={12}
625
+ style={
626
+ [
627
+ {
628
+ "backgroundColor": "#401960",
629
+ "borderRadius": 8,
630
+ "height": 12,
631
+ "marginHorizontal": 8,
632
+ "width": 12,
633
+ },
634
+ {},
635
+ ]
636
+ }
637
+ themeVariant="outlined-primary"
638
+ />
639
+ </View>
520
640
  </View>
521
641
  </View>
642
+ <View
643
+ pointerEvents="box-none"
644
+ position="bottom"
645
+ style={
646
+ [
647
+ {
648
+ "bottom": 0,
649
+ "elevation": 9999,
650
+ "flexDirection": "column-reverse",
651
+ "left": 0,
652
+ "paddingHorizontal": 24,
653
+ "paddingVertical": 16,
654
+ "position": "absolute",
655
+ "right": 0,
656
+ "top": 0,
657
+ },
658
+ undefined,
659
+ ]
660
+ }
661
+ />
522
662
  </View>
523
663
  `;
524
664
 
525
665
  exports[`Button renders correctly 6`] = `
526
666
  <View
527
- accessibilityState={
667
+ style={
528
668
  {
529
- "disabled": true,
669
+ "flex": 1,
530
670
  }
531
671
  }
532
- accessibilityValue={
533
- {
534
- "max": undefined,
535
- "min": undefined,
536
- "now": undefined,
537
- "text": undefined,
672
+ >
673
+ <View
674
+ accessibilityState={
675
+ {
676
+ "disabled": true,
677
+ }
538
678
  }
539
- }
540
- accessible={true}
541
- focusable={true}
542
- onClick={[Function]}
543
- onResponderGrant={[Function]}
544
- onResponderMove={[Function]}
545
- onResponderRelease={[Function]}
546
- onResponderTerminate={[Function]}
547
- onResponderTerminationRequest={[Function]}
548
- onStartShouldSetResponder={[Function]}
549
- style={
550
- [
679
+ accessibilityValue={
551
680
  {
552
- "alignItems": "center",
553
- "alignSelf": "stretch",
554
- "backgroundColor": "transparent",
555
- "borderColor": "#bfc1c5",
556
- "borderRadius": 32,
557
- "borderWidth": 2,
558
- "flexDirection": "row",
559
- "height": 60,
560
- "justifyContent": "center",
561
- "padding": 14,
562
- },
563
- undefined,
564
- ]
565
- }
566
- >
567
- <Text
568
- allowFontScaling={false}
569
- disabled={true}
570
- ellipsizeMode="tail"
571
- numberOfLines={1}
681
+ "max": undefined,
682
+ "min": undefined,
683
+ "now": undefined,
684
+ "text": undefined,
685
+ }
686
+ }
687
+ accessible={true}
688
+ focusable={true}
689
+ onClick={[Function]}
690
+ onResponderGrant={[Function]}
691
+ onResponderMove={[Function]}
692
+ onResponderRelease={[Function]}
693
+ onResponderTerminate={[Function]}
694
+ onResponderTerminationRequest={[Function]}
695
+ onStartShouldSetResponder={[Function]}
572
696
  style={
573
697
  [
574
698
  {
575
- "color": "#001f23",
576
- "fontFamily": "BeVietnamPro-SemiBold",
577
- "fontSize": 18,
578
- "letterSpacing": 0.24,
579
- "lineHeight": 28,
699
+ "alignItems": "center",
700
+ "alignSelf": "stretch",
701
+ "backgroundColor": "transparent",
702
+ "borderColor": "#bfc1c5",
703
+ "borderRadius": 32,
704
+ "borderWidth": 2,
705
+ "flexDirection": "row",
706
+ "height": 60,
707
+ "justifyContent": "center",
708
+ "padding": 14,
580
709
  },
710
+ undefined,
711
+ ]
712
+ }
713
+ >
714
+ <Text
715
+ allowFontScaling={false}
716
+ disabled={true}
717
+ ellipsizeMode="tail"
718
+ numberOfLines={1}
719
+ style={
581
720
  [
582
721
  {
583
- "color": "#bfc1c5",
584
- "flexShrink": 1,
585
- "textAlign": "center",
722
+ "color": "#001f23",
723
+ "fontFamily": "BeVietnamPro-SemiBold",
724
+ "fontSize": 18,
725
+ "letterSpacing": 0.24,
726
+ "lineHeight": 28,
586
727
  },
587
- undefined,
588
- ],
728
+ [
729
+ {
730
+ "color": "#bfc1c5",
731
+ "flexShrink": 1,
732
+ "textAlign": "center",
733
+ },
734
+ undefined,
735
+ ],
736
+ ]
737
+ }
738
+ themeButtonVariant="outlined-primary"
739
+ themeIntent="body"
740
+ themeLevel="h5"
741
+ themeTypeface="neutral"
742
+ >
743
+ A button
744
+ </Text>
745
+ </View>
746
+ <View
747
+ pointerEvents="box-none"
748
+ position="bottom"
749
+ style={
750
+ [
751
+ {
752
+ "bottom": 0,
753
+ "elevation": 9999,
754
+ "flexDirection": "column-reverse",
755
+ "left": 0,
756
+ "paddingHorizontal": 24,
757
+ "paddingVertical": 16,
758
+ "position": "absolute",
759
+ "right": 0,
760
+ "top": 0,
761
+ },
762
+ undefined,
589
763
  ]
590
764
  }
591
- themeButtonVariant="outlined-primary"
592
- themeIntent="body"
593
- themeLevel="h5"
594
- themeTypeface="neutral"
595
- >
596
- A button
597
- </Text>
765
+ />
598
766
  </View>
599
767
  `;
600
768
 
601
769
  exports[`Button renders correctly 7`] = `
602
770
  <View
603
- accessibilityState={
604
- {
605
- "disabled": false,
606
- }
607
- }
608
- accessibilityValue={
771
+ style={
609
772
  {
610
- "max": undefined,
611
- "min": undefined,
612
- "now": undefined,
613
- "text": undefined,
773
+ "flex": 1,
614
774
  }
615
775
  }
616
- accessible={true}
617
- focusable={true}
618
- onClick={[Function]}
619
- onResponderGrant={[Function]}
620
- onResponderMove={[Function]}
621
- onResponderRelease={[Function]}
622
- onResponderTerminate={[Function]}
623
- onResponderTerminationRequest={[Function]}
624
- onStartShouldSetResponder={[Function]}
625
- style={
626
- [
627
- {
628
- "alignItems": "center",
629
- "backgroundColor": "transparent",
630
- "borderRadius": 4,
631
- "borderWidth": 0,
632
- "flexDirection": "row",
633
- "height": 60,
634
- "justifyContent": "center",
635
- "padding": 12,
636
- },
637
- undefined,
638
- ]
639
- }
640
776
  >
641
- <Text
642
- allowFontScaling={false}
643
- disabled={false}
644
- ellipsizeMode="tail"
645
- numberOfLines={1}
777
+ <View
778
+ accessibilityState={
779
+ {
780
+ "disabled": false,
781
+ }
782
+ }
783
+ accessibilityValue={
784
+ {
785
+ "max": undefined,
786
+ "min": undefined,
787
+ "now": undefined,
788
+ "text": undefined,
789
+ }
790
+ }
791
+ accessible={true}
792
+ focusable={true}
793
+ onClick={[Function]}
794
+ onResponderGrant={[Function]}
795
+ onResponderMove={[Function]}
796
+ onResponderRelease={[Function]}
797
+ onResponderTerminate={[Function]}
798
+ onResponderTerminationRequest={[Function]}
799
+ onStartShouldSetResponder={[Function]}
646
800
  style={
647
801
  [
648
802
  {
649
- "color": "#001f23",
650
- "fontFamily": "BeVietnamPro-SemiBold",
651
- "fontSize": 16,
652
- "letterSpacing": 0.24,
653
- "lineHeight": 24,
803
+ "alignItems": "center",
804
+ "backgroundColor": "transparent",
805
+ "borderRadius": 4,
806
+ "borderWidth": 0,
807
+ "flexDirection": "row",
808
+ "height": 60,
809
+ "justifyContent": "center",
810
+ "padding": 12,
654
811
  },
812
+ undefined,
813
+ ]
814
+ }
815
+ >
816
+ <Text
817
+ allowFontScaling={false}
818
+ disabled={false}
819
+ ellipsizeMode="tail"
820
+ numberOfLines={1}
821
+ style={
655
822
  [
656
823
  {
657
- "color": "#401960",
658
- "flexShrink": 1,
659
- "lineHeight": 22,
660
- "textAlign": "center",
824
+ "color": "#001f23",
825
+ "fontFamily": "BeVietnamPro-SemiBold",
826
+ "fontSize": 16,
827
+ "letterSpacing": 0.24,
828
+ "lineHeight": 24,
661
829
  },
662
- undefined,
663
- ],
830
+ [
831
+ {
832
+ "color": "#401960",
833
+ "flexShrink": 1,
834
+ "lineHeight": 22,
835
+ "textAlign": "center",
836
+ },
837
+ undefined,
838
+ ],
839
+ ]
840
+ }
841
+ themeButtonVariant="text-primary"
842
+ themeIntent="body"
843
+ themeTypeface="neutral"
844
+ themeVariant="regular-bold"
845
+ >
846
+ A button
847
+ </Text>
848
+ </View>
849
+ <View
850
+ pointerEvents="box-none"
851
+ position="bottom"
852
+ style={
853
+ [
854
+ {
855
+ "bottom": 0,
856
+ "elevation": 9999,
857
+ "flexDirection": "column-reverse",
858
+ "left": 0,
859
+ "paddingHorizontal": 24,
860
+ "paddingVertical": 16,
861
+ "position": "absolute",
862
+ "right": 0,
863
+ "top": 0,
864
+ },
865
+ undefined,
664
866
  ]
665
867
  }
666
- themeButtonVariant="text-primary"
667
- themeIntent="body"
668
- themeTypeface="neutral"
669
- themeVariant="regular-bold"
670
- >
671
- A button
672
- </Text>
868
+ />
673
869
  </View>
674
870
  `;
675
871
 
676
872
  exports[`Button renders correctly 8`] = `
677
873
  <View
678
- accessibilityState={
679
- {
680
- "disabled": true,
681
- }
682
- }
683
- accessibilityValue={
874
+ style={
684
875
  {
685
- "max": undefined,
686
- "min": undefined,
687
- "now": undefined,
688
- "text": undefined,
876
+ "flex": 1,
689
877
  }
690
878
  }
691
- accessible={true}
692
- focusable={true}
693
- onClick={[Function]}
694
- onResponderGrant={[Function]}
695
- onResponderMove={[Function]}
696
- onResponderRelease={[Function]}
697
- onResponderTerminate={[Function]}
698
- onResponderTerminationRequest={[Function]}
699
- onStartShouldSetResponder={[Function]}
700
- style={
701
- [
702
- {
703
- "alignItems": "center",
704
- "backgroundColor": "#ece8ef",
705
- "borderRadius": 4,
706
- "borderWidth": 0,
707
- "flexDirection": "row",
708
- "height": 60,
709
- "justifyContent": "center",
710
- "padding": 12,
711
- },
712
- undefined,
713
- ]
714
- }
715
879
  >
716
880
  <View
717
- collapsable={false}
881
+ accessibilityState={
882
+ {
883
+ "disabled": true,
884
+ }
885
+ }
886
+ accessibilityValue={
887
+ {
888
+ "max": undefined,
889
+ "min": undefined,
890
+ "now": undefined,
891
+ "text": undefined,
892
+ }
893
+ }
894
+ accessible={true}
895
+ focusable={true}
896
+ onClick={[Function]}
897
+ onResponderGrant={[Function]}
898
+ onResponderMove={[Function]}
899
+ onResponderRelease={[Function]}
900
+ onResponderTerminate={[Function]}
901
+ onResponderTerminationRequest={[Function]}
902
+ onStartShouldSetResponder={[Function]}
718
903
  style={
719
904
  [
720
905
  {
721
906
  "alignItems": "center",
907
+ "backgroundColor": "#ece8ef",
908
+ "borderRadius": 4,
909
+ "borderWidth": 0,
722
910
  "flexDirection": "row",
911
+ "height": 60,
723
912
  "justifyContent": "center",
913
+ "padding": 12,
724
914
  },
725
- {},
915
+ undefined,
726
916
  ]
727
917
  }
728
- testID="undefined-loading-indicator"
729
918
  >
730
919
  <View
731
920
  collapsable={false}
732
921
  style={
733
- {
734
- "transform": [
735
- {
736
- "scale": 1,
737
- },
738
- ],
739
- }
922
+ [
923
+ {
924
+ "alignItems": "center",
925
+ "flexDirection": "row",
926
+ "justifyContent": "center",
927
+ },
928
+ {},
929
+ ]
740
930
  }
931
+ testID="undefined-loading-indicator"
741
932
  >
742
933
  <View
743
934
  collapsable={false}
744
- size={12}
745
935
  style={
746
- [
747
- {
748
- "backgroundColor": "#795e90",
749
- "borderRadius": 8,
750
- "height": 12,
751
- "marginHorizontal": 8,
752
- "width": 12,
753
- },
754
- {},
755
- ]
756
- }
757
- themeVariant="text-primary"
758
- />
759
- </View>
760
- <View
761
- collapsable={false}
762
- style={
763
- {
764
- "transform": [
765
- {
766
- "scale": 1,
767
- },
768
- ],
936
+ {
937
+ "transform": [
938
+ {
939
+ "scale": 1,
940
+ },
941
+ ],
942
+ }
769
943
  }
770
- }
771
- >
944
+ >
945
+ <View
946
+ collapsable={false}
947
+ size={12}
948
+ style={
949
+ [
950
+ {
951
+ "backgroundColor": "#795e90",
952
+ "borderRadius": 8,
953
+ "height": 12,
954
+ "marginHorizontal": 8,
955
+ "width": 12,
956
+ },
957
+ {},
958
+ ]
959
+ }
960
+ themeVariant="text-primary"
961
+ />
962
+ </View>
772
963
  <View
773
964
  collapsable={false}
774
- size={12}
775
965
  style={
776
- [
777
- {
778
- "backgroundColor": "#795e90",
779
- "borderRadius": 8,
780
- "height": 12,
781
- "marginHorizontal": 8,
782
- "width": 12,
783
- },
784
- {},
785
- ]
786
- }
787
- themeVariant="text-primary"
788
- />
789
- </View>
790
- <View
791
- collapsable={false}
792
- style={
793
- {
794
- "transform": [
795
- {
796
- "scale": 1,
797
- },
798
- ],
966
+ {
967
+ "transform": [
968
+ {
969
+ "scale": 1,
970
+ },
971
+ ],
972
+ }
799
973
  }
800
- }
801
- >
974
+ >
975
+ <View
976
+ collapsable={false}
977
+ size={12}
978
+ style={
979
+ [
980
+ {
981
+ "backgroundColor": "#795e90",
982
+ "borderRadius": 8,
983
+ "height": 12,
984
+ "marginHorizontal": 8,
985
+ "width": 12,
986
+ },
987
+ {},
988
+ ]
989
+ }
990
+ themeVariant="text-primary"
991
+ />
992
+ </View>
802
993
  <View
803
994
  collapsable={false}
804
- size={12}
805
995
  style={
806
- [
807
- {
808
- "backgroundColor": "#795e90",
809
- "borderRadius": 8,
810
- "height": 12,
811
- "marginHorizontal": 8,
812
- "width": 12,
813
- },
814
- {},
815
- ]
996
+ {
997
+ "transform": [
998
+ {
999
+ "scale": 1,
1000
+ },
1001
+ ],
1002
+ }
816
1003
  }
817
- themeVariant="text-primary"
818
- />
1004
+ >
1005
+ <View
1006
+ collapsable={false}
1007
+ size={12}
1008
+ style={
1009
+ [
1010
+ {
1011
+ "backgroundColor": "#795e90",
1012
+ "borderRadius": 8,
1013
+ "height": 12,
1014
+ "marginHorizontal": 8,
1015
+ "width": 12,
1016
+ },
1017
+ {},
1018
+ ]
1019
+ }
1020
+ themeVariant="text-primary"
1021
+ />
1022
+ </View>
819
1023
  </View>
820
1024
  </View>
1025
+ <View
1026
+ pointerEvents="box-none"
1027
+ position="bottom"
1028
+ style={
1029
+ [
1030
+ {
1031
+ "bottom": 0,
1032
+ "elevation": 9999,
1033
+ "flexDirection": "column-reverse",
1034
+ "left": 0,
1035
+ "paddingHorizontal": 24,
1036
+ "paddingVertical": 16,
1037
+ "position": "absolute",
1038
+ "right": 0,
1039
+ "top": 0,
1040
+ },
1041
+ undefined,
1042
+ ]
1043
+ }
1044
+ />
821
1045
  </View>
822
1046
  `;
823
1047
 
824
1048
  exports[`Button renders correctly 9`] = `
825
1049
  <View
826
- accessibilityState={
1050
+ style={
827
1051
  {
828
- "disabled": true,
1052
+ "flex": 1,
829
1053
  }
830
1054
  }
831
- accessibilityValue={
832
- {
833
- "max": undefined,
834
- "min": undefined,
835
- "now": undefined,
836
- "text": undefined,
1055
+ >
1056
+ <View
1057
+ accessibilityState={
1058
+ {
1059
+ "disabled": true,
1060
+ }
837
1061
  }
838
- }
839
- accessible={true}
840
- focusable={true}
841
- onClick={[Function]}
842
- onResponderGrant={[Function]}
843
- onResponderMove={[Function]}
844
- onResponderRelease={[Function]}
845
- onResponderTerminate={[Function]}
846
- onResponderTerminationRequest={[Function]}
847
- onStartShouldSetResponder={[Function]}
848
- style={
849
- [
1062
+ accessibilityValue={
850
1063
  {
851
- "alignItems": "center",
852
- "backgroundColor": "transparent",
853
- "borderRadius": 4,
854
- "borderWidth": 0,
855
- "flexDirection": "row",
856
- "height": 60,
857
- "justifyContent": "center",
858
- "padding": 12,
859
- },
860
- undefined,
861
- ]
862
- }
863
- >
864
- <Text
865
- allowFontScaling={false}
866
- disabled={true}
867
- ellipsizeMode="tail"
868
- numberOfLines={1}
1064
+ "max": undefined,
1065
+ "min": undefined,
1066
+ "now": undefined,
1067
+ "text": undefined,
1068
+ }
1069
+ }
1070
+ accessible={true}
1071
+ focusable={true}
1072
+ onClick={[Function]}
1073
+ onResponderGrant={[Function]}
1074
+ onResponderMove={[Function]}
1075
+ onResponderRelease={[Function]}
1076
+ onResponderTerminate={[Function]}
1077
+ onResponderTerminationRequest={[Function]}
1078
+ onStartShouldSetResponder={[Function]}
869
1079
  style={
870
1080
  [
871
1081
  {
872
- "color": "#001f23",
873
- "fontFamily": "BeVietnamPro-SemiBold",
874
- "fontSize": 16,
875
- "letterSpacing": 0.24,
876
- "lineHeight": 24,
1082
+ "alignItems": "center",
1083
+ "backgroundColor": "transparent",
1084
+ "borderRadius": 4,
1085
+ "borderWidth": 0,
1086
+ "flexDirection": "row",
1087
+ "height": 60,
1088
+ "justifyContent": "center",
1089
+ "padding": 12,
877
1090
  },
1091
+ undefined,
1092
+ ]
1093
+ }
1094
+ >
1095
+ <Text
1096
+ allowFontScaling={false}
1097
+ disabled={true}
1098
+ ellipsizeMode="tail"
1099
+ numberOfLines={1}
1100
+ style={
878
1101
  [
879
1102
  {
880
- "color": "#bfc1c5",
881
- "flexShrink": 1,
882
- "lineHeight": 22,
883
- "textAlign": "center",
1103
+ "color": "#001f23",
1104
+ "fontFamily": "BeVietnamPro-SemiBold",
1105
+ "fontSize": 16,
1106
+ "letterSpacing": 0.24,
1107
+ "lineHeight": 24,
884
1108
  },
885
- undefined,
886
- ],
1109
+ [
1110
+ {
1111
+ "color": "#bfc1c5",
1112
+ "flexShrink": 1,
1113
+ "lineHeight": 22,
1114
+ "textAlign": "center",
1115
+ },
1116
+ undefined,
1117
+ ],
1118
+ ]
1119
+ }
1120
+ themeButtonVariant="text-primary"
1121
+ themeIntent="body"
1122
+ themeTypeface="neutral"
1123
+ themeVariant="regular-bold"
1124
+ >
1125
+ A button
1126
+ </Text>
1127
+ </View>
1128
+ <View
1129
+ pointerEvents="box-none"
1130
+ position="bottom"
1131
+ style={
1132
+ [
1133
+ {
1134
+ "bottom": 0,
1135
+ "elevation": 9999,
1136
+ "flexDirection": "column-reverse",
1137
+ "left": 0,
1138
+ "paddingHorizontal": 24,
1139
+ "paddingVertical": 16,
1140
+ "position": "absolute",
1141
+ "right": 0,
1142
+ "top": 0,
1143
+ },
1144
+ undefined,
887
1145
  ]
888
1146
  }
889
- themeButtonVariant="text-primary"
890
- themeIntent="body"
891
- themeTypeface="neutral"
892
- themeVariant="regular-bold"
893
- >
894
- A button
895
- </Text>
1147
+ />
896
1148
  </View>
897
1149
  `;
898
1150
 
899
1151
  exports[`Button renders correctly 10`] = `
900
1152
  <View
901
- accessibilityState={
1153
+ style={
902
1154
  {
903
- "disabled": false,
1155
+ "flex": 1,
904
1156
  }
905
1157
  }
906
- accessibilityValue={
907
- {
908
- "max": undefined,
909
- "min": undefined,
910
- "now": undefined,
911
- "text": undefined,
1158
+ >
1159
+ <View
1160
+ accessibilityState={
1161
+ {
1162
+ "disabled": false,
1163
+ }
912
1164
  }
913
- }
914
- accessible={true}
915
- focusable={true}
916
- onClick={[Function]}
917
- onResponderGrant={[Function]}
918
- onResponderMove={[Function]}
919
- onResponderRelease={[Function]}
920
- onResponderTerminate={[Function]}
921
- onResponderTerminationRequest={[Function]}
922
- onStartShouldSetResponder={[Function]}
923
- style={
924
- [
1165
+ accessibilityValue={
925
1166
  {
926
- "alignItems": "center",
927
- "backgroundColor": "transparent",
928
- "borderRadius": 4,
929
- "borderWidth": 0,
930
- "flexDirection": "row",
931
- "height": 60,
932
- "justifyContent": "center",
933
- "padding": 12,
934
- },
935
- undefined,
936
- ]
937
- }
938
- >
939
- <Text
940
- allowFontScaling={false}
941
- disabled={false}
942
- ellipsizeMode="tail"
943
- numberOfLines={1}
1167
+ "max": undefined,
1168
+ "min": undefined,
1169
+ "now": undefined,
1170
+ "text": undefined,
1171
+ }
1172
+ }
1173
+ accessible={true}
1174
+ focusable={true}
1175
+ onClick={[Function]}
1176
+ onResponderGrant={[Function]}
1177
+ onResponderMove={[Function]}
1178
+ onResponderRelease={[Function]}
1179
+ onResponderTerminate={[Function]}
1180
+ onResponderTerminationRequest={[Function]}
1181
+ onStartShouldSetResponder={[Function]}
944
1182
  style={
945
1183
  [
946
1184
  {
947
- "color": "#001f23",
948
- "fontFamily": "BeVietnamPro-SemiBold",
949
- "fontSize": 16,
950
- "letterSpacing": 0.24,
951
- "lineHeight": 24,
1185
+ "alignItems": "center",
1186
+ "backgroundColor": "transparent",
1187
+ "borderRadius": 4,
1188
+ "borderWidth": 0,
1189
+ "flexDirection": "row",
1190
+ "height": 60,
1191
+ "justifyContent": "center",
1192
+ "padding": 12,
952
1193
  },
1194
+ undefined,
1195
+ ]
1196
+ }
1197
+ >
1198
+ <Text
1199
+ allowFontScaling={false}
1200
+ disabled={false}
1201
+ ellipsizeMode="tail"
1202
+ numberOfLines={1}
1203
+ style={
953
1204
  [
954
1205
  {
955
- "color": "#795e90",
956
- "flexShrink": 1,
957
- "lineHeight": 22,
958
- "textAlign": "center",
1206
+ "color": "#001f23",
1207
+ "fontFamily": "BeVietnamPro-SemiBold",
1208
+ "fontSize": 16,
1209
+ "letterSpacing": 0.24,
1210
+ "lineHeight": 24,
959
1211
  },
960
- undefined,
961
- ],
1212
+ [
1213
+ {
1214
+ "color": "#795e90",
1215
+ "flexShrink": 1,
1216
+ "lineHeight": 22,
1217
+ "textAlign": "center",
1218
+ },
1219
+ undefined,
1220
+ ],
1221
+ ]
1222
+ }
1223
+ themeButtonVariant="text-secondary"
1224
+ themeIntent="body"
1225
+ themeTypeface="neutral"
1226
+ themeVariant="regular-bold"
1227
+ >
1228
+ A button
1229
+ </Text>
1230
+ </View>
1231
+ <View
1232
+ pointerEvents="box-none"
1233
+ position="bottom"
1234
+ style={
1235
+ [
1236
+ {
1237
+ "bottom": 0,
1238
+ "elevation": 9999,
1239
+ "flexDirection": "column-reverse",
1240
+ "left": 0,
1241
+ "paddingHorizontal": 24,
1242
+ "paddingVertical": 16,
1243
+ "position": "absolute",
1244
+ "right": 0,
1245
+ "top": 0,
1246
+ },
1247
+ undefined,
962
1248
  ]
963
1249
  }
964
- themeButtonVariant="text-secondary"
965
- themeIntent="body"
966
- themeTypeface="neutral"
967
- themeVariant="regular-bold"
968
- >
969
- A button
970
- </Text>
1250
+ />
971
1251
  </View>
972
1252
  `;
973
1253
 
974
1254
  exports[`Button renders correctly 11`] = `
975
1255
  <View
976
- accessibilityState={
977
- {
978
- "disabled": true,
979
- }
980
- }
981
- accessibilityValue={
1256
+ style={
982
1257
  {
983
- "max": undefined,
984
- "min": undefined,
985
- "now": undefined,
986
- "text": undefined,
1258
+ "flex": 1,
987
1259
  }
988
1260
  }
989
- accessible={true}
990
- focusable={true}
991
- onClick={[Function]}
992
- onResponderGrant={[Function]}
993
- onResponderMove={[Function]}
994
- onResponderRelease={[Function]}
995
- onResponderTerminate={[Function]}
996
- onResponderTerminationRequest={[Function]}
997
- onStartShouldSetResponder={[Function]}
998
- style={
999
- [
1000
- {
1001
- "alignItems": "center",
1002
- "backgroundColor": "#ece8ef",
1003
- "borderRadius": 4,
1004
- "borderWidth": 0,
1005
- "flexDirection": "row",
1006
- "height": 60,
1007
- "justifyContent": "center",
1008
- "padding": 12,
1009
- },
1010
- undefined,
1011
- ]
1012
- }
1013
1261
  >
1014
1262
  <View
1015
- collapsable={false}
1263
+ accessibilityState={
1264
+ {
1265
+ "disabled": true,
1266
+ }
1267
+ }
1268
+ accessibilityValue={
1269
+ {
1270
+ "max": undefined,
1271
+ "min": undefined,
1272
+ "now": undefined,
1273
+ "text": undefined,
1274
+ }
1275
+ }
1276
+ accessible={true}
1277
+ focusable={true}
1278
+ onClick={[Function]}
1279
+ onResponderGrant={[Function]}
1280
+ onResponderMove={[Function]}
1281
+ onResponderRelease={[Function]}
1282
+ onResponderTerminate={[Function]}
1283
+ onResponderTerminationRequest={[Function]}
1284
+ onStartShouldSetResponder={[Function]}
1016
1285
  style={
1017
1286
  [
1018
1287
  {
1019
1288
  "alignItems": "center",
1289
+ "backgroundColor": "#ece8ef",
1290
+ "borderRadius": 4,
1291
+ "borderWidth": 0,
1020
1292
  "flexDirection": "row",
1293
+ "height": 60,
1021
1294
  "justifyContent": "center",
1295
+ "padding": 12,
1022
1296
  },
1023
- {},
1297
+ undefined,
1024
1298
  ]
1025
1299
  }
1026
- testID="undefined-loading-indicator"
1027
1300
  >
1028
1301
  <View
1029
1302
  collapsable={false}
1030
1303
  style={
1031
- {
1032
- "transform": [
1033
- {
1034
- "scale": 1,
1035
- },
1036
- ],
1037
- }
1304
+ [
1305
+ {
1306
+ "alignItems": "center",
1307
+ "flexDirection": "row",
1308
+ "justifyContent": "center",
1309
+ },
1310
+ {},
1311
+ ]
1038
1312
  }
1313
+ testID="undefined-loading-indicator"
1039
1314
  >
1040
1315
  <View
1041
1316
  collapsable={false}
1042
- size={12}
1043
1317
  style={
1044
- [
1045
- {
1046
- "backgroundColor": "#795e90",
1047
- "borderRadius": 8,
1048
- "height": 12,
1049
- "marginHorizontal": 8,
1050
- "width": 12,
1051
- },
1052
- {},
1053
- ]
1054
- }
1055
- themeVariant="text-secondary"
1056
- />
1057
- </View>
1058
- <View
1059
- collapsable={false}
1060
- style={
1061
- {
1062
- "transform": [
1063
- {
1064
- "scale": 1,
1065
- },
1066
- ],
1318
+ {
1319
+ "transform": [
1320
+ {
1321
+ "scale": 1,
1322
+ },
1323
+ ],
1324
+ }
1067
1325
  }
1068
- }
1069
- >
1326
+ >
1327
+ <View
1328
+ collapsable={false}
1329
+ size={12}
1330
+ style={
1331
+ [
1332
+ {
1333
+ "backgroundColor": "#795e90",
1334
+ "borderRadius": 8,
1335
+ "height": 12,
1336
+ "marginHorizontal": 8,
1337
+ "width": 12,
1338
+ },
1339
+ {},
1340
+ ]
1341
+ }
1342
+ themeVariant="text-secondary"
1343
+ />
1344
+ </View>
1070
1345
  <View
1071
1346
  collapsable={false}
1072
- size={12}
1073
1347
  style={
1074
- [
1075
- {
1076
- "backgroundColor": "#795e90",
1077
- "borderRadius": 8,
1078
- "height": 12,
1079
- "marginHorizontal": 8,
1080
- "width": 12,
1081
- },
1082
- {},
1083
- ]
1084
- }
1085
- themeVariant="text-secondary"
1086
- />
1087
- </View>
1088
- <View
1089
- collapsable={false}
1090
- style={
1091
- {
1092
- "transform": [
1093
- {
1094
- "scale": 1,
1095
- },
1096
- ],
1348
+ {
1349
+ "transform": [
1350
+ {
1351
+ "scale": 1,
1352
+ },
1353
+ ],
1354
+ }
1097
1355
  }
1098
- }
1099
- >
1356
+ >
1357
+ <View
1358
+ collapsable={false}
1359
+ size={12}
1360
+ style={
1361
+ [
1362
+ {
1363
+ "backgroundColor": "#795e90",
1364
+ "borderRadius": 8,
1365
+ "height": 12,
1366
+ "marginHorizontal": 8,
1367
+ "width": 12,
1368
+ },
1369
+ {},
1370
+ ]
1371
+ }
1372
+ themeVariant="text-secondary"
1373
+ />
1374
+ </View>
1100
1375
  <View
1101
1376
  collapsable={false}
1102
- size={12}
1103
1377
  style={
1104
- [
1105
- {
1106
- "backgroundColor": "#795e90",
1107
- "borderRadius": 8,
1108
- "height": 12,
1109
- "marginHorizontal": 8,
1110
- "width": 12,
1111
- },
1112
- {},
1113
- ]
1378
+ {
1379
+ "transform": [
1380
+ {
1381
+ "scale": 1,
1382
+ },
1383
+ ],
1384
+ }
1114
1385
  }
1115
- themeVariant="text-secondary"
1116
- />
1386
+ >
1387
+ <View
1388
+ collapsable={false}
1389
+ size={12}
1390
+ style={
1391
+ [
1392
+ {
1393
+ "backgroundColor": "#795e90",
1394
+ "borderRadius": 8,
1395
+ "height": 12,
1396
+ "marginHorizontal": 8,
1397
+ "width": 12,
1398
+ },
1399
+ {},
1400
+ ]
1401
+ }
1402
+ themeVariant="text-secondary"
1403
+ />
1404
+ </View>
1117
1405
  </View>
1118
1406
  </View>
1407
+ <View
1408
+ pointerEvents="box-none"
1409
+ position="bottom"
1410
+ style={
1411
+ [
1412
+ {
1413
+ "bottom": 0,
1414
+ "elevation": 9999,
1415
+ "flexDirection": "column-reverse",
1416
+ "left": 0,
1417
+ "paddingHorizontal": 24,
1418
+ "paddingVertical": 16,
1419
+ "position": "absolute",
1420
+ "right": 0,
1421
+ "top": 0,
1422
+ },
1423
+ undefined,
1424
+ ]
1425
+ }
1426
+ />
1119
1427
  </View>
1120
1428
  `;
1121
1429
 
1122
1430
  exports[`Button renders correctly 12`] = `
1123
1431
  <View
1124
- accessibilityState={
1432
+ style={
1125
1433
  {
1126
- "disabled": true,
1434
+ "flex": 1,
1127
1435
  }
1128
1436
  }
1129
- accessibilityValue={
1130
- {
1131
- "max": undefined,
1132
- "min": undefined,
1133
- "now": undefined,
1134
- "text": undefined,
1437
+ >
1438
+ <View
1439
+ accessibilityState={
1440
+ {
1441
+ "disabled": true,
1442
+ }
1135
1443
  }
1136
- }
1137
- accessible={true}
1138
- focusable={true}
1139
- onClick={[Function]}
1140
- onResponderGrant={[Function]}
1141
- onResponderMove={[Function]}
1142
- onResponderRelease={[Function]}
1143
- onResponderTerminate={[Function]}
1144
- onResponderTerminationRequest={[Function]}
1145
- onStartShouldSetResponder={[Function]}
1146
- style={
1147
- [
1444
+ accessibilityValue={
1148
1445
  {
1149
- "alignItems": "center",
1150
- "backgroundColor": "transparent",
1151
- "borderRadius": 4,
1152
- "borderWidth": 0,
1153
- "flexDirection": "row",
1154
- "height": 60,
1155
- "justifyContent": "center",
1156
- "padding": 12,
1157
- },
1158
- undefined,
1159
- ]
1160
- }
1161
- >
1162
- <Text
1163
- allowFontScaling={false}
1164
- disabled={true}
1165
- ellipsizeMode="tail"
1166
- numberOfLines={1}
1446
+ "max": undefined,
1447
+ "min": undefined,
1448
+ "now": undefined,
1449
+ "text": undefined,
1450
+ }
1451
+ }
1452
+ accessible={true}
1453
+ focusable={true}
1454
+ onClick={[Function]}
1455
+ onResponderGrant={[Function]}
1456
+ onResponderMove={[Function]}
1457
+ onResponderRelease={[Function]}
1458
+ onResponderTerminate={[Function]}
1459
+ onResponderTerminationRequest={[Function]}
1460
+ onStartShouldSetResponder={[Function]}
1167
1461
  style={
1168
1462
  [
1169
1463
  {
1170
- "color": "#001f23",
1171
- "fontFamily": "BeVietnamPro-SemiBold",
1172
- "fontSize": 16,
1173
- "letterSpacing": 0.24,
1174
- "lineHeight": 24,
1464
+ "alignItems": "center",
1465
+ "backgroundColor": "transparent",
1466
+ "borderRadius": 4,
1467
+ "borderWidth": 0,
1468
+ "flexDirection": "row",
1469
+ "height": 60,
1470
+ "justifyContent": "center",
1471
+ "padding": 12,
1175
1472
  },
1473
+ undefined,
1474
+ ]
1475
+ }
1476
+ >
1477
+ <Text
1478
+ allowFontScaling={false}
1479
+ disabled={true}
1480
+ ellipsizeMode="tail"
1481
+ numberOfLines={1}
1482
+ style={
1176
1483
  [
1177
1484
  {
1178
- "color": "#bfc1c5",
1179
- "flexShrink": 1,
1180
- "lineHeight": 22,
1181
- "textAlign": "center",
1485
+ "color": "#001f23",
1486
+ "fontFamily": "BeVietnamPro-SemiBold",
1487
+ "fontSize": 16,
1488
+ "letterSpacing": 0.24,
1489
+ "lineHeight": 24,
1182
1490
  },
1183
- undefined,
1184
- ],
1491
+ [
1492
+ {
1493
+ "color": "#bfc1c5",
1494
+ "flexShrink": 1,
1495
+ "lineHeight": 22,
1496
+ "textAlign": "center",
1497
+ },
1498
+ undefined,
1499
+ ],
1500
+ ]
1501
+ }
1502
+ themeButtonVariant="text-secondary"
1503
+ themeIntent="body"
1504
+ themeTypeface="neutral"
1505
+ themeVariant="regular-bold"
1506
+ >
1507
+ A button
1508
+ </Text>
1509
+ </View>
1510
+ <View
1511
+ pointerEvents="box-none"
1512
+ position="bottom"
1513
+ style={
1514
+ [
1515
+ {
1516
+ "bottom": 0,
1517
+ "elevation": 9999,
1518
+ "flexDirection": "column-reverse",
1519
+ "left": 0,
1520
+ "paddingHorizontal": 24,
1521
+ "paddingVertical": 16,
1522
+ "position": "absolute",
1523
+ "right": 0,
1524
+ "top": 0,
1525
+ },
1526
+ undefined,
1185
1527
  ]
1186
1528
  }
1187
- themeButtonVariant="text-secondary"
1188
- themeIntent="body"
1189
- themeTypeface="neutral"
1190
- themeVariant="regular-bold"
1191
- >
1192
- A button
1193
- </Text>
1529
+ />
1194
1530
  </View>
1195
1531
  `;
1196
1532
 
1197
1533
  exports[`Button renders correctly 13`] = `
1198
1534
  <View
1199
- accessibilityState={
1535
+ style={
1200
1536
  {
1201
- "disabled": false,
1537
+ "flex": 1,
1202
1538
  }
1203
1539
  }
1204
- accessibilityValue={
1205
- {
1206
- "max": undefined,
1207
- "min": undefined,
1208
- "now": undefined,
1209
- "text": undefined,
1540
+ >
1541
+ <View
1542
+ accessibilityState={
1543
+ {
1544
+ "disabled": false,
1545
+ }
1210
1546
  }
1211
- }
1212
- accessible={true}
1213
- focusable={true}
1214
- onClick={[Function]}
1215
- onResponderGrant={[Function]}
1216
- onResponderMove={[Function]}
1217
- onResponderRelease={[Function]}
1218
- onResponderTerminate={[Function]}
1219
- onResponderTerminationRequest={[Function]}
1220
- onStartShouldSetResponder={[Function]}
1221
- style={
1222
- [
1547
+ accessibilityValue={
1223
1548
  {
1224
- "alignItems": "center",
1225
- "backgroundColor": "transparent",
1226
- "borderRadius": 4,
1227
- "borderWidth": 0,
1228
- "flexDirection": "row",
1229
- "height": 60,
1230
- "justifyContent": "center",
1231
- "padding": 12,
1232
- },
1233
- undefined,
1234
- ]
1235
- }
1236
- >
1237
- <Text
1238
- allowFontScaling={false}
1239
- disabled={false}
1240
- ellipsizeMode="tail"
1241
- numberOfLines={1}
1549
+ "max": undefined,
1550
+ "min": undefined,
1551
+ "now": undefined,
1552
+ "text": undefined,
1553
+ }
1554
+ }
1555
+ accessible={true}
1556
+ focusable={true}
1557
+ onClick={[Function]}
1558
+ onResponderGrant={[Function]}
1559
+ onResponderMove={[Function]}
1560
+ onResponderRelease={[Function]}
1561
+ onResponderTerminate={[Function]}
1562
+ onResponderTerminationRequest={[Function]}
1563
+ onStartShouldSetResponder={[Function]}
1242
1564
  style={
1243
1565
  [
1244
1566
  {
1245
- "color": "#001f23",
1246
- "fontFamily": "BeVietnamPro-SemiBold",
1247
- "fontSize": 16,
1248
- "letterSpacing": 0.24,
1249
- "lineHeight": 24,
1567
+ "alignItems": "center",
1568
+ "backgroundColor": "transparent",
1569
+ "borderRadius": 4,
1570
+ "borderWidth": 0,
1571
+ "flexDirection": "row",
1572
+ "height": 60,
1573
+ "justifyContent": "center",
1574
+ "padding": 12,
1250
1575
  },
1576
+ undefined,
1577
+ ]
1578
+ }
1579
+ >
1580
+ <Text
1581
+ allowFontScaling={false}
1582
+ disabled={false}
1583
+ ellipsizeMode="tail"
1584
+ numberOfLines={1}
1585
+ style={
1251
1586
  [
1252
1587
  {
1253
- "color": "#cb300a",
1254
- "flexShrink": 1,
1255
- "lineHeight": 22,
1256
- "textAlign": "center",
1588
+ "color": "#001f23",
1589
+ "fontFamily": "BeVietnamPro-SemiBold",
1590
+ "fontSize": 16,
1591
+ "letterSpacing": 0.24,
1592
+ "lineHeight": 24,
1257
1593
  },
1258
- undefined,
1259
- ],
1594
+ [
1595
+ {
1596
+ "color": "#cb300a",
1597
+ "flexShrink": 1,
1598
+ "lineHeight": 22,
1599
+ "textAlign": "center",
1600
+ },
1601
+ undefined,
1602
+ ],
1603
+ ]
1604
+ }
1605
+ themeButtonVariant="text-danger"
1606
+ themeIntent="body"
1607
+ themeTypeface="neutral"
1608
+ themeVariant="regular-bold"
1609
+ >
1610
+ A button
1611
+ </Text>
1612
+ </View>
1613
+ <View
1614
+ pointerEvents="box-none"
1615
+ position="bottom"
1616
+ style={
1617
+ [
1618
+ {
1619
+ "bottom": 0,
1620
+ "elevation": 9999,
1621
+ "flexDirection": "column-reverse",
1622
+ "left": 0,
1623
+ "paddingHorizontal": 24,
1624
+ "paddingVertical": 16,
1625
+ "position": "absolute",
1626
+ "right": 0,
1627
+ "top": 0,
1628
+ },
1629
+ undefined,
1260
1630
  ]
1261
1631
  }
1262
- themeButtonVariant="text-danger"
1263
- themeIntent="body"
1264
- themeTypeface="neutral"
1265
- themeVariant="regular-bold"
1266
- >
1267
- A button
1268
- </Text>
1632
+ />
1269
1633
  </View>
1270
1634
  `;
1271
1635
 
1272
1636
  exports[`Button renders correctly 14`] = `
1273
1637
  <View
1274
- accessibilityState={
1275
- {
1276
- "disabled": true,
1277
- }
1278
- }
1279
- accessibilityValue={
1638
+ style={
1280
1639
  {
1281
- "max": undefined,
1282
- "min": undefined,
1283
- "now": undefined,
1284
- "text": undefined,
1640
+ "flex": 1,
1285
1641
  }
1286
1642
  }
1287
- accessible={true}
1288
- focusable={true}
1289
- onClick={[Function]}
1290
- onResponderGrant={[Function]}
1291
- onResponderMove={[Function]}
1292
- onResponderRelease={[Function]}
1293
- onResponderTerminate={[Function]}
1294
- onResponderTerminationRequest={[Function]}
1295
- onStartShouldSetResponder={[Function]}
1296
- style={
1297
- [
1298
- {
1299
- "alignItems": "center",
1300
- "backgroundColor": "#ece8ef",
1301
- "borderRadius": 4,
1302
- "borderWidth": 0,
1303
- "flexDirection": "row",
1304
- "height": 60,
1305
- "justifyContent": "center",
1306
- "padding": 12,
1307
- },
1308
- undefined,
1309
- ]
1310
- }
1311
1643
  >
1312
1644
  <View
1313
- collapsable={false}
1645
+ accessibilityState={
1646
+ {
1647
+ "disabled": true,
1648
+ }
1649
+ }
1650
+ accessibilityValue={
1651
+ {
1652
+ "max": undefined,
1653
+ "min": undefined,
1654
+ "now": undefined,
1655
+ "text": undefined,
1656
+ }
1657
+ }
1658
+ accessible={true}
1659
+ focusable={true}
1660
+ onClick={[Function]}
1661
+ onResponderGrant={[Function]}
1662
+ onResponderMove={[Function]}
1663
+ onResponderRelease={[Function]}
1664
+ onResponderTerminate={[Function]}
1665
+ onResponderTerminationRequest={[Function]}
1666
+ onStartShouldSetResponder={[Function]}
1314
1667
  style={
1315
1668
  [
1316
1669
  {
1317
1670
  "alignItems": "center",
1671
+ "backgroundColor": "#ece8ef",
1672
+ "borderRadius": 4,
1673
+ "borderWidth": 0,
1318
1674
  "flexDirection": "row",
1675
+ "height": 60,
1319
1676
  "justifyContent": "center",
1677
+ "padding": 12,
1320
1678
  },
1321
- {},
1679
+ undefined,
1322
1680
  ]
1323
1681
  }
1324
- testID="undefined-loading-indicator"
1325
1682
  >
1326
1683
  <View
1327
1684
  collapsable={false}
1328
1685
  style={
1329
- {
1330
- "transform": [
1331
- {
1332
- "scale": 1,
1333
- },
1334
- ],
1335
- }
1686
+ [
1687
+ {
1688
+ "alignItems": "center",
1689
+ "flexDirection": "row",
1690
+ "justifyContent": "center",
1691
+ },
1692
+ {},
1693
+ ]
1336
1694
  }
1695
+ testID="undefined-loading-indicator"
1337
1696
  >
1338
1697
  <View
1339
1698
  collapsable={false}
1340
- size={12}
1341
1699
  style={
1342
- [
1343
- {
1344
- "backgroundColor": "#cb300a",
1345
- "borderRadius": 8,
1346
- "height": 12,
1347
- "marginHorizontal": 8,
1348
- "width": 12,
1349
- },
1350
- {},
1351
- ]
1352
- }
1353
- themeVariant="text-danger"
1354
- />
1355
- </View>
1356
- <View
1357
- collapsable={false}
1358
- style={
1359
- {
1360
- "transform": [
1361
- {
1362
- "scale": 1,
1363
- },
1364
- ],
1700
+ {
1701
+ "transform": [
1702
+ {
1703
+ "scale": 1,
1704
+ },
1705
+ ],
1706
+ }
1365
1707
  }
1366
- }
1367
- >
1708
+ >
1709
+ <View
1710
+ collapsable={false}
1711
+ size={12}
1712
+ style={
1713
+ [
1714
+ {
1715
+ "backgroundColor": "#cb300a",
1716
+ "borderRadius": 8,
1717
+ "height": 12,
1718
+ "marginHorizontal": 8,
1719
+ "width": 12,
1720
+ },
1721
+ {},
1722
+ ]
1723
+ }
1724
+ themeVariant="text-danger"
1725
+ />
1726
+ </View>
1368
1727
  <View
1369
1728
  collapsable={false}
1370
- size={12}
1371
1729
  style={
1372
- [
1373
- {
1374
- "backgroundColor": "#cb300a",
1375
- "borderRadius": 8,
1376
- "height": 12,
1377
- "marginHorizontal": 8,
1378
- "width": 12,
1379
- },
1380
- {},
1381
- ]
1382
- }
1383
- themeVariant="text-danger"
1384
- />
1385
- </View>
1386
- <View
1387
- collapsable={false}
1388
- style={
1389
- {
1390
- "transform": [
1391
- {
1392
- "scale": 1,
1393
- },
1394
- ],
1730
+ {
1731
+ "transform": [
1732
+ {
1733
+ "scale": 1,
1734
+ },
1735
+ ],
1736
+ }
1395
1737
  }
1396
- }
1397
- >
1738
+ >
1739
+ <View
1740
+ collapsable={false}
1741
+ size={12}
1742
+ style={
1743
+ [
1744
+ {
1745
+ "backgroundColor": "#cb300a",
1746
+ "borderRadius": 8,
1747
+ "height": 12,
1748
+ "marginHorizontal": 8,
1749
+ "width": 12,
1750
+ },
1751
+ {},
1752
+ ]
1753
+ }
1754
+ themeVariant="text-danger"
1755
+ />
1756
+ </View>
1398
1757
  <View
1399
1758
  collapsable={false}
1400
- size={12}
1401
1759
  style={
1402
- [
1403
- {
1404
- "backgroundColor": "#cb300a",
1405
- "borderRadius": 8,
1406
- "height": 12,
1407
- "marginHorizontal": 8,
1408
- "width": 12,
1409
- },
1410
- {},
1411
- ]
1760
+ {
1761
+ "transform": [
1762
+ {
1763
+ "scale": 1,
1764
+ },
1765
+ ],
1766
+ }
1412
1767
  }
1413
- themeVariant="text-danger"
1414
- />
1768
+ >
1769
+ <View
1770
+ collapsable={false}
1771
+ size={12}
1772
+ style={
1773
+ [
1774
+ {
1775
+ "backgroundColor": "#cb300a",
1776
+ "borderRadius": 8,
1777
+ "height": 12,
1778
+ "marginHorizontal": 8,
1779
+ "width": 12,
1780
+ },
1781
+ {},
1782
+ ]
1783
+ }
1784
+ themeVariant="text-danger"
1785
+ />
1786
+ </View>
1415
1787
  </View>
1416
1788
  </View>
1789
+ <View
1790
+ pointerEvents="box-none"
1791
+ position="bottom"
1792
+ style={
1793
+ [
1794
+ {
1795
+ "bottom": 0,
1796
+ "elevation": 9999,
1797
+ "flexDirection": "column-reverse",
1798
+ "left": 0,
1799
+ "paddingHorizontal": 24,
1800
+ "paddingVertical": 16,
1801
+ "position": "absolute",
1802
+ "right": 0,
1803
+ "top": 0,
1804
+ },
1805
+ undefined,
1806
+ ]
1807
+ }
1808
+ />
1417
1809
  </View>
1418
1810
  `;
1419
1811
 
1420
1812
  exports[`Button renders correctly 15`] = `
1421
1813
  <View
1422
- accessibilityState={
1814
+ style={
1423
1815
  {
1424
- "disabled": true,
1816
+ "flex": 1,
1425
1817
  }
1426
1818
  }
1427
- accessibilityValue={
1428
- {
1429
- "max": undefined,
1430
- "min": undefined,
1431
- "now": undefined,
1432
- "text": undefined,
1819
+ >
1820
+ <View
1821
+ accessibilityState={
1822
+ {
1823
+ "disabled": true,
1824
+ }
1433
1825
  }
1434
- }
1435
- accessible={true}
1436
- focusable={true}
1437
- onClick={[Function]}
1438
- onResponderGrant={[Function]}
1439
- onResponderMove={[Function]}
1440
- onResponderRelease={[Function]}
1441
- onResponderTerminate={[Function]}
1442
- onResponderTerminationRequest={[Function]}
1443
- onStartShouldSetResponder={[Function]}
1444
- style={
1445
- [
1826
+ accessibilityValue={
1446
1827
  {
1447
- "alignItems": "center",
1448
- "backgroundColor": "transparent",
1449
- "borderRadius": 4,
1450
- "borderWidth": 0,
1451
- "flexDirection": "row",
1452
- "height": 60,
1453
- "justifyContent": "center",
1454
- "padding": 12,
1455
- },
1456
- undefined,
1457
- ]
1458
- }
1459
- >
1460
- <Text
1461
- allowFontScaling={false}
1462
- disabled={true}
1463
- ellipsizeMode="tail"
1464
- numberOfLines={1}
1828
+ "max": undefined,
1829
+ "min": undefined,
1830
+ "now": undefined,
1831
+ "text": undefined,
1832
+ }
1833
+ }
1834
+ accessible={true}
1835
+ focusable={true}
1836
+ onClick={[Function]}
1837
+ onResponderGrant={[Function]}
1838
+ onResponderMove={[Function]}
1839
+ onResponderRelease={[Function]}
1840
+ onResponderTerminate={[Function]}
1841
+ onResponderTerminationRequest={[Function]}
1842
+ onStartShouldSetResponder={[Function]}
1465
1843
  style={
1466
1844
  [
1467
1845
  {
1468
- "color": "#001f23",
1469
- "fontFamily": "BeVietnamPro-SemiBold",
1470
- "fontSize": 16,
1471
- "letterSpacing": 0.24,
1472
- "lineHeight": 24,
1846
+ "alignItems": "center",
1847
+ "backgroundColor": "transparent",
1848
+ "borderRadius": 4,
1849
+ "borderWidth": 0,
1850
+ "flexDirection": "row",
1851
+ "height": 60,
1852
+ "justifyContent": "center",
1853
+ "padding": 12,
1473
1854
  },
1855
+ undefined,
1856
+ ]
1857
+ }
1858
+ >
1859
+ <Text
1860
+ allowFontScaling={false}
1861
+ disabled={true}
1862
+ ellipsizeMode="tail"
1863
+ numberOfLines={1}
1864
+ style={
1474
1865
  [
1475
1866
  {
1476
- "color": "#bfc1c5",
1477
- "flexShrink": 1,
1478
- "lineHeight": 22,
1479
- "textAlign": "center",
1867
+ "color": "#001f23",
1868
+ "fontFamily": "BeVietnamPro-SemiBold",
1869
+ "fontSize": 16,
1870
+ "letterSpacing": 0.24,
1871
+ "lineHeight": 24,
1480
1872
  },
1481
- undefined,
1482
- ],
1873
+ [
1874
+ {
1875
+ "color": "#bfc1c5",
1876
+ "flexShrink": 1,
1877
+ "lineHeight": 22,
1878
+ "textAlign": "center",
1879
+ },
1880
+ undefined,
1881
+ ],
1882
+ ]
1883
+ }
1884
+ themeButtonVariant="text-danger"
1885
+ themeIntent="body"
1886
+ themeTypeface="neutral"
1887
+ themeVariant="regular-bold"
1888
+ >
1889
+ A button
1890
+ </Text>
1891
+ </View>
1892
+ <View
1893
+ pointerEvents="box-none"
1894
+ position="bottom"
1895
+ style={
1896
+ [
1897
+ {
1898
+ "bottom": 0,
1899
+ "elevation": 9999,
1900
+ "flexDirection": "column-reverse",
1901
+ "left": 0,
1902
+ "paddingHorizontal": 24,
1903
+ "paddingVertical": 16,
1904
+ "position": "absolute",
1905
+ "right": 0,
1906
+ "top": 0,
1907
+ },
1908
+ undefined,
1483
1909
  ]
1484
1910
  }
1485
- themeButtonVariant="text-danger"
1486
- themeIntent="body"
1487
- themeTypeface="neutral"
1488
- themeVariant="regular-bold"
1489
- >
1490
- A button
1491
- </Text>
1911
+ />
1492
1912
  </View>
1493
1913
  `;
1494
1914
 
1495
1915
  exports[`Button renders loading icon 1`] = `
1496
1916
  <View
1497
- accessibilityState={
1498
- {
1499
- "disabled": true,
1500
- }
1501
- }
1502
- accessibilityValue={
1917
+ style={
1503
1918
  {
1504
- "max": undefined,
1505
- "min": undefined,
1506
- "now": undefined,
1507
- "text": undefined,
1919
+ "flex": 1,
1508
1920
  }
1509
1921
  }
1510
- accessible={true}
1511
- focusable={true}
1512
- onClick={[Function]}
1513
- onResponderGrant={[Function]}
1514
- onResponderMove={[Function]}
1515
- onResponderRelease={[Function]}
1516
- onResponderTerminate={[Function]}
1517
- onResponderTerminationRequest={[Function]}
1518
- onStartShouldSetResponder={[Function]}
1519
- style={
1520
- [
1521
- {
1522
- "alignItems": "center",
1523
- "alignSelf": "stretch",
1524
- "backgroundColor": "#401960",
1525
- "borderRadius": 32,
1526
- "flexDirection": "row",
1527
- "height": 60,
1528
- "justifyContent": "center",
1529
- "padding": 16,
1530
- },
1531
- undefined,
1532
- ]
1533
- }
1534
- testID="button"
1535
1922
  >
1536
1923
  <View
1537
- collapsable={false}
1924
+ accessibilityState={
1925
+ {
1926
+ "disabled": true,
1927
+ }
1928
+ }
1929
+ accessibilityValue={
1930
+ {
1931
+ "max": undefined,
1932
+ "min": undefined,
1933
+ "now": undefined,
1934
+ "text": undefined,
1935
+ }
1936
+ }
1937
+ accessible={true}
1938
+ focusable={true}
1939
+ onClick={[Function]}
1940
+ onResponderGrant={[Function]}
1941
+ onResponderMove={[Function]}
1942
+ onResponderRelease={[Function]}
1943
+ onResponderTerminate={[Function]}
1944
+ onResponderTerminationRequest={[Function]}
1945
+ onStartShouldSetResponder={[Function]}
1538
1946
  style={
1539
1947
  [
1540
1948
  {
1541
1949
  "alignItems": "center",
1950
+ "alignSelf": "stretch",
1951
+ "backgroundColor": "#401960",
1952
+ "borderRadius": 32,
1542
1953
  "flexDirection": "row",
1954
+ "height": 60,
1543
1955
  "justifyContent": "center",
1956
+ "padding": 16,
1544
1957
  },
1545
- {},
1958
+ undefined,
1546
1959
  ]
1547
1960
  }
1548
- testID="button-loading-indicator"
1961
+ testID="button"
1549
1962
  >
1550
1963
  <View
1551
1964
  collapsable={false}
1552
1965
  style={
1553
- {
1554
- "transform": [
1555
- {
1556
- "scale": 1,
1557
- },
1558
- ],
1559
- }
1966
+ [
1967
+ {
1968
+ "alignItems": "center",
1969
+ "flexDirection": "row",
1970
+ "justifyContent": "center",
1971
+ },
1972
+ {},
1973
+ ]
1560
1974
  }
1975
+ testID="button-loading-indicator"
1561
1976
  >
1562
1977
  <View
1563
1978
  collapsable={false}
1564
- size={12}
1565
1979
  style={
1566
- [
1567
- {
1568
- "backgroundColor": "#ffffff",
1569
- "borderRadius": 8,
1570
- "height": 12,
1571
- "marginHorizontal": 8,
1572
- "width": 12,
1573
- },
1574
- {},
1575
- ]
1576
- }
1577
- themeVariant="filled-primary"
1578
- />
1579
- </View>
1580
- <View
1581
- collapsable={false}
1582
- style={
1583
- {
1584
- "transform": [
1585
- {
1586
- "scale": 1,
1587
- },
1588
- ],
1980
+ {
1981
+ "transform": [
1982
+ {
1983
+ "scale": 1,
1984
+ },
1985
+ ],
1986
+ }
1589
1987
  }
1590
- }
1591
- >
1988
+ >
1989
+ <View
1990
+ collapsable={false}
1991
+ size={12}
1992
+ style={
1993
+ [
1994
+ {
1995
+ "backgroundColor": "#ffffff",
1996
+ "borderRadius": 8,
1997
+ "height": 12,
1998
+ "marginHorizontal": 8,
1999
+ "width": 12,
2000
+ },
2001
+ {},
2002
+ ]
2003
+ }
2004
+ themeVariant="filled-primary"
2005
+ />
2006
+ </View>
1592
2007
  <View
1593
2008
  collapsable={false}
1594
- size={12}
1595
2009
  style={
1596
- [
1597
- {
1598
- "backgroundColor": "#ffffff",
1599
- "borderRadius": 8,
1600
- "height": 12,
1601
- "marginHorizontal": 8,
1602
- "width": 12,
1603
- },
1604
- {},
1605
- ]
1606
- }
1607
- themeVariant="filled-primary"
1608
- />
1609
- </View>
1610
- <View
1611
- collapsable={false}
1612
- style={
1613
- {
1614
- "transform": [
1615
- {
1616
- "scale": 1,
1617
- },
1618
- ],
2010
+ {
2011
+ "transform": [
2012
+ {
2013
+ "scale": 1,
2014
+ },
2015
+ ],
2016
+ }
1619
2017
  }
1620
- }
1621
- >
2018
+ >
2019
+ <View
2020
+ collapsable={false}
2021
+ size={12}
2022
+ style={
2023
+ [
2024
+ {
2025
+ "backgroundColor": "#ffffff",
2026
+ "borderRadius": 8,
2027
+ "height": 12,
2028
+ "marginHorizontal": 8,
2029
+ "width": 12,
2030
+ },
2031
+ {},
2032
+ ]
2033
+ }
2034
+ themeVariant="filled-primary"
2035
+ />
2036
+ </View>
1622
2037
  <View
1623
2038
  collapsable={false}
1624
- size={12}
1625
2039
  style={
1626
- [
1627
- {
1628
- "backgroundColor": "#ffffff",
1629
- "borderRadius": 8,
1630
- "height": 12,
1631
- "marginHorizontal": 8,
1632
- "width": 12,
1633
- },
1634
- {},
1635
- ]
2040
+ {
2041
+ "transform": [
2042
+ {
2043
+ "scale": 1,
2044
+ },
2045
+ ],
2046
+ }
1636
2047
  }
1637
- themeVariant="filled-primary"
1638
- />
2048
+ >
2049
+ <View
2050
+ collapsable={false}
2051
+ size={12}
2052
+ style={
2053
+ [
2054
+ {
2055
+ "backgroundColor": "#ffffff",
2056
+ "borderRadius": 8,
2057
+ "height": 12,
2058
+ "marginHorizontal": 8,
2059
+ "width": 12,
2060
+ },
2061
+ {},
2062
+ ]
2063
+ }
2064
+ themeVariant="filled-primary"
2065
+ />
2066
+ </View>
1639
2067
  </View>
1640
2068
  </View>
2069
+ <View
2070
+ pointerEvents="box-none"
2071
+ position="bottom"
2072
+ style={
2073
+ [
2074
+ {
2075
+ "bottom": 0,
2076
+ "elevation": 9999,
2077
+ "flexDirection": "column-reverse",
2078
+ "left": 0,
2079
+ "paddingHorizontal": 24,
2080
+ "paddingVertical": 16,
2081
+ "position": "absolute",
2082
+ "right": 0,
2083
+ "top": 0,
2084
+ },
2085
+ undefined,
2086
+ ]
2087
+ }
2088
+ />
1641
2089
  </View>
1642
2090
  `;