@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,94 +2,85 @@
2
2
 
3
3
  exports[`rendering renders correctly when checked 1`] = `
4
4
  <View
5
- accessibilityState={
6
- {
7
- "disabled": false,
8
- }
9
- }
10
- accessibilityValue={
5
+ style={
11
6
  {
12
- "max": undefined,
13
- "min": undefined,
14
- "now": undefined,
15
- "text": undefined,
7
+ "flex": 1,
16
8
  }
17
9
  }
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
- [
29
- {
30
- "alignItems": "center",
31
- "backgroundColor": "#ece8ef",
32
- "borderRadius": 4,
33
- "flexDirection": "row",
34
- "opacity": 1,
35
- "padding": 16,
36
- },
37
- undefined,
38
- ]
39
- }
40
10
  >
41
11
  <View
12
+ accessibilityState={
13
+ {
14
+ "disabled": false,
15
+ }
16
+ }
17
+ accessibilityValue={
18
+ {
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]}
42
34
  style={
43
35
  [
44
36
  {
45
- "flex": 1,
37
+ "alignItems": "center",
38
+ "backgroundColor": "#ece8ef",
39
+ "borderRadius": 4,
40
+ "flexDirection": "row",
41
+ "opacity": 1,
42
+ "padding": 16,
46
43
  },
47
44
  undefined,
48
45
  ]
49
46
  }
50
47
  >
51
- <Text
52
- allowFontScaling={false}
48
+ <View
53
49
  style={
54
50
  [
55
51
  {
56
- "color": "#001f23",
57
- "fontFamily": "BeVietnamPro-Regular",
58
- "fontSize": 16,
59
- "letterSpacing": 0.48,
60
- "lineHeight": 24,
52
+ "flex": 1,
61
53
  },
62
54
  undefined,
63
55
  ]
64
56
  }
65
- themeIntent="body"
66
- themeTypeface="neutral"
67
- themeVariant="regular"
68
57
  >
69
- Option A
70
- </Text>
71
- </View>
72
- <View
73
- style={
74
- [
75
- {
76
- "marginLeft": 8,
77
- },
78
- undefined,
79
- ]
80
- }
81
- >
58
+ <Text
59
+ allowFontScaling={false}
60
+ style={
61
+ [
62
+ {
63
+ "color": "#001f23",
64
+ "fontFamily": "BeVietnamPro-Regular",
65
+ "fontSize": 16,
66
+ "letterSpacing": 0.48,
67
+ "lineHeight": 24,
68
+ },
69
+ undefined,
70
+ ]
71
+ }
72
+ themeIntent="body"
73
+ themeTypeface="neutral"
74
+ themeVariant="regular"
75
+ >
76
+ Option A
77
+ </Text>
78
+ </View>
82
79
  <View
83
80
  style={
84
81
  [
85
82
  {
86
- "alignItems": "center",
87
- "borderColor": "#001f23",
88
- "borderRadius": 999,
89
- "borderWidth": 2,
90
- "height": 20,
91
- "justifyContent": "center",
92
- "width": 20,
83
+ "marginLeft": 8,
93
84
  },
94
85
  undefined,
95
86
  ]
@@ -99,116 +90,181 @@ exports[`rendering renders correctly when checked 1`] = `
99
90
  style={
100
91
  [
101
92
  {
102
- "backgroundColor": "#001f23",
93
+ "alignItems": "center",
94
+ "borderColor": "#001f23",
103
95
  "borderRadius": 999,
104
- "height": 10,
105
- "width": 10,
96
+ "borderWidth": 2,
97
+ "height": 20,
98
+ "justifyContent": "center",
99
+ "width": 20,
106
100
  },
107
101
  undefined,
108
102
  ]
109
103
  }
110
- testID="Option A-selected-circle"
111
- />
104
+ >
105
+ <View
106
+ style={
107
+ [
108
+ {
109
+ "backgroundColor": "#001f23",
110
+ "borderRadius": 999,
111
+ "height": 10,
112
+ "width": 10,
113
+ },
114
+ undefined,
115
+ ]
116
+ }
117
+ testID="Option A-selected-circle"
118
+ />
119
+ </View>
112
120
  </View>
113
121
  </View>
122
+ <View
123
+ pointerEvents="box-none"
124
+ position="bottom"
125
+ style={
126
+ [
127
+ {
128
+ "bottom": 0,
129
+ "elevation": 9999,
130
+ "flexDirection": "column-reverse",
131
+ "left": 0,
132
+ "paddingHorizontal": 24,
133
+ "paddingVertical": 16,
134
+ "position": "absolute",
135
+ "right": 0,
136
+ "top": 0,
137
+ },
138
+ undefined,
139
+ ]
140
+ }
141
+ />
114
142
  </View>
115
143
  `;
116
144
 
117
145
  exports[`rendering renders correctly when not checked 1`] = `
118
146
  <View
119
- accessibilityState={
120
- {
121
- "disabled": false,
122
- }
123
- }
124
- accessibilityValue={
147
+ style={
125
148
  {
126
- "max": undefined,
127
- "min": undefined,
128
- "now": undefined,
129
- "text": undefined,
149
+ "flex": 1,
130
150
  }
131
151
  }
132
- accessible={true}
133
- focusable={true}
134
- onClick={[Function]}
135
- onResponderGrant={[Function]}
136
- onResponderMove={[Function]}
137
- onResponderRelease={[Function]}
138
- onResponderTerminate={[Function]}
139
- onResponderTerminationRequest={[Function]}
140
- onStartShouldSetResponder={[Function]}
141
- style={
142
- [
143
- {
144
- "alignItems": "center",
145
- "backgroundColor": "#ffffff",
146
- "borderRadius": 4,
147
- "flexDirection": "row",
148
- "opacity": 1,
149
- "padding": 16,
150
- },
151
- undefined,
152
- ]
153
- }
154
152
  >
155
153
  <View
154
+ accessibilityState={
155
+ {
156
+ "disabled": false,
157
+ }
158
+ }
159
+ accessibilityValue={
160
+ {
161
+ "max": undefined,
162
+ "min": undefined,
163
+ "now": undefined,
164
+ "text": undefined,
165
+ }
166
+ }
167
+ accessible={true}
168
+ focusable={true}
169
+ onClick={[Function]}
170
+ onResponderGrant={[Function]}
171
+ onResponderMove={[Function]}
172
+ onResponderRelease={[Function]}
173
+ onResponderTerminate={[Function]}
174
+ onResponderTerminationRequest={[Function]}
175
+ onStartShouldSetResponder={[Function]}
156
176
  style={
157
177
  [
158
178
  {
159
- "flex": 1,
179
+ "alignItems": "center",
180
+ "backgroundColor": "#ffffff",
181
+ "borderRadius": 4,
182
+ "flexDirection": "row",
183
+ "opacity": 1,
184
+ "padding": 16,
160
185
  },
161
186
  undefined,
162
187
  ]
163
188
  }
164
189
  >
165
- <Text
166
- allowFontScaling={false}
190
+ <View
167
191
  style={
168
192
  [
169
193
  {
170
- "color": "#001f23",
171
- "fontFamily": "BeVietnamPro-Regular",
172
- "fontSize": 16,
173
- "letterSpacing": 0.48,
174
- "lineHeight": 24,
194
+ "flex": 1,
175
195
  },
176
196
  undefined,
177
197
  ]
178
198
  }
179
- themeIntent="body"
180
- themeTypeface="neutral"
181
- themeVariant="regular"
182
199
  >
183
- Option A
184
- </Text>
185
- </View>
186
- <View
187
- style={
188
- [
189
- {
190
- "marginLeft": 8,
191
- },
192
- undefined,
193
- ]
194
- }
195
- >
200
+ <Text
201
+ allowFontScaling={false}
202
+ style={
203
+ [
204
+ {
205
+ "color": "#001f23",
206
+ "fontFamily": "BeVietnamPro-Regular",
207
+ "fontSize": 16,
208
+ "letterSpacing": 0.48,
209
+ "lineHeight": 24,
210
+ },
211
+ undefined,
212
+ ]
213
+ }
214
+ themeIntent="body"
215
+ themeTypeface="neutral"
216
+ themeVariant="regular"
217
+ >
218
+ Option A
219
+ </Text>
220
+ </View>
196
221
  <View
197
222
  style={
198
223
  [
199
224
  {
200
- "alignItems": "center",
201
- "borderColor": "#001f23",
202
- "borderRadius": 999,
203
- "borderWidth": 2,
204
- "height": 20,
205
- "justifyContent": "center",
206
- "width": 20,
225
+ "marginLeft": 8,
207
226
  },
208
227
  undefined,
209
228
  ]
210
229
  }
211
- />
230
+ >
231
+ <View
232
+ style={
233
+ [
234
+ {
235
+ "alignItems": "center",
236
+ "borderColor": "#001f23",
237
+ "borderRadius": 999,
238
+ "borderWidth": 2,
239
+ "height": 20,
240
+ "justifyContent": "center",
241
+ "width": 20,
242
+ },
243
+ undefined,
244
+ ]
245
+ }
246
+ />
247
+ </View>
212
248
  </View>
249
+ <View
250
+ pointerEvents="box-none"
251
+ position="bottom"
252
+ style={
253
+ [
254
+ {
255
+ "bottom": 0,
256
+ "elevation": 9999,
257
+ "flexDirection": "column-reverse",
258
+ "left": 0,
259
+ "paddingHorizontal": 24,
260
+ "paddingVertical": 16,
261
+ "position": "absolute",
262
+ "right": 0,
263
+ "top": 0,
264
+ },
265
+ undefined,
266
+ ]
267
+ }
268
+ />
213
269
  </View>
214
270
  `;