@hero-design/rn 8.38.0 → 8.39.1

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 (139) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  3. package/es/index.js +201 -196
  4. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/lib/index.js +201 -196
  6. package/package.json +13 -12
  7. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
  8. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
  9. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
  10. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
  11. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
  12. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
  14. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
  15. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  16. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
  17. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
  18. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  19. package/src/components/BottomNavigation/index.tsx +4 -0
  20. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
  21. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
  22. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
  23. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
  24. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
  25. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
  26. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
  27. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
  28. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
  29. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
  30. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
  31. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
  32. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  33. package/src/components/Carousel/CardCarousel.tsx +1 -1
  34. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
  35. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
  36. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
  37. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
  38. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
  39. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
  40. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
  41. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
  42. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
  43. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
  44. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
  45. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
  48. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
  49. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  50. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
  51. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
  52. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  53. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
  54. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
  55. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
  56. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  57. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  58. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  59. package/src/components/Icon/IconList.ts +2 -0
  60. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  61. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  62. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
  63. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
  64. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
  65. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
  66. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  67. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
  68. package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
  69. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
  70. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
  71. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
  72. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
  73. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
  74. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  75. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
  76. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
  77. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
  78. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
  79. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  80. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
  81. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
  82. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
  83. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
  84. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
  85. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
  86. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
  87. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
  88. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
  89. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
  90. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  91. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
  92. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  93. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
  94. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
  95. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
  96. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
  97. package/src/components/Tabs/SceneView.tsx +5 -2
  98. package/src/components/Tabs/ScrollableTabs.tsx +1 -1
  99. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
  100. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
  101. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
  102. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
  103. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
  104. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
  105. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
  106. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
  107. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
  108. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
  109. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
  110. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
  111. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
  112. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
  113. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
  114. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  115. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
  116. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
  117. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
  118. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
  119. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
  120. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
  121. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  122. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
  123. package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
  124. package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
  125. package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
  126. package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
  127. package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
  128. package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
  129. package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
  130. package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
  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
  134. package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
  135. package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
  136. package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
  137. package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
  138. package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
  139. package/src/components/Modal/__tests__/index.spec.tsx +0 -50
@@ -3,10 +3,10 @@
3
3
  exports[`Rate renders correctly 1`] = `
4
4
  <View
5
5
  style={
6
- Array [
7
- Object {},
8
- Array [
9
- Object {
6
+ [
7
+ {},
8
+ [
9
+ {
10
10
  "flexDirection": "row",
11
11
  },
12
12
  undefined,
@@ -16,7 +16,7 @@ exports[`Rate renders correctly 1`] = `
16
16
  >
17
17
  <View
18
18
  accessibilityState={
19
- Object {
19
+ {
20
20
  "disabled": false,
21
21
  }
22
22
  }
@@ -37,7 +37,7 @@ exports[`Rate renders correctly 1`] = `
37
37
  <View
38
38
  collapsable={false}
39
39
  style={
40
- Object {
40
+ {
41
41
  "marginRight": 4,
42
42
  "padding": 8,
43
43
  }
@@ -46,8 +46,8 @@ exports[`Rate renders correctly 1`] = `
46
46
  <HeroIcon
47
47
  name="star"
48
48
  style={
49
- Array [
50
- Object {
49
+ [
50
+ {
51
51
  "color": "#401960",
52
52
  "fontSize": 24,
53
53
  },
@@ -61,7 +61,7 @@ exports[`Rate renders correctly 1`] = `
61
61
  </View>
62
62
  <View
63
63
  accessibilityState={
64
- Object {
64
+ {
65
65
  "disabled": false,
66
66
  }
67
67
  }
@@ -82,7 +82,7 @@ exports[`Rate renders correctly 1`] = `
82
82
  <View
83
83
  collapsable={false}
84
84
  style={
85
- Object {
85
+ {
86
86
  "marginRight": 4,
87
87
  "padding": 8,
88
88
  }
@@ -91,8 +91,8 @@ exports[`Rate renders correctly 1`] = `
91
91
  <HeroIcon
92
92
  name="star"
93
93
  style={
94
- Array [
95
- Object {
94
+ [
95
+ {
96
96
  "color": "#401960",
97
97
  "fontSize": 24,
98
98
  },
@@ -106,7 +106,7 @@ exports[`Rate renders correctly 1`] = `
106
106
  </View>
107
107
  <View
108
108
  accessibilityState={
109
- Object {
109
+ {
110
110
  "disabled": false,
111
111
  }
112
112
  }
@@ -127,11 +127,11 @@ exports[`Rate renders correctly 1`] = `
127
127
  <View
128
128
  collapsable={false}
129
129
  style={
130
- Object {
130
+ {
131
131
  "marginRight": 4,
132
132
  "padding": 8,
133
- "transform": Array [
134
- Object {
133
+ "transform": [
134
+ {
135
135
  "scale": 0.8,
136
136
  },
137
137
  ],
@@ -141,8 +141,8 @@ exports[`Rate renders correctly 1`] = `
141
141
  <HeroIcon
142
142
  name="star"
143
143
  style={
144
- Array [
145
- Object {
144
+ [
145
+ {
146
146
  "color": "#401960",
147
147
  "fontSize": 24,
148
148
  },
@@ -156,7 +156,7 @@ exports[`Rate renders correctly 1`] = `
156
156
  </View>
157
157
  <View
158
158
  accessibilityState={
159
- Object {
159
+ {
160
160
  "disabled": false,
161
161
  }
162
162
  }
@@ -177,7 +177,7 @@ exports[`Rate renders correctly 1`] = `
177
177
  <View
178
178
  collapsable={false}
179
179
  style={
180
- Object {
180
+ {
181
181
  "marginRight": 4,
182
182
  "padding": 8,
183
183
  }
@@ -186,8 +186,8 @@ exports[`Rate renders correctly 1`] = `
186
186
  <HeroIcon
187
187
  name="star-outlined"
188
188
  style={
189
- Array [
190
- Object {
189
+ [
190
+ {
191
191
  "color": "#401960",
192
192
  "fontSize": 24,
193
193
  },
@@ -201,7 +201,7 @@ exports[`Rate renders correctly 1`] = `
201
201
  </View>
202
202
  <View
203
203
  accessibilityState={
204
- Object {
204
+ {
205
205
  "disabled": false,
206
206
  }
207
207
  }
@@ -222,7 +222,7 @@ exports[`Rate renders correctly 1`] = `
222
222
  <View
223
223
  collapsable={false}
224
224
  style={
225
- Object {
225
+ {
226
226
  "marginRight": 4,
227
227
  "padding": 8,
228
228
  }
@@ -231,8 +231,8 @@ exports[`Rate renders correctly 1`] = `
231
231
  <HeroIcon
232
232
  name="star-outlined"
233
233
  style={
234
- Array [
235
- Object {
234
+ [
235
+ {
236
236
  "color": "#401960",
237
237
  "fontSize": 24,
238
238
  },
@@ -250,10 +250,10 @@ exports[`Rate renders correctly 1`] = `
250
250
  exports[`Rate renders correctly it is readonly 1`] = `
251
251
  <View
252
252
  style={
253
- Array [
254
- Object {},
255
- Array [
256
- Object {
253
+ [
254
+ {},
255
+ [
256
+ {
257
257
  "flexDirection": "row",
258
258
  },
259
259
  undefined,
@@ -263,7 +263,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
263
263
  >
264
264
  <View
265
265
  accessibilityState={
266
- Object {
266
+ {
267
267
  "disabled": true,
268
268
  }
269
269
  }
@@ -284,7 +284,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
284
284
  <View
285
285
  collapsable={false}
286
286
  style={
287
- Object {
287
+ {
288
288
  "marginRight": 4,
289
289
  "padding": 8,
290
290
  }
@@ -293,8 +293,8 @@ exports[`Rate renders correctly it is readonly 1`] = `
293
293
  <HeroIcon
294
294
  name="star"
295
295
  style={
296
- Array [
297
- Object {
296
+ [
297
+ {
298
298
  "color": "#401960",
299
299
  "fontSize": 24,
300
300
  },
@@ -308,7 +308,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
308
308
  </View>
309
309
  <View
310
310
  accessibilityState={
311
- Object {
311
+ {
312
312
  "disabled": true,
313
313
  }
314
314
  }
@@ -329,7 +329,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
329
329
  <View
330
330
  collapsable={false}
331
331
  style={
332
- Object {
332
+ {
333
333
  "marginRight": 4,
334
334
  "padding": 8,
335
335
  }
@@ -338,8 +338,8 @@ exports[`Rate renders correctly it is readonly 1`] = `
338
338
  <HeroIcon
339
339
  name="star"
340
340
  style={
341
- Array [
342
- Object {
341
+ [
342
+ {
343
343
  "color": "#401960",
344
344
  "fontSize": 24,
345
345
  },
@@ -353,7 +353,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
353
353
  </View>
354
354
  <View
355
355
  accessibilityState={
356
- Object {
356
+ {
357
357
  "disabled": true,
358
358
  }
359
359
  }
@@ -374,11 +374,11 @@ exports[`Rate renders correctly it is readonly 1`] = `
374
374
  <View
375
375
  collapsable={false}
376
376
  style={
377
- Object {
377
+ {
378
378
  "marginRight": 4,
379
379
  "padding": 8,
380
- "transform": Array [
381
- Object {
380
+ "transform": [
381
+ {
382
382
  "scale": 0.8,
383
383
  },
384
384
  ],
@@ -388,8 +388,8 @@ exports[`Rate renders correctly it is readonly 1`] = `
388
388
  <HeroIcon
389
389
  name="star"
390
390
  style={
391
- Array [
392
- Object {
391
+ [
392
+ {
393
393
  "color": "#401960",
394
394
  "fontSize": 24,
395
395
  },
@@ -403,7 +403,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
403
403
  </View>
404
404
  <View
405
405
  accessibilityState={
406
- Object {
406
+ {
407
407
  "disabled": true,
408
408
  }
409
409
  }
@@ -424,7 +424,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
424
424
  <View
425
425
  collapsable={false}
426
426
  style={
427
- Object {
427
+ {
428
428
  "marginRight": 4,
429
429
  "padding": 8,
430
430
  }
@@ -433,8 +433,8 @@ exports[`Rate renders correctly it is readonly 1`] = `
433
433
  <HeroIcon
434
434
  name="star-outlined"
435
435
  style={
436
- Array [
437
- Object {
436
+ [
437
+ {
438
438
  "color": "#401960",
439
439
  "fontSize": 24,
440
440
  },
@@ -448,7 +448,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
448
448
  </View>
449
449
  <View
450
450
  accessibilityState={
451
- Object {
451
+ {
452
452
  "disabled": true,
453
453
  }
454
454
  }
@@ -469,7 +469,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
469
469
  <View
470
470
  collapsable={false}
471
471
  style={
472
- Object {
472
+ {
473
473
  "marginRight": 4,
474
474
  "padding": 8,
475
475
  }
@@ -478,8 +478,8 @@ exports[`Rate renders correctly it is readonly 1`] = `
478
478
  <HeroIcon
479
479
  name="star-outlined"
480
480
  style={
481
- Array [
482
- Object {
481
+ [
482
+ {
483
483
  "color": "#401960",
484
484
  "fontSize": 24,
485
485
  },
@@ -497,10 +497,10 @@ exports[`Rate renders correctly it is readonly 1`] = `
497
497
  exports[`Rate renders correctly when disabled 1`] = `
498
498
  <View
499
499
  style={
500
- Array [
501
- Object {},
502
- Array [
503
- Object {
500
+ [
501
+ {},
502
+ [
503
+ {
504
504
  "flexDirection": "row",
505
505
  },
506
506
  undefined,
@@ -510,7 +510,7 @@ exports[`Rate renders correctly when disabled 1`] = `
510
510
  >
511
511
  <View
512
512
  accessibilityState={
513
- Object {
513
+ {
514
514
  "disabled": true,
515
515
  }
516
516
  }
@@ -531,7 +531,7 @@ exports[`Rate renders correctly when disabled 1`] = `
531
531
  <View
532
532
  collapsable={false}
533
533
  style={
534
- Object {
534
+ {
535
535
  "marginRight": 4,
536
536
  "padding": 8,
537
537
  }
@@ -540,8 +540,8 @@ exports[`Rate renders correctly when disabled 1`] = `
540
540
  <HeroIcon
541
541
  name="star"
542
542
  style={
543
- Array [
544
- Object {
543
+ [
544
+ {
545
545
  "color": "#bfc1c5",
546
546
  "fontSize": 24,
547
547
  },
@@ -555,7 +555,7 @@ exports[`Rate renders correctly when disabled 1`] = `
555
555
  </View>
556
556
  <View
557
557
  accessibilityState={
558
- Object {
558
+ {
559
559
  "disabled": true,
560
560
  }
561
561
  }
@@ -576,7 +576,7 @@ exports[`Rate renders correctly when disabled 1`] = `
576
576
  <View
577
577
  collapsable={false}
578
578
  style={
579
- Object {
579
+ {
580
580
  "marginRight": 4,
581
581
  "padding": 8,
582
582
  }
@@ -585,8 +585,8 @@ exports[`Rate renders correctly when disabled 1`] = `
585
585
  <HeroIcon
586
586
  name="star"
587
587
  style={
588
- Array [
589
- Object {
588
+ [
589
+ {
590
590
  "color": "#bfc1c5",
591
591
  "fontSize": 24,
592
592
  },
@@ -600,7 +600,7 @@ exports[`Rate renders correctly when disabled 1`] = `
600
600
  </View>
601
601
  <View
602
602
  accessibilityState={
603
- Object {
603
+ {
604
604
  "disabled": true,
605
605
  }
606
606
  }
@@ -621,11 +621,11 @@ exports[`Rate renders correctly when disabled 1`] = `
621
621
  <View
622
622
  collapsable={false}
623
623
  style={
624
- Object {
624
+ {
625
625
  "marginRight": 4,
626
626
  "padding": 8,
627
- "transform": Array [
628
- Object {
627
+ "transform": [
628
+ {
629
629
  "scale": 0.8,
630
630
  },
631
631
  ],
@@ -635,8 +635,8 @@ exports[`Rate renders correctly when disabled 1`] = `
635
635
  <HeroIcon
636
636
  name="star"
637
637
  style={
638
- Array [
639
- Object {
638
+ [
639
+ {
640
640
  "color": "#bfc1c5",
641
641
  "fontSize": 24,
642
642
  },
@@ -650,7 +650,7 @@ exports[`Rate renders correctly when disabled 1`] = `
650
650
  </View>
651
651
  <View
652
652
  accessibilityState={
653
- Object {
653
+ {
654
654
  "disabled": true,
655
655
  }
656
656
  }
@@ -671,7 +671,7 @@ exports[`Rate renders correctly when disabled 1`] = `
671
671
  <View
672
672
  collapsable={false}
673
673
  style={
674
- Object {
674
+ {
675
675
  "marginRight": 4,
676
676
  "padding": 8,
677
677
  }
@@ -680,8 +680,8 @@ exports[`Rate renders correctly when disabled 1`] = `
680
680
  <HeroIcon
681
681
  name="star-outlined"
682
682
  style={
683
- Array [
684
- Object {
683
+ [
684
+ {
685
685
  "color": "#bfc1c5",
686
686
  "fontSize": 24,
687
687
  },
@@ -695,7 +695,7 @@ exports[`Rate renders correctly when disabled 1`] = `
695
695
  </View>
696
696
  <View
697
697
  accessibilityState={
698
- Object {
698
+ {
699
699
  "disabled": true,
700
700
  }
701
701
  }
@@ -716,7 +716,7 @@ exports[`Rate renders correctly when disabled 1`] = `
716
716
  <View
717
717
  collapsable={false}
718
718
  style={
719
- Object {
719
+ {
720
720
  "marginRight": 4,
721
721
  "padding": 8,
722
722
  }
@@ -725,8 +725,8 @@ exports[`Rate renders correctly when disabled 1`] = `
725
725
  <HeroIcon
726
726
  name="star-outlined"
727
727
  style={
728
- Array [
729
- Object {
728
+ [
729
+ {
730
730
  "color": "#bfc1c5",
731
731
  "fontSize": 24,
732
732
  },
@@ -3,7 +3,7 @@
3
3
  exports[`RefreshControl render correctly with props 1`] = `
4
4
  <RCTScrollView
5
5
  contentContainerStyle={
6
- Object {
6
+ {
7
7
  "flex": 1,
8
8
  }
9
9
  }
@@ -27,7 +27,7 @@ exports[`RefreshControl render correctly with props 1`] = `
27
27
  exports[`RefreshControl renders correctly when refreshing is false 1`] = `
28
28
  <RCTScrollView
29
29
  contentContainerStyle={
30
- Object {
30
+ {
31
31
  "flex": 1,
32
32
  }
33
33
  }
@@ -49,7 +49,7 @@ exports[`RefreshControl renders correctly when refreshing is false 1`] = `
49
49
  exports[`RefreshControl renders correctly when refreshing is true 1`] = `
50
50
  <RCTScrollView
51
51
  contentContainerStyle={
52
- Object {
52
+ {
53
53
  "flex": 1,
54
54
  }
55
55
  }
@@ -3,8 +3,8 @@
3
3
  exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
4
4
  <View
5
5
  style={
6
- Array [
7
- Object {
6
+ [
7
+ {
8
8
  "alignItems": "center",
9
9
  "backgroundColor": "#f6f6f7",
10
10
  "borderTopColor": "#e8e9ea",
@@ -29,7 +29,7 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
29
29
  onResponderTerminationRequest={[Function]}
30
30
  onStartShouldSetResponder={[Function]}
31
31
  style={
32
- Object {
32
+ {
33
33
  "alignItems": "center",
34
34
  "backgroundColor": undefined,
35
35
  "height": 48,
@@ -43,8 +43,8 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
43
43
  <HeroIcon
44
44
  name="format-bold"
45
45
  style={
46
- Array [
47
- Object {
46
+ [
47
+ {
48
48
  "color": "#001f23",
49
49
  "fontSize": 20,
50
50
  },
@@ -67,7 +67,7 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
67
67
  onResponderTerminationRequest={[Function]}
68
68
  onStartShouldSetResponder={[Function]}
69
69
  style={
70
- Object {
70
+ {
71
71
  "alignItems": "center",
72
72
  "backgroundColor": undefined,
73
73
  "height": 48,
@@ -81,8 +81,8 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
81
81
  <HeroIcon
82
82
  name="format-italic"
83
83
  style={
84
- Array [
85
- Object {
84
+ [
85
+ {
86
86
  "color": "#001f23",
87
87
  "fontSize": 20,
88
88
  },
@@ -105,7 +105,7 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
105
105
  onResponderTerminationRequest={[Function]}
106
106
  onStartShouldSetResponder={[Function]}
107
107
  style={
108
- Object {
108
+ {
109
109
  "alignItems": "center",
110
110
  "backgroundColor": undefined,
111
111
  "height": 48,
@@ -119,8 +119,8 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
119
119
  <HeroIcon
120
120
  name="format-underlined"
121
121
  style={
122
- Array [
123
- Object {
122
+ [
123
+ {
124
124
  "color": "#001f23",
125
125
  "fontSize": 20,
126
126
  },
@@ -133,8 +133,8 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
133
133
  </View>
134
134
  <View
135
135
  style={
136
- Array [
137
- Object {
136
+ [
137
+ {
138
138
  "alignItems": "center",
139
139
  "backgroundColor": "#e8e9ea",
140
140
  "flexDirection": "row",
@@ -158,7 +158,7 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
158
158
  onResponderTerminationRequest={[Function]}
159
159
  onStartShouldSetResponder={[Function]}
160
160
  style={
161
- Object {
161
+ {
162
162
  "alignItems": "center",
163
163
  "backgroundColor": undefined,
164
164
  "height": 48,
@@ -172,8 +172,8 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
172
172
  <HeroIcon
173
173
  name="format-list-bulleted"
174
174
  style={
175
- Array [
176
- Object {
175
+ [
176
+ {
177
177
  "color": "#001f23",
178
178
  "fontSize": 20,
179
179
  },
@@ -196,7 +196,7 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
196
196
  onResponderTerminationRequest={[Function]}
197
197
  onStartShouldSetResponder={[Function]}
198
198
  style={
199
- Object {
199
+ {
200
200
  "alignItems": "center",
201
201
  "backgroundColor": undefined,
202
202
  "height": 48,
@@ -210,8 +210,8 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
210
210
  <HeroIcon
211
211
  name="format-list-numbered"
212
212
  style={
213
- Array [
214
- Object {
213
+ [
214
+ {
215
215
  "color": "#001f23",
216
216
  "fontSize": 20,
217
217
  },
@@ -224,8 +224,8 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
224
224
  </View>
225
225
  <View
226
226
  style={
227
- Array [
228
- Object {
227
+ [
228
+ {
229
229
  "alignItems": "center",
230
230
  "backgroundColor": "#e8e9ea",
231
231
  "flexDirection": "row",
@@ -249,7 +249,7 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
249
249
  onResponderTerminationRequest={[Function]}
250
250
  onStartShouldSetResponder={[Function]}
251
251
  style={
252
- Object {
252
+ {
253
253
  "alignItems": "center",
254
254
  "backgroundColor": undefined,
255
255
  "height": 48,
@@ -263,8 +263,8 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
263
263
  <HeroIcon
264
264
  name="format-heading1"
265
265
  style={
266
- Array [
267
- Object {
266
+ [
267
+ {
268
268
  "color": "#001f23",
269
269
  "fontSize": 20,
270
270
  },
@@ -287,7 +287,7 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
287
287
  onResponderTerminationRequest={[Function]}
288
288
  onStartShouldSetResponder={[Function]}
289
289
  style={
290
- Object {
290
+ {
291
291
  "alignItems": "center",
292
292
  "backgroundColor": undefined,
293
293
  "height": 48,
@@ -301,8 +301,8 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
301
301
  <HeroIcon
302
302
  name="format-heading2"
303
303
  style={
304
- Array [
305
- Object {
304
+ [
305
+ {
306
306
  "color": "#001f23",
307
307
  "fontSize": 20,
308
308
  },
@@ -4,8 +4,8 @@ exports[`MentionList when search string is not empty should render mention list
4
4
  <View>
5
5
  <RCTScrollView
6
6
  data={
7
- Array [
8
- Object {
7
+ [
8
+ {
9
9
  "id": "3",
10
10
  "name": "Hieu Pham",
11
11
  },
@@ -25,8 +25,8 @@ exports[`MentionList when search string is not empty should render mention list
25
25
  removeClippedSubviews={false}
26
26
  renderItem={[Function]}
27
27
  scrollEventThrottle={50}
28
- stickyHeaderIndices={Array []}
29
- viewabilityConfigCallbackPairs={Array []}
28
+ stickyHeaderIndices={[]}
29
+ viewabilityConfigCallbackPairs={[]}
30
30
  >
31
31
  <View>
32
32
  <View