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